.__inner{
	max-width: 1100px;
}

/***********************************************************
 * nav
************************************************************/
nav{
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: inherit;
}
.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
}
.is-show {
  transform: translateY(0);
}
header.nav-fixed {
	position: fixed;
	top: 0;
  	transform: translateY(0);
}
h1.logo{
	width: 18%;
	margin: 0 20px;
	position: relative;
	z-index: 9999;
}
.is-show h1.logo{
	margin: 0;
	/*min-width: 180px;*/
}
nav ul{
	font-family: 'Barlow', sans-serif;
	font-size: 14px;
	display: flex;
	justify-content: flex-end;
	align-items: inherit;
	width: 95%;
	padding: 20px 0;
}
nav ul li{
	margin: 0 15px;
	position: relative;
	font-weight: 500;
}
nav ul li:after{
	content: "";
	height: 2px;
	width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #667190;
	transition: all .2s;
}
nav ul li:hover:after{
	width: 100%;
}
nav ul li a{
	color: #667190;
}
.is-show nav{
	background: rgba(255,255,255,0.8);
}
.is-show nav ul li:after{
	background: #001346;
}
.is-show nav ul li a{
	color: #001346;
}

.menu {
	width: 25px;
	height: 25px;
	top: 10px;
	right: 10px;
	position:absolute;
	cursor:pointer;
	z-index:999;
}
.menu1 {
	width: 25px;
	height: 3px;
	background-color: #001346;
	position:absolute;
}
.menu2 {
	width: 25px;
	height: 3px;
	background-color: #001346;
	position:absolute;
	top:8px;
}
.menu3 {
	width: 25px;
	height: 3px;
	background-color: #001346;
	position:absolute;
	top:16px;
}
.menu1,.menu2,.menu3 {
	transition:all .5s ease-out;
	-o-transition:all .5s ease-out;
	opera-moz-transition:all .5s ease-out;
	firefox-webkit-transition:all .5s ease-out;
	chromesafari-ms-transition:all .5s ease-out;
	border-radius: 2px;
	/* box-shadow: 0 0 3px 2px rgba(0,0,0,0.3); */
}
.menuclick1 {
	top:8px;
	-moz-transform:rotate(405deg);
	-webkit-transform:rotate(405deg);
	-o-transform:rotate(405deg);
	-ms-transform:rotate(405deg);
	transform:rotate(405deg)
}
.menuclick2 {
	opacity:0
}
.menuclick3 {
	top:8px;
	-moz-transform:rotate(-405deg);
	-webkit-transform:rotate(-405deg);
	-o-transform:rotate(-405deg);
	-ms-transform:rotate(-405deg);
	transform:rotate(-405deg)
		
}
@media screen and (max-width: 640px) {
	h1.logo{
		width: 33%;
		margin: 0 5% 0;
	}
	h1.logo.scroll-fixed{
		margin: 0;
	}
	/*h1.logo{
		margin: 0;
		min-width: 180px;
	}*/
	h1.logo.is-fixed {
	  position: fixed;
	  top: 0;
	  left: 0;
	  z-index: 2;
		min-width: 180px;
	}
	nav .pc{
		display: none !important;
	}
	nav .sp{
		display: block!important;
	}
	nav ul li.ac > a,
	nav ul li.ac > p{
		pointer-events: none;
	}
	nav {
		display: none;
		background: rgba(255,232,50,0.8);
	}
	nav ul {
		padding: 50px;
		background: none;
		text-align: center;
		display: block;
		width: auto;
	}
	nav ul li{
		display: block;
		border-right: none;
		width: 100%;
		padding: 20px 0;
		box-sizing: border-box;
		margin: 0;
		font-weight: 600;
		font-size: 20px;
	}
	nav ul ._logo {
		position: relative;
		left: 0;
		margin-bottom: 30px;
	}
	
	nav ul li > ul {
		position: relative;
		width: 100%;
		background: none;
		padding: 0;
		top: 10px;
		margin-top: 10px;
	}
	nav ul li:hover{
		background: none;
	}
	nav ul li a{
		color: #001346;
	}
	nav ul li > ul li {
		background: none;
		font-size:12px;
		letter-spacing: .2em;
		width: 100%;
		padding: 10px 0;
		border-top: solid 1px #fe5a55;
		border-bottom: none;
		margin: 0;
	}
	nav ul li > ul li a{
		height: auto;
		line-height: normal;
		color: #fff;
	}
	nav ul li:hover a,
	nav ul li > ul li:hover a,
	nav ul li:hover p{
		color: #fff;
	}
	nav ul li > ul li a{
		font-size: 12px;
	}
}
/*-------------------
visual
--------------------*/
._visual{
	position: relative;
	overflow: hidden;
	z-index: 0;
	padding-bottom: 51%;
	margin-bottom: 150px;
}
._visual .bg{
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	background: url("../img/bg-visual.jpg") no-repeat left top;
	background-attachment: fixed;
	background-size: 100% auto;
	height: 100%;
}
._visual .bg-1{
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	background: url("../img/bg-1.jpg") no-repeat left top;
	background-attachment: fixed;
	background-size: 60% auto;
	height: 100%;
}
._visual .bg-2{
	position:absolute;
	bottom: 0;
	right: 0;
	width: 40%;
	z-index: -1;
	background: url("../img/bg-2.jpg") no-repeat right bottom;
	background-attachment: fixed;
	background-size: 40% auto;
	height: 100%;
}
._visual .vs-1{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
._visual .vs-2{
	position: absolute;
	top: 0;
	left: 0;
}
._visual .vs-3{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
@media screen and (max-width: 640px) {
	._visual{
		padding-bottom: 130%;
		margin-bottom: 30px;
	}
	._visual .bg{
		background: url("../img/bg-visual_sp.jpg") no-repeat left top;
		background-attachment: scroll;
		background-size: 100% auto;
	}
	._visual .bg-1{
		width: 100%;
		background: url("../img/bg-1.jpg") no-repeat left top;
		background-attachment: fixed;
		background-size: 82% auto;
	}
	._visual .bg-2{
		width: 100%;
		background: url("../img/bg-2.jpg") no-repeat right bottom;
		background-attachment: fixed;
		background-size: 82% auto;
	}
	._visual .vs-3{
		display: none;
	}
}

/*-------------------
banner
--------------------*/
._banner{
	padding: 5% 0;
}
._banner ul{
	display: flex;
	justify-content:center;
	align-items: inherit;
	flex-wrap: wrap;
}
._banner ul li{
	max-width: 290px;
  	width: calc((100% - 60px) / 3);
	margin: 0 10px 20px;
	transition: all .5s;
}
._banner ul li:hover{
	opacity: 0.6;
}
@media screen and (max-width: 640px) {
	._banner ul{
		justify-content:flex-start;
	}
	._banner ul li{
		width: calc(50% - 10px);
		max-width: none;
		margin: 0 5px 10px;
	}
}
/*-------------------
service
--------------------*/

._service{
	position: relative;
	background: url("../img/body-bg-1.png") no-repeat top left, url("../img/body-bg-2.png") no-repeat bottom right;
	background-size: 60%;
	background-attachment: fixed;
}

._service h2{
	max-height: 45px;
	width: auto;
	max-width: 90%;
	margin: 0 auto 45px;
}
._service h2 img{
	max-height: 45px;
	height: 100%;
	width: auto;
	max-width: none;
	margin: 0 auto;
}
._service h2 + p{
	font-size: 20px;
	text-align: center;
	font-weight: 500;
}
._service .__youtube{
	margin: 0 auto 5%;
	width: 72%;
  aspect-ratio: 16 / 9;
}
._service .__youtube iframe{
	width: 100%;
  height: 100%;
}
._service ul{
	display: flex;
	justify-content:space-between;
	align-items: inherit;
	flex-wrap: wrap;
}
._service ul li{
	width: calc(50% - 10px);
	margin-bottom: 20px;
	position: relative;
}
._service ul li a{
	display: block;
}
._service ul li p{
	position: absolute;
	bottom: 5%;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	display: inline;
	height: 1em;
	color: #fff;
	text-align: center;
	font-size: 35px;
	font-family: 'Barlow', sans-serif;
	line-height: 1;
	font-weight: 500;
}
._service .service-contents p:after{
	content: "";
	background: url("../img/arrow-y.svg") no-repeat center center;
	background-size: contain;
	width: 20%;
	display: block;
	position: absolute;
	bottom: -95%;
	top: auto;
	left: 0;
	right: 0;
	margin: auto;
	transition: all .3s;
	padding-bottom: 5%;
}
._service ul li a:hover p:after{
	left: 20px;
}
._service h3{
	font-family: 'Barlow', sans-serif;
	font-size: 32px;
	text-align: center;
	padding-bottom: 30px;
	border-bottom: solid 1px #001346;
	font-weight: normal;
	margin: 75px auto;
	font-weight: 600;
}
@media screen and (max-width: 640px) {
	._service{
		position: relative;
		background: url("../img/body-bg-1.png") no-repeat top left, url("../img/body-bg-2.png") no-repeat bottom right;
		background-size: 86%;
		background-attachment: scroll;
	}
	/*._service{
		position: relative;
		background: none;
	}
	._service:before{
		content: "";
		width:50px;
		height:50px;
		background:linear-gradient(to top left, transparent 50%, #BACDE1 50%) bottom left / 100% 50% no-repeat;
	}*/
	._service h2{
		max-height: inherit;
	}
	._service h2 img{
		max-height: inherit;
	}
	._service h2 + p{
		font-size: 16px;
	}
	._service h3{
		padding-bottom: 19px;
		margin: 42px auto;
		line-height: 1;
	}
	._service .__youtube{
		width: 100%;
		margin: 0 auto 10%;
	}
	._service .__youtube iframe{
	}
	._service ul li{
		width: 100%;
	}
	._service ul li p{
		font-size: 18px;
		padding-bottom: 10px;
	}
}
/*-------------------
release
--------------------*/

._release{
	position: relative;
	background: url("../img/body-bg-1.png") no-repeat top left, url("../img/body-bg-2.png") no-repeat bottom right;
	background-size: 60%;
	background-attachment: fixed;
	margin-top: 125px;
}
._release h3{
	font-family: 'Barlow', sans-serif;
	font-size: 32px;
	text-align: center;
	padding-bottom: 30px;
	border-bottom: solid 1px #001346;
	margin: 75px auto;
	font-weight: 600;
}
._release-list{
	background: #fff;
	padding: 50px;
}
._release-list dl{
	border-bottom: solid 1px #7F89A2;
}
._release-list dl:first-child{
	border-top: solid 1px #7F89A2;
}
._release-list dl a{
	color: #000;
	display: flex;
	padding: 40px 0;
}
._release-list dt{
	max-width: 140px;
	width: 10%;
}
@media screen and (max-width: 640px) {
	._release{
		position: relative;
		background: url("../img/body-bg-1.png") no-repeat top left, url("../img/body-bg-2.png") no-repeat bottom right;
		background-size: 86%;
		background-attachment: scroll;
	}
	._release h3{
		padding-bottom: 19px;
		margin: 42px auto;
		line-height: 1;
	}
	._release-list{
		padding: 30px;
	}
	._release-list dl a{
		padding: 30px 0;
	}
	._release-list dt{
		width: 30%;
	}
}

/*-------------------
company
--------------------*/
._company-recruit {
	padding: 0;
}
/*._company{}*/
._company-recruit > div a{
	display: flex;
	justify-content:space-between;
	align-items: inherit;
	flex-wrap: wrap;
}
._company-recruit > div a > *{
	width: 50%;
	justify-content: center;
	align-items: center;
	position: relative;
}
._flex-img{
}
._flex-tl{
	position: relative;
}
._flex-tl h3{
	font-family: 'Barlow', sans-serif;
	position: absolute;
	top: -10%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: inline;
	height: 1em;
	line-height: 1;
	font-size: 30px;
	font-weight: 500;
}
._company{
	background: #001346;
}
._company ._flex-tl h3{
	color: #FFE832;
}
._company ._flex-tl h3:after{
	content: "";
	background: url("../img/arrow-y.svg") no-repeat center center;
	background-size: contain;
	width: 20%;
	display: block;
	position: absolute;
	bottom: -330%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: all .3s;
}
._company:hover ._flex-tl h3:after{
	left: 20px;
}
._recruit{
	background: #FFE832;
}
._recruit ._flex-tl h3{
	color: #001346;
}
._recruit ._flex-tl h3:after{
	content: "";
	background: url("../img/arrow-b.svg") no-repeat center center;
	background-size: contain;
	width: 20%;
	display: block;
	position: absolute;
	bottom: -330%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: all .3s;
}
._recruit:hover ._flex-tl h3:after{
	left: 20px;
}
@media screen and (max-width: 640px) {
	._flex-img{
		order: 1;
	}
	._flex-tl{
		padding-bottom: 50%;
		order: 2;
	}
	._flex-tl h3{
		font-size: 18px;
	}
	._company-recruit > div a > *{
		width: 100%;
		justify-content: center;
		align-items: center;
		position: relative;
	}
}


