@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&family=Shippori+Mincho:wght@700&display=swap");

@import url("./reset.css");

@import url("./utility.css");

:root {
    --inner-width: 1048px;
    --margin-offset: min(-24px, calc((var(--vw) * -50) + (var(--inner-width) / 2) - 48px));
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html {
    font-size: 16px;
}

body {
    color: #0f455d;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5625;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

.main {
    position: relative;
    z-index: 10;
}

.mv {
    position: relative;
    overflow: hidden;
}

.mv > img {
    opacity: 0;
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition-property: filter, opacity;
    transition-duration: 1.2s;
    transition-timing-function: ease;
    scale: 1.1;
    object-fit: cover;

    object-position: top center;
    filter: brightness(20) blur(10px);
}

body.-load .mv > img {
    opacity: 1;

    filter: brightness(1) blur(10px);
}

.bg > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    position: relative;
    z-index: 10;
    z-index: 10;
    height: 90vh;
    min-height: 600px;
    /* mix-blend-mode: lighten; */
}

.hero_catch {
    visibility: hidden;
    width: 90%;
    max-width: 975px;
    pointer-events: none;
    aspect-ratio: 975 / 292;
}

.intro {
    position: relative;
    z-index: 10;
    /* padding-top: min(140px, calc(140 / 1500 * 100%)); */
    padding-bottom: min(140px, calc(270 / 1500 * 100%));
    text-align: center;
}

.intro_wrap {
    display: inline-block;
}

.intro_ttl {
    font-size: 32px;
}

.intro_text {
    margin-top: 100px;
    font-size: 17px;
    line-height: 2.1;
}

.mask {
    transform: translateZ(0);
    transition: mask-position 1.5s linear;
    mask-image: linear-gradient(
        -25deg,
        transparent,
        transparent 41%,
        rgba(0, 0, 0, 0.02) 43%,
        rgba(0, 0, 0, 0.08) 45%,
        rgba(0, 0, 0, 0.18) 46%,
        rgba(0, 0, 0, 0.32) 48%,
        rgba(0, 0, 0, 0.5) 50%,
        rgba(0, 0, 0, 0.68) 51%,
        rgba(0, 0, 0, 0.82) 53%,
        rgba(0, 0, 0, 0.92) 55%,
        rgba(0, 0, 0, 0.98) 56%,
        #000000 58%,
        #000000
    );
    mask-size: 100% max(300%, 150vh);
    mask-repeat: none;

    mask-position: center 100%;
}

.mask.-view {
    mask-position: center 0;
}

.about {
    padding-top: min(120px, calc(120 / 1500 * 100%));
    padding-bottom: min(140px, calc(270 / 1500 * 100%));
    overflow: hidden;
}

.about_text {
    margin-top: 50px;
    line-height: 1.8;
}

.about_screen {
    margin-top: 80px;
}

.about_flow {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.about_gift {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.about_gift_wrap {
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

.about_gift_left {
}

.about_gift_left > img {
    opacity: 0;
    transform: scale(0.8);
}

.-view .about_gift_left > img {
    opacity: 1;
    transform: scale(1);
    transition-property: transform, opacity;
    transition-duration: 0.8s;
    transition-delay: 0.2s;
}

.about_gift_center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    padding-top: 47px;
}

.about_gift_center > img.-arrow {
    clip-path: inset(0 100% 0 0);
}

.-view .about_gift_center > img.-arrow {
    clip-path: inset(0 0 0 0);
    transition-property: clip-path;
    transition-duration: 0.8s;
    transition-timing-function: cubic-bezier(0.55, 0.05, 0.22, 0.99);
    transition-delay: 0.6s;
}

.about_gift_center > img.-arrow-sp {
    display: none;
    clip-path: inset(0 0 100% 0);
}

.-view .about_gift_center > img.-arrow-sp {
    clip-path: inset(0 0 0 0);
    transition-property: clip-path;
    transition-duration: 0.8s;
    transition-timing-function: cubic-bezier(0.55, 0.05, 0.22, 0.99);
    transition-delay: 0.8s;
}

.about_gift_center > img.-text {
}

.about_gift_right {
    position: relative;
}

.about_gift_right > img {
    opacity: 0;
    transform: scale(0.8);
}

.-view .about_gift_right > img {
    opacity: 1;
    transform: scale(1);
    transition-property: transform, opacity;
    transition-duration: 0.8s;
    transition-delay: 1.4s;
}

.about_gift_circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about_gift_circle > img {
    display: inline-block;
    opacity: 0;
    transform: scale(1.2);
    animation: rotate 40s linear infinite;

    max-inline-size: fit-content;
}

.-view .about_gift_circle > img {
    opacity: 1;
    transform: scale(1);
    transition-property: transform, opacity;
    transition-duration: 1s;
    transition-delay: 2.4s;
}

.about_gift_text {
}

.about_card {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: calc(170 / 1000 * 100%);
    margin-right: var(--margin-offset);
    margin-left: var(--margin-offset);
}

.about_card_list {
    filter: drop-shadow(32px 14px 35px rgba(0, 0, 0, 0.35));
    --card-width: min(248px, 20vw);
    --radius: min(125vw, 2000px);
    --angle-step: 10deg;
}

.about_card_item {
    position: relative;
    width: var(--card-width);
}

.about_card_item:not(.-center) {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: calc(var(--card-width) / -2);
    transform: rotate(calc(var(--i) * var(--angle-step)));
    transform-origin: center var(--radius);
}

.about_card_item.-card1 {
    z-index: 10;
}

.about_card_item.-card2 {
    z-index: 20;
}

.about_card_item.-card3 {
    z-index: 30;
}

.about_card_item.-card4 {
    z-index: 20;
}

.about_card_item.-card5 {
    z-index: 10;
}

.about_card_item > img {
    display: inline-block;
    /* max-inline-size: fit-content; */
    /* width: 100%; */
    opacity: 0;
    border-radius: 21px;
}

.-view .about_card_item > img {
    opacity: 1;
    transition-property: opacity;
    transition-duration: 0.8s;
    transition-timing-function: cubic-bezier(0.55, 0.05, 0.22, 0.99);
    transition-delay: calc(var(--delay) * 0.3s + 0.3s);
}

.about_end {
    margin-top: calc(140 / 1000 * 100%);
}

.about_end_ttl {
    font-size: 20px;
}

.about_end_text {
    margin-top: 40px;
    font-weight: 400;
    line-height: 1.8;
}

.review {
    padding-top: min(120px, calc(120 / 1500 * 100%));
    overflow: hidden;
}

.review_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 0;
    max-width: 880px;
    margin: 60px auto 0;
    text-align: center;
}

.review_item {
    width: 33.333%;
}

.review_item_num {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    max-width: 200px;
    margin: 0 auto;
    aspect-ratio: 1/1;
}

.review_item_num::before {
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 320px;
    height: 320px;
    margin-top: -160px;
    margin-left: -160px;
    background-image: url(../img/review-circle@2x.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
    transform-origin: center;
}

.-view .review_item_num::before {
    opacity: 1;
    transform: rotate(0deg);
    transform-origin: center;
    transition-property: opacity, transform;
    transition-duration: 0.8s;
    transition-timing-function: cubic-bezier(0.55, 0.05, 0.22, 0.99);
    transition-delay: calc(var(--i) * 0.2s);
}

.review_item_text {
    position: relative;
    z-index: 10;
    margin-top: 20px;
    font-weight: 500;
}

.review_source {
    margin-top: 60px;
    color: #0f455d;
    font-size: 13px;
    line-height: 2;
    text-align: center;
}

.client {
    padding-top: min(120px, calc(120 / 1500 * 100%));
    padding-bottom: min(140px, calc(140 / 1500 * 100%));
    overflow: hidden;
}

.client_bnr {
    display: flex;
    justify-content: center;
    margin-top: min(80px, calc(80 / 1500 * 100%));
}

.benefit {
    padding-top: min(120px, calc(120 / 1500 * 100%));
    padding-bottom: min(80px, calc(80 / 1500 * 100%));
}

.benefit_slide {
    display: grid;
    gap: 70px;
    margin-top: 60px;

    filter: drop-shadow(0px 25px 30px rgba(0, 0, 0, 0.15));
}

.benefit_slide_item {
    display: flex;
    position: sticky;
    top: 70px;
    width: min(calc(100vw - 140px), 1311px);
    height: calc(100vh - 140px);
    max-height: 720px;
    margin: 0 auto;
}

.benefit_slide_card {
    display: flex;
    align-items: center;
    gap: calc(60 / 1200 * 100%);
    position: relative;
    z-index: 10;
    padding: calc(120 / 1311 * 100%) calc(60 / 1311 * 100%) calc(170 / 1311 * 100%);
    border-radius: 24px;
}

.benefit_slide_item.-item1 .benefit_slide_card {
    background: #ffffff;
}

.benefit_slide_item.-item2 .benefit_slide_card {
    background: #668ba7;
    color: #ffffff;
}

.benefit_slide_item.-item3 .benefit_slide_card {
    background: #0f455d;
    color: #ffffff;
}

.benefit_slide_cnt {
    flex: 1;
}

.benefit_slide_hd {
    display: flex;
    align-items: center;
    gap: 25px;
}

.benefit_slide_hd::before {
    content: "";
    display: inline-block;
    width: 65px;
    height: 66px;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}

.benefit_slide_item.-item1 .benefit_slide_hd::before {
    background-image: url(../img/benefit-num1.svg);
}

.benefit_slide_item.-item2 .benefit_slide_hd::before {
    background-image: url(../img/benefit-num2.svg);
}

.benefit_slide_item.-item3 .benefit_slide_hd::before {
    background-image: url(../img/benefit-num3.svg);
}

.benefit_slide_hd_ttl {
    font-size: 25px;
    line-height: 1.5;
}

.benefit_slide_text {
    margin-top: 40px;
}

.benefit_slide_img {
    flex-shrink: 0;
    width: calc(662 / 1311 * 100%);
}

.benefit_slide_img > img {
    border-radius: 21px;
}

.value {
    padding-top: min(120px, calc(120 / 1500 * 100%));
    padding-bottom: min(140px, calc(140 / 1500 * 100%));
    overflow: hidden;
}

.value_fig {
    margin-top: 80px;
}

.feature {
    padding: min(120px, calc(120 / 1500 * 100%)) 20px 0;
    overflow: hidden;
}

.feature_wrap {
    display: grid;
    gap: 60px;
    margin-top: 80px;
}

.feature_row {
    display: flex;
    align-items: center;
    gap: calc(70 / 1100 * 100%);
}

.feature_row.-img-left {
    flex-direction: row-reverse;
}

.feature_cnt {
    display: grid;
    gap: 80px;
}

.feature_item {
}

.feature_item > dt {
    font-weight: bold;
    font-size: 20px;
}

.feature_item > dt > span {
    display: inline-flex;
    position: relative;
}

.feature_item > dt > span::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -40px;
    left: -20px;
    width: calc(100% + 40px);
    height: 50px;
    background-image: url(../img/feature-bal.svg);
    background-size: 100% 100%;
}

.feature_item > dd {
    margin-top: 60px;
}

.feature_img {
    flex-shrink: 0;
    width: calc(490 / 1100 * 100%);
}

.flow {
    padding-top: min(120px, calc(120 / 1500 * 100%));
    padding-bottom: min(140px, calc(140 / 1500 * 100%));
    overflow: hidden;
}

.flow_slide {
    margin-top: 60px;
    margin-right: var(--margin-offset);
    margin-left: var(--margin-offset);
    padding: 0 40px;
}

.flow_slide_wrap {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}

.flow_slide_list {
    overflow: hidden;
    border-radius: 20px;
}

.flow_slide_item {
    display: flex;
    align-items: center;
    gap: calc(60 / 1311 * 100%);
    padding: calc(80 / 1311 * 100%);
}

.flow_slide_item_img {
    flex-shrink: 0;
    width: calc(332 / 1151 * 100%);
}

.flow_slide_item_cnt {
}

.flow_slide_item_step {
}

.flow_slide_item_step > img {
}

.flow_slide_item_ttl {
    margin-top: 25px;
    font-weight: bold;
    font-size: 20px;
}

.flow_slide_item_text {
    max-width: 480px;
    margin-top: 12px;
}

.flow_slide_btn {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    position: absolute;
    right: calc(80 / 1311 * 100%);
    bottom: 50px;
}

.flow_slide_arrow {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 80px;
    overflow: hidden;
    border-radius: 50%;
    cursor: pointer;
    aspect-ratio: 1;
}

.flow_slide_arrow.-prev {
}

.flow_slide_arrow.-next {
    width: 110px;
}

.flow_slide_arrow::before {
    content: "";
    display: block;
    opacity: 0.6;
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to bottom, #aebdd1, #262f3b);
    transition: opacity 0.3s var(--ease);
}

.flow_slide_arrow:hover::before {
    opacity: 1;
}

.flow_slide_arrow > img {
    position: relative;
    z-index: 10;
}

.voice {
    padding-top: min(120px, calc(120 / 1500 * 100%));
    padding-bottom: min(140px, calc(140 / 1500 * 100%));
    overflow: hidden;
}

.voice_wrap {
    margin-top: 80px;
    margin-right: var(--margin-offset);
    margin-left: var(--margin-offset);
    padding: 0 40px;
}

.voice_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 7%;
    max-width: 1200px;
    margin: 0 auto;
}

.voice_item {
    text-align: center;
}

.voice_item_img {
}

.voice_item_cap {
    margin-top: 30px;
}

.voice_item_target {
    font-weight: bold;
    font-size: 20px;
}

.voice_item_text {
    margin-top: 30px;
    text-align: justify;
}

.qa {
    padding-top: calc(140 / 1500 * 100%);
    padding-bottom: min(140px, calc(140 / 1500 * 100%));
    overflow: hidden;
}

.qa_list {
    display: grid;
    gap: 20px;
    margin-top: 60px;
}

.qa_item {
    display: grid;
}

.qa_item_ttl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    padding: 12px 25px;
    border-radius: 25px;
    background: #eaeff2;
    cursor: pointer;
}

.qa_item_ttl::before {
    content: "Q.";
    flex-shrink: 0;
    align-self: baseline;
}

.qa_item_ttl::after {
    content: "";
    display: inline-block;
    flex-shrink: 0;
    width: 12px;
    height: 7px;
    margin-left: auto;
    background-image: url(../img/qa-arrow.svg);
    transition-property: transform;
    transition-duration: 0.4s;
    transition-timing-function: var(--ease);
}

.qa_item.-open .qa_item_ttl::after {
    transform: rotate(180deg);
}

.qa_item_cnt {
    display: grid;
    grid-template-rows: 0fr;
    transition-property: grid-template-rows, margin;
    transition-duration: 0.4s;
    transition-timing-function: var(--ease);
}

.qa_item.-open .qa_item_cnt {
    grid-template-rows: 1fr;
    margin-top: 12px;
}

.qa_item_text {
    padding: 0 25px;
    overflow: hidden;
}

.footer {
    position: relative;
    z-index: 10;
    padding: 0 65px 120px;
}

.footer_wrap {
    padding: 70px;
    border-radius: 20px;
    text-align: center;
}

.footer_logo {
}

.footer_ttl {
    margin-top: 12px;
    font-size: 22px;
}

.footer_text {
    margin-top: 25px;
}

.footer_link {
    margin-top: 30px;
}

.footer_link > a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 400px;
    min-height: 80px;
    border-radius: 40px;
    background: #35869b;
    color: #ffffff;
    font-size: 22px;
    transition: background 0.3s var(--ease);
}

.footer_link > a:hover {
    background: oklab(67.943% -0.06591 -0.05148);
}

.footer_official {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    padding: 24px;
    border: 2px solid #369fb2;
    border-radius: 20px;
    transition: background 0.3s var(--ease);
}

.footer_official:hover {
    background: color-mix(in srgb, #369fb2 20%, transparent 80%);
}

.footer_official > img {
}

.fixedbtn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    visibility: visible;
    opacity: 1;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 1000;
    width: 134px;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    background: #369fb2;
    color: #ffffff;
    text-align: center;
    transition: opacity 0.5s var(--ease), visibility 0s 0s, transform 0.3s var(--ease);
    aspect-ratio: 1;
}

.fixedbtn:hover {
    transform: scale(1.05);
}

.fixedbtn.-hide {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s var(--ease), visibility 0s 0.3s;
}

@media screen and (max-width: 991.98px) {
    html {
        font-size: 15px;
    }

    .flow_slide_btn {
        display: none;
    }
}

@media screen and (max-width: 767.98px) {
    :root {
    }

    html {
    }

    body {
    }

    .main {
    }

    .mv {
    }

    .mv > img {
    }

    body.-load .mv > img {
    }

    .bg > img {
    }

    .hero {
    }

    .hero_catch {
    }

    .intro {
    }

    .intro_ttl {
        font-size: min(20px, 6vw);
    }

    .intro_text {
        margin-top: 30px;
        font-size: 16px;
        line-height: 2;
        text-align: left;
    }

    .mask {
    }

    .mask.-view {
    }

    .about {
        padding-top: 60px;
        padding-bottom: 80px;
    }

    .about_text {
        margin-top: 40px;
        /* word-break: auto-phrase; */
        text-align: justify;
    }

    .about_screen {
        margin-inline: -24px;
        margin-top: 60px;
    }

    .about_flow {
    }

    .about_gift {
    }

    .about_gift_wrap {
        flex-direction: column;
    }

    .about_gift_left {
        width: 260px;
    }

    .about_gift_center {
        padding-top: 0;
        padding-bottom: 20px;
        padding-left: 15px;
    }

    .about_gift_center > img.-arrow {
        display: none;
    }

    .about_gift_center > img.-arrow-sp {
        display: inline;
    }

    .about_gift_center > img.-text {
        display: none;
    }

    .about_gift_right {
        width: 260px;
    }

    .about_gift_circle {
    }

    .about_gift_circle > img {
        width: 330px;
    }

    .about_gift_text {
        margin-top: 25px;
    }

    .about_card {
        margin-top: calc(140 / 375 * 100%);
    }

    .about_card_list {
        --card-width: min(248px, 32vw);
        --angle-step: 16deg;
    }

    .about_card_item {
    }

    .about_card_item:not(.-center) {
    }

    .about_card_item.-card1 {
        transform: translateY(-40%) rotate(calc(-0.5 * var(--angle-step)));
    }

    .about_card_item.-card2 {
    }

    .about_card_item.-card3 {
    }

    .about_card_item.-card4 {
    }

    .about_card_item.-card5 {
        transform: translateY(-40%) rotate(calc(0.5 * var(--angle-step)));
    }

    .about_card_item > img {
        border-radius: 12px;
    }

    .about_end {
        margin-top: 80px;
    }

    .about_end_ttl {
    }

    .about_end_text {
        margin-top: 25px;
        text-align: justify;
    }

    .review {
        padding-top: 60px;
    }

    .review_list {
        gap: 60px 0;
    }

    .review_item {
        width: 50%;
    }

    .review_item_num {
        width: 100px;
    }

    .review_item_num::before {
        transform: scale(0.6) rotate(-90deg);
    }

    .-view .review_item_num::before {
        transform: scale(0.6) rotate(0deg);
    }

    .review_item_num > img {
        height: 40px;
    }

    .review_item_text {
        margin-top: 30px;
        font-size: 14px;
        word-break: auto-phrase;
    }

    .review_source {
        margin-top: 40px;
        font-size: 11px;
    }

    .client {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .client_bnr {
        margin-top: 40px;
    }

    .benefit {
        padding-top: 60px;
        padding-bottom: 80px;
    }

    .benefit_slide {
        gap: 50px;
        margin-top: 50px;
        padding: 0 24px;
    }

    .benefit_slide_item {
        position: static;
        width: 100%;
        height: auto;
    }

    .benefit_slide_card {
        display: grid;
        gap: 40px;
        padding: 40px 30px;
    }

    .benefit_slide_item.-item1 .benefit_slide_card {
    }

    .benefit_slide_item.-item2 .benefit_slide_card {
    }

    .benefit_slide_item.-item3 .benefit_slide_card {
    }

    .benefit_slide_cnt {
    }

    .benefit_slide_hd {
        gap: 20px;
    }

    .benefit_slide_hd::before {
        width: 45px;
        height: 46px;
    }

    .benefit_slide_item.-item1 .benefit_slide_hd::before {
    }

    .benefit_slide_item.-item2 .benefit_slide_hd::before {
    }

    .benefit_slide_item.-item3 .benefit_slide_hd::before {
    }

    .benefit_slide_hd_ttl {
        font-size: 20px;
    }

    .benefit_slide_text {
        margin-top: 20px;
    }

    .benefit_slide_img {
        width: 100%;
    }

    .benefit_slide_img > img {
    }

    .value {
        padding-top: 20px;
        padding-bottom: 70px;
    }

    .value_fig {
        display: flex;
        justify-content: center;
        margin-top: 60px;
    }

    .feature {
        padding: 60px 0 80px;
    }

    .feature_wrap {
        margin-top: 60px;
    }

    .feature_row {
        flex-direction: column;
        gap: 40px;
    }

    .feature_row.-img-left {
        flex-direction: column;
    }

    .feature_cnt {
        gap: 40px;
    }

    .feature_item {
    }

    .feature_item > dt {
        padding: 0 20px;
        font-size: 17px;
        text-align: center;
    }

    .feature_item > dt > span {
        text-align: left;
    }

    .feature_item > dt > span::before {
        bottom: -33px;
        height: 40px;
    }

    .feature_item > dd {
        margin-top: 50px;
    }

    .feature_img {
        width: 65%;
    }

    .flow {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .flow_slide {
        margin-top: 50px;
    }

    .flow_slide_wrap {
    }

    .flow_slide_list {
    }

    .flow_slide_item {
        flex-direction: column;
        gap: 40px;
        height: 100%;
        padding: 40px 32px;
    }

    .flow_slide_item_img {
        width: 65%;
    }

    .flow_slide_item_cnt {
        text-align: center;
    }

    .flow_slide_item_step {
    }

    .flow_slide_item_step > img {
        height: 32px;
    }

    .flow_slide_item_ttl {
        margin-top: 20px;
        font-size: 18px;
    }

    .flow_slide_item_text {
        max-width: 100%;
        text-align: left;
    }

    .flow_slide_btn {
        display: none;
    }

    .flow_slide_arrow {
    }

    .flow_slide_arrow.-prev {
    }

    .flow_slide_arrow.-next {
    }

    .flow_slide_arrow::before {
    }

    .flow_slide_arrow:hover::before {
    }

    .flow_slide_arrow > img {
    }

    .voice {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .voice_wrap {
        margin-top: 60px;
        padding: 0 24px;
    }

    .voice_list {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .voice_item {
    }

    .voice_item_img {
    }

    .voice_item_cap {
        margin-top: 20px;
    }

    .voice_item_target {
        font-size: 18px;
    }

    .voice_item_text {
        margin-top: 15px;
    }

    .qa {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .qa_list {
        margin-top: 50px;
    }

    .qa_item {
    }

    .qa_item_ttl {
        padding: 12px 20px;
        border-radius: 15px;
    }

    .qa_item_ttl::before {
    }

    .qa_item_ttl::after {
    }

    .qa_item.-open .qa_item_ttl::after {
    }

    .qa_item_cnt {
    }

    .qa_item.-open .qa_item_cnt {
    }

    .qa_item_text {
        padding: 0 0;
    }

    .footer {
        padding: 0 24px 40px;
    }

    .footer_wrap {
        padding: 50px 24px;
    }

    .footer_logo {
    }

    .footer_ttl {
        font-size: 18px;
    }

    .footer_text {
        word-break: auto-phrase;
    }

    .footer_link {
    }

    .footer_link > a {
        min-height: 70px;
        font-size: 18px;
    }

    .footer_official {
    }

    .footer_official:hover {
    }

    .footer_official > img {
        width: 180px;
    }

    .fixedbtn {
        right: 16px;
        bottom: 18px;
        width: 100px;
        padding-top: 8px;
        font-size: 13px;
    }

    .fixedbtn.-hide {
    }
}

@media print {
    body {
        -webkit-print-color-adjust: exact;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
