@charset "UTF-8";
/*変数の読み込み*/
/* フォントカラー */
/* 背景色 */
/* 特定個所の色 */
/* メディアクエリ */
/* レイアウトの読み込み */
/*変数の読み込み*/
/*変数の読み込み*/
.header {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #2f2725;
}
@media screen and (min-width: 1000px) {
  .header {
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 1000px) {
  .header {
    padding: 15px 0;
  }
}
.header__container {
  max-width: 1000px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  padding-right: 0.7rem;
  padding-left: 10px;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .header__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 0.7rem;
    padding-left: 1rem;
  }
}
@media screen and (min-width: 1000px) {
  .header__container {
    padding-right: 7px;
    padding-left: 10px;
  }
}
.header__title {
  line-height: 1;
  min-width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__link {
  line-height: 1;
  font-size: clamp(20px, 2.5rem, 25px);
}
@media screen and (min-width: 1000px) {
  .header__link {
    font-size: 25px;
  }
}
.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .header__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.header__text {
  font-size: clamp(13px, 1.4rem, 14px);
}
@media screen and (min-width: 1000px) {
  .header__text {
    font-size: 14px;
  }
}
.header__text--s {
  display: inline-block;
  font-size: 13px;
  padding: 4px 10px;
  border-radius: 15px;
  background-color: #80a12d;
  padding: 4px 10px;
  border-radius: 15px;
  margin-top: 0.7rem;
}
@media screen and (min-width: 768px) {
  .header__text--s {
    padding: 0.4rem 1rem;
  }
}
@media screen and (min-width: 1000px) {
  .header__text--s {
    font-size: 13px;
    padding: 4px 10px;
    border-radius: 15px;
    margin-top: 7px;
  }
}
.header__address {
  padding-right: 4.2rem;
}
@media screen and (min-width: 768px) {
  .header__address {
    border-right: 1px solid #2f2725;
    padding-right: 4.2rem;
  }
}
@media screen and (min-width: 1000px) {
  .header__address {
    padding-right: 42px;
  }
}
.header__contact {
  display: none;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .header__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 3.5rem;
    gap: 0.5rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  .header__contact {
    padding-left: 35px;
    gap: 5px;
  }
}
.header__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
@media screen and (min-width: 1000px) {
  .header__tel {
    gap: 5px;
  }
}

.tel__icon {
  width: 2.2rem;
  height: 2.2rem;
}
@media screen and (min-width: 1000px) {
  .tel__icon {
    width: 22px;
    height: 22px;
  }
}

.buttons {
  width: 200px;
}
.buttons--header {
  display: none;
}
@media screen and (min-width: 768px) {
  .buttons--header {
    display: block;
  }
}

/* ボタン */
.button__list {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  top: 2.9rem;
}
@media screen and (min-width: 1000px) {
  .button__list {
    top: 29px;
  }
}
.button__list--header {
  display: none;
}
@media screen and (min-width: 768px) {
  .button__list--header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.button__list--footer {
  top: 7rem;
}
@media screen and (min-width: 1000px) {
  .button__list--footer {
    top: 29px;
  }
}
.button__link {
  display: block;
  width: 96px;
  height: 31px;
}

/*変数の読み込み*/
/*変数の読み込み*/
.footer {
  background-color: #80a12d;
  width: 100%;
  color: #ffffff;
  padding-top: 5.8rem;
  padding-bottom: 4.8rem;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 5.8rem;
    padding-bottom: 4.8rem;
  }
}
@media screen and (min-width: 1000px) {
  .footer {
    padding-top: 58px;
    padding-bottom: 48px;
  }
}
.footer__container {
  max-width: 1000px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  padding-left: 4rem;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .footer__container {
    padding-right: 0.7rem;
    padding-left: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 1000px) {
  .footer__container {
    padding-right: 7px;
    padding-left: 10px;
  }
}
.footer__title {
  line-height: 1;
  min-width: 170px;
}
.footer__link {
  line-height: 1;
  font-size: clamp(18px, 2.5rem, 25px);
}
@media screen and (min-width: 768px) {
  .footer__link {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .footer__link {
    font-size: 25px;
  }
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer__content--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .footer__content--left {
    gap: 1rem;
    padding-left: 2.1rem;
  }
}
@media screen and (min-width: 1000px) {
  .footer__content--left {
    gap: 10px;
    padding-left: 21px;
  }
}
.footer__text {
  font-size: 14px;
}
.footer__text--s {
  display: inline-block;
  background-color: #ffffff;
  font-size: 14px;
  padding: 0.4rem 1rem;
  border-radius: 1.5rem;
  margin-top: 0.4rem;
}
@media screen and (min-width: 768px) {
  .footer__text--s {
    padding: 0.4rem 1rem;
    border-radius: 1.5rem;
    margin-top: 0.4rem;
  }
}
@media screen and (min-width: 1000px) {
  .footer__text--s {
    padding: 4px 10px;
    border-radius: 15px;
    margin-top: 4px;
  }
}
.footer__address {
  padding-right: 4.2rem;
}
@media screen and (min-width: 768px) {
  .footer__address {
    border-right: 1px solid #ffffff;
    padding-right: 4.2rem;
  }
}
@media screen and (min-width: 1000px) {
  .footer__address {
    padding-right: 42px;
  }
}
.footer__contact {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 1rem;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .footer__contact {
    border-left: unset;
    padding-left: 3.5rem;
    padding-top: 0;
    gap: 0.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .footer__contact {
    padding-left: 35px;
    gap: 5px;
  }
}
.footer__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .footer__tel {
    gap: 0.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .footer__tel {
    gap: 5px;
  }
}

.tel__icon {
  width: 2.2rem;
  height: 2.2rem;
}
@media screen and (min-width: 768px) {
  .tel__icon {
    width: 2.2rem;
    height: 2.2rem;
  }
}
@media screen and (min-width: 1000px) {
  .tel__icon {
    width: 22px;
    height: 22px;
  }
}

.buttons {
  width: 200px;
}

/*各セクションの読み込み*/
/*変数の読み込み*/
/*変数の読み込み*/
.fv {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .fv {
    margin-top: -22px;
  }
}
.fv__catch {
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  font-size: clamp(24px, 3.4rem, 34px);
}
@media screen and (min-width: 1000px) {
  .fv__catch {
    font-size: 34px;
  }
}
.fv__bottom img {
  margin-top: 3rem;
}
@media screen and (min-width: 1000px) {
  .fv__bottom img {
    margin-top: 30px;
  }
}
.fv__content {
  text-align: center;
}
.fv__text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2rem;
  gap: 1rem;
}
@media screen and (min-width: 1000px) {
  .fv__text-box {
    margin-top: 20px;
    gap: 10px;
  }
}
.fv__text {
  font-size: clamp(15px, 1.8rem, 18px);
}
@media screen and (min-width: 1000px) {
  .fv__text {
    font-size: 18px;
  }
}
.fv__text--white {
  display: inline-block;
  color: #ffffff;
  background-color: #270501;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 1.5;
}
.fv__heading {
  position: relative;
  display: inline-block;
  font-size: clamp(22px, 3rem, 30px);
  margin-top: 3rem;
}
@media screen and (min-width: 1000px) {
  .fv__heading {
    font-size: 30px;
    margin-top: 30px;
  }
}
.fv__heading::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #2f2725;
  top: 50%;
  left: 0;
  -webkit-transform: translateX(-100%) rotate(-125deg);
          transform: translateX(-100%) rotate(-125deg);
  width: 3.7rem;
  height: 0.25rem;
}
@media screen and (min-width: 1000px) {
  .fv__heading::before {
    width: 37px;
    height: 2.5px;
  }
}
.fv__heading::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #2f2725;
  top: 50%;
  right: 0;
  -webkit-transform: translateX(100%) rotate(125deg);
          transform: translateX(100%) rotate(125deg);
  width: 3.7rem;
  height: 0.25rem;
}
@media screen and (min-width: 1000px) {
  .fv__heading::after {
    width: 37px;
    height: 2.5px;
  }
}
.fv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
  margin-top: 3rem;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .fv__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1000px) {
  .fv__list {
    gap: 16px;
    margin-top: 30px;
    margin-bottom: 35px;
  }
}
.fv__item {
  width: 100%;
  background-color: #f6f189;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.6;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-radius: 0.5rem;
  font-size: clamp(16px, 2rem, 20px);
}
@media screen and (min-width: 1000px) {
  .fv__item {
    width: unset;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 5px;
    font-size: 20px;
  }
}
.fv__buttons {
  position: fixed;
  bottom: -5px;
  left: 0;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .fv__buttons {
    display: none;
  }
}
.fv__buttons--list {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.fv__buttons--button {
  width: 50%;
  aspect-ratio: 2.9;
}
.fv__buttons button {
  width: 100%;
  height: 100%;
}
.fv__buttons .button__link {
  display: block;
  width: 100%;
  height: 100%;
}
.fv__buttons--image {
  width: 100%;
}

.room {
  display: block;
  width: 100%;
  height: 15vw;
}
@media screen and (min-width: 768px) {
  .room {
    display: none;
  }
}

/*変数の読み込み*/
/*変数の読み込み*/
.reason {
  background-color: #faf7c1;
  padding-top: 18rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 1000px) {
  .reason {
    padding-top: 180px;
    padding-bottom: 30px;
  }
}
.reason::before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 55px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background-color: #f9f7f1;
  top: 0;
  left: 0;
  height: 5.5rem;
}
@media screen and (min-width: 1000px) {
  .reason::before {
    height: 55px;
  }
}
.reason__image {
  width: 230px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .reason__image {
    width: 23rem;
  }
}
@media screen and (min-width: 1000px) {
  .reason__image {
    width: 230px;
  }
}
.reason__heading .dib {
  background-color: #270501;
  color: #ffffff;
  font-size: clamp(18px, 2.6rem, 26px);
  padding: 0.2rem 0.7rem;
  border-radius: 0.5rem;
}
@media screen and (min-width: 1000px) {
  .reason__heading .dib {
    font-size: 26px;
    padding: 2px 7px;
    border-radius: 5px;
  }
}
.reason__heading .db {
  display: block;
  border-bottom: 1px solid #2f2725;
  font-size: clamp(16px, 2.4rem, 24px);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 1000px) {
  .reason__heading .db {
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.reason__text {
  line-height: 1.5;
}
.reason__text--m {
  font-size: clamp(14px, 1.8rem, 18px);
}
@media screen and (min-width: 1000px) {
  .reason__text--m {
    font-size: 18px;
  }
}
.reason .flex__list {
  margin-top: 25px;
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .reason .flex__list {
    margin-top: 4.3rem;
    gap: 3.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .reason .flex__list {
    margin-top: 43px;
    gap: 35px;
  }
}
.reason .flex__item {
  gap: 4rem;
}
@media screen and (min-width: 1000px) {
  .reason .flex__item {
    gap: 40px;
  }
}
.reason .flex__content {
  margin-top: 1rem;
  gap: 1rem;
}
@media screen and (min-width: 1000px) {
  .reason .flex__content {
    margin-top: 10px;
    gap: 10px;
  }
}

.reason--first::before {
  background-color: #ffffff;
  margin-top: -1px;
}
.reason--first .section__title {
  position: relative;
}
.reason--first .section__title--top {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  width: 11.2rem;
}
@media screen and (min-width: 1000px) {
  .reason--first .section__title--top {
    width: 112px;
  }
}

/*変数の読み込み*/
/*変数の読み込み*/
.realize {
  background-color: #f9f7f1;
  padding-top: 11.3rem;
}
@media screen and (min-width: 1000px) {
  .realize {
    padding-top: 113px;
  }
}
.realize::before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 55px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background-color: #faf7c1;
  top: 0;
  left: 0;
  height: 5.5rem;
}
@media screen and (min-width: 1000px) {
  .realize::before {
    height: 55px;
  }
}
.realize__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 3.3rem;
  gap: 3.3rem;
}
@media screen and (min-width: 1000px) {
  .realize__inner {
    margin-top: 33px;
    gap: 33px;
  }
}
.realize__text--s {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: clamp(14px, 1.5rem, 15px);
}
@media screen and (min-width: 1000px) {
  .realize__text--s {
    font-size: 15px;
  }
}
.realize__text--m {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: clamp(14px, 1.8rem, 18px);
}
@media screen and (min-width: 1000px) {
  .realize__text--m {
    font-size: 18px;
  }
}
.realize__text--l {
  color: #ffffff;
  background-color: #80a12d;
  display: inline-block;
  font-size: clamp(24px, 3.4rem, 34px);
  padding: 0.5rem 2rem;
  margin-left: 2.2rem;
  margin-right: 3rem;
}
@media screen and (min-width: 768px) {
  .realize__text--l {
    margin-right: 3rem;
  }
}
@media screen and (min-width: 1000px) {
  .realize__text--l {
    font-size: 34px;
    padding: 5px 20px;
    margin-left: 22px;
    margin-right: 64px;
  }
}

/*変数の読み込み*/
/*変数の読み込み*/
/* contact */
.contact {
  background-color: #f9f7f1;
  padding-top: 9rem;
}
@media screen and (min-width: 1000px) {
  .contact {
    padding-top: 90px;
  }
}
.contact__image {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact__image {
    width: 69.2rem;
  }
}
@media screen and (min-width: 1000px) {
  .contact__image {
    width: 692px;
  }
}
.contact .container {
  position: relative;
  padding: 0;
}
@media screen and (min-width: 1000px) {
  .contact .container {
    padding: 0 120px;
  }
}

.contact--second,
.contact--third {
  background-color: #ffffff;
}

.contact--second::before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 5.5rem;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background-color: #f9f7f1;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1000px) {
  .contact--second::before {
    height: 55px;
  }
}

.contact .button__list {
  z-index: 10;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  top: unset;
  bottom: 24rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .contact .button__list {
    bottom: 16.5rem;
    gap: 1.7rem;
  }
}
@media screen and (min-width: 1000px) {
  .contact .button__list {
    bottom: 165px;
    gap: 17px;
  }
}
.contact .button__link {
  width: 75.1rem;
  height: 15.3rem;
}
@media screen and (min-width: 768px) {
  .contact .button__link {
    width: 52.3rem;
    height: 10.4rem;
  }
}
@media screen and (min-width: 1000px) {
  .contact .button__link {
    width: 523px;
    height: 104px;
  }
}

/*変数の読み込み*/
/*変数の読み込み*/
.feel {
  background-color: #faf7c1;
  padding-top: 12rem;
  padding-bottom: 5px;
}
@media screen and (min-width: 1000px) {
  .feel {
    padding-top: 120px;
    padding-bottom: 50px;
  }
}
.feel::before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 55px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background-color: #f9f7f1;
  top: 0;
  left: 0;
  height: 5.5rem;
}
@media screen and (min-width: 1000px) {
  .feel::before {
    height: 55px;
  }
}
.feel__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 3rem;
  gap: 3.6rem;
  grid-template-rows: 25rem;
}
@media screen and (min-width: 1000px) {
  .feel__inner {
    margin-top: 30px;
    gap: 36px;
    grid-template-rows: 250px;
  }
}

.dammy-item {
  background-color: #aaa;
  position: relative;
}
.dammy-item--first::after {
  position: absolute;
  display: block;
  content: "";
  background-color: #2f2725;
  height: 5rem;
  width: 2.2rem;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  right: 0;
  bottom: 50%;
  -webkit-transform: translate(calc(100% + 0.9rem), 50%);
          transform: translate(calc(100% + 0.9rem), 50%);
}
@media screen and (min-width: 1000px) {
  .dammy-item--first::after {
    -webkit-transform: translate(calc(100% + 9px), 50%);
            transform: translate(calc(100% + 9px), 50%);
    height: 50px;
    width: 22px;
  }
}

.description {
  position: absolute;
  display: inline-block;
  font-size: clamp(11px, 1.5rem, 15px);
  color: #ffffff;
  background-color: #80a12d;
  padding: 2px 5px;
  bottom: 0;
  right: 0;
  padding: 0.2rem 0.5rem;
}
@media screen and (min-width: 1000px) {
  .description {
    font-size: 15px;
    padding: 2px 5px;
  }
}

/*変数の読み込み*/
/*変数の読み込み*/
/* voice */
.voice {
  background-color: #ffffff;
  padding-top: 11.5rem;
  padding-bottom: 6.5rem;
}
@media screen and (min-width: 1000px) {
  .voice {
    padding-top: 115px;
    padding-bottom: 65px;
  }
}
.voice::before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 55px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background-color: #faf7c1;
  top: 0;
  left: 0;
  height: 5.5rem;
}
@media screen and (min-width: 1000px) {
  .voice::before {
    height: 55px;
  }
}
.voice .flex__list {
  margin-top: 4.3rem;
  gap: 2rem;
}
@media screen and (min-width: 1000px) {
  .voice .flex__list {
    margin-top: 43px;
    gap: 20px;
  }
}
.voice .flex__item {
  background-color: #fff0db;
  border-radius: 1rem;
  padding: 2.3rem 2.8rem;
  gap: 2.4rem;
}
@media screen and (min-width: 1000px) {
  .voice .flex__item {
    padding: 23px 28px;
    gap: 24px;
  }
}
.voice__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1;
  border-radius: 50%;
  width: 15.3rem;
}
@media screen and (min-width: 1000px) {
  .voice__image {
    width: 153px;
  }
}
.voice__heading {
  line-height: 1;
  border-bottom: 1px solid #2f2725;
  font-size: clamp(16px, 2.2rem, 22rem);
  padding-bottom: 0.8rem;
}
@media screen and (min-width: 1000px) {
  .voice__heading {
    font-size: 22px;
    padding-bottom: 8px;
  }
}
.voice__text {
  line-height: 1.5;
  padding-top: 0.65rem;
}
@media screen and (min-width: 1000px) {
  .voice__text {
    padding-top: 6.5px;
  }
}

.box {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #aaa;
  border-radius: 50%;
}

.caution {
  text-align: center;
  margin-top: 2rem;
  font-size: clamp(10px, 1.4rem, 14px);
}
@media screen and (min-width: 1000px) {
  .caution {
    margin-top: 20px;
    font-size: 14px;
  }
}

/*変数の読み込み*/
/*変数の読み込み*/
.profile {
  background-color: #f9f7f1;
  padding-top: 5.6rem;
  padding-bottom: 2.2rem;
}
@media screen and (min-width: 1000px) {
  .profile {
    padding-top: 56px;
    padding-bottom: 22px;
  }
}
.profile__top {
  margin-top: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
}
@media screen and (min-width: 1000px) {
  .profile__top {
    margin-top: 48px;
    gap: 40px;
  }
}
.profile__heading {
  line-height: 1.3;
  font-size: clamp(16px, 2.4rem, 24px);
  padding-bottom: 1.3rem;
  border-bottom: 1px solid #2f2725;
}
@media screen and (min-width: 1000px) {
  .profile__heading {
    font-size: 24px;
    padding-bottom: 13px;
  }
}
.profile__text {
  padding-top: 1.3rem;
  line-height: 1.4;
}
@media screen and (min-width: 1000px) {
  .profile__text {
    padding-top: 13px;
  }
}
.profile__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 23rem;
}
@media screen and (min-width: 1000px) {
  .profile__image {
    width: 230px;
  }
}

.profile__text--l {
  font-size: clamp(14px, 1.8rem, 18px);
}
@media screen and (min-width: 1000px) {
  .profile__text--l {
    font-size: 18px;
  }
}

/*変数の読み込み*/
/*変数の読み込み*/
/* flow */
.flow {
  background-color: #f9f7f1;
  padding-top: 12rem;
  padding-bottom: 6.8rem;
}
@media screen and (min-width: 1000px) {
  .flow {
    padding-top: 120px;
    padding-bottom: 68px;
  }
}
.flow::before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 55px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background-color: #faf7c1;
  top: 0;
  left: 0;
  height: 5.5rem;
}
@media screen and (min-width: 1000px) {
  .flow::before {
    height: 55px;
  }
}
.flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 25px;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .flow__list {
    margin-top: 4.4rem;
    gap: 3rem;
  }
}
@media screen and (min-width: 1000px) {
  .flow__list {
    margin-top: 44px;
    gap: 30px;
  }
}
.flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffffff;
  padding: 3rem 2.6rem;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .flow__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1000px) {
  .flow__item {
    padding: 30px 26px;
    gap: 40px;
  }
}
.flow__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #2f2725;
  font-weight: 600;
  font-size: clamp(16px, 2.2rem, 22px);
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 1000px) {
  .flow__heading {
    font-size: 22px;
    padding-bottom: 5px;
  }
}
.flow__number {
  line-height: 1;
  border-radius: 50%;
  background-color: #f6f189;
  padding: 1rem;
  margin-right: 1rem;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1000px) {
  .flow__number {
    padding: 10px;
    margin-right: 10px;
  }
}
.flow__inner {
  margin-top: 1.5rem;
}
@media screen and (min-width: 1000px) {
  .flow__inner {
    margin-top: 15px;
  }
}
.flow__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .flow__image {
    width: 20rem;
    height: 14rem;
  }
}
@media screen and (min-width: 1000px) {
  .flow__image {
    width: 200px;
    height: 140px;
  }
}

.flow__item::after {
  position: absolute;
  display: block;
  content: "";
  width: 18px;
  height: 7px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #2f2725;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, calc(100% + 7px));
          transform: translate(-50%, calc(100% + 7px));
}
@media screen and (min-width: 768px) {
  .flow__item::after {
    width: 3.8rem;
    height: 1.3rem;
    -webkit-transform: translate(-50%, calc(100% + 1rem));
            transform: translate(-50%, calc(100% + 1rem));
  }
}
@media screen and (min-width: 1000px) {
  .flow__item::after {
    width: 38px;
    height: 13px;
    -webkit-transform: translate(-50%, calc(100% + 10px));
            transform: translate(-50%, calc(100% + 10px));
  }
}

.flow__item--last::after {
  display: none;
}

/*変数の読み込み*/
/*変数の読み込み*/
/* flow */
.flow {
  padding-top: 7.8rem;
}
@media screen and (min-width: 1000px) {
  .flow {
    padding-top: 78px;
  }
}

/* アコーディオン */
.accordion {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 4.5rem;
  gap: 2.2rem;
}
@media screen and (min-width: 1000px) {
  .accordion {
    margin-top: 45px;
    gap: 22px;
  }
}
.accordion__item {
  background-color: #f9f7f1;
  padding-bottom: 2.3rem;
}
@media screen and (min-width: 1000px) {
  .accordion__item {
    padding-bottom: 23px;
  }
}
.accordion__btn {
  font-weight: 600;
  display: block;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(16px, 2.2rem, 22px);
  padding: 3rem;
  padding-bottom: 0.7rem;
}
@media screen and (min-width: 1000px) {
  .accordion__btn {
    font-size: 22px;
    padding: 30px;
    padding-bottom: 7px;
  }
}
.accordion__body {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0.7rem 3rem 0 3rem;
  gap: 1.8rem;
}
@media screen and (min-width: 1000px) {
  .accordion__txt {
    padding: 7px 30px 0 30px;
    gap: 18px;
  }
}

.q-icon,
.a-icon {
  display: inline-block;
  font-weight: 700;
  border-radius: 50%;
  min-width: 30px;
  width: 4.1rem;
  text-align: center;
  padding: 0.5rem 1rem;
  font-size: clamp(16px, 2.2rem, 22px);
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1000px) {
  .q-icon,
  .a-icon {
    padding: 5px 10px;
    font-size: 22px;
    width: 41px;
    height: 41px;
  }
}

.q-icon {
  color: #ffffff;
  background-color: #80a12d;
  margin-right: 1.8rem;
}
@media screen and (min-width: 1000px) {
  .q-icon {
    margin-right: 18px;
  }
}

.a-icon {
  color: #80a12d;
  border: 1px solid #80a12d;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/*変数の読み込み*/
/*変数の読み込み*/
.guide {
  padding-top: 8.4rem;
  padding-bottom: 7rem;
}
@media screen and (min-width: 1000px) {
  .guide {
    padding-top: 84px;
    padding-bottom: 70px;
  }
}
.guide__caution {
  letter-spacing: -0.5px;
  margin-top: 3rem;
}
@media screen and (min-width: 1000px) {
  .guide__caution {
    margin-top: 30px;
  }
}

.table {
  margin-top: 3.8rem;
}
@media screen and (min-width: 1000px) {
  .table {
    margin-top: 38px;
  }
}
.table__list {
  display: grid;
  grid-template-columns: 16.8rem 1fr;
}
@media screen and (min-width: 1000px) {
  .table__list {
    grid-template-columns: 168px 1fr;
  }
}
.table__term {
  background-color: #80a12d;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-top: 1px solid #ffffff;
}
.table__term .table__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.table__description {
  border-right: 1px solid #2f2725;
  border-bottom: 1px solid #2f2725;
  padding: 3rem;
}
@media screen and (min-width: 1000px) {
  .table__description {
    padding: 30px;
  }
}

.table__list--first .table__term {
  border-top: unset;
}
.table__list--first .table__description {
  border-top: 1px solid #2f2725;
}

/* base */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 1vw;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  font-size: 16px;
  color: #270501;
  font-size: clamp(14px, 1.6rem, 16px);
}
@media screen and (min-width: 1000px) {
  body {
    font-size: 16px;
  }
}

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

li {
  list-style: none;
}

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

section {
  position: relative;
}

/* 共通 */
.section__title {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  font-size: clamp(24px, 3.4rem, 34px);
}
@media screen and (min-width: 1000px) {
  .section__title {
    font-size: 34px;
  }
}

/* container */
.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 12rem;
}
@media screen and (min-width: 1000px) {
  .container {
    padding: 0 120px;
  }
}

/* flex list */
.flex__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .flex__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.flex__item--reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .flex__item--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.flex__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* 補助 */
.fc--green {
  color: #003d28;
}

.fc--yellow {
  color: #80a12d;
}

.fc--white {
  color: #ffffff;
}

.dib {
  display: inline-block;
}

.ffs-palm {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}/*# sourceMappingURL=style.css.map */