@charset "utf-8";


@media(min-width: 960px) {
header.mobile,
.mobile_drawer {
	display: none;	
}
}
@media(min-width: 768px) {
footer.mobile {
	display: none;	
}
}

@media(max-width: 1500px) {

.footer_recruit_inner:before {
	top: -300px;
	left: -120px;
}
.footer_recruit_inner:after {
	top: -300px;
	left: inherit;
	right: 50px;
}
}
@media(max-width: 1200px) {
.header_inner {
	padding: 0 20px;
}
.global li {
	margin-left: 10px;
	padding: 0 10px;
}
.lang_change {
	margin-left: 20px;	
}
.bread {
	margin-left: 20px;
	margin-right: 20px;
}
.footer_recruit_inner:after {
	right: -5vw;
}
}

@media(max-width: 959px) {
header.desktop  {
	display: none;	
}
.header_logo {
	width: 112px;
	height: auto;	
}
header.mobile {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	height: 60px;
	padding: 0;
}
.drawer_header {
	height: 60px;
	margin-bottom: 10px;
}

header.mobile .header_logo,
.drawer_header .header_logo {
	position: absolute;
	top: 20px;
	left: 20px;
}

header.mobile  .header_trigger,
.drawer_header  .header_trigger {
	position: absolute;
	width: 24px;
	height: 18px;
	top: 20px;
	right: 20px;
	cursor: pointer;
	transition: all 0.3s;
}
.header_trigger span {
	display: block;
	width: 24px;
	height: 2px;
	background: #FFF;	
}
.header_trigger span:nth-child(2) {
	position: absolute;
	left: 0;
	top: 8px;	
}
.header_trigger span:nth-child(3) {
	position: absolute;
	left: 0;
	top: 16px;
}


.header_trigger.open {
  transform: rotate(180deg);
}
.header_trigger.open span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}
.header_trigger.open span:nth-of-type(2) {
  transform: translateY(0) rotate(45deg);
}
.header_trigger.open span:nth-of-type(3) {
  opacity: 0;
}

.second_header {
	background-image:url(../images/second_header_bg_sp.jpg);
	background-size: cover;
}
.second_header,
.second_header_inner {
	height: 46.8vw;	
}
.second_header_inner {
	padding-top: 10vw;	
}
.second_header_inner h1 {
	position: static;
	top: inherit;
	line-height: 1;
}

.second_header_inner:after {
	width: 100%;
	height: 68.5vw;
	top: 0;
	left: 0;
	border: none;
	background: url(../images/second_header_inner_bg.png) no-repeat 0 0;
	background-size: 100%;
}
.bread {
	margin-bottom: 15vw;
	overflow: hidden;
}
.bread li {
	white-space: nowrap;	
}
.footer_recruit {
	background-position: right -20vw top;
}
.footer_recruit_inner h2 {
	width: 36%;
}
.footer_recruit_inner:before {
	left: -17vw;
}
.footer_recruit_inner:after {
	right: -1vw;
}
.footer_recruit_inner:before,
.footer_recruit_inner:after {
	width: 60vw;
	height: 60vw;
	top: -30vw;
}
.footer_recruit_inner:before {
	left: -23vw;
}
.footer_recruit_inner:after {
	right:2vw;
}
footer .copyright {
	right: 20px;	
}
.pagetop {
	right: 20px;
	bottom: 20px;	
}
	

/* DRAWER */
.mobile_drawer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	height: 100%;
	background: #000032;
	padding-bottom: 100px;
	overflow: auto;
	display: none;
}
.mobile_drawer nav {
	margin-bottom: 20px;
}

.mobile_lang_change {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 2px;
	color: #34B0ED;
}

.mobile_lang_change a {
    color: #34B0ED;
	text-decoration: none;
	padding: 5px;
}
.mobile_lang_change a.current {
    text-decoration: underline;
}

.header_sns {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
  padding-bottom: 20px;
}
.header_sns a {
	margin: 0 5px!important;
}
.header_sns img {
    width: 30px;
    height: auto;
}

@media(max-width: 767px) {
body {
	font-size: 13px;	
}
.second_header_inner h1 {
	transform: scale(0.8);	
}
footer.desktop {
	display: none;	
}
.footer_recruit {
	background-image: url(../images/footer_recruit_bg_sp.jpg);
	background-position: center top;
	background-size: cover;
	height: 70vw;
}
.footer_recruit_inner {
	height: 70vw;
	width: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.footer_recruit_inner:before,
.footer_recruit_inner:after {
	width: 67vw;
	height: 67vw;
}
.footer_recruit_inner:before {
	top: -55vw;
	left: -8vw;
}
.footer_recruit_inner:after {
	top: inherit;
	bottom: 10vw;
	right: 2vw;
}



.footer_recruit_inner h2 {
	top: 0;
	left: 15px;
	width: 10vw;
	height: 70vw;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.footer_recruit_caption {
	max-width: inherit;
	padding: 0 7vw;
}
.footer_recruit_caption h3 {
	font-size: 15px;	
}
.footer_recruit_caption p {
	font-size: 13px;
	line-height: 1.5;
}
.footer_recruit_caption .footer_recruit_lead {
	font-size: 15px;
	letter-spacing: 0px;
}
.footer_recruit_caption .linkbtn {
	margin-top: 15px;	
}



.footer_mobile_logo {
	width: 112px;
	margin: 0 auto 20px;
}
.footer_mobile_logo img {
	width: 100%;
	height: auto;
}
.footer_bottom ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0 0 40px;
}
.footer_bottom ul li a,
footer.mobile .copyright {
	color: #3C4659;
	text-decoration: none;
}

.footer_bottom ul li {
	list-style: none;
	margin: 0 5px;
	font-size: 11px;	
}
footer.mobile .copyright {
	position: static;
	text-align:  center;
	font-size: 11px;	
}
.linkbtn {
	width: 170px;
}
.linkbtn a:after {
	width: 9px;
	height: 9px;
	right: 14px;
	top: 16px;
}
.anchor {
	padding-top: 50px;
	margin-top: -50px;
}





.pagebottom_contact .pagebottom_contact_inner {
	top: -100px;
	height: 58px;
}
.pagebottom_contact a {
	width: 250px;
	height: 52px;
	background: url(../images/pagebottom_contact_bg_pc.png) no-repeat 0 0;
	background-size: 100%;
	font-size: 15px;
}
.pagebottom_contact a::after {
	width: 8px;
	height: 8px;
	top: calc(50% - 3.5px);
	right: 20px;
}
.pagebottom_contact a:hover {
	color: #fff;	
}
.pagebottom_contact a:hover::after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.pagebottom_contact_btn .hoverimg {
	display: none;
}

}

@media(max-width: 320px) {
.footer_recruit_caption p {
	font-size: 12px;
}
}




footer.mobile {
	background: #000032;
	padding-bottom: 10px;
	transform: translateY(-2px);
	position: relative;
	z-index: 20;
}
footer.mobile nav {
	margin: 0 0 40px;
}
.mobile_drawer li,
footer.mobile nav li {
	list-style: none;
	float: none;	
}
.mobile_drawer li ul,
footer.mobile nav li ul {
	display: none;
}
.mobile_drawer li a,
footer.mobile nav a {
	display: block;
	padding: 10px 20px;
	line-height: 26px;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);	
}
footer.mobile nav a {
	padding: 12px 20px 10px;
}

.mobile_drawer li li a,
footer.mobile nav li li a {
	padding: 10px 20px;
	line-height: 20px;
}

.mobile_drawer nav > ul > li,
footer.mobile nav > ul > li  {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 2px;
	border-bottom: 1px solid #3C4659;
}
.mobile_drawer nav > ul > li:first-child {
	border-top: 1px solid #3C4659;
}

.mobile_drawer nav > ul > li.parent > a,
footer.mobile nav > ul > li.parent > a {
	position: relative;
}
.mobile_drawer nav > ul > li.parent > a:before,
.mobile_drawer nav > ul > li.parent > a:after,
footer.mobile nav > ul > li.parent > a:before, 
footer.mobile nav > ul > li.parent > a:after {
	content: '';
	display: block;
	width: 15px;
	height: 1px;
	background: #FFF;
	position: absolute;
	right: 18px;
	top: 23px;
	transition: all 0.2s;
}
.mobile_drawer nav > ul > li.parent > a:after,
footer.mobile nav > ul > li.parent > a:after {
	transform: rotate(90deg);	
}
.mobile_drawer nav > ul > li.parent > a.open:before,
footer.mobile nav > ul > li.parent > a.open:before {
	transform: rotate(180deg);	
}
.mobile_drawer nav > ul > li.parent > a.open:after,
footer.mobile nav > ul > li.parent > a.open:after {
	transform: rotate(270deg);
	opacity: 0;
}

.mobile_drawer nav li li,
footer.mobile nav li li {
	font-size: 12px;
	letter-spacing: 0;
	font-family: 'Roboto', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	border-bottom: 1px solid #000032;
}
.mobile_drawer nav li ul li:last-child,
footer.mobile nav li ul li:last-child {
	border: none;	
}
.mobile_drawer nav li a,
footer.mobile nav li a {
	color: #34B0ED;	
}
.mobile_drawer nav li li a,
footer.mobile nav li li a {
	color: #FFF;
	background: #414667;
	padding-left: 35px;
	position: relative;
}
.mobile_drawer nav li li a:before,
footer.mobile nav li li a:before {
	content: '';
	display: block;
	height: 1px;
	width: 7px;
	background: #FFF;
	position: absolute;
	left: 20px;
	top: 19px;	
}

