.kanta-outer {
  font-family: var(--font_min);
  padding: 100px 0 72px;
  display: flex;
  justify-content: center;
}
@media (width < 810px) {
  .kanta-outer {
    padding: 40px 0 32px;
  }
}
.kanta-outer .img_note {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-family: var(--font_gothic);
  font-size: clamp(12px, 3.692px + 1.026vw, 16px); /*16~12(1200~810)*/
  font-weight: 400;
}
.kanta-outer .img_note.--white {
  color: #fff;
}
.kanta-outer sup {
  font-size: clamp(12px, 3.692px + 1.026vw, 16px); /*16~12(1200~810)*/
  vertical-align: 0.4em;
}

.kanta-wrap {
  max-width: 1340px;
}

.kanta-catch {
  word-break: keep-all;
  font-size: clamp(20px, -4.923px + 3.077vw, 32px); /*32~20(1200~810)*/
  font-weight: 500;
}
.kanta-catch .txt_bg {
  background: #ffe9a9;
}

.kanta-inner {
  display: flex;
  align-items: flex-start;
  gap: 32px 3.73cqw; /*50/1340*/
  margin-top: 48px;
}
@media (width < 810px) {
  .kanta-inner {
    flex-direction: column;
    margin-top: 32px;
  }
}

.kanta-img {
  flex-shrink: 0;
  width: 54.78%; /*734/1340*/
  position: relative;
}
@media (width < 810px) {
  .kanta-img {
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
  }
}

.kanta-contents {
  flex-grow: 1;
}
@media (width < 810px) {
  .kanta-contents {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.kanta-logo {
  text-align: left;
}
@media (width < 810px) {
  .kanta-logo img {
    width: 300px;
  }
}

.kanta-txt {
  text-align: left;
  word-break: keep-all;
  font-size: clamp(20px, -4.923px + 3.077vw, 28px); /*32~20(1200~810)*/
  font-weight: 500;
  margin-top: 62px;
}
@media (width < 810px) {
  .kanta-txt {
    margin-top: 32px;
    text-align: center;
  }
}

.kanta-merit {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 2.39cqw; /*32/1340*/
  margin-top: 80px;
}
@media (width < 810px) {
  .kanta-merit {
    margin-top: 32px;
  }
}
@media (width < 500px) {
  .kanta-merit {
    gap: 16px;
  }
}

.kanta-merit__item {
  width: calc((100% - 7.17cqw) / 4);
}
@media (width < 500px) {
  .kanta-merit__item {
    width: calc((100% - 16px) / 2);
  }
}

.kanta-feature {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 6.87cqw; /*92/1340*/
  margin-top: 64px;
}
@media (width < 810px) {
  .kanta-feature {
    grid-template-columns: repeat(1, 1fr);
    gap: 48px;
    margin-top: 48px;
  }
}

.kanta-feature__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}

.kanta-feature__block {
  background: #b3ddd5;
  padding: 16px;
  position: relative;
  margin-bottom: 16px;
}
.kanta-feature__block::before {
  content: "";
  display: block;
  border: 1px solid #fff;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 5px;
  left: 5px;
}

.kanta-feature__ttl {
  word-break: keep-all;
  font-size: clamp(30px, -19.846px + 6.154vw, 38px); /*54~30(1200~810)*/
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  position: relative;
  z-index: 1;
}

.kanta-feature__txt {
  text-align: left;
  font-size: clamp(18px, 5.538px + 1.538vw, 24px); /*24~18(1200~810)*/
  font-weight: 500;
  line-height: 1.5;
}

.kanta-detail {
  padding: 16px;
  background: #fff5d7;
  border-radius: 10px;
  margin-top: 16px;
}
.kanta-detail > *:first-child {
  margin-top: 0;
}

.kanta-detail__txt {
  font-size: clamp(22px, -7.077px + 2.59vw, 32px); /*36~22(1200~810)*/
  font-weight: 500;
  margin-top: 12px;
}

.kanta-detail__catch {
  font-size: clamp(24px, -21.692px + 5.641vw, 46px); /*46~24(1200~810)*/
  font-weight: 600;
  line-height: 1.2;
  color: #f18d26;
  margin-top: 10px;
}
.kanta-detail__catch .txt_large {
  font-size: 2.65em;
}
.kanta-detail__catch sup {
  color: var(--font_c);
}

.kanta-feature__img {
  margin-top: 16px;
  position: relative;
}
.kanta-feature__img img {
  width: 100%;
  max-width: none;
  border-radius: 10px;
}

.kanta-scene {
  margin-top: 100px;
}
@media (width < 810px) {
  .kanta-scene {
    margin-top: 48px;
  }
}

.kanta-scene__block {
  padding: 0.2em 1em;
  font-size: clamp(24px, -13.385px + 4.615vw, 42px); /*42~24(1200~810)*/
  border: 3px solid #f18d26;
  border-radius: 9999px;
}

.kanta-scene__ttl {
  word-break: keep-all;
  font-weight: 500;
  line-height: 1.4;
  color: #f18d26;
}

.kanta-scene__catch {
  text-align: left;
  margin-inline: auto;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  font-size: clamp(18px, 5.538px + 1.538vw, 24px); /*24~18(1200~810)*/
  font-weight: 500;
  margin-top: 24px;
}
@media (width < 810px) {
  .kanta-scene__catch {
    margin-top: 16px;
  }
}

.kanta-scene__list {
  max-width: 1280px;
  margin-inline: auto;
  margin-top: 32px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px 3.91cqw; /*50/1280*/
}
@media (width < 810px) {
  .kanta-scene__list {
    margin-top: 24px;
  }
}

.kanta-scene__item {
  width: calc((100% - 7.82cqw) / 3);
}
@media (width < 810px) {
  .kanta-scene__item {
    width: calc((100% - 3.91cqw) / 2);
  }
}
@media (width < 500px) {
  .kanta-scene__item {
    width: 100%;
  }
}

.kanta-scene__name {
  word-break: keep-all;
  font-size: clamp(18px, -2.769px + 2.564vw, 28px); /*28~18(1200~810)*/
  font-weight: 500;
  line-height: 1.4;
  margin-top: 16px;
}
.kanta-scene__name .txt_small {
  font-size: 0.625em;
}

.kanta-note {
  margin-top: 64px;
}
@media (width < 810px) {
  .kanta-note {
    margin-top: 48px;
  }
}

.kanta-note__txt {
  text-align: left;
  font-size: clamp(12px, 7.846px + 0.513vw, 14px); /*14~12(1200~810)*/
  line-height: 1.4;
  letter-spacing: -0.05em;
}/*# sourceMappingURL=kan.css.map */

.width {
  max-width: 1200px;
}
@media (width < 810px) {
.width {
  max-width: 88%;
}
}