@charset "utf-8";
/* CSS Document */
/*-------------------------------------------------

	COMMON

--------------------------------------------------*/
.blank {padding-top: calc(50px + 50 * ((100vw - 320px) / 1600));}
.wp-pagenavi {display: flex;justify-content: center;margin-bottom: 120px;}
.wp-pagenavi a,
.wp-pagenavi span {
	display: block;
	margin: 2px 5px;
	padding: 6px 10px!important;
	border: solid 2px #685384!important;
	color: #685384;
	line-height: 1;
}
.wp-pagenavi span {background: #685384;color: #fff;}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {border-color: #685384!important;background: #685384;color: #fff;}
.button_box {text-align: center;}
.button_box a.link_button {
    padding: 15px 30px;
    border: 1px solid #685384;
    outline: 1px solid #fff;
    outline-offset: -3px;
    background: #685384;
    color: #fff;
    font-size: calc(13px + 2 * ((100vw - 320px) / 1600));
    text-align: center;
}
.button_box a.link_button:hover {outline-color: #685384;background: #fff;color: #685384;}
@media only screen and ( max-width : 767px ) {
	.wp-pagenavi a,
	.wp-pagenavi span {margin: 0 7px!important;padding: 10px 14px!important;}
}
/*-------------------------------------------------

	MAIN VISUAL

--------------------------------------------------*/
#mv {margin-top: 120px;padding: 20px 20px 0;overflow: hidden;}
.image-crossfader {
	position: relative;
	height: calc(159px + 150 * ((100vw - 320px) / 1600));
	overflow: hidden;
}
.image-crossfader-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
	transform: scale(1.2);
	transition:
	opacity 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955),
	transform 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	background: #fff url(../img/page/mv.jpg) no-repeat center / cover;
}
.image-crossfader-inner.is-visible {opacity: 1;transform: scale(1.0);}
#mv .about {background-image: url("../img/page/about/mv.jpg");}
#mv .works {background-image: url("../img/page/works/mv.jpg");}
#mv .career_path {background-image: url("../img/page/career_path/mv.jpg");}
#mv h1 {
	position: absolute;
	left: 50%;
	bottom: 50%;
	transform: translate(-50%, 50%);
	width: 100%;
	color: #fff;
	font-size: calc(12px + 12 * ((100vw - 320px) / 1600));
	text-align: center;
}
#mv h1 span {
	display: block;
	margin-bottom: .3em;
	font-size: 1.999999em;
	letter-spacing: .2em;
	text-align: center;
}
@media only screen and ( max-width : 767px ) {
	#mv {margin-top: 100px;}
}
/*-------------------------------------------------

	ABOUT

--------------------------------------------------*/
#about .inner {max-width: 1196px;}
#about .flexbox {margin-bottom: calc(60px + 127 * ((100vw - 320px) / 1600));}
#about .flexbox:nth-of-type(1),
#about .flexbox:nth-of-type(4) {flex-direction: row-reverse;}
#about .flexbox:last-child {margin-bottom: 0;}
#about .flexbox .ttlbox {width: 34%;}
#about .flexbox .ttlbox p {
	color: #685384;
	font-size: calc(40px + 74 * ((100vw - 320px) / 1600));
	text-align: center;
}
#about .flexbox .ttlbox h2 {text-align: center;}
#about .flexbox .ttlbox .title_vertical .UpAnime .UpAnime_in {
	font-size: calc(20px + 24 * ((100vw - 320px) / 1600));
	letter-spacing: .2em;
}
#about .flexbox .content {width: 65%;}
#about .flexbox .content figure {margin-bottom: calc(20px + 30 * ((100vw - 320px) / 1600));}
#about .flexbox .content .txt_content p {
	margin-bottom: calc(20px + 10 * ((100vw - 320px) / 1600));
	font-size: calc(14px + 3 * ((100vw - 320px) / 1600));
}
#about .flexbox .content p:last-child {margin-bottom: 0;}
#about .container {
	display: flex;
	margin-bottom: calc(60px + 127 * ((100vw - 320px) / 1600));
	padding: 3em 6em;
	background: #685384;
}
#about .container .content {
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
	width: 50%;
}
#about .container .content h3 {
	margin-bottom: calc(10px + 25 * ((100vw - 320px) / 1600));
	color: #fff;
	letter-spacing: .15em;
}
#about .container .content ul {display: flex;align-items: center;}
#about .container .content ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: calc(55px + 38 * ((100vw - 320px) / 1600));
	height: calc(55px + 38 * ((100vw - 320px) / 1600));
	margin-right: 20px;
	border-radius: 50%;
	background: #fff; 
	color: #685384;
	font-size: calc(11px + 3 * ((100vw - 320px) / 1600));
}
#about .container .content:nth-of-type(2) ul li {margin-right: 63px;}
#about .container .content:nth-of-type(2) ul li:nth-child(2) {
	width: calc(85px + 32 * ((100vw - 320px) / 1600));
	height: calc(85px + 32 * ((100vw - 320px) / 1600));
	background: #EED1D2;
	color: #CE466A;
	font-size: calc(13px + 4 * ((100vw - 320px) / 1600));
}
#about .container .content ul li:last-child,
#about .container .content:nth-of-type(2) ul li:last-child {margin-right: 0;}
#about .container .content ul li::before {
	content: '';
	position: absolute;
	right: -13px;
    width: 13px;
    height: 1px;
    background: #fff;
}
#about .container .content ul li::after {
	content: '';
	position: absolute;
	right: -13px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}
#about .container .content:nth-of-type(2) ul li::before {right: -57px;width: 57px;background: #EED1D2;}
#about .container .content:nth-of-type(2) ul li::after {right: -57px;border-color: #EED1D2;}
#about .container .content ul li:last-child::before,
#about .container .content ul li:last-child::after {display: none;}
#about .container .content ul li span {line-height: 1.4;text-align: center;}
@media only screen and ( max-width : 1024px ) {
	#about .container {padding: 2em 2%;}
}
@media only screen and ( max-width : 767px ) {
	#about .flexbox .content {width: 100%;}
	#about .flexbox .ttlbox {width: 100%;margin-bottom: calc(20px + 10 * ((100vw - 320px) / 1600));}
	#about .container {display: block;}
	#about .container .content {display: block;width: 100%;}
	#about .container .content:nth-of-type(1) {margin-bottom: 40px;}
	#about .container .content h3 {text-align: center;}
	#about .container .content ul {justify-content: center;}
	#about .container .content:nth-of-type(2) ul li {margin-right: 30px;}
	#about .container .content:nth-of-type(2) ul li::before {right: -30px;width: 30px;}
	#about .container .content:nth-of-type(2) ul li::after {right: -30px;}
}
/*-------------------------------------------------

	WORKS

--------------------------------------------------*/
#works .ttlbox {margin-bottom: calc(40px + 80 * ((100vw - 320px) / 1600));}
#works .ttlbox p {line-height: 2.5;text-align: center;}
#works .container {margin-bottom: calc(40px + 120 * ((100vw - 320px) / 1600));}
#works .container:last-child {margin-bottom: 0;}
#works .container .content {position: relative;}
#works .container .content h2 {
	display: flex;
	align-items: flex-end;
	margin: -30px 0 30px 20px;
	color: #685384;
	letter-spacing: .35em;
}
#works .container .content h2 span.nom {
	display: block;
	width: calc(70px + 52 * ((100vw - 320px) / 1600));
	height: calc(70px + 52 * ((100vw - 320px) / 1600));
	margin-right: calc(20px + 13 * ((100vw - 320px) / 1600));
	border: 1px solid #685384;
	background: #fff;
	font-size: calc(40px + 32 * ((100vw - 320px) / 1600));
	line-height: calc(70px + 52 * ((100vw - 320px) / 1600));
	text-align: center;
}
#works .container .content h2 span.txt {
	flex: 1;
	font-size: calc(22px + 15 * ((100vw - 320px) / 1600));
	line-height: 1.5;
}
#works .container .content p {font-size: calc(14px + 3 * ((100vw - 320px) / 1600));}
@media only screen and ( max-width : 767px ) {
	#works .container .content h2 {margin: 20px 10px;}
}
@media only screen and ( max-width : 500px ) {
	#works .ttlbox p {text-align: left;}
}
/*-------------------------------------------------

	TRAINING

--------------------------------------------------*/
#training .ttlbox {
	margin-bottom: calc(40px + 30 * ((100vw - 320px) / 1600));
	text-align: center;
}
#training .ttlbox p {
	margin-bottom: calc(40px + 30 * ((100vw - 320px) / 1600));
	line-height: 2.5;
	text-align: center;
}
#training .ttlbox p span {
	display: block;
	color: #685384;
	line-height: 2.5;
	text-align: center;
}
#training .ttlbox h2 {
	display: inline-block;
	padding: .5em 4em;
	border-radius: 2em;
	background: #685384;
	color: #fff;
	font-size: calc(16px + 7 * ((100vw - 320px) / 1600));
	letter-spacing: .145em;
	text-align: center;
}
#training .container .flexbox {
	margin-bottom: 10px;
	padding: 5%;
	background: #E8E8EE url(../img/page/bg_wht.png) repeat center;
}
#training .container .flexbox:last-child {margin-bottom: 0;}
#training .container .flexbox h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 127px;
	height: 127px;
	border: .5px solid #685384;
	background: #fff;
}
#training .container .flexbox h3 span {
	color: #685384;
	font-size: calc(18px + 8 * ((100vw - 320px) / 1600));
	letter-spacing: .14em;
	text-align: center;
}
#training .container .flexbox ul {flex: 1;margin-left: calc(20px + 22 * ((100vw - 320px) / 1600));}
#training .container .flexbox ul li {font-size: calc(14px + 3 * ((100vw - 320px) / 1600));}
@media only screen and ( max-width : 767px ) {
	#training .container .flexbox h3 {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
		padding: 10px 0;
	}
	#training .container .flexbox ul {flex: initial;margin-left: 0;}
}
@media only screen and ( max-width : 500px ) {
	#training .ttlbox p {text-align: left;}
}
/*-------------------------------------------------

	CAREER PATH

--------------------------------------------------*/
#career_path .inner {max-width: 1418px;}
#career_path .ttlbox {margin-bottom: calc(40px + 30 * ((100vw - 320px) / 1600));}
#career_path .ttlbox p {line-height: 2.5;text-align: center;}
#career_path .overview_container {position: relative;max-width: 1080px;margin: 0 auto;border: 1px solid #C9C9CF;}
#career_path .overview_container::before,
#career_path .overview_container::after {
	content: '';
	position: absolute;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, 0);
}
#career_path .overview_container::before {
	bottom: -257px;
    box-sizing: border-box;
    border-top: 70px solid #F4EDFC;
	border-right: 144px solid transparent;
	border-left: 144px solid transparent;
}
#career_path .overview_container::after {
	bottom: -187px;
	width: 179px;
	height: 187px;
	background: #F4EDFC;
}
#career_path .overview_container .flexbox {align-items: center;padding: 5% 6%;}
#career_path .overview_container .flexbox:nth-of-type(1) {background: #E8E8EE;}
#career_path .overview_container .flexbox:nth-of-type(2) {background: #F4F4F6;}
#career_path .overview_container .flexbox:nth-of-type(3) {background: #fff;}
#career_path .overview_container .flexbox .round_box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(120px + 50 * ((100vw - 320px) / 1600));
	height: calc(120px + 50 * ((100vw - 320px) / 1600));
	border-radius: 50%;
	background: #685384;
}
#career_path .overview_container .flexbox .round_box h3 {
	color: #fff;
	font-size: calc(20px + 12 * ((100vw - 320px) / 1600));
	letter-spacing: .14em;
	text-align: center;
}
#career_path .overview_container .flexbox .round_box h3 span {
	display: block;
	margin-bottom: 10px;
	color: #CBA1BC;
	font-size: calc(12px + 4 * ((100vw - 320px) / 1600));
	letter-spacing: .375;
	text-align: center;
}
#career_path .overview_container .flexbox .content {flex: 1;margin-left: calc(20px + 30 * ((100vw - 320px) / 1600));}
#career_path .overview_container .flexbox .content h3 {
	margin-bottom: calc(15px + 10 * ((100vw - 320px) / 1600));
	color: #685384;
	font-size: calc(18px + 9 * ((100vw - 320px) / 1600));
}
#career_path .overview_container .flexbox .content p.txt {
	margin-bottom: calc(20px + 20 * ((100vw - 320px) / 1600));
	font-size: calc(13px + 2 * ((100vw - 320px) / 1600));
}
#career_path .overview_container .flexbox .content .point_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 3% 4%;
	border: 1px solid #C9C9CF;
}
#career_path .overview_container .flexbox .content .point_box h4 {
	color: #685384;
	font-size: calc(16px + 2 * ((100vw - 320px) / 1600));
	letter-spacing: .14em;
}
#career_path .overview_container .flexbox .content .point_box p {
	flex: 1;
	margin-left: calc(15px + 12 * ((100vw - 320px) / 1600));
	color: #685384;
	font-size: calc(10px + 2 * ((100vw - 320px) / 1600));
}
#career_path .arrow_box {padding: 90px 0 149px;}
#career_path .arrow_box h3 {
	margin-bottom: calc(10px + 5 * ((100vw - 320px) / 1600));
	color: #685384;
	font-size: calc(18px + 9 * ((100vw - 320px) / 1600));
	letter-spacing: .16em;
	text-align: center;
}
#career_path .arrow_box p {font-size: calc(13px + 2 * ((100vw - 320px) / 1600));letter-spacing: .1em;text-align: center;}
#career_path .course_container .course_content {position: relative;width: 49%;border: 1px solid #C9C9CF;}
#career_path .course_container .course_content h3 {
	position: absolute;
	top: -1.2em;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	max-width: calc(220px + 200 * ((100vw - 320px) / 1600));
	margin: 0 auto;
	padding: .5em;
	border-radius: 2em;
	background: #685384;
	color: #fff;
	font-size: calc(14px + 9 * ((100vw - 320px) / 1600));
	letter-spacing: .145em;
	text-align: center;
}
#career_path .course_container .course_content .content {padding: 7% 10px;}
#career_path .course_container .course_content .content p {
	margin-bottom: calc(20px + 13 * ((100vw - 320px) / 1600));
	font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
	text-align: center;
}
#career_path .course_container .course_content .content ul.list1 li {
    margin-bottom: 16px;
	text-align: center;
}
#career_path .course_container .course_content .content ul.list1 li span {
	display: block;
	max-width: 280px;
    margin: 0 auto;
	padding: 18px 0 15px;
    border: 1px solid #685384;
    border-radius: .8em;
    color: #685384;
    letter-spacing: .145em;
    text-align: center;
}
#career_path .course_container .course_content .content ul.list2 li {
	text-align: center;
	line-height: 1;
	margin-bottom: 4px;
}
#career_path .course_container .course_content .content ul.list1 li img,
#career_path .course_container .course_content .content ul.list2 li img  {width: 30px;}
#career_path .course_container .course_content .content ul.list2.list2 {max-width: 290px;margin: 0 auto;}
#career_path .course_container .course_content .content ul.list2 li span {
	display: block;
	max-width: 280px;
    margin: 0 auto;
	padding: 18px 0 15px;
	border: 1px solid #685384;
	border-radius: .8em;
	color: #685384;
	letter-spacing: .145em;
	text-align: center;
}
#career_path .course_container .course_content .content ul.list2 li:last-child {margin-bottom: 0;}
/*#career_path .course_container .course_content .content ul.list2 li::before,
#career_path .course_container .course_content .content ul.list2 li::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}
#career_path .course_container .course_content .content ul.list2 li::before {
	bottom: -26px;
    width: 1px;
    height: 26px;
    background: #685384;
}
#career_path .course_container .course_content .content ul.list2 li::after {
	bottom: -10px;
    width: 5.6px;
    height: 5.6px;
    border-top: 1px solid #685384;
    border-left: 1px solid #685384;
    transform: translate(-50%, 0) rotate(45deg);
}*/
/*#career_path .course_container .course_content .content ul.list2 li:last-child::before,
#career_path .course_container .course_content .content ul.list2 li:last-child::after {display: none;}*/
@media only screen and ( max-width : 767px ) {
	#career_path .overview_container::before {bottom: -222px;}
	#career_path .overview_container::after {bottom: -165px;}
	#career_path .overview_container .flexbox .round_box {margin: 0 auto 20px;}
	#career_path .overview_container .flexbox .content {flex: initial;margin-left: 0;}
	#career_path .arrow_box {padding: 60px 0 120px;}
	#career_path .course_container .course_content {width: 100%;margin-bottom: 50px;}
	#career_path .course_container .course_content:last-child {margin-bottom: 0;}
	#career_path .course_container .course_content .content p {text-align: left;}
}
/*-------------------------------------------------

	CROSS TALK

--------------------------------------------------*/
#crosstalk {padding-top: calc(128px + 100 * ((100vw - 320px) / 1600));}
#crosstalk .inner {max-width: 1297px;}
#crosstalk .mv {
	position: relative;
	margin-bottom: calc(50px + 40 * ((100vw - 320px) / 1600));
}
#crosstalk .mv .title {color: #685384;}
#crosstalk .mv .ttlbox {
	position: absolute;
	top: 15%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, 0);
}
#crosstalk .mv .ttlbox p {
	font-size: calc(10px + 3 * ((100vw - 320px) / 1600));
	text-align: center;
}
#crosstalk .mv .ttlbox h1 {line-height: 2.5;text-align: center;}
#crosstalk .mv .ttlbox h1 span {
	color: #685384;
	font-size: calc(18px + 16 * ((100vw - 320px) / 1600));
	line-height: 1.5;
	letter-spacing: .38em;
	writing-mode: vertical-rl;
}
#crosstalk .mv .flexbox {
	position: relative;
	margin-bottom: calc(20px + 45 * ((100vw - 320px) / 1600));
}
#crosstalk .mv .flexbox .cross {
	position: absolute;
	bottom: 20%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, 0);
	width: 18vw;
}
#crosstalk .mv .flexbox .cross .borderL {transform: rotate(45deg);}
#crosstalk .mv .flexbox .cross .borderR {transform: rotate(-45deg);}
#crosstalk .mv .flexbox .cross .borderL.isActive::before,
#crosstalk .mv .flexbox .cross .borderR.isActive::before {
	content: '';
	position: absolute;
	top: 0;
	width: 0;
	border-bottom: 1px solid #707070;
	animation: border_anim 1.5s linear forwards;
}
#crosstalk .mv .flexbox .cross .borderL.isActive::before {left: 0;}
#crosstalk .mv .flexbox .cross .borderR.isActive::before {right: 0;}
@keyframes border_anim {
  0% {width: 0%;}
  100% {width: 100%;}
}
#crosstalk .mv .flexbox .cross.cross_sp {display: block;}
#crosstalk .mv .flexbox .content {position: relative;width: 45%;}
#crosstalk .mv .flexbox .content figure {overflow: hidden;}
#crosstalk .mv .flexbox .content .txt_content {
	position: absolute;
	bottom: 5%;
	padding: 3% 10%;
	background: rgba(38, 19, 64, 75%);
}
#crosstalk .mv .flexbox .content:nth-of-type(1) .txt_content {right: 0;}
#crosstalk .mv .flexbox .content:nth-of-type(2) .txt_content {left: 0;}
#crosstalk .mv .flexbox .content .txt_content h3 {
	margin-bottom: .5em;
	color: #EED1D2;
	font-size: calc(16px + 5 * ((100vw - 320px) / 1600));
}
#crosstalk .mv .flexbox .content .txt_content p {
	color: #fff;
	font-size: calc(12px + 2 * ((100vw - 320px) / 1600));
}
#crosstalk .mv .comment {max-width: 868px;margin: 0 auto;padding: 0 20px;}
#crosstalk .talk_container .ttlbox {
	margin-bottom: calc(40px + 75 * ((100vw - 320px) / 1600));
	padding: 3% 0;
	background: #E1DAE8 url(../img/page/bg_gray.png) repeat center;
}
#crosstalk .talk_container .ttlbox h2 {
	color: #685384;
	font-size: calc(16px + 18 * ((100vw - 320px) / 1600));
	line-height: 2;
	letter-spacing: .15em;
}
#crosstalk .talk_container .flexbox {
	align-items: flex-start;
	margin-bottom: calc(40px + 80 * ((100vw - 320px) / 1600));
}
#crosstalk .talk_container .flexbox:nth-of-type(odd) {flex-direction: row-reverse;}
#crosstalk .talk_container .flexbox figure {width: 35%;}
#crosstalk .talk_container .flexbox .content {width: 62%;}
#crosstalk .talk_container .content p {
	margin-bottom: calc(20px + 10 * ((100vw - 320px) / 1600));
	font-size: calc(14px + 3 * ((100vw - 320px) / 1600));
}
#crosstalk .talk_container .content p:last-child {margin-bottom: 0;}
#crosstalk .talk_container .container {margin-bottom: calc(40px + 105 * ((100vw - 320px) / 1600));}
#crosstalk .talk_container .container .content {margin-bottom: calc(20px + 20 * ((100vw - 320px) / 1600));}
@media only screen and ( max-width : 1024px ) {
	#crosstalk .mv .ttlbox {position: initial;transform: none;margin-bottom: 20px;}
	#crosstalk .mv .flexbox .cross {bottom: 50%;transform: translate(-50%, 50%);}
	#crosstalk .mv .flexbox .content {
		display: flex;
		flex-wrap: wrap;
		order: 2;
		width: 100%;
	}
	#crosstalk .mv .flexbox .content:nth-of-type(3) {flex-direction: row-reverse;}
	#crosstalk .mv .flexbox .content figure {width: 60%;}
	#crosstalk .mv .flexbox .content .txt_content {position: initial;width: 40%;padding: 3% 4%;}
}
@media only screen and ( max-width : 767px ) {
	#crosstalk .mv .flexbox .content figure {width: 100%;}
	#crosstalk .mv .flexbox .content .txt_content {width: 100%;}
	#crosstalk .talk_container .flexbox figure {width: 100%;margin-bottom: 20px;}
	#crosstalk .talk_container .flexbox .content {width: 100%;}
	#crosstalk .talk_container .container {display: flex;flex-wrap: wrap;flex-direction: column-reverse;}
	#crosstalk .talk_container .container .content {margin-bottom: 0;}
	#crosstalk .talk_container .container figure {margin-bottom: 20px;}
}
/*-------------------------------------------------

	INTERVIEW

--------------------------------------------------*/
#interview {padding-top: calc(128px + 100 * ((100vw - 320px) / 1600));}
#interview .inner {max-width: 1364px;}
#interview .mv {overflow: hidden;}
#interview .mv .title {color: #685384;}
#interview .mv .flexbox .content {position: relative;width: 80%;}
#interview .mv .flexbox .content figure {width: 95%;overflow: hidden;}
#interview .mv .flexbox .content .txt_content {
	position: absolute;
	top: 15%;
	right: 0;
	padding: 2% 3%;
	width: 50%;
	background: rgba(38, 19, 64, 75%);
}
#interview .mv .flexbox .content .txt_content h3 {
	margin-bottom: calc(10px + 10 * ((100vw - 320px) / 1600));
	color: #EED1D2;
	font-size: calc(18px + 5 * ((100vw - 320px) / 1600));
}
#interview .mv .flexbox .content .txt_content p {
	color: #fff;
	font-size: calc(12px + 2 * ((100vw - 320px) / 1600));
}
#interview .mv .flexbox .content .txt_content p span {
	display: block;
	margin-bottom: calc(10px + 10 * ((100vw - 320px) / 1600));
	font-size: calc(10px + 3 * ((100vw - 320px) / 1600));
	letter-spacing: .2em;
}
#interview .mv .flexbox .title_vertical {width: 20%;}
#interview .mv .flexbox .title_vertical .UpAnime .UpAnime_in {
	flex: 1;
	color: #685384;
	font-size: calc(18px + 16 * ((100vw - 320px) / 1600));
}
#interview .staff_container .container .ttlbox {
	display: flex;
	padding: 3% 4%;
	background: #E1DAE8 url(../img/page/bg_gray.png) repeat center;
}
#interview .staff_container .container:nth-of-type(1) .ttlbox {margin-left: 5vw;}
#interview .staff_container .container:nth-of-type(2) .ttlbox {margin-right: 5vw;}
#interview .staff_container .container .ttlbox h2 {
	color: #685384;
	font-size: calc(16px + 18 * ((100vw - 320px) / 1600));
	letter-spacing: .15em;
}
#interview .staff_container .container:nth-of-type(2) .ttlbox h2 {margin-left: auto;}
#interview .staff_container .container .flexbox {
	align-items: flex-start;
	margin: 0 5vw calc(60px + 60 * ((100vw - 320px) / 1600));
}
#interview .staff_container .container:nth-of-type(1) .flexbox {flex-direction: row-reverse;}
#interview .staff_container .container .flexbox figure {width: 38%;margin-top: -2em;}
#interview .staff_container .container .flexbox .content {width: 60%;margin-top: 2em;}
#interview .staff_container .container .flexbox .content p {
	margin-bottom: calc(20px + 20 * ((100vw - 320px) / 1600));
	font-size: calc(14px + 3 * ((100vw - 320px) / 1600));
}
#interview .staff_container .container .flexbox .content p:last-child {margin-bottom: 0;}
#interview .schedule_container {margin-bottom: calc(40px + 80 * ((100vw - 320px) / 1600));}
#interview .schedule_container::before {
	content: '';
	display: block;
	width: 100%;
	height: calc(200px + 160 * ((100vw - 320px) / 1600));
	margin-bottom: -136px;
	background: no-repeat center / cover;
}
#interview.itv01 .schedule_container::before {background-image: url(../img/page/interview/01/img03.jpg);}
#interview.itv02 .schedule_container::before {background-image: url(../img/page/interview/02/img03.jpg);}
#interview.itv03 .schedule_container::before {background-image: url(../img/page/interview/03/img03.jpg);}
#interview.itv04 .schedule_container::before {background-image: url(../img/page/interview/04/img03.jpg);}
#interview .schedule_container h2 {
	margin-bottom: calc(10px + 10 * ((100vw - 320px) / 1600));
	color: #fff;
	font-size: calc(20px + 14 * ((100vw - 320px) / 1600));
	letter-spacing: .34em;
}
#interview .schedule_container h2 img {
	width: calc(30px + 13 * ((100vw - 320px) / 1600));
	margin-right: calc(10px + 10 * ((100vw - 320px) / 1600));
}
#interview .schedule_container .flexbox {
	align-items: flex-start;
	margin-bottom: calc(40px + 80 * ((100vw - 320px) / 1600));
	border: 1px solid #707070;
	background: #fff;
}
#interview .schedule_container .flexbox:nth-of-type(1) {
	padding: 2em 10%;
	background:linear-gradient(-75deg,#E1DAE8 0%,#E1DAE8 50%,#fff 50%,#fff 100%);
}
#interview .schedule_container .flexbox:nth-of-type(2) {padding: 6% 5%;}
#interview .schedule_container .flexbox:last-child {margin-bottom: 0;}
#interview .schedule_container .flexbox table {position: relative;z-index: 1;width: 40%;}
#interview .schedule_container .flexbox table::before {
	content: '';
	position: absolute;
	left: calc(70px + 23 * ((100vw - 767px) / 1153));
	z-index: -1;
	width: 1px;
	height: 100%;
	background: url(../img/page/interview/border.svg) repeat-y;
}
#interview .schedule_container .flexbox table:nth-of-type(1)::before {bottom: -2em;background-position: center bottom;}
#interview .schedule_container .flexbox table:nth-of-type(2)::before {top: -2em;background-position: center top;}
#interview .schedule_container .flexbox table tr {
	display: flex;
	align-items: center;
	margin-bottom: calc(10px + 10 * ((100vw - 320px) / 1600));
}
#interview .schedule_container .flexbox table tr:last-child {margin-bottom: 0;}
#interview .schedule_container .flexbox table tr th {
	display: block;
	width: calc(120px + 64 * ((100vw - 767px) / 1153));
	padding: .1em 0;
	border-radius: 2em;
	background: #E1DAE8;
	color: #685384;
	font-size: calc(10px + 6 * ((100vw - 320px) / 1600));
	text-align: center;
}
#interview .schedule_container .flexbox table:nth-of-type(2) tr th {background: #fff;}
#interview .schedule_container .flexbox table tr td {
	flex: 1;
	margin-left: 15px;
	font-size: calc(13px + 2 * ((100vw - 320px) / 1600));
}
#interview .schedule_container .flexbox .content {
	flex: 1;
	padding-left: calc(30px + 30 * ((100vw - 767px) / 1153));
}
#interview .schedule_container .flexbox .content h3 {
	margin-bottom: 10px;
	color: #685384;
	font-size: calc(20px + 14 * ((100vw - 320px) / 1600));
	letter-spacing: .15em;
}
#interview .schedule_container .flexbox .content p {font-size: calc(14px + 3 * ((100vw - 320px) / 1600));}
#interview .schedule_container .flexbox figure {width: calc(120px + 53 * ((100vw - 320px) / 1600));}
@media only screen and ( max-width : 1024px ) {
	#interview .mv .flexbox {flex-direction: column-reverse;}
	#interview .mv .flexbox .content {width: 100%;margin-bottom: 20px;}
	#interview .mv .flexbox .content figure {width: 100%;}
	#interview .mv .flexbox .content .txt_content {position: initial;width: 100%;}
	#interview .mv .flexbox .title_vertical {width: 100%;margin-bottom: 30px;}
}
@media only screen and ( max-width : 767px ) {
	#interview .staff_container .container .flexbox figure {width: 100%;margin-top: 0;}
	#interview .staff_container .container .flexbox .content {width: 100%;margin-top: 1em;}
	#interview .schedule_container .flexbox:nth-of-type(1) {padding: 0;background: #fff;}
	#interview .schedule_container .flexbox:nth-of-type(2) {padding: 15px;}
	#interview .schedule_container .flexbox table {display: block;width: 100%;padding: 15px;}
	#interview .schedule_container .flexbox table:nth-child(2) {background: #E1DAE8;}
	#interview .schedule_container .flexbox .content {flex: initial;padding-left: 0;}
	#interview .schedule_container .flexbox figure {margin-bottom: 20px;}
}
/*-------------------------------------------------

    SEARCH

--------------------------------------------------*/
#search {margin-bottom: 60px;}
#search table {margin-bottom: calc(20px + 10 * ((100vw - 320px) / 1600));}
#search table tr th {
	display: table-cell;
	width: calc(120px + 30 * ((100vw - 320px) / 1600));
	border: 1px solid #707070;
	background: #E1DAE8;
	color: #685384;
	font-weight: 700;
	font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
	text-align: center;
	vertical-align: middle;
}
#search table tr td {
	padding: calc(10px + 10 * ((100vw - 320px) / 1600));
	border: 1px solid #707070;
	font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
}
#search table tr td input,
#search table tr td select {
	width: 100%;
	height: 40px;
	padding: 10px;
	outline: none;
    border: 1px solid #707070;
	background: #fff;
	color: #685384;
	font-weight: 700;
	vertical-align: middle;
	cursor: pointer;
}
#search table tr td input::placeholder {color: #685384;}
#search button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(200px + 100 * ((100vw - 320px) / 1600));
	margin: 0 auto;
	padding: 18px 0;
	border: none;
	background: #685384;
	color: #fff;
	font-weight: 700;
	font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
	transition: .3s;
}
#search button:hover {background: #E1DAE8;color: #685384;}
@media only screen and ( max-width: 767px) {
	#search table tr th {display: block;width: 100%;border-bottom: none;}
	#search table tr td {display: block;border-bottom: none;}
	#search table tr:nth-child(2) td:last-child {border-bottom: 1px solid #707070;}
}
/*-------------------------------------------------

    ENTRY LIST COMMON

--------------------------------------------------*/
.recruiting .button_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 532px;
	margin: 0 auto;
}
.recruiting .button_box a.link_button  {width: 45%;}
@media only screen and ( max-width: 500px) {
	.recruiting .button_box {display: block;}
	.recruiting .button_box a.link_button  {width: 100%;margin-bottom: 10px;}
	.recruiting .button_box a.link_button:last-child {width: 100%;margin-bottom: 0;}
}
/*-------------------------------------------------

    ENTRY LIST ARCHIVE

--------------------------------------------------*/
#archive .ttlbox h2 {
	margin-bottom: calc(30px + 20 * ((100vw - 320px) / 1600));
	color: #685384;
	font-weight: 700;
	font-size: calc(18px + 12 * ((100vw - 320px) / 1600));
	text-align: center;
}
#archive .ttlbox h3 {
	margin-bottom: calc(10px + 10 * ((100vw - 320px) / 1600));
	padding: 10px 0;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	color: #685384;
	font-weight: 700;
	font-size: calc(16px + 8 * ((100vw - 320px) / 1600));
}
#archive .ttlbox p {
	width: calc(100px + 20 * ((100vw - 320px) / 1600));
	margin-bottom: calc(10px + 10 * ((100vw - 320px) / 1600));
	padding: 5px 0;
	background: #CE466A;
	color: #fff;
	font-weight: 700;
	font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
	text-align: center;
}
#archive .block {margin-bottom: calc(30px + 30 * ((100vw - 320px) / 1600));}
#archive .block h2 {
	padding: calc(10px + 10 * ((100vw - 320px) / 1600));
	background: #685384;
	color: #fff;
	font-weight: 700;
	font-size: calc(18px + 6 * ((100vw - 320px) / 1600));
}
#archive .block .container {
	padding: calc(20px + 10 * ((100vw - 320px) / 1600));
	background: #EFEFEF url(../img/page/bg_wht.png) repeat top;
}
#archive .block .container dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-bottom: calc(20px + 10 * ((100vw - 320px) / 1600));
}
#archive .block .container dl dt {width: 33%;}
#archive .block .container dl dd {width: 60%;}
#archive .block .container dl dd p {
	color: #9977AC;
	font-weight: 700;
	font-size: calc(12px + 3 * ((100vw - 320px) / 1600));
}
#archive .block .container dl dd h3 {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: calc(16px + 5 * ((100vw - 320px) / 1600));
}
#archive .block .container dl dd table {margin-bottom: 10px;font-size: 13px;}
#archive .block .container dl dd table tr {display: block;margin-bottom: 10px;}
#archive .block .container dl dd table tr th {
	width: 90px;
	padding: 4px 0;
	border: 1px solid #C9C9CF;
	background: #fff;
	text-align: center;
	vertical-align: middle;
}
#archive .block .container dl dd table tr td {padding-left: 15px;vertical-align: middle;}
#archive .block .container dl dd ul.tag li {
	display: inline-block;
	width: calc(100px + 13 * ((100vw - 320px) / 1600));
	margin-bottom: 5px;
	padding: 5px;
	border-radius: 4px;
	background: #9977AC;
	color: #fff;
	font-size: calc(10px + 2 * ((100vw - 320px) / 1600));
	text-align: center;
}
@media only screen and ( max-width: 767px) {
	#archive .block .container dl dt {width: 100%;margin-bottom: 10px;}
	#archive .block .container dl dd {width: 100%;}
}
@media only screen and ( max-width: 500px) {
	#archive .block .container dl dd table tr th {display: block;width: 100%;margin-bottom: 10px;}
	#archive .block .container dl dd table tr td {display: block;padding-left: 0;}
}
/*-------------------------------------------------

    ENTRY LIST SINGLE

--------------------------------------------------*/
#single .container h2 {
	margin-bottom: 20px;
	padding: .6em 1.2em;
	border-top: 1px solid #685384;
	border-bottom: 1px solid #685384;
	background: #E1DAE8;
	color: #685384;
	font-weight: 700;
	letter-spacing: .1em;
}
#single .container table {
	margin-bottom: calc(30px + 30 * ((100vw - 320px) / 1600));;
	color: #685384;
	font-size: calc(13px + 2 * ((100vw - 320px) / 1600));
}
#single .container table tr th {
	width: 192px;
	padding: 20px 0;
	border-bottom: 1px solid #fff;
	background: #E1DAE8;
	letter-spacing: .1em;
	text-align: center;
	vertical-align: middle;
}
#single .container table tr:last-child th {border-bottom: none;}
#single .container table tr td {padding: 20px 30px;border-bottom: 1px solid #C9C9CF;}
#single .container table tr:last-child td {border-bottom: none;}
#single .container table tr td h5 {color: #CE466A;font-weight: 700;letter-spacing: .15em;}
#single .container table tr td p {
	margin-bottom: calc(20px + 20 * ((100vw - 320px) / 1600));
	font-size: calc(13px + 2 * ((100vw - 320px) / 1600));
}
#single .container table tr td p:last-child {margin-bottom: 0;}
@media only screen and ( max-width: 768px) {
	#single .container table tr th {display: block;width: 100%;padding: 15px 0;}
	#single .container table tr td {display: block;padding: 20px 10px;}
}
/*--------------------------------------------------

	REQUIREMENTS

--------------------------------------------------*/
#requirements .container {position: relative;padding: 2em 8em;background: #EFEFEF;}
#requirements .container h3 {
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	max-width: calc(240px + 100 * ((100vw - 320px) / 1600));
	padding: .3em 0;
	border-radius: 2em;
	background: #685384; 
	color: #fff;
	font-size: calc(18px + 5 * ((100vw - 320px) / 1600));
	letter-spacing: .145em;
	text-align: center;
}
#requirements .container table {
	border-collapse: inherit;
	border-spacing: 0 40px;
	font-size: 1.3rem;
}
#requirements .container table tr th {width: 160px;color: #685384;}
#requirements .container table tr td .content {position: relative;width: 100%;}
#requirements .container table tr td .content::before,
#requirements .container table tr td .content::after {
	content: '';
	position: absolute;
	top: 15px;
	background: #685384;
}
#requirements .container table tr td .content::before {
	right: -30px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
#requirements .container table tr td .content::after {right: -25px;width: 1px;height: 86%;}
#requirements .container table tr td .content h5 {
	position: absolute;
	right: -50px;
	bottom: 50%;
	transform: translate(0, 50%);
	color: #685384;
	letter-spacing: .2em;
	writing-mode: vertical-rl;
}
#requirements .container table tr td .content h5 span {text-combine-upright: all;}
#requirements .container table tr td .content ul {position: relative;width: 100%;margin-bottom: 20px;}
#requirements .container table tr td .content ul::before {
	content: '';
	position: absolute;
	right: -31px;
	bottom: 17px;
    width: 12px;
    height: 12px;
    border-right: 1px solid #685384;
    border-bottom: 1px solid #685384;
    transform: rotate(45deg);
}
#requirements .container table tr td .content ul li {margin-bottom: 10px;padding: .5em 1em;background: #fff;}
#requirements .container table tr td .content ul li:last-child {margin-bottom: 0;}
#requirements .container table tr td p {font-size: 1.3rem;}
@media only screen and ( max-width : 767px ) {
	#requirements .container {padding: 20px;}
	#requirements .container table {border-spacing: 0 20px;}
	#requirements .container table tr th {display: block;}
	#requirements .container table tr td {display: block;}
	#requirements .container table tr td .content::before {right: -15px;}
	#requirements .container table tr td .content::after {right: -10px;}
	#requirements .container table tr td .content ul::before {right: -16px;}
	#requirements .container table tr td .content h5 {right: -36px;}
}
/*--------------------------------------------------

	CONTACT

--------------------------------------------------*/
#form .container {border: 1px solid #C9C9CF;}
#form .container .ttlbox {padding: 6% 20px;background: #F4EDFC;}
#form .container .ttlbox h2 {
	font-size: calc(14px + 4 * ((100vw - 320px) / 1600));
	line-height: 2.4;
	text-align: center;
}
#form .container .ttlbox p {
	margin-top: calc(20px + 25 * ((100vw - 320px) / 1600));
	font-size: 1.2rem;
	text-align: center;
}
#form .container .form_content {padding: 6% 12%;}
#form .container .form_content h4 {
	margin-bottom: calc(20px + 25 * ((100vw - 320px) / 1600));
	font-size: 1.2rem;
	text-align: center;
}
#form .container .form_content table {
	margin-bottom: calc(30px + 20 * ((100vw - 320px) / 1600));
	font-size: 1.4rem;
}
#form .container .form_content table tr {
	display: inline-table;
	width: 100%;
	margin-bottom: calc(10px + 10 * ((100vw - 320px) / 1600));
}
#form .container .form_content table tr:last-child {margin-bottom: 0;}
#form .container .form_content table tr th {width: 180px;vertical-align: top;}
#form .container .form_content table tr td input[type="text"],
#form .container .form_content table tr td input[type="tel"],
#form .container .form_content table tr td input[type="email"],
#form .container .form_content table tr td .stbox select,
#form .container .form_content table tr td textarea {
	width: 70%;
	height: 40px;
	padding: 0 calc(10px + 10 * ((100vw - 320px) / 1600));
	border: 1px solid #C9C9CF;
	background: #fff;
	font-size: 1.4rem;
	line-height: 2;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	cursor: pointer;
	resize: vertical;
	vertical-align: bottom;
}
#form .container .form_content table tr td textarea {
	width: 100%;
	height: auto;
	padding: 10px calc(10px + 10 * ((100vw - 320px) / 1600));
}
#form .container .form_content table tr td .stbox {position: relative;width: 70%;}
#form .container .form_content table tr td .stbox::after {
	content: "";
	position: absolute;
    top: 15px;
	right: 15px;
	transform: rotate(-45deg);
	width: 7px;
	height: 7px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}
#form .container .form_content table tr td .stbox select {width: 100%;}
#form .container .form_content table tr td input::placeholder {color: #BBB;}
#form .container .form_content p {
	margin-bottom: calc(30px + 20 * ((100vw - 320px) / 1600));
	font-size: 1.4rem;
	text-align: center;
}
#form .container .form_content p a {color: #685384;}
#form .container .form_content p a:hover {color: #E1DAE8;}
.submit {
	display: block;
	width: 100%;
	max-width: 330px;
	margin: 0 auto;
	padding: calc(20px + 10 * ((100vw - 320px) / 1600));
	border: none;
	background: #685384;
	color: #fff;
	font-size: calc(15px + 2 * ((100vw - 320px) / 1600));
	line-height: 1;
	letter-spacing: .4em;
	text-align: center;
	transition: .3s;
}
.submit:hover {background: #F4EDFC;color: #685384;}
@media only screen and ( max-width : 767px ) {
	#form .container .form_content {padding: 30px 20px 20px;}
	#form .container .form_content table tr th {display: block;width: 100%;}
	#form .container .form_content table tr td {display: block;width: 100%;}
	#form .container .form_content table tr:last-child {margin-bottom: 0;}
	#form .container .form_content table tr td input[type="text"],
	#form .container .form_content table tr td input[type="tel"],
	#form .container .form_content table tr td input[type="email"],
	#form .container .form_content table tr td .stbox select,
	#form .container .form_content table tr td textarea {width: 100%;}
}
/*--------------------------------------------------

　   form

--------------------------------------------------*/
#form.confirm {display: block;padding-top: 150px;}
#form.form .ttlbox p {margin-bottom: 30px;text-align: center;}
.error .errorbox {margin-bottom: 80px;}
.error .error_messe {color: #C41000;text-align: center;}
#form.confirm table {margin-bottom: calc(50px + 20 * ((100vw - 320px) / 1600));}
#form.confirm table tr td {
	padding: 5px calc(10px + 10 * ((100vw - 320px) / 1600));
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
}
#form.confirm .stbox::after {display: none;}
#form.confirm .btn_box {display: flex;justify-content: center;}
#form.confirm .btn_box .submit {width: 48%;}
.complete p {margin-bottom: 40px;text-align: center;}
@media only screen and ( max-width : 767px ) {
	#form.confirm {padding-top: 120px;}
	#form.confirm table tr {display: block;}
}
@media only screen and ( max-width : 500px ) {
	#form.form .btn_box {display: block;}
	#form.form .btn_box .submit {width: 100%;margin-bottom: 10px;}
	#form.form .btn_box .submit:last-child {margin-bottom: 0;}
}
/*--------------------------------------------------

　   PRIVACY

--------------------------------------------------*/
#privacy {padding-top: 180px;}
#privacy h2 {
	margin-bottom: 60px;
	font-weight: 700;
	font-size: 3rem;
	text-align: center;
}
#privacy h3 {margin-bottom: 50px;font-size: 1.6rem;}
#privacy ol li {margin-bottom: 30px;font-weight: 700;list-style-type: decimal;}
#privacy ol li:last-child {margin-bottom: 0;}
#privacy ol li h4 {margin-bottom: 10px;font-size: 1.6rem;}
#privacy ol li p {font-weight: 400;}
@media only screen and ( max-width : 1024px ) {
	#privacy h3 {margin-bottom: 30px;}
}
@media only screen and ( max-width : 767px ) {
	#privacy {padding-top: 120px;}
	#privacy h2 {margin-bottom: 40px;font-size: 2rem;}
	#privacy h3 {font-size: 1.4rem;}
	#privacy ol li {margin-bottom: 20px;}
	#privacy ol li h4 {font-size: 1.4rem;}
}