/*** The new CSS Reset - version 1.3.1 (last updated 28.10.2021) ***/

*:where(:not(iframe,canvas,img,svg,video):not(svg *,symbol *)){all:unset;display:revert}*,*::before,*::after{box-sizing:border-box}ol,ul{list-style:none}img{max-width:100%}table{border-collapse:collapse}textarea{white-space:revert}

body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
header{
	padding: 2rem 0;
}
header,footer{
	background-color: #13c6d3;
}
.container{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
section{
	margin: 3rem 0;
	padding: 3rem 0;
}
section h2{
	font-weight: bold;
	font-size: 2rem;
	text-align: center;
	padding-bottom: 1rem;
	margin: 3rem auto;
}
section h3{
	font-size: 2.6rem;
	text-align: center;
	color: rgba(0, 174, 174, 0.3);
	font-style: italic;
	font-weight: bold;
}
section#company h2{
	font-weight: bold;
	color: rgba(0, 174, 174, 1);
	margin-bottom: 0;
}
section#sect1 h2{
	color: rgba(0, 174, 174, 1);
	font-size: 3.2rem;
	margin-bottom: 0;
}
section#sect1 h3{
	font-size: 1rem;
	margin-bottom: 3rem;
	color: rgba(0, 174, 174, 1);
}
section#company h3{
	font-size: 3rem;
	margin-bottom: -2rem;
}
.text-center{
	text-align: center;
}
.flex{
	display: flex;
	width: 100%;
}
.flex-wrap{
	flex-wrap: wrap;
}
header .container,
footer .container{
	display: flex;
	justify-content:space-between;
}
header ul,
footer ul{
	display: flex;
}
header ul li,
footer ul li{
	line-height: 1;
	margin-left: 1.5rem;
}
a:link{
	cursor: pointer;
	text-decoration: none;
}
header a{
	color: #FFF;
}
footer > *{
	color: #FFF;
}
footer h2{
	font-size: 1.6rem;
	margin-bottom: 1.5rem;
}
footer{
	padding: 4rem 0 10rem;
}
.contact{
	background-color: #174249;
	border-radius: 30px;
	padding: .6rem 1.2rem;
}
#sect1{
	background-color: #c1e7e8;
}
#sect1 .flex .work{
	width: calc(100% / 3 - 3rem);
	margin: 0 1.5rem 1.5rem;
	text-align: center;
	background-color: #FFF;
	padding: .8rem;
}
#company .content{
	background-color: #e8e8e8;
	padding: 3rem 0;
}
#company .content dl{
	display: flex;
	flex-wrap: wrap;
}
#company .content dl dh{
	flex-basis: 30%;
}
#company .content dl dd{
	flex-basis: 70%;
}
#company .content dl dh,
#company .content dl dd{
	padding: 2rem;
	border-bottom: 1px dashed #b0b0b0;
}
#form form{
	background-color: #13c6d3;
	border-radius: 10px;
	padding: 3rem;
	margin: 3rem auto;
	color: #FFF;
}
#form form input,
#form form textarea{
	background-color: #FFF;
	padding: .4rem;
}
#form form tr{
	border-bottom: 1px dashed #FFF;
}
#form form tr th{
	vertical-align: top;
}
#form form tr th,
#form form tr td{
	padding: 1.5rem;	
}
#form form tr td input[type="text"],
#form form tr td input[type="email"],
#form form tr td textarea{
	width: 100%;
}
#form form tr td input[type="tel"]{
	width: 15%;
	margin: 0 5px;
}
#form form input[type="submit"]{
	margin-top: 1.5rem;
	display: inline-block;
	background-color: #174249;
	padding: 1rem 5rem;
	border-radius: 6px;
	cursor: pointer;
}
#form form tr td input,
#form form tr td textarea{
	color: #000;
}
#form .tel{
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: .2rem;
}
#form .tel img{
	display: inline-block;
	height: 2rem;
	width: auto;
	margin-right: 1rem;
}
#form .tel small{
	font-size: 50%;
	font-weight: normal;
	display: block;
}
.mb-1{
	margin-bottom: 1rem!important;
}
.sp-menu{
	display: none;
}
.box-sect1{
	margin-top: 4rem;
}
.box-sect1-desc{
	padding-left: 3rem;
	margin-left: 50%;
	margin-bottom: 10%;
}
.box-sect1-desc p{
	line-height: 2;
	letter-spacing: .2em;
}
.box-sect1 figure{
	margin-left: calc(-50vw + 500px);
	width: 50vw;
	position: absolute;
}
.box-sect1 figure img{
	object-fit:cover;
	object-position:center;
	display: block;
	box-shadow: 10px 20px 0px 10px #d7e2e1;
	width: 100%;
	max-height: 500px;
	height: auto;
}
.box-sect1-desc h2{
	text-align: left;
	font-weight: bold;
	font-size: 1.5rem;
	letter-spacing: .2em;
	margin-bottom: 0;
	color: #454949;
}
.box-sect1-desc h3{
	text-align: left;
	font-weight: normal;
	font-size: 3rem;
	color: #454949;
	font-style: normal;
	letter-spacing: .1em;
	margin-bottom: 3rem;
}
.flex.box-sect1 > *{
	flex-basis: 50%;
}
#sect2{
	position: relative;
}
#sect2:before{
	position: absolute;
	width: 100vw;
	height: 17rem;
	content:"";
	display: block;
	left: 0;
	top:5rem;
	background-color: #c1e7e8;
	z-index: -1;
}
#sect2:after{
	clear: both;
}
section#main-visual{
	margin: 0 0 -3.2rem;
	padding: 0;
	position: relative;
}
section#main-visual h1{
	font-weight: bold;
	color: #FFF;
	font-size: 3.5rem;
	text-shadow: 0px 0px 13px black;
	top:calc(50% - 2em);
	left:calc(50% - 5em);
	position: absolute;
	text-align: center;
	line-height: 1.5em;
}
section#main-visual h1 small{
	display: block;
	font-size: 60%;
}
#main-visual img{
	width: 100%;
	height: auto;
}
#main-visual figure img{
	filter: brightness(70%);
}
#main-visual img.scroll{
	position: absolute;
	bottom: 2rem;
	max-width: 80px;
	left: calc(50% - 40px);
}
@media screen and (max-width:1000px){
	.container{
		width: auto;
		margin-left: 1.5rem;
		margin-right: 1.5rem;
	}
}
@media screen and (max-width:758px){
	body *{
		box-sizing: border-box;
	}
	.flex{
		display: block;
	}
	#sect1 .flex .work{
		width: auto;
		max-width: 100%;
	}
	#company .content dl{
		display: block;
	}
	#company .content dl dh{
		border-bottom: none;
	}
	#company .content dl dh,
	#company .content dl dd{
		padding-top: .5rem;
		padding-bottom: .5rem;
		display: block;
	}
	#form form tr th, #form form tr td{
		width: 100%;
		display: block;
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
	#form form tr td input[type="tel"] {
	    width: 26%;
	}
	#form form{
		padding: 2rem;
	}
	header .container{
		justify-content: center;
	}
	footer .container{
	}
	header ul{
		transform: translateX(100%);
		transition: .5s;
		position: fixed;
		right: 0;
		top:0;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.42);
		display: block;
		padding: 2rem;
	}
	header ul.on{
		transform: translateX(0);
	}
	header ul li{
		margin: 2rem 0;
		padding-bottom: 1rem;
		border-bottom: 1px solid rgba(255, 255, 255, 0.42);
	}
	footer ul{
		display: none;
	}
	.sp-menu{
		display: block;
		position: absolute;
		left: 1rem;
		top:1rem;
		color: #FFF;
	}
	.sp-menu span{
		display: block;
		width: 100%;
		height: 2px;
		background-color: #FFF;
		margin: 1rem 0;
		position: relative;
	}
	.sp-menu span:before{
		content:"";
		display: block;
		position: absolute;
		background-color: #FFF;
		height: 2px;
		width: 100%;
		top:-.6rem;
	}
	.sp-menu span:after{
		content:"";
		display: block;
		position: absolute;
		background-color: #FFF;
		height: 2px;
		width: 100%;
		top:.6rem;
	}
	footer {
	    padding: 3rem 0;
	}
	.box-sect1 figure img {
	    box-shadow: 5px 10px 0px 5px #d7e2e1;
	}
	.box-sect1 figure{
		margin: auto;
		position: static;
		width: auto;
	}
	.box-sect1-desc{
		padding-left: 0;
		margin-left: 0;
	}
	section#main-visual h1{
		font-size: 1.5rem;
	    left: calc(50% - 5em);
	}
	#main-visual img.scroll{
		bottom: 1rem;
		max-width: 40px;
		left: calc(50% - 20px);
	}
}