@charset "utf-8";
/* CSS Document */
/*-------------------------*/

body{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;	
}

header .innerWrap{
	max-width: 100%;
	padding: 0 0;
}
header .innerWrap > img{
	width: 100%;
	height: auto;
}

/*-------------------------*/

a.btn{
	display: flex;
	align-items: center;
	background-color: gray;
	border: 3px solid #fff;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 1px rgba(191,178,170,0.50);
	border-radius: 14px;
	color: #fff;
	position: relative;
}

/*-------------------------*/

#contents{
}
#contents .innerWrap{
	width: 100%;
	margin: 60px auto 0;
	text-align: center;
	position: relative;
}
#contents .innerWrap:before{
    content: '';
    background: url("../image/bg01sp@2x.webp") 0 center / contain no-repeat;
    width: 326px;
    height: auto;
    aspect-ratio: 326 / 393;
    position: absolute;
    top: 65px;
	left: 0;
    right: 0;
	margin: auto;
	z-index: -1;
}

#contents h1.hd{
	font-size: 1.9rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

#contents .catch{
	margin-top: 40px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 233.3%;
}
#contents .catch span.orangetxt{
	font-size: 1.9rem;
	color: #ff7f29;
	position: relative;
}
#contents .catch span.orangetxt::before{
	content: '';
	width: 85%;
	height: 4px;
	background-color: #fff24a;
	position: absolute;
	bottom: 1px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}

#contents .comment{
	margin-top: 50px;
	font-size: 1.3rem;
	line-height: 192.3%;
}

#contents .btns{
	margin-top: 40px;
	display: flex;
	justify-content: center;
	position: relative;
}
#contents .btns > a{
	width: 76.39%;/*550*/
	height: 60px;
	background-color: #ff822e;
	font-size: 1.6rem;
	font-weight: 500;
	padding-left: 27px;
}
#contents .btns > a::before{
    content: '';
    background: url("../image/parts02.svg") 0 center / contain no-repeat;
    width: 23px;
    height: auto;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 0;
	bottom: 0;
	margin: auto;
    right: 17px;
}
#contents .btns > a::after{
    content: '';
    background: url("../image/parts01.webp") 0 center / contain no-repeat;
    width: 17px;
    height: auto;
    aspect-ratio: 17 / 19;
    position: absolute;
    top: -22px;
    right: -19px;
	pointer-events: none;
}

/*-------------------------*/

footer{
    width: 100%;
	margin: 0 auto;
	position: relative; 
}
footer:before{
    content: '';
    background: url("../image/bg02sp.webp") center top / cover no-repeat;
    width: 100%;
    height: auto;
    aspect-ratio: 721 / 475;
    position: absolute;
	top: auto;
	bottom: 0;
	margin: auto;
    right: 0;
	left: 0;
	z-index: -1;
}

footer .innerWrap{
	margin: 0 auto;
	padding-top: 85px;
}
footer .innerWrap .logo{
	width: 201px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
footer .innerWrap .btns{
	margin-top: 25px;
	display: flex;
	justify-content: center;
}
footer .innerWrap .btns > a{
	width: 43.75%;/*315*/
	height: 36px;
	background-color: #0cc2ed;
	font-size: 1.3rem;
	font-weight: 500;
	padding-left: 15px;
	border-radius: 18px;
}
footer .innerWrap .btns > a::before{
    content: '';
    background: url("../image/parts03.svg") 0 center / contain no-repeat;
    width: 15px;
    height: auto;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 0;
	bottom: 0;
	margin: auto;
    right: 10px;
}

footer .innerWrap .copyright{
	padding: 160px 0 20px;
	font-size: 1.3rem;
	font-weight: 500;
	text-align: center;
}


/*-------------------------*/
/*-------------------------*/
/*-------------------------*/
/*-------------------------*/