@import url('https://fonts.googleapis.com/css2?family=LINE+Seed+JP:wght@100;400;700&family=Noto+Sans+JP:wght@100..900&display=swap');

/*
font-family: "LINE Seed JP", sans-serif; 100.400.700
font-family: "Noto Sans JP", sans-serif; 100-900
*/
li {list-style:none;}
img {border:0;}
a {color:#000; outline: none;}
h1, h2, h3, h4, ul, p, figure {margin:0; padding:0;}
html {height:100%;scroll-behavior: auto;}
span {display: inline-block;}
.clearfix:after { content: ""; clear: both; display: block;}
img {max-width: 100%;height: auto;}
body {
	margin: 0 auto;
	padding:0;
	color:#000;
	line-height:160%;
	font-family: "LINE Seed JP", sans-serif;
	font-weight: 400;
	font-size:17px;
	max-width: 1600px;
	overflow-x: hidden;
}

/*----------------loading------------------*/
#white{
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 1000000;
  position: fixed;
  left: 0;
  top: 0;
}

/*----Ios初期化-----*/
input, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
}

/*----tel イベント-------------*/
a.tel { cursor: default; pointer-events: none; text-decoration: none;}
@media screen and (max-width: 855px) {
a.tel { pointer-events: auto;}
}

/*------------------------------------------
ヘッダ
-----------------------------------------*/
#header {
	position: relative;
	text-align: right;
	box-sizing: border-box;
	max-width: 1600px;
	margin: 0 auto;
	overflow: hidden;
}


#header::before {
	content: "";
	width: 120%;
	height: 222px;
	background-color: #218e9a;
	position: absolute;
	left: -50px;
	top: 0;
	transform: rotate(-10deg);
	transform-origin: left top; 
	z-index: 2;
}
#header::after {
	content: "";
	width: 120%;
	height: 222px;
	background-color: #fff;
	position: absolute;
	left: -50px;
	top: 95px;
	transform: rotate(-10deg);
	transform-origin: left top; 
	z-index: 1;
}
#header p.copy {
	font-size: 89px;
	transform: rotate(-10deg);
	transform-origin: left top; 
	position: absolute;
	left: 30px;
	top: 150px;
	z-index: 3;
}
#header p.copy span {font-size: 18px; color: #fff; margin-left: 15px;}

#header p.copy2 {
	font-size: 92px;
	transform: rotate(-10deg);
	transform-origin: left top; 
	position: absolute;
	left: 50px;
	top: 250px;
	z-index: 3;
	font-weight: 700;
	color: #218e9a;
}

#header p.sm_main {display: none;}

@media screen and (max-width: 1476px) {
#header::before {height: 180px;}
#header::after {top:35px;}	
#header p.copy {
	font-size: 72px;
	left: 30px;
	top: 110px;
}
#header p.copy2 {
	font-size: 76px;
	left: 35px;
	top: 200px;
}	
}
@media screen and (max-width: 1280px) {
#header::before {height: 170px;}
#header::after {top:20px;}	
#header p.copy {font-size: 60px;}
#header p.copy2 {font-size: 63px;top: 190px;}	
}
@media screen and (max-width: 1216px) {
#header {padding: 50px 30px 0 0;}
}
@media screen and (max-width: 1136px) {
#header::before {height: 150px;}
#header::after {top:10px;}	
#header p.copy {font-size: 50px; top: 90px;}
#header p.copy2 {font-size: 53px;top: 160px;}	
}

@media screen and (max-width: 980px) {
#header {padding: 0;}	
#header::before {height: 220px;}
#header::after {top:59px;}	
#header p.copy {
	font-size: 60px;
	left: 30px;
	top: 160px;
}
#header p.copy2 {
	font-size: 63px;
	left: 30px;
	top: 230px;
}	
	
#header p.sm_main {
	display: block;	
	position: absolute;
	z-index: 3;
	background-color: #fff;
	width: 120%;
	transform: rotate(-10deg);
	transform-origin: left top; 
	text-align: left;
	top: 0;
	left: -30px;
	padding: 50px 0 0 40px;
}
#header p.sm_main img {	width: 300px;height: auto;}	
}

@media screen and (max-width: 620px) {
#header p.copy span {display: block;color: #000;margin: 20px 0 0 0;}	
#header p.copy {text-align: left;}
#header::before {height: 200px;}
#header::after {top:59px;}	
#header p.copy {left: 20px;	top: 145px; font-size: 50px;}
#header p.copy2 {top: 234px; left: 20px; font-size: 53px;}	
}
@media screen and (max-width: 476px) {
#header p.sm_main {	padding: 40px 0 0 40px;}	
#header p.sm_main img {width: 200px;}	
#header p.copy span {display: block;color: #000;margin: 20px 0 0 -10px;}	
#header p.copy {text-align: left;}
#header::before {height: 180px;}
#header::after {top:40px;}	
#header p.copy {top: 130px; font-size: 10vw;}
#header p.copy2 {top: 220px; font-size: 10.5vw;}		
}

@media screen and (max-width: 426px) {
#header p.sm_main {	padding: 35px 0 0 40px;}	
#header p.sm_main img {width: 160px;}
#header::before {height: 150px;}
#header::after {top:5px;}	
#header p.copy {top: 100px; font-size: 10vw;}
#header p.copy2 {top: 185px; left: 15px;}	
}



/*--段組み---*/
#header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header .txt {
	width: 40%;
	display: inline-block;
	text-align: left;
	position: relative;
	z-index: 2;
}
#header .left {	width: 54%;	position: relative;}
#header .left::after {
	content: "";
	width: 120%;
	height: 200px;
	background-color: #fff;
	position: absolute;
	left: -50px;
	bottom: -200px;
	transform: rotate(-10deg);
	transform-origin: left bottom; 
	z-index: 1;
}


/*--右側---*/
#header .txt img.mk {
	max-width: 465px;
	width: 90%;
	height: auto;
	margin: 30px 0 0 0;
}

#header .txt h1 {
	font-size: 34px; line-height: 220%; margin: 50px 0 20px 0;
	position: relative; display: inline-block;}
#header .txt p {font-size: 18px; font-weight: 700;}

#header .txt h1 img.m1 {
	position: absolute;
	width: 83px;
	height: auto;
	left: 230px;
	top: 0;
}
#header .txt h1 img.m2 {
	position: absolute;
	width: 138px;
	height: auto;
	left: 0;
	bottom: 0;
}

@media screen and (max-width: 1064px) {
#header .txt h1 {font-size: 28px; line-height: 200%; margin: 30px 0 20px 0;}
#header .txt h1 img.m1 {width: 75px;left: 180px;}
#header .txt h1 img.m2 {width: 110px;}
}
@media screen and (max-width: 980px) {
#header .left::after {display: none;}	
#header .inner {display: block;}
#header .txt {	width: 100%;z-index: 4;	padding: 0 30px; box-sizing: border-box}
#header .left {	width: 100%;}	
#header .txt img.mk {display: none;}
}

/*--スライダ---*/
.swiper-container {
	position: relative;
	z-index: 0;
	height: calc(100vh + 100px);
	min-height: 640px;
}

.swiper-slide {
	width: 100%;
	height: 100%;
}

.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 980px) {
.swiper-container {height: calc(100vh - 60px);}	
}


/*------------------------------------------
gmenu
-----------------------------------------*/
.gmenu {
	margin: 0;
	position:absolute;
	right: 50px;
	top: 70px;
	z-index: 3;
	display: flex;
	column-gap: 30px;
	justify-content: flex-end;
}
.gmenu b {font-weight: normal;}
.gmenu a {display: block; text-decoration: none;text-align: left;}
.gmenu a span {color:#218e9a; font-weight: 700; display: block;}
.gmenu a.smm {display: none;}

@media screen and (max-width: 1580px) {
.gmenu a.smm {display: block;}
.gmenu a.pcm {display: none;}
}
@media screen and (max-width: 1482px) {
.gmenu {column-gap: 20px;}
.gmenu a {font-size: 16px;}	
}
@media screen and (max-width: 1476px) {
.gmenu {top: 50px}	
}
@media screen and (max-width: 1216px) {
.gmenu a {font-size: 15px;}	
.gmenu {right: 30px}	
}
@media screen and (max-width: 1136px) {
.gmenu a.smm {display: none;}	
}



h2 {
	font-size: 40px;
	margin: 30px 0 40px 0;
	font-weight: 700;
	line-height: 140%;
	position: relative;
	z-index: 10;
}
h2.sub {margin: 0;}
h2 span {color: #218e9a;}
h3 {
	font-size: 29px;
	margin: 40px 0 30px 0;
	font-weight: 700;
	line-height: 140%;
}
@media screen and (max-width: 1065px) {
h2,
h2 span {
	font-size: 30px;
	margin: 20px 0 30px 0;
}
h3 {
	font-size: 20px;
	margin: 30px 0 20px 0;
}	
}


@media screen and (max-width: 500px) {
h2,
h2 span{
	font-size: 26px;
}
h3 {
	font-size: 18px;
}	
}	

.num {position: relative; z-index: 10;}
.num img,
.num p {display: inline-block; font-weight: 700;}
.num img {width: 95px; height: auto; margin-right: 25px;}
.num.p02 img {width: 120px;}
.num.p05 img {width: 140px;margin-right: 10px;}


hr.wh {
	border: none;
	background-color: red;
	height: 300px;
	transform: rotate(-10deg);
	transform-origin: left top;
	margin: 0 auto;
	position: absolute;
	bottom:-300px;
	left: -50px;
	width: 140%;
}

/*-------------------------------------------
sec1 01
バーは無し
-------------------------------------------*/
#sec1 {position: relative;
	max-width: 1600px;
	margin: 0 auto;
	overflow-x: hidden;
}
#sec1 .waku {
	padding: 50px 50px 100px 100px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 6;
}

#sec1::before {
  border-color: transparent #218e9a transparent transparent;
  border-style: solid;
  border-width: 150px 100vw 0 0;
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
}

#sec1 .left {width: 35%;}
#sec1 .right {width: 60%; overflow: hidden;}
#sec1 .right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#sec1 .left .keyw {
max-width: 320px; display: flex; column-gap: 5px; flex-wrap: wrap;
margin: 40px 0 0 0;}

#sec1 .left .keyw p {
	border: 1px solid #000;
	padding: 5px;
	box-sizing: border-box;
	border-radius: 7px;
	text-align: center;
	margin-bottom: 5px;
}
#sec1 .left .keyw p.b {background-color: #000; color: #fff; width: 100%;}
#sec1 .left .keyw p.w1 {width: calc((100% - 10px)/3);}
#sec1 .left .keyw p.w2 {width: calc((100% - 5px)/2);}

@media screen and (max-width: 1065px) {
#sec1 .waku {padding: 50px 40px 100px 60px;}
#sec1::before { border-width: 100px 100vw 0 0;}
}

@media screen and (max-width: 980px) {
#sec1 .waku {
	padding: 50px 0px 50px 0px;
		flex-wrap: wrap;
	flex-direction:column-reverse;
}
#sec1 .left,#sec1 .right {width: 100%;}
#sec1 .left {
	padding: 50px 30px;
	box-sizing: border-box;
}
}

/*-------------------------------------------
sec2 02
バーあり
-------------------------------------------*/
#sec2 {
	box-sizing: border-box;
	position: relative;
	color: #fff;
	max-width: 1850px;
	margin: 0 auto;
	overflow-x: hidden;
	background-color: #218e9a;
}

#sec2::before {
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 150px 100vw 0 0;
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
}

#sec2 .waku {padding: 50px 50px 150px 100px;}
#sec2 .inner {
	display: flex;
	flex-wrap: wrap;
	column-gap: 60px;
}

#sec2 .inner .box {
	width: calc((100% - 120px)/3);
	margin: 0 0 30px 0;
}
#sec2 .inner .box a {color: #fff; text-decoration: none;}

#sec2 .inner .box figure {
	width: 100%;
	max-height: 214px;
	height: 16vw;
	overflow: hidden;
	position: relative;
	border-radius: 15px;
}

#sec2 .inner .box figure::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(24,62,60,0.6);
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
}
#sec2 .inner .box figure figcaption {
	color: #c4c23b;
	font-size: 24px;
	font-weight: 700;
	position: absolute;
	left: 0;
	top: calc(50% - 30px);
	z-index: 2;
	text-align: center;
	width: 100%;
}
#sec2 .inner .box figure figcaption span {
	display: inline-block;
	margin: 0 auto;
	font-size: 16px;
	color: #218e9a;
	background-color: #fff;
	padding: 0px 15px;
	border-radius: 30px;
	margin-top: 10px;
}


#sec2 .inner .box figure img {
	width: 100%; height: 100%; object-fit: cover;
	position: relative;
	z-index: 0;
}
#sec2 .inner .box p {padding: 10px;}
#sec2 .inner .box a figure img {transition: 0.5s;}
#sec2 .inner .box a:hover figure img {transform: scale(1.1);}

@media screen and (max-width: 1065px) {
#sec2::before { border-width: 100px 100vw 0 0;}
#sec2 .waku {padding: 50px 40px 50px 60px;}
}
@media screen and (max-width: 980px) {
#sec2 .waku {padding: 50px 30px 50px 30px;}
}
@media screen and (max-width: 940px) {
#sec2 .inner {column-gap: 40px;}
#sec2 .inner .box {width: calc((100% - 40px)/2);}
#sec2 .inner .box figure {height: 20vw;}
}
	
@media screen and (max-width: 650px) {
#sec2 .inner .box {	width: 100%;}
#sec2 .inner .box figure {height: 30vw;}
}

/*-------------------------------------------
sec3 03
-------------------------------------------*/
#sec3 {
	padding: 30px 50px 0px 100px;
	max-width: 1850px;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 6;
	overflow-x: hidden;
}

#sec3 .col1 {width: 48%;}
#sec3 .col2 {width: 40%; padding: 0 30px 0 0; box-sizing: border-box; position: relative; z-index: 2;} 
#sec3 .col3 {width: 12%;position: relative; z-index: 2;}
#sec3 .col3 img {border-radius: 10px; margin-top: 5px;}
	
@media screen and (max-width: 1065px) {
#sec3 {padding: 50px 40px 0px 60px;	flex-wrap: wrap;}
#sec3 .col1 {width: 60%;}
#sec3 .col2 {width: 40%; padding: 0;} 
#sec3 .col3 {width: 100%; padding: 20px 0 0 0; letter-spacing: -0.4em;}
#sec3 .col3 img {width: calc((100% - 20px)/3); margin-right: 10px;}
#sec3 .col3 img:last-child {margin: 0;}	
#sec3 .col3 p {margin-bottom: 10px; font-weight: 700; letter-spacing: normal;}
}
@media screen and (max-width: 980px) {
#sec3 {padding: 50px 30px 0px 30px;}	
}

@media screen and (max-width: 780px) {
#sec3 .col1 {width: 100%;}
#sec3 .col2 {width: 100%; padding: 20px 0; text-align: center;}
#sec3 .col2 img {max-width: 500px; width: 100%;} 	
}
@media screen and (max-width: 560px) {
#sec3 .col2 {padding: 0;} 	
}


/*-------------------------------------------
sec3-1
-------------------------------------------*/
#sec31 {
	padding: 50px 50px 0px 100px;
	max-width: 1400px;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 6;
	flex-wrap: wrap;
}

#sec31 .col1 {width: 250px;}
#sec31 .col2 {width: calc(100% - 250px); text-align: left;} 

#sec31 .col2 .inner { display: inline-block; width: 100%;}

/*--タイトル行---*/
.tbl {display: flex;}
.tbl p {border-top: 1px solid #a8a5a5; padding: 20px 0 20px 10px;}

.tbl p:nth-child(1) {width: 90px;}
.tbl p:nth-child(2) {width: calc((100% - 90px) * 0.26);}
.tbl p:nth-child(3) {width: calc((100% - 90px) * 0.21);}
.tbl p:nth-child(4) {width: calc((100% - 90px) * 0.23);}
.tbl p:nth-child(5) {width: calc((100% - 90px) * 0.05);}
.tbl p:nth-child(6) {width: calc((100% - 90px) * 0.23); text-align: center;}

/*--中身---*/
.tbl_inner2 {display: flex; font-size: 16px;}
.tbl_inner2 .left {width: 100px;}
.tbl_inner2 .right {width: calc(100% - 100px);}

.tbl_inner2 .right .tbl2 {display: flex;}
.tbl_inner2 .right .tbl2.sm {display: none;}
.tbl_inner2 .left p,
.tbl_inner2 .right p  {border-top: 1px solid #a8a5a5; padding: 5px 0 5px 10px;}

.tbl_inner2 .right p:nth-child(1) {width: 26%;}
.tbl_inner2 .right p:nth-child(2) {width: 21%;}
.tbl_inner2 .right p:nth-child(3) {width: 23%;}
.tbl_inner2 .right p:nth-child(4) {width: 5%;}
.tbl_inner2 .right p:nth-child(5) {width: 23%;}

@media screen and (max-width: 1310px) {
#sec31 .col1 {width: 100%; padding-bottom: 20px;}
#sec31 .col2 {width: 100%;} 

}
@media screen and (max-width: 1065px) {
#sec31 {padding: 50px 50px 0px 50px;}	
}

@media screen and (max-width: 980px) {
#sec31 {padding: 50px 30px 0px 30px;}		
	
.tbl {display: none;}
.tbl_inner2 .right .tbl2.sm {display: flex; color: #666;}
.tbl_inner2 {flex-wrap: wrap;}
.tbl_inner2 .left {width: 100%;}
.tbl_inner2 .right {width: 100%;}
	
.tbl_inner2 .left p {background-color: #f6f6f6;}
.tbl_inner2 .right p  {border-top:none}
.tbl_inner2 .tbl2 {border-top: 1px solid #a8a5a5;}
}

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

.tbl_inner2 .right .tbl2.sm {display: none;}

.tbl_inner2 .right .tbl2 {flex-wrap: wrap;}
	
.tbl_inner2 .left p {background-color: #333; color: #fff;}
.tbl_inner2 .right p:nth-child(1) {width: 100%; background-color: #f6f6f6; font-weight: 700;}
.tbl_inner2 .right p:nth-child(2) {width: 100%; padding-bottom: 0;}
.tbl_inner2 .right p:nth-child(3) {width: 100%; padding-bottom: 0;}
.tbl_inner2 .right p:nth-child(4) {width: 100%; padding-bottom: 0;}
.tbl_inner2 .right p:nth-child(5) {width: 100%;}

.tbl_inner2 .right p:nth-child(2)::before {
	content: "[メーカー] "; 
	font-size: 14px;
	}
.tbl_inner2 .right p:nth-child(3)::before {content: "[型式] "; font-size: 14px;}
.tbl_inner2 .right p:nth-child(4)::before {content: "[台数] "; font-size: 14px;}
.tbl_inner2 .right p:nth-child(5)::before {content: "[能力] "; font-size: 14px;}
}

/*-------------------------------------------
sec4
バーあり
-------------------------------------------*/
#sec4 {
	padding: 100px 50px 50px 100px;
	box-sizing: border-box;
	position: relative;
	max-width: 1850px;
	margin: 0 auto;
}

/*#sec4::before {
	content: "";
	background-color: #d6d6d6;
	width: 140%;
	position: absolute;
	height: 400px;
	transform: rotate(-10deg);
	transform-origin: left bottom;
	z-index: -10;
	left: -50px;
	top: 100px;
}*/

#sec4 .comp {display: flex;	column-gap: 30px;}
#sec4 .comp figure {width: calc((100% - 30px)/2);}
#sec4 .comp figure img {width: 100%; height: 20vw; object-fit: cover;}
#sec4 .comp figure figcaption {	font-size: 15px;}

@media screen and (max-width: 800px) {
#sec4 .comp {flex-wrap: wrap;}	
#sec4 .comp figure {width:100%; margin-bottom: 30px;}
#sec4 .comp figure img {height: 40vw;}
}


#sec4 .inner {
	display: flex;
	justify-content: space-between;
	position: relative;
	max-width: 1400px;
	margin: 80px auto 0 auto;
	padding: 50px 50px 0px 50px;
	box-sizing: border-box;
}

#sec4 .col1 {width: 20%;}
#sec4 .col2 {width: 75%;} 

#sec4 .col2 .tblc {
	border-top: 1px solid #a8a5a5;
	display: flex;
	flex-wrap: wrap;
}

#sec4 .col2 .tblc:last-child {border-bottom: 1px solid #a8a5a5;}

#sec4 .col2 .tblc p {
	padding: 27px 15px;
	box-sizing: border-box;
}
#sec4 .col2 .tblc p.nm {width: 180px;}
#sec4 .col2 .tblc p.gy {width: calc(100% - 180px);}

#sec4 .col2 .tblc p.cell {
	letter-spacing: -0.4em;
}
#sec4 .col2 .tblc p.cell span {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}
#sec4 .col2 .tblc p.cell span.ttl {width: 120px;}
#sec4 .col2 .tblc p.cell span.txt {width: calc(100% - 120px);}

#sec4 .col2 .tbl p:nth-child(1) {width: 100px;}
#sec4 .col2 .tbl p:nth-child(2) {width: calc(100% - 100px);}

@media screen and (max-width: 1310px) {
#sec4 .inner {flex-wrap: wrap; margin-top: 0;}
#sec4 .col1 {width: 100%; padding-bottom: 20px;}
#sec4 .col2 {width: 100%;} 

#sec4 .col1 img {
	max-width: 200px;
}	
#sec4 .col1 img.iso {
	position: absolute;
	right: 50px;
	top: 50px;
}
}
@media screen and (max-width: 1065px) {
#sec4 {padding: 50px 40px 0px 60px;}
#sec4 .inner {padding: 50px 0px 0px 0px;}
#sec4 .col1 img.iso {
	right: 0px;
	max-width: 170px;
}
}
@media screen and (max-width: 980px) {
#sec4 {padding: 50px 30px 0px 30px;}
#sec4 .col2 .tblc p {
	padding: 15px 5px;
	font-size: 15px;
}
#sec4 .col2 .tblc p.nm {width: 120px;}
#sec4 .col2 .tblc p.gy {width: calc(100% - 120px);}
}
	
@media screen and (max-width: 650px) {
#sec4 .col2 .tblc p.cell span.ttl {width: 100%; font-weight: 700;}
#sec4 .col2 .tblc p.cell span.txt {width: 100%;}
#sec4::before {height: 300px;}
}
@media screen and (max-width: 530px) {
#sec4 .col2 .tblc p {padding: 5px 5px;}
#sec4 .col2 .tblc p.nm {width: 100%; background-color: #f6f6f6;}
#sec4 .col2 .tblc p.nm br {display: none;}
#sec4 .col2 .tblc p.gy {width: 100%; padding: 10px 5px;}
#sec4 .col1 img.iso {position: static; float: right;}
}

@media screen and (max-width: 450px) {
#sec4 .col1 img.iso {width: calc(100% - 210px);}	
}

/*-------------------------------------------
フォーム
-------------------------------------------*/

#sec5 {
	display: flex;
	justify-content: space-between;
	position: relative;
	max-width: 1400px;
	margin: 80px auto 0 auto;
	padding: 50px 50px 80px 100px;
	box-sizing: border-box;
}



#sec5 .col1 {width: 20%;}
#sec5 .col2 {width: 75%;} 

@media screen and (max-width: 1310px) {
#sec5 {flex-wrap: wrap;}
#sec5 .col1 {width: 100%; padding-bottom: 20px;}
#sec5 .col2 {width: 100%;} 
}
@media screen and (max-width: 1065px) {
#sec5 {padding: 50px 50px 80px 50px;}
}
@media screen and (max-width: 980px) {
#sec5 {padding: 50px 30px 80px 30px;}
}

/*-------------お問合せ---------------------------------------------------*/

#form{}
#form p.txt{border-bottom: 1px solid #a8a5a5; padding-bottom: 20px; margin-bottom: 30px;}
#form p.txt strong {font-weight: 700;}

#form .box{
padding: 18px 0;
margin: auto;
letter-spacing: -0.4rem;
}
#form .box .th{
letter-spacing: normal;
width: 150px;
display: inline-block;
box-sizing: border-box;
padding: 0 25px 0 0;
vertical-align: middle;
}
#form .box .td{
letter-spacing: normal;
display: inline-block;
width: calc(100% - 150px);
vertical-align: top;
box-sizing: border-box;
padding-right: 15px;
}

#form .box .th p{
font-size: 17px;
}
#form .box span.need{
background-color: #fd8181;
color: #fff;
border-radius: 5px;
font-size: 14px;
width: 40px;
height: 22px;
text-align: center;
line-height: 140%;
margin-right: 5px;
}

#form .box.message textarea{
width: 100%;
height: 255px;
border: solid 1px #666;
box-sizing: border-box;
background-color: #eee;
padding: 17px 15px;
font-size: 16px;
outline: none;
transition: background-color 0.2s, border-color 0.2s;
font-family: "Zen Kaku Gothic New", sans-serif;
}

/*利用規約*/
#form .box.pp{
border-bottom: none;
padding-bottom: 45px;
}
#form .box.pp label span{
vertical-align: bottom;
font-size: 18px;
min-width: 45px;
padding: 0 0 8px 5px;
}
#form .box.pp .area{
border: solid 2px #d6d6d6;
  padding: 10px 15px;
  height: 175px;
  overflow-x: scroll;
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: #555 #ededec;
}
#form .box.pp .area p{
padding-bottom: 15px;
}

#form .box.pp .area p a {
	padding: 3px 0px;
	border-bottom: 1px solid #218e9a;
	display: inline-block;
}

#form .ctr {
	text-align: center;
	padding: 30px 0 0 0;
	letter-spacing: -0.4em;
}

/*確認画面へ進む*/
#form .sub_btn{
display: block;
width: 100%;
max-width: 340px;
border-radius: 9px;
border: none;
margin: auto;
background-color: #218e9a;
color: #fff;
font-size: 18px;
transition: 0.3s;
cursor: pointer;
letter-spacing: normal;
padding: 15px 0;
}
#form .sub_btn:hover{
background-color: #333;
}

input[type="text"],input[type="email"],input[type="tel"]{
width: 100%;
border: solid 1px #666;
box-sizing: border-box;
background-color: #eee;
padding: 17px 15px;
font-size: 16px;
outline: none;
transition: background-color 0.2s, border-color 0.2s;
font-family: "Zen Kaku Gothic New", sans-serif;
}

#form .box .td p {
	margin: 5px 0;
}


/* チェックボックス */
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    position: relative;
    top: 5px;
    margin-bottom: 5px;
	margin-left: 0;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-color: #fff;
    border: 2px solid #218e9a;
    outline: none;
    transition: background-color 0.2s, border-color 0.2s;
}
input[type="checkbox"]:checked {
    background-color: #218e9a;
    border-color: #218e9a;
}
/* チェックマーク */
input[type="checkbox"]:checked::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 7px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


@media screen and (max-width: 550px) {
#form .box{padding: 10px 0;}
#form .box .th{width: 100%;padding: 0 0 5px 0;}
#form .box .td{width: 100%;padding-right: 0;}
#form .box .th br {display: none;}
}


/*----------------------------------------
footer
---------------------------------------*/
#footer {}
#footer a {background-color: #e9e9e9;display: flex;
	justify-content: space-between;padding: 50px;
	transition: 0.5s;text-decoration: none;
}
#footer a:hover {background-color: #BCBCBC; }

#footer a p {display: inline-block; font-size: 13px; position: relative; top: -15px; padding: 10px 0 0 0;}
#footer img.rg {width: 200px; margin: 0 20px 0 0;}
#footer a img.up {width: 30px; position: relative; transition: 0.5s; top: 0;}
#footer a:hover img.up {top: -10px;}

@media screen and (max-width: 650px) {
#footer a {padding: 30px;}	
}
@media screen and (max-width: 450px) {
#footer {position: relative;}
#footer a img.up {position: absolute; right: 20px;
	top: 20px; width: 20px;}
}

/*---------------------------------------------------------------------------
ハンバーガーメニュー
---------------------------------------------------------------------------*/
#nav-drawer {
  display: none;
}
@media screen and (max-width: 980px) {
  #nav-drawer {
    display: block;
  }
  .gmenu {
    display: none;
  }
}
/*----------ハンバーガー-----------*/
/*Media Queries*/
#nav-drawer {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 9999;
  width: 80px;
  height: 80px;
}
/*チェックボックス等は非表示に*/
#nav-drawer .nav-unshown {
  display: none;
}
/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 80px;
  height: 80px;
  vertical-align: middle;
  box-sizing: border-box;
  line-height: 40px;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  z-index: 11;
}


#nav-open span {
  display: block;
  transition: all .2s;
  box-sizing: border-box;
}
#nav-open span {
  position: absolute;
  right: 25px;
  width: 32px;
  height: 2px;
  background-color: #000;
}
#nav-open span:nth-of-type(1) {top: 30px;}
#nav-open span:nth-of-type(2) {top: 40px;}
#nav-open span:nth-of-type(3) {top: 50px;}
#nav-input:checked ~ #nav-open {color: #fff;}
#nav-input:checked ~ #nav-open span { background-color: #fff;}
#nav-input:checked ~ #nav-open span:nth-of-type(1) {
  -webkit-transform: translateY(12.5px) rotate(-45deg);
  transform: translateY(12.5px) rotate(-45deg);
  background-color: #fff;
}
#nav-input:checked ~ #nav-open span:nth-of-type(2) {
  opacity: 0;
  background-color: #fff;
}
#nav-input:checked ~ #nav-open span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
  background-color: #fff;
}
#nav-input:checked ~ #nav-open span {
  height: 2px;
}

@media screen and (max-width: 476px) {
#nav-drawer { width: 60px; height: 60px;}
#nav-open { right: 0px; top: 0px;  width: 60px; height: 60px;}	
#nav-open span { right: 15px;}
#nav-open span:nth-of-type(1) {top: 30px;}
#nav-open span:nth-of-type(2) {top: 40px;}
#nav-open span:nth-of-type(3) {top: 50px;}
}


/*閉じる用の薄黒カバー*/
#nav-close {
  display: none; /*はじめは隠しておく*/
  position: fixed;
  z-index: 0;
  top: 0; /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1; /*最前面に*/
  width: calc(100% - 110px); /*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 500px; /*最大幅（調整してください）*/
  height: 100%;
  transition: 0.3s ease-in-out; /*滑らかに表示*/
  -webkit-transform: translateX(-105vw);
  transform: translateX(-105vw); /*左に隠しておく*/
  box-sizing: border-box;
  text-align: left;
  background-color: #333;
  color: #fff;
  padding: 40px;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 476px) {
  #nav-content {
    width: calc(100% - 60px); /*右側に隙間を作る（閉じるカバーを表示）*/
  }
}
@media screen and (max-width: 400px) {
  #nav-content {
    padding: 40px 30px;
  }
}
/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block; /*カバーを表示*/
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (max-width: 400px) {
  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/*------PC版ハンバーガーの中身----------*/

#nav-content h4 {
	color: #0f759c;
	font-weight: 600;
	font-size: 14px;
	margin: 10px 0 0 0;
}

#nav-content a {
	display: block;
	font-size: 16px;
	margin: 0;
	padding: 10px 0;
	color: #fff;
	text-decoration: none;
}

#nav-content a span {
	color: #0f759c;
	text-decoration: none;display: block;
	font-size: 15px;
}

.smpj {}
@media screen and (max-width: 500px) {
.smpj {display: none;}	
}

/*-----確認画面----------------*/

#header_conf {
	width: 100%;
	background-color: #f6f6f6;
	padding: 50px;
	box-sizing: border-box;
}
#header_conf img {width: 200px;}
#sec5.conf {margin-top: 0;}
#header_conf #form .box .td{border-bottom: 1px solid #d6d6d6;}

@media screen and (max-width: 980px) {
#header_conf {padding: 30px;}	
}

/*---inline content----------*/
#inline_content1,
#inline_content2,
#inline_content3,
#inline_content4,
#inline_content5,
#inline_content6 {
	width: 700px;
	max-width: 80vw;
	padding: 30px;
	box-sizing: border-box;
	background-color: #fff;
}

#inline_content1 .inner,
#inline_content2 .inner,
#inline_content3 .inner,
#inline_content4 .inner,
#inline_content5 .inner,
#inline_content6 .inner{
	display: flex;
	column-gap: 20px;
	flex-wrap: wrap;
}

figure.inl {
	width: calc((100% - 20px)/2);
	margin: 0 0 10px 0;
}
figure.inl figcaption {font-size: 15px;}

p.inl_en {
	font-weight: 700;
	font-size: 18px;
	color: #218e9a;
}
p.inl_jp {
	font-size: 16px;
	margin: 5px 0 10px 0;
}

p.btnt a {
	background-color: #333;
	color: #fff;
	padding: 15px 20px;
	border-radius: 30px;
	text-decoration: none;
	transition: 0.5s;
}
p.btnt a:hover {background-color: #666;}
