@charset "UTF-8";


/* common /////////////////////////////////////////////////////////////////////////////////////////// */
.pcNone {
    display: none;
}

.cmn_maxbox {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.font_hirasan {
    font-family: "Noto Sans JP","Yu Gothic",YuGothic,"游ゴシック体","HiraKakuProN-W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","HiraKakuProN-W6","ヒラギノ角ゴ ProN W6","HiraKakuPro-W6","ヒラギノ角ゴ Pro W6",Meiryo,"メイリオ",Osaka,arial,helvetica,sans-serif;
}

.font_shingo_r {
    font-family: "Shin Go Regular","新ゴ R","Noto Sans JP","HiraKakuProN-W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Yu Gothic",YuGothic,"游ゴシック体",Meiryo,"メイリオ",Osaka,arial,helvetica,sans-serif;
}

.font_shingo_m {
    font-family: "Shin Go Medium","新ゴ M","Noto Sans JP","HiraKakuProN-W6","ヒラギノ角ゴ ProN W6","Yu Gothic",YuGothic,"游ゴシック体",Meiryo,"メイリオ",Osaka,arial,helvetica,sans-serif;
	font-weight: 700;
}

.font_midashimin {
    font-family: "見出ミンMA31","Midashi Min MA31",'Noto Serif JP',"Yu Mincho",YuMincho,"游明朝体","MS Mincho","ＭＳ 明朝","MS PMincho","ＭＳ Ｐ明朝","Symbol","serif";
    font-weight: 700;
}

.font_opensans {
    font-family: 'Open Sans Condensed',Meiryo,"メイリオ",Osaka,arial,helvetica,sans-serif;
    font-weight: 300;
}

.font_impact {
    font-family: 'Impact',Meiryo,"メイリオ",Osaka,arial,helvetica,sans-serif;
}


/* サブページ共通BOX */
.cmn_box {
    padding-top: 76px;
    padding-bottom: 76px;
}


/* aタグ(電話番号) */
a[href^="tel"] {
    pointer-events: none;
}

/* 共通dlリスト */
.cmn_dl > div {
    display: flex;
    align-items: stretch;
}

.cmn_dl dt,
.cmn_dl dd {
    border-width: 0;
    border-style: solid;
    border-color: #FFF;
}

.cmn_dl dt {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    width: 30%;
    min-width: 170px;
    padding: 28px 20px 28px 50px;
    border-width: 0 1px 1px 0;
    font-weight: 500;
    background: #CCE0D3;
}

.cmn_dl dd {
    width: 100%;
    padding: 28px 20px 28px 50px;
    border-width: 0 0 1px 0;
    background: #F0F0F0;
}

.cmn_dl > div:last-of-type dt {
    border-width: 0 1px 0 0;
}

.cmn_dl > div:last-of-type dd {
    border-width: 0 0 0 0;
}


/* 共通見出し（中央線付き） */
.cmn_tit_line {
    position: relative;
    margin: 0 auto 42px;
    color: #006523;
    font-size: 3.4rem;
    letter-spacing: 0.2rem;
    text-shadow: 2px 2px 0 rgba(0, 0, 0,0.2);
    text-align: left;
}

.cmn_tit_line::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 30px;
    transform: translate(-100%, 0);
    display: block;
    width: 9999px;
    height: 1px;
    background: #006523;
}

main {
    overflow: hidden; /* 見出しのはみだし対策 */
}

/* 共通お問い合わせ */
.cmn_contactbox {
    position: relative;
    background: #EAEAEA;
    overflow: hidden;
}

.cmn_contactbox_inner {
    background: url(../img/cmn_contact_avatar.png) no-repeat right bottom / 30%;
    padding-top: 48px;
    padding-bottom: 48px;
}

.cmn_contactbox_inner > div {
    width: 60%;
    padding: 0 0 0 30px;
    text-align: center;
}

.cmn_contactbox > span {
    position: absolute;
    right: 15px;
    bottom: 0;
    color: #666666;
    font-size: 15rem;
    line-height: 1.0;
    letter-spacing: 0.6rem;
    opacity: 0.1;
}

.cmn_contactbox_inner p {
    margin: 0 0 16px 0;
    line-height: 1.7;
    text-align: left;
    font-size: 1.6rem;
    font-weight: 400;
}

.cmn_contactbox_inner a[href^="tel"] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #006523;
    font-size: 6rem;
    letter-spacing: 0.2rem;
    text-shadow: 2px 2px 0 rgba(0, 0, 0,0.2);
}

.cmn_contactbox_inner a[href^="tel"] span {
    display: inline-block;
    margin: 0 .3em 0 0;
    font-size: 4.8rem;
}

.cmn_contactbox_inner small{
    display: block;
    margin: -6px 0 36px 0;
    font-size: 1.8rem;
}

.cmn_contactbox_inner a:not([href^="tel"]) {
    display: block;
    padding: 15px 15px 15px 46px;
    border: 1px solid #006523;
    max-width: 300px;
    margin: 0 auto;
    color: #006523;
    font-size: 1.8rem;
    font-weight: 400;
    background-color: #FFF;
    background-image: url(../img/cmn_ico_letter.svg);
    background-repeat: no-repeat;
    background-position: left 38px center;
}


/* header */
.cmn_header,
.home_header {
    border-bottom: 4px solid #006523;
}
.home_header {
    position: relative;
}

.home_mainimg li {
    height: 700px;
    background-image: url(../img/home_mainimg01.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline-color: transparent;

}

.home_mainimg li:nth-of-type(1) {
    background-image: url(../img/home_mainimg01.jpg);
}

.home_mainimg li:nth-of-type(2) {
    background-image: url(../img/home_mainimg02.jpg);
}

.home_mainimg li:nth-of-type(3) {
    background-image: url(../img/home_mainimg03.jpg);
}

.home_maintitle {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    text-align: right;
    pointer-events: none;
}
.home_maintitle h2 {
    width: 100%;
    padding-bottom: 200px;
    color: #FFF;
    font-size: 3.6rem;
    letter-spacing: 0.2em;
    text-shadow: 2px 2px 3px rgba(57, 79, 9, 0.3);
}

.cmn_header {
    background: url(../img/header_mainimg.jpg) no-repeat center / cover;
}

.header_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    padding: 0 20px;
}
.home_header .header_top {
    position: absolute;
    z-index: 1;
    width: 100%;
}

.header_tel {
    flex-shrink: 0;
    margin: -10px 0 0 auto;
    color: #FFF;
}

.header_tel > span {
    display: flex;
    align-items: center;
    font-size: 4.0rem;
    text-shadow: 2px 2px 3px rgba(40, 79, 9,0.3);;
}

.header_tel > span > small{
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 3.6rem;
}

.header_tel > small {
    display: block;
    margin: -2px 0 0 0;
    font-size: 1.4rem;
}

.header_contact {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border: 1px solid #FFF;
    margin: 0 20px;
}

.header_entry {
    width: 150px;
    height: 60px;
    color: #006523;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    background: #FFF;
}


#header_spmenu {
    display: none;
}


.header_gnav {
    background: rgba(0, 0, 0, 0.5);
}
.home_header .header_gnav {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.header_gnav ul {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
}

.header_gnav li {
    width: 25%;
}

.header_gnav .entry {
    display: none;
}

.header_gnav li:not(.entry) a {
    display: block;
    padding: 20px 0;
    color: #FFF;
    text-align: center;
}

.header_gnav span {
    display: block;
    font-size: 1.8rem;
    text-shadow: 2px 2px 3px rgba(40, 79, 9,0.3);
}

.header_gnav small {
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    opacity: 0.7;
}

.header_tit {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 1400px;
    height: 206px;
    margin: 0 auto;
}

.header_tit h1 {
    color: #006523;
    font-size: 3.6rem;
    letter-spacing: 0.4em;
    text-shadow: 2px 2px 3px rgba(40, 79, 9,0.3);
}

.header_tit span {
    position: absolute;
    left: 10px;
    bottom: 0;
    display: inline-block;
    color: #666666;
    font-size: 15rem;
    line-height: 1.0;
    letter-spacing: 0.6rem;
    opacity: 0.1;
}



/* footer */
.footer_top {
    padding-top: 64px;
    padding-bottom: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_top > dt {
    flex-shrink: 0;
    width: 46%;
    border-right: 1px solid #4D4D4D;
}

.footer_top > dt > span {
    display: block;
    padding: 0 0 0 56px;
    margin: 0 0 16px 0;
    font-size: 3.2rem;
    line-height: 1.3;
    letter-spacing: 0.3rem;
    background: url(../img/footer_logo.svg) no-repeat left center / auto 100%;
}

.footer_top > dt > div {
    margin: 0 0 0 56px;
    letter-spacing: 0.05rem;
}

.footer_top > dt address {
    font-style: normal;
}

.footer_top > dd {
    width: 51%;
    font-size: 1.4rem;
}

.footer_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 3%;
    border-top: 4px solid #006523;
}

.footer_bottom li {
    display: inline-block;
}

.footer_bottom li a {
    font-weight: 500;
    color: #006523;
}

.footer_bottom li + li {
    margin: 0 0 0 26px;
}

.footer_bottom small {
    color: #006523;
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
}

.footer_bottom small span {
    margin: 0 20px 0 0;
}

.footer_bottom small span,
.footer_bottom small a {
    display: inline-block;
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
}

.footer_gotop {
    position: fixed;
    right: 20px;
    bottom: 50px;
    display: none;
}


/* home /////////////////////////////////////////////////////////////////////////////////////////// */

.home_about,
.home_recruit,
.home_service {
    position: relative;
    padding: 40px 0 60px;
}

.home_about_txtbox > h2,
.home_recruit .cmn_maxbox > h2,
.home_service .cmn_maxbox > h2 {
    margin-bottom: 16px;
}

.home_about_txtbox > p,
.home_recruit .cmn_maxbox > p,
.home_service .cmn_maxbox > p {
    margin: 0 0 50px 30px;
    letter-spacing: 0.05rem;
}

.home_btn_arr {
    position: relative;
    z-index: 9;
    max-width: 1000px;
    margin: 0 auto;
    text-align: right;
}

.home_btn_arr a {
    display: inline-block;
    width: 200px;
    padding: 0 0 14px 2px;
    color: #006523;
    font-size: 1.8rem;
    letter-spacing: 0.3rem;
    background: url(../img/home_btn_arr_g.svg) no-repeat right bottom / 100% auto;
    text-align: left;
}

.home_about > span,
.home_recruit > span,
.home_service > span {
    position: absolute;
    right: 15px;
    bottom: 0;
    color: #666666;
    font-size: 15rem;
    line-height: 1.0;
    letter-spacing: 0.6rem;
    opacity: 0.1;
}







.home_recruit_diamonds {
    position: relative;
    height: 480px;
}

.home_recruit_diamonds .seishain,
.home_recruit_diamonds .keiyaku,
.home_recruit_diamonds .part,
.home_recruit_diamonds .entry
{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    overflow: hidden;
}

.home_recruit_diamonds .seishain,
.home_recruit_diamonds .keiyaku,
.home_recruit_diamonds .part
{
    position: absolute;
    width: 282px;
    height: 282px;
}

.home_recruit_diamonds .seishain
{
    left: 60px;
    top: 140px;
}

.home_recruit_diamonds .keiyaku
{
    left: 360px;
    top: 42px;
}

.home_recruit_diamonds .part
{
    left: 660px;
    top: -56px;
}

.home_recruit_diamonds .entry
{
    position: absolute;
    right: 212px;
    top: 220px;
    display: block;
    width: 176px;
    height: 176px;
}

.home_recruit_diamonds a {
    display: block;
}

.home_recruit_diamonds .seishain div,
.home_recruit_diamonds .keiyaku div,
.home_recruit_diamonds .part div,
.home_recruit_diamonds .entry div
{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 400;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    text-align: center;
}

.home_recruit_diamonds .seishain div,
.home_recruit_diamonds .keiyaku div,
.home_recruit_diamonds .part div
{
    top: -59px;
    left: -59px;
    width: 400px;
    height: 400px;
    font-size: 2.8rem;
    background-image: url(../img/home_recruit_seishain.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.home_recruit_diamonds .seishain div
{
    background-image: url(../img/home_recruit_seishain.jpg);
}

.home_recruit_diamonds .keiyaku div
{
    background-image: url(../img/home_recruit_keiyaku.jpg);
}

.home_recruit_diamonds .part div
{
    background-image: url(../img/home_recruit_part.jpg);
}

.home_recruit_diamonds .entry div
{
    top: -36px;
    left: -36px;
    width: 250px;
    height: 250px;
    font-size: 2.4rem;
    letter-spacing: 0;
    background-image: url(../img/home_recruit_entry_patt.png);
    background-repeat: repeat;
    background-position: center;
    background-size: 8px;
}















.home_about_txtbox {
    max-width: 550px;
    margin: 0 0 0 auto;
}

.home_about::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: block;
    width: 56%;
    width: 70%;
    height: 100%;
    background-image: url(../img/home_about.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
}

.home_about_txtbox > p {
    margin-bottom: 100px;
}

.home_recruit {
    background: url(../img/home_recruit_bg.jpg) no-repeat center / cover;
}

.home_service > ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 0 30px;
    margin: 0 0 60px 0;
}

.home_service > ul li {
    width: 50%;
    background-image: url(../img/home_service_ukeoi.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.home_service > ul li:last-of-type {
    background-image: url(../img/home_service_haken.jpg);
}

.home_service > ul a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 300px;
    color: #FFF;
    font-size: 2.8rem;
    font-weight: 500;
}




/* company /////////////////////////////////////////////////////////////////////////////////////////// */

.company_outline {
    background: url(../img/company_outline_bg.jpg) no-repeat center / cover;
}

.company_outline .client {
    flex-wrap: wrap;
    align-content: center;
}

.company_outline .cmn_dl small {
    display: block;
    width: 100%;
    font-size: 1.3rem;
}


.company_greet p {
    letter-spacing: 0.07rem;
    line-height: 1.4;
}

.company_greet span {
    margin: 44px 5% 0 0;
    display: block;
    text-align: right;
    font-family: "正楷書CB1","Sei Kaisho CB1","HiraMinProN-W3","Hiragino Mincho ProN","ヒラギノ明朝 ProN W3","Yu Mincho",YuMincho,"游明朝体","MS Mincho","ＭＳ 明朝","MS PMincho","ＭＳ Ｐ明朝","Symbol","serif";
    font-size: 2rem;
    letter-spacing: 0.1em;
}

.company_greet span small {
    display: inline-block;
    margin: 0 16px 0 0;
    font-size: 1.5rem;
}


.company_history dl > div {
    display: flex;
    align-items: stretch;
}

.company_history dt {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    min-width: 130px;
    padding: 20px 20px;
    border-width: 3px 0 0 0;
    border-style: solid;
    border-color: #006523;
    margin: -1px 10px 0 0;
    text-align: center;
    color: #006523;
}

.company_history dl > div:last-of-type dt {
    border-width: 3px 0 3px 0;
}

.company_history dd {
    width: 100%;
    padding: 20px 20px 20px 50px;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #CACACA;
    line-height: 1.6;
}

.company_history dl > div:last-of-type dd {
    border-width: 1px 0 1px 0;
}


.company_access_map {
    position: relative;
    height: 400px;
    padding: 0 0 0 0;
    overflow: hidden;
}

.company_access_map > iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#del_ry {
    display: none !important;
}


/* service /////////////////////////////////////////////////////////////////////////////////////////// */
.service_msg,
.recruit_msg {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 90px 0 0 0;
    background-image: url(../img/service_msg_bg02.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.recruit_msg {
    background-image: url(../img/recruit_jobtype_msg_bg02.jpg);
}

.service_msg_txtbox,
.recruit_msg_txtbox {
    max-width: 450px;
    margin: 0 0 0 auto;
}

.service_msg_txtbox .cmn_tit_line,
.recruit_msg_txtbox .cmn_tit_line {
    margin-bottom: 26px;
    line-height: 1.4;
}

.service_msg::before,
.recruit_msg::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: block;
    width: 50%;
    height: 100%;
    background-image: url(../img/service_msg_bg01.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}
.recruit_msg::before {
    background-image: url(../img/recruit_jobtype_msg_bg01.png);
}

.service_cost {
    padding-top: 40px;
}

.service_cost h3 {
    margin: 0 0 54px 0;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.6;
    letter-spacing: 0.16em;
}


.service_cost_2col {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.service_cost_2col > img {
    display: block;
    width: 50%;
}

.service_cost_2col > dl {
    width: 45%;
}

.service_cost_2col dt {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 16px 10px 68px;
    margin: 0 0 16px 0;
    color: #006523;
    font-size: 1.8rem;
    font-weight: 600;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.3);
    background: #E5F5EC;
}

.service_cost_2col dt span {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 100%;
    padding: 0 6px 0 0;
    color: #FFF;
    font-size: 2.4rem;
    background: url(../img/service_ico_cost.svg) no-repeat right center / 100% 100%;
    text-align: center;
}

.service_cost_2col dd {
    margin: 0 0 32px 0;
}

.service_cost_2col dd span  {
    display: inline-block;
    padding-left: 16px;
    text-indent: -16px;
}


.service_outsource {
    padding-top: 50px;
    padding-bottom: 140px;
    background: url(../img/service_outsource_bg.jpg) no-repeat center / cover;
}

.service_outsource_txtbox {
    max-width: 450px;
}

.service_outsource_txtbox .cmn_tit_line {
    margin-bottom: 26px;
    line-height: 1.4;
    color: #0064AA;
}

.service_outsource_flow {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.service_outsource_flow > div {
    width: 47%;
}

.service_outsource_flow dt {
    padding: 12px 0;
    margin: 0 0 44px 0;
    text-align: center;
    background: #009A46;
}

.service_outsource_flow > div:last-of-type dt {
    background: #29A2D9;
}

.service_outsource_flow h3 {
    color: #FFF;
    font-size: 2.8rem;
}

.service_outsource_flow img {
    display: block;
    width: 88%;
    margin: 0 auto 40px;
}

.service_outsource_flow p {
    letter-spacing: 0.02rem;
}

.service_outsource_contact {
    padding: 46px 0;
    background: url(../img/service_outsource_contact.jpg) no-repeat center / cover;
}

.service_outsource_contact h3 {
    color: #FFF;
    font-size: 3.6rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-shadow: 2px 2px 5px #356300;
    text-align: center;
}



/* recruit /////////////////////////////////////////////////////////////////////////////////////////// */

.recruit_jobtype_cmnwrap {
    margin: 0 0 100px 0;
}

.recruit_jobtype_cmnwrap:first-of-type {
    margin-top: 50px;
}

.recruit_jobtype_cmnwrap > h3 {
    display: flex;
    align-items: center;
    height: 200px;
    padding: 0 0 0 6%;
    margin: 0 0 50px 0;
    color: #006523;
    font-size: 4.2rem;
    letter-spacing: 0.3em;
    background-image: url(../img/recruit_jobtype_seishain_bg.png),url(../img/recruit_jobtype_patt.png);
    background-repeat: no-repeat,repeat;
    background-position: right center,center;
    background-size: auto 100%,16px;
}
.recruit_jobtype_cmnwrap:nth-of-type(2) > h3 {
    flex-wrap: wrap;
    align-content: center;
    background-image: url(../img/recruit_jobtype_keiyaku_bg.png),url(../img/recruit_jobtype_patt.png);
}
.recruit_jobtype_cmnwrap:nth-of-type(2) > h3 span  {
    width: 100%;
    font-size: 3.6rem;
    font-feature-settings: "palt";
}
.recruit_jobtype_cmnwrap:nth-of-type(3) > h3 {
    background-image: url(../img/recruit_jobtype_part_bg.png),url(../img/recruit_jobtype_patt.png);
}

.recruit_jobtype_cmnwrap > p,
.recruit_jobtype_cmnwrap > dl {
    padding-left: 30px;
    padding-right: 30px;
}

.recruit_jobtype_cmnwrap > p {
    margin: 0 0 36px 0;
    letter-spacing: 0.05em;
}

.recruit_jobtype_cmnwrap h4 {
    position: relative;
    display: inline-block;
    color: #006523;
    font-size: 2.4rem;
    padding: 0 0 0 40px;
    margin: 0 0 24px 0;
    background-image: url(../img/recruit_jobtype_tit.svg);
    background-repeat: no-repeat;
    background-position: left top 7px;
}

.recruit_jobtype_cmnwrap h4::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translate(100%, 50%);
    display: block;
    width: 100px;
    height: 1px;
    background: #006523;
}

.recruit_jobtype_cmnwrap dl {
    display: flex;
    align-items: stretch;
}

.recruit_jobtype_cmnwrap dl > div {
    width: 50%;
    background: #F0F0F0;
}

.recruit_jobtype_cmnwrap dt,
.recruit_jobtype_cmnwrap dd {
    border-width: 0;
    border-style: solid;
    border-color: #FFF;
}

.recruit_jobtype_cmnwrap dt {
    padding: 11px 16px;
    border-width: 0 1px 1px 0;
    font-weight: 500;
    color: #006523;
    font-size: 1.8rem;
    letter-spacing: 0.4rem;
    background: #CCE0D3;
    text-align: center;
}

.recruit_jobtype_cmnwrap dl > div:last-of-type dt {
    border-width: 0 0 1px 0;
}

.recruit_jobtype_cmnwrap dd {
    padding: 26px 50px;
    border-width: 0 1px 0 0;
}

.recruit_jobtype_cmnwrap dl > div:last-of-type dd {
    border-width: 0 0 0 0;
}

.recruit_jobtype_cmnwrap dd li {
    padding-left: 16px;
    text-indent: -16px;
}

.recruit_jobtype_cmnwrap dd li + li {
    margin: 5px 0 0 0;
}

.recruit_jobinfo_tit {
    display: flex;
    align-items: center;
    height: 140px;
    background-image: url(../img/recruit_jobinfo_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.recruit_jobinfo_tit h2 {
    margin: 0 auto;
}

.recruit_jobinfo_inner {
    padding-top: 46px;
    padding-bottom: 100px;
}

.recruit_jobinfo_inner > p {
    margin: 0 0 56px 0 ;
}

.recruit_jobinfo_inner > .cmn_dl dt {
    width: 20%;
}

.recruit_jobinfo_inner > ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 60px auto 0;
}

.recruit_jobinfo_inner > ul li {
    width: 300px;
    margin: 10px 1%;
}

.recruit_jobinfo_inner > ul a {
    display: block;
    padding: 16px 0;
    border: 1px solid #006523;
    color: #006523;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    background-color: #FFF;
    background-image: url(../img/recruit_jobinfo_btn.svg),url(../img/cmn_btn_arr_g.svg);
    background-repeat: no-repeat,no-repeat;
    background-position: left 56px center,right 10px center;
    text-align: center;
}


.recruit_entry {
    padding-top: 30px;
    padding-bottom: 50px;
    background: url(../img/recruit_entry_bg.jpg) no-repeat center / cover;
}

.recruit_entry .cmn_tit_line {
    color: #0064AA;
}

.recruit_entry_inner > p {
    margin: 0 0 40px 0;
}

.recruit_entry_inner > h3 {
    position: relative;
    display: inline-block;
    color: #0064AA;
    font-size: 2.4rem;
    padding: 0 0 0 40px;
    margin: 0 0 60px 0;
    background-image: url(../img/recruit_entry_tit.svg);
    background-repeat: no-repeat;
    background-position: left top 7px;
}

.recruit_entry_inner > h3::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translate(100%, 50%);
    display: block;
    width: 100px;
    height: 1px;
    background: #0064AA;
}

.recruit_entry_inner > ul {
    display: flex;
    justify-content: space-between;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
    max-width: 940px;
    margin: 0 auto 10px;
}

.recruit_entry_inner > ul li {
    flex-shrink: 0;
    position: relative;
    /* width: 22%; */
    /* max-width: 200px; */
    width: 200px;
    min-height: 150px;
    /* padding: 14px 3% 14px 5%; */
    padding: 14px 30px 14px 50px;
    margin: 0 0 46px 0;
    background-image: url(../img/recruit_entry_arr1.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
}

.recruit_entry_inner > ul li + li {
    margin: 0 0 46px -18px;
}

.recruit_entry_inner > ul li:nth-of-type(1) {
    background-image: url(../img/recruit_entry_arr1.svg);
}
.recruit_entry_inner > ul li:nth-of-type(2) {
    background-image: url(../img/recruit_entry_arr2.svg);
}
.recruit_entry_inner > ul li:nth-of-type(3) {
    background-image: url(../img/recruit_entry_arr3.svg);
}
.recruit_entry_inner > ul li:nth-of-type(4) {
    background-image: url(../img/recruit_entry_arr4.svg);
}
.recruit_entry_inner > ul li:nth-of-type(5) {
    background-image: url(../img/recruit_entry_arr5.svg);
}

.recruit_entry_inner > ul h4 {
    padding: 0 0 0 3%;
    margin: 0 0 6px 0;
    color: #009A46;
    font-size: 1.8rem;
    letter-spacing: 0.02rem;
    text-align: center;
}

.recruit_entry_inner > ul li:nth-of-type(1) h4 {
    color: #009A46;
}
.recruit_entry_inner > ul li:nth-of-type(2) h4 {
    color: #0A9B6B;
}
.recruit_entry_inner > ul li:nth-of-type(3) h4 {
    padding-left: 24%;
    color: #149D8E;
}
.recruit_entry_inner > ul li:nth-of-type(4) h4 {
    padding-left: 24%;
    color: #1F9FB3;
}
.recruit_entry_inner > ul li:nth-of-type(5) h4 {
    color: #29A2D9;
}

.recruit_entry_inner > ul p {
    font-size: 1.3rem;
    letter-spacing: 0.02rem;
}

.recruit_entry_inner > ul img {
    position: absolute;
    left: 20px;
    top: 0;
    transform: translate(0, -50%);
    display: inline-block;
}

.recruit_entry_contact {
    max-width: 800px;
    margin: 0 auto;
}

.recruit_entry_contact dt a {
    display: block;
    /* padding: 50px 46px 34px 44%; */
    padding: 50px 46px 34px 20px;
    color: #FFF;
    background-color: #0064AA;
    background-image: url(../img/recruit_entry_document.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    /* background-size: 40% auto; */
    background-size: auto 100%;
    text-align: right;
}

.recruit_entry_contact dt h3 {
    font-size: 2.8rem;
    letter-spacing: 0.2rem;
}

.recruit_entry_contact dt span {
    display: inline-block;
    padding: 0 60px 14px 2px;
    margin: 18px 0 0 0;
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: 0.3rem;
    background-color: #FFF;
    background: url(../img/recruit_entry_arr.svg) no-repeat right bottom / 100% auto;
}


.recruit_entry_contact dd {
    background: #29A2D9;
    color: #FFF;
    font-weight: 500;
}

.recruit_entry_contact dd {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 14px 30px 12px;
    background: #29A2D9;
}

.recruit_entry_contact dd p {
    font-size: 1.7rem;
    letter-spacing: 0;
}

.recruit_entry_contact dd > span {
    flex-shrink: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 3%;
    font-size: 3.8rem;
    line-height: 1.4;
}

.recruit_entry_contact dd > span > small {
    display: inline-block;
    margin: 0 .3em 0 0;
    font-size: 2.6rem;
}

.recruit_entry_contact dd > small {
    font-size: 1.3rem;
    letter-spacing: 0;
}



/* contact /////////////////////////////////////////////////////////////////////////////////////////// */

.contact_info section {
    max-width: 700px;
    padding: 44px 50px 40px;
    margin: 0 auto;
    background: #E9E9E9;
}

.contact_info h3 {
    margin: 0 0 .9em 0;
    color: #006523;
    font-size: 3.6rem;
    font-weight: 400;
    text-align: center;
}

.contact_info dl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 0 20px 0;
}

.contact_info .tel,
.contact_info .fax {
    display: flex;
    align-items: flex-start;
}

.contact_info .tel {
    width: 52%;
}

.contact_info .fax {
    width: 46%;
}

.contact_info dt,
.contact_info dd {
    font-family: "HiraKakuProN-W6","ヒラギノ角ゴ ProN W6","Yu Gothic",YuGothic,"游ゴシック体",Meiryo,"メイリオ",/*"Noto Sans JP",*/Osaka,arial,helvetica,sans-serif;
	font-weight: 600;
}

.contact_info dd small {
    font-family: "HiraKakuProN-W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Yu Gothic",YuGothic,"游ゴシック体",Meiryo,"メイリオ",/*"Noto Sans JP",*/Osaka,arial,helvetica,sans-serif;
}

.contact_info dt {
    flex-shrink: 0;
    display: inline-block;
    padding: 4px 10px;
    margin: 5px 8px 0 0;
    background: #009A46;
    color: #FFF;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.2rem;
}

.contact_info dd {
    width: 100%;
    letter-spacing: 0.1rem;
}

.contact_info dd span,
.contact_info dd a {
    font-size: 2.4rem;
}

.contact_info dd a {
    pointer-events: none;
}

.contact_info dd small {
    display: block;
    margin: -2px 0 0 0;
    font-size: 1.2rem;
    letter-spacing: 0;
}

.contact_info address {
    text-align: center;
    font-style: normal;
}


.contact_form {
    background: url(../img/contact_form_bg.jpg) no-repeat center / cover;
}


.contact_form_attention {
    margin: 0 0 54px 0;
    letter-spacing: 0.05rem;
}


.contact_form_dl {
    margin: 0 0 60px 0;
}

/* .contact_form_dl:last-of-type {
    margin: 0 0 60px 0;
} */

.contact_form_dl dt {
    justify-content: space-between;
    letter-spacing: 0;
    padding-left: 40px;
    padding-right: 40px;
}

.contact_form_dl dd {
    padding-left: 40px;
    padding-right: 40px;
}

.contact_form_dl dt span {
    flex-shrink: 0;
    display: inline-block;
    padding: 4px 6px;
    margin: -2px 0 0 0;
    color: #FFF;
    font-size: 1.2rem;
    line-height: 1;
    background: #C1272D;
}

.contact_form_dl .username small {
    display: block;
    margin: 4px 0 0 0;
    font-size: 1.2rem;
}

.contact_form_dl #fax,
.contact_form_dl #tel,
.contact_form_dl #jobtype,
.contact_form_dl #toiawase {
    width: 300px;
}

.contact_form_dl #addr,
.contact_form_dl #name_kana,
.contact_form_dl #company,
.contact_form_dl #username {
    width: 100%;
}

.contact_form_dl #zip {
    width: 200px;
}

.contact_form_dl #mail1,
.contact_form_dl #mail0 {
    width: 100%;
    /* max-width: 520px; */
    max-width: 770px;
}

.contact_form_dl #mail1 {
    display: inline-block;
    width: 85%;
}

.contact_form_dl #mail0,
.contact_form_dl #zip {
    display: inline-block;
    margin: 0 0 14px 0;
}

.contact_form_dl #mail1 ~ span {
    display: inline-block;
    margin: 6px 0 0 0;
    color: #C1272D;
    letter-spacing: 0;
}


.contact_form_dl #message,
.contact_form_dl #pr,
.contact_form_dl #note {
    width: 100% !important;
    height: 200px !important;
}

.contact_form_dl label {
    display: inline-block;
}

.contact_form_dl label[for="kojin"],
.contact_form_dl label[for="male"],
.contact_form_dl label[for="seishain"],
.contact_form_dl label[for="keiyaku"]
{
    margin: 0 8% 0 0;
}

.contact_form_dl #year {
    width: 120px;
}

.contact_form_dl #month,
.contact_form_dl #day {
    width: 80px;
}

/* Jquery */
.contact_form_dl .js-hide {
    display: flex;
}

.contact_form_dl .js-show {
    display: none;
}

.js-entry .contact_form_dl .js-hide {
    display: none;
}

.js-entry .contact_form_dl .js-show {
    display: flex;
}



#contactButton {
    text-align: center;
}

/* mfp */
#contactButton button[type="reset"],
#contactButton button[type="submit"] {
    width: 300px;
    padding: 15px 0;
    outline: none;
    font-size: 1.8rem;
}

#contactButton button[type="reset"] {
    margin: 0 5% 0 0;
    background: #FFF;
    color: #006523;
    border: 1px solid #006523;
}

#contactButton button[type="submit"] {
    border: 0; /* mfp上書き */
    margin: 0 0 0 5%;
    color: #FFF;
    background-color: #006523;
    background-image: url("../img/cmn_btn_arr_w.svg");
    background-repeat: no-repeat;
    background-position: right 1.0em center;
}

div#mfp_overlay {
  color: #333; /* mfp上書き */
}
/* /end */