:root {
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.body {
  color: #fff;
  background-color: #fff;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  overflow: visible;
}

.section {
  position: relative;
}

.section.footer {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.client-logo-header {
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  transition: all .25s;
}

.client-logo-header:hover {
  transform: scale(.95);
}

.client-logo-header.mobile {
  display: none;
}

.paragraph-15px-center {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  line-height: 1.5;
}

.navigation-link {
  text-align: center;
  background-color: #0000;
  font-size: 15px;
  text-decoration: none;
  position: relative;
}

.navigation-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto auto auto auto auto auto;
  grid-auto-columns: auto;
  justify-content: end;
  justify-items: center;
  display: grid;
}

.navigation-grid._5-iterms {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto auto auto auto auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: row;
  justify-content: center;
  align-items: stretch;
  margin-top: -6px;
  display: grid;
}

.navigation-label {
  color: #fff;
  white-space: nowrap;
  padding: 10px 8px 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1;
}

.heading-height-92px {
  height: 96.7px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-23px-center {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.5;
}

.video {
  border: 0 #181313;
  border-radius: 0;
  display: block;
}

.video-block {
  grid-row-gap: 18px;
  border: 14px solid #dbecfa;
  border-radius: 10px;
  flex-direction: column;
  width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.video-block.contents {
  border-width: 0;
  border-radius: 0;
}

.cta-link {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 254px;
  height: 83px;
  font-size: 25px;
  line-height: 25px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cta-link.fore.radus_box-shadows {
  opacity: 1;
  background-image: none;
  border-radius: 0;
  flex-flow: column;
  width: 30%;
  height: auto;
  transition: all .35s;
  position: relative;
}

.cta-link.fore.radus_box-shadows:hover {
  transform: translate(0, 6px);
}

.light-linkbox {
  border: 0 #000;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.heading-7 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 23px;
  font-weight: 400;
  display: block;
}

.heading-image-4 {
  width: 815px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-image-4.mobile {
  display: none;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  line-height: 23px;
}

.heading-image-7 {
  width: 727px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
}

.client-logo-footer {
  width: 100%;
  max-width: none;
  height: auto;
  transition: all .25s;
}

.client-logo-footer:hover {
  transform: scale(.95);
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 50% 0% auto;
  transform: translate(0, -50%);
}

.background-color-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  overflow: clip;
}

.toggle {
  cursor: pointer;
  position: relative;
}

.expand-button-link {
  clear: both;
  opacity: 1;
  text-align: center;
  border: 0 solid #fff;
  border-radius: 0;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 8px 7px;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  transition: all .1s;
  display: block;
  position: relative;
  overflow: hidden;
}

.expand-button-link:hover {
  -webkit-text-stroke-color: #000;
  overflow: hidden;
}

.lightbox-background {
  z-index: 901;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.lightbox-background.show {
  opacity: 1;
  color: #fff;
  display: block;
}

.lightbox-popup {
  background-color: #f2eeea;
  width: 510px;
  height: 100vh;
  margin: 0 0 0 auto;
  padding: 45px;
  overflow: scroll;
}

.telop-grid {
  grid-column-gap: 8px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .25fr;
  margin-top: 50px;
  margin-bottom: 50px;
  display: block;
}

.telop-grid._1-column {
  grid-column-gap: 21px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: block;
}

.close-button-area {
  height: 61px;
  position: relative;
}

.dialog-close-image {
  width: 25px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%);
}

.dialog-paragraph {
  color: #333;
  overflow-wrap: anywhere;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  line-height: 2;
  display: block;
}

.dialog-paragraph.ex {
  text-align: left;
  border: 0 solid #000;
  padding-left: 30px;
}

.dialog-paragraph.ex.line {
  border-width: 1px;
  border-color: #333;
}

.dialog-paragraph.voice {
  text-align: center;
  font-size: 17px;
  font-weight: 600;
}

.background-image-wrapper {
  width: 100%;
  height: 235vw;
  overflow: clip;
}

.background-image-wrapper.curtain_1 {
  background-image: url('../images/background-image1_1.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: auto;
  margin-top: 0%;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  overflow: clip;
}

.background-image-wrapper.curtain_2 {
  background-image: url('../images/background-image2_1.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.background-image-wrapper.curtain_3 {
  background-image: url('../images/background-image3_1.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.annotation {
  opacity: 1;
  color: #f06060;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.background-image {
  display: inline-block;
  position: absolute;
  top: -112px;
}

.payment-button-link {
  color: #85690c;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: block;
  position: relative;
  box-shadow: 1px 1px 3px #000000a6;
}

.home-link {
  text-align: center;
}

.home-link.sp {
  display: none;
}

.home-link.header {
  width: 270px;
}

.home-link.footer {
  width: 430px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.flex-block {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.flex-block.pc {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #027bea;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 640px;
  max-width: none;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.flex-block.mobaile {
  display: none;
}

.flex-vertical {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.flex-vertical.black {
  color: #fff;
  background-color: #000;
  width: 420px;
  text-decoration: none;
  position: relative;
}

.flex-vertical.payment-plan-link {
  color: #fff;
  flex: 1;
  text-decoration: none;
}

.text-block {
  color: #fff;
  text-transform: none;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 400;
  display: flex;
}

.background-black-navi {
  height: 90px;
  position: relative;
}

.lightbox-link-2 {
  background-color: #000;
  border: 2px solid #000;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.heading-height-92px-2, .heading-height-92px-3, .heading-height-92px-4 {
  height: 86px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-21px-center {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0 auto;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
}

.heading-height-92px-5 {
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-highlight {
  width: 526.23px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-highlight.pc {
  width: 62%;
  min-width: auto;
  max-width: none;
  padding-top: 0;
  padding-bottom: 20px;
}

.heading-highlight.sp {
  display: none;
}

.heading-voice {
  width: 661.1px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-voice.pc {
  width: 66%;
  min-width: auto;
  max-width: none;
  margin-top: 60px;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.footer-section {
  height: auto;
}

.footer-section.pc {
  background-image: url('../images/footer-image_1.webp');
  background-size: cover;
}

.footer-section.sp {
  display: none;
}

.telop-title {
  color: #f06060;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.heading-terop {
  color: #f06060;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}

.hero-background-image-wrap {
  width: 100%;
  height: 235vw;
  overflow: clip;
}

.hero-background-image-wrap.hero-pc {
  z-index: 300;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 60vw;
  margin-top: -90px;
  display: block;
  position: relative;
  top: 0;
  overflow: visible;
}

.hero-background-image-wrap.hero-sp {
  z-index: auto;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  display: none;
  position: relative;
  overflow: visible;
}

.custom-styles {
  display: none;
}

.hero-sub-section {
  z-index: 300;
  justify-content: center;
  align-items: center;
  width: 200%;
  height: auto;
  display: flex;
  position: relative;
}

.hero-sub-section.sub {
  display: none;
}

.hero-box {
  z-index: 0;
  opacity: 1;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
}

.hero-sub-box {
  z-index: 10;
  width: 25%;
  position: relative;
  overflow: visible;
}

.hero-sub-images {
  z-index: 10;
  width: 100%;
  max-width: none;
  position: relative;
}

.hero-text-box {
  z-index: 0;
  opacity: 1;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: flex;
  position: relative;
  top: auto;
  overflow: visible;
}

.hero-text-box.right {
  z-index: 10;
  justify-content: center;
  align-items: center;
  margin-top: 176px;
  margin-right: 0%;
  padding-top: 0;
  top: -3%;
  left: auto;
  right: 5.3%;
}

.section-highlight {
  position: relative;
}

.section-highlight._1 {
  justify-content: space-between;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 80px;
}

.container-phc {
  max-width: 720px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
  left: 0;
}

.container-phc.movie {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  display: block;
}

.container-phc.block {
  max-width: 720px;
}

.container-phc.special {
  flex-flow: column;
  display: flex;
}

.section-subjectivity {
  position: relative;
}

.section-subjectivity.divider {
  height: 120px;
  overflow: hidden;
}

.section-special {
  position: relative;
}

.section-special._2 {
  padding-top: 230px;
  padding-bottom: 0;
}

.section-special._2.pc {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 80px;
  display: block;
}

.section-contents {
  position: relative;
}

.section-contents._3 {
  padding-top: 120px;
  padding-bottom: 80px;
}

.fotter-section {
  position: relative;
}

.fotter-section.grd {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 45px;
  padding-bottom: 30px;
  display: flex;
}

.bold-text {
  font-size: 20px;
}

.cta-wrapper {
  width: auto;
  height: auto;
  display: block;
  position: relative;
}

.cta-wrapper._1 {
  width: 910px;
  margin-bottom: 30px;
}

.container {
  max-width: 720px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
  left: 0;
}

.container.cta {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.cta-bottom {
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.cta-bottom._1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 910px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  display: flex;
}

.cta-image {
  opacity: 1;
  width: 100%;
  min-width: auto;
  max-width: none;
  display: block;
}

.cta-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: static;
  inset: 0%;
}

.woman-image {
  z-index: 0;
  width: 39vw;
  max-width: none;
  margin-top: 0%;
  position: relative;
  top: auto;
  left: 3vw;
}

.top-categories-button {
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0%;
  padding-left: 0;
  padding-right: 0;
}

.button-block-top {
  border: 1px #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.button-block-bottom {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.heading-macrophage {
  width: 526.23px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-macrophage.pc {
  width: 90%;
  min-width: auto;
  max-width: none;
  padding-top: 0;
  padding-bottom: 20px;
}

.heading-macrophage.sp {
  display: none;
}

.heading-macrophage-voice {
  width: 661.1px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-macrophage-voice.pc {
  width: 100%;
  min-width: auto;
  max-width: none;
  margin-top: 60px;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.heading-macrophage-voice.sp {
  display: none;
}

.heading-nmn {
  width: 661.1px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-nmn.pc {
  width: 62%;
  min-width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.heading-nmn.sp {
  display: none;
}

.heading-cell.pc {
  width: 62%;
  max-width: none;
  margin: 20px auto 28px;
  display: block;
}

.hero-text-block {
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  margin-top: 0%;
  margin-right: -3%;
  display: flex;
  position: relative;
}

.top-text-2 {
  width: 24%;
  max-width: none;
  margin-right: 4%;
}

.top-text-1 {
  width: 18%;
  max-width: none;
  margin-left: 3%;
  margin-right: 0%;
}

.top-text {
  width: 13%;
  max-width: none;
  margin-top: -4%;
  margin-left: 6%;
}

.hero-button-block {
  width: 94%;
  margin-top: 5%;
  margin-left: 0%;
  margin-right: 0%;
}

.empty {
  height: 100px;
}

.link-block {
  justify-content: center;
  align-items: center;
  width: 47%;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  position: relative;
}

.link-block:hover {
  transform: scale(1.06);
}

.navigation-link-2 {
  color: #96323a;
  text-align: center;
  background-color: #0000;
  height: auto;
  margin-left: .5vw;
  margin-right: .5vw;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.1vw;
  text-decoration: none;
  position: relative;
}

.home-link-2 {
  width: auto;
  height: auto;
}

.nav-menu-list {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-list.mobaile {
  display: none;
}

.navigation-menu-wrapper {
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: auto;
  text-decoration: none;
  display: block;
}

.logo-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 0 0 10px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: static;
}

.navbar-logo-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-container.shadow-three {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.header-section {
  z-index: 900;
  background-color: #0783e8cc;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 90px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
}

.home-link-3 {
  width: auto;
  height: auto;
}

.logo-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 0;
  display: flex;
}

.image-2, .image-3 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.banner-link {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 82%;
  margin-top: 20px;
  transition: all .35s;
  display: block;
}

.banner-link:hover {
  transform: translate(0, 6px);
}

.banner-image {
  width: 100%;
  max-width: none;
}

.cta-text {
  color: #fff0;
  position: absolute;
}

.link-text {
  color: #fff0;
  text-align: left;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  text-decoration: none;
  display: block;
  position: absolute;
}

.bold {
  font-weight: 600;
}

@media screen and (min-width: 1280px) {
  .section.footer {
    padding-top: 7.9%;
    padding-bottom: 3.6%;
  }

  .client-logo-header {
    height: auto;
  }

  .navigation-label {
    font-size: 13px;
    font-weight: 400;
  }

  .video {
    border-width: 2px;
  }

  .video-block {
    width: 641px;
  }

  .video-block.contents {
    width: 640px;
  }

  .cta-link {
    width: 277px;
    height: 91px;
  }

  .light-linkbox {
    border: 0 #000;
  }

  .heading-7 {
    font-size: 24px;
    line-height: 32px;
  }

  .client-logo-footer {
    font-size: 15px;
  }

  .expand-button-link {
    background-color: #407da700;
    padding-left: 7px;
  }

  .lightbox-popup {
    width: 640px;
    padding: 62px;
  }

  .telop-grid {
    grid-column-gap: 49px;
    grid-template-columns: 93px 1fr;
  }

  .telop-grid._1-column {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .dialog-close-image {
    width: 32px;
    height: 32px;
  }

  .dialog-paragraph {
    padding-left: 50px;
    padding-right: 0;
    font-size: 16px;
    line-height: 2;
  }

  .dialog-paragraph.ex {
    padding-left: 80px;
  }

  .dialog-paragraph.voice {
    padding-left: 0;
    font-size: 17px;
  }

  .background-image-wrapper.curtain_2 {
    padding-bottom: 0%;
  }

  .annotation {
    font-size: 14px;
  }

  .home-link.header {
    width: 280px;
  }

  .home-link.footer {
    width: 440px;
  }

  .flex-block.pc {
    background-color: #027bea;
    max-width: none;
    margin-top: 0%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 14px;
  }

  .background-black-navi {
    height: 92px;
  }

  .heading-highlight.pc {
    width: 62%;
    min-width: auto;
    max-width: none;
    padding-bottom: 24px;
  }

  .heading-voice.pc {
    width: 66%;
    margin-top: 64px;
    margin-bottom: 12px;
  }

  .telop-title {
    font-size: 21px;
    line-height: 24px;
  }

  .heading-terop {
    font-size: 18px;
    line-height: 1.5;
  }

  .hero-background-image-wrap.hero-pc {
    justify-content: center;
    align-items: center;
    height: 60vw;
    margin-top: -92px;
  }

  .hero-background-image-wrap.hero-sp {
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .hero-text-box.right {
    margin-top: 178px;
  }

  .section-highlight._1 {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    padding-top: 124px;
    padding-bottom: 90px;
    display: block;
  }

  .container-phc {
    flex: 1;
    max-width: 720px;
  }

  .container-phc.movie, .container-phc.block {
    max-width: 720px;
  }

  .section-subjectivity.divider {
    height: 130px;
  }

  .section-special._2.pc, .section-contents._3 {
    padding-top: 124px;
    padding-bottom: 90px;
  }

  .fotter-section.grd {
    padding-top: 45px;
    padding-bottom: 30px;
  }

  .container {
    flex: 1;
    max-width: 720px;
  }

  .container.cta {
    max-width: none;
  }

  .cta-bottom._1 {
    padding-top: 74px;
  }

  .cta-image {
    width: 100%;
  }

  .cta-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-macrophage.pc {
    width: 90%;
    min-width: auto;
    max-width: none;
    padding-bottom: 24px;
  }

  .heading-macrophage-voice.pc {
    width: 100%;
    margin-top: 64px;
    margin-bottom: 12px;
  }

  .heading-nmn.pc {
    width: 62%;
    margin-bottom: 24px;
  }

  .heading-cell.pc {
    margin-top: 22px;
    margin-bottom: 30px;
  }

  .hero-button-block {
    width: 94%;
  }

  .empty {
    height: 104px;
  }

  .navigation-link-2 {
    font-size: 1.1vw;
  }

  .header-section {
    height: 92px;
  }
}

@media screen and (min-width: 1440px) {
  .body {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    line-height: 27px;
  }

  .section.footer {
    margin-top: 0;
    padding-top: 8%;
    padding-bottom: 6.25%;
  }

  .client-logo-header {
    height: auto;
  }

  .navigation-grid {
    grid-template-columns: 80px 80px 80px 80px 80px 80px;
    grid-auto-columns: auto;
    right: 59px;
  }

  .navigation-grid._5-iterms {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: -6px;
    right: 36px;
  }

  .navigation-label {
    padding: 10px;
    font-size: 14px;
  }

  .heading-height-92px {
    height: 94px;
  }

  .heading-23px-center {
    font-size: 25px;
  }

  .video {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .video-block {
    width: 720px;
  }

  .video-block.contents {
    border-width: 0;
    width: 750px;
  }

  .cta-link {
    width: 315px;
    height: 103px;
  }

  .cta-link.fore.radus_box-shadows {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 80px;
    justify-content: center;
    align-items: center;
    width: 32%;
    height: auto;
    display: block;
  }

  .light-linkbox {
    border: 0 #000;
  }

  .heading-7 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 25px;
  }

  .heading-image-4 {
    width: 1238px;
    margin-bottom: 30px;
  }

  .heading-image-4.pc {
    width: 933px;
  }

  .paragraph-2 {
    font-size: 19px;
    line-height: 27px;
  }

  .heading-image-7 {
    width: 825px;
  }

  .paragraph-3 {
    margin-bottom: 20px;
  }

  .client-logo-footer {
    width: 100%;
    height: auto;
    top: 61px;
  }

  .expand-button-link {
    background-color: #407da700;
    padding: 8px 9px;
    font-size: 17px;
  }

  .lightbox-popup {
    width: 718px;
    padding: 72px;
  }

  .telop-grid {
    grid-column-gap: 60px;
    grid-template-columns: 94px 1fr;
  }

  .telop-grid._1-column {
    grid-column-gap: 41px;
    grid-row-gap: 21px;
  }

  .dialog-close-image {
    width: 35px;
    height: 35px;
  }

  .dialog-paragraph {
    text-align: justify;
    margin-bottom: 25px;
    padding-left: 70px;
    font-size: 17px;
    line-height: 2;
  }

  .dialog-paragraph.ex {
    padding-left: 100px;
  }

  .dialog-paragraph.voice {
    font-size: 18px;
  }

  .background-image-wrapper.curtain_2 {
    padding-bottom: 0%;
  }

  .background-image-wrapper.curtain_3 {
    padding-bottom: 0;
  }

  .annotation {
    font-size: 15px;
  }

  .background-image {
    top: -122px;
  }

  .payment-button-link {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }

  .home-link {
    width: 17%;
  }

  .home-link.header {
    width: 290px;
  }

  .home-link.footer {
    width: 450px;
  }

  .flex-block.pc {
    width: 750px;
    max-width: none;
    margin-top: 0%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block {
    font-size: 15px;
  }

  .background-black-navi {
    height: 100px;
  }

  .lightbox-link-2 {
    border-width: 4px;
  }

  .heading-height-92px-2, .heading-height-92px-3, .heading-height-92px-4 {
    height: 94px;
  }

  .heading-21px-center {
    font-size: 25px;
  }

  .heading-height-92px-5 {
    height: 94px;
  }

  .heading-highlight {
    width: 595px;
  }

  .heading-highlight.pc {
    width: 62%;
    padding-top: 0;
    padding-bottom: 28px;
  }

  .heading-voice.pc {
    width: 66%;
    min-width: auto;
    max-width: none;
    margin-top: 70px;
    margin-bottom: 18px;
  }

  .footer-section {
    height: auto;
  }

  .telop-title {
    font-size: 22px;
    line-height: 27px;
  }

  .heading-terop {
    font-size: 19px;
    line-height: 1.5;
  }

  .hero-background-image-wrap.hero-pc {
    height: 60vw;
    margin-top: -100px;
  }

  .hero-background-image-wrap.hero-sp {
    height: 100%;
    margin-top: 0;
  }

  .hero-box {
    height: 60vw;
  }

  .hero-text-box.right {
    margin-top: 224px;
  }

  .section-highlight._1 {
    justify-content: center;
    align-items: stretch;
    padding-top: 134px;
    padding-bottom: 100px;
  }

  .container-phc {
    max-width: 850px;
    font-size: 17px;
  }

  .container-phc.movie, .container-phc.block {
    max-width: 850px;
  }

  .section-subjectivity.divider {
    height: 140px;
  }

  .section-special._2 {
    padding-top: 128px;
    padding-bottom: 56px;
  }

  .section-special._2.pc, .section-contents._3 {
    padding-top: 134px;
    padding-bottom: 100px;
  }

  .fotter-section.grd {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 34px;
  }

  .cta-wrapper._1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 1000px;
    display: block;
  }

  .container {
    max-width: 850px;
    font-size: 17px;
  }

  .cta-bottom {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .cta-bottom._1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 1060px;
    padding-top: 84px;
  }

  .cta-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .heading-macrophage {
    width: 595px;
  }

  .heading-macrophage.pc {
    width: 90%;
    padding-top: 0;
    padding-bottom: 28px;
  }

  .heading-macrophage-voice.pc {
    width: 100%;
    min-width: auto;
    max-width: none;
    margin-top: 68px;
    margin-bottom: 14px;
  }

  .heading-nmn.pc {
    width: 62%;
    min-width: auto;
    max-width: none;
    margin-bottom: 28px;
  }

  .heading-cell.pc {
    margin-top: 26px;
    margin-bottom: 32px;
  }

  .empty {
    height: 110px;
  }

  .navigation-link-2 {
    font-size: 1.1vw;
    line-height: 1.5;
  }

  .logo-container {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    display: block;
  }

  .navbar-logo-container.shadow-three {
    height: auto;
  }

  .header-section {
    height: 100px;
  }

  .logo-block {
    margin-top: auto;
  }

  .banner-link {
    width: 80%;
    margin-top: 30px;
  }

  .banner-image {
    width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .body {
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 23px;
    line-height: 37px;
    display: block;
  }

  .section.footer {
    padding-top: 9%;
    padding-bottom: 6.5%;
  }

  .client-logo-header {
    height: auto;
    left: 41px;
  }

  .paragraph-15px-center {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .navigation-grid._5-iterms {
    margin-top: -6px;
    right: 37px;
  }

  .navigation-label {
    padding: 15px 10px;
    font-size: 16px;
  }

  .heading-height-92px {
    height: 128px;
  }

  .heading-23px-center {
    font-size: 34px;
  }

  .video-block {
    width: 960px;
  }

  .video-block.contents {
    border-style: none;
    border-width: 0;
    width: 840px;
  }

  .cta-link {
    width: 416px;
    height: 137px;
  }

  .cta-link.fore.radus_box-shadows {
    width: 32%;
    height: auto;
  }

  .light-linkbox {
    border: 0 #000;
  }

  .heading-7 {
    font-size: 34px;
    line-height: 34px;
  }

  .heading-image-4.pc {
    width: 1249px;
  }

  .heading-image-7 {
    width: 1066px;
    margin-bottom: 24px;
  }

  .paragraph-3 {
    margin-bottom: 40px;
  }

  .client-logo-footer {
    width: 100%;
    height: auto;
    top: 79px;
  }

  .expand-button-link {
    background-color: #407da700;
    padding: 8px 10px;
    font-size: 24px;
  }

  .telop-grid {
    grid-column-gap: 50px;
    grid-template-columns: 108px 1fr;
  }

  .telop-grid._1-column {
    grid-column-gap: 44px;
    grid-row-gap: 10px;
  }

  .dialog-paragraph {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .background-image-wrapper {
    width: 100%;
  }

  .background-image-wrapper.curtain_2 {
    padding-top: 0;
    padding-bottom: 0%;
  }

  .background-image-wrapper.curtain_3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .annotation {
    color: #f06060;
    font-size: 16px;
  }

  .background-image {
    top: -147px;
  }

  .payment-button-link {
    margin-top: 27px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    line-height: 24px;
  }

  .home-link {
    width: 18%;
  }

  .home-link.header {
    width: 326px;
  }

  .home-link.footer {
    width: 480px;
  }

  .flex-block {
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .flex-block.pc {
    width: 840px;
    max-width: 840px;
    margin-top: 0%;
    margin-bottom: 0;
  }

  .text-block {
    font-size: 17px;
  }

  .background-black-navi {
    height: 110px;
  }

  .heading-height-92px-2, .heading-height-92px-3, .heading-height-92px-4 {
    height: 128px;
  }

  .heading-21px-center {
    font-size: 34px;
  }

  .heading-height-92px-5 {
    height: 128px;
  }

  .heading-highlight {
    width: 780px;
  }

  .heading-highlight.pc {
    width: 62%;
    padding-top: 0;
    padding-bottom: 32px;
  }

  .heading-voice.pc {
    width: 66%;
    min-width: auto;
    max-width: none;
    margin-top: 76px;
    margin-bottom: 20px;
  }

  .footer-section {
    height: auto;
  }

  .telop-title {
    font-size: 23px;
  }

  .heading-terop {
    font-size: 20px;
  }

  .hero-background-image-wrap {
    width: 100%;
  }

  .hero-background-image-wrap.hero-pc {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 100%;
    height: 100%;
    margin-top: -124px;
  }

  .hero-background-image-wrap.hero-sp {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    height: 100%;
    margin-top: 0;
  }

  .hero-text-box {
    display: flex;
  }

  .hero-text-box.right {
    margin-top: 267px;
  }

  .section-highlight._1 {
    justify-content: center;
    align-items: stretch;
    padding-top: 150px;
    padding-bottom: 120px;
    display: block;
  }

  .container-phc {
    max-width: 1000px;
    padding-left: 0;
    overflow: visible;
  }

  .container-phc.movie, .container-phc.block {
    max-width: 1000px;
  }

  .section-subjectivity.divider {
    height: 170px;
  }

  .section-special._2 {
    padding-top: 330px;
  }

  .section-special._2.pc, .section-contents._3 {
    padding-top: 150px;
    padding-bottom: 120px;
  }

  .fotter-section.grd {
    padding-top: 54px;
    padding-bottom: 38px;
  }

  .cta-wrapper._1 {
    width: 1160px;
  }

  .container {
    max-width: 1000px;
    padding-left: 0;
    overflow: visible;
  }

  .container.cta {
    flex-flow: column;
    max-width: none;
    display: flex;
  }

  .cta-bottom {
    margin-bottom: 0;
  }

  .cta-bottom._1 {
    flex-flow: column;
    width: 1160px;
    padding-top: 90px;
  }

  .cta-image {
    min-width: auto;
    max-width: none;
  }

  .cta-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .woman-image {
    margin-top: 0%;
    top: auto;
  }

  .heading-macrophage {
    width: 780px;
  }

  .heading-macrophage.pc {
    width: 90%;
    padding-top: 0;
    padding-bottom: 32px;
  }

  .heading-macrophage-voice.pc {
    width: 100%;
    min-width: auto;
    max-width: none;
    margin-top: 80px;
    margin-bottom: 20px;
  }

  .heading-nmn.pc {
    width: 62%;
    min-width: auto;
    max-width: none;
    margin-bottom: 30px;
  }

  .heading-cell.pc {
    margin-top: 32px;
    margin-bottom: 34px;
  }

  .empty {
    height: 118px;
  }

  .navigation-link-2 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .logo-container {
    height: auto;
  }

  .navbar-logo-container.shadow-three {
    width: 1920px;
    height: auto;
  }

  .header-section {
    max-width: none;
    height: 110px;
  }

  .logo-block {
    height: auto;
    margin: 10px;
  }
}

@media screen and (max-width: 991px) {
  .body {
    background-color: #fff;
  }

  .section.footer {
    grid-row-gap: 10px;
    margin-top: 0;
    padding-top: 10%;
    padding-bottom: 6%;
  }

  .client-logo-header {
    height: auto;
  }

  .navigation-link {
    margin-top: 0;
  }

  .navigation-grid._5-iterms {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-rows: auto auto;
    margin-bottom: 0;
    padding-top: 0;
    line-height: 1.5;
  }

  .navigation-label {
    padding: 5px 4px;
    font-size: 11px;
    line-height: 1.5;
  }

  .video-block.contents {
    border-style: none;
    border-width: 0;
    border-radius: 0;
  }

  .cta-link {
    height: 75px;
  }

  .cta-link.fore.radus_box-shadows {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    opacity: 1;
    mix-blend-mode: normal;
    width: 32%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: visible;
  }

  .client-logo-footer {
    width: 100%;
    height: auto;
  }

  .expand-button-link {
    padding: 6px 5px;
  }

  .lightbox-background.show {
    opacity: .87;
  }

  .telop-grid {
    grid-column-gap: 25px;
  }

  .telop-grid._1-column {
    grid-column-gap: 10px;
  }

  .dialog-paragraph {
    padding-left: 40px;
    padding-right: 0;
    font-size: 14px;
    display: block;
  }

  .background-image-wrapper.curtain_1 {
    width: 100%;
    height: auto;
  }

  .background-image-wrapper.curtain_2, .background-image-wrapper.curtain_3 {
    padding-bottom: 0;
  }

  .annotation {
    font-size: 12px;
  }

  .background-image {
    top: -57px;
  }

  .home-link {
    text-align: center;
    align-self: auto;
    width: auto;
  }

  .home-link.header {
    width: 200px;
  }

  .home-link.footer {
    width: 340px;
  }

  .flex-block.pc {
    max-width: 678px;
  }

  .text-block {
    font-size: 14px;
  }

  .background-black-navi, .heading-height-92px-5 {
    height: 70px;
  }

  .heading-highlight.pc {
    width: 62%;
    padding-top: 0;
    padding-bottom: 18px;
  }

  .heading-voice.pc {
    width: 66%;
    margin-bottom: 10px;
    padding-bottom: 0%;
  }

  .footer-section {
    height: auto;
  }

  .telop-title {
    font-size: 19px;
  }

  .heading-terop {
    font-size: 16px;
  }

  .hero-background-image-wrap {
    background-image: none;
  }

  .hero-background-image-wrap.hero-pc {
    height: 60vw;
    margin-top: -70px;
  }

  .hero-background-image-wrap.hero-sp, .hero-box {
    height: 100%;
  }

  .hero-text-box.right {
    margin-top: 130px;
  }

  .section-highlight._1 {
    padding-top: 110px;
    padding-bottom: 60px;
  }

  .container-phc {
    max-width: 640px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-phc.special {
    max-width: 720px;
  }

  .section-subjectivity.divider {
    height: 100px;
  }

  .section-special._2.pc, .section-contents._3 {
    padding-top: 110px;
    padding-bottom: 60px;
  }

  .fotter-section.grd {
    grid-row-gap: 10px;
    margin-top: 0;
    padding-top: 32px;
    padding-bottom: 18px;
  }

  .cta-wrapper {
    height: auto;
  }

  .cta-wrapper._1 {
    width: 710px;
  }

  .container {
    max-width: 640px;
    padding-left: 0;
    padding-right: 0;
  }

  .container.cta {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: none;
  }

  .cta-bottom {
    margin-bottom: 0;
  }

  .cta-bottom._1 {
    width: 720px;
  }

  .cta-image {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .cta-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0;
  }

  .top-categories-button {
    width: 100%;
  }

  .button-block-bottom {
    margin-bottom: 0;
  }

  .heading-macrophage.pc {
    width: 90%;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .heading-macrophage-voice.pc {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 0%;
  }

  .heading-nmn.pc {
    width: 62%;
    margin-bottom: 20px;
    padding-bottom: 0%;
  }

  .heading-cell.pc {
    margin-bottom: 24px;
  }

  .hero-button-block {
    margin-left: 12%;
  }

  .empty {
    height: 96px;
  }

  .link-block {
    width: 44%;
  }

  .navigation-link-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: .3vw;
    margin-right: .3vw;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 1.3vw;
    display: flex;
  }

  .home-link-2 {
    max-width: 100%;
    height: auto;
  }

  .nav-menu-list {
    background-color: #fff;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    line-height: 2;
    list-style-type: none;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-menu-list.pc {
    background-color: #fff0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon {
    color: #5e5e5e;
    width: auto;
    min-width: 100%;
    font-size: 6vw;
  }

  .navigation-menu-wrapper {
    background-color: #0000;
  }

  .logo-container {
    max-width: 100%;
    margin: 0 0 0 10px;
    padding-left: 10px;
    padding-right: 0;
  }

  .navbar-logo-container.shadow-three {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
  }

  .header-section {
    justify-content: space-between;
    align-items: center;
    height: 70px;
  }

  .menu-button {
    flex: 0 auto;
    justify-content: flex-end;
    align-items: stretch;
    padding: 0;
    display: none;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .home-link-3 {
    max-width: 100%;
    height: auto;
  }

  .logo-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
  }

  .banner-link {
    width: 84%;
    margin-top: 14px;
  }

  .link-text {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-color: #fff;
  }

  .section.footer {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 9%;
    padding-bottom: 5%;
  }

  .client-logo-header {
    height: auto;
    top: 10px;
    bottom: auto;
    left: 8px;
  }

  .paragraph-15px-center {
    font-size: 16px;
  }

  .navigation-grid {
    top: 0;
    bottom: 0;
    right: 0;
  }

  .navigation-grid._5-iterms {
    margin-top: -10px;
  }

  .navigation-label {
    color: #fff;
    padding-left: 3px;
    padding-right: 3px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 11.5px;
    font-weight: 400;
    line-height: 1.3;
  }

  .navigation-label.sp {
    color: #048ce6;
  }

  .heading-height-92px {
    height: 66px;
  }

  .heading-23px-center {
    font-size: 20px;
  }

  .video-block {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .video-block.contents {
    border-width: 0;
    border-radius: 0;
    width: 60vw;
  }

  .cta-link {
    width: 460px;
    height: 75px;
  }

  .cta-link.fore.radus_box-shadows {
    box-shadow: none;
    width: 45%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-7 {
    margin-bottom: 7px;
    font-size: 20px;
  }

  .heading-image-4 {
    width: 472px;
  }

  .heading-image-4.pc {
    display: none;
  }

  .heading-image-4.mobile {
    margin-bottom: 20px;
    display: block;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .heading-image-7 {
    width: 442px;
  }

  .paragraph-3 {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .client-logo-footer {
    width: 100%;
    height: auto;
    top: -44px;
  }

  .expand-button-link {
    border-radius: 0;
    padding: 5px 8px;
  }

  .lightbox-popup {
    opacity: 1;
    width: 414px;
    padding: 35px 30px;
  }

  .telop-grid {
    grid-column-gap: 30px;
    grid-template-columns: 75px 1fr;
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .telop-grid._1-column {
    grid-column-gap: 24px;
    grid-template-columns: 1fr;
  }

  .dialog-close-image {
    width: 20px;
    height: 20px;
    top: 15px;
  }

  .dialog-paragraph {
    justify-content: flex-start;
    align-items: center;
    padding-left: 60px;
    font-size: 13px;
    display: block;
  }

  .dialog-paragraph.ex {
    padding-left: 40px;
    font-size: 16px;
  }

  .background-image-wrapper.curtain_1 {
    width: 100%;
    height: auto;
  }

  .background-image-wrapper.curtain_2 {
    padding-bottom: 0%;
  }

  .background-image-wrapper.curtain_3 {
    padding-bottom: 0;
  }

  .annotation {
    font-size: 11px;
  }

  .background-image {
    top: -45px;
  }

  .payment-button-link {
    border-radius: 5px;
    font-size: 14px;
    line-height: 18px;
  }

  .home-link {
    text-align: left;
    width: auto;
  }

  .home-link.header {
    width: 180px;
  }

  .home-link.footer {
    text-align: center;
    width: 290px;
  }

  .flex-block.pc {
    display: none;
  }

  .flex-block.mobaile {
    background-color: #027bea;
    justify-content: center;
    align-items: flex-start;
    width: 60vw;
    max-width: none;
    margin-top: 0%;
    display: block;
  }

  .text-block {
    font-size: 1.7vw;
  }

  .background-black-navi {
    height: 58px;
  }

  .heading-height-92px-2, .heading-height-92px-3, .heading-height-92px-4 {
    height: 66px;
  }

  .heading-21px-center {
    font-size: 20px;
    display: block;
  }

  .heading-height-92px-5 {
    height: 66px;
  }

  .heading-highlight.pc {
    width: 44vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 14px;
    display: block;
  }

  .heading-voice.pc {
    width: 50vw;
    margin-bottom: 5px;
    padding-bottom: 0;
    display: block;
  }

  .footer-section {
    height: auto;
  }

  .telop-title {
    font-size: 18px;
  }

  .heading-terop {
    font-size: 15px;
  }

  .hero-background-image-wrap {
    background-image: none;
  }

  .hero-background-image-wrap.hero-pc {
    height: 60vw;
    margin-top: -58px;
  }

  .hero-background-image-wrap.hero-sp {
    height: 100%;
  }

  .hero-text-box.right {
    margin-top: 92px;
  }

  .section-highlight._1 {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .container-phc {
    max-width: 440px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .container-phc.movie, .container-phc.block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 460px;
    display: flex;
  }

  .container-phc.special {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 460px;
  }

  .section-subjectivity.divider {
    height: 85px;
  }

  .section-special._2 {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .section-special._2.pc, .section-contents._3 {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .fotter-section.grd {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 18px;
    padding-bottom: 12px;
  }

  .cta-wrapper {
    justify-content: center;
    height: auto;
    position: relative;
  }

  .cta-wrapper._1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    display: block;
  }

  .container {
    max-width: 440px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .container.cta {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    max-width: 460px;
  }

  .cta-bottom {
    margin-bottom: 0;
  }

  .cta-bottom._1 {
    flex-flow: column;
    width: 480px;
    padding-top: 6%;
    display: flex;
  }

  .cta-image {
    width: 26vw;
    min-width: auto;
    max-width: none;
    padding-top: 0;
    display: block;
  }

  .cta-grid {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: row;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .heading-macrophage.pc {
    width: 60vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 20px;
    display: block;
  }

  .heading-macrophage-voice.pc {
    width: 60vw;
    margin-top: 40px;
    margin-bottom: 6px;
    padding-bottom: 0;
    display: block;
  }

  .heading-nmn.pc {
    width: 40vw;
    margin-bottom: 8px;
    padding-bottom: 0;
    display: block;
  }

  .heading-cell.pc {
    width: 40vw;
    margin-bottom: 14px;
  }

  .empty {
    height: 64px;
  }

  .navigation-link-2 {
    width: auto;
    padding: 5px;
    font-size: 2.5vw;
  }

  .home-link-2 {
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
  }

  .nav-menu-list {
    border-radius: 0;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.7;
  }

  .nav-menu-list.mobaile {
    opacity: 1;
    background-color: #fff;
    padding: 14px 0;
    display: block;
  }

  .nav-menu-list.pc {
    display: none;
  }

  .icon {
    color: #fff;
    -webkit-text-stroke-color: #fff;
    font-size: 40px;
  }

  .navigation-text {
    color: #fff;
    margin-top: 4px;
  }

  .logo-container {
    margin: 0 10px;
    padding-left: 10px;
    padding-right: 0;
  }

  .navbar-logo-container {
    max-width: 100%;
  }

  .navbar-logo-container.shadow-three {
    align-self: auto;
    max-width: none;
    height: auto;
    padding-right: 0;
  }

  .header-section {
    height: auto;
    display: flex;
  }

  .menu-button {
    padding-right: 4px;
  }

  .home-link-3 {
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
  }

  .logo-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    width: 95vw;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .banner-link {
    width: 66vw;
    max-width: none;
    margin-top: 0;
  }

  .link-text {
    font-size: 6px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    color: #fff;
    background-color: #fff;
  }

  .section.footer {
    grid-row-gap: 8px;
    opacity: 1;
    background-image: none;
    margin-top: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .client-logo-header {
    display: none;
    top: 7px;
    bottom: auto;
    left: 50%;
  }

  .client-logo-header.mobile {
    height: auto;
    margin-bottom: 0;
    margin-left: 2%;
    display: block;
  }

  .paragraph-15px-center {
    font-size: 12px;
  }

  .navigation-grid {
    grid-column-gap: 4px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: auto;
    justify-content: space-around;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    top: auto;
    bottom: 0;
    left: 0;
  }

  .navigation-grid._5-iterms {
    margin-top: -10px;
  }

  .navigation-label {
    padding-bottom: 10px;
    font-size: 11px;
    display: inline-block;
  }

  .navigation-label.sp {
    font-size: 12px;
    font-weight: 600;
  }

  .heading-height-92px {
    height: 39px;
  }

  .heading-23px-center {
    font-size: 14px;
  }

  .video-block {
    width: auto;
  }

  .video-block.contents {
    border-width: 6px;
    border-radius: 0;
    width: 100%;
  }

  .cta-link {
    width: 270px;
    height: 43px;
  }

  .cta-link.fore.radus_box-shadows {
    box-shadow: none;
    background-image: none;
    width: 45vw;
    height: auto;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .light-linkbox {
    border-width: 1px;
    display: flex;
  }

  .heading-7 {
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 22px;
  }

  .heading-image-4 {
    width: 268px;
  }

  .heading-image-4.mobile {
    width: 255px;
    margin-bottom: 13px;
  }

  .paragraph-2 {
    font-size: 10px;
    line-height: 14px;
  }

  .heading-image-7 {
    width: 252px;
  }

  .paragraph-3 {
    letter-spacing: -.1em;
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 14px;
  }

  .client-logo-footer {
    width: 100%;
    height: auto;
    top: -26px;
  }

  .background-color-wrapper {
    overflow: hidden;
  }

  .expand-button-link {
    width: 100%;
    margin-top: 0%;
    padding: 2% 0;
    font-size: 13px;
    display: block;
  }

  .lightbox-background {
    display: none;
  }

  .lightbox-background.show {
    opacity: 1;
  }

  .lightbox-popup {
    opacity: 1;
    width: 261px;
    padding: 20px 10px;
  }

  .telop-grid {
    grid-column-gap: 6px;
    grid-row-gap: 8px;
    grid-template-columns: 54px 1fr;
  }

  .telop-grid._1-column {
    grid-column-gap: 4px;
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .close-button-area {
    height: 48px;
  }

  .dialog-close-image {
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .dialog-paragraph {
    margin-bottom: 15px;
    padding-left: 27px;
    font-size: 11px;
  }

  .dialog-paragraph.ex {
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 13px;
  }

  .dialog-paragraph.voice {
    padding-left: 0;
    font-size: 11px;
  }

  .background-image-wrapper.curtain_1 {
    background-image: url('../images/background-image1-sp_1.webp');
    background-position: 50%;
    background-size: cover;
    margin-top: 0%;
    position: static;
  }

  .background-image-wrapper.curtain_2 {
    background-image: url('../images/background-image2-sp_1.webp');
    background-position: 50%;
    background-size: cover;
    padding-bottom: 0;
  }

  .background-image-wrapper.curtain_3 {
    background-image: url('../images/background-image3-sp_1.webp');
    background-position: 50%;
    background-size: cover;
    padding-bottom: 0;
  }

  .annotation {
    font-size: 9px;
  }

  .background-image {
    top: -28px;
  }

  .payment-button-link {
    margin-top: 12px;
  }

  .home-link {
    width: 55%;
    height: auto;
    display: none;
  }

  .home-link.sp {
    width: 30%;
    display: block;
  }

  .home-link.sp.header, .home-link.sp.footer {
    width: 200px;
  }

  .flex-block.mobaile {
    background-color: #027bea;
    background-image: none;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    line-height: 1.5;
    display: flex;
  }

  .text-block {
    color: #fff;
    font-size: 11px;
  }

  .background-black-navi {
    height: 68px;
  }

  .lightbox-link-2 {
    border-width: 1px;
  }

  .heading-height-92px-2, .heading-height-92px-3, .heading-height-92px-4 {
    height: 39px;
  }

  .heading-21px-center {
    font-size: 14px;
  }

  .heading-height-92px-5 {
    height: 39px;
  }

  .heading-highlight.pc {
    width: 80%;
    padding-top: 0;
    padding-bottom: 10px;
    display: block;
  }

  .heading-highlight.sp {
    width: 94%;
    margin-bottom: 1%;
    display: block;
  }

  .heading-voice.pc {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 1%;
    display: block;
  }

  .footer-section {
    height: auto;
  }

  .footer-section.pc {
    display: none;
  }

  .footer-section.sp {
    opacity: 1;
    background-image: url('../images/footer-image-sp.png');
    background-position: 50%;
    background-size: cover;
    display: block;
  }

  .telop-title {
    font-size: 13px;
  }

  .heading-terop {
    font-size: 12px;
  }

  .hero-background-image-wrap {
    background-image: none;
  }

  .hero-background-image-wrap.hero-pc {
    height: 73vw;
    display: none;
  }

  .hero-background-image-wrap.hero-sp {
    z-index: auto;
    background-image: url('../images/hero-background-sp_1.webp');
    background-position: 50%;
    background-size: cover;
    height: 206vw;
    display: block;
    position: static;
  }

  .hero-sub-section {
    display: none;
  }

  .hero-sub-section.sub {
    width: 100%;
    display: flex;
  }

  .hero-box {
    background-image: url('../images/hero-design-sp.svg');
    background-size: cover;
    flex-flow: column;
    height: 100%;
    margin-top: -68px;
  }

  .hero-sub-box {
    width: 100%;
  }

  .hero-text-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0%;
    position: absolute;
    top: 25.2%;
  }

  .hero-text-box.right {
    z-index: 1;
    justify-content: space-between;
    align-items: center;
    margin-top: -24%;
    position: relative;
    top: 0%;
    right: auto;
  }

  .section-highlight._1 {
    padding-top: 90px;
    padding-bottom: 40px;
    position: static;
  }

  .container-phc {
    max-width: 300px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-phc.movie, .container-phc.block, .container-phc.special {
    max-width: 80vw;
  }

  .section-subjectivity.divider {
    height: 70px;
  }

  .section-special._2 {
    flex-direction: column;
    padding-top: 0;
    display: flex;
  }

  .section-special._2.pc {
    padding-top: 90px;
    padding-bottom: 40px;
  }

  .section-contents._3 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 90px;
    padding-bottom: 40px;
  }

  .fotter-section.grd {
    grid-row-gap: 8px;
    opacity: 1;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .bold-text {
    font-size: 14px;
  }

  .cta-wrapper {
    height: auto;
    margin-bottom: 0;
  }

  .cta-wrapper._1 {
    margin-bottom: 0;
  }

  .container {
    max-width: 300px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container.cta {
    max-width: 80vw;
    padding-bottom: 0;
  }

  .cta-bottom {
    padding-bottom: 0;
  }

  .cta-bottom._1 {
    width: 80vw;
    padding-top: 40px;
  }

  .cta-image {
    width: 100%;
    min-width: auto;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta-grid {
    grid-column-gap: 30px;
    grid-row-gap: 4vw;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-items: center;
    padding: 0;
    display: grid;
    position: static;
  }

  .woman-image {
    width: 100vw;
    left: auto;
  }

  .button-block-top, .button-block-bottom {
    justify-content: center;
    align-items: flex-start;
  }

  .heading-macrophage.pc {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
  }

  .heading-macrophage.sp {
    width: 76%;
    margin-bottom: 1%;
    display: block;
  }

  .heading-macrophage-voice.pc {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 1%;
    display: none;
  }

  .heading-macrophage-voice.sp {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 1%;
    display: block;
  }

  .heading-nmn.pc {
    width: 84%;
    margin-bottom: 1%;
    display: block;
  }

  .heading-nmn.sp {
    width: 84%;
    margin-bottom: 6%;
    display: block;
  }

  .heading-cell.pc {
    width: 84%;
  }

  .hero-text-block {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 0%;
    margin-right: 0%;
  }

  .top-text-2 {
    width: 31%;
    margin-right: 4%;
  }

  .top-text-1 {
    width: 16%;
    margin-left: 3%;
  }

  .top-text {
    width: 11%;
    margin-top: 0%;
    margin-left: 3%;
    position: relative;
    top: -6%;
  }

  .hero-button-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 0%;
    margin-left: 0%;
    display: block;
    position: relative;
    inset: 42% 0% 0% 2%;
  }

  .empty {
    height: 16vw;
  }

  .link-block {
    width: 46%;
  }

  .navigation-link-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 4vw;
    display: flex;
  }

  .home-link-2 {
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-left: 0;
    display: block;
    left: 35%;
  }

  .nav-menu-list {
    flex-direction: column;
  }

  .icon {
    color: #fff;
    max-width: 70%;
    margin-right: 0%;
    padding-top: 0;
    font-size: 34px;
  }

  .logo-container {
    max-width: none;
    height: auto;
    margin: 0 auto;
    padding-right: 0;
  }

  .navbar-logo-container.shadow-three {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .header-section {
    width: 100%;
    height: 68px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .menu-button {
    padding: 0 4% 0 5px;
  }

  .home-link-3 {
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-left: 0;
    display: block;
    left: 35%;
  }

  .logo-block {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .banner-link {
    margin-top: 20px;
  }

  .link-text {
    font-size: 8px;
  }
}

#w-node-_8d8ee7c3-aabc-ead4-a74f-ae85e64e5c5d-c8fc5926, #w-node-_8aed6223-088e-6c13-0190-fcc016f38531-c8fc5926 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-ad3497f0-bed9-da4f-fd10-7881ff812335-c8fc5926 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}


