@charset "utf-8";
/*　sec1
---------------------------------------------------------*/
.sec1 {
	position: relative;
	border-bottom: 1px solid #046cc4;
	padding: 85px 0 100px;
	text-align: center;
}
.sec1:before,
.sec1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
}
.sec1:before {
  bottom: -88px;
  width: 48px;
  height: 38px;
  border: 48px solid transparent;
  border-top: 38px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.sec1:after {
  bottom: -89px;
  width: 48px;
  height: 38px;
  border: 48px solid transparent;
  border-top: 38px solid #046cc4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;	
} 
.sec1 .deco {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  color: #046cc4;
  margin: auto;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  z-index: 1;
}
.sec1 .deco:before {
	content: '';
	position: absolute;
	top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
	background: #FFF;
  width: 100px;
  height: 5px;
  z-index: -1;
}  
.sec1_title01 {
	margin-bottom: 40px;
	font-size: 4.0rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.07em;
}
.sec1_title01 strong {
	position: relative;
	display: inline-block;
	color: #046cc4;
	font-size: 6.0rem;
}
.sec1_title01 strong:after {
  content: '';
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: -moz-linear-gradient(left, #0353cd 0%, #00c9c5 81%, #ffffff 100%);
  background: -webkit-linear-gradient(left, #0353cd 0%,#00c9c5 81%,#ffffff 100%);
  background: linear-gradient(to right, #0353cd 0%,#00c9c5 81%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0353cd', endColorstr='#ffffff',GradientType=1 );
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec1_title01 span.ex {
	letter-spacing: 0;
}
.sec1_text01 {
	font-size: 1.8rem;
	line-height: 1.9;
}

/*　sec2
---------------------------------------------------------*/
.sec2 {
	padding: 140px 0 0;
	overflow: hidden;
}
.sec2_inner {
	position: relative;
	padding-bottom: 125px;
}
.sec2_inner:before {
	content: '';
	position: absolute;
	top: 25px;
  bottom: 0;
  right: 60px;
	background: #eee;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.sec2 .title_default02 {
	margin-bottom: 50px;
}
.sec2_content_box {
	display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.sec2_text01 {
	width: 69.18%;
	text-align: justify;
	line-height: 2.1;
	letter-spacing: 0;
}  
.fig_box {
	position: relative;
	display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-content: center;
  padding: 60px 0 70px;
	width: 26.82%;
}
.fig_box:before {
	content: '';
	position: absolute;
	top: 0;
  bottom: 0;
  left: 85px;
	background: #046cc4;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.fig_box dl.name_box {
	margin-top: 10px;
	width: 97%;
  text-align: right;
}
.fig_box dl.name_box dt,
.fig_box dl.name_box dd {
  display: inline-block;
  color: #fff;
}
.fig_box dl.name_box dt {
  position: relative;
  margin-right: 20px;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}
.fig_box dl.name_box dt:after {
  content: '';
  position: absolute;
  top: 1px;
  bottom: 0;
  right: -11px;
  background: #fff;
  margin: auto;
  width: 1px;
  height: 16px;
}
.fig_box dl.name_box dd {
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0;
}

/*　sec3
---------------------------------------------------------*/
.sec3 {
	padding: 90px 0 0;
}
.slick-prev,
.slick-next {
	background: rgba(4,108,196,0.5);
  width: 34px;
  height: 53px;
}
.slick-next {
	right: 25%;
	margin-right: -34px;
	z-index: 100;
}
.slick-prev {
	left: 25%;
	margin-left: -34px;
	z-index: 100;
}
.slick-prev:before,
.slick-next:before {
	content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 23px;
  height: 23px;
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slick-prev:before {
  left: 12px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.slick-next:before {
  right: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.slider li {
  margin: 0 1px;
}
.slider li img {
  width: 100%;
  height: auto;
}

/*　sec4
---------------------------------------------------------*/
.sec4 {
	padding: 90px 0 0;
}
.sec4 .title_default02 {
	margin-bottom: 60px;
}
.sec4_list {
	position: relative;
	display: -ms-flexbox;
  display: flex;
}
.sec4_list li {
	margin-left: 3.5%;
	width: 31%;
}
.sec4_list li:first-child {
	margin-left: 0;
}
.sec4_list a {
	position: relative;
  display: block;
  padding-bottom: 8px;
}
.sec4_list a:before {
  content: "";
  position: absolute;
  bottom: 3px;
  right: 0;
  border-bottom: 1px solid #00c9c5;
  margin: auto;
  width: 8px;
  height: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.sec4_list a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(left, #0353cd 0%, #00c9c5 100%);
  background: -webkit-linear-gradient(left, #0353cd 0%,#00c9c5 100%);
  background: linear-gradient(to right, #0353cd 0%,#00c9c5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0353cd', endColorstr='#00c9c5',GradientType=1 );
  background-repeat: no-repeat;
  margin: auto;
  width: 100%;
  height: 1px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.sec4_list figure {
	position: relative;
	margin-bottom: 20px;
}
.sec4_list figcaption {
	content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #046cc4;
  color: #FFF;
  padding: 0 20px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0;
}
.sec4_list p.catch {
	margin-bottom: 10px;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.sec4_list p.name {
  font-size: 2rem;
  text-align: right;
  padding-right: 20px;
  letter-spacing: 0;
}

/*　sec5
---------------------------------------------------------*/
.sec5 {
	padding: 140px 0 100px;
}
.sec5 .title_default02 {
	margin-bottom: 60px;
}
.sec5 .table_type01 th {
	text-align: left;
}
.sec5 .table_type01 td {
	padding-left: 35px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	.sec4_list a:after {background-image: url(../common/img/arw01@2x.png);}
}

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

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 679px) {
	/*　sec1
	---------------------------------------------------------*/
	.sec1 {
		padding: 55px 0 65px;
	}
	.sec1:before {
	  bottom: -72px;
	  width: 40px;
	  height: 30px;
	  border: 40px solid transparent;
	  border-top: 30px solid #fff;
	}
	.sec1:after {
	  bottom: -73px;
	  width: 40px;
	  height: 30px;
	  border: 40px solid transparent;
	  border-top: 30px solid #046cc4;
	} 
	.sec1 .deco {
	  font-size: 1.2rem;
	}
	.sec1 .deco:before {
	  width: 84px;
	}  
	.sec1_title01 {
		margin-bottom: 30px;
		font-size: 2.8rem;
	}
	.sec1_title01 strong {
		font-size: 3.6rem;
	}
	.sec1_text01 {
		font-size: 1.6rem;
	}

	/*　sec2
	---------------------------------------------------------*/
	.sec2 {
		padding: 85px 0 0;
	}
	.sec2_inner {
		padding-bottom: 0;
	}
	.sec2_inner:before {
		top: 15px;
    left: -4%;
    right: -4%;
	}
	.sec2 .title_default02 {
		margin-bottom: 40px;
	}
	.sec2_content_box {
	  display: block;
	}
	.sec2_text01 {
		width: 100%;
	}  
	.fig_box {
		display: block;
		margin-top: 35px;
	  padding: 25px 0;
	  width: 100%;
	  text-align: center;
	}
	.fig_box:before {
		left: -4%;
    right: -4%;
	  width: 108%;
	}
	.fig_box dl.name_box {
		width: 100%;
		text-align: center;
	}
	.fig_box dl.name_box dt {
	  font-size: 1.2rem;
	}
	.fig_box dl.name_box dt:after {
	  height: 14px;
	}
	.fig_box dl.name_box dd {
	  font-size: 1.7rem;
	}

	/*　sec3
	---------------------------------------------------------*/
	.sec3 {
		padding: 55px 0 0;
	}
	.slick-prev,
	.slick-next {
	  width: 32px;
	  height: 50px;
	}
	.slick-next {
		right: 0;
		margin-right: 0;
	}
	.slick-prev {
		left: 0;
		margin-left: 0;
	}
	.slick-prev:before,
	.slick-next:before {
	  width: 20px;
	  height: 20px;
	}
	.slick-prev:before {
	  left: 12px;
	}
	.slick-next:before {
	  right: 12px;
	}

	/*　sec4
	---------------------------------------------------------*/
	.sec4 {
		padding: 55px 0 0;
	}
	.sec4 .title_default02 {
		margin-bottom: 40px;
	}
	.sec4_list {
	  display: block;
	}
	.sec4_list li {
		margin: 0 0 35px;
		width: 100%;
	}
	.sec4_list li:last-child {
		margin: 0;
	}
	.sec4_list a:before {
	  width: 6px;
	}
	.sec4_list figure {
    margin-bottom: 15px;
	}
	.sec4_list li figure img {
		width: 100%;
		height: auto;
	}
	.sec4_list figcaption {
	  padding: 0 15px;
	  font-size: 1.2rem;
	  line-height: 32px;
	}
	.sec4_list p.catch {
		margin-bottom: 5px;
	  font-size: 1.8rem;
	}
	.sec4_list p.name {
	  font-size: 2rem;
	}

	/*　sec5
	---------------------------------------------------------*/
	.sec5 {
		padding: 55px 0 45px;
	}
	.sec5 .title_default02 {
		margin-bottom: 40px;
	}
	.sec5 .table_type01 td {
		padding-left: 20px;
	}

}
