@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
@media screen and ( max-width: 768px ) {
  html {
    font-size: 50%;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
}

body {
  color: #2d2d2d;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  -webkit-font-smoothing: antialiased;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 67.2px */
  font-size: 1.6rem;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
@media screen and ( max-width: 768px ) {
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
}

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

a:hover {
  opacity: 0.7;
}

.pc-only {
  display: block;
}
@media screen and ( max-width: 768px ) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and ( max-width: 768px ) {
  .sp-only {
    display: block;
  }
}

.head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding: 0.8rem 1.6rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(52.98px, 3.7842857143vw);
}
@media screen and ( max-width: 768px ) {
  .head {
    width: 100%;
    max-width: 100%;
    padding: 0.8rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.head-logo {
  width: clamp(160px, 137.0114942529px + 0.061302682 * 100vw, 240px);
}
.head-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and ( max-width: 768px ) {
  .head-nav {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    overflow: hidden;
  }
}
.head-nav__tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(52.98px, 3.7842857143vw);
}
.head-nav__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(8px, 0.5714285714vw);
}
@media screen and ( max-width: 768px ) {
  .head-nav__cta {
    display: none;
  }
}
.head-nav__cta .telbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2d2d2d;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Zen Maru Gothic";
  font-size: clamp(24px, 12.5057471264px + 0.030651341 * 100vw, 64px);
  font-style: normal;
  font-weight: 900;
  line-height: 100%; /* 67.2px */
}
.head-nav__cta .telbox img {
  width: min(80px, 5.7142857143vw);
  position: relative;
  bottom: -0.6rem;
}
.head-nav__cta .teltime {
  color: #000;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 21px */
}
.head-nav__number p {
  color: #000;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(8px, 5.7011494253px + 0.0061302682 * 100vw, 16px);
  font-style: normal;
  font-weight: 350;
  line-height: 140%; /* 19.6px */
  letter-spacing: 2.1px;
  font-weight: 600;
  text-align: left;
}
@media screen and ( max-width: 768px ) {
  .head-nav__number p {
    text-align: right;
  }
}
.head-nav__item {
  background: #ddf6c0;
  height: clamp(40px, 36.1551724138px + 0.0102528736 * 100vw, 53.38px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
}
@media screen and ( max-width: 768px ) {
  .head-nav__item {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #81d742 transparent;
    display: none !important;
  }
  .head-nav__item::-webkit-scrollbar {
    height: 4px;
  }
  .head-nav__item::-webkit-scrollbar-track {
    background: transparent;
  }
  .head-nav__item::-webkit-scrollbar-thumb {
    background: #81d742;
    border-radius: 2px;
  }
  .head-nav__item::-webkit-scrollbar-thumb:hover {
    background: #028703;
  }
}
.head-nav__item div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #000;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Zen Maru Gothic";
  font-size: clamp(12px, 11.1379310345px + 0.0022988506 * 100vw, 15px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 21px */
}
@media screen and ( max-width: 768px ) {
  .head-nav__item div {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    min-width: 160px;
  }
}

.mv {
  background: url(../img/mv-back.webp);
  background-size: cover;
  background-position: center;
  padding-top: min(50px, 3.5714285714vw);
}
@media screen and ( max-width: 768px ) {
  .mv {
    padding-top: 0;
  }
}
.mv img {
  max-width: 855px;
  display: block;
  margin: 0 auto;
  position: relative;
  bottom: -35px;
}
@media screen and ( max-width: 768px ) {
  .mv img {
    width: 95%;
    bottom: -16px;
  }
}

.s1 {
  background: #82b24c;
  padding: min(36px, 2.5714285714vw) 0;
}

.inner {
  width: 780px;
  max-width: 95%;
  margin: auto;
}

.cp {
  background: #b7ec7b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(24px, 1.7142857143vw);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: clamp(40px, 37.7011494253px + 0.0061302682 * 100vw, 48px) 0;
}
.cp-item {
  max-width: clamp(180px, 116.7816091954px + 0.1685823755 * 100vw, 400px);
}

.s2 {
  background: #d4ffa4;
  padding: clamp(40px, 37.7011494253px + 0.0061302682 * 100vw, 48px) 0;
}
.s2-card {
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 0 3.317px 3.317px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 3.317px 3.317px 0 rgba(0, 0, 0, 0.25);
  width: 100%;
  padding-bottom: min(24px, 1.7142857143vw);
}
.s2-card__title {
  border-radius: 16px 16px 0 0;
  background: #028703;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(20px, 16.5517241379px + 0.0091954023 * 100vw, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 46.432px */
}
.s2-card__item .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(32px, 2.2857142857vw);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.s2-card__item .box-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: min(320px, 22.8571428571vw);
  height: min(64px, 4.5714285714vw);
  padding: 4px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 24px 0;
  background: #028703;
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: min(24px, 1.7142857143vw);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
}

.cta {
  background: url(../img/stripe-back1.png);
  background-size: 35px;
  background-position: center;
  padding: clamp(40px, 37.7011494253px + 0.0061302682 * 100vw, 48px) 0;
}
@media screen and ( max-width: 768px ) {
  .cta {
    background-size: 20px;
  }
}
.cta h2 {
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(22px, 19.1264367816px + 0.0076628352 * 100vw, 32px);
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 44.8px */
  margin-bottom: clamp(16px, 14.8505747126px + 0.0030651341 * 100vw, 20px);
}
.cta h2 span {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  font-weight: 900;
}
.cta h2 strong {
  color: #ffe500;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(26px, 23.1264367816px + 0.0076628352 * 100vw, 36px);
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
}
.cta .cta-box {
  border-radius: 20px;
  background: #81d742;
  padding: min(28px, 2vw);
}
.cta .cta-box__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(8px, 5.7011494253px + 0.0061302682 * 100vw, 16px);
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.cta .cta-box__list div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 16px;
  border: 3px solid #028703;
  background: #fff;
  color: #028703;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(14px, 9.9770114943px + 0.0107279693 * 100vw, 28px);
  font-style: normal;
  font-weight: 900;
  line-height: 140%; /* 39.2px */
}
@media screen and ( max-width: 768px ) {
  .cta .cta-box__list div {
    padding: 8px;
  }
}
.cta .cta-box__item {
  border-radius: 24px;
  background: #fff;
  position: relative;
  padding: min(40px, 2.8571428571vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cta .cta-box__item .tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(16px, 1.1428571429vw);
}
.cta .cta-box__item .cta-usagi {
  position: absolute;
  right: min(10px, 0.7142857143vw);
  max-width: 167px;
  bottom: -10px;
}
@media screen and ( max-width: 768px ) {
  .cta .cta-box__item .cta-usagi {
    max-width: clamp(80px, 55px + 0.0666666667 * 100vw, 167px);
    right: -12px;
  }
}
.cta .cta-box__item .tel-item {
  color: #000;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 350;
  line-height: 140%; /* 28px */
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and ( max-width: 768px ) {
  .cta .cta-box__item .tel-item {
    margin-bottom: 8px;
    font-size: clamp(12px, 9.7011494253px + 0.0061302682 * 100vw, 20px);
  }
}
.cta .cta-box__item .tel-item .tel-title {
  font-size: clamp(24px, 20.5517241379px + 0.0091954023 * 100vw, 36px);
  text-align: center;
  color: #ee1b1c;
}
.cta .cta-box__item .tel-item div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2d2d2d;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Zen Maru Gothic";
  font-size: 66.822px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%; /* 93.55px */
}
@media screen and ( max-width: 768px ) {
  .cta .cta-box__item .tel-item div {
    font-size: clamp(40px, 32.2925287356px + 0.0205532567 * 100vw, 66.822px);
  }
}
.cta .cta-box__item .tel-item div img {
  max-width: clamp(48px, 36.2183908046px + 0.0314176245 * 100vw, 89px);
  position: relative;
  bottom: -0.6rem;
}
.cta .cta-box__item .tel-item__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media screen and ( max-width: 768px ) {
  .cta .cta-box__item .tel-item__list {
    width: 90%;
  }
}
.cta .cta-box__item .tel-item__list-mail {
  width: 232.899px;
  height: 84px;
  border-radius: 16px;
  background: #ee5f00;
  -webkit-box-shadow: 0 6px 0 0 #c85102;
          box-shadow: 0 6px 0 0 #c85102;
  padding: 0 clamp(8px, 3.4022988506px + 0.0122605364 * 100vw, 24px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and ( max-width: 768px ) {
  .cta .cta-box__item .tel-item__list-mail {
    width: clamp(140px, 113.3048850575px + 0.0711869732 * 100vw, 232.899px);
    height: clamp(56px, 47.9540229885px + 0.0214559387 * 100vw, 84px);
  }
}
.cta .cta-box__item .tel-item__list-line {
  width: 232.899px;
  height: 84px;
  border-radius: 16px;
  background: #06c755;
  -webkit-box-shadow: 0 6px 0 0 #00943d;
          box-shadow: 0 6px 0 0 #00943d;
  padding: 0 clamp(8px, 3.4022988506px + 0.0122605364 * 100vw, 24px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and ( max-width: 768px ) {
  .cta .cta-box__item .tel-item__list-line {
    width: clamp(140px, 113.3048850575px + 0.0711869732 * 100vw, 232.899px);
    height: clamp(56px, 47.9540229885px + 0.0214559387 * 100vw, 84px);
  }
}

.title {
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(22px, 17.9770114943px + 0.0107279693 * 100vw, 36px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 50.4px */
  margin-bottom: clamp(20px, 16.5517241379px + 0.0091954023 * 100vw, 32px);
}
.title span {
  color: #ffe500;
}
.title span.red-back {
  background: #ee1b1b;
  display: inline-block;
  color: #fff;
  font-size: clamp(32px, 27.4022988506px + 0.0122605364 * 100vw, 48px);
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  padding: 0 8px;
}
.title .font-big {
  color: #ffe500;
  font-size: clamp(32px, 27.4022988506px + 0.0122605364 * 100vw, 48px);
  font-weight: 900;
}

.worry {
  background: url(../img/worry-back.webp);
  background-size: cover;
  background-position: center;
  padding: clamp(32px, 27.4022988506px + 0.0122605364 * 100vw, 48px) 0;
  position: relative;
}
.worry .worry-polygon {
  position: absolute;
  max-width: clamp(200px, 167.816091954px + 0.0858237548 * 100vw, 312px);
  margin: auto;
  left: 0;
  right: 0;
  bottom: -36px;
}
.worry-box {
  border-radius: 20px;
  border: 8px solid #81d742;
  background: #fff;
  padding: min(32px, 2.2857142857vw);
  position: relative;
}
@media screen and ( max-width: 768px ) {
  .worry-box {
    border: 4px solid #81d742;
  }
}
.worry-box__list {
  color: #222;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(14px, 13.4252873563px + 0.001532567 * 100vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  max-width: min(589px, 42.0714285714vw);
  border-bottom: 1px dotted #028703;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: min(8px, 0.5714285714vw) 0;
  gap: min(8px, 0.5714285714vw);
}
@media screen and ( max-width: 768px ) {
  .worry-box__list {
    max-width: 100%;
  }
}
.worry-box__list p {
  margin: 0;
  text-align: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
.worry-box__list strong {
  color: #ee1b1c;
  font-weight: 900;
}
.worry-box__list img {
  width: clamp(20px, 17.4137931034px + 0.0068965517 * 100vw, 29px);
  height: auto;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.worry-box .worry-human {
  width: min(179px, 12.7857142857vw);
  position: absolute;
  right: 10px;
  bottom: -5px;
}
@media screen and ( max-width: 768px ) {
  .worry-box .worry-human {
    display: none;
  }
}

.suggestion {
  background: #e2e27c;
  padding: clamp(40px, 37.7011494253px + 0.0061302682 * 100vw, 48px) 0;
}

.movie {
  padding: clamp(40px, 37.7011494253px + 0.0061302682 * 100vw, 48px) 0;
  background: url(../img/back-green-noise.webp);
  background-size: cover;
  background-position: center;
}

.movie-box__item .sub-title {
  border-radius: 20px 20px 0 0;
  background: #028703;
  max-width: clamp(180px, 145.5172413793px + 0.091954023 * 100vw, 300px);
  height: clamp(48px, 38.8045977011px + 0.0245210728 * 100vw, 80px);
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(24px, 20.5517241379px + 0.0091954023 * 100vw, 36px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 50.4px */
  position: relative;
  bottom: -20px;
  padding-top: 16px;
  margin: auto;
}
@media screen and ( max-width: 768px ) {
  .movie-box__item .sub-title {
    bottom: 0;
  }
}
.movie-box__item .contents {
  border-radius: 20px;
  background: #028703;
  padding: clamp(24px, 21.7011494253px + 0.0061302682 * 100vw, 32px);
  max-width: min(488px, 34.8571428571vw);
}
.movie-box__item .contents video {
  max-width: 100%;
}

.movie-box-wrap {
  overflow: hidden;
}

.movie-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(24px, 1.7142857143vw);
}

.movie-box__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80vw;
      -ms-flex: 0 0 80vw;
          flex: 0 0 80vw;
}

@media (min-width: 769px) {
  .movie-box__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
  }
}
/* スライダー外枠 */
.movie-box-wrap {
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and ( max-width: 768px ) {
  .movie-box-wrap {
    padding: 0;
  }
}

@media screen and ( max-width: 768px ) {
  .movie-box__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90%;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    max-width: 90%;
  }
  .movie-box__item .contents {
    max-width: 100%;
  }
}
/* スライダー本体 */
.movie-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.price {
  padding: clamp(40px, 37.7011494253px + 0.0061302682 * 100vw, 48px) 0;
  background: url(../img/light-green-back.webp);
  background-size: cover;
  background-position: center;
}
.price .title span img {
  width: clamp(340px, 268.7356321839px + 0.1900383142 * 100vw, 588px);
}
.price-spcial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(8px, 1.1034482759px + 0.0183908046 * 100vw, 32px);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: clamp(32px, 27.4022988506px + 0.0122605364 * 100vw, 48px);
  margin: auto;
  max-width: 90%;
}
@media screen and ( max-width: 768px ) {
  .price-spcial {
    max-width: 100%;
  }
}
.price-spcial__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(360px - clamp(8px, 1.1034482759px + 0.0183908046 * 100vw, 32px));
  padding: 1px 0 24px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  border-radius: 20px;
  border: 3px solid #81d742;
  background: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media screen and ( max-width: 768px ) {
  .price-spcial__box {
    width: calc(50% - clamp(16px, 11.4022988506px + 0.0122605364 * 100vw, 32px));
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 1px 0 12px 0;
  }
}
.price-spcial__box .sub-title {
  border-radius: 20px 20px 0 0;
  background: #028703;
  width: 100%;
  height: clamp(64px, 59.4022988506px + 0.0122605364 * 100vw, 80px);
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(16px, 12.5517241379px + 0.0091954023 * 100vw, 28px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 39.2px */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.price-spcial__box .sub-text {
  color: #222;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(12px, 8.5517241379px + 0.0091954023 * 100vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
}
.price-spcial__box .sub-image {
  padding: 0 12px;
}
.price-spcial__box .sub-price {
  height: clamp(48px, 41.6781609195px + 0.0168582375 * 100vw, 70px);
  padding: 8px;
  width: 100%;
  background: #ee1b1b;
  max-width: calc(100% - 24px);
  margin: auto;
  color: #fff;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(20px, 11.9540229885px + 0.0214559387 * 100vw, 48px);
  font-style: normal;
  font-weight: 900;
  line-height: 110%; /* 67.2px */
  text-align: center;
}
@media screen and ( max-width: 768px ) {
  .price-spcial__box .sub-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.price-spcial__box .sub-price small {
  font-size: clamp(14px, 8.8275862069px + 0.0137931034 * 100vw, 32px);
}
.price-spcial__box .sub-attention {
  color: #222;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(11px, 9.5632183908px + 0.0038314176 * 100vw, 16px);
  font-style: normal;
  font-weight: 350;
  line-height: 140%; /* 22.4px */
  text-align: left;
  padding: 0 12px;
  min-height: 68px;
}
@media screen and ( max-width: 768px ) {
  .price-spcial__box .sub-attention {
    min-height: 80px;
  }
}

.endscroll {
  overflow: hidden;
}

.endscroll-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}

.endscroll-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 436px;
}
@media screen and ( max-width: 768px ) {
  .endscroll-image {
    max-width: 320px;
  }
}
.endscroll-image img {
  width: 100%;
  height: auto;
  display: block;
}

.price-single {
  margin-top: clamp(32px, 27.4022988506px + 0.0122605364 * 100vw, 48px);
}
.price-single .sub-title {
  width: clamp(300px, 225.2873563218px + 0.1992337165 * 100vw, 560px);
  height: auto;
  border-radius: 20px;
  background: #fff;
  position: relative;
  margin: auto;
  padding: min(24px, 1.7142857143vw);
  bottom: clamp(-20px, -7.3563218391px + -0.0337164751 * 100vw, -64px);
  text-align: center;
}
.price-single .sub-title img {
  max-width: 70%;
}
.price-single .price-single__box {
  border-radius: 20px;
  background: #fff;
  padding: clamp(36px, 27.9540229885px + 0.0214559387 * 100vw, 64px) min(24px, 1.7142857143vw) min(24px, 1.7142857143vw);
}

.single-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(8px, 5.7011494253px + 0.0061302682 * 100vw, 16px);
}

.single-box__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(8px, 5.7011494253px + 0.0061302682 * 100vw, 16px);
}

.single-box__list > div {
  border-radius: 12px;
  border: 1px solid #81c946;
  background: #e6f7d9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px clamp(8px, 4.5517241379px + 0.0091954023 * 100vw, 20px);
  width: 50%;
  gap: clamp(8px, 5.7011494253px + 0.0061302682 * 100vw, 16px);
}
.single-box__list > div .img {
  width: clamp(56px, 42.2068965517px + 0.0367816092 * 100vw, 104px);
  height: clamp(56px, 42.2068965517px + 0.0367816092 * 100vw, 104px);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  aspect-ratio: 1/1;
}
.single-box__list > div .text {
  text-align: left;
}
.single-box__list > div .text h3 {
  color: #222;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(12px, 9.7011494253px + 0.0061302682 * 100vw, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 28px */
}
.single-box__list > div .text-price {
  color: #57af17;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(16px, 10.2528735632px + 0.0153256705 * 100vw, 36px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 50.4px */
}
.single-box__list > div .text-price small {
  font-size: clamp(12px, 8.5517241379px + 0.0091954023 * 100vw, 24px);
}

.strengths {
  padding: clamp(40px, 37.7011494253px + 0.0061302682 * 100vw, 48px) 0;
  background: url(../img/mizutama1.jpg);
  background-size: 35px;
  background-position: center;
}
.strengths h2 {
  margin-bottom: min(32px, 2.2857142857vw);
  text-align: center;
}
.strengths h2 img {
  width: clamp(200px, 142.5287356322px + 0.153256705 * 100vw, 400px);
}

.strengths-box {
  border-radius: 20px;
  border: 6px solid #028703;
  background: #fff;
  width: 100%;
  padding: 24px 32px;
  position: relative;
  margin-bottom: min(56px, 4vw);
}
.strengths-box .strengths-icon {
  position: absolute;
  width: clamp(64px, 34.1149425287px + 0.0796934866 * 100vw, 168px);
  left: 0;
  top: -64px;
}
@media screen and ( max-width: 768px ) {
  .strengths-box .strengths-icon {
    top: clamp(-24px, -12.5057471264px + -0.030651341 * 100vw, -64px);
  }
}
.strengths-box h3 {
  color: #028703;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(20px, 16.5517241379px + 0.0091954023 * 100vw, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 44.8px */
  margin-bottom: clamp(16px, 14.8505747126px + 0.0030651341 * 100vw, 20px);
}
.strengths-box .strengths-box__item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  text-align: left;
}
.strengths-box .strengths-box__item h4 {
  color: #222;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(14px, 11.1264367816px + 0.0076628352 * 100vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
  margin-bottom: min(12px, 0.8571428571vw);
}
.strengths-box .strengths-box__item p {
  color: #222;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(12px, 9.7011494253px + 0.0061302682 * 100vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
}
@media screen and ( max-width: 768px ) {
  .strengths-box .strengths-box__item .img {
    width: 120px;
    height: auto;
  }
  .strengths-box .strengths-box__item .text {
    width: calc(100% - 120px);
  }
}

.cta-flow {
  margin-top: min(64px, 4.5714285714vw);
}
.cta-flow h2 {
  margin-bottom: min(28px, 2vw);
}
.cta-flow h2 strong {
  color: #ffe500;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(32px, 27.4022988506px + 0.0122605364 * 100vw, 48px);
  font-style: normal;
  font-weight: 900;
  line-height: 140%; /* 67.2px */
}
.cta-flow .cta-flow__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(16px, 14.8505747126px + 0.0030651341 * 100vw, 20px);
}
@media screen and ( max-width: 768px ) {
  .cta-flow .cta-flow__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cta-flow .cta-flow__list li {
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: min(14px, 1vw);
}
@media screen and ( max-width: 768px ) {
  .cta-flow .cta-flow__list li {
    width: calc(50% - 16px);
  }
  .cta-flow .cta-flow__list li .img {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cta-flow .cta-flow__list li p {
  color: #fff;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(12px, 11.4252873563px + 0.001532567 * 100vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  text-align: left;
}

.review {
  padding: clamp(40px, 37.7011494253px + 0.0061302682 * 100vw, 48px) 0;
  background: url(../img/light-green-back-gra.webp);
  background-size: cover;
  background-position: center;
}
.review-title {
  text-align: center;
  margin-bottom: clamp(20px, 14.2528735632px + 0.0153256705 * 100vw, 40px);
}
.review-title img {
  width: clamp(252px, 203.1494252874px + 0.1302681992 * 100vw, 422px);
  position: relative;
  left: -4%;
}
@media screen and ( max-width: 768px ) {
  .review-title img {
    left: -8%;
  }
}
.review .review-box {
  border-radius: 20px;
  border: 6px solid #81d742;
  background: #fff;
  padding: clamp(24px, 19.4022988506px + 0.0122605364 * 100vw, 40px);
  margin-bottom: clamp(16px, 13.7011494253px + 0.0061302682 * 100vw, 24px);
}
.review .review-box h3 {
  color: #57af17;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(18px, 13.9770114943px + 0.0107279693 * 100vw, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 44.8px */
  padding-left: clamp(32px, 20.7931034483px + 0.0298850575 * 100vw, 71px);
  position: relative;
  text-align: left;
}
.review .review-box h3:before {
  content: "";
  background: url(../img/review-icon.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  aspect-ratio: 71.019/50;
  width: clamp(32px, 20.7931034483px + 0.0298850575 * 100vw, 71px);
  left: 0;
}
.review .review-box__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: min(32px, 2.2857142857vw);
}
.review .review-box__item .img {
  width: clamp(120px, 68.275862069px + 0.1379310345 * 100vw, 300px);
}
.review .review-box__item .text {
  width: calc(100% - clamp(120px, 68.275862069px + 0.1379310345 * 100vw, 300px));
  color: #222;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(13px, 10.9885057471px + 0.0053639847 * 100vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  text-align: left;
}

.faq {
  padding: clamp(40px, 37.7011494253px + 0.0061302682 * 100vw, 48px) 0;
}
.faq h2 {
  color: #222;
}
.faq-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(16px, 1.1428571429vw);
}
.faq-item {
  border-radius: min(8px, 0.5714285714vw);
  overflow: hidden;
  background: #fff;
}
.faq-question {
  background: #f0fbf0;
  padding: clamp(16px, 14.8505747126px + 0.0030651341 * 100vw, 20px) clamp(8px, 3.4022988506px + 0.0122605364 * 100vw, 24px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.faq-question:hover {
  background: #e8f7e8;
}
.faq-question span:first-child {
  color: #338833;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(16px, 14.8505747126px + 0.0030651341 * 100vw, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-align: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.faq-icon {
  color: #338833;
  font-size: clamp(14px, 13.4252873563px + 0.001532567 * 100vw, 16px);
  font-weight: 700;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: min(16px, 1.1428571429vw);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease, padding 0.3s ease;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background: #fff;
}
.faq-answer p {
  color: #222;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(14px, 13.4252873563px + 0.001532567 * 100vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  text-align: left;
  padding: 0;
  margin: 0;
}
.faq-item.active .faq-question {
  background: #f0fbf0;
}
.faq-item.active .faq-answer {
  max-height: 1000px;
  padding: clamp(16px, 14.8505747126px + 0.0030651341 * 100vw, 20px) clamp(8px, 3.4022988506px + 0.0122605364 * 100vw, 24px);
}
.faq-item.active .faq-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.contact {
  background: rgba(129, 215, 66, 0.1);
  padding: clamp(40px, 37.7011494253px + 0.0061302682 * 100vw, 48px) 0;
}
.contact .title {
  color: #222;
}
.contact .title strong {
  color: #ee1b1b;
}
.contact #form_submit {
  text-align: center;
}
.contact form#mail_form input[type=button] {
  margin: auto;
}

.company {
  background: #f3f3f3;
  padding: clamp(40px, 37.7011494253px + 0.0061302682 * 100vw, 48px) 0;
}
.company h2 {
  color: #222;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(22px, 16.8275862069px + 0.0137931034 * 100vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 56px */
}
.company th {
  min-width: clamp(120px, 109.6551724138px + 0.0275862069 * 100vw, 156px);
  padding: min(16px, 1.1428571429vw);
  color: #626262;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(13px, 12.1379310345px + 0.0022988506 * 100vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
}
.company td {
  text-align: left;
  padding: min(16px, 1.1428571429vw);
  color: #626262;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(13px, 12.1379310345px + 0.0022988506 * 100vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}

.footer {
  background: #81d742;
  width: 100%;
  padding: 24px;
  color: #fff;
  color: #fff;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-decoration: none;
  text-align: center;
}

form#mail_form input[type=button] {
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(20px, 18.8505747126px + 0.0030651341 * 100vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 56px */
}

.footer-link {
  display: none;
}
@media screen and ( max-width: 768px ) {
  .footer-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    max-width: 780px;
    margin: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.5);
    padding: 8px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
  .footer-link.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.area-box {
  margin-top: clamp(40px, 37.7011494253px + 0.0061302682 * 100vw, 48px);
}
.area-box h2 {
  color: #222;
  margin-bottom: 0;
}
.area-box h2 small {
  font-size: clamp(14px, 12.275862069px + 0.0045977011 * 100vw, 20px);
  display: inline-block;
}
.area-box h2 span.font-big {
  color: #ee1b1b;
}
.area-box img {
  width: 480px;
  max-width: 80%;
  display: block;
  margin: auto;
  margin-bottom: clamp(16px, 13.7011494253px + 0.0061302682 * 100vw, 24px);
}
.area-box p {
  font-weight: 500;
}/*# sourceMappingURL=style.css.map */