@charset "utf-8";

html { font-size: 62.5%; }
body {
	color: #222;
	font-size: 1.4rem;
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	line-height: 1.8;
	background: #fff;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}
img {
	max-width: 100%;
}
a {
	color: #222;
	text-decoration: none;
	transition: .2s;
}
figure {
	margin: 0;
}
button:hover,
a:hover {
	opacity: .7;
	cursor: pointer;
}
@media print,screen and (max-width: 767px) {
	button:hover,
	a:hover {
		opacity: 1;
	}
}
.pc-block {
	display: block!important;
}
.tb-block {
	display: none!important;
}
.sp-block {
	display: none!important;
}
.pc-inlineBlock {
	display: inline-block!important;
}
.sp-inlineBlock {
	display: none!important;
}
@media print,screen and (max-width: 1059px) {
	.tb-block {
		display: block!important;
	}
}
@media print,screen and (max-width: 767px) {
	.pc-block {
		display: none!important;
	}
	.sp-block {
		display: block!important;
	}
	.pc-inlineBlock {
		display: none!important;
	}
	.sp-inlineBlock {
		display: inline-block!important;
	}
}
.fadeIn,
.fadeIn_200,
.fadeIn_400,
.fadeIn_600 {
	transition: .8s .1s cubic-bezier(0.165, 0.84, 0.44, 1);
	opacity: 0;
	transform: translate(0,60px);
	-webkit-transform: translate(0,60px);
}
.fadeInL {
	transform: translate(0,120px);
	-webkit-transform: translate(0,120px);
}
.fadeInZoom {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.fadeInZoomOut {
	transition-duration: .6s;
	transform: scale(.8);
	-webkit-transform: scale(.8);
}
.fadeIn_left {
	transition: .8s .1s cubic-bezier(0.165, 0.84, 0.44, 1);
	opacity: 0;
	transform: translate(-100px,0);
	-webkit-transform: translate(-100px,0);
}
.fadeIn_right {
	transition: .8s .1s cubic-bezier(0.165, 0.84, 0.44, 1);
	opacity: 0;
	transform: translate(100px,0);
	-webkit-transform: translate(100px,0);
}
.fadeInMove {
	opacity: 1.0;
	transform: translate(0,0) scale(1) !important;
	-webkit-transform: translate(0,0) scale(1) !important;
}
.fadeInDelay200 {
	transition-delay: .3s;
}
@media print,screen and (max-width: 767px) {
	.fadeInDelay200 {
		transition-delay: 0s;
	}
}

.js-accordion {
	transition: .2s;
}
.js-accordion:hover {
	opacity: .7;
	cursor: pointer;
}
@media print,screen and (max-width: 767px) {
	.js-accordion:hover {
		opacity: 1;
	}
}
.js-accordionContents {
	display: none;
}

/****	---- common ----
===================================****/
.c_inner960 {
	max-width: 960px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}
.c_inner1020 {
	max-width: 1020px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}
.c_inner1280 {
	max-width: 1280px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}
@media print,screen and (max-width: 767px) {
	.c_inner960,
	.c_inner1020,
	.c_inner1280 {
		max-width: none;
		padding: 0 20px;
	}
}
.c_anchor {
	position: absolute;
	top: -80px;
}
@media print,screen and (max-width: 767px) {
	.c_anchor {
		top: -70px;
	}
}
.c_main {
	padding: 120px 0;
	display: block;
}
@media print,screen and (max-width: 767px) {
	.c_main {
		padding: 40px 0;
	}
}
.c_main.top {
	padding: 0;
	overflow: hidden;
}
.c_section {
	padding: 80px 0;
}
@media print,screen and (max-width: 767px) {
	.c_section {
		padding: 40px 0;
	}
}
.c_title_01 {
	font-size: 3.2rem;
}
@media print,screen and (max-width: 767px) {
	.c_title_01 {
		font-size: 2.4rem;
	}
}
.c_text {
	font-size: 1.6rem;
	text-align: center;
}
@media print,screen and (max-width: 767px) {
	.c_text {
		font-size: 1.4rem;
	}
}
.c_serif { font-family: "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif; }

.c_mbEm { margin: 0 0 1em 0!important; }
.c_mb00 { margin: 0!important; }
.c_mb10 { margin: 0 0 10px 0!important; }
@media print,screen and (max-width: 767px) { .c_mb10 { margin: 0 0 5px 0!important; } }
.c_mb20 { margin: 0 0 20px 0!important; }
@media print,screen and (max-width: 767px) { .c_mb20 { margin: 0 0 10px 0!important; } }
.c_mb40 { margin: 0 0 40px 0!important; }
@media print,screen and (max-width: 767px) { .c_mb40 { margin: 0 0 20px 0!important; } }
.c_mb80 { margin: 0 0 80px 0!important; }
@media print,screen and (max-width: 767px) { .c_mb80 { margin: 0 0 40px 0!important; } }

.c_btn {
	color: #fff;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	width: 372px;
	height: 80px;
	background: #00A758;
	border: 0;
	border-radius: 8px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media print,screen and (max-width: 767px) {
	.c_btn {
		font-size: 1.6rem;
		width: calc(100% - 20px);
		height: 60px;
		border-radius: 4px;
	}
}
button.c_btn {
	color: #00A758;
	background: #fff;
}

.c_hdg {
	text-align: center;
	margin: 0 0 80px 0;
	position: relative;
}
@media print,screen and (max-width: 767px) {
	.c_hdg {
		margin: 0 0 40px 0;
	}
}
.c_hdg_title {
	font-size: 4.8rem;
	line-height: 1.4;
	margin: 0 0 .25em 0;
}
@media print,screen and (max-width: 767px) {
	.c_hdg_title {
		font-size: calc(30 / 375 * 100vw);
	}
}
.c_hdg_copy {
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 1px;
	margin: 0 0 .25em 0;
}
@media print,screen and (max-width: 767px) {
	.c_hdg_copy {
		font-size: calc(16 / 375 * 100vw);
		margin: 0 0 .5em 0;
	}
}
.c_hdg_text {
	font-size: 1.6rem;
}
@media print,screen and (max-width: 767px) {
	.c_hdg_text {
		font-size: calc(14 / 375 * 100vw);
	}
}

.c_mv {
	height: 480px;
	box-sizing: border-box;
	padding: 80px 0 0 0;
	position: relative;
	overflow: hidden;
}
@media print,screen and (max-width: 1099px) {
	.c_mv {
		height: 300px;
		padding: 0;
	}
}
@media print,screen and (max-width: 767px) {
	.c_mv {
		height: 200px;
		padding: 50px 0 0 0;
	}
}
.c_mv::before {
	content: "EVENT";
	color: #f8f8f8;
	font-size: calc(420 / 1440 * 100vw);
	font-weight: bold;
	line-height: 1.0;
	position: absolute;
	top: 0;
	left: 6%;
}
@media print,screen and (max-width: 767px) {
	.c_mv::before {
		top: 40px;
		left: 8%;
	}
}
.c_mv_title {
	line-height: 1.6;
	position: relative;
}
.c_mv_title::after {
	content: "";
	width: 75px;
	height: 1px;
	background: #222;
	position: absolute;
	bottom: -65px;
	left: 0;
}
@media print,screen and (max-width: 767px) {
	.c_mv_title::after {
		width: 55px;
		bottom: -25px;
	}
}
.c_mv_title strong {
	font-size: 4.8rem;
	display: block;
}
@media print,screen and (max-width: 767px) {
	.c_mv_title strong {
		font-size: 3.6rem;
	}
}
.c_mv_title span {
	font-size: 2.8rem;
	display: block;
}
@media print,screen and (max-width: 767px) {
	.c_mv_title span {
		font-size: 1.6rem;
		display: block;
	}
}

/****	---- header ----
===================================****/
.header {
	width: 100%;
	height: 80px;
	background: #fff;
	box-sizing: border-box;
	padding: 0 0 0 35px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999;
}
@media print,screen and (max-width: 1099px) {
	.header {
		padding: 0;
	}
}
@media print,screen and (max-width: 767px) {
	.header {
		height: 70px;
	}
}
.header.top {
	background: none;
}
@media print,screen and (max-width: 767px) {
	.header.top {
		background: #fff;
	}
}
.header_logo {
	width: 235px;
}
@media print,screen and (max-width: 1099px) {
	.header_logo {
		width: 180px;
	}
}
@media print,screen and (max-width: 767px) {
	.header_spMenu {
		width: 70px;
		height: 70px;
		background: #00A758;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1;
	}
	.header_spMenu span {
		width: 50px;;
		height: 6px;
		background: #fff;
		border-radius: 3px;
		display: block;
		position: absolute;
		right: 0;
		left: 0;
		margin: auto;
		transition: all 200ms ease;
	}
	.header_spMenu span:nth-child(1) {
		top: 15px;
	}
	.header_spMenu span:nth-child(2) {
		top: 0;
		bottom: 0;
	}
	.header_spMenu span:nth-child(3) {
		bottom: 15px;
	}
	.header_spMenu.open span:nth-child(1) {
		border-radius: 0;
		-webkit-transform: translateY(18px) rotate(45deg);
		transform: translateY(18px) rotate(45deg);
	}
	.header_spMenu.open span:nth-child(2) {
		border-radius: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
		opacity: 0;
	}
	.header_spMenu.open span:nth-child(3) {
		border-radius: 0;
		-webkit-transform: translateY(-16px) rotate(-45deg);
		transform: translateY(-16px) rotate(-45deg);
	}
	.header_navi {
		display: none;
		width: 100%;
		height: 100%;
		background: #00A758;
		position: fixed;
		top: 0;
		left: 0;
	}
}
.header_navi_list {
	display: flex;
	align-items: center;
}
@media print,screen and (max-width: 767px) {
	.header_navi_list {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}
.header_navi_list_item {
	font-size: 1.2rem;
	margin: 0 4em 0 0;
}
@media print,screen and (max-width: 1099px) {
	.header_navi_list_item {
		margin: 0 2em 0 0;
	}
}
@media print,screen and (max-width: 767px) {
	.header_navi_list_item {
		font-size: 1.8rem;
		text-align: center;
		letter-spacing: 2px;
		margin: 0 0 1em 0;
	}
	.header_navi_list_item a {
		color: #fff;
	}
}
.header.top .header_navi_list_item a {
	color: #333;
}
.header_navi_list_item:last-child {
	margin: 0;
}
.header_navi_list_item:last-child a {
	color: #fff !important;
	width: calc(265 / 1440 * 100vw);
	height: 80px;
	background: #222;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media print,screen and (max-width: 1099px) {
	.header_navi_list_item:last-child a {
		width: 100px;
	}
}
@media print,screen and (max-width: 767px) {
	.header_navi_list_item:last-child a {
		color: #00A758!important;
		width: 280px;
		height: 60px;
		background: #fff;
		border-radius: 4px;
		margin: 0 auto;
	}
}

/****	---- cv ----
===================================****/
.cv {
	background: url('../img/common/bg_cv.jpg') center center / cover no-repeat;
	padding: 100px 0 110px;
	position: relative;
}
@media print,screen and (max-width: 767px) {
	.cv {
		padding: 40px 0;
	}
}
.cv_title {
	color: #fff;
	font-size: 3.6rem;
	text-align: center;
	line-height: 1.4;
	margin: 0 0 1em 0;
}
@media print,screen and (max-width: 767px) {
	.cv_title {
		font-size: calc(20 / 375 * 100vw);
	}
}
.cv_btn {
	text-align: center;
	background: linear-gradient(to right, #00aa59, #93bf00);
	border-radius: 16px;
	padding: 40px 0;
	/* margin: 0 0 40px 0; */
	display: block;
}
@media print,screen and (max-width: 767px) {
	.cv_btn {
		border-radius: 8px;
		padding: 20px 0;
		/* margin: 0 0 20px 0; */
	}
}
.cv_btn span {
	color: #fff;
	font-size: 2.8rem;
	font-size: 3.2rem;
	font-weight: bold;
	letter-spacing: 2px;
	/* min-height: 50px;
	background: url('../img/common/ico_cv_mail.png') left center / 50px no-repeat;
	padding: 0 0 0 74px; */
	display: inline-block;
}
@media print,screen and (max-width: 767px) {
	.cv_btn span {
		font-size: calc(18 / 375 * 100vw);
		font-size: calc(20 / 375 * 100vw);
		letter-spacing: 1px;
		/* min-height: 30px;
		background: url('../img/common/ico_cv_mail.png') left center / 30px no-repeat;
		padding: 0 0 0 40px; */
	}
}
.cv_info {
	display: flex;
	justify-content: center;
	align-items: center;
}
@media print,screen and (max-width: 767px) {
	.cv_info {
		display: block;
	}
}
.cv_info_title {
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 40px 0 0;
}
@media print,screen and (max-width: 767px) {
	.cv_info_title {
		font-size: calc(14 / 375 * 100vw);
		text-align: center;
		margin: 0 0 .5em 0;
	}
}
.cv_info_tel {
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 2px;
}
@media print,screen and (max-width: 767px) {
	.cv_info_tel {
		font-size: calc(24 / 375 * 100vw);
		text-align: center;
		letter-spacing: 1px;
	}
}
.cv_info_tel a {
	color: #fff;
	min-height: 39px;
	background: url('../img/common/ico_cv_tel.png') left center / 39px no-repeat;
	padding: 0 0 0 50px;
	display: inline-block;
}
@media print,screen and (max-width: 767px) {
	.cv_info_tel a {
		min-height: 30px;
		background: url('../img/common/ico_cv_tel.png') left center / 30px no-repeat;
		padding: 0 0 0 40px;
	}
}

/****	---- pagetop ----
===================================****/
.pagetop {
	width: 80px;
	height: 70px;
	position: fixed;
	right: 0;
	bottom: 0;
}
@media print,screen and (max-width: 767px) {
	.pagetop {
		width: 50px;
		height: 50px;
	}
}
.pagetop a {
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 1px;
	width: 100%;
	height: 100%;
	background: #222 url('../img/common/arw_top.png') center 22px / 20px no-repeat;
	box-sizing: border-box;
	padding: 42px 0 0 0;
	display: block;
}
@media print,screen and (max-width: 767px) {
	.pagetop a {
		font-size: 1.0rem;
		background: #222 url('../img/common/arw_top.png') center 12px / 16px no-repeat;
		padding: 28px 0 0 0;
	}
}

/****	---- footer ----
===================================****/
.footer {
	background: #222;
	padding: 60px 0;
}
@media print,screen and (max-width: 767px) {
	.footer {
		padding: 40px 0;
	}
}
.footer_contents {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media print,screen and (max-width: 767px) {
	.footer_contents {
		display: block;
	}
}
.footer_logo {
	width: 236px;
}
@media print,screen and (max-width: 767px) {
	.footer_logo {
		width: 220px;
		margin: 0 auto 30px;
	}
}
.copyright {
	color: #fff;
	font-size: 1.2rem;
}
@media print,screen and (max-width: 767px) {
	.copyright {
		text-align: center;
	}
}

/****	---- 01. top ----
===================================****/
.layer {
	position: absolute;
	transform: rotate(45deg);
}
.layer.white {
	background: #fff;
}
.layer.green {
	background: radial-gradient(#00aa59, #93bf00);
}
.layer.gray {
	background: #f5f5f5;
}


/* ==================
FV (add 24/07/10)
===================*/
.fv{
	width: 100%;
	padding: 110px 20px 0;
	margin: 0 auto 0px;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}

.fv video{
	width: 100%;
	max-width: 1280px;
	height: auto;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	border-radius: 10px;
	opacity: 0;
}

.fv video.show{
	transition: opacity 1s ease;
	transition-delay: .6s;
	opacity: 1;
}

.fv .mv_contents{
	position: absolute;
	z-index: 1;
	top: 300px;
	left: 50%;
	width: 800px;
	height: 300px;
	margin-left: -400px;
	/* margin-top: -150px; */
}
.fv .mv_text{
	opacity: 0;
}

.fv .text_line {
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: bottom;
}
.fv .text_line::before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 10%;
	border-bottom: 2px solid;
	transform: translateX(-100%);
}
.fv .text_line > * {
	display: block;
	vertical-align: bottom;
	opacity: 0;
}
.fv.show .text_line::before {
	transition: opacity 0.8s 1.1s, transform 0.8s 1.1s;
	transform: translateX(100%);
	opacity: 0;
}
.fv.show .text_line > * {
	transition: opacity 0.8s 1.4s;
	opacity: 1;
}
.fv.show .mv_copy .text_line::before {
	transition-delay: 1.8s;
}
.fv.show .mv_copy .text_line > * {
	transition-delay: 2.1s;
}
.fv.show .mv_copy .text_line ~ .text_line::before {
	transition-delay: 2s;
}
.fv.show .mv_copy .text_line ~ .text_line > * {
	transition-delay: 2.3s;
}
.fv.show .mv_text{
	transition: opacity 1s ease;
	transition-delay: 1.0s;
	opacity: 1;
}

.fv #youtube{
	display: none;
}

@media print,screen and (max-width: 767px) {
	.fv{
		padding-top: 95px;
	}
	.fv .mv_contents{
		position: absolute;
		top: 120px;
		left: 0;
		width: 100%;
		height: auto;
		text-align: center;
		margin:0;

	}
}


.fv .layer.green,
.fv .layer.green.type2 {
	opacity: 0;
}
.fv .layer.green::after,
.fv .layer.green.type2::after {
	content: "";
	position: absolute;
	top: -10px;
	right: -10px;
	left: -10px;
	bottom: -10px;
	background-color: #fff;
	opacity: 1;
}

.fv > .layer.green {
	width: calc(1120 / 1440 * 1.414 * 100vw);
	height: calc(1120 / 1440 * 1.414 * 100vw);
	bottom: calc(-1120 / 1440 * 1.414 * 100vw / 2);
	right: calc(-1120 / 1440 * 1.414 * 100vw / 2);
	z-index: 0;
}

.fv .layer.green.type2 {
	width: calc(400 / 1440 * 1.414 * 100vw);
	height: calc(400 / 1440 * 1.414 * 100vw);
	top: calc(-400 / 1440 * 1.414 * 100vw / 2);
	left: calc(-400 / 1440 * 1.414 * 100vw / 2);
	z-index: 1;
}

.fv .layer.white {
	width: calc(1120 / 1440 * 1.414 * 100vw);
	height: calc(1120 / 1440 * 1.414 * 100vw);
	bottom: calc(-1120 / 1440 * 1.414 * 100vw / 2);
	left: calc(-1120 / 1440 * 1.414 * 100vw / 2);
	z-index: 0;
}

@media print,screen and (max-width: 767px) {
	.fv > .layer.green {
		width: calc(300 / 375 * 1.414 * 100vw);
		height: calc(300 / 375 * 1.414 * 100vw);
		bottom: calc(-300 / 375 * 1.414 * 100vw / 2);
		right: calc(-300 / 375 * 1.414 * 100vw / 2);
	}

	.fv .layer.green2 {
		width: calc(200 / 375 * 1.414 * 100vw);
		height: calc(200 / 375 * 1.414 * 100vw);
		top: calc(-200 / 375 * 1.414 * 100vw / 2);
		left: calc(-200 / 375 * 1.414 * 100vw / 2);
	}

	.fv .layer.white {
		width: calc(1320 / 1440 * 1.414 * 100vw);
		height: calc(1320 / 1440 * 1.414 * 100vw);
		bottom: calc(-1320 / 1440 * 1.414 * 100vw / 2);
		left: calc(-1320 / 1440 * 1.414 * 100vw / 2);
	}
}

.fv.show .layer.green,
.fv.show .layer.green.type2 {
	transition: opacity 0.5s ease;
	transition-delay: .6s;
	opacity: 1;
}
.fv.show .layer.green::after,
.fv.show .layer.green.type2::after {
	transition: transform 0.4s ease;
	transition-delay: .6s;
	transform: translateY(100%);
}
.fv.show .layer.green {
	transition-delay: .7s;
}
.fv.show .layer.green::after {
	transition-delay: .7s;
	transform: translateY(-100%);
}

.fv_contents {
	width: 100%;
	max-width: 1280px;
	position: relative;
	z-index: 1;
	text-align: left;
	padding: 100px 0px;
	margin: 0 auto;
	box-sizing: border-box;
}
.fv_title {
	color: #00A758;
	font-size: 5rem;
	margin: 0 0 .5em 0;
}
.fv dl{
	display: flex;
	justify-content: space-between;
}
.fv dl dt{
	font-size: 2rem;
	width: 100%;
	max-width: 620px;
}
.fv dl dd{
	margin-left: 30px;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.25);
	padding: 10px 10px 5px 10px;
	width: 560px;
	height: 330px;
}

.fv dl dd video{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	border-radius: 10px;
}

.fv_copy {
	font-size: 4.0rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 2px;
	margin: 0 0 .5em 0;
}

@media print,screen and (max-width: 767px) {
	.fv_contents {
		width: auto;
		margin: 0 0 20px 0;
		padding: 30px 0;
	}
	.fv_title {
		font-size: 3.6rem;
		text-align: center;
	}
	.fv dl{
		display: block;
		width: 100%;
	}
	.fv dl dt{
		display: block;
		width: 100%;
		font-size: calc(14 / 375 * 100vw);
	}
	.fv dl dd{
		display: block;
		width: 100%;
		height: 215px;
		margin: 20px 0 0 0;
		box-sizing: border-box;
	}
}


.mv {
	padding: 0 0 534px 0;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
@media print,screen and (max-width: 1099px) {
	.mv {
		padding: 0 0 414px 0;
	}
}
@media print,screen and (max-width: 767px) {
	.mv {
		padding: 0 0 80px 0;
	}
}
#mvimg {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 1;
}
#mvimg > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#mvimg > *.current {
	transform: scale(1.1);
	transition: transform 5s linear, opacity .8s;
	z-index: 2;
}
#mvimg > *.current.out {
	opacity: 0;
	z-index: 3;
}
#mvimg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit: center; object-position: center;'
}

.mv > .layer.green {
	width: calc(1120 / 1440 * 1.414 * 100vw);
	height: calc(1120 / 1440 * 1.414 * 100vw);
	bottom: calc(-1120 / 1440 * 1.414 * 100vw / 2);
	right: calc(-1120 / 1440 * 1.414 * 100vw / 2);
	z-index: 4;
}
@media print,screen and (max-width: 767px) {
	.mv > .layer.green {
		width: calc(300 / 375 * 1.414 * 100vw);
		height: calc(300 / 375 * 1.414 * 100vw);
		bottom: calc(-300 / 375 * 1.414 * 100vw / 2);
		right: calc(-300 / 375 * 1.414 * 100vw / 2);
	}
}
.mv_img {
	height: 100vh;
	/*background: url('../img/top/mv.jpg') center center / cover no-repeat;*/
	position: relative;
}
.mv_img .layer.white {
	width: calc(1120 / 1440 * 1.414 * 100vw);
	height: calc(1120 / 1440 * 1.414 * 100vw);
	bottom: calc(-1120 / 1440 * 1.414 * 100vw / 2);
	left: calc(-1120 / 1440 * 1.414 * 100vw / 2);
	z-index: 3;
}
@media print,screen and (max-width: 1099px) {
	.mv_img .layer.white {
		width: calc(1320 / 1440 * 1.414 * 100vw);
		height: calc(1320 / 1440 * 1.414 * 100vw);
		bottom: calc(-1320 / 1440 * 1.414 * 100vw / 2);
		left: calc(-1320 / 1440 * 1.414 * 100vw / 2);
	}
}
.mv_img .layer.green {
	width: calc(400 / 1440 * 1.414 * 100vw);
	height: calc(400 / 1440 * 1.414 * 100vw);
	top: calc(-400 / 1440 * 1.414 * 100vw / 2);
	left: calc(-400 / 1440 * 1.414 * 100vw / 2);
	z-index: 4;
}
@media print,screen and (max-width: 767px) {
	.mv_img .layer.green {
		width: calc(200 / 375 * 1.414 * 100vw);
		height: calc(200 / 375 * 1.414 * 100vw);
		top: calc(-200 / 375 * 1.414 * 100vw / 2);
		left: calc(-200 / 375 * 1.414 * 100vw / 2);
	}
}
.mv_contents {
	position: absolute;
	bottom: 120px;
	left: 50%;
	z-index: 10;
	margin: 0 0 0 -640px;
}
@media print,screen and (max-width: 1319px) {
	.mv_contents {
		left: 20px;
		margin: 0;
	}
}
@media print,screen and (max-width: 767px) {
	.mv_contents {
		bottom: 70px;
	}
}
.mv_en {
	font-size: 2.0rem;
	font-weight: bold;
	margin: 0 0 .25em 0;
}
@media print,screen and (max-width: 767px) {
	.mv_en {
		font-size: 1.6rem;
	}
}
.mv_copy {
	font-size: 5.0rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: .1em;
	margin: 0 0 .25em 0;
}
@media print,screen and (max-width: 1099px) {
	.mv_copy {
		font-size: 4.0rem;
	}
}
@media print,screen and (max-width: 767px) {
	.mv_copy {
		font-size: calc(26 / 375 * 100vw);
	}
}
.mv_text {
	font-size: 1.8rem;
	letter-spacing: .1em;
}
@media print,screen and (max-width: 767px) {
	.mv_text {
		font-size: calc(11 / 375 * 100vw);
	}
}
.mv_btn {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #fff;
	font-size: 1.2rem;
	padding: 0 0 50px 0;
	position: absolute;
	right: 50%;
	bottom: 10px;
	margin: 0 -640px 0 0;
	z-index: 5;
}
@media print,screen and (max-width: 1319px) {
	.mv_btn {
		right: 20px;
		margin: 0;
	}
}
@media print,screen and (max-width: 767px) {
	.mv_btn {
		font-size: 1.0rem;
		right: 5px;
		bottom: 70px;
	}
}
.mv_btn::after {
	content: "";
	width: 1px;
	height: 40px;
	background: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.message {
	padding: 40px 0 120px;
	/* margin: -574px 0 0 0; */
	margin: 0;
	position: relative;
	overflow: hidden;
	z-index: 3;
}
@media print,screen and (max-width: 1099px) {
	.message {
		/* margin: -434px 0 0 0; */
		margin: 0;
	}
}
@media print,screen and (max-width: 767px) {
	.message {
		padding: 60px 0 80px;
		/* margin: -80px 0 0 0; */
		margin-top: -40px;
	}
}
.message .layer.gray {
	width: calc(640 / 1440 * 1.414 * 100vw);
	height: calc(640 / 1440 * 1.414 * 100vw);
	bottom: calc(-640 / 1440 * 1.414 * 100vw / 2);
	left: calc(-640 / 1440 * 1.414 * 100vw / 2);
}
.message_container {
	background: #fff;
	box-shadow: 0 0 16px #999;
	padding: 80px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
@media print,screen and (max-width: 1099px) {
	.message_container {
		padding: 40px;
	}
}
@media print,screen and (max-width: 767px) {
	.message_container {
		padding: 20px;
		display: block;
	}
}
.message_contents {
	/*width: calc(100% - ((507 / 1120 * 100%) + 80px));*/
	width: calc(100% - ((-80 / 1120 * 100%) + 80px));
}
@media print,screen and (max-width: 1099px) {
	.message_contents {
		width: calc(100% - ((507 / 1120 * 100%) + 40px));
	}
}
@media print,screen and (max-width: 767px) {
	.message_contents {
		width: auto;
		margin: 0 0 20px 0;
	}
}
.message_title {
	color: #00A758;
	font-size: 1.8rem;
	margin: 0 0 .5em 0;
}
@media print,screen and (max-width: 767px) {
	.message_title {
		font-size: calc(18 / 375 * 100vw);
	}
}
.message_copy {
	font-size: 4.0rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 2px;
	margin: 0 0 .5em 0;
}
@media print,screen and (max-width: 1099px) {
	.message_copy {
		font-size: 3.0rem;
	}
}
@media print,screen and (max-width: 767px) {
	.message_copy {
		font-size: calc(24 / 375 * 100vw);
	}
}
.message_text {
	font-size: 1.6rem;
}
@media print,screen and (max-width: 767px) {
	.message_text {
		font-size: calc(14 / 375 * 100vw);
	}
}
.message_img {
	width: calc(507 / 1120 * 100%);
}
@media print,screen and (max-width: 767px) {
	.message_img {
		width: auto;
	}
}

.feature {
	position: relative;
}
.feature_mv {
	text-align: center;
	/* background: url('../img/top/bg_feature.jpg') center center / cover no-repeat; */
	padding: 80px 0 0px;
	color: #333;
}
.feature .layer.gray {
	width: calc(640 / 1440 * 1.414 * 100vw);
	height: calc(640 / 1440 * 1.414 * 100vw);
	top: calc(-640 / 1440 * 1.414 * 100vw / 2);
	left: calc(-640 / 1440 * 1.414 * 100vw / 2);
}
@media print,screen and (max-width: 767px) {
	.feature_mv {
		padding: 40px 0 60px;
	}
}
.feature_mv_title {
	/* color: #fff; */
	font-size: 4.8rem;
	line-height: 1.4;
	margin: 0 0 .5em 0;
}
@media print,screen and (max-width: 767px) {
	.feature_mv_title {
		font-size: 3.6rem;
	}
}
.feature_mv_copy {
	/* color: #fff; */
	font-size: 3.4rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 2px;
	margin: 0 0 .25em 0;
}
@media print,screen and (max-width: 767px) {
	.feature_mv_copy {
		font-size: calc(24 / 375 * 100vw);
	}
}
.feature_mv_text {
	/* color: #fff; */
	font-size: 1.6rem;
	letter-spacing: 1px;
	margin: 0 0 2em 0;
	text-align: left;
}

.field_text{
	text-align: left;
}

@media print,screen and (max-width: 767px) {
	.feature_mv_text {
		font-size: calc(14 / 375 * 100vw);
	}
}
.feature_mv_list {
	margin: 0 0 55px 0;
	display: flex;
	justify-content: space-between;
}
@media print,screen and (max-width: 767px) {
	.feature_mv_list {
		margin: 0 0 40px 0;
	}
}
.feature_mv_list_item {
	color: #00A758;
	text-align: center;
	width: calc((100% - 40px) / 3);
	background: rgba(255, 255, 255, 0.9);
	padding: 30px 0;
}
@media print,screen and (max-width: 767px) {
	.feature_mv_list_item {
		width: calc((100% - 20px) / 3);
	}
	.feature_mv_list_item:last-child {
		padding: 20px 0;
	}
}
.feature_mv_list_item_title {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
}
@media print,screen and (max-width: 767px) {
	.feature_mv_list_item_title {
		font-size: 1.4rem;
		line-height: 1.4;
		margin: 0 0 9px 0;
	}
	.feature_mv_list_item:last-child .feature_mv_list_item_title {
		margin: 0;
	}
}
.feature_mv_list_item_text {
	font-size: 4.0rem;
	font-weight: bold;
	line-height: 1.4;
}
@media print,screen and (max-width: 767px) {
	.feature_mv_list_item_text {
		font-size: calc(24 / 375 * 100vw);
	}
}
.feature_mv_list_item_text strong {
	font-size: 6.0rem;
}
@media print,screen and (max-width: 767px) {
	.feature_mv_list_item_text strong {
		font-size: calc(36 / 375 * 100vw);
	}
}

.modal {
	display: none;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.75);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999;
	overflow-y: scroll;
}
.modal_in {
	padding: 80px 0;
	position: relative;
}
@media print,screen and (max-width: 767px) {
	.modal_in {
		padding: 40px 0;
	}
}
.modal_layer:nth-of-type(1),
.modal_layer:nth-of-type(3) {
	content: "";
	width: 100%;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
@media print,screen and (max-width: 767px) {
	.modal_layer:nth-of-type(1),
	.modal_layer:nth-of-type(3) {
		height: 40px;
	}
}
.modal_layer:nth-of-type(3) {
	top: auto;
	bottom: 0;
}
.modal_layer:nth-of-type(2),
.modal_layer:nth-of-type(4) {
	content: "";
	width: calc((100vw - 960px) / 2);
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
@media print,screen and (max-width: 999px) {
	.modal_layer:nth-of-type(2),
	.modal_layer:nth-of-type(4) {
		width: 20px;
	}
}
@media print,screen and (max-width: 767px) {
	.modal_layer:nth-of-type(2),
	.modal_layer:nth-of-type(4) {
		width: 10px;
	}
}
.modal_layer:nth-of-type(4) {
	right: auto;
	left: 0;
}
.modal_layer:nth-of-type(1)::before,
.modal_layer:nth-of-type(1)::after {
	content: "";
	width: 60px;
	height: 6px;
	background: #fff;
	border-radius: 6px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 40px;
	margin: auto;
	transform: rotate(45deg);
}
@media print,screen and (max-width: 767px) {
	.modal_layer:nth-of-type(1)::before,
	.modal_layer:nth-of-type(1)::after {
		width: 40px;
		height: 4px;
		right: 6px;
	}
}
.modal_layer:nth-of-type(1)::after {
	transform: rotate(-45deg);
}
.modal_section {
	margin: 0 0 60px 0;
}
@media print,screen and (max-width: 767px) {
	.modal_section {
		margin: 0 0 30px 0;
	}
}
.modal_section:last-of-type {
	margin: 0;
}
.modal_title {
	color: #fff;
	font-size: 2.0rem;
	text-align: center;
	line-height: 1.6;
	background: #00A758;
	padding: .5em 0;
}
@media print,screen and (max-width: 767px) {
	.modal_title {
		font-size: 1.8rem;
	}
}
.modal_list {
	background: #fff;
	padding: 60px 80px;
	display: flex;
	flex-wrap: wrap;
}
@media print,screen and (max-width: 1099px) {
	.modal_list {
		padding: 40px;
	}
}
@media print,screen and (max-width: 767px) {
	.modal_list {
		padding: 20px 10px;
	}
}
.modal_list_item {
	width: calc((100% - 80px) / 5);
	margin: 0 20px 35px 0;
}
@media print,screen and (max-width: 767px) {
	.modal_list_item {
		width: calc((100% - 20px) / 3);
		margin: 0 10px 20px 0;
	}
}
.modal_list_item:nth-child(5n) {
	margin: 0 0 35px 0;
}
@media print,screen and (max-width: 767px) {
	.modal_list_item:nth-child(5n) {
		margin: 0 10px 20px 0;
	}
	.modal_list_item:nth-child(3n) {
		margin: 0 0 20px 0;
	}
}
.modal_list_item_img img {
	border: 1px solid #ccc;
}
.modal_list_item_cap {
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.6;
	letter-spacing: -1px;
	margin: .25em 0 0 0;
}
@media print,screen and (max-width: 767px) {
	.modal_list_item_cap {
		font-size: calc(8 / 375 * 100vw);
		letter-spacing: 0;
	}
}

.feature_detail {
	padding: 50px 0 140px;
}
@media print,screen and (max-width: 767px) {
	.feature_detail {
		padding: 60px 0;
	}
}
.feature_detail_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media print,screen and (max-width: 767px) {
	.feature_detail_list {
		display: block;
	}
}
.feature_detail_list_item {
	font-weight: bold;
	width: calc((100% - 20px) / 2);
	background: #fff;
	box-shadow: 0 0 16px #ccc;
	padding: 40px 0;
	margin: 0 0 18px 0;
}
@media print,screen and (max-width: 767px) {
	.feature_detail_list_item {
		width: 300px;
		padding: 20px 0;
		margin: 0 auto 10px;
	}
}
.feature_detail_list_item:nth-child(6) {
	background: url('../img/top/ico_feature02.png') calc((208 / 470 * 100%) + (436 / 940 / 2 * 100%)) 60px / calc(436 / 940 * 100%) no-repeat;
	background: url('../img/top/ico_feature02.png') 208px 60px / calc(436 / 940 * 100%) no-repeat;
	background: url('../img/top/ico_feature02.png') 82% 60px / calc(436 / 940 * 100%) no-repeat;
}
.feature_detail_title {
	font-size: 2.4rem;
	line-height: 1.4;
	text-align: center;
}

.feature_detail_list_item.ifa{
	padding-top: 20px;
}

.feature_detail_list_item.ifa .feature_detail_title span{
	color: #00a758;
}


@media print,screen and (max-width: 767px) {
	.feature_detail_title {
		font-size: 2.0rem;
	}
}
.feature_detail_title.small {
	font-size: 2.2rem;
	line-height: 1.6;
}
@media print,screen and (max-width: 767px) {
	.feature_detail_title.small {
		font-size: 1.8rem;
	}
}
.feature_detail_grid {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 生保追加 */
.feature_detail_add_img01 {
	width: calc(707 / 940 * 100%);
	margin: 30px auto 20px;
	text-align: center;
}

/* 旧CSS */
.feature_detail_img01 {
	width: calc(707 / 940 * 100%);
	margin: 30px auto 20px;
}
.feature_detail_img03 {
	width: calc(415 / 940 * 100%);
	margin: 15px auto 20px;
}
.feature_detail_img04 {
	width: calc(724 / 940 * 100%);
	margin: 0 auto 20px;
}
.feature_detail_img05 {
	width: calc(686 / 940 * 100%);
	margin: 25px auto 35px;
}
.feature_detail_img06 {
	width: calc(717 / 940 * 100%);
	margin: 15px auto;
}
.feature_detail_text01 {
	font-size: 2.4rem;
	text-align: center;
	margin: 0 0 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media print,screen and (max-width: 767px) {
	.feature_detail_text01 {
		font-size: 1.4rem;
	}
}
.feature_detail_text01 strong {
	font-size: 2.4rem;
	margin: 0 4px;
}
@media print,screen and (max-width: 767px) {
	.feature_detail_text01 strong {
		font-size: 2.0rem;
	}
}
.feature_detail_text02 {
	font-size: 1.6rem;
	text-align: center;
}
@media print,screen and (max-width: 767px) {
	.feature_detail_text02 {
		font-size: 1.4rem;
	}
}
.feature_detail_text03 {
	font-size: 1.6rem;
	line-height: 1.4;
	margin: 0 15px 0 0;
}
@media print,screen and (max-width: 767px) {
	.feature_detail_text03 {
		font-size: 1.4rem;
	}
}
.feature_detail_text03 span {
	text-align: center;
	line-height: 2.0;
	display: block;
}
.feature_detail_text05 {
	font-size: 1.6rem;
	text-align: center;
}
@media print,screen and (max-width: 767px) {
	.feature_detail_text05 {
		font-size: 1.4rem;
	}
}
.feature_detail_num {
	font-size: 4.0rem;
	text-align: center;
	line-height: 1.1;
}
@media print,screen and (max-width: 767px) {
	.feature_detail_num {
		font-size: 3.0rem;
	}
}
.feature_detail_num.small {
	font-size: 3.6rem;
}
@media print,screen and (max-width: 767px) {
	.feature_detail_num.small {
		font-size: 3.0rem;
	}
}
.feature_detail_num strong {
	color: #00A758;
	font-size: 7.4rem;
}
@media print,screen and (max-width: 767px) {
	.feature_detail_num strong {
		font-size: 6.0rem;
	}
}
.feature_detail_num.large strong {
	font-size: 8.6rem;
}
@media print,screen and (max-width: 767px) {
	.feature_detail_num.large strong {
		font-size: 6.0rem;
	}
}
.feature_detail_num.num02 {
	font-size: 5.4rem;
	text-align: left;
	margin: 30px 0 40px calc(50 / 470 * 100%);
}
@media print,screen and (max-width: 767px) {
	.feature_detail_num.num02 {
		font-size: 4.0rem;
		margin: 20px 0 50px calc(50 / 470 * 100%);
	}
}
.feature_detail_num.num02 strong {
	font-size: 10.0rem;
}
@media print,screen and (max-width: 767px) {
	.feature_detail_num.num02 strong {
		font-size: 8.0rem;
	}
}
.feature_detail_caution {
	font-size: 1.6rem;
	text-align: right;
}
@media print,screen and (max-width: 767px) {
	.feature_detail_caution {
		font-size: 1.2rem;
		text-align: right;
	}
}

.cv .layer.green {
	width: calc(1.414 * 50vw);
	height: calc(1.414 * 50vw);
	top: 0;
	right: calc(1.414 * -50vw / 2);
	bottom: 0;
	margin: auto;
	z-index: -1;
}

.interview {
	padding: 80px 0 0 0;
	position: relative;
}
@media print,screen and (max-width: 767px) {
	.interview {
		padding: 60px 0 0 0;
	}
}
.interview .layer.green {
	width: calc(1.414 * 65vw);
	height: calc(1.414 * 65vw);
	top: 40%;
	left: calc(1.414 * -65vw / 2);
	z-index: -1;
}
.interview_section {
	margin: 0 0 70px 0;
	position: relative;
}
@media print,screen and (max-width: 767px) {
	.interview_section {
		margin: 0 0 40px 0;
	}
}
.interview_section:last-of-type {
	margin: 0;
}
.interview_hdg {
	padding: 0 0 40px 0;
	margin: 0 0 80px 0;
	display: flex;
	align-items: center;
	position: relative;
}
@media print,screen and (max-width: 767px) {
	.interview_hdg {
		padding: 0 0 20px 0;
		margin: 0 0 40px 0;
		display: block;
	}
}
.interview_section:nth-of-type(even) .interview_hdg {
	flex-direction: row-reverse;
}
.interview_hdg::before {
	content: "";
	width: calc(100% - 160px);
	height: calc(100% - 40px);
	background: #f5f5f5;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}
@media print,screen and (max-width: 767px) {
	.interview_hdg::before {
		width: calc(100% - 20px);
		height: calc(100% - 20px);
	}
}
.interview_section:nth-of-type(even) .interview_hdg::before {
	right: auto;
	left: 0;
}
.interview_hdg_img {
	width: calc(800 / 1440 * 100%);
}
@media print,screen and (max-width: 767px) {
	.interview_hdg_img {
		width: calc(100% - 20px);
		margin: 0 0 20px 0;
	}
	.interview_section:nth-of-type(even) .interview_hdg_img {
		transform: translate(20px, 0);
	}
}
.interview_hdg_img img {
	box-shadow: 0 0 16px #ccc;
}
.interview_hdg_contents {
	font-weight: bold;
	width: calc(100% - (800 / 1440 * 100%));
	box-sizing: border-box;
	padding: 40px calc(40 / 1440 * 100vw) 0 calc(80 / 1440 * 100vw);
	padding-right: 0;
}
@media print,screen and (max-width: 767px) {
	.interview_hdg_contents {
		width: auto;
		padding: 0 0 0 40px;
	}
	.interview_section:nth-of-type(even) .interview_hdg_contents {
		padding: 0 0 0 20px;
	}
}
.interview_hdg_position {
	color: #333;
	font-size: 1.6rem;
	line-height: 1.6;
	margin: 0.5em 0 0;
}
.interview_hdg_career {
	color: #00A758;
	font-size: 2rem;
	line-height: 1.6;
	margin: 0 0 .5em 0;
}
.interview_btn_next{
	text-align: center;
	background: linear-gradient(to right, #00aa59, #93bf00);
	border-radius: 16px 0 0 16px;
	padding: 15px 40px;
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 2.6rem;
	line-height: 1;
	position: absolute;
	right: 0;
	bottom: -10px;
}

@media print,screen and (max-width: 767px) {
	.interview_btn_next{
		font-size: 2rem;
		padding: 12px 25px;
	}

	.interview_hdg_career {
		font-size: 1.2rem;
	}
}
.interview_hdg_name {
	font-size: 4rem;
	line-height: 1.6;
	margin: 0;
	display: flex;
	align-items: center;
	background: #0B863D;
	display: block;
	color: #fff;
	padding: 5px 20px;
}
.interview_hdg_kana {
	font-size: 2.4rem;
	line-height: 1.6;
	background: #333;
	display: inline-block;
	color: #fff;
	padding: 5px 20px;
}

@media print,screen and (max-width: 767px) {
	.interview_hdg_name {
		font-size: 3rem;
	}
	.interview_hdg_kana {
		font-size: 1.8rem;
	}
}
.interview_hdg_name span {
	font-size: 1.4rem;
	margin: 0 0 0 2em;
}
@media print,screen and (max-width: 767px) {
	.interview_hdg_name span {
		font-size: calc(12 / 375 * 100vw);
		margin: 0 0 0 1em;
	}
}
.interview_hdg_copy {
	font-size: calc(32 / 1440 * 100vw);
	line-height: 1.6;
	margin: 1em 0;
}
@media print,screen and (max-width: 767px) {
	.interview_hdg_copy {
		font-size: calc(20 / 375 * 100vw);
	}
}
/* .interview_hdg_copy span {
	position: relative;
}
.interview_hdg_copy span::after {
	content: "";
	width: 100%;
	height: 4px;
	background: #222;
	position: absolute;
	bottom: -.5em;
	left: 0;
} */

/* インタビューメンバー */
.interview_member{
	display: flex;
	justify-content: left;
	padding: 0 0 50px;
	margin-bottom: 50px;
}

.interview_member .interview_list_item{
	background: #F5F5F5;
	width: 400px;
	margin-right: 30px;
	padding: 20px;	
}

@media print,screen and (max-width: 767px) {
	.interview_member .interview_list_item{
		width: 100%;
		margin-right: 0;
	}
}

.interview_member .interview_item_in{
	position: relative;
	display: flex;
	justify-content: right;
	width: 100%;
}

.interview_member .interview_list_item .interview_hdg_img{	
	width: 240px;
	height: 240px;
	overflow: hidden;
}

.interview_member .interview_list_item .interview_hdg_img img{
	width: 100%;
	height: auto;
}	

.interview_member .interview_list_item dl{
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.interview_member .interview_list_item dl dt h3{
	font-size: 3.2rem;
	line-height: 1.6;
	margin: 0;
	background: #0B863D;
	display: inline-block;
	color: #fff;
	padding: 0px 15px;
}

.interview_member .interview_list_item dl dt span{
	font-size: 1.8rem;
	line-height: 1.6;
	background: #333;
	display: inline-block;
	color: #fff;
	padding: 5px 10px;
}

.interview_member  .interview_list_item dl dd{
	font-size: 1.6rem;
	margin: 10px 0;
	background: #fff;
	display: inline-block;
	padding: 5px 10px;
	font-weight: bold;
}


/* .interview_list_item {
	background: #fff;
	box-shadow: 0 0 16px #999;
	padding: 30px 80px 40px;
	margin: 0 0 40px 0;
} */
@media print,screen and (max-width: 767px) {
	.interview_list_item {
		padding: 20px;
		margin: 0 0 20px 0;
	}
}
.interview_list_item:last-child {
	margin: 0;
}
.interview_list_item_title {
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.6;
	padding: 0 0 0 2em;
	margin: 0 0 1em 0;
	position: relative;
}
@media print,screen and (max-width: 767px) {
	.interview_list_item_title {
		font-size: 1.6rem;
		margin: 0 0 .5em 0;
	}
}
.interview_list_item_title::before {
	content: "";
	width: 10px;
	height: calc(100% - .5em);
	background: #00A758;
	transform: skewX(-45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: .5em;
	margin: auto;
}
@media print,screen and (max-width: 767px) {
	.interview_list_item_title::before {
		width: 6px;
		height: 18px;
	}
}
.interview_list_item_text {
	font-size: 1.6rem;
}
@media print,screen and (max-width: 767px) {
	.interview_list_item_text {
		font-size: 1.4rem;
	}
}

.bg {
	position: relative;
}
.bg > .layer.gray {
	width: calc(1.414 * 100vw);
	height: calc(1.414 * 100vw);
	top: calc(1.414 * 50vw / 2);
	right: calc(1.414 * -100vw / 2);
	z-index: -1;
}
@media print,screen and (max-width: 767px) {
	.bg > .layer.gray {
		width: calc(1.414 * 300vw);
		height: calc(1.414 * 300vw);
		top: calc(1.414 * 150vw / 2);
		right: calc(1.414 * -300vw / 2);
	}
}

.field {
	/* padding: 240px 0 0 0; */
	/* margin: -140px 0 0 0; */
	padding: 100px 0 0;
	position: relative;
	overflow: hidden;
}
@media print,screen and (max-width: 767px) {
	.field {
		padding: 100px 0 0 0;
		margin: -40px 0 0 0;
	}
}
.field .layer.green {
	width: calc(1.414 * 50vw);
	height: calc(1.414 * 50vw);
	top: calc(1.414 * -50vw / 2);
	left: calc(1.414 * -50vw / 2);
	z-index: -1;
}
@media print,screen and (max-width: 767px) {
	.field .layer.green {
		width: calc(1.414 * 60vw);
		height: calc(1.414 * 60vw);
		top: calc(1.414 * -60vw / 2);
		left: calc(1.414 * -60vw / 2);
	}
}
.field_section {
	padding: 0 0 40px 0;
	margin: 0 0 40px 0;
	display: flex;
	align-items: center;
	position: relative;
}
@media print,screen and (max-width: 767px) {
	.field_section {
		padding: 0 0 20px 0;
		margin: 0 0 40px 0;
		display: block;
	}
}
.field_section:last-of-type {
	margin: 0;
}
.field_section:nth-of-type(even) {
	flex-direction: row-reverse;
}
.field_section::before {
	content: "";
	width: 100%;
	height: calc(100% - 40px);
	background: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}
@media print,screen and (max-width: 767px) {
	.field_section::before {
		height: calc(100% - 20px);
	}
}
.field_section:nth-of-type(even)::before {
	right: auto;
	left: 0;
}
.field_img {
	width: calc(740 / 1440 * 100%);
	box-shadow: 0 0 16px #ccc;
}
@media print,screen and (max-width: 767px) {
	.field_img {
		width: calc(100% - 20px);
		margin: 0 0 20px 0;
	}
}
.field_contents {
	width: calc(100% - (740 / 1440 * 100%));
	box-sizing: border-box;
	padding: 60px calc(80 / 1440 * 100vw) 0;
}
@media print,screen and (max-width: 767px) {
	.field_contents {
		width: auto;
		padding: 0 20px;
	}
}
.field_copy {
	font-size: calc(24 / 1440 * 100vw);
	font-weight: bold;
	line-height: 2.0;
	margin: 0 0 1em 0;
}
@media print,screen and (max-width: 767px) {
	.field_copy {
		font-size: calc(16 / 375 * 100vw);
	}
}
.field_copy span {
	position: relative;
}
.field_copy span::after {
	content: "";
	width: 100%;
	height: 4px;
	background: #222;
	position: absolute;
	bottom: -.5em;
	left: 0;
}
.field_text {
	font-size: 1.6rem;
}
@media print,screen and (max-width: 767px) {
	.field_text {
		font-size: calc(14 / 375 * 100vw);
	}
}

.office {
	padding: 80px 0 0px;
}

.office .layer.gray {
	width: calc(1.414 * 50vw);
	height: calc(1.414 * 50vw);
	bottom: calc(1.414 * -50vw / 3);
	left: calc(1.414 * -50vw / 2);
	z-index: -1;
}
@media print,screen and (max-width: 767px) {
	.office {
		padding: 60px 0;
	}
}
/* .office_list {
	max-width: 1080px;
	padding: 0 10px;
	margin: 0 auto;
} */


.office_list {
	/* margin: -40px 0 0 0; */
	/* display: flex;
	justify-content: left;
	flex-wrap: wrap; */
	background: url(../img/top/bg_office.png) no-repeat left top 50px;
	background-size: 100% auto;
	width: 1080px;
	height: 1180px;
	margin: 50px auto 0;
	padding-bottom: 100px;
	padding-top: 100px;
	border-top: 4px solid #f5f5f5;
	display: grid;
	gap: 20px;
	grid-template-columns: 250px 250px 250px 250px;
	grid-template-rows: 230px 230px 230px 230px;
}
.office_list .slick-track {
	padding: 80px 0;
}
.office_list_item {
	padding: 0 10px;
	width: 100%;
}

.office_list_sp{
	display: none !important;
}

@media print,screen and (max-width: 767px) {
	.office_list{
		display: none;
		background: url(../img/top/bg_office.png) no-repeat left bottom 0px;
		background-size: auto 100%;
	}
	.office_list_sp {
		display: block !important;
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
		border: none;
	}
}

/* 支店 */
.office-title{
  grid-column-start: 1;
  grid-column-end: span 2;
  grid-row-start: 1;
  grid-row-end: 1;
	text-align: center;
	padding-top: 10px;
}

.office-title .c_hdg_title{
	display: inline-block;
}

.office-title .c_hdg_title::after {
	content: "";
	width: 100%;
	height: 4px;
	background: #222;
	position: absolute;
	bottom: 0em;
	left: 0;
}

.office-title .c_hdg_copy{
	font-size: 2.4rem;
}

.office-tokyo{
  grid-column-start: 4;
  grid-column-end: 4;
  grid-row-start: 3;
  grid-row-end: 3;
}

.office-tokyo2{
  grid-column-start: 4;
  grid-column-end: 4;
  grid-row-start: 4;
  grid-row-end: 4;
}

.office-sendai{
  grid-column-start: 4;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 2;
}

.office-osaka{
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 2;
}

.office-sapporo{
  grid-column-start: 4;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 1;
}

.office-fukuoka{
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 3;
  grid-row-end: 3;
}

.office-nagoya{
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 2;
  grid-row-end: 2;
}

.office-yokohama{
  grid-column-start: 3;
  grid-column-end: 3;
  grid-row-start: 4;
  grid-row-end: 4;
}


.office_list_item_in {
	background: #fff;
	box-shadow: 0 0 16px #999;
	/* display: flex; */
}
@media print,screen and (max-width: 767px) {
	.office_list_item_in {
		display: block;
	}
}
.office_list_item_img {
	width: 100%;
	height: 150px;
	overflow: hidden;
}
@media print,screen and (max-width: 767px) {
	.office_list_item_img {
		width: auto;
	}
}
.office_list_item_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit: center; object-position: center;'
}
.office_list_item_contents {
	box-sizing: border-box;
	padding: 10px;
	position: relative;
	display: flex;
	justify-content: left;
	align-items: center;
	height: 50px;
}
@media print,screen and (max-width: 767px) {
	.office_list_item_contents {
		width: auto;
		padding: 10px;
		height: 60px;
	}
}
.office_list_item_area {
	font-size: 1.8rem;
	margin: 0 0 1em 0;
	position: absolute;
	line-height: 1;
	left: 0;
	top: -28px;
}
@media print,screen and (max-width: 767px) {
	.office_list_item_area {
		font-size: calc(14 / 375 * 100vw);
	}
}
.office_list_item_area span {
	color: #fff;
	background: #222;
	padding: 10px 15px;
}
.office_list_item_title {
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: bold;
	margin: 0 0 0em 0;
}
@media print,screen and (max-width: 767px) {
	.office_list_item_title {
		font-size: 1.4rem;
	}
}
.office_list_item_text {
	font-size: calc(16 / 1440 * 100vw);
	font-size: 1.2rem;
}
@media print,screen and (max-width: 767px) {
	.office_list_item_text {
		font-size: calc(14 / 375 * 100vw);
	}
}

.office_detail{
	width: 1080px;
	margin: 0 auto;
	padding: 20px;
	position: relative;
	margin-bottom: 100px;
}

.office_detail dl{
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	margin-bottom: 5px;
	padding: 10px 20px;
	/* border-bottom: 1px dotted #333; */
	font-size: 1.5rem;
}

.office_detail dl:nth-child(odd){
	background: #f5f5f5;
}

.office_detail dl dt{
	font-weight: bold;
	width: 150px;
	margin-right: 20px;
	padding-left: 30px;
	position: relative;
}

.office_detail dl dt:before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 22px;
	background: url(../img/top/icon_pin.png) no-repeat left top;
	background-size:auto 22px;
	position: absolute;
	top: 0;
	left: 0;
}

.office_detail dl dd{
	/* width: 100%; */
}

@media print,screen and (max-width: 767px) {
	.office_detail{
		width: 100%;
		margin: 50px auto;
		box-sizing: border-box;
		padding: 0;
	}

	.office_detail dl{
		display: block;
		margin-bottom: 5px;
		padding: 10px 20px;
		font-size: 1.3rem;
	}

	.office_detail dl dt{
		font-weight: bold;
		width: 100%;
		margin-right: 0px;
		padding-left: 25px;
		position: relative;
		font-size: 1.5rem;
	}
}



.event {
	padding: 20px 0 160px;
	position: relative;
}
@media print,screen and (max-width: 767px) {
	.event {
		padding: 20px 0 80px;
	}
}
.event .layer.green {
	width: calc(495 / 1440 * 1.414 * 100vw);
	height: calc(495 / 1440 * 1.414 * 100vw);
	top: calc(-495 / 1440 * 1.414 * 100vw / 2);
	right: calc(-495 / 1440 * 1.414 * 100vw / 2);
	z-index: -1;
}
.event .layer.gray {
	width: calc(1.414 * 50vw);
	height: calc(1.414 * 50vw);
	bottom: calc(1.414 * -50vw / 2);
	left: calc(1.414 * -50vw / 2);
	z-index: -1;
}
@media print,screen and (max-width: 767px) {
	.event .layer.gray {
		width: calc(1.414 * 75vw);
		height: calc(1.414 * 75vw);
		bottom: calc(1.414 * -75vw / 2);
		left: calc(1.414 * -75vw / 2);
	}
}

/****	---- 02. post ----
===================================****/
.post_container {
	display: flex;
	justify-content: space-between;
}
@media print,screen and (max-width: 767px) {
	.post_container {
		display: block;
	}
}
.post_article {
	width: calc(100% - 315px);
}
@media print,screen and (max-width: 1099px) {
	.post_article {
		width: calc(100% - 240px);
	}
}
@media print,screen and (max-width: 767px) {
	.post_article {
		width: auto;
		margin: 0 0 40px 0;
	}
}
.post_aside {
	width: 265px;
}
@media print,screen and (max-width: 1099px) {
	.post_aside {
		width: 220px;
	}
}
@media print,screen and (max-width: 767px) {
	.post_aside {
		width: auto;
	}
}
.post_aside_title {
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.6;
	background: #00A758;
	padding: .5em 1.5em;
	display: block;
}
@media print,screen and (max-width: 1099px) {
	.post_aside_title {
		font-size: 1.4rem;
	}
}
/* .post_aside_title a span {
	color: #fff;
	background: url('../img/common/ico_mail.png') left center / 20px no-repeat;
	padding: 0 0 0 28px;
} */
.post_aside_list li a {
	color: #00A758;
	font-size: 1.6rem;
	background: #f8f8f8;
	padding: .5em 0 .5em 50px;
	display: block;
	position: relative;
}
@media print,screen and (max-width: 767px) {
	.post_aside_list li a {
		font-size: 1.4rem;
	}
}
.post_aside_list li:nth-child(even) a {
	background: #eee;
}
.post_aside_list li a::before {
	content: "";
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left: 6px solid #00A758;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 28px;
	margin: auto;
}
.post_list {
	margin: 0 0 80px 0;
}
@media print,screen and (max-width: 767px) {
	.post_list {
		margin: 0 0 40px 0;
	}
}
.post_list_item {
	border-top: 2px dotted #222;
}
.post_list_item:last-child {
	border-bottom: 2px dotted #222;
}
.post_list_item a {
	padding: 20px;
	display: block;
}
@media print,screen and (max-width: 767px) {
	.post_list_item a {
		padding: 20px 0;
	}
}
.post_list_item_hdg {
	margin: 0 0 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.post_list_item_area {
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	width: 56px;
}
@media print,screen and (max-width: 767px) {
	.post_list_item_area {
		font-size: 1.2rem;
		width: 48px;
	}
}
.post_list_item_area.tokyo {
	background: #1f56ab;
}
.post_list_item_area.osaka {
	background: #cbae54;
}
.post_list_item_area.fukuoka {
	background: #55a3a3;
}
.post_list_item_title {
	font-size: 2.0rem;
	line-height: 1.6;
	width: calc(100% - 74px);
}
@media print,screen and (max-width: 767px) {
	.post_list_item_title {
		font-size: 1.6rem;
		width: calc(100% - 66px);
	}
}
.post_list_item_table {
	border-collapse: collapse;
}
.post_list_item_table th,
.post_list_item_table td {
	font-size: 1.6rem;
	vertical-align: top;
	line-height: 1.6;
	padding: .25em 0 .25em 1em;
}
@media print,screen and (max-width: 767px) {
	.post_list_item_table th,
	.post_list_item_table td {
		font-size: 1.4rem;
	}
}
.post_list_item_table.post th,
.post_list_item_table.post td {
	padding: .5em 0 .5em 1.5em;
}
@media print,screen and (max-width: 767px) {
	.post_list_item_table.post th,
	.post_list_item_table.post td {
		padding: .5em 0 .5em 1em;
	}
}
.post_list_item_table th {
	font-weight: bold;
	text-align: center;
	padding: .25em 0;
}
.post_list_item_table.post th {
	width: 4em;
	padding: .5em 0;
}
/* @media print,screen and (max-width: 767px) {
	.post_list_item_table.post th {
		width: 60px;
	}
} */
.post_section {
	padding: 0 0 50px 0;
}
@media print,screen and (max-width: 767px) {
	.post_section {
		padding: 0 0 40px 0;
	}
}
.post_section:last-of-type {
	border-top: 4px solid #00A758;
	padding: 20px 0 80px;
}
@media print,screen and (max-width: 767px) {
	.post_section:last-of-type {
		border-top: 2px solid #00A758;
		padding: 15px 0 30px;
	}
}
.post_title {
	color: #00A758;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.6;
	border-bottom: 2px dotted #222;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}
@media print,screen and (max-width: 767px) {
	.post_title {
		font-size: 1.8rem;
		padding: 0 0 15px 0;
		margin: 0 0 15px 0;
	}
}
.post_contents p {
	font-size: 1.6rem;
	margin: 0 0 1em 0;
}
@media print,screen and (max-width: 767px) {
	.post_contents p {
		font-size: 1.4rem;
	}
}
.post_contents img {
	height: auto;
}
.post_eyecatch {
	text-align: center;
	margin: 20px 0 0 0;
}
.post_map {
	margin: 40px 0 0 0;
}
@media print,screen and (max-width: 767px) {
	.post_map {
		margin: 20px 0 0 0;
	}
}
.post_map iframe {
	width: 100%;
	height: 300px;
}
@media print,screen and (max-width: 767px) {
	.post_map iframe {
		height: 280px;
	}
}

.seminar_form_policy {
	background: #f2f8f5;
	padding: 30px;
	margin: 0 0 50px 0;
}

@media print, screen and (max-width: 782px) {
	.seminar_form_policy {
		padding: 20px;
		margin: 0 0 40px 0;
	}
}

.seminar_form_policy_title {
	font-size: 16px;
	text-align: center;
	margin: 0 0 1em 0;
}

.seminar_form_policy_text {
	font-size: 14px;
	margin: 0 0 1em 0;
}

.seminar_form_policy_list_item {
	list-style: none;
	font-size: 14px;
	text-indent: -1.5em;
	padding: 0 0 0 1.5em;
	margin: 0 0 0.25em 0;
}

.seminar_form_policy_sup {
	font-size: 12px;
	margin: 2em 0 0 0;
}

.seminar_form_policy_sup a {
	color: #00693c;
}

.seminar_form_external {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #fff;
	font-size: 24px;
	width: 395px;
	height: 84px;
	/* background: #f86808 url('../img/submit.png') center center / 365px no-repeat; */
	background: #f86808;
	border: none;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0 auto;
	display: block;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

@media print, screen and (max-width: 767px) {
	.seminar_form_external {
		font-size: 20px;
		width: 100%;
		height: 70px;
		/* background: #f86808 url('../img/submit.png') center center / 90% no-repeat; */
	}
}

.seminar_form_external {
	margin: 40px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.seminar_form_external:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.7;
}

.wp-pagenavi-wrap {
	text-align: center;
	margin: 40px 0 0 0;
}
.wp-pagenavi a,
.wp-pagenavi span {
	font-size: 1.8rem;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 3px 14px;
	margin: 0 10px 4px 0;
	display: inline-block;
}
@media print,screen and (max-width: 767px) {
	.wp-pagenavi a,
	.wp-pagenavi span {
		font-size: 1.4rem;
		padding: 2px 10px;
		margin: 0 4px 4px 0;
	}
}
.wp-pagenavi span.current {
	color: #fff;
	background: #00A758;
	border: none;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	color: #222;
}

/****	---- end ----
===================================****/



/****	---- top mv ----
===================================****/
@keyframes sk-bounce {
	0%, 100% {
		transform: scale(0);
	} 50% {
		transform: scale(1);
	}
}
@media screen {
	/* loading */
	.mv .spinner {
		position: absolute;
		top: 50vh;
		left: 50%;
		width: 40px;
		height: 40px;
		margin: -20px 0 0 -20px;
		z-index: 10;
	}
	.mv .double-bounce1, .mv .double-bounce2 {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		background-color: #00aa59;
		opacity: 0.3;
		position: absolute;
		top: 0;
		left: 0;
		animation: sk-bounce 2.0s infinite ease-in-out;
	}
	.mv .double-bounce2 {
		-webkit-animation-delay: -1.0s;
		animation-delay: -1.0s;
	}
	.mv .spinner.out {
		transform: scale(0);
		transition: transform 0.8s cubic-bezier(0.36, 0, 0.66, -0.56);
	}

	/* line */
	#mvline {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		height: 100vh;
		pointer-events: none;
		mix-blend-mode: multiply;
		z-index: 6;
	}
	#mvline .line {
		overflow: hidden;
		position: absolute;
		width: 250px;
		height: 250px;
		margin-left: -125px;
		margin-top: -125px;
	}
	#mvline .line > * {
		overflow: hidden;
		position: absolute;
		top: 0;
		right: 0;
		width: 200%;
		height: 1px;
		transform-origin: 100% 0;
		transform: skewY(-45deg) translateX(100%);
		transition: transform 1.1s cubic-bezier(0.33, 1, 0.68, 1);
	}
	#mvline .line > * > * {
		position: relative;
		height: 100px;
		background: linear-gradient(#00aa59, #93bf00);
	}
	#mvline .line.mov > * {
		transform: skewY(-45deg) translateX(-50%);
	}

	/* mv */
	.header.recruit_top .header_navi {
		transform: translateY(-100%);
	}
	.mv_img .layer.green,
	.mv > .layer.green {
		opacity: 0;
	}
	.mv_img .layer.green::after,
	.mv > .layer.green::after {
		content: "";
		position: absolute;
		top: -10px;
		right: -10px;
		left: -10px;
		bottom: -10px;
		background-color: #fff;
		opacity: 1;
	}
	.mv.show .mv_img .layer.green,
	.mv.show > .layer.green {
		transition: opacity 0.5s ease;
		transition-delay: .6s;
		opacity: 1;
	}
	.mv.show .mv_img .layer.green::after,
	.mv.show > .layer.green::after {
		transition: transform 0.4s ease;
		transition-delay: .6s;
		transform: translateY(100%);
	}
	.mv.show > .layer.green {
		transition-delay: .7s;
	}
	.mv.show > .layer.green::after {
		transition-delay: .7s;
		transform: translateY(-100%);
	}

	.mv .text_line {
		position: relative;
		overflow: hidden;
		display: inline-block;
		vertical-align: bottom;
	}
	.mv .text_line::before {
		content: "";
		position: absolute;
		left: 0;
		width: 100%;
		bottom: 10%;
		border-bottom: 2px solid;
		transform: translateX(-100%);
	}
	.mv .text_line > * {
		display: block;
		vertical-align: bottom;
		opacity: 0;
	}
	.mv.show .text_line::before {
		transition: opacity 0.8s 1.1s, transform 0.8s 1.1s;
		transform: translateX(100%);
		opacity: 0;
	}
	.mv.show .text_line > * {
		transition: opacity 0.8s 1.4s;
		opacity: 1;
	}
	.mv.show .mv_copy .text_line::before {
		transition-delay: 1.8s;
	}
	.mv.show .mv_copy .text_line > * {
		transition-delay: 2.1s;
	}
	.mv.show .mv_copy .text_line ~ .text_line::before {
		transition-delay: 2s;
	}
	.mv.show .mv_copy .text_line ~ .text_line > * {
		transition-delay: 2.3s;
	}

	.mv .mv_text {
		opacity: 0;
		transform: translateY(20px);
	}
	.mv.show .mv_text {
		transition: opacity 0.5s 2.8s, transform 0.5s 2.8s;
		opacity: 1;
		transform: translateY(0);
	}
	#mvimg {
		opacity: 0;
	}
	.mv.img_show #mvimg {
		transition: opacity .6s;
		opacity: 1;
	}
	.mv_img .layer.white > div {
		position: absolute;
		left: -50%;
		right: -50%;
		bottom: 99%;
		height: 100vw;
		background-color: #fff;
		pointer-events: none;
		/*transform: translateX(0);*/
	}
	.mv_img .layer.white > div:nth-child(2) {
		bottom: calc(99% + 4vw);
	}
	.mv_img .layer.white > div:nth-child(3) {
		bottom: calc(99% + 8vw);
	}
	.mv_img .layer.white > div:nth-child(4) {
		bottom: calc(99% + 12vw);
	}
	.mv_img .layer.white > div:nth-child(5) {
		bottom: calc(99% + 16vw);
	}
	.mv_img .layer.white > div:nth-child(6) {
		bottom: calc(99% + 20vw);
	}
	.mv_img .layer.white > div:nth-child(7) {
		bottom: calc(99% + 24vw);
	}
	.mv_img .layer.white > div:nth-child(8) {
		bottom: calc(99% + 28vw);
	}
	.mv_img .layer.white > div:nth-child(9) {
		bottom: calc(99% + 32vw);
	}
	.mv_img .layer.white > div:nth-child(10) {
		bottom: calc(99% + 36vw);
	}
	.mv_img .layer.white > div:nth-child(11) {
		bottom: calc(99% + 40vw);
	}
	.mv_img .layer.white > div:nth-child(12) {
		bottom: calc(99% + 44vw);
	}
	.mv_img .layer.white > div:nth-child(13) {
		bottom: calc(99% + 48vw);
	}
	.mv_img .layer.white > div:nth-child(14) {
		bottom: calc(99% + 52vw);
	}
	.mv_img .layer.white > div:nth-child(15) {
		bottom: calc(99% + 56vw);
	}
	.mv_img .layer.white > div:nth-child(16) {
		bottom: calc(99% + 60vw);
	}
	.mv_img .layer.white > div:nth-child(17) {
		bottom: calc(99% + 64vw);
	}
	.mv_img .layer.white > div:nth-child(18) {
		bottom: calc(99% + 68vw);
	}
	.mv_img .layer.white > div:nth-child(19) {
		bottom: calc(99% + 72vw);
	}
	.mv_img .layer.white > div:nth-child(20) {
		bottom: calc(99% + 76vw);
	}
	.mv.img_show .mv_img .layer.white > div {
		transition: opacity .6s, transform .7s;
		opacity: 0;
		/*transform: translateX(100%);*/
	}
	.mv.img_show .mv_img .layer.white > div:nth-child(2n) {
		/*transform: translateX(-100%);*/
	}
	.mv .mv_btn {
		opacity: 0;
	}
	.mv.img_show .mv_btn {
		transition: opacity .6s;
		opacity: 1;
	}

	/* header */
	.header.recruit_top .header_navi {
		transform: translateY(-100%);
	}
	.header.recruit_top.show .header_navi {
		transition: transform .6s;
		transform: translateY(0);
	}
}
@media print,screen and (max-width: 767px) {
	.header.recruit_top .header_navi {
		transform: translateY(0);
	}
	.mv_img .layer.white > div {
		height: 100vh;
	}
	.mv_img .layer.white > div:nth-child(2) {
		bottom: calc(99% + 4vh);
	}
	.mv_img .layer.white > div:nth-child(3) {
		bottom: calc(99% + 8vh);
	}
	.mv_img .layer.white > div:nth-child(4) {
		bottom: calc(99% + 12vh);
	}
	.mv_img .layer.white > div:nth-child(5) {
		bottom: calc(99% + 16vh);
	}
	.mv_img .layer.white > div:nth-child(6) {
		bottom: calc(99% + 20vh);
	}
	.mv_img .layer.white > div:nth-child(7) {
		bottom: calc(99% + 24vh);
	}
	.mv_img .layer.white > div:nth-child(8) {
		bottom: calc(99% + 28vh);
	}
	.mv_img .layer.white > div:nth-child(9) {
		bottom: calc(99% + 32vh);
	}
	.mv_img .layer.white > div:nth-child(10) {
		bottom: calc(99% + 36vh);
	}
	.mv_img .layer.white > div:nth-child(11) {
		bottom: calc(99% + 40vh);
	}
	.mv_img .layer.white > div:nth-child(12) {
		bottom: calc(99% + 44vh);
	}
	.mv_img .layer.white > div:nth-child(13) {
		bottom: calc(99% + 48vh);
	}
	.mv_img .layer.white > div:nth-child(14) {
		bottom: calc(99% + 52vh);
	}
	.mv_img .layer.white > div:nth-child(15) {
		bottom: calc(99% + 56vh);
	}
	.mv_img .layer.white > div:nth-child(16) {
		bottom: calc(99% + 60vh);
	}
	.mv_img .layer.white > div:nth-child(17) {
		bottom: calc(99% + 64vh);
	}
	.mv_img .layer.white > div:nth-child(18) {
		bottom: calc(99% + 68vh);
	}
	.mv_img .layer.white > div:nth-child(19) {
		bottom: calc(99% + 72vh);
	}
	.mv_img .layer.white > div:nth-child(20) {
		bottom: calc(99% + 76vh);
	}
}
