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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html{ font-size: 62.5%;}
body{
	color: #333;
	font-family: "Helvetica Neue",
	Arial,
	"Hiragino Kaku Gothic ProN",
	"Hiragino Sans",
	Meiryo,
	sans-serif;
}
.common-wrapper{
	margin: 0 auto;
	max-width: 1100px;
	padding: 30px 0;
	width: 90%;
}
h2{
	border-bottom: 3px solid;
	border-image: linear-gradient(to right, #80c9ac, #E3BD80) 1;
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 5px;
	text-align: center;
	margin-bottom: 20px;
}
.fadein {
	opacity: 0;
	transform: translate(0,30px);
	transition: all 1.5s;
}
.scrollin{
	opacity: 1 !important;
	transform: translate(0, 0) !important;
}
@media screen and (min-width:840px) {
.common-wrapper{
	padding: 60px 0;
}
h2{
	font-size: 4rem;
	margin-bottom: 40px;
}
}
/*ーーーーーーーーーーーーーーーーーーーー
ヘッダー
ーーーーーーーーーーーーーーーーーーーー*/
#top header{
	background-image: url(/img/header-bg-sp.jpg);
	background-position: center top;
	background-size: cover;
	height: 100svh;
	position: relative;
}
header .logo{
	margin: 20px 0 0 5%;
	width: 120px;
}
header h1{
	color: #000;
	font-size: 5rem;
	font-weight: bold;
	padding-top: 45px;
	text-align: center;
}
header h1 span{
	display: block;
	line-height: 1em;
}
header h1 span:nth-of-type(1){
	font-size: 8vw;
}
header h1 span:nth-of-type(2){
	font-size: 18vw;
}
header h1 span:nth-of-type(3){
	font-size: 6vw;
}
header .contact-link{
	bottom: 20px;
	left: 5%;
	position: absolute;
	text-align: center;
	width: 90%;
}
header .contact-link a{
	background: #FF500D;
	background: linear-gradient(90deg,rgba(255, 80, 13, 1) 0%, rgba(250, 0, 54, 1) 100%);
	border-radius: 5px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.25);
	color: #fff;
	display: block;
	font-size: 7vw;
	font-weight: bold;
	padding: 10px 0 5px;
	text-decoration: none;
	transition: all .4s;
}
header .contact-link a:last-of-type {
	background: #FFAD0C;
	background: linear-gradient(90deg, rgb(255, 197, 13, 1) 0%, rgb(255, 121, 13, 1) 100%);
	margin-top: 1rem;
	padding: 7px 0 6px;
}
header .contact-link a:hover{
	transform:scale(1.05,1.05);
}
header .contact-link a span{
	background: #fff;
	color: #ff500d;
	display: block;
	font-size: 4vw;
	margin: 0 auto;
	width: 70%;
}
header .contact-link a:last-of-type span {
	color: #ff980b;
	display: none;
}
@media screen and (min-width:800px) {
header .contact-link {
	display: flex;
	justify-content: space-between;
}
header .contact-link a {
	font-size: 4.75vw;
	padding: 15px 0 5px;
	width: 48%;
}
header .contact-link a:last-of-type {
	margin-top: 0;
	padding: 15px 0 5px;
}
header .contact-link a span {
	font-size: 3vw;
	width: 90%;
}
header .contact-link a:last-of-type span {
	display: block;
}
}
@media screen and (min-width:1040px) {
#top header{
	background-image: url(/img/header-bg-pc.jpg);
	background-position: center middle;
}
header h1{
	margin-left: 10%;
	padding-top: 100px;
	text-align: left;
	width: 45%;
}
header h1 span{
	display: block;
	line-height: 1em;
}
header h1 span:nth-of-type(1){
	font-size: 4.3vw;
	margin-bottom: 2rem;
}
header h1 span:nth-of-type(2){
	font-size: 10vw;
}
header h1 span:nth-of-type(3){
	font-size: 3.7vw;
}
header .contact-link{
	bottom: initial;
	display: block;
	left: 10%;
	position: absolute;
	text-align: center;
	top: 60%;
	width: 40%;
}
header .contact-link a{
	border-radius: 10px;
	font-size: 46px;
	padding: 15px 0 10px;
	width: 100%;
}
header .contact-link a:last-of-type {
	margin-top: 2rem;
	padding: 15px 0 10px;
}
header .contact-link a span{
	display: block;
	font-size: 20px;
	margin: 0 auto 5px;
	width: 70%;
}
}
/*ーーーーーーーーーーーーーーーーーーーー
リード文
ーーーーーーーーーーーーーーーーーーーー*/
#lead p{
	font-size: 1.4rem;
}
@media screen and (min-width:840px) {
#lead p{
	font-size: 1.6rem;
}
}
/*ーーーーーーーーーーーーーーーーーーーー
特長
ーーーーーーーーーーーーーーーーーーーー*/
#features{
	background: #f6f6f6;
}
#features h3{
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 15px;
	text-align: center;
}
#features h3 p{
	color: #4776b6;
	margin-top: 10px;
}
#features h3 p span{
	font-size: 180%;
}
#features h3 + p{
	border-bottom: solid #999 1px;
	font-size: 1.4rem;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#features .fadein:last-of-type h3 + p:last-of-type{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
@media screen and (min-width:840px) {
#features .flex-pc {
	display: flex;
}
#features .flex-pc .fadein{
	border-left: solid #999 1px;
	padding: 10px;
	width: 33.3%;
}
#features .flex-pc .fadein:nth-of-type(3){
	border-right: solid #999 1px;
}
#features h3 + p{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
}
@media screen and (min-width:1000px) {
#features .flex-pc .fadein{
	padding: 10px 20px;
}
}
/*ーーーーーーーーーーーーーーーーーーーー
活用ケース
ーーーーーーーーーーーーーーーーーーーー*/
#case img{
	display: block;
	margin: 0 0 20px;
	width: 100%;
}
#case h3{
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 15px;
	text-align: center;
}
#case h3 + p{
	font-size: 1.4rem;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#case .fadein:last-of-type h3 + p:last-of-type{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
@media screen and (min-width:840px) {
#case .flex-pc {
	display: flex;
}
#case .flex-pc .fadein{
	margin-right: 2%;
	width: 32%;
}
#case .flex-pc .fadein:nth-of-type(3){
	margin-right: 0;
}
#case h3 + p{
	font-size: 1.4rem;
	margin-bottom: 0;
	padding-bottom: 0;
}
}
/*ーーーーーーーーーーーーーーーーーーーー
問い合わせる
ーーーーーーーーーーーーーーーーーーーー*/
#contactlink{
	background: #f6f6f6;
	text-align: center;
}
#contactlink p{
	font-size: 1.4rem;
	margin-bottom: 0.5em;
	font-weight: bold;
}
#contactlink a{
	background: #ff500d;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 2.4rem;
	font-weight: bold;
	padding: 5px 0;
	text-decoration: none;
}
#contactlink a:last-of-type {
	background: #ff980b;
	margin-top: 1rem;
}
@media screen and (min-width:840px) {
#contactlink{
	padding: 40px 0;
}
#contactlink p{
	font-size: 2rem;
}
#contactlink a{
	border-radius: 5px;
	font-size: 3.2rem;
	margin: 0 auto;
	padding: 10px 0;
	width: 70%;
}
}
/*ーーーーーーーーーーーーーーーーーーーー
スペック
ーーーーーーーーーーーーーーーーーーーー*/
#spec h3{
	border-bottom: solid #aaa 2px;
	color: #4776b6;
	font-size: 1.4rem;
	font-weight: bold;
}
#spec table{
	border-collapse: collapse;
	font-size: 1.2rem;
	margin: 0 0 20px;
	width: 100%;
}
#spec table th,
#spec table td{
	border-bottom: solid #aaa 1px;
	padding: 2px 0;
}
#spec table th{
	text-align: left;
	width: 45%;
}
@media screen and (min-width:900px) {
#spec .flex-pc {
	display: flex;
}
#spec .left {
	margin-right: 2%;
	width: 49%;
}
#spec .right {
	width: 49%;
}
}
/*ーーーーーーーーーーーーーーーーーーーー
問い合わせフォーム
ーーーーーーーーーーーーーーーーーーーー*/
#contact h2 + p{
	background: #eee;
	font-size: 1.2rem;
	margin: 0 0 10px;
	padding: 10px;
}
@media screen and (min-width:840px) {
#contact h2 + p{
	font-size: 1.4rem;
}
}
@media screen and (min-width:900px) {
#contact h2 + p{
	background: none;
}
#contact .form-wrapper{
	background: #eee;
	padding: 25px 0 20px;
}
}
/*ーーーーーーーーーーーーーーーーーーーー
フッター
ーーーーーーーーーーーーーーーーーーーー*/
footer{
	background: #1a1a1a;
	color: #d2d2d2;
}
footer .logo{
	height: 30px;
	width: 200px;
	margin: 0 auto 10px;
	mask: no-repeat center/70%;
	-webkit-mask: no-repeat center/70%;
	background-color: #d2d2d2;
	mask-image: url(/img/logo.png);
	-webkit-mask-image: url(/img/logo.png);
}
footer .link{
	font-size: 1.2rem;
	margin: 0 0 20px;
	text-align: center;
}
footer a{
	color: #d2d2d2;
}
footer .trademark{
	margin: 0 0 1em;
}
footer .address{
	margin: 0 0 1em;
}
footer .copyrights{
	text-align: center;
}
@media screen and (min-width:500px) {
footer .trademark{
	text-align: center;
}
footer .address{
	text-align: center;
}
}
@media screen and (min-width:840px) {
footer .common-wrapper{
	height: 200px;
	position: relative;
}
footer .logo{
	left: -30px;
	position: absolute;
	top: 30px;
}
footer .link{
	font-size: 1.4rem;
	right: 0;
	position: absolute;
	top: 30px;
}
footer a{
	color: #d2d2d2;
}
footer .trademark{
	right: -5px;
	position: absolute;
	top: 60px;
}
footer .address{
	right: -5px;
	position: absolute;
	text-align: right;
	top: 90px;
}
footer .copyrights{
	font-size: 1.2rem;
	left: 0;
	position: absolute;
	top: 80px;
}
}
/*ーーーーーーーーーーーーーーーーーーーー
サンクスページ
ーーーーーーーーーーーーーーーーーーーー*/
#thanks{
	background-image: url(/img/header-bg-sp.jpg);
	background-position: center top;
	background-size: cover;
}
#thanks .container{
	min-height: calc(100svh - 200px);
}
#thanks header{
	margin-bottom: 30px;
}
#thanks header .mail{
	display: block;
	position: absolute;
	right: calc(5% + 44px);
	top: 18px;
	transition: all .4s;
}
#thanks header .mail:hover{
	opacity: 0.75;
}
#thanks header .mail img{
	height: 24px;
}
#thanks #thx{
	background: rgba(255,255,255,0.8);
	border: solid #fff 1px;
	margin: 0 auto 30px;
	max-width: 500px;
	padding: 20px;
	width: 90%;
}
#thanks #thx h2{
	font-size: 2rem;
	letter-spacing: 1px;
}
#thanks #thx p{
	font-size: 1.6rem;
	margin-bottom: 1em;
}
#thanks #thx .back{
	background: #ff500d;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	transition: all .4s;
}
#thanks #thx .back:hover{
	opacity: 0.75;
}
.hamburger {
	position: fixed;
	top: 20px;
	right: 5%;
	z-index: 100;
	width: 26px;
	height: 26px;
	border: none;
	background: transparent;
	cursor: pointer;
}
.hamburger:hover{
	opacity: 0.75;
}
.hamburger-line {
	position: absolute;
	left: 0;
	width: 26px;
	height: 2px;
	background-color: #333;
	transition: all .4s;
}
.hamburger-line:nth-of-type(1) {
	top: 0px;
}
.hamburger-line:nth-of-type(2) {
	top: 9px;
}
.hamburger-line:nth-of-type(3) {
	top: 18px;
}
/* メニューオープン時 */
.hamburger.active .hamburger-line:nth-of-type(1) {
	transform: translateY(9px) rotate(-45deg);
}
.hamburger.active .hamburger-line:nth-of-type(2) {
	opacity: 0;
}
.hamburger.active .hamburger-line:nth-of-type(3) {
	transform: translateY(-9px) rotate(45deg);
}
.nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 300px;
	height: 100vh;
	background-color: rgba(2255,255,255,0.9);
	box-shadow: 2px 0 4px rgba(0,0,0,.1);
	transform: translateX(-100%);
	transition: transform .4s;
	z-index: 90;
	overflow-y: scroll;
}
.nav.active {
	transform: translateX(0);
}
.nav-list {
	margin: 0;
	padding: 50px 0 0;
	list-style: none;
}
.nav-item {
	padding: 0 20px;
}
.nav-link {
	font-size: 1.4rem;
	font-weight: bold;
	display: block;
	padding: 15px 0;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #eee;
}
.nav-item.sub .nav-link{
	text-indent: 1.5rem;
	font-weight: normal;
}
@media screen and (min-width:800px) {
#thanks footer{
	bottom: 0;
	position: absolute;
	width: 100%;
}
}
@media screen and (min-width:1040px) {
#thanks{
	background-image: url(/img/header-bg-pc.jpg);
	background-position: center middle;
}
}