@charset "Shift_JIS";
/* ==============================


fic


=================================*/

/* .s5-container {
    max-width: inherit;
    width: 100%;
    padding: 0;
    margin: 0;
} */

header {
    position: relative;
    z-index: 10;
}

/* .c5-mysonyNav {
    max-width: 1200px;
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .c5-mysonyNav {
        width: calc(100% - 40px);
    }

} */

/* ==============================


base


=================================*/

.s5-container main {
    font-family: "SST W01 Roman", "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.08em;
}

main {
    background-color: #F2F2F2;
    color: #000;

}

.inner {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
}

.f-sst,
.f-sst * {
    font-family: 'SST W01 Roman', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-rendering: optimizeLegibility;
}



/* ==============================


kv


=================================*/
.kv {
    position: relative;
    z-index: 1;
}

.kv-ctr {
    text-align: center;
    padding: 6vw 0 6.6vw;
    z-index: 1;
    position: relative;
}

.kv-ctr h1 {
    margin: 0 auto 4vw;
}

.kv-ctr h1 img {
    width: 30vw;
}

.kv-ctr p {
    font-size: 1.2vw;
    font-weight: bold;
    line-height: 2.2;
    margin-bottom: 4.44vw;
}

.kv-ctr div img {
    width: 20vw;
    height: auto;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
    .kv-ctr {
        padding: 6vw 0 6.4vw;
    }
}

@media screen and (max-width: 767px) {
    .kv-ctr {
        padding: 25vw 0 25.7vw;
    }

    .kv-ctr h1 {
        margin: 0 auto clamp(0px, 5.3vw, 20px);
    }

    .kv-ctr h1 img {
        width: clamp(0px, 65.3vw, 245px);
    }

    .kv-ctr p {
        font-size: clamp(10px, 3.4vw, 16px);
        letter-spacing: 0.03em;
        margin-bottom: clamp(0px, 8vw, 30px);
    }

    .kv-ctr div img {
        width: clamp(0px, 40vw, 150px);
    }
}


/* --- kv-bg -------------------------------- */

.kv-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 0;
}

.kv-bg>div {
    width: 100%;
    height: 100%;
    position: relative;
}

.kv-bg img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}


@media screen and (max-width: 767px) {

    .kv-bg img {
        transform: inherit;
        -webkit-transform: inherit;
        -ms-transform: inherit;
    }


    .kv-bg .bg-l img {
        left: 0;
    }

    .kv-bg .bg-r img {
        left: inherit;
        right: 0;
    }

    .kv-bg .bg-t img {
        top: 0;
    }

    .kv-bg .bg-b img {
        position: relative;
    }

    /* --- ??? -------------------------------- */
    .kv-bg .bg-b {
        width: 100%;
        height: auto;
        position: absolute;
        top: inherit;
        bottom: -8vw;
    }

}

/* ==============================


sec01


=================================*/

.sec01 {
    background: url(../img/sec02__bg.png) no-repeat center center/cover;
    color: #fff;
    position: relative;
    z-index: 0;
}

.sec01-bg-solid-l,
.sec01-bg-solid-r {
    position: absolute;
    z-index: -1;
}

.sec01-bg-solid-l {
    top: -2vw;
    left: -5vw;
}

.sec01-bg-solid-r {
    bottom: calc(115px + clamp(0px, 20vw, 240px));
    right: 0;
}

.sec01-bg-solid-l img {
    width: 26.03vw;
    height: auto;
}

.sec01-bg-solid-r img {
    width: 40.63vw;
    height: auto;
}

.sec01 .inner {
    padding: 10vw 0 70px;
}

.sec01 h2 {
    text-align: center;
    margin: 0 auto 40px;
    font-size: 52px;
    font-weight: bold;
    line-height: 1;
}

.sec01 h2 img {
    display: block;
    max-width: 137px;
    margin: 0 auto 40px;
    height: auto;
}

.sec01 h2 span {
    padding-top: 30px;
    display: block;
    font-size: 0.6em;
}


.sec01-ctr {
    text-align: center;
}

.sec01-ctr-day {
    max-width: 550px;
    width: 100%;
    height: 60px;
    margin: 0 auto 50px;
    border-radius: 6px;
    background-color: #fff;
    color: #000;
    font-weight: bold;
    border: 2px solid #CDB182;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    position: relative;
}

.sec01-ctr-day::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background-color: rgba(77, 77, 77, 0.8);
    z-index: 1;
    border-radius: 6px;
}

.sec01-ctr-day::before {
    content: "応募期間は終了いたしました。";
    color: #fff;
    z-index: 2;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    line-height: 1;
    white-space: nowrap;
}

.sec01-ctr-day p:nth-of-type(1) {
    background-color: #CDB182;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
    width: 80px;
    height: 30px;
}



.sec01-ctr-day p:nth-of-type(2) {
    font-size: 18px;
    letter-spacing: 0.02em;
}

.sec01-ctr-day p:nth-of-type(2) span {
    font-size: 24px;
    font-weight: bold !important;
}

.sec01-ctr-txt {
    line-height: 3;
    margin-bottom: 60px;
    font-size: 18px;
    font-weight: bold;
}

.sec01-ctr-txt span {
    background: linear-gradient(transparent 97%, #CDB182 0%);
    display: inline;
    padding: 0 5px 5px;
}

.sec01-ctr-btn-on {
    position: relative;
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
}

.sec01-ctr-btn-on::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(77, 77, 77, 0.8);
    border-radius: 6px;
}

.sec01-ctr-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    height: 60px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.04em !important;
    margin: 0 auto;
    opacity: 1;
    pointer-events: none;
    z-index: -1;
    border-radius: 6px;
    box-sizing: content-box;
}

.sec01-ctr-btn:hover {
    background-color: #303030;
    color: #fff;
    text-decoration: none;
}

.sec01-ctr-btn::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: -23px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #000;
}

.sec01-ctr-btn::before {
    background-color: #fff;
    right: 3%;
}

.sec01-ctr-btn::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(50% - 2.5px);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 5%;
    width: 4px;
    height: 4px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}



@media screen and (max-width: 767px) {

    .sec01 {
        background: url(../img/sec02__bg_sp.png) no-repeat center center/cover;
        overflow: hidden;
    }


    .sec01-bg-solid-l {
        top: -14vw;
        left: -17vw;
    }

    .sec01-bg-solid-r {
        bottom: calc(90px + clamp(0px, 60vw, 220px));
        right: -35vw;
    }

    .sec01-bg-solid-l img {
        width: 50vw;
    }

    .sec01-bg-solid-r img {
        width: 78vw;
    }


    .sec01 .inner {
        padding: 20vw 0 70px;
    }

    .sec01 h2 {
        margin: 0 auto 25px;
        font-size: clamp(17px, 7vw, 28px);
    }

    .sec01 h2 img {
        width: clamp(0px, 25.6vw, 96px);
        margin: 0 auto clamp(0px, 6.7vw, 25px);
    }

    .sec01 h2 span {
        padding-top: clamp(0px, 3.5vw, 13px);
        font-size: 0.55em;
    }


    .sec01-ctr-day {
        max-width: 380px;
        height: fit-content;
        margin: 0 auto 35px;
        border: 1px solid #CDB182;
        flex-direction: column;
        gap: clamp(0px, 2.1vw, 8px);
        padding: clamp(0px, 3.5vw, 13px) 0 clamp(0px, 4.5vw, 17px);
    }

    .sec01-ctr-day::before {
        font-size: clamp(10px, 3.73vw, 14px);
    }

    .sec01-ctr-day p:nth-of-type(1) {
        font-size: clamp(10px, 3.2vw, 12px);
        width: clamp(0px, 16vw, 60px);
        height: clamp(0px, 5.3vw, 20px);
    }

    .sec01-ctr-day p:nth-of-type(2) {
        font-size: clamp(10px, 3.7vw, 14px);
    }

    .sec01-ctr-day p:nth-of-type(2) span {
        font-size: clamp(11px, 4.8vw, 18px);
    }

    .sec01-ctr-txt {
        font-size: clamp(9px, 3.5vw, 14px);
        margin-bottom: clamp(0px, 8vw, 30px);
        line-height: 2.5;
        letter-spacing: 0.02em;
    }

    .sec01-ctr-txt span {
        padding: 0 0 1px;
    }

    .sec01-ctr-btn-on::before {
        max-width: 250px;
        width: 75%;
    }

    .sec01-ctr-btn {
        max-width: 250px;
        width: 70%;
        height: 50px;
        padding-right: clamp(0px, 4vw, 15px);
        font-size: clamp(10px, 3.2vw, 12px);
    }

    .sec01-ctr-btn::before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        right: -23px;
        width: 17px;
        height: 17px;
        border-radius: 50%;
        background-color: #000;
    }

    .sec01-ctr-btn::before {
        background-color: #fff;
        right: 3%;
    }

    .sec01-ctr-btn::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: calc(50% - 2.5px);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        width: 5px;
        height: 5px;
        right: 5.6%;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

}

/* --- slide -------------------------------- */

@keyframes infinity-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.c-loop-slider {
    overflow: hidden;
    padding-bottom: 115px;
}

.c-loop-slider__wrapper {
    display: flex;
    width: max-content;
}

.c-loop-slider__items {
    display: flex;
    animation: infinity-scroll 100s linear infinite both;
    animation-play-state: running;
}

.c-loop-slider__items.paused {
    animation-play-state: paused;
}

.c-loop-slider__items img {
    margin-right: 0px;
    width: auto;
    height: clamp(0px, 20vw, 240px);
}

.c-loop-slider__btn {
    width: 96%;
    margin: 20px auto 0;
    text-align: right;
}

.c-loop-slider__btn button {
    border-radius: 100px;
    border: 1px solid #fff;
    width: 110px;
    height: 45px;
    font-weight: bold;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 0 auto;
    padding: 0 10px;
    gap: 5px;
    color: #fff;
}

.c-loop-slider__btn button span {
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    width: 28px;
    height: 28px;
}

.c-loop-slider__btn button.btn-off {
    background-color: #fff;
    color: #636363;
    gap: 12px;
}

.c-loop-slider__btn button.btn-off span {
    border: 1px solid #636363;
}

.c-loop-slider__btn button span::before,
.c-loop-slider__btn button span::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.c-loop-slider__btn button.btn-on span::before,
.c-loop-slider__btn button.btn-on span::after {
    background-color: #636363;
    width: 2px;
    height: 8px;
    left: calc(50% + 2px);
}

.c-loop-slider__btn button.btn-on span::after {
    left: calc(50% - 2px);
}


.c-loop-slider__btn button.btn-off span::before {
    left: calc(50% + 3px);
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-left: 6px solid #636363;
    border-radius: 2px;
}


@media screen and (max-width: 767px) {

    .c-loop-slider {
        padding-bottom: 60px;
    }


    .c-loop-slider__items img {
        height: clamp(0px, 60vw, 220px);

    }

    .c-loop-slider__btn {
        width: 94%;
        margin: 15px auto 0;
    }

    .c-loop-slider__btn button {
        height: 42px;
        font-size: 11px;
    }

}

/* ==============================


sec02


=================================*/
.sec02 .inner {
    padding: 100px 0 80px;
}


.sec02-ctr-inner {
    width: 80%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.sec02-ctr h3 {
    text-align: center;
    margin: 0 auto 50px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.04em;
}

.sec02-ctr h3 img {
    display: block;
    max-width: 254px;
    margin: 0 auto 50px;
    height: auto;
}

.sec02-bnr {
    margin: 0 auto;
    text-align: center;
    opacity: 1;
}

.sec02-bnr img:hover {
    opacity: 0.6;
}

.sec02-bnr img {
    max-width: 335px;
    height: auto;
}


@media screen and (max-width: 767px) {

    .sec02 .inner {
        padding: 80px 0 60px;
    }

    .sec02-ctr {
        max-width: 400px;
        margin: 0 auto;
    }

    .sec02-ctr-inner {
        width: 87%;
    }

    .sec02-ctr h3 {
        margin: 0 auto 25px;
        font-size: clamp(10px, 3.2vw, 12px);
        line-height: 1.6;
        letter-spacing: 0.04em;
    }

    .sec02-ctr h3 img {
        width: clamp(0px, 52vw, 196px);
        margin-bottom: clamp(0px, 8vw, 30px);
    }


    .sec02-bnr img {
        width: 100%;
        max-width: 400px;
    }
}

/* --- box -------------------------------- */
.sec02-ctr {
    background-color: #fff;
    padding: 60px 0 50px;
    position: relative;
    margin-bottom: 80px;
    border-radius: 12px;
}

.sec02-ctr__box {
    background-color: rgba(239, 239, 239, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 30px clamp(0px, 5%, 80px);
}

.sec02-ctr__box img {
    max-width: 194px;
    height: auto;
}

.sec02-ctr__box hr {
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 90px;
}

.sec02-ctr__box-txt {
    max-width: 540px;
}

.sec02-ctr__box-txt p:nth-of-type(1) {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.sec02-ctr__box-txt p:nth-of-type(2) {
    font-size: 12px;
    margin-bottom: 15px;
    letter-spacing: 0.04em;
    line-height: 1.4;
    font-weight: 400;
}

.sec02-ctr__box-txt a {
    font-size: 12px;
    font-weight: bold;
    position: relative;
    line-height: 1;
}

.mstIcon-newwin {
    display: inline-block;
    vertical-align: top;
    margin-left: 3px;
    width: 1em;
    height: 1em;
    background-image: url(../img/icon-newwin.svg);
    background-size: 100%;
}


@media screen and (max-width: 767px) {
    .sec02-ctr {
        padding: 60px 0 60px;
        margin-bottom: 80px;
    }

    .sec02-ctr__box {
        flex-direction: column;
        gap: 25px;
        padding: 30px clamp(0px, 5%, 80px);
    }

    .sec02-ctr__box img {
        width: clamp(0px, 33vw, 125px);
    }

    .sec02-ctr__box hr {
        height: 0px;
        width: 100%;
        border-width: 0.5px;
    }

    .sec02-ctr__box-txt p:nth-of-type(1) {
        font-size: clamp(10px, 3.2vw, 12px);
    }

    .sec02-ctr__box-txt a {
        font-size: clamp(9px, 2.93vw, 11px);
    }

}

/* --- bg -------------------------------- */


.sec02-ctr-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.sec02-ctr-bg img {
    max-width: 240px;
    width: 100%;
    height: auto;
}

.sec02-ctr-bg.bg--bl {
    top: inherit;
    bottom: 0;
}

.sec02-ctr-bg.bg--tr {
    left: inherit;
    right: 0;
}

.sec02-ctr-bg.bg--br {
    top: inherit;
    bottom: 0;
    left: inherit;
    right: 0;
}

@media screen and (max-width: 767px) {

    .sec02-ctr-bg img {
        width: clamp(0px, 40vw, 150px);
    }


}

/* ==============================


animation


=================================*/
/* ??????? */
[anim-fade] {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .8s ease-in-out, transform .8s ease-in-out;
}


/* ????? */
[anim-fade].active {
    opacity: 1;
    transform: translateY(0);
}

.sec01[anim-fade],
h2[anim-fade],
h2[anim-fade] img,
.sec01-ctr-day[anim-fade] {
    transform: translateY(0px);
    transition: opacity 1.2s ease-in-out;
}

/* --- lode-animation -------------------------------- */



[anim-load] {
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.kv-ctr h1[anim-load] {
    transition-delay: 1.5s;
}

.kv-ctr p[anim-load] {
    transition-delay: 1.6s;
}

.kv-ctr div[anim-load] {
    transition-delay: 1.7s;
}

/* ????? */
[anim-load].active {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

/* --- bg -------------------------------- */

.kv-bg [anim-load] {
    opacity: 0;
    transition: opacity .5s ease, transform .8s ease;
}


.kv-bg .bg-t.bg-l[anim-load] {
    transform: translate(-50px, -50px);
    transition-delay: 0.1s;
}

.kv-bg .bg-t.bg-r[anim-load] {
    transform: translate(0px, -50px);
    transition-delay: 0.25s;
}

.kv-bg .bg-b.bg-l[anim-load] {
    transform: translate(-50px, 50px);
    transition-delay: 0.4s;
}

.kv-bg .bg-b.bg-r[anim-load] {
    transform: translate(0px, 50px);
    transition-delay: 0.5s;
}

@media screen and (max-width: 767px) {
    .kv-bg .bg-t.bg-r[anim-load] {
        transform: translate(0px, -50px);
    }


    .kv-bg .bg-b.bg-r[anim-load] {
        transform: translate(0px, 50px);
    }
}

/* --- pict -------------------------------- */


.kv-bg .kv-bg-pict[anim-load] {
    transition: opacity 1.2s ease, transform 1.2s ease;
}

.kv-bg .kv-bg-pict[anim-load].bg-t.bg-l {
    transform: translate(-5px, -20px);
    transition-delay: 0.4s;
}

.kv-bg .kv-bg-pict[anim-load].bg-t.bg-r {
    transform: translate(0px, -20px);
    transition-delay: 0.6s;
}

.kv-bg .kv-bg-pict[anim-load].bg-b.bg-l {
    transform: translate(-5px, 20px);
    transition-delay: 0.8s;
}

.kv-bg .kv-bg-pict[anim-load].bg-b.bg-r {
    transform: translate(0px, 20px);
    transition-delay: 0.8s;
}



/* --- solid -------------------------------- */
.kv-bg .kv-bg-solid[anim-load] {
    transform: translate(0px, 0px) !important;
    transition: opacity 2s ease;
    transition-delay: 1.3s !important;
}

/* ==============================


display none


=================================*/
/*::::::::::::pc?p::::::::::::*/

@media screen and (min-width: 1101px) {
    .pad_non {
        display: none !important;
    }

    .sp_non {
        display: none !important;
    }

    .pad-sp_non {
        display: none !important;
    }
}

/*::::::::::::pad?p::::::::::::*/
@media screen and (min-width: 768px) and (max-width: 1100px) {
    .pc_non {
        display: none !important;
    }

    .sp_non {
        display: none !important;
    }

    .pc-sp_non {
        display: none !important;
    }
}

/*::::::::::::sp?p:::::::::::*/
@media screen and (max-width: 767px) {
    .pc_non {
        display: none !important;
    }

    .pad_non {
        display: none !important;
    }

    .pc-pad_non {
        display: none !important;
    }
}


/* ==============================


sec03


=================================*/
.sec03 {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.sec03 .inner {
    max-width: 1350px;
    padding: 90px 0 0;
    margin-bottom: 15px;

}



.s3-icon {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: bold;
    color: #8D7348;
    margin: 0 auto 30px;
    text-align: center;
}

.s3-icon span {
    font-size: 16px;
}

.s3-icon img {
    width: 100%;
    margin-bottom: 15px;
}


.sec03-bg::before,
.sec03-bg::after,
.sec03-b::before,
.sec03-b::after,
.sec03-d::before {
    content: "";
    display: inline-block;
    position: absolute;
}

.sec03-bg.top::before,
.sec03-bg.top::after {
    top: 0;
}

.sec03-bg.bottom::before,
.sec03-bg.bottom::after {
    bottom: 0px;
}

.sec03-bg.top::before {
    left: 0;
    width: clamp(0px, 34.37vw, 464px);
    height: clamp(0px, 13.33vw, 180px);
    background: url(../img/sec03__bg-lt.png) no-repeat center center/contain;
}

.sec03-bg.top::after {
    right: 0;
    width: clamp(0px, 37.33vw, 504px);
    height: clamp(0px, 16.14vw, 218px);
    background: url(../img/sec03__bg-rt.png) no-repeat center center/contain;
}

.sec03-bg.bottom::before {
    left: 0;
    width: clamp(0px, 17.92vw, 242px);
    height: clamp(0px, 19.70vw, 266px);
    background: url(../img/sec03__bg-lb.png) no-repeat center center/contain;
}

.sec03-bg.bottom::after {
    right: 0;
    width: clamp(0px, 19.18vw, 259px);
    height: clamp(0px, 19.11vw, 258px);
    background: url(../img/sec03__bg-rb.png) no-repeat center center/contain;
}

.sec03-b::before {
    top: clamp(-220px, -16.29vw, 0px);
    right: calc(((100vw - 1315px) / -2) - 120px);
    width: clamp(0px, 22.29vw, 301px);
    height: clamp(0px, 37.11vw, 501px);
    background: url(../img/sec03__bg-solid-01.png) no-repeat center center/contain;
}

.sec03-b::after {
    bottom: clamp(-340px, -25.18vw, 0px);
    left: calc(((100vw - 1315px) / -2) - 20px);
    width: clamp(0px, 14.81vw, 200px);
    height: clamp(0px, 30.44vw, 411px);
    background: url(../img/sec03__bg-solid-02.png) no-repeat center center/contain;
}

.sec03-d::before {
    top: clamp(-180px, -13.33vw, 0px);
    right: calc(((100vw - 1315px) / -2) - 320px);
    width: clamp(0px, 39.70vw, 536px);
    height: clamp(0px, 19.92vw, 269px);
    background: url(../img/sec03__bg-solid-03.png) no-repeat center center/contain;
}


@media screen and (min-width: 768px) and (max-width: 1500px) {
    .sec03-b::before {
        right: calc(-8vw - 100px);
    }

    .sec03-b::after {
        left: calc(-8vw - 20px);
    }

    .sec03-d::before {
        right: calc(-20vw - 100px);
    }

}

@media screen and (max-width: 767px) {



    .sec03 .inner {
        padding: 80px 0 0;
        margin-bottom: 10px;
    }



    .s3-icon {
        font-size: 24px;
        margin-bottom: clamp(0px, 8vw, 30px) !important;
    }

    .s3-icon span {
        font-size: 14px;
    }

    .s3-icon img {
        margin-bottom: 5px;
    }



    .sec03-bg.top::before {
        left: 0;
        width: 167px;
        height: 65px;
        background: url(../img/sec03__bg-lt_sp.png) no-repeat center center/contain;
    }

    .sec03-bg.top::after {
        right: 0;
        width: 183px;
        height: 80px;
        background: url(../img/sec03__bg-rt_sp.png) no-repeat center center/contain;
    }

    .sec03-bg.bottom::before {
        left: 0;
        width: 118px;
        height: 130px;
        background: url(../img/sec03__bg-lb_sp.png) no-repeat center center/contain;
    }

    .sec03-bg.bottom::after {
        right: 0;
        width: 127px;
        height: 126px;
        background: url(../img/sec03__bg-rb_sp.png) no-repeat center center/contain;
    }

    .sec03-b::before {
        top: clamp(-110px, -19.33vw, 0px);
        right: clamp(-100px, -25vw, 0px);
        width: clamp(0px, 40.13vw, 150.5px);
        height: clamp(0px, 66.8vw, 250.5px);
        background: url(../img/sec03__bg-solid-01.png) no-repeat center center/contain;
    }

    .sec03-b::after {
        bottom: clamp(-170px, -45.33vw, 0px);
        left: clamp(-100px, -15vw, 0px);
        width: clamp(0px, 26.66vw, 100px);
        height: clamp(0px, 54.8vw, 205.5px);
        background: url(../img/sec03__bg-solid-02.png) no-repeat center center/contain;
    }

    .sec03-d::before {
        top: clamp(-90px, -24vw, 0px);
        right: clamp(-200px, -50vw, 0px);
        width: clamp(0px, 71.46vw, 268px);
        height: clamp(0px, 35.86vw, 134.5px);
        background: url(../img/sec03__bg-solid-03.png) no-repeat center center/contain;
    }


}

/* --- a -------------------------------- */

.sec03-a {
    margin-bottom: 70px;
}


.sec03-a__logo img {
    max-width: 254px;
    width: 100%;
    margin-bottom: 40px;
}

.sec03-a__result-ttl img {
    max-width: 795px;
    margin-bottom: 55px;
    height: auto;
    width: 100%;
}

.sec03-a__txt-midashi,
.sec03-c__ttl-midashi {
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: bold;
}

.sec03-a__txt-midashi span,
.sec03-c__ttl-midashi span {
    background: linear-gradient(transparent 97%, #CDB182 0%);
    display: inline;
    padding: 0 5px 5px;
}


.sec03-a__txt-p,
.sec03-b__p {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 2.4;
}

.sec03-a__result-image img {
    max-width: 760px;
    height: auto;
    width: 100%;
}

@media screen and (max-width: 767px) {

    .sec03-a {
        margin-bottom: 60px;
    }


    .sec03-a__logo img {
        max-width: 160px;
        margin-bottom: 35px;
    }

    .sec03-a__result-ttl img {
        max-width: 353px;
        margin-bottom: 25px;
    }

    .sec03-a__txt-midashi,
    .sec03-c__ttl-midashi {
        font-size: clamp(10px, 4vw, 15px);
        margin-bottom: 30px;
    }

    .sec03-a__txt-midashi span,
    .sec03-c__ttl-midashi span {
        padding: 0 1px 5px;
    }


    .sec03-a__txt-p,
    .sec03-b__p {
        font-size: clamp(10px, 3.46vw, 13px);
        margin-bottom: 25px;
    }

    .sec03-a__result-image img {
        max-width: 350px;
        width: 90%;
    }
}

/* --- b -------------------------------- */
.sec03-b {
    background-color: #fff;
    padding: 50px 0 60px;
    max-width: 1350px;
    margin: 0 auto 70px;
    position: relative;
}

.sec03-b>div {
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
}

.sec03-b .s3-icon img {
    max-width: 83px;
}


.sec03-b__result img {
    max-width: 308px;
    height: auto;
    margin-bottom: 30px;
}

.sec03-b .sec02-ctr__box {
    text-align: left;
}

@media screen and (max-width: 767px) {
    .sec03-b {
        padding: 20px 0;
        max-width: 400px;
        margin: 0 auto 60px;
    }


    .sec03-b .s3-icon img {
        max-width: 61px;
    }


    .sec03-b__result img {
        max-width: 200px;
        width: 80%;
    }

}

/* --- c -------------------------------- */

.sec03-c {
    margin-bottom: 70px;
}

.sec03-c .s3-icon img {
    max-width: 63px;
}

.sec03-c-ctr {
    background-color: #fff;
    padding: 35px 0 40px;
    max-width: 1080px;
    margin: 0 auto;
}

.sec03-c-ctr>div {
    width: 90%;
    margin: 0 auto;
}

.sec03-c-ctr__txt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}

.sec03-c-ctr__img img {
    max-width: 82px;
    margin: 0 auto 10px;
}

.sec03-c-ctr__flex {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.sec03-c-ctr__flex p {
    font-size: 16px;
    margin-bottom: 10px;
}

.sec03-c-ctr__flex img {
    max-width: 474px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {

    .sec03-c {
        margin-bottom: 60px;
    }

    .sec03-c .s3-icon img {
        max-width: 50px;
    }

    .sec03-c-ctr {
        padding: 25px 0;
        max-width: 400px;
    }

    .sec03-c-ctr__txt {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .sec03-c-ctr__img img {
        max-width: 54px;
        margin: 0 auto 15px;
    }

    .sec03-c-ctr__flex {
        flex-direction: column;
    }

    .sec03-c-ctr__flex p {
        font-size: 12px;
    }

    .sec03-c-ctr__flex img {
        max-width: 300px;
        width: 90%;
    }
}

/* --- d -------------------------------- */
.sec03-d {
    background-color: #fff;
    padding: 50px 0 60px;
    max-width: 1350px;
    position: relative;
    margin: 0 auto;
}

.sec03-d>div {
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
}

.sec03-d .s3-icon img {
    max-width: 56px;
}

.sec03-d__ttl {
    margin-bottom: 70px;
    color: #8D7348;
}

.sec03-d__ttl p:nth-of-type(1) {
    font-size: 20px;
    position: relative;
    margin-bottom: 20px;
    font-weight: bold;
}

.sec03-d__ttl p:nth-of-type(1)::before {
    content: "";
    display: inline-block;
    vertical-align: baseline;
    margin-right: 10px;
    width: 28px;
    height: 24px;
    background: url(../img/sec03-d__icon-sub.png) no-repeat center center/contain;
}

.sec03-d__ttl p:nth-of-type(2) {
    font-size: 14px;
    line-height: 1.8;
}

.sec03-d__ctr {
    display: flex;
    gap: 50px;
    justify-content: space-between;
    margin-bottom: 80px;
}

.sec03-d__ctr.c02 {
    flex-direction: row-reverse;
}

.sec03-d__ctr-txt,
.sec03-d__ctr-img {
    width: 50%;
}

.sec03-d__ctr-txt,
.c02 .sec03-d__ctr-img img {
    max-width: 540px;
}

.c02 .sec03-d__ctr-txt,
.sec03-d__ctr-img img {
    max-width: 500px;
}

.sec03-d__ctr-img img {
    width: 100%;
}

.sec03-d__ctr-txt {
    text-align: left;
}

.sec03-d__ctr-txt-label {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #a78f68;
    display: inline-block;
    line-height: 1;
    padding: 7px 10px;
    margin-bottom: 15px;
}

.sec03-d__ctr-txt-ttl {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #CDB182;
    width: 100%;
    padding-bottom: 10px;
    font-weight: bold;
    line-height: 1;
}


.sec03-d__ctr-txt-ttl p:nth-of-type(1) {
    font-size: clamp(12px, 1.62vw, 22px);
    color: #8D7348;
}

.sec03-d__ctr-txt-ttl p:nth-of-type(2) {
    font-size: clamp(10px, 0.88vw, 12px);
}

.sec03-d__ctr-txt-comment {
    font-size: clamp(12px, 1.18vw, 16px);
    margin-bottom: 20px;
    line-height: 2.2;
    letter-spacing: 0.04em;
}

.sec03-d__ctr-txt-location {
    font-size: clamp(10px, 0.88vw, 12px);
    display: flex;
    align-items: center;
    gap: 10px;
}

.sec03-d__ctr-txt-location p:nth-of-type(1) {
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 1;
    padding: 4px 7px;
    white-space: nowrap;
}

.sec03-d__ctr-txt-location img {
    max-width: 194px;
}

.sec03-d .sec01-ctr-btn {
    z-index: 0;
    pointer-events: auto;
    max-width: 320px;
    color: #fff;
    line-height: 1.3;
}

@media screen and (max-width: 767px) {

    .sec03-d {
        padding: 25px 0 70px;
        max-width: 400px;
    }


    .sec03-d .s3-icon img {
        max-width: 37px;
    }

    .sec03-d__ttl {
        margin-bottom: 45px;
    }

    .sec03-d__ttl p:nth-of-type(1) {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .sec03-d__ttl p:nth-of-type(1)::before {
        margin-right: 5px;
        width: 25px;
        height: 20px;
    }

    .sec03-d__ttl p:nth-of-type(2) {
        font-size: clamp(10px, 3.2vw, 12px);
    }

    .sec03-d__ctr {
        flex-direction: column !important;
        margin-bottom: 60px;
        gap: 20px;
    }



    .sec03-d__ctr-txt,
    .sec03-d__ctr-img {
        width: 100%;
    }

    .sec03-d__ctr-txt,
    .c02 .sec03-d__ctr-img img,
    .c02 .sec03-d__ctr-txt,
    .sec03-d__ctr-img img {
        max-width: 300px;
        margin: 0 auto;
    }

    .sec03-d__ctr-img img {
        width: 100%;
    }

    .sec03-d__ctr-txt {
        text-align: center;
    }

    .sec03-d__ctr-txt-label {
        font-size: 12px;
        padding: 5px 7px;
        margin-bottom: 10px;
    }

    .sec03-d__ctr-txt-ttl {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding-bottom: 10px;
    }


    .sec03-d__ctr-txt-ttl p:nth-of-type(1) {
        font-size: clamp(11px, 5.06vw, 19px);
    }

    .sec03-d__ctr-txt-ttl p:nth-of-type(2) {
        font-size: clamp(10px, 2.93vw, 11px);
    }


    .sec03-d__ctr-txt-comment {
        font-size: clamp(10px, 3.2vw, 13px);
        text-align: left;
    }

    .sec03-d__ctr-txt-location {
        font-size: 11px;
        text-align: left;
    }

    .sec03-d__ctr-txt-location img {
        max-width: 178px;
    }

    .sec03-d__ctr-txt-location p:nth-of-type(1) {
        padding: 3px 5px;
    }


}