@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{
	max-width: 1120px;
	padding: 0 10px;
	margin: 100px auto 0;
	text-align: center;
	position: relative;
}
#contents .innerWrap:before{
    content: '';
    background: url("../image/bg01@2x.webp") 0 center / contain no-repeat;
    width: 1130px;
    height: auto;
    aspect-ratio: 1130 / 558;
    position: absolute;
    top: 0;
	left: 0;
    right: 0;
	margin: auto;
}

#contents h1.hd{
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

#contents .catch{
	margin-top: 60px;
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 269.2%;
}
#contents .catch span.orangetxt{
	font-size: 3.2rem;
	color: #ff7f29;
	position: relative;
}
#contents .catch span.orangetxt::before{
	content: '';
	width: 85%;
	height: 6px;
	background-color: #fff24a;
	position: absolute;
	bottom: 2px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}

#contents .comment{
	margin-top: 100px;
	font-size: 2.0rem;
	line-height: 190%;
}

#contents .btns{
	margin-top: 85px;
	display: flex;
	justify-content: center;
	position: relative;
}
#contents .btns > a{
	width: 492px;
	height: 115px;
	background-color: #ff822e;
	font-size: 2.6rem;
	font-weight: 500;
	padding-left: 65px;
}
#contents .btns > a::before{
    content: '';
    background: url("../image/parts02.svg") 0 center / contain no-repeat;
    width: 40px;
    height: auto;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 0;
	bottom: 0;
	margin: auto;
    right: 30px;
}
#contents .btns > a::after{
    content: '';
    background: url("../image/parts01.webp") 0 center / contain no-repeat;
    width: 38px;
    height: auto;
    aspect-ratio: 38 / 42;
    position: absolute;
    top: -40px;
    right: -50px;
	pointer-events: none;
}

/*-------------------------*/

footer{
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	position: relative; 
}
footer:before{
    content: '';
    background: url("../image/bg02.webp") center top / cover no-repeat;
    width: 100%;
    height: auto;
    aspect-ratio: 1481 / 672;
    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{
	display: flex;
	justify-content: center;
}
footer .innerWrap .btns{
	margin-top: 30px;
	display: flex;
	justify-content: center;
}
footer .innerWrap .btns > a{
	width: 270px;
	height: 60px;
	background-color: #0cc2ed;
	font-size: 2.0rem;
	font-weight: 500;
	padding-left: 30px;
	border-radius: 30px;
}
footer .innerWrap .btns > a::before{
    content: '';
    background: url("../image/parts03.svg") 0 center / contain no-repeat;
    width: 26px;
    height: auto;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 0;
	bottom: 0;
	margin: auto;
    right: 15px;
}

footer .innerWrap .copyright{
	padding: 240px 0 40px;
	font-size: 2.0rem;
	font-weight: 500;
	text-align: center;
}


/*-------------------------*/
/*-------------------------*/
/*-------------------------*/
/*-------------------------*/