@charset "utf-8";


/* 

● agenda ●
font-family: "agenda", sans-serif;
font-weight: 500;
font-style: normal;

● Noto Sans JP ●
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
*/

html {
  font-size: 62.5%;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #534741;
}
.img {
  width: 100%;
  height: auto;
}
br.b-960,
br.b-750,
br.b-480 {
  display: none;
}
.inner-1340 {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1440px) {
  .inner-1340 {
    max-width: 100%;
    margin-left: 3%;
    margin-right: 3%;
  }
}
.inner-1140 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1240px) {
  .inner-1140 {
    max-width: 100%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
.inner-850 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
} 
@media screen and (max-width: 950px) {
  .inner-850 {
    max-width: 100%;
    margin-left: 5%;
    margin-right: 5%;
  } 
}
.button__type1 {
  max-width: 597px;
  display: block;
  width: 100%;
  border-radius: 100px;
  padding: 27px;
  font-size: 2.4rem;
  letter-spacing: 0.16rem;
  text-align: center;
  font-weight: 300;
  transition: 0.3s;
  position: relative;
}
.button__type1--color1:hover {
  background-color: #ffffcd;
}
.button__type1--color1 {
  background-color: #fff;
  color: #bd9fb6;
}
.button__type1::after {
  content: "";
  width: 17.5px;
  height: 20px;
  background-size: cover;
  position: absolute;
  display: block;
  transform: translateY(-50%);
  top: 50%;
  right: 40px;
  transition: 0.3s;
}
.button__type1:hover::after {
  right: 35px;
}
.button__type1--color1::after {
  background-image: url(../imgs/icon_arrow_pu.png);
}
.button__type1--color2 {
  background-color: #adc8dc;
  color: #fff;
}
.button__type1--color2:hover {
  background-color: #6aa9c0;
}
.button__type1--color2::after {
  background-image: url(../imgs/icon_arrow_wh.png);
}
.heading1 {
  text-align: center;
}
.heading1--color1 .heading1__en {
  color: #fff;
}
.heading1--color2 .heading1__en {
  color: #fdfaf0;
}
.heading1__en {
  font-family: "agenda", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 10rem;
  -webkit-text-stroke: 1.5px #534741;
}
.heading1__ja {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
}

/*--------------------------------
    header
--------------------------------*/
.header__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 35px;
}
.header__logo {
  max-width: 283px;
  width: 22%;
  min-width: 158px;
}
.header__text {
  font-size: 1.8rem;
  background-color: #adc8dc;
  color: #fff;
  letter-spacing: 0.16rem;
  padding: 15px 3%;
  border-radius: 100px;
}

/*--------------------------------
    fv
--------------------------------*/
.fv__wrapper {
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 97px;
}
.fv__item {
  position: absolute;
  bottom: 0;
  max-width: 399px;
  width: 27%;
  min-width: 150px;
}
.fv__item--1 {
  left: 0;
}
.fv__item--2 {
  right: 0;
}
.fv__textWrapper {
  width: fit-content;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 140px;
  position: relative;
}
.fv__heading {
  font-size: 5.4rem;
  font-weight: 100;
  line-height: 1.5;
  margin-bottom: 10px;
}
.fv__text {
  letter-spacing: 0.14rem;
  line-height: 1.975;
}
.fv__icon {
  width: 150px;
  height: 150px;
  background-image: url(../imgs/bg_circle.png);
  background-size: cover;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  line-height: 1.98;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%,-60%);
}

/*--------------------------------
    member
--------------------------------*/
.member {
  background-color: #bd9fb6;
  text-align: center;
}
.member .inner-850 {
  position: relative;
  padding: 60px 0;
}
.member__heading{
  font-size: 5.1rem;
  letter-spacing: 0.1rem;
  color: #ffffcd;
  font-weight: 300;
  margin-bottom: 25px;
}
.member__text {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  margin-bottom: 35px;
}
.member__button {
  margin-left: auto;
  margin-right: auto;
}
.member__icon {
  position: absolute;
  transform: translateY(-30%);
  top: 0;
  left: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2rem;
  font-weight: 100;
  letter-spacing: 0.14rem;
  line-height: 1.59;
  background-color: #ffffcd;
  width: 173px;
  height: 173px;
  border-radius: 50%;
}


/*--------------------------------
    about
--------------------------------*/
.about {
  background-color: #eaf2f5;
  padding: 110px 0;
}
.about__item {
  display: flex;
}
.about__item:first-of-type {
  margin-bottom: 45px;
}
.about__heading {
  width: 40%;
  flex-shrink: 0;
  color:#6aa9c0;
  font-size: 3.5rem;
  letter-spacing: 0.12rem;
  vertical-align: middle;
  font-weight: 300;
  display: flex;
  align-items: center;
}
.about__heading::before {
  content: "●";
  font-size: 1.6rem;
  margin-right: 7%;
}
.about__text {
  letter-spacing: 0.06rem;
  line-height: 2.35;
}

/*--------------------------------
    what
--------------------------------*/
.what {
  padding-top: 110px;
  padding-bottom: 65px;
}
.what .heading1 {
  margin-bottom: 70px;
}
.what__wrapper {
  display: flex;
  justify-content: space-between;
}
.what__item {
  width: 32%;
}
.what__img {
  width: 100%;
  height: auto;
  max-width: 256px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.what__text {
  text-align: center;
  letter-spacing: 0.06rem;
  line-height: 1.7;
}

/*--------------------------------
    merit
--------------------------------*/
.merit {
  width: 83%;
  background-color: #fdfaf0;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  padding: 93px 0 56px 12.5%;
  position: relative;
  z-index: 2;
}
.merit__wrapper {
  display: flex;
}
.merit .heading1 {
  text-align: left;
  margin-right: 11.2%;
}
.merit__list {
  width: 47%;
}
.merit__listItem {
  padding: 35px 0;
  display: flex;
  align-items: center;
  font-size: 2rem;
  letter-spacing: 0.12rem;
  font-weight: 500;
  width: 100%;
}
.merit__listItem:not(:last-of-type) {
  border-bottom: dashed 1px #534741;
}
.merit__listItem::before {
  content: "";
  width: 30px;
  height: 34px;
  background-image: url(../imgs/icon_check.png);
  background-size: cover;
  margin-right: 15px;
  display: inline-block;
  transform: translateY(-4px);
}


/*--------------------------------
    flow
--------------------------------*/
.flow {
  background-color: #dac9d6;
  padding-top: 180px;
  margin-top: -70px;
  position: relative;
  z-index: 1;
}
.flow .heading1 {
  margin-bottom: 70px;
}
.flow__wrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 70px;
}
.flow__item {
  width: 30%;
  position: relative;
}
.flow__item:not(:last-of-type)::after {
  content: "";
  width: 63px;
  height: 51px;
  background-image: url(../imgs/icon_arrow_flow.png);
  background-size: cover;
  transform: translateX(90%);
  right: 0;
  display: block;
  position: absolute;
  top: 150px;
}
.flow__img {
  max-width: 308px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.flow__contentsWrapper {
  display: flex;
}
.flow__num {
  font-family: "agenda", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 10rem;
  -webkit-text-stroke: 1.5px #534741;
  color: #fff;
  line-height: 0.5;
  margin-right: 20px;
}
.flow__text {
  font-size: 2.2rem;
  line-height: 1.72;
}

.reward {
  background-color: #cdb6c8;
}
.reward__heading {
  text-align: center;
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 2.5rem;
  letter-spacing: 0.16rem;
  gap: 0 15px;
}
.reward__heading::before {
  content: "";
  width: 35px;
  height: 94px;
  background-image: url(../imgs/deco_flow_l.png);
  background-size: cover;
  display: inline-block;
  flex-shrink: 0;
}
.reward__heading::after {
  content: "";
  width: 35px;
  height: 94px;
  background-image: url(../imgs/deco_flow_r.png);
  background-size: cover;
  display: inline-block;
  flex-shrink: 0;
}
.reward__heading--color {
  color: #fdfaf0;
  font-size: 3.5rem;
  letter-spacing: 0.16rem;
  font-weight: 500;
  padding-left: 10px;
  padding-right: 8px;
}


/*--------------------------------
    try
--------------------------------*/
.try {
  padding-top: 114px;
  padding-bottom: 90px;
}
.try .heading1 {
  margin-bottom: 134px;
}
.try__dl {
  display: flex;
  font-size: 2.3rem;
  margin-bottom: 87px;
}
.try__dl dt,
.try__dl dd {
  padding-bottom: 20px;
}
.try__dl dt {
  border-bottom: solid 3px #534741;
  width: 25%;
}
.try__dl dd {
  text-align: center;
  border-bottom: dashed 1px #534741;
  width: 75%;
}


/*--------------------------------
    footer
--------------------------------*/
footer {
  border-top: solid 1px #9f9895;
  padding-top: 64px;
  padding-bottom: 53px;
}
.footer__heading {
  font-size: 3.2rem;
  font-size: 300;
  text-align: center;
  font-weight: 300;
  margin-bottom: 20px;
}
.footer__logoWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 24px;
  margin-bottom: 24px;
}
.footer__text {
  text-align: center;
}
.footer__logoLink {
  transition: 0.3s;
}
.footer__logoLink:hover {
  opacity: 0.7;
}
.footer__logo--1 {
  max-width: 252px;
}
.footer__logo--2 {
  max-width: 274px;
}



@media screen and (max-width: 1200px) {
  .header__text {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 960px) {
  br.b-960 {
    display: block;
  }
  br.n-960 {
    display: none;
  }
  .member__icon {
    left: 0;
    width: 130px;
    height: 130px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 750px) {
  br.b-750,
  .what__wrapper,
  .merit__wrapper {
    display: block;
  }
  br.n-750,
  .about__text br,
  .flow__item:not(:last-of-type)::after,
  .flow__text br {
    display: none;
  }
  .button__type1 {
    padding: 12px 0;
    font-size: 1.8rem;
  }
  .button__type1::after {
    right: 20px;
    width: 13px;
    height: 15px;
  }
  .heading1__en {
    font-size: 8rem;
  }
  .heading1__ja {
    font-size: 2rem;
  }

  .header__wrapper {
    display: block;
  }
  .header__text {
    padding: 8px 3%;
    font-size: 1.4rem;
    text-align: center;
    margin-top: 15px;
  }
  .fv__wrapper {
    padding-bottom: 180px;
  }
  .fv__textWrapper {
    margin-top: 108px;
  }
  .fv__item--1 {
    left: 15%;
  }
  .fv__item--2 {
    right: 15%;
  }
  .fv__heading {
    font-size: 2.8rem;
  }
  .fv__text {
    font-size: 1.5rem;
    line-height: 1.75;
  }
  .fv__icon {
    width: 110px;
    height: 110px;
    line-height: 1.5;
    font-size: 1.1rem;
    right: 8px;
  }
  .member .inner-850 {
    padding-top: 80px;
  }
  .member__icon {
    width: 100px;
    height: 100px;
    line-height: 1.3;
    font-size: 1.4rem;
  }
  .member__heading {
    font-size: 4rem;
    margin-bottom: 10px;
  }
  .member__text {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .about {
    padding: 80px 0;
  }
  .about__item {
    display: block;
  }
  .about__heading {
    width: 100%;
    margin-bottom: 10px;
    font-size: 3rem;
  }
  .about__heading::before {
    margin-right: 10px;
  }
  .about__text {
    font-size: 1.5rem;
    line-height: 1.9;
  }
  .what {
    padding-top: 50px;
  }
  .what .heading1 {
    margin-bottom: 30px;
  }
  .what__item {
    width: 100%;
  }
  .what__item:not(:last-of-type) {
    margin-bottom: 50px;
  }
  .what__img {
    width: 50%;
    margin-bottom: 10px;
  }
  .what__text {
    font-size: 1.5rem;
  }
  .merit {
    width: 93%;
    padding: 50px 3% 50px 8%;
    border-top-right-radius:30px;
    border-bottom-right-radius: 30px;
    box-shadow: 7px 7px 7px rgba(0,0,0,0.2);
  }
  .merit .heading1 {
    margin-bottom: 30px;
  }
  .merit__list {
    width: 100%;
  }
  .merit__listItem {
    font-size: 1.5rem;
    padding: 20px 0;
  }
  .merit__listItem::before {
    width: 20px;
    height: 22px;
  }
  .flow {
    padding-top: 90px;
  }
  .flow .heading1 {
    margin-bottom: 30px;
  }
  .flow__wrapper {
    flex-wrap: wrap;
    gap: 50px 0;
    padding-bottom: 30px;
  }
  .flow__item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .flow__img {
    max-width: 150px;
    margin-top: 15px;
  }
  .flow__contentsWrapper {
    order: -1;
    width: 100%;
  }
  .flow__num {
    font-size: 7rem;
    line-height: 0.7;
  }
  .flow__text {
    font-size: 1.8rem;
  }
  .reward__heading {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .reward__heading--color {
    font-size: 2.5rem;
  }
  .reward__heading::before,
  .reward__heading::after {
    width: 28px;
    height: 80px;
  }
  .try {
    padding-top: 50px;
  }
  .try .heading1 {
    margin-bottom: 40px;
  }
  .try__dl {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
  }
  .try__dl dt {
    font-size: 1.6rem;
    width: 50%;
    border-bottom: none;
    padding-bottom: 15px;
  }
  .try__dl dd {
    width: 100%;
    font-size: 1.6rem;
    padding-bottom: 12px;
  }
  footer {
    padding-top: 40px;
  }
  .footer__heading {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
  .footer__text {
    line-height: 1.5;
    font-size: 1.2rem;
  }
  .footer__logoWrapper {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 480px) {
  br.b-480 {
    display: block;
  }

  br.n-480 {
    display: none;
  }
  .fv__textWrapper {
    width: 100%;
  }
  .fv__icon {
    transform: translate(0%,-75%);
  }
  .fv__item--1 {
    left: 30px;
  }
  .fv__item--2 {
    right: 30px;
  }
}

@media screen and (max-width: 375px) {}
