@charset "UTF-8";
@import url(./reset.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&display=swap');


* {
	box-sizing: border-box;
}

html {
	overflow: auto;
}
body {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: normal;
	font-size: 15px;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
	color: #222;
	background-color: #fff;
	overflow: hidden;
	letter-spacing: 0.1em;
}

img {
	border: none;
	vertical-align: bottom;
	height: auto;
}

.clearfix:after {
	content: ""; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

.mb0 { margin-bottom: 0px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb1em { margin-bottom: 1em !important; }
.mb2em { margin-bottom: 2em !important; }
.mb3em { margin-bottom: 3em !important; }
.mb4em { margin-bottom: 4em !important; }
.mb5em { margin-bottom: 5em !important; }
.mb6em { margin-bottom: 6em !important; }
.pt0 { padding-top: 0px !important; }
.pb0 { padding-bottom: 0px !important; }
.pt60 { padding-top: 60px !important; }
.pb60 { padding-bottom: 60px !important; }
.center { text-align: center; }
.alignright { text-align: right; }
.aligncenter { text-align: center; }
.bold { font-weight: 900; }
.nowrap { white-space: nowrap; }


.en {
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-variation-settings:
	"wdth" 100;
	letter-spacing: 0;
}

@media screen and (max-width: 767px){
	.pcOnly{
		display: none !important;
	}
}

@media screen and (min-width: 768px){
	.spOnly{
		display: none !important;
	}
}

#wrapper {
	width: 100%;
	max-width: 2000px;
	position: relative;
	margin: 0 auto;
}

@media screen and (max-width: 767px){
	
	#wrapper {
		min-width: 100%;
	}
	
}

#js-menuBk {
	display: none;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}

/*------ヘッダーメニュー-----*/

header {
	width: 100%;
	padding: 0 50px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
}

header .inner {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 120px;
	margin: 0 auto;
}

.hdr_min {
	background-color: rgba(255,255,255,1);
	padding: 15px 50px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9991;
	opacity: 0;
	transform: translateY( -66px);
	transition: all 0.3s ease;
}
.hdr_min.showIn {
	opacity: 1;
	transform: translateY( 0px);
}
.hdr_min .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 36px;
	margin: 0 auto;
}
.hdr_min .logo h1, .hdr_min .logo p {
	width: 100px;
	height: 66px;
	border-radius: 0;
}
.hdr_min .logo img {
	width: auto !important;
	height: 50px;
}
.hdr_min a.contact {
	height: 36px !important;
	color: #fff !important;
}
.hdr_min .g_navi_inner > ul > li > a {
	font-size: 13px;
	color: #222;
}

.logo {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
}
.logo h1, .logo p {
	width: 180px;
	height: 157px;
	background-color: #fff;
	border-radius: 0 0 20px 0;
}
.logo h1 a, .logo p a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
	transition: all 0.3s ease;
	color: #222;
	text-decoration: none;
	font-size: 12px;
}
.logo a span {
	margin-top: 12px;
	letter-spacing: 0.05em;
}
.logo img {
	width: 141px;
}
.logo a:hover {
	opacity: 0.6;
}

.btn_close, .btn_spmenu {
	display: none;
}

.g_navi {
	margin-left: auto;
	position: relative;
}

.g_navi_inner {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}

.g_navi_inner > ul {
	display: flex;
	height: 100%;
}

.g_navi_inner > ul > li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.g_navi_inner > ul > li > a {
	color: #fff;
	white-space: nowrap;
	text-decoration: none;
	transition: all 0.3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	font-weight: bold;
}
.g_navi_inner > ul > li > a:hover {
	opacity: 0.6;
}

.g_navi .telbox {
	margin-left: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.g_navi .telbox p {
	margin-bottom: 12px;
}
.g_navi .telbox .att {
	font-size: 11px;
	font-weight: 400;
	margin-bottom: 0;
}
.g_navi a.contact {
	width: 160px;
	height: 50px;
	background-color: #0f337e;
	color: #fff;
	border-radius: 25px;
	margin-left: 40px;
	display: flex;
	text-decoration: none;
	align-items: center;
	font-weight: bold;
	justify-content: center;
	transition: opacity 0.3s ease;
}
.g_navi a.contact:hover {
	opacity: 0.6;
}

.menubtn {
	position: fixed;
	right: 0;
	top: 0;
}

body.page-recruit .g_navi_inner > ul > li > a {
	color: #222;
}
body.page-recruit .g_navi .telbox {
	color: #222;
}

@media screen and (max-width: 1259px){
	
	header {
		padding: 0 30px;
	}
	.hdr_min {
		padding: 15px 50px;
	}
	.logo h1, .logo p {
		width: 150px;
	}
	.logo img {
		width: 120px;
	}
	.g_navi_inner > ul > li > a {
		padding: 0 15px;
		font-size: 13px;
	}
	.g_navi .telbox {
		margin-left: 10px;
		font-size: 14px;
	}
	.g_navi .telbox p {
		margin-bottom: 12px;
	}
	.g_navi .telbox .att {
		font-size: 10px;
	}
	.g_navi a.contact {
		width: 130px;
		margin-left: 20px;
		font-size: 14px;
	}
	
}

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

	header {
		padding: 0;
	}
	.hdr_min {
		display: none;
	}
	header .inner {
		display: flex;
		justify-content: space-between;
		height: 50px;
	}

	.logo h1, .logo p {
		height: 120px;
	}

	.g_navi_inner {
		width: 100%;
		position: relative;
		text-align: center;
		padding: 0 20px;
		flex-direction: column;
	}
	
	.g_navi {
		position: fixed;
		z-index: -9999;
		top: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		border: none;
		background: #fff;
		transition: all .3s;
		display: flex;
		justify-content: center;
		align-items: center;
		opacity: 0;
		padding: 60px 0 0;
		overflow: auto; /*追加*/
		-webkit-overflow-scrolling: touch; /*追加*/
		margin-right: 0 !important;
		height: 100%;
		visibility: hidden;
	}

	.g_navi.is-active {
		z-index: 9999;
		opacity: 1;
		height: 100%;
		visibility: visible;
	}
	
	.btn_spmenu, .btn_close {
		position: fixed;
		right: 10px;
		top: 10px;
		display: block;
		width: 50px;
		height: 50px;
		text-align: center;
		cursor: pointer;
		border-radius: 25px;
		z-index: 999;
		background-color: #0f337e;
	}
	
	.btn_close {
		position: absolute;
		border: none;
	}
	
	.btn_spmenu span,
	.btn_spmenu::before,
	.btn_spmenu::after,
	.btn_close span,
	.btn_close::before,
	.btn_close::after {
		content: '';
		width: 26px;
		height: 2px;
		position: absolute;
		top: 25px;
		left: 50%;
		margin-left: -13px;
		background: #fff;
		transition: all 0.3s ease;
	}
	
	.btn_spmenu::before {
		transform: translateY(-8px);
	}

	.btn_spmenu::after {
		transform: translateY(8px);
	}
	
	.btn_close span {
		opacity: 0;
	}

	.btn_close::before {
		transform: translateY(0) rotate(45deg);
	}

	.btn_close::after {
		transform: translateY(0) rotate(-45deg);
	}
	
	.g_navi_inner > ul {
		flex-direction: column;
		align-items: center;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}

	.g_navi_inner > ul > li {
		width: 100%;
		flex-direction: column;
		margin-left: 0;
		margin-bottom: 10px;
		text-align: center;
		height: auto;
	}
	
	.g_navi_inner > ul > li a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 46px;
		width: 100%;
		font-size: 16px;
		color: #222;
		padding: 0;
		border: none;
		transition: none !important;
	}
	
	.g_navi_inner > ul > li a::after {
		display: none;
	}

	.g_navi .telbox {
		margin: 0 auto 20px;
		width: 100%;
		max-width: 280px;
		border-radius: 15px;
		font-size: 16px;
		color: #222;
		padding: 20px;
		background-color: #f0f3f8;
	}
	.g_navi .telbox p {
		margin-bottom: 15px;
	}
	.g_navi .telbox .att {
		font-size: 13px;
	}
	.g_navi a.contact {
		font-size: 16px;
		height: 46px;
		width: 100%;
		max-width: 280px;
		margin: 10px 0 0;
		position: relative;
	}
	
}

@media screen and (max-width: 767px){
	
	.logo h1, .logo p {
		width: 100px;
		height: 65px;
		border-radius: 0 0 10px 0;
	}
	.logo a span {
		display: none;
	}
	.logo img {
		width: 80px;
	}
	
}

/*------COMMON-----*/

.wrap_h2 {
	margin-bottom: 40px;
}
.wrap_h2 .en {
	font-size: 80px;
	margin-bottom: 25px;
	color: #0f337e;
}
.wrap_h2 h2 {
	font-size: 16px;
}

@media screen and (max-width: 999px){
	
	.wrap_h2 .en {
		font-size: 64px;
	}
	
}

@media screen and (max-width: 767px){
	
	.wrap_h2 {
		margin-bottom: 35px;
		text-align: center;
	}
	.wrap_h2 .en {
		font-size: 44px;
		margin-bottom: 15px;
	}
	.wrap_h2 h2 {
		font-size: 16px;
	}
}

.btn a {
	max-width: 270px;
	height: 60px;
	border-radius: 30px;
	background-color: #0f337e;
	border: 1px solid #ccc;
	color: #fff;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin: 0 auto;
	padding-left: 30px;
	text-decoration: none;
	position: relative;
	transition: opacity 0.3s ease;
}
.btn a::after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	border-radius: 20px;
	background: #fff url("../img/common/arrow_bl.png") no-repeat center center;
}
.btn a:hover {
	opacity: 0.6;
}
.btn.wht a {
	color: #0f337e;
	background-color: #fff;
}
.btn.wht a::after {
	background: #0f337e url("../img/common/arrow_wh.png") no-repeat center center;
}

@media screen and (max-width: 999px){
	
	.btn a {
		height: 50px;
		border-radius: 25px;
		padding-left: 25px;
	}
	.btn a::after {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		border-radius: 15px;
	}
	
}

@media screen and (max-width: 767px){
	
	.btn a {
		max-width: 220px;
		height: 46px;
		border-radius: 23px;
		padding-left: 23px;
		font-size: 14px;
	}
	.btn a::after {
		right: 10px;
		width: 26px;
		height: 26px;
		margin-top: -13px;
		border-radius: 13px;
		background: #fff url("../img/common/arrow_bl.png") no-repeat center center;
		background-size: 13px;
	}

	.btn.wht a::after {
		background: #0f337e url("../img/common/arrow_wh.png") no-repeat center center;
		background-size: 13px;
	}
	
}

/*------NEWS-----*/

.ul_news {
	margin-top: -30px;
}
.sec_newslist .ul_news {
	margin-bottom: 50px;
}
.ul_news li {
	border-bottom: 1px solid #ccc;
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1.5;
}
.meta {
	width: 210px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.meta .date {
	width: 100px;
	font-size: 14px;
}
.meta span {
	background-color: #f0f3f8;
	font-size: 12px;
	padding: 7px;
	display: block;
	width: 100px;
	border-radius: 13px;
	text-align: center;
	color: #0f337e;
}
.ul_news li .link {
	width: calc( 100% - 250px );
}
.ul_news li a {
	text-decoration: none;
	color: #000;
}
.ul_news li a:hover {
	text-decoration: underline;
}

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

	.meta {
		width: 200px;
	}
	.meta .date {
		width: 90px;
	}
	.ul_news li .link {
		width: calc( 100% - 230px );
	}
	
}

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

	.ul_news {
		margin-bottom: 30px;
		font-size: 14px;
		margin-top: -25px;
	}
	.sec_newslist .ul_news {
		margin-bottom: 30px;
	}
	.ul_news li {
		padding: 25px 15px;
		display: block;
	}
	.meta {
		width: auto;
		display: block;
		margin-bottom: 10px;
	}
	.meta .date {
		width: auto;
		display: inline-block;
		margin-right: 15px;
		font-size: 13px;
	}
	.meta span {
		font-size: 12px;
		padding: 6px;
		width: 80px;
		display: inline-block;
	}
	.ul_news li .link {
		width: 100%;
	}
	.ul_news li a {
		text-decoration: none;
		color: #000;
	}
	.ul_news li a:hover {
		text-decoration: underline;
	}
	
}

/*------FAQ-----*/

.ul_faq li {
	border-radius: 15px;
	background-color: #f0f3f8;
	margin-bottom: 25px;
}
.ul_faq li > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 20px 20px 0;
	line-height: 1.8;
}
.ul_faq li > div .en {
	width: 60px;
	font-size: 24px;
	text-align: center;
	color: #0f337e;
	font-weight: 400;
}
.ul_faq li .answer .en {
	color: #D22141;
}
.ul_faq li > div .txt {
	width: calc( 100% - 60px );
}
.ul_faq .question {
	font-weight: bold;
	align-items: center;
	padding: 20px 70px 20px 0px;
	position: relative;
	cursor: pointer;
}
.ul_faq .question::after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
	height: 26px;
	background: url("../img/common/ccl_plus_bl.png") no-repeat left top;
	background-size: cover;
}
.ul_faq .question.active::after {
	background: url("../img/common/ccl_minus_bl.png") no-repeat left top;
	background-size: cover;
}
.ul_faq .answer {
	padding-top: 0;
}
.ul_faq li > div .txt a {
	color: #a60030;
	text-decoration: underline;
}
.ul_faq li > div .txt a:hover {
	text-decoration: none;
}

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

	.ul_faq {
		margin-bottom: 30px;
	}
	.ul_faq li {
		margin-bottom: 20px;
	}
	.ul_faq li > div {
		padding: 15px 15px 15px 0;
		font-size: 14px;
	}
	.ul_faq li > div .en {
		width: 50px;
		font-size: 20px;
	}
	.ul_faq li > div .txt {
		width: calc( 100% - 50px );
	}
	.ul_faq .question {
		padding: 15px 40px 15px 0px;
	}
	.ul_faq .question::after {
		right: 15px;
		width: 20px;
		height: 20px;
	}
	
}

/*------FOOTER-----*/

footer {
	
}
body.page-recruit footer {
	background-color: #EEF8FF;
}
footer .inner {
	background-color: #0f337e;
	border-radius: 0 150px 0 0;
	padding: 0 50px 30px;
	position: relative;
}

@media screen and (max-width: 999px){
	
	footer .inner {
		border-radius: 0 100px 0 0;
	}
	
}

@media screen and (max-width: 767px){
	
	footer .inner {
		border-radius: 0 50px 0 0;
		padding: 0 20px 30px;
	}
	
}

/*------CONTACT-----*/

.sec_contact {
	padding: 60px 60px;
	background-color: #1253D7;
	border-radius: 60px;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	top: -150px;
	margin-bottom: -150px;
}
.sec_contact .left {
	width: 50%;
	color: #fff !important;
}
.sec_contact .wrap_h2 p {
	color: #fff;
}
.sec_contact .honbun {
	line-height: 1.8;
}
.sec_contact .right {
	width: 35%;
	display: flex;
	align-items: center;
}
.sec_contact .btn a {
	margin: 0;
	width: 270px;
}

@media screen and (max-width: 999px){
	
	.sec_contact {
		padding: 60px 30px;
		display: block;
		max-width: 700px;
	}
	.sec_contact .wrap_h2 {
		color: #fff;
		text-align: center;
	}
	.sec_contact .left {
		width: 100%;
		text-align: center;
		margin-bottom: 40px;
	}
	.sec_contact .right {
		width: 100%;
		display: block;
	}
	.sec_contact .btn a {
		margin: 0 auto;
	}
	
}

@media screen and (max-width: 767px){
	
	.sec_contact {
		padding: 30px 20px;
		max-width: 480px;
		border-radius: 30px;
		top: -50px;
		margin-bottom: -50px;
	}
	.sec_contact .left {
		margin-bottom: 30px;
	}
	.sec_contact .honbun {
		font-size: 14px;
		text-align: left;
	}
	.sec_contact .btn a {
		width: 220px;
	}
	
}


/*------RECRUIT-----*/

.sec_recruit {
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 70px;
}
.sec_recruit .wrap_h2 {
	color: #fff;
	text-align: center;
}
.sec_recruit .wrap_h2 .en {
	color: #fff;
}
.ul_recruit {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ul_recruit li {
	width: 30%;
	margin: 0 auto 50px;
}
.ul_recruit li:nth-child(4) {
	margin-right: 1.7%;
}
.ul_recruit li:nth-child(5) {
	margin-left: 1.7%;
}
.ul_recruit a {
	color: #fff;
	text-decoration: none;
}
.ul_recruit img {
	width: 100%;
	margin-bottom: 20px;
	border-radius: 15px;
}
.ul_recruit p {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ul_recruit p::after {
	content: '';
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url("../img/common/ccl_right_wh.png") no-repeat center center;
}

.credit {
	padding: 30px 50px 40px;
	background-color: #fff;
}
.credit_inner {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
}
.credit .ftr_logo {
	margin-bottom: 20px;
	font-weight: 500;
}
.credit .ftr_logo a {
	color: #222;
	text-decoration: none;
	transition: opacity 0.3s ease;
	display: flex;
	align-items: center;
}
.credit .ftr_logo img {
	width: 100px;
	margin-right: 10px;
}
.credit .ftr_logo a:hover {
	opacity: 0.6;
}
.credit small {
	font-size: 11px;
	letter-spacing: 0.05em;
	max-width: 1200px;
	margin: 0 auto;
	display: block;
	color: #666;
}
.credit .right {
	display: flex;
	align-items: center;
}
.credit li {
	display: inline-block;
	margin-left: 30px;
	font-size: 14px;
}
.credit li a {
	color: #222;
	text-decoration: none;
}
.credit li a:hover {
	text-decoration: underline;
}



@media screen and (max-width: 767px){
	
	.sec_recruit {
		max-width: 320px;
		padding-top: 40px;
	}
	.ul_recruit {
		display: block;
	}
	.ul_recruit li {
		width: 100%;
		margin: 0 auto 25px;
	}
	.ul_recruit li:nth-child(4) {
		margin-right: 0;
	}
	.ul_recruit li:nth-child(5) {
		margin-left: 0;
	}
	.ul_recruit li:last-child {
		margin: 0;
	}
	.ul_recruit img {
		margin-bottom: 15px;
	}
	.ul_recruit p {
		font-size: 14px;
	}
	.ul_recruit p::after {
		width: 20px;
		height: 20px;
		background: url("../img/common/ccl_right_wh.png") no-repeat center center;
		background-size: cover;
	}

	.credit {
		padding: 30px 20px;
		text-align: center;
	}
	.credit_inner {
		display: block;
		max-width: 480px;
	}
	.credit .ftr_logo {
		margin-bottom: 20px;
	}
	.credit .ftr_logo a {
		display: block;
	}
	.credit .ftr_logo img {
		width: 120px;
		display: inline-block;
		margin: 0 0 15px;
	}
	.credit .ftr_logo span {
		display: block;
		font-size: 12px;
		margin-bottom: 40px;
	}
	.credit .right {
		display: block;
	}
	.credit ul {
		margin-bottom: 40px;
	}
	.credit li {
		display: block;
		margin: 0 0 25px;
		font-size: 13px;
	}

}



/*	LOADING	*/

#loading {
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}

#loading .ldgimg {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: none;
	text-align: center;
}
#loading .ldgimg img {
	width: 200px;
	height: auto;
	margin-bottom: 40px;
}
body.page-recruit #loading .ldgimg img {
	width: 330px;
	margin-bottom: 20px;
}
#loading .ldgimg .jp {
	font-size: 14px;
	margin-bottom: 1em;
	color: #0f337e;
}
#loading .ldgimg .en {
	font-size: 18px;
	font-weight: 300;
	-moz-animation: ldgtxt 1.5s infinite;
	-webkit-animation: ldgtxt 1.5s infinite;
	-o-animation: ldgtxt 1.5s infinite;
	-ms-animation: ldgtxt 1.5s infinite;
	color: #0f337e;
	letter-spacing: 0.05em;
}
body.page-recruit #loading .ldgimg .en {
	color: #0f337e;
	font-weight: 900;
	font-size: 16px;
}
#loading span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 3px;
	background: #0f337e;
}

#loading span.loaded {
	width: 0;
	height: 0;
	-moz-animation: ldg 1.5s;
	-webkit-animation: ldg 1.5s;
	-o-animation: ldg 1.5s;
	-ms-animation: ldg 1.5s;
}

@media screen and (max-width: 767px){
	
	#loading .ldgimg img {
		max-width: 150px;
		width: 75vw;
		margin-bottom: 30px;
	}
	body.page-recruit #loading .ldgimg img {
		width: 75vw;
		max-width: 300px;
		margin-bottom: 20px;
	}
	#loading .ldgimg .jp {
		font-size: 13px;
		margin-bottom: 1.5em;
	}
	#loading .ldgimg .en {
		font-size: 16px;
	}
	body.page-recruit #loading .ldgimg .en {
		font-size: 14px;
	}
}

@keyframes ldg {
	0% {
		width: 0;
		height: 5px;
	}
	50% {
		width: 100%;
		height: 5px;
	}
	80% {
		width: 100%;
		height: 5px;
	}
	100% {
		width: 100%;
		height: 0;
	}
}

@keyframes ldgtxt {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 100;
	}
	60% {
		opacity: 100;
	}
	100% {
		opacity: 0;
	}
}

/*------アニメーション-----*/

.fadeIn {
	opacity: 0;
	visibility: hidden;
	transition: all 1s ease;
}
.fadeIn.show {
	opacity: 1;
	visibility: visible;
	transform: translate(0,0);
}

.fi_top {
	transform: translate(0,60px);
}

.fi_bottom {
	transform: translate(0,-60px);
}

.fi_right {
	transform: translate(60px,0);
	transition-delay: 0s;
}
.fi_left {
	transform: translate(-60px,0);
	transition-delay: 0s;
}

.delay {
	transition-delay: 0.5s !important;
}
