@charset "UTF-8";


/*========================================

  EXPERIENCE indexページ

========================================*/
/* sec001 */
#sec001 {
	position: relative;
}

#sec001 .slider {
	margin-top: -120px;
}

#sec001 h1 {
	position: absolute;
	bottom: 8vw;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #fff;
	font-size: 100px;
	font-family: "Italiana", sans-serif;
	font-weight: 400;
	text-align: center;
}

@media screen and (max-width: 767px) {
	#sec001 .slider {
		margin-top: -16vw;
	}

	#sec001 h1 {
		position: absolute;
		bottom: 20vw;
		left: 0;
		right: 0;
		margin: 0 auto;
		font-size: 10vw;
	}
}



/* sec002 */
#sec002 {
	padding-top: 120px;
	padding-bottom: 180px;
}

#sec002 .ank {
	display: flex;
	justify-content: center;
}

#sec002 .ank li {
	list-style: none;
	margin: 0 20px;
}

#sec002 .ank li a img {
	width: 150px;
}

#sec002 .ank li a:hover {
	opacity: .7;
	transition: .3s;
}

#sec002 .ank li span {
	display: block;
	font-size: 24px;
	font-family: "GFS Didot", serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
}

#sec002 .base_box {
	align-items: center;
	margin-top: 180px;
}

#sec002 .base_box.box_re {
	flex-direction: row-reverse;
}

#sec002 .base_box .photo {
	width: 680px;
}

#sec002 .base_box .photo img {
	border-radius: 20px;
}

#sec002 .base_box .txt {
	width: 730px;
}

@media screen and (max-width: 1450px) {
	#sec002 .base_box .photo {
		width: 600px;
	}

	#sec002 .base_box .txt {
		width: 600px;
	}
}

#sec002 .base_box .txt span {
	display: block;
	text-align: center;
}

#sec002 .base_box .txt .i01 img,
#sec002 .base_box .txt .i02 img,
#sec002 .base_box .txt .i04 img {
	width: 250px;
}

#sec002 .base_box .txt .i03 img {
	width: 330px;
}

#sec002 .base_box .txt .i05 img {
	width: 100px;
}

#sec002 .base_box .txt h3 {
	font-size: 50px;
	font-family: "Italiana", sans-serif;
	font-weight: 400;
	margin-top: 50px;
}

#sec002 .base_box .txt h3 small {
	display: inline-block;
	font-size: 18px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	margin-left: 1em;
}

#sec002 .base_box .txt .en_copy {
	margin-top: 1em;
}

#sec002 .base_box .txt .detail {
	font-size: 16px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	margin-top: 3em;
}

@media screen and (max-width: 767px) {
	#sec002 {
		padding-top: 12vw;
		padding-bottom: 12vw;
	}

	#sec002 .ank {
		width: 65%;
		margin: 0 auto;
		flex-direction: column;
	}

	#sec002 .ank li {
		display: flex;
		align-items: center;
		margin: 1vw 0;
	}

	#sec002 .ank li a img {
		width: 16vw;
		margin-right: 5vw;
	}

	#sec002 .ank li span {
		font-size: 4.5vw;
		text-align: left;
	}

	#sec002 .base_box {
		margin-top: 10vw;
	}

	#sec002 .base_box.box_re {
		flex-direction: column;
	}

	#sec002 .base_box .photo {
		width: 100%;
	}

	#sec002 .base_box .photo img {
		border-radius: 3vw;
		margin-bottom: 5vw;
	}

	#sec002 .base_box .txt {
		width: 100%;
	}

	#sec002 .base_box .txt .i01 img,
	#sec002 .base_box .txt .i02 img,
	#sec002 .base_box .txt .i04 img {
		width: 30%;
	}

	#sec002 .base_box .txt .i03 img {
		width: 40%;
	}

	#sec002 .base_box .txt .i05 img {
		width: 13%;
	}

	#sec002 .base_box .txt h3 {
		font-size: 8vw;
		text-align: center;
		line-height: 1em;
		margin-top: 3vw;
	}

	#sec002 .base_box .txt h3 small {
		display: block;
		font-size: 3.6vw;
		margin-left: 0;
	}

	#sec002 .base_box .txt .en_copy {
		margin-top: 2em;
	}

	#sec002 .base_box .txt .detail {
		font-size: 3.4vw;
		margin-top: 1.5em;
	}
}