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

body {
	margin: auto;
	padding: 0;
	width: 100%;
	overflow-x: hidden;
	background-color: #ffffff;
	min-width: 1100px;
	-webkit-text-size-adjust: 100%;
}

.Wrap {
	overflow: hidden;
}

.clearfix:after {
	content:"";
	display:block;
	clear: both;
}

.hd {
	width: 1100px;
	margin: 0 auto;
}

.hdall {
	height: 90px;
	top: 0;
	min-width: 100%;
	background-color: #ffffff;
	z-index: 6000;
	position: absolute;
} 

.hdleft {
   width: 200px;
	z-index: 6200;
	position: absolute;
	top: 0;
}

.logo1 {
   left: 0;
   top: 0;
	float: left;
	width: 210px;
	position: absolute;
	z-index: 70;
}


.hdcenter {
	width: 600px;
	margin: 0 auto;
	top: 0;

}

a {
	text-decoration: none;
	color: #000000;
	font-weight: 600;
}


.nav1{
	position: absolute;
	z-index: 9999;
	margin-left: 100px;
	margin-top: 20px;
}		

.nav2{
	position: absolute;
	z-index: 9999;
	margin-left: 190px;
	margin-top: 20px;
}	

.nav3{position: absolute;
	z-index: 9999;
    margin-left: 335px;
	margin-top: 20px;
}	

.nav4{   
    position: absolute;
	z-index: 9999;
    margin-left: 435px;
	margin-top: 20px;
}	

.nav5{position: absolute;
	z-index: 9999;
	margin-left: 108px;
    font-size: 11px;
	margin-top: 25px;
}	

.nav6{position: absolute;
	z-index: 9999;
	margin-left: 193px;
    font-size: 11px;
    margin-top: 25px;}

.nav7{position: absolute;
	z-index: 9999;
    margin-left: 343px;
    font-size: 11px;
    margin-top: 25px;}

.nav8{position: absolute;
	z-index: 9999;
    margin-left: 452px;
    font-size: 11px;
    margin-top: 25px;}

.hdright {
	float: right;
	margin-top: 15px;
	width: 200px;
}

.headright {
	position: absolute;
	z-index: 10;
}

.clearfix:after {
	content:"";
	display:block;
	clear: both;
}

.videoall {
	  height: 100%; 
  height: 100vh; 
  position: relative; 
  width: 100%; 
}

.blind {
 background:url(../image/08.png);
  width: 100%;
	height: 100%;
	z-index: 5000;
	position: absolute;
}

#video {
  background-attachment: fixed;
  background-position: center center; 
  background-size: cover; 
  left: 0%;
  min-height: 100%;
  min-height: 100vh;
  min-width: 100%;
  min-width: 100vw!important;
  position: absolute;
  top: 50%;
  max-height: 100%;
  z-index: 1;
    transform: translateY(-50%);

}

.con1all {
	background-image: url(../image/背景1.jpg);
	width: 100%;
	height: 450px;
	padding: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-bottom: 0px;
}

.con1 {
	width: 1100px;
	margin: 0 auto;
	height: auto;
	padding-top: 80px;
	text-align: center;
}

.con1 p {
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	line-height: 2;
	letter-spacing: 5px;
}

.tt {
	font-weight: 600;
}

.con-content {
	width: 1100px;
	margin: 0 auto;
	height: auto;
	padding-top: 65px;
	padding-bottom: 65px;
	text-align: center;
	position: relative;
	z-index: 10;
}

.con-content-bg {
	margin-top: 30px;
	position: relative;
	z-index: 10;
}

.con-content p {
	font-size: 18px;
	color: #ffffff;
	position: absolute;
	z-index: 30;
	text-align: center;
	font-weight: 600;
	width: 1100px;
	margin: 0 auto;
	padding-top: 55px;
}

.con2all {
	background-image: url(../image/../image/背景2.5.jpg);
	width: 100%;
	height: 500px;
	padding: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-bottom: 40px;
}

.con2title {
	width: 1100px;
	margin: 0 auto;
	height: auto;
	text-align: center;
	padding-top: 50px;
}

.con2 {
    display: flex; align-items: center; justify-content: center; margin-top: 40px;
	margin: 40px auto 0;
	text-align: center;
	position: relative;
}

.f1 {
	position: relative;
    margin-right: 50px;
}

.icon1-5 {
	position: absolute;
	z-index: 10;
	transition: 0.5s ease-in-out;
}

.over1 {
	position: relative;
	z-index: 5;
	top: 0;
}

a:hover .icon1-5 {
	opacity: 0;
    filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.f2 {
	position: relative;
}

.icon2-5 {
	position: absolute;
	z-index: 10;
	transition: 0.5s ease-in-out;
}

.over2 {
	position: relative;
	z-index: 5;
	top: 0;
}

a:hover .icon2-5 {
	opacity: 0;
	filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.icon3-5 {
	position: absolute;
	z-index: 10;
	transition: 0.5s ease-in-out;
}

.f3 {
	position: relative;
	float: right;
	right: 60px;
}


.over3 {
	position: relative;
	z-index: 5;
	top: 0;
}

a:hover .icon3-5 {
	opacity: 0;
	filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.con3all {
	background-image: url(../img/背景3.5.jpg);
	width: 100%;
	height: 550px;
	padding: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-bottom: 0px;
}

.con3 {
	width: 900px;
	margin: 0 auto;
	height: auto;
	text-align: center;
}

.con3title {
	float: left;
	padding-top: 20px;
}

.con3 p {
	float: right;
	font-size: 35px;
	font-weight: 600;
	color: #ffffff;
	padding-top: 6px;
	margin-right: 50px;
	
}

.con3-content {
	width: 1100px;
	margin: 0 auto;
	height: auto;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 65px;
	position: relative;
	z-index: 10;
}

.con3-content-1 {
	position: relative;
	z-index: 12;
	margin-left: -25px;
}

.con3-content p {
	font-size: 15px;
	color: #ffffff;
	position: absolute;
	z-index: 30;
	margin-left: 150px;
	text-align: center;
	font-weight: 600;
	margin-top: 601px;
	letter-spacing: 5px;
}

.con3-1 {
	background-image: url(../image/背景3-1.jpg);
	width: 100%;
	height: 500px;
	padding: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-bottom: 65px;
	padding-top: 65px;
}

.con3-1content {
	width: 1100px;
	margin: 0 auto;
	height: auto;
	text-align: center;
}

.content {
	width: 1100px;
	margin: 0 auto;
	height: auto;
	text-align: center;
}

.pp {
	font-weight: 900;
	font-size: 24px;
}

.left1 p {
	font-size: 16px;
}

.left1 {
	float: left;
	text-align: left;
	margin-left: 45px;
	margin-top: 10px;
    letter-spacing: 2px;
	position: relative;
}

.left1-1 {
    margin-top: 87px;
}

.right1 {
	float: right;
	margin-top: 30px;
	margin-right: 45px;
	position: relative;
}

.con3-2 {
	width: 100%;
	height: 500px;
	padding: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-bottom: 65px;
	padding-top: 65px;
}

.con3-2content {
		width: 1100px;
	margin: 0 auto;
	height: auto;
	padding-top:10px;
	text-align: center;
	padding-bottom: 65px;
}

.left2 {
	float: left;
	text-align: left;
	margin-left: 45px;
	margin-top: 30px;
    letter-spacing: 2px;
	position: relative;
}

.right2 {
	float: right;
	margin-top: 8px;
	margin-right: 45px;
	text-align: left;
	 letter-spacing: 2px;
	position: relative;
}

.right2 p {
	font-size: 16px;
}

.right1-1 {
    margin-top: 15px;
}

.con3-3 {
	background-image: url(../image/背景3-2.jpg);
	width: 100%;
	height: 500px;
	padding: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-bottom: 65px;
	padding-top: 65px;
}

.con3-3content {
	width: 1100px;
	margin: 0 auto;
	height: auto;
	padding-top:10px;
	text-align: center;
	padding-bottom: 65px;
}

.left2-1 {
    margin-top: 39px;
}

.con3-4 {
	background-image: url(../image/背景3-3.jpg);
	width: 100%;
	height: 500px;
	padding: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-bottom: 65px;
	padding-top: 65px;
}

.con3-4content {
	width: 1100px;
	margin: 0 auto;
	height: auto;
	padding-top:10px;
	text-align: center;
	padding-bottom: 65px;
}
.right2-1 {
    margin-top: 40px;
}

.con3-5 {
	background-image: url(../image/背景3-4.jpg);
	width: 100%;
	height: 500px;
	padding: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-bottom: 65px;
	padding-top: 65px;
}

.con3-5content {
	width: 1100px;
	margin: 0 auto;
	height: auto;
	padding-top:10px;
	text-align: center;
	padding-bottom: 65px;
}

.con3-6content {
	width: 1100px;
	margin: 0 auto;
	height: auto;
	padding-top:10px;
	text-align: center;
	margin-top: 65px;
	padding-bottom: 65px;
} 

.mail2 {
	position: absolute;
	z-index: 30;
	margin-left: 500px;
	margin-top: 220px;
}

.contact1 {
	position: relative;
	z-index: 10;
}

.con4all {
	background-image: url(../img/背景4.jpg);
	width: 100%;
	height: 550px;
	padding: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-bottom: 0px;
}

.con4 {
	width: 900px;
	margin: 0 auto;
	height: auto;
	text-align: center;
}

.con4title {
	float: left;
	padding-top: 20px;
}

.con4 p {
	float: right;
	font-size: 35px;
	font-weight: 600;
	color: #ffffff;
	padding-top: 10px;
	margin-right: 200px;
	
}

.con4-content {
	width: 1100px;
	margin: 0 auto;
	height: auto;
	text-align: center;
		padding-top: 40px;
	padding-bottom: 65px;
	position: relative;
}

.con4-content p {
	font-size: 15px;
	color: #ffffff;
	position: absolute;
	z-index: 30;
	margin-left: 150px;
	text-align: center;
	font-weight: 600;
	margin-top: 563px;
	letter-spacing: 5px;
}

.con4-content-1 {
	position: relative;
	z-index: 12;
}

.con4-1 {
	background-image: url(../image/背景4-1.jpg);
	width: 100%;
	height: 500px;
	padding: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-bottom: 65px;
	padding-top: 65px;
}

.con4-1content {
	width: 1100px;
	margin: 0 auto;
	height: auto;
	text-align: center;
}

.left3 {
	float: left;
	text-align: left;
	margin-left: 45px;
	margin-top: 8px;
    letter-spacing: 2px;
	position: relative;
}

.left3 p {
	font-size: 16px;
}

.right4 {
	float: right;
	margin-top: 30px;
	margin-right: 45px;
	position: relative;
}

.con4-2 {
	width: 100%;
	height: 500px;
	padding: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-bottom: 65px;
}

.con4-2content {
	width: 1100px;
	margin: 0 auto;
	height: auto;
	text-align: center;
	margin-top: 65px;
	padding-bottom: 65px;
}

.left22 {
	float: left;
	text-align: left;
	margin-left: 45px;
	margin-top: 30px;
    letter-spacing: 2px;
	position: relative;
}

.right22 {
	float: right;
	margin-top: 8px;
	margin-right: 45px;
	text-align: left;
	 letter-spacing: 2px;
	position: relative;
}

.right22 p {
	font-size: 16px;
}

.right3-1 {
	margin-top: 14px;
}

.con4-3 {
	background-image: url(../image/背景3-2.jpg);
	width: 100%;
	height: 500px;
	padding: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-bottom: 65px;
	padding-top: 65px;
}

.con4-3content {
	width: 1100px;
	margin: 0 auto;
	height: auto;
	text-align: center;
	padding-bottom: 65px;
}

.left2-5 {
	margin-top: 65px;
}

.con5all {
	background-image: url(../image/背景3.jpg);
	width: 100%;
	height: auto;
	padding: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-bottom: 0px;
}

.con5 {
	width: 900px;
	margin: 0 auto;
	height: 100px;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
}


.con5-content2all {
	background-image: url(../img/背景7.jpg);
	width: 100%;
	height: auto;
	padding: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-bottom: 0px;
    margin-top: -50px;
}

.con5-content2 {
	width: 1100px;
	margin: 0 auto;
	height: auto;
	padding-top:65px;
	text-align: center;
	position: relative;
	padding-bottom: 65px;
}

.con5-content {
	width: 1100px;
	margin: 0 auto;
	height: auto;
	text-align: center;
	position: relative;
} 


.con5-content p {
	color: #ffffff;
    text-align: center;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 5px;
	font-weight: 600;
		position: absolute;
	z-index: 30;
	margin-top: 700px;
	margin-left: 210px;
}

.hk5 {
	position: relative;
	z-index: 10;
}

.con5title {
	float: left;
}

.con5 p {
	float: right;
	font-size: 35px;
	font-weight: 600;
	color: #ffffff;
	margin-top: 22px;
	margin-right: 62px;
	
}

.con6 {
	background-image: url(../image/背景6.jpg);
	width: 100%;
	height: 500px;
	padding: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-bottom: 65px;
	padding-top: 65px;
}

.con6-1content {
	width: 1100px;
	margin: 0 auto;
	height: auto;
	padding-top:10px;
	text-align: center;
	padding-bottom: 65px;
}

.gaicontent {
	width: 1100px;
	margin: 0 auto;
	height: auto;
	padding-top:10px;
	text-align: center;
}

.gairight {
	float: right;
	margin-right: 58px;
}

.gaileft {
	float: left;
	margin-left: 50px;
	color: #ffffff;
	text-align: left;
	margin-top: -23px;
}

table th {
	border-bottom: solid 1px #ffffff;
	padding: 1.2em 0 1.2em 10px;
}

table td {
	border-bottom: solid 1px #ffffff;
	letter-spacing: 5px;
}
.pr_box {
    background: url(../image/背景3-2.jpg) repeat; padding: 65px 0;
}
.pr_box .pr_title {display: block; margin: 0 auto 50px;}
.pr_box .pr_movie {position: relative; z-index: 10; cursor: pointer; margin: 0 auto; width: 1000px; aspect-ratio: 16 / 9;}
.pr_box .pr_movie iframe {width: 100%; height: 100%;}


.con7all {
	background-image: url(../image/背景7.jpg);
	width: 100%;
	height: 450px;
	padding: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-bottom: 0px;
} 

.con7 {
	width: 1100px;
	margin: 0 auto;
	height: auto;
	padding-top: 80px;
	text-align: center;
	padding-bottom: 0;
}

.con7 p {
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	line-height: 2;
	letter-spacing: 5px;
}

.dd {
	font-weight: 600;
	font-size: 22px;
}

.con8 {
	width: 1100px;
	margin: 0 auto;
	height: auto;
	padding-top:65px;
	text-align: center;
}


.rrr {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden
}

.Contact {
	padding-top: 40px;
    width: 1100px;
	margin: 0 auto;
	text-align: center;
}

.formTable {
	padding: 0;
	width: 900px;
	height: 70px;
}

.form {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	
}

.form table td {
	vertical-align: middle;
	border-bottom: 1px solid #f5f5f5;
}

.form table th {
	width: 300px;
	height: 20px;
	padding-left: 15px;
	font-size: 15px;
	border-bottom: 1px solid #f5f5f5;
	font-weight: 400;
}

.form-wrap {
	padding-bottom: 40px;
}

input {
	width: 100%;
}

table {
	width: 100%;
}

table input {
	vertical-align: middle;
	background-color: #f5f5f5;
	border-top: none;
	border-left: none;
}

input[type="text"]{
	height: auto; outline: none; padding: 16px; border: none; line-height: 1; font-size: 16px;
}

input[type="submit"] {
	background-color: #000000;
	font-size: 15px;
	color: #ffffff;
	height: 40px;
	width: 	300px;
	text-align: center;
	margin: 0 0 0 0;
	border-radius: 20px;
}
textarea {
	width: 100%;
	height: 300px;
	margin-top: 10px;
	overflow-x: hidden;
	background-color: #f5f5f5;
	border: none;
	padding: 16px;
	font-size: 16px; outline: none; line-height: 2;
}


.con9 {
	width: 1100px;
	margin: 0 auto;
	height: auto;
	padding-top:0;
	text-align: center;
}

.pagetop {
	display: none;
    bottom: 30px;
	right: 30px;
	position: fixed;
	z-index: 60;
}

.footerall {
	background-image: url(../image/footer.jpg);
	width: 100%;
	height: auto;
	padding: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-bottom: 5px;
	padding-top: 20px;
}

.footer-content {
	width: 1100px;
	margin: 0 auto;
	height: auto;
	text-align: center;
	padding-top: 10px;
	margin-bottom: -15px;
}
footer {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.logo2 {
	display: none;
	top: 0;
	left: 0;
	position: fixed;
	height: 90px;
}

.fixe {
    display: block;
}

.topmozi1 {
	overflow: hidden;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	letter-spacing: 14px;
	text-align: center;
	animation: fadeIn 7s ease 0s 1 normal;
    -webkit-animation: fadeIn 7s ease 0s 1 normal;
}

.mozisize {
	width: auto;
	margin: auto auto;
	z-index: 9999;
	left: 0;
	right: 0;
	position: absolute;
	text-align: center;
	top: 35%;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.fixe2 {
	top: 0;
	position: fixed;
}

#no1 {
	margin-top:-90px;
padding-top:90px;
}

#no2 {
	margin-top:-100px;
padding-top:100px;
}

#no3 {
    padding-top: 85px;
}
#no3 h2 {display: table; margin: 0 auto 10px;}

#no4 {
		margin-top:-120px;
padding-top:120px;
}

#no5 {
	margin-top:-90px;
padding-top:90px;
}

#no6 {
	margin-top:-250px;
padding-top:250px;
}

#no7 {
	margin-top:-180px;
padding-top:180px;
}

.kawaii {
	display: none;
}

.fixe3 {
    display: block;
	animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

.l1 {
	margin-right: 20px;
}
table td {letter-spacing: 1px;}

@media screen and (max-width: 1280px) {
	video {
		left: -10%;
	}
}

@media screen and (max-width: 480px) {
	.mozisize {
		top: 0; bottom: 0; width: calc(100% - 32px); margin: auto; display: flex; align-items: center; justify-content: center; z-index: 500;
	}
    .topmozi1 {width: 100%;}
	.kawaii {
        display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 100%; height: 100%; object-fit: cover; object-position: center;
	}
    .blind {background: rgba(0,0,0,.3); z-index: 400;}
	
	video {
		display: none;
	}
}

@media screen and (max-height: 800px) {
	.mozisize {
		top: 20%;
	}
}

.ilb {
	font-size: 8px;
	color: #fff;
}
.box01_sp_img01,.sp_con3-6content,.no05_sp_img01,.no05_sp_img02,.con-content-txt,.sp_f1,.sp_f2,.sp_f3,.sp_no_title,.no01_img01,.sp_no_txt01,.sp_no_txt02,.company_title,.con07_img,.con08_title,.sp_nav,.sp_hamburger,.sphdleft,.sp_footer {display: none;}
.none {display: none;}
#formWrap {margin: 100px auto;}
.btn_box input[type="submit"] {    color: #ffffff;
    background: rgba(245,9,13,1.00);
    border-radius: 20px;
    width: 180px;
    font-size: 18px;}
.btn_box input[type="button"] {height: 40px;}
.splogo2 {display: block;}
.end_txt {margin: 160px auto 100px;}
/*sp*/
@media screen and (max-width: 500px){
    body {min-width: inherit;}
    .hd {display: none;}
	.hdleft {display: none;}
    .sphdleft {width: 25%; z-index: 530; position: absolute; top: 0; left: 0; display: block;}
    .hdleft h1 {margin: 0; width: 100%;}
    .hdcenter {display: none;}
    .hdall {height: 60px; z-index: 520; position: fixed; top: 0; left: 0; width: 100%;}
    .logo1 {position: relative; float: none; width: 100%;}
    #no3 {padding: 130px 0 0; margin-top: -90px;}
    .con5-content {width: 100%;}
    .con5-content p {display: none;}
    #no3 h2 {width: 80%; box-sizing: border-box;}
    #no3 h2 img {width: 100%;}
    .hk5 {display: none;}
    .con5-content {width: 100%;}
    .con5-content img {width: 100%;}
    .box01_sp_img01 {display: block;}
    .con5-content2 {width: 100%; padding: 0;}
    .con5-content2all {width: 100%; padding: 50px 16px 40px; margin-top: -50px; box-sizing: border-box;}
    .con5-content2 img {width: 100%;}
    .con3-6content {display: none;}
    .sp_con3-6content {display: block; box-sizing: border-box; border: 1px solid #2e2e2e; width: calc(100% - 32px); margin: 40px auto; padding: 16px;}
    .sp_con3-6content .txt01 {display: block; width: 80%; margin: 20px auto;}
    .sp_con3-6content .under {background: #2e2e2e; padding: 20px 0; box-sizing: border-box;}
    .sp_con3-6content .under .tel {width: 75%; margin: 0 auto 16px; display: block; box-sizing: border-box;}
    .sp_con3-6content .under .mail {width: 75%; margin: 0 auto; display: block; box-sizing: border-box;}
    .sp_con3-6content .under .tel img,.sp_con3-6content .under .mail img {width: 100%; display: block;}
    #no5 {width: 100%; margin: -90px auto 0; padding: 90px 0 40px;}
    .con1all {display: none;}
    .no05_sp_img01 {display: block; width: 100%;}
    .l1 {display: none;}
    .no05_sp_img02 {display: block; width: 70%; margin: 0 auto;}
    .con-content {width: 100%; padding: 0 0 40px;}
    .con-content-bg,.con-content p {display: none;}
    .con-content-txt {display: block; width: 100%; margin-top: 40px;}
    .con2all {width: 100%; background-repeat: repeat; padding-bottom: 40px; height: auto;}
    .con2title {width: 100%; padding-top: 40px;}
    .con2title img {width: 32%;}
    .con2 {display: block; padding: 0 16px; box-sizing: border-box; margin: 20px auto 0;}
    .f1,.f2,.f3 {display: none;}
    .sp_f1,.sp_f2,.sp_f3 {display: block; width: 100%; box-sizing: border-box;}
    .sp_f1 img,.sp_f2 img,.sp_f3 img {width: 100%; display: block;}
    .sp_f1,.sp_f2 {margin-top: 20px;}
    .con3all,.con4all {height: auto; background: none;}
    .con3,.con4 {width: 100%;}
    .con3-content,.con4-content {width: 100%; padding: 0;}
    .con3-content p,.con4-content p {display: none;}
    .con3-content-1,.con4-content-1 {display: none;}
    .no01_img01 {display: block; width: 100%;}
    .con3-1,.con3-2,.con3-3,.con3-4,.con3-5,.con4-1,.con4-2,.con4-3,.con4-4,.con4-5 {padding: 40px 0; width: 100%; height: auto;}
    .con3-1content,.con3-2content,.con3-3content,.con3-4content,.con3-5content,.con4-1content,.con4-2content,.con4-3content,.con4-4content,.con4-5content {width: 100%; padding: 0; margin: 0;}
    .content {width: 100%; display: block;}
    .left1,.left3,.right22 {display: none;}
    .right1,.left2,.right4,.left22 {float: inherit; margin: 0; width: 100%;}
	.left2 img,.right1 img,.right4 img,.left22 img {width: 100%;}
    .no_title {display: none;}
    .sp_no_title {display: block; width: 40%; margin: 0 auto 30px;}
    .sp_no_txt01,.sp_no_txt02 {width: calc(100% - 32px); margin: 16px auto 0; display: block;}
    .con3 p,.con4 p {display: none;}
    .con3title,.con4title {display: none;}
    .right2 {display: none;}
    .con9 {width: 100%; display: none;}
	.con6 {height: auto; padding: 40px 0; background: #2e2e2e;}
	.con6-1content {width: 30%; padding: 0; margin-bottom: 20px;}
	.con6-1content img {display: none;}
	.con6-1content .company_title {display: block; width: 100%;}
	.gaicontent {padding: 0; width: 100%;}
	.gairight {float: inherit; margin: 0 auto;}
	.gaileft {float: inherit; margin: 0 auto;}
	.gairight iframe {width: 100%; height: 450px; display: block;}
	table th,table td {width: 100%; display: block; padding: 16px; font-size: 4vw; line-height: 1.7; font-weight: 500; box-sizing: border-box;}
	table th {border-bottom: none; padding-bottom: 0;}
	.none {display: block;}
	.con7all {display: none;}
	.con07_img {display: block; width: 100%;}
	.con8 {width: 100%; padding-top: 40px;}
	.con08_title {display: block; width: 40%; margin: 0 auto;}
	.otoiawasetitle {display: none;}
	.rrr {width: 100%; box-sizing: border-box;}
	.Contact {margin-top: 30px; width: 100%; box-sizing: border-box;}
	.form {width: 100%; box-sizing: border-box;}
	.form table th {width: 100%; height: auto; font-size: 16px; padding: 16px 16px 0; border-bottom: none;}
	.form table td {font-size: 16px;}
	.form table td input {width: 100%; box-sizing: border-box; padding: 10px; border: none; font-size: 16px; outline: none; font-weight: 500; height: auto;}
	.btnn {margin-top: 20px;}
	.btnn p {margin: 0;}
	.btnn input {height: auto; width: calc(100% - 32px); border-radius: 10vw; border: none; font-size: 16px; padding: 16px 0; line-height: 1; display: block; margin: 0 auto;}
	.pagetop.fixe3 {display: none;}
	.logo2 {height: 60px; display: block;}
	.sp_hamburger {
  position: fixed;
  width: 25px;
  height: 20px;
  top: 20px;
  right: 16px;
  z-index: 600; display: block;
	}
.hamburger {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  background: none;
  outline: none;
  border: none;
}

.hamburger_bar {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background: #000;
  transition: top 0.24s, transform 0.24s, opacity 0.24s;
}

.hamburger_bar:nth-child(1) {
  top: 0;
}

.hamburger_bar:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.hamburger_bar:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}

.hamburger_bar.is_active:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(135deg); background: #000;
}

.hamburger_bar.is_active:nth-child(2) {
  transform: translate(50%, -50%);
  opacity: 0;
}

.hamburger_bar.is_active:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-135deg); background: #000;
} 
.sp_nav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.24s;
  pointer-events: none;
  width: 100%;
  height: 100%;
background: #fff;
  padding-top: 15%; box-sizing: border-box; z-index: 560; display: flex; justify-content: center; align-items: center;
}
   .sp_nav .logo {width: 60%; display: block; margin: 0 auto;}
   .sp_nav .txt01 {font-size: 3vw; line-height: 1; z-index: 130; position: relative; margin: 5% 0 2%;}
   .sp_nav .txt02 {font-size: 5vw; position: relative; z-index: 130; line-height: 1;}

.sp_nav.is_active {
  opacity: 1;
  pointer-events: auto;
}
.nav-list {
  display: block;
  font-size: 4vw;
  flex-direction: column;
  box-sizing: border-box;
  width: 50%;
  position: relative;
  z-index: 130;
  margin: 50px auto 0; padding: 0;
}
.nav-list li {box-sizing: border-box; padding: 0; line-height: 1;}
	.nav-list li:nth-child(n + 2) {margin-top: 20px;}
	.footerall {display: none;}
	.sp_footer {display: block; width: 100%;}
#pop_banner {position: fixed; bottom: 0; z-index: 50; width: 100%;}
	.flex {display: flex;}
	.flex-c {justify-content: center;}
	.flex-al-c {align-items: center;}
	.sp_tel {width: 50%;}
	.sp_tel img {width: 100%; display: block;}
	.sp_mail {width: 50%;}
	.sp_mail img {width: 100%; display: block;}
	textarea {outline: none; height: 400px; padding: 10px; font-size: 16px; box-sizing: border-box; line-height: 2; font-weight: 500; width: 100%;}
	#formWrap {margin-top: 100px;}
	#formWrap h3 {font-size: 5vw; margin: 0 auto;}
	#formWrap .txt01 {font-size: 3.5vw; line-height: 2;}
	table.formTable {width: 100%; margin: 30px auto; box-sizing: border-box; border-top: 1px solid #c0c0c0;}
	table.formTable td, table.formTable th {display: block; width: 100%; font-size: 16px; height: auto; padding: 20px 16px; box-sizing: border-box;}
	table.formTable th {border-bottom: none; border-top: none;}
	.btn_box {display: flex; align-items: center; justify-content: space-between; width: calc(100% - 32px); margin: 40px auto 0; box-sizing: border-box;}
	.btn_box input[type="submit"],.btn_box input[type="button"] {width: 48%; height: auto; font-size: 4vw; padding: 16px 0; border-radius: 10vw; box-sizing: border-box; display: block; border: none;}
	.end_txt {margin: 160px auto 100px;}
    .pr_box {padding: 40px 0;}
    .pr_box .pr_title {width: 40%; margin-bottom: 30px;}
    .pr_box .pr_movie {box-sizing: border-box; width: calc(100% - 32px);}
    .pr_box .pr_movie video {width: 100%; height: auto; border: 3px solid #fff;}
    .pr_box .play-btn {width: 12%;}
    
    
	
}


