@charset "utf-8";
/* CSS Document */

html{
  overflow-x: hidden;
}
*{
	font-weight: 300;
	padding: 0;
	margin:0;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
/*	font-family: "Yu Gothic";*/
/*	font-family: "Mplus 1p";*/
/*	font-family: "Rounded Mplus 1c";*/
	font-family: "Noto Sans JP";
  font-weight: bold;
  scroll-behavior:smooth;
}

a{
	text-decoration: none;
	letter-spacing: 5px;
	transition: .3s;
/*    -webkit-transform: scale(1.001,1);
    -moz-transform: scale(1.001,1);
    -ms-transform: scale(1.001,1);
    -o-transform: scale(1.001,1);
    transform: scale(1.001,1);*/
}

a:hover{
  opacity: .8;
	transition: .3s;
}

li{
	list-style: none;
}

h1,h2,h3,h4,h5,h6,p{
	color:#000;
/*    -webkit-transform: scale(1.001,1);
    -moz-transform: scale(1.001,1);
    -ms-transform: scale(1.001,1);
    -o-transform: scale(1.001,1);
    transform: scale(1.001,1);*/
}

h1{	
  font-weight: bold;
}
h2{
  font-size: 22px;
  font-weight: bold;
}
h3{	
  font-weight: bold;
}
h4{	
  font-weight: bold;
}
h5{	
}
h6{	
}
p{
  font-size: 16px;
  line-height: 32px;
	letter-spacing: 0px;
  font-weight: normal;
}

td,th{
  font-size: 14px;
  line-height: 26px;
	letter-spacing: 0px;
  font-weight: normal;
}
hr{
}

.sp{
  display: none;
}

.fa{
	color: #fff;
}
body{
	overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

.spOnly{
  display: none;
}

a.linkBtn{
  display: block;
  width: 220px;
  text-align: center;
  font-family: "Mplus 1p";
	color:#333;
  border: 1px solid #333;
  padding: 15px 0;
}

a.linkBtn:hover{
  opacity: 1;
  background-color: #333;
  color: #fff;
}

.spbr{
  display: none;
}

.en{
	font-family: 'Roboto', sans-serif;
}

/*==============================
共通
==============================*/

/*==============================
ナビ
==============================*/
nav{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 100px;
  padding-right: 0;
  z-index: 99999;
}

nav > h1{
  display: inline-block;
  width: 80px;
  align-self: center;
}

nav > h1 img{
  width: 100%;
}

nav > ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav > ul li{
  display: flex;
  align-items: center;
  margin-right: 20px;
}

nav > ul li::after{
  content: "/";
  color: #fff;
}

nav > ul li:nth-of-type(5)::after,
nav > ul li:nth-of-type(6)::after,
nav > ul li:nth-of-type(7)::after{
  content: "";
  display: none;
}

nav > ul li a{
  display: block;
  color: #fff;
  padding-right: 20px;
  letter-spacing: 0;
  align-items: center;
  text-align: center;
  font-weight: 500;
}

nav > ul li:nth-of-type(5) a{
  border-right: none;
  padding-right: 0;
}

nav > ul li:nth-of-type(6),nav > ul li:nth-of-type(7){
  margin: 0;
  padding: 0;
  width: 80px;
  height: 80px;
}

nav > ul li:nth-of-type(6) a,
nav > ul li:nth-of-type(7) a{
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding: 10px;
  background-color: #000;
}

nav > ul li:nth-of-type(6) a{
  background-color: #0077f1;
}

nav > ul li:nth-of-type(7) a{
  background-color: #ffff00;
}

nav > ul li:nth-of-type(6) a p,
nav > ul li:nth-of-type(7) a p{
  font-size: 10px;
  line-height: 12px;
  font-weight: bold;
  letter-spacing: 0;
  color: #fff;
}

nav > ul li:nth-of-type(6) a p{
  font-size: 12px;
}

nav > ul li:nth-of-type(6) a i,
nav > ul li:nth-of-type(6) a p{
  color: #ffff00;
}

nav > ul li:nth-of-type(7) a i,
nav > ul li:nth-of-type(7) a p{
  color: #033986;
}


/*==============================
SPメニュー
==============================*/

.spnavBack{
  display: none;
}

.spLogo,.spheadContact{
	display: none;
}

.nav-unshown {
  display:none;
}
@media screen and (max-width: 1000px){
.spnavBack{
  display: block;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  z-index: 999998;
  background-color: rgba(255,255,255,.9)
}

.spheadContact{
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  padding: 10px;
  top: 50px;
  right: 0;
  background-color: #ffff00;
  z-index: 3;
  text-align: center;
}

.spheadContact i{
  font-size: 20px;
  color: #033986;
  margin-right: -3px;
  margin-top: 5px;
}
  
nav{
  display: none;
  padding: 10px 0;
	margin-top: 50px;
  width: 100%;
  text-align: center;
  background-color: rgba(255,255,255,.9)
}

nav h1{
  display: inline-block;
  margin: 0 auto;
}

nav h1 > a{
  display: block;
}

nav h1 > a img{
  width: 100%;
}

#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/

/*アイコンのスペース*/
#nav-open {
  position: absolute;
  top: 0px;
	right: 0px;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  padding:15px 12px;
	z-index: 999999;
  background: linear-gradient(-30deg, #003cab, #19a0e2);
}
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 1px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #fff;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 999999;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
nav {
  overflow: auto;
  position: fixed;
	display: block;
  top: 0;
  left: 0;
	margin: 0;
  z-index: 1000000;/*最前面に*/
  width: 80%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 100%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ nav {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

nav{
  padding: 30px 10px 0;
  text-align: center;
}

nav h1{
  height: 50px;
  margin-bottom: 15px;
}
	
	nav ul{
		display: block;
	}

nav > ul li{
  display: block;
  margin-right: 0;
  margin-bottom: 0px;
  }

nav > ul li::after{
    display: none;
  width: 100%;
}

nav > ul li a{
  padding: 10px;
  border-bottom: 1px solid #053785;
  display: block;
  color: #000;
  text-align: left;
  font-size: 15px;
  font-weight: normal;
}

nav > ul li:nth-of-type(5) a,
nav > ul li:nth-of-type(6) a,
  nav > ul li:nth-of-type(7) a{
    border-bottom: none;
  }

  nav > ul li:nth-of-type(6), nav > ul li:nth-of-type(7){
    width: 100%;
    height: auto;
  }

  nav > ul li:nth-of-type(6) a, nav > ul li:nth-of-type(7) a{
    width: 100%;
    height: auto;
    display: flex;
    padding: 20px;
  }

  nav > ul li:nth-of-type(6) a p, nav > ul li:nth-of-type(7) a p,
  nav > ul li:nth-of-type(6) a i, nav > ul li:nth-of-type(7) a i{
    font-size: 16px;
  }

  nav > ul li:nth-of-type(6) a p br, nav > ul li:nth-of-type(7) a p br{
    display: none;
  }
	
	
	
.spLogo{
	display: block;
	position: absolute;
	top: 10px;
	left: 20px;
  z-index: 999999;
  width: 80px;
}
	
	.spLogo img{
		width: 80px;
	}	
}

/*==============================
ヘッダ
==============================*/
header{
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  padding-left: 100px;
  position: relative;
}

header::before{
  content: "";
  width: 55%;
  height: 60vh;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #033986;
  z-index: 0;
}

header::after{
  content: "";
  width: 55%;
  height: 60vh;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #4fb6f0;
  z-index: 0;
}

header > .sliderCont{
  display: block;
  width: 70%;
  height: 60vh;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -8vw;
  margin: auto;
  z-index: 1;
  border: 5px solid #ccc;
  transform: skew(-15deg);
  overflow: hidden;
  background-color: #ccc;
}

header > .sliderCont > .slider-pro{
  position: absolute;
  transform: skew(15deg);
  top: 0;
  left: -5vw;
}

.headCopy{
  position: relative;
  z-index: 999;
}

.headCopy > h1{
  font-size: 20px;
  letter-spacing: 6px;
  margin-bottom: 20px;
}

.headCopy > h2{
  font-size: 34px;
  letter-spacing: 4px;
}

.headContact{
  display: flex;
  align-items: center;
  position: absolute;
  left: 100px;
  bottom: 100px;
  border: 2px solid #033986;
  padding: 10px 20px;
  z-index: 999;
}

.headContact > div{
  border-right: 1px solid #033986;  
  padding-right: 10px;  
  margin-right: 10px;
}

.headContact > div > p{
  font-size: 26px;
  letter-spacing: 0;
  font-weight: bold;
  color: #033986;
  margin-bottom: -10px;
}

.headContact > div > span{
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  color: #033986;
}

.headContact > p{
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: bold;
  color: #033986;
  margin-right: 10px;
}

.headContact > span{
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: bold;
  color: #033986;  
}

.headContact:hover{
  background-color: #033986;
  opacity: 1;
}


.headContact:hover > div > p,
.headContact:hover > div > span,
.headContact:hover > p,
.headContact:hover > span{
  color: #fff;
}

.scrollIcon{
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  width: 70px;
  position: absolute;
  bottom: 50px;
  right: 0;
  left: 0;
  margin: auto;
  color: #fff;
  z-index: 2;
  transform: rotate(90deg);
}

.scrollIcon::before{
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: 5px;
  width: 10px;
  height: 1px;
  background-color: #fff;
}

.scrollIcon::after{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 0px;
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background-color: #fff;
}


/*==============================
メイン
==============================*/

#businessWrap{
  text-align: center;
  padding: 100px 0;
  margin: 0;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

#businessWrap > h2{
  font-size: 40px;
  color: #033986;
  margin-bottom: 5px;
}

#businessWrap > h3{
  font-size: 16px;
  letter-spacing: 2px;
}

.businessBox{
  position: relative;
  width: 100%;
  margin: 200px 0;
  padding: 0 100px;
  display: flex;
  background-size: cover;
  background-position: center center;
}

.businessBox:nth-of-type(1){
  margin: 150px 0;
  background-image: url("../img/businessBack01-min.png");
}

.businessBox:nth-of-type(2){
  background-image: url("../img/businessBack02-min.png");
}

.businessBox:nth-of-type(3){
  background-image: url("../img/businessBack03-min.png");
}

.businessBox:nth-of-type(4){
  background-image: url("../img/businessBack04-min.png");
  margin: 200px 0 100px;
}

.businessCopy{
  position: absolute;
  top: 100px;
  left: 100px;
  text-align: left;
  width: 50%;
  display: flex;
  align-items: flex-start;
}

.businessCopy > span{
  color: rgba(3,57,134,0.7);
  font-size: 200px;
  line-height: 150px;
  font-weight: 500;
}

.businessCopy > h2{
  color: rgba(3,57,134,0.7);
  font-size: 50px;
  line-height: 50px;
  font-weight: 100;
}

.businessBox:nth-of-type(2n-1) > .businessCopy{
  left: 100px;
  text-align: left;
  width: 50%;
}

.businessBox:nth-of-type(2n) > .businessCopy{
  left: 50%;
  text-align: left;
  width: 50%;
}

.businessBox:nth-of-type(2) > .businessCopy{
  top: 50px;
}

.businessText{
  width: 50%;
  position: relative;
  padding: 80px;
  bottom: -50px;
  background-color: #fff;
  border: 2px solid #ccc;
  box-shadow: 20px 20px 0 0 rgba(0,0,0,.2);
  align-self: flex-end;
}

.businessText > span{
  font-size: 39px;
  color: #033986;
  font-weight: 100;
}

.businessText > h4{
  font-size: 20px;
  color: #033986;
  margin-bottom: 15px;
}

.businessText > h3{
  font-size: 37px;
  margin-bottom: 20px;
}

.businessText > p{
  text-align: justify;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.businessBox > img{
  position: relative;
  top: -50px;
  width: 50%;
  align-self: flex-start;
}

#massageWrap{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#massageWrap > div{
  margin-bottom: 50px;
}

#massageWrap > div:nth-of-type(1){
  width: 50%;
  padding-left: 100px;
  padding-right: 100px;
}

.massageBox{
  margin-bottom: 30px;
}
  
.massageBox > img{
  display: none;
}

.massageBox > h2,
.policyBox > h2{
  font-size: 40px;
  margin-bottom: 15px;
  color: #033986;
}

.massageBox > h2 span,
.policyBox > h2 span{
  font-size: 18px;
  color: #000;
  margin-left: 10px;
}

.massageBox > h3{
  font-size: 22px;
  margin-bottom: 15px;
}

.massageBox > h4{
  font-size: 22px;
  text-align: right;
}

.massageBox > h4 span{
  font-size: 16px;
  margin-right: 10px;
}

.policyBox > table th span{
  display: block;
  width: 40px;
  height: 40px;
  background-color: #033986;
  color: #fff;
  font-size: 20px;
  padding-top: 8px;
  font-weight: 100;
}

.policyBox > table td{
  padding: 10px;
}

.policyBox > h3{
  font-size: 22px;
  line-height: 20px;
  margin-bottom: 0px;  
}

.policyBox > p{
  margin-bottom: 10px;  
}

#massageWrap > div:nth-of-type(2){
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
}

#massageWrap > div:nth-of-type(2) > img{
  position: relative;
  width: 50%;
}

#massageWrap > div:nth-of-type(2) > img:nth-of-type(1){
  bottom: -50px;
}

#massageWrap > div:nth-of-type(2) > img:nth-of-type(2){
  top: -50px;
}

.linkBlock{
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.linkBlock > a{
  display: block;
  width: 49.5%;
  border: 1px solid #033986;
  padding: 15px 20px;
  font-size: 12px;
  color: #033986;
  letter-spacing: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.linkBlock > a::after{
  content: "↓";
}

.linkBlock > a:last-of-type{
  color: #fff;
  background-color: #033986;
}

.linkBlock > a:first-of-type:hover{
  background-color: #033986;
  color: #fff;
  opacity: 1;
}

.linkBlock > a:last-of-type:hover{
  background-color: #fff;
  color: #033986;
  opacity: 1;
}

#companyWrap,#recruitWrap{
  padding: 50px 100px;
}

#recruitWrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#companyWrap > h2,
#recruitWrap > h2{
  font-size: 40px;
  margin-bottom: 15px;
  color: #033986;
}

#recruitWrap > h2{
  width: 100%;
  text-align: left;
}

#companyWrap > h2 span,
#recruitWrap > h2 span{
  font-size: 18px;
  color: #000;
  margin-left: 10px;
}

#companyWrap > table,
#recruitWrap > table{
  border-collapse: collapse;
  border-spacing: 0;
}

#companyWrap > table{
  width: 100%;
}

#recruitWrap > table{
  width: 49%;
}



#companyWrap > table th,
#companyWrap > table td,
#recruitWrap > table th,
#recruitWrap > table td{
  border: 1px solid #ccc;
  padding: 25px;
}

#companyWrap > table th,
#recruitWrap > table th{
  background-color: #e5f1fe;
}

#companyWrap > table th{
  width: 15%;
}

#recruitWrap > table th{
  width: 30.5%;
}

#contactWrap{
  background-color: #0077f1;
  padding: 100px 100px 0;
  text-align: center;
}

#contactWrap > h2{
  color: #fff;
  font-size: 40px;
  margin-bottom: 5px;
}

#contactWrap > h3{
  color: #fff;
  font-size: 18px;
}

.contactFormbox{
  position: relative;
  bottom: -50px;
  padding: 100px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.contactFormbox > table{
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;  
}

.contactFormbox > table td{
  padding: 15px;
  text-align: left;
  vertical-align: top;
}
  
.contactFormbox > table td:first-of-type{
  padding-left: 0;
}

.contactFormbox > table td:last-of-type{
  padding-right: 0;
}

span.hissu{
  font-size: 12px;
  padding: 5px 15px;
  background-color: #0077f1;
  color: #fff;
  margin-right: 10px;
}

span.ninni{
  font-size: 12px;
  padding: 5px 15px;
  background-color: #e9e9e9;
  margin-right: 10px;
}

.contactFormbox > table td label > span,
.contactFormbox > table td p{
  font-size: 12px;
  color: #d96674;
}

.contactFormbox > table td input[type="text"],
.contactFormbox > table td textarea{
  border: 2px solid #ccc;
  padding: 5px;
  font-weight: normal;
}

.contactFormbox > table td input[type="text"]{
  width: 60%;
  font-weight: normal;
}
.contactFormbox > table td textarea{
  width: 100%;
  font-weight: normal;
}

.plivacyBox{
  padding: 50px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 30px;
  height: 200px;
  overflow-y: scroll;
  border: 2px solid #ccc;
}

.plivacyBox > p{
  font-size: 14px;
  line-height: 26px;
  width: 100%;
  text-align: justify;
}

.plivacyBox > p > span{
  color: #033986;
}

.submitBox{
  display: flex;
  justify-content: center;
}

.submitBox > input[type="submit"]{
  width: 100%;
  max-width: 200px;
  padding: 5px;
  text-align: center;
  border: none;
  background: linear-gradient(to right, #0077f1, #033986);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  margin-right: 10px;
}

.submitBox > p{
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  font-weight: normal;
}

.submitBox > p label{
  font-weight: normal;  
}

.submitBox > p input [type="checkbox"]{
  font-weight: normal;
}

.contactLink{
  width: 100%;
  max-width: 1400px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
}

.contactBtn{
  width: 48%;
  border: 1px solid #ccc;
  padding: 30px 30px;
  text-align: center;
}

.contactBtn > h3{
  font-size: 18px;
  letter-spacing: 0;
}

.contactBtn > h4{
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 15px;
  font-weight: 100;
}

.contactBtn > div{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.contactBtn > div img{
  width: 40px;
  margin-right: 10px;
}

.contactBtn > div h5{
  color: #033986;
  font-size: 43px;
  font-weight: bold;
  letter-spacing: 0;
  margin-right: 10px;
}

.contactBtn > div p{
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0;
  align-self: flex-end;
}

/*==============================
フッタ
==============================*/

#accessWrap{
  padding: 100px 100px 50px;
}


#accessWrap > h2{
  font-size: 40px;
  margin-bottom: 15px;
  color: #033986;
}

#accessWrap > h2 span{
  font-size: 18px;
  color: #000;
  margin-left: 10px;
}

#accessWrap > iframe{
  width: 100%;
  height: 400px;
  margin-bottom: 50px;
}

.snsBox{
  width: 100%;
  display: flex;
  justify-content: center;
}

.snsBox > a{
  width: 49%;
  padding: 30px 50px 25px;
  text-align: center;
}

.snsBox > a img{
  width: 40%;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

.snsBox > a:first-of-type{
  background-color: #0077f1;
}

.snsBox > a:last-of-type{
  background: linear-gradient(to right, #f6c65a, #ef5531, #dc1e51, #a71095, #5134d2);
}

#footNav{
  padding: 0 100px 50px;
}

#footNav > ul{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#footNav > ul li:first-of-type{
  margin-right: auto;
}

#footNav > ul li:first-of-type img{
  width: 100px;
}

#footNav > ul li:first-of-type::after{
  display: none;
}

#footNav > ul li:last-of-type::after{
  display: none;
}

#footNav > ul li a{
  color: #000;
  margin-right: 10px;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: normal;
}

#footNav > ul li::after{
  content: "/";
  margin-right: 10px;
  font-size: 14px;
  letter-spacing: 0;
}

#footCopy{
  background-color: #033986;
  padding: 20px;
  text-align: center;
}

#footCopy > p{
  font-size: 12px;
  color: #fff;
}

/*==============================
レスポンシブ
==============================*/

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1000px) {
  header{
    display: block;
    text-align: center;
    padding-top: 80px;
    padding-left: 0;
    padding: 80px 20px;
    overflow: hidden;
  }
  
  .scrollIcon{
    display: none;
  }
  
  .headCopy{
    position: relative;
    display: inline-block;
    text-align: left;
    left: auto;
  }
  
  .headContact{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border: 1px solid #033986;
    border-right: none;
    border-left: none;
    background-color: #fff;
    justify-content: center;
    padding: 10px 10px;
  }

  header::before{
    content: "";
    width: 50%;
    height: 50vh;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    background-color: #033986;
    z-index: 0;
  }

  header::after{
    content: "";
    width: 50%;
    height: 50vh;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #4fb6f0;
    z-index: 0;
  }

  header > .sliderCont{
    display: block;
    width: 60%;
    height: 60vh;
    position: absolute;
    top: auto;
    bottom: -5vh;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
    border: 5px solid #ccc;
    transform: skewY(15deg);
    overflow: hidden;
    background-color: #ccc;
  }

  header > .sliderCont > .slider-pro{
    position: absolute;
    transform: skewY(-15deg);
    top: -10vh;
    left: 0;
  }
  
  .businessText{
    padding: 50px;
    width: 80%;
    order: 2;
    top: -100px;
    z-index: 2;
  }
  
  .businessBox > img{
    width: 80%;
    order: 1;
    margin-left: auto;
  }
  
  .businessBox{
    flex-wrap: wrap;
  }
  
  .businessCopy{
    display: block;
    top: -20px;
  }
  
  .businessBox:nth-of-type(2) > .businessCopy{
    top: -20px;    
  }
  
  .businessBox:nth-of-type(2n) > .businessCopy{
    left: auto;
    right: -25%;
  }
  
  .businessBox:nth-of-type(2n) > .businessText{
    margin-left: auto;
  }
  
  .businessBox:nth-of-type(2n) > img{
    margin-left: 0;
    margin-right: auto;
  }
  
  .businessCopy > span{
    font-size: 100px;
    line-height: 80px;
  }
  
  .businessCopy > h2{
    writing-mode: vertical-rl;
    font-size: 30px;
  }
  
  #massageWrap{
    display: block;
  }
  
  #massageWrap > div:nth-of-type(1){
    width: 100%;
    margin-bottom: 30px;
  }
  
  #massageWrap > div:nth-of-type(2){
    display: none;
  }
  
  #massageWrap > div:nth-of-type(2){
    width: 100%;
    margin-bottom: 100px;
  }
  
  .contactFormbox{
    padding: 50px;
  }
  
  .contactFormbox > table td input[type="text"]{
    width: 100%;
  }
  
  .plivacyBox{
    padding: 20px;
  }
  
  .contactFormbox > table tr{
    display: flex;
    flex-wrap: wrap;
  }
  
  .contactFormbox > table tr td{
    padding: 10px 0;
    width: 100%;
  }
  
  .submitBox{
    flex-wrap: wrap-reverse;
  }
  
  .submitBox > p{
    text-align: center;
    margin-bottom: 15px;
  }
  
  .contactLink{
    display: block;
  }
  
  .contactBtn{
    display: block;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }
  
  .contactBtn > div h5{
    font-size: 30px;
  }
  
  .snsBox > a{
    padding: 15px 20px 15px; 
  }
  
  #footNav > ul{
    flex-wrap: wrap;
    justify-content: center;
  }
  
  #footNav > ul li:first-of-type{
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 600px){
  p,th,td{
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0;
  }

  .sp{
    display: block;
  }
  
  .headCopy > h1{
    font-size: 16px;
    letter-spacing: 6px;
  }
  
  .headCopy > h2{
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
  }
  
  .headContact > div > p{
    line-height: 32px;
  }
  
  #businessWrap{
    padding: 40px 0;
  }
  
  #businessWrap > h2{
    font-size: 20px;
    margin-bottom: 0;
    line-height: 15px;
  } 
  
  .businessBox{
    margin: 100px 0;
    padding: 0 20px;
  }
  
  .businessText{
    padding: 20px;
    box-shadow: 10px 10px 0 0 rgb(0 0 0 / 20%);
  }
  
  .businessText > span{
    font-size: 22px;
  }
  
  .businessText > h4{
    font-size: 14px;
  }
  
  .businessText > h3{
    font-size: 18px;
  }
  
  .businessBox:nth-of-type(1){
    margin: 100px 0;
  }
  
  .businessBox:nth-of-type(4){
    margin-bottom: 50px;
  }
  
  .businessBox:nth-of-type(2n-1) > .businessCopy{
    left: 20px;
  }
  
  .businessBox:nth-of-type(1){
    height: 350px;
    margin-top: 80px;
    margin-bottom: 150px;
  }
  
  .businessBox:nth-of-type(2){
    height: 400px;
    margin-bottom: 170px;
  }
  
  .businessBox:nth-of-type(3){
    height: 350px;
    margin-bottom: 170px;
  }
  
  .businessBox:nth-of-type(4){
    height: 350px;
    margin-top: 120px;
    margin-bottom: 60px;
  }
  
  .businessCopy > span{
    font-size: 60px;
    line-height: 40px;
  }
  
  .businessCopy > h2{
    font-size: 20px;
    line-height: 25px;
  }
  .businessBox:nth-of-type(2n) > .businessCopy{
    right: -30%;
  }
  
  #massageWrap > div:nth-of-type(1){
    padding-right: 20px;
    padding-left: 20px;
  }
  
  .linkBlock{
    margin-bottom: 30px;
  }
  
  .massageBox > img{
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  
  .massageBox > h2,  
  .policyBox > h2{
    text-align: center;
    font-size: 20px;
  }
  
  .massageBox > h3{
    font-size: 20px;
  }
  
  .massageBox > h3 br{
    display: none;
  }
  
  .massageBox > h2 span, .policyBox > h2 span{
    font-size: 14px;
    display: block;
    margin: 0;
  }
  
  .massageBox > h4 span{
    font-size: 13px;
    font-weight: normal;
  }
  
  .massageBox > h4{
    font-size: 16px;
  }
  
  .policyBox > h3{
    font-size: 14px;
  }
  
  .policyBox > table tr{
    display: flex;
    flex-wrap: wrap;
  }
  
  .policyBox > table tr td:last-of-type{
    width: 100%;
    padding-bottom: 10px;
  }
  
  
  
  .linkBlock > a{
    font-size: 10px;
    padding: 10px;
  }
  
  #companyWrap, #recruitWrap{
    padding: 30px 20px;
  }
  
  #companyWrap > h2,  
  #recruitWrap > h2{
    text-align: center;
    font-size: 20px;
  }
  
  .linkBlock > a{
    width: 50%;
  }
  
  .linkBlock > a:first-of-type{
    border-left: none;
  }
  
  .linkBlock > a:last-of-type{
    border-right: none;
  }
  
  #companyWrap > h2 span, #recruitWrap > h2 span{
    font-size: 14px;
    display: block;
    margin: 0;
  }
  
  #companyWrap > table th, #companyWrap > table td, #recruitWrap > table th, #recruitWrap > table td{
    padding: 10px;
  }
  
  #recruitWrap{
    display: block;
  }
  
  #recruitWrap > table{
    width: 100%;
  }

  #companyWrap > table th{
    width: 12%;
  }
  
  #recruitWrap > table tr th{
    width: 12%;
  }
  
  #recruitWrap > table:last-of-type tr th,
  #recruitWrap > table:last-of-type tr td{
    border-top: none;
  }
  
  #contactWrap{
    padding: 50px 20px;
  }
  
  #contactWrap > h2{
    font-size: 20px;
  }
  
  #contactWrap > h3{
    font-size: 14px;
  }
  
  .contactFormbox{
    padding: 30px 20px;
    bottom: -80px;
  }
  
  #accessWrap{
    padding: 60px 20px 30px; 
  }
  
  #accessWrap > h2{
    font-size: 20px;
  }
  
  #accessWrap > h2 span{
    font-size: 14px;
  }
  
  .snsBox{
    display: block;
  }
  
  .snsBox > a{
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  
  #footNav{
    padding: 30px 20px;
  }
}

@media screen and (max-width: 414px){
}