@charset "UTF-8";

#header .logo {
	background: none;
	padding: 0;
	position: absolute;
	left: auto;
	right: 73%;
	top: 14px;
	width: 299px;
}

@media screen and (max-width: 767px) {
	#header .logo {
		padding: 0;
		position: static;
	}	
}

main {
	padding-top: 0;
}

.fv .slide .unit {
	padding: 0 0 0 30%;
	position: relative;
}
.fv .slide .txt {
	background: #fff;
	top: 170px;
	display: block;
	left: 0;
	position: absolute;
	width: 35%;
	min-width: 460px;
}
.fv .slide .txt .headline {
	background: #012169;
	color: #fff;
	font-size: 1.6rem;
	padding: 15px 0;
	text-align: center;
}
.ie .fv .slide .txt .headline {
	padding: 18px 0 12px;
}

.fv .slide .txt .headline span {
	display: inline-block;
	padding: 0 15px;
	position: relative;
}
.fv .slide .txt .headline span:before, .fv .slide .txt .headline span:after {
	background: #fff;
	bottom: 0.2rem;
	content: '';
	display: block;
	height: 27px;
	position: absolute;
	width: 1.5px;
}
.fv .slide .txt .headline span:before {
	left: 0;
	transform: rotate(-28deg);
}
.fv .slide .txt .headline span:after {
	right: 0;
	transform: rotate(28deg);
}
.fv .slide .txt .txt_wrap {
	padding: 20px 40px 60px;
	position: relative;
}
.fv .slide .txt .txt_wrap:after {	
	background: url("../images/ico_arrow.png");
	content: '';
	display: block;
	position: absolute;
	height: 8px;
	width: 68px;
	right: 20px;
	bottom: 20px;
}
.fv .slide .txt .date {
	color: #ffb400;
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 8px;
}
.fv .slide .txt .ttl {
	font-size: 4rem;
	letter-spacing: -2.5px;
	line-height: 1.2;
	margin-bottom: 10px;
}
.fv .slide .img img{
    object-fit: cover;
    height: 70vh;
    min-height: 600px;
}

/*slick*/
.slick-dots {
	position: absolute;
	bottom: 5px;
	right: 72%;
	text-align: center;
}
.slick-dots li {
	border: 1px solid #012169;
	cursor: pointer;
	display: inline-block;
	font-size: 0;
	color: transparent;
	height: 12px;
	margin: 0 3px;
	width: 11px;
}
.slick-dots li.slick-active {
	background: #012169;
}

@media screen and (max-width: 767px) {
	.fv .slide .unit {
		display: flex;
		justify-content: space-between;
		padding:0;
	}
	.fv .slide .img {
		width: 100%;
	}
	.fv .slide .img img {		
		min-height: auto;
	}
	.fv .slide .txt {
		border: 1px solid #012169;
		bottom: 80px;
		position: relative;
		margin: 0 auto -30px;
		min-width: auto;
		top: auto;
		width: 90%;
	}
	.fv .slide .txt .txt_wrap {
		background: #fff;
		padding: 20px 5% 50px;
	}
	.fv .slide .txt .date {
		font-size: 1.3rem;
		margin-bottom: 5px;
	}
	.fv .slide .txt .ttl {
		font-size: 1.7rem;
		letter-spacing: 0;
	}
	.fv .slide .txt .detail {
		font-size: 1.3rem;
	}
	.slick-dots {
		left: 0;
		right: 0;
		margin: 20px auto 0;
	}
}



/*=======lead=======*/
.lead {
	background: url("../images/img_lead_japan.png") no-repeat right 5.5% top 12px;
	padding: 70px 0 60px;
	max-width: 1300px;
	margin: 0 auto;
}
.lead .headline {
	margin: 0 auto 15px;
	max-width: 437px;
}
.lead p {
	letter-spacing: -0.8px;
	line-height: 1.6;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.lead {
		background-size: auto 80%;
	}
	.lead .headline {
		width: 80%;
	}
	.lead p {
		font-size: 1.3rem;
	}
}

/*=======message=======*/
.message {
	background: #012169;
	padding: 50px 0;
}
.message .inner {
	max-width: 915px;
}
.message .headline {
	color: #ffb400;
	font-size: 4rem;
	margin-bottom: 20px;
	text-align: center;
}
.message .flex {
	align-items: flex-start;
}
.message .flex .txt {
	width: 688px;
}

.message .flex .txt .ttl {
	color: #fff;
	font-size: 2.4rem;
	margin-bottom: 20px;
}

.message .flex .txt p {
	color: #fff;
}
.message .flex .txt p.name {
	line-height: 1.8;
	margin-top: 30px;
	text-align: right;
}

@media screen and (max-width: 767px) {
	.message .headline {
		font-size: 2.2rem;
	}
	.message .flex .txt {
		margin-top: 30px;
		width: 100%;
	}
	.message .flex .txt .ttl {
		font-size: 1.8rem;
		margin-bottom: 30px;
		text-align: center;
	}
}

/*=======ed_pickup=======*/
.ed_pickup {
	background: #ffb400;
	padding: 50px 0 23px;
}
.ed_pickup_ttl {
	margin-bottom: 30px;
	text-align: center;
}
.ed_pickup_ttl img {
	width: auto;
	max-width: 100%;
}

@media screen and (max-width: 767px) {
	.ed_pickup {
		padding: 30px 0 23px;
	}
}
