@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&display=swap');

/*-----------------------------------------
-----------------------------------------*/
/*----------------------------------------
	access CSS
	- head_area
	- train01
	- train02
	- train03
	- train04
	- car

-----------------------------------------*/

.page_cap {
	max-width: 1200px;
	margin: 0 auto 60px;
}
.page_cap p {
	font-size: 12px;
}
@media only screen and (max-width: 768px){
	.page_cap {
		max-width: 1200px;
		margin: 0 auto 60px;
		padding: 0 5%;
	}
	.page_cap p {
		font-size: 12px;
	}

}


/*-----------------------------------------
	head_area
-----------------------------------------*/
#head_area {
	background: url(../img/access/main.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	height: 36.8636vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}
#head_area h2 {
	width: 33.13vw;
	max-width: 908px;
	position: absolute;
	top: 11%;
}
#head_area p.notion {
	content: '';
	position: absolute;
	bottom: 1.45vw;
	right: 2.4vw;
}
@media screen and (max-width:768px) {
	#head_area {
		background: url(../img/access/main_sp.jpg) no-repeat;
		background-size: cover;
		width: 100%;
		height: 69.6vw;
	}
	#head_area h2 {
		width: 72.3vw;
	}
}

/*-----------------------------------------
	train01
-----------------------------------------*/
.train01 {
	margin: 60px 0 100px 0;
}
.train01 .w1200 {
	display: flex;
}
.train01 .txt {
	width: 58%;
}
.train01 .txt h3 {
	font-size: 33px;
	margin: 0 0 40px 0;
}
.train01 .txt p {
	font-size: 18px;
	margin: 0 0 40px 0;
	line-height: 1.8;
}
.train01 .txt .toho {
	width: 80%;
}
.train01 .img {
	width: 66%;
	position: relative;
	left: -4%;
}
.train01 .img .human {
	position: absolute;
	right: -80px;
	bottom: -70px;
	width: 42%;
}

@media only screen and (max-width: 1260px){
	.train01 .txt h3 {
		font-size: calc(33 / 1360 * 100vw);
		margin: 0 0 40px 0;
	}
	.train01 .txt p {
		font-size: calc(16 / 1200 * 100vw);
		margin: 0 0 40px 0;
		line-height: 1.8;
	}
}
@media only screen and (max-width: 768px){
	.train01 {
		margin: 40px 0 60px 0;
	}
	.train01 .w1200 {
		display: block;
	}
	.train01 .txt {
		width: auto;
	}
	.train01 .txt h3 {
		font-size: 20px;
		margin: 0 0 30px 0;
	}
	.train01 .txt p {
		font-size: 14px;
		margin: 0 0 30px 0;
		line-height: 1.8;
	}
	.train01 .txt .toho {
		width: 80%;
	}
	.train01 .img {
		width: auto;
		position: relative;
		left: 0;
	}
	.train01 .img .human {
		position: absolute;
		right: 0px;
		bottom: -30px;
		width: 35%;
	}
}

/*-----------------------------------------
	train02
-----------------------------------------*/
.train02 {
	margin: 0 0 40px 0;
}
.train02 h3 {
	font-size: 28px;
	margin: 0 0 40px 0;
	text-align: center;
	letter-spacing: 0.02em;
}
.train02 h3 span.big {
	font-size: 48px;
}
.train02 h3 span.middle {
	font-size: 42px;
}
.train02 p{
	margin: 0 0 20px 0;
}
.train02 ul {
	display: flex;
	justify-content: space-between;
	gap: 0 2%;
	flex-wrap: wrap;
}
.train02 li {
	margin: 0 0 30px 0;
	width: 48%;
}
@media only screen and (max-width: 768px){
	.train02 {
		margin: 0 0 40px 0;
	}
	.train02 h3 {
		font-size: 24px;
	}
	.train02 h3 span.big {
		font-size: 34px;
	}
	.train02 h3 span.middle {
		font-size: 30px;
	}
	.train02 p{
		margin: 0 0 15px 0;
	}
	.train02 ul {
		display: block;
	}
	.train02 li {
		margin: 0 0 20px 0;
		width: auto;
	}
}

/*-----------------------------------------
	train03
-----------------------------------------*/
.train03 {
	margin: 0 0 110px 0;
}
.train03 .img {
	position: relative;
}
.train03 .img .human2 {
	position: absolute;
	width: 23%;
	right: -5%;
	top: 25%;
}
@media only screen and (max-width: 768px){
	.train03 {
		margin: 0 0 50px 0;
	}
	.train03 .img {
		position: relative;
	}
	.train03 .img .human2 {
		position: absolute;
		width: 49%;
		right: 0%;
		top: 42%;
	}
}

/*-----------------------------------------
	train04
-----------------------------------------*/
.train04 {
	margin: 0 0 180px 0;
}
.train04 h3 {
	font-size: 34px;
	margin: 0 0 40px 0;
	text-align: center;
}
.train04 p {
	font-size: 20px;
	margin: 0 0 30px 0;
	text-align: center;
}
.train04 .img {
	position: relative;
}
.train04 .img .train {
	position: absolute;
	width: 36%;
	right: -2%;
	bottom: -37%;
}
@media only screen and (max-width: 768px){
	.train04 {
		margin: 0 0 120px 0;
	}
	.train04 h3 {
		font-size: 22px;
		margin: 0 0 30px 0;
		text-align: center;
	}
	.train04 p {
		font-size: 14px;
		margin: 0 0 30px 0;
		text-align: center;
	}
	.train04 .img {
		position: relative;
	}
	.train04 .img .train {
		position: absolute;
		width: 39%;
		right: -2%;
		bottom: -31%;
	}
}


/*-----------------------------------------
	car
-----------------------------------------*/
.car {
	background: url(../img/access/img12.png)no-repeat center top;
	background-size: 100% auto;
	padding: 161px 0 0 0;
	position: relative;
}
.car .cap {
	position: absolute;
	right: 2%;
	text-align: right;
	top: 310px;
}
.car h3{
	text-align: center;
	font-size: 33px;
	color: #082856;
	margin: 0 0 70px 0;
	line-height: 1.6;
	font-weight: 700;
	text-shadow: 1px 0px 10px rgba(255,255,255,1),1px 0px 10px rgba(255,255,255,1),1px 0px 10px rgba(255,255,255,1);
}
.car ul {

}
.car ul {
	display: flex;
	justify-content: space-between;
	gap: 0 2%;
	flex-wrap: wrap;
}
.car li {
	margin: 0 0 30px 0;
	width: 48%;
}
.car .highway {
	margin: 15px 0 40px 0;
}
@media only screen and (max-width: 768px){
	.car {
		background: url(../img/access/img12.png)no-repeat center top;
		background-size: 100% auto;
		padding: 141px 0 0 0;
		position: relative;
	}
	.car .cap {
		position: absolute;
		right: 2%;
		text-align: right;
		top: 80px;
	}
	.car h3{
		text-align: center;
		font-size: 20px;
		color: #082856;
		margin: 0 0 45px 0;
		line-height: 1.6;
		font-weight: 700;
		text-shadow: 1px 0px 10px rgba(255,255,255,1),1px 0px 10px rgba(255,255,255,1),1px 0px 10px rgba(255,255,255,1);
	}
	.car ul {

	}
	.car ul {
		display: block;
	}
	.car li {
		margin: 0 0 30px 0;
		width: auto;
	}
	.car .highway {
		margin: 15px 0 40px 0;
	}

}