@charset "utf-8";

#contents {
	width: 100%;
	padding-bottom: 0;
    background-color: #fff;
}
.l-contents {
    padding: 75px 0 110px;
}
.l-contents * {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #000;
}
.pg__inner {
    width: 1000px;
    margin: 0 auto;
}
/*---------------------------------------------------

-----------------------------------------------------*/
.main__ttl {
    font-family: 'Noto Serif JP', serif;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 45px;
    text-align: center;
}
.form__flow {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 17px;
}
.form__flow__item {
    position: relative;
    font-size: 12px;
    width: 32px;
    display: flex;
    gap: 2px;
    align-items: center;
    flex-direction: column;
    counter-increment: num;
    white-space: nowrap;
    color: #8F8F8F;
}
.form__flow__item.is-active {
    color: #000;
}

.form__flow__item:before {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    content: counter(num,decimal-leading-zero);
    width: 32px;
    height: 32px;
    background-color: #EEE;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8F8F8F;
    font-size: 14px;
    line-height: 1.1;
}
.form__flow__item.is-active:before {
    background-color: #0D2540;
    color: #fff;
}
.form__flow__item:not(:last-child):after {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #EEE;
    position: absolute;
    top: 14px;
    left: 32px;
}

/*---------------------------------------------------

-----------------------------------------------------*/
.form__contents {
    position: relative;
    border: 1px solid #E9E9E9;
    background-color: #FBFBFB;
    padding: 53px 100px 60px 100px;
}
.form__wrap {
    position: relative;
    z-index: 0;
}
.form__wrap:after {
    content: '';
    background: url(../images/contact__text.webp);
    width: 122px;
    height: 454px;
    position: absolute;
    right: -100px;
    top: -93px;
    z-index: -1;
}

.form__inner {
    padding: 37px 0 40px;
}
.form__inner:not(:last-child) {
    border-bottom: 1px solid #E9E9E9;
}
.form__inner:first-child {
    padding-top: 0;
}
.form__inner:last-child {
    padding-bottom: 0;
}
.form__inner.form__inner__last {
    border-bottom: none;
}

.form__contents__ttl {
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 25px;
}

.contact__form__wrap {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.form__box {
    display: flex;
    gap: 0 10px;
}
.form__box__ttl {
    padding: 8px 0;
    position: relative;
    width: 184px;
    line-height: 1.6;
}
    .form__box__ttl__category {
        line-height: 1.9;
    }
.form__box__multiple .form__box__ttl {
    padding-top: 11px;
}
.form__box__multiple .form__box__ttl span.required-label {
    top: 15px;
}
    .form__box__ttl span.required-label {
        position: absolute;
        top: 12px;
        right: 0;
        width: 36px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 12px;
        border-radius: 2px;
        background-color: #D35151;
        padding-bottom: 2px;
    }
.form__box__text {
    position: relative;
    width: 606px;
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="date"]{
    height: 39px;
    padding: 6px 15px;
    border-radius: 2px;
    border: 1px solid #E9E9E9;
    font-weight: 300;
}
.form__contents textarea {
    background-color: #fff;
    padding: 14px 15px;
    border-radius: 2px;
    border: 1px solid #e9e9e9;
    height: 228px;
}
.form--check label,
.form--radio label {
    display: block;
    width: 260px;
    background-color: #fff;
    border: 1px solid #E9E9E9;
    padding: 7px 15px;
    cursor: pointer;
    height: 39px;
}
.form--check br,
.form--radio br {
    display: none;
}
.form--check .privacypolicy__text br {
    display: block;
}
.form--check label:not(:last-child),
.form--radio label:not(:last-child) {
    margin-bottom: 6px;
}
.form--radio label:nth-of-type(4) {
    width: 134px;
    display: inline-block;
    margin-bottom: 0;
}
.form--check02 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 5px;
}
.form--check.form--check02 label {
    margin-bottom: 0;
}
.form__box__ttl span.ttl-attention {
    color: #8F8F8F;
    font-size: 12px;
    position: absolute;
    top: 43px;
}

#hopetime {
    width: 467px;
    background: #F5F5F5;
}
.privacypolicy__text__wrap {
    overflow: hidden;
    border: 1px solid #E9E9E9;
    background-color: #fff;
    border-radius: 2px;
    padding: 14px 15px;
    margin-bottom: 10px;
}
.privacypolicy__text__inner {
    width: 560px;
    max-height: 160px;
}
.privacypolicy__text {
    font-size: 12px;
    line-height: 1.7;
}
.privacypolicy__text:not(:last-child) {
    margin-bottom: 21px;
}
    .form__contents .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
        top: 0;
        bottom: 0;
        opacity: 1;
        background: #0D2540;
        width: 3px;
        left: 0;
        border-radius: 9999px;
    }
    .form__contents .simplebar-scrollbar:before {
        background: #0D2540;
        opacity: 1;
    }
    .form__contents .simplebar-track.simplebar-vertical {
        right: -15px;
        background-color: #E9E9E9;
        border-radius: 50px;
        width: 3px;
    }

input[type="radio"],
input[type="checkbox"] {
    min-width: 24px;
    height: 24px;
    margin-right: 10px;
    border: 1px solid #E9E9E9;
}
input[type="radio"]:checked {
    background-image: url(../images/bt_radio_on.svg);
}
input[type="checkbox"]:checked {
    background-image: url(../images/img_check_on.svg);
}

.send__btn {
    width: 300px;
    height: 60px;
    display: flex!important;
    justify-content: center;
    align-items: center;
    margin: 10px 250px;
    background-color: #0D2540;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    position: relative;
}

/*----------------*/
.contactmethod-1formError.parentFormcontactForm.formError {
    position: absolute;
    top: 130px;
    left: 0;
}
.hopedaily-1formError.parentFormcontactForm.formError {
    position: absolute;
    top: 175px;
    left: 0;
}
.contactcategory-1formError.parentFormcontactForm.formError {
    position: absolute;
    top: 173px;
    left: 0;
}
.privacypolicy-1formError.parentFormcontactForm.formError {
    position: absolute;
    top: 240px;
    left: 0;
}
.form__inner__last .form--check label {
    width: 134px;
}