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

*{
	margin:0;
	padding:0;
}

html { 
	overflow-y: scroll;
	overflow-x: hidden;
	font-size: 62.5%;
}

body {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 500;
    font-style: normal;
	font-size: 1.6rem;
	/*-webkit-text-size-adjust: none;*/
	line-height: 1.5;
	color: #000000;
	background: #fff;
	counter-reset: number 0;
}


.bold{
	font-family: source-han-sans-japanese,serif;
	font-weight: 700;
	font-style: normal;
}

.elido{
	font-family: elido, sans-serif;
    font-weight: 700;
    font-style: italic
}



img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
	vertical-align: bottom;
}
a {
	overflow: hidden;
	outline: none;
	color: #000000;
	text-decoration:none;
}
.pc_hide {
}

.sp_hide {
	display: none !important;
}

a {
	opacity: 1;/*-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;*/
}
a:hover {
}


/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}


select::-ms-expand {
    display: none;
}


/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/
/*ヘッダー*/

#header_wrap{
	width: 100%;
	height: 52px;
	display: flex;
	justify-content: space-between;
	background: #fff;
}

#header_wrap h1{
	width: 50%;
	margin: 0 0 0 23px;
}

#header_wrap h1 img{
	width: 100%;
	height: auto;
}

.global-nav {
  position: fixed;
  right: -72.13%; /* これで隠れる */
  top: 0;
  width: 70.13%; /* スマホに収まるくらい */
  height: 100vh;
  padding-top: 86px;
  background-color: #1C6EB7;
  transition: all .6s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}

.global-nav::before{
	content: 'MENU';
	display: inline-block;
	font-size: 2.0rem;
	letter-spacing: 0.2em;
	color: #fff;
	position: absolute;
	top: 30px;
	left: 15px;
}

.hamburger {
	background: url("image/common/sp_nav_bg.png")no-repeat;
	background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 82px; /* クリックしやすいようにちゃんと幅を指定する */
  height: 52px; /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300;
}

.hamburger::before{
	content: 'MENU';
	display: inline-block;
	font-size: 10px;
	transform: scale(0.8);
    transform-origin:0 0;
	color: #fff;
	position: absolute;
	bottom: 6px;
	left: 35px;
}

.hamburger__line {
  position: absolute;
  left: 35px;
  width: 23px;
  height: 1px;
  background-color: #fff;
  transition: all .6s;
}

.hamburger__line--1 {
  top: 12px;
}
.hamburger__line--2 {
  top: 19px;
}
.hamburger__line--3 {
  top: 26px;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: rgba(26,26,26,0.4);
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}
/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
}


.nav-open .hamburger::before{
	content: 'CLOSE';
	display: inline-block;
	font-size: 10px;
	transform: scale(0.95);
    transform-origin:0 0;
	color: #fff;
	position: absolute;
	bottom: 3px;
	left: 31px;
}


.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px;
}

.global-nav .global-nav__list {
	list-style: none;
	border-top: 1px solid #fff;
}

.global-nav .global-nav__list li{
	width: 100%;
	border-bottom: 1px solid #fff;
}

.global-nav .global-nav__list li a{
	display: block;
	width: 100%;
	line-height: 70px;
	height: 70px;
	box-sizing: border-box;
	padding-left: 42px;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	color: #fff;
	position: relative;
}

.global-nav .global-nav__list li a::before{
	content: '';
	display: inline-block;
	background: url("image/common/sp_menu_icon.png")no-repeat;
	background-size: contain;
	width: 13px;
	height: 15px;
	position: absolute;
	top: 50%;
	left: 16px;
	transform: translateY(-50%);
}

.global-nav .global-nav__list li:nth-child(n + 2) a{
	padding-top: 10px;
}

.global-nav .global-nav__list li:nth-child(2) a::after{
	content: 'Our Services';
	display: inline-block;
	font-size: 1.2rem;
	position: absolute;
	top: -10px;
	left: 42px;
}

.global-nav .global-nav__list li:nth-child(3) a::after{
	content: 'Technical Intern Training Program';
	display: inline-block;
	font-size: 1.2rem;
	position: absolute;
	top: -10px;
	left: 42px;
}

.global-nav .global-nav__list li:nth-child(4) a::after{
	content: 'Specified Skilled Worker Program';
	display: inline-block;
	font-size: 1.2rem;
	position: absolute;
	top: -10px;
	left: 42px;
}

.global-nav .global-nav__list li:nth-child(5) a::after{
	content: 'About us';
	display: inline-block;
	font-size: 1.2rem;
	position: absolute;
	top: -10px;
	left: 42px;
}


.global-nav .c_btn{
	width: calc(100% - 30px);
	margin: 24px auto 0;
}

.global-nav .c_btn img{
	width: 100%;
	height: auto;
}

/*-----------------------------------------------------------*/


.down-to-top02 {
  opacity: 0;
  transform: translateY(60px);
  transition: all 1s;
}
.down-to-top02.scrollin {
  opacity: 1;
  transform: translateY(0);
}

.anim-box{
	opacity: 0;
}

.anim-box.fadeup.is-animated {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@keyframes fadeup {
  0% {
    transform: translateY(80px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/*-----------------------------------------------------------*/

.page_title{
	width: 100%;
	background: url("image/common/title_bg.jpg")no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.page_title h2{
	text-align: center;
	font-size: 2.0rem;
	line-height: 1;
	letter-spacing: 0.2em;
	color: #fff;
	padding: 41px 0 31px;
}


.page_title h2 span{
	display: block;
	font-size: 2.0rem;
	letter-spacing: 0.05em;
	padding-bottom: 20px;
	margin-bottom: 13px;
	position: relative;
}

.page_title h2 span::before{
	content: '';
	display: inline-block;
	background: #fff;
	width: 5.81rem;/*86*/
	height: 0.14rem;/*2*/
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.page_title .bread_crumb{
	display: none;
}

/**/

.page_nav{
	width: calc(100% - 40px);
	margin: 20px auto 0;
}

.page_nav ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.page_nav ul li{
	width: 47.58%;
}

.page_nav ul li:nth-child(n + 3){
	margin-top: 15px;
}

.page_nav ul li a{
	display: block;
	width: 100%;
	line-height: 30px;
	border: 1px solid #0071BC;
	font-size: 1.3rem;
	font-weight: 700;
	color: #0071BC;
	letter-spacing: 0.1em;
	text-align: center;
}

/**/

.midashi{
	font-size: 1.75rem;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #333333;
	padding-bottom: 10px;
	border-bottom: 1.5px solid #008FCE;
}

.midashi span{
	display: block;
	font-size: 1.25rem;
	color: #4D4D4D;
	padding-bottom: 12px;
}

.midashi span:first-letter{
	color: #008FCE;
}

/**/

.totop{
	display: none;
	width: 36px;
	position: fixed;
	bottom: 13px;
	right: 15px;
	z-index: 10;
}

.totop img{
	width: 100%;
	height: auto;
}


/*-----------------------------------------------------------*/

#footer_wrap{
	background: #008FCE;
	overflow: hidden;
}

#footer_wrap .footer_top{
	width: calc(100% - 35px);
	margin: 32px auto 0;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	overflow: hidden;
}

#footer_wrap .footer_top .foot_logo{
	width: 229px;
}

#footer_wrap .footer_top .foot_logo img{
	width: 100%;
	height: auto;
}

#footer_wrap .footer_top p{
	font-size: 1.4rem;
	line-height: 1.43;
	color: #fff;
	text-align: center;
	margin: 15px 0 25px;
}

#footer_wrap .footer_top p a{
	color: #fff !important;
}

/**/

#footer_wrap .footer_bottom{
	width: calc(100% - 62px);
	margin: 23px auto 0;
	box-sizing: border-box;
}

#footer_wrap .footer_bottom .foot_link{
	display: none;
}


#footer_wrap .footer_bottom .link_area{
	width: 100%;
}

#footer_wrap .footer_bottom .link_area .c_btn{
	width: 100%;
}

#footer_wrap .footer_bottom .link_area .c_btn a{
	display: block;
	width: 100%;
	line-height: 44px;
	box-sizing: border-box;
	border: 1px solid #fff;
	padding-left: 79px;
	font-size: 1.65rem;
	color: #fff;
	background: url("image/common/foot_mail.png")no-repeat left 28px center;
	background-size: 26px auto;
	position: relative;
}

#footer_wrap .footer_bottom .link_area .c_btn a::before{
	content: '>';
	display: inline-block;
	font-size: 1.65rem;
	font-weight: 700;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
}

#footer_wrap .footer_bottom .link_area .sns_link{
	margin-top: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
}

#footer_wrap .footer_bottom .link_area .sns_link li{
	width: 30px;
	margin: 0 15px;
}

#footer_wrap .footer_bottom .link_area .sns_link li img{
	width: 100%;
	height: auto;
}


#footer_wrap #copy{
	text-align: center;
	padding: 32px 0 38px;
}

#footer_wrap #copy p{
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	color: #fff;
}


/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/