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

header{
	width: 100%;
	position: fixed;
	top:-85px;
	left: 0;
	z-index: 100;
}

header h1{
	font-size: 15px;
	line-height: 1;
	vertical-align: middle;
	padding-top: 23px
}

header h1 img{
	width: 110px;
	height: auto;
	margin-right: 30px;
}

header .w_box{
	width: 100%;
	height: 85px;
	background: rgba(255,255,255,0.9);
}

header .w_box > div{
	max-width: 1280px;
	height: 85px;
	margin: 0 auto;
	position: relative;
}

.btn_m{
  width: 45px;
  height: 45px;
  position:absolute;
  top:50%;
  right:0;
	margin-top: -23px;
  z-index:9999;
  background: #003894;
  cursor:pointer;
}

.menu {
  width: 45px;
  height: 45px;
  display: block;
  z-index:99999;
  cursor:pointer;
}

.menu span {
  width: 28px;
  height: 2px;
  display: block;
  background: #FFF;
  position: absolute;
  right:8px;
  top: 50%;
  cursor:pointer;
  transition: all 0.3s;
  transform: rotate(0deg);
}

.menu span:not(:target) {
  display: block;
}

.menu .top {
      transform: translateY(-10px);
}

.menu .bottom {
      transform: translateY(10px);
}

.menu.is-open .middle {
  background: rgba(255, 255, 255, 0);
  display:none;
}

.menu.is-open .top {
 transform: rotate(-45deg) translateY(0px);
}

.menu.is-open .bottom {
 transform: rotate(45deg) translateY(0px);
}	

nav{
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.9);
	position: fixed;
	top: 85px;
	left: 0;
	z-index: 999;
	display: none;
	overflow-y: auto;
	box-sizing: border-box;
}

nav div{
	padding: 50px 0;
	max-width: 800px;
	margin: 0  auto;
}

nav div > ul {
	padding-bottom: 50px;
}

nav div > ul > li{
	font-size: 18px;
	line-height: 1;
	padding-left: 25px;
	position: relative;
}

nav div > ul > li + li > a{
	border-top: 1px dotted #333;
}

nav div > ul > li::before{
	font-family:FontAwesome;
	font-size: 90%;
	content:"\f054";
	color: #003894;
	vertical-align:middle;
	position:absolute;
	left:20px;
	top:15px;
	transition: 0.3s;
}

nav div > ul > li.active::before{
	transform: rotate(90deg);
	transition: 0.3s;
}

nav div > ul > li > a{
	display: block;
	padding: 15px 15px;
}

nav div > ul > li  li  a{
	display: block;
	padding: 10px 15px;
}

nav div > ul > li  li:last-child a{
	padding-bottom: 15px;
}

nav div > ul > li ul{
	display: none;
}

nav div li span.ac{
	width: 20px;
	height: 50px;
	display: block;
	cursor: pointer;
	position: absolute;
	top:0;
	right: 15px;
}

nav div li span.ac::before, 
nav div li span.ac::after {
	content: "";
  width: 20px;
	height: 2px;
  background-color: #003894;
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
	margin: auto;
	z-index: 1;
	position: absolute;
	top:50%;
	right: 0;
}

nav div li span.ac::before{
	transform: rotate(90deg);
}

nav div li span.ac.active::before{
	transform: rotate(0deg);
}

nav div li span.ac.active::after{
	opacity: 0;
}


.mv{
	width: 100%;
	height: 719px;
	position: relative;
	padding: 1px;
	box-sizing: border-box;
}

.mv01{
	width: 68.5%;
	height: 100%;
	background: url("/jp/~/Media/phchd/phc/job/top_re/mv01.jpg") right center no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.mv02{
	width: 31.5%;
	height: 50%;
	background: url("/jp/~/Media/phchd/phc/job/top_re/mv02.jpg") left center no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
}

.mv03{
	width: 31.5%;
	height: 50%;
	background: url("/jp/~/Media/phchd/phc/job/top_re/mv03.jpg") left center no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
	right: 0;
}


.mv div.txt{
	max-width: 1280px;
	color: #FFF;
	margin: 270px auto 0;
	position: relative;
	z-index: 1;
}

.mv div.txt h1{
	font-family:FrutigerRoma;
	font-size: 86px;
	line-height: 1;
}

.mv div.txt p{
	font-size: 30px;
	line-height: 1;
	margin-bottom: 8px;
}

.mv div.txt p + p{
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.3em;
}


.mess_box{
	background: url("/jp/~/Media/phchd/phc/job/top_re/mess_bk.gif");
	padding: 70px 0;
}

/*.mess_box .mess{
	max-width: 815px;
	text-align: center;
	color: #FFF;
	margin: 0 auto;
	padding: 40px 30px;
	box-sizing: border-box;
	border-radius: 5px;
	background: #003894;
}*/

.mess_box .mess{
  text-align: center;
}

.mess_box .mess h1{
	font-family:FrutigerBold;
	font-size: 80px;
	line-height: 1;
	text-align: center;
	color: #e6e6e6;
	margin-bottom: 15px;
}

.mess_box .mess p{
	font-size: 30px;
	line-height: 1;
	text-align: center;
	margin-bottom: 65px;
}

.mess_box .mess > div{
  width: 628px;
  border-radius: 5px;
	text-align: center;
  position: relative;
  display: inline-block;
}

.mess_box .mess > div + div{
  margin-left: 25px;
}

.mess_box .mess a img{
  transition: 0.8s;
}

.mess_box .mess a:hover img{
	transform: scale(1.01,1.01);
	transition: 0.8s;
}


/*.mess_box .mess h1{
	font-family:FrutigerRoma;
	font-size: 50px;
	line-height: 1;
	padding-bottom: 15px;
	border-bottom: 1px solid #FFF;
	margin: 0 110px 20px;
}

.mess_box .mess p{
	font-size: 17px;
	line-height: 2;
	margin-bottom: 40px;
}*/

.job a{
	text-decoration: none;
	transition:0.3s linear;
}

a.aw_ws,
a.aw_bs,
p.wind{
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	color: #FFF;
	display: inline-block;
	position: relative;
}

a.aw_bs,
p.wind{
	color: #003894;
}

a.aw_ws::before,
a.aw_bs::before,
p.wind::before{
	content: "";
	width: 31px;
	height: 15px;
	background: url("/jp/~/Media/phchd/phc/job/top_re/arrow_w_s.png") left top no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: -2px;
	left: -40px;
	transition:0.8s linear;
}

a.aw_bs::before,
p.wind::before{
	background: url("/jp/~/Media/phchd/phc/job/top_re/arrow_b_s.png") left top no-repeat;
	background-size: 100% auto;
}

a.aw_ws:hover::before,
a.aw_bs:hover::before,
p.wind:hover::before{
	left: -35px;
	transition:0.8s;
}

a.aw_ws span,
a.aw_bs span,
p.wind span{
	padding-left: 0;
	transition:0.8s linear;
}

a.aw_ws:hover span,
a.aw_bs:hover span,
p.wind:hover span{
	padding-left: 0.05em;
	transition:1s;
}

.job a.btn{
	width: 295px;
	height: 85px;
	font-size: 18px;
	line-height: 1.3;
	color: #FFF;
	background: #003894;
	display: table;
	position: relative;
	overflow: hidden;
}

.job a.btn span{
	display: table-cell;
	vertical-align: middle;
	padding-left: 75px;
}

.job a.btn span span{
	display: inline-block;
	vertical-align: middle;
	padding-left: 0;
	transition:0.8s linear;
}

.job a.btn:hover span span{
	padding-left: 0.05em;
	transition:1s;
}

.job a.btn::before{
	content: "";
	width: 44px;
	height: 15px;
	background: url("/jp/~/Media/phchd/phc/job/top_re/arrow_w.png") left top no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	left: -10px;
	margin-top: -7px;
	transition:0.8s linear;
}

.job a.btn:hover::before{
	left: 0;
	transition:0.8s;
}

.job .title{
	text-align: center;
  padding: 115px 0 60px;
}

.job .title h1{
	font-family:FrutigerBold;
	font-size: 78px;
	line-height: 1;
	color: #e6e6e6;
	margin-bottom: 15px;
}

.job .title p{
	font-size: 30px;
	line-height: 1.4;
}

.job .title p span{
	font-size: 17px;
	line-height: 1.4;
	display: block;
	margin-top: 8px;
}

.co01{
	background: #e4e4e4;
}

.co01_box{
	height: 515px;
	overflow: hidden;
	position: relative;
}

.co01_box .pic,
.co01_box .txt{
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
}

.co01_box .pic{
	right: 50%;
	background: url("/jp/~/Media/phchd/phc/job/top_re/co01_pic01.jpg") right top no-repeat;
	background-size: cover;
}

.co01_box .txt{
	left: 50%;
}

.co01_box + .co01_box .pic{
	left: 50%;
	right: auto;
	background: url("/jp/~/Media/phchd/phc/job/top_re/co01_pic02.jpg") left top no-repeat;
	background-size: cover;
}

.co01_box + .co01_box .txt{
	width: 638px;
	padding-left: 0;
	right: 50%;
	left: auto;
}

.co01 .txt > div{
	width: 638px;
	padding-left: 27px;
	box-sizing: border-box;
}

.co01 .txt > div h1{
	font-family:FrutigerBold;
	font-size: 90px;
	line-height: 0.9;
	color: #FFF;
	text-align: right;
	padding-top: 85px;
	margin-bottom: 20px;
}

.co01_box + .co01_box .txt > div h1{
	padding-top: 105px;
	text-align: left;
}

.co01 .txt > div p{
	font-size: 30px;
	line-height: 1;
	text-align: right;
	margin-bottom: 40px;
}

.co01_box + .co01_box .txt > div p{
	text-align: left;
}


.co01 .btn_box{
	display: flex;
	margin-bottom: 30px;
}

.co01 .btn_box a.btn  + a.btn{
	margin-left: 22px;
}

.co01 p.wind{
	font-size: 14px !important;
	text-align: left !important;
	margin-left: 40px;
	cursor: pointer;
}


.phc_grooup{
	margin-top: 60px;
	padding-top: 65px;
	padding-bottom: 135px;
	background: url("/jp/~/Media/phchd/phc/job/top_re/about_phc_group_bk.gif") center top no-repeat;
}

.phc_grooup h1{
	font-family:FrutigerBold;
	font-size: 80px;
	line-height: 1;
	text-align: center;
	color: #e6e6e6;
	margin-bottom: 15px;
}

.phc_grooup p{
	font-size: 30px;
	line-height: 1;
	text-align: center;
	margin-bottom: 65px;
}

.phc_grooup .box{
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
}

.phc_grooup .box > div{
	width: 615px;
}

.phc_grooup .box > div + div{
	margin-left: 50px;
}

.phc_grooup .box h2{
	text-align: center;
	margin-bottom: 105px;
	margin-top: 40px;
}

.phc_grooup .box p{
	font-size: 17px;
	line-height: 1.6;
	text-align: left;
}

.phc_grooup .box ul{
	margin-left: -24px;
}

.phc_grooup .box li{
	float: left;
	margin-left: 24px;
	margin-bottom: 40px;
}

.job .co02 .title{
	text-align: center;
	color: #FFF;
	padding: 50px 0;
	background: #003994;
}

.job .co02 .title h1{
	color: #FFF;
}


.co02 .pic_list{
	background: #e4e4e4;
}

.co02 ul{
	max-width: 1280px;
	margin: 0 auto;
}

.co02 ul li{
	width: 320px;
	height: 190px;
	float: left;
	position: relative;
	overflow: hidden;
}

.co02 ul li img{
	width: 100%;
	 height: auto;
}

.co02 ul li div{
	padding: 30px;
	background: #003994;
}

.co02 ul li div p{
	font-size: 22px;
	line-height: 1.4;
	color: #FFF;
	margin-bottom: 15px;
}

.co02 ul li div a{
	font-size: 17px;
	line-height: 1;
	text-align: center;
	color: #003994;
	background: #FFF;
	padding: 18px 0;
	display: block;
	position: relative;
	border: 2px solid #FFF;
	transition:0.3s linear;
	box-sizing: border-box;
}

.co02 ul li div a::after{
	font-family:'FontAwesome';
	font-size: 15px;
	content:"\f24d";
	position: absolute;
	top: 5px;
	right: 10px;
	transform: scale(1, -1);
}

.co02 ul li div a:hover{
	color: #FFF;
	background: #003994;
	transition:0.3s;
}

.co03 .sq{
	background: #e4e4e4;
	position: relative;
}

.co03 .sq::before{
	content: "";
	width: 100%;
	height: 100%;
	background: url("/jp/~/Media/phchd/phc/job/top_re/co03_pic04.jpg") right bottom no-repeat;
	position: absolute;
	top: 0;
	right: 50%;
	margin-right: 640px;
}

.co03 .sq::after{
	content: "";
	width: 100%;
	height: 100%;
	background: url("/jp/~/Media/phchd/phc/job/top_re/co03_pic05.jpg") left bottom no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 640px;
}

.co03 .sq_list{
	max-width: 1280px;
	margin: 0 auto;
}

.co03 .sq_list li{
	width: 426px;
	height: 375px;
	text-align: center;
	float: left;
	position: relative;
}

.co03 .sq_list li img{
	width: 100%;
	height: auto;
}

.co03 .sq_list li div{
	padding: 40px;
	padding-top: 125px;
}

.co03 .sq_list li h2{
	font-family:FrutigerBold;
	font-size: 45px;
	line-height: 1;
	color: #FFF;
	margin-bottom: 5px;
}

.co03 .sq_list li h2.sm{
	font-size: 40px;
}

.co03 .sq_list li h2.smm{
	font-size: 39px;
}

.co03 .sq_list li p{
	font-size: 17px;
	line-height: 1;
	margin-bottom: 80px;
}

.co03 .sq_list li a.btn_b{
	font-size: 17px;
	line-height: 1;
	text-align: center;
	color: #FFF;
	background: #003894;
	padding: 18px 0;
	display: block;
	position: relative;
	border: 2px solid #003894;
	transition:0.3s linear;
	box-sizing: border-box;
}

.co03 .sq_list li a.btn_b:hover{
	color: #003894;
	background: #FFF;
	border: 2px solid #003894;
	transition:0.3s;
}

.co03 .sq_list li p#wind_mov{
	font-size: 17px;
	line-height: 1;
	text-align: center;
	color: #003894;
	padding-top: 60px;
	margin-top: -30px;
	display: inline-block;
	background: url("/jp/~/Media/phchd/phc/job/top_re/icon_youtube.gif") center top no-repeat;
	transition:0.3s linear;
	cursor: pointer;
}

.co03 .sq_list li p#wind_mov:hover{
	opacity: 0.7;
	transition:0.3s;
}

.co03 .sq_list li div.sns_box{
	padding: 0;
	padding-top: 0;
  padding-left: 15px;
  margin-top: -40px;
}

.co03 .sq_list li .sns_box a{
  display: inline-block;
}

.co03 .sq_list li .sns_box a:hover{
  opacity: 0.7;
}

.co03 .sq_list li .sns_box a + a{
  margin-left: 40px;
}

.co03 .sq_list li .sns_box img{
  width: auto;
  height: 40px;
}

.co04 .inte{
	display: flex;
}

.co04 .inte > div{
	width: 50%;
}

.co04 .inte > div > div{
	height: 410px;
	position: relative;
}

.co04 .inte > div > div.case01{
	background: url("/jp/~/Media/phchd/phc/job/top_re/co04_pic01.jpg") right top no-repeat;
	background-size: cover;
}

.co04 .inte > div > div.case02{
	background: url("/jp/~/Media/phchd/phc/job/top_re/co04_pic02.jpg") right top no-repeat;
	background-size: cover;
}

.co04 .inte > div > div.case03{
	background: url("/jp/~/Media/phchd/phc/job/top_re/co04_pic03.jpg") left top no-repeat;
	background-size: cover;
}

.co04 .inte > div > div.case04{
	background: url("/jp/~/Media/phchd/phc/job/top_re/co04_pic04.jpg") left top no-repeat;
	background-size: cover;
}

.co04 .inte div.case01 div.inner_box,
.co04 .inte div.case02 div.inner_box{
	width: 640px;
	height: 410px;
	position: absolute;
	top: 0;
	right: 0;
}

.co04 .inte div.case01 div a,
.co04 .inte div.case02 div a{
	position: absolute;
	bottom: 0;
	left: 0;
}

.co04 .inte div.case03 div.inner_box,
.co04 .inte div.case04 div.inner_box{
	width: 640px;
	height: 410px;
	position: absolute;
	top: 0;
	left: 0;
}

.co04 .inte div.case03 div a,
.co04 .inte div.case04 div a{
	position: absolute;
	bottom: 0;
	right: 0;
}

.cross{
	text-align: center;
	padding: 90px 0 70px;
	background: #e4e4e4;
}

.cross h2{
	font-family:FrutigerBold;
	font-size: 70px;
	line-height: 1;
	color: #FFF;
	margin-bottom: 15px;
}

.cross p{
	font-size: 17px;
	line-height: 1.4;
	margin-bottom: 15px;
}

.cross ul.cross_pic{
	text-align: center;
	margin-bottom: 70px;
}

.cross ul.cross_pic li{
	display: inline-block;
	position: relative;
}

.cross ul.cross_pic li + li{
	margin-left: 77px;
}

.cross ul.cross_pic li + li::before{
	content: "×";
	color: #FFF;
	font-size: 38px;
	line-height: 1;
	font-weight: 700;
	position: absolute;
	top: 90px;
	left: -50px;
}

.cross a{
	width: 405px;
	height: 50px;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	color: #003894;
	padding: 18px 0 0;
	border: 1px solid #003894;
	background: #FFF;
	margin: 0 auto;
	display: block;
	box-sizing: border-box;
	transition:0.3s linear;
}

.cross a:hover{
	color: #FFF;
	background: #003894;
	transition:0.3s;
}

.cross a > span{
	display: inline-block;
	position: relative;
}

.cross a > span::before{
	content: "";
	width: 31px;
	height: 15px;
	background: url("/jp/~/Media/phchd/phc/job/top_re/arrow_b_s.png") left top no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: -1px;
	left: -40px;
	transition:0.3s linear;
}

.cross a:hover > span::before{
	left: -35px;
	background: url("/jp/~/Media/phchd/phc/job/top_re/arrow_w_s.png") left top no-repeat;
	background-size: 100% auto;
}

.cross a > span span{
	display: inline-block;
	vertical-align: middle;
	padding-left: 0;
	transition:0.8s linear;
}

.cross a:hover > span span{
	padding-left: 0.05em;
	transition:1s;
}


.co05 .box{
	display: flex;
	overflow: hidden;
}

.co05 .box > div{
	width: 50%;
	height: 714px;
	position: relative;
}

.co05 .box .in_box01{
	height: 714px;
	background: url("/jp/~/Media/phchd/phc/job/top_re/f_bk01.jpg") right top no-repeat;
	background-size: cover;
}

.co05 .box a{
	width: 640px;
	height: 100%;
	display: block;
	opacity: 1;
}

.co05  a h2 span,
.co05  a p span{
	padding-left: 0;
	transition:1s;
}

.co05  a:hover h2 span,
.co05  a:hover p span{
	padding-left: 0.05em;
	transition:1s;
}
.co05 .box> div{
	overflow: hidden;
}

.co05 .box> div > div,
.co05 .in_box01{
	transition: 0.3s linear;
}

.co05 .box> div > div:hover,
.co05 .in_box01:hover{
	transform: scale(1.01,1.01);
	transition: 0.8s;
}

.co05 .box  a h2{
	font-family:FrutigerBold;
	font-size: 28px;
	line-height: 1;
	color: #FFF;
	margin-bottom: 5px;
}

.co05 .box a p{
	font-size: 17px;
	line-height: 1.5;
}

.co05 .box .in_box01 a{
	padding-top: 155px;
	position: absolute;
	top: 0;
	right: 0;
}

.co05 .box .in_box02 > div{
	height: 357px;
	position: relative;
}

.co05 .box .in_box02 > div{
	background: url("/jp/~/Media/phchd/phc/job/top_re/f_bk02.jpg") right top no-repeat;
	background-size: cover;
}

.co05 .box .in_box02 > div + div{
	background: url("/jp/~/Media/phchd/phc/job/top_re/f_bk03.jpg") right top no-repeat;
	background-size: cover;
}

.co05 .box .in_box02 div a{
	padding-top: 155px;
	padding-left: 70px;
	position: absolute;
	top: 0;
	left: 0;
}

.co05 .box .in_box02 div + div a{
	padding-top: 155px;
	padding-left: 0;
	text-align: right;
}




#footer{
	padding: 50px  0 60px;
}


.footer-global h2{
	font-size: 16px;
	line-height: 1;
	margin-bottom: 35px;
}

.footer-menu li{
	margin-bottom: 10px !important;
}

.footer-menu li ul{
	margin: 10px 0 30px;
}

.footer-menu li a{
	font-size: 14px;
}

.footer-menu li li{
	padding-left: 0 !important;
}

.footer-menu li li::before {
	content:"・" !important;
	margin-right:0 !important;
}

.footer-menu + .footer-menu {
	margin-top: 30px;
}

#footer .copyright{
	font-size:14px;
	font-size:1.4rem;
	line-height: 1;
	text-align:left;
	padding:20px 0;
	border-top:none;
	vertical-align: bottom;
}

#footer .copyright a{
	vertical-align: bottom;
}

#footer .copyright a + a{
	padding-left: 10px;
	margin-right: 10px;
}

.mvtxt,
.mvtxt_sl,
.mvtxt_t{
	opacity:0;
}
.mvtxt span,
.mvtxt_sl span{
	opacity:0;
	margin-left: -0.5em;
	display: inline-block;
}

.mvtxt_t span{
	opacity:0;
	transform:translate(0 , -0.2em);
	display: inline-block;
	transition:0.4s linear;
}

.img-W {
	width: 100%;
	height: 100%;
  overflow: hidden;
  position: absolute;
	top: 0;
	left: 0;
}

.img-W:before,
.img-W:after {
  animation: 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 1;
}

.img-W:before {
  animation-name: img-W-before;
  left: 0;
  right: 50%;
}

.img-W:after {
  animation-name: img-W-after;
  left: 50%;
  right: 0;

}

@keyframes img-W-before {
  100% {
    transform: translateY(100%);
  }
}

@keyframes img-W-after {
  100% {
    transform: translateY(-100%);
  }
}

.img-W_l {
	width: 100%;
	height: 100%;
  overflow: hidden;
  position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.img-W_l:before {
  animation: img-W_l 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-W_l {
  100% {
    transform: translateX(100%);
  }
}

.img-W_r {
	width: 100%;
	height: 100%;
  overflow: hidden;
  position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.img-W_r:before {
  animation: img-W_r  2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-W_r  {
  100% {
    transform: translateX(-100%);
  }
}

.imgW_vl,
.imgW_vr,
.imgW_vt,
.imgW_vb{
	width: 100%;
	height: 100%;
  overflow: hidden;
  position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.imgW_vl.img-W_l,
.imgW_vr.img-W_r{
		background: none !important;
}

.mess .imgW_vt,
.mess .imgW_vt:before{
  background: #003894;
  border-radius: 5px;
}

.co01 .imgW_vr,
.co01 .imgW_vl,
.co01 .img-W_l:before,
.co01 .img-W_r:before{
	background: #e4e4e4;
}

.co02 .imgW_vr,
.co02 .imgW_vl,
.co02 .img-W_l:before,
.co02 .img-W_r:before{
	background: #e4e4e4;
}

.co04 .imgW_vr,
.co04 .imgW_vl,
.co04 .img-W_l:before,
.co04 .img-W_r:before{
	background: #FFF;
}

.co05 .imgW_vr,
.co05 .imgW_vl,
.co05 .imgW_vt,
.co05 .img-W_l:before,
.co05 .img-W_r:before,
.co05 .img-W_t:before{
	background: #FFF;
}


.img-W_t {
	width: 100%;
	height: 100%;
  overflow: hidden;
  position: absolute;
	top: 0;
	left: 0;
}

.img-W_t:before {
  animation: 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 1;
}

.img-W_t:before {
  animation-name: img-W_t-before;
  left: 0;
  right: 0;
}

@keyframes img-W_t-before {
  100% {
    transform: translateY(100%);
  }
}

.img-W_b {
	width: 100%;
	height: 100%;
  overflow: hidden;
  position: absolute;
	top: 0;
	left: 0;
}

.img-W_b:before {
  animation: 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 1;
}

.img-W_b:before {
  animation-name: img-W_b-before;
  left: 0;
  right: 0;
}

@keyframes img-W_b-before {
  100% {
    transform: translateY(-100%);
  }
}

.sq .imgW_vt,
.sq .imgW_vb,
.sq .img-W_t:before,
.sq .img-W_b:before{
	background: #e4e4e4;
}

.imgW_vt.img-W_t,
.imgW_vb.img-W_b{
		background: none !important;
}

.imgW_vc {
	width: 100%;
	height: 100%;
  overflow: hidden;
  position: absolute;
	top: 0;
	left: 0;
	background: #e4e4e4;
}

.img-wrap_c {
  animation: img-wrap_c 2s cubic-bezier(.4, 0, .2, 1);
}

@keyframes img-wrap_c {
  0% {
    clip-path: circle(0 at 50% 50%);
    -webkit-clip-path: circle(0 at 50% 50%);
  }
  
  100% {
    clip-path: circle(100% at 50% 50%);
    -webkit-clip-path: circle(100% at 50% 50%);
  }
}

.img-wrap_c + .imgW_vc {
	background: none;
}


@media screen and (max-width: 768px) {

  header{
    top:-10vw;
  }

  header h1{
    font-size: 2vw;
    line-height: 1;
    vertical-align: middle;
    padding-top: 3vw
  }

  header h1 img{
    width: 14vw;
    height: auto;
    margin-right: 3vw;
  }

  header .w_box{
    height: 10vw;
  }

  header .w_box > div{
    height: 10vw;
    padding: 0 4vw;
  }

  .btn_m{
    width: 15vw;
    height: 10vw;
    position:absolute;
    top:0;
    right:0;
    margin-top: 0;
		background: none;
  }

  .menu {
    width: 6vw;
    height: 6vw;
		background: #003894;
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		margin: -3vw auto 0;
  }

  .menu span {
    width: 4vw;
    height: 2px;
    right:1vw;
  }

  .menu span:not(:target) {
    display: block;
  }

  .menu .top {
        transform: translateY(-1.5vw);
  }

  .menu .bottom {
        transform: translateY(1.5vw);
  }

  nav{
    top: 10vw;
  }

  nav div{
    padding: 4vw 4vw;
		box-sizing: border-box;
  }
	
  nav div > ul {
    padding-bottom: 10vw;
  }

  nav div > ul > li{
    font-size: 3vw;
    padding-left: 4vw;
  }

  nav div > ul > li::before{
    left:4vw;
    top:2.8vw;
  }

  nav div > ul > li > a{
    display: block;
    padding: 2.5vw 3.5vw;
  }

  nav div > ul > li  li  a{
    padding: 1.5vw 3.5vw;
  }

  nav div > ul > li  li:last-child a{
    padding-bottom: 2.5vw;
  }

  nav div li span.ac{
    width: 8vw;
    height: 8vw;
    top:0;
    right: 0vw;
  }

  nav div li span.ac::before, 
  nav div li span.ac::after {
    content: "";
    width: 3vw;
    height: 2px;
    right: 3vw;
  }

  .mv{
    height: auto;
    position: relative;
		padding: 0;
  }

  .mv01{
    width: 100%;
    height: 76vw;
    background: url("/jp/~/Media/phchd/phc/job/top_re/mv01.jpg") right center no-repeat;
    background-size: cover;
    position: relative;
    top: auto;
    left: auto;
  }

  .mv02{
    width: 50%;
    height: 40vw;
    background: url("/jp/~/Media/phchd/phc/job/top_re/mv02.jpg") left center no-repeat;
    background-size: cover;
    position: relative;
    top: auto;
    right: auto;
		display: inline-block;
  }

  .mv03{
    width: 50%;
    height: 40vw;
    background: url("/jp/~/Media/phchd/phc/job/top_re/mv03.jpg") left center no-repeat;
    background-size: cover;
    position: relative;
    bottom: auto;
    right: auto;
		display: inline-block;
  }


  .mv div.txt{
    margin: 30vw auto 0;
    position: absolute;
    top: 0;
		left: 4vw;
  }

  .mv div.txt h1{
    font-family:FrutigerRoma;
    font-size: 9vw;
    line-height: 1;
  }

  .mv div.txt p{
    font-size: 3.2vw;
    line-height: 1;
    margin-bottom: 8px;
  }

  .mv div.txt p + p{
    font-size: 1.8vw;
    line-height: 1;
    letter-spacing: 0.05em;
  }

  /*.mess_box{
    background: none;
    padding: 0;
		margin-top: -1vw;
  }

  .mess_box .mess{
    padding: 8vw 6vw;
    border-radius: 0;
  }*/
  
  .mess_box{
    padding: 8vw 4vw;
		margin-top: -1vw;
  }

  .mess_box .mess{
    width: 100%;
  }
  
  /*.mess_box .mess h1{
    font-size: 7vw;
    line-height: 1;
    padding-bottom: 3vw;
    margin: 0 8vw 6vw;
  }

  .mess_box .mess p{
    font-size: 3vw;
    line-height: 1.8;
		text-align: left;
    margin-bottom: 10vw;
  }*/
  
  .mess_box .mess h1{
    font-size: 11vw;
    line-height: 1;
    text-align: center;
    color: #e6e6e6;
    margin-bottom: 2vw;
  }

  .mess_box .mess p{
    font-size: 4vw;
    line-height: 1;
    text-align: center;
    margin-bottom: 5vw;
  }

  .mess_box .mess > div{
    width: 100%;
    border-radius: 1vw;
    text-align: center;
    position: relative;
    display: inline-block;
  }

  .mess_box .mess > div + div{
    margin-left: 0;
    margin-top: 5vw;
  }
  
  .mess_box .mess > div img{
    width: 100%;
    height: auto;
  }

  a.aw_ws,
  a.aw_bs,
	p.wind{
    font-size: 3vw;
  }

  a.aw_ws::before,
  a.aw_bs::before,
	p.wind::before{
    content: "";
    width: 5vw;
    height: 2vw;
    top: 50%;
    left: -7vw;
		margin-top: -1.5vw;
  }

  a.aw_ws:hover::before,
  a.aw_bs:hover::before,
	p.wind:hover::before{
    left: -7vw;
  }
  a.aw_ws:hover span,
	a.aw_bs:hover span,
	p.wind:hover span{
    padding: 0;
  }
	
  .job a.btn{
    width: 48%;
    height: 11vw;
    font-size: 3vw;
    line-height: 1.1;
  }

  .job a.btn span{
    display: table-cell;
    vertical-align: middle;
    padding-left: 8vw;
  }
	
  .job a.btn:hover span span{
    padding: 0;
  }

  .job a.btn::before{
    content: "";
    width: 6vw;
    height: 2vw;
    background: url("/jp/~/Media/phchd/phc/job/top_re/arrow_w.png") left top no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1vw;
  }

  .job a.btn:hover::before{
    left: 0;
    transition:0.8s;
  }

  .job .title{
    text-align: center;
    padding: 8vw 0;
  }

  .job .title h1{
    font-size: 10vw;
    line-height: 1;
    color: #e6e6e6;
    margin-bottom: 1vw;
  }

  .job .title p{
    font-size: 4vw;
    line-height: 1.4;
  }

  .job .title p span{
    font-size: 3vw;
    line-height: 1.4;
    display: block;
    margin-top: 8px;
  }

  .co01_box{
    height: auto;
    overflow: hidden;
    position: relative;
  }

  .co01_box .pic,
  .co01_box .txt{
    width: 100%;
    height: auto;
    position: static;
    top: auto;
  }

  .co01_box .pic{
		height: 58vw;
    right: auto;
    background: url("/jp/~/Media/phchd/phc/job/top_re/co01_pic01.jpg") right top no-repeat;
    background-size: cover;
  }

  .co01_box .txt{
    left: auto;
  }

  .co01_box + .co01_box .pic{
    left: auto;
    right: auto;
    background: url("/jp/~/Media/phchd/phc/job/top_re/co01_pic02.jpg") left top no-repeat;
    background-size: cover;
  }

  .co01_box + .co01_box .txt{
    width: 100%;
    padding-left: 0;
    right: auto;
    left: auto;
  }

  .co01 .txt > div{
    width: 100%;
		padding: 4vw 6vw 5vw;
    box-sizing: border-box;
  }
	
	.co01_box + .co01_box .txt > div{
    padding: 7vw 6vw 10vw;
  }


  .co01 .txt > div h1{
    font-size: 12vw;
    line-height: 0.9;
    padding-top: 0;
    margin-bottom: 3vw;
  }

  .co01_box + .co01_box .txt > div h1{
    padding-top: 0;
    text-align: left;
  }

  .co01 .txt > div p{
    font-size: 4vw;
    line-height: 1;
    text-align: right;
    margin-bottom: 5vw;
  }


  .co01 .btn_box{
    display: flex;
    margin-bottom: 4vw;
  }

  .co01 .btn_box a.btn  + a.btn{
    margin-left: 4%;
  }

  .co01 p.wind{
		margin-left: 7vw;
    font-size: 2.8vw !important;
  }


  .phc_grooup{
    margin-top: 10vw;
    padding-top: 0;
    padding-bottom: 10vw;
    background: url("/jp/~/Media/phchd/phc/job/top_re/about_phc_group_bk.gif") center 28vw no-repeat;
		background-size: 100% auto;
  }

  .phc_grooup h1{
    font-size: 11vw;
    line-height: 1;
    text-align: center;
    color: #e6e6e6;
    margin-bottom: 2vw;
  }

  .phc_grooup p{
    font-size: 4vw;
    line-height: 1;
    text-align: center;
    margin-bottom: 10vw;
  }

  .phc_grooup .box{
    padding: 0 6vw;
    display: block;
		box-sizing: border-box;
  }

  .phc_grooup .box > div{
    width: 100%;
  }

  .phc_grooup .box > div + div{
    margin-left: 0;
  }

  .phc_grooup .box h2{
    text-align: center;
    margin-bottom: 13vw;
    margin-top: 13vw;
  }
	
   .phc_grooup .box h2 img{
		 width: 30%;
		 height: auto;
	}

  .phc_grooup .box p{
    font-size: 3vw;
    line-height: 1.7;
  }

  .phc_grooup .box ul{
    margin-left: -2%;
  }

  .phc_grooup .box li{
		width: 48%;
    float: left;
    margin-left: 2%;
    margin-bottom: 5vw;
  }
	
	 .phc_grooup .box li a.btn{
		width: 100%;
  }

  .job .co02 .title{
    padding: 8vw 0;
  }

  .co02 ul li{
    width: 50%;
    height: 29vw;
    float: left;
    position: relative;
    overflow: hidden;
  }

  .co02 ul li div{
    padding: 4vw 5vw;
  }

  .co02 ul li div p{
    font-size: 3.6vw;
    line-height: 1.3;
    margin-bottom: 3vw;
  }

  .co02 ul li div a{
    font-size: 3vw;
    line-height: 1;
    padding: 2vw 0;
  }

  .co02 ul li div a::after{
    font-size: 2vw;
    top: 1vw;
    right: 1.5vw;
  }

  .co02 ul li div a:hover{
    color: #003994;
    background: #FFF;
  }


  .co03 .sq::before{
		display: none;
  }

  .co03 .sq::after{
    display: none;
  }


  .co03 .sq_list li{
    width: 50%;
    height: 45vw;
  }

  .co03 .sq_list li img{
    width: auto;
    height: 100%;
  }

  .co03 .sq_list li div{
    padding: 6vw;
    padding-top: 10vw;
  }

  .co03 .sq_list li h2{
    font-family:FrutigerBold;
    font-size: 5vw;
    line-height: 1;
    color: #FFF;
    margin-bottom: 1vw;
  }

  .co03 .sq_list li h2.sm{
    font-size: 4.5vw;
  }

  .co03 .sq_list li h2.smm{
    font-size: 4.5vw;
  }

  .co03 .sq_list li p{
    font-size: 2.6vw;
    line-height: 1.2;
    margin-bottom: 8vw;
  }

  .co03 .sq_list li a.btn_b{
    font-size: 3vw;
    padding: 1.2vw 0;
  }

  .co03 .sq_list li a.btn_b:hover{
    color: #FFF;
    background: #003894;
    border: 2px solid #003894;
  }

  .co03 .sq_list li p#wind_mov{
    font-size: 3vw;
    line-height: 1;
    text-align: center;
    color: #003894;
    padding-top: 8vw;
    margin-top: -2vw;
    display: inline-block;
    background: url("/jp/~/Media/phchd/phc/job/top_re/icon_youtube.gif") center top no-repeat;
		background-size: 8vw auto;
  }

  .co03 .sq_list li p#wind_mov:hover{
    opacity: 1;
  }
  
  .co03 .sq_list li div.sns_box{
    padding: 0;
    padding-top: 0;
    padding-left: 2vw;
    margin-top: 0;
  }

  .co03 .sq_list li .sns_box a:hover{
    opacity: 1;
  }

  .co03 .sq_list li .sns_box a + a{
    margin-left: 5vw;
  }

  .co03 .sq_list li .sns_box img{
    width: auto;
    height: 9vw;
  }
  
  .co04 .inte{
    display: block;
  }

  .co04 .inte > div{
    width: 100%;
  }

  .co04 .inte > div > div{
    height: 52vw;
    position: relative;
  }

  .co04 .inte > div > div.case01{
    background: url("/jp/~/Media/phchd/phc/job/top_re/co04_pic01.jpg") right top no-repeat;
    background-size: cover;
  }

  .co04 .inte > div > div.case02{
    background: url("/jp/~/Media/phchd/phc/job/top_re/co04_pic02.jpg") right top no-repeat;
    background-size: cover;
  }

  .co04 .inte > div > div.case03{
    background: url("/jp/~/Media/phchd/phc/job/top_re/co04_pic03.jpg") left top no-repeat;
    background-size: cover;
  }

  .co04 .inte > div > div.case04{
    background: url("/jp/~/Media/phchd/phc/job/top_re/co04_pic04.jpg") left top no-repeat;
    background-size: cover;
  }

  .co04 .inte div.case01 div.inner_box,
  .co04 .inte div.case02 div.inner_box{
    width: 100%;
    height: 52vw;
    position: static;
    top: auto;
    right: auto;
  }
	
	.co04 .inte div.case01 div a{
		left: auto;
		right: 0;
	}

  .co04 .inte div.case03 div.inner_box,
  .co04 .inte div.case04 div.inner_box{
    width: 100%;
    height: 52vw;
		position: static;
    top: auto;
    left: auto;
  }
	
	.co04 .inte div.case04 div a{
		right: auto;
		left: 0;
	}

  .cross{
    text-align: center;
    padding: 10vw 0 15vw;
    background: #e4e4e4;
		overflow: hidden;
  }

  .cross h2{
    font-size: 10vw;
    line-height: 1;
    color: #FFF;
    margin-bottom: 2vw;
  }

  .cross p{
    font-size: 3.5vw;
    line-height: 1.4;
    margin-bottom: 3vw;
  }

  .cross ul.cross_pic{
    text-align: center;
    margin-bottom: 10vw;
		width: 106%;
		margin-left: -3%;
  }

  .cross ul.cross_pic li{
		width: 26%;
    display: inline-block;
    position: relative;
  }

  .cross ul.cross_pic li + li{
    margin-left: 10%;
  }

  .cross ul.cross_pic li + li::before{
    font-size: 6vw;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    top: 43%;
    left: -26%;
  }

  .cross a{
    width: 60%;
    height: 8vw;
    font-size: 3vw;
    line-height: 1;
    text-align: center;
    color: #003894;
    padding: 2.5vw 0 0;
  }

  .cross a:hover{
    color: #003894;
    background: #FFF;
  }

  .cross a > span::before{
    content: "";
    width: 5vw;
    height: 2vw;
    background: url("/jp/~/Media/phchd/phc/job/top_re/arrow_b_s.png") left top no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0.5vw;
    left: -7vw;
  }

  .cross a:hover > span::before{
    left: -7vw;
    background: url("/jp/~/Media/phchd/phc/job/top_re/arrow_b_s.png") left top no-repeat;
    background-size: 100% auto;
  }

  .cross a:hover > span span{
    padding-left: 0;
  }


  .co05 .box{
    display: flex;
    overflow: hidden;
  }

  .co05 .box > div{
    width: 50%;
    height: 95vw;
    position: relative;
  }

  .co05 .box .in_box01{
    height: 95vw;
    background: url("/jp/~/Media/phchd/phc/job/top_re/sp_f_bk01.jpg") right top no-repeat;
    background-size: cover;
  }

  .co05 .box a{
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
  }

  .co05  a:hover h2 span,
  .co05  a:hover p span{
    padding-left: 0;
  }
  .co05 .box> div{
    overflow: hidden;
  }

  .co05 .box> div > div:hover,
  .co05 .in_box01:hover{
    transform: scale(1,1);
	}

  .co05 .box  a h2{
    font-size: 3.5vw;
    margin-bottom: 1vw;
  }

  .co05 .box a p{
    font-size: 2.8vw;
    line-height: 1.3;
  }

  .co05 .box .in_box01 a{
    padding-top: 8vw;
		padding-left: 6vw;
    position: static;
    top: auto;
    right: auto;
  }

  .co05 .box .in_box02 > div{
    height: 50%;
    position: relative;
  }

  .co05 .box .in_box02 > div{
    background: url("/jp/~/Media/phchd/phc/job/top_re/sp_f_bk02.jpg") right top no-repeat;
    background-size: cover;
  }

  .co05 .box .in_box02 > div + div{
    background: url("/jp/~/Media/phchd/phc/job/top_re/sp_f_bk03.jpg") right top no-repeat;
    background-size: cover;
  }

  .co05 .box .in_box02 div a{
    padding-top: 20vw;
    padding-left: 4vw;
    position: static;
    top: auto;
    left: auto;
  }

  .co05 .box .in_box02 div + div a{
    padding-top: 20vw;
    padding-left: 0;
		padding-right: 6vw;
  }

  #footer{
    padding: 10vw 0 0;
  }


  .footer-global h2{
    font-size: 3vw;
    line-height: 1;
    margin-bottom: 2vw;
  }

  .footer-menu li{
    margin-bottom: 3vw !important;
  }

  .footer-menu li ul{
    margin: 2vw 0 3vw;
  }

  .footer-menu li a{
    font-size: 3vw;
  }

  .footer-menu li li{
    padding-left: 0 !important;
  }

  .footer-menu li li::before {
    content:"・" !important;
    margin-right:0 !important;
  }

  .footer-menu + .footer-menu {
    margin-top: 3vw;
  }

  #footer .copyright{
    font-size:2.5vw;
    text-align:left;
    padding:5vw 0;
  }


  #footer .copyright a + a{
    padding-left: 10px;
    margin-right: 0;
  }
	
	#footer .copyright span{
		display: block;
		margin-top: 2vw;
	}

}


.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  width: 180px;
  background: #fff;
  border: 1px solid #D8D8D8;
	border-radius: 10px;
  overflow: hidden;
	padding: 1px;
	box-sizing: border-box;
}


.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  max-width: 180px;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #003894;
}

.pace.pace-inactive {
  display: none;
}

.pace-running .wrap,
.pace-running header{
  display: none;
}

.pace-running{
	width: 100%;
	height: 100vh;
	position: relative;
}

.pace-running::before{
	content: "";
	width: 100px;
	height: 50px;
	background: url("/jp/~/Media/phchd/phc/job/top_re/h_logo.png") left top no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: -70px auto 0;
}

@media screen and (max-width: 768px) {
	.pace-running::before{
    margin: -120px auto 0;
  }
}

.wind_box{
	padding: 30px 40px;
	margin: 0 auto;
  background: #FFF;
	box-sizing: border-box;
}

.wind_box h2{
	font-size: 18px;
	line-height: 1;
	margin-bottom: 15px;
	text-align: center;
}

.wind_box h3{
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 5px;
}

.wind_box p{
	font-size: 14px;
	line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .wind_box{
    padding: 8vw 6vw;
  }

  .wind_box h2{
    font-size: 3.5vw;
		line-height: 1.3;
    margin-bottom: 2vw;
  }

  .wind_box h3{
    font-size: 3.2vw;
    line-height: 1.2;
    margin-bottom: 1vw;
  }

  .wind_box p{
    font-size: 3vw;
    line-height: 1.5;
  }
}

.modalArea {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 85%;
  max-width: 1650px;
  padding: 0;
  background-color: #000;
}

.modalWrapper.sm {
	max-width: 860px;
}

.closeModal {
  font-size: 40px;
  line-height: 1;
  position: fixed;
  top: 0.5rem;;
  right: 0.5rem;
  cursor: pointer;
  z-index: 9999;
  color: #FFF;
}

