/*===============================================
■■■画面の横幅が980pxから（タブレット）
===============================================*/
@media screen and (min-width: 960px) and (max-width: 1279px){


/*============================================================
header
============================================================*/
.header{
	width:100%;
	height:90px;
	padding:10px;
	background:#fff;
	z-index:10;
	position:fixed;
}
.header .contents-area{
	display:flex;
	justify-content: space-between;
}
.site-logo img{
	width:100px;
}
.g-navi{
	display:flex;
	height:70px;
}
.g-navi li{
	display:flex;
	justify-content: center;
	align-items:center;
}
.g-navi li a{
	text-decoration: none;
	color:#171717;
	padding: 0px 20px 0px 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	line-height: 1.2em;
}
.g-navi li:before{
	content:"";
	color:#000;
	position: absolute;
	left:0px;
	width: 1px;
	height: 24px;
	-webkit-transform: skew(-20deg);
	   -moz-transform: skew(-20deg);
	     -o-transform: skew(-20deg);
	background: #63677D;
}
.g-navi li a .sub-text{
	font-size:13px;
	color:#9EC9E3;
}
/*============================================================
footer
============================================================*/
.copyright-area{
	text-align:center;
	height:60px;
	width:100%;
	display:flex;
	justify-content: center;
	align-items: center;
}
.footer{
	border-top:1px solid #ccc;
}
.footer .sec_footer-contents{
	padding:60px 0px;
	border-bottom:1px solid #ccc;
}
.footer .inner-layout-wrapper{
	display:flex;
	justify-content: center;
	align-content:flex-start;
	flex-wrap: wrap;
	width: 640px;
	height: 300px;
	margin: 0px auto;
}
/*.footer .address-table{
	width: 330px;
		height: 140px;
	margin-right: 40px;
}*/
.footer .address-table .tr{
	display:flex;
}
.footer .address-table .th{
	padding-right: 20px;
	width: 52px;
}
.footer .address-table .th::after{
	content:":";
	position: absolute;
	right: 7px;
	color:#666;
	font-size: 1.5em;
	top: 0px;
	line-height: 1em;
}
/*.footer .address-table::before{
	content:"";
	width: 350px;
	height: 162px;
	border: 1px solid #bec1d2;
	border-radius: 4px;
	position: absolute;
	left: -24px;
	top: -10px;
}
.footer .address-table::after{
	content: "";
	width: 350px;
	height: 162px;
	border: 1px solid #bec1d2;
	border-radius: 4px;
	position: absolute;
	right: -10px;
	top: -22px;
}*/



.footer .address-table{
	width: 320px;
	height: 190px;
	font-size: 14px;
	margin-bottom: 40px;
	padding: 20px 0px 20px 80px;
	position: absolute;
	left: 9px;
}
.footer .address-table::before{
	content: "";
	width: 310px;
	height: 180px;
	border: 1px solid #bec1d2;
	border-radius: 4px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.footer .address-table::after{
	content: "";
	width: 310px;
	height: 180px;
	border: 1px solid #bec1d2;
	border-radius: 4px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}














.footer .shop-list{
	display:flex;
	align-content:flex-start;
	flex-wrap:wrap;
	width:250px;
	justify-content: space-between;
	margin-right: 0px;
	position: absolute;
	right: 20px;
}
.footer .shop-list li a{
	width:250px;
	height:60px;
	margin-bottom: 20px;
	display: flex;
	text-decoration: none;
	color: #373737;
}
.footer .shop-list li a .img-box{
	margin-right:10px;
}
.footer .shop-list li img{
	width: 50px;
	padding-top: 4px;
}
.footer .info-area{
	position:absolute;
	left:20px;
	bottom: 0px;
}
/*============================================================
.page_index
============================================================*/
.page_index .catch-copy_area{
	height: 100vh;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index: 3;
}
.page_index .catch-copy{
	color:#fff;
	font-size:60px;
	font-family: park-lane, serif;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 20px;
}
.page_index .catch-copy-sub-text{
	font-size:36px;
	color:#fff;
	font-family: park-lane, serif;
}
.page_index .catch-copy-sub-text::before,
.page_index .catch-copy-sub-text::after{
	content:"";
	width:100px;
	height:1px;
	background:#fff;
	position:absolute;
	top:20px;
}
.page_index .catch-copy-sub-text::before{
	left:-120px;
}
.page_index .catch-copy-sub-text::after{
	right:-120px;
}
.page_index .eyecatch{
	width:100%;
	height:100vh;
	overflow: hidden;
}
.page_index .eyecatch img{
	position:absolute;
	bottom:0px;
}
.page_index .eyecatch .mask{
	width:100%;
	height:100vh;
	position: absolute;
	top:0px;
	left:0px;
	z-index:2;
	background: linear-gradient(0deg, #055dff 0%,#5ad8ff 100%);
	opacity:0.5;
}
/*-------------------------------------
.page_index section共通
-------------------------------------*/
.page_index .section-title{
	font-size:34px;
}
.page_index .section-title_subtext{
	font-size:24px;
	margin-bottom:40px;
}
/*-------------------------------------
.page_index section1 ビジネス
-------------------------------------*/
.page_index .section1{
	padding: 60px 0px;
}
.page_index .section1 .sec_intro-text-area,
.page_index .section2 .sec_intro-text-area{
	width:600px;
	margin:0px auto 60px;
}
.page_index .section1 .sec-business_icon-area{
	width:960px;
	margin:0px auto 60px;
	display:flex;
	justify-content:space-around;
	align-items:center;
}
.page_index .section1 .sec-business_icon-area li,
.page_index .section1 .sec-business_icon-area li img{
	width:260px;
}
.page_index .section1 .sec-business_icon-area2{
	width:1280px;
	margin:0px auto 60px;
	display:flex;
	justify-content:space-around;
	align-items:center;
}
.page_index .section1 .sec-business_icon-area2 li img{
	width:400px;
	position: absolute;
	bottom:0px;
}
.page_index .section1 .sec-business_icon-area2 li{
	width:400px;
	height:300px;
	border-radius:2px;
	overflow:hidden;
}
.page_index .section1 ul{
	display:flex;
	flex-wrap:wrap;
	width: 960px;
	margin: 0px auto;
}
.page_index .section1 ul li{
	width:240px;
	margin: 0px 0px 60px;
	padding: 0px 0px 0px 10px;
	background-size: 100%;
	transition:all 0.2s;
	overflow: hidden;
	background-position: 50% 50%;
}
.page_index .section1 ul li .img-box{
	width:220px;
	overflow:hidden;
	display: flex;
	align-items: flex-end;
	box-shadow: 10px 10px 0px #f1f1f1;
}
.page_index .section1 ul li .img-box img {
  width: 100%;
}
/*
.page_index .section1 ul li.li_private-room .img-box img{
	width: 100%;
	height: auto;
}
.page_index .section1 ul li.li_e-sports .img-box img{
	height: 100%;
	width: auto;
}
.page_index .section1 ul li.li_office .img-box img{
	width: 100%;
	height: auto;
}*/
.page_index .section1 .ul_business .capthion{
	color:#222;
	font-size: 18px;
	padding: 14px 0px 4px 24px;

	color: #1F2B63;
	font-weight: bold;
}
.page_index .section1 .ul_business .capthion::before{
	content:"";
	position: absolute;
	bottom:0px;
	left: 5px;
	width: 1px;
	height: 34px;
	-webkit-transform: skew(-16deg);
	   -moz-transform: skew(-16deg);
	     -o-transform: skew(-16deg);
	background: #63677D;
}
.page_index .section1 .ul_business .capthion::after{
	content:"";
	position: absolute;
	bottom:0px;
	left:0px;
	background: #63677D;
	width:300px;
	height:1px;
}
.page_index .section1 ul li a{
	color:#fff;
	display: block;
	width:100%;
	height:100%;
}
.page_index .section1 ul li:hover{
	background-size:110%;
}
.page_index .section1 ul li:hover a{
	background:rgba(0,0,0,0.4);
}
/*-------------------------------------
.page_index section2　Brand
-------------------------------------*/
.page_index .section2{
	padding: 60px 0px 100px;
	background: #f1f1f1;
}
.page_index .section2 ul{
	display:flex;
	justify-content: space-around;
	align-items: flex-end;
}
.page_index .section2 ul li{
	width:220px;
}
.page_index .section2 ul li .img-box{
	width:220px;
	height:133px;
	display:flex;
	justify-content: center;
	align-items: center;
	margin-bottom:20px;
}
.page_index .section2 ul li .img-box img{
	height:100%;
}
.page_index .section2 ul li .capthion a{
	display:flex;
	justify-content: center;
	align-items:center;
	width:170px;
	height:40px;
	font-size:16px;
	background: #9EC9E3;
	margin:0px auto;
	color:#fff;
	text-decoration:none;
	box-shadow: 0px 2px 2px #a8a8a8;
}
/*.page_index .li_gran-icon-box .img-box{
	background:#000;
	padding:10px;
}
.page_index .section2 ul li.li_osso-icon-box .img-box img{
	width:220px;
	height:auto;
}*/
/*-------------------------------------
.page_index section3 Access
-------------------------------------*/
.page_index .section3{
	padding: 40px 0px 0px;
	background: #F0EFEC;
}
.page_index .section3 .inner-wrapper{
	display:flex;
	justify-content:space-between;
	width: 1080px;
	margin: 0px auto;
}
.page_index .section3 .inner-wrapper .article-area{
	width:720px;
	background:#fff;
}
.page_index .section3 .inner-wrapper .side-area{
	width:320px;
	background:#fff;
}
.page_index .map-area,
.page_index .map-area .map,
.page_profile .map-area,
.page_profile .map-area .map{
	width:100%;
	height:400px;
}
.page_index .map-area img{
	height:400px;
	position: absolute;
	left:50%;
	bottom:0px;
	margin-left:-950px;
}
/*-------------------------------------
.page_index sec_address
-------------------------------------*/
.page_index .sec_address{
	border-top:1px solid #d3d9db;
	border-bottom:1px solid #d3d9db;
	padding: 60px 0px 100px;
}
.page_index .sec_address .address-table{
	width: 490px;
	margin: 0px auto;
}
.page_index .sec_address .address-table .tr{
	display:flex;
}
.page_index .sec_address .address-table .th{
	padding-right: 20px;
	width: 52px;
}
.page_index .sec_address .address-table .th::after{
	content:":";
	position: absolute;
	right: 7px;
	color:#666;
	font-size: 1.5em;
	top: 0px;
	line-height: 1em;
}
.page_index .sec_address .address-table::before{
	content:"";
	width: 530px;
	height: 190px;
	border: 1px solid #eee;
	border-radius: 4px;
	position: absolute;
	left: -20px;
	top: -10px;
}
.page_index .sec_address .address-table::after{
	content: "";
	width: 530px;
	height: 190px;
	border: 1px solid #eee;
	border-radius: 4px;
	position: absolute;
	right: -10px;
	top: -20px;
}
/*============================================================
.page_shop section eyecatch
============================================================*/
.eyecatch2 img{
	position:absolute;
	bottom:0px;
}
.eyecatch2 .mask{
	width:100%;
	position: absolute;
	top:0px;
	left:0px;
	z-index:2;
	background: linear-gradient(0deg, #055dff 0%,#5ad8ff 100%);
	opacity:0.5;
}
.eyecatch2{
	width:100%;
	overflow: hidden;
}
.eyecatch2,
.eyecatch2 .mask,
.eyecatch2 .catch-copy_area{
	height:490px;
}
.eyecatch2 .catch-copy_area {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 3;
}
.eyecatch2 .catch-copy {
  color: #fff;
  font-size: 48px;
  font-family: park-lane, serif;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  bottom: 170px;
	width: 100%;
	text-align: center;
	margin-bottom: 8px;
}
.eyecatch2 .catch-copy-sub-text {
	font-size: 24px;
	color: #fff;
	position: absolute;
	bottom: 140px;
	width: 100%;
	text-align: center;
}
/*============================================================
.page_shop
============================================================*/
/*-----------------------------------------------

-----------------------------------------------*/
.page_shop .sec_h-area{
	display:flex;
	justify-content: flex-start;
	align-items: center;
	height: 194px;
	width: 960px;
}
.page_shop .sec_h-area .img-box{
	margin-right: 20px;
	max-width: 469px;
}
.page_shop .sec_h-area .text-box{
	display:flex;
	flex-direction:column;
	width:50%;
}
.page_shop .sec_h-area .text-box .h-text{
	display:flex;
	flex-direction:column;
	font-size:20px;
}
.page_shop .sec_h-area .text-box .shop-list{
	font-size:16px;
}
/*-----------------------------------------------

-----------------------------------------------*/
.page_shop .inner-layout-area{
	display:flex;
	margin-bottom: 60px;
}
/*-----------------------------------------------

-----------------------------------------------*/
.page_shop .main-img-area{
	width: 460px;
	margin-right:20px;
}
.page_shop .main-img-area .main-img,
.page_shop .main-img-area .main-img img{
	width: 460px;
}
.page_shop .main-img-area .main-text{

}
.page_shop .section1,
.page_shop .section2,
.page_shop .section3,
.page_shop .section4{
	padding:60px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
/*-----------------------------------------------

-----------------------------------------------*/
.page_shop .img-list-area{

}
.page_shop .img-list-area .img-list{
	display:flex;
	flex-wrap:wrap;
	width:460px;
}
.page_shop .img-list-area .img-list li{
	width:150px;
	margin: 0px 5px 5px 0px;
}
.page_shop .img-list-area .img-list li img{
	width:150px;
	display: block;
}
.page_shop .img-list-area .img-list li:nth-child(3n){
	margin-right:0px;
}
.page_shop .img-list-area .img-list li:nth-last-child(-n+3){
	margin-bottom:0px;
}
/*-----------------------------------------------
注目のサービス　エリア
-----------------------------------------------*/
.page_shop .featured-services-area .featured-services_list li {
  margin-right: 20px;
}
.page_shop .featured-services-area{
	width: 960px;
	margin: 0px auto;
}
.page_shop .featured-services-area .featured-services_h{
	font-size: 36px;
	line-height: 1em;
	margin-bottom: 1em;
}
.page_shop .featured-services-area .featured-services_list{
	display:flex;
	width: 960px;
}
.page_shop .featured-services-area .featured-services_list li,
.page_shop .featured-services-area .featured-services_list li img{
	width:230px;
}
.page_shop .featured-services-area .featured-services_list li{
	margin-right:10px;
	margin-bottom: 10px;
}
.page_shop .featured-services-area .featured-services_list li .li_h{
	font-size:18px;
}
.page_shop .shop-view-button{
	margin:40px 0px;
}
.page_shop .shop-view-button a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	font-size: 16px;
	background: #9EC9E3;
	margin: 0px auto;
	color:#fff;
	text-decoration: none;
	box-shadow: 0px 2px 2px #a8a8a8;
	transition: .3s
}
.page_shop .shop-view-button a:hover{
	opacity:0.8;
}
/*---------------------
あとで調整するコード
*/
.mb{
	margin-bottom:40px;
}

/*============================================================
.page_philosophy 企業理念
============================================================*/
.page_philosophy{

}
.page_philosophy .section1{
	padding: 0px 0px;
}
.page_philosophy .section1 .text-area{
	width: 620px;
	margin: 0px auto;
	display: flex;
	flex-direction: column;
	font-size: 38px;
	padding: 100px 0px 120px;
}
.page_philosophy .section1 .text-area .text{


}
.page_philosophy .section1 .text-area .text:nth-child(2){
	margin-left:60px;
}
.page_philosophy .section1 .text-area .text:nth-child(3){
	margin-left:120px;
}
.page_philosophy .section1 .bg {
	position: absolute;
	right: 50%;
	top: 130px;
	margin-right:-340px;
	width: 700px;
	height: 160px;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	background: #E9F8FB;
}
.page_philosophy .section2 .bg {
	position: absolute;
	right: 0px;
	border-bottom: 200px solid #E9F8FB;
	border-left: 70px solid transparent;
	height: 0;
	width: 50%;
	top: 120px;
}
.page_philosophy .section3 .bg {
	position: absolute;
	left: 0px;
	border-top: 200px solid #E9F8FB;
	border-right: 70px solid transparent;
	height: 0;
	width: 50%;
	top: 120px;
}
.page_philosophy .section4 .bg {
	position: absolute;
	right: 0px;
	border-bottom: 200px solid #E9F8FB;
	border-left: 70px solid transparent;
	height: 0;
	width: 50%;
	top: 120px;
}
.page_philosophy .section2,
.page_philosophy .section3,
.page_philosophy .section4{
	padding: 0px 0px 100px;
}
.page_philosophy .section2 .text-area,
.page_philosophy .section4 .text-area{
	width: 430px;
	margin-right: 40px;
}
.page_philosophy .section3 .text-area{
	width: 430px;
	margin-left: 40px;
}
/*.page_philosophy .section3 .img-area {
	width: 600px;
}*/
.page_philosophy .section2 .text-area .title-area,
.page_philosophy .section3 .text-area .title-area,
.page_philosophy .section4 .text-area .title-area{
	display:flex;
	justify-content: flex-start;
	align-items: center;
	width:100%;
}
.page_philosophy .section2 .text-area .title-area .section-title,
.page_philosophy .section3 .text-area .title-area .section-title,
.page_philosophy .section4 .text-area .title-area .section-title{
	font-size:120px;
	font-weight:bold;
	width:120px;
	margin-right: 10px;
	/*text-shadow: 10px 10px 0px #E9F8FB;*/
	text-shadow: 15px 10px 0px #E3EFFF;
}
.page_philosophy .section2 .text-area .title-area .title-sub-text,
.page_philosophy .section3 .text-area .title-area .title-sub-text,
.page_philosophy .section4 .text-area .title-area .title-sub-text{
	width:300px;
	font-weight:bold;
	font-size:20px;
}
.page_philosophy .section2 .text-area .text-box,
.page_philosophy .section3 .text-area .text-box,
.page_philosophy .section4 .text-area .text-box{
	font-size:18px;
}
.page_philosophy .section2 .img-area div:nth-child(1),
.page_philosophy .section2 .img-area div:nth-child(1) img{
	width:300px;
	position:;
}
.page_philosophy .section2 .img-area div:nth-child(1){
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	width: 300px;
	height: 210px;
}
.page_philosophy .section2 .img-area div:nth-child(1) img{
	position: absolute;
}
.page_philosophy .section2 .img-area div:nth-child(2){
	position: absolute;
	top: 0px;
	right:0px;
	overflow: hidden;
	width: 200px;
	height: 280px;
}
.page_philosophy .section2 .img-area div:nth-child(2) img{
	position: absolute;
	top: 0px;
}
.page_philosophy .section2 .img-area div:nth-child(3),
.page_philosophy .section2 .img-area div:nth-child(3) img{
	width:300px;
}
.page_philosophy .section2 .layout-wrapper,
.page_philosophy .section3 .layout-wrapper,
.page_philosophy .section4 .layout-wrapper{
	width:940px;
	/*height:362px;*/
	margin:0px auto;
	display: flex;
	justify-content: space-between;
}
.page_philosophy .section3 .layout-wrapper{
	flex-direction: row-reverse;
}
.page_philosophy .section2 .img-area{
	width:470px;
	height: 360px;
}
.page_philosophy .section3 .img-area{
	width:470px;
	height: 390px;
}
.page_philosophy .section4 .img-area{
	width:470px;
	height: 390px;
}
.page_philosophy .section2 .img-area div:nth-child(1){
	position:absolute;
	left:0px;
	top:0px;
}
.page_philosophy .section2 .img-area div:nth-child(2){
	position:absolute;
	right:0px;
	top:20px;
}
.page_philosophy .section2 .img-area div:nth-child(3){
	position:absolute;
	left:20px;
	top:190px;
}
.page_philosophy .section3 .img-area div:nth-child(1),
.page_philosophy .section3 .img-area div:nth-child(1) img{
	width:300px;
}
.page_philosophy .section3 .img-area div:nth-child(2),
.page_philosophy .section3 .img-area div:nth-child(2) img{
	width:300px;
}
.page_philosophy .section3 .img-area div:nth-child(3),
.page_philosophy .section3 .img-area div:nth-child(3) img{
	width:300px;
}
.page_philosophy .section3 .img-area div:nth-child(1){
	position:absolute;
	left:0px;
	top:0px;
}
.page_philosophy .section3 .img-area div:nth-child(2){
	position:absolute;
	right:0px;
	top:160px;
}
.page_philosophy .section4 .img-area div:nth-child(1),
.page_philosophy .section4 .img-area div:nth-child(1) img{
	width:300px;
}
.page_philosophy .section4 .img-area div:nth-child(2),
.page_philosophy .section4 .img-area div:nth-child(2) img{
	width:300px;
}
.page_philosophy .section4 .img-area div:nth-child(3),
.page_philosophy .section4 .img-area div:nth-child(3) img{
	width:300px;
}
.page_philosophy .section4 .img-area div:nth-child(1){
	position:absolute;
	left:0px;
	top:0px;
}
.page_philosophy .section4 .img-area div:nth-child(2){
	position:absolute;
	right:0px;
	top:160px;
}
/*============================================================
.page_profile
============================================================*/
.page_profile .section1{
	padding: 100px 0px;
}
.page_profile .section1 .bg {
	position: absolute;
	right: 0px;
	border-bottom: 300px solid #81C7D4;
	border-bottom: 300px solid #E9F8FB;
	border-left: 70px solid transparent;
	height: 0;
	width: 60%;
	bottom: 140px;
}
.page_profile .layout-wrapper{
	display:flex;
	justify-content: center;
	align-items: center;
}
.page_profile .img-area{
	width:320px;
}
.page_profile .img-area img{
	width:100%;
}
.page_profile .text-area{
	width: 580px;
padding-left: 40px;
}
.page_profile .text-area .text-area_h {
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.2em;
	padding-top: 40px;
}
.page_profile .text-area .text-area_h::before {
	content:"message";
	font-family: 'Satisfy', cursive;
	color: #eadca6;
	position:absolute;
	top:0px;
	left: -10px;
	line-height: 1em;
	font-size: 34px;
}
.page_profile .president-name_area{
	margin-bottom: 20px;
}
.page_profile .president-name_area .position{
	font-size:14px;
}
.page_profile .president-name_area .president-name{
	font-weight:bold;
	font-size:24px;
}
.page_profile .section1 .text-box p{
	margin-bottom:1em;
}
.page_profile .company-profile_table{
	width: 720px;
	margin: 0px auto 110px;
	font-size: 18px;
	border: 1px solid #dfdfdf;
	border-radius: 2px;
	padding: 60px;
	box-shadow: 10px 10px 0px #f0efee;
}
.page_profile .company-profile_table .tr{
	display:flex;
	margin-bottom:36px;
}
.page_profile .company-profile_table .th{
	width:200px;
}
.page_profile .company-profile_table .td{
	width:400px;
}
/*============================================================
.page_recruit
============================================================*/
.page_recruit{

}
.page_recruit .section1{
	display: flex;
	padding: 100px 0px;
	width: 960px;
	margin: 0px auto;
}
.page_recruit .section1 .title-area{
	width:480px;
	height: 294px;
}
.page_recruit .section1 .title-area .bg img{
	width:440px;
}
.page_recruit .section1 .sec_h-area {
	z-index: 2;
	border-top: 88px solid rgba(237, 239, 255, 0.8);
	border-right: 30px solid transparent;
	height: 0;
	width: 480px;
	position: absolute;
	bottom: 40px;
	left: 0px;
}
.page_recruit .section1 .sec_h-area .sec_h{
	z-index: 3;
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 28px;
	color: #102a68;
	padding: 30px 60px;
	line-height: 1em;
	width: 480px;
	text-align: right;
	font-weight: bold;
}
.page_recruit .section1 .text-area{
	padding: 20px 30px;
	width: 480px;
}
.page_recruit .section1 .text-area .text-area_h {
	font-size: 28px;
	margin-bottom: 30px;
	font-weight: bold;
	color: #2b66b0;
}
.page_recruit .section1 .text-area .text-area_h::before{
	content:"";
	position:absolute;
	bottom: -0px;
	width: 100%;
	left: 0px;
	height: 1px;
	background: #2b66b0;
}
.page_recruit .section1 .text-area .text-area_h::after{
	content: "";
	position: absolute;
	bottom: -5px;
	width: 100%;
	left: 0px;
	height: 1px;
	background: #2b66b0;
}
.page_recruit .section2{
	padding-bottom:100px;
	border-bottom: 1px solid #d9dbe6;
}
.page_recruit .phone-area,
.page_recruit .email-area{
	display:flex;
	justify-content: center;
	align-items: center;
}
.page_recruit .phone-area{
	margin-left: -20px;
	margin-bottom: 10px;
}
.page_recruit .phone-area_text,
.page_recruit .email-area_text{
	font-size: 20px;
	font-weight: bold;
	color: #3b679f;
	padding-right: 20px;
}
/*.page_recruit .phone-number-box{
	display:flex;
	justify-content: center;
	align-items: center;
	width:260px;
}
.page_recruit .phone-number{
	font-size: 24px;
	font-weight: bold;
	padding-right: 10px;
	color:#2E9EE1;
}
.page_recruit .phone-number-text{
	font-size: 14px;
	font-weight: bold;
	color:#444;
}*/
.page_recruit .job-information_table{
	width:700px;
	margin: 0px auto 100px;
	padding: 60px 40px;
	border: 1px solid #ccc;
	border-radius: 2px;
}
.page_recruit .job-information_table .tr{
	display:flex;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 2em;
}
.page_recruit .job-information_table .tr:last-child{
	margin-bottom: 0em;
}
.page_recruit .job-information_table .th{
	width:158px;
	font-weight: bold;
}
.page_recruit .job-information_table .td{
	width:460px;
}
.page_recruit .section3{
	display: flex;
	padding: 100px 0px;
	width: 960px;
	margin: 0px auto;
}
.page_recruit .section3 .title-area {
	width: 480px;
	height: 294px;
}
.page_recruit .section3 .title-area .bg img {
	width: 440px;
}
.page_recruit .section3 .sec_h-area {
	z-index: 2;
	border-top: 88px solid rgba(237, 239, 255, 0.8);
	border-right: 30px solid transparent;
	height: 0;
	width: 480px;
	position: absolute;
	bottom: 40px;
	left: 0px;
}
.page_recruit .section3 .sec_h-area .sec_h{
	z-index: 3;
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 28px;
	color: #102a68;
	padding: 30px 60px;
	line-height: 1em;
	width: 480px;
	text-align: right;
	font-weight: bold;
}
.page_recruit .section3 .text-area{
	padding: 20px 30px;
	width: 480px;
}
.page_recruit .section3 .text-area .text-area_h {
	font-size: 28px;
	margin-bottom: 30px;
	font-weight: bold;
	color: #2b66b0;
}
.page_recruit .section3 .text-area .text-area_h::before{
	content:"";
	position:absolute;
	bottom: -0px;
	width: 100%;
	left: 0px;
	height: 1px;
	background: #2b66b0;
}
.page_recruit .section3 .text-area .text-area_h::after{
	content: "";
	position: absolute;
	bottom: -5px;
	width: 100%;
	left: 0px;
	height: 1px;
	background: #2b66b0;
}
.page_recruit .customa-group-button-area{
	margin:30px 0px 0px;
}
.page_recruit .customa-group-button-area_text{
	font-size: 16px;
	font-weight: bold;
	color:#3b679f;
	padding-right: 20px;
}
.page_recruit .work-img-area{
	width:700px;
	height:500px;
	margin: 100px auto 0px;
}
.page_recruit .work-img-area::before{
	content:"";
  position: absolute;
  right: 50%;
  top: 100px;
  margin-right: -340px;
  width: 700px;
  height: 300px;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  background: #EEF4FF;
}
.page_recruit .work-img-area li{
	width:400px;
	height:300px;
	overflow:hidden;
}
.page_recruit .work-img-area li:nth-child(1) img{
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
}
.page_recruit .work-img-area li:nth-child(2) img{
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
}
.page_recruit .work-img-area li:nth-child(3) img{
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
}
.page_recruit .work-img-area li:nth-child(4) img{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}
.page_recruit .work-img-area li:nth-child(1){
	position: absolute;
	top:0px;
	left:0px;
}
.page_recruit .work-img-area li:nth-child(2){
	z-index: 2;
	position: absolute;
	top:200px;
	left:300px;
}
.page_recruit .work-img-area li:nth-child(3){
	position: absolute;
	top:0px;
	right: 180px;
}
.page_recruit .work-img-area li:nth-child(4){
	z-index: 2;
	position: absolute;
	top:160px;
	right: 0px;
}
/*============================================================
.page_business
============================================================*/
.page_business .section1{
	padding: 100px 0px;
	display: flex;
	justify-content: center;
}
.page_business .section1 .intro-text-area{
	margin: 0px auto;
	display: flex;
	flex-direction: column;
	color: #2b4b5e;
	margin-bottom: 40px;
}
.page_business .section1 .intro-text-area .intro-text-box{
	display: flex;
	flex-direction: column;
	font-size: 38px;
	font-family: park-lane, serif;
	border-bottom: 1px solid #2b4b5e;
	margin-bottom: 10px;
}
.page_business .section1 .intro-text-area .intro-sub-text{
	font-size: 18px;
}
.page_business .section1 .intro-text-area .text:nth-child(2){
	margin-left:60px;
}
.page_business .section1 .text-area{
	width:460px;
	padding-top: 200px;
}
.page_business .section1 .img-box{
	width: 460px;
	height: 700px;
	overflow: hidden;
	margin-right: 20px;
}
.page_business .section1 .img-box img{
	width: 500px;
	margin-left: -40px;
}
.page_business .section2,
.page_business .section3,
.page_business .section4{
	padding: 50px 0px;
	display: flex;
	justify-content: center;
}
.page_business .section4{
	padding-bottom:100px;
}
.page_business .section2 .layout-wrapper,
.page_business .section3 .layout-wrapper,
.page_business .section4 .layout-wrapper{
	display: flex;
	justify-content: center;
}
.page_business .section2 .layout-wrapper{
	height: 500px;
}
.page_business .section2 .text-area,
.page_business .section3 .text-area,
.page_business .section4 .text-area{
	width: 460px;
}
.page_business .section2 .text-area .section-title,
.page_business .section3 .text-area .section-title,
.page_business .section4 .text-area .section-title{
	font-size: 36px;
	margin-bottom: 20px;
	font-weight: bold;
}
.page_business .section2 .text-box_h,
.page_business .section3 .text-box_h,
.page_business .section4 .text-box_h{
	font-weight:bold;
	font-size:24px;
}
.page_business .section2 .img-list{
	width: 460px;
	margin-right: 20px;
	margin-top: 20px;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.page_business .section2 .img-list li,
.page_business .section2 .img-list li img{
	width:300px;
}
.page_business .section2 .img-list li{
	overflow:hidden;
}
.page_business .section2 .img-list li img{
	display: block;
}
.page_business .section2 .img-list li:nth-child(1){
	z-index:1;
	position:absolute;
	left:0px;
	top:0px;
}
.page_business .section2 .img-list li:nth-child(2){
	z-index:2;
	position:absolute;
	right:0px;
	top:160px;
}
.page_business .section3 .img-list{
	width: 460px;
	margin-right: 20px;
	margin-top: 20px;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-content: flex-start;
}
.page_business .section3 .img-list li,
.page_business .section3 .img-list li img{
	width:225px;
}
.page_business .section3 .img-list li{
	overflow:hidden;
	margin-bottom: 10px;
}
.page_business .section3 .img-list li img{
	display: block;
}
.page_business .section4 .img-list{
	width: 460px;
	margin-right: 20px;
	margin-top: 20px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
}
.page_business .section4 .img-list li,
.page_business .section4 .img-list li img{
	width:225px;
}
.page_business .section4 .img-list li{
	overflow:hidden;
	height: 126px;
	margin-bottom: 10px;
}
.page_business .section4 .img-list li img{
	display: block;
}



/*last@media screen and (min-width: 960px) and (max-width: 1279px)*/
}
/*==============================================================================================
960以上
==============================================================================================*/
@media screen and (min-width: 960px){


.transition{
	transition: all 1s;
}



/*============================================================
.header
============================================================*/







.site-logo{
	width:100px;
	height:63px;
}
.site-logo a{
	width:100%;
	height:100%;
	display: block;
}
.site-logo img{
	width:100px;
	height:auto;
	position: absolute;
	top:0px;
	left:0px;
	transition: all .3s;
}
.site-logo img:hover{
	top:-10px;
}
/*============================================================
.g-navi
============================================================*/
/*.footer .shop-list li a,*/
.g-navi li a {
  text-decoration: none;
  color: #171717;
  padding: 6px 20px 6px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  line-height: 1.2em;
}*/
/*
.footer .shop-list li:before,*/
.g-navi li::before {
  content: "";
  color: #000;
  position: absolute;
  left: 0px;
  width: 1px;
  height: 24px;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  background: #63677D;
}*/
.footer .shop-list li a:before,
.g-navi li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
	background: #68C2EC;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
	height: 2px;
}
.footer .shop-list li a:hover:before,
.g-navi li a:hover:before,
.g-navi li a:focus:before,
.g-navi li a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}



/*============================================================
.footer
============================================================*/
.footer .phone-number-box_sp a{
	display:none;
}








/*============================================================
.page_contact
============================================================*/
.page_contact .contact-form{
	width:960px;
	padding:40px;
	margin: 60px auto;
}
.page_contact .contact-form .form_input-area,
.page_contact .contact-form .form_textarea{
	border: 1px solid #dcdcdc;
	background:#f5f5f5;
	padding:0.5em;
	border-radius:2px;
	width: 100%;
	transition:all 0.3s;
}
.page_contact .contact-form .form_input-area:hover,
.page_contact .contact-form .form_textarea:hover{
	border:1px solid #228CE6;
}
.page_contact .contact-form .tr{
	display:flex;
	justify-content: center;
	align-items: flex-start;
	padding-bottom:20px;
}
.page_contact .contact-form .th {
  width: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 70px;
  font-weight: bold;
}
.page_contact .contact-form .td{
	width:600px;
}
.page_contact .btn-reset,
.page_contact .btn-send{
	border: 1px solid #dcdcdc;
	background:#f5f5f5;
	padding:0.5em;
	border-radius:2px;
	width:300px;
	height:60px;
	transition: all 0.3s;
	font-size: 18px;
	font-weight: bold;
}
.page_contact .btn-reset{
	background: #808080;
	color: #fff;
	box-shadow: 0px 2px 2px #a8a8a8;
}
.page_contact .btn-send{
	background: #2E9EE1;
	color: #fff;
	box-shadow: 0px 2px 2px #a8a8a8;
}
.page_contact .btn-reset:hover,
.page_contact .btn-send:hover{
	opacity: 0.8;
}
.page_contact .btn-area{
	width:640px;
	margin:0px auto;
	display:flex;
	justify-content: space-between;
	align-items:center;
}
.page_contact .tag-required{
	display: inline-block;
	vertical-align: top;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color:#f55746;
	color:#fff;
	font-size: 12px;
	padding: 0 5px;
	margin-left: 1em;
	line-height: 1.875;
}
/*============================================================
404
============================================================*/
.page_404 .section1{
	padding: 60px 10px;
}
/*============================================================
共通モジュール
============================================================*/
/*.phone-number-box_pc{
	display:flex;
	justify-content: center;
	align-items: center;
	width:260px;
}
.phone-number-box_pc .phone-number{
	font-size: 24px;
	font-weight: bold;
	padding-right: 10px;
	color:#2E9EE1;
}
.phone-number-box_pc .phone-number-text{
	font-size: 14px;
	font-weight: bold;
	color:#444;
}*/
.phone-number-box_sp{
	display:none;
}



/*last@media screen and (min-width: 960px)*/
}
/*==============================================================================================
959以下
==============================================================================================*/
@media screen and (max-width: 959px){









/*============================================================
header
============================================================*/
.header{
	width:100%;
	height:60px;
	padding:10px;
	background:#fff;
	z-index:10;
	position:fixed;
}
.header .contents-area{
	display:flex;
	justify-content: space-between;
}
.g-navi{
	display:flex;
	height:70px;
}
.g-navi li{
	display:flex;
	justify-content: center;
	align-items:center;
}
.g-navi li a{
	text-decoration: none;
	color:#171717;
	padding: 0px 20px 0px 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	line-height: 1.2em;
}
.g-navi li a .sub-text{
	font-size:13px;
	color:#9EC9E3;
	padding-left: 10px;
}
/*============================================================
共通モジュール
============================================================*/
/*.phone-number-box_sp a{
	border: 1px solid #dcdcdc;
	padding: 0.5em;
	border-radius: 2px;
	width: 300px;
	height: 60px;
	transition: all 0.3s;
	font-size: 18px;
	font-weight: bold;
	background: #2E9EE1;
	color: #fff;
	box-shadow: 0px 2px 2px #a8a8a8;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	text-decoration:none;
}
.phone-number-box_sp a .phone-number {
	font-size: 22px;
	font-weight: bold;
	padding-right: 10px;
	color:#fff;
}
.phone-number-box_sp a .phone-number-text {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}*/
.phone-number-box_pc{
	display:none;
}




/*last@media screen and (max-width: 959px)*/
}
