@charset "utf-8";
.page_head {
	background-image: url("../img/mv_sp.jpg");
}
/* 代表あいさつ */
.sec_greeting {
	padding-top: 45px;
	padding-bottom: 62px;
}
.sec_greeting h2 {
	margin-bottom: 47px;
}
.sec_greeting_txt {
	color: var(--main-color);
	font-weight: bold;
	font-size: 21px;
	line-height: 1.71;
	text-align: center;
}
.sec_greeting_box {
	margin-top: 47px;
}
.sec_greeting_img {
	margin-bottom: 47px;
}
.sec_greeting_txtbox {
	padding: 0 42px;
	font-weight: bold;
	line-height: 1.88;
}
.sec_greeting_txtbox p:not(:last-child) {
	margin-bottom: 1.5em;
}
/* 会社概要 */
.sec_overview {
	padding-top: 71px;
	padding-bottom: 66px;
	background-color: var(--bg-color);
}
.sec_overview h2 {
	margin-bottom: 65px;
}
/* アクセス */
.sec_access {
	padding-top: 64px;
	padding-bottom: 47px;
}
.sec_access h2 {
	margin-bottom: 47px;
}
.sec_access_map {
	position: relative;
	height: 0;
	padding-top: 86%;
	overflow: hidden;
}
.sec_access_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sec_access_address, .sec_access_list {
	padding: 0 25px;
}
.sec_access_address {
	margin-top: 18px;
}
.sec_access_list {
	display: flex;
	flex-direction: column;
	margin-top: 37px;
	gap: 23px;
}
.sec_access_list > div {
	width: 100%;
}
.sec_access_list dt {
	padding-left: 66px;
	background-position: center left;
	background-size: 44px auto;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.45;
}
.sec_access_list dd {
	margin-top: .5em;
}
.icon_car {
	background-image: url("../img/icon_car.svg");
}
.icon_train {
	background-image: url("../img/icon_train.svg");
}
@media (min-width: 375px) {
	.sec_greeting_txt {
		font-size: 24px;
	}
}
@media (min-width: 1024px) {
	.page_head {
		background-image: url("../img/mv.jpg");
	}
	.sec_greeting {
		padding-top: 102px;
		padding-bottom: 78px;
	}
	.sec_greeting h2 {
		margin-bottom: 50px;
	}
	.sec_greeting_txt {
		font-size: 30px;
		line-height: 1.47;
	}
	.sec_greeting_txt br {
		display: none;
	}
	.sec_greeting_box {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		margin-top: 50px;
	}
	.sec_greeting_img, .sec_greeting_txtbox {
		padding: 0 23px;
	}
	.sec_greeting_img {
		width: 46%;
		max-width: 586px;
		margin-bottom: 0;
	}
	.sec_greeting_txtbox {
		width: 50%;
		max-width: 630px;
	}
	.sec_overview {
		padding-top: 74px;
		padding-bottom: 92px;
	}
	.sec_overview h2 {
		margin-bottom: 87px;
	}
	.sec_access {
		padding-top: 82px;
		padding-bottom: 80px;
	}
	.sec_access h2 {
		margin-bottom: 75px;
	}
	.sec_access_map {
		height: 500px;
		padding-top: 0;
	}
	.sec_access_address, .sec_access_list {
		padding: 0;
	}
	.sec_access_address {
		margin-top: .5em;
		font-size: 18px;
	}
	.sec_access_address br {
		display: none;
	}
	.sec_access_list {
		flex-direction: row;
		margin-top: 40px;
		gap: 22px;
	}
	.sec_access_list dt {
		padding-left: 66px;
	}
	.sec_access_list dd {
		font-size: 18px;
	}
}
