section{
  width: 94.6%;
  max-width: 1200px;
  margin: 0 auto;  
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.en{
  font-family: 'Roboto', sans-serif;
}
.ttl_sec{
  text-align: center;
  margin-bottom: 34px;
  line-height: 1;  
}
.ttl_sec .txt{
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width:767px){
  .ttl_sec{
    margin-bottom: 42px;
  }
  .ttl_sec .txt{
    font-size: 14px;
    font-size: 1.4rem;    
  }
}
/*ーーーーーーーーーーーーーーーーーーーーーー
道を貫く
ーーーーーーーーーーーーーーーーーーーーーーー*/
.sec_road {
  padding-top: 50px;
}
.sec_road h2 img{
  width: 306px;
}
.sec_road .box_list{
  display: -webkit-box;
  display: -ms-flex;  
  display: -webkit-flex;
  display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;  
}
.sec_road .box_list li{
  width: 29.2%;
  font-weight: bold;
}
.sec_road .box_list li figure{
  position: relative;
  margin-bottom: 10px;
}
.sec_road .box_list li figure::after{
  content: '';
  width: 54px;
  height: 37px;
  background: url(../../teidan/img/ico_arrow.svg)no-repeat center center;
  background-size: contain;
  position: absolute;
  right:-10px;
  bottom: -10px;
}
.sec_road .box_list li img{
  border: solid 1px #fff;
}
.sec_road .box_list li .no{
  display: inline-block;
  line-height: 1;
  padding-bottom: 7px;
  border-bottom: solid 1px #000;
  margin-bottom: 7px;
}
.sec_road .box_list li .no span{
  font-weight: normal;
}
.sec_road .box_list li .text{
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width:767px){
  .sec_road {
    padding-top: 20px;
  }
  .sec_road h2 img{
    width: 56%;
    max-width: 200px;
  }
  .sec_road .box_list{
    display: block;
  }
  .sec_road .box_list li{
    width: 100%;
    padding-bottom: 30px;
  }
  .sec_road .box_list li figure{
    margin-bottom: 10px;
  }
  .sec_road .box_list li .no{
     padding-bottom: 10px;
    margin-bottom:10px;
  }
  .sec_road .box_list li .text{
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.182;
  }  
}
/*ーーーーーーーーーーーーーーーーーーーーーー
DaitoEyes
ーーーーーーーーーーーーーーーーーーーーーーー*/
.sec_eyes{
  padding-top: 80px;
  padding-bottom: 45px;
}
.sec_eyes h2 img{
  width: 280px;
  margin-bottom: 10px;
}
.sec_eyes .box_list{
  display: -webkit-box;
  display: -ms-flex;  
  display: -webkit-flex;
  display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;  
}
.sec_eyes .box_list li{
  width: 19%;
  font-weight: bold;
}
.sec_eyes .box_list li figure{
  position: relative;
  margin-bottom: 13px;
  width: 100%;
  height: auto;
  padding-top: 75%;
  overflow: hidden;
}
.thumb img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    max-width: initial;
}
.sec_eyes .box_list li .category{
  color: #666666;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding-bottom: 8px;
}
.sec_eyes .box_list li .txt{
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  margin-bottom: 10px;
}
.sec_eyes .box_list li .news_date{
  color: #666666;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}
.sec_eyes .btn{
  margin-top: 40px;
}
.sec_eyes .btn a{
  margin: 0 auto;
  width: 267px;
  max-width: 92%;  
  text-align: center;
  padding: 13px 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 24px;
  background: url(../img/ico_next.svg) no-repeat right 32px center;  
  background-color: rgba(255,255,255,0.60);  
  letter-spacing: -0.05em;
}
@media screen and (max-width:767px){
  .sec_eyes{
    padding-top: 10px;
    padding-bottom: 33px;
  }
  .sec_eyes h2.ttl_sec{
    margin-bottom: 20px;
  }  
  .sec_eyes h2 img{
    width: 59%;
    max-width: 210px;
  }
  .sec_eyes .box_list{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; 
    flex-wrap: wrap;
  }
  .sec_eyes .box_list li{
    width: 48.4%;
    padding-bottom: 30px;
  }
  .sec_eyes .box_list li:first-child{
    width: 100%;
  }
  .sec_eyes .box_list li:nth-child(2n+3){
    margin-left: 3%;
  }
  .sec_eyes .box_list li figure{
    margin-bottom: 10px;
  }
  .sec_eyes .box_list li .category{
    font-size: 11px;
    font-size: 1.1rem;
    padding-bottom: 10px;
  }
  .sec_eyes .box_list li .txt{
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.072;
    margin-bottom: 10px;
  }
  .sec_eyes .box_list li:first-child .txt{
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sec_eyes .box_list li .news_date{
  }
  .sec_eyes .btn{
    margin-top: 5px;
  }
  .sec_eyes .btn a{
    width: 200px;
    padding: 11px 0;
    font-size: 12px;
    font-size: 1.2rem;
    border-radius: 20px;
    background-position: right 25px center;
    background-size: 6px auto;
  }  
  
  /*android*/
  .android .sec_eyes .box_list li{
    width: 100%;
  }
  .android .sec_eyes .box_list li:nth-child(2n+3){
    margin-left: 0;
  }
}