@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html { font-size: 62.5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;} 
body { font-size: 1.6rem;
font-family: 'Noto Sans JP', sans-serif;
color: #4E4E4E;} 

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

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

/*ボタン*/
.btn--red,
a.btn--red {
  color: #fff;
  background-color: #932A13;
}
.btn--red:hover,
a.btn--red:hover {
  color: #fff;
  background: #6B200F;
}

a.btn--radius {
   border-radius: 100vh;
}
.btn,
a.btn,
button.btn {
	width: 360px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 2rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
.btn,a.btn,button.btn {
	width: 100%;
	font-size: 1.4rem;}
}


/*hero*/
.beige{
	background: #EEEBE6;
}
#hero{
	text-align: center;
	background-image: url("../images/cloud-left.png"),url("../images/cloud-right.png");
	background-position: left 0 bottom 10%, right 0 top 15%;
	background-repeat: no-repeat;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
#hero .muu-logo{
	margin:5% 0 2% 0;
}
#hero .sp{
	display: none;
}
#hero .pc img{
	max-width: 50%;
}
#hero .hero_image{
	margin-top: 1%;
}
#hero .hero_image svg{
	max-width: 45%;
}
#hero .scrolldown1{
	position:absolute;
	right:5%;
	bottom:10px;
	height:50px;
}
#hero .scrolldown1 span{
	position: absolute;
	left:-20px;
	top: -20px;
	color: #932A13;
	font-size: 1.6rem;
}
#hero .scrolldown1::after{
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 30px;
	background: #932A13;
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}
@media screen and (max-width: 768px) {
	#hero .muu-logo{
	margin-top:30%;}
	#hero .hero_image svg{
	max-width: 100%;}
	#hero .pc{
	display: none;}
	#hero .sp{
	display: block;
	margin: 10% 15%;}
	#hero .scrolldown1{
	right:10%;}
}


/*message*/
#message{
	background: #932A13;
	text-align: center;
	height: 100vh;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	overflow: hidden;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}
#message h2{
	color: #ffffff;
	font-size: 3.6rem;
	font-weight: 400;
	margin-bottom: 5%;
	line-height: 2;
}
#message p{
	color: #ffffff;
	line-height: 2;
}

@media screen and (max-width: 768px) {
	#message{
		padding:10% 15% 10% 10%;
	}
	#message h2{
		color: #ffffff;
		font-size: 4.8vw;
		margin-bottom:10%;
		text-align: left;
	}
	#message p{
		font-size: 1.4rem;
		text-align: left;
	}
}


/*contents01*/
#contents01{
	background-color: #EEEBE6;
	background-image:url("../images/contents01_number.png") , url("../images/cloud-left.png"),url("../images/cloud-right.png");
	background-position:10% 10%,left 0 bottom 10%, right 0 top 15%;
	background-repeat: no-repeat;
	background-size:auto;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#contents01-wrap{
	padding:5% 10%;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	flex: 1;
	webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
}
#contents01-wrap .left{flex: 1.5;}
#contents01-wrap .right{flex: 1;}
#contents01-wrap h3{
	color: #932A13;
	font-size: 3.6rem;
	font-weight: 500;
	margin-bottom: 3%;
	line-height: 1.5;
}
#contents01-wrap p{
	color: #932A13;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2;
	margin-bottom: 5%;
}
#contents01-wrap .box{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap    : wrap;  
	flex-wrap        : wrap;
}
#contents01-wrap .box .item{
	width: 50%;
	padding:10px;
	flex:auto;
}
#contents01-wrap .box .item img{
	max-width: 100%;
}

@media screen and (max-width: 768px) {
	#contents01{
		height: 100vh;
		background-position:10% 10%,left 0 bottom 10%, right 0 top 15%;
		background-size:36%,auto,auto;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}
	#contents01-wrap{
		padding:10% 15% 10% 10%;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#contents01-wrap h3{
		text-align: left;
		font-size: 5.2vw;
		margin-bottom: 10%;
	}
	#contents01-wrap p{
		text-align: left;
		font-size: 1.4rem;
	}
	#contents01-wrap .box{
		margin-top: 30px;
	}
	#contents01-wrap .box p{
		text-align: center;
		font-size: 1.6rem;
	}
	#contents01-wrap .box img{
		max-width: 70%;
		height: auto;
	}
}


/*contents02*/
#cont02bg{
	height: 100vh;
	background: url("../images/contents02_number.png") no-repeat, url("../images/contents02_bg.jpg") no-repeat;
	background-size:auto, cover;
	background-position: 48% 10%, center;
}
#cont02{
	height: 100%;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#contents02-wrap{
	padding: 15% 10% 10% 50%;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  	-ms-flex-direction: column;
  	flex-direction: column;
}
#contents02-wrap h3{
	color: #932A13;
	font-size: 3.6rem;
	font-weight: 500;
	margin-bottom: 3%;
	line-height: 1.5;
}
#contents02-wrap p{
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2;
	margin-bottom: 10%;
}

@media screen and (max-width: 768px) {
	#cont02bg{
		background: url("../images/contents02_number.png") no-repeat, url("../images/contents02_bg_sp.jpg") no-repeat;
		background-size:40%, cover;
		background-position: 10% 20%, center;
	}
	#contents02-wrap{
		padding:10% 15% 10% 10%;
		height: 100vh;
	}
	#contents02-wrap h3{
		font-size: 5.2vw;
		margin-bottom: 10%;
	}
	#contents02-wrap p{
		font-size: 1.4rem;
	}
}

/*contents03*/

#contents03{
	min-height: 100vh;
	background-color: #932A13;
	background-image:url("../images/contents02_number.png") , url("../images/03_cloud-left.png"),url("../images/03_cloud-right.png");
	background-position:10% 10%,left 0 bottom 10%, right 0 top 15%;
	background-repeat: no-repeat;
	background-size:auto;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#contents03-wrap{
	padding:5% 10%;
	text-align: center;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
#contents03-wrap h3{
	color: #ffffff;
	font-size: 3.6rem;
	font-weight: 500;
	margin-bottom: 3%;
	line-height: 1.5;
}
#contents03-wrap p{
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2;
	margin-bottom: 5%;
}
#contents03-wrap .box{
	color: #ffffff;
	text-align: center;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	webkit-justify-content:space-around;
	-ms-justify-content: space-around;
	justify-content: space-aroundr;
}
#contents03-wrap .box div{
	padding:0 20px;
}
#contents03-wrap .box p{
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.5;
}
#contents03-wrap .box p span{
	font-size: 70%;
}
#contents03-wrap .box img{
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 768px) {
	#contents03{
		background-position:10% 10%,left 0 bottom 10%, right 0 top 15%;
		background-size:40%,auto,auto;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}
	#contents03-wrap{
		padding:10% 15% 10% 10%;
	}
	#contents03-wrap h3{
		text-align: left;
		font-size: 5.2vw;
		margin-bottom: 10%;
	}
	#contents03-wrap p{
		text-align: left;
		font-size: 1.4rem;
	}
	#contents03-wrap .box{
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 30px;
	}
	#contents03-wrap .box p{
		text-align: center;
		font-size: 1.6rem;
	}
	#contents03-wrap .box img{
		max-width: 70%;
		height: auto;
	}
}


/*contents04*/
#cont04bg{
	height: 100vh;
	background: url("../images/contents03_number.png") no-repeat, url("../images/contents04_bg.jpg") no-repeat;
	background-size:auto,cover;
	background-position: 48% 15%, center;
}
#contents04{
	height: 100%;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#contents04-wrap{
	padding: 10% 10% 10% 50%;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}
#contents04-wrap h3{
	color: #932A13;
	font-size: 3.6rem;
	font-weight: 500;
	margin-bottom: 3%;
	line-height: 1.5;
}
#contents04-wrap p{
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2;
}

@media screen and (max-width: 768px) {
	#contents04{
		background: url("../images/contents03_number.png") no-repeat, url("../images/contents04_bg_sp.jpg") no-repeat;
		background-size:40%, cover;
		background-position: 10% 10%, center;
	}
	#contents04-wrap{
		padding: 10% 15% 10% 10%;
	}
	#contents04-wrap h3{
		text-align: left;
		font-size: 5.2vw;
		margin-bottom: 10%;
	}
	#contents04-wrap p{
		text-align: left;
		font-size: 1.4rem;
	}
}

/*footer*/
.footer-bg{
	padding-bottom: 3%;
	text-align: center;
	background: #EEEBE6;
	background-image: url("../images/cloud-left.png"),url("../images/cloud-right.png");
	background-position: left 0 bottom 10%, right 0 top 15%;
	background-repeat: no-repeat;
}
#footer{
	
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	overflow: hidden;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#footer .muu-logo img{
	width: 70px;
	margin-top:5%;
}
#footer .footer-text{
	color: #4E4E4E;
	font-size: 2rem;
	line-height: 2;
	font-weight: 600;
	letter-spacing: 0.5rem;
	margin:3% 0;
}
#footer .footer-image img{
	width: 600px;
}
#footer small{
	font-size: 1.2rem;
	margin-top: 0.5%;
}

@media screen and (max-width: 768px) {
	#footer{
		height: 80vh;
		padding-bottom:0%;
		padding: 10% 15% 10% 10%;
	}
	#footer .footer-text{
		font-size: 1.4rem;
		letter-spacing: 0rem;
	}
	#footer .footer-image img{
		width: 100%;
	}
}