.w-1440{
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
}
.w-1100{
    width: 100%;
    max-width: 1100px;
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
}
.w-1000{
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
}
header.section-header {
    border-bottom: 1px solid #FB7B27;
    position: fixed;
    z-index: 9999;
    width: 100%;
    background-color: #FFF8F1;
}
header.section-header {
    border-bottom: 1px solid #FB7B27;
}.section-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    height:auto;
}
.section-header__inner__navi-group{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
}
.section-header__inner__navi{
    display: flex;
    align-items: center;
    margin-right: 0px;
    font-size: 14px;
}

.section-header__inner__navi > li{
    margin-right: 24px;
    cursor: pointer;
    position: relative;
}
.section-header__inner__navi > li a{
    transition: .25s;
}
.section-header__inner__navi > li:hover > a{
    color: #FB7B27;
    transition: .25s;
}

.section-header__inner__navi li.header-acordion-btn ul::before{
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-100px);
    height: 100px;
    width: 100%;
    content: "";
}

ul.pc.head-sns-link__pc {
    display: flex;
    gap: 16px;
}


ul.pc.head-sns-link__pc li {
width: 36px;
height: 36px;
}

ul.pc.head-sns-link__pc li img {
width: 100%;
height: 100%;
object-fit: contain;
object-position: center;
}


.section-header__inner__navi li.header-acordion-btn ul {
 display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFF8F1;
    width: max-content;
    padding: 22px;
    top: 32px;
    font-size: 12px;
    border: 1px solid #fb7b26;
    border-radius: 10px;
}

.section-header__inner__navi li.header-acordion-btn ul li:last-of-type{
    margin-bottom: 0;
}

.section-header__inner__navi li.header-acordion-btn ul li{
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    display: flex;
}
.section-header__inner__navi li.header-acordion-btn ul li:hover a{
    color: #FB7B27;
}
.section-header__inner__navi li.header-acordion-btn ul li:hover{
    padding-left: 20px;
}
.section-header__inner__navi li.header-acordion-btn ul li:hover::before{
    color: #FB7B27;
    content: "";
    display: block;
    margin-right: 8px;
    width: 10px;
    height: 10px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background: #ff9149;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
}

.section-header__inner__navi li.header-acordion-btn:hover ul{
display: block;

}
.section-header__inner__navi li:last-of-type{
    margin-right: 0px;
}
.section-header__inner__navi a{
display: block;
color: #5D5D5D;
}

h1.section-header__inner__logo {
    width: 220px;
    height: auto;
}
h1.section-header__inner__logo a{
display:block;
}

h1.section-header__inner__logo img{
    width: 100%;
    object-fit: contain;
}
a.section-header__inner__tel {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    width: max-content;
}

a.section-header__inner__tel span {
    display: block;
}a.section-header__inner__tel span:first-of-type {
    font-size: 18px;
    color: #FB7B27;
    letter-spacing: 0;
}
a.section-header__inner__tel span:last-of-type {
    font-size: 10px;
    margin-top: 2px;
}

a.section-header__inner__contact{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 50px;
    text-align: center;
    border-radius: 1000000px;
    color: #fff;
    background-color: #FB7B27;
}
ul.section-header__inner__btn-group {
align-items: center;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}

ul.section-header__inner__btn-group li:last-of-type{
    width: 180px;
    order: 1;
}
ul.section-header__inner__btn-group li:first-of-type a {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
}ul.section-header__inner__btn-group li:last-of-type a {
    background-color: #FB7B27;
    color: #fff;
    /* padding: 10px; */
    border-radius: 100000px;
    display: block;
    text-align: center;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 6px;
    margin-right: 0;
    font-size: 14px;
}

ul.section-header__inner__btn-group li:first-of-type a span{
    height: 29px;
    width: 29px;
    display: block;
}
ul.section-header__inner__btn-group li:first-of-type a span img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.section-fv__inner {
    position: relative;
    height: 780px;
}
.section-fv__inner::before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background-image: url(../images/top/fv-before.png);
    width: 100%;
    height: 100%;
    z-index: 2;
    background-size: contain;
    background-position: bottom;
}.section-fv__slider {
    height: 100%;
    margin-inline: auto;
    overflow: hidden; /* 画像がはみ出ないようにする */
    width: 100%;
    max-width: 1440px;
}

.section-fv__slider img {
    width: 100%;
}

.add-animation {
    animation: zoomUp 10s linear 0s normal both;
}

.enlarge {
    /* 必要に応じてズームインのスタイルを指定 */
    transform: scale(1.1);
}

.remove-animation {
    /* ズームアウト用のスタイルを指定する場合はこちらに記載 */
}

/* アニメーション定義 */
@keyframes zoomUp {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

  .section-fv__inner__ttl {
    font-size: 37px;
    font-weight: 700;
    position: absolute;
    bottom: 110px;
    left: 0;
    z-index: 2;
    color: #fff;
    padding-left: 50px;
}
.section-fv__inner__ttl span{
    background-color: #FB7B27;
    padding: 7px 22px;
    display: block;
    width: max-content;
    margin-bottom: 4px;
}

.section-event__slider__schedule {
    background: #fff;
    margin-top: 25px;
    padding: 18px 20px 18px;
    border-radius: 8px;
}
.section-event__inner >a {
    display: block;
    margin-top: 40px;
    background: #fb7b26;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 31px;
    border-radius: 1000px;
    line-height: 1;
    display: flex;
    justify-content: space-between;
align-items: center;
}

.section-event__slider__content > a{
        display: block;
        margin-top: 40px;
        background: #fb7b26;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        text-align: center;
        color: #fff;
        font-size: 16px;
        padding: 14px;
        border-radius: 1000px;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
}
.section-section01__inner.w-1440 > img {
    width: 80%;
    max-width: 600px;
    margin: auto;
    display: block;
    margin-top: 40px;
}
.section-event__inner >a img{
    width: 53px;
    height: 7px;
    object-fit: contain;
    display: block;
}


 
.section-fv__inner__illust {
    position: absolute;
    display: block;
    transform-origin: center bottom;
    animation: yurayura 4s linear infinite;
    z-index: 2;
}
.section-fv__inner__illust01{
width: 134px;
height: 170px;
left: 210px;
top: 210px;
}
.section-fv__inner__illust02{
    width: 140px;
    height: 190px;
    right: 380px;
    top: 100px;
    animation-delay: .25s;
}
.section-fv__inner__illust03{
    width: 107px;
    height: 157px;
    right: 170px;
    bottom: 190px;
    animation-delay: .5s;
}
.section-fv__inner__illust img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    
}
.section-section01__inner.w-1440{
    padding-top: 90px;
    position: relative;
}
.section-section01__inner.w-1440 h2 {
    font-size: 50px;
    color: #FB7B27;
    text-align: center;
    margin-bottom: 20px;
}
.section-section01__inner.w-1440 p {
    font-size: 18px;
    line-height: 2;
    text-align: center;
}.section-section01__inner {
    position: relative;
    height: 696px;
    background-color: #fff;
}
section.section-section01 {
    background-color: #ffb48e;
}
.section-section01__inner::before{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background-image: url(../images/top/section01-before.png);
    width: 100%;
    height: 100%;
    z-index: 2;
    background-size: contain;
    background-position: top;

    background-repeat: no-repeat;
}
ul.event-tab {
    margin-top: 30px;
}
ul.event-tab li {
    display: block;
    margin-bottom: 20px;
    border: 1px solid;
    color: #8C8C8C;
    padding: 16px;
    text-align: center;
    border-radius: 100px;
    transition: 0.01s;
}
ul.event-tab li.active{
    background-color: #fb7b26;
    color: #fff;
    transition: 0.01s;
    border: 1px solid #fb7b26;
}

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

.text-box-left {
    width: 50%;
}
.text-box-left > p{
    line-height: 2;
}
.slide-content-box > img {
    width: 50%;
    object-fit: cover;
    height: 100%;
    border-radius: 10000px 0 0 10000px;
    position: relative;
    right: -45px;
}
.section-event__slider__content{
    padding: 78px 45px 45px 45px;
    position: relative;
    margin-top: 40px;
}.section-event__slider__content h3 {
    font-size: 38px;
    margin-bottom: 15px;
}
.section-section01__content-box ul {
    display: flex;
    justify-content: space-between;

}
.section-section01__content-box ul li {
    width: calc(100% / 3);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
padding-top: 57px;
padding-bottom: 47px;
justify-content: center;
border: 8px solid #fff;
}

.section-section01__content-box ul li p{
    text-align: center;
}

.section-section01__content-box ul li:nth-of-type(1) {
background-color: #FFF1BC;
border-radius: 10000px 0 0 10000px;
}

.section-section01__content-box ul li:nth-of-type(2){
background-color: #CDFFE0;
border-left: 0px solid #fff;
border-right: 0px solid #fff;
}

.section-section01__content-box ul li:nth-of-type(3){
background-color: #CCF3FA;
border-radius: 0 10000px 10000px 0;
}

.section-section01__content-box ul li:nth-of-type(1) h3{
    color:#CCA107;
    width: 100%;
    text-align: center;
    margin-bottom: 14px;
    font-size: 34px;
    font-weight: 700;
}
.section-section01__content-box ul li:nth-of-type(2) h3{
    color:#2EA45A;
    width: 100%;
    text-align: center;
    margin-bottom: 14px;
    font-size: 34px;
    font-weight: 700;
}
.section-section01__content-box ul li:nth-of-type(3) h3{
    color:#218C9F;
    width: 100%;
    text-align: center;
    margin-bottom: 14px;
    font-size: 34px;
    font-weight: 700;
}
.section-section01__inner02.w-1100 > p {
    font-size: 35px;
    color: #fff;
    margin-top: 45px;
    text-align: center;
}.section-section01__inner02.w-1100 {
    padding-bottom: 100px;
    padding-top: 90px;
}
.section-section01__content-box {
    position: relative;
}
.section-section01__content-box h2 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 44px;
    background-color: #FB7B27;
    color: #fff;
    max-width: 525px;
    width: 100%;
    text-align: center;
    border-radius: 10000px;
    border: 8px solid;
}
.section-event__inner .section-event__ttl img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}.section-event__inner {
    display: flex;
    justify-content: space-between;
    padding-top: 100px;
    padding-bottom: 120px;
    flex-wrap: wrap;
}
.section-event__slider__wrap {
    width: calc(100% - 320px);
}
.section-event__inner .section-event__ttl {
   width: 240px;
   height: max-content;
   margin-bottom: 30px;
}

.section-footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-bottom: 100px;
    flex-wrap: wrap;
}
.section-footer__inner__navi__main{
display: flex;
align-items: center;
margin-right: 50px;
}
.section-footer__inner__navi__main li a{
display: block;
margin-right: 40px;
}
.section-footer__inner__navi__main li a:last-child{
display: block;
margin-right: 0px;
}

.section-footer__inner__group {
    width: 220px;
}
.section-footer__inner__navi {
    width: max-content;
    max-width: calc(100% - 400px);
    background-color: #FF9149;
    padding: 50px 20px 50px 85px;
    border-radius: 10000px 0 0 10000px;
    color: #fff;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.section-footer__inner__navi__main{
    flex-wrap: wrap;
    margin-right: 0;
}
.section-footer__inner__navi__main li{
    width: calc(100% / 3);
    margin-bottom: 20px;
}
.section-footer__inner__navi__main li:nth-of-type(1){
    order: 1;
}
.section-footer__inner__navi__main li:nth-of-type(2){
    order: 4;
}
.section-footer__inner__navi__main li:nth-of-type(3){
    order: 7;
}
.section-footer__inner__navi__main li:nth-of-type(4){
    order: 2;
}
.section-footer__inner__navi__main li:nth-of-type(5){
    order: 5;
}
.section-footer__inner__navi__main li:nth-of-type(6){
    order: 8;
}
.section-footer__inner__navi__main li:nth-of-type(7){
    order: 3;
}
.section-footer__inner__navi__main li:nth-of-type(8){
    order: 6;
}
.section-footer__inner__navi__main li:nth-of-type(9){
  order: 9;
}
.section-footer__inner__navi__main li:nth-of-type(10){
    order: 10;
}
.section-footer__inner__navi__main li:nth-of-type(11){
    order: 11;
}
.mobile-header {
    display: none;
}
.section-footer__inner__logo{
    margin-bottom: 24px;
}
.section-footer__inner__group img {
    width: 100%;
    height: max-content;
    object-fit: contain;
} 
.section-footer__inner__navi__btn span{
    width: 20px;
    height: 20px;
    margin-right: 8px;
    display: block;
}
.section-footer__inner__navi__main li:last-of-type{
    margin-right: 0px;
}
.section-footer__inner__navi__btn span img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.section-footer__inner__group .tel-btn{
font-size: 22px;
letter-spacing: 0;
color: #FB7B27;
font-weight: 700;
}
.section-footer__inner__group .tel-btn span{
    display: block;
    font-size: 11px;
    color: #5D5D5D;
    font-weight: 400;
}
ul.section-footer__inner__navi__btn{
display: flex;
}
ul.section-footer__inner__navi__btn li {
    width: 200px;
}
ul.section-footer__inner__navi__btn li a {
    background-color: #fff;
    border: 2px solid #fff;
    color: #5D5D5D;
    padding: 10px;
    display: block;
    border-radius: 100000px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border: 2px solid #CECECE;
}
ul.section-footer__inner__navi__btn li:last-of-type a {
    background-color:#FFF8F1;
    color: #FB7B27;
    /* padding: 10px; */
    border: 2px solid #fff;
    border-radius: 100000px;
    display: block;
    text-align: center;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}



section.page-ttl {
    padding-top: 110px;

}
.page-center-archive-content-list__inner.w-1000 {
    margin-bottom: 120px;
}
.center-content {
    background-color: #fff;
    padding: 50px;
    box-sizing: border-box;
    border-radius: 30px;
}
.center-content > div:first-of-type{
    margin-bottom: 32px;
}
.center-content > div:last-of-type {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.center-content > div:first-of-type h3{
font-size: 40px;
font-weight: 700;
color: #FB7B27;
margin-bottom: 20px;
}
.center-content > div:first-of-type p{
font-size: 18px;
line-height: 2;
color: #000;
}
.center-content > div:last-of-type div{
    display: block;
    width: calc(45% - 30px);
    max-height:240px;
}

.center-content > div:last-of-type div img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}
.center-content > div:last-of-type table{
    width: 55%;
}

.center-content > div:last-of-type table tbody{
    width: 100%;
}.center-content > div:last-of-type table tbody tr {
    display: flex;
    justify-content: space-between;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #fb7b26;
}
.center-content > div:last-of-type table tbody th {
    font-size: 14px;
    color: #fb7b26;
    width: 84px;
    display: block;
    font-weight: 400;
    letter-spacing: 0;
}
.center-content > div:last-of-type table tbody td{
    width: calc(100% - 100px);
    display: block;
    font-size: 14px;
}

.center-content > div:last-of-type table tbody td a {
    display: block;
    font-size: 10px;
    margin-top: 5px;
    color: #fb7b26;
}

section.page-ttl h2{
    font-size:120px;
    color:#FFB48E;
    text-align: center;
    line-height: 1.5;
    font-family: "Barlow Condensed", sans-serif;
    margin-bottom: 60px;
font-weight: 600;
}
section.page-ttl h2 span{
    font-size:25px;
    color:#FB7B27;
    text-align: center;
    margin-top: 10px;
    font-weight: 700;
    display: block;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.section-privacy p{
    font-size: 14px;
}
.section-privacy__inner {
    background-color: #fff;
    padding: 50px;
    border-radius: 25px;
    margin-bottom: 150px;
}

li.parent-term > a {
    font-size: 24px;
    margin-right: 40px;
}
li.parent-term {
    display: flex;
    justify-content: flex-start;
}
ul.child-terms{
    display: flex;
    justify-content: space-between;
}

ul.child-terms li.child-term a{
    display: block;
    color: #fff;
    font-size: 18px;
    background: #fb7b26;
    padding: 7px 20px;
    display: flex;
    align-items: center;
    border-radius: 1000px;
    margin-right: 10px;
}
ul.child-terms li.child-term a img{
    width: 10px;
    height: 5px;
    display: block;
    margin-left: 20px;
}
.page-center-archive{
    margin-bottom: 100px;
}

.section-illust-slider{
    background-color: #ffb48e;
}
.section-illust-slider__inner{
    height: 884px;
    position: relative;
}

.section-illust-slider__inner::before{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background-image: url(../images/top/img-wrap-before.png);
    width: 100%;
    height: 100%;
    z-index: 2;
    background-size: contain;
    background-position: bottom;
}.section-illust-slider__inner.w-1440 ul {
    height: 80%;
    position: relative;
    top: 10%;
}
.section-illust-slider__inner__illust{
    position: absolute;
z-index: 2;
transform-origin: center bottom;
animation: yurayura 4s linear infinite;
}
.section-illust-slider__inner__illust img{
width: 100%;
height: 100%;
object-fit: contain;
}.section-illust-slider__inner__illust01 {
    width: 214px;
    height: 212px;
    bottom: 150px;
    left: 180px;
}
.section-illust-slider__inner__illust02 {
    top: 10px;
    width: 254px;
    height: 247px;
    right: 190px;
    animation-delay: .5s;
}

.section-3step__inner{
    padding-top: 150px;
    padding-bottom: 85px;
}
.section-3step__inner h2{
    font-size: 50px;
    text-align: center;
    color: #FB7B27;
    font-weight: 700;
}
.section-3step__inner >p{
    line-height: 2;
    font-size: 18px;
    margin-bottom: 40px;
    text-align: center;
}

.section-3step__inner > ul {
    display: flex;
    justify-content: space-between;
}
.section-3step__inner > ul > li{
    border-radius: 1000px 1000px 0 0;
    padding-top: 40px;
    width:calc((100% / 3) - 20px);
    position: relative;
}
.section-3step__inner > ul > li h3{
    font-size: 20px;
    text-align: center;
    margin-bottom: 25px;
}
.section-3step__inner > ul > li h3 span{
    font-size: 32px;
    font-weight: 700;
    display: block;
    margin-top: 8px;
    text-align: center;
}
.section-3step__inner > ul > li:first-of-type{
    background:#C0EFF8;
    border: 4px solid #92DEEB;
}
.section-3step__inner > ul > li:nth-of-type(2){
    background:#BAF5D1;
    border: 4px solid #8AE3AB;
}
.section-3step__inner > ul > li:nth-of-type(3){
    background:#FFEFB2;
    border: 4px solid #F7DF84;
}
.section-3step__inner > ul > li:first-of-type h3 span{
    color: #218C9F;
}

.section-3step__inner > ul > li:nth-of-type(2) h3 span{
    color: #2EA45A;
}
.section-3step__inner > ul > li:nth-of-type(3) h3 span{
    color: #CCA107;
}
.section-3step__inner > ul > li > div{
    background-color: #ffffff8c;
    padding: 20px 16px;
}

.section-3step__inner > ul > li > div p{
    text-align: left;
    font-size: 14px;

}
.section-3step__inner > ul > li>ul{
    margin-top: 25px;
    padding-left: 25px;
    display: flex;
    flex-wrap: wrap;
    padding-right: 25px;
    padding-bottom: 25px;
}

.section-3step__inner > ul > li > ul > li{
    font-size: 14px;
    color: #fff;
    padding: 4px 20px;
    margin-bottom: 5px;
    border-radius: 10000px;
    margin-right: 5px;
    letter-spacing: 0;
}

.section-3step__inner > ul > li:nth-of-type(1) > ul > li{
    background-color: #2DC1DC;
}
.section-3step__inner > ul > li:nth-of-type(2) > ul > li{
    background-color: #70D496;
}
.section-3step__inner > ul > li:nth-of-type(3) > ul > li{
    background-color: #E4C551;
}

.section-illust-slider__inner.w-1440 ul picture, .section-illust-slider__inner.w-1440 ul picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-event__slider__tag {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, -50%);
    font-size: 30px;
    padding: 0 44px;
    height: 88px;
    width: 442px;
    display: flex;
    align-items: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 1000px 1000px 1000px 0;
    background-position: left top;
}

.section-3step__inner > ul > li:first-of-type::before{
    background-image: url(../images/top/step01.png);
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    width: 111px;
    height: 90px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: -10px;
    top: 50px;

}
.section-3step__inner > ul > li:nth-of-type(2)::before{
    background-image: url(../images/top/step02.png);
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 92px;
    height: 107px;

    right: -10px;
    top: 10px;
}
.section-3step__inner > ul > li:nth-of-type(3)::before{
    background-image: url(../images/top/step03.png);
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 94px;
    height: 169px;

    bottom: -40px;
    right: 20px;
}

section.section-privacy {
    margin-bottom: 120px;
}
.tab-content > p{
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
}
@keyframes yurayura {
    0% , 100%{
        transform: rotate(10deg);
    }
    50%{
        transform: rotate(-10deg);
    }
  }

  @keyframes zoomUp {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.15); /* 拡大率 */
    }
  }





  @media screen and (max-width:1440px) {
    .w-1440{
        width: 100%;
        max-width: 1440px;
        margin: auto;
        padding-right: 20px;
        padding-left: 20px;
        box-sizing: border-box;
    }
    .section.section-privacy{
        padding-right: 20px;
        padding-left: 20px;
    }
    section.section-privacy {
        padding: 0 20px;
        margin-bottom: 120px;
    }
    .section-footer__inner__navi {
        width: calc(100% - 340px);
        background-color: #FF9149;
        padding: 40px 20px 40px 85px;
        border-radius: 10000px 0 0 10000px;
        color: #fff;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        max-width: none;
    }
    ul.section-footer__inner__navi__btn {
        display: flex;
        margin-top: 24px;
    }
    .section-footer__inner__navi__main {
        display: flex;
        align-items: center;
        margin-right: 0;
    }
    .section-fv__inner {
        position: relative;
        height: 54vw;
    }
    .section-section01__inner {
        position: relative;
        height: 48.3vw;
        background-color: #fff;
    }
    .section-section01__inner.w-1440 {
        padding-top: 40px;
    }
    .section-section01__inner.w-1440 h2 {
        font-size: 32px;
        color: #FB7B27;
        text-align: center;
        margin-bottom: 20px;
    }
    .section-section01__inner.w-1440 p {
        font-size: 14px;
        line-height: 2;
        text-align: center;
    }
    .section-fv__inner__illust01 {
        width: 10vw;
        height: 13vw;
        left: 14vw;
        top: 10vw;
    }
    .section-fv__inner__illust02 {
        width: 11vw;
        height: 15vw;
        right: 19vw;
        top: 8vw;
        animation-delay: .25s;
    }
    .section-fv__inner__illust03 {
        width: 8vw;
        height: 12vw;
        right: 10vw;
        bottom: 11vw;
        animation-delay: .5s;
    }
    .section-fv__inner__ttl {
        font-size: 37px;
        font-weight: 700;
        position: absolute;
        bottom: 24px;
        left: 0;
        z-index: 2;
        color: #fff;
        padding-left: 40px;
    }
    .section-fv__inner__ttl span {
        background-color: #FB7B27;
        padding: 7px 16px;
        display: block;
        width: max-content;
        margin-bottom: 4px;
    }.section-section01__content-box ul li:nth-of-type(1) h3,
    .section-section01__content-box ul li:nth-of-type(2) h3,
    .section-section01__content-box ul li:nth-of-type(3) h3{
        font-size: 24px;
        margin-bottom: 8px;

    }
    .section-section01__content-box ul li {
        width: calc(100% / 3);
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-top: 40px;
        padding-bottom: 32px;
        justify-content: center;
        border: 4px solid #fff;
    }
    .section-section01__content-box h2 {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size: 32px;
        background-color: #FB7B27;
        color: #fff;
        max-width: 525px;
        width: 100%;
        text-align: center;
        border-radius: 10000px;
        border: 4px solid;
    }

    .section-illust-slider__inner {
        height: 53vw;
        position: relative;
    }.section-illust-slider__inner__illust02 {
        top: 4vw;
        width: 12vw;
        height: 12vw;
        right: 19vw;
        animation-delay: .5s;
    }
    span.section-illust-slider__inner__illust.section-illust-slider__inner__illust01{
        
        width: 12vw;
        height: 12vw;
        left: 17vw;
        animation-delay: .5s;
    }
    .section-illust-slider__inner.w-1440 ul picture, .section-illust-slider__inner.w-1440 ul picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
  }

/* Hamburger Menu Icon */
.hamburger-icon {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #FB7B27;
    margin: 6px 0;
    transition: 0.4s;
    position: relative;
}

/* SP Menu */
.sp-menu {
    display: none;
    flex-direction: column;
    background-color: #FF9149;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    color: #fff;
    justify-content: center;
    width: max-content;
    padding: 40px;

}
ul.header-top__navi{
    text-align: left;
}
@media screen and (max-width:640px) {
    .sp-menu{
        padding: 0;
        width: 100%;
    }
}
section.section-fv,.section-illust-slider{
    overflow: hidden;
}
.sp-menu.active {
    display: flex;
    height:100vh;
}

  .mobile-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    width: max-content;
    height:max-content;
    top: 0;
    left: 0;
    z-index: 999;
    transition: background-color 0.4s;
}
ul.header-top__navi li a {
    margin: auto;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}
ul.header-top__navi li a.section-header__inner__tel span:first-of-type{
    color: #fff;
}
.hamburger-menu {
    position: relative;
    cursor: pointer;
    z-index: 9999;
    margin-left: 20px;
    display: none;
}
ul.header-top__navi li {
    margin-bottom: 20px;
}
li.sp-insta {
    margin-top: 40px;
}
ul.header-top__navi  li.sp-contact a {
    display: block;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #fff;
    border-radius: 10000px;
    padding: 10px;
    color: #FF9149 !important;
    background-color: #fff;
    margin-bottom: 48px;
    text-align: center;
}

ul.header-top__navi li.sp-insta a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #fff;
    border-radius: 10000px;
    padding: 10px;
    color: #FF9149 !important;
    background-color: #fff;
    color: #5D5D5D;
}

.hamburger-menu.active .hamburger-icon:nth-child(1) {
    transform: rotate(45deg) translate(4px, 8px);
}

.hamburger-menu.active .hamburger-icon:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.active .hamburger-icon:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -8px);
}

.mobile-header.active {
    background-color: #DED9C8;
}

.active .hamburger-icon{
    background-color: #fff;
}

  @media screen and (max-width:1400px) {
    .section-fv__inner__ttl {
        font-size: 28px;
        font-weight: 700;
        position: absolute;
        bottom: 110px;
        left: 0;
        z-index: 2;
        color: #fff;
        padding-left: 40px;
    }
    li.sp-insta a span{
        margin-right: 14px;
    }
    
    li.sp-insta a span,
    li.sp-insta a span img{
        width: 20px;
        height: 20px;
        display: block;
    }
    .w-1100{
        width: 100%;
        max-width: 1100px;
        margin: auto;
        padding-right: 20px;
        padding-left: 20px;
        box-sizing: border-box;
    }
    .w-1000{
        width: 100%;
        max-width: 1000px;
        margin: auto;
        padding-right: 20px;
        padding-left: 20px;
        box-sizing: border-box;
    }
    .section-header__inner{
    flex-wrap:wrap;
    }
    .section-header__inner__navi-group {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    ul.section-footer__inner__navi__btn {
        display: flex;
        margin-top: 14px;
    }
    .slide-content-box > img{
        right: -32px;
    }
    .section-footer__inner__navi {
        background-color: #FF9149;
        padding: 40px 20px 40px 85px;
        border-radius: 10000px 0 0 10000px;
        color: #fff;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    section.page-ttl h2 {
        font-size: 56px;
        color: #FFB48E;
        text-align: center;
        line-height: 1.5;
        margin-bottom: 40px;
    }
    section.page-ttl h2 span {
        font-size: 18px;
        color: #FB7B27;
        text-align: center;
        margin-top: 8px;
        font-weight: 700;
        display: block;
    }
    .center-content > div:first-of-type h3 {
        font-size: 32px;
        font-weight: 700;
        color: #FB7B27;
        margin-bottom: 16px;
    }
    .center-content > div:first-of-type p {
        font-size: 16px;
        line-height: 2;
        color: #000;
    }
    .section-section01__inner02.w-1100 > p {
        font-size: 28px;
        color: #fff;
        margin-top: 32px;
        text-align: center;
    }
    .section-3step__inner {
        padding-top: 100px;
        padding-bottom: 120px;
    }
    .section-event__slider__content h3 {
        font-size: 24px;
        margin-bottom: 8px;
    }
    .text-box-left > p {
        line-height: 2;
        font-size: 14px;
    }
    .section-event__slider__content {
        padding: 78px 32px 32px 32px;
        position: relative;
        margin-top: 40px;
    }
    .section-section01__inner.w-1440 > img {
        width: 40vw;
        max-width: 600px;
        margin: auto;
        display: block;
        margin-top: 3vw;
    }

  }

.copyright{
    text-align: right;
    margin-right: 20px;
    font-size: 12px;
    width: 100%;
    color: #D6BDAC;
    margin-top: 20px;
}
@media screen and (max-width:1180px) {
    ul.section-header__inner__navi, ul.section-header__inner__btn-group {
        display: none !important;
    }
    .hamburger-menu {
        position: relative;
        cursor: pointer;
        z-index: 9999;
        margin-left: 20px;
        display: block;
    }
    a.section-header__inner__tel span:last-of-type{
        font-size: 10px;
    }
    a.section-header__inner__tel span:first-of-type {
        font-size: 20px;
        color: #FB7B27;
        letter-spacing: 0;
    }
}
  @media screen and (max-width:640px) {

    
    .copyright{
        text-align: center;
        margin-right: 0px;
        font-size: 10px;
        width: 100%;
        background-color: #FF9149;
        color: #fff;
        position: relative;
        margin-top: -1px;
        padding-bottom: 25px;
    }
.tab-content > p{
    text-align: center;
    font-size: 14px;
}
    .section-event__slider__tag {
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(0, -50%);
        font-size: 15px;
        padding: 17px;
        height: 50px;
        width: 200px;
        display: flex;
        align-items: center;
        background-size: contain;
        background-repeat: no-repeat;
        border-radius: 1000px 1000px 1000px 0;
        background-position: left top;
    }
    .section-event__slider__schedule {
        background: #fff;
        margin-top: 25px;
        padding: 18px 20px 18px;
        border-radius: 8px;
        font-size: 14px;
    }
    .section-event__slider__schedule h4 {
        font-size: 15px;
    }
    .section-event__slider__content {
        padding: 45px 15px 32px 15px;
        position: relative;
        margin-top: 40px;
    }
    .section-fv__inner {
        position: relative;
        height: 90vh;
        padding-top: 40vh;
        padding-left: 0;
        padding-right: 0;
    }
    ul.section-fv__slider.slick-initialized.slick-slider picture, ul.section-fv__slider.slick-initialized.slick-slider picture img {
        height: 100%;
        width: 100%;
        display: block;
        object-fit: cover;
    }.section-fv__inner::before {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        content: "";
        background-image: url(../images/top/fv-mask-sp.png);
        width: 100%;
        height: 59%;
        z-index: 2;
        background-size: contain;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .center-content > div:first-of-type p {
        font-size: 14px;
        line-height: 2;
        color: #000;
    }.slide-content-box {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .text-box-left {
        width: 100%;
    }
    .section-event__slider__wrap {
        width: 100%;
    }.section-event__inner {
        display: flex;
        justify-content: space-between;
        padding-top: 80px;
        padding-bottom: 80px;
        flex-wrap: wrap;
    }
    .section-3step__inner > ul > li {
        border-radius: 1000px 1000px 0 0;
        padding-top: 40px;
        width: 100%;
        position: relative;
        margin-bottom: 25px;
    }
    .section-3step__inner > ul > li > div {
        background-color: #ffffff8c;
        padding: 20px 16px;
        line-height: 2;
    }.section-3step__inner > ul > li:nth-of-type(3) >ul{
        width: 80%;
    }
    .section-3step__inner > ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }.slide-content-box > img {
        width: calc(100% + 15px);
        object-fit: cover;
        height: 100%;
        border-radius: 10000px 0 0 10000px;
        position: relative;
        right: 0;
        margin-top: 24px;
    }
    .section-section01__inner.w-1440 > img {
        width: 320px;
        max-width: 600px;
        margin: auto;
        display: block;
        margin-top: 3vw;
    }
    .section-3step__inner h2 {
        font-size: 27px;
        text-align: center;
        color: #FB7B27;
        font-weight: 700;
        margin-bottom: 32px;
    }
    .section-3step__inner >p {
        line-height: 2;
        font-size: 14px;
        margin-bottom: 40px;
        text-align: center;
    }
    .section-event__slider__content h3 {
        font-size: 24px;
        margin-bottom: 8px;
    }
    .section-event__slider__content h3 br {
       display: none;
    }
    .center-content > div:last-of-type table tbody tr{
        flex-wrap: wrap;
    }
    .center-content > div:last-of-type table tbody th{
        width: 100%;
    }
    .center-content > div:last-of-type table tbody td{
        width: 100%;
    }
    .center-content > div:last-of-type {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .center-content > div:first-of-type h3 {
        font-size: 24px;
        font-weight: 700;
        color: #FB7B27;
        margin-bottom: 8px;
    }
    .center-content > div:last-of-type div {
        display: block;
        width: 100%;
        max-width: 330px;
        margin: auto;
        margin-bottom: 24px;
    }.center-content {
        background-color: #fff;
        padding: 32px 20px;
        box-sizing: border-box;
        border-radius: 15px;
    }
    .center-content > div:last-of-type table {
        width: 100%;
    }
    .section-footer__inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 20px;
        padding-bottom: 100px;
        flex-wrap: wrap;
    }

    .section-footer__inner__navi {
        width:100%;
        padding: 100px 20px 50px 20px;
        border-radius: 10000px 10000px 0 0;
        color: #fff;
        display: flex;
        justify-content: space-between;
        max-width: 100%;
        flex-wrap: wrap;
    }
    .section-footer__inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 0;
        padding-bottom: 0;
        flex-wrap: wrap;
    }section.page-ttl h2 {
        font-size: 40px;
        color: #FFB48E;
        text-align: center;
        line-height: 1.5;
        margin-bottom: 40px;
    }
    .section-footer__inner__navi__main {
        display: flex;
        align-items: center;
        margin-right: 0;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        width: 100%;
        margin-bottom: 60px;
    }

    ul.section-footer__inner__navi__btn {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    ul.section-footer__inner__navi__btn li {
        width: 100%;
    }
    .section-footer__inner__navi__main li {
        margin-right: 0;
        width: 100%;
        margin-bottom: 18px;
    }
    ul.section-footer__inner__navi__btn li a {
        background-color: #fff;
      padding: 10px;
        display: block;
        border-radius: 100000px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        /* margin-right: 10px; */
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        max-width: 200px;
    }
    ul.section-footer__inner__navi__btn li:last-of-type a {
        /* padding: 10px; */
        margin-left: auto;
        margin-right: auto;
        border: 2px solid #fff;
        border-radius: 100000px;
        display: block;
        text-align: center;
        height: auto;
        align-items: center;
        display: flex;
        justify-content: center;
        padding: 10px;
        max-width: 200px;
    }
    .section-footer__inner__group {
        width: 100%;
        margin-bottom: 45px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
    }
    .section-footer__inner__group .tel-btn {
        font-size: 22px;
        letter-spacing: 0;
        color: #FB7B27;
        text-align: center;
    }
    .section-privacy__inner {
        background-color: #fff;
        padding: 30px;
        border-radius: 15px;
        margin-bottom: 150px;
    }
    section.page-ttl h2 span {
        font-size: 15px;
        color: #FB7B27;
        text-align: center;
        margin-top: 4px;
        display: block;
        font-weight: 700;
    }
    section.section-privacy {
        padding: 0 20px;
        margin-bottom: 120px;
    }
    h1.section-header__inner__logo {
        width: 160px;
        height: max-content;
    }
    
    .section-section01__inner.w-1440 h2 {
        font-size: 32px;
        color: #FB7B27;
        text-align: center;
        margin-bottom: 20px;
    }
    .section-section01__inner {
        position: relative;
        height: auto;
        background-color: #fff;
    }
    .section-section01__inner.w-1440 h2 {
        font-size: 27px;
        color: #FB7B27;
        text-align: center;
        margin-bottom: 20px;
    }
    .section-section01__inner.w-1440{
        padding-bottom: 30vw;

    }
    
.section-footer__inner__navi__main li:nth-of-type(1){
    order: 1;
}
.section-footer__inner__navi__main li:nth-of-type(2){
    order: 2;
}
.section-footer__inner__navi__main li:nth-of-type(3){
    order: 3;
}
.section-footer__inner__navi__main li:nth-of-type(4){
    order: 4;
}
.section-footer__inner__navi__main li:nth-of-type(5){
    order: 5;
}
.section-footer__inner__navi__main li:nth-of-type(6){
    order: 6;
}
.section-footer__inner__navi__main li:nth-of-type(7){
    order: 7;
}
.section-footer__inner__navi__main li:nth-of-type(8){
    order: 8;
}
.section-footer__inner__navi__main li:nth-of-type(9){
  order: 9;
}
    .section-illust-slider__inner::before {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        content: "";
        background-image: url(../images/top/movie-wrap-sp.png);
        width: 101%;
        height: 102%;
        z-index: 2;
        background-size: cover;
        background-position: bottom;
    }
    span.section-illust-slider__inner__illust.section-illust-slider__inner__illust01 {
        width: 23vw;
        height: 23vw;
        left: 7vw;
        bottom: 20vw;
        animation-delay: .5s;
    }
    .section-illust-slider__inner__illust02 {
        top: 2vw;
        width: 31vw;
        height: 30vw;
        right: 0;
        animation-delay: .5s;
    }
    .section-illust-slider__inner.w-1440 ul {
        height: 100%;
        position: relative;
        top: 0;
    }
    .section-illust-slider__inner {
        height: 139vw;
        position: relative;
        padding: 0;
    }
    .section-section01__inner.w-1440::before {
        position: absolute;
        display: block;
        bottom: -2px;
        background-image: url(../images/top/section01-before-sp.png);
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        content: "";
        height: 40vw;
        width: 100vw;
        top: auto;
        left: 50%;
        transform: none;
        transform: translateX(-50%);
    }
    .section-section01__inner::before {
        position: absolute;
        display: none;
    }
    ul.section-form__tab li:last-of-type{
        margin-bottom: 0;
    }
  }

  .sp{
    display: none;
  }

  @media screen and (max-width:640px) { 
    ul.header-top__navi li a {
        font-size: 14px;
        margin-bottom: 12px;
        text-align: center;
        width: 100%;
        display: block;
    }
    ul.header-top__navi li {
        margin-bottom: 12px;
    }
    li.sp-insta {
        margin-top: 20px;
    }
  .sp{
    display: block;
  }
  .section-event__inner .section-event__ttl img{
    display: none;
  }
  .section-event__inner .section-event__ttl{
    width: 100%;
    margin-bottom: 0;
  }ul.event-tab {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}ul.event-tab li {
    width: calc(50% - 5px);
    font-size: 14px;
    padding: 16px 0;
}
.section-event__inner >a {
    display: block;
    margin-top: 40px;
    background: #fb7b26;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 16px 32px;
    border-radius: 1000px;
    line-height: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}.section-section01__content-box{
width: 80%;
margin-left: auto;
margin-right: auto;
}
.section-section01__content-box ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.section-section01__content-box ul li{
    width: 100%;
}
.section-section01__content-box ul li:nth-of-type(1){
    border-radius: 10000px 10000px 0 0;
}
.section-section01__content-box ul li:nth-of-type(3){
    border-radius: 0 0 10000px 10000px;
}
.section-section01__content-box ul li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 45px;
    padding-bottom: 45px;
    justify-content: center;
    border: 4px solid #fff;
}.section-event__ttl h2 {
    font-size: 100px;
    color: #FFB48E;
    font-weight: 700;
    line-height: 1;
}
.section-event__ttl h2 span {
    font-size: 20px;
    color: #5D5D5D;
    display: block;
    margin-top: 10px;
}
.section-section01__content-box ul li:nth-of-type(1){
    border-radius: 10000px 10000px 0 0;
    padding-top: 70px;
}
.section-section01__content-box ul li:nth-of-type(3){
    border-radius: 0 0 10000px 10000px;
    padding-bottom: 70px;
}
.section-section01__inner02.w-1100 > p {
    font-size: 22px;
    color: #fff;
    margin-top: 32px;
    text-align: center;
}
.section-section01__content-box h2 {
    position: absolute;
    top: 50%;
    left: 0%;
    font-size: 32px;
    background-color: #FB7B27;
    color: #fff;
    max-width: 525px;
    width: 54px;
    text-align: center;
    border-radius: 10000px;
    border: 4px solid;
    padding-top: 80px;
    padding-bottom: 80px;
}
.section-section01__content-box ul li:nth-of-type(2){
    border-top: none;
    border-bottom: none;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
}
.section-fv__inner__ttl {
    font-size: 24px;
    font-weight: 700;
    position: absolute;
    bottom: 24px;
    left: 0;
    z-index: 2;
    color: #fff;
    padding-left: 30px;
    position: absolute;
    top: 80px;
}
.section-fv__inner__illust02 {
    width: 26vw;
    height: 35vw;
    right: 2vw;
    top: 68vw;
    animation-delay: .25s;
}
.section-fv__inner__illust01 {
    width: 25vw;
    height: 31vw;
    left: 6vw;
    top: 85vw;
    display: none;
}
.section-fv__inner__illust03 {
    width: 21vw;
    height: 30vw;
    right: 4vw;
    bottom: 11vw;
    animation-delay: .5s;
    display: none;
}
  }


  .section-what-gakudou__inner{
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
  }
  .section-what-gakudou__inner__txt h2{
    font-size: 32px;
    margin-bottom: 24px;
    color: #FB7B27;
    font-weight: 700;
  }
  .section-what-gakudou__inner__txt p{
    font-size: 16px;
    color: #5D5D5D;
    line-height: 1.8;
  }
  .section-what-gakudou__inner__txt{
    width: calc(50% - 10px);
    max-width: 480px;
  }
  .section-what-gakudou__inner img{
    width: calc(50% - 10px);
    max-width: 380px;
  }
  .section-what-procare{
    background-color: #fff;
  }
  .section-what-procare__inner{
    padding: 80px 0;
  }
  .section-what-procare__inner__flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section-what-procare__inner__flex img{
   width: calc(45% - 15px);
   object-fit: contain;
  }
  .section-what-procare__inner__flex .section-what-procare__inner__flex__txt{
   width: calc(55% - 15px);
  }

  .section-what-procare__inner__flex .section-what-procare__inner__flex__txt h3{
    font-size: 32px;  
    margin-bottom:24px ;
}
.section-what-procare__inner__flex .section-what-procare__inner__flex__txt h4{
  font-size: 24px;  
  margin-bottom:24px ;
}
.section-what-procare__inner__flex .section-what-procare__inner__flex__txt p{
  font-size: 18px;  
  line-height: 2;
}
  .section-what-procare__inner h2{
    color: #FB7B27;
    text-align: center;
    font-size: 32px;
    margin-bottom: 24px;
    font-weight: 700;
  }

  .section-what-procare__inner > p{
    font-size: 18px;
    text-align: center;
    line-height: 2;
    margin-bottom: 40px;
  }

  .section-shop-info{
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-shop-info__inner h2{
    text-align: center;
    color: #FB7B27;
    font-size: 32px;
    margin-bottom: 40px;
  }

  .section-shop-info__inner__flex {
    display: flex;
    justify-content: space-between;
}
.section-shop-info__inner__flex iframe{
width:  calc(45% - 10px);
}

.section-shop-info__inner__flex table{
width: calc(55% - 10px);
}

.section-shop-info__inner__flex table tbody{
    width: 100%;
}
.section-shop-info__inner__flex table tbody tr{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #fb7b26;
}
.section-shop-info__inner__flex table tbody tr th {
    width: 130px;
    font-size: 16px;
    font-weight: 400;
    color: #fb7b26;
}
.section-shop-info__inner__flex table tbody tr td{
    width: calc(100% - 110px);
    font-size: 16px;
    font-weight: 400;
}
.section-shop-info__inner__flex table tbody tr td a {
    display: block;
    font-size: 14px;
    margin-top: 14px;
    color: #fb7b26;
}

.section-shop-info__inner__flex iframe {
    width: calc(45% - 10px);
    height: 300px;
    border-radius: 10px;
}

.section-join{
    padding-top: 120px;
    background-size: cover;
    background-position: center;
    padding-bottom: 120px;
    margin-bottom: 120px;
    background-image: url(../images/first-time-user/bg-footer-join.png);
}
.section-join h2{
    text-align: center;
    color: #fff;
    font-size: 40px;
    margin-bottom: 40px;

}
.section-join ul{
    display: flex;
    justify-content: space-between;
}
.section-join ul li{
 font-size: 32px;
 width: calc(50% - 20px);
}
.section-join ul li a{
    display: block;
    background-color: #fff;
    width: 100%;
    text-align: center;
    color: #fb7b26;
    border-radius: 1000px;
    padding: 24px;
    font-size: 24px;
}

.page-about__ttl__inner.w-1000 p{
    text-align: center;
    font-size: 20px;
    line-height: 2;
}

.section-about-hininchi{
    padding-top: 120px;
    background-color: #fff;
    padding-bottom: 120px;
}
.section-about-hininchi__inner > h2{
    font-size: 40px;
    text-align: center;
    color: #fb7b26;
    margin-bottom: 32px;
}
.section-about-hininchi__inner > p{
    font-size: 18px;
    text-align: center;
    margin-bottom: 80px;
    line-height: 2;
}

.section-about__3step .section-3step__inner{
    padding-bottom: 80px;
}

.section-section01__inner02 > p {
    text-align: center;
    font-size: 32px;
    margin-top: 40px;
}

.section-1dayflow__inner{
    padding-top: 80px;
    padding-bottom: 80px;
}
.section-1dayflow__inner h2,
.section-oliginalprogram h2{
    font-size: 40px;
    color: #fb7b26;
    margin-bottom: 32px;
    text-align: center;
}

.section-1dayflow__inner p{
    margin-bottom: 40px;
    text-align: center;
    font-size: 18px;
}
.section-oliginalprogram p{
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 32px;
}
.section-1dayflow__inner img{
    width: 100%;
    object-fit: contain;
}
.list-style {
    max-width: 640px;
    width: 100%;
    background-color: #fff;
    padding: 40px 32px;
    margin: auto;
}
.list-style li{
    width: 100%;
    font-size: 16px;
    padding-left: 32px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px dashed #ccc;
    position: relative;
}
.list-style li::before{
    position: absolute;
    left: 0;
    top: calc(50% - 6px);
    text-replace: auto;
    transform: translateY(-50%);
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 1000px;
    background-color: #fb7b26;
    display: block;
}


.section-1dayflow{
    margin-bottom: 120px;
}
.section-program__link{
    padding-bottom: 80px;
    padding-top: 80px;
}
.section-program__link ul{
    display: flex;
    justify-content: space-between;
}
.section-program__link ul li{
    width: calc(50% - 10px);
}
.section-program__link a{
    padding: 24px;
    display: block;
    width: 100%;
    border: 1px solid #fb7b26;
    text-align: center;
    font-size: 24px;
    background-color: #fb7b26;
    color: #fff;
}
.section-program__link a:hover{
    transition: .25s;
    padding: 24px;
    display: block;
    width: 100%;
    color: #fb7b26;
    border: 1px solid #fb7b26;
    text-align: center;
    font-size: 24px;
    background-color: #fff;
}

.page-program__ttl__inner p{
    font-size: 18px;
    margin-bottom: 16px;
    line-height: 1.8;
}
.page-program__ttl__inner > span{
    font-size: 12px;
    line-height: 1.8;
}

.section-original-program__inner > h2{
    font-size: 40px;
    color: #fb7b26;
    text-align: center;
    margin-bottom: 32px;
}
.section-original-program__inner > h3{
    font-size: 24px;
    text-align: center;
    margin-bottom: 32px;
}
.section-original-program__inner > p{
    font-size: 18px;
    text-align: center;
    margin-bottom: 56px;
}
.section-original-program__inner ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 32px;
}
.section-original-program__inner ul li{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: calc(50% - 10px);
    padding: 32px 20px;
    margin-bottom: 20px;
}
.section-original-program__inner ul li h4{
    font-size: 24px;
    text-align: center;
    margin-bottom: 24PX;
    padding-bottom: 24px;
    border-bottom: 1px solid;
    width: 100%;
}

.section-original-program__inner ul li p{
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.8;
}
.section-original-program__inner ul li img{
    height: 130px;
    object-fit: contain;
    object-position: center;
    width: 100%;
    margin-bottom: 24px;
}
.section-original-program__inner ul li:nth-of-type(1) img{
    height: 130px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    margin-bottom: 24px;
}
.section-original-program__inner ul li:nth-of-type(1){
    background-color: #C0EFF8;
}
.section-original-program__inner ul li:nth-of-type(2){
    background-color: #BAF5D0;
}
.section-original-program__inner ul li:nth-of-type(3){
    background-color: #FFEFB2;
}
.section-original-program__inner ul li:nth-of-type(4){
    background-color: #CBCBE3;
}


.section-original-program__inner ul li:nth-of-type(1) h4{
    color: #218C9F;
}
.section-original-program__inner ul li:nth-of-type(2) h4{
    color: #2EA45A;
}
.section-original-program__inner ul li:nth-of-type(3) h4{
    color: #CCA107;
}
.section-original-program__inner ul li:nth-of-type(4) h4{
    color: #8576B2;
}
.section-original-program__inner ul li:nth-of-type(1) span{
    background-color: #218C9F;
    border-radius: 10000px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 6px 0;
    width: 100%;
    display: block;
}
.section-original-program__inner ul li:nth-of-type(2) span{
    background-color: #2EA45A;
    border-radius: 10000px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 6px 0;
    width: 100%;
    display: block;
}
.section-original-program__inner ul li:nth-of-type(3) span{
    background-color: #CCA107;
    border-radius: 10000px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 6px 0;
    width: 100%;
    display: block;
}
.section-original-program__inner ul li:nth-of-type(4) span{
    background-color: #8576B2;
    border-radius: 10000px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 6px 0;
    width: 100%;
    display: block;
}

.section-original-program {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}
.list-style li.list-style__ttl{
    font-size: 24px;
    text-align: center;
    padding: 0;
    color: #fb7b26;
    border-bottom: none;
}
.list-style li.list-style__ttl::before{
    display: none;
}
.section-program-option{
    padding-top: 120px ;
    padding-bottom: 120px ;
}
.section-program-option h2{
 font-size: 40px;
 text-align: center;
 margin-bottom: 32px;
 color: #fb7b26;
}
.section-program-option__inner > p{
 font-size: 18px;
 line-height: 1.8;
 margin-bottom: 18px;
}
.section-program-option__inner > span{
 font-size: 12px;
 display: block;
 line-height: 1.8;
 margin-bottom: 32px;
}
.section-program-option__inner.w-1000 ul{
    margin-bottom: 32px;
}

.section-flow{
    padding-top: 80px;
}
.page-flow__ttl p{
    text-align: center;
    line-height: 1.8;
}

.section-flow__inner__flex{
    display: flex;
    justify-content: space-between;
}
.section-flow__inner__flex img{
   width: calc(50% - 20px);
   object-fit: contain;
}
.section-flow__inner__flex ul{
   width: calc(50% - 20px);
   font-size: 24px;
   text-align: center;
   position: relative;
}
.section-flow__inner__flex ul li{
   width: 100%;
   padding: 24px;
   display: block;
   color: #fb7b26;
   border: 2px solid #fb7b26;
   background-color: #fff;
   margin-bottom: 32px;
   position: relative;
}

.section-flow__inner__flex ul li:last-of-type{
    background-color: #FFEEE3;
    margin-bottom: 0;
}
.section-flow__inner > a{
    display: block;
    text-align: center;
    margin: 40px auto 0;
    border-radius: 100000px;
    background-color: #fb7b26;
    font-size: 24px;
    max-width: 450px;
    color: #fff;
    padding: 18px;
    line-height: 1;
    position: relative;
}
.section-flow__inner > a img{
    width: 32px;
    display: block;
    height: auto;
    object-fit: contain;
    position: absolute;
    top: 50%;
    right: 32px;
    transform: translateY(-50%);
}
.section-flow__inner{
margin-bottom: 120px;
}

.page-service__ttl__inner > p{
text-align: center;
font-size: 18px;
line-height: 1.8;
}
.section-service-price__inner{
    margin-bottom: 80px;
}
.section-service-price__inner h2,
.section-service-monthly__inner h2{
    text-align: center;
    font-size: 40px;
    margin-bottom: 32px;
    color: #FF9149;
}

.section-service-price__inner ul{
    width: 100%;
}
.section-service-price__inner ul li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8PX;
}
.section-service-price__inner ul li div:first-of-type{
    width: 280px;
    text-align: center;
    background-color: #FF9149;
    color: #fff;
    padding: 16px;
    font-size: 24px;
}
.section-service-price__inner ul li div:last-of-type{

    padding: 16px;
    font-size: 24px;
    background-color: #fff;
    width: calc(100% - 288px);
}
.section-service-price__inner ul li div:last-of-type span{
font-size: 14px;
}
.section-service-price{
    padding-top: 120px;
    padding-bottom: 120px;
}

.section-join__service{
    margin-bottom: 18px;
}

.service-attention{
    text-align: center;
    margin-bottom: 120px;
}

.section-service-monthly__inner table{
    width: 100%;
    text-align: center;
}
.section-service-monthly__inner table tr:first-of-type th,
.section-service-monthly__inner table tr:first-of-type td{
    background-color: #FF9149;
    color: #fff;
}
.section-service-monthly__inner table tr{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}
.section-service-monthly__inner table th {
    width: 220px;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 16px 0;
    background-color: #FF9149;
    color: #fff;
}
.section-service-monthly__inner table td {
    width: calc((100% - 250px) / 5);
    display: flex;
    justify-content:center;
    text-align: center;
    padding: 16px 0;
    background-color: #fff;
}
.section-service-monthly__inner ul{
    display: flex;
    align-items: center;
    margin-top: 32px;
    justify-content: center;
}
.section-service-monthly__inner ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
}
.section-service-monthly__inner ul li:last-of-type{
    margin-right: 0;
}
.section-service-monthly__inner ul li > span:first-of-type{
    display: block;
    padding: 4px 20px;
    color: #fff;
    background-color: #FF9149;
    border-radius: 1000px;
    margin-right: 14px;

}
.section-service-monthly__inner ul li > span:nth-of-type(2) {
    font-size: 24px;
}
.section-service-monthly__inner ul li > span:nth-of-type(2) span{
    font-size: 14px;
}

.section-service-monthly__inner.w-1000 > p {
    width: 100%;
    max-width: max-content;
    margin: auto;
    margin-top: 32px;
}

.list-style li.list-style__ttl{
    margin-bottom: 24px;
}
.list-style__ttl span{
font-size: 14px;
display: block;
margin-top: 14px;
}

.section-discount__cont__ttl{
    background-color: #FF9149;
    color: #fff;
    font-size: 40px;
    text-align: center;
    padding: 30px 20px;
}
.section-discount__cont__ttl span{
    text-align: center;
    font-size: 20px;
    display: block;
}
.section-discount__cont__text {
    padding: 40px 52px;
    background: #fff;
}
.section-discount__cont__text ul.list-style{
    border: 1px solid #ccc;
}

.section-discount__cont01 .section-discount__cont__text h3{
    font-size: 24px;
    text-align: center;
    margin-bottom: 32px;
}
.section-discount__cont02 .section-discount__cont__text h3{
    font-size: 32px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 32px;
    color: #FF9149;
}
.section-discount__cont02 .section-discount__cont__text img{
    width: 100%;
    height: 150px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 24px;
}
.section-discount__cont01 .section-discount__cont__text h3 span{
    color: #FF9149;
}
.section-discount__cont01 .section-discount__cont__text > p:first-of-type{
    font-size: 20px;
    text-align: center; 
    color: #FF9149;
    margin-bottom: 40px;
}
.section-discount__cont01 .section-discount__cont__text > p:last-of-type{
    font-size: 16px;
    text-align: left; 
    margin-top: 32px;
}
.section-discount__cont02 .section-discount__cont__text > p:first-of-type{
    font-size: 20px;
    text-align: left; 
    line-height: 1.8;
    margin-bottom: 40px;
}
.section-discount__cont02 .section-discount__cont__text > p:last-of-type{
    font-size: 16px;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 32px;
}
.section-discount__cont02 .section-discount__cont__text ul{
    display: flex;
    justify-content: space-between;
}
.section-discount__cont02 .section-discount__cont__text ul li{
    width: calc(50% - 20px);
    background-color: #FFEEE3;
    padding: 32px 20px;
    border: 1px solid #FF9149;
}
.section-discount__cont02 .section-discount__cont__text ul li h4{
   text-align: center;
   color: #FF9149;
   margin-bottom: 18px;
   font-size: 30px;
}
.section-discount__cont02 .section-discount__cont__text ul li p{
  font-size: 18px;
  line-height: 1.8;
}

.section-discount__cont__inner{
    margin-bottom: 40px;
}

.section-discount__cont03 .section-discount__cont__text img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 24px;
}

.section-discount__cont03 .section-discount__cont__text h3 {
    font-size: 32px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 32px;
    color: #FF9149;
}

.list-style li:last-of-type {
    margin-bottom: 0px;
}

.section-discount__cont01 .list-style,
.section-discount__cont03 .list-style {
    padding: 24px 32px;
}

.section-discount__cont__text__campain h4{
    font-size: 30px;
    text-align: center;
    margin-bottom: 18px;
    color: #FF9149;
}
.section-discount__cont__text__campain p{
    font-size: 18px;
    text-align: center;
}
.section-discount__cont__text__campain {
    width: 100%;
    background-color: #FFEEE3;
    padding: 32px 20px;
    border: 1px solid #FF9149;
    margin-top: 32px;
    margin-bottom: 32px;
}

.section-discount__cont03 .section-discount__cont__text > p:last-of-type {
    font-size: 16px;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 32px;
}
.section-news__cont__inner h1{
    font-size: 24px;
    line-height: 1.5;
    padding-bottom: 24px;
    margin-bottom: 32px;
    padding-left: 12px;
    padding-right: 120px;
    border-bottom: 1px solid #5D5D5D;
    position: relative;
}
.section-news__cont__inner h1 img{
    width: 110px;
    height: 140px;
    object-fit: contain;
    bottom: -10px;
    right: 0;
    position: absolute;
}
.section-news__cont__inner p{
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 40px;
}
.section-news__cont__inner h2{
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 32px;
    padding-bottom: 16px;
    position: relative;
    padding-right: 12px;
    padding-left: 12px;
    font-weight: 700;
    margin-top: 40px;
}
.section-news__cont__inner h2::before{
   width: 100%;
   height: 1px;
   background-color: #ccc;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
}
.section-news__cont__inner h2::after{
   width: 120px;
   height: 1px;
   background-color: #FF9149;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
}

.section-news__cont__inner h3,
.section-news__cont__inner h4{
    padding-left: 36px;
    position: relative;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 24px;
    margin-top: 40px;
}
.section-news__cont__inner h3::before,
.section-news__cont__inner h4::before{
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #FF9149;
    border-radius: 1000px;
}

.news-thumbnail{
    width: 100%;
    margin-bottom: 40px;
}
.news-thumbnail img{
    width: max-content;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    object-position: center;
    height: auto;
    display: block;
}

.section-news__cont{
    margin-bottom: 120px;
}

.news-date{
    color: #FF9149;
    margin-right: 40px;
}
@media screen and (max-width:640px) {
 
.news-meta{
    margin-bottom: 12px;
}   
}

ul.wp-block-list {
    padding: 24px 32px;
    background: #fff;
}

ul.wp-block-list li{
    padding-left: 22px;
    position: relative;
    margin-bottom: 12px;
    font-size: 18px;
}

ul.wp-block-list li:last-of-type{
    margin-bottom: 0;
}

ul.wp-block-list li::before{
    position: absolute;
    content: "";
    background-color: #FF9149;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10000px;
    width: 12px;
    height: 12px;
}




.section-event__cont__inner h1{
    font-size: 24px;
    line-height: 1.5;
    padding-bottom: 24px;
    margin-bottom: 32px;
    padding-left: 12px;
    padding-right: 120px;
    border-bottom: 1px solid #5D5D5D;
    position: relative;
}
.section-event__cont__inner h1 img{
    width: 110px;
    height: 140px;
    object-fit: contain;
    bottom: -10px;
    right: 0;
    position: absolute;
}
.section-event__cont__inner p{
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 40px;
}
.section-event__cont__inner h2{
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 32px;
    padding-bottom: 16px;
    position: relative;
    padding-right: 12px;
    padding-left: 12px;
    font-weight: 700;
    margin-top: 40px;
}
.section-event__cont__inner h2::before{
   width: 100%;
   height: 1px;
   background-color: #ccc;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
}
.section-event__cont__inner h2::after{
   width: 120px;
   height: 1px;
   background-color: #FF9149;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
}

.section-event__cont__inner h3,
.section-event__cont__inner h4{
    padding-left: 36px;
    position: relative;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 24px;
    margin-top: 40px;
}
.section-event__cont__inner h3::before,
.section-event__cont__inner h4::before{
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #FF9149;
    border-radius: 1000px;
}

.event-thumbnail{
    width: 100%;
    margin-bottom: 40px;
}
.event-thumbnail img{
    width: max-content;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    object-position: center;
    height: auto;
    display: block;
}

.section-event__cont{
    margin-bottom: 120px;
}

.event-date{
    color: #FF9149;
    margin-right: 40px;
}

.event-meta{
    margin-bottom: 12px;
}

ul.wp-block-list {
    padding: 24px 32px;
    background: #fff;
}

ul.wp-block-list li{
    padding-left: 22px;
    position: relative;
    margin-bottom: 12px;
    font-size: 18px;
}

ul.wp-block-list li:last-of-type{
    margin-bottom: 0;
}

ul.wp-block-list li::before{
    position: absolute;
    content: "";
    background-color: #FF9149;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10000px;
    width: 12px;
    height: 12px;
}

li.news-item a {
   
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    
}

li.news-item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ccc;
}
.news-meta{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-meta .news-terms{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 12px;
    background-color: #FF9149;
    color: #fff;
    border-radius: 10000px;
    text-align: center;
    font-size: 14px;
}
li.news-item h2 {
    font-size: 16px;
    width: calc(100% - 230px);
}
.news-meta .news-date {
    color: #FF9149;
    margin-right: 40px;
    font-size: 18px;
}

.nav-links {
    display: flex;
    margin-top: 32px;
    justify-content: center;
    margin-bottom: 120px;
}

.nav-links a{
    display: block;
    width: max-content;
    padding:0 6px;
    font-size: 18px;
}
.nav-links span{
    display: block;
    width: max-content;
    padding:0 6px;
    color: #FF9149;
    font-size: 18px;
}
@media screen and (max-width:640px) {
    .section-news__cont__inner h1 {
        font-size: 18px;
        line-height: 1.5;
        padding-bottom: 14px;
        margin-bottom: 24px;
        padding-left: 12px;
        padding-right: 80px;
        border-bottom: 1px solid #5D5D5D;
        position: relative;
    }
    .section-news__cont__inner h1 img {
        width: 70px;
        height: 90px;
        object-fit: contain;
        bottom: -10px;
        right: 0;
        position: absolute;
    }
    .section-news__cont__inner p {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 32px;
    }
    .section-news__cont__inner h2 {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 24px;
        padding-bottom: 16px;
        position: relative;
        padding-right: 6px;
        padding-left: 6px;
        font-weight: 700;
        margin-top: 32px;
    }
    .section-news__cont__inner h3, .section-news__cont__inner h4 {
        padding-left: 24px;
        position: relative;
        font-size: 16px;
        line-height: 1.5;
        font-weight: 700;
        margin-bottom: 16px;
        margin-top: 32px;
    }
    ul.wp-block-list {
        padding: 20px;
        background: #fff;
    }
    ul.wp-block-list li {
        padding-left: 20px;
        position: relative;
        margin-bottom: 12px;
        font-size: 14px;
    }
    ul.wp-block-list li::before {
        position: absolute;
        content: "";
        background-color: #FF9149;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 10000px;
        width: 8px;
        height: 8px;
    }



    .section-event__cont__inner h1 {
        font-size: 18px;
        line-height: 1.5;
        padding-bottom: 14px;
        margin-bottom: 24px;
        padding-left: 12px;
        padding-right: 80px;
        border-bottom: 1px solid #5D5D5D;
        position: relative;
    }
    .section-event__cont__inner h1 img {
        width: 70px;
        height: 90px;
        object-fit: contain;
        bottom: -10px;
        right: 0;
        position: absolute;
    }
    .section-event__cont__inner p {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 32px;
    }
    .section-event__cont__inner h2 {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 24px;
        padding-bottom: 16px;
        position: relative;
        padding-right: 6px;
        padding-left: 6px;
        font-weight: 700;
        margin-top: 32px;
    }
    .section-event__cont__inner h3, 
    .section-event__cont__inner h4 {
        padding-left: 24px;
        position: relative;
        font-size: 16px;
        line-height: 1.5;
        font-weight: 700;
        margin-bottom: 16px;
        margin-top: 32px;
    }
    ul.wp-block-list {
        padding: 20px;
        background: #fff;
    }
    ul.wp-block-list li {
        padding-left: 20px;
        position: relative;
        margin-bottom: 12px;
        font-size: 14px;
    }
    ul.wp-block-list li::before {
        position: absolute;
        content: "";
        background-color: #FF9149;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 10000px;
        width: 8px;
        height: 8px;
    }
    li.news-item a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    li.news-item h2 {
        font-size: 14px;
        width: 100%;
    }
    .news-meta .news-date {
        color: #FF9149;
        margin-right: 20px;
        font-size: 16px;
    }
    .section-discount__cont__ttl {
        background-color: #FF9149;
        color: #fff;
        font-size: 24px;
        text-align: center;
        padding: 20px 20px;
    }
    .section-discount__cont__text {
        padding: 40px 20px;
        background: #fff;
    }
    .section-discount__cont01 .section-discount__cont__text h3 {
        font-size: 18px;
        text-align: left;
        margin-bottom: 24px;
    }
    .section-discount__cont01 .section-discount__cont__text > p:first-of-type {
        font-size: 16px;
        text-align: left;
        color: #FF9149;
        margin-bottom: 40px;
    }
    .list-style li {
        width: 100%;
        font-size: 14px;
        padding-left: 20px;
        padding-bottom: 8px;
        margin-bottom: 8px;
        border-bottom: 1px dashed #ccc;
        position: relative;
    }
    .list-style li::before {
        position: absolute;
        left: 0;
        top: calc(50% - 3px);
        text-replace: auto;
        transform: translateY(-50%);
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 1000px;
        background-color: #fb7b26;
        display: block;
    }
    .section-discount__cont01 .section-discount__cont__text > p:last-of-type {
        font-size: 14px;
        text-align: left;
        margin-top: 20px;
    }
    .section-discount__cont02 .section-discount__cont__text h3 {
        font-size: 20px;
        text-align: left;
        line-height: 1.5;
        margin-bottom: 24px;
        color: #FF9149;
    }.section-discount__cont02 .section-discount__cont__text > p:first-of-type {
        font-size: 14px;
        text-align: left;
        line-height: 1.8;
        margin-bottom: 24px;
    }
    .section-discount__cont02 .section-discount__cont__text > p:first-of-type br {
     display: none;
    }
    .section-discount__cont02 .section-discount__cont__text ul{
        flex-wrap: wrap;
    }
    .section-discount__cont02 .section-discount__cont__text ul li {
        width: 100%;
        background-color: #FFEEE3;
        padding: 20px 20px;
        border: 1px solid #FF9149;
        margin-bottom: 24px;
    }
    .section-discount__cont02 .section-discount__cont__text ul li:last-of-type{
        margin-bottom: 0;
    }
    .section-discount__cont02 .section-discount__cont__text ul li p {
        font-size: 14px;
        line-height: 1.8;
    }
    .section-discount__cont02 .section-discount__cont__text ul li h4 {
        text-align: center;
        color: #FF9149;
        margin-bottom: 8px;
        font-size: 20px;
    }
    .section-discount__cont02 .section-discount__cont__text > p:last-of-type {
        font-size: 14px;
        text-align: left;
        margin-bottom: 0px;
        margin-top: 32px;
    }
    .section-discount__cont01 .list-style, .section-discount__cont03 .list-style {
        padding: 20px 20px;
    }
    .section-discount__cont03 .section-discount__cont__text h3 {
        font-size: 20px;
        text-align: left;
        line-height: 1.5;
        margin-bottom: 32px;
        color: #FF9149;
    }
    .section-discount__cont03 .section-discount__cont__text h3 br{
        display: none;
    }
    .section-discount__cont__text__campain {
        width: 100%;
        background-color: #FFEEE3;
        padding: 20px 20px;
        border: 1px solid #FF9149;
        margin-bottom: 0;
    }
    .section-discount__cont__text__campain h4 {
        text-align: center;
        color: #FF9149;
        margin-bottom: 8px;
        font-size: 20px;
    }
    .section-discount__cont__text__campain p {
        font-size: 14px;
        text-align: left;
    }
    .section-discount__cont03 .section-discount__cont__text > p:last-of-type {
        font-size: 14px;
        text-align: left;
        margin-bottom: 0px;
        margin-top: 24px;
    }
    .section-join h2 {
        text-align: center;
        color: #fff;
        font-size: 24px;
        margin-bottom: 32px;
    }
    .section-join ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .section-join ul li {
        font-size: 20px;
        width: 100%;
        margin-bottom: 14px;
    }
    .section-join ul li:last-of-type {
        margin-bottom: 0px;
    }
    .section-join ul li a {
        display: block;
        background-color: #fff;
        width: 100%;
        text-align: center;
        color: #fb7b26;
        border-radius: 1000px;
        padding: 14px;
        font-size: 20px;
    }
    .section-join {
        padding-top: 80px;
        background-size: cover;
        background-position: center;
        padding-bottom: 80px;
        margin-bottom: 120px;
        background-image: url(../images/first-time-user/bg-footer-join.png);
    }
    .section-service-price__inner ul li div:last-of-type {
        padding: 14px;
        font-size: 18px;
        background-color: #fff;
        width: 100%;
    }.section-service-price__inner ul li div:first-of-type {
        width: 100%;
        text-align: center;
        background-color: #FF9149;
        color: #fff;
        padding: 14px;
        font-size: 20px;
        margin-bottom: 4px;
    }.section-service-price__inner ul li {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 8PX;
        flex-wrap: wrap;
    }
    .section-service-price__inner ul li div:last-of-type span {
        font-size: 14px;
        display: block;
    }
    .section-service-monthly__inner table {
        width: 100%;
        text-align: center;
        overflow-x: scroll;
        position: relative;
        display: block;
    }
    .section-service-monthly__inner tbody {
        width: 1000px;
        display: block;
    }
    .section-service-monthly__inner ul {
        display: flex;
        align-items: center;
        margin-top: 32px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .section-service-monthly__inner ul li {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 0;
        width: 100%;
        margin-bottom: 14px;
    }
    .page-service__ttl__inner > p {
        text-align: left;
        font-size: 14px;
        line-height: 1.8;
    }
    .page-service__ttl__inner > p br {
        display: none;
    }
    .section-service-price {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .section-service-price__inner h2, .section-service-monthly__inner h2 {
        text-align: center;
        font-size: 24px;
        margin-bottom: 18px;
        color: #FF9149;
    }
    .section-service-monthly__inner.w-1000 > p {
        width: 100%;
        max-width: max-content;
        margin: auto;
        margin-top: 24px;
        font-size: 14px;
    }
    section.section-join.section-join__service {
        margin-bottom: 20px;
    }.service-attention {
        text-align: left;
        padding: 0 20px;
        margin-bottom: 120px;
        font-size: 14px;
    }
    .page-flow__ttl p {
        text-align: left;
        line-height: 1.8;
        font-size: 14px;
    }
    .page-flow__ttl p br{
        display: none;
    }
    .section-flow__inner__flex {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .section-flow__inner__flex img {
        width: 100%;
        object-fit: contain;
        margin-bottom: 24px;
    }
    .section-flow__inner__flex ul {
        width: 100%;
        font-size: 16px;
        text-align: center;
        position: relative;
    }
    .section-flow__inner__flex ul li {
        width: 100%;
        padding: 16px;
        display: block;
        color: #fb7b26;
        border: 2px solid #fb7b26;
        background-color: #fff;
        margin-bottom: 24px;
        position: relative;
    }
    .section-flow__inner > a {
        display: block;
        text-align: center;
        margin: 40px auto 0;
        border-radius: 100000px;
        background-color: #fb7b26;
        font-size: 18px;
        max-width: 450px;
        color: #fff;
        padding: 18px;
        line-height: 1;
        position: relative;
    }
    .section-program__link ul{
        flex-wrap: wrap;

    }
    .section-program__link ul li{
        width: 100%;
        margin-bottom: 10px;
    }
    .section-program__link ul li a{
        font-size: 18px;
    }
    .page-program__ttl__inner p {
        font-size: 14px;
        margin-bottom: 16px;
        line-height: 1.8;
    }
    .page-program__ttl__inner > span {
        font-size: 10px;
        line-height: 1.8;
    }
    .section-program__link {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .section-original-program__inner > h2 {
        font-size: 24px;
        color: #fb7b26;
        text-align: center;
        margin-bottom: 24px;
    }
    .section-original-program__inner > h3 {
        font-size: 18px;
        text-align: left;
        margin-bottom: 16px;
    }
    .section-original-program__inner > p {
        font-size: 14px;
        text-align: left;
        margin-bottom: 24px;
    }
    .section-original-program__inner ul li {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        padding: 20px 20px;
        margin-bottom: 20px;
    }
    .section-original-program__inner ul li h4 {
        font-size: 16px;
        text-align: center;
        margin-bottom: 18PX;
        padding-bottom: 12px;
        border-bottom: 1px solid;
        width: 100%;
    }
    .section-original-program__inner ul li:nth-of-type(1) img {
        height: 130px;
        object-fit: cover;
        object-position: center;
        width: 100%;
        margin-bottom: 14px;
    }
    .section-original-program__inner ul li img {
        height: 130px;
        object-fit: contain;
        object-position: center;
        width: 100%;
        margin-bottom: 14px;
    }
    .section-original-program__inner ul li p {
        text-align: center;
        margin-bottom: 20px;
        line-height: 1.8;
        font-size: 14px;
    }
    .section-original-program__inner ul li span {
        padding: 6px 12px !important;
    }
    .section-original-program__inner > h3 {
        font-size: 14px;
        text-align: left;
        margin-bottom: 16px;
    }
    .section-original-program__inner > h3 br {
  display: none;
    }
    .section-original-program__inner ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    .section-program-option {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .section-program-option h2 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 16px;
        color: #fb7b26;
    }
    .section-program-option__inner > p {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 14px;
    }
    .list-style {
        max-width: 640px;
        width: 100%;
        background-color: #fff;
        padding: 20px 20px;
        margin: auto;
    }
    .list-style li.list-style__ttl {
        font-size: 18px;
        text-align: center;
        padding: 0;
        color: #fb7b26;
        border-bottom: none;
    }
    .section-program-option__inner > p br{
        display: none;
    }
    .page-about__ttl__inner.w-1000 p {
        text-align: left;
        font-size: 14px;
        line-height: 2;
    }
    .page-about__ttl__inner.w-1000 p br {
       display: none;
    }
    .section-3step.section-about__3step .section-3step__inner >p{
        text-align: left;
    }
    .section-3step.section-about__3step .section-3step__inner >p br{
     display: none;
    }
    .section-about-hininchi {
        padding-top: 80px;
        background-color: #fff;
        padding-bottom: 80px;
    }
    .section-about-hininchi__inner > h2 {
        font-size: 24px;
        text-align: center;
        color: #fb7b26;
        margin-bottom: 18px;
    }
    .section-about-hininchi__inner > p {
        font-size: 14px;
        text-align: left;
        margin-bottom: 40px;
        line-height: 2;
    }
    .section-section01__inner02 > p {
        text-align: left;
        font-size: 24px;
        margin-top: 24px;
    }
    .section-section01__inner02 > p br {
        display: none;
    }
    .section-1dayflow__inner h2, .section-oliginalprogram h2 {
        font-size: 24px;
        color: #fb7b26;
        margin-bottom: 16px;
        text-align: center;
    }
    .section-1dayflow__inner p {
        margin-bottom: 32px;
        text-align: center;
        font-size: 14px;
    }
    .section-oliginalprogram p {
        line-height: 1.5;
        font-size: 14px;
        margin-bottom: 24px;
    }
    .section-what-gakudou__inner {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 80px;
    }
    .section-what-gakudou__inner__txt {
        width: 100%;
        max-width: 100%;
        margin-bottom: 24px;
    }
    .section-what-gakudou__inner img {
        width: 100%;
        max-width: 100%;
        object-fit: contain;
    }
    .section-what-procare__inner {
        padding: 80px 0;
        padding-right: 20px;
        padding-left: 20px;
    }
    .section-what-procare__inner h2 {
        color: #FB7B27;
        text-align: center;
        font-size: 24px;
        margin-bottom: 24px;
        font-weight: 700;
    }
    .section-what-procare__inner > p {
        font-size: 14px;
        text-align: left;
        line-height: 2;
        margin-bottom: 40px;
    }
    .section-what-procare__inner > p br{
        display: none;
    }
    .section-what-procare__inner__flex img {
        width: 100%;
        object-fit: contain;
    }
    .section-what-procare__inner__flex .section-what-procare__inner__flex__txt {
        width: 100%;
    }
    .section-what-procare__inner__flex .section-what-procare__inner__flex__txt h3 {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .section-what-procare__inner__flex .section-what-procare__inner__flex__txt h4 {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .section-what-procare__inner__flex .section-what-procare__inner__flex__txt p {
        font-size: 14px;
        line-height: 2;
    }
    .section-shop-info__inner__flex{
        flex-wrap: wrap;
    }
    .section-shop-info__inner__flex iframe {
        width: 100%;
        height: 300px;
        border-radius: 10px;
        order: 2;
    }
    .section-shop-info__inner__flex table {
        width: 100%;
    }.section-shop-info__inner__flex table tbody tr{
        flex-wrap: wrap;
    }
    .section-shop-info__inner__flex table tbody tr th {
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        color: #fb7b26;
    }
    .section-shop-info__inner__flex table tbody tr td {
        width: 100%;
        font-size: 16px;
        font-weight: 400;
    }
    .section-shop-info__inner h2 {
        text-align: center;
        color: #FB7B27;
        font-size: 24px;
        margin-bottom: 24px;
    }
    .section-shop-info {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .section-what-gakudou__inner__txt h2 {
        font-size: 24px;
        margin-bottom: 14px;
        color: #FB7B27;
        font-weight: 700;
    }
    .section-what-gakudou__inner__txt p {
        font-size: 14px;
        color: #5D5D5D;
        line-height: 1.8;
    }
}


.section-news__list__tab_inner.w-1000 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.section-news__list__tab_inner.w-1000 h2{
    text-align: center;
    font-size: 32px;
    padding-bottom: 24px;
    margin-bottom: 32px;
    border-bottom: 1.5px solid #ccc;
    width: 100%;
}
.section-news__list__tab_inner.w-1000 button{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    background-color: #FFEEE3;
    border-radius: 1000px;
    width: calc((100% / 3) - 12px);
    padding: 14px;
    font-size: 16px;
    border: 3px solid #FB7B27;
    color: #FB7B27;
    margin-bottom: 12px;
    transition: .25s;

}

.section-news__list__tab_inner.w-1000 button:hover{
    border: 3px solid #FB7B27;
    color: #fff;
    background-color: #FB7B27;
    margin-bottom: 12px;
    transition: .25s;
}

.section-news__list__inner.w-1000 {
    margin-bottom: 120px;
}
.section-news__cont .news-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: flex-start;
}
.back-btn{
    font-size: 16px;
    text-align: center;
    display: block;
    max-width: 200px;
    width: 100%;
    padding: 16px;
    background-color: #FF9149;
    color: #fff;
    border-radius: 1000px;
    margin: 40px auto;
}

@media screen and (max-width:640px) {
    .section-news__list__tab_inner.w-1000 button {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
        background-color: #FFEEE3;
        border-radius: 1000px;
        width: 100%;
        padding: 12px;
        font-size: 14px;
        border: 3px solid #FB7B27;
        color: #FB7B27;
        margin-bottom: 12px;
        transition: .25s;
    }
    .section-news__list__tab_inner.w-1000 h2 {
        text-align: center;
        font-size: 24px;
        padding-bottom: 14px;
        margin-bottom: 24px;
        border-bottom: 1.5px solid #ccc;
        width: 100%;
    }
    .section-news__list__tab_inner.w-1000 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
}

.option-slider .slide{
    display: flex;
    justify-content: space-between;
}
.option-slider .slide div{
    width: 50%;
    height: auto;
    padding: 40px 20px;
    border-radius: 10px 0 0 10px;
}

.option-slider .slide:nth-of-type(1) div,
.option-slider .slide:nth-of-type(4) div{
    background-color: #FFF1BC;

}
.option-slider .slide:nth-of-type(2) div,
.option-slider .slide:nth-of-type(5) div{
    background-color: #CDFFE0;

}
.option-slider .slide:nth-of-type(3) div,
.option-slider .slide:nth-of-type(6) div {
    background-color: #CCF3FA;
    
}
.option-slider .slide:nth-of-type(1) div h4,
.option-slider .slide:nth-of-type(4) div h4{
    color: #CCA107;

}
.option-slider .slide:nth-of-type(2) div h4,
.option-slider .slide:nth-of-type(5) div h4{
    color: #38AA62;

}
.option-slider .slide:nth-of-type(3) div h4,
.option-slider .slide:nth-of-type(6) div h4{
    color: #218C9F;
    
}
.option-slider .slide img{
    width: 50%;
    height: auto;
    object-fit: cover;
    border-radius: 0 10px 10px 0;
}
.option-slider .slide {
    display: flex !important;
    height: max-content;
    justify-content: space-between;
    border-radius: 10px;
    padding: 0 10px;
}
.option-slider .slide div h4{
    font-size: 24px;
    margin-bottom: 16px;
}
.option-slider .slide div p{
    font-size: 14px;
    line-height: 2;
}
.option-slider.slick-initialized.slick-slider.slick-dotted{
    margin-top: 40px;
}

.download-btn{
    font-size: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: max-content;
    padding: 16px;
    background-color: #FF9149;
    color: #fff;
    border-radius: 1000px;
    margin: 40px auto;
}
.download-btn::after{
    background-image: url(../images/news/download.svg);
    display: block;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    margin-left: 14px;
    content: "";
    background-position: center;
    background-size: contain;
}

li.news-item a{
    transition: .25s;
}
li.news-item a:hover {
    color: #FF9149;
    transition: .25s;
}


.section-event__list .section-event__slider__content{
max-width: 1000px;
width: 100%;
margin-left: 20px;
margin-right: 20px;
}



h2.section-event__list__inner__ttl{
    text-align: center;
    font-size: 32px;
    color: #FB7B27;
    padding-bottom: 14px;
    border-bottom: 1.5px solid #ccc;
    margin-bottom: 30px;
}

.section-calender{
    margin-bottom: 120px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}
.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

section.section-event__list {
    margin-bottom: 60px;
}

.section-event__list .section-event__slider__content {
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #FB7B27 !important;
}
@media (max-width: 1000px) {
    .section-event__list .section-event__slider__content {
        max-width: none; /* 1000px以下での幅制限を解除 */
    }
    section.section-event__list {
        margin-bottom: 60px;
        padding-left: 20px;
        padding-right: 20px;
    }
    section.section-event__list .section-event__slider__content {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
}
.section-event__slider__content {
    border-radius: 20px;
    border: 11px solid #fff;
    height: max-content;
}

/* 背景色とベースのスタイル */
.section-event__slider__content:nth-child(6n+1) {
    background-color: #A8F3C4; /* look */
}

.section-event__slider__content:nth-child(6n+2) {
    background-color: #CBCBE3; /* other */
}

.section-event__slider__content:nth-child(6n+3) {
    background-color: #FFE8D4; /* season */
}

.section-event__slider__content:nth-child(6n+4) {
    background-color: #FFE9F8; /* feeling */
}

.section-event__slider__content:nth-child(6n+5) {
    background-color: #FFEFB2; /* study */
}

.section-event__slider__content:nth-child(6n) {
    background-color: #C0EFF8; /* lecture */
}

/* タグのスタイル */
.section-event__slider__content:nth-child(6n+1) .section-event__slider__tag {
    color: #16A74C;
    background-color: #86EBAC;
}

.section-event__slider__content:nth-child(6n+2) .section-event__slider__tag {
    color: #8576B2;
    background-color: #B0AAED;
}

.section-event__slider__content:nth-child(6n+3) .section-event__slider__tag {
    color: #E2802B;
    background-color: #FFC593;
}

.section-event__slider__content:nth-child(6n+4) .section-event__slider__tag {
    color: #CE57A8;
    background-color: #FFC5ED;
}

.section-event__slider__content:nth-child(6n+5) .section-event__slider__tag {
    color: #BA9B00;
    background-color: #FFE374;
}

.section-event__slider__content:nth-child(6n) .section-event__slider__tag {
    color: #218C9F;
    background-color: #9EDFEB;
}

/* スケジュールのスタイル */
.section-event__slider__content:nth-child(6n+1) .section-event__slider__schedule h4 {
    color: #16A74C;
}

.section-event__slider__content:nth-child(6n+2) .section-event__slider__schedule h4 {
    color: #8576B2;
}

.section-event__slider__content:nth-child(6n+3) .section-event__slider__schedule h4 {
    color: #E2802B;
}

.section-event__slider__content:nth-child(6n+4) .section-event__slider__schedule h4 {
    color: #CE57A8;
}

.section-event__slider__content:nth-child(6n+5) .section-event__slider__schedule h4 {
    color: #E5B90A;
}

.section-event__slider__content:nth-child(6n) .section-event__slider__schedule h4 {
    color: #218C9F;
}
.section-event__slider__content{
    height: auto !important;
}

.section-top-news {
    background-color: #FFB48E;
    padding-top: 106px;
    padding-bottom: 180px;
}
.section-top-news h2 {
    font-size: 150px;
    color: #FFF8F1;
    line-height: 1.5;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    gap: 17px;
    display: flex;
}
.section-top-news h2 span {
    font-size: 30px;
    position: relative;
    top: 132px;
    display: block;
    width: max-content;
}
.section-top-news__inner-list{
    background-color: #fff;
    border-radius: 40px;
    padding: 55px 65px;
}

.section-top-news__inner-list li{
    width: 100%;
    border-bottom: 1px solid #5d5d5d78;
}
.section-top-news__inner-list li a{
    display: flex;
    align-items: center;
    gap: 32px;
    width: 100%;
    height: auto;   
    transition: .25s;
    padding: 24px 0;
}
.section-top-news__inner-list li a:hover{
    transition: .25s;
    color: #FF9149;
}
.top-news-date-list {
    display: flex;
    align-items: center;
    gap: 32px;
}
.section-top-news__inner-list li a .top-news-date-list-date{
    font-size: 18px;
    color: #FB7B27;
    line-height: 1.8;
    font-family: "Barlow Condensed", sans-serif;
}

.top-news-date-list-terms{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 12px;
    background-color: #FF9149;
    color: #fff;
    border-radius: 10000px;
    text-align: center;
    font-size: 14px;
}
.section-top-news__inner__ttl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-top-news__inner__ttl a {
    line-height: 1.2;
    font-size: 16px;
    padding: 16px;
    background-color: #FB7B27;
    width: 200px;
    border: 3px solid #FFF8F1;
    color: #fff;
    text-align: center;
    border-radius: 100000px;
    position: relative;
    top: 28px;
}

.section-top-news__inner-list li:first-of-type a{
    padding-top: 0;
}
.banner__area__event {
    width: 50%;
    margin: 90px auto 0;
}
.banner__area__event a{
display: block;
object-fit: contain;
}
.banner__area__event img{
   width: 100%;
   object-fit: contain;
   object-position: center;
}
.section-top-news__inner-list li a h3{
    font-size: 16px;
}
@media screen and (max-width:760px) {
    ul.head-sns-link__pc.pc{
        display: none;
    }
    .section-header__inner__contact.pc{
        display: none;
    }
}



@media screen and (max-width:640px) {
    .section-top-news__inner-list {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 20px;
}
.section-top-news__inner-list li a {
    gap: 4px;
    transition: .25s;
    padding: 16px 0;
    flex-wrap: wrap;
}
.section-top-news__inner__ttl a{
    display: none !important;
}
.section-top-news h2 {
    font-size: 100px;
    gap: 0px;
    margin-bottom: 60px;
    position: relative;
}.section-top-news__inner-list li h3{
    font-size: 14px;
}

.section-top-news h2 span{
    font-size: 20px;
    position: absolute;
    bottom: -20px;
}
.section-section01__inner02.w-1100{
    padding-bottom: 0;
}
.section-top-news__inner.w-1440 a.sp {
    line-height: 1.2;
    font-size: 16px;
    padding: 16px;
    background-color: #FB7B27;
    width: 200px;
    border: 3px solid #FFF8F1;
    color: #fff;
    text-align: center;
    border-radius: 100000px;
    position: relative;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}
.section-top-news{
    padding-bottom: 80px;
    padding-top: 90px;
}
.banner__area__event {
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
    margin-top: 40px;
}
.section-instagram__inner h2 {
    font-size: 40px;
    line-height: 1;
    color: #FB7B27;
    text-align: center;
    margin-bottom: 40px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
}
#sb_instagram #sbi_load{
    display: none;
}
.section-footer__inner__logo {
    max-width: 250px;
}
}

section.section-instagram {
    margin-top: 0px;
    margin-bottom: 90px;
}

.section-instagram__inner{
    max-width: 900px;
}

.section-instagram__inner h2{
    font-size: 50px;
    line-height: 1.3;
    color: #FB7B27;
    text-align: center;
    margin-bottom: 15px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
}

section.section-fv {
    position: relative;
}

.section-fv__inner__news {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 999;
}.section-fv__inner__news::before {
    position: absolute;
    background: #fff8f1;
    width: 50vw;
    height: 100%;
    content: "";
    left: -100%;
    z-index: -1;
    border-top: 4px solid #ffb48e;
    border-bottom: 4px solid #ffb48e;
}

.section-fv__inner__news a {
    padding: 17px 50px;
    display: flex;
    gap: 20px;
    width: max-content;
    background: #fff8f1;
    border-radius: 0 20px 0 0;
    border: 4px solid #ffb48e;
    border-left: none;
    min-width: 640px;
    max-width: 740px;
    align-items: center;
}

.section-fv__inner__news a .section-fv__inner__date  {
    font-size: 20px;
    color: #FB7B27;
    line-height: 1.5;
    font-family: "Barlow Condensed", sans-serif;
}

@media screen and (max-width:640px){
    .section-fv__inner__news a {
    width: calc(100% - 10px);
    min-width: calc(100% - 10px);
    gap: 0;
    padding: 15px;
    flex-wrap: wrap;
}
.section-fv__inner__news a .section-fv__inner__date {
    font-size: 14px;
}
.section-fv__inner__news a h3{
    font-size: 14px;
}

}
.grecaptcha-badge {
    visibility: hidden !important;
}