@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#video-area {
	margin: 0 0 26px 227px;
	height: calc(120vh - 313px);
	overflow: hidden;
	border-radius: 36px;
	position: relative;
	z-index: 5;
	min-height: 300px;
	max-height: 630px;
}
#video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	right: 0;
	width: 100%;
	border-radius: 36px;
	object-fit: cover;
	height: 100%;
}
.meaning {
	margin: 0 auto 55px;
	padding: 0 40px;
	max-width: 900px;
	position: relative;
}
.meaning::after {
	margin-left: 11px;
	width: 1389px;
	height: 650px;
	position: absolute;
	left: 50%;
	top: 130px;
	transform: translateX(-50%);
	content: '';
	z-index: -1;
	background: url(../images/index/bg_img02.png) no-repeat top center / 1389px;
}
.meaning .img__box {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
.meaning .img__box .photo {
	margin-right: 30px;
	width: 335px;
	border-radius: 36px;
	overflow: hidden;
}
.meaning .img__box .photo img {
	width: 100%;
}
.meaning .img__box .text {
	margin: -2px -22px 0 0;
	flex: 1;
}
.meaning .img__box h2 {
	margin-bottom: 17px;
	font-size: 3.5rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1.57;
}
.meaning .img__box p {
	font-weight: bold;
	line-height: 2;
}
.meaning .photoImg {
	margin-bottom: 57px;
	overflow: hidden;
	border-radius: 36px;
}
.meaning .photoImg img {
	width: 100%;
}
@media all and (max-width: 990px) {
	.meaning .img__box h2 {
		font-size: 2.9rem;
	}
}
@media all and (max-width: 896px) {
	#video-area {
		margin: 0 0 28px 36px;
		max-width: inherit;
		min-height: inherit;
		height: 59.85vw;
	}
	.meaning {
		margin-bottom: 38px;
		padding: 0;
		max-width: inherit;
	}
	.meaning .img__box {
		margin-bottom: 16px;
		display: block;
	}
	.meaning .img__box h2 {
		margin-bottom: 11px;
		font-size: 2.5rem;
		line-height: 1.72;
		text-shadow: 0 0 5px #ffffff;
	}
	.meaning .img__box .text {
		margin: -2px 0 0;
		padding: 0 24px 0 36px;
	}
	.meaning .img__box p {
		font-weight: 500;
		letter-spacing: 0.06em;
	}
	.meaning .photoImg {
		margin-bottom: 28px;
		overflow: auto;
		border-radius: 0;
		padding: 0 29px 0 30px;
	}
	.meaning::after {
		margin-left: 0;
		width: 297px;
		height: 487px;
		left: auto;
		top: -5px;
		transform: none;
		background: url(../images/index/sp_bg_img02.png) no-repeat top center / 297px;
		right: -90px;
	}
}
/* interview */
.interview {
	padding: 78px 20px 72px;
	position: relative;
	min-height: 1058px;
	box-sizing: border-box;
	background: url(../images/index/interview_bg.jpg) no-repeat top center / cover;
}
.tab-wrap {
	margin: 0 auto;
	max-width: 900px;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	align-items: flex-end;
}
.tab-label {
	margin: 0 20px 0 0;
	max-width: 440px;
	color: #8E8E8E;
	cursor: pointer;
	flex: 1;
	font-weight: bold;
	order: -1;
	padding: 32px 24px 31px;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	position: relative;
	text-align: center;
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
	user-select: none;
	white-space: nowrap;
	-webkit-tap-highlight-color: transparent;
	background-color: #E4E4E4;
	border-radius: 36px 36px 0 0;
	box-sizing: border-box;
}
.tab-label:nth-of-type(2n) {
	margin-right: 0;
}
@media all and (min-width: 897px) {
	.tab-label:hover {
		color: #000;
		background: #fff;
	}
}
.tab-switch:checked + .tab-label {
	margin-bottom: 0;
	padding: 31px 24px 25px;
	color: #000;
	box-shadow: 0 3px 15px rgba(0,0,0,0.15);
	background-color: #fff;
}
.tab-switch:checked ~ .tab-label::after {
	transform: translateX(-100%);
}
.tab-switch:checked + .tab-label::after {
	opacity: 1;
	transform: translateX(0);
}
.tab-content {
	height:0;
	opacity:0;
	background: #fff;
	box-sizing: border-box;
	pointer-events:none;
	transform: translateX(-30%);
	transition: transform .3s 80ms, opacity .3s 80ms;
	width: 100%;
}
.tab-switch:checked ~ .tab-content {
	transform: translateX(30%);
}
.tab-switch:checked + .tab-label + .tab-content {
	height: auto;
	opacity: 1;
	order: 1;
	pointer-events:auto;
	transform: translateX(0);
}
.tab-switch {
	display: none;
}
.interview .tab-content .img__box {
	min-height: 649px;
	padding: 60px 45px 63px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	box-sizing: border-box;
	box-shadow: 0 28px 15px rgba(0,0,0,0.15);
}
.interview .tab-content .img__box .photo__box {
	margin-right: 64px;
	width: 383px;
	border-radius: 35px;
	overflow: hidden;
}
.interview .tab-content .img__box .photo__box img {
	width: 100%;
}
.interview .tab-content .img__box .text__box {
	margin-top: -5px;
	flex: 1;
} 
.interview .text__box h3 {
	margin-bottom: 21px;
	font-size: 2.5rem;
	line-height: 1.8;
	letter-spacing: 0.06em;
}
.interview .text__box p {
	font-size: 1.5rem;
	line-height: 2;
	font-weight: 500;
}
.movie {
	padding: 158px 20px 261px;
}
.movie .head_line01 {
	padding-bottom: 28px;
	margin-bottom: 53px;
}
.movie .head_line01 span {
	margin-bottom: 4px;
}
.movie .mv {
	margin: 0 auto;
	max-width: 900px;
	position: relative;
	z-index: 2;
}
.movie .mv .mv__img {
	margin: 0 auto;
	width: 600px;
	height: 400px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.08);
}
.movie .mv .img {
	position: absolute;
	top: -241px;
	left: -138px;
	width: 519px;
	z-index: -1;
}
.movie .mv .img02 {
	top: auto;
	left: auto;
	bottom: -127px;
	right: -96px;
	width: 300px;
}
.growth {
	padding: 109px 20px 166px;
	background-color: #278ACB;
	position: relative;
	overflow: hidden;
}
.growth::before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 63rem;
	background: linear-gradient(0deg,#278ACB,hsla(0,0%,100%,0));
	content: "";
	transition: all 0.3s;
	z-index: 10;
}
.growth.hide::before {
	background: transparent;
}
.growth.hide .details__btn {
	display: none;
}
.growth::after {
	width: 1233px;
	height: 3147px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -57px;
	content: '';
	z-index: 1;
	background: url(../images/index/growth_line.png) no-repeat top center / 1233px;
}
.growth .head_line01 {
	margin-bottom: 70px;
	color: #fff;
	padding-bottom: 22px;
	position: relative;
	z-index: 10;
}
.growth .content {
	position: relative;
	z-index: 2;
	overflow: hidden;
	height: 833px;
}
.growth.hide .content {
	height: auto;
}
.growth .head_line01 span {
	margin-bottom: 10px;
}
.growth .mover__box {
	display: block !important;
}
.growth .img__box {
	margin-bottom: 49px;
	display: flex;
	justify-content: space-between;
}
.growth .img__box:last-child {
	margin-bottom: 0;
}
.growth .img__box .photo__box {
	margin-right: 19px;
	width: 446px;
	border-radius: 35px;
	overflow: hidden;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.growth .img__box .photo__box img {
	width: 100%;
}
.growth .img__box .text__box {
	padding: 37px 34px 20px 40px;
	width: 435px;
	border-radius: 35px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	background-color: #fff;
	box-sizing: border-box;
}
.growth .img__box h3 {
	margin-bottom: 18px;
	padding-bottom: 26px;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	border-bottom: 1px solid #000000;
}
.growth .img__box p {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2;
}
.growth .img__boxR .photo__box {
	margin: 0 0 0 19px;
	order: 2;
}
.growth .img__boxR .text__box {
	padding: 37px 40px 20px 35px;
}
.growth .img__box02 {
	border-radius: 35px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.growth .img__box02 .photo__box {
	width: 451px;
	border-radius: 0;
	box-shadow: none;
}
.growth .img__box02 .text__box {
	padding: 37px 23px 20px 40px;
	flex: 1;
	border-radius: 0;
	box-shadow: none;
}
.message {
	padding: 191px 20px 140px;
	position: relative;
}
.message::after {
	position: absolute;
	top: 131px;
	bottom: 56px;
	width: calc(50% + 569px);
	left: 0;
	content: '';
	z-index: 1;
	background-color: #EEEEEE;
}
.message::before {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 61.64%;
	height: 470px;
	background-color: #278ACB;
	content: '';
	z-index: 2;
}
.message .inner__box {
	margin: 0 auto;
	padding-bottom: 47px;
	max-width: 900px;
	background-color: #fff;
	border-radius: 35px;
	z-index: 10;
	position: relative;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.message .inner__box .head_line01 {
	margin-bottom: 43px;
	padding: 33px 32px 55px 10px;
	color: #fff;
	box-sizing: border-box;
	background-color: #278ACB;
	border-radius: 35px 35px 0 0;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.message .inner__box .head_line01 span {
	margin-bottom: 11px;
}
.message .inner__box .head_line01::after {
	margin-left: -12px;
	bottom: 28px;
}
.message .inner__box .img__box {
	margin: 0 50px 0 36px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.message .inner__box .img__box .photo__box {
	margin-right: 44px;
	width: 387px;
	border-radius: 35px;
	overflow: hidden;
}
.message .inner__box .img__box .photo__box img {
	width: 100%;
}
.message .inner__box .img__box .text__box {
	margin-top: -1px;
	flex: 1;
}
.message .inner__box h3 {
	margin-bottom: 14px;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1.6;
}
.message .inner__box p {
	margin-bottom: 30px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2;
}
.message .inner__box p:last-child {
	margin-bottom: 0;
}
.company {
	padding: 89px 20px 100px;
}
.company .head_line01 {
	margin-bottom: 76px;
	padding-bottom: 27px;
}
.company .head_line01 span {
	margin-bottom: 11px;
}
.company .list__ul {
	margin: -40px auto 0;
	padding-right: 10px;
	max-width: 891px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.company .list__ul li {
	margin: 40px 30px 0 0;
	padding: 61px 33px 59px;
	width: calc(100%/2 - 15px);
	display: flex;
	align-items: center;
	border-radius: 35px;
	box-sizing: border-box;
	background-color: #F7F8BB;
}
.company .list__ul li:nth-child(2n) {
	margin-right: 0;
}
.company .list__ul .img {
	margin-right: 29px;
	width: 142px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	border-radius: 100%;
}
.company .list__ul p {
	margin-top: -1px;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1.6;
}
.faq {
	padding: 67px 20px 159px;
	position: relative;
}
.faq::before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 63rem;
	background: linear-gradient(0deg,#fff,hsla(0,0%,100%,0));
	content: "";
	transition: all 0.3s;
	z-index: 10;
}
.faq .content {
	position: relative;
}
.faq.hide::before {
	background: transparent;
}
.faq.hide .details__btn {
	display: none;
}
.faq::after {
	position: absolute;
	top: 20px;
	bottom: 0;
	left: 0;
	right: 65.95%;
	content: '';
	background-color: #E8EFF1;
	z-index: -1;
}
.faq .details__btn {
	bottom: 46px;
}
.faq .head_line01 {
	margin-bottom: 39px;
	padding-bottom: 25px;
}
.faq .head_line01 span {
	margin-bottom: 11px;
}
.faq .inner {
	height: 900px;
	overflow: hidden;
} 
.faq.hide .inner {
	height: auto;
	display: block !important;
}
.faq .faq__ul {
	padding-top: 33px;
	border-top: 1px solid #707070;
}
.faq .faq__ul li {
	padding-bottom: 45px;
	margin-bottom: 33px;
	border-bottom: 1px solid #707070;
}
.faq .faq__ul .q__txt {
	margin-bottom: 30px;
	padding-left: 97px;
	display: flex;
	align-items: center;
	color: #103E70;
	font-size: 2rem;
	font-weight: 500;
}
.faq .faq__ul .q__txt span {
	margin: -4px 39px 0 0;
	font-size: 3.2rem;
	font-weight: bold;
}
.faq .faq__ul .txt {
	padding: 0 68px 0 97px;
	display: flex;
	align-items: flex-start;
	color: #000000;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2;
}
.faq .faq__ul .txt span {
	margin: -17px 43px 0 0;
	font-size: 3.2rem;
	font-weight: bold;
}
.faq .faq__ul.mover__ul {
	display: block !important;
	padding-top: 0;
	border-top: none;
}
.gallery {
	padding: 142px 20px 164px;
	position: relative;
	background-color: #278ACB;
	z-index: 20;
}
.gallery::after {
	height: 304px;
	position: absolute;
	bottom: 26px;
	left: -199px;
	right: -323px;
	content: '';
	z-index: 1;
	background: url(../images/index/gallery_line.png) no-repeat center bottom / cover;
}
.gallery .content {
	position: relative;
	max-width: 910px;
	z-index: 5;
}
.gallery .content h2 {
	width: 172px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1;
	text-align: center;
	position: absolute;
	top: 381px;
	left: -224px;
	z-index: 10;
}
.gallery .content h2::after {
	position: absolute;
	bottom: -98px;
	left: -1px;
	width: 172px;
	height: 807px;
	background-color: #000;
	content: '';
	z-index: -1;
}
.gallery .content h2::before {
	position: absolute;
	bottom: 97px;
	height: 394px;
	width: 2px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	content: '';
	z-index: 2;
}
.gallery .content h2 span {
	margin-bottom: 7px;
	display: block;
	font-size: 3.5rem;
	font-weight: bold;
	letter-spacing: 0.06em;
}
.gallery .content .photo img {
	width: 100%;
}
@media all and (max-width: 1408px) {
	.gallery {
		padding: 142px 20px 164px 180px;
	}
	.gallery .content h2 {
		width: 140px;
		font-size: 1.2rem;
		left: -160px;
	}
	.gallery .content h2::after {
		width: 140px;
	}
	.gallery .content h2 span {
		font-size: 2.8rem;
	}
}
@media all and (max-width: 990px) {
	.message .inner__box h3 {
		font-size: 2.3rem;
	}
	.company .list__ul p {
		font-size: 2.2rem;
	}
}
@media all and (max-width: 896px) {
	.interview {
		padding: 44px 18.5px 44px;
		min-height: inherit;
		background: url(../images/index/sp_interview_bg.jpg) no-repeat top center / cover;
	}
	.tab-label {
		margin: 0 7px 0 0;
		max-width: inherit;
		padding: 11px 15px 11px;
		font-size: 1.2rem;
		border-radius: 8px 8px 0 0;
	}
	.tab-switch:checked + .tab-label {
		padding: 9px 15px 10px;
	}
	.interview .tab-content .img__box {
		min-height: 720px;
		padding: 32px 18.5px 20px;
		display: block;
		box-shadow: 0 12px 15px rgba(0,0,0,0.15);
	}
	.interview .tab-content .img__box .photo__box {
		margin: 0 0 21px;
		width: auto;
	}
	.interview .tab-content .img__box .text__box {
		margin-top: 0;
	}
	.interview .text__box h3 {
		margin: 0 -8px 18px 6px;
		font-size: 1.9rem;
		line-height: 1.579;
	}
	.interview .text__box p {
		line-height: 1.67;
	}
	.movie {
		padding: 42px 36px 46px;
	}
	.movie .head_line01 {
		padding-bottom: 21px;
		margin-bottom: 14px;
	}
	.movie .mv .mv__img {
		width: auto;
		height: 48.4vw;
	}
	.movie .mv .img {
		top: -80px;
		left: -57px;
		width: 132px;
	}
	.movie .mv .img02 {
		top: auto;
		left: auto;
		bottom: -46px;
		right: -43px;
		width: 103px;
	}
	.growth {
		padding: 47px 37px 50px;
	}
	.growth .head_line01 {
		margin-bottom: 44px;
		font-size: 1.2rem;
	}
	.growth .head_line01 span {
		margin-bottom: 10px;
		font-size: 3.5rem;
	}
	.growth .img__box {
		margin-bottom: 40px;
		display: block;
	}
	.growth .img__box .photo__box {
		margin: 0 0 9.5px;
		width: auto;
	}
	.growth .img__box .text__box {
		padding: 24px 34px 21px 29px;
		width: auto;
	}
	.growth .img__box h3 {
		margin-bottom: 11px;
		padding-bottom: 4px;
		font-size: 2.5rem;
	}
	.growth .img__box p {
		margin-right: -2px;
	}
	.growth .img__box02 .photo__box {
		margin: 0;
		box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	}
	.growth .img__box02 .text__box {
		padding: 24px 34px 30px 27px;
	}
	.growth .img__box02 h3 {
		padding: 0 14px 4px 0;
		display: inline-block;
	}
	.message {
		padding: 50px 37px 56px;
	}
	.message::before {
		left: 188px;
		height: 942px;
	}
	.message::after {
		top: 20px;
		bottom: 27px;
		right: 20px;
		left: 0;
	}
	.message .inner__box {
		padding-bottom: 36px;
		max-width: inherit;
	}
	.message .inner__box .head_line01 {
		margin-bottom: 19px;
		padding: 13px 10px 42px;
		border-radius: 35px 35px 0 0;
		font-size: 1.2rem;
	}
	.message .inner__box .head_line01 span {
		margin-bottom: 10px;
		font-size: 3.5rem;
	}
	.message .inner__box .head_line01::after {
		bottom: 21px;
	}
	.message .inner__box .img__box {
		margin: 0 17px 0 19px;
		display: block;
	}
	.message .inner__box .img__box .photo__box {
		margin: 0 0 14px;
		width: auto;
	}
	.message .inner__box .img__box .text__box {
		margin: 0 10px;
	}
	.message .inner__box h3 {
		margin-bottom: 11px;
		font-size: 2.5rem;
	}
	.message .inner__box p {
		margin-bottom: 27px;
		line-height: 1.8;
	}
	.company {
		padding: 39px 37px 20px;
	}
	.company .head_line01 span {
		margin-bottom: 10px;
		font-size: 3.5rem;
	}
	.company .head_line01 {
		margin-bottom: 34px;
		padding-bottom: 28px;
		font-size: 1.2rem;
	}
	.company .list__ul {
		margin: -17px auto 0;
		padding-right: 0;
		max-width: inherit;
	}
	.company .list__ul li {
		margin: 17px 17px 0 0;
		padding: 14px 24px 16px;
		width: calc(100%/2 - 9px);
		display: block;
	}
	.company .list__ul p {
		margin-top: 0;
		font-size: 1.6rem;
		line-height: 1.562;
		text-align: center;
	}
	.company .list__ul .img {
		margin: 0 auto 8px;
		width: 55px;
		box-shadow: 0 3px 6px rgba(0,0,0,0.16);
		border-radius: 100%;
	}
	.faq {
		margin-bottom: 68px;
		padding: 42px 37px 50px;
	}
	.faq .inner {
		height: 1030px;
	}
	.faq::after {
		top: 39px;
		right: 69.95%;
	}
	.faq .head_line01 {
		margin-bottom: 31px;
		font-size: 1.2rem;
	}
	.faq .head_line01 span {
		margin-bottom: 11px;
		font-size: 3.5rem;
	}
	.faq .faq__ul {
		padding-top: 8px;
	}
	.faq .faq__ul li {
		padding: 0 28px 26px 8px;
		margin-bottom: 8px;
	}
	.faq .faq__ul .q__txt {
		margin-bottom: 17px;
		padding-left: 0;
		display: block;
		font-size: 1.5rem;
		line-height: 1.4;
	}
	.faq .faq__ul .q__txt span {
		margin: 0 0 4px;
		font-size: 2rem;
		display: block;
	}
	.faq .faq__ul .txt {
		padding: 0;
		display: block;
		font-size: 1.5rem;
		line-height: 1.4;
	}
	.faq .faq__ul .txt span {
		margin: 0 0 -2px;
		font-size: 2rem;
		display: block;
	}
	.gallery {
		padding: 68px 24px 24px 29px;
	}
	.gallery .content h2 {
		width: 90px;
		font-size: 1.2rem;
		top: -50px;
		left: -28px;
	}
	.gallery .content h2 span {
		margin-bottom: 3px;
		font-size: 1.7rem;
	}
	.gallery .content h2::after {
		bottom: -73px;
		left: -1px;
		width: 90px;
		height: 208px;
	}
	.gallery .content h2::before {
		bottom: 45px;
		height: 90px;
		width: 2px;
		background-color: #808080;
	}
	.gallery .content .photo {
		position: relative;
		z-index: 10;
	}
	.growth::after {
		width: 373px;
		height: 4287px;
		top: -28px;
		background: url(../images/index/sp_growth_line.png) no-repeat top center / 373px;
	}
	.gallery::after {
		height: 73px;
		bottom: 97px;
		left: -199px;
		right: -323px;
		background: url(../images/index/sp_gallery_line.png) no-repeat center bottom / 760px;
	}
	.growth .content {
		height: 1410px;
	}
}
@media all and (max-width: 374px) {
	.message .inner__box h3 {
		font-size: 2rem;
	}
	.company {
		padding: 39px 18px 20px;
	}
	.tab-label {
		margin-right: 7px;
		max-width: inherit;
		padding: 11px 7px 11px;
		font-size: 1.1rem;
	}
	.tab-switch:checked + .tab-label {
		padding: 9px 7px 10px;
	}
}















