/*! sanitize.css | MIT License | github.com/csstools/sanitize.css */
/* *,
::before,
::after {
    box-sizing: border-box
}

::before,
::after {
    text-decoration: inherit;
    vertical-align: inherit
}

html {
    cursor: default;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    word-break: break-word
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
    margin: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin: 0
}

hr {
    height: 0;
    overflow: visible
}

main {
    display: block
}

nav ol,
nav ul {
    list-style: none;
    padding: 0
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

iframe {
    border-style: none
}

img {
    border-style: none
}

svg:not([fill]) {
    fill: currentColor
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

button,
input,
select {
    margin: 0
}

button {
    overflow: visible;
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

fieldset {
    border: 1px solid #a0a0a0;
    padding: .35em .75em .625em
}

input {
    overflow: visible
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

select {
    text-transform: none
}

textarea {
    margin: 0;
    overflow: auto;
    resize: vertical
}

[type=checkbox],
[type=radio] {
    padding: 0
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:-moz-focusring {
    outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
    box-shadow: none
}

details {
    display: block
}

dialog {
    background-color: #fff;
    border: solid;
    color: #000;
    display: block;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content
}

dialog:not([open]) {
    display: none
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
    touch-action: manipulation
}

[hidden] {
    display: none
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled=true],
[disabled] {
    cursor: not-allowed
}

[aria-hidden=false][hidden] {
    display: initial
}

[aria-hidden=false][hidden]:not(:focus) {
    clip: rect(0, 0, 0, 0);
    position: absolute
}

*,
::before,
::after {
    padding: 0;
    margin: 0
}

*:focus:not(:focus-visible) {
    outline: none
}

:root {
    --c-main: 0, 32, 100;
    --c-sub: 44, 79, 155;
    --c-accent: 245, 115, 60;
    --c-body: 0, 32, 100;
    --c-bg: 241, 244, 248;
    --c-gray: 112, 112, 112;
    --c-placeholder: 103, 103, 103;
    --font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
    --hiragino-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    --line-height: 2;
    --index-fixed: 9999;
    --index-modal: 5000;
    --base-inner: 62.5rem;
    --inner-padding: 2.5rem
}

@media screen and (max-width: 576px) {
    :root {
        --inner-padding: 1.25rem
    }
}

html {
    min-height: 100vh;
    cursor: auto
}

body {
    font-family: var(--font-family);
    font-weight: bold;
    line-height: 1;
    color: rgb(var(--c-main))
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-size: inherit;
    font-weight: inherit
}

p,
li {
    line-height: var(--line-height)
}

a {
    color: inherit
}

button {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-align: left;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: none
}

img,
svg {
    max-width: 100%;
    height: auto
}

picture {
    display: inline-block
}

input,
textarea,
select {
    padding: 0;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 0
}

.main {
    overflow-x: hidden
} */

.wrapper {
    --c-main: 0, 32, 100;
    --c-sub: 44, 79, 155;
    --c-accent: 245, 115, 60;
    --c-body: 0, 32, 100;
    --c-bg: 241, 244, 248;
    --c-gray: 112, 112, 112;
    --c-placeholder: 103, 103, 103;
    --font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
    --hiragino-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    --line-height: 2;
    --index-fixed: 9999;
    --index-modal: 5000;
    --base-inner: 62.5rem;
    --inner-padding: 2.5rem
}

@media screen and (max-width: 576px) {
    .wrapper {
        --inner-padding: 1.25rem
    }
}

.wrapper {
    min-height: 100vh;
    cursor: auto
}

.wrapper {
    font-family: var(--font-family);
    font-weight: bold;
    line-height: 1;
    color: rgb(var(--c-main))
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.wrapper>.main {
    flex: 1
}

.header {
    padding: .5rem var(--inner-padding);
    background-color: rgb(var(--c-main))
}

.header>.logo>.link>.img {
    width: 37.5vw;
    max-width: 160px
}

.footer {
    padding: 1.5rem 0;
    background-color: rgb(var(--c-main))
}

@media screen and (max-width: 992px) {
    .footer {
        padding: clamp(1.25rem, 1.098rem + 0.65vw, 1.5rem) 0
    }
}

.footer>.copyright {
    font-size: 1rem;
    font-weight: normal;
    color: #fff;
    text-align: center
}

@media screen and (max-width: 992px) {
    .footer>.copyright {
        font-size: clamp(0.75rem, 0.598rem + 0.65vw, 1rem)
    }
}

.section-inner {
    max-width: calc(var(--base-inner) + var(--inner-padding)*2);
    padding: 0 var(--inner-padding);
    margin-right: auto;
    margin-left: auto
}

.section-inner.-sm {
    max-width: calc(37.5rem + var(--inner-padding) * 2)
}

.common-section-01 {
    width: 100vw;
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    margin-top: 6.25rem;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw)
}

@media screen and (max-width: 992px) {
    .common-section-01 {
        margin-top: clamp(1.875rem, -0.784rem + 11.35vw, 6.25rem)
    }
}

.common-section-01.-bg {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    margin-top: 0;
    background-color: rgb(var(--c-bg))
}

@media screen and (max-width: 992px) {
    .common-section-01.-bg {
        padding-top: clamp(1.875rem, -0.784rem + 11.35vw, 6.25rem);
        padding-bottom: clamp(1.875rem, -0.784rem + 11.35vw, 6.25rem)
    }
}

.common-section-01>.heading {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    line-height: 1.2;
    text-align: center
}

@media screen and (max-width: 992px) {
    .common-section-01>.heading {
        font-size: clamp(1.375rem, 0.691rem + 2.92vw, 2.5rem)
    }
}

.common-section-01>.heading::before,
.common-section-01>.heading::after {
    width: 3.75rem;
    height: .1875rem;
    content: "";
    background-color: rgb(var(--c-main))
}

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

    .common-section-01>.heading::before,
    .common-section-01>.heading::after {
        width: clamp(1.875rem, 0.735rem + 4.86vw, 3.75rem)
    }
}

.common-section-01>.heading::before {
    margin-right: 2.5rem
}

@media screen and (max-width: 992px) {
    .common-section-01>.heading::before {
        margin-right: clamp(0.875rem, -0.113rem + 4.21vw, 2.5rem)
    }
}

.common-section-01>.heading::after {
    margin-left: 2.5rem
}

@media screen and (max-width: 992px) {
    .common-section-01>.heading::after {
        margin-left: clamp(0.875rem, -0.113rem + 4.21vw, 2.5rem)
    }
}

.common-section-01>.text {
    margin-top: 3.75rem;
    font-size: 1.25rem
}

@media screen and (max-width: 992px) {
    .common-section-01>.text {
        margin-top: clamp(1.875rem, 0.735rem + 4.86vw, 3.75rem);
        font-size: clamp(0.875rem, 0.647rem + 0.97vw, 1.25rem)
    }
}

.common-section-02 {
    position: relative;
    padding: 6.25rem 2.5rem;
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
    border: 3px solid rgb(var(--c-main))
}

@media screen and (max-width: 992px) {
    .common-section-02 {
        padding: clamp(5rem, 4.24rem + 3.24vw, 6.25rem) clamp(1.5rem, 0.892rem + 2.59vw, 2.5rem);
        margin-top: clamp(1.875rem, -1.544rem + 14.59vw, 7.5rem);
        margin-bottom: clamp(1.875rem, -1.544rem + 14.59vw, 7.5rem)
    }
}

@media screen and (max-width: 768px) {
    .common-section-02 {
        padding: 0;
        border: none
    }
}

.common-section-02.-factoring {
    padding: 6.25rem 2.8125rem 6.25rem
}

@media screen and (max-width: 768px) {
    .common-section-02.-factoring {
        padding: 0
    }
}

.common-section-02>.heading {
    position: absolute;
    top: -2.1875rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1.25rem 2.5rem;
    font-size: 1.875rem;
    color: #fff;
    background-color: rgb(var(--c-main))
}

@media screen and (max-width: 768px) {
    .common-section-02>.heading {
        position: static;
        width: 100%;
        padding: clamp(0.5rem, 0.044rem + 1.94vw, 1.25rem) clamp(1rem, 0.088rem + 3.89vw, 2.5rem);
        font-size: clamp(1.25rem, 0.87rem + 1.62vw, 1.875rem);
        text-align: center
    }
}

.common-section-02>.heading.-center {
    left: 50%;
    transform: translateX(-50%)
}

@media screen and (max-width: 768px) {
    .common-section-02>.heading.-center {
        left: 0;
        transform: none
    }
}

.consult-area {
    background-color: #f3f5f8
}

.consult-container {
    position: relative;
    padding-top: 4.375rem;
    padding-bottom: 4.375rem
}

@media screen and (max-width: 992px) {
    .consult-container {
        padding-top: clamp(1.875rem, 0.356rem + 6.48vw, 4.375rem);
        padding-bottom: clamp(1.875rem, 0.356rem + 6.48vw, 4.375rem);
    }
}

.consult-inner {
    position: relative;
    z-index: 1
}

.consult-inner>.heading {
    font-size: 2.5rem;
    text-align: center
}

@media screen and (max-width: 992px) {
    .consult-inner>.heading {
        font-size: clamp(1.25rem, 0.49rem + 3.24vw, 2.5rem)
    }
}

.consult-inner>.text {
    margin-top: 1.875rem;
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: center
}

@media screen and (max-width: 992px) {
    .consult-inner>.text {
        margin-top: clamp(0.5rem, -0.336rem + 3.57vw, 1.875rem);
        font-size: clamp(0.875rem, 0.495rem + 1.62vw, 1.5rem)
    }
}

.consult-inner>.group {
    display: flex;
    padding: 2.5rem;
    margin-top: 2.5rem;
    background-color: #fff
}

@media screen and (max-width: 992px) {
    .consult-inner>.group {
        flex-direction: column;
        align-items: center;
        padding: 0;
        margin-top: clamp(1rem, 0.088rem + 3.89vw, 2.5rem);
        background-color: rgba(0, 0, 0, 0)
    }
}

.consult-tel {
    display: flex;
    flex: 1 1 40%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none
}

@media screen and (max-width: 992px) {
    .consult-tel {
        width: 100%;
        max-width: 50%;
        padding: clamp(0.75rem, 0.294rem + 1.94vw, 1.5rem);
        background-color: #fff
    }
}

@media screen and (max-width: 576px) {
    .consult-tel {
        max-width: 70%
    }
}

.consult-tel>.tel {
    display: inline-flex;
    align-items: center;
    font-size: 1.875rem;
    line-height: 1;
    white-space: nowrap
}

@media screen and (max-width: 992px) {
    .consult-tel>.tel {
        font-size: clamp(1rem, 0.468rem + 2.27vw, 1.875rem);
        white-space: normal
    }
}

.consult-tel>.tel::before {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1.5rem;
    content: "";
    background-image: url("../img/icon_tel-phone.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

@media screen and (max-width: 992px) {
    .consult-tel>.tel::before {
        width: clamp(1.25rem, 0.87rem + 1.62vw, 1.875rem);
        height: clamp(1.25rem, 0.87rem + 1.62vw, 1.875rem);
        margin-right: clamp(0.75rem, 0.294rem + 1.94vw, 1.5rem)
    }
}

.consult-tel>.info {
    margin-top: 1.25rem;
    font-size: 1.25rem
}

@media screen and (max-width: 992px) {
    .consult-tel>.info {
        margin-top: clamp(0.5rem, 0.196rem + 1.3vw, 1rem);
        font-size: clamp(0.625rem, 0.321rem + 1.3vw, 1.125rem)
    }
}

.consult-tel>.info>.-heading {
    padding: .5rem 1rem;
    margin-right: 1rem;
    color: #fff;
    background-color: rgb(var(--c-main))
}

@media screen and (max-width: 992px) {
    .consult-tel>.info>.-heading {
        padding: clamp(0.25rem, 0.098rem + 0.65vw, 0.5rem) clamp(0.75rem, 0.598rem + 0.65vw, 1rem);
        margin-right: clamp(0.375rem, -0.005rem + 1.62vw, 1rem)
    }
}

.consult-tel>.info>.text {
    display: inline-block
}

.consult-form {
    display: flex;
    flex: 1 1 60%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    margin-left: 2rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: rgb(var(--c-accent));
    border: 2px solid rgb(var(--c-accent));
    transition: background-color .6s, color .6s
}

.consult-form:focus {
    color: rgb(var(--c-accent));
    background-color: #fff
}

@media(hover: hover)and (pointer: fine) {
    .consult-form:hover {
        color: rgb(var(--c-accent));
        background-color: #fff
    }
}

@media screen and (max-width: 992px) {
    .consult-form {
        width: 100%;
        max-width: 60%;
        padding: clamp(1rem, 0.088rem + 3.89vw, 2.5rem) clamp(1rem, 0.696rem + 1.3vw, 1.5rem);
        margin-top: clamp(1.5rem, 0.892rem + 2.59vw, 2.5rem);
        margin-left: 0
    }
}

@media screen and (max-width: 576px) {
    .consult-form {
        position: relative;
        z-index: 2;
        max-width: 80%;
        margin: clamp(1.5rem, 0.892rem + 2.59vw, 2.5rem) auto 0
    }
}

.consult-form>.upper {
    font-size: 1.5rem
}

@media screen and (max-width: 992px) {
    .consult-form>.upper {
        font-size: clamp(1rem, 0.848rem + 0.65vw, 1.25rem)
    }
}

.consult-form>.lower {
    display: block;
    margin-top: 1.5rem;
    font-size: 1.25rem
}

@media screen and (max-width: 992px) {
    .consult-form>.lower {
        margin-top: clamp(0.5rem, -0.108rem + 2.59vw, 1.5rem);
        font-size: clamp(0.875rem, 0.799rem + 0.32vw, 1rem)
    }
}

.consult-background {
    position: absolute;
    bottom: 0;
    height: 100%;
    pointer-events: none
}

@media screen and (max-width: 992px) {
    .consult-background {
        height: 50.4032258065vw
    }
}

@media screen and (max-width: 768px) {
    .consult-background {
        height: 52.0833333333vw;
        min-height: 10.9375rem
    }
}

@media screen and (max-width: 576px) {
    .consult-background {
        z-index: 1
    }
}

.consult-background.-man {
    left: -11.25rem
}

@media screen and (max-width: 992px) {
    .consult-background.-man {
        left: -20.1612903226vw
    }
}

@media screen and (max-width: 768px) {
    .consult-background.-man {
        left: -12.5rem
    }
}

.consult-background.-woman {
    right: -8.75rem
}

@media screen and (max-width: 992px) {
    .consult-background.-woman {
        right: -14.1129032258vw
    }
}

@media screen and (max-width: 768px) {
    .consult-background.-woman {
        right: -10rem
    }
}

@media screen and (max-width: 576px) {
    .consult-background.-woman {
        right: -11.25rem
    }
}

.consult-background>.img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom
}

.mv-area {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 5rem
}

@media screen and (max-width: 992px) {
    .mv-area {
        padding-top: clamp(1.875rem, 0.735rem + 4.86vw, 3.75rem);
        padding-bottom: clamp(1.875rem, 0.735rem + 4.86vw, 3.75rem)
    }
}

.mv-inner {
    position: relative;
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto
}

.mv-label {
    position: absolute;
    top: 2.5rem;
    right: 5rem;
    display: flex
}

@media screen and (max-width: 992px) {
    .mv-label {
        position: static;
        justify-content: center
    }
}

.mv-label>.medal {
    position: relative;
    max-width: 8.125rem
}

@media screen and (max-width: 992px) {
    .mv-label>.medal {
        flex: 1;
        max-width: 7.5rem
    }
}

.mv-label>.medal+.medal {
    margin-left: 1.875rem
}

@media screen and (max-width: 1300px) {
    .mv-label>.medal+.medal {
        margin-left: clamp(1rem, -1.818rem + 4.55vw, 1.875rem)
    }
}

@media screen and (max-width: 992px) {
    .mv-label>.medal+.medal {
        margin-left: clamp(1rem, 0.468rem + 2.27vw, 1.875rem)
    }
}

.mv-label>.medal>.text {
    position: absolute;
    left: 50%;
    font-size: 1rem;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    transform: translate(-50%)
}

.mv-label>.medal>.text.-upper {
    top: -2.5rem
}

.mv-label>.medal>.text.-lower {
    bottom: -3.75rem
}

@media screen and (max-width: 992px) {
    .mv-label>.medal>.text.-change {
        display: none
    }
}

.mv-label>.medal>.img {
    -o-object-fit: contain;
    object-fit: contain
}

.mv-text>.text {
    font-size: 1rem;
    color: #fff;
    text-align: center
}

@media screen and (max-width: 992px) {
    .mv-text>.text {
        margin-left: clamp(1rem, -1.818rem + 4.55vw, 1.875rem);
        font-size: clamp(0.75rem, 0.142rem + 2.59vw, 1.75rem);
        line-height: 1.2;
        white-space: nowrap
    }
}

@media screen and (max-width: 992px) {
    .mv-text>.text+.text {
        margin-top: clamp(0.625rem, 0.093rem + 2.27vw, 1.5rem)
    }
}

.mv-text.-change {
    display: none
}

@media screen and (max-width: 992px) {
    .mv-text.-change {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
}

.mv-logo {
    display: inline-flex;
    flex-direction: column;
    align-items: center
}

@media screen and (max-width: 992px) {
    .mv-logo {
        display: flex;
        margin-top: clamp(2.5rem, 1.36rem + 4.86vw, 4.375rem)
    }
}

.mv-logo>.text {
    font-size: 2.5rem;
    line-height: 1.2;
    color: #fff
}

@media screen and (max-width: 992px) {
    .mv-logo>.text {
        font-size: clamp(1.625rem, 1.473rem + 0.65vw, 1.875rem)
    }
}

.mv-logo>.logo {
    max-width: 25rem;
    margin-top: 3.75rem
}

@media screen and (max-width: 992px) {
    .mv-logo>.logo {
        width: 100%;
        max-width: 70%;
        margin-top: 2.5rem
    }
}

.mv-logo>.logo>.img {
    -o-object-fit: contain;
    object-fit: contain
}

@media screen and (max-width: 992px) {
    .mv-logo>.logo>.img {
        width: 100%
    }
}

.mv-list {
    display: flex;
    justify-content: center;
    margin-top: 6.25rem
}

@media screen and (max-width: 992px) {
    .mv-list {
        flex-direction: column;
        max-width: 44.75rem;
        margin: clamp(2.5rem, 1.36rem + 4.86vw, 4.375rem) auto 0
    }
}

.mv-item {
    display: flex;
    flex: 1;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

@media screen and (max-width: 992px) {
    .mv-item {
        padding: clamp(0.625rem, 0.093rem + 2.27vw, 1.5rem);
        padding-right: 0;
        padding-left: 0;
        flex-direction: column;
        gap: 0;
    }
}

.mv-item+.mv-item {
    margin-left: 1.875rem
}

@media screen and (max-width: 992px) {
    .mv-item+.mv-item {
        margin-top: clamp(0.625rem, -0.135rem + 3.24vw, 1.875rem);
        margin-left: 0
    }
}

.mv-item>.blowing {
    position: relative;
    display: inline-block;
    font-size: 1.125rem;
    line-height: 1.2;
    text-align: center
}

@media screen and (max-width: 992px) {
    .mv-item>.blowing {
        font-size: clamp(1rem, 0.924rem + 0.32vw, 1.125rem)
    }
}

.mv-item>.blowing::before,
.mv-item>.blowing::after {
    position: absolute;
    top: 50%;
    width: 1.5rem;
    height: .125rem;
    content: "";
    background-color: rgb(var(--c-main))
}

.mv-item>.blowing::before {
    left: -2.5rem;
    transform: translateY(-50%) rotate(50deg)
}

.mv-item>.blowing::after {
    right: -2.5rem;
    transform: translateY(-50%) rotate(-50deg)
}

.mv-item>.text {
    margin-top: 1.5rem;
    font-size: 1.875rem;
    line-height: 1.2;
    text-align: center
}

@media screen and (max-width: 992px) {
    .mv-item>.text {
        display: flex;
        align-items: baseline;
        margin-top: clamp(0.625rem, 0.397rem + 0.97vw, 1rem);
        margin-bottom: clamp(0.625rem, 0.397rem + 0.97vw, 1rem);
        font-size: clamp(1.125rem, 0.669rem + 1.94vw, 1.875rem)
    }
}

.mv-item>.text>.-paragraph {
    display: block
}

@media screen and (max-width: 992px) {
    .mv-item>.text>.-paragraph {
        margin-right: clamp(0.5rem, -0.716rem + 5.19vw, 2.5rem)
    }
}

.mv-item>.text>.-lg {
    font-size: 3.25rem
}

@media screen and (max-width: 992px) {
    .mv-item>.text>.-lg {
        font-size: clamp(1.5rem, 0.436rem + 4.54vw, 3.25rem)
    }
}

.mv-item>.text>.-sm {
    font-size: 1.875rem
}

@media screen and (max-width: 992px) {
    .mv-item>.text>.-sm {
        font-size: clamp(1rem, 0.468rem + 2.27vw, 1.875rem)
    }
}

.mv-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%
}

.mv-background::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(var(--c-main), 0.5)
}

.mv-background>.img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.intro-area {
    margin-bottom: 6.25rem
}

@media screen and (max-width: 992px) {
    .intro-area {
        margin-bottom: clamp(1.875rem, -0.784rem + 11.35vw, 6.25rem)
    }
}

.intro-section-01 {
    padding: 2.5rem;
    margin: 2rem 2.5rem 2.5rem;
    border: 1px solid rgb(var(--c-gray))
}

@media screen and (max-width: 992px) {
    .intro-section-01 {
        padding: 0;
        margin: clamp(1.875rem, 0.735rem + 4.86vw, 3.75rem) 0 clamp(1.875rem, 0.735rem + 4.86vw, 3.75rem);
        border: none
    }
}

.intro-section-01>.heading {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: .25rem;
    margin: 0 auto;
    font-size: 1.125rem;
    line-height: 1.2;
    text-align: center;
    border-bottom: 1px solid rgb(var(--c-main))
}

@media screen and (max-width: 992px) {
    .intro-section-01>.heading {
        width: auto;
        padding-bottom: 0;
        margin: 0;
        font-size: clamp(0.875rem, 0.647rem + 0.97vw, 1.25rem);
        border: none
    }
}

.intro-section-01>.text {
    margin-top: 2.5rem;
    font-size: .8125rem
}

@media screen and (max-width: 992px) {
    .intro-section-01>.text {
        padding: clamp(1rem, 0.696rem + 1.3vw, 1.5rem);
        margin-top: clamp(0.75rem, -0.314rem + 4.54vw, 2.5rem);
        font-size: clamp(0.625rem, 0.245rem + 1.62vw, 1.25rem);
        border: 1px solid rgb(var(--c-gray))
    }
}

.intro-section-02>.photo {
    margin-top: 5.75rem
}

@media screen and (max-width: 992px) {
    .intro-section-02>.photo {
        margin-top: clamp(1.875rem, -0.48rem + 10.05vw, 5.75rem)
    }
}

.intro-section-02>.group {
    margin-top: 3.75rem
}

@media screen and (max-width: 992px) {
    .intro-section-02>.group {
        margin-top: clamp(1.875rem, 0.735rem + 4.86vw, 3.75rem)
    }
}

.intro-section-02>.group>.text {
    font-size: 1.25rem
}

@media screen and (max-width: 992px) {
    .intro-section-02>.group>.text {
        font-size: clamp(0.875rem, 0.647rem + 0.97vw, 1.25rem)
    }
}

@media screen and (max-width: 768px) {
    .intro-section-02>.group>.text+.text {
        margin-top: clamp(1.5rem, 1.196rem + 1.3vw, 2rem)
    }
}

.intro-section-03>.group {
    display: flex
}

@media screen and (max-width: 992px) {
    .intro-section-03>.group {
        flex-direction: column;
        margin-top: clamp(0.938rem, -0.012rem + 4.05vw, 2.5rem)
    }
}

.intro-section-03>.group>.graph {
    flex: 1
}

.intro-section-03>.group>.graph+.graph {
    margin-left: 2.5rem
}

@media screen and (max-width: 992px) {
    .intro-section-03>.group>.graph+.graph {
        margin-top: clamp(1.875rem, 0.735rem + 4.86vw, 3.75rem);
        margin-left: 0
    }
}

.intro-section-03>.text {
    font-size: 2.5rem;
    line-height: 1.2;
    text-align: center
}

@media screen and (max-width: 992px) {
    .intro-section-03>.text {
        font-size: clamp(1rem, 0.088rem + 3.89vw, 2.5rem)
    }
}

@media screen and (max-width: 768px) {
    .intro-section-03>.text {
        margin-top: clamp(0.938rem, -0.012rem + 4.05vw, 2.5rem)
    }
}

.intro-section-03>.text>.-strong {
    color: red
}

.intro-section-03>.logo {
    max-width: 1300px;
    margin: 4.6875rem auto 0
}

@media screen and (max-width: 992px) {
    .intro-section-03>.logo {
        margin-top: clamp(0.938rem, -0.012rem + 4.05vw, 2.5rem)
    }
}

.about-inner>.group {
    display: flex;
    margin-top: 3.75rem
}

@media screen and (max-width: 992px) {
    .about-inner>.group {
        flex-direction: column;
        margin-top: clamp(1.875rem, 0.735rem + 4.86vw, 3.75rem)
    }
}

.about-text {
    flex: 1 1 65%;
    font-size: 1.125rem;
    letter-spacing: -0.01em
}

@media screen and (max-width: 992px) {
    .about-text {
        margin-top: clamp(1.875rem, 0.735rem + 4.86vw, 3.75rem);
        font-size: clamp(0.875rem, 0.723rem + 0.65vw, 1.125rem)
    }
}

@media screen and (max-width: 992px) {
    .about-text>.text .-pc {
        display: none
    }
}

@media screen and (max-width: 992px) {
    .about-text>.text>.-sp-margin {
        display: block;
        margin-top: 2em
    }
}

.about-text>.text+.text {
    margin-top: 2em
}

.about-photo {
    flex: 1 1 35%;
    margin-left: 1.875rem
}

@media screen and (max-width: 1300px) {
    .about-photo {
        margin-left: clamp(1.5rem, 0.292rem + 1.95vw, 1.875rem)
    }
}

@media screen and (max-width: 992px) {
    .about-photo {
        order: -1;
        margin-left: 0;
        position: relative
    }

    .about-photo::before {
        float: left;
        padding-top: 60%;
        content: ""
    }

    .about-photo::after {
        display: block;
        clear: both;
        content: ""
    }

    .about-photo img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.about-photo>.img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 15%;
    object-position: 50% 15%
}

.about-lower {
    margin-top: 2em
}

.about-lower>.text {
    font-size: 1.125rem;
    letter-spacing: -0.01em
}

@media screen and (max-width: 992px) {
    .about-lower>.text {
        font-size: clamp(0.875rem, 0.723rem + 0.65vw, 1.125rem)
    }
}

@media screen and (max-width: 992px) {
    .about-lower>.text .-pc {
        display: none
    }
}

@media screen and (max-width: 992px) {
    .about-lower>.text>.-sp-margin {
        display: block;
        margin-bottom: 2em
    }
}

.about-lower>.text+.text {
    margin-top: 2em
}

.about-name {
    margin-top: 3.75rem;
    text-align: right
}

@media screen and (max-width: 992px) {
    .about-name {
        margin-top: clamp(2rem, 0.936rem + 4.54vw, 3.75rem)
    }
}

.about-name>.upper {
    font-size: 1.5rem;
    line-height: 1
}

@media screen and (max-width: 992px) {
    .about-name>.upper {
        font-size: clamp(0.875rem, 0.495rem + 1.62vw, 1.5rem)
    }
}

.about-name>.lower {
    margin-top: 1.5rem;
    font-family: serif;
    font-size: 3.75rem;
    line-height: 1
}

@media screen and (max-width: 992px) {
    .about-name>.lower {
        margin-top: clamp(0.625rem, 0.093rem + 2.27vw, 1.5rem);
        font-size: clamp(1.563rem, 0.233rem + 5.67vw, 3.75rem)
    }
}

.factoring-area {
    margin-top: 6.25rem
}

@media screen and (max-width: 992px) {
    .factoring-area {
        margin-top: clamp(3.75rem, 2.231rem + 6.48vw, 6.25rem)
    }
}

.factoring-upper>.figure {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 6.0625rem auto 0
}

@media screen and (max-width: 992px) {
    .factoring-upper>.figure {
        margin-top: clamp(1.875rem, -0.67rem + 10.86vw, 6.063rem)
    }
}

@media screen and (max-width: 576px) {
    .factoring-upper>.figure {
        width: 100vw;
        padding-right: calc(50vw - 50%);
        padding-left: calc(50vw - 50%);
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        background-color: #fff
    }
}

.factoring-upper>.figure>.img {
    -o-object-fit: contain;
    object-fit: contain
}

.factoring-text {
    margin-top: 3.75rem
}

@media screen and (max-width: 992px) {
    .factoring-text {
        margin-top: clamp(1.875rem, 0.735rem + 4.86vw, 3.75rem)
    }
}

.factoring-text>.text {
    font-size: 1.25rem
}

@media screen and (max-width: 992px) {
    .factoring-text>.text {
        font-size: clamp(0.875rem, 0.647rem + 0.97vw, 1.25rem)
    }
}

@media screen and (max-width: 768px) {
    .factoring-text>.text+.text {
        margin-top: clamp(1.5rem, 1.196rem + 1.3vw, 2rem)
    }
}

.factoring-lower>.text {
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: center
}

@media screen and (max-width: 992px) {
    .factoring-lower>.text {
        font-size: clamp(0.875rem, 0.495rem + 1.62vw, 1.5rem)
    }
}

@media screen and (max-width: 768px) {
    .factoring-lower>.text {
        margin-top: clamp(0.938rem, 0.368rem + 2.43vw, 1.875rem)
    }
}

.factoring-lower>.table {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 2.5rem auto 0
}

@media screen and (max-width: 992px) {
    .factoring-lower>.table {
        margin-top: clamp(0.938rem, -0.012rem + 4.05vw, 2.5rem)
    }
}

.reason-area {
    margin-top: 6.25rem
}

@media screen and (max-width: 992px) {
    .reason-area {
        margin-top: clamp(1.875rem, -0.784rem + 11.35vw, 6.25rem)
    }
}

.reason-links {
    display: flex;
    flex-direction: column;
    margin: 6.0625rem auto 0
}

@media screen and (max-width: 992px) {
    .reason-links {
        margin-top: clamp(1.875rem, -0.67rem + 10.86vw, 6.063rem)
    }
}

.reason-links>.upper {
    display: flex;
    flex: 1
}

.reason-links>.lower {
    display: flex;
    margin-top: 1.875rem
}

@media screen and (max-width: 1300px) {
    .reason-links>.lower {
        margin-top: clamp(1.5rem, 0.292rem + 1.95vw, 1.875rem)
    }
}

@media screen and (max-width: 992px) {
    .reason-links>.lower {
        margin-top: clamp(1rem, 0.696rem + 1.3vw, 1.5rem)
    }
}

.reason-link {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 1.5rem;
    color: #fff;
    text-decoration: none;
    background-color: rgb(var(--c-sub))
}

@media screen and (max-width: 1300px) {
    .reason-link {
        padding: clamp(1rem, -0.61rem + 2.6vw, 1.5rem)
    }
}

@media screen and (max-width: 992px) {
    .reason-link {
        padding: clamp(0.625rem, 0.397rem + 0.97vw, 1rem)
    }
}

.reason-link+.reason-link {
    margin-left: 1.875rem
}

@media screen and (max-width: 1300px) {
    .reason-link+.reason-link {
        margin-left: clamp(1.5rem, 0.292rem + 1.95vw, 1.875rem)
    }
}

@media screen and (max-width: 992px) {
    .reason-link+.reason-link {
        margin-left: clamp(1rem, 0.696rem + 1.3vw, 1.5rem)
    }
}

.reason-link>.upper {
    font-size: 1.5rem
}

@media screen and (max-width: 992px) {
    .reason-link>.upper {
        font-size: clamp(0.625rem, 0.093rem + 2.27vw, 1.5rem)
    }
}

.reason-link>.middle {
    margin-top: 2rem;
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: center
}

@media screen and (max-width: 992px) {
    .reason-link>.middle {
        margin-top: clamp(0.625rem, -0.211rem + 3.57vw, 2rem);
        font-size: clamp(0.625rem, 0.093rem + 2.27vw, 1.5rem)
    }
}

.reason-link>.middle>.-lg {
    display: block;
    font-size: 2.625rem
}

@media screen and (max-width: 992px) {
    .reason-link>.middle>.-lg {
        margin-top: .25rem;
        font-size: clamp(1rem, 0.012rem + 4.21vw, 2.625rem)
    }
}

.reason-link>.lower {
    position: relative;
    display: block;
    align-self: flex-end;
    width: 7rem;
    height: .1875rem;
    margin-top: 2rem;
    background-color: #fff;
    transition: transform .6s
}

@media screen and (max-width: 992px) {
    .reason-link>.lower {
        width: clamp(1.875rem, -1.24rem + 13.29vw, 7rem);
        margin-top: clamp(1rem, 0.392rem + 2.59vw, 2rem)
    }
}

@media screen and (max-width: 768px) {
    .reason-link>.lower {
        height: .125rem
    }
}

.reason-link>.lower::before {
    position: absolute;
    top: -6px;
    right: 0;
    width: 1.25rem;
    height: .1875rem;
    content: "";
    background-color: #fff;
    transform: rotate(35deg)
}

@media screen and (max-width: 992px) {
    .reason-link>.lower::before {
        top: -.6048387097vw;
        width: clamp(0.625rem, 0.245rem + 1.62vw, 1.25rem)
    }
}

@media screen and (max-width: 768px) {
    .reason-link>.lower::before {
        top: -0.78125vw;
        height: .125rem
    }
}

.reason-link:focus>.lower {
    transform: translateX(10%)
}

@media(hover: hover)and (pointer: fine) {
    .reason-link:hover>.lower {
        transform: translateX(10%)
    }
}

.reason-lower {
    margin-top: 6.25rem
}

@media screen and (max-width: 992px) {
    .reason-lower {
        margin-top: clamp(1.875rem, -0.784rem + 11.35vw, 6.25rem)
    }
}

@media screen and (max-width: 992px) {
    .reason-section {
        display: flex;
        flex-direction: column
    }
}

.reason-section+.reason-section {
    margin-top: 6.25rem
}

@media screen and (max-width: 992px) {
    .reason-section+.reason-section {
        margin-top: clamp(3.75rem, 2.231rem + 6.48vw, 6.25rem)
    }
}

.reason-section>.heading {
    display: flex;
    font-size: 2.5rem
}

@media screen and (max-width: 992px) {
    .reason-section>.heading {
        display: inline-flex;
        flex-direction: column;
        order: -1;
        font-size: clamp(1.375rem, 0.691rem + 2.92vw, 2.5rem)
    }
}

.reason-section>.heading>.number {
    display: flex;
    align-items: center;
    padding: 1.875rem 2.5rem;
    color: #fff;
    background-color: rgb(var(--c-sub));
    border-top: 2px solid rgb(var(--c-sub));
    border-bottom: 2px solid rgb(var(--c-sub));
    border-left: 2px solid rgb(var(--c-sub))
}

@media screen and (max-width: 1300px) {
    .reason-section>.heading>.number {
        text-align: center
    }
}

@media screen and (max-width: 992px) {
    .reason-section>.heading>.number {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: clamp(0.375rem, -0.537rem + 3.89vw, 1.875rem) clamp(0.563rem, -0.615rem + 5.02vw, 2.5rem);
        text-align: left;
        border: none
    }
}

.reason-section>.heading>.title {
    display: inline-block;
    flex: 1;
    padding: 1.875rem 1rem;
    line-height: 1.2;
    border-top: 2px solid rgb(var(--c-sub));
    border-right: 2px solid rgb(var(--c-sub));
    border-bottom: 2px solid rgb(var(--c-sub))
}

@media screen and (max-width: 1300px) {
    .reason-section>.heading>.title {
        text-align: center
    }
}

@media screen and (max-width: 992px) {
    .reason-section>.heading>.title {
        padding: 0;
        margin-top: clamp(0.375rem, -0.537rem + 3.89vw, 1.875rem);
        color: rgb(var(--c-sub));
        text-align: left;
        border: none
    }
}

.reason-section>.text {
    margin-top: 2.5rem;
    font-size: 1.25rem
}

@media screen and (max-width: 992px) {
    .reason-section>.text {
        margin-top: clamp(1.875rem, 1.495rem + 1.62vw, 2.5rem);
        font-size: clamp(0.875rem, 0.647rem + 0.97vw, 1.25rem)
    }
}

.reason-photo {
    display: flex;
    margin-top: 2.5rem
}

@media screen and (max-width: 992px) {
    .reason-photo {
        flex-direction: column;
        margin-top: clamp(1.875rem, 1.495rem + 1.62vw, 2.5rem)
    }
}

.reason-photo>.photo {
    flex: 1
}

.reason-photo>.photo+.photo {
    margin-left: 3.25rem
}

@media screen and (max-width: 1300px) {
    .reason-photo>.photo+.photo {
        margin-left: clamp(1rem, -6.247rem + 11.69vw, 3.25rem)
    }
}

@media screen and (max-width: 992px) {
    .reason-photo>.photo+.photo {
        margin-top: clamp(1.875rem, 1.495rem + 1.62vw, 2.5rem);
        margin-left: 0
    }
}

.reason-container {
    margin-top: 5rem
}

@media screen and (max-width: 992px) {
    .reason-container {
        margin-top: clamp(1.875rem, -0.024rem + 8.1vw, 5rem)
    }
}

@media screen and (max-width: 576px) {
    .reason-container {
        padding: 0 2.5rem
    }
}

.reason-list {
    display: grid !important;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3.75rem 2.5rem;
    list-style-type: none
}

@media screen and (max-width: 1300px) {
    .reason-list {
        gap: clamp(2.5rem, -1.526rem + 6.49vw, 3.75rem) clamp(2.5rem, -1.526rem + 6.49vw, 3.75rem)
    }
}

@media screen and (max-width: 992px) {
    .reason-list {
        gap: clamp(2.5rem, 0.769rem + 4.81vw, 3.75rem) clamp(1.25rem, -0.481rem + 4.81vw, 2.5rem)
    }
}

@media screen and (max-width: 576px) {
    .reason-list {
        display: flex !important;
        gap: normal
    }
}

.reason-item>.photo {
    position: relative;
    display: block
}

.reason-item>.photo::before {
    position: absolute;
    right: 1.875rem;
    bottom: -1.875rem;
    width: 3.125rem;
    height: 3.125rem;
    content: "";
    background-image: url("../img/icon_zoom-in.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

@media screen and (max-width: 992px) {
    .reason-item>.photo::before {
        right: 1.814516129vw;
        bottom: -1.814516129vw;
        width: 4.2338709677vw;
        height: 4.2338709677vw
    }
}

@media screen and (max-width: 576px) {
    .reason-item>.photo::before {
        right: 5.2083333333vw;
        bottom: -5.2083333333vw;
        width: clamp(1.5rem, -0.13rem + 8.7vw, 3rem);
        height: clamp(1.5rem, -0.13rem + 8.7vw, 3rem)
    }
}

.reason-item>.photo>.img {
    -o-object-fit: contain;
    object-fit: contain
}

.reason-item>.name {
    display: block;
    margin-top: 1.75rem;
    font-size: 1.875rem;
    line-height: 1;
    text-align: center
}

@media screen and (max-width: 992px) {
    .reason-item>.name {
        margin-top: clamp(0.938rem, 0.368rem + 2.43vw, 1.875rem);
        font-size: clamp(1rem, 0.468rem + 2.27vw, 1.875rem)
    }
}

.reason-group {
    display: flex;
    align-items: center;
    max-width: 53.125rem;
    margin: 3.75rem auto 0
}

@media screen and (max-width: 992px) {
    .reason-group {
        position: relative;
        order: -1;
        margin-top: clamp(1.875rem, 0.735rem + 4.86vw, 3.75rem)
    }
}

.reason-group>.photo {
    flex: 1 1 60%
}

@media screen and (max-width: 1600px) {
    .reason-group>.photo {
        flex: 1
    }
}

@media screen and (max-width: 992px) {
    .reason-group>.photo {
        position: relative
    }

    .reason-group>.photo::before {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        background-color: rgba(0, 0, 0, .5);
    }

    .no-before::before {
        position: absolute !important;
        width: 100% !important;
        height: 100% !important;
        content: "" !important;
        background-color: rgba(0, 0, 0, .0) !important;
    }

    .reason-photo-special::before {
        background-color: transparent;
    }
}

.reason-group>.photo>.img {
    -o-object-fit: cover;
    object-fit: cover
}

.reason-group>.text {
    display: flex;
    flex: 1 1 40%;
    flex-direction: column;
    align-items: center;
    margin-left: 5rem;
    font-size: 2.5rem;
    line-height: 1;
    white-space: nowrap
}

@media screen and (max-width: 1600px) {
    .reason-group>.text {
        flex: 1;
        margin-left: clamp(3.75rem, 1.711rem + 3.29vw, 5rem)
    }
}

@media screen and (max-width: 992px) {
    .reason-group>.text {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        margin-left: 0;
        font-size: clamp(1.875rem, 1.495rem + 1.62vw, 2.5rem);
        color: #fff;
        text-shadow: 0 3px 6px rgba(0, 0, 0, .16);
        transform: translate(-50%, -50%)
    }
}

.reason-group>.text>.-strong {
    margin-top: 2rem;
    font-size: 7.5rem
}

@media screen and (max-width: 1600px) {
    .reason-group>.text>.-strong {
        font-size: clamp(6.25rem, 4.211rem + 3.29vw, 7.5rem)
    }
}

@media screen and (max-width: 992px) {
    .reason-group>.text>.-strong {
        margin-top: clamp(1.5rem, 1.196rem + 1.3vw, 2rem);
        font-size: clamp(4.5rem, 3.436rem + 4.54vw, 6.25rem)
    }
}

@media screen and (max-width: 992px) {
    .reason-group>.text>.-strong.-sp-lg {
        font-size: clamp(5.5rem, 4.284rem + 5.19vw, 7.5rem)
    }
}

.reason-group>.text>.-strong>.-sm {
    font-size: 5.625rem
}

@media screen and (max-width: 1600px) {
    .reason-group>.text>.-strong>.-sm {
        font-size: clamp(4.063rem, 1.513rem + 4.11vw, 5.625rem)
    }
}

@media screen and (max-width: 992px) {
    .reason-group>.text>.-strong>.-sm {
        font-size: clamp(3.563rem, 2.309rem + 5.35vw, 5.625rem)
    }
}

@media screen and (max-width: 576px) {
    .reason-slide {
        padding: 0 1rem
    }
}

@media screen and (max-width: 576px) {
    .reason-arrow {
        position: absolute;
        top: 50%;
        width: clamp(0.75rem, -0.416rem + 4.98vw, 1.375rem);
        height: clamp(4.063rem, -0.019rem + 17.41vw, 6.25rem);
        background-color: rgb(var(--c-main));
        transform: translateY(-50%)
    }
}

.reason-arrow.-prev {
    left: 0;
    -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
    clip-path: polygon(0 50%, 100% 100%, 100% 0)
}

.reason-arrow.-next {
    right: 0;
    -webkit-clip-path: polygon(100% 50%, 0 100%, 0 0);
    clip-path: polygon(100% 50%, 0 100%, 0 0)
}

.advantage-area {
    padding-top: 6.25rem;
    margin-bottom: 6.25rem
}

@media screen and (max-width: 992px) {
    .advantage-area {
        padding-top: clamp(1.875rem, -0.784rem + 11.35vw, 6.25rem);
        margin-bottom: clamp(1.875rem, -0.784rem + 11.35vw, 6.25rem)
    }
}

.advantage-inner>.table {
    display: block;
    margin: 2.5rem auto 0
}

@media screen and (max-width: 992px) {
    .advantage-inner>.table {
        margin-top: clamp(1.875rem, 1.495rem + 1.62vw, 2.5rem)
    }
}

@media screen and (max-width: 576px) {
    .advantage-inner>.table {
        width: 100vw;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw)
    }
}

.advantage-inner>.table>.img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media screen and (max-width: 992px) {
    .flow-area {
        margin-top: clamp(3.75rem, 0.331rem + 14.59vw, 9.375rem)
    }
}

.flow-inner>.group {
    margin-top: 5.375rem
}

@media screen and (max-width: 992px) {
    .flow-inner>.group {
        margin-top: clamp(1.875rem, -0.252rem + 9.08vw, 5.375rem)
    }
}

.flow-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center
}

.flow-section:not(:last-of-type)::after {
    display: block;
    width: 18.75rem;
    height: 3.75rem;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    content: "";
    background-color: rgb(var(--c-main))
}

@media screen and (max-width: 992px) {
    .flow-section:not(:last-of-type)::after {
        width: clamp(11.25rem, 6.692rem + 19.45vw, 18.75rem);
        height: clamp(2.5rem, 1.74rem + 3.24vw, 3.75rem);
        margin-top: clamp(1rem, 0.088rem + 3.89vw, 2.5rem);
        margin-bottom: clamp(1rem, 0.088rem + 3.89vw, 2.5rem)
    }
}

.flow-section>.container {
    width: 100%;
    padding: 3.75rem 3.75rem 3.75rem 11.25rem;
    border: 3px solid rgb(var(--c-main));
    border-radius: 60px
}

@media screen and (max-width: 992px) {
    .flow-section>.container {
        padding: clamp(1.25rem, -0.269rem + 6.48vw, 3.75rem);
        border-radius: clamp(0.625rem, -1.274rem + 8.1vw, 3.75rem)
    }
}

.flow-section>.container>.heading {
    position: relative;
    font-size: 2.5rem
}

@media screen and (max-width: 992px) {
    .flow-section>.container>.heading {
        display: inline-flex;
        align-items: flex-end;
        font-size: clamp(1.375rem, 0.691rem + 2.92vw, 2.5rem)
    }
}

.flow-section>.container>.heading::before {
    position: absolute;
    bottom: 0;
    left: -6.25rem;
    width: 5rem;
    height: 3.125rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

@media screen and (max-width: 992px) {
    .flow-section>.container>.heading::before {
        position: static;
        width: clamp(3.125rem, 1.985rem + 4.86vw, 5rem);
        height: clamp(1.875rem, 1.115rem + 3.24vw, 3.125rem);
        margin-right: clamp(1rem, 0.696rem + 1.3vw, 1.5rem);
        font-size: clamp(2rem, 0.936rem + 4.54vw, 3.75rem)
    }
}

.flow-section:first-of-type>.container>.heading::before {
    background-image: url("../img/icon_flow-number_01.svg")
}

.flow-section:nth-of-type(2)>.container>.heading::before {
    background-image: url("../img/icon_flow-number_02.svg")
}

.flow-section:nth-of-type(3)>.container>.heading::before {
    background-image: url("../img/icon_flow-number_03.svg")
}

.flow-section:nth-of-type(4)>.container>.heading::before {
    background-image: url("../img/icon_flow-number_04.svg")
}

.flow-section:last-of-type>.container>.heading::before {
    background-image: url("../img/icon_flow-number_05.svg")
}

.flow-section>.container>.text {
    margin-top: 2.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

@media screen and (max-width: 992px) {
    .flow-section>.container>.text {
        margin-top: clamp(1rem, 0.088rem + 3.89vw, 2.5rem);
        font-size: clamp(1rem, 0.848rem + 0.65vw, 1.25rem)
    }
}

.case-area {
    margin-top: 6.25rem
}

@media screen and (max-width: 992px) {
    .case-area {
        margin-top: clamp(1.875rem, -0.784rem + 11.35vw, 6.25rem)
    }
}

.case-inner>.list {
    margin-top: 6rem;
    list-style-type: none
}

@media screen and (max-width: 992px) {
    .case-inner>.list {
        margin-top: clamp(1.875rem, -0.632rem + 10.7vw, 6rem)
    }
}

.case-item {
    padding: 3.75rem 2.5rem;
    background-color: #fff
}

@media screen and (max-width: 992px) {
    .case-item {
        padding: clamp(1.875rem, 0.735rem + 4.86vw, 3.75rem) clamp(1.25rem, 0.49rem + 3.24vw, 2.5rem)
    }
}

.case-item+.case-item {
    margin-top: 3.75rem
}

@media screen and (max-width: 992px) {
    .case-item+.case-item {
        margin-top: clamp(1.875rem, 0.735rem + 4.86vw, 3.75rem)
    }
}

.case-item>.heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 1.875rem;
    line-height: 1.2
}

@media screen and (max-width: 992px) {
    .case-item>.heading {
        font-size: clamp(1.25rem, 0.87rem + 1.62vw, 1.875rem)
    }
}

.case-item>.heading::after {
    display: block;
    width: 100%;
    max-width: 60%;
    height: 1rem;
    margin-top: 1rem;
    content: "";
    background-color: rgb(var(--c-accent))
}

@media screen and (max-width: 992px) {
    .case-item>.heading::after {
        height: clamp(0.75rem, 0.598rem + 0.65vw, 1rem);
        margin-top: clamp(0.625rem, 0.397rem + 0.97vw, 1rem)
    }
}

.case-item>.group {
    display: flex;
    margin-top: 2.5rem
}

@media screen and (max-width: 992px) {
    .case-item>.group {
        flex-direction: column;
        margin-top: clamp(0.625rem, -0.515rem + 4.86vw, 2.5rem)
    }
}

.case-item>.group>.photo {
    flex: 1
}

.case-item>.group>.photo>.img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.case-item>.text {
    margin-top: 2.5rem;
    font-size: 1.25rem
}

@media screen and (max-width: 992px) {
    .case-item>.text {
        margin-top: clamp(1.875rem, 1.495rem + 1.62vw, 2.5rem);
        font-size: clamp(0.875rem, 0.647rem + 0.97vw, 1.25rem)
    }
}

.case-description {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 3.75rem
}

@media screen and (max-width: 992px) {
    .case-description {
        margin-top: clamp(0.938rem, 0.368rem + 2.43vw, 1.875rem);
        margin-left: 0
    }
}

.case-description>.group {
    display: flex;
    font-size: 1.5rem;
    line-height: 1;
    text-align: center
}

@media screen and (max-width: 1600px) {
    .case-description>.group {
        font-size: clamp(1.25rem, 0.842rem + 0.66vw, 1.5rem)
    }
}

@media screen and (max-width: 992px) {
    .case-description>.group {
        font-size: clamp(0.875rem, 0.647rem + 0.97vw, 1.25rem)
    }
}

@media screen and (max-width: 1600px) {
    .case-description>.group+.group {
        margin-top: clamp(1.875rem, -1.184rem + 4.93vw, 3.75rem)
    }
}

@media screen and (max-width: 992px) {
    .case-description>.group+.group {
        margin-top: clamp(0.625rem, -0.135rem + 3.24vw, 1.875rem)
    }
}

.case-description>.group>.term {
    flex: 1 0 40%;
    padding: 1rem;
    color: #fff;
    background-color: rgb(var(--c-main))
}

@media screen and (max-width: 992px) {
    .case-description>.group>.term {
        padding: clamp(0.5rem, 0.196rem + 1.3vw, 1rem)
    }
}

.case-description>.group>.description {
    flex: 1 1 60%;
    padding: 1rem;
    background-color: rgb(var(--c-bg))
}

@media screen and (max-width: 992px) {
    .case-description>.group>.description {
        padding: clamp(0.5rem, 0.196rem + 1.3vw, 1rem)
    }
}

.qa-area {
    margin-bottom: 6.25rem
}

@media screen and (max-width: 992px) {
    .qa-area {
        margin-bottom: clamp(1.875rem, -0.784rem + 11.35vw, 6.25rem)
    }
}

.qa-inner>.list {
    margin-top: 3.75rem
}

@media screen and (max-width: 992px) {
    .qa-inner>.list {
        margin-top: clamp(1.875rem, 0.735rem + 4.86vw, 3.75rem)
    }
}

.qa-item+.qa-item {
    margin-top: 2.5rem
}

@media screen and (max-width: 992px) {
    .qa-item+.qa-item {
        margin-top: clamp(1.875rem, 1.495rem + 1.62vw, 2.5rem)
    }
}

.qa-item>.heading {
    font-size: 1.5rem;
    line-height: 1.2
}

@media screen and (max-width: 992px) {
    .qa-item>.heading {
        font-size: clamp(1rem, 0.696rem + 1.3vw, 1.5rem)
    }
}

.qa-item>.heading>.button {
    display: flex;
    align-items: center;
    width: 100%
}

.qa-item>.answer {
    display: none
}

.qa-item>.answer>.inner {
    display: flex;
    align-items: flex-start;
    padding: 1.5rem;
    margin: 1.5rem 0 0 2.5rem;
    background-color: rgb(var(--c-bg))
}

@media screen and (max-width: 992px) {
    .qa-item>.answer>.inner {
        padding: clamp(1.25rem, 0.49rem + 3.24vw, 2.5rem);
        margin: clamp(1rem, 0.088rem + 3.89vw, 2.5rem) 0 0 0;
        border-radius: .625rem
    }
}

.qa-item>.answer>.inner>.text {
    font-size: 1.25rem;
    line-height: 1.75
}

@media screen and (max-width: 992px) {
    .qa-item>.answer>.inner>.text {
        font-size: clamp(0.875rem, 0.647rem + 0.97vw, 1.25rem)
    }
}

.qa-icon {
    position: relative;
    flex-shrink: 0;
    order: -1;
    width: 100%;
    max-width: 6.25rem;
    margin-right: 1.5rem;
    border-radius: .625rem
}

@media screen and (max-width: 992px) {
    .qa-icon {
        max-width: clamp(3.438rem, 1.728rem + 7.29vw, 6.25rem);
        margin-right: clamp(0.75rem, 0.294rem + 1.94vw, 1.5rem)
    }
}

.qa-icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 3.125rem;
    color: #fff;
    transform: translate(-50%, -50%)
}

@media screen and (max-width: 992px) {
    .qa-icon::before {
        font-size: clamp(1.875rem, 1.115rem + 3.24vw, 3.125rem)
    }
}

.qa-icon::after {
    display: block;
    padding-top: 100%;
    content: ""
}

.qa-icon.-question {
    background-color: rgb(var(--c-main))
}

.qa-icon.-question::before {
    content: "Q"
}

.qa-icon.-answer {
    background-color: rgb(var(--c-accent))
}

.qa-icon.-answer::before {
    content: "A"
}

.company-inner>.list {
    margin-top: 6.0625rem;
    border: 1px solid rgb(var(--c-gray))
}

@media screen and (max-width: 992px) {
    .company-inner>.list {
        margin-top: clamp(1.875rem, -0.67rem + 10.86vw, 6.063rem);
        border: none
    }
}

.company-item {
    display: flex
}

.company-item:not(:first-of-type) {
    border-top: 1px solid rgb(var(--c-gray))
}

@media screen and (max-width: 992px) {
    .company-item:first-of-type {
        border-top: 1px solid rgb(var(--c-gray))
    }
}

@media screen and (max-width: 992px) {
    .company-item:last-of-type {
        border-bottom: 1px solid rgb(var(--c-gray))
    }
}

.company-item>.term {
    display: flex;
    flex: 1 1 30%;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background-color: rgb(var(--c-bg))
}

@media screen and (max-width: 992px) {
    .company-item>.term {
        justify-content: flex-start;
        padding: clamp(0.75rem, 0.066rem + 2.92vw, 1.875rem);
        padding-right: 0;
        padding-left: 0;
        background-color: rgba(0, 0, 0, 0)
    }
}

.company-item>.term>.inner {
    font-size: 1.875rem;
    line-height: 1.2
}

@media screen and (max-width: 992px) {
    .company-item>.term>.inner {
        font-size: clamp(0.875rem, 0.267rem + 2.59vw, 1.875rem)
    }
}

.company-item>.description {
    display: flex;
    flex: 1 1 70%;
    align-items: center;
    padding: 1.5rem 1rem 1.5rem 1.5rem;
    background-color: #fff
}

@media screen and (max-width: 992px) {
    .company-item>.description {
        padding: clamp(0.75rem, 0.066rem + 2.92vw, 1.875rem)
    }
}

.company-item>.description>.inner {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.2
}

@media screen and (max-width: 992px) {
    .company-item>.description>.inner {
        font-size: clamp(0.875rem, 0.495rem + 1.62vw, 1.5rem)
    }
}

.company-item>.description>.inner>.note {
    margin-top: .5rem;
    font-size: 1.125rem;
    line-height: inherit
}

@media screen and (max-width: 992px) {
    .company-item>.description>.inner>.note {
        font-size: .75rem
    }
}

.company-item>.description>.inner>.text {
    line-height: inherit
}

.company-item>.description>.inner>.text+.text {
    margin-top: 1.5rem
}

@media screen and (max-width: 992px) {
    .company-item>.description>.inner>.text+.text {
        margin-top: clamp(0.25rem, -0.51rem + 3.24vw, 1.5rem)
    }
}

.address-group {
    flex: 1 1 70%;
    padding: 1.5rem 1rem 1.5rem 1.5rem;
    font-size: 1.25rem;
    font-weight: normal;
    line-height: 1.2
}

@media screen and (max-width: 992px) {
    .address-group {
        padding: clamp(0.75rem, 0.066rem + 2.92vw, 1.875rem);
        font-size: clamp(0.813rem, 0.547rem + 1.13vw, 1.25rem)
    }
}

@media screen and (max-width: 375px) {
    .address-group {
        padding: clamp(0.75rem, 0.066rem + 2.92vw, 1.875rem) 0 clamp(0.75rem, 0.066rem + 2.92vw, 1.875rem) clamp(0.75rem, 0.066rem + 2.92vw, 1.875rem)
    }
}

.address-group>.inner {
    display: flex;
    flex-direction: column
}

.address-group>.inner>.description+.description {
    margin-top: 2rem
}

@media screen and (max-width: 1600px) {
    .address-group>.inner>.description+.description {
        margin-top: clamp(1.5rem, -1.151rem + 4.28vw, 3.125rem)
    }
}

@media screen and (max-width: 992px) {
    .address-group>.inner>.description+.description {
        margin-top: clamp(1.25rem, 1.098rem + 0.65vw, 1.5rem)
    }
}

.address-group>.inner>.description>.name {
    font-weight: bold;
    line-height: inherit
}

.address-group>.inner>.description>.group {
    display: flex;
    margin-top: 1rem
}

@media screen and (max-width: 992px) {
    .address-group>.inner>.description>.group {
        flex-direction: column;
        margin-top: .25rem
    }
}

.address-group>.inner>.description>.group>.postal {
    flex-shrink: 0;
    line-height: inherit
}

.address-group>.inner>.description>.group>.address {
    margin-left: 1rem;
    line-height: inherit
}

@media screen and (max-width: 992px) {
    .address-group>.inner>.description>.group>.address {
        margin-top: .25rem;
        margin-left: 0
    }
}

.contact-area {
    padding-bottom: 6.25rem;
    background-color: #f1f4f8
}

@media screen and (max-width: 992px) {
    .contact-area {
        padding-bottom: clamp(3.75rem, 2.231rem + 6.48vw, 6.25rem)
    }
}

.contact-inner {
    padding-top: 3.75rem
}

@media screen and (max-width: 768px) {
    .contact-inner {
        padding-top: clamp(1.875rem, 0.086rem + 7.63vw, 3.75rem)
    }
}

.contact-inner>.form {
    margin-top: 3.75rem
}

@media screen and (max-width: 992px) {
    .contact-inner>.form {
        margin-top: clamp(1.875rem, 0.735rem + 4.86vw, 3.75rem)
    }
}

.form-group {
    display: flex
}

@media screen and (max-width: 768px) {
    .form-group {
        flex-direction: column
    }
}

.form-group+.form-group {
    margin-top: 2.5rem
}

@media screen and (max-width: 992px) {
    .form-group+.form-group {
        margin-top: clamp(1.875rem, 1.495rem + 1.62vw, 2.5rem)
    }
}

.form-group>.heading {
    display: flex;
    flex: 1 1 30%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    line-height: 1;
    text-align: center;
    background-color: rgb(var(--c-main))
}

@media screen and (max-width: 768px) {
    .form-group>.heading {
        flex-direction: row;
        justify-content: flex-start;
        padding: 0;
        text-align: left;
        background-color: rgba(0, 0, 0, 0)
    }
}

.form-group>.heading>.label {
    font-size: 1.5rem;
    color: #fff
}

@media screen and (max-width: 992px) {
    .form-group>.heading>.label {
        font-size: clamp(1rem, 0.696rem + 1.3vw, 1.5rem)
    }
}

@media screen and (max-width: 768px) {
    .form-group>.heading>.label {
        color: rgb(var(--c-body))
    }
}

.form-group>.heading>.required {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: .5rem 1.5rem;
    margin-top: 1rem;
    font-size: 1.125rem;
    background-color: #fff
}

@media screen and (max-width: 992px) {
    .form-group>.heading>.required {
        font-size: clamp(1rem, 0.924rem + 0.32vw, 1.125rem)
    }
}

@media screen and (max-width: 768px) {
    .form-group>.heading>.required {
        order: -1;
        padding: .5rem 1.5rem;
        margin-top: 0;
        margin-right: .625rem;
        color: #fff;
        background-color: rgb(var(--c-main))
    }
}

@media screen and (max-width: 768px) {
    .form-group>.heading>.required.-pc {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .form-group>.heading>.any {
        order: -1;
        padding: .5rem 1.5rem;
        margin-right: .625rem;
        font-size: clamp(1rem, 0.924rem + 0.32vw, 1.125rem);
        background-color: #c3c3c3
    }
}

.form-input {
    display: flex;
    flex: 1 1 70%;
    flex-direction: column;
    justify-content: center;
    padding: 1.5rem;
    background-color: #fff
}

@media screen and (max-width: 768px) {
    .form-input {
        padding: 0;
        margin-top: clamp(0.625rem, 0.093rem + 2.27vw, 1.5rem);
        background-color: rgba(0, 0, 0, 0)
    }
}

.form-input>.input,
.form-input>.textarea {
    padding: .75rem;
    font-size: 1.25rem;
    color: #000;
    background-color: #fff;
    border: 1px solid rgb(var(--c-gray))
}

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

    .form-input>.input,
    .form-input>.textarea {
        padding: clamp(0.5rem, 0.348rem + 0.65vw, 0.75rem);
        font-size: clamp(1rem, 0.848rem + 0.65vw, 1.25rem)
    }
}

.form-input>.input::-moz-placeholder,
.form-input>.textarea::-moz-placeholder {
    color: rgb(var(--c-placeholder))
}

.form-input>.input::placeholder,
.form-input>.textarea::placeholder {
    color: rgb(var(--c-placeholder))
}

.form-input>.textarea {
    min-height: 310px;
    resize: none
}

@media screen and (max-width: 992px) {
    .form-input>.textarea {
        min-height: clamp(6.25rem, -1.727rem + 34.04vw, 19.375rem)
    }
}

.form-input>.example {
    margin-top: .75rem;
    font-size: 1.25rem;
    font-weight: normal
}

@media screen and (max-width: 992px) {
    .form-input>.example {
        margin-top: clamp(0.625rem, 0.549rem + 0.32vw, 0.75rem);
        font-size: clamp(0.875rem, 0.647rem + 0.97vw, 1.25rem)
    }
}

.select-container {
    position: relative
}

.select-container::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 2.1875rem;
    height: 1.6875rem;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    content: "";
    background-color: rgb(var(--c-main));
    transform: translateY(-50%)
}

@media screen and (max-width: 992px) {
    .select-container::before {
        right: clamp(0.75rem, 0.598rem + 0.65vw, 1rem);
        width: clamp(1rem, 0.278rem + 3.08vw, 2.188rem);
        height: clamp(0.875rem, 0.381rem + 2.11vw, 1.688rem)
    }
}

.select-container>.select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: .75rem;
    font-size: 1.25rem;
    color: rgb(var(--c-placeholder));
    background-color: #fff;
    border: 1px solid rgb(var(--c-gray))
}

@media screen and (max-width: 992px) {
    .select-container>.select {
        padding: clamp(0.5rem, 0.348rem + 0.65vw, 0.75rem);
        font-size: clamp(1rem, 0.848rem + 0.65vw, 1.25rem)
    }
}

.form-checkList {
    flex: 1 1 70%;
    padding: 1.5rem;
    list-style-type: none;
    background-color: #fff
}

@media screen and (max-width: 768px) {
    .form-checkList {
        display: grid;
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        gap: clamp(1.25rem, 0.87rem + 1.62vw, 1.875rem) clamp(2.5rem, 1.74rem + 3.24vw, 3.75rem);
        padding: 0;
        margin-top: clamp(0.625rem, 0.093rem + 2.27vw, 1.5rem);
        background-color: rgba(0, 0, 0, 0)
    }
}

.form-checkItem {
    display: flex
}

.form-checkItem+.form-checkItem {
    margin-top: 1.5rem
}

@media screen and (max-width: 768px) {
    .form-checkItem+.form-checkItem {
        margin-top: 0
    }
}

.form-checkItem>.label {
    display: inline-flex;
    align-items: center;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer
}

@media screen and (max-width: 992px) {
    .form-checkItem>.label {
        font-size: clamp(1rem, 0.848rem + 0.65vw, 1.25rem)
    }
}

.form-checkItem>.label>.checkbox {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.form-checkItem>.label>.icon {
    position: relative;
    display: inline-block;
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1rem;
    background-color: #fff;
    border: 1px solid rgb(var(--c-gray))
}

@media screen and (max-width: 992px) {
    .form-checkItem>.label>.icon {
        width: clamp(1.25rem, 1.098rem + 0.65vw, 1.5rem);
        height: clamp(1.25rem, 1.098rem + 0.65vw, 1.5rem);
        margin-right: clamp(0.625rem, 0.397rem + 0.97vw, 1rem)
    }
}

.form-checkItem>.label>.icon::after {
    position: absolute;
    top: -0.35em;
    right: 0;
    bottom: 0;
    left: 0;
    width: 1em;
    height: .5em;
    margin: auto;
    content: "";
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    border-left: 2px solid rgba(0, 0, 0, 0);
    transform: rotate(-45deg)
}

.form-checkItem>.label>.checkbox:focus+.icon {
    box-shadow: 0 0 .4rem rgba(0, 0, 0, .2)
}

.form-checkItem>.label>.checkbox:checked+.icon::after {
    border-color: rgb(var(--c-main))
}

.form-checkItem>.label>.text {
    font-weight: normal
}

/* .send-button {
    max-width: 70%;
    margin: 3.75rem auto 0
}

@media screen and (max-width: 992px) {
    .send-button {
        margin-top: clamp(1.875rem, 0.735rem + 4.86vw, 3.75rem)
    }
}

@media screen and (max-width: 576px) {
    .send-button {
        max-width: 100%
    }
}

.send-button>.button {
    display: block;
    width: 100%;
    padding: 1.5rem 1rem;
    margin: 0 auto;
    font-size: 1.875rem;
    color: #fff;
    text-align: center;
    background-color: rgb(var(--c-main));
    border: 2px solid rgb(var(--c-main));
    transition: background-color .6s, color .6s
}

.send-button>.button:focus {
    color: rgb(var(--c-main));
    background-color: #fff
}

@media(hover: hover)and (pointer: fine) {
    .send-button>.button:hover {
        color: rgb(var(--c-main));
        background-color: #fff
    }
}

@media screen and (max-width: 992px) {
    .send-button>.button {
        max-width: 80%;
        padding: clamp(1rem, 0.696rem + 1.3vw, 1.5rem) 1rem;
        font-size: clamp(1.125rem, 0.669rem + 1.94vw, 1.875rem)
    }
} */

.modal-area {
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--index-modal);
    display: none;
    width: 100%;
    height: 100%
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.modal-area.is-open {
    display: block
}

.modal-area[aria-hidden=false] {
    -webkit-animation: fadeIn .3s cubic-bezier(0, 0, 0.2, 1);
    animation: fadeIn .3s cubic-bezier(0, 0, 0.2, 1)
}

.modal-area[aria-hidden=true] {
    -webkit-animation: fadeOut .3s cubic-bezier(0, 0, 0.2, 1);
    animation: fadeOut .3s cubic-bezier(0, 0, 0.2, 1)
}

.modal-wrapper {
    position: relative;
    z-index: -2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: clamp(1.5rem, -0.237rem + 2.8vw, 3.125rem)
}

@media screen and (max-width: 992px) {
    .modal-wrapper {
        padding: 1.5rem clamp(1rem, 0.696rem + 1.3vw, 1.5rem)
    }
}

.modal-wrapper>.overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(92, 89, 89, .3)
}

.modal-container {
    position: relative;
    width: 100%;
    max-width: 96.875rem;
    height: 100%;
    background-color: #fff;
    border-radius: 1.625rem
}

@media screen and (max-width: 768px) {
    .modal-container {
        border-radius: 1rem
    }
}

.modal-container>.button {
    position: absolute;
    top: 3.125rem;
    right: 3.125rem;
    width: clamp(2.5rem, 1.164rem + 2.16vw, 3.75rem);
    height: clamp(2.5rem, 1.164rem + 2.16vw, 3.75rem)
}

@media screen and (max-width: 768px) {
    .modal-container>.button {
        top: clamp(1.25rem, -0.539rem + 7.63vw, 3.125rem);
        right: clamp(1.25rem, -0.539rem + 7.63vw, 3.125rem);
        width: clamp(1.625rem, 0.79rem + 3.56vw, 2.5rem);
        height: clamp(1.625rem, 0.79rem + 3.56vw, 2.5rem)
    }
}

.modal-container>.button::before,
.modal-container>.button::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: .625rem;
    content: "";
    background-color: rgb(var(--c-main), 0.6)
}

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

    .modal-container>.button::before,
    .modal-container>.button::after {
        height: clamp(0.313rem, 0.014rem + 1.27vw, 0.625rem)
    }
}

.modal-container>.button::before {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.modal-container>.button::after {
    transform: translate(-50%, -50%) rotate(45deg)
}

.modal-content {
    width: 100%;
    max-height: 100%;
    padding: 2.5rem clamp(3.75rem, 1.078rem + 4.31vw, 6.25rem) 2.5rem;
    overflow-y: auto
}

@media screen and (max-width: 768px) {
    .modal-content {
        padding: 2.5rem clamp(1.25rem, -1.135rem + 10.18vw, 3.75rem) 2.5rem
    }
}

.modal-content>.avatar {
    max-width: 15rem;
    margin: 0 auto
}

@media screen and (max-width: 992px) {
    .modal-content>.avatar {
        max-width: clamp(11.25rem, 8.971rem + 9.72vw, 15rem)
    }
}

.modal-content>.name {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1;
    text-align: center
}

@media screen and (max-width: 992px) {
    .modal-content>.name {
        margin-top: clamp(0.875rem, 0.799rem + 0.32vw, 1rem);
        font-size: clamp(0.75rem, 0.598rem + 0.65vw, 1rem)
    }
}

.modal-content>.list {
    display: flex;
    margin-top: 1rem
}

@media screen and (max-width: 768px) {
    .modal-content>.list {
        flex-direction: column;
        max-width: 65%;
        margin: 1rem auto 0
    }
}

@media screen and (max-width: 576px) {
    .modal-content>.list {
        max-width: 80%
    }
}

.modal-content>.text {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    font-size: 1rem;
    line-height: 1.7;
    border-top: .375rem solid #f1f4f8
}

@media screen and (max-width: 992px) {
    .modal-content>.text {
        padding-top: clamp(1.25rem, 1.098rem + 0.65vw, 1.5rem);
        margin-top: clamp(1.25rem, 1.098rem + 0.65vw, 1.5rem);
        font-size: clamp(0.875rem, 0.799rem + 0.32vw, 1rem);
        border-top: clamp(0.125rem, -0.027rem + 0.65vw, 0.375rem) solid #f1f4f8
    }
}

.self-intro {
    display: flex;
    flex: 1;
    flex-direction: column;
    text-align: center
}

.self-intro+.self-intro {
    margin-left: 2.5rem
}

@media screen and (max-width: 992px) {
    .self-intro+.self-intro {
        margin-left: clamp(1.25rem, -3.036rem + 8.93vw, 2.5rem)
    }
}

@media screen and (max-width: 768px) {
    .self-intro+.self-intro {
        margin-top: clamp(0.625rem, 0.245rem + 1.62vw, 1.25rem);
        margin-left: 0
    }
}

.self-intro>.term {
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.2;
    color: #fff;
    background-color: rgb(var(--c-main))
}

@media screen and (max-width: 992px) {
    .self-intro>.term {
        padding: clamp(0.25rem, 0.098rem + 0.65vw, 0.5rem) .5rem;
        font-size: clamp(0.875rem, 0.799rem + 0.32vw, 1rem)
    }
}

.self-intro>.description {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.2
}

@media screen and (max-width: 992px) {
    .self-intro>.description {
        margin-top: clamp(0.25rem, -0.206rem + 1.94vw, 1rem);
        font-size: clamp(0.875rem, 0.799rem + 0.32vw, 1rem)
    }
}

.modal-track {
    height: 100%
}

.modal-slide {
    display: flex;
    align-items: center;
    justify-content: center
}

.modal-arrow {
    position: absolute;
    top: 30%;
    width: clamp(1.375rem, 0.707rem + 1.08vw, 2rem);
    height: clamp(6.25rem, 2.909rem + 5.39vw, 9.375rem);
    background-color: rgb(var(--c-main))
}

@media screen and (max-width: 768px) {
    .modal-arrow {
        width: clamp(0.75rem, 0.154rem + 2.54vw, 1.375rem);
        height: clamp(4rem, 1.853rem + 9.16vw, 6.25rem)
    }
}

.modal-arrow.-prev {
    left: clamp(1.625rem, 0.022rem + 2.59vw, 3.125rem);
    -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
    clip-path: polygon(0 50%, 100% 100%, 100% 0)
}

@media screen and (max-width: 768px) {
    .modal-arrow.-prev {
        left: clamp(1.25rem, 0.892rem + 1.53vw, 1.625rem)
    }
}

.modal-arrow.-next {
    right: clamp(1.625rem, 0.022rem + 2.59vw, 3.125rem);
    -webkit-clip-path: polygon(100% 50%, 0 100%, 0 0);
    clip-path: polygon(100% 50%, 0 100%, 0 0)
}

@media screen and (max-width: 768px) {
    .modal-arrow.-next {
        right: clamp(1.25rem, 0.892rem + 1.53vw, 1.625rem)
    }
}

.page-check {
    margin-top: 5rem;
    margin-bottom: 5rem
}

@media screen and (max-width: 576px) {
    .page-check {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem
    }
}

.page-check>.heading {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem
}

.page-check>.heading::before,
.page-check>.heading::after {
    display: inline-block;
    width: 1.25rem;
    height: .125rem;
    content: "";
    background-color: rgb(var(--c-main))
}

.page-check>.heading::before {
    margin-right: 1rem
}

.page-check>.heading::after {
    margin-left: 1rem
}

.page-check>.group {
    margin-top: 5rem
}

@media screen and (max-width: 576px) {
    .page-check>.group {
        margin-top: 2.5rem
    }
}

.check-table {
    width: 100%
}

.check-table tr {
    display: flex;
    flex-direction: column;
    text-align: left
}

@media screen and (max-width: 576px) {
    .check-table tr {
        font-size: .875rem
    }
}

.check-table tr+tr {
    margin-top: 2.5rem
}

@media screen and (max-width: 576px) {
    .check-table tr+tr {
        margin-top: 1.25rem
    }
}

.check-table th {
    padding: .5rem;
    color: #fff;
    background-color: rgb(var(--c-main))
}

.check-table td {
    margin-top: 1rem;
    font-weight: normal;
    color: #000
}

.check-confirm__textWrap {
    margin: 30px 0;
}

.check-confirm__privacyWrap {
    margin-top: 20px;
}

.check-confirm__privacy {
    margin-right: 10px;
    transform: scale(1.5);
    vertical-align: middle;
}

.check-confirm__textWrap .check-confirm__privacyWrap a {
    color: rgb(var(--c-accent));
    transition: 0.4s ease-in-out;
    line-height: 2;
}

.check-confirm__textWrap .check-confirm__privacyWrap a:hover {
    color: rgb(var(--c-main));
}

.check-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5rem
}

@media screen and (max-width: 576px) {
    .check-buttons {
        margin-top: 2.5rem
    }
}

.check-buttons>.button {
    display: inline-block;
    width: 100%;
    padding: .5rem 1rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 100vmax;
    transition: opacity .6s
}

.check-buttons>.button:focus {
    opacity: .6
}

@media(hover: hover)and (pointer: fine) {
    .check-buttons>.button:hover {
        opacity: .6
    }
}

.check-buttons>.button.-send {
    max-width: 10rem;
    padding: .75rem;
    font-size: 1.25rem;
    background-color: rgb(var(--c-main));
    border: 1px solid rgb(var(--c-main))
}

@media screen and (max-width: 576px) {
    .check-buttons>.button.-send {
        font-size: 1rem
    }
}

.check-buttons>.button.-back {
    max-width: 7.5rem;
    margin-top: 1.5rem;
    background-color: #bbb;
    border: 1px solid #bbb
}

@media screen and (max-width: 576px) {
    .check-buttons>.button.-back {
        font-size: .875rem
    }
}

.page-thanks {
    margin-top: 5rem;
    margin-bottom: 5rem;
    text-align: center
}

@media screen and (max-width: 576px) {
    .page-thanks {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem
    }
}

@media screen and (max-width: 576px) {
    .page-thanks>.text {
        font-size: .875rem
    }
}

.page-thanks>.button {
    display: inline-block;
    width: 100%;
    max-width: 15rem;
    padding: 1rem;
    margin-top: 2.5rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background-color: rgb(var(--c-main));
    border: 2px solid rgb(var(--c-main));
    border-radius: 100vmax;
    transition: color .3s, background-color .3s
}

.page-thanks>.button:focus {
    color: rgb(var(--c-body));
    background-color: #fff
}

@media(hover: hover)and (pointer: fine) {
    .page-thanks>.button:hover {
        color: rgb(var(--c-body));
        background-color: #fff
    }
}

@media screen and (max-width: 576px) {
    .page-thanks>.button {
        margin-top: 1.25rem;
        font-size: .875rem
    }
}

@media screen and (max-width: 576px) {
    ._pc-only {
        display: none
    }
}

._sp-only {
    display: none
}

@media screen and (max-width: 576px) {
    ._sp-only {
        display: block
    }
}

.lp8_radio {
    font-size: 1.25rem;
    font-weight: normal;
    display: flex;
    flex-direction: column;
}

.lp8_radio>.label {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    cursor: pointer;
    line-height: var(--line-height);
}

.banner {
    text-align: center;
    padding: 2.5rem;
}

.intro-area .banner {
    padding: 0 0 2rem 0;
}

/* 追加css 20240227*/

/* .pc{
    display: block!important;
  } */

.sp {
    display: none !important;
}

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

    .sp {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

    img {
        width: 100%;
    }

    .txt_yg_sp {
        color: #ffe035 !important;
        font-size: 5.067vw !important;
    }

    .ft58 {
        font-size: 7.733vw !important;
    }

    .ft48 {
        font-size: 6.4vw !important;
    }

    .ft34 {
        font-size: 4.533vw !important;
    }

    .mv-text>.text+.text {
        margin-top: 0;
    }

    .mv-text_sp {
        position: relative;
    }

    .period_sp {
        position: absolute;
        top: -4vw;
        font-size: 1.867vw !important;
    }

    /* .mv-label{
            justify-content: space-between;
        } */

    .mv-text.-change.mv-text_s {
        display: flex !important;
    }
}



/* アンケート */
.intro-inner {
    max-width: calc(var(--base-inner) + var(--inner-padding)*2);
    padding: 0 var(--inner-padding);
    margin-right: auto;
    margin-left: auto;
}

.intro-inner .intro-section-01 {
    margin: 4rem 0 2.5rem;
}

.intro-inner .intro-section-01 a {
    text-decoration: none;
}

.sp-only {
    display: none;
}

@media screen and (max-width: 992px) {
    .intro-inner .intro-section-01 {
        padding: 2.5rem;
        border: 1px solid rgb(var(--c-gray));
    }

    .intro-inner .intro-section-01>.text {
        padding: 0;
        margin-top: clamp(0.75rem, -0.314rem + 4.54vw, 2.5rem);
        font-size: .8125rem;
        border: none;
    }

    .intro-inner .intro-section-01>.heading {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding-bottom: 0.25rem;
        margin: 0 auto;
        border-bottom: 1px solid #000;
    }
}

/* 追加コンテンツ2024/9/2 */

/* header */
.header-area {
    background-color: rgb(var(--c-main));
}

.header-area .header-wrap {
    display: flex;
    justify-content: flex-end;
    max-width: 75rem;
    margin: auto;
    height: 70px;
}

.header-area .header-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px 0;
    border-radius: 10px;
    width: 180px;
    text-decoration: unset;
}

.header-area .header-inner.tel {
    background-color: #fff;
}

.header-area .header-inner.mail {
    background-color: rgb(var(--c-accent));
    margin-left: 2rem;
    margin-right: 1rem;
}

.header-area .header-inner img {
    width: 30px;
    margin-right: 10px;
}

.header-area .header-inner p {
    text-align: center;
    line-height: 1.3;
}

.header-area .header-inner.mail p {
    color: #fff;
}

@media screen and (max-width: 992px) {
    .header-area .header-wrap {
        justify-content: space-evenly;
    }

    .header-area .header-inner.mail {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 425px) {
    .header-area .header-inner {
        width: 48%;
    }
}

/* こんなお悩み */
.about-inner .group .worries {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 6.25rem;
}

.about-inner .group .worries .contents {
    width: 32%;
    box-sizing: border-box;
    background-color: #f3f5f8;
    text-align: center;
    margin-bottom: 1em;
}

.about-inner .group .worries .content04 {
    margin-left: 17%;
}

.about-inner .group .worries .content05 {
    margin-right: 17%;
}

.about-inner .group .worries .contents p {
    height: 90px;
    align-items: center;
    display: inline-flex;
    padding: 0 5px;
    line-height: 1.3;
    font-size: 1.3rem;
}

@media screen and (max-width: 992px) {
    .about-inner .group .worries {
        margin-bottom: clamp(1.875rem, -0.784rem + 11.35vw, 6.25rem);
    }

    .about-inner .group .worries .contents {
        width: 48%;
    }

    .about-inner .group .worries .content04 {
        margin-left: 0;
    }

    .about-inner .group .worries .content05 {
        margin-right: 0;
    }

    .about-inner .group .worries .contents:last-child {
        flex: 0 0 48%;
        margin: 0 auto 1em;
    }

    .about-inner .group .worries .contents p {
        font-size: clamp(0.7rem, 0.38rem + 1.62vw, 1.5rem);
    }
}

/* グラフ */
.about-photo {
    flex: 1 1 40%;
}

.about-photo>.img {
    height: auto;
    padding: 1rem;
}

.about-photo .orange-title {
    background-color: rgb(var(--c-accent));
    color: #fff;
    text-align: center;
}

.about-photo .annotation {
    color: #000;
    font-size: .75rem;
}

@media screen and (max-width: 992px) {
    .about-photo::before {
        content: none;
    }

    .about-photo>.img {
        width: 40%;
        margin: auto;
        display: block;
        min-width: 250px;
    }

    .about-photo img {
        position: unset;
    }

    .about-photo .annotation {
        font-size: .5rem;
    }
}

/* CTA */
.flow-section .cta-wrap {
    padding: clamp(0.625rem, 0.093rem + 2.27vw, 1.5rem);
    padding-right: 0;
    padding-left: 0;
}

.consult-inner>.text {
    margin-bottom: clamp(0.5rem, -0.336rem + 3.57vw, 1.875rem);
    margin-top: 0;
    font-size: 1.875rem;
}

.cta-area {
    max-width: 500px;
    margin: 6px auto;
    width: 94%;
    text-align: center;
}

.flow-section .cta-area {
    width: 100%;
}

.cta-area .microcopy {
    line-height: normal;
    color: #fff;
}

.consult-area .cta-area .microcopy,
.flow-section .cta-area .microcopy {
    color: rgb(var(--c-main));
}

.cta-area .slash {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.cta-area .slash::before,
.cta-area .slash::after {
    content: "";
    width: 18px;
    height: 1px;
    background-color: #fff;
    margin-bottom: -.2em;
}

.consult-area .cta-area .slash::before,
.consult-area .cta-area .slash::after,
.flow-section .cta-area .slash::before,
.flow-section .cta-area .slash::after {
    background-color: rgb(var(--c-main));
}

.cta-area .slash::before {
    transform: rotate(60deg);
}

.cta-area .slash::after {
    transform: rotate(-60deg);
}

.cta-area .cta-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    width: 48%;
    height: 58px;
    text-decoration: unset;
    margin-bottom: 7px;
}

.cta-area .cta-inner.tel {
    background-color: #dc0606;
    width: 100%;
    box-shadow: 0px 7px 0px #a60101;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.mv-item .cta-area .cta-inner.tel {
  background-color: #fff;
  box-shadow: 0px 7px 0px #ccc;
}

.cta-area .cta-inner.tel:hover {
    box-shadow: none;
    transform:
        scale(0.99, 0.99) translateY(2px);
}

.cta-area .cta-inner.line {
    background-color: #02c300;
}

.cta-area .cta-inner.mail {
    background-color: rgb(var(--c-accent));
    box-shadow: 0px 7px 0px #d44b10;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.cta-area .cta-inner.mail:hover {
    box-shadow: none;
    transform:
        scale(0.99, 0.99) translateY(2px);
}

.cta-area .cta-inner img {
    width: 30px;
    margin-right: 10px;
}

.cta-area .cta-inner img.arrow {
    margin-right: 0;
    margin-left: 10px;
}

.cta-area .cta-inner p {
    text-align: center;
    line-height: 1.3;
    color: #fff;
}

.mv-item .cta-area .cta-inner.tel p {
  color: #00378C;
}

@media screen and (max-width: 992px) {
    .consult-inner>.text {
        font-size: clamp(1.25rem, 0.87rem + 1.62vw, 1.875rem);
    }
}

@media screen and (max-width: 425px) {
    .cta-area .cta-inner p {
        font-size: 14px;
    }
}

/* ご利用までの流れ */
.icon-column {
    display: flex;
    justify-content: space-around;
    margin-top: 1.5rem;
}

.icon-column .icon-column-inner {
    text-align: center;
}

.icon-column .icon-column-inner img {
    padding: 1rem 0;
    width: auto;
}

.icon-column .icon-column-inner a {
    color: rgb(var(--c-accent));
    display: block;
}

.icon-list {
    margin-top: clamp(1rem, 0.088rem + 3.89vw, 2.5rem);
}

.icon-list .icon-list-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.icon-list .icon-list-inner img {
    width: 50px;
    box-sizing: content-box;
    padding: 10px 20px 10px 0;
}

.icon-list .icon-list-inner p {
    color: rgb(var(--c-accent));
    line-height: 1.3;
}

.icon-list>span {
    color: #000;
    font-size: .75rem;
}

@media screen and (max-width: 992px) {
    .icon-column {
        justify-content: space-between;
        margin-top: 0;
    }

    .icon-column .icon-column-inner img {
        width: 70%;
    }
}

@media screen and (max-width: 576px) {
    .icon-column .icon-column-inner img {
        width: 50%;
    }

    .icon-column .icon-column-inner a {
        font-size: 0.8rem;
    }

    .icon-list .icon-list-inner img {
        padding: 10px 10px 10px 0;
    }

    .icon-list .icon-list-inner p {
        font-size: 0.8rem;
    }
}

/* ポイント3選 */
.point-heading {
    font-size: 2.5rem;
    line-height: 1.2;
    text-align: center;
    background-color: rgb(var(--c-main));
    color: #fff;
    padding: 2.5rem 0;
    margin-top: 6.25rem;
}

.point-heading .orange-text {
    color: rgb(var(--c-accent));
}

.point-inner .container {
    width: 100%;
    padding: 0;
    border: 3px solid rgb(var(--c-main));
    border-radius: 0 0 30px 30px;
    margin-bottom: clamp(1.875rem, 1.495rem + 1.62vw, 2.5rem);
}

.point-inner .midashi {
    color: #fff;
    background-color: rgb(var(--c-main));
    text-align: center;
    font-size: 1.875rem;
    padding: 1.25rem 0;
    border-radius: 30px 30px 0 0;
    margin-bottom: -3px;
}

.point-inner .container img {
    margin: 3.75rem auto 0;
    display: block;
    width: 40%;
}

.point-inner .container .text {
    padding: clamp(1.25rem, -0.269rem + 6.48vw, 3.75rem);
}

@media screen and (max-width: 992px) {
    .point-heading {
        padding: clamp(0.5rem, 0.044rem + 1.94vw, 1.25rem) clamp(1rem, 0.088rem + 3.89vw, 2.5rem);
        font-size: clamp(1.375rem, 0.691rem + 2.92vw, 2.5rem);
        margin-top: 0;
    }

    .point-inner .container {
        padding: 0;
        border-radius: 0 0 clamp(0.625rem, -1.274rem + 8.1vw, 3.75rem) clamp(0.625rem, -1.274rem + 8.1vw, 3.75rem);
    }

    .point-inner .midashi {
        font-size: clamp(1.25rem, 0.87rem + 1.62vw, 1.875rem);
        padding: clamp(1rem, 0.088rem + 3.89vw, 2.5rem) 0;
        border-radius: clamp(0.625rem, -1.274rem + 8.1vw, 3.75rem) clamp(0.625rem, -1.274rem + 8.1vw, 3.75rem) 0 0;
    }

    .point-inner .container img {
        margin: clamp(1rem, 0.088rem + 3.89vw, 2.5rem) auto 0;
        display: block;
        width: 170px;
    }

    .point-inner .container .text {
        padding: clamp(1.25rem, -0.269rem + 6.48vw, 3.75rem);
        font-size: clamp(0.875rem, 0.495rem + 1.62vw, 1.5rem);
        line-height: 1.5;
    }
}

/* LINECTA非表示用 */
.cta-area .cta-inner.line {
    display: none;
}

.cta-area .cta-inner {
    width: 100%;
}

.icon-column .icon-column-inner.line {
    display: none;
}

@media screen and (max-width: 992px) {
    .icon-column {
        justify-content: space-around;
    }
}

/* フローティングバナー */
.floating-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgb(var(--c-main));
    padding: 16px 10px;
    text-align: center;
    z-index: 9999;
    opacity: 0;
    /* 最初は非表示 */
    transform: translateY(20px);
    /* 下からスライド */
    transition: opacity 0.5s ease, transform 0.5s ease;
    pointer-events: none;
    /* 非表示時はクリック無効化 */
}

.floating-banner.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.floating-banner .cta-area {
    margin: 0;
}

.floating-banner .mv-item {
    flex-direction: row-reverse;
    gap: 10px;
    padding: 0;
}

/*-------------------------
サンクスページ
-------------------------*/
.main.thanks {
    max-width: 700px;
    width: 96%;
    margin: auto;
}

.main.thanks .section-inner.-sm {
    max-width: unset;
    padding: 0;
}

.main.thanks .text-wrap {
    width: 96%;
    margin: auto;
    text-align: left;
}

.main.thanks p.thanks-title {
    font-size: 2.4rem;
    margin: 3em 0 0;
    padding-bottom: .4em;
    text-align: center;
    border-bottom: 3px #000 dashed;
}

.main.thanks p.text {
    font-size: 1.1rem;
    font-weight: 400;
    margin: 2em 0 1em;
}

.main.thanks p.text02 {
    font-weight: 400;
    line-height: normal;
    margin: 1em 0;
}

.main.thanks p.text02 .bold {
    font-weight: 700;
}

.main.thanks p.text02 .underline {
    text-decoration: underline;
}

.main.thanks p.text02 a {
    color: #002edf;
}

.main.thanks p.tel {
    margin: 1em 0 2em;
    padding: .6em 0;
    display: inline-block;
    border-top: 2px #000 solid;
    border-bottom: 2px #000 solid;
}

@media screen and (max-width:720px) {
    .main.thanks p.thanks-title {
        font-size: 5vw;
        margin: 2em 0 0;
    }

    .main.thanks p.text {
        margin: 1em 0 0;
        font-size: 1rem;
    }
}