@charset "UTF-8";
.c-wrap.is-ver2 {
    width: 89.8%;
    max-width: 1000px;
    margin: 0 auto;
}
.list-heading {
    font-size : 18px;
    line-height : 2;
    letter-spacing : 2.16px;
    color : #000000;
    position: relative;
    padding-left: 40px;
    font-weight: bold;
}
h3.list-heading {
    font-size : 16px;
    padding-left: 0;
}
.list-heading:before {
    content: '';
    display: block;
    width: 25px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 18px;
    background: #000000;
    z-index: 1;
}
h3.list-heading:before {
    display: none;
}
@media only screen and (max-width:640px) {
    .list-heading {
        font-size : 3.733vw;
        line-height : 1.6;
    }
    h3.list-heading {
        font-size : 3.4vw;
    }
    .list-heading:before {
        top: 3vw;
    }
}
/*terms*/
.terms-content {
    border-top: 1px solid #909090;
    padding-top: 30px;
    padding-bottom: 100px;
}
.terms-section,
.terms-section-box {
    margin-top: 80px;
}
.list-heading + .terms-text {
    margin-top: 40px;
}
.terms-text {
    font-size : 16px;
    line-height : 2;
    letter-spacing : 1.28px;
    color : #000000;
}
.terms-list {
    margin-top: 40px
}
.terms-item {
    padding-left: 1.6em;
    position: relative
}
.terms-item:not(:first-child) {
    margin-top: 8px
}
.terms-item:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #000000;
    position: absolute;
    top: 13px;
    left: 0;
}
@media only screen and (max-width:640px) {
    .terms-content {
        width: 90.624%;
        margin: 0 auto;
        padding-top: 6.933vw;
        padding-bottom: 21.333vw;
    }
    .terms-section,
    .terms-section-box {
        margin-top: 10.667vw;
    }
    .list-heading + .terms-text {
        margin-top: 5.333vw;
    }
    .terms-text {
        font-size : 3.2vw;
    }
    .terms-list {
        margin-top: 5.333vw;
    }
    .terms-item:not(:first-child) {
        margin-top: 1.6vw
    }
    .terms-item:before {
        width: 1.067vw;
        height: 1.067vw;
        top: 2.933vw;
    }
}
/*disclaimers*/
.disclaimers-content {
    border-top: 1px solid #909090;
    padding-top: 30px;
    padding-bottom: 100px;
}
.disclaimers-text {
    font-size : 16px;
    line-height : 2;
    letter-spacing : 1.28px;
    color : #000000;
}
.disclaimers-list {
    margin-top: 40px
}
.disclaimers-item {
    padding-left: 1.6em;
    position: relative
}
.disclaimers-item:not(:first-child) {
    margin-top: 8px
}
.disclaimers-item:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #000000;
    position: absolute;
    top: 13px;
    left: 0;
}
@media only screen and (max-width:640px) {
    .disclaimers-content {
        width: 90.624%;
        margin: 0 auto;
        padding-top: 6.933vw;
        padding-bottom: 21.333vw;
    }
    .disclaimers-text {
        font-size : 3.2vw;
    }
    .disclaimers-item:not(:first-child) {
        margin-top: 1.6vw
    }
    .disclaimers-item:before {
        width: 1.067vw;
        height: 1.067vw;
        top: 2.933vw;
    }
}
/*policy*/
.policy-content-wrap {
    border-top: 1px solid #909090;
    padding-top: 30px;
    padding-bottom: 100px;
}
.policy-content-section {
    border-top: 1px solid #909090;
    padding-top: 80px;
    margin-top: 80px;
}
.policy-content-lst {
    counter-reset: counter1;
}
.policy-content-item {
    margin-top: 80px;
}
.policy-content-box {
    margin-top: 60px;
}
.policy-content-ttl {
    font-size : 18px;
    line-height : 2;
    letter-spacing : 2.16px;
    color : #141F3F;
    font-weight: bold;
    position: relative;
    padding-left: 2em;
}
.policy-content-ttl:before {
    counter-increment: counter1;
    content: counter(counter1) ".";
    position: absolute;
    left: 0;
    top: 0;
}
.policy-content-section .policy-content-ttl {
    padding-left: 0;
}
.policy-content-section .policy-content-ttl:before {
    counter-increment: none;
    content: "";
}
.policy-content-ttl + .policy-content-txt {
    margin-top: 40px;
}
.policy-content-mds {
    font-size : 16px;
    line-height : 32px;
    letter-spacing : 1.92px;
    color : #141F3F;
    font-weight: bold;
}
.policy-content-mds + .policy-content-txt,
.policy-content-mds + .not_policy_list {
    margin-top: 20px;
}
.policy-content-txt {
    font-size : 16px;
    line-height : 2;
    letter-spacing : 1.92px;
    color : #141F3F;
    margin-top: 1.6em;
}
.policy-content-txt:first-child,
.policy-content-txt:only-child {
    margin-top: 0;
}
.policy-content-txt a {
    color: #192d8c;
    text-decoration: none;
}
.policy-content-btn-box {
    margin-top: 40px;
}
.policy-content-btn {
    max-width: 400px;
    margin-top: 40px;
}
.not_policy-outline {
    display: block;
    font-size : 16px;
    line-height : 32px;
    letter-spacing : 1.92px;
    color : #141F3F;
    font-weight: bold;
    margin-top: 40px;
}
.not_policy_list {
    margin-top: 20px;
}
.not_policy_list_number_ol {
    counter-reset: counter2;
}
.not_policy_list_number_ol_li {
    position: relative;
    padding-left: 2em;
    margin-top: 10px;
    font-size : 16px;
    line-height : 2;
    letter-spacing : 1.92px;
    color : #141F3F;
}
.not_policy_list_number_ol_li:has(.not_policy_list_roman) {
    margin-top: 20px;
}
.not_policy_list_number_ol_li:before {
    counter-increment: counter2;
    content: "(" counter(counter2) ")";
    position: absolute;
    left: 0;
    top: 0;
}
.not_policy_list_ol_abc {
    counter-reset: counter5;
}
.not_policy_list_li_abc {
    position: relative;
    padding-left: 2em;
    margin-top: 10px;
    font-size : 16px;
    line-height : 2;
    letter-spacing : 1.92px;
    color : #141F3F;
}
.not_policy_list_li_abc:has(.not_policy_list_roman) {
    margin-top: 20px;
}
.not_policy_list_li_abc:before {
    counter-increment: counter5;
    content: counter(counter5, lower-alpha) ". ";
    position: absolute;
    left: 0;
    top: 0;
}
.not_policy_list_roman {
    margin-top: 10px;
    counter-reset: counter3;
}
.not_policy_list_li_roman {
    position: relative;
    padding-left: 1.5em;
    margin-top: 6px;
    font-size : 16px;
    line-height : 2;
    letter-spacing : 1.92px;
    color : #141F3F;
}
.not_policy_list_li_roman:before {
    counter-increment: counter3;
    content: counter(counter3, lower-roman)".";
    position: absolute;
    left: 0;
    top: 0;
}
.policy-content-dotlist,
.policy-content-numberlist {
    margin: 40px 0;
    counter-reset: counter4;
}
.dot-item,
.number-item {
    padding-left: 1.6em;
    position: relative;
    font-size : 16px;
    line-height : 2;
    letter-spacing : 1.92px;
    color : #141F3F;
}
.dot-item:not(:first-child),
.number-item:not(:first-child) {
    margin-top: 8px
}
.dot-item:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #000000;
    position: absolute;
    top: 13px;
    left: 0;
}
.number-item:before {
    counter-increment: counter4;
    content: counter(counter4)".";
    position: absolute;
    left: 0;
    top: 0;
}
.not_policy_date {
    margin-top: 80px;
    text-align: right;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1.92px;
    color: #141F3F;
}
@media only screen and (min-width:640px) {
    .policy-content-txt a:hover {
        opacity: .8
    }
}
@media only screen and (max-width:640px) {
    .policy-content-wrap {
        width: 90.624%;
        margin: 0 auto;
        padding-top: 6.933vw;
        padding-bottom: 21.333vw;
    }
    .policy-content-section {
        padding-top: 10.667vw;
        margin-top: 10.667vw;
    }
    .policy-content-item {
        margin-top: 10.667vw;
    }
    .policy-content-box {
        margin-top: 10.667vw;
    }
    .policy-content-ttl {
        font-size : 4.267vw;
    }
    .policy-content-ttl + .policy-content-txt {
        margin-top: 5.333vw;
    }
    .policy-content-mds {
        font-size : 3.733vw;
    }
    .policy-content-mds + .policy-content-txt,
    .policy-content-mds + .not_policy_list {
        margin-top: 5.333vw;
    }
    .policy-content-txt {
        font-size : 3.2vw;
    }
    .policy-content-btn-box {
        margin-top: 5.333vw;
    }
    .policy-content-btn {
        max-width: 88vw;
        margin-top: 5.333vw;
    }
    .not_policy-outline {
        font-size : 3.2vw;
        margin-top: 5.333vw;
    }
    .not_policy_list {
        margin-top: 5.333vw;
    }
    .not_policy_list_li_abc {
        margin-top: 1.6vw;
        font-size : 3.2vw;
    }
    .not_policy_list_li_abc:has(.not_policy_list_roman) {
        margin-top: 5.333vw;
    }
    .not_policy_list_number_ol_li {
        margin-top: 1.6vw;
        font-size : 3.2vw;
    }
    .not_policy_list_number_ol_li:has(.not_policy_list_roman) {
        margin-top: 5.333vw;
    }
    .not_policy_list_roman {
        margin-top: 1.6vw;
    }
    .not_policy_list_li_roman {
        margin-top: 1.6vw;
        font-size : 3.2vw;
    }
    .policy-content-dotlist,
    .policy-content-numberlist {
        margin: 5.333vw 0;
    }
    .dot-item,
    .number-item {
        font-size : 3.2vw;
    }
    .dot-item:not(:first-child),
    .number-item:not(:first-child) {
        margin-top: 1.6vw
    }
    .dot-item:before {
        width: 1.067vw;
        height: 1.067vw;
        top: 2.933vw;
    }
    .not_policy_date {
        margin-top: 10.667vw;
        font-size: 3.2vw;
    }
}
/*404*/
.not-found_wrap {
    padding: 120px 0;
}
.not-found_wrap .en {
    font-size : 76px;
    line-height: 1;
    letter-spacing : 9.12px;
    color : #13243C;
    font-weight: 600;
    text-align: center;
    margin-bottom: 46px;
}
.not-found_wrap .ttl {
    font-size : 20px;
    line-height: 1.4;
    letter-spacing : 2.4px;
    color : #000000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 70px;
}
.not-found_wrap .txt {
    font-size : 14px;
    letter-spacing : 1.68px;
    color : #000000;
    text-align: center;
    margin-bottom: 70px;
}
.not-found_wrap .top_btn {
    margin: 0 auto;
}
/*access*/
.access-item {
    margin-top: 68px;
    position: relative;
    padding-left: 1.1em;
}
.access-item::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #192d8c;
}
.access-item:first-child {
    margin-top: 0;
}
.access-card-inner {
    display: flex;
}
.access-card-image {
    width: 26.4%;
}
.access-card-image source,
.access-card-image img {
    width: 100%;
    height: auto;
}
.access-card-content {
    width: 73.6%;
    color : #000000;
    box-sizing: border-box;
    padding-left: 3.8%;
}
.access-card-content .ttl {
    font-size : 25px;
    letter-spacing : 3px;
    font-weight: 600;
    color: #192d8c;
}
.access-card-content .office {
    font-size : 16px;
    letter-spacing : 1.92px;
    font-weight: 500;
    margin-top: 10px;
}
.access-info {
    font-size : 16px;
    letter-spacing : 1.92px;
    margin-top: 10px;
}
.access-info-item {
    display: flex;
    margin-top: 4px;
}
.access-info-item .label {
    width: 72px;
    font-size : 16px;
    letter-spacing : 1.92px;
}
.access-info-item .data {
    width: -webkit-calc(100% - 72px);
    width: calc(100% - 72px);
    box-sizing: border-box;
    font-size : 16px;
    letter-spacing : 1.92px;
}
.access-card-btnbox {
    display: flex;
    gap: 0 34px;
    margin-top: 34px;
}
/*contact*/
.anchor-link .list {
    display: flex;
    gap: 0 40px;
    margin-top: 40px;
}
.anchor-link .item a {
    font-size : 16px;
    letter-spacing : 1.28px;
    color : #141F3F;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding-bottom: 18px;
}
.anchor-link .item a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #c65e09;
    border-radius: 50%;
    z-index: 1;
    transition: all .4s;
    opacity: 0;
}
.contact-text {
    font-size : 16px;
    letter-spacing : 1.92px;
    color : #141F3F;
}
.contact-section {
    margin-top: 100px;
}
.contact-section:first-child {
    margin-top: 0;
}
.contact-section .list-heading {
    font-size : 25px;
    letter-spacing : 3px;
    color : #141F3F;
    font-weight: 600;
}
.contact-section .list-heading:before {
    top: 25px;
}
.contact-list {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 20px;
    margin-top: 40px;
}
.contact-item {
    width: -webkit-calc((100% - 20px * 2) / 3);
    width: calc((100% - 20px * 2) / 3);
    box-sizing: border-box;
}
.contact-card .ttl {
    font-size : 20px;
    letter-spacing : 2.4px;
    color : #13243C;
    font-weight: 600;
}
.contact-card .office {
    display: block;
    font-size : 16px;
    letter-spacing : 1.28px;
    color : #13243C;
    font-weight: 500;
    margin-top: 10px;
}
.contact-info {
    margin-top: 40px;
}
.contact-info-list {
    display: flex;
    flex-wrap: wrap;
}
.contact-info-list .label {
    width: 72px;
    font-size : 16px;
    letter-spacing : 1.92px;
    color : #141F3F;
}
.contact-info-list .data {
    width: -webkit-calc(100% - 72px);
    width: calc(100% - 72px);
    box-sizing: border-box;
    font-size : 16px;
    letter-spacing : 1.92px;
    color : #141F3F;
}
.info_btn {
    margin-top: 16px;
}
.info_btn:only-child {
    margin-top: 0;
}
.policy-info-button.c-btn3 a ,
.info_btn.c-btn3 a {
    color: #fff;
    background: #192d8c;
    border: 1px solid #192d8c;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
}
/*en careers*/
.overseas-recruit-list {
    margin-top: 60px;
}
.overseas-recruit-item {
    margin-top: 120px;
}
.overseas-recruit-item:first-child {
    margin-top: 0;
}
.overseas-recruit-card-heading {
    width: 100%;
    font-weight : 600;
    font-size : 25px;
    letter-spacing : 2px;
    color : #13243C;
    margin-bottom: 30px;
}
.overseas-recruit-card-inner {
    display: flex;
    flex-wrap: wrap;
}
.overseas-recruit-image {
    width: 26.4%;
    overflow: hidden;
}
.overseas-recruit-image source,
.overseas-recruit-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}
.overseas-recruit-card-content {
    width: 73.6%;
    color: #000000;
    box-sizing: border-box;
    padding-left: 3.8%;
}
.overseas-recruit-card-text {
    font-size : 16px;
    line-height : 2;
    letter-spacing : 1.28px;
    color : #13243C;
}
.overseas-recruit-card-note {
    font-size : 16px;
    line-height : 2;
    letter-spacing : 1.28px;
    color : #13243C;
    margin-top: 1.6em;
}
.overseas-recruit-card-inquiry,
.overseas-recruit-card-requirement {
    margin-top: 28px;
}
.overseas-recruit-card-subheading {
    font-weight : 600;
    font-size : 16px;
    letter-spacing : 1.92px;
    color : #13243C;
}
.overseas-recruit-card-inquiry-content,
.overseas-recruit-card-requirement-list {
    margin-top: 6px;
}
.overseas-recruit-card-inquiry-content .text,
.overseas-recruit-card-requirement-item .text {
    font-size : 16px;
    letter-spacing : 1.92px;
    color : #13243C;
}
.overseas-recruit-card-inquiry-content .text a,
.overseas-recruit-card-requirement-item .text a {
    color: #192d8c;
    text-decoration: underline;
	text-underline-offset: 3px;
}
.overseas-recruit-card-requirement-item {
    padding-left: 1.2em;
    position: relative;
    margin-top: .2em;
}
.overseas-recruit-card-requirement-item:first-child {
    margin-top: 0;
}
.overseas-recruit-card-requirement-item:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 12px;
    background: #141f3f;
    z-index: 1;
}
@media only screen and (min-width:640px) {
    .anchor-link .item a:hover:before {
        opacity: 1;
    }
    .overseas-recruit-card-inquiry-content .text a:hover {
        color: #023859;
        text-decoration: none;
    }
    .policy-info-button.c-btn3 a:hover ,
    .info_btn.c-btn3 a:hover {
        color: #fff;
        background: #20408c;
        box-shadow: 0px 3px 4px rgba(0, 0, 0, .5);
    }
}
@media screen and (min-width:640px) and (max-width:1200px) {
    .access-card-inner {
        display: block;
    }
    .access-card-image {
        width: 100%;
    }
    .access-card-content {
        width: 100%;
        padding: 28px 0 0;
    }
    .access-card-btnbox {
        display: block;
        margin-top: 34px;
    }
    .access-card-button {
        margin-top: 34px;
    }
    .contact-item {
        width: 100%;
    }
    /*en careers*/
    .overseas-recruit-image {
        width: 100%;
    }
    .overseas-recruit-card-content {
        width: 100%;
        padding: 3.8% 0 0;
    }
    .anchor-link .list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px 0;
    }
    .anchor-link .item {
        width: 33.333%;
    }
}
@media screen and (min-width:640px) and (max-width:1024px) {
    .anchor-link .item {
        width: 50%;
    }
}
@media only screen and (max-width:640px) {
    /*404*/
    .not-found_wrap {
        padding: 16vw 0;
    }
    .not-found_inner {
        padding: 0 4.688vw;
    }
    .not-found_wrap .en {
        font-size : 10.133vw;
        margin-bottom: 10.667vw;
    }
    .not-found_wrap .ttl {
        font-size : 4.267vw;
        line-height: 1.4;
        margin-bottom: 10.667vw;
    }
    .not-found_wrap .txt {
        font-size : 3.2vw;
        text-align: left;
        margin-bottom: 10.667vw;
    }
    .not-found_wrap .top_btn {
        max-width: 52.8vw;
        margin: 0 auto;
    }
    /*access*/
    .access-content {
        padding: 0 4.688vw;
    }
    .access-item {
        margin-top: 13.333vw;
        padding: 0;
    }
    .access-item::before {
        width: 0;
    }
    .access-card-inner {
        display: block;
    }
    .access-card-image {
        width: 100%;
    }
    .access-card-content {
        width: 100%;
        padding: 5.333vw 0 0;
    }
    .access-card-content .ttl {
        font-size : 4.8vw;
    }
    .access-card-content .office {
        font-size : 3.2vw;
        margin-top: 2.133vw;
    }
    .access-info {
        font-size : 3.2vw;
        margin-top: 2.133vw;
    }
    .access-info-item {
        display: flex;
        margin-top: 1.067vw;
    }
    .access-info-item .label {
        width: 16.533vw;
        font-size : 3.2vw;
    }
    .access-info-item .data {
        width: -webkit-calc(100% - 62px);
        width: calc(100% - 16.533vw);
        font-size : 3.2vw;
    }
    .access-card-btnbox {
        display: block;
        margin-top: 8vw;
    }
    .access-card-button {
        max-width: 58.667vw;
        margin-top: 6.4vw;
    }
    /*contact*/
    .anchor-link .list {
        flex-wrap: wrap;
        gap: 0;
        margin-top: 5.333vw;
    }
    .anchor-link .item {
        width: 50%;
    }
    .anchor-link .item a {
        font-size : 3.733vw;
        padding-bottom: 4.267vw;
    }
    .contact-content {
        padding: 0 4.688vw;
    }
    .contact-text {
        font-size : 3.733vw;
    }
    .contact-section {
        margin-top: 16vw;
    }
    .contact-section .list-heading {
        font-size : 4.8vw;
    }
    .contact-section .list-heading:before {
        top: 4vw;
    }
    .contact-list {
        gap: 8vw 5.333vw;
        margin-top: 8vw;
    }
    .contact-item {
        width: 100%;
    }
    .contact-card .ttl {
        font-size : 4.267vw;
    }
    .contact-card .office {
        font-size : 3.2vw;
        margin-top: 1.6vw;
    }
    .contact-info {
        margin-top: 8vw;
    }
    .contact-info-list .label {
        width: 16.533vw;
        font-size : 3.2vw;
    }
    .contact-info-list .data {
        width: -webkit-calc(100% - 16.533vw);
        width: calc(100% - 16.533vw);
        font-size : 3.2vw;
    }
    .info_btn {
        margin-top: 4.8vw;
    }
    /*en careers*/
    .overseas-recruit-content {
        padding: 0 4.688vw;
    }
    .overseas-recruit-list {
        margin-top: 10.667vw;
    }
    .overseas-recruit-item {
        margin-top: 16vw;
    }
    .overseas-recruit-card-heading {
        width: 100%;
        font-size : 4.8vw;
        margin-bottom: 5.333vw;
    }
    .overseas-recruit-image {
        width: 100%;
    }
    .overseas-recruit-card-content {
        width: 100%;
        padding: 5.333vw 0 0;
    }
    .overseas-recruit-card-text {
        font-size : 3.2vw;
    }
    .overseas-recruit-card-note {
        font-size : 3.2vw;
        margin-top: 1.6em;
    }
    .overseas-recruit-card-inquiry,
    .overseas-recruit-card-requirement {
        margin-top: 5.333vw;
    }
    .overseas-recruit-card-subheading {
        font-size : 3.733vw;
    }
    .overseas-recruit-card-inquiry-content,
    .overseas-recruit-card-requirement-list {
        margin-top: 1.067vw;
    }
    .overseas-recruit-card-inquiry-content .text,
    .overseas-recruit-card-requirement-item .text {
        font-size : 3.2vw;
    }
    .overseas-recruit-card-requirement-item {
        padding-left: 1.2em;
        margin-top: .2em;
    }
    .overseas-recruit-card-requirement-item:before {
        width: 1.067vw;
        height: 1.067vw;
        top: 2.4vw;
    }
}
/*en*/
body.is-en .access-info-item .label {
    width: 90px;
}
body.is-en .access-info-item .data {
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
}