/* ------------------------------------ */
#top-head .logo {
	width: 250px;
}
#wrapper {
	background: none;
	padding-top: 0;
}
/* ------------------------------------ */ 
#main-visual {
	height: 700px;
	background: url(../images/top/mv.jpg) no-repeat center center;
	background-size: auto 100%;
	position: relative;
	z-index: 10;
}
#main-visual.fadeIn {
  transition: 5s;
  opacity: 0;
}
#main-visual.fadeIn.animated {
  opacity: 1;
}
#main-visual h2 {
	position: absolute;
	color: #0A2047;
	font-weight: 900;
	font-size: 600%;
	line-height: 110%;
	transform: rotateZ( 30deg );
	top: 40%;
	left: 15%;
	delay: 100;
}
#main-visual h2 span {
	display: block;
	color: #FFC200;
	font-family: 'Hind Siliguri', sans-serif;
	font-weight: 700;
	font-size: 40%;
	letter-spacing: 1px;
}
#main-visual h2.fadeIn{
	transition: .6s;
	opacity: 0;
	top: 60%;
	left: 55%;
}
#main-visual h2.fadeIn.animated {
	opacity: 1;
	top: 40%;
	left: 15%;
}
/* ------------------------------------ */
#top1 {
	width: 100%;
	position: relative;
	height: 700px;
	background: url(../images/top/ph01.jpg) no-repeat center center;
	background-size: cover;
	z-index: 5;
}
#top1 dl {
	width: 400px;
	background-color: rgba(255,255,255,.9);
	padding: 40px;
	color: #0A2047;
	position: absolute;
	bottom: -50px;
	left: 5%;
}
#top1 dl.fadeIn {
  transition: 1s;
  opacity: 0;
}
#top1 dl.fadeIn.animated {
  opacity: 1;
}
#top1 dt {
	font-size: 140%;
	font-weight: 500;
	margin-bottom: 20px;
	letter-spacing: 1px;
	line-height: 170%;
}
#top1 dd {
}
/* ------------------------------------ */
#top2 {
	width: 100%;
	background-color: #0A2047;
	color: #fff;
	padding: 50px 0 90px;
	position: relative;
	z-index: 0;
	margin-bottom: 80px;
}
#top2 .inner {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	max-width: 1100px;
	width: 90%;
	margin: 0px auto;
}
#top2 .inner a {
	display: block;
	float: left;
	width: 22%;
	margin-right: 4%;
	color: #fff;
}
#top2 .inner a:last-child {
	margin-right: 0;
}
#top2 .inner a:nth-of-type(2) {
	transition-delay: .1s;
}
#top2 .inner a:nth-of-type(3) {
	transition-delay: .2s;
}
#top2 .inner a:nth-of-type(4) {
	transition-delay: .3s;
}
#top2 .inner dt {
	margin-bottom: 10px;
	font-size: 80%;
	line-height: 160%;
	font-family: 'Hind Siliguri', sans-serif;
	font-weight: 400;
	letter-spacing: 2px;
	border-bottom: rgba(255,255,255,.2) 1px solid;
	padding-bottom: 10px;
	padding-right: 30px;
	position: relative;
}
#top2 .inner a dt::before {
	font-family: "Font Awesome 5 Free";
	content: '\f054';
	font-weight: 900;
	position: absolute;
	right: 10px;
	top: 20px;
	color: rgba(255,255,255,.2);
	transition: .4s;
}
#top2 .inner a dt::after {
	position: absolute;
	bottom: -1px;
	right: 0;
	z-index: 2;
	content: '';
	width: 30px;
	height: 1px;
	background-color: rgba(255,255,255,0);
	transition: .4s;
}
#top2 .inner a:hover dt::before {
	color: rgba(255,255,255,.8);
}
#top2 .inner a:hover dt::after {
	background-color: rgba(255,255,255,.8);
}
#top2 .inner dt strong {
	display: block;
	font-size: 130%;
	font-weight: 500;
	letter-spacing: 1px;
	font-family: 'Noto Sans JP', sans-serif;
}
#top2 .inner dd.ph {
	position: relative;
	width: 100%;
	padding-top: 75%;
	overflow: hidden;
	margin: 0 auto 15px;
}
#top2 .inner dd.ph img {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 150%;
}
#top2 .inner dd.txt {
	line-height: 160%;
	font-size: 90%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: rgba(255,255,255,.6);
}
#top2 .list_btn {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 200px;
}
#top2 .list_btn a {
	color: #fff;
	display: block;
	padding: 12px 0 12px 30px;
	position: relative;
	border-top: rgba(255,255,255,.2) 1px solid;
}
#top2 .list_btn a::before {
	font-family: "Font Awesome 5 Free";
	content: '\f054';
	font-weight: 900;
	position: absolute;
	right: 30px;
	top: 14px;
	color: rgba(255,255,255,.2);
	transition: .4s;
}
#top2 .list_btn a:hover {
	border-top: rgba(255,255,255,.8) 1px solid;
}
#top2 .list_btn a:hover::before {
	color: rgba(255,255,255,.8);
	right: 20px;
}
/* ------------------------------------ */
#top3 {
}
#top3 .box1,
#top3 .box2 {
	position: relative;
	clear: both;
	width: 100%;
	height: 400px;
	margin-bottom: 80px;
}
#top3 .box1 .ph,
#top3 .box2 .ph {
	width: 60%;
	height: 400px;
}
#top3 .box1 .ph {
	float: left;
}
#top3 .box2 .ph {
	float: right;
}
#top3 .ph01 {
	background: url(../images/top/ph02.jpg) no-repeat center center;
}
#top3 .ph02 {
	background: url(../images/top/ph03.jpg) no-repeat center center;
}
#top3 .ph03 {
	background: url(../images/top/ph04.jpg) no-repeat center center;
}
#top3 .ph01,
#top3 .ph02,
#top3 .ph03 {
	background-size: cover;
}
#top3 .fadeIn {
  transition: 2s;
  opacity: 0;
}

#top3 .fadeIn.animated {
  opacity: 1;
}
#top3 .box1 dl,
#top3 .box2 dl {
	position: absolute;
	width: 40%;
	background: url(../images/common/icon01.svg) no-repeat right bottom;
	background-size: 200px auto;
	background-color: #FFC200;
	padding: 30px 30px 60px;
	bottom: -40px;
}
#top3 .box1 dl {
	right: 10%;
}
#top3 .box2 dl {
	left: 10%;
}
#top3 .box1 dt,
#top3 .box2 dt {
	font-size: 120%;
	font-weight: 600;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
#top3 .box1 dd,
#top3 .box2 dd {
}
/* ------------------------------------ */

/* ------------------------------------ */

/* ------------------------------------ */




@media screen and (max-width: 998px) {
	
	/* ------------------------------------ */
	
	/* ------------------------------------ */
	
	/* ------------------------------------ */
}




@media screen and (max-width: 850px) {
	/* ------------------------------------ */
	#main-visual h2 {
		font-size: 500%;
		line-height: 110%;
		transform: rotateZ( 30deg );
		top: 30%;
		left: 10%;
	}
	/* ------------------------------------ */
	#top1 {
		height: 600px;
	}
	#top1 dl {
		max-width: none;
		width: 90%;
	}
	/* ------------------------------------ */
	#top2 {
		padding: 80px 0 90px;
	}
	/* ------------------------------------ */
	#top3 .box1 dl,
	#top3 .box2 dl {
		width: 50%;
	}
	#top3 .box1 dl {
		right: 0;
	}
	#top3 .box2 dl {
		left: 0;
	}
	/* ------------------------------------ */
}




@media screen and (max-width: 680px) {
	/* ------------------------------------ */
	#main-visual {
		height: 400px;
		background: url(../images/top/mv.jpg) no-repeat right -90px top 40px;
		background-size: cover;
	}
	#main-visual h2 {
		font-size: 300%;
		line-height: 110%;
		transform: rotateZ( 30deg );
		top: 40%;
		left: 10%;
	}
	/* ------------------------------------ */
	#top1 {
		height: 450px;
	}
	#top1 dl {
		bottom: -200px;
	}
	/* ------------------------------------ */
	#top2 {
		padding: 250px 0 60px;
		margin-bottom: 0px;
	}
	#top2 .inner a {
		margin-bottom: 30px;
	}
	#top2 .inner a,
	#top2 .inner a:last-child {
		width: 48%;
		margin-right: 4%;
	}
	#top2 .inner a:nth-child(2n) {
		margin-right: 0;
	}
	/* ------------------------------------ */
	#top3 .box1,
	#top3 .box2 {
		height: auto;
		margin-bottom: 0px;
	}
	#top3 .box1 .ph,
	#top3 .box2 .ph {
		float: none;
		width: 100%;
		height: 250px;
	}
	#top3 .box1 dl,
	#top3 .box2 dl {
		position: static;
		width: 100%;
		padding: 30px 30px 30px;
	}
	/* ------------------------------------ */
}