@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	position: relative;
	height: 100vh;
	background: url("../img/index/main_visual_bg.jpg") no-repeat center center;
	background-size: cover;
}
.mainVisual .btn {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
	width: 180px;
}
.mainVisual .btn a {
	display: block;
	position: relative;
}
.mainVisual .btn .over {
	position: absolute;
	right: 0;
	top: 0;
    transition: .3s;
	-webkit-transition: .3s;
	opacity: 0;
}
.mainVisual .btn a:hover .over {
	opacity: 1;
}
.mainVisual .videoBox {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 280px;
	padding: 12px 10px 10px;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	z-index: 600;
}
.mainVisual .videoBox.on {
	display: none;
}
.mainVisual .videoBox .close {
	position: absolute;
	right: -10px;
	top: -10px;
}
.mainVisual .videoBox .ttl {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.mainVisual .textBox {
	position: absolute;
	left: 80px;
	bottom: 55px;
	color: #fff;
}
.mainVisual .textBox .title {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 4.8rem;
	line-height: 1.2;
}
.mainVisual .textBox .txt {
	font-weight: bold;
}
#main .featureSec {
	padding: 77px 0 98px;
}
#main .featureSec .listUl {
	margin: 0 -20px 35px 0;
}
#main .featureSec .listUl li {
	width: 275px;
	margin: 0 35px 0 0;
}
#main .featureSec .listUl li:nth-child(3n) {
	margin-right: 0;
}
#main .featureSec .listUl li .pho {
	display: block;
	margin: 0 auto 27px;
	width: 240px;
}
#main .featureSec .listUl li .ttl {
	margin: 0 -10px 15px;
	display: block;
	font-size: 2rem;
	color: #1a2543;
	font-weight: bold;
	text-align: center;
}
#main .featureSec .listUl li .txtSpan {
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.7;
}
#main .comBtn {
	margin-bottom: 10px;
}
#main .comBtn a {
	padding: 17px 10px;
	width: 240px;
	font-size: 1.5rem;
	text-align: center;
}
#main .serviceSec {
	padding: 76px 0;
	background: #DCE3F0;
}
#main .youtube {
	padding: 71px 0;
}
#main .youtube h2 {
	margin-bottom: 31px;
	color: #1a2543;
	font-size: 3.2rem;
	text-align: center;	
}
#main .youtube h2 .color {
	color: #D97706;
}
#main .youtube .movieBox img,
#main .youtube .movieBox iframe {
	width: 100%;
	height: 495px;
}
#main .benefitsSec {
	padding: 78px 0;
	border-top: 1px solid #e6e6e6;
}
#main .benefitsSec .headLine03 {
	margin-bottom: 10px;
}
#main .benefitsSec .comTxt {
	margin-bottom: 55px;
}
#main .benefitsSec .listUl {
	margin-bottom: 60px;
}
#main .benefitsSec .listUl li {
	margin: 0 20px 0 0;
	width: 280px;
	padding: 29px 20px 20px;
	color: #fff;
	box-sizing: border-box;
	background: #2F4F7F;
}
#main .benefitsSec .listUl li:nth-child(3n) {
	margin-right: 0;
}
#main .benefitsSec .listUl li .txt {
	font-weight: bold;
	font-size: 1.4rem;
	padding-top: 9px;
	line-height: 1.8;
}
#main .newsSec {
	padding: 70px 0 120px;
	border-top: 1px solid #e6e6e6;
}
#main .newsSec .ttlBox {
	position: relative;
	margin-bottom: 18px;
}
#main .newsSec .headLine02 {
	margin-bottom: 0;
}
#main .newsSec .headLine02 .en {
	margin: 0;
	font-size: 3.2rem;
	opacity: 1;
}
#main .newsSec .headLine02 .jp {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.4rem;
	margin-left: 15px;
}
#main .newsSec .comLinkTxt {
	position: absolute;
	right: 0;
	top: 15px;
}
#main .newsSec .newsBox {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
#main .newsSec .newsList li {
	width: 440px;
}
#main .newsSec .newsList li a {
	display: block;
	padding: 40px 50px 40px 20px;
	position: relative;
}
#main .newsSec .newsList li a:before {
	position: absolute;
	right: 37px;
	top: 50%;
	background: url("../img/common/icon09.png") no-repeat right center;
	background-size: 7px auto;
	width: 7px;
	height: 15px;
	content: "";
    transition: .3s;
	-webkit-transition: .3s;
}
#main .newsSec .newsList li:nth-child(2n) a:after {
	position: absolute;
	left: 0;
	top: 20px;
	bottom: 20px;
	width: 1px;
	background: #e6e6e6;
	content: "";
}
#main .newsSec .newsList li:nth-child(2n) a {
	padding-left: 40px;
}
#main .newsSec .newsList li:nth-child(2n) a:before {
	right: 20px;
}
@media all and (min-width: 961px) {
	#main .newsSec .newsList li a:hover {
		background: #EBF5FA;
	}
	#main .newsSec .newsList li a:hover:before {
		right: 27px;
	}
	#main .newsSec .newsList li:nth-child(2n) a:hover:before {
		right: 10px;
	}
}
#main .newsSec .newsList li .top {
	margin-bottom: 10px;
	display: block;
}
#main .newsSec .newsList li .date {
	font-size: 1.4rem;
	font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
#main .newsSec .newsList li .category {
	margin-left: 15px;
	padding: 3px 0;
	min-width: 100px;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.1rem;
	color: #3871B8;
	text-align: center;
	border: 1px solid #3871b8;
}
#main .newsSec .newsList li .txtSpan {
	display: block;
	line-height: 1.7;
	font-size: 1.6rem;
}
#main .btmSec {
	color: #fff;
	font-size: 2.8rem;
	min-height: 480px;
	text-align: center;
	box-sizing: border-box;
	background: url("../img/index/bg.jpg") no-repeat center center;
	background-size: cover;
}
#main .btmSec h2 {
	padding: 86px 0 25px;
	line-height: 1.55;
}
#main .btmSec .txt {
	margin-bottom: 30px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2;
}
#main .btmSec .comBtn a {
	background: none;
	padding: 19px 10px;
	font-size: 1.4rem;
	border-radius: 4px;
	border-color: #fff; 
	border-width: 1px;
}
@media all and (min-width: 961px) {
	#main .btmSec .comBtn a:hover {
		color: #232323;
		background: #fff;
		border-color: #fff;
	}
}
@media all and (max-width: 960px) {
	.mainVisual {
		position: relative;
		height: auto;
		background: none;
	}
	.mainVisual .btn {
		position: static;
		float: right;
		width: 180px;
		margin: -130px -10px -22px 0;
	}
	.mainVisual .btn a {
		display: block;
		position: relative;
	}
	.mainVisual .btn .over {
		opacity: 0 !important;
	}
	.mainVisual .videoBox {
		display: none;
	}
    .mainVisual .mainImg img {
        width: 100%;
    }
	.mainVisual .textBox {
		position: static;
		color: #1a2543;
		left: auto;
		bottom: auto;
		width: 100%;
		padding: 0 10px 0 20px;
		box-sizing: border-box;
	}
	.mainVisual .textBox .title {
		position: static;
		margin: 0 0 12px;
		width: 100%;
		clear: both;
		letter-spacing: 0;
		font-size: 2.8rem;
		line-height: 1.2;
	}
	.mainVisual .textBox .txt {
		margin: 0;
	}
	#main .featureSec {
		padding: 54px 0 52px;
	}
	#main .featureSec .listUl {
		margin: 0 0 35px 0;
		display: block;
	}
	#main .featureSec .listUl li {
		width: auto;
		margin: 0 30px 38px;
	}
	#main .featureSec .listUl li:last-child {
		margin-bottom: 0;
	}
	#main .featureSec .listUl li:nth-child(3n) {
		margin: 0 30px;
	}
	#main .featureSec .listUl li .pho {
		display: block;
		margin: 0 auto 20px;
		width: 100%;
		max-width: 240px;
	}
	#main .featureSec .listUl li .ttl {
		margin: 0 -16px 10px;
		font-size: 1.8rem;
	}
	#main .comBtn {
		margin-bottom: 10px;
	}
	#main .comBtn a {
		padding: 17px 10px;;
		font-size: 1.4rem;
	}
	#main .serviceSec {
		padding: 37px 0 52px;
	}
	#main .serviceSec .headLine03 {
		margin-bottom: 24px;
	}
	#main .youtube {
		padding: 35px 0;
	}
	#main .youtube h2 {
		font-size: 2.2rem;
	}
	#main .youtube .movieBox { 
	 	position: relative;
		padding-bottom: 60%; 
		height: 0; 
		overflow: hidden; 
	}
	#main .youtube .movieBox img,
	#main .youtube .movieBox iframe { 
		 position: absolute; 
		 top: 0; 
		 left: 0; 
		 width: 100%; 
		 height: 100%; 
	 }
	#main .benefitsSec {
		padding: 28px 0 40px;
		border-top: none;
	}
	#main .benefitsSec .headLine03 {
		margin-bottom: 10px;
	}
	#main .benefitsSec .comTxt {
		margin-bottom: 30px;
	}
	#main .benefitsSec .listUl {
		margin-bottom: 40px;
	}
	#main .benefitsSec .listUl li {
		margin: 0 0 9px;
		width: 100%;
		padding: 30px 30px 35px;
		box-sizing: border-box;
	}
	#main .benefitsSec .listUl li:last-child {
		margin-bottom: 0;
	}
	#main .benefitsSec .listUl li .ttl {
		margin: 0 -14px 14px 0;
	}
	#main .benefitsSec .listUl li .txt {
		line-height: 1.7;
	}
	#main .newsSec {
		padding: 20px 0 60px;
		border-top: 1px solid #e6e6e6;
	}
	#main .newsSec .ttlBox {
		position: relative;
		margin-bottom: 14px;
	}
	#main .newsSec .headLine02 {
		margin-bottom: 0;
	}
	#main .newsSec .headLine02 .en {
		font-size: 2.4rem;
		margin: 0;
	}
	#main .newsSec .headLine02 .jp {
		font-size: 1.2rem;
		margin-left: 10px;
	}
	#main .newsSec .comLinkTxt {
		position: absolute;
		right: -12px;
		top: 10px;
	}
	#main .newsSec .newsBox {
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
	}
	#main .newsSec .newsList li {
		width: 100%;
	}
	#main .newsSec .newsList li a {
		display: block;
		padding: 20px 30px 20px 0 !important;
		position: relative;
		border-bottom: 1px solid #e6e6e6;
	}
	#main .newsSec .newsList li:last-child a {
		border-bottom: none;
	}
	#main .newsSec .newsList li a:before {
		position: absolute;
		right: 7px;
		top: 50%;
		background: url("../img/common/icon09.png") no-repeat right center;
		background-size: 7px auto;
		width: 7px;
		height: 15px;
		content: "";
		transition: .3s;
		-webkit-transition: .3s;
	}
	#main .newsSec .newsList li:nth-child(2n) a:after {
		display: none;
	}
	#main .newsSec .newsList li:nth-child(2n) a:before {
		right: 7px;
	}
	#main .newsSec .newsList li .top {
		margin-bottom: 10px;
		display: block;
	}
	#main .newsSec .newsList li .date {
		font-size: 1.2rem;
	}
	#main .newsSec .newsList li .category {
		font-size: 1rem;
		line-height: 1.3;
		margin-left: 12px;
		min-width: 80px;
	}
	#main .newsSec .newsList li .txtSpan {
		height: auto;
		line-height: 1.7;
		font-size: 1.4rem;
	}
	#main .btmSec {
		font-size: 2.8rem;
		min-height: 444px;
		box-sizing: border-box;
		background: url("../img/index/sp_bg.jpg") no-repeat center center;
		background-size: cover; 
	}
	#main .btmSec h2 {
		padding: 73px 0 20px;
		font-size: 2rem;
		line-height: 1.55;
	}
	#main .btmSec .txt {
		margin-bottom: 25px;
		font-size: 1.4rem;
		line-height: 1.75;
	}
	#main .btmSec .comBtn a {
		background: none;
		padding: 19px 10px;
		font-size: 1.4rem;
		border-radius: 4px;
		border-color: #fff; 
		border-width: 1px;
	}
}
@media all and (max-width: 374px) {
	.mainVisual .textBox .title {
		font-size: 2.3rem;
	}
	#main .featureSec .listUl li .ttl {
		font-size: 1.7rem;
	}
	#main .btmSec .txt {
		margin: 0 -10px 25px;
		font-size: 1.3rem;
	}
}
@media all and (-ms-high-contrast:none){
	#main .comBtn a {
		padding: 19px 10px 15px;
	}
	#main .newsSec .newsList li .category {
		padding: 6px 0 2px;
	}
	#main .btmSec .comBtn a {
		padding: 21px 10px 18px;
	}
}