@charset "utf-8";
/* ==========================================================================
	recruit
========================================================================== */

.content_head {
    background-image: url(../img/recruit/mv.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 305px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.content_head > div {
    width: 665px;
    height: 190px;
    background-color: rgba(0,45,25,0.8);
    border-radius: 7.5px;
}
.content_head > div h2 {
    color: #fff;
    text-align: center;
}
.content_head > div h2 span {
    display: block;
    padding-left: 0.23em;
    letter-spacing: 0.23em;
}
.content_head > div h2 span:first-child {
    width: 540px;
    margin: 0 auto;
    font-size: 20px;
    border-bottom: 1px solid #fff;
    padding-top: 20px;
    padding-bottom: 10px;
}
.content_head > div h2 span:last-child {
    font-size: 30px;
    line-height: 1.75em;
    margin-top: 15px;
}
.recruit_wrap {
    margin: 90px auto 0;
}
.recruit_intro {
    width: 960px;
    margin: 0 auto;
}
.recruit_intro li {
    position: relative;
}
.recruit_intro li:nth-child(n+2) {
    margin-top: 90px;
}
.recruit_intro li dl {
    width: 505px;
    padding-left: 70px;
    padding-bottom: 55px;
    border-bottom: 1.5px dashed #004b37;
    position: relative;
    z-index: 1;
}
.recruit_intro li:nth-child(odd) dl {
    margin-left: auto;
}
.recruit_intro li dl dt {
    font-size: 20px;
    letter-spacing: 0.075em;
    line-height: 2.15em;
    color: #004b37;
}
.recruit_intro li dl dd {
    width: 380px;
    font-size: 14px;
    letter-spacing: 0.075em;
    line-height: 2.2em;
    margin-top: 15px;
    text-align: justify;
    text-justify: inter-ideograph;
}
.recruit_intro li:nth-child(1) img {
    width: 550px;
    height: 360px;
    position: absolute;
    top: -35px;
    left: -75px;
    z-index: 0;
}
.recruit_intro li:nth-child(2) img {
    width: 480px;
    height: 270px;
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: 0;
}
.recruit_intro li:nth-child(3) img {
    width: 490px;
    height: 300px;
    position: absolute;
    top: -35px;
    left: 5px;
    z-index: 0;
}
.btn_wrap {
    width: 960px;
    margin: 0 auto;
}
a.service_btn {
    width: 505px;
    height: 80px;
    background-color: #004b37;
    border-radius: 7.5px;
    color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    transition: 0.3s;
    margin: 75px auto 0;
}
a.service_btn > p:first-child {
    font-size: 20px;
    letter-spacing: 0.33em;
    position: relative;
    padding-left: 30px;
}
a.service_btn > p:first-child::before {
    content: "";
    background-image: url(../img/recruit/good_off.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 32px;
    height: 36.5px;
    position: absolute;
    top: -10px;
    left: -15px;
    transition: 0.3s;
}
a.service_btn > p:last-child {
    font-size: 12px;
    letter-spacing: 0.11em;
    margin-top: 10px;
}
/*応募フォームbtn*/
.obo_btn a {
    width: 188px;
    height: 160px;
    background-color: rgba(0,45,25,0.8);
    border-radius: 7.5px 0 0 7.5px;
    position: fixed;
    top: 415px;
    right: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 5;
}
.obo_btn a::after {
    content: "";
    background-image: url(../img/recruit/r_arrow_off.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 20px;
    height: 35px;
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -17.5px;
    transition: 0.3s;
    transform: translateX(0);
}
.obo_btn a span {
    background-image: url(../img/recruit/obo_off.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 82px;
    height: 92px;
    display: block;
    position: relative;
    transition: 0.3s;
    margin-right: 10px;
}

/*pcのみ*/
@media only screen and (min-width: 769px) {
a.service_btn:hover {
    background-color: #023829;
    color: #ffff64;
    transition: 0.3s;
}
a.service_btn:hover > p:first-child::before {
    background-image: url(../img/recruit/good_on.png);
    transition: 0.3s;
}
.obo_btn a:hover span {
    background-image: url(../img/recruit/obo_on.png);
    transition: 0.3s;
}
.obo_btn a:hover::after {
    background-image: url(../img/recruit/r_arrow_on.png);
    transition: 0.3s;
    transform: translateX(5px);
}
}

/*sp*/
@media screen and ( max-width: 768px ) {
.content_head {
    width: 100%;
    height: 150px;
}
.content_head > div {
    width: 275px;
    height: 95px;
    border-radius: 3px;
}
.content_head > div h2 span:first-child {
    width: 250px;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 5px;
}
.content_head > div h2 span:last-child {
    font-size: 14px;
    line-height: 1.7em;
    margin-top: 10px;
}
.recruit_wrap {
    margin: 45px auto 0;
}
.recruit_intro {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.recruit_intro li:nth-child(n+2) {
    margin-top: 30px;
}
.recruit_intro li dl {
    width: 100%;
    padding-left: 0;
    padding-bottom: 20px;
    border-bottom: 1px dashed #004b37;
}
.recruit_intro li dl dt {
    font-size: 18px;
    line-height: 1.8em;
}
.recruit_intro li:nth-child(-n+2) dl dt {
    margin-top: -20px;
}
.recruit_intro li dl dd {
    width: 100%;
}
.recruit_intro li:nth-child(-n+3) img {
    width: 100%;
    height: auto;
    position: initial;
}
.btn_wrap {
    width: 100%;
    margin: 0 auto;
}
a.service_btn {
    width: 240px;
    height: 65px;
    border-radius: 5px;
    margin: 30px auto 0;
}
a.service_btn > p:first-child {
    font-size: 16px;
    letter-spacing: 0.075em;
    position: relative;
    padding-left: 45px;
}
a.service_btn > p:first-child::before {
    width: 37px;
    height: 41px;
    position: absolute;
    top: -5px;
    left: -5px;
}
a.service_btn > p:last-child {
    font-size: 10px;
    letter-spacing: 0.05em;
    margin-top: 10px;
    padding-left: 45px;
}
/*応募フォームbtn*/
.obo_btn a {
    display: none;
}
}
.recruit_inner01 {
    background-image: url(../img/recruit/bg01.png);
    background-repeat: repeat;
    background-position: center;
    background-size: 18px 18px;
    margin-top: 100px;
    padding: 100px 0;
}
.recruit_inner01 h3 {
    width: 960px;
    margin: 0 auto;
    font-size: 26px;
    letter-spacing: 0.33em;
    text-align: center;
}
#tabs {
    width: 960px;
    margin: 65px auto 0;
}
#tabs > ul {
    display: -webkit-box;
    display: flex;
    color: #fff;
}
#tabs > ul li {
    font-size: 22px;
    letter-spacing: 0.23em;
    padding-left: 40px;
    padding-top: 28px;
    cursor: pointer;
}
#tabs > ul li span {
    letter-spacing: 0.19em;
    border-right: 1px solid #fff;
    margin-right: 22px;
    padding-right: 22px;
}
#tabs > ul li:first-child {
    background-image: url(../img/recruit/tab01.svg);
    background-repeat: repeat;
    background-position: center;
    background-size: 341px 77px;
    width: 341px;
    height: 77px;
}
#tabs > ul li:last-child {
    background-image: url(../img/recruit/tab02.svg);
    background-repeat: repeat;
    background-position: center;
    background-size: 488px 77px;
    width: 488px;
    height: 77px;
    margin-left: -12px;
    position: relative;
    z-index: 0;
}
#tabs > ul li.current {
    z-index: 1;
}
#kyujin_001 {
    background-color: #004b37;
    border-radius: 0 30px 30px 30px;
    padding: 50px;
}
#kyujin_002 {
    background-color: #458d7b;
    border-radius: 30px;
    padding: 50px;
    position: relative;
}
#kyujin_002::before {
    content: "";
    width: 40px;
    height: 40px;
    background-color: #004b37;
    position: absolute;
    top: 0;
    left: 0;
}
#kyujin_002::after {
    content: "";
    width: 40px;
    height: 40px;
    background-color: #458d7b;
    border-radius: 30px 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
}
#kyujin_001 > div, #kyujin_002 > div {
    background-color: #fff;
    border-radius: 30px;
    padding: 20px 60px 0px 60px;
}
.kyujin_txt {
    background-image: url(../img/recruit/bg03.png);
    background-repeat: repeat;
    background-position: center;
    background-size: 45px 45px;
    width: 100%;
    height: auto;
    padding: 20px 60px;
    box-sizing: border-box;
}
.kyujin_txt > p {
    position: relative;
    padding-left: 55px;
    font-size: 20px;
    letter-spacing: 0.15em;
    color: #004b37;
}
.kyujin_txt > h6 {
    text-align: center;
    color: #000;
    position: static;
    font-size: 18px;
}
.kyujin_txt > p:nth-child(n+2) {
    margin-top: 20px;
}
.kyujin_txt > p::before {
    content: "";
    background-image: url(../img/recruit/check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 38px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -16px;
}
.fukidashi {
    font-size: 13px;
    line-height: 1.5em;
    color: #fff;
    height: 68px;
    border-radius: 10px;
    text-align: center;
    padding-top: 15px;
    padding-left: 0.16em;
    position: relative;
    letter-spacing: 0.1em;
}
#kyujin_001 .fukidashi {
    background-color: #004b37;
}
#kyujin_002 .fukidashi {
    background-color: #458d7b;
}
.fukidashi::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 70px;
}
#kyujin_001 .fukidashi::after {
    border-top: 24px solid #004b37;
}
#kyujin_002 .fukidashi::after {
    border-top: 24px solid #458d7b;
}
.time {
    margin-top: 17px;
    display: -webkit-box;
    display: flex;
}
.time > div {
    width: 200px;
    height: auto;
}
.time > div img {
    width: auto;
    height: 450px;
    margin-top: 20px
}
.time > ul {
    width: 570px;
    margin-left: 30px;
    position: relative;
}
.time > ul li:first-child {
    background-image: url(../img/recruit/bg02.png);
    background-repeat: repeat;
    background-position: center;
    background-size: 45px 45px;
    width: 100%;
    height: 43px;
    font-size: 16px;
    letter-spacing: 0.26em;
    text-align: center;
    color: #004b37;
    padding-top: 13px;
}
.time > ul li:first-child > small {
    font-size: 10px;
    letter-spacing: 0em;
    margin-left: 180px;
}
.time > ul li:nth-child(n+2) {
    padding: 15px 10px 12px;
    border-top: 1px solid #004b37;
    display: -webkit-box;
    display: flex;
}
.time > ul li:nth-child(2), .time > ul li:last-child  {
    border-top: none;
}
.time > ul li:last-child {
    justify-content: flex-end;
    padding-right: 80px!important;
}
.hiru_bg {
    background-color: #f4f4f1;
}
.time > ul li:last-child {
    padding: 10px 0 0;
    font-size: 12px;
    font-weight: normal;
}
.time > ul li:nth-child(n+2) img {
    width: 53px;
    height: 16px;
}
.time > ul li:nth-child(n+2) p {
    margin-left: 25px;
}
.time > ul li:nth-child(n+2) p span:first-child {
    font-size: 16px;
    letter-spacing: 0.05em;
    display: block;
}
.time > ul li:nth-child(n+2) p span:last-child {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.7em;
    margin-top: 10px;
    display: block;
}
.time > ul li:nth-child(n+2) div {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5em;
    text-align: center;
}
.fukidashi01 {
    background-image: url(../img/recruit/fukidashi01.svg);
    width: 139px;
    height: 112px;
    top: 35px;
    right: -50px;
    padding-left: 25px;
    padding-top: 5px;
}
.fukidashi02 {
    background-image: url(../img/recruit/fukidashi02.svg);
    width: 125px;
    height: 107px;
    top: 280px;
    right: -78px;
    padding-left: 30px;
}
.fukidashi03 {
    background-image: url(../img/recruit/fukidashi03.svg);
    width: 159px;
    height: 108px;
    top: 409px;
    right: -85px;
    padding-left: 35px;
}
.fukidashi04 {
    background-image: url(../img/recruit/fukidashi04.svg);
    width: 163px;
    height: 125px;
    top: 521px;
    right: -82px;
    padding-left: 40px;
    padding-top: 10px;
}
.fukidashi05 {
    background-image: url(../img/recruit/fukidashi05.svg);
    width: 141px;
    height: 113px;
    top: 50px;
    right: -50px;
    padding-left: 40px;
}
.fukidashi06 {
    background-image: url(../img/recruit/fukidashi06.svg);
    width: 139px;
    height: 107px;
    top: 230px;
    right: -73px;
    padding-left: 55px;
}
.fukidashi07 {
    background-image: url(../img/recruit/fukidashi07.svg);
    width: 142px;
    height: 101px;
    top: 330px;
    right: -65px;
    padding-left: 35px;
}
.fukidashi08 {
    background-image: url(../img/recruit/fukidashi08.svg);
    width: 143px;
    height: 101px;
    top: 480px;
    right: -70px;
    padding-left: 35px;
}
a.form_btn {
    width: 505px;
    height: 80px;
    background-color: #004b37;
    border-radius: 7.5px;
    color: #fff;
    display: block;
    margin: 45px auto 0;
    font-size: 20px;
    letter-spacing: 0.33em;
    padding-left: 0.33em;
    padding-top: 15px;
    text-align: center;
    position: relative;
    transition: 0.3s;
}
a.form_btn::before {
    content: "";
    background-image: url(../img/recruit/b_arrow_off.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 25px;
    height: 16px;
    position: absolute;
    bottom: 12px;
    left: 50%;
    margin-left: -12.5px;
    transition: 0.3s;
    transform: translateY(0);
}

/*pcのみ*/
@media only screen and (min-width: 769px) {
a.form_btn:hover {
    background-color: #023829;
    color: #ffff64;
    transition: 0.3s;
}
a.form_btn:hover::before {
    background-image: url(../img/recruit/b_arrow_on.png);
    transition: 0.3s;
    transform: translateY(5px);
}
}

/*sp*/
@media screen and ( max-width: 768px ) {
.recruit_inner01 {
    background-size: 9px 9px;
    margin-top: 50px;
    padding: 45px 15px;
}
.recruit_inner01 h3 {
    width: 100%;
    font-size: 17px;
    line-height: 1.8em;
}
#tabs {
    width: 100%;
    margin: 20px auto 0;
}
#tabs > ul {
    display: block;
}
#tabs > ul li {
    font-size: 14.5px;
    padding-left: 20px;
    padding-top: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
#tabs > ul li span {
    font-size: 16.5px;
    margin-right: 10px;
    padding-right: 10px;
}
#tabs > ul li:first-child {
    background-color: #004b37;
    width: 270px;
    height: 60px;
    margin: 0 auto;
}
#tabs > ul li:last-child {
    background-color: #458d7b;
    width: 270px;
    height: 60px;
    margin: 10px auto 0;
}
#tabanker {
    padding-top: 55px;
    margin-top: -55px;
}
#kyujin_001,  #kyujin_002 {
    border-radius: 0;
    padding: 15px;
    margin: 15px 0;
}
#kyujin_002::before,  #kyujin_002::after {
    content: none;
}
#kyujin_001 > div,  #kyujin_002 > div {
    border-radius: 0;
    padding: 0;
}
.kyujin_txt {
    background-size: 30px 30px;
    width: 100%;
    height: auto;
    font-size: 15px;
    line-height: 1.9em;
    padding: 15px;
    text-align: justify;
    text-justify: inter-ideograph;
}
.kyujin_txt > p {
    padding-left: 40px;
    font-size: 14px;
    line-height: 1.4em;
    letter-spacing: 0em;
}
.kyujin_txt > h6 {
    font-size: 18px;
}
.kyujin_txt > p:nth-child(n+2) {
    margin-top: 15px;
}
.kyujin_txt > p::before {
    width: 28.5px;
    height: 24px;
    position: absolute;
    top: 0px;
    left: 0;
    margin-top: 0;
}
.fukidashi {
    font-size: 14px;
    line-height: 1.8em;
    width: 210px;
    height: 70px;
    border-radius: 5px;
    padding-top: 10px;
    margin: 15px auto 0;
}
.fukidashi::after {
    border-left: 16px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -21px;
    left: 30px;
}
#kyujin_001 .fukidashi::after {
    border-top: 22px solid #004b37;
}
#kyujin_002 .fukidashi::after {
    border-top: 22px solid #458d7b;
}
.time {
    margin-top: 5px;
    display: block;
}
.time > div {
    width:100%;
    height: auto;
}
.time > div img {
    width: 100px;
    height: auto;
    margin: 0 auto;
    display: block;
}
.time > ul {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}
.time > ul li:first-child {
    background-size: 30px 30px;
    font-size: 16px;
    padding-top: 5px;
    margin-bottom: 0;
}
.time > ul li:first-child > small {
    font-size: 10px;
    letter-spacing: 0em;
    margin-left: 0;
    display: block;
    margin-top: 5px;
}
.time > ul li:nth-child(n+2) {
    padding: 15px 20px 10px;
    border-top: none;
    display: block;
}
.time > ul li:nth-child(n+3) {
    border-top: 1px solid #004b37;
}
.time > ul li:last-child {
    padding: 10px 0 15px 20px;
    font-size: 11px;
}
.time > ul li:nth-child(2) img {
    margin-left: -5px;
}
.time > ul li:nth-child(n+2) p {
    margin-left: 0;
    margin-top: 10px;
}
.time > ul li:nth-child(n+2) p span:first-child {
    font-size: 14px;
}
.time > ul li:nth-child(n+2) p span:last-child {
    font-size: 12px;
    margin-top: 5px;
}
.time > ul li:nth-child(n+2) div {
    position: relative;
    top: 0;
    left: 0;
    background-color: #e4e4dc;
    width: 100%;
    height: auto;
    padding: 10px;
    display: block;
    font-size: 12px;
    margin-top: 20px;
}
.fukidashi01, .fukidashi02, .fukidashi03, .fukidashi04,  .fukidashi05, .fukidashi06, .fukidashi07, .fukidashi08 {
    background-image: none;
}
.time > ul li:nth-child(n+2) div::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 20px solid #e4e4dc;
    position: absolute;
    top: -18px;
    left: 25px;
}
.time > ul li:nth-child(n+2) div.fukidashi02::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 20px solid #e4e4dc;
    position: absolute;
    bottom: -18px;
    right: 25px;
}
a.form_btn {
    width: 100%;
    height: 70px;
    background-color: #004b37;
    margin: 45px 0 0;
    font-size: 15px;
    letter-spacing: 0.1em;
    padding-left: 0em;
}
a.form_btn::before {
    content: "";
    background-image: url(../img/recruit/b_arrow_off.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 25px;
    height: 16px;
    position: absolute;
    bottom: 12px;
    left: 50%;
    margin-left: -12.5px;
    transition: 0.3s;
    transform: translateY(0);
}
}
.recruit_inner02 {
    width: 960px;
    margin: 150px auto 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.recruit_inner02 dl dt {
    font-size: 30px;
    letter-spacing: 0.24em;
}
.recruit_inner02 dl dd:nth-of-type(1) {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 2.15em;
    color: #004b37;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 25px 0 15px;
}
.recruit_inner02 dl dd:nth-of-type(2) {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 2.1em;
    font-weight: normal;
    width: 425px;
    text-align: justify;
    text-justify: inter-ideograph;
}
.recruit_inner02 > img {
    width: 492px;
    height: 350px;
}
.recruit_inner03 h3 {
    font-size: 26px;
    letter-spacing: 0.33em;
    color: #004b37;
    padding-left: 0.33em;
    text-align: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 20px 0;
    margin-top: 150px;
}
.recruit_inner03 > div:nth-of-type(-n+3) {
    width: 960px;
    margin: 70px auto 0;
}
.recruit_inner03 > div h4 {
    font-size: 26px;
    letter-spacing: 0.33em;
    padding-left: 0.33em;
    text-align: center;
}
.joken {
    margin-top: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.joken dl:first-child {
    width: calc((100% - 60px) / 2);
    border: 3px solid #004b37;
}
.joken dl:last-child {
    width: calc((100% - 60px) / 2);
    border: 3px solid #458d7b;
}
.joken dl dt {
    font-size: 18px;
    letter-spacing: 0.33em;
    color: #fff;
    text-align: center;
    padding: 12px 0 15px 0.33em;
}
.joken dl:first-child dt {
    background-color: #004b37;
}
.joken dl:last-child dt {
    background-color: #458d7b;
}
.joken dl dd {
    padding: 15px 25px 20px 25px;
}
.joken dl dd p {
    font-size: 16px;
    letter-spacing: 0.1em;
    padding: 6px 0 6px 20px;
    position: relative;
}
.joken dl dd p::before {
    content: "●";
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.5em;
}
.joken dl:first-child dd p::before {
    color: #004b37;
}
.joken dl:last-child dd p::before {
    color: #458d7b;
}
.joken dl:first-child dd p {
    border-bottom: 1px solid #004b37;
}
.joken dl:last-child dd p {
    border-bottom: 1px solid #458d7b;
}
.yoko {
    margin-top: 40px;
    border-top: 1px solid #000;
}
.yoko li {
    display: -webkit-box;
    display: flex;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2.1em;
    font-weight: normal;
    border-bottom: 1px solid #000;
}
.yoko li div:first-child {
    width: 260px;
    background-color: #e4e4dc;
    padding: 15px 0;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.yoko li div:last-child {
    width: 700px;
    padding: 15px 0 15px 30px;
}
.recruit_inner03 > div > p {
    font-size: 19px;
    letter-spacing: 0.33em;
    text-align: center;
    padding-left: 0.33em;
}
.recruit_inner03 .btn_wrap {
    margin-top: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.recruit_inner03 .btn_wrap a {
    width: 470px;
    height: 80px;
    font-size: 18px;
    letter-spacing: 0.15em;
    border-radius: 7.5px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transition: 0.3s;
}
.recruit_inner03 .btn_wrap a:first-child {
    color: #004b37;
    background-color: #fff;
    border: 1px solid #004b37;
    position: relative;
    padding-left: 40px;
}
.recruit_inner03 .btn_wrap a:first-child::before {
    content: "";
    background-image: url(../img/common/f_mail.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 28px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 94px;
    margin-top: -10px;
}
.recruit_inner03 .btn_wrap a:last-child {
    color: #fff;
    background-color: #004b37;
}

/*pcのみ*/
@media only screen and (min-width: 769px) {
.recruit_inner03 .btn_wrap a:hover:first-child {
    background-color: #ffff64;
    transition: 0.3s;
}
.recruit_inner03 .btn_wrap a:hover:last-child {
    color: #ffff64;
    background-color: #023829;
    transition: 0.3s;
}
}

/*sp*/
@media screen and ( max-width: 768px ) {
.recruit_inner02 {
    width: 100%;
    margin: 50px auto 0;
    padding: 0 15px;
    display: block;
}
.recruit_inner02 dl dt {
    font-size: 16px;
    text-align: center;
}
.recruit_inner02 dl dd:nth-of-type(1) {
    font-size: 18px;
    line-height: 1.8em;
    margin: 25px 0 15px;
}
.recruit_inner02 dl dd:nth-of-type(2) {
    letter-spacing: 0.075em;
    line-height: 2.2em;
    width: 100%;
}
.recruit_inner02 > img {
    width: 100%;
    height: auto;
    margin-top: 25px;
}
.recruit_inner03 h3 {
    font-size: 19px;
    padding: 15px 0;
    margin-top: 52px;
}
.recruit_inner03 > div:nth-of-type(-n+3) {
    width: 100%;
    margin: 35px auto 0;
}
.recruit_inner03 > div h4 {
    font-size: 19px;
}
.joken {
    margin-top: 20px;
    padding: 0 15px;
    display: block;
}
.joken dl:first-child {
    width: 100%;
    border: 2px solid #004b37;
}
.joken dl:last-child {
    width: 100%;
    border: 2px solid #458d7b;
    margin-top: 10px;
}
.joken dl dt {
    font-size: 14px;
    padding: 10px 0 12px 0.33em;
}
.joken dl dd {
    padding: 8px 15px 10px 15px;
}
.joken dl dd p {
    font-size: 13px;
    padding: 6px 0 6px 15px;
}
.joken dl dd p::before {
    font-size: 13px;
}
.yoko {
    margin: 20px 15px 0;
}
.yoko li {
    font-size: 13px;
    line-height: 1.7em;
}
.yoko li div:first-child {
    width: 90px;
    padding: 10px 0;
    -webkit-box-align: start;
    align-items: flex-start;
    flex-shrink: 0;
}
.yoko li div:last-child {
    width: 100%;
    padding: 10px 0 10px 10px;
}
.recruit_inner03 .btn_wrap {
    position: fixed;
    bottom: 0;
    margin-top: 40px;
    z-index: 5;
}
.recruit_inner03 .btn_wrap a {
    width: 50%;
    height: 60px;
    font-size: 14px;
    border-radius: 0;
}
.recruit_inner03 .btn_wrap a:first-child {
    color: #fff;
    background-color: #004B37;
    border: none;
    position: relative;
    padding-left: 40px;
    line-height: 1.3em;
    text-align: center;
}
.recruit_inner03 .btn_wrap a:first-child::before {
    background-image: url(../img/common/h_mail_sp.png);
    width: 24px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -65px;
}
.recruit_inner03 .btn_wrap a:last-child {
    background-color: #458D7B;
}
body.recruit footer {
    padding-bottom: 60px;
}
}
/********** recruit form **********/

/*input*/
#content > h2 {
    margin: 0;
    padding: 76px 0 10px;
    background: #fff;
}
/*生年月日*/
.contact_wrap form .date_wrap ul {
    display: -webkit-box;
    display: flex;
}
.contact_wrap form .date_wrap ul li {
    flex-wrap: initial;
    border-bottom: none;
    padding: 0;
}
.contact_wrap form .date_wrap ul li span:first-child {
    margin-right: 10px;
}
.contact_wrap form .date_wrap ul li span.date {
    margin-left: 10px;
}
.contact_wrap form .date_wrap ul li:first-child input {
    width: 140px;
}
.contact_wrap form .date_wrap ul li:nth-child(n+2) input {
    width: 100px;
    margin-left: 20px;
}
.date_chui {
    color: #004b37;
    font-size: 12px;
    margin-left: 17px;
    line-height: 1.6em;
    font-weight: bold;
}
/*日中電話*/
.contact_wrap form .nicchu_wrap ul {
    display: -webkit-box;
    display: flex;
}
.contact_wrap form .nicchu_wrap ul li {
    flex-wrap: initial;
    border-bottom: none;
    padding: 0;
}
.contact_wrap form .nicchu_wrap ul li:first-child {
    width: 250px;
}
.contact_wrap form .nicchu_wrap ul li:last-child {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.contact_wrap form .nicchu_wrap ul li span {
    color: #004b37;
    font-weight: bold;
    width: 110px;
    margin: 0 10px 0 20px;
}
.contact_wrap form .nicchu_wrap ul li:last-child input {
    width: 270px;
}
input[type="radio"] {
    vertical-align: baseline;
    margin-right: 8px;
}
.r_btn label+label {
    margin-left: 30px;
}
.contact_wrap form ul li.toiawase div.input_wrap label.w100 {
    width: 100%;
}
.contact_wrap form ul li.toiawase div.input_wrap label.sonota1 {
    width: 15%;
}
.contact_wrap form ul li.toiawase div.input_wrap input.sonota2 {
    width: 85%;
    height: 40px;
    text-align: left;
    padding-left: 10px;
    font-size: 14px;
    line-height: 36px;
    border: 1px solid #ccc;
    margin-right: 0;
}

/*sp*/
@media screen and ( max-width: 768px ) {
/*input*/
#content > h2 {
    padding: 0;
    margin-top: 25px;
}
/*生年月日*/
.contact_wrap form ul li div.ttl_warp.datettl_wrap {
    justify-content: initial;
}
.contact_wrap form ul li div.ttl_warp.datettl_wrap span {
    line-height: 1.4em;
    font-weight: normal;
}
.contact_wrap form .date_wrap ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contact_wrap form .date_wrap ul li {
    width: 100%;
}
.contact_wrap form .date_wrap ul li:nth-child(n+2) {
    margin-top: 10px;
}
.contact_wrap form .date_wrap ul li:nth-child(n+2) input {
    margin-left: calc(2em + 10px);
}
/*日中電話*/
.contact_wrap form .nicchu_wrap ul {
    display: block;
}
.contact_wrap form .nicchu_wrap ul li span {
    display: block;
    margin: 12px 0;
    font-size: 16px;
    width: 100%;
}
.contact_wrap form .nicchu_wrap ul li:first-child {
    width: 100%;
}
.contact_wrap form .nicchu_wrap ul li:last-child input {
    width: 100%;
}
.r_btn label+label {
    margin-left: 15px;
}
.r_btn .ttl_warp {
    margin-bottom: 12px;
}
.contact_wrap form ul li.toiawase div.input_wrap label.sonota1 {
    width: 100%;
}
.contact_wrap form ul li.toiawase div.input_wrap input.sonota2 {
    width: 100%;
}
}
/*confirm*/
.confirm .contact_wrap form ul li h2 {
    justify-content: initial;
}
/*.kakunin h2 p:last-child{
	font-weight: initial;
    letter-spacing: 0.1em;
    margin-left: 10px;
}*/
.confirm .contact_wrap form ul li.nicchu_wrap div {
    width: 20%;
}
.confirm .contact_wrap form ul li.nicchu_wrap h2:nth-of-type(2) {
    width: 14%;
}

/*sp*/
@media screen and ( max-width: 768px ) {
/*.kakunin h2{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}
	.kakunin h2 p:last-child{
		font-size: 11px;
		margin-top: 5px;
		margin-left: 0;
	}*/
.confirm .contact_wrap form ul li.nicchu_wrap div {
    width: 100%;
}
.confirm .contact_wrap form ul li.nicchu_wrap h2:nth-of-type(2) {
    width: 100%;
    margin-top: 18px;
}
}
