@charset "utf-8";
body {
	padding-top: 0;
}
#lp_header {
	background-color: transparent;
}
#slideBox {
	position: relative;
	z-index: 1;
	background-color: inherit;
	height: 100%;
}
#slideBox .slick-slider {
	padding-bottom: 0;
}
#slideBox .titleBox {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	padding: 130px 20px 0;
	box-sizing: border-box;
}
#slideBox .titleBox p {
	font-weight: bold;
	letter-spacing: 0.2em;
}
#slideBox .slick {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	overflow: hidden;
}
#slideBox .slick::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #ccc;
	mix-blend-mode: multiply;
	z-index: 1;
}
#slideBox .slick div {
	height: 100%;
}
#slideBox .slick .slick-slide img {
	height: 100%;
	object-fit: cover;
	display: block;
}
#slideBox .slick .slick-slide.slick-active img {}
#slideBox .slick .add-animation {
	animation: zoom 5s 0s forwards ease-out;
}
@keyframes zoom {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.2);
	}
}
#slideBox .icon {
	position: absolute;
	left: 10px;
	bottom: 10px;
	padding: 10px;
	width: 100px;
	background-color: #fff;
}
#concept_titleBox {
	background-color: #333;
	padding: 80px 30px;
}
#concept_titleBox .inBox {
	display: flex;
	align-items: flex-start;
	margin-top: 40px;
}
#concept_titleBox .inBox > div {
	aspect-ratio: 1/1;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
}
#concept_titleBox .inBox .photo {
	width: 50%;
}
#concept_titleBox .inBox .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#concept_titleBox .inBox .title {
	background-color: #fff;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	margin-top: 60px;
	margin-left: -30px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	line-height: 2.65em;
}
#concept_titleBox .inBox .title > * {
	margin-top: 0;
}
#tec_titleBox {
	background-image: url(../../contents/technology/img01.jpg);
	background-position: center center;
	background-size: cover;
	padding-left: 10px;
	padding-right: 10px;
}
#tec_titleBox .inBox {
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
	padding-left: 20px;
	padding-right: 20px;
}
#tec_titleBox .inBox .title {
	flex: 1;
}
#tec_titleBox .inBox h2 {
	margin: 0px;
	padding-right: 20px;
}
#tec_titleBox .inBox .photo {
	margin-top: 40px;
	margin-bottom: -70px;
	margin-left: -30px;
	width: 50%;
}
#eventHeadline {
	margin-top: 40px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
}
#eventHeadline .entryBox {
	border: solid 1px #ccc;
	letter-spacing: normal;
	padding: 20px;
}
#eventHeadline .entryBox .eye_catch {
	margin: -20px -20px 0;
}
#eventHeadline .entryBox p {
	margin-top: 20px;
	line-height: 1.5em;
	letter-spacing: 0;
	font-weight: bold;
}
#eventHeadline .entryBox dl {
	margin: 5px 0 0 0;
	padding: 0;
	display: flex;
	align-items: flex-start;
	font-size: 90%;
	line-height: 1.5em;
}
#eventHeadline .entryBox dl dt {
	margin: 0 5px 0 0;
	padding: 0;
	display: block;
	background-color: rgba(0, 0, 0, 0.3);
	color: #FFF;
	width: 3em;
	text-align: center;
	border-radius: 3px;
}
#eventHeadline .entryBox dl dd {
	margin: 0;
	padding: 0;
	flex: 1;
}
#eventHeadline .entryBox .photo {
	border: solid 2px #FFF;
}
#eventHeadline .entryBox .photo a {
	width: 100%;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #FFF;
	display: block;
}
#eventHeadline .entryBox .eye_catch img {
	aspect-ratio: 1/1;
	object-fit: cover;
}
#newsHeadline dl {
	overflow: hidden;
	margin-top: 20px;
	border-bottom: solid 1px #EEE;
}
#newsHeadline dl dt, #newsHeadline dl dd {
	padding: 10px 0px;
	border-top: solid 1px #EEE;
	letter-spacing: 0;
}
#newsHeadline dl dt {
	float: left;
	font-size: 80%;
	padding-right: 1em;
}
#newsHeadline dl dd {
	overflow: hidden;
}
#vrBox {
	padding: 40px;
	text-align: center;
	margin-top: 20px;
	background-color: #DCA;
	background-image: url(bg_vr.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
}
#vrBox .title {
	background-color: #ae512c;
	padding: 10px 30px;
	color: #FFF;
	font-size: 200%;
	line-height: 1.5em;
	margin-top: 0;
	border-radius: 999px;
	display: inline-block;
}
#vrBox .title2 {
	margin-top: 20px;
	color: #FFF;
	font-size: 200%;
	line-height: 1.5em;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#vrBox .title3 {
	margin-top: 5px;
	color: #FFF;
	font-size: 120%;
	line-height: 1.5em;
}
#vrBox .photo img {
	margin: 20px auto 0;
}
#reformBox {
	margin-top: 20px;
}
#reformBox a {
	display: block;
	padding: 0 40px 40px;
	background-color: #DC9;
	background-image: url(bg_reform+.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
}
#reformBox .title {
	font-size: 200%;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#reformBox .photo {
	margin-top: 40px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: row-reverse;
}
#modelhouseHeadline {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	margin-top: 40px;
}
#modelhouseHeadline .photo {
	margin-top: 0;
}
#modelhouseHeadline .photo img {
	width: 100%;
	aspect-ratio: 3/2;
	object-fit: cover;
}
#modelhouseHeadline .place {
	margin-top: 10px;
	text-align: center;
}
#modelhouseHeadline .place::before, #modelhouseHeadline .place::after {
	content: " ─ ";
}
#modelhouseHeadline .title {
	font-size: 130%;
	line-height: 1.5em;
	margin-top: 0px;
	text-align: center;
	color: #000;
}
#modelhouseHeadline .btn {
	text-align: center;
	margin-top: 10px;
}
#modelhouseHeadline .btn a {
	display: inline-block;
	padding: 3px 20px;
	border: solid 1px;
}
#voiceBox {
	margin-top: 20px;
	padding: 40px;
	background-image: url(bg_voice.png);
	background-blend-mode: multiply;
	background-position: center center;
	background-size: cover;
	background-color: #D6C092;
	background-repeat: no-repeat;
}
#voiceBox .title img {
	margin-left: auto;
	padding: 40px;
}
#voiceBox .inBox {
	background-color: rgba(255, 255, 255, 0.9);
	margin: 5px;
}
#voiceBox .entryBox {
	height: 100%;
	box-sizing: border-box;
}
#voiceBox .entryBox .photo a {
	display: block;
	width: 100%;
	padding-top: 66.666%;
	background-position: center center;
	background-size: cover;
}
#voiceBox .entryBox .eye_catch img {
	aspect-ratio: 3/2;
	object-fit: cover;
}
#voiceBox .entryBox p {
	padding: 20px;
	margin-top: 0;
	font-size: 90%;
	line-height: 1.5em;
	height: 3em;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
@media screen and (max-width: 700px) {
	#width-----700px----- {}
	#slideBox {
		height: calc(100% - 50px);
	}
	#slideBox .titleBox {
		padding: 20px;
	}
	#slideBox .titleBox img {
		width: 50%;
		margin: auto;
	}
	#slideBox .icon {
		padding: 5px;
		width: 50px;
	}
	#concept_titleBox {
		padding: 30px 20px;
	}
	#concept_titleBox h2 img {
		max-width: 60%;
		margin: auto;
	}
	#concept_titleBox .inBox {
		flex-direction: column;
		margin-top: 30px;
	}
	#concept_titleBox .inBox .photo {
		width: 95%;
	}
	#concept_titleBox .inBox .title {
		width: 95%;
		margin-top: -20px;
		margin-left: auto;
		line-height: 2em;
		aspect-ratio: inherit;
	}
	#concept_titleBox .inBox .title p {
		text-align: justify;
	}
	#concept_titleBox .inBox .title p br {
		display: none;
	}
	#tec_titleBox .inBox {
		padding-top: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}
	#tec_titleBox .logo {
		width: 60px;
	}
	#tec_titleBox .inBox .photo {
		width: calc(100% + 30px);
		margin-left: -30px;
		margin-top: 40px;
		margin-bottom: -35px;
	}
	#eventHeadline {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	#vrBox {
		padding: 20px;
	}
	#vrBox .title {
		padding: 10px 20px;
		font-size: 150%;
		line-height: 1.5em;
	}
	#vrBox .title2 {
		font-size: 150%;
		line-height: 1.5em;
	}
	#vrBox .title3 {
		font-size: 100%;
		line-height: 1.5em;
	}
	#reformBox a {
		display: block;
		padding: 0 20px 20px;
	}
	#reformBox .photo {
		margin-top: 0px;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	#reformBox .title {
		font-size: 120%;
	}
	#modelhouseHeadline {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-top: 20px;
	}
	#voiceBox {
		padding: 20px;
		margin-left: -20px;
		margin-right: -20px;
	}
	#voiceBox .slickBox {
		padding-bottom: 0;
	}
}