/* ローディングアニメーション */
.teamimg {
	max-width: 240px;
}
.shutter{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#fff;
  z-index:9999;
	text-align: center;
	 -webkit-animation: byeShutter 2s forwards;
          animation: byeShutter 2s forwards;
}
.shutter-naka {
	text-align: center;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
-webkit-animation: shutterimg 2s forwards;
          animation: shutterimg 2s forwards;
	
}
.container {
  -webkit-animation: contentScale 2s forwards;
          animation: contentScale 2s forwards;
}

@keyframes byeShutter {
  0% {
    opacity: 1;
  }
	20% {
    opacity: 1;
  }
	70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
@keyframes contentScale {
  0% {
    opacity: 0;
  }
	70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes shutterimg {
  0% {
    opacity: 0;
  }
	20% {
    opacity: 1;
  }
	60% {
    opacity: 1;
  }
	
  100% {
    opacity: 0;
  }
}
/* ローディングアニメーション */

/* スライド */
.mainimg {
	height: 100vh;
	box-sizing: border-box;
	position: relative;
	background-color: #000000;
}

.req-imgbox {
	box-sizing:border-box;
	width:100%;
	position: relative;
	z-index: 10;
}

.req-imgbox li {
	background-size:cover;
	background-position:center;
	height: 100vh;
	box-sizing: border-box;
}

.sl01 {
	background-image:url(../img/01.jpg);
}
.sl02 {
	background-image:url(../img/02.jpg);
}
.sl03 {
	background-image:url(../img/03.jpg);
}

.cati {
	position: absolute;
	top: 35%;
	left: 10%;
	z-index: 10;
	color: #FFFFFF;
}
.cati h5 {
	font-size: 380%;
	font-weight: bold;
	letter-spacing: 0.02em;
	margin-bottom: 20px;
	text-shadow:0px 0px 3px #4c91d1;
}
.cati p {
	font-weight: bold;
	letter-spacing: 0.02em;
	text-shadow:0px 0px 3px #4c91d1;
	font-size: 140%;
}


/* スライド */


header {
	width: 100%;
	background-color: #FFFFFF;
	box-sizing: border-box;
	box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.15);
}

.logo {
	float: left;
	display: flex;
	padding: 20px 30px 0px 40px;
}

.head h1 {
	width: 290px;
}


.g-menu {
	
}

.menu {
	display: flex;
	justify-content:flex-end;
}

.me01, .me02, .me03, .me04 {
	border-left: 1px solid #DFDFDF;
}

.menu li {
	display: flex;
}
.menu li a {
	display: block;
	transition: 0.5s ;
	padding: 20px 25px ;
	width: 100%;
}
.men a:hover {
	opacity: 1;
}
.men span {
	display: block;
  padding: 20px 0px 20px 0px ;
  position: relative;
	font-size: 150%;
	font-weight: bold;
	letter-spacing: 0.02em;
	color: #2C90C6;
}
.men span::before,
.men span::after {
  
	background-color:  #2C90C6;
	height: 4px;
	
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}
.men span::before {
  left: 50%;
}
.men span::after {
  right: 50%;
	
}
.men a:hover span::before,
.men a:hover span::after {
  width: 50%;
}

.menu li:hover .menu_inner {
	max-height: 9999px;
	opacity: 1;
}

.men02 a {
	background-color: #2C90C6;
	display: block;
	color: #fff;
	transition: 0.5s ;
	padding: 20px 25px ;
}
.men02 span {
	display: block;
  padding: 20px 0px 20px 0px ;
  position: relative;
	font-size: 150%;
	font-weight: bold;
	letter-spacing: 0.02em;
	
}

.men03 a {
	background: linear-gradient(-135deg, #48DFE5, #49D88B);
	display: block;
	padding: 15px 20px;
	color: #fff;
	text-align: center;
}
.men03 span {
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: bold;
}
.men03 i {
	font-size: 200%;
	margin-bottom: 5px;
	margin-top: 5px;
}

.hed-info {
	background-color: #ECECEC;
	display: flex;
	justify-content: space-between;
	padding: 10px 20px 10px 40px;
	align-items: center;
}
.hed-info02 {
	display: flex;
	align-items: center;
}
.hed-info02 h5 {
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: bold;
	font-size: 130%;
	margin-right: 10px;
}
.hed-info02 h6 {
	font-size: 90%;
}


.head01 {
	transition: .5s;
	position: fixed;
	z-index: 500;
	width: 100%;
}
.head01.transform .hed-info {
	display: none;
}



.sphead {
	display: none;
}



@media screen and ( max-width:800px )
{
.sphead {
	display: block;
}

.head {
	position: inherit;
}
	
.g-menu {
	display: none;
}
.logo {
	padding: 13px 0px 5px 20px;
}
.logo h1 img{
	width: 100%;
}

.head h1 {
	width: 200px;
}
	
.mainimg {
	height:70vh;
}
.req-imgbox li {
	height: 40vh;
}
.hed-info{
	display: none;
}
.cati {
	position: static;
	color: #000;
	background-color: #fff;
	margin: 0 auto;
	padding-top: 40px;
	width: 90%;
}
.cati h5 {
	font-size: 200%;
	text-shadow:none;
	text-align: center;
}
.cati p {
	text-shadow:none;
	font-size: 107%;
	width: 90%;
	margin: 0 auto;
}
.req-imgbox {
	box-sizing:border-box;
	width:100%;
	position: relative;
	z-index: 10;
	padding-top: 60px;
}	


.req-imgbox li {
	height: 65vh;
}
.sp{
	margin-top: 70px;
}
.tels {
	text-align: center;
}		
	
.tels h3{
	font-size: 1.3rem;
	display: block;
	padding: 20px 10px;
	text-decoration: none;
	color: #fff;
	width: 100%;
	box-sizing: border-box;
	font-weight: bold;
}	
.tels h5 a{
	font-size: 1.3rem;
	padding: 20px 10px;
	text-decoration: none;
	color: #fff;
	width: 100%;
	box-sizing: border-box;
	font-weight: bold;
}	
.spm-j{
	padding-top: 20px;
	padding-bottom: 20px;
}	
.tels h4{
	font-size: 1.3rem;
	padding: 20px 10px;
	text-decoration: none;
	color: #fff;
	width: 100%;
	box-sizing: border-box;
	font-weight: bold;
	border-top: 1px solid #fff;
}	
	
	
	
}
