/* CSS Document */
.accordion {
  width: 100%;
}

/* inputのチェックボックスを非表示 */
.accordion-hidden {
  display: none;
}

/* 見出しボタン部分 */
.accordion-open {
  display: block;
  padding: 10px 80px 10px 10px;
  background: #341e06;
  cursor: pointer;
  margin: 5px 0;
  position: relative;
}

/* ＋アイコン */
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

/* アイコンのー */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

/* アコーディオンが開いたらーに */
.accordion-hidden:checked+.accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

/* アコーディオン中身部分 */
.accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  /* 表示速度の設定 */
  cursor: pointer;
}

/* チェックボックスにチェックが入ったら中身部分を表示する */
.accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px;
}
/* ↑ここまで共通 */

summary{color:  #341e06;
line-height: 200%;}




.box-25 {
  display: inline-block;
  width: 24%;
  text-align: center;
	box-sizing: border-box;
	vertical-align:  top; 
	margin: 0;
}

/*↓スマホ画像は表示、それ以外は非表示*/
@media only screen and (max-width:1124px) {
.box-25{
display:none;
}
}
.box-25 a:hover { opacity: 0.7; } 
.box-25 p a { font-size: 16px;
  font-weight: 600;
  color: #341e06;
  letter-spacing: 0.2em;
  line-height: 1;}
.box-25 p{ font-size: 16px;
  font-weight: 600;
  color: #341e06;
  letter-spacing: 0.2em;
  line-height: 1;}
/*↓スマホ画像は表示、それ以外は非表示*/
@media only screen and (max-width:1124px) {
div#nav02{
display:none;
}
}

.block {
    /* 2秒遅れてアニメする */
    animation-delay: 1s;
    /* 3回繰り返す infiniteを指定すると無限ループ*/
    animation-iteration-count: 3;
}
.inter {
    /* 2秒遅れてアニメする */
    animation-delay: 1s;
    /* 3回繰り返す infiniteを指定すると無限ループ*/
    animation-iteration-count: 2;
}
.foo {
}
/* 基本のスタイル */
   .foo.delighter {
      transition: all .3s ease-out;
      transform: translateX(-100%);
      opacity: 0;
   }
 
/* スタート時のスタイル */
   .foo.delighter.started {
      transform: none;
      opacity: 1;
   }
 
/* エンド時のスタイル */
   .foo.delighter.started.ended {
      border: solid red 10px;
   }
div#about{}
div#work01{}
div#work02{}
div#work{}
div#staff{}
div#envi{}
div#envi01{}
div#envi02{}
div#envi03{}
div#business{}
div#company{}
div#req{}
div#app{}
div#flow{}
div#qa{}
div#con2{height: 24px;background: #341e06;}
footer{
	width:100%;
	color: #FFFFFF;
	margin:0 auto;
	text-align:center;
	}

div#wrapper{
	width:1200px;
	margin:0 auto;
	text-align:center;
}
.work01{
	padding-top: 100px;
	}
.staff00{
	text-align: center;
	padding-top: 24px;
	padding-bottom: 40px;
	}

.line2{background-color:#341e06;width: 100%; height: 1px; padding-top: 10px 0;}
.news0{text-align: left;}
.news1{background-color:#341e06;width: 150px; margin-top: 20px; padding-left: 10px; background-size:auto; float:left;}
.news1 p a{color:#ffffff;font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1;}
.news2{width: 150px; margin-top: 20px; padding-left: 10px; float: left;}
.news2 p{font-size: 16px;
  font-weight: 300;
  color: #341e06;
  letter-spacing: 0.1em;
  line-height: 1;}
.news3{width: 100%; margin-top:0px; padding-left: 10px; float: left;}
.news3 p a{font-size: 16px;
  font-weight: 300;
  color: #341e06;
  letter-spacing: 0.1em;
  line-height: 1;}
.news4{width: 100%; margin-top:10px; padding-left: 10px; text-align: left;}
.news4 p a{font-size: 12px;
  font-weight: 300;
  color: #341e06;
  letter-spacing: 0.1em;
  line-height: 1;}
.pick1{width: 100%; margin-top:0; padding-left: 10px; text-align: left;}
.pick1 p a{font-size: 12px;
  font-weight: 300;
  color: #341e06;
  letter-spacing: 0.1em;
  line-height: 1;}
.pick2{width: 100%; margin-top:20px; padding-left: 10px; text-align: left;}
.pick2 p a{font-size: 12px;
  font-weight: 300;
  color: #341e06;
  letter-spacing: 0.1em;
  line-height: 1;}

.top05{
	background-image: url("../img/haikei-recruit.jpg");
	background-size: contain;
	background-position: center;
	text-align: center;
	}


.box-contact {
	background: #FFFFFF;
  display: inline-block;
  width: 80%;
  text-align: left;
	box-sizing: border-box;
	vertical-align:  bottom;
	border-radius: 24px;
	padding: 24px;
	margin: 24px 0px 24px 0px;
}
.box-contact p {color: #341e06;
line-height: 200%;}
.box-contact h2 {color: #341e06;
font-size: 40px;margin-bottom: 0px;}
.box-contact img:hover{opacity: 0.7;}




.table4{
	font-size:18px;
	text-align:left;
	width:100%;
}

.table4 th{
	border:1px solid #341e06;
	padding:10px 10px;
	width:30%;
	text-align:right;
}
.table4 td{
	border-bottom:1px solid #341e06;
	border-top:1px solid #341e06;
	border-right:1px solid #341e06;
	padding:10px 10px;
	width:70%;
	}

.table5{
	font-size:18px;
	line-height:220%;
	text-align:left;
	width:100%;
	border: none;
    border-collapse: collapse;
}

.table5 th{
	border: none;
	border-top:1px solid #341e06;
	border-bottom:1px solid #341e06;
	padding:5px 10px;
	width:25%;
	text-align:center;
	font-size:18px;
	line-height:220%;
}
.table5 td{
	border: none;
	border-top:1px solid #341e06;
	border-bottom:1px solid #341e06;
	padding:5px 10px;
	width:75%;
	font-size:18px;
	line-height:220%;}

.work{width: 84%;
	background: #f6f6f6;
	text-align: left;
	padding: 24px;
	overflow: hidden;
	border-radius: 50px 50px 50px 50px;
	}
.col_4 img:hover{opacity: 0.7;}
.col_4{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.col_4 > div{
	width: 25%;
	padding: 10px;
	box-sizing: border-box;
}
@media screen and (max-width: 959px) {
	.col_4 > div{
		width: 50%;
	}
}
@media screen and (max-width: 767px) {
	.col_4 > div{
		width: 50%;
	}
}
.col_5 img:hover{opacity: 0.7;}
.col_5{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_5 > div{
	width: 20%;
	padding: 10px;
	box-sizing: border-box;
}
.col_5 > div {
	position: relative;
	overflow: hidden
}
@media screen and (max-width: 959px) {
	.col_5 > div{
		width: 25%;
	}
}
@media screen and (max-width: 767px) {
	.col_5 > div{
		width: 50%;
	}
}

.col_3{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.col_3 > div{
    width: 33.33333%;
	padding: 20px;
	box-sizing: border-box;
}

.col_3 > div {
    position: relative;
    overflow: hidden
}
@media screen and (max-width: 959px) {
    .col_3 > div{
        width:33.33333%;
    }
   }
@media screen and (max-width: 767px) {
    .col_3 > div{
        width: 100%;
    }
 }

.col_2{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	align-items: center;
}
.col_2 > div{
    width: 50%;
	padding: 20px;
	box-sizing: border-box;
}

.col_2 > div {
    position: relative;
    overflow: hidden
}
@media screen and (max-width: 959px) {
    .col_2 > div{
        width:50%;
    }
   }
@media screen and (max-width: 767px) {
    .col_2 > div{
        width: 100%;
    }
 }

.sample-img2 {
  
  cursor: pointer;
  overflow: hidden;
}
.sample-img2 img {
  height: auto;
  transition: transform .6s ease; /* ゆっくり変化させる */
}
.sample-img2:hover img {
  transform: scale(1.1); /* 拡大 */
}
.sample-img {
  cursor: pointer;
  max-width: 240px;
  overflow: hidden;
  width: 100%;
}
.sample-img img {
  height: auto;
  transition: transform .6s ease; /* ゆっくり変化させる */
}
.sample-img:hover img {
  transform: scale(1.1); /* 拡大 */
}


/*きらっと光る*/

.btnshine{
    /*キラッと光る基点とするためrelativeを指定*/
  position: relative;
    /*ボタンの形状*/  
  display:inline-block;
    background: #341e06;
    color: #fff;
	border-radius: 25px;
    padding: 10px 20px;
    text-decoration: none;
    outline: none;
    overflow: hidden;
}

/*キラッと光る*/
.btnshine::before {
  content: '';
    /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
    /*キラッと光る形状*/
    width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
.btnshine:hover::before {
  animation: shine 0.7s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
/* フェードイン用のCSS */
.slide-bottom {
   opacity: 0;
   transform: translateY(20px);
   transition: all 1.3s 0s ease-out;
 }
li {
  list-style: none;
}


.box-c1 {
  display: inline-block;
  width: 40%;
  text-align: left;
	box-sizing: border-box;
	vertical-align:  top; 
}
.box-c1 p {color: #341e06;
line-height: 200%;}
.box-c1 h3 {color: #341e06;
line-height: 180%;
font-size: 32px;margin-top: 0; }
@media screen and (max-width: 767px) {
    .box-c1 {width: 100%;height: 100%;padding-left: 24px; padding-right: 24px;}
 }

.box-c2 {
  display: inline-block;
  width: 40%;
  text-align: left;
	padding-top: 24px;
	padding-left: 60px;
	padding-bottom: 24px;
	box-sizing: border-box;
	vertical-align:  top; 
}
.box-c2 p {color: #341e06;
line-height: 200%;}
@media screen and (max-width: 767px) {
    .box-c2 {width: 100%;height: 100%;padding-left: 24px; padding-right: 24px;}
 }
/*↓PC画像は表示、それ以外は非表示*/
@media only screen and (max-width:767px) {
.box-c2 {display:none;}
}

.box-c3 {
  display: inline-block;
  width: 100%;
  text-align: left;
	box-sizing: border-box;
	vertical-align:  top; 
	padding-bottom: 16px;
}
/*↓スマホ画像は表示、それ以外は非表示*/
@media only screen and (min-width:767px) {
.box-c3{
display:none;
}
}
/*↓スマホ画像は表示、それ以外は非表示*/
@media only screen and (min-width:767px) {
.sp03{
display:none;
}
}
.box-s1 {
  display: inline-block;
  width: 30%;
  text-align: left;
	box-sizing: border-box;
	vertical-align:  top; 
}
.box-s1 p {color: #341e06;
line-height: 200%;}
.box-s1 h3 {color: #341e06;
line-height: 180%;
font-size: 32px;margin-top: 0; }
@media screen and (max-width: 767px) {
    .box-s1 {width: 100%;height: 100%;padding-left: 24px; padding-right: 24px;}
 }

.box-s2 {
  display: inline-block;
  width: 50%;
  text-align: left;
	padding-left: 60px;
	padding-bottom: 24px;
	box-sizing: border-box;
	vertical-align:  top; 
}
.box-s2 p {color: #341e06;
line-height: 200%;}
@media screen and (max-width: 767px) {
    .box-s2 {width: 100%;height: 100%;padding-left: 24px; padding-right: 24px;}
 }
h2 {
  margin: 0;
	padding: 0px;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
h3 {
  margin: 0;
	padding-left: 0px;
  }
div#b01{display: block;
   margin-top:-160px;
   padding-top:160px;}
div#b02 {display: block;
   margin-top:-160px;
   padding-top:160px;}
div#s05 {padding-top:8px;}
.box5e {
  display: inline-block;
	padding-bottom: 24px;
  width: 80.4%;
  text-align: left;
	box-sizing: border-box;
	vertical-align:  bottom; 
}
.box5e p {color: #341e06;
line-height: 200%;}
.box5e h2 {color: #341e06;
font-size: 40px;margin-bottom: 0px;}
.box5e img:hover{opacity: 0.7;}
@media screen and (max-width: 767px) {
    .box5e {padding-left: 24px; width: 100%; height: 100%; padding-bottom: 16px;padding-right: 24px;}
 }
.anim-box.kiran {
  opacity: 1;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.anim-box.kiran::before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}
.anim-box.kiran:hover::before {
  animation: kiran 0.5s linear;
}
 
@keyframes kiran {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
 
/*↓PC画像は表示、それ以外は非表示*/
@media only screen and (max-width:1025px) {
.gnav-wrapper {display:none;}
}
.gnav-wrapper {
 background: #fff;
 position: relative;
}
 
.gnav {
 display: flex;
 justify-content: space-evenly;
}
 
.gnav li {
 padding: 20px 0;
 text-align: center;
 transition: all .3s ease-in-out;
}
 
.gnav a:hover {opacity: 0.7;}
 
.gnav p a { font-size: 16px;
  font-weight: 600;
  color: #341e06;
  letter-spacing: 0.2em;
  line-height: 1;}
 
.gnav > li:hover .megamenu {
 max-height: 9999px;
 opacity: 1;
 padding: 30px 0;
}
 
.megamenu {
	text-align: center;
 background: #cae9fa;
 max-height: 0;
 opacity: 0;
 overflow: hidden;
 width: 100%;
 position: absolute;
 margin-top: 20px;
 top: 50px;
 left: 0;
 transition: all .2s ease-in;
 z-index: 95000;
}
 .megamenu p a { font-size: 16px;
  font-weight: 600;
  color: #341e06;
  letter-spacing: 0.2em;
  line-height: 1;}

.megamenu-inner {
 display: flex;
 flex-wrap: wrap;
}
 
.megamenu-inner li {
 width: calc( (100% / 4) );
 padding: 0;
}
.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
} 
.sample5-3::before{
	width: 16px;
	height: 16px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #7a0;
}
.sample5-3::after{
	left: 3px;
	width: 3px;
	height: 3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sample4-5::before{
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	border: 1px solid #341e06;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.sample4-5::after{
	left: 5px;
	box-sizing: border-box;
	width: 3px;
	height: 3px;
	border: 3px solid transparent;
	border-left: 3px solid #341e06;
}
.sample5-2::before{
	left: 3px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #341e06;
	border-right: 2px solid #341e06;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
