body{
	font-family:"Noto Sans JP", "Helvetica","Arial","Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ" ,sans-serif;
/*
	font-family:"Helvetica","Arial","UD Shin Go Regular", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ",sans-serif;
*/
	font-size:16px;
	line-height:24px;
	font-weight:400;
	color:#000;
	margin:0px;
	position:relative;
}
/* フォントセット　Serif */
.fs{
	font-family:'YuMincho','Yu Mincho',serif;
}

/* 自力リセット div img a */
div,img{box-sizing:border-box;font-size:0;line-height:0;margin:0;padding:0;}
a{transition:0.2s linear;box-sizing:border-box;}

/* テキスト水平寄せ */
.txtc{text-align:center;}
.txtl{text-align:left;}
.txtr{text-align:right;}
.txtb{	font-weight:700;}
.txtsb{	font-weight:600;}

/* 幅指定％ */
.tw05{width:5%;}
.tw10{width:10%;}
.tw15{width:15%;}
.tw20{width:20%;}
.tw25{width:25%;}
.tw30{width:30%;}
.tw35{width:35%;}
.tw40{width:40%;}
.tw45{width:45%;}
.tw50{width:50%;}
.tw55{width:55%;}
.tw60{width:60%;}
.tw65{width:65%;}
.tw70{width:70%;}
.tw75{width:75%;}
.tw80{width:80%;}
.tw85{width:85%;}
.tw90{width:90%;}
.tw95{width:95%;}

:root{
	--max_w:1120px;
}

/* reCAPTCHA */
.grecaptcha-badge{
	display:none;
}


/* メディアスクリーン　PC版 */
@media screen and (min-width:768px){

.pcoff{
	display:none;
}

.pc_br{display:inline;}
.sp_br{display:none;}

/* ページ内の特定ブロックをフワッと表示 */
/* translate(横→＋,縦↓＋) */
.fefup{
	opacity:0;
	transform:translate(0px,50px);
	transition:all 1s ease-in-out;
}
.fefl2r{
	opacity:0;
	transform:translate(50px,0px);
	transition:all 0.2s ease-in-out;
}
.fefr2l{
	opacity:0;
	transform:translate(-50px,0px);
	transition:all 0.2s ease-in-out;
}

.fefup.fes , .fefl2r.fes , .fefr2l.fes{
	opacity:1;
	transform:translate(0,0);
}


/* ヘッダー */
.header_wrap{
	display:block;
	position:fixed;
	top:0px;
	left:0;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	z-index:99;
	transition:0.2s linear;
	padding:0 2%;
	background-color:#FFF;
}
.phw{
	background-color:rgba(60,100,160,0.7);
}
.global_header{
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:100%;
	height:70px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	transition:0.2s linear;
}
.gh_shadow{
	top:0;
	box-shadow:5px 0px 5px #000;
}
.logo_wrap{
	display:flex;
	height:70px;
	max-width:20%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	justify-content:center;
	align-items:center;
}
.logo_wrap img{
	display:block;
	height:100%;
}
.sp_header_box{
	display:none;
}

.menu_nav{
	display:flex;
	max-width:80%;
	height:70px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.menu_nav ul{
	display:flex;
	height:100%;
	align-items:center;
}
.menu_nav ul li a{
	letter-spacing:0.1em;
	padding:0px 20px;
}
.menu_a{
	display:block;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	
}
.menu_a a{
	display:block;
	font-size:15px;
	font-weight:bold;
	line-height:30px;
	box-sizing:border-box;
	text-decoration:none;
	color:#000;
	text-align:center;
	transition:0.2s linear;
	border-bottom:1px solid rgba(0,0,85,0);
}
.menu_a a:hover{
	color:#000055;
	border-bottom:1px solid rgba(0,0,85,1);
}

/* 言語スイッチ */
.lang_sw{
	display:flex;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	align-items:center;
	padding-left:40px;
}
.lang_sw_p{
	display:block;
	font-size:15px;
	font-weight:bold;
	line-height:30px;
	box-sizing:border-box;
	text-decoration:none;
	color:#2367D4;
	text-align:center;
}
.lang_sw_sep{
	display:block;
	font-size:15px;
	font-weight:bold;
	line-height:30px;
	box-sizing:border-box;
	text-decoration:none;
	color:#000;
	text-align:center;
	padding:0px 10px;
}


/* フッター */
.global_footer{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	position:relative;
	background-color:#393F46;
}
.footer_wrap{
	display:flex;
	position:relative;
	width:100%;
	max-width:1120px;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	justify-content:space-between;
	padding:40px 0px;
}

.footer_info_box{
	display:block;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.footer_info_box p{
	display:block;
	font-size:15px;
	line-height:24px;
	box-sizing:border-box;
	color:#FFF;
	letter-spacing:0.1em;
	padding-bottom:10px;
}
.footer_nav{
	display:flex;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	align-items:flex-start;
}
.footer_nav ul{
	display:block;
	padding-left:80px;
}
.footer_nav ul li{
	display:block;
	padding:5px 0px;
	min-width:6rem;
}
.footer_nav ul li a{
	display:block;
	font-size:15px;
	line-height:1.5em;
	color:#DDD;
	letter-spacing:0.1em;
	text-decoration:none;
	border-bottom:1px solid rgba(255,255,255,0);
}
.footer_nav ul li a:hover{
	color:#FFF;
	border-bottom:1px solid rgba(255,255,255,1);
}

.footer_line{

}
.footer_line p{
	display:block;
	width:100%;
	font-size:15px;
	line-height:30px;
	text-align:center;
	box-sizing:border-box;
	color:#FFF;
}



/* 戻る */
#ptop{
	display:block;
	position:fixed;
	z-index:99;
	bottom:40px;
	right:0px;
	width:60px;
	height:60px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	background-color:#E60012;
}
#ptop a{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:100%;
	font-size:0;
	line-height:0;
	cursor:pointer;
}
#ptop a img{
	display:block;
	width:36px;
	height:36px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}


/* コンテンツ共通 */

.content_wrap{
	display:block;
	width:100%;
	box-sizing:border-box;
	font-size:0;
	line-height:0;
	padding-top:70px;
}

.page_header{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	height:500px;
	overflow:hidden;
	position:relative;
}
.page_header_bg{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	justify-content: center;

	position:absolute;
	top:0;
	height:500px;
}
.page_header_bg img{
	display:block;
	width:auto;
	min-width:100%;
	height:500px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	object-fit:cover;
}
.page_header_title{
	display:block;
	position:relative;
	width:100%;
	box-sizing:border-box;
	font-size:0;
	line-height:0;
}
.page_header_title h2{
	display:block;
	width:100%;
	font-size:36px;
	font-weight:bold;
	line-height:500px;
	box-sizing:border-box;
	text-align:center;
	letter-spacing:0.1em;
	color:#FFF;
	text-shadow:0 0 5px #000;
}

.page_content{
	display:block;
	width:100%;
	box-sizing:border-box;
	font-size:0;
	line-height:0;
}



.page_cw{
	padding-top:70px;
}

/* トップページ */
.main_img_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	height:90vh;
	min-height:90vh;
	overflow:hidden;
}
.mv_area{
	display:block;
	position:relative;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.mv_area video{
	min-width:100%;
	position:absolute;
	top:0;
	left:0;
	min-height:90vh;
}
#mv02 , #mv03{
	display:none;
}
.mv_cover{
	display:flex;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:90vh;
	background-color:rgba(0,0,0,0.2);
	align-items:center;
	justify-content:center;
}


/* トップ　お知らせ・バナーエリア　202503 */
.top_news_wrap{
	display:block;
	width:100%;
	max-width:1120px;
	margin:0 auto;
	padding-top:80px;
	box-sizing:border-box;
}
/* トップ　お知らせ　202503 */
.top_news_box{
	display:block;
	width:100%;
	padding:0px;
	box-sizing:border-box;
}
.top_news_header{
	display:block;
	width:100%;
	padding:0px;
	box-sizing:border-box;
}
.top_news_header h2{
	display:block;
	width:100%;
	font-size:24px;
	line-height:1.5em;
	box-sizing:border-box;
	text-align:center;
	font-weight:700;
	letter-spacing:0.1em;
}
.top_news_inner{
	display:flex;
	width:100%;
	padding:80px 0;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	justify-content:space-between;
	align-items:flex-start;
}

.top_news_one{
	display:block;
	width:30%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.top_news_one:nth-of-type(4){
	display:none !important;
}

.top_news_one a{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	text-decoration:none;
}
.tno_img{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-bottom:15px;
	height:210px;
	overflow:hidden;
}
.tno_img img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	object-fit:cover;
}
.tno_date{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.tno_date p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:25px;
	font-weight:700;
	color:#333;
	letter-spacing:0.1em;
}
.tno_title{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.tno_title p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:25px;
	font-weight:700;
	color:#333;
	letter-spacing:0.1em;
	text-decoration:none;
	transition:0.2s linear;
}

.top_news_more{
	display:flex;
	position:relative;
	width:100%;
	height:50px;
	box-sizing:border-box;
	justify-content:center;
}

.top_btn{
	display:block;
	position:absolute;
	top:0;
	width:90px;
	font-size:18px;
	line-height:90px;
	background-color:#EE220C;
	color:#FFF;
	letter-spacing:0.1em;
	box-sizing:border-box;
	text-align:center;
	text-decoration:none;
	transition:0.2s linear;
	border-radius:45px;
}
.top_btn:hover{
	background-color:#ff3e2a;
}

/* トップ　会社情報 */
.top_corp_wrap{
	display:block;
	width:100%;
	box-sizing:border-box;
	background-color:#F2F9FF;
}
.top_corp_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}

.top_corp_img{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	height:700px;
	overflow:hidden;
}
.top_corp_img img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	object-fit:cover;
}

.top_corp_text{
	display:block;
	width:100%;
	max-width:1120px;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:20px 0px;
}
.top_corp_text h2{
	display:block;
	width:100%;
	font-size:24px;
	line-height:1.5em;
	box-sizing:border-box;
	text-align:center;
	font-weight:700;
	letter-spacing:0.1em;
	padding:40px 0px 0px;
}
.top_corp_text p{
	display:block;
	width:100%;
	font-size:18px;
	line-height:1.5em;
	box-sizing:border-box;
	text-align:center;
	letter-spacing:0.1em;
	padding:80px 0px;
}

/* トップ　過去実績 */
.top_achievements_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.top_achievements_box{
	display:block;
	width:100%;
	max-width:1120px;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-top:80px;
}
.top_achievements_header{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px 0px;
}
.top_achievements_header h2{
	display:block;
	width:100%;
	font-size:24px;
	line-height:1.5em;
	box-sizing:border-box;
	text-align:center;
	font-weight:700;
	letter-spacing:0.1em;
}

.top_achievements_inner{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-bottom:80px;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-start;
}

.ta_one{
	display:block;
	width:30%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-bottom:50px;
}
.ta_one img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}

/* トップ　採用情報 */
.top_recruit_wrap{
	display:block;
	width:100%;
	box-sizing:border-box;
	background-color:#F2F9FF;
}
.top_recruit_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}

.top_recruit_img{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	height:700px;
	overflow:hidden;
}
.top_recruit_img img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	object-fit:cover;
}

.top_recruit_text{
	display:block;
	width:100%;
	max-width:1120px;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:20px 0px;
}
.top_recruit_text h2{
	display:block;
	width:100%;
	font-size:24px;
	line-height:1.5em;
	box-sizing:border-box;
	text-align:center;
	font-weight:700;
	letter-spacing:0.1em;
	padding:40px 0px 0px;
}
.top_recruit_text p{
	display:block;
	width:100%;
	font-size:18px;
	line-height:1.5em;
	box-sizing:border-box;
	text-align:center;
	letter-spacing:0.1em;
	padding:80px 0px;
}

.top_recruit_movie{
	display:flex;
	justify-content:center;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:40px 0px;
}
.top_recruit_movie iframe{
	display:block;
}

/* トップ　インスタ */
.top_insta_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.top_insta_logo{
	display:block;
	width:20%;
	max-width:200px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-top:160px;
	margin:0 auto;
}
.top_insta_logo img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.top_insta_box{
	display:block;
	width:98%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:0 auto;
}

/* トップ　お問い合わせ */
.top_contact_wrap{
	display:block;
	width:100%;
	box-sizing:border-box;
	background-color:#F9F3E4;
}
.top_contact_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:160px 0px;
}
.top_contact_text{
	display:block;
	width:100%;
	max-width:1120px;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.top_contact_text h2{
	display:block;
	width:100%;
	font-size:24px;
	line-height:1.5em;
	box-sizing:border-box;
	text-align:center;
	font-weight:700;
	letter-spacing:0.1em;
}
.top_contact_text p{
	display:block;
	width:100%;
	font-size:18px;
	line-height:1.5em;
	box-sizing:border-box;
	text-align:center;
	letter-spacing:0.1em;
	padding:80px 0px;
}

.top_contact_view{
	display:flex;
	width:100%;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.top_contact_telfax{
	display:block;
	margin:0 auto;
	font-size:42px;
	line-height:1.5em;
	box-sizing:border-box;
	font-weight:700;
	letter-spacing:0.1em;
}
.tctf{
	font-size:24px;
	line-height:1.5em;
	letter-spacing:0.1em;
	box-sizing:border-box;
}
.tcc{
	font-size:18px;
	line-height:1.5em;
	letter-spacing:0.1em;
	box-sizing:border-box;
}

.top_contact_btnbox{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px 0 0 ;
}
.top_contact_btnbox a{
	display:flex;
	justify-content:center;
	align-items:center;
	width:30%;
	max-width:500px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin: 0 auto;
	border: 1px solid #999;
	padding: 20px 0px;
	text-decoration: none;
	color: #333;
	background-color: #F5f5f5;
	transition:0.2s linear;
}
.top_contact_btnbox a img{
	display:block;
	height:30px;
	margin-right:10px;
}
.top_contact_btnbox a span{
	display:block;
	font-size:18px;
	line-height:30px;;
}
.top_contact_btnbox a:hover{
	opacity:0.8;
}








/* 下層ページ */

/* 下層ページ共通　ヘッダー */
.page_header_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:20px 0px;
	/* background-color:#666; */
	background:linear-gradient(135deg,#CC0000 20%, #666 20%, #000);
}
.page_header_wrap h2{
	display:block;
	width:100%;
	font-size:26px;
	line-height:38px;
	text-align:center;
	color:#FFF;
	box-sizing:border-box;
	letter-spacing:0.15em;
}

/* 下層ページ共通　セクションヘッダー */
.common_header{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	justify-content:center;
	padding:80px 0px;
}
.common_header h3{
	display:block;
	width:100%;
	font-size:26px;
	line-height:1.5em;
	box-sizing:border-box;
	text-align:center;
	letter-spacing:0.1em;
	font-weight:normal;
}
.common_header p{
	display:block;
	width:100%;
	font-size:18px;
	line-height:1.5em;
	box-sizing:border-box;
	text-align:center;
	letter-spacing:0.1em;
}

/*
.common_header{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	background-color:#EEE;
	justify-content:center;
	margin:80px auto;
}
.common_header_wrap{
	display:flex;
	position:relative;
	width:100%;
	max-width:1100px;
	min-height:110px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:20px;
	background-color:#E60012;
	color:#FFF;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.common_header_wrap:before{
	content: "";
	position: absolute;
	background-color: #EEE;
	width: 31px;
	height: 100%;
	top: 0px;
	left:-1px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.common_header_wrap:after{
	content:"";
	position:absolute;
	background-color:#EEE;
	width:31px;
	height:100%;
	top: 0px;
	right:-1px;
	clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.common_header h3{
	display:block;
	width:100%;
	font-size:24px;
	line-height:1.5em;
	box-sizing:border-box;
	text-align:center;
	letter-spacing:0.1em;
}
.common_header p{
	display:block;
	width:100%;
	font-size:18px;
	line-height:1.5em;
	box-sizing:border-box;
	text-align:center;
	letter-spacing:0.1em;
}
*/

/* アトラス　会社情報 */
/* 代表挨拶 */
.com_greeting_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}

.com_greeting_menu{
	display:flex;
	width:100%;
	max-width:1120px;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	justify-content:space-between;
	padding-bottom:40px;
}
.cg_menu_one{
	display:block;
	position:relative;
	width:24%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	cursor:pointer;
	border:2px solid rgba(0, 1, 84, 0);
	transition:0.2s linear;
}
.cg_menu_one:hover{
	border:2px solid rgba(0, 1, 84, 1);
}
.cg_menu_one_open{
	border:2px solid rgba(0, 1, 84, 1) !important;
}
.cg_menu_one img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.cg_menu_one p{
	display:block;
	position:absolute;
	width:100%;
	z-index:10;
	font-size:18px;
	line-height:1.5em;
	bottom:10px;
	text-align:center;
	color:#fff;
	background-color:#000154;
}

.com_greeting_box{
	display:flex;
	width:100%;
	max-width:1120px;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	height:0;
	overflow:hidden;
	opacity:0;
	transition:0.4s linear;
}
.com_greeting_box_open{
	height:auto !important;
	opacity:1;
}
.com_greeting_img{
	display:block;
	width:30%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-right:40px;
}
.com_greeting_img img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.com_greeting_text{
	display:block;
	width:70%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.com_greeting_text p{
	display:block;
	width:100%;
	font-size:18px;
	line-height:1.5em;
	letter-spacing:0.1em;
	box-sizing:border-box;
	padding-bottom:15px;
}
#top_sign{
	text-align:right;
}
/* 会社概要 */
.com_info_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.com_info_box{
	display:block;
	width:100%;
	max-width:1120px;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.com_info_box table{
	display:table;
	width:100%;
}
.com_info_box table tr{

}
.com_info_box table th{
	width:30%;
	font-size:18px;
	line-height:1.5em;
	padding:30px 10px;
	box-sizing:border-box;
	border-bottom:1px solid #333;
	font-weight:normal;
}
.com_info_box table td{
	width:70%;
	font-size:18px;
	line-height:1.5em;
	padding:30px 10px;
	box-sizing:border-box;
	border-bottom:1px solid #333;
}
/* アクセス */
.com_access_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-bottom:160px;
}
.com_access_box{
	display:block;
	width:100%;
	max-width:1120px;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.com_gmap_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.com_gmap_box iframe{
	display:block;
	width:100%;
	height:600px;
}
.com_access_box p{
	display:block;
	font-size:18px;
	line-height:1.5em;
	padding-top:10px;
}


/* アトラス　過去実績 */
.achievements_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-bottom:80px;
}

.achievements_box{
	display:flex;
	width:90%;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;

	flex-wrap:wrap;
	justify-content:space-between;

}

.achievements_one{
	display:block;
	width:27%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-bottom:80px;
}
.achievements_img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.achievements_img img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}

.achievements_title{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.achievements_title a{
	display:block;
	width:100%;
	font-size:18px;
	line-height:1.5em;
	box-sizing:border-box;
	text-decoration:none;
	color:#333;
	margin-top:10px;
	text-align:center;
}


/* アトラス　採用情報 */
/* コンセプトエリア */
.recruit_concept_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.recruit_concept_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:160px 0;
	background:linear-gradient(to bottom, #DCEFFF 500px, transparent 500px);
}
.recruit_movie_box{
	display:block;
	width:100%;
	max-width:800px;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.recruit_movie_box iframe{
	display:block;
}
.recruit_header{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	justify-content:center;
	padding:80px 0px;
}
.recruit_header h3{
	display:block;
	width:100%;
	font-size:42px;
	line-height:1.5em;
	box-sizing:border-box;
	text-align:center;
	letter-spacing:0.1em;
}
.recruit_text{
	display:block;
	width:100%;
	max-width:1120px;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.recruit_text p{
	display:block;
	width:100%;
	font-size:18px;
	line-height:1.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
	text-align:center;
}
/* 仕事内容エリア */
.recruit_info_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;

}
.recruit_info_img{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	height:700px;
	overflow:hidden;
}
.recruit_info_img img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	object-fit:cover;
}

.recruit_info_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	background:linear-gradient(to bottom, #FFE9E2 700px, transparent 700px);
}
.recruit_info_copy{
	display:block;
	width:100%;
	max-width:1120px;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;

}
.recruit_info_copy p{
	display:block;
	width:100%;
	font-size:18px;
	line-height:1.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
	text-align:center;
}
.recruit_info_movie_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:160px 0;
}
.recruit_info_movie_box iframe{
	display:block;
	width:800px;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.recruit_info_exp{
	display:block;
	width:100%;
	max-width:1120px;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-bottom:160px;
}
.recruit_info_exp p{
	display:block;
	width:100%;
	font-size:18px;
	line-height:1.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
	text-align:center;
}
/* PRエリア */
.recruit_pr_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;

}
.recruit_pr_img{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	height:700px;
	overflow:hidden;

}
.recruit_pr_img img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	object-fit:cover;

}

.recruit_pr_box{
	display:block;
	width:100%;
	max-width:1120px;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-bottom:80px;
}
.recruit_pr_one{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-bottom:160px;
	box-shadow:20px 20px #FF968D;
}
.recruit_pr_one_img{
	display:block;
	width:35%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.recruit_pr_one_img img{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.recruit_pr_one_text{
	display:block;
	width:65%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:30px;
}
.recruit_pr_one_text h4{
	display:block;
	width:100%;
	font-size:24px;
	line-height:1.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
	margin-bottom:40px;
}
.recruit_pr_one_text p{
	display:flex;
	width:100%;
	font-size:18px;
	line-height:1.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
}
/* インスタエリア */
.recruit_insta_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:160px 0;
	background-color:#FCF3F4;
}
.recruit_insta_box{
	display:block;
	width:90%;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
/* 募集要項エリア */
.recruit_description{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;

	background:linear-gradient(to top, #FCF3F4 350px, transparent 350px);
}
.recruit_description_img{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	height:700px;
	overflow:hidden;

}
.recruit_description_img img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	object-fit:cover;
}

.recruit_description_table{
	display:block;
	width:100%;
	max-width:1120px;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.recruit_description_table table{
	display:table;
	width:100%;
}
.recruit_description_table table tr{

}
.recruit_description_table table th{
	width:30%;
	font-size:18px;
	line-height:1.5em;
	box-sizing:border-box;
	padding:20px;
	background-color:#F7F7F7;
	border:1px solid #EEE;
	font-weight:normal;
}
.recruit_description_table table td{
	width:70%;
	font-size:18px;
	line-height:1.5em;
	box-sizing:border-box;
	padding:20px;
	background-color:#FFF;
	border:1px solid #EEE;
}
.recruit_contact_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px 0 160px;
}
.recruit_contact_box a{
	display:block;
	width:200px;
	height:60px;
	margin:0 auto;
	font-size:18px;
	line-height:60px;
	box-sizing:border-box;
	letter-spacing:0.1em;
	text-align:center;
	text-decoration:none;
	transition:0.2s linear;
	color:#FFF;
	background-color:#0076BA;
	font-weight:bold;
	border-radius:20px;
}
.recruit_contact_box a:hover{
	background-color:#000055;
}

/* アトラス　お知らせ（投稿）一覧 */
.allnews_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:160px 0;
}
.allnews_box{
	display:block;
	width:100%;
	max-width:1120px;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}

.allnews_one{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-bottom:80px;
}

.allnews_one_img{
	display:flex;
	width:35%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	height:250px;
	overflow:hidden;
}
.allnews_one_img img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	object-fit:cover;
}

.allnews_one_text{
	display:block;
	width:65%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-left:40px;
}
.allnews_one_cat{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-bottom:20px;
}
.cat_def , .cat_news{
	display:inline-block;
	font-size:16px;
	line-height:1.5em;
	padding:5px 20px;
	text-align:center;
	box-sizing:border-box;
	letter-spacing:0.1em;
}
.cat_news{
	color:#FFF;
	background-color:#EE220C;
}
.cat_def{
	color:#FFF;
	background-color:#000154;
}

.allnews_one_text h2{
	display:block;
	width:100%;
	font-size:22px;
	line-height:1.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
}
.allnews_one_text h2 a{
	text-decoration:none;
	color:#333;
	transition:0.2s linear;
	border-bottom: 1px solid rgba(0, 0, 85, 0);
}
.allnews_one_text h2 a:hover{
	color:#000154;
	border-bottom: 1px solid rgba(0, 0, 85, 1);
}
.allnews_date{
	display:block;
	width:100%;
	font-size:15px;
	line-height:1.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
	color:#666;
}
.allnews_content{
	display:block;
	width:100%;
	font-size:18px;
	line-height:1.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
	margin-top:20px;
}

/* アトラス　お知らせ　個別ページ */
/* article flex */
.onenews_block{
	display:flex;
	width:100%;
	max-width:1120px;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	flex-wrap:wrap;
	padding:80px 0px;
}
/* 個別ヘッダー */
.onenews_header_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.onenews_header{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-bottom:20px;
}
.onenews_title{
	display:block;
	width:100%;
	font-size:24px;
	line-height:1.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
}
.onenews_date_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.onenews_date{
	display:block;
	width:100%;
	font-size:16px;
	line-height:1.5em;
	box-sizing:border-box;
	color:#333;
}

/* 記事内容エリア */
.onenews_wrap{
	display:block;
	width:70%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-top:40px;
	padding-right:40px;
}
.onenews_content{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-bottom:160px;
}
.onenews_img{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-bottom:40px;
	max-height:400px;
	overflow:hidden;
}
.onenews_img img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	object-fit:cover;
}

.onenews_text_box{
	display:block;
	width:100%;
	font-size:18px;
	line-height:1.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
}

/* 関連記事エリア */
.kanren_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-top:80px;
}
.kanren_header{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	border-bottom:1px solid #999;
}
.kanren_header h4{
	display:block;
	width:100%;
	font-size:18px;
	line-height:1.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
}
.kanren_box{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:40px 0px;
	flex-wrap:wrap;
}

.kanren_a{
	display:block;
	width:50%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	text-decoration:none;
	color:#000;
}
.kanren_a:hover{
	color:#2367D4;
}

.kanren_one{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:0px 10px;
	margin-bottom:40px;
}
.kanren_one_img{
	display:flex;
	width:40%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-right:10px;
	max-height:90px;
	overflow:hidden;
}
.kanren_one_img img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	object-fit:cover;
}
.kanren_one_text{
	display:block;
	width:60%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.kanren_one_text h4{
	display:block;
	width:100%;
	font-size:16px;
	line-height:1.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
}
.kanren_one_text p{
	display:block;
	width:100%;
	font-size:15px;
	line-height:1.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
}





/* 最近の投稿エリア */
.recently_post_wrap{
	display:block;
	width:30%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.recently_post_header{
	display:block;
	width:80%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.recently_post_header h3{
	display:block;
	width:100%;
	font-size:18px;
	line-height:40px;
	box-sizing:border-box;
}

.recently_post_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.rc_a{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	text-decoration:none;
	color:#000;
}
.rc_a:hover{
	color:#2367D4;
}
.rc_one{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #999;
}
.rc_one_img{
	display:flex;
	width:50%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-right:10px;
	max-height:90px;
	overflow:hidden;
}
.rc_one_img img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	object-fit:cover;
}
.rc_one_text{
	display:block;
	width:50%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.rc_one_text h4{
	display:block;
	width:100%;
	font-size:16px;
	line-height:1.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
}
.rc_one_text p{
	display:block;
	width:100%;
	font-size:15px;
	line-height:1.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
}


/* アトラス　ページナビゲーション */
.post_navi{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	text-align:center;
}
.wp-pagenavi{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:40px 0px;
}
.wp-pagenavi span{
	display:inline-block;
	text-align:center;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
	padding:5px;
	vertical-align:top;
	margin:0 3px;
	min-width:40px;
}
.wp-pagenavi a{
	display:inline-block;
	text-align:center;
	font-size:16px;
	line-height:30px;
	text-decoration:none;
	box-sizing:border-box;
	padding:5px;
	vertical-align:top;
	margin:0 3px;
	min-width:40px;
}

.pages{
	color:#000;
	border:1px solid #EEE;
	padding:3px 10px !important;
}
.current{
	color:#FFF;
	background-color:#333;
	border:1px solid #333;
}
.larger , .smaller{
	color:#000;
	border:1px solid #EEE;
}
.nextpostslink , .previouspostslink{
	color:#000;
	border:1px solid #EEE;
}

.sg_navi_box{
	display:flex;
	display:-webkit-box;
	display:-ms-flexbox;

	justify-content:space-between;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;

	align-items:center;
	-webkit-box-align:center;
	-ms-flex-align:center;

	width:100%;
	max-width:var(--max_w);
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.sg_navi_left , .sg_navi_right , .sg_navi_center{
	display:block;
	width:20%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.sg_navi_left a , .sg_navi_right a , .sg_navi_center a{
	display:block;
	width:100%;
	font-size:16px;
	line-height:40px;
	box-sizing:border-box;
	text-align:center;
	color:#000;
	background-color:#EEE;
	text-decoration:none;
	transition:0.2s linear;
}
.sg_navi_left a:hover , .sg_navi_right a:hover , .sg_navi_center a:hover{
	color:#FFF;
	background-color:#000154;
}


/* アトラス　お問い合わせ */
.contact_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.contact_box{
	display:block;
	width:100%;
	max-width:800px;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:160px 0;
}

.contact_from_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.form_one{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-bottom:40px;
}
.form_label{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-bottom:10px;
}
.form_label p{
	display:block;
	width:100%;
	font-size:18px;
	line-height:40px;
	box-sizing:border-box;
}
.require_mes{
	display:inline-block;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
	padding:5px 20px;
	color:#FFF;
	background-color:#FEB749;
	border-radius:20px;
	margin-right:20px;
}
.form_inner{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}

.form_inner label{
	font-size:18px;
	line-height:40px;
	letter-spacing:0.1em;
}
.form_inner input[type="radio"]{
	font-size:18px;
	line-height:40px;
	letter-spacing:0.1em;
	margin:0 10px;
}
.wpcf7-list-item-label{
	margin-right:30px;
}
.wpcf7-not-valid-tip{
	display:block;
	width:100%;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
	color:#F00;
	font-weight:bold;
}

.form_inner input[type="text"]{
	display:block;
	width:96%;
	font-size:18px;
	line-height:40px;
	letter-spacing:0.1em;
}
.form_inner input[type="email"]{
	display:block;
	width:96%;
	font-size:18px;
	line-height:40px;
	letter-spacing:0.1em;
}
.form_inner textarea{
	display:block;
	width:96%;
	font-size:18px;
	line-height:40px;
	min-height:300px;
	letter-spacing:0.1em;
}



.form_caution{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-bottom:60px;
}
.form_caution p{
	display:block;
	width:100%;
	font-size:18px;
	line-height:1.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
	color:#333;
}
.form_caution p a{
	color:#333;
	text-decoration:underline;
	transition:0.2s linear;
}
.form_caution p a:hover{
	color:#000154;
}

.form_submit_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.form_submit_box input{
	display:block;
	width:60%;
	font-size:18px;
	color:#FFF;
	padding:10px 0px;
	text-align:center;
	background-color:#666;
	text-decoration: none;
	cursor: pointer;
	transition: 0.2s linear;
	margin:0 auto;
	border: 1px solid rgba(255, 255, 255, 0);
}
.form_submit_box input:hover{
	background-color:#000154;

}

.wpcf7-response-output{
	font-size:16px;
	line-height:25px;
	text-align:center;
}


/* プライバシーポリシー */
.pp_wrap{
	display:block;
	width:100%;
	max-width:1120px;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px 0px;
}
.pp_header{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-bottom:80px;
}
.pp_header h3{
	display:block;
	width:100%;
	font-size:24px;
	line-height:40px;
	box-sizing:border-box;
	border-bottom:1px solid #DDD;
	margin-bottom:20px;
}
.pp_header p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
	margin-bottom:20px;
}
.pp_one{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:40px 0px;
}
.pp_one h4{
	display:block;
	width:100%;
	font-size:20px;
	line-height:40px;
	box-sizing:border-box;
	margin-bottom:20px;
	color:#000154;
	border-bottom:1px solid #DDD;
}
.pp_one p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
	margin-bottom:20px;
	color:#333;
}
.pp_one a{
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
	margin-bottom:20px;
	color:#333;
	transition:0.2s linear;
}
.pp_one a:hover{
	color:#000154;
}

}


/* スマホ用 -------------------------------------------------------------------------------------------------------------*/
@media screen and ( max-width:767px){

	.spoff{
		display:none;
	}
	.pc_br{display:none;}
	.sp_br{display:inline;}


/* ページ内の特定ブロックをフワッと表示 */
/* translate(横→＋,縦↓＋) */
	.fefup{
		opacity:0;
		transform:translate(0px,50px);
		transition:all 1s ease-in-out;
	}
	.fefl2r{
		opacity:0;
		transform:translate(50px,0px);
		transition:all 0.2s ease-in-out;
	}
	.fefr2l{
		opacity:0;
		transform:translate(-50px,0px);
		transition:all 0.2s ease-in-out;
	}
	
	.fefup.fes , .fefl2r.fes , .fefr2l.fes{
		opacity:1;
		transform:translate(0,0);
	}


/* ヘッダー */
.header_wrap{
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	z-index:99;
	background-color:rgba(255,255,255,0.9);
	transition:0.2s linear;
}
.phw{
	top:0 !important;
}
.global_header{
	display:flex;
	justify-content:space-between;
	align-items:center;

	width:100%;
	height:70px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	transition:0.2s linear;
}
.gh_shadow{
	top:0;
}
.logo_wrap{
	display:block;
	width:80%;
	height:70px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:10px 1%;
}
.logo_wrap img{
	display:block;
	height:50px;
}
.sp_header_box{
	display:block;
	padding-right:12px;
}
#hm{
	display:block;
	width:30px;
	height:30px;
}
.sm{

}
.sm img{
	width:100%;
	height:100%;
}

.menu_nav{
	display:block;
	position:fixed;
	width:100vw;
	top:0;
	right:-100vw;
	background-color:rgba(0,0,0,0.8);;
	height:100vh;
	z-index:80;
	margin-top:70px;
	padding-top:40px;
}
.menu_nav ul{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.menu_nav ul li{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	border-bottom:1px solid #666;
}
.menu_nav ul li a{
	letter-spacing:0.15em;
	padding:0px 25px;
	font-weight:bold;
	color:#FFF;
}
.menu_a{
	display:inline-block;
	height:80px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.menu_a a{
	display:block;
	height:80px;
	font-size:16px;
	line-height:80px;
	box-sizing:border-box;
	text-decoration:none;
	color:#000;
	text-align:center;
	transition:0.2s linear;
}
.menu_a a:hover{
	color:#AAA;
}
.menu_c{
	display:inline-block;
	height:80px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.menu_c a{
	display:block;
	height:80px;
	font-size:16px;
	line-height:80px;
	box-sizing:border-box;
	text-decoration:none;
	color:#FFF;
	background-color:#C00;
	text-align:center;
	transition:0.2s linear;

}
.menu_c a:hover{
	opacity:0.5;
}

.lang_sw{
	display:flex;
	position:fixed;
	top:70px;
	width:100%;
	height:40px;
	align-items:center;
	justify-content:center;
	background-color: rgba(255, 255, 255, 0.9);
}
.lang_sw_p{
	display:block;
	font-size:16px;
	color:#2367D4;
	line-height:40px;
	padding:0 10px;
}
.lang_sw_sep{
	display:block;
	font-size:16px;
	color:#000154;
	line-height:40px;
	box-sizing:border-box;
	padding:0 10px;
}
.lang_sw .menu_a{
	height:40px;
}
.lang_sw .menu_a a{
	line-height:40px;
	font-size:16px;
	color:#000154;
	height:40px;
	padding:0 10px;
}




/* フッター */
.global_footer{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	position:relative;
	background-color:#393F46;
}
.footer_wrap{
	display:flex;
	position:relative;
	width:98%;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	justify-content:space-between;
	padding:40px 0;

	flex-wrap:wrap;
}

.footer_info_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-bottom:20px;
}
.footer_info_box p{
	display:block;
	font-size:15px;
	line-height:24px;
	box-sizing:border-box;
	color:#FFF;
	letter-spacing:0.1em;
	padding-bottom:10px;
	text-align:center;
}
.footer_nav{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	align-items:flex-start;
	justify-content:center;
}
.footer_nav ul{
	display:block;
	width:40%;
	box-sizing:border-box;
}
.footer_nav ul li{
	display:block;
	padding:5px 0px;
	min-width:6rem;
}
.footer_nav ul li a{
	display:block;
	font-size:15px;
	line-height:1.5em;
	color:#FFF;
	letter-spacing:0.1em;
	text-decoration:none;
	border-bottom:1px solid rgba(255,255,255,0);
}
.footer_nav ul li a:hover{
	color:#FFF;
	border-bottom:1px solid rgba(255,255,255,1);
}

.footer_line{

}
.footer_line p{
	display:block;
	width:100%;
	font-size:15px;
	line-height:40px;
	text-align:center;
	box-sizing:border-box;
	color:#FFF;
}


/* 戻る */
#ptop{
	display:block;
	position:fixed;
	z-index:99;
	bottom:80px;
	right:10px;
	width:48px;
	height:48px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	border-radius:5px;
	background-color:#E60012;
}
#ptop a{
	display:block;
	width:100%;
	height:100%;
	font-size:0;
	line-height:0;
}
#ptop a img{
	display:block;
	width:30px;
	height:30px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	vertical-align:middle;
	margin:9px auto;
}


/* コンテンツ共通 */

.content_wrap{
	display:block;
	width:100%;
	box-sizing:border-box;
	font-size:0;
	line-height:0;

	overflow:hidden;
	padding-top:70px;
}



.page_header{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	height:300px;
	overflow:hidden;
	position:relative;
}
.page_header_bg{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	justify-content: center;

	position:absolute;
	top:0;
	height:300px;
}
.page_header_bg img{
	display:block;
	width:auto;
	min-width:100%;
	height:300px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	object-fit:cover;
}
.page_header_title{
	display:block;
	position:relative;
	width:100%;
	box-sizing:border-box;
	font-size:0;
	line-height:0;
}
.page_header_title h2{
	display:block;
	width:100%;
	font-size:36px;
	font-weight:bold;
	line-height:300px;
	box-sizing:border-box;
	text-align:center;
	letter-spacing:0.1em;
	color:#FFF;
	text-shadow:0 0 5px #000;
}




.page_cw{
	padding-top:80px;
}

/* トップページ */
.main_img_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	height:30vh;
	min-height:30vh;
	overflow:hidden;
}
.mv_area{
	display:flex;
	position:relative;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.mv_area video{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	min-height:30vh;
	object-fit:cover;
}
#mv02 , #mv03{
	display:none;
}
.mv_cover{
	display:flex;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:30vh;
	background-color:rgba(0,0,0,0.2);
	align-items:center;
	justify-content:center;
}


/* トップ　お知らせ・バナーエリア　202503 */
.top_news_wrap{
	display:block;
	width:96%;
	margin:0 auto;
	box-sizing:border-box;
}
/* トップ　お知らせ　202503 */
.top_news_box{
	display:block;
	width:100%;
	padding:0px;
	box-sizing:border-box;
}
.top_news_header{
	display:block;
	width:100%;
	padding:0px;
	box-sizing:border-box;
	padding:20px 0px;
}
.top_news_header h2{
	display:block;
	width:100%;
	font-size:24px;
	line-height:1.5em;
	box-sizing:border-box;
	text-align:center;
	font-weight:700;
	letter-spacing:0.1em;
}
.top_news_inner{
	display:flex;
	width:100%;
	padding-bottom:80px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	flex-wrap:wrap;
}

.top_news_one{
	display:block;
	width:50%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:0 1% 20px;
}
.top_news_one a{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	text-decoration:none;
}
.tno_img{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-bottom:15px;
	height:120px;
	overflow:hidden;
}
.tno_img img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	object-fit:cover;
}
.tno_date{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.tno_date p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:25px;
	font-weight:700;
	color:#333;
	letter-spacing:0.1em;
}
.tno_title{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.tno_title p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:25px;
	font-weight:700;
	color:#333;
	letter-spacing:0.1em;
	text-decoration:none;
	transition:0.2s linear;
}

.top_news_more{
	display:flex;
	position:relative;
	width:100%;
	height:50px;
	box-sizing:border-box;
	justify-content:center;
}

.top_btn{
	display:block;
	position:absolute;
	top:0;
	width:90px;
	font-size:18px;
	line-height:90px;
	background-color:#EE220C;
	color:#FFF;
	letter-spacing:0.1em;
	box-sizing:border-box;
	text-align:center;
	text-decoration:none;
	transition:0.2s linear;
	border-radius:45px;
}
.top_btn:hover{
	background-color:#ff3e2a;
}

/* トップ　会社情報 */
.top_corp_wrap{
	display:block;
	width:100%;
	box-sizing:border-box;
	background-color:#F2F9FF;
}
.top_corp_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}

.top_corp_img{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	height:300px;
	overflow:hidden;
}
.top_corp_img img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	object-fit:cover;
}

.top_corp_text{
	display:block;
	width:100%;
	max-width:1120px;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:20px 0px;
}
.top_corp_text h2{
	display:block;
	width:100%;
	font-size:24px;
	line-height:1.5em;
	box-sizing:border-box;
	text-align:center;
	font-weight:700;
	letter-spacing:0.1em;
	padding:20px 0px 0px;
}
.top_corp_text p{
	display:block;
	width:100%;
	font-size:18px;
	line-height:1.5em;
	box-sizing:border-box;
	text-align:center;
	letter-spacing:0.1em;
	padding:40px 2% 80px;
}

/* トップ　過去実績 */
.top_achievements_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.top_achievements_box{
	display:block;
	width:100%;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-top:80px;
}
.top_achievements_header{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:40px 0px;
}
.top_achievements_header h2{
	display:block;
	width:100%;
	font-size:24px;
	line-height:1.5em;
	box-sizing:border-box;
	text-align:center;
	font-weight:700;
	letter-spacing:0.1em;
}

.top_achievements_inner{
	display:flex;
	width:96%;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-bottom:80px;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-start;
}

.ta_one{
	display:block;
	width:48%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-bottom:20px;
}
.ta_one img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}

/* トップ　採用情報 */
.top_recruit_wrap{
	display:block;
	width:100%;
	box-sizing:border-box;
	background-color:#F2F9FF;
}
.top_recruit_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}

.top_recruit_img{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	height:300px;
	overflow:hidden;
}
.top_recruit_img img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	object-fit:cover;
}

.top_recruit_text{
	display:block;
	width:100%;
	max-width:1120px;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:20px 0px;
}
.top_recruit_text h2{
	display:block;
	width:100%;
	font-size:24px;
	line-height:1.5em;
	box-sizing:border-box;
	text-align:center;
	font-weight:700;
	letter-spacing:0.1em;
	padding:20px 0px 0px;
}
.top_recruit_text p{
	display:block;
	width:96%;
	font-size:18px;
	line-height:1.5em;
	box-sizing:border-box;
	text-align:center;
	letter-spacing:0.1em;
	padding:0px 0px 40px;
	margin:0 auto;
}

.top_recruit_movie{
	display:flex;
	justify-content:center;
	width:96%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:40px auto;
}
.top_recruit_movie iframe{
	display:block;
	height:260px;
}

/* トップ　インスタ */
.top_insta_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.top_insta_logo{
	display:block;
	width:20%;
	max-width:200px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-top:160px;
	margin:0 auto;
}
.top_insta_logo img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.top_insta_box{
	display:block;
	width:96%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:0 auto;
}

/* トップ　お問い合わせ */
.top_contact_wrap{
	display:block;
	width:100%;
	box-sizing:border-box;
	background-color:#F9F3E4;
}
.top_contact_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px 0px;
}
.top_contact_text{
	display:block;
	width:100%;
	max-width:1120px;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.top_contact_text h2{
	display:block;
	width:100%;
	font-size:24px;
	line-height:1.5em;
	box-sizing:border-box;
	text-align:center;
	font-weight:700;
	letter-spacing:0.1em;
}
.top_contact_text p{
	display:block;
	width:100%;
	font-size:18px;
	line-height:1.5em;
	box-sizing:border-box;
	text-align:center;
	letter-spacing:0.1em;
	padding:40px 0px;
}

.top_contact_view{
	display:flex;
	width:100%;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.top_contact_telfax{
	display:block;
	margin:0 auto;
	font-size:42px;
	line-height:1.5em;
	box-sizing:border-box;
	font-weight:700;
	letter-spacing:0.1em;
	text-align:center;
}
.tctf{
	display:block;
	font-size:24px;
	line-height:1.5em;
	letter-spacing:0.1em;
	box-sizing:border-box;
	margin-top:20px;
}
.tcc{
	font-size:16px;
	line-height:1.5em;
	letter-spacing:0.1em;
	box-sizing:border-box;
}

.top_contact_btnbox{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px 0 0 ;
}
.top_contact_btnbox a{
	display:flex;
	justify-content:center;
	align-items:center;
	width:80%;
	max-width:500px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin: 0 auto;
	border: 1px solid #999;
	padding: 20px 0px;
	text-decoration: none;
	color: #333;
	background-color: #F5f5f5;
	transition:0.2s linear;
}
.top_contact_btnbox a img{
	display:block;
	height:30px;
	margin-right:10px;
}
.top_contact_btnbox a span{
	display:block;
	font-size:18px;
	line-height:30px;;
}
.top_contact_btnbox a:hover{
	opacity:0.8;
}








/* 下層ページ */

/* 下層ページ共通　ヘッダー */
.page_header_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:20px 0px;
	/* background-color:#666; */
	background:linear-gradient(135deg,#CC0000 20%, #666 20%, #000);
}
.page_header_wrap h2{
	display:block;
	width:100%;
	font-size:26px;
	line-height:38px;
	text-align:center;
	color:#FFF;
	box-sizing:border-box;
	letter-spacing:0.15em;
}

/* 下層ページ共通　セクションヘッダー */
.common_header{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	justify-content:center;
	padding:60px 0px;
}
.common_header h3{
	display:block;
	width:100%;
	font-size:26px;
	line-height:1.5em;
	box-sizing:border-box;
	text-align:center;
	letter-spacing:0.1em;
	font-weight:normal;
}
.common_header p{
	display:block;
	width:100%;
	font-size:18px;
	line-height:1.5em;
	box-sizing:border-box;
	text-align:center;
	letter-spacing:0.1em;
}

/*
.common_header{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	background-color:#EEE;
	justify-content:center;
	margin:80px auto;
}
.common_header_wrap{
	display:flex;
	position:relative;
	width:100%;
	max-width:1100px;
	min-height:110px;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:20px;
	background-color:#E60012;
	color:#FFF;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.common_header_wrap:before{
	content: "";
	position: absolute;
	background-color: #EEE;
	width: 31px;
	height: 100%;
	top: 0px;
	left:-1px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.common_header_wrap:after{
	content:"";
	position:absolute;
	background-color:#EEE;
	width:31px;
	height:100%;
	top: 0px;
	right:-1px;
	clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.common_header h3{
	display:block;
	width:100%;
	font-size:24px;
	line-height:1.5em;
	box-sizing:border-box;
	text-align:center;
	letter-spacing:0.1em;
}
.common_header p{
	display:block;
	width:100%;
	font-size:18px;
	line-height:1.5em;
	box-sizing:border-box;
	text-align:center;
	letter-spacing:0.1em;
}
*/

/* アトラス　会社情報 */
/* 代表挨拶 */
.com_greeting_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}


.com_greeting_menu{
	display:flex;
	flex-wrap:wrap;
	width:96%;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	justify-content:space-between;
	padding-bottom:40px;
}
.cg_menu_one{
	display:block;
	position:relative;
	width:49%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	cursor:pointer;
	border:2px solid rgba(0, 1, 84, 0);
	transition:0.2s linear;
	margin-bottom:10px;
}
.cg_menu_one:hover{
	border:2px solid rgba(0, 1, 84, 1);
}
.cg_menu_one_open{
	border:2px solid rgba(0, 1, 84, 1) !important;
}
.cg_menu_one img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.cg_menu_one p{
	display:block;
	position:absolute;
	width:100%;
	z-index:10;
	font-size:18px;
	line-height:1.5em;
	bottom:10px;
	text-align:center;
	color:#fff;
	background-color:#000154;
}


.com_greeting_box{
	display:block;
	width:96%;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	height:0;
	overflow:hidden;
	opacity:0;
	transition:0.4s linear;
}
.com_greeting_box_open{
	height:auto !important;
	opacity:1;
}
.com_greeting_img{
	display:block;
	width:90%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin:0 auto;
	overflow:hidden;
	max-height:400px;
}
.com_greeting_img img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.com_greeting_text{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-top:40px;
}
.com_greeting_text p{
	display:block;
	width:100%;
	font-size:18px;
	line-height:1.5em;
	letter-spacing:0.1em;
	box-sizing:border-box;
	padding-bottom:15px;
}
#top_sign{
	text-align:right;
}
/* 会社概要 */
.com_info_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.com_info_box{
	display:block;
	width:96%;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.com_info_box table{
	display:table;
	width:100%;
}
.com_info_box table tr{

}
.com_info_box table th{
	display:block;
	width:100%;
	font-size:18px;
	line-height:1.5em;
	padding:15px 15px 0 15px;
	box-sizing:border-box;
	font-weight:normal;
}
.com_info_box table td{
	display:block;
	width:100%;
	font-size:18px;
	line-height:1.5em;
	padding:15px;
	box-sizing:border-box;
	border-bottom:1px solid #333;
}
/* アクセス */
.com_access_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-bottom:160px;
}
.com_access_box{
	display:block;
	width:96%;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.com_gmap_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.com_gmap_box iframe{
	display:block;
	width:100%;
	height:400px;
}
.com_access_box p{
	display:block;
	font-size:18px;
	line-height:1.5em;
	padding-top:10px;
}


/* アトラス　過去実績 */
.achievements_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-bottom:80px;
}

.achievements_box{
	display:flex;
	width:96%;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;

	flex-wrap:wrap;
	justify-content:space-between;

}

.achievements_one{
	display:block;
	width:48%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-bottom:30px;
}
.achievements_img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.achievements_img img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}

.achievements_title{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.achievements_title a{
	display:block;
	width:100%;
	font-size:18px;
	line-height:1.5em;
	box-sizing:border-box;
	text-decoration:none;
	color:#333;
	margin-top:10px;
	text-align:center;
}


/* アトラス　採用情報 */
/* コンセプトエリア */
.recruit_concept_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.recruit_concept_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px 0;
	background:linear-gradient(to bottom, #DCEFFF 250px, transparent 250px);
}
.recruit_movie_box{
	display:block;
	width:90%;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.recruit_movie_box iframe{
	display:block;
	width:100%;
	height:250px;
}
.recruit_header{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	justify-content:center;
	padding:60px 0px;
}
.recruit_header h3{
	display:block;
	width:96%;
	font-size:34px;
	line-height:1.5em;
	box-sizing:border-box;
	text-align:center;
	letter-spacing:0.1em;
	margin:0 auto;
}
.recruit_text{
	display:block;
	width:96%;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.recruit_text p{
	display:block;
	width:100%;
	font-size:18px;
	line-height:1.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
	text-align:center;
}
/* 仕事内容エリア */
.recruit_info_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;

}
.recruit_info_img{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	height:300px;
	overflow:hidden;
}
.recruit_info_img img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	object-fit:cover;
}

.recruit_info_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	background:linear-gradient(to bottom, #FFE9E2 600px, transparent 600px);
}
.recruit_info_copy{
	display:block;
	width:96%;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;

}
.recruit_info_copy p{
	display:block;
	width:100%;
	font-size:18px;
	line-height:1.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
}
.recruit_info_movie_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px 0;
}
.recruit_info_movie_box iframe{
	display:block;
	width:96%;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	max-height:250px;
}
.recruit_info_exp{
	display:block;
	width:96%;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-bottom:80px;
}
.recruit_info_exp p{
	display:block;
	width:100%;
	font-size:18px;
	line-height:1.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
}
/* PRエリア */
.recruit_pr_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;

}
.recruit_pr_img{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	height:300px;
	overflow:hidden;

}
.recruit_pr_img img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	object-fit:cover;

}

.recruit_pr_box{
	display:block;
	width:94%;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-bottom:80px;
}
.recruit_pr_one{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-bottom:80px;
	box-shadow:5px 5px #FF968D;
}
.recruit_pr_one_img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.recruit_pr_one_img img{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.recruit_pr_one_text{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:20px 0;
}
.recruit_pr_one_text h4{
	display:block;
	width:100%;
	font-size:24px;
	line-height:1.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
	margin-bottom:20px;
}
.recruit_pr_one_text p{
	display:flex;
	width:100%;
	font-size:18px;
	line-height:1.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
}
/* インスタエリア */
.recruit_insta_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px 0;
	background-color:#FCF3F4;
}
.recruit_insta_box{
	display:block;
	width:90%;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
/* 募集要項エリア */
.recruit_description{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;

	background:linear-gradient(to top, #FCF3F4 350px, transparent 350px);
}
.recruit_description_img{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	height:300px;
	overflow:hidden;

}
.recruit_description_img img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	object-fit:cover;
}

.recruit_description_table{
	display:block;
	width:96%;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.recruit_description_table table{
	display:table;
	width:100%;
}
.recruit_description_table table tr{

}
.recruit_description_table table th{
	width:30%;
	font-size:18px;
	line-height:1.5em;
	box-sizing:border-box;
	padding:10px;
	background-color:#F7F7F7;
	border:1px solid #EEE;
	font-weight:normal;
}
.recruit_description_table table td{
	width:70%;
	font-size:18px;
	line-height:1.5em;
	box-sizing:border-box;
	padding:10px;
	background-color:#FFF;
	border:1px solid #EEE;
}
.recruit_contact_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px 0;
}
.recruit_contact_box a{
	display:block;
	width:200px;
	height:60px;
	margin:0 auto;
	font-size:18px;
	line-height:60px;
	box-sizing:border-box;
	letter-spacing:0.1em;
	text-align:center;
	text-decoration:none;
	transition:0.2s linear;
	color:#FFF;
	background-color:#0076BA;
	font-weight:bold;
	border-radius:20px;
}
.recruit_contact_box a:hover{
	background-color:#000055;
}

/* アトラス　お知らせ（投稿）一覧 */
.allnews_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px 0;
}
.allnews_box{
	display:block;
	width:96%;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}

.allnews_one{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-bottom:60px;
}

.allnews_one_img{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	height:250px;
	overflow:hidden;
}
.allnews_one_img img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	object-fit:cover;
}

.allnews_one_text{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.allnews_one_cat{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-bottom:20px;
}
.cat_def , .cat_news{
	display:inline-block;
	font-size:16px;
	line-height:1.5em;
	padding:5px 20px;
	text-align:center;
	box-sizing:border-box;
	letter-spacing:0.1em;
}
.cat_news{
	color:#FFF;
	background-color:#EE220C;
}
.cat_def{
	color:#FFF;
	background-color:#000154;
}

.allnews_one_text h2{
	display:block;
	width:100%;
	font-size:22px;
	line-height:1.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
}
.allnews_one_text h2 a{
	text-decoration:none;
	color:#333;
	transition:0.2s linear;
	border-bottom: 1px solid rgba(0, 0, 85, 0);
}
.allnews_one_text h2 a:hover{
	color:#000154;
	border-bottom: 1px solid rgba(0, 0, 85, 1);
}
.allnews_date{
	display:block;
	width:100%;
	font-size:15px;
	line-height:1.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
	color:#666;
}
.allnews_content{
	display:block;
	width:100%;
	font-size:18px;
	line-height:1.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
	margin-top:20px;
}

/* アトラス　お知らせ　個別ページ */
/* article flex */
.onenews_block{
	display:flex;
	width:96%;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	flex-wrap:wrap;
	padding:40px 0px;
}
/* 個別ヘッダー */
.onenews_header_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.onenews_header{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-bottom:10px;
}
.onenews_title{
	display:block;
	width:100%;
	font-size:24px;
	line-height:1.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
}
.onenews_date_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.onenews_date{
	display:block;
	width:100%;
	font-size:16px;
	line-height:1.5em;
	box-sizing:border-box;
	color:#333;
}

/* 記事内容エリア */
.onenews_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-top:40px;
}
.onenews_content{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-bottom:80px;
}
.onenews_img{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-bottom:40px;
	max-height:400px;
	overflow:hidden;
}
.onenews_img img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	object-fit:cover;
}

.onenews_text_box{
	display:block;
	width:100%;
	font-size:18px;
	line-height:1.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
}

/* 関連記事エリア */
.kanren_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-top:80px;
}
.kanren_header{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	border-bottom:1px solid #999;
}
.kanren_header h4{
	display:block;
	width:100%;
	font-size:18px;
	line-height:1.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
}
.kanren_box{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:40px 0px;
	flex-wrap:wrap;
}

.kanren_a{
	display:block;
	width:50%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	text-decoration:none;
	color:#000;
	margin-bottom:20px;
}
.kanren_a:hover{
	color:#2367D4;
}

.kanren_one{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:0px 10px;
}
.kanren_one_img{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	max-height:90px;
	overflow:hidden;
}
.kanren_one_img img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	object-fit:cover;
}
.kanren_one_text{
	display:block;
	width:60%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.kanren_one_text h4{
	display:block;
	width:100%;
	font-size:16px;
	line-height:1.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
}
.kanren_one_text p{
	display:block;
	width:100%;
	font-size:15px;
	line-height:1.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
}





/* 最近の投稿エリア */
.recently_post_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.recently_post_header{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.recently_post_header h3{
	display:block;
	width:100%;
	font-size:18px;
	line-height:40px;
	box-sizing:border-box;
}

.recently_post_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.rc_a{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	text-decoration:none;
	color:#000;
}
.rc_a:hover{
	color:#2367D4;
}
.rc_one{
	display:flex;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #999;
}
.rc_one_img{
	display:flex;
	width:40%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-right:10px;
	max-height:90px;
	overflow:hidden;
}
.rc_one_img img{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	object-fit:cover;
}
.rc_one_text{
	display:block;
	width:60%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.rc_one_text h4{
	display:block;
	width:100%;
	font-size:16px;
	line-height:1.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
}
.rc_one_text p{
	display:block;
	width:100%;
	font-size:15px;
	line-height:1.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
}


/* アトラス　ページナビゲーション */
.post_navi{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	text-align:center;
}
.wp-pagenavi{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:40px 0px;
}
.wp-pagenavi span{
	display:inline-block;
	text-align:center;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
	padding:5px;
	vertical-align:top;
	margin:0 3px;
	min-width:40px;
}
.wp-pagenavi a{
	display:inline-block;
	text-align:center;
	font-size:16px;
	line-height:30px;
	text-decoration:none;
	box-sizing:border-box;
	padding:5px;
	vertical-align:top;
	margin:0 3px;
	min-width:40px;
}

.pages{
	color:#000;
	border:1px solid #EEE;
	padding:3px 10px !important;
}
.current{
	color:#FFF;
	background-color:#333;
	border:1px solid #333;
}
.larger , .smaller{
	color:#000;
	border:1px solid #EEE;
}
.nextpostslink , .previouspostslink{
	color:#000;
	border:1px solid #EEE;
}

.sg_navi_box{
	display:flex;
	display:-webkit-box;
	display:-ms-flexbox;

	justify-content:space-between;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;

	align-items:center;
	-webkit-box-align:center;
	-ms-flex-align:center;

	width:100%;
	max-width:var(--max_w);
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.sg_navi_left , .sg_navi_right , .sg_navi_center{
	display:block;
	width:20%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.sg_navi_left a , .sg_navi_right a , .sg_navi_center a{
	display:block;
	width:100%;
	font-size:16px;
	line-height:40px;
	box-sizing:border-box;
	text-align:center;
	color:#000;
	background-color:#EEE;
	text-decoration:none;
	transition:0.2s linear;
}
.sg_navi_left a:hover , .sg_navi_right a:hover , .sg_navi_center a:hover{
	color:#FFF;
	background-color:#000154;
}


/* アトラス　お問い合わせ */
.contact_wrap{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.contact_box{
	display:block;
	width:96%;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px 0;
}

.contact_from_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.form_one{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-bottom:40px;
}
.form_label{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding-bottom:10px;
}
.form_label p{
	display:block;
	width:100%;
	font-size:18px;
	line-height:40px;
	box-sizing:border-box;
}
.require_mes{
	display:inline-block;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
	padding:5px 20px;
	color:#FFF;
	background-color:#FEB749;
	border-radius:20px;
	margin-right:20px;
}
.form_inner{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}

.form_inner label{
	font-size:18px;
	line-height:40px;
	letter-spacing:0.1em;
}
.form_inner input[type="radio"]{
	font-size:18px;
	line-height:40px;
	letter-spacing:0.1em;
	margin:0 10px;
}
.wpcf7-list-item-label{
	margin-right:30px;
}
.wpcf7-not-valid-tip{
	display:block;
	width:100%;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
	color:#F00;
	font-weight:bold;
}

.form_inner input[type="text"]{
	display:block;
	width:96%;
	font-size:18px;
	line-height:40px;
	letter-spacing:0.1em;
}
.form_inner input[type="email"]{
	display:block;
	width:96%;
	font-size:18px;
	line-height:40px;
	letter-spacing:0.1em;
}
.form_inner textarea{
	display:block;
	width:96%;
	font-size:18px;
	line-height:40px;
	min-height:300px;
	letter-spacing:0.1em;
}



.form_caution{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-bottom:60px;
}
.form_caution p{
	display:block;
	width:100%;
	font-size:18px;
	line-height:1.5em;
	box-sizing:border-box;
	letter-spacing:0.1em;
	color:#333;
}
.form_caution p a{
	color:#333;
	text-decoration:underline;
	transition:0.2s linear;
}
.form_caution p a:hover{
	color:#000154;
}

.form_submit_box{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
}
.form_submit_box input{
	display:block;
	width:60%;
	font-size:18px;
	color:#FFF;
	padding:10px 0px;
	text-align:center;
	background-color:#666;
	text-decoration: none;
	cursor: pointer;
	transition: 0.2s linear;
	margin:0 auto;
	border: 1px solid rgba(255, 255, 255, 0);
}
.form_submit_box input:hover{
	background-color:#000154;

}

.wpcf7-response-output{
	font-size:16px;
	line-height:25px;
	text-align:center;
}


/* プライバシーポリシー */
.pp_wrap{
	display:block;
	width:96%;
	margin:0 auto;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:80px 0px;
}
.pp_header{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	margin-bottom:80px;
}
.pp_header h3{
	display:block;
	width:100%;
	font-size:24px;
	line-height:40px;
	box-sizing:border-box;
	border-bottom:1px solid #DDD;
	margin-bottom:20px;
}
.pp_header p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
	margin-bottom:20px;
}
.pp_one{
	display:block;
	width:100%;
	font-size:0;
	line-height:0;
	box-sizing:border-box;
	padding:10px 0px;
}
.pp_one h4{
	display:block;
	width:100%;
	font-size:20px;
	line-height:40px;
	box-sizing:border-box;
	margin-bottom:20px;
	color:#000154;
	border-bottom:1px solid #DDD;
}
.pp_one p{
	display:block;
	width:100%;
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
	margin-bottom:20px;
	color:#333;
}
.pp_one a{
	font-size:16px;
	line-height:30px;
	box-sizing:border-box;
	margin-bottom:20px;
	color:#333;
	transition:0.2s linear;
}
.pp_one a:hover{
	color:#000154;
}




}
