@media screen and (max-width: 767px) {
	main {
  		padding-top: 300px;
	}
}


.inner{
 width:1100px;
}
@media screen and (max-width: 767px) {
  .inner{
  width:100%;
  }
}

/*---------------------------ankerNav navi*/
.ankerNav{
margin-top:100px;
margin-bottom:35px;
}
.ankerNav ul{
display: flex;
margin:0 auto;
}
.ankerNav li a::after {
  display: block;
  margin: 0 auto;
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #1e93d3;
}
.ankerNav li a {
  text-align: center;
  line-height: 1;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 500;
  font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

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

  .ankerNav{
	  display: none;
    margin:50px 0;
  }
  .ankerNav .grid {
    text-align:center;
    display: grid;
    grid-template-rows: 40% 40% 40%;
    grid-template-columns: auto auto;
  }
	.ankerNav li {
		margin-bottom: 20px;
	}
	.ankerNav li a {
  font-size: 3.73vw;
}
  .ankerNav .item_1 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
  }
  .ankerNav .item_2 {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
  }
  .ankerNav .item_3 {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
  }
  .ankerNav .item_4 {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
  }
  .ankerNav .item_5 {
    grid-row: 3 / 4;
    grid-column: 1 / 3;
  }
}

/*---------------------------INWCの働き方*/
#inwc_working{
 padding-top:0;
}
#inwc_working .hgroup{
 background: url("/images/moji/hgroup_bg.png") no-repeat;
 background-color:#3d7fc1;
 background-size: cover;
 padding:15px 0 15px;
 margin-bottom: 0;
}
#inwc_working .hgroup h2{
 color: #FFF;
 font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
 font-size:3.5rem;
 font-weight: bold;
 margin-bottom:0;
}
#inwc_working .hgroup p{
 color: #FFF;
 font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
 font-size:2.4rem;
 font-weight: bold;
 background:none;
}
#inwc_working .active{
  text-align:center;
  background: url("/images/syainngazou/img_bg_01.png") no-repeat;
  background-size:cover;
  background-position:center right;
  padding:3vw 0;
}

#inwc_working .active .text-area{
  width:560px;
}

#inwc_working .active .no{
 color: #1E94D4;
 margin-top:15px;
}


#inwc_working .active h3{
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size:2.4rem;
  line-height: 1.5;
  margin-bottom:1vw;
}
#inwc_working .active p{
  font-size:2rem;
  font-weight:400;
  margin-bottom:12px;
}

@media screen and (max-width: 767px) {
#inwc_working .active{
  background: url("/images/syainngazou/img_bg_01_sp.png") no-repeat;
  background-size:cover;
  background-position:bottom center;
}

#inwc_working .active .text-area{
  width:100%;
}

#inwc_working .active{
 padding-bottom:85vw;
}

#inwc_working .active h3{
  font-size:4vw;
  margin:10px 0;
}
#inwc_working .active p{
  font-size:3.6vw;
  margin-bottom:12px;
}

}

#inwc_working .active_2 .flex{
 display: flex;
 background-color:#E5EAF4;
 padding:34px 0;
}

#inwc_working .active_2 .flex p{
 background:url("/images/syainngazou/img_skil_2.png")no-repeat;
 min-height: 132px;
 width:817px;
 font-size:2rem;
 padding:30px 100px;
 margin-left:20px;
}

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

#inwc_working .active_2 .flex{
 align-items: flex-start;
}


#inwc_working .active_2 .flex p{
    width: 80%;
    background-image: url(/images/syainngazou/img_skil_2_sp.png);
    background-size: contain;
    padding: 10px 10% 10px 10%;
    margin-left: 0;
    min-height: 0;
    font-size:3.6vw;
}

#inwc_working .active_2 .flex .img{
    width:15%;
}

}


.merit .text-area {
  border: dashed 1px #CECECE;
  padding: 45px 55px 38px;
  margin:100px 0;
  position: relative;
}
.merit .text-area h4 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #1E94D4;
  background-color: #fff;
  padding:0px 25px;
  position: absolute;
  top:-73px;
  left:10px;
  
}
.merit .text-area h4 div {
  background: url(/images/imggazou/img_merit.png) no-repeat;
  display: inline-block;
  width:100px;
  height:104px;
  padding:3px 27px;
  margin-right:15px;
}

.merit .text-area h4 div span{
  color:#fff;
  font-size:6.6rem;
}

.merit .text-area p {
  font-size: 2rem;
}

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

 .merit .text-area {
  border: dashed 1px #CECECE;
  padding:37px 10px 10px 10px;
  margin:60px 0;
  position: relative;
}
.merit .text-area h4 {
  font-size: 4vw;
  width:97%;
  padding:0 8px;
  position: absolute;
  top:-28px;
  left:3px;
}
.merit .text-area h4 div {
  background: url(/images/imggazou/img_merit.png) no-repeat;
  background-size:contain;
  display: inline-block;
  width:15%;
  height:auto;
  padding:2% 4%;
  margin-right:15px;
}

.merit .text-area h4 div span{
  color:#fff;
  font-size:7vw;
}

.merit .text-area p {
  font-size: 3.6vw;
}
}

/*@media screen and (max-width: 767px) {
  .inner{
  width:100%;
  }
  #inwc_working .active h3{
    margin:24px 0;
  }
  #inwc_working .active p{
    font-size:3.6vw;
    font-weight:500;
    margin:22px 0 45px 0;
  }
  #inwc_working .active .no{
    display: none;
  }
  #inwc_working .box_area {
    width: 95%;
    line-height: 5;
    padding:2%;
    margin-bottom: 32px;
  }
  #inwc_working .box_area img {
    margin-right: 10px;
  }
  #inwc_working .box_area .internship{
    width: 18%;
  }
  #inwc_working .box_area .internship img{
    width: 80%;
  }
  #inwc_working h4 {
    font-size:3.6vw;
  }
  #inwc_working .active_2 .position_a{
    position: absolute;
    top: 12%;
    right: -34px;
    width: 18%;
  }
  #inwc_working ol {
    padding: 0 10px;
    margin-bottom:50px;
  }
  #inwc_working ol .num {
    width:30.6px;
    font-size: 2.55rem;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    padding:10px;
    margin-right:10px;
    margin-left:-58px;
  }
  #inwc_working .number li {
    font-size:4.2vw;
    line-height: 1.2;
    padding-left:50px;
  }
  #inwc_working ol li .li_s {
    font-size:3.2vw;
    margin-left:-50px;
  }
  #inwc_working .number {
    margin-bottom: 35px;
  }
  #inwc_working .number p {
    font-size:3.6vw;
  }
}*/

/*---------------------------福利厚生*/

#benefits{
 padding-top:0;
 padding-bottom:60px;
}

#benefits .hgroup{
 background-color:#498423;
}

#benefits h3 {
  font-size: 2.6rem;
  border-bottom: solid 1px #CFCFCF;
  padding-left:20px;
  margin-bottom:-2px;
  font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

#benefits .hgroup{
 margin-bottom:50px;
}

@media screen and (max-width: 767px) {
 #benefits h3 {
  font-size: 5vw;
  padding-left:10px;
}

#benefits .flex ul {
  width: 100%;
  margin-left:10px;
  padding:0 10px 30px;
}
#benefits .flex ul li {
  font-size: 3.6vw;
}
#benefits .flex img {
  width: 100%;
}

#benefits .hgroup{
 margin-bottom:50px;
}
}

#benefits .benefits {
  width: 970px;
  margin: 0px auto 25px;
}
@media screen and (max-width: 767px) {
  #benefits .benefits {
    width: 100%;
  }
}
#benefits .benefits h3 {
  font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  color: #FFF;
  font-size: 2.2rem;
  background-color: #43A3D7;
  padding: 15px 40px 10px;
}
@media screen and (max-width: 767px) {
  #benefits .benefits h3 {
    font-size: 4.2vw;
    padding: 10px 20px;
  }
}
#benefits .benefits ul {
  border: 2px solid #43A3D7;
  padding: 20px 50px 15px;
}
@media screen and (max-width: 767px) {
  #benefits .benefits ul {
    width: 100%;
    padding: 18px 26px 9px;
    font-size: 3.6vw;
  }
}
#benefits .benefits ul li {
  font-size: 2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #benefits .benefits ul li {
    width: 100%;
    font-size: 3.6vw;
  }
}
#benefits .benefits ul li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 15px;
  background: url("/images/imggazou/introduction_icon.png") no-repeat;
  margin-right: 25px;
}


/*---------------------------教育・研修*/
#education {
  padding-top:0;
}
#education .hgroup{
  background: url("/images/moji/hgroup_bg.png") no-repeat;
  background-color:#DB9231;
  background-size: cover;
  padding:15px 0 15px;
 }
 #education .hgroup h2{
  color: #FFF;
  font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size:3.5rem;
  font-weight: bold;
  margin-bottom:0;
 }
 #education .hgroup p {
  color: #FFF;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  background: none;
}
#education h3 {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size:2.8rem;
  padding-top:35px;
  margin-bottom: 40px; 
}
#education p{
  font-size:2rem;
  font-weight:500;
}
#education .box_area{
  font-size:2.5rem;
  font-weight: bold;
  text-align: center;
  color:#002F91;
  background-color:#E5EAF4;
  padding:25px 0;
  margin-bottom:60px;
}
#education .inner .texCenter p{
  margin-bottom: 52px;
}
#education .blue_box{
  width: 355px;
  height: 155px;
  font-size:2.4rem;
  padding: 28px;
  float:left;
  font-weight:bold;
  text-align:center;
  color:#FFF;
  background-image:url(/images/syainngazou/img_bluebox.png);
  background-repeat : no-repeat;
  margin-right: 55px;
  margin-bottom:60px;
}
#education .yellow_box{
  width: 404px;
  height: 59px;
  line-height: 3;
  font-size:2rem;
  float:left;
  font-weight:bold;
  text-align: center;
  color:#381F07;
  background-image:url(/images/syainngazou/img_yellowbox.png);
  background-repeat : no-repeat;
  padding-left: 32px;
  margin-top:40px;
  margin-left: -32px;
}
#education ul{
  list-style: inside;
}
#education .skil_box dd{
  font-size: 2rem;
}
#education .skil_box_2{
  background-color:#E5EAF4;
  padding: 34px 7.5%;
  margin-bottom:80px;
}
#education .skil_box_2 img {
  padding: 16px 0;
}
#education .skil_box_2 .img_2{
  width: 817px;
  background-image: url(/images/syainngazou/img_skil_2.png);
  background-repeat: no-repeat;
  padding: 25px 11.5% 30px 13.5%;
  margin-left: 2.5%;
  min-height: 132px;
}
#education .kensyu_box{
  height: 205px;
  padding:26px 24px;
  background-color: #E5EAF4;
  margin-bottom: 40px;
}
#education .kensyu_box h4{
  font-weight: bold;
  border-radius:30px;
  padding:10px 20px;
  background-color: #002F91;
  display: inline;
  color:#FFF;
}
#education .inner .float_text{
  max-width: 512px;
}
@media screen and (max-width: 767px) {
  #education h2 {
    font-size: 5.6vw;
  }
  #education p {
    font-size:4vw;
  }
  #education h3 {
    font-size:5vw;
    padding: 0;
    margin:32px auto 26px;
  }
  #education .inner .texCenter{
    margin-bottom:26px;
  }
  #education .inner .text_left{
    text-align: left;
    font-size: 3.9vw;
  }
  #education .inner .texCenter p{
    margin-bottom: 25px;
  }
  #education .box_area {
    font-size: 4.26vw;
    padding: 10px 20px;
    margin-bottom:26px;
  }
  #education .skil_box {
    text-align:center;
  }
  #education .blue_box {
    width:100%;
    margin-top: 28px;
    margin-bottom:10px;
    background-position:center;
    float:none;
  }
  #education .skil_box dd {
    font-size:4.26vw;
  }
  #education .yellow_box,
  #education .yellow_box_2{
    display: none;
  }
  #education .yellow_box2{
    width: 100%;
    height: 93px;
    font-size:2rem;
    font-weight:bold;
    text-align: center;
    color:#381F07;
    padding-top:40px;
    background-image:url(/images/syainngazou/img_yellowbox2.png);
    background-repeat : no-repeat;
    background-size: contain;
    background-position: center;
  }
  #education ul {
    text-align:left;
    text-indent: -1em;
    padding-left: 1em;
  }
  #education .skil_box .indent {
    padding-left: 1em;
    text-align:left;
  }
  #education .kensyu_box h4 {
    font-size: 3.6vw;
    padding:5px 10px;
  }
  #education .skil_box_2 {
    padding:20px 0;
    margin-top:32px;
    margin-bottom: 40px;
  }
  #education .skil_box_2 .img_2 {
    width: 85%;
    background-image: url(/images/syainngazou/img_skil_2_sp.png);
    background-size: contain;
    padding:2% 5% 2% 10%;
    margin-left:0;
    min-height: 0;
  }
  #education .skil_box_2 .img_1 {
    width:15%;
  }
  #education .skil_box_2 img {
    padding-top:8px;
  }
  #education h5 {
    margin: 32px auto 18px;
  }
  #education .inner .float_text {
    float:none;
    margin:0 auto;
  }
  #education .kensyu_box h4 {
    font-size: 4vw;
    text-align: center;
    display: block;
  }
}
/*---------------------------社内活動・イベント*/
#event{
  padding-top:0;
}
#event .hgroup{
  background: url("/images/moji/hgroup_bg.png") no-repeat;
  background-color:#B14385;
  background-size: cover;
  padding:15px 0 15px;
 }
 
 #event .hgroup h2{
  color: #FFF;
  font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size:3.5rem;
  font-weight: bold;
  margin-bottom:0;
 }
 #event .hgroup p {
  color: #FFF;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  background: none;
}

/*#event .inner h3 {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size:2rem;
  font-weight: 500;
  text-align: center;
  margin: 30px 0; 
}
#event .event_box {
  width: 30%;
  float:left;
  border: #E7E7E7 1px solid;
  margin-right: 16px;
  margin-bottom: 35px;
}
#event .event_box:nth-child(3n+4) {
  clear: both;
}
#event .event_box dl {
	padding: 8px;
}
#event .event_box dt{
  font-size:2rem;
  font-weight: bold;
  text-align: center;
}
#event .event_box dd{
  font-size:1.8rem;
  line-height: 2;
}*/
#event .thank{
  background-color: #E5EAF4;
  padding-top: 24px;
}
#event .thank h3{
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing:2px;
  color:#FFF;
  display: inline-block;
  text-align: center;
  border-radius: 40px;
  background-color: #002F91;
  padding: 15px 170px;
}
#event .thank .thank_p{
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2;
  color: #002F91;
  margin: 30px 0 55px 0;
}
#event .big_event_box2 {
  margin:0 17px;
}
#event .event_box2 {
  max-width: 490px;
  background-color: #FFF;
  float: left;
  padding-bottom:38px;
  margin-right: 86px;
  margin-bottom:34px;
}
#event .event_box2 dt{
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding:15px 10px;
}
#event .event_box2 dd{
  font-size: 2rem;
  padding: 0 38px;
}
#event .event_box2:last-child {
  margin-right:0px;
}
@media screen and (max-width: 767px) {
  #event .inner h3 {
    font-size:4.6vw;
  }
  #event .event_box:nth-child(3n+4) {
    clear: none;
  }
  #event .event_box:nth-child(2n+3) {
    clear: both;
  }
  #event .event_box dt{
    font-size: 3.6vw;
    padding: 5px 2px;
  }
  #event .event_box dd{
    font-size:3vw;
    padding:0 3px 4px;
  }
  #event .thank h3{
    font-size: 5vw;
    font-weight:bold;
    padding:4px 50px;
  }
  #event .thank .thank_p{
    font-size: 3.6vw;
    margin:0 0 25px 0;
  }
  #event .event_box2 dd {
    padding:0 25px;
	 font-size: 3.6vw; 
  }
  #event .event_box2 {
    max-width: 100%;
    margin-right:0;
  }
  #event .event_box2 img{
    width:100%;
  }
}
/*---------------------------社内活動・イベント_2*/

#event .flex{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

#event .texCenter{
 font-size:2rem;
}


#event_2 .flex{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

#event_2 .texCenter{
 font-size:2rem;
}

.flex .event_box {
  border: solid 1px #e7e7e7;
  width: 354px;
  margin-bottom:35px;
}
.flex .event_box h4 {
  font-size: 2rem;
  text-align: center;
  margin:12px 0 0 0;
}
.flex .event_box p {
  fonts-size: 1.6rem;
  padding:8px 15px 30px 15px;
}

@media screen and (max-width: 767px) {
   
   #event_2 .texCenter{
 font-size:4vw;
}

   #event .texCenter{
 font-size:4vw;
}

.flex .event_box {
  width: 49%;
  margin-bottom:11px;
}
.flex .event_box h4 {
  font-size: 4vw;
  margin:12px 0 0 0;
}
.flex .event_box p {
  fonts-size: 3.4vw;
  padding:7px;
}

}


/*---------------------------サイトマップ*/

#sitemap{
  margin-top:45px;
}

/*---------------------------etc*/

@media screen and (max-width: 767px) {
  #inwc_working .hgroup h2,
  #benefits .hgroup h2,
  #education .hgroup h2,
  #event .hgroup h2,
  #event_2 .hgroup h2{
  font-size:5.6vw;
 }
 #inwc_working .hgroup p,
 #benefits .hgroup p,
 #education .hgroup p,
 #event .hgroup p,
 #event_2 .hgroup p{
  font-size:3.2vw;
 }
}
@media screen and (max-width: 767px) {
  .sp_show{
    display: block;
  }
  .sp_none{
    display: none;
  }
  .imgmL,.imgmR {
    margin-right:0;
    margin-left:0;
  }
}
@media screen and (min-width: 767px) {
  #inwc_working .active_2 .position_a{
    display: none;
  }
  #education .yellow_box2,
  #education .yellow_box2_2{
    display: none;
  }
}
/*@media screen and (max-width: 767px) {
  #event .event_box,
  #event_2 .event_box {
    width: 47%;
    margin-right: 1%;
    margin-left: 1%;
  }
  #event .event_box h4,
  #event_2 .event_box h4 {
    font-size: 3.3vw;
  }
  #event .event_box p,
  #event_2 .event_box p {
    font-size: 2.8vw;
  }
  #event_2 .event_box dl dt {
    font-size: 1.3rem;
  }
}*/

section .hgroup {
  background: url("/images/moji/hgroup_bg.png") no-repeat;
  background-size:cover;
  background-color: #3d7fc1;
  padding: 15px 0 15px;
}

section .hgroup h2 {
  color: #FFF;
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 0;
  font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

section .hgroup p{
  font-size: 2rem!important;
  font-weight: bold;
  background: none;
  color:#fff;
}
@media screen and (max-width: 767px) {

section .hgroup h2 {
  font-size: 7vw;
}

section .hgroup p{
  font-size: 3.6vw!important;
}
}

