@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #121212;
  padding-left: 50px;
  padding-right: 50px;
}
body a {
  color: #115ffb;
  text-decoration: none;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Century Gothic", "Noto Sans JP", sans-serif;
  font-size: 72px;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 48px;
  }
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

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

strong {
  font-family: "Noto Serif JP", serif;
}

@media (max-width: 768px) {
  input,
  select,
  textarea,
  button {
    font-size: 16px;
  }
}
.header__background {
  background-image: url(../images/background-sm.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .header__background {
    background-image: url(../images/background.png);
  }
}
.header__logo {
  padding: 11px 15px;
}
@media (min-width: 768px) {
  .header__logo {
    padding: 23px 50px;
  }
}
.header__mv {
  padding: 10px 15px 82px;
}
@media (min-width: 768px) {
  .header__mv {
    display: flex;
    flex-direction: column;
    gap: 0;
    flex-direction: row;
    justify-content: center;
    margin-top: -88px;
    padding-right: 64px;
    padding-bottom: 192px;
  }
}
@media (max-width: 1475px) {
  .header__mv {
    margin-top: 0;
  }
}
.header__mv-block {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
}
.header__mv-block:nth-child(1) {
  z-index: 1;
  position: relative;
}
@media (min-width: 768px) {
  .header__mv-block:nth-child(1) {
    padding-top: 17px;
    margin-right: -99px;
  }
}
@media (max-width: 1595px) {
  .header__mv-block:nth-child(1) {
    margin-left: auto;
  }
}
.header__mv-block:nth-child(1) picture {
  display: inline-block;
}
.header__mv-block:nth-child(1) picture:nth-child(1) {
  padding-left: 33px;
  padding-right: 24px;
}
.header__mv-block:nth-child(1) picture:nth-child(2) {
  padding-left: 15px;
  padding-right: 6px;
}
.header__mv-block:nth-child(2) {
  margin-top: -37px;
}
@media (min-width: 768px) {
  .header__mv-block:nth-child(2) {
    margin-top: 0;
  }
}
.header__mv-block:nth-child(2) picture {
  display: inline-block;
  padding-right: 4px;
}
.header__mv-block .mv-product {
  position: relative;
  line-height: 0;
}
.header__mv-block .mv-product__circle {
  position: absolute;
  bottom: 8px;
  right: 0;
}
@media (min-width: 768px) {
  .header__mv-block .mv-product__circle {
    bottom: -118px;
  }
}

.footer {
  border-top: 1px solid #808080;
  padding: 41px 16px 120px;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 25px;
  }
}
.footer__inner {
  width: 100%;
  max-width: 1136px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 819px) {
  .footer__inner {
    flex-direction: row;
  }
}
.footer__logo {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
}
.footer__info {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
@media (min-width: 768px) {
  .footer__info {
    padding-left: 31px;
  }
}
@media (max-width: 819px) {
  .footer__info {
    align-items: center;
  }
}
.footer__info-company {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}
.footer__info-address {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
@media (min-width: 768px) {
  .footer__other {
    margin-left: auto;
  }
}
@media (max-width: 819px) {
  .footer__other {
    margin-left: 0;
  }
}
.footer__other-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-direction: row;
}
@media (min-width: 768px) {
  .footer__other-links {
    justify-content: flex-end;
  }
}
@media (max-width: 819px) {
  .footer__other-links {
    justify-content: center;
  }
}
.footer__other-link {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  border-radius: 100px;
  border: 1px solid #005634;
  width: 100%;
}
.footer__other-link:first-of-type {
  max-width: 162px;
}
.footer__other-link:last-of-type {
  max-width: 176px;
}
.footer__other-link i {
  font-size: 24px;
  color: #005634;
}
.footer__other-copyright {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  padding-top: 24px;
  color: #000000;
}
@media (min-width: 480px) and (max-width: 819px) {
  .footer__other-copyright {
    text-align: center;
  }
}

.register-button {
  position: fixed;
  bottom: 16px;
  left: 0;
  z-index: 999;
  width: 100%;
  display: flex;
  justify-content: center;
}

.banner {
  padding-inline: 16px;
  padding-top: 16px;
}
@media (min-width: 768px) {
  .banner {
    padding-top: 32px;
  }
}
.banner__inner {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .banner__inner {
    width: 100%;
    max-width: 976px;
    margin-left: auto;
    margin-right: auto;
  }
}

.intro {
  padding-inline: 19px;
}
.intro__inner {
  display: flex;
  flex-direction: column;
  gap: 1px;
  align-items: center;
}
@media (min-width: 768px) {
  .intro__inner {
    flex-direction: row;
    gap: 16px;
    width: 100%;
    max-width: 1136px;
    margin-left: auto;
    margin-right: auto;
  }
}
.intro__image {
  flex-shrink: 0;
}
.intro__text {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
}
@media (min-width: 544px) {
  .intro__text .newline-sm {
    display: none;
  }
}
@media (min-width: 768px) {
  .intro__text {
    font-size: 24px;
    line-height: 42px;
    width: 100%;
    max-width: 752px;
  }
}

.voice {
  padding-inline: 13px;
  padding-top: 32px;
}
@media (min-width: 768px) {
  .voice {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .voice__inner {
    width: 100%;
    max-width: 1136px;
    margin-left: auto;
    margin-right: auto;
  }
}
.voice__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  text-align: center;
}
@media (min-width: 768px) {
  .voice__title {
    font-size: 24px;
    line-height: 42px;
  }
  .voice__title br {
    display: none;
  }
}
.voice__title::before, .voice__title::after {
  content: "";
  width: 24px;
  height: 28px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.voice__title:before {
  background-image: url(../images/vector001.png);
}
.voice__title:after {
  background-image: url(../images/vector002.png);
}
.voice__image001, .voice__image002 {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
}
@media (min-width: 768px) {
  .voice__image001 {
    padding-top: 20px;
  }
}

.highlight {
  padding: 16px 16px 51px;
}
@media (min-width: 768px) {
  .highlight {
    padding-top: 32px;
    padding-bottom: 29px;
  }
}
.highlight__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
@media (min-width: 768px) {
  .highlight__inner {
    width: 100%;
    max-width: 1136px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
}
.highlight__inner .triangle-clip {
  width: 124px;
  height: 24px;
  background: #005634;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media (min-width: 768px) {
  .highlight__inner .triangle-clip {
    width: 248px;
    height: 48px;
    background: #005634;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
}
.highlight__text {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
@media (min-width: 768px) {
  .highlight__text {
    font-size: 18px;
    line-height: 32px;
  }
  .highlight__text .newline-sm {
    display: none;
  }
}
.highlight__emphasis {
  font-size: 24px;
  line-height: 42px;
}
@media (min-width: 768px) {
  .highlight__emphasis {
    font-size: 28px;
    line-height: 48px;
  }
}
.highlight__emphasis--red {
  color: #dd2726;
}
.highlight__gradient {
  margin-top: 18px;
  background: linear-gradient(90deg, #001056 0%, #009f91 100%);
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
  border-radius: 16px;
  width: 100%;
  color: #ffffff;
  padding: 8px;
}
@media (min-width: 768px) {
  .highlight__gradient {
    margin-top: 16px;
    font-size: 32px;
    line-height: 56px;
  }
  .highlight__gradient .newline-sm {
    display: none;
  }
}
.highlight__gradient--blue {
  background: linear-gradient(90deg, #0036ca 0%, #0bc4dd 100%);
  margin-top: 0;
}
.highlight__gradient-small {
  font-size: 16px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .highlight__gradient-small {
    font-size: 24px;
    line-height: 42px;
  }
}
.highlight__reason {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #005634;
}
@media (min-width: 768px) {
  .highlight__reason {
    margin-top: -16px;
    font-size: 20px;
    line-height: 20px;
  }
}
.highlight__reason-large {
  color: #dd2726;
  font-size: 42px;
  line-height: 42px;
}
@media (min-width: 768px) {
  .highlight__reason-large {
    font-size: 48px;
    line-height: 48px;
  }
}
.highlight__reason-texts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding-top: 8px;
}
@media (min-width: 768px) {
  .highlight__reason-texts {
    grid-template-columns: repeat(3, 1fr);
  }
}
.highlight__reason-text {
  background-color: #e7f3ed;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-direction: row;
}
.highlight__reason-text--blue {
  background-color: #d7f3ff;
}
.highlight__reason-text-image {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #005634;
  display: inline-block;
}
.highlight__reason-text-image--blue {
  background-color: #1b1358;
}
.highlight__reason-text-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
.highlight__reason-text-header {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  color: #005634;
}
.highlight__reason-text-header--blue {
  color: #1b1358;
}
.highlight__reason-images {
  padding-top: 5px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .highlight__reason-images {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .highlight__reason-images {
    padding-top: 0;
    gap: 30px;
  }
}
.highlight__reason-image {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2.53px;
  align-items: center;
}
@media (min-width: 768px) {
  .highlight__reason-image {
    gap: 4px;
  }
}
.highlight__reason-image .image-wrapper {
  position: relative;
}
@media (max-width: 767px) {
  .highlight__reason-image .image-wrapper img {
    width: 100%;
  }
}
.highlight__reason-image .image-wrapper .label {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 17.4px;
  position: absolute;
  bottom: 0;
  padding: 1px 9px 0;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .highlight__reason-image .image-wrapper .label {
    font-size: 16px;
    line-height: 28px;
  }
}
.highlight__reason-image .triangle-right {
  width: 10px;
  height: 20px;
  background: #005634;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media (min-width: 768px) {
  .highlight__reason-image .triangle-right {
    width: 16px;
    height: 32px;
    background: #005634;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
}
.highlight__additional {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  padding-top: 8px;
}
@media (min-width: 768px) {
  .highlight__additional {
    padding-top: 16px;
    font-size: 18px;
    line-height: 32px;
  }
}
.highlight__additional-large {
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
}
@media (min-width: 768px) {
  .highlight__additional-large {
    font-size: 24px;
    line-height: 42px;
  }
}
.highlight__additional-red {
  color: #dd2726;
}

.achievement {
  padding-inline: 26px;
  padding-top: 32px;
}
@media (min-width: 768px) {
  .achievement {
    padding-top: 35px;
  }
}
.achievement__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
@media (min-width: 768px) {
  .achievement__inner {
    width: 100%;
    max-width: 1136px;
    margin-left: auto;
    margin-right: auto;
  }
}
.achievement__text {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  text-align: center;
}
@media (min-width: 964px) {
  .achievement__text .newline-sm {
    display: none;
  }
}
@media (min-width: 768px) {
  .achievement__text {
    font-size: 28px;
    line-height: 48px;
  }
}
.achievement__text--medium {
  font-size: 24px;
  line-height: 42px;
}
@media (min-width: 768px) {
  .achievement__text--medium {
    font-size: 32px;
    line-height: 56px;
  }
}
.achievement__emphasis {
  font-size: 24px;
  line-height: 42px;
}
@media (min-width: 768px) {
  .achievement__emphasis {
    font-size: 40px;
    line-height: 70px;
  }
}
.achievement__emphasis--red {
  color: #dd2726;
  border-bottom: 2px dashed;
}
.achievement__emphasis--small {
  font-size: 16px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .achievement__emphasis--small {
    font-size: inherit;
    line-height: inherit;
  }
}
.achievement__emphasis--large {
  font-size: 34px;
  line-height: 62px;
  padding-left: 8px;
  background-image: linear-gradient(90deg, #fbed96 0%, #abecd6 100%);
  background-repeat: no-repeat;
  background-size: 100% 19px;
  background-position: 0 100%;
}
@media (min-width: 768px) {
  .achievement__emphasis--large {
    font-size: 64px;
    line-height: 84px;
    padding-left: 0;
    background-position: 0 93%;
  }
}

.feature {
  margin-top: 32px;
  padding: 32px 16px 40px;
  background: linear-gradient(180deg, #f8ffe7 0%, #96e6d2 100%);
  position: relative;
}
@media (min-width: 768px) {
  .feature {
    margin-top: 40px;
    padding-block: 48px;
  }
}
.feature::after {
  content: "";
  background-image: url(../images/botanical-sm.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 160px;
  filter: brightness(1.5) saturate(0);
}
@media (min-width: 768px) {
  .feature::after {
    background-image: url(../images/botanical.png);
    height: 268px;
  }
}
.feature__inner {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .feature__inner {
    width: 100%;
    max-width: 1136px;
    margin-left: auto;
    margin-right: auto;
  }
}
.feature__title {
  padding-bottom: 8px;
  border-bottom: 1px solid #005634;
  text-align: center;
  line-height: 0;
}
.feature__title-gradient {
  background: linear-gradient(90deg, #005634 0%, #009f91 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 56px;
}
@media (min-width: 768px) {
  .feature__title-gradient {
    font-size: 48px;
    line-height: 84px;
  }
}
.feature__subtitle {
  padding-top: 12px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #000000;
}
@media (min-width: 544px) {
  .feature__subtitle .newline-sm {
    display: none;
  }
}
@media (min-width: 768px) {
  .feature__subtitle {
    font-size: 18px;
    line-height: 32px;
  }
}
.feature__info {
  border: 1px solid #005634;
  padding: 8px;
  color: #005634;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
}
@media (min-width: 768px) {
  .feature__info {
    padding: 16px;
    font-size: 20px;
    line-height: 34px;
  }
}
@media (min-width: 785px) {
  .feature__info .newline-sm {
    display: none;
  }
}
.feature__info-wrapper {
  margin-top: 24px;
  text-align: center;
}
.feature__info-emphasis {
  font-size: 18px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .feature__info-emphasis {
    font-size: 28px;
    line-height: 48px;
  }
}
.feature__info--additional-sm {
  padding-top: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .feature__info--additional-sm {
    display: none;
  }
}
.feature__points {
  padding-top: 24px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .feature__points {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .feature__points {
    gap: 40px;
    flex-direction: row;
  }
}
.feature__point .point {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
@media (min-width: 768px) {
  .feature__point .point {
    gap: 16px;
  }
}
.feature__point .point__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: #005634;
  border-bottom: 1px solid #005634;
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
@media (min-width: 768px) {
  .feature__point .point__title {
    font-size: 18px;
    line-height: 32px;
  }
}
.feature__point .point__number {
  font-weight: 700;
  font-size: 24px;
  line-height: 42px;
}
@media (min-width: 768px) {
  .feature__point .point__number {
    font-size: 32px;
    line-height: 56px;
  }
}
.feature__point .point__image {
  padding-top: 8px;
}
@media (min-width: 768px) {
  .feature__point .point__image {
    padding-top: 4px;
  }
}
@media (max-width: 767px) {
  .feature__point .point__image img {
    width: 100%;
  }
}
.feature__point .point__subtitle {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  color: #005634;
}
@media (min-width: 768px) {
  .feature__point .point__subtitle {
    font-size: 24px;
    line-height: 42px;
    padding-top: 8px;
  }
}
.feature__point .point__text {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .feature__point .point__text {
    font-size: 18px;
    line-height: 32px;
  }
}
.feature__benefits {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  border-top: 1px solid #005634;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .feature__benefits {
    margin-top: 32px;
  }
}
.feature__benefits-title {
  padding-top: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .feature__benefits-title {
    padding-top: 24px;
    font-size: 24px;
    line-height: 42px;
  }
}
.feature__benefits-list {
  padding-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.feature__benefits-item {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: #005634;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 544px) {
  .feature__benefits-item .newline-sm {
    display: none;
  }
}
@media (min-width: 768px) {
  .feature__benefits-item {
    font-size: 28px;
    line-height: 48px;
  }
}
.feature__benefits-item::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../images/check.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
.feature__benefits-summary {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  padding-top: 24px;
  font-family: "Noto Serif JP", serif;
}
@media (min-width: 544px) {
  .feature__benefits-summary .newline-sm {
    display: none;
  }
}
@media (min-width: 768px) {
  .feature__benefits-summary {
    font-size: 20px;
    line-height: 34px;
  }
}
.feature__benefits-summary strong {
  font-size: 20px;
  line-height: 34px;
}
@media (min-width: 768px) {
  .feature__benefits-summary strong {
    font-size: 32px;
    line-height: 56px;
  }
}

.additional {
  padding-inline: 16px;
  padding-top: 40px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .additional {
    padding-top: 18px;
  }
}
@media (min-width: 768px) {
  .additional__inner {
    width: 100%;
    max-width: 1136px;
    margin-left: auto;
    margin-right: auto;
  }
}
.additional__header {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
}
.additional__header-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 22.4px;
  line-height: 38.4px;
  color: #000000;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
}
@media (min-width: 768px) {
  .additional__header-title {
    font-size: 28px;
    line-height: 48px;
  }
}
.additional__header-title::after {
  content: "";
  width: 133px;
  height: 42px;
  background-image: url("../images/vector003.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin-top: 0px;
}
@media (min-width: 768px) {
  .additional__header-title::after {
    margin-top: -12px;
    width: 166px;
    height: 52px;
  }
}
.additional__header-subtitle {
  padding-top: 23.6px;
  color: #005634;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  text-align: center;
  background-image: linear-gradient(90deg, #fbed96 0%, #abecd6 100%);
  background-repeat: no-repeat;
  background-size: 100% 19px;
  background-position: 0 100%;
}
@media (min-width: 768px) {
  .additional__header-subtitle {
    padding-top: 32px;
  }
}
@media (min-width: 840px) {
  .additional__header-subtitle {
    background-position: 0 90%;
  }
  .additional__header-subtitle .newline-sm {
    display: none;
  }
}
.additional__header-subtitle-large {
  font-size: 64px;
  line-height: 64px;
}
@media (min-width: 768px) {
  .additional__header-subtitle-large {
    font-size: 100px;
    line-height: 100px;
  }
}
.additional__header-subtitle-medium {
  font-size: 48px;
  line-height: 48px;
}
@media (min-width: 768px) {
  .additional__header-subtitle-medium {
    font-size: 80px;
    line-height: 80px;
  }
}
.additional__header-subtitle-small {
  font-size: 32px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .additional__header-subtitle-small {
    font-size: 48px;
    line-height: 48px;
  }
}
.additional__header-note {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  text-align: right;
  padding-top: 15px;
  margin-right: -19px;
}
@media (min-width: 768px) {
  .additional__header-note {
    padding-top: 22px;
    font-size: 20px;
    line-height: 34px;
    margin-right: 0;
  }
}
.additional__content {
  padding-top: 32px;
}
.additional__content-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  padding: 8px;
  width: 100%;
  max-width: 275px;
  color: #ffffff;
  background-color: #005634;
  text-align: center;
  border-radius: 100px;
  position: relative;
}
@media (min-width: 768px) {
  .additional__content-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 48px;
    max-width: 364px;
  }
}
.additional__content-title-wrapper {
  margin-top: 54px;
  position: relative;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .additional__content-title-wrapper {
    margin-top: 48px;
  }
}
.additional__content-title-wrapper::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #005634;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.additional__content-list {
  padding-top: 31px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}
@media (min-width: 768px) {
  .additional__content-list {
    padding-top: 47px;
    gap: 16px;
  }
}
@media (min-width: 817px) {
  .additional__content-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.additional__content-item {
  padding: 16px;
  background-color: #ebf4f1;
}
.additional__content-item .item__header {
  display: flex;
  gap: 19px;
  justify-content: space-between;
  border-bottom: 1px solid #005634;
}
@media (min-width: 768px) {
  .additional__content-item .item__header {
    justify-content: flex-start;
  }
}
@media (min-width: 376px) and (max-width: 816px) {
  .additional__content-item .item__header {
    justify-content: center;
  }
}
.additional__content-item .item__header-text {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: flex-end;
}
.additional__content-item .item__header-text-top {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #005634;
  padding-bottom: 8px;
}
.additional__content-item .item__header-text-top span {
  font-size: 24px;
  line-height: 42px;
}
.additional__content-item .item__header-text-bottom {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  padding-bottom: 8px;
}
.additional__content-item .item__header-image {
  margin-top: -23px;
}
.additional__content-item .item__header-image-inner {
  margin-right: -9px;
}
@media (min-width: 768px) {
  .additional__content-item .item__header-image-inner {
    margin: 0;
  }
}
.additional__content-item .item__description {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.additional__content-item .item__description-before {
  margin-top: 14px;
}
.additional__content-item .item__description-before .description-before {
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-direction: row;
  background-color: #ffffff;
}
@media (min-width: 376px) and (max-width: 816px) {
  .additional__content-item .item__description-before .description-before {
    justify-content: center;
  }
}
.additional__content-item .item__description-before .description-before__circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: transparent;
  display: inline-block;
  border: 1px solid #005634;
  padding: 6px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  flex-shrink: 0;
}
.additional__content-item .item__description-before .description-before__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.additional__content-item .item__description-before .description-before__text p {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
.additional__content-item .item__description-after .description-after {
  padding: 8px 19px 14px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  flex-direction: row;
  align-items: center;
  background-color: #005634;
}
@media (min-width: 376px) and (max-width: 816px) {
  .additional__content-item .item__description-after .description-after {
    justify-content: center;
  }
}
.additional__content-item .item__description-after .description-after__circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #ffffff;
  display: inline-block;
  padding: 6px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  flex-shrink: 0;
}
.additional__content-item .item__description-after .description-after__text p {
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
.additional__content-item .item__description-after .description-after__text p:first-of-type {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.additional__content-item .item__description-after .description-after__text p:last-of-type {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  color: #f0f721;
}
.additional__content-item .item__description-after .description-after__text p:last-of-type span {
  font-size: 28px;
  line-height: 48px;
}
.additional__content-item .item .triangle-clip {
  width: 64px;
  height: 24px;
  background: #005634;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  align-self: center;
}
.additional .product {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (min-width: 768px) {
  .additional .product {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .additional .product {
    gap: 15px;
  }
}
.additional .product__type {
  padding: 6px 16px;
  color: #ffffff;
  background-color: #005634;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .additional .product__type {
    text-align: center;
  }
}
.additional .product__maker {
  padding-top: 16px;
  display: flex;
  justify-content: center;
}
.additional .product__offer {
  margin-top: 22px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 4px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
}
.additional .product__price {
  padding-top: 12px;
  font-family: Noto Serif JP;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .additional .product__price {
    font-size: 36px;
    line-height: 36px;
  }
}
.additional .product__price-large {
  font-size: 40px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .additional .product__price-large {
    font-size: 64px;
    line-height: 64px;
  }
}
.additional .product__image {
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .additional .product__image img {
    width: 100%;
  }
}

.contact-form {
  padding: 64px 16px 68px;
}
@media (min-width: 768px) {
  .contact-form {
    padding-bottom: 80px;
  }
}
.contact-form__inner {
  width: 100%;
  max-width: 1136px;
  margin-left: auto;
  margin-right: auto;
}
.contact-form__header {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(90deg, #005634 0%, #009f91 100%);
  padding: 16px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .contact-form__header .br-sm {
    display: none;
  }
}
.contact-form__header-md {
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .contact-form__header-md {
    font-size: 32px;
    line-height: 56px;
  }
  .contact-form__header-md .newline-sm{
    display: none;
  }
}
.contact-form__header-sm {
  font-size: 16px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .contact-form__header-sm {
    font-size: 28px;
    line-height: 48px;
  }
}
.contact-form .snow-monkey-form {
  width: 100%;
  max-width: 752px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
}
@media (min-width: 768px) {
  .contact-form .snow-monkey-form {
    padding-top: 56px;
  }
}
.contact-form .snow-monkey-form .smf-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact-form .snow-monkey-form .smf-form .smf-item {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-form .snow-monkey-form .smf-form .smf-item--divider {
  padding: 0;
  display: none;
}
.contact-form .snow-monkey-form .smf-form .smf-item__col {
  padding: 0;
}
.contact-form .snow-monkey-form .smf-form .smf-item__label__text {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  font-family: "Noto Serif JP", serif;
}
.contact-form .snow-monkey-form .smf-form .smf-item__controls {
  font-family: "Noto Serif JP", serif;
}
.contact-form .snow-monkey-form .smf-form .required .smf-item__label__text {
  display: flex;
  gap: 24px;
  align-items: center;
}
.contact-form .snow-monkey-form .smf-form .required .smf-item__label__text::after {
  content: "必須";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  background-color: #005634;
  padding: 2px 8px;
  font-family: "Noto Serif JP", serif;
}
.contact-form .snow-monkey-form .smf-form .smf-item:last-of-type {
  gap: 4px;
}
.contact-form .snow-monkey-form .smf-form .smf-item:last-of-type .smf-item__col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-form .snow-monkey-form .smf-form .smf-item:last-of-type .smf-item__description {
  margin: 0;
}
.contact-form .snow-monkey-form .smf-form .smf-item:last-of-type .smf-item__description a {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  font-family: "Noto Serif JP", serif;
}
.contact-form .snow-monkey-form .smf-form .smf-item:last-of-type .smf-checkbox-control__label {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #121212;
}
.contact-form .snow-monkey-form .smf-action {
  margin: 0;
  margin-top: 48px;
}
.contact-form .snow-monkey-form .smf-action .smf-button-control__control {
  border-radius: 8px;
  padding: 16px 24px;
  background: #005634;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  border: 0;
  font-family: "Noto Serif JP", serif;
}
.contact-form .snow-monkey-form[data-screen=confirm] .smf-form .required .smf-item__label__text::after {
  content: "";
  background: transparent;
}
.contact-form .snow-monkey-form[data-screen=confirm] .smf-form .privacy-policy-field {
  display: none;
}
.contact-form .snow-monkey-form[data-screen=complete] .smf-complete-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: auto;
}
.contact-form .snow-monkey-form[data-screen=complete] .smf-complete-content h2 {
  font-size: 24px;
}
.contact-form .snow-monkey-form[data-screen=complete] .smf-complete-content .p-form__lead {
  font-size: 14px;
  margin-bottom: 32px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .contact-form .snow-monkey-form[data-screen=complete] .smf-complete-content .p-form__lead {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

.p-not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  padding: 32px;
  text-align: center;
  color: #333;
}
@media (min-width: 768px) {
  .p-not-found {
    min-height: 80vh;
  }
}
.p-not-found__title {
  font-size: 32px;
}
.p-not-found__title .en {
  font-size: 16px;
  font-weight: 400;
  display: block;
  color: #666;
}
@media (min-width: 768px) {
  .p-not-found__title .en {
    font-size: 20px;
  }
}
.p-not-found__title .ja {
  font-size: 28px;
  font-weight: 700;
  color: #111;
}
@media (min-width: 768px) {
  .p-not-found__title .ja {
    font-size: 48px;
  }
}
.p-not-found__body {
  max-width: 600px;
  margin-top: 24px;
}
.p-not-found__text {
  font-size: 16px;
  margin-bottom: 32px;
  line-height: 1.6;
  color: #555;
}
.p-not-found__button {
  display: inline-block;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 600;
  background-color: #00c8c8;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}
.p-not-found__button:hover {
  background-color: #006f6f;
}/*# sourceMappingURL=style.css.map */

/* サンクスページ改修（サンプル申込ボタンの非表示） */
.register-button.is-thanks { display: none; }

/* LINEのフローについて */
.line-flow{
 display: block;
 margin-top: 20px;
 font-family: "Noto Serif JP", serif;
}
.line-flow__step{
  background-color: #EBF4F1;
  padding: 0 16px 16px;
  margin-bottom: 20px;
}
.line-flow__step-ttl{
  color: #005634;
  border-bottom:1px solid #005634 ;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 8px 0;
  width: 100%;
  text-align: center;
}
.step-ttl_large{
  font-size: 24px;
  line-height: 24px;
  margin-left: 8px;
}
.line-flow__step-inner{
  margin-top: 12px;
}
.line-flow__step-inner a{
  color: #000000;
  text-decoration: underline;
  display: block;
  padding-top: 12px;
}
.step-inner__qr{
  display: none;
}
.step-inner__img{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 12px;
}
.step-inner__text .text-strong{
  font-weight: 600;
}
.step-inner__ttl{
  background-color: #005634;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 100px;
  text-align: center;
  padding: 2px 4px 4px;
  margin: 12px auto;
}
.step-inner__point{
  text-align: center;
  font-weight: 600;
}
.point-content{
  color: #DD2726;
  font-size: 24px;
  line-height: 48px;
  margin-top: 12px;
  padding-bottom: 8px;
  background-image: linear-gradient(90deg, #fbed96 0%, #abecd6 100%);
  background-repeat: no-repeat;
  background-size: 100% 8px;
  background-position: 0 100%;
  display: inline-block;
}
.point-content .text-large{
  font-size: 48px;
}
.point-free{
  color: #DD2726;
  margin-top: 8px;
  font-size: 24px;
}
@media (min-width: 768px) {
.step-inner__qr{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 12px;
}
}
@media (min-width: 840px) {
  .line-flow{
  display: flex;
}
.line-flow__step{
  margin: 20px 8px;
  flex: 1;
}
}