@charset "UTF-8";
.c-mv_in {
    padding-bottom: 60px;
}
.l_cont.is-ver2 {
    margin: 0;
    padding: 0 0 100px;
    background: #f4f6f7;
}
.c-mainMv-ttl {
    font-size: 32px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    text-align: left;
    margin-bottom: 30px;
    line-height: 1;
}
.com_agttxt {
    font-size: 16px;
    line-height: 2;
    margin: 40px 0 0 0;
}
.com_ft90 {
    display: block;
    padding: 5px 0 0 0;
}
.btnin .inner {
    display: flex;
    justify-content: center;
}
.btn.is-apply .c-btn {
    margin: 0 auto;
}
.btn.is-contact {
    width: 300px;
    margin: 0 20px 0 0;
}
.btn.is-contact:last-child {
    margin: 0;
}
.connebx h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    margin: 0 0 34px 0;
}
.connein {
    display: flex;
    align-items: center;
    background: #fff;
}
.connebx dl {
    display: flex;
    justify-content: center;
    width: 50%;
    text-align: center;
    padding: 24px 0;
}
.connebx dt {
    font-size: 16px;
    margin: 0 20px 0 0;
}
.connebx p.tel {
    padding: 24px 0;
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #eef3f6;
}
.connein a {
    font-size: 16px;
    color: #000;
}
.com_fmbox {
    padding: 80px 80px 73px;
    background: #fff;
    margin: 0 0 50px 0;
    border-radius: 16px;
}
.com_fmbox.is-ver2 {
    margin: 0;
}
.contactTable {
    width: 100%;
}
.contactTable th {
    padding: 30px 0;
    font-size: 16px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    width: 280px;
    border-bottom: 1px solid #E6E6E6;
}
.contactTable th.top {
    vertical-align: top;
    padding-top: 45px;
}
.contactTable td {
    padding: 30px 0;
    padding-left: 20px;
    font-size: 16px;
    border-bottom: 1px solid #E6E6E6;
}
.contactTable tr:first-child th,
.contactTable tr:first-child td {
    padding-top: 0;
}
.contactTable .contactName {
    display: inline-flex;
    align-items: center;
    width: calc(50% - 10px);
    margin: 0 15px 0 0;
}
.contactTable .contactName:nth-of-type(2) {
    margin: 0;
}
.contactTable .contactName input {
    width: 100%;
    margin: 0 0 0 10px;
}
.contactTable .kiyakubox {
    display: inline-block;
    height: 200px;
    overflow-y: scroll;
    border: 1px solid #e1e6ea;
    margin: 0 0 10px 0;
    padding: 20px;
}

input[type="date"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="url"] {
    height: 56px;
    background: #F3F6F5;
    font-size: 16px;
    line-height: 1.6;
    padding: 0 20px;
    border-radius: 8px;
    border: none;
    box-shadow: none;
    box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
    display: none;
}
textarea {
    display: block;
    background: #F3F6F5;
    font-size: 16px;
    line-height: 1.6;
    padding: 20px;
    border-radius: 8px;
    height: 160px;
    width: 100%;
    max-width: 395px;
}
select {
    border: none;
    background: #F3F6F5 url(../svg/arw_down_blk.svg) no-repeat right 20px center;
    background-size: 14px auto;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.6;
    height: 56px;
    box-sizing: border-box;
    padding: 0 20px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: #000;
    box-shadow: none;
}
input[type=checkbox] + label {
    position: relative;
    padding-left: 34px;
    margin-right: 40px;
    font-size: 16px;
    line-height: 1.6;
    cursor: pointer;
}
input[type=checkbox] + label::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 24px;
    height: 24px;
    border: solid 1px #222;
    left: 0;
    border-radius: 4px;
    box-sizing: border-box;
    top: 50%;
    margin-top: -12px;
}
input[type=checkbox]:checked + label::before {
    background: #222;
}
input[type=checkbox]:checked + label::after {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 7px;
    width: 7px;
    height: 12px;
    margin: -10px 0 0 0;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}
.is-wid01 {
    width: 210px;
}
.is-wid02 {
    width: 140px;
}
.is-wid03 {
    width: 350px;
}
.is-wid04 {
    width: 180px;
}
.is-wid05 {
    width: 120px;
}
.is-wid06 {
    width: 270px !important;
}

.itemTtl {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.itemTag {
    font-size: 12px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    line-height: 1;
    padding: 6px 7px;
    margin: 0 0 0 8px;
    color: #E82C64;
    border-radius: 8px;
    word-break: keep-all;
}
.itemTag.is-req {
    border: 1px solid #E82C64;
}
.itemTag.is-any {
    display: none;
}
.errortxt {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    color: #E82C64;
    padding: 10px 0 0 0;
}
.com_endbx h2 {
    font-size: 18px;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    text-align: center;
    margin: 0 0 30px 0;
}
.applyEndBox {
    font-size: 16px;
    text-align: center;
}

.connein a:hover {
    color: #26a24c;
    text-decoration: underline;
}

.c-btn-s {
    font-size: 16px;
    margin-bottom: 40px;
    text-align: center;
}
.c-btn-s a {
    font-size: 16px;
    text-decoration: underline;
    text-underline-offset: 4px;
}
.c-btn-s input[type=checkbox] + label {
    padding-left: 39px;
    margin-right: 0;
}
/*20250826*/
.com_fmbox {
    margin-bottom: 20px;
    padding: 80px 0 88px 0;
    border-radius: 8px;
}
.contactTable {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    letter-spacing: .04em;
}
.contactTable th {
    width: 365px;
    font-size: 14px;
    line-height: 1.4;
    padding: 32px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}
.contactTable th.top {
    padding-top: 32px;
}
.contactTable td {
    font-size: 14px;
    padding: 32px 0;
    padding-left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}
.contactTable tr:first-child th,
.contactTable tr:first-child td {
    padding-top: 32px;
}
.itemTtl {
    justify-content: flex-start;
    position: relative;
}
.itemTtl-ttl {
    order: 2;
}
.itemTag {
    font-size: 10px;
    letter-spacing: .08em;
    padding: 6px 8px;
    margin: 0 8px 0 0;
    color: #fff;
    border-radius: 4px;
    order: 1;
}
.itemTag.is-req {
    border: none;
    background: #e66262;
}
.itemTag.is-any {
    display: block;
    background: rgba(0, 0, 0, .4);
}
.itemCk {
    display: none;
    order: 3;
    position: absolute;
    right: 104px;
    top: 50%;
    transform: translateY(-50%);
}
.itemCk.is-on {
    display: block;
}
.s-txt {
    position: relative;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    font-size: 12px;
    line-height: 160%;
    letter-spacing: .02em;
    margin-top: 10px;
    padding-left: 1em;
}
.s-txt span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
input[type=date],input[type=email],input[type=password],input[type=tel],input[type=text],input[type=url] {
    height: 40px;
    font-size: 14px;
    line-height: 1.6;
    box-shadow: none;
    padding: 0 12px;
    background: rgba(28,74,64,.04);
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 4px;
    box-sizing: border-box
}
input[type=date]:focus,input[type=email]:focus,input[type=password]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus {
    border: 1px solid #1C4A40
}
select {
    border: none;
    width: 100%;
    height: 40px;
    background: rgba(28, 74, 64, .04) url(../svg/arw_down_blk.svg) no-repeat right 16px center / 12px auto;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.6;
    box-sizing: border-box;
    padding: 0 44px 0 12px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: #3C3A38;
    box-shadow: none;
    transition: none;
}
select[name="title"] {
    height: 46px;
}
select:focus {
    border: 1px solid #1c4a40
}
select:has(option[value=""]:checked) {
    color: #75787e !important;
}
textarea {
    display: block;
    width: 100%;
    height: 160px;
    font-family: inherit;
    font-size: 14px;
    padding: 12px;
    background: #f3f6f5;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 4px;
    box-sizing: border-box
}
textarea.is-ver2 {
    height: 40px;
    padding: 8px 12px;
    border-radius: 4px;
    background: rgba(28, 74, 64, .04);
}
textarea:focus {
    border: 1px solid #1c4a40
}
.is-done {
    background-color: #fff !important;
}
.error {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 12px;
    line-height: 160%;
    letter-spacing: .02em;
    color: #e66262;
    clear: both;
    display: inline-block;
    margin: 10px 0 0 0;
    padding-left: 34px;
    position: relative
}
.error:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 8px;
    top: 1px;
    background: url(/cmn5/svg/error.svg) no-repeat center/100% auto;
    z-index: 1
}
.er select,
input.er,
textarea.er,
input[type=checkbox].er+label::before,
input[type=radio].er+label::before {
    background: rgba(230,98,98,.04);
    border-color: #e66262;
    color: #e66262
}
select.er {
    background: rgba(230,98,98,.04) url(../svg/arw_down_blk.svg) no-repeat right 16px center;
    background-size: 10px auto;
    border-color: #e66262;
    color: #e66262
}
.contactTable .contactName {
    width: calc(50% - 10px);
    margin: 0 12px 0 0;
}
.contactTable .contactName input {
    margin: 0;
}
.btn.b_or.is-apply {
    margin-top: 80px;
}
.c-btn-s {
    font-size: 12px;
    margin-bottom: 0;
}
.c-btn-s input[type=checkbox] + label {
    display: inline-block;
    width: 392px;
    margin-right: 0;
    padding: 18px 0 19px 30px;
    font-size: 12px;
    letter-spacing: 0.08em;
    background: #f6f8f8;
    transition: all .2s;
    box-sizing: border-box;
}
.c-btn-s a {
    font-size: 12px;
    text-underline-offset: 2px;
}
input[type=checkbox]+label::before {
    width: 22px;
    height: 22px;
    left: 50%;
    margin-top: -11px;
    margin-left: -115px;
}
input[type=checkbox]:checked+label::after {
    left: 50%;
    width: 6px;
    height: 11px;
    margin-top: -9px;
    margin-left: -108px;
}
::placeholder {
    color: rgba(0, 0, 0, 0.36);
}
.btn.is-apply .c-btn {
    max-width: 392px;
    margin-top: 24px;
    border-radius: 4px;
}
.c-btn.freeBtn2 a {
    letter-spacing: .04em;
    color: #fff;
    background: #1c4a40;
    border: 1px solid #1c4a40;
    border-radius: 4px;
}
.c-btn.freeBtn2 a .is-icn {
    padding-right: 0;
}
.c-btn.freeBtn2 a:after {
    content: none;
}
.btn.b_or.is-apply {
    text-align: center;
}
.other_wrap {
    display: none;
    margin-top: 18px;
}
.btnin .inner {
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
}
.btn.is-contact {
    width: 390px;
    margin: 0;
}
.c-btn.is-contact {
    max-width: 390px;
    border-radius: 4px;
}
.c-btn.freeBtn a {
    border-radius: 4px;
}
.c-btn a .is-icn {
    padding-right: 0;
}
.btn.is-back {
    text-align: left;
    margin-top: 32px;
}
.btn.is-contact:last-child {
    margin-top: 32px;
}
.c-btn.is-back {
    height: 40px;
}
.c-btn.is-back a {
    width: auto;
    display: inline-block;
    font-size: 14px;
    color: #222;
    letter-spacing: .04em;
    line-height: 40px;
    border: none;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    padding-left: 32px;
    padding-right: 18px;
    background: #fff url(../svg/icn_back2.svg) no-repeat center left 16px / auto 8px;
    border-radius: 4px;
}
@media (min-width: 767px) {
    .c-btn-s a:hover {
        text-decoration: none;
    }
    /*20250826*/
    input[type=date]:hover,
    input[type=email]:hover,
    input[type=password]:hover,
    input[type=tel]:hover,
    input[type=text]:hover,
    input[type=url]:hover,
    select:hover,
    textarea:hover {
        border: 1px solid #1C4A40;
        box-shadow: 0 0px 8px 0 rgba(28, 74, 64, .08);
    }
    #field_agree input[type=checkbox]+label:hover {
        background: #edf1f0;
    }
    .c-btn.freeBtn a:hover {
        box-shadow: 0 1px 4px rgba(0, 0, 0, .08), 0 4px 12px rgba(0, 0, 0, .08);
    }
    .c-btn.freeBtn2 a:hover {
        color: #fff;
        background: #133a31 !important;
        border-color: #133a31 !important;
        box-shadow: 0 1px 4px rgba(0, 0, 0, .08), 0 4px 12px rgba(0, 0, 0, .08);
    }
    .c-btn.is-back a:hover {
        color: #222;
        background: #dbdddd url(../svg/icn_back3.svg) no-repeat center left 16px / auto 8px;
    }
}
@media (max-width: 767px) {
    .c-mv_in {
        padding-bottom: 40px;
    }
    .l_cont.is-ver2 {
        padding: 0 20px 60px;
    }
    .c-mainMv-ttl {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 30px;
    }
    .com_agttxt {
        font-size: 14px;
        margin: 30px 0 0 0;
        line-height: 2;
    }

    .btnin .inner {
        width: auto;
    }
    .btn.is-contact {
        margin: 0 10px 0 0;
    }
    .connebx h3 {
        font-size: 16px;
        line-height: 1.6;
        margin: 0 0 20px 0;
    }
    .connein {
        display: block;
        width: auto;
    }
    .connein img {
        width: 210px;
    }
    .connebx p.tel {
        width: 100%;
        border: none;
        border-bottom: 1px solid #eef3f6;
        padding: 20px;
    }
    .connebx dl {
        display: block;
        width: auto;
        padding: 20px;
        font-size: 12px;
    }
    .connebx dt {
        margin: 0;
    }
    .com_fmbox {
        padding: 40px 20px;
        margin: 0 0 40px 0;
        border-radius: 16px;
    }
    .com_fmbox.is-ver2 {
        margin: 0;
    }
    .contactTable th {
        width: 100%;
        display: block;
        font-size: 14px;
        padding: 0 0 10px 0;
        border: none;
    }
    .contactTable th.top {
        padding-top: 0;
    }
    .contactTable td {
        width: 100%;
        display: block;
        font-size: 14px;
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
    }
    .contactTable tr:first-child th {
        padding-top: 0;
    }
    .contactTable tr:last-child td {
        margin-bottom: 0;
    }
    .contactTable .contactName {
        display: inline-flex;
        align-items: center;
        width: calc(50% - 5px);
        margin: 0;
    }
    .contactTable .contactName:last-child {
        float: right;
    }
    .contactTable .contactName input {
        width: 90%;
    }
    .contactTable .kiyakubox {
        border-radius: 5px;
    }
    .contactTable tr:last-child td {
        padding-bottom: 0;
        border: none;
    }
    .itemTag {
        font-size: 12px;
    }

    input[type="date"],
    input[type="text"],
    input[type="tel"],
    input[type="email"],
    input[type="password"],
    input[type="url"] {
        height: 52px;
        padding: 0 15px;
        font-size: 14px;
        border-radius: 8px;
    }
    input[type="date"] {
        width: 100%;
    }
    textarea {
        font-size: 14px;
        height: 150px;
        max-width: inherit;
        padding: 15px 15px;
        border-radius: 8px;
    }
    select {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        height: 52px;
        padding: 0 44px 0 15px;
        border-radius: 8px;
        font-size: 14px;
        background: #F3F6F5 url(../svg/arw_down_blk.svg) no-repeat right 15px center;
        background-size: 14px auto;
    }

    .is-wid01 {
        width: 100%;
    }
    .is-wid02 {
        width: 100%;
    }
    .is-wid03 {
        width: 100%;
    }
    .is-wid06 {
        width: 100% !important;
    }

    .errortxt {
        font-size: 12px;
    }

    .com_endbx {
        font-size: 12px;
    }
    .com_endbx h2 {
        text-align: left;
        margin: 0 0 20px 0;
        font-size: 16px;
    }
    .applyEndBox {
        text-align: left;
        font-size: 14px;
    }
    /*20250826*/
    .com_fmbox {
        margin-bottom: 0;
        padding: 40px 20px;
    }
    .contactTable {
        max-width: none;
    }
    .contactTable th {
        width: 100%;
        font-size: 16px;
        padding: 0;
    }
    .contactTable td {
        margin: 0;
        padding: 16px 0 32px 0;
        border-bottom: none;
    }
    .contactTable tr:first-child th {
        padding-top: 0;
    }
    .contactTable tr:first-child td {
        padding-top: 16px;
    }
    .formbox_nw.is-ver2 .contactTable td {
        margin-bottom: 24px;
        padding-bottom: 24px;
        border-bottom: 1px solid rgba(0, 0, 0, .08);
    }
    .formbox_nw.is-ver2 .contactTable tr:last-child td {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    .itemTtl {
        align-items: flex-start;
        padding-right: 30px;
    }
    .formbox_nw.is-ver2 .itemTtl {
        padding-right: 0;
    }
    .itemTag {
        font-size: 10px;
    }
    .itemCk {
        right: 0;
    }
    .itemCk img {
        width: 22px;
        height: auto;
    }
    input[type=date],input[type=email],input[type=password],input[type=tel],input[type=text],input[type=url] {
        height: 48px;
        padding: 0 16px;
        border-radius: 4px;
    }
    select {
        height: 48px;
        border-radius: 4px;
        background: #F3F6F5 url(../svg/arw_down_blk.svg) no-repeat right 15px center;
        background-size: 12px auto;
    }
    select[name="title"] {
        height: 48px;
    }
    textarea {
        width: 100% !important;
        height: 170px;
        padding: 16px;
        border-radius: 4px;
    }
    .contactTable .contactName {
        width: 50%;
        margin: 0;
    }
    .contactTable .contactName input {
        width: 93%;
    }
    .btn.b_or.is-apply {
        margin-top: 48px;
    }
    .c-btn-s input[type=checkbox] + label {
        width: 100%;
        max-width: 375px;
        padding: 12px 0 13px 40px;
    }
    input[type=checkbox]+label::before {
        margin-left: -110px;
    }
    input[type=checkbox]:checked+label::after {
        margin-left: -103px;
    }
    .btn.is-apply .c-btn {
        max-width: 375px;
        height: 58px;
        margin-top: 20px;
    }
    .other_wrap {
        margin-top: 10px;
    }
    .btnin .inner {
        margin-top: 56px;
    }
    .btn.is-contact {
        width: 100%;
        max-width: 375px;
        margin: 0;
    }
    .c-btn.is-contact {
        max-width: 375px;
        height: 58px;
    }
    .btn.is-back {
        text-align: left;
        margin-top: 23px;
    }
    .btn.is-contact:last-child {
        margin-top: 23px;
    }
    .c-btn.is-back {
        height: 22px;
    }
    .c-btn.is-back a {
        line-height: 22px;
        padding-left: 16px;
        padding-right: 0;
        background: #fff url(../svg/icn_back2.svg) no-repeat center left 0 / auto 8px;
    }
}

@media (max-width: 374px) {
    .c-btn a {
        font-size: 12px;
    }
    .com_endbx h2 {
        font-size: 15px;
    }
}
