@charset "utf-8";

/* ==========================================================================
   page common
   ========================================================================== */

/* page header ============================== */
.page .logo svg{
	fill: #5B767B;
	z-index: 50;
}

/* page head title ============================== */
.page #page__head{
	margin: 160px 0 0 0;
	z-index: 0;
}
@media (min-width: 415px){
.page #page__head{
	margin: 220px 0 0 0;
}
}
@media (min-width: 960px){
.page #page__head{
	margin: 420px 0 0 0;
}
}
@media (min-width: 2000px){
.page #page__head{
  margin: 620px 0 0 0;
}
}

.page #page__head .wrap{
	padding: 0 8vw;
}
@media (min-width: 960px){
.page #page__head .wrap{
	padding: 0 15.6vw;
}
}
@media (min-width: 2000px){
.page #page__head .wrap{
	max-width: 100vw;
  padding: 0 15.6vw;
}
}

.page__title__block{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.page__title{
  font-size: 17.8rem;
  font-size: clamp(4.3rem, 8.8vw, 22.2rem);
	font-family: 'Montserrat', sans-serif;
  font-weight: 200;
	line-height: 1em;
}
@media (min-width: 2000px){
.page__title{
	margin: 0 0 0 0;
}
}

.page__title__shoulder{
  font-size: 2.2rem;
  font-size: clamp(1.4rem, 1.0vw, 2.3rem);
  font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1em;
	text-align: left;
	margin-top: 10px;
}
@media (min-width: 415px){
.page__title__shoulder{
  font-size: 2.2rem;
  font-weight: 500;
	letter-spacing: 0.4em;
	line-height: 1em;
	text-align: left;
	margin-top: 16px;
}
}
@media (min-width: 960px){
.page__title__shoulder{
  font-size: 2.2rem;
  font-weight: 500;
	letter-spacing: 0.4em;
	line-height: 1em;
	text-align: left;
	margin-top: 16px;
}
}
@media (min-width: 2000px){
.page__title__shoulder{
	margin-top: 16px;
}
}

/*page contents wrap ============================== */
.contents__wrap{
  padding: 120px 0 0 0;
}
@media (min-width: 960px){
.contents__wrap{
  padding: 200px 0 0 0;
}
}
@media (min-width: 2000px){
.contents__wrap{
  padding: 320px 0 0 0;
}
}

/* page wrap ============================== */
.page .wrap{
  width: 100%;
  margin: 0 auto;
  position: relative;
	box-sizing: border-box;
}
@media (min-width: 2000px){
.page .wrap{
	max-width: 1700px;
  padding: 0;
}
}

/* page text ============================== */
.page .text p{
	font-size: 2.0rem;
  font-size: clamp(1.4rem, 1vw, 2.1rem);
  line-height: 2.2em;
	margin: 0 0 23px 0;
}
@media (min-width: 960px){
.page .text p{
	font-size: 2.0rem;
  font-size: clamp(1.4rem, 1vw, 2.1rem);
  line-height: 2.2em;
	margin: 0 0 40px 0;
}
}

/* page section__title ============================== */
.page .section__title__block{
  width: 100%;
  height: 24px;
  overflow: hidden;
  margin: 0 0 20px 0;
}
@media (min-width: 415px){
.page .section__title__block{
  height: 30px;
  margin: 0 0 20px 0;
}
}
@media (min-width: 960px){
.page .section__title__block{
  height: 45px;
  margin: 0 0 35px 0;
}
}
@media (min-width: 2000px){
.page .section__title__block{
  height: 50px;
  margin: 0 0 40px 0;
}
}

.page .section__title__block .section__title{
  font-size: 4.2rem;
  font-size: clamp(2.1rem, 2.1vw, 4.8rem);
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  letter-spacing: 0.04em;
	line-height: 1em;
  text-align: center;
}

.page .section__title__line{
  width: 100%;
  height: 1px;
  background-color: #D0DEE0;
  margin: 0 0 38px 0;
  position: relative;
}
@media (min-width: 960px){
.page .section__title__line{
  margin: 0 0 65px 0;
}
}

.page .section__title__line::after{
  content: "";
	width: 10px;
	height: 10px;
	background: #2A5D69;
  border-radius: 50%;
	position: absolute;
  top: 0;
  left: 50%;
	margin: -4.5px 0 0 -5px;
}


/* page margin ============================== */
.page .margin__bottom{
  margin-bottom: 100px;
}
@media (min-width: 960px){
.page .margin__bottom{
  margin-bottom: 300px;
}
}

.page .padding__bottom{
  padding-bottom: 100px;
}
@media (min-width: 960px){
.page .padding__bottom{
  padding-bottom: 300px;
}
}


/* ==========================================================================
   page-menu
   ========================================================================== */
#page__faga .page__title{
	margin: 0 0 0 -0.7vw;
}

#page__faga .page__title__2{
	font-size: 7.3rem;
  font-size: clamp(1.8rem, 4.0vw, 8.4rem);
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  margin: 0 0 22px -0.1vw;
}
@media (min-width: 960px){
#page__faga .page__title__2{
  margin: -12px 0 40px -0.1vw;
}
}

#page__ed .page__title{
  margin: 0 0 0 -0.8vw;
}


#page__aga .page__mv__img,
#page__faga .page__mv__img,
#page__ed .page__mv__img{
  width: 92vw;
  position: absolute;
  top: 190px;
  right: 0;
  z-index: -1;
}
@media (min-width: 415px){
#page__aga .page__mv__img,
#page__faga .page__mv__img,
#page__ed .page__mv__img{
  width: 70vw;
  top: 160px;
}
}
@media (min-width: 960px){
#page__aga .page__mv__img,
#page__faga .page__mv__img,
#page__ed .page__mv__img{
  width: 70vw;
  top: 300px;
}
}
@media (min-width: 2000px){
#page__aga .page__mv__img,
#page__faga .page__mv__img,
#page__ed .page__mv__img{
  top: 400px;
}
}

#page__aga .contents__wrap,
#page__faga .contents__wrap,
#page__ed .contents__wrap{
  margin: 400px 0 0 0;
	padding: 0;
}
@media (min-width: 960px){
#page__aga .contents__wrap,
#page__faga .contents__wrap,
#page__ed .contents__wrap{
  margin: 540px 0 0 0;
}
}
@media (min-width: 1500px){
#page__aga .contents__wrap,
#page__faga .contents__wrap,
#page__ed .contents__wrap{
  margin: 740px 0 0 0;
}
}
@media (min-width: 2000px){
#page__aga .contents__wrap,
#page__faga .contents__wrap,
#page__ed .contents__wrap{
  margin: 1000px 0 0 0;
}
}

#page__faga .contents__wrap{
  margin: 370px 0 0 0;
	padding: 0;
}
@media (min-width: 960px){
#page__faga .contents__wrap{
  margin: 455px 0 0 0;
}
}
@media (min-width: 1500px){
#page__faga .contents__wrap{
  margin: 630px 0 0 0;
}
}
@media (min-width: 2000px){
#page__faga .contents__wrap{
  margin: 880px 0 0 0;
}
}

#aga .wrap{
	width: 100vw;
	margin: 0 auto 60px;
	position: relative;
	z-index: 0;
}
@media (min-width: 415px){
#aga .wrap{
	width: 100vw;
	margin: 0 auto;
	padding: 0 0 160px 0;
	padding: 0 0 6.5% 0;
	position: relative;
	z-index: 0;
}
}
@media (min-width: 2000px){
#aga .wrap{
	max-width: 1700px;
}
}

#aga .page__wrap{
	width: 100vw;
  padding: 0 8vw;
	margin: 0 auto;
  box-sizing: border-box;
	position: relative;
	z-index: 0;
}
@media (min-width: 415px){
#aga .page__wrap{
	padding: 0 8vw;
}
}
@media (min-width: 960px){
#aga .page__wrap{
	max-width: calc(1000px + 12vw + 12vw);
  padding: 0 12vw;
}
}

#page__aga .img01{
	display: none;
}
@media (min-width: 960px){
#page__aga .img01{
	width: 21%;
	height: auto;
	position: absolute;
	top: 385px;
	left: 0;
	z-index: -1;
	display: block;
}
}
@media (min-width: 2000px){
#page__aga .img01{
	top: 500px;
  left: 0;
}
}

#page__aga .img02{
	display: none;
}
@media (min-width: 960px){
#page__aga .img02{
	width: 14.4%;
	height: auto;
	position: absolute;
	top: 1494px;
	right: 11.5%;
	z-index: -1;
	display: block;
}
}
@media (min-width: 2000px){
#page__aga .img02{
	top: 1750px;
  right: 11.5%;
}
}

#page__faga .img01{
	display: none;
}
@media (min-width: 960px){
#page__faga .img01{
	width: 21%;
	height: auto;
	position: absolute;
	top: 490px;
	right: 0;
	z-index: -1;
	display: block;
}
}
@media (min-width: 2000px){
#page__faga .img01{
	top: 500px;
  right: 0;
}
}

#page__faga .img02{
	display: none;
}
@media (min-width: 960px){
#page__faga .img02{
	width: 14.4%;
	height: auto;
	position: absolute;
	top: 1494px;
	left: 11.5%;
	z-index: -1;
	display: block;
}
}
@media (min-width: 2000px){
#page__faga .img02{
	top: 1750px;
  left: 11.5%;
}
}

#page__ed .img01{
	display: none;
}
@media (min-width: 960px){
#page__ed .img01{
	width: 21%;
	height: auto;
	position: absolute;
	top: 385px;
	left: 0;
	z-index: -1;
	display: block;
}
}
@media (min-width: 2000px){
#page__ed .img01{
	top: 500px;
  left: 0;
}
}

#page__ed .img02{
	display: none;
}
@media (min-width: 960px){
#page__ed .img02{
	width: 14.4%;
	height: auto;
	position: absolute;
	top: 2022px;
	right: 8.5%;
	z-index: -1;
	display: block;
}
}
@media (min-width: 2000px){
#page__ed .img02{
	top: 2122px;
  right: 8.5%;
}
}

#aga .text p{
	text-align: center;
}

#aga .worries .text{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#aga .worries .text .worries__list{
	padding: 0 0 20px 0;
}
@media (min-width: 415px){
#aga .worries .text .worries__list{
	padding: 0 0 3% 0;
}
}

#aga .text .worries__list li{
	font-size: 2.0rem;
  font-size: clamp(1.4rem, 1vw, 2.1rem);
	font-weight: 500;
  line-height: 2.2em;
	position: relative;
	padding-left: 1.4em;
}

#aga .text .worries__list li::after{
	content: "●";
	position: absolute;
  top: 0.8px;
  left: 0;
	font-size: clamp(1.3rem, 0.9vw, 2.0rem);
}
@media (min-width: 415px){
#aga .text .worries__list li::after{
	top: 1.8px;
}
}

#aga .text .th{
  font-size: clamp(1.55rem, 1.4vw, 2.8rem);
  font-weight: 500;
}

#page__ed .cause__list{
  border-top: 1px solid #D0DEE0;
}

#page__ed .cause__list li{
  width: 100%;
  display: flex;
	flex-direction: column;
	align-items: center;
  border-bottom: 1px solid #D0DEE0;
  padding: 28px 0 26px 0;
}
@media (min-width: 415px){
#page__ed .cause__list li{
  width: 100%;
	flex-direction: row;
	align-items: center;
  border-bottom: 1px solid #D0DEE0;
  padding: 30px 0;
}
}

#page__ed .cause__list li .title__block{
  width: 100%;
  font-size: 2.2rem;
  font-size: clamp(1.8rem, 1.15vw, 2.3rem);
  font-weight: 500;
  line-height: 1.5em;
  display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
  box-sizing: border-box;
  border-bottom: 0px solid #D0DEE0;
	padding: 0 0 14px 0;
}
@media (min-width: 415px){
#page__ed .cause__list li .title__block{
  width: 30%;
  height: 140px;
  border-right: 1px solid #D0DEE0;
	padding: 0;
}
}

#page__ed .cause__list li .title__block span{
  font-size: 1.7rem;
  font-size: clamp(1.3rem, 0.9vw, 1.8rem);
  font-weight: 300;
}

#page__ed .cause__list li .text__block{
  font-size: 2.0rem;
  font-size: clamp(1.4rem, 1vw, 2.1rem);
  line-height: 2.2em;
  display: flex;
	flex-direction: row;
	align-items: center;
}
@media (min-width: 415px){
#page__ed .cause__list li .text__block{
  width: 70%;
  padding: 0 2% 0 6%;
}
}

#page__ed .risk__list{
  display: flex;
	flex-direction: column;
	align-items: flex-start;
}

#page__ed .risk__list li{
  color: #FFF;
  width: 100%;
  height: 80px;
  font-size: 2.2rem;
  font-size: clamp(1.5rem, 1.15vw, 2.3rem);
	font-feature-settings: "palt";
  font-weight: 500;
  display: flex;
	flex-direction: row;
	align-items: center;
  justify-content: flex-start;
  background-color: #9BCBC6;
  margin-bottom: 3.5%;
  position: relative;
	padding: 0 5% 0 28%;
	box-sizing: border-box;
}
@media (min-width: 415px){
#page__ed .risk__list li{
	height: 90px;
	display: flex;
	flex-direction: row;
	align-items: center;
  justify-content: center;
	margin-bottom: 1.8%;
	padding: 0;
}
}

#page__ed .risk__list li:last-child{
  margin-bottom: 0;
}

#page__ed .risk__list li i{
  color: #719299;
  width: 25%;
  height: 80px;
  line-height: 80px;
  font-size: clamp(3.2rem, 2.6vw, 5.4rem);
	font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  letter-spacing: 0.05em;
  text-align: center;
	position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 415px){
#page__ed .risk__list li i{
	width: 120px;
	height: 90px;
	line-height: 90px;
	margin-bottom: 1.8%;
}
}

#point .page__wrap,
#faq .page__wrap,
#reserve .page__wrap{
  width: 100%;
  padding: 0 8vw;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 415px){
#point .page__wrap,
#faq .page__wrap,
#reserve .page__wrap{
  padding: 0 8vw;
}
}
@media (min-width: 960px){
#point .page__wrap,
#faq .page__wrap,
#reserve .page__wrap{
	max-width: calc(1000px + 12vw + 12vw);
  padding: 0 12vw;
}
}

#price{
  position: relative;
  z-index: 0;
	padding: 3% 0 0 0;
}

#price::after{
	content: "";
	width: 100vw;
	height: 90px;
  background-color: #F8F8F8;
	position: absolute;
  bottom: 0;
  left: 0;
	z-index: -1;
}
@media (min-width: 415px){
}

#price .page__wrap{
  width: 100%;
  padding: 0 8vw;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 960px){
#price .page__wrap{
	max-width: calc(1350px + 12vw + 12vw);
  padding: 0 12vw;
}
}

#price .price__list{
  width: 100%;
  display: flex;
	flex-direction: column;
	align-items: flex-start;
  justify-content: center;
}
@media (min-width: 415px){
#price .price__list{
  width: 100%;
	flex-direction: row;
	align-items: center;
  justify-content: center;
}
}

#price .price__list li{
  width: 100%;
  height: 120px;
  font-size: 2.4rem;
  font-size: clamp(1.5rem, 1.1vw, 2.3rem);
  font-weight: 500;
	text-align: center;
  display: flex;
	flex-direction: row;
	align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media (min-width: 415px){
#price .price__list li{
  width: 50%;
  height: 140px;
	flex-direction: row;
	align-items: center;
  justify-content: center;
}
}
@media (min-width: 960px){
#price .price__list li{
	height: 180px;
}
}

#price .price__list li:first-child{
  color: #FFF;
  background-color: #2A5D69;
}

#price .price__list li:last-child{
  border: 1px solid #2A5D69;
  background-color: #FFF;
}

#price .price__list li .data__block{
  display: flex;
	flex-direction: row;
	align-items: center;
  justify-content: center;
}

#price .price__list li .ttl{
  margin-right: 30px;
}
@media (min-width: 415px){
#price .price__list li .ttl{
  margin-right: 34px;
}
}
@media (min-width: 960px){
#price .price__list li .ttl{
  margin-right: 90px;
}
}

#price .price__list li .data__block p.quantity{
  font-size: clamp(1.4rem, 1vw, 2.1rem);
}

#price .price__list li .data__block .price{
  font-size: 4.0rem;
  font-size: clamp(2.0rem, 2.0vw, 4.0rem);
  letter-spacing: 0.04em;
  margin: -3px 0 0 10px;
}
@media (min-width: 960px){
#price .price__list li .data__block .price{
  margin: 0 0 5px 10px;
}
}

#price .price__list li .data__block .tax{
  font-size: 1.6rem;
  font-size: clamp(1.2rem, 0.8vw, 1.6rem);
  margin: 0 0 -2px 4px;
	font-family: 'Noto Sans JP', serif;
	letter-spacing: 0.08em;
	font-feature-settings: "palt" 1;
}
@media (min-width: 960px){
#price .price__list li .data__block .tax{
  margin: 0 0 -8px 4px;
}
}

#point{
  background-color: #F8F8F8;
  padding: 17% 0 18% 0;
}
@media (min-width: 415px){
#point{
  padding: 10% 0 11% 0;
}
}
@media (min-width: 960px){
#point{
  padding: 7% 0 8% 0;
}
}

#point .point__list{
  display: flex;
	flex-direction: column;
	align-items: flex-start;
}

#point .point__list li{
  width: 100%;
  height: 70px;
  font-size: 2.2rem;
  font-size: clamp(1.5rem, 1.1vw, 2.3rem);
	font-feature-settings: "palt";
  font-weight: 500;
  display: flex;
	flex-direction: row;
	align-items: center;
  justify-content: center;
  background-color: #FFF;
  margin-bottom: 3.5%;
  position: relative;
}
@media (min-width: 415px){
#point .point__list li{
	height: 80px;
	margin-bottom: 1.8%;
}
}

#point .point__list li:last-child{
  margin-bottom: 0;
}

#point .point__list li::after{
	content: "";
	width: 18px;
	height: 18px;
  background-image: url(../img/icon_check.svg);
	background-size: 18px 18px;
	background-repeat: no-repeat;
	position: absolute;
  top: 50%;
  left: 20px;
	margin: -9px 0 0 0;
}
@media (min-width: 415px){
#point .point__list li::after{
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
	left: 46px;
	margin: -12px 0 0 0;
}
}

#faq{
  background-color: #F8F8F8;
	padding: 0 0 60px 0;
}
@media (min-width: 415px){
#faq{
	padding: 0 0 180px 0;
	padding: 0 0 7% 0;
}
}

#faq .faq__list{
  border-top: 1px solid #D0DEE0;
}

#faq .faq__list dl{
  font-size: 2.0rem;
  font-size: clamp(1.4rem, 1vw, 2.1rem);
  line-height: 2.2em;
  display: flex;
	flex-direction: column;
	align-items: flex-start;
  padding: 50px 15px 50px 15px;
	padding: 25px 5px;
  border-bottom: 1px solid #D0DEE0;
}
@media (min-width: 415px){
#faq .faq__list dl{
	padding: 5.1% 15px;
}
}

#faq .faq__list dl b{
  font-size: 3.6rem;
  font-size: clamp(2.2rem, 1.8vw, 4.0rem);
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  margin-right: 30px;
}
@media (min-width: 415px){
#faq .faq__list dl b{
	margin-right: 80px;
}
}

#faq .faq__list dl dt{
  font-weight: 400;
  display: flex;
	flex-direction: row;
	align-items: flex-start;
  margin-bottom: 16px;
}
@media (min-width: 415px){
#faq .faq__list dl dt{
	margin-bottom: 2.1%;
}
}

#faq .faq__list dl dd{
  font-weight: 300;
  display: flex;
	flex-direction: row;
	align-items: flex-start;
}

#faq .faq__list dl dd b{
  color: #97B6BC;
}

#reserve{
  background-color: #F8F8F8;
	overflow: hidden;
}

#reserve .text p{
  font-size: 2.2rem;
  font-size: clamp(1.5rem, 1.1vw, 2.2rem);
  text-align: center;
  font-weight: 600;
  padding-bottom: 20px;
}
@media (min-width: 415px){
#reserve .text p{
  padding-bottom: 7%;
}
}
