@charset "utf-8";

/* ===============
mainVisual
=============== */
.mainVisual {
    position: relative;
}

.mainVisual__img {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top;
    mask-position: top;
}

.slider {
    height: 100%;
    padding: 0;
}

.slick-list.draggable,
.slick-track {
    height: 100%;
}

.copy {
    position: absolute;
    z-index: 90;
    color: #fff;
    letter-spacing: .08em;
}

.copy__en {
    font-family: "Homemade Apple";
}

.mainCopy {
    font-weight: 700;
}

.mainCopy__wood {
    position: relative;
}

.mainCopy__wood::before {
    display: block;
    aspect-ratio: 214 / 208;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -10;
    transform: translate(-50%, -50%);
    content: '';
    background-image: url(../img/mainCopy__wood.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.mainCopy__num {
    font-family: "Zen Maru Gothic";
    letter-spacing: .04em;
    position: relative;
}

.mainCopy__num::before {
    display: block;
    aspect-ratio: 186 / 182;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -10;
    transform: translate(-50%, -50%);
    content: '';
    background-image: url(../img/mainCopy__wood.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.subCopy {
    letter-spacing: .06em;
    line-height: 1.75;
}

/* illust */
.mainVisual__illust {
    position: absolute;
    z-index: 90;
}

.mainVisual__illust .wood {
    position: absolute;
}

.mainVisual__illust .bird {
    position: absolute;
}

@media (orientation: landscape) {
    .mainVisual {
        height: 100vh;
    }

    /* slider */
    .mainVisual__img {
        -webkit-mask-image: url(../img/mainVisual__frame.svg);
        mask-image: url(../img/mainVisual__frame.svg);
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
    }

    /* copy */
    .copy {
        right: 60px;
        bottom: 60px;
        filter: drop-shadow(var(--shadow01--pc));
    }

    .copy__en {
        font-size: 1.5vw;
    }

    .mainCopy {
        font-size: 3.4vw;
    }

    .mainCopy__wood {
        font-size: 5vw;
        margin-right: 1.5vw;
    }

    .mainCopy__wood::before {
        width: 10.7vw;
    }

    .mainCopy--bottom {
        margin-left: 10.2vw;
    }

    .mainCopy__num {
        font-size: 5vw;
        margin: 0 1.8vw;
    }

    .mainCopy__num::before {
        width: 9.3vw;
    }

    .subCopy {
        font-size: 1.2vw;
        margin-top: 1.4vw;
    }

    /* illust */
    .mainVisual__illust {
        width: 25.6vw;
        top: 24vw;
        left: 0;
    }

    .mainVisual__illust .wood {
        width: 100%;
        top: 2.5%;
        left: 0;
    }

    .mainVisual__illust .bird {
        width: 16%;
        top: 0;
        left: 56.4%;
    }
}

@media (orientation: portrait) {
    .mainVisual {
        height: 68vh;
        position: relative;
    }

    /* slider */
    .mainVisual__img {
        height: 100%;
        -webkit-mask-image: url(../img/mainVisual__frame--sp.svg);
        mask-image: url(../img/mainVisual__frame--sp.svg);
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
    }

    /* copy */
    .copy {
        right: clamp(20px, 5.2vw, 40px);
        bottom: clamp(20px, 10.4vw, 80px);
        width: clamp(300px, 80vw, 428px);
        color: #fff;
    }

    .copy__en {
        font-size: clamp(13px, 3.6vw, 20px);
    }

    .mainCopy {
        font-size: clamp(37px, 10vw, 44px);
    }

    .mainCopy__wood {
        font-size: clamp(52px, 14vw, 60px);
        margin-right: 1.5vw;
    }

    .mainCopy__wood::before {
        width: clamp(88px, 21vw, 112px);
    }

    .mainCopy--bottom {
        margin-left: 0;
        text-align: end;
    }

    .mainCopy__num {
        font-size: clamp(60px, 16vw, 64px);
    }

    .mainCopy__num::before {
        width: clamp(88px, 21vw, 112px);
    }

    .subCopy {
        font-size: clamp(12px, 1.9vw, 14px);
        margin-top: 16px;
    }

    /* illust */
    .mainVisual__illust {
        position: absolute;
        top: initial;
        left: initial;
        bottom: 17vh;
        z-index: 80;
        width: clamp(168px, 31.2vw, 240px);
    }
}

/* ===============
commitment
=============== */
.section--commitment {
    position: relative;
    margin-top: 18.8vw;
}

.section__title--commitment {
    padding-left: 21.1vw;
}

.section__title--commitment .section__title--ja {
    margin-left: -6px;
}

.commitment__left {
    position: absolute;
    top: 0;
    left: 0;
}

.commitment__left__img {
    width: clamp(260px, 33.7vw, 674px);
    height: clamp(222px, 28.9vw, 578px);
    aspect-ratio: 674 / 578;
    -webkit-mask-image: url(../img/commitment__img__frame--left.svg);
    mask-image: url(../img/commitment__img__frame--left.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-position: top;
    mask-position: top;
}

.commitment__main {
    margin-left: 18%;
}

.commitment__desc {
    font-size: clamp(14px, 1vw, 20px);
    line-height: 2.4;
    font-weight: 500;
}

.commitment__desc--top {
    margin-top: 5vw;
    padding-left: 21.1vw;
}

.commitment__desc--bottom {
    margin-top: 9.1vw;
}

.commitment__desc p {
    margin-top: 3vw;
}

.commitment__right {
    position: absolute;
    bottom: -5vw;
    right: 0;
}

.commitment__right__illust {
    width: 36.1%;
    position: relative;
    margin: 0 0 0 auto;
}

.commitment__illust--clover {
    position: absolute;
}

.commitment__illust--clover:nth-of-type(1) {
    top: 5%;
    left: -1%;
    width: 28.9%;
}

.commitment__illust--clover:nth-of-type(2) {
    top: -32%;
    left: 44%;
    width: 31.3%;
}

.commitment__right__img {
    width: clamp(272px, 35.5vw, 710px);
    height: clamp(338px, 44vw, 880px);
    aspect-ratio: 710 / 880;
    -webkit-mask-image: url(../img/commitment__img__frame--right.svg);
    mask-image: url(../img/commitment__img__frame--right.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-position: top;
    mask-position: top;
}

.commitment__left__img img,
.commitment__right__img img {
    height: inherit;
}

@media screen and (max-width: 767px) {
    .section--commitment {
        margin-top: clamp(100px, 20.8vw, 160px);
    }

    .section__title--commitment {
        padding-left: 21.1vw;
    }

    .section__title--commitment .section__title--ja {
        margin-left: -6px;
    }

    .commitment__left {
        top: 20px;
        height: 44%;
    }

    .commitment__left__img {
        width: clamp(100px, 26.5vw, 280px);
        aspect-ratio: initial;
        -webkit-mask-image: url(../img/commitment__img__frame--left--sp.svg);
        mask-image: url(../img/commitment__img__frame--left--sp.svg);
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
        -webkit-mask-position: top;
        mask-position: top;
    }

    .commitment__main {
        margin: 0 auto;
        width: 83.33333333%;
    }

    .commitment__desc {
        line-height: 2.0;
    }

    .commitment__right {
        bottom: initial;
        right: 0;
        top: 0;
        z-index: -10;
        height: 112%;
    }

    .commitment__right__illust {
        width: clamp(88px, 15.6vw, 120px);
        top: 6px;
        transform: translateX(32px);
    }

    .commitment__right__img {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: -10;
        width: clamp(220px, 36.4vw, 280px);
    }
}

/* ===============
service
=============== */
.service__bg--top {
    margin-top: 13vw;
    transform: translateY(1px);
}

.service__bg--bottom {
    transform: translateY(-1px);
}

/* illust--top */
.section--service {
    background-color: var(--orange-bg);
    background-image: url(../img/bg--orange.png);
    background-repeat: repeat;
    position: relative;
}

.service__illust--top {
    display: flex;
    justify-content: space-between;
    align-items: end;
    transform: translateY(-7.2vw);
}

.service__illust--top .left {
    width: 17.2%;
    position: relative;
}

.service__illust--top .service__illust--wood {
    width: 91.3%;
    position: absolute;
    bottom: 0;
    left: -8.1%;
}

.service__illust--top .service__illust--flower {
    position: absolute;
    width: 30.2%;
    bottom: 5.2%;
    right: 0;
}

.service__illust--top .right {
    width: 19.5%;
    position: relative;
    margin-right: 6.2vw;
}

.service__illust--bird {
    position: absolute;
}

.service__illust--bird:nth-child(1) {
    width: 37.4%;
    top: -10.6vw;
    left: 0;
}

.service__illust--bird:nth-child(2) {
    width: 24.1%;
    top: -6.4vw;
    left: 48%;
}

.service__illust--bird:nth-child(3) {
    width: 18.5%;
    top: -2.4vw;
    right: 0;
}

/* main */
.service {
    margin: 0 auto;
}

.section__title--service {
    margin-top: -4.2vw;
    color: #fff;
    padding-left: clamp(40px, 3.4%, 56px);
    position: relative;
    z-index: 10;
}

.service__list {
    display: flex;
    justify-content: space-between;
    margin-top: 4vw;
    position: relative;
    z-index: 10;
}

.service__item {
    width: clamp(200px, 28.5%, 472px);
    background-color: var(--white-bg);
    border-radius: 500px;
    transition: .3s;
}

.service__item a {
    width: 100%;
    padding: 11.8% 11.8% 22%;
}

.service__item:hover {
    filter: drop-shadow(var(--shadow01--pc));
}

.service__thumbnail {
    position: relative;
}

.service__img {
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
}

.service__img img {
    text-align: center;
    width: auto;
    height: 100%;
    transform: scale(1);
    transition: .5s;
}

.service__item:hover img {
    transform: scale(1.1);
}

.btn--service {
    position: absolute;
    bottom: 36px;
    left: 0;
    width: clamp(160px, 69.9%, 220px);
    height: 50px;
    padding: 5.5%;
    border-radius: 8px;
    font-size: clamp(13px, 1vw, 20px);
    font-weight: 500;
}

.btn--service::before {
    width: 28px;
    height: 27px;
    right: 5.5%;
}

.btn--service::after {
    width: 12px;
    height: 8px;
    right: 8.8%;
}

.btn--topWorks {
    margin: clamp(60px, 6vw, 120px) auto 0;
}

.service__desc {
    margin-top: 2vw;
    line-height: 1.75;
}

/* illust--bottom */
.service__illust--bottom {
    position: absolute;
    width: 18%;
    aspect-ratio: 360 / 644;
    z-index: 20;
    top: 110%;
    right: 0;
    overflow: hidden;
}

.service__illust--bottom .service__illust--wood {
    position: absolute;
    width: 100%;
    top: 0;
    right: -8%;
}

.service__illust--bottom .service__illust--flower {
    position: absolute;
}

.service__illust--bottom .service__illust--flower:nth-of-type(2) {
    width: 22%;
    bottom: 0%;
    left: 26%;
}

.service__illust--bottom .service__illust--flower:nth-of-type(3) {
    width: 15.5%;
    bottom: 5%;
    left: 4%;
}

.service__illust--bottom .service__illust--flower:nth-of-type(4) {
    width: 15.5%;
    bottom: 16%;
    left: 21%;
}

.service__illust--bottom .service__illust--flower:nth-of-type(5) {
    width: 16.4%;
    bottom: 18%;
    left: 82%;
    rotate: -30deg;
}

.service__illust--bottom .service__illust--flower:nth-of-type(6) {
    width: 15.5%;
    bottom: 7%;
    left: 61%;
    rotate: 100deg;
}

.service__illust--bottom .service__illust--flower:nth-of-type(7) {
    width: 15.5%;
    bottom: 2%;
    left: 94%;
}

@media screen and (max-width: 767px) {
    .service__bg--top {
        margin-top: 160px;
    }

    /* illust--top */
    .service__illust--top .left {
        width: clamp(92px, 18.2vw, 140px);
    }

    .service__illust--top .right {
        width: clamp(112px, 23.4vw, 180px);
    }

    /* main */
    .section--service {
        padding-bottom: 40px
    }

    .section__title--service {
        margin-top: 28px;
        padding-left: 0;
    }

    .service__list {
        margin-top: 40px;
    }

    .service__item {
        width: 31.3%;
    }

    .service__item a {
        padding: 12% 10% 26%;
    }

    .service__item:hover {
        filter: drop-shadow(var(--shadow01--sp));
    }

    .btn--service {
        bottom: 8%;
        width: clamp(148px, 69.9%, 220px);
        height: initial;
        padding: 5.5%;
    }

    .btn--service::before {
        width: 19.2%;
        aspect-ratio: 1 / 1;
    }

    .btn--service::after {
        width: 8.2%;
        aspect-ratio: 1 / 1;
        right: 10.8%;
    }

    .service__desc {
        margin-top: 2vw;
        font-size: clamp(14px, 0.9vw, 18px);
        line-height: 1.75;
    }

    /* illust--bottom */
    .service__illust--bottom {
        width: clamp(100px, 18.2vw, 140px);
        z-index: 20;
        top: initial;
        right: 0;
    }
}

@media screen and (max-width: 576px) {
    .service__list {
        margin-top: 40px;
        flex-direction: column;
        gap: 24px;
    }

    .service__item {
        width: 100%;
    }

    .service__item a {
        padding: 10% 12% 22%;
    }
}

/* ===============
scroll
=============== */
.scroll {
    position: relative;
    z-index: -10;
    height: 28.7vw;
    margin-top: -17vw;
}

.scroll__slider {
    height: inherit;
    -webkit-mask-image: url(../img/scroll__frame.svg);
    mask-image: url(../img/scroll__frame.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-position: bottom;
    mask-position: bottom;
}

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

.scroll__slider .slick-slide {
    margin: 0;
}