@charset "utf-8";
.mainVisual {
	position: relative;
}
.mainVisual:before {
	content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/home/main_bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
  margin: auto;
  width: 64.2%;
  height: 100%;
  z-index: 1;
}
.mainVisual_videoWrap {
  position: relative;
  padding-top: 50%;
}
.mainVisual_videoWrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mainVisual_title {
	position: absolute;
	top: 50%;
	left: 65px;
	width: 48.9%;
	margin: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
	z-index: 2;
}
.mainVisual_title span {
	display: block;
	color: #FFF;
	margin-top: 25px;
	font-size: 2.2rem;
	font-weight: 400;
	letter-spacing: 0.1em;
}

.mainVisual .bx-wrapper img {
	width: 100%;
	height: auto;
}
.mainVisual .bx-wrapper .bx-pager {
	bottom: 10px;
	padding-top: 0;
	z-index: 2;
}
.mainVisual .bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	width: 8px;
	height: 8px;
	margin: 0 6px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.mainVisual .bx-wrapper .bx-pager.bx-default-pager a:hover,
.mainVisual .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #046cc4;
}

/*　sec1
---------------------------------------------------------*/
.sec1 {
	background: #e5e5e5;
	padding: 100px 0 210px;
	overflow: hidden;
}
.sec1_inner {
	position: relative;
}
.sec1 .deco {
	position: absolute;
	bottom: -115px;
	left: 32%;
	width: 1152px;
}
.sec1_title {
	position: absolute;
	top: 0;
	left: 0;
	color: #046bc4;
	font-size: 5.4rem;
	font-weight: 700;
	line-height: 1;
}
.sec1_title span {
	letter-spacing: -0.1em;
}
.sec1_content_box {
	display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.sec1_text {
	position: relative;
	background: #046bc4;
	margin-top: 90px;
	padding: 40px 55px 45px;
	width: 61.728%;
	-webkit-box-shadow: 11px 11px 18px 0px rgba(0,0,0,0.15);
  box-shadow: 11px 11px 18px 0px rgba(0,0,0,0.15);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sec1_text dl {
	color: #FFF;
	margin-bottom: 35px;
}
.sec1_text dt {
	position: relative;
	margin-bottom: 15px;
	padding-left: 47px;
	font-size: 2.6rem;
}
.sec1_text dt:before {
	content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
	background: #fff;
  margin: auto;
  width: 33px;
  height: 1px;
  z-index: 1;
}
.sec1_text dd {
	font-size: 1.6rem;
	text-align: justify;
	line-height: 2.1;
	letter-spacing: 0;
}
.sec1_text .btn {
	margin: auto;
}
.sec1_img {
	position: relative;
	width: 54.182%;
	margin-left: -15.91%;
}
.sec1_img img {
	-webkit-box-shadow: 11px 11px 18px 0px rgba(0,0,0,0.15);
  box-shadow: 11px 11px 18px 0px rgba(0,0,0,0.15);
}	    

/*　sec2
---------------------------------------------------------*/
.sec2_list {
	display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
  width: -webkit-calc(100% - 2px);
  width: calc(100% - 2px);
}
.sec2_list li {
	position: relative;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding: 55px 25px 60px;
	width: 33.3333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
}
.sec2_list li:nth-of-type(1) {background-image: url(../img/home/sec2_img01.jpg); left: -1px;}
.sec2_list li:nth-of-type(2) {background-image: url(../img/home/sec2_img02.jpg);}
.sec2_list li:nth-of-type(3) {background-image: url(../img/home/sec2_img03.jpg); right: -1px;}
.sec2_list li:before {
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,27,50,0.5);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sec2_list .title_default span.en {
  margin-top: 4px;
}
.sec2_list li dl {
	color: #FFF;
	margin: 0 auto 45px;
	width: 86%;
	max-width: 490px;
	letter-spacing: 0;
}
.sec2_list li dl dt {
	margin-bottom: 20px;
	font-size: 2.0rem;
	text-align: center;
}
.sec2_list li dl dd {
	font-size: 1.6rem;
	line-height: 1.8;
}
.sec2 .btn {
	margin: auto;
}

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

	.sec2 .btn {
		max-width: 220px;
	}

}

/*　sec3
---------------------------------------------------------*/
.sec3 {
	background: #eee;
	padding: 65px 0 70px;
}
.sec3 .title_default {
	color: #000;
	margin-bottom: 45px;
}
.sec3 .title_default span.en {
	color: #046bc4;
}
.news_list {
	margin-bottom: 40px;
}
.news_list li {
	background: #FFF;
	margin-bottom: 1px;
}
.news_list a {
	position: relative;
	display: -ms-flexbox;
  display: flex;
	padding: 20px;
}
.news_list a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  background-image: url(../common/img/arw01.png);
	background-repeat: no-repeat;
  margin: auto;
  width: 31px;
  height: 6px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.newsListDate {
	display: block;
	font-size: 1.8rem;
	margin-right: 35px;
}
.newsListCat span {
	display: block;
	background: #046bc4;
	color: #fff;
	margin-right: 35px;
	width: 70px;
	font-size: 1.2rem;
	text-align: center;
	line-height: 27px;
}
.newsListTitle {
	margin-right: 41px;
  font-size: 1.6rem;
}
.sec3 .btn {
	margin: auto;
}

/*　sec4
---------------------------------------------------------*/
.sec4 {
	background: #046bc4;
	padding: 65px 0 60px;
	text-align: center;
}
.sec4_contact_btn {
	background: #fff;
	margin-bottom: 35px;
}
.sec4_contact_btn a {
	display: block;
	background-image: url(../img/home/sec4_deco01.png);
	background-repeat: no-repeat;
	background-position: center center;
	/*background-size: cover;*/
	padding: 3.865% 0;
	width: 100%;
}
.sec4_contact_btn a span {
	position: relative;
	background-image: url(../common/img/icon_mail.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #046bc4;
	padding-left: 52px;
  font-size: 3.0rem;
	font-weight: 700;
	letter-spacing: 0.09em;
}
.sec4_contact_btn a span:after {
	content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -128px;
  background-image: url(../common/img/btn_arw.png);
	background-repeat: no-repeat;
  margin: auto;
  width: 108px;
  height: 6px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.sec4_tel_box {
	display: inline-block;
	color: #FFF;
}
.sec4_tel_box a {
	color: #FFF;
}
.sec4_tel_box dt {
	position: relative;
	margin-bottom: 18px;
	font-size: 1.8rem;
	/*font-weight: 500;*/
}
.sec4_tel_box dt:before {
	content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
	border-bottom: 1px solid #fff;
	width: 97.6%;
	height: 1px;
}
.sec4_tel_box dd {
	/*font-weight: 500;*/
	line-height: 1.4;
}
.sec4_tel_box dd span.num {
	background-image: url(../common/img/icon_tel.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
	font-size: 3.0rem;
}
.sec4_tel_box dd span.time {
	font-size: 1.8rem;
}

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

@media screen and (max-width:1600px) {
	.mainVisual_title span {
		font-size: 1.65rem;
	}

}

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

	.mainVisual_title span {
		font-size: 1.4rem;
	}

	/*　sec4
	---------------------------------------------------------*/
	.sec4_contact_btn a {
		background-size: cover;
		padding: 3.65% 0;
	}

}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 679px) {

	.mainVisual:before {
		/* display: none; */
	  background-image: url(../img/home/main_bg_sp.png);
	  width: 80%;
	}	
	.mainVisual_title {
		left: 0;
		width: auto;
		margin: auto 3.5%;
	}
  .mainVisual_title img {
    width: 55%;
  }
	.mainVisual_title span {
		margin-top: 3%;
    font-size: 1.2rem;
	}

	.mainVisual .bx-wrapper img {
		width: 100%;
		height: auto;
	}
	.mainVisual .bx-wrapper .bx-pager {
		bottom: 10px;
		padding-top: 0;
		z-index: 2;
	}
	.mainVisual .bx-wrapper .bx-pager.bx-default-pager a {
		background: #fff;
		width: 8px;
		height: 8px;
		margin: 0 6px;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	.mainVisual .bx-wrapper .bx-pager.bx-default-pager a:hover,
	.mainVisual .bx-wrapper .bx-pager.bx-default-pager a.active {
		background: #046cc4;
	}

	/*　sec1
	---------------------------------------------------------*/
	.sec1 {
		padding: 40px 0 90px;
	}
	.sec1 .deco {
    bottom: -60px;
    left: 10%;
    width: 576px;
	}
	.sec1_title {
		position: relative;
		margin-bottom: 35px;
		font-size: 3.2rem;
		text-align: center;
	}
	.sec1_content_box {
	  display: block;
	}
	.sec1_text {
		margin-top: 0;
		padding: 30px 20px 35px;
		width: 100%;
		-webkit-box-shadow: 11px 11px 18px 0px rgba(0,0,0,0.15);
	  box-shadow: 11px 11px 18px 0px rgba(0,0,0,0.15);
	}
	.sec1_text dl {
		margin-bottom: 25px;
	}
	.sec1_text dt {
		margin-bottom: 15px;
		padding-left: 30px;
		font-size: 2.2rem;
	}
	.sec1_text dt:before {
	  width: 20px;
	}
	.sec1_text dd {
		font-size: 1.4rem;
	}
	.sec1_text .btn {
		margin: auto;
	}
	.sec1_img {
		width: 100%;
		margin-left: 0;
		z-index: 2;
	}
	.sec1_img img {
		-webkit-box-shadow: 11px 11px 18px 0px rgba(0,0,0,0.15);
	  box-shadow: 11px 11px 18px 0px rgba(0,0,0,0.15);
	}	    

	/*　sec2
	---------------------------------------------------------*/
	.sec2_list {
		display: block;
	  width: 100%;
	}
	.sec2_list li {
		margin-bottom: 20px;
		padding: 45px 25px 50px;
		width: 100%;
	}
	.sec2_list li:last-child {
		margin-bottom: 0;
	}
	.sec2_list li:nth-of-type(1) {left: 0;}
	.sec2_list li:nth-of-type(3) {right: 0;}
	.sec2_list li dl {
		margin: 0 auto 35px;
		width: auto;
	}
	.sec2_list li dl dt {
		margin-bottom: 15px;
		font-size: 1.8rem;
	}
	.sec2_list li dl dd {
		font-size: 1.4rem;
	}
	.sec2 .btn {
		margin: auto;
		max-width: 195px;
	}

	/*　sec3
	---------------------------------------------------------*/
	.sec3 {
		padding: 45px 0 50px;
	}
	.sec3 .title_default {
		margin-bottom: 35px;
	}
	.news_list {
		margin-bottom: 30px;
	}
	.news_list a {
		-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}
	.news_list a:before {
    background-size: 21px auto;
    width: 21px;
    height: 4px;
	}
	.newsListDate {
		font-size: 1.6rem;
		margin-right: 15px;
	}
	.newsListCat span {
		margin-right: 0;
		width: 65px;
		font-size: 1.0rem;
		line-height: 25px;
	}
	.newsListTitle {
    margin: 10px 31px 0 0;
    width: 100%;
	  font-size: 1.4rem;
	}
	.sec3 .btn {
		margin: auto;
	}

	/*　sec4
	---------------------------------------------------------*/
	.sec4 {
		padding: 45px 0 40px;
	}
	.sec4_contact_btn {
		margin-bottom: 25px;
	}
	.sec4_contact_btn a {
		position: relative;
		background-position: center 40%;
		background-size: 95% auto;
		padding: 5% 0 8%;
	}
	.sec4_contact_btn a:after {
		content: "";
	  position: absolute;
	  bottom: 18%;
	  left: 0;
	  right:0;
	  background-image: url(../common/img/btn_arw.png);
		background-repeat: no-repeat;
		background-size: 72px auto;
	  margin: auto;
    width: 72px;
    height: 4px;
	  transition: all .3s ease;
	  -webkit-transition: all .3s ease;
	}
	.sec4_contact_btn a span {
		background-size: 32px auto;
    padding-left: 42px;
    font-size: 2.1rem;
	}
	.sec4_contact_btn a span:after {
		display: none;
	}
	.sec4_tel_box {
		display: inline-block;
		color: #FFF;
	}
	.sec4_tel_box a {
		color: #FFF;
	}
	.sec4_tel_box dt {
		font-size: 1.6rem;
	}
	.sec4_tel_box dt:before {
		width: 100%;
	}
	.sec4_tel_box dd span.num {
		background-size: 22px auto;
		padding-left: 30px;
		font-size: 2.4rem;
	}
	.sec4_tel_box dd span.time {
		display: block;
		font-size: 1.6rem;
	}

}
