@charset "utf-8";

.bx-pager.bx-default-pager{
	display: inline-block;
    width: auto;
    left: 0;
    right: 0;
    margin: auto;
}

body{
	color: #000;
}

.main_visual{
	max-width: 1600px;
	margin: 70px auto ;
	position: relative;
}

.main_visual img{
    margin: 0 auto;
    display: block;
    width: 100%;
}

.main_visual h1{
	position: absolute;
	top: 0;
	max-width: 980px;
	padding: 0 20px;
	left: 60px;
	right: 0;
	margin: auto;
	color: #004182;
	font-weight: 200;
	font-size: 7vw;
}

.main_visual h1 span{
	font-size: 3.5vw;
	display: inline-block;
	margin-right: 20px;
}

.unit_box{
	max-width: 1020px;
	padding: 0 20px;
	margin: 0 auto 60px auto;
}

.unit_box ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.unit_box ul li{
	width: 45%;
	margin-bottom: 60px;
}

.unit_box h2{
	font-size: 30px;
	color: #555;
    font-weight: 600;
    padding: 0 0 25px 20px;
    background: url(../../../img/border.png) left bottom no-repeat;
    margin-bottom: 40px;
}

.unit_box h2 + div{
	text-align: center;
}

.unit_box h2 + div img{
	max-width: 100%;
}

.unit_box h2 span{
	font-size: 20px;
	font-weight: 600;
	display: block;
}


.examples .wrap{
	display: flex;
	flex-wrap: wrap;
}

.examples .wrap div{
	width: 33%;
	position: relative;
}

.examples .wrap div.cntr:before{
  content: '';
  position: absolute;
  left: -35px;
  top: 50%;
  display: inline-block;
  width: 70px;
  height: 2px;
  transform: rotate(90deg);
  background-color: #666;
}

.examples .wrap div.cntr:after{
  content: '';
  position: absolute;
  right: -35px;
  top: 50%;
  display: inline-block;
  width: 70px;
  height: 2px;
  transform: rotate(90deg);
  background-color: #666;
}

.examples .wrap div a{
	display: block;
	text-align: center;
	padding: 20px 0;
}

.examples .wrap div a:hover{
	background: #f1f1f1;
}

.examples .wrap div a figure{
	margin: 0;
}

.examples .wrap div a figure figcaption{
	margin-top: 20px;
}

.examples .wrap div a h3{
	text-align: center;
	font-size: 23px;
	margin-top: 10px;
}

@media only screen and (min-width: 1301px){
	.main_visual h1{
		font-size: 85px;;
	}
}



@media only screen and (min-width: 1601px){

.main_visual h1{
	font-size: 90px;
}

.main_visual h1 span{
	font-size: 45px;
}

}

@media only screen and (max-width: 768px){

.main_visual{
	margin: 40px auto ;
}

.main_visual h1{
	top:0%;
	left: 0;
	font-size: 7vw;
}

.main_visual h1 span{
	font-size: 5vw;
}

.unit_box h2{
	font-size: 18px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.unit_box h2 span{
	font-size: 16px;
}

.unit_box ul li{
	width: 100%;
	margin-bottom: 30px;
}


.examples{
	width: 100%;
}
.examples .wrap{
	justify-content: space-between;
}

.examples .wrap div{
	width: 48%;
}
.examples .wrap div a{
	padding: 20px;
}

.examples .wrap div.cntr:before{
display: none;
}
.examples .wrap div:nth-child(even):before{
  content: '';
  position: absolute;
  left: -35px;
  top: 50%;
  display: inline-block;
  width: 70px;
  height: 2px;
  transform: rotate(90deg);
  background-color: #666;
}
.examples .wrap div.cntr:after{
	display: none;
}
.examples .wrap div a h3{
	font-size:16px;
	margin-top: 5px;
}
.examples .wrap div a figure figcaption{
	margin-top: 10px;
}
.examples .wrap div a figure figcaption span{
	font-size: 11px;
	display: inline-block;
	line-height: 1.2;
	text-align: center;
}

.link04 .sub-menu{
	display: block !important;
}

}

