@charset "utf-8";

@font-face {
	font-family: 'Zen Old Mincho';
	src: url(/fonts/ZenOldMincho-Regular.ttf);
	font-weight: 400;
	font-display: swap;
}
@font-face {
	font-family: 'Zen Old Mincho';
	src: url(/fonts/ZenOldMincho-Medium.ttf);
	font-weight: 500;
	font-display: swap;
}
@font-face {
	font-family: 'Zen Kaku Gothic New';
	src: url(/fonts/ZenKakuGothicNew-Regular.woff2);
	font-weight: 400;
	font-display: swap;
}
@font-face {
	font-family: 'Zen Kaku Gothic New';
	src: url(/fonts/ZenKakuGothicNew-Medium.woff2);
	font-weight: 500;
	font-display: swap;
}

body {
	-webkit-text-size-adjust: 100%;
}
#contents {
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.l-main {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: #fff;
}
.mv__img {
	width: 100%;
	height: 350px;
}
.mv__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.profile {
	padding-block: 120px;
	background: #FFF;
}
.contents__inner {
	width: 1140px;
	margin: 0 auto;
}
.contents__title-box {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-bottom: 40px;
	align-items: flex-start;
}
.contents__subtitle {
	color: #1A69E0;
	font-family: "Zen Old Mincho";
	font-size: 26px;
	font-weight: 500;
	line-height: 170%;
	letter-spacing: 1.3px;
}
.contents__title {
	color: #333;
	text-align: center;
	font-family: "Zen Old Mincho";
	font-size: 50px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 2.5px;
}
.profile__list {
	display: flex;
	flex-direction: column;
}
.profile__item {
	display: flex;
	gap: 20px;
	width: 1140px;
	padding-block: 15px 14px;
	border-bottom: 1px solid #EBEBEB;
}
.profile__date {
	color: #6e6c6c;
    font-weight: 500;
	font-size: 12px;
}
.profile__item:first-child {
	border-top: 1px solid #EBEBEB;
	padding-bottom: 14px;
	padding-block: 15px 14px;
}
[class*="profile__item--"] {
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
}
.profile__item--title {
	color: #333;
	font-weight: 500;
	line-height: 100%;
	width: 144px;
	padding-top: 5px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.profile__item--text {
	color: #5D686D;
	font-size: 16px;
	font-weight: 400;
	line-height: 169%;
}
.profile__item--text a {
	color: #5D686D;
	font-size: 16px;
	font-weight: 400;
	font-family: "Zen Kaku Gothic New";
	line-height: 169%;
	text-decoration: underline;
}
.profile__item--text .profile__item--text-blue {
	color: #01286A;
}
.access {
	padding-block: 120px;
	background: #F5F5F5;
}
.access .contents__title-box {
    gap: 3px;
}
.access__map {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 20px;
}
.overview__map {
	width: 1140px;
	height: 380px;
	overflow: hidden;
}
.overview__map iframe {
	width: 100%;
	height: 100%;
}
.access__map-addres {
	display: flex;
	width: 1140px;
	align-items: center;
	justify-content: space-between;
}
.access__map-text {
	color: #5D686D;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
}
.access__map-link {
	width: 205px;
	height: 40px;
}
.access__map-link a {
	color: #FFF;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-weight: 500;
	line-height: 170%;
	display: flex;
	width: 100%;
	height: 100%;
	position: relative;
	background: #333;
	padding: 5px 0 0 28px;
}
.access__map-link a::before {
	content: "";
	position: absolute;
	background: url(/images/company/access__arrow.svg) no-repeat center / cover;
	top: 0;
	bottom: 0;
	right: 18px;
	width: 18px;
	height: 5px;
	margin: auto;
}
.access__list {
	display: flex;
	gap: 20px;
}
[class*="access__box--"] {
	width: 560px;
	height: 130px;
	padding: 25px 34px 30px;
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.access__box--left {
	background: #E3ECFB;
}
.access__box--right {
	background: #DFEFF6;
}
.access__title {
	font-family: "Zen Kaku Gothic New";
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
}
.access__box--left .access__title {
	color: #1A69E0;
}
.access__box--right .access__title {
	color: #009488;
}
.access__box-list {
	display: flex;
	flex-direction: column;
}
.access__text {
	color: #333;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
	font-weight: 400;
	line-height: 149%;
	position: relative;
	display: flex;
	gap: 7px;
	align-items: center;
}
.access__text::before {
	content: "";
	display: block;
	background: #333;
	width: 5px;
	height: 5px;
	flex-shrink: 0;
}
