@charset "UTF-8";
/* CSS Document */
body {
        font-family: "Zen Maru Gothic", serif;
        font-weight: 400;
        font-style: normal;
        /*background: url("../img/p0074_l.jpeg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;*/
        color: #784D26;
        z-index: -9999;
}
.bg {
        position: fixed;
        z-index: -2;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100vh;
        background: url("../img/p0074_l.jpeg") no-repeat;
        background-size: cover;
}
.pc-block {
        display: block
}
.pc-inline {
        display: inline
}
.sp-block, .sp-inline {
        display: none
}
h2 {
        font-size: 48px;
        text-align: center;
        padding-top: 150px;
        line-height: 1.5em;
        font-weight: bold;
}
h3 {
        font-size: 32px;
        text-align: center;
        padding-top: 2em;
        line-height: 1.2em;
}
h4 {
        font-size: 20px;
        text-align: center;
}
header {
        background-color: rgba(245, 237, 215, 1);
        padding-bottom: 10%;
        position: relative;
        z-index: 9999;
}
header::after {
        position: absolute;
        content: "";
        bottom: -75px;
        left: 50%;
        right: 50%;
        transform: translate(-50%, -50%);
        margin: auto;
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 50px 89px 0 89px;
        border-color: rgba(245, 237, 215, 1) transparent transparent transparent;
}
header div {
        padding: 0 20px;
        max-width: 1080px;
        margin: 0 auto;
}
header nav {
        padding: 20px 0 40px;
}
header nav a {
        width: 180px;
        display: block;
        transition: .2s;
}
header nav a:hover {
        opacity: .6;
        transition: .2s;
}
header nav a img {
        width: 100%;
        display: block;
}
header img {
        width: 100%;
}
section:nth-of-type(even) {
        background-color: rgba(245, 237, 215, 1);
}
section:nth-of-type(odd) {
        background-color: rgba(255, 255, 255, .7);
        /*z-index: -10;*/
        padding-bottom: 100px;
        position: relative; /*z-index設定のため*/
}
.osususme {
        padding-bottom: 150px;
        position: relative;
        z-index: 10;
}
.osususme::after {
        position: absolute;
        content: "";
        bottom: -75px;
        left: 50%;
        right: 50%;
        transform: translate(-50%, -50%);
        margin: auto;
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 50px 89px 0 89px;
        border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
}
.osususme h2 span {
        position: relative;
        z-index: 9999;
}
.osususme h2 span::after {
        position: absolute;
        content: "";
        width: 285px;
        height: 20px;
        left: 0;
        bottom: 0;
        background: #ffee95;
        z-index: -10;
}
.yoyaku {
        position: relative;
        z-index: 3;
}
.yoyaku::after {
        position: absolute;
        content: "";
        bottom: -75px;
        left: 50%;
        right: 50%;
        transform: translate(-50%, -50%);
        margin: auto;
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 50px 89px 0 89px;
        border-color: rgba(245, 237, 215, 1) transparent transparent transparent;
}
.band_wrap {
        padding-bottom: 100px;
}
.band_wrap .circle {
        width: 320px;
        height: 320px;
        background-color: #FFFBF0;
        border-radius: 50%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: inset -2px 2px 2px rgba(0, 0, 0, .1);
}
.band_wrap .circle img {
        width: 219.4px;
        height: 207.19px;
        display: block;
}
.band_wrap h2 {
        padding-bottom: 20px;
        position: relative;
}
.band_wrap h2:before, .band_wrap h2:after {
        position: relative;
        display: inline-block;
        content: "";
        background: #784D26;
        width: 4px;
        height: 1.3em;
        margin: 0 1em;
        margin-top: -.2em;
        vertical-align: middle;
}
.band_wrap h2:before {
        transform: rotate(-35deg);
}
.band_wrap h2:after {
        transform: rotate(35deg);
}
.band_wrap h4 {
        padding-top: 20px;
        line-height: 1.2em;
}
.chatbot {
        z-index: -20;
        position: relative;
}
/*.chatbot .prologue {
        padding: 0 20px;
}*/
.chatbot::after {
        position: absolute;
        content: "";
        bottom: -75px;
        left: 50%;
        right: 50%;
        transform: translate(-50%, -50%);
        margin: auto;
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 50px 89px 0 89px;
        border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
}
.chatbot .prologue ul {
        width: 1080px;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
}
.chatbot .prologue ul li {
        width: 340px;
        text-align: center;
        font-size: 28px;
        line-height: 3em;
        border: 4px dashed #784D26;
        border-radius: 20px;
        background-color: #F5EDD7;
}
.chatbot h3 {
        padding: 150px 0 100px 0;
}
.chatbot h3:nth-of-type(2) {
        padding: 5px 0 100px 0;
}
.chatbot h2 {
        padding-top: 1em;
}
.chatbot h2 .border_wrap {
        position: relative;
}
.chatbot h2 .border_wrap::after {
        position: absolute;
        content: "";
        width: 185px;
        height: 20px;
        left: 0;
        bottom: 0;
        background: #ffee95;
        z-index: -10;
}
.chatbot h2 span .big {
        font-size: 2em;
}
.chatbot .flow {
        border-top: 4px dashed #784D26;
        max-width: 1080px;
        padding: 0 20px;
        margin: 0 auto;
}
.flow ul li div {
        font-size: 48px;
        padding-right: 10px;
}
.flow > ul {
        padding-top: 80px;
}
.flow > ul > li {
        padding-bottom: 50px;
}
.flow ul li:last-of-type {
        padding-bottom: 0;
}
.flow ul li {
        font-size: 32px;
        display: flex;
        align-items: baseline;
}
.flow ul li:nth-of-type(2) {
        display: flex;
        align-items: baseline;
}
.flow ul li p {
        font-size: 18px;
        display: flex;
        align-items: center;
        padding-top: 0.2em;
}
.flow > ul > li:nth-of-type(3) p {
        /*line-height: 2.4em;*/
}
.flow ul li p img {
        display: block;
        width: 140px;
        padding: 0 2px;
}
.chatbot {
        z-index: 2;
}
.chatbot .screen {
        max-width: 972px;
        padding: 100px 20px 0;
        margin: 0 auto;
        /*padding-bottom: 100px;*/
}
.chatbot .screen div {
        display: flex;
        flex-direction: column;
        align-items: center;
}
.chatbot .screen .title img {
        display: block;
        width: 35px;
        height: auto;
        margin-right: 0.1em;
}
/*.chatbot .screen .title {
        font-size: 22px;
        line-height: 2.5em;
        color: #FFF;
        background-color: #784D26;
        width: 350px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 15px;
}*/
.chatbot .screen .title {
    font-size: 32px;
    line-height: 2.5em;
    color: #784D26;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 6px double #784D26;
    border-bottom: 6px double #784D26;
}
.chatbot .screen p {
        font-size: 18px;
        padding-top: 20px;
        display: flex;
        align-items: center;
}
.chatbot .screen p img {
        display: block;
        width: 74px;
        height: auto;
        padding: 0 8px 9px;
}
.chatbot .screen ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 50px;
        gap: 2.7785%;
}
.chatbot .screen ul li {
        width: 31.481%;
        height: auto;
        margin-bottom: 24px;
}
.chatbot .screen ul li:nth-of-type(n+4) {
        margin-bottom: 0;
}
.chatbot .screen ul li img {
        width: 100%;
        display: block;
}
.kengaku {
        position: relative;
        z-index: 1;
}
.kengaku::after {
        position: absolute;
        content: "";
        bottom: -75px;
        left: 50%;
        right: 50%;
        transform: translate(-50%, -50%);
        margin: auto;
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 50px 89px 0 89px;
        border-color: rgba(245, 237, 215, 1) transparent transparent transparent;
}
.kengaku .circle img {
        display: block;
        width: 258px;
        height: 171px;
}
.point {
        z-index: 0;
        padding-left: 20px;
        padding-right: 20px;
}
.point h2 {
        display: flex;
        justify-content: center;
        align-items: center;
}
.point h2 img {
        display: block;
        width: 54px;
        height: auto;
}
.point > div {
        max-width: 972px;
        border-top: 4px dashed #784D26;
        margin: 100px auto 0;
        padding-top: 180px;
        /*padding: 180px 20px 0;*/
}
.point > div > ul > li {
        padding-bottom: 100px;
        width: 456px;
}
.point > div > ul > li:last-of-type {
        padding-bottom: 0;
}
.point ul li .outer {
        width: 138px;
        height: 138px;
        border-radius: 50%;
        background: #F5EDD7;
        display: flex;
        justify-content: center;
        align-items: center;
}
.point ul li .inner {
        width: 128px;
        height: 128px;
        border-radius: 50%;
        border: 2px dashed #FFF;
        background: #F5EDD7;
        display: flex;
        justify-content: center;
        align-items: center;
}
.point ul li .inner p {
        font-size: 68px;
        text-align: center;
        font-weight: bold;
}
.point ul li .inner span {
        display: block;
        font-size: 0.411em;
}
.point ul li dl dt {
        font-size: 24px;
        padding-bottom: 0.25em;
        font-weight: bold;
}
.point ul li dl dd {
        font-size: 18px;
        line-height: 1.6em;
}
.point div > ul > li > ul {
        position: relative;
}
.point div > ul > li:nth-of-type(even) {
        margin-left: auto;
}
.point div > ul > li > ul > li:nth-of-type(1) {
        position: absolute;
        z-index: -1;
        top: -80px;
        left: -90px;
}
.point div > ul > li:nth-of-type(odd) {
        margin-left: 90px;
}
.point .btn_upper {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        padding: 100px 0 0.5em 0;
}
.point .btn {
        width: 380px;
        font-size: 24px;
        line-height: 2.5em;
        background-color: #EC7A9B;
        border-radius: 30px;
        margin: 0 auto;
}
.point .btn a {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 30px;
        border: 3px solid #FFF;
        text-decoration: none;
        color: #FFF;
        box-shadow: 0px 9px 15px -7px #000;
        transition: .1s;
}
.point .btn a:hover {
        box-shadow: none;
        transition: .1s;
}
footer {
        background-color: rgb(120 77 39);
        padding-top: 100px;
}
footer > div {
        max-width: 972px;
        width: 98%;
        margin: 0 auto;
        display: flex;
        align-items: center;
}
footer p {
        font-size: 36px;
        color: #EC7A9B;
        font-weight: bold;
        padding-bottom: 40px;
}
footer p span {
        display: block;
        font-size: 27px;
        color: #FFF;
        font-weight: inherit;
        padding-top: 0.5em;
}
footer .left ul li {
        font-size: 18px;
        line-height: 1.25em;
        color: #FFF;
}
footer .left ul li:nth-of-type(3) {
        font-size: 56px;
        line-height: 1em;
        font-weight: bold;
        display: flex;
        align-items: baseline;
        padding-bottom: 40px;
        color: #FFF;
}
footer .left ul li:nth-of-type(3) a {
        text-decoration: none;
        color: #FFF;
}
footer .left ul li img {
        display: block;
        width: 50px;
        height: 29.55px;
        padding-right: 0.1em;
}
footer .left .btn {
        width: 380px;
        font-size: 24px;
        line-height: 2.5em;
        background-color: #EC7A9B;
        border-radius: 30px;
}
footer .left .btn a {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 30px;
        border: 3px solid #FFF;
        text-decoration: none;
        color: #FFF;
        box-shadow: 0px 9px 15px -7px #000;
        transition: .1s;
}
footer .left .btn a:hover {
        box-shadow: none;
        transition: .1s;
}
footer .left .btn img {
        display: block;
        width: 34px;
        height: 34px;
        margin-right: 2px;
}
footer .circle {
        width: 280px;
        height: 280px;
        background-color: #FFFBF0;
        border-radius: 50%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: inset -2px 2px 2px rgba(0, 0, 0, .1);
}
footer .circle img {
        width: 200px;
        height: 188.75px;
        display: block;
}
footer nav ul {
        display: flex;
        justify-content: flex-end;
        margin: 60px 2% 0 0;
        padding-bottom: 0.5em;
}
footer nav a {
        display: block;
        text-decoration: none;
        color: #FFF;
        font-size: 15px;
        transition: .2s;
}
footer nav a:hover {
        opacity: .6;
        transition: .2s;
}
footer nav li:nth-of-type(1) a {
        margin-right: 1em
}
.copy {
        font-size: 8px;
        text-align: center;
        line-height: 1.6em;
        background: #FFF;
}
.scr-target {
        opacity: 0;
        transform: translate3d(0, 30px, 0);
}
.scr-target.is-active {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        transition: 1s;
}
@media screen and (max-width:960px) {
        h2 {
                font-size: 36px;
        }
        h3 {
                font-size: 24px;
        }
        .osususme h2 span::after {
                width: 212px;
        }
        .chatbot {
                width: inherit;
                padding: 0 20px;
        }
        .chatbot .flow {
                padding-left: 0;
                padding-right: 0;
        }
        .chatbot .screen {
                padding-left: 0;
                padding-right: 0;
        }
        .chatbot h2 .border_wrap::after {
                left: -224px;
        }
        .chatbot h3 {
                padding: 100px 0 100px 0;
        }
        .chatbot .prologue ul {
                width: 100%;
        }
        .chatbot .prologue ul li {
                width: 32%;
                font-size: 21px;
                border: 3px dashed #784D26;
        }
        .chatbot .flow ul li {
                font-size: 24px;
        }
        .flow ul li p {
                padding-top: 1em;
                flex-direction: column;
                text-align: center;
                margin: 0 auto;
                gap: 10px;
        }
        .point ul li .outer {
                width: 82.8px;
                height: 82.8px;
        }
        .point ul li .inner {
                width: 76.8px;
                height: 76.8px;
                border-radius: 50%;
                border: 2px dashed #FFF;
                background: #F5EDD7;
                display: flex;
                justify-content: center;
                align-items: center;
        }
        .point ul li .inner p {
                font-size: 40.8px;
                text-align: center;
                font-weight: bold;
        }
        .point ul li .inner span {
                display: block;
                font-size: 0.411em;
        }
        .point ul li dl dt {
                font-size: 17px;
        }
        .point ul li dl dd {
                font-size: 15px;
        }
        .point div > ul > li > ul > li:nth-of-type(1) {
                top: -60px;
                left: -70px;
        }
        .point div > ul > li:nth-of-type(odd) {
                margin-left: 70px;
        }
        footer p {
                font-size: 24px;
        }
        footer p span {
                font-size: 24px;
        }
        footer .left ul li:nth-of-type(3) {
                font-size: 42px;
                align-items: flex-end
        }
        footer .left .btn {
                width: 320px;
                font-size: 18px;
        }
        @media screen and (max-width:768px) {
                .pc-block {
                        display: none
                }
                .sp-block {
                        display: block
                }
                header nav {
                        padding: 20px 0 0 0;
                }
                header nav a {
                        width: 110px;
                }
                header::after {
                        border-width: 40px 71.2px 0 71.2px;
                        bottom: -60px;
                }
                h2 {
                        font-size: 24px;
                        padding-top: 100px;
                        letter-spacing: -1.5px;
                }
                h3 {
                        font-size: 24px;
                }
                .osususme h2 span::after {
                        width: 133px;
                        height: 10px;
                }
                .band_wrap h2:after {
                        width: 2px;
                }
                .band_wrap h2:before, .band_wrap h2:after {
                        width: 2px;
                }
                .band_wrap .circle {
                        width: 240px;
                        height: 240px;
                        /*box-shadow: inset -4px 11px 11px rgba(0, 0, 0, .3);*/
                }
                .band_wrap .circle img {
                        width: 175.2px;
                        height: 165.752px;
                }
                .chatbot h2 .border_wrap::after {
                        width: 87px;
                }
                .chatbot h3:nth-of-type(2) {
                        padding: 50px 0 100px 0;
                        line-height: 1.5em;
                }
                .chatbot .prologue ul li {
                        width: 31%;
                        font-size: 15px;
                        border: 2px dashed #784D26;
                }
                .chatbot .screen {
                        padding-top: 100px;
                        padding-bottom: 0;
                }
                .chatbot .screen ul {
                        margin-top: 10px;
                }
                .chatbot .screen ul li:nth-of-type(n+4) {
                        margin-bottom: 24px;
                }
                .chatbot .screen ul li:last-of-type {
                        margin-bottom: 0;
                }
                .osususme::after {
                        bottom: -60px;
                        border-width: 40px 71.2px 0 71.2px;
                }
                .yoyaku::after {
                        bottom: -60px;
                        border-width: 40px 71.2px 0 71.2px;
                }
                .chatbot .prologue ul {
                        flex-direction: column;
                        gap: 10px;
                }
                .chatbot .prologue ul li {
                        width: 100%;
                        box-sizing: border-box;
                        border-radius: 0;
                        line-height: 4em;
                        font-weight: bold;
                }
                .chatbot h2 .border_wrap::after {
                        height: 10px;
                }
                .chatbot::after {
                        bottom: -60px;
                        border-width: 40px 71.2px 0 71.2px;
                }
                .flow > ul > li {
                        padding-bottom: 20px;
                }
                .flow > ul > li:last-of-type {
                        padding-bottom: 0;
                }
                .flow ul li div {
                        font-size: 24px;
                        padding-right: 4px;
                }
                .chatbot .flow {
                        border-top: 2px dashed #784D26;
                }
                .chatbot .flow ul li {
                        font-size: 20px;
                        line-height: 1.2em;
                }
                .chatbot .flow ul li:nth-of-type(3) p {
                        padding-top: 0;
                }
                .flow ul li p img {
                        width: 180px;
                }
                .chatbot .screen .title {
                        font-size: 24px;
                }
                .chatbot .screen .title img {
                        width: 22px;
                }
                .chatbot .screen p {
                        padding-top: 20px;
                        justify-content: center;
                        padding-left: 0;
                }
                .chatbot .screen ul li {
                        width: 100%;
                        /*margin-bottom: 20px;*/
                }
                /*.chatbot .screen ul li:nth-of-type(n+4) {
    margin-bottom: 20px;
}*/
                .kengaku::after {
                        bottom: -60px;
                        border-width: 40px 71.2px 0 71.2px;
                }
                .kengaku .circle img {
                        width: 206.4px;
                        height: 136.8px;
                }
                .point > div {
                        padding-top: 100px;
                        border-top: 2px dashed #784D26;
                }
                .point > div > ul > li {
                        padding-bottom: 80px;
                        width: 80%;
                }
                .point div > ul > li:nth-of-type(even) {
                        margin-left: 55px;
                }
                .point ul li dl dt {
                        font-size: 19.2px;
                }
                .point ul li dl dd {
                        font-size: 14.4px;
                }
                .point div > ul > li > ul > li:nth-of-type(1) {
                        top: -40px;
                        left: -55px;
                }
                .point div > ul > li:nth-of-type(odd) {
                        margin-left: 55px;
                }
                .point .btn_upper {
                        font-size: 16px;
                        line-height: 1.2em;
                        font-weight: bold;
                        text-align: center;
                        padding: 50px 0 0.5em 0;
                }
                .point .btn {
                        width: 100%;
                        font-size: 20px;
                        line-height: 2.5em;
                        background-color: #EC7A9B;
                        border-radius: 30px;
                        margin: 0 auto;
                }
                .point .btn a {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        border-radius: 30px;
                        border: 3px solid #FFF;
                        text-decoration: none;
                        color: #FFF;
                        box-shadow: 0px 9px 15px -7px #000;
                        transition: .1s;
                }
                .point .btn a:hover {
                        box-shadow: none;
                        transition: .1s;
                }
                footer > div {
                        display: block;
                        text-align: center;
                }
                footer .left ul li {
                        font-size: 14px;
                }
                footer .left ul li:nth-of-type(3) {
                        justify-content: center;
                }
                footer .left .btn {
                        margin: 0 auto;
                }
                footer .circle {
                        display: none;
                }
                footer nav ul {
                        justify-content: center;
                        margin: 60px 0 0 0;
                }
        }