@charset "UTF-8";
.main_wrap {
    padding: 80px 0;
    background: #94c2ff
}
.about2_wrap, .h_form_wrap, .inquiry_wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px;
    padding-top: 40px;
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    margin-bottom: 60px
}
.h_form_wrap {
    margin-bottom: 0
}
.inquiry-txt {
    margin-top: 30px;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    line-height: 2
}
.inquiry-txt span {
    color: #2062e6;
    font-size: 22px;
    background: linear-gradient(transparent 75%, #fff600 75%)
}
.sec-ttl {
    position: relative;
    line-height: 1;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    z-index: 1;
    padding-top: 30px;
    margin-bottom: 40px
}
.sec-ttl::before {
    width: 300px;
    height: 50px;
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    opacity: .3
}
.sec-ttl.is-recruit::before {
    background: url(../svg/inq_recruit_ttl.svg) no-repeat center/auto 100%
}
.sec-ttl.is-merit::before {
    background: url(../svg/inq_merit_ttl.svg) no-repeat center/auto 100%
}
.sec-ttl.is-form::before {
    background: url(../svg/inq_form_ttl.svg) no-repeat center/auto 100%
}
.feature_lst li {
    position: relative;
    width: 32%;
    box-sizing: border-box
}
.featureDtl_wrap {
    display: block
}
.feature_img {
    width: 100%;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}
.feature_img img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}
.form_flx_in {
    margin-bottom: 20px
}
.form_flx_in:last-of-type {
    margin-bottom: 0
}
.feature_dl {
    margin-top: 20px
}
.feature_dl dt {
    font-size: 18px;
    color: #2062e6;
    font-weight: 700;
    line-height: 1.5;
    text-align: center
}
.feature_dl dd {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    text-align: justify;
    margin-top: 10px
}
.form_dtl {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d2d2d2
}
.form_dtl:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}
.form_dtl dt {
    position: relative;
    width: 100%;
    max-width: 280px;
    font-weight: 700
}
.form_dtl dt span.is-his, .form_dtl dt span.is-nin {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 40px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #2062e6;
    box-sizing: border-box
}
.form_dtl dt span.is-nin {
    background: #afafaf;
}
.form_dtl dd {
    width: calc(100% - 280px);
    padding-left: 50px;
    box-sizing: border-box
}
.formDtl_lst li {
    margin-top: 20px
}
.formDtl_lst li:first-child {
    margin-top: 0
}
input, select, textarea {
    font-family: "Noto Sans", "Noto Sans CJK JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif
}
input[name=email], input[type=tel], input[type=text], input[type=url] {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #eeedec;
    box-sizing: border-box;
    border-radius: 5px
}
.h_form_wrap input[type=email], .h_form_wrap input[type=text] {
    width: 400px
}
.h_form_wrap input[type=tel] {
    width: 300px
}
.h_form_wrap input[type=checkbox]:checked + label::before {
    border: 2px solid #2062e6;
    background: #DFEDFF
}
.h_form_wrap input[type=checkbox]:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 7px;
    width: 7px;
    height: 13px;
    transform: rotate(40deg);
    border-bottom: 4px solid #2062e6;
    border-right: 4px solid #2062e6
}
.h_form_wrap input[type=checkbox] + label {
    position: relative;
    padding: 1px 0 2px 40px;
    cursor: pointer
}
.h_form_wrap input[type=checkbox] + label::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    border: solid #e8e8e8 2px;
    box-sizing: border-box;
    left: 0;
    top: 0
}
select {
    width: 200px;
    padding: 10px 20px;
    border: 1px solid #eeedec;
    background: #fff url(../img/select_arw.png) no-repeat center right 10px;
    background-size: 10px auto;
    border-radius: 5px;
    cursor: pointer
}
textarea {
    border: 1px solid #eeedec;
    border-radius: 5px;
    padding: 15px;
    box-sizing: border-box
}
.error-txt {
    color: red;
    margin-top: 10px;
    font-weight: 700
}
.form-txt {
    font-size: 18px;
    line-height: 2;
    text-align: center;
    margin-bottom: 30px
}
.end_wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px;
    padding-top: 40px;
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
}
.end-ttl {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-top: 130px;
    margin-bottom: 20px;
}
.end-ttl:after {
    position: absolute;
    content: "";
    background: url(../svg/end.svg) no-repeat center center / auto 100%;
    width: 100px;
    height: 100px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}
.end-txt {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin-bottom: 30px;
}
@media (min-width:896px) {
    .form_dtl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: baseline
    }
    .form_dtl.ver2 {
        align-items: flex-start
    }
    .feature_lst {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .form_btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .form-btn {
        width: 370px;
        height: 76px
    }
    .form_btn a {
        font-size: 16px;
        padding-right: 32px;
        box-sizing: border-box
    }
    .form_btn a span.free {
        font-size: 16px
    }
    .form_btn.end a {
        font-size: 24px;
        padding-right: 0;
    }
}
@media only screen and (max-width:896px) {
    .main_wrap {
        padding: 40px 10px;
    }
    .about2_wrap, .h_form_wrap, .inquiry_wrap {
        padding: 30px 15px;
        padding-top: 20px;
        border-radius: 10px;
        margin-bottom: 30px
    }
    .h_form_wrap {
        margin-bottom: 0;
    }
    .inquiry-txt {
        font-size: 14px;
        box-sizing: border-box;
        margin-top: 0
    }
    .inquiry-txt span {
        font-size: 17px
    }
    .sec-ttl {
        line-height: 1.5;
        font-size: 18px;
        margin-bottom: 20px;
        padding-top: 16px
    }
    .sec-ttl::before {
        width: 200px;
        height: 36px;
    }
    .feature_lst li {
        width: 100%;
        margin-bottom: 20px;
    }
    .feature_lst li:last-child {
        margin-bottom: 0;
    }
    .feature_img {
        border-radius: 6px;
    }
    .feature_img img {
        width: 100%;
        height: 120px;
        object-fit: cover;
    }
    form {
        padding: 0;
        background: #fff;
    }
    .form_flx_in {
        margin-bottom: 10px
    }
    .feature_dl {
        margin-top: 12px
    }
    .feature_dl dt {
        font-size: 16px;
        line-height: 1.4;
        text-align: left
    }
    .feature_dl dd {
        font-size: 14px;
        line-height: 1.6;
        margin-top: 10px
    }
    .h_form_in {
        width: 100%;
        margin: 0;
    }
    .h_form_wrap input[type=email], .h_form_wrap input[type=text] {
        width: 100%
    }
    .h_form_wrap input[type=tel] {
        width: 100%
    }
    .form-ttl {
        font-size: 24px;
        margin-bottom: 20px
    }
    .form_dtl {
        margin-bottom: 20px;
        padding-bottom: 20px
    }
    .form_dtl dt {
        width: auto;
        max-width: inherit;
        font-size: 14px;
        margin-bottom: 15px
    }
    .form_dtl dt span.is-his, .form_dtl dt span.is-nin {
        font-size: 12px;
    }
    .form_dtl dd {
        width: 100%;
        padding-left: 0
    }
    .h_form_wrap input[type=checkbox] + label::before {
        width: 18px;
        height: 18px
    }
    .h_form_wrap input[type=checkbox]:checked + label::after {
        top: 2px;
        left: 5px;
        width: 5px;
        height: 9px;
        border-bottom: 3px solid #2062e6;
        border-right: 3px solid #2062e6
    }
    .h_form_wrap input[type=checkbox] + label {
        padding: 0 0 0 25px;
        display: block
    }
    .formDtl_lst li {
        margin-top: 17px
    }
    textarea {
        padding: 10px
    }
    .form-btn {
        width: 100%;
        height: 60px
    }
    .form-txt {
        font-size: 14px;
        margin-bottom: 20px;
        text-align: left
    }
    .form_btn a {
        font-size: 14px;
        line-height: 1.4;
        padding-right: 24px;
        box-sizing: border-box;
        height: 60px;
    }
    .form_btn a span.free {
        font-size: 14px
    }
    .end_wrap {
        padding: 30px 15px;
        padding-top: 20px;
        border-radius: 10px;
    }
    .end-ttl {
        font-size: 18px;
        padding-top: 100px;
        margin-bottom: 20px;
    }
    .end-ttl:after {
        width: 80px;
        height: 80px;
    }
    .end-txt {
        font-size: 14px;
        line-height: 1.8;
        text-align: left;
        margin-bottom: 20px;
    }
    .form_btn.end a {
        font-size: 16px;
        padding-right: 0;
    }
}
@media only screen and (max-width:374px) {
    .inquiry-txt {
        font-size: 12px
    }
    .inquiry-txt span {
        font-size: 15px
    }
    .end-ttl {
        font-size: 16px;
    }
}
