
.company {
    background-color: #323232;
    background-image: url("../images/company.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white
}

.company__inner {
    max-width: 46.11rem
}

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

.company__box01 .text {
    width: calc(100% - 6.22rem - 2rem);
    line-height: 1.8em
}

.company__box01 .image {
    width: 6.22rem
}

.company__box02 {
    padding: 3rem 0 0
}

.company__box02 .text {
    line-height: 1.4em;
    font-size: 1.44rem;
    font-size: 700;
    text-align: center
}

.company__box02 .text::after {
    content: '';
    background-color: #5db0e1;
    width: 4rem;
    height: 3px;
    margin: 1rem auto 1.5rem;
    display: block
}

.company__box02 .text br {
    display: none
}

.company__box02 .image {
    border-radius: .5rem;
    overflow: hidden
}

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

    .company__inner {
        max-width: 90vw
    }

    .company__box01 {
        display: block
    }

    .company__box01 .text {
        width: 100%;
        max-width: 80vw;
        margin: 0 auto;
        padding: 5vw 0 0;
        font-size: .88rem
    }

    .company__box01 .image {
        width: 6.22rem;
        margin: 0 auto
    }

    .company__box02 {
        padding: 8vw 0 0
    }

    .company__box02 .text {
        line-height: 1.8em;
        font-size: 1rem
    }

    .company__box02 .text::after {
        width: 4rem;
        height: 2px;
        margin: 2vw auto 5vw
    }

    .company__box02 .text br {
        display: block
    }
}

.about__heading {
    padding: 0
}

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

.about__box-item .heading {
    padding: 0 0 1rem;
    line-height: 1.6em;
    font-size: 2rem;
    font-weight: 700
}

.about__box-item .heading .emphasis {
    background: linear-gradient(transparent 70%, #cff0e8 70%);
    color: #01b3a7
}

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

.about__box-item .image {
    filter: drop-shadow(2px 2px 3px rgba(50, 50, 50, 0.2))
}

@media screen and (max-width: 768px) {
    .about__box-item .image {
        filter: drop-shadow(1px 1px 2px rgba(50, 50, 50, 0.2))
    }
}

.about__box-item .image img {
    border-radius: 1rem;
    overflow: hidden
}

.about__box-item01 {
    width: calc(100% - 22.22rem - 3rem)
}

.about__box-item02 {
    width: 22.22rem
}

.about__box02 {
    flex-flow: row-reverse
}

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

    .about__box-item {
        width: 100%
    }

    .about__box-item .heading {
        padding: 0;
        font-size: 1.44rem
    }

    .about__box-item .text {
        padding: 3vw 0 5vw
    }
}

.support {
    background-color: #f5fafa
}

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

.support__image {
    max-width: 42.56rem;
    margin: 0 auto
}

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

    .support__image {
        max-width: none
    }
}

.voice__inner {
    max-width: 46.11rem
}

.voice__heading br:first-child {
    display: none
}

.voice__box {
    margin: 0 auto 4rem;
    padding: 1rem 0 0
}

.voice__box-item01 {
    padding: 1rem;
    border: 2px solid #01b3a7;
    border-radius: .5rem;
    text-align: center;
    position: relative
}

.voice__box-item01::before,
.voice__box-item01::after {
    content: '';
    background-color: #323232;
    margin: auto;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    display: block;
    position: absolute;
    right: 0;
    left: 0
}

.voice__box-item01::before {
    background-color: white;
    width: calc(2rem - 2px);
    height: calc(1rem - 2px);
    top: calc(100% - 1px);
    z-index: 2
}

.voice__box-item01::after {
    background-color: #01b3a7;
    width: 2rem;
    height: 1rem;
    top: 100%;
    z-index: 1
}

.voice__box-item01 .number {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #01b3a7;
    font-size: .88rem;
    position: absolute;
    top: -1rem;
    left: 0
}

.voice__box-item01 .heading {
    line-height: 1.4em;
    color: #01b3a7;
    font-size: 1.88rem;
    font-weight: 700
}

.voice__box-item01 .heading .alphanumeric {
    font-size: 1.6em
}

.voice__box-item01 .heading br {
    display: none
}

.voice__box-item01 .text {
    padding: .5rem 0 0;
    line-height: 1.8em;
    color: #787878;
    font-size: .88rem
}

.voice__box-item02 {
    padding: 2rem 0
}

.voice__box .video video {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    outline: 1px solid #ccc
}

.voice__box:last-child {
    margin: 0 auto
}

@media screen and (max-width: 768px) {
    .voice__inner {
        max-width: 90%
    }

    .voice__heading br:first-child {
        display: block
    }

    .voice__box {
        margin: 0 auto 8vw;
        padding: 1rem 0 0
    }

    .voice__box-item01 {
        padding: 3vw
    }

    .voice__box-item01 .number {
        font-size: .88rem;
        top: -1rem
    }

    .voice__box-item01 .heading {
        font-size: 1.5rem
    }

    .voice__box-item01 .heading br {
        display: block
    }

    .voice__box-item01 .text {
        padding: 1vw 0 0;
        font-size: .77rem
    }

    .voice__box-item02 {
        padding: 5vw 0
    }

    .voice__box:last-child {
        margin: 0 auto
    }
}

.case {
    background-color: #f5fafa
}

.case__inner {
    max-width: 50rem
}

.case__text {
    font-size: 1.11rem;
    text-align: center
}

.case__text .emphasis {
    background: linear-gradient(transparent 40%, #ffffaf 40%);
    color: #01b3a7
}

.case__text .large {
    line-height: 1.8em;
    font-size: 1.4em;
    font-weight: 700
}

.case__text02 {
    padding: 2rem 0 4rem
}

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

.case__box-item .image {
    filter: drop-shadow(2px 2px 3px rgba(50, 50, 50, 0.2))
}

@media screen and (max-width: 768px) {
    .case__box-item .image {
        filter: drop-shadow(1px 1px 2px rgba(50, 50, 50, 0.2))
    }
}

.case__box-item .image img {
    border-radius: 1rem;
    overflow: hidden
}

.case__box-item .note {
    padding: .2rem 0 0;
    line-height: 1.8em;
    color: #787878;
    font-size: .66rem
}

.case__box-item .heading {
    display: flex;
    align-items: center
}

.case__box-item .heading .number {
    width: 4.44rem
}

.case__box-item .heading .main {
    padding: 0 0 0 1rem;
    line-height: 1.4em;
    color: #01b3a7;
    font-size: 1.77rem;
    font-weight: 700
}

.case__box-item .list {
    padding: 1rem 0 0
}

.case__box-item .list-item {
    padding: 0 0 0 1rem;
    line-height: 1.8em;
    display: flex
}

.case__box-item .list-item .head {
    width: 7rem
}

.case__box-item .list-item .body .small {
    font-size: .8em
}

.case__box-item .list-item .alphanumeric {
    font-size: 1em
}

.case__box-item .list-item.result {
    margin: 1rem auto 0;
    padding: 1rem 1rem 0;
    border-top: 2px solid #01b3a7;
    color: #01b3a7
}

.case__box-item .list-item.result .head {
    font-size: 1.22rem
}

.case__box-item .list-item.result .body {
    background: linear-gradient(transparent 40%, #ffffaf 40%);
    font-size: 1.88rem;
    font-feature-settings: 'palt'
}

.case__box-item .list-item.result .body .small {
    margin-left: .3em
}

.case__box-item01 {
    width: 24.44rem
}

.case__box-item02 {
    width: calc(100% - 24.44rem - 2rem)
}

.case__box02 .heading .main,
.case__box04 .heading .main {
    color: #5cdeb1
}

.case__box02 .list-item.result,
.case__box04 .list-item.result {
    border-top-color: #5cdeb1;
    color: #5cdeb1
}

.case__box:last-child {
    padding: 0
}

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

    .case__text {
        font-size: .88rem
    }

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

    .case__text01 br {
        display: none
    }

    .case__text02 {
        padding: 2vw 0 5vw
    }

    .case__box {
        max-width: 80vw;
        margin: 0 auto;
        padding: 0 0 8vw;
        display: flex;
        flex-flow: column-reverse
    }

    .case__box-item {
        width: 100%
    }

    .case__box-item .note {
        padding: .2rem 0 0;
        font-size: .66rem
    }

    .case__box-item .heading {
        display: flex;
        align-items: center
    }

    .case__box-item .heading .number {
        width: 4.44rem
    }

    .case__box-item .heading .main {
        padding: 0 0 0 1rem;
        font-size: 1.77rem
    }

    .case__box-item .list {
        padding: 1rem 0 0
    }

    .case__box-item .list-item {
        padding: 0 0 0 3vw
    }

    .case__box-item .list-item .head {
        width: 7rem
    }

    .case__box-item .list-item .body .small {
        font-size: .8em
    }

    .case__box-item .list-item .alphanumeric {
        font-size: 1em
    }

    .case__box-item .list-item.result {
        margin: 3vw auto 0;
        padding: 3vw 0 0 3vw
    }

    .case__box-item .list-item.result .head {
        font-size: 1.22rem
    }

    .case__box-item .list-item.result .body {
        font-size: 1.88rem
    }

    .case__box-item .list-item.result .body .small {
        margin-left: .3em
    }

    .case__box-item01 {
        padding: 5vw 0 0
    }

    .case__box02 .heading .main,
    .case__box04 .heading .main {
        color: #5cdeb1
    }

    .case__box02 .list-item.result,
    .case__box04 .list-item.result {
        border-top-color: #5cdeb1;
        color: #5cdeb1
    }

    .case__box:last-child {
        padding: 0
    }
}

.reason {
    background-image: url("../images/reason.webp");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% auto
}

.reason__text {
    padding: 0 0 5rem
}

.reason__box {
    max-width: 45rem;
    margin: 0 auto;
    padding: 4rem 2rem 2rem;
    border: 2px solid #323232;
    border-radius: 2rem;
    position: relative
}

.reason__box .heading {
    background-color: white;
    background-image: url("../images/frame01.svg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: fit-content;
    margin: 0 auto;
    padding: 0.7em 1.6em calc(1.5em + 1rem);
    line-height: 1.4;
    font-size: 1.55rem;
    font-weight: 700;
    position: absolute;
    top: -2.5rem;
    right: 0;
    left: 0
}

.reason__box .list {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between
}

.reason__box .list-item {
    width: calc((100% - 4rem) / 3);
    text-align: center
}

.reason__box .list-item .image {
    filter: drop-shadow(2px 2px 3px rgba(50, 50, 50, 0.2));
    border-radius: 50%;
    overflow: hidden
}

@media screen and (max-width: 768px) {
    .reason__box .list-item .image {
        filter: drop-shadow(1px 1px 2px rgba(50, 50, 50, 0.2))
    }
}

.reason__box .list-item .number {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-style: normal;
    padding: .8rem 0 0;
    color: #01b3a7;
    font-size: .88rem
}

.reason__box .list-item .number .large {
    font-size: 1.25em
}

.reason__box .list-item .text {
    line-height: 1.4;
    font-size: 1.33rem;
    font-weight: 700
}

.reason__box .list-item04,
.reason__box .list-item05 {
    padding: 1.5rem 0 0
}

.reason__box .list-item04 {
    margin: 0 2rem 0 auto
}

.reason__box .list-item05 {
    margin: 0 auto 0 0
}

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

    .reason__text {
        padding: 0 0 calc(5vw + 2rem)
    }

    .reason__box {
        max-width: none;
        padding: calc(5vw + 1.5rem) 5vw 5vw;
        border-radius: 1rem;
        position: relative
    }

    .reason__box .heading {
        width: calc(100% - 10vw);
        padding: .6em 0 1.5em;
        font-size: 1.13rem;
        text-align: center;
        top: -1.5rem
    }

    .reason__box .list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 5vw
    }

    .reason__box .list-item {
        width: 100%;
        margin: 0;
        padding: 0
    }

    .reason__box .list-item .number {
        padding: .8rem 0 0
    }

    .reason__box .list-item .text {
        font-size: 1rem
    }
}

.faq {
    background-color: #323232;
    background-image: url("../images/faq.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white
}

.faq__heading .main {
    color: white
}

.faq__list {
    max-width: 45rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem
}

.faq__list-item {
    border-radius: .5rem;
    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: white;
    min-height: 3rem;
    padding: .5rem 3rem .5rem 0;
    border-radius: .5rem;
    color: #323232;
    font-size: 1.11rem;
    font-weight: 700;
    position: relative;
    cursor: pointer
}

.faq__list-item .head::before {
    transition: all .2s ease-in-out;
    content: '';
    background-image: url("../images/faq_arrow.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 1.5rem;
    height: 1.8rem;
    display: block;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%) rotate(-180deg)
}

.faq__list-item .head.is-active::before {
    transform: translateY(-50%)
}

.faq__list-item .body {
    transition: all .2s ease-in-out;
    height: 0;
    padding: 0;
    font-size: 1rem
}

.faq__list-item .body.is-active {
    padding: 1rem 0;
    height: auto;
    min-height: 3rem
}

.faq__list-item .body .small {
    font-size: .88em
}

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

.faq__list-item .icon-q {
    color: #323232
}

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

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

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

    .faq__list {
        grid-gap: 3vw
    }

    .faq__list-item .head {
        padding: 0.5rem calc(1rem + 6vw) 0.5rem 0;
        font-size: 1rem
    }

    .faq__list-item .head::before {
        width: 1rem;
        right: 3vw
    }

    .faq__list-item .head::after {
        height: 1rem;
        right: calc(((1rem - 2px) / 2) + 3vw)
    }

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

    .faq__list-item .body.is-active {
        padding: 3vw 3vw 3vw 0
    }

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

.contact__inner {
    width: 90vw;
    max-width: 52.78rem;
    margin: 0 auto
}

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

.contact__heading .medium {
    font-size: 1.2em
}

.contact__heading .large {
    font-size: 1.58em
}

.contact__heading .logo {
    width: 5.46em;
    margin: .3em .2em 0;
    display: inline-block
}

.contact__heading .logo img {
    vertical-align: baseline
}

.contact__heading .sub {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-style: normal;
    padding-bottom: .2em;
    color: #01b3a7
}

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

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

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

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

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

.contact__text {
    width: fit-content;
    margin: 0 auto;
    line-height: 1.8em;
    text-align: left
}

.contact__text .emphasis {
    color: #ff5c62;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .contact__text {
        width: 100%;
        max-width: none
    }
}

.footer {
    background: #323232;
    color: #fff
}

.footer__inner {
    width: 90vw;
    max-width: 52.78rem;
    margin: 0 auto;
    padding: 2rem 0 2rem 11.66rem;
    position: relative
}

.footer__heading {
    width: 6.22rem;
    position: absolute;
    top: 2rem;
    left: 0
}

.footer__text {
    line-height: 1.8em;
    font-size: .88rem
}

.footer__link {
    padding: 1rem 0;
    line-height: 1.8em;
    font-size: .88rem;
    display: flex
}

.footer__link-item {
    padding-right: 1rem
}

.footer__link-item a {
    border-bottom: 1px solid #5db0e1;
    color: #5db0e1
}

.footer__link-item a:hover {
    border-bottom-color: #88c5e9;
    color: #88c5e9;
    opacity: 1
}

.footer__link-item:last-child {
    padding: 0
}

.footer .copyright {
    line-height: 1.8em;
    font-size: .77rem;
    text-align: right
}

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

    .footer__heading {
        width: 6.5rem;
        margin: 0 auto;
        position: static
    }

    .footer__text {
        padding: 5vw 0 0;
        font-size: .81rem;
        text-align: center
    }

    .footer__link {
        padding: 3vw 0;
        font-size: .81rem;
        display: flex;
        justify-content: center
    }

    .footer__link-item {
        padding-right: 5vw
    }

    .footer__link-item:last-child {
        padding: 0
    }

    .footer .copyright {
        text-align: center
    }
}