@charset "UTF-8";

@media only screen and (max-width: 1000px) {

/* common /////////////////////////////////////////////////////////////////////////////////////////// */

.spNone {
    display: none;
}

.pcNone {
    display: block;
}

.cmn_maxbox {
    padding-left: 3%;
    padding-right: 3%;
}

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


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

p,
li,
dt,
dd,
a {
    font-size: 1.4rem;
}


/* 共通見出し（中央線付き） */
.cmn_tit_line {
    margin: 0 auto 30px 24px;
    font-size: 2.4rem;
}

.cmn_tit_line::before {
    left: -10px;
    top: 20px;
}


/* 共通dlリスト */
.cmn_dl > div {
    display: block;
}

.cmn_dl dt,
.cmn_dl dd {
    font-size: 1.4rem;
}

.cmn_dl dt {
    display: block;
    width: 100%;
    padding: 11px 24px;
    border-width: 0 0 1px 0;
}

.cmn_dl dd {
    padding: 18px 24px;
    border-width: 0 0 1px 0;
}

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

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


/* 共通お問い合わせ */
.cmn_contactbox {
    position: static;
}

.cmn_contactbox .cmn_contactbox_inner {
    background: none;
    padding-top: 32px;
    padding-bottom: 12px;
}

.cmn_contactbox_inner .cmn_tit_line {
    position: relative;
    margin: 0 auto 16px 5%;
    font-size: 2.2rem;
    line-height: 1.4;
    letter-spacing: 0.1rem;
}

.cmn_contactbox_inner .cmn_tit_line::before {
    left: -10px;
    top: 16px;
    transform: translate(-100%, 0);
}

.cmn_contactbox_inner > div {
    width: 100%;
    padding: 0 5%;
}

.cmn_contactbox > span {
    position: static;
    display: block;
    font-size: 8rem;
    line-height: 1.1;
    text-align: right;
}

.cmn_contactbox_inner p {
    margin: 0 0 16px 0;
    font-size: 1.5rem;
}

.cmn_contactbox_inner a[href^="tel"] {
    font-size: 3.4rem;
    letter-spacing: 0.2rem;
}

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

.cmn_contactbox_inner small{
    margin: 0 0 30px 0;
    font-size: 1.5rem;
}

.cmn_contactbox_inner a:not([href^="tel"]) {
    max-width: 250px;
    padding: 15px 15px 15px 52px;
    font-size: 1.5rem;
    background-position: left 20px center;
}


/* header */
.home_maintitle h2 {
    padding-bottom: 340px;
    font-size: calc(23px + (36 - 23)*(100vw - 370px)/(800 - 400));
}


.header_top {
    position: relative;
    z-index: 9999;
    height: 60px;
    padding: 0 3%;
}

.home_header .header_top {
    z-index: 9999;
}

.header_logo {
    width: 250px;
    margin: 2px 0 0 0;
}
.home_header .header_logo {
    margin: -14px 0 0 0;
}

.header_tel,
.header_contact,
.header_entry {
    display: none;
}

/* スマホメニュー */
#header_spmenu {
    flex-shrink: 0;
    display: block;
    width: 30px;
    height: 20px;
}

#header_spmenu_check {
    display: none;
}

#header_spmenu_open {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(../img/header_ico_spmenu.svg) no-repeat left top / 100% 100%;
    cursor: pointer;
}

#header_spmenu_close_bg {
    position: fixed;
    top: 0;
    right: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
}

#header_spmenu_check:checked ~ #header_spmenu_close_bg {
    display: inline-block;
    background: rgba(0, 0, 0, 0.7);
}

#header_spmenu_conts {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    display: block;
    width: 180px;
    height: 100%;
    background: #FFF;
    overflow: scroll;
    transform: translate(100%,0);
    transition: transform .35s;
    text-align: right;
}

#header_spmenu_check:checked ~ #header_spmenu_conts {
    transform: translate(0,0);
}

#header_spmenu_close_btn {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 8% 8% 20px 0;
    background: url(../img/header_ico_close_b.svg) no-repeat center / cover;
    background: url(../img/header_ico_close_g.svg) no-repeat center / cover;
    cursor: pointer;
}

#header_spmenu_conts li {
    /* border-bottom: 1px solid #006523; */
    /* border-bottom: 1px solid #4D4D4D; */
    border-bottom: 1px solid rgba(77, 77, 77, 0.3);
}

#header_spmenu_conts a {
    display: block;
    padding: 16px 0 16px 24px;
    color: #006523;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.2rem;
    text-align: left;
}

.header_gnav {
    display: none;
}

.home_header .header_gnav {
    position: static;
    display: block;
    background: #006523;
}

.home_header .header_gnav ul {
    display: flex;
    flex-wrap: wrap;
}

.home_header .header_gnav li {
    width: 50%;
    border-width: 0;
    border-style: solid;
    border-color: #FFF;
}

.home_header .header_gnav .entry {
    display: block;
    width: 100%;
    background: #FFF;
}

.home_header .header_gnav li:nth-of-type(1) {
    border-width: 0 1px 1px 0;
}

.home_header .header_gnav li:nth-of-type(2) {
    border-width: 0 0 1px 0;
}

.home_header .header_gnav li:nth-of-type(3) {
    border-width: 0 1px 0 0;
}

.home_header .header_gnav li:not(.entry) a {
    padding: 14px 0;
}

.home_header .header_gnav span {
    font-size: 1.6rem;
}

.home_header .header_gnav small {
    font-size: 1.3rem;
}

.home_header .header_gnav .entry a {
    display: block;
    padding: 20px 0;
    color: #006523;
    font-size: 1.7rem;
    font-weight: 600;
    text-align: center;
}





.header_tit {
    height: 120px;
}

.header_tit h1 {
    font-size: 2.6rem;
    line-height: 1.4;
    text-align: center;
}

.header_tit span {
    font-size: 10rem;
}



/* footer */
.footer_top {
    padding-top: 34px;
    padding-bottom: 48px;
    display: block;
    text-align: center;
}

.footer_top > dt {
    display: inline-block;
    width: auto;
    border-right: 0;
    margin: 0 0 32px 0;
}

.footer_top > dt > span {
    display: inline-block;
    padding: 0 0 0 36px;
    margin: 0 0 36px 0;
    font-size: 2.4rem;
    letter-spacing: 0.1rem;
    background: url(../img/footer_logo.svg) no-repeat left center / 28px auto;
}

.footer_top > dt > div {
    margin: 0 0 0 0;
    text-align: left;
    font-size: 1.4rem;
}

.footer_top > dd {
    width: 100%;
    text-align: left;
    font-size: 1.4rem;
}

.footer_bottom {
    display: block;
}

.footer_bottom ul {
    text-align: center;
}

.footer_bottom li {
    margin: 3px 0;
}

.footer_bottom li a {
    font-size: 1.4rem;
}

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

.footer_bottom small {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 24px 0 0 0;
    font-size: 1.1rem;
    text-align: center;
}

.footer_bottom small span {
    order: 1;
    display: block;
    width: 100%;
    margin: 4px 0 0 0;
    color: #ddd;
}

.footer_gotop {
    right: 3%;
    bottom: 40px;
    width: 50px;
}



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

.home_about {
    padding: 0 0 40px;
}

.home_recruit,
.home_service {
    padding: 30px 0 40px;
}

.home_about_txtbox > p,
.home_recruit .cmn_maxbox > p,
.home_service .cmn_maxbox > p {
    margin: 0 0 20px 26px;
}

.home_btn_arr a {
    width: 120px;
    padding: 0 0 10px 2px;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
}

.home_about > span,
.home_recruit > span,
.home_service > span {
    letter-spacing: 0.3rem;
    font-size: 8rem;
}





.home_recruit_diamonds {
    position: static;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 30px 0;
    height: auto;
}

.home_recruit_diamonds .seishain,
.home_recruit_diamonds .keiyaku,
.home_recruit_diamonds .part,
.home_recruit_diamonds .entry
{
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    overflow: visible;
}

.home_recruit_diamonds .seishain,
.home_recruit_diamonds .keiyaku,
.home_recruit_diamonds .part
{
    position: static;
    width: 30%;
    height: auto;
}

.home_recruit_diamonds .seishain a,
.home_recruit_diamonds .keiyaku a,
.home_recruit_diamonds .part a
{
    position: relative;
    height: 0;
    padding: 100% 0 0 0;
    background: #000;
}

.home_recruit_diamonds .seishain a:hover,
.home_recruit_diamonds .keiyaku a:hover,
.home_recruit_diamonds .part a:hover
{
    /* main.cssの透過効果打ち消し */
    opacity: 1.0;
    filter: none; /* 初期値：none */
    -ms-filter: ""; /* 初期値："" */
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.home_recruit_diamonds .entry
{
    position: static;
    width: 100%;
    height: auto;
    margin: 4% 0 0 0;
}

.home_recruit_diamonds .seishain div,
.home_recruit_diamonds .keiyaku div,
.home_recruit_diamonds .part div,
.home_recruit_diamonds .entry div
{
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.home_recruit_diamonds .seishain div,
.home_recruit_diamonds .keiyaku div,
.home_recruit_diamonds .part div
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
}

.home_recruit_diamonds .entry div
{
    position: static;
    width: auto;
    height: 60px;
    font-size: 1.5rem;
}






.home_about_txtbox {
    max-width: none;
    margin: 0;
}

.home_about::before {
    position: static;
    width: 100%;
    height: 0;
    padding: 50% 0 0 0;
    margin: 0 0 20px 0;
    background-image: url(../img/home_about_sp.jpg);
    background-position: left top;
    background-size: cover;
}

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

.home_service > ul {
    display: block;
    padding: 0 30px;
    margin: 0 0 40px 0;
}

.home_service > ul li {
    width: 100%;
}

.home_service > ul a {
    height: 150px;
    font-size: 1.8rem;
}






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

.company_greet p {
    line-height: 1.6;
}

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

.company_history dt {
    padding: 18px 16px;
}

.company_history dd {
    padding: 18px 16px;
}


.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%;
}





/* service /////////////////////////////////////////////////////////////////////////////////////////// */







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


.recruit_jobinfo_tit {
    height: 120px;
}

.recruit_jobinfo_tit h2 {
    margin: 0 auto 0 34px;
}

.recruit_jobinfo_inner {
    padding-top: 40px;
    padding-bottom: 70px;
}

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

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

.recruit_jobinfo_inner > ul {
    margin: 50px auto 0;
}









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


.contact_form_attention {
    margin: 0 0 30px 0;
}

.contact_form_dl dt {
    display: flex;
    align-items: center;
}

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

.contact_form_dl #fax,
.contact_form_dl #tel,
.contact_form_dl #jobtype,
.contact_form_dl #toiawase {
    width: 100%;
}

.contact_form_dl #year {
    width: 70px;
}

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

.contact_form_dl #mail1 {
    width: calc(100% - 80px);
}

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

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



/* mfp */
#contactButton button[type="reset"],
#contactButton button[type="submit"] {
    display: block;
    font-size: 1.6rem;
}

#contactButton button[type="reset"] {
    margin: 0 auto 22px;
}

#contactButton button[type="submit"] {
    margin: 0 auto;
}





}










@media only screen and (max-width: 780px) {











/* common /////////////////////////////////////////////////////////////////////////////////////////// */




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




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




/* service /////////////////////////////////////////////////////////////////////////////////////////// */

.service_msg,
.recruit_msg {
    padding-top: 0;
    margin: 50px 0 0 0;
    overflow: hidden;
}
.recruit_msg {
    background-position: left top;
}

.service_msg_txtbox,
.recruit_msg_txtbox {
    max-width: none;
    margin: 0 0 0 0;
}

.service_msg::before,
.recruit_msg::before {
    position: static;
    z-index: 1;
    width: 100%;
    height: 0;
    padding: 56% 0 0 0;
    margin: 0 0 30px -50px;
    background-position: left top;
    background-size: contain;
}
.recruit_msg::before {
    background-image: url(../img/recruit_jobtype_msg_bg01.png);
}


.service_cost h3 {
    margin: 0 0 10% 0;
    font-size: 2.0rem;
}

.service_cost_2col {
    display: block;
}

.service_cost_2col > img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 10%;
}

.service_cost_2col > dl {
    width: 100%;
}

.service_cost_2col dt {
    padding: 8px 16px 8px 68px;
    font-size: 1.6rem;
}

.service_cost_2col dt span {
    font-size: 2.2rem;
}


.service_outsource {
    /* padding-top: 40px; */
}

.service_outsource_txtbox {
    margin: 0 0 0 0;
}

.service_outsource_flow {
    display: block;
}

.service_outsource_flow > div {
    width: 100%;
}

.service_outsource_flow > div + div {
    margin: 40px 0 0 0;
}

.service_outsource_flow dt {
    padding: 8px 0;
    margin: 0 0 10% 0;
}

.service_outsource_flow h3 {
    font-size: 1.9rem;
}

.service_outsource_flow img {
    margin: 0 auto 7%;
}

.service_outsource_contact h3 {
    font-size: 1.8rem;
}







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

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

.recruit_jobtype_cmnwrap > h3 {
    display: flex;
    align-items: center;
    /* height: 80px; */
    height: 70px;
    margin: 0 0 40px 0;
    font-size: 2.2rem;
    /* background-position: right -50% center,center; */
    /* background-position: right -20% center,center; */
    background-position: right -40px center,center;
}
.recruit_jobtype_cmnwrap:nth-of-type(2) > h3 span  {
    font-size: 1.6rem;
    line-height: 1.2;
}

.recruit_jobtype_cmnwrap > p,
.recruit_jobtype_cmnwrap > dl {
    padding-left: 4%;
    padding-right: 4%;
    padding-left: 2%;
    padding-right: 2%;
}

.recruit_jobtype_cmnwrap > p {
    margin: 0 0 30px 0
}

.recruit_jobtype_cmnwrap h4 {
    font-size: 1.8rem;
    padding: 0 0 0 30px;
    margin: 0 0 20px 0;
    background-position: left top 4px;
    background-size: 20px;
}

.recruit_jobtype_cmnwrap dt {
    padding: 11px 16px;
    font-size: 1.5rem;
}

.recruit_jobtype_cmnwrap dd {
    padding: 26px 16px;
    padding: 26px 10px;
}

.recruit_jobtype_cmnwrap dd li {
    font-size: 1.3rem;
    letter-spacing: 0.05rem;
    padding-left: 14px;
    text-indent: -14px;
}


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

.recruit_entry_inner > h3 {
    font-size: 1.8rem;
    padding: 0 0 0 30px;
    background-position: left top 4px;
    background-size: 20px;
}

.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 li:nth-of-type(3) h4,
.recruit_entry_inner > ul li:nth-of-type(4) h4 {
    padding-left: 3%;
}

.recruit_entry_inner > ul img {
    width: 50px;
}

.recruit_entry_contact dt a {
    padding: 46px 5% 40px 10px;
    background-size: 40% auto;
}

.recruit_entry_contact dt h3 {
    font-size: 2.0rem;
    letter-spacing: 0.1rem;
}

.recruit_entry_contact dt span {
    padding: 0 30px 14px 2px;
    font-size: 1.5rem;
}

.recruit_entry_contact dd > span {
    font-size: 3.0rem;
}

.recruit_entry_contact dd > span > small {
    font-size: 2.0rem;
}





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


.contact_info section {
    padding: 26px 28px 16px;
}

.contact_info h3 {
    font-size: 2.6rem;
}

.contact_info dl {
    display: block;
}

.contact_info .tel,
.contact_info .fax {
    justify-content: center;
    width: 100%;
    margin: 0 0 10px 0;
}

.contact_info dd {
    width: 230px;
}

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

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

.contact_info address {
    font-size: 1.4rem;
}



}








@media only screen and (max-width: 560px) {







/* common /////////////////////////////////////////////////////////////////////////////////////////// */

.home_mainimg li {
    height: 490px;
    background-position: left top 6%;
}

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

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

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



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




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




/* service /////////////////////////////////////////////////////////////////////////////////////////// */




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





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






}


