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

#contents{
	position: relative;
	max-width: 1000px;
	width: 85%;
	margin: 18% auto 3%;
	color: #737373;
	z-index: -3;
}

/*-----タイトル-----*/

h1{
	font-size: 65px;
	line-height: 1.5;
	margin: 10% 0;
	animation-name: titleAnime;
	animation-fill-mode:forwards;
	animation-duration: 1s;
	animation-delay: 1s;
	opacity: 0;
	z-index: -3;
}
@keyframes titleAnime{
	from{
		opacity: 0;
		left: -30px;
	}
	to{
		opacity: 1;
		left: 0;
	}
}

@media screen and (min-width:768px) and ( max-width:1024px){
	h1{
	font-size: 45px;
}
}

@media screen and ( max-width:767px){
	h1{
	font-size: 30px;
}
}

/*-----タイトル、ここまで-----*/


/*-----リード文-----*/
.lead{
	z-index: -3;
}


h3{
	font-size: 40px;
	line-height: 1.3;
	text-align: center;
	margin-top: 0;
	margin-bottom: 6%;
}

@media screen and (min-width:768px) and ( max-width:1024px){
	h3{
	font-size: 28px;
}
}

@media screen and ( max-width:767px){
	h3{
	font-size: 20px;
}
}


.lead-text{
	font-size: 25px;
	font-weight: 10;
	animation-name: lead-textAnime;
	animation-fill-mode:forwards;
	animation-duration: 1s;
	animation-delay: 1.5s;
	opacity: 0;
}

@keyframes lead-textAnime{
	from{
		opacity: 0;
		bottom: -50px;
	}
	to{
		opacity: 1;
		bottom: 0;
	}
}

@media screen and (min-width:768px) and ( max-width:1024px){
	.lead-text{
	font-size: 17px;
	font-weight: 10;
	opacity: 0;
}
}

@media screen and ( max-width:767px){
	.lead-text{
	font-size: 12px;
	font-weight: 7;
	opacity: 0;
}
}


@media screen and (min-width:768px){
.secret{
	display: none;
}
}



/*-----リード文、ここまで-----*/


/*-----以下、内容-----*/
/*-----フェードアニメ-----*/

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
animation-delay: 0.2s;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(-50px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/*-----スクロールで現れる要素を透過しておく-----*/

.fadeUptrgger2{
	opacity: 0;
}

/*---------------------------------------*/
/*-----フェードアニメ、ここまで-----*/




#consultation{
	display: grid;
	position: relative;
	background-color: #7DCCF3;
	margin: 20% 0 10%;
	padding: 5%;
	color: white;
	z-index: -2;
}


#mtg{
	display: grid;
	position: relative;
	background-color: #89c997;
	margin: 10% 0;
	padding: 5%;
	color: white;
	z-index: -2;
}


#product{
	display: grid;
	position: relative;
	background-color: #F39D76;
	margin: 10% 0;
	padding: 5%;
	color: white;
	z-index: -2;
}


#delivery{
	display: grid;
	position: relative;
	background-color: #7DCCF3;
	margin: 10% 0 20%;
	padding: 5%;
	color: white;
	z-index: -2;
}

@media screen and (min-width:768px){
	#consultation{
		padding: 1%;
	}
	
	#mtg{
		padding: 1%;
	}
	
	#product{
		padding: 1%;
	}
	
	#delivery{
		padding: 1%;
	}
}

.divbox{
	margin: 0 auto;
	text-align: center;
}


.arrow {
	display:inline-block;
	margin: 0 auto;
	height:30px;
	width:34px;
	background-color:#737373;
	position:relative;
}

.arrow:before {
	position:absolute;
	content:"";
	width:0;
	height:0;
	border:30px solid transparent;
	border-top:35px solid #737373;
	left:-12px;
	top:20px;
}

@media screen and (min-width:768px) and ( max-width:1024px){
	.arrow {
		height:25px;
		width:28px;
	}

	.arrow:before {
		border:25px solid transparent;
		border-top:25px solid #737373;
		left:-11px;
		top:18px;
	}
}

@media screen and ( max-width:767px){
	.arrow {
		height:15px;
		width:22px;
	}

	.arrow:before {
		border:20px solid transparent;
		border-top:20px solid #737373;
		left:-9px;
		top:13px;
	}
}



.box-inside{
	display:block;
	margin: 4% auto;
}

.box-inside h4{
	margin-top: 3%;
	font-size: 25px;
	font-weight: 700;
	line-height: 2;
	font-kerning: 80;
}

.box-inside p{
	font-size: 25px;
	text-align: center;
}

.additional{
	margin: 2% 0 8% 0;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
}

.box-in-box{
	width: 500px;
	margin: 3% auto;
	background-color: white;
	font-size: 25px;
	text-align: center;
	color: #F39D76;
}

.flex-box{
	display: flex;
}

.tripod{
	display: block;
	width: 0;
	height: 0;
	margin: 1% auto;
	border-top: 15px solid white;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 0px solid transparent;
}

.untripod{
	display: block;
	width: 0;
	height: 0;
	margin: 1% auto;
	border-bottom: 15px solid white;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 0px solid transparent;
}


@media screen and (min-width:768px) and ( max-width:1024px){
	.box-inside h4{
	font-size: 20px;
	}

	.box-inside p{
		font-size: 20px;
	}

	.additional{
		font-size: 20px;
	}
	
	.box-in-box{
		width: 400px;
		font-size: 20px;
	}
}

@media screen and ( max-width:767px){
	.box-inside h4{
	font-size: 12px;
	}

	.box-inside p{
		font-size: 12px;
	}

	.additional{
		font-size: 12px;
	}
	
	.box-in-box{
		width: 250px;
		font-size: 12px;
	}
}





/*-----本文、ここまで-----*/


/*-----以下、フッター-----*/

footer{
	border-top: 1px #737373 solid;
}

#profile{
	position:relative;
	max-width: 1000px;
	width: 85%;
	margin: 2% auto;
	z-index: 0;
}

#profile ul{
	list-style: none;
	font-size: 20px;
}

#profile ul li{
	margin: 0;
}

@media screen and (min-width:768px) and ( max-width:1024px){
	#profile ul{
			font-size: 15px;
	}
}

@media screen and ( max-width:767px){
	#profile ul{
		font-size: 10px;
	}
}


.copyright{
	margin: 2% auto;
	text-align: center;
	font-size: 13px;
}