﻿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: 1.8vw
}

@media screen and (min-width: 1000px) {
    html {
        font-size: 18px
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size: 3.86vw
    }
}

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: #333
}

body a {
    transition: all .2s ease-in-out;
    cursor: pointer
}

body a:hover {
    opacity: .7
}

@media screen and (max-width: 768px) {
    body a:hover {
        opacity: 1
    }
}

.wrap img {
    width: 100%;
    height: auto
}

.header {
    background: #fff;
    width: 100%;
    color: #333
}

.header__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    padding: .5rem 0;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between
}

.header__heading {
    line-height: 1.2;
    color: #008F45;
    font-size: 1.22rem;
    font-weight: 700
}

.header__heading .large {
    font-size: 1.55em
}

.header__button {
    text-align: right
}

.header__button .catch {
    padding: 0 .2rem 0 0;
    color: #000043;
    font-weight: 700
}

.header__button .catch .emphasis {
    color: #008F45
}

.header__button .catch .emphasis .large {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2em
}

.header__button a {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: -.2rem;
    color: #FF5938;
    font-size: 2.66rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.header__button a .icon {
    width: .66em
}

.header__button a .text {
    padding: 0 0 0 .2em;
    letter-spacing: .05em;
    transform: translateY(0.17em)
}

@media screen and (max-width: 768px) {
    .header__inner {
        padding: 2vw 0
    }

    .header__heading {
        font-size: .88rem
    }

    .header__button .catch {
        font-size: .75rem
    }

    .header__button a {
        font-size: 1.88rem
    }
}

.visual {
    background-color: #fff;
    background-image: url("../images/visual.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden
}

.visual::after {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    content: '';
    background-image: url("../images/visual_inner.webp");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 47% auto;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.visual__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 10
}

.visual__inner01 {
    padding: 2rem 0 1rem;
    min-height: 25rem;
    position: relative
}

.visual__area {
    line-height: 1.8em;
    font-weight: 700;
    display: flex;
    align-content: center;
    position: absolute;
    top: 2rem;
    right: 0
}

.visual__area .head {
    background-color: #FF5938;
    padding: 0 .8em;
    border-radius: 10em;
    color: #fff;
    font-size: 1.11rem
}

.visual__area .body {
    padding: 0 0 0 .8em;
    color: #231815;
    font-size: 1.22rem
}

.visual__catch {
    filter: drop-shadow(3px 3px 3px rgba(51, 51, 51, 0.7));
    background-color: #008F45;
    width: fit-content;
    padding: .5rem .5rem .5rem 1rem;
    color: white;
    font-size: 1.44rem;
    font-weight: 700;
    letter-spacing: .02em;
    position: relative;
    z-index: 2
}

@media screen and (max-width: 768px) {
    .visual__catch {
        filter: drop-shadow(2px 2px 2px rgba(51, 51, 51, 0.7))
    }
}

.visual__catch::before,
.visual__catch::after {
    content: '';
    background-color: #008F45;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 1
}

.visual__catch::before {
    width: 50vw;
    right: calc(100% - 2px)
}

.visual__catch::after {
    width: 1.1rem;
    top: 0;
    left: calc(100% - .5rem);
    transform: skewX(15deg)
}

.visual__catch .large {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0 .05em;
    font-size: 1.62em;
    position: relative;
    bottom: -.06em
}

.visual__heading {
    padding: 2rem 0 .8rem;
    line-height: 1.2;
    color: #231815;
    font-size: 4.22rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.visual__heading .emphasis {
    color: #008F45;
    padding-left: 2px;
}

.visual__heading .emphasis-item {
    text-align: center;
    position: relative;
    padding: 0 2px;
}

.visual__heading .emphasis-item::before {
    content: '･';
    margin: 0 auto;
    font-size: .8em;
    position: absolute;
    right: 0;
    bottom: 65%;
    left: 0
}

.visual__heading .small {
    font-size: .8em
}

.visual__image {
    filter: drop-shadow(3px 3px 3px rgba(51, 51, 51, 0.7));
    width: 39%
}

@media screen and (max-width: 768px) {
    .visual__image {
        filter: drop-shadow(2px 2px 2px rgba(51, 51, 51, 0.7))
    }
}

.visual__service {
    background-color: rgb(57, 178, 74, .7);
    margin: 0 0 1rem;
    color: white;
    text-align: center;
    position: relative;
    z-index: 10
}

.visual__service .head {
    padding: .3rem;
    line-height: 1.8em;
    font-size: 1.11rem;
    font-weight: 700
}

.visual__service .body {
    padding: 0 0 .8rem
}

.visual__service .list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: .5rem
}

.visual__service .list-item {
    background-color: #ECFFFF;
    padding: .5rem 0;
    border-radius: .5rem;
    color: #008F45;
    font-weight: 700;
    text-align: center
}

.visual__service .list-item .icon {
    padding: .5rem 0 0
}

.visual__service .list-item .icon img {
    width: 4rem;
    height: 3rem;
    object-fit: contain
}

@media screen and (max-width: 768px) {
    .visual {
        background-image: url("../images/visual-sp.webp")
    }

    .visual::after {
        display: none
    }

    .visual__inner01 {
        background-image: url("../images/visual_inner-sp.webp");
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-size: 36% auto;
        width: 100%;
        max-width: none;
        padding: 5vw 0 3vw;
        min-height: 0
    }

    .visual__area {
        width: fit-content;
        margin: 0 auto;
        padding: 0 0 5vw;
        position: static
    }

    .visual__area .head {
        padding: 0 .8em;
        font-size: .81rem
    }

    .visual__area .body {
        padding: 0 0 0 .8em;
        font-size: .88rem
    }

    .visual__catch {
        padding: 1vw .5rem 1vw 5vw;
        font-size: 1rem
    }

    .visual__heading {
        padding: 6vw 0 5vw;
        font-size: 3rem;
        text-align: center
    }

    .visual__image {
        width: 75vw;
        margin: 0 auto 0 5vw
    }

    .visual__service {
        margin: 0 0 5vw
    }

    .visual__service .head {
        padding: 1vw;
        font-size: 1.11rem
    }

    .visual__service .body {
        padding: 0 0 .8rem
    }

    .visual__service .list {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 2vw 3vw
    }
}

.contents {
    background: transparent;
    color: #333
}

.contents .video,
.contents .map {
    width: 100%;
    max-width: 1000px;
    height: 0;
    margin: 0 auto;
    padding-top: 56.25%;
    position: relative;
    overflow: hidden
}

.contents .video iframe,
.contents .map iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

.floating {
    background-color: #FFFF00;
    width: 100%;
    color: white;
    text-align: center;
    position: sticky;
    bottom: 0;
    left: 0;
    z-index: 1000
}

.floating__catch {
    background-color: #FF8231;
    line-height: 2;
    font-size: 1.11rem;
    font-weight: 700
}

.floating__button {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    display: flex
}

.floating__button-item {
    height: auto;
}

.floating__button-item a {
    width: 100%;
    height: 100%;
    border-radius: .5rem;
    font-weight: 700;
    display: block;
    filter: drop-shadow(3px 3px 3px rgba(51, 51, 51, 0.7));
}

.floating__button-item01,
.floating__button-item02 {
    width: 25%;
    padding: .8rem .5rem .8rem 0
}

.floating__button-item01 a,
.floating__button-item02 a {
    padding: .5rem 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.floating__button-item01 a .icon,
.floating__button-item02 a .icon {
    width: 2.5rem
}

.floating__button-item01 a .text,
.floating__button-item02 a .text {
    padding: 0 0 0 1rem;
    line-height: 1.4;
    font-size: 1.22rem;
    text-align: center
}

.floating__button-item01 a {
    background-color: #5BB9DA
}

.floating__button-item02 a {
    background-color: #00B900
}

.floating__button-item03 {
    width: 50%;
    padding: .8rem 0
}

.floating__button-item03 a {
    background-color: #FF5938;
    padding: .8rem 0;
    display: flex;
    flex-flow: wrap;
    align-items: flex-end;
    justify-content: center
}

.floating__button-item03 a .text01 {
    width: 100%;
    padding: 0 0 .2em;
    text-align: center
}

.floating__button-item03 a .text02 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 0 0 0 .2em;
    font-size: 2.22rem;
    letter-spacing: .05em;
    transform: translateY(0.17em)
}

.floating__button-item03 a .text03 {
    padding: 0 0 0 .6rem;
    line-height: 1;
    font-size: .77rem;
    text-align: left
}

.floating__button-item03 a .text03 .large {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2em
}

.floating__button-item03 a .icon {
    width: 1.66rem
}

@media screen and (max-width: 768px) {
    .floating__catch {
        font-size: 1.11rem
    }

    .floating__button {
        width: 94vw
    }

    .floating__button-item01,
    .floating__button-item02 {
        padding: 3vw 1.5vw 3vw 0
    }

    .floating__button-item01 a,
    .floating__button-item02 a {
        padding: .5rem 0;
        text-align: center;
        flex-flow: column;
        justify-content: center
    }

    .floating__button-item01 a .icon,
    .floating__button-item02 a .icon {
        width: 1.88rem;
        margin: 0 auto
    }

    .floating__button-item01 a .text,
    .floating__button-item02 a .text {
        padding: 1vw 0 0;
        font-size: .81rem
    }

    .floating__button-item03 {
        padding: 3vw 0
    }

    .floating__button-item03 a {
        padding: 2vw 0
    }

    .floating__button-item03 a .text01 {
        padding: 0 0 1vw;
        font-size: .88rem
    }

    .floating__button-item03 a .text02 {
        padding: 0 0 0 .2em;
        font-size: 1.7rem;
        letter-spacing: .05em;
        transform: translateY(0.17em)
    }

    .floating__button-item03 a .text03 {
        width: 100%;
        padding: 1vw 0 0;
        font-size: .81rem;
        text-align: center
    }

    .floating__button-item03 a .text03 br {
        display: none
    }

    .floating__button-item03 a .text03 .large {
        font-size: 1.2em
    }

    .floating__button-item03 a .icon {
        width: 1.33rem
    }
}

.cv {
    background-color: #000043;
    background-image: url("../images/cv01.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    position: relative;
    overflow: hidden
}

.cv::after {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    content: '';
    background-image: url("../images/cv02.webp");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 32% auto;
    height: 100%;
    margin: 0 auto;
    display: block;
    position: absolute;
    bottom: 0;
    right: -12vw;
    left: 0;
    transform: translateX(10%);
    z-index: 1
}

.cv__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    background-image: url("../images/cv03.svg");
    background-position: 50% calc(100% - 2rem);
    background-repeat: no-repeat;
    background-size: 40% auto;
    padding: 4rem 0 7rem;
    position: relative;
    z-index: 10
}

.cv__catch {
    padding: 0 0 2rem;
    line-height: 1.4;
    font-size: 1.66rem;
    text-align: center
}

.cv__catch .emphasis {
    color: #FFF679
}

.cv__catch br {
    display: none
}

.cv__button {
    display: flex;
    flex-flow: wrap;
    justify-content: center
}

.cv__button-item a {
    filter: drop-shadow(3px 3px 3px rgba(51, 51, 51, 0.7));
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .cv__button-item a {
        filter: drop-shadow(2px 2px 2px rgba(51, 51, 51, 0.7))
    }
}

.cv__button-item01 {
    width: 100%;
    margin: 0 auto 1.5rem;
    position: relative
}

.cv__button-item01 a {
    background-color: #FF5938;
    max-width: 50%;
    margin: 0 auto;
    border-radius: 1rem;
    color: white;
    font-size: 2.55rem;
    text-align: center;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    overflow: hidden
}

.cv__button-item01 a .info {
    background-color: #FF8231;
    width: 100%;
    line-height: 2;
    font-size: .88rem;
    font-weight: 700
}

.cv__button-item01 a .info .large {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4em
}

.cv__button-item01 a .icon {
    width: .66em;
    padding: .6rem 0 1rem
}

.cv__button-item01 a .text {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: .6rem 0 0 .2em;
    letter-spacing: .05em;
    transform: translateY(0.17em)
}

.cv__button-item01 .catch {
    background-repeat: repeat-y;
    background-size: 100% 50%;
    padding: 0 0 0 3.6rem;
    line-height: 1.8em;
    position: absolute;
    bottom: 0;
    left: 72%
}

.cv__button-item01 .catch .icon {
    filter: drop-shadow(3px 3px 3px rgba(51, 51, 51, 0.7));
    width: 3.17rem;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0
}

@media screen and (max-width: 768px) {
    .cv__button-item01 .catch .icon {
        filter: drop-shadow(2px 2px 2px rgba(51, 51, 51, 0.7))
    }
}

.cv__button-item01 .catch .marker {
    border-bottom: 2px solid white
}

.cv__button-item01 .catch .emphasis-item {
    text-align: center;
    position: relative
}

.cv__button-item01 .catch .emphasis-item::before {
    content: '･';
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: 50%;
    left: 0
}

.cv__button-item02,
.cv__button-item03 {
    width: 38%
}

.cv__button-item02 a,
.cv__button-item03 a {
    width: 100%;
    height: 3.8rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.cv__button-item02 a .icon,
.cv__button-item03 a .icon {
    width: 2.5rem
}

.cv__button-item02 a .text,
.cv__button-item03 a .text {
    padding: 0 0 0 1rem;
    line-height: 1.4;
    font-size: 1.22rem;
    text-align: center
}

.cv__button-item02 {
    margin: 0 2rem 0 0
}

.cv__button-item02 a {
    background-color: #00B900
}

.cv__button-item03 a {
    background-color: #5BB9DA
}

@media screen and (max-width: 768px) {
    .cv {
        background-image: url("../images/cv01-sp.webp")
    }

    .cv::after {
        display: none
    }

    .cv__inner {
        background-image: url("../images/cv03-sp.svg"), url("../images/cv02-sp.webp");
        background-position: 20% calc(100% - 5vw), bottom right;
        background-size: 46vw auto, 33vw auto;
        padding: 5vw 0 35vw;
        position: relative;
        z-index: 10
    }

    .cv__catch {
        padding: 0 0 5vw;
        font-size: 1.39rem
    }

    .cv__catch br {
        display: block
    }

    .cv__button {
        display: block
    }

    .cv__button-item {
        width: 100%
    }

    .cv__button-item01 {
        margin: 0;
        padding: 0 0 10vw
    }

    .cv__button-item01 a {
        max-width: none;
        font-size: 3rem
    }

    .cv__button-item01 a .info {
        font-size: 1.06rem
    }

    .cv__button-item01 a .icon {
        width: .66em;
        padding: .6rem 0 1rem
    }

    .cv__button-item01 a .text {
        font-family: "Bebas Neue", sans-serif;
        font-weight: 400;
        font-style: normal;
        padding: .6rem 0 0 .2em;
        letter-spacing: .05em;
        transform: translateY(0.17em)
    }

    .cv__button-item01 .catch {
        width: fit-content;
        margin: 0 auto;
        padding: 0 0 0 3.6rem;
        bottom: 0;
        right: 0;
        left: 0
    }

    .cv__button-item01 .catch br {
        display: none
    }

    .cv__button-item02,
    .cv__button-item03 {
        padding: 3vw 0 0
    }

    .cv__button-item02 a,
    .cv__button-item03 a {
        height: 4.6rem
    }

    .cv__button-item02 a .icon,
    .cv__button-item03 a .icon {
        width: 3rem
    }

    .cv__button-item02 a .text,
    .cv__button-item03 a .text {
        padding: 0 0 0 1rem;
        font-size: 1.22rem
    }

    .cv__button-item02 {
        margin: 0
    }
}

.reason,
.voice,
.service,
.step,
.faq {
    padding: 4rem 0
}

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

    .reason,
    .voice,
    .service,
    .step,
    .faq {
        padding: 8vw 0
    }
}

.reason__inner,
.voice__inner,
.service__inner,
.step__inner,
.faq__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto
}

.reason__heading,
.voice__heading,
.service__heading,
.step__heading,
.faq__heading {
    padding: 0 0 2rem;
    text-align: center
}

.reason__heading .sub,
.voice__heading .sub,
.service__heading .sub,
.step__heading .sub,
.faq__heading .sub {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    color: #FF5938;
    font-size: 1.88rem
}

.reason__heading .main,
.voice__heading .main,
.service__heading .main,
.step__heading .main,
.faq__heading .main {
    line-height: 1.4;
    font-size: 2rem;
    font-weight: 700;
}

.reason__heading .main .large,
.voice__heading .main .large,
.service__heading .main .large,
.step__heading .main .large,
.faq__heading .main .large {
    font-size: 1.47em
}

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

    .reason__heading,
    .voice__heading,
    .service__heading,
    .step__heading,
    .faq__heading {
        padding: 0 0 5vw
    }

    .reason__heading .sub,
    .voice__heading .sub,
    .service__heading .sub,
    .step__heading .sub,
    .faq__heading .sub {
        font-size: 1.55rem
    }

    .reason__heading .main,
    .voice__heading .main,
    .service__heading .main,
    .step__heading .main,
    .faq__heading .main {
        font-size: 1.38rem
    }

    .reason__heading .main .large,
    .voice__heading .main .large,
    .service__heading .main .large,
    .step__heading .main .large,
    .faq__heading .main .large {
        font-size: 1.5em
    }
}

.reason__text,
.voice__text,
.service__text,
.step__text,
.faq__text {
    padding: 0 0 2rem;
    line-height: 1.8em;
    font-size: 1.11rem;
    text-align: center
}

.reason__text .emphasis,
.voice__text .emphasis,
.service__text .emphasis,
.step__text .emphasis,
.faq__text .emphasis {
    color: #FF5938
}

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

    .reason__text,
    .voice__text,
    .service__text,
    .step__text,
    .faq__text {
        padding: 0 0 5vw
    }
}

.reason__image,
.voice__image,
.service__image,
.step__image,
.faq__image {
    text-align: center
}

.reason__image img.circle,
.voice__image img.circle,
.service__image img.circle,
.step__image img.circle,
.faq__image img.circle {
    border-radius: 100%;
    overflow: hidden
}

.beforeafter {
    padding: 4rem 0
}

@media screen and (max-width: 768px) {
    .beforeafter {
        padding: 8vw 0
    }
}

.beforeafter__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto
}

.beforeafter__heading {
    padding: 0 0 2rem;
    line-height: 1.2;
    color: #231815;
    font-size: 2.33rem;
    font-weight: 700;
    text-align: center
}

.beforeafter__heading .emphasis {
    color: #008F45
}

.beforeafter__heading .emphasis .large {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.52em
}

.beforeafter__image {
    max-width: 39.5rem;
    margin: 0 auto -1rem
}

@media screen and (max-width: 768px) {
    .beforeafter__heading {
        padding: 0 0 5vw;
        font-size: 1.38rem
    }

    .beforeafter__heading .emphasis .large {
        font-size: 1.7em
    }

    .beforeafter__image {
        max-width: none;
        margin: 0 auto -5vw
    }
}

.about {
    padding: 4rem 0;
    background-color: #FCE2C6
}

@media screen and (max-width: 768px) {
    .about {
        padding: 8vw 0
    }
}

.about__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto
}

.about__heading {
    padding: 0 0 2rem;
    line-height: 1.4;
    font-size: 2rem;
    font-weight: 700;
    text-align: center
}

.about__heading .large {
    font-size: 1.47em
}

.about__text {
    padding: 0 0 2rem;
    line-height: 1.8em;
    font-size: 1.11rem;
    text-align: center
}

.about__text .emphasis {
    color: #FF5938
}

@media screen and (max-width: 768px) {
    .about__text {
        padding: 0 0 5vw
    }
}

.about__text01 br {
    display: none
}

.about__text02 {
    padding: 2rem 0
}

.about__text03 br:nth-child(1),
.about__text03 br:nth-child(4) {
    display: none
}

.about__image {
    max-width: 37.5rem;
    margin: 0 auto
}

.about__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem 2rem
}

.about__list-item {
    text-align: center;
    position: relative
}

.about__list-item .text {
    background-color: #39B24A;
    border-radius: 1rem 1rem 0 0;
    color: white;
    line-height: 2;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    display: block
}

.about__list-item .icon {
    filter: drop-shadow(3px 3px 3px rgba(51, 51, 51, 0.3));
    width: 6rem;
    position: absolute;
    top: 2rem;
    left: -1rem
}

@media screen and (max-width: 768px) {
    .about__list-item .icon {
        filter: drop-shadow(2px 2px 2px rgba(51, 51, 51, 0.3))
    }
}

.about__list-item .image {
    border-radius: 0 0 1rem 1rem;
    overflow: hidden
}

.about__list-item .list {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    justify-content: space-between;
    grid-gap: .5rem
}

.about__list-item .list-item {
    background-color: #39B24A;
    width: 100%;
    border-radius: 1rem;
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 768px) {
    .about__heading {
        padding: 0 0 5vw;
        font-size: 1.38rem;
        color: #39B24A;
    }

    .about__heading .large {
        font-size: 1.5em
    }

    .about__text01 br {
        display: block
    }

    .about__text02 {
        padding: 5vw 0
    }

    .about__text03 br:nth-child(1),
    .about__text03 br:nth-child(4) {
        display: block
    }

    .about__image {
        max-width: none
    }

    .about__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 2vw 3vw
    }

    .about__list-item {
        text-align: center;
        position: relative
    }

    .about__list-item .text {
        border-radius: .5rem .5rem 0 0;
        font-size: .94rem
    }

    .about__list-item .icon {
        width: 15vw;
        top: 4vw;
        left: -2vw
    }

    .about__list-item .image {
        border-radius: 0 0 .5rem .5rem
    }

    .about__list-item .list {
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 2vw 3vw
    }

    .about__list-item .list-item {
        line-height: 2;
        border-radius: .5rem;
        font-size: .94rem
    }

    .about__list-item:last-child {
        grid-column: 1 / 3
    }
}

.area {
    padding: 4rem 0;
    background-color: #FCE2C6
}

@media screen and (max-width: 768px) {
    .area {
        padding: 8vw 0
    }
}

.area__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto
}

.area__heading {
    padding: 0 0 2rem;
    line-height: 1.4;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    color: #008F45;
}

.area__heading .large {
    font-size: 1.47em
}

.area__text {
    padding: 0 0 1rem;
    line-height: 1.8em;
    font-size: 1.77rem;
    text-align: center
}

.area__text .emphasis {
    background: linear-gradient(transparent 50%, #FFF679 50%);
    padding: 0 .5em
}

.area__text .large {
    font-size: 1.4em
}

.area__image {
    max-width: 36.5rem;
    margin: 0 auto
}

@media screen and (max-width: 768px) {
    .area__heading {
        padding: 0 0 5vw;
        font-size: 1.38rem
    }

    .area__heading .large {
        font-size: 1.5em
    }

    .area__text {
        padding: 0 0 3vw;
        font-size: 1rem
    }

    .area__text .large {
        font-size: 1.5em
    }

    .area__image {
        max-width: none
    }
}

.reason__heading .main {
    color: #008F45;
}

.reason__box {
    padding: 0 0 4rem;
    display: flex;
    justify-content: space-between
}

.reason__box-item {
    width: calc((100% - 3rem) / 2)
}

.reason__box-item .number {
    width: 5.55rem;
    position: absolute;
    top: 0;
    left: 0
}

.reason__box-item .catch {
    background-image: url("../images/reason_line.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    width: calc(100% - 7rem);
    margin: 0 0 0 auto;
    padding: 0 0 1.5rem;
    color: #FF5938;
    font-size: 1.55rem;
    font-weight: 700;
    text-align: center
}

.reason__box-item .heading {
    width: calc(100% - 7rem);
    margin: 0 0 0 auto;
    line-height: 1.8em;
    color: #231815;
    font-size: 1.55rem;
    font-weight: 700;
    text-align: center
}

.reason__box-item .heading .large {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.55em
}

.reason__box-item .text {
    line-height: 1.8em
}

.reason__box-item .image {
    filter: drop-shadow(10px 10px 0 #008F45);
    padding: 0 10px 10px 0
}

@media screen and (max-width: 768px) {
    .reason__box-item .image {
        filter: drop-shadow(3px 3px 0 #008F45)
    }
}

.reason__box-item01 {
    position: relative
}

.reason__box02 {
    flex-flow: row-reverse
}

.reason__box:last-child {
    padding-bottom: 0
}

@media screen and (max-width: 768px) {
    .reason__box {
        padding: 0 0 8vw;
        display: block
    }

    .reason__box-item {
        width: 100%
    }

    .reason__box-item .number {
        width: 5rem
    }

    .reason__box-item .catch {
        width: calc(100% - 5rem - 3vw);
        padding: 0 0 1.5rem;
        font-size: 1.5rem
    }

    .reason__box-item .heading {
        width: calc(100% - 5rem - 3vw);
        margin: 0 0 0 auto;
        font-size: 1.5rem
    }

    .reason__box-item .heading .large {
        font-size: 1.55em
    }

    .reason__box-item .text {
        padding: 1vw 0 4vw;
        line-height: 1.8em
    }

    .reason__box-item .image {
        padding: 0 3px 3px 0
    }

    .reason__box-item01 {
        position: relative
    }

    .reason__box:last-child {
        padding-bottom: 0
    }
}

.voice {
    background-color: #DEA356;
    color: white
}

.voice__heading .sub {
    color: #FFFF00
}

.voice__heading .main {
    color: inherit
}

.voice__slide {
    max-width: 48rem;
    margin: 0 auto;
    position: relative
}

.voice__slide .swiper-container {
    padding: 0 0 2rem
}

.voice__slide .swiper-slide {
    height: auto;
    padding: 0 3rem
}

.voice__box {
    background-color: #ECFFFF;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 2rem 2rem 0;
    border-radius: 1rem;
    color: #333;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between
}

.voice__box-item {
    color: #333
}

.voice__box-item .icon {
    width: 5.72rem
}

.voice__box-item .profile {
    line-height: 1.6;
    font-size: .88rem
}

.voice__box-item .profile .emphasis {
    font-weight: 700;
    font-size: 1.38em
}

.voice__box-item .text {
    padding: 1rem 0;
    line-height: 1.8em
}

.voice__box-item .text .emphasis {
    background: linear-gradient(transparent 50%, #FFF679 50%);
    font-weight: 700
}

.voice__box-item .image {
    width: 10rem
}

.voice__box-item .staff {
    background-color: #2E729A;
    width: fit-content;
    padding: .5rem 1rem;
    border-radius: 1rem;
    line-height: 1.8em;
    color: white;
    position: relative
}

.voice__box-item .staff::before {
    content: '';
    background-color: #2E729A;
    width: 1rem;
    height: calc(tan(60deg) * 1rem / 2);
    margin: auto;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    display: block;
    position: absolute;
    top: 50%;
    right: 99%
}

.voice__box-item01 {
    width: 5.72rem
}

.voice__box-item02 {
    width: calc(100% - 5.72rem - 1rem)
}

.voice__box-item03 {
    width: 100%
}

.voice__box-item04 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 768px) {
    .voice__slide {
        max-width: none
    }

    .voice__slide .swiper-container {
        padding: 0 0 2rem
    }

    .voice__slide .swiper-slide {
        padding: 0 2rem
    }

    .voice__box {
        padding: 6vw 6vw 0;
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        position: relative
    }

    .voice__box-item .icon {
        width: 5rem;
        position: absolute;
        top: 6vw;
        right: 6vw
    }

    .voice__box-item .profile {
        line-height: 1.6;
        font-size: .88rem
    }

    .voice__box-item .profile .emphasis {
        font-weight: 700;
        font-size: 1.38em
    }

    .voice__box-item .text {
        padding: 3vw 0
    }

    .voice__box-item .image {
        width: 6rem
    }

    .voice__box-item .staff {
        padding: 2vw 4vw;
        border-radius: .5rem;
        font-size: .81rem
    }

    .voice__box-item01 {
        width: auto
    }

    .voice__box-item02 {
        width: calc(100% - 5rem);
        height: 5rem;
        margin: 0 auto 0 0;
        display: flex;
        flex-flow: column;
        justify-content: center
    }

    .voice__box-item04 {
        margin: auto 0 0;
        align-self: flex-end
    }
}

.service {
    background-color: #FCE2C6;
    color: #008F45
}


.service__heading .main {
    color: #008F45
}

.service__list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: .5rem
}

.service__list-item {
    background-color: #ECFFFF;
    padding: .5rem 0;
    border-radius: .5rem;
    color: #008F45;
    font-weight: 700;
    text-align: center
}

.service__list-item .icon {
    padding: .5rem 0 0
}

.service__list-item .icon img {
    width: 4rem;
    height: 3rem;
    object-fit: contain
}

@media screen and (max-width: 768px) {
    .service__list {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 2vw 3vw
    }

    .service__list-item {
        background-color: #ECFFFF;
        padding: .5rem 0;
        border-radius: .5rem;
        color: #000043;
        font-weight: 700;
        text-align: center
    }

    .service__list-item .icon {
        padding: .5rem 0 0
    }

    .service__list-item .icon img {
        width: 4rem;
        height: 3rem;
        object-fit: contain
    }
}

.step {
    background-color: #fff
}

.step__box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2rem
}

.step__box-item {
    position: relative
}

.step__box-item::after {
    content: '';
    background-color: #000043;
    width: 1rem;
    height: calc(tan(60deg) * 1.3rem / 2);
    margin: auto;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    display: block;
    position: absolute;
    top: 1.5rem;
    right: -1.5rem
}

.step__box-item .image {
    text-align: center
}

.step__box-item .image img {
    width: auto;
    height: 4rem
}

.step__box-item .number {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: .5rem 0 0;
    color: #008F45;
    text-align: center
}

.step__box-item .heading {
    min-height: 5.4rem;
    padding: 1rem 0;
    line-height: 1.8em;
    font-size: 1.11rem;
    font-weight: 700;
    text-align: center
}

.step__box-item .heading .free {
    background-color: #FF5938;
    width: fit-content;
    margin: 0 auto;
    padding: 0 1em;
    border-radius: 10em;
    line-height: 1.8em;
    color: white;
    font-size: .77rem;
    font-weight: 700;
    display: block
}

.step__box-item .text {
    line-height: 1.8em;
    font-size: .88rem
}

.step__box-item .text .emphasis {
    color: #FF5938;
    font-weight: 700
}

.step__box-item04::after {
    display: none
}

.step__box-item .number {
    color: #FF5938
}

.step__box-item04 .text .emphasis {
    color: #FF5938
}
.step__heading .main {
    color: #008F45
}

@media screen and (max-width: 768px) {
    .step__box {
        grid-template-columns: 1fr;
        grid-gap: 3.5rem
    }

    .step__box-item {
        display: flex;
        justify-content: space-between
    }

    .step__box-item::after {
        width: 1.5rem;
        height: calc(tan(60deg) * 1.5rem / 2);
        margin: 0 auto;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        top: calc(100% + 1rem);
        right: 0;
        left: 0
    }

    .step__box-item .inner01 {
        width: 4.4rem
    }

    .step__box-item .inner02 {
        width: calc(100% - 4.4rem - 5vw)
    }

    .step__box-item .image {
        text-align: center
    }

    .step__box-item .image img {
        width: auto;
        height: 4rem
    }

    .step__box-item .number {
        padding: .5rem 0 0
    }

    .step__box-item .heading {
        min-height: 0;
        padding: 0 0 1vw;
        font-size: 1.25rem;
        text-align: left
    }

    .step__box-item .heading .free {
        margin: 0 0 0 .5em;
        display: inline-block
    }
}

.faq {
    background-color: #DEA356;
    color: white
}

.faq__heading .sub {
    color: #FFFF00
}

.faq__heading .main {
    color: inherit
}

.faq__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem 2rem
}

.faq__list-item {
    background-color: #ECFFFF;
    color: #333;
    border-radius: 1rem;
    overflow: hidden
}

.faq__list-item .head,
.faq__list-item .body {
    line-height: 1.8em;
    display: flex;
    align-items: flex-start;
    position: relative
}

.faq__list-item .head {
    background-color: #323232;
    min-height: 3rem;
    padding: 1rem;
    color: white;
    font-weight: 700
}

.faq__list-item .body {
    padding: 1rem;
    font-size: 1rem
}

.faq__list-item .icon {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 0 1rem 0 0;
    font-size: 2rem;
    font-weight: 700;
    display: block
}

.faq__list-item .icon-q {
    color: white
}

.faq__list-item .icon-a {
    color: #000043
}

.faq__list-item a {
    color: #000043;
    border-bottom: 1px solid #000043
}

@media screen and (max-width: 768px) {
    .faq__list {
        grid-template-columns: 1fr;
        grid-gap: 3vw
    }

    .faq__list-item .head {
        padding: 3vw 5vw;
        font-size: 1rem
    }

    .faq__list-item .body {
        padding: 3vw 5vw
    }

    .faq__list-item .icon {
        padding: 0 3vw 0 0;
        font-size: 1.2rem
    }
}

.contact {
    padding: 4rem 0
}

@media screen and (max-width: 768px) {
    .contact {
        padding: 8vw 0
    }
}

.contact__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto
}

.contact__heading {
    padding: 0 0 2rem;
    text-align: center
}

.contact__heading .sub {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    color: #FF5938;
    font-size: 1.88rem
}

.contact__heading .main {
    line-height: 1.4;
    font-size: 2rem;
    font-weight: 700;
    color: #008F45;
}

.contact__heading .main .large {
    font-size: 1.47em
}

@media screen and (max-width: 768px) {
    .contact__heading {
        padding: 0 0 5vw
    }

    .contact__heading .sub {
        font-size: 1.55rem
    }

    .contact__heading .main {
        font-size: 1.38rem
    }

    .contact__heading .main .large {
        font-size: 1.5em
    }
}

.contact__text {
    padding: 0 0 2rem;
    line-height: 1.8em;
    font-size: 1.11rem;
    text-align: center
}

.contact__text .emphasis {
    color: #FF5938
}

@media screen and (max-width: 768px) {
    .contact__text {
        padding: 0 0 5vw
    }
}

.contact .form {
    padding: 0
}

.footer {
    background: #39B24A;
    color: #fff
}

.footer__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center
}

.footer .copyright {
    padding: 1rem 0;
    font-size: .88rem
}