@charset "UTF-8";

/* --- 区切り線 --- */
.request_divider {
    width: 100%;
    margin: 40px 0;
}

.request_divider img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 767px) {
    .request_divider img.sp{
        display: block !important;
    }
}

/* ==================== */
/* メインビジュアル */
/* ==================== */

.request_request_mv {
    /* margin-bottom: 100px; */
}

.request_mv_container {
    width: 100%;
    aspect-ratio: 129 / 55;
    margin: 0 auto;
}

.request_mv_container img{
    width: 100%;
    object-fit: contain;
}

.request_mv_text {
    margin-top: 30px;
    text-align: center;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.request_mv_text__main {
    font-size: 3rem;
    margin-bottom: 20px;
}

.request_mv_text__sub {
    width: 98%;
    max-width: 600px;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    .request_mv_text__main {
        font-size: 2rem;
    }

    .request_mv_text__sub {
        text-align: left;
    }
}



/* ==================== */
/* BENEFIT */
/* ==================== */

.request_benefit_heading {
    position: relative;
    padding-bottom: 40px;
    margin-top: -20px;
    text-align: left;
}

/* 背面文字 */
.request_benefit_bg_ttl {
    position: relative;
    z-index: -1;
    font-size: clamp(60px, 10vw, 100px);
    font-weight: 800;
    font-style: italic;
    color: #E5E5E5;
    font-family: var(--font-en);
    white-space: nowrap;
    line-height: 1.2;
}

.request_benefit_title_wrap {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    padding-left: 10px;
}

.request_benefit_title_wrap .sec_ttl__slash {
    width: 20px;
    height: 26px;
}

.request_benefit_title_wrap .sec_ttl__text {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
}

.request_benefit_title_wrap .ttl__slash img {
    width: 100%;
    object-fit: contain;
}

/* --- コンテンツレイアウト --- */
.request_benefit_contents {
    display: flex;
    align-items: center;
    gap: 60px;
    padding-top: 40px;
}

.request_benefit_image {
    width: 50%;
}

.request_benefit_image img {
    width: 100%;
    border-radius: 20px;
}

.request_benefit_text_area {
    width: 50%;
}

.request_benefit_lead {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 25px;
}

.request_benefit_desc {
    line-height: 1.4;
    margin-bottom: 40px;
    max-width: 445px;
}

/* --- チェックリスト --- */
.request_benefit_checklist_wrap {
    padding: 25px 6%;
    border: 2px solid #0084CA;
    border-radius: 15px;
}

.request_benefit_checklist {
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

.request_benefit_checklist li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: bold;
}

.request_benefit_checklist li:not(:last-child) {
    margin-bottom: 15px;
}

.check_icon {
    width: 20px;
    flex-shrink: 0;
}

.check_icon img {
    width: 100%;
    display: block;
}

@media screen and (max-width: 1024px) {
    .request_benefit_heading {
        margin-top: 20px;
    }

    .request_benefit_contents {
        flex-direction: column;
        gap: 40px;
    }

    .request_benefit_image,
    .request_benefit_text_area {
        width: 100%;
    }

    .request_benefit_checklist_wrap {
        padding: 14px 6%;
    }

    .request_benefit_checklist li {
        gap: 8px;
    }

    .request_benefit_checklist li:not(:last-child) {
        margin-bottom: 8px;
    }

    .request_benefit_bg_ttl {
        font-size: clamp(4rem, 2.49rem + 4.577vw, 6rem);
        white-space: wrap;
        line-height: 1;
        margin-bottom: 8px;
    }

    .request_benefit_lead {
        font-size: clamp(1.6rem, 1.449rem + 0.458vw, 1.8rem);
    }

    .request_benefit_desc {
        margin-bottom: 20px;
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .c_sec.request_benefit{
        padding-top: 0;
    }
    .request_benefit_heading{
        padding-bottom: 0px;
    }
    .request_benefit_title_wrap{
        padding-left: 0;
    }

    .request_benefit_title_wrap .sec_ttl__slash {
        width: 18px;
        height: 23px;
    }
}

/* ==================== */
/* WHO IT’S FOR */
/* ==================== */

.request_itsfor {
    overflow: hidden;
}

.request_itsfor_heading {
    position: relative;
    padding-bottom: 40px;
    margin-top: -20px;
    text-align: left;
}

/* 背面文字 */
.request_itsfor_bg_ttl {
    position: relative;
    z-index: -1;
    font-size: clamp(60px, 10vw, 100px);
    font-weight: 800;
    font-style: italic;
    color: #E5E5E5;
    font-family: var(--font-en);
    white-space: nowrap;
    line-height: 1.2;
}

.request_itsfor_title_wrap {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    padding-left: 10px;
}

.request_itsfor_title_wrap .sec_ttl__slash {
    width: 20px;
    height: 26px;
}

.request_itsfor_title_wrap .sec_ttl__text {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
}

.request_itsfor_title_wrap .ttl__slash img {
    width: 100%;
    object-fit: contain;
}

@media screen and (max-width: 1024px) {
    .request_itsfor_heading {
        margin-top: 0;
    }
}
@media screen and (max-width: 767px) {
    .c_sec.request_itsfor{
        padding-top: 0;
    }
    .request_itsfor_heading{
        padding-bottom: 0px;
    }
    .request_itsfor_bg_ttl{
        font-size: clamp(4rem, 2.49rem + 4.577vw, 6rem);
        white-space: wrap;
        line-height: 1;
        margin-bottom: 8px;
    }
    .request_itsfor_title_wrap{
        padding-left: 0;   
    }
    .request_itsfor_title_wrap .sec_ttl__text {
        font-size: clamp(1.6rem, 1.449rem + 0.458vw, 1.8rem);
    }
    .request_itsfor_title_wrap .sec_ttl__slash {
        width: 18px;
        height: 23px;
    }
}

/* ----- コンテンツ ----- */

/* 右側グリッド */
.request_itsfor_grid {
    flex-grow: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 60px;
    row-gap: 40px;
    padding-top: 50px;
}

.itsfor_card_img {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 25px;
}

.itsfor_card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.itsfor_card_body {
    transform: translateY(-30%);
}

.itsfor_card_ttl {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.6;
    background: #fff;
    border: 1px solid #E5E5E5;
    display: inline;
    padding: 2px 8px 2px 4px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.itsfor_card_txt {
    margin-top: 15px;
    font-weight: normal;
}

/* --- レスポンシブ --- */
@media screen and (max-width: 1024px) {

    .request_itsfor_grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 0px;
        padding-top: 40px;
    }

    .itsfor_card {
        margin: 0 auto;
    }

    .itsfor_card_img {
        margin-left: auto;
        margin-right: auto;
    }

    .itsfor_card_body {
        transform: translateY(-35%);
    }

    .itsfor_card_ttl {
        font-size: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .request_itsfor_grid {
        grid-template-columns: 1fr;
        row-gap: 0px;
        width: 98%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .itsfor_card_img {
        width: 100%;
    }

    .itsfor_card_body {
        transform: translateY(-40%);
    }
}


/* ==================== */
/* think */
/* ==================== */

.request_think {
    position: relative;
    padding: 120px 0;
    background-image: url("../../../assets/images/request/bg_blue.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: -1;
}

.request_think::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("../../../assets/images/request/img_think_signal.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 80%;
    height: 60%;
    z-index: 1;
    pointer-events: none;
}

.request_think_inner {
    position: relative;
    z-index: 2;
    max-width: 930px;
    margin: 0 auto;
}

.request_think_heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 40px;
}

.request_think_body p {
    line-height: 1.4;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    .request_think {
        padding: 60px 0px;
    }

    .request_think::after {
        width: 90%;
        height: 40%;
    }

    .request_think_heading {
        margin-bottom: 20px;
    }

    .request_info_content p {
        padding-left: 0;
    }

    .request_think_body p {
        line-height: 1.6;
        margin-bottom: 1em;
    }
}


/* ==================== */
/* information */
/* ==================== */

.request_info {

}

.request_info_block {
    margin-bottom: 80px;
}

.request_info_block:last-child {
    margin-bottom: 0;
}

.request_info_heading {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    margin-bottom: 20px;
}

.request_info_content{
    display: flex;
    flex-direction: column;
}

.request_info_content p {
    font-weight: normal;
}

.request_info_content .cl_gray{
    margin-top: 20px;
    color: #707376;
    font-weight: normal;
}

/* ----- フロー ----- */
.request_info_content.__flow {
    gap: 20px;
    margin-top: 40px;
}

.request_info_item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.request_info_item__img {
    position: relative;
    width: 70px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 1px solid #000;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.request_info_item__img img {
    width: 43%;
    object-fit: contain;
}

.request_info_item:not(:last-child) .request_info_item__img::after {
    content: "";
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 60px;
    background-color: #000;
    z-index: -1;
}

.request__info_item__text {
    display: flex;
    flex-direction: column;
}

.text_head {
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: flex-end;
    line-height: 1.1;
    margin-bottom: 4px;
}

.text_head .num {
    font-family: var(--font-gothic);
    font-style: italic;
    font-weight: 550;
    line-height: 0.9;
}
.text_head .num::after{
    content: '/';
    margin-right: 6px;
    margin-left: 6px;
    font-style: normal;
    /* font-size: 0.9em; */
    /* transform: translateY(-1px); */
    display: inline-block;
}

.request_info_contact p.text_body {
    color: #000;
    line-height: 1.4;
}

.request_info_contact_btn {
    width: 50%;
    max-width: 360px;
    height: 60px;
    margin-top: 30px;
}

.btn_contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    /* background-color: #fff; */
    background: linear-gradient(75deg, #0084CA 0%, #E62475 30%, #fff 50%, #fff 100%);
    background-size: 300% 100%;
    background-position: 100% 0;
    border: 1px solid #000;
    border-radius: 50px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    box-sizing: border-box;
    box-shadow: 0 3px 0 1px #000;
    position: relative;
    top: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.btn_text {
    font-size: 2rem;
    letter-spacing: 0.05em;
}

/* 矢印 */
img.btn_arrow {
    width: 30px;
    height: 30px;
    object-fit: contain;
    transition: transform 0.3s ease;
    /* ボケ防止 */
    image-rendering: -webkit-optimize-contrast;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.btn_contact:hover {
    padding: 0 25px 0 35px;
    /* background: linear-gradient(270deg, #E62475 0%, #0084CA 100%); */
    background-position: 0% 0;
    color: #fff;
    opacity: 1;
}

.btn_contact:hover img.btn_arrow {
    filter: brightness(0) invert(1);
}

@media screen and (max-width: 767px) {
    .c_sec.request_info{
        padding-bottom: 20px;
    }

    .request_info_block {
        margin-bottom: 60px;
    }

    .request_info_content.__flow {
        gap: 12px;
        margin-top: 20px;
    }

    .request_info_item__img {
        width: 60px;
    }

    .request_info_content p.text_body {
        font-weight: normal;
    }

    .request_info_contact_btn {
        width: 90%;
        max-width: 270px;
        height: 45px;
        margin: 0 auto;
        margin-top: 30px;
    }

    .btn_contact {
        padding: 0 8%;
    }
    .btn_contact:hover{
        padding: 0 7% 0 9%;
    }

    .btn_text {
        font-size: 1.6rem;
    }
}