html {font-size: 625%;}

/*リセット*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	/* background: transparent; */
}

body {
	font-family:'futura-pt','inherit','Yu Gothic',"游ゴシック",'YuGothic',"游ゴシック体",'Hiragino Kaku Gothic ProN','Meiryo',sans-serif;
	font-size: .16rem;
	font-size: 16px;
	color:#fff;
	background: #fff;
	letter-spacing: .014rem;
	box-sizing: border-box;
	overflow-x: hidden;
	padding: .15rem;
}

/*共通*/
ol
,ul {
	list-style: none;
}
a{
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}
.jost{
	font-family: 'Jost', sans-serif;
	font-weight: bold;
}
#container{
	overflow: hidden;
}
section{
	margin-bottom: .15rem;
}
.wrap{
	max-width: 1050px;
	width: 96%;
	margin: 0 auto;
}
.half{
	display: inline-block;
	width: 49%;
}
.bg_green{
	background: #6eb5c0;
}

/*button*/
.button
,button{
	display: inline-block;
	border: 1px solid #fff;
	padding: .1rem .2rem;
	font-size: .14rem;
	transition: all  0.7s ease;
	outline: none;
}
.button:hover
,button:hover{
	text-decoration: none;
	color: #6eb5c0;
	border: 1px solid #fff;
	background: #fff;
}
button{
	width: 200px;
	display: block;
	margin: 0 auto;
	background: #6eb5c0;
}
.title{
	height: 70px;
	filter: drop-shadow(1.5px -1px 0.5px black);
}

/*header*/
header{
	padding: .1rem;
}
header .wrap{
	position: relative;
	height: fit-content;
}
.logo{
	width: 16%;
	display: inline-block;
}
.logo img{
	width: 100%;
}
.nav_btn{
	width: 40px;
	height: 50px;
	display: inline-block;
	float: right;
	position: relative;
	z-index: 10;
}
.nav_btn span{
	border-bottom: 2px solid #fff;
	display: block;
	position: absolute;
	width: 100%;
	filter: drop-shadow(0px 1px 1px #333);

}
.nav_btn span:first-child{
	top: 24px;
}
.nav_btn span:nth-child(2){
	top: 36px;
}
.nav_btn span:nth-child(3){
	bottom: 0;
}
.nav_wrap{
	display: none;
}
.nav_wrap.active{
	display: block;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	padding: 15px;
	background: #000;
	z-index: 2;
}
.nav_btn.active{
	position: fixed;
	right: 30%;
	top: 5%;
}
.nav_btn.active span:nth-of-type(1) {
-webkit-transform: translateY(7px) rotate(-315deg) scale(.8);
transform: translateY(7px) rotate(-315deg) scale(.8);
}
.nav_btn.active span:nth-of-type(2) {
display: none;
}
.nav_btn.active span:nth-of-type(3) {
-webkit-transform: translateY(-17px) rotate(315deg) scale(.8);
transform: translateY(-17px) rotate(315deg) scale(.8);
}
.nav_wrap ul{
	width: 60%;
	margin: 0 auto;
	padding: 5vh 0;
}
.nav_wrap ul li{
	text-align: center;
	border-bottom: none;
}
.nav_wrap ul li span{
	display: block;
	font-family: 'Jost', sans-serif;
}
.nav_wrap li span:first-child{
	font-size: .34rem;
}
.nav_wrap li a{
	text-decoration: none;
}
.nav_wrap li a:hover{
	color: #999;
}
header .nav_wrap ul li span{
	text-align: center;
}

/*footer*/
footer{
	padding: .5rem 0;
}
.upper_row{
	margin-bottom: .3rem;
}
.upper_row .ja
,.upper_row .en{
	width: 49%;
	display: inline-block;
}
.upper_row span{
	display: block;
	margin-bottom: .2rem;
	font-size: .2rem;
}
.upper_row .en{
	text-align: right;
}
.footer_logo{
	text-align: left;
	width: 16%;
	display: inline-block;
}
.footer_logo img{
	width: 100%;
}
.copy{
	display: inline-block;
	width: 82%;
	text-align: right;
}

/*index*/
.top_main{
	background: url("../images/top_main.jpg") center center /cover no-repeat;
	height: 90vh;
	position: relative;
}
.top_main .catch{
	position: absolute;
	height: fit-content;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: left;
	width: 60%;
}
.top_main .catch h1{
	font-size: .34rem;
	margin-bottom: .1rem;
	line-height: .6rem;
	filter: drop-shadow(1px 1px 0.5px black);
}
.top_main .catch span{
	font-size: .24rem;
	filter: drop-shadow(1px 1px 0.5px black);
}
.flexbox{
	background: #6eb5c0;
	position: relative;
	height: 340px;
	width: 100%;
}
.flexbox::before{
	position: absolute;
	left: 0;
	width: 50%;
	height: 100%;
	content: "";
}
.flexbox:nth-child(even)::before{
	right: 0;
	left:auto;
}
.flexbox:first-child::before{
	background: url("../images/top_about.jpg") center center /cover no-repeat;
}
.flexbox:nth-child(2)::before{
	background: url("../images/top_business.jpg") center center /cover no-repeat;
}
.flexbox:last-child::before{
	background: url("../images/top_english.jpg") center center /cover no-repeat;
}
.flexbox .wrap{
	position: relative;
	height: 100%;
}
.flexbox .img{
	width: 48%;
}
.flexbox img{
	position: absolute;
	bottom: 0;
}
.flexbox:nth-child(even) img{
	right: 0%;
}
.flexbox .content div{
	position: absolute;
	width: 40%;
	height: fit-content;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.flexbox:nth-child(even) .content{
	position: absolute;
	width: 40%;
	height: 100%;
}
.flexbox:nth-child(even) .content div{
	width: 100%;
}
.flexbox .content h1{
	margin-bottom: .1rem;
	font-size: .3rem;
}
.flexbox .content p{
	margin-bottom: .4rem;
	font-size: .14rem;
}
.news{
	background: url("../images/bg_news.jpg") center center /cover no-repeat;
	padding: 1rem 0;
	position: relative;
}
.news::after{
	content: "";
	background-color: rgba(0, 0, 0, .4);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.news .wrap{
	position: relative;
	z-index: 1;
}
.news img{
	vertical-align: top;
}
ul li{
	border-bottom: 1px solid #fff;
	margin-bottom: .2rem;
	padding: .2rem .1rem;
}
.news ul{
	width: 60%;
	margin-left: 10%;
	display: inline-block;
}
.news li a:link{
	text-decoration: none;
}
.news li a:visited{
	color: #fff;
	text-decoration: none;
}

/*about*/
#sub_page section{
	padding: 1rem 0;
}
#sub_page .sub_main{
	height: 500px;
	position: relative;
	padding: 0;
}
.sub_main .catch h1{
	font-size: .8rem;
	filter: drop-shadow(1.5px 1px 0.5px black);
}
.sub_main .catch p{
	filter: drop-shadow(1px 1px 1px black);
}
.about .sub_main{
	background: url("../images/main_about.jpg") center center /cover no-repeat;
}
.business .sub_main{
	background: url("../images/main_business.jpg") center center /cover no-repeat;
}
.english .sub_main{
	background: url("../images/main_english.jpg") center center /cover no-repeat;
}
.contact .sub_main{
	background: url("../images/main_contact.jpg") center center /cover no-repeat;
}
.sub_main .catch{
	position: absolute;
	height: fit-content;
	width: fit-content;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.catct h1{
	font-size: .24rem;
}
.sub_title{
	margin-bottom: .5rem;
	text-align: center;
}
.content{
	line-height: .26rem;
}
.content h2{
	font-size: .26rem;
	margin-bottom: .5rem;
}
table{
	width: 100%;
}
tr{
	border-bottom: 1px solid #fff;
}
th{
	width: calc(30% - .2rem);
	padding: .2rem .1rem .1rem;
	vertical-align: top;
}
td{
	width: calc(69% - .2rem);
	padding: .2rem .1rem .1rem;
}

/*english*/
.english ul label{
	margin-bottom: .1rem;
}

/*business*/
.business .content p
,.business .content img{
	display: inline-block;
	width: 48%;
	vertical-align: middle;
}
.business .content{
	margin-bottom: .5rem;
}
.business .content p{
	padding-right: 10%;
}
.business ul label{
	margin-bottom: .2rem;
	font-size: .2rem;
}
.business ul span{
	text-align: right;
	display: block;
}
.business ul img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
.business table{
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
}
.business table tr{
	display: block;
	border-bottom: 1px solid #ccc;
}
.business table tr:first-child{
	background: #dbe1f1;
}
.business table th
,.business table td{
	text-align: center;
	width: 50%;
	display: inline-block;
	line-height: .16rem;
	padding: .2rem;
}
.business table td:last-child
,.business table th:last-child{
	border-left: 1px solid #ccc;
}
.business table tr:nth-child(6)
,.business table tr:nth-child(7)
,.business table tr:last-child{
	background: #f9eed7;
}

/*contact*/
input[type=text]
,input[type=email]
,input[type=tel]
,select
,textarea{
	width: 100%;
	padding: .1rem;
	color: #666;
	border: none;
}
textarea{
	height: 200px;
}
form table{
	margin-bottom: .5rem;
}
::placeholder{
	color: #ccc;
}

/*mail*/
@media screen and (max-width: 1000px) {
	.title{
		height: 50px;
	}
}


@media screen and (max-width: 767px) {
	body{
		padding: .06rem;
	}
	/*共通*/
	.sp_none{
		display: none;
	}
	.sub_title{
		width: 80%;
		margin: 0 auto .3rem;
	}

	/*header*/
	.logo{
		width: 30%;
	}
	.nav_btn{
		width: 30px;
	}
	.nav_btn span:first-child{
		top: 13px;
	}
	.nav_btn span:nth-child(2){
		top: 23px;
	}
	.nav_btn.active{
		right: 10%;
	}
	.nav_btn span:last-child{
		bottom: 16px;
	}
	.nav_btn.active span:nth-of-type(1){
		transform: translateY(3px) rotate(-315deg) scale(.8);
	}
	.nav_wrap li span:first-child{
		font-size: .26rem;
	}
	.nav_wrap ul{
		padding: 70px 0;
		height: 100vh;
	}

	/*footer*/
	.upper_row{
		margin-bottom: .1rem;
	}
	.upper_row .en{
		display: none;
	}
	.upper_row .ja{
		width: 100%;
	}
	.upper_row span{
		font-size: .16rem;
		letter-spacing: 0;
		margin-bottom: 0;
	}
	footer{
		padding: .3rem 0;
	}
	.footer_logo{
		width: 24%
	}
	.copy{
		width: 74%;
		font-size: .12rem;
	}

	/*index*/
	.top_main{
		height: 400px;
		background-position-x: 60%;
	}
	.top_main .catch{
		width: 90%;
	}
	.top_main .catch{
		font-size: .2rem;
		line-height: .24rem;
		left: 0;
		right: 0;
	}
	.top_main .catch h1{
		font-size: .18rem;
		line-height: .24rem;
	}
	.top_main .catch span{
		font-size: .16rem;
	}
	.flexbox{
		height: 480px;
	}
	.flexbox::before{
		width: 100%;
		height: 30%;
	}
	.flexbox .content div{
		width: 100%;
		top: 10%;
	}
	.title{
		height: 44px;
		filter: none;
	}
	.flexbox .content p{
		margin-bottom: .2rem;
	}
	.flexbox:nth-child(even) .content{
	width: 100%;
	}
	.flexbox:nth-child(even) img{
		left: 0;
	}
	.news ul{
		width: 100%;
		margin-left: 0;
	}
	.flexbox .content h1{
		font-size: .24rem;
		letter-spacing: .01rem;
	}

	/*about*/
	#sub_page .sub_main{
		height: 300px;
	}
	#sub_page section{
		padding: .5rem 0;
	}
	.sub_main .catch h1{
		font-size: .4rem;
	}
	.sub_title h1{
		font-size: .24rem;
	}
	.content h2{
		font-size: .2rem;
		margin-bottom: .2rem;
	}
	th
	,td{
		width: calc(100% - .2rem);
		display: block;
	}
	td{
		padding-top: 0;
	}

	/* business*/
	.business .content p
	, .business .content img{
		width: 100%;
	}
	.business .content p{
		padding-right: 0;
		margin-bottom: .2rem;
	}

	/*contact*/
	.contact table{
		border-collapse: inherit;
	}
	.contact td
 ,.contact th{
	 width: 100%;
 }












}


























}
