@charset "UTF-8";

/* main
----------------------------------------*/
.main_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	color: #fff;
	font-weight: bold;
	padding-bottom: 69px;
	margin-top: 83px;
	z-index: 10;
}
.main_block figure {
	max-width: 730px;
	width: calc(100% - 550px);
}
.main_block::before {
	content: '';
	display: block;
	background: #6CC6CE;
	position: absolute;
	top: 106px;
	bottom: 0;
	left: 0;
	right: 33.515%;
}
.main_txt {
	width: 550px;
	font-feature-settings: normal;
}
.main_ttl {
	font-size: 6.1rem;
	font-weight: bold;
	color: #6CC6CE;
	letter-spacing: .1em;
	padding: 28px 0 0 9px;
}
.main_division {
	font-size: 2.6rem;
	margin: 73px 0 0 70px;
	letter-spacing: .1em;
}
.main_name {
	font-size: 4.7rem;
	line-height: 1.6;
	margin: 25px 0 0 70px;
	letter-spacing: .1em;
}
.main_name span {
	display: block;
	font-size: 2.8rem;
	letter-spacing: .05em;
}
.main_join {
	font-size: 1.8rem;
	margin: 23px 0 0 70px;
}
.main_join span {
	background: #fff;
	color: #6CC6CE;
	text-align: center;
	display: inline-block;
	width: 167px;
	padding: 5px 5px 4px 7px;
	border-radius: 18px;
	letter-spacing: .12em;
}
.main_block h2 {
	font-size: 4rem;
	line-height: 1.4;
	white-space: nowrap;
	letter-spacing: .1em;
	margin: 72px 0 0 23px;
	padding: 46px 0 0 47px;
}
.main_block h2 .main_brackets {
	margin-left: -.5em;
}
.main_brackets {
	margin-left: -.5em;
}
.main_kerning {
	letter-spacing: 0;
}
.main_block h2::before {
	content: '';
	display: block;
	width: 171px;
	height: 151px;
	border-top: 6px solid #fff;
	border-left: 6px solid #fff;
	opacity: .2;
	position: absolute;
	top: 0;
	left: 0;
}
.main_block h2::after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background: #FFB8B8;
	position: absolute;
	top: 0;
	left: 0;
}
.main_block img {
	display: block;
}

@media only screen and (max-width: 768px) {
	.main_block {
		display: block;
		padding-bottom: 0;
		margin-top: 0;
	}
	.main_block figure {
		width: auto;
		margin: 0 6.666%;
	}
	.main_block::before {
		top: 45px;
		bottom: 60px;
		right: 0;
	}
	.main_txt {
		width: auto;
		text-align: center;
		margin: 0 6.666%;
	}
	.main_ttl {
		font-size: 3rem;
		text-align: center;
		padding: 0;
	}
	.main_division {
		font-size: 1.5rem;
		margin: 30px 0 0;
	}
	.main_name {
		font-size: 2.5rem;
		margin: 10px 0 0;
	}
	.main_name span {
		font-size: 1.5rem;
	}
	.main_join {
		font-size: 1.5rem;
		margin: 15px 0 0;
	}
	.main_join span {
		width: 150px;
	}
	.main_block h2 {
		font-size: 2.5rem;
		margin: 20px 0;
		padding: 25px 0 0 8%;
		text-align: left;
	}
	.main_block h2::before {
		width: 70px;
		height: 70px;
		border-top: 4px solid #fff;
		border-left: 4px solid #fff;
	}
	.main_block h2::after {
		width: 4px;
		height: 4px;
	}
}

@media only screen and (max-width: 375px) {
	.main_block h2 {
		font-size: 6.666vw;
	}
}

/* interview_block
----------------------------------------*/
.interview_block {
	padding: 145px 20px 0;
	font-feature-settings: normal;
}
.main_block + .interview_block::before {
	content: '';
	display: block;
	height: 3789px;
	position: absolute;
	left: 0;
	right: 0;
	top: -760px;
	background: url(../img/member/bg_interview.svg) no-repeat 49.9% top;
}
.interview_block:nth-child(2n+1) {
	padding: 105px 0 0;
}
.interview_block h2 {
	text-align: center;
	font-size: 4.5rem;
	color: #444;
	letter-spacing: .1em;
	margin-bottom: 54px;
}
.interview_block h2.inview,
.interview_txt.inview {
	opacity: 0;
}
.interview_block h2.show,
.interview_txt.show {
	animation-fill-mode: forwards;
	animation-duration: 1000ms;
	animation-name: fadeUp;
}
.interview_block:nth-child(2n+1) h2 {
	margin-bottom: 70px;
}
.interview_inner {
	width: 1140px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.interview_inner figure {
	width: 530px;
}
.interview_inner figure::after,
.interview_inner figure::before {
	content: '';
	display: block;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	position: absolute;
	top: -1px;
	right: -1px;
	left: auto;
	-webkit-transition: width .9s cubic-bezier(.77,0,.175,1);
	transition: width .9s cubic-bezier(.77,0,.175,1);
}
.interview_inner figure::after {
	background-color: rgba(255,255,255,.8);
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	z-index: 1;
}
.interview_inner figure::before {
	background-color: #fff;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
	z-index: 2;
}
.interview_inner figure.show::after,
.interview_inner figure.show::before {
	width: 0;
}
.interview_block:nth-child(2n+1) figure {
	order: 0;
}
.interview_txt {
	width: 550px;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: .05em;
}
.interview_block:nth-child(2n+1) .interview_txt {
	order: 1;
}
.interview_txt p + p {
	margin-top: 29px;
}

@media only screen and (max-width: 768px) {
	.interview_block {
		padding: 50px 6.666% 0;
	}
	.main_block + .interview_block::before {
		height: 1894px;
		top: -150px;
		background-size: auto 1894px;
	}
	.interview_block:nth-child(2n+1) {
		padding: 50px 6.666% 0;
	}
	.interview_block h2 {
		font-size: 2.2rem;
		text-align: left;
		margin-bottom: 30px;
	}
	.interview_block:nth-child(2n+1) h2 {
		margin-bottom: 30px;
	}
	.interview_inner {
		width: auto;
		display: block;
	}
	.interview_inner figure {
		width: auto;
		margin-top: 20px;
	}
	.interview_txt {
		width: auto;
		font-size: 1.4rem;
	}
	.interview_txt p + p {
		margin-top: 20px;
	}
}

/* private_block
----------------------------------------*/
.private_block {
	padding: 177px 20px 247px;
	margin-bottom: 100px;
	font-feature-settings: normal;
}
.private_block::before {
	content: '';
	display: block;
	background: #6CC6CE;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 346px;
}
.private_block::after {
	content: '';
	display: block;
	width: 179px;
	height: 208px;
	background: url(../img/member/bg_private.svg) no-repeat;
	position: absolute;
	left: 50%;
	bottom: 106px;
	margin-left: 528px;
}
.private_inner {
	width: 1130px;
	margin: 0 auto;
	background: #fff;
	border: 5px solid #6CC6CE;
}
.private_inner figure {
	width: 320px;
	position: absolute;
	top: -102px;
	left: -10px;
	box-shadow: 10px 10px 0 rgba(210, 238, 240, .92);
}
.private_inner figure::after,
.private_inner figure::before {
	content: '';
	display: block;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	position: absolute;
	top: -1px;
	right: -1px;
	left: auto;
	-webkit-transition: width .9s cubic-bezier(.77,0,.175,1);
	transition: width .9s cubic-bezier(.77,0,.175,1);
}
.private_inner figure::after {
	background-color: rgba(255,255,255,.8);
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	z-index: 1;
}
.private_inner figure::before {
	background-color: #fff;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
	z-index: 2;
}
.private_inner figure.show::after,
.private_inner figure.show::before {
	width: 0;
}
.private_inner figure img {
	display: block;
}
.private_inner h2 {
	width: 442px;
	background: #fff;
	margin: -42px 0 0 280px;
	font-size: 3rem;
	color: #6CC6CE;
	letter-spacing: .1em;
	z-index: 10;
}
.private_inner h2.inview,
.private_inner.inview {
	opacity: 0;
}
.private_inner h2.show,
.private_inner.show {
	animation-fill-mode: forwards;
	animation-duration: 1000ms;
	animation-name: fadeUp;
}
.private_inner h2 span {
	width: 230px;
	background: #6CC6CE;
	color: #fff;
	text-align: center;
	height: 68px;
	display: inline-block;
	vertical-align: 0;
	line-height: 68px;
	margin-right: 19px;
}
.private_inner h2 span::before {
	content: '';
	display: block;
	width: 150px;
	height: 32px;
	background: url(../img/member/txt_private.svg) no-repeat;
	position: absolute;
	right: -23px;
	top: -25px;
}
.private_inner p {
	font-size: 2rem;
	font-weight: 500;
	margin: 57px 0 87px 383px;
	line-height: 1.6;
	letter-spacing: .05em;
}

@media only screen and (min-width: 769px) {
	.member03 .private_inner {
		width: 845px;
		left: 142.5px;
	}
	.member03 .private_inner h2 {
		margin-left: -5px;
	}
	.member03 .private_inner p {
		margin-left: 100px;
	}
	.member03 .private_inner figure {
		top: 110px;
		left: -290px;
	}
}

@media only screen and (max-width: 768px) {
	.private_block {
		padding: 50px 6.666% 80px;
		margin-bottom: 0;
	}
	.private_block::before {
		height: 500px;
	}
	.private_block::after {
		width: 86px;
		height: 100px;
		background-size: 86px 100px;
		left: auto;
		right: -30px;
		bottom: 20px;
		margin-left: 0;
	}
	.private_inner {
		width: auto;
		border: 3px solid #6CC6CE;
		padding-bottom: 30px;
	}
	.private_inner figure {
		width: auto;
		position: relative;
		top: auto;
		left: auto;
		margin: 0 6.666%;
		box-shadow: 5px 5px 0 rgba(210, 238, 240, .92);
	}
	.private_inner h2 {
		width: auto;
		margin: -25px 5% 0;
		text-align: center;
		font-size: 1.8rem;
	}
	.private_inner h2 span {
		width: 140px;
		height: 45px;
		line-height: 45px;
		margin-right: 10px;
	}
	.private_inner h2 span::before {
		width: 94px;
		height: 20px;
		background-size: 94px 20px;
		right: -13px;
		top: -15px;
	}
	.private_inner p {
		font-size: 1.4rem;
		margin: 20px 6.666%;
	}
}


/* people_block
----------------------------------------*/
.people_block {
	padding: 0 0 40px;
}
.people_block::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 530px;
	background: #E9F7F8;
	bottom: 0;
}
.people_block h2.ttl_h2 {
	margin-bottom: 0;
}
.people_inner {
	max-width: 1120px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	z-index: 100;
}
.people_inner [class*="people_item0"] {
	margin: 0 -30px;
	padding: 0 20px;
	opacity: 0;
	max-width: 430px;
}
.people_inner.show [class*="people_item0"] {
	animation-fill-mode: forwards;
	animation-duration: 1000ms;
	animation-name: fadeUp;
}

.people_inner .people_item02 {
	margin-top: 85px;
}

.people_inner .people_item03 {
	margin-top: 175px;
}

.people_inner [class*="people_item0"] a {
	display: block;
	cursor: pointer;
	height: 45%;
	width: 45%;
	position: absolute;
	transform: skew(-45deg,45deg);
	z-index: 1;
	margin: 0 auto;
	right: 120px;
	top: 115px;
}
.people_inner [class*="people_item0"] a:hover + .img {
	opacity: .6;
}

.people_inner [class*="people_item0"] .img {
	position: relative;
	display: block;
	transition: opacity 300ms;
}
.people_inner [class*="people_item0"] .img .txt_box {
	position: absolute;
	right: 55px;;
	top: 160px;
	color: #ffffff;
	width: 135px;
	letter-spacing: .2em;
}
.people_inner [class*="people_item0"] .img .txt_box .sttl {
	font-size: .9rem;
	border-bottom: 2px solid #FFFFFF;
	padding-bottom: 6px;
}
.people_inner [class*="people_item0"] .img .txt_box h3 {
	font-size: 2.3rem;
}
.people_inner [class*="people_item0"] .img .txt_box .en {
	display: block;
	font-size: .6rem;
}


@media only screen and (max-width: 768px) {
	.people_block {
		padding: 50px 0 115px;
	}
	.people_block::before {
		width: 93.75%;
		height: auto;
		position: absolute;
		top: 75px;
		left: 0;
		bottom: 60px;
	}
	.people_block::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding-top: 195.5%;
		background: url(../img/index/bg_people.svg) no-repeat left top / 100% auto;
	}
	
	.people_block h2.ttl_h2 {
		margin-bottom: 32px;
	}

	.people_inner {
		display: block;
		padding: 0;
		z-index: 10;
	}

	.people_inner .slick-list,
	.people_inner .slick-track {
		overflow: hidden;
	}
	
	.people_item01,
	.people_item02,
	.people_item03 {
		float: left;
	}

	.people_inner [class*="people_item0"] {
		margin: 0;
		padding: 0 9.35vw;
		max-width: inherit;
	}

	.people_inner [class*="people_item0"] a {
		top: calc(70 / 375 * 100vw);
		right: calc(70 / 375 * 100vw);
		width: 50%;
		height: 50%;
	}

	.people_inner [class*="people_item0"] .img .txt_box {
		top: calc(130 / 375 * 100vw);
		width: calc(100 / 375 * 100vw);
		right: calc(47 / 375 * 100vw);
		line-height: 2;
	}
	.people_inner [class*="people_item0"] .img .txt_box .sttl {
		font-size: calc(7 / 375 * 100vw);
		letter-spacing: .1em;
	}

	.people_inner [class*="people_item0"] .img .txt_box h3 {
		font-size: calc(17 / 375 * 100vw);
		letter-spacing: .25em;
	}

	.people_inner [class*="people_item0"] .img .txt_box .en {
		font-size: calc(5 / 375 * 100vw);
		line-height: 1;
		letter-spacing: .06em;
	}

	.people_inner .slick-next,
	.people_inner .slick-prev {
		-webkit-appearance: none;
		appearance: none;
		width: 37px;
		height: 10px;
		position: absolute;
		top: 0;
		right: 6.25%;
		margin-top: 62%;
		overflow: hidden;
		text-indent: -999px;
		border: 0;
		background: url(../img/index/icon_people_arrow.svg) no-repeat left top / 37px auto;
		z-index: 1200;
	}

	.people_inner .slick-prev {
		left: 6.25%;
		right: auto;
		transform: scale(-1, 1);
	}

	.people_inner .slick-next:focus,
	.people_inner .slick-prev:focus {
		outline: none;
	}

	.people_inner .slick-dots {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		margin: 10px 0 0;
	}

	.people_inner .slick-dots li {
		width: 8px;
		height: 8px;
		margin: 0 4px;
	}

	.people_inner .slick-dots li button {
		-webkit-appearance: none;
		appearance: none;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: none;
		border: 1px solid #87C1C7;
		overflow: hidden;
		text-indent: -999px;
	}

	.people_inner .slick-dots li.slick-active button {
		background: #87C1C7;
	}
}