/*=============================================================================
■■■■■■画面の横幅が320pxから479pxまで（スマホ縦）■■■■■■
===============================================================================*/
@media screen and (max-width: 479px){
.contents_area {
	margin: 0px auto;
	max-width: 100%;
}
/*============================================================
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;
}

/*============================================================
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: 45px 0px 40px;
	border-bottom:1px solid #ccc;
}
.footer .inner-layout-wrapper{
	display:flex;
	justify-content: center;
	align-content:flex-start;
	flex-wrap: wrap;
	width: 320px;
	margin: 0px auto;
}
.footer .site-logo img{
	width: auto;
	height: 40px;
}
/*.footer .address-table{
	width: 280px;
	height: 140px;
	font-size: 14px;
	margin-bottom: 40px;
	padding: 0px 50px;
}
.footer .address-table::before{
	content:"";
	width: 300px;
	height: 160px;
	border: 1px solid #bec1d2;
	border-radius: 4px;
	position: absolute;
	left: -15px;
	top: -5px;
}
.footer .address-table::after{
	content: "";
	width: 300px;
	height: 160px;
	border: 1px solid #bec1d2;
	border-radius: 4px;
	position: absolute;
	right: -15px;
	top: -13px;
}*/
.footer .address-table{
	width: 320px;
	height: 170px;
	font-size: 14px;
	margin-bottom: 20px;
	padding: 20px 0px 20px 60px;
}
.footer .address-table::before{
	content: "";
	width: 310px;
	height: 160px;
	border: 1px solid #bec1d2;
	border-radius: 4px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.footer .address-table::after{
	content: "";
	width: 310px;
	height: 160px;
	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 .shop-list{
	display:flex;
	align-content:flex-start;
	flex-wrap:wrap;
	width:250px;
	justify-content: space-between;
	margin: 0px 0px 20px;
}
.footer .shop-list li a{
	width:250px;
	height:50px;
	margin-bottom: 10px;
	display: flex;
	font-size: 14px;
	text-decoration: none;
	color: #373737;
}
.footer .shop-list li:last-child a{
	margin-bottom: 0px;
}
.footer .shop-list li .img-box{
	margin-right:10px;
}
.footer .shop-list li img{
	width: 40px;
	padding-top: 4px;
}
/*======================================================================================
.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:24px;
	line-height: 1.5em;
	font-family: park-lane, serif;
	font-weight: 700;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 20px;
}
.page_index .catch-copy-sub-text{
	font-size:16px;
	color:#fff;
}
.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:300px;
	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: 320px;
margin: 0px auto;
}
.page_index .section1 ul li{
	width:160px;
	margin: 0px 0px 40px;
	padding: 0px 0px 0px 10px;
	background-size: 100%;
	transition:all 0.2s;
	overflow: hidden;
	background-position: 50% 50%;
}
.page_index .section1 ul li:nth-last-child(-n+2){
	margin: 0px;
}
.page_index .section1 ul li .img-box{
	width:140px;
	height:90px;
	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{
	font-size: 14px;
	padding: 14px 0px 4px 10px;
	color: #1F2B63;
	font-weight: bold;
}
.page_index .section1 .ul_business .capthion::before{
	content:"";
	position: absolute;
	bottom:0px;
	left: 3px;
	width: 1px;
	height: 20px;
	-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;
	flex-wrap: wrap;
	width: 320px;
margin: 0px auto;
}
.page_index .section2 ul li{
	width:150px;
	margin-bottom: 40px;
}
.page_index .section2 ul li:nth-last-child(-n+2){
		/*margin-bottom: 0px;*/
		margin-bottom: 40px;
}
.page_index .section2 ul li .img-box{
	width:150px;
	height:auto;
	display:flex;
	justify-content: center;
	align-items: center;
	margin: 0px auto 20px;
}
.page_index .section2 ul li .img-box img{
	width:100%;
}
.page_index .section2 ul li .capthion a{
	display:flex;
	justify-content: center;
	align-items:center;
	width:150px;
	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;
	width: 480px;
}
.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:190px;
}
.eyecatch2 .catch-copy_area {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 3;
}
.eyecatch2 .catch-copy {
  color: #fff;
  font-size: 24px;
  font-family: park-lane, serif;
  font-style: normal;
  position: absolute;
  bottom: 50px;
	width: 100%;
	text-align: center;
	margin-bottom: 8px;
}
.eyecatch2 .catch-copy-sub-text {
  font-size: 14px;
  color: #fff;
  position: absolute;
  bottom: 35px;
	width: 100%;
	text-align: center;
}
/*======================================================================================
.page_business
=======================================================================================*/
.page_business .section1{
	padding: 60px 0px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.page_business .section1 .intro-text-area{
	width: 100%;
	margin: 0px auto;
	display: flex;
	flex-direction: column;
	color: #2b4b5e;
	margin-bottom: 20px;
}
.page_business .section1 .intro-text-area .intro-text-box{
	display: flex;
	flex-direction: column;
	font-size: 28px;
	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:20px;
}
.page_business .section1 .text-area{
	width: 320px;
	padding: 0px 10px;
	margin: 0px auto;
}
.page_business .section1 .img-box{
	width: 300px;
	overflow: hidden;
	margin: 0px auto 20px;
}
.page_business .section1 .img-box img{
	width: 300px;
	margin-left: -40px;
}
.page_business .section2,
.page_business .section3,
.page_business .section4{
	padding: 0px 0px 60px;
	display: flex;
	justify-content: center;
}
.page_business .section4{
	padding-bottom:60px;
}
.page_business .section2 .layout-wrapper,
.page_business .section3 .layout-wrapper,
.page_business .section4 .layout-wrapper{
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.page_business .section2 .text-area,
.page_business .section3 .text-area,
.page_business .section4 .text-area{
  width: 300px;
}
.page_business .section2 .text-area .section-title,
.page_business .section3 .text-area .section-title,
.page_business .section4 .text-area .section-title{
  font-size: 27px;
	margin-bottom: 11px;
	font-weight: bold;
	line-height: 1em;
}
.page_business .section2 .text-box_h,
.page_business .section3 .text-box_h,
.page_business .section4 .text-box_h{
	font-weight:bold;
	font-size:22px;
}
.page_business .section2 .img-list{
	width: 300px;
	height: 280px;
	margin-bottom: 20px;
	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:240px;
}
.page_business .section2 .img-list .img-box{
	overflow:hidden;
}
.page_business .section2 .img-list .img-box img{
	display: block;
}
.page_business .section2 .img-list div:nth-child(1){
	z-index:1;
	position:absolute;
	left:0px;
	top:0px;
}
.page_business .section2 .img-list div:nth-child(2){
	z-index:2;
	position:absolute;
	right:0px;
	top:120px;
}
.page_business .section3 .img-list{
	width: 300px;
	margin-bottom: 20px;
	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:145px;
}
.page_business .section3 .img-list .img-box{
	overflow:hidden;
	margin-bottom: 10px;
}
.page_business .section3 .img-list .img-box:nth-last-child(-n+2){
	margin-bottom: 0px;
}
.page_business .section3 .img-list .img-box img{
	display: block;
}
.page_business .section4 .img-list{
	width: 300px;
	margin-bottom: 20px;
	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:145px;
}
.page_business .section4 .img-list .img-box{
	overflow:hidden;
	height: 80px;
	margin-bottom: 10px;
}
.page_business .section4 .img-list .img-box img{
	display: block;
}
.page_business .section4 .img-list .img-box:nth-last-child(-n+2){
	margin-bottom: 0px;
}
/*======================================================================================
.page_shop
=======================================================================================*/
/*-----------------------------------------------

-----------------------------------------------*/
.page_shop .sec_h-area{
	display:flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 300px;
}
.page_shop .sec_h-area .img-box,
.page_shop .sec_h-area .img-box img{
	width: 300px;
}
.page_shop .sec_h-area .img-box{
	margin-bottom: 10px;
}
.page_shop .sec_h-area .text-box{
	display:flex;
	flex-direction:column;
	width:100%;
}
.page_shop .sec_h-area .text-box .h-text{
	display:flex;
	flex-direction:column;
	font-size:16px;
	margin-bottom: 10px;
	line-height: 1.5em;
}
.page_shop .sec_h-area .text-box .shop-list{
	font-size:14px;
	margin-bottom: 10px;
}
/*-----------------------------------------------

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

-----------------------------------------------*/
.page_shop .main-img-area{
	width: 320px;
	margin-bottom: 40px;
}
.page_shop .main-img-area .main-img,
.page_shop .main-img-area .main-img img{
	width: 320px;
	display: block;
}
.page_shop .main-img-area .main-img{
	margin-bottom:10px;
}
.page_shop .main-img-area .main-text{
	width: 300px;
	margin:0px auto;
}
.page_shop .section1,
.page_shop .section2,
.page_shop .section3,
.page_shop .section4{
	padding:60px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
/*-----------------------------------------------

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

}
.img-list-area .img-list{
	display:flex;
	flex-wrap:wrap;
	width:320px;
}
.img-list-area .img-list li{
	width:100px;
	margin: 0px 10px 10px 0px;
}
.img-list-area .img-list li img{
	width:100px;
	display: block;
}
.img-list-area .img-list li:nth-child(3n){
	margin-right:0px;
}
/*-----------------------------------------------
注目のサービス　エリア
-----------------------------------------------*/
.featured-services-area{
	width: 300px;
}
.featured-services-area .featured-services_h{
	font-size: 28px;
	line-height: 1em;
	margin-bottom: 1em;
}
.featured-services-area .featured-services_list{
	display:flex;
	flex-wrap: wrap;
}
.featured-services-area .featured-services_list li,
.featured-services-area .featured-services_list li img{
	width:145px;
}
.featured-services-area .featured-services_list li{
	margin-bottom:20px;
}
.featured-services-area .featured-services_list li:nth-child(odd){
	margin-right:10px;
}
.featured-services-area .featured-services_list li .li_h{
	font-size:14px;
}
.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;
}
.sp-none{
	display:none;
}
/*======================================================================================
.page_philosophy 企業理念
=======================================================================================*/
.page_philosophy{

}
.page_philosophy .section1{
	padding: 60px 0px;
}
.page_philosophy .section1 .text-area{
	width: 300px;
	margin: 0px auto;
	display: flex;
	flex-direction: column;
	font-size: 20px;
}
.page_philosophy .section1 .text-area .text{


}
.page_philosophy .section1 .text-area .text:nth-child(2){
	margin-left:20px;
}
.page_philosophy .section1 .text-area .text:nth-child(3){
	margin-left:40px;
}
.page_philosophy .section1 .bg {
  position: absolute;
  right: 50%;
  top: 80px;
  margin-right: -160px;
  width: 320px;
  height: 80px;
  -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: 60%;
  top: 160px;
}
.page_philosophy .section3 .bg {
  position: absolute;
  left: 0px;
	border-top: 200px solid #E9F8FB;
  border-right: 70px solid transparent;
  height: 0;
  width: 60%;
  top: 160px;
}
.page_philosophy .section4 .bg {
  position: absolute;
  right: 0px;
	border-bottom: 200px solid #E9F8FB;
  border-left: 70px solid transparent;
  height: 0;
  width: 60%;
  top: 160px;
}
.page_philosophy .section2,
.page_philosophy .section3,
.page_philosophy .section4{
	padding: 0px 0px 60px;
}
.page_philosophy .section2 .text-area,
.page_philosophy .section3 .text-area,
.page_philosophy .section4 .text-area{
	width: 300px;
	margin: 0px auto 20px;
}
.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:300px;
}
.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:60px;
	font-weight: bold;
	width: 60px;
	margin-right: 10px;
	text-shadow: 10px 5px 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:230px;
	font-weight:bold;
	font-size:16px;
}
.page_philosophy .section2 .img-area{
	height: 240px;
	width: 300px;
}
.page_philosophy .section2 .img-area div:nth-child(1),
.page_philosophy .section2 .img-area div:nth-child(1) img{
	width:200px;
}
.page_philosophy .section2 .img-area div:nth-child(2),
.page_philosophy .section2 .img-area div:nth-child(2) img{
	width:140px;
}
.page_philosophy .section2 .img-area div:nth-child(3),
.page_philosophy .section2 .img-area div:nth-child(3) img{
	width:200px;
}
.page_philosophy .section2 .layout-wrapper,
.page_philosophy .section3 .layout-wrapper,
.page_philosophy .section4 .layout-wrapper{
	width:300px;
	height:auto;
	margin:0px auto;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.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:10px;
}
.page_philosophy .section2 .img-area div:nth-child(3){
	position:absolute;
	left:10px;
	top:130px;
}
.page_philosophy .section3 .img-area{
	height: 240px;
	width: 300px;
}
.page_philosophy .section3 .img-area div:nth-child(1),
.page_philosophy .section3 .img-area div:nth-child(1) img{
	width:200px;
	position:;
}
.page_philosophy .section3 .img-area div:nth-child(2),
.page_philosophy .section3 .img-area div:nth-child(2) img{
	width:200px;
}
.page_philosophy .section3 .img-area div:nth-child(3),
.page_philosophy .section3 .img-area div:nth-child(3) img{
	width:200px;
}
.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:100px;
}
.page_philosophy .section4 .img-area{
	height: 240px;
	width: 300px;
}
.page_philosophy .section4 .img-area div:nth-child(1),
.page_philosophy .section4 .img-area div:nth-child(1) img{
	width:200px;
	position:;
}
.page_philosophy .section4 .img-area div:nth-child(2),
.page_philosophy .section4 .img-area div:nth-child(2) img{
	width:200px;
}
.page_philosophy .section4 .img-area div:nth-child(3),
.page_philosophy .section4 .img-area div:nth-child(3) img{
	width:200px;
}
.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:100px;
}

/*======================================================================================
.page_profile
=======================================================================================*/
.page_profile .section1{
	padding: 60px 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;
	flex-direction: column;
}
.page_profile .img-area{
	margin-bottom:20px;
}
.page_profile .img-area{
	width:300px;
}
.page_profile .img-area .img-box1,
.page_profile .img-area .img-box1 img{
	width:200px;
}
.page_profile .text-area{
	width:300px;
}
.page_profile .text-area .text-area_h {
  font-size: 28px;
  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:10px;
	left: -10px;
	line-height: 1em;
	font-size: 28px;
}
.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 .company-profile_table{
	width:320px;
	margin: 0px auto 60px;
	font-size: 16px;
	padding: 40px 10px;
}
.page_profile .company-profile_table .tr{
	display:flex;
	margin-bottom:36px;
}
.page_profile .company-profile_table .tr:last-child{
	margin-bottom:0px;
}
.page_profile .company-profile_table .th{
	width:106px;
}
.page_profile .company-profile_table .td{
	width:214px;
}
/*======================================================================================
.page_recruit
=======================================================================================*/
.page_recruit{

}
.page_recruit .section1{
	display: flex;
	flex-direction: column;
	padding: 40px 0px 0px;
	width: 100%;
	margin: 0px auto;
}
.page_recruit .section1 .title-area{
	width: 320px;
	margin: 0px auto;
}
.page_recruit .section1 .title-area .bg{

}
.page_recruit .section1 .title-area .bg img{
width: 90%;
}
/*.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: 100%;
	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 40px 30px 0px;
  line-height: 1em;
	width: 320px;
  text-align: right;
  font-weight: bold;
}*/




.page_recruit .section1 .sec_h-area,
.page_recruit .section3 .sec_h-area{
	z-index: 2;
	border-top: 48px solid rgba(237, 239, 255, 0.8);
	border-right: 30px solid transparent;
	height: 0;
	width: 320px;
	position: absolute;
	bottom: 40px;
	left: 0px;
}
.page_recruit .section1 .sec_h-area .sec_h,
.page_recruit .section3 .sec_h-area .sec_h{
  z-index: 3;
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-size: 24px;
  color: #102a68;
	padding: 12px 40px 12px 0px;
  line-height: 1em;
	width: 320px;
  text-align: right;
  font-weight: bold;
}






.page_recruit .section1 .text-area{
	padding: 40px 0px;
	width: 300px;
	margin: 0px auto;
}
.page_recruit .section1 .text-area .text-area_h {
  font-size: 24px;
  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:40px;
	border-bottom: 1px solid #d9dbe6;
}
.page_recruit .phone-area,
.page_recruit .email-area{
	display:flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.page_recruit .phone-area{
	margin-left: 0px;
	margin-bottom: 20px;
}
.page_recruit .phone-area_text,
.page_recruit .email-area_text{
  font-size: 18px;
  font-weight: bold;
  color: #3b679f;
  padding-right: 0px;
}
/*.page_recruit .phone-number-box{
  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;
  background: #2E9EE1;
  color: #fff;
  box-shadow: 0px 2px 2px #a8a8a8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_recruit .phone-number{
	font-size: 24px;
	font-weight: bold;
	padding-right: 10px;
	color: #fff;
}
.page_recruit .phone-number-text{
	font-size: 14px;
	font-weight: bold;
	color:#fff;
}*/
.page_recruit .work-img-area{
	width: 320px;
	margin: 60px auto 0px;
	height: 500px;
}
.page_recruit .work-img-area li{
	width:200px;
	height:133px;
	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:100px;
	right: 0px;
}
.page_recruit .work-img-area li:nth-child(3){
	position: absolute;
	top:260px;
	left: 20px;
}
.page_recruit .work-img-area li:nth-child(4){
	z-index: 2;
	position: absolute;
	top: 360px;
	right: 0px;
}
.page_recruit .job-information_table{
	width:320px;
	margin: 0px auto 60px;
	padding: 40px 20px;
	border: 1px solid #ccc;
	border-radius: 2px;
}
.page_recruit .job-information_table .tr{
	display:flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	margin-bottom: 2em;
}
.page_recruit .job-information_table .tr:last-child{
	margin-bottom: 0em;
}
.page_recruit .job-information_table .th{
	width: 100%;
font-weight: bold;
margin-bottom: 0.5em;
border-bottom: 1px dashed #222;
padding-bottom: 0.5em;
}
.page_recruit .job-information_table .td{
	width: 100%;
}
.page_recruit .section3{
	display: flex;
	flex-direction: column;
	padding: 40px 0px 0px;
	width: 100%;
	margin: 0px auto;
}
.page_recruit .section3 .title-area{
	width: 320px;
	margin: 0px auto;
}
.page_recruit .section3 .title-area .bg img{
	width: 290px;
}
.page_recruit .section3 .text-area{
	padding: 40px 0px;
	width: 300px;
	margin: 0px auto;
}
.page_recruit .section3 .text-area .text-area_h {
  font-size: 24px;
  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: 320px;
	height: 240px;
	margin: 80px auto 0px;
}
.page_recruit .work-img-area::before{
	content:"";
  position: absolute;
  right: 50%;
  top: 40px;
  margin-right: -160px;
  width: 320px;
  height: 160px;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  background: #EEF4FF;
}
/*======================================================================================
contact
=======================================================================================*/
.page_contact .btn-reset,
.page_contact .btn-send {
  padding: 0.5em;
  border-radius: 2px;
  width: 49%;
  height: 60px;
  transition: all 0.3s;
  font-size: 18px;
  font-weight: bold;
}
.page_contact .contact-form .th {
  width: 200px;
  height: 45px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
}
/*============================================================
thanks
============================================================*/
.page_contact{

}
.page_thanks .contents-area{
	padding:0px 10px;
}
.page_contact .sec1 .text-area,
.page_thanks .sec1 .text-area{
	width: 100%;
	margin: 40px auto 60px;
}
.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: 100%;
  margin: 0px auto 100px;
  padding: 0px;
}
.page_contact .sec1 .contact-form .th{
	padding-right: 10px;
}
/*============================================================
.page_contact
============================================================*/
.page_contact .h-style1{
	font-size:28px;
	line-height: 1em;
	margin-bottom:1em;
	text-align: center;
}
/*============================================================
404
============================================================*/
.page_404 .section1{
	padding: 40px 10px;
}


































/*last*/
}
