@charset "utf-8";
/* @import url(navi.css); */

.swiper {
}
div.swiper-slide{
	background-size: cover;
	background-position: center center;
	
}
#slide1{
	background-image: url(../img/slide1.jpg);
}
#slide2{
	background-image: url(../img/slide2.jpg);
}
#slide3{
	background-image: url(../img/slide3.jpg);
}
.swiper-pagination-bullet-active{
	background: #2773bf !important;
}

header{
	width: 100%;
	padding: 0 40px;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	color: #fff;
	font-weight: bold;
}


header.fixed{
	transition: all .3s ease;
	color: #000;
}

header>div{
	width: 100%;
	height: 80px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
header>div>menu.hmenu{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	gap: 20px;

}
header>div *#logo{
	transition: all .3s ease;
	width: 200px;
	height: 80px;
	background-image: url(../img/logo.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	opacity: 0;
}
body#second header>div *#logo{
	background-image: url(../img/logo_w.svg);
	opacity: 1;
}

header>div *#logo>span{
	display: none;
}

header.fixed>div *#logo{
	opacity: 1;
}
body#second header.fixed>div *#logo{
	background-image: url(../img/logo.svg);
	opacity: 1;
}



header>div>menu.hmenu ul{
	display: flex;
	flex-flow: row nowrap;
	gap: 20px;
}
header>div>menu.hmenu ul a{
	display: block;
	text-decoration: none;
	color: inherit;
}

html {
	font-size: .92em;
}
input, select {
	/* -webkit-appearance: none;
	appearance: none; */
	border: 1px solid #000;
	border-radius: 0px;
}
  h1,h2,h3,h4,h5,menu{
	margin: 0;
}
menu {
	padding: 0;
}
*.skew {
	display: inline-block;
	transform: skew(-15deg);
}
*.skew_l {
	transform: skew(30deg);
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
ol {
	padding-inline-start:20px;
}
* {
	position: relative;
}
body {
	width: 100%;
	padding:0;
	margin: 0;
	background-color: #fff;
}

br.sp{
	display: none;
}

div.mv{
	width: 100%;
	height: 100vh;
	background-color: #000;
	background-image: url(../img/mvbg.jpg);
	background-position: right top;
	background-size: cover;

	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

div.mv div.skew_l{
	position: absolute;
	right: 0;
	display: block;
	width: 200%;
	min-width: 500px;
	background-color: #fff;
	height: 100%;
}
div.mv>div{
	width: 50%;
	height: 100%;
}
div.mv div.primary{
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
}
div.mv div.mvlogo{
	background-image: url(../img/logo.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	width: 60%;
	height: 15%;
}
div.mv div.mvtxt{
	font-size: 1.6em;
	font-weight: bold;
}


div.news{
	width: 80%;
	margin: -60px auto 160px;
}
div.news h2{
	color: #a8b7cf;
	font-size: 2em;
	line-height: 100%;
	bottom: -5px;
}
div.news ul{
	background-color: #a8b7cf;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
}

div.news li{
	font-size: 1.12em;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
div.news li>div.date{
	width: 120px;
	font-family: 'Poppins', sans-serif;
	color: #fff;
}
div.news li>a{
	display: block;
	color: #0d0f11;
}

div.wrapper{
	max-width: 1200px;
	margin: 50px auto;
	padding: 0 40px;
	background-image: url(../img/wave.svg);
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: right 20% top;
	background-attachment: fixed;
}

div.wrapper>section{
	margin-bottom: 100px;
}
div.wrapper>section>h2>span{
	display: block;
}
div.wrapper>section>h2>span.en{
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	color: #2773bf;
	color: #9d8965;
	font-size: 2.4em;
}
div.wrapper>section>h2>span.ja{
	color: #000000;
}

div.service_list{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 50px 0;
}
div.service_item{
	width: 32%;
	margin-bottom: 50px;
	padding: 1em;
	box-sizing: border-box;
	min-height: 200px;
	background-color: #dce9ff;
	background-color: #e8e8e8;
	border-radius: 16px;
}
div.service_item>a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #000;
}
div.service_item>a h3{
	font-size: 1.2em;
	line-height: 100%;
	padding-bottom: 10px;
	border-bottom: solid 1px #9d8965;
	color: #9d8965;
	text-align: center;
	margin-bottom: 10px;
}
div.about_img{
	position: absolute;
	top: -80px;
	right: -40px;
	width: 40%;
}
div.about_img>img{
	display: block;
	width: 100%;
}






div.company_list{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 50px 0;
}
div.company_item{
	width: 48%;
	margin-bottom: 50px;
	padding: 1em;
	box-sizing: border-box;
	min-height: 200px;
	background-color: #e8e8e8;
	border-radius: 16px;
	overflow: hidden;
}
div.company_item p{
	margin: 0;
}
div.company_item h3{
	font-size: 1.2em;
	line-height: 100%;
	padding-bottom: 10px;
	border-bottom: solid 1px #9d8965;
	color: #9d8965;
	text-align: center;
	margin-bottom: 10px;
}
div.company_item div.phone{
	text-align: center;
	font-size: 1.2em;
}
div.company_item div.phone span.num{
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 2.2em;
	font-weight: 600;
	color: #9d8965;
}


div.company_item.company>a{
	display: flex;
	height: 100%;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	background-color: #9d8965;
	border-radius: 8px;
	text-decoration: none;
	color: #fff;
	font-size: 1.6em;
	font-weight: bold;
	transition: all .3s;
}
div.company_item.company>a:hover{

	background-color: #fff;
	color: #9d8965;

}

.mvlogo {
    opacity: 0;
    transition: opacity 4s ease;
  }

  .mvlogo.fade-in {
    opacity: 1;
  }


footer{
	margin-top: 20px;
	background-color: #0d0f11;
	padding: 50px 0 0;
	color: #9d8965;
}
footer>div{
	max-width: 1200px;
	padding:0 20px 50px;
	margin: 0 auto;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
footer>div>div.logo{
	width: 250px;
	height: 100px;
	background-image: url(../img/logo_w.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
footer>div>div.tel{
	text-align: right;
}
footer>div>div.tel p{
	margin: 0;
}
footer>div>div.tel span.num{
	font-weight: bold;
	font-size: 2em;
	display: block;
	font-family: 'Poppins', sans-serif;
}


address{
	color: #a8b7cf;
	text-align: center;
	font-style: normal;
	padding: 1em 0;
	font-size: .86em;
}

div.heading{
	height: 250px;
	width: auto;
	background-color: #0d0f11;
	background-image: url(../img/mvbg.jpg);
	background-size: cover;
	background-position: center;
	color: #e8e8e8;
}
div.heading>div{
	height: 100%;
	background-color: #00000066;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	font-size: 2.2em;
	font-family: serif;
	font-weight: 200;
}


div.outline_box{
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: start;

}

div.outline_box>div.outline_txt{
	width: 45%;
	box-sizing: border-box;
	padding: 0 50px 0 0;
}

div.outline_box>div.outline_list{
	width: 55%;
}





div.service_box{
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: start;

}

div.service_box>div.service_summary{
	width: 45%;
	box-sizing: border-box;
	padding: 0 50px 0 0;
}

div.service_box>div.service_content{
	width: 55%;
}
div.service_content div.service_img{
	width: 100%;
	height: auto;
}
div.service_content div.service_img>img{
	display: block;
	width: 100%;
	max-width: 400px;
}
div.service_content div.service_txt{
	font-size: 1em;

}

@media screen and (max-width:1020px) {


	div.mv{
		max-height: 600px;
	}

	div.mv div.mvtxt{
		font-size: 1.2em;
		font-weight: bold;
	}


	



}
@media screen and (min-width:600px) {
	br.sp{
		display: none;
	}
}


@media screen and (max-width:600px) {
	br.pc{
		display: none;
	}
	div.mv div.skew_l{
		right: 40%;
	}

	div.mv div.primary{
		align-items: center;
		justify-content: flex-end;
	}
	div.mv div.mvlogo{
		width: 120%;
		height: 20%;
		left: 30px;
	}
	
	div.mv div.mvtxt{
		position: absolute;
		top: 80px;
		left: -20px;
		width: 200%;
		color: #fff;
		text-align: right;
	}

	div.service_list {
		display: flex;
		flex-flow: column wrap;
		justify-content: space-between;
		padding: 50px 0;
	}
	div.service_list>div{
		width: 100%;
		margin-bottom: 20px;
	}
	div.news {
		width: 80%;
		margin: 0px auto 20px;
	}

	div.news li {
		font-size: 1em;
		display: flex;
		flex-flow: column nowrap;
		align-items: flex-start;
	}
	div.about_img{
		display: none;
	}

	div.company_list {
		flex-flow: column wrap;
		justify-content: space-between;
		padding: 50px 0;
	}
	div.company_item{
		min-height: 0;
	}
	div.company_list>div{
		width: 100%;
		margin-bottom: 20px;
	}

	div.outline_box {
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		align-items: start;
	}
	div.outline_box>div.outline_txt {
		width: auto;
	}
	div.outline_box>div.outline_list {
		width: auto;
	}
	div.service_box {
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		align-items: start;
	}
	div.service_box>div.service_summary {
		width: auto;
	}
	div.service_box>div.service_content {
		width: auto;
	}

	header {
		padding: 0 15px;
	}

	header>div *#logo{
		width: 140px;
	}

	header>div>menu.hmenu{
		font-size: .84em;
	}

}





@media screen and (max-width:426px) {



	
}


