@charset "UTF-8";
/*
 * top_layout.css
 *
 */


/* !mainvisual
---------------------------------------------------------- */
.main {
	width: 100%;
	position: relative;
	padding-top:70px;
	-webkit-animation: bg 2s 1 ease;
	-moz-animation: bg 2s 1 ease;
	animation: bg 2s 1 ease ;
}
.swiper-container .swiper-slide {
  position: relative;
}
.swiper-container .swiper-slide img {
	display:block;
	width:100%;
}
.swiper-container .swiper-slide .swiper-slide-content-1 {
  position: absolute;
  top: 18%;
  left: 0;
  right:0;
  margin:auto;
  opacity: 0;
  transition: all 3s ease 1.8s;
}
	.swiper-container .swiper-slide .swiper-slide-content-1 p.enTit {
		font-family: 'Roboto', sans-serif;
		font-size:64px;
		font-weight:500;
		color:#31424E;
		text-align:center;
		letter-spacing:0.04em;
		margin-bottom:35px;
		position:relative;
	}
		.swiper-container .swiper-slide .swiper-slide-content-1 p.enTit:after {
			display:block;
			position:absolute;
			content:"";
			width:60px;
			height:2px;
			background:#31424E;
			bottom:0;
			left:50%;
			margin-left:-30px;
		}
	.swiper-container .swiper-slide .swiper-slide-content-1 h2 {
		font-size:30px;
		font-weight:bold;
		color:#31424E;
		text-align:center;
		letter-spacing:0.1em;
	}
	
.swiper-container .swiper-slide .swiper-slide-content-2 {
  position: absolute;
  top: 40%;
  left: 7%;
  opacity: 0;
  transition: all 3s ease 1.8s;
}
	.swiper-container .swiper-slide .swiper-slide-content-2 p.copy1 {
		font-size:30px;
		font-weight:bold;
		color:#FFF;
		line-height:50px;
		letter-spacing:0.1em;
		padding-left:80px;
		background:url(../../img/main_icon01.png) 0 0 no-repeat;
		background-size:50px 50px;
		margin-bottom:30px;
	}
	.swiper-container .swiper-slide .swiper-slide-content-2 p.copy2 {
		font-size:30px;
		font-weight:bold;
		color:#FFF;
		line-height:50px;
		letter-spacing:0.1em;
		padding-left:80px;
		background:url(../../img/main_icon02.png) 0 0 no-repeat;
		background-size:50px 50px;
	}
	
.swiper-container .swiper-slide .swiper-slide-content-3 {
  position: absolute;
  top: 40%;
  left: 7%;
  opacity: 0;
  transition: all 3s ease 1.8s;
}
	.swiper-container .swiper-slide .swiper-slide-content-3 p.copy1 {
		font-size:30px;
		font-weight:bold;
		color:#31424E;
		line-height:50px;
		letter-spacing:0.1em;
		padding-left:80px;
		background:url(../../img/main_icon03.png) 0 0 no-repeat;
		background-size:50px 50px;
		margin-bottom:30px;
	}
	.swiper-container .swiper-slide .swiper-slide-content-3 p.copy2 {
		font-size:30px;
		font-weight:bold;
		color:#31424E;
		line-height:50px;
		letter-spacing:0.1em;
		padding-left:80px;
		background:url(../../img/main_icon04.png) 0 0 no-repeat;
		background-size:50px 50px;
		margin-bottom:30px;
	}

@keyframes bg {
    0% {
        opacity: 0;
    }
	30% {
        opacity: 0;
    }
	100% {
        opacity: 1;
    }
}

@media screen and (max-width:1039px){
.swiper-container .swiper-slide .swiper-slide-content-1 {
  top: 12%;
}
	.swiper-container .swiper-slide .swiper-slide-content-1 p.enTit {
		font-size:48px;
		margin-bottom:25px;
	}
		.swiper-container .swiper-slide .swiper-slide-content-1 p.enTit:after {
			width:50px;
			margin-left:-25px;
		}
	.swiper-container .swiper-slide .swiper-slide-content-1 h2 {
		font-size:24px;
	}
	
.swiper-container .swiper-slide .swiper-slide-content-2 {
  top: 40%;
}
	.swiper-container .swiper-slide .swiper-slide-content-2 p.copy1 {
		font-size:24px;
		line-height:40px;
		padding-left:60px;
		background-size:40px 40px;
		margin-bottom:20px;
	}
	.swiper-container .swiper-slide .swiper-slide-content-2 p.copy2 {
		font-size:24px;
		line-height:40px;
		padding-left:60px;
		background-size:40px 40px;
	}
	
.swiper-container .swiper-slide .swiper-slide-content-3 {
  top: 40%;
}
	.swiper-container .swiper-slide .swiper-slide-content-3 p.copy1 {
		font-size:24px;
		line-height:40px;
		padding-left:60px;
		background-size:40px 40px;
		margin-bottom:20px;
	}
	.swiper-container .swiper-slide .swiper-slide-content-3 p.copy2 {
		font-size:24px;
		line-height:40px;
		padding-left:60px;
		background-size:40px 40px;
	}
}

@media screen and (max-width:767px){
.main {
	padding-top:60px;
}
.swiper-container .swiper-slide .swiper-slide-content-1 {
  top: 10%;
}
	.swiper-container .swiper-slide .swiper-slide-content-1 p.enTit {
		font-size:28px;
		margin-bottom:15px;
	}
		.swiper-container .swiper-slide .swiper-slide-content-1 p.enTit:after {
			width:40px;
			height:1px;
			margin-left:-20px;
		}
	.swiper-container .swiper-slide .swiper-slide-content-1 h2 {
		font-size:14px;
		letter-spacing:0.04em;
	}
	
.swiper-container .swiper-slide .swiper-slide-content-2 {
  top: 35%;
  left: 7%;
}
	.swiper-container .swiper-slide .swiper-slide-content-2 p.copy1 {
		font-size:14px;
		line-height:24px;
		padding-left:35px;
		background-size:24px 24px;
		letter-spacing:0.05em;
		margin-bottom:10px;
	}
	.swiper-container .swiper-slide .swiper-slide-content-2 p.copy2 {
		font-size:14px;
		line-height:24px;
		padding-left:35px;
		background-size:24px 24px;
		letter-spacing:0.05em;
	}
	
.swiper-container .swiper-slide .swiper-slide-content-3 {
  top: 35%;
  left: 7%;
}
	.swiper-container .swiper-slide .swiper-slide-content-3 p.copy1 {
		font-size:14px;
		line-height:24px;
		padding-left:35px;
		background-size:24px 24px;
		letter-spacing:0.05em;
		margin-bottom:10px;
	}
	.swiper-container .swiper-slide .swiper-slide-content-3 p.copy2 {
		font-size:14px;
		line-height:24px;
		padding-left:35px;
		background-size:24px 24px;
		letter-spacing:0.05em;
	}
}

@media screen and (max-width:360px){
	.swiper-container .swiper-slide .swiper-slide-content-1 h2 {
		font-size:14px;
		letter-spacing:0;
	}
}

/* !導入
---------------------------------------------------------- */
.topIntro {
	width:100%;
	padding:140px 0 60px 0;
	position:relative;
	overflow:hidden;
}
	.topIntro p.enTit {
		position:absolute;
		font-family: 'Roboto', sans-serif;
		font-size:206px;
		font-weight:500;
		color:#E6F1EE;
		line-height:1;
		top:50px;
		left:47.5%;
		z-index:1;
	}
	.topIntro img {
		position:relative;
		display:block;
		width:50%;
		float:left;
		z-index:2;
	}
	.topIntro div.inner {
		width:38%;
		margin:100px 0 0 57%;
	}
		.topIntro div.inner h2 {
			font-size:30px;
			font-weight:bold;
			line-height:1.6;
			margin-bottom:50px;
		}

@media screen and (max-width:1039px){
.topIntro {
	padding:120px 0 50px 0;
}
	.topIntro p.enTit {
		font-size:150px;
		top:40px;
	}
	.topIntro div.inner {
		margin:60px 0 0 57%;
	}
		.topIntro div.inner h2 {
			font-size:22px;
			margin-bottom:40px;
		}
}

@media screen and (max-width:767px){
.topIntro {
	width:100%;
	padding:100px 0 40px 0;
	position:relative;
	overflow:hidden;
}
	.topIntro p.enTit {
		position:absolute;
		font-size:44px;
		text-align:center;
		top:40px;
		left:0;
		right:0;
		margin:auto;
	}
	.topIntro img {
		width:auto;
		max-width:300px;
		float:none;
		margin:0 auto 30px auto;
	}
	.topIntro div.inner {
		width:auto;
		margin:40px 20px 0 20px;
	}
		.topIntro div.inner h2 {
			font-size:18px;
			text-align:center;
			margin-bottom:30px;
		}
}

/* !6つのBusiness
----------------------------------------------------------
.topBusiness {
	width:100%;
	padding:0 0 120px 0;
}
	.topBusiness ul {
		width:100%;
		height:320px;
	}
		.topBusiness ul li {
			width:23%;
			height:270px;
			float:left;
			margin-right:2.66%;
			margin-bottom:30px;
			position:relative;
		}
			.topBusiness ul li:last-child {
				margin-right:0;
				margin-bottom:0;
			}
			.topBusiness ul li:nth-child(3) {
				margin-right:25%;
			}
			.topBusiness ul li:nth-child(4) {
				margin-left:25.66%;
				margin-bottom:0;
			}
			.topBusiness ul li:nth-child(5) {
				margin-bottom:0;
			}
			.topBusiness ul li a {
				position:relative;
				overflow: hidden;
				display:block;
				width:100%;
				height:270px;
				z-index:1;
			}
				.topBusiness ul li a div.bg {
					position:absolute;
					width:100%;
					height:100%;
					top:0;
					left:0;
					z-index:2;
					transition: all .6s ease;
				}
				.topBusiness ul li a div.business01 {
					background:url(../../img/business_img01.jpg) 50% 50% no-repeat;
					background-size:cover;
				}
				.topBusiness ul li a div.business02 {
					background:url(../../img/business_img02.jpg) 50% 50% no-repeat;
					background-size:cover;
				}
				.topBusiness ul li a div.business03 {
					background:url(../../img/business_img03.jpg) 50% 50% no-repeat;
					background-size:cover;
				}
				.topBusiness ul li a div.business04 {
					background:url(../../img/business_img04.jpg) 50% 50% no-repeat;
					background-size:cover;
				}
				.topBusiness ul li a div.business05 {
					background:url(../../img/business_img05.jpg) 50% 50% no-repeat;
					background-size:cover;
				}
				.topBusiness ul li a div.business06 {
					background:url(../../img/business_img06.jpg) 50% 50% no-repeat;
					background-size:cover;
				}
					.topBusiness ul li a:hover div.bg {
						-moz-transform: scale(1.05);
						-webkit-transform: scale(1.05);
						-ms-transform: scale(1.05);
						transform: scale(1.05);
					}
				.topBusiness ul li a div.mask {
					position:absolute;
					width:100%;
					height:100%;
					background:rgba(0, 0, 0, .45);
					top:0;
					left:0;
					z-index:3;
					transition: all 1.2s ease;
				}
					.topBusiness ul li a:hover div.mask {
						background:rgba(0, 0, 0, 0);
					}
					.topBusiness ul li a div.mask p {
						position:absolute;
						font-size:18px;
						font-weight:bold;
						color:#FFF;
						text-align:center;
						letter-spacing:0.1em;
						top:45%;
						left:0;
						right:0;
						margin:auto;
					}
				.topBusiness ul li a div.arrow {
					position:absolute;
					width:46px;
					height:46px;
					background:#31424E;
					bottom:0;
					right:0;
					z-index:4;
					transition: all .6s ease;
				}
					.topBusiness ul li a div.arrow i.fas {
						width:46px;
						font-size:14px;
						text-align:center;
						line-height:46px;
						color:#FFF;
					}
					.topBusiness ul li a:hover div.arrow {
						background:#F36F20;
					}
								
@media screen and (max-width:1039px){
.topBusiness {
	padding:0 0 100px 0;
}
	.topBusiness ul {
		height:200px;
	}
		.topBusiness ul li {
			height:200px;
		}
			.topBusiness ul li a {
				height:200px;
			}
					.topBusiness ul li a:hover div.bg {
						-moz-transform: none;
						-webkit-transform: none;
						-ms-transform: none;
						transform: none;
					}
				.topBusiness ul li a div.mask {
					background:rgba(0, 0, 0, .45);
				}
					.topBusiness ul li a:hover div.mask {
						background:rgba(0, 0, 0, .45);
					}
					.topBusiness ul li a div.mask p {
						font-size:16px;
						letter-spacing:0;
						top:44%;
					}
				.topBusiness ul li a div.arrow {
					width:40px;
					height:40px;
				}
					.topBusiness ul li a div.arrow i.fas {
						width:40px;
						font-size:12px;
						line-height:40px;
					}
					.topBusiness ul li a:hover div.arrow {
						background:#31424E;
					}
}

@media screen and (max-width:767px){
.topBusiness {
	padding:0 0 0 0;
}
	.topBusiness ul {
		height:auto;
		margin:0 auto;
	}
		.topBusiness ul li {
			width:50%;
			height:180px;
			margin-right:0;
			margin-bottom:0;
		}
			.topBusiness ul li:nth-child(even) {
				margin-right:0;
			}

			.topBusiness ul li:nth-child(3) {
				margin-right:0;
			}
			.topBusiness ul li:nth-child(4) {
				margin-left:0;
				margin-bottom:0;
			}
			.topBusiness ul li:nth-child(5) {
				margin-bottom:0;
			}
			.topBusiness ul li a {
				width:100%;
				height:180px;
			}
					.topBusiness ul li a div.mask p {
						font-size:14px;
						top:40%;
					}
}
 */
 
/* !6つのBusiness
---------------------------------------------------------- */
.topBusiness {
	width:100%;
	padding:0 50px 100px 50px;
}
	.topBusiness ul {
		width:100%;
		max-width:1000px;
		margin:0 auto;
		text-align:center;
	}
		.topBusiness ul li {
			display:inline-block;
			text-align:center;
			font-weight:bold;
			height:40px;
			line-height:40px;
			padding:0 1.2em;
			border:1px solid #98A1A7;
			border-radius:20px;
			margin-right:10px;
		}
			.topBusiness ul li:last-child {
				margin-right:0;
			}
		
@media screen and (max-width:1039px){
.topBusiness {
	padding:0 30px 80px 30px;
}
	.topBusiness ul {
		font-size:0;
	}
		.topBusiness ul li {
			width:30%;
			font-size:14px;
			padding:0;
			margin-right:5%;
			margin-bottom:10px;
		}
			.topBusiness ul li:nth-child(3n) {
				margin-right:0;
			}
}

@media screen and (max-width:767px){
.topBusiness {
	padding:0 20px 50px 20px;
}
		.topBusiness ul li {
			width:48%;
			font-size:13px;
			padding:0;
			margin-right:4%;
		}
			.topBusiness ul li:nth-child(3n) {
				margin-right:4%;
			}
			.topBusiness ul li:nth-child(even) {
				margin-right:0;
			}
}

@media screen and (max-width:359px){
		.topBusiness ul li {
			font-size:12px;
		}
}
		
/* !News
---------------------------------------------------------- */
.topNews {
	width:auto;
	background:#F5F3F1;
	padding:80px 50px 80px 50px;
}
	.topNews div.inner {
		width:100%;
		max-width:1000px;
		margin:0 auto;
	}
		.topNews div.inner h2 {
			width:25%;
			float:left;
		}
			.topNews div.inner h2 span {
				font-family: 'Roboto', sans-serif;
				font-size:36px;
				font-weight:500;
				letter-spacing:0.04em;
				padding-bottom:0.4em;
				border-bottom:2px solid #F36F20;
			}
		.topNews div.inner div.right {
			width:75%;
			float:left;
		}
			.topNews div.inner div.right a dl {
				display:block;
				width:100%;
				padding:1.2em 0.6em;
				line-height:1.8;
				border-bottom:1px dotted #D5CCC4;
			}
				.topNews div.inner div.right a dl dt {
					width:20%;
					color:#31414D;
					float:left;
				}
				.topNews div.inner div.right a dl dd {
					width:80%;
					color:#31414D;
					transition: .5s;
					float:left;
				}
				.topNews div.inner div.right a:hover dl dd {
					color:#F36F20;
				}
			.topNews div.inner div.right a.newsBtn {
				float:right;
				margin-top:40px;
			}
				.topNews div.inner div.right a.newsBtn span {
					display:inline-block;
					font-size:14px;
					color:#FFF;
					background:#31414D;
					padding:0.5em 1.4em;
					transition: .6s;
				}
					.topNews div.inner div.right a.newsBtn span i.fas {
						display:inline-block;
						font-size:14px;
						margin-left:1.4em;
						transition: .6s;
					}
					.topNews div.inner div.right a:hover.newsBtn span {
						background:#F36F20;
						padding:0.5em 1.0em 0.5em 1.4em;
					}
						.topNews div.inner div.right a:hover.newsBtn span i.fas {
							margin-left:1.8em;
						}
  
@media screen and (max-width:1039px){
.topNews {
	padding:60px 30px 60px 30px;
}
			.topNews div.inner h2 span {
				font-size:32px;
			}
				.topNews div.inner div.right a:hover dl dd {
					color:#31414D;
				}
			.topNews div.inner div.right a.newsBtn {
				float:right;
				margin-top:40px;
			}
					.topNews div.inner div.right a:hover.newsBtn span {
						background:#31414D;
						padding:0.5em 1.4em 0.5em 1.4em;
					}
						.topNews div.inner div.right a:hover.newsBtn span i.fas {
							margin-left:1.4em;
						}
}

@media screen and (max-width:767px){
.topNews {
	padding:50px 20px 50px 20px;
}
		.topNews div.inner h2 {
			width:100%;
			float:none;
			margin-bottom:30px;
		}
			.topNews div.inner h2 span {
				font-size:26px;
				padding-bottom:0.4em;
				border-bottom:2px solid #F36F20;
			}
		.topNews div.inner div.right {
			width:100%;
			float:none;
		}
			.topNews div.inner div.right a dl {
				display:block;
				width:100%;
				padding:1.2em 0.6em;
				line-height:1.8;
				border-bottom:1px dotted #D5CCC4;
			}
				.topNews div.inner div.right a dl dt {
					width:100%;
					float:none;
					margin-bottom:10px;
				}
				.topNews div.inner div.right a dl dd {
					width:100%;
					float:none;
				}
				.topNews div.inner div.right a:hover dl dd {
					color:#31414D;
				}
			.topNews div.inner div.right a.newsBtn {
				float:right;
				margin-top:40px;
			}		
}
