@charset "UTF-8";

.main_container {
	position: relative;
}
.main_container::before {
	display: block;
	position: absolute;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	width: 1000%;
	height: 1000000px;
	background-repeat: repeat;
	background-position: center top;
	content: "";
}

.title_container {
	text-align: center;
}
.facilitie_main {
	position: relative;
	display: flex;
	flex-direction: column;
	max-width: 1580px;
	margin: 0 auto;
}
.facilitie_main::before {
	max-width: 1200px;
	content: "";
	display: block;
	left: 50%;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	background-image: url(../images/facilities_line.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1200px 3px;
	height: 3px;
}
.facilitie_contents {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0 auto;
}
#facilitie_major .facilitie_list {
	flex-direction: column;
	align-items: flex-end;
	margin-left: auto;
	max-width: 1285px;
}
#facilitie_major .facilitie_item {
	margin-left: auto;
	display: block;
	width: 100%;

}
#facilitie_major {
	max-width: 1370px;
}
.facilitie_title {
	font-weight: 600;
	text-align: center;
}
#facilitie_major .facilitie_title {
	font-size: clamp(1.75rem, 0.571rem + 2.46vw, 3.125rem);
}
#facilitie_other .facilitie_title {
	font-size: clamp(2rem, 0.768rem + 2.57vw, 3.438rem);
}
.facilitie_list {
	display: flex;
	width: 100%;
}

.facilitie_item-content {
	display: flex;
}
#facilitie_major .facilitie_item-content {
	position: relative;
	width: 100%;
}
#facilitie_major .facilitie_item-content::after {
	content: "";
	position: absolute;
	background-color: #25425C;
	opacity: 0.1;
	width: 100%;
	max-width: 1200px;
	z-index: -1;
	bottom: 0;

}
.facilitie_item-img img{width: 100%;
	object-fit: cover;
	object-position: center;

}
#facilitie_major .facilitie_item:nth-of-type(odd)  .facilitie_item-img {
	max-width: 800px;
	overflow: hidden;

}
#facilitie_major .facilitie_item:nth-of-type(even)  .facilitie_item-img {
	max-width: 760px;
	overflow: hidden;

}

.facilitie_item-details {
	display: flex;
	flex-direction: column;
}
.facilitie_item-details h3 {
	border-bottom: 1px solid #A1A2A4;
	color: #1C425D;
	font-weight: 600;
	font-size: clamp(1.5rem, 0.643rem + 1.79vw, 2.5rem);
	

}
.facilitie_item-details p {
	font-size: 16px;
	text-align: justify;
	line-height: 32px;
	font-weight: 500;
	

}

#facilitie_other .facilitie_list {
	flex-wrap: wrap;
	row-gap: 20px;
}

#facilitie_other .facilitie_item {
	padding: 25px 20px 75px;
	max-width: 380px;
	width: 100%;
	background-color: rgba(37, 66, 92, 0.1);

}
#facilitie_other .facilitie_item-content {
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.common_page-title {
		margin-bottom: 40px;
	}
	.main_container {
		padding-top: calc(80px + 50px);
		padding-bottom: 100px;
	}
	.main_container::before {
		top: 80px;
		background-image: url(../images/access_bg-pc.png);
		background-size: 1920px 1610px;
		opacity: 0.4;
	}
	.facilitie_main {
		padding-top: 100px;
		width: calc(95% - 80px);
		row-gap: 200px;
	}
	.facilitie_contents {
		row-gap: 50px;
	}
	#facilitie_major .facilitie_item-content {
		padding-bottom: 25px;
		justify-content: space-between;
	}
#facilitie_major .facilitie_list {
	row-gap: 80px;
}
	#facilitie_major .facilitie_item:nth-of-type(odd)  .facilitie_item-content::after {
		height: calc(100% - clamp(1.25rem, -0.893rem + 4.46vw, 3.75rem));
		left: 0;

	}
	#facilitie_major .facilitie_item:nth-of-type(even)  .facilitie_item-content::after {
		height: calc(100% - clamp(1.25rem, 0.714rem + 1.12vw, 1.875rem));
		right: 0;

	}
	#facilitie_major .facilitie_item:nth-of-type(odd)  .facilitie_item-content {
		flex-direction: row-reverse;
	}
#facilitie_major .facilitie_item:nth-of-type(odd)  .facilitie_item-img {
	width: 62.2569%;
	aspect-ratio: 16/9;

}
#facilitie_major .facilitie_item:nth-of-type(even)  .facilitie_item-img {
	width: 59.144%;
	aspect-ratio: 152/85;

}
#facilitie_major .facilitie_item-img img {
	height: 100%;

}
#facilitie_major .facilitie_item-details {
	row-gap: 25px;

}
#facilitie_major .facilitie_item:nth-of-type(odd)  .facilitie_item-details {
	padding-top: calc(clamp(1.25rem, -0.893rem + 4.46vw, 3.75rem) + clamp(1.25rem, -0.089rem + 2.79vw, 2.813rem));
	padding-left: 4.6693%;
	max-width: 430px;
	width: calc(100% - 62.2569% - 20px);

}
#facilitie_major .facilitie_item:nth-of-type(even)  .facilitie_item-details {
	padding-top: calc(clamp(1.25rem, 0.714rem + 1.12vw, 1.875rem) + clamp(1.25rem, -0.089rem + 2.79vw, 2.813rem));
	padding-right: 4.6693%;
	max-width: 470px;
	width: calc(100% - 59.144% - 20px);

}
#facilitie_other .facilitie_item-details  {
	row-gap: 30px;

}
#facilitie_other .facilitie_item {
	padding-bottom: 75px;

}
#facilitie_other .facilitie_item-content {
	row-gap: 20px;
}


}

@media screen and (max-width: 767px) {
	.common_page-title {
		margin-bottom: 35px;
	}
	.main_container {
		padding-top: calc(60px + 15px);
		padding-bottom: 110px;
	}
	.main_container::before {
		top: 60px;
		background-image: url(../images/access_bg-mb.png);
		background-size: 375px 1388px;
		opacity: 0.5;
	}
	.facilitie_main {
		width: 100%;
		padding-top: 70px;
		row-gap: 135px;
	}
	.facilitie_main::before {
    width: calc(100% - 40px);
}
	#facilitie_major {
		row-gap: 45px;
	}
	#facilitie_other {
		row-gap: 35px;
	}
	#facilitie_major .facilitie_item-content {
		padding-bottom: 40px;
		row-gap: 25px;
		flex-direction: column;
	}
#facilitie_major .facilitie_list {
	row-gap: 60px;
}
	#facilitie_major .facilitie_item-content::after {
		height: 100%;
	}
	#facilitie_major   .facilitie_item-img {
		width: 100%;
		aspect-ratio: 16/9;
	}
#facilitie_major .facilitie_item-details {
	padding: 0 20px;
	width: 100%;
	row-gap: 30px;

}
#facilitie_major .facilitie_item-details h3 , #facilitie_major .facilitie_item-details p {
	padding: 0 10px;
	

}
#facilitie_major .facilitie_item-details h3{
	padding-bottom: 4px;
	

}
#facilitie_other .facilitie_item-details  {
	row-gap: 15px;

}
#facilitie_other .facilitie_item {
	min-height: 435px;
	padding-bottom: 20px;

}
#facilitie_other .facilitie_item-content {
	row-gap: 15px;
}
}



@media screen and (min-width: 1201px) {

#facilitie_other .facilitie_list {
	column-gap: 1.2658%;
}
#facilitie_other .facilitie_item {
	width: 24.0507%;

}
	
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
#facilitie_other .facilitie_list {
	column-gap: 1.5%;
}
#facilitie_other .facilitie_item {
	width: 32.3333%;

}
}
@media screen  and (max-width: 834px) {
#facilitie_other .facilitie_list {
	column-gap: 20px;
}
#facilitie_other .facilitie_item {
	width: calc(50% - 10px);

}
@media screen and (max-width: 767px) {
#facilitie_other .facilitie_list {
	padding: 0 45px;
}
@media screen and (max-width: 550px) {
#facilitie_other .facilitie_list {
	align-items: center;
	flex-direction: column;
}
#facilitie_other .facilitie_item {
	width: 100%;

}
	
}
	
}
	
}
#facilitie_other .facilitie_item-img {
	margin: 0 auto;
	max-width: 330px;
	width: 100%;
	aspect-ratio: 1/1;

}
#facilitie_other .facilitie_item-img img {
	width: 100%;

}
#facilitie_other .facilitie_item-details h3 {
	font-size: clamp(1.25rem, 0.662rem + 1.22vw, 2rem);

}