@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

:root {
    --main-color: #000;
    --sub-color: #fff;
}

body {
    color: #333;
    font-size: 16px;
    line-height: 1.7;
    -webkit-text-size-adjust: 100%;
    min-width: 1440px;
    font-family: "Noto Sans JP", sans-serif;
    background-color: #F7F6EA;
}

.wrap {
    width: 1140px;
    margin: 0 auto;
}

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

/* PC固定ページ 共通設定 */
.common_page_main {
    background: #F5F5F5;
    padding-block: 140px;
    margin-block: 0 1em;
}

.common_page_main .title_box {
    text-align: center;
}

.common_page_main .title_box .title {
    font-size: 40px;
    letter-spacing: .08em;
    font-weight: 700;
    line-height: 1.5;
}

.common_page_wrap {
    padding: 100px 0;
}

.not_found .text {
    text-align: center;
}

.reserve_text {
    text-align: center;
    font-size: 30px;
}

/* パンくず */
.breadcrumb {
    font-size: 12px;
    color: #3E3E3E;
    letter-spacing: .08em;
}

.breadcrumb a {
    text-decoration: none;
    color: #3E3E3E;
}

/* PC固定ページ お問い合わせ */
.contact_form_disc {
    color: #3E3E3E;
    letter-spacing: .08em;
    font-weight: 400;
    text-align: center;
    margin-block: 0 3.8em;
}

.contact_form_disc .text {
    font-size: 16px;
    margin-block: 0 1em;
}

.contact_form_disc .caution {
    font-size: 14px;
}

.common_contact_form .form_box {
    margin-block: 0 50px;
}

.common_contact_form .form_box dl {
    display: grid;
    grid-template-columns: 26.5% 1fr;
    align-items: center;
    gap: 80px;
}

.common_contact_form .form_box dl.start {
    align-items: flex-start;
}

.common_contact_form .form_box dl+dl {
    margin-block: 1.6em 0;
}

.common_contact_form .form_box dl dt {
    display: flex;
    align-items: center;
    gap: 1.3em;
    font-size: 16px;
    letter-spacing: .08em;
    font-weight: 700;
    padding-inline: 0 0.5em;
    position: relative;
}

.common_contact_form .form_box dl dt .label {
    flex-shrink: 0;
    color: #3E3E3E;
    font-size: 12px;
    letter-spacing: .2em;
    font-weight: 700;
    border-radius: 100vmax;
    padding: 0.2em 0.9em;
}

.common_contact_form .form_box dl dt .label.hissu {
    background: #C70000;
    color: #fff;
}

.common_contact_form .form_box dl dt .label.ninni {
    background: #E0E0E0;
}

.common_contact_form .form_box dl dt::after {
    content: "";
    content: "";
    width: 1px;
    height: 30px;
    background: #AAA;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.common_contact_form input[type="text"],
.common_contact_form input[type="email"],
.common_contact_form #zip {
    width: 100%;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
    padding: 0.8em 1em;
}

.common_contact_form textarea {
    width: 100%;
    height: 180px;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    padding: 1em;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
}

.common_contact_form input::placeholder,
.common_contact_form textarea::placeholder {
    color: #C7C4C4;
}

.common_contact_form select {
    width: 47.5%;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: .08em;
    padding: 1.1em 1em;
}

.common_contact_form select.empty {
    color: #C7C4C4;
}

.page_contact #btn_wrap {
    justify-content: center;
    text-align: right;
    width: 74%;
    margin: auto;
}

.page_contact #btn_wrap button {
    background-color: var(--main-color);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 310px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 900;
    transition: .3s;
    text-align: center;
    letter-spacing: .08em;
    margin: auto;
}

.page_contact #btn_wrap button[name="submitBack"] {
    background: #333;
    margin-top: 20px;
}

.page_contact #btn_wrap button:hover {
    opacity: .8;
}

.privacy_term_outer .privacy_term_inner {
    height: 138px;
    margin: auto;
    overflow: auto;
}

.privacy_term_outer .privacy_term_inner .privacy_index {
    font-size: 14px;
}

.privacy_term_outer .privacy_term_inner .main_text {
    font-size: 13px;
    margin-bottom: 25px;
}

.privacy_term_outer .privacy_term_inner dl dt {
    font-size: 13px;
    border-left: solid 3px #ccc;
    padding-left: 1em;
    margin-bottom: 5px;
}

.privacy_term_outer .privacy_term_inner dl dd {
    font-size: 13px;
}

.privacy_term_outer .privacy_term_inner dl+dl {
    margin-top: 30px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar {
    width: 8px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-track {
    background: transparent;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 10px;
}

.privacy_term_outer {
    border-top: solid 1px #e3e3e3;
    padding: 30px 0;
    border-bottom: solid 1px #e3e3e3;
    width: 60%;
    margin: 0 auto 50px;
}

.privacy_check_list .mwform-checkbox-field-text {
    padding-right: 0;
}

.privacy_check_list .error {
    font-size: 12px;
}

.privacy_term_detail {
    text-align: center;
    font-size: 13px;
    margin: 20px 0;
    position: relative;
    font-weight: 600;
}

.privacy_term_detail::after {
    content: "";
    margin: 5px auto 0;
    border: solid #333;
    border-width: 2px 2px 0 0;
    width: 10px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    rotate: 135deg;
    display: block;
}

.mw_wp_form_confirm .privacy_check_list,
.mw_wp_form_confirm .privacy_term_detail {
    display: none;
}

/* ラジオボタン デザイン */
.radio_btns,
.checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 1.5em;
    padding: .5em 0;
}

/* ラジオボタンを隠す */
.radio_btns input[type=radio].radio_btns__item {
    display: none;
}

.radio_btns label {
    display: inline-block;
    cursor: pointer;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item+span {
    color: #3E3E3E;
    font-size: 15px;
    letter-spacing: .08em;
    font-weight: 600;
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

/* 各パーツを作成 */
.radio_btns .radio_btns__item+span::before,
.radio_btns .radio_btns__item+span::after {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #E6E6E6;
    background: #F8F8F8;
    border-radius: 50%;
    width: 20px;
    aspect-ratio: 1;
    min-width: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

/* after上書き */
.radio_btns .radio_btns__item+span::after {
    width: 10px;
    aspect-ratio: 1;
    min-width: 0;
    top: 0px;
    left: 5px;
    border: none;
    background: #5A5A5A;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all .3s;
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked+span::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* チェックボックス デザイン */
.page_contact input[type="checkbox"] {
    /* デフォルトcheckボックス非表示*/
    display: none;
}

.mwform-checkbox-field label {
    cursor: pointer;
}

.mwform-checkbox-field-text {
    color: #3E3E3E;
    font-size: 15px;
    letter-spacing: .08em;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
    content: "";
    position: absolute;
    display: block;
}

.mwform-checkbox-field-text::before {
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    width: 20px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
    border-width: 3px;
    border-color: transparent transparent #333 #333;
    border-style: solid;
    width: 20px;
    aspect-ratio: 2/1;
    min-width: 0;
    margin-top: -0.2em;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0;
}

input[type="checkbox"]:checked+.mwform-checkbox-field-text::after {
    opacity: 1;
}

.mw_wp_form .horizontal-item {
    display: inline-block;
}

.mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0 !important;
}

/* サンクスページ */

.page_contact .thanks_textArea .name {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin-bottom: 20px;
}

.page_contact .thanks_textArea .contact_text {
    margin: 0 auto 50px;
    width: 62%;
}

.page_contact .thanks_textArea .ichiran_link {
    background-color: var(--main-color);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 4px;
    font-size: 16px;
    transition: .3s;
    margin: 0 auto;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .08em;
    text-align: center;
}

.page_contact .thanks_textArea .ichiran_link:hover {
    opacity: .8;
}

.page_contact .thanks_textArea .contact_text .space {
    display: block;
}

.page_contact .thanks_textArea .contact_text .space {
    display: block;
    margin-top: 10px;
}

/* ステップバー デザイン */
.page_contact .progressbar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.6em;
    margin-block: 0 3em;
}

.page_contact .progressbar .item {
    color: #3E3E3E;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    position: relative;
}

.page_contact .progressbar .item+.item::before {
    content: "";
    width: 50px;
    height: 1px;
    background: #E6E6E6;
    position: absolute;
    top: 64%;
    left: -5em;
}

.page_contact .progressbar .item .mark {
    width: 36px;
    aspect-ratio: 1;
    background: #fff;
    border: 1px solid #AFAFAF;
    border-radius: 50%;
    display: block;
    margin: 0 auto 0.5em;
    position: relative;
}

.page_contact .progressbar .item .mark::before {
    content: "";
    width: 41%;
    aspect-ratio: 1;
    background: #5A5A5A;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    opacity: 0;
}

.page_contact .progressbar .item.active .mark::before {
    opacity: 1;
}

.page_contact .progressbar .item .en {
    display: block;
    color: #A7A7A7;
    letter-spacing: 0;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

.privacy_check_list {
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.privacy_check_list .hissu {
    background: #c70200;
    color: #fff;
    padding: 2px 15px;
    font-size: 10px;
    letter-spacing: .08em;
    border-radius: 30px;
    font-weight: 600;
}

.mw_wp_form .privacy_check_list .horizontal-item {
    margin: 0;
}

/* PC固定ページ 404ページ */
#page_404 {
    text-align: center;
}

#page_404 .num {
    font-size: 100px;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#page_404 .text {
    margin-bottom: 1em;
    font-size: 16px;
}

.p-authorBox .avatar {
    display: inline;
}



/* marbell gym CSS ------------------------------------- */
@font-face {
    src: url("/wp-content/themes/swell_child/font/A-OTF-RyuminPro-ExHeavy.woff") format("woff");
    font-family: "A-OTF-RyuminPro-ExHeavy";
}

.font_ryumin_eh {
    font-weight: 900;
    font-family: "A-OTF-RyuminPro-ExHeavy", serif;
}

@font-face {
    src: url("/wp-content/themes/swell_child/font/A-OTF-RyuminPro-Heavy.woff") format("woff");
    font-family: "A-OTF-RyuminPro-Heavy";
}

.font_ryumin_h {
    font-weight: 900;
    font-family: "A-OTF-RyuminPro-Heavy", serif;
}

@font-face {
    src: url("/wp-content/themes/swell_child/font/A-OTF-RyuminPro-ExBold.woff") format("woff");
    font-family: "A-OTF-RyuminPro-ExBold";
}

.font_ryumin_eb {
    font-weight: 800;
    font-family: "A-OTF-RyuminPro-ExBold", serif;
}

@font-face {
    font-weight: 700;
    src: url("/wp-content/themes/swell_child/font/helvetica-neue-bold.woff") format("woff");
    font-family: "Helvetica";
}

@font-face {
    font-weight: 500;
    src: url("/wp-content/themes/swell_child/font/helvetica-neue-medium.woff") format("woff");
    font-family: "Helvetica";
}

.font_helvetica {
    font-family: "Helvetica", sans-serif;
}

.font_baskervville {
    /* font-family: "Baskervville", serif; */
    font-family: "Libre Baskerville", serif;
}

.font_notosans {
    font-family: "Noto Sans JP", sans-serif;
}

.font_noto-serif_b {
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
}

main {
    overflow: hidden;
}

html {
    scroll-behavior: smooth;
}

html.active {
    overflow: hidden;
}

/* 共通部分 (pc) ------------------------------------------------------------------------------------------------------ */

span,
a {
    display: inline-block;
    font-weight: inherit;
}

body figure {
    margin: 0;
}

figure img {
    -o-object-fit: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.common_section {
    padding: 120px 0;
}

.common_fade {
    -webkit-transform: translateY(100px);
    visibility: hidden;
    transform: translateY(100px);
    opacity: 0;
}

a.common_btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
    -webkit-transition: opacity 0.3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 320/60;
    width: 320px;
    padding: 0 35px 0 40px;
    background-color: #1A1A1A;
    color: #FFF;
    font-size: 15px;
    clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
    transition: opacity 0.3s ease 0s;
}

a.common_btn:hover {
    opacity: 0.8;
}

a.common_btn::after {
    aspect-ratio: 20/9;
    width: 20px;
    margin-left: auto;
    background-image: url(/wp-content/themes/swell_child/image/common_arrow_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.common_contact .contact_text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 20px;
    align-items: center;
    padding-left: 30px;
    font-size: 20px;
    letter-spacing: 0.09em;
    white-space: nowrap;
}

.common_contact .contact_text::after {
    width: 105%;
    height: 1px;
    background-color: #FFF;
    content: "";
}

.common_contact .contact_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
}

.common_contact .contact_btn {
    -webkit-clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: opacity 0.3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 316/60;
    width: 316px;
    font-size: 18px;
    letter-spacing: 0.09em;
    clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
    transition: opacity 0.3s ease 0s;
}

.common_contact .contact_btn:hover {
    opacity: 0.8;
}

.common_contact .contact_btn::before {
    width: 30px;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.common_contact .contact_btn::after {
    aspect-ratio: 20/9;
    width: 20px;
    margin-left: 20px;
    background-position: center center;
    background-size: cover;
    content: "";
}

.common_contact .contact_btn:nth-child(1) {
    background-color: #03C755;
    color: #FFF;
}

.common_contact .contact_btn:nth-child(1)::before {
    aspect-ratio: 1/1;
    background-image: url(/wp-content/themes/swell_child/image/common_icon_line.svg);
}

.common_contact .contact_btn:nth-child(1)::after {
    background-image: url(/wp-content/themes/swell_child/image/common_arrow_white.svg);
}

.common_contact .contact_btn:nth-child(2) {
    background-color: #E5D300;
    color: #11152F;
}

.common_contact .contact_btn:nth-child(2)::before {
    aspect-ratio: 30/20;
    background-image: url(/wp-content/themes/swell_child/image/common_icon_mail.svg);
}

.common_contact .contact_btn:nth-child(2)::after {
    background-image: url(/wp-content/themes/swell_child/image/common_arrow_black.svg);
}

.common_contact .contact_info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 10px;
    align-items: center;
    margin-top: 10px;
}

.common_contact .contact_tel {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #FFF;
    font-weight: 700;
    font-size: 38px;
}

.common_contact .contact_tel::before {
    aspect-ratio: 1/1;
    width: 30px;
    margin-right: 8px;
    background-image: url(/wp-content/themes/swell_child/image/common_icon_tel_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.common_contact .contact_time {
    font-weight: 500;
    font-size: 14px;
}

.common_fv {
    margin-top: 100px;
}

.common_fv .common_fv_wrapper {
    position: relative;
    height: 260px;
}

.common_fv .common_fv_heading {
    -webkit-transform: translateY(-50%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    position: absolute;
    top: 50%;
    flex-direction: column;
    align-items: flex-end;
    transform: translateY(-50%);
}

.common_fv .common_fv_heading_en {
    color: #FFF;
    font-style: italic;
    font-weight: 700;
    font-size: 80px;
    line-height: 1;
    text-transform: uppercase;
}

.common_fv .common_fv_heading_ja {
    margin-top: 10px;
    color: #FFF;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.09em;
}

.common_fv .common_fv_img {
    height: 100%;
}

.common_fv .common_fv_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#000948), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, #000948 0%, rgba(255, 255, 255, 0) 100%);
}

.common_fv .common_fv_bread {
    margin-top: 15px;
}

.common_fv .common_fv_bread .wrap {
    width: 1340px;
}

.common_fv .common_fv_items {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 5px;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.09em;
}

.common_fv .common_fv_items span a span {
    -webkit-transition: opacity 0.3s ease 0s;
    color: #A2A2A2;
    transition: opacity 0.3s ease 0s;
}

.common_fv .common_fv_items span a span:hover {
    opacity: 0.7;
}

.common_heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 30px;
    align-items: center;
}

.common_heading .common_heading_en {
    color: #11152F;
    font-style: italic;
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    text-transform: uppercase;
}

.common_heading .common_heading_ja {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.09em;
}

/* pagenavi (pc) -------------------------------------------------------------------------------------------------------------------- */

.wp-pagenavi a,
.wp-pagenavi span {
    border: 1px solid #151515;
    background-color: transparent;
    color: #151515;
}

.wp-pagenavi a:hover {
    border: 1px solid transparent !important;
    background-color: #151515 !important;
    color: #FFF;
}

.wp-pagenavi span.current {
    border: 1px solid transparent !important;
    background-color: #151515;
    color: #FFF;
}

/* header (pc) ------------------------------------------------------------------------------------------------------ */

.header {
    z-index: 50;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    min-width: 1440px;
    height: 100px;
    padding: 0 50px;
    background-color: #11152F;
}

.header.active {
    background-color: transparent;
}

.header.active .header_logo,
.header.active .header_nav {
    visibility: hidden;
    opacity: 0;
}

.header .header_inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 100%;
}

.header .header_logo {
    -webkit-transition: opacity 0.3s ease 0s;
    width: 223px;
    transition: opacity 0.3s ease 0s;
}

.header .header_logo:hover {
    opacity: 0.7;
}

.header .header_nav {
    margin-left: auto;
}

.header .header_items {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 50px;
    justify-content: center;
}

.header .header_item {
    position: relative;
}

.header .header_item::after {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -29px;
    transform: translateY(-50%);
    content: "/";
    color: #FFF;
    font-size: 16px;
}

.header .header_item:first-child::after,
.header .header_item:nth-child(9)::after {
    display: none;
}

.header .header_item a {
    -webkit-transition: opacity 0.3s ease 0s;
    color: #FFF;
    font-size: 16px;
    transition: opacity 0.3s ease 0s;
}

.header .header_item a:hover {
    opacity: 0.8;
}

.header .header_item a {
    padding: 5px 0;
    font-size: 16px;
}

.header .header_btn {
    position: relative;
    width: 50px;
    height: 36px;
    margin-left: 50px;
    cursor: pointer;
}

.header .header_btn span {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    position: absolute;
    width: 40px;
    height: 4px;
    background-color: #FFF;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.header .header_btn span:nth-child(1) {
    top: 0;
    right: 0;
}

.header .header_btn span:nth-child(2) {
    top: 16px;
    right: 5px;
}

.header .header_btn span:nth-child(3) {
    top: 32px;
    right: 10px;
}

.header .header_btn.active span:nth-child(1) {
    -webkit-transform: rotate(150deg);
    top: 16px;
    right: 5px;
    transform: rotate(150deg);
}

.header .header_btn.active span:nth-child(2) {
    display: none;
}

.header .header_btn.active span:nth-child(3) {
    -webkit-transform: rotate(-150deg);
    top: 16px;
    right: 5px;
    transform: rotate(-150deg);
}

/* drawer (pc) ------------------------------------------------------------------------------------------------------ */

.drawer_pc {
    -webkit-transition: opacity 0.3s ease 0s;
    visibility: hidden;
    z-index: 40;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100dvh;
    height: 100vh;
    padding-top: 80px;
    overflow: scroll;
    background-color: #11152F;
    color: #FFF;
    opacity: 0;
    transition: opacity 0.3s ease 0s;
}

.drawer_pc.active {
    visibility: visible;
    opacity: 1;
}

.drawer_pc::-webkit-scrollbar {
    display: none;
}

.drawer_pc .drawer_links {
    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    display: grid;
    grid-template-columns: repeat(3, 350px);
    column-gap: 45px;
}

.drawer_pc .drawer_link a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: opacity 0.3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 18px 0;
    border-bottom: 1px solid #4D4D4D;
    color: #FFF;
    font-size: 15px;
    letter-spacing: 0.09em;
    transition: opacity 0.3s ease 0s;
}

.drawer_pc .drawer_link a:hover {
    opacity: 0.8;
}

.drawer_pc .drawer_link a::after {
    aspect-ratio: 20/9;
    width: 20px;
    margin-left: auto;
    background-image: url(/wp-content/themes/swell_child/image/common_arrow_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.drawer_pc .drawer_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}

.drawer_pc .drawer_logo {
    -webkit-transition: opacity 0.3s ease 0s;
    width: 300px;
    transition: opacity 0.3s ease 0s;
}

.drawer_pc .drawer_logo:hover {
    opacity: 0.8;
}

.drawer_pc .drawer_lead {
    margin-top: 20px;
    font-size: 18px;
    letter-spacing: 0.09em;
}

.drawer_pc .drawer_address {
    margin-top: 10px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.09em;
}

.drawer_pc .drawer_body {
    margin-left: auto;
}

.drawer_pc .common_contact .contact_text {
    padding-left: 40px;
    font-size: 18px;
}

.drawer_pc .drawer_inner,
.drawer_pc .drawer_others,
.drawer_pc .drawer_sns,
.drawer_pc .drawer_insta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.drawer_pc .drawer_inner {
    margin-top: 30px;
    padding-bottom: 20px;
}

.drawer_pc .drawer_others {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.drawer_pc .drawer_other {
    position: relative;
}

.drawer_pc .drawer_other::after {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -22px;
    transform: translateY(-50%);
    content: "/";
    color: #FFF;
    font-size: 12px;
}

.drawer_pc .drawer_other:first-child::after {
    display: none;
}

.drawer_pc .drawer_other a {
    -webkit-transition: opacity 0.3s ease 0s;
    color: #FFF;
    font-size: 12px;
    transition: opacity 0.3s ease 0s;
}

.drawer_pc .drawer_other a:hover {
    opacity: 0.8;
}

.drawer_pc .drawer_sns {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin-left: auto;
}

.drawer_pc .drawer_message {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.09em;
}

.drawer_pc .drawer_message::after {
    aspect-ratio: 20/9;
    width: 14px;
    margin-left: 15px;
    background-image: url(/wp-content/themes/swell_child/image/common_arrow_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.drawer_pc .drawer_icon {
    -webkit-transition: opacity 0.3s ease 0s;
    aspect-ratio: 1/1;
    width: 30px;
    margin-left: 25px;
    transition: opacity 0.3s ease 0s;
}

.drawer_pc .drawer_icon+.drawer_icon {
    aspect-ratio: 31/22;
}

.drawer_pc .drawer_icon:hover {
    opacity: 0.8;
}

.drawer_pc .drawer_bottom {
    padding: 20px 0 40px;
    border-top: 1px solid #FFF;
}

.drawer_pc .drawer_copy {
    font-size: 12px;
    text-align: center;
}

.drawer_pc .drawer_copy small {
    font-size: 100%;
}

/* footer (pc) ------------------------------------------------------------------------------------------------------ */

.footer {
    z-index: 30;
    position: relative;
    background-color: #11152F;
    color: #FFF;
}

.footer .footer_wrapper {
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    display: grid;
    grid-template-columns: 390px 1fr;
    column-gap: 100px;
    padding: 80px 0;
    border-bottom: 1px solid #656565;
}

.footer .footer_logo {
    -webkit-transition: opacity 0.3s ease 0s;
    width: 390px;
    transition: opacity 0.3s ease 0s;
}

.footer .footer_logo:hover {
    opacity: 0.8;
}

.footer .footer_lead {
    margin-top: 20px;
    font-size: 18px;
    letter-spacing: 0.09em;
}

.footer .footer_address {
    margin-top: 10px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.09em;
}

.footer .footer_time {
    margin-top: 5px;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.09em;
}

.footer .footer_tel {
    margin-top: 5px;
    color: #FFF;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.09em;
}

.footer .footer_tel a {
    color: #FFF;
}

.footer .footer_heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 10px;
    align-items: center;
    margin-left: 40px;
}

.footer .footer_heading_en {
    font-style: italic;
    font-weight: 600;
    font-size: 40px;
    text-transform: uppercase;
}

.footer .footer_heading_ja {
    font-size: 14px;
    letter-spacing: 0.09em;
}

.footer .footer_contact {
    margin-top: 10px;
}

.footer .common_contact .contact_text {
    padding-left: 40px;
    font-size: 18px;
}

.footer .footer_links {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 50px;
    row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 55px;
}

.footer .footer_link {
    position: relative;
}

.footer .footer_link::after {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -29px;
    transform: translateY(-50%);
    content: "/";
    color: #FFF;
    font-size: 16px;
}

.footer .footer_link:first-child::after,
.footer .footer_link:nth-child(8)::after {
    display: none;
}

.footer .footer_link a {
    -webkit-transition: opacity 0.3s ease 0s;
    color: #FFF;
    font-size: 16px;
    transition: opacity 0.3s ease 0s;
}

.footer .footer_link a:hover {
    opacity: 0.8;
}

.footer .footer_inner,
.footer .footer_others,
.footer .footer_sns,
.footer .footer_insta,
.footer .footer_wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.footer .footer_inner {
    margin-top: 60px;
    padding-bottom: 20px;
}

.footer .footer_others {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.footer .footer_other {
    position: relative;
}

.footer .footer_other::after {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -22px;
    transform: translateY(-50%);
    content: "/";
    color: #FFF;
    font-size: 12px;
}

.footer .footer_other:first-child::after {
    display: none;
}

.footer .footer_other a {
    -webkit-transition: opacity 0.3s ease 0s;
    color: #FFF;
    font-size: 12px;
    transition: opacity 0.3s ease 0s;
}

.footer .footer_other a:hover {
    opacity: 0.8;
}

.footer .footer_sns {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin-left: auto;
}

.footer .footer_message {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.09em;
}

.footer .footer_message::after {
    aspect-ratio: 20/9;
    width: 14px;
    margin-left: 15px;
    background-image: url(/wp-content/themes/swell_child/image/common_arrow_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.footer .footer_icon {
    -webkit-transition: opacity 0.3s ease 0s;
    aspect-ratio: 1/1;
    width: 30px;
    margin-left: 25px;
    transition: opacity 0.3s ease 0s;
}

.footer .footer_icon+.footer_icon {
    aspect-ratio: 31/22;
    margin-top: -5px;
}

.footer .footer_icon:hover {
    opacity: 0.8;
}

.footer .footer_bottom {
    padding: 20px 0 40px;
    border-top: 1px solid #FFF;
}

.footer .footer_copy {
    font-size: 12px;
    text-align: center;
}

.footer .footer_copy small {
    font-size: 100%;
}

/* fixed_contents (pc) ------------------------------------------------------------------------------------------------------ */

.fixed_contents {
    z-index: 20;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-width: 1440px;
    padding: 10px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#000a4d), to(#00020f));
    background: linear-gradient(#000a4d 0%, #00020f 100%);
}

.fixed_contents.top_page {
    -webkit-transition: opacity 0.3s ease 0s;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease 0s;
}

.fixed_contents.top_page.is_active {
    visibility: visible;
    opacity: 1;
}

.fixed_contents .fixed_inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 0 50px;
    max-width: 1440px;
    margin: 0 auto;
}

.fixed_contents .fixed_message {
    padding-bottom: 7px;
}

.fixed_contents .fixed_text {
    color: #FFF;
    font-size: 18px;
    line-height: 1;
}

.fixed_contents .fixed_text span.color {
    color: #E3D200;
}

.fixed_contents .fixed_text span.size {
    margin: 0 3px;
    color: #E3D200;
    font-size: 36px;
}

.fixed_contents .fixed_text span.size:nth-child(3) {
    margin-left: 6px;
}

.fixed_contents .fixed_lead {
    margin-top: 5px;
    color: #FFF;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.09em;
}

.fixed_contents .fixed_btns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-left: auto;
}

.fixed_contents .fixed_tel {
    -webkit-clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio: 300/70;
    width: 300px;
    background-color: #FFF;
    clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
}

.fixed_contents .fixed_wrap {
    position: relative;
    margin: 0 auto;
    padding-left: 38px;
}

.fixed_contents .fixed_wrap::before {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    aspect-ratio: 1/1;
    width: 30px;
    transform: translateY(-50%);
    background-image: url(/wp-content/themes/swell_child/image/common_icon_tel_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.fixed_contents .fixed_number {
    color: #11152F;
    font-weight: 700;
    font-size: 29px;
    line-height: 1;
}

.fixed_contents .fixed_time {
    color: #333;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.08em;
}

.fixed_contents .fixed_attention {
    margin-top: 2px;
    color: #6C6C6C;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.01em;
    text-align: center;
}

.fixed_contents .fixed_btn {
    -webkit-clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: opacity 0.3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 300/70;
    width: 300px;
    font-size: 18px;
    letter-spacing: 0.09em;
    clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
    transition: opacity 0.3s ease 0s;
}

.fixed_contents .fixed_btn:hover {
    opacity: 0.8;
}

.fixed_contents .fixed_btn::before {
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.fixed_contents .fixed_btn::after {
    aspect-ratio: 20/9;
    width: 20px;
    background-position: center center;
    background-size: cover;
    content: "";
}

.fixed_contents .fixed_btn:nth-child(2) {
    background-color: #E5D300;
    color: #11152F;
    letter-spacing: 0.04em;
}

.fixed_contents .fixed_btn:nth-child(2)::before {
    aspect-ratio: 30/20;
    margin-right: 10px;
    background-image: url(/wp-content/themes/swell_child/image/common_icon_mail.svg);
}

.fixed_contents .fixed_btn:nth-child(2)::after {
    margin-left: 20px;
    background-image: url(/wp-content/themes/swell_child/image/common_arrow_black.svg);
}

.fixed_contents .fixed_btn:nth-child(3) {
    background-color: #03C755;
    color: #FFF;
}

.fixed_contents .fixed_btn:nth-child(3)::before {
    aspect-ratio: 1/1;
    margin-right: 30px;
    background-image: url(/wp-content/themes/swell_child/image/common_icon_line.svg);
}

.fixed_contents .fixed_btn:nth-child(3)::after {
    margin-left: 40px;
    background-image: url(/wp-content/themes/swell_child/image/common_arrow_white.svg);
}

/* top_fv (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_fv {
    position: relative;
    margin-top: 100px;
}

.top_fv::before {
    position: absolute;
    aspect-ratio: 820/1130;
    width: 56.94vw;
    min-width: 820px;
    background-image: url(/wp-content/themes/swell_child/image/top_fv_bg.webp);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.top_fv .js_fv_fade1,
.top_fv .js_fv_fade2,
.top_fv .js_fv_fade3 {
    -webkit-transform: translateY(100px);
    visibility: hidden;
    transform: translateY(100px);
    opacity: 0;
}

.top_fv .fv_deco {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 30px;
    right: 50px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio: 215/140;
    width: 215px;
    background-image: url(/wp-content/themes/swell_child/image/top_fv_deco.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.top_fv .fv_pro {
    color: #1A1A1A;
    font-weight: 700;
    font-size: 16px;
}

.top_fv .fv_name {
    margin-top: 3px;
    padding-top: 8px;
    border-top: 1px solid #1A1A1A;
    color: #1A1A1A;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: 0.09em;
    text-align: center;
}

.top_fv .fv_name span {
    font-size: 20px;
}

.top_fv .fv_wrapper {
    z-index: -10;
    position: relative;
    width: 56.94vw;
    min-width: 820px;
    margin-left: auto;
}

.top_fv .fv_inner {
    -webkit-transform: translateX(-50%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 50%;
    flex-direction: column;
    width: 1340px;
    height: 43.05vw;
    min-height: 620px;
    transform: translateX(-50%);
}

.top_fv .fv_wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.top_fv .fv_lead {
    color: #1A1A1A;
    font-size: 18px;
    letter-spacing: 0.2em;
}

.top_fv .fv_lead span.bg {
    -webkit-clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
    padding: 0 15px 2px 15px;
    background-color: #D0C000;
    font-size: 20px;
    clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
}

.top_fv .fv_lead span.bg:last-child {
    margin-right: 5px;
}

.top_fv .fv_lead span.space {
    margin-left: 3px;
}

.top_fv .fv_heading {
    margin-top: 5px;
    color: #1A1A1A;
    font-size: 56px;
    line-height: 1.2;
}

.top_fv .fv_heading span.size1 {
    font-size: 60px;
    letter-spacing: 0.12em;
}

.top_fv .fv_heading span.color {
    color: #202C77;
    font-size: 60px;
    letter-spacing: 0.12em;
}

.top_fv .fv_heading span.size2 {
    font-size: 40px;
    letter-spacing: 0.12em;
}

.top_fv .fv_text {
    margin-top: 5px;
    color: #000;
    font-size: 18px;
    letter-spacing: 0.08em;
}

.top_fv .fv_items {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 20px;
    align-items: flex-end;
    margin-top: 15px;
}

.top_fv .fv_item {
    position: relative;
    padding-bottom: 3px;
    padding-left: 35px;
    border-bottom: 2px solid #1A1A1A;
    line-height: 1;
}

.top_fv .fv_item::before {
    position: absolute;
    bottom: 8px;
    left: 0;
    aspect-ratio: 25/23;
    width: 25px;
    background-image: url(/wp-content/themes/swell_child/image/common_icon_check_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.top_fv .fv_item:nth-child(1) {
    letter-spacing: 0.09em;
}

.top_fv .fv_item:nth-child(1) span.size1 {
    font-size: 16px;
}

.top_fv .fv_item:nth-child(1) span.size2 {
    font-size: 22px;
}

.top_fv .fv_item:nth-child(1) span.size3 {
    color: #212E81;
    font-size: 22px;
}

.top_fv .fv_item:nth-child(1) span.color {
    -webkit-transform: translateY(2px);
    margin: 0 2px 0 3px;
    transform: translateY(2px);
    color: #212E81;
    font-weight: 700;
    font-size: 40px;
}

.top_fv .fv_item:nth-child(2) {
    color: #212E81;
    letter-spacing: 0.04em;
}

.top_fv .fv_item:nth-child(2) span.color1 {
    margin-right: 5px;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 0;
}

.top_fv .fv_item:nth-child(2) span.color2 {
    font-size: 22px;
}

.top_fv .fv_item:nth-child(2) span.size1 {
    font-size: 18px;
}

.top_fv .fv_item span.size1._exvar._catch{
    display: block;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 0.4em;
}

.top_fv .fv_item span.size1._exvar{
    color: #333;
}

.top_fv .fv_item:nth-child(2) span.size2 {
    color: #333;
    font-size: 22px;
}

.top_fv .fv_item:nth-child(3) {
    line-height: 1.3;
}

.top_fv .fv_item:nth-child(3) span.size {
    padding-left: 20px;
    font-size: 15px;
    letter-spacing: 0.12em;
}

.top_fv .fv_item:nth-child(3) span.color {
    color: #212E81;
    font-size: 28px;
    letter-spacing: 0.19em;
}

.top_fv .fv_contact {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: auto;
    padding: 15px 0;
    color: #FFF;
}

.top_fv .fv_contact::after {
    -webkit-clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
    z-index: -5;
    position: absolute;
    top: 0;
    left: -500px;
    width: calc(100% + 600px);
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#000d5f), to(#000313));
    background: linear-gradient(#000d5f 0%, #000313 100%);
    content: "";
    clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
}

.top_fv .fv_news {
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-backdrop-filter: blur(2px);
    -webkit-transition: background 0.3s ease 0s;
    z-index: 10;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 416px;
    padding: 10px 20px 10px 60px;
    backdrop-filter: blur(2px);
    background-color: rgba(255, 255, 255, 0.9);
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
    transition: background 0.3s ease 0s;
}

.top_fv .fv_news:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.top_fv .news_heading {
    color: #000D5F;
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

.top_fv .news_item {
    width: 100%;
}

.top_fv .news_title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    position: relative;
    -webkit-line-clamp: 2;
    margin-top: 5px;
    padding-right: 40px;
    overflow: hidden;
    color: #333;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.09em;
}

.top_fv .news_title::after {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
    aspect-ratio: 20/9;
    width: 20px;
    transform: translateY(-50%);
    background-image: url(/wp-content/themes/swell_child/image/common_arrow_black.svg);
    background-position: center center;
    background-size: cover;
    content: "";
}

.top_fv .news_time {
    color: #000D5F;
    font-style: italic;
    font-weight: 700;
    font-size: 12px;
}

/* top_banner (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_banner {
    padding-top: 60px;
}

.top_banner .wrap {
    width: 1340px;
}

.top_banner .swiper-slide {
    width: 430px;
    height: 240px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.top_banner .banner_items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    display: grid;
    z-index: 10;
    position: relative;
    grid-template-columns: repeat(4, 142px);
    column-gap: 10px;
    justify-content: center;
    margin-top: 30px;
}

.top_banner .banner_item {
    aspect-ratio: 142/80;
    cursor: pointer;
}

/* top_concept (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_concept {
    z-index: 10;
    position: relative;
    padding-top: 180px;
}

.top_concept::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    z-index: -10;
    position: absolute;
    top: 275px;
    left: 0;
    aspect-ratio: 1156/650;
    width: 80.2777777778vw;
    background-color: #EDECDF;
    content: "";
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}

.top_concept .concept_wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 160px;
    -moz-column-gap: 160px;
    display: grid;
    grid-template-columns: 1fr 430px;
    column-gap: 160px;
    align-items: center;
}

.top_concept .concept_heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 30px;
    align-items: center;
}

.top_concept .concept_heading_en {
    font-style: italic;
    font-weight: 700;
    font-size: 80px;
    line-height: 1;
    text-transform: uppercase;
}

.top_concept .concept_heading_ja {
    font-size: 18px;
    letter-spacing: 0.09em;
    white-space: nowrap;
}

.top_concept .concept_text {
    margin-top: 50px;
    font-weight: 700;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.12em;
}

.top_concept .concept_name {
    margin-top: 20px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.09em;
}

.top_concept .concept_name span {
    margin-left: 15px;
    font-size: 24px;
}

.top_concept .concept_img {
    position: relative;
    aspect-ratio: 430/340;
    width: 100%;
}

.top_concept .concept_img img:nth-child(2) {
    position: absolute;
    bottom: -20px;
    left: -60px;
    aspect-ratio: 180/200;
    width: 180px;
    height: auto;
}

.top_concept .concept_img::before {
    position: absolute;
    bottom: -50px;
    left: -80px;
    aspect-ratio: 1/1;
    width: 50px;
    background-color: #00083C;
    content: "";
}

.top_concept .concept_wrapper:nth-child(2) {
    -webkit-column-gap: 140px;
    -moz-column-gap: 140px;
    grid-template-columns: 460px 1fr;
    column-gap: 140px;
    margin-top: 150px;
}

.top_concept .concept_wrapper:nth-child(2) .concept_img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    aspect-ratio: 460/410;
}

.top_concept .concept_wrapper:nth-child(2) .concept_img img {
    height: auto;
}

.top_concept .concept_wrapper:nth-child(2) .concept_img img:nth-child(2) {
    top: -40px;
    right: -90px;
    left: auto;
    aspect-ratio: 150/200;
    width: 150px;
}

.top_concept .concept_wrapper:nth-child(2) .concept_img img:nth-child(3) {
    position: absolute;
    bottom: -30px;
    left: -30px;
    aspect-ratio: 200/150;
    width: 200px;
}

.top_concept .concept_wrapper:nth-child(2) .concept_img::before {
    top: -20px;
    right: -70px;
    bottom: auto;
    left: auto;
    aspect-ratio: 150/200;
    width: 150px;
}

.top_concept .concept_btn {
    margin-top: 60px;
}

.top_concept .concept_btn span {
    -webkit-transform: translateY(-1px);
    margin-left: 3px;
    transform: translateY(-1px);
    letter-spacing: 0.09em;
}

/* top_sns (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_sns {
    padding-top: 180px;
}

.top_sns .sns_youtube {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: grid;
    grid-template-columns: 520px 1fr;
    column-gap: 40px;
    align-items: center;
    padding: 40px 50px;
    border: 6px solid #C30100;
    background-image: url(/wp-content/themes/swell_child/image/top_sns_bg.webp);
    background-position: center center;
    background-size: cover;
    color: #FFF;
}

.top_sns .sns_head {
    aspect-ratio: 520/300;
}

.top_sns .sns_head iframe {
    width: 100%;
    height: 100%;
}

.top_sns .sns_lead {
    font-size: 24px;
}

.top_sns .sns_lead span {
    letter-spacing: 0.09em;
}

.top_sns .sns_heading {
    font-size: 53px;
    line-height: 1.3;
    letter-spacing: 0.24em;
}

.top_sns .sns_heading span {
    font-size: 64px;
    letter-spacing: 0;
}

.top_sns .sns_btn {
    aspect-ratio: 360/60;
    width: 360px;
    margin-top: 20px;
    background-color: #E00000;
    font-size: 18px;
    letter-spacing: 0.09em;
}

.top_sns .sns_insta {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    display: grid;
    grid-template-columns: repeat(2, 550px);
    column-gap: 40px;
    margin-top: 40px;
}

.top_sns .sns_link {
    -webkit-transition: background 0.3s ease 0s;
    padding: 20px 40px;
    transition: background 0.3s ease 0s;
}

.top_sns .sns_text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: color 0.3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.09em;
    transition: color 0.3s ease 0s;
}

.top_sns .sns_text::before {
    aspect-ratio: 1/1;
    width: 60px;
    margin-right: 40px;
    background-image: url(/wp-content/themes/swell_child/image/common_icon_insta.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.top_sns .sns_text::after {
    -webkit-transition: background 0.3s ease 0s;
    aspect-ratio: 20/9;
    width: 20px;
    margin-left: auto;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    transition: background 0.3s ease 0s;
}

.top_sns .sns_text span.border {
    -webkit-transition: border 0.3s ease 0s;
    padding-left: 20px;
    transition: border 0.3s ease 0s;
}

.top_sns .sns_text span.size {
    margin: 0 3px;
    font-size: 26px;
    letter-spacing: 0;
}

.top_sns .sns_link {
    padding: 20px 40px;
}

.top_sns .sns_link:nth-child(1) {
    background-color: #FFF;
}

.top_sns .sns_link:nth-child(1) .sns_text {
    color: #333;
}

.top_sns .sns_link:nth-child(1) .sns_text span.border {
    border-left: 2px solid #D8D7C9;
}

.top_sns .sns_link:nth-child(1) .sns_text::after {
    background-image: url(/wp-content/themes/swell_child/image/common_arrow_black.svg);
}

.top_sns .sns_link:nth-child(1):hover {
    background-color: #11152F;
}

.top_sns .sns_link:nth-child(1):hover .sns_text {
    color: #FFF;
}

.top_sns .sns_link:nth-child(1):hover .sns_text span.border {
    border-left: 2px solid #FFF;
}

.top_sns .sns_link:nth-child(1):hover .sns_text::after {
    background-image: url(/wp-content/themes/swell_child/image/common_arrow_white.svg);
}

.top_sns .sns_link:nth-child(2) {
    background-color: #11152F;
}

.top_sns .sns_link:nth-child(2) .sns_text {
    color: #FFF;
}

.top_sns .sns_link:nth-child(2) .sns_text span.border {
    border-left: 2px solid #FFF;
}

.top_sns .sns_link:nth-child(2) .sns_text::after {
    background-image: url(/wp-content/themes/swell_child/image/common_arrow_white.svg);
}

.top_sns .sns_link:nth-child(2):hover {
    background-color: #FFF;
}

.top_sns .sns_link:nth-child(2):hover .sns_text {
    color: #333;
}

.top_sns .sns_link:nth-child(2):hover .sns_text span.border {
    border-left: 2px solid #D8D7C9;
}

.top_sns .sns_link:nth-child(2):hover .sns_text::after {
    background-image: url(/wp-content/themes/swell_child/image/common_arrow_black.svg);
}

/* top_strength (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_strength {
    position: relative;
    margin-top: 140px;
    padding-bottom: 160px;
}

.top_strength::before {
    -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
    z-index: -10;
    position: absolute;
    top: 7px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #11152F;
    content: "";
    clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
}

.top_strength .strength_heading {
    z-index: 10;
    position: relative;
    width: 560px;
    margin: 0 auto;
}

.top_strength .strength_season {
    color: #FFF;
    font-size: 18px;
    text-align: center;
}

.top_strength .strength_items {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    display: grid;
    grid-template-columns: repeat(3, 360px);
    column-gap: 30px;
    margin-top: 60px;
}

.top_strength .strength_img {
    position: relative;
    aspect-ratio: 360/210;
}

.top_strength .strength_img span.number {
    -webkit-transform: translateY(-50%);
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    position: absolute;
    top: 50%;
    left: -3px;
    transform: translateY(-50%);
    color: #FFF;
    font-style: italic;
    font-weight: 600;
    font-size: 38px;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 0.6;
    writing-mode: vertical-lr;
}

.top_strength .strength_img span.number span {
    margin-top: 8px;
}

.top_strength .strength_lead {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 15px;
    align-items: center;
    margin-top: 10px;
    color: #FFF;
    line-height: 1.5;
    letter-spacing: 0.09em;
}

.top_strength .strength_lead span {
    color: #BCAE00;
    font-weight: 700;
    font-size: 42px;
}

.top_strength .strength_text {
    margin-top: 10px;
    color: #FFF;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.09em;
}

/* top_reason (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_reason {
    padding-top: 100px;
}

.top_reason .reason_heading {
    font-size: 32px;
    line-height: 1.4;
    letter-spacing: 0.09em;
    text-align: center;
}

.top_reason .reason_heading span {
    font-size: 50px;
}

.top_reason .reason_items {
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    display: grid;
    grid-template-columns: repeat(2, 530px);
    column-gap: 80px;
    margin-top: 30px;
}

.top_reason .reason_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.top_reason .reason_lead {
    -webkit-clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transform: translateY(50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 365/50;
    width: 365px;
    margin: 0 auto;
    transform: translateY(50%);
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
}

.top_reason .reason_head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    -ms-flex-negative: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 20px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    height: 280px;
}

.top_reason .reason_body {
    height: 100%;
    padding: 25px 20px;
    background-color: #FFF;
}

.top_reason .reason_text {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.09em;
}

.top_reason .reason_text+.reason_text {
    margin-top: 20px;
}

.top_reason .reason_message {
    margin-top: 20px;
    color: #958900;
    font-weight: 900;
    font-size: 18px;
    line-height: 1.4;
}

.top_reason .reason_message span {
    color: #333;
    font-weight: 500;
    font-size: 14px;
}

.top_reason .reason_item:nth-child(1) {
    position: relative;
}

.top_reason .reason_item:nth-child(1)::after {
    -webkit-transform: translateY(-50%);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    position: absolute;
    top: calc(50% + 50px);
    right: -52px;
    aspect-ratio: 20/50;
    width: 20px;
    transform: translateY(-50%);
    background-color: #000D5F;
    content: "";
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.top_reason .reason_item:nth-child(1) .reason_lead {
    background-color: #606058;
    color: #FFF;
}

.top_reason .reason_item:nth-child(1) .reason_head {
    padding-top: 35px;
    background-color: #E8E7DE;
}

.top_reason .reason_item:nth-child(1) .reason_img {
    aspect-ratio: 130/183;
    width: 130px;
}

.top_reason .reason_item:nth-child(1) .reason_list {
    position: relative;
    padding-bottom: 8px;
    padding-left: 30px;
    border-bottom: 2px solid #1A1A1A;
    color: #1A1A1A;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.09em;
}

.top_reason .reason_item:nth-child(1) .reason_list::before {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    aspect-ratio: 1/1;
    width: 19px;
    transform: translateY(-50%);
    background-image: url(/wp-content/themes/swell_child/image/top_reason_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.top_reason .reason_item:nth-child(1) .reason_list span {
    font-size: 20px;
}

.top_reason .reason_item:nth-child(1) .reason_list+.reason_list {
    margin-top: 15px;
}

.top_reason .reason_item:nth-child(2) .reason_lead {
    background-color: #BFB20F;
    color: #11152F;
}

.top_reason .reason_item:nth-child(2) .reason_head {
    padding: 55px 0 35px;
    background-color: #11152F;
}

.top_reason .reason_item:nth-child(2) .reason_img {
    aspect-ratio: 128/118;
    width: 128px;
}

.top_reason .reason_item:nth-child(2) .reason_list {
    position: relative;
    padding-bottom: 8px;
    padding-left: 30px;
    border-bottom: 2px solid #FFF;
    color: #FFF;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.09em;
}

.top_reason .reason_item:nth-child(2) .reason_list::before {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    aspect-ratio: 1/1;
    width: 18px;
    transform: translateY(-50%);
    background-image: url(/wp-content/themes/swell_child/image/common_icon_check_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.top_reason .reason_item:nth-child(2) .reason_list:nth-child(2) {
    line-height: 1.4;
}

.top_reason .reason_item:nth-child(2) .reason_list span.size {
    color: #E3D100;
    font-size: 25px;
}

.top_reason .reason_item:nth-child(2) .reason_list span.color {
    -webkit-transform: translateY(3px);
    margin: 0 1px 0 3px;
    transform: translateY(3px);
    color: #E3D100;
    font-weight: 500;
    font-size: 50px;
}

.top_reason .reason_item:nth-child(2) .reason_list+.reason_list {
    margin-top: 15px;
}

/* top_trainer (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_trainer {
    position: relative;
    padding-top: 150px;
    padding-bottom: 100px;
}

.top_trainer::after {
    -webkit-clip-path: polygon(0 30%, 100% 0, 100% 70%, 0% 100%);
    z-index: -10;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 440px;
    background-color: #EDEBDF;
    content: "";
    clip-path: polygon(0 30%, 100% 0, 100% 70%, 0% 100%);
}

.top_trainer .trainer_heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 15px;
    align-items: center;
}

.top_trainer .trainer_heading_en {
    color: #11152F;
    font-style: italic;
    font-weight: 600;
    font-size: 70px;
    line-height: 1;
    text-transform: uppercase;
}

.top_trainer .trainer_heading_ja {
    font-size: 18px;
    letter-spacing: 0.09em;
}

.top_trainer .trainer_wrapper {
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: grid;
    grid-template-columns: 360px 1fr;
    column-gap: 70px;
    align-items: center;
    margin-top: 40px;
}

.top_trainer .trainer_img {
    position: relative;
    aspect-ratio: 360/480;
}

.top_trainer .trainer_img::after {
    z-index: -5;
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 100%;
    height: 100%;
    background-color: #00083C;
    content: "";
}

.top_trainer .trainer_lead {
    color: #1A1A1A;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.09em;
}

.top_trainer .trainer_lead span {
    margin-left: 10px;
}

.top_trainer .trainer_name {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 20px;
    align-items: center;
    margin-top: 5px;
}

.top_trainer .trainer_name_ja {
    color: #1A1A1A;
    font-size: 24px;
}

.top_trainer .trainer_name_en {
    margin-top: 4px;
    color: #000D5F;
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.top_trainer .trainer_text {
    margin-top: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.09em;
}

.top_trainer .trainer_sub {
    margin-top: 25px;
    font-style: italic;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}

.top_trainer .trainer_message {
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.09em;
}

.top_trainer .trainer_btn {
    margin-top: 60px;
}

/* top_course (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_course {
    padding-top: 50px;
}

.top_course .course_heading_en {
    color: #11152F;
    font-style: italic;
    font-weight: 600;
    font-size: 72px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.top_course .course_heading_en span {
    margin-left: -5px;
}

.top_course .course_heading_ja {
    margin-top: 10px;
    font-size: 18px;
    letter-spacing: 0.09em;
    text-align: center;
}

.top_course .course_text {
    margin-top: 25px;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
}

.top_course .course_lead {
    -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
    -webkit-transform: translateY(50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px auto 0;
    padding: 10px 50px 10px 40px;
    transform: translateY(50%);
    background-color: #00083C;
    color: #FFF;
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 0.09em;
    text-align: center;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
}

.top_course .course_lead span {
    color: #D1C100;
}

.top_course .course_lists {
    width: 1000px;
    margin: 0 auto;
    padding: 60px 50px 40px;
    background-color: #FFF;
}

.top_course .course_list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 30px;
    align-items: flex-start;
}

.top_course .course_list:nth-child(1) {
    padding-bottom: 20px;
    border-bottom: 2px dashed #E0DFD4;
}

.top_course .course_list:nth-child(2) {
    padding-top: 20px;
}

.top_course .course_number {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-negative: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    margin-top: 5px;
    font-size: 18px;
}

.top_course .course_number::before {
    aspect-ratio: 1/1;
    width: 24px;
    margin-top: 5px;
    margin-right: 10px;
    background-image: url(/wp-content/themes/swell_child/image/common_icon_check_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.top_course .course_number span {
    margin-left: 3px;
    color: #000D5F;
    font-size: 32px;
}

.top_course .course_message {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.09em;
}

.top_course .course_message span.size {
    font-size: 28px;
}

.top_course .course_message span.color1 {
    -webkit-transform: translateY(2px);
    margin-left: 3px;
    transform: translateY(2px);
    color: #D1C100;
    font-weight: 700;
    font-size: 44px;
}

.top_course .course_message span.color2 {
    color: #D1C100;
    font-size: 28px;
}

.top_course .course_message span.color3 {
    color: #D1C100;
    font-size: 36px;
}

.top_course .course_attention {
    margin-top: 10px;
    color: #797979;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.09em;
}

.top_course .course_standard {
    margin-top: 50px;
}

.top_course .standard_heading {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00083C;
    font-size: 44px;
    line-height: 1;
    letter-spacing: 0.09em;
    white-space: nowrap;
}

.top_course .standard_heading::before,
.top_course .standard_heading::after {
    width: 100%;
    height: 4px;
    background-color: #000D5F;
    content: "";
}

.top_course .standard_heading::before {
    margin-right: 20px;
}

.top_course .standard_heading::after {
    margin-left: 20px;
}

.top_course .standard_heading span {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    letter-spacing: 0;
}

.top_course .standard_attention {
    color: #00083C;
    font-size: 24px;
    letter-spacing: 0.09em;
    text-align: center;
}

.top_course .standard_wrapper {
    display: grid;
    position: relative;
    grid-template-columns: 300px 1fr;
    height: 100px;
    margin-top: 35px;
}

.top_course .standard_wrapper::after {
    -webkit-transform: translateX(-50%);
    position: absolute;
    bottom: -80px;
    left: 50%;
    aspect-ratio: 1/1;
    width: 50px;
    transform: translateX(-50%);
    background-image: url(/wp-content/themes/swell_child/image/top_course_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.top_course .standard_head {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00083C;
    color: #FFF;
    font-size: 32px;
    letter-spacing: 0.09em;
}

.top_course .standard_head span {
    margin-top: 8px;
    margin-left: 5px;
    font-size: 18px;
}

.top_course .standard_number {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    color: #00083C;
    font-weight: 700;
    font-size: 66px;
}

.top_course .standard_number span {
    margin-top: 20px;
    margin-left: 5px;
    font-size: 20px;
}

.top_course .standard_items {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-top: 130px;
    display: flex;
    justify-content: center;
}

.top_course .standard_items li:first-child {
    display: none;
}

.top_course .standard_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 270px;
}

.top_course .standard_lead {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-negative: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    height: 60px;
    color: #FFF;
    font-size: 20px;
    letter-spacing: 0.09em;
}

.top_course .standard_lead span {
    margin-right: 3px;
    font-weight: 500;
    font-size: 38px;
}

.top_course .standard_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 30px 20px;
    background-color: #FFF;
}

.top_course .standard_text {
    font-weight: 700;
    font-size: 14px;
}

.top_course .standard_price1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #232E76;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
}

.top_course .standard_price1 span {
    margin-top: 5px;
    margin-left: 3px;
    font-size: 16px;
}

.top_course .standard_inner {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #E0DFD4;
}

.top_course .standard_about {
    position: relative;
    padding: 5px 0 3px;
    background-color: #F5F2CF;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
}

.top_course .standard_about::after {
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    -webkit-transform: translate(-50%, 100%);
    position: absolute;
    bottom: 0;
    left: 50%;
    aspect-ratio: 14/6;
    width: 14px;
    transform: translate(-50%, 100%);
    background-color: #F5F2CF;
    content: "";
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.top_course .standard_price2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    color: #232E76;
    font-weight: 700;
    font-size: 30px;
}

.top_course .standard_price2 span.size1 {
    margin-top: 5px;
    margin-right: 3px;
    font-size: 18px;
}

.top_course .standard_price2 span.size2 {
    margin-top: 5px;
    margin-left: 3px;
    font-size: 13px;
    letter-spacing: 0.03em;
}

.top_course .standard_item:nth-child(1) .standard_lead {
    background-color: #80849B;
}

.top_course .standard_item:nth-child(1) .standard_price1 {
    color: #6E7289;
}

.top_course .standard_item:nth-child(2) .standard_lead {
    background-color: #232E76;
}

.top_course .standard_item:nth-child(3) {
    position: relative;
}

.top_course .standard_item:nth-child(3) .standard_lead {
    background-color: #0E185A;
}

.top_course .standard_item:nth-child(3) .standard_popular {
    -webkit-transform: translateX(-50%);
    -webkit-clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -27px;
    left: 50%;
    align-items: center;
    justify-content: center;
    aspect-ratio: 110/33;
    width: 110px;
    padding: 5px 0;
    padding-left: 5px;
    transform: translateX(-50%);
    background-color: #E3D100;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.09em;
    clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
}

.top_course .standard_item:nth-child(3) .standard_popular span {
    font-weight: 500;
    font-size: 24px;
}

.top_course .standard_item:nth-child(4) .standard_lead {
    background-color: #090F3C;
}

.top_course .standard_contact {
    margin-top: 20px;
    color: #696969;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
}

.top_course .course_option {
    margin-top: 50px;
}

/* 一旦非表示 */
.course_option{
    display: none;
}

.top_course .option_heading {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 20px;
    align-items: center;
    justify-content: center;
    color: #00083C;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0.09em;
    white-space: nowrap;
}

.top_course .option_heading::before,
.top_course .option_heading::after {
    width: 100%;
    height: 4px;
    background-color: #000D5F;
    content: "";
}

.top_course .option_items {
    margin-top: 60px;
}

.top_course .option_head {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1A1A1A;
    font-size: 28px;
    letter-spacing: 0.09em;
}

.top_course .option_body {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
}

.top_course .option_text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #646464;
    font-weight: 700;
    font-size: 56px;
}

.top_course .option_text span.size1 {
    margin-top: 15px;
    margin-right: 3px;
    font-weight: 900;
    font-size: 24px;
    letter-spacing: 0.09em;
}

.top_course .option_text span.size2 {
    margin-top: 15px;
    margin-left: 3px;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.09em;
}

.top_course .option_lists {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 40px;
    row-gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 35px 0;
}

.top_course .option_list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 370px;
}

.top_course .option_list dt {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.09em;
}

.top_course .option_list dd {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-left: auto;
    font-weight: 700;
    font-size: 20px;
}

.top_course .option_list dd span {
    margin-left: 3px;
    font-size: 12px;
    letter-spacing: 0.09em;
}

.top_course .option_list dd::before {
    width: 20px;
    height: 1px;
    margin-right: 20px;
    background-color: #ACACAC;
    content: "";
}

.top_course .option_list:nth-child(3) dd {
    margin-right: 15px;
}

.top_course .option_item:nth-child(1) {
    position: relative;
}

.top_course .option_item:nth-child(1) .option_attention {
    -webkit-clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
    position: absolute;
    top: -25px;
    left: 25px;
    padding: 5px 20px;
    background-color: #E3D100;
    font-size: 15px;
    letter-spacing: 0.09em;
    clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
}

.top_course .option_item:nth-child(1) .option_head {
    background-color: #C7C7C7;
}

.top_course .option_item:nth-child(2) {
    margin-top: 20px;
}

.top_course .option_item:nth-child(2) .option_head {
    background-color: #EAEAEA;
}

.top_course .option_btn {
    margin: 60px auto 0;
}

/* top_flow (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_flow {
    padding-top: 130px;
    padding-bottom: 160px;
}

.top_flow .flow_heading_en {
    color: #11152F;
    font-style: italic;
    font-weight: 600;
    font-size: 72px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.top_flow .flow_heading_ja {
    margin-top: 10px;
    font-size: 18px;
    letter-spacing: 0.09em;
    text-align: center;
}

.top_flow .flow_items {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    display: grid;
    position: relative;
    grid-template-columns: repeat(4, 270px);
    column-gap: 20px;
    margin-top: 20px;
}

.top_flow .flow_items::after {
    -webkit-transform: translate(-50%, -50%);
    z-index: -10;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 95%;
    height: 12px;
    transform: translate(-50%, -50%);
    background-color: #DDDACC;
    content: "";
}

.top_flow .flow_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.top_flow .flow_number {
    -webkit-transform: translateY(50%);
    -webkit-clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 0 25px;
    transform: translateY(50%);
    background-color: #00083C;
    color: #FFF;
    font-style: italic;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
}

.top_flow .flow_number span {
    -webkit-transform: translateY(-1px);
    margin-left: 2px;
    transform: translateY(-1px);
    font-size: 24px;
}

.top_flow .flow_img {
    aspect-ratio: 270/140;
}

.top_flow .flow_body {
    height: 100%;
    padding: 0 15px 20px;
    background-color: #FFF;
}

.top_flow .flow_lead {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.09em;
    text-align: center;
}

.top_flow .flow_text {
    padding-top: 12px;
    border-top: 2px solid #D3D2CC;
    color: #808080;
    font-weight: 500;
    font-size: 13px;
}

/* top_achievement (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_achievement {
    z-index: 0;
    position: relative;
    padding: 100px 0;
    background-color: #11152F;
}

.top_achievement .wrap {
    width: 1240px;
}

.top_achievement .achievement_heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 30px;
    align-items: center;
}

.top_achievement .achievement_heading_en {
    color: #FFF;
    font-style: italic;
    font-weight: 700;
    font-size: 70px;
    line-height: 1;
    text-transform: uppercase;
}

.top_achievement .achievement_heading_ja {
    color: #FFF;
    font-size: 18px;
    letter-spacing: 0.09em;
}

.top_achievement .achievement_items {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 610px);
    column-gap: 20px;
    margin-top: 30px;
}

.top_achievement .achievement_lead {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 26px;
    letter-spacing: 0.09em;
}

.top_achievement .achievement_lead span.size1 {
    margin-top: 2px;
    margin-right: 2px;
    font-size: 32px;
}

.top_achievement .achievement_lead span.size2 {
    margin-top: 3px;
    margin-right: 2px;
    margin-left: 1em;
    font-size: 32px;
}

.top_achievement .achievement_lead::before,
.top_achievement .achievement_lead::after {
    width: 100%;
    height: 1px;
    background-color: #FFF;
    content: "";
}

.top_achievement .achievement_lead::before {
    margin-right: 20px;
}

.top_achievement .achievement_lead::after {
    margin-left: 20px;
}

.top_achievement .achievement_img {
    aspect-ratio: 610/510;
    margin-top: 10px;
}

.top_achievement .achievement_attention {
    margin-top: 20px;
    color: #FFF;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.09em;
    text-align: right;
}

.top_achievement .achievement_text {
    -webkit-animation: scroll_text 60s linear infinite;
    z-index: -10;
    position: absolute;
    bottom: -30px;
    left: 0;
    color: #FFF;
    font-style: italic;
    font-weight: 700;
    font-size: 255px;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    animation: scroll_text 60s linear infinite;
    opacity: 0.15;
}

/* top_voice (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_voice {
    padding: 120px 0 150px;
}

.top_voice .voice_heading_en {
    color: #11152F;
    font-style: italic;
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.top_voice .voice_heading_ja {
    margin-top: 10px;
    font-size: 18px;
    letter-spacing: 0.09em;
    text-align: center;
}

.top_voice .voice_message {
    margin-top: 30px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.09em;
    text-align: center;
}

.top_voice .voice_items {
    display: grid;
    grid-template-columns: repeat(2, 555px);
    margin-top: 40px;
    gap: 30px;
}

.top_voice .voice_item {
    -webkit-transition: opacity 0.3s ease 0s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: #FFF;
    transition: opacity 0.3s ease 0s;
}

.top_voice .voice_item:hover {
    opacity: 0.8;
}

.top_voice .voice_head {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: grid;
    grid-template-columns: 120px 1fr;
    column-gap: 20px;
    align-items: center;
    padding: 5px 0;
}

.top_voice .voice_img {
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
}

.top_voice .voice_number {
    color: #8D8205;
    font-style: italic;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
}

.top_voice .voice_title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.09em;
}

.top_voice .voice_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #CCCBC1;
}

.top_voice .voice_text {
    margin-bottom: 20px;
}

.top_voice .voice_text p {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #676767;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.09em;
}

.top_voice .voice_link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: auto;
    color: #333;
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.top_voice .voice_link::after {
    aspect-ratio: 20/9;
    width: 20px;
    margin-left: 30px;
    background-image: url(/wp-content/themes/swell_child/image/common_arrow_black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.top_voice .voice_btn {
    margin: 60px auto 0;
}

/* top_category (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_category {
    padding: 100px 0 130px;
    background-image: url(/wp-content/themes/swell_child/image/top_category_bg.webp);
    background-position: center center;
    background-size: cover;
}

.top_category .category_heading_en {
    color: #11152F;
    font-style: italic;
    font-weight: 700;
    font-size: 80px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.top_category .category_heading_ja {
    margin-top: 10px;
    font-size: 18px;
    letter-spacing: 0.09em;
    text-align: center;
}

.top_category .category_items {
    display: grid;
    grid-template-columns: repeat(3, 360px);
    margin-top: 45px;
    gap: 30px;
}

.top_category .category_item {
    -webkit-transition: opacity 0.3s ease 0s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    transition: opacity 0.3s ease 0s;
}

.top_category .category_item:hover {
    opacity: 0.8;
}

.top_category .category_head {
    position: relative;
}

.top_category .category_img {
    aspect-ratio: 360/160;
}

.top_category .category_lead {
    -webkit-clip-path: polygon(0 1%, 100% 0, 93% 100%, 0% 100%);
    position: absolute;
    bottom: -10px;
    left: 0;
    padding: 5px 25px 5px 20px;
    background-color: #00083C;
    color: #FFF;
    font-size: 18px;
    clip-path: polygon(0 1%, 100% 0, 93% 100%, 0% 100%);
    letter-spacing: 0.09em;
}

.top_category .category_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 25px 20px 20px;
    background-color: #FFF;
}

.top_category .category_text {
    margin-bottom: 15px;
    color: #333;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.06em;
}

.top_category .category_link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: auto;
    color: #333;
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.top_category .category_link::after {
    aspect-ratio: 20/9;
    width: 20px;
    margin-left: 30px;
    background-image: url(/wp-content/themes/swell_child/image/common_arrow_black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

/* top_blog (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_blog {
    padding-top: 120px;
}

.top_blog .blog_wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.top_blog .blog_heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 25px;
    align-items: center;
}

.top_blog .blog_heading_en {
    color: #11152F;
    font-style: italic;
    font-weight: 700;
    font-size: 80px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.top_blog .blog_heading_ja {
    margin-top: 10px;
    font-size: 18px;
    letter-spacing: 0.09em;
    text-align: center;
}

.top_blog .blog_message {
    margin-left: auto;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
}

.top_blog .blog_items {
    display: grid;
    grid-template-columns: repeat(2, 555px);
    margin-top: 50px;
    gap: 30px;
}

.top_blog .blog_item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: opacity 0.3s ease 0s;
    display: grid;
    grid-template-columns: 200px 1fr;
    align-items: center;
    background-color: #FFF;
    transition: opacity 0.3s ease 0s;
}

.top_blog .blog_item:hover {
    opacity: 0.8;
}

.top_blog .blog_img {
    aspect-ratio: 200/180;
}

.top_blog .blog_body {
    padding: 15px 20px;
}

.top_blog .blog_title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #333;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.09em;
}

.top_blog .blog_text {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #797979;
    font-size: 13px;
}

.top_blog .blog_inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.top_blog .blog_time {
    color: #00083C;
    font-weight: 700;
    font-size: 13px;
}

.top_blog .blog_link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    color: #333;
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.top_blog .blog_link::after {
    aspect-ratio: 20/9;
    width: 20px;
    margin-left: 30px;
    background-image: url(/wp-content/themes/swell_child/image/common_arrow_black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.top_blog .voice_btn {
    margin: 60px auto 0;
}

/* top_faq (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_faq {
    padding-top: 140px;
    padding-bottom: 180px;
}

.top_faq .faq_heading_en {
    color: #11152F;
    font-style: italic;
    font-weight: 700;
    font-size: 80px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.top_faq .faq_heading_ja {
    margin-top: 15px;
    font-size: 18px;
    letter-spacing: 0.09em;
    text-align: center;
}

.top_faq .faq_items {
    margin-top: 30px;
}

.top_faq .faq_item {
    padding: 20px 40px;
    background-color: #FFF;
}

.top_faq .faq_item dt {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 30px;
    align-items: center;
}

.top_faq .faq_item dt span {
    color: #00083C;
    font-style: italic;
    font-weight: 700;
    font-size: 28px;
}

.top_faq .faq_item dd {
    margin-top: 10px;
    padding-top: 15px;
    padding-left: 50px;
    border-top: 1px solid #E6E6E6;
    color: #585858;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.09em;
}

.top_faq .faq_item+.faq_item {
    margin-top: 20px;
}

.top_faq .faq_q {
    color: #00083C;
    font-size: 16px;
    letter-spacing: 0.09em;
}

.top_faq .faq_btn {
    margin: 50px auto 0;
}

/* top_monitor (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_monitor .wrap {
    width: 1340px;
}

.top_monitor .monitor_wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: grid;
    grid-template-columns: 1fr 730px;
    align-items: center;
    margin-left: min(50% - 50vw, -100px);
    position: relative;
}

.top_monitor .monitor_img {
    -webkit-transform: translateX(-100px);
    visibility: hidden;
    transform: translateX(-100px);
    opacity: 0;
    z-index: 10;
    position: relative;
    aspect-ratio: 653/309;
    min-width: 650px;
    margin-top: -80px;
}

.top_monitor .monitor_body {
    -webkit-transform: translateX(100px);
    visibility: hidden;
    position: relative;
    padding: 30px 0 20px;
    transform: translateX(100px);
    opacity: 0;
}

.top_monitor .monitor_body::after {
    -webkit-transform: translateY(-50%);
    z-index: -10;
    position: absolute;
    top: 50%;
    left: -410px;
    width: calc(100% + 410px + 50vw - 570px);
    min-width: 1290px;
    height: 100%;
    transform: translateY(-50%);
    background-color: #11152F;
    content: "";
}

.top_monitor .monitor_head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 15px;
    align-items: center;
}

.top_monitor .monitor_text {
    color: #FFF;
    font-size: 20px;
    letter-spacing: 0.05em;
}

.top_monitor .monitor_text._belt{
    font-size: 24px;
    color: #11152F;
    background: #fff;
    text-transform: uppercase;
    clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
    padding: 0.3em 1em;
    display: inline-block;    
    margin-bottom: 0.5em;
}

.top_monitor .monitor_text:first-of-type{
    margin-bottom: 1em;
}

.top_monitor .monitor_text span.ls {
    letter-spacing: 0.14em;
}

.top_monitor .monitor_text span.size {
    font-size: 30px;
    letter-spacing: 0.27em;
}

.top_monitor .monitor_text span.size2{
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0.27em;
}

.top_monitor .monitor_text span.size3{
    margin: 0.2em 0;
}

.top_monitor .monitor_text span.size3 .color3{
    color: #D1C100;
    font-size: 36px;
    margin: 0 0.2em;
}

.top_monitor .monitor_text span.size4{
    font-size: 16px;
}

.top_monitor .monitor_number {
    width: 310px;
}

.top_monitor .monitor_contact {
    margin-top: 20px;
    margin-left: -30px;
}

.top_monitor .common_contact .contact_text {
    padding-left: 30px;
    color: #FFF;
    font-size: 18px;
}

.top_monitor .common_contact .contact_time {
    color: #FFF;
}

/* top_search (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_search {
    padding-top: 150px;
}

.top_search .search_wrapper {
    -webkit-column-gap: 130px;
    -moz-column-gap: 130px;
    display: grid;
    position: relative;
    grid-template-columns: 1fr 380px;
    column-gap: 130px;
}

.top_search .search_wrapper::after {
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    aspect-ratio: 474/439;
    width: 474px;
    transform: translate(-50%, -50%);
    background-image: url(/wp-content/themes/swell_child/image/top_search_bg.webp);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.top_search .search_body {
    padding-top: 20px;
}

.top_search .search_lead {
    color: #1A1A1A;
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0.09em;
}

.top_search .search_text {
    margin-top: 35px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.09em;
}

.top_search .search_text+.search_text {
    margin-top: 20px;
}

.top_search .search_img {
    position: relative;
    aspect-ratio: 380/520;
}

.top_search .search_img img:nth-child(2) {
    position: absolute;
    bottom: -80px;
    left: -20px;
    aspect-ratio: 180/220;
    width: 180px;
    height: auto;
}

/* top_facility (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_facility {
    padding-top: 190px;
    padding-bottom: 150px;
}

.top_facility .facility_heading_en {
    color: #11152F;
    font-style: italic;
    font-weight: 700;
    font-size: 70px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.top_facility .facility_heading_ja {
    margin-top: 15px;
    font-size: 18px;
    letter-spacing: 0.09em;
    text-align: center;
}

.top_facility .facility_items {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, 555px);
    column-gap: 30px;
    margin-top: 35px;
}

.top_facility .facility_img {
    aspect-ratio: 350/160;
}

.top_facility .facility_lead {
    margin-top: 15px;
    font-size: 20px;
    letter-spacing: 0.09em;
}

.top_facility .facility_address {
    margin-top: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
}

/* page_trainer (pc) ------------------------------------------------------------------------------------------------------ */

#page_trainer section:last-child {
    padding-bottom: 140px;
}

#page_trainer .fv {
    position: relative;
    padding-top: 180px;
}

#page_trainer .fv::before {
    -webkit-clip-path: polygon(0 25%, 100% 0, 100% 75%, 0% 100%);
    z-index: -10;
    position: absolute;
    top: 180px;
    left: 0;
    aspect-ratio: 1440/440;
    width: 100%;
    background-color: #EDEBDF;
    content: "";
    clip-path: polygon(0 25%, 100% 0, 100% 75%, 0% 100%);
}

#page_trainer .fv .js_trainer_fv_fade1,
#page_trainer .fv .js_trainer_fv_fade2 {
    -webkit-transform: translateY(100px);
    visibility: hidden;
    transform: translateY(100px);
    opacity: 0;
}

#page_trainer .fv .fv_wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: grid;
    grid-template-columns: 1fr 520px;
    align-items: center;
}

#page_trainer .fv .fv_heading_en {
    color: #11152F;
    font-style: italic;
    font-weight: 700;
    font-size: 80px;
    line-height: 1;
    text-transform: uppercase;
}

#page_trainer .fv .fv_heading_ja {
    font-size: 18px;
    letter-spacing: 0.09em;
}

#page_trainer .fv .fv_name {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 20px;
    align-items: flex-end;
    margin-top: 50px;
}

#page_trainer .fv .fv_name_ja {
    color: #1A1A1A;
    font-size: 50px;
    line-height: 1.1;
    letter-spacing: 0.09em;
}

#page_trainer .fv .fv_name_ja span {
    font-size: 35px;
}

#page_trainer .fv .fv_name_en {
    color: #000D5F;
    font-style: italic;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
}

#page_trainer .fv .fv_text {
    margin-top: 30px;
    font-weight: 700;
    font-size: 15px;
}

#page_trainer .fv .fv_items {
    margin-top: 35px;
}

#page_trainer .fv .fv_item {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    display: grid;
    grid-template-columns: 125px 1fr;
    column-gap: 20px;
}

#page_trainer .fv .fv_item+.fv_item {
    margin-top: 10px;
}

#page_trainer .fv .fv_item dt,
#page_trainer .fv .fv_item dd {
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 0.09em;
}

#page_trainer .fv .fv_item dt span,
#page_trainer .fv .fv_item dd span {
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}

#page_trainer .fv .fv_item dd {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

#page_trainer .fv .fv_item dd::before {
    width: 40px;
    height: 1px;
    margin-right: 20px;
    background-color: #919191;
    content: "";
}

#page_trainer .fv .fv_img {
    position: relative;
    aspect-ratio: 520/480;
}

#page_trainer .fv .fv_img::before {
    z-index: -10;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    background-color: #000B52;
    content: "";
}

#page_trainer .message {
    padding-top: 160px;
}

#page_trainer .message .message_heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 30px;
    align-items: center;
}

#page_trainer .message .message_heading_en {
    color: #11152F;
    font-style: italic;
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    text-transform: uppercase;
}

#page_trainer .message .message_heading_ja {
    font-size: 18px;
    letter-spacing: 0.09em;
}

#page_trainer .message .message_lead {
    margin-top: 40px;
    color: #1A1A1A;
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: 0.09em;
}

#page_trainer .message .message_text {
    margin-top: 30px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.09em;
}

#page_trainer .message .message_wrapper {
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: grid;
    grid-template-columns: 500px 1fr;
    column-gap: 70px;
    align-items: center;
    margin-top: 80px;
}

#page_trainer .message .message_wrapper+.message_wrapper {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    grid-template-columns: 1fr 500px;
    column-gap: 50px;
    margin-top: 110px;
}

#page_trainer .message .message_wrapper+.message_wrapper .message_img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

#page_trainer .message .message_img {
    position: relative;
    aspect-ratio: 500/320;
}

#page_trainer .message .message_img::before {
    z-index: -10;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    background-color: #000B52;
    content: "";
}

#page_trainer .message .message_title_en {
    color: #1A1A1A;
    font-style: italic;
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
}

#page_trainer .message .message_title_ja {
    color: #1A1A1A;
    font-size: 16px;
    letter-spacing: 0.09em;
}

#page_trainer .message .message_contents {
    margin-top: 25px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.09em;
}

#page_trainer .other {
    padding-top: 140px;
}

#page_trainer .other .other_items {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    display: grid;
    grid-template-columns: repeat(4, 270px);
    column-gap: 20px;
}

#page_trainer .other .other_img {
    aspect-ratio: 270/260;
}

#page_trainer .other .other_name_ja {
    margin-top: 10px;
    color: #1A1A1A;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.09em;
}

#page_trainer .other .other_name_en {
    margin-top: 5px;
    color: #000D5F;
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

#page_trainer .other .other_btn {
    margin: 45px auto 0;
}

/* page_about_gym (pc) ------------------------------------------------------------------------------------------------------ */

#page_about_gym .about .about_wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    display: grid;
    grid-template-columns: 1fr 500px;
    column-gap: 60px;
    align-items: center;
}

#page_about_gym .about .about_wrapper+.about_wrapper {
    grid-template-columns: 500px 1fr;
    margin-top: 100px;
}

#page_about_gym .about .about_wrapper+.about_wrapper .about_img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
    order: -1;
}

#page_about_gym .about .about_heading {
    color: #11152F;
    font-size: 28px;
}

#page_about_gym .about .about_text {
    margin-top: 30px;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.09em;
}

#page_about_gym .about .about_text+.about_text {
    margin-top: 20px;
}

#page_about_gym .about .about_name {
    margin-top: 30px;
    font-size: 16px;
}

#page_about_gym .about .about_name span {
    margin-left: 20px;
    font-size: 24px;
}

#page_about_gym .about .about_img {
    position: relative;
    aspect-ratio: 1/1;
}

#page_about_gym .about .about_img::before {
    z-index: -10;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    background-color: #000B52;
    content: "";
}

#page_about_gym .about .about_btns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 50px;
    justify-content: center;
    margin-top: 120px;
}

/* page_access (pc) ------------------------------------------------------------------------------------------------------ */

#page_access .store {
    padding-top: 120px;
}

#page_access .store .store_items {
    margin-top: 40px;
}

#page_access .store .store_item {
    display: grid;
    grid-template-columns: 200px 1fr;
    padding: 15px 0;
    border-bottom: 1px solid #DBD9C5;
}

#page_access .store .store_item dt {
    padding-left: 10px;
}

#page_access .store .store_item dt,
#page_access .store .store_item dd {
    color: #333;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.09em;
}

#page_access .store .store_item dt a,
#page_access .store .store_item dd a {
    color: #333;
}

#page_access .store .store_map {
    aspect-ratio: 2/1;
    width: 80%;
    margin: 40px auto 0;
}

#page_access .store .store_map iframe {
    width: 100%;
    height: 100%;
}

#page_access .image {
    padding-top: 120px;
}

#page_access .image .wrap {
    width: 1240px;
}

#page_access .image .image_img {
    margin-top: 20px;
    aspect-ratio: 2/1;
}

#page_access .access {
    padding: 120px 0;
}

#page_access .access .wrap {
    width: 1240px;
}

#page_access .access .access_items {
    -webkit-column-gap: 3.33%;
    -moz-column-gap: 3.33%;
    display: grid;
    grid-template-columns: repeat(3, 30%);
    column-gap: 3.33%;
    row-gap: 30px;
    margin-top: 40px;
}

#page_access .access .access_item {
    position: relative;
}

#page_access .access .access_item::after {
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    position: absolute;
    top: 140px;
    right: -32px;
    aspect-ratio: 4/5;
    width: 20px;
    background-color: #11152F;
    content: "";
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

#page_access .access .access_item:last-child::after {
    display: none;
}

#page_access .access .access_img {
    aspect-ratio: 5/4;
}

#page_access .access .access_text {
    margin-top: 5px;
    font-size: 16px;
    letter-spacing: 0.09em;
}

/* page_company (pc) ------------------------------------------------------------------------------------------------------ */

#page_company .company .company_item {
    display: grid;
    grid-template-columns: 200px 1fr;
    padding: 15px 0;
    border-bottom: 1px solid #DBD9C5;
}

#page_company .company .company_item dt {
    padding-left: 10px;
}

#page_company .company .company_item dt,
#page_company .company .company_item dd {
    color: #333;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.09em;
}

#page_company .company .company_item dt a,
#page_company .company .company_item dd a {
    color: #333;
}

/* page_price (pc) ------------------------------------------------------------------------------------------------------ */

#page_price .course .course_wrapper {
    display: grid;
    grid-template-columns: 400px 1fr;
    height: 100px;
}

#page_price .course .course_wrapper + .course_wrapper {
    margin-top: 30px;
    margin-bottom: 20px;
}

#page_price .course .attention {
    font-size: 14px;
}

#page_price .course .course_head {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00083C;
    color: #FFF;
    font-size: 32px;
    letter-spacing: 0.09em;
}

#page_price .course .course_head span {
    margin-top: 8px;
    margin-left: 5px;
    font-size: 18px;
}

#page_price .course .course_price {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    color: #00083C;
    font-weight: 700;
    font-size: 66px;
}

#page_price .course .course_price span {
    margin-top: 20px;
    margin-left: 5px;
    font-size: 20px;
}

#page_price .course .course_lead {
    -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
    -webkit-transform: translateY(50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 50px auto 0;
    padding: 10px 50px 10px 40px;
    transform: translateY(50%);
    background-color: #00083C;
    color: #FFF;
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 0.09em;
    text-align: center;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
}

#page_price .course .course_lead span {
    color: #D1C100;
}

#page_price .course .course_lists {
    width: 1000px;
    margin: 0 auto;
    padding: 90px 50px 40px;
    background-color: #FFF;
}

#page_price .course .course_list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 30px;
    align-items: flex-start;
}

#page_price .course .course_list:nth-child(1) {
    padding-bottom: 20px;
    border-bottom: 2px dashed #E0DFD4;
}

#page_price .course .course_list:nth-child(2) {
    padding-top: 20px;
}

#page_price .course .course_number {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-negative: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    margin-top: 5px;
    font-size: 18px;
}

#page_price .course .course_number::before {
    aspect-ratio: 1/1;
    width: 24px;
    margin-top: 5px;
    margin-right: 10px;
    background-image: url(/wp-content/themes/swell_child/image/common_icon_check_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

#page_price .course .course_number span {
    margin-left: 3px;
    color: #000D5F;
    font-size: 32px;
}

#page_price .course .course_message {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.09em;
}

#page_price .course .course_message span.size {
    font-size: 28px;
}

#page_price .course .course_message span.color1 {
    -webkit-transform: translateY(2px);
    margin-left: 3px;
    transform: translateY(2px);
    color: #D1C100;
    font-weight: 700;
    font-size: 44px;
}

#page_price .course .course_message span.color2 {
    color: #D1C100;
    font-size: 28px;
}

#page_price .course .course_message span.color3 {
    color: #D1C100;
    font-size: 36px;
}

#page_price .course .course_attention {
    margin-top: 10px;
    color: #797979;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.09em;
}

#page_price .course .course_option {
    margin-top: 100px;
}

#page_price .course .option_heading {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 20px;
    align-items: center;
    justify-content: center;
    color: #00083C;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0.09em;
    white-space: nowrap;
}

#page_price .course .option_heading::before,
#page_price .course .option_heading::after {
    width: 100%;
    height: 4px;
    background-color: #000D5F;
    content: "";
}

#page_price .course .option_items {
    margin-top: 60px;
}

#page_price .course .option_item {
}

#page_price .course .option_head {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1A1A1A;
    font-size: 28px;
    letter-spacing: 0.09em;
}

#page_price .course .option_body {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
}

#page_price .course .option_text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #646464;
    font-weight: 700;
    font-size: 56px;
}

#page_price .course .option_text span.size1 {
    margin-top: 15px;
    margin-right: 3px;
    font-weight: 900;
    font-size: 24px;
    letter-spacing: 0.09em;
}

#page_price .course .option_text span.size2 {
    margin-top: 15px;
    margin-left: 3px;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.09em;
}

#page_price .course .option_lists {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 40px;
    row-gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 35px 0;
}

#page_price .course .option_list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 370px;
}

#page_price .course .option_list dt {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.09em;
}

#page_price .course .option_list dd {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-left: auto;
    font-weight: 700;
    font-size: 20px;
}

#page_price .course .option_list dd span {
    margin-left: 3px;
    font-size: 12px;
    letter-spacing: 0.09em;
}

#page_price .course .option_list dd::before {
    width: 20px;
    height: 1px;
    margin-right: 20px;
    background-color: #ACACAC;
    content: "";
}

#page_price .course .option_list:nth-child(3) dd {
    margin-right: 15px;
}

#page_price .course .option_item:nth-child(1) {
    position: relative;
}

#page_price .course .option_item:nth-child(1) .option_attention {
    -webkit-clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
    position: absolute;
    top: -25px;
    left: 25px;
    padding: 5px 20px;
    background-color: #E3D100;
    font-size: 15px;
    letter-spacing: 0.09em;
    clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
}

#page_price .course .option_item:nth-child(1) .option_head {
    background-color: #C7C7C7;
}

#page_price .course .option_item:nth-child(2) {
    margin-top: 20px;
}

#page_price .course .option_item:nth-child(2) .option_head {
    background-color: #EAEAEA;
}

#page_price .course .course_menu {
    margin-top: 100px;
}

#page_price .course .menu_heading {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00083C;
    font-size: 44px;
    line-height: 1;
    letter-spacing: 0.09em;
    white-space: nowrap;
}

#page_price .course .menu_heading::before,
#page_price .course .menu_heading::after {
    width: 100%;
    height: 4px;
    background-color: #000D5F;
    content: "";
}

#page_price .course .menu_heading::before {
    margin-right: 20px;
}

#page_price .course .menu_heading::after {
    margin-left: 20px;
}

#page_price .course .menu_heading span {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    letter-spacing: 0;
}

#page_price .course .menu_attention {
    margin-top: 5px;
    color: #00083C;
    font-size: 24px;
    letter-spacing: 0.09em;
    text-align: center;
}

#page_price .course .menu_items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 20px;
    justify-content: center;
    margin-top: 50px;
}

#page_price .course .menu_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-direction: column;
    width: 270px;
}

#page_price .course .menu_popular {
    -webkit-transform: translateX(-50%);
    -webkit-clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -27px;
    left: 50%;
    align-items: center;
    justify-content: center;
    aspect-ratio: 110/33;
    width: 110px;
    padding: 5px 0 3px;
    padding-left: 5px;
    transform: translateX(-50%);
    background-color: #E3D100;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.09em;
    clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
}

#page_price .course .menu_popular span {
    font-weight: 500;
    font-size: 24px;
}

#page_price .course .menu_lead {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-negative: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    height: 60px;
    color: #FFF;
    font-size: 20px;
    letter-spacing: 0.09em;
    padding-top: 4px;
}

#page_price .course .menu_lead span {
    margin-right: 3px;
    font-weight: 500;
    font-size: 38px;
}

#page_price .course .menu_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 30px 20px;
    background-color: #FFF;
}

#page_price .course .menu_text {
    font-weight: 700;
    font-size: 14px;
}

#page_price .course .menu_price1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #232E76;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
}

#page_price .course .menu_price1 span {
    margin-top: 5px;
    margin-left: 3px;
    font-size: 16px;
}

#page_price .course .menu_inner {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #E0DFD4;
}

#page_price .course .menu_inner .deadline {
    position: relative;
    padding: 5px 0 3px;
    background-color: #F5F2CF;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
}

#page_price .course .menu_about {
    position: relative;
    padding: 5px 0 3px;
    background-color: #F5F2CF;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
}

#page_price .course .menu_about::after {
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    -webkit-transform: translate(-50%, 100%);
    position: absolute;
    bottom: 0;
    left: 50%;
    aspect-ratio: 14/6;
    width: 14px;
    transform: translate(-50%, 100%);
    background-color: #F5F2CF;
    content: "";
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

#page_price .course .menu_price2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    color: #232E76;
    font-weight: 700;
    font-size: 30px;
}

#page_price .course .menu_price2 span.size1 {
    margin-top: 5px;
    margin-right: 3px;
    font-size: 18px;
}

#page_price .course .menu_price2 span.size2 {
    margin-top: 5px;
    margin-left: 3px;
    font-size: 13px;
    letter-spacing: 0.03em;
}

#page_price .course .menu_item:nth-child(1) .menu_lead {
    background-color: #80849B;
}

#page_price .course .menu_item:nth-child(1) .menu_price1 {
    color: #6E7289;
}

#page_price .course .menu_item:nth-child(2) .menu_lead {
    background-color: #232E76;
}

#page_price .course ul.three .menu_item:nth-child(1) .menu_lead {
    background-color: #232E76;
}

#page_price .course ul.three .menu_item:nth-child(1) .menu_price1 {
    color: #232E76;
}

#page_price .course .menu_item:nth-child(3) {
    position: relative;
}

#page_price .course ul.three .menu_item:nth-child(2) .menu_lead {
    background-color: #0E185A;
}

#page_price .course .menu_item:nth-child(3) .menu_lead {
    background-color: #0E185A;
}

#page_price .course ul.three .menu_item:nth-child(2) .menu_price1 {
    color: #0E185A;
}

#page_price .course ul.three .menu_item:nth-child(3) .menu_lead {
    background-color: #090F3C;
}

#page_price .course .menu_item:nth-child(4) .menu_lead {
    background-color: #090F3C;
}

#page_price .course ul.three .menu_item:nth-child(3) .menu_price1 {
    color: #090F3C;
}

#page_price .course .menu_contact {
    margin-top: 10px;
    color: #696969;
    font-weight: 700;
    font-size: 13px;
    text-align: right;
}

/* page_faq (pc) -------------------------------------------------------------------------------------------------------------------- */

#page_faq .faq .faq_item {
    padding: 20px 40px;
    background-color: #FFF;
}

#page_faq .faq .faq_item dt {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 30px;
    align-items: center;
}

#page_faq .faq .faq_item dt span {
    color: #00083C;
    font-style: italic;
    font-weight: 700;
    font-size: 28px;
}

#page_faq .faq .faq_item dd {
    margin-top: 10px;
    padding-top: 15px;
    padding-left: 50px;
    border-top: 1px solid #E6E6E6;
    color: #585858;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.09em;
}

#page_faq .faq .faq_item+.faq_item {
    margin-top: 20px;
}

#page_faq .faq .faq_q {
    color: #00083C;
    font-size: 16px;
    letter-spacing: 0.09em;
}

/* page_sitemap (pc) ------------------------------------------------------------------------------------------------------ */
#page_sitemap .sitemap #sitemap_list {
    background-color: #F7F6EA;
}

/* page_error (pc) ------------------------------------------------------------------------------------------------------ */

#page_error .error_text {
    font-size: 18px;
}

#page_error .common_btn.error_btn {
    margin-top: 30px;
}

.l-mainContent.l-article .p-articleThumb {
    aspect-ratio: 5/3;
}



@media (max-width: 750px) {
    .wrap {
        max-width: 90%;
    }

    a[href $='.pdf']::before {
        width: 7vw;
        height: 8vw;
        margin-right: 2.5vw;
    }

    a[href $='.pdf']:hover {
        text-decoration: underline;
    }

    body {
        font-size: 13px;
        min-width: initial;
        padding-top: 0;
    }

    /* SPヘッダー */
    #sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        box-shadow: 1px 1px #ccc;
        z-index: 999;
        height: 55px;
    }

    #sp_header .logo {
        position: absolute;
        left: 10px;
        top: 10px;
        line-height: 0;
    }

    #sp_header .logo img {
        height: 40px;
    }

    #sp_header .icon {
        color: #000;
        position: absolute;
    }

    #sp_header .mail {
        right: 70px;
        top: 13px;
        font-size: 25px;
    }

    #sp_header .tel {
        right: 110px;
        top: 15px;
        font-size: 20px;
    }

    /* SP固定ページ 共通設定 */
    .common_page_main {
        padding-block: 20vw;
    }

    .common_page_main .title_box .title {
        font-size: 5.6vw;
    }

    .common_page_wrap {
        padding: 20vw 0;
    }

    .reserve_text {
        font-size: 6vw;
    }

    /* パンくず */
    .breadcrumb {
        font-size: 2.5vw;
    }

    /* SP固定ページ お問い合わせ */
    .contact_form_disc {
        margin-block: 0 2em;
    }

    .contact_form_disc .text {
        font-size: 3.6vw;
        margin-block: 0 0.8em;
    }

    .contact_form_disc .caution {
        font-size: 3.1vw;
        letter-spacing: .06em;
    }

    .common_contact_form .form_box {
        margin-block: 0 10vw;
    }

    .common_contact_form .form_box dl {
        grid-template-columns: 1fr;
        gap: 0.6em;
    }

    .common_contact_form .form_box dl+dl {
        margin-block: 1.3em 0;
    }

    .common_contact_form .form_box dl dt {
        flex-direction: row-reverse;
        justify-content: space-between;
        font-size: 4.1vw;
        padding-inline: 0;
    }

    .common_contact_form .form_box dl dt .label {
        font-size: 3.1vw;
    }

    .common_contact_form .form_box dl dt::after {
        content: none;
    }

    .common_contact_form input[type="text"],
    .common_contact_form input[type="email"],
    .common_contact_form #zip {
        font-size: 3.6vw;
    }

    .common_contact_form select {
        width: 100%;
        font-size: 3.6vw;
    }

    .common_contact_form textarea {
        height: 33vw;
        font-size: 3.6vw;
    }

    .radio_btns,
    .checkboxes {
        gap: 0.5em 2.5em;
    }

    .page_contact #btn_wrap button {
        width: 83%;
        line-height: 15.5vw;
        font-size: 4.6vw;
    }

    .page_contact #btn_wrap button[name="submitBack"] {
        margin-top: 4vw;
    }

    .mwform-checkbox-field.horizontal-item {
        display: block;
    }

    .page_contact #btn_wrap {
        width: 100%;
        text-align: center;
    }

    .privacy_check_list .mwform-checkbox-field-text {
        font-size: 3.8vw;
        padding-left: 11vw;
    }

    .mw_wp_form .privacy_check_list .horizontal-item {
        margin-right: 4vw;
    }

    .privacy_check_list .hissu {
        padding: 0.3vw 4vw;
    }

    .privacy_check_list {
        margin-bottom: 6vw;
    }

    .privacy_term_detail {
        font-size: 3.4vw;
        margin: 5vw 0;
    }

    .privacy_term_outer {
        width: 96%;
        padding: 5vw 0;
    }

    .privacy_term_outer .privacy_term_inner .main_text {
        font-size: 3.4vw;
        line-height: 1.6;
        margin-bottom: 5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dt {
        font-size: 3.5vw;
        margin-bottom: 1.5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dd {
        font-size: 3.5vw;
        line-height: 1.6;
    }

    .privacy_term_outer .privacy_term_inner dl+dl {
        margin-top: 7vw;
    }

    .privacy_term_detail::after {
        width: 2.5vw;
        margin: 1.5vw auto 0;
    }

    /* サンクスページ */
    .page_contact .thanks_textArea .name {
        font-size: 4vw;
        margin-bottom: 3vw;
    }

    .page_contact .thanks_textArea .contact_text {
        font-size: 3.5vw;
        margin-bottom: 2em;
        width: 100%;
    }

    .page_contact .thanks_textArea .ichiran_link {
        width: 80%;
        line-height: 12vw;
        font-size: 4vw;
    }

    /* ステップバー デザイン */
    .page_contact .progressbar {
        gap: 4.5em;
        margin-block: 0 2.5em;
    }

    .page_contact .progressbar .item {
        font-size: 3.1vw;
    }

    .page_contact .progressbar .item+.item::before {
        width: 5.7vw;
        top: 63%;
        left: -3.3em;
    }

    .page_contact .progressbar .item .mark {
        width: 7.7vw;
        margin: 0 auto 0.4em;
    }

    /* SP固定ページ 404ページ */
    #page_404 .num {
        font-size: 20vw;
        line-height: 1.5;
    }

    #page_404 .text {
        font-size: 3.5vw;
    }

    /* SP固定ページ サイトマップ */
    ul#sitemap_list li {
        margin: 0;
    }

    body #sitemap_list li a {
        font-size: 4vw;
        padding: 1vw 2vw;
        line-height: 9vw;
        margin-bottom: 1vw;
    }

    body #sitemap_list li.home-item {
        margin-bottom: 4vw;
    }

    body #sitemap_list {
        padding: 0;
    }


    /* marbell gym CSS ---------------------------------------- */
    .common_section {
        padding: 20vw 0;
    }

    .common_fade {
        -webkit-transform: translateY(0);
        visibility: visible;
        transform: translateY(0);
        opacity: 1;
    }

    a.common_btn {
        -webkit-clip-path: polygon(6% 0, 100% 0, 94% 100%, 0% 100%);
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        aspect-ratio: 300/56;
        width: 75vw;
        padding: 0 10vw;
        font-size: 3.5vw;
        clip-path: polygon(6% 0, 100% 0, 94% 100%, 0% 100%);
    }

    a.common_btn:hover {
        opacity: 1;
    }

    a.common_btn::after {
        width: 5vw;
    }

    .common_contact .contact_text {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .common_contact .contact_text::after {
        display: none;
    }

    .common_contact .contact_btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        row-gap: 3vw;
        flex-direction: column;
        align-items: center;
        margin-top: 3vw;
    }

    .common_contact .contact_btn {
        -webkit-clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
        width: 80vw;
        font-size: 4vw;
        clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    }

    .common_contact .contact_btn:hover {
        opacity: 1;
    }

    .common_contact .contact_btn::before {
        width: 7vw;
        margin-right: 4vw;
    }

    .common_contact .contact_btn::after {
        width: 5vw;
        margin-left: 5vw;
    }

    .common_contact .contact_btn:nth-child(3) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        position: relative;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0;
        background-color: #FFF;
    }

    .common_contact .contact_btn:nth-child(3)::before {
        -webkit-transform: translateY(-50%);
        position: absolute;
        top: 50%;
        left: 7vw;
        aspect-ratio: 1/1;
        width: 7vw;
        transform: translateY(-50%);
        background-image: url(/wp-content/themes/swell_child/image/common_icon_tel_blue.svg);
        background-size: contain;
        background-repeat: no-repeat;
        content: "";
    }

    .common_contact .contact_btn:nth-child(3)::after {
        display: none;
    }

    .common_contact .contact_tel_number {
        color: #11152F;
        font-weight: 700;
        font-size: 7vw;
        line-height: 1;
    }

    .common_contact .contact_tel_time {
        color: #11152F;
        font-weight: 500;
        font-size: 3.3vw;
        line-height: 1;
        letter-spacing: 0.07em;
    }

    .common_contact .contact_time {
        margin: 0 auto;
        font-size: 3vw;
    }

    .common_fv {
        margin-top: 60px;
    }

    .common_fv .common_fv_wrapper {
        height: 140px;
    }

    .common_fv .common_fv_heading {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .common_fv .common_fv_heading_en {
        font-size: 10vw;
    }

    .common_fv .common_fv_heading_ja {
        margin-top: 2vw;
        font-size: 3.5vw;
    }

    .common_fv .common_fv_bread {
        margin-top: 2vw;
    }

    .common_fv .common_fv_items {
        -webkit-column-gap: 1vw;
        -moz-column-gap: 1vw;
        column-gap: 1vw;
        font-size: 3vw;
    }

    .common_fv .common_fv_items span a span:hover {
        opacity: 1;
    }

    .common_heading {
        -webkit-column-gap: 4vw;
        -moz-column-gap: 4vw;
        -ms-flex-wrap: wrap;
        column-gap: 4vw;
        row-gap: 2vw;
        flex-wrap: wrap;
    }

    .common_heading .common_heading_en {
        font-size: 8vw;
    }

    .common_heading .common_heading_ja {
        font-size: 4vw;
    }

    /* header (sp) ------------------------------------------------------------------------------------------------------ */

    .header {
        min-width: initial;
        height: 60px;
        padding: 0 5vw;
    }

    .header.active {
        background-color: #11152F;
    }

    .header.active .header_logo {
        visibility: visible;
        opacity: 1;
    }

    .header .header_logo {
        width: 160px;
    }

    .header .header_logo:hover {
        opacity: 1;
    }

    .header .header_btn {
        width: 35px;
        height: 23px;
        margin-left: auto;
    }

    .header .header_btn span {
        width: 28px;
        height: 3px;
    }

    .header .header_btn span:nth-child(1) {
        top: 0;
        right: 0;
    }

    .header .header_btn span:nth-child(2) {
        top: 10px;
        right: 3px;
    }

    .header .header_btn span:nth-child(3) {
        top: 20px;
        right: 7px;
    }

    .header .header_btn.active span:nth-child(1) {
        top: 10px;
        right: 3px;
    }

    .header .header_btn.active span:nth-child(3) {
        top: 10px;
        right: 3px;
    }

    /* drawer (sp) ------------------------------------------------------------------------------------------------------ */

    .drawer_sp {
        -webkit-transition: opacity 0.3s ease 0s;
        z-index: 40;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        height: 100dvh;
        height: 100vh;
        padding-top: calc(60px + 2vw);
        padding-bottom: 20vw;
        overflow: scroll;
        background-color: #000D5F;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s ease 0s;
    }

    .drawer_sp::before {
        position: absolute;
        top: 59px;
        right: 0;
        left: 0;
        width: 100%;
        height: 10vw;
        background-color: #11152F;
        content: "";
    }

    .drawer_sp.active {
        visibility: visible;
        opacity: 1;
    }

    .drawer_sp::-webkit-scrollbar {
        display: none;
    }

    .drawer_sp .drawer_wrapper {
        height: 120vw;
        background-color: #FDFDF4;
        padding-top: 10vw;
        clip-path: polygon(0 4%, 100% 0, 100% 96%, 0% 100%);
    }

    .drawer_sp .drawer_links {
        height: 96vw;
        padding: 0 5vw 5vw;
        overflow: scroll;
    }

    .drawer_sp .drawer_links::-webkit-scrollbar {
        display: none;
    }

    .drawer_sp .drawer_link a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 4vw 0 4vw 0.5vw;
        border-bottom: 1px solid #BEBEBE;
        color: #1A1A1A;
        font-size: 3.8vw;
        letter-spacing: 0.09em;
    }

    .drawer_sp .drawer_link a::after {
        aspect-ratio: 20/9;
        width: 5vw;
        margin-right: 0.5vw;
        margin-left: auto;
        background-image: url(/wp-content/themes/swell_child/image/common_arrow_black.svg);
        background-size: contain;
        background-repeat: no-repeat;
        content: "";
    }

    .drawer_sp .common_contact {
        padding-top: 8vw;
    }

    .drawer_sp .common_contact .contact_text {
        padding-left: 0;
        color: #FFF;
        font-size: 16px;
    }

    .drawer_sp .common_contact .contact_time {
        color: #FFF;
    }

    .drawer_sp .common_contact .contact_info {
        margin-top: 2vw;
    }

    .drawer_sp .drawer_inner,
    .drawer_sp .drawer_others,
    .drawer_sp .drawer_sns,
    .drawer_sp .drawer_insta,
    .drawer_sp .drawer_wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }

    .drawer_sp .drawer_inner,
    .drawer_sp .drawer_sns,
    .drawer_sp .drawer_insta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .drawer_sp .drawer_inner {
        margin-top: 8vw;
        padding-bottom: 5vw;
    }

    .drawer_sp .drawer_sns {
        row-gap: 5vw;
    }

    .drawer_sp .drawer_message {
        color: #FFF;
        font-size: 3vw;
        letter-spacing: 0.09em;
    }

    .drawer_sp .drawer_wrap {
        -webkit-column-gap: 7vw;
        -moz-column-gap: 7vw;
        column-gap: 7vw;
    }

    .drawer_sp .drawer_icon {
        aspect-ratio: 1/1;
        width: 10vw;
        margin-top: 3vw;
    }

    .drawer_sp .drawer_icon+.drawer_icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        aspect-ratio: 41/29;
        width: 12vw;
        margin-top: 3vw;
    }

    .drawer_sp .drawer_others {
        -webkit-column-gap: 10vw;
        -moz-column-gap: 10vw;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -ms-flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        column-gap: 10vw;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 8vw;
    }

    .drawer_sp .drawer_other {
        position: relative;
    }

    .drawer_sp .drawer_other::after {
        -webkit-transform: translateY(-50%);
        position: absolute;
        top: 50%;
        left: -5vw;
        transform: translateY(-50%);
        content: "/";
        color: #FFF;
        font-size: 3vw;
    }

    .drawer_sp .drawer_other:first-child::after {
        display: none;
    }

    .drawer_sp .drawer_other a {
        color: #FFF;
        font-size: 3vw;
    }

    .drawer_sp .drawer_bottom {
        padding: 5vw 0 10vw;
        border-top: 1px solid #FFF;
    }

    .drawer_sp .drawer_copy {
        color: #FFF;
        font-size: 3vw;
        text-align: center;
    }

    .drawer_sp .drawer_copy small {
        font-size: 100%;
    }

    /* footer (sp) ------------------------------------------------------------------------------------------------------ */

    .footer .footer_wrapper {
        grid-template-columns: 1fr;
        padding: 12vw 0 0;
        border-bottom: none;
    }

    .footer .footer_logo {
        display: block;
        width: 70vw;
        margin: 0 auto;
    }

    .footer .footer_logo:hover {
        opacity: 1;
    }

    .footer .footer_lead {
        margin-top: 5vw;
        font-size: 4vw;
        text-align: center;
    }

    .footer .footer_address {
        margin-top: 2vw;
        font-size: 3.5vw;
        text-align: center;
    }

    .footer .footer_time {
        margin-top: 1vw;
        font-size: 3.5vw;
        text-align: center;
    }

    .footer .footer_tel {
        margin-top: 1vw;
        font-size: 3.5vw;
        text-align: center;
    }

    .footer .footer_inner,
    .footer .footer_sns,
    .footer .footer_insta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer .footer_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: 8vw;
        padding-bottom: 5vw;
    }

    .footer .footer_others {
        -webkit-column-gap: 10vw;
        -moz-column-gap: 10vw;
        column-gap: 10vw;
    }

    .footer .footer_other::after {
        left: -5vw;
        font-size: 3vw;
    }

    .footer .footer_other a {
        font-size: 3vw;
    }

    .footer .footer_other a:hover {
        opacity: 1;
    }

    .footer .footer_sns {
        row-gap: 5vw;
        margin-left: 0;
    }

    .footer .footer_message {
        font-size: 3vw;
    }

    .footer .footer_message::after {
        display: none;
    }

    .footer .footer_wrap {
        -webkit-column-gap: 7vw;
        -moz-column-gap: 7vw;
        column-gap: 7vw;
    }

    .footer .footer_icon {
        width: 10vw;
        margin-top: 3vw;
        margin-left: 0;
    }

    .footer .footer_icon+.footer_icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        aspect-ratio: 41/29;
        width: 12vw;
        margin-top: 3vw;
    }

    .footer .footer_icon:hover {
        opacity: 1;
    }

    .footer .footer_others {
        margin-top: 8vw;
    }

    .footer .footer_bottom {
        padding: 5vw 0 10vw;
    }

    .footer .footer_copy {
        font-size: 3vw;
    }

    /* fixed_contents (sp) ------------------------------------------------------------------------------------------------------ */

    .fixed_contents {
        min-width: initial;
        padding: 1vw 0 2vw;
    }

    .fixed_contents .fixed_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }

    .fixed_contents .fixed_message {
        padding-bottom: 0;
    }

    .fixed_contents .fixed_text {
        font-size: 3.8vw;
    }

    .fixed_contents .fixed_text span.size {
        margin: 0 0.5vw;
        font-size: 6vw;
    }

    .fixed_contents .fixed_text span.size:nth-child(3) {
        margin-left: 1.5vw;
    }

    .fixed_contents .fixed_btns {
        margin-top: 1.5vw;
        margin-left: 0;
    }

    .fixed_contents .fixed_tel {
        -webkit-clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        aspect-ratio: 124/40;
        width: 31vw;
        background-color: #FFF;
        clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
    }

    .fixed_contents .fixed_btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        aspect-ratio: 124/40;
        width: 31vw;
        font-size: 2.5vw;
    }

    .fixed_contents .fixed_btn:hover {
        opacity: 1;
    }

    .fixed_contents .fixed_btn::before {
        width: 4.5vw;
    }

    .fixed_contents .fixed_btn::after {
        display: none;
    }

    .fixed_contents .fixed_btn:nth-child(2) {
        padding-top: 0.7vw;
    }

    .fixed_contents .fixed_btn:nth-child(2)::before {
        margin-right: 0;
        margin-bottom: 0.5vw;
    }

    .fixed_contents .fixed_btn:nth-child(3)::before {
        margin-right: 0;
    }

    .fixed_contents .fixed_contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #1A1A1A;
        font-size: 2.5vw;
        letter-spacing: 0.09em;
        padding-top: 0.5vw;
    }

    .fixed_contents .fixed_contact::before {
        aspect-ratio: 1/1;
        width: 4vw;
        background-image: url(/wp-content/themes/swell_child/image/common_icon_tel_blue.svg);
        background-size: contain;
        background-repeat: no-repeat;
        content: "";
        display: block;
        margin: 0 auto 0.3vw;
    }

    /* top_fv (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_fv .js_fv_fade1,
    .top_fv .js_fv_fade2,
    .top_fv .js_fv_fade3 {
        -webkit-transform: translateY(0);
        visibility: visible;
        transform: translateY(0);
        opacity: 1;
    }

    .top_fv {
        margin-top: 100px;
    }

    .top_fv::before {
        aspect-ratio: 390/1037;
        width: 100%;
        min-width: initial;
        background-image: url(/wp-content/themes/swell_child/image/top_fv_bg_sp.webp);
    }

    .top_fv .fv_deco {
        top: 75vw;
        right: 5vw;
        width: 35vw;
    }

    .top_fv .fv_pro {
        font-size: 2.5vw;
    }

    .top_fv .fv_name {
        margin-top: 0;
        padding-top: 1vw;
        font-size: 3.8vw;
        line-height: 1.1;
    }

    .top_fv .fv_name span {
        font-size: 3.5vw;
    }

    .top_fv .fv_wrapper {
        z-index: 10;
        width: 100%;
        min-width: initial;
        margin-left: 0;
    }

    .top_fv .fv_inner {
        -webkit-transform: translateX(0);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: static;
        left: initial;
        flex-direction: column;
        width: 100%;
        height: initial;
        min-height: initial;
        margin-top: 10vw;
        padding: 0 5vw;
        padding-top: 0;
        transform: translateX(0);
    }

    .top_fv .fv_lead_sp {
        background-color: #D0C000;
        font-size: 3.5vw;
        letter-spacing: 0.06em;
        text-align: center;
    }

    .top_fv .fv_lead_sp span {
        margin: 0 1.5vw;
        font-weight: 900;
        font-size: 2.8vw;
        letter-spacing: 0.09em;
    }

    .top_fv .fv_heading {
        margin-top: 4vw;
        font-size: 7.4vw;
        line-height: 1.3;
        letter-spacing: 0.065em;
        white-space: nowrap;
    }

    .top_fv .fv_heading span.size1 {
        font-size: 10vw;
        letter-spacing: 0.07em;
    }

    .top_fv .fv_heading span.color {
        font-size: 10vw;
        letter-spacing: 0.07em;
    }

    .top_fv .fv_heading span.size2 {
        font-size: 6vw;
        letter-spacing: 0.07em;
    }

    .top_fv .fv_text {
        margin-top: 2vw;
        font-size: 3.8vw;
        letter-spacing: 0.06em;
    }

    .top_fv .fv_items {
        -webkit-column-gap: 3vw;
        column-gap: 3vw;
        justify-content: flex-start;
        margin-top: 6vw;
    }

    .top_fv .fv_item {
        padding-bottom: 0.5vw;
        padding-left: 6.5vw;
        white-space: nowrap;
    }

    .top_fv .fv_item::before {
        bottom: 1.3vw;
        width: 4.5vw;
    }

    .top_fv .fv_item:nth-child(1) span.size1,
    .top_fv .fv_item:nth-child(1) span.size2,
    .top_fv .fv_item:nth-child(1) span.size3 {
        font-size: 4.2vw;
    }

    .top_fv .fv_item:nth-child(1) span.color {
        font-size: 9vw;
    }

    .top_fv .fv_item:nth-child(2) span.color1 {
        margin-right: 1vw;
        font-size: 9vw;
    }

    .top_fv .fv_item:nth-child(2) span.color2 {
        font-size: 4.2vw;
    }

    .top_fv .fv_item:nth-child(2) span.size1 {
        font-size: 3.5vw;
    }

    .top_fv .fv_item:nth-child(2) span.size2 {
        font-size: 4.2vw;
    }

    .top_fv .fv_news {
        -webkit-clip-path: initial;
        -webkit-backdrop-filter: initial;
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: -40px;
        bottom: auto;
        align-items: center;
        width: 100%;
        padding: 3vw 5vw;
        backdrop-filter: initial;
        background-color: #fdfdf4;
        clip-path: initial;
    }

    .top_fv .fv_news:hover {
        background-color: #fdfdf4;
    }

    .top_fv .news_heading {
        margin-top: 1vw;
        font-size: 3.5vw;
        line-height: 1;
    }

    .top_fv .news_title {
        width: 100%;
        -webkit-line-clamp: 1;
        margin-top: 0;
        padding: 0 8vw 0 4vw;
        font-size: 3vw;
    }

    .top_fv .news_title::after {
        width: 4vw;
    }

    /* top_banner (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_banner {
        padding-top: 15vw;
    }

    .top_banner .top_banner_swiper {
        margin: 0 calc(50% - 50vw);
    }

    .top_banner .swiper-slide {
        width: 90vw;
        height: 50vw;
    }

    .top_banner .banner_items {
        -ms-flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        margin-top: 5vw;
        gap: 2.5vw;
    }

    .top_banner .banner_item {
        width: 28vw;
    }

    /* top_concept (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_concept {
        padding-top: 20vw;
    }

    .top_concept::before {
        -webkit-clip-path: polygon(0 0, 100% 0, 60% 100%, 0% 100%);
        top: 25vw;
        aspect-ratio: 470/625;
        width: 115vw;
        clip-path: polygon(0 0, 100% 0, 60% 100%, 0% 100%);
    }

    .top_concept .concept_wrapper {
        grid-template-columns: 1fr;
    }

    .top_concept .concept_head {
        display: contents;
    }

    .top_concept .concept_heading {
        -webkit-column-gap: 3vw;
        -moz-column-gap: 3vw;
        column-gap: 3vw;
    }

    .top_concept .concept_heading_en {
        font-size: 10vw;
    }

    .top_concept .concept_heading_ja {
        font-size: 4vw;
    }

    .top_concept .concept_text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 10vw;
        font-size: 3.5vw;
        letter-spacing: 0.09em;
    }

    .top_concept .concept_name {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 4vw;
        font-size: 3.8vw;
    }

    .top_concept .concept_name span {
        margin-left: 3vw;
        font-size: 5vw;
    }

    .top_concept .concept_img {
        aspect-ratio: 340/160;
        width: calc(100% - 3vw);
        margin-top: 5vw;
        margin-left: auto;
    }

    .top_concept .concept_img img:nth-child(2) {
        bottom: -3vw;
        left: -3vw;
        aspect-ratio: 80/100;
        width: 20vw;
    }

    .top_concept .concept_img::before {
        bottom: -5vw;
        left: -5vw;
        width: 5vw;
    }

    .top_concept .concept_btn {
        margin: 10vw auto 0;
    }

    /* top_sns (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_sns {
        padding-top: 22vw;
    }

    .top_sns .sns_youtube {
        grid-template-columns: 1fr;
        padding: 10vw 4vw;
        background-image: url(/wp-content/themes/swell_child/image/top_sns_bg_sp.webp);
    }

    .top_sns .sns_body {
        display: contents;
    }

    .top_sns .sns_head {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        aspect-ratio: 310/180;
        margin-top: 5vw;
    }

    .top_sns .sns_lead {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        font-size: 3.5vw;
        text-align: center;
    }

    .top_sns .sns_heading {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 1vw;
        font-size: 6vw;
        line-height: 1;
        letter-spacing: 0.16em;
        text-align: center;
        white-space: nowrap;
    }

    .top_sns .sns_heading span {
        -webkit-transform: translateY(2px);
        margin: 0 5px;
        transform: translateY(2px);
        font-size: 7vw;
    }

    .top_sns .sns_btn {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        aspect-ratio: 280/50;
        width: 70vw;
        margin: 10vw auto 0;
        font-size: 3.5vw;
    }

    .top_sns .sns_insta {
        grid-template-columns: 1fr;
        margin-top: 5vw;
    }

    .top_sns .sns_text {
        font-size: 4vw;
        line-height: 1.4;
    }

    .top_sns .sns_text::before {
        width: 10vw;
        margin-right: 7.5vw;
    }

    .top_sns .sns_text::after {
        width: 5vw;
    }

    .top_sns .sns_text span.border {
        padding: 2vw 6vw;
    }

    .top_sns .sns_text span.size {
        margin: 0 3px;
        font-size: 4.5vw;
    }

    .top_sns .sns_link {
        padding: 2.5vw 5vw 2.5vw 7.5vw;
    }

    .top_sns .sns_link:nth-child(1):hover {
        background-color: #FFF;
    }

    .top_sns .sns_link:nth-child(1):hover .sns_text {
        color: #333;
    }

    .top_sns .sns_link:nth-child(1):hover .sns_text span.border {
        border-left: 2px solid #D8D7C9;
    }

    .top_sns .sns_link:nth-child(1):hover .sns_text::after {
        background-image: url(/wp-content/themes/swell_child/image/common_arrow_black.svg);
    }

    .top_sns .sns_link:nth-child(2) {
        margin-top: 3vw;
    }

    .top_sns .sns_link:nth-child(2):hover {
        background-color: #11152F;
    }

    .top_sns .sns_link:nth-child(2):hover .sns_text {
        color: #FFF;
    }

    .top_sns .sns_link:nth-child(2):hover .sns_text span.border {
        border-left: 2px solid #FFF;
    }

    .top_sns .sns_link:nth-child(2):hover .sns_text::after {
        background-image: url(/wp-content/themes/swell_child/image/common_arrow_white.svg);
    }

    /* top_strength (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_strength {
        margin-top: 20vw;
        padding-bottom: 22vw;
    }

    .top_strength::before {
        -webkit-clip-path: polygon(0 1.8%, 100% 0%, 100% 98.2%, 0% 100%);
        top: 2vw;
        clip-path: polygon(0 1.8%, 100% 0%, 100% 98.2%, 0% 100%);
    }

    .top_strength .strength_heading {
        width: 60vw;
    }

    .top_strength .strength_season {
        font-size: 4vw;
    }

    .top_strength .strength_items {
        grid-template-columns: 1fr;
        row-gap: 8vw;
        margin-top: 7.5vw;
    }

    .top_strength .strength_img {
        aspect-ratio: 350/160;
    }

    .top_strength .strength_img span.number {
        font-size: 7.5vw;
        left: 0;
    }

    .top_strength .strength_img span.number span {
        margin-top: 2vw;
    }

    .top_strength .strength_lead {
        -webkit-column-gap: 3vw;
        -moz-column-gap: 3vw;
        column-gap: 3vw;
        margin-top: 2vw;
        font-size: 4vw;
        line-height: 1.5;
    }

    .top_strength .strength_lead span {
        font-size: 10vw;
    }

    .top_strength .strength_text {
        margin-top: 2vw;
        font-size: 3.3vw;
    }

    /* top_reason (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_reason {
        padding-top: 20vw;
    }

    .top_reason .reason_heading {
        font-size: 4.8vw;
        white-space: nowrap;
    }

    .top_reason .reason_heading span {
        font-size: 8vw;
    }

    .top_reason .reason_items {
        grid-template-columns: 1fr;
        margin-top: 4vw;
    }

    .top_reason .reason_lead {
        -webkit-clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
        aspect-ratio: 234/34;
        width: 60vw;
        padding-bottom: 0.5vw;
        font-size: 4vw;
        clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    }

    .top_reason .reason_head {
        -webkit-column-gap: 3vw;
        -moz-column-gap: 3vw;
        column-gap: 3vw;
        height: auto;
    }

    .top_reason .reason_body {
        min-height: initial;
        padding: 4vw;
    }

    .top_reason .reason_text {
        font-size: 3.3vw;
    }

    .top_reason .reason_text+.reason_text {
        margin-top: 4vw;
    }

    .top_reason .reason_message {
        margin-top: 4vw;
        font-size: 3.8vw;
    }

    .top_reason .reason_message span {
        font-size: 3.3vw;
    }

    .top_reason .reason_item:nth-child(1) {
        position: relative;
    }

    .top_reason .reason_item:nth-child(1)::after {
        -webkit-transform: translateX(-50%) rotate(90deg);
        top: auto;
        right: auto;
        bottom: -14vw;
        left: 50%;
        width: 5vw;
        transform: translateX(-50%) rotate(90deg);
    }

    .top_reason .reason_item:nth-child(1) .reason_head {
        padding: 7vw 0 2vw;
        column-gap: 2vw;
    }

    .top_reason .reason_item:nth-child(1) .reason_img {
        width: 20vw;
    }

    .top_reason .reason_item:nth-child(1) .reason_lists {
        padding-bottom: 1vw;
    }

    .top_reason .reason_item:nth-child(1) .reason_list {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding-bottom: 1vw;
        padding-left: 5vw;
        font-size: 3.2vw;
        white-space: nowrap;
        line-height: 1.4;
    }

    .top_reason .reason_item:nth-child(1) .reason_list::before {
        width: 3.3vw;
    }

    .top_reason .reason_item:nth-child(1) .reason_list span {
        font-size: 3.9vw;
    }

    .top_reason .reason_item:nth-child(1) .reason_list+.reason_list {
        margin-top: 3vw;
    }

    .top_reason .reason_item:nth-child(2) {
        margin-top: 10vw;
    }

    .top_reason .reason_item:nth-child(2) .reason_head {
        -webkit-column-gap: 5vw;
        -moz-column-gap: 5vw;
        column-gap: 5vw;
        padding: 10vw 0 5vw;
    }

    .top_reason .reason_item:nth-child(2) .reason_img {
        width: 24vw;
    }

    .top_reason .reason_item:nth-child(2) .reason_list {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding-bottom: 1vw;
        padding-left: 6vw;
        font-size: 3.5vw;
    }

    .top_reason .reason_item:nth-child(2) .reason_list::before {
        width: 3.5vw;
    }

    .top_reason .reason_item:nth-child(2) .reason_list:nth-child(1)::before {
        top: calc(50% + 1vw);
    }

    .top_reason .reason_item:nth-child(2) .reason_list:nth-child(2) {
        line-height: 1.4;
    }

    .top_reason .reason_item:nth-child(2) .reason_list span.size {
        font-size: 4vw;
    }

    .top_reason .reason_item:nth-child(2) .reason_list span.color {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
        font-size: 7.5vw;
    }

    .top_reason .reason_item:nth-child(2) .reason_list+.reason_list {
        margin-top: 15px;
    }

    /* top_trainer (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_trainer {
        padding-top: 20vw;
        padding-bottom: 0;
    }

    .top_trainer::after {
        -webkit-transform: translateY(-50%);
        -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
        top: 50%;
        bottom: auto;
        height: 140vw;
        transform: translateY(-50%);
        clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
    }

    .top_trainer .trainer_heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .top_trainer .trainer_heading_en {
        font-size: 11vw;
    }

    .top_trainer .trainer_heading_ja {
        font-size: 4vw;
    }

    .top_trainer .trainer_wrapper {
        grid-template-columns: 1fr;
        margin-top: 5vw;
    }

    .top_trainer .trainer_img {
        aspect-ratio: 350/200;
    }

    .top_trainer .trainer_img img {
        -o-object-position: center top;
        height: 100%;
        object-position: center top;
    }

    .top_trainer .trainer_img::after {
        right: -2.5vw;
        bottom: -2.5vw;
    }

    .top_trainer .trainer_lead {
        margin-top: 8vw;
        font-size: 3.8vw;
        letter-spacing: 0;
    }

    .top_trainer .trainer_lead span {
        margin-left: 2vw;
        letter-spacing: 0.09em;
    }

    .top_trainer .trainer_name {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 3vw;
    }

    .top_trainer .trainer_name_ja {
        font-size: 4.5vw;
        line-height: 1;
        letter-spacing: 0.09em;
    }

    .top_trainer .trainer_name_en {
        margin-top: 1vw;
        font-size: 3.5vw;
    }

    .top_trainer .trainer_text {
        margin-top: 4vw;
        font-size: 3.3vw;
    }

    .top_trainer .trainer_sub {
        margin-top: 6vw;
        font-size: 4vw;
    }

    .top_trainer .trainer_message {
        margin-top: 2vw;
        font-size: 3.3vw;
    }

    .top_trainer .trainer_btn {
        margin: 10vw auto 0;
    }

    /* top_course (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_course {
        padding-top: 20vw;
    }

    .top_course .course_heading_en {
        font-size: 10vw;
        white-space: nowrap;
    }

    .top_course .course_heading_en span {
        margin-left: -1vw;
    }

    .top_course .course_heading_ja {
        margin-top: 1vw;
        font-size: 4vw;
    }

    .top_course .course_text {
        margin-top: 5vw;
        font-size: 3.3vw;
    }

    .top_course .course_lead {
        -webkit-clip-path: polygon(7% 0, 100% 0, 93% 100%, 0% 100%);
        margin: 10px auto 0;
        padding: 2vw 12vw 2vw 10vw;
        font-size: 4.5vw;
        clip-path: polygon(7% 0, 100% 0, 93% 100%, 0% 100%);
    }

    .top_course .course_lists {
        width: 100%;
        padding: 10vw 5vw 7.5vw;
    }

    .top_course .course_list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        flex-direction: column;
        align-items: center;
    }

    .top_course .course_list:nth-child(1) {
        padding-bottom: 5vw;
    }

    .top_course .course_list:nth-child(2) {
        padding-top: 5vw;
    }

    .top_course .course_number {
        margin-top: 0;
        padding-bottom: 0.5vw;
        border-bottom: 1px solid #333;
        font-size: 3.8vw;
    }

    .top_course .course_number::before {
        width: 5vw;
        margin-top: 0.5vw;
        margin-right: 2vw;
    }

    .top_course .course_number span {
        margin-left: 1vw;
        font-size: 6vw;
        line-height: 1;
    }

    .top_course .course_message {
        margin-top: 5vw;
        font-size: 3.8vw;
        line-height: 1.2;
        text-align: center;
        white-space: nowrap;
    }

    .top_course .course_message span.size {
        font-size: 4.5vw;
    }

    .top_course .course_message span.color1 {
        font-size: 8vw;
    }

    .top_course .course_message span.color2 {
        font-size: 5.5vw;
    }

    .top_course .course_message span.color3 {
        font-size: 5.5vw;
    }

    .top_course .course_attention {
        margin-top: 2vw;
        font-size: 3vw;
        text-align: center;
    }

    .top_course .course_standard {
        margin-top: 10vw;
    }

    .top_course .standard_heading {
        font-size: 6vw;
        letter-spacing: 0.05em;
        display: block;
        white-space: normal;
        text-align: center;
        line-height: 1.1;
    }

    .top_course .standard_heading::before,
    .top_course .standard_heading::after {
        height: 2px;
    }

    .top_course .standard_heading::before {
        margin-right: 2.5vw;
    }

    .top_course .standard_heading::after {
        margin-left: 2.5vw;
    }

    .top_course .standard_heading span {
        -webkit-transform: translateY(0.5vw);
        margin: 0 0.5vw;
        transform: translateY(0.5vw);
    }

    .top_course .standard_attention {
        font-size: 3.8vw;
    }

    .top_course .standard_wrapper {
        grid-template-columns: 30vw 1fr;
        height: 18vw;
        margin-top: 6vw;
    }

    .top_course .standard_wrapper::after {
        bottom: -9vw;
        width: 6vw;
    }

    .top_course .standard_head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 5vw;
    }

    .top_course .standard_head span {
        margin-top: 0;
        margin-left: 0;
        font-size: 3vw;
    }

    .top_course .standard_number {
        font-size: 8.5vw;
    }

    .top_course .standard_number span {
        margin-top: 2vw;
        margin-left: 1vw;
        font-size: 3.5vw;
    }

    .top_course .standard_items {
        margin-top: 12vw;
        flex-wrap: wrap;
        gap: 2.5vw;
    }

    .top_course .standard_item {
        width: 100%;
    }

    .top_course .standard_lead {
        height: 11vw;
        font-size: 4vw;
        padding-top: 0.5vw;
    }

    .top_course .standard_lead span {
        margin-right: 0.5vw;
        font-size: 8vw;
    }

    .top_course .standard_body {
        padding: 4vw 5vw 1vw;
    }

    .top_course .standard_text {
        font-size: 3.5vw;
    }

    .top_course .standard_price1 {
        font-size: 9vw;
    }

    .top_course .standard_price1 span {
        margin-top: 1vw;
        margin-left: 1vw;
        font-size: 3.5vw;
    }

    .top_course .standard_inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-column-gap: 4vw;
        -moz-column-gap: 4vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        column-gap: 4vw;
        align-items: center;
        justify-content: center;
        margin-top: 3vw;
        padding-top: 1vw;
    }

    .top_course .standard_about {
        padding: 1vw;
        font-size: 3.5vw;
    }

    .top_course .standard_about::after {
        -webkit-transform: translate(0, -50%);
        -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
        top: 50%;
        right: -1.5vw;
        bottom: auto;
        left: auto;
        aspect-ratio: 6/10;
        width: 1.5vw;
        transform: translate(0, -50%);
        clip-path: polygon(0 0, 0% 100%, 100% 50%);
    }

    .top_course .standard_price2 {
        margin-bottom: 2vw;
        font-size: 6.5vw;
    }

    .top_course .standard_price2 span.size1 {
        margin-top: 0.5vw;
        margin-right: 1vw;
        font-size: 3.5vw;
    }

    .top_course .standard_price2 span.size2 {
        margin-top: 1vw;
        margin-left: 1vw;
        font-size: 3vw;
    }

    .top_course .standard_item:nth-child(1) .standard_body {
        padding: 2vw 0;
    }

    .top_course .standard_item:nth-child(3) .standard_popular {
        -webkit-transform: initial;
        top: 2vw;
        left: 5vw;
        width: 20vw;
        padding: 1.5vw 0 1vw;
        padding-left: 1vw;
        transform: initial;
        font-size: 3vw;
    }

    .top_course .standard_item:nth-child(3) .standard_popular span {
        font-size: 5vw;
    }

    .top_course .standard_contact {
        margin-top: 4vw;
        font-size: 3vw;
        text-align: left;
    }

    .top_course .course_option {
        margin-top: 8vw;
    }

    .top_course .option_heading {
        -webkit-column-gap: 5vw;
        -moz-column-gap: 5vw;
        column-gap: 5vw;
        font-size: 5.5vw;
    }

    .top_course .option_heading::before,
    .top_course .option_heading::after {
        height: 2px;
    }

    .top_course .option_items {
        margin-top: 12vw;
    }

    .top_course .option_item {
        grid-template-columns: 1fr;
    }

    .top_course .option_head {
        padding: 3vw 0;
        font-size: 4vw;
    }

    .top_course .option_text {
        font-size: 9vw;
    }

    .top_course .option_text span.size1 {
        margin-top: 1.5vw;
        margin-right: 1vw;
        font-size: 3.8vw;
    }

    .top_course .option_text span.size2 {
        margin-top: 1.5vw;
        margin-left: 1vw;
        font-size: 3.5vw;
    }

    .top_course .option_lists {
        row-gap: 1vw;
        padding: 5vw;
    }

    .top_course .option_list {
        width: 100%;
    }

    .top_course .option_list dt {
        font-size: 3.5vw;
    }

    .top_course .option_list dd {
        margin-left: auto;
        font-size: 4vw;
    }

    .top_course .option_list dd span {
        margin-left: 1vw;
        font-size: 3vw;
    }

    .top_course .option_list dd::before {
        width: 4vw;
        margin-right: 4vw;
    }

    .top_course .option_list:nth-child(3) dd {
        margin-right: 0;
    }

    .top_course .option_item:nth-child(1) .option_attention {
        -webkit-transform: translateX(-50%);
        -webkit-clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
        top: -5vw;
        left: 50%;
        width: 50vw;
        padding: 1vw 2vw 1vw 4vw;
        transform: translateX(-50%);
        font-size: 3.3vw;
        clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    }

    .top_course .option_item:nth-child(2) {
        margin-top: 3vw;
    }

    .top_course .option_btn {
        margin: 10vw auto 0;
    }

    /* top_flow (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_flow {
        padding-top: 20vw;
        padding-bottom: 20vw;
    }

    .top_flow .flow_heading_en {
        font-size: 11vw;
    }

    .top_flow .flow_heading_ja {
        margin-top: 0;
        font-size: 4vw;
    }

    .top_flow .flow_items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: calc(50% - 50vw);
        margin-top: 5vw;
        padding: 0 5vw;
    }

    .top_flow .flow_items::after {
        -webkit-transform: translateY(-50%);
        left: 5vw;
        width: 350%;
        transform: translateY(-50%);
    }

    .top_flow .flow_items::-webkit-scrollbar {
        display: none;
    }

    .top_flow .flow_item {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 90vw;
    }

    .top_flow .flow_number {
        padding: 0 6vw;
        font-size: 4vw;
    }

    .top_flow .flow_number span {
        margin-left: 1vw;
        font-size: 5vw;
    }

    .top_flow .flow_img {
        height: 35vw;
    }

    .top_flow .flow_body {
        height: 100%;
        padding: 0 5vw 5vw;
    }

    .top_flow .flow_lead {
        height: initial;
        padding: 4vw 0;
        font-size: 4vw;
    }

    .top_flow .flow_text {
        padding-top: 3vw;
        font-size: 3.3vw;
    }

    /* top_achievement (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_achievement {
        padding: 15vw 0 20vw;
    }

    .top_achievement .achievement_heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .top_achievement .achievement_heading_en {
        font-size: 10vw;
    }

    .top_achievement .achievement_heading_ja {
        font-size: 4vw;
    }

    .top_achievement .achievement_items {
        grid-template-columns: 1fr;
        row-gap: 5vw;
        margin-top: 5vw;
    }

    .top_achievement .achievement_lead {
        font-size: 4.5vw;
    }

    .top_achievement .achievement_lead span.size1 {
        font-size: 5.5vw;
    }

    .top_achievement .achievement_lead span.size2 {
        font-size: 6vw;
    }

    .top_achievement .achievement_lead::before {
        margin-right: 5vw;
    }

    .top_achievement .achievement_lead::after {
        margin-left: 5vw;
    }

    .top_achievement .achievement_img {
        aspect-ratio: 350/372;
        margin-top: 1vw;
    }

    .top_achievement .achievement_attention {
        margin-top: 3vw;
        font-size: 3vw;
    }

    .top_achievement .achievement_text {
        -webkit-animation: scroll_text 60s linear infinite;
        bottom: -6vw;
        font-size: 55vw;
        animation: scroll_text 60s linear infinite;
    }

    /* top_voice (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_voice {
        padding: 20vw 0;
    }

    .top_voice .voice_heading_en {
        font-size: 8vw;
    }

    .top_voice .voice_heading_ja {
        margin-top: 0;
        font-size: 4vw;
    }

    .top_voice .voice_message {
        margin-top: 5vw;
        font-size: 3.5vw;
    }

    .top_voice .voice_items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 6vw calc(50% - 50vw);
        padding: 0 5vw;
        gap: 30px;
    }

    .top_voice .voice_items::-webkit-scrollbar {
        display: none;
    }

    .top_voice .voice_item {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 90vw;
        padding: 3vw;
    }

    .top_voice .voice_item:hover {
        opacity: 1;
    }

    .top_voice .voice_head {
        -webkit-column-gap: 3vw;
        -moz-column-gap: 3vw;
        grid-template-columns: 18vw 1fr;
        column-gap: 3vw;
    }

    .top_voice .voice_number {
        font-size: 4vw;
    }

    .top_voice .voice_title {
        margin-top: 2vw;
        font-size: 3.5vw;
    }

    .top_voice .voice_body {
        margin-top: 3vw;
        padding-top: 3vw;
    }

    .top_voice .voice_text {
        margin-bottom: 4vw;
    }

    .top_voice .voice_text p {
        font-size: 3.3vw;
    }

    .top_voice .voice_link {
        font-size: 3.8vw;
    }

    .top_voice .voice_link::after {
        width: 5vw;
        margin-left: 5vw;
    }

    .top_voice .voice_btn {
        margin: 10vw auto 0;
    }

    /* top_category (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_category {
        padding: 15vw 0 20vw;
    }

    .top_category .category_heading_en {
        font-size: 11vw;
    }

    .top_category .category_heading_ja {
        margin-top: 0;
        font-size: 4vw;
    }

    .top_category .category_items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 6vw calc(50% - 50vw) 0;
        padding: 0 5vw;
    }

    .top_category .category_items::-webkit-scrollbar {
        display: none;
    }

    .top_category .category_item {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 90vw;
    }

    .top_category .category_item:hover {
        opacity: 1;
    }

    .top_category .category_lead {
        -webkit-clip-path: polygon(0 0%, 100% 0, 95% 100%, 0% 100%);
        bottom: -3vw;
        padding: 1vw 5vw 1vw 4vw;
        font-size: 4vw;
        clip-path: polygon(0 0%, 100% 0, 95% 100%, 0% 100%);
    }

    .top_category .category_img {
        aspect-ratio: 350/120;
    }

    .top_category .category_body {
        padding: 6vw 5vw 4vw;
    }

    .top_category .category_text {
        margin-bottom: 3vw;
        font-size: 3.3vw;
    }

    .top_category .category_link {
        font-size: 3.8vw;
    }

    .top_category .category_link::after {
        width: 5vw;
        margin-left: 5vw;
    }

    /* top_blog (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_blog {
        padding-top: 15vw;
    }

    .top_blog .blog_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        flex-direction: column;
        align-items: flex-start;
    }

    .top_blog .blog_heading {
        -webkit-column-gap: 4vw;
        -moz-column-gap: 4vw;
        column-gap: 4vw;
    }

    .top_blog .blog_heading_en {
        font-size: 11vw;
    }

    .top_blog .blog_heading_ja {
        margin-top: 0;
        font-size: 4vw;
    }

    .top_blog .blog_message {
        margin-top: 4vw;
        margin-left: 0;
        font-size: 3.5vw;
    }

    .top_blog .blog_items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 5vw;
    }

    .top_blog .blog_items::-webkit-scrollbar {
        display: none;
    }

    .top_blog .blog_item {
        -ms-flex-negative: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        grid-template-columns: 1fr;
        flex-shrink: 0;
        flex-direction: column;
        width: 90vw;
    }

    .top_blog .blog_item:hover {
        opacity: 1;
    }

    .top_blog .blog_img {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
        height: 45vw;
    }

    .top_blog .blog_img img {
        height: 100%;
    }

    .top_blog .blog_body {
        height: 100%;
        padding: 5vw;
    }

    .top_blog .blog_title {
        font-size: 3.8vw;
    }

    .top_blog .blog_text {
        margin-top: 2vw;
        margin-bottom: 3vw;
        font-size: 3.3vw;
    }

    .top_blog .blog_inner {
        margin-top: auto;
    }

    .top_blog .blog_time {
        font-size: 3.3vw;
    }

    .top_blog .blog_link {
        font-size: 3.8vw;
    }

    .top_blog .blog_link::after {
        width: 5vw;
        margin-left: 5vw;
    }

    .top_blog .voice_btn {
        margin: 10vw auto 0;
    }

    /* top_faq (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_faq {
        padding-top: 20vw;
        padding-bottom: 20vw;
    }

    .top_faq .faq_heading_en {
        font-size: 11vw;
    }

    .top_faq .faq_heading_ja {
        margin-top: 2vw;
        font-size: 4vw;
    }

    .top_faq .faq_items {
        margin-top: 5vw;
    }

    .top_faq .faq_item {
        padding: 3vw 5vw;
    }

    .top_faq .faq_item dt {
        -webkit-column-gap: 5vw;
        -moz-column-gap: 5vw;
        column-gap: 5vw;
    }

    .top_faq .faq_item dt span {
        font-size: 5vw;
    }

    .top_faq .faq_item dd {
        margin-top: 2vw;
        padding-top: 3vw;
        padding-left: 9vw;
        font-size: 3.3vw;
    }

    .top_faq .faq_item+.faq_item {
        margin-top: 3vw;
    }

    .top_faq .faq_q {
        font-size: 3.5vw;
    }

    .top_faq .faq_btn {
        margin: 10vw auto 0;
    }

    /* top_monitor (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_monitor .monitor_wrapper {
        grid-template-columns: 1fr;
        margin-left: 0;
    }

    .top_monitor .monitor_img {
        -webkit-transform: translateX(0);
        visibility: visible;
        transform: translateX(0);
        opacity: 1;
    }

    .top_monitor .monitor_body {
        padding: 10vw 0;
        -webkit-transform: translateX(0);
        visibility: visible;
        transform: translateX(0);
        opacity: 1;
    }

    .top_monitor .monitor_body::after {
        left: -5vw;
        width: 100vw;
        min-width: initial;
    }

    .top_monitor .monitor_head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .top_monitor .monitor_text {
        font-size: 4.5vw;
        line-height: 1.5;
        text-align: center;
    }

    .top_monitor .monitor_inner{
        text-align: center;
    }

    .top_monitor .monitor_text._belt{
        font-size: 5vw;
    }

    .top_monitor .monitor_text span.size2{
        font-size: 4.5vw
    }

    .top_monitor .monitor_text span.size3{
        margin: 5vw 0 6vw;
        line-height: 1.3;
    }

    .top_monitor .monitor_text span.size3 .color3{
        font-size: 10vw;
    }

    .top_monitor .monitor_text span.size4{
        font-size: 3.5vw;
    }

    .top_monitor .monitor_text span.size {
        font-size: 5.5vw;
    }

    .top_monitor .monitor_number {
        width: 60vw;
        margin: 3vw auto 0;
    }

    .top_monitor .monitor_contact {
        margin-top: 5vw;
        margin-left: 0;
    }

    .top_monitor .common_contact .contact_text {
        padding-left: 0;
        font-size: 4vw;
    }

    /* top_search (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_search {
        padding-top: 20vw;
    }

    .top_search .search_wrapper {
        display: flex;
        flex-direction: column;
    }

    .top_search .search_wrapper::after {
        top: 70%;
        left: 50%;
        width: 78vw;
        transform: translate(-50%, -50%);
    }

    .top_search .search_body {
        display: contents;
    }

    .top_search .search_lead {
        font-size: 5.5vw;
    }

    .top_search .search_text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 35px;
        font-size: 3.3vw;
    }

    .top_search .search_text+.search_text {
        margin-top: 4vw;
    }

    .top_search .search_img {
        aspect-ratio: 350/160;
        margin-top: 5vw;
    }

    .top_search .search_img img:nth-child(2) {
        right: -2.5vw;
        bottom: -2.5vw;
        left: auto;
        aspect-ratio: 80/100;
        width: 20vw;
        height: 25vw;
    }

    /* top_facility (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_facility {
        padding-top: 15vw;
        padding-bottom: 20vw;
    }

    .top_facility .facility_heading_en {
        font-size: 11vw;
    }

    .top_facility .facility_heading_ja {
        margin-top: 0;
        font-size: 4vw;
    }

    .top_facility .facility_items {
        grid-template-columns: 1fr;
        row-gap: 8vw;
        margin-top: 5vw;
    }

    .top_facility .facility_lead {
        margin-top: 2vw;
        font-size: 4.5vw;
    }

    .top_facility .facility_address {
        margin-top: 1vw;
        font-size: 3.3vw;
    }

    /* page_trainer (sp) ------------------------------------------------------------------------------------------------------ */

    #page_trainer .fv .js_trainer_fv_fade1,
    #page_trainer .fv .js_trainer_fv_fade2 {
        -webkit-transform: translateY(0);
        visibility: visible;
        transform: translateY(0);
        opacity: 1;
    }

    #page_trainer section:last-child {
        padding-bottom: 20vw;
    }

    #page_trainer .fv {
        padding-top: calc(60px + 12vw);
    }

    #page_trainer .fv::before {
        -webkit-clip-path: polygon(0 20%, 100% 0, 100% 80%, 0% 100%);
        top: calc(60px + 12vw);
        aspect-ratio: 390/240;
        clip-path: polygon(0 20%, 100% 0, 100% 80%, 0% 100%);
    }

    #page_trainer .fv .fv_wrapper {
        grid-template-columns: 1fr;
    }

    #page_trainer .fv .fv_body {
        display: contents;
    }

    #page_trainer .fv .fv_heading {
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2;
    }

    #page_trainer .fv .fv_heading_en {
        font-size: 12vw;
    }

    #page_trainer .fv .fv_heading_ja {
        font-size: 4.5vw;
    }

    #page_trainer .fv .fv_name {
        -webkit-column-gap: 3vw;
        -moz-column-gap: 3vw;
        column-gap: 3vw;
        margin-top: 8vw;
    }

    #page_trainer .fv .fv_name_ja {
        font-size: 7.5vw;
    }

    #page_trainer .fv .fv_name_ja span {
        font-size: 6vw;
    }

    #page_trainer .fv .fv_name_en {
        font-size: 4.5vw;
    }

    #page_trainer .fv .fv_text {
        margin-top: 6vw;
        font-size: 3.5vw;
    }

    #page_trainer .fv .fv_items {
        margin-top: 6vw;
    }

    #page_trainer .fv .fv_item {
        -webkit-column-gap: 4vw;
        -moz-column-gap: 4vw;
        display: grid;
        grid-template-columns: 28vw 1fr;
        column-gap: 4vw;
    }

    #page_trainer .fv .fv_item+.fv_item {
        margin-top: 2vw;
    }

    #page_trainer .fv .fv_item dt,
    #page_trainer .fv .fv_item dd {
        font-size: 3.5vw;
    }

    #page_trainer .fv .fv_item dt span,
    #page_trainer .fv .fv_item dd span {
        font-size: 4vw;
    }

    #page_trainer .fv .fv_item dd::before {
        width: 6vw;
        margin-right: 4vw;
    }

    #page_trainer .fv .fv_img {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        aspect-ratio: 340/240;
        width: calc(100% - 2.5vw);
        margin-top: 6vw;
    }

    #page_trainer .fv .fv_img img {
        -o-object-position: center top;
        object-position: center top;
    }

    #page_trainer .fv .fv_img::before {
        top: 2.5vw;
        left: 2.5vw;
    }

    #page_trainer .message {
        padding-top: 20vw;
    }

    #page_trainer .message .message_heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        flex-direction: column;
        align-items: flex-start;
    }

    #page_trainer .message .message_heading_en {
        font-size: 10vw;
    }

    #page_trainer .message .message_heading_ja {
        font-size: 4vw;
    }

    #page_trainer .message .message_lead {
        margin-top: 7vw;
        font-size: 7vw;
    }

    #page_trainer .message .message_text {
        margin-top: 5vw;
        font-size: 3.5vw;
    }

    #page_trainer .message .message_wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        grid-template-columns: 1fr;
        align-items: center;
        margin-top: 15vw;
    }

    #page_trainer .message .message_wrapper+.message_wrapper {
        grid-template-columns: 1fr;
        margin-top: 20vw;
    }

    #page_trainer .message .message_wrapper+.message_wrapper .message_img {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: initial;
    }

    #page_trainer .message .message_img {
        width: calc(100% - 2.5vw);
        margin-top: 4vw;
    }

    #page_trainer .message .message_img::before {
        top: 2.5vw;
        left: 2.5vw;
    }

    #page_trainer .message .message_body {
        display: contents;
    }

    #page_trainer .message .message_title_en {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        font-size: 6vw;
    }

    #page_trainer .message .message_title_ja {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        font-size: 3.5vw;
    }

    #page_trainer .message .message_contents {
        margin-top: 6vw;
        font-size: 3.5vw;
    }

    #page_trainer .other {
        padding-top: 20vw;
    }

    #page_trainer .other .other_items {
        grid-template-columns: 1fr;
        row-gap: 8vw;
    }

    #page_trainer .other .other_img {
        aspect-ratio: 5/3;
    }

    #page_trainer .other .other_img img {
        -o-object-position: center top;
        object-position: center top;
    }

    #page_trainer .other .other_name_ja {
        margin-top: 2vw;
        font-size: 4.5vw;
    }

    #page_trainer .other .other_name_en {
        margin-top: 1vw;
        font-size: 3.5vw;
    }

    #page_trainer .other .other_btn {
        margin: 8vw auto 0;
    }

    /* page_about_gym (sp) ------------------------------------------------------------------------------------------------------ */

    #page_about_gym .about .about_wrapper {
        grid-template-columns: 1fr;
    }

    #page_about_gym .about .about_wrapper+.about_wrapper {
        grid-template-columns: 1fr;
        margin-top: 20vw;
    }

    #page_about_gym .about .about_wrapper+.about_wrapper .about_img {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    #page_about_gym .about .about_heading {
        margin-top: 6vw;
        font-size: 6vw;
    }

    #page_about_gym .about .about_text {
        margin-top: 4vw;
        font-size: 3.5vw;
    }

    #page_about_gym .about .about_text+.about_text {
        margin-top: 4vw;
    }

    #page_about_gym .about .about_name {
        margin-top: 4vw;
        font-size: 4vw;
    }

    #page_about_gym .about .about_name span {
        margin-left: 4vw;
        font-size: 5vw;
    }

    #page_about_gym .about .about_img {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        aspect-ratio: 5/4;
        width: calc(100% - 2.5vw);
    }

    #page_about_gym .about .about_img::before {
        top: 2.5vw;
        left: 2.5vw;
    }

    #page_about_gym .about .about_btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        row-gap: 5vw;
        flex-direction: column;
        align-items: center;
        margin-top: 15vw;
    }

    /* page_access (sp) ------------------------------------------------------------------------------------------------------ */

    #page_access .store {
        padding-top: 20vw;
    }

    #page_access .store .store_items {
        margin-top: 8vw;
    }

    #page_access .store .store_item {
        grid-template-columns: 1fr;
        padding: 3vw 0;
    }

    #page_access .store .store_item dt,
    #page_access .store .store_item dd {
        font-size: 4vw;
    }

    #page_access .store .store_item dt {
        padding-left: 0;
        font-weight: 700;
    }

    #page_access .store .store_item dd {
        margin-top: 2vw;
        font-size: 3.5vw;
    }

    #page_access .store .store_map {
        aspect-ratio: 5/4;
        width: 100%;
        margin: 8vw auto 0;
    }

    #page_access .image {
        padding-top: 20vw;
    }

    #page_access .image .image_img {
        margin-top: 4vw;
        aspect-ratio: 5/4;
    }

    #page_access .access {
        padding: 20vw 0;
    }

    #page_access .access .access_items {
        grid-template-columns: 1fr;
        row-gap: 15vw;
        margin-top: 4vw;
    }

    #page_access .access .access_item::after {
        -webkit-transform: translateX(-50%) rotate(90deg);
        top: auto;
        right: auto;
        bottom: -10vw;
        left: 50%;
        width: 5vw;
        transform: translateX(-50%) rotate(90deg);
    }

    #page_access .access .access_img {
        aspect-ratio: 5/4;
    }

    #page_access .access .access_text {
        margin-top: 1vw;
        font-size: 4vw;
    }

    /* page_company (sp) ------------------------------------------------------------------------------------------------------ */

    #page_company .company .company_item {
        grid-template-columns: 1fr;
        padding: 3vw 0;
    }

    #page_company .company .company_item dt,
    #page_company .company .company_item dd {
        font-size: 4vw;
    }

    #page_company .company .company_item dt {
        padding-left: 0;
        font-weight: 700;
    }

    #page_company .company .company_item dd {
        margin-top: 2vw;
        font-size: 3.5vw;
    }

    /* page_price (sp) ------------------------------------------------------------------------------------------------------ */

    #page_price .course .course_wrapper {
        height: auto;
        display: block;
    }

    #page_price .course .course_wrapper + .course_wrapper {
        margin-top: 4vw;
        margin-bottom: 4vw;
    }

    #page_price .course .attention {
        font-size: 3vw;
    }

    #page_price .course .course_wrapper::after {
        bottom: -9vw;
        width: 6vw;
    }

    #page_price .course .course_head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 5vw;
    }

    #page_price .course .course_head span {
        margin-top: 0;
        margin-left: 0;
        font-size: 3vw;
    }

    #page_price .course .course_price {
        font-size: 8.5vw;
    }

    #page_price .course .course_price span {
        margin-top: 2vw;
        margin-left: 1vw;
        font-size: 3.5vw;
    }

    #page_price .course .course_lead {
        -webkit-clip-path: polygon(7% 0, 100% 0, 93% 100%, 0% 100%);
        margin: 10px auto 0;
        padding: 2vw 12vw 2vw 10vw;
        font-size: 4.5vw;
        clip-path: polygon(7% 0, 100% 0, 93% 100%, 0% 100%);
    }

    #page_price .course .course_lists {
        width: 100%;
        padding: 15vw 5vw 7.5vw;
    }

    #page_price .course .course_list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        flex-direction: column;
        align-items: center;
    }

    #page_price .course .course_list:nth-child(1) {
        padding-bottom: 5vw;
    }

    #page_price .course .course_list:nth-child(2) {
        padding-top: 5vw;
    }

    #page_price .course .course_number {
        margin-top: 0;
        padding-bottom: 0.5vw;
        border-bottom: 1px solid #333;
        font-size: 3.8vw;
    }

    #page_price .course .course_number::before {
        width: 5vw;
        margin-top: 0.5vw;
        margin-right: 2vw;
    }

    #page_price .course .course_number span {
        margin-left: 1vw;
        font-size: 6vw;
        line-height: 1;
    }

    #page_price .course .course_message {
        margin-top: 5vw;
        font-size: 3.8vw;
        line-height: 1.2;
        text-align: center;
        white-space: nowrap;
    }

    #page_price .course .course_message span.size {
        font-size: 4.5vw;
    }

    #page_price .course .course_message span.color1 {
        font-size: 8vw;
    }

    #page_price .course .course_message span.color2 {
        font-size: 5.5vw;
    }

    #page_price .course .course_message span.color3 {
        font-size: 5.5vw;
    }

    #page_price .course .course_attention {
        margin-top: 2vw;
        font-size: 3vw;
        text-align: center;
    }

    #page_price .course .course_option {
        margin-top: 12vw;
    }

    #page_price .course .option_heading {
        -webkit-column-gap: 5vw;
        -moz-column-gap: 5vw;
        column-gap: 5vw;
        font-size: 5.5vw;
    }

    #page_price .course .option_heading::before,
    #page_price .course .option_heading::after {
        height: 2px;
    }

    #page_price .course .option_items {
        margin-top: 12vw;
    }

    #page_price .course .option_item {
        grid-template-columns: 1fr;
    }

    #page_price .course .option_head {
        padding: 3vw 0;
        font-size: 4vw;
    }

    #page_price .course .option_text {
        font-size: 9vw;
    }

    #page_price .course .option_text span.size1 {
        margin-top: 1.5vw;
        margin-right: 1vw;
        font-size: 3.8vw;
    }

    #page_price .course .option_text span.size2 {
        margin-top: 1.5vw;
        margin-left: 1vw;
        font-size: 3.5vw;
    }

    #page_price .course .option_lists {
        row-gap: 1vw;
        padding: 5vw;
    }

    #page_price .course .option_list {
        width: 100%;
    }

    #page_price .course .option_list dt {
        font-size: 3.5vw;
    }

    #page_price .course .option_list dd {
        margin-left: auto;
        font-size: 4vw;
    }

    #page_price .course .option_list dd span {
        margin-left: 1vw;
        font-size: 3vw;
    }

    #page_price .course .option_list dd::before {
        width: 4vw;
        margin-right: 4vw;
    }

    #page_price .course .option_list:nth-child(3) dd {
        margin-right: 0;
    }

    #page_price .course .option_item:nth-child(1) .option_attention {
        -webkit-transform: translateX(-50%);
        -webkit-clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
        top: -5vw;
        left: 50%;
        width: 50vw;
        padding: 1vw 2vw 1vw 4vw;
        transform: translateX(-50%);
        font-size: 3.3vw;
        clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    }

    #page_price .course .option_item:nth-child(2) {
        margin-top: 3vw;
    }

    #page_price .course .course_menu {
        margin-top: 15vw;
    }

    #page_price .course .menu_heading {
        font-size: 6vw;
        letter-spacing: 0.05em;
        display: block;
        white-space: normal;
        text-align: center;
        line-height: 1.2;
    }

    #page_price .course .menu_heading::before,
    #page_price .course .menu_heading::after {
        height: 2px;
    }

    #page_price .course .menu_heading::before {
        margin-right: 2.5vw;
    }

    #page_price .course .menu_heading::after {
        margin-left: 2.5vw;
    }

    #page_price .course .menu_heading span {
        -webkit-transform: translateY(0.5vw);
        margin: 0 0.5vw;
        transform: translateY(0.5vw);
    }

    #page_price .course .menu_attention {
        font-size: 3.8vw;
    }

    #page_price .course .menu_items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        row-gap: 2.5vw;
        flex-direction: column;
        margin-top: 5vw;
    }

    #page_price .course .menu_item {
        width: 100%;
    }

    #page_price .course .menu_popular {
        -webkit-transform: initial;
        top: 2vw;
        left: 2vw;
        width: 20vw;
        padding: 1.5vw 0 1vw;
        padding-left: 1vw;
        transform: initial;
        font-size: 3vw;
    }

    #page_price .course .menu_popular span {
        font-size: 5vw;
    }

    #page_price .course .menu_lead {
        height: 11vw;
        font-size: 4vw;
        padding-top: 0.5vw;
    }

    #page_price .course .menu_lead span {
        margin-right: 0.5vw;
        font-size: 8vw;
    }

    #page_price .course .menu_body {
        padding: 4vw 5vw 1vw;
    }

    #page_price .course .menu_text {
        font-size: 3.5vw;
    }

    #page_price .course .menu_price1 {
        font-size: 9vw;
    }

    #page_price .course .menu_price1 span {
        margin-top: 1vw;
        margin-left: 1vw;
        font-size: 3.5vw;
    }

    #page_price .course .menu_inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-column-gap: 4vw;
        -moz-column-gap: 4vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        column-gap: 4vw;
        align-items: center;
        justify-content: center;
        margin-top: 3vw;
        padding-top: 1vw;
    }

    #page_price .course .menu_inner .deadline {
        padding: 1vw;
        font-size: 3.5vw;
        width: 65%;
        margin: 3vw 0;
    }

    #page_price .course .menu_about {
        padding: 1vw;
        font-size: 3.5vw;
    }

    #page_price .course .menu_about::after {
        -webkit-transform: translate(0, -50%);
        -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
        top: 50%;
        right: -1.5vw;
        bottom: auto;
        left: auto;
        aspect-ratio: 6/10;
        width: 1.5vw;
        transform: translate(0, -50%);
        clip-path: polygon(0 0, 0% 100%, 100% 50%);
    }

    #page_price .course .menu_price2 {
        margin-bottom: 2vw;
        font-size: 6.5vw;
    }

    #page_price .course .menu_price2 span.size1 {
        margin-top: 0.5vw;
        margin-right: 1vw;
        font-size: 3.5vw;
    }

    #page_price .course .menu_price2 span.size2 {
        margin-top: 1vw;
        margin-left: 1vw;
        font-size: 3vw;
    }

    #page_price .course .menu_item:nth-child(1) .menu_body {
        padding: 2vw 0;
    }

    #page_price .course .menu_contact {
        margin-top: 2vw;
        font-size: 3vw;
        text-align: left;
    }

    /* page_faq (sp) -------------------------------------------------------------------------------------------------------------------- */

    #page_faq .faq .faq_item {
        padding: 3vw 5vw;
    }

    #page_faq .faq .faq_item dt {
        -webkit-column-gap: 5vw;
        -moz-column-gap: 5vw;
        column-gap: 5vw;
    }

    #page_faq .faq .faq_item dt span {
        font-size: 5vw;
    }

    #page_faq .faq .faq_item dd {
        margin-top: 2vw;
        padding-top: 3vw;
        padding-left: 9vw;
        font-size: 3.3vw;
    }

    #page_faq .faq .faq_item+.faq_item {
        margin-top: 3vw;
    }

    #page_faq .faq .faq_q {
        font-size: 3.5vw;
    }

    /* page_error (sp) ------------------------------------------------------------------------------------------------------ */

    #page_error .error_text {
        font-size: 4vw;
    }

    #page_error .error_btn {
        margin: 8vw auto 0;
    }

    .l-mainContent.l-article .l-mainContent__inner>.post_content {
        margin: 3em 0;
    }
}

@media screen and (min-width: 751px) {
    .pc_tel {
        pointer-events: none;
    }
}

@media (min-width: 1600px) {
    .top_strength::before {
        clip-path: polygon(0 13%, 100% 0%, 100% 87%, 0% 100%);
        top: -5px;
    }
}

@-webkit-keyframes scroll_text {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@keyframes scroll_text {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}