/* Scss Document */
#lead {
	padding: 173px 0 77px;
	background: url(../img/index/lead_bg.png) center 0px no-repeat;	
}
@media screen and (max-width: 1300px) {
  #lead {
    padding-top: 206px;
  }
}
#lead h2 {
	max-width: 920px;
	margin: 0 auto;
}

#lead .slider1 li:hover i {
	transform: scale(1.1);
}
#lead .slider1 li:hover img {
	opacity: 1 !important;
}
#lead .slider1 li a {
	display: block;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	overflow: hidden;
	position: relative;
	border-top: 10px solid #009043;
	padding: 25px 0 20px;
}
#lead .slider1 li a > img:first-child {
	height: 23px;
	width: auto;
}
#lead .slider1 li a > img:last-child {
	width: 28px;
	margin: 0 auto;
}
#lead .slider1 li.sl2 a {
	border-top: 10px solid #e7857c;	
}
#lead .slider1 li.sl3 a {
	border-top: 10px solid #4bb5b5;
}

#lead .slider1 li i {
	position: relative;
	display: block;
	overflow: hidden;
	max-height: 206px;
	margin: 20px 16% 23px;
	transform: scale(1);
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
#lead .slider1 li i:before {
	background: url(../img/shared/parten_bg.png) 0 0 repeat;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
}
#lead .txt {
	max-width: 498px;
	margin: 19px auto 0;
}
#lead .btn_pdf {
  max-width: 450px;
  margin: 48px auto 52px;
}
.wave_bg {
	position: relative;
}
.wave_bg:before {
	content: '';
	position: absolute;
	top: -37px;
	left: 0;
	right: 0;
	height: 40px;
	background: url(../img/shared/parten_2.png) center 0 repeat, url(../img/index/wave1.png) center 0 repeat-x;
}

@media screen and (min-width: 768px) {
    #lead .slider1 li:first-child {
        margin-left:17%;
    }
    
    #lead .slider1 li {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
        display:inline-block;
  }
  #lead .slider1 li:last-child{
    margin-right: 0;
  }
  #lead .heightLine-1{
    margin: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
  }
  #lead .slider1 li.sl1 .heightLine-1{
    width: 77.8%;
  }
  #lead .slider1 li.sl2 .heightLine-1{
    width: 73.19%;
  }
  #lead .slider1 li.sl3 .heightLine-1{
    width: 49.45%;
  }
}
@media screen and (max-width: 767px) {

header {
	padding-top: 0;
}
#lead {		
	padding-bottom: 2vw;
	margin: 0;
	padding-top: calc(52px + 6vw);
}
  #lead .txt{
    margin: 2.5vw auto 0;
    width: 67.9%;
  }
  #lead .btn_pdf {
    max-width: 90%;
    margin: 6vw auto 10vw;
  }
  #lead h2 {
    padding: 0 2%;
  }
  #lead .wrap {
    padding: 0;
  }
  #lead .slider1 {
    display: block;
  }
  #lead .slider1 li {
    margin-bottom: 3.5vw;
  }
  #lead .slider1 li a {
    width: 90%;
    margin: 0 auto;
    padding: 1.5vw 0 1.8vw 10.9%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    box-sizing: border-box;
    align-items: center;
  }
  #lead .heightLine-1{
    height: auto !important;  
    width: 57%;
    margin-left: 4.8%;
  }
  #lead .heightLine-1 picture{
    display: flex;
  }
  #lead .sl1 .heightLine-1 img{
    width: 92.22%;
  }
  #lead .sl2 .heightLine-1 img{
    width: 89.73%;
  }
  #lead .sl3 .heightLine-1 img{
    width: 60.6%;
  }
  #lead .slider1 li i{
    margin: 0;
    order:-1;
    width: 20%;
  }
  #lead .slider1 .arrow{
    width: 6.8% !important;
    margin-left: 0 !important;
  }
}

#newsTop{
	padding-bottom: 80px;
}

#newsTop h2{
	width:100%;
	position: relative;
	color:#dc4412;
	font-weight:800;
	border-bottom:4px solid #dc4412;
	line-height: 130%;
	font-size:26px;
	padding:0 0 10px 0;
	margin:0 0 20px 0;
}
#newsTop h2 span{
	font-size:14px;
	position: absolute;
	bottom:5px;
	right:0;
	color:#dc4412;
	background: url("../img/index/ico_news_arrow.svg") no-repeat center right;
	background-size:20px 20px;
	padding:0 25px 0 0;
}
#newsTop a{
	text-decoration: underline;
}
#newsTop a:hover{
	text-decoration: none;
}
#newsTop dl{
	display:flex;
	margin:0 0 20px 0;
	line-height: 150%!important;
	white-space: nowrap;
}

#newsTop dl dt span{
	color:#fff;
	background:#dc4412;
	border-radius: 3px;
	text-align: center;
	width:100%;
	max-width:100px;
	height:auto;
	font-size:12px;
	line-height: 1.75 !important;
	font-weight:bold;
	padding-top: 2px;
	margin:0 10px 0 0px;
	vertical-align: middle;
	display: inline-block;
  box-sizing: border-box;
}
#newsTop dl dt{
	font-size:14px;
	padding:0 10px 0 0;
	font-weight:500;
	display: block;
	min-width:210px;
	width:auto;
}
#newsTop dl dd {
	font-size:16px;
	font-weight:500;
	text-align: left;
}

@media screen and (max-width: 767px){
  #newsTop{
    padding: 7vw 5% 8vw;
  }

  #newsTop h2{
    width:100%;
    position: relative;
    color:#dc4412;
    font-weight:800;
    border-bottom:4px solid #dc4412;
    line-height: 130%;
    font-size:20px;
    padding:0 0 10px 0;
    margin:0 0 20px 0;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }
  #newsTop h2 span{
    font-size:14px;
    position: absolute;
    bottom:5px;
    right:0;
    color:#dc4412;
    background: url("../img/index/ico_news_arrow.svg") no-repeat center right;
    background-size:20px 20px;
    padding:0 25px 0 0;
  }
  #newsTop a{
    text-decoration: underline;
  }
  #newsTop dl{
    display:block;
    margin:0 0 20px 0;
    line-height: 150%!important;
  }
  #newsTop dl dt span{
    color:#fff;
    background:#dc4412;
    border-radius: 3px;
    text-align: center;
    width:100%;
    max-width:100px;
    height:auto;
    font-size:12px;
    line-height: 150%!important;
    font-weight:800;
    padding:2px 0px;
    margin:0 10px 0 0px;
    vertical-align: middle;
    display: inline-block;
  }
  #newsTop dl dt{
    font-size:13px;
    padding:0 0px 7px 0;
    font-weight:bold;
    display: block;
    width:200px;
  }
  #newsTop dl dd {
    font-size:14px;
    font-weight:600;
    text-align: left;
    width:100%;
    white-space: normal;
    line-height: 160%
  }
}
.index_btn{
  margin: auto;
  width: 100%;
  max-width: 833px;
}
.index_btn img{
  opacity: 0.8 !important;
}
.index_btn a:hover img{
  opacity: 1 !important;
}
@media screen and (min-width: 768px){
  .index_btn{
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px){
  .index_btn{
    margin-bottom: 10vw;
    width: 90%;
  }
}