html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    line-height: 2;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
    color: #383e32;
    background-color: #fffdf5;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
}

img {
    max-width: 100%;
    height: auto;
}

/*ユーティリティ*/
:root {
    --space-xs: clamp(8px, 6.55px + 0.38vw, 12px);
    --space-sm: clamp(16px, 13.2px + 0.75vw, 24px);
    --space-md: clamp(32px, 26.4px + 1.5vw, 48px);
    --space-lg: clamp(64px, 52.8px + 3vw, 96px);
    --color-main-1: #358741;
    --color-main-2: #3ea7db;
    --color-main-3: #15ba47;
    --color-accent-1: #d1ac13;
}

.is-hidden {
    visibility: hidden;
    opacity: 0;
}

.blob {
    position: absolute;
    z-index: 0;
}

.blob_1 {
    width: 340px;
}

.blob_2 {
    width: 417px;
}

.blob_3 {
    width: 100px;
}

.flow__blob_4 {
    width: 80px;
}

.u-mt-sm {
    margin-top: var(--space-sm);
}

.u-mt-md {
    margin-top: var(--space-md);
}

.u-mt-lg {
    margin-top: var(--space-lg);
}

.u-mr-xs {
    margin-right: var(--space-xs);
}

.u-mt-xs {
    margin-top: var(--space-xs);
}

.u-pt-lg {
    padding-top: var(--space-lg);
}

.u-pb-lg {
    padding-bottom: var(--space-lg);
}

.u-color--yellow {
    color: #ffff22;
}

.u-pc-none {
    display: block;
}

.u-sp-none {
    display: none;
}

.annot {
    font-size: 12px;
    text-align: right;
    width: 100%;
    display: block;
}

.header {
    width: 100%;
    background-color: white;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin-inline: auto;
    padding: var(--space-xs) 0;
    align-items: center;
}

.header__logo {
    width: 40%;
    min-width: 165px;
}

.header__logo a {
    display: flex;
    align-items: center;
}

.header__logo img {
    aspect-ratio: 292/43;
    object-fit: contain;
    width: 100%;
    height: auto;
}

.header__banner {
    width: 30%;
    display: flex;
    align-items: center;
}

.header__banner img {
    aspect-ratio: 134/29;
    object-fit: contain;
    width: 100%;
    height: auto;
}

.cta {
    position: fixed;
    right: 0;
    bottom: 20px;
    z-index: 50;
    transition: all .3s ease 0s;
}

.cta__btn {
    border-radius: 12px 0 0 12px;
    width: 65px;
    display: block;
    transition: all ease 0.2s;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
}

.cta__btn--tel {
    background-color: var(--color-main-1);
    margin-bottom: var(--space-xs);
}

.cta__btn--form {
    background-color: var(--color-accent-1);
}

.fv_wrap {
    margin-bottom: -30px;
    display: block;
    width: 100%;
}

.fv__badge {
    position: absolute;
    left: 5px;
    top: -43px;
    width: 120px;
}

.about {
    position: relative;
    z-index: 2;
}

.about__inner {
    position: relative;
}

.about__bg {
    display: block;
    width: 100%;
    height: auto;
}

.about__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about__illust {
    display: block;
    width: 100%;
    height: auto;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    transform: translateY(-35%);
}

.about_txt {
    width: 75%;
    margin-inline: auto;
    position: relative;
    top: 5px;
}

.concept {
    position: relative;
    overflow-x: clip;
    background: #fffdf5;
    letter-spacing: 0.1em;
}

.concept__blob_1 {
    top: -144px;
    right: -180px;
}

.concept__blob_2 {
    bottom: 0;
    left: -180px;
}

.concept__inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin-inline: auto;
    width: 90%;
    margin-top: var(--space-md);
}

.concept__title {
    width: 85%;
    max-width: 620px;
}

.concept__photo {
    position: relative;
    max-width: 560px;
    margin-top: 28px;
    border: 3px solid white;
    background: #fff;
    box-shadow: 2px 2px 0 0px rgba(19, 24, 117, 0.2);
    position: relative;
}

.concept__photo::before {
    content: "";
    width: 75px;
    height: 30px;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -55%) rotate(2deg);
    background: url("../img/concept_tape.svg") no-repeat center / cover;
}

.concept__body {
    margin-top: 30px;
}

.concept__text {
    margin: 0;
    font-size: 16px;
    line-height: 2.15;
    letter-spacing: 0.08em;
    font-weight: 500;
    color: #434a43;
}

.concept__text+.concept__text {
    margin-top: 22px;
}

.trouble_wrap {
    overflow: hidden;
    background: #18c751;
}

.trouble {
    background: #fffdf5;
    border-radius: 0 0 30px 30px;
}


.trouble__inner {
    position: relative;
    max-width: 1200px;
    margin-inline: auto;
    padding: 0 16px 28px;
}

.trouble__heading {
    position: relative;
    z-index: 2;
    width: 95%;
    max-width: 545px;
    margin-inline: auto;
    padding-top: var(--space-lg);
    line-height: 1;
}

.trouble__content {
    display: block;
    margin-top: 25px;
    position: relative;
    max-width: 900px;
    margin-inline: auto;
}

.support {
    overflow: hidden;
    background: #18c751;
    position: relative;
    z-index: 2;
}

.support__bubble_corner {
    margin: auto;
    width: 45px;
}

.support__bubble_corner img {
    vertical-align: top;
}

.support__inner {
    position: relative;
    max-width: 1140px;
    width: 90%;
    margin: 24px auto 0 auto;
}

.support__title {
    width: 95%;
    margin-inline: auto;
    max-width: 950px;
}

.support__cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.support_card {
    position: relative;
    overflow: hidden;
    background: #f9f9f9;
    border: 3px solid #f9f9f9;
    border-radius: 14px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.12);
    width: 90%;
    margin-inline: auto;
}


.support_card__body {
    padding: 37px 24px 24px 24px;
    text-align: center;
}

.support_card__icon {
    position: absolute;
    left: 50%;
    width: 20%;
    transform: translate(-50%, -50%);
}

.support_card__line {
    width: 100%;
    height: 10px;
    background: url(../img/support_card_line.svg) repeat-x left / contain;
    margin: 16px 0;
}

.support_card__heading {
    font-family: "fot-tsukuardgothic-std", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 24px;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #2a9a44;
}

.support_card__text {
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.08em;
    text-align: left;
}

.results {
    position: relative;
}

.results-section {
    position: relative;
    background: #fffdf6;
    z-index: 1;
    overflow-x: clip;
}

.result__blob_1 {
    top: 100px;
    right: -180px;
}

.result__blob_2 {
    bottom: -120px;
    left: -180px;
}

.results__inner {
    position: relative;
    z-index: 1;
    max-width: 1180px;
    width: 85%;
    margin-inline: auto;
}

.results__title {
    width: 70%;
    margin-inline: auto;
    max-width: 350px;
}

#results-splide {
    overflow: visible;
}

#results-splide .splide__track {
    overflow: hidden;
}

.results-card {
    background: #f4f5ef;
    border: 2px solid #11be4a;
    border-radius: 16px;
    overflow: hidden;
}

.results-card__inner {
    background: url(../img/result_bg_sp.svg) no-repeat center / cover;
    padding: 20px;
}

.results-card__img {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: -13px;
}


.results-card__content {
    min-width: 0;
}

.results-card__meta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.splide__arrow {
    background-color: var(--color-main-1);
    opacity: 1;
    width: 40px;
    height: auto;
    aspect-ratio: 1;
}

.splide__arrow svg {
    display: none;
}

.splide__arrow--prev::after,
.splide__arrow--next::after {
    font-size: 15px;
    color: white;
    position: relative;
}

.splide__arrow--prev::after {
    content: '◀';
    left: -2px;
}

.splide__arrow--prev {
    left: 0;
    transform: translateX(-50%);
}

.splide__arrow--next {
    right: 0;
    transform: translateX(50%);
}

.splide__arrow--next::after {
    content: '▶';
    right: -2px;
}

.results-card__badge {
    min-width: 66px;
    padding: 2px 10px;
    border-radius: 999px;
    background: #3ea7db;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-box-trim: trim-both;
}

.results-card__place {
    color: #3a3127;
    font-size: 15px;
    font-weight: 700;
}

.results-card__text {
    font-weight: 500;
    line-height: 1.8;
    margin-top: var(--space-xs);
}

.info-section {
    position: relative;
    z-index: 1;
}

.info-section__title {
    width: 40%;
    margin-inline: auto;
    max-width: 250px;
}

.info-item {
    width: 90%;
    margin-inline: auto;
    margin-top: var(--space-md);
}

.info-item__content {
    margin-top: var(--space-sm);
}

.info-item__label {
    width: 30%;
    max-width: 120px;
    margin-bottom: 3px;
}

.info-item__media {
    overflow: hidden;
}

.info-item__media img {
    border-radius: 8px;
}

.info-item__title {
    font-family: "fot-tsukuardgothic-std", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 23px;
    font-style: normal;
    line-height: 2;
    color: #2a9a44;
    text-decoration: dashed;
}

.info-item--underline {
    display: inline-block;
    border-bottom: 1px dashed var(--color-main-1);
}

.info-item__text {
    line-height: 1.75;
    margin-top: var(--space-xs);
    font-weight: 500;
    letter-spacing: 0.05em;
}

.utilization {
    position: relative;
    overflow: hidden;
}

.utilization_wrap {
    background: #1dbc5d;
}

.utilization__inner {
    width: 90%;
    margin-inline: auto;
}

.utilization::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 751/45;
    background: url(../img/utilization_bg_arch_sp.svg) no-repeat center / cover;
    position: relative;
    top: 1px;
}

.utilization__badge {
    width: 22%;
    margin-inline: auto;
    transform: translateY(-50%);
    max-width: 150px;
}

.utilization__title {
    max-width: 520px;
    margin-top: -30px;
    margin-inline: auto;
}

.utilization__cards {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-md);
    max-width: 975px;
    width: 90%;
    margin-inline: auto;
}

.util-card {
    position: relative;
    padding-top: 18px;
    border-radius: 16px;
    background: #fffdf6;
    overflow: visible;
    width: 100%;
}

.util-card__label {
    position: absolute;
    top: 0;
    left: 0%;
    z-index: 2;
    background-color: var(--color-main-1);
    border-radius: 0 8px 8px 0;
    color: #fffdf6;
    padding: 0 16px;
    font-family: "fot-tsukuardgothic-std", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 20px;
    font-style: normal;
    letter-spacing: 0.03em;
    border-radius: 16px 0 16px 0;
}

.util-card__visual {
    width: 80%;
    margin-inline: auto;
    padding: var(--space-sm) 0;
}

.util-card__recommend {
    background-color: var(--color-main-2);
    border-radius: 0 0 16px 16px;
    margin-top: 20px;
}

.util-card__recommend_inner {
    width: 85%;
    margin-inline: auto;
    padding-bottom: 5px;
    transform: translateY(-18px);
}

.utilization-note {
    max-width: 975px;
    margin: var(--space-md) auto 0;
    background-color: #fffdf6;
    border-radius: 16px;
    overflow: hidden;
    width: 90%;
    margin-inline: auto;
    position: relative;
}

.utilization-note__top {
    position: relative;
    min-height: 150px;
}

.utilization_note__img {
    background: url(../img/utilization_note_img.webp) no-repeat right / cover;
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    z-index: 1;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 30%);
    mask-image: linear-gradient(to right, transparent 0%, black 30%);
}

.utilization-note__tags {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: var(--space-md) 0;
    position: relative;
    z-index: 2;
}

.utilization-note__tag_wrap {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    color: #fffdf6;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    width: auto;
}

.utilization-note__tag {
    display: inline;
    background: var(--color-main-2);
    padding: var(--space-xs) var(--space-sm);
    border-radius: 0 9999px 9999px 0;
    white-space: nowrap;
}

.utilization-note__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.02em;
    width: 90%;
    margin-inline: auto;
    margin-top: var(--space-sm);
    padding-bottom: var(--space-md);
    position: relative;
    z-index: 2;
}

.reason-section__title {
    width: 90%;
    max-width: 100%;
}

/* ==============================
Flow Section
============================== */
.flow__blob_3 {
    top: 10%;
    right: -20px;
}

.flow__blob_3--blue {
    top: 70%;
    right: -20px;
    transform: scale(-1, 1);
}

.flow__blob_4 {
    bottom: 2%;
    left: -20px;
}

.flow__blob_4--blue {
    top: 45%;
    left: -20px;
    transform: scale(-1, 1);
}

.flow-section::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 751/45;
    background: url(../img/flow_arch_sp.svg) no-repeat center / cover;
    transform: translateY(-100%);
    position: relative;
    top: 1px;
}

.flow-section {
    background-color: #d7f4dd;
    position: relative;
    overflow-x: clip;
}

.flow-section__inner {
    max-width: 1000px;
    margin-inline: auto;
    width: 85%;
    padding-top: var(--space-md);
}

.flow-section__head {
    text-align: center;
    margin-bottom: 48px;
}

.flow-section__sub {
    font-size: 14px;
    color: #4caf50;
    font-style: italic;
    margin-bottom: 4px;
}

.flow-section__title {
    width: 60%;
    margin-inline: auto;
    max-width: 315px;
}

.flow-section__title--mark {
    color: #4caf50;
}

/* ==============================
   Flow List
============================== */
.flow-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
}

/* 縦のつなぎ線 */
.flow-list::before {
    content: "";
    position: absolute;
    display: none;
    top: 60px;
    bottom: 60px;
    left: 60px;
    width: 2px;
    background-color: #4caf50;
    z-index: 0;
}

/* ==============================
   Flow Item
============================== */
.flow-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    margin-top: 80px;
    border-radius: 16px;
}

.flow-item__media {
    flex-shrink: 0;
    width: 120px;
    aspect-ratio: 1;
    display: flex;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.flow-item__media img {
    width: 100px;
    height: auto;
    object-fit: contain;
}

.flow-item__content {
    flex: 1;
    padding: 50px 0 var(--space-md) 0;
    width: 85%;
    margin-inline: auto;
}

.flow-item__label {
    line-height: 0;
}

.flow-item__label img {
    height: 21px;
    vertical-align: middle;
}

.flow-item__title_group {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    border-bottom: var(--color-main-3) 1px dashed;
    padding-bottom: var(--space-sm);
    margin-bottom: var(--space-sm);
}

.flow-item__title {
    font-size: 20px;
    font-weight: bold;
    color: var(--color-main-1);
    text-box-trim: trim-both;
}

.flow-item__text {
    color: #555;
    line-height: 1.7;
    letter-spacing: 0.03em;
    font-weight: 500;
}

.flow-item__btns {
    display: flex;
    gap: 12px;
    margin-top: 16px;
    flex-wrap: wrap;
    gap: var(--space-xs);
}

.flow-item__btn {
    width: calc((100% - var(--space-xs)) / 2);
    max-width: 200px;
    border-radius: 5px;
    position: relative;
    transition: all 0.2s ease;
}

.flow-item__btn img {
    vertical-align: middle;
    padding: 3px var(--space-xs);
    display: flex;
    height: 40px;
}

.flow-item__btn--tel {
    background-color: var(--color-main-1);
}

.flow-item__btn--form {
    background-color: var(--color-accent-1);
}

.flow__tel_wrap {
    line-height: 1.5;
    color: var(--color-main-1);
}

.flow__tel_wrap .contact-cta__button-text {
    font-size: 22px;
}

/* ==============================
   faq
============================== */
.faq-section {
    position: relative;
}

.faq-section__title {
    width: 50%;
    margin-inline: auto;
    max-width: 315px;
}

.accordion_container {
    width: 90%;
    max-width: 950px;
    margin-inline: auto;
    background-color: #ededed;
    border-radius: 16px;
}

.accordion_inner {
    width: 90%;
    margin-inline: auto;
}

.accordion_title {
    font-size: 1.8rem;
    padding: 17px 0;
    position: relative;
}

.toggle {
    display: none;
}

.accordion__label {
    padding: var(--space-sm) 0;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    position: relative;
}

.accordion__label::before,
.accordion__label::after {
    content: "";
    width: 1em;
    border-top: 2px solid #473b1c;
    border-right: 2px solid #473b1c;
    position: absolute;
    top: calc(50%);
    transform: translateY(-50%);
    right: 0;
}

.accordion__label::before {
    transform: translateY(-50%);
}

.accordion__label::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.5s ease, opacity 0.3s ease;
}

.faq__Q-text,
.faq__A-text {
    font-weight: 500;
    width: 75%;
    line-height: 1.8;
}

.faq__A-text li {
    text-indent: -1em;
    padding-left: 1em;
}

.accordion__A_wrap {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s linear;
    display: block;
    position: relative;
}

.accordion__A_wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 1px dashed var(--color-main-1);
    opacity: 0;
    transition: all 0.3s linear;
}

.accordion__A_inner {
    padding: var(--space-sm) 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
    box-sizing: border-box;
}

.toggle:checked+.accordion__label+.accordion__A_wrap {
    max-height: 500px;
}

.toggle:checked+.accordion__label+.accordion__A_wrap::before {
    opacity: 1;
}

.toggle:checked+.accordion__label::after {
    transform: rotate(0);
    opacity: 0;
}

.faq__icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    aspect-ratio: 1;
    text-indent: 1.5px;
    flex: 0 0 2em;
}

.faq__A-text {
    flex: 1 1 auto;
    line-height: 2;
    letter-spacing: 0.1em;
}

/* ==============================
   Message
============================== */

.message-section {
    position: relative;
    overflow: hidden;
    background: url(../img/message_bg_sp.webp) no-repeat center / cover;
    padding: var(--space-lg) 0;
}

.message-section__title {
    width: 90%;
    max-width: 380px;
    margin-inline: auto;
}

.message-section__inner {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    width: 90%;
    margin-inline: auto;
}

.message-card {
    max-width: 550px;
    background: #fefdf6;
    padding: var(--space-md) 0;
    margin-inline: auto;
}

.message-card__inner {
    width: 85%;
    margin-inline: auto;
}

.message-card__name_wrap {
    display: flex;
    justify-content: right;
}

.message-card__name {
    width: 80%;
    max-width: 305px;
}

.message-card__eyebrow {
    margin: 0;
    color: #30914c;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
}

.message-card__body {
    max-width: 100%;
    margin-inline: auto;
    text-align: left;
}

.message-card__body p {
    margin: 0;
    color: #3e3e3e;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.08em;
}

.message-card__body p+p {
    margin-top: var(--space-sm);
}

/* ==============================
    form
============================== */
.contact-title {
    width: 90%;
    max-width: 510px;
    margin-inline: auto;
}

.contact-cta {
    background: #19bd60;
    padding: var(--space-lg) 0;
}

.contact-cta__inner {
    max-width: 960px;
    margin-inline: auto;
    width: 90%;
    text-align: center;
}



.contact-cta__lead {
    max-width: 620px;
    color: #ffffff;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.08em;
    margin-top: var(--space-md);
    text-align: left;
    width: 90%;
    display: block;
    margin-inline: auto;
}

.contact-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-sm);
    width: 100%;
    max-width: 430px;
    margin: 22px auto 0;
    padding: 12px 22px;
    border: 2px solid #ffffff;
    border-radius: 999px;
    background: #d1ac13;
    color: #ffffff;
    text-decoration: none;
    box-sizing: border-box;
    transition: all ease 0.2s;
}

.contact-cta__button-icon {
    flex: 0 0 auto;
    width: 2.5em;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-cta__button-icon img {
    display: block;
    width: 50%;
    height: auto;
}

.contact-cta__button-text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.contact-cta__button-arrow {
    position: relative;
    flex: 0 0 auto;
    width: 8px;
    height: 14px;
}

.contact-cta__button-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: translateY(-50%) rotate(45deg);
}

.contact-cta__time {
    margin: var(--space-xs) 0 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.06em;
}

.contact-section {
    padding: 80px 0 40px;
}

.contact-desc {
    text-align: center;
    color: #343434;
    margin-bottom: 16px;
    font-size: 1.8rem;
}

.phone-area {
    margin-bottom: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
}

.phone-icon {
    width: 51px;
    height: auto;
    vertical-align: middle;
    margin-top: 12px;
}

.phone-number {
    font-size: 5.2rem;
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #00197F;
}

.phone-number a {
    text-decoration: none;
    color: inherit;
}

.phone-time {
    display: block;
    font-size: 1.6rem;
    color: #343434;
    margin-top: -.5rem;
    margin-left: 0.5rem;
    letter-spacing: 0.14rem;
}

.contact-form {
    max-width: 600px;
    text-align: left;
    margin-inline: auto;
    border-radius: 16px;
    background-color: #fffdf6;
    margin-top: var(--space-md);
    padding: var(--space-sm) var(--space-md);
}

.form-title {
    margin-bottom: 8px;
    font-weight: 500;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.input-row {
    display: flex;
    gap: var(--space-xs);
}

.input-row input {
    flex: 1;
}

input[type="text"],
input[type="email"],
select,
textarea {
    font-size: 16px;
    font-weight: 500;
    border: 1px solid var(--color-main-1);
    border-radius: 9999px;
    background-color: #fefdf6;
    padding: 0 12px;
    width: 100%;
}

input::placeholder,
textarea::placeholder {
    color: #C5C5C5;
    opacity: 1;
}

.form_select {
    background-image: url("../img/form_arrow.svg");
    background-repeat: no-repeat;
    background-position: right 8px top calc(50% - 1px);
    background-size: 14px;
}

.form_select::after {
    content: "▼";
    width: 1em;
    aspect-ratio: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

textarea {
    resize: vertical;
}

.required,
.optional {
    font-size: 12px;
    color: #fff;
    margin-left: var(--space-xs);
    border-radius: 9999px;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    padding: 0 8px;
}

.required {
    background: #cdae33;
}

.optional {
    background: #919191;
}

.form-email {
    width: 70%;
}

.form-tel_municipalities {
    width: 50%;
}

.form__annot {
    font-size: 12px;
    text-align: left;
    width: 100%;
    margin-top: 3px;
}

.address-wrap h4 {
    font-size: 20px;
    font-weight: bold;
    color: var(--color-main-1);
    border-bottom: var(--color-main-1) 1px solid;
    display: inline;
    padding-bottom: 2px;
    letter-spacing: 0.05em;
    display: inline-block;
    margin-bottom: 10px;
}

.post-code {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 24px;
}

.post-code input[type="text"] {
    margin: 0;
    width: 50%;
}

.post-code-prefix {
    font-size: 2rem;
    color: #343434;
}

.form-wrap {
    margin-bottom: var(--space-sm);
    width: 100%;
}

.form-wrap select {
    width: 50%;
    min-width: 140px;
}

.form-wrap textarea {
    border-radius: 16px;
    background-color: #fefdf6;
    padding: 8px 12px;
}

.consult-wrap .form-title {
    line-height: 1.5;
}



.checkboxes {
    margin-bottom: var(--space-sm);
}

.checkboxes label {
    display: block;
    margin-bottom: var(--space-xs);
    font-weight: 500;
    cursor: pointer;
}

input[type="checkbox"] {
    accent-color: var(--color-main-1);
    width: 20px;
    height: 20px;
    margin-right: .5rem;
    appearance: auto;
}

.terms-wrap {
    margin-bottom: 22px;
}

.terms_read {
    display: block;
    text-align: center;
    margin-bottom: var(--space-xs);
}

.terms-wrap h4 {
    font-size: 2.4rem;
    color: #343434;
    text-align: center;
    margin: 20px 0 16px;
}

.agreement {
    overflow: auto;
    padding: var(--space-xs) var(--space-sm);
    width: 100%;
    height: 150px;
    font-size: 1.8rem;
    border: solid 1px #C5C5C5;
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
}

#submit-btn[disabled] {
    background: #757575;
    cursor: not-allowed;
}

#submit-btn {
    display: block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-radius: 9999px;
    border: none;
    font-weight: 700;
    margin-inline: auto;
    margin-top: 20px;
    width: 100%;
    max-width: 375px;
    line-height: 1;
    padding: var(--space-sm) 0;
    letter-spacing: 0.08em;
    position: relative;
    background-color: #d1ac13;
    cursor: pointer;
}

#submit-btn::after {
    display: block;
    position: absolute;
    content: "";
    border-top: 2px solid;
    border-right: 2px solid;
    width: 10px;
    aspect-ratio: 1;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%) rotate(45deg);
}

#submit-btn.enabled {
    background-color: #d1ac13;
    cursor: pointer;
}

.submit-btn_sub-text {
    font-size: 12px;
    margin-bottom: var(--space-xs);
    display: block;
}

#submit-btn:hover {
    opacity: 0.6;
}

#submit-btn[disabled]:hover {
    opacity: 1;
}

.mark-area {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    align-items: flex-start;
    max-width: 1000px;
    margin: 24px auto 80px;
}

.mark_inner {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.mark-text {
    width: 67%;
    font-size: 1.5rem;
    color: #343434;
}

.mark-img {
    width: 110px;
    height: auto;
}

.footer__certified-items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--space-sm);
    padding: var(--space-md) 0;
    width: 90%;
    max-width: 800px;
    margin-inline: auto;
}

.footer__certified-item {
    display: flex;
    gap: var(--space-xs);
    width: 100%;
    align-items: center;
}

.footer__certified-item+.footer__certified-item {
    margin-top: 0;
}

.footer__certified-img {
    flex: 0 0 60px;
}

.footer__certified-text {
    flex: 1;
    line-height: 1.5;
    font-size: 12px;
}

.footer__link-items_wrap {
    background-color: #333333;
    color: white;
}

.footer__link-items {
    width: 90%;
    max-width: 800px;
    margin-inline: auto;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-xs) 24px;
    justify-content: center;
    padding: var(--space-sm) 0;
}

.footer__link-item {
    text-decoration: underline;
}

.footer__copyright {
    text-align: center;
    width: 100%;
    display: block;
}

@media (hover: hover) {

    .cta__btn:hover,
    #submit-btn:hover,
    .flow-item__btn:hover,
    .contact-cta__button:hover {
        opacity: 0.7;
    }
}

/* PC（768px以上） */
@media (min-width: 768px) {
    .u-pc-none {
        display: none;
    }

    .u-sp-none {
        display: block;
    }

    .header__logo {
        width: 280px;
    }

    .header__banner {
        width: 200px;
    }

    .header__inner {
        height: 64px;
    }

    .cta__btn {
        width: 85px;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
        border-left: 1px solid white;
    }

    .fv_wrap {
        margin-bottom: -80px;
    }

    .about_txt {
        width: 50%;
    }

    .concept__inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "head photo"
            "body photo";
        gap: 0 40px;
    }

    .concept__head {
        grid-area: head;
        align-self: center;
    }

    .concept__photo {
        grid-area: photo;
        transform: rotate(2deg);
        margin-bottom: 20px;
    }

    .concept__body {
        grid-area: body;
    }

    .concept__photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .trouble__heading {
        transform: translateY(30%);
    }

    .support__bubble_corner img {
        display: none;
    }

    .trouble {
        border-radius: 0;
        background: linear-gradient(to bottom, #fffdf5 75%, #18c751 25%);
    }

    .support__cards {
        flex-wrap: wrap;
    }

    .support_card {
        width: calc((100% - (20px * 2)) / 3);
    }

    .results-card__inner {
        padding: 45px 60px;
        background-image: url(../img/result_bg_pc.svg);
    }

    .results-card__content {
        display: grid;
        grid-template-columns: 0.8fr 1.2fr;
        grid-template-rows: auto auto 1fr;
        grid-template-areas:
            "graph meta"
            "graph img"
            "graph text";
        gap: 20px 40px;
        align-content: start;
        justify-content: center;
    }

    .results-card__graph {
        grid-area: graph;
        align-self: start;
    }

    .results-card__graph img {
        width: 100%;
        max-height: 450px;
    }

    .results-card__meta {
        grid-area: meta;
        align-self: start;
    }

    .results-card__img {
        grid-area: img;
        align-self: start;
        margin: 0;
    }

    .results-card__place,
    .results-card__badge {
        font-size: 18px;
    }

    .results-card__text {
        grid-area: text;
        align-self: start;
        font-size: 16px;
        line-height: 2;
        margin: 0;
    }

    .splide__arrow {
        width: 50px;
    }

    .splide__arrow--prev::after,
    .splide__arrow--next::after {
        font-size: 20px;
    }

    .splide,
    .annot {
        margin-inline: auto;
        max-width: 970px;
    }

    .info-item__label {
        margin-bottom: 0;
    }

    .info-section__head {
        margin-bottom: var(--space-lg);
    }

    .info-item__media {
        width: 35%;
        max-width: 490px;
    }

    .info-item {
        display: flex;
        gap: var(--space-md);
        width: 80%;
        max-width: 1200px;
        align-items: center;
        margin-top: var(--space-lg);
        justify-content: center;
    }

    .info-item:nth-of-type(even) {
        flex-direction: row-reverse;
    }

    .info-item__media img {
        border-radius: 16px;
    }

    .info-item__content {
        width: 60%;
        max-width: 500px;
        margin-top: 0;
    }

    .info-item__title {
        font-size: 28px;
        letter-spacing: 0.1em;
    }

    .blob_1 {
        width: 500px;
    }

    .blob_2 {
        width: 500px;
    }

    .concept__blob_1 {
        top: -250px;
    }

    .concept__blob_2 {
        top: 200px;
    }

    .result__blob_1 {
        top: -95px;
    }

    .result__blob_2 {
        bottom: -150px;
    }

    .info-item__text {
        font-size: 16px;
        line-height: 2;
    }

    .utilization::before {
        background-image: url(../img/utilization_bg_arch_pc.svg);
        aspect-ratio: 1280/85;
    }

    .util-card {
        width: calc((100% - (var(--space-md) * 2)) / 3);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .util-card__label {
        font-size: 24px;
    }

    .utilization-note {
        padding: 30px;
        background: url(../img/utilization_note_img_pc.webp) no-repeat right / contain;
        background-color: white;
    }

    .utilization-note_inner {
        width: 80%;
    }

    .utilization-note__top {
        min-height: 0;
    }

    .utilization-note__tags {
        flex-direction: row;
        padding: 0;
        margin-bottom: var(--space-sm);
    }

    .utilization-note__tag {
        border-radius: 9999px;
    }

    .utilization-note__text {
        margin: 0;
        padding: 0;
    }

    .reason-section__title {
        max-width: 600px;
    }

    .utilization__title {
        margin-top: -50px;
    }

    .flow-section {
        margin-top: 180px;
    }

    .flow-section::before {
        aspect-ratio: 1280/85;
        background: url(../img/flow_arch_pc.svg) no-repeat center / cover;
    }

    /* .flow__blob_3{
        width: 150px;
        top: 50px;
        right: 220px;
    }

    .flow__blob_3--blue{
        top: 50%;
        right: 30px;
    }

    .flow__blob_4{
        width: 140px;
        bottom: 30px;
        left: 50px;
    }

    .flow__blob_4--blue{
        top: 25%;
    } */

    .flow__blob_4 , .flow__blob_3{
        display: none;
    }

    .flow-section__inner {
        padding: 0;
    }

    .flow-section__inner {
        padding: 0;
    }

    .flow-list {
        max-width: 900px;
        margin-inline: auto;
        gap: var(--space-md);
        position: relative;
    }

    .flow-list::before {
        display: block;
        content: "";
        background-color: white;
        width: 8px;
        height: calc(100% - (180px / 2));
        position: absolute;
        left: calc((180px - 8px) / 2);
        top: 50%;
        transform: translateY(-50%);
    }

    .flow-item {
        background-color: transparent;
        flex-direction: row;
        gap: var(--space-md);
        margin-top: 0;
    }

    .flow-item__content {
        padding: 0;
    }

    .flow-item__media {
        position: static;
        transform: none;
        width: 180px;
    }

    .flow-item__media img {
        width: 100%;
    }

    .flow-item__text {
        font-size: 16px;
    }

    .flow-item__title_group {
        padding-bottom: var(--space-xs);
        margin-bottom: var(--space-xs);
    }

    .flow-item__title {
        font-size: 28px
    }

    .flow-item__label img {
        height: 30px;
    }

    .flow-item__btn img {
        height: 50px;
    }

    .message-section {
        position: relative;
        overflow: hidden;
        background: url(../img/message_bg_pc.webp) no-repeat center / cover;
        padding: var(--space-lg) 0;
    }

    .message-card {
        padding: 64px 0;
    }

    .message-card__body {
        margin-top: 32px;
    }

    .message-card__body p {
        font-size: 18px;
        letter-spacing: 0.1em;
    }

    .contact-cta__button {
        cursor: text;
        pointer-events: none;
        border-radius: 16px;
        background-color: white;
        color: var(--color-main-1);
        font-weight: 700;
        flex-wrap: wrap;
        gap: 0;
    }

    .contact-cta__button-icon {
        width: 1.5em;
        position: relative;
        top: 2px;
        margin-right: 8px;
    }

    .contact-cta__button-icon img {
        width: 100%;
    }

    .contact-cta__button:hover {
        opacity: 1;
    }

    .contact-cta__button-text {
        font-size: 25px;
        font-weight: 700;
        text-box-trim: trim-both;
    }

    .contact-cta__time {
        color: var(--color-main-1);
        margin: 0;
    }

    .input-row {
        gap: var(--space-xs);
    }

    .checkboxes label {
        margin-bottom: 8px;
    }

    .submit-btn_sub-text {
        font-size: 15px;
    }

    #submit-btn {
        font-size: 25px;
        transition: all ease 0.2s;
    }

    .footer__certified-items {
        justify-content: space-between;
    }

    .footer__certified-item {
        width: calc((100% - var(--space-sm)) / 2);
    }

    .footer__certified-img {
        flex: 0 0 85px;
    }
}

/* tablet（768px以上） */
@media (min-width: 768px) and (max-width: 1280px) {
    html {
        font-size: 14px;
    }

    .u-tab-none {
        display: none;
    }

    .header__logo {
        width: 200px;
    }

    .header__banner {
        width: 150px;
    }

    .concept__text {
        font-size: 14px;
    }

    .trouble__inner {
        width: 80%;
    }

    .trouble__heading {
        width: 60%;
        transform: translateY(25%);
    }

    .support_card__heading {
        font-size: 19px;
    }

    .results-card__content {
        grid-template-columns: 350px 1fr;
    }

    .info-item {
        width: 90%;
        margin-top: var(--space-md);
    }

    .info-section__title {
        width: 26%;
    }

    .info-section__head {
        margin-bottom: 0;
    }

    .info-item__title {
        font-size: 20px;
        margin-top: var(--space-xs);
    }

    .info-item__text {
        font-size: 12px;
        width: 100%;
    }

    .utilization__badge {
        max-width: 100px;
    }

    .utilization__cards {
        gap: 10px;
        width: 100%;
        justify-content: center;
    }

    .utilization-note {
        width: 100%;
    }

    .utilization-note__text {
        font-size: 14px;
    }

    .util-card__recommend_inner {
        width: 90%;
    }

    .util-card {
        width: calc((100% - 20px) / 3);
    }

    .utilization__title {
        width: 65%;
    }

    .reason-section__title {
        width: 55%;
    }

    .util-card__label {
        font-size: 20px;
    }

    .flow-section {
        margin-top: 90px;
    }

    .flow-section__title {
        width: 35%;
    }

    .flow-list {
        margin-top: var(--space-lg);
        gap: var(--space-md);
    }

    .flow-item__title {
        font-size: 20px;
    }

    .flow-item__text {
        font-size: 14px;
    }

    .flow-item__label img {
        height: 20px;
    }

    .flow-item__media {
        width: 135px;
    }

    .flow-item__btn {
        width: 33%;
    }

    .flow-item__btn img {
        padding: 0 var(--space-xs);
    }

    .flow-list::before {
        left: calc((135px - 8px) / 2);
        height: calc(100% - (135px / 2));
    }

    .faq-section__title {
        width: 35%;
    }

    .contact-title {
        width: 70%;
    }

    .contact-cta__lead {
        width: 75%;
    }
}

@media (min-width: 493px) and (max-width: 767px) {
    .fv_wrap {
        margin-bottom: -47px;
    }
}

@media (min-width: 1024px) {
    .cta__btn--tel {
        display: none;
    }
}

@media (min-width: 767px) and (max-width: 1000px) {
    .concept__inner {
        grid-template-columns: 1.5fr 1fr;
        grid-template-areas:
            "head photo"
            "body body";
        gap: 0 20px;
        width: 80%;
    }

    .results-card__content {
        grid-template-columns: 280px 1fr;
    }
}