@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Noto+Sans+JP:wght@400;700&display=swap');
.en {
    font-family: 'Lato', sans-serif;
}
.is-pc {
    display: block;
}
.is-sp {
    display: none;
}
.w-col-re {
    position: relative;
}
/* index */
.page-index {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    background-color: #ffffff;
    overflow-x: hidden;
}
.w-fv-section {
    position: relative;
    padding: 81px 0;
    overflow-x: hidden;
}
.w-fv-section + .w-review-section {
    margin-top: 150px;
}
@media screen and (max-width: 750px) {
    .w-fv-section + .w-review-section {
        margin-top: 50px;
    }
}

.w-fv-block-1 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 10;
    width: 40%;
}
.w-fv-block-1-title {
    font-weight: 600;
    font-size: 50px;
    line-height: 1.4;
    color: #3b3b3b;
    letter-spacing: 0;
    margin-bottom: 10px;
    font-feature-settings: "palt";
}
.w-fv-block-1-text {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    color: #3b3b3b;
    width: 60%;
}
.w-fv-block-1-text strong{
    font-weight: bold;
    color: #f74c00;
    line-height: 1.2;
    display: inline-block;
}
@media screen and (max-width: 1150px) {
    .w-fv-block-1 {
        left: 2%;
    }
}
@media screen and (max-width: 750px) {
    .w-fv-block-1 {
        width: 100%;
    }
    .w-fv-block-1-text {
        width: 80%;
    }
}
.w-fv-block-slides {
    width: calc(483px + 210px + 75px);
    min-height: 483px;
    position: relative;
    margin: 10px 0 0 auto;
    overflow: visible !important;
    z-index: 9;
}
.w-fv-block-slides .swiper-wrapper {
    overflow: visible !important;
}
.w-fv-block-slides .swiper-slide {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: max-content !important;
    height: 483px;
    opacity: 0 !important;
}
.w-fv-block-slides .swiper-slide img {
    width: 483px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    border-radius: 12px;
}
.w-fv-block-slides .swiper-slide-prev {
    opacity: 0 !important;
    z-index: 9 !important;
}
.w-fv-block-slides .swiper-slide-next {
    opacity: 1 !important;
    z-index: 7 !important;
}
.w-fv-block-slides .swiper-slide-next .w-fv-block-2 {
    opacity: 0;
}
.w-fv-block-slides .swiper-slide-active {
    opacity: 1 !important;
    z-index: 8 !important;
}
.w-fv-block-slides .swiper-pagination {
    width: 483px;
    margin-right: auto;
    bottom: -50px;
}
.w-fv-block-slides .swiper-pagination-bullet {
    margin: 0 10px !important;
    width: 10px !important;
    height: 10px !important;
}
.w-fv-block-slides .swiper-pagination-bullet-active {
    background-color: #f74c00 !important;
}
.w-fv-block-2 {
    position: relative;
    width: calc(210px + 75px);
    padding-left: 75px;
}
.w-fv-block-2-text1 {
    position: relative;
    width: 210px;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
    color: #3b3b3b;
    margin-bottom: 25px;
}
.w-fv-block-2-text2 {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0;
    color: #3b3b3b;
}
.w-fv-block-2-text2::before {
    content: "";
    position: absolute;
    width: 66px;
    height: 1px;
    top: 7px;
    left: -75px;
    background-color: #3b3b3b;
    z-index: -1;
}
.w-second-section {
    position: relative;
    width: 100%;
    padding: 60px 0 50px;
    background-color: #fff;
}
.w-second-section + .w-second-section {
    padding-top: 0;
}
.w-second-banner {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    aspect-ratio: 1080 / 418;
    padding-left: 7.4%;
    background-image: url(../img/index/w-index-second-bg-img01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    overflow: hidden;
}
.w-second-banner-text1 {
    position: relative;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0;
    color: #ffffff;
}
.w-second-banner-text1 img {
    width: 100px;
    height: auto;
    object-fit: contain;
    vertical-align: bottom;
}
.w-second-banner-text1 span {
    display: block;
    font-weight: 600;
    font-size: 65px;
    line-height: 80px;
    letter-spacing: 0;
    color: #ffffff;
    padding-top: 24px;
}
.w-second-banner-text1 span small {
    font-size: 55px;
}
.w-second-banner-text2 {
    display: flex;
    flex-wrap: nowrap;
    padding-top: 15px;
}
.w-link-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 278px;
    height: 50px;
    border-radius: 25px;
    background-color: #f74c00;
    border: 2px solid #f74c00;
    font-weight: 600;
    font-size: 18px;
    line-height: 46px;
    letter-spacing: 0;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s;
}
.w-link-btn:hover {
    background-color: #ffffff;
    color: #f74c00;
}
.w-link-btn::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: calc(50% - 4px);
    right: 22px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    transition: all 0.3s;
}
.w-link-btn:hover:after {
    border-top: 2px solid #f74c00;
    border-right: 2px solid #f74c00;
    transform: translateX(10px) rotate(45deg);
}
.w-second-banner-text2 .w-link-btn:nth-child(1) {
    margin-right: 10px;
}
.w-concept-section {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 140px 0 180px;
    background-color: #ffffff;
    background-image: url(../img/index/w-index-concept-bg-img01.png);
    background-position: center 550px;
    background-repeat: no-repeat;
    background-size: 940px;
    overflow-x: hidden;
}
.w-concept-img1 {
    position: relative;
    width: calc(740 / 1400 * 100vw);
    max-width: 740px;
    margin-left: -40px;
}
.w-concept-img1 img {
    width: 100%;
    aspect-ratio: 740 / 418;
    object-fit: contain;
    border-radius: 12px;
}
.w-concept-text1 {
    font-weight: 900;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    color: #f74c00;
    margin-bottom: 30px;
}
.w-concept-text1 img {
    width: 61px;
    height: auto;
    object-fit: contain;
    vertical-align: baseline;
}
.w-concept-title1 {
    font-weight: 600;
    font-size: 80px;
    line-height: 55px;
    letter-spacing: 0;
    color: #3b3b3b;
    margin-bottom: 50px;
}
.w-concept-title1 small {
    font-size: 40px;
}
.w-concept-text2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    color: #3b3b3b;
    margin-bottom: 28px;
}
.w-concept-title2 {
    font-weight: 600;
    font-size: 55px;
    line-height: 65px;
    letter-spacing: 0;
    color: #3b3b3b;
    margin-bottom: 50px;
    padding-top: 360px;
}
.w-concept-title2 span {
    font-size: 40px;
}
.w-concept-title2 strong {
    font-weight: 600;
    font-size: 80px;
    font-style: normal;
}
.w-concept-img2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    width: calc(740 / 1400 * 100vw);
    max-width: 740px;
    top: 0;
    right: 0;
    margin: 200px -40px 0 0;
}
.main-img02 {
    width: calc(438 / 1400 * 100vw);
    max-width: 438px;
    aspect-ratio: 438 / 318;
    object-fit: contain;
    border-radius: 12px;
    margin-right: 35px;
}
.main-img03 {
    width: calc(267 / 1400 * 100vw);
    max-width: 267px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    border-radius: 12px;
}
.main-img04 {
    width: calc(580 / 1400 * 100vw);
    max-width: 580px;
    object-fit: contain;
    border-radius: 12px;
    margin: 30px 0 0 auto;
}
.w-concept-text3 {
    padding-top: 22px;
}
.w-review-section {
    position: relative;
    width: 100%;
    padding: 0;
    background-color: #ffece4;
}

.w-review-section > .container {
    margin-top: -100px;
}
.w-review-title1 {
    position: relative;
    font-weight: 600;
    font-size: 65px;
    line-height: 55px;
    letter-spacing: 0;
    color: #3b3b3b;
    text-align: center;
    margin-bottom: 20px;
}
.w-review-title1 span {
    font-weight: 900;
    font-size: 16px;
    color: #f74c00;
}
.w-review-title1 small {
    font-size: 55px;
}
.w-review-col {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #ffffff;
    padding: 50px;
    margin-bottom: 20px;
}
.w-review-col:last-child {
    margin-bottom:100px;
}
.w-review-title2 {
    position: relative;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    color: #f74c00;
    text-align: left;
    margin-bottom: 10px;
}
.w-review-text1 {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    color: #9d9d9d;
    text-align: left;
    margin-bottom: 20px;
}
.w-review-text2 {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    color: #3b3b3b;
    text-align: left;
    margin-bottom: 0;
}
.w-review-col-text {
    width: calc(100% - 218px - 30px);
}
.w-review-col-img {
    width: 218px;
}
.w-review-col-img img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}
.reverse .w-review-col-text {
    order: 2;
}
.reverse .w-review-col-img {
    order: 1;
}
.w-review-movie {
    position: relative;
    width: 100%;
    height: 260px;
    padding: 30px 0 0;
    margin-bottom: 515px;
    background-color: #f74c00;
}
.w-review-movie::before {
    content: "";
    position: absolute;
    display: block;
    width: 1126px;
    height: 300px;
    top: -220px;
    left: calc(50% - (1126px / 2));
    padding-top: calc(258 / 1400 * 100%);
    background-image: url(../img/index/w-index-review-bg-img01.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.w-review-movie-col {
    position: relative;
    width: 822px;
    height: auto;
    margin: 0 auto;
    z-index: 2;
}
.w-why-section {
    position: relative;
    width: 100%;
    padding: 410px 0 0;
    background: linear-gradient(90deg,#fff 0,#fff calc(50% - 80px),#ffece4 calc(50% - 80px),#ffece4 100%);
}
.w-why-section::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    top: -175px;
    left: 0;
    padding-top: 484px;
    background-image: url(../img/index/w-index-why-bg-img01.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1512px 484px;
}
.sticky-content-why {
    margin: 0 0 135px auto;
    padding: 0;
}
.w-why-title1 {
    position: relative;
    font-weight: 600;
    font-size: 55px;
    line-height: 65px;
    letter-spacing: 0;
    color: #3b3b3b;
    text-align: left;
    margin-bottom: 35px;
    white-space: nowrap;
    font-feature-settings: "palt";
}
.w-why-title1 small {
    font-size: 45px;
}
.w-why-title1 strong {
    font-size: 78px;
}
.w-why-text1 {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    color: #3b3b3b;
    text-align: left;
    margin-bottom: 0;
}
.w-why-content {
    position: relative;
    width: 370px;
    margin: 0 auto 80px;
}
.w-why-content:last-child {
    margin: 0 auto 135px;
}
.w-why-content-no {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 900;
    font-size: 100px;
    line-height: 100px;
    letter-spacing: 0;
    color: #f74c00;
    text-align: left;
}
.w-why-content-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 370px;
    aspect-ratio: 1 / 1;
    background-color: #ffffff;
    border-radius: 50%;
    margin-bottom: 30px;
}
.w-why-content-icon img.icon01 {
    width: 174px;
    height: auto;
    object-fit: contain;
}
.w-why-content-icon img.icon02 {
    width: 196px;
    height: auto;
    object-fit: contain;
}
.w-why-content-icon img.icon03 {
    width: 204px;
    height: auto;
    object-fit: contain;
}
.w-why-content-icon img.icon04 {
    width: 184px;
    height: auto;
    object-fit: contain;
}
.w-why-content-text {
    position: relative;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0;
    color: #3b3b3b;
    text-align: center;
    margin-bottom: 0;
}
.w-service-section {
    position: relative;
    width: 100%;
    padding: 0;
    background: linear-gradient(90deg,#fff 0,#fff calc(50% - 80px),#ffece4 calc(50% - 80px),#ffece4 100%);
    overflow-x: hidden;
}
.w-service-header-text {
    padding-top: 235px;
}
.w-service-title1 {
    position: relative;
    font-weight: 600;
    font-size: 65px;
    line-height: 65px;
    letter-spacing: 0;
    color: #3b3b3b;
    text-align: left;
    margin-bottom: 0;
}
.w-service-title1 small {
    font-size: 55px;
}
.w-service-title1 img {
    width: 237px;
    height: auto;
    object-fit: contain;
    vertical-align: baseline;
}
.w-service-header-img {
    width: 640px;
    margin: 0 0 90px -20px;
}
.w-service-header-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.w-service-main-text {
    margin: 0 0 40px 50px;
    border-left: 2px solid #f74c00;
}
.w-service-main-text.last {
    border-left: transparent;
}
.w-service-main-title1 {
    position: relative;
    font-weight: 600;
    font-size: 30px;
    line-height: 100px;
    letter-spacing: 0;
    color: #f74c00;
    text-align: left;
    margin: 0 0 30px 80px;
}
.w-service-main-title1 span {
    position: absolute;
    top: 0;
    left: -140px;
    font-weight: 900;
    font-size: 100px;
    padding-bottom: 30px;
    background-color: #ffffff;
}
.w-service-main-text1 {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    color: #3b3b3b;
    text-align: left;
    margin: 0 0 0 80px;
}
.w-service-main-img {
    width: 100%;
}
.w-service-main-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 12px;
}
.w-service-bottom-col-outer {
    position: relative;
    z-index: 2;
}
.w-service-bottom-col {
    position: relative;
    margin: 80px 0;
    padding: 80px 80px 50px;
    background-color: #ffffff;
}
.w-service-bottom-col::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 180px;
    background-color: #f74c00;
    top: calc(50% - 90px);
    left: calc(50% - 50vw);
    z-index: -1;
}
.w-service-bottom-text1 {
    font-weight: 900;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    color: #f74c00;
    text-align: center;
    margin-bottom: 20px;
}
.w-service-bottom-title1 {
    position: relative;
    font-weight: 600;
    font-size: 65px;
    line-height: 65px;
    letter-spacing: 0;
    color: #3b3b3b;
    text-align: center;
    margin-bottom: 40px;
}
.w-service-bottom-title2 {
    position: relative;
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0;
    color: #f74c00;
    text-align: left;
    margin-bottom: 20px;
}
.w-service-bottom-title2 span {
    font-weight: 900;
    font-size: 40px;
}
.w-service-bottom-text2 {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    color: #3b3b3b;
    text-align: left;
    margin-bottom: 30px;
}
.w-service-bottom-text3 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 120px;
}
.w-feature-section {
    position: relative;
    width: 100%;
    padding: 0;
    background: linear-gradient(90deg,#fff 0,#fff calc(50% - 80px),#ffece4 calc(50% - 80px),#ffece4 100%);
}
.sticky-content-feature {
    margin: 0 0 135px auto;
    padding: 0;
}
.w-feature-title1 {
    position: relative;
    font-weight: 600;
    font-size: 65px;
    line-height: 65px;
    letter-spacing: 0;
    color: #3b3b3b;
    text-align: left;
    margin-bottom: 35px;
}
.w-feature-title1 small {
    font-size: 55px;
}
.w-feature-title1 img {
    width: 237px;
    height: auto;
    object-fit: contain;
    vertical-align: baseline;
}
.w-feature-text1 {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    color: #3b3b3b;
    text-align: left;
    margin: 0;
}
.w-feature-header-img {
    width: 100%;
    margin-bottom: 90px;
}
.w-feature-header-img img {
    width: 819px;
    height: auto;
    object-fit: contain;
}
.w-feature-content {
    position: relative;
    width: 100%;
    padding: 70px 50px;
    margin-bottom: 120px;
    background-color: #ffffff;
}
.w-feature-content-no {
    position: absolute;
    top: -50px;
    left: 50px;
    font-weight: 900;
    font-size: 100px;
    line-height: 100px;
    letter-spacing: 0;
    color: #f74c00;
    text-align: left;
}
.w-feature-content-title {
    position: relative;
    font-weight: 600;
    font-size: 25px;
    line-height: 45px;
    letter-spacing: 0;
    color: #f74c00;
    text-align: left;
    margin-bottom: 30px;
}
.w-feature-content-title img {
    height: auto;
    object-fit: contain;
    vertical-align: middle;
    margin-right: 10px;
}
.w-feature-content-title .icon01 {
    width: 59px;
}
.w-feature-content-title .icon02 {
    width: 60px;
}
.w-feature-content-title .icon03 {
    width: 52px;
}
.w-feature-content-title .icon04 {
    width: 46px;
}
.w-feature-content-title .icon05 {
    width: 47px;
}
.w-feature-content-title .icon06 {
    width: 48px;
}
.w-feature-content-title .icon07 {
    width: 59px;
}
.w-feature-content-bottom-text {
    display: flex;
    justify-content: center;
    margin-top: -40px;
}
.w-feature-bottom-col {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    margin: 160px 0 0;
    padding-bottom: 330px;
}
.w-feature-bottom-text1 {
    position: relative;
    font-weight: 600;
    font-size: 120px;
    line-height: 180px;
    letter-spacing: 0;
    color: #3b3b3b;
    text-align: center;
    margin-bottom: 55px;
    font-feature-settings: "palt";
}
.w-feature-bottom-text1 img {
    width: 473px;
    height: auto;
    object-fit: contain;
    vertical-align: baseline;
}
.w-feature-bottom-text2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 0;
}
.page-index .gnav-footer {
    background-color: transparent;
    margin-top: -250px;
}

@media screen and (max-width: 1400px) {
    .w-concept-img1 {
        width: calc(740 / 1400 * 100vw);
        max-width: 74.0vw;
        margin-left: -4.0vw;
    }
    .w-concept-img2 {
        margin: calc(200 / 1400 * 100vw) calc(-40 / 1400 * 100vw) 0 0;
    }    
    .main-img02 {
        margin-right: calc(35 / 1400 * 100vw);
    }
    .main-img04 {
        margin: calc(30 / 1400 * 100vw) 0 0 auto;
    }
}
@media screen and (max-width: 1000px) {
    .w-fv-section {
        padding: 9vw 0;
    }
    .w-fv-block-1-title {
        font-size: 5vw;
        line-height: 1.4;
        margin-bottom: 1vw;
    }
    .w-fv-block-1-text {
        font-size: 2.4vw;
        line-height: 3.4vw;
        color: #3b3b3b;
    }
    .w-fv-block-slides {
        width: calc(48.3vw + 21.0vw + 7.5vw);
        min-height: 48.3vw;
        margin: 1vw 0 0 auto;
    }
    .w-fv-block-slides .swiper-slide {
        height: 48.3vw;
    }
    .w-fv-block-slides .swiper-slide img {
        width: 48.3vw;
        aspect-ratio: 1 / 1;
        object-fit: contain;
        border-radius: 1.2vw;
    }
    .w-fv-block-slides .swiper-pagination {
        width: 48.3vw;
        margin-right: auto;
        bottom: -5.0vw;
    }
    .w-fv-block-slides .swiper-pagination-bullet {
        margin: 0 1.0vw !important;
        width: 1.0vw !important;
        height: 1.0vw !important;
    }
    .w-fv-block-2 {
        width: calc(21.0vw + 7.5vw);
        padding-left: 7.5vw;
    }
    .w-fv-block-2-text1 {
        width: 21.0vw;
        font-size: 2.4vw;
        line-height: 3.6vw;
        margin-bottom: 2.5vw;
    }
    .w-fv-block-2-text2 {
        font-weight: 500;
        font-size: 1.4vw;
        line-height: 1.4vw;
        color: #3b3b3b;
    }
    .w-fv-block-2-text2::before {
        width: 6.6vw;
        height: 1px;
        top: 0.7vw;
        left: -7.5vw;
    }
    .w-second-section {
        padding: 6.0vw 0 5.0vw;
    }
    .w-second-banner-text1 {
        font-size: 2.4vw;
        line-height: 2.4vw;
    }
    .w-second-banner-text1 img {
        width: 10vw;
    }
    .w-second-banner-text1 span {
        font-size: 6.5vw;
        line-height: 8.0vw;
        padding-top: 2.4vw;
    }
    .w-second-banner-text1 span small {
        font-size: 5.5vw;
    }
    .w-second-banner-text2 {
        padding-top: 1.5vw;
    }
    .w-link-btn {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 28.0vw;
        height: 5.0vw;
        border-radius: 2.5vw;
        font-size: 1.8vw;
        line-height: 4.6vw;
    }
    .w-link-btn::after {
        content: "";
        position: absolute;
        width: 0.8vw;
        height: 0.8vw;
        top: calc(50% - 0.4vw);
        right: 2.2vw;
    }
    .w-second-banner-text2 .w-link-btn:nth-child(1) {
        margin-right: 1.0vw;
    }
    .w-concept-section {
        padding: 14.0vw 0 18.0vw;
        background-position: center 55.0vw;
        background-size: 94.0vw;
    }
    .w-concept-img1 {
        width: calc(740 / 1000 * 100vw);
        max-width: 74.0vw;
        margin-left: -4.0vw;
    }
    .w-concept-img1 img {
        border-radius: 1.2vw;
    }
    .w-concept-text1 {
        font-size: 1.6vw;
        line-height: 1.6vw;
        margin-bottom: 3.0vw;
    }
    .w-concept-text1 img {
        width: 6.1vw;
    }
    .w-concept-title1 {
        font-size: 8.0vw;
        line-height: 5.5vw;
        margin-bottom: 5.0vw;
    }
    .w-concept-title1 small {
        font-size: 4.0vw;
    }
    .w-concept-text2 {
        font-size: 1.6vw;
        line-height: 2.8vw;
        margin-bottom: 2.8vw;
    }
    .w-concept-title2 {
        font-size: 5.5vw;
        line-height: 6.5vw;
        margin-bottom: 5.0vw;
        padding-top: 36.0vw;
    }
    .w-concept-title2 span {
        font-size: 4.0vw;
    }
    .w-concept-title2 strong {
        font-size: 8.0vw;
    }
    .w-concept-img2 {
        width: calc(740 / 1000 * 100vw);
        max-width: 74.0vw;
        margin: 20.0vw -4.0vw 0 0;
    }
    .main-img02 {
        width: calc(438 / 1000 * 100vw);
        max-width: 43.8vw;
        border-radius: 1.2vw;
        margin-right: 3.5vw;
    }
    .main-img03 {
        width: calc(267 / 1000 * 100vw);
        max-width: 26.7vw;
        aspect-ratio: 1 / 1;
        border-radius: 1.2vw;
    }
    .main-img04 {
        width: calc(580 / 1000 * 100vw);
        max-width: 58.0vw;
        border-radius: 1.2vw;
        margin: 3.0vw 0 0 auto;
    }
    .w-concept-text3 {
        padding-top: 2.2vw;
    }
    .w-review-section {
    }
    .w-review-title1 {
        font-size: 6.5vw;
        line-height: 5.5vw;
        margin-bottom: 2.0vw;
        top: -10.0vw;
    }
    .w-review-title1 span {
        font-size: 1.6vw;
    }
    .w-review-title1 small {
        font-size: 5.5vw;
    }
    .w-review-col {
        padding: 5.0vw;
        margin-bottom: 2.0vw;
    }
    .w-review-col:last-child {
        margin-bottom: 10.0vw;
    }
    .w-review-title2 {
        font-size: 2.0vw;
        line-height: 3.0vw;
        margin-bottom: 1.0vw;
    }
    .w-review-text1 {
        font-size: 1.6vw;
        line-height: 2.8vw;
        margin-bottom: 2.0vw;
    }
    .w-review-text2 {
        font-size: 1.6vw;
        line-height: 2.8vw;
    }
    .w-review-col-text {
        width: calc(100% - 21.8vw - 3.0vw);
    }
    .w-review-col-img {
        width: 21.8vw;
    }
    .w-review-movie {
        height: 26.0vw;
        padding: 3.0vw 0 0;
        margin-bottom: 51.5vw;
    }
    .w-review-movie::before {
        width: 100vw;
        height: 30.0vw;
        top: -22.0vw;
        left: 0;
        padding-top: calc(258 / 1400 * 100%);
    }
    .w-review-movie-col {
        position: relative;
        width: 82.2vw;
        height: auto;
        margin: 0 auto;
        z-index: 2;
    }
    .w-review-movie-col img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .w-why-section {
        padding: 41.0vw 0 0;
        background: linear-gradient(90deg,#fff 0,#fff calc(50% - 8.0vw),#ffece4 calc(50% - 8.0vw),#ffece4 100%);
    }
    .w-why-section::before {
        top: -17.5vw;
        padding-top: 48.4vw;
        background-size: 151.2vw 48.4vw;
    }
    .sticky-content-why {
        margin: 0 0 13.5vw auto;
    }
    .w-why-title1 {
        font-size: 5.5vw;
        line-height: 6.5vw;
        margin-bottom: 3.5vw;
    }
    .w-why-title1 small {
        font-size: 4.5vw;
    }
    .w-why-title1 strong {
        font-size: 7.8vw;
    }
    .w-why-text1 {
        font-size: 1.6vw;
        line-height: 2.8vw;
    }
    .w-why-content {
        width: 37.0vw;
        margin: 0 auto 8.0vw;
    }
    .w-why-content:last-child {
        margin: 0 auto 13.5vw;
    }
    .w-why-content-no {
        font-size: 10.0vw;
        line-height: 10.0vw;
    }
    .w-why-content-icon {
        width: 37.0vw;
        margin-bottom: 3.0vw;
    }
    .w-why-content-icon img.icon01 {
        width: 17.4vw;
    }
    .w-why-content-icon img.icon02 {
        width: 19.6vw;
    }
    .w-why-content-icon img.icon03 {
        width: 20.4vw;
    }
    .w-why-content-icon img.icon04 {
        width: 18.4vw;
    }
    .w-why-content-text {
        font-size: 2.4vw;
        line-height: 2.4vw;
    }
    .w-service-section {
        background: linear-gradient(90deg,#fff 0,#fff calc(50% - 8.0vw),#ffece4 calc(50% - 8.0vw),#ffece4 100%);
    }
    .w-service-header-text {
        padding-top: 23.5vw;
    }
    .w-service-title1 {
        font-size: 6.5vw;
        line-height: 6.5vw;
    }
    .w-service-title1 small {
        font-size: 5.5vw;
    }
    .w-service-title1 img {
        width: 23.7vw;
    }
    .w-service-header-img {
        width: 64.0vw;
        margin: 0 0 9.0vw -2.0vw;
    }
    .w-service-header-img img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .w-service-main-text {
        margin: 0 0 4.0vw 5.0vw;
        border-left: 2px solid #f74c00;
    }
    .w-service-main-text.last {
        border-left: transparent;
    }
    .w-service-main-title1 {
        font-size: 3.0vw;
        line-height: 10.0vw;
        margin: 0 0 3.0vw 8.0vw;
    }
    .w-service-main-title1 span {
        left: -14.0vw;
        font-size: 10.0vw;
        padding-bottom: 3.0vw;
    }
    .w-service-main-text1 {
        font-size: 1.6vw;
        line-height: 2.8vw;
        margin: 0 0 0 8.0vw;
    }
    .w-service-main-img {
        width: 100%;
    }
    .w-service-main-img img {
        border-radius: 1.2vw;
    }
    .w-service-bottom-col-outer {
    }
    .w-service-bottom-col {
        margin: 8.0vw 0;
        padding: 8.0vw 8.0vw 5.0vw;
    }
    .w-service-bottom-col::after {
        width: 100vw;
        height: 18.0vw;
        top: calc(50% - 9.0vw);
        left: calc(50% - 50vw);
        z-index: -1;
    }
    .w-service-bottom-text1 {
        font-size: 1.6vw;
        line-height: 1.6vw;
        margin-bottom: 2.0vw;
    }
    .w-service-bottom-title1 {
        font-size: 6.5vw;
        line-height: 6.5vw;
        margin-bottom: 4.0vw;
    }
    .w-service-bottom-title2 {
        font-size: 2.0vw;
        line-height: 4.0vw;
        margin-bottom: 2.0vw;
    }
    .w-service-bottom-title2 span {
        font-size: 4.0vw;
    }
    .w-service-bottom-text2 {
        font-size: 1.6vw;
        line-height: 2.8vw;
        margin-bottom: 3.0vw;
    }
    .w-service-bottom-text3 {
        margin: 0 auto 12.0vw;
    }
    .w-feature-section {
        background: linear-gradient(90deg,#fff 0,#fff calc(50% - 8.0vw),#ffece4 calc(50% - 8.0vw),#ffece4 100%);
    }
    .sticky-content-feature {
        margin: 0 0 13.5vw auto;
    }
    .w-feature-title1 {
        font-size: 6.5vw;
        line-height: 6.5vw;
        margin-bottom: 3.5vw;
    }
    .w-feature-title1 small {
        font-size: 5.5vw;
    }
    .w-feature-title1 img {
        width: 23.7vw;
    }
    .w-feature-text1 {
        font-size: 1.6vw;
        line-height: 2.8vw;
    }
    .w-feature-header-img {
        margin-bottom: 9.0vw;
        overflow-x: hidden;
    }
    .w-feature-header-img img {
        width: 81.9vw;
    }
    .w-feature-content {
        padding: 7.0vw 5.0vw;
        margin-bottom: 12.0vw;
    }
    .w-feature-content-no {
        top: -5.0vw;
        left: 5.0vw;
        font-size: 10.0vw;
        line-height: 10.0vw;
    }
    .w-feature-content-title {
        font-size: 2.5vw;
        line-height: 4.5vw;
        margin-bottom: 3.0vw;
    }
    .w-feature-content-title img {
        margin-right: 1.0vw;
    }
    .w-feature-content-title .icon01 {
        width: 5.9vw;
    }
    .w-feature-content-title .icon02 {
        width: 6.0vw;
    }
    .w-feature-content-title .icon03 {
        width: 5.2vw;
    }
    .w-feature-content-title .icon04 {
        width: 4.6vw;
    }
    .w-feature-content-title .icon05 {
        width: 4.7vw;
    }
    .w-feature-content-title .icon06 {
        width: 4.8vw;
    }
    .w-feature-content-title .icon07 {
        width: 5.9vw;
    }
    .w-feature-content-bottom-text {
        margin-top: -4.0vw;
    }
    .w-feature-bottom-col {
        margin: 16.0vw 0 0;
        padding-bottom: 33.0vw;
    }
    .w-feature-bottom-text1 {
        font-size: 12.0vw;
        line-height: 18.0vw;
        margin-bottom: 5.5vw;
    }
    .w-feature-bottom-text1 img {
        width: 47.3vw;
    }
    .w-feature-bottom-text2 {
    }
    .page-index .gnav-footer {
        margin-top: -25.0vw;
    }    
}
@media screen and (max-width: 750px) {
    .is-pc {
        display: none;
    }
    .is-sp {
        display: block;
    }
    .w-col-re {
        position: relative;
    }
    /* index */
    .page-index {
        font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
        background-color: #ffffff;
        overflow-x: hidden;
    }
    .w-fv-section {
        position: relative;
        padding: 90px 20px 14vw;
        overflow-x: hidden;
    }
    .w-fv-block-1 {
        position: relative;
        top: auto;
        left: auto;
        transform: translateY(0);
        z-index: 10;
    }
    .w-fv-block-1-title {
        font-weight: 600;
        font-size: 7vw;
        line-height: 1.4;
        color: #3b3b3b;
        letter-spacing: -0.1rem;
        margin-bottom: 1.333vw;
        font-feature-settings: "palt";
    }
    .w-fv-block-1-text {
        font-weight: 600;
        font-size: 4.6vw;
        line-height: 6.9vw;
        letter-spacing: 0;
        color: #3b3b3b;
    }
    .w-fv-block-slides {
        width: calc(100vw - 40px);
        min-height: auto;
        position: relative;
        margin: 6.6vw 0 0 auto;
        overflow: visible !important;
        z-index: 9;
    }
    .w-fv-block-slides .swiper-wrapper {
        overflow: visible !important;
    }
    .w-fv-block-slides .swiper-slide {
        display: flex;
        flex-wrap: wrap;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        width: max-content !important;
        height: auto;
        opacity: 0 !important;
    }
    .w-fv-block-slides .swiper-slide img {
        width: 81.8vw;
        aspect-ratio: 1 / 1;
        object-fit: contain;
        border-radius: 1.6vw;
    }
    .w-fv-block-slides .swiper-slide-prev {
        opacity: 0 !important;
        z-index: 9 !important;
    }
    .w-fv-block-slides .swiper-slide-next {
        opacity: 1 !important;
        z-index: 7 !important;
    }
    .w-fv-block-slides .swiper-slide-next .w-fv-block-2 {
        opacity: 0;
    }
    .w-fv-block-slides .swiper-slide-active {
        opacity: 1 !important;
        z-index: 8 !important;
    }
    .w-fv-block-slides .swiper-pagination {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        bottom: -6.667vw;
    }
    .w-fv-block-slides .swiper-pagination-bullet {
        margin: 0 10px !important;
        width: 10px !important;
        height: 10px !important;
    }
    .w-fv-block-slides .swiper-pagination-bullet-active {
        background-color: #f74c00 !important;
    }
    .w-fv-block-2 {
        display: flex;
        flex-flow: column;
        position: relative;
        width: 100%;
        padding-left: 0;
        padding-top: 11.6vw;
    }
    .w-fv-block-2-text1 {
        order: 2;
        position: relative;
        width: calc(100vw - 40px);
        font-weight: 500;
        font-size: 4.2vw;
        line-height: 6.3vw;
        letter-spacing: 0;
        color: #3b3b3b;
        margin-bottom: 3.4vw;
    }
    .w-fv-block-2-text2 {
        order: 1;
        position: relative;
        font-weight: 500;
        font-size: 3.7vw;
        line-height: 3.7vw;
        letter-spacing: 0;
        color: #3b3b3b;
        margin-bottom: 3.4vw;
    }
    .w-fv-block-2-text2::before {
        content: "";
        position: absolute;
        width: 1px;
        height: 10vw;
        top: -11.6vw;
        left: 5.3vw;
        background-color: #3b3b3b;
        z-index: -1;
    }
    .w-second-section {
        position: relative;
        width: 100%;
        padding: 10vw 0 6vw;
        background-color: #fff;
    }
    .w-second-banner {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        aspect-ratio: unset;
        padding: 14.6vw 5.3vw 13vw;
        background-image: url(../img/index/w-index-second-bg-img01-sp.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 1.6vw;
        overflow: hidden;
    }
    .w-second-banner-text1 {
        position: relative;
        font-weight: 600;
        font-size: 5.2vw;
        line-height: 5.2vw;
        letter-spacing: 0;
        color: #ffffff;
    }
    .w-second-banner-text1 img {
        width: 21.6vw;
        height: auto;
        object-fit: contain;
        vertical-align: bottom;
    }
    .w-second-banner-text1 span {
        display: block;
        font-weight: 600;
        font-size: 12.2vw;
        line-height: 15vw;
        letter-spacing: -0.02rem;
        color: #ffffff;
        padding-top: 3.2vw;
    }
    .w-second-banner-text1 span small {
        font-size: 10.2vw;
    }
    .w-second-banner-text2 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        padding-top: 8.4vw;
        margin-bottom: 0;
    }
    .w-link-btn {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 78.6vw;
        height: 13.3vw;
        border-radius: 6.65vw;
        background-color: #f74c00;
        border: 2px solid #f74c00;
        font-weight: 600;
        font-size: 3.73vw;
        line-height: 13.3vw;
        letter-spacing: 0;
        color: #ffffff;
        text-decoration: none;
        transition: all 0.3s;
    }
    .w-second-banner-text2 .w-link-btn:first-child {
        margin-bottom: 2.6vw;
    }
    .w-link-btn:hover {
        background-color: #ffffff;
        color: #f74c00;
    }
    .w-link-btn::after {
        content: "";
        position: absolute;
        width: 1.067vw;
        height: 1.067vw;
        top: calc(50% - 0.533vw);
        right: 2.933vw;
        border-top: 2px solid #ffffff;
        border-right: 2px solid #ffffff;
        transform: rotate(45deg);
        transition: all 0.3s;
    }
    .w-link-btn:hover:after {
        border-top: 2px solid #f74c00;
        border-right: 2px solid #f74c00;
        transform: translateX(10px) rotate(45deg);
    }
    .w-second-banner-text2 .w-link-btn:nth-child(1) {
        margin-right: 1.333vw;
    }
    .w-concept-section {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 18.667vw 0 24vw;
        background-color: #ffffff;
        background-image: url(../img/index/w-index-concept-bg-img01.png);
        background-position: center 180vw;
        background-repeat: no-repeat;
        background-size: 125.333vw;
        overflow-x: hidden;
    }
    .w-concept-img1 {
        position: relative;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 6.6vw;
    }
    .w-concept-img1 img {
        width: 100%;
        aspect-ratio: 740 / 418;
        object-fit: contain;
        border-radius: 1.6vw;
    }
    .w-concept-text1 {
        font-weight: 900;
        font-size: 3.7vw;
        line-height: 3.7vw;
        letter-spacing: 0;
        color: #f74c00;
        margin-bottom: 3.5vw;
    }
    .w-concept-text1 img {
        width: 13.6vw;
        height: auto;
        object-fit: contain;
        vertical-align: baseline;
    }
    .w-concept-title1 {
        font-weight: 600;
        font-size: 12.1vw;
        line-height: 8.6vw;
        letter-spacing: 0;
        color: #3b3b3b;
        margin-bottom: 6vw;
    }
    .w-concept-title1 small {
        font-size: 6.9vw;
    }
    .w-concept-text2 {
        font-weight: 500;
        font-size: 3.7vw;
        line-height: 5.8vw;
        letter-spacing: 0;
        color: #3b3b3b;
        margin-bottom: 5.8vw;
    }
    .w-concept-title2 {
        font-weight: 600;
        font-size: 8vw;
        line-height: 11.3vw;
        letter-spacing: 0;
        color: #3b3b3b;
        margin-bottom: 6.1vw;
        padding-top: 6.6vw;
    }
    .w-concept-title2 span {
        font-size: 6.9vw;
    }
    .w-concept-title2 strong {
        font-weight: 600;
        font-size: 12.1vw;
        font-style: normal;
    }
    .w-concept-img2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-end;
        position: relative;
        width: 100%;
        max-width: 100%;
        top: 0;
        right: 0;
        margin:56.5vw 0 0 0;
    }
    .main-img02 {
        width: calc(396 / 670 * 100%);
        max-width: 100%;
        aspect-ratio: 438 / 318;
        object-fit: contain;
        border-radius: 1.6vw;
        margin-right: auto;
    }
    .main-img03 {
        width: calc(241.5 / 670 * 100%);
        max-width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: contain;
        border-radius: 1.6vw;
    }
    .main-img04 {
        width: 100%;
        max-width: 100%;
        object-fit: contain;
        border-radius: 1.6vw;
        margin: 4vw 0 0 0;
    }
    .w-concept-text3 {
        width: 100%;
        display: flex;
        justify-content: center;
        padding-top: 3.5vw;
    }
    .w-review-section {
        position: relative;
        width: 100%;
        padding: 0;
        background-color: #ffece4;
    }
    .w-review-section > .container {
        margin-top: 0;
    }
    .w-review-title1 {
        position: relative;
        font-weight: 600;
        font-size: 12.1vw;
        line-height: 10.3vw;
        letter-spacing: 0;
        color: #3b3b3b;
        text-align: center;
        margin-bottom: 2.667vw;
    }
    .w-review-title1 span {
        font-weight: 900;
        font-size: 3.5vw;
        color: #f74c00;
    }
    .w-review-title1 small {
        font-size: 10.8vw;
    }
    .w-review-col {
        display: flex;
        flex-wrap: wrap;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        background-color: #ffffff;
        padding: 6.667vw;
        margin-bottom: 9.3vw;
    }
    .w-review-col:last-child {
        margin-bottom: 10vw;
    }
    .w-review-title2 {
        position: relative;
        font-weight: 600;
        font-size: 5.3vw;
        line-height: 7.4vw;
        letter-spacing: 0;
        color: #f74c00;
        text-align: left;
        margin-bottom: 2.6vw;
    }
    .w-review-text1 {
        position: relative;
        font-weight: 500;
        font-size: 3.7vw;
        line-height: 5.5vw;
        letter-spacing: 0;
        color: #9d9d9d;
        text-align: left;
        margin-bottom: 6vw;
    }
    .w-review-text2 {
        position: relative;
        font-weight: 500;
        font-size: 3.7vw;
        line-height: 5.8vw;
        letter-spacing: 0;
        color: #3b3b3b;
        text-align: left;
        margin-bottom: 0;
    }
    .w-review-col-text {
        width: 100%;
    }
    .w-review-col-img {
        width: 50.6vw;
        margin-bottom: 6.1vw;
    }
    .w-review-col-img img {
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: contain;
    }
    .w-review-col .w-review-col-text {
        order: 2;
    }
    .w-review-col .w-review-col-img {
        order: 1;
    }
    .reverse .w-review-col-text {
        order: 2;
    }
    .reverse .w-review-col-img {
        order: 1;
    }
    .w-review-movie {
        position: relative;
        width: 100%;
        height: 34.6vw;
        padding: 16.1vw 0 0;
        margin-bottom: 68.667vw;
        background-color: #f74c00;
    }
    .w-review-movie::before {
        content: "";
        position: absolute;
        display: block;
        width: 100vw;
        height: 40vw;
        top: -29.333vw;
        left: 0;
        padding-top: calc(258 / 1400 * 100%);
        background-image: url(../img/index/w-index-review-bg-img01.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .w-review-movie-col {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 auto;
        z-index: 2;
    }
    .w-review-movie-col img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .w-why-section {
        position: relative;
        width: 100%;
        padding: 54.667vw 0 0;
        background: #ffffff;
    }
    .w-why-section::before {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        top: -23.333vw;
        left: 0;
        padding-top: 64.533vw;
        background-image: url(../img/index/w-index-why-bg-img01.png);
        background-repeat: no-repeat;
        background-position: 12.5% center;
        background-size: 201.6vw 64.533vw;
    }
    .sticky-content-why {
        margin: 0 20px 13.5vw;
        padding: 0;
    }
    .w-why-title1 {
        position: relative;
        font-weight: 600;
        font-size: 8vw;
        line-height: 10.6vw;
        letter-spacing: 0;
        color: #3b3b3b;
        text-align: left;
        margin-bottom: 4.6vw;
        font-feature-settings: "palt";
    }
    .w-why-title1 small {
        font-size: 6.9vw;
    }
    .w-why-title1 strong {
        font-size: 12.1vw;
    }
    .w-why-text1 {
        position: relative;
        font-weight: 500;
        font-size: 3.7vw;
        line-height: 5.9vw;
        letter-spacing: 0;
        color: #3b3b3b;
        text-align: left;
        margin-bottom: 0;
    }
    .w-why-right {
        background-color: #ffece4;
        padding-top: calc(20.5vw - 1.5rem);
    }
    .w-why-content {
        position: relative;
        display: flex;
        flex-flow: column;
        align-items: center;
        width: fit-content;
        margin: 0 auto 16.1vw;
    }
    .w-why-content:last-child {
        margin: 0 auto 18.7vw;
    }
    .w-why-content-no {
        position: absolute;
        top: 0;
        left: 0;
        font-weight: 900;
        font-size: 16.8vw;
        line-height: 16.8vw;
        letter-spacing: 0;
        color: #f74c00;
        text-align: left;
    }
    .w-why-content-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 62vw;
        aspect-ratio: 1 / 1;
        background-color: #ffffff;
        border-radius: 50%;
        margin-bottom: 5.2vw;
    }
    .w-why-content-icon img.icon01 {
        width: 29.1vw;
        height: auto;
        object-fit: contain;
    }
    .w-why-content-icon img.icon02 {
        width: 32.5vw;
        height: auto;
        object-fit: contain;
    }
    .w-why-content-icon img.icon03 {
        width: 34.4vw;
        height: auto;
        object-fit: contain;
    }
    .w-why-content-icon img.icon04 {
        width: 30.7vw;
        height: auto;
        object-fit: contain;
    }
    .w-why-content-text {
        position: relative;
        font-weight: 600;
        font-size: 4vw;
        line-height: 4vw;
        letter-spacing: 0;
        color: #3b3b3b;
        text-align: center;
        margin-bottom: 0;
    }
    .w-service-section {
        position: relative;
        width: 100%;
        padding: 0;
        background: #ffffff;
        overflow-x: hidden;
    }
    .w-service-header-text {
        padding: 13.7vw 20px 0;
    }
    .w-service-title1 {
        position: relative;
        font-weight: 600;
        font-size: 12.1vw;
        line-height: 12.1vw;
        letter-spacing: 0;
        color: #3b3b3b;
        text-align: left;
        margin-bottom: 9.5vw;
    }
    .w-service-title1 small {
        font-size: 10.8vw;
    }
    .w-service-title1 img {
        width: 45.5vw;
        height: auto;
        object-fit: contain;
        vertical-align: baseline;
    }
    .w-service-header-img {
        width: 89.2vw;
        margin: 0 auto -15.5vw auto;
    }
    .w-service-header-img img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .w-service-bottom {
        background-color: #ffece4;
        padding: 0 20px;
    }
    .w-service-bottom.first {
        padding-top: 24.3vw;
    }
    .w-service-bottom.last {
        padding-bottom: 3.3vw;
    }
    .w-service-main-text {
        margin: 0 0 0 0;
        border-left: transparent;
    }
    .w-service-main-text.last {
        border-left: transparent;
    }
    .w-service-main-title1 {
        position: relative;
        font-weight: 600;
        font-size:5.24vw;
        line-height: 13.333vw;
        letter-spacing: 0;
        color: #f74c00;
        text-align: center;
        margin: 0 0 6.6vw 0;
    }
    .w-service-main-title1 span {
        position: relative;
        display: block;
        top: auto;
        left: auto;
        font-weight: 900;
        font-size: 17.3vw;
        padding-bottom: 0;
        background-color: transparent;
    }
    .w-service-main-text1 {
        position: relative;
        font-weight: 500;
        font-size: 3.7vw;
        line-height: 5.9vw;
        letter-spacing: 0;
        color: #3b3b3b;
        text-align: left;
        margin: 0 0 5vw 0;
    }
    .w-service-main-img {
        width: 100%;
        margin-bottom: 10.7vw;
    }
    .w-service-main-img img {
        width: 100%;
        height: auto;
        object-fit: contain;
        border-radius: 1.6vw;
    }
    .w-service-bottom-col-outer {
        position: relative;
        z-index: 2;
    }
    .w-service-bottom-col {
        position: relative;
        margin: 13.7vw 0;
        padding: 13.3vw 4.8vw 9.3vw;
        background-color: #ffffff;
        box-shadow: 0px 0.5vw 5.3vw 0px rgba(0, 0, 0, 0.1);
    }
    .w-service-bottom-col::after {
        content: "";
        position: absolute;
        width: 100vw;
        height: 24vw;
        background-color: #f74c00;
        top: calc(50% - 12vw);
        left: calc(50% - 50vw);
        z-index: -1;
    }
    .w-service-bottom-text1 {
        font-weight: 900;
        font-size: 3.5vw;
        line-height: 3.5vw;
        letter-spacing: 0;
        color: #f74c00;
        text-align: center;
        margin-bottom: 2.8vw;
    }
    .w-service-bottom-title1 {
        position: relative;
        font-weight: 600;
        font-size: 10.6vw;
        line-height: 10.6vw;
        letter-spacing: 0;
        color: #3b3b3b;
        text-align: center;
        margin-bottom: 6.7vw;
    }
    .w-service-bottom-title2 {
        position: relative;
        font-weight: 600;
        font-size: 3.7vw;
        line-height: 6.9vw;
        letter-spacing: 0;
        color: #f74c00;
        text-align: left;
        margin-bottom: 4vw;
    }
    .w-service-bottom-title2 span {
        font-weight: 900;
        font-size: 6.9vw;
    }
    .w-service-bottom-text2 {
        position: relative;
        font-weight: 500;
        font-size: 3.7vw;
        line-height: 5.9vw;
        letter-spacing: 0;
        color: #3b3b3b;
        text-align: left;
        margin-bottom: 4vw;
    }
    .w-service-bottom-text3 {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 13.1vw;
    }
    .w-feature-section {
        position: relative;
        width: 100%;
        padding: 0;
        background: #ffffff;
        overflow-x: hidden;
    }
    .sticky-content-feature {
        margin: 0 20px 13.7vw;
        padding: 0;
    }
    .w-feature-title1 {
        position: relative;
        font-weight: 600;
        font-size: 12.1vw;
        line-height: 12.1vw;
        letter-spacing: 0;
        color: #3b3b3b;
        text-align: left;
        margin-bottom: 6.7vw;
    }
    .w-feature-title1 small {
        font-size: 10.8vw;
    }
    .w-feature-title1 img {
        width: 45.5vw;
        height: auto;
        object-fit: contain;
        vertical-align: baseline;
    }
    .w-feature-text1 {
        position: relative;
        font-weight: 500;
        font-size: 3.7vw;
        line-height: 5.9vw;
        letter-spacing: 0;
        color: #3b3b3b;
        text-align: left;
        margin: 0 0 13.7vw;
    }
    .w-feature-header-img {
        width: 100%;
        margin-bottom: 12vw;
        overflow-x: hidden;
    }
    .w-feature-header-img img {
        width: 109.2vw;
        height: auto;
        object-fit: contain;
    }
    .w-feature-bottom {
        background-color: #ffece4;
        padding-top: 20.1vw;
    }
    .w-feature-content {
        position: relative;
        width: calc(100% - 40px);
        padding: 10.6vw 4.2vw;
        margin: 0 20px 16.5vw;
        background-color: #ffffff;
    }
    .w-feature-content-no {
        position: absolute;
        top: -7.35vw;
        left: 50%;
        transform: translateX(-50%);
        font-weight: 900;
        font-size: 14.7vw;
        line-height: 14.7vw;
        letter-spacing: 0;
        color: #f74c00;
        text-align: center;
    }
    .w-feature-content-title {
        position: relative;
        font-weight: 600;
        font-size: 5.3vw;
        line-height: 8vw;
        letter-spacing: 0;
        color: #f74c00;
        text-align: left;
        margin-bottom: 6.7vw;
    }
    .w-feature-content-title img {
        height: auto;
        object-fit: contain;
        vertical-align: middle;
        margin-right: 1.333vw;
    }
    .w-feature-content-title .icon01 {
        width: 10.9vw;
    }
    .w-feature-content-title .icon02 {
        width: 10.3vw;
    }
    .w-feature-content-title .icon03 {
        width: 8vw;
    }
    .w-feature-content-title .icon04 {
        width: 8vw;
    }
    .w-feature-content-title .icon05 {
        width: 8.1vw;
    }
    .w-feature-content-title .icon06 {
        width: 8.4vw;
    }
    .w-feature-content-title .icon07 {
        width: 10.0vw;
    }
    .w-feature-content-bottom-text {
        display: flex;
        justify-content: center;
        margin: 6.9vw auto 13.3vw;
    }
    .w-feature-bottom-col {
        display: flex;
        flex-flow: column;
        justify-content: center;
        width: 100%;
        margin: 21.333vw 0 0;
        padding-bottom: 44vw;
    }
    .w-feature-bottom-text1 {
        position: relative;
        font-weight: 600;
        font-size: 12.7vw;
        line-height: 15vw;
        letter-spacing: 0;
        color: #3b3b3b;
        text-align: center;
        margin-bottom: 9.1vw;
        font-feature-settings: "palt";
    }
    .w-feature-bottom-text1 img {
        width: 50.1vw;
        height: auto;
        object-fit: contain;
        vertical-align: baseline;
    }
    .w-feature-bottom-text2 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 0;
    }
    .page-index .gnav-footer {
        background-color: transparent;
        margin-top: -30vw;
    }
}


.w-service-bottom {
    position: relative;
}
.w-service-bottom.last::after {
    content: none;
}
.w-service-bottom::after {
    content: "";
    display: block;
    position: absolute;
    top: 100px;
    left: 48px;
    width: 1px;
    height: calc(100% - 110px);
    background: #f74c00;
}

.w-service-main-img {
    margin-bottom: 80px;
}
.w-service-main-text {
    border-left: none;
}
.w-feature-content-title {
    font-feature-settings: "palt";
}

.w-why-content-icon {
    width: auto;
    background: none;
    border-radius: 0;
}
.w-why-content-icon img {
    width: 100%!important;
}
@media screen and (max-width: 750px) {
    .w-feature-content-title {
        font-feature-settings: "palt";
        font-size: 5.1vw;
    }
    .w-service-bottom::after {
        content: none;
    }
    .w-why-content-icon {
        display: block;
        aspect-ratio: auto;
        text-align: center;
    }
    .w-why-content-icon img {
        width: calc(530 / 750 * 100%)!important;
    }
    .w-why-content-no {
        position: absolute;
        top: -10px;
        left: calc(50% - 130px);
    }
}

.w-lp-scroll-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    align-items: center;
    padding: 10px;
    background-color: white;
    overflow: hidden;
    max-width: 1400px;
    margin: auto;
}
.w-lp-scroll-item .w-lp-img {
    width: 200px;
    max-height: 200px;
}
  
.slideshow {
    display: flex;
    -webkit-animation: loop-slide 20s infinite linear 1s both;
    animation: loop-slide 20s infinite linear 1s both;
}
@-webkit-keyframes loop-slide {
    from {
        transform: translateX(0);
    }
  
    to {
        transform: translateX(-100%);
    }
}
@keyframes loop-slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
.slideshow-item{
    width:200px;
}
  
.w-lp-text {
    background-color: white;
    text-align: center;
    font-weight: bold;
    font-size: large;
    color: black;
    padding-top: 20px;
    padding-bottom: 10px;
    max-width: 1400px;
    margin: auto;
}
  