@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
*,
*:before,
*:after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    font: inherit;
}

img,
picture,
svg,
video {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}

input,
select,
textarea {
    background-color: transparent;
    outline: none;
}

button {
    cursor: pointer;
    background-color: transparent;
    outline: none;
    border: 0;
}

html {
    font-size: 62.5%;
}

@media screen and (max-width: 750px) {
    html {
        font-size: calc(100vw / 75);
    }
    #wrapper {
        box-shadow: none;
        overflow: visible;
        z-index: 400;
    }
    .header {
        position: relative;
        z-index: 400;
    }
    .btn-head {
        display: none;
    }
}

body {
    font-family: "Noto Sans JP", "Hiragino Sans", "PA1GothicStdNRegular", "Hiragino Kaku Gothic Pro", "YuGothic", "游ゴシック", "Yu Gothic", Arial, sans-serif !important;
    background-color: #fff;
    min-height: 100vh;
    word-wrap: break-word;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
}

#wrapper {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.poR {
    position: relative;
}

.poA {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.bg-white {
    background-color: #fff;
}

.yellow_line {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 78%, #fff782 0%) repeat scroll 0 0;
    /* background-position-y: -0.3rem; */
}

.bg_blue_light {
    background-color: #2eb6e3;
}

.txt_blue_light {
    color: #2eb6e3;
}

.txt_pink {
    color: #ff85a5;
}

.txt_yellow {
    color: #fffc00;
}

.txt_white {
    color: #fff;
}

.txt_red {
    color: #e80000;
}

.txt_orange {
    color: #f9600a;
}

.txt_bold {
    font-weight: bold;
}

.txt_center {
    text-align: center;
}

.pd20 {
    padding: 20px;
}

video.vcl02 {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-link {
    position: absolute;
    top: 75.5%;
    left: 9.3%;
    z-index: 1;
    width: 82%;
}

.animate {
    animation-duration: 2s;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
    margin-left: auto;
    margin-right: auto;
    animation-name: animate1;
    z-index: 1;
    display: block;
}

.pulse {
    animation-name: pulse;
}

@keyframes pulse {
    from,
    to {
        transform: scale3d(0.95, 0.95, 0.95);
    }
    50% {
        transform: scale3d(1, 1, 1);
    }
}

.sec02 .boxSlider {
    top: 70%;
}

.sec03 .boxSlider {
    top: 32%;
}

.slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 2rem;
    margin-top: 0;
}

.slick-dots>li>button {
    display: none;
}

.slick-dots>li {
    width: 1.4rem;
    height: 1.4rem;
    background-color: #fff;
    border-radius: 50%;
}

.slick-dots>li.slick-active {
    background-color: #dcdcdc;
}

.slick-slide {
    margin: 0 2.5rem;
}

.sec03 .slick-slide {
    margin: 0 1rem;
    width: 60rem;
}

.counseling .btn {
    top: 80%;
}

.counseling .btn>a {
    display: block;
    width: 56.6rem;
    margin: 0 auto;
    transition: opacity 0.3s ease;
}

.counseling .btn>a:hover {
    opacity: 0.7;
}

.question_btn {
    bottom: 6.8%;
    text-align: center;
}

.question_btn>a {
    text-decoration: none;
    font-size: 2rem;
    color: #fff;
    line-height: 1.5;
    font-weight: 400;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 2rem;
    min-width: 35rem;
    min-height: 4rem;
    background-color: #7395b1;
    margin: 0 auto;
    padding: 0 2rem;
}

.question_btn>a:hover {
    opacity: 0.7;
}

.map .boxMap {
    top: 55.5%;
    width: 78%;
    height: 32rem;
    overflow: hidden;
}

.map .boxMap iframe {
    width: 100%;
    height: 100%;
}

.socials ul {
    list-style: none;
    top: 48.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}

.socials ul>li:nth-child(1) {
    width: 6.6rem;
}

.socials ul>li:nth-child(2) {
    width: 5rem;
}

.socials ul>li:nth-child(3) {
    width: 6rem;
}

.socials ul>li:nth-child(4) {
    width: 6rem;
}

.socials ul>li:nth-child(5) {
    width: 6.5rem;
}

.socials ul>li>a:hover {
    opacity: 0.7;
}

.socials .btn {
    top: 70%;
}

.socials .btn>a {
    display: block;
    width: 56.6rem;
    margin: 0 auto;
    transition: opacity 0.3s ease;
}

.socials .btn>a:hover {
    opacity: 0.7;
}

footer {
    position: relative;
    background-color: #98d3d3;
    padding: 5rem 6rem 18rem;
}

.footer-logo {
    margin-bottom: 3rem;
}

.footer-logo>a {
    width: 58.9rem;
    display: block;
    margin: 0 auto;
}

.footer-list {
    list-style: none;
}

.footer-list>li+li {
    margin-top: 1.5rem;
}

.footer-list>li,
.footer-list>li>a {
    font-size: 2.2rem;
    color: #fff;
    line-height: 2;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.footer-list>li>a:hover {
    opacity: 0.7;
}

.footer-list.list01 {
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-list.list02 {
    display: flex;
    justify-content: center;
    gap: 2rem;
    align-items: center;
    padding: 3rem 0;
}

.footer-list.list02>li {
    margin: 0;
}

.footer-copyright {
    text-align: center;
    color: #fff;
    font-size: 2rem;
    letter-spacing: 0.08em;
}

#floating {
    position: fixed;
    width: 100%;
    top: auto;
    bottom: 0;
    z-index: 198;
    /* background-color: rgba(255, 255, 255, 0.9); */
    left: 0;
}

#floating .floating-inner {
    display: block;
    max-width: 750px;
    margin: 0 auto;
    /* padding: 1.5rem 0 1.5rem; */
}

@media (min-width: 751px) {
    #floating .floating-inner {
        max-width: 645px;
    }
}

#floating .floating-inner>a {
    display: block;
    width: 70%;
    margin: 0 auto;
}

@media (max-width: 750px) {
    #floating .floating-inner>a {
        width: 100%;
    }
}

@media (max-width: 749px) {
    .slick-slide {
        width: 88.6666666666667vw !important;
    }
    .sec03 .slick-slide {
        width: 78.6666666666667vw !important;
    }
    .slick-slide img {
        width: 100%;
    }
}

/* ============================================
   新LP用スタイル
============================================ */

/* ヘッダー：背景＋右ボタン */
.header .btn-head {
    top: 50%;
    right: 3%;
    left: auto;
    transform: translateY(-50%);
    width: 36.5%;
}
.header .btn-head > a {
    display: block;
    transition: opacity 0.3s ease;
}
.header .btn-head > a:hover {
    opacity: 0.7;
}
.header .btn-head img {
    width: 100%;
    height: auto;
}

/* 03_program：背景＋スライダー＋ボタン */
.sec-program .boxSlider {
    top: 17.5%;
}
.sec-program .btn {
    top: 83.5%;
}
.sec-program .btn > a {
    display: block;
    width: 67rem;
    margin: 0 auto;
    transition: opacity 0.3s ease;
}
.sec-program .btn > a:hover {
    opacity: 0.7;
}
.sec-program .slick-slide {
    margin: 0 1rem;
    width: 71rem;
}

/* スライダー矢印 */
.slick-prev,
.slick-next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 2;
    background: none !important;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: none;
    opacity: 0.7;
}
.slick-prev:before,
.slick-next:before {
    display: none;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}
@media (max-width: 749px) {
    .slick-prev img,
    .slick-next img {
        width: 7vw;
        height: auto;
    }
}

/* 13_counseling：背景＋ボタン */
.sec-counseling .btn {
    top: 81%;
}
.sec-counseling .btn > a {
    display: block;
    width: 67rem;
    margin: 0 auto;
    transition: opacity 0.3s ease;
}
.sec-counseling .btn > a:hover {
    opacity: 0.7;
}

/* 41_access：Googleマップ */
.sec-access .boxMap {
    top: 54%;
    width: 77%;
    height: 32rem;
    overflow: hidden;
}
.sec-access .boxMap iframe {
    width: 100%;
    height: 100%;
}

/* 42_tel：SNSアイコン＋ボタン */
.sec-tel ul {
    top: 44%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    list-style: none;
}
.sec-tel ul > li:nth-child(1) { width: 6.6rem; }
.sec-tel ul > li:nth-child(2) { width: 5rem; }
.sec-tel ul > li:nth-child(3) { width: 6rem; }
.sec-tel ul > li:nth-child(4) { width: 6rem; }
.sec-tel ul > li:nth-child(5) { width: 6.5rem; }
.sec-tel ul > li > a:hover { opacity: 0.7; }
.sec-tel .btn {
    top: 57%;
}
.sec-tel .btn > a {
    display: block;
    width: 62rem;
    margin: 0 auto;
    transition: opacity 0.3s ease;
}
.sec-tel .btn > a:hover {
    opacity: 0.7;
}
@media (max-width: 749px) {
    .sec-tel .btn {
        top: 59%;
    }
    .sec-tel .btn > a {
        width: 80%;
    }
    .sec-tel .btn > a img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 749px) {
    .sec-program .slick-slide {
        width: 94.666666666667vw !important;
    }
}

/* ==========================================================
   PC背景 & サイドナビ / SPハンバーガー
   ========================================================== */

/* --- PC共通: body背景 & wrapper幅 --- */
@media (min-width: 751px) {
    html {
        font-size: calc(450px / 75); /* 450px基準にスケール */
    }
    body {
        background-image: url('../img/bg_pc.webp');
        background-size: cover;
        background-position: center top;
        background-attachment: fixed;
    }
    #wrapper {
        max-width: 450px;
    }
}

/* --- PC用サイドナビ / SP用ハンバーガー --- */
#pc-sidenav {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 200;
}

#pc-sidenav .pc-sidenav-inner {
    display: none;
}

@media (min-width: 751px) {
    #pc-sidenav {
        display: block;
        position: fixed;
        top: 50%;
        left: calc(75% - 38px);
        transform: translateY(-50%);
        z-index: 100;
        width: 300px;
    }

    #pc-sidenav .pc-sidenav-inner {
        display: block;
    }

    .hamburger-btn {
        display: none;
    }

    .pc-sidenav-inner {
        background: none;
        border: none;
        padding: 0;
        font-family: "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
    }

    .pc-sidenav-label {
        font-size: 20px !important;
        font-weight: 700;
        letter-spacing: 0.15em;
        color: #60c1c1;
        border-bottom: 1px solid #60c1c1;
        padding-bottom: 8px;
        margin: 0 0 8px;
    }

    .pc-sidenav-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .pc-sidenav-list li {
        border-bottom: none;
    }

    .pc-sidenav-list li a {
        display: block;
        padding: 12px 0;
        font-size: 15px !important;
        color: #333333;
        text-decoration: none;
        line-height: 1.4;
        transition: opacity 0.2s;
        white-space: nowrap;
    }

    .pc-sidenav-list li a:hover {
        opacity: 0.6;
    }
}

/* --- SPハンバーガーボタン --- */
@media (max-width: 750px) {
    .hamburger-btn {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: absolute;
        top: 50%;
        right: 16px;
        transform: translateY(-50%);
        width: 36px;
        height: 24px;
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
        z-index: 400;
    }

    .hamburger-btn span {
        display: block;
        width: 100%;
        height: 1px;
        background-color: #333333;
        border-radius: 0;
        transition: transform 0.3s, opacity 0.3s, width 0.3s;
        transform-origin: center;
    }

    /* 開いた状態 */
    .hamburger-btn.is-open span:nth-child(1) {
        width: 24px;
        margin: 0 auto;
        transform: translateY(11.5px) rotate(45deg);
    }
    .hamburger-btn.is-open span:nth-child(2) {
        opacity: 0;
    }
    .hamburger-btn.is-open span:nth-child(3) {
        width: 24px;
        margin: 0 auto;
        transform: translateY(-11.5px) rotate(-45deg);
    }
}

/* --- SPドロワーメニュー --- */
.sp-drawer {
    display: none;
}

@media (max-width: 750px) {
    .sp-drawer {
        display: block;
        position: fixed;
        top: 66px;
        left: 0;
        transform: translateX(-100%);
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 300;
        /* padding-top: 60px; */
        transition: transform 0.35s ease;
        box-shadow: none;
        overflow-y: auto;
    }

    .sp-drawer.is-open {
        transform: translateX(0);
    }

    /* リスト */
    .sp-drawer-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .sp-drawer-list li {
        border-bottom: 1px solid #e0e0e0;
    }

    .sp-drawer-list li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 18px 20px;
        font-size: 14px;
        color: #333;
        text-decoration: none;
        font-family: "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
    }

    .sp-drawer-arrow {
        color: #999;
        font-size: 12px;
    }

    /* オーバーレイ */
    .sp-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.45);
        z-index: 250;
    }

    .sp-overlay.is-open {
        /* display: block; */
    }
}

/* --- PC用左サイドバナー --- */
#pc-left-banners {
    display: none;
}

@media (min-width: 751px) {
    #pc-left-banners {
        display: flex;
        flex-direction: column;
        gap: 20px;
        position: fixed;
        top: 50%;
        right: calc(75% - 38px);
        transform: translateY(-50%);
        z-index: 100;
        width: 300px;
    }

    #pc-left-banners a {
        display: block;
    }

    #pc-left-banners img {
        width: 100%;
        height: auto;
        display: block;
    }
}

/* --- PC幅が狭い時に左右バナー・メニューを非表示 --- */
@media (min-width: 751px) and (max-width: 1100px) {
    #pc-left-banners {
        display: none;
    }
    #pc-sidenav {
        width: calc(25% - 40px);
        left: calc(62.5% + 132px);
        overflow: hidden;
    }
    #pc-sidenav .pc-sidenav-list li a {
        white-space: normal;
    }
    #pc-sidenav .pc-sidenav-label {
        white-space: normal;
    }
}

/* --- PCビューのスライダーボタンサイズ調整 --- */
@media (min-width: 751px) {
    .slick-prev img,
    .slick-next img {
        width: 32px;
        height: auto;
    }
}




/* --- 注意事項ポップアップ --- */
.chui-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

.chui-overlay.is-open {
    display: flex;
}

.chui-box {
    position: relative;
    background: #fff;
    border-radius: 5px;
    padding: 40px 24px 30px;
    width: 90%;
    max-width: 400px;
    box-sizing: border-box;
}

.chui-close {
    position: absolute;
    top: 12px;
    right: 14px;
    background: none;
    border: none;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    line-height: 1;
    padding: 0;
}

.chui-list {
    list-style: disc;
    padding-left: 18px;
    margin: 0;
}

.chui-list li {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
    font-size: 11px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 6px;
}



/* --- 新規追加ボタン共通幅 --- */
.btn-new > a {
    display: block;
    width: 67rem;
    margin: 0 auto;
    transition: opacity 0.3s ease;
}

.btn-new > a:hover {
    opacity: 0.7;
}

.btn-new > a img {
    width: 100%;
    height: auto;
}

/* --- メニューバナー（幅100%） --- */
.btn-full.poA > a {
    display: block;
    width: 71rem;
    margin: 0 auto;
}

.btn-full.poA > a img {
    width: 100%;
    height: auto;
}


/* --- PCビュー：ボタン画像サイズ修正 --- */
@media (min-width: 751px) {
    .sec-tel .btn > a img,
    .sec-counseling .btn > a img,
    .sec-program .btn > a img {
        width: 100%;
        height: auto;
    }
}
