@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");

a {
    text-decoration: none;
    transition: 0.4s;
    color: inherit;
}

a:hover {
    opacity: 0.6;
    transition: 0.15s ease-in;
}

img {
    width: 100%;
}

input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    max-width: 100%;
    border-radius: 0;
    outline: none;
    border: none;
    cursor: pointer;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=text] {
    font-size: 16px;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

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

body {
    -webkit-overflow-scrolling: touch;
    font-feature-settings: "palt";
    /* 状況に応じて入れる */
    -ms-word-break: break-all;
    word-break: break-all;
    /* 英語サイトは下記 */
    -ms-word-break: break-word;
    word-break: break-word;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    color: #2A2A2A;
    letter-spacing: 0.06em;
}

@media (min-width: 769px) {
    body {
        min-width: 1100px;
    }
}

.body_wrap {
    overflow-x: hidden;
}

.contents_inner {
    max-width: 912px;
    margin: auto;
}

@media (max-width: 769px) {
    .contents_inner {
        padding: 0 15px;
    }
}

.header_inner {
    background: #FFFFFF;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #4BC262;
}

@media (max-width: 769px) {
    .header_inner {
        height: 45px;
        border-bottom: 0;
    }
}

.header_inner img {
    width: 140px;
}

@media (max-width: 769px) {
    .header_inner img {
        width: 64px;
    }
}

.page-ttl {
    height: 180px;
    background: #F8F8F8;
}

@media (max-width: 769px) {
    .page-ttl {
        height: 120px;
        margin-top: 2px;
    }
}

.page-ttl .title-wrap {
    text-align: center;
    padding-top: 60px;
}

@media (max-width: 769px) {
    .page-ttl .title-wrap {
        padding-top: 34px;
    }
}

.page-ttl .title-wrap .ttl-en {
    font-family: 'Roboto', sans-serif;
    color: #4BC262;
    font-size: 42px;
    font-weight: bold;
}

@media (max-width: 769px) {
    .page-ttl .title-wrap .ttl-en {
        font-size: 30px;
    }
}

.page-ttl .title-wrap .ttl-ja {
    color: #2A2A2A;
    font-size: 16px;
    margin-top: 15px;
    letter-spacing: 0.2rem;
}

@media (max-width: 769px) {
    .page-ttl .title-wrap .ttl-ja {
        font-size: 14px;
        margin-top: 10px;
    }
}

.error_box {
    color: #E80000;
    font-size: 14px;
    letter-spacing: 0.1rem;
    line-height: 2em;
    margin-top: 34px;
}

@media (max-width: 769px) {
    .error_box {
        font-size: 12px;
        margin-top: 20px;
    }
}

.form_flow {
    display: flex;
    justify-content: center;
    margin-top: 66px;
}

@media (max-width: 769px) {
    .form_flow {
        margin-top: 46px;
    }
}

.form_flow_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 42px;
}

@media (max-width: 769px) {
    .form_flow_item {
        margin: 0 26px;
    }
}

.form_flow_item:last-child .form_flow_num:before {
    content: none;
}

.form_flow_num {
    background: #D8D8D8;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    position: relative;
}

.form_flow_num:before {
    content: '';
    width: 62px;
    height: 1px;
    left: 43px;
    background: #D8D8D8;
    position: absolute;
}

@media (max-width: 769px) {
    .form_flow_num:before {
        width: 30px;
    }
}

.form_flow_num.current {
    background: #4BC262;
}

.form_flow_num.current:after {
    content: '';
    width: 47px;
    height: 47px;
    background: rgba(75, 194, 98, 0.2);
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    z-index: -1;
}

.form_flow_num.entered {
    background: #4BC262;
}

.form_flow_txt {
    font-size: 10px;
    margin-top: 10px;
}

.select_box {
    position: relative;
    margin-right: 14px;
}

.select_box:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 5px 0 5px;
    border-color: #8d8d8d transparent transparent transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
}

.select_box_btn {
    background: #FFFFFF;
    color: #8D8D8D;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    font-size: 14px;
    width: 194px;
    height: 56px;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    padding: 18px;
}

.radio-input {
    display: none;
}

.radio-input+label {
    padding-left: 32px;
    margin-right: 15px;
    position: relative;
}

@media (max-width: 769px) {
    .radio-input+label {
        width: 100%;
        margin-bottom: 20px;
    }
}

.radio-input+label:hover {
    cursor: pointer;
}

.radio-input+label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 22px;
    height: 22px;
    border: 1px solid #D8D8D8;
    border-radius: 50%;
    box-sizing: border-box;
}

.radio-input:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
    width: 12px;
    height: 12px;
    background: #4BC262;
    border-radius: 50%;
}

textarea {
    resize: vertical;
    padding: 10px;
    box-sizing: border-box;
}

.form_list {
    margin-top: 34px;
}

.form_list_item {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

@media (max-width: 769px) {
    .form_list_item {
        margin-top: 34px;
    }
}

.form_list_item .label_ttl {
    width: 100%;
    font-size: 14px;
}

@media (min-width: 769px) {
    .form_list_item .label_ttl {
        width: 210px;
        height: 56px;
        line-height: 56px;
    }
}

.form_list_item .input_box {
    font-size: 14px;
    display: flex;
    align-items: center;
    flex: 1;
    width: 100%;
}

@media (max-width: 769px) {
    .form_list_item .input_box {
        width: 100%;
        margin-top: 13px;
    }
}

.form_list_item .input_box .inputs {
    background: #F8F8F8;
    border: 1px solid #F0F0F0;
    border-radius: 4px;
    padding: 18px;
    flex: 1;
    width: 100%;
    font-size: 14px;
}

.form_list_item .input_box .inputs::-moz-placeholder {
    color: #8D8D8D;
}

.form_list_item .input_box .inputs:-ms-input-placeholder {
    color: #8D8D8D;
}

.form_list_item .input_box .inputs::placeholder {
    color: #8D8D8D;
}

.form_list_item .input_box .inputs:-ms-input-placeholder {
    color: #8D8D8D;
}

.form_list_item .input_box .inputs::-ms-input-placeholder {
    color: #8D8D8D;
}

@media (max-width: 769px) {
    .form_list_item .input_box .inputs {
        font-size: 12px;
        line-height: 2;
    }
}

@media (max-width: 769px) {
    .form_name .input_box {
        justify-content: space-between;
    }
}

.form_name .input_box_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

@media (max-width: 769px) {
    .form_name .input_box_item {
        width: calc(50% - 5px);
    }
}

.form_name .input_box_item .input_ttl {
    width: 40px;
}

@media (max-width: 769px) {
    .form_name .input_box_item .input_ttl {
        font-size: 12px;
        width: 100%;
    }
}

.form_name .input_box_item .inputs {
    width: 300px;
    height: 56px;
}

@media (max-width: 769px) {
    .form_name .input_box_item .inputs {
        width: auto;
        margin-top: 10px;
    }
}

.form_name .input_box_item .inputs.surname {
    margin-right: 20px;
}

.form_address .input_box_wrap {
    width: 100%;
    flex: 1;
}

.form_address .input_box_wrap .input_box {
    flex-wrap: wrap;
}

.form_address .input_box_wrap .input_box:not(:first-child) {
    margin-top: 20px;
}

.form_address .input_box_wrap .input_box .input_ttl {
    width: 110px;
}

@media (max-width: 769px) {
    .form_address .input_box_wrap .input_box .input_ttl {
        width: 100%;
        margin-bottom: 12px;
    }
}

@media (max-width: 769px) {
    .form_address .input_box_wrap .select_box {
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 769px) {
    .form_address .input_box_wrap .select_box_btn {
        width: 100%;
    }
}

.form_address .input_box_wrap .postal_code {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 769px) {
    .form_address .input_box_wrap .postal_code {
        width: 100%;
    }
}

.form_address .input_box_wrap .postal_code .inputs {
    width: 194px;
    flex: auto;
}

@media (max-width: 769px) {
    .form_address .input_box_wrap .postal_code .inputs {
        width: calc(100% / 2 - 15px);
    }
}

.form_address .input_box_wrap .postal_code span {
    margin: 0 9px;
}

@media (max-width: 769px) {
    .form_tel {
        margin-top: 50px;
    }
}

.form_age .input_box .age_inputs {
    flex: none;
    width: 80px;
    background: #FFF;
    margin-right: 15px;
}

@media (min-width: 769px) {
    .form_gender {
        margin-top: 14px;
    }
}

.form_gender .radio {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.form_text {
    margin-top: 10px;
}

.form_text textarea {
    min-height: 200px;
}

@media (max-width: 769px) {
    .form_text textarea {
        min-height: 130px;
    }
}

.about_privacy {
    border: 1px solid #D8D8D8;
    margin-top: 60px;
}

@media (max-width: 769px) {
    .about_privacy {
        margin-top: 45px;
    }
}

.about_privacy_inner {
    padding: 37px 50px 43px 37px;
}

@media (max-width: 769px) {
    .about_privacy_inner {
        padding: 30px;
    }
}

.about_privacy_ttl {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 13px;
}

@media (max-width: 769px) {
    .about_privacy_ttl {
        font-size: 14px;
        margin-bottom: 5px;
    }
}

.about_privacy_list {
    padding-left: 7px;
}

.about_privacy_list li {
    padding-left: 1em;
    text-indent: -1.5em;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0.1rem;
}

@media (max-width: 769px) {
    .about_privacy_list li {
        font-size: 12px;
    }
}

.about_privacy_list li span {
    margin-right: 6px;
}

.attention {
    margin-top: 33px;
}

@media (max-width: 769px) {
    .attention {
        margin-top: 30px;
    }
}

.attention_list li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 14px;
    font-weight: bold;
    line-height: 2em;
    letter-spacing: 0.1rem;
}

.note {
    border: 1px solid #D8D8D8;
    margin: 34px auto 40px;
}

@media (max-width: 769px) {
    .note {
        margin: 30px auto 40px;
    }
}

.note_inner {
    padding: 40px 40px 32px;
}

@media (max-width: 769px) {
    .note_inner {
        padding: 30px 30px 20px;
    }
}

.note_ttl {
    font-size: 16px;
    font-weight: bold;
}

@media (max-width: 769px) {
    .note_ttl {
        font-size: 14px;
    }
}

.note_txt {
    font-size: 14px;
    line-height: 2em;
    margin-top: 16px;
    letter-spacing: 0.1rem;
}

@media (max-width: 769px) {
    .note_txt {
        font-size: 12px;
    }
}

.green-btn {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #4bc262;
    width: 280px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #4bc262;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
}

@media (max-width: 769px) {
    .green-btn {
        font-size: 14px;
        margin: 0 auto;
    }
}

.green-btn-arrow {
    position: relative;
}

.green-btn-arrow:before,
.green-btn-arrow:after {
    position: absolute;
    content: '';
    transition: .5s;
}

.green-btn-arrow:before {
    width: 15px;
    height: 1px;
    background: #4BC262;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.green-btn-arrow:after {
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: 1px solid #4BC262;
    border-right: 1px solid #4BC262;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.green-btn-arrow.more:before {
    right: 14px;
}

.green-btn-arrow.more:after {
    transform: rotate(45deg);
    right: 15px;
}

.green-btn-arrow.back:before {
    left: 14px;
}

.green-btn-arrow.back:after {
    transform: rotate(225deg);
    left: 15px;
}

.form_btn {
    position: relative;
    text-align: center;
}

.form_btn_item {
    display: inline-block;
}

.form_btn .submit_confirm {
    background: none;
    transition: 0.4s;
}

.form_btn .submit_confirm:hover {
    background: #EAFFEE;
    opacity: 1;
}

.footer {
    background-color: #4BC262;
    padding: 55px 0 20px;
    margin-top: 60px;
}

@media (max-width: 769px) {
    .footer {
        padding: 33px 0 20px;
    }
}

.footer__area {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.06em;
    color: #fff;
    max-width: 1100px;
    margin: auto;
}

@media (max-width: 769px) {
    .footer__area {
        font-size: 12px;
    }
}

.footer__area-logo {
    max-width: 140px;
    width: 100%;
    margin: auto;
}

@media (max-width: 769px) {
    .footer__area-logo {
        max-width: 110px;
    }
}

.footer__area-logo a {
    display: block;
    transform: translateX(6px);
}

.footer__area-sns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.footer__area-sns a {
    display: inline-block;
    width: 34px;
    margin-right: 10px;
}

.footer__area-sns a:last-child {
    margin-right: 0;
}

.footer__area-address {
    margin-top: 20px;
}

.footer__area-tel {
    margin-top: 15px;
}

@media (min-width: 769px) {
    .footer__area-tel {
        border-bottom: 2px solid #39AA4F;
        padding-bottom: 39px;
    }
}

@media (max-width: 769px) {
    .footer__area-tel {
        margin-top: 2px;
        line-height: 1.6em;
    }
}

.footer .copyright {
    color: #C4EAC3;
    margin-top: 20px;
    font-size: 10px;
}

/*- page-top ---------*/
#pagetop {
    width: 60px;
    height: 60px;
    background: #FFF;
    border-radius: 50%;
    position: fixed;
    display: block;
    bottom: 50px;
    right: 20px;
    z-index: 1;
}

@media (max-width: 769px) {
    #pagetop {
        width: 45px;
        height: 45px;
        right: 10px;
    }
}

#pagetop:before {
    content: '';
    width: 1px;
    height: 16px;
    background: #4BC262;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#pagetop:after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: 1px solid #4BC262;
    border-right: 1px solid #4BC262;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@media (max-width: 769px) {
    .pc-visible {
        display: none !important;
    }
}

@media (min-width: 769px) {
    .sp-visible {
        display: none !important;
    }
}

.red {
    color: #E80000;
}