﻿html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}
body {
    line-height: 1
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}
nav ul {
    list-style: none
}
blockquote, q {
    quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}
del {
    text-decoration: line-through
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0
}
input, select {
    vertical-align: middle
}
*, *::before, *::after {
    box-sizing: border-box
}
a, area, button, [role="button"], input:not([type="range"]), label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}
html {
    font-size: 3.86vw
}
@media screen and (min-width: 768px) {
    html {
        font-size: 1.8vw
    }
}
@media screen and (min-width: 1000px) {
    html {
        font-size: 18px
    }
}
body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal
}
body a {
    color: inherit;
    text-decoration: none
}
body img {
    width: 100%;
    height: auto;
    vertical-align: bottom
}
body em {
    font-style: normal
}
body li {
    list-style: none
}
body h1, body h2, body h3, body h4, body h5, body h6 {
    font-weight: inherit
}
.wrap {
    background: #fff;
    width: 100%;
    color: #000
}
@keyframes buttonFlash {
    0%,
    89% {
        transform: rotate(45deg);
        left: 0;
        opacity: 0
    }
    90% {
        transform: rotate(45deg);
        opacity: 1
    }
    100% {
        transform: rotate(45deg);
        left: 100%;
        opacity: 0
    }
}
body a {
    transition: all .2s ease-in-out;
    cursor: pointer
}
@media screen and (min-width: 768px) {
    body a:hover {
        opacity: .7
    }
}
.wrap img {
    width: 100%;
    height: auto
}
.wrap .font {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .05em;
    font-size: 1.1em;
    font-weight: inherit
}
.header {
    background: #fff;
    width: 100%;
    color: #000
}
.header__inner {
    width: calc(100vw - 2rem);
    max-width: 1000px;
    margin: 0 auto;
    padding: .5rem 0
}
.header__heading {
    max-width: 15rem;
    margin: 0 auto
}
.visual {
    background-color: #273B84;
    background-image: url("../images/visual.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    overflow: hidden
}
.visual__inner {
    width: calc(100vw - 2rem);
    max-width: 1000px;
    margin: 0 auto;
    padding: 1rem 0 2rem;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    position: relative
}
.visual__catch {
    max-width: 20rem;
    margin: 0 auto
}
.visual__heading {
    width: 100%
}
.visual__image {
    max-width: calc(100% - 60% - 1rem)
}
.visual__list {
    max-width: 60%;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    gap: .3rem;
    position: relative
}
.visual__list::after {
    content: '他';
    line-height: 1.1em;
    color: #7098CC;
    font-weight: 700;
    position: absolute;
    right: 1rem;
    bottom: 0
}
.visual__list-item {
    background-color: #7098CC;
    width: calc((100% - .6rem) / 3);
    border-radius: .5rem;
    color: white;
    font-size: .88rem;
    font-weight: 700;
    text-align: center;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center
}
.visual__list-item .icon {
    padding: .5em 0 0
}
.visual__list-item .icon img {
    max-width: 2rem;
    max-height: 2rem;
    object-fit: contain
}
.visual__list-item .text {
    line-height: 1.8em
}
.visual__appeal {
    max-width: 55%;
    align-self: flex-start
}
.visual__price {
    max-width: calc(100% - 55% - 1rem);
    align-self: flex-start;
    text-align: center
}
.visual__price .text {
    background-color: #E6698C;
    width: fit-content;
    margin: 0 auto .5rem;
    padding: 0 2em;
    border-radius: 10em;
    line-height: 1.8em;
    color: white;
    font-size: .88rem;
    font-weight: 700;
    text-align: center
}
.visual__card {
    max-width: calc(100% - 55%);
    position: absolute;
    right: -1rem;
    bottom: 2rem
}
.visual__card .text {
    padding: 0 1rem .5rem 0;
    line-height: 1.4em;
    color: white;
    font-size: .88rem;
    font-weight: 700;
    text-align: center
}
.visual__card .image {
    background-color: white;
    padding: .5rem;
    border-radius: .5rem 0 0 .5rem
}
@media screen and (min-width: 768px) {
    .visual {
        background-image: url("../images/visual-pc.webp")
    }
    .visual__inner {
        padding: 2rem 0;
        justify-content: space-between;
        gap: 1rem
    }
    .visual__catch {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0 calc(100% - 32rem) 0 2rem
    }
    .visual__heading {
        width: 100%;
        padding: 0 calc(100% - 34rem) 0 0
    }
    .visual__image {
        max-width: 9.6rem
    }
    .visual__list {
        max-width: 17rem;
        margin: 0 auto 0 0
    }
    .visual__list::after {
        right: 1.5rem
    }
    .visual__list-item {
        font-size: 1rem
    }
    .visual__list-item .icon {
        padding: .5em 0 0
    }
    .visual__list-item .icon img {
        max-width: 2.7rem;
        max-height: 2.7rem
    }
    .visual__appeal {
        max-width: 16rem;
        align-self: unset;
        position: absolute;
        top: 2.9rem;
        right: 0
    }
    .visual__price {
        max-width: none;
        padding: 0 3.2rem 0 0;
        align-self: unset;
        text-align: center;
        display: flex;
        align-items: center;
        gap: .5rem;
        position: absolute;
        right: 0;
        bottom: 7.5rem
    }
    .visual__price .text {
        width: 4.4em;
        margin: 0;
        padding: 1em 1.2em;
        border-radius: 50%;
        line-height: 1.2em;
        font-size: 1rem;
        text-align: center;
        aspect-ratio: 1 / 1
    }
    .visual__price .image {
        max-width: 16rem
    }
    .visual__card {
        max-width: none;
        margin: 0 0 .5rem;
        align-self: flex-end;
        position: static;
        right: unset;
        bottom: unset;
        display: flex;
        align-items: center;
        gap: 1rem
    }
    .visual__card .text {
        padding: 0;
        font-size: 1rem;
        text-align: left
    }
    .visual__card .image {
        max-width: 12rem;
        padding: .5rem;
        border-radius: .5rem
    }
}
.contents {
    background: transparent;
    color: #000
}
.contents .video, .contents .map {
    width: fit-content;
    margin: 0 auto
}
.contents .video iframe, .contents .video video, .contents .map iframe, .contents .map video {
    width: 100%;
    max-width: 1000px;
    height: auto;
    aspect-ratio: 16 / 9
}
.cv {
    padding: 2rem 0;
    background-color: #273B84;
    background-image: url("../images/cv.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white
}
@media screen and (min-width: 768px) {
    .cv {
        padding: 4rem 0
    }
}
.cv__inner {
    width: calc(100vw - 2rem);
    max-width: 1000px;
    margin: 0 auto;
    text-align: center
}
.cv__catch {
    width: fit-content;
    margin: 0 auto 1rem;
    padding: .5rem;
    border: 1px solid currentColor;
    border-radius: .5rem;
    color: #C5FF8C;
    font-size: 1.3rem;
    font-weight: 700
}
.cv__heading {
    padding: 0 0 1.5rem;
    line-height: 1.8em;
    font-size: 1.06rem;
    font-weight: 700
}
.cv__heading .large {
    line-height: 1.6em;
    font-size: 1.3em
}
.cv__heading .emphasis {
    border-bottom: 1px solid currentColor
}
.cv__text {
    line-height: 1.8em;
    font-size: .88rem;
    font-weight: 700
}
.cv__button {
    padding: 2rem .5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem
}
.cv__button-item01 {
    grid-column: 1 / 3;
    position: relative
}
.cv__button-item01 .icon {
    width: 4rem;
    position: absolute;
    top: -.2rem;
    left: -1rem;
    z-index: 100
}
.cv__button-item01 a {
    transition: all .2s ease-in-out;
    cursor: pointer;
    background-color: #275AA0;
    background-image: linear-gradient(to right, #275AA0, #273B84);
    padding: .6rem 0;
    border-radius: 10em;
    color: white;
    display: flex;
    flex-flow: column;
    align-items: center;
    background-color: #C5FF8C;
    background-image: none;
    color: #275AA0;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
    overflow: hidden;
    position: relative
}
@media screen and (min-width: 768px) {
    .cv__button-item01 a:hover {
        opacity: .7
    }
}
.cv__button-item01 a .sub {
    padding: 0 0 .6em;
    font-size: .88rem;
    font-weight: 700
}
.cv__button-item01 a .main {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .05em;
    line-height: .8em;
    font-size: 2.2rem;
    font-weight: 700
}
@media screen and (min-width: 768px) {
    .cv__button-item01 a {
        padding: .8rem 0 .8rem 3rem
    }
    .cv__button-item01 a .sub {
        padding: 0 0 .6em;
        font-size: 1.11rem
    }
    .cv__button-item01 a .main {
        line-height: .8em;
        font-size: 2.7rem
    }
}
.cv__button-item01 a::before {
    content: '';
    background: linear-gradient(100deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.7) 60%);
    width: 100px;
    height: 400%;
    margin: auto;
    position: absolute;
    top: -20%;
    bottom: 0;
    left: 0;
    display: block;
    opacity: 0;
    transition: cubic-bezier(0.32, 0, 0.67, 0);
    animation: buttonFlash 3s ease-in-out infinite
}
.cv__button-item02 a {
    transition: all .2s ease-in-out;
    cursor: pointer;
    background-color: #7098CC;
    padding: .6rem 0;
    border-radius: 10em;
    color: white;
    font-weight: 700;
    text-align: center;
    display: block;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3))
}
@media screen and (min-width: 768px) {
    .cv__button-item02 a:hover {
        opacity: .7
    }
}
@media screen and (min-width: 768px) {
    .cv__button-item02 a {
        padding: 1em 0;
        font-size: 1.11rem
    }
}
.cv__button-item03 a {
    transition: all .2s ease-in-out;
    cursor: pointer;
    background-color: #7098CC;
    padding: .6rem 0;
    border-radius: 10em;
    color: white;
    font-weight: 700;
    text-align: center;
    display: block;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
    background-color: #06C755
}
@media screen and (min-width: 768px) {
    .cv__button-item03 a:hover {
        opacity: .7
    }
}
@media screen and (min-width: 768px) {
    .cv__button-item03 a {
        padding: 1em 0;
        font-size: 1.11rem
    }
}
.cv__campaign {
    margin: 0 0 0 -.5rem;
    padding: 0 .5rem 0 0
}
@media screen and (min-width: 768px) {
    .cv {
        background-image: url("../images/cv-pc.webp")
    }
    .cv__catch {
        margin: 0 auto 1rem;
        padding: .5em 3em;
        font-size: 1.88rem
    }
    .cv__heading {
        padding: 0 0 2rem;
        font-size: 1.55rem
    }
    .cv__heading br:nth-child(3) {
        display: none
    }
    .cv__text {
        font-size: 1.11rem
    }
    .cv__text br {
        display: none
    }
    .cv__button {
        padding: 2rem 0 2rem 1rem;
        align-items: center;
        grid-template-columns: 2fr 1fr 1fr;
        grid-gap: .5rem
    }
    .cv__button-item01 {
        padding: 0 .5rem 0 0;
        grid-column: unset
    }
    .cv__button-item01 .icon {
        filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
        width: 5.5rem;
        top: -.5rem;
        left: -1rem
    }
    .cv__campaign {
        max-width: 35rem;
        margin: 0 auto;
        padding: 0;
        transform: translateX(-0.5rem)
    }
    .cv-first .cv__heading br {
        display: block
    }
    .cv-first .cv__heading br:nth-child(4) {
        display: none
    }
}
.trouble, .comparison, .reason, .step, .area, .voice, .faq {
    padding: 2rem 0
}
@media screen and (min-width: 768px) {
    .trouble, .comparison, .reason, .step, .area, .voice, .faq {
        padding: 4rem 0
    }
}
.trouble__inner, .comparison__inner, .reason__inner, .step__inner, .area__inner, .voice__inner, .faq__inner {
    width: calc(100vw - 2rem);
    max-width: 1000px;
    margin: 0 auto
}
.trouble__heading, .comparison__heading, .reason__heading, .step__heading, .area__heading, .voice__heading, .faq__heading {
    padding: 0 0 2rem;
    color: #275AA0;
    text-align: center
}
.trouble__heading::after, .comparison__heading::after, .reason__heading::after, .step__heading::after, .area__heading::after, .voice__heading::after, .faq__heading::after {
    content: '';
    background-image: url("../images/icon_heading.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.5rem;
    margin: .2rem auto 0;
    display: block;
    aspect-ratio: 104 / 150
}
.trouble__heading .sub, .comparison__heading .sub, .reason__heading .sub, .step__heading .sub, .area__heading .sub, .voice__heading .sub, .faq__heading .sub {
    padding: 0 0 .5rem;
    line-height: 1.8em;
    font-size: 1.06rem;
    font-weight: 700
}
.trouble__heading .sub>span, .comparison__heading .sub>span, .reason__heading .sub>span, .step__heading .sub>span, .area__heading .sub>span, .voice__heading .sub>span, .faq__heading .sub>span {
    border-bottom: .1em solid currentColor
}
.trouble__heading .sub .font, .comparison__heading .sub .font, .reason__heading .sub .font, .step__heading .sub .font, .area__heading .sub .font, .voice__heading .sub .font, .faq__heading .sub .font {
    font-size: 1.15em
}
.trouble__heading .main, .comparison__heading .main, .reason__heading .main, .step__heading .main, .area__heading .main, .voice__heading .main, .faq__heading .main {
    line-height: 1.3em;
    font-size: 2.25rem;
    font-weight: 700
}
.trouble__heading .main .font, .comparison__heading .main .font, .reason__heading .main .font, .step__heading .main .font, .area__heading .main .font, .voice__heading .main .font, .faq__heading .main .font {
    font-size: 1.2em
}
@media screen and (min-width: 768px) {
    .trouble__heading::after, .comparison__heading::after, .reason__heading::after, .step__heading::after, .area__heading::after, .voice__heading::after, .faq__heading::after {
        width: 2rem;
        margin: .6rem auto 0
    }
    .trouble__heading .sub, .comparison__heading .sub, .reason__heading .sub, .step__heading .sub, .area__heading .sub, .voice__heading .sub, .faq__heading .sub {
        padding: 0 0 .8rem;
        font-size: 1.56rem
    }
    .trouble__heading .sub br, .comparison__heading .sub br, .reason__heading .sub br, .step__heading .sub br, .area__heading .sub br, .voice__heading .sub br, .faq__heading .sub br {
        display: none
    }
    .trouble__heading .main, .comparison__heading .main, .reason__heading .main, .step__heading .main, .area__heading .main, .voice__heading .main, .faq__heading .main {
        font-size: 3.33rem
    }
}
.appeal {
    background-color: #C5FF8C;
    color: #275AA0
}
.appeal__inner {
    width: calc(100vw - 2rem);
    max-width: 1000px;
    margin: 0 auto
}
.appeal__text {
    padding: .2rem 0;
    line-height: 1.8em;
    font-weight: 700;
    text-align: center
}
@media screen and (min-width: 768px) {
    .appeal__text {
        padding: .5rem 0;
        font-size: 1.44rem
    }
}
.trouble {
    background-image: url("../images/trouble.webp");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 3rem
}
.trouble__box {
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: .5rem
}
.trouble__box-item {
    background-color: white;
    border-radius: .5rem;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    justify-content: space-between
}
.trouble__box-item::after {
    content: '';
    background-color: #275AA0;
    width: 100%;
    height: .5rem;
    display: block
}
.trouble__box-item .heading {
    padding: .6rem 0 1rem;
    line-height: 1.8em;
    color: #275AA0;
    font-size: .88rem;
    font-weight: 700;
    text-align: center
}
.trouble__box-item .heading::after {
    content: '';
    background-color: currentColor;
    width: 4em;
    height: 2px;
    margin: .2rem auto 0;
    display: block
}
.trouble__box-item .list {
    margin: 0 0 auto;
    padding: 0 .77rem;
    display: grid;
    grid-template-columns: 100%;
    grid-gap: .3rem
}
.trouble__box-item .list-item {
    padding: 0 0 0 1.2em;
    line-height: 1.6em;
    font-size: .77rem;
    position: relative
}
.trouble__box-item .list-item::before {
    content: '';
    background-image: url("../images/icon_check.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1em;
    display: block;
    position: absolute;
    top: .35em;
    left: 0;
    aspect-ratio: 166 / 150
}
.trouble__box-item .price {
    padding: 1rem;
    text-align: center
}
.trouble__box-item .price .head {
    line-height: 1.2em;
    color: #E6698C;
    font-size: .88rem;
    font-weight: 700;
    letter-spacing: .1em
}
.trouble__box-item .price .note {
    line-height: 1.8em;
    color: #969696;
    font-size: .8rem
}
@media screen and (min-width: 768px) {
    .trouble {
        background-image: url("../images/trouble-pc.webp");
        padding-bottom: 6rem
    }
    .trouble__box {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 1rem
    }
    .trouble__box-item::after {
        height: .5rem
    }
    .trouble__box-item .heading {
        font-size: 1.33rem
    }
    .trouble__box-item .list {
        padding: 0 1rem;
        grid-gap: .3rem
    }
    .trouble__box-item .list-item {
        font-size: 1.11rem
    }
    .trouble__box-item .price {
        padding: 1rem
    }
    .trouble__box-item .price .head {
        font-size: 1.33rem
    }
    .trouble__box-item .price .note {
        font-size: 1rem
    }
}
.reason {
    background-color: #F0F0EB;
    background-image: url("../images/reason.webp");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 6rem;
    position: relative;
    z-index: 10
}
.reason__inner {
    width: 100%;
    max-width: none
}
.reason__heading {
    color: white
}
.reason__heading::after {
    background-image: url("../images/icon_heading_w.svg")
}
.reason__box {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 2rem
}
.reason__box-item {
    padding: 2rem 2rem 0;
    color: #000;
    position: relative
}
.reason__box-item::after {
    content: '';
    background-color: white;
    background-image: url("../images/reason_bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(100% - 5rem);
    height: calc(100% - 2rem);
    border-radius: 1rem 0 0 1rem;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}
.reason__box-item .icon, .reason__box-item .heading, .reason__box-item .text, .reason__box-item .image {
    position: relative;
    z-index: 10
}
.reason__box-item .icon {
    width: 4.6rem;
    position: absolute;
    top: 2rem;
    left: 2rem
}
.reason__box-item .heading {
    padding: 0 0 0 5.5rem;
    line-height: 1.6em;
    color: #275AA0;
    font-size: 1.13rem;
    font-weight: 700
}
.reason__box-item .heading .marker {
    background: linear-gradient(transparent 70%, #C5FF8C 70%)
}
.reason__box-item .text {
    padding: .6rem 0 1rem 5.5rem;
    line-height: 1.8em;
    font-size: .88rem
}
.reason__box-item .image {
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
    width: calc(100% - 2rem)
}
.reason__box-item02::after, .reason__box-item04::after {
    right: unset;
    left: 0;
    transform: rotate(180deg)
}
.reason__box-item02 .icon, .reason__box-item04 .icon {
    right: 2rem;
    left: unset
}
.reason__box-item02 .heading, .reason__box-item04 .heading {
    padding: 0 5.5rem 0 0
}
.reason__box-item02 .text, .reason__box-item04 .text {
    padding: .6rem 5.5rem 1rem 0
}
.reason__box-item02 .image, .reason__box-item04 .image {
    margin: 0 0 0 auto
}
@media screen and (min-width: 768px) {
    .reason {
        background-image: url("../images/reason-pc.webp");
        padding-bottom: 6rem;
        overflow: hidden
    }
    .reason__inner {
        width: calc(100vw - 2rem);
        max-width: 1000px;
        margin: 0 auto
    }
    .reason__box {
        display: grid;
        grid-template-columns: 100%;
        grid-gap: 2rem
    }
    .reason__box-item {
        min-height: 16rem;
        padding: 2rem 2rem 2rem 24rem
    }
    .reason__box-item::after {
        background-image: url("../images/reason_bg-pc.webp");
        width: 100vw;
        height: 100%;
        border-radius: 1.5rem 0 0 1.5rem;
        right: unset;
        left: 16rem
    }
    .reason__box-item .icon {
        width: 5rem;
        top: 2rem;
        left: 24rem
    }
    .reason__box-item .heading {
        padding: 0 0 0 6rem;
        font-size: 1.55rem
    }
    .reason__box-item .text {
        padding: 1rem 0 0;
        font-size: 1rem
    }
    .reason__box-item .image {
        width: 22rem;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%)
    }
    .reason__box-item02, .reason__box-item04 {
        padding: 2rem 24rem 2rem 2rem
    }
    .reason__box-item02::after, .reason__box-item04::after {
        right: 16rem;
        left: unset;
        transform: rotate(180deg)
    }
    .reason__box-item02 .icon, .reason__box-item04 .icon {
        left: 2rem
    }
    .reason__box-item02 .image, .reason__box-item04 .image {
        right: 0;
        left: unset
    }
}
.step {
    background-color: #F0F0EB;
    margin-top: -1px;
    position: relative;
    z-index: 1
}
.step__box {
    max-width: 20rem;
    margin: 0 auto;
    padding: 2rem 0 0;
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 2rem
}
.step__box-item {
    background-image: linear-gradient(to right, #C5FF8C 0.5rem, transparent 0.5rem);
    padding: 1.5rem;
    border: 2px solid #275AA0;
    border-radius: .5rem;
    position: relative
}

.step__box-item .icon {
    width: 4rem;
    margin: 0 auto;
    position: absolute;
    top: -3rem;
    right: 0;
    left: 0
}
.step__box-item .number {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .05em;
    color: #275AA0;
    font-size: .88rem;
    font-weight: 700;
    text-align: center
}
.step__box-item .heading {
    padding: 0 0 .3em;
    line-height: 1.8em;
    color: #275AA0;
    font-size: 1.13rem;
    font-weight: 700;
    text-align: center
}
.step__box-item .text {
    line-height: 1.8em;
    font-size: .88rem
}
.step__box-item .image {
    background: white;
    margin: .6rem 0 0;
    padding: 0 1rem;
    border-radius: .5rem;
    text-align: center
}
.step__box-item05 {
    background-image: linear-gradient(to right, #E6698C 0.5rem, transparent 0.5rem)
}
@media screen and (min-width: 768px) {
    .step__box {
        max-width: 50rem;
        margin: 0 auto;
        padding: 3rem 0 0;
        grid-gap: 3rem
    }
    .step__box-item {
        padding: 3.1rem 2rem 2rem 15rem;
        position: relative
    }
    .step__box-item .icon {
        width: 5rem;
        margin: 0;
        top: -4rem;
        right: unset;
        left: 2rem
    }
    .step__box-item .number {
        font-size: .88rem;
        text-align: left;
        position: absolute;
        top: 2rem;
        left: 2rem
    }
    .step__box-item .heading {
        padding: 0 0 .3em;
        font-size: 1.13rem;
        text-align: left;
        position: absolute;
        top: 3rem;
        left: 2rem
    }
    .step__box-item .text {
        font-size: 1rem
    }
    .step__box-item .image {
        margin: 1rem 0 0;
        padding: .5rem;
        text-align: center
    }
    .step__box-item .image img {
        max-width: 10rem
    }
}
.area {
    padding-bottom: 1rem
}
.area__heading {
    padding: 0 0 1rem
}
.area__text {
    padding: 0 0 1rem;
    line-height: 1.8em;
    font-size: 1.13rem;
    font-weight: 700;
    text-align: center
}
.area__text .marker {
    background: linear-gradient(transparent 70%, #C5FF8C 70%);
    color: #275AA0
}
.voice {
    background-image: url("../images/voice.webp");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 6rem
}
.voice__inner {
    width: 100%;
    max-width: none
}
.voice__box {
    padding: 0 0 0 6rem;
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 1rem
}
.voice__box-item {
    background-color: #275AA0;
    padding: 2rem 2.5rem;
    border-radius: 1rem 0 0 1rem;
    color: white;
    position: relative
}
.voice__box-item .heading {
    margin: 0 0 1rem;
    border: 1px solid currentColor;
    border-radius: 10em;
    line-height: 2em;
    color: #C5FF8C;
    text-align: center
}
.voice__box-item .text {
    line-height: 1.8em;
    font-size: .88rem
}
.voice__box-item .image {
    width: 7rem;
    position: absolute;
    top: 50%;
    left: -5rem;
    transform: translateY(-50%)
}
@media screen and (min-width: 768px) {
    .voice {
        background-image: url("../images/voice-pc.webp");
        padding-top: 6rem;
        overflow: hidden
    }
    .voice__inner {
        width: calc(100vw - 2rem);
        max-width: 1000px;
        margin: 0 auto
    }
    .voice__box {
        max-width: 50rem;
        margin: 0 auto;
        padding: 0;
        display: grid;
        grid-template-columns: 100%;
        grid-gap: 1rem
    }
    .voice__box-item {
        background-color: transparent;
        padding: 2rem 2rem 2rem 8rem;
        border-radius: 1rem 0 0 1rem
    }
    .voice__box-item::after {
        content: '';
        background-color: #275AA0;
        width: 100vw;
        height: 100%;
        border-radius: 1.5rem 0 0 1.5rem;
        display: block;
        position: absolute;
        top: 0;
        left: 6rem;
        z-index: 1
    }
    .voice__box-item .heading, .voice__box-item .text, .voice__box-item .image {
        position: relative;
        z-index: 10
    }
    .voice__box-item .heading {
        max-width: 16em;
        margin: 0 auto 1rem;
        font-size: 1.33rem
    }
    .voice__box-item .text {
        font-size: 1rem
    }
    .voice__box-item .image {
        width: 7rem;
        position: absolute;
        left: 0
    }
}
.faq {
    background-image: url("../images/faq.webp");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 4rem;
    color: white
}
.faq__inner {
    max-width: calc(100% - 4rem)
}
.faq__heading {
    color: white
}
.faq__heading::after {
    background-image: url("../images/icon_heading_w.svg")
}
.faq__list {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 2rem
}
.faq__list-item .head {
    background-color: white;
    padding: .6rem 0 .6rem 3rem;
    border-radius: .5rem;
    line-height: 1.4em;
    color: #7098CC;
    font-weight: 700;
    position: relative
}
.faq__list-item .head::before {
    content: '';
    background-image: url("../images/faq_icon.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 3rem;
    aspect-ratio: 1 / 1;
    display: block;
    position: absolute;
    top: -.6rem;
    left: -.6rem
}
.faq__list-item .body {
    padding: 1rem 0 0;
    line-height: 1.8em;
    font-size: .88rem
}
@media screen and (min-width: 768px) {
    .faq {
        background-image: url("../images/faq-pc.webp");
        padding-bottom: 8rem
    }
    .faq__inner {
        width: calc(100vw - 2rem);
        max-width: 1000px;
        margin: 0 auto
    }
    .faq__list {
        max-width: 50rem;
        margin: 0 auto;
        grid-gap: 3rem
    }
    .faq__list-item .head {
        font-size: 1.22rem
    }
    .faq__list-item .body {
        font-size: 1rem
    }
}
.contact {
    padding: 2rem 0
}
@media screen and (min-width: 768px) {
    .contact {
        padding: 4rem 0
    }
}
.contact__inner {
    width: calc(100vw - 2rem);
    max-width: 1000px;
    margin: 0 auto
}
.contact__heading {
    padding: 0 0 2rem;
    color: #275AA0;
    text-align: center
}
.contact__heading::after {
    content: '';
    background-image: url("../images/icon_heading.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.5rem;
    margin: .2rem auto 0;
    display: block;
    aspect-ratio: 104 / 150
}
.contact__heading .sub {
    padding: 0 0 .5rem;
    line-height: 1.8em;
    font-size: 1.06rem;
    font-weight: 700
}
.contact__heading .sub>span {
    border-bottom: .1em solid currentColor
}
.contact__heading .sub .font {
    font-size: 1.15em
}
.contact__heading .main {
    line-height: 1.3em;
    font-size: 2.25rem;
    font-weight: 700
}
.contact__heading .main .font {
    font-size: 1.2em
}
@media screen and (min-width: 768px) {
    .contact__heading::after {
        width: 2rem;
        margin: .6rem auto 0
    }
    .contact__heading .sub {
        padding: 0 0 .8rem;
        font-size: 1.56rem
    }
    .contact__heading .sub br {
        display: none
    }
    .contact__heading .main {
        font-size: 3.33rem
    }
}
.contact .form {
    padding: 0
}
.footer {
    background: #275AA0;
    color: #fff
}
.footer__inner {
    width: calc(100vw - 2rem);
    max-width: 1000px;
    margin: 0 auto;
    text-align: center
}
.footer__heading {
    max-width: 15rem;
    margin: 0 auto;
    padding: 2rem 0
}
.footer__text {
    padding: 0 0 1rem;
    line-height: 1.8em;
    font-size: .88rem
}
.footer__text .icon {
    width: 1.2em;
    margin: 0 .5em 0 0;
    display: inline-block;
    transform: translateY(-15%)
}
.footer__text+.footer__text {
    padding: 0 0 2rem
}
.footer__list {
    width: fit-content;
    margin: 0 auto;
    text-align: left;

    display: grid;
    grid-template-columns: 100%
}
.footer__list-item {
    line-height: 1.8em;
    font-size: .88rem;
    display: grid;
    grid-template-columns: 4em auto;
    grid-gap: 0 1em
}
.footer__link {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem
}
.footer__link-item a {
    padding: .3em 0;
    border: 1px solid currentColor;
    border-radius: 10em;
    line-height: 1.8em;
    font-size: .88rem;
    text-align: center;
    display: block
}
.footer__copyright {
    padding: 2rem 0;
    font-size: .77rem
}
@media screen and (min-width: 768px) {
    .footer__inner {
        padding: 3rem 0 3rem 26rem;
        text-align: left;
        position: relative
    }
    .footer__heading {
        max-width: 15rem;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 3rem;
        left: 0
    }
    .footer__text {
        padding: 0 0 .5rem;
        font-size: 1rem
    }
    .footer__text+.footer__text {
        padding: 0 0 1rem
    }
    .footer__list {
        margin: 0
    }
    .footer__link-item a {
        padding: .3em 0;
        font-size: .88rem
    }
    .footer__copyright {
        padding: 1.5rem 0 0;
        text-align: right
    }
}
.floating {
    background-color: #C5FF8C;
    width: 100%;
    position: sticky;
    bottom: 0;
    left: 0;
    z-index: 1000
}
.floating__inner {
    width: calc(100vw - 2rem);
    max-width: 1000px;
    margin: 0 auto;
    padding: .5rem 0
}
.floating__catch {
    padding: 0 0 .3rem;
    color: #275AA0;
    font-size: .88rem;
    font-weight: 700;
    text-align: center
}
.floating__button {
    padding: 0 .5rem;
    position: relative
}
.floating__button .icon {
    width: 4rem;
    position: absolute;
    top: -.2rem;
    left: -1rem;
    z-index: 100
}
.floating__button a {
    transition: all .2s ease-in-out;
    cursor: pointer;
    background-color: #275AA0;
    background-image: linear-gradient(to right, #275AA0, #273B84);
    padding: .6rem 0;
    border-radius: 10em;
    color: white;
    display: flex;
    flex-flow: column;
    align-items: center;
    overflow: hidden;
    position: relative
}
@media screen and (min-width: 768px) {
    .floating__button a:hover {
        opacity: .7
    }
}
.floating__button a .sub {
    padding: 0 0 .6em;
    font-size: .88rem;
    font-weight: 700
}
.floating__button a .main {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .05em;
    line-height: .8em;
    font-size: 2.2rem;
    font-weight: 700
}
@media screen and (min-width: 768px) {
    .floating__button a {
        padding: .8rem 0 .8rem 3rem
    }
    .floating__button a .sub {
        padding: 0 0 .6em;
        font-size: 1.11rem
    }
    .floating__button a .main {
        line-height: .8em;
        font-size: 2.7rem
    }
}
.floating__button a::before {
    content: '';
    background: linear-gradient(100deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.7) 60%);
    width: 100px;
    height: 400%;
    margin: auto;
    position: absolute;
    top: -20%;
    bottom: 0;
    left: 0;
    display: block;
    opacity: 0;
    transition: cubic-bezier(0.32, 0, 0.67, 0);
    animation: buttonFlash 3s ease-in-out infinite
}
@media screen and (min-width: 768px) {
    .floating__catch {
        line-height: 1.2em;
        font-size: 1rem
    }
    .floating__button {
        max-width: 40rem;
        margin: 0 auto;
        padding: 0 .5rem
    }
    .floating__button .icon {
        filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
        width: 5.5rem;
        top: -.5rem;
        left: -1rem
    }
}