@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  outline: none;
  text-decoration: none;
  list-style: none;
  webkit-transform:translateZ(0);
  font-family: 'ヒラギノ角ゴシック Pro','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  /*font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;*/
}

body{
	color:#666;
	line-height: 1.5;
}

p{
	font-size:16px;
	line-height: 1.9;
	letter-spacing: 2px;
}


a{
	color:#666;
}

a:hover{
	text-decoration: none !important;
}

.wrapper{
	max-width: 1020px;
	padding:20px;
	box-sizing: border-box;
	margin:0 auto;
}

.pc{display: block;}
.sp{display: none;}

.contents{
	padding-top:81px;
}

/*header*/
.header_wrapper{
	box-sizing: border-box;
	padding:8px 20px;
	position: fixed;
	z-index: 10000;
	width:100%;
	background-color:#fff;
	margin:0 auto;
	box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.1);
}

.header_wrapper>div{
	max-width: 980px;
	box-sizing: border-box;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/*メインビジュアル*/
.bg_1 {
	background-color: #fff;
  position: relative;
}

.heading {
  position: absolute;/*絶対配置*/
  z-index:10;
  color: white;
  top: 50%;
  left:13%;
}
.slider img {
  width: 100%;
  position: relative;
  margin: auto;
}

.heading h1{
	border-bottom:3px solid #fff;
	margin-bottom:9px;
}


/*---
#main_vd{
	padding-top: 37%;
	background-image: url("../images/main_vd.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	max-height: 600px;
}

.heading{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left:13%;
	margin:auto;
	font-size:29px;
	letter-spacing: 1.8px;
	color:#fff;
	text-shadow: 0 2px 10px rgba(14,1,1,0.5);
}

.heading h1{
	border-bottom:3px solid #fff;
	margin-bottom:9px;
}*/

/*検索*/


#search{
	margin:50px auto 20px auto;
	padding:0 50px;
	box-sizing: border-box;
	z-index:999;
  text-align: center;
}

.area_search {
  width: 940px;
  height: 547px;
  background: url(../images/map.png);
  repeat: none;

}

#search h2{
  font-size: 30px;
  text-align: center;
  position: relative;
  margin-bottom:65px;
  margin-top:65px;

}

#search h2:after{
  position: absolute;
  bottom: -10px;
  left: calc(50% - 50px);
  width: 100px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #666;
}
.map_title {
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: bold;
  color: #9E000C;
}
#map {
  position: relative;
  margin: auto;
  font-size: 22px;
}
#map p {
  position: absolute;
}
#map a {
  color: #9E000C;
  font-size: 21px;
  text-decoration: none;
  transition: all 0.1s;
}
#map a:hover {
  font-size: 22px;
  font-weight: bold;
}
.shiga {top: 200px;right: 580px;}
.osaka {top: 200px;right: 500px;}
.nara {top: 233px;right:580px;}
.hyogo {top: 233px;right: 500px;}
.chiba {top: 320px;left: 660px;}
.saitama {top: 320px;left: 740px;}
.tokyo {top: 355px;left: 660px;}
.kanagawa {top: 355px;left: 740px;}
.shizuoka {top: 434px;right: 310px;}
.aichi {top: 434px;right: 230px;}
.gifu {top: 467px;right: 310px; font-family:}
.mie {top: 467px;right: 230px; font-family:}
.hiroshima {top: 280px;left: 210px; font-family:}
.okayama {top: 280px;left: 290px; font-family:}
.fukuoka {top: 380px;left: 190px; font-family:}


/*事業概要*/
#company{
	text-align: center;
	margin-top:15px;
}

#company h2{
	margin-bottom:10px;
	font-size:39px;
	letter-spacing: 3px;
	margin:65px auto 20px;
	font-family: 'Noto Serif JP', serif;
}

#company p{
	font-size:21px;
	letter-spacing: 2px;
	margin:10px auto 50px;
	font-family: 'Noto Serif JP', serif;
}

.company_image{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom:10px;
}

.company_image div{
	width:48.7%;
}

.company_image img{
	width:100%;
}

/*インタビュー*/

#interview{
	margin-top:50px;
   max-width: 1000px;
   height: auto;
   padding-top: 100px;
   margin-bottom: 50px;
   margin: auto;
   text-align: center;
}
#interview2{
	margin-top:50px;
   max-width: 1000px;
   height: auto;
   padding-top: 100px;
   margin-bottom: 50px;
   margin: auto;
   text-align: center;
}

#interview2{
	margin-top:50px;
   max-width: 1000px;
   height: auto;
   padding-top: 100px;
   margin-bottom: 50px;
   margin: auto;
   text-align: center;
}

#interview2{
	margin-top:50px;
   max-width: 1000px;
   height: auto;
   padding-top: 100px;
   margin-bottom: 50px;
   margin: auto;
   text-align: center;
}

#interview2 h2{
	font-size: 30px;
	text-align: center;
	position: relative;
	margin-bottom:65px;
  }

#interview2 h2:after{
  position: absolute;
  bottom: -10px;
  left: calc(50% - 50px);
  width: 100px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #666;
}

#block02 h2{
	font-size: 30px;
	text-align: center;
	position: relative;
	margin-bottom:65px;
  margin-top:50px;
}

#block02 h2:after{
  position: absolute;
  bottom: -10px;
  left: calc(50% - 50px);
  width: 100px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #666;
}

ul.parent-col4 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
    max-width: 1000px;
	}
	ul.parent-col4 li {
		width:25%;
		margin-bottom: 30px;
		color: #fff;
	}

  ul.parent-col4 li img{
		width:90%;
		color: #fff;
    margin-bottom: 5px;
	}

	ul.parent-col4::after {
    content:"";
		display: block;
		width: 25%;
  }

	}
	ul.parent-col4::before {
		display: block;
		width: 25%;
		order:1;
	}

  ul.parent-col5 {
  		display: flex;
  		flex-wrap: wrap;
  		justify-content: space-between;
      max-width: 1000px;
  	}
  	ul.parent-col5 li {
  		width:25%;
  		margin-bottom: 30px;
  		color: #fff;
  	}

    ul.parent-col5 li img{
  		width:85%;
  		color: #fff;
      margin-bottom: 5px;
  	}

  	ul.parent-col5::after {
      content:"";
  		display: block;
  		width: 33%;
    }

  	}
  	ul.parent-col5::before {
  		display: block;
  		width: 33%;
  		order:1;
  	}




  /*正社員*/

  #block02 h2{
  	font-size: 30px;
  	text-align: center;
  	position: relative;
  	margin-bottom:65px;
    padding-top: 65px;
  }

  #block02 h2:after{
    position: absolute;
    bottom: -10px;
    left: calc(50% - 50px);
    width: 100px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #666;
  }

  .parts02 {
  	text-align: left;
  	display: flex;
  	justify-content: space-between;
  	align-items: flex-start;
  }

  .parts02 h3{
  	margin-bottom:20px;
  }

  .parts02 .image{
  	width:48%;
  }

  .parts02 .image img{
  	width:100%;
  }

  .parts02 .text {
  	width:48%;
  }

  .btn_aps {
    width: 100%;
    margin: auto;
  }


/*会社情報*/
#info{
	margin-top:50px;

}

#info h2{
	font-size: 30px;
	text-align: center;
	position: relative;
	margin-bottom:65px;
}

#info h2:after{
  position: absolute;
  bottom: -10px;
  left: calc(50% - 50px);
  width: 100px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #666;
}

#info li{
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding:15px 50px;
	letter-spacing: 2px;
}

#info li:nth-child(odd){
	background-color: #E7E7E7;
}

#info li div:nth-of-type(1){
	width:25%;
}

#info li div:nth-of-type(2){
	width:75%;
}



/*地図*/
#map{
	margin-top:30px;
}

.gmap {
height: 0;
overflow: hidden;
padding-bottom: 33.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

/*エントリーボタン*/

#button{
	margin:40px auto;
	letter-spacing: 2px;
}

#button{
	margin:20px auto;
	letter-spacing: 2px;
}



#button .wrapper{
	text-align: center;
	width: calc(100% - 100px);
	max-width: 776px;
}


#button .wrapper{
	text-align: center;
	width: calc(100% - 100px);
	max-width: 776px;
}



.button_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
}


.btn{
	display: inline-block;
	color:#fff;
	font-weight:bold;
	background-color:#8f0000;
	border:3px double #fff;
	padding: 11px 12px;
	width:48%;
	text-align: center;
	transition: .5s;
}

.btn_aps{
	color:#fff;
	font-weight:bold;
	background-color:#8f0000;
	border:3px double #fff;
	padding: 11px 35px;
	width:100%;
	text-align: center;
	transition: .5s;
}

.btn:hover{
	background-color:#C30E11;
}

/*フッター*/
.footer_wrapper{
	width:100%;
	background-image: url("../images/ikkoku_001.jpg");
	background-color:rgba(0,0,0,0.5);
	background-blend-mode:darken;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	font-size:10px;
	color:#fff;
	padding:20px;
	box-sizing: border-box;
}
.copyright{
	text-align: center;
}

.small_txt {
	margin:10px auto;
	text-align: right;
}
.under {
  border-bottom: dotted 2px #8f0000;
	font-size: small;
}

@media screen and (min-width:1024px) {

.header_wrapper{
	padding:8px 0;
	}

.header_wrapper>div{
	max-width: 100%;
	position: relative;
	padding:0;
	margin:0;
	width:100%;
}

.header_wrapper>div img{
	position: absolute;
	left:13%;
}

.header_wrapper>div>div{
	height:65px;
}
}

@media screen and (max-width:1024px) {

#main_vd{
	padding-top: 50%;
}
}

@media screen and (max-width:940px){
	/*----------エリア検索----------*/

  #accordion a {
    color: #fff;/*--都道府県名の色--*/
    background:#9E000C;
  }

  h3 {
    position: relative;
    left: 2%;
    font-weight: 900;
    font-size: 22px;
  }

  #accordion {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    line-height: 1;
  }

  #accordion input {
    position: absolute;
    height: 0;
    padding: 0;
    display: none;
  }

  #accordion div div.ttl {
    position: relative;
    padding: 0;
    border-bottom: 1px solid #DDD;
  }

  div.ttl:first-child {
    border-top: 1px solid #fff;/*--アコーディオン最上部のラインの色--*/
  }

  #accordion div.fire {
    position: relative;
    font-size: 18px;
    padding: 1.5em 2em;
    letter-spacing: 0.1em;
    color: #fff;/*--エリア名の色--*/
    cursor: pointer;
    background:#9E000C;
  }

  #accordion div.fire:hover {
    background: #a02a33;/*--エリア名マウスオーバー時の色--*/
  }

  #accordion input:checked + div div.ttl:after {
    top: 12px;
    right: 15px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background:#0050a6;
  }

  #accordion ul {
    list-style: none;
    margin: 0;
    padding: 0;

  }

  #accordion ul:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
  }

  #accordion input[type="checkbox"] + ul li {
    float: left;
    width: 100%;
    border-top: 0px solid #fff;/*--アコーディオン開閉時のラインの色--*/
    border-right: #fff solid 0px;/*--アコーディオン右側のラインの色--*/
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
  }

  #accordion input[type="checkbox"]:checked + ul li {
    float: left;
    width: 100%;
    border-top: 1px solid #fff;/*--アコーディオン開いた後のラインの色--*/
    border-right: #fff solid 1px;
    background:#c87a80;/*--アコーディオン開いた都道府県の背景--*/
  }

  #accordion input[type="checkbox"]:checked + ul li:nth-child(even) {
    float: left;
    width: 100%;
    border-right: none;
  }

  #accordion ul li a {
    display: block;
    overflow: hidden;
    height: 0;
    padding: 0 0 0 10px;
    text-decoration: none;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
  }

  #accordion input[type="checkbox"]:checked + ul li a {
    position: relative;
    background: none;
    line-height: 1;
    height: 20px;
    padding: 1.3em 0px 1em 10px;
    font-size: 14px;
  }

  #accordion ul:before {
    position: absolute;
    top: 30px;
    right: 2.8em;
    display: inline-block;
    content: "";
    width: 14px;
    height: 14px;
    margin-top: -4px;
    margin-right: -4px;
    vertical-align: middle;
    border-top: 3px solid #fff;/*--矢印--*/
    border-right: 3px solid #fff;/*--矢印--*/
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
  }

  #accordion input[type="checkbox"]:checked + ul:before {
    position: absolute;
    top: 30px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
  }

  #accordion input[type="checkbox"] + ul li a:before {
    position: absolute;
    content: "";
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
  }

  #accordion input[type="checkbox"]:checked + ul li a:before {
    position: absolute;
    top: 23px;
    right: 1.2em;
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    margin-top: -4px;
    margin-right: -4px;
    vertical-align: middle;
    border-top: 3px solid #fff;/*--矢印--*/
    border-right: 3px solid #fff;/*--矢印--*/
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
  }

	
}

@media screen and (max-width:850px) {
	.pc{display: none;}
	.sp{display: block;}

  .bg_1 {
  	background-color: #fff;
    position: relative;
    z-index: 1;
  }

  .heading {
    position: absolute;/*絶対配置*/
    z-index:10;
    color: white;
    top: 50%;
    left:13%;
  }
  .slider img {
    width: 100%;
    position: relative;
    max-height: 600px;
    margin: auto;
  }

  .heading h1{
  	border-bottom:3px solid #fff;
  	margin-bottom:9px;
  }

	  /*正社員*/

		.parts02{
			text-align: left;
			display: flex;
			justify-content: space-between;
			align-items: flex-start;
			flex-direction: column;
		}
	
		.parts02 h3{
			margin-bottom:20px;
		}
	
		.parts02 .image{
			width:100%;
			margin-bottom:30px;
		}
	
		.parts02 .text{
			width:100%;
		}

		.btn_aps {
			width: 70%;
			margin: 30px auto;
		}

		.small_txt {
			margin:10px auto;
			text-align: left;
		}
}


@media screen and (max-width:750px) {

.pc{display: none;}
.sp{display: block;}

/*header*/
.header_wrapper{
	padding:8px 20px;
}

  .search_wrapper {
    flex-direction: column;
  }
  .search_left {
    width: 100%;;
  }

  .search_right {
    width: 100%;
  }

  #search form {
    padding: 20px 0px 0px;
    position: relative;
    z-index: 999;}

/*mainVD*/
.bg_1 {
	width: 100%;
	padding-top: 0;
	background-image: url("../images/main_vd_sp.png");
	background-position: center;
	background-size: 1220px;
  z-index: 1;
}

.bg_1 {
	background-color: #fff;
  position: relative;
}

.heading {
  position: absolute;/*絶対配置*/
  z-index:10;
  color: white;
  top: 50%;
}

.heading h1{
	border-bottom:3px solid #fff;
	margin-bottom:9px;
  font-size: 1em;
}

.heading h2{
	margin-bottom:9px;
  font-size: 1em;
}

.slider img {
  width: 100%;
  position: relative;
  max-height: 600px;
  margin: auto;
}

.heading h1{
	border-bottom:3px solid #fff;
	margin-bottom:9px;
}

.heading{
	font-size:20px;
}


/*検索*/
#search{
	margin-top:10px;
	padding:0 50px;
}

.wrapper .sp {
  width: 100%;
}

ul.parent-col5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1000px;
  }
  ul.parent-col5 li {
    width:50%;
    margin-bottom: 30px;
    color: #fff;
  }

  ul.parent-col5 li img{
    width:85%;
    color: #fff;
    margin-bottom: 5px;
  }

  ul.parent-col5::after {
    content:"";
    display: block;
    width: 33%;
  }

  ul.parent-col5::before {
    display: block;
    width: 33%;
    order:1;
  }


/*  width: 100%;
  margin: auto;
}
*/


/*事業概要*/

#company h2{
	font-size:35px;
	margin:40px auto 20px;
}

#company p{
	font-size:17px;
	margin:10px auto 40px;
}

.company_image{
	flex-direction: column;
	margin-bottom:10px;
}

.company_image div{
	width:100%;
}

.company_image div:nth-of-type(1){
	margin-bottom:20px;
}


/*インタビュー*/

#interview{
	margin-top:15px;
}

#interview2{
	margin-top:15px;
}

#interview2 h2{
	display: block;;
	font-size: 26px;
	margin-bottom:50px;
}

#block02 h2{
	display: block;;
	font-size: 26px;
	margin-bottom:50px;
  margin-top:50px;
}

.child {
  width: 50%;
}
ul.parent-col4 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	ul.parent-col4 li {
		width:50%;
		margin-bottom: 30px;
		color: #fff;
	}

  ul.parent-col4 li img{
		width:90%;
		color: #fff;
    margin-bottom: 5px;
	}

	ul.parent-col4::after {
		display: block;
		width: 23%;

	}
	ul.parent-col4::before {
		display: block;
		width: 23%;
		order:1;
	}

  li a {
    font-size: 16px;
    padding: 10px;
  }


  



  .text_aps {
    padding-bottom: 50px;
  }

.people{
	display: flex;
	flex-direction: column;
}

.profile{
	width:100%;
	min-width: 200px;
	margin-right: 0px;
	margin-bottom:20px;
}

.profile img{
	margin-bottom:15px;
}

.voice{
	width:100%;
}

.voice h3{
	font-size:20px;
	}

.position{
	font-size: 15px;
}

.name{
	font-size:15px;
}

#info{
	margin-top:30px;
}

#info h2{
	font-size:26px;
}

.gmap {
padding-bottom: 40.25%;
}

#button .wrapper{
	width: calc(100% - 66px);
}



.btn{
	width:100%;
	padding-left:0;
	padding-right:0;
}

}

@media screen and (max-width:600px) {

.contents{
	padding-top:62px;
}


.bg_1 {
	background-color: #fff;
  position: relative;
  z-index: 1;
}

.heading {
  position: absolute;/*絶対配置*/
  z-index:10;
  color: white;
  top: 50%;
}

.heading h1{
	border-bottom:3px solid #fff;
	margin-bottom:9px;
  font-size: 1.5em;
}

.slider img {
  width: 100%;
  position: relative;
  max-height: 600px;
  margin: auto;
}



/*----------エリア検索----------*/

#accordion a {
  color: #fff;/*--都道府県名の色--*/
  background:#9E000C;
}

h3 {
  position: relative;
  left: 2%;
  font-weight: 900;
  font-size: 22px;
}

#accordion {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  line-height: 1;
}

#accordion input {
  position: absolute;
  height: 0;
  padding: 0;
  display: none;
}

#accordion div div.ttl {
  position: relative;
  padding: 0;
  border-bottom: 1px solid #DDD;
}

div.ttl:first-child {
  border-top: 1px solid #fff;/*--アコーディオン最上部のラインの色--*/
}

#accordion div.fire {
  position: relative;
  font-size: 18px;
  padding: 1.5em 2em;
  letter-spacing: 0.1em;
  color: #fff;/*--エリア名の色--*/
  cursor: pointer;
  background:#9E000C;
}

#accordion div.fire:hover {
  background: #a02a33;/*--エリア名マウスオーバー時の色--*/
}

#accordion input:checked + div div.ttl:after {
  top: 12px;
  right: 15px;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background:#0050a6;
}

#accordion ul {
  list-style: none;
  margin: 0;
  padding: 0;

}

#accordion ul:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#accordion input[type="checkbox"] + ul li {
  float: left;
  width: 100%;
  border-top: 0px solid #fff;/*--アコーディオン開閉時のラインの色--*/
  border-right: #fff solid 0px;/*--アコーディオン右側のラインの色--*/
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

#accordion input[type="checkbox"]:checked + ul li {
  float: left;
  width: 100%;
  border-top: 1px solid #fff;/*--アコーディオン開いた後のラインの色--*/
  border-right: #fff solid 1px;
  background:#c87a80;/*--アコーディオン開いた都道府県の背景--*/
}

#accordion input[type="checkbox"]:checked + ul li:nth-child(even) {
  float: left;
  width: 100%;
  border-right: none;
}

#accordion ul li a {
  display: block;
  overflow: hidden;
  height: 0;
  padding: 0 0 0 10px;
  text-decoration: none;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

#accordion input[type="checkbox"]:checked + ul li a {
  position: relative;
  background: none;
  line-height: 1;
  height: 20px;
  padding: 1.3em 0px 1em 10px;
  font-size: 14px;
}

#accordion ul:before {
  position: absolute;
  top: 30px;
  right: 2.8em;
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  margin-top: -4px;
  margin-right: -4px;
  vertical-align: middle;
  border-top: 3px solid #fff;/*--矢印--*/
  border-right: 3px solid #fff;/*--矢印--*/
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

#accordion input[type="checkbox"]:checked + ul:before {
  position: absolute;
  top: 30px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}

#accordion input[type="checkbox"] + ul li a:before {
  position: absolute;
  content: "";
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

#accordion input[type="checkbox"]:checked + ul li a:before {
  position: absolute;
  top: 23px;
  right: 1.2em;
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  margin-top: -4px;
  margin-right: -4px;
  vertical-align: middle;
  border-top: 3px solid #fff;/*--矢印--*/
  border-right: 3px solid #fff;/*--矢印--*/
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

/*正社員*/

.wrapper {
  width: 100%;
}
.parts02_aps{
  width: 100%
}

.parts02_aps h3{
  margin-bottom:20px;
}


.image_aps img {
  width: 100%;
}

.parts02_aps .text{
  width:90%;
}

.text_aps {
  padding-bottom: 50px;
}




/*会社情報*/
#info .wrapper{
	padding:0;
}

#info li{
	padding:15px 20px;
}

#info li div:nth-of-type(1){
	width:25%;
	min-width:100px;
}

#info li div:nth-of-type(2){
	width:72%;
}

.gmap {
padding-bottom: 48.25%;
}
}

@media screen and (max-width:500px) {

.contents{
	padding-top:58px;
}

#search{
padding:0 10px;
}


#search .site{
  left: 12px;
  width: calc(100% - 134px);
  margin: auto;
  z-index: 1001;
}

.gmap {
padding-bottom: 55.25%;
}

#button .wrapper{
	width:100%;
	padding:0 10px;
}



.btn{
	width:100%;
	box-sizing: border-box;
}
}


/* css 2023.11.27 */
.bg_1{
  margin-bottom: 141px;
}

#interview h2{
	font-size: 30px;
	text-align: center;
	position: relative;
	margin-bottom:65px;
  }

#interview h2:after{
  position: absolute;
  bottom: -10px;
  left: calc(50% - 50px);
  width: 100px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #666;
}

.c-title1{
	font-size: 30px;
	text-align: center;
	position: relative;
	margin-bottom:65px;
  }

.c-title1:after{
  position: absolute;
  bottom: -10px;
  left: calc(50% - 50px);
  width: 100px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #666;
}

#support_system{
  margin-bottom: 54px;
}
#faq{
  margin-bottom: 140px;
  overflow: hidden;
}
.c-working{
  background: #F6F6F6;
  padding: 75px 0 65px;
  margin-top: 46px;
}

.c-working h2{
	font-size: 30px;
	text-align: center;
	position: relative;
	margin-bottom:72px;
}

.c-working#working{
  margin-top: 73px;
  padding: 54px 0 63px;
}
.c-working#working h2{
  margin-bottom: 72px;
}

.c-working h2:after{
  position: absolute;
  bottom: -10px;
  left: calc(50% - 50px);
  width: 100px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #666;
}
.c-sec1 .c-title1{
  margin-top: 135px;
}
.c-list1{
  max-width: 1020px;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.c-list1__ttl{
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 26px;
}
.c-list1__item{
  background: #8F0000;
  width: calc(100%/2 - 12px);
  padding: 30px 15px;
  box-sizing: border-box;
  margin-bottom: 22px;
}
.c-list1__item:not(:nth-of-type(2n)){
  margin-right: 24px;
}
.c-list1__txt{
  font-size: 18px;
  font-weight: 300;
  line-height: 35px;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
}
.c-list1__img{
  line-height: 0;
  max-width: 117px;
  margin: 0 auto 14px;
}
.c-list1__img img{
  max-width: 100%;
}

.c-list1.is-style1 .c-list1__item{
  border: 3px solid #8F0000;
  background: #fff;
  padding: 30px 15px 13px;
}
.c-list1.is-style1 .c-list1__ttl{
  color: #8F0000;
  margin-bottom: 14px;
}
.c-list1.is-style1 .c-list1__txt{
  color: #666;
}
.c-list1.is-style1 .c-list1__img{
  margin: 0 auto 27px;
}
.c-list2{
  max-width: 700px;
  width: 100%;
  margin:0 auto;
  letter-spacing: 0;
}
.c-list2__item{
  position: relative;
  padding-left: 36px;
  
}
.c-list2__item:not(:last-of-type){
  margin-bottom: 79px;
}
.c-list2__item:before{
  content: "";
  position: absolute;
  background: url(../images/icon_up.svg) no-repeat;
  width: 29px;
  height: 26px;
  left: 0;
  top: 0;
}
.c-list2__step{
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #8F0000;
  margin-bottom: 18px;
}
.c-list2__txt{
  font-size: 18px;
  line-height: 24px;
  color: #666;
}
.c-list2__txt + .c-list2__txt{
  margin-top: 18px;
}
.c-list3{
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
  letter-spacing: 0;
}
.c-list3__q{
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #8F0000;
  padding-right: 20px;
  padding-left: 40px;
  margin-bottom: 20px;
  margin-left: 128px;
}
.c-list3__q:before{
  content: 'Q.';
  position: absolute;
  left: 0;
  font-size: 30px;
}
.c-list3__content{
  position: relative;
  font-size: 18px;
  line-height: 24px;
  color: #666;
  padding: 18px 20px 20px 197px;
  background: rgb(143, 0, 0, 0.1);
}
.c-list3__content:before{
  content: 'A.';
  position: absolute;
  left: 166px;
  font-size: 22px;
}
.c-list3__item:not(:last-of-type){
  margin-bottom: 77px;
}
.c-btncustom1{
  width: 100%;
}
.c-btncustom1 a{
  width: calc(50% - 25px);
  display: block;
}
.c-btncustom1 a .btn_aps{
  width: 100%;
  box-sizing: border-box;
}


@media screen and (max-width:750px) {
  .bg_1{
    margin-bottom: 45px;
  }
  #company{
    padding-top: 0 !important;
    margin-top: 0;
  }
  #company h2{
    margin-top: 10px;
  }
  #interview{
    padding-top: 37px;
  }
  #interview h2{
    display: block;;
    font-size: 26px;
    margin-bottom:50px;
  }
  #support_system {
    margin-bottom: 64px;
    padding-bottom: 0;
    margin-top: 72px;
  }
  #faq{
    margin-bottom: 52px;
  }
  #block02{
    padding-top: 0 !important;
  }
  #block02 h2{
    margin-top: 43px;
    margin-bottom: 39px;
  }
  .c-title1{
    display: block;;
    font-size: 26px;
    margin-bottom:50px;
  }

  .c-working{
    padding: 9px 0 18px;
    margin-top: 55px;
  }
  .c-working#working{
    padding: 9px 0 18px;
    margin-top: 55px;
  }
  .c-working h2{
    font-size: 26px;
    margin-bottom: 42px;
  }
  .c-working#working h2{
    margin-bottom: 42px;
  }
  .c-sec1 .c-title1{
    margin-top: 84px;
  }
  .c-list1{
    width: calc(100% - 40px);
    flex-flow: column;
    padding: 0;
  }
  .c-list1__ttl{
    margin-bottom: 12px;
  }
  .c-list1__item{
    width: 100%;
    padding: 18px 15px;
    margin-bottom: 32px;
  }
  .c-list1__item:not(:nth-of-type(2n)){
    margin-right: 0;
  }
  .c-list1__txt{
    font-size: 15px;
    line-height: 24px;
  }
  .c-list1__img{
    width: 25%;
    margin: 0 auto 12px;
  }

  .c-list1.is-style1 .c-list1__item{
    border: 1.5px solid #8F0000;
    padding: 18px 15px;
    margin-bottom: 40px;
  }
  .c-list1.is-style1 .c-list1__ttl{
    margin-bottom: 7px;
  }
  .c-list1.is-style1 .c-list1__img{
    margin: 0 auto 12px;
  }
  

  .c-list2{
    max-width: 640px;
    width: calc(100% - 45px);
    margin:0 auto 52px;
    letter-spacing: 0;
  }
  .c-list2__item{
    position: relative;
    padding-left: 22px;
  }
  .c-list2__item:not(:last-of-type){
    margin-bottom: 49px;
  }
  .c-list2__item:before{
    content: "";
    position: absolute;
    background: url(../images/icon_up.svg) center/cover no-repeat;
    width: 17px;
    height: 15.5px;
    left: 0;
    top: 0;
  }
  .c-list2__step{
    margin-bottom: 13px;
  }
  .c-list2__txt{
    font-size: 16px;
    line-height: 24px;
    color: #666;
  }
  .c-list2__txt + .c-list2__txt{
    margin-top: 12px;
  }
  .c-list3{
    max-width: 980px;
    margin: 0 auto;
    width: 100%;
    letter-spacing: 0;
  }
  .c-list3__q{
    margin-bottom: 14px;
    margin-left: 6px;
    padding-right: 20px;
  }
  .c-list3__q:before{
    content: 'Q.';
    position: absolute;
    left: 0;
    top: -2px;
  }
  .c-list3__content{
    padding: 14px 20px 17px 70px;
    font-size: 16px;
  }
  .c-list3__content:before{
    left: 39px;
    top: 13px;
  }
  .c-list3__item:not(:last-of-type){
    margin-bottom: 52px;
  }
}