@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-kerning: normal;
}

body {
    font-size: 16px;
    line-height: 1.7;
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    background: #fff;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: .1em;
    position: relative;
}

.zen-maru-gothic-light {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.zen-maru-gothic-regular {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.zen-maru-gothic-medium {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.zen-maru-gothic-bold,
.area_ttl p,
.kougi h3,
.blue-accordion-button,
.progttl,
.lunchbox h4,
.lunchbox h3,
.btn_main2,
.btn_main,
.speechBubble,
.voice_ttl,
.course h3,
.accordion-title {
    font-family: "Zen Maru Gothic", sans-serif !important;
    font-weight: 700;
    font-style: normal;
}

.zen-maru-gothic-black,
.suki-text {
    font-family: "Zen Maru Gothic", sans-serif !important;
    font-weight: 900;
    font-style: normal;
}


p {
    text-align: justify;
    font-weight: 400;
}

h2 {
    font-weight: 800;
}

strong {
    font-weight: 800;
}

.indent-1 {
    padding-left: 1em;
    text-indent: -1em;
}

a {
    color: #3a8ebd;
    text-decoration: none;
    transition: .5s;
    font-weight: 600;
}

a:hover {
    opacity: 0.8;
}

.montserrat,
.course_num,
.tohostories_ttl,
.seemore,
.adv_ttl {
    font-family: 'Montserrat', sans-serif;
}

img {
    width: 100%;
    vertical-align: bottom;
}

.wrap1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.wrap1080 {
    max-width: 1080px;
    margin: 0 auto;

}

.align_center {
    text-align: center;
}

.align_left {
    text-align: left !important;
}

#color_area {
    width: 100%;
    padding: 120px 0;
    background: url(images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg_pink {
    background: #ED6D81;
}

.bg_coral {
    background: #D2AE94;
}

/*****ANIMATION*****/
.sa {
    opacity: 0;
    -webkit-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    transition: all .9s ease;
}

.sa.show {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.sa--lr {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
}

.sa--rl {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
}

.sa--up {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
}

.sa--down {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
}

.sa--scaleUp {
    -webkit-transform: scale(.5);
    transform: scale(.5);
}

/*******************/

.m120 {
    padding: 120px 0;
}

.mt120 {
    padding-top: 120px;
}

.mb120 {
    padding-bottom: 120px;
}


.m100 {
    padding: 100px 0;
}

.mt100 {
    padding-top: 100px;
}

.mb100 {
    padding-bottom: 100px;
}

.m80 {
    padding: 80px 0;
}

.mt80 {
    padding-top: 80px;
}

.mb80 {
    padding-bottom: 80px;
}

.m50 {
    padding: 50px 0;
}

.mt50 {
    padding-top: 50px;
}

.mb50 {
    padding-bottom: 50px;
}

.m30 {
    padding: 30px 0;
}

.mt30 {
    padding-top: 30px;
}

.mb30 {
    padding-bottom: 30px;
}

.m20 {
    padding: 20px 0;
}

.mt20 {
    padding-top: 20px;
}

.mb20 {
    padding-bottom: 20px;
}

.m15 {
    padding: 15px 0;
}

.mt15 {
    padding-top: 15px;
}

.mb15 {
    padding-bottom: 15px;
}

.pc_only {
    display: block;
}

.octype h4 .pc_only {
    display: inline;
}

.sp_only {
    display: none;
}

.alart_box {
    border: 2px solid red;
    padding: 25px;
    background: white;
}

.alart_box p {
    color: red;
    font-weight: 600;
    text-align: center;
    font-size: 23px;
}

/*HEADER----------------------------------------------------------------------*/

.inner {
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.inner:after {
    clear: both;
    display: block;
}

/* header */
#nav-toggle {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 80px;
    cursor: pointer;
    background: #fff;
    padding: 12px;
}

#nav-toggle > div {
    position: relative;
    width: 56px;
}

#nav-toggle span {
    width: 80%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: block;
    background: #3A8EBD;
    position: absolute;
    -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-in-out;
    transition: top 0.3s ease, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease;
    transition: transform 0.3s ease-in-out, top 0.3s ease, -webkit-transform 0.3s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 10px;
}

#nav-toggle span:nth-child(2) {
    top: 27px;
}

#nav-toggle span:nth-child(3) {
    top: 45px;
}

#nav-toggle:hover span:nth-child(1) {
    top: 14px;
}

#nav-toggle:hover span:nth-child(3) {
    top: 41px;
}

.open #nav-toggle span {
    background: #3a8ebd;
    top: 50%;
    left: 10%;
}

.open #nav-toggle span:nth-child(1) {
    top: 28px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
    top: 28px;
    width: 0;
    left: 50%;
}

.open #nav-toggle span:nth-child(3) {
    top: 28px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-toggle {
    z-index: 1000;
}

#container {
    z-index: 900;
}

#gloval-nav {
    background: rgba(0, 0, 0, .7);
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 29px;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

#gloval-nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    -webkit-transition: color 0.6s ease;
    transition: color 0.6s ease;
}

#gloval-nav a:hover {
    color: #666;
}

#gloval-nav ul {
    list-style: none;
}

#gloval-nav ul li {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
    transition: transform 0.6s ease, opacity 0.2s ease;
    transition: transform 0.6s ease, opacity 0.2s ease, -webkit-transform 0.6s ease;
}

#gloval-nav ul li:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

#gloval-nav ul li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

#gloval-nav ul li:nth-child(4) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

#gloval-nav ul li:nth-child(5) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

#gloval-nav ul li:nth-child(6) {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
}

#gloval-nav ul li:nth-child(7) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.open {
    overflow: hidden;
}

.open #gloval-nav {
    visibility: visible;
    opacity: 1;
}

.open #gloval-nav li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
    transition: opacity 0.9s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity 0.9s ease;
    transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
}

#top-head {
    top: -100px;
    margin-top: 100px;
    position: absolute;
    width: 100%;
    padding: 0 15px;
    line-height: 1;
    z-index: 999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 70px;
}

#top-head a,
#top-head {
    text-decoration: none;
}

#top-head .inner {
    position: relative;
}

#top-head .logo {
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 250px;
}


.insta_btn {
    position: absolute;
    right: 80px;
    top: 9px;
}


.insta_btn a {
    font-size: 40px !important;
    color: #fff;
}

#global-nav ul li a:hover {
    color: #90cee4;
}

/* Fixed */

#top-head.fixed .insta_btn a {
    color: #fff;
}

#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
    z-index: 9999;
}

#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}

.fixed_btn ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fixed_btn ul li a {
    color: #fff;
    height: 60px;
    display: block;
    font-weight: 600;
    letter-spacing: 0.2em;
    padding: 0 25px;
    line-height: 60px;
    font-size: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.fixed_btn ul li a:hover {
    opacity: 0.7;
}

.fixed_btn {
    position: absolute;
    top: 0;
    right: 60px;
}



.streaming_btn a {
    background: #fff;
    color: #288C57 !important;
    padding: 5px 10px;
    border-radius: 100px;
    border: 2px solid #fff;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: bold;
}

.streaming_btn a:hover {
    background: transparent;
    color: #fff !important;
}

a.contact_btn {
    background: #288c57;
    color: #fff !important;
    padding: 6px 20px;
    border-radius: 5px;
    border: 2px solid #288c57;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a.contact_btn:hover {
    background: transparent;
    color: #288c57 !important;
    border: 2px solid #288c57;
}


.head_logo {
    max-width: 250px;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/*HEADERend-------------------------------------------------------------------*/

/*MAIN------------------------------------------------------------------------*/

main {
    position: relative;
}


.scroll {
    padding-bottom: 16px;
    position: absolute;
    bottom: 40px;
    text-decoration: none;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 2;
    display: inline-block;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.08em;
    font-weight: 600;
}

.scroll span {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 25px;
    height: 24px;
    margin-left: -12px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@-webkit-keyframes sdb {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
    }

    20% {
        -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    }

    40% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
    }
}

@keyframes sdb {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        transform: rotate(-45deg) translate(0, 0);
    }

    20% {
        -webkit-transform: rotate(-45deg) translate(-10px, 10px);
        transform: rotate(-45deg) translate(-10px, 10px);
    }

    40% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        transform: rotate(-45deg) translate(0, 0);
    }
}

.main_v {
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background: url(images/bg.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.follow_l,
.follow_r {
    position: fixed;
    bottom: 50px;
    z-index: 999;
    display: block;
}

/* 左バナー：最小200px、最大300px */
.follow_l {
    left: 1%;
    width: clamp(200px, 22vw, 300px);
    /* ← 画面幅に応じて変化 */
}

/* 右バナー：最小160px、最大220px */
.follow_r {
    right: 1%;
    width: clamp(160px, 15vw, 220px);
}

/* 画像が親要素にフィットするように */
.follow_l img,
.follow_r img {
    width: 100%;
    height: auto;
    display: block;
}



.entrance_copy {
    color: #fff;
    text-align: center;
    font-size: 45px;
}

ul.top_topic {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 50px;
}

li.heading {
    position: relative;
    display: inline-block;
    z-index: 0;
    width: calc(100% / 3 - 20px);
}

/* 背面の影ボックス */
li.heading .shadow {
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 3px solid #000;
    border-radius: 20px;
    box-sizing: border-box;
    z-index: 0;
}

/* 見出し本体 */
li.heading p {
    position: relative;
    margin: 0;
    background-color: #f7b52d;
    border: 3px solid #000;
    border-radius: 20px;
    padding: 20px 10px;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    z-index: 1;
    box-sizing: border-box;
}


.area_ttl {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 50px;
    text-align: center;
}

.area_ttl h2 {
    font-size: clamp(2.8rem, calc(2.5999999999999996rem + 1vw), 3.8rem);
    line-height: 1em !important;
    letter-spacing: 0.1em;
    color: #F8B62D;
    font-weight: 600;
    text-shadow:
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
}

.area_ttl p {
    font-size: 18px;
    line-height: 1em;
    margin: 15px 0 18px 0;
    letter-spacing: 0em;
    width: 100%;
    text-align: center;
    color: #3A8EBD;
    font-weight: 600;
    letter-spacing: .1em;
}

.area_ttl p span {
    font-size: 12px;
    display: inline-block;
    width: auto;

}

.area_ttl span {
    height: 1px;
    width: 50px;
    display: block;
}

.points {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.points li {
    width: calc(100% / 2 - 30px);
}

.points li:nth-child(n+3) {
    margin-top: 50px;
}

.sukibg {
    background: url(images/sukibg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 120px 0;
}

.sukifuki_cntrl {
    max-width: 600px;
    margin: 0 auto 20px;
}

.suki-accordion {
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

.suki-item {
    position: relative;
    z-index: 0;
    cursor: pointer;
}

.suki-item:nth-child(n+2) {
    margin-top: 50px
}

.suki-shadow {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 3px solid #000;
    border-radius: 30px;
    box-sizing: border-box;
    z-index: 1;
}

.suki-box {
    position: relative;
    background-color: #f7b52d;
    border: 3px solid #000;
    border-radius: 30px;
    box-sizing: border-box;
    z-index: 2;
    max-height: 180px;
    padding: 0 30px;
    overflow: hidden;
    transition: max-height 0.4s ease;
}


.suki-inner {
    position: relative;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* 右寄せに */
}

.suki-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #3183a7;
    font-size: clamp(20px, 6vw, 40px);
    font-weight: 600;
    display: flex;
    align-items: center;
    line-height: 1;
    white-space: nowrap;
    /* はみ出し防止用（必要に応じて） */
}

.suki-text strong {
    font-size: clamp(45px, 6vw, 80px);
    font-weight: 900;
    margin-left: 0.4rem;
}

.suki-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-shrink: 0;
}

.suki-arrow::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-right: 4px solid #000;
    border-bottom: 4px solid #000;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.suki-item.open .suki-arrow::before {
    transform: rotate(-135deg);
}

.suki-content {
    display: none;
    padding: 16px 0 24px;
    font-size: 1.1rem;
    color: #000;
    line-height: 1.6;
}

.suki-item.open .suki-box {
    max-height: 100%;
    padding-bottom: 24px;
}

.suki-item.open .suki-content {
    display: block;
}

.suki-item.open {
    overflow: unset;
}

.font_wht {
    color: #fff;
}

.font_red {
    color: #E52D27;
}

.mesh_bl {
    background: repeating-linear-gradient(90deg, #fff, #fff 1px, transparent 1px, transparent 32px), repeating-linear-gradient(0deg, #fff, #fff 1px, #E0F4FF 1px, #E0F4FF 32px);
    padding: 120px 0;
}

.mesh_ye {
    background: repeating-linear-gradient(90deg, #fff, #fff 1px, transparent 1px, transparent 32px), repeating-linear-gradient(0deg, #fff, #fff 1px, #F8E898 1px, #F8E898 32px);
    padding: 120px 0;
}

.programlist,
.kougi {
    list-style: none;
}

.programlist li,
.kougi li {
    position: relative;
    /* 疑似要素の基準にする */
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 15px 0px 0px #000000;
    /* borderやoutlineは外す */
    border: none;
    outline: none;
}

.programlist li::before,
.kougi li::before {
    content: "";
    position: absolute;
    inset: 0;
    /* top:0; right:0; bottom:0; left:0; と同義 */
    border: 3px solid #000;
    border-radius: 20px;
    pointer-events: none;
    /* クリックイベントを妨げない */
    box-sizing: border-box;
    /* 枠線は内側に含める */
}

.programlist li {
    display: flex;
    justify-content: space-between;
}

.iconbox {
    width: 15%
}

.progtex {
    width: 83%;
}

.progttl {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #3A8EBD;
    margin-bottom: 10px;
    align-items: center;
}

.progttl h2 {
    color: #3A8EBD;
    font-size: 20px;
}

.time {
    font-weight: 600;
    color: #3A8EBD;
}

.time span {
    background: #F8B62D;
    padding: 0 10px;
    border-radius: 50px;
    margin-right: 5px;
    color: #fff;
}

.programlist li:nth-child(n+2),
.kougi li:nth-child(n+2) {
    margin-top: 50px;
}

.lunchbox {
    background: #F8E898;
    padding: 20px;
    border: 3px solid #000;
    margin-top: 70px;
    border-radius: 20px;
}

.lunchbox h2 {
    max-width: 600px;
    margin: 0 auto 50px;
}

.lunchbox .lunch {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lunchbox li {
    width: calc(100% / 2 - 20px);
}

.lunchbox h4 {
    text-align: center;
    margin: 20px auto 15px;
    background: #3a8ebd;
    color: #fff;
    padding: 5px;
    min-width: 10em;
    max-width: 18em;
    border-radius: 50px;
    font-size: 1.2em;
}

.lunchbox h3 {
    text-align: center;
    color: #3a8ebd;
    font-size: 1.5em;
    margin-bottom: 10px;
}

.ttbox {
    border: 3px solid #000;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
}

.speechBubble {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    padding: 20px 16px;
    border: 3px solid #000000;
    border-radius: 50px;
    background-color: #ffffff;
    text-align: center;
    font-size: clamp(1rem, calc(0.8200000000000001rem + 0.8999999999999999vw), 1.9rem);
    font-weight: 600;
    line-height: 1.5;
    color: #3a8ebd;
    width: 100%;
}

.speechBubble::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 25px 17.5px 0 17.5px;
    border-color: #000000 transparent transparent;
    translate: -50% 100%;
}

.speechBubble::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 19.8px 13.8px 0 13.8px;
    border-color: #ffffff transparent transparent;
    translate: -50% 100%;
}

.voice_ttl {
    background: #3a8ebd;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    padding: 5px;
    margin-bottom: 20px;
}

.voice {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
}

.voice li {
    width: calc(100% / 2 - 20px);
}

.voice li:nth-child(n+3) {
    margin-top: 50px;
}

.voice dl {
    display: flex;
    justify-content: space-between;
}

.voice dt {
    width: 28%;
}

.voice dd {
    width: 71%;
    display: flex;
    align-items: center;
    background: #fff;
    border: 3px solid #000;
    padding: 20px;
    border-radius: 20px;
}

.course {
    list-style: none;
}

.course li:nth-child(n+2) {
    margin-top: 50px;
}

.course dl {
    display: flex;
    justify-content: space-between;
}

.course dt {
    width: 33%
}

.course dd {
    width: 66%;
    display: flex;
    flex-direction: column;
}

.course h3 {
    color: #3A8EBD;
    border-bottom: dashed #3A8EBD 1px;
    font-size: 1.5em;
    line-height: 1em;
    padding-bottom: .4em;
    margin-bottom: 15px;
}

.course p {
    margin-bottom: 15px;
}

.course .coursebtn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: auto;
}

.course .coursebtn div {
    width: calc(100% / 3 - 10px);
}

.container::after {
    content: "";
    display: block;
    width: calc(100% / 3 - 10px);
    margin: 10px;
}

.coursebtn .btn_main2::after {
    display: none;
}

.aroundbox {
    background: #E0F4FF;
    padding: 20px;
    border-radius: 20px;
}

.aroundbox h3 {
    color: #3a8ebd;
    border-left: 8px solid #3a8ebd;
    border-bottom: 1px solid #3a8ebd;
    padding-left: 0.5em;
}

.aroundbox .aroundlist {
    padding-left: 1em;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.aroundbox li {
    width: calc(100% / 3 - 20px);
    margin-top: .8em;
}

.ques {
    font-size: 2em;
    margin-right: 15px;
    vertical-align: middle;
    line-height: 1em;
}

.anser {
    display: flex;
    align-items: baseline;
}

.anser .montserrat {
    font-size: 3em;
    font-weight: 600;
    margin-right: 15px;
    line-height: 1em;
}

.linezone {
    background: #CCEDDE;
    padding: 120px 0;
}

.sukicopy {
    text-align: center;
    margin-bottom: 20px;
}

.suki-content h2 {
    background: #fff;
    border: 2px solid #000;
    text-align: center;
    font-size: clamp(1.5rem, calc(1.44rem + 0.30000000000000004vw), 1.8rem);
    padding: .2em .3em;
    display: inline-block;
}

.suki-content p {
    font-size: clamp(1rem, calc(0.96rem + 0.19999999999999996vw), 1.2rem);
    font-weight: 600;
    margin-bottom: 20px
}

.tags {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.tags li {
    display: block;
    background: #fff;
    font-weight: 600;
    padding: 5px 15px;
    border-radius: 50px;
    margin-right: 15px;
    margin-bottom: 20px;
    font-size: clamp(1rem, calc(0.96rem + 0.19999999999999996vw), 1.2rem);
}

.tags li:last-child {
    margin-right: 0px;
}

.kougi h3 {
    font-size: 20px;
    color: #3A8EBD;
    border-bottom: 1px dashed #3A8EBD;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.kougi h3 span {
    background: #3A8EBD;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
    padding: 2px 20px;
}

.kougi p {
    margin-bottom: 0;
    font-size: 16px;
}

.modelbox {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

.model {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.model li {
    width: calc(100% / 2 - 20px);
}

.spbtns {
    list-style: none;
    display: none
}

.spot_contain {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.spot {
    margin-top: 20px;
    border-radius: 10px;
    background: #fff;
    padding: 15px;
    width: calc(100% / 2 - 10px);
}

.spot h3 {
    color: #fff;
    background: #3a8ebd;
    border-radius: 50px;
    font-size: 18px;
}

.spot ul {
    padding-left: 1em;
    list-style: disc;
}

.spot li {
    width: 100%;
    font-size: 14px;
}

/*media acordion------------------
---------------------------------*/

.accordion-container {
    margin: 0px auto 0;
    width: 100%;
}

.accordion-list {
    border: 3px solid #f7b52d;
    border-radius: 10px;
}

.accordion-list:not(:first-child) {
    margin-top: 20px;
}

.accordion-title {
    cursor: pointer;
    font-size: clamp(1rem, calc(0.94rem + 0.30000000000000004vw), 1.3rem);
    padding: 20px 20px;
    position: relative;
    text-align: center;
    background: #fff;
    font-weight: 600;
    color: #f7b52d;
    border-radius: 10px;
}


.dli-chevron-down {
    display: block;
    vertical-align: middle;
    color: #74b9ff;
    line-height: 1;
    width: 1.8em;
    height: 1.8em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    margin: 20px auto;
}


.accordion-title:before {
    position: absolute;
    content: '';
    top: 50%;
    right: 25px;
    height: 2px;
    width: 30px;
    background: #f7b52d;
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
}

.accordion-title:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 25px;
    height: 2px;
    width: 30px;
    background: #f7b52d;
    transition: all .3s ease-in-out;
}

.accordion-title.open:before {
    transform: rotate(180deg);
}

.accordion-title.open:after {
    opacity: 0;
}

.accordion-text {
    display: none;
    padding: 40px;
    background: #fff;
}

.accordion-text p {
    font-size: 20px;
}

.accordion-text p a {
    text-decoration: none;
    color: #000;
}

.accordion-text p:nth-child(n+2) {
    margin-top: 20px;
}

/*------------------------------
-----------------------------*/
.blue-accordion {
    width: 100%;
    font-family: sans-serif;
}

.blue-accordion-item {
    overflow: hidden;
    border: 3px solid #000;
    border-radius: 20px;
}

.blue-accordion-item:nth-child(n+2) {
    margin-top: 50px;
}

.blue-accordion-button {
    width: 100%;
    background-color: #3A8EBD;
    color: white;
    font-size: clamp(1.3rem, calc(1.24rem + 0.30000000000000004vw), 1.6rem);
    font-weight: bold;
    padding: 30px 15px;
    /* 左右の余白調整（中央寄せ＋右にアイコンスペース） */
    text-align: center;
    /* ← テキストを中央に */
    position: relative;
    cursor: pointer;
    border: none;
    transition: background-color 0.3s ease;
}

/* 矢印を右端に固定配置（絶対位置） */
.blue-accordion-arrow {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 30px;
    height: 30px;
    border-right: 3px solid white;
    border-bottom: 3px solid white;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.blue-accordion-button.active .blue-accordion-arrow {
    transform: rotate(225deg);
}

.blue-accordion-panel {
    background-color: #3A8EBD;
    color: white;
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    transition: max-height 0.4s ease, padding 0.3s ease;
}

.blue-accordion-panel.open {
    padding: 20px;
    max-height: 100%;
    /* 十分な高さに */
}

.blue-accordion-panel p {
    margin: 0;
    line-height: 1.6;
}

/*acbox----------------------------
-----------------------------*/

.acbox_seemore {
    width: 100%;
    margin: 0 auto;
    /* ラベルと開く部分を分離する時は数値を入れる */
    /* ボックス全体の位置調整 */
}

.acbox_seemore label {
    color: #fff;
    width: auto;
    font-size: 18px;
    /* ラベルの文字サイズ */
    font-weight: bold;
    text-align: center;
    position: relative;
    display: block;
    padding: 15px;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
    border: 1px solid #fff;
    max-width: 360px;
    margin: 0 auto;
}

.acbox_seemore label:hover {
    background: #fff;
    color: #E52D27;
}

.acbox_seemore input {
    display: none;
}

.acbox_seemore input:checked ~ label::after {
    content: "\f077";
    /* ラベルのアイコン */
    position: absolute;
    top: 44%;
    margin-top: -14px;
    margin-left: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.acbox_seemore label:after {
    content: "\f078";
    /* ラベルのアイコン */
    position: absolute;
    top: 44%;
    margin-top: -14px;
    margin-left: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.acbox_seemore .acbox-under {
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    /* 開閉スピードの設定 */
}

.acbox_seemore input:checked ~ .acbox-under {
    height: auto;
    padding: 20px 0;
    /* 開いた部分の枠内の余白 */
    border-radius: 0px;
    background: transparent;
    /* 開いた部分の背景色 */
    opacity: 1 !important;
}

/*------------------------------
-----------------------------*/

.photo_on {
    display: flex;
    justify-content: space-between;
}

.photo_box {
    width: 30%
}

.tex_box {
    width: 68%;
}

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    display: inline-block;
}



/*button*/

.btn_box {
    max-width: 400px;
    margin: auto;
}

.btn_main {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #3A8EBD;
    border: 2px solid #000;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    padding: 25px 15px;
    -webkit-transition: .5s;
    transition: .5s;
    letter-spacing: 0.1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    transition: ease .3s;
    border-radius: 100px;
    font-weight: 600;
}

.btn_main:after {
    content: '';
    position: absolute;
    top: 38%;
    right: 30px;
    width: 18px;
    height: 18px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    transition: all .3s;
}

.btn_main:hover {
    background-color: #fff;
    border-color: #3A8EBD;
    color: #3A8EBD;
    opacity: 1;
}


.btn_main:hover:after {
    right: 25px;
    border-top: 1px solid #3A8EBD;
    border-right: 1px solid #3A8EBD;
}


.btn_main2 {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #F8B62D;
    border: 2px solid #000;
    font-size: 20px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    padding: 25px 15px;
    -webkit-transition: .5s;
    transition: .5s;
    letter-spacing: 0.1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    transition: ease .3s;
    border-radius: 100px;
    font-weight: 600;
}

.btn_main2:after {
    content: '';
    position: absolute;
    top: 38%;
    right: 30px;
    width: 18px;
    height: 18px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    transition: all .3s;
}

.btn_main2:hover {
    background-color: transparent;
    border-color: #000;
    color: #000;
    opacity: 1;
}


.btn_main2:hover:after {
    right: 25px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}


.newspaper {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.newspaper li {
    width: calc(100% / 3 - 20px);
}

.topic_ttl {
    color: #e52d27;
    border-bottom: 1px solid #e52d27;
    margin-bottom: 20px;
}

.prog_attension,
.taikencap {
    background: #fff;
    padding: 20px;
    border: 3px solid #000;
    border-radius: 20px;
    margin-bottom: 50px;
}

.prog_attension h3 {
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    line-height: 1em;
    padding-bottom: 10px;
    font-size: 24px;
}


.prog_attension ol {
    padding-left: 1.5em;
}

.prog_attension li {
    margin-top: 15px;
}

.prog_hero {
    background: #F8B62D !important;
}

.prog_hero .time {
    color: #000;
}

.prog_hero .time span {
    background: #000 !important;
}

.obase_ore {
    background: #FF6112 !important;
    color: #fff;
}

.obase_gre {
    background: #13AE67 !important;
    color: #fff;
}


.obase_ore.zen-maru-gothic-medium,
.obase_gre.zen-maru-gothic-medium {
    padding: 5px 15px;
    font-size: clamp(1rem, calc(0.96rem + 0.19999999999999996vw), 1.2rem);
    border-radius: 50px;
}

/*MAINend---------------------------------------------------------------------*/

/*FOOTER----------------------------------------------------------------------*/

#footer {
    padding: clamp(50px, 9vw, 120px) 0;
    background: #2C89C3;
}

#footer ul {
    list-style: none;
}

#footer p {
    font-weight: 500;
    color: #fff;
}

.foot_logobox {
    width: 100%;
    max-width: 350px
}

.separate {
    width: 100%;
    height: 1px;
    background: #fff;
    margin: 20px auto;
}

.snsbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.snsbox {
    max-width: 200px;
}

.snsbox a {
    width: calc(100% / 3 - 10px);
}


.footeritem {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/*FOOTERend-------------------------------------------------------------------*/


@media only screen and (max-width: 1080px) {
    .wrap1080 {
        padding: 0 15px;
    }
}


@media only screen and (max-width: 1024px) {

    .follow_l,
    .follow_r {
        display: none;
    }

    /*HEADER----------------------------------------------------------------------*/


    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
        background: transparent;
    }


    #top-head.fixed .logo {
        font-size: 24px;
        color: #333;
    }



    #top-head.fixed .logo,
    #top-head .logo {
        max-width: 300px
    }


    /*HEADERend-------------------------------------------------------------------*/

    /*MAIN------------------------------------------------------------------------*/

    .wrap1000 {
        padding: 0 15px;
    }


    .books li {
        width: calc(100% / 3 - 20px);
    }

    .books li:nth-child(n+4) {
        margin-top: 50px;
    }

    /* 親要素の疑似要素 */
    .books::after {
        content: "";
        display: block;
        width: calc(100% / 3 - 20px);
    }

    .cover {
        height: 45vw;
    }

    .main_v_name {
        width: 40vw;
        bottom: 5%;
    }

    .main_v_parson {
        width: 75vw;
        top: auto;
        bottom: -11vw;
        right: -5%;
        z-index: 1;
        max-width: 700px;
    }


    .main_v_copy {
        width: 60vw
    }

    .spbtns {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        position: fixed;
        bottom: 0;
        z-index: 1;
        width: 100%;
    }


    .spbtns li {
        width: calc(100% / 2);
    }

    ul.top_topic {
        display: none;
    }

    /*MAINend---------------------------------------------------------------------*/

    /*FOOTER----------------------------------------------------------------------*/

    .past_site li {
        width: calc(100% / 1);
    }

    .past_site li:nth-child(n+2) {
        margin-top: 20px;
    }

    /*FOOTERend-------------------------------------------------------------------*/

}

@media only screen and (max-width: 599px) {

    body {
        font-size: 14px;
    }

    .pc_only {
        display: none;
    }

    .sp_only {
        display: block;
    }

    .mt100 {
        padding-top: 21vw;
    }

    .mb100 {
        padding-bottom: 21vw;
    }

    /*HEADER----------------------------------------------------------------------*/

    #top-head {
        height: 70px;
    }

    #nav-toggle {
        height: 70px;
        padding: 7px;
    }

    #top-head.fixed .logo,
    #top-head .logo {
        max-width: 250px;
    }

    /*HEADERend-------------------------------------------------------------------*/

    /*MAIN------------------------------------------------------------------------*/


    .m120,
    .mesh_bl,
    .mesh_ye {
        padding: 80px 0;
    }

    .mt120 {
        padding-top: 80px;
    }

    .btn_main,
    .btn_main2 {
        font-size: 16px;
    }

    .area_ttl p {
        font-size: 14px;
    }

    .points li:nth-child(n+2),
    .lunchbox li:nth-child(n+2),
    .voice li:nth-child(n+2),
    .model li:nth-child(n+2) {
        margin-top: 50px;
    }

    .course .coursebtn div:nth-child(n+2),
    .snsbox,
    .spot li {
        margin-top: 20px !important;
    }

    .points li,
    .lunchbox li,
    .voice li,
    .course .coursebtn div,
    .aroundbox li,
    .spot,
    .model li {
        width: calc(100% / 1);
    }

    .suki-arrow::before,
    .blue-accordion-arrow {
        width: 20px;
        height: 20px;
    }

    .blue-accordion-arrow {
        right: 15px;
    }

    .suki-box {
        padding: 0 15px;
    }

    .tags li {
        margin-bottom: 15px;
    }

    .kougi h3 span {
        margin-left: 0;
    }

    .suki-content h2 {
        display: block;
    }

    h3.voice_ttl {
        font-size: 18px;
    }

    .course dl,
    .programlist li,
    .progttl,
    .footeritem {
        flex-direction: column;
    }

    .course dt,
    .course dd,
    .progtex,
    .iconbox {
        width: 100%;
    }

    .iconbox {
        max-width: 80%;
        margin: 0 auto 20px;
    }

    .course dt {
        margin-bottom: 20px;
    }

    .accordion-title:before {
        right: 15px;
        width: 20px;
    }

    .progttl {
        align-items: flex-start;
    }

    .accordion-title:after {
        right: 15px;
        width: 20px;
    }


    .linezone .sp_only {
        max-width: 80%;
        margin: 0 auto;
    }

    .taikencap {
        text-align: center;
        line-height: 2em !important;
    }

    /*MAINend---------------------------------------------------------------------*/

    /*FOOTER----------------------------------------------------------------------*/
    /*FOOTERend-------------------------------------------------------------------*/

}
