@charset "UTF-8";
/* #tpl-mv
-----------------------------*/
#tpl-mv {
	min-width: 1260px;
	position: relative;
}

@media only screen and (max-width: 750px) {
	#tpl-mv {
		min-width: initial;
		top: 60px;
		height: auto !important;
	}
}

#tpl-mv .main-visual {
	position: relative;
	height: 100%;
}

@media only screen and (max-width: 750px) {
	#tpl-mv .main-visual {
		height: 453px;
	}
}

#tpl-mv .main-visual .main-visual-slide {
	height: 100%;
	opacity: 0;
	transition: all 2s;
	position: relative;
}

#tpl-mv .main-visual .main-visual-slide.show {
	opacity: 1;
}

#tpl-mv .main-visual .main-visual-slide .main-visual-slide-item {
	width:100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0;
	transition: all 3s;
}

#tpl-mv .main-visual .main-visual-slide .main-visual-slide-item:nth-child(1) {
	background-image: url(/assets/top/img/main-visual-1.jpg);
}

@media screen and (max-width: 750px) {
	#tpl-mv .main-visual .main-visual-slide .main-visual-slide-item:nth-child(1) {
		background-image: url(/assets/top/img/main-visual-sp-1.jpg);
	}
}

#tpl-mv .main-visual .main-visual-slide .main-visual-slide-item:nth-child(2) {
	background-image: url(/assets/top/img/main-visual-2.jpg);
}

@media screen and (max-width: 750px) {
	#tpl-mv .main-visual .main-visual-slide .main-visual-slide-item:nth-child(2) {
		background-image: url(/assets/top/img/main-visual-sp-2.jpg);
	}
}

#tpl-mv .main-visual .main-visual-slide .main-visual-slide-item:nth-child(3) {
	background-image: url(/assets/top/img/main-visual-3.jpg);
}

@media screen and (max-width: 750px) {
	#tpl-mv .main-visual .main-visual-slide .main-visual-slide-item:nth-child(3) {
		background-image: url(/assets/top/img/main-visual-sp-3.jpg);
	}
}

#tpl-mv .main-visual .main-visual-slide .main-visual-slide-item:nth-child(4) {
	background-image: url(/assets/top/img/main-visual-4.jpg);
}

@media screen and (max-width: 750px) {
	#tpl-mv .main-visual .main-visual-slide .main-visual-slide-item:nth-child(4) {
		background-image: url(/assets/top/img/main-visual-sp-4.jpg);
	}
}

#tpl-mv .main-visual .main-visual-slide .main-visual-slide-item.show {
	opacity: 1;
}

#tpl-mv .main-visual .main-visual-obj {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-justify-content: center;
	/* Safari */
	justify-content: center;
	-webkit-align-items: center;
	/* Safari */
	align-items: center;
}

#tpl-mv .main-visual .main-visual-obj .main-visual-obj-lead {
	margin-bottom: -20px;
	text-align: center;
	opacity: 0;
	transition: all 1s;
}

@media screen and (max-width: 750px) {
	#tpl-mv .main-visual .main-visual-obj .main-visual-obj-lead {
		margin-bottom: -50px;
	}
}

#tpl-mv .main-visual .main-visual-obj .main-visual-obj-lead.show {
	opacity: 1;
}

@media screen and (max-width: 750px) {
	#tpl-mv .main-visual .main-visual-obj .main-visual-obj-lead img {
		width: 100%;
	}
}

#tpl-mv .main-visual .main-visual-obj .tpl-base-btn {
	width: 312px;
	margin: auto;
	letter-spacing: 0.05em;
	opacity: 0;
	transition: all 1s;
}

@media screen and (max-width: 750px) {
	#tpl-mv .main-visual .main-visual-obj .tpl-base-btn {
		width: 210px;
	}
}

#tpl-mv .main-visual .main-visual-obj .tpl-base-btn.show {
	opacity: 1;
}

@media screen and (max-width: 750px) {
	#tpl-mv .main-visual .main-visual-obj .tpl-base-btn a span {
		font-size: 10px;
	}
}

#tpl-mv .main-visual .main-visual-obj .tpl-base-btn a span::before {
	width: 5px;
	height: 5px;
}

#tpl-mv #tpl-news {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 20px 0;
}

@media only screen and (max-width: 750px) {
	#tpl-mv #tpl-news {
		position: static;
		background-color: white;
		padding: 15px 0 20px;
	}
}

#tpl-mv #tpl-news .tpl-inner-wrap {
	display: -webkit-flex;
	/*--- safari（PC）用 ---*/
	display: flex;
}

@media only screen and (max-width: 750px) {
	#tpl-mv #tpl-news .tpl-inner-wrap {
		display: block;
		padding: 0 15px;
	}
}

#tpl-mv #tpl-news .tpl-inner-wrap .tpl-news-head {
	width: 355px;
	padding-right: 40px;
	border-right: 1px solid #818A90;
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-align-items: center;
	/* Safari */
	align-items: center;
}

@media only screen and (max-width: 750px) {
	#tpl-mv #tpl-news .tpl-inner-wrap .tpl-news-head {
		width: auto;
		padding-right: 0;
		border-right: none;
		margin-bottom: 15px;
	}
}

#tpl-mv #tpl-news .tpl-inner-wrap .tpl-news-head a {
	color: white;
}

@media only screen and (max-width: 750px) {
	#tpl-mv #tpl-news .tpl-inner-wrap .tpl-news-head a {
		color: inherit;
	}
}

#tpl-mv #tpl-news .tpl-inner-wrap .tpl-news-head .tpl-news-head-ttl {
	line-height: 1;
	width: 100px;
}

@media only screen and (max-width: 750px) {
	#tpl-mv #tpl-news .tpl-inner-wrap .tpl-news-head .tpl-news-head-ttl {
		width: auto;
		padding-right: 8px;
	}
}

#tpl-mv #tpl-news .tpl-inner-wrap .tpl-news-head .tpl-news-head-ttl h3 {
	color: white;
	font-size: 22px;
	letter-spacing: 0.1em;
	margin-bottom: 25px;
}

@media only screen and (max-width: 750px) {
	#tpl-mv #tpl-news .tpl-inner-wrap .tpl-news-head .tpl-news-head-ttl h3 {
		color: #013895;
		font-size: 17px;
		font-weight: 600;
		margin-bottom: 0;
	}
}

#tpl-mv #tpl-news .tpl-inner-wrap .tpl-news-head .tpl-news-head-ttl .tpl-news-list-link.only-pc {
	font-size: 12px;
}

@media only screen and (max-width: 750px) {
	#tpl-mv #tpl-news .tpl-inner-wrap .tpl-news-head .tpl-news-head-ttl .tpl-news-list-link.only-pc {
		display: none;
	}
}

#tpl-mv #tpl-news .tpl-inner-wrap .tpl-news-head .tpl-news-head-ttl .tpl-news-list-link.only-pc a {
	text-decoration: none;
	padding-right: 14px;
}

@media only screen and (max-width: 750px) {
	#tpl-mv #tpl-news .tpl-inner-wrap .tpl-news-head .tpl-news-body-btn-wrap {
		margin-bottom: 0;
		display: -webkit-flex;
		/* Safari */
		display: flex;
		-webkit-justify-content: space-between;
		/* Safari */
		justify-content: space-between;
		flex: 1;
	}
}

#tpl-mv #tpl-news .tpl-inner-wrap .tpl-news-head .tpl-news-body-btn-wrap .tpl-news-body-btn {
	font-size: 12px;
	border: 1px solid white;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 7px;
	width: 230px;
	text-align: center;
}

body.e #tpl-mv #tpl-news .tpl-inner-wrap .tpl-news-head .tpl-news-body-btn-wrap .tpl-news-body-btn {
	width: 205px;
}

@media only screen and (max-width: 750px) {
	body.e #tpl-mv #tpl-news .tpl-inner-wrap .tpl-news-head .tpl-news-body-btn-wrap .tpl-news-body-btn {
		width: 50%;
	}
}

@media only screen and (max-width: 750px) {
	#tpl-mv #tpl-news .tpl-inner-wrap .tpl-news-head .tpl-news-body-btn-wrap .tpl-news-body-btn {
		font-size: 8px;
		border-color: #013895;
		overflow: visible;
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 750px) {
	#tpl-mv #tpl-news .tpl-inner-wrap .tpl-news-head .tpl-news-body-btn-wrap .tpl-news-body-btn:first-child {
		width: 58%;
	}
}

#tpl-mv #tpl-news .tpl-inner-wrap .tpl-news-head .tpl-news-body-btn-wrap .tpl-news-body-btn:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 750px) {
	#tpl-mv #tpl-news .tpl-inner-wrap .tpl-news-head .tpl-news-body-btn-wrap .tpl-news-body-btn:last-child {
		width: 40%;
	}
}

#tpl-mv #tpl-news .tpl-inner-wrap .tpl-news-head .tpl-news-body-btn-wrap .tpl-news-body-btn a {
	display: block;
	padding: 5px;
	background-image: url(/assets/top/img/news-body-important-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	text-decoration: none;
}

@media only screen and (max-width: 750px) {
	#tpl-mv #tpl-news .tpl-inner-wrap .tpl-news-head .tpl-news-body-btn-wrap .tpl-news-body-btn a {
		padding: 5px 8px 3px 19px;
		background-image: url(/assets/top/img/news-body-important-icon-sp.png);
		background-position: 5px center;
		background-size: 13px;
		line-height: 1;
	}
}

#tpl-mv #tpl-news .tpl-inner-wrap .tpl-news-body {
	color: #e5e5e5;
	font-size: 13px;
	padding-left: 30px;
}

@media only screen and (max-width: 750px) {
	#tpl-mv #tpl-news .tpl-inner-wrap .tpl-news-body {
		color: inherit;
		font-size: 12px;
		padding-left: 0;
		margin-bottom: 10px;
	}
}

#tpl-mv #tpl-news .tpl-inner-wrap .tpl-news-body dt {
	float: left;
	clear: left;
	margin-bottom: 5px;
}

@media only screen and (max-width: 750px) {
	#tpl-mv #tpl-news .tpl-inner-wrap .tpl-news-body dt {
		margin-bottom: 2px;
	}
}

#tpl-mv #tpl-news .tpl-inner-wrap .tpl-news-body dd {
	padding-left: 95px;
	margin-bottom: 5px;
}

@media only screen and (max-width: 750px) {
	#tpl-mv #tpl-news .tpl-inner-wrap .tpl-news-body dd {
		padding-left: 70px;
		margin-bottom: 2px;
	}
}

#tpl-mv #tpl-news .tpl-inner-wrap .tpl-news-body dd a {
	color: white;
}

@media only screen and (max-width: 750px) {
	#tpl-mv #tpl-news .tpl-inner-wrap .tpl-news-body dd a {
		color: inherit;
	}
}

#tpl-mv #tpl-news .tpl-inner-wrap .tpl-news-list-link.only-sp {
	width: 200px;
	border: 1px solid #013895;
	border-radius: 35px;
	margin: 10px auto 0;
}

#tpl-mv #tpl-news .tpl-inner-wrap .tpl-news-list-link.only-sp a {
	display: block;
	color: inherit;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	padding: 6px;
	text-decoration: none;
}

/* #tpl-contents
-----------------------------*/
#tpl-contents {
	padding: 120px 0 175px;
}

@media only screen and (max-width: 750px) {
	#tpl-contents {
		padding: 100px 0;
	}
}

#tpl-contents .sec {
	padding-bottom: 195px;
	margin-bottom: 100px;
	position: relative;
}

@media screen and (max-width: 750px) {
	#tpl-contents .sec {
		padding-top: 175px;
		padding-bottom: 0;
		margin-bottom: 45px;
	}
}

#tpl-contents .sec .sec-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center 80px;
	opacity: 0;
	transform: scale(0.9);
	transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}

@media only screen and (max-width: 750px) {
	#tpl-contents .sec .sec-img {
		background-position: center top;
		background-size: contain;
	}
}

#tpl-contents .sec .sec-img.show {
	opacity: 1;
	transform: translateY(0) scale(1);
}

#tpl-contents .sec .tpl-inner-wrap {
	overflow: hidden;
}

#tpl-contents .sec .tpl-inner-wrap .sec-box {
	background-color: rgba(1, 56, 149, 0.9);
	width: 460px;
	padding: 75px 0 50px;
	text-align: center;
	color: white;
	position: relative;
	opacity: 0;
	transform: scale(0.9);
	transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

@media only screen and (max-width: 750px) {
	#tpl-contents .sec .tpl-inner-wrap .sec-box {
		width: 80%;
		padding: 25px 0 22px;
		margin: auto;
	}
}

#tpl-contents .sec .tpl-inner-wrap .sec-box.show {
	opacity: 1;
	transform: translateY(0) scale(1);
}

#tpl-contents .sec .tpl-inner-wrap .sec-box h3 {
	font-size: 38px;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-bottom: 30px;
}

@media only screen and (max-width: 750px) {
	#tpl-contents .sec .tpl-inner-wrap .sec-box h3 {
		font-size: 25px;
		margin-bottom: 15px;
	}
}

#tpl-contents .sec .tpl-inner-wrap .sec-box hr {
	display: block;
	width: 45px;
	height: 0px;
	margin: 0 auto 30px;
	border: none;
	border-top: 1px solid #577EBB;
}

@media only screen and (max-width: 750px) {
	#tpl-contents .sec .tpl-inner-wrap .sec-box hr {
		width: 25px;
		margin: 0 auto 15px;
	}
}

#tpl-contents .sec .tpl-inner-wrap .sec-box .sec-box-ttl {
	font-size: 23px;
	font-weight: 200;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-bottom: 50px;
}

@media only screen and (max-width: 750px) {
	#tpl-contents .sec .tpl-inner-wrap .sec-box .sec-box-ttl {
		font-size: 15px;
		margin-bottom: 25px;
	}
}

#tpl-contents .sec .tpl-inner-wrap .sec-box .sec-box-link {
	width: 168px;
	height: 50px;
	line-height: 50px;
	margin: auto;
	background-color: white;
	border-radius: 25px;
	overflow: hidden;
}

@media only screen and (max-width: 750px) {
	#tpl-contents .sec .tpl-inner-wrap .sec-box .sec-box-link {
		width: 66.666666666%;
		height: 35px;
		line-height: 35px;
	}
}

#tpl-contents .sec .tpl-inner-wrap .sec-box .sec-box-link a {
	display: block;
	color: #013895;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-decoration: none;
}

@media only screen and (max-width: 750px) {
	#tpl-contents .sec .tpl-inner-wrap .sec-box .sec-box-link a {
		font-size: 11px;
	}
}

#tpl-contents .sec:nth-child(odd) .sec-box {
	float: left;
}

@media only screen and (max-width: 750px) {
	#tpl-contents .sec:nth-child(odd) .sec-box {
		float: none;
	}
}

#tpl-contents .sec:nth-child(even) .sec-box {
	float: right;
}

@media only screen and (max-width: 750px) {
	#tpl-contents .sec:nth-child(even) .sec-box {
		float: none;
	}
}

#tpl-contents .sec:last-child {
	margin-bottom: 0;
}

#tpl-contents .sec.sec-about .sec-img {
	background-image: url(/assets/top/img/sec-about-bg.jpg);
}

@media only screen and (max-width: 750px) {
	#tpl-contents .sec.sec-about .sec-img {
		background-image: url(/assets/top/img/sec-about-bg-sp.jpg);
	}
}

#tpl-contents .sec.sec-products .sec-img {
	background-image: url(/assets/top/img/sec-products-bg.jpg);
}

@media only screen and (max-width: 750px) {
	#tpl-contents .sec.sec-products .sec-img {
		background-image: url(/assets/top/img/sec-products-bg-sp.jpg);
	}
}

#tpl-contents .sec.sec-ir .sec-img {
	background-image: url(/assets/top/img/sec-ir-bg.jpg);
}

@media only screen and (max-width: 750px) {
	#tpl-contents .sec.sec-ir .sec-img {
		background-image: url(/assets/top/img/sec-ir-bg-sp.jpg);
	}
}

#tpl-contents .sec.sec-recruit .sec-img {
	background-image: url(/assets/top/img/sec-recruit-bg.jpg);
}

@media only screen and (max-width: 750px) {
	#tpl-contents .sec.sec-recruit .sec-img {
		background-image: url(/assets/top/img/sec-recruit-bg-sp.jpg);
	}
}

@media screen and (max-width: 1260px) {
	#tpl-contents .sec {
		background-position: -170px 80px;
	}
}

@media only screen and (max-width: 1260px) and (max-width: 750px) {
	#tpl-contents .sec {
		background-position: center top;
	}
}

.main-visual-loading {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	opacity: 0;
	transition: all 0.5s;
}

.main-visual-loading.show {
	opacity: 1;
}

.sk-fading-circle {
	width: 40px;
	height: 40px;
	position: relative;
}

.sk-fading-circle .sk-circle {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.sk-fading-circle .sk-circle:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: #013895;
	border-radius: 100%;
	-webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
	animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
	0%, 39%, 100% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
}

@keyframes sk-circleFadeDelay {
	0%, 39%, 100% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
}

.preload-img {
	display: none;
}
