@charset "utf-8";
/* ===================================================
	Facility CSS
====================================================== */

/* Common Parts */
.notes {
	color: var(--color-02);
}

.cmn_layout {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 60px 0;
}
.cmn_layout .item .tit {
	line-height: 1.5;
	margin: 20px 0 10px;
	font-size: 30px;
	color: var(--color-06);
}
.cmn_layout .item .tit .sm {
	display: block;
	font-size: 16px;
}
.cmn_layout .item .txt_col {
	line-height: 1.8;
}
.cmn_layout .item .txt_col ul {
	margin-top: 15px;
}
.cmn_layout .item .txt_col li span {
	display: block;
}
.cmn_layout .item .txt_col:not(:has(.tit)) {
	margin-top: 15px;
}
.cmn_layout .item .link {
	margin-bottom: 0;
	padding: 15px 0;
	text-align: right;
}
.cmn_layout .item .cmn_tit_01+p {
	margin-top: 15px;
}

@media screen and (min-width: 601px) {
	.cmn_layout .item {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		width: 30%;
		position: relative;
	}
	.cmn_layout .item:not(.full) .link {
		position: absolute;
		right: 0;
		bottom: 0;
		transform: translateY(70px);
	}
	.cmn_layout .item.full {
		flex-direction: row-reverse;
		gap: 0 7.5%;
		width: 100%;
	}
	.cmn_layout .item.full .txt_col {
		width: 370px;
		margin-top: 0;
	}
	.cmn_layout .item.full .tit {
		margin-top: 0;
	}
	.cmn_layout .item.full .photo {
		width: calc(92.5% - 370px);
	}
	.cmn_layout .item.full .photo .ofi {
		height: 100%;
	}
}
@media screen and (max-width: 600px) {
	.cmn_layout {
		flex-direction: column;
		gap: 40px 0;
	}
	.cmn_layout .item .tit {
		font-size: 22px;
	}
	.cmn_layout .item .tit .sm {
		font-size: 13px;
	}
	.cmn_layout .item .cmn_tit_01+p {
		margin-top: 25px;
	}
	.cmn_layout .item.full .photo {
		margin-top: 30px;
	}
	.cmn_layout .item.full .photo .ofi {
		min-height: 240px;
	}
}


/* ---------------------------------------------------
	#sec01
------------------------------------------------------ */
#sec01 {
	margin-top: -90px;
	padding: 90px 0 100px;
}
#sec01 .item {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	gap: 0 7.5%;
}
#sec01 .item+.item {
	margin-top: 100px;
}
#sec01 .item [class^="photo"] .ofi {
	height: 100%;
}
#sec01 .item .photo_col {
	display: grid;
	gap: 5px;
	grid-template-columns: 53.333% 1fr;
	grid-template-rows: repeat(2, auto);
}
#sec01 .item .photo_col p:nth-child(1) {
	grid-column: 1;
	grid-row: 1/3;
}
#sec01 .item .photo_col p:nth-child(2) {
	grid-column: 2;
	grid-row: 1;
}
#sec01 .item .photo_col p:nth-child(3) {
	grid-column: 2;
	grid-row: 2;
}
#sec01 .item .txt_col {
	line-height: 1.8;
}
#sec01 .item .cmn_tit_01+p {
	margin-top: 20px;
}
#sec01 .item dl {
	margin-top: 15px;
}
#sec01 .item dt {
	font-size: 22px;
	color: var(--color-06);
}
#sec01 .item dt::before {
	content: '■';
	color: var(--color-02);
}
#sec01 .item dd {
	margin-top: 5px;
}

@media screen and (min-width: 601px) {
	#sec01 .item:nth-of-type(odd) {
		flex-direction: row;
	}
	#sec01 .item [class^="photo"] {
		width: 62.5%;
	}
	#sec01 .item .txt_col {
		width: 370px;
	}
}
@media screen and (max-width: 600px) {
	#sec01 {
		margin-top: -40px;
		padding: 40px 0 50px;
	}
	#sec01 .item {
		flex-direction: column;
	}
	#sec01 .item+.item {
		margin-top: 50px;
	}
	#sec01 .item .txt_col {
		margin-top: 10px;
	}
	#sec01 .item dt {
		font-size: 17px;
	}
}


/* ---------------------------------------------------
	#sec02
------------------------------------------------------ */
#sec02 {
	padding: 90px 0 150px;
	background: url(../img/pattern_01.webp);
}
#sec02 .lead {
	line-height: 1.8;
	text-align: center;
}
#sec02 .lead .cmn_tit_01+p {
	margin-top: 20px;
}
#sec02 .cmn_layout {
	gap: 80px 5%;
	padding-top: 70px;
}
#sec02 .item .txt_col p {
	margin-bottom: 20px;
}
#sec02 .item .txt_col ul {
	width: 100%;
	border-top: 1px solid #aaa;
}
#sec02 .item .txt_col li {
	border-bottom: 1px solid #aaa;
	padding: 15px 0;
}
#sec02 .item:not(.full) .link {
	margin-bottom: 0;
}
@media screen and (min-width: 601px) {
	#sec02 .cmn_layout .item:not(.full) {
		width: 47.5%;
	}
	#sec02 .item.full {
		flex-direction: row;
	} 
	#sec02 .item .txt_col ul {
		margin-top: auto;
	}
	#sec02 .item:not(.full) .txt_col {
		display: contents;
	}
}
@media screen and (max-width: 600px) {
	#sec02 {
		padding: 50px 0;
	}
	#sec02 .lead .cmn_tit_01+p {
		text-align: left;
	}
	#sec02 .cmn_layout {
		gap: 40px 5%;
		padding-top: 40px;
	}
}


/* ---------------------------------------------------
	#sec03
------------------------------------------------------ */
#sec03 {
	padding: 100px 0 90px;
}
@media screen and (min-width: 601px) {
	#sec03 .item .tit {
		font-size: 26px;
	}
}
@media screen and (max-width: 600px) {
	#sec03 {
		padding: 30px 0 60px;
	}
	#sec03 .cmn_tit_01 {
		text-align: center;
	}
	#sec03 .item:not(.full) {
		width: min(100%, 360px);
		margin: 0 auto;
	}
}


/* ---------------------------------------------------
	#sec04
------------------------------------------------------ */
#sec04 {
	padding: 100px 0;
	background: url(../img/pattern_01.webp);
}
#sec04 .item.full {
	gap: 30px 7.5%;
}
#sec04 .item.full .cmn_tit_01 {
	color: var(--color-06);
}
#sec04 .item .photo+p {
	width: 100%;
}
#sec04 .note_col {
	line-height: 2;
	margin-top: 30px;
}
#sec04 .note_col .cmn_btn_01 {
	margin: 20px auto 0;
	background-color: #fff;
}

@media screen and (min-width: 601px) {
	#sec04 .cmn_layout {
		gap: 35px 0;
	}
	#sec04 .item.full {
		flex-wrap: wrap;
	}
	#sec04 .note_col {
		margin-top: 40px;
		text-align: center;
	}
	#sec04 .note_col .cmn_btn_01 {
		width: 400px;
		margin: 40px auto 0;
	}
}
@media screen and (max-width: 600px) {
	#sec04 {
		padding: 30px 0 50px;
	}
	#sec04 .cmn_tit_01 {
		text-align: center;
	}
	#sec04 .item:not(.full) {
		width: min(100%, 360px);
		margin: 0 auto;
	}
	#sec04 .item .photo+p {
		margin-top: 15px;
	}
}


/* ---------------------------------------------------
	#sec05
------------------------------------------------------ */
#sec05 {
	padding: 100px 0;
}
#sec05 .item.full .photo {
	flex-shrink: 0;
	width: auto;
}
#sec05 .item.full .txt_col {
	width: auto;
}
#sec05 .item .cmn_tit_01 {
	font-size: 22px;
}
#summary {
	padding-top: 70px;
}
#summary .cmn_tit_01 {
	padding: 25px 0;
	font-size: 32px;
}

@media screen and (min-width: 601px) {
	#sec05 .item.full {
		flex-direction: row;
	}
	#sec05 .item.full .cmn_tit_01 {
		font-size: 32px;
	}
	#sec05 .item .cmn_tit_01 {
		font-size: 26px;
	}
}
@media screen and (max-width: 600px) {
	#sec05 {
		padding: 30px 0 50px;
	}
	#sec05 .item .photo .ofi {
		width: 100%;
	}
	#summary {
		padding-top: 40px;
	}
	#summary .cmn_tit_01 {
		padding: 15px 0;
		font-size: 26px;
	}
}