<style>
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');

*, *::before, *::after {
	box-sizing: border-box;
}

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

@media only screen and (max-width: 768px) {
	.pc { display: none !important; }
	.sp { display: block !important; }
}


header {
	margin: -8px 0 0 0;
}

a {
	text-decoration: none;
	color: #ffffff;
}

p {
	text-decoration: none;
}


@keyframes my-fade-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.fade-in-1 {
	animation-name: my-fade-in;
	animation-duration: 5s;
}

.fade-in-2 {
	animation-name: my-fade-in;
	animation-delay: 2s;
	animation-fill-mode: backwards;
	animation-duration: 5s;
}

/* wrap */
.hero {
	position: relative;
}

/* video */

.video-box {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
}

.video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* overlay */
.overlay::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
}

.text-box {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.text-box h1 {
	margin: 0 0 2rem 0;
}

.text-box h2 {
	margin: 0 0 10rem 0;
	padding: 0 0 0 0;
	font-family: 'Noto Serif JP', serif;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	line-height: 2.0;
}

.text-box img {
	display: block;
	width: 40%;
	height: auto;
}



.area_center {
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
}


.section1 {
	margin: 0 calc(50% - 50vw) 0 calc(50% - 50vw);
	background-color: #000000;
}


.scroll {
	position: relative;
	animation-name: my-fade-in;
	animation-duration: 5s;
}

.scroll-text {
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	transform: rotate(90deg);
}

.scroll-border {
	position: relative;
	top: 20px;
	width: 1px;
	height: 50px;
	background-color: #d5d5d5;
	overflow: hidden;
	margin: auto;
}

.scroll-border::before {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 10px;
	top: 0;
	left: 0;
	right: 0;
	background: #333;
	animation: scrollbar 2.0s ease-in-out infinite;
	margin: auto;
}

@keyframes scrollbar {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100% {
		-webkit-transform: translateY(350%);
		transform: translateY(350%);
	}
}

.header-list {
	margin: 0 -10px 0 -10px;
	padding: 2px 0 2px 0;
	display: flex;
	position: fixed;
	transition: .5s;
	width: 100%;
	z-index: 100;
	justify-content: center;
	align-items: center;
}

.header-list-contact {
	margin: 0 -10px 0 -10px;
	padding: 2px 0 2px 0;
	display: flex;
	position: fixed;
	transition: .5s;
	width: 100%;
	z-index: 100;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,0.4);
}

.header-area p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: 'Noto Sans JP', sans-serif;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

.header-area p span {
	font-size: 8px;
}

.header-list.transform{
	background: rgba(0,0,0,0.4);
	padding: 8px 0 8px 0;
	transition: .5s;
}

.header-space {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 12.5%;
}

.header-area {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 12.5%;
}

.header-area .linkbox {
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
	width: 100%;
}

.header-area .linkbox:hover {
	background: rgba(255,255,255,0.2);
	transition: 1s;
}

.headline-box1 {
	margin: 0 0 3rem 0;
}

.headline-box1 h2 {
	margin: 0 0 2rem 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #000000;
}

.headline-box1 h2 span {
	font-size: 12px;
}

.headline-box1 h3 {
	margin: 0 0 2rem 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #000000;
}

.headline-box1 hr {
	margin: 0 0 0 0;
	height: 1px;
	width: 20%;
	background-color: #000000;
	border: none;
}

.section2 {
	margin: 0 calc(50% - 50vw) 0 calc(50% - 50vw);
	padding: 4rem 0 6rem 0;
	background-color: #ffffff;
}

.section2-box {
	margin: 0 auto 0 auto;
	width: 500px;
}

.section2-box h3 {
	margin: 0 0 0.5rem 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	color: #000000;
}

.section2-box h3 span {
	font-weight: bold;
	margin-right: 1rem;
}

.section3 {
	margin: 0 calc(50% - 50vw) 0 calc(50% - 50vw);
	padding: 4rem 0 6rem 0;
	background: linear-gradient(-35deg, rgb(31, 32, 39), rgb(115, 115, 115));
}

.headline-box2 {
	margin: 0 0 3rem 0;
}

.headline-box2 h2 {
	margin: 0 0 2rem 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

.headline-box2 h2 span {
	font-size: 12px;
}

.headline-box2 h3 {
	margin: 0 0 2rem 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #ffffff;
}

.headline-box2 hr {
	margin: 0 0 0 0;
	height: 1px;
	width: 20%;
	background-color: #ffffff;
	border: none;
}

.section3-box1 {
	margin: 0 auto 1rem auto;
	padding: 10px 10px;
	width: 60vw;
	max-width: 700px;
	display: flex;
	flex-wrap: wrap;
	border: 0.5px solid #ffffff;
}

.section3-box1 .box-area1 {
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	flex: 1;
}

.section3-box1 .box-area1 img {
	display: block;
	width: 100%;
	height: auto;
}

.section3-box1 .box-area2 {
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
	flex: 5;
}

.section3 p {
	margin: 0 0 0 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	color: #ffffff;
	line-height: 1.8;
}

.section3 p span {
	font-weight: bold;
}

.section3-box2 {
	margin: 3rem auto 3rem auto;
	width: 600px;
}

.section3-box2 h4 {
	margin: 0 0 0 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	color: #ffffff;
	line-height: 1.8;
}


.section4 {
	margin: 0 calc(50% - 50vw) 0 calc(50% - 50vw);
	padding: 4rem 0 6rem 0;
	background-color: #ffffff;
}

.section4-casearea {
	margin: 0 auto 1rem auto;
	padding: 20px 20px;
	width: 60vw;
	max-width: 700px;
	border: 1px solid #959595;
	display: block;
}

.section4-box1 {
	margin: 0 0 1rem 0;
	padding: 0 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.section4-box1 .box-area1 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	flex: 1;
}

.section4-box1 .box-area2 {
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
	flex: 9;
}

.section4-textno {
	padding: 0 10px 0 10px;
	height: 50px;
	background-color: #AFAFAF;
	display: table;
}

.section4-textno p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.8;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.section4-textcase {
	height: 50px;
	display: table;
}

.section4-textcase p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
	color: #000000;
	line-height: 2;
	display: table-cell;
	vertical-align: middle;
}

.section4-textcase p span {
	font-size: 14px;
	font-weight: bold;
}

.section4-textorder {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.section4-textorder p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	color: #000000;
	line-height: 2;
}


.section5 {
	margin: 0 calc(50% - 50vw) 0 calc(50% - 50vw);
	background: linear-gradient(-35deg, rgb(31, 32, 39), rgb(115, 115, 115));
	padding: 4rem 0 6rem 0;
}

.section5-profarea {
	margin: 0 auto 0 auto;
	padding: 0 0;
	width: 60vw;
	max-width: 600px;
	display: block;
}

.section5-box1 {
	margin: 0 0 2rem 0;
	padding: 0 0;
}

.section5-box1 p {
	margin: 0 0 0 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	color: #ffffff;
	line-height: 2;
}

.section5-box2 {
	margin: 0 0 0 0;
	padding: 0 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.section5-box2 .box-area1 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	flex: 2;
}

.section5-box2 .box-area1 img {
	display: block;
	width: 100%;
	height: auto;
}

.section5-box2 .box-area2 {
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
	flex: 4;
}

.section5-box2 p {
	margin: 0 0 0 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	color: #ffffff;
	line-height: 2;
}

.section6 {
	margin: 0 calc(50% - 50vw) 0 calc(50% - 50vw);
	padding: 4rem 0 6rem 0;
	background-color: #ffffff;
}

.section6-formarea {
	margin: 0 auto 0 auto;
	padding: 0 0;
	width: 50vw;
	max-width: 1000px;
}

.section6-formarea h2 {
	margin: 0 0 2rem 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #000000;
}


.section6-formarea .form-name {
	width: 50vw;
}

.section6-formarea .form-mail {
	width: 50vw;
}

.section6-formarea .form-comment {
	width: 50vw;
}

.section6-formarea .c {
	margin: 2rem 0 0 0;
}

.section6-formarea p {
	margin: 0 0 0 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
	color: #000000;
	line-height: 2;
}

.section6-formarea input {
	margin: 0 0 1rem 0;
}

.section6-formarea textarea {
	margin: 0 0 1rem 0;
}

.btn_list1 {
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	width: 60%;
	min-width: 400px;
	background-color: #000000;
	text-align:center;
	border: 1px solid #000000;
	display: table;
	height: 50px;
}

.btn_list1 p {
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	display: table-cell;
	vertical-align: middle;
}

.btn_list1:hover {
	background-color: #ffffff;
	border: 1px solid #000000;
	cursor: pointer;
	transition: all 0.5s;
}

.btn_list1:hover p {
	color: #000000;
	transition: all 0.5s;
}

.section7 {
	margin: 0 calc(50% - 50vw) 0 calc(50% - 50vw);
	background-color: #ffffff;
	padding: 2rem 0 2rem 0;
	z-index: 10;
}

.section7 p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #000000;
}

/* 768px以下の表示 */
@media ( max-width : 767px ) {

	*, *::before, *::after {
		box-sizing: border-box;
	}

	img, div {
		max-width: 100%;
	}

	header {
		margin: 0 0 0 0;
	}

	body {
		overflow-x: hidden;
		background-color: #000000;
	}

	a {
		text-decoration: none;
		color: #ffffff;
	}

	p {
		text-decoration: none;
	}


	@keyframes my-fade-in {
		from {
			opacity: 0;
		}
		to {
			opacity: 1;
		}
	}

	.fade-in-1 {
		animation-name: my-fade-in;
		animation-duration: 5s;
	}
	
	.fade-in-2 {
		animation-name: my-fade-in;
		animation-delay: 2s;
		animation-fill-mode: backwards;
		animation-duration: 5s;
	}
	
	/* wrap */
	.hero {
		position: relative;
	}

	/* video */
	.video-box {
		position: relative;
		overflow: hidden;
		width: auto;
		height: 100vh;
	}
	
	.video {
		position: absolute;
		top: 45%;
		left: 50%;
		min-width: 100%;
		min-height: 100%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	/* overlay */
	.overlay::after {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: auto;
		height: 100%;
		content: "";
	}
	
	.text-box {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 80vw;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.text-box h1 {
		margin: 0 0 2rem 0;
	}

	.text-box h2 {
		margin: 0 0 4rem 0;
		padding: 0 0 0 0;
		font-family: 'Noto Serif JP', serif;
		color: #ffffff;
		font-size: 14px;
		font-weight: normal;
		text-align: justify;
		line-height: 2.0;
	}

	.text-box img {
		display: block;
		width: 60%;
		height: auto;
	}


	.area_center {
		display: flex;
		text-align: center;
		justify-content: center;
		align-items: center;
	}
	
	
	.section1 {
		margin: 0 0 0 0;
		width: 100%;
		background-color: #000000;
		height: 100vh;
	}

	
	.scroll {
		position: relative;
		animation-name: my-fade-in;
		animation-duration: 10s;
	}
	
	.scroll-text {
		color: #ffffff;
		font-size: 14px;
		text-align: center;
		transform: rotate(90deg);
	}
	
	.scroll-border {
		position: relative;
		top: 20px;
		width: 1px;
		height: 50px;
		background-color: #d5d5d5;
		overflow: hidden;
		margin: auto;
	}
	
	.scroll-border::before {
		content: "";
		display: block;
		position: absolute;
		width: 1px;
		height: 10px;
		top: 0;
		left: 0;
		right: 0;
		background: #333;
		animation: scrollbar 2.0s ease-in-out infinite;
		margin: auto;
	}
	
	@keyframes scrollbar {
		0% {
			-webkit-transform: translateY(-100%);
			transform: translateY(-100%);
		}
		100% {
			-webkit-transform: translateY(350%);
			transform: translateY(350%);
		}
	}
	
	.header-list {
		margin: -1rem 0 0 0;
		padding: 0 1rem 0 0;
		display: flex;
		position: fixed;
		transition: .5s;
		width: 100%;
		z-index: 100;
		justify-content: center;
		align-items: center;
	}
	
	.header-list-contact {
		margin: -1rem 0 0 0;
		padding: 0 1rem 0 0;
		display: flex;
		position: fixed;
		transition: .5s;
		width: 100%;
		z-index: 100;
		justify-content: center;
		align-items: center;
		background: rgba(0,0,0,0.4);
	}
	
	.header-area p {
		margin: 1rem 0 0 0;
		padding: 0 0 0 0;
		font-family: 'Noto Sans JP', sans-serif;
		color: #ffffff;
		font-size: 9px;
		font-weight: normal;
		text-align: center;
	}
	
	.header-area p span {
		font-size: 8px;
	}
	
	.header-list.transform{
		background: rgba(0,0,0,0.4);
		padding: 0 1rem 0.5rem 0;
		transition: .5s;
	}
	
	.header-area {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		width: 16.6666666666666666667%;
	}
	
	.header-area .linkbox {
		margin: 0 0 0 0;
		padding: 5px 0 5px 0;
		width: 100%;
	}
	
	.header-area .linkbox:hover {
		background: rgba(255,255,255,0.2);
		transition: 1s;
	}
	
	.headline-box1 {
		margin: 0 0 3rem 0;
		padding: 0 1rem 0 1rem;
	}
	
	.headline-box1 h2 {
		margin: 0 0 2rem 0;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		color: #000000;
	}
	
	.headline-box1 h2 span {
		font-size: 12px;
	}
	
	.headline-box1 h3 {
		margin: 0 0 2rem 0;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 12px;
		font-weight: normal;
		text-align: center;
		color: #000000;
	}
	
	.headline-box1 hr {
		margin: 0 0 0 0;
		height: 1px;
		width: 20%;
		background-color: #000000;
		border: none;
	}
	
	.section2 {
		margin: 0 0 0 0;
		width: 100%;
		padding: 4rem 0 6rem 0;
		background-color: #ffffff;
	}
	
	.section2-box {
		margin: 0 0 0 0;
		padding: 0 1rem 0 1rem;
		width: 100%;
	}
	
	.section2-box h3 {
		margin: 0 0 1rem 0;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 12px;
		font-weight: normal;
		text-align: justify;
		color: #000000;
	}
	
	.section2-box h3 span {
		font-weight: bold;
	}
	
	.section3 {
		margin: 0 0 0 0;
		padding: 4rem 1rem 6rem 1rem;
		width: 100%;
		background: linear-gradient(-35deg, rgb(31, 32, 39), rgb(115, 115, 115));
	}
	
	.headline-box2 {
		margin: 0 0 3rem 0;
		padding: 0 1rem 0 1rem;
	}
	
	.headline-box2 h2 {
		margin: 0 0 2rem 0;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		color: #ffffff;
	}
	
	.headline-box2 h2 span {
		font-size: 12px;
	}
	
	.headline-box2 h3 {
		margin: 0 0 2rem 0;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 12px;
		font-weight: normal;
		text-align: center;
		color: #ffffff;
	}
	
	.headline-box2 hr {
		margin: 0 0 0 0;
		height: 1px;
		width: 20%;
		background-color: #ffffff;
		border: none;
	}
	
	.section3-box1 {
		margin: 0 auto 2rem auto;
		padding: 1rem 1rem;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		border: 0.5px solid #ffffff;
	}
	
	.section3-box1 .box-area1 {
		margin: 0 0 0 0;
		padding: 0 0 0 20px;
		flex: 1;
	}
	
	.section3-box1 .box-area1 img {
		display: block;
		width: 100%;
		height: auto;
	}
	
	.section3-box1 .box-area2 {
		margin: 0 0 0 0;
		padding: 0 0 0 10px;
		flex: 5;
	}
	
	.section3 p {
		margin: 0 0 0 0;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 12px;
		font-weight: normal;
		text-align: justify;
		color: #ffffff;
		line-height: 1.8;
	}
	
	.section3 p span {
		font-weight: bold;
	}
	
	.section3-box2 {
		margin: 3rem auto 3rem auto;
		padding: 0 1rem 0 1rem;
	}
	
	.section3-box2 h4 {
		margin: 0 0 0 0;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 12px;
		font-weight: normal;
		text-align: justify;
		color: #ffffff;
		line-height: 1.8;
	}
	
	
	.section4 {
		margin: 0 0 0 0;
		width: 100%;
		padding: 4rem 1rem 6rem 1rem;
		background-color: #ffffff;
	}
	
	.section4-casearea {
		margin: 0 auto 2rem auto;
		padding: 1rem 1rem;
		width: 100%;
		border: 1px solid #959595;
		display: block;
	}
	
	.section4-box1 {
		margin: 0 0 0 0;
		padding: 1rem 0;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	
	.section4-box1 .box-area1 {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		flex: 1;
	}
	
	.section4-box1 .box-area2 {
		margin: 0 0 0 0;
		padding: 0 0 0 10px;
		flex: 9;
	}
	
	.section4-textno {
		padding: 0 10px 0 10px;
		height: 50px;
		background-color: #AFAFAF;
		display: table;
	}
	
	.section4-textno p {
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #ffffff;
		line-height: 1.8;
		text-align: center;
		display: table-cell;
		vertical-align: middle;
	}
	
	.section4-textcase {
		height: 50px;
		display: table;
	}
	
	.section4-textcase p {
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 12px;
		font-weight: normal;
		text-align: justify;
		color: #000000;
		line-height: 2;
		display: table-cell;
		vertical-align: middle;
	}
	
	.section4-textcase p span {
		font-size: 12px;
		font-weight: bold;
	}
	
	.section4-textorder {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	
	.section4-textorder p {
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 10px;
		font-weight: normal;
		text-align: justify;
		color: #000000;
		line-height: 2;
	}
	
	
	.section5 {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		width: 100%;
		background: linear-gradient(-35deg, rgb(31, 32, 39), rgb(115, 115, 115));
		padding: 4rem 0 6rem 0;
	}
	
	.section5-profarea {
		margin: 0 0 0 0;
		padding: 0 1rem 0 1rem;
		width: 100%;
		display: block;
	}
	
	.section5-box1 {
		margin: 0 0 2rem 0;
		padding: 0 0;
	}
	
	.section5-box1 p {
		margin: 0 0 0 0;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 12px;
		font-weight: normal;
		text-align: justify;
		color: #ffffff;
		line-height: 2;
	}

	.section5-box2 {
		margin: 0 0 0 0;
		padding: 0 0;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	
	.section5-box2 .box-area1 {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		flex: 2;
	}
	
	.section5-box2 .box-area1 img {
		display: block;
		width: 100%;
		height: auto;
	}
	
	.section5-box2 .box-area2 {
		margin: 0 0 0 0;
		padding: 0 0 0 15px;
		flex: 4;
	}
	
	.section5-box2 p {
		margin: 0 0 0 0;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 12px;
		font-weight: normal;
		text-align: justify;
		color: #ffffff;
		line-height: 2;
	}
	
	.section6 {
		margin: 0 0 0 0;
		width: 100%;
		padding: 4rem 0 6rem 0;
		background-color: #ffffff;
	}
	
	.section6-formarea {
		margin: 0 0 0 0;
		width: 100%;
		padding: 0 1rem;
	}
	
	.section6-formarea h2 {
		margin: 0 0 2rem 0;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		color: #000000;
	}
	
	
	.section6-formarea .form-name {
		width: 100%;
	}
	
	.section6-formarea .form-mail {
		width: 100%;
	}
	
	.section6-formarea .form-comment {
		width: 100%;
	}
	
	.section6-formarea .c {
		margin: 2rem 0 0 0;
	}
	
	.section6-formarea p {
		margin: 0 0 0 0;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 14px;
		font-weight: normal;
		text-align: justify;
		color: #000000;
		line-height: 2;
	}
	
	.section6-formarea input {
		margin: 0 0 1rem 0;
	}
	
	.section6-formarea textarea {
		margin: 0 0 1rem 0;
	}
	
	.btn_list1 {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		width: 40vw;
		background-color: #000000;
		border: 1px solid #000000;
		height: 50px;
	}
	
	.btn_list1 p {
		color: #ffffff;
		font-size: 12px;
		text-align: center;
		font-family: 'Noto Sans JP', sans-serif;
		display: table-cell;
		vertical-align: middle;
	}
	
	.btn_list1:hover {
		background-color: #ffffff;
		border: 1px solid #000000;
		cursor: pointer;
		transition: all 0.5s;
	}
	
	.btn_list1:hover p {
		color: #000000;
		transition: all 0.5s;
	}
	
	.section7 {
		margin: 0 0 0 0;
		width: 100%;
		background-color: #ffffff;
		padding: 2rem 0 2rem 0;
		z-index: 10;
	}
	
	.section7 p {
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 12px;
		font-weight: normal;
		text-align: center;
		color: #000000;
	}
	

}

</style>