html {
    overflow-x: hidden;
}

body {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-optical-sizing: auto;
    line-height: 1.7;
    color: #4D4D4D;
    overflow-x: hidden;
    font-size: 18px;
}

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

.inner {
    width: 77.7%;
    margin: 0 auto;
}

.inner__big {
    width: 88.8%;
    margin: 0 auto;
}

a {
    transition-duration: .5s;
}

a:hover {
    opacity: .7;
    transition-duration: .5s;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 120;
    background-color: #fff;

    transition: 3s;
}

.header__logo {
    z-index: 100;
    width: 17.3%;
}

.header__nav {
    display: flex;
    justify-content: end;
    column-gap: 58px;
    align-items: center;
}

.header__nav-group {
    display: flex;
    column-gap: 62px;
}

.header__text {
    font-size: 16px;
}

.header__nav-button {
    display: flex;
    width: 100%;
    align-items: center;
    background-color: #E3A145;
    border-radius: 50px;
    column-gap: 16px;
    justify-content: center;
    padding: 12px;
    color: #fff;
    width: 218px;
}

.header__arrow {
    width: 43px;
}

.header__container {
    display: flex;
    justify-content: space-between;
    max-height: 153px;
}

.header__logo a {
    opacity: 1;
}

.mv {
    margin-top: 153px;
}


.section__title {
    font-size: 36px;
    position: relative;
}



.section__title-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.pc__button {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 50px;
    justify-content: center;
    column-gap: 5px;

}

.pc__button-text {
    font-size: 16px;
}

.pc__button-arrow {
    width: 43px;
}


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

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

.footer__tel-box {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.footer__insta-box {
    display: flex;
    column-gap: 10px;
    align-items: center;
    text-transform: capitalize;
}

.footer__icon {
    width: 25px;
    height: 25px;
}

.footer__curcle {
    width: 29px;
    height: 29px;
}

.footer__nav-item {
    display: flex;
    column-gap: 30px;
}

.footer__img {
    width: 18.1%;
}

.footer__info-box {
    width: 22%;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.footer__nav {
    width: 25%;
}

.footer__group {
    display: flex;
    flex-direction: column;
    row-gap: 17px;
}

.footer__bottom {
    padding-bottom: 280px;
}

.footer__bottom a {
    opacity: 1;
}

.small {
    display: flex;
    justify-content: center;
    padding-bottom: 87px;
    color: #fff;
    z-index: 5;
    position: relative;
}

.footer::before {
    content: "";
    display: block;
    background-image: url(../image/footer__bottom.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    aspect-ratio: 2880 / 652;
}

.contact__container {
    background-image: url(../image/contact_letter.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: -106px;

    color: #fff;
    text-align: center;
    padding: 81px 0 90px;

    display: flex;
    flex-direction: column;
    align-items: center;

    margin-bottom: 50px;
}

.contact__title {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 20px;
}

.contact__text {
    margin-bottom: 40px;
}

.contact__button-text {
    font-size: 25px;
    color: #28629B;
}

.contact__arrow {
    width: 34px;
    height: 100%;
}

.contact__button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 49.1%;
    min-width: 520px;
    border-radius: 50px;
    column-gap: 43px;
    padding: 4.8% 0;
}


/* footer */
.footer {
    background-image: url(../image/footer_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.sp__none {
    display: block;
}

.tb__none {
    display: block;
}

.pc__none {
    display: none;
}

.fixed__button {
    position: fixed;
    right: 0;
    bottom: 156px;
    background-color: #28629B;
    z-index: 100;
    border-radius: 20px 0 0 20px;
    padding: 19px 11px;
    width: 80px;
}

.fixed__button-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 4px;

    color: #fff;
    font-size: 12px;
    text-transform: capitalize;
}

.fixed__insta {
    width: 33px;
    height: 33px;
}

.pc__button:hover {
    opacity: 1;
    transform: scale(1.1)
}

.header__nav-button:hover {
    opacity: 1;
    transform: scale(1.1)
}

.header__logo img:hover {
    opacity: 1;
    transform: scale(1.1);
    transition-duration: .4s;
}

.footer__logo-img:hover {
    opacity: 1;
    transform: scale(1.1);
    transition-duration: .4s;
}

.footer__nav-item p {
    opacity: 1;
    transition: opacity 0.5s;
}

/* hover時の指定 */
.footer__nav-item:hover .footer__curcle {
    opacity: 1;
    /* 円ははっきり */
}

.footer__nav-item:hover p {
    opacity: 0.7;
    /* テキストは薄く */
}



.contact__button:hover {
    opacity: 1;
    transform: scale(1.1);
    transition-duration: .4s;
}

.fixed__button a {
    opacity: 1;
}

.fixed__button:hover .fixed__button-box {
    transform: scale(1.1);
    transition-duration: .4s;
}

@media (max-width:960px) {
    .pc__none {
        display: block;
    }

    .tb__none {
        display: none;
    }

    .header__logo {
        width: 11.4%;
    }

    .mv {
        margin-top: 106px;
    }

    .pc__button-text {
        font-size: 15px;
    }

    .pc__button {
        column-gap: 3px;
        justify-content: center;
    }

    .pc__button-arrow {
        width: 30px;
        height: 30px;
    }

    .fixed__button {
        padding: 18px 11px;
    }

    .section__title {
        font-size: 25px;
    }

    .contact__container {
        width: 87.5%;
        margin: 0 auto;
        padding: 48px 0;
        top: -34px;
    }

    .contact__title {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .contact__text {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .contact__button {
        min-width: auto;
        padding: 3% 0;
        column-gap: 10px;
    }

    .contact__button-text {
        font-size: 18px;
    }

    .footer__bottom {
        width: 87.5%;
        margin: 0 auto;
    }

    .footer__img {
        width: 23%;
    }

    .footer__info-box {
        width: 25%;
        font-size: 16px;
        row-gap: 15px;
    }

    .footer__nav {
        width: 31%;
    }

    .footer__nav-item {
        font-size: 16px;
        column-gap: 15px;
    }

    .footer__icon {
        width: 17px;
        height: 17px;
    }

    .footer__curcle {
        width: 25px;
        height: 25px;
    }

    .footer__group {
        row-gap: 15px;
    }

    .footer__bottom {
        padding-bottom: 235px;
    }

    .header__container {
        padding: 0;
    }

    .header__logo {
        width: 85px;
    }

    .header__nav-group {
        flex-direction: column;
        align-items: center;
        row-gap: 30px;
        margin-left: 15px;
        justify-content: center;
    }

    .header__nav {
        display: flex;
        flex-direction: column;
        position: fixed;
        width: 100%;
        height: 100vh;
        z-index: 99;
        background-color: #FFF8EF;
        justify-content: center;
        padding-top: 15px;
        transform: translateX(100%);
        transition: transform .3s ease, opacity .3s ease;
        opacity: 0;
        pointer-events: none;
    }


    .header__nav::before {
        content: "";
        display: block;
        background-image: url(../image/sp_header01.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 118px;
        left: 7.4%;
        width: 92px;
        aspect-ratio: 92 / 167;
    }

    .header__nav::after {
        content: "";
        display: block;
        background-image: url(../image/sp_header02.png);
        background-position: right;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        bottom: 50px;
        right: 7.4%;
        width: 92px;
        aspect-ratio: 92 / 167;
        transition: .3s ease;
    }

    .header__container {
        max-height: none;
        position: relative;
        padding: 15px 0;
    }

    .hamburger__logo-area {
        width: 100%;
    }

    .hamburger__logo {
        width: 22.6%;
        margin-left: 5.6%;
        max-width: 100px;
    }

    .header_contact {
        margin-top: 50px;
    }

    .header__nav-item {
        display: flex;
        align-items: center;
        column-gap: 15px;
    }

    .header__arrow-sp {
        width: 15px;
        height: 100%;
    }

    .header__text {
        font-size: 13px;
    }

    .header__arrow {
        width: 25px;
    }

    .header__nav-button {
        padding: 12px 30px;
        width: 100%;
        column-gap: 10px;
    }

    .hamburger {
        display: block;
        position: relative;
        width: 60px;
        height: 60px;
        background-color: #E3A145;
        border-radius: 50%;
        top: 0;
        left: 0;
        z-index: 100;
        text-align: center;
    }

    .hamburger__line {
        color: #fff;
        font-size: 12px;
        position: absolute;
        bottom: 8px;
        right: 15px;
    }

    .hamburger::before {
        content: "";
        display: block;
        width: 29px;
        height: 3px;
        background-color: #fff;
        position: absolute;
        top: 20px;
        left: 16px;
        border-radius: 40px;
        transition: .3s ease;
    }

    .hamburger::after {
        content: "";
        display: block;
        width: 29px;
        height: 3px;
        background-color: #fff;
        position: absolute;
        top: 28px;
        left: 16px;
        border-radius: 40px;
        transition: .5s ease;
    }

    .hamburger__text {
        position: absolute;
        left: 50%;
        bottom: 10px;
        transform: translateX(-50%);
        font-size: 12px;
    }

    .hamburger__text.text-menu {
        color: #fff;
        display: block;
    }

    .hamburger__text.text-close {
        color: #E3A145;
        display: none;
    }


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

    .hamburger.active::before {
        transform: rotate(30deg);
        background-color: #E3A145;
        top: 20px;
    }

    .hamburger.active::after {
        transform: rotate(-30deg);
        background-color: #E3A145;
        top: 20px;
    }

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

    .active .header {
        background-color: #FFF8EF;
    }

    .hamburger.active .hamburger__text.text-menu {
        display: none;
    }

    .hamburger.active .hamburger__text.text-close {
        display: block;
    }


    .header__nav.active {
        position: fixed;
        top: 0;
        left: 0;
        transform: translateX(0);
        opacity: 1;
        pointer-events: auto;
    }
}


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

    .pc__none {
        display: block;
    }

    .mv {
        margin-top: 110px;
    }

    .header__nav {
        height: 100vh;
    }

    .header__container {
        padding: 0;
    }

    .header__logo {
        width: 85px;
    }

    .header__nav-group {
        flex-direction: column;
        align-items: center;
        row-gap: 30px;
        margin-left: 15px;
    }

    .header__nav {
        display: flex;
        flex-direction: column;
        position: fixed;
        width: 100%;
        height: 100vh;
        z-index: 99;
        background-color: #FFF8EF;
        padding-top: 15px;
        transform: translateX(100%);
    }


    .header__nav::before {
        content: "";
        display: block;
        background-image: url(../image/sp_header01.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 118px;
        left: 7.4%;
        width: 92px;
        aspect-ratio: 92 / 167;
    }

    .header__nav::after {
        content: "";
        display: block;
        background-image: url(../image/sp_header02.png);
        background-position: right;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        bottom: 50px;
        right: 7.4%;
        width: 92px;
        aspect-ratio: 92 / 167;
        transition: .3s ease;
    }

    .header__container {
        max-height: none;
        position: relative;
        padding: 15px 0;
    }

    .hamburger__logo-area {
        width: 100%;
    }

    .hamburger__logo {
        width: 22.6%;
        margin-left: 5.6%;
        max-width: 100px;
    }

    .header_contact {
        margin-top: 50px;
    }

    .header__nav-item {
        display: flex;
        align-items: center;
        column-gap: 15px;
    }

    .header__arrow-sp {
        width: 15px;
        height: 100%;
    }

    .header__text {
        font-size: 13px;
    }

    .header__arrow {
        width: 25px;
    }

    .header__nav-button {
        padding: 12px 30px;
        width: 100%;
        column-gap: 10px;
    }

    .hamburger {
        display: block;
        position: relative;
        width: 60px;
        height: 60px;
        background-color: #E3A145;
        border-radius: 50%;
        top: 0;
        left: 0;
        z-index: 100;
        text-align: center;
    }

    .hamburger__line {
        color: #fff;
        font-size: 12px;
        position: absolute;
        bottom: 8px;
        right: 15px;
    }

    .hamburger::before {
        content: "";
        display: block;
        width: 29px;
        height: 3px;
        background-color: #fff;
        position: absolute;
        top: 20px;
        left: 16px;
        border-radius: 40px;
        transition: .3s ease;
    }

    .hamburger::after {
        content: "";
        display: block;
        width: 29px;
        height: 3px;
        background-color: #fff;
        position: absolute;
        top: 28px;
        left: 16px;
        border-radius: 40px;
        transition: .3s ease;
    }

    .hamburger__text {
        position: absolute;
        left: 50%;
        bottom: 10px;
        transform: translateX(-50%);
        font-size: 12px;
    }

    .hamburger__text.text-menu {
        color: #fff;
        display: block;
    }

    .hamburger__text.text-close {
        color: #E3A145;
        display: none;
    }


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

    .hamburger.active::before {
        transform: rotate(30deg);
        background-color: #E3A145;
        top: 20px;
    }

    .hamburger.active::after {
        transform: rotate(-30deg);
        background-color: #E3A145;
        top: 20px;
    }

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

    .active .header {
        background-color: #FFF8EF;
    }

    .hamburger.active .hamburger__text.text-menu {
        display: none;
    }

    .hamburger.active .hamburger__text.text-close {
        display: block;
    }


    .header__nav.active {
        position: fixed;
        top: 0;
        left: 0;
        transform: translateX(0);
    }


    .section__title {
        font-size: 20px;
    }


    .pc__button {
        margin: 40px auto 0;
        width: 212px;
        justify-content: center;
        padding: 12px 30px;

    }


    .contact__container {
        background-image: url(../image/contact_letter-sp.png);
        background-size: contain;
        top: -15px;
        padding: 25px 0;
        margin-bottom: 40px;
        aspect-ratio: 333 / 213;
        justify-content: center;
    }

    .contact__title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .contact__text {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .contact__button {
        width: 60.9%;
        column-gap: 10px;
        min-width: auto;
        border-radius: 10px;
    }

    .contact__button-text {
        font-size: 12px;
    }

    .contact__arrow {
        width: 9px;
        height: auto;
    }

    .footer__bottom {
        flex-wrap: wrap;
        width: 87.3%;
        margin: 0 auto;
        row-gap: 41px;
        padding-bottom: 44%;
    }

    .footer__img {
        width: 50%;
    }

    .footer__info-box {
        width: 50%;
        font-size: 15px;
        row-gap: 5px;
    }

    .footer__nav {
        width: 100%;
    }

    .footer__logo-img {
        width: 67.1%;
    }

    .footer__nav-item {
        font-size: 15px;
        column-gap: 10px;
        width: 141px;
    }

    .footer__nav-item05 {
        width: 100%;
    }

    .footer__icon {
        width: 17px;
        height: 17px;
    }

    .footer__curcle {
        width: 20px;
        height: 20px;
    }

    .footer__group {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
    }

    .footer::before {
        background-image: url(../image/footer__bottom-sp.png);
        background-position: bottom;
        background-size: 100%;
        width: 100%;
        position: absolute;
        aspect-ratio: 419 / 193;
        height: auto;
    }

    .small {
        padding-bottom: 45px;
        font-size: 10px;
    }

    .fixed__button {
        width: 60px;
        padding: 12px 4px;
        border-radius: 15px 0 0 15px;
    }

    .fixed__insta {
        width: 25px;
        height: 25px;
    }

    .fixed__button-box {
        font-size: 11px;
        row-gap: 2px;
        line-height: 1.3;
    }

    .pc__button-text {
        font-size: 13px;
    }

    .pc__button-arrow {
        width: 25px;
        height: 25px;
    }


}