: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;
}

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

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

.container.lightbox {
  max-width: 800px;
  position: relative;
}

.container.cta {
  max-width: 750px;
  position: relative;
}

.container.movie {
  max-width: 840px;
}

.container.expert {
  max-width: 760px;
}

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

.section {
  position: relative;
}

.section.navigation {
  z-index: 900;
  background-color: #273447;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  padding-left: 22px;
  padding-right: 22px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.section._1 {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 140px;
  padding-bottom: 180px;
}

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

.section._2.pc {
  padding-top: 140px;
  padding-bottom: 60px;
}

.section.footer {
  grid-row-gap: 20px;
  background-color: #273447;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 30px;
  display: flex;
}

.section._3 {
  padding-top: 140px;
  padding-bottom: 60px;
}

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

.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;
  transition: all .35s;
  position: relative;
}

.navigation-link:hover {
  transform: translate(0, -4px);
}

.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._4-iterms {
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: flex;
}

.navigation-grid._5-iterms {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  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;
  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.expert {
  border: 10px solid #548093;
  border-radius: 0;
}

.video-block.corollacross {
  z-index: 8;
  border: 10px solid #548093;
  border-radius: 0;
}

.cta-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  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: relative;
  inset: 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 {
  background-image: url('../images/アートボード-2.svg');
  background-size: auto;
}

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

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: auto;
  place-content: space-between;
  position: relative;
}

.light-linkbox {
  border: 1px solid #548093;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.lightbox-label {
  border-style: none;
  border-width: 0;
  width: 100%;
  height: 21%;
  position: absolute;
  inset: auto 0% 0%;
}

.lightbox-image {
  z-index: auto;
  position: absolute;
  top: 0;
}

.cta-label {
  color: #273447;
  text-align: left;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  text-indent: 0;
  text-transform: none;
  column-count: 0;
  overflow-wrap: normal;
  flex: none;
  order: 0;
  align-self: auto;
  margin-left: 20%;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 17.5px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.cta-label.p-yamagata {
  margin-left: 30%;
}

.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 .35s;
}

.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;
  overflow: clip;
}

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

.expand-button-link {
  clear: both;
  opacity: 1;
  text-align: center;
  background-color: #548093;
  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 {
  z-index: 1000;
  opacity: 1;
  display: block;
  position: fixed;
}

.lightbox-popup {
  z-index: auto;
  float: none;
  background-color: #f2eeea;
  width: 510px;
  height: 100vh;
  margin: 0 0 0 auto;
  padding: 100px 45px 45px;
  position: relative;
  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: grid;
}

.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 {
  padding-left: 30px;
}

.background-image-wrapper {
  width: 100%;
  height: auto;
  margin-top: -17%;
  position: relative;
  top: auto;
  overflow: clip;
}

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

.background-image-wrapper.mobile {
  margin-top: 0%;
  display: none;
}

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

.background-image-wrapper.curtain_3 {
  background-image: url('../images/background-image3_1.webp');
  background-size: cover;
  width: 100%;
  height: auto;
  margin-top: 0%;
  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: 220px;
}

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

.home-link.header.n-chubu {
  width: 230px;
}

.home-link.header.p-yamagata {
  width: 220px;
}

.home-link.header.p-kumamoto {
  width: 210px;
}

.home-link.header.c-yamaguchi {
  width: 230px;
}

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

.home-link.footer.t-saitama {
  width: 180px;
}

.home-link.footer.n-chubu {
  width: 230px;
}

.home-link.footer.p-kumamoto {
  width: 210px;
}

.home-link.footer.c-yamaguchi {
  width: 230px;
}

.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;
}

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

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

.flex-block.pc {
  z-index: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 640px;
  max-width: none;
  margin: 0% auto 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

.flex-block.pc._2 {
  position: static;
}

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

.flex-block.mobaile._2 {
  z-index: 8;
  position: relative;
}

.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;
  margin-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.container-navi {
  max-width: 1024px;
  padding-bottom: 0;
  position: relative;
}

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

.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;
  background-image: url('../images/lightbox-gradient-metal.svg');
  background-position: 0 0;
  background-size: auto;
  -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;
}

.italic-text-4 {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.7;
}

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

.cta-bottom {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 180px;
}

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

.heading-movie.pc {
  width: 70%;
  min-width: auto;
  max-width: none;
  margin-top: 0;
  padding-bottom: 0%;
  position: relative;
}

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

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

.paragraph-center.mobile {
  display: none;
}

.paragraph-center.margin-top {
  margin-top: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12.15px;
}

.paragraph-center.margin-top.pc {
  z-index: 5;
  color: #000;
  margin-top: 30px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 0;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
}

.text {
  color: #273447;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.7;
}

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

.heading-photo.pc {
  width: 96%;
  min-width: auto;
  max-width: none;
  margin-bottom: 0%;
  position: relative;
}

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

.heading-lightbox {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

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

.heading-expert.pc {
  width: 94%;
  min-width: auto;
  max-width: none;
  margin-bottom: 0%;
}

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

.footer-section {
  height: auto;
}

.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;
}

.cta-block {
  justify-content: center;
  align-items: center;
  width: 65%;
  display: flex;
  position: absolute;
  top: 37%;
}

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

.hero-background-image-wrap.hero-pc {
  -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: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: visible;
}

.hero-text-top {
  width: 18%;
  max-width: none;
  margin-bottom: -1%;
  margin-left: 2%;
}

.custom-styles {
  display: none;
}

.herobox {
  flex-flow: column;
  width: 100%;
  margin-top: 0%;
  padding-top: 3.4%;
  display: flex;
  position: relative;
  overflow: clip;
}

.herobox.sp {
  display: none;
}

.hero-text-buttom {
  width: 31%;
  max-width: none;
  margin-left: 2%;
}

.hero-logo {
  width: 67%;
  max-width: none;
  height: auto;
  margin-top: 10%;
  margin-left: 2%;
  position: relative;
}

.hero-image {
  opacity: 1;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
}

.lightbox-image-gr {
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
}

.div-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: all .35s;
  display: flex;
}

.div-block:hover {
  transform: scale(.95);
}

@media screen and (min-width: 1280px) {
  .container {
    flex: 1;
    max-width: 720px;
  }

  .container.lightbox {
    max-width: 820px;
  }

  .container.cta {
    max-width: 750px;
  }

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

  .section._2.pc {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .section.footer {
    padding-top: 50px;
    padding-bottom: 30px;
  }

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

  .section.divider {
    height: 130px;
  }

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

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

  .video {
    border-width: 2px;
  }

  .video-block {
    width: 641px;
  }

  .video-block.expert {
    border-style: solid;
    width: 640px;
  }

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

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

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

  .light-linkbox {
    border: 2px solid #548093;
  }

  .lightbox-label {
    background-color: #548093;
  }

  .cta-label {
    font-size: 19px;
  }

  .cta-label.p-yamagata {
    margin-left: 34%;
  }

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

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

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

  .lightbox-popup {
    width: 640px;
    padding: 100px 62px 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;
  }

  .background-image-wrapper {
    margin-top: -17%;
  }

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

  .background-image-wrapper.curtain_3 {
    background-image: url('../images/background-image3_1.webp');
    background-position: 50%;
    background-size: cover;
  }

  .annotation {
    font-size: 14px;
  }

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

  .home-link.header.t-saitama {
    width: 186px;
  }

  .home-link.header.n-chubu {
    width: 236px;
  }

  .home-link.header.p-yamagata {
    width: 226px;
  }

  .home-link.header.p-kumamoto {
    width: 218px;
  }

  .home-link.header.c-yamaguchi {
    width: 238px;
  }

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

  .home-link.footer.t-saitama {
    width: 186px;
  }

  .home-link.footer.n-chubu {
    width: 236px;
  }

  .home-link.footer.p-yamagata {
    width: 226px;
  }

  .home-link.footer.p-kumamoto {
    width: 218px;
  }

  .home-link.footer.c-yamaguchi {
    width: 238px;
  }

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

  .flex-block.pc._2 {
    margin-top: 0%;
  }

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

  .container-navi {
    max-width: 1140px;
  }

  .italic-text-4 {
    font-size: 14px;
  }

  .cta-image {
    width: 100%;
  }

  .heading-movie.pc {
    width: 70%;
    min-width: auto;
    max-width: none;
  }

  .paragraph-center.margin-top {
    font-size: 17px;
  }

  .paragraph-center.margin-top.pc {
    font-size: 0;
  }

  .text {
    font-size: 14px;
  }

  .heading-photo.pc {
    width: 96%;
    margin-bottom: 0%;
  }

  .heading-lightbox {
    font-size: 13.5px;
    line-height: 1.2;
    text-decoration: none;
  }

  .heading-expert.pc {
    width: 94%;
    margin-bottom: 0%;
  }

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

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

  .cta-block {
    top: 37%;
  }

  .hero-background-image-wrap.hero-pc {
    justify-content: center;
    align-items: center;
    height: 50vw;
  }

  .hero-logo {
    margin-top: 10%;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 850px;
    font-size: 17px;
  }

  .container.lightbox {
    max-width: 980px;
    line-height: 1.5;
  }

  .container.cta {
    max-width: 860px;
  }

  .container.movie {
    max-width: 970px;
  }

  .container.expert {
    max-width: 880px;
  }

  .body {
    font-size: 17px;
    line-height: 27px;
  }

  .section.navigation {
    z-index: 900;
    height: 75px;
    padding-left: 27px;
    padding-right: 27px;
  }

  .section._1 {
    justify-content: center;
    align-items: stretch;
    padding-top: 150px;
    padding-bottom: 200px;
  }

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

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

  .section.footer {
    margin-top: 0;
    padding: 50px 50px 30px;
  }

  .section._3 {
    padding-top: 150px;
    padding-bottom: 90px;
  }

  .section.divider {
    height: 140px;
  }

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

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

  .navigation-grid._4-iterms {
    grid-template-columns: 65px 65px 65px 65px;
    right: 36px;
  }

  .navigation-grid._5-iterms {
    right: 36px;
  }

  .navigation-label {
    padding: 11px;
    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.expert {
    border-style: solid;
    border-width: 12px;
    width: 750px;
    line-height: 26px;
  }

  .video-block.corollacross {
    border-width: 12px;
    width: 750px;
  }

  .cta-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
  }

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

  .cta-link.fore.radus_box-shadows {
    border-radius: 80px;
    width: 28%;
    height: auto;
  }

  .grid {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .light-linkbox {
    border: 2px solid #548093;
  }

  .lightbox-label {
    height: 22%;
    padding-top: 0;
    top: auto;
    bottom: 0%;
  }

  .cta-label {
    box-shadow: none;
    font-size: 21px;
  }

  .cta-label.p-yamagata {
    margin-left: 38%;
  }

  .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 {
    padding: 8px 9px;
    font-size: 17px;
  }

  .lightbox-popup {
    width: 718px;
    padding: 120px 72px 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;
  }

  .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: 240px;
  }

  .home-link.header.t-saitama {
    width: 192px;
  }

  .home-link.header.n-chubu {
    width: 244px;
  }

  .home-link.header.p-yamagata {
    width: 238px;
  }

  .home-link.header.p-kumamoto {
    width: 224px;
  }

  .home-link.header.c-yamaguchi {
    width: 248px;
  }

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

  .home-link.footer.t-saitama {
    width: 192px;
  }

  .home-link.footer.n-chubu {
    width: 244px;
  }

  .home-link.footer.p-yamagata {
    width: 238px;
  }

  .home-link.footer.p-kumamoto {
    width: 224px;
  }

  .home-link.footer.c-yamaguchi {
    width: 248px;
  }

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

  .flex-block.pc._2 {
    margin-top: -.1%;
  }

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

  .container-navi {
    max-width: 1280px;
  }

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

  .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;
  }

  .italic-text-4 {
    font-size: 15.5px;
  }

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

  .heading-movie {
    width: 595px;
  }

  .heading-movie.pc {
    width: 70%;
    margin-top: 0;
    padding-bottom: 0%;
  }

  .paragraph-center.margin-top {
    font-size: 17px;
  }

  .paragraph-center.margin-top.pc {
    margin-top: 36px;
    padding-bottom: 0;
    font-size: 0;
  }

  .text {
    font-size: 15.5px;
  }

  .heading-photo.pc {
    width: 96%;
    min-width: auto;
    margin-bottom: 0%;
  }

  .heading-lightbox {
    font-size: 16px;
    line-height: 1.2;
  }

  .heading-expert.pc {
    width: 94%;
    min-width: auto;
    max-width: none;
    margin-bottom: 0%;
  }

  .footer-section {
    height: auto;
  }

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

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

  .cta-block {
    top: 36%;
  }

  .hero-background-image-wrap.hero-pc {
    height: 50vw;
    margin-top: 0;
  }

  .hero-logo {
    margin-top: 8%;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1000px;
    padding-left: 0;
    overflow: visible;
  }

  .container.lightbox {
    max-width: 1200px;
  }

  .container.cta {
    max-width: 1100px;
  }

  .container.movie {
    max-width: 1095px;
  }

  .container.expert {
    max-width: 970px;
  }

  .body {
    font-size: 23px;
    line-height: 37px;
  }

  .section.navigation {
    height: 95px;
    padding-left: 33px;
    padding-right: 33px;
  }

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

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

  .section._2.pc {
    padding-top: 170px;
    padding-bottom: 110px;
  }

  .section.footer {
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .section._3 {
    padding-top: 170px;
    padding-bottom: 110px;
  }

  .section.divider {
    height: 170px;
  }

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

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

  .navigation-grid._4-iterms {
    grid-template-columns: 95px 95px 95px 95px;
    right: 37px;
  }

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

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

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

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

  .video {
    border-style: none;
  }

  .video-block {
    width: 960px;
  }

  .video-block.expert {
    border-style: solid;
    border-width: 13px;
    width: 840px;
  }

  .video-block.corollacross {
    z-index: auto;
    border-style: solid;
    border-width: 13px;
    width: 840px;
  }

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

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

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

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .light-linkbox {
    border: 3px solid #548093;
  }

  .lightbox-label {
    background-color: #54809300;
    background-image: none;
    border-style: none;
    border-color: #000;
    height: 21%;
  }

  .lightbox-image {
    width: 100%;
    max-width: none;
    overflow: clip;
  }

  .cta-label {
    box-shadow: none;
    margin-left: 20%;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 26px;
  }

  .cta-label.p-yamagata {
    margin-left: 40%;
  }

  .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: #548093;
    padding: 8px 10px;
    font-size: 24px;
  }

  .lightbox-popup {
    padding-top: 140px;
  }

  .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-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: 330px;
  }

  .home-link.header.t-saitama {
    width: 230px;
  }

  .home-link.header.n-chubu {
    width: 300px;
  }

  .home-link.header.p-yamagata {
    width: 286px;
  }

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

  .home-link.header.c-yamaguchi {
    width: 306px;
  }

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

  .home-link.footer.t-saitama {
    width: 230px;
  }

  .home-link.footer.n-chubu {
    width: 300px;
  }

  .home-link.footer.p-yamagata {
    width: 286px;
  }

  .home-link.footer.p-kumamoto {
    width: 270px;
  }

  .home-link.footer.c-yamaguchi {
    width: 306px;
  }

  .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: -.1%;
    margin-bottom: 0;
  }

  .flex-block.pc._2 {
    margin-top: -.1%;
  }

  .text-block {
    margin-top: 2px;
    margin-bottom: 14px;
    font-size: 19px;
  }

  .container-navi {
    max-width: 1710px;
  }

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

  .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;
  }

  .italic-text-4 {
    font-size: 18.5px;
  }

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

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

  .heading-movie {
    width: 780px;
  }

  .heading-movie.pc {
    width: 70%;
    margin-top: 0;
  }

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

  .paragraph-center.margin-top {
    font-size: 23px;
  }

  .paragraph-center.margin-top.pc {
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0;
  }

  .text {
    font-size: 18.5px;
  }

  .heading-photo.pc {
    width: 96%;
    margin-bottom: 0%;
  }

  .heading-lightbox {
    font-size: 20px;
    line-height: 1.2;
  }

  .heading-expert.pc {
    width: 94%;
    min-width: auto;
    max-width: none;
    margin-bottom: 0%;
  }

  .footer-section {
    height: auto;
  }

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

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

  .cta-block {
    width: 70%;
    top: 37%;
  }

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

  .hero-background-image-wrap.hero-pc {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    height: 50vw;
  }

  .hero-logo {
    margin-top: 6%;
  }

  .lightbox-image-gr {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 640px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .container.cta {
    max-width: 650px;
  }

  .section.navigation {
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section._1 {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .section._2.pc {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .section.footer {
    grid-row-gap: 16px;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 24px;
  }

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

  .section.divider {
    height: 100px;
  }

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

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

  .navigation-grid._4-iterms {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

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

  .video-block.expert {
    border-width: 10px;
    border-radius: 0;
  }

  .video-block.corollacross {
    border-style: solid;
    border-width: 10px;
    border-radius: 0;
  }

  .cta-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 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: 30%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: visible;
  }

  .grid {
    grid-auto-columns: minmax(auto, 1fr);
  }

  .lightbox-label {
    height: 22%;
  }

  .cta-label {
    margin-left: 20%;
    font-size: 16px;
  }

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

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

  .lightbox-popup {
    padding-top: 80px;
  }

  .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;
    margin-top: 0%;
  }

  .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: 154px;
  }

  .home-link.header.t-saitama {
    width: 144px;
  }

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

  .home-link.header.p-yamagata {
    width: 170px;
  }

  .home-link.header.p-kumamoto {
    width: 160px;
  }

  .home-link.header.c-yamaguchi {
    width: 170px;
  }

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

  .home-link.footer.t-saitama {
    width: 144px;
  }

  .home-link.footer.n-chubu {
    width: 180px;
  }

  .home-link.footer.p-yamagata {
    width: 170px;
  }

  .home-link.footer.p-kumamoto {
    width: 160px;
  }

  .home-link.footer.c-yamaguchi {
    width: 170px;
  }

  .cta-wrapper {
    height: auto;
  }

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

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

  .container-navi {
    max-width: 768px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .italic-text-4 {
    font-size: 13px;
  }

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

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

  .heading-movie.pc {
    width: 70%;
    margin-top: 0;
    padding-bottom: 0%;
  }

  .paragraph-center.margin-top.pc {
    margin-top: 30px;
    margin-bottom: 0;
    font-weight: 400;
  }

  .text {
    font-size: 13px;
  }

  .heading-photo.pc {
    width: 96%;
    margin-bottom: 0;
    padding-bottom: 0%;
  }

  .heading-lightbox {
    font-size: 11.5px;
    line-height: 1.2;
  }

  .heading-expert.pc {
    width: 94%;
    margin-bottom: 0;
    padding-bottom: 0%;
  }

  .footer-section {
    height: auto;
  }

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

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

  .cta-block {
    width: 80%;
    top: 37%;
    left: auto;
  }

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

@media screen and (max-width: 767px) {
  .container {
    max-width: 440px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

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

  .container.cta {
    max-width: 440px;
  }

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

  .container.expert {
    max-width: 440px;
  }

  .body {
    background-color: #153956;
  }

  .section.navigation {
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    position: fixed;
  }

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

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

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

  .section.footer {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 24px;
    padding-bottom: 12px;
  }

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

  .section.divider {
    height: 85px;
  }

  .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._4-iterms {
    grid-template-columns: 40px 40px 40px 40px;
  }

  .navigation-grid._5-iterms {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .navigation-label {
    padding-left: 3px;
    padding-right: 3px;
    font-size: 10px;
    line-height: 1.3;
  }

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

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

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

  .video-block.expert {
    border-width: 8px;
    border-radius: 0;
  }

  .video-block.corollacross {
    z-index: auto;
    border-width: 7px;
    border-radius: 0;
  }

  .cta-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    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;
  }

  .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;
  }

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: auto;
  }

  .light-linkbox {
    border-width: 2px;
  }

  .lightbox-label {
    height: 21%;
  }

  .cta-label {
    margin-left: 0%;
    margin-right: 0;
    font-size: 16px;
  }

  .cta-label.p-yamagata {
    margin-left: 14%;
  }

  .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 {
    width: 414px;
    padding: 55px 30px 35px;
  }

  .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;
    margin-top: 0%;
  }

  .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, .home-link.header.t-saitama {
    width: 120px;
  }

  .home-link.header.n-chubu {
    width: 150px;
  }

  .home-link.header.p-yamagata {
    width: 134px;
  }

  .home-link.header.p-kumamoto {
    width: 126px;
  }

  .home-link.header.c-yamaguchi {
    width: 132px;
  }

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

  .home-link.footer.t-saitama {
    width: 120px;
  }

  .home-link.footer.n-chubu {
    width: 150px;
  }

  .home-link.footer.p-yamagata {
    width: 134px;
  }

  .home-link.footer.p-kumamoto {
    width: 126px;
  }

  .home-link.footer.c-yamaguchi {
    width: 132px;
  }

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

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

  .flex-block.mobaile {
    justify-content: center;
    align-items: flex-start;
    max-width: 440px;
    margin-top: 0%;
    display: block;
  }

  .flex-block.mobaile._2 {
    z-index: 8;
  }

  .container-navi {
    max-width: 568px;
    padding-left: 54px;
    padding-right: 54px;
  }

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

  .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;
  }

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

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

  .heading-movie.pc {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0%;
    display: block;
  }

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

  .paragraph-center.pc {
    display: none;
  }

  .paragraph-center.mobile {
    display: block;
  }

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

  .paragraph-center.margin-top.mobile {
    color: #000;
    margin-top: 5%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 600;
  }

  .heading-photo.pc {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 1%;
    display: block;
  }

  .heading-lightbox {
    letter-spacing: -.5px;
    font-size: 15px;
    line-height: 1.2;
  }

  .heading-expert.pc {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 1%;
    display: block;
  }

  .footer-section {
    height: auto;
  }

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

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

  .cta-block {
    justify-content: center;
    align-items: center;
    width: 70%;
    margin-left: 13%;
    top: 38%;
    left: auto;
  }

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

@media screen and (max-width: 479px) {
  .container {
    max-width: 300px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container.lightbox {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 436px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .container.cta {
    max-width: 320px;
    padding-bottom: 20%;
  }

  .container.cta._1 {
    padding-bottom: 20%;
  }

  .container.movie {
    max-width: 436px;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .container.expert {
    max-width: 436px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .body {
    background-color: #273447;
  }

  .section.navigation {
    grid-row-gap: 6px;
    background-color: #273447;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100px;
    padding: 20px 20px 5px;
  }

  .section._1 {
    padding-top: 30%;
    padding-bottom: 14%;
  }

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

  .section._2.pc {
    padding-top: 30%;
    padding-bottom: 12%;
  }

  .section.footer {
    grid-row-gap: 10px;
    opacity: 1;
    background-color: #273447;
    margin-top: 0;
    padding: 20px 20px 8px;
  }

  .section._3 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 30%;
    padding-bottom: 0;
  }

  .section.divider {
    z-index: 4;
    height: 70px;
    position: static;
    overflow: hidden;
  }

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

  .client-logo-header.mobile {
    height: auto;
    margin-bottom: 0;
    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._4-iterms {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 354px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navigation-grid._5-iterms {
    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: space-around;
    place-items: stretch stretch;
    max-width: 354px;
    display: grid;
  }

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

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

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

  .video-block {
    width: auto;
  }

  .video-block.expert {
    border-width: 5px;
    border-radius: 0;
  }

  .video-block.corollacross {
    border-width: 6px;
    border-radius: 0;
  }

  .cta-grid {
    grid-column-gap: 30px;
    grid-row-gap: 24px;
    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;
  }

  .cta-grid._1 {
    grid-template-rows: auto;
  }

  .cta-grid._2 {
    grid-template-rows: auto auto;
  }

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

  .cta-link.fore.radus_box-shadows {
    z-index: 3;
    box-shadow: none;
    background-image: none;
    width: 65%;
    height: auto;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-auto-rows: auto;
    grid-auto-columns: auto;
    grid-auto-flow: row;
  }

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

  .cta-label {
    margin-right: 0;
    font-size: 17px;
  }

  .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-video {
    display: block;
    position: relative;
  }

  .background-color-wrapper {
    position: relative;
  }

  .expand-button-link {
    background-color: #548093;
    width: 100%;
    margin-top: 0%;
    padding: 5px 0;
    font-size: 13px;
    display: block;
  }

  .lightbox-background {
    z-index: 901;
    display: none;
  }

  .lightbox-background.show {
    z-index: 901;
    position: fixed;
  }

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

  .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-bottom: 10px;
  }

  .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: 0;
    padding-left: 20px;
    font-size: 13px;
  }

  .background-image-wrapper {
    margin-top: -36%;
  }

  .background-image-wrapper.curtain-1 {
    background-image: url('../images/background-image1-sp_1.webp');
    margin-top: 0%;
  }

  .background-image-wrapper.mobile {
    opacity: 1;
    background-image: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 121vw;
    display: flex;
  }

  .background-image-wrapper.curtain-2 {
    background-image: url('../images/background-image-sp_1.webp');
    padding-bottom: 0;
  }

  .background-image-wrapper.curtain_3 {
    background-image: url('../images/background-image3-sp_1.webp');
    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 {
    width: 170px;
  }

  .home-link.sp.header.t-saitama {
    width: 160px;
  }

  .home-link.sp.header.n-chubu {
    width: 190px;
  }

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

  .home-link.sp.header.c-yamaguchi {
    width: 190px;
  }

  .home-link.sp.footer {
    width: 170px;
  }

  .home-link.sp.footer.n-chubu {
    width: 190px;
  }

  .home-link.sp.footer.p-yamagata {
    width: 180px;
  }

  .home-link.sp.footer.c-yamaguchi {
    width: 190px;
  }

  .home-link.sp.footer.t-saitama {
    width: 160px;
  }

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

  .flex-block.mobaile {
    z-index: auto;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 436px;
    display: flex;
    position: static;
  }

  .flex-block.mobaile._2 {
    z-index: 8;
    float: none;
    clear: none;
    max-width: 436px;
    margin-top: 0%;
    display: block;
    position: static;
  }

  .text-block {
    color: #fff;
    margin-bottom: 6px;
    font-size: 11.5px;
  }

  .container-navi {
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .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;
  }

  .italic-text-4 {
    font-size: 12.1px;
    font-weight: 400;
  }

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

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

  .heading-movie.pc {
    width: 100%;
    display: none;
  }

  .heading-movie.sp {
    z-index: 8;
    width: 100%;
    margin-top: 0%;
    margin-bottom: 0%;
    display: block;
    position: relative;
  }

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

  .paragraph-center.margin-top {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
  }

  .paragraph-center.margin-top.mobile {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 11px;
    display: block;
  }

  .paragraph-center.margin-top.mobile.sub {
    display: block;
  }

  .text {
    font-size: 12.1px;
  }

  .heading-photo.pc {
    width: 100%;
    margin-bottom: 0;
    display: none;
  }

  .heading-photo.sp {
    z-index: 5;
    width: 100%;
    margin-bottom: 4%;
    display: block;
    position: relative;
  }

  .heading-lightbox {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    transform: translate(0, -50%);
  }

  .heading-expert.pc {
    width: 100%;
    margin-bottom: 0;
    display: none;
  }

  .heading-expert.sp {
    width: 100%;
    margin-bottom: 0%;
    display: block;
  }

  .footer-section {
    height: auto;
  }

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

  .footer-section.sp {
    z-index: auto;
    opacity: 1;
    display: block;
    position: relative;
  }

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

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

  .cta-block {
    width: 70%;
    top: 37%;
    left: auto;
  }

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

  .hero-text-top {
    width: 40%;
    margin-top: 0%;
    margin-left: 3.8%;
    position: relative;
  }

  .herobox.sp {
    flex-flow: column;
    margin-left: 0%;
    padding-top: 47%;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .hero-text-buttom {
    width: 70%;
    margin-top: -1%;
    margin-left: 3.8%;
    position: relative;
  }

  .hero-logo {
    display: none;
  }

  .hero-logo.sp {
    width: 80%;
    margin-top: 9%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

#w-node-bba196bb-d188-3031-fec9-288afcd8f96a-1b8c93c3, #w-node-_7236da8b-96cd-2e5c-6ee0-4f8078dfcd5c-1b8c93c3, #w-node-d51ecaa2-7f0a-355f-2a43-79771dfbe118-1b8c93c3, #w-node-e81c195a-b9d5-ec54-9841-2d193891e97c-1b8c93c3, #w-node-eaa60f91-2f92-aa3e-d0dc-19fd997dae70-1b8c93c3, #w-node-_0a849315-82b0-5f48-b224-c67ac210c252-1b8c93c3, #w-node-_428f9482-89a0-3143-a09c-19e657188ce1-1b8c93c3, #w-node-_11b52c8c-4745-52ef-763c-51317b0d5f13-1b8c93c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad3497f0-bed9-da4f-fd10-7881ff812347-1b8c93c3, #w-node-f704c10e-251d-73b0-8b66-840db0c1a4ab-1b8c93c3 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-bba196bb-d188-3031-fec9-288afcd8f96a-be014b1c, #w-node-_7236da8b-96cd-2e5c-6ee0-4f8078dfcd5c-be014b1c, #w-node-d51ecaa2-7f0a-355f-2a43-79771dfbe118-be014b1c, #w-node-e81c195a-b9d5-ec54-9841-2d193891e97c-be014b1c, #w-node-eaa60f91-2f92-aa3e-d0dc-19fd997dae70-be014b1c, #w-node-_0a849315-82b0-5f48-b224-c67ac210c252-be014b1c, #w-node-_428f9482-89a0-3143-a09c-19e657188ce1-be014b1c, #w-node-_11b52c8c-4745-52ef-763c-51317b0d5f13-be014b1c, #w-node-bba196bb-d188-3031-fec9-288afcd8f96a-91528c68, #w-node-_7236da8b-96cd-2e5c-6ee0-4f8078dfcd5c-91528c68, #w-node-d51ecaa2-7f0a-355f-2a43-79771dfbe118-91528c68, #w-node-e81c195a-b9d5-ec54-9841-2d193891e97c-91528c68, #w-node-eaa60f91-2f92-aa3e-d0dc-19fd997dae70-91528c68, #w-node-_0a849315-82b0-5f48-b224-c67ac210c252-91528c68, #w-node-_428f9482-89a0-3143-a09c-19e657188ce1-91528c68, #w-node-_11b52c8c-4745-52ef-763c-51317b0d5f13-91528c68, #w-node-bba196bb-d188-3031-fec9-288afcd8f96a-a360183c, #w-node-_7236da8b-96cd-2e5c-6ee0-4f8078dfcd5c-a360183c, #w-node-d51ecaa2-7f0a-355f-2a43-79771dfbe118-a360183c, #w-node-e81c195a-b9d5-ec54-9841-2d193891e97c-a360183c, #w-node-eaa60f91-2f92-aa3e-d0dc-19fd997dae70-a360183c, #w-node-_0a849315-82b0-5f48-b224-c67ac210c252-a360183c, #w-node-_428f9482-89a0-3143-a09c-19e657188ce1-a360183c, #w-node-_11b52c8c-4745-52ef-763c-51317b0d5f13-a360183c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad3497f0-bed9-da4f-fd10-7881ff812347-a360183c, #w-node-f704c10e-251d-73b0-8b66-840db0c1a4ab-a360183c {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-bba196bb-d188-3031-fec9-288afcd8f96a-44cddf3c, #w-node-_7236da8b-96cd-2e5c-6ee0-4f8078dfcd5c-44cddf3c, #w-node-d51ecaa2-7f0a-355f-2a43-79771dfbe118-44cddf3c, #w-node-e81c195a-b9d5-ec54-9841-2d193891e97c-44cddf3c, #w-node-eaa60f91-2f92-aa3e-d0dc-19fd997dae70-44cddf3c, #w-node-_0a849315-82b0-5f48-b224-c67ac210c252-44cddf3c, #w-node-_428f9482-89a0-3143-a09c-19e657188ce1-44cddf3c, #w-node-_11b52c8c-4745-52ef-763c-51317b0d5f13-44cddf3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad3497f0-bed9-da4f-fd10-7881ff812347-44cddf3c, #w-node-f704c10e-251d-73b0-8b66-840db0c1a4ab-44cddf3c {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-bba196bb-d188-3031-fec9-288afcd8f96a-5fc08ce4, #w-node-_7236da8b-96cd-2e5c-6ee0-4f8078dfcd5c-5fc08ce4, #w-node-d51ecaa2-7f0a-355f-2a43-79771dfbe118-5fc08ce4, #w-node-e81c195a-b9d5-ec54-9841-2d193891e97c-5fc08ce4, #w-node-eaa60f91-2f92-aa3e-d0dc-19fd997dae70-5fc08ce4, #w-node-_0a849315-82b0-5f48-b224-c67ac210c252-5fc08ce4, #w-node-_428f9482-89a0-3143-a09c-19e657188ce1-5fc08ce4, #w-node-_11b52c8c-4745-52ef-763c-51317b0d5f13-5fc08ce4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-ad3497f0-bed9-da4f-fd10-7881ff812335-1b8c93c3, #w-node-f704c10e-251d-73b0-8b66-840db0c1a499-1b8c93c3, #w-node-ad3497f0-bed9-da4f-fd10-7881ff812335-be014b1c, #w-node-f704c10e-251d-73b0-8b66-840db0c1a499-be014b1c, #w-node-ad3497f0-bed9-da4f-fd10-7881ff812335-91528c68, #w-node-f704c10e-251d-73b0-8b66-840db0c1a499-91528c68, #w-node-ad3497f0-bed9-da4f-fd10-7881ff812335-a360183c, #w-node-f704c10e-251d-73b0-8b66-840db0c1a499-a360183c, #w-node-ad3497f0-bed9-da4f-fd10-7881ff812335-44cddf3c, #w-node-f704c10e-251d-73b0-8b66-840db0c1a499-44cddf3c, #w-node-ad3497f0-bed9-da4f-fd10-7881ff812335-5fc08ce4, #w-node-f704c10e-251d-73b0-8b66-840db0c1a499-5fc08ce4 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}


