@charset "UTF-8";


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

  EXPERIENCE 下層ページ

========================================*/
/* sec001 */
#page #sec001 {
	padding-top: 120px;
	padding-bottom: 120px;
}

#page #sec001 .top_ttl {
	text-align: center;
}

#page #sec001 .top_ttl h1 {
	font-size: 48px;
	font-family: "Italiana", sans-serif;
	font-weight: 400;
}

#page #sec001 .top_ttl h2 {
	font-size: 24px;
	font-family: "GFS Didot", serif;
	font-weight: 400;
}

#page #sec001 .top_ttl span {
	display: block;
	margin-top: 50px;
}

#page #sec001 .top_ttl span img {
	width: 150px;
}

#page #sec001 .box {
	margin-top: 130px;
}

#page #sec001 .box .photo img {
	width: 780px;
	border-radius: 20px;
}

#page #sec001 .box .txt {
	width: 630px;
}

@media screen and (max-width: 1450px) {
	#page #sec001 .box .photo img {
		width: 600px;
	}

	#page #sec001 .box .txt {
		width: 600px;
	}
}


#page #sec001 .box .txt h3 {
	font-size: 50px;
	font-family: "Italiana", sans-serif;
	font-weight: 400;
	line-height: 1em;
}

#page #sec001 .box .txt h3.tz {
	font-size: 48px;
}

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

#page #sec001 .box .txt h3.tz small {
	font-size: 16px;
	margin-left: .5em;
}

#page #sec001 .box .txt .en_copy {
	font-size: 18px;
	margin-top: 2em;
}

#page #sec001 .box .txt .ja_copy {
	margin-top: 2em;
}

#page #sec001 .box .txt .detail {
	font-size: 16px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	margin-top: 2em;
}

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

	#page #sec001 .top_ttl h1 {
		font-size: 10vw;
	}

	#page #sec001 .top_ttl h2 {
		font-size: 6vw;
	}

	#page #sec001 .top_ttl span {
		display: block;
		margin-top: 5vw;
	}

	#page #sec001 .top_ttl span img {
		width: 25vw;
	}

	#page #sec001 .box {
		margin-top: 10vw;
	}

	#page #sec001 .box .photo img {
		width: 100%;
		border-radius: 3vw;
	}

	#page #sec001 .box .txt {
		width: 100%;
	}

	#page #sec001 .box .txt h3 {
		font-size: 8vw;
		line-height: 1em;
		text-align: center;
		margin-top: 5vw;
	}

	#page #sec001 .box .txt h3.tz {
		font-size: 8vw;
	}

	#page #sec001 .box .txt h3 small {
		display: block;
		font-size: 4vw;
		margin-left: 0;
	}

	#page #sec001 .box .txt h3.tz small {
		font-size: 4vw;
		margin-left: 0;
	}

	#page #sec001 .box .txt .en_copy {
		font-size: 4vw;
	}

	#page #sec001 .box .txt .detail {
		font-size: 3.4vw;
	}
}



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

#sec002 .icon {
	display: block;
	text-align: center;
}

#sec002 .icon img {
	width: 250px;
}

#sec002 .icon_04_1 img {
	width: 180px;
}

#sec002 .icon_5 img {
	width: 100px;
}

#sec002 .box {
	flex-wrap: wrap;
	width: 1300px;
	margin: 0 auto;
	margin-top: 120px;
}

#sec002 .box span {
	display: block;
}

#sec002 .box span:nth-child(n+3) {
	margin-top: 80px;
}

#sec002 .box span img {
	width: 600px;
}

@media screen and (max-width: 1450px) {
	#sec002 .box {
		width: 1200px;
	}

	#sec002 .box span img {
		width: 580px;
	}

	#sec002 .box span:nth-child(n+3) {
		margin-top: 40px;
	}
}



#sec002 .btn {
	margin-top: 120px;
}

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

	#sec002 .icon img {
		width: 40%;
	}

	#sec002 .icon_04_1 img {
		width: 30%;
	}

	#sec002 .icon_5 img {
		width: 13%;
	}

	#sec002 .box {
		width: 100%;
		margin: 0 auto;
		margin-top: 10vw;
	}

	#sec002 .box span {
		display: block;
	}

	#sec002 .box span:nth-child(n+3) {
		margin-top: 0;
	}

	#sec002 .box span img {
		width: 100%;
		margin-bottom: 5vw;
	}

	#sec002 .btn {
		margin-top: 5vw;
	}
}



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

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

#sec003 .ank li {
	list-style: none;
	margin: 0 50px;
}

#sec003 .ank li a img {
	width: 140px;
}

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

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

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

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

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

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

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