@charset "UTF-8";
body {
    background-color: #ffffff;
    font-family: 'Noto Sans JP', sans-serif;
    max-width: 745px;
    width: 100%;
    margin: 0 auto;
}
.container {
    max-width: 665px;
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 745px) {
    .container {
        width: 95%;
    }   
}
.marginBottom-20 {
    margin-bottom: 20px;
}
.marginBottom-30 {
    margin-bottom: 30px;
}
.marginBottom-40 {
    margin-bottom: 40px;
}
.marginBottom-48 {
    margin-bottom: 48px;
}
.marginBottom-60 {
    margin-bottom: 60px;
}
.fv {
    margin-bottom: 60px;
}
.voice {
    margin-bottom: 120px;
}
.reason {
    background-image: url('../img/content5_bg.png');
    background-position: left center;
    background-repeat: repeat;
    background-size: 16.1%;
    padding: 120px 0 100px;
}
/* ============ */
/*     cta      */
/* ============ */
.cta {
    position: relative;
}
.btn-wrap {
    max-width: 95%;
    width: 100%;  
    margin: 0 auto;
    position: absolute;
    top: 67%;
    left: 50%;
    transform: translate(-50%);
}
.btn1 {
    /* border-radius: 20px;
    background: linear-gradient(271deg, #6B53D3 41.44%, #55CDF0 100%);
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.30); */
    width: 100%;
    /* padding: 40px 0; */
    text-align: center;
    margin-bottom: 30px;
    cursor: pointer;
}
@media screen and (max-width: 745px) {
    .btn1 {
        /* border-radius: 2.68vw;
        padding: 5.36vw 0; */
        margin-bottom: 4.02vw;
    }
}
.btn1_link {
    border-radius: 20px;
    background: linear-gradient(271deg, #6B53D3 41.44%, #55CDF0 100%);
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.30);
    display: block;
    font-size: 3rem;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 0.1em;
    text-decoration: none;
    padding: 40px 0;
}
@media screen and (max-width: 745px) {
    .btn1_link {
        border-radius: 2.68vw;
        font-size: 6.44vw;
        padding: 5.36vw 0;
    }
}
.btn1_link:hover {
    background: #ffffff;
    border: 6px solid #6B53D3;
    padding: 34px 0;
}
@media screen and (max-width: 745px) {
    .btn1_link:hover {
        border: 0.80vw solid #6B53D3;
        padding: 4.56vw 0;
    }
}
@media screen and (max-width: 375px) {
    .btn1_link:hover {
        border: 3px solid #6B53D3;
    }
}
.btn1_link:hover {
    color: #6B53D3;
}
.btn2 {
    width: 100%;
    text-align: center; 
    cursor: pointer;   
}
.btn2_icon {
    display: inline-block;
    width: 11%;
    vertical-align: bottom;
    margin-right: 2%;
}
.btn2_link {
    display: block;
    border-radius: 20px;
    border: 6px solid #10BB36;
    background: #ffffff;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.30);
    font-size: 3rem;
    font-weight: bold;
    color: #10BB36;
    letter-spacing: 0.1em;
    text-decoration: none;
    padding: 40px 0;
}
@media screen and (max-width: 745px) {
    .btn2_link {
        border-radius: 2.68vw;
        border: 0.80vw solid #10BB36;
        font-size: 6.44vw;
        padding: 5.36vw 0;
    }
}
@media screen and (max-width: 375px) {
    .btn2_link {
        border: 3px solid #10BB36;
    }
}
.btn2:hover {
    opacity: 0.7;
}
/* ============ */
/*     form      */
/* ============ */
.form {
    padding: 80px 0;
}
.form_title {
    color: #001E67;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 88px;
}
@media screen and (max-width: 745px) {
    .form_title {
        font-size: 6.44vw;
        margin-bottom: 11.81vw;
    }   
}
.form_list {
    padding: 48px 0;
    border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 745px) {
    .form_list {
        padding: 6.44vw 0;
    }
}
.form_list_title {
    color: #222;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6;
    display: block;
}
@media screen and (max-width: 745px) {
    .form_list_title {
        font-size: 4.29vw;
    }
}
.span {
    border-radius: 10px;
    background: #7063B2;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    padding: 4px 10px;
    margin-left: 12px;
}
@media screen and (max-width: 745px) {
    .span {
        border-radius: 1.34vw;
        font-size: 3.22vw;
        padding: 0.53vw 1.34vw;
        margin-left: 1.61vw;
    }
}
label {
    margin-bottom: 10px;
}
@media screen and (max-width: 745px) {
    label {
        margin-bottom: 1.34vw;
    }
}
input, select {
    font-size: 24px;
    color: #222;
    border-radius: 4px;
    border: 1px solid rgba(34, 34, 34, 0.50);
    background: #FFF;
    height: 70px;
    width: 100%;
    padding: 8px 20px;
}
@media screen and (max-width: 745px) {
    input, select {
        font-size: 3.22vw;
        border-radius: 0.53vw;
        height: 9.39vw;
        padding: 1.07vw 2.68vw;
    }
}
textarea {
    font-size: 24px;
    color: #222;
    border-radius: 4px;
    border: 1px solid rgba(34, 34, 34, 0.50);
    background: #FFF;
    height: 300px;
    width: 100%;
    padding: 8px 20px;
}
@media screen and (max-width: 745px) {
    textarea {
        font-size: 3.22vw;
        border-radius: 0.53vw;
        height: 40.26vw;
        padding: 1.07vw 2.68vw;
    }
}
/* select arrow */
select {
    -webkit-appearance: none;
    appearance: none; /* デフォルトの矢印を無効 */
}
select::-ms-expand {
    display: none; /* デフォルトの矢印を無効(IE用) */
}
.select-wrap {
    width: 100%;
    position: relative;
}
.select-wrap::before {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    content: "";
    background-image: url('../img/select.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    pointer-events: none;
}
@media screen and (max-width: 745px) {
    .select-wrap::before {
        position: absolute;
        top: 50%;
        right: 2.68vw;
        transform: translateY(-50%);
        width: 4.02vw;
        height: 4.02vw;
    }
}
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
@media screen and (max-width: 745px) {
    .flex {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 2.68vw;
    }
}
.text {
    color: #666;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8;
}
@media screen and (max-width: 745px) {
    .text {
        font-size: 4.29vw;
    }
}
/* 上書きCSS */
.width-50 {
    width: 48%;
}
/* form buttom */
.button-wrap {
    padding-top: 60px;
}
button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
.button {
    font-size: 3rem;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 0.1em;
    text-decoration: none;
    border-radius: 20px;
    background: linear-gradient(271deg, #6B53D3 41.44%, #55CDF0 100%);
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.30);
    width: 100%;
    padding: 40px 0;
    text-align: center;
}
@media screen and (max-width: 745px) {
    .button {
        font-size: 6.44vw;
        border-radius: 2.68vw;
        padding: 5.36vw 0;
    }
}
.button:hover {
    color: #6B53D3;
    background: #ffffff;
    border: 6px solid #6B53D3;
    padding: 34px 0;
}
@media screen and (max-width: 745px) {
    .button:hover {
        border: 0.80vw solid #6B53D3;
        padding: 4.56vw 0;
    }
}
@media screen and (max-width: 375px) {
    .button:hover {
        border: 3px solid #6B53D3;
    }
}
/* ============ */
/*     footer      */
/* ============ */
.footer {
    padding: 20px 0;
}
.footer-text {
    color: #666;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6;
}
@media screen and (max-width: 745px) {
    .footer-text {
        font-size: 2.68vw;
    }
}
.error {
    font-size: 16px;
    display: block;
    padding-top: 8px;
    color: rgb(219, 16, 16);
}
@media screen and (max-width: 745px) {
    .error {
        font-size: 14px;
    }
}

/* ============ */
/*     thanksページ      */
/* ============ */
#thanks .main {
    text-align: center;
    margin: 100px 0;
}
#thanks .logo {
    color: #001E67;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;  
}
#thanks h1 {
    color: #001E67;
    font-size: 2rem;
    margin-bottom: 2rem;
}
#thanks p {
    color: #333;
    font-size: 1rem;
    margin-bottom: 2rem;
}
#thanks a {
    color: #333;
    font-size: 1rem;
    margin-bottom: 2rem;
}