* {
    margin: 0;
}

body {
    font-feature-settings: "palt";
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    color: #F4733C;
}

.adlp-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.adlp-wrapper .adlp-relative {
    position: relative;
}

@media all and (min-width:768px) {
    .adlp-outer {
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .adlp-wrapper {
        min-width: min(calc((1920 / 1080) * 100vw), 1920px);
        max-width: 1920px;
        margin: 0 auto;
    }
}

.adlp-wrapper .adlp-header {
    margin-bottom: max(calc(-9 / 1080 * 100vw), -9px);
}

.adlp-wrapper .header_btn.--02 {
    position: absolute;
    width: min(calc((210 / 1080) * 100vw), 210px);
    top: min(calc((12 / 1080) * 100vw), 12px);
    /* left: min(calc((1275 / 1080) * 100vw), 1275px); */
    left: min(calc((1310 / 1080) * 100vw), 1310px);
}
@media all and (min-width:769px){
    .header__mail-btn a{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: #fff;
        width: min(calc((190 / 1080) * 100vw), 190px);
        height: 55px;
        background-image: linear-gradient(to bottom, #6475E5, #3C4FC8);
        border-radius: 30px;
        box-shadow: 0 3px 3px #ccc;
        text-decoration: none;
        font-size: 20px;
        font-weight: 600;
        position: relative;
    }
    .header__mail-btn a::before{
        display: block;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 7px solid #ffffff;
        border-right: 0;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media all and (min-width:769px) and (max-width:1080px) {
    .header__mail-btn a{
        width: min(calc((170 / 1080) * 100vw), 170px);
        height: min(calc((50 / 1080) * 100vw), 50px);
    }
    .header__mail-btn a::before{
        right: 10px;
    }
}
@media all and (min-width:0) and (max-width:768px) {
    .header__mail-btn a{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: #fff;
        width: calc((190 / 750) * 100vw);
        height: calc((55 / 750) * 100vw);
        background-image: linear-gradient(to bottom, #6475E5, #3C4FC8);
        border-radius: 30px;
        box-shadow: 0 2px 2px #ccc;
        text-decoration: none;
        font-size: calc((20 / 750) * 100vw);
        font-weight: 600;
        position: relative;
    }
    .header__mail-btn a::before{
        display: block;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-top: calc((5 / 600) * 100vw) solid transparent;
        border-bottom: calc((5 / 600) * 100vw) solid transparent;
        border-left: calc((7 / 600) * 100vw) solid #ffffff;
        border-right: 0;
        position: absolute;
        right: calc((20 / 750) * 100vw);
        top: 50%;
        transform: translateY(-50%);
    }
}

.adlp-wrapper .adlp-header .txt1 {
    position: absolute;
    top: min(calc((13 / 1080) * 100vw), 13px);
    left: min(calc((1087 / 1080) * 100vw), 1087px);
    font-size: min(calc((32 / 1080) * 100vw), 32px);
    line-height: 1;
    font-weight: 700;
}

.adlp-wrapper .adlp-header .txt2 {
    position: absolute;
    top: min(calc((46 / 1080) * 100vw), 46px);
    left: min(calc((1087 / 1080) * 100vw), 1087px);
    font-size: min(calc((12 / 1080) * 100vw), 12px);
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: min(calc((1 / 1080) * 100vw), 1px);
}

.adlp-wrapper .cv01_btn_2 {
    position: absolute;
    width: min(calc((590 / 1080) * 100vw), 590px);
    top: min(calc((276 / 1080) * 100vw), 276px);
    left: 50%;
    transform: translateX(-50%);
}

.adlp-wrapper .cv01 .txt1 {
    position: absolute;
    top: min(calc((142 / 1080) * 100vw), 142px);
    left: min(calc((818 / 1080) * 100vw), 818px);
    font-size: min(calc((55 / 1080) * 100vw), 55px);
    line-height: 1;
    font-weight: 700;
    letter-spacing: min(calc((1 / 1080) * 100vw), 1px);
}

.adlp-wrapper .cv01 .txt2 {
    position: absolute;
    top: min(calc((218 / 1080) * 100vw), 208px);
    left: min(calc((780 / 1080) * 100vw), 780px);
    font-size: min(calc((24 / 1080) * 100vw), 24px);
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: min(calc((2 / 1080) * 100vw), 2px);
}

.adlp-slider_01 {
    position: absolute !important;
    width: min(calc((1920 / 1080) * 100vw), 1920px);
    top: min(calc((196 / 1080) * 100vw), 196px);
    left: 50%;
    transform: translateX(-50%);
}

.adlp-slider_01 .slider img {
    width: min(calc((960 / 1080) * 100vw), 960px);
    margin: 0 auto;
}

.adlp-slider_01 .prev.slick-arrow {
    position: absolute;
    width: min(calc((48 / 1080) * 100vw), 48px);
    top: min(calc((167 / 1080) * 100vw), 167px);
    left: min(calc((476 / 1080) * 100vw), 476px);
    z-index: 1;
    cursor: pointer;
}

.adlp-slider_01 .next.slick-arrow {
    position: absolute;
    width: min(calc((48 / 1080) * 100vw), 48px);
    top: min(calc((167 / 1080) * 100vw), 167px);
    right: min(calc((476 / 1080) * 100vw), 476px);
    z-index: 1;
    cursor: pointer;
}

.slick-slide {
    outline: none;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

.adlp-slider_01 .slick-dots {
    bottom: -20px;
}

.adlp-slider_01 .slick-dots li {
    width: min(calc((10 / 1080) * 100vw), 10px);
    height: min(calc((10 / 1080) * 100vw), 10px);
    margin: 0 min(calc((8 / 1080) * 100vw), 8px);
}

.adlp-slider_01 .slick-dots li button {
    width: min(calc((10 / 1080) * 100vw), 10px);
    height: min(calc((10 / 1080) * 100vw), 10px);
    padding: 0px;
}

.adlp-slider_01 .slick-dots li button:before {
    width: min(calc((10 / 1080) * 100vw), 10px);
    height: min(calc((10 / 1080) * 100vw), 10px);
    background: #fff;
    border-radius: 10px;
    font-size: 0;
    opacity: 1;
    color: transparent;
}

.adlp-slider_01 .slick-dots li.slick-active button:before {
    background: #FF6B00;
    opacity: 1;
    color: transparent;
}


@media all and (min-width:0px) and (max-width:1080px) {
    .adlp-slider_01 .slick-dots {
        bottom: calc((-20/1080)*100vw);
    }
}

.sec08 {
    background: #CFE0FF;
    padding-bottom: min(calc((80 / 1080) * 100vw), 80px);
}

.adlp-qanda {
    width: min(calc((800 / 1080) * 100vw), 800px);
    margin: 0 auto;
}

.adlp-toggle {
    margin-bottom: min(calc((30 / 1080) * 100vw), 30px);
    background: #fff;
    border-radius: min(calc((4 / 1080) * 100vw), 4px);
}

.adlp-toggle:last-child {
    margin-bottom: 0;
}

.adlp-toggle dt .adlp-acc_inner {
    width: 100%;
    display: block;
    cursor: pointer;
}

.adlp-acc_inner>span:last-of-type,
.adlp-acc_inner.active>span:first-of-type {
    display: none;
}

.adlp-acc_inner.active>span:last-of-type {
    display: inline;
}

.adlp-qanda dd {
    display: none;
}

.adlp-qanda .adlp-acc_inner {
    position: relative;
}

.adlp-qanda .adlp-acc_inner::before {
    content: '';
    display: block;
    width: calc(740 / 800 * 100%);
    background-color: #CCCCCC;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: calc(20 / 800 * 100%);
    opacity: 0;
}

.adlp-qanda .adlp-acc_inner.active::before {
    opacity: 1;
}

.adlp-qanda .adlp-acc_inner::after {
    content: '';
    display: block;
    width: calc(26 / 800 * 100%);
    aspect-ratio: 26 / 15;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: center / contain no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='15' viewBox='0 0 26 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 1.5L13 12.5L2 1.5' stroke='%23333333' stroke-width='3'/%3E%3C/svg%3E%0A");
    margin-right: calc(30 / 800 * 100%);
}

.adlp-qanda .adlp-acc_inner.active::after {
    transform: translateY(-50%) rotate(180deg);
}

.adlp-wrapper .sec12_btn {
    position: absolute;
    width: min(calc((227 / 1080) * 100vw), 227px);
    height: min(calc((26 / 1080) * 100vw), 26px);
    top: min(calc((366 / 1080) * 100vw), 366px);
    left: min(calc((604 / 1080) * 100vw), 604px);
}

.adlp-wrapper .adlp-footer {
    margin-bottom: min(calc((150 / 1080) * 100vw), 150px);
}

.adlp-wrapper .adlp-footer_inner {
    position: absolute;
    width: min(calc((281 / 1080) * 100vw), 281px);
    top: min(calc((40 / 1080) * 100vw), 40px);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.adlp-wrapper .adlp-footer_inner div:first-child {
    width: min(calc((68 / 1080) * 100vw), 68px);
}

.adlp-wrapper .adlp-footer_inner div:nth-child(2) {
    width: min(calc((172 / 1080) * 100vw), 172px);
}

.adlp-wrapper .adlp-footer_inner div:nth-child(3) {
    width: min(calc((90 / 1080) * 100vw), 90px);
}

.adlp-wrapper .adlp-floating {
    width: min(calc((1920 / 1080) * 100vw), 1920px);
    position: fixed;
    bottom: 0;
    z-index: 10;
}

.adlp-wrapper .adlp-floating_btn_2 {
    position: absolute;
    width: min(calc((338 / 1080) * 100vw), 338px);
    top: min(calc((52 / 1080) * 100vw), 52px);
    left: min(calc((1007 / 1080) * 100vw), 1007px);
}

.adlp-wrapper .adlp-floating .txt1 {
    position: absolute;
    top: min(calc((58 / 1080) * 100vw), 58px);
    left: min(calc((679 / 1080) * 100vw), 679px);
    font-size: min(calc((40 / 1080) * 100vw), 40px);
    line-height: 1;
    font-weight: 700;
}

.adlp-wrapper .adlp-floating .txt2 {
    position: absolute;
    top: min(calc((107 / 1080) * 100vw), 107px);
    left: min(calc((679 / 1080) * 100vw), 679px);
    font-size: min(calc((18 / 1080) * 100vw), 18px);
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: min(calc((1 / 1080) * 100vw), 1px);
}

.adlp-wrapper .adlp-btn:hover {
    filter: brightness(130%);
}

.adlp-wrapper .adlp-btn {
    transition: filter 0.3s;
}

.adlp-wrapper .adlp-pc {
    display: block;
}

.adlp-wrapper .adlp-sp {
    display: none;
}

@media all and (min-width:0px) and (max-width:767.9px) {
    .adlp-outer {
        overflow: hidden;
    }

    .adlp-wrapper .adlp-header {
        margin-bottom: calc(-9 / 750 * 100vw);
    }

    .adlp-wrapper .header_btn {
        position: absolute;
        width: calc((190 / 750) * 100vw);
        top: calc((14 / 750) * 100vw);
        left: calc((332 / 750) * 100vw);
    }

    .adlp-wrapper .header_btn.--02 {
        position: absolute;
        width: calc((190 / 750) * 100vw);
        top: calc((14 / 750) * 100vw);
        left: calc((530 / 750) * 100vw);
    }

    .adlp-wrapper .cv01_btn_1 {
        position: absolute;
        width: calc((590 / 750) * 100vw);
        top: calc((278 / 750) * 100vw);
        left: 50%;
        transform: translateX(-50%);
    }

    .adlp-wrapper .cv01_btn_2 {
        width: calc((590 / 750) * 100vw);
        top: calc((415 / 750) * 100vw);
    }

    .adlp-slider_01 {
        width: calc((750 / 750) * 100vw);
        top: calc((238 / 750) * 100vw);
    }

    .adlp-slider_01 .slider img {
        width: calc((670 / 750) * 100vw);
    }

    .adlp-slider_01 .prev.slick-arrow {
        position: absolute;
        width: calc((68 / 750) * 100vw);
        top: calc((435 / 750) * 100vw);
        left: calc((26 / 750) * 100vw);
        z-index: 1;
        cursor: pointer;
    }

    .adlp-slider_01 .next.slick-arrow {
        position: absolute;
        width: calc((68 / 750) * 100vw);
        top: calc((435 / 750) * 100vw);
        right: calc((26 / 750) * 100vw);
        z-index: 1;
        cursor: pointer;
    }

    .adlp-slider_01 .slick-dots {
        bottom: calc((-30 / 750) * 100vw);
    }

    .adlp-slider_01 .slick-dots li {
        width: calc((14/750)*100vw);
        height: calc((14/750)*100vw);
        margin: 0 calc((8/750)*100vw);
    }

    .adlp-slider_01 .slick-dots li button {
        width: calc((14/750)*100vw);
        height: calc((14/750)*100vw);
    }

    .adlp-slider_01 .slick-dots li button:before {
        width: calc((14/750)*100vw);
        height: calc((14/750)*100vw);
    }

    .sec10 {
        padding-bottom: calc((80 / 750) * 100vw);
    }

    .adlp-qanda {
        width: calc((690 / 750) * 100vw);
    }

    .adlp-toggle {
        margin-bottom: calc((30 / 750) * 100vw);
        border-radius: calc((4 / 750) * 100vw);
        overflow: hidden;
    }

    .adlp-qanda dd {
        width: calc((690 / 750) * 100vw);
    }

    .adlp-qanda .adlp-acc_inner::after {
        width: calc(22 / 750 * 100vw);
    }

    .adlp-wrapper .sec12_btn {
        position: absolute;
        width: calc((368 / 750) * 100vw);
        height: calc((42 / 750) * 100vw);
        top: calc((482 / 750) * 100vw);
        left: calc((217 / 750) * 100vw);
    }

    .adlp-wrapper .adlp-footer {
        margin-bottom: calc((188 / 750) * 100vw);
    }

    .adlp-wrapper .adlp-footer_inner {
        width: calc((253 / 750) * 100vw);
        top: calc((68 / 750) * 100vw);
        display: block;
    }

    .adlp-wrapper .adlp-footer_inner div {
        margin-bottom: calc((8 / 750) * 100vw);
    }

    .adlp-wrapper .adlp-footer_inner div:first-child {
        width: 100%;
    }

    .adlp-wrapper .adlp-footer_inner div:nth-child(2) {
        width: 100%;
    }

    .adlp-wrapper .adlp-footer_inner div:nth-child(3) {
        width: 100%;
    }

    .adlp-wrapper .adlp-footer_inner div:last-child {
        margin-bottom: 0;
    }

    .adlp-wrapper .adlp-floating {
        width: 100%;
    }

    .adlp-wrapper .adlp-floating_btn_1 {
        position: absolute;
        width: calc((346 / 750) * 100vw);
        top: calc((66 / 750) * 100vw);
        left: calc((25 / 750) * 100vw);
    }

    .adlp-wrapper .adlp-floating_btn_2 {
        position: absolute;
        width: calc((338 / 750) * 100vw);
        top: calc((66 / 750) * 100vw);
        left: calc((383 / 750) * 100vw);
    }

    .adlp-wrapper .adlp-pc {
        display: none;
    }

    .adlp-wrapper .adlp-sp {
        display: block;
    }
}

/* add new */
#postForm01,
#postForm02{
    color: rgb(var(--c-main));
}
#postForm01 .contact-inner>.form,
#postForm02 .contact-inner>.form{
    margin: 3.75rem auto 0;
    width: 48rem;
}
@media screen and (max-width: 768px) {
    #postForm01 .contact-inner>.form,
    #postForm02 .contact-inner>.form{
        width: 90%;
        margin-top: 1.2rem;
    }
}
#postForm01 .form-group,
#postForm02 .form-group{
    display: flex;
    margin-top: 2rem;
    gap: .3em;
}
#postForm01 .form-group>.heading,
#postForm02 .form-group>.heading{
    display: flex;
    flex-direction: unset;
    justify-content: space-between;
    padding: 0;
    background-color: unset;
}
#postForm01 .form-group>.heading>.label,
#postForm02 .form-group>.heading>.label{
    color: unset;
    vertical-align: -3px;
}
#postForm01 .form-group>.heading>.required,
#postForm02 .form-group>.heading>.required{
    color: white;
    background-color: rgb(var(--c-main));
}
#postForm01 .form-group>.heading>.any,
#postForm02 .form-group>.heading>.any{
    background-color: rgb(var(--c-gray));
}

#postForm01 .form-group>.form-input,
#postForm02 .form-group>.form-input{
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: unset;
}

#postForm01 .form-group>.form-checkList,
#postForm02 .form-group>.form-checkList{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
    margin-top: 20px;
    background-color: unset;
}

#postForm01 .form-group>.form-checkList>.form-checkItem,
#postForm02 .form-group>.form-checkList>.form-checkItem{
    margin-top: 20px;
}
#postForm01 .form-group>.form-checkList>.form-checkItem [type=radio],
#postForm02 .form-group>.form-checkList>.form-checkItem [type=radio]{
    transform: scale(1.5);
    margin-right: 8px;
    position: relative;
    top: 2px;
}

@media screen and (max-width: 768px) {
    #postForm01 .form-group>.heading,
    #postForm02 .form-group>.heading{
        justify-content: flex-start;
        flex: 1 1 auto;
    }
    #postForm01 .form-group,
    #postForm02 .form-group{
        margin-top: 0.6rem;
        gap: 0;
    }
}


/*! 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
}



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 {
    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)
}
#postForm01 .common-section-01 {
    margin-top: 0;
}

@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: block;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
}

@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>p {
    font-size: 1.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.common-section-01>.heading>p::before,
.common-section-01>.heading>p::after {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #000;
    margin: 0px 2px -6px;
}
.common-section-01>.heading>p::before {
    transform: rotate(45deg);
}
.common-section-01>.heading>p::after {
    transform: rotate(-45deg);
}

.common-section-01>.heading>p>span {
    font-size: 2.2rem;
}
@media screen and (max-width: 992px) {
    .common-section-01>.heading>p {
        font-size: clamp(1rem, 0.696rem + 1.3vw, 1.5rem);
    }
    .common-section-01>.heading>p>span {
        font-size: 1.4em;
    }
    .common-section-01>.heading>p::before,
    .common-section-01>.heading>p::after {
        width: 20px;
        height: 2px;
        background-color: #000;
        margin: 0px 0px -3px;
    }
}

.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;
    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)
    }
}

@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: 1.5rem
}

@media screen and (max-width: 992px) {
    .consult-container {
        padding-top: 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: 33.75rem;
        margin: clamp(2.5rem, 1.36rem + 4.86vw, 4.375rem) auto 0
    }
}

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

.mv-item {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2.5rem;
    background-color: #fff
}

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

.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);
        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
}

@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: 0;
        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 270px;
    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,.form-group>.heading>.any {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: .5rem 1.5rem;
    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: .3rem 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: .3rem 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 {
    width: 100%;
    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%;
        margin-top:1.5rem;
    }
}

.send-button>.button {
	position: relative;
    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::before{
    position: absolute;
	top: 0;
	bottom: 0;
	right: 1em;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 14px;
	height: 14px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.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: 400px;
        padding: clamp(1rem, 0.696rem + 1.3vw, 1.5rem) 1rem;
        font-size: clamp(1.125rem, 0.669rem + 1.94vw, 1.875rem)
    }
}


@media screen and (max-width: 576px) {
    .send-button>.button::before{
        width: 8px;
        height: 8px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }
}

/* 20250603追加 */
.adlp-outer{
    position: relative;
}
#postForm01{
    padding-top: 553px;
}
.mv .pc-none{
    display: none;
}
.mv{
    width: 100vw;
    height: 553px;
    background: url(../img/pc/mv-bg.png) no-repeat center center;
    overflow: hidden;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    position: absolute;
    top: 75px;
    left: 50%;
    transform: translateX(-50%);
}
.mv__inner{
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    height: 553px;
    position: relative;
}
.mv__note{
    position: absolute;
    left: 0;
    bottom: 10px;
    color: #333;
    font-weight: 400;
}
.mv__contents{
    width: 100%;
    max-width: 690px;
}
.mv__title{
    font-size: 40px;
    color: #223B89;
    line-height: 1.4;
    white-space: nowrap;
    letter-spacing: 0.04em;
}
.mv__title span{
    font-size: 56px;
}
.mv__ambassador{
    max-width: 340px;
    position: absolute;
    right: -85px;
    bottom: 0;
}
.mv__box-contents{
    display: flex;
    position: relative;
    margin-top: 83px;
}
.mv__ribbon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 487px;
    height: 78px;
    background: url(../img/pc/mv-ribon-bg.svg) no-repeat center center;
    text-align: center;
    color: #1F325A;
    font-size: 36px;
    line-height: 1;
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
}
.mv__ribbon span{
    font-size: 64px;
    display: inline-block;
    padding: 0 5px;
    margin-top: -4px;
}
.mv__boxs{
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #18244C;
    border: solid 3px #E1B24D;
    padding: 44px 0 25px;
}
.mv__box{
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: center;
    align-items: center;
}
.mv__box + .mv__box{
    border-left: solid 2px #fff;
    width: calc(50% - 3px);
}
.mv__box-text{
    font-size: 32px;
    line-height: 1.2;
    color: #fff;
}
.mv__box-text small{
    font-size: 32px;
}
.mv__box-text .is-gold{
    font-size: 50px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #ebc371 0%, #fdf8ca 26%, #e6bc66 50%, #d1a248 83%, #be9748 99%);
}
.mv__box-caution{
    font-size: 16px;
    display: inline-block;
    padding-left: 5px;
}
.mv__logo{
    max-width: 280px;
    margin: 20px auto 10px;
}
.mv__points{
    width: 100%;
    display: flex;
    justify-content: center;
    font-weight: 800;
    gap: 0 1%;
}
.mv__point{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: min(calc((200 / 1080) * 100vw), 200px);
    height: min(calc((163 / 1080) * 100vw), 163px);
    background: url(../img/pc/mv-badge-bg.png) no-repeat center center;
    background-size: cover;
    padding-top: 10px;
    position: relative;
}
.mv__point-read{
    font-size: 18px;
    color: #000;
    line-height: 1;
    margin-bottom: 5px;
}
.mv__point-bold{
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    font-feature-settings: "palt";
}
.mv__point small{
    font-size: 18px;
}
.mv__point-note{
    display: inline-block;
    font-size: 11px;
    color: #000;
    padding-left: 2px;
}
.mv__no1{
    width: min(calc((350 / 1080) * 100vw), 350px);
    position: absolute;
    top: 35px;
    left: 63%;
    transform: translateX(-50%);
}
@media screen and (max-width: 1080px) {
    .mv{
        top: 7vw;
    }
    .mv__inner{
        padding: 0 10px;
    }
    .mv__ambassador{
        max-width: 32vw;
        right: -30px;
    }
    .mv__note{
        left: 10px;
    }
    .mv__contents{
        max-width: 69vw;
    }
    .mv__title{
        font-size: 4vw;
    }
    .mv__title span{
        font-size: 5.6vw;
    }
    .mv__box-text{
        font-size: 3.2vw;
    }
    .mv__box-text .is-gold{
        font-size: 5vw;
    }
    .mv__no1{
        width: min(calc((280 / 1080) * 100vw), 350px);
    }
}
@media screen and (max-width: 768px) {
    #postForm01{
        padding-top: min(131.88vw, 580px);
    }
    .mv{
        top: 11vw;
        height: min(131.88vw, 580px);
        background-position: 38% center;
        background-size: cover;
    }
    .mv__inner{
        max-width: 500px;
        height: 100%;
        margin: 0 auto;
        padding: 0 15px;
        position: static;
    }
    .mv__title{
        font-size: min(7.7vw, 32px);
        margin-top: min(-3.62vw, -15px);
    }
    .mv__title span{
        font-size: min(10.86vw, 45px);
    }
    .mv .pc-none{
        display: block;
    }
    .mv__ambassador{
        max-width: 220px;
        right: 0;
        width: 51.57vw;
        bottom: -50px;
    }
    .mv__note{
        left: 20px;
        bottom: 5px;
        font-size: 12px;
    }
    .mv__contents{
        width: 100%;
        max-width: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 2;
    }
    .mv__box-contents{
        margin-top: min(33.81vw, 140px);
        width: 100%;
    }
    .mv__ribbon{
        width: 313px;
        height: 59px;
        background: url(../img/pc/mv-ribon-bg.svg) no-repeat center center;
        background-size: 100% auto;
        font-size: 24px;
        top: -30px;
    }
    .mv__ribbon span{
        font-size: 48px;
        margin-top: -3px;
    }
    .mv__boxs{
        padding: 38px 0 17px;
    }
    .mv__box{
        padding-bottom: 5px;
    }
    .mv__box + .mv__box{
        border-left: solid 1px #fff;
    }
    .mv__box-text{
        font-size: min(4.8vw, 20px);
    }
    .mv__box-text small{
        font-size: min(4.8vw, 20px);
    }
    .mv__box-text .is-gold{
        font-size: min(7.72vw, 32px);
    }
    .mv__box-caution{
        font-size: 14px;
    }
    .mv__ambassador-text{
        font-size: 14px;
        color: #333;
        position: absolute;
        bottom: 25px;
        left: 20px;
        -webkit-text-stroke: 2px #fff;
        text-stroke: 2px #fff;
        paint-order: stroke;
    }
    .mv__logo{
        width: min(calc((200 / 375) * 100vw), 200px);
        margin: 30px auto 20px;
    }
    .mv__point{
        width: min(calc((105 / 375) * 100vw), 105px);
        height: min(calc((88 / 375) * 100vw), 88px);
        padding-top: 0;
    }
    .mv__point-read{
        font-size: min(calc((10 / 375) * 100vw), 10px);
        margin-bottom: 5px;
    }
    .mv__point-bold{
        font-size: min(calc((20 / 375) * 100vw), 20px);
    }
    .mv__point small{
        font-size: min(calc((14 / 375) * 100vw), 14px);
        padding-left: 0;
    }
    .mv__point-note{
        padding-left: 0;
    }
    .mv__no1{
        width: min(calc((243 / 375) * 100vw), 243px);
        position: absolute;
        top: 15px;
        left: 50%;
        z-index: 3;
    }
    .mv__contents{
        height: 57%;
        justify-content: flex-start;
    }
}
@media screen and (max-width: 500px) {
    .mv__logo{
        margin: 30px auto 20px 0;
        padding-left: min(calc((20 / 500) * 100vw), 20px);
    }
}
