@charset "utf-8";
/* philosophy */
#philosophy .wrap .inner {margin: 50px auto 0;}
#philosophy .wrap .inner .center {text-align: center;}
#philosophy .wrap .inner .bold {font-weight: bold;}
#philosophy .wrap .inner ol li {font-size: 22px; margin: 0 auto 30px;}
#philosophy .wrap .inner ol li:last-child {margin: 0 auto;}
@media screen and (max-width:768px) {
    #philosophy .wrap .inner ol li {font-size: 16px;}
}
/* card */
.wrap.card.white {background-color: #fff;}
.wrap.card.white .block .card-list ul li {width: calc(50% - 1vw); padding: 3vw; background-color: rgba(0, 32, 96, 0.1); border-radius: 1.56vw;}
/* voice */
.wrap.voice {padding: 200px 20px; background-color: rgba(0, 32, 96, 0.1);}
.wrap.voice .block .voice-list {margin: 50px auto 0;}
.wrap.voice .block .voice-list ul {list-style: none; display: flex; flex-direction: column; gap: 50px;}
.wrap.voice .block .voice-list ul li {background-color: #fff; border-radius: 1.56vw; position: relative; counter-increment: mycounter;}
.wrap.voice .block .voice-list ul li .voice {padding: 3.5vw 7vw;}
.wrap.voice .block .voice-list ul li .voice .ttl { margin: 0 auto 50px;}
.wrap.voice .block .voice-list ul li .voice .ttl h4 {font-size: 20px; border-bottom: 1px solid #222;}
.wrap.voice .block .voice-list ul li .voice .ttl .subttl {font-size: 12px;}
.wrap.voice .block .voice-list ul li .voice .box {display: flex;}
.wrap.voice .block .voice-list ul li .voice .box .text {width: 50%;}
.wrap.voice .block .voice-list ul li .voice .box .img {width: 50%; padding: 0 0 0 2vw;}
@media screen and (max-width:1080px) {
    .wrap.voice .block .voice-list ul li .voice {padding: 70px 3vw;}
    .wrap.voice .block .voice-list ul li .voice .box {display: block;}
    .wrap.voice .block .voice-list ul li .voice .box .text {width: 100%;}
    .wrap.voice .block .voice-list ul li .voice .box .img {width: 100%; padding: 2vw 0 0 0;}
    .wrap.voice .block .voice-list ul li .voice .box .img img {max-width: 600px; margin: 0 auto;}
}
@media screen and (max-width:768px) {
    .wrap.voice {padding: 150px 20px;}
    .wrap.voice .block h3 {font-size: 20px;}
    .wrap.voice .block h3 span {font-size: 10px;}
    .wrap.voice .block .voice-list ul li .voice .box .text h4 {font-size: 18px;}
}/* recruit */
.wrap.recruit {padding: 200px 20px;}
.wrap.recruit .block {display: flex; flex-wrap: wrap; gap: 4vw 2vw;}
.wrap.recruit .block h4 {font-size: 24px; line-height: 1;}
.wrap.recruit .block h4 span {font-size: 14px;}
.wrap.recruit .block .table {width: 100%;}
.wrap.recruit .block .table table {width: 100%; border-spacing: 0 1em; margin: 2vw auto 0;}
.wrap.recruit .block .table table tr th {width: 30%; border-bottom: 1px solid #2C3E50; text-align: left; padding: 0 0 0 1em; line-height: 2.5;}
.wrap.recruit .block .table table tr td {width: 70%; border-bottom: 1px solid #F2F4F7; padding: 0 0 0 1em;}
@media screen and (max-width:1080px) {
    .wrap.recruit .block {flex-direction: column; gap: 50px;}
    .wrap.recruit .block .table {width: 100%;}
}
@media screen and (max-width:768px) {
    .wrap.recruit .block h4 {font-size: 20px;}
    .wrap.recruit .block h4 span {font-size: 10px;}
}
/* trust */
#trust .wrap.blueback .area {color: #fff; padding: 300px 20px;}
#trust .wrap.blueback .area h2 {margin: 0 auto 100px;}
#trust .wrap.blueback .area h2 span {font-size: 50px;}
#trust .wrap.blueback .area p {font-size: 20px; text-align: center;}
@media screen and (max-width:768px) {
    #trust .wrap.blueback .area {padding: 200px 20px;}
    #trust .wrap.blueback .area h2 {margin: 0 auto 70px;}
    #trust .wrap.blueback .area h2 span {font-size: 30px;}
    #trust .wrap.blueback .area p {font-size: 14px;}
}
/* apply */
#apply .wrap .inner {margin: 50px auto 0;}
/* form */
#form .wrap {background-color: rgba(0, 32, 96, 0.1); padding: 100px 20px;}
#form .wrap .block {max-width: 1360px; margin: 0 auto; padding: 0 2vw;}
#form .wrap .block h3 {font-size: 24px; line-height: 1;}
#form .wrap .block h3 span {font-size: 14px;}
#form .wrap .block .form {margin: 100px auto 0; max-width: 1000px;}
#form .wrap .block .form .error-message {display: none; font-weight: bold; color: #B70000; text-align: center;}
#form .wrap .block .form .error {font-weight: bold; color: #B70000;}
#form .wrap .block .form .mw_wp_form_error .error-message {display: block;}
#form .wrap .block .form .p-country-name {display: none;}
#form .wrap .block .form .completion {font-weight: bold;}
#form .wrap .block .form table {width: 100%; border-collapse: collapse; text-align: left; margin: 0 0 50px;}
#form .wrap .block .form table tbody tr th {width: 30%; font-weight: normal;}
#form .wrap .block .form table tbody tr th span {color: #B70000;}
#form .wrap .block .form table tbody tr td {width: 70%; padding: 25px 0;}
#form .wrap .block .form table tbody tr td input, #form .wrap .block .form table tbody tr td textarea {border: 1px solid #707070; background: #fff; padding: 10px; border-radius: 5px;}
#form .wrap .block .form table tbody tr td input:not(.p-postal-code):not(.tel),
#form .wrap .block .form table tbody tr td textarea {width: 100%;}
#form .wrap .block .form .caution {margin: 0 0 50px; text-align: center;}
#form .wrap .block .form .caution span {color: #B70000;}
#form .wrap .block .form .privacy {padding: 50px 100px; margin: 0 0 50px; background: #DCDCDC; color: #333; text-align: center;}
#form .wrap .block .form .privacy .box {background: #fff; text-align: left; margin: 50px auto 0;}
#form .wrap .block .form .privacy .box h4 {position: relative; font-weight: normal; padding: 10px 10px 10px 30px; cursor: pointer; margin: 0; text-align: left;}
#form .wrap .block .form .privacy .box h4::after {position: absolute; right: 10px; top: 50%; transform: translate(0,-50%); width: 20px; height: 20px;  content: url(../img/arrow_up.svg); transition: .5s;}
#form .wrap .block .form .privacy .box h4.is-active::after {transform: translate(0,-50%) rotate(180deg);}
#form .wrap .block .form .privacy .box div {padding: 0 25px; font-size: 14px; height: 0; overflow: hidden; opacity: 0; transition-duration: 0.3s;}
#form .wrap .block .form .privacy .box div.is-open {padding: 25px; height: auto; opacity: 1;}
#form .wrap .block .form .privacy .box div h5 {font-size: 14px; font-weight: normal; padding: 1em 0 0;}
#form .wrap .block .form .privacy .box div ul {padding: 0 0 0 1em;}
#form .wrap .block .form .privacy .agree {display: inline-block; padding: 15px 50px; margin: 30px auto 0; background-color: #fff;}
#form .wrap .block .form .recaptcha {font-size: 12px; text-align: center;}
#form .wrap .block .form .recaptcha a {text-decoration: none; color: #222;}
#form .wrap .block .form .btn {display: flex; justify-content: center; margin: 0 0 70px;}
#form .wrap .block .form .config button {display: inline-block; font-size: 22px; color: #333; position: relative; padding: 0 80px 0 0; border-bottom: 1px solid #333;}
#form .wrap .block .form .config button::after {position: absolute; right: 0; top: 50%; transform: translate(0,-50%); content: url(../img/arrow.svg); width: 50px; height: 50px;}
#form .wrap .block .form .return button {display: inline-block; font-size: 22px; color: #707070; position: relative; padding: 0 80px 0 0; border-bottom: 1px solid #333;}
#form .wrap .block .form .return button::after {position: absolute; right: 0; top: 50%; transform: translate(0,-50%); content: url(../img/arrow.svg); width: 50px; height: 50px;}
#form .wrap .block .form .mw_wp_form_preview .btn .return span {position: relative;}
#form .wrap .block .form .mw_wp_form_preview .btn .return span::after {content: ""; display: inline-block; width: 0.5px; height: 100px; background-color: #707070; position: absolute; top: 50%; right: 15px; transform: translateY(-50%); }
@media screen and (max-width:768px) {
    #form .wrap .block .form table tbody tr th, #form .wrap .block .form table tbody tr td {display: block; width: 100%;}
    #form .wrap .block .form .privacy {padding: 50px 3%;}
    #form .wrap .block .form .config button, #form .wrap .block .form .return button {font-size: 20px; padding: 0 40px 0 0;}
    #form .wrap .block .form .config button::after,#form .wrap .block .form .return button::after {width: 30px; height: 30px;}
}
/* other */
#other .wrap .tel-link {width: 100%; max-width: 750px; margin: 50px auto 0;}
#other .wrap .tel-link a {position: relative; background-color: #002060; border-radius: 1.56vw; display: block; text-align: center; padding: 50px 0; font-size: 30px; font-weight: bold; color: #fff;}
#other .wrap .tel-link a::before {position: absolute; content: url(../img/phone.svg); width: 50px; height: 50px; left: 150px; top: 50%; transform: translate(0,-50%);}
#other .wrap .tel-link a span {font-size: 18px; font-weight: normal;}
@media screen and (max-width:768px) {
    #other .wrap .tel-link a {padding: 50px 0; font-size: 24px;}
    #other .wrap .tel-link a::before {width: 40px; height: 40px; left: calc(50% - 170px);}
    #other .wrap .tel-link a span {font-size: 14px;}

}
@media screen and (max-width:590px) {
    #other .wrap .tel-link a {padding: 40px 0; font-size: 20px;}
    #other .wrap .tel-link a::before {width: 35px; height: 35px; left: calc(50% - 150px);}
    #other .wrap .tel-link a span {font-size: 12px;}
}