/*---▼コンセプト▼---*/

.concept_sec {
    position: relative;
    margin-top: 5.88rem;
}


/*美女×医療*/

.service_concept {
    margin-bottom: 6.31rem;
}

.service_concept .flex_box {
    display: flex;
    gap: 1.75rem;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.service_concept .flex_box h2 {
    display: block;
}

.service_concept .flex_box h2 span {
    font-family: "Noto Sans JP";
    font-size: 3.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-left: -1px;
    border: 1px solid #222222;
    padding: 0 1rem;
}

.service_concept .flex_box .pink_sec h2 span {
    color: #FF2C73;
}

.service_concept .flex_box .green_sec h2 span {
    color: #1AB8A3;
}

.service_concept .flex_box h3 {
    color: #000;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 150%;
    margin-top: 1.44rem;
}

.service_concept .flex_box .cross {
    padding: 0 4rem;
}

.service_concept .flex_box .cross span {
    position: relative;
    display: inline-block;
    width: 0.21388rem;
    height: 11.20613rem;
    background: #D60000;
    transform: rotate(45deg);
    vertical-align: middle;
}

.service_concept .flex_box .cross span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #D60000;
    transform: rotate(90deg);
}

.service_concept p {
    text-align: center;
    line-height: 150%;
    margin-top: 2.75rem;
}

.concept_sec .flex_sec {
    display: flex;
    gap: 0.5rem;
    margin-top: 6.81rem;
}

.concept_sec .flex_sec .img_sec {
    margin-right: calc(50% - 50vw);
    object-fit: cover;
    object-position: center;
    max-width: 47vw;
}

.concept_sec h3 {
    font-size: 2.8125rem;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 1.68rem;
}

.concept_sec h3 span {
    color: #D60000;
    font-size: 2.8125rem;
    font-weight: 700;
    display: block;
}

.concept_sec h4 {
    color: #222222;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 170%;
    margin-top: 4.38rem;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .concept_sec {
        position: relative;
        padding-top: 0rem;
        margin-top: -4rem;
    }
    .concept_sec img.bk {
        width: 17.5625rem;
        height: auto;
    }
    .concept_sec .flex_sec {
        flex-direction: column;
        margin-top: 3.81rem;
    }
    .concept_sec h3 span {
        font-size: 1.8rem;
        line-height: 200%;
    }
    .concept_sec h3 {
        font-size: 1.5rem;
    }
    .concept_sec h4 {
        font-size: 1.2rem;
        margin: 0;
        width: 100%;
    }
    .concept_sec .flex_sec .img_sec {
        max-width: max-content;
        margin: 1.5rem 0;
    }
    .service_concept .flex_box {
        flex-direction: column;
        gap: 0;
    }
    .service_concept .flex_box h2 span {
        font-size: 2.75rem;
    }
    .service_concept .flex_box h3 {
        font-size: 1.5rem;
        line-height: 150%;
        margin-top: 0;
        margin-bottom: 0;
    }
    .service_concept .flex_box .cross span {
        height: 4.20613rem;
    }
    .service_concept p {
        text-align: justify;
        margin-top: 2.75rem;
        line-height: 200%;
    }
    .service_concept {
        margin-top: 6.56rem;
        margin-bottom: 3.31rem;
    }
}


/*---▼ポイント▼---*/

.point {
    padding-top: 9rem;
    margin-bottom: 9rem;
    padding-bottom: 4rem;
}

.point p.text {
    line-height: 170%;
    margin-top: 2.5rem;
}

.point .point_main_sec .content_sec {
    position: relative;
    margin-top: 6rem;
    padding: 0 5rem;
    top: 2.5rem;
}

.point .point_main_sec.first .content_sec {
    margin-top: 4rem;
}

.point .point_main_sec .content_sec.reverse {
    justify-content: end;
    display: flex;
}

.point .point_main_sec .content_sec .text_sec {
    position: absolute;
    right: 5rem;
    top: 3rem;
    width: 39.3125rem;
}

.point .point_main_sec .content_sec.reverse .text_sec {
    left: 5rem;
}

.point .point_main_sec .content_sec img {
    border-radius: 0.9375rem;
    width: 28.5rem;
    height: 23.875rem;
    flex-shrink: 0;
}

.point .point_main_sec .content_sec.reverse img {
    position: relative;
    right: 0;
}

.point .point_main_sec .content_sec .text_sec strong {
    color: #D60000;
    font-family: "Barlow Semi Condensed";
    font-size: 5.625rem;
    font-weight: 700;
    line-height: 1;
    margin-left: 6rem;
    display: flex;
    gap: 1rem;
    align-items: end;
    margin-bottom: 1rem;
}

.point .point_main_sec .content_sec .text_sec strong span {
    font-size: 2rem;
    font-weight: 600;
}

.point .point_main_sec .content_sec.reverse .text_sec strong {
    margin-right: 6rem;
    justify-content: right;
}

.point .point_main_sec .content_sec .text_sec .text_area {
    border-radius: 0.9375rem;
    background: #FFF;
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.25);
    padding: 2.13rem 1.56rem;
}

.point .point_main_sec .content_sec .text_sec .text_area h2 {
    font-family: "Noto Sans JP";
    font-size: 2rem;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 1.06rem;
    display: block;
    color: #222222;
}

.point .point_main_sec .content_sec .text_sec .text_area h2 span {
    color: #DEA34F;
    font-weight: 700;
    font-size: 2rem;
    line-height: 150%;
}

@media screen and (max-width: 768px) {
    .point {
        padding-top: 6rem;
        margin-bottom: 6rem;
        padding-bottom: 2.5rem;
    }
    .point .point_main_sec.first .content_sec {
        margin-top: 4rem;
        padding: 0;
    }
    .point .point_main_sec .content_sec img,
    .point .point_main_sec .content_sec.reverse img {
        border-radius: 0.9375rem;
        width: 90%;
        height: auto;
        margin: auto;
    }
    .point .point_main_sec .content_sec.reverse,
    .point .point_main_sec .content_sec {
        margin-top: 4rem;
        padding: 0;
    }
    .point .point_main_sec.first .content_sec {
        margin-top: 2rem;
        padding: 0;
    }
    .point .point_main_sec .content_sec .text_sec {
        position: relative;
        right: auto;
        top: 0;
        width: 100%;
        border-radius: 0.9375rem;
        background: #FFF;
        box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.25);
        padding: 1.5rem 1rem;
        margin-top: 2rem;
    }
    .point .point_main_sec .content_sec .text_sec strong {
        font-size: 4.625rem;
        margin-top: -4rem;
        margin-left: 0;
        display: flex;
        gap: 0.5rem;
        align-items: end;
        justify-content: end;
    }
    .point .point_main_sec .content_sec .text_sec .text_area h2 {
        font-size: 1.5rem;
    }
    .point .point_main_sec .content_sec .text_sec .text_area h2 span {
        font-size: 1.5rem;
    }
    .point .point_main_sec .content_sec .text_sec .text_area {
        border-radius: 0;
        background: #none;
        box-shadow: none;
        padding: 0;
    }
    .point .point_main_sec .content_sec.reverse {
        display: block;
    }
    .point .point_main_sec .content_sec.reverse .text_sec {
        left: 0;
    }
    .point .point_main_sec .content_sec.reverse .text_sec strong {
        margin-right: 0;
    }
}


/*---▼料金システム▼---*/

.price {
    padding: 9rem 0;
}


/*---▼キャンペーンバナー▼---*/

.price .campaign_banner {
    text-align: center;
    margin-top: 3.75rem;
}

.price .campaign_banner>div {
    display: inline-block;
    background: #FFF;
    box-shadow: 3px 2px 15px 0px rgba(0, 0, 0, 0.20);
    text-align: center;
}

.price .campaign_banner>div h2 {
    color: #FFF;
    font-size: 1.91388rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    padding: 1rem 0 1.19rem 0;
    display: block;
    text-align: center;
    background: #D60000;
}

.price .campaign_banner>div h2 span {
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 0.95694rem;
    font-weight: 400;
    line-height: 120%;
    display: block;
}

.price .campaign_banner>div .content {
    display: flex;
    align-items: center;
    gap: 1.81rem;
    justify-content: center;
    padding: 0.88rem 0 1.56rem 0;
    margin: 0 2.28rem;
    position: relative;
}

.price .campaign_banner>div p {
    color: #222222;
    font-size: 2rem;
    font-weight: 700;
    line-height: 120%;
}

.price .campaign_banner>div p span {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 120%;
}

.price .campaign_banner>div p span.mark {
    font-family: "Barlow Semi Condensed";
    font-size: 2rem;
    font-weight: 700;
    line-height: 120%;
}

.price .campaign_banner>div p span.line {
    position: relative;
    font-family: "Barlow Semi Condensed";
    font-size: 3rem;
    font-weight: 700;
    line-height: 120%;
}

.price .campaign_banner>div p span.line::before {
    position: absolute;
    content: "";
    display: block;
    transform: rotate(350deg);
    background-color: #D60000;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
}

.price .campaign_banner>div .content .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 1.03125rem solid transparent;
    border-bottom: 1.03125rem solid transparent;
    border-left: 1.03125rem solid #000000;
    border-right: 0;
}

.price .campaign_banner>div .content .free {
    color: #D60000;
    font-size: 4.6875rem;
    font-weight: 700;
    line-height: 120%;
    position: relative;
}

.price .campaign_banner .content:last-child {
    border-top: 1px solid #000;
}

.price .campaign_banner .content img {
    position: absolute;
    width: 3.95313rem;
    height: 5.69956rem;
    top: 1.5rem;
    right: -1rem;
}

@media screen and (max-width: 768px) {
    .price {
        padding: 6rem 0;
    }
    /*キャンペーンバナー*/
    .price .campaign_banner {
        flex-direction: column;
        margin-top: 5.5rem;
        gap: 1rem;
    }
    .price .campaign_banner>div h2 {
        font-size: 1.5rem;
        padding: 0.5rem 0 0.7rem 0;
    }
    .price .campaign_banner>div .content {
        gap: 0.8rem;
        margin: 1rem 0.5rem;
        padding-bottom: 0;
    }
    .price .campaign_banner>div p span {
        font-size: 0.8rem;
    }
    .price .campaign_banner>div p span.mark {
        font-size: 1rem;
    }
    .price .campaign_banner>div p span.line {
        font-size: 2rem;
    }
    .price .campaign_banner>div .content .free {
        font-size: 2.6875rem;
    }
    .price .campaign_banner>div .content .triangle {
        border-top: 0.7rem solid transparent;
        border-bottom: 0.7rem solid transparent;
        border-left: 0.7rem solid #000000;
    }
    .price .campaign_banner>div p {
        font-size: 1.2rem;
    }
    .price .campaign_banner>div:last-child img {
        width: 2.95313rem;
        height: 4.69956rem;
        top: 0rem;
        right: 0.5rem;
    }
}


/*料金表*/

.price .price_list table {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    table-layout: fixed;
    width: 100%;
    margin-top: 2.25rem;
}

.price .price_list .osusume_line table {
    margin-top: 0;
}

.price .price_list table .osusume {
    position: relative;
}

.price .price_list table .osusume img {
    width: 5.75rem;
    height: 5.75rem;
    flex-shrink: 0;
    position: absolute;
    top: -2.5rem;
    left: 24%;
}

.price .price_list .osusume_line {
    border: 2px solid #A10000;
    margin-top: 2.25rem;
}

.price .price_list table tr {
    background-color: #ffffff;
    padding: .35em;
    border-bottom: 1px solid #eeeeee;
}

.price .price_list table th,
.price .price_list table td {
    padding: 1rem;
    border-right: 1px solid #eeeeee;
}

.price .price_list .osusume_line table td.text {
    border-right: none;
}

.price .price_list table thead tr {
    color: #fff;
}

.price .price_list table thead tr th {
    border-right: none;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 120%;
    padding: 1.12rem 0;
}

.price .price_list table thead tr th:first-of-type {
    background: #00B5C9;
}

.price .price_list table thead tr th:last-child {
    background: #1FA578;
}


/*パーソナルとペア*/

.price .price_list table thead tr th.personal {
    background: #A10000;
}

.price .price_list table tbody th p,
.price .price_list table tbody td.text p {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 120%;
}

.price .price_list table tbody td.text p span {
    font-size: 1rem;
}

.price .price_list table tbody td.text p span strong {
    font-weight: 700;
}

.price .price_list table tbody th img,
.price .price_list table tbody td.text p img {
    width: 1.75rem;
    height: 1.75rem;
    flex-shrink: 0;
}

.price .price_list .price_text {
    color: #000;
    font-family: "Barlow Semi Condensed";
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
}

.price .price_list .price_text span {
    font-size: 1.875rem;
}

.price .price_list .price_text p {
    font-family: "Noto Sans JP";
    font-size: 1rem;
    font-weight: 400;
    line-height: 120%;
}

.price .price_list .price_text p strong span {
    font-weight: 700;
    font-size: 1rem;
    color: #222222;
}

.price .price_list .price_text p strong {
    color: #D60000;
    font-size: 1.25rem;
    font-weight: 700;
}

.price .price_list .non {
    background: #EEEEEE;
}

.price .price_list p.small {
    margin-top: 1.25rem;
}


/*マンスリー*/

.price .price_list table.monthly thead {
    display: none;
}

.price .price_list table.monthly tbody th {
    color: #FFF;
    font-weight: 700;
    line-height: 120%;
    background: #DEA34F;
}


/*指名*/

.price .price_list table.name {
    margin-top: 5.69rem;
}

.price .price_list table.name thead {
    display: none;
}

.price .price_list table.name tbody th {
    color: #FFF;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 120%;
    background: #FF2C73;
}

.price .price_list table.monthly.stretch tbody th {
    color: #FFF;
    font-weight: 700;
    line-height: 120%;
    background: #6c6b6a;
}

.tac {
    text-align: center;
    margin-top: 2.13rem;
    margin-bottom: 4.12rem;
}

.btn_name {
    color: #FFF;
    font-weight: 700;
    line-height: 2rem;
    letter-spacing: 0.2rem;
    display: flex;
    gap: 1.69rem;
    justify-content: center;
    background: #FF2C73;
    display: inline-block;
    padding: 0.8rem 1.25rem;
}

.btn_name .arrow {
    position: relative;
    display: inline-block;
    width: 33px;
    height: 62px;
}

.tax {
    text-align: center;
    margin-top: 1.28rem;
}

.credit {
    margin-top: 9.62rem;
}

.credit img {
    width: 44.9375rem;
    margin-top: 2.83rem;
}

@media screen and (max-width: 768px) {
    .price {
        padding: 6rem 0;
    }
    .price .price_list table {
        border: 0;
        width: 100%
    }
    .price .price_list table .osusume img {
        width: 5.75rem;
        height: 5.75rem;
        flex-shrink: 0;
        position: absolute;
        top: 1.8rem;
        left: -4%;
    }
    .price .price_list .osusume_line table tr {
        margin-bottom: 0;
    }
    .price .price_list table th {
        background-color: #167F92;
        display: block;
        border-right: none;
    }
    .price .price_list table thead {
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        width: 1px;
    }
    .price .price_list p.small {
        margin-top: 1.25rem;
        margin-bottom: 5rem;
        line-height: 150%;
    }
    .price .price_list table thead tr {
        padding: 0;
    }
    .price .price_list table thead tr th {
        font-size: 1.2rem;
    }
    .price .price_list table tr {
        display: block;
        margin-bottom: -1px;
    }
    .price .price_list table td {
        border-bottom: 1px solid #bbb;
        display: block;
        font-size: .8em;
        text-align: right;
        position: relative;
        padding: .625em;
        border-right: none;
    }
    .price .price_list table.name {
        margin-top: 2.69rem;
    }
    /*パーソナルとペア*/
    .price .price_list table.training thead {
        border: none;
        position: absolute;
    }
    .price .price_list table.training td {
        padding: .625em .625em .625em 4em;
    }
    .price .price_list table.training td::before {
        content: attr(data-label);
        font-weight: bold;
        position: absolute;
        left: 10px;
        color: #14b7c9;
        top: 36%;
        font-size: 0.98rem;
        width: 33%;
        line-height: 120%;
        text-align: left;
        white-space: pre;
    }
    .price .price_list table.training td.pair::before {
        color: #1FA578;
    }
    .price .price_list td:last-child {
        border-bottom: 0;
    }
    .price .price_list table tbody th {
        background-color: #eeeeee;
        display: block;
        border-right: none;
        color: #222222;
        padding: 1rem;
    }
    .price .price_list .price_text {
        font-size: 1.8rem;
    }
    .price .price_list .price_text span {
        font-size: 1.2rem;
    }
    .price .price_list .price_text p,
    .price .price_list .price_text p strong span {
        font-size: 0.85rem;
    }
    .price .price_list .price_text p strong {
        font-size: 1rem;
    }
    .price .price_list table tbody th p,
    .price .price_list table tbody td.text p {
        font-size: 1.2rem;
    }
    .credit img {
        width: 100%;
        margin-top: 2rem;
    }
}


/*---▼体験レッスン▼---*/

.service {
    padding: 9rem 0;
}

.service p.text {
    line-height: 170%;
    margin-top: 2.5rem;
    margin-bottom: 4.75rem;
}

.service .service_content>div {
    display: flex;
    gap: 4.75rem;
    align-items: center;
    margin-bottom: 4.36rem;
}

.service .service_content>div img {
    object-fit: cover;
    object-position: center;
    width: 25.23656rem;
    height: 14.1875rem;
    flex-shrink: 0;
}

.service .service_content>div .text_sec {
    width: 100%;
}

.service .service_content>div .title {
    display: flex;
    gap: 0.94rem;
    border-bottom: 1px solid #D60000;
    padding-bottom: 1.75rem;
    margin-bottom: 2rem;
    align-items: center;
}

.service .service_content>div .title span {
    color: #D60000;
    font-family: "Barlow Semi Condensed";
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
}

.service .service_content>div .title span span {
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
}

.service .service_content>div .title h3 {
    color: #000;
    font-size: 2rem;
    font-weight: 400;
    line-height: 100%;
    padding-top: 1.5rem;
}

.service .service_content>div .title h3 span {
    font-size: 1.5rem;
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.service .group {
    margin-bottom: 5.44rem;
}

@media screen and (max-width: 768px) {
    .service .service_concept .flex_box {
        flex-direction: column;
        gap: 0;
    }
    .service .service_concept .flex_box h2 span {
        font-size: 2.75rem;
    }
    .service .service_concept .flex_box h3 {
        font-size: 1.5rem;
        line-height: 150%;
        margin-top: 0;
    }
    .service .service_concept .flex_box .cross span {
        height: 4.20613rem;
    }
    .service .service_concept p {
        text-align: justify;
        margin-top: 2.75rem;
        line-height: 200%;
    }
    .service .service_concept {
        margin-bottom: 3.31rem;
    }
    .service .service_content>div img {
        margin-left: auto;
        object-fit: cover;
        object-position: center;
        max-width: 100%;
        height: auto;
    }
    .service .service_content>div,
    .service .service_content>div.reverse {
        flex-direction: column;
        gap: 1.75rem;
        margin-bottom: 4.36rem;
    }
    .service .service_content>div:last-child {
        margin-bottom: 0;
    }
    .service .service_content>div .title span {
        font-size: 2.75rem;
    }
    .service .service_content>div .title span span {
        font-size: 1rem;
    }
    .service .service_content>div .title h3 {
        font-size: 1.5rem;
    }
    .service .service_content>div .title {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        gap: 0.5rem;
    }
    .service .service_content>div.reverse img {
        margin-right: auto;
    }
    .service .service_content>div .title h3 span {
        font-size: 1rem;
    }
}


/*---▼トレーナー▼---*/


/* モーダルを開くボタン */

.modal__trigger {
    cursor: pointer;
}

.modal__trigger:nth-child(n + 2) {
    margin-top: 60px;
}

.trainer {
    padding: 9rem 0;
}

.trainer .flex_sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.87rem 1.06rem;
    margin-top: 4rem;
}

.trainer .flex_sec::after {
    content: "";
    display: block;
    width: calc(100% / 3 - 0.935rem);
}

.trainer .flex_sec .swiper-slide {
    position: relative;
    width: 23.75rem;
    height: 34.625rem;
}

.trainer .flex_sec .modal__trigger img {
    position: absolute;
    filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.25));
    width: 23.75rem;
    height: 34.625rem;
    flex-shrink: 0;
    border: 1px solid #D60000;
    object-fit: cover;
}

.trainer .flex_sec .modal__trigger h3 {
    position: absolute;
    background: rgba(255, 255, 255, 0.80);
    bottom: 2rem;
    left: 1px;
    width: 90%;
    padding: 1rem;
    color: #D60000;
    font-family: "Barlow Semi Condensed";
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    gap: 0.88rem;
    display: flex;
    align-items: baseline;
}

.trainer .flex_sec .modal__trigger h3 span {
    color: #222222;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 120%;
    text-transform: lowercase;
}


/* モーダル本体 */

.modal__wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.modal__layer {
    height: 100%;
    background: rgba(50, 50, 50, .85);
    cursor: pointer;
}

.modal__container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(calc(100% - 40px), 1000px);
    height: calc(100% - 40px);
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0.6);
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}


/* モーダルを閉じるボタン */

.modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    cursor: pointer;
    transition: opacity .6s;
}

.modal__close:hover {
    opacity: .6;
}

.modal__close:before,
.modal__close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0.10013rem;
    width: 1.5rem;
    background: #919191;
    content: '';
}

.modal__close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}


/* モーダル内のコンテンツ */

.modal__content {}

.modal__content h2 {
    color: #D60000;
    font-family: "Barlow Semi Condensed";
    font-size: 5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    border-bottom: 1px solid #D60000;
    padding-bottom: 1rem;
    margin-top: 3rem;
}

.modal__content h2 span {
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 120%;
}

.modal__content .flex_box {
    display: flex;
    gap: 1.19rem;
    margin-top: 1.87rem;
}

.modal__content .flex_box img {
    width: 29.0625rem;
    height: 43.625rem;
    flex-shrink: 0;
    aspect-ratio: 465/698;
}

.modal__content .flex_box .text_sec {
    width: 100%;
}

.modal__content .flex_box .text_sec h3 {
    font-family: "Barlow Semi Condensed";
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 200%;
    border-bottom: 1px solid #222222;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.modal__content .flex_box .text_sec p.message {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
}

.modal__content .flex_box .text_sec h4 {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
    margin: 2rem 0;
}

.modal__content .flex_box .text_sec .tag {
    display: flex;
    gap: 0.37rem;
    margin-top: 4rem;
}

.modal__content .flex_box .text_sec .tag>div {
    padding: 0 1.38rem;
    color: #FFF;
    font-weight: 500;
    line-height: 200%;
}

.modal__content .flex_box .text_sec .tag .personal {
    background: #1AB8A3;
}

.modal__content .flex_box .text_sec .tag .meal {
    background: #63A100;
}

@media screen and (max-width: 768px) {
    #window {
        width: 90%;
        height: 95%;
        padding: 1rem;
    }
    .modal__content .flex_box {
        flex-direction: column;
    }
    .modal__content h2 {
        gap: 0.5rem;
        font-size: 2rem;
        align-items: baseline;
        padding-bottom: 0.5rem;
    }
    .modal__content h2 span {
        font-size: 1rem;
    }
    .modal__content .flex_box img {
        width: 60%;
        height: auto;
        flex-shrink: 0;
        aspect-ratio: 0;
        margin: auto;
    }
    .modal__content .flex_box .text_sec h3 {
        font-size: 1.25rem;
        order: 1;
    }
    .modal__content .flex_box .text_sec p.message {
        font-size: 1rem;
        line-height: 150%;
        order: 2;
    }
    .modal__content .flex_box .text_sec h4 {
        font-size: 1rem;
        margin: 2rem 0;
        order: 0;
    }
    .modal__content .flex_box .text_sec p.text {
        order: 4;
    }
    .modal__content .flex_box .text_sec .tag {
        order: 5;
        padding-bottom: 2rem;
    }
    /*トレーナー一覧*/
    .trainer {
        padding: 6rem 0;
    }
    .trainer .flex_sec {
        display: flex;
        flex-wrap: nowrap;
        gap: 0;
    }
    .trainer .flex_sec::after {
        content: "";
        display: none;
    }
    .trainer .flex_sec .modal__trigger img {
        width: 100%;
        height: 100%;
    }
    .trainer .flex_sec .swiper-slide {
        height: 20.625rem;
    }
    .trainer .flex_sec .modal__trigger h3 {
        flex-direction: column;
        gap: 0.5rem;
        font-size: 1.2rem;
    }
    .trainer .flex_sec .modal__trigger h3 span {
        color: #222222;
        font-size: 1rem;
    }
}


/*---▼よくある質問▼---*/

.faq {
    padding: 9rem 0;
}

.accordion {
    margin-top: 5.06rem;
}

.accordion_container {
    margin: 0 auto;
    width: 70%;
    border: 1px solid #D60100;
    background: #FFF;
    margin-top: 1.25rem;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.accordion_title {
    padding: 0.8rem 5%;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
}

.accordion_title h3 {
    font-size: 1.25rem;
    display: flex;
    gap: 0.5rem;
    font-weight: 400;
    align-items: center;
}

.accordion_title h3 span {
    font-size: 2.5rem;
}

.accordion_title:hover {
    opacity: 0.8;
}

.icon_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 5%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
}

.icon {
    display: block;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
}

.accordion_title.open .icon_wrap {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.icon:before,
.icon:after {
    display: flex;
    content: '';
    background-color: #919191;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 9px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
}

.icon:before {
    width: 2px;
    height: 20px;
    top: 0;
    left: 8px;
}

.accordion_title.open .icon_wrap .icon:before {
    content: none;
}

.accordion_title.open .icon_wrap .icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.accordion_inner {
    display: none;
    padding: 20px 20px;
    box-sizing: border-box;
}

.ac_inner_wraper {
    border-top: 1px solid #d60001;
    padding: 0.5rem;
    padding-top: 1.5rem;
    display: flex;
    gap: 0.7rem;
}

.ac_inner_wraper span {
    color: #D60000;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 100%;
}

p.txt_a_ac {
    margin-top: 0.5rem;
}

@media screen and (max-width: 768px) {
    .faq {
        padding: 6rem 0;
    }
    .accordion_title {
        font-size: 18px;
    }
    .icon_wrap {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
    .accordion_title {
        font-size: 16px;
        text-align: left;
        padding: 15px 60px 15px 15px;
    }
    .accordion_container {
        width: auto;
    }
    .accordion_title h3 span,
    .ac_inner_wraper span {
        font-size: 1.5rem;
    }
    .accordion_title h3 {
        font-size: 1rem;
    }
    p.txt_a_ac {
        font-size: 0.8rem;
        margin-top: 0.2rem;
    }
}


/*---▼アクセス▼---*/

.access.personal {
    position: relative;
    padding: 9rem 0;
    padding-top: 0;
}

.access {
    position: relative;
    padding: 9rem 0;
}

.access.personal .wrap {
    border-top: 1px solid #222222;
    padding-top: 9rem;
}

.access img.bk {
    position: absolute;
    top: 0;
    right: 0;
    width: 40.5625rem;
    height: 12.25rem;
    flex-shrink: 0;
}

.access .flex_sec {
    display: flex;
    gap: 2.81rem;
    margin-top: 5rem;
}

.access .flex_sec h3 {
    font-family: "Barlow Semi Condensed";
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 150%;
    padding-bottom: 0.78rem;
    border-bottom: 1px solid #D60000;
    margin-bottom: 1.78rem;
}

.access .flex_sec iframe,
.access .flex_sec .text_sec {
    flex: 1;
}

.access .access_table {
    border-collapse: collapse;
    width: 100%;
    max-width: 700px;
}

.access .access_table th {
    background: #606060;
    text-align: center;
    padding: 0.625rem 1.25rem;
    color: #fff;
}

.access_table td {
    padding-left: 1.25em;
}

.access .access_table tr {
    border-bottom: 1.37rem solid #fff;
}

.access .access_table th {
    background: #606060;
    text-align: center;
    padding: 0.625rem 1rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .access.personal {
        padding-top: 0rem;
        padding-bottom: 4rem;
    }
    .access {
        padding-top: 6rem;
        padding-bottom: 4rem;
    }
    .access img.bk {
        width: 17.5625rem;
        height: auto;
    }
    .access .flex_sec {
        flex-direction: column;
    }
    .access .flex_sec .text_sec {
        order: 0;
    }
    .access .flex_sec iframe {
        order: 1
    }
    .access .flex_sec h3 {
        font-size: 1.5rem;
        padding-bottom: 0.5rem;
    }
    .access .access_table th {
        padding: 0.5rem;
        font-size: 1rem;
        width: 23%;
    }
    .access .flex_sec iframe {
        order: 1;
        height: 300px;
        flex: auto;
    }
    .access .wrap {
        padding-bottom: 6rem;
    }
}
