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

.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: 820px) {
    .service_concept .flex_box h2 span {
        font-size: 3rem;
        padding: 0 0.5rem;
    }
}

@media screen and (max-width: 1024px) {
    .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: 100%;
        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: 1024px) {
    .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.cssのファイルを編集してください。*/


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

.trainer.bk_gray {
    background: #fff;
}


/*trainer.cssのファイルを編集してください。*/


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

.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: 1024px) {
    .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;
    }
}


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

.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: 820px) {
    .access .flex_sec {
        flex-direction: column;
    }
}

@media screen and (max-width: 1024px) {
    .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;
    }
}


/*---▼グループトレーニング▼---*/

.fv_top.group {
    display: none;
}

.fv_group {
    padding-top: 5.1rem;
    background: #000;
}

@media screen and (max-width: 820px) {}

@media screen and (max-width: 1024px) {
    .fv_group {
        padding-top: 0;
    }
}
