@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,
a,
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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1.5;
}
a {
    color: inherit;
    text-decoration: none;
}
ul,
li {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    width: 100%;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}
html {
    scroll-behavior: smooth;
}
.container {
    font-family: "Zen Maru Gothic", serif;
    overflow: hidden;
    letter-spacing: 0.08em;
    line-height: 1.5;
    font-weight: 600;
    color: #000;
}
.container .commonSection {
    margin-bottom: 56px;
}
.container .commonSection .sectionTitle {
    font-size: 40px;
    color: #915600;
    text-align: center;
    line-height: 1.3;
}
.container .commonSection .sectionTitle .big {
    display: block;
    font-size: 80px;
    font-weight: 500;
}
.container .commonCta {
    text-align: center;
}
.container .commonCta .ctaHeading {
    font-size: 28px;
    color: #ffa412;
    margin-bottom: 15px;
}
.container .commonCta .btn {
    width: 500px;
    height: auto;
    padding: 18px 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(#ffdb1b, #fd7401);
    border-radius: 50px;
    border: 2px solid #fd7401;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
}
.container .commonCta .btn span {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
.container .commonCta .btn img {
    display: inline-block;
    width: 20px;
    height: auto;
    transform: translateY(-45%);
    position: absolute;
    top: 50%;
    right: 15px;
}
.container .commonCta .btn:after {
    content: "";
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shine 3s ease-in-out 0s infinite;
    position: absolute;
    top: -180px;
    left: 0;
    opacity: 0;
    transform: rotate(45deg);
}
@media (max-width: 768px) {
    .container .commonSection {
        margin-bottom: 32px;
    }
    .container .commonSection .sectionTitle {
        font-size: 32px;
    }
    .container .commonSection .sectionTitle .big {
        font-size: 60px;
    }
    .container .commonSection .sectionTitle .br-tab {
        display: block;
    }
    .container .commonCta .ctaHeading {
        font-size: 25px;
    }
    .container .commonCta .btn {
        width: 430px;
    }
    .container .commonCta .btn span {
        font-size: 18px;
    }
}
@media (max-width: 480px) {
    .container .commonSection .sectionTitle {
        font-size: 24px;
    }
    .container .commonSection .sectionTitle .big {
        font-size: 40px;
    }
    .container .commonSection .sectionTitle .br-sp {
        display: block;
    }
    .container .commonCta .btn {
        width: 90%;
        padding: 10px 0;
    }
    .container .commonCta .btn span {
        font-size: 16px;
    }
    .container .commonCta .btn .sp {
        display: block;
    }
}
.header {
    width: 100%;
    max-width: 1800px;
    margin: auto;
    border-bottom: 2px solid #915600;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 9;
}
.header .headerInner {
    height: 50px;
    padding: 12px 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.header .headerInner .headerLogo {
    display: block;
    width: 200px;
    height: auto;
}
.header .headerInner .headerCatch .empha {
    color: #ff5f10;
}
@media (max-width: 480px) {
    .header .headerInner {
        padding: 5px 10px;
    }
    .header .headerInner .headerLogo {
        width: 150px;
    }
    .header .headerInner .headerCatch {
        font-size: 14px;
    }
}
@media (max-width: 375px) {
    .header .headerInner {
        gap: 10px;
    }
    .header .headerInner .headerLogo {
        width: 120px;
    }
}
.fv {
    width: 100%;
    height: 700px;
    max-width: 1800px;
    margin: auto;
    background-image: url(../image/fvBg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 74px;
}
.fv .fvInner {
    padding-top: 30px;
}
.fv .fvInner .fvLogo {
    display: block;
    width: 200px;
    height: auto;
    margin: auto;
}
.fv .fvInner .fvMain {
    width: 1000px;
    margin: auto;
    margin-top: 80px;
}
.fv .fvInner .fvMain .fvCatch {
    font-size: 32px;
    margin-bottom: 15px;
}
.fv .fvInner .fvMain .fvTitle {
    color: #915600;
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 25px;
    line-height: 1.2;
    letter-spacing: 0;
}
.fv .fvInner .fvMain .fvTitle .sm {
    font-size: 50px;
    display: block;
}
.fv .fvInner .fvMain .fvList {
    display: flex;
    gap: 12px;
}
.fv .fvInner .fvMain .fvList .fvItem {
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    position: relative;
}
.fv .fvInner .fvMain .fvList .fvItem .fvItemBg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.fv .fvInner .fvMain .fvList .fvItem .fvItemHeading {
    text-align: center;
    position: relative;
    z-index: 2;
    color: #c65522;
    font-size: 20px;
    line-height: 1.3;
}
.fv .fvInner .fvSp {
    display: none;
}
@media (max-width: 1080px) {
    .fv {
        background-position: -400px center;
    }
    .fv .fvInner .fvMain {
        width: 90%;
    }
}
@media (max-width: 768px) {
    .fv {
        height: auto;
        background-image: none;
    }
    .fv .fvInner {
        padding-top: 0;
    }
    .fv .fvInner .fvLogo {
        display: none;
    }
    .fv .fvInner .fvMain {
        display: none;
    }
    .fv .fvInner .fvSp {
        display: block;
    }
}
@media (max-width: 480px) {
    .fv {
        margin-top: 62px;
    }
}
.survey {
    width: 100%;
    max-width: 1800px;
    margin: auto;
    text-align: center;
    padding-top: 140px;
    margin-top: -100px;
    margin-bottom: -220px;
    transform: translateY(-140px);
}
.survey .surveyInner {
    display: inline-block;
    position: relative;
}
.survey .surveyInner .surveyMain {
    width: 450px;
    height: auto;
    min-height: 450px;
    background-color: #fff;
    border: 2px solid #915600;
    border-radius: 12px;
    margin: auto;
    transform: translateY(-140px);
    margin-top: 100px;
    margin-bottom: -100px;
}
.survey .surveyInner .surveyMain .surveybox {
    position: relative;
    width: 100%;
    padding-top: 50px;
}
.survey .surveyInner .surveyMain .surveybox .surveyCatch {
    display: inline-block;
    position: relative;
    height: 45px;
    text-align: center;
    box-sizing: border-box;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}
.survey .surveyInner .surveyMain .surveybox .surveyCatch:before {
    content: "";
    position: absolute;
    width: 10px;
    bottom: -10px;
    left: -35px;
    z-index: -2;
    border: 20px solid #e03431;
    border-left-color: transparent;
}
.survey .surveyInner .surveyMain .surveybox .surveyCatch:after {
    content: "";
    position: absolute;
    width: 10px;
    bottom: -10px;
    right: -35px;
    z-index: -2;
    border: 20px solid #e03431;
    border-right-color: transparent;
}
.survey .surveyInner .surveyMain .surveybox .surveyCatch .surveyCatchHeading {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0 50px;
    line-height: 45px;
    font-size: 24px;
    color: #fff;
    white-space: nowrap;
    font-family: "M PLUS 1p", sans-serif;
    background: #e84840;
}
.survey .surveyInner .surveyMain .surveybox .surveyCatch .surveyCatchHeading:before {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 15px #554644;
}
.survey .surveyInner .surveyMain .surveybox .surveyCatch .surveyCatchHeading:after {
    position: absolute;
    content: "";
    top: 100%;
    right: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-left: solid 15px #554644;
}
.survey .surveyInner .surveyMain .surveybox .topHeading {
    margin-bottom: 10px;
    font-family: "M PLUS 1p", sans-serif;
}
.survey .surveyInner .surveyMain .surveybox .topHeading p {
    font-size: 16px;
    margin-bottom: 0;
    letter-spacing: 0;
}
.survey .surveyInner .surveyMain .surveybox .statusBar {
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 5px 0;
    margin-bottom: 15px;
}
.survey .surveyInner .surveyMain .surveybox .statusBar .statusItem {
    width: 25%;
    font-size: 16px;
    color: #fff;
    background-color: #ffe0e0;
    border-right: 1px solid #fff;
    margin-top: 0;
}
.survey .surveyInner .surveyMain .surveybox .statusBar .statusItem.current {
    background-color: #ffa412;
    border-right: none;
}
.survey .surveyInner .surveyMain .surveybox .statusBar .statusItem:first-child {
    border-radius: 20px 0 0 20px;
}
.survey .surveyInner .surveyMain .surveybox .statusBar .statusItem:last-child {
    border-radius: 0 20px 20px 0;
    border-right: none;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyText {
    font-size: 16px;
    margin-bottom: 15px;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyText .comment {
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .wpcf7-form-control-wrap {
    display: block;
    width: 80%;
    margin: auto;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .wpcf7-form-control-wrap .wpcf7-radio,
.survey .surveyInner .surveyMain .surveybox .surveyForm .wpcf7-form-control-wrap .wpcf7-checkbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px 10px;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item,
.survey .surveyInner .surveyMain .surveybox .surveyForm .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
    width: calc(50% - 5px);
    margin-left: 0;
}
.survey
    .surveyInner
    .surveyMain
    .surveybox
    .surveyForm
    .wpcf7-form-control-wrap
    .wpcf7-radio
    .wpcf7-list-item
    input[type="checkbox"],
.survey
    .surveyInner
    .surveyMain
    .surveybox
    .surveyForm
    .wpcf7-form-control-wrap
    .wpcf7-checkbox
    .wpcf7-list-item
    input[type="checkbox"] {
    display: none;
}
.survey
    .surveyInner
    .surveyMain
    .surveybox
    .surveyForm
    .wpcf7-form-control-wrap
    .wpcf7-radio
    .wpcf7-list-item
    input[type="radio"],
.survey
    .surveyInner
    .surveyMain
    .surveybox
    .surveyForm
    .wpcf7-form-control-wrap
    .wpcf7-checkbox
    .wpcf7-list-item
    input[type="radio"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
.survey
    .surveyInner
    .surveyMain
    .surveybox
    .surveyForm
    .wpcf7-form-control-wrap
    .wpcf7-radio
    .wpcf7-list-item
    input:checked
    + .wpcf7-list-item-label,
.survey
    .surveyInner
    .surveyMain
    .surveybox
    .surveyForm
    .wpcf7-form-control-wrap
    .wpcf7-checkbox
    .wpcf7-list-item
    input:checked
    + .wpcf7-list-item-label {
    background-color: #ffa412;
    color: #fff;
}
.survey
    .surveyInner
    .surveyMain
    .surveybox
    .surveyForm
    .wpcf7-form-control-wrap
    .wpcf7-radio
    .wpcf7-list-item
    .wpcf7-list-item-label,
.survey
    .surveyInner
    .surveyMain
    .surveybox
    .surveyForm
    .wpcf7-form-control-wrap
    .wpcf7-checkbox
    .wpcf7-list-item
    .wpcf7-list-item-label {
    border: 3px solid #ffa412;
    color: #ffa412;
    border-radius: 15px;
    font-size: 18px;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    cursor: pointer;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .input {
    display: block;
    width: 80%;
    margin: auto;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .input .wpcf7-form-control-wrap {
    width: 100%;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .input .wpcf7-form-control-wrap .wpcf7-text {
    font-size: 16px;
    height: 36px;
    border: 1px solid #d8d8d8;
    width: calc(100% - 14px);
    padding-left: 8px;
    border-radius: 5px;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .input .wpcf7-form-control-wrap .wpcf7-select {
    font-size: 16px;
    height: 40px;
    border: 1px solid #d8d8d8;
    width: calc(100% - 0px);
    padding-left: 8px;
    border-radius: 5px;
    color: #757575;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .input span {
    display: block;
    text-align: left;
    margin-bottom: 4px;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .input-flex {
    display: flex;
    gap: 5px;
    margin-top: 25px;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .input-flex .input-item {
    width: 33%;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .btnWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 80%;
    margin: auto;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .previous {
    width: 50%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .previous input[type="button"] {
    cursor: pointer;
    width: 100%;
    background-color: #a3a3a3;
    color: #fff;
    border-radius: 50px;
    box-shadow: 2px 4px 0 0 #6b6666;
    font-size: 16px;
    border: none;
    padding: 5px 0;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .previous:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../image/arrowIcon2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .screen-reader-response,
.survey .surveyInner .surveyMain .surveybox .surveyForm .wpcf7-response-output {
    display: none;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList {
    position: relative;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .surveyFormItem {
    width: 450px;
    position: relative;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .surveyFormItem.selected .submit {
    pointer-events: auto;
    opacity: 1;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .slick-arrow {
    width: 80%;
    height: 50px;
    top: auto;
    bottom: 0;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .slick-arrow:before {
    width: 100% !important;
    height: 44.5px !important;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    opacity: 1;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .slick-arrow.slick-disabled:before {
    display: none;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .slick-next {
    bottom: 60px;
    right: 10%;
    z-index: 9;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .slick-next .slick-next-wrap {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .slick-next .slick-next-wrap:before {
    content: "";
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shine 3s ease-in-out 0s infinite;
    position: absolute;
    top: -180px;
    left: 0;
    opacity: 0;
    transform: rotate(45deg);
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .slick-next:before {
    content: "つぎへ" !important;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-color: #ffa412;
    color: #fff;
    border-radius: 50px;
    box-shadow: 0 4px 0 0 #a5680e;
    font-size: 24px;
    font-weight: 600;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .slick-next:after {
    content: "";
    width: 50px;
    height: 60px;
    background-image: url(../image/formHand.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 13px;
    right: -10px;
    animation: bigsmall 0.5s ease 0s infinite alternate;
    transform-origin: center;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .slick-prev {
    bottom: -10px;
    left: 40px;
    z-index: 9;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .slick-prev:before {
    content: "もどる" !important;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-color: #a3a3a3;
    color: #fff;
    border-radius: 50px;
    box-shadow: 0 4px 0 0 #5c4b4b;
    font-size: 24px;
    font-weight: 600;
    left: 3px;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .slick-prev:after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../image/arrowIcon2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 13px;
    left: 13px;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .slick-list {
    padding-bottom: 40px !important;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .slick-disabled {
    display: none !important;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .submit {
    width: 80%;
    height: 46px;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 3;
    margin-bottom: 25px;
    pointer-events: none;
    opacity: 0.2;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .submit p {
    height: 100%;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .submit input[type="submit"] {
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-color: #ffa412;
    color: #fff;
    border-radius: 50px;
    box-shadow: 0 4px 0 0 #a5680e;
    font-size: 24px;
    font-weight: 600;
    border: none;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .submit .wpcf7-spinner {
    display: none;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .submit:after {
    content: "";
    width: 50px;
    height: 60px;
    background-image: url(../image/formHand.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 13px;
    right: -10px;
    animation: bigsmall 0.5s ease 0s infinite alternate;
    transform-origin: center;
    will-change: transform;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .wpcf7-not-valid-tip {
    display: none;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .acceptance {
    margin-top: 10px;
    margin-bottom: 20px;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .acceptance p {
    display: flex;
    align-items: center;
    justify-content: center;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .acceptance p .wpcf7-form-control-wrap {
    margin-right: 5px;
    display: block;
    width: auto;
    margin: 0;
    transform: translateY(2px);
}
.survey
    .surveyInner
    .surveyMain
    .surveybox
    .surveyForm
    .surveyFormList
    .acceptance
    p
    .wpcf7-form-control-wrap
    .wpcf7-list-item {
    margin-left: 0;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .acceptance p .wpcf7-form-control-wrap input {
    width: 18px;
    height: 18px;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .next-step {
    width: 80%;
    pointer-events: none;
    opacity: 0.2;
    position: relative;
    background-color: transparent;
    border: none;
    height: 48px;
    margin-bottom: 25px;
    padding: 0;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .next-step:before {
    display: flex;
    align-items: center;
    justify-content: center;
    content: "つぎへ" !important;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-color: #ffa412;
    color: #fff;
    border-radius: 50px;
    box-shadow: 0 4px 0 0 #a5680e;
    font-size: 24px;
    font-weight: 600;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .next-step:after {
    content: "";
    width: 50px;
    height: 60px;
    background-image: url(../image/formHand.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 13px;
    right: -10px;
    animation: bigsmall 0.5s ease 0s infinite alternate;
    transform-origin: center;
    will-change: transform;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .wpcf7-form-control-wrap.selected ~ .next-step {
    pointer-events: auto;
    opacity: 1;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .prev-step {
    width: 80%;
    position: relative;
    background-color: transparent;
    border: none;
    height: 48px;
    padding: 0;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .prev-step:before {
    display: flex;
    align-items: center;
    justify-content: center;
    content: "もどる" !important;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-color: #a3a3a3;
    color: #fff;
    border-radius: 50px;
    box-shadow: 0 4px 0 0 #5c4b4b;
    font-size: 24px;
    font-weight: 600;
}
.survey .surveyInner .surveyMain .surveybox .surveyForm .prev-step:after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../image/arrowIcon2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 15px;
    left: 15px;
}
.survey .surveyInner .surveySub {
    margin-bottom: -100px;
}
.survey .surveyInner .surveySub .surveyList {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: absolute;
    top: 50%;
    left: -300px;
    transform: translateY(-50%);
}
.survey .surveyInner .surveySub .surveyList .surveyItem {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    border-radius: 6px;
    padding: 15px 10px;
}
.survey .surveyInner .surveySub .surveyList .surveyItem .icon {
    width: 25px;
    height: auto;
}
.survey .surveyInner .surveySub .surveyList .surveyItem .surveyItemHeading {
    text-align: left;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 18px;
}
.survey .surveyInner .surveySub .surveyImg {
    width: 300px;
    height: auto;
    position: absolute;
    bottom: 40px;
    right: -320px;
}
@media (max-width: 1080px) {
    .survey {
        margin-bottom: -40px;
    }
    .survey .surveyInner .surveySub {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .survey .surveyInner .surveySub .surveyList {
        position: static;
        transform: translateY(0);
        margin-bottom: 30px;
        align-items: center;
        gap: 0;
        margin-bottom: 0;
    }
    .survey .surveyInner .surveySub .surveyList .surveyItem {
        width: 250px;
    }
    .survey .surveyInner .surveySub .surveyList .surveyItem .surveyItemHeading {
        font-size: 18px;
    }
    .survey .surveyInner .surveySub .surveyImg {
        width: 220px;
        position: static;
    }
}
@media (max-width: 768px) {
    .survey {
        padding-top: 180px;
        margin-top: -120px;
        margin-bottom: -100px;
        transform: translateY(-140px);
    }
    .survey .surveyInner .surveyMain {
        transform: translateY(-180px);
        margin-bottom: -150px;
    }
}
@media (max-width: 480px) {
    .survey {
        padding-top: 160px;
        margin-top: -100px;
        margin-bottom: -100px;
        transform: translateY(-140px);
    }
    .survey .surveyInner .surveyMain {
        width: 350px;
        margin-bottom: -100px;
        transform: translateY(-140px);
    }
    .survey .surveyInner .surveyMain .surveybox {
        padding-top: 40px;
    }
    .survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .surveyFormItem {
        width: 350px;
    }
    .survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .slick-prev {
        left: 35px;
        bottom: 0;
    }
    .survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .slick-next {
        bottom: 70px;
    }
    .survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .slick-prev:before {
        left: 0;
    }
    .survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .slick-prev:after {
        left: 10px;
    }
    .survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .slick-next:after {
        top: 5px;
    }
    .survey
        .surveyInner
        .surveyMain
        .surveybox
        .surveyForm
        .wpcf7-form-control-wrap
        .wpcf7-radio
        .wpcf7-list-item
        .wpcf7-list-item-label,
    .survey
        .surveyInner
        .surveyMain
        .surveybox
        .surveyForm
        .wpcf7-form-control-wrap
        .wpcf7-checkbox
        .wpcf7-list-item
        .wpcf7-list-item-label {
        font-size: 14px;
        padding: 10px 0;
    }
    .survey .surveyInner .surveyMain .surveybox .surveyCatch {
        top: -20px;
    }
    .survey .surveyInner .surveyMain .surveybox .surveyCatch .surveyCatchHeading {
        font-size: 18px;
        padding: 0 20px;
        line-height: 38px;
    }
    .survey .surveyInner .surveyMain .surveybox .surveyCatch:before {
        bottom: -3px;
        left: -25px;
        border: 15px solid #e03431;
        border-left-color: transparent;
    }
    .survey .surveyInner .surveyMain .surveybox .surveyCatch:after {
        bottom: -3px;
        right: -25px;
        border: 15px solid #e03431;
        border-right-color: transparent;
    }
    .survey .surveyInner .surveyMain .surveybox .topHeading {
        margin-bottom: 4px;
    }
    .survey .surveyInner .surveyMain .surveybox .topHeading .br-sp {
        display: block;
    }
    .survey .surveyInner .surveyMain .surveybox .statusBar {
        margin-bottom: 4px;
    }
    .survey .surveyInner .surveySub {
        width: 95%;
        margin: auto;
        margin-bottom: 0;
    }
    .survey .surveyInner .surveySub .surveyList .surveyItem {
        width: 230px;
        padding: 10px;
        gap: 8px;
    }
    .survey .surveyInner .surveySub .surveyList .surveyItem .userBox {
        padding: 15px;
    }
    .survey .surveyInner .surveySub .surveyList .surveyItem .surveyItemHeading {
        font-size: 18px;
    }
    .survey .surveyInner .surveySub .surveyList .surveyItem:first-child .surveyItemHeading br {
        display: none;
    }
    .survey .surveyInner .surveySub .surveyImg {
        width: 120px;
    }
}
@media (max-width: 375px) {
    .survey {
        padding-top: 140px;
        margin-top: -90px;
        margin-bottom: -100px;
        transform: translateY(-140px);
    }
    .survey .surveyInner .surveyMain {
        width: 300px;
        margin-bottom: -100px;
        transform: translateY(-120px);
    }
    .survey .surveyInner .surveyMain .surveybox .surveyForm .surveyText {
        font-size: 13px;
    }
    .survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .surveyFormItem {
        width: 300px;
    }
    .survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .slick-prev {
        left: 30px;
    }
    .survey .surveyInner .surveyMain .surveybox .surveyForm .surveyFormList .acceptance {
        font-size: 14px;
    }
    .survey .surveyInner .surveySub {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 0;
    }
    .survey .surveyInner .surveySub .surveyList .surveyItem {
        width: 300px;
    }
    .survey .surveyInner .surveySub .surveyList .surveyItem .surveyItemHeading {
        font-size: 20px;
    }
    .survey .surveyInner .surveySub .surveyList .surveyItem:first-child .surveyItemHeading br {
        display: block;
    }
}
.problem {
    width: 100%;
    max-width: 1800px;
    padding: 50px 0;
}
.problem .problemInner .problemList {
    display: flex;
    justify-content: center;
    padding-bottom: 120px;
    margin-bottom: -120px;
}
.problem .problemInner .problemList .problemItem {
    width: 320px;
    background-color: #fff;
    padding: 40px;
    border-radius: 15px;
}
.problem .problemInner .problemList .problemItem .problemHeading {
    font-size: 28px;
    color: #ffa412;
    margin-bottom: 24px;
    font-family: "M PLUS 1p", sans-serif;
}
.problem .problemInner .problemList .problemItem .problemText {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
    font-family: "M PLUS 1p", sans-serif;
}
.problem .problemInner .problemList .problemItem:first-child {
    transform: translateX(30px) translateY(50%);
}
.problem .problemInner .problemList .problemItem:last-child {
    transform: translateX(-30px) translateY(50%);
}
.problem .problemInner .problemImg {
    display: block;
    width: 420px;
    height: auto;
    margin: auto;
    transform: translateY(-70px);
    position: relative;
    z-index: 2;
    margin-bottom: -30px;
}
.problem .problemInner .problemArrow {
    width: 70px;
    height: auto;
    display: block;
    margin: auto;
    margin-top: 50px;
}
@media (max-width: 1280px) {
    .problem .problemInner .problemList .problemItem {
        width: 250px;
    }
    .problem .problemInner .problemList .problemItem .problemHeading {
        font-size: 22px;
    }
    .problem .problemInner .problemImg {
        width: 360px;
    }
}
@media (max-width: 960px) {
    .problem .problemInner .problemList {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding-bottom: 0;
        margin-bottom: 40px;
    }
    .problem .problemInner .problemList .problemItem {
        width: 320px;
    }
    .problem .problemInner .problemList .problemItem:first-child {
        transform: translate(0);
    }
    .problem .problemInner .problemList .problemItem:last-child {
        transform: translate(0);
    }
    .problem .problemInner .problemImg {
        width: 480px;
        transform: translateY(0);
        margin-bottom: 30px;
    }
}
@media (max-width: 480px) {
    .problem {
        padding: 30px 0;
    }
    .problem .problemInner .problemList {
        gap: 20px;
        margin-bottom: 20px;
    }
    .problem .problemInner .problemList .problemItem {
        padding: 20px;
        width: calc(90% - 40px);
    }
    .problem .problemInner .problemList .problemItem .problemHeading {
        font-size: 26px;
        margin-bottom: 16px;
    }
    .problem .problemInner .problemList .problemItem .problemHeading br {
        display: none;
    }
    .problem .problemInner .problemImg {
        width: 350px;
        margin-bottom: 20px;
    }
}
@media (max-width: 375px) {
    .problem .problemInner .problemList .problemItem .problemHeading {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .problem .problemInner .problemImg {
        width: 300px;
    }
}
.reason {
    padding: 200px 0 60px;
    position: relative;
}
.reason .reasonInner .reasonList {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
}
.reason .reasonInner .reasonList .reasonItem {
    width: 400px;
    height: auto;
    border: 5px solid #d19b54;
    border-radius: 15px;
    padding: 20px;
    background-color: #fff;
}
.reason .reasonInner .reasonList .reasonItem .reasonImg {
    display: block;
    margin-bottom: 20px;
}
.reason .reasonInner .reasonList .reasonItem .reasonTop {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 15px;
}
.reason .reasonInner .reasonList .reasonItem .reasonTop .reasonNum {
    background-image: url(../image/reasonNum_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reason .reasonInner .reasonList .reasonItem .reasonTop .reasonNum span {
    display: inline-block;
    color: #fff;
    font-size: 20px;
}
.reason .reasonInner .reasonList .reasonItem .reasonTop .reasonHeading {
    font-size: 22px;
    color: #915600;
}
.reason .reasonInner .reasonList .reasonItem .reasonText {
    font-size: 16px;
    line-height: 2;
}
.reason .reasonFlag {
    width: 280px;
    height: auto;
    position: absolute;
    top: 80px;
}
.reason .reasonFlag.right {
    right: 0;
}
.reason .reasonFlag.left {
    left: 0;
}
@media (max-width: 960px) {
    .reason .reasonFlag {
        width: 220px;
        top: 120px;
    }
}
@media (max-width: 480px) {
    .reason {
        padding: 230px 0 40px;
    }
    .reason .reasonFlag {
        width: 180px;
        top: 140px;
    }
    .reason .reasonInner .reasonList {
        margin-bottom: 20px;
    }
    .reason .reasonInner .reasonList .reasonItem {
        width: calc(90% - 46px);
    }
    .reason .reasonInner .reasonList .reasonItem .reasonImg {
        margin-bottom: 10px;
    }
    .reason .reasonInner .reasonList .reasonItem .reasonTop {
        gap: 10px;
        margin-bottom: 10px;
    }
    .reason .reasonInner .reasonList .reasonItem .reasonTop .reasonNum {
        width: 80px;
        height: 76px;
    }
    .reason .reasonInner .reasonList .reasonItem .reasonTop .reasonHeading {
        font-size: 18px;
        width: calc(100% - 90px);
    }
    .reason .reasonInner .reasonList .reasonItem .reasonTop .reasonHeading br {
        display: none;
    }
}
@media (max-width: 375px) {
    .reason .reasonFlag {
        width: 150px;
    }
    .reason .reasonInner .reasonList .reasonItem .reasonTop .reasonNum {
        width: 80px;
        height: 76px;
    }
    .reason .reasonInner .reasonList .reasonItem .reasonTop .reasonHeading {
        font-size: 16px;
        width: calc(100% - 100px);
    }
}
.user {
    padding: 0 0 80px;
    width: 100%;
    max-width: 1800px;
    margin: auto;
}
.user .userInner .commonSection {
    margin-bottom: 0;
}
.user .userInner .userList {
    margin-bottom: 80px;
}
.user .userInner .userList .userItem {
    width: 550px;
    height: auto;
    border: 5px solid #d19b54;
    background-color: #fffbf3;
    border-radius: 18px;
    padding: 20px;
    position: relative;
    margin: 50px 20px 0;
}
.user .userInner .userList .userItem .userHeading {
    font-size: 32px;
    color: #915600;
    margin-bottom: 20px;
    font-family: "M PLUS 1p", sans-serif;
}
.user .userInner .userList .userItem .userBox {
    background-color: #fff;
    border-radius: 18px;
    padding: 20px;
}
.user .userInner .userList .userItem .userBox .userDetail {
    font-size: 24px;
    color: #915600;
    margin-bottom: 10px;
    font-family: "M PLUS 1p", sans-serif;
}
.user .userInner .userList .userItem .userBox .userText {
    width: calc(100% - 200px);
    font-size: 16px;
    line-height: 1.8;
    font-family: "M PLUS 1p", sans-serif;
}
.user .userInner .userList .userItem .userImg {
    width: 240px;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0;
}
.user .userInner .userList .slick-dots {
    bottom: -35px;
}
.user .userInner .userList .slick-dots li {
    margin: 0 8px;
}
.user .userInner .userList .slick-dots li button:before {
    color: #fff;
    opacity: 1;
    font-size: 16px;
}
.user .userInner .userList .slick-dots .slick-active button:before {
    color: #ffab17;
}
.user .userInner .userList .slick-track {
    display: flex;
}
.user .userInner .userList .slick-slide {
    height: auto !important;
}
@media (max-width: 768px) {
    .user {
        padding-top: 40px;
    }
    .user .userInner .commonSection {
        margin-bottom: 20px;
    }
    .user .userInner .userList .userItem {
        width: 400px;
        margin-top: 0;
    }
    .user .userInner .userList .userItem .userImg {
        width: 220px;
    }
}
@media (max-width: 480px) {
    .user {
        padding: 30px 0;
    }
    .user .userInner .userList {
        margin-bottom: 60px;
    }
    .user .userInner .userList .userItem {
        width: 320px;
    }
    .user .userInner .userList .userItem .userHeading {
        width: calc(100% - 90px);
        font-size: 28px;
    }
    .user .userInner .userList .userItem .userHeading .br-sp {
        display: block;
    }
    .user .userInner .userList .userItem .userImg {
        width: 90px;
        right: 20px;
        top: 10px;
    }
    .user .userInner .userList .userItem .userBox .userDetail {
        font-size: 20px;
    }
    .user .userInner .userList .userItem .userBox .userText {
        width: 100%;
    }
}
@media (max-width: 375px) {
    .user .userInner .userList .userItem {
        width: 250px;
    }
    .user .userInner .userList .userItem .userHeading {
        font-size: 24px;
    }
    .user .userInner .userList .userItem .userImg {
        width: 80px;
        top: 10px;
    }
}
.example {
    width: 100%;
    max-width: 1800px;
    margin: auto;
    padding: 60px 0 20px;
    background-color: #fff9f5;
    position: relative;
    z-index: 2;
}
.example .exampleInner {
    text-align: center;
}
.example .exampleInner .exampleList {
    width: 90%;
    max-width: 800px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
    margin-bottom: 50px;
}
.example .exampleInner .exampleList .exampleItem {
    width: calc(50% - 25px);
    border-radius: 8px;
    box-shadow: 5px 5px 0 0 #948476;
    background-color: #fff;
}
.example .exampleInner .exampleList .exampleItem .exampleCatch {
    width: calc(100% - 40px);
    background-color: #f5f0e8;
    padding: 20px;
    text-align: left;
    border-radius: 8px 8px 0 0;
}
.example .exampleInner .exampleList .exampleItem .exampleCatch .exampleCatchText {
    font-family: "M PLUS 1p", sans-serif;
    color: #915600;
    font-size: 18px;
    min-height: 81px;
    display: flex;
    align-items: center;
}
.example .exampleInner .exampleList .exampleItem .exampleMain {
    width: calc(100% - 40px);
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    padding: 20px;
    text-align: left;
}
.example .exampleInner .exampleList .exampleItem .exampleMain .exampleMainText {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 18px;
    line-height: 1.7;
}
.example .exampleInner .exampleNote {
    color: #915600;
    font-size: 18px;
    text-align: right;
    width: 90%;
    max-width: 1140px;
    margin: auto;
}
@media (max-width: 1080px) {
    .example .exampleInner .exampleList .exampleItem .exampleCatch .exampleCatchText {
        min-height: 108px;
        font-size: 16px;
    }
    .example .exampleInner .exampleList .exampleItem .exampleMain .exampleMainText {
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .example .exampleInner .exampleList {
        width: 100%;
        margin-bottom: 80px;
    }
    .example .exampleInner .exampleList .exampleItem {
        width: 300px;
        margin: 5px 20px;
    }
    .example .exampleInner .exampleList .exampleItem .exampleCatch .exampleCatchText {
        font-size: 18px;
        min-height: auto;
    }
    .example .exampleInner .exampleList .slick-dots {
        bottom: -35px;
    }
    .example .exampleInner .exampleList .slick-dots li {
        margin: 0 8px;
    }
    .example .exampleInner .exampleList .slick-dots li button:before {
        color: #fff;
        opacity: 1;
        font-size: 16px;
    }
    .example .exampleInner .exampleList .slick-dots .slick-active button:before {
        color: #915600;
    }
    .example .exampleInner .exampleList .slick-track {
        display: flex;
    }
    .example .exampleInner .exampleList .slick-slide {
        height: auto !important;
    }
}
@media (max-width: 480px) {
    .example {
        padding: 30px 0 20px;
    }
    .example .exampleInner .exampleList {
        margin-bottom: 60px;
    }
    .example .exampleInner .exampleList .exampleItem {
        width: 250px;
    }
    .example .exampleInner .exampleList .exampleItem .exampleCatch {
        padding: 15px;
        width: calc(100% - 30px);
    }
    .example .exampleInner .exampleList .exampleItem .exampleCatch .exampleCatchText {
        font-size: 16px;
    }
    .example .exampleInner .exampleList .exampleItem .exampleCatch .exampleCatchText br {
        display: none;
    }
    .example .exampleInner .exampleList .exampleItem .exampleMain {
        padding: 15px;
        width: calc(100% - 30px);
    }
    .example .exampleInner .exampleList .exampleItem .exampleMain .exampleMainText {
        font-size: 16px;
    }
    .example .exampleInner .exampleNote {
        font-size: 14px;
    }
}
@media (max-width: 375px) {
    .exampleInner .exampleNote .br-sp {
        display: block;
    }
}
.flow {
    padding: 60px 0;
}
.flow .flowInner .commonSection {
    margin-bottom: 108px;
}
.flow .flowInner .flowList {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 80px;
    margin-bottom: 50px;
}
.flow .flowInner .flowList .flowItem {
    width: 460px;
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    position: relative;
}
.flow .flowInner .flowList .flowItem .flowNum {
    display: inline-block;
    position: absolute;
    top: -52px;
    left: 20px;
    border-radius: 8px 8px 0 0;
    padding: 5px 20px;
    font-family: "M PLUS 1p", sans-serif;
}
.flow .flowInner .flowList .flowItem .flowNum span {
    font-size: 28px;
    color: #fff;
}
.flow .flowInner .flowList .flowItem .flowTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.flow .flowInner .flowList .flowItem .flowTop .flowHeading {
    font-size: 32px;
    color: #915600;
    font-family: "M PLUS 1p", sans-serif;
}
.flow .flowInner .flowList .flowItem .flowTop .flowImg {
    width: 50%;
}
.flow .flowInner .flowList .flowItem .flowText {
    font-size: 14px;
    line-height: 2;
    font-family: "M PLUS 1p", sans-serif;
}
.flow .flowInner .flowList .flowItem .commonCta .btn {
    width: 400px;
    height: auto;
    margin-top: 20px;
}
.flow .flowInner .flowList .flowItem .commonCta .btn span {
    font-size: 20px;
}
.flow .flowInner .flowList .flowItem:nth-child(1) {
    border: 5px solid #915600;
}
.flow .flowInner .flowList .flowItem:nth-child(1) .flowNum {
    background-color: #915600;
}
.flow .flowInner .flowList .flowItem:nth-child(1):before {
    content: "";
    width: 12px;
    height: 86px;
    background-color: #975800;
    position: absolute;
    left: 50%;
    bottom: -86px;
}
.flow .flowInner .flowList .flowItem:nth-child(2) {
    border: 5px solid #d67500;
}
.flow .flowInner .flowList .flowItem:nth-child(2) .flowNum {
    background-color: #d67500;
}
.flow .flowInner .flowList .flowItem:nth-child(2):before {
    content: "";
    width: 12px;
    height: 86px;
    background-color: #c66700;
    position: absolute;
    left: 50%;
    bottom: -86px;
}
.flow .flowInner .flowList .flowItem:nth-child(3) {
    border: 5px solid #ff9100;
}
.flow .flowInner .flowList .flowItem:nth-child(3) .flowNum {
    background-color: #ff9100;
}
.flow .flowInner .flowList .flowItem:nth-child(3):before {
    content: "";
    width: 12px;
    height: 86px;
    background-color: #f47600;
    position: absolute;
    left: 50%;
    bottom: -86px;
}
.flow .flowInner .flowList .flowItem:nth-child(4) {
    border: 5px solid #ff7900;
}
.flow .flowInner .flowList .flowItem:nth-child(4) .flowNum {
    background-color: #ff7900;
}
@media (max-width: 768px) {
    .flow .flowInner .flowList .flowItem {
        width: 400px;
    }
}
@media (max-width: 480px) {
    .flow {
        padding: 30px 0;
    }
    .flow .flowInner .commonSection {
        margin-bottom: 60px;
    }
    .flow .flowInner .flowList {
        margin-bottom: 20px;
        gap: 60px;
    }
    .flow .flowInner .flowList .flowItem {
        width: calc(90% - 46px);
    }
    .flow .flowInner .flowList .flowItem .flowTop {
        margin-bottom: 10px;
    }
    .flow .flowInner .flowList .flowItem .flowTop .flowHeading {
        font-size: 20px;
    }
    .flow .flowInner .flowList .flowItem .flowTop .flowHeading br {
        display: none;
    }
    .flow .flowInner .flowList .flowItem .flowTop .flowHeading .br-sp {
        display: block;
    }
    .flow .flowInner .flowList .flowItem .flowNum {
        top: -42px;
        left: 10px;
        padding: 5px 16px;
    }
    .flow .flowInner .flowList .flowItem .flowNum span {
        font-size: 20px;
    }
    .flow .flowInner .flowList .flowItem .flowText {
        font-size: 16px;
    }
    .flow .flowInner .flowList .flowItem .commonCta .btn {
        width: 100%;
    }
    .flow .flowInner .flowList .flowItem .commonCta .btn span {
        font-size: 16px;
    }
}
@media (max-width: 375px) {
    .flow .flowInner .flowList .flowItem .flowTop .flowHeading {
        font-size: 19px;
    }
    .flow .flowInner .flowList .flowItem .flowTop .flowHeading br {
        display: block;
    }
}
.qa {
    padding: 60px 0;
}
.qa .qaInner .qaList {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 50px;
}
.qa .qaInner .qaList .qaItem {
    width: 740px;
    position: relative;
}
.qa .qaInner .qaList .qaItem .question {
    background-color: #ffe180;
    color: #915600;
    font-size: 20px;
    font-weight: 700;
    padding: 20px 70px 20px 60px;
    text-align: center;
    position: relative;
    border-radius: 5px;
    z-index: 1;
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition-duration: 0.2s;
}
.qa .qaInner .qaList .qaItem .question .questionHeading {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    left: 15px;
    transform: translateY(-5px);
    z-index: 2;
    margin-right: auto;
}
.qa .qaInner .qaList .qaItem .question .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    box-sizing: border-box;
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    background-color: #fff;
    border-radius: 50px;
}
.qa .qaInner .qaList .qaItem .question .i_box .one_i {
    display: block;
    width: 18px;
    height: 18px;
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
}
.qa .qaInner .qaList .qaItem .question .i_box .one_i:before,
.qa .qaInner .qaList .qaItem .question .i_box .one_i:after {
    display: flex;
    content: "";
    background-color: #915600;
    border-radius: 10px;
    width: 18px;
    height: 2px;
    position: absolute;
    top: 8px;
    left: 0;
    transform: rotate(0deg);
    transform-origin: center center;
}
.qa .qaInner .qaList .qaItem .question .i_box .one_i:before {
    width: 2px;
    height: 18px;
    top: 0;
    left: 8px;
}
.qa .qaInner .qaList .qaItem .question:hover {
    opacity: 0.8;
}
.qa .qaInner .qaList .qaItem .question.open {
    border-radius: 5px 5px 0 0;
}
.qa .qaInner .qaList .qaItem .question.open .i_box {
    transform: rotate(-360deg);
}
.qa .qaInner .qaList .qaItem .question.open .i_box .one_i:before {
    content: none;
}
.qa .qaInner .qaList .qaItem .question.open .i_box .one_i:after {
    transform: rotate(-45deg);
}
.qa .qaInner .qaList .qaItem .answer {
    display: none;
    padding: 20px;
    border-left: 2px solid #ffe180;
    border-right: 2px solid #ffe180;
    border-bottom: 2px solid #ffe180;
    box-sizing: border-box;
    border-radius: 0 0 5px 5px;
}
.qa .qaInner .qaList .qaItem .answer .box_one {
    height: auto;
    line-height: 2;
}
.qa .qaInner .qaList .qaItem .answer p.txt_a_ac {
    margin: 0;
}
@media (max-width: 768px) {
    .qa .qaInner .qaList .qaItem {
        width: 90%;
    }
    .qa .qaInner .qaList .qaItem .question {
        font-size: 16px;
    }
    .qa .qaInner .qaList .qaItem .question span {
        width: 100%;
        text-align: left;
    }
}
@media (max-width: 480px) {
    .qa {
        padding: 30px 0;
    }
    .qa .qaInner .qaList {
        margin-bottom: 20px;
    }
    .qa .qaInner .qaList .qaItem .question {
        padding: 12px 50px;
    }
    .qa .qaInner .qaList .qaItem .question .questionHeading {
        font-size: 36px;
        transform: translateY(-2px);
    }
    .qa .qaInner .qaList .qaItem .question .i_box {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        right: 10px;
    }
    .qa .qaInner .qaList .qaItem .answer {
        padding: 10px 15px;
    }
}
.bg1 {
    width: 100%;
    max-width: 1800px;
    margin: auto;
    background-image: url(../image/bg1_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    transform: translateY(-30px);
    position: relative;
    z-index: 2;
}
@media (max-width: 768px) {
    .bg1 {
        transform: translateY(80px);
    }
}
@media (max-width: 480px) {
    .bg1 {
        background-image: url(../image/bg1_bg_sp.webp);
        transform: translateY(60px);
    }
}
@media (max-width: 400px) {
    .bg1 {
        background-image: url(../image/bg1_bg_sp.webp);
        transform: translateY(70px);
    }
}
.bg2 {
    width: 100%;
    max-width: 1800px;
    margin: auto;
    background-image: url(../image/bg2_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    transform: translateY(-180px);
    margin-bottom: -180px;
    position: relative;
    z-index: 1;
}
@media (max-width: 768px) {
    .bg2 {
        transform: translateY(-60px);
        margin-bottom: -60px;
    }
}
@media (max-width: 480px) {
    .bg2 {
        transform: translateY(-100px);
        margin-bottom: -100px;
        background-image: url(../image/bg2_bg_sp.webp);
        background-position: right bottom;
    }
}
.bg3 {
    width: 100%;
    max-width: 1800px;
    margin: auto;
    background-image: url(../image/bg3_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.thanks {
    width: 100%;
    max-width: 1800px;
    margin: auto;
    margin-top: 50px;
}
.thanks .thanksInner {
    text-align: center;
}
.thanks .thanksInner .thanksTop {
    text-align: center;
    padding: 30px 0;
}
.thanks .thanksInner .thanksTop img {
    width: 200px;
    height: auto;
}
.thanks .thanksInner .thanksMain {
    background-image: url(../image/thanks_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding-top: 40px;
    border-bottom: 20px solid #665236;
}
.thanks .thanksInner .thanksMain .thaksHeading {
    font-size: 70px;
    color: #915600;
    margin-bottom: 20px;
}
.thanks .thanksInner .thanksMain .thanksText {
    font-size: 18px;
    color: #606060;
    line-height: 2.2;
    margin-bottom: 50px;
}
.thanks .thanksInner .thanksMain .thanksImg {
    width: 300px;
    height: auto;
}
@media (max-width: 768px) {
    .thanks .thanksInner .thanksMain {
        background-image: url(../image/thanks_bg_sp.webp);
    }
    .thanks .thanksInner .thanksMain .thanksText .sp {
        display: block;
    }
}
@media (max-width: 480px) {
    .thanks .thanksInner .thanksMain .thaksHeading {
        font-size: 50px;
    }
    .thanks .thanksInner .thanksMain .thanksText {
        font-size: 14px;
    }
    .thanks .thanksInner .thanksMain .thanksImg {
        width: 240px;
    }
}
.footer {
    padding: 5px 0;
}
.footer .footerInner {
    text-align: center;
}
.footer .footerInner .footerLink {
    font-size: 14px;
    color: #666;
}
.company {
    width: 100%;
    max-width: 1800px;
    margin: auto;
    padding: 150px 0 80px;
    background-color: #fff9f4;
}
.company .companyInner .companyLogo {
    display: block;
    width: 300px;
    height: auto;
    margin: auto;
    margin-bottom: 100px;
}
.company .companyInner .companyMain .companyHeading {
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
}
.company .companyInner .companyMain .companyList {
    width: 90%;
    max-width: 900px;
    margin: auto;
}
.company .companyInner .companyMain .companyList .companyTable {
    width: 100%;
    background-color: #fff;
}
.company .companyInner .companyMain .companyList .companyTable th,
.company .companyInner .companyMain .companyList .companyTable td {
    border: 1px solid #ccc;
    padding: 20px;
}
.company .companyInner .companyMain .companyList .companyTable th {
    vertical-align: middle;
    text-align: left;
    font-weight: 700;
    background-color: #f5f5f5;
}
@media (max-width: 768px) {
    .company {
        padding: 40px 0;
        padding-top: 120px;
    }
    .company .companyInner .companyLogo {
        margin-bottom: 60px;
    }
    .company .companyInner .companyMain .companyHeading {
        font-size: 28px;
    }
    .company .companyInner .companyMain .companyList .companyTable tr,
    .company .companyInner .companyMain .companyList .companyTable td,
    .company .companyInner .companyMain .companyList .companyTable th {
        display: block;
    }
    .company .companyInner .companyMain .companyList .companyTable th {
        width: auto;
    }
}
@media (max-width: 480px) {
    .company .companyInner .companyLogo {
        width: 240px;
    }
}
@keyframes shine {
    0% {
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}
@keyframes bigsmall {
    from {
        transform: scale(0.8, 0.8);
    }
    to {
        transform: scale(1, 1);
    }
}
