@charset "UTF-8";

.-company .main_cnt_hero {
	padding-bottom: 100px;
}

.sec_ttl {
	margin-bottom: 10px;
}

.sec_ttl::before {
	content: "・";
}

.message .sec_ttl::before {
	content: none;
}

.sec_ttlen {
	margin-bottom: 40px;
	font-size: 80px;
	line-height: 1;
}

.history .sec_ttlen {
	margin-bottom: 20px;
}

.info .sec_ttlen,
.movie .sec_ttlen {
	color: var(--color-key);
}

.message {
	position: relative;
	margin-bottom: 150px;
}

.message_img {
	position: relative;
	width: 100%;
	height: 460px;
}

.message_img > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.message_ttl {
	position: absolute;
	top: 40px;
	right: 40px;
	color: #000000;
	text-align: right;

	mix-blend-mode: overlay;
}

.message_ttl .sec_ttl {
	margin-bottom: 0;
}

.message_ttl .sec_ttlen {
	margin-top: -10px;
	font-size: 60px;
}

.message_catch {
	position: absolute;
	bottom: 40px;
	left: 40px;
	color: #ffffff;
	line-height: 1.5;
}

.message_catch .-catch {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 25px;
}

.message_cnt {
	margin-top: 40px;
}

.message_text p:not(:last-child) {
	margin-bottom: 1em;
}

.wish {
	position: relative;
	padding: 150px 0 230px;
	border-radius: 80px 80px 0 0;
	background-color: var(--color-bg-gray);
}

.wish::before {
	content: "";
	display: block;
	opacity: 0.3;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 80%;
	height: 100%;
	background: url(/img/company/wish-bg@2x.png) no-repeat;
	background-position: bottom left;
	background-size: cover;
}

.wish_wrap {
	position: relative;
	z-index: 1;
}

.wish_cnt {
	margin-top: 100px;
}

.wish_cnt_ttl {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 25px;
}

.info {
	position: relative;
	margin-top: -80px;
	padding: 150px 0;
	border-radius: 80px;
	background-color: var(--color-bg-darkgray);
	color: #ffffff;
}

.info_tbl > dl {
	display: flex;
	align-items: center;
	padding: 24px 0;
	border-top: 1px solid #ffffff;
}

.info_tbl > dl:last-child {
	border-bottom: 1px solid #ffffff;
}

.info_tbl > dl > dt {
	width: 160px;
	padding-left: 1em;
	font-weight: bold;
	font-size: 18px;
}

.info_tbl > dl > dd {
	flex: 1;
}

.outline_addr:not(:last-child) {
	margin-bottom: 20px;
}

.info_tbl_list {
	display: flex;
	flex-wrap: wrap;
}

.info_tbl_list > li:not(:last-child)::after {
	content: "・";
	margin: 0 0.2em;
}

.info_tbl_list.-slash > li:not(:last-child)::after {
	content: "/";
}

.info_office {
	margin-top: 80px;
}

.info_office_ttl::before {
	content: "・";
}

.info_office_list {
	display: flex;
	flex-wrap: wrap;
	gap: 60px 4%;
	margin-top: 20px;
}

.info_office_item {
	width: 100%;
}

.info_office_item.-w50 {
	width: 48%;
}

.info_office_item > dt {
	font-weight: bold;
	font-size: 18px;
}

.info_office_map {
	display: flex;
	width: 100%;
	margin-top: 20px;
}

.info_office_map iframe,
.info_office_map img {
	width: 100%;
	min-width: 50%;
	height: 310px;
	object-fit: cover;
}

.history {
	padding: 120px 0;
	overflow-x: hidden;
}

.history_slide {
	position: relative;
}

.history_slide::before {
	content: "";
	position: absolute;
	top: 37px;
	left: calc(calc(50% - 50vw) - 140px);
	width: 110vw;
	height: 1px;
	background-color: #c4c4c4;
}

.history_slide .splide__arrows {
	position: absolute;
	top: -100px;
	right: 0;
}

.history_slide .splide__track {
	overflow: visible;
}

.history_item {
	width: 530px;
	max-width: 530px;
}

.history_item_hd {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	font-weight: bold;
}

.history_item_hd::before,
.history_item_hd::after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 13px;
	width: 15px;
	height: 15px;
	border-radius: 10px;
	background-color: #333333;
}

.history_item_hd::after {
	bottom: -50px;
	left: 20px;
	width: 1px;
	height: 50px;
	border-radius: 0;
}

.history_item_cnt {
	position: relative;
	z-index: 2;
	height: calc(100% - 80px);
	padding: 20px;
	background-color: #f6f6f6;
}

.history_item_cnt_wrap {
}

.history_item_cnt_hd {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.history_item_cnt_ttl {
	font-weight: bold;
	font-size: 25px;
}

.history_item_cnt_staff {
	display: flex;
}

.history_item_cnt_staff > dt::after {
	content: "：";
}

.history_item_cnt_list > li {
	position: relative;
	padding-left: 1em;
	line-height: 1.4;
}

.history_item_cnt_list > li:not(:last-child) {
	margin-bottom: 8px;
}

.history_item_cnt_list > li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}

.history_item_cnt_list.-history {
	min-height: 130px;
}

.history_item_cnt_facility > dt {
	margin: 20px 0 10px;
	border-bottom: 1px solid #707070;
	font-weight: bold;
}

.movie {
	position: relative;
	padding: 120px 0;
	border-radius: 80px 80px 0 0;
	background-color: var(--color-bg-darkgray);
	color: #ffffff;
}

.movie_list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 4%;
}

.movie_list_item {
	width: 48%;
	aspect-ratio: 1920/1080;
}

.movie_list_item iframe {
	width: 100%;
	height: 100%;
	border: none;
}

@media screen and (max-width:1240px) {
	.message {
		margin-bottom: 100px;
	}

	.history_slide::before {
		left: calc(50% - 50vw);
	}

	.wish {
		padding: 120px 0 210px;
	}

	.wish::before {
		width: 100%;
		background-size: contain;
	}

	.wish_cnt {
		margin-top: 0;
	}

	.info {
		opacity: 1;
		padding: 120px 0;
	}

	.info_wrap {
		opacity: 1;
		transform: translateY(0);
	}
}

@media screen and (max-width:768px) {
	.sec_ttlen {
		margin-bottom: 30px;
		font-size: 50px;
	}

	.wish {
		padding: 80px 0 120px;
		border-radius: 40px 40px 0 0;
	}

	.info {
		margin-top: -40px;
		padding: 80px 0;
		border-radius: 40px;
	}

	.info .sec_ttlen {
		font-size: 42px;
	}

	.info_tbl > dl {
		flex-direction: column;
		padding: 24px 0;
	}

	.info_tbl > dl > dt {
		width: 100%;
		margin-bottom: 10px;
		padding-left: 0;
		font-size: 16px;
	}

	.info_tbl > dl > dd {
		width: 100%;
	}

	.info_tbl_list.-slash {
		flex-direction: column;
	}

	.info_tbl_list.-slash > li:not(:last-child)::after {
		content: none;
	}

	.info_office {
		margin-top: 50px;
	}

	.info_office_item,
	.info_office_item.-w50 {
		width: 100%;
	}

	.info_office_map {
		flex-direction: column;
	}

	.info_office_map iframe,
	.info_office_map img {
		height: 240px;
	}

	.history {
		padding: 80px 0;
	}

	.history_slide .splide__arrows {
		top: -55px;
	}

	.movie {
		padding: 80px 0;
		border-radius: 40px 40px 0 0;
	}

	.movie_list {
		flex-direction: column;
	}

	.movie_list_item {
		width: 100%;
	}
}