@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
* {
    transition: all .3s;
}
body {
    margin: 0 auto;
    padding: 0;
    font-family: "Noto Sans JP", sans-serif;
}

main {
    width: 100%;
    margin: auto;
}

section {
    position: relative;
}

main img {
    width: 100%;
    vertical-align: top;
    vertical-align: bottom;
}

a {
    display: block;
    cursor: pointer;
}

a:hover {
    opacity: 0.7;
}

.sp {
    display: none;
}

.sp-br {
	display: none;
}

.wrapper {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

header {
    padding: 1rem 0;
    position: fixed;
    height: 80px;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #000034
}

header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img{
    width: 160px;
}

.fv {
    background-image: url(../img/fv_bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 70px;
}

.fv_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
    position: relative;
}

.fv_txt {
    width: calc(100% - 57rem);
    margin-top: 8.5rem;
}

.fv_txt01 span {
    display: inline-block;
    color: #FFF;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    line-height: 1.7;
    font-weight: bold;
    position: relative;
    padding-bottom: 3rem;
}

.fv_txt01 span::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 2.5rem;
    background-image: url(../img/fv_txt01_bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
}

.fv_txt02 {
    padding-left: 7rem;
}

.fv_txt02 span {
    font-size: 3.4rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 2.6;
    color: #16315A;
    padding: 0 2rem;
    border-radius: 1.2rem;
    /* text-shadow: 2px 2px 1px rgba(38, 41, 51, 0.65); */
    background: linear-gradient(
    to bottom,
    #d5ac4d 0%,
    #e1c162 10%,
    #edd879 24%,
    #f5e687 38%,
    #f8eb8c 49%,
    #f2e284 60%,
    #e3c96e 76%,
    #cba24b 97%,
    #c89d47 100%
    );
}

.fv_title {
    font-size: 4.3rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 1.6;
    text-align: center;
    color: #FFF;
}

.fv_txt_list {
    margin-top: 5rem;
}

.fv_txt_list li {
    color: #FFF;
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
    font-weight: bold;
    margin-top: 1.5rem;
    padding-left: 4rem;
    position: relative;
}

.fv_txt_list li::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    margin: auto;
    width: 3.2rem;
    height: 2.6rem;
    background-image: url(../img/check.webp);
    background-repeat: no-repeat;
    background-size: contain;
}

.gold_btn {
    display: block;
    max-width: 40rem;
    margin: auto;
    margin-top: 5rem;
    text-align: center;
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
    font-weight: bold;
    color: #ae8c1a;
    border: 3px solid #ae8c1a;
    background-color: #FFF;
    border-radius: 10rem;
    padding: 3rem 5rem;
}

.fv_img {
    width: 57rem;
}

.fv_img_sp {
    display: none;
}

.fv_img_txt {
    width: 61.5rem;
    background-color: #FFF;
    padding: 1.5rem 3.5rem;
    border-radius: 0 1rem 1rem 1rem;
    position: relative;
    margin-top: -10rem;
}

.fv_img_txt::before {
    position: absolute;
    content: "";
    top: -5rem;
    left: 0;
    margin: auto;
    width: 12.5rem;
    height: 12rem;
    background-color: #FFF;
    border-radius: 50%;
}

.fv_img_txt::after {
    position: absolute;
    content: "";
    top: -4rem;
    left: 0;
    margin: auto;
    width: 12.8rem;
    height: 12rem;
    background-image: url(../img/quest_logo.webp);
    background-repeat: no-repeat;
    background-size: contain;
}

.fv_img_txt_top {
    color: #D9AF4A;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    line-height: 3rem;
    font-weight: bold;
    padding-left: 11rem;
    margin-bottom: 1.5rem;
}

.fv_img_txt_bottom {
    color: #000034;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 2.8rem;
    font-weight: 500;
}

.gold {
    background: linear-gradient(to right, #d5ac4d 0%, #e1c162 10%, #edd879 24%, #f5e687 38%, #f8eb8c 49%, #f2e284 60%, #e3c96e 76%, #cba24b 97%, #c89d47 100%);
}

h2 .gold {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.achievement {
    background-color:#122047;
}

.achievement .wrapper {
    background-color: #16315A;
    padding-top: 30rem;
    padding-inline: 150px;
    padding-bottom: 10rem;
}

.achievement_bg {
    position: absolute;
    top: -50px;
}
.achievement-section-title {
    font-size: 52px;
    letter-spacing: 5px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 75px;
    line-height: 70px;
}
.achievement_lists {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 100px;
}
.achievement_lists li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.achievement_lists_logo {
    background-color: #ffffff;
    display: flex;
    gap: 10px;
    width: 400px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    padding: 20px 30px;
    box-shadow: 0px 0px 20px #497F7F;
}
.achievement_lists_logo img {
    width: 120px;
    height: 110px;
}
.achievement_lists_logo h3 {
    font-size: 28px;
    font-weight: 700;
    color: #000034;
}
.achievement_lists_img {
    width: 400px;
    padding: 20px;
    border-radius: 20px;
    background: linear-gradient(to right, #d5ac4d 0%, #e1c162 10%, #edd879 24%, #f5e687 38%, #f8eb8c 49%, #f2e284 60%, #e3c96e 76%, #cba24b 97%, #c89d47 100%);
}
.achievement_lists li p {
    font-size: 20px;
    line-height: 150%;
    color: #ffffff;
    width: 400px;
    padding-inline: 10px;
}

.worry {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url('../img/worry_bg＿svg.svg');
    background-size: cover;
    background-position: center;
}

.deadline {
    height: 10px;
    width: 100%;
    background: linear-gradient(to right, #d5ac4d 0%, #e1c162 10%, #edd879 24%, #f5e687 38%, #f8eb8c 49%, #f2e284 60%, #e3c96e 76%, #cba24b 97%, #c89d47 100%);
}
.worry .wrapper {
    padding-top: 15rem;
    padding-bottom: 10rem;
}
.worry_bg {
    position: absolute;
    top: 0;
    z-index: -1;
}

.worry_lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
}

.worry_lists li {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 360px;
}

.worry_lists li h3 {
    font-size: 24px;
    font-weight: 900;
    color: #ffffff;
    text-align: center;
}


h3 .gold {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.worry_lists li h3::after {
    content: "";
    background-image: url('../img/worry_disline.svg');
    width: 100%;
    height: 15px;
    display: flex;
    background-repeat: no-repeat;
    margin-top: 10px;
}
.worry_lists li ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.worry_lists li ul li {
    font-size: 20px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
.check-icon {
    width: 30px;
}
.section_sub_title {
    font-size: 40px;
    letter-spacing: 10px;
    line-height: 60px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
}
.sp {
    display: none;
}

.gold-section {
    background-image: url('../img/gold-bg.svg');
    width: 100%;
    margin-top: -200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    display: flex;
    flex-direction: column;
    z-index: 2;
    padding-top: 25rem;
    padding-bottom: 10rem;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1900px) {
    .gold-section {
        margin-top: -13vw;
        padding-top: 12vw;
    }
}

.gold-section-title {
    font-size: 32px;
    letter-spacing: 10px;
    color: #141E5F;
    text-align: center;
    font-weight: 700;
    line-height: 48px;
}
.gold-section-content {
    font-size: 24px;
    font-weight: 500;
    padding-block: 70px;
    text-align: center;
    line-height: 36px;
}
.cta {
    padding-inline: 50px;
    padding-block: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 999px;
    border: 2px solid #000000;
}
.cta p {
    font-size: 20px;
    font-weight: 500;
}
.cta h2 {
    font-size: 32px;
    color: #16315A;
    font-weight: 900;
}
.define {
    background-image: url('../img/squar-bg.webp');
    padding-top: 100px;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.define p {
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 5px;
    line-height: 32px;
    text-align: center;
}
.positive-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 30px;
    border-radius: 20px;
    border: 3px solid #C8992E;
    background-color: #ffffff;
    width: fit-content;
    margin-block: 50px;
}

.define li {
    font-size: 24px;
    color: #091F3F;
    letter-spacing: 5px;
    display: flex;
    gap: 10px;
}
.define li img {
    width: 20px;
    height: 20px;
    margin-top: 5px;
}
.phone-screen {
    max-width: 1200px;
    width: 1200px;
    margin-block: 50px;
    height: 500px;
    border-radius: 20px;
    background-position: center;
    background-image: url(../img/phone-screen.webp)
}
.reason-title {
    background-image: url(../img/gold-polygon.svg);
    background-size: cover;
    padding: 10px 50px;
    background-position: center;
    font-size: 40px;
    width: fit-content;
    font-weight: 800;
    color: #141E5F;
    text-align: center;
    transform: translateY(-50%);
}

.reason {
    border: solid 3px #C8992E;
    width: 1280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-block: 100px;
    background: linear-gradient(90deg,#000034, #16315A);
}
.comment {
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 5px;
    line-height: 32px;
    text-align: center;
    margin-block: 50px;
}
.reason-item {
    display: flex;
    padding: 20px;
    padding-inline: 100px;
    gap: 50px;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
}
.reason-item-title {
    display: flex;
    align-items: center;
    gap: 30px;
}
.reason-item-title>span {
    font-size: 76px;
    font-family: "NATS";
    font-weight: 900;
    color: #ffffff;
}
.reason-item-title h3 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 5px;
    line-height: 120%;
}
.reason-list-title {

}
.text-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.text-content ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.text-content ul li {
    font-size: 16px;
    color: #ffffff;
    display: block;
    display: flex;
    line-height: 24px;
}
.reason-image {
    width: 50%;
}
.service {
    background: #122047;
    padding-bottom: 100px;
}
.service .wrapper {
    background-color: #16315A;
    padding-top: 30rem;
    padding-inline: 50px;
    padding-bottom: 10rem;
}
.service-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.service-item p{
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
    font-family: 'Note';
    text-align: center;
}
.service-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.service-list img {
    width: 350px;
}
.option-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.option-list img {
    width: 250px;
    margin-bottom: 20px;
}
.option-list-title {
    margin-block: 100px;
}

.explain {
    display: flex;
    flex-direction: column;
    padding-inline: 10vw;
    /* padding-block: 100px; */
    padding-block: 8vw 14vw;
    background: url('../img/squar-bg.webp');
    background-size: cover;
    overflow: hidden;
}

.explain-title {
    font-size: 40px;
    text-align: center;
    font-weight: 800;
    margin-bottom: 100px;
    line-height: 130%;
}
.explain-container {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.explain-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    min-width: 700px;
}
.explain-item {
    display: flex;
    gap: 20px;
}
.explain-item>span {
    font-size: 80px;
    font-weight: 800;
    color: #C8992E;
    font-family: 'Nats';
}
.explain-text {
    display: flex;
    flex-direction: column;
}
.explain-text h3 {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.5;
    color: #ffffff;
    margin-bottom: 20px;
}
.explain-text p {
    font-size: 20px;
    color: #ffffff;
    line-height: 1.7;
}
.pc-img {
    position: absolute;
    width: 57vw;
    bottom: 12vw;
    right: -10vw;
}

@media (min-width: 1700px) {
    .explain {
        padding-block: 8vw;
    }
    .pc-img {
        width: 36vw;
        max-width: 900px;
        top: initial;
        bottom: 7vw;
        right: 16vw;
    }
}

@media (max-width: 1280px) {
    .pc-img {
        bottom: 14vw;
    }
}

.menu{
    background: #122047;
    padding-bottom: 100px;
}
.menu .wrapper {
    background-color: #16315A;
    padding-top: 30rem;
    padding-inline: 50px;
    padding-bottom: 10rem;
}
.menu-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:50px;
}
.menu-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.menu-item img {
    width: 180px;
}
.menu-item p {
    font-size: 20px;
    font-weight: 800;
    line-height: 32px;
    color: #ffffff;
    text-align: center;
}
.process {
    background: url('../img/squar-bg.webp');
    background-size: cover;
    padding-block: 100px;
    padding-inline: 70px;
    overflow: hidden;
}
.process-slide {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.slide {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 300px;
    background-color: #ffffff;
    border-radius: 20px;
    border: solid 3px #C8992E;
}
.slide::after {
    content: "";
    background: url(../img/gold-arrow.svg);
    width: 40px;
    height: 55px;
    background-repeat: no-repeat;
    position: absolute;
    right: -60px;
}
.swiper-wrapper {
    height: 300px;
}
.swiper-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 300px !important;
}
.slide span{
    position: absolute;
    top: 20px;
    left: 20px;
    font-family: 'Nato';
    font-size: 40px;
    color: #C8992E;
    font-weight: 800;
}
.slide h3 {
    font-size: 32px;
    font-weight: 800;
    color: #C8992E;
    text-align: center;
    letter-spacing: 10px;
    margin-bottom: 50px;
}
.slide p {
    font-size: 24px;
    font-weight: 500;
    color: #000034;
    text-align: center;
}
.gold-arrow {
    width: 20px;
}
.faq {
    background: #122047;
    position: relative;
    padding-block: 100px;
    padding-inline: 200px;
}
.faq>img {
    position: absolute;
    top: 0;
    z-index: -1;
}
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.faq-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 20px;
    border: solid 3px #C8992E ;
    overflow: hidden;
}
.question {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-inline: 50px;
}
.question img, .answer img {
    width: 30px;
}
.question h3 {
    font-size: 32px;
    color: #ffffff;
    line-height: 130%;
    letter-spacing: 2px;
    padding-block: 20px;
}
.answer {
    display: flex;
    gap: 15px;
    padding-inline: 50px;
    align-items: center;
    background-color: #ffffff;
}
.answer p {
    font-size: 24px;
    color: #000034;
    padding-block: 20px;
    line-height: 32px;
}
.contact {
    background: #122047;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact .wrapper {
    background-color: #16315A;
    padding-top: 30rem;
    padding-inline: 200px;
    padding-bottom: 10rem;
}
.contact-title {
    font-size: 52px;
    font-weight: 800;
    letter-spacing: 10px;
}
.wrapper>h2 {
    text-align: center;
}
form {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 50px;
}
.input-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.input-form label {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
}
.input-form input {
    font-size: 16px;
    line-height: 16px;
    padding: 10px 10px;
    background-color: #ffffff;
}
.input-form textarea {
    font-size: 16px;
    padding: 10px;
    background: #ffffff;
    height: 200px;
    max-width: 100%;
    min-width: 100%;
}
.text-area {
    margin-block: 20px;
}
.privacy-option {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.privacy_txt {
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    text-decoration: underline;
}
.privacy-check {
    display: flex;
    gap: 10px;
    color: #ffffff;
    font-size: 14px;
}
.privacy-check input {
    width: 20px;
}
form button {
    background-color: #C8992E;
    border-radius: 999px;
    color: #ffffff;
    font-size: 32px;
    border: none;
    padding: 15px 70px;
    width: fit-content;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-block: 20px;
}
footer {
    background: #000034;
    display: flex;
    justify-content: space-around;
    padding-block: 200px;
}
footer a {
    font-size: 20px;
    color: #ffffff;
    text-decoration: underline;
}
footer p {
    font-size: 20px;
    color: #ffffff;
}

/* ============== CUSTOM =============== */
.bold {
    font-weight: 800;
}
.white {
    color: #ffffff;
}
small {
    font-size: 75%;
}
/* ============== CUSTOM =============== */


@media(max-width: 1500px) {
    .explain-container {
        flex-direction: column;
        gap: 50px;
        width: 100%;
        padding-top: 50rem;
    }
    .explain-content {
        order: 2;
        width: auto;
        min-width: auto;
        z-index: 2;
    }
    .explain {
        justify-content: center;
        align-items: center;
    }
}


@media (min-width: 750px) {
    html { font-size: 10px; }
}

@media (min-width: 750px) and (max-width: 1240px) {
    html { font-size: calc(100vw / 144); }
}

@media (max-width: 1440px) {
    .explain-content {
        width: 80%;
    }
    .explain-container {
        padding-top: 0;

    }
}

@media (max-width: 1280px) {
    .achievement .wrapper {
        padding-inline: 0;
    }
    .phone-screen {
        width: 100%;
    }
    .define {
        padding-inline: 50px;
    }
    .reason {
        width: 100%;
    }
    .reason-item {
        padding-inline: 20px;
    }
    .explain {
        padding-inline: 5vw;
    }
    .explain {
        padding-block: 8vw 14vw;
    }
    .faq {
        padding-inline: 100px;
    }
    .contact .wrapper {
        padding-inline: 100px;
    }
}

@media(max-width: 1100px) {
    .pc-img {
        position: relative;
        bottom: initial;
        right: 0;
        left: 0;
        margin: auto;
        width: 90%;
    }
    .explain-content {
        margin: auto;
    }
}

@media (max-width: 750px) {
    .pc {
        display: none;
    }
    html {
        font-size: calc(100vw / 75); /* 既存のSP用設定 */
    }
    header {
        height: 60px;
    }
    .fv_img_sp {
        display: block;
    }
    .fv_img_sp img {
        display: block;
        width: 80%;
        margin: auto;
    }
    .fv_img {
        display: none;
    }
    .fv_txt {
        width: 100%;
        margin-top: 4.5rem;
    }
    .logo img {
        width: 120px;
    }
    .fv_img_sp {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .fv_img_txt {
        width: 67.5rem;
        padding: 1.5rem 2.5rem;
    }
    .fv_img_txt_top {
        font-size: 16px;
        line-height: 20px;
    }
    .fv_img_txt_bottom {
        font-size: 14px;
        line-height: 20px;
        text-align: left;
    }
    .fv_txt02 {
        padding: 0;
        margin: 2rem 0;
    }
    .fv_txt01 span {
        width: 100%;
        font-size: 2.7rem;
        text-align: center;
    }
    .fv_txt01 span::before {
        height: 2.8rem;
    }
    .fv_txt02 span {
        display: block;
        width: 100%;
        font-size: 5.3rem;
        line-height: 1.5;
        text-align: center;
    }
    .fv_title {
        font-size: 4rem;
    }
    .fv_txt_list li {
        font-size: 18px;
    }
    .fv_txt_list li {
        padding-left: 8rem;
    }
    .fv_txt_list li::before {
        width: 30px;
        height: 30px;
    }
    .fv {
        padding-bottom: 20px;
        padding-top: 50px;
    }
    .gold_btn {
        font-size: 4rem;
        max-width: 100%;
    }
    .performance-title {
        font-size: 4.5rem;
    }
    .achievement {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #122047;
    }
    .achievement-section-title {
        text-align: center;
    }
    .achievement .wrapper {
        padding-inline: 0;
        padding-top: 10%;
    }
    .achievement_lists_logo img {
        width: 30%;
        height: 90px;
        object-fit: contain;
    }
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    .gold-section {
        padding-inline: 20px;
    }
    .gold-section-title h3 {
        font-size: 4.1rem;
        line-height: 5rem;
    }
    .gold-section-content h4 {
        font-size: 3rem;
        line-height: 4.5rem;
    }
    .gold-section-content {
        padding-block: 40px;
    }
    .define {
        padding-inline: 20px;
    }
    .phone-screen {
        margin-block: 0;
    }
    .reason-item {
        flex-direction: column;
    }
    .comment {
        font-size: 20px;
        padding-inline: 10px;
        margin-block: 20px;
    }
    .text-content {
        width: 100%;
    }
    .reason-image{
        width: 100%;
    }
    .text-content ul {
        gap: 5rem;
    }
    .reason-item-title>span {
        font-size: 60px;
    }
    .reason-gold-text {
        font-size: 3.5rem;
        line-height: 120%;
    }
    .reason-item-title {
        gap: 15px;
    }
    .second, .forth {
        order: 2;
    }
    .reason-title {
        font-size: 24px;
        padding-inline: 10px;
    }
    .define {
        padding-bottom: 0;
    }
    .service-list img {
        width: 250px;
    }
    .service .wrapper {
        padding-inline: 0;
        padding-top: 15rem;
    }
    .service-item {
        width: 45%;
    }
    .define {
        padding-top: 50px;
    }
    .achievement-section-title {
        line-height: 150%;
        margin-bottom: 5rem;
    }
    .worry .wrapper {
        padding-top: 10rem;
    }
    .worry_lists li ul li {
        font-size: 16px;
    }
    .option-list-title {
        margin-block: 50px;
    }
    .section_sub_title {
        margin-top: 60px;
        margin-bottom: 100px;
    }
    .explain {
        padding-inline: 50px;
    }
    .explain-text p {
        font-size: 26px;
    }
    .explain-item>h4 {
        font-size: 62px;
    }
    .menu .wrapper {
        padding-inline: 20px;
    }
    .process {
        padding-inline: 20px;
    }
    .slide h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .slide p {
        font-size: 20px;
    }
    .faq {
        padding-inline: 50px;
    }
    .question h3 {
        font-size: 20px;
    }
    .answer p {
        font-size: 20px;
        line-height: 1.5;
    }
    .contact-title {
        font-size: 5rem
    }
    .contact .wrapper {
        padding-inline: 50px;
        padding-top: 20rem;
    }
    .service-list img {
        width: 100%;
    }
    .service-item p {
        font-size: 16px;
    }
    .explain-content {
        width: auto;
        padding-top: 0;
        margin-bottom: 50px;
    }
    .explain-title {
        margin-bottom: 50px;
    }
    .pc-img {
        width: 103%;
    }
    .explain-item>span {
        min-width: 75px;
    }
    .explain-text h3 {
        font-size: 24px;
    }
}

@media(max-width: 640px) {
    .option-list img {
        width: 30rem;
    }
    .explain {
        padding-inline: 30px;
    }
    .explain-text p {
        font-size: 24px;
    }
    .explain-item>h4 {
        font-size: 60px;
    }
    .menu .wrapper {
        padding-inline: 10px;
    }
    .menu-item img {
        width: 150px;
    }
    .faq {
        padding-inline: 20px;
    }
    .question, .answer {
        padding-inline: 20px;
    }
    .contact .wrapper {
        padding-inline: 20px;
    }
    .faq {
        padding-block: 70px;
    }
    footer {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 50px;
        padding-block: 50px;
    }
}

@media(max-width: 440px) {
    p {
        font-size: 16px!important;
    }
    .achievement_lists_logo {
        width: 100%;
    }
    .achievement_lists_img {
        width: 100%;
    }
    .achievement_lists li p {
        width: 100%;
    }
    .achievement_lists_logo {
        padding: 10px 20px;
        justify-content: center;
    }
    .achievement_lists {
        gap: 70px;
    }
    .achievement-section-title {
        font-size: 28px;
    }
    .section_sub_title {
        font-size: 22px;
        line-height: 150%;
    }
    .comment {
        font-size: 16px;
        line-height: 1.5;
    }
    .cta p{
        font-size: 16px;
    }
    .menu-group {
        justify-content: space-around;
    }

    .cta h2 {
        font-size: 24px;
    }
    .explain {
        padding-inline: 20px;
    }
    .explain-text p {
        font-size: 20px;
    }
    .explain-text h4 {
        font-size: 24px;
        font-weight: 600;
    }
    .explain-item>h4 {
        font-size: 52px;
    }
    .menu-item img {
        width: 130px;
    }
    .menu .wrapper {
        padding-inline: 10px;
        padding-top: 20rem;
    }
    .menu-item p {
        font-size: 16px;
    }
    .menu-group {
        gap: 20px;
    }
    .contact .wrapper {
        padding-inline: 10px;
    }
    .reason-item {
        gap: 20px;
    }
}

.swiper-button-next:after {
    display: none;
}
.swiper-button-prev:after {
    display: none;
}
@media(max-width: 768px) {
    .explain-content {
        width: auto;
    }
    .explain {
        padding-inline: 5rem;
    }
    .define p{
        font-size: 16px;
        line-height: 1.5;
    }
    .define li {
        font-size: 16px;
        font-weight: 500;
    }
}
@media(max-width: 425px) {
    .explain {
        padding-inline: 20px;
    }
    .service-list img {
        width: 150px;
    }
}

#formMessage {
    font-size: 24px;
    color: #FFF;
}

@media(max-width: 768px) {
    #formMessage {
        font-size: 16px;
    }
}


/* プライバシーページ */

#main .privacy {
    color: #FFF;
    background-color: #0A193B;
    padding: 150px 0 80px 0;
    text-decoration: none;
}

.privacy .wrapper {
    width: 90%;
    max-width: 800px;
    margin: auto;
}

.privacy h1 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 50px;
    font-weight: bold;
}

.privacy h1,
.privacy h2,
.privacy p,
.privacy li {
    line-height: 1.8;
}

.privacy h2 {
    text-align: left;
    font-size: 24px;
    margin: 40px 0 20px 0;
    border-left: 5px solid #FFF;
    padding-left: 10px;
}

.privacy p,
.privacy li {
    font-size: 16px;
}

.privacy p {
    margin: 20px 0;
}

.privacy ul {
    margin: 20px 0;
}

.privacy li {
    padding-left: 16px;
    position: relative;
}

.privacy li::before {
    position: absolute;
    content: "・";
    top: 0;
    left: 0;
    font-size: 16px;
    margin: auto;
}

@media(max-width: 768px) {
    #main .privacy {
        padding: 100px 0 80px 0;
    }
    .privacy h1 {
        font-size: 24px;
    }
    .privacy h2 {
        font-size: 20px;
    }
}