@charset "UTF-8";
/* 
Theme Name:recruit2019 
Description:TSJ recruit2019 Theme.
Author:Travel Standard Japan.
Author URI:https://www.travelwith.jp/
Version:0.9  
Domain:recruit
*/ 

body{
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:500;
}

.body-wrap{
	overflow:hidden;
	margin-top:80px;
}
@media screen and (max-width:768px) {
.body-wrap{
	margin-top:70px;
}
}

header{
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	width:100%;
	height:80px;
	display:table;
	background-color:#009245;
}
header .logo{
	display:table-cell;
	vertical-align:middle;
	padding:18px 20px;
}
header .logo a{
	display:block;
	width:111px;
	height:44px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(/wp-content/themes/recruit-site/images/logo.svg) no-repeat center center;
	background-size:100% 100%;
}
header .lnav{
	display:table-cell;
	vertical-align:middle;
	padding-right:30px;
}
header .lnav .nav_list{
	text-align:right;
	font-size:0;
}
header .lnav .nav_list li{
	display:inline-block;
	text-align:left;
	font-size:12px;
	line-height:1.2;
	color:#fff;
	margin-left:40px;
}
header .lnav .nav_list li:first-child{
	margin-left:0;
}
header .lnav .nav_list li a{
	color:#fff;
	text-decoration:none;
	position:relative;
	padding:10px 0;
}
header .lnav .nav_list li a::after{
	content:"";
	width:60%;
	height:4px;
	background-color:#fff;
	position:absolute;
	bottom:0;
	left:0;
	opacity:0;
	-webkit-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
header .lnav .nav_list li a:hover::after,
header .lnav .nav_list li.current a::after{
	opacity:1;
	width:100%;
}
header .lnav .nav_list li span{
	color: #ccc;
}
header .menu_btn{
	display:none;
}
@media screen and (max-width:1166px) {
header .lnav .nav_list li{
	margin-left:20px;
}
}
@media screen and (max-width:980px) {
header .lnav .nav_list li{
	margin-left:15px;
	font-size:11px;
}
}
@media screen and (min-width:768px) {
header .lnav.active,
header .lnav.noactive{
	display:table-cell !important;
}
}
@media screen and (max-width:768px) {
header{
	height:70px;
	padding:15px;
	display:block;
}
header::before{
	content:"";
	width:100%;
	height:100%;
	background-color:#009245;
	-webkit-box-shadow:0px 0px 10px 0px #ccc;
	-ms-box-shadow:0px 0px 10px 0px #ccc;
	box-shadow:0px 0px 10px 0px #ccc;
	position:absolute;
	top:0;
	left:0;
	z-index:101;
}
header .logo{
	display:block;
	width:100.91px;
	height:40px;
	padding:0;
	position:relative;
	z-index:102;
}
header .logo a{
	width:100.91px;
	height:40px;
}
header .lnav{
	width:100%;
	padding:90px 15px 15px;
	background:rgba(255,255,255,0.9);
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	display:none;
}
header .lnav .nav_list{
	text-align:left;
}
header .lnav .nav_list li{
	display:block;
	color:#000;
	font-size:14px;
	font-weight:bold;
	margin-left:0 !important;
}
header .lnav .nav_list li a{
	display:block;
	color:#000;
	text-decoration:none;
	position:relative;
	padding:10px 0 10px 20px;
}
header .lnav .nav_list li.current a{
	color:#006837;
}
header .lnav .nav_list li a::before{
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #009245;
  border-right: solid 2px #009245;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: -2px;
  margin-top: -6px;
	opacity:1;
	bottom:auto;
	background-color:transparent !important;
}
header .lnav .nav_list li span{
	display:block;
	color:#999;
	text-decoration:none;
	position:relative;
	padding:10px 0 10px 20px;
}
header .lnav .nav_list li span::before{
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #999;
  border-right: solid 2px #999;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: -2px;
  margin-top: -6px;
	opacity:1;
	bottom:auto;
	background-color:transparent !important;
}
header .lnav .nav_list li a::after{
	display:none;
}
header .menu_btn{
  overflow:hidden;
  display:block;
	position:absolute;
	right:15px;
	top:50%;
	z-index:102;
  width:40px;
  height:40px;
	margin-top:-20px;
  cursor:pointer;
}
header .menu_btn span,
header .menu_btn::before,
header .menu_btn::after{
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  width:28px;
  height:2px;
  margin:auto;
  background:#fff !important;
}
header .menu_btn span{
  overflow:hidden;
  z-index:1;
  color:#fff;
}
header .menu_btn::before{
  z-index:2;
  transform:translate(0, -9px);
  -ms-transform:translate(0, -9px);
  -webkit-transform:translate(0, -9px);
  content:"";
}
header .menu_btn::after{
  z-index:2;
  transform:translate(0, 9px);
  -ms-transform:translate(0, 9px);
  -webkit-transform:translate(0, 9px);
  content:"";
}
header .menu_btn span{
  opacity:1;
  transition:opacity 150ms 50ms;
  -ms-transition:opacity 150ms 50ms;
  -webkit-transition:opacity 150ms 50ms;
}
header .menu_btn::before,
header .menu_btn::after{
  transition:transform 200ms;
  -ms-transition:transform 200ms;
  -webkit-transition:transform 200ms;
}
header .menu_btn.active span{
  opacity:0;
  transition:opacity 150ms;
  -ms-transition:opacity 150ms;
  -webkit-transition:opacity 150ms;
}
header .menu_btn.active::before{
  transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
}
header .menu_btn.active::after{
  transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
}
}


.footer18_sns{
	padding-right: 85px;
}
.footer18_sns_wrap .sns_txt{
	width: 25%;
}
.footer18_sns_wrap .sns_bnr{
	height: 40px;
	width: 20%;
}
.footer18_sns_wrap .sns_bnr a img{
	height: 100%;
}
.footer18_sns_wrap ul.footer18_nav{
	border: none;
	text-align: center;
	padding: 25px 0 0;
}
.footer18_sns_wrap .sns_list{
	width: 35%;
	margin: 15px auto;
	text-align: center;
}


@media screen and (max-width:767px) {
	.footer18_sns{
		padding: 0;
	}
	.footer18_name a{
		text-decoration: none;
	}
	.footer18_sns_wrap .sns_list{
		width: 100%;
		margin: 15px auto;
	}
	.footer18_sns_wrap ul.footer18_nav{
		background: none;
	}
	.footer18{
		border: none;
	}
	
	.footer18_sns_wrap .sns_list ul{
		display: block;
	}
}

.recruit_main{
	width:100%;
	height:688px;
	position:relative;
}
.recruit_main .visual{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
.recruit_main .visual > li{
	width:100%;
	height:25%;
	overflow:hidden;
	position:relative;
	opacity:0;
}
.recruit_main .visual > li > ul{
	position:absolute;
	top:0;
	overflow:hidden;
}
.recruit_main .visual > li:nth-child(odd) > ul{
	left:0;
}
.recruit_main .visual > li:nth-child(even) > ul{
	right:0;
}
.recruit_main .visual > li > ul li{
	float:left;
	width:auto;
	height:100%;
	position:relative;
}
.recruit_main .visual > li > ul li img{
	width:auto;
	height:100%;
}
.recruit_main .visual > li > ul li::before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.recruit_main .visual > li > ul li.visual1::before{
	background:#fff url(/wp-content/themes/recruit-site/images/visual_01_gray.png) no-repeat left center;
	background-size:auto 100%;
}
.recruit_main .visual > li > ul li.visual2::before{
	background:#fff url(/wp-content/themes/recruit-site/images/visual_02_gray.png) no-repeat center center;
	background-size:auto 100%;
}
.recruit_main .visual > li > ul li.visual3::before{
	background:#fff url(/wp-content/themes/recruit-site/images/visual_03_gray.png) no-repeat center center;
	background-size:auto 100%;
}
.recruit_main .visual > li > ul li.visual4::before{
	background:#fff url(/wp-content/themes/recruit-site/images/visual_04_gray.png) no-repeat center center;
	background-size:auto 100%;
}
.recruit_main .visual > li:nth-child(1){
	left:100%;
	-webkit-transition:all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.recruit_main .visual > li:nth-child(2){
	left:-100%;
	-webkit-transition:all 1s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 1s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 1s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.recruit_main .visual > li:nth-child(3){
	left:100%;
	-webkit-transition:all 1s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 1s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 1s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.recruit_main .visual > li:nth-child(4){
	left:-100%;
	-webkit-transition:all 1s 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 1s 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 1s 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.recruit_main .visual > li.anime{
	opacity:1;
	left:0;
}
.recruit_main .visual > li.color ul li::before{
	-webkit-animation-name: colorBeforeAnime;
	animation-name: colorBeforeAnime;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.recruit_main .visual > li.color:nth-child(2) ul li::before{
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.recruit_main .visual > li.color:nth-child(3) ul li::before{
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.recruit_main .visual > li.color:nth-child(4) ul li::before{
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
@-webkit-keyframes colorBeforeAnime{
	0% {
		opacity:1;
	}
	100% {
		opacity:0;
	}
}
@keyframes colorBeforeAnime{
	0% {
		opacity:1;
	}
	100% {
		opacity:0;
	}
}
.recruit_main .visual > li.color_off ul li::before{
	-webkit-animation-name: colorOffBeforeAnime;
	animation-name: colorOffBeforeAnime;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
@-webkit-keyframes colorOffBeforeAnime{
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@keyframes colorOffBeforeAnime{
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
.recruit_main .lead{
	text-align:center;
	width:120%;
	position:absolute;
	top:32%;
	left:50%;
	margin-left:-60%;
  -webkit-transform:rotate(4.5deg);
  -ms-transform:rotate(4.5deg);
  transform:rotate(4.5deg);
}
.recruit_main .lead p{
	display:block;
	background-color:#23af00;
	font-size:28px;
	line-height:1;
	font-weight:bold;
	color:#fff;
	padding:18px 0;
	width:0;
	opacity:0;
	-webkit-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.recruit_main .lead.anime p{
	width:100%;
	opacity:1;
}
.recruit_main .lead p span{
	opacity:0;
	-webkit-transition:all 0.3s 0.7s;
	-ms-transition:all 0.3s 0.7s;
	transition:all 0.3s 0.7s;
}
.recruit_main .lead.anime p span{
	opacity:1;
}
.recruit_main .h1_title{
	text-align:center;
	width:120%;
	position:absolute;
	top:45%;
	left:50%;
	margin-left:-60%;
  -webkit-transform:rotate(-4.5deg);
  -ms-transform:rotate(-4.5deg);
  transform:rotate(-4.5deg);
}
.recruit_main .h1_title h1{
	display:block;
	background-color:#009245;
	font-family:'Oswald', sans-serif;
	font-size:52px;
	line-height:1;
	font-weight:500;
	color:#fff;
	padding:18px 0 22px;
	width:0;
	opacity:0;
	-webkit-transition:all 0.3s 0.2s;
	-ms-transition:all 0.3s 0.2s;
	transition:all 0.3s 0.2s;
}
.recruit_main .h1_title.anime h1{
	width:100%;
	opacity:1;
}
.recruit_main .h1_title h1 span{
	opacity:0;
	-webkit-transition:all 0.3s 0.7s;
	-ms-transition:all 0.3s 0.7s;
	transition:all 0.3s 0.7s;
}
.recruit_main .h1_title.anime h1 span{
	opacity:1;
}
.recruit_main .scroll{
	position:absolute;
	bottom:40px;
	left:50%;
	z-index:2;
	margin-left:-34px;
	width:68px;
	height:90px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(/wp-content/themes/recruit-site/images/icon_scroll.svg) no-repeat center center;
	background-size:100% 100%;
	opacity:0;
	-webkit-transition:all 0.6s 1s;
	-ms-transition:all 0.6s 1s;
	transition:all 0.6s 1s;
}
.recruit_main .scroll.show_on{
	opacity:1;
}
.recruit_main .scroll::after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:68px;
	height:90px;
	background:url(/wp-content/themes/recruit-site/images/icon_scroll_arrow.svg) no-repeat center center;
	background-size:100% 100%;
	-webkit-animation-name: arrowAnime;
	animation-name: arrowAnime;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@-webkit-keyframes arrowAnime{
	0% {
		top:0;
	}
	20% {
		top: 0;
	}
	50% {
		top: 7px;
	}
	80% {
		top: 0;
	}
	100% {
		top: 0;
	}
}
@keyframes arrowAnime{
	0% {
		top:0;
	}
	20% {
		top: 0;
	}
	50% {
		top: 7px;
	}
	80% {
		top: 0;
	}
	100% {
		top: 0;
	}
}
@media screen and (max-width:767px) {
.recruit_main{
	height:400px;
}
.recruit_main .visual > li > ul li{
	height:100px;
}
.recruit_main .lead{
	top:36%;
}
.recruit_main .lead p{
	font-size:14px;
	padding:9px 0;
}
.recruit_main .h1_title{
	top:47%;
}
.recruit_main .h1_title h1{
	font-size:24px;
	padding:9px 0 11px;
}
.recruit_main .scroll{
	bottom:20px;
	width:45.33px;
	height:60px;
	margin-left:-22.66px;
}
.recruit_main .scroll::after{
	width:45.33px;
	height:60px;
}
@-webkit-keyframes arrowAnime{
	0% {
		top:0;
	}
	20% {
		top: 0;
	}
	50% {
		top: 5px;
	}
	80% {
		top: 0;
	}
	100% {
		top: 0;
	}
}
@keyframes arrowAnime{
	0% {
		top:0;
	}
	20% {
		top: 0;
	}
	50% {
		top: 5px;
	}
	80% {
		top: 0;
	}
	100% {
		top: 0;
	}
}
}

.contents h2,
.contents h3,
.contents h4{
	font-weight:bold;
	line-height:1.2;
}

#message{
	position:relative;
}
#message::before{
	content:"";
	width:1450px;
	height:100%;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-725px;
	background:url(/wp-content/themes/recruit-site/images/visual_message.jpg) no-repeat center center;
	background-size: 100% auto;
	opacity:0;
	-webkit-transition:all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#message.show_on::before{
	opacity:1;
}
#message .inner{
	position:relative;
	text-align:center;
	padding:150px 30px 200px;
}
#message h2{
	font-family:'Oswald', sans-serif;
	font-size:64px;
	font-weight:500;
	position:relative;
	top:-30px;
	opacity:0;
	-webkit-transition:all 0.5s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 0.5s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 0.5s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#message .show_on h2{
	top:0;
	opacity:1;
}
#message .message_txt{
	font-size:20px;
	line-height:2;
	font-weight:bold;
	margin-top:30px;
	position:relative;
	top:-30px;
	opacity:0;
	-webkit-transition:all 0.5s 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 0.5s 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 0.5s 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#message .show_on .message_txt{
	top:0;
	opacity:1;
}
#message .pc_none_br{
	display:none;
}
#message p.catchphrase{
	font-size:34px;
	line-height:1.75;
	font-weight:bold;
	position:relative;
	top:-30px;
	opacity:0;
	-webkit-transition:all 0.5s 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 0.5s 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 0.5s 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	margin-top:40px;
}
#message .show_on p.catchphrase{
	top:0;
	opacity:1;
}
@media screen and (max-width:768px) {
#message::before{
	width:110%;
	margin-left:-55%;
}
#message .inner{
	padding:60px 15px 100px;
}
#message .message_txt .sp_none_br{
	display:none;
}

}
@media screen and (max-width:767px) {
#message h2{
	font-size:32px;
	-webkit-transition:all 0.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 0.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 0.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#message .message_txt{
	font-size:14px;
	margin-top:30px;
	-webkit-transition:all 0.5s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 0.5s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 0.5s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#message .pc_none_br{
	display:block;
}
#message p.catchphrase{
	font-size:20px;
	margin-top:20px;
	-webkit-transition:all 0.5s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 0.5s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 0.5s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);	
}
}

.h2_title{
	overflow:hidden;
	position:relative;
}
#members .h2_title,
#office .h2_title,
#recruit .h2_title{
	-webkit-transform: skewY(-4.5deg);
	-ms-transform: skewY(-4.5deg);
	transform: skewY(-4.5deg);
}
#tsj .h2_title,
#culture .h2_title{
	-webkit-transform: skewY(4.5deg);
	-ms-transform: skewY(4.5deg);
	transform: skewY(4.5deg);
}
.h2_title .visual{
	width:100%;
	margin-top:-60px;
	position:relative;
	overflow:hidden;
	opacity:0;
	-webkit-transition:all 1s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 1s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 1s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#members .h2_title .visual,
#office .h2_title .visual,
#recruit .h2_title .visual{
	width:80%;
	float:right;
}
#members .h2_title .visual{
	height:198px;
	margin-top:0;
	background:rgba(247,147,30,1);
}
#members .h2_title.show_on .visual,
#office .h2_title.show_on .visual,
#recruit .h2_title.show_on .visual{
	opacity:1;
	width:100%;
}
#tsj .h2_title .visual,
#culture .h2_title .visual{
	width:80%;
	left:0;
}
#tsj .h2_title.show_on .visual,
#culture .h2_title.show_on .visual{
	opacity:1;
	width:100%;
}
.h2_title .visual img{
	width:100%;
	height:auto;
	position:relative;
}
#members .h2_title .visual img,
#office .h2_title .visual img,
#recruit .h2_title .visual img{
	-webkit-transform: skewY(4.5deg);
	-ms-transform: skewY(4.5deg);
	transform: skewY(4.5deg);
}
#tsj .h2_title .visual img,
#culture .h2_title .visual img{
	-webkit-transform: skewY(-4.5deg);
	-ms-transform: skewY(-4.5deg);
	transform: skewY(-4.5deg);
}
.h2_title .visual img:first-child{
	position:absolute;
	top:0;
}
#members .h2_title .visual img:first-child,
#office .h2_title .visual img:first-child,
#recruit .h2_title .visual img:first-child{
	right:0;
}
#tsj .h2_title .visual img:first-child,
#culture .h2_title .visual img:first-child{
	left:0;
}
.h2_title h2{
	display:table;
	width:310px;
	height:194px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-122px;
	margin-left:-155px;
	color:#fff;
	opacity:0;
	-webkit-transition:all 1s 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 1s 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 1s 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#members .h2_title h2,
#office .h2_title h2,
#recruit .h2_title h2{
	left:60%;
}
#tsj .h2_title h2,
#culture .h2_title h2{
	left:40%;
}
#members .h2_title h2{
	margin-top:-97px;
}
#members .h2_title.show_on h2,
#office .h2_title.show_on h2,
#tsj .h2_title.show_on h2,
#culture .h2_title.show_on h2,
#recruit .h2_title.show_on h2{
	opacity:1;
	left:50%;
}
.h2_title h2 span{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
#members .h2_title h2 span,
#office .h2_title h2 span,
#recruit .h2_title h2 span{
	-webkit-transform: skewY(4.5deg);
	-ms-transform: skewY(4.5deg);
	transform: skewY(4.5deg);
}
#tsj .h2_title h2 span,
#culture .h2_title h2 span{
	-webkit-transform: skewY(-4.5deg);
	-ms-transform: skewY(-4.5deg);
	transform: skewY(-4.5deg);
}
@media screen and (max-width:980px) {
.h2_title .visual{
	margin-top:-30px;
}
#members .h2_title .visual{
	height:150px;
}
.h2_title h2{
	height:150px;
	margin-top:-90px;
}
#members .h2_title h2{
	margin-top:-75px;
}
}
@media screen and (max-width:767px) {
#members .h2_title .visual img:first-child,
#office .h2_title .visual img:first-child,
#recruit .h2_title .visual img:first-child{
	right:-10%;
}
#tsj .h2_title .visual img:first-child,
#culture .h2_title .visual img:first-child{
	left:-10%;
}
#members .h2_title .visual{
	height:80px;
}
.h2_title h2{
	height:80px;
	margin-top:-50px;
}
#members .h2_title h2{
	margin-top:-40px;
}
}

#members{
	margin-top:-10px;
}
#members .h2_title h2{
	font-family:'Oswald', sans-serif;
	font-size:64px;
	font-weight:500;
	background:rgba(247,147,30,1);
}
#members .inner{
	padding:120px 30px 100px;
	-webkit-transform: skewY(-4.5deg);
	-ms-transform: skewY(-4.5deg);
	transform: skewY(-4.5deg);
}
#members .prof{
	overflow:hidden;
	max-width:1106px;
	margin:120px auto 0;
}
#members .prof:first-child{
	margin-top:0;
}
#members .prof_photo{
	width:572px;
	position:relative;
	padding-left:92px;
	padding-top:165px;
	display: block;
}
#members .prof1 .prof_photo{
	float:left;
}
#members .prof2 .prof_photo{
	float:right;
	margin-top:40px;
}
#members .photo_front{
	width:480px;
	height:403px;
	position:absolute;
	top:0;
	left:30px;
	z-index:1;
	overflow:hidden;
	opacity:0;
	-webkit-transition:all 0.6s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 0.6s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 0.6s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#members .show_on .photo_front{
	left:0;
	opacity:1;
}
#members .photo_back{
	width:480px;
	height:403px;
	position:relative;
	left:-30px;
	top:-30px;
	z-index:0;
	overflow:hidden;
	opacity:0;
	-webkit-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	filter:grayscale(100%);
	-webkit-transition:all 0.6s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 0.6s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 0.6s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#members .show_on .photo_back{
	left:0;
	top:0;
	opacity:0.5;
}
#members .prof_photo.hover .photo_front{
	-webkit-animation-name: frontAnime;
	animation-name: frontAnime;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
@-webkit-keyframes frontAnime{
	0% {
		z-index:1;
		left:0;
		top:0;
		opacity:1;
		-webkit-filter:grayscale(0%);
		-ms-filter:grayscale(0%);
		filter:grayscale(0%);
	}
	100% {
		z-index:0;
		left:10px;
		top:10px;
		opacity:0.5;
		-webkit-filter:grayscale(100%);
		-ms-filter:grayscale(100%);
		filter:grayscale(100%);
	}
}
@keyframes frontAnime{
	0% {
		z-index:1;
		left:0;
		top:0;
		opacity:1;
		-webkit-filter:grayscale(0%);
		-ms-filter:grayscale(0%);
		filter:grayscale(0%);
	}
	100% {
		z-index:0;
		left:10px;
		top:10px;
		opacity:0.5;
		-webkit-filter:grayscale(100%);
		-ms-filter:grayscale(100%);
		filter:grayscale(100%);
	}
}
#members .prof_photo.nohover .photo_front{
	-webkit-animation-name: frontAnimeOut;
	animation-name: frontAnimeOut;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
@-webkit-keyframes frontAnimeOut{
	0% {
		z-index:0;
		left:10px;
		top:10px;
		opacity:0.5;
		-webkit-filter:grayscale(100%);
		-ms-filter:grayscale(100%);
		filter:grayscale(100%);
	}
	100% {
		z-index:1;
		left:0;
		top:0;
		opacity:1;
		-webkit-filter:grayscale(0%);
		-ms-filter:grayscale(0%);
		filter:grayscale(0%);
	}
}
@keyframes frontAnimeOut{
	0% {
		z-index:0;
		left:10px;
		top:10px;
		opacity:0.5;
		-webkit-filter:grayscale(100%);
		-ms-filter:grayscale(100%);
		filter:grayscale(100%);
	}
	100% {
		z-index:1;
		left:0;
		top:0;
		opacity:1;
		-webkit-filter:grayscale(0%);
		-ms-filter:grayscale(0%);
		filter:grayscale(0%);
	}
}
#members .prof_photo.hover .photo_back{
	-webkit-animation-name: backAnime;
	animation-name: backAnime;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
@-webkit-keyframes backAnime{
	0% {
		z-index:0;
		left:0;
		top:0;
		opacity:0.5;
		-webkit-filter:grayscale(100%);
		-ms-filter:grayscale(100%);
		filter:grayscale(100%);
	}
	100% {
		z-index:1;
		left:-10px;
		top:-10px;
		opacity:1;
		-webkit-filter:grayscale(0%);
		-ms-filter:grayscale(0%);
		filter:grayscale(0%);
	}
}
@keyframes backAnime{
	0% {
		z-index:0;
		left:0;
		top:0;
		opacity:0.5;
		-webkit-filter:grayscale(100%);
		-ms-filter:grayscale(100%);
		filter:grayscale(100%);
	}
	100% {
		z-index:1;
		left:-10px;
		top:-10px;
		opacity:1;
		-webkit-filter:grayscale(0%);
		-ms-filter:grayscale(0%);
		filter:grayscale(0%);
	}
}
#members .prof_photo.nohover .photo_back{
	-webkit-animation-name: backAnimeOut;
	animation-name: backAnimeOut;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
@-webkit-keyframes backAnimeOut{
	0% {
		z-index:1;
		left:-10px;
		top:-10px;
		opacity:1;
		-webkit-filter:grayscale(0%);
		-ms-filter:grayscale(0%);
		filter:grayscale(0%);
	}
	100% {
		z-index:0;
		left:0;
		top:0;
		opacity:0.5;
		-webkit-filter:grayscale(100%);
		-ms-filter:grayscale(100%);
		filter:grayscale(100%);
	}
}
@keyframes backAnimeOut{
	0% {
		z-index:1;
		left:-10px;
		top:-10px;
		opacity:1;
		-webkit-filter:grayscale(0%);
		-ms-filter:grayscale(0%);
		filter:grayscale(0%);
	}
	100% {
		z-index:0;
		left:0;
		top:0;
		opacity:0.5;
		-webkit-filter:grayscale(100%);
		-ms-filter:grayscale(100%);
		filter:grayscale(100%);
	}
}
#members .photo_front img,
#members .photo_back img{
	position:absolute;
	top:50%;
	left:0;
	margin-top:-220px;
	width:100%;
	height:auto;
	-webkit-transform: skewY(4.5deg);
	-ms-transform: skewY(4.5deg);
	transform: skewY(4.5deg);
}
#members .prof_txt{
	width:500px;
}
#members .prof1 .prof_txt{
	margin-left:606px;
}
#members .prof2 .prof_txt{
	margin-right:606px;
}
#members .prof_txt .lead{
	min-height:287px;
	width:100%;
	display:table;
	-webkit-transform: skewY(4.5deg);
	-ms-transform: skewY(4.5deg);
	transform: skewY(4.5deg);
	position:relative;
	left:30px;
	opacity:0;
	-webkit-transition:all 0.6s 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 0.6s 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 0.6s 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#members .prof_txt.show_on .lead{
	left:0;
	opacity:1;
}
#members .prof_txt .lead p{
	display:table-cell;
	vertical-align:bottom;
	padding-left:24px;
	font-size:29px;
	line-height:1.75;
	font-weight:500;
	position:relative;
}
#members .prof1 .prof_txt .lead p{
	color:#0071BC;
}
#members .prof2 .prof_txt .lead p{
	color:#006837;
}
#members .prof_txt .lead p::before{
	content:"";
	width:4px;
	height:97%;
	position:absolute;
	top:0;
	left:0;
	-webkit-transform: skewY(-4.5deg);
	-ms-transform: skewY(-4.5deg);
	transform: skewY(-4.5deg);
}
#members .prof1 .prof_txt .lead p::before{
	background-color:#0071BC;
}
#members .prof2 .prof_txt .lead p::before{
	background-color:#006837;
}
#members .prof_txt .lead p a{
	text-decoration: none;
	color: inherit;
}
#members .prof1 .prof_txt .lead p a:hover{
	opacity: 0.6;
}
#members .prof_txt h3{
	font-size:30px;
	line-height:1.75;
	font-weight:500;
	padding-left:24px;
	margin-top:30px;
	-webkit-transform: skewY(4.5deg);
	-ms-transform: skewY(4.5deg);
	transform: skewY(4.5deg);
	position:relative;
	left:30px;
	opacity:0;
	-webkit-transition:all 0.6s 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 0.6s 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 0.6s 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width:768px) {
	#members .prof_txt .lead{
		display: block;
		min-height: auto;
	}
	#members .prof_txt .lead p{
		display: block;
	}
}
@media screen and (max-width:767px) {
	#members .prof_txt .lead{
		min-height:287px;
		width:100%;
		display:table;
		-webkit-transform: skewY(4.5deg);
		-ms-transform: skewY(4.5deg);
		transform: skewY(4.5deg);
		position:relative;
		left:30px;
		opacity:0;
		-webkit-transition:all 0.6s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
		-ms-transition:all 0.6s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
		transition:all 0.6s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	}
}

#members .prof1 .prof_txt h3{
	color:#0071BC;
}
#members .prof2 .prof_txt h3{
	color:#006837;
}
#members .prof_txt h3 a{
	text-decoration: none;
	color: inherit;
}
#members .prof_txt h3 a:hover{
	opacity: 0.6;
}
#members .prof_txt.show_on h3{
	left:0;
	opacity:1;
}
#members .prof_txt h3 + p{
	font-size:14px;
	line-height:2;
	padding-left:24px;
	margin-top:10px;
	-webkit-transform: skewY(4.5deg);
	-ms-transform: skewY(4.5deg);
	transform: skewY(4.5deg);
	position:relative;
	left:30px;
	opacity:0;
	-webkit-transition:all 0.6s 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 0.6s 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 0.6s 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#members .prof_txt.show_on h3 + p{
	left:0;
	opacity:1;
}
#members .members_btn{
	width:340px;
	margin:120px auto 0;
	font-size:20px;
	line-height:1.2;
	font-weight:bold;
	position:relative;
	-webkit-transform: skewY(4.5deg);
	-ms-transform: skewY(4.5deg);
	transform: skewY(4.5deg);
}
#members .members_btn a{
	display:table;
	width:100%;
	height:100px;
	color:#fff;
	text-align:center;
	background:rgba(247,147,30,1);
	position:relative;
	text-decoration:none;
	top:30px;
	opacity:0;
	-webkit-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
#members .members_btn.show_on a{
	top:0;
	opacity:1;
}
#members .members_btn a::after{
	content:"";
	width:48px;
	height:16px;
	background:url(/wp-content/themes/recruit-site/images/icon_arrow.svg) no-repeat center center;
	background-size:100% 100%;
	position:absolute;
	top:50%;
	right:20px;
	margin-top:-8px;
	-webkit-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
#members .members_btn a:hover::after{
	right:13px;
}
#members .members_btn a span{
	display:table-cell;
	vertical-align:middle;
}
@media screen and (max-width:767px) {
	#members .prof_txt h3{
		font-size:30px;
		line-height:1.75;
		font-weight:500;
		padding-left:24px;
		margin-top:30px;
		-webkit-transform: skewY(4.5deg);
		-ms-transform: skewY(4.5deg);
		transform: skewY(4.5deg);
		position:relative;
		left:30px;
		opacity:0;
		-webkit-transition:all 0.6s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
		-ms-transition:all 0.6s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
		transition:all 0.6s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	}
}
@media screen and (max-width:767px) {
	#members .prof_txt h3 + p{
		font-size:14px;
		line-height:2;
		padding-left:24px;
		margin-top:10px;
		-webkit-transform: skewY(4.5deg);
		-ms-transform: skewY(4.5deg);
		transform: skewY(4.5deg);
		position:relative;
		left:30px;
		opacity:0;
		-webkit-transition:all 0.6s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
		-ms-transition:all 0.6s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
		transition:all 0.6s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	}	
}
@media screen and (max-width:1166px) {
#members .prof_txt{
	width:auto;
}
}
@media screen and (max-width:980px) {
#members .prof_photo{
	float:none !important;
	margin:0 auto 40px;
}
#members .prof2 .prof_photo{
	margin-top:0;
}
#members .prof_txt{
	width:572px;
	margin:0 auto !important;
}
}
@media screen and (max-width:767px) {
#members .h2_title h2{
	font-size:32px;
}
#members .inner{
	padding:60px 15px 30px;
}
#members .prof{
	margin:40px auto 0;
}
#members .prof_photo{
	width:450px;
	padding-left:50px;
	padding-top:120px;
}
#members .prof2 .prof_photo{
	margin-top:0;
}
#members .photo_front,
#members .photo_back{
	width:400px;
	height:334px;
}
#members .photo_front img,
#members .photo_back img{
	margin-top:-183px;
}
#members .prof_txt{
	width:auto;
}
#members .prof_txt::after{
	content:"";
	display:block;
	width:0;
	height:0;
	clear:both;
}
#members .prof_txt .lead{
	min-height:150px;
	width:54%;
	padding-right:4%;
	float:left;
	display:block;
}
#members .prof_txt .lead.consultant{
	margin-bottom: 65px;
}
#members .prof_txt .lead p{
	font-size:18px;
	padding-left:16px;
}
#members .prof_txt .lead p::before{
	width:2px;
}
#members .members_btn{
	width:100%;
	max-width:308px;
	margin:40px auto 0;
}
#members .members_btn a{
	height:60px;
}
#members .members_btn a::after{
	width:30.27px;
	height:12px;
	top:50%;
	right:15px;
	margin-top:-6px;
}
#members .members_btn a:hover::after{
	right:10px;
}
}
@media screen and (max-width:480px) {
#members .prof_photo{
	width:290px;
	padding-left:40px;
	padding-top:120px;
	display: block;
}
#members .photo_front,
#members .photo_back{
	width:250px;
	height:205px;
}
#members .photo_front img,
#members .photo_back img{
	margin-top:-115px;
}
}

#tsj{
	margin-top:20px;
}
#tsj .h2_title h2{
	font-size:30px;
	line-height:1.5;
	background:rgba(0,113,188,0.7);
}
#tsj .inner{
	padding:0 30px 30px;
	width:auto;
	max-width:954px;
	margin:0 auto;
}
#tsj .lead{
	position:relative;
	left:-30px;
	opacity:0;
	-webkit-transition:all 0.6s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 0.6s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 0.6s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#tsj .lead.show_on{
	left:0;
	opacity:1;
}
#tsj .lead p{
	font-size:30px;
	line-height:1.75;
	font-weight:500;
	color:#0071BC;
	text-align: center;
}
#tsj .pc_none_br{
	display:none;
}
#tsj .tsj_list{
	margin-top:50px;
	font-size:0;
}
#tsj .tsj_list li{
	display:inline-block;
	vertical-align:top;
	width:30.18%;
	margin-right:4.71%;
}
#tsj .tsj_list li:nth-child(3n){
	margin-right:0;
}
#tsj .tsj_list li .thumb{
	position:relative;
	left:-30px;
	opacity:0;
	-webkit-transition:all 0.6s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 0.6s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 0.6s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#tsj .tsj_list li:nth-child(2) .thumb{
	-webkit-transition:all 0.6s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 0.6s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 0.6s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#tsj .tsj_list li:nth-child(3) .thumb{
	-webkit-transition:all 0.6s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 0.6s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 0.6s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#tsj .tsj_list li.show_on .thumb{
	left:0;
	opacity:1;
}
#tsj .tsj_list li .thumb img{
	width:100%;
	height:auto;
}
#tsj .tsj_list li h3{
	margin-top:20px;
	font-size:20px;
	line-height:2;
	position:relative;
	left:-30px;
	opacity:0;
	-webkit-transition:all 0.6s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 0.6s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 0.6s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#tsj .tsj_list li:nth-child(2) h3{
	-webkit-transition:all 0.6s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 0.6s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 0.6s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#tsj .tsj_list li:nth-child(3) h3{
	-webkit-transition:all 0.6s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 0.6s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 0.6s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#tsj .tsj_list li.show_on h3{
	left:0;
	opacity:1;
}
#tsj .tsj_list li p{
	font-size:16px;
	line-height:1.75;
	position:relative;
	left:-30px;
	opacity:0;
	-webkit-transition:all 0.6s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 0.6s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 0.6s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#tsj .tsj_list li:nth-child(2) p{
	-webkit-transition:all 0.6s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 0.6s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 0.6s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#tsj .tsj_list li:nth-child(3) p{
	-webkit-transition:all 0.6s 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 0.6s 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 0.6s 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#tsj .tsj_list li.show_on p{
	left:0;
	opacity:1;
}
@media screen and (max-width:768px) {
#tsj .pc_none_br{
	display:block;
}
}
@media screen and (max-width:767px) {
#tsj .h2_title h2{
	font-size:20px;
}
#tsj .h2_title h2 span br{
	display:none;
}
#tsj .inner{
	padding:40px 15px;
}
#tsj .lead{
	margin-bottom:10px;
}
#tsj .lead p{
	font-size:20px;
}
#tsj .tsj_list{
	margin-top:30px;
}
#tsj .tsj_list li h3{
	font-size:16px;
}
#tsj .tsj_list li p{
	font-size:12px;
}

}
@media screen and (max-width:480px) {
#tsj .tsj_list li{
	width:100%;
	margin-right:0;
	margin-top:15px;
	overflow:hidden;
}
#tsj .tsj_list li:first-child{
	margin-top:0;
}
#tsj .tsj_list li .thumb{
	width:30%;
	max-width:270px;
	float:left;
	margin-right:15px;
}
#tsj .tsj_list li h3{
	margin-top:0;
}
#tsj .tsj_list li p br{
	display:none;
}

}

#office{
	margin-top:80px;
}
#office .h2_title h2{
	font-family:'Oswald', sans-serif;
	font-size:64px;
	font-weight:500;
	background:rgba(237,28,36,0.7);
}
#office .inner{
	padding:80px 30px 100px;
	-webkit-transform: skewY(-4.5deg);
	-ms-transform: skewY(-4.5deg);
	transform: skewY(-4.5deg);
}
#office .img_left,
#office .img_right{
	position:relative;
	overflow:hidden;
	max-width:1106px;
	margin:0 auto;
	padding-top:120px;
}
#office .img_right{
	margin-top:140px;
}
#office .thumb{
	width:622px;
	height:454px;
	overflow:hidden;
	position:absolute;
	top:0;
	z-index:1;
	opacity:0;
	-webkit-transition:all 0.6s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 0.6s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 0.6s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#office .thumb img{
	position:absolute;
	top:50%;
	left:0;
	margin-top:-252px;
	width:100%;
	height:auto;
	-webkit-transform: skewY(4.5deg);
	-ms-transform: skewY(4.5deg);
	transform: skewY(4.5deg);
}
#office .img_left .thumb{
	left:30px;
}
#office .img_left.show_on .thumb{
	left:0;
	opacity:1;
}
#office .img_right .thumb{
	right:30px;
}
#office .img_right.show_on .thumb{
	right:0;
	opacity:1;
}
#office .text{
	width:622px;
	padding:70px 60px;
	background-color:#F2F2F2;
	position:relative;
	z-index:0;
	opacity:0;
	-webkit-transition:all 0.6s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 0.6s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 0.6s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#office .img_left .text{
	padding-left:200px;
	float:right;
	left:-100px;
	top:-30px;
}
#office .img_left.show_on .text{
	left:0;
	top:0;
	opacity:1;
}
#office .img_right .text{
	padding-right:200px;
	right:-100px;
	top:-30px;
}
#office .img_right.show_on .text{
	right:0;
	top:0;
	opacity:1;
}
#office .text h3{
	font-size:30px;
	line-height:1.75;
	font-weight:500;
	color:#C1272D;
	-webkit-transform: skewY(4.5deg);
	-ms-transform: skewY(4.5deg);
	transform: skewY(4.5deg);
	position:relative;
	left:30px;
	opacity:0;
	-webkit-transition:all 0.6s 1.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 0.6s 1.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 0.6s 1.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#office .show_on .text h3{
	left:0;
	opacity:1;
}
#office .text p{
	margin-top:20px;
	font-size:16px;
	line-height:1.75;
	-webkit-transform: skewY(4.5deg);
	-ms-transform: skewY(4.5deg);
	transform: skewY(4.5deg);
	position:relative;
	left:30px;
	opacity:0;
	-webkit-transition:all 0.6s 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 0.6s 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 0.6s 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#office .show_on .text p{
	left:0;
	opacity:1;
}
#office .text .more{
	margin-top:40px;
	-webkit-transform: skewY(4.5deg);
	-ms-transform: skewY(4.5deg);
	transform: skewY(4.5deg);
	font-size:20px;
	line-height:1.2;
	font-weight:bold;
	position:relative;
	left:30px;
	opacity:0;
	-webkit-transition:all 0.6s 2s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 0.6s 2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 0.6s 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#office .show_on .text .more{
	left:0;
	opacity:1;
}
#office .text .more a{
	display:inline-block;
	text-decoration:none;
}
#office .text .more a::after{
	content:"";
	display:inline-block;
	vertical-align:top;
	margin-left:10px;
	width:48px;
	height:16px;
	background:url(/wp-content/themes/recruit-site/images/icon_office_arrow.svg) no-repeat center center;
	background-size:100% 100%;
	-webkit-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
#office .text .more a:hover::after{
	margin-left:17px;
}
@media screen and (max-width:1166px) {
#office .img_left,
#office .img_right{
	max-width:800px;
	padding-top:300px;
}
#office .text{
	padding:200px 60px 70px !important;
}
#office .text h3 br{
	display:none;
}
#office .text p br{
	display:none;
}
}
@media screen and (max-width:767px) {
#office .h2_title h2{
	font-size:32px;
}
#office{
	margin-top:20px;
}
#office .inner{
	padding:30px 15px;
}
#office .img_left,
#office .img_right{
	max-width:450px;
	padding-top:200px;
}
#office .img_right{
	margin-top:60px;
}
#office .thumb{
	width:420px;
	height:305px;
}
#office .thumb img{
	margin-top:-170px;
}
#office .text{
	width:420px;
	padding:140px 20px 30px !important;
}
#office .text h3{
	font-size:20px;
}
#office .text p{
	font-size:12px;
	margin-top:10px;
}
#office .text .more{
	margin-top:20px;
	font-size:14px;
}
#office .text .more a::after{
	width:30.27px;
	height:12px;
	margin-left:8px;
}
#office .text .more a:hover::after{
	margin-left:13px;
}
}
@media screen and (max-width:480px) {
#office .img_left,
#office .img_right{
	max-width:290px;
	padding-top:120px;
}
#office .img_right{
	margin-top:60px;
}
#office .thumb{
	width:260px;
	height:188px;
}
#office .thumb img{
	margin-top:-105px;
}
#office .text{
	width:260px;
	padding:90px 20px 30px !important;
}
}

#culture{
	margin-top:140px;
}
#culture .h2_title h2{
	font-size:30px;
	line-height:1.5;
	background:rgba(244,60,151,0.7);
}
#culture .inner{
	padding:30px 30px 50px;
	width:auto;
	max-width:954px;
	margin:0 auto;
}
#culture .lead{
	position:relative;
	left:-30px;
	opacity:0;
	-webkit-transition:all 0.6s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 0.6s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 0.6s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#culture .lead.show_on{
	left:0;
	opacity:1;
}
#culture .lead p{
	font-size:30px;
	line-height:1.75;
	font-weight:500;
	color:#f43c97;
}
#culture .tsj_list{
	margin-top:50px;
	font-size:0;
}
#culture .tsj_list li{
	display:inline-block;
	vertical-align:top;
	width:21.46%;
	margin-right:4.71%;
}
#culture .tsj_list li a{
	text-decoration: none;
}
#culture .tsj_list li a:hover{
	opacity: 0.6;
}
#culture .tsj_list li:nth-child(4n){
	margin-right:0;
}
#culture .tsj_list li .thumb{
	position:relative;
	left:-30px;
	opacity:0;
	-webkit-transition:all 0.6s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 0.6s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 0.6s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#culture .tsj_list li:nth-child(2) .thumb{
	-webkit-transition:all 0.6s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 0.6s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 0.6s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#culture .tsj_list li:nth-child(3) .thumb{
	-webkit-transition:all 0.6s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 0.6s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 0.6s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#culture .tsj_list li:nth-child(4) .thumb{
	-webkit-transition:all 0.6s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 0.6s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 0.6s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#culture .tsj_list li.show_on .thumb{
	left:0;
	opacity:1;
}
#culture .tsj_list li .thumb img{
	width:100%;
	height:auto;
}
#culture .tsj_list li h3{
	margin-top:20px;
	font-size:20px;
	line-height:2;
	position:relative;
	left:-30px;
	opacity:0;
	-webkit-transition:all 0.6s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 0.6s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 0.6s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#culture .tsj_list li:nth-child(2) h3{
	-webkit-transition:all 0.6s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 0.6s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 0.6s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#culture .tsj_list li:nth-child(3) h3{
	-webkit-transition:all 0.6s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 0.6s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 0.6s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#culture .tsj_list li:nth-child(4) h3{
	-webkit-transition:all 0.6s 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 0.6s 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 0.6s 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#culture .tsj_list li.show_on h3{
	left:0;
	opacity:1;
	color: #f43c97;
}
#culture .tsj_list li p{
	font-size:16px;
	line-height:1.75;
	position:relative;
	left:-30px;
	opacity:0;
	-webkit-transition:all 0.6s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 0.6s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 0.6s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#culture .tsj_list li:nth-child(2) p{
	-webkit-transition:all 0.6s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 0.6s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 0.6s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#culture .tsj_list li:nth-child(3) p{
	-webkit-transition:all 0.6s 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 0.6s 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 0.6s 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#culture .tsj_list li:nth-child(4) p{
	-webkit-transition:all 0.6s 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 0.6s 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 0.6s 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#culture .tsj_list li.show_on p{
	left:0;
	opacity:1;
}
@media screen and (max-width:767px) {
#culture .h2_title h2{
	font-size:20px;
}
#culture .h2_title h2 span br{
	display:none;
}
#culture .inner{
	padding:40px 15px;
}
#culture .lead{
	margin-bottom:10px;
}
#culture .lead p{
	font-size:20px;
}
#culture .tsj_list{
	margin-top:30px;
}
#culture .tsj_list li h3{
	font-size:16px;
}
#culture .tsj_list li p{
	font-size:12px;
}
}
@media screen and (max-width:480px) {
#culture{
	margin-top:40px;
}
#culture .tsj_list li{
	width:100%;
	margin-right:0;
	margin-top:15px;
	overflow:hidden;
}
#culture .tsj_list li:first-child{
	margin-top:0;
}
#culture .tsj_list li .thumb{
	width:30%;
	max-width:270px;
	float:left;
	margin-right:15px;
}
#culture .tsj_list li h3{
	margin-top:0;
}
#culture .tsj_list li p br{
	display:none;
}
}

#recruit{
	margin-top:80px;
}
#recruit .h2_title h2{
	font-size:30px;
	line-height:1.5;
	background:rgba(0,104,55,0.7);
}
#recruit .inner{
	padding:80px 30px 200px;
	text-align:center;
}
#recruit .lead{
	position:relative;
	left:-30px;
	opacity:0;
	-webkit-transition:all 0.6s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 0.6s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 0.6s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#recruit .lead.show_on{
	left:0;
	opacity:1;
}
#recruit .lead p,
#recruit .lead .inpage_recruit_h{
	font-size:30px;
	line-height:1.75;
	font-weight:500;
	color:#006837;
	background: none;
}
#recruit .recruit_btn{
	margin-top:60px;
	font-size:0;
}
#recruit .recruit_btn li{
	display:inline-block;
	width:288px;
	font-size:16px;
	line-height:1.7;
	text-align:left;
}
#recruit .recruit_btn li:first-child{
	margin-right:125px;
}
#recruit .recruit_btn li a{
	width:100%;
	height:288px;
	display:table;
	color:#fff;
	text-decoration:none;
	position:relative;
	-webkit-transform:scale(0.6);
	-ms-transform:scale(0.6);
	transform:scale(0.6);
	opacity:0;
}
#recruit .recruit_btn li:first-child a{
	background-color:#009245;
	-webkit-transition:all 0.6s 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-ms-transition:all 0.6s 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition:all 0.6s 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#recruit .recruit_btn li:last-child a{
	background-color:#FBB03B;
	-webkit-transition:all 0.6s 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-ms-transition:all 0.6s 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition:all 0.6s 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#recruit .recruit_btn li.show_on a{
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	opacity:1;
}
#recruit .recruit_btn li a span{
	display:table-cell;
	vertical-align:middle;
	font-size:30px;
	line-height:1.75;
	font-weight:bold;
	text-align:center;
	position:relative;
}
#recruit .recruit_btn li a span::after{
	content:"";
	width:48px;
	height:16px;
	background:url(/wp-content/themes/recruit-site/images/icon_arrow.svg) no-repeat center center;
	background-size:100% 100%;
	position:absolute;
	bottom:45px;
	left:50%;
	margin-left:-24px;
	-webkit-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
#recruit .recruit_btn li a:hover span::after{
	margin-left:-17px;
}
#recruit .recruit_btn li > span{
	display:block;
	margin-top:30px;
	position:relative;
	left:-30px;
	opacity:0;
}
#recruit .recruit_btn li:first-child > span{
	-webkit-transition:all 0.6s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 0.6s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 0.6s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#recruit .recruit_btn li:last-child > span{
	-webkit-transition:all 0.6s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition:all 0.6s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:all 0.6s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#recruit .recruit_btn li.show_on > span{
	left:0;
	opacity:1;
}
@media screen and (max-width:980px) {
#recruit .recruit_btn li:first-child{
	margin-right:60px;
}
}
@media screen and (max-width:767px) {
#recruit{
	margin-top:50px;
}
#recruit .h2_title h2{
	font-size:20px;
}
#recruit .inner{
	padding:30px 15px 60px;
}
#recruit .lead p, #recruit .lead .inpage_recruit_h{
	font-size:20px;
}
#recruit .recruit_btn{
	margin:40px auto 0;
	max-width:636px;
}
#recruit .recruit_btn li{
	width:48.42%;
	font-size:12px;
}
#recruit .recruit_btn li:first-child{
	margin-right:3.14%;
}
#recruit .recruit_btn li a{
	height:200px;
}
#recruit .recruit_btn li a span{
	font-size:20px;
}
#recruit .recruit_btn li a span::after{
	width:30.27px;
	height:12px;
	margin-left: -15.135px;
}
#recruit .recruit_btn li a:hover span::after {
	margin-left:-10.135px;
}
#recruit .recruit_btn li > span{
	margin-top:15px;
}
}
@media screen and (max-width:480px) {
#recruit .recruit_btn li{
	width:100%;
}
#recruit .recruit_btn li:first-child{
	margin-right:0;
	margin-bottom:20px;
}
#recruit .recruit_btn li a{
	height:100px;
}
#recruit .recruit_btn li a span br{
	display:none;
}
#recruit .recruit_btn li a span::after{
	bottom:20px;
}
#recruit .recruit_btn li > span{
	text-align:center;
}
}


@media screen and (max-width:1166px) {
.footer18_company{
	width:100%;
	margin-left:0;
	margin-right:0;
}
}


/*-----------------------------------------
  下層　共通事項
-------------------------------------------*/

div[id^="page_"] .contents {
  max-width: 1106px;
  margin: 0 auto;
}

.title_img {
  position: relative;
  width: 100%;
  padding-top: 40%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}

.main_title {
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 64px;
  height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.title_img .main_title {
  color: #fff;
  width: 380px;
  box-sizing: border-box;
  padding: 30px 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) skewY(-4.5deg);
  transform: translate(-50%, -50%) skewY(-4.5deg);
  margin: 0;
}

.title_img .main_title .skew {
  -webkit-transform: skewY(4.5deg);
  transform: skewY(4.5deg);
  display: block;
}

#page_office .title_img .main_title {
  background: rgba(237, 28, 36, 0.7);
}

#page_culture .title_img .main_title {
  background: rgba(244, 60, 151, 0.7);
}

#page_tsj .title_img .main_title {
  background: rgba(0, 113, 188, 0.7);
}

.main_title .title_small {
  display: block;
  padding-top: 20px;
  font-size: 14px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}

.contents .main_title {
  font-size: 32px;
  font-weight: 400;
}

#page_members .main_title {
  color: #f5a444;
}

#page_fleshers .main_title {
  color: #009245;
}

#page_careers .main_title {
  color: #fbb03b;
}

.top_img {
  width: 100%;
}

.movie_wrap {
  width: 90%;
  height: 0;
  position: relative;
  padding-top: 43.75%;
  margin: 5% auto;
  overflow: hidden;
}

.movie_wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

div[id^="page_"] #recruit {
  margin-top: 0;
}

/*-----------------------------------------
  MEMBERS TOP
-------------------------------------------*/

#page_members #recruit {
  margin-top: 50px;
}

#page_members::before {
  content: "";
  width: 50%;
  height: 85px;
  background: #e6e6e6;
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
  display: block;
  position: absolute;
  left: -5px;
  top: 8px;
}

#page_members .members_list {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 3%;
}

#page_members .members_list::after {
  content: "";
  clear: both;
  display: block;
  width: 29%;
}

#page_members .members_list li {
  width: 29%;
  float: left;
  margin: 0 0 50px;
  opacity: 0;
}

#page_members .members_list li.show_on {
  opacity: 1;
}

#page_members .members_list li.left {
  clear: left;
  margin-top: 50px;
}

#page_members .members_list li.left.show_on {
  margin-top: 0;
}

#page_members .members_list li.left .list_img {
  -webkit-transform: skewY(4.5deg);
  transform: skewY(4.5deg);
  margin-bottom: 20px;
}

#page_members .members_list li.left .list_img img {
  -webkit-transform: translate(-50%, -50%) skewY(-4.5deg);
  transform: translate(-50%, -50%) skewY(-4.5deg);
}

#page_members .members_list li.center {
  margin-top: 100px;
}

#page_members .members_list li.center.show_on {
  margin-top: 50px;
}

#page_members .members_list li.right {
  margin-top: -30px;
}

#page_members .members_list li.right.show_on {
  margin-top: -80px;
}

#page_members .members_list li a {
  display: block;
  text-decoration: none;
  transition: all .5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#page_members .members_list li a:hover {
  opacity: 0.7;
}

#page_members .members_list li dd {
  font-size: 12px;
  line-height: 1.8;
}

#page_members .members_list .list_img {
  width: 100%;
  height: 0;
  padding-top: 137%;
  overflow: hidden;
  position: relative;
  -webkit-transform: skewY(-4.5deg);
  transform: skewY(-4.5deg);
  margin-bottom: 40px;
}

#page_members .members_list .list_img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) skewY(4.5deg);
  transform: translate(-50%, -50%) skewY(4.5deg);
}

#page_members .members_list .members_name {
  font-size: 16px;
  line-height: 1.8;
}

#page_members .members_list .members_name_en {
  padding-bottom: 10px;
}

#page_members .members_list .interview_title {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  padding-left: 15px;
  border-left-width: 4px;
  border-left-style: solid;
  font-weight: bold;
}

/*-----------------------------------------
  INTERVIEW
-------------------------------------------*/

#page_interview {
  letter-spacing: 1px;
}

#page_interview .title_img {
  transition: all 0.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

#page_interview .title_img.show_on {
  opacity: 1;
}

#page_interview .interview_title_area {
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: translate(0, -50%) skewY(-4.5deg);
  transform: translate(0, -50%) skewY(-4.5deg);
  padding: calc(100vw / 25) calc(100vw / 30) calc(100vw / 35);
  position: absolute;
  top: 50%;
  left: calc(100vw / 10);
  min-height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.6rem;
}

#page_interview .interview_title_area > * {
  -webkit-transform: skewY(4.5deg);
  transform: skewY(4.5deg);
}

#page_interview .interview_title_area .interview_title {
  border-left-width: 4px;
  border-left-style: solid;
  padding-left: calc(100vw / 50);
  line-height: 1.6;
  margin-bottom: calc(100vw / 60);
  font-size: 30px;
  font-weight: 500;
}

#page_interview .interview_title_area dl {
  padding-left: calc((100vw / 50) + 4px);
}

#page_interview .interview_title_area dl dd {
  font-size: calc(100vw / 100);
  line-height: 2;
}

#page_interview .interview_title_area dl .members_name {
  font-size: 24px;
  font-weight: 500;
}

#page_interview .interview_title_area dl .members_name_en {
  padding-bottom: 20px;
}

.interview section[class^="interview"] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

.interview .interview_txt {
  line-height: 2;
  font-size: 16px;
}

.interview .interview_txt h2 {
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 30px;
  line-height: 1.4;
}

.interview .interview_txt p {
  padding-bottom: 20px;
}

.interview_01 {
  flex-direction: row;
  align-items: center;
  margin: 130px auto;
  transition: all 1s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

.interview_01.show_on {
  margin-top: 80px;
  opacity: 1;
}

.interview_01 .interview_txt {
  flex-basis: 55%;
}

.interview_01 .interview_img {
  flex-basis: 34%;
  padding-left: 38px;
  box-sizing: content-box;
}

.interview_01 .interview_img .img_shadow {
  width: 100%;
  height: 0;
  padding-top: 137%;
  overflow: hidden;
  position: relative;
  -webkit-transform: skewY(-4.5deg);
  transform: skewY(-4.5deg);
  box-shadow: -35px 38px 0px 0px #fff;
}

.interview_01 .interview_img .img_shadow img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) skewY(4.5deg);
  transform: translate(-50%, -50%) skewY(4.5deg);
}

.interview_02 {
  flex-direction: row-reverse;
  align-items: flex-start;
  margin-top: 200px;
  transition: all 1s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

.interview_02.show_on {
  margin-top: 150px;
  opacity: 1;
}

.interview_02 .interview_txt {
  flex-basis: 51%;
}

.interview_02 .interview_img {
  flex-basis: 38%;
  padding-right: 38px;
  box-sizing: content-box;
}

.interview_02 .interview_img .img_shadow {
  width: 100%;
  height: 0;
  padding-top: 64%;
  overflow: hidden;
  position: relative;
  -webkit-transform: skewY(-4.5deg);
  transform: skewY(-4.5deg);
  box-shadow: 35px -38px 0px 0px #fff;
}

.interview_02 .interview_img .img_shadow img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) skewY(4.5deg);
  transform: translate(-50%, -50%) skewY(4.5deg);
}

.interview_03 {
  flex-direction: row;
  align-items: flex-start;
  margin-top: 200px;
  transition: all 1s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

.interview_03.show_on {
  margin-top: 150px;
  opacity: 1;
}

.interview_03 .interview_txt {
  flex-basis: 49%;
}

.interview_03 .interview_img {
  flex-basis: 40%;
  padding-left: 38px;
  box-sizing: content-box;
}

.interview_03 .interview_img .img_shadow {
  width: 100%;
  height: 0;
  padding-top: 90%;
  overflow: hidden;
  position: relative;
  -webkit-transform: skewY(-4.5deg);
  transform: skewY(-4.5deg);
  box-shadow: -35px -50px 0px 0px #fff;
}

.interview_03 .interview_img .img_shadow img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) skewY(4.5deg);
  transform: translate(-50%, -50%) skewY(4.5deg);
}

.next_member_anime {
  padding-top: 100px;
  transition: all 1s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

.next_member_anime.show_on {
  padding-top: 0;
  opacity: 1;
}

.next_member {
  display: block;
  background: #fff;
  border: 1px solid #ccc;
  max-width: 700px;
  width: 90%;
  margin: 0 auto 100px;
  padding: 25px 50px 25px 20px;
  position: relative;
  cursor: pointer;
}

.next_member:hover {
  background-color: transparent;
}

.next_member:hover .next_h {
  border-color: #fff;
}

.next_member:hover::after {
  border-color: #fff;
}

.next_member:hover a,
.next_member:hover .member_color {
  color: #fff !important;
}

.next_member:hover .img_shadow {
  box-shadow: 15px 20px 0px 0px #fff;
}

.next_member:hover::before {
  left: 0%;
  right: auto;
  width: 100%;
}

.next_member::before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';
  color: #000 !important;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

.next_member::after {
  content: "";
  width: 30px;
  height: 30px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -15px;
}

.next_member a {
  text-decoration: none;
  transition: all .5s;
}

.next_member .next_h {
  display: block;
  border-left: 4px solid #333;
  padding-left: 15px;
  font-size: 18px;
  line-height: 1;
}

.next_member .next_title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.8;
  padding: 19px;
}

.next_member dl {
  padding-left: 19px;
}

.next_member dl dd {
  font-size: 12px;
  line-height: 2;
}

.next_member dl .members_name {
  font-size: 20px;
  padding-bottom: 5px;
  font-weight: 500;
}

.next_member dl .members_name_en {
  padding-bottom: 11px;
  display: block;
}

.next_member .next_img {
  width: 35%;
  float: right;
  padding: 10px 30px 30px 15px;
}

.next_member .next_img .img_shadow {
  width: 100%;
  height: 0;
  padding-top: 95%;
  overflow: hidden;
  position: relative;
  -webkit-transform: skewY(-4.5deg);
  transform: skewY(-4.5deg);
  box-shadow: 15px 20px 0px 0px #fff;
}

.next_member .next_img .img_shadow img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) skewY(4.5deg);
  transform: translate(-50%, -50%) skewY(4.5deg);
}

.members_top_btn {
  text-align: center;
  padding: 0 30px 10%;
  padding-top: 100px;
  transition: all 1s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  margin: 0 auto;
}

.members_top_btn a {
  display: flex;
  min-height: 100px;
  color: #fff;
  text-align: center;
  background: #f5a444;
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 100px;
  margin: 10px auto;
  align-items: center;
  width: 60%;
  justify-content: center;
}

.members_top_btn a::after {
  content: "";
  width: 48px;
  height: 16px;
  background: url(/wp-content/themes/recruit-site/images/icon_arrow.svg) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  transition: all 0.3s;
}

.members_top_btn a:hover {
  opacity: 0.6;
}

.members_top_btn p.coming_soon {
  background: #eee;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 100px;
  padding: 0 100px;
  margin: 10px;
  color: #777;
}

.members_top_btn.show_on {
  padding-top: 0;
  opacity: 1;
}

.members_list .okazaki {
  transition: all 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.okazaki .member_color {
  color: #6c9cda;
}

.okazaki .title_img {
  background-image: url(/wp-content/themes/recruit-site/images/members/okazaki_main.jpg);
}

.okazaki .interview_01 .img_shadow {
  box-shadow: -35px 38px 0px 0px #dae9fc;
}

.okazaki .interview_02 .img_shadow {
  box-shadow: 35px -38px 0px 0px #dae9fc;
}

.okazaki .interview_03 .img_shadow {
  box-shadow: -35px -50px 0px 0px #dae9fc;
}

.okazaki.next_member::before {
  background: #6c9cda;
}

.okazaki .next_img .img_shadow {
  box-shadow: 15px 20px 0px 0px #dae9fc;
}

.members_list .takahashi {
  transition: all 1s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.takahashi .member_color {
  color: #ff81c0;
}

.takahashi .title_img {
  background-image: url(/wp-content/themes/recruit-site/images/members/takahashi_main.jpg);
}

.takahashi .interview_01 .img_shadow {
  box-shadow: -35px 38px 0px 0px #ffdeee;
}

.takahashi .interview_02 .img_shadow {
  box-shadow: 35px -38px 0px 0px #ffdeee;
}

.takahashi .interview_03 .img_shadow {
  box-shadow: -35px -50px 0px 0px #ffdeee;
}

.takahashi.next_member::before {
  background: #ff81c0;
}

.takahashi .next_img .img_shadow {
  box-shadow: 15px 20px 0px 0px #ffdeee;
}

.members_list .yamadate {
  transition: all 1s 1.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.yamadate .member_color {
  color: #78b06c;
}

.yamadate .title_img {
  background-image: url(/wp-content/themes/recruit-site/images/members/yamadate_main.jpg);
}

.yamadate .interview_01 .img_shadow {
  box-shadow: -35px 38px 0px 0px #d7e9d3;
}

.yamadate .interview_02 .img_shadow {
  box-shadow: 35px -38px 0px 0px #d7e9d3;
}

.yamadate .interview_03 .img_shadow {
  box-shadow: -35px -50px 0px 0px #d7e9d3;
}

.yamadate.next_member::before {
  background: #78b06c;
}

.yamadate .next_img .img_shadow {
  box-shadow: 15px 20px 0px 0px #d7e9d3;
}

.members_list .isogami {
  transition: all 1s 1.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.isogami .member_color {
  color: #dfc200;
}

.isogami .title_img {
  background-image: url(/wp-content/themes/recruit-site/images/members/isogami_main.jpg);
}

.isogami .interview_01 .img_shadow {
  box-shadow: -35px 38px 0px 0px #faf9cb;
}

.isogami .interview_02 .img_shadow {
  box-shadow: 35px -38px 0px 0px #faf9cb;
}

.isogami .interview_03 .img_shadow {
  box-shadow: -35px -50px 0px 0px #faf9cb;
}

.isogami.next_member::before {
  background: #dfc200;
}

.isogami .next_img .img_shadow {
  box-shadow: 15px 20px 0px 0px #faf9cb;
}

.members_list .hiraoka {
  transition: all 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hiraoka .member_color {
  color: #f76868;
}

.hiraoka .title_img {
  background-image: url(/wp-content/themes/recruit-site/images/members/hiraoka_main.jpg);
}

.hiraoka .interview_01 .img_shadow {
  box-shadow: -35px 38px 0px 0px #ffe5e5;
}

.hiraoka .interview_02 .img_shadow {
  box-shadow: 35px -38px 0px 0px #ffe5e5;
}

.hiraoka .interview_03 .img_shadow {
  box-shadow: -35px -50px 0px 0px #ffe5e5;
}

.hiraoka.next_member::before {
  background: #f76868;
}

.hiraoka .next_img .img_shadow {
  box-shadow: 15px 20px 0px 0px #ffe5e5;
}

.members_list .wakabayashi {
  transition: all 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.wakabayashi .member_color {
  color: #8898d1;
}

.wakabayashi .title_img {
  background-image: url(/wp-content/themes/recruit-site/images/members/wakabayashi_main.jpg);
}

.wakabayashi .interview_01 .img_shadow {
  box-shadow: -35px 38px 0px 0px #e0e5f7;
}

.wakabayashi .interview_02 .img_shadow {
  box-shadow: 35px -38px 0px 0px #e0e5f7;
}

.wakabayashi .interview_03 .img_shadow {
  box-shadow: -35px -50px 0px 0px #e0e5f7;
}

.wakabayashi.next_member::before {
  background: #8898d1;
}

.wakabayashi .next_img .img_shadow {
  box-shadow: 15px 20px 0px 0px #e0e5f7;
}

.members_list .yui {
  transition: all 0.5s 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.yui .member_color {
  color: #f5a444;
}

.yui .title_img {
  background-image: url(/wp-content/themes/recruit-site/images/members/yui_main.jpg);
}

.yui .interview_01 .img_shadow {
  box-shadow: -35px 38px 0px 0px #fae4ca;
}

.yui .interview_02 .img_shadow {
  box-shadow: 35px -38px 0px 0px #fae4ca;
}

.yui .interview_03 .img_shadow {
  box-shadow: -35px -50px 0px 0px #fae4ca;
}

.yui.next_member::before {
  background: #f5a444;
}

.yui .next_img .img_shadow {
  box-shadow: 15px 20px 0px 0px #fae4ca;
}

.members_list .nakagawa {
  transition: all 0.5s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.nakagawa .member_color {
  color: #6bb48a;
}

.nakagawa .title_img {
  background-image: url(/wp-content/themes/recruit-site/images/members/nakagawa_main.jpg);
}

.nakagawa .interview_01 .img_shadow {
  box-shadow: -35px 38px 0px 0px #d0eedd;
}

.nakagawa .interview_02 .img_shadow {
  box-shadow: 35px -38px 0px 0px #d0eedd;
}

.nakagawa .interview_03 .img_shadow {
  box-shadow: -35px -50px 0px 0px #d0eedd;
}

.nakagawa.next_member::before {
  background: #6bb48a;
}

.nakagawa .next_img .img_shadow {
  box-shadow: 15px 20px 0px 0px #d0eedd;
}

.members_list .naito {
  transition: all 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.naito .member_color {
  color: #42ccd7;
}

.naito .title_img {
  background-image: url(/wp-content/themes/recruit-site/images/members/naito_main.jpg);
}

.naito .interview_01 .img_shadow {
  box-shadow: -35px 38px 0px 0px #dbf5f7;
}

.naito .interview_02 .img_shadow {
  box-shadow: 35px -38px 0px 0px #dbf5f7;
}

.naito .interview_03 .img_shadow {
  box-shadow: -35px -50px 0px 0px #dbf5f7;
}

.naito.next_member::before {
  background: #42ccd7;
}

.naito .next_img .img_shadow {
  box-shadow: 15px 20px 0px 0px #dbf5f7;
}

.members_list .fujiyama {
  transition: all 0.5s 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.fujiyama .member_color {
  color: #b08e67;
}

.fujiyama .title_img {
  background-image: url(/wp-content/themes/recruit-site/images/members/fujiyama_main.jpg);
}

.fujiyama .interview_01 .img_shadow {
  box-shadow: -35px 38px 0px 0px #eee0d0;
}

.fujiyama .interview_02 .img_shadow {
  box-shadow: 35px -38px 0px 0px #eee0d0;
}

.fujiyama .interview_03 .img_shadow {
  box-shadow: -35px -50px 0px 0px #eee0d0;
  width: 100%;
  height: 0;
  padding-top: 79%;
  overflow: hidden;
  position: relative;
  -webkit-transform: skewY(-4.5deg);
  transform: skewY(-4.5deg);
}

.fujiyama .interview_03 .img_shadow img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) skewY(4.5deg);
  transform: translate(-50%, -50%) skewY(4.5deg);
}

.fujiyama.next_member::before {
  background: #b08e67;
}

.fujiyama .next_img .img_shadow {
  box-shadow: 15px 20px 0px 0px #eee0d0;
}

.members_list .consul {
  transition: all 0.5s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.consul .member_color {
  color: #ad94c1;
}

.consul .title_img {
  background-image: url(/wp-content/themes/recruit-site/images/members/consul_main.jpg);
}

.consul .interview_01 .img_shadow {
  box-shadow: -35px 38px 0px 0px #f1eaf5;
}

.consul .interview_02 {
  align-items: center;
}

.consul .interview_02 .interview_img {
  flex-basis: 34%;
}

.consul .interview_02 .img_shadow {
  box-shadow: 35px -38px 0px 0px #f1eaf5;
  width: 100%;
  height: 0;
  padding-top: 137%;
  overflow: hidden;
  position: relative;
  -webkit-transform: skewY(-4.5deg);
  transform: skewY(-4.5deg);
}

.consul .interview_02 .img_shadow img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) skewY(4.5deg);
  transform: translate(-50%, -50%) skewY(4.5deg);
}

.consul .interview_03 .img_shadow {
  box-shadow: -35px -50px 0px 0px #f1eaf5;
  width: 100%;
  height: 0;
  padding-top: 64%;
  overflow: hidden;
  position: relative;
  -webkit-transform: skewY(-4.5deg);
  transform: skewY(-4.5deg);
}

.consul .interview_03 .img_shadow img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) skewY(4.5deg);
  transform: translate(-50%, -50%) skewY(4.5deg);
}

.consul.next_member::before {
  background: #ad94c1;
}

.consul .next_img .img_shadow {
  box-shadow: 15px 20px 0px 0px #f1eaf5;
}

/*-----------------------------------------
  できること
-------------------------------------------*/

#tsj .tsj_top_btn {
  text-align: center;
  padding: 0 30px 10%;
  padding-top: 100px 0 0;
  padding-bottom: 0;
  margin: 80px auto 0;
  transition: all 1s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

#tsj .tsj_top_btn a {
  display: flex;
  min-height: 100px;
  color: #fff;
  text-align: center;
  background: #0071bc;
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 100px;
  margin: 10px auto;
  align-items: center;
  width: 60%;
  justify-content: center;
}

#tsj .tsj_top_btn a::after {
  content: "";
  width: 48px;
  height: 16px;
  background: url(/wp-content/themes/recruit-site/images/icon_arrow.svg) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  transition: all 0.3s;
}

#tsj .tsj_top_btn a:hover {
  opacity: 0.6;
}

#tsj .tsj_top_btn p.coming_soon {
  background: #eee;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 100px;
  padding: 0 100px;
  margin: 10px;
  color: #777;
}

#tsj .tsj_top_btn.show_on {
  padding-top: 0;
  opacity: 1;
}

#page_tsj .title_img {
  background-image: url(/wp-content/themes/recruit-site/images/tsj/top_img_tsj.jpg);
  transition: all 1s 0s cubic-bezier(0.23, 1, 0.32, 1);
}

#page_tsj .main_title {
  font-size: 48px;
}

#page_tsj .main_title .yu_font {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  padding-left: 6px;
}

#page_tsj .contents .main_title {
  color: #0071bc;
}

#page_tsj .tsj_point_list {
  counter-reset: number 0;
  padding: 50px 0 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#page_tsj .tsj_point_list::after {
  content: "";
  clear: both;
  display: block;
}

#page_tsj .tsj_point_list li {
  width: 47%;
  box-sizing: border-box;
  padding: 50px 20px 50px 140px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
}

#page_tsj .tsj_point_list li::before {
  counter-increment: number 1;
  content: counter(number);
  font-size: 200px;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  font-style: italic;
  color: #0071bc;
  text-shadow: -14px 17px 0px #dff2ff;
  line-height: 1;
  position: absolute;
  left: -15px;
  top: 0;
  width: 120px;
}

#page_tsj .tsj_point_list li.show_on {
  opacity: 1;
}

#page_tsj .tsj_point_list li h2 {
  color: #0071bc;
  padding-bottom: 15px;
  border-bottom: 5px solid #0071bc;
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 32px;
}

#page_tsj .tsj_point_list li p {
  font-size: 16px;
  line-height: 1.8;
}

#page_tsj .tsj_point_list li:nth-of-type(1) {
  transition: all 1s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

#page_tsj .tsj_point_list li:nth-of-type(2) {
  transition: all 1s 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

#page_tsj .tsj_point_list li:nth-of-type(3) {
  transition: all 1s 0.9s cubic-bezier(0.23, 1, 0.32, 1);
}

#page_tsj .tsj_point_list li:nth-of-type(4) {
  transition: all 1s 1.2s cubic-bezier(0.23, 1, 0.32, 1);
}

#page_tsj .tsj_point_list li:nth-of-type(5) {
  transition: all 1s 1.5s cubic-bezier(0.23, 1, 0.32, 1);
}

#page_tsj .tsj_point_list li:nth-of-type(6) {
  transition: all 1s 1.8s cubic-bezier(0.23, 1, 0.32, 1);
}

#page_tsj .tsj_point_list li:nth-of-type(7) {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  transition: all 1s 2.1s cubic-bezier(0.23, 1, 0.32, 1);
}

#page_tsj .tsj_point_list li:nth-of-type(7) .li7txt {
  width: 37.53%;
}

#page_tsj .tsj_point_list li:nth-of-type(7) .c_ticket {
  width: 56%;
  border-radius: 10px;
  padding: 10px;
  position: relative;
  text-align: center;
  margin-top: -50px;
  background: url(/wp-content/themes/recruit-site/images/tsj/star1.png) no-repeat right 10px top 45px, url(/wp-content/themes/recruit-site/images/tsj/star2.png) no-repeat left 15px bottom 20px, #e3f8ff;
}

#page_tsj .tsj_point_list li:nth-of-type(7) .c_ticket::before {
  content: "";
  height: 0;
  width: 0;
  border: solid transparent;
  border-width: 25px;
  border-right-color: #e3f8ff;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -25px;
}

#page_tsj .tsj_point_list li:nth-of-type(7) .c_ticket figcaption {
  color: #0071bc;
  font-size: 18px;
  font-weight: bold;
  margin: 10px auto;
}

#page_tsj .tsj_point_list li:nth-of-type(7) .c_ticket figcaption::before {
  display: inline-block;
  content: "WOW!";
  font-family: 'Oswald', sans-serif;
  font-size: 35px;
  font-weight: bold;
  padding: 0 25px 2px;
  margin-right: 15px;
  vertical-align: middle;
  line-height: 35px;
  background: url(/wp-content/themes/recruit-site/images/tsj/left_lines.png) no-repeat left bottom/22px, url(/wp-content/themes/recruit-site/images/tsj/right_lines.png) no-repeat right bottom/22px;
}

#page_tsj .tsj_point_list li:nth-of-type(7) .c_ticket img {
  max-width: 100%;
}

#page_tsj .travel_ex .travel_ex_top {
  border-top: 3px solid #0071bc;
  padding: 55px 0;
  transition: all 1s 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
}

#page_tsj .travel_ex .travel_ex_top.show_on {
  opacity: 1;
}

#page_tsj .travel_ex .travel_ex_top h2 {
  color: #0071bc;
  font-size: 36px;
  padding-bottom: 30px;
  text-align: center;
  line-height: 1.6;
}

#page_tsj .travel_ex .travel_ex_top p {
  max-width: 100%;
  width: 620px;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 auto;
}

#page_tsj .travel_ex .travel_ex_list {
  padding: 0 3%;
}

#page_tsj .travel_ex .travel_ex_list li {
  overflow: hidden;
  border-top: 2px dotted #333;
  padding: 160px 2% 60px;
  transition: all 1s 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

#page_tsj .travel_ex .travel_ex_list li.show_on {
  padding-top: 60px;
}

#page_tsj .travel_ex .travel_ex_list .ex_txt {
  float: left;
  width: 46%;
}

#page_tsj .travel_ex .travel_ex_list .ex_txt h3 {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  position: relative;
  border: 3px solid #333;
  padding: 20px 30px;
  margin: 40px 0 85px;
}

#page_tsj .travel_ex .travel_ex_list .ex_txt h3::before {
  position: absolute;
  top: -47px;
  left: 10px;
  content: "Want!";
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

#page_tsj .travel_ex .travel_ex_list .ex_txt p {
  color: #0071bc;
  border: 3px solid #0071bc;
  padding: 20px 30px;
  line-height: 1.8;
  font-size: 16px;
  position: relative;
  background: #dff2ff;
}

#page_tsj .travel_ex .travel_ex_list .ex_txt p::before {
  content: "OK!";
  position: absolute;
  top: -47px;
  left: 0px;
  padding: 0 25px;
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  background: url(/wp-content/themes/recruit-site/images/tsj/left_lines.png) no-repeat left bottom/22px, url(/wp-content/themes/recruit-site/images/tsj/right_lines.png) no-repeat right bottom/22px;
  font-weight: 700;
  line-height: 1;
}

#page_tsj .travel_ex .travel_ex_list .ex_ph {
  float: right;
  width: 48%;
}

#page_tsj .travel_ex .travel_ex_list .ex_ph img {
  max-width: 100%;
  margin-top: 35px;
  display: block;
}

#page_tsj .travel_ex .travel_ex_list .ex_ph img.ex_ph01 {
  margin-top: -15px;
}

#page_tsj .jobs .inner {
  -webkit-transform: skewY(-4.5deg);
  transform: skewY(-4.5deg);
}

#page_tsj .jobs .img_left,
#page_tsj .jobs .img_right {
  position: relative;
  overflow: hidden;
  max-width: 1106px;
  margin: 30px auto;
  padding: 70px 0;
  min-height: 500px;
}

#page_tsj .jobs .img_left .job_img,
#page_tsj .jobs .img_right .job_img {
  width: 50%;
  position: absolute;
  opacity: 0;
  transition: all 0.6s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#page_tsj .jobs .img_left .thumb,
#page_tsj .jobs .img_right .thumb {
  width: 100%;
  padding-top: 72%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#page_tsj .jobs .img_left .thumb img,
#page_tsj .jobs .img_right .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%) skewY(4.5deg);
  transform: translate(-50%, -50%) skewY(4.5deg);
}

#page_tsj .jobs .img_left .text,
#page_tsj .jobs .img_right .text {
  width: 60%;
  padding: 60px 80px 80px;
  background-color: #F2F2F2;
  position: relative;
  z-index: 0;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.6s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#page_tsj .jobs .img_left .text h3,
#page_tsj .jobs .img_right .text h3 {
  font-size: 30px;
  color: #0071bc;
  line-height: 1.75;
  font-weight: 500;
  -webkit-transform: skewY(4.5deg);
  transform: skewY(4.5deg);
  position: relative;
}

#page_tsj .jobs .img_left .text p,
#page_tsj .jobs .img_right .text p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.8;
  -webkit-transform: skewY(4.5deg);
  transform: skewY(4.5deg);
  position: relative;
}

#page_tsj .jobs .img_right .job_img {
  right: 100px;
  top: 70px;
}

#page_tsj .jobs .img_right .text {
  padding-right: 200px;
  margin-left: 100px;
}

#page_tsj .jobs .img_right.show_on .job_img {
  right: 0;
  top: 0;
  opacity: 1;
}

#page_tsj .jobs .img_right.show_on .text {
  margin-left: 0;
  opacity: 1;
}

#page_tsj .jobs .img_left .job_img {
  left: 100px;
}

#page_tsj .jobs .img_left .text {
  float: right;
  padding-left: 200px;
  margin-right: 100px;
  margin-top: 0px;
}

#page_tsj .jobs .img_left.show_on .job_img {
  left: 0;
  opacity: 1;
}

#page_tsj .jobs .img_left.show_on .text {
  margin-right: 0;
  margin-top: -70px;
  opacity: 1;
}

/*-----------------------------------------
  OFFICE
-------------------------------------------*/

#page_office .show_target {
  opacity: 0;
  transition: all 1.5s 1s cubic-bezier(0.23, 1, 0.32, 1);
}

#page_office .show_on {
  opacity: 1;
}

#page_office .title_img {
  background-image: url(/wp-content/themes/recruit-site/images/office/top_img_office.jpg);
  transition: all 1s 0s cubic-bezier(0.23, 1, 0.32, 1);
}

#page_office .contents .main_title {
  color: #c1272d;
}

#page_office h3 {
  font-size: 14px;
  padding-bottom: 1em;
  letter-spacing: 1px;
  line-height: 1.8;
}

#page_office h3 + p {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 1px;
}

#page_office .office_img_block {
  position: relative;
  padding-bottom: 10%;
  clear: both;
}

#page_office .office_img_block::after {
  content: "";
  clear: both;
  display: block;
}

#page_office .office_img_01 {
  display: block;
  margin: 0 auto 10%;
  max-width: 80%;
}

#page_office .office_img_02 {
  float: right;
  margin-right: 12%;
  max-width: 30%;
}

#page_office .office_img_03 {
  box-shadow: -70px -45px 0 0 #f2f2f2;
  margin: 5% 0 0 10%;
  max-width: 60%;
}

#page_office .office_img_04 {
  display: block;
  margin: 0 auto 8%;
  max-width: 80%;
}

#page_office .office_txt_01 {
  float: right;
  margin: 0 7% 0 0;
  box-sizing: border-box;
  width: 445px;
}

#page_office .office_txt_01 .office_img_05 {
  margin-bottom: 15%;
  width: 100%;
  max-width: 445px;
}

#page_office .office_img_06 {
  margin: 15% 0 0 10%;
  box-shadow: -50px 63px 0 0 #f2f2f2;
}

#page_office .office_img_07 {
  display: block;
  margin: 0 auto 7%;
  max-width: 80%;
}

#page_office .office_img_08 {
  float: left;
  margin-left: 5%;
  max-width: 45%;
}

#page_office .office_txt_02 {
  float: left;
  width: 40%;
  max-width: 340px;
  margin-left: 7%;
  margin-top: 7%;
}

#page_office .office_img_block.relax::before {
  content: "";
  background: #f2f2f2;
  width: 30%;
  height: 60%;
  position: absolute;
  z-index: -1;
  bottom: -25%;
  right: 7%;
  display: block;
}

#page_office .office_img_09 {
  float: right;
  max-width: 50%;
  margin-right: 13%;
}

#page_office .office_txt_03 {
  max-width: 350px;
  width: 35%;
  float: left;
  margin-left: 8%;
  margin-top: 11%;
}

#page_office .office_img_block.relax2 {
  margin-top: -16%;
  padding-bottom: 5%;
}

#page_office .office_img_block.relax2::before {
  content: "";
  border: 2px solid #f2f2f2;
  width: 25%;
  height: 65%;
  position: absolute;
  z-index: -1;
  top: -15%;
  left: 0;
  display: block;
}

#page_office .office_img_10 {
  float: left;
  max-width: 50%;
  margin-left: 8%;
}

#page_office .office_img_11 {
  float: right;
  margin-right: 16%;
  margin-top: 10%;
}

#page_office .environment::after {
  content: "";
  clear: both;
  display: block;
}

#page_office .office_img_12 {
  display: block;
  margin: 0 auto 7%;
  box-shadow: -126px 40px 0 0 #f2f2f2;
  max-width: 80%;
}

#page_office .env1 {
  padding-bottom: 0;
}

#page_office .env1::before {
  content: "";
  border: 2px solid #f2f2f2;
  width: 25%;
  height: 28%;
  position: absolute;
  z-index: -1;
  top: 54%;
  left: 21%;
  display: block;
}

#page_office .office_txt_04 {
  float: left;
  max-width: 470px;
  margin: 2% 0 2% 8%;
}

#page_office .office_img_13 {
  float: right;
  margin-right: 10%;
  margin-top: 2%;
}

#page_office .office_img_14 {
  float: left;
  margin: 5% 0 4% 12%;
}

#page_office .office_txt_05 {
  float: left;
  max-width: 420px;
  margin-left: 8%;
}

#page_office .office_img_15 {
  float: right;
  margin-right: 17.5%;
  margin-top: -11%;
}

#page_office .env2 {
  padding-bottom: 0;
  margin-bottom: 5%;
  margin-top: 1%;
}

#page_office .env2::before {
  content: "";
  border: 2px solid #f2f2f2;
  width: 15%;
  height: 84%;
  position: absolute;
  z-index: -1;
  top: -99%;
  right: 13%;
  display: block;
}

/*-----------------------------------------
  CULTURE
-------------------------------------------*/

#page_culture .show_target {
  opacity: 0;
  transition: all 2s 1s cubic-bezier(0.23, 1, 0.32, 1);
}

#page_culture .show_on {
  opacity: 1;
}

#page_culture .title_img {
  background-image: url(/wp-content/themes/recruit-site/images/culture/top_img_culture.jpg);
  transition: all 1s 0s cubic-bezier(0.23, 1, 0.32, 1);
}

#page_culture .culture_title {
  color: #f43c97;
  font-family: 'Oswald', sans-serif;
  font-size: 80px;
  font-weight: normal;
  position: relative;
  line-height: 1;
  display: inline-block;
  z-index: 1;
}

#page_culture .culture_title::before {
  content: "";
  height: 4px;
  width: 300%;
  background: #f43c97;
  display: block;
  position: absolute;
  bottom: -20px;
}

#page_culture .contents {
  max-width: 1080px;
}

#page_culture #study_group {
  position: relative;
  padding-top: 80px;
}

#page_culture #study_group .culture_title::before {
  right: 0;
}

#page_culture #study_group .culture_txt {
  color: #fff;
  background: #f43c97;
  letter-spacing: 1px;
  box-sizing: border-box;
  -webkit-transform: skewY(4deg);
  transform: skewY(4deg);
  padding: 50px 55px;
  width: 38%;
  margin-top: 22%;
}

#page_culture #study_group .culture_txt h3 {
  font-size: 18px;
  padding-bottom: 15px;
  -webkit-transform: skewY(-4deg);
  transform: skewY(-4deg);
}

#page_culture #study_group .culture_txt p {
  font-size: 16px;
  -webkit-transform: skewY(-4deg);
  transform: skewY(-4deg);
  line-height: 1.8;
}

#page_culture #study_group .culture_txt h3 {
  margin-top: -15px;
}

#page_culture #study_group img {
  position: absolute;
}

#page_culture #study_group .culture_img_01 {
  right: 0;
  top: 14%;
  z-index: -1;
  max-width: 70%;
}

#page_culture #study_group .culture_img_book {
  left: -1%;
  top: 38%;
  z-index: 1;
}

#page_culture #study_group .culture_img_globe {
  left: 16%;
  top: 30%;
  z-index: 1;
}

#page_culture #study_group .culture_img_pencil {
  right: -5%;
  top: 33%;
  z-index: 1;
}

#page_culture #achivement {
  position: relative;
  padding-top: 160px;
  margin-top: -80px;
}

#page_culture #achivement::after {
  content: "";
  clear: both;
  display: block;
}

#page_culture #achivement .culture_title {
  text-align: right;
  float: right;
}

#page_culture #achivement .culture_title::before {
  left: 0;
}

#page_culture #achivement .culture_txt {
  color: #fff;
  background: #f43c97;
  letter-spacing: 1px;
  box-sizing: border-box;
  -webkit-transform: skewY(-4.5deg);
  transform: skewY(-4.5deg);
  padding: 50px 55px;
  float: right;
  clear: right;
  margin-top: 80px;
  padding: 50px 55px;
  width: 38%;
}

#page_culture #achivement .culture_txt h3 {
  font-size: 18px;
  padding-bottom: 15px;
  -webkit-transform: skewY(4.5deg);
  transform: skewY(4.5deg);
}

#page_culture #achivement .culture_txt p {
  font-size: 16px;
  -webkit-transform: skewY(4.5deg);
  transform: skewY(4.5deg);
  line-height: 1.8;
}

#page_culture #achivement img {
  position: absolute;
}

#page_culture #achivement .culture_img_02 {
  left: 0;
  top: 12%;
  z-index: -1;
}

#page_culture #achivement .photo_area {
  clear: both;
  position: relative;
}

#page_culture #achivement .culture_img_03 {
  position: static;
  margin-top: 15%;
}

#page_culture #achivement .culture_img_04 {
  left: 25%;
  top: 2%;
  z-index: -1;
}

#page_culture #achivement .culture_img_05 {
  position: static;
  float: right;
  margin-top: 5%;
}

#page_culture #achivement .culture_img_06 {
  left: 42%;
  top: 60%;
  z-index: 0;
}

#page_culture #achivement .culture_img_07 {
  right: 11%;
  top: 60%;
  z-index: -1;
}

#page_culture #achivement .culture_img_08 {
  right: 0;
  top: 75%;
  z-index: 0;
}

#page_culture #achivement .culture_img_16 {
  right: 3.5%;
  top: 106%;
  z-index: 0;
}

#page_culture #achivement .culture_img_17 {
  position: static;
  float: right;
  margin-top: 3%;
  margin-right: 42%;
}

#page_culture #achivement .culture_img_18 {
  left: 3%;
  top: 91%;
  z-index: 0;
}

#page_culture #achivement .culture_img_beer1 {
  left: -13%;
  top: 6%;
  z-index: 1;
}

#page_culture #achivement .culture_img_beer2 {
  right: -12%;
  top: 30%;
  z-index: 1;
}

#page_culture #achivement .culture_img_garland {
  left: -8%;
  top: 41%;
  z-index: -2;
  max-width: 293px;
}

#page_culture #fiesta_mexicana {
  position: relative;
  padding-top: 160px;
}

#page_culture #fiesta_mexicana::after {
  content: "";
  clear: both;
  display: block;
}

#page_culture #fiesta_mexicana .culture_title::before {
  right: 0;
}

#page_culture #fiesta_mexicana .culture_txt {
  color: #fff;
  background: #f43c97;
  letter-spacing: 1px;
  box-sizing: border-box;
  -webkit-transform: skewY(-4.5deg);
  transform: skewY(-4.5deg);
  padding: 50px 55px;
  position: absolute;
  top: 33%;
  padding: 50px 55px;
  width: 38%;
}

#page_culture #fiesta_mexicana .culture_txt h3 {
  font-size: 18px;
  padding-bottom: 15px;
  -webkit-transform: skewY(4.5deg);
  transform: skewY(4.5deg);
}

#page_culture #fiesta_mexicana .culture_txt p {
  font-size: 16px;
  -webkit-transform: skewY(4.5deg);
  transform: skewY(4.5deg);
  line-height: 1.8;
}

#page_culture #fiesta_mexicana img {
  position: absolute;
}

#page_culture #fiesta_mexicana .culture_img_09 {
  position: static;
  margin: 7% auto;
  display: block;
}

#page_culture #fiesta_mexicana .culture_img_10 {
  right: 0;
  top: 80px;
  z-index: 1;
}

#page_culture #fiesta_mexicana .culture_img_flag {
  right: 37%;
  top: 150px;
  z-index: 1;
}

#page_culture #fiesta_mexicana .culture_img_hat {
  right: -4.5%;
  top: 46%;
  z-index: 1;
  max-width: 270px;
}

#page_culture #fiesta_mexicana .culture_img_guitar {
  left: -9%;
  top: 70%;
  z-index: 1;
  max-width: 280px;
}

#page_culture #other_event {
  position: relative;
  padding-top: 160px;
  margin-top: -80px;
  padding-bottom: 50px;
}

#page_culture #other_event::after {
  content: "";
  clear: both;
  display: block;
}

#page_culture #other_event .culture_title {
  text-align: right;
  float: right;
}

#page_culture #other_event .culture_title::before {
  left: 0;
}

#page_culture #other_event .football {
  position: relative;
}

#page_culture #other_event .football .culture_txt {
  color: #fff;
  background: #f43c97;
  letter-spacing: 1px;
  box-sizing: border-box;
  -webkit-transform: skewY(4deg);
  transform: skewY(4deg);
  padding: 50px 55px;
  position: absolute;
  right: 0;
  top: 20%;
  width: 36%;
  padding: 50px 55px;
  width: 38%;
}

#page_culture #other_event .football .culture_txt h3 {
  font-size: 18px;
  padding-bottom: 15px;
  -webkit-transform: skewY(-4deg);
  transform: skewY(-4deg);
}

#page_culture #other_event .football .culture_txt p {
  font-size: 16px;
  -webkit-transform: skewY(-4deg);
  transform: skewY(-4deg);
  line-height: 1.8;
}

#page_culture #other_event .football .photo_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  clear: both;
  margin-top: -5%;
}

#page_culture #other_event .football .culture_img_12 {
  margin-top: -1%;
}

#page_culture #other_event .football .culture_img_13 {
  margin-top: 4%;
}

#page_culture #other_event .football .culture_img_14 {
  margin-top: 9%;
}

#page_culture #other_event .football .culture_img_football {
  position: absolute;
  top: -8%;
  left: 45%;
}

#page_culture #other_event .running {
  position: relative;
  margin-top: 30px;
}

#page_culture #other_event .running .culture_txt {
  color: #fff;
  background: #f43c97;
  letter-spacing: 1px;
  box-sizing: border-box;
  -webkit-transform: skewY(4deg);
  transform: skewY(4deg);
  padding: 50px 55px;
  margin-top: 80px;
  position: absolute;
  left: 0;
  bottom: -10%;
  width: 38%;
}

#page_culture #other_event .running .culture_txt h3 {
  font-size: 18px;
  padding-bottom: 15px;
  -webkit-transform: skewY(-4deg);
  transform: skewY(-4deg);
}

#page_culture #other_event .running .culture_txt p {
  font-size: 16px;
  -webkit-transform: skewY(-4deg);
  transform: skewY(-4deg);
  line-height: 1.8;
}

#page_culture #other_event .running .culture_img_15 {
  display: block;
  margin: 0 auto 10%;
}

#page_culture #other_event .running .culture_img_run1 {
  position: absolute;
  top: 25%;
  left: -1%;
}

#page_culture #other_event .running .culture_img_run2 {
  position: absolute;
  top: 46%;
  left: 5%;
}

.culture_top_btn {
  text-align: center;
  padding: 0 30px 10%;
  padding-top: 100px;
  padding-bottom: 0;
  margin: 80px auto 0;
  transition: all 1s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

.culture_top_btn a {
  display: flex;
  min-height: 100px;
  color: #fff;
  text-align: center;
  background: #f43c97;
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 100px;
  margin: 10px auto;
  align-items: center;
  width: 60%;
  justify-content: center;
}

.culture_top_btn a::after {
  content: "";
  width: 48px;
  height: 16px;
  background: url(/wp-content/themes/recruit-site/images/icon_arrow.svg) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  transition: all 0.3s;
}

.culture_top_btn a:hover {
  opacity: 0.6;
}

.culture_top_btn p.coming_soon {
  background: #eee;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 100px;
  padding: 0 100px;
  margin: 10px;
  color: #777;
}

.culture_top_btn.show_on {
  padding-top: 0;
  opacity: 1;
}

/*-----------------------------------------
  募集要項
-------------------------------------------*/

#page_fleshers .show_target,
#page_careers .show_target {
  opacity: 0;
  transition: all 1.5s 0s cubic-bezier(0.23, 1, 0.32, 1);
}

#page_fleshers .show_on,
#page_careers .show_on {
  opacity: 1;
}

#page_fleshers .main_title,
#page_careers .main_title {
  flex-direction: row;
  font-size: 54px;
}

#page_fleshers .main_title span,
#page_careers .main_title span {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: inline-block;
  padding: 5px 0 0 0;
  font-size: 52px;
  vertical-align: text-bottom;
}

#page_fleshers .second_title,
#page_careers .second_title {
  text-align: center;
  margin: 0 auto;
  padding: 20px 0 50px;
  font-size: 36px;
}

#page_fleshers .contents,
#page_careers .contents {
  min-height: 500px;
}

#page_fleshers .recruit_job_list,
#page_careers .recruit_job_list {
  margin-bottom: 8%;
}

#page_fleshers .recruit_job_list li,
#page_careers .recruit_job_list li {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #ccc;
}

#page_fleshers .recruit_job_list li:last-child,
#page_careers .recruit_job_list li:last-child {
  border-bottom: 1px solid #ccc;
}

#page_fleshers .job_name,
#page_careers .job_name {
  font-size: 24px;
  font-weight: bold;
  padding: 25px 20px;
  float: left;
  width: 70%;
}

#page_fleshers .job_name.end,
#page_careers .job_name.end {
  color: #aaa;
}

#page_fleshers .job_name .red_info,
#page_careers .job_name .red_info {
  color: red;
  display: inline-block;
  padding-left: 20px;
}

#page_fleshers .job_list_openclose,
#page_careers .job_list_openclose {
  background: #eee;
  border: none;
  outline: none;
  padding: 10px 15px;
  margin: 18px 0px;
  font-size: 16px;
  float: right;
  width: 20%;
  position: relative;
}

#page_fleshers .job_list_openclose::after,
#page_careers .job_list_openclose::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #222;
  border-bottom: 2px solid #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  right: 15px;
  top: 34%;
}

#page_fleshers .job_list_openclose.open::after,
#page_careers .job_list_openclose.open::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 43%;
}

#page_fleshers .job_list_end,
#page_careers .job_list_end {
  background: #eee;
  border: none;
  outline: none;
  padding: 10px 15px;
  margin: 18px 0px;
  font-size: 16px;
  float: right;
  width: 20%;
  color: #f00;
  text-align: center;
}

#page_fleshers .job_info_wrap,
#page_careers .job_info_wrap {
  clear: both;
  display: none;
}

#page_fleshers dl.job_info,
#page_careers dl.job_info {
  border-top: solid 1px #ccc;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 auto;
}

#page_fleshers dl.job_info dt,
#page_careers dl.job_info dt {
  background: #eee;
  padding: 30px 10px;
  text-align: center;
  flex-basis: 20%;
  max-width: 20%;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.8;
  border-bottom: solid 1px #ccc;
}

#page_fleshers dl.job_info dt h2,
#page_careers dl.job_info dt h2 {
  font-size: 18px;
}

#page_fleshers dl.job_info dd,
#page_careers dl.job_info dd {
  padding: 30px 34px;
  flex-basis: 80%;
  max-width: 80%;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.8;
  border-bottom: solid 1px #ccc;
}

#page_fleshers dl.job_info dd h3,
#page_careers dl.job_info dd h3 {
  font-size: 17px;
  padding-bottom: 15px;
}

#page_fleshers dl.job_info dd p,
#page_careers dl.job_info dd p {
  padding-bottom: 2em;
}

#page_fleshers dl.job_info dd ol,
#page_careers dl.job_info dd ol {
  padding-bottom: 2em;
}

#page_fleshers dl.job_info dd ol li + li::before,
#page_careers dl.job_info dd ol li + li::before {
  content: "▼";
  display: block;
  padding-left: 1em;
}

#page_fleshers dl.job_info + .how_to_entry,
#page_careers dl.job_info + .how_to_entry {
  padding-top: 8%;
  border-top: solid 1px #ccc;
}

#page_fleshers .entry_btn,
#page_careers .entry_btn {
  text-align: center;
  padding: 0 30px 10%;
}

#page_fleshers .entry_btn a,
#page_careers .entry_btn a {
  display: flex;
  min-height: 100px;
  color: #fff;
  text-align: center;
  background: #fc5f00;
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 100px;
  margin: 10px auto;
  align-items: center;
  width: 60%;
  justify-content: center;
}

#page_fleshers .entry_btn a::after,
#page_careers .entry_btn a::after {
  content: "";
  width: 48px;
  height: 16px;
  background: url(/wp-content/themes/recruit-site/images/icon_arrow.svg) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  transition: all 0.3s;
}

#page_fleshers .entry_btn a:hover,
#page_careers .entry_btn a:hover {
  opacity: 0.6;
}

#page_fleshers .entry_btn p.coming_soon,
#page_careers .entry_btn p.coming_soon {
  background: #eee;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 100px;
  padding: 0 100px;
  margin: 10px;
  color: #777;
}

#page_fleshers .how_to_entry,
#page_careers .how_to_entry {
  margin-bottom: 8%;
  text-align: center;
  font-size: 18px;
  line-height: 2;
}

#page_fleshers .how_to_entry .mail_send_txt,
#page_careers .how_to_entry .mail_send_txt {
  font-size: 22px;
  font-weight: bold;
  display: block;
}

#page_fleshers .how_to_entry a,
#page_careers .how_to_entry a {
  color: #009245;
  font-size: 120%;
}

#page_careers dl.job_info dt:last-of-type {
  border-bottom: none;
}

#page_careers dl.job_info dd:last-of-type {
  border-bottom: none;
}

@media (max-width: 1024px), print {
  #page_interview .interview_title_area {
    left: 10%;
  }

  #page_interview .interview_title_area .interview_title {
    font-size: calc(100vw / 45);
  }

  #page_interview .interview_title_area dl .members_name {
    font-size: calc(100vw / 50);
  }

  .interview section[class^="interview"] {
    margin: 50px 4%;
  }

  .interview_02 {
    padding: 50px 0;
  }

  #page_culture #study_group .culture_title {
    padding-left: 2%;
  }

  #page_culture #study_group .culture_img_pencil {
    right: 1%;
    top: 37%;
  }

  #page_culture #achivement .culture_title {
    padding-right: 2%;
  }

  #page_culture #achivement .culture_img_03 {
    width: 37%;
  }

  #page_culture #achivement .culture_img_04 {
    width: 28.5%;
  }

  #page_culture #achivement .culture_img_05 {
    width: 40%;
  }

  #page_culture #achivement .culture_img_06 {
    width: 33.7%;
  }

  #page_culture #achivement .culture_img_07 {
    width: 15%;
  }

  #page_culture #achivement .culture_img_08 {
    width: 15%;
  }

  #page_culture #achivement .culture_img_16 {
    width: 35%;
  }

  #page_culture #achivement .culture_img_18 {
    width: 15%;
  }

  #page_culture #achivement .culture_img_beer1 {
    left: -3%;
    width: 20%;
  }

  #page_culture #achivement .culture_img_beer2 {
    width: 20%;
    right: -2%;
    top: 48%;
  }

  #page_culture #achivement .culture_img_garland {
    width: 33%;
    top: 53%;
  }

  #page_culture #fiesta_mexicana .culture_title {
    padding-left: 2%;
  }

  #page_culture #fiesta_mexicana .culture_img_09 {
    max-width: 90%;
  }

  #page_culture #fiesta_mexicana .culture_img_10 {
    width: 35%;
  }

  #page_culture #fiesta_mexicana .culture_img_flag {
    width: 10%;
    right: 36%;
    top: 10%;
  }

  #page_culture #fiesta_mexicana .culture_img_guitar {
    left: 1%;
  }

  #page_culture #other_event .culture_title {
    padding-right: 2%;
  }

  #page_culture #other_event .football .culture_img_11 {
    width: 60%;
  }

  #page_culture #other_event .football .culture_img_12 {
    width: 31%;
  }

  #page_culture #other_event .football .culture_img_13 {
    width: 31%;
  }

  #page_culture #other_event .football .culture_img_14 {
    width: 31%;
  }

  #page_culture #other_event .football .culture_img_football {
    top: 0;
    right: 53vw;
    left: auto;
  }

  #page_culture #other_event .running .culture_img_15 {
    max-width: 90%;
  }

  #page_culture #other_event .running .culture_img_run2 {
    top: -2vw;
  }
}

@media screen and (max-width: 768px) {
  .main_title {
    margin-top: 0;
    height: 150px;
    font-size: 50px;
  }

  #page_members::before {
    top: 0px;
  }

  #page_members .members_list li {
    margin: 0 auto;
  }

  #page_members .members_list .list_img {
    margin: 0 auto 30px;
  }

  #page_members .members_list .interview_title {
    font-size: 11px;
  }

  .interview section[class^="interview"] {
    margin: 150px 4% 50px;
    align-items: flex-start;
    transition: all 1s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
  }

  .interview section[class^="interview"].show_on {
    margin-top: 50px;
    opacity: 1;
  }

  .interview_02 {
    padding: 0;
  }

  .interview_02 .interview_img {
    padding-top: 20px;
  }

  .interview_03 .interview_img {
    padding-top: 50px;
  }

  #page_tsj .contents .main_title {
    margin: 20px 0 50px;
  }

  #page_tsj .tsj_point_list li {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 50px 150px;
  }

  #page_tsj .tsj_point_list li::before {
    left: -10px;
  }

  #page_tsj .tsj_point_list li h2 br {
    display: none;
  }

  #page_tsj .tsj_point_list li:nth-of-type(7) {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0 50px 145px;
    display: block;
  }

  #page_tsj .tsj_point_list li:nth-of-type(7) .li7txt {
    width: 100%;
  }

  #page_tsj .tsj_point_list li:nth-of-type(7) .c_ticket {
    width: 100%;
    margin-top: 20px;
  }

  #page_tsj .tsj_point_list li:nth-of-type(7) .c_ticket::before {
    border-right-color: transparent;
    border-bottom-color: #e3f8ff;
    top: auto;
    bottom: 100%;
    right: 50%;
    margin-top: 0;
    margin-right: -25px;
  }

  #page_tsj .travel_ex .travel_ex_list .ex_txt {
    float: none;
    width: 100%;
  }

  #page_tsj .travel_ex .travel_ex_list .ex_ph {
    float: none;
    width: 100%;
  }

  #page_tsj .travel_ex .travel_ex_list .ex_ph img {
    margin: 40px auto 0;
  }

  #page_tsj .travel_ex .travel_ex_list .ex_ph img.ex_ph01 {
    margin: 40px auto 0;
  }

  #page_tsj .jobs .inner {
    padding: 0 5%;
  }

  #page_tsj .jobs .img_left,
  #page_tsj .jobs .img_right {
    padding-top: 0;
    margin-top: 0;
  }

  #page_tsj .jobs .img_left .job_img,
  #page_tsj .jobs .img_right .job_img {
    width: 80%;
  }

  #page_tsj .jobs .img_left .text,
  #page_tsj .jobs .img_right .text {
    margin-top: 43vw !important;
    padding-top: 120px;
    width: 80%;
  }

  #page_tsj .jobs .img_right .text {
    padding-right: 100px;
  }

  #page_tsj .jobs .img_left .text {
    padding-left: 100px;
    margin-top: 60px;
  }

  #page_office .office_img_02 {
    margin-right: 4%;
  }

  #page_office .office_img_03 {
    margin-left: 0;
  }

  #page_office .office_txt_01 {
    max-width: 53%;
    margin-right: 0;
  }

  #page_office .office_txt_01 h3,
  #page_office .office_txt_01 p {
    margin-right: 5%;
  }

  #page_office .office_img_06 {
    max-width: 34%;
    margin: 34% 0 0 4%;
    box-shadow: -50px 30px 0 0 #f2f2f2;
  }

  #page_office .office_img_08 {
    margin-left: 0;
  }

  #page_office .office_txt_02 {
    margin-top: 0;
    width: 44%;
  }

  #page_office .office_img_block.relax::before {
    right: 0;
  }

  #page_office .office_img_09 {
    margin-right: 4%;
  }

  #page_office .office_img_10 {
    max-width: 30%;
  }

  #page_office .office_img_11 {
    width: 45%;
  }

  #page_office .env1::before {
    width: 33%;
    height: 29%;
    top: 59%;
    left: 15%;
  }

  #page_office .office_txt_04 {
    max-width: 45%;
    margin-left: 6%;
    margin-top: 5%;
  }

  #page_office .office_img_13 {
    margin-right: 0;
    margin-top: 4%;
    width: 45%;
  }

  #page_office .office_img_14 {
    margin-left: 0;
    margin-top: 15%;
    width: 40%;
  }

  #page_office .office_txt_05 {
    margin-left: 6%;
    max-width: 55%;
  }

  #page_office .office_img_15 {
    margin-right: 7%;
    margin-top: -20%;
    width: 30%;
  }

  #page_office .env2::before {
    width: 28%;
    height: 98%;
    top: -110%;
    right: -2%;
  }

  #page_culture .culture_title {
    font-size: calc(100vw / 10);
  }

  #page_culture .culture_title {
    font-size: calc(100vw / 8.5);
  }

  #page_culture #study_group .culture_txt {
    padding: 8vw 7vw;
  }

  #page_culture #study_group .culture_txt {
    width: 95%;
    margin-top: 70vw;
    color: #fff;
    background: #f43c97;
    letter-spacing: 1px;
    box-sizing: border-box;
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg);
    padding: 50px 55px;
  }

  #page_culture #study_group .culture_txt h3 {
    font-size: 18px;
    padding-bottom: 15px;
    -webkit-transform: skewY(4deg);
    transform: skewY(4deg);
  }

  #page_culture #study_group .culture_txt p {
    font-size: 16px;
    -webkit-transform: skewY(4deg);
    transform: skewY(4deg);
    line-height: 1.8;
  }

  #page_culture #study_group .culture_txt h3 {
    margin-top: 3%;
  }

  #page_culture #study_group .culture_img_01 {
    top: 22vw;
    max-width: 95%;
  }

  #page_culture #study_group .culture_img_book {
    right: 32%;
    top: 80vw;
    left: auto;
    width: 20vw;
  }

  #page_culture #study_group .culture_img_globe {
    right: 10%;
    top: 76vw;
    left: auto;
    width: 17vw;
  }

  #page_culture #study_group .culture_img_pencil {
    right: 8%;
    top: 5vw;
    width: 16vw;
  }

  #page_culture #achivement .culture_txt {
    padding: 8vw 7vw;
  }

  #page_culture #achivement .culture_txt {
    margin-top: 70vw;
    color: #fff;
    background: #f43c97;
    letter-spacing: 1px;
    box-sizing: border-box;
    -webkit-transform: skewY(4deg);
    transform: skewY(4deg);
    padding: 50px 55px;
    float: left;
    width: 95%;
  }

  #page_culture #achivement .culture_txt h3 {
    font-size: 18px;
    padding-bottom: 15px;
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg);
  }

  #page_culture #achivement .culture_txt p {
    font-size: 16px;
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg);
    line-height: 1.8;
  }

  #page_culture #achivement .culture_txt h3 {
    margin-top: -5%;
  }

  #page_culture #achivement .culture_img_02 {
    top: 39vw;
    max-width: 100%;
  }

  #page_culture #achivement .culture_img_03 {
    float: right;
    width: 58%;
    margin-top: 5%;
  }


  #page_culture #achivement .culture_img_04 {
    position: static;
    float: right;
    margin: 5% 5% 0;
    width: 42%;
  }

  #page_culture #achivement .culture_img_05 {
    clear: both;
    float: none;
    width: 70%;
    margin: 0 auto 5%;
    display: block;
  }

  #page_culture #achivement .culture_img_06 {
    left: 0;
    width: 51%;
    top: 86vw;
  }

  #page_culture #achivement .culture_img_07 {
    width: 24%;
    left: 5%;
    top: 1vw;
  }

  #page_culture #achivement .culture_img_08 {
    width: 24%;
    left: 24%;
    top: 14vw;
  }

  #page_culture #achivement .culture_img_16 {
    width: 40%;
    top: 194%;
    right: 0%;
  }

  #page_culture #achivement .culture_img_17 {
    width: 49%;
    left: 20%;
    top: 14vw;
    margin-top: -13%;
    margin-right: 48%;
  }

  #page_culture #achivement .culture_img_18 {
    width: 20%;
    left: 15%;
    top: 116vw;
  }

  #page_culture #achivement .culture_img_beer1 {
    width: 26vw;
  }

  #page_culture #achivement .culture_img_beer2 {
    width: 26vw;
    top: 68vw;
    right: -15px;
  }

  #page_culture #achivement .culture_img_garland {
    bottom: 65vw;
    top: auto;
    width: 38%;
  }

  #page_culture #fiesta_mexicana {
    padding-bottom: 10vw;
    padding-top: 70px;
  }

  #page_culture #fiesta_mexicana .culture_txt {
    padding: 8vw 7vw;
  }

  #page_culture #fiesta_mexicana .culture_txt {
    position: relative;
    width: 95%;
    margin-top: 0;
    z-index: -1;
  }

  #page_culture #fiesta_mexicana .culture_txt h3 {
    margin-top: 1vw;
  }

  #page_culture #fiesta_mexicana .culture_img_09 {
    margin: 0 auto;
    max-width: 100%;
  }

  #page_culture #fiesta_mexicana .culture_img_10 {
    position: static;
    float: right;
    width: 56%;
    margin-top: -7vw;
  }

  #page_culture #fiesta_mexicana .culture_img_flag {
    right: 1%;
    top: 5vw;
    width: 14%;
  }

  #page_culture #fiesta_mexicana .culture_img_hat {
    top: 77vw;
    width: 40vw;
  }

  #page_culture #fiesta_mexicana .culture_img_guitar {
    width: 40vw;
    top: auto;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  #page_culture #other_event .football .culture_txt {
    padding: 8vw 7vw;
  }

  #page_culture #other_event .football .culture_txt {
    width: 95%;
    position: static;
  }

  #page_culture #other_event .football .culture_txt h3 {
    margin-top: -4vw;
  }

  #page_culture #other_event .football .photo_area {
    margin-top: -3%;
  }

  #page_culture #other_event .football .culture_img_11 {
    width: 100%;
    margin-top: -2%;
  }

  #page_culture #other_event .football .culture_img_football {
    width: 21vw;
    right: 60vw;
  }

  #page_culture #other_event .running .culture_txt {
    padding: 8vw 7vw;
  }

  #page_culture #other_event .running .culture_txt {
    position: static;
    width: 95%;
    margin-top: 0;
  }

  #page_culture #other_event .running .culture_txt h3 {
    margin-top: -3%;
  }

  #page_culture #other_event .running .culture_img_15 {
    margin-bottom: 0;
    max-width: 100%;
  }

  #page_culture #other_event .running .culture_img_run1 {
    top: -4vw;
    left: 2vw;
  }

  #page_culture #other_event .running .culture_img_run2 {
    top: 22vw;
    left: 3%;
  }

  #page_fleshers .contents,
  #page_careers .contents {
    min-height: 635px;
    width: 95%;
  }

  #page_fleshers .job_name .red_info,
  #page_careers .job_name .red_info {
    display: inline;
  }

  #page_fleshers .job_list_openclose,
  #page_careers .job_list_openclose {
    margin-right: 20px;
  }

  #page_fleshers .job_list_end,
  #page_careers .job_list_end {
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #page_culture #study_group .culture_txt {
    padding: 8vw 7vw;
  }

  #page_culture #achivement .culture_txt {
    padding: 8vw 7vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 640px) {
  #page_culture #study_group .culture_txt {
    padding: 12vw 8vw;
  }

  #page_culture #achivement .culture_txt {
    padding: 12vw 8vw;
  }
}

@media screen and (max-width: 640px) {
  .title_img .main_title {
    height: 90px;
    font-size: 40px;
    width: 85%;
  }

  #page_members::before {
    content: none;
  }

  #page_members .members_list {
    justify-content: space-between;
    padding: 0 8%;
  }

  #page_members .members_list li {
    flex-basis: 100%;
    margin: 0 auto 50px !important;
  }

  #page_members .members_list li:nth-child(n+5):nth-child(odd) {
    margin-top: -80px;
  }

  #page_members .members_list li:nth-child(6),
  #page_members .members_list li:nth-child(10) {
    margin-top: 0px;
  }

  #page_members .members_list li:nth-child(8) {
    margin-top: 0;
  }

  #page_members .members_list li.left {
    clear: none;
  }

  #page_members .members_list .list_img {
    width: 75%;
    padding-top: 95%;
  }

  #page_members .members_list .interview_title {
    font-size: 16px;
  }

  #page_interview .title_img {
    background-position: top right;
    background-size: 148%;
    padding-top: 60%;
    transition: all 0.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  #page_interview .interview_title_area {
    background: none;
    position: static;
    -webkit-transform: none;
    transform: none;
    padding: 20px 0 0 20px;
  }

  #page_interview .interview_title_area > * {
    -webkit-transform: none;
    transform: none;
  }

  #page_interview .interview_title_area .interview_title {
    font-size: 20px;
    padding-left: 17px;
    margin-bottom: 20px;
    font-weight: bold;
  }

  #page_interview .interview_title_area dl {
    padding-left: 21px;
  }

  #page_interview .interview_title_area dl dd {
    font-size: 12px;
    line-height: 1.8;
  }

  #page_interview .interview_title_area dl .members_name {
    font-size: 20px;
    font-weight: bold;
  }

  .interview section[class^="interview"] {
    flex-direction: column;
    align-items: center;
    margin: 150px 5% 10%;
    transition: all 1s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
  }

  .interview section[class^="interview"].show_on {
    margin-top: 10%;
    opacity: 1;
  }

  .interview .interview_txt h2 {
    font-size: 20px;
    margin-bottom: 1em;
    font-weight: 600;
  }

  .interview .interview_txt p {
    font-size: 14px;
    padding-bottom: 1em;
  }

  .interview_01 .interview_img {
    padding: 20px 0 60px 20px;
    width: 70%;
  }

  .interview_01 .interview_img .img_shadow {
    box-shadow: -20px 22px 0px 0px #fff;
  }

  .interview_02 .interview_img {
    padding-right: 20px;
    padding-bottom: 40px;
    width: 90%;
  }

  .interview_02 .interview_img .img_shadow {
    box-shadow: 20px -22px 0px 0px #fff;
  }

  .interview_03 .interview_img {
    padding: 20px 0 40px 20px;
    width: 80%;
  }

  .interview_03 .interview_img .img_shadow {
    box-shadow: -20px -30px 0px 0px #fff;
  }

  .next_member {
    padding: 22px 16px 20px;
  }

  .next_member:hover .img_shadow {
    box-shadow: 10px 15px 0px 0px #fff;
  }

  .next_member::after {
    top: auto;
    bottom: 30px;
  }

  .next_member .next_title {
    padding-left: 0;
    padding-bottom: 15px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
  }

  .next_member dl {
    padding-left: 0;
  }

  .next_member dl dd {
    font-size: 10px;
    display: inline-block;
    padding-right: 10px;
  }

  .next_member dl .members_name {
    font-size: 12px;
    font-weight: bold;
  }

  .next_member .next_img {
    padding: 0 5px 50px 10px;
  }

  .next_member .next_img .img_shadow {
    box-shadow: 10px 15px 0px 0px #fff;
  }

  .members_top_btn a {
    padding: 5% 20% 5% 6%;
    margin: 10px 0;
    line-height: 1.4;
    height: auto;
    min-height: auto;
    display: block;
    width: 100%;
  }

  .members_top_btn a::after {
    width: 15%;
    height: 20%;
    right: 3%;
  }

  .members_top_btn p.coming_soon {
    padding: 5% 6% 5%;
    margin: 10px 0;
    line-height: 1.4;
    height: auto;
    display: block;
  }

  .members_top_btn {
    width: 100%;
  }

  .okazaki .interview_01 .img_shadow {
    box-shadow: -20px 22px 0px 0px #dae9fc;
  }

  .okazaki .interview_02 .img_shadow {
    box-shadow: 20px -22px 0px 0px #dae9fc;
  }

  .okazaki .interview_03 .img_shadow {
    box-shadow: -20px -30px 0px 0px #dae9fc;
  }

  .okazaki .next_img .img_shadow {
    box-shadow: 10px 15px 0px 0px #dae9fc;
  }

  .members_list .takahashi {
    transition: all 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .takahashi .interview_01 .img_shadow {
    box-shadow: -20px 22px 0px 0px #ffdeee;
  }

  .takahashi .interview_02 .img_shadow {
    box-shadow: 20px -22px 0px 0px #ffdeee;
  }

  .takahashi .interview_03 .img_shadow {
    box-shadow: -20px -30px 0px 0px #ffdeee;
  }

  .takahashi .next_img .img_shadow {
    box-shadow: 10px 15px 0px 0px #ffdeee;
  }

  .members_list .yamadate {
    transition: all 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .yamadate .interview_01 .img_shadow {
    box-shadow: -20px 22px 0px 0px #d7e9d3;
  }

  .yamadate .interview_02 .img_shadow {
    box-shadow: 20px -22px 0px 0px #d7e9d3;
  }

  .yamadate .interview_03 .img_shadow {
    box-shadow: -20px -30px 0px 0px #d7e9d3;
  }

  .yamadate .next_img .img_shadow {
    box-shadow: 10px 15px 0px 0px #d7e9d3;
  }

  .members_list .isogami {
    transition: all 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .isogami .interview_01 .img_shadow {
    box-shadow: -20px 22px 0px 0px #faf9cb;
  }

  .isogami .interview_02 .img_shadow {
    box-shadow: 20px -22px 0px 0px #faf9cb;
  }

  .isogami .interview_03 .img_shadow {
    box-shadow: -20px -30px 0px 0px #faf9cb;
  }

  .isogami .next_img .img_shadow {
    box-shadow: 10px 15px 0px 0px #faf9cb;
  }

  .members_list .hiraoka {
    transition: all 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .hiraoka .interview_01 .img_shadow {
    box-shadow: -20px 22px 0px 0px #ffe5e5;
  }

  .hiraoka .interview_02 .img_shadow {
    box-shadow: 20px -22px 0px 0px #ffe5e5;
  }

  .hiraoka .interview_03 .img_shadow {
    box-shadow: -20px -30px 0px 0px #ffe5e5;
  }

  .hiraoka .next_img .img_shadow {
    box-shadow: 10px 15px 0px 0px #ffe5e5;
  }

  .members_list .wakabayashi {
    transition: all 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .wakabayashi .interview_01 .img_shadow {
    box-shadow: -20px 22px 0px 0px #e0e5f7;
  }

  .wakabayashi .interview_02 .img_shadow {
    box-shadow: 20px -22px 0px 0px #e0e5f7;
  }

  .wakabayashi .interview_03 .img_shadow {
    box-shadow: -20px -30px 0px 0px #e0e5f7;
  }

  .wakabayashi .next_img .img_shadow {
    box-shadow: 10px 15px 0px 0px #e0e5f7;
  }

  .members_list .yui {
    transition: all 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .yui .interview_01 .img_shadow {
    box-shadow: -20px 22px 0px 0px #fae4ca;
  }

  .yui .interview_02 .img_shadow {
    box-shadow: 20px -22px 0px 0px #fae4ca;
  }

  .yui .interview_03 .img_shadow {
    box-shadow: -20px -30px 0px 0px #fae4ca;
  }

  .yui .next_img .img_shadow {
    box-shadow: 10px 15px 0px 0px #fae4ca;
  }

  .members_list .nakagawa {
    transition: all 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .nakagawa .interview_01 .img_shadow {
    box-shadow: -20px 22px 0px 0px #d0eedd;
  }

  .nakagawa .interview_02 .img_shadow {
    box-shadow: 20px -22px 0px 0px #d0eedd;
  }

  .nakagawa .interview_03 .img_shadow {
    box-shadow: -20px -30px 0px 0px #d0eedd;
  }

  .nakagawa .next_img .img_shadow {
    box-shadow: 10px 15px 0px 0px #d0eedd;
  }

  .members_list .naito {
    transition: all 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .naito .interview_01 .img_shadow {
    box-shadow: -20px 22px 0px 0px #dbf5f7;
  }

  .naito .interview_02 .img_shadow {
    box-shadow: 20px -22px 0px 0px #dbf5f7;
  }

  .naito .interview_03 .img_shadow {
    box-shadow: -20px -30px 0px 0px #dbf5f7;
  }

  .naito .next_img .img_shadow {
    box-shadow: 10px 15px 0px 0px #dbf5f7;
  }

  .members_list .fujiyama {
    transition: all 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .fujiyama .interview_01 .img_shadow {
    box-shadow: -20px 22px 0px 0px #eee0d0;
  }

  .fujiyama .interview_02 .img_shadow {
    box-shadow: 20px -22px 0px 0px #eee0d0;
  }

  .fujiyama .interview_03 .img_shadow {
    box-shadow: -20px -30px 0px 0px #eee0d0;
  }

  .fujiyama .next_img .img_shadow {
    box-shadow: 10px 15px 0px 0px #eee0d0;
  }

  .members_list .consul {
    transition: all 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .consul .interview_01 .img_shadow {
    box-shadow: -20px 22px 0px 0px #f1eaf5;
  }

  .consul .interview_02 .interview_img {
    width: 70%;
  }

  .consul .interview_02 .img_shadow {
    box-shadow: 20px -22px 0px 0px #f1eaf5;
  }

  .consul .interview_03 .img_shadow {
    box-shadow: -20px -30px 0px 0px #f1eaf5;
  }

  .consul .next_img .img_shadow {
    box-shadow: 10px 15px 0px 0px #f1eaf5;
  }

  #tsj .tsj_top_btn a {
    padding: 5% 20% 5% 6%;
    margin: 10px 0;
    line-height: 1.4;
    height: auto;
    min-height: auto;
    display: block;
    width: 100%;
  }

  #tsj .tsj_top_btn a::after {
    width: 15%;
    height: 20%;
    right: 3%;
  }

  #tsj .tsj_top_btn p.coming_soon {
    padding: 5% 6% 5%;
    margin: 10px 0;
    line-height: 1.4;
    height: auto;
    display: block;
  }

  #page_tsj .title_img {
    background-position: top left;
    background-size: 120%;
    padding-top: 45%;
    transition: all 0.5s 0s cubic-bezier(0.23, 1, 0.32, 1);
  }

  #page_tsj .main_title {
    font-size: 30px;
  }

  #page_tsj .contents .main_title {
    margin: 0;
  }

  #page_tsj .tsj_point_list {
    padding: 10px 0;
  }

  #page_tsj .tsj_point_list li {
    padding: 15px 0 35px 80px;
  }

  #page_tsj .tsj_point_list li::before {
    font-size: 110px;
    left: -5px;
    width: auto;
  }

  #page_tsj .tsj_point_list li h2 {
    font-size: 24px;
  }

  #page_tsj .tsj_point_list li:nth-of-type(4) h2 {
    letter-spacing: -1px;
  }

  #page_tsj .tsj_point_list li:nth-of-type(7) {
    padding: 15px 0 35px 80px;
  }

  #page_tsj .tsj_point_list li:nth-of-type(7) .c_ticket {
    width: 90vw;
    margin-left: -80px;
    margin-top: 35px;
    background: url(/wp-content/themes/recruit-site/images/tsj/star1.png) no-repeat right 10px top 10px/9%, url(/wp-content/themes/recruit-site/images/tsj/star2.png) no-repeat left 10px top 10px/9%, #e3f8ff;
  }

  #page_tsj .tsj_point_list li:nth-of-type(7) .c_ticket figcaption {
    width: 77%;
  }

  #page_tsj .tsj_point_list li:nth-of-type(7) .c_ticket figcaption::before {
    display: block;
    width: 60%;
    margin: 0 auto 10px;
    font-size: 30px;
  }

  #page_tsj .travel_ex .travel_ex_top {
    padding: 30px 3%;
    margin: 0 3%;
  }

  #page_tsj .travel_ex .travel_ex_top h2 {
    font-size: 22px;
    padding-bottom: 20px;
  }

  #page_tsj .travel_ex .travel_ex_list li {
    padding: 130px 2% 30px;
  }

  #page_tsj .travel_ex .travel_ex_list li.show_on {
    padding-top: 30px;
  }

  #page_tsj .travel_ex .travel_ex_list .ex_txt h3 {
    padding: 20px;
  }

  #page_tsj .travel_ex .travel_ex_list .ex_txt h3 br.sp_none {
    display: none;
  }

  #page_tsj .travel_ex .travel_ex_list .ex_txt p {
    padding: 20px;
  }

  #page_tsj .jobs .inner li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  #page_tsj .jobs .img_left .job_img,
  #page_tsj .jobs .img_right .job_img {
    width: 90%;
  }

  #page_tsj .jobs .img_left .text,
  #page_tsj .jobs .img_right .text {
    width: 90%;
    padding: 20vw 30px 30px;
  }

  #page_tsj .jobs .img_left .text h3,
  #page_tsj .jobs .img_right .text h3 {
    font-size: 20px;
  }

  #page_office .show_target {
    transition: all 2.5s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  }

  #page_office .title_img {
    background-position: top left;
    background-size: 120%;
    padding-top: 45%;
    transition: all 0.5s 0s cubic-bezier(0.23, 1, 0.32, 1);
  }

  #page_office .office_img_block.our1 {
    padding-bottom: 15%;
  }

  #page_office .office_img_01 {
    max-width: 92%;
  }

  #page_office .office_img_03 {
    box-shadow: -70px -30px 0 0 #f2f2f2;
    margin-top: 8%;
  }

  #page_office .office_img_04 {
    max-width: 92%;
  }

  #page_office .office_img_07 {
    max-width: 92%;
  }

  #page_office .office_txt_02 {
    margin-left: 5%;
    width: 47%;
  }

  #page_office .office_img_block.relax::before {
    bottom: 28%;
    height: 72vw;
    width: 60%;
  }

  #page_office .office_img_09 {
    float: none;
    display: block;
    margin: 0 auto;
    max-width: 80%;
    padding-right: 5%;
  }

  #page_office .office_txt_03 {
    float: none;
    width: 84%;
    max-width: none;
    margin: 11% auto 0;
  }

  #page_office .office_img_block.relax2 {
    margin-top: 0;
  }

  #page_office .office_img_block.relax2::before {
    top: 0;
  }

  #page_office .office_img_10 {
    margin-left: -4%;
    margin-top: 10%;
    max-width: 40%;
  }

  #page_office .office_img_11 {
    margin: 0;
    width: 53%;
  }

  #page_office .office_img_12 {
    max-width: 92%;
    box-shadow: -126px 34px 0 0 #f2f2f2;
  }

  #page_office .env1::before {
    height: 17%;
    top: 68%;
    left: 11%;
    width: 35%;
  }

  #page_office .office_txt_04 {
    max-width: 90%;
    margin: 2% auto 0;
    float: none;
  }

  #page_office .office_img_13 {
    width: 47%;
    margin: 2% 0 5%;
  }

  #page_office .office_img_14 {
    margin: 18% 0 5% 0;
  }

  #page_office .office_img_15 {
    margin-top: 20%;
    margin-right: 6%;
  }

  #page_office .env2::before {
    height: 26%;
    top: 10%;
    right: -4%;
  }

  #page_culture .show_target {
    transition: all 2.5s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  }

  #page_culture .title_img {
    background-position: top left;
    background-size: 120%;
    padding-top: 45%;
    transition: all 0.5s 0s cubic-bezier(0.23, 1, 0.32, 1);
  }

  #page_culture #study_group {
    margin-top: -60px;
  }

  #page_culture #study_group .culture_txt {
    padding: 12vw 8vw;
  }

  #page_culture #study_group .culture_txt {
    margin-top: 72vw;
  }

  #page_culture #study_group .culture_img_01 {
    top: 34vw;
  }

  #page_culture #study_group .culture_img_book {
    top: 98vw;
  }

  #page_culture #study_group .culture_img_globe {
    top: 100vw;
  }

  #page_culture #study_group .culture_img_pencil {
    top: 22vw;
  }

  #page_culture #achivement .culture_txt {
    padding: 12vw 8vw;
  }

  #page_culture #achivement .culture_img_02 {
    top: 62vw;
  }

  #page_culture #achivement .culture_img_beer1 {
    top: 38vw;
  }

  #page_culture #achivement .culture_img_beer2 {
    top: 116vw;
  }

  #page_culture #fiesta_mexicana .culture_txt {
    padding: 12vw 8vw;
  }

  #page_culture #fiesta_mexicana .culture_img_flag {
    top: 10vw;
  }

  #page_culture #fiesta_mexicana .culture_img_hat {
    top: 93vw;
  }

  #page_culture #other_event {
    padding-bottom: 0;
  }

  #page_culture #other_event .football .culture_txt {
    padding: 12vw 8vw;
  }

  #page_culture #other_event .running .culture_txt {
    padding: 12vw 8vw;
  }

  #page_culture #other_event .running .culture_img_run1 {
    top: -7vw;
    width: 21%;
  }

  #page_culture #other_event .running .culture_img_run2 {
    width: 21%;
  }

  .culture_top_btn a {
    padding: 5% 20% 5% 6%;
    margin: 10px 0;
    line-height: 1.4;
    height: auto;
    min-height: auto;
    display: block;
    width: 100%;
  }

  .culture_top_btn a::after {
    width: 15%;
    height: 20%;
    right: 3%;
  }

  .culture_top_btn p.coming_soon {
    padding: 5% 6% 5%;
    margin: 10px 0;
    line-height: 1.4;
    height: auto;
    display: block;
  }

  #page_fleshers .show_target,
  #page_careers .show_target {
    transition: all 2.5s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  }

  #page_fleshers .main_title,
  #page_careers .main_title {
    font-size: 8vw;
    height: 100px;
  }

  #page_fleshers .main_title span,
  #page_careers .main_title span {
    font-size: 8vw;
  }

  #page_fleshers .second_title,
  #page_careers .second_title {
    font-size: 6.5vw;
    padding: 20px 0;
  }

  #page_fleshers .contents,
  #page_careers .contents {
    min-height: auto;
    width: 100%;
  }

  #page_fleshers .job_name,
  #page_careers .job_name {
    padding: 10px 20px;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 60px;
    font-size: 18px;
  }

  #page_fleshers .job_name .red_info,
  #page_careers .job_name .red_info {
    font-size: 16px;
    padding: 3px 0 0 0;
  }

  #page_fleshers .job_list_openclose,
  #page_careers .job_list_openclose {
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
    padding: 0;
    width: 40px;
    height: 40px;
    margin: 10px;
  }

  #page_fleshers .job_list_end,
  #page_careers .job_list_end {
    overflow: hidden;
    padding: 5px;
    width: 11%;
    height: 40px;
    margin: 10px;
    font-size: 11px;
  }

  #page_fleshers dl.job_info,
  #page_careers dl.job_info {
    flex-direction: column;
    margin-bottom: 30px;
  }

  #page_fleshers dl.job_info dt,
  #page_careers dl.job_info dt {
    text-align: left;
    padding: 2% 5%;
    font-size: 16px;
    border-bottom: none;
    max-width: inherit;
  }

  #page_fleshers dl.job_info dd,
  #page_careers dl.job_info dd {
    text-align: left;
    padding: 4% 5% 0;
    max-width: inherit;
  }

  #page_fleshers .entry_btn a,
  #page_careers .entry_btn a {
    padding: 5% 20% 5% 6%;
    margin: 10px 0;
    line-height: 1.4;
    height: auto;
    min-height: auto;
    display: block;
    width: 100%;
  }

  #page_fleshers .entry_btn a::after,
  #page_careers .entry_btn a::after {
    width: 15%;
    height: 20%;
    right: 3%;
  }

  #page_fleshers .entry_btn p.coming_soon,
  #page_careers .entry_btn p.coming_soon {
    padding: 5% 6% 5%;
    margin: 10px 0;
    line-height: 1.4;
    height: auto;
    display: block;
  }

  #page_fleshers .how_to_entry,
  #page_careers .how_to_entry {
    text-align: left;
    padding: 4% 5% 0;
    line-height: 1.6;
  }

  #page_fleshers .how_to_entry .mail_send_txt,
  #page_careers .how_to_entry .mail_send_txt {
    font-size: 20px;
    display: inline;
  }
}

@media screen and (max-width: 320px) {
  #page_members .members_list .list_img {
    width: 100%;
    padding-top: 137%;
    margin: 0 auto 30px;
  }

  #page_interview .interview_title_area .interview_title {
    font-size: 16px;
  }

  #page_interview .interview_title_area dl .members_name {
    font-size: 16px;
  }

  .next_member .next_title {
    font-size: 14px;
  }

  .next_member dl dd {
    font-size: 11px;
    display: block;
  }

  .next_member dl .members_name {
    font-size: 14px;
  }

  .next_member .next_img {
    width: 80%;
    float: none;
    margin: 0 auto;
    padding: 20px 0;
  }

  .members_top_btn {
    padding: 0 0 10%;
  }

  #tsj .tsj_top_btn {
    padding: 0 0 10%;
  }

  .culture_top_btn {
    padding: 0 0 10%;
  }

  #page_fleshers .entry_btn,
  #page_careers .entry_btn {
    padding: 0 0 10%;
  }
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
    min-width: 1140px !important;
    width: 100%;
    position: relative !important;
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  .show_target,
  .show_target *,
  #page_members .members_list li {
    opacity: 1 !important;
  }
}

