@charset "UTF-8";

html {
    font-size: 16px;
}

body {
    font-family: "";
}

a[href^="tel:"] {
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    a[href^="tel:"] {
        pointer-events: auto;
    }
}

a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

a:hover {
    opacity: 0.7;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
    padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

/* Set core root defaults */
html {
    scroll-behavior: smooth;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
    list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

a {
    text-decoration: none;
}

/* Make images easier to work with */
img {
    max-width: 100%;
    display: block;
    width: 100%;
}

/* Natural flow and rhythm in articles by default */
article>*+* {
    margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
}

textarea {
    resize: vertical;
}

input[type=checkbox],
input[type=radio] {
    display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

.header {
    padding: 36px 36px 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

html {
    font-size: 22px;
}

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

body {
    font-family: "Inter", sans-serif;
}

.container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 25px;
}

.section-title {
    text-align: center;
    font-weight: bold;
    font-size: 42px;
}

@media screen and (max-width: 768px) {
    .section-title {
        font-size: 30px;
    }
}

@media screen and (max-width: 375px) {
    .section-title {
        font-size: 26px;
    }
}

a[href^="tel:"] {
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    a[href^="tel:"] {
        pointer-events: auto;
    }
}

a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

a:hover {
    opacity: 0.7;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
    padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

/* Set core root defaults */
html {
    scroll-behavior: smooth;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
    list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

a {
    text-decoration: none;
}

/* Make images easier to work with */
img {
    max-width: 100%;
    display: block;
    width: 100%;
}

/* Natural flow and rhythm in articles by default */
article>*+* {
    margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
}

textarea {
    resize: vertical;
}

input[type=checkbox],
input[type=radio] {
    display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

.header {
    padding: 36px 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 100;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 768px) {
    .header {
        padding: 24px 10px;
        top: auto;
        bottom: 0;
        height: 80px;
    }
}

.header h1 {
    display: flex;
}

.header__logo {
    color: #145a9a;
    font-size: 24px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .header__logo {
        font-size: 16px;
    }
}

.header__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 34px;
}

.header__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 34px;
}

.header__text {
    letter-spacing: 0.04em;
}

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

.header__btn {
    background-color: #f6b832;
    color: #fff;
    padding: 9px 31px;
    border-radius: 18px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .header__btn {
        padding: 9px 10px;
    }
}

.mv {
    position: relative;
    background-image: url("../img/lp/fv-img.webp");
    background-size: cover;
    background-position: center;
    margin-top: 100px;
    height: 600px;
}

@media screen and (max-width: 768px) {
    .mv {
        background-image: url("../img/lp/fv-img-sp.webp");
        margin-top: 0;
    }
}

.mv__inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.mv__inner-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    left: 30%;
    top: 20%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    gap: 40px;
}

@media screen and (max-width: 768px) {
    .mv__inner-text {
        width: 100%;
        height: 100%;
        left: 50%;
        top: 30px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: center;
        padding-bottom: 50px;
    }
}

.mv__inner-text picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mv__inner-catch {
    width: 80%;
}

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

.mv__button {
    color: #fff;
    padding-top: 32px;
    padding-bottom: 32px;
    width: 60%;
    font-size: 2.09em;
    background-color: #b50000;
    border: 4px solid #fff;
    border-radius: 18px;
    font-size: 46px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .mv__button {
        font-size: 24px;
        padding-top: 24px;
        padding-bottom: 24px;
        width: 80%;
        border: 2px solid #fff;
    }
}

.notice__container {
    background-color: #418cd1;
    padding: 50px 10%;
    border-radius: 12px;
}

@media screen and (max-width: 768px) {
    .notice__container {
        font-size: 24px;
        text-align: left;
        padding: 30px 5%;
    }
}

.notice__headline {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .notice__headline {
        font-size: 24px;
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    .notice__headline br {
        display: none;
    }
}

.notice__highlight {
    color: #f6b832;
}

.notice__description {
    text-align: left;
    margin: 0 auto;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 31px;
    line-height: 1.6;
}

@media screen and (max-width: 768px) {
    .notice__description {
        font-size: 18px;
    }
}

.notice__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 57px;
    margin: 0 auto;
}

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

.reason {
    background-color: #f1f1f1;
}

.reason__headline {
    padding-bottom: 80px;
}

.reason__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .reason__items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 48px;
    }
}

.reason__item {
    max-width: 360px;
    width: 100%;
    background-color: #fff;
    padding: 80px 20px 20px;
    border: 3px solid #418cd1;
    border-radius: 12px;
    position: relative;
}

.reason__item::before {
    content: attr(data-number);
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50px, -50%);
    transform: translate(-50px, -50%);
    background-color: #418cd1;
    border-radius: 50%;
    width: 99px;
    height: 99px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
}

@media screen and (max-width: 768px) {
    .reason__item {
        margin-bottom: 80px;
        padding: 60px 20px 20px;
    }

    .reason__item:last-child {
        margin-bottom: 0;
    }
}

.reason__icon-image {
    padding-bottom: 21px;
}

.reason__title {
    font-size: 24px;
    color: #145a9a;
    font-weight: bold;
    min-height: 3.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .reason__title {
        min-height: 2em;
        font-size: 20px;
        padding-bottom: 12px;
    }
}

@media screen and (max-width: 768px) {
    .reason__text {
        font-size: 16px;
    }
}

.merit__container {
    width: 70%;
    margin: 0auto;
}

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

.merit__headline {
    padding-bottom: 40px;
}

.merit__headline br {
    display: none;
}

@media screen and (max-width: 768px) {
    .merit__headline br {
        display: inline;
    }
}

.merit__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin: 0 auto;
    padding-bottom: 24px;
}

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

.merit__item {
    max-width: 450px;
    width: 100%;
    padding: 40px 36px;
    background-color: #418cd1;
    border-radius: 12px;
    margin: 0 auto;
    text-align: center;
}

.merit__icon {
    background-color: #fff;
    width: 166px;
    height: 166px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 14px;
}

.merit__title {
    color: #f6b832;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 24px;
}

.merit__text {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

.merit__caption {
    font-size: 18px;
}

.strengths__container {
    width: 70%;
}

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

.strengths__headline {
    padding-bottom: 40px;
}

.strengths__headline br {
    display: none;
}

@media screen and (max-width: 768px) {
    .strengths__headline br {
        display: block;
    }
}

.strengths__item {
    background-color: #ffebeb;
    padding: 51px 5%;
    margin-bottom: 75px;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.strengths__item:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .strengths__item {
        padding: 24px 5%;
        margin-bottom: 32px;
    }
}

.strengths__item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
    padding-bottom: 29px;
}

@media screen and (max-width: 768px) {
    .strengths__item-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
    }
}

.strengths__label {
    background-color: #d83e3e;
    color: #fff;
    font-size: 39px;
    padding: 3px 34px;
    max-width: 180px;
    text-align: center;
    width: 100%;
    border-radius: 50px;
}

@media screen and (max-width: 1024px) {
    .strengths__label {
        font-size: 30px;
    }
}

@media screen and (max-width: 768px) {
    .strengths__label {
        font-size: 24px;
    }
}

.strengths__title {
    color: #b50000;
    text-shadow: -1px -1px 0 #fff, 0px -1px 0 #fff, 1px -1px 0 #fff, -1px 0px 0 #fff, 1px 0px 0 #fff, -1px 1px 0 #fff, 0px 1px 0 #fff, 1px 1px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff;
    font-size: 60px;
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
    .strengths__title {
        font-size: 40px;
    }
}

@media screen and (max-width: 768px) {
    .strengths__title {
        font-size: 30px;
    }
}

.strengths__image {
    max-width: 699px;
    width: 100%;
    margin: 0 auto;
}

.strengths__image-price {
    max-width: 790px;
    width: 100%;
    margin: 0 auto;
}

.button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 25px 75px;
}

.button-wrapper__link {
    display: inline-block;
    padding: 32px 0;
    text-align: center;
    background-color: #b50000;
    color: #ffffff;
    text-decoration: none;
    font-size: 46px;
    font-weight: bold;
    border-radius: 18px;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    cursor: pointer;
    max-width: 649px;
}

@media screen and (max-width: 1024px) {
    .button-wrapper__link {
        font-size: 30px;
    }
}

@media screen and (max-width: 768px) {
    .button-wrapper__link {
        font-size: 24px;
        padding: 16px 0;
    }
}

.button-wrapper__link:hover {
    background-color: #cf4c4c;
}

.button-wrapper__text {
    display: inline-block;
    white-space: nowrap;
}

.flow {
    background-color: #418cd1;
    padding: 50px 8%;
}

@media screen and (max-width: 768px) {
    .flow {
        font-size: 24px;
        text-align: left;
        padding: 30px 5%;
    }
}

.flow__title {
    color: #fff;
    padding-bottom: 57px;
}

.flow__steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 58px;
}

@media screen and (max-width: 768px) {
    .flow__steps {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32px;
    }
}

.flow__steps-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 43px;
}

@media screen and (max-width: 768px) {
    .flow__steps-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
    }
}

.flow__step {
    text-align: center;
    padding: 0 15px;
}

.flow__image {
    max-width: 200px;
    width: 100%;
    padding-bottom: 16px;
}

.flow__label {
    font-size: 32px;
    font-weight: bold;
    min-height: 66px;
    line-height: 1.2;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .flow__label {
        font-size: 24px;
    }
}

@media screen and (max-width: 768px) {
    .flow__label {
        font-size: 24px;
        min-height: 0;
    }
}

.flow__note {
    font-size: 24px;
}

.arrow {
    width: 60px;
}

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

.arrow-sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .arrow-sp {
        display: block;
        width: 30px;
    }
}

.area-list {
    margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
    .area-list {
        margin-bottom: 0;
    }
}

.area-list__title {
    margin-bottom: 54px;
}

.area-list__items {
    margin: 0 auto;
    border: 1px solid #4b4b4b;
    border-radius: 16px;
    max-width: 800px;
}

.area-list__item {
    border-bottom: 1px solid #4b4b4b;
    padding: 22px 40px;
}

.area-list__item:last-child {
    border-bottom: 0;
}

@media screen and (max-width: 768px) {
    .area-list__item {
        padding: 16px 20px;
    }
}

.area-list__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-template-columns: 1fr 23px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.area-list__button img {
    width: 23px;
}

.area-list__button-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.contact-form {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
}

.contact-form__heading {
    text-align: center;
}

.contact-form__title {
    display: inline-block;
    padding-bottom: 40px;
    border-bottom: 1px solid #dedede;
    width: 100%;
}

.contact-form__title br {
    display: none;
}

.contact-form__form {
    width: 100%;
}

.contact-form__field {
    padding-bottom: 32px;
    padding-top: 32px;
    border-bottom: 2px dotted #dedede;
    display: flex;
    align-items: flex-start;
    text-align: right;
    width: 100%;
    gap: 32px;
}

@media screen and (max-width: 768px) {
    .contact-form__field {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
}

.contact-form__field p {
    width: 100%;
    text-align: right;
}

@media screen and (max-width: 768px) {
    .contact-form__field p {
        display: flex;
        align-items: center;
    }
}

.contact-form__label {
    font-size: 18px;
    margin-bottom: 8px;
    color: #333;
    position: relative;
}

@media screen and (max-width: 768px) {
    .contact-form__label {
        margin-bottom: 0;
    }
}

.contact-form__label-wrapper {
    width: 20%;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    .contact-form__label-wrapper {
        width: 100%;
        display: block;
    }
}

.contact-form__required {
    display: inline-block;
    background-color: #b80000;
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 8px;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .contact-form__required {
        display: flex;
        align-items: center;
    }
}

.contact-form__input,
.contact-form__textarea {
    flex-grow: 1;
    width: 100%;
    font-size: 16px;
    height: 70px;
    padding: 12px 16px;
    background-color: #f2f2f2;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: vertical;
}

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

    .contact-form__input,
    .contact-form__textarea {
        height: 40px;
    }
}

.contact-form__textarea {
    min-height: 160px;
}

.contact-form__button-wrapper {
    text-align: center;
    margin-top: 80px;
}

.contact-form__button {
    background: -webkit-gradient(linear, left top, right top, from(#4f7fcf), to(#3e66b1));
    background: linear-gradient(to right, #4f7fcf, #3e66b1);
    color: #fff;
    padding: 12px 0;
    font-size: 28px;
    font-weight: bold;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    width: 300px;
}

@media screen and (max-width: 768px) {
    .contact-form__button {
        font-size: 18px;
    }
}

.contact-form__button:hover {
    opacity: 0.8;
}

.contact-form__button-wrapper .wpcf7-spinner {
    display: none;
}

.footer {
    background-color: #418cd1;
}

.copy-light {
    padding: 16px 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
}


/* =========================
   Contact confirm Page
========================= */

.contact-confirm {
    margin-top: 100px;
}

.contact-form__button-wrapper br {
  display: none;
}

/* ボタン全体の並び */
.contact-form__button-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 32px;
}

.contact-comfirm__button-wrapper {
  padding-top: 40px
}

/* PC：横並びはデフォルト。ボタンの幅感を揃える */
.contact-form__button-wrapper .contact-form__button--back,
.contact-form__button-wrapper .contact__submit-input{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 220px;
  padding: 14px 22px;
  border-radius: 12px;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: opacity .2s ease, transform .2s ease;
}

.contact-form__button-wrapper p {
  display: flex;
  justify-content: center;
  gap: 20px; /* ← ここがボタン間の余白 */
  margin: 0;
}

/* 戻るボタン */
.contact-form__button-wrapper .contact-form__button--back{
  border: 1px solid #2c2c2c;
  background: #fff;
  color: #2c2c2c;
}

/* 送信ボタン */
.contact-form__button-wrapper .contact__submit-input{
  border: none;
  background: linear-gradient(to right, #4f7fcf, #3e66b1);
  color: #fff;
  -webkit-appearance: none;
  appearance: none;
}

/* hover */
.contact-form__button-wrapper .contact-form__button--back:hover,
.contact-form__button-wrapper .contact__submit-input:hover{
  opacity: .9;
  transform: translateY(-1px);
}

/* SP：縦並び */
@media (max-width: 767px){
  .contact-form__button-wrapper{
    flex-direction: column;
    gap: 12px;
  }
  
  .contact-form__button-wrapper p {
  flex-direction: column;
  gap: 20px; /* ← ここがボタン間の余白 */
  margin: 0;
}
  
  .contact-confirm {
    margin-top: 0;
  }

  .contact-form__button-wrapper .contact-form__button--back,
  .contact-form__button-wrapper .contact__submit-input{
    width: 300px;
    min-width: 0;
    font-size: 16px;
  }
}

/* =========================
   Contact Thanks Page
========================= */

.contact {
  padding: 180px 20px;
  background-color: #f8f8f8;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact__fv {
  margin-bottom: 40px;
  text-align: center;
}

.contact__title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #333;
}

.contact__inner {
  background: #ffffff;
  padding: 60px 40px;
  max-width: 700px;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.contact__thanks {
  font-size: 16px;
  line-height: 2;
  color: #555;
  margin-bottom: 40px;
}

.contact__button {
  display: inline-block;
  padding: 14px 32px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.contact__button:hover {
  background-color: #555;
  transform: translateY(-2px);
}

/* =========================
   Responsive
========================= */

@media screen and (max-width: 768px) {
  .contact {
    padding: 120px 16px;
  }

  .contact__inner {
    padding: 40px 20px;
  }

  .contact__title {
    font-size: 22px;
  }

  .contact__thanks {
    font-size: 14px;
  }
}