



#inquiry{
	max-width:1000px;
	margin: 50px auto 100px;
	text-align: center;
	font-size: 18px;
}

@media screen and (max-width:767px){
	#inquiry{
		max-width:90%;
		margin: 0 auto 0;
		font-size: 14px;
	}
}


#inquiry table{
	border-collapse:  collapse;
    width:  100%;
	margin: 70px auto;
	text-align: left;
	font-size: 16px;
}

#inquiry th{
	padding: 20px 15px;
	display: flex;
	align-items: center;
	font-weight: normal;

}

#inquiry th span{
	margin-left: 20px;
	font-size: 12px;
	display: block;
	border-radius: 30px;
	background: #78bc27;
	text-align: center;
	color: #fff;
	width: 60px;
	padding: 5px;

}
#inquiry td{padding: 20px;}

#inquiry td input[type="text"],
#inquiry td input[type="email"],
#inquiry td input[type="tel"]
{
	width:100%;
	min-width: 670px;
	padding:5px 20px;}

#inquiry td textarea{
	width:100%;
	min-width: 670px;
	padding:5px 20px;}

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

	#inquiry table{
		margin: 30px auto;
		font-size: 14px;
	}
	#inquiry th{width: 100%;padding:0 15px;}
	#inquiry td{display: block;width: 100%;}

	#inquiry td input[type="text"],
	#inquiry td input[type="email"],
	#inquiry td input[type="tel"]{
	width:100%;
	min-width: auto;
	padding:5px 20px;}

	#inquiry td textarea{
	width:100%;
	min-width: auto;
	padding:5px 20px;}
}



/****form****************/

/****form****************/


.wpcf7-list-item label {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 12px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
}
.wpcf7-list-item label:hover
{
	color: #53b300;
    background-color: #e2edd7;
}
.wpcf7-list-item input:checked + label {
    color: #53b300;
   background-color: #e2edd7;
}

/*************************

 　　　　　追記

*************************/

.text.contact_header{
	font-size: 14px;
	text-align: left;
}

.kv{
	margin-bottom: 50px;
}
#inquiry td span.short input[type="text"] {
  width:30%;
        min-width: 250px;
        margin-left: 1em;
}


select{
      padding: 9px 20px;
      width:30%;
            min-width: 250px;
            vertical-align: bottom;
}

@media screen and (max-width:767px){
	
#inquiry td span.short input[type="text"] {
  	width:100%;
    min-width: auto;
    margin-right: 0;
}


select{
    padding: 9px 20px;
    width:100%;
    min-width:auto;
     vertical-align: bottom;
	margin-top: 15px;
	}
}

.linehigh-add{
  line-height: 2.5;
}


.agreement {
    width: 100%;
    max-width: 1000px;
    padding: 50px;
    background: #f1f1f1;
    margin: 0 auto 100px auto;
    text-align: center;
    font-size: 14px;
    line-height: 1.6em;
}
.agreement h3{
  font-size: 14px;
}

@media screen and (max-width:767px){
	.agreement {text-align: left;}
	.agreement h3{text-align: center;}
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    max-width: 800px;
    width: 90%;
    margin: 20px auto;
}
a.open-popup-link,
a.open-popup-link:visited
{
  color:#78bc27;
  text-decoration: underline;
}
.link_icon{
  position: relative;
}
.link_icon:after {
  content: '　　　';
  position: absolute;
  top: 2px;
  bottom: 0;
  margin: auto;
  margin-left:0.5em;
  background: url(../img/form/link_icon_bk.png)no-repeat 50%/cover;
  width: 12px;
  height: 12px;
}
.po_chek{
  padding: 0.6em;
}


.agreement input[type="submit"] {
    width: 260px;
    height: 55px;
    line-height: 55px;
    border: 1px solid #78c50b;
    background: #78c50b;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    z-index: 1;
    -webkit-transition: 0.65s;
    -o-transition: 0.65s;
    transition: 0.65s;
    margin-top: 0;

}


.white-popup h5 {
    color: #78bc27;
    margin: 20px 0;
    font-size: 14px;
}


.white-popup h4 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 50px;
    position: relative;
    text-align: center;
    width: 250px;
    margin: auto;
}
.white-popup h4 span {
    content: "";
    display: block;
    background: #78bc27;
    width: 30px;
    height: 1px;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
}






/* ***************#footer_contact_sec ************************* */
#footer_contact_sec .inner {
  width: 100%;
  background-color: #3f3e3e;
  color: #fff;
}

.footer_contact_wrap {
  width: 63%;
  margin: 0 auto;
  display: flex;
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-bottom: 10rem;
}

#footer_contact_sec .footer_contact_left {
  width: 42.2%;
  display: flex;
}

.footer_contact_left div {
  /* flex: 0 1 auto; */
  margin-left: 1em;
  padding-left: 2em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.footer_contact_left .icn {
  font-weight: bold;
  font-size: 1rem;
}

#footer_contact_sec .footer_contact_right {
  width: 57.8%;
  display: flex;
}

.footer_contact_right .text {
  width: 53%;
  text-align: center;
  font-size: 0.7rem;
  line-height: 1.5;
  padding-top: 0.5em;
}

.footer_contact_right .footer_contact_btn {
  width: 40%;
  text-align: center;
  background-color: #fff;
  font-size: 1rem;
  color: #000;
  margin: 0 auto;
  padding: 0.5em 1em;
}

#footer_contact_sec .footer_contact_left .icn,
.footer_contact_right .footer_contact_btn .icn {
  position: relative;
}

#footer_contact_sec .footer_contact_left .icn:before {
  content: '';
  position: absolute;
  top: 0;
  left: -30px;
  bottom: 0;
  /* display: block; */
  margin: auto;
  background: url(../img/single-recruit/icon-mail.png) no-repeat 50%/cover;
  width: 20px;
  height: 16px;
}

.footer_contact_right .footer_contact_btn .icn:before {
  content: '';
  position: absolute;
  top: 2px;
  left: -15px;
  bottom: 0;
  /* display: block; */
  margin: auto;
  background: url(../img/icn_sec_title.png)no-repeat 50%/cover;
  width: 8px;
  height: 6px;
}

h2>span{
  position: relative;
}
.line_icn:after{
  content: '';
      position: absolute;
      top: 0;
      /* left: 0; */
      bottom: 0;
      right: -2rem;
      /* display: block; */
      margin: auto;
      background: url(../img/form/line].png)no-repeat 50%/cover;
      width: 18px;
      height: 1px;
}


#occupation_header_wrap {
  width: 100%;
  text-align: center;
}


#occupation_header_wrap h2 {
  font-size: 1.2rem;
  margin-bottom: 1.2em;
  font-weight: bold;
}

#occupation_header_wrap h2>div{
  font-size: 0.7rem;
}

.sidebar {
  min-height: 285px;
  background-color: #62c41a;
}

.sidebar .breadcramb {
  background-color: #1c9f07;
}



.sidebar .breadcramb ul {
  display: flex;
}

.under-page-header {
  width: 130%;
  margin-left: 50%;
  bottom: 3em;
  position: absolute;
  left: -50%;
  color: #fff;
  font-size: 0.7em;
}

.under-page-header ul {
  padding: 1.7em;
}

.under-page-header ul li {
  padding: 0 0.6em;
}

.under_leyer_kv {
  width: 100%;
}

.under_leyer_kv img,
.sns_badge img {
  max-width: initial;
  width: 100%;
}

.kv {
  margin-bottom: 70px;
}
h1.under_leyer_title {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
  font-size: 3em;
  font-weight: bold;
}

h1.under_leyer_title div {
  font-size: 0.3em;
  font-weight: normal;
  text-align: center;
  margin-top: -0.5em;
}

h1.under_leyer_title span.icon {
  position: relative;
}

h1.under_leyer_title span.icon:before {
  content: '';
  position: absolute;
  top: 2px;
  left: -15px;
  bottom: 0;
  /* display: block; */
  margin: auto;
  background: url(../img/icn_sec_title.png)no-repeat 50%/cover;
  width: 8px;
  height: 6px;
}

.pc_hidden {
  display: none;
}



@media (max-width: 1023px) {
/************

追記

***************/

.sp-only{
  display: none;
}

.agreement{
  padding: 5%;
}
.po_check{
  margin-left: 0;
  text-align: center;
}
.agreement input[type="submit"]{
  margin-left: 8%;
}


/******************************/

  #footer_contact_sec {
    margin-bottom: 70px;
  }

  .footer_contact_wrap {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 30px;
  }

  #footer_contact_sec .footer_contact_left {
    width: 42.2%;
    display: flex;
  }

  .footer_contact_left div {
    flex: 0 1 auto;
    margin: auto;
    padding-left: 2em;
  }

  .footer_contact_left .icn {
    font-weight: bold;
    font-size: 0.8rem;
  }

  #footer_contact_sec .footer_contact_right {
    width: 57.8%;
    display: block;
  }

  .footer_contact_right .text {
    text-align: center;
    font-size: 0.6rem;
    line-height: 1.5;
    margin-bottom: 0.5em;
    width: auto;
  }

  .footer_contact_right .footer_contact_btn {
    width: 71.5%;
    text-align: center;
    background-color: #fff;
    font-size: 0.7rem;
    color: #000;
    margin: 0 auto;
    padding: 0.9em;
  }

  #footer_contact_sec .footer_contact_left .icn:before {
    content: '';
    position: absolute;
    top: 0;
    left: -25px;
    bottom: 0;
    /* display: block; */
    margin: auto;
    background: url(../img/single-recruit/icon-mail.png) no-repeat 50%/cover;
    width: 17px;
    height: 13px;
  }

  #occupation_header_wrap {
    width: 93%;
  }

  /* #occupation_header */
  #occupation_header_wrap {
    font-size: 0.85rem;
  }

  #occupation_header_wrap .industry_badge ul {
    display: flex;
  }

  .industry_badge {
    margin-bottom: 1em;
  }

  #occupation_header_wrap .industry_badge ul li {
    width: 7.3em;
    text-align: center;
    line-height: 2;
    margin-right: 0.8em;
  }

  #occupation_header_wrap .industry_badge ul li:last-child {
    text-align: left;
  }

  #occupation_header_wrap h2 {
    font-size: 1rem;
    margin-bottom: 0.8em;
  }

  .sns_badge {
    margin-bottom: 30px;
  }

  .sidebar {
    min-height: 285px;
    background-color: transparent;
    width: 25%;
  }

  .under-page-header ul {
    /* padding: 1.7em; */
    padding: 1em 0.5em;
    font-size: 0.4em;
  }

  div.submenu {
    display: none;
  }

  div.swiper-container {
    margin-top: 70px;
    /* transform: scale(1.8); */
  }

  h1.under_leyer_title {
    left: 50%;
    font-size: 2em;
  }


.breadcramb{
    background-color: #1c9f07;
    position: absolute;
    bottom: 0;
    left:0;
}
.breadcramb ul{
  color: #fff;
  display: flex;
  font-size: 0.7em;
  padding: 1em;
}
.breadcramb ul li{
  padding-right: 1em;
}
  .sp_hidden {
    display: none;
  }

  .pc_hidden {
    display: block;
  }
}



#sitemap_list {
    margin: auto !important;
    max-width: 1000px !important;
}


#privacy{margin: 100px auto !important;
    max-width: 1000px !important;}



#privacy h5 {
    color: #78bc27;
    margin: 20px 0;
    font-size: 14px;
}


#privacy h4 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 50px;
    position: relative;
    text-align: center;
    width: 250px;
    margin: auto;
}
#privacy h4 span {
    content: "";
    display: block;
    background: #78bc27;
    width: 30px;
    height: 1px;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
}
