@charset "UTF-8";

/* CSS Document */
.section-top {
    position: relative;
    padding-top: 90px;
}

.section-top__bg {
    background: url(../images/service/service-top.jpg) 50% center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 70vh;
}

.section-top__bg-shadow {
    position: relative;
    display: block;
    height: 70vh;

}

.section-top__bg-shadow::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
}

.section-top__title {
    padding-top: 30vh;
    margin: 0 10vh;
    text-align: center;
    position: relative;
    z-index: 100;
}

.section-top__title span {
    font-family: "urw-din-condensed", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3.4rem;
    line-height: 2.6rem;
    letter-spacing: 0.14em;

}

.section-top__title p {
    font-size: 2.0rem;
    font-weight: 600;
    margin-top: 20px;
}




@media(min-width:768px) {
    .section-top__bg {
        height: 45vh;
    }

    .section-top__bg-shadow {
        height: 45vh;
    }

    .section-top__title {
        padding-top: 21vh;
    }

    .section-top__title span {
        font-size: 4.8rem;
    }

    .section-top__title p {
        font-size: 2.6rem;
    }

}

@media(min-width:1140px) {
    .section-top__bg {
        height: 60vh;
    }

    .section-top__bg-shadow {
        height: 60vh;
    }

    .section-top__title {
        padding-top: 26vh;
    }

    .section-top__title span {
        font-size: 8.0rem;
    }

    .section-top__title p {
        font-size: 3.6rem;
    }

}

.section-message {
    margin-top: 50px;
    padding: 0 30px;
}

.section-message__top {
    width: 80%;
    margin: 0 auto;
}

.section-message__text {
    margin-top: 50px;
}

.section-message__text p {
    text-align: center;
}

.section-service {

    padding: 0 30px;
}

.section-service__wrapper {
    margin-top: 70px;
}

/* .section-service__shop-button02, .section-service__maker-button02{
    display: none;
} */
.section-service__title02,
.section-service__title-ja02 {
    display: none;
}

.section-service__title01 p {
    text-align: left;
    font-family: "urw-din-condensed", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3.6rem;
    line-height: 2.6rem;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
}

.section-service__title-ja01 {
    text-align: left;
    margin-bottom: 50px;
    font-weight: 600;
}

.section-service__text {
    margin-top: 50px;
}

.section-service__maker-button01,
.section-service__shop-button01 {
    margin-top: 30px;
}

.circle_btn01 {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    /* 文字色 */
    font-weight: bold;
    position: relative;
    width: fit-content;
    gap: 1em;
}

.circle_btn01_arrow {
    background: #c3c3c3;
    /* 丸の色 */
    color: #fff;
    /* 矢印の色 */
    padding: 0.7em;
    border-radius: 100vh;
    width: 2.5em;
    /* 丸の横幅 */
    height: 2.5em;
    /* 丸の高さ */
    text-align: center;
    transition: 0.3s;
}

.circle_btn01_arrow span {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scalex(0.85);
    -webkit-transform: translate(-50%, -50%) scalex(0.85);
    -ms-transform: translate(-50%, -50%) scalex(0.85);
}

/* マウスオーバーした際のデザイン */
.circle_btn01:hover .circle_btn01_arrow {
    transform: scale(1.15);
    /* 丸の大きさ */
}

.circle_btn01_txt {
    border-bottom: 2px solid #c3c3c3;
}

@media(min-width:768px) {
    .section-message {
        margin-top: 200px;
        padding: 0 50px;
    }

    .section-service {
        padding: 0 50px;
    }

    .section-service__wrapper {
        margin-top: 100px;
    }

    .section-service__contents-wrapper {
        display: flex;
        flex-direction: row-reverse;
        gap: 50px;
    }

    .section-service__text-title,
    .section-service__text-wrapper__title-ja {
        display: block;
    }

    .section-service__title01,
    .section-service__title-ja01 {
        display: none;
    }

    .section-service__title02,
    .section-service__title-ja02 {
        display: block;
    }

    .section-service__text-wrapper {
        width: 50%;
    }

    .section-service__text {
        margin-top: 30px;
    }

    .section-service__image {
        width: 50%;
    }

    .section-service__title02 p {
        text-align: left;
        font-family: "urw-din-condensed", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 4.8rem;
        margin-bottom: 17px;
        text-align: left;
        line-height: 2.6rem;
        letter-spacing: 0.07em;
    }

    .section-service__title-ja02 {
        text-align: left;
        font-weight: 600;
    }

    .section-service__title-ja02 p {
        font-size: 2.2rem;
    }
}

@media(min-width:1140px) {
    .section-message {
        padding: 0;
    }

    .section-message__top {
        max-width: 900px;
    }

    .section-message__text p {
        font-size: 2.4rem;
        margin-top: 100px;
    }
    .section-service{
        max-width: 1140px;
        margin: 200px auto 0;

    }
    .section-service__wrapper{
        margin-top: 150px;
    }
    .section-service__contents-wrapper{
        gap: 100px;
    }
    .section-service__title02 p{
        font-size: 6.4rem;
        margin-bottom: 24px;
        letter-spacing: 0.12em;
    }
}
.section-message__top, .section-service__image, .section-service__image {
    opacity: 0;
    transition: all 2s;
    transform: translateY(200px);
  }
  .section-message__top.show {
    opacity: 1;
    transform: translateY(0px);
  }
  .section-service__image.show {
    opacity: 1;
    transform: translateY(0px);
  }
  .section-service__image.show {
    opacity: 1;
    transform: translateY(0px);
  }
 