@charset "utf-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%;
}
html {
	scroll-behavior: smooth;
}
div {
    box-sizing: border-box;
}

@media screen and (max-width:1921px) {
}

@media screen and (max-width:1366px) {
}

@media screen and (max-width:767px) {
}

body {
    background: #FAF5DB;
    font-family:  YuGothic, /* Mac */
    'Yu Gothic', /* Window */
    sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
}
.mono {
    font-family: 'Noto Sans Mono', monospace;
}
#wrapper {
    width: 100%;
    max-width: 2500px;
    margin: 0 auto;
}
.bg::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    content: "";
    background: url(../img/shadow.png) repeat-x;
    background-position: top center;
    background-size: 50%;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .bg::before {
        background-size: 100%;
    }
}

/* motif */
.bg0, .bg1, .bg2, .bg4 {
    position: relative;
    overflow: hidden;
    max-width: 2500px;
    margin: 0 auto;
}
.bg0::before {
    background: none;
}
.bg1 {
    overflow-y: clip;
}
.inner {
    position: relative;
    max-width: 1366px;
    margin: 0 auto;
}
.motif {
    position: absolute;
    top: 0;
    z-index: 1;
}
.motif006 {
    z-index: 2;
}
.motif008 {
    z-index: 2;
}
.motif011 {
    z-index: 2;
}

.motif001 {
    width: 212px;
    top: 42%;
    left: 84%;
    -webkit-animation: motif001 infinite 3s alternate ease-in-out;
            animation: motif001 infinite 3s alternate ease-in-out;
    -webkit-animation-delay: -1.5s;
            animation-delay: -1.5s;
}
@-webkit-keyframes motif001 {
    0% {
        transform: translate(-1vw, -1vh) rotateZ(0deg);
    }
    100% {
        transform: translate(2vw, 2vh) rotateZ(90deg);
    }
}
@keyframes motif001 {
    0% {
        transform: translate(-1vw, -1vh) rotateZ(0deg);
    }
    100% {
        transform: translate(2vw, 2vh) rotateZ(90deg);
    }
}

.motif002 {
    width: 262px;
    top: 51%;
    left: 0%;
    -webkit-animation: motif002 infinite 2s alternate ease-in-out;
            animation: motif002 infinite 2s alternate ease-in-out;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
}
@-webkit-keyframes motif002 {
    0% {
        transform: translate(1vw, -1vh);
    }
    100% {
        transform: translate(-1vw, 1vh);
    }
}
@keyframes motif002 {
    0% {
        transform: translate(1vw, -1vh);
    }
    100% {
        transform: translate(-1vw, 1vh);
    }
}
@media screen and (max-width: 767px) {
    .motif002 {
        width: 262px;
        top: 51%;
        left: 0%;
        -webkit-animation: motif002 infinite 6s alternate ease-in-out;
                animation: motif002 infinite 6s alternate ease-in-out;
        -webkit-animation-delay: -6s;
                animation-delay: -6s;
    }
    @-webkit-keyframes motif002 {
        0% {
            transform: translate(-3vw, -3vh);
        }
        100% {
            transform: translate(3vw, 3vh);
        }
    }
    @keyframes motif002 {
        0% {
            transform: translate(-3vw, -3vh);
        }
        100% {
            transform: translate(3vw, 3vh);
        }
    }
}

.motif003 {
    width: 322px;
    top: 54%;
    left: -10%;
    -webkit-animation: motif003 infinite 3s alternate ease-in-out;
            animation: motif003 infinite 3s alternate ease-in-out;
    -webkit-animation-delay: -2s;
            animation-delay: -2s;
}
@-webkit-keyframes motif003 {
    0% {
        transform: translateX(-1vw);
    }
    100% {
        transform: translateX(1vw);
    }
}
@keyframes motif003 {
    0% {
        transform: translateX(-1vw);
    }
    100% {
        transform: translateX(1vw);
    }
}

.motif004 {
    width: 360px;
    top: -1%;
    left: -6%;
    -webkit-animation: motif004 infinite 3s alternate ease-in-out;
            animation: motif004 infinite 3s alternate ease-in-out;
    -webkit-animation-delay: -2s;
            animation-delay: -2s;
}
@-webkit-keyframes motif004 {
    0% {
        transform: translateY(-1vh);
    }
    100% {
        transform: translateY(1vh);
    }
}
@keyframes motif004 {
    0% {
        transform: translateY(-1vh);
    }
    100% {
        transform: translateY(1vh);
    }
}

.motif005 {
    width: 201px;
    top: 19%;
    left: 80%;
    -webkit-animation: motif005 infinite 3s alternate ease-in-out;
            animation: motif005 infinite 3s alternate ease-in-out;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
}
@-webkit-keyframes motif005 {
    0% {
        transform: translateY(-1vh);
    }
    100% {
        transform: translateY(1vh);
    }
}
@keyframes motif005 {
    0% {
        transform: translateY(-1vh);
    }
    100% {
        transform: translateY(1vh);
    }
}

.motif006 {
    width: 314px;
    top: 16%;
    left: 86%;
    -webkit-animation: motif006 infinite 2.5s alternate ease-in-out;
            animation: motif006 infinite 2.5s alternate ease-in-out;
    -webkit-animation-delay: 0;
            animation-delay: 0;
}
@-webkit-keyframes motif006 {
    0% {
        transform: translate(-1vw, -1vh);
    }
    100% {
        transform: translate(1vw, 1vh);
    }
}
@keyframes motif006 {
    0% {
        transform: translate(-1vw, -1vh);
    }
    100% {
        transform: translate(1vw, 1vh);
    }
}

.motif007 {
    width: 323px;
    top: 6%;
    left: -8%;
    -webkit-animation: motif007 infinite 3s alternate ease-in-out;
            animation: motif007 infinite 3s alternate ease-in-out;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
}
@-webkit-keyframes motif007 {
    0% {
        transform: translateY(-1vh);
    }
    100% {
        transform: translateY(1vh);
    }
}
@keyframes motif007 {
    0% {
        transform: translateY(-1vh);
    }
    100% {
        transform: translateY(1vh);
    }
}

.motif008 {
    width: 254px;
    top: 12%;
    left: 89%;
    -webkit-animation: motif008 infinite 3s alternate ease-in-out;
            animation: motif008 infinite 3s alternate ease-in-out;
    -webkit-animation-delay: -2s;
            animation-delay: -2s;
}
@-webkit-keyframes motif008 {
    0% {
        transform: translateY(-1vh);
    }
    100% {
        transform: translateY(1vh);
    }
}
@keyframes motif008 {
    0% {
        transform: translateY(-1vh);
    }
    100% {
        transform: translateY(1vh);
    }
}

.motif009 {
    width: 344px;
    top: 19%;
    left: 79%;
    -webkit-animation: motif009 infinite 3s alternate ease-in-out;
            animation: motif009 infinite 3s alternate ease-in-out;
    -webkit-animation-delay: 0;
            animation-delay: 0;
}
@-webkit-keyframes motif009 {
    0% {
        transform: translate(-1vw, -1vh);
    }
    100% {
        transform: translate(1vw, 1vh);
    }
}
@keyframes motif009 {
    0% {
        transform: translate(-1vw, -1vh);
    }
    100% {
        transform: translate(1vw, 1vh);
    }
}

.motif010 {
    width: 370px;
    top: -10%;
    left: 4%;
    -webkit-animation: motif010 infinite 3s alternate ease-in-out;
            animation: motif010 infinite 3s alternate ease-in-out;
    -webkit-animation-delay: -3s;
            animation-delay: -3s;
}
@-webkit-keyframes motif010 {
    0% {
        transform: translateY(-1vh);
    }
    100% {
        transform: translateY(1vh);
    }
}
@keyframes motif010 {
    0% {
        transform: translateY(-1vh);
    }
    100% {
        transform: translateY(1vh);
    }
}

.motif011 {
    width: 339px;
    top: 57%;
    left: 4%;
    -webkit-animation: motif011 infinite 3s alternate ease-in-out;
            animation: motif011 infinite 3s alternate ease-in-out;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
}
@-webkit-keyframes motif011 {
    0% {
        transform: translate(1vw, -1vh);
    }
    100% {
        transform: translate(-1vw, 1vh);
    }
}
@keyframes motif011 {
    0% {
        transform: translate(1vw, -1vh);
    }
    100% {
        transform: translate(-1vw, 1vh);
    }
}

.motif012 {
    width: 258px;
    top: 72%;
    left: -3%;
    -webkit-animation: motif012 infinite 6s alternate ease-in-out;
            animation: motif012 infinite 6s alternate ease-in-out;
    -webkit-animation-delay: -2s;
            animation-delay: -2s;
}
@-webkit-keyframes motif012 {
    0% {
        transform: translate(-1vw, -1vh);
    }
    100% {
        transform: translate(1vw, 1vh);
    }
}
@keyframes motif012 {
    0% {
        transform: translate(-1vw, -1vh);
    }
    100% {
        transform: translate(1vw, 1vh);
    }
}
.motif013 {
    width: 520px;
    top: 31%;
    left: 76%;
    -webkit-animation: motif013 infinite 3s alternate ease-in-out;
            animation: motif013 infinite 3s alternate ease-in-out;
    -webkit-animation-delay: 0;
            animation-delay: 0;
}
@-webkit-keyframes motif013 {
    0% {
        transform: translate(-1vw, -2vh) rotateZ(0deg);
    }
    100% {
        transform: translate(1vw, 2vh) rotateZ(10deg);
    }
}
@keyframes motif013 {
    0% {
        transform: translate(-1vw, -2vh) rotateZ(0deg);
    }
    100% {
        transform: translate(1vw, 2vh) rotateZ(10deg);
    }
}

@media screen and (max-width:1366px) {
    .motif001 {
        width: 16vw;
    }
    .motif002 {
        width: 20vw;
        left: 4%;
    }
    .motif003 {
        width: 26vw;
        left: -8%;
    }
    .motif004 {
        width: 27vw;
    }
    .motif005 {
        width: 19vw;
        left: 82%;
    }
    .motif006 {
        width: 21vw;
    }
    .motif007 {
        width: 27vw;
        left: -6%;
    }
    .motif008 {
        width: 21vw;
        left: 91%;
    }
    .motif009 {
        width: 30vw;
        left: 80%;
    }
    .motif010 {
        width: 23vw;
        left: 5%;
    }
    .motif011 {
        width: 23vw;
    }
    .motif012 {
        width: 16vw;
    }
    .motif013 {
        width: 32vw;
        left: 77%;
    }
    .section05 {
        padding: 0 0 0;
        z-index: 2;
    }
}
@media screen and (max-width: 767px) {
    .motif001 {
        top: 30%;
        left: 68%;
        width: 27vw;
    }
    .motif002 {
        top: 38%;
        left: 0%;
        width: 35vw;
    }
    .motif003 {
        top: 42.5%;
        left: -13.5%;
        width: 40vw;
    }
    .motif004 {
        top: -1%;
        left: 72%;
        width: 42vw;
    }
    .motif005 {
        top: 17%;
        left: 9%;
        width: 26vw;
        z-index: 3;
    }
    .motif006 {
        top: 15%;
        left: -19%;
        width: 42vw;
        z-index: 2;
    }
    .motif007 {
        top: 3%;
        left: -13%;
        width: 33vw;
    }
    .motif008 {
        top: 11%;
        left: 85%;
        width: 20vw;
    }
    .motif009 {
        top: 13%;
        left: 76%;
        width: 31vw;
    }
    .motif010 {
        top: -9%;
        left: -3%;
        width: 41vw;
    }
    .motif011 {
        top: 62%;
        left: 6%;
        width: 34vw;
    }
    .motif012 {
        top: 67%;
        left: -9%;
        width: 30vw;
    }
    .motif013 {
        top: 20%;
        left: 68%;
        width: 66vw;
    }

}

/* bg */
.bg1 {
    background: url(../img/bg001b.png) no-repeat;
    background-size: cover;
    background-position: top center;
}
.bg2 {
    background: url(../img/bg002b.png) no-repeat;
    background-size: cover;
    background-position: top center;
}
@media screen and (max-width:767px) {
    .bg1 {
        background: url(../img/bg001_sp.png) no-repeat;
        background-size: cover;
        background-position: top center;
    }
    .bg2 {
        background: url(../img/bg002_sp.png) no-repeat;
        background-size: cover;
        background-position: top center;
    }
}

/* fv */
.fv {
    display: flex;
    justify-content: center;
    width: 91%;
    margin: 4% auto 0;
    background: #FAF5DB;
}
.fv001,
.fv002 {
    display: block;
}
.fv001 {
    width: 67%;
    margin: 0 0 0 -4%;
}
.fv002 {
    width: 30%;
}
@media screen and (max-width:767px) {
    .fv {
        display: block;
        width: 100%;
    }
    .fv001 {
        width: 100%;
        margin: 17% auto 0;
    }
}

/* section01 */
.section01 {
    position: relative;
    padding: 8% 0 5%;
    z-index: 3;
}
.section01 p {
    position: relative;
    margin: 0 0 2em;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: center;
    font-size: clamp(12px, 1.8vw, 25px);
    color: #898989;
    z-index: 2;
}
@media screen and (max-width:767px) {
    .section01 {
        margin: 1% 0 0;
    }
    .section01 p {
        font-size: clamp(13px, 3.6vw, 21px);
    }
}
@media screen and (max-width: 374px) {
    .section01 p {
        font-size: 12px;
    }
}

/* section02 */
.section02 {
    padding: 0 0 6%;
    z-index: 2;
}
.section02 .item-container {
    display: flex;
    width: 84%;
    margin: 0 auto;
}
.section02 .item {
    width: calc( 100% / 6 );
    margin: 0 1.5% 0;
    text-align: center;
}
.section02 .item figure {
    display: flex;
    flex-direction: column;
}
.section02 a {
    text-decoration: none;
    color: #898989;
}
.section02 a:hover {
    opacity: .7;
    transition: .4s;
}
.section02 .item.item05 {
    margin: 0 4% 0 1.5%;
}
.section02 .image-container {
    display: flex;
    align-items: center;
    aspect-ratio: 1 / 1.5;
}
.section02 .image-container img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.section02 .item01 .image-container img {
    margin: 0 0 0 -10%;
}
.section02 .item02 .image-container img {
    margin: 0 0 0 -9%;
}
.section02 .item03 .image-container img {
    margin: 0 0 0 -3%;
}
.section02 .item04 .image-container img {
    width: 90%;
}
.section02 .item05 .image-container img {
    margin: 0 0 0 3%;
}
.section02 .item06 .image-container img {
    margin: 0 0 0 -2%;
    width: 115%;
}
.section02 .item figcaption {
    width: 111%;
    margin: 0 0 1em;
    line-height: 1.5;
    letter-spacing: 0.025em;
    text-align: left;
    font-size: clamp(12px, 1.31vw, 18px);
    font-weight: normal;
    color: #898989;
}
@media screen and (max-width:767px) {
    .section02 {
        margin: 7% auto 0;
        padding: 0 0 10%;
    }
    .section02 .item-container {
        width: 70%;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .section02 .image-container {
        justify-content: center;
    }
    .section02 .item {
        width: 37%;
        margin: 0 0 0;
    }
    .section02 .item figcaption {
        font-size: clamp(12px, 3.2vw, 18px);
    }
    .section02 .image-container img {
        margin: 0;
    }
    .section02 .item03 {
        margin: -8% 31% 0;
    }
    .section02 .item.item05 figcaption {
        width: 120%;
    }
    .section02 .item06 {
        margin: -14% 31% 5%;
    }
    .section02 .item.item06 figcaption {
        width: 150%;
        margin: 0 0 1em -24%;
    }
}
@media screen and (max-width: 374px) {
    .section02 .item03 {
        margin: -8% 31% -1%;
    }
    .section02 .image-container {
        width: auto;
        height: 130px;
    }
    .section02 .item figcaption {
        font-size: 11px;
    }
}

/* section03 */
.section03 {
    padding: 10% 0 5%;
    z-index: 2;
}
.section03 .box {
    width: 84%;
    aspect-ratio: 2 / 1;
    margin: 0 auto;
    padding: 9% 7% 9%;
    background: url(../img/sec03-001.png) no-repeat;
    background-size: cover;
    text-align: center;
}
.section03 h2 {
    margin: 0 0 1em;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-size: clamp(16px, 2.55vw, 35px);
    font-weight: normal;
    color: #898989;
}
.section03 p {
    line-height: 2;
    letter-spacing: 0.05em;
    font-size: clamp(12px, 1.8vw, 25px);
    color: #898989;
}
@media screen and (max-width: 767px) {
    .section03 {
        padding: 18% 0 5%;
    }
    .section03 .box {
        width: 92%;
        padding: 25% 0 25%;
        background: url(../img/sec03-001_sp.png) no-repeat;
        background-size: 100%;
    }
    .section03 h2 {
        margin: 0 0 1.5em;
        font-size: clamp(19px, 5.06vw, 25px);
    }
    .section03 p {
        font-size: clamp(13px, 3.6vw, 21px);
    }
}
@media screen and (max-width: 680px) {
    .section03 .box {
        padding: 21% 0 21%;
    }
}
@media screen and (max-width: 500px) {
    .section03 .box {
        padding: 14% 0 14%;
    }
}
@media screen and (max-width: 374px) {
    .section03 .box {
        padding: 16% 0 18%;
    }
    .section03 p {
        font-size: 12px;
    }
}

/* section04 */
.section04 {
    padding: 0 0 0;
    margin: -4% 0 0;
    z-index: 2;
}
.section04 .box-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 81%;
    margin: 0 auto;
}
.section04 .box-left {
    width: 62%;
    margin: 5% 0 0;
}
.section04 .box-right {
    position: relative;
    width: 48%;
    margin: -2% 0 0 0;
    left: -2%;
}
.section04 .box-right img {
    display: block;
    width: 100%;
    height: auto;
}
.section04 h2 {
    width: 52%;
    margin: 0 0 11%;
}
.section04 h2 img {
    display: block;
    width: 100%;
}
.section04 p {
    margin: 0 0 2em;
    line-height: 1.5;
    letter-spacing: 0.075em;
    font-size: clamp(11px, 1.46vw, 20px);
    color: #e46044;
}
.section04 .note {
    font-size: 0.5em;
}
.section04 .small {
    line-height: 1.5;
    letter-spacing: 0.075em;
    font-size: 0.75em;
}
.section04 li {
    color: #e46044;
}
.space_sp {
    display: none;
}
@media screen and (max-width:767px) {
    .section04 {
        margin: 0 0 0;
    }
    .section04 .box-container {
        flex-direction: column-reverse;
        width: 85%;
    }
    .section04 .box-right {
        width: 94%;
    }
    .section04 .box-left {
        width: 100%;
    }
    .section04 h2 {
        width: 53%;
    }
    .section04 p {
        font-size: clamp(11px, 3.0vw, 21px);
    }
    .section04 .small {
        letter-spacing: 0em;
    }
    .space_sp {
        display: inline-block;
    }
}
@media screen and (max-width: 374px) {
    .section04 .box-container {
        width: 90%;
    }
    .section04 p {
        font-size: 10px;
    }
}

/* section05 */
.section05 {
    padding: 3% 0 0;
    z-index: 2;
}
.section05 .box-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 84%;
    margin: 0 auto;
}
.section05 .box-left {
    width: 48%;
    margin: 0 0 0 -1%;
}
.section05 .box-right {
    width: 55%;
    margin: 6% -4% 0 0;
}
.section05 .box-left img {
    display: block;
    width: 100%;
    height: auto;
}
.section05 h2 {
    width: 44%;
    margin: 0 0 10%;
}
.section05 h2 img {
    display: block;
    width: 100%;
}
.section05 p {
    margin: 0 0 2em;
    line-height: 1.5;
    letter-spacing: 0.075em;
    font-size: clamp(11px, 1.46vw, 20px);
    color: #b48732;
}
.section05 .note {
    font-size: 0.5em;
}
.section05 .small {
    line-height: 1.5;
    letter-spacing: 0.075em;
    font-size: 0.75em;
}
.section05 li {
    color: #b48732;
}
@media screen and (max-width:767px) {
    .section05 .box-container {
        flex-direction: column;
        width: 84%;
    }
    .section05 .box-left {
        width: 95%;
    }
    .section05 .box-right {
        width: 100%;
        margin: -7% 0 0 0;
    }
    .section05 p {
        font-size: clamp(11px, 1.46vw, 20px);
    }
}
@media screen and (max-width: 374px) {
    .section05 .box-container {
        width: 90%;
    }
    .section05 p {
        font-size: 10px;
    }
}

/* section06 */
.section06 {
    padding: 0 0 2.5%;
    margin: -4% 0 0;
    z-index: 2;
}
.section06 .box-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 81%;
    margin: 0 auto;
}
.section06 .box-left {
    width: 47%;
    margin: 19% 0 0;
}
.section06 .box-right {
    width: 53%;
    margin: 0 -4% 0 0;
}
.section06 .box-right img {
    display: block;
    width: 100%;
    height: auto;
}
.section06 h2 {
    width: 66%;
    margin: 0 0 13%;
}
.section06 h2 img {
    display: block;
    width: 100%;
}
.section06 p {
    margin: 0 0 2em;
    line-height: 1.5;
    letter-spacing: 0.075em;
    font-size: clamp(11px, 1.46vw, 20px);
    color: #116458;
}
.section06 .note {
    font-size: 0.5em;
}
.section06 .small {
    line-height: 1.5;
    letter-spacing: 0.075em;
    font-size: 0.75em;
}
.section06 li {
    color: #116458;
}
@media screen and (max-width:1366px) {
    .section06 {
        margin: -8% 0 0;
    }

}
@media screen and (max-width:767px) {
    .section06 {
        margin: 3% auto 0;
        padding: 0 0 9%;
    }
    .section06 .box-container {
        flex-direction: column-reverse;
        width: 85%;
    }
    .section06 .box-left {
        width: 100%;
        margin: 4% 0 0;
    }
    .section06 .box-right {
        width: 94%;
    }
    .section06 h2 {
        width: 55%;
    }
    .section06 p {
        font-size: clamp(11px, 1.46vw, 20px);
    }
}
@media screen and (max-width: 374px) {
    .section06 .box-container {
        width: 90%;
    }
    .section06 p {
        font-size: 10px;
    }
}

/* section07 */
.section07 {
    position: relative;
    padding: 10% 0 0;
    z-index: 3;
}
.section07 .box {
    width: 84%;
    aspect-ratio: 2 / 1;
    margin: 0 auto;
    padding: 9% 7% 7%;
    background: url(../img/sec07-001.png) no-repeat;
    background-size: cover;
    text-align: center;
}
.section07 h2 {
    margin: 0 0 1em;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-size: clamp(16px, 2.55vw, 35px);
    font-weight: normal;
    color: #898989;
}
.section07 p {
    line-height: 2;
    letter-spacing: 0.05em;
    font-size: clamp(12px, 1.8vw, 25px);
    color: #898989;
}
@media screen and (max-width:767px) {
    .section07 {
        padding: 17% 0 0;
    }
    .section07 .box {
        width: 92%;
        padding: 21% 0 21%;
        background: url(../img/sec07-001_sp.png) no-repeat;
        background-size: 100%;
    }
    .section07 h2 {
        margin: 0 0 1.5em;
        font-size: clamp(19px, 5.06vw, 25px);
    }
    .section07 p {
        font-size: clamp(13px, 3.6vw, 21px);
    }
}
@media screen and (max-width: 500px) {
    .section07 .box {
        padding: 14% 0 14%;
    }
}
@media screen and (max-width: 374px) {
    .section07 p {
        font-size: 12px;
    }
}

/* section08 */
.section08 {
    padding: 9% 0 0;
    z-index: 2;
}
.section08 .box-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 89%;
    margin: 0 auto;
}
.section08 .box-left {
    width: 39%;
}
.section08 .box-right {
    width: 60%;
    margin: 0 0 0 1%;
}
.section08 .box-left img {
    display: block;
    width: 100%;
    height: auto;
}
.section08 h2 {
    width: 85%;
    margin: 0 0 10%;
}
.section08 h2 img {
    display: block;
    width: 100%;
}
.section08 p {
    margin: 0 0 2em;
    line-height: 1.5;
    letter-spacing: 0.075em;
    font-size: clamp(11px, 1.46vw, 20px);
    color: #106597;
}
.section08 .note {
    font-size: 0.5em;
}
.section08 .small {
    line-height: 1.5;
    letter-spacing: 0.075em;
    font-size: 0.75em;
}
.section08 li {
    color: #106597;
}
.co2 {
    font-size: .57em;
}
.spacer_pc {
    display: inline-block;
}
@media screen and (max-width:767px) {
    .section08 {
        margin: 0 0 0;
    }
    .section08 .box-container {
        flex-direction: column;
        width: 86%;
    }
    .section08 .box-left {
        width: 78%;
    }
    .section08 .box-right {
        width: 100%;
        margin: 2% 0 0 1%;
    }
    .section08 h2 {
        width: 98%;
    }
    .section08 p {
        font-size: clamp(11px, 1.46vw, 20px);
    }
    .section08 .small {
        margin: 3em 0 0;
    }
    .co2 {
        display: inline-block;
        position: relative;
        top: 0.1em;
        vertical-align: bottom;
        font-size: .57em;
        transform: scale(0.8, 0.8);
    }
    .spacer_pc {
        display: none;
    }
}
@media screen and (max-width: 374px) {
    .section08 .box-container {
        width: 90%;
    }
    .section08 p {
        font-size: 10px;
    }
}

/* section09 */
.section09 {
    padding: 0 0 0;
    margin: -2% 0 0;
    z-index: 2;
}
.section09 .box-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 84%;
    margin: 0 auto;
}
.section09 .box-left {
    width: 50%;
}
.section09 .box-right {
    width: 50%;
    margin: 0 0 0 0;
}
.section09 .box-right img {
    display: block;
    width: 100%;
    height: auto;
}
.section09 h2 {
    width: 72%;
    margin: 0 0 12%;
}
.section09 h2 img {
    display: block;
    width: 100%;
}
.section09 p {
    margin: 0 0 2em;
    line-height: 1.5;
    letter-spacing: 0.075em;
    font-size: clamp(11px, 1.46vw, 20px);
    color: #e46044;
}
.section09 .note {
    font-size: 0.5em;
}
.section09 .small {
    line-height: 1.5;
    letter-spacing: 0.075em;
    font-size: 0.75em;
}
.section09 li {
    color: #e46044;
}
@media screen and (max-width:767px) {
    .section09 {
        margin: 19% 0 0;
    }
    .section09 .box-container {
        flex-direction: column-reverse;
        width: 86%;
    }
    .section09 .box-left {
        width: 100%;
        margin: 3% 0 0;
    }
    .section09 .box-right {
        width: 88%;
    }
    .section09 h2 {
        width: 67%;
    }
    .section09 p {
        font-size: clamp(11px, 1.46vw, 20px);
    }
    .section09 .small {
        margin: 4em 0 0;
    }
}
@media screen and (max-width: 374px) {
    .section09 .box-container {
        width: 90%;
    }
    .section09 p {
        font-size: 10px;
    }
}

/* section10 */
.section10 {
    padding: 2% 0 6%;
    z-index: 2;
}
.section10 .box-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 84%;
    margin: 0 auto;
}
.section10 .box-left {
    width: 50%;
}
.section10 .box-right {
    width: 50%;
    margin: 8% 0 0 1%;
}
.section10 .box-left img {
    display: block;
    width: 100%;
    height: auto;
}

.section10 h2 {
    width: 85%;
    margin: 0 0 10%;
}
.section10 h2 img {
    display: block;
    width: 100%;
}
.section10 p {
    margin: 0 0 2em;
    line-height: 1.5;
    letter-spacing: 0.075em;
    font-size: clamp(11px, 1.46vw, 20px);
    color: #116458;
}
.section10 .note {
    font-size: 0.5em;
}
.section10 .small {
    line-height: 1.5;
    letter-spacing: 0.075em;
    font-size: 0.75em;
}
.section10 li {
    color: #116458;
}
@media screen and (max-width:767px) {
    .section10 {
        margin: 19% 0 10%;
        padding: 0 0 0;
    }
    .section10 .box-container {
        flex-direction: column;
        width: 86%;
    }
    .section10 .box-left {
        width: 98%;
        margin: 0 auto;
    }
    .section10 .box-right {
        width: 100%;
    }
    .section10 p {
        font-size: clamp(11px, 1.46vw, 20px);
    }
}
@media screen and (max-width: 374px) {
    .section10 .box-container {
        width: 90%;
    }
    .section10 p {
        font-size: 10px;
    }
}

/* section11 */
.section11 {
    padding: 12% 0 12%;
    z-index: 1;
}
.section11 h1 {
    position: relative;
    /* width: 377px; */
    width: 27.5%;
    height: auto;
    margin: 0 auto 4%;
    z-index: 2;
}
.section11 h1 img {
    display: block;
    width: 100%;
}
.section11 p {
    position: relative;
    margin: 0 0 2em;
    line-height: 2;
    letter-spacing: 0.04em;
    text-align: center;
    font-size: clamp(14px, 1.46vw, 20px);
    color: #898989;
    z-index: 2;
}
.section11 a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 327px; */
    width: 24%;
    /* height: 92px; */
    height: 5.5em;
    margin: 0 auto 1.7%;
    background: #E1E9ED;
    border-radius: 5.7px;
    text-decoration: none;
    line-height: 1;
    font-size: clamp(12px, 1.31vw, 18px);
    color: #898989;
    z-index: 2;
}
.section11 a span {
    display: block;
    height: auto;
    line-height: 1.1;
    letter-spacing: 0.05em;
}
.section11 a:hover {
    opacity: .7;
    transition: .4s;
}

.section11 .link {
    margin: 9% 0 0;
}
@media screen and (max-width:767px) {
    .section11 {
        padding: 12% 0 17%;
    }
    .section11 h1 {
        width: 60%;
        margin: 21% auto 12%;
    }
    .section11 p {
        width: 86%;
        margin: 0 auto 2em;
        font-size: clamp(12px, 3.2vw, 21px);
    }
    .section11 .link {
        margin: 40% 0 0;
    }
    .section11 a {
        width: 60%;
        margin: 0 auto 8%;
        font-size: clamp(12px, 3.2vw, 21px);
    }
}
@media screen and (max-width: 374px) {
    .section11 p {
        width: 90%;
        font-size: 11px;
    }
}

/* scroll */
.scroll_up {
    transition: 0.6s ease-in-out;
    transform: translateY( 3vh );
    opacity: 0;
}
.scroll_up.on {
    transform: translateY( 0 );
    opacity: 1.0;
}
.scroll_up_slow {
    transition: 1.2s ease-in-out;
    transform: translateY( 4vh );
    opacity: 0;
}
.scroll_up_slow.on {
    transform: translateY( 0 );
    opacity: 1.0;
}

/***** Display PC SP Togle *****/
.gen-disp_non {
    display: none !important;
}
.gen-disp_pc {
    display: block;
}
.gen-disp_sp,
.gen-disp_sp_inline {
    display: none;
}
@media screen and (max-width:767px) {
    .gen-disp_pc {
        display: none !important;
    }
    .gen-disp_sp {
        display: block;
    }
    .gen-disp_sp_inline {
        display: inline;
    }
}

ul.small {
    margin: 0 0 2em;
    list-style-type: none;
}
ul.small li {
    position: relative;
    padding-left: 3em;
    line-height: 1.5;
    letter-spacing: 0.075em;
    font-size: 0.75em;
}
.no1::before {
    position: absolute;
    content: "(1)";
    top: 0;
    left: 0;
}
.no2::before {
    position: absolute;
    content: "(2)";
    top: 0;
    left: 0;
}
.kakko {
    margin-left: -1em;
}

/* footer */
.footer-utility__list {
    display: flex;
    justify-content: flex-end;
    margin: 0 2em 2.5em 0;
    list-style-type: none;
}
.footer-utility__list li {
    margin: 1em 1.5em;
}
.footer-utility__list a {
    text-decoration: none;
    font-size: 1.2rem;
    color: #5c5c5c;
    transition: .25s;
}
.footer-utility__list a:hover {
    opacity: .7;
}
@media screen and (max-width:767px) {
    .footer-utility__list {
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }
}
@media screen and (max-width:400px) {
    .footer-utility__list {
        flex-direction: column;
        align-items: center;
        margin: 0 0 4em 0;
    }
    .footer-utility__list li {
        margin: .75em 0;
    }
}