@charset "utf-8";

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


top


---------------------------------------------- */
h1,
h2,
h3,
h4,
.top__link a {
    font-family: 'M PLUS Rounded 1c', sans-serif;
}


.top {
    background: linear-gradient(to bottom, #AAE3F9, #E5ECA7);
}

.top__wrap {
    padding: 180px 0;
    background-image: url(..//_image/index/top.png);
    background-size: 1920px;
    background-position: top center;
    background-repeat: no-repeat;
}

.top__title {
    margin-bottom: 1100px;
}

.top__title h1 {
    padding: 30px;
    font-size: 70px;
    font-size: 7rem;
    font-weight: bold;
    text-align: center;
    line-height: 55px;
}

.eg {
    font-size: 30px;
    font-size: 3rem;
}



.top__title .top__link {
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
}

.top__link a {
    display: block;
    padding: 0px 140px;
    font-size: 60px;
    font-size: 6rem;
    font-weight: bold;
    background-image: url(../_image/index/link.png);
    background-size: contain;
    background-repeat: no-repeat;
}


.greet {
    position: relative;
    width: 1200px;
    margin: auto;
    padding: 80px;
    background-image: url(../_image/index/greet_box.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.greet__wrap {
    position: relative;
    left: -60px;
}

.greet__wrap::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: 60px;
    width: 160px;
    height: 360px;
    background-image: url(../_image/index/greet_sun.png);
    background-repeat: no-repeat;
}

.greet__wrap::after {
    position: absolute;
    display: block;
    content: "";
    top: 100px;
    right: 40px;
    width: 160px;
    height: 360px;
    background-image: url(../_image/index/greet_human.png);
    background-repeat: no-repeat;
}

.greet__title {
    text-align: center;
    font-size: 60px;
    font-size: 6rem;
    font-weight: bold;
}

.greet__wrap p {
    max-width: 600px;
    margin: 0 auto 50px;
    font-size: 24px;
    font-size: 2.4rem;
}

.top__info {
    padding: 120px 0;
    background-image: url(../_image/index/topleft.png), url(../_image/index/topright.png);
    background-position: bottom left, top right;
    background-size: 370px, 280px;
    background-repeat: no-repeat;
}

.info__wrap {
    position: relative;
    width: 90%;
    max-width: 880px;
    margin: 0 auto;
    padding: 60px;
    border: solid 3px #8CC44E;
    border-radius: 50px;
    background-color: #fff;
}

.info__wrap::before {
    display: block;
    position: absolute;
    content: "";
    top: -60px;
    right: -80px;
    width: 156px;
    height: 110px;
    background-image: url(../_image/index/decoration_1.png);
}

.info__wrap::after {
    display: block;
    position: absolute;
    content: "";
    bottom: -60px;
    left: -100px;
    width: 161px;
    height: 138px;
    background-image: url(../_image/index/decoration_2.png);
}

.info__wrap h2 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 40px;
    font-size: 4rem;
    font-weight: bold;
}

.info__wrap p {
    font-size: 24px;
    font-size: 2.2rem;
}



@media only screen and (max-width:640px) {
    .top {
        width: 100%;
        max-width: 960px;
    }

    .top__wrap {
        padding: 70px 0;
        background-image: url(..//_image/index/topsp.png);
        background-size: 100%;
    }

    .top__title {
        margin-bottom: 600px;
    }

    .top__title h1 {
        text-align: center;
        padding: 30px;
        font-size: 32px;
        font-size: 3.2rem;
        font-weight: bold;
        line-height: 34px;
    }

    .eg {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .top__title .top__link {
        width: 70%;
    }

    .top__link a {
        padding: 0 60px;
        font-weight: bold;
        font-size: 18px;
        font-size: 1.8rem;
    }

    .greet {
        width: 100%;
        padding: 120px 40px;
        background-position: center center;
        background-size: 800px 100%;
    }

    .greet__wrap {
        left: 0;
    }

    .greet__wrap::before {
        top: -70px;
        right: -50px;
        width: 160px;
        height: 360px;
        background-image: url(../_image/index/greet_sun.png);
        background-repeat: no-repeat;
    }

    .greet__wrap::after {
        display: none;
    }

    .greet__title {
        font-size: 36px;
        font-size: 3.6rem;
    }

    .greet__wrap p {
        margin: 0;
        padding: 0;
    }

    .top__info {
        position: relative;
        margin-top: 40px;
        background-image: url(..//_image/index/infoleft-24.svg), url(..//_image/index/inforight-25.svg);
        background-size: 100px, 300px;
    }

    .info__wrap {
        padding: 40px;
    }

    .info__wrap::before {
        display: none;
    }

    .info__wrap::after {
        display: none;
    }

    .info__wrap h2 {
        font-size: 28px;
        font-size: 2.8rem;
    }



}

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


experience


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

.experience {
    position: relative;
}

/* .experience::after {
    position: absolute;
    content: "";
    width: 920px;
    height: 740px;
    bottom: -200px;
    left: calc(50% + 150px);
    background-image: url(..//_image/index/plane.png);
    z-index: 5;
} */

.experience-wrap {
    position: relative;
    background-color: #ADE0EC;
    background-image: linear-gradient(90deg,
            rgba(255, 255, 255, 0.1) 50%,
            transparent 20%, transparent 30%);
    background-size: 200px 1px;
    padding-top: 50px;
}

.experience-wrap::before {
    position: absolute;
    display: block;
    content: "";
    width: 1920px;
    height: 283px;
    top: -283px;
    background-image: url(..//_image/index/delimiter.png);
}

.experience__block {
    position: relative;
    background-image: url(..//_image/index/experienceleft.png), url(..//_image/index/experienceright.png);
    background-position: bottom 800px left 10px, top 400px right 20px;
    background-size: 300px, 260px;
    background-repeat: no-repeat;
    overflow: hidden;
}


.experience__title {
    position: relative;
    width: 850px;
    margin: auto;
    padding-bottom: 350px;
    background-image: url(..//_image/index/title-back1.png);
    background-repeat: no-repeat;
}

.experience__title h2 {
    position: absolute;
    top: 20%;
    left: 39%;
    font-weight: bold;
    font-size: 40px;
    font-size: 4rem;
}

.experience__title h4 {
    position: absolute;
    top: 40%;
    left: 31%;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
}

.experience__box {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 80px auto;
    padding-bottom: 120px;
}

.experience__box>div {
    width: 45%;
    margin: 60px 0;
}

.openBtn img {
    width: 100%;
    transition-duration: 0.5s;
}

.openBtn:hover img {
    transform: scale(1.1);
    transition-duration: 0.5s;
}

.openBtn h4 {
    text-align: center;
    padding-top: 20px;
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem;
}

.remodal-is-initialized {
    display: inline-block;
}

.experience-box .remodal-close {
    top: 10px;
    left: auto;
    right: 10px;
}

.experience-box .remodal-close::before {
    position: relative;
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #4d1a00;
    transform: rotate(45deg);
}

.experience-box .remodal-close::after {
    position: relative;
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    top: -2px;
    background-color: #4d1a00;
    transform: rotate(-45deg);
}


/* remodal */

.remodal.concept__remodal {
    width: 100%;
    padding: 50px 60px;
    background-color: #ADE0EC;
    background-image: linear-gradient(90deg,
            rgba(255, 255, 255, 0.2) 50%,
            transparent 20%, transparent 30%);
    background-size: 200px auto;
}

.concept__remodal .remodal-close::before {
    position: relative;
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #2b2e38;
    transform: rotate(45deg);
}

.concept__remodal .remodal-close::after {
    position: relative;
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    top: -2px;
    background-color: #2b2e38;
    transform: rotate(-45deg);
}

.remodal h3 {
    text-align: center;
    font-weight: bold;
    padding: 10px;
    font-size: 28px;
    font-size: 2.8rem;
}

.remodal img {
    display: block;
}

.remodal p {
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
}

.remodal__text {
    padding-top: 20px;
}


.remodal span {
    padding-left: 10px;
}

table {
    width: 100%;
    margin: 20px auto;
    border-collapse: collapse;
    text-align: center;
}

th,
td {
    border: 1px solid #333;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
}

th {
    width: 30%;
    text-align: center;
    padding: 10px 30px;
    background-color: #FFFFC9;
}

td {
    padding: 10px;
    background-color: #fff;
    word-break: break-all;
}

.link a {
    color: #1A0DAB;
    text-decoration: underline;
}

.map {
    display: flex;
    justify-content: center;
}

.map img {
    width: 30px;
    margin: 0 4px;
}

.googlemap {
    width: 100%;
    margin: 10px 0;
}

.tel p {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
}

.telBtn {
    width: 300px;
    display: block;
    margin: auto;
    padding: 10px;
    border-radius: 15px;
    background-color: #FFBF4A;
}

.tel__textBox {
    display: flex;
    justify-content: center;
}

.tel__textBox img {
    width: 30px;
    margin-right: 10px;
}

.tel__textBox p {
    padding: 0;

}

@media only screen and (max-width:640px) {
    .experience__border {
        position: absolute;
        display: inline-block;
        content: "";
        padding: 0;
        width: 640px;
        height: 40px;
        bottom: 50px;
        background-image: url(..//_image/index/delimiter.png);
    }

    .experience::after {
        display: none;
    }

    .experience__title {
        width: 500px;
        padding: 90px;
        content: "";
        background-image: url(..//_image/index/title-backsp-13.svg);
    }

    .experience__title h2 {
        position: absolute;
        top: 12%;
        left: 20%;
        font-weight: bold;
        font-size: 36px;
        font-size: 3.6rem;
    }

    .experience__title h4 {
        display: none;
    }

    .experience__block {
        position: relative;
        background-image: url(..//_image/index/experienceleftsp.png), url(..//_image/index/experiencerightsp.png);
        background-position: bottom 500px left -20px, top 800px right -10px;
        background-size: 150px, 150px;
    }

    .experience__box>div {
        width: 100%;
        margin: 40px auto;
    }

    .experience__box {
        display: block;
        width: 100%;
        margin-top: 20px;
        padding-bottom: 120px;
    }

    .openBtn img {
        display: block;
        width: 80%;
        margin: auto;
        padding-top: 80px;
    }

    .experience__block::after {
        display: none;
    }

    .remodal.concept__remodal {
        width: 100%;
        padding: 30px;
    }

    .remodal h3 {
        font-size: 22px;
        font-size: 2.2rem;
    }

    .map {
        display: flex;
        justify-content: center;
        margin: 40px auto -10px;
        width: 275px;
    }

    th {
        text-align: center;
        padding: 10px 25px;
        background-color: #FFFFC9;
        font-size: 16px;
        font-size: 1.6rem;
    }


    td {
        background-color: #fff;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .map p {
        white-space: nowrap
    }

    .googlemap {
        width: 100%;
    }

    .tel {
        padding: 0;
    }

    .telBtn {
        width: 100%;
        margin: auto;
        padding: 10px;
    }

    .tel__textBox img {
        width: 40px;
    }

    .tel__textBox p {
        font-size: 18px;
        font-size: 1.8rem;
    }

}

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


fieldTrip


---------------------------------------------- */
.fieldTrip-wrap {
    position: relative;
    background-color: #CEE279;
    background-image: linear-gradient(90deg,
            rgba(255, 255, 255, 0.1) 50%,
            transparent 20%, transparent 30%);
    background-size: 200px 1px;
    padding: 60px 0 80px;
}

.fieldTrip-wrap::before {
    position: absolute;
    display: block;
    content: "";
    width: 1920px;
    height: 283px;
    top: -283px;
    background-image: url(..//_image/index/delimitergr.png);
}

.fieldTrip__block {
    background-image: url(..//_image/index/fieldTripleft.png), url(..//_image/index/fieldTripright.png);
    background-position: bottom 600px left 60px, top 300px right 20px;
    background-size: 300px, 250px;
    background-repeat: no-repeat;
    overflow: hidden;
}


.fieldTrip__title {
    position: relative;
    width: 850px;
    margin: auto;
    padding-bottom: 260px;
    background-image: url(..//_image/index/title-back1.png);
    background-repeat: no-repeat;
}

.fieldTrip__title h2 {
    position: absolute;
    top: 27%;
    left: 39%;
    font-weight: bold;
    font-size: 40px;
    font-size: 4rem;
}

.fieldTrip__title h4 {
    position: absolute;
    top: 52%;
    left: 31%;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
}

.fieldTrip__box {
    flex-wrap: wrap;
    display: flex;
    width: 1200px;
    margin: 80px auto;
    gap: 120px;
}

.h4 .fine {
    padding-bottom: 0;
}

.openBtn {
    cursor: pointer;
    transition: 0.5s;
}

@media only screen and (max-width:640px) {
    .fieldTrip-wrap {
        padding: 50px 0;
    }

    .fieldTrip__box {
        display: inline-block;
        width: 100%;
        margin-top: 20px;
        padding-bottom: 80px;
    }

    .fieldTrip__block {
        position: relative;
        background-image: url(..//_image/index/fieldTripleftsp.png), url(..//_image/index/fieldTriprightsp.png);
        background-position: bottom 800px left -30px, top 800px right -10px;
        background-size: 150px, 150px;
    }

    .fieldTrip__title {
        width: 500px;
        padding: 90px;
        content: "";
        background-image: url(..//_image/index/title-backsp-13.svg);
    }

    .fieldTrip__title h2 {
        position: absolute;
        top: 12%;
        left: 21%;
        font-weight: bold;
        font-size: 36px;
        font-size: 3.6rem;
    }

    .fieldTrip__title h4 {
        display: none;
    }

}

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


access


---------------------------------------------- */
.access-wrap {
    position: relative;
    background-color: #FFBF4A;
    background-image: linear-gradient(90deg,
            rgba(255, 255, 255, 0.1) 50%,
            transparent 20%, transparent 30%);
    background-size: 200px 1px;
    padding: 50px 0 80px;
}

.access-wrap::before {
    position: absolute;
    display: block;
    content: "";
    width: 1920px;
    height: 283px;
    top: -283px;
    background-image: url(..//_image/index/delimiteror.png);
}

.access__title {
    position: relative;
    width: 850px;
    margin: auto;
    padding-bottom: 260px;
    background-image: url(..//_image/index/title-back1.png);
    background-repeat: no-repeat;
}

.access__title h2 {
    position: absolute;
    top: 35%;
    left: 40%;
    font-weight: bold;
    font-size: 40px;
    font-size: 4rem;
}

.access__title h4 {
    position: absolute;
    top: 52%;
    left: 31%;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
}

.access__content {
    width: 960px;
    background-color: #fff;
    margin: 80px auto;
    padding: 80px;
    border-radius: 25px;
}

.access__content p {
    margin: 40px 0 10px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
}

.access__Btn a {
    position: relative;
    display: block;
    width: 350px;
    padding: 15px 0;
    margin: auto;
    background: #57BABF;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    transition: .3s;
}

.access__Btn a:hover {
    background: #6CD3D3;
    transform: scale(1.1);
    transition-duration: 0.5s;
}

@media only screen and (max-width:640px) {
    .access__title {
        width: 500px;
        padding: 90px;
        content: "";
        background-image: url(..//_image/index/title-backsp-13.svg);
    }

    .access__title h2 {
        position: absolute;
        top: 12%;
        left: 24%;
        font-weight: bold;
        font-size: 36px;
        font-size: 3.6rem;
    }

    .access__title img {
        width: 450px;
    }

    .access__content {
        position: relative;
        width: 90%;
        margin-bottom: 20px;
        padding: 40px;
    }

    .access__content::before {
        position: absolute;
        content: "";
        width: 200px;
        height: 85px;
        padding: 50px;
        top: -40px;
        right: -60px;
        background-image: url(..//_image/index/acsessdecoration-21.svg);
        background-repeat: no-repeat;
    }

    .access__Btn p {
        width: 90%;
        margin: 20px auto;
        text-align: left;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .access__Btn a {
        width: 90%;
        padding: 10px 0;
        font-size: 16px;
        font-size: 1.6rem;
    }


}

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


#footer


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

footer {
    background-color: #F2EADC;
}

.footer__wrap {
    width: 960px;
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.footer__wrap h3 {
    font-weight: bold;
    font-family: none;
}

.footer__inquiry span {
    color: #00B4D5;
    padding-right: 10px;
}

.footer__inquiry p {
    font-weight: bold;
    text-align: right;
    padding-top: 5px;
}

.footer__wrap .footer__item {
    width: 600px;
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
}

.footer__wrap .footer__item a {
    display: block;
    margin-left: 40px;
}

.footer__contact {
    display: flex;
    text-align: center;
    padding-bottom: 10px;
}

.footer__item h3::before {
    display: inline-block;
    content: "";
    width: 30px;
    height: 30px;
    margin-right: 10px;
    vertical-align: middle;
    background-image: url(../_image/index/tell-09.svg);
}

.footer__item .mail h3::before {
    background-image: url(../_image/index/mail-07.svg);
}

.footer__item small {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
}

.footer__privacy {
    text-decoration: underline;
}


@media only screen and (max-width:640px) {
    .footer__wrap {
        display: block;
        width: 90%;
        margin: auto;
    }

    .footer__wrap .footer__item {
        width: 100%;
        display: block;
        text-align: center;
    }

    .footer__inquiry span {
        text-align: center;
    }

    .footer__wrap h3 {
        text-align: center;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 2.5rem;
    }

    .footer__wrap .footer__item a {
        margin: auto;
    }

    .footer__item .mail {
        padding-left: 20px;
    }

    .footer__inquiry p {
        padding: 10px 0;
        text-align: center;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .footer__contact {
        margin: auto;
        padding: 10px 0;
    }

    .footer__item p {
        text-align: center;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
    }

}


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

#footer　印刷時

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

@media print {

    #footer,
    #pageTop {
        display: none;
    }
}



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