/*===============================================
■■■画面の横幅が980pxから（タブレット）
===============================================*/
@media screen and (min-width: 1280px){
.contents-area {
	margin: 0px auto;
	max-width: 1280px;
}
/*============================================================
header
============================================================*/
.header{
	width:100%;
	height:90px;
	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: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;
}
.g-navi li a:hover{

}
.g-navi li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
	height: 2px;
  background: #CCE1EE;
  -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;
}
.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 .shop-list li a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.footer .shop-list li a:hover, .footer .shop-list li a:focus, .footer .shop-list li a:active {
  transform: scale(1.1);
}
/*============================================================
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: space-around;
	align-content: flex-start;
	width: 1260px;
	margin: 0px auto;
}
/*.footer .address-table{
	width: 340px;
	height: 160px;
	margin-right: 30px;
	padding: 10px 0px;
}*/
/*.footer .address-table {
    width: 320px;
    height: 202px;
    margin-right: 30px;
    padding: 15px 0px 10px 70px;
    font-size: 16px;
}
.footer .address-table::before {
    content: "";
    width: 308px;
    height: 192px;
    border: 1px solid #bec1d2;
    border-radius: 4px;
    position: absolute;
    left: 0px;
    top: 5px;
}
.footer .address-table::after {
    content: "";
    width: 308px;
    height: 192px;
    border: 1px solid #bec1d2;
    border-radius: 4px;
    position: absolute;
    right: 0px;
    top: -5px;
}*/






.footer .address-table{
	width: 320px;
	height: 190px;
	font-size: 14px;
	margin-bottom: 40px;
	padding: 20px 0px 20px 80px;
}
.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 .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: 172px;
	border: 1px solid #bec1d2;
	border-radius: 4px;
	position: absolute;
	left: -24px;
	top: 0px;
}
.footer .address-table::after{
	content: "";
	width: 350px;
	height: 172px;
	border: 1px solid #bec1d2;
	border-radius: 4px;
	position: absolute;
	right: 0px;
	top: -12px;
}*/
.footer .shop-list{
	display:flex;
	align-content:flex-start;
	flex-wrap:wrap;
	width:520px;
	justify-content: space-between;
	/*margin-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 .img-box{
	margin-right:10px;
}
.footer .shop-list li img{
	width: 50px;
	padding-top: 4px;
}
/*.footer .phone-number-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
}
.footer .phone-number {
  font-size: 24px;
  font-weight: bold;
  padding-right: 10px;
  color:#2E9EE1;
}
.footer .phone-number-text {
  font-size: 14px;
  font-weight: bold;
  color:#444;
}*/
/*======================================================================================
.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;
}
.page_index .section1 ul li{
	width:320px;
	margin: 0px 0px 60px;
	padding: 0px 10px;
	background-size: 100%;
	transition:all 0.2s;
	overflow: hidden;
	background-position: 50% 50%;
}
.page_index .section1 ul li .img-box{
	width:300px;
	height:200px;
	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;
	margin-bottom: 0px;
}
.page_index .section1 ul li.li_office .img-box img{
	width: 100%;
	height: auto;
}*/
.page_index .section1 .ul_business .capthion{
	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 a img{
	height:400px;
	position: absolute;
	left:50%;
	bottom:0px;
	margin-left:-960px;
}
/*-------------------------------------
.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;
	text-align: center;
	width: 100%;
}
/*===========================================================
.page_shop2 section共通
============================================================*/
.page_shop2 .section-title{
	font-size:42px;
	font-weight:bold;
	margin-bottom:40px;
	font-family: park-lane, serif;
	text-align: center;

}
/*===========================================================
.page_shop2 sec_customa
============================================================*/
.page_shop2 .sec_customa{
	padding: 60px 0px;
}
.page_shop2 .sec_customa .bg{
	position: absolute;
	right:0px;
	border-bottom: 300px solid #81C7D4;
	border-left: 70px solid transparent;
	height: 0;
	width: 50%;
	top: 120px;
}
.page_shop2 .layout-wrapper{
	display:flex;
}
.page_shop2 .layout-wrapper .img-area{
	width:50%;
}
.page_shop2 .layout-wrapper .text-area{
	width:50%;
}
.page_shop2 .sec_oyado .layout-wrapper{
	display:flex;
}
.page_shop2 .sec_customa,
.page_shop2 .sec_customa .layout-wrapper{
	min-height: 420px;
}
.page_shop2 .sec_customa .img-box1{
	width:400px;
	position: absolute;
	top:0px;
	left:0px;
}
.page_shop2 .sec_customa .img-box2{
	width:400px;
	position: absolute;
	bottom:0px;
	left:300px;
}
.page_shop2 .sec_customa .img-box1 img,
.page_shop2 .sec_customa .img-box2 img{
	width:100%;
}
.page_shop2 .sec_customa .img-box1 img{
	width:100%;
	position: absolute;
	left:-30px;
}
.page_shop2 .sec_customa .text-area,
.page_shop2 .sec_gran .text-area,
.page_shop2 .sec_oyado .text-area,
.page_shop2 .sec_osso .text-area{
	display:flex;
	flex-direction:column;
	align-items:center;
	padding-top: 60px;
}
.page_shop2 .sec_customa .text-area .section-title,
.page_shop2 .sec_customa .text-area .text-box,
.page_shop2 .sec_gran .text-area .section-title,
.page_shop2 .sec_gran .text-area .text-box,
.page_shop2 .sec_oyado .text-area .section-title,
.page_shop2 .sec_oyado .text-area .text-box,
.page_shop2 .sec_osso .text-area .section-title,
.page_shop2 .sec_osso .text-area .text-box{
	width:600px;
}
.page_shop2 .sec_customa .text-area .text-box,
.page_shop2 .sec_gran .text-area .text-box,
.page_shop2 .sec_oyado .text-area .text-box,
.page_shop2 .sec_osso .text-area .text-box{
	font-size: 22px;
}
/*===========================================================
.page_shop2 sec_gran
============================================================*/
.page_shop2 .sec_gran{
	background:#fff;
	padding: 60px 0px;
}
.page_shop2 .sec_gran .bg{
	position: absolute;
	left:0px;
	border-top: 300px solid #f1f1f1;
	border-right: 70px solid transparent;
	height: 0;
	width: 50%;
	top: 120px;
}
.page_shop2 .sec_gran .layout-wrapper{
	display:flex;
}
.page_shop2 .sec_gran,
.page_shop2 .sec_gran .layout-wrapper{
	min-height: 420px;
}
.page_shop2 .sec_gran .layout-wrapper .img-area{
	width:50%;
}
.page_shop2 .sec_gran .layout-wrapper .text-area{
	width:50%;
}
.page_shop2 .img-area_inner{
	margin:0px 20px;
	height: 100%;
}
.page_shop2 .sec_gran .img-box1{
	width:400px;
	position: absolute;
	top:0px;
	right:300px;
}
.page_shop2 .sec_gran .img-box2{
	width:400px;
	position: absolute;
	bottom:0px;
	right:0px;
}
.page_shop2 .sec_gran .img-box1 img,
.page_shop2 .sec_gran .img-box2 img{
	width:100%;
}
/*===========================================================
.page_shop2 sec_oyado
============================================================*/
.page_shop2 .sec_oyado{
	padding: 60px 0px;
}
.page_shop2 .sec_oyado .bg{
	position: absolute;
	right:0px;
	border-bottom: 300px solid #f1f1f1;
	border-left: 70px solid transparent;
	height: 0;
	width: 50%;
	top: 120px;
}
.page_shop2 .sec_oyado .layout-wrapper{
	display:flex;
}
.page_shop2 .sec_oyado,
.sec_oyado .layout-wrapper{
	min-height: 420px;
}
.page_shop2 .sec_oyado .layout-wrapper{
	display:flex;
}
.page_shop2 .sec_oyado .layout-wrapper .img-area{
	width:50%;
}
.page_shop2 .sec_oyado .layout-wrapper .text-area{
	width:50%;
}
.page_shop2 .sec_oyado .img-box1{
	width:400px;
	position: absolute;
	top:0px;
	left:0px;
}
.page_shop2 .sec_oyado .img-box2{
	width:400px;
	position: absolute;
	bottom:0px;
	left:300px;
}
.page_shop2 .sec_oyado .img-box1 img,
.page_shop2 .sec_oyado .img-box2 img{
	width:100%;
}
/*===========================================================
.page_shop2 .sec_osso
============================================================*/
.page_shop2 .sec_osso{
	padding: 60px 0px;
}
.page_shop2 .sec_osso .bg{
	position: absolute;
	left:0px;
	border-top: 300px solid #81C7D4;
	border-right: 70px solid transparent;
	height: 0;
	width: 50%;
	top: 120px;
}
.page_shop2 .sec_oyado .layout-wrapper{
	display:flex;
}
.page_shop2 .sec_osso,
.page_shop2 .sec_osso .layout-wrapper{
	min-height: 420px;
}
.page_shop2 .sec_osso .img-box1{
	width:400px;
	position: absolute;
	top:0px;
	right:300px;
}
.page_shop2 .sec_osso .img-box2{
	width:400px;
	position: absolute;
	bottom:0px;
	right:0px;
}
.page_shop2 .sec_osso .img-box1 img,
.page_shop2 .sec_osso .img-box2 img{
	width:100%;
}
/*======================================================================================
.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: 50px;
  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;
}
/*======================================================================================
.page_profile
=======================================================================================*/
.page_profile .section1{
	padding: 100px 0px;
}
.page_profile .section1 .bg {
  position: absolute;
  right: 0px;
  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: 630px;
	padding-left: 60px;
}
.page_profile .text-area{
	width:630px;
	padding-left:30px;
}
.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:#1f8ce7;
	color: #eadca6;
	position:absolute;
	top:0px;
	left: -10px;
	line-height: 1em;
	font-size: 28px;
	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: 1280px;
	margin: 0px auto;
}
.page_recruit .section1 .title-area{
	width:600px;
}
.page_recruit .section1 .title-area img{
	width:100%;
}
.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: 640px;
	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: 640px;
  text-align: right;
  font-weight: bold;
}
.page_recruit .section1 .text-area{
	padding: 80px 60px;
	width: 680px;
}
.page_recruit .section1 .text-area .text-area_h {
  font-size: 36px;
  margin-bottom: 40px;
  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 .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: 1280px;
	margin: 0px auto;
}
.page_recruit .section3 .title-area{
	height:400px;
}
.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: 640px;
	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: 640px;
  text-align: right;
  font-weight: bold;
}
.page_recruit .section3 .text-area{
	padding: 80px 60px;
	width: 680px;
}
.page_recruit .section3 .text-area .text-area_h {
  font-size: 36px;
  margin-bottom: 40px;
  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: 18px;
	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;
	height: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;
	left:640px;
}
.page_recruit .work-img-area li:nth-child(4){
	z-index: 2;
	position: absolute;
	top:200px;
	left:840px;
}
/*======================================================================================
.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: 300px solid #E9F8FB;
  border-left: 70px solid transparent;
  height: 0;
  width: 50%;
  top: 120px;
}
.page_philosophy .section3 .bg {
  position: absolute;
  left: 0px;
	border-top: 300px solid #E9F8FB;
  border-right: 70px solid transparent;
  height: 0;
  width: 50%;
  top: 120px;
}
.page_philosophy .section4 .bg {
  position: absolute;
  right: 0px;
	border-bottom: 300px 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 120px;
}
.page_philosophy .section2 .text-area,
.page_philosophy .section4 .text-area{
	width: 540px;
	margin-right: 40px;
}
.page_philosophy .section3 .text-area{
	width: 540px;
	margin-left: 40px;
}
.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: center;
	align-items: center;
	width:540px;
}
.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:140px;
		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:400px;
	font-weight:bold;
	font-size:24px;
}
.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:400px;
	position:;
}
.page_philosophy .section2 .img-area div:nth-child(1){
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	width: 400px;
	height: 280px;
}
.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:400px;
}
.page_philosophy .section2 .layout-wrapper,
.page_philosophy .section3 .layout-wrapper,
.page_philosophy .section4 .layout-wrapper{
	width:1200px;
	/*height:600px;*/
	margin:0px auto;
	display: flex;
	justify-content: space-between;
}
.page_philosophy .section3 .layout-wrapper{
	flex-direction: row-reverse;
}
.page_philosophy .section2 .img-area{
	width:620px;
	height: 520px;
}
.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:0px;
}
.page_philosophy .section2 .img-area div:nth-child(3){
	position:absolute;
	left:0px;
	top:300px;
}
.page_philosophy .section3 .img-area{
	width:620px;
	height: 500px;
}
.page_philosophy .section3 .img-area div:nth-child(1),
.page_philosophy .section3 .img-area div:nth-child(1) img{
	width:400px;
}
.page_philosophy .section3 .img-area div:nth-child(2),
.page_philosophy .section3 .img-area div:nth-child(2) img{
	width:400px;
}
.page_philosophy .section3 .img-area div:nth-child(3),
.page_philosophy .section3 .img-area div:nth-child(3) img{
	width:400px;
}
.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:200px;
}
.page_philosophy .section4 .img-area{
	width:620px;
	height: 500px;
}
.page_philosophy .section4 .img-area div:nth-child(1),
.page_philosophy .section4 .img-area div:nth-child(1) img{
	width:400px;
	position:;
}
.page_philosophy .section4 .img-area div:nth-child(2),
.page_philosophy .section4 .img-area div:nth-child(2) img{
	width:400px;
}
.page_philosophy .section4 .img-area div:nth-child(3),
.page_philosophy .section4 .img-area div:nth-child(3) img{
	width:400px;
}
.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:200px;
}
/*======================================================================================
.page_business
=======================================================================================*/
.page_business .section1{
	padding: 100px 0px;
	display: flex;
	justify-content: center;
}
.page_business .section1 .intro-text-area{
	width: 600px;
	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:600px;
	padding-top: 200px;
}
.page_business .section1 .img-box{
	width: 500px;
	height: 700px;
	overflow: hidden;
}
.page_business .section1 .img-box img{
	width: 500px;
	margin-left: -40px;
}
/*---------------------------------------------
各section背景
---------------------------------------------*/
.page_business .section2 .bg {
  position: absolute;
  right: 0px;
	border-bottom: 300px solid #E9F8FB;
  border-left: 70px solid transparent;
  height: 0;
  width: 50%;
  top: 120px;
}
.page_business .section3 .bg {
  position: absolute;
  left: 0px;
	border-top: 300px solid #E9F8FB;
  border-right: 70px solid transparent;
  height: 0;
  width: 50%;
  top: 120px;
}
.page_business .section4 .bg {
  position: absolute;
  right: 0px;
	border-bottom: 300px solid #E9F8FB;
  border-left: 70px solid transparent;
  height: 0;
  width: 50%;
  top: 120px;
}
.page_business .section2,
.page_business .section3,
.page_business .section4{
	padding: 80px 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;
	flex-direction: row-reverse;
}
.page_business .section2 .text-area,
.page_business .section3 .text-area,
.page_business .section4 .text-area{
  width: 600px;
}
.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;
}
/*---------------------------------------------
section2
---------------------------------------------*/
.page_business .section2 .img-list{
	width: 600px;
	margin-left:40px;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.page_business .section2 .img-list .img-box,
.page_business .section2 .img-list .img-box img{
	width:440px;
}
.page_business .section2 .img-list .img-box{
	overflow:hidden;
}
.page_business .section2 .img-list .img-box img{
	display: block;
}
.page_business .section2 .img-list .img-box:nth-child(1){
	z-index:1;
	position:absolute;
	left:0px;
	top:0px;
}
.page_business .section2 .img-list .img-box:nth-child(2){
	z-index:2;
	position:absolute;
	right:0px;
	top:200px;
}
.page_business .section3 .img-list{
	width: 600px;
	margin-right: 40px;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-content: flex-start;
}
.page_business .section3 .img-list .img-box,
.page_business .section3 .img-list .img-box img{
	width:290px;
}
.page_business .section3 .img-list .img-box{
	overflow:hidden;
	margin-bottom: 10px;
}
.page_business .section3 .img-list .img-box img{
display: block;
}
.page_business .section3 .img-list .img-box:nth-child(1){
	z-index:1;
	position:absolute;
	left:0px;
	top:0px;
	width: 290px;
	height: 156px;
}
.page_business .section3 .img-list .img-box:nth-child(2){
	z-index:1;
	position:absolute;
	left: 300px;
	top:0px;
	width: 290px;
	height: 156px;
}
.page_business .section3 .img-list .img-box:nth-child(3){
	z-index:2;
	position:absolute;
	left:0px;
	top:166px;
	width: 290px;
	height: 156px;
}
.page_business .section3 .img-list .img-box:nth-child(4){
	z-index:2;
	position:absolute;
	left: 300px;
	top:166px;
	width: 290px;
	height: 156px;
}
.page_business .section4 .layout-wrapper{
	flex-direction: row-reverse;
}
.page_business .section4 .img-list{
	width: 600px;
	/*margin-right: 40px;*/
	margin-left: 40px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
}
.page_business .section4 .img-list .img-box ,
.page_business .section4 .img-list .img-box img{
	width:290px;
}
.page_business .section4 .img-list .img-box{
	overflow:hidden;
	height: 151px;
	margin-bottom: 20px;
}
.page_business .section4 .img-list .img-box img{
	display: block;
}
.page_business .section4 .img-list .img-box-area:nth-child(1){
	z-index:1;
	position:absolute;
	left:50px;
	top:0px;
	width: 290px;
	height: 156px;
}
.page_business .section4 .img-list .img-box-area:nth-child(2){
	z-index:1;
	position:absolute;
	left: 350px;
	top:0px;
	width: 290px;
	height: 156px;
}
.page_business .section4 .img-list .img-box-area:nth-child(3){
	z-index:2;
	position:absolute;
	left:50px;
	top:166px;
	width: 290px;
	height: 156px;
}
.page_business .section4 .img-list .img-box-area:nth-child(4){
	z-index:2;
	position:absolute;
	left: 350px;
	top:166px;
	width: 290px;
	height: 156px;
}
/*======================================================================================
.page_shop
=======================================================================================*/
/*-----------------------------------------------

-----------------------------------------------*/
.page_shop .sec_h-area{
	display:flex;
	justify-content: flex-start;
	align-items: center;
	height: 194px;
	width: 1240px;
}
/*-----------------------------------------------
ブランド名部分
-----------------------------------------------*/
.page_shop .sec_h-area .img-box{
	margin-right:20px;
}
.page_shop .sec_h-area .text-box{
	display:flex;
	flex-direction:column;
}
.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: 600px;
	margin-right:20px;
}
.page_shop .main-img-area .main-img,
.page_shop .main-img-area .main-img img{
	width: 600px;
	display: block;
}
.page_shop .main-img-area .main-img{
	margin-bottom:40px;
}
.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:620px;
}
.page_shop .img-list-area .img-list li{
	width:200px;
	margin: 0px 10px 10px 0px;
}
.page_shop .img-list-area .img-list li img{
	width:200px;
	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{

}
.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;
}
.page_shop .featured-services-area .featured-services_list li,
.page_shop .featured-services-area .featured-services_list li img{
	width:300px;
}
.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;
}
/*---------------------
あとで調整するコード
*/
.mb{
	margin-bottom:40px;
}
/*============================================================
thanks
============================================================*/
.page_contact{

}
.page_contact .sec1 .text-area{
	width: 580px;
	margin: 40px auto 100px;
}
.page_contact .sec1 .text-area .sec1_title{
	font-size:36px;
	line-height: 1em;
	margin-bottom:1em;
	text-align: center;
}
.page_contact .sec1 .text-area .p1{
	margin-bottom:40px;
}
.page_contact .sec1 .contact-form {
  width: 640px;
  margin: 0px auto 100px;
  padding: 0px;
}
.page_contact .sec1 .contact-form .th{
	padding-right: 10px;
}
/*============================================================
404
============================================================*/
.page_404 .section1{
	padding: 100px 0px;
}
.page_404 .text-area{
	width: 680px;
	height:200px;
	padding: 20px;
	margin: 0px auto;
	background: url(/img/textbg404.svg)no-repeat;
	color: #1F3D82;
	font-size: 20px;
	font-weight: bold;
	box-shadow: 10px 10px 0px #c2cadd;
	background-position-y: bottom;
	border: 1px solid #eaedf4;
}
/*============================================================
共通モジュール
============================================================*/
/*.phone-number-box_pc{
	display:flex;
	justify-content: center;
	align-items: center;
	width:260px;
}
.phone-number{
	font-size: 24px;
font-weight: bold;
color: #3b679f;
padding-right: 10px;
color:#2E9EE1;
}
.phone-number-text{
	font-size: 14px;
	font-weight: bold;
	color:#444;
}*/













/*last*/
}
