@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: #0B3775;
    --sub-color: #ea6060;
}

body {
    color: #1C1C21;
    font-size: 16px;
    line-height: 1.7;
    font-family: "Zen Maru Gothic", sans-serif;
    -webkit-text-size-adjust: 100%;
    min-width: 1440px;
}

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

a[href $='.pdf'] {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    text-decoration: underline;
    color: #fff;
    line-height: 1.5;
}

a[href $='.pdf']::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 30px;
    height: 38px;
    mask-image: url(/wp-content/themes/swell_child/image/icon/icon_pdf.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    margin-right: 15px;
    background: #fff;
}

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

/* PC固定ページ 共通設定 */

.common_page_wrap {
    padding: 50px 0 80px;
}

.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固定ページ 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;
}


/* 住み好しドットコム ------------------------------------------------------------------------------------------------------ */

.font_gothic {
    font-family: "Zen Maru Gothic", sans-serif;
}

.font_grotesk {
    font-family: "Host Grotesk", sans-serif;
}

main {
    overflow: hidden;
}

html {
    scroll-behavior: smooth;
}

html.active {
    overflow: hidden;
}

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

.font_gothic {
    font-family: "Zen Maru Gothic", sans-serif;
}

.font_grotesk {
    font-family: "Host Grotesk", sans-serif;
}

figure.common_figure {
    margin: 0;
}

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

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

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

body figure {
    margin: 0;
}

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

.common_section {
    padding: 50px 0 80px;
}

#breadcrumbs {
    margin-top: 125px !important;
}

/* common_fv (pc) ------------------------------------------------------------------------------------------------------ */

.common_fv {
    padding-top: 100px;
    background-color: #F1EFE6;
    padding-bottom: 30px;
    position: relative;
}

.common_fv::before {
    position: absolute;
    content: "";
    background-image: url(/wp-content/themes/swell_child/image/common_fv_deco.webp);
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 1440/500;
    width: 100%;
    left: 0;
    bottom: 2px;
    transform: translateY(100%);
    z-index: -10;
}

.common_fv .common_fv_inner {
    padding: 0 50px;
}

.common_fv .common_fv_img {
    width: 100%;
    aspect-ratio: 1350/320;
    border-radius: 30px;
    overflow: hidden;
}

.common_fv .common_fv_title {
    width: 720px;
    margin-left: 50px;
    background-color: #F1EFE6;
    border-radius: 30px;
    padding: 50px;
    margin-top: -100px;
    position: relative;
    z-index: 10;
}

.common_fv .common_fv_title_ja {
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #0B3775;
    text-shadow:
        -2px -2px 0 #fff,
        2px -2px 0 #fff,
        -2px 2px 0 #fff,
        2px 2px 0 #fff,
        0 -2px 0 #fff,
        0 2px 0 #fff,
        -2px 0 0 #fff,
        2px 0 0 #fff;
}

.common_fv .common_fv_title_en {
    color: #8D8D8D;
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
}

.common_fv .common_fv_title_en::first-letter {
    text-transform: uppercase;
}

.common_fv .common_fv_bread_items {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    column-gap: 20px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 100px;
}

.common_fv .common_fv_bread_items span a span {
    color: #8D8D8D;
    text-decoration: underline;
    transition: opacity 0.3s ease 0s;
}

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

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

.wp-pagenavi {
    text-align: center;
    margin-top: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    border: 1px solid #0B3775;
    background-color: transparent;
    color: #0B3775;
    display: inline-block;
    padding: 8px 15px;
    margin: 0 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
}

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

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

/* シングルページの色変更 ------------------------------------------------------------------------------------------------------ */

#main_content .c-postThumb__cat,
#main_content [class*=page-numbers].current,
#main_content [class*=page-numbers]:hover,
#main_content .c-categoryList__link,
#main_content .cap_box_ttl,
#main_content [data-a=fill-main] .faq_a:before,
#main_content [data-q=fill-main] .faq_q:before {
    background-color: #0B3775;
}

#sidebar .c-widget__title.-side::before,
#main_content .post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
    background: #0B3775;
}

#sidebar .widget_categories>ul>.cat-item>a:before,
#sidebar .wp-block-categories-list>li>a:before,
#main_content .c-categoryList,
#main_content .is-style-icon_good:before {
    color: #0B3775;
}

#main_content .post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
    border-top: 2px solid #0B3775;
    border-bottom: 2px solid #0B3775;
}

#main_content .post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
    background: repeating-linear-gradient(90deg, #0B3775 0%, #0B3775 29.3%, rgba(150, 150, 150, .2) 29.3%, rgba(150, 150, 150, .2) 100%);
}

#main_content .p-pnLinks .-next .p-pnLinks__link {
    border-right: 1.25em solid #0B3775;
}

#main_content .p-pnLinks .-prev .p-pnLinks__link {
    border-left: 1.25em solid #0B3775;
}

#main_content .c-secTitle {
    border-left: solid 2px #0B3775;
}

#main_content .is-style-icon_good {
    background: #F7F7F7;
}

#main #areaFavorites .Fav_list_cell .outline {
    border-top: 2px solid #0B3775;
}

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

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

.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: 225px;
    transition: opacity 0.3s ease 0s;
}

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

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

.header .header_items {
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 60px;
    align-items: center;
    padding-top: 15px;
}

.header .header_item {
    position: relative;
    padding-bottom: 10px;
    cursor: pointer;
}

.header .header_item:hover .header_lead_ja {
    color: #0B3775;
}

.header .header_item:hover .header_lead::before {
    opacity: 1;
}

.header .header_lead {
    position: relative;
    text-align: center;
}

.header .header_lead::before {
    -webkit-transform: translateX(-50%);
    -webkit-transition: opacity 0.3s ease 0s;
    position: absolute;
    top: -40px;
    left: 50%;
    aspect-ratio: 1/1;
    width: 17px;
    transform: translateX(-50%);
    border-radius: 50%;
    background-color: #0B3775;
    content: "";
    opacity: 0;
    transition: opacity 0.3s ease 0s;
}

.header .header_lead_ja {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
}

.header .header_lead_en {
    margin-top: 5px;
    color: #8D8D8D;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.05em;
}

.header .header_links {
    -webkit-transform: translate(-50%, 0);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
    -webkit-transition: opacity 0.3s ease 0s;
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 200px;
    padding: 20px;
    transform: translate(-50%, 0);
    background-color: #F1EFE6;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
    transition: opacity 0.3s ease 0s;
    border-radius: 10px;
    border: 5px solid #FFF;
}

.header .header_link {
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}

.header .header_link+.header_link {
    margin-top: 5px;
}

.header .header_link:hover {
    color: #0B3775;
}

.header .header_text {
    font-weight: 700;
    font-size: 18px;
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

.header .header_text:hover {
    color: #0B3775;
}

.header .header_outer {
    padding-left: 10px;
}

.header .header_outer+.header_text {
    margin-top: 20px;
}

.header .header_icon {
    -webkit-transition: opacity 0.3s ease 0s;
    aspect-ratio: 1/1;
    width: 40px;
    margin-left: 60px;
    transition: opacity 0.3s ease 0s;
}

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

/* footer (pc) ------------------------------------------------------------------------------------------------------ */
.footer {
    padding: 120px 0 100px;
    background-color: #F7F6F3;
}

.footer .footer_wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.footer .footer_logo {
    display: block;
    width: 300px;
}

.footer .footer_company {
    margin-top: 12px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.03em;
}

.footer .footer_address {
    font-weight: 500;
    font-size: 14px;
}

.footer .footer_tel {
    display: block;
    margin-top: 20px;
    color: #0B3775;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.05em;
}

.footer .footer_tel span {
    font-size: 30px;
    letter-spacing: 0;
}

.footer .footer_time {
    color: #8D8D8D;
    font-weight: 500;
    font-size: 14px;
}

.footer .footer_insta {
    -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: 20px;
}

.footer .footer_follow {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.05em;
}

.footer .footer_icon {
    aspect-ratio: 1/1;
    width: 40px;
}

.footer .footer_items {
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 100px;
    margin-left: auto;
}

.footer .footer_item+.footer_item {
    margin-top: 40px;
}

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

.footer .footer_text {
    color: #0B3775;
    font-weight: 700;
    font-size: 17px;
}

.footer .footer_links {
    margin-top: 10px;
    padding-left: 20px;
    border-left: 2px solid #DFDFDF;
}

.footer .footer_link {
    -webkit-transition: color 0.3s ease 0s;
    display: block;
    font-weight: 500;
    font-size: 14px;
    transition: color 0.3s ease 0s;
}

.footer .footer_link+.footer_link {
    margin-top: 5px;
}

.footer .footer_link:hover {
    color: #0B3775;
}

.footer .footer_lead {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-top: 10px;
    color: #0B3775;
    font-weight: 700;
    font-size: 16px;
}

.footer .footer_lead::before {
    aspect-ratio: 1/1;
    width: 5px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #0B3775;
    content: "";
}

.footer .footer_wrap+.footer_wrap {
    margin-top: 30px;
}

.footer .footer_bottom {
    margin-top: auto;
}

.footer .footer_other {
    -webkit-transition: opacity 0.3s ease 0s;
    display: block;
    font-weight: 400;
    font-size: 12px;
    transition: opacity 0.3s ease 0s;
}

.footer .footer_other+.footer_other {
    margin-top: 5px;
}

.footer .footer_other:hover {
    opacity: 0.7;
}

.footer .footer_copy {
    margin-top: 20px;
    font-weight: 400;
    font-size: 10px;
}

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

/* page_school_archive (pc) ------------------------------------------------------------------------------------------------------ */
#page_school_archive {
    background-color: #F1EFE6;
}

#page_school_archive .school_container {
    background-color: #FFF;
    padding: 50px;
    border-radius: 30px;
    border: 5px solid #F7F6F3;
    position: relative;
}

#page_school_archive .school_container+.school_container {
    margin-top: 50px;
}

#page_school_archive .school_illust {
    position: absolute;
    width: 300px;
    aspect-ratio: 300/158;
    top: -40px;
    right: 0;
}

#page_school_archive .school_lead_ja {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #024A8A;
    letter-spacing: 0.05em;
}

#page_school_archive .school_lead_en {
    text-align: center;
    color: #8D8D8D;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

#page_school_archive .school_body {
    display: grid;
    grid-template-columns: repeat(3, 32%);
    column-gap: 2%;
    row-gap: 20px;
    margin-top: 20px;
}

#page_school_archive .school_item {
    border: 1px solid #DFDFDF;
    border-radius: 10px;
    padding: 20px;
}

#page_school_archive .school_img {
    aspect-ratio: 5/3;
    border-radius: 10px;
    overflow: hidden;
}

#page_school_archive .school_title {
    color: #024A8A;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    position: relative;
    width: fit-content;
    margin-top: 15px;
}

#page_school_archive .school_title::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #024A8A;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: center left;
    transition: transform 0.3s ease 0s;
}

#page_school_archive .school_address {
    color: #8D8D8D;
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px;
    display: flex;
    align-items: center;
    column-gap: 5px;
}

#page_school_archive .school_address::before {
    content: "";
    background-image: url(/wp-content/themes/swell_child/image/top_common_address.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    aspect-ratio: 1/1;
}

#page_school_archive .school_item:hover {
    background-color: #F7F6F3;
}

#page_school_archive .school_item:hover .school_title::after {
    transform: scaleX(1);
}

#page_school_archive .school_text {
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-size: 14px;
}

/* page_school_single (pc) ------------------------------------------------------------------------------------------------------ */
#page_school_single .fv {
    margin-top: 100px;
    background-color: #F1EFE6;
    padding-bottom: 30px;
}

#page_school_single .fv .fv_inner {
    padding: 0 50px;
}

#page_school_single .fv .fv_img {
    width: 100%;
    aspect-ratio: 1350/320;
    border-radius: 30px;
    overflow: hidden;
}

#page_school_single .fv .fv_container {
    width: 720px;
    margin-left: 50px;
    background-color: #F1EFE6;
    border-radius: 30px;
    padding: 50px;
    margin-top: -100px;
    position: relative;
    z-index: 10;
}

#page_school_single .fv .fv_title_ja {
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #0B3775;
    text-shadow:
        -2px -2px 0 #fff,
        2px -2px 0 #fff,
        -2px 2px 0 #fff,
        2px 2px 0 #fff,
        0 -2px 0 #fff,
        0 2px 0 #fff,
        -2px 0 0 #fff,
        2px 0 0 #fff;
}

#page_school_single .fv .fv_title_en {
    color: #8D8D8D;
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
}

#page_school_single .fv .fv_items {
    display: flex;
    align-items: center;
    column-gap: 28px;
    margin-top: 30px;
}

#page_school_single .fv .fv_item {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.03em;
    display: flex;
    align-items: center;
    transition: opacity 0.3s ease 0s;
    cursor: pointer;
}

#page_school_single .fv .fv_item:hover {
    opacity: 0.7;
}

#page_school_single .fv .fv_item::after {
    content: "";
    transform: rotate(90deg);
    background-image: url(/wp-content/themes/swell_child/image/top_common_arrow_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 12px;
    width: 24px;
    aspect-ratio: 1/1;
}

#page_school_single .fv .fv_bread_items {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    column-gap: 20px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 100px;
}

#page_school_single .fv .fv_bread_items span a span {
    color: #8D8D8D;
    text-decoration: underline;
    transition: opacity 0.3s ease 0s;
}

#page_school_single .fv .fv_bread_items span a span:hover {
    opacity: 0.7;
}

#page_school_single .about {
    padding: 100px 0 150px;
    background-color: #F7F6F3;
    position: relative;
    z-index: 0;
}

#page_school_single .about::before,
#page_school_single .about::after {
    content: "";
    position: absolute;
    background-size: contain;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: -10;
}

#page_school_single .about::before {
    background-image: url(/wp-content/themes/swell_child/image/school_deco1.webp);
    top: 0;
    aspect-ratio: 1440/500;
    opacity: 0.6;
}

#page_school_single .about::after {
    background-image: url(/wp-content/themes/swell_child/image/school_deco2.webp);
    bottom: -2px;
    aspect-ratio: 1440/50;
}

#page_school_single .about .about_wrapper {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 500px;
    column-gap: 80px;
}

#page_school_single .about .about_title {
    font-size: 32px;
    font-weight: 700;
    color: #0B3775;
    letter-spacing: 0.05em;
}

#page_school_single .about .about_text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.03em;
    margin-top: 30px;
}

#page_school_single .about .about_img {
    aspect-ratio: 500/480;
    overflow: hidden;
    border-radius: 20px;
    border: 8px solid #FFF;
}

#page_school_single .feature {
    padding: 130px 0 200px;
    position: relative;
    background-color: #FFF;
}

#page_school_single .feature::before {
    position: absolute;
    content: "";
    background-image: url(/wp-content/themes/swell_child/image/school_deco3.webp);
    background-size: contain;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    aspect-ratio: 1440/132;
    width: 100%;
}

#page_school_single .feature_title {
    width: fit-content;
    margin: 0 auto;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #0B3775;
    position: relative;
}

#page_school_single .feature_title::before,
#page_school_single .feature_title::after {
    position: absolute;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
}

#page_school_single .feature_title::before {
    background-image: url(/wp-content/themes/swell_child/image/school_illust1.svg);
    width: 90px;
    aspect-ratio: 90/64;
    bottom: 10px;
    left: -120px;
}

#page_school_single .feature_title::after {
    background-image: url(/wp-content/themes/swell_child/image/school_illust2.svg);
    width: 56px;
    aspect-ratio: 56/81;
    right: -80px;
    top: -40px;
}

#page_school_single .feature .feature_items {
    display: grid;
    grid-template-columns: repeat(3, 360px);
    column-gap: 30px;
    margin-top: 70px;
}

#page_school_single .feature .feature_item {
    border: solid 5px #F7F6F3;
    border-radius: 20px;
    padding: 50px 35px;
    position: relative;
    background-color: #FFF;
}

#page_school_single .feature .feature_illust {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#page_school_single .feature .feature_item:nth-child(1) .feature_illust {
    width: 100px;
    aspect-ratio: 100/70;
    top: -35px;
}

#page_school_single .feature .feature_item:nth-child(2) .feature_illust {
    width: 100px;
    aspect-ratio: 100/76;
    top: -45px;
}

#page_school_single .feature .feature_item:nth-child(3) .feature_illust {
    width: 75px;
    aspect-ratio: 75/80;
    top: -50px;
}

#page_school_single .feature .feature_number {
    color: #8D8D8D;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 700;
}

#page_school_single .feature .feature_lead {
    font-size: 20px;
    color: #0B3775;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.05em;
    border-bottom: 2px dashed #DFDFDF;
    padding-bottom: 20px;
}

#page_school_single .feature .feature_img {
    aspect-ratio: 290/194;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 25px;
}

#page_school_single .feature .feature_text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.03em;
    margin-top: 20px;
}

#page_school_single .club {
    background-color: #F7F6F3;
    padding: 100px 0;
}

#page_school_single .club .club_title {
    width: fit-content;
    margin: 0 auto;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #0B3775;
    position: relative;
}

#page_school_single .club .club_title::before,
#page_school_single .club .club_title::after {
    position: absolute;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
}

#page_school_single .club .club_title::before {
    background-image: url(/wp-content/themes/swell_child/image/school_illust3.svg);
    width: 100px;
    aspect-ratio: 100/42;
    bottom: 10px;
    left: -120px;
}

#page_school_single .club .club_title::after {
    background-image: url(/wp-content/themes/swell_child/image/school_illust4.svg);
    width: 56px;
    aspect-ratio: 56/32;
    right: -70px;
    top: -10px;
}

#page_school_single .club .club_items {
    display: grid;
    grid-template-columns: repeat(3, 360px);
    margin-top: 40px;
    column-gap: 30px;
}

#page_school_single .club .club_img {
    aspect-ratio: 360/230;
    border: 8px solid #FFF;
    border-radius: 20px;
    overflow: hidden;
}

#page_school_single .club .club_number {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #8D8D8D;
    text-align: center;
    margin-top: 15px;
}

#page_school_single .club .club_lead {
    color: #0B3775;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding-bottom: 15px;
    border-bottom: 2px dashed #DFDFDF;
    text-align: center;
}

#page_school_single .club .club_text {
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
}

#page_school_single .search {
    padding: 130px 0 110px;
    position: relative;
    z-index: 0;
}

#page_school_single .search::before,
#page_school_single .search::after {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: -10;
    aspect-ratio: 1440/236;
}

#page_school_single .search::before {
    background-image: url(/wp-content/themes/swell_child/image/school_deco5.webp);
    top: 0;
}

#page_school_single .search::after {
    background-image: url(/wp-content/themes/swell_child/image/school_deco4.webp);
    bottom: 0;
}

#page_school_single .search .search_title {
    width: fit-content;
    margin: 0 auto;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #0B3775;
    position: relative;
}

#page_school_single .search .search_title::before,
#page_school_single .search .search_title::after {
    position: absolute;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
}

#page_school_single .search .search_title::before {
    background-image: url(/wp-content/themes/swell_child/image/school_illust5.svg);
    width: 60px;
    aspect-ratio: 35/50;
    bottom: 10px;
    left: -70px;
}

#page_school_single .search .search_title::after {
    background-image: url(/wp-content/themes/swell_child/image/school_illust6.svg);
    width: 80px;
    aspect-ratio: 80/65;
    right: -110px;
    top: 10px;
}

#page_school_single .search .search_btns {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}

#page_school_single .search .search_btn {
    width: 380px;
    aspect-ratio: 380/70;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    letter-spacing: 0.03em;
    transition: opacity 0.3s ease 0s;
}

#page_school_single .search .search_btn:hover {
    opacity: 0.7;
}

#page_school_single .search .search_btn:nth-child(1) {
    background-color: #0B3775;
}

#page_school_single .search .search_btn:nth-child(2) {
    background-color: #8D8D8D;
}

#page_school_single .search .search_container {
    border: 5px solid #F7F6F3;
    border-radius: 20px;
    padding: 60px 80px;
    margin-top: 50px;
    background-color: #FFF;
}

#page_school_single .search .search_outer {
    display: grid;
    grid-template-columns: 65px 1fr;
    align-items: center;
    column-gap: 80px;
}

#page_school_single .search .search_outer .search_text {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

#page_school_single .search .search_checks {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 40px;
}

#page_school_single .search .search_check {
    width: 160px;
}

#page_school_single .search .search_checks.width .search_check {
    width: 190px;
}

#page_school_single .search [type="checkbox"] {
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

#page_school_single .search .search_check span {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.03em;
}

#page_school_single .search [type="checkbox"]+span.out {
    position: relative;
    padding-left: 33px;
    z-index: 0;
}

#page_school_single .search [type="checkbox"]+span.out::before {
    position: absolute;
    content: "";
    width: 20px;
    aspect-ratio: 1/1;
    border: 1px solid #DFDFDF;
    left: 5px;
    top: calc(50% + 1px);
    transform: translateY(-50%);
    z-index: 10;
    transition: background 0.3s ease 0s;
}

#page_school_single .search [type="checkbox"]:checked+span.out::before {
    background-color: #0B3775;
}

#page_school_single .search [type="checkbox"]+span.out::after {
    position: absolute;
    content: "";
    width: 7px;
    aspect-ratio: 1/2;
    border: 3px solid #FFF;
    border-top: none;
    border-left: none;
    border-radius: 2px;
    top: 6px;
    left: 12px;
    z-index: 10;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.3s ease 0s;
}

#page_school_single .search [type="checkbox"]:checked+span.out::after {
    opacity: 1;
}

#page_school_single .search [type="checkbox"]+span.out span.in {
    position: relative;
    z-index: 0;
}

#page_school_single .search [type="checkbox"]+span.out span.in::before {
    position: absolute;
    content: "";
    width: 160px;
    height: 30px;
    background-color: #F7F6F3;
    left: -33px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -10;
    opacity: 0;
    transition: opacity 0.3s ease 0s;
}

#page_school_single .search [type="checkbox"]:checked+span.out span.in::before {
    opacity: 1;
}

#page_school_single .search [type="submit"] {
    background-color: #D6BD3C;
    width: 320px;
    aspect-ratio: 320/70;
    margin: 45px auto 0;
    display: block;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #FFF;
    text-align: center;
    transition: opacity 0.3s ease 0s;
}

#page_school_single .search [type="submit"]:hover {
    opacity: 0.7;
}

/* page_shop_archive (pc) ------------------------------------------------------------------------------------------------------ */
#page_shop_archive .shop_items {
    display: grid;
    grid-template-columns: repeat(2, 49%);
    column-gap: 2%;
    row-gap: 20px;
}

#page_shop_archive .shop_item {
    border: 5px solid #F1EFE6;
    border-radius: 10px;
    padding: 30px;
    background-color: #FFF;
}

#page_shop_archive .shop_title {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #0B3775;
}

#page_shop_archive .shop_outer {
    display: flex;
    column-gap: 4%;
    justify-content: center;
    margin-top: 20px;
}

#page_shop_archive .shop_img {
    width: 48%;
    border-radius: 5px;
    overflow: hidden;
    aspect-ratio: 10/7;
}

#page_shop_archive .shop_text {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

#page_shop_archive .shop_wrapper {
    display: flex;
    column-gap: 4%;
    justify-content: center;
    margin-top: 30px;
}

#page_shop_archive .shop_line,
#page_shop_archive .shop_tel {
    background-color: #06C755;
    aspect-ratio: 5/1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    width: 48%;
    border-radius: 5px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.05em;
}

#page_shop_archive .shop_line {
    background-color: #06C755;
    position: relative;
    transition: opacity 0.3s ease 0s;
}

#page_shop_archive .shop_line:hover {
    opacity: 0.7;
}

#page_shop_archive .shop_line::before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/swell_child/image/common_icon_line.svg);
    background-size: contain;
    width: 40px;
    aspect-ratio: 1/1;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}

#page_shop_archive .shop_tel {
    background-color: #D6BD3C;
}

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

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

#page_company .company_item dt {
    padding-left: 10px;
    font-weight: 700;
    font-size: 16px;
}

#page_company .company_item dd {
    font-weight: 500;
    font-size: 16px;
    color: #1C1C21;
}

#page_company .company_item dd a {
    color: #1C1C21;
}

#page_company .company_map {
    aspect-ratio: 2/1;
    max-width: 800px;
    margin: 50px auto 0;
    overflow: hidden;
    border-radius: 6px;
}

#page_company .company_map iframe {
    width: 100%;
    height: 100%;
}

/* top_fv (pc) --------------------------------------------------------------------------------------------------- */
.top_fv {
    position: relative;
    margin-top: 100px;
    padding-bottom: 20px;
    background-color: #F1EFE6;
}

.top_fv .swiper-slide {
    width: 600px;
    height: 600px;
    border-radius: 50px;
    overflow: hidden;
}

.top_fv .swiper-wrapper {
    transition-timing-function: linear;
}

.top_fv .fv_contents {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.top_fv .fv_deco1 {
    position: absolute;
    width: 180px;
    aspect-ratio: 180/192;
    bottom: 0;
    left: 40px;
}

.top_fv .fv_deco2 {
    position: absolute;
    width: 184px;
    aspect-ratio: 184/178;
    bottom: 0;
    right: 50px;
    z-index: 10;
}

.top_fv .fv_text {
    position: absolute;
    width: 275px;
    aspect-ratio: 275/620;
    top: 0;
    right: 130px;
}

/* top_search (pc) --------------------------------------------------------------------------------------------------- */
.top_search {
    padding-top: 140px;
    position: relative;
    background-color: #F7F6F3;
    z-index: 0;
}

.top_search::before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/swell_child/image/top_search_bg.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 1440/1211;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -10;
}

.top_search .wrap {
    width: 1340px;
}

.top_search .search_wrapper {
    display: grid;
    grid-template-columns: 165px 1140px;
    column-gap: 35px;
}

.top_search .search_head {
    aspect-ratio: 165/620;
    background-color: #FFF;
    border: 10px solid #0B3775;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-top: 55px;
}

.top_search .search_heading span.normal {
    color: #1C1C21;
}

.top_search .search_outer {
    border-bottom: 2px dashed #DFDFDF;
    width: 105px;
    padding-bottom: 25px;
}

.top_search .search_icon {
    width: 70px;
    aspect-ratio: 1/1;
    margin: 0 auto;
}

.top_search .search_lead {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #0B3775;
}

.top_search .search_heading {
    writing-mode: vertical-lr;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.11em;
    margin-top: 55px;
}

.top_search .search_heading span {
    color: #0B3775;
}

.top_search .search_head .search_head_anima_item {
    position: absolute;
    background-image: url(/wp-content/themes/swell_child/image/top_search_icon2.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 180px;
    aspect-ratio: 180/142;
    bottom: -50px;
    right: 5px;
}

.top_search .search_tabs {
    display: grid;
    grid-template-columns: repeat(2, 272px);
    column-gap: 10px;
}

.top_search .search_tab {
    background-color: #0B3775;
    aspect-ratio: 272/80;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    border-radius: 20px 20px 0 0;
    border: solid 5px #FFF;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding-top: 10px;
    cursor: pointer;
}

.top_search .search_tab span {
    line-height: 2.1;
    display: flex;
    align-items: center;
    background-image: radial-gradient(circle at center, #FFF 25%, transparent 25%);
    background-position: 65% 0;
    background-repeat: repeat-x;
    background-size: 1.03em 0.3em;
}

.top_search .search_tab.current {
    background-color: #FFF;
    color: #1C1C21;
}

.top_search .search_tab.current span {
    color: #0B3775;
    background-image: radial-gradient(circle at center, #0B3775 25%, transparent 25%);
}

.top_search .search_container {
    background-color: #FFF;
    border-radius: 0 20px 20px 20px;
}

.top_search .search_contents {
    height: 545px;
    padding: 60px 80px;
    overflow-y: scroll;
    display: none;
}

.top_search .search_contents::-webkit-scrollbar {
    display: none;
}

.top_search .search_contents.current {
    display: block;
}

.top_search .search_item {
    display: grid;
    grid-template-columns: 85px 1fr;
    align-items: center;
    column-gap: 50px;
    border-bottom: 2px dashed #DFDFDF;
    padding: 35px 0;
}

.top_search .search_item:first-child {
    padding-top: 0;
}

.top_search .search_inner {
    display: flex;
    align-items: center;
    padding: 35px 0;
    border-bottom: 2px dashed #DFDFDF;
    column-gap: 60px;
}

.top_search .search_inner .search_item {
    padding: 0;
    border-bottom: none;
}

.top_search .search_title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

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

.top_search .search_text {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.top_search .search_wrap {
    display: flex;
    align-items: center;
    column-gap: 7px;
}

.top_search .search_wrap span {
    font-size: 18px;
    font-weight: 700;
}

.top_search .search_checks {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 20px;
}

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

.top_search .search_check {
    width: 160px;
}

.top_search .search_checks.width .search_check {
    width: 190px;
}

.top_search [type="checkbox"] {
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.top_search .search_check span {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.03em;
}

.top_search [type="checkbox"]+span.out {
    position: relative;
    padding-left: 33px;
    z-index: 0;
}

.top_search [type="checkbox"]+span.out::before {
    position: absolute;
    content: "";
    width: 20px;
    aspect-ratio: 1/1;
    border: 1px solid #DFDFDF;
    left: 5px;
    top: calc(50% + 1px);
    transform: translateY(-50%);
    z-index: 10;
    transition: background 0.3s ease 0s;
}

.top_search [type="checkbox"]:checked+span.out::before {
    background-color: #0B3775;
}

.top_search [type="checkbox"]+span.out::after {
    position: absolute;
    content: "";
    width: 7px;
    aspect-ratio: 1/2;
    border: 3px solid #FFF;
    border-top: none;
    border-left: none;
    border-radius: 2px;
    top: 6px;
    left: 12px;
    z-index: 10;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.3s ease 0s;
}

.top_search [type="checkbox"]:checked+span.out::after {
    opacity: 1;
}

.top_search [type="checkbox"]+span.out span.in {
    position: relative;
    z-index: 0;
}

.top_search [type="checkbox"]+span.out span.in::before {
    position: absolute;
    content: "";
    width: 160px;
    height: 30px;
    background-color: #F7F6F3;
    left: -33px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -10;
    opacity: 0;
    transition: opacity 0.3s ease 0s;
}

.top_search [type="checkbox"]:checked+span.out span.in::before {
    opacity: 1;
}

.top_search select {
    width: 150px;
    border: 1px solid #DFDFDF;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 500;
    padding: 3px 0 3px 13px;
    cursor: pointer;
    background-image: url(/wp-content/themes/swell_child/image/top_search_select.svg);
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: 130px 10px;
}

.top_search [type="submit"],
.top_search [type="button"] {
    background-color: #D6BD3C;
    width: 320px;
    aspect-ratio: 320/70;
    margin: 45px auto 0;
    display: block;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #FFF;
    text-align: center;
    transition: opacity 0.3s ease 0s;
}

.top_search [type="submit"]:hover,
.top_search [type="button"]:hover {
    opacity: 0.7;
}

.top_search .swiper {
    margin-top: 80px;
    padding-bottom: 10px;
}

.top_search .swiper-wrapper {
    transition-timing-function: linear;
}

.top_search .swiper-slide img {
    border-radius: 20px;
    overflow: hidden;
    border: solid 8px #FFF;
    position: relative;
    width: 100%;
}

.top_search .swiper-slide::before,
.top_search .swiper-slide::after {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
}

.top_search .swiper-slide.slide1 {
    margin-top: 70px;
    width: 350px;
    height: 280px;
}

.top_search .swiper-slide.slide1::before {
    background-image: url(/wp-content/themes/swell_child/image/top_search_illust1.svg);
    width: 115px;
    aspect-ratio: 115/88;
    left: -5px;
    bottom: 0;
}

.top_search .swiper-slide.slide1 img {
    height: 230px;
}

.top_search .swiper-slide.slide2 {
    margin-top: 120px;
    width: 260px;
    height: 230px;
}

.top_search .swiper-slide.slide2::before {
    background-image: url(/wp-content/themes/swell_child/image/top_search_illust2.svg);
    width: 51px;
    aspect-ratio: 51/113;
    left: -20px;
    top: 0;
}

.top_search .swiper-slide.slide2::after {
    background-image: url(/wp-content/themes/swell_child/image/top_search_illust3.svg);
    width: 115px;
    aspect-ratio: 115/88;
    right: -50px;
    bottom: -50px;
}

.top_search .swiper-slide.slide2 img {
    height: 170px;
    margin-top: 60px;
}

.top_search .swiper-slide.slide3 {
    margin-top: 120px;
    width: 260px;
    aspect-ratio: 260/170;
}

.top_search .swiper-slide.slide4 {
    width: 230px;
    height: 365px;
}

.top_search .swiper-slide.slide4 img {
    height: 350px;
    margin-top: 15px;
}

.top_search .swiper-slide.slide4::before {
    background-image: url(/wp-content/themes/swell_child/image/top_search_illust4.svg);
    width: 60px;
    aspect-ratio: 1/1;
    left: -20px;
    top: 0;
}

.top_search .swiper-slide.slide4::after {
    background-image: url(/wp-content/themes/swell_child/image/top_search_illust5.svg);
    width: 45px;
    aspect-ratio: 1/1;
    right: -30px;
    bottom: 0;
}

.top_search .swiper-slide.slide5 {
    margin-top: 30px;
    width: 350px;
    aspect-ratio: 350/230;
}

/* top_school (pc) --------------------------------------------------------------------------------------------------- */
.top_school {
    padding-top: 100px;
    padding-bottom: 170px;
    background-color: #F1EFE6;
    position: relative;
    z-index: 10;
}

.top_school::before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/swell_child/image/top_school_deco.webp);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    aspect-ratio: 2200/100;
}

.top_school .wrap {
    width: 1240px;
}

.top_school .school_heading {
    width: 686px;
    margin: 0 auto;
}

.top_school .school_container {
    background-color: #FFF;
    margin-top: 30px;
    padding: 50px 100px 50px 50px;
    border-radius: 30px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 740px;
    column-gap: 50px;
    border: 5px solid #F7F6F3;
}

.top_school .school_container+.school_container {
    position: relative;
}

.top_school .school_container+.school_container::before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/swell_child/image/top_school_img3.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 379px;
    aspect-ratio: 379/197;
    right: -120px;
    bottom: -170px;
}

.top_school .school_img {
    width: 300px;
    aspect-ratio: 300/158;
}

.top_school .school_lead_ja {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #024A8A;
    margin-top: 10px;
    letter-spacing: 0.05em;
}

.top_school .school_lead_en {
    text-align: center;
    color: #8D8D8D;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.top_school .school_link {
    color: #024A8A;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
}

.top_school .school_link::after {
    content: "";
    background-image: url(/wp-content/themes/swell_child/image/top_common_arrow_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    aspect-ratio: 1/1;
    transition: transform 0.3s ease 0s;
}

.top_school .school_link:hover::after {
    transform: scale(1.2)
}

.top_school .school_body {
    display: grid;
    grid-template-columns: repeat(2, 365px);
    gap: 20px 10px;
}

.top_school .school_item {
    border: 1px solid #DFDFDF;
    aspect-ratio: 365/100;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 35px;
    position: relative;
    transition: background 0.3s ease 0s;
}

.top_school .school_item::before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/swell_child/image/top_common_arrow_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    aspect-ratio: 1/1;
    right: 25px;
}

.top_school .school_title {
    color: #024A8A;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    position: relative;
    width: fit-content;
}

.top_school .school_title::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #024A8A;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: center left;
    transition: transform 0.3s ease 0s;
}

.top_school .school_address {
    color: #8D8D8D;
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px;
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.top_school .school_address::before {
    content: "";
    background-image: url(/wp-content/themes/swell_child/image/top_common_address.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    aspect-ratio: 1/1;
}

.top_school .school_item:hover {
    background-color: #F7F6F3;
}

.top_school .school_item:hover .school_title::after {
    transform: scaleX(1);
}

/* top_info (pc) --------------------------------------------------------------------------------------------------- */
.top_info {
    padding-top: 100px;
    padding-bottom: 140px;
}

.top_info .info_heading {
    width: fit-content;
    margin: 0 auto;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #0B3775;
    position: relative;
}

.top_info .info_heading::before,
.top_info .info_heading::after {
    position: absolute;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
}

.top_info .info_heading::before {
    background-image: url(/wp-content/themes/swell_child/image/top_info_illust1.svg);
    width: 100px;
    aspect-ratio: 100/42;
    bottom: 10px;
    left: -120px;
}

.top_info .info_heading::after {
    background-image: url(/wp-content/themes/swell_child/image/top_info_illust2.svg);
    width: 56px;
    aspect-ratio: 56/32;
    right: -70px;
    top: -10px;
}

.top_info .info_text {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.03em;
    margin-top: 30px;
    color: #8D8D8D;
}

.top_info .info_items {
    display: grid;
    grid-template-columns: repeat(3, 360px);
    column-gap: 30px;
    margin-top: 70px;
    position: relative;
}

.top_info .info_items::before {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/swell_child/image/top_info_deco.webp);
    width: 712px;
    aspect-ratio: 712/757;
    right: -580px;
    bottom: -200px;
}

.top_info .info_item {
    border: solid 5px #F7F6F3;
    border-radius: 20px;
    padding: 50px 35px;
    position: relative;
    background-color: #FFF;
}

.top_info .info_deco {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    animation: pulse 1s ease-in-out 1;
}

.top_info .info_item:nth-child(1) .info_deco {
    width: 100px;
    aspect-ratio: 100/70;
    top: -35px;
}

.top_info .info_item:nth-child(2) .info_deco {
    width: 100px;
    aspect-ratio: 100/60;
    top: -28px;
}

.top_info .info_item:nth-child(3) .info_deco {
    width: 110px;
    aspect-ratio: 110/70;
    top: -40px;
}

@keyframes pulse {
    0% {
        scale: 1;
    }

    50% {
        scale: 1.15;
    }

    100% {
        scale: 1;
    }
}

.top_info .info_lead {
    border-bottom: 1px dashed #DFDFDF;
    padding-bottom: 20px;
}

.top_info .info_lead_ja {
    color: #0B3775;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.top_info .info_lead_en {
    color: #8D8D8D;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
}

.top_info .info_lists {
    margin-top: 30px;
}

.top_info .info_list {
    display: grid;
    grid-template-columns: 80px 1fr;
    column-gap: 15px;
    align-items: center;
}

.top_info .info_list:hover .info_title {
    color: #0B3775;
}

.top_info .info_list:hover .info_img img {
    transform: scale(1.1);
}

.top_info .info_list+.info_list {
    margin-top: 10px;
}

.top_info .info_img {
    aspect-ratio: 80/60;
    border-radius: 5px;
    overflow: hidden;
}

.top_info .info_img img {
    transition: transform 0.3s ease 0s;
}


.top_info .info_body {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.top_info .info_body::after {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/swell_child/image/top_common_arrow_blue.svg);
    width: 24px;
    aspect-ratio: 1/1;
    flex-shrink: 0;
}

.top_info .info_title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #1C1C21;
    transition: color 0.3s ease 0s;
}

.top_info .info_btn {
    background-color: #D6BD3C;
    width: 240px;
    aspect-ratio: 240/50;
    margin: 25px auto 0;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    border-radius: 50px;
    font-size: 18px;
    letter-spacing: 0.03em;
    font-weight: 700;
    transition: opacity 0.3s ease 0s;
}

.top_info .info_btn:hover {
    opacity: 0.7;
}

/* top_contact (pc) --------------------------------------------------------------------------------------------------- */
.top_contact {
    padding-bottom: 80px;
    position: relative;
}

.top_contact::before {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/swell_child/image/top_contact_deco.webp);
    bottom: 0;
    width: 100%;
    aspect-ratio: 1440/236;
    z-index: -10;
}

.top_contact .wrap {
    width: 1340px;
}

.top_contact .contact_container {
    height: 575px;
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease 0s;
}

.top_contact .contact_container:hover {
    transform: translateY(-10px);
}

.top_contact .contact_container::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-size: cover;
    background-image: url(/wp-content/themes/swell_child/image/top_contact_bg.webp);
    z-index: -10;
}

.top_contact .contact_items {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-top: 80px;
}

.top_contact .contact_item {
    background-color: #0B3775;
    color: #FFF;
    font-weight: 900;
    font-size: 15px;
    letter-spacing: 0.1em;
    padding: 2px 10px;
    border-radius: 2px;
}

.top_contact .contact_heading {
    font-weight: 900;
    color: #0B3775;
    font-size: 68px;
    line-height: 1;
    margin-top: 15px;
}

.top_contact .contact_text {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-align: center;
    margin-top: 20px;
}

.top_contact .contact_btn {
    width: 320px;
    aspect-ratio: 320/60;
    background-color: #D6BD3C;
    margin-top: 25px;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #FFF;
}

ul#sitemap_list li {
    margin: 10px 25px 0;
}

ul#sitemap_list {
    background: transparent;
}

@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;
        line-height: 1.5;
        padding-top: 0;
        min-width: initial;
    }

    /* SP固定ページ 共通設定 */
    .common_page_wrap {
        padding: 10vw 0 20vw;
    }

    .reserve_text {
        font-size: 6vw;
    }

    /* パンくず */
    .breadcrumb {
        font-size: 2.5vw;
    }

    /* 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;
    }

    .common_section {
        padding: 10vw 0;
    }

    /* common_fv (sp) ------------------------------------------------------------------------------------------------------ */

    .common_fv {
        padding-top: 80px;
        padding-bottom: 6vw;
    }

    .common_fv .common_fv_inner {
        padding: 0 2.5vw;
        display: flex;
        flex-direction: column;
    }

    .common_fv .common_fv_img {
        aspect-ratio: 370/180;
        border-radius: 4vw;
    }

    .common_fv .common_fv_title {
        order: 1;
        width: 100%;
        margin-left: 0;
        border-radius: 0;
        padding: 0 2.5vw;
        margin-top: 10vw;
    }

    .common_fv .common_fv_title_ja {
        font-size: 7vw;
    }

    .common_fv .common_fv_title_en {
        font-size: 3.5vw;
        margin-top: 2vw;
    }

    .common_fv .common_fv_bread_items {
        column-gap: 3vw;
        font-size: 3vw;
        margin: 2vw 0 0 2.5vw;
        justify-content: flex-start;
    }

    .common_fv .common_fv_bread_items span a span:hover {
        opacity: 1;
    }

    /* header (sp) ------------------------------------------------------------------------------------------------------ */
    .header {
        min-width: initial;
        height: 60px;
        padding: 0 2.5vw;
        position: fixed;
    }

    .header .header_logo {
        width: 180px;
    }

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

    .header .header_nav {
        display: none;
    }

    .header .header_menu {
        position: relative;
        aspect-ratio: 1/1;
        width: 40px;
        margin-left: auto;
        border-radius: 3px;
        background-color: #0B3775;
    }

    .header .header_menu span {
        -webkit-transform: translateX(-50%);
        -webkit-transition: -webkit-transform 0.3s ease 0s;
        position: absolute;
        left: 50%;
        width: 18px;
        height: 2px;
        transform: translateX(-50%);
        border-radius: 20px;
        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_menu span:nth-child(1) {
        top: 12px;
    }

    .header .header_menu span:nth-child(2) {
        top: 19px;
    }

    .header .header_menu span:nth-child(3) {
        top: 26px;
    }

    .header .header_menu.active span:nth-child(1) {
        -webkit-transform: translateX(-50%) rotate(135deg);
        top: 19px;
        transform: translateX(-50%) rotate(135deg);
    }

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

    .header .header_menu.active span:nth-child(3) {
        -webkit-transform: translateX(-50%) rotate(-135deg);
        top: 19px;
        transform: translateX(-50%) rotate(-135deg);
    }

    /* drawer (sp) ------------------------------------------------------------------------------------------------------ */
    .drawer {
        -webkit-transition: opacity 0.3s ease 0s;
        visibility: hidden;
        z-index: 15;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100dvh;
        height: 100vh;
        padding: calc(60px + 10vw) 0 5vw;
        overflow: scroll;
        background-color: #F1EFE6;
        opacity: 0;
        transition: opacity 0.3s ease 0s;
    }

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

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

    .drawer .drawer_item {
        padding: 4vw 0;
        border-bottom: 2px solid #DFDFDF;
        cursor: pointer;
    }
    
    .drawer .single_item {
        border-bottom: 2px solid #DFDFDF;
        cursor: pointer;
        padding: 4vw 0;
    }
    
    .drawer .single_item a{
        align-items: center;
        color: #0B3775;
        font-weight: 700;
        font-size: 4.2vw;
        position: relative ;
        column-gap: 3vw;
        display: flex ;
        width: 100%;
        justify-content: space-between ;
    }
    
    .drawer .single_item a::after {
        content: "";
        background-image: url(/wp-content/themes/swell_child/image/top_common_arrow_blue.svg);
        background-size: contain;
        background-repeat: no-repeat;
        aspect-ratio: 1/1;
        transition: transform 0.3s ease 0s;
        aspect-ratio: 1/1;
        width: 5vw;
    }

    .drawer .drawer_text {
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        color: #0B3775;
        font-weight: 700;
        font-size: 4.2vw;
    }

    .drawer .drawer_text::after {
        -webkit-transition: -webkit-transform 0.3s ease 0s;
        -webkit-transform: rotate(90deg);
        aspect-ratio: 1/1;
        width: 5vw;
        margin-left: auto;
        transform: rotate(90deg);
        background-image: url(/wp-content/themes/swell_child/image/top_common_arrow_blue.svg);
        background-size: contain;
        background-repeat: no-repeat;
        content: "";
        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;
    }

    .drawer .drawer_text.active::after {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .drawer .drawer_inner {
        display: none;
    }

    .drawer .drawer_links {
        display: grid;
        grid-template-columns: repeat(2, 50%);
        row-gap: 2vw;
        margin-top: 3vw;
    }

    .drawer .drawer_link {
        display: block;
        font-weight: 500;
        font-size: 3.5vw;
    }

    .drawer .drawer_lead {
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        margin-top: 4vw;
        color: #0B3775;
        font-weight: 700;
        font-size: 4vw;
    }

    .drawer .drawer_lead::before {
        aspect-ratio: 1/1;
        width: 5px;
        margin-right: 2vw;
        border-radius: 50%;
        background-color: #0B3775;
        content: "";
    }

    .drawer .drawer_wrap:first-child {
        padding-bottom: 4vw;
        border-bottom: 2px solid #DFDFDF;
    }

    .drawer .drawer_logo {
        display: block;
        width: 75vw;
        margin: 11vw auto 0;
    }

    .drawer .drawer_company {
        margin-top: 3vw;
        font-weight: 700;
        font-size: 4vw;
        letter-spacing: 0.03em;
        text-align: center;
    }

    .drawer .drawer_address {
        font-weight: 500;
        font-size: 3.5vw;
        text-align: center;
    }

    .drawer .drawer_tel {
        display: block;
        margin-top: 5vw;
        color: #0B3775;
        font-weight: 700;
        font-size: 3.5vw;
        letter-spacing: 0.05em;
        text-align: center;
    }

    .drawer .drawer_tel span {
        font-size: 7.5vw;
        letter-spacing: 0;
    }

    .drawer .drawer_time {
        color: #8D8D8D;
        font-weight: 500;
        font-size: 3.5vw;
        text-align: center;
    }

    .drawer .drawer_insta {
        -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: 5vw;
    }

    .drawer .drawer_follow {
        font-weight: 700;
        font-size: 4vw;
        letter-spacing: 0.05em;
    }

    .drawer .drawer_icon {
        aspect-ratio: 1/1;
        width: 10vw;
    }

    .drawer .drawer_bottom {
        margin-top: 12vw;
    }

    .drawer .drawer_others {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-column-gap: 7vw;
        -moz-column-gap: 7vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        column-gap: 7vw;
        align-items: center;
        justify-content: center;
    }

    .drawer .drawer_other {
        font-size: 3vw;
        font-weight: 400;
    }

    .drawer .drawer_copy {
        margin-top: 6vw;
        font-size: 2.5vw;
        text-align: center;
        letter-spacing: 0.05em;
    }

    /* footer (sp) ------------------------------------------------------------------------------------------------------ */
    .footer {
        padding: 15vw 0 7.5vw;
    }

    .footer .footer_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer .footer_logo {
        width: 75vw;
    }

    .footer .footer_company {
        margin-top: 3vw;
        font-size: 4vw;
        text-align: center;
    }

    .footer .footer_address {
        font-size: 3.5vw;
        text-align: center;
    }

    .footer .footer_tel {
        margin-top: 5vw;
        font-size: 3.5vw;
        text-align: center;
    }

    .footer .footer_tel span {
        font-size: 7.5vw;
    }

    .footer .footer_time {
        font-size: 3.5vw;
        text-align: center;
    }

    .footer .footer_insta {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-column-gap: 5vw;
        -moz-column-gap: 5vw;
        column-gap: 5vw;
        justify-content: center;
        margin-top: 5vw;
    }

    .footer .footer_follow {
        font-size: 4vw;
    }

    .footer .footer_icon {
        width: 10vw;
    }

    .footer .footer_items {
        display: block;
        width: 100%;
        margin-top: 5vw;
        margin-left: 0;
    }

    .footer .footer_item {
        padding: 4vw 0;
        border-bottom: 2px solid #DFDFDF;
        cursor: pointer;
    }

    .footer .footer_item+.footer_item {
        margin-top: 0;
    }

    .footer .footer_contents {
        display: contents;
    }

    .footer .footer_text {
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        font-size: 17px;
        font-size: 4.2vw;
    }

    .footer .footer_text::after {
        -webkit-transition: -webkit-transform 0.3s ease 0s;
        -webkit-transform: rotate(90deg);
        aspect-ratio: 1/1;
        width: 5vw;
        margin-left: auto;
        transform: rotate(90deg);
        background-image: url(/wp-content/themes/swell_child/image/top_common_arrow_blue.svg);
        background-size: contain;
        background-repeat: no-repeat;
        content: "";
        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;
    }

    .footer .footer_text.active::after {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .footer .footer_inner {
        display: none;
    }

    .footer .footer_links {
        display: grid;
        grid-template-columns: repeat(2, 50%);
        row-gap: 2vw;
        margin-top: 3vw;
        padding-left: 0;
        border-left: none;
    }

    .footer .footer_link {
        font-size: 3.5vw;
    }

    .footer .footer_link+.footer_link {
        margin-top: 0;
    }

    .footer .footer_link:hover {
        color: #1C1C21;
    }

    .footer .footer_lead {
        margin-top: 4vw;
        font-size: 4vw;
    }

    .footer .footer_lead::before {
        margin-right: 2vw;
    }

    .footer .footer_wrap+.footer_wrap {
        margin-top: 0;
    }

    .footer .footer_wrap:first-child {
        padding-bottom: 4vw;
        border-bottom: 2px solid #DFDFDF;
    }

    .footer .footer_bottom {
        margin-top: 12vw;
    }

    .footer .footer_others {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-column-gap: 7vw;
        -moz-column-gap: 7vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        column-gap: 7vw;
        align-items: center;
        justify-content: center;
    }

    .footer .footer_other {
        font-size: 3vw;
    }

    .footer .footer_other+.footer_other {
        margin-top: 0;
    }

    .footer .footer_other:hover {
        opacity: 1;
    }

    .footer .footer_copy {
        margin-top: 6vw;
        font-size: 2.5vw;
        text-align: center;
    }

    /* page_school_archive (sp) ------------------------------------------------------------------------------------------------------ */
    #page_school_archive .wrap {
        max-width: 95%;
    }

    #page_school_archive .school_container {
        padding: 5vw 2.5vw;
        border-radius: 3vw;
        border: none;
    }

    #page_school_archive .school_container+.school_container {
        margin-top: 15vw;
    }

    #page_school_archive .school_illust {
        width: 50vw;
        top: -7.5vw;
        right: -5vw;
    }

    #page_school_archive .school_lead_ja {
        font-size: 5vw;
        text-align: left;
        padding-left: 2.5vw;
    }

    #page_school_archive .school_lead_en {
        font-size: 3.5vw;
        text-align: left;
        padding-left: 2.5vw;
    }

    #page_school_archive .school_body {
        grid-template-columns: 1fr;
        row-gap: 5vw;
        margin-top: 5vw;
    }

    #page_school_archive .school_item {
        border-radius: 2vw;
        padding: 4vw;
    }

    #page_school_archive .school_img {
        border-radius: 2vw;
    }

    #page_school_archive .school_title {
        font-size: 4vw;
        margin-top: 3vw;
    }

    #page_school_archive .school_title::after {
        display: none;
    }

    #page_school_archive .school_address {
        font-size: 3vw;
        margin-top: 1vw;
        column-gap: 1vw;
    }

    #page_school_archive .school_address::before {
        width: 3.5vw;
    }

    #page_school_archive .school_item:hover {
        background-color: #FFF;
    }

    #page_school_archive .school_text {
        margin-top: 3vw;
        font-size: 3.5vw;
    }

    /* page_school_single (sp) ------------------------------------------------------------------------------------------------------ */
    #page_school_single .fv {
        margin-top: 60px;
        padding-top: 20px;
        padding-bottom: 6vw;
    }

    #page_school_single .fv .fv_inner {
        padding: 0 2.5vw;
        display: flex;
        flex-direction: column;
    }

    #page_school_single .fv .fv_img {
        aspect-ratio: 370/180;
        border-radius: 4vw;
    }

    #page_school_single .fv .fv_container {
        order: 1;
        width: 100%;
        margin-left: 0;
        border-radius: 0;
        padding: 0 2.5vw;
        margin-top: 10vw;
    }

    #page_school_single .fv .fv_title_ja {
        font-size: 7vw;
    }

    #page_school_single .fv .fv_title_en {
        font-size: 3.5vw;
        margin-top: 2vw;
    }

    #page_school_single .fv .fv_items {
        display: grid;
        grid-template-columns: repeat(2, 45%);
        column-gap: 10%;
        margin-top: 5vw;
        row-gap: 3vw;
    }

    #page_school_single .fv .fv_item {
        font-size: 3.5vw;
    }

    #page_school_single .fv .fv_item:hover {
        opacity: 1;
    }

    #page_school_single .fv .fv_item::after {
        margin-left: auto;
        width: 5vw;
    }

    #page_school_single .fv .fv_bread_items {
        column-gap: 3vw;
        font-size: 3vw;
        margin: 2vw 0 0 2.5vw;
        justify-content: flex-start;
    }

    #page_school_single .fv .fv_bread_items span a span:hover {
        opacity: 1;
    }

    #page_school_single .about {
        padding: 15vw 0;
    }

    #page_school_single .about::after {
        width: 150vw;
    }

    #page_school_single .about .about_wrapper {
        grid-template-columns: 1fr;
    }

    #page_school_single .about .about_title {
        font-size: 6vw;
    }

    #page_school_single .about .about_text {
        font-size: 3.5vw;
        margin-top: 5vw;
    }

    #page_school_single .about .about_img {
        aspect-ratio: 5/4;
        border-radius: 4vw;
        border: 4px solid #FFF;
        margin-top: 5vw;
    }

    #page_school_single .feature {
        padding: 15vw 0 20vw;
    }

    #page_school_single .feature::before {
        width: 150vw;
    }

    #page_school_single .feature_title {
        font-size: 8vw;
    }

    #page_school_single .feature_title::before {
        width: 12vw;
        bottom: 2vw;
        left: -20vw;
    }

    #page_school_single .feature_title::after {
        width: 10vw;
        right: -15vw;
        top: -8vw;
    }

    #page_school_single .feature .feature_items {
        grid-template-columns: 1fr;
        margin-top: 12vw;
        row-gap: 15vw;
    }

    #page_school_single .feature .feature_item {
        border-radius: 4vw;
        padding: 12vw 6vw 6vw;
    }

    #page_school_single .feature .feature_item:nth-child(1) .feature_illust {
        width: 25vw;
        top: -8vw;
    }

    #page_school_single .feature .feature_item:nth-child(2) .feature_illust {
        width: 25vw;
        top: -11vw;
    }

    #page_school_single .feature .feature_item:nth-child(3) .feature_illust {
        width: 19vw;
        top: -12vw;
    }

    #page_school_single .feature .feature_number {
        font-size: 3.5vw;
    }

    #page_school_single .feature .feature_lead {
        font-size: 5vw;
        padding-bottom: 5vw;
    }

    #page_school_single .feature .feature_img {
        border-radius: 2vw;
        margin-top: 6vw;
    }

    #page_school_single .feature .feature_text {
        font-size: 3.8vw;
        margin-top: 4vw;
    }

    #page_school_single .club {
        padding: 18vw 0;
    }

    #page_school_single .club .club_title {
        font-size: 8vw;
    }

    #page_school_single .club .club_title::before {
        width: 17vw;
        bottom: 1vw;
        left: -20vw;
    }

    #page_school_single .club .club_title::after {
        width: 10vw;
        right: -13vw;
        top: -2vw;
    }

    #page_school_single .club .club_items {
        grid-template-columns: 1fr;
        margin-top: 10vw;
        row-gap: 15vw;
    }

    #page_school_single .club .club_img {
        border: 4px solid #FFF;
        border-radius: 4vw;
    }

    #page_school_single .club .club_number {
        font-size: 3.5vw;
        margin-top: 3vw;
    }

    #page_school_single .club .club_lead {
        font-size: 5vw;
        padding-bottom: 3vw;
    }

    #page_school_single .club .club_text {
        font-size: 3.5vw;
        margin-top: 3vw;
    }

    #page_school_single .search {
        padding: 18vw 0;
    }

    #page_school_single .search .search_title {
        font-size: 8vw;
    }

    #page_school_single .search .search_title::before {
        width: 12vw;
        bottom: 2vw;
        left: -12vw;
    }

    #page_school_single .search .search_title::after {
        width: 15vw;
        right: -20vw;
        top: 2vw;
    }

    #page_school_single .search .search_btns {
        margin-top: 10vw;
        flex-direction: column;
        row-gap: 4vw;
    }

    #page_school_single .search .search_btn {
        width: 80vw;
        border-radius: 8vw;
        font-size: 4vw;
    }

    #page_school_single .search .search_btn:hover {
        opacity: 1;
    }

    #page_school_single .search .search_container {
        border-radius: 4vw;
        padding: 5vw;
        margin-top: 10vw;
    }

    #page_school_single .search .search_outer {
        grid-template-columns: 1fr;
    }

    #page_school_single .search .search_outer .search_text {
        font-size: 4vw;
    }

    #page_school_single .search .search_checks {
        row-gap: 10px;
        column-gap: 20px;
        margin-top: 5vw;
    }

    #page_school_single .search .search_check {
        width: 35vw;
    }

    #page_school_single .search .search_checks.width .search_check {
        width: 35vw;
    }

    #page_school_single .search .search_check span {
        font-size: 3.8vw;
    }

    #page_school_single .search [type="checkbox"]+span.out {
        padding-left: 8vw;
    }

    #page_school_single .search [type="checkbox"]+span.out::before {
        width: 5vw;
        left: 1vw;
        top: 50%;
    }

    #page_school_single .search [type="checkbox"]+span.out::after {
        width: 1.8vw;
        top: 1vw;
        left: 2.5vw;
    }

    #page_school_single .search [type="checkbox"]+span.out span.in::before {
        width: 37vw;
        height: 7.5vw;
        left: -9vw;
    }

    #page_school_single .search [type="submit"] {
        width: 60vw;
        aspect-ratio: 320/70;
        margin: 8vw auto 0;
        border-radius: 8vw;
        font-size: 4vw;
    }

    #page_school_single .search [type="submit"]:hover {
        opacity: 1;
    }

    /* page_shop_archive (sp) ------------------------------------------------------------------------------------------------------ */
    #page_shop_archive .shop_items {
        grid-template-columns: 1fr;
        row-gap: 4vw;
    }

    #page_shop_archive .shop_item {
        padding: 4vw;
    }

    #page_shop_archive .shop_title {
        font-size: 5vw;
    }

    #page_shop_archive .shop_outer {
        column-gap: 4%;
        margin-top: 4vw;
    }

    #page_shop_archive .shop_text {
        margin-top: 4vw;
        font-size: 3.5vw;
    }

    #page_shop_archive .shop_wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 2vw;
        margin-top: 6vw;
    }

    #page_shop_archive .shop_line,
    #page_shop_archive .shop_tel {
        width: 70%;
        font-size: 4vw;
    }

    #page_shop_archive .shop_line:hover {
        opacity: 1;
    }

    #page_shop_archive .shop_line::before {
        width: 8vw;
        left: 4vw;
    }

    /* page_company (sp) ------------------------------------------------------------------------------------------------------ */

    #page_company .company_item {
        grid-template-columns: 1fr;
        padding: 3vw 0;
    }

    #page_company .company_item dt {
        padding-left: 0;
        font-size: 4vw;
    }

    #page_company .company_item dd {
        margin-top: 1vw;
        font-size: 3.5vw;
    }

    #page_company .company_map {
        aspect-ratio: 5/4;
        margin: 10vw auto 0;
    }

    /* top_fv (pc) --------------------------------------------------------------------------------------------------- */
    .top_fv {
        margin-top: 60px;
        padding-bottom: 8vw;
    }

    .top_fv .top_fv_swiper {
        padding-top: 56vw;
    }

    .top_fv .swiper-slide {
        width: 60vw;
        height: 100vw;
        border-radius: 4vw;
    }

    .top_fv .fv_deco1 {
        width: 30vw;
        left: 2vw;
    }

    .top_fv .fv_deco2 {
        width: 27vw;
        bottom: auto;
        top: 6vw;
        right: 4vw;
        z-index: 0;
    }

    .top_fv .fv_text {
        width: 84vw;
        aspect-ratio: 337/143;
        top: 12vw;
        right: auto;
        left: 48%;
        transform: translateX(-50%);
    }

    /* top_search (pc) --------------------------------------------------------------------------------------------------- */
    .top_search {
        padding-top: 15vw;
    }

    .top_search::before {
        background-image: url(/wp-content/themes/swell_child/image/top_search_bg1_sp.webp);
        aspect-ratio: 390/180;
    }

    .top_search::after {
        position: absolute;
        content: "";
        background-image: url(/wp-content/themes/swell_child/image/top_search_bg2_sp.webp);
        background-size: contain;
        width: 100%;
        aspect-ratio: 390/140;
        left: 50%;
        transform: translateX(-50%);
        z-index: -10;
        bottom: 30vw;
    }

    .top_search .search_wrapper {
        display: block;
        grid-template-columns: 1fr;
    }

    .top_search .search_head {
        aspect-ratio: 350/88;
        border: 5px solid #0B3775;
        border-radius: 4vw;
        flex-direction: row;
        padding-top: 0;
        padding-left: 8vw;
        column-gap: 5vw;
    }

    .top_search .search_outer {
        border-right: 2px dashed #DFDFDF;
        border-bottom: none;
        width: auto;
        padding-bottom: 0;
        padding-right: 5vw;
    }

    .top_search .search_icon {
        width: 10vw;
    }

    .top_search .search_lead {
        text-align: left;
        font-size: 3.5vw;
    }

    .top_search .search_heading {
        writing-mode: initial;
        font-size: 6.5vw;
        margin-top: 0;
    }

    .top_search .search_head .search_head_anima_item {
        width: 21vw;
        bottom: -2vw;
        right: -4vw;
    }

    .top_search .search_tabs {
        display: grid;
        grid-template-columns: repeat(2, 45vw);
        column-gap: 0;
        margin-top: 4vw;
    }

    .top_search .search_tab {
        aspect-ratio: 175/60;
        border-radius: 4vw 4vw 0 0;
        font-size: 4vw;
        padding-top: 2vw;
    }

    .top_search .search_container {
        border-radius: 0 0 4vw 4vw;
    }

    .top_search .search_contents {
        height: auto;
        padding: 8vw 3.5vw;
    }

    .top_search .search_item {
        grid-template-columns: 1fr;
        padding: 3vw 0;
    }

    .top_search .search_item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .top_search .search_inner {
        display: contents;
    }

    .top_search .search_inner .search_item {
        padding: 3vw 0;
        border-bottom: 2px dashed #DFDFDF;
    }

    .top_search .search_title {
        font-size: 4.5vw;
    }

    .top_search .search_title.close {
        display: flex;
        align-items: center;
    }

    .top_search .search_title.close::after {
        background-image: url(/wp-content/themes/swell_child/image/top_common_arrow_blue.svg);
        background-size: contain;
        background-repeat: no-repeat;
        content: "";
        width: 6vw;
        aspect-ratio: 1/1;
        margin-left: auto;
        transform: rotate(-90deg);
        transition: transform 0.3s ease 0s;
    }

    .top_search .search_title.close.is_open::after {
        transform: rotate(90deg);
    }


    .top_search .search_title.close+* {
        display: none;
    }

    .top_search .search_list {
        margin-top: 3vw;
    }

    .top_search .search_list+.search_list {
        margin-top: 4vw;
    }

    .top_search .search_text {
        font-size: 4vw;
    }

    .top_search .search_wrap {
        column-gap: 2vw;
    }

    .top_search .search_checks {
        row-gap: 10px;
        column-gap: 20px;
        margin-top: 2vw;
    }

    .top_search .search_text+.search_checks {
        margin-top: 1.5vw;
    }

    .top_search .search_check {
        width: 35vw;
    }

    .top_search .search_checks.width .search_check {
        width: 35vw;
    }

    .top_search .search_check span {
        font-size: 3.8vw;
    }

    .top_search [type="checkbox"]+span.out {
        padding-left: 8vw;
    }

    .top_search [type="checkbox"]+span.out::before {
        width: 5vw;
        left: 1vw;
        top: 50%;
    }

    .top_search [type="checkbox"]+span.out::after {
        width: 1.8vw;
        top: 1vw;
        left: 2.5vw;
    }

    .top_search [type="checkbox"]+span.out span.in::before {
        width: 37vw;
        height: 7.5vw;
        left: -9vw;
    }

    .top_search select {
        width: 38vw;
        font-size: 3.3vw;
        padding: 1vw 0 1vw 3vw;
        background-size: 2.5vw 2.5vw;
        background-position: 33vw 2.5vw;
        margin-top: 1.5vw;
    }

    .top_search [type="submit"] {
        width: 70vw;
        aspect-ratio: 280/57;
        margin: 6vw auto 0;
        border-radius: 12vw;
        font-size: 4vw;
    }

    .top_search [type="submit"]:hover {
        opacity: 1;
    }

    .top_search .swiper {
        margin-top: 80px;
    }

    .top_search .swiper-slide img {
        border-radius: 2.5vw;
        border: solid 5px #FFF;
    }

    .top_search .swiper-slide.slide1 {
        margin-top: 7.5vw;
        width: 54vw;
        height: 43vw;
    }

    .top_search .swiper-slide.slide1::before {
        width: 18vw;
        left: -1vw;
        bottom: 0;
    }

    .top_search .swiper-slide.slide1 img {
        height: 35vw;
    }

    .top_search .swiper-slide.slide2 {
        margin-top: 15vw;
        width: 40vw;
        height: 30vw;
    }

    .top_search .swiper-slide.slide2::before {
        width: 8vw;
        left: -4vw;
    }

    .top_search .swiper-slide.slide2::after {
        width: 18vw;
        right: -8vw;
        bottom: -13vw;
    }

    .top_search .swiper-slide.slide2 img {
        height: 27vw;
        margin-top: 8vw;
    }

    .top_search .swiper-slide.slide3 {
        margin-top: 15vw;
        width: 40vw;
    }

    .top_search .swiper-slide.slide4 {
        width: 36vw;
        height: 47vw;
    }

    .top_search .swiper-slide.slide4 img {
        height: 50vw;
        margin-top: 3vw;
    }

    .top_search .swiper-slide.slide4::before {
        width: 12vw;
        left: -5vw;
    }

    .top_search .swiper-slide.slide4::after {
        width: 7vw;
        right: -4vw;
        bottom: -5vw;
    }

    .top_search .swiper-slide.slide5 {
        margin-top: 5vw;
        width: 55vw;
    }

    /* top_school (pc) --------------------------------------------------------------------------------------------------- */
    .top_school {
        padding-top: 10vw;
        padding-bottom: 20vw;
    }

    .top_school::before {
        bottom: -2.5vw;
        width: 150vw;
        aspect-ratio: 2200/130;
    }

    .top_school .school_heading {
        width: 82vw;
    }

    .top_school .school_container {
        margin-top: 12vw;
        padding: 0 5vw 12vw;
        border-radius: 4vw;
        grid-template-columns: 1fr;
        border: none;
    }

    .top_school .school_container+.school_container::before {
        width: 45vw;
        right: -5vw;
        bottom: -21vw;
    }

    .top_school .school_head {
        display: contents;
    }

    .top_school .school_img {
        width: 50vw;
        margin: -8vw auto;
    }

    .top_school .school_lead_ja {
        font-size: 5vw;
        margin-top: 11vw;
    }

    .top_school .school_lead_en {
        font-size: 3.5vw;
    }

    .top_school .school_link {
        order: 1;
        font-size: 4vw;
        margin-top: 6vw;
        column-gap: 3vw;
    }

    .top_school .school_link::after {
        width: 7vw;
    }

    .top_school .school_link:hover::after {
        transform: scale(1)
    }

    .top_school .school_body {
        grid-template-columns: 1fr;
        gap: 4vw 10px;
        margin-top: 5vw;
    }

    .top_school .school_item {
        aspect-ratio: initial;
        border-radius: 1vw;
        padding: 5vw;
    }

    .top_school .school_item::before {
        width: 5vw;
        right: 5vw;
    }

    .top_school .school_title {
        font-size: 4vw;
    }

    .top_school .school_title::after {
        display: none;
    }

    .top_school .school_address {
        font-size: 3vw;
        margin-top: 1vw;
        column-gap: 1vw;
    }

    .top_school .school_address::before {
        width: 3.5vw;
    }

    .top_school .school_item:hover {
        background-color: #FFF;
    }

    /* top_info (sp) --------------------------------------------------------------------------------------------------- */
    .top_info {
        padding-top: 20vw;
        padding-bottom: 15vw;
    }

    .top_info .info_heading {
        font-size: 6vw;
    }

    .top_info .info_heading::before {
        width: 17vw;
        bottom: 1vw;
        left: -20vw;
    }

    .top_info .info_heading::after {
        width: 10vw;
        right: -13vw;
        top: -2vw;
    }

    .top_info .info_text {
        font-size: 3.5vw;
        margin-top: 5vw;
        text-align: left;
    }

    .top_info .info_items {
        grid-template-columns: 1fr;
        margin-top: 15vw;
    }

    .top_info .info_items::before {
        width: 175vw;
        right: -110vw;
        bottom: auto;
        top: calc(50% - 70vw);
        transform: translateY(-50%);
    }

    .top_info .info_item {
        border-radius: 4vw;
        padding: 12vw 7vw;
    }

    .top_info .info_item+.info_item {
        margin-top: 12vw;
    }

    .top_info .info_item:nth-child(1) .info_deco {
        width: 25vw;
        top: -9vw;
    }

    .top_info .info_item:nth-child(2) .info_deco {
        width: 25vw;
        top: -7vw;
    }

    .top_info .info_item:nth-child(3) .info_deco {
        width: 27vw;
        top: -10vw;
    }

    .top_info .info_lead {
        padding-bottom: 5vw;
    }

    .top_info .info_lead_ja {
        font-size: 5vw;
    }

    .top_info .info_lead_en {
        font-size: 3.5vw;
    }

    .top_info .info_lists {
        margin-top: 7vw;
    }

    .top_info .info_list {
        grid-template-columns: 20vw 1fr;
        column-gap: 3.5vw;
    }

    .top_info .info_list:hover .info_title {
        color: #1C1C21;
    }

    .top_info .info_list:hover .info_img img {
        transform: scale(1);
    }

    .top_info .info_list+.info_list {
        margin-top: 2.5vw;
    }

    .top_info .info_img {
        border-radius: 1vw;
    }

    .top_info .info_body {
        column-gap: 3vw;
    }

    .top_info .info_body::after {
        width: 6vw;
    }

    .top_info .info_title {
        font-size: 3.7vw;
    }

    .top_info .info_btn {
        width: 60vw;
        margin: 6vw auto 0;
        border-radius: 12vw;
        font-size: 4.5vw;
    }

    .top_info .info_btn:hover {
        opacity: 1;
    }

    /* top_contact (pc) --------------------------------------------------------------------------------------------------- */
    .top_contact {
        padding-bottom: 56vw;
        position: relative;
    }

    .top_contact::before {
        background-image: url(/wp-content/themes/swell_child/image/top_contact_bg_sp.webp);
        aspect-ratio: 390/617;
        bottom: auto;
        top: 0;
    }

    .top_contact .contact_container {
        height: auto;
        padding-top: 42vw;
    }

    .top_contact .contact_container:hover {
        transform: translateY(0);
    }

    .top_contact .contact_container::before {
        display: none;
    }

    .top_contact .contact_items {
        column-gap: 2vw;
        margin-top: 0;
    }

    .top_contact .contact_item {
        font-size: 3vw;
        padding: 0.5vw 2.5vw 1vw;
    }

    .top_contact .contact_heading {
        font-size: 11vw;
        margin-top: 2vw;
    }

    .top_contact .contact_text {
        font-size: 3.5vw;
        margin-top: 4vw;
    }

    .top_contact .contact_btn {
        width: 60vw;
        aspect-ratio: 260/50;
        margin-top: 4vw;
        font-size: 4.5vw;
        border-radius: 12vw;
    }

    .top_contact .contact_btn:hover {
        opacity: 1;
    }
}

@media screen and (min-width: 751px) {

    .pc_tel {
        pointer-events: none;
    }

}