@charset "UTF-8";
/* フォントカラー */
/* 背景職 */
/* 特定個所の色 */
/* メディアクエリ */
/*変数の読み込み*/
/* reserve */
.reserve {
  color: #9E8962;
}
.reserve__inner {
  padding-top: 23px;
  padding-bottom: 28px;
  width: 83.7150127226%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .reserve__inner {
    display: grid;
    grid-template-columns: 3fr 7fr;
    padding-top: 4.7rem;
    width: 114.3rem;
    margin-left: 7.7rem;
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 1440px) {
  .reserve__inner {
    padding-top: 47px;
    width: 1143px;
    margin-left: auto;
    padding-right: 77px;
    padding-bottom: 20px;
  }
}
.reserve__inner--s {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-right: 2px;
}
@media screen and (min-width: 768px) {
  .reserve__inner--s {
    align-self: end;
    justify-self: end;
    margin-bottom: 2.2rem;
  }
}
@media screen and (min-width: 1440px) {
  .reserve__inner--s {
    margin-bottom: 22px;
  }
}
.reserve__icon {
  margin-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .reserve__icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.reserve__icon--wapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.reserve__logo {
  width: 19.7568389058%;
  height: 20.3647416413%;
  margin-bottom: 5px;
  padding-left: 4px;
}
@media screen and (min-width: 768px) {
  .reserve__logo {
    width: 12rem;
    height: 12rem;
    margin-bottom: 1.7rem;
    padding-left: 0;
  }
}
@media screen and (min-width: 1440px) {
  .reserve__logo {
    width: 120px;
    height: 120px;
    margin-bottom: 17px;
  }
}
.reserve__text {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .reserve__text {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .reserve__text {
    font-size: 15px;
  }
}
.reserve__button {
  width: 55.4707379135vw;
  background-color: #D29832;
  border-radius: 15px;
  padding: 6px 0;
  text-align: center;
  margin-top: 9px;
  margin-right: 10px;
  max-width: 218px;
}
@media screen and (min-width: 768px) {
  .reserve__button {
    max-width: unset;
  }
}
@media screen and (min-width: 768px) {
  .reserve__button--sp {
    display: none;
  }
}
.reserve__button--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .reserve__button--pc {
    display: block;
    width: 50.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 2.5rem;
    margin-bottom: 0.1rem;
  }
}
@media screen and (min-width: 1440px) {
  .reserve__button--pc {
    width: 505px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 25px;
    margin-bottom: 1px;
  }
}
.reserve__button--link {
  display: block;
  width: 100%;
  color: #F8F8F8;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .reserve__button--link {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1440px) {
  .reserve__button--link {
    font-size: 24px;
  }
}
.reserve__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .reserve__bottom {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
  }
}
.reserve__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .reserve__list {
    justify-self: end;
    flex-direction: row;
    gap: 1.8rem;
  }
}
@media screen and (min-width: 1440px) {
  .reserve__list {
    gap: 18px;
  }
}
.reserve__item {
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .reserve__item {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .reserve__item {
    font-size: 15px;
  }
}
.reserve__sns--title {
  font-size: 11px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .reserve__sns--title {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1440px) {
  .reserve__sns--title {
    font-size: 16px;
  }
}
.reserve__sns--title::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  width: 1px;
  height: 33px;
  background-color: #9E8962;
}
@media screen and (min-width: 768px) {
  .reserve__sns--title::before {
    height: 4.5rem;
    right: -1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .reserve__sns--title::before {
    height: 45px;
    right: -15px;
  }
}
.reserve__sns--list {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.reserve__sns--item {
  width: 30px;
  height: 30px;
}
.reserve__sns--right {
  margin-left: -7px;
}
@media screen and (min-width: 768px) {
  .reserve__sns--right {
    margin-left: 0;
  }
}

.sns__link {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #9E8962;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

/* svg */
.e-font-icon-svg {
  fill: #fff;
  width: 18px;
  height: 18px;
}

/* footer */
.footer__inner {
  background-color: rgb(180, 152, 114);
  padding-top: 12px;
  padding-bottom: 12px;
}
.footer__bottom {
  width: 300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    width: 99.1rem;
  }
}
@media screen and (min-width: 1440px) {
  .footer__bottom {
    width: 991px;
  }
}
.footer__list {
  display: flex;
  margin-bottom: 9px;
  align-items: center;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
  .footer__list {
    margin-bottom: 0;
  }
}
.footer__item {
  color: #fff;
  padding: 6px 7px;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .footer__item {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1440px) {
  .footer__item {
    font-size: 13px;
  }
}
.footer__item--first {
  border-right: 1px solid #fff;
}
.footer__small {
  font-size: 10px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer__small {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1440px) {
  .footer__small {
    font-size: 13px;
  }
}

/*変数の読み込み*/
/* contact */
.contact {
  background-color: #F2F2EF;
  padding-top: 31px;
  border-radius: 12px;
  padding-bottom: 23px;
  margin: 8px 15px 0;
}
@media screen and (min-width: 768px) {
  .contact {
    padding: 4.3rem;
    padding-bottom: 5.9rem;
    margin: 0.4rem 2rem 0;
    border-radius: 3.2rem;
  }
}
@media screen and (min-width: 1440px) {
  .contact {
    padding: 33px;
    padding-bottom: 59px;
    margin: 4px 20px 0;
    border-radius: 32px;
  }
}
.contact__button {
  display: block;
  width: 100%;
  max-width: 369px;
  margin: 0 auto 24px;
  background-color: #32A557;
  border-radius: 10px;
  -webkit-animation: scale 1s infinite;
          animation: scale 1s infinite;
}
@media screen and (min-width: 768px) {
  .contact__button {
    max-width: unset;
    width: 49.6rem;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1440px) {
  .contact__button {
    width: 496px;
    margin-bottom: 40px;
  }
}
.contact__link {
  font-size: 28px;
  color: #f6f6f6;
  padding: 18px 0;
  display: block;
}
@media screen and (min-width: 576px) {
  .contact__link {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .contact__link {
    font-size: 3.6rem;
    padding: 1.6rem 0;
  }
}
@media screen and (min-width: 1440px) {
  .contact__link {
    font-size: 36px;
    padding: 16px;
  }
}

/* 登録フォーム */
._button-wrapper {
  height: 0;
  overflow: hidden;
}

.button-container {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 20px;
  background-color: #fff;
}
@media (max-width: 667px) {
  .button-container {
    max-width: 579px;
  }
}

#button--first,
#button--second {
  display: block;
  padding-inline: 20px;
  font-size: 14px;
  padding-block: 10px;
  background-color: #e98111;
  margin: 0 auto;
  color: #fff;
  border-radius: 4px;
}
@media (max-width: 667px) {
  #button--first,
#button--second {
    font-size: 20px;
  }
}

/* caution */
.caution {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: justify;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .caution {
    gap: 2.6rem;
  }
}
@media screen and (min-width: 1440px) {
  .caution {
    gap: 26px;
  }
}
.caution__text {
  font-size: 10px;
  letter-spacing: 0.05px;
}
@media screen and (min-width: 768px) {
  .caution__text {
    font-size: 1.3rem;
    line-height: 1.75;
  }
}
@media screen and (min-width: 1440px) {
  .caution__text {
    font-size: 13px;
  }
}

/*変数の読み込み*/
/* ask */
.ask .container {
  max-width: 650px;
}
@media screen and (min-width: 768px) {
  .ask .container {
    max-width: unset;
    width: 104rem;
  }
}
@media screen and (min-width: 1440px) {
  .ask .container {
    width: 1040px;
  }
}

.container.container--ask {
  max-width: 576px;
}
@media screen and (min-width: 768px) {
  .container.container--ask {
    max-width: unset;
    width: 95.4rem;
  }
}
@media screen and (min-width: 1440px) {
  .container.container--ask {
    width: 954px;
  }
}

.ask .section__title {
  line-height: 1.5;
}
@media screen and (min-width: 1440px) {
  .ask .section__title {
    line-height: 1.1;
    padding-right: 1.6rem;
  }
}
@media screen and (min-width: 1440px) {
  .ask .section__title {
    padding-right: 16px;
  }
}

.ask {
  padding-top: 30px;
  padding-bottom: 67px;
  background-image: url("../images/background1.jpg");
  background-size: contain;
  background-position: top;
}
@media screen and (min-width: 768px) {
  .ask {
    padding-top: 1.9rem;
    padding-bottom: 13.4rem;
  }
}
@media screen and (min-width: 1440px) {
  .ask {
    padding-top: 19px;
    padding-bottom: 134px;
  }
}
.ask__catch {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-bottom: 67px;
}
@media screen and (min-width: 768px) {
  .ask__catch {
    padding-bottom: 10.3rem;
    gap: 4.8rem;
  }
}
@media screen and (min-width: 1440px) {
  .ask__catch {
    padding-bottom: 103px;
    gap: 48px;
  }
}
.ask__catch--bottom {
  padding-bottom: 0;
}
.ask__catch--bottom .ask__text {
  font-size: clamp(1rem, 0.628rem + 1.86vw, 1.5rem);
}
@media screen and (min-width: 768px) {
  .ask__catch--bottom .ask__text {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1440px) {
  .ask__catch--bottom .ask__text {
    font-size: 32px;
  }
}
.ask__text {
  text-align: center;
  font-weight: 500;
  font-size: clamp(16px, 0.65rem, 1.25rem);
}
@media screen and (min-width: 768px) {
  .ask__text {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1440px) {
  .ask__text {
    font-size: 32px;
  }
}
.ask__image {
  max-width: 556px;
  margin: 0 auto 42px;
}
@media screen and (min-width: 768px) {
  .ask__image {
    max-width: unset;
    margin-bottom: 9.7rem;
  }
}
@media screen and (min-width: 1440px) {
  .ask__image {
    margin-bottom: 97px;
  }
}
.ask__list {
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .ask__list {
    margin-top: 2.1rem;
  }
}
@media screen and (min-width: 1440px) {
  .ask__list {
    margin-top: 21px;
  }
}
.ask__item {
  display: flex;
  align-items: flex-start;
  padding-top: 22px;
  padding-bottom: 21px;
  padding-right: 0px;
  border-bottom: 1px solid #486A83;
}
@media screen and (min-width: 768px) {
  .ask__item {
    line-height: 1.1;
    padding-top: 3.3rem;
    padding-bottom: 3.3rem;
    padding-right: 6rem;
  }
}
@media screen and (min-width: 1440px) {
  .ask__item {
    padding-top: 35px;
    padding-bottom: 36px;
    padding-right: 60px;
  }
}
.ask__number {
  font-size: clamp(1.75rem, 1.436rem + 1.57vw, 2rem);
  line-height: 1;
  margin-right: 11px;
}
@media screen and (min-width: 768px) {
  .ask__number {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1440px) {
  .ask__number {
    font-size: 32px;
  }
}
.ask__content {
  font-size: clamp(1rem, 0.686rem + 1.57vw, 1.25rem);
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .ask__content {
    font-size: 2.4rem;
  }
  .ask__content br {
    display: none;
  }
}
@media screen and (min-width: 1440px) {
  .ask__content {
    font-size: 24px;
  }
}

/*変数の読み込み*/
@media screen and (min-width: 768px) {
  .container.container--merit {
    width: 101.7rem;
  }
}
@media screen and (min-width: 1440px) {
  .container.container--merit {
    width: 1017px;
  }
}

.merit {
  padding-top: 50px;
  padding-bottom: 43px;
  background-color: #D3CCBB;
}
@media screen and (min-width: 768px) {
  .merit {
    padding-top: 6rem;
    padding-bottom: 4.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .merit {
    padding-top: 60px;
    padding-bottom: 45px;
  }
}
.merit__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10.8px;
  margin-top: 36px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .merit__images {
    margin-top: 7.9rem;
    margin-bottom: 4.3rem;
    gap: 2rem;
  }
}
@media screen and (min-width: 1440px) {
  .merit__images {
    margin-top: 79px;
    margin-bottom: 43px;
    gap: 20px;
  }
}
.merit__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .merit__list {
    gap: 1.2rem;
    margin-left: -2.8rem;
    margin-right: -1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .merit__list {
    gap: 12px;
    margin-left: -28px;
    margin-right: -15px;
  }
}
.merit__card {
  background-color: #F6F6F6;
  padding: 20px 16px;
}
@media screen and (min-width: 740px) {
  .merit__card {
    padding: 22px 42px 23px 31px;
  }
}
@media screen and (min-width: 768px) {
  .merit__card {
    padding: 1.6rem 0 1.6rem 4.4rem;
  }
}
@media screen and (min-width: 1440px) {
  .merit__card {
    padding: 16px 0 16px 44px;
  }
}
.merit__card:nth-child(2) .merit__heading {
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .merit__card:nth-child(2) .merit__heading {
    letter-spacing: 0.1em;
  }
}
.merit__heading {
  font-size: clamp(1rem, 0.628rem + 1.86vw, 1.5rem);
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 740px) {
  .merit__heading {
    letter-spacing: 2.4px;
  }
}
@media screen and (min-width: 768px) {
  .merit__heading {
    font-size: 3.6rem;
    letter-spacing: 0.1em;
    margin-bottom: 0.6rem;
  }
}
@media screen and (min-width: 1440px) {
  .merit__heading {
    font-size: 36px;
    letter-spacing: 0.1em;
    margin-bottom: 6px;
  }
}
.merit__text {
  font-size: clamp(0.875rem, 0.596rem + 1.4vw, 1.25rem);
}
@media screen and (min-width: 768px) {
  .merit__text {
    font-size: 3.2rem;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .merit__text {
    padding-right: 30px;
    font-size: 32px;
  }
}
.merit__catch {
  margin-top: 33px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .merit__catch {
    margin-top: 2.8rem;
  }
}
@media screen and (min-width: 1440px) {
  .merit__catch {
    margin-top: 28px;
  }
}
.merit__catch--top {
  font-size: clamp(18px, 0.7rem, 2rem);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .merit__catch--top {
    font-size: 3.6rem;
    padding-right: 0.8rem;
  }
}
@media screen and (min-width: 1440px) {
  .merit__catch--top {
    font-size: 36px;
    padding-right: 8px;
  }
}
.merit__catch--bottom {
  margin-top: 16px;
  font-size: clamp(2rem, 1.814rem + 0.93vw, 2.25rem);
}
@media screen and (min-width: 768px) {
  .merit__catch--bottom {
    margin-top: 1.1rem;
    font-size: 4.8rem;
    padding-right: 1.4rem;
  }
}
@media screen and (min-width: 1440px) {
  .merit__catch--bottom {
    margin-top: 11px;
    font-size: 48px;
    padding-right: 14px;
  }
}
.merit__catch--bottom .dib {
  position: relative;
  z-index: 2;
}
.merit__catch--bottom .dib::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  bottom: 0;
  left: 0;
  background-color: #F6F6F6;
  z-index: -1;
}
@media screen and (min-width: 576px) {
  .merit__catch--bottom .dib::after {
    height: 29px;
  }
}

/*変数の読み込み*/
.container.container--learn {
  max-width: 750px;
}
@media screen and (min-width: 768px) {
  .container.container--learn {
    max-width: unset;
    width: 91.2rem;
  }
}
@media screen and (min-width: 1440px) {
  .container.container--learn {
    width: 912px;
  }
}

.title__container {
  text-align: center;
}

.section__title.section__title--learn {
  line-height: 1.5;
  font-size: clamp(22px, 1.2rem, 2rem);
}
@media screen and (min-width: 768px) {
  .section__title.section__title--learn {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1440px) {
  .section__title.section__title--learn {
    font-size: 36px;
  }
}
.section__title.section__title--learn span {
  display: inline-block;
  border-bottom: 1px solid #486A83;
}

.learn {
  padding-top: 74px;
  padding-bottom: 84px;
}
@media screen and (min-width: 768px) {
  .learn {
    padding-top: 9.9rem;
    padding-bottom: 10.4rem;
  }
}
@media screen and (min-width: 1440px) {
  .learn {
    padding-top: 99px;
    padding-bottom: 104px;
  }
}
.learn__list {
  margin-top: 30px;
  margin-left: -10px;
  display: grid;
  gap: 10px;
}
@media screen and (min-width: 576px) {
  .learn__list {
    margin-top: 3px;
    gap: 0;
    padding-right: 25px;
  }
}
@media screen and (min-width: 768px) {
  .learn__list {
    padding-right: 0;
    margin-top: 2.5rem;
    margin-left: 0;
  }
}
@media screen and (min-width: 1440px) {
  .learn__list {
    margin-top: 25px;
  }
}
.learn__item {
  display: flex;
  align-items: center;
}
.learn__item--last.margin--top {
  margin-top: 5px;
}
@media screen and (min-width: 740px) {
  .learn__item--last.margin--top {
    margin-top: -28px;
  }
}
@media screen and (min-width: 768px) {
  .learn__item--last.margin--top {
    margin-top: -4.1rem;
  }
}
@media screen and (min-width: 1440px) {
  .learn__item--last.margin--top {
    margin-top: -41px;
  }
}
.learn__icon {
  width: 80px;
  aspect-ratio: 1;
}
@media screen and (min-width: 576px) {
  .learn__icon {
    width: 112px;
  }
}
@media screen and (min-width: 768px) {
  .learn__icon {
    width: 11.2rem;
  }
}
@media screen and (min-width: 1440px) {
  .learn__icon {
    width: 112px;
  }
}
.learn__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #BFA177;
  color: #f6f6f6;
  padding: 10px;
}
@media screen and (min-width: 740px) {
  .learn__content {
    width: 11.2rem;
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .learn__content {
    padding: 1rem;
  }
}
@media screen and (min-width: 1440px) {
  .learn__content {
    padding: 10px;
  }
}
.learn__text {
  font-size: clamp(1rem, 0.628rem + 1.86vw, 1.5rem);
  margin-right: 48px;
}
@media screen and (min-width: 768px) {
  .learn__text {
    font-size: 2.4rem;
    margin-right: 8.4rem;
  }
}
@media screen and (min-width: 1440px) {
  .learn__text {
    font-size: 24px;
    margin-right: 84px;
  }
}
.learn__number {
  font-size: clamp(1.5rem, 1.128rem + 1.86vw, 2rem);
}
@media screen and (min-width: 768px) {
  .learn__number {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1440px) {
  .learn__number {
    font-size: 32px;
  }
}
.learn__heading {
  font-size: clamp(1rem, 0.628rem + 1.86vw, 1.5rem);
}
@media screen and (min-width: 768px) {
  .learn__heading {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1440px) {
  .learn__heading {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .learn__heading br {
    display: none;
  }
}
.learn__text--l {
  text-align: center;
  margin-top: 38px;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .learn__text--l {
    margin-top: 2.3rem;
    font-size: 3.2rem;
    padding-right: 2rem;
    padding-left: 2.1rem;
  }
}
@media screen and (min-width: 1440px) {
  .learn__text--l {
    margin-top: 23px;
    font-size: 32px;
    padding-right: 20px;
    padding-left: 21px;
  }
}
.learn__image {
  width: 90%;
  margin: 39px auto 0;
  max-width: 1019px;
}
@media screen and (min-width: 576px) {
  .learn__image {
    width: 73.3333333333vw;
  }
}

/*変数の読み込み*/
/* voice */
.container.container--voice {
  max-width: 598px;
}
@media screen and (min-width: 768px) {
  .container.container--voice {
    max-width: unset;
    width: 121rem;
  }
}
@media screen and (min-width: 1440px) {
  .container.container--voice {
    width: 1210px;
  }
}

.voice {
  padding-top: 53px;
  padding-bottom: 59px;
  background-color: #D3CCBB;
}
@media screen and (min-width: 768px) {
  .voice {
    padding-top: 10.4rem;
    padding-bottom: 10.2rem;
  }
}
@media screen and (min-width: 1440px) {
  .voice {
    padding-top: 104px;
    padding-bottom: 102px;
  }
}
.voice__list {
  margin-top: 42px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}
@media screen and (min-width: 768px) {
  .voice__list {
    margin-top: 5.4rem;
    grid-template-columns: repeat(2, 59.8rem);
    gap: 1.8rem;
  }
}
@media screen and (min-width: 1440px) {
  .voice__list {
    margin-top: 54px;
    grid-template-columns: repeat(2, 598px);
    gap: 18px;
  }
}
.voice__item {
  background-color: #F6F6F6;
  padding: 30px 30px 48px;
  border-radius: 0 50px 0 50px;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .voice__item {
    padding: 47px 44px 54px;
  }
}
@media screen and (min-width: 768px) {
  .voice__item {
    padding: 4.8rem 4.4rem 5.4rem;
  }
}
@media screen and (min-width: 1440px) {
  .voice__item {
    padding: 48px 44px 64px;
  }
}
.voice__name {
  display: inline-block;
  font-size: clamp(1.75rem, 1.564rem + 0.93vw, 2rem);
  margin-bottom: 30px;
  border-bottom: 1px solid #486A83;
}
@media screen and (min-width: 768px) {
  .voice__name {
    font-size: 3.6rem;
    margin-bottom: 2.4rem;
  }
}
@media screen and (min-width: 1440px) {
  .voice__name {
    font-size: 36px;
    margin-bottom: 24px;
  }
}
.voice__heading {
  font-size: clamp(1.125rem, 1.032rem + 0.47vw, 1.25rem);
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .voice__heading {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }
}
@media screen and (min-width: 1440px) {
  .voice__heading {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.voice__text {
  font-size: clamp(1.125rem, 1.032rem + 0.47vw, 1.25rem);
  margin-bottom: 30px;
  text-align: left;
  text-align: justify;
}
@media screen and (min-width: 576px) {
  .voice__text {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .voice__text {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1440px) {
  .voice__text {
    font-size: 20px;
  }
}
.voice__text--last {
  margin-bottom: 0;
}
.voice__content .voice__text {
  margin-bottom: 0;
  font-size: clamp(1.125rem, 1.032rem + 0.47vw, 1.25rem);
}
@media screen and (min-width: 576px) {
  .voice__content .voice__text {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .voice__content .voice__text {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1440px) {
  .voice__content .voice__text {
    font-size: 20px;
  }
}
.voice__caution {
  font-size: 10px;
  max-width: 500px;
  text-align: left;
  margin-top: 22px;
  margin: 22px auto 0;
}
@media screen and (min-width: 768px) {
  .voice__caution {
    font-size: 1.6rem;
    max-width: unset;
    margin-top: 4rem;
    text-align: center;
  }
}
@media screen and (min-width: 1440px) {
  .voice__caution {
    font-size: 16px;
    margin-top: 40px;
  }
}

.change {
  margin-bottom: 30px;
  text-align: left;
}
.change__text {
  font-size: clamp(1.125rem, 1.032rem + 0.47vw, 1.25rem);
}
@media screen and (min-width: 576px) {
  .change__text {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .change__text {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1440px) {
  .change__text {
    font-size: 20px;
  }
}

/*変数の読み込み*/
/* message */
.container.container--message {
  max-width: 598px;
}
@media screen and (min-width: 768px) {
  .container.container--message {
    max-width: unset;
    width: 114.6rem;
  }
}
@media screen and (min-width: 1440px) {
  .container.container--message {
    width: 1146px;
  }
}

.message {
  background-color: #BFA177;
  padding-top: 64px;
  padding-bottom: 66px;
}
@media screen and (min-width: 768px) {
  .message {
    padding-top: 9.6rem;
    padding-bottom: 8.2rem;
  }
}
@media screen and (min-width: 1440px) {
  .message {
    padding-top: 96px;
    padding-bottom: 82px;
  }
}
@media screen and (min-width: 768px) {
  .message .section__title {
    padding-left: 5.1rem;
  }
}
@media screen and (min-width: 1440px) {
  .message .section__title {
    padding-left: 51px;
  }
}
.message__inner {
  background-color: #F6F6F6;
  padding: 48px 30px 65px;
  border-radius: 50px;
  flex-direction: column;
  gap: 30px;
  margin-top: 50px;
}
@media screen and (min-width: 576px) {
  .message__inner {
    padding: 57px 44px 71px;
  }
}
@media screen and (min-width: 768px) {
  .message__inner {
    gap: 3.6rem;
    padding: 7rem 9.2rem 6.9rem 10rem;
    margin-top: 6.3rem;
  }
}
@media screen and (min-width: 1440px) {
  .message__inner {
    gap: 36px;
    padding: 70px 92px 69px 100px;
    margin-top: 63px;
  }
}
@media screen and (min-width: 768px) {
  .message__image {
    float: left;
    width: 45%;
    aspect-ratio: 472/729;
    margin-right: 30px;
  }
}
.message__text {
  font-size: clamp(1.125rem, 1.032rem + 0.47vw, 1.25rem);
  margin-top: 30px;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .message__text {
    font-size: 2.4rem;
    margin-top: 3.6rem;
  }
}
@media screen and (min-width: 1440px) {
  .message__text {
    font-size: 24px;
    margin-top: 36px;
  }
}
@media screen and (min-width: 768px) {
  .message__text--first {
    margin-top: 0;
  }
}

/*変数の読み込み*/
.container.container--profile {
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .container.container--profile {
    max-width: unset;
    width: 100rem;
  }
}
@media screen and (min-width: 1440px) {
  .container.container--profile {
    width: 1000px;
  }
}

.profile {
  padding-top: 68px;
  padding-bottom: 49px;
}
@media screen and (min-width: 768px) {
  .profile {
    padding-top: 9.3rem;
    padding-bottom: 7.1rem;
  }
}
@media screen and (min-width: 1440px) {
  .profile {
    padding-top: 93px;
    padding-bottom: 71px;
  }
}
.profile__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .profile__inner {
    flex-direction: row;
    justify-content: center;
    gap: 2.4rem;
    margin-top: 6.4rem;
  }
}
@media screen and (min-width: 1440px) {
  .profile__inner {
    gap: 24px;
    margin-top: 64px;
  }
}
.profile picture {
  max-width: 484px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .profile picture {
    max-width: unset;
    width: 47.4rem;
    height: 72.9rem;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1440px) {
  .profile picture {
    width: 474px;
    height: 729px;
  }
}
.profile__name {
  font-weight: 500;
  font-size: clamp(2.25rem, 1.692rem + 2.79vw, 3rem);
  line-height: 0;
  letter-spacing: 0;
  margin-bottom: 33px;
}
@media screen and (min-width: 768px) {
  .profile__name {
    font-size: 4.8rem;
    line-height: 0.65;
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 1440px) {
  .profile__name {
    font-size: 48px;
    margin-bottom: 12px;
  }
}
.profile__content {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: clamp(1.125rem, 1.032rem + 0.47vw, 1.25rem);
}
@media screen and (min-width: 768px) {
  .profile__content {
    font-size: 2.4rem;
    gap: 3.6rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .profile__content {
    font-size: 24px;
    gap: 36px;
  }
}
.profile__text {
  padding-right: 1px;
}

/*変数の読み込み*/
/* レイアウトの読み込み */
/*各セクションの読み込み*/
/* base */
@media screen and (min-width: 768px) {
  html {
    font-size: 0.6944444444vw;
  }
}

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 20px;
  color: #121111;
  background-color: #FFFFFF;
}

a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
}

/* 共通 */
/* container */
.container {
  width: 90%;
  max-width: 550px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .container {
    max-width: unset;
    width: 95.4rem;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    width: 954px;
  }
}

.section__title {
  font-size: clamp(1.75rem, 1.436rem + 1.57vw, 2rem);
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .section__title {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 1440px) {
  .section__title {
    font-size: 48px;
  }
}

/* 装飾系 */
.bold {
  font-weight: bold;
}

.dib {
  display: inline-block;
}

.margin--top {
  margin-top: 0;
}
@media screen and (min-width: 740px) {
  .margin--top {
    margin-top: -20px;
  }
}
@media screen and (min-width: 768px) {
  .margin--top {
    margin-top: -4.1rem;
  }
}
@media screen and (min-width: 1440px) {
  .margin--top {
    margin-top: -41px;
  }
}

.fc--red {
  color: #fc350b;
}

.title__bar {
  display: inline-block;
  z-index: 2;
  position: relative;
}
.title__bar::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  bottom: 0;
  left: 0;
  background-color: #D3CCBB;
  z-index: -1;
}
@media screen and (min-width: 576px) {
  .title__bar::after {
    height: 29px;
  }
}

/* アニメーション */
@-webkit-keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
/* 埋め込みバナー */
.form__wrapper {
  display: none;
}
/*# sourceMappingURL=style.css.map */