@charset "utf-8";
.coming {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  text-align: center;
  font-size: 30px;
  color: #16A6B6;
}
.new_link{text-align: center;}
.new_link p{font-size: 20px;}
.new_link strong{font-size: 24px;}
.new_link img{max-width: 340px;}

@media (max-width: 700px) {
  .coming {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 150px;
    padding-bottom: 150px;
    font-size: 20px;
  }
}
/* Basic Structure
-------------------------------------*/
* {
  margin: 0;
  padding-top: 0px;
}
body {
  margin: 0;
  padding: 0;
  background-color: #f5f1e9;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
	position:relative;
}
fieldset {
  border: none;
}
a img {
  border: none;
}
form {
  margin: 0;
}
img.crisp-edges {
  image-rendering: optimizeSpeed; /* Legal fallback */
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Chrome, Safari */
  image-rendering: crisp-edges; /* CSS3 Proposed */
  -ms-interpolation-mode: bicubic; /* IE8+ */
}
/* Sentence, Character
------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #484848;
  line-height: 1.8em;
}
table {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #484848;
  line-height: 1.8em;
}
h2.contents_H2 {
  margin-top: 5px;
  margin-bottom: 20px;
  background-color: #EE6557;
  color: #FFFFFF;
  text-align: center;
  font-size: 24px;
  line-height: 50px;
}
h3.contents_H3 {
  margin-top: 5px;
  margin-bottom: 20px;
  background-color: #EE6557;
  color: #FFFFFF;
  text-align: center;
  font-size: 24px;
  line-height: 50px;
}
a {
 text-decoration: none;
color:inherit;
}
/* List
-------------------------------------*/
ul, ol, li, dd, dt, dl {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #484848;
  line-height: 1.3em;
}
/* Other
-------------------------------------*/
#container {
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}
.reset {
  clear: both;
  margin-bottom: 0px;
}
.contents {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
/* Header
-------------------------------------*/
.header {
  border-top-width: 10px;
  border-top-style: solid;
  border-top-color: #ee6557;
}
.headerBox {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
/* グローバルナビ
-------------------------------------*/
.btn-burger {
  display: none;
}
.nav-toggle {
  display: none;
}
#g-nav {
  background-color: #e3decc;
}
#g-nav ul {
  max-width: 1000px;
  margin:0 auto;
display:flex;
justify-content:space-between;
}
#g-nav ul li{
width:calc(100% / 6);
  color: #5e5a4a;
  }
#g-nav ul li a{
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  box-sizing: border-box;
border-left: 1px solid #5e5a4a;
}

#g-nav ul li:last-child {
  border-right: 1px solid #5e5a4a;
}
#g-nav ul li a:hover {
  background-color: #c6bea1;
  color: #5e5a4a;
}
.openbtn1{
	display:none;
}

/* パンくず
-------------------------------------*/
.pan ul {
  width: 1000px;
  margin: 5px auto 0;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow: auto;
  white-space: nowrap;

}
.pan ul li {
  font-size: 12px;
  color: #484848;
  line-height: 1;
  display: inline;
}
.pan ul li strong {
  font-weight: normal;
}
.pan ul li a {
  color: #484848;
}
.pan ul li a::after {
  content: "＞";
  margin-left: 5px;
  margin-right: 5px;
}
.panlist ul{
max-width:1000px;
margin:5px auto;
display:flex;
}
.panlist ul li{
font-size:12px;
color:inherit;
}
.panlist ul li a:after{
 content: "＞";
  margin:0 5px;
}

/* 就職対策フッターリンク
-------------------------------------*/
.footerLink ul, .footerLink_column ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.footerLink ul li {
  width: 24%;
  background-color: #FFFFFF;
  background-image: url(../images/sankaku.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 10px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footerLink_column ul li {
  width: 18%;
  background-color: #FFFFFF;
  background-image: url(../images/sankaku.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 10px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.footerLink ul li a, .footerLink_column ul li a{
  color: #16A6B6;
}
/* footer
-------------------------------------*/
.footer {
  border-top-width: 5px;
  border-top-style: solid;
  border-top-color: #ee6557;
  background-color: #e3decc;
}
.copyright {
  background-color: #5E5A4A;
  text-align: center;
}
.copyright p {
  color: #c6bea1;
  font-size: 12px;
}
.copyright p a {
  color: #fff;
}
.footer_in {
  max-width: 1000px;
  display:flex;
  margin:0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer_in h1{
		width:32%;
}
.footer_in h1 a{
	display:block;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	background:url("https://www.sanpou-s.net/find_job/images/footer_logo.png") no-repeat center center/contain;
	}
/**
.foorer_in h1 {
  float: left;
  width: 320px;
}**/
.footer_in .footer_box1{
  width: 68%;
}
.footer_in .footer_box1 ul{
/**  float: right;**/
  box-sizing: border-box;
  border-left: 1px solid #5E5A4A;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.footer_box1 li {
  width: 16%;
  text-align: center;
  font-size: 14px;
  box-sizing: border-box;
/**  float: left;**/
  border-right: 1px solid #5E5A4A;
}
.footer_box1 li a {
  color: #5E5A4A;
  display: block;
  line-height: 30px;
}
.sp{
	display:none;
}
.pc{
	display:block;
}
.new_link{text-align: center;}
.new_link p{font-size: 20px;}
.new_link strong{font-size: 24px;}


/* スマホ用
-------------------------------------*/
@media (max-width: 700px) {
.contents {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
 position:relative;
	 }
h2.contents_H2{
position:absolute;
	top:88px;
	left:0;
	margin-top:5px;
	margin-bottom:30px;
    font-size: 24px;
    line-height: 50px;
/**	z-index:1;**/
	width:100%;
  }

 h3.contents_H3 {
    font-size: 20px;
    line-height: 30px;
	margin-bottom:20px;
  }
  .header{
    border-top-width: 5px;
    border-bottom:5px solid #e3decc;
	width:100%;
	display:flex;
	justify-content:space-between;

  }
  .headerBox {
    width: 70%;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .headerBox h1 {
    max-width: 200px;
    /*text-align: center;*/
    margin-left: 10px;
    /*    margin-right: auto;*/
  }
  .headerBox h1 img {
    max-width: 100%;
    height: auto;
  }
  /**.btn-burger {
    display: block;
    width: 56px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
  }
/**.btn-burger .icon,.btn-burger .icon:before,.btn-burger .icon:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 3px; 
    width: 31px; 
    background-color: #5e5a4a;
    border-radius: 3px;
    display: block;
    content: '';
    margin: auto;
  }
.btn-burger .icon:before {
    top: 15px;
  }
.btn-burger .icon:after {
    top: -25px;
  }
  .nav-toggle:checked ~ .btn-burger .icon {
    background: transparent;
  }
  .nav-toggle:checked ~ .btn-burger .icon:before {
    transform: rotate(-45deg);
    top: 0;
  }
  .nav-toggle:checked ~ .btn-burger .icon:after {
    transform: rotate(45deg);
    top: 0;
  }
.btn-burger  .icon,.btn-burger .icon:before,.btn-burger .icon:after {
    transition: all 0.5s;
  }**/
/**  .nav-toggle:checked ~ nav {
    height: 100vh;
    position: absolute;
    z-index: 10;
    padding-top: 100px;
    box-sizing: border-box;
    -webkit-transition: -webkit-transform 0.5s;
    transition: all 0.5s;
  }**/
.openbtn1{
display:block;
 background:#DBB82E;
 cursor: pointer;
 margin-top:3px;
 width: 50px;
 height:50px;
 border-radius: 5px;
 position: relative;/*ボタン内側の基点となるためrelativeを指定*/
}



#g-nav{
	 position:fixed;
	 z-index:999;
	 top:-120%;
	left:0;
    width: 100%;
    height: 100vh;
    transition: all 0.6s;
  }
#g-nav.panelactive{
	top:60px;
	}
#g-nav ul{
	position:absolute;
	display:block;
	z-index:999;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	}
 /** .nav-toggle:checked ~ nav ul {
    display: block;
    visibility:visible;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.8s;
    transition: all 0.8s;
  }**/
  #g-nav ul li {
    width: 100%;
    font-size: 18px;
    /*line-height: 30px;*/
    line-height: 3;
    text-align: left;
    font-weight: 900;
    position: relative;
  }
  #g-nav ul li::after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    font-weight: 900;
    right: -15px;
    top: -2px;
  }
  #g-nav ul li:last-child {
    border: 0;
  }
  #g-nav ul li a {
    border: 0;
    padding: 0;
    box-sizing: border-box;
	display:block;
  }
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
  background: #fff;
  }


.openbtn1 span:nth-of-type(1) {
  top:15px; 
    width: 45%;
}

.openbtn1 span:nth-of-type(2) {
  top:23px;
    width: 35%;
}

.openbtn1 span:nth-of-type(3) {
  top:31px;
    width: 20%;
}

/*activeクラスが付与されると線が回転して×になる*/

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-135deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(135deg);
    width: 30%;
}
.pan ul {
    width: 100%;
	padding-bottom:3%;
	background:#f5f1e9;
  }
.pan ul li:last-child{
		border:none;
	}
.pan ul{
	border:none;
	}
.panlist{list-style:none;}
.panlist ul{
	display:block;
	letter-spacing:0;
	overflow-x:auto;
	white-space:nowrap;
	text-decoration:none;
	}
.panlist li{
	display:inline-block;
	font-size:75%;
	}
  .footerLink ul li,.footerLink_column ul li{
    width: 100%;
    margin-bottom: 10px;
  }
  .footerLink ul li:last-of-type,.footerLink_column ul li:last-of-type{
    margin-bottom: 0;
  }
  .foorer_in {
    width: 100%;
    margin:0 auto;
	display:block;
  }
  .copyright p {
    font-size: 10px;
  }
  .footer_in h1, .footer_in h1 a{
    display: none;
  }
.footer_in .footer_box1 {
    width: 100%;
    margin: 0 5px;
  }
.footer_in .footer_box1 ul{
		border:none;
	}
  .footer_box1 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer_box1 li {
    width: calc(100% / 3);
    font-size: 12px;
    float: none;
  }
  .footer_box1 li:nth-of-type(n + 4) {
    margin-top: 10px;
  }
  .footer_box1 li:nth-of-type(1), .footer_box1 li:nth-of-type(4) {
    border-left: 0;
	
  }
  .footer_box1 li:nth-of-type(3), .footer_box1 li:nth-of-type(6) {
    border-right: 0;
	
  }
	.sp{
		display:block;
	}
	.pc{
		display:none;
	}

.new_link p{font-size: 18px;}
.new_link strong{font-size: 20px;}

}