/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.debug {
  background-image: url("../images/debug_grid.png");
  background-position: left top;
  background-repeat: repeat;
}
@media (max-width: 768px) {
  .debug {
    background-image: url("../images/debug_grid_mobile.png");
    background-size: 24px 24px;
  }
}

.c-grid {
  display: grid;
  grid-template-columns: repeat(8, calc(calc((var(--vw) - (calc(128px * var(--sw)) * 2 + calc(48px * var(--sw)) * 7)) / 8) * 1 + calc(48px * var(--sw)) * 0));
  column-gap: calc(48px * var(--sw));
  position: fixed;
  top: 0;
  left: calc(128px * var(--sw));
  width: var(--vw);
  height: var(--vh);
  pointer-events: none;
  z-index: 100;
}
.c-grid > div {
  background-color: rgba(0, 0, 255, 0.2);
}
@media (max-width: 768px) {
  .c-grid {
    grid-template-columns: repeat(4, calc(calc((var(--vw) - (calc(24px * var(--sw)) * 2 + calc(24px * var(--sw)) * 3)) / 4) * 1 + calc(24px * var(--sw)) * 0));
    column-gap: calc(24px * var(--sw));
    left: calc(24px * var(--sw));
  }
  .c-grid > div:nth-child(n+5) {
    display: none;
  }
}

br + .c-typography--en {
  padding-left: 0;
}

.c-typography--en {
  padding: 0 0.25em;
}
.c-typography--en:first-of-type {
  padding-left: 0;
}
.c-typography--en:last-of-type {
  padding-right: 0;
}
.c-typography__headline1 {
  font-size: calc(48px * var(--sw));
  font-weight: 700;
  letter-spacing: 0;
  line-height: calc(64px * var(--sw));
}
.c-typography__headline1 .c-typography--en {
  font-size: calc(50px * var(--sw));
  font-weight: 600;
}
.c-typography__headline2 {
  font-size: calc(24px * var(--sw));
  font-weight: 700;
  letter-spacing: 0;
  line-height: calc(32px * var(--sw));
}
.c-typography__headline2 .c-typography--en {
  font-size: calc(26px * var(--sw));
  font-weight: 600;
}
.c-typography__subhead1 {
  font-size: calc(18px * var(--sw));
  font-weight: 700;
  letter-spacing: 0;
  line-height: calc(32px * var(--sw));
}
.c-typography__subhead1 .c-typography--en {
  font-size: calc(20px * var(--sw));
  font-weight: 600;
}
.c-typography__body1 {
  font-size: calc(16px * var(--sw));
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: calc(32px * var(--sw));
}
.c-typography__body1 .c-typography--en {
  font-size: calc(17px * var(--sw));
  font-weight: 400;
  letter-spacing: 0.025em;
}
.c-typography__body2 {
  font-size: calc(14px * var(--sw));
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: calc(28px * var(--sw));
}
.c-typography__body2 .c-typography--en {
  font-size: calc(15px * var(--sw));
  font-weight: 400;
  letter-spacing: 0.025em;
}
.c-typography__caption1 {
  font-size: calc(12px * var(--sw));
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: calc(24px * var(--sw));
}
.c-typography__caption1 .c-typography--en {
  font-size: calc(13px * var(--sw));
  font-weight: 400;
  letter-spacing: 0.025em;
}
.c-typography__caption2 {
  font-size: calc(12px * var(--sw));
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: calc(24px * var(--sw));
}
.c-typography__caption2 .c-typography--en {
  font-size: calc(13px * var(--sw));
  font-weight: 400;
  letter-spacing: 0.025em;
}

@media (max-width: 768px) {
  .c-typography__headline1 {
    font-size: calc(24px * var(--sw));
    font-weight: 700;
    letter-spacing: 0;
    line-height: calc(32px * var(--sw));
  }
  .c-typography__headline1 .c-typography--en {
    font-size: calc(26px * var(--sw));
    font-weight: 600;
  }
  .c-typography__headline2 {
    font-size: calc(16px * var(--sw));
    font-weight: 700;
    letter-spacing: 0;
    line-height: calc(24px * var(--sw));
  }
  .c-typography__headline2 .c-typography--en {
    font-size: calc(17px * var(--sw));
    font-weight: 600;
  }
  .c-typography__subhead1 {
    font-size: calc(14px * var(--sw));
    font-weight: 700;
    letter-spacing: 0;
    line-height: calc(24px * var(--sw));
  }
  .c-typography__subhead1 .c-typography--en {
    font-size: calc(15px * var(--sw));
    font-weight: 600;
  }
  .c-typography__body1 {
    font-size: calc(14px * var(--sw));
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: calc(24px * var(--sw));
  }
  .c-typography__body1 .c-typography--en {
    font-size: calc(15px * var(--sw));
    font-weight: 400;
    letter-spacing: 0.025em;
  }
  .c-typography__body2 {
    font-size: calc(12px * var(--sw));
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: calc(20px * var(--sw));
  }
  .c-typography__body2 .c-typography--en {
    font-size: calc(13px * var(--sw));
    font-weight: 400;
    letter-spacing: 0.025em;
  }
  .c-typography__caption1 {
    font-size: calc(11px * var(--sw));
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 16px;
  }
  .c-typography__caption1 .c-typography--en {
    font-size: calc(12px * var(--sw));
    font-weight: 400;
    letter-spacing: 0.025em;
  }
  .c-typography__caption2 {
    font-size: calc(9px * var(--sw));
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: calc(16px * var(--sw));
  }
  .c-typography__caption2 .c-typography--en {
    font-size: calc(9px * var(--sw));
    font-weight: 400;
    letter-spacing: 0.025em;
  }
  .c-typography__headline1--vw-small {
    font-size: calc(24px * var(--sw));
    font-weight: 700;
    letter-spacing: 0;
    line-height: calc(32px * var(--sw));
  }
  .c-typography__headline1--vw-small .c-typography--en {
    font-size: calc(26px * var(--sw));
    font-weight: 600;
  }
  .c-typography__headline2--vw-small {
    font-size: calc(16px * var(--sw));
    font-weight: 700;
    letter-spacing: 0;
    line-height: calc(24px * var(--sw));
  }
  .c-typography__headline2--vw-small .c-typography--en {
    font-size: calc(17px * var(--sw));
    font-weight: 600;
  }
  .c-typography__subhead1--vw-small {
    font-size: calc(14px * var(--sw));
    font-weight: 700;
    letter-spacing: 0;
    line-height: calc(24px * var(--sw));
  }
  .c-typography__subhead1--vw-small .c-typography--en {
    font-size: calc(15px * var(--sw));
    font-weight: 600;
  }
  .c-typography__body1--vw-small {
    font-size: calc(14px * var(--sw));
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: calc(24px * var(--sw));
  }
  .c-typography__body1--vw-small .c-typography--en {
    font-size: calc(15px * var(--sw));
    font-weight: 400;
    letter-spacing: 0.025em;
  }
  .c-typography__body2--vw-small {
    font-size: calc(12px * var(--sw));
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: calc(20px * var(--sw));
  }
  .c-typography__body2--vw-small .c-typography--en {
    font-size: calc(13px * var(--sw));
    font-weight: 400;
    letter-spacing: 0.025em;
  }
  .c-typography__caption1--vw-small {
    font-size: calc(11px * var(--sw));
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 16px;
  }
  .c-typography__caption1--vw-small .c-typography--en {
    font-size: calc(12px * var(--sw));
    font-weight: 400;
    letter-spacing: 0.025em;
  }
  .c-typography__caption2--vw-small {
    font-size: calc(9px * var(--sw));
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: calc(16px * var(--sw));
  }
  .c-typography__caption2--vw-small .c-typography--en {
    font-size: calc(9px * var(--sw));
    font-weight: 400;
    letter-spacing: 0.025em;
  }
}
.c-image--cover, .c-image--contain, .c-image {
  display: block;
  width: 100%;
  height: 100%;
}
.c-image--cover > img, .c-image--contain > img, .c-image > img {
  display: block;
  object-fit: contain;
  object-position: center center;
  width: 100%;
  height: 100%;
}

.c-image--contain > img {
  object-fit: contain;
}
.c-image--cover > img {
  object-fit: cover;
}
.c-svg--cover, .c-svg--contain, .c-svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.c-svg--contain {
  object-fit: contain;
}
.c-svg--cover {
  object-fit: cover;
}
.l-header {
  background-color: #ffffff;
  color: #006269;
  display: grid;
  grid-template-columns: repeat(2, max-content);
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: calc(160px * var(--sw));
  padding: 0 calc(128px * var(--sw));
}
.l-header::before {
  content: "";
  background-color: #eedc00;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(calc(calc((var(--vw) - (calc(128px * var(--sw)) * 2 + calc(48px * var(--sw)) * 7)) / 8) * 3 + calc(48px * var(--sw)) * 2) + 128px * var(--sw));
  height: calc(48px * var(--sw));
}
.l-header__title {
  aspect-ratio: 314/107;
  display: block;
  width: auto;
  height: calc(64px * var(--sw));
}
.l-header__tagline {
  display: flex;
  justify-content: space-between;
  letter-spacing: 0;
  position: relative;
  width: calc(calc((var(--vw) - (calc(128px * var(--sw)) * 2 + calc(48px * var(--sw)) * 7)) / 8) * 3 + calc(48px * var(--sw)) * 2);
  min-width: max-content;
  margin-bottom: calc(48px * var(--sw));
}
.l-header__tagline::before {
  content: "";
  background-color: #006269;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
}
.l-header__tagline__headline {
  background-color: #ffffff;
  position: relative;
  padding-right: calc(8px * var(--sw));
}
.l-header__tagline__subhead {
  background-color: #ffffff;
  position: relative;
  padding-left: calc(8px * var(--sw));
  margin-right: -0.5em;
}
@media (max-width: 768px) {
  .l-header {
    height: calc(80px * var(--sw));
    padding: 0 0 0 calc(24px * var(--sw));
  }
  .l-header::before {
    width: calc(calc(calc((var(--vw) - (calc(24px * var(--sw)) * 2 + calc(24px * var(--sw)) * 3)) / 4) * 2 + calc(24px * var(--sw)) * 1) + 24px * var(--sw) + 24px * var(--sw));
    height: calc(24px * var(--sw));
  }
  .l-header__title {
    height: calc(32px * var(--sw));
  }
  .l-header__tagline {
    flex-direction: column;
    row-gap: 4px;
    justify-content: normal;
    width: calc(calc(calc((var(--vw) - (calc(24px * var(--sw)) * 2 + calc(24px * var(--sw)) * 3)) / 4) * 2 + calc(24px * var(--sw)) * 1) + 24px * var(--sw) + 24px * var(--sw));
    min-width: auto;
    margin-bottom: 0;
  }
  .l-header__tagline::before {
    display: none;
  }
  .l-header__tagline__headline {
    background-color: transparent;
    display: flex;
    align-items: center;
    column-gap: 4px;
    letter-spacing: 0.025em;
    padding-right: 0;
  }
  .l-header__tagline__headline::after {
    content: "";
    background-color: #006269;
    width: 1em;
    height: 1px;
  }
  .l-header__tagline__subhead {
    background-color: transparent;
    letter-spacing: 0.05em;
    padding-left: 0;
    margin-right: 0;
  }
}

.l-main {
  width: 100%;
}
.l-footer {
  background-color: #004145;
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  row-gap: calc(124px * var(--sw));
  align-items: start;
  justify-content: space-between;
  width: 100%;
  padding: calc(80px * var(--sw)) calc(128px * var(--sw)) calc(76px * var(--sw));
}
.l-footer__head {
  grid-column: 1/2;
  grid-row: 1/2;
}
.l-footer__body {
  grid-column: 2/3;
  grid-row: 1/2;
}
.l-footer__foot {
  grid-column: 1/3;
  grid-row: 2/3;
}
.l-footer__title {
  aspect-ratio: 314/107;
  display: block;
  width: auto;
  height: calc(64px * var(--sw));
}
.l-footer__body-text {
  font-weight: 500;
  text-align: right;
  margin-top: calc(-8px * var(--sw));
  margin-right: -0.5em;
}
.l-footer__body-text > .c-typography--en {
  font-weight: 400;
}
.l-footer__navigation {
  display: flex;
  column-gap: 1em;
  align-items: center;
  width: max-content;
  padding-bottom: calc(8px * var(--sw));
}
@media (max-width: 768px) {
  .l-footer {
    align-items: end;
    row-gap: calc(90px * var(--sw));
    padding: calc(30px * var(--sw)) calc(24px * var(--sw)) calc(32px * var(--sw));
  }
  .l-footer__head {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .l-footer__body {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .l-footer__foot {
    grid-column: 2/3;
    grid-row: 2/3;
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-bottom: -4px;
  }
  .l-footer__title {
    height: calc(36px * var(--sw));
  }
  .l-footer__body-text {
    text-align: left;
    margin-top: 0;
    margin-right: 0;
  }
  .l-footer__navigation {
    padding-bottom: 0;
  }
}

#index .p-cover {
  display: grid;
  grid-template-columns: minmax(0, 1fr) calc(calc(calc((var(--vw) - (calc(128px * var(--sw)) * 2 + calc(48px * var(--sw)) * 7)) / 8) * 3 + calc(48px * var(--sw)) * 2) + 128px * var(--sw));
  width: 100%;
  padding-left: calc(128px * var(--sw));
}
#index .p-cover__head {
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
  width: 100%;
  padding-bottom: calc(32px * var(--sw));
}
#index .p-cover__head::after {
  content: "";
  background-color: #eedc00;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(calc(calc((var(--vw) - (calc(128px * var(--sw)) * 2 + calc(48px * var(--sw)) * 7)) / 8) * 1 + calc(48px * var(--sw)) * 0) + 96px * var(--sw));
  height: calc(48px * var(--sw));
}
#index .p-cover__body {
  grid-column: 2/3;
  grid-row: 1/3;
  width: 100%;
  height: calc(var(--vh) - 160px * var(--sw));
}
#index .p-cover__foot {
  grid-column: 1/2;
  grid-row: 2/3;
  align-self: end;
  position: relative;
  width: 100%;
}
#index .p-cover__foot::after {
  content: "";
  background-color: #eedc00;
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(-128px * var(--sw));
  width: calc(48px * var(--sw));
  height: calc(336px * var(--sw));
}
#index .p-cover__title {
  display: grid;
  grid-template-columns: 100%;
  row-gap: calc(12px * var(--sw));
  width: 100%;
  padding-top: calc(44px * var(--sw));
}
#index .p-cover__title__headline {
  padding-bottom: calc(12px * var(--sw));
}
#index .p-cover__title__image {
  aspect-ratio: 299/177;
  display: block;
  width: calc(299px * var(--sw));
}
#index .p-cover__speaker {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: minmax(0, 1fr) max-content;
  width: 100%;
  height: 100%;
}
#index .p-cover__speaker__image {
  width: 100%;
}
#index .p-cover__speaker__image img {
  object-position: top center;
}
#index .p-cover__speaker__body {
  display: grid;
  grid-template-columns: calc(calc(calc((var(--vw) - (calc(128px * var(--sw)) * 2 + calc(48px * var(--sw)) * 7)) / 8) * 1 + calc(48px * var(--sw)) * 0) + 48px * var(--sw)) minmax(0, 1fr);
  width: 100%;
}
#index .p-cover__speaker__headline {
  grid-column: 1/2;
  grid-row: 1/2;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eedc00;
  color: #006269;
  text-align: center;
  width: 100%;
  height: calc(112px * var(--sw));
}
#index .p-cover__speaker__profile {
  grid-column: 2/3;
  grid-row: 1/2;
  display: flex;
  row-gap: calc(4px * var(--sw));
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: calc(112px * var(--sw));
  padding: 0 calc(32px * var(--sw));
}
#index .p-cover__speaker__name {
  width: 100%;
}
#index .p-cover__speaker__body-text {
  grid-column: 2/3;
  grid-row: 2/3;
  background-color: #ffffff;
  color: #006269;
  display: flex;
  align-items: center;
  width: 100%;
  height: calc(48px * var(--sw));
  padding-left: calc(32px * var(--sw));
}
#index .p-cover__subscribe {
  width: 100%;
  padding-bottom: calc(76px * var(--sw));
}
#index .p-cover__subscribe__headline {
  color: #eedc00;
  padding-bottom: calc(2px * var(--sw));
}
#index .p-cover__subscribe__body-text {
  font-feature-settings: normal;
  letter-spacing: 0;
  text-align: justify;
  width: calc(calc((var(--vw) - (calc(128px * var(--sw)) * 2 + calc(48px * var(--sw)) * 7)) / 8) * 4 + calc(48px * var(--sw)) * 3);
  padding-bottom: calc(26px * var(--sw));
}
#index .p-cover__subscribe__mail {
  display: flex;
  align-items: center;
  column-gap: calc(16px * var(--sw));
  width: max-content;
  padding-bottom: calc(12px * var(--sw));
}
#index .p-cover__subscribe__privacy-policy a {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #ffffff;
  text-underline-offset: 4px;
}
#index .p-cover__subscribe__privacy-policy a:hover {
  text-decoration: none;
}
#index .p-cover__form__text {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  color: #575757;
  font-size: inherit;
  font-family: -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  letter-spacing: inherit;
  line-height: inherit;
  width: calc(calc((var(--vw) - (calc(128px * var(--sw)) * 2 + calc(48px * var(--sw)) * 7)) / 8) * 3 + calc(48px * var(--sw)) * 2);
  height: calc(48px * var(--sw));
  padding: 0 calc(16px * var(--sw));
  -webkit-appearance: none;
  appearance: none;
}
#index .p-cover__form__text::placeholder {
  color: #ababab;
  font-size: calc(14px * var(--sw));
}
#index .p-cover__form__checkbox {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  display: flex;
  column-gap: calc(8px * var(--sw));
  align-items: center;
  width: max-content;
  cursor: pointer;
}
#index .p-cover__form__checkbox input[type=checkbox] {
  background-color: #ffffff;
  border: none;
  border: solid 1px #ffffff;
  border-radius: 0;
  color: inherit;
  display: block;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  width: calc(16px * var(--sw));
  height: calc(16px * var(--sw));
  margin: 0;
  padding: 0;
  cursor: pointer;
}
#index .p-cover__form__submit {
  background-color: #004145;
  border: none;
  border-radius: calc(24px * var(--sw));
  color: #ffffff;
  cursor: pointer;
  outline: none;
  display: flex;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  align-items: center;
  justify-content: center;
  width: calc(80px * var(--sw));
  height: calc(48px * var(--sw));
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
}
#index .p-cover__form__submit:disabled {
  opacity: 0.67;
  cursor: not-allowed !important;
}
@media (max-width: 768px) {
  #index .p-cover {
    grid-template-columns: 100%;
    padding-left: 0;
  }
  #index .p-cover__head {
    grid-column: auto;
    grid-row: auto;
    padding-bottom: 0;
  }
  #index .p-cover__head::after {
    right: auto;
    left: calc(24px * var(--sw));
    width: calc(calc((var(--vw) - (calc(24px * var(--sw)) * 2 + calc(24px * var(--sw)) * 3)) / 4) * 2 + calc(24px * var(--sw)) * 1);
    height: calc(24px * var(--sw));
  }
  #index .p-cover__body {
    grid-column: auto;
    grid-row: auto;
    height: auto;
  }
  #index .p-cover__foot {
    grid-column: auto;
    grid-row: auto;
    align-self: normal;
    width: 100%;
  }
  #index .p-cover__foot::after {
    display: none;
  }
  #index .p-cover__title {
    row-gap: calc(4px * var(--sw));
    width: 100%;
    padding-top: calc(44px * var(--sw));
    padding-left: calc(24px * var(--sw));
    padding-bottom: calc(19px * var(--sw));
  }
  #index .p-cover__title__headline {
    padding-bottom: calc(12px * var(--sw));
  }
  #index .p-cover__title__image {
    width: calc(149px * var(--sw));
  }
  #index .p-cover__speaker {
    height: auto;
  }
  #index .p-cover__speaker__image {
    height: calc(var(--vw) - 108px * var(--sw));
  }
  #index .p-cover__speaker__image img {
    object-position: top center;
  }
  #index .p-cover__speaker__body {
    grid-template-columns: calc(calc(calc((var(--vw) - (calc(24px * var(--sw)) * 2 + calc(24px * var(--sw)) * 3)) / 4) * 1 + calc(24px * var(--sw)) * 0) + 24px) minmax(0, 1fr);
  }
  #index .p-cover__speaker__headline {
    height: calc(72px * var(--sw));
  }
  #index .p-cover__speaker__profile {
    row-gap: calc(2px * var(--sw));
    height: calc(72px * var(--sw));
    padding: 0 calc(24px * var(--sw));
  }
  #index .p-cover__speaker__body-text {
    height: calc(36px * var(--sw));
    padding-left: calc(24px * var(--sw));
  }
  #index .p-cover__subscribe {
    padding: calc(32px * var(--sw)) calc(24px * var(--sw)) 0;
  }
  #index .p-cover__subscribe__headline {
    padding-bottom: calc(10px * var(--sw));
  }
  #index .p-cover__subscribe__body-text {
    width: 100%;
    padding-bottom: calc(30px * var(--sw));
  }
  #index .p-cover__subscribe__mail {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    column-gap: calc(12px * var(--sw));
    width: 100%;
    padding-bottom: calc(16px * var(--sw));
  }
  #index .p-cover__form__text {
    font-size: 16px;
    width: 100%;
    height: calc(36px * var(--sw));
    padding: 0 calc(12px * var(--sw));
  }
  #index .p-cover__form__text::placeholder {
    font-size: 12px;
  }
  #index .p-cover__form__submit {
    border-radius: calc(18px * var(--sw));
    width: calc(60px * var(--sw));
    height: calc(36px * var(--sw));
  }
}

#index .p-body {
  display: grid;
  grid-template-columns: calc(calc((var(--vw) - (calc(128px * var(--sw)) * 2 + calc(48px * var(--sw)) * 7)) / 8) * 3 + calc(48px * var(--sw)) * 2) minmax(0, 1fr);
  column-gap: calc(48px * var(--sw));
  align-items: start;
  position: relative;
  width: 100%;
  padding: calc(80px * var(--sw)) calc(128px * var(--sw)) calc(128px * var(--sw));
}
#index .p-body::before {
  content: "";
  background-color: #eedc00;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(calc(calc((var(--vw) - (calc(128px * var(--sw)) * 2 + calc(48px * var(--sw)) * 7)) / 8) * 1 + calc(48px * var(--sw)) * 0) + 128px * var(--sw));
  height: calc(48px * var(--sw));
}
#index .p-body::after {
  content: "";
  background-color: #eedc00;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(48px * var(--sw));
  height: calc(256px * var(--sw));
}
@media (max-width: 768px) {
  #index .p-body {
    grid-template-columns: 100%;
    column-gap: normal;
    align-items: normal;
    padding: calc(60px * var(--sw)) calc(24px * var(--sw));
  }
  #index .p-body::before {
    display: none;
  }
  #index .p-body::after {
    content: "";
    background-color: #eedc00;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(calc(calc((var(--vw) - (calc(24px * var(--sw)) * 2 + calc(24px * var(--sw)) * 3)) / 4) * 1 + calc(24px * var(--sw)) * 0) + 24px * var(--sw) + 24px * var(--sw));
    height: calc(24px * var(--sw));
  }
}

#index .p-statement {
  position: relative;
  width: 100%;
  padding-top: calc(40px * var(--sw));
}
#index .p-statement::before {
  content: "";
  background-color: #ffffff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#index .p-statement__body-text {
  font-feature-settings: normal;
  letter-spacing: 0;
  text-align: justify;
}
@media (max-width: 768px) {
  #index .p-statement {
    padding-top: calc(30px * var(--sw));
    padding-bottom: calc(54px * var(--sw));
  }
}

#index .p-overview {
  position: relative;
  width: 100%;
  padding-top: calc(40px * var(--sw));
}
#index .p-overview::before {
  content: "";
  background-color: #ffffff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#index .p-overview__headline {
  padding-bottom: calc(40px * var(--sw));
}
#index .p-overview__list {
  position: relative;
  width: 100%;
  padding-bottom: calc(80px * var(--sw));
}
#index .p-overview__list::before {
  content: "";
  background-color: #ffffff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#index .p-overview__item {
  display: grid;
  grid-template-columns: calc(calc((var(--vw) - (calc(128px * var(--sw)) * 2 + calc(48px * var(--sw)) * 7)) / 8) * 1 + calc(48px * var(--sw)) * 0) minmax(0, 1fr);
  column-gap: calc(48px * var(--sw));
  position: relative;
  width: 100%;
}
#index .p-overview__item::before {
  content: "";
  background-color: #ffffff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#index .p-overview__item > dt, #index .p-overview__item > dd {
  width: 100%;
  padding: calc(10px * var(--sw)) 0;
}
#index .p-overview__subscribe {
  background-color: #ffffff;
  width: 100%;
  padding: calc(40px * var(--sw)) calc(calc((var(--vw) - (calc(128px * var(--sw)) * 2 + calc(48px * var(--sw)) * 7)) / 8) * 1 + calc(48px * var(--sw)) * 0) calc(40px * var(--sw));
}
#index .p-overview__subscribe__headline {
  color: #006269;
  padding-bottom: calc(2px * var(--sw));
}
#index .p-overview__subscribe__body-text {
  color: #575757;
  font-feature-settings: normal;
  letter-spacing: 0;
  text-align: justify;
  width: 100%;
  padding-bottom: calc(26px * var(--sw));
}
#index .p-overview__subscribe__mail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  align-items: center;
  column-gap: calc(16px * var(--sw));
  width: 100%;
  padding-bottom: calc(12px * var(--sw));
}
#index .p-overview__subscribe__privacy-policy {
  color: #575757;
}
#index .p-overview__subscribe__privacy-policy a {
  color: #575757;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #575757;
  text-underline-offset: 4px;
}
#index .p-overview__subscribe__privacy-policy a:hover {
  text-decoration: none;
}
#index .p-overview__form__text {
  background-color: #ffffff;
  border: none;
  border: solid 1px #ababab;
  border-radius: 0;
  color: #575757;
  font-size: inherit;
  font-family: -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  letter-spacing: inherit;
  line-height: inherit;
  width: 100%;
  height: calc(48px * var(--sw));
  padding: 0 calc(16px * var(--sw));
  -webkit-appearance: none;
  appearance: none;
}
#index .p-overview__form__text::placeholder {
  color: #ababab;
  font-size: calc(14px * var(--sw));
}
#index .p-overview__form__checkbox {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  display: flex;
  column-gap: calc(8px * var(--sw));
  align-items: center;
  width: max-content;
  cursor: pointer;
}
#index .p-overview__form__checkbox input[type=checkbox] {
  background-color: #ffffff;
  border: none;
  border: solid 1px #ababab;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  width: calc(16px * var(--sw));
  height: calc(16px * var(--sw));
  margin: 0;
  padding: 0;
}
#index .p-overview__form__submit {
  background-color: #006269;
  border: none;
  border-radius: calc(24px * var(--sw));
  color: #ffffff;
  cursor: pointer;
  outline: none;
  display: flex;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  align-items: center;
  justify-content: center;
  width: calc(80px * var(--sw));
  height: calc(48px * var(--sw));
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
}
#index .p-overview__form__submit:disabled {
  opacity: 0.67;
  cursor: not-allowed !important;
}
@media (max-width: 768px) {
  #index .p-overview {
    padding-top: calc(18px * var(--sw));
  }
  #index .p-overview__headline {
    padding-bottom: calc(18px * var(--sw));
  }
  #index .p-overview__list {
    padding-bottom: calc(60px * var(--sw));
  }
  #index .p-overview__item {
    grid-template-columns: calc(calc((var(--vw) - (calc(24px * var(--sw)) * 2 + calc(24px * var(--sw)) * 3)) / 4) * 1 + calc(24px * var(--sw)) * 0) minmax(0, 1fr);
    column-gap: calc(24px * var(--sw));
  }
  #index .p-overview__item > dt, #index .p-overview__item > dd {
    padding: calc(8px * var(--sw)) 0;
  }
  #index .p-overview__subscribe {
    position: relative;
    padding: calc(32px * var(--sw)) calc(24px * var(--sw)) calc(36px * var(--sw));
  }
  #index .p-overview__subscribe::before {
    content: "";
    background-color: #eedc00;
    display: block;
    position: absolute;
    top: calc(-24px * var(--sw));
    left: 0;
    width: calc(calc(calc((var(--vw) - (calc(24px * var(--sw)) * 2 + calc(24px * var(--sw)) * 3)) / 4) * 1 + calc(24px * var(--sw)) * 0) + 24px * var(--sw));
    height: calc(24px * var(--sw));
  }
  #index .p-overview__subscribe::after {
    content: "";
    background-color: #eedc00;
    display: block;
    position: absolute;
    top: 0;
    left: calc(-24px * var(--sw));
    width: calc(24px * var(--sw));
    height: calc(156px * var(--sw));
  }
  #index .p-overview__subscribe__headline {
    padding-bottom: calc(10px * var(--sw));
  }
  #index .p-overview__subscribe__body-text {
    padding-bottom: calc(30px * var(--sw));
  }
  #index .p-overview__subscribe__mail {
    column-gap: calc(12px * var(--sw));
    padding-bottom: calc(16px * var(--sw));
  }
  #index .p-overview__subscribe__privacy-policy {
    color: #575757;
  }
  #index .p-overview__form__text {
    font-size: 16px;
    height: calc(36px * var(--sw));
    padding: 0 calc(12px * var(--sw));
  }
  #index .p-overview__form__text::placeholder {
    font-size: 12px;
  }
  #index .p-overview__form__submit {
    border-radius: calc(18px * var(--sw));
    width: calc(60px * var(--sw));
    height: calc(36px * var(--sw));
  }
}

#index .sib-form {
  background-attachment: scroll;
  font-size: inherit !important;
  font-family: inherit !important;
  padding: 0 !important;
}
#index .sib-form .entry__field {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
}
#index .sib-form .entry__choice {
  padding-left: 0 !important;
  text-indent: 0 !important;
}
#index .sib-form .input_replaced {
  opacity: 1 !important;
  position: static !important;
  z-index: auto !important;
}
#index .sib-form .entry__error {
  background-color: #eedc00;
  color: #006269;
  font-size: calc(14px * var(--sw));
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: calc(28px * var(--sw));
}
#index .sib-form .entry__error .c-typography--en {
  font-size: calc(15px * var(--sw));
  font-weight: 400;
  letter-spacing: 0.025em;
}
#index .sib-form .clickable__icon {
  display: none;
}
#index .sib-form-container {
  padding: 0 !important;
}
#index .sib-form-message-panel {
  border: solid 1px #eedc00 !important;
  color: #eedc00 !important;
  width: max-content;
  max-width: 100%;
  margin: calc(16px * var(--sw)) 0 0 !important;
  padding: calc(9px * var(--sw)) calc(12px * var(--sw)) calc(9px * var(--sw)) calc(16px * var(--sw));
  font-size: calc(14px * var(--sw));
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: calc(28px * var(--sw));
}
#index .sib-form-message-panel .c-typography--en {
  font-size: calc(15px * var(--sw));
  font-weight: 400;
  letter-spacing: 0.025em;
}
#index .sib-form-message-panel__text {
  align-items: flex-start;
  column-gap: calc(8px * var(--sw));
  padding: 0 !important;
}
#index .sib-form-message-panel__text .sib-notification__icon {
  height: calc(24px * var(--sw));
  width: calc(24px * var(--sw));
  margin: calc(2px * var(--sw)) 0 !important;
}
#index .sib-container {
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
}
#index .sib-container--large {
  width: 100% !important;
  max-width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
#index .sib-container--large .checkbox {
  border-radius: 0 !important;
}
#index .sib-form-block {
  padding: 0 !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
  outline: none;
}
#index .sib-form-block__button-with-loader {
  min-height: auto;
  line-height: inherit;
}
#index .entry__choice {
  margin-bottom: 0 !important;
  font-family: inherit !important;
}
#index .entry__error {
  background: transparent;
  width: max-content;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: calc(4px * var(--sw)) calc(8px * var(--sw));
}
#index .entry__label {
  margin-bottom: 0 !important;
  font-weight: inherit !important;
}
#index .entry__label::after {
  font-size: inherit;
  color: #eedc00;
  padding-left: 0.5em;
}
#index #sib-container {
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
}
#index #sib-form .entry__choice label {
  display: flex;
}
#index #sib-form-bottom .entry__label::after {
  color: #006269;
}
#index #error-message-bottom, #index #success-message-bottom {
  border: solid 1px #006269 !important;
  color: #006269 !important;
}
:root {
  --vw: 100vw;
  --vh: 100vh;
}

html, body {
  background-color: #006269;
  color: #ffffff;
  font-family: "Public Sans", "Noto Sans JP", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  font-weight: 500;
  font-feature-settings: "palt", "liga";
  font-optical-sizing: auto;
  text-size-adjust: 100%;
  line-break: strict;
  overflow-wrap: anywhere;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}
*::before {
  box-sizing: border-box;
}
*::after {
  box-sizing: border-box;
}

@media (max-width: 768px) {
  body {
    min-height: 100vh;
  }
}

a {
  color: #ffffff;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

@media (min-width: 767px) {
  .is-hidden--vw-large {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .is-hidden--vw-small {
    display: none !important;
  }
}