body{
    position: relative;
    background: #D3F9CF;
    background: linear-gradient(90deg,rgba(211, 249, 207, 1) 0%, rgba(216, 247, 199, 1) 51%, rgba(211, 249, 207, 1) 100%);
    color: #393939;
}

header{
    font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "Noto Serif JP", serif;
}

main{
    margin-top: 40px;
    font-family: "Zen Maru Gothic", sans-serif;
}

@media screen and (max-width:999px) {
    main{
        margin-top: 30px;
    }
}

#totop{
   position: fixed;
   bottom: 84px;
   right: 8px;
   z-index: 9;
}

#totop a{
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
}

#bk{
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    background: url("/img/special/childhood-education/pc_bk.png") center top / cover;
    z-index: -99;
}

@media screen and (max-width:999px) { 
    #totop{
       bottom: 78px;
       right: 6px;
    }
    #bk{
        background-image: url("/img/special/childhood-education/sp_bk.png");
    }
}

@media screen and (min-width:1000px) { 
    body{
        cursor: none;
    }
    #cursor{
    position: fixed;
    background: #fff;
    border-radius:20px;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    z-index: 9999;
    pointer-events: none;
    opacity: 0;
    }
}

html{scroll-behavior:smooth;}

/*
header .links{
    position: absolute;
    top: 20px;
    right: 40px;
    display: flex;
    justify-content: flex-end;
    gap: 0 10px;
}

header .links a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    background-color: rgba(211, 249, 207, 1);
    border: 1px solid #b7f1c4;
    border-radius: 9999px;
    text-decoration: none;
    color: #393939;
    font-size: 18px;
}*/

main a{
    transition: .4s;
}

@media screen and (min-width:1000px) { 
    .sp{
        display: none!important;
    }
}

@media screen and (max-width:999px) { 
    .pc{
        display: none!important;
    }
    img{
        width: 100%;
    }
}

.w1000{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width:999px) { 
    .w1000{
        padding: 0 20px;
    }
}

.al-center{
    text-align: center;
}

.f-formal{
    font-family: "Petit Formal Script", cursive;
    font-weight: 400;
    font-style: normal;
}

.f-en{
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.title{
    text-align: center;
}

.title .main{
    font-size: 40px;
}

.title .main.f-en{
    font-family: "Petit Formal Script", cursive;
    font-size: 44px;
    color: #393939;
}

.title .sub{
    position: relative;
    display: inline-block;
    font-size: 18px;
    padding: 0 24px 0 28px;
}

.title .sub:before,
.title .sub:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #393939;
}

.title .sub:before {
    left:0;
}

.title .sub:after {
    right: 0;
}

@media screen and (max-width:999px) {
    .title .main{
        font-size: 28px;
    }
    .title .main.f-en{
        font-family: "Petit Formal Script", cursive;
        font-size: 28px;
    }
    .title .sub{
        padding: 0 14px 0 18px;
        font-size: 12px;
    }
    .title .sub:before,
    .title .sub:after {
        width: 14px;
    }
    #menu {
        position: fixed;
        top: 55px;
        left: 0;
        z-index: 100;
        overflow: hidden;
        text-align: right;
        width: 100%;
    }
    .change#menu{
        z-index: 100;
    }
    #menu-bar {
        position: fixed;
        right: 0;
        top: 68px;
        cursor: pointer;
        z-index: 90;
        padding: 6px 6px 6px 8px;
        background-color:#006536;
        color: #fff;
        border-radius: 10px 0 0 10px;
    }
    .change #menu-bar {
        display: none;
    }
    .nav {
        opacity: 0;
        position: relative;
        display: none;
        width: 100%;
        height: 100dvh;
    }
    .nav ul {
        position: relative;
        width: 100%;
        z-index: 99;
        background-color:rgb(0 101 54 / 90%);
    }
    .nav li {
        padding: 0 20px;
        text-align: right;
        list-style: none;
    }
    .nav li.close{
        color: #006536; 
        background-color: #fff;
    }
    .nav li.close a{
        text-align: center;
        color: #006536; 
    }
    .nav li a {
        padding: 12px 10px;
        display: block;
        color: white;
        font-size: 16px;
        text-decoration: none;
    }
    .nav li:not(:first-child) a{
        border-top: 1px solid rgb(255 255 255 / 90%);
    }
    .nav.change{
        animation: navfadeIn .4s ease-in-out 1 normal forwards;
    }
    @keyframes navfadeIn {
      from {
        opacity: 0;
        transform: translateY(-40px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    .change {
        display: inline-block;
    }
}

.mv{
    display: flex;
    align-items: center;
    width: 100%;
    aspect-ratio: 60 / 19;
    background: url("/img/special/childhood-education/mv.jpg") no-repeat center / cover;
}

.mv-title{
    width: 100%;
    padding: 0 40px;
    font-size: 38px;
    line-height: 1.4;
    font-weight: 100;
    color: #7c7b7a;
    text-indent: 1rem;
}

@media screen and (max-width:999px) {
    .mv{
        align-items: flex-end;
        justify-content: flex-start;
        aspect-ratio: 16 / 9;
    }
    .mv-title{
        color: #fff;
        font-size: 20px;
        font-weight: 600;
         padding: 10px 0;
         line-height: 1.6;
    }
}

.sc-point{
    padding: 80px 0 0;
}

.point-list{
    margin-top: 60px;
    display: flex;
    gap: 20px;
    width: 100%;
}

.point-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc((100% - 20px) / 3);
    position: relative;
    padding: 20px 10px;
    border: 10px solid rgba(255, 255, 255, .4);
    border-radius: 40px;
    font-size: 16px;
}

.point-num{
    position: absolute;
    top: -40px;
    left: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.point-num img{
    width: 76px;
}

.point-strong{
    display: inline-block;
    padding-top: 10px;
    font-size: 20px;
}

.point-strong .large{
    font-size: 24px;
}

@media screen and (max-width:999px) {
    .sc-point{
        padding: 20px 20px 0;
    }
    .point-list{
        flex-direction: column;
        margin-top: 20px;
        gap: 22px;
        padding: 10px;
    }

    .point-item{
        width: 100%;
        min-height: 100px;
        padding: 10px 10px;
        font-size: 12px;
    }
    .point-num{
        top: -20px;
        left: 10px;
        width: 50px;
        height: 50px;
        background-color: rgba(255, 255, 255, .7);
        border-radius: 10px;
    }
    .point-num img{
        width: 30px;
    }
    .point-strong{
        padding-top: 6px;
        font-size: 18px;
    }
    .point-strong .large{
        font-size: 20px;
    }
}

.sc-message{
    padding-top: 80px;
}

.message-block{
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.message-text{
    position: relative;
    padding: 30px 40px;
    width: 75%;
}

.message-text::before,
.message-text::after{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    border: 8px solid rgba(255, 255, 255, .6);
}

.message-text::before{
    top: -10px;
    left: 10px;
}

.message-text::after{
    top: 10px;
    left: -10px;
}

.message-image{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    gap: 10px;
}

.message-image img{
    height: 260px;
}

.message-image .name{
    position: relative;
    padding: 20px 10px 20px 14px;
    background-color: rgba(255, 255, 255, .6);
    border-radius: 20px;
    font-size: 14px;
    text-align: center;
}

.message-image .name::after{
    content: "";
    position: absolute;
    bottom: -40px;
    right: 20px;
    display: block;
    width: 32px;
    height: 32px;
    background: url("/img/special/childhood-education/gukidasi_01.png");
}

@media screen and (max-width:999px) {
    .sc-message{
        padding-top: 40px;
    }
    .message-block{
        position: relative;
        margin-top: 20px;
        padding: 0 10px;
    }
    .message-text{
        position: relative;
        padding: 20px 0;
        width: 320px;
        font-size: 12px;
    }
    .message-text > div{
        display: inline-block;
        padding: 0 18px;
    }
    .message-text > div:nth-of-type(2){
        padding-left: 100px;
    }
    .message-text::before,
    .message-text::after{
        border: 5px solid rgba(255, 255, 255, .6);
    }
    .message-text::before{
        top: -5px;
        left: 5px;
    }
    .message-text::after{
        top: 5px;
        left: -5px;
    }
    .message-image{
        flex-direction: column-reverse;
        position: absolute;
        bottom: 20px;
        left: 17px;
        width: 100px;
        z-index: 2;
    }
    .message-image img{
        height: 120px;
        object-fit: contain;
    }

    .message-image .name{
        margin-top: -50px;
        padding: 6px 8px;
        border-radius: 20px;
        font-size: 10px;
        background-color: rgba(255, 255, 255, .95);
    }

    .message-image .name::after{
        display: none;
    }
}

.sc-instagram{
    padding-top: 80px;
}

.sc-instagram-block{

    margin-top: 40px;
}

.sc-instagram-block img{
    border-radius: 40px;
}

@media screen and (max-width:999px) {
    .sc-instagram{
        padding-top: 40px;
    }
}

.sc-strength{
    padding-top: 80px;
}

.strength-list{
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    gap: 80px;
}

.strength-title{
    position: relative;
    width: 500px;
    margin: 0 auto 100px;
}

.strength-title .main-num img{
    width: 100px;
}

.strength-title .main{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 24px;
    font-weight: 200;
}

.strength-title .main em{
    display: inline-block;
    padding: 0 4px;
    font-size: 40px;
}

.strength-title .main::before,
.strength-title .main::after{
    content: "";
    position: absolute;
    display: block;
    width: 500px;
    height: 140px;
    border-radius: 40px;
    border: 6px solid #ffffff99;
    z-index: -1;
}

.strength-title .main::before{
    top: 40px;
    left: 10px;
}

.strength-title .main::after{
    top: 60px;
    left: -10px;
}

.strength-title .sub{
    position: absolute;
    top: 0;
    left: -240px;
    width: 240px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    border: 6px solid #ffffff99; 
}

.strength-title .sub:after{
    content: "";
    position: absolute;
    bottom: -40px;
    right: 10px;
    display: block;
    width: 32px;
    height: 32px;
    background: url("/img/special/childhood-education/gukidasi_01.png");
    transform: rotate(-90deg);
}

@media screen and (max-width:999px) {
    .sc-strength{
        padding-top: 40px;
    }

    .strength-list{
        margin-top: 20px;
        gap: 40px;
    }

    .strength-title{
        position: relative;
        width: 100%;
        margin: 0 auto 40px;
    }
    .strength-title .main-num img{
        width: 40px;
    }
    .strength-title .main{
        gap: 2px;
        font-size: 14px;
    }
    .strength-title .main-num{
        width: 40px;
    }
    .strength-title .main em{
        font-size: 24px;
    }
    .strength-title .main::before,
    .strength-title .main::after{
        width: 100%;
        height: 100px;
        border-radius: 40px;
        border: 4px solid #ffffff99;
    }
    .strength-title .main::before{
        top: 10px;
        left: 5px;
    }
    .strength-title .sub{
        padding-top: 8px;
    }
    .strength-title .main::after{
        top: 20px;
        left: -5px;
    }
    .strength-title .sub{
        position: static;
        width: unset;
        height: unset;
        border-radius: unset;
        border: unset; 
    }

    .strength-title .sub:after{
        display: none;
    }

}

.image-col2{
    display: flex;
    gap: 100px;
    width: 100%;
}

.image-col2 img{
    width: calc(50% - 50px);
}

@media screen and (max-width:999px) {
    .image-col2{
        margin-top: 20px;
        flex-direction: column;
        gap: 10px 0;
    }
    .image-col2 img{
        width: 100%;
    }
}

.text-wrap01{
    margin: 40px 0;
    position: relative;
    padding: 80px 60px 60px;
    width: 100%;
    font-size: 24px;
}

.text-wrap01::before,
.text-wrap01::after{
    content: "";
    position: absolute;
    display: block;
    width: calc(100% - 40px);
    height: 100%;
    border-radius: 40px;
    border: 6px solid #ffffff99;
    z-index: -1;
}

.text-wrap01::before{
    top: 0;
    left: 10px;
}

.text-wrap01::after{
    top: 30px;
    left: 30px;
}

@media screen and (max-width:999px) {
    .text-wrap01{
        margin: 20px 0;
        position: relative;
        padding: 20px 20px 20px;
        width: 100%;
        font-size: 14px;
    }

    .text-wrap01::before,
    .text-wrap01::after{
        width: 100%;
        border: 3px solid #ffffff99;
    }

    .text-wrap01::before{
        top: -5px;
        left: -5px;
    }

    .text-wrap01::after{
        top: 5px;
        left: 5px;
    }
}

.strength-item01-list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 100px;
    margin-top: 80px;
}

.strength-item01-list li{
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(50% - 100px);
    padding: 20px;
    border-radius: 40px;
    font-size: 20px;
}

.strength-item01-list li:nth-child(1),
.strength-item01-list li:nth-child(3){
    background-color: rgba(249, 240, 115, .75);
}

.strength-item01-list li:nth-child(2),
.strength-item01-list li:nth-child(4){
    background-color: rgba(159, 229, 156, .75);
}

.strength-item01-list li:nth-child(5),
.strength-item01-list li:nth-child(6){
    background: linear-gradient(rgba(249, 240, 115, .75), rgba(159, 229, 156, .75));
}

.strength-item03 .strength-title,
.strength-item03 .strength-title .main::before,.strength-item03 .strength-title .main::after{
    width: 600px;
}

@media screen and (max-width:999px) {
    .strength-item01-list{
        flex-direction: column;
        gap: 20px 0;
        margin-top: 40px;
    }
    .strength-item01-list li{
        width: 100%;
        padding: 20px;
        font-size: 16px;
        filter: drop-shadow(6px 6px 1px rgb(0 145 131 / 40%));
    }
    .strength-item01-list li:nth-child(1){
        order:1;
    }
    .strength-item01-list li:nth-child(2){
        order:5;
    }
    .strength-item01-list li:nth-child(3){
        order:2;
    }
    .strength-item01-list li:nth-child(4){
        order:6;
    }
    .strength-item01-list li:nth-child(5){
        order:3;
    }
    .strength-item01-list li:nth-child(6){
        order:4;
    }
    .strength-item03 .strength-title,
    .strength-item03 .strength-title .main::before,.strength-item03 .strength-title .main::after{
        width: 100%;
    }
}

.strength-item03 .text-wrap01{
    position: relative;
}

.strength-item03 img[src$="strength03_01.png"]{
    position: absolute;
    top: -166px;
    right: 20px;
    width: 200px;
}

.strength-item03-image{
    margin-top: 80px;
    display: flex;
    align-items: center;
}

.strength-item03-image.reverse{
    flex-direction: row-reverse;
}

.strength-item03-image + .strength-item03-image{
       margin-top: 0; 
}

.strength-item03-image > *{
    width: 50%;
}

.strength-item03-image .text{
    text-align: center;
    padding: 30px;
}

.strength-item03-image .text h4{
    font-size: 26px;
    font-weight: 200;
}

.strength-item03-image .text p{
    margin-top: 20px;
    text-align: left;
    line-height: 1.6;
}

.strength-item03-image .text .strong{
    margin-top: 10px;
    text-align: center;
}

.strength-item03-image .text .strong em{
    font-size: 30px;
}

@media screen and (max-width:999px) {
    .strength-item03 .strength-title .main em{
        font-size: 16px;
    }
    .strength-item03 .strength-title + .text-wrap01{
        padding-top: 10px;
        margin-top: 0;
        position: relative;
    }
    .strength-item03 .strength-title + .text-wrap01::before,
    .strength-item03 .strength-title + .text-wrap01::after{
        display: none;
    }
    .strength-item03 img[src$="strength03_01.png"]{
        position: absolute;
        top: -80px;
        right: -5px;
        width:60px;
    }

    .strength-item03-image{
        margin-top: 20px;
        flex-direction: column;
    }

    .strength-item03-image.reverse{
        flex-direction: column;
    }

    .strength-item03-image + .strength-item03-image{
        margin-top: 0; 
    }

    .strength-item03-image > *{
        width: 100%;
    }

    .strength-item03-image .text{
        padding: 10px;
    }

    .strength-item03-image .text h4{
        position: relative;
        display: inline-block;
        font-size: 18px;
        padding: 0 24px 0 28px;
    }
    
    .strength-item03-image .text h4::before,
    .strength-item03-image .text h4::after {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 20px;
        height: 1px;
        background-color: #393939;
    }
    
    .strength-item03-image .text h4::before {
        left:0;
    }
    
    .strength-item03-image .text h4::after {
        right: 0;
    }

    .strength-item03-image .text p{
        margin-top: 10px;
        line-height: 1.4;
        font-size: 14px;
    }

    .strength-item03-image .text .strong{
        margin-top: 6px;
    }

    .strength-item03-image .text .strong em{
        font-size: 20px;
    }

}

.sc-corce{
    margin-top: 80px;
}

.corce-head{
    margin-top: 10px;
}

.corce-head-copy{
    position: relative;
    display: inline-block;
    padding: 0 40px 0 46px;
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
}

.corce-head-copy img[src$="2.svg"]{
    width: 30px;
    margin-right: 4px;
}

.corce-head-copy::before, .corce-head-copy::after {
    content: '';
    position: absolute;
    bottom: 14px;
    display: inline-block;
    width: 44px;
    height: 10px;
    background-color: #fff;
    z-index: -1;
}

.corce-head-copy::before {
    left: 0;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.corce-head-copy::after {
    right: 0;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.corce-head-text{
    position: relative;
    margin: 20px auto;
    font-size: 24px;
    text-align: center;
}

.corce-head-text em{
    font-size: 40px;
}

.corce-head-text p{
    display: inline-block;
    margin: 10px auto;
    text-align: left;
}

.corce-head-text .left{
    position: absolute;
    bottom: 0;
    left: -45px;
    transform: rotate(-6deg);
    z-index: -1;
    width: 140px;
}

.corce-head-text .right{
    position: absolute;
    bottom: 0;
    right: 20px;
    transform: rotate(4deg);
    z-index: -1;
}

.sc-corce .instagram-wrap{
    margin-top: 60px;
}

.sc-corce .instagram-list{
    display: flex;
    width: 100%;
    gap: 20px;
    flex-direction: row;
}

.sc-corce .instagram-item{
    width: calc(50% - 10px);
}

.sc-corce .instagram-list .link{
    display: block;
    width: 100%;
    aspect-ratio: 9 / 16;
}

.sc-corce .instagram-list .link video,
.sc-corce .instagram-list .link img{
    height: 100%;
    border-radius: 40px;
    object-fit: contain;
}

.h300-img{
    margin-top: 30px;
    height: 300px;
}

@media screen and (max-width:999px) {
    .sc-corce{
        margin-top: 40px;
    }
    .corce-head{
        margin-top: 10px;
    }
    .corce-head-copy img{
        width: 20px;
    }
    .corce-head-copy img[src$="2.svg"] {
        width: 16px;
        margin-right: 2px;
        margin-bottom: 4px;
    }
    .corce-head-copy{
        font-size: 12px;
        padding: 0 20px 0 26px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    .corce-head-copy::before, .corce-head-copy::after {
        bottom: 14px;
        width: 30px;
        height: 3px;
    }
    .corce-head-copy::before {
        left: 0;
    }
    .corce-head-copy::after {
        right: 0;
    }
    .corce-head-text{
        margin: 10px auto;
        font-size: 14px;
    }

    .corce-head-text em{
        font-size: 18px;
        font-weight: 600;
    }
    .corce-head-text p{
        margin: 6px auto;
    }
}

.corce-about{
    display: flex;
    margin-top: 40px;
    gap: 40px;
}

.corce-about dl{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 50%;
}

.corce-about dt{
    font-size: 30px;
    font-weight: 600;
}

.corce-about dd{
    display: flex;
    align-items: center;
    min-height: 240px;
    padding: 30px 30px;
    background-color: #fff;
    border-radius: 40px;
    border: 6px dotted #e4f39f;
}

.corce-about dl + dl dd{
    border: 6px dotted #aae2ad;
}

@media screen and (max-width:999px) {
    .corce-about{
        flex-direction: column;
        margin-top: 20px;
        gap: 20px;
    }

    .corce-about dl{
        gap: 10px;
        width: 100%;
    }

    .corce-about dt{
        font-size: 18px;
    }

    .corce-about dd{
        padding: 20px 30px;
    }

    .corce-about dl + dl dd{
        border: 6px dotted #aae2ad;
    }
}

.corce-year-block{
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.corce-year-image{
    display: flex;
    flex-direction: column;
    width: 200px;
    justify-content: center;
    padding-right: 10px;
}

.corce-year-image .frame{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.corce-year-image .frame::before, .corce-year-image .frame::after {
    content: '';
    position: absolute;
    bottom: 4px;
    display: inline-block;
    width: 30px;
    height: 6px;
    background-color: rgba(255, 255, 255, .8);
    z-index: -1;
}

.corce-year-image .frame::before {
    left: 0;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.corce-year-image .frame::after {
    right: 0;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.corce-year-image img{
    width: 180px;
}

.dot-list{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(255, 255, 255, .6);
    border: 6px dotted #e8e97b;
    border-radius: 40px;
}

.dot-list p{
    font-size: 20px;
}

.dot-list ul{
    margin-top: 6px;
}

.dot-list li{
    position: relative;
    padding-left: 14px;
}

.dot-list li::before{
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #373737;
}

.corce-year-visit{
    min-height: 180px;
    width: 240px;
}

.corce-year-visit li{
    position: relative;
    font-size: 16px;
}

.corce-year-visit li::before{
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #373737;
}


.corce-year-text{
    display: flex;
    align-items: center;
    padding: 0 0 0 40px;
    width: 560px;
    font-size: 18px;
    line-height: 1.6;
}

.numlist-l li{
    position: relative;
    padding-left: 24px;
}

.numlist-l .num{
    position: absolute;
    top: 2px;
    left: 2px;
}

.corce-year + .corce-year{
    margin-top: 40px;
}

.corce-year + .corce-year .corce-year-visit ul{
    margin-bottom: 6px;
}

@media screen and (min-width:1000px) {
    .corce-year + .corce-year .corce-year-visit ul{
        margin-right: 20px;
    }
}

@media screen and (max-width:999px) {
    .corce-year-block{
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .corce-year-image{
        display: flex;
        flex-direction: column;
        width: 32%;
        justify-content: center;
        padding-right: 10px;
    }

    .corce-year-image img{
        width: 100%;
    }
    .corce-year-image .frame{
        text-align: center;
        font-size: 10px;
    }
    .corce-year-image .frame::before, .corce-year-image .frame::after {
        width: 30px;
        height: 3px;
    }
    .dot-list{
        padding: 10px 20px;
    }
    .dot-list p{
        font-size: 16px;
    }
    .dot-list ul{
        margin-top: 4px;
    }
    .dot-list li{
        position: relative;
        padding-left: 12px;
        font-size: 12px;
    }
    .corce-year-block .dot-list ul{
        margin-right: 30px;
    }
    .corce-detail-child .dot-list{
        border-color: #ffc962;
        border-width: 4px;
    }
    .dot-list li::before{
        top: 4px;
        width: 8px;
        height: 8px;
    }

    .corce-year-visit{
        width: 68%;
        min-height: 120px;
    }
    .corce-year-visit li{
        position: relative;
        font-size: 12px;
    }
    .corce-year-visit li::before{
        top: 6px;
        width: 8px;
        height: 8px;
    }
    .corce-year-text{
        margin-top: 10px;
        padding: 0 10px;
        font-size: 12px;
    }
    .corce-year + .corce-year{
        margin-top: 20px;
    }
    .sp_ac_corcebtn{
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 10px;
    }
    .ac_icon{
        text-align: center;
    }
    .ac_icon img{
        animation: icon_anime 1s infinite ease;
        width: 80px;
    }
    @keyframes icon_anime {
      0%,100% {transform: translateY(0);}
      50% {transform: translateY(2px);}  
    }
    .ac-corce{
        position: relative;
        border-radius: 20px;
        transition: .4s;
    }
    .ac-corce::after{
        content: "";
        position: absolute;
        left: 50%;
        bottom: 2px;
        display: block;
        width: 14px;
        height: 14px;
        background: url("/img/special/childhood-education/aroow_down_02.svg") no-repeat center / contain;
        transform: translateX(-50%);
    }
    .ac-corce#Child{
        background-color: rgba(231, 233, 123, .8);
    }
    .ac-corce#English{
        background-color: rgba(170, 226, 173, .8);
    }
    .open.ac-corce#Child{
        background-color: rgb(249 251 125);
    }

    .open.ac-corce#English{
        background-color: rgb(157 255 174);
    }
}

.corce-details{
    margin-top: 40px;
    display: flex;
    gap: 40px;
}

.corce-detail{
    padding: 30px 20px;
    width: calc(50% - 20px);
    border-radius: 40px;
}

.corce-detail-child{
    background-color: rgba(231, 233, 123, .8);
}

.corce-detail-english{
    background-color: rgba(170, 226, 173, .8);
}

.corce-detail-english .corce-detail-note03 .dot-list{
    border-color: #aae2ad;
}

@media screen and (max-width:999px) {
    .corce-detail-child{
        background-color: #ecf08a;
    }
    .corce-detail-english{
        background-color: #a5d7ae;
    }
    .corce-detail-english .corce-detail-note03 .dot-list,
    .corce-detail-english .dot-list{
        border-color: #fff;
        border-width: 4px;
        background-color: #6fa278;
        color: #fff;
    }
    .corce-detail-english .dot-list li::before{
        background-color: #fff;
    }
}

.corce-detail-headimage{
    width: 100%;
}

@media screen and (min-width:1000px) {
    .corce-detail-headimage{
        height: 100px;
    }
}

.corce-detail-note01{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 466px;
}

.corce-detail-note01 > img{
    height: 360px;
    width: auto;
    object-fit: contain;
}

.corce-detail-note01 p {
    font-size: 16px;
    line-height: 1.5;
}

@media screen and (min-width:1000px) {
    .corce-detail-note02 + .corce-detail-note01{
        min-height: 520px;
    }
}

.corce-detail-note02{
    display: flex;
    align-items: center;
    padding-top: 40px;
    min-height: 260px;
}

.corce-detail-note02 .image{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    width: calc(100% - 280px);
    padding-right: 10px;
}

.corce-detail-note02 .image span{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding: 0 10px;
    z-index: 2;
}

.corce-detail-note02 .image span::before, .corce-detail-note02 .image span::after {
    content: '';
    position: absolute;
    bottom: 4px;
    display: inline-block;
    width: 30px;
    height: 6px;
    background-color: rgba(255, 255, 255, 1);
    z-index: -1;
}

.corce-detail-note02 .image span::before {
    left: -10px;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.corce-detail-note02 .image span::after {
    right: -10px;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.corce-detail-note02 .text{
    padding: 20px;
    width: 280px;
}

.corce-detail-english .corce-detail-note02 .dot-list{
    border-color: #aae2ad;
}

.corce-detail-note03{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.corce-detail-note03 img{
    height: 420px;
    object-fit: contain;
}

.corce-detail-note03 .text{
    padding: 10px 20px 20px;
}

.corce-detail-note04{
    margin-top: 40px;
}

.corce-detail-note04 .sub{
    font-size: 24px;
}

.corce-detail-note04-block{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.corce-detail-note04-block img{
    height: 360px;
    object-fit: contain;
}

.corce-detail-note04-block .note-head{
    text-align: center;
    font-size: 20px;
}

.corce-detail-note04-block .text-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 10px;
    padding: 20px;
    border-radius: 40px;
    border: 6px solid #ffffff99;
    min-height: 240px;
}

.corce-detail-note04-block .point{
    padding-bottom: 10px;
    text-align: center;
}

.corce-detail-note05{
    margin-top: 40px;
}

@media screen and (min-width:1000px) { 
.corce-detail-child .corce-detail-note02 .image img{
    height: 180px
}

.corce-detail-english .corce-detail-note02 .image img{
    height: 170px
}
}

@media screen and (max-width:999px) { 
    .corce-details{
       flex-direction: column;
       gap: 0;
    }
    .corce-detail{
        width: 100%;
        height: 0;
        padding: 0 20px;
        transition: height 1000ms ease;
        overflow: hidden;
    }
    .corce-detail.open{
        height: auto;
        height: calc-size(auto, size);
    }
    .corce-detail .sp-title{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        background-color: rgba(255, 252, 218, 0.314);
        border-radius: 40px;
        border: 2px dotted rgb(255, 206, 91);
        margin: 20px 0;
    }
    .corce-detail .sp-title p{
        text-align: center;
        font-weight: 600;
    }
    .corce-detail-english .sp-title{
        margin-top: 20px;
        border-color: rgba(223, 255, 224, 0.8);
    }
    .corce-detail-note01{
        margin-top: 10px;
        min-height: auto;
    }
    .corce-detail-note01 > img{
        height: auto;
        width: 100%;
    }
    .corce-detail-note01 p {
        font-size: 14px;
        line-height: 1.6;
    }
    .corce-detail-note02{
        display: flex;
        align-items: center;
        padding-top: 20px;
        min-height: unset;
    }
    .corce-detail-note02 .image{
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
        width: 25%;
        padding-right: 10px;
    }
    .corce-detail-note02 .image span{
        font-size: 8px;
        text-align: center;
        padding: 0 2px;
    }
    .corce-detail-note02 .image span::before, .corce-detail-note02 .image span::after {
        bottom: 4px;
        width: 30px;
        height: 2px;
    }
    .corce-detail-note02 .text{
        padding: 10px 20px;
        width: 75%;
    }
    .corce-detail-note02 .text > p{
        font-size: 14px;
    }
    .corce-detail-note03{
        margin-top: 10px;
        gap: 10px;
    }
    .corce-detail-note03 img{
        height: unset;
    }
    .corce-detail-note03 .text{
        padding: 10px 20px 14px;
    }
    .corce-detail-note04{
        margin-top: 20px;
    }
    .corce-detail-note04 .main{
        font-size: 16px;
    }
    .corce-detail-note04-block{
        margin-top: 10px;
        gap: 20px;
    }
    .corce-detail-note04-block img{
        height: unset;
    }

    .corce-detail-note04-block .note-head{
        text-align: center;
        font-size: 16px;
    }

    .corce-detail-note04-block .text-wrap{
        padding: 20px;
        border: 3px solid #ffffff99;
        min-height: unset;
        font-size: 12px;
    }
    .corce-detail-note04-block .point{
        font-size: 14px;
        padding-bottom: 10px;
        text-align: center;
    }
    .corce-detail-note05{
        margin-top: 20px;
    }
}

.professor-name{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.professor-profile{
    text-align: center;
    line-height: 1.6;
    padding: 20px 40px 0;
}

.professor-profile p{
    text-align: left;
}

.professor-profile img{
    margin: 20px 0 0;
}

.professor + .professor{
    margin-top: 40px;
}

.corce-detail-note06{
    margin-top: 40px;
}

.corce-detail-note06-head{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.corce-detail-note06-head p{
    font-size: 24px;
}

.exam-wrap{
    margin-top: 20px;
    text-align: center;
}

.exam-hukidasi{
    display: inline-block;
    margin: 0 auto;
    align-items: center;
    padding: 10px 40px;
    border: 6px solid #ffffff99;
    border-radius: 40px;
}

.exam-row{
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
}

.exam-year em{
    font-size: 40px;
}

.exam-list,.exam-list li{
    display: flex;
    flex-direction: column;
}

.exam-list{
    gap: 20px;
    margin-top: 40px;
}

.exam-list li p{
    padding: 0 40px;
    margin-top: 10px;
    text-align: left;
}

.exam-list .exam-hukidasi{
    padding: 18px 16px;
}

@media screen and (min-width:1000px) { 
    .corce-detail-note05,.corce-detail-note06{
        min-height: 1440px;
    }
    .splide{
            visibility: visible!important;
    }
}

@media screen and (max-width:999px) { 
    .professor-name{
        gap: 10px;
        font-size: 14px;
    }
    .professor-name img{
        width: 100px;
    }
    .professor-profile{
        padding: 10px 20px 0;
        font-size: 12px;
    }
    .professor-profile img{
        margin: 10px 0 0;
    }
    .professor + .professor{
        margin-top: 20px;
    }
    .corce-detail-note06{
        margin-top: 20px;
    }
    .corce-detail-note06-head{
        gap: 10px;
    }

    .corce-detail-note06-head p{
        font-size: 18px;
    }
    .corce-detail-note07{
        margin-bottom: 20px;
    }
    .corce-detail.open + .corce-detail.open{
        margin-top: 40px;
    }
    .exam-wrap{
        margin-top: 10px;
    }
    .exam-hukidasi{
        width: 100%;
        padding: 10px 10px;
        border: 3px solid #ffffff99;
        border-radius: 40px;
        font-size: 14px;
    }
    .exam-row{
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        gap: 10px;
    }

    .exam-year em{
        font-size: 40px;
    }

    .exam-list,.exam-list li{
        display: flex;
        flex-direction: column;
    }

    .exam-list{
        gap: 20px;
        margin-top: 40px;
    }

    .exam-list li p{
        padding: 0 10px;
        margin-top: 10px;
        font-size: 12px;
        text-align: left;
    }

    .exam-list .exam-hukidasi{
        padding: 18px 16px;
    }

     .exam-hukidasi{
        position: relative;
     }

    .exam-hukidasi div{
        font-size: 12px;
     }

    .exam-hukidasi > img{
        position: absolute;
        top: -40px;
        right: 10px;
        width: 40px;
    }
}

.sc-movie{
    margin-top: 80px;
}

.movie-wrap{
    margin-top: 40px;
    display: flex;
    gap: 40px;
    width: 100%;
}

.movie-wrap iframe{
    width: calc(50% - 20px);
    aspect-ratio: 16/ 9;
}

@media screen and (max-width:999px) { 
    .sc-movie{
        margin-top: 40px;
    }
    .movie-wrap{
        flex-direction: column;
        margin-top: 10px;
        gap: 20px;
    }
    .movie-wrap iframe{
        width: 100%;
    }
}

.sc-event{
    margin-top: 80px;
}

.sc-event .title img{
    margin-top: -60px;
}

.event-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.event-block h3{
    font-size: 24px;
}

.event-note{
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 80px;
}

.event-note .text{
    display: flex;
    align-items: center;
    padding: 20px 30px;
    border: 6px solid #ffffff99;
    border-radius: 40px;
}

.event-note .text01{
    width: calc(45% - 20px);
}

.event-note .text02{
     width: calc(55% - 40px);
    position: relative;
    padding: 20px 20px 20px 80px;
    border-radius: 60px;
    background-color: rgba(255, 255, 255, .4);
}

.event-note .text02 img{
    position: absolute;
    bottom: -30px;
    left: -100px;
}

.event-instagram-wrap{
    margin-top: 60px;
}

.event-instagram{
    display: flex!important;
    gap: 20px 0;
}

.event-instagram-item {
    position: relative;
    width: calc(100% / 3);
}

.event-instagram-item .link{
    display: block;
    height: 320px;
    aspect-ratio: 9 / 16;
}
.event-instagram-item .link video,
.event-instagram-item .link img{
    height: 100%;
    border-radius: 40px;
    object-fit: contain;
}

.event-instagram-item .comment {
    position: absolute;
    top: 0;
    right: 30px;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.event-instagram-item .comment-text{
    position: absolute;
    top: 80px;
    right: 0; 
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 150px;
    padding: 20px 10px;
    border-radius: 20px;
    font-size: 14px;
    background-color: rgba(231, 233, 123, 0.8);
}

.event-instagram-item .comment-text::before,
.event-instagram-item .comment-text::after{
    content: "";
    position: absolute;
    display: block;
    width: 24px;
    height: 10px;
    background-color: rgba(231, 233, 123, 0.8);
    border-radius: 20px;
}

.event-instagram-item .comment-text::before{
    bottom: -12px;
    right: 70px;
}

.event-instagram-item .comment-text::after{
    width: 20px;
    bottom: -26px;
    right: 64px;
}

.event-instagram-item .comment img{
    width: 140px;
}

.event-instagram-item .comment-text.low{
    top: 100px;
}


@media screen and (max-width:999px) { 
    .sc-event{
        margin-top: 40px;
    }

    .sc-event .title img{
        margin-top: -20px;
    }

    .event-block{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .event-block h3{
        font-size: 18px;
    }

    .event-note{
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .event-note .text{
        padding: 16px 20px;
        border: 3px solid #ffffff99;
    }

    .event-note .text01{
        width: 100%;
        font-size: 12px;
    }

    .event-note .text02{
        margin-left: auto;
        width: calc(100% - 90px);
        position: relative;
        padding: 20px 10px;
        font-size: 12px;
        border-radius: 30px;
    }

    .event-note .text02 img{
        top: 16px;
        bottom: unset;
        left: -100px;
        width: 110px;
    }

    .event-instagram-wrap{
        padding: 0;
    }

    .event-instagram-item{
        transition: .4s;
    }

    .event-instagram-item .link{
        transition: .4s;
        transform: scale(.9);
    }

    .event-instagram-item.is-active .link{
        transform: scale(1);
    }

    .event-instagram-item .link{
        width: 100%;
        height: auto;
    }

    .event-instagram-item .link img{
        width: 100%;
        height: auto;
    }
}

.sc-voice{
    margin-top: 80px;
}

.voice-member{
    margin-top: 40px;
    display: flex;
    gap: 40px 20px;
}

.voice-member-item{
    width: calc(25% - 15px);
    padding-top: 140px;
    position: relative;
}

.voice-member-item img{
    position: absolute;
    top: 0;
    right: -40px;
    width: 200px;
    z-index: -1;
}

.voice-member-item div{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 40px 0;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    gap: 0 10px;
    background-color: rgba(231, 233, 123, 0.8);
}

.voice-member-item:nth-child(2) div{
    background-color: rgba(123, 206, 233, 0.8);
}

.voice-member-item:nth-child(3) div{
    background-color: rgba(235, 198, 238, 0.8);
}

.voice-member-item:nth-child(4) div{
    background-color: rgba(172, 240, 200, 0.8);
}

.voice-member-item p{
    line-height: 1.6;
}

.voice-member-item b{
    font-size: 18px;
}


@media screen and (max-width:999px) { 
    .sc-voice{
        margin-top: 40px;
    }
    .voice-member{
        margin-top: 20px;
        gap: 20px;
        flex-wrap: wrap;
    }

    .voice-member-item{
        width: calc(50% - 10px);
        padding-top: 80px;
        position: relative;
    }

    .voice-member-item img{
        top: 0;
        right: 0;
        width: 100px;
        z-index: -1;
    }

    .voice-member-item div{
        width: 130px;
        height: auto;
        aspect-ratio: 1;
        padding: 0;
        gap: 0 4px;
    }
    .voice-member-item p{
        font-size: 11px;
        line-height: 1.6;
    }
    .voice-member-item b {
        font-size: 12px;
    }
}

.qa-summary{
    list-style-type: none;
    padding: 40px 0;
    font-size: 30px;
}

.qa-content-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px 100px;
    padding: 0 0 40px;
}

.answer{
    position: relative;
    width: calc(50% - 50px);
}

.answer > img{
    position: absolute;
    top: 50%;
    left: -60px;
    width: 120px;
    z-index: 2;
    transform: translateY(-50%)
}

.answer > div{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 40px 40px 40px 80px;
    width: 100%;
    border-radius: 50%;
    gap: 0 10px;
    background-color: rgba(231, 233, 123, 0.8);
}

.answer.a02 > div{
    background-color: rgba(123, 206, 233, 0.8);
}

.answer.a03 > div{
    background-color: rgba(235, 198, 238, 0.8);
}

.answer.a04 > div{
    background-color: rgba(172, 240, 200, 0.8);
}

@media screen and (max-width:999px) { 
    .sc-voice{
        margin-top: 40px;
    }
    .voice-member{
        margin-top: 20px;
        gap: 0 20px;
        flex-wrap: wrap;
    }

    .voice-member-item{
        width: calc(50% - 10px);
        padding-top: 60px;
        position: relative;
    }

    .voice-member-item img{
        top: 0;
        right: 0;
        width: 100px;
        z-index: -1;
    }

    .voice-member-item dl{
        width: 100%;
        height: auto;
        aspect-ratio: 1;
        padding: 40px 10px;
        gap: 0 4px;
    }

    .voice-member-item dt{
        width: 30%;
        text-align: left;
        font-size: 10px;
    }

    .voice-member-item dd{
        width: 50%;
        font-size: 10px;
    }
    .qa-wrap{
        margin-top: 10px;
    }
    .qa-item + .qa-item{
        margin-top: 20px;
    }
    .qa-summary{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 40px 0;
        font-size: 16px;
        text-indent:-1rem;
        padding-left: 1rem;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, .6);
    }
    .qa-summary::after{
        content: "";
        position: absolute;
        left: 50%;
        bottom: 5px;
        display: block;
        width: 20px;
        height: 20px;
        background: url("/img/special/childhood-education/aroow_down.svg") no-repeat center / contain;
        transform: translateX(-50%);
    }
    .qa-content{
        height: 0;
        gap: 20px 0;
        transition: height 500ms ease;
        overflow: hidden;
    }
    .qa-content-inner{
        padding: 40px 0;
    }
    .open.qa-content{
        height: auto;
        height: calc-size(auto, size);
    }
    .answer{
        position: relative;
        width: 100%;
    }
    .answer > img{
        top: 50%;
        left: 0;
        width: 100px;
        z-index: 2;
    }
    .answer > div{
        margin-left: auto;
        padding: 30px 30px 30px 40px;
        width: calc(100% - 60px);
        border-radius: 50%;
        gap: 0 10px;
        font-size: 12px;
    }
}

.sc-professor{
    margin-top: 80px;
}

.professor-wrap{
    margin-top: 20px;
    padding-bottom: 140px;
}

.professor-text{
    float: right;
}

.professor-text .frame{
    position: relative;
    left: -80px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    text-align: center;
    transform: rotate(-5deg);
}

.professor-text .frame::before, .professor-text .frame::after {
    content: '';
    position: absolute;
    bottom: 4px;
    display: inline-block;
    width: 30px;
    height: 6px;
    background-color: rgba(255, 255, 255, .8);
    z-index: -1;
}

.professor-text .frame::before {
    left: 0;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.professor-text .frame::after {
    right: 0;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}


.professor-text img {
    width: 180px;
}

@media screen and (max-width:999px) { 
    .sc-professor{
        margin-top: 40px;
    }

    .professor-wrap{
        margin-top: 10px;
        padding-bottom: 140px;
    }
    .professor-text{
        text-align: right;
    }
    .professor-text .frame{
        left: -20px;
        width: 160px;
        font-size: 10px;
    }

    .professor-text img {
        width: 120px;
    }
}

.sc-sns{
    clear: both;
    margin-top: 80px;
}

main .link-list{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 40px 100px;
}

main .link-list a{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: calc(50% - 50px);
    padding: 28px 40px;
    border-radius: 9999px;
    text-decoration: none;
    font-size: 20px;
    color: #777777;
    transition: .4s;
}

main .link-list a:active{
    background-color: rgb(231, 233, 123);
}

@media (hover: hover) {
  a:hover{
    transform: scale(.99);
    opacity: .75;
  }
  .nav li a:hover {
    font-weight: bold;
  }
  main .link-list a:hover {
    background-color: rgb(231, 233, 123);
  }
}
/*
footer{
    margin-top: 160px;
    padding: 20px 40px;
    background-color: #fefdf2;
}
footer a{
    display: block;
}
footer img{
    width: 240px;
}
*/
@media screen and (max-width:999px) { 
    .sc-sns{
        margin-top: 40px;
    }
    main .link-list{
        margin-top: 20px;
        width: 100%;
        gap: 20px;
    }
    main .link-list a{
        position: relative;
        width: 100%;
        padding: 20px 20px 20px 16px;
        border-radius: 40px;
        font-size: 17px;
    }
    main .link-list a::before,
    main .link-list a::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 15px;
      width: 10px;
      height: 1px;
      border-radius: 9999px;
      background-color: #777;
      transform-origin: 100% 50%;
    }
    main .link-list a::before {
      transform: rotate(45deg);
    }
    main .link-list a::after {
      transform: rotate(-45deg);
    }
    /*footer{
        margin-top: 80px;
        padding: 20px;
    }
    footer img{
        width: 120px;
    }*/
}

.marker-child{
    background: linear-gradient(transparent 50%, rgb(255 247 0) 50%);
}

.marker-english{
    background:linear-gradient(transparent 50%, rgb(152, 255, 123) 50%);
}

.marker {
    display: inline;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition:background-size 1.5s;
}

.marker.scrolled {
    background-size: 100% 100%;
}

.page-section__body .news__button{
    top: -115px;
}