@charset "UTF-8";

/* ▼▼▼ まめ知識
======================================================*/

h2.title_about{
  margin-bottom: 48px;
}

#title_area{
  padding: 100px 0 50px;
  background: linear-gradient(rgba(255,237,178,0.3),rgba(255,237,178,0.3)),url(../img/bg_01.jpg) repeat center center/700px;
}
#title_area h2.title{
	width: 558px;
}
#title_area ul.anker_list{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
#title_area ul.anker_list li{
  -webkit-flex: 0 0 310px;
  -ms-flex: 0 0 310px;
  flex: 0 0 310px;
  width: 310px;
  max-width: 310px;
}

#cable_area{
  padding: 50px 0 228px;
  background: url(../img/about/bg_cable_item_pc.png) no-repeat center top 110px/1574px,linear-gradient(rgba(255,237,178,0.3),rgba(255,237,178,0.3)),url(../img/bg_01.jpg) repeat center center/700px;
}
#cable_area .cable_list{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#cable_area .cable_list li{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  padding: 25px 0 0 40px;
  margin-bottom: 60px;
  box-sizing: border-box;
}
#cable_area .cable_list li.cable_list_s{
  -webkit-flex: 0 0 48%;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  width: 48%;
  max-width: 48%;
  min-height: 270px;
  background: url(../img/about/bg_cable01_pc.png) no-repeat left top/457px;
}
#cable_area .cable_list li.cable_list_l{
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  min-height: 240px;
  background: url(../img/about/bg_cable02_pc.png) no-repeat left top/980px;
  padding-top: 38px;
}
#cable_area .cable_list li.cable_list_s .txt_wrap{
  -webkit-flex: 0 0 49.3%;
  -ms-flex: 0 0 49.3%;
  flex: 0 0 49.3%;
  width: 49.3%;
  max-width: 49.3%;
}
#cable_area .cable_list li.cable_list_s .img_wrap{
  -webkit-flex: 0 0 49.3%;
  -ms-flex: 0 0 49.3%;
  flex: 0 0 49.3%;
  width: 49.3%;
  max-width: 49.3%;
}
#cable_area .cable_list li.cable_list_l .txt_wrap{
  -webkit-flex: 0 0 59.4%;
  -ms-flex: 0 0 59.4%;
  flex: 0 0 59.4%;
  width: 59.4%;
  max-width: 59.4%;
}
#cable_area .cable_list li.cable_list_l .img_wrap{
  -webkit-flex: 0 0 37.5%;
  -ms-flex: 0 0 37.5%;
  flex: 0 0 37.5%;
  width: 37.5%;
  max-width: 37.5%;
}
#cable_area .cable_list h3.title_cable{
  margin-bottom: 15px;
}
#cable_area .cable_list h3.title_cable span{
  display: inline-block;
  width: 177px;
  margin-right: 20px;
}
#cable_area .cable_list p{
  font-weight: 600;
}

#map_area{
  padding: 50px 0 0;
  background: linear-gradient(rgba(255,255,255,0.35),rgba(255,255,255,0.35)),url(../img/bg_01.jpg) repeat center center/700px;
  position: relative;
  z-index: 2;
}
#map_area::before,#map_area::after{
	content: '';
	width: 100%;
  height: 227px;
	position: absolute;
	left: 0;
}
#map_area::before{
	background: url(../img/about/bg_map_t.png) no-repeat center bottom/100% 100%;
	top: -227px;
}
#map_area::after{
	background: url(../img/about/bg_map_b.png) no-repeat center bottom/100% 100%;
	bottom: -227px;
}
#know_area{
  padding: 227px 0;
	background: url(../img/about/bg_know_l.png) repeat-Y right calc(50% + 600px) top 110px/224px,url(../img/about/bg_know_r.png) repeat-Y left calc(50% + 600px) top 110px/229px,url(../img/bg_02.png) repeat center center/136px,linear-gradient(rgba(255,204,41,0.7),rgba(255,204,41,0.7)),url(../img/bg_01.jpg) repeat center center/700px;
	position: relative;
	z-index: 1;
}
p.burujii{
  width: 400px;
  max-width: 100%;
  margin: 0 auto 50px;
}
.know_wrap{
  margin-bottom: 50px;
}
.know_wrap .white_wrap:not(:last-child){
  margin-bottom: 80px;
}
.white_wrap{
	padding: 80px 50px 55px;
  position: relative;
}
.white_wrap.know01_wrap::after,.white_wrap.know02_wrap .img_wrap::after{
  content: '';
  width: 134px;
  height: 158px;
  background: url(../img/about/img_burujii.png) no-repeat center center/contain;
  position: absolute;
}
.white_wrap.know01_wrap::after{
  right: 50px;
  bottom: 40px;
}
.white_wrap.know02_wrap .img_wrap::after{
  left: -20px;
  bottom: -40px;
}
.white_wrap .title_white{
  padding: 0 30px;
}
.know02_inner{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.know02_inner .txt_wrap{
  -webkit-flex: 0 0 53.3%;
  -ms-flex: 0 0 53.3%;
  flex: 0 0 53.3%;
  width: 53.3%;
  max-width: 53.3%;
}
.know02_inner h4{
  margin-bottom: 10px;
  color: #007965;
  font-size: 22px;
  font-weight: 600;
}
.know02_inner p{
  line-height: 2;
}
.know02_inner .img_wrap{
  -webkit-flex: 0 0 44.2%;
  -ms-flex: 0 0 44.2%;
  flex: 0 0 44.2%;
  width: 44.2%;
  max-width: 44.2%;
  position: relative;
}
.know03_inner{
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  position: relative;
}
.know03_inner table{
  margin-left: 50px;
  line-height: 2;
}
.know03_inner th{
  color: #007965;
}
.know03_inner th::before{
  content: '';
  width: 2px;
  height: 100%;
  min-height: 80px;
  background: #fac299;
  position: absolute;
  left: -29px;
  top: 0;
}
.know03_inner tr:first-child th::before{
  height: calc(100% - 15px);
  min-height: 65px;
  top: auto;
  bottom: 0;
}
.know03_inner tr:last-child th::before{
  height: 15px;
  min-height: 0;
}
.know03_inner th::after{
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  left: -36px;
  top: 5px;
}
.know03_inner tr:nth-child(8n+1) th::after{background: url(../img/about/icon_history01.png) no-repeat center center/contain;}
.know03_inner tr:nth-child(8n+2) th::after{background: url(../img/about/icon_history02.png) no-repeat center center/contain;}
.know03_inner tr:nth-child(8n+3) th::after{background: url(../img/about/icon_history03.png) no-repeat center center/contain;}
.know03_inner tr:nth-child(8n+4) th::after{background: url(../img/about/icon_history04.png) no-repeat center center/contain;}
.know03_inner tr:nth-child(8n+5) th::after{background: url(../img/about/icon_history05.png) no-repeat center center/contain;}
.know03_inner tr:nth-child(8n+6) th::after{background: url(../img/about/icon_history06.png) no-repeat center center/contain;}
.know03_inner tr:nth-child(8n+7) th::after{background: url(../img/about/icon_history07.png) no-repeat center center/contain;}
.know03_inner tr:nth-child(8n) th::after{background: url(../img/about/icon_history08.png) no-repeat center center/contain;}
.know03_inner th{
  width: 80px;
  height: 100%;
  position: relative;
}
.know03_inner td{
  width: calc(100% - 80px);
}
.know03_inner tr:not(:last-child) td{
  height: 5em;
}

.know03_inner .img_wrap{
  width: 312px;
  position: absolute;
  bottom: 50px;
  right: 0;
}
.btn_mike_wrap{
  display: block;
  width: 378px;
  max-width: 100%;
  margin: 0 auto;
  padding: 100px 10px 0 45px;
  position: relative;
  cursor: pointer;
}
.btn_mike_wrap::before,.btn_mike_wrap::after{
  content: '';
  position: absolute;
  z-index: 2;
}
.btn_mike_wrap::before{
  width: 135px;
  height: 144px;
  background: url(../img/about/img_mike.png) no-repeat center bottom/contain;
  left: 0;
  bottom: -12px;
}
.btn_mike_wrap::after{
  width: 260px;
  height: 84px;
  background: url(../img/about/img_goods.png) no-repeat center center/contain;
  top: 0;
  right: 0;
}
.btn_mike{
  padding: 0 0 0 50px!important;
}
/* ▼▼▼ 480px〜768px
======================================================*/
@media screen and (min-width: 769px) {

}
/* ▼▼▼ 480px〜768px
======================================================*/
@media screen and (max-width: 768px) {

  h2.title_about{
    margin-bottom: 25px;
  }

  #title_area{
    padding: 70px 0 35px;
    background: linear-gradient(rgba(255,237,178,0.3),rgba(255,237,178,0.3)),url(../img/bg_01.jpg) repeat center center/700px;
  }
  #title_area h2.title{
  	width: 100%;
    margin-bottom: 20px;
  }
  #title_area ul.anker_list{
    display: block;
  }
  #title_area ul.anker_list li{
    width: 255px;
    max-width: 255px;
    margin: 0 auto;
  }
  #title_area ul.anker_list li:not(:last-child){
    margin-bottom: 15px;
  }
  #cable_area{
    padding: 35px 0 75px;
    background: url(../img/about/bg_cable_item_sp.png) no-repeat center top 5px/548px,linear-gradient(rgba(255,237,178,0.3),rgba(255,237,178,0.3)),url(../img/bg_01.jpg) repeat center center/700px;
  }
  #cable_area .cable_list{
    display: block;
  }
  #cable_area .cable_list li{
    padding: 15px 0 0 20px;
    margin-bottom: 20px;
  }
  #cable_area .cable_list li.cable_list_s{
    width: 330px;
    max-width: 100%;
    min-height: 205px;
    margin: 0 auto;
    background: url(../img/about/bg_cable01_sp.png) no-repeat left top/94.8%;
  }
  #cable_area .cable_list li.cable_list_l{
    display: block;
    width: 330px;
    max-width: 100%;
    min-height: 286px;
    background: url(../img/about/bg_cable02_sp.png) no-repeat left top/94.8%;
    padding-top: 15px;
    margin: 0 auto;
  }
  #cable_area .cable_list li.cable_list_s .txt_wrap{
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  #cable_area .cable_list li.cable_list_s .img_wrap{
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    width: 45%;
    max-width: 45%;
  }
  #cable_area .cable_list li.cable_list_l .txt_wrap{
    width: 95%;
    max-width: 95%;
  }
  #cable_area .cable_list li.cable_list_l .img_wrap{
    width: 95%;
    max-width: 95%;
    padding-right: 20px;
    text-align: center;
  }
  #cable_area .cable_list h3.title_cable{
    margin-bottom: 5px;
  }
  #cable_area .cable_list h3.title_cable span{
    display: inline-block;
    width: 120px;
    margin-right: 20px;
  }
  #cable_area .cable_list p{
    font-size: 12px;
  }
  #cable_area .cable_list li.cable_list_l .txt_wrap p{
    padding-right: 20px;
    font-size: 12px;
  }
  #cable_area .cable_list li.cable_list_l .img_wrap img{
    width: 255px;
  }

  #map_area{
    padding: 0;
  }
  #map_area::before,#map_area::after{
    height: 75px;
  }
  #map_area::before{
  	top: -75px;
  }
  #map_area::after{
  	bottom: -75px;
  }
  #map_area h2.title_about{
    margin: 0 auto 15px;
    width: 207px;
  }
  #know_area{
    padding: 75px 0;
  	background: url(../img/about/bg_know_l.png) repeat-Y left -15px top 110px/135px,url(../img/about/bg_know_r.png) repeat-Y right -15px top 110px/136px,url(../img/bg_02.png) repeat center center/136px,linear-gradient(rgba(255,204,41,0.7),rgba(255,204,41,0.7)),url(../img/bg_01.jpg) repeat center center/700px;
  	position: relative;
  	z-index: 1;
  }

  #know_area h2.title_about{
    margin: 0 auto 30px;
    width: 314px;
  }
  p.burujii{
    width: 285px;
  }
  .know_wrap{
    margin-bottom: 30px;
  }
  .know_wrap .white_wrap:not(:last-child){
    margin-bottom: 60px;
  }
  .white_wrap{
  	padding: 50px 15px 30px;
  }
  .white_wrap.know01_wrap::after,.white_wrap.know02_wrap .img_wrap::after{
    width: 95px;
    height: 112px;
  }
  .white_wrap.know01_wrap::after{
    right: auto;
    left: -10px;
    bottom: -10px;
  }
  .white_wrap.know02_wrap .img_wrap::after{
    left: -20px;
    bottom: -40px;
  }
  .white_wrap .title_white{
    padding: 0;
  }
  .white_wrap.know01_wrap .title_white{
    width: 278px;
  }
  .white_wrap.know02_wrap .title_white{
    width: 296px;
  }
  .white_wrap.know03_wrap .title_white{
    width: 264px;
  }
  .know02_inner{
    display: block;
  }
  .know02_inner .txt_wrap{
    width: 100%;
    max-width: 100%;
  }
  .know02_inner h4{
    margin-bottom: 5px;
    font-size: 18px;
  }
  .know02_inner p{
    line-height: 1.6;
    font-size: 14px;
  }
  .know02_inner .img_wrap{
    width: 100%;
    max-width: 100%;
  }
  .know03_inner table{
    margin-left: 25px;
    font-size: 14px;
    line-height: 1.6;
  }
  .know03_inner th::before{
    left: -19px;
  }
  .know03_inner th::after{
    left: -26px;
  }
  .know03_inner th{
    width: 60px;
    position: relative;
  }
  .know03_inner td{
    width: calc(100% - 60px);
  }
  .know03_inner tr:not(:last-child) td{
    height: auto;
    padding-bottom: 15px;
  }
  .know03_inner .txt_wrap{
    margin-bottom: 20px;
  }
  .know03_inner .img_wrap{
    width: 312px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .btn_mike_wrap{
    width: 305px;
    padding: 80px 10px 0 35px;
  }
  .btn_mike_wrap::before{
    width: 110px;
    height: 116px;
  }
  .btn_mike_wrap::after{
    width: 210px;
    height: 68px;
  }
  .btn_mike{
    padding: 0 0 0 40px!important;
  }
}
