@charset "UTF-8";
/* CSS Document */

*{
	box-sizing: border-box;
}

a{
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}

a:hover{
	color: #1F489D;
}

header a{
	color: #000;
}



ul{
	list-style: none;
	padding: 0;
}

html,body{
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	width: 100%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', sans-serif;
	line-height: 2.5em;
	font-size: 16px;
}

header {
	color: #000;
	padding: 10px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1031;
	background: #fff;
	display: none;
}

header.active{
	background: #fff;
	color: #1F489D;
}

img{
	width: 100%;
}

.head-container{
	width: 100%;
	max-width: 1024px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	-ms-align-items: center;
	align-items: center;
}

nav{
	height: 100%;
}

nav ul{
	list-style: none;
    display: flex;
    justify-content: center;
    height: 100%;
    margin: 0;
    align-items: center;
}

nav ul li{
	padding: 10px;
	height: 100%;
}

@media(max-width:980px){
	nav ul a li{
		color: #fff;
	}
	
}



.head-main-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}

.head-main-icon img{
	width: 30%;	
}

h1{
	font-family: BiauKai;
	font-weight: normal;
}

.head-main2 .head-main-icon{
	background: rgba(0,0,0,0.35);
	left: 0;top: 0;right: 0; bottom: 0;
	width: 100%;
	height: 100%;
	transform: translate(0,0);
}

.head-main3 .head-main-icon{
	background: rgba(255,2555,255,0.35);
	left: 0;top: 0;right: 0; bottom: 0;
	width: 100%;
	height: 100%;
	transform: translate(0,0);
}


section.service {
/*	background: url("images/service.png");*/
	background-size: cover;
	background-position: center;
	padding: 50px 0;
	margin: 0;
	min-height: 550px;
} 

.container {
	max-width: 96%;
	width: 1024px;
	margin: 0 auto;
}

section.service .container{
	margin: 100px 0 0 auto;
	background: rgba(24,24,24,1);
	padding: 15px 30px;
	position: relative;
}

h2.section-title {
	text-align: left;
	position: absolute;
	top: 0px;
	left: 0;
	margin: 30px 0 0;
	transform: translateX(-155px);
	font-size: 60px;
	color: #fff;
}

p.section-text {
	margin: 120px auto 0;
	color: #fff;
	font-size: 20px;
	padding: 20px 0 40px;
}

.button {
	max-width: 370px;
	width: 80%;
	cursor: pointer;
	text-align: left;
	padding: 30px 20px;
	border-radius: 10px;
	transition: .5s;
	font-weight: normal;
	color: #fff;
	
}
h2.section-title .section-span {
	color: rgb(24,24,24);
}

.head-logo {
	-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
	color: #fff;
	font-size: 24px;
	text-align: center;	
	margin: 0 auto;
}



.head-main-2-right {
	position: absolute;
	top: 0;
	left: -19%;
	height: 100vh;
	width: 50%;
	background: rgba(31,72,157,0.6);
	transform: skewX(-30deg);
}

.head-main-2-right.right2{
	transform: skewX(30deg);
}


.head-main {
	background: url("images/bg4.jpeg");
	width: 100%;
	margin-left: 0;
	height: 100vh;
	background-size: cover;
	 background-position: center;
	 background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
}

.head-main.index .head-main-3-right{
		background: rgba(16,127,25,0.60);
}

.head-main.service{
	
}

.head-main-3-right {
	position: absolute;
		background: rgba(0, 41, 129,0.6);
	top: 0;
	left: -19%;
	height: 100vh;
	width: 50%;
	transform: skewX(-30deg);
}

.head-main-3-right.right2{
	transform: skewX(30deg);
}

.head-main h1{
	color: #fff;
	z-index: 10;
	position: absolute;
	top: 50%;
	left: -50%;
	font-size: 48px;
	font-weight: normal;
}

.index4-ul {
	justify-content: flex-end;
}

.menu-trigger {
	display: block;
}


@media(max-width : 980px){
	.head-main h1 {
		left: -100%;
		transform: skewX(-10deg) translateY(-50%);
		font-size: 24px;
		transition: 1s;
	}
	
	.head-main h1.is_done.slideInX#title{
		left: 5%;
		transform: skewX(-10deg) translateY(-50%);
	}
	
	.head-main-3-right {
		position: absolute;
		top: 0;
		left: -51%;
		height: 100vh;
		width: 75%;
/*		background: rgba(16,127,25,0.60);*/
		background: rgba(31,72,157,0.6);
		transform: skewX(-30deg);
	}
	
	nav ul li{
		font-size: 12px;
	}
	
	.menu-trigger{
		display: block;
		position: fixed;
		top: 20px;
		right: 20px;
		width: 40px;
		height: 40px;
		transition: .5s;
	}
	
	.open .menu-trigger {
    	display: block;
		z-index: 999;
	}
	
	.menu-trigger div{
		position: relative;
	}
	
	.menu-trigger span{
		width: 100%;
		height: 3px;
		background: #000;
		position: absolute;
	}
	
	.menu-trigger span:nth-child(1){
		top: 0;
	}
	
	.menu-trigger span:nth-child(2){
		top: 12px;
	}
	
	.menu-trigger span:nth-child(3){
		top: 24px;
	}
	
	header{
		height: auto;
		padding: 0;
	}
	
	nav ul{
		width: 100%;
		flex-direction: column;
		justify-content: space-around;
		align-items: center;
		margin-top: 0;
		transform: translateX(120%);
		transition: 1s;
	}
	
	header nav ul#menu-list.active{
		transform: translateX(0);
	}
	
	nav ul li{
		text-align: left;
		margin: 10px 0;
		width: 100%;
	}
	
	nav ul{
		color: #fff;
	}
	
	#nav-toggle span{
		transition: .5s;
		z-index: 999;
	}
	
	#header.open #nav-toggle span:nth-child(1) {
			top: 12px;
			background: #fff;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		#header.open #nav-toggle span:nth-child(2) {
			width: 0;
			left: 50%;
			background: #fff;

		}
		#header.open #nav-toggle span:nth-child(3) {
			top: 12px;
			background: #fff;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
}

.right-container {
	width: 100%;
}

.service-contain {
	width: 100%;
	color: #fff;
}

.left-container {
	background: rgba(31,72,157,0.8);
	color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 30px;
	height: 100%;
}

.wrap-title {
	margin-bottom: 30px;
	position: absolute;
	top: 0;
	left: 10px;
	font-size: 72px;
	color: #FFF;
	text-shadow: 0px 5px 10px #1F489D;
	z-index: 90;
}

.wrap-contain {
	background: #1F489D;
	color: #fff;
	position: relative;
}

.row {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
	min-height: 60vw;
}

.header .row{
	justify-content: space-between;
	align-items: center;
	min-height: 70px;
	height: 70px;
}

.col-3 {
	width: 30%;
}

.wrapper-title {
	font-size: 36px;
	text-align: center;
}

.col-7 {
	width: 70%;
}

.col-7 img{
	width: 100%;
	justify-content: cover;
}

.service-wrapper {
	background: url("images/about.jpeg");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 60vw;
	margin: 50px;
}

.col-4 {
	width: 40%;
	height: 100%;
	min-height: 60vw;
}

.read-more {
	max-width: 350px;
	width: 80%;
	background: #FFF;
	text-align: center;
	color: #1F489D;
	margin: 30px auto;
	padding: 20px 10px;
	border: 1px solid #1F489D;
	transition: 1s;
}

.read-more:hover{
	background: linear-gradient(to right ,#1F489D, #00B0F5);
	color: #fff !important;
}

.center {
	text-align: center;
}

.service-lists {
	list-style: none;
	display: flex;
	justify-content: center;
	padding: 0;
	overflow: hidden;
}

#title.slideInX{
	transition-delay: 1s;
}

h1#title.slideInX.is_done{
	left: 25%;
	transform: skewX(-10deg) translate(-50%,-50%);
}

.service-lists a{
	width: 25%;
}


.service-list {
	width: 100%;
	text-align: center;
	min-height: 40vw;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: .5s;
	overflow: hidden;
}

.service-list p{
	font-size: 2.2vw;
	font-weight: bold;
}

.service-list img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
}

.service-list img:hover{
	transform: scale(1.5);
}

.about-wrapper {
	padding-top: 50px;
}
/*
.service-list::after{
	content: '';
	position: absolute;
	top: 0;left: 0;right: 0;bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(31,72,157,0.5);
}
*/


.service-list p{
	z-index: 980;
	color: #fff;
}

.company-wrapper .wrap-boxs .box{
	padding: 20px;
}

.company-wrapper {
	display: flex;
	justify-content: space-between;
}

.wrap-boxs{
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.company-wrapper .wrap-box h2{
	display: flex;
	justify-content: center;
}

.wrap-box {
	width: 50%;
}

iframe{
	width: 100%;
}

footer {
	background: #1F489D;
	padding: 30px 0 0;
	color: #fff;
}

.service-text {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media(max-width:980px){
	.service-wrapper{
		padding: 0;
		margin: 20px 0;
	}
	
	.service-wrapper .col-4{
		width: 100%;
	}
	
	.service-lists{
		flex-direction: column;
		flex-wrap: wrap;
	}
	
	.service-lists a{
		width: 100% !important;
	}
	
	.service-list{
		width: 100%;
	}
	
	.service-list:first-child {
		width: 100%;
	}
	
	.service-lists .slideInX:nth-child(1) {
		transition-delay: .3s;
	}.service-lists .slideInX:nth-child(2) {
		transition-delay: .3s;
	}.service-lists .slideInX:nth-child(3) {
		transition-delay: .3s;
	}
	
	.wrap-title{
		position: relative;
		font-size: 8vw;
		padding-top: 20px;
		margin: 0;
		top: 0;
	}
	.wrap-title.slideInX{
		transition-delay: .1s;
	}
	
	
	.row,.service-wrapper,.col-4{
		min-height: 450px;
	}
	
	.company-wrapper {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: space-between;
	}

	.wrap-boxs{
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.company-wrapper .wrap-box h2{
		display: flex;
		justify-content: center;
	}

	.wrap-box {
		width: 100%;
	}
	
	section{
		padding: 10px;
	}
	
	nav{
		height: 100vh;
	}
	
	#sp-menu-list{
		display: block;
		position: absolute;
		top:0;
		width: 100%;
		height: 100vh;
		background:#006598CC;
		left: 0;
	margin-top: 0;
	padding-top: 0;
		transform: translateY(-100vh);
	}
	
	.open #sp-menu-list{
		transform: translateY(0);
	}
	
	header #sp-menu-list .sp-ul{
		display: block;
		width: 90%;
		height: 350px;
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		margin: auto;
		transition: .5s;
	}
	header #sp-menu-list .sp-ul .sp-li{
		margin: 0 auto;
		padding: 20px 0;
		text-align: center;
	}
	header #sp-menu-list .sp-ul .sp-li:last-child{
		border: none;
	}
	header #sp-menu-list .sp-ul .sp-li a{
		font-size: 1.0rem;
		text-align: center;
		display: block; 
		color: #FFF;
	}
	
	nav ul li{
		height: 50px;
	}
	
	.wrapper-title{
		font-size: 7vw;
	}
	
	.service-head-main h1#title{
		left: 30%;
	}

}



#title span{
	font-size: 24px;
	color: blue;
}

footer{
	line-height: 2.0em;
}

footer .foot-list a:hover{
	color: #fff;
}
.foot-row {
	display: flex;
	flex-direction: row-reverse;
}

.left-content {
	width: 50%;
}

.right-content {
	width: 50%;
}

.foot-list {
	display: flex;
}

.foot-list li{
	margin-right: 10px;
}

.foot-reserved {
	margin-top: 30px;
	background: #000;
}

.foot-reserved p {
	margin-bottom: 0;
	padding: 10px;
}

@media(max-width:980px){
	.foot-row {
		display: flex;
		flex-direction: column;
	}

	.left-content {
		width: 100%;
	}

	.right-content {
		width: 100%;
	}
	
	.foot-list{
		flex-direction: column;
	}

}


header p.logo {
	color: blue;
	font-size: 30px;
	font-weight: bold;
}

.wi80 {
	width: 80%;
	margin: auto;
}

.wi80.right{
	margin: 0 0 0 auto;
	text-align: left;
}

@media(max-width:480px){
	.wi80 {
		width: 96%;
		margin: auto;
	}

	.wi80.right{
		margin: 0 0 0 auto;
		text-align: left;
	}

}

.fle-sta {
	justify-content: flex-start;
}

.about-title {
	font-size: 1.8em;
}
