img {
    width: 100%;
    height: 100%;
}

.main-bg {
    background-image: url(../img/main_bg.jpg);
    background-repeat: repeat;
    background-size: contain;
    overflow: hidden;
}

.noto {
    font-family: "Noto Sans JP", sans-serif;
}

.noto h2,
.noto h3,
.noto h4,
.noto h5 {
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}



.wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}

.middle-ttl {
    font-size: 45px;
    text-align: center;
    color: #7b4d35;
    margin-bottom: 70px;
    letter-spacing: 4px;
    font-weight: 600;
    font-size: clamp(24px, 3.5vw, 45px);
    position: relative;
    z-index: 1;
}

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

@media (max-width:768px) {
    .pc-only {
        display: none;
    }

    .wrapper {
        padding: 0 28px;
    }
}

@media (min-width:769px) {
    .sp-only {
        display: none;
    }
}

/* パンくず */
.breadcrumb {
    margin: 15px;
    font-size: 13px;
    padding-top: 20px;
}

/* mv */
.mv {
    position: relative;
}

.mv__txt {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    ;
}

.mv .cloud-left-big {
    position: absolute;
    left: -2%;
    min-width: 233px;
    width: 15%;
    top: 5%;
    transform: translate(0, 0);
}

.mv .cloud-left-small {
    position: absolute;
    left: 10%;
    min-width: 85px;
    width: 10%;
    top: 25%;
    transform: translate(0, 0);
}

.mv .cloud-right-big {
    position: absolute;
    right: -2%;
    min-width: 233px;
    width: 15%;
    top: 5%;
    transform: translate(0, 0);
}

.mv .cloud-right-small {
    position: absolute;
    right: 10%;
    min-width: 85px;
    width: 10%;
    top: 25%;
    transform: translate(0, 0);
}

@media(max-width:768px) {
    .breadcrumb {
        padding-top: unset;
    }
    .mv__txt {
        width: 85%;
    }

    .mv .cloud-left-big {
        min-width: 100px;
        width: 30%;
        left: -6%;
    }

    .mv .cloud-right-big {
        min-width: 100px;
        width: 30%;
        right: -6%;
    }

    .mv .cloud-left-small,
    .mv .cloud-right-small {
        min-width: 50px;
        width: 15%;
        top: 15%;
    }
}

/* intro */
.intro__txt {
    text-align: center;
    font-size: 21px;
    line-height: 38px;
    color: #67a845;
}

.intro__inner {
    padding: 50px 0 100px;
    position: relative;
}

.intro__img-right {
    position: absolute;
    right: 50px;
    top: 0;
    transform: translate(-50%, -50%);
    max-width: 56px;
}

.intro__img-left {
    position: absolute;
    left: 0;
    bottom: -15px;
    transform: translate(0, -50%);
    max-width: 133px;
    z-index: 2;
}

@media (max-width:768px) {
    .intro__txt {
        font-size: 11px;
        line-height: 20px;
    }

    .intro__inner {
        padding: 25px 0 40px;
    }

    .intro__img-right {
        min-width: 20px;
        width: 6%;
        right: 0;
    }

    .intro__img-left {
        min-width: 35px;
        width: 10%;
        bottom: -5px;
    }
}

/* program */
.program,
.hint__inner,
.hint ,.program__txt{
    position: relative;
}

.program .cloud-left-big,
.hint-cloud-left-big {
    position: absolute;
    left: 0;
    min-width: 233px;
    width: 15%;
    top: -30px;
    transform: translate(-20%, 0);
}

.program .cloud-left-small {
    position: absolute;
    left: 10%;
    min-width: 85px;
    width: 10%;
    top: 10%;
    transform: translate(0, 0);
}

.hint-cloud-left-small {
    position: absolute;
    left: 10%;
    min-width: 85px;
    width: 10%;
    top: 7%;
    transform: translate(0, 0);
}

.hint .cloud-left-big {
    position: absolute;
    left: 0;
    min-width: 233px;
    width: 15%;
    bottom: -10%;
    transform: translate(-20%, 0);
}

.hint-cloud-right-big {
    position: absolute;
    right: 5%;
    min-width: 233px;
    width: 15%;
    top: 7%;
    transform: translate(0, 0);
}

.hint-cloud-right-small {
    position: absolute;
    right: 0;
    min-width: 85px;
    width: 10%;
    top: 18%;
}


.hint .cloud-left-small {
    position: absolute;
    left: 10%;
    min-width: 85px;
    width: 10%;
    bottom: 0%;
    transform: translate(0, 0%);
}

.program__container {
    position: relative;
}

.program__img-right-top {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(0, -100%);
    max-width: 72px;
}

.program__img-right-bottom {
    position: absolute;
    right: calc(50% - 550px);
    /* left: calc(80px - 100%); */
    top: 50%;
    transform: translate(100%, -50%);
    max-width: 84px;
}

.program__item {
    /* align-items: stretch; */
    margin-bottom: 95px;
}

.program__txt {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.program__item-img,
.program__txt {
    width: calc((100% - 30px) / 2);
}

.program__ttl-img {
    margin: 0 auto 10px;
    height: 100%;
    max-height: 85px;
}

.program__ttl-txt {
    font-size: 30px;
    color: #67a845;
    text-align: center;
}

.program__txt-desc {
    font-size: 18px;
    color: #7b4d35;
    line-height: 36px;
}

.program__txt-logo-top,
.program__txt-logo-bottom {
    /* max-width: 200px; */
    /* max-height: 45px; */
    height: 45px;
    margin-left: auto;
}

/* .program__txt-logo-bottom {
    max-width: 300px;
    margin-left: auto;
} */
.program__txt-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #e8374a;
    font-size: 20px;
    border-radius: 20px;
    width: 270px;
    height: 40px;
    background-color: #ffdb3f;
    position: relative;
    transition: 0.3s all ease-in;
    border: 1.5px solid #ffdb3f;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

.program__txt-btn:after {
    position: absolute;
    content: '';
    display: inline-block;
    background: url(../img/allow.svg) no-repeat;
    width: 20px;
    height: 20px;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    transition: 0.3s all ease-in;
}

.program__txt-btn:hover {
    /* background-color: #e8374a; */
    scale: 1.05;
}

.program__txt-btn:hover:after {
    transform: translate(5px, -50%);
}

@media (max-width:768px) {
    .program__item {
        gap: 20px;
        margin-bottom: 40px;
    }

    .program__item:nth-of-type(1) {
        flex-direction: column-reverse;
    }

    .program__ttl-img {
        margin: 0 auto;
        height: 70%;
        min-height: 48px;
    }

    .program__txt {
        gap: 10px;
    }

    .program__txt-logo-top,
    .program__txt-logo-bottom {
        /* min-width: 102px; */
        width: 40%;
        max-height: 25px;
    }

    /* .program__txt-logo-bottom {
        min-width: 102px;
        width: 40%;
    } */
    .program__txt-desc {
        font-size: 9.6px;
        line-height: 20px;
    }

    .program__ttl-txt {
        font-size: 16px;
    }

    .program__txt-btn {
        font-size: 10px;
        height: 21px;
        min-width: 144px;
        width: 40%;
    }

    .program__txt-btn:after {
        width: 13px;
        height: 13px;
        right: 5px;
    }

    .program__item-img,
    .program__txt {
        width: 100%;
    }

    .program .cloud-left-big {
        min-width: unset;
        width: 20%;
        top: 25px;
        z-index: 1;
        transform: translate(-10%, 0);
    }

    .hint .cloud-left-big {
        min-width: unset;
        width: 20%;
        top: -25%;
        z-index: 1;
        transform: translate(-10%, -100%);
    }

    .program .cloud-left-small {
        min-width: 30px;
        width: 10%;
        z-index: 1;
        left: 15%;
        top: 6%;
    }

    .hint .cloud-left-small {
        min-width: 30px;
        width: 10%;
        z-index: 1;
        left: 15%;
        top: -20%;
    }

    /* .hint .cloud-left-small {
        top: 0;
    } */

    .hint-cloud-left-big {
        position: absolute;
        left: 0;
        min-width: unset;
        width: 20%;
        top: -2%;
        transform: translate(-20%, 0);
    }

    .hint-cloud-left-small {
        position: absolute;
        left: 10%;
        min-width: 30px;
        width: 10%;
        transform: translate(0, 0%);
        top: 1%;
    }


    .program-cloud-right-big {
        position: absolute;
        right: -10%;
        min-width: unset;
        width: 20%;
        top: -5%;
        transform: translate(0, 0);
    }

    .program-cloud-right-small {
        position: absolute;
        right: 5%;
        min-width: 30px;
        width: 10%;
        top: 3%;
    }

    .program__img-right-top {
        min-width: 35px;
        width: 10%;
        top: -10px;
        right: -25px;
        transform: translate(0, -100%);
    }

    .middle-ttl {
        font-size: 20px;
        line-height: 26px;
    }

    .middle-ttl {
        margin-bottom: 25px;
    }
}

/* hint */
.hint {
    background-image: url(../img/wave.svg);
    background-position: center top;
    background-repeat: repeat-x;
    background-size: auto 80px;
    padding-top: 80px;
}

.hint__inner {
    background-color: #fff;
    padding-top: 80px;
    position: relative;
    /* padding-bottom: 100px; */
}

.hint__inner .middle-ttl {
    /* display: flex;
    justify-content: center;
    gap: 30px; */
    position: relative;
    display: block;
    max-width: 20em;
    margin: 0 auto;
    margin-bottom: 50px;
}

.hint-ttl__img {
    position: absolute;
    left: -20px;
    top: 0;
    transform: translate(-100%, 10%);
    max-width: 75px;
    z-index: 1;
    padding-bottom: 50px;

}

.hint__inner .middle-ttl::before {
    /* background: url(../img/img-06.svg);
    content: "";
    width: 75px;
    height: 102px;
    margin-top: 30px; */
}

.hint-desc {
    /* position: relative; */
}

/* .hint-desc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
.hint-content2.dfx {
    /* gap: 20px; */
    justify-content: center;
}

.hint-content2 .hint-content__item {
    /* width: calc((100% - 40px) / 3); */
    width: calc(100% / 3);
    scale: 1;
    transition: all 0.3s ease-in;
}

.hint-content2 .hint-content__item:hover {
    scale: 1.05;
}

.hint-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.hint-content__ttl {
    color: #fff;
    font-size: 30px;
    line-height: 70px;
    text-align: center;
    margin-bottom: 5vh;
}

.hint-content__item {
    gap: 20px;
}

.hint-content__item h5 {
    font-size: clamp(18px, 1.8vw, 24px);
    line-height: 36px;
    text-align: center;
    color: #7b4d35;
}

/* .hint-content__item-yellow {
background-color: #fff799;
}
.hint-content__item-white {
    background-color: #fff;
} */
.hint-content__item-yellow,
.hint-content__item-white {
    width: calc((100% - 40px) / 3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
    aspect-ratio: 1/1;
}

.hint-content__item-yellow::after,
.hint-content__item-white::after {
    position: absolute;
    content: "";
    display: inline-block;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    /* right: 0;
    left: 0; */
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    box-shadow: 0px 5px 0px #c6c3ab;
    max-width: 350px;
    max-height: 350px;
}

.hint-content__item-yellow::after {
    background-color: #fff799;
}

.hint-content__item-white::after {
    background-color: #fff;
}

.hint-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    border-radius: 15px;
    width: 170px;
    height: 40px;
    background-color: #009f54;
    position: relative;
    transition: 0.3s all ease-in;
    border: 1.5px solid #009f54;
    padding-left: 15px;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

.hint-btn:before {
    position: absolute;
    content: '';
    display: inline-block;
    background: url(../img/allow.svg) no-repeat;
    width: 20px;
    height: 20px;
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
    transition: 0.3s all ease-in;
}

.hint-btn:hover {
    /* background-color: #e8374a; */
    scale: 1.05;
}

.hint-btn:hover:after {
    transform: translate(5px, -50%);
}

.hint-column__outer {
    position: relative;
    padding-bottom: 100px;
}

.hint-column {
    width: 100%;
    max-width: 460px;
    /* margin-left: auto;
    margin-top: -70px; */
    /* position: relative; */
    z-index: 1;
    position: absolute;
    bottom: 15%;
    right: 0;
}

.hint-column a {
    scale: 1;
    transition: all 0.3s ease-in;
    display: block;
}

.hint-column a:first-child {
    margin-bottom: 20px;
}

.hint-column a:hover {
    scale: 1.05;
}

.hint-column__img {
    position: absolute;
    left: 25%;
    bottom: 0;
    max-width: 120px;
    transform: translate(0, 50%);
}
@media (max-width:1430px) and (min-width:769px) {
    .hint-content {
        top: 60%;
    }
    .hint-content__ttl {
        font-size: 20px;
        line-height: 1.8;
        margin-bottom: 20px;
    }
    .hint-content2.dfx {
        width: 80%;
        margin: 0 auto;
    }
    .hint-column {
        width: 37%;
    }
}

@media (max-width:768px) {

    /* .hint__inner .middle-ttl {
        line-height: 36px;
        flex-direction: column-reverse;
        align-items: center;
        gap: 0;
    }
    .hint__inner .middle-ttl::before {
        width: 27px;
        height: 37px;
        margin-top: 0;
        margin-right: auto;
        margin-left: 30px;
    } */
    .hint {
        background-size: auto 20px;
        padding-top: 20px;
    }

    .hint__inner {
        padding-top: 40px;
    }

    .hint-content2.dfx {
        justify-content: center;
    }

    .hint-content2 .hint-content__item {
        width: 80%;
        margin: 0 auto;
        max-width: 450px;
        min-width: 235px;
    }

    .hint-content {
        /* top: 10%;
        transform: translate(-50% , 0); */
        position: unset;
        transform: translate(0%, -21%);
    }

    .hint-content__ttl {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .hint-content__item h5 {
        font-size: 16px;
        line-height: 25px;
        font-size: clamp(16px, 3.8vw, 24px);

    }

    .hint-content__item {
        flex-direction: column;
    }

    .hint-content__item-yellow,
    .hint-content__item-white {
        width: 80%;
        margin: 0 auto;
        max-width: 450px;
        min-width: 235px;
        gap: 10px;
    }

    .hint-btn {
        font-size: 14px;
        font-size: clamp(14px, 3.8vw, 20px);
        /* width: 135px; */
        width: 50%;
        max-width: 200px;
        height: 30px;
    }

    .hint__inner .middle-ttl {
        max-width: 15em;
    }

    .hint-ttl__img {
        left: 0;
        width: 10%;
        min-width: 27px;
        bottom: 0;
        top: unset;
        transform: translate(-100%, 100%);
    }

    .hint-column__outer {
        margin-top: -150px;
    }

    .hint-column {
        position: unset;
    }

    .hint-column a:first-child {
        margin-bottom: 15px;
    }

    .hint-column__img {
        right: 5%;
        left: unset;
        min-width: 55px;
        width: 17%;
        max-width: unset;
        transform: translate(0, -50%);
    }
}

.last__img {
    padding-top: 100px;
    background-color: #fff;
}

.inview.fadeup {
    opacity: 0;
    transition-duration: .5s;
    transform: translateY(30px);
}

.inview.fadeup.active {
    opacity: 1;
    transform: translateY(0px);
}

.inview.fadeup2 {
    opacity: 0;
    transition-duration: .7s;
    transform: translateY(30px);
}

.inview.fadeup2.active {
    opacity: 1;
    transform: translateY(0px);
}

.delay01 {
    transition-delay: .3s;
}

.delay02 {
    transition-delay: .6s;
}

.floating {
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

@keyframes floating-y {
    0% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(20px);
    }
}

@media (max-width:768px) {
    .last__img {
        padding-top: unset;
    }

    @keyframes floating-y {
        0% {
            transform: translateY(-10px);
        }

        100% {
            transform: translateY(10px);
        }
    }
}