@charset "UTF-8";
body {
	margin: 0!important;
	padding: 0!important;
}
h2.lp_title {
	font-size: 200%;
	line-height: 1.5em;
	font-weight: normal;
	color: inherit;
	margin: 0;
}
h2.lp_title .en {
	color: #3472a1;
}
h2.lp_title .en::after {
	content: "";
	display: block;
	max-width: 420px;
	height: 1px;
	margin: 10px auto;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0), #3472a1, rgba(0, 0, 0, 0));
}
h3 {
	font-size: 120%;
	line-height: 1.5em;
}
.lp_inner {
	max-width: 1360px;
	padding-left: 5%;
	padding-right: 5%;
	margin-left: auto;
	margin-right: auto;
}
.sectionBox {
	background-color: inherit;
}
#lp_firstView .main {
	position: relative;
}
#lp_firstView .main .img img {
	width: 100%;
	height: calc(100vh + 0px);
	object-fit: cover;
	object-position: bottom center;
}
#lp_firstView .main .titleBox {
	position: absolute;
	left: 40px;
	bottom: 20px;
}
#lp_firstView .main .titleBox h1 {
	width: 28vw;
	min-width: 380px;
}
#lp_firstView .main .titleBox .summary {
	background-color: rgba(255, 255, 255, 0.85);
	padding: 20px;
	display: flex;
	gap: 20px;
	align-items: center;
	margin-top: 2.5%;
}
#lp_firstView .main .titleBox .summary .logo_pc {
	width: 120px;
}
#lp_firstView .main .titleBox .summary .text p {
	letter-spacing: normal;
	margin-top: 0;
}
#lp_firstView .main .titleBox .summary .text p br {
	display: none;
}
#lp_firstView .main .titleBox .summary .text p br.active {
	display: block;
}
#lp_firstView h1 img {
	width: 100%;
}
#lp_firstView .photo {
	display: grid;
	grid-template-columns: 1fr 1fr;
	position: relative;
	z-index: 1;
}
#lp_firstView .photo img {
	width: 100%;
}
#lp_pointBox {
	background-color: #f2f2f2;
}
#lp_pointBox .inBox {
	margin-top: 5%;
}
#lp_pointBox .inBox .photo {
	max-width: 900px;
	display: flex;
	gap: 20px;
	margin-left: auto;
}
#lp_pointBox .inBox:nth-child(2n) .photo {
	margin-left: 0;
	margin-right: auto;
}
#lp_pointBox .inBox .summary {
	margin-top: -80px;
	position: relative;
	z-index: 1;
	display: flex;
}
#lp_pointBox .inBox .summary .wrap {
	padding: 40px;
	background-color: rgba(255, 255, 255, 0.9);
	display: flex;
	gap: 20px;
	align-items: center;
}
#lp_pointBox .inBox .summary .wrap h3 {
	margin: 0;
	font-size: 200%;
	line-height: 1.5em;
}
#lp_pointBox .inBox:nth-child(2n) .summary {
	flex-direction: row-reverse;
}
#lp_pointBox .inBox:nth-child(2n) .summary .wrap {
	flex-direction: row-reverse;
	text-align: right;
}
#lp_structureBox {
	background-color: #f3f1e9;
}
#lp_structureBox h3 {
	width: 100%;
	box-sizing: border-box;
	font-size: 150%;
	line-height: 1.5em;
	padding-bottom: 20px;
	border-bottom: solid 1px #3472a1;
	color: #3472a1;
}
#lp_worksBox {
	background-color: #f3f1e9;
}
#lp_worksBox .inBox {
	margin-top: 5%;
	border: solid 1px #c7bc97;
	background-color: #FFF;
}
#lp_worksBox .inBox h3 {
	color: #756450;
	background-color: #dfd7c2;
	margin: 0;
	padding: 10px;
	text-align: center;
	font-size: 180%;
	line-height: 1.5em;
}
#lp_worksBox .wrap {
	padding: 40px;
	display: flex;
	align-items: center;
	gap: 30px;
}
#lp_worksBox .photo {
	flex: 1
}
#lp_worksBox .summary {
	flex: 1.2;
}
#lp_accessBox {
	background-color: #efefef;
}
#lp_accessBox .map {
	margin-top: 5%;
}
.lp_btn {
	text-align: center;
	margin-top: 5%;
}
.lp_btn a {
	display: inline-block;
	background-color: #3472a1;
	color: #fff;
	line-height: 1.5em;
	font-size: 140%;
	letter-spacing: normal;
	padding: 0.5em 1em;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.lp_btn a::after {
	content: "▲";
	display: inline-block;
	transform: rotate(90deg);
	margin-left: 0.2em;
}
.ctaBox {
	display: flex;
	justify-content: center;
	padding-left: 20px;
	padding-right: 20px;
}
.ctaBox .inBox {
	background-color: #ddd;
	padding: 40px;
}
.ctaBox .inBox h3 {
	margin-top: 0;
}
.ctaBox .inBox p {
	margin-top: 5% !important;
}
@media screen and (max-width: 700px) {
	h2.lp_title {
		font-size: 120%;
		line-height: 1.5em;
	}
	h2.lp_title .en {
		font-size: 150%;
	}
	#lp_firstView .main .img {
		position: relative;
	}
	#lp_firstView .main .img img {
		height: 60vh;
	}
	#lp_firstView .main .img.only_sp::before {
		content: "";
		display: block;
		width: 50px;
		height: 50px;
		background-image: url("logo_panasonic.png");
		background-size: cover;
		position: absolute;
		right: 5px;
		bottom: 5px;
		z-index: 1;
	}
	#lp_firstView .main .titleBox {
		left: 0;
		bottom: 0;
		right: 0;
		display: flex;
		justify-content: space-between;
		padding: 10px;
	}
	#lp_firstView .main .titleBox h1 {
		width: auto;
		min-width: inherit;
	}
	#lp_firstView .main .titleBox h1 img {
		height: 70px;
		width: auto;
	}
	#lp_firstView .main .titleBox .summary {
		background-color: transparent;
		margin-top: 0;
		padding: 0;
	}
	#lp_firstView .main .titleBox .summary .logo_pc {
		width: 70px;
		flex: 1;
	}
	#lp_firstView .main .titleBox .summary .text {
		display: none;
	}
	#lp_firstView .main_sp {
		padding: 40px;
		background-color: #efeff0;
		text-align: center;
		color: #767676;
	}
	#lp_pointBox .title_main img {
		width: 80%;
	}
	#lp_pointBox .inBox .photo {
		gap: 2px;
	}
	#lp_pointBox .inBox .summary {
		margin-top: 2px;
		display: block;
	}
	#lp_pointBox .inBox .summary .wrap {
		position: relative;
		padding: 30px 20px 20px;
	}
	#lp_pointBox .inBox .summary .wrap .number {
		width: 100px;
		height: 100px;
		position: absolute;
		left: 10px;
		top: -75px;
	}
	#lp_pointBox .inBox .summary .wrap h3 {
		font-size: 120%;
		line-height: 1.5em;
	}
	#lp_pointBox .inBox .summary .wrap h3 br {
		display: none;
	}
	#lp_pointBox .inBox .summary .wrap p {
		margin-top: 5px;
		font-size: 80%;
		line-height: 1.5em;
	}
	#lp_pointBox .inBox .summary .wrap p br {
		display: none;
	}
	#lp_pointBox .inBox:nth-child(2n) .summary .wrap {
		text-align: inherit;
	}
	#lp_worksBox .inBox h3 {
		font-size: 120%;
		line-height: 1.5em;
	}
	#lp_worksBox .wrap {
		padding: 20px;
		flex-direction: column;
		gap: 10px;
		font-size: 80%;
		line-height: 1.5em;
	}
	.ctaBox {
		padding: 40px;
	}
	.ctaBox .inBox {
		background-color: #ddd;
		padding: 20px;
	}
	.ctaBox .inBox h3 {
		font-size: 90%;
	}
	.ctaBox .inBox p {
		margin-top: 15px !important;
	}
	.ctaBox .inBox p img {
		width: 80%;
		margin: auto;
	}
	.lp_btn a {
		font-size: 80%;
	}
}