@charset "utf-8";

html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
ul{list-style:none}
button,input,select,textarea{margin:0}
html{box-sizing:border-box}
*,*:before,*:after{box-sizing:inherit}
img,embed,object,audio,video{height:auto;width:100%}
iframe{border:0}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0;text-align:left}
input[type="submit"],
input[type="button"] {
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}
body,input,textarea,button {
	font-size: 100%;
	font-family:'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #2b2b2b;
	font-weight: 400;
}
body {
	line-height: 1.6;
	background: #fff;
	-webkit-text-size-adjust: none;
}
ul,ol{
	list-style:none;
}
img {
	border: none;
	vertical-align: top;
}
input[type="submit"] {
	cursor: pointer;
}
a {
	color: #2b2b2b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.cf:before,.cf:after { content:""; display:table;}
.cf:after { clear:both;}
.cf { zoom:1;}

.pc{}
.sp{display: none;}
@media screen and (max-width:768px){
.pc{display: none;}
.sp{display: block;}
}
@media screen and (max-width:400px){
.pc{display: none;}
.sp{display: block;}
}

.area {
	clear: both;
}
.area_in {
	display: block;
	max-width:1000px;
	padding: 0;
	margin: 0 auto;
}
.area * {
	transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
}
.bg-slider {
	width: 100vw;
	height: 100vh;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
#wrapper {
	overflow: hidden;
}
#header {
	background: rgba(0, 0, 0, 0.8);
	position:relative;
}
#header .logo{
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
    left: 20px;
    top: 20px;
	padding: 20px;
    z-index: 1;
}
#header .logo img {
	max-width: 200px;
}
#header .menu a{
	float: right;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
    height: 80px;
    width: 80px;
    z-index: 10001;
    padding: 24px 24px 14px;
    background-color: rgba(0, 0, 0, 0.5);
	margin: 20px;
}
#header .menu a span {
    height: 2px;
    width: 100%;
    background: #fff;
}
#header .menu a span:nth-of-type(1) {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
#header .menu a span:nth-of-type(2) {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 4px;
}
#header .menu span:nth-of-type(3) {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 4px;
}
#header .menu .pageOpen{
	display: none;
}
#header .menu {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	cursor: pointer;
}

@media screen and (max-width:768px){
	#header .logo{
		padding: 10px;
	}
}
@media screen and (max-width:450px){
	#header .logo img{
		max-width: 100px;
	}
	#header .logo{
		padding: 10px 10px 4px;
	}
}


/* ======================================================

visual

=======================================================*/
#visual {
	position: relative;
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url(../img/top_fv_1.jpg);
}
#visual .visual_text {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
#visual .v_discription_l{
	color:#fff;
	font-size:4em;
	font-weight:700;
	text-shadow: 0 0 10px #797979;
    line-height: 1.4;
}
#visual .v_discription_s{
	color:#fff;
	font-size:2em;
	font-weight:700;
	text-shadow: 0 0 10px #797979;
}

@media screen and (max-width:768px){
	#visual .v_discription_l{
		font-size: 3em;
	}
	#visual .v_discription_s{
		font-size: 1em;
	}
}
@media screen and (max-width:450px){
	#visual .visual_text {
		width: 80%;
	}
	#visual .v_discription_l{
		font-size: 2em;
	}
}


/* ======================================================

service

=======================================================*/
.section_item01{
	padding: 6em 0 0;
}
.service_heading{
	text-align: center;
	margin: 0 0 6em;
}
.service_heading_price{
	text-align: center;
	margin: 4em 0;
}
.section-title-en{
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 4em;
	font-weight: 700;
	color:#1b6274;
}
.section-title-jp{
	font-size: 1.4em;
	font-weight: 700;
}
.sub_comment{
	text-align: center;
	margin: 0 0 4em;
}
.contents_box{
	display: flex;
	justify-content:space-between;
	align-items: top;
}
.contents_box_color{
	width: 50%;
	font-size: 1vw;
}
.bc_lightblue{
	padding: 4em;
	background: #f0fbfb;
}
.bc_lightyellow{
	padding: 4em;
	background: #fafbf0;
}
.contents_box_color p{
	margin: 0 0 2em;
}
.contents_box_color p:last-child{
	margin: 0;
}
.contents_inner{
	width: 800px;
	margin: 0 auto;
}
.section_item02{
	padding: 6em 0 0;
}
.section_item03{
	background: #f0fbf8;
	padding: 6em 0
}
.section_item05{
	padding: 6em 0
}
.contents_table{
	width: 1020px;
	margin: 0 auto;
}
.contents_table table{
	width: 100%;
}
.contents_table table th,
.contents_table table td{
	padding: 20px;
}
.contents_table table tr{
	border-bottom: 1px solid #eee;
}
.contents_table p{
	margin: 2em 0;
}
.contents_table h4{
	margin: 2em 0;
	border-left: 4px solid #000;
	font-size: 1.4em;
	font-weight: 700;
	padding: 1em;
}
.company_img{
	text-align:center;
	margin: 2em auto;
}
.company_img img{
	width: 660px;
}
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

@media screen and (max-width:768px){
	.sub_comment{
		margin: 0 2em 4em;
	}
	.contents_box{
		display: block;
	}
	.contents_box_color{
		width: 100%;
		font-size: 1em;
	}
	.contents_table{
		width: 94%;
		font-size:.8em;
	}
	.contents_table table th, .contents_table table td{
		padding: 10px;
	}
	.contents_table h4{
		font-size: 1.2em;
		padding: 10px;
	}
	.company_img{
		margin: 1em auto;
	}
	.company_img img{
		width: 100%;
	}
}
@media screen and (max-width:450px){
	.sub_comment{
		margin: 0 1em 2em;
	}
	.bc_lightblue,
	.bc_lightyellow{
		padding: 2em 1em;
	}
	.section-title-en{
		font-size: 3em;
	}
}


/* ======================================================

footer

=======================================================*/
#footer p{
	padding: 4em 0;
	text-align: center;
}
#footer p img {
	width: 100%;
	max-width: 200px;
}
#footer .copy {
	background: #090909;
	text-align: center;
	line-height: 1;
	padding: 2em 0;
	font-size: .8em;
	color: #fff;
}

@media screen and (max-width:450px){
	#footer .footer_text .copy {
		font-size: .8em;
	}
}

/* ======================================================

menu

=======================================================*/
.page {
	display: none;
	position: fixed;
	overflow: hidden;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.page.active .pageIn {
	left: 76%;
}
.pageIn {
	position: absolute;
	overflow-y: auto;
	left: 100%;
	width: 24%;
	height: 100%;
	padding: 1%;
	padding-top: 100px;
	background-color: rgba(0, 0, 0, 0.8);
	box-sizing: border-box;
	color: #111;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}
.closeBtn {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.closeBtn a {
    float: right;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
    height: 80px;
    width: 80px;
    z-index: 10001;
    padding: 24px 24px 14px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 20px;
}
.closeBtn a span{
	background: #fff;
    width: 2px;
	margin: 6px -16px -10px 14px
}
.closeBtn a span:nth-of-type(1) {
	-webkit-transform: translateY(12px) rotate(-45deg);
	transform: translateY(-12px) rotate(-45deg);
	}
.closeBtn a span:nth-of-type(2) {
	-webkit-transform: translateY(-12px) rotate(45deg);
	transform: translateY(-12px) rotate(45deg);
}
	
.category .title {
	color:#fff;
	font-family: 'Poppins', sans-serif;
	font-size: 1.6em;
	font-weight: 700;
	padding:0 10px;
	margin-bottom:10px;
}
.category a {
	color:#fff;
}
.sub_category{
	padding:4%;
	margin-bottom:10px;
}
.sub_category p{
	font-size:100% !important;
	line-height: 2 !important;
}
.back_top{
	text-align:center;
	margin-bottom:80px;
}
@media screen and (max-width: 1000px){
	.page.active .pageIn {
		left: 70%;
	}
	.pageIn {
		width: 30%;
	}
}
@media screen and (max-width:768px){
	#header .menu a,
	.closeBtn a{
		height: 60px;
		width: 60px;
		padding: 20px 16px 14px;
	}
	.page.active .pageIn {
		left: 40%;
	}
	.pageIn{
		width: 60%;
	}
}


@media screen and (max-width: 600px){
	.page.active .pageIn {
		left: 60%;
	}
	.pageIn {
		width: 40%;
	}
}
@media screen and (max-width: 450px){
	.page.active .pageIn {
		left: 0;
	}
	.pageIn {
		width: 100%;
	}
	.category a {
		font-size:120%;
	}
}

