@charset "UTF-8";


.concept-content {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	z-index: 1;
}
.concept-content section[class^="concept0"] {
	position: relative;
	padding: 120px 250px;
	background-size: cover;
	background-position: center center;
	min-height: 400px;
}
.concept-content section[class^="concept0"] .txt {
	max-width: 900px;
	margin: 0 auto;
}
.concept01 {
	background-image: url("../img/introduction_img/concept-block01.jpg");
}
.concept02 {
	background-image: url("../img/introduction_img/concept-block02.jpg");
}
.concept03 {
	background-image: url("../img/introduction_img/concept-block03.jpg");
}
.concept04 {
	background-image: url("../img/introduction_img/concept-block04.jpg");
}
.concept05 {
	background-image: url("../img/introduction_img/concept-block05.jpg");
}
.concept06 {
	background-image: url("../img/introduction_img/concept-block06.jpg");
}
.concept-content .txt .ttl {
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	color: #57FF8A;
	margin-bottom: 20px;
}
.concept-content .txt .mc {
	padding-top: 70px;
	padding-left: 300px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.concept-content .txt .mc:before {
	width: 280px;
	height: 70px;
	background-image: url("../img/introduction_img/mc-image.svg");
	left: 0;
	bottom: 0;
}
.concept-content .txt .mc span {
	position: relative;
	width: 100%;
	font-size: min(1.8vw,32px);
	color: #FFF;
	font-weight: 500;
	top: -21px;
}
.concept-content .txt .mc:after {
	width: calc(100% - 290px);
	height: 3px;
	background: #FFF;
	bottom: 3px;
	left: 290px;
}
.concept-content .txt p:not([class]) {
	color: #FFF;
	padding: 20px 0 0;
	max-width: 550px;
}

.concept-movie {
	padding: 120px 0 80px;
}
.concept-cc {
	width: 80%;
	max-width: 730px;
	margin: 0 auto 60px;
}
.movie-ttl {
	position: relative;
}
.movie-ttl span {
	color: #FFF;
	font-size: 18px;
	background: #00A0CD;
	padding: 0 10px;
	position: relative;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
}
.youtube-box {
	width: 80%;
	margin: 40px auto;
	max-width: 600px;
}
.youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 1023px) {
	.concept-content .txt .mc {
		padding-top: 70px;
		padding-left: 0px;
		padding-bottom: 30px;
		position: relative;
		width: 100%;
		box-sizing: border-box;
	}
	.concept-content .txt .mc:before {
		width: 280px;
		height: 70px;
		background-image: url("../img/introduction_img/mc-image.svg");
		left: 0;
		bottom: auto;
		top: 0;
	}
	.concept-content .txt .mc span {
		position: relative;
		width: 100%;
		font-size: min(3vw,32px);
		color: #FFF;
		font-weight: 500;
		top: 15px;
	}
	.concept-content .txt .mc:after {
		width: calc(100%);
		height: 3px;
		background: #FFF;
		bottom: 3px;
		left: 0;
	}
}
@media screen and (max-width: 928px) {
	.concept-content section[class^="concept0"] {
		position: relative;
		padding: 60px 8%;
		min-height: auto;
		background-position: 60% center;
	}
	.concept-content .txt .ttl {
		font-size: 18px;
	}
	.concept-content .txt .mc {
		padding-top: 40px;
	}
	.concept-content .txt .mc:before {
		width: calc(280px * .7);
		height: calc(70px * .7);
	}
	.concept-content .txt .mc span {
		font-size: min(4.5vw,18px);
	}
}

.message-content {
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.message-content .main-visual {
	width: 90%;
	margin: 0 auto 40px;
}
.message-content article {
	width: calc(100% - 450px);
	margin: 0 auto 150px;
	max-width: 980px;
}
.message-content article p:not([class]) {
	margin-bottom: 1em;
}
.message-content article .name {
	color: var(--main-color);
	padding: 40px 0 0;
	display: inline-block;
	position: relative;
	left: 100%;
	transform: translateX(-100%);
}
.message-content article .name span {
	display: block;
	font-size: 18px;
	font-weight: bold;
}
@media screen and (max-width: 928px) {
	.message-content article {
		width: 80%;
		margin: 0 auto 100px;
		max-width: 980px;
	}
	.message-content article .name span {
		font-size: 16px;
	}
}