: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: 840px;
  position: relative;
}

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

.container.movie {
  max-width: 800px;
  position: static;
}

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

.body {
  color: #fff;
  background-color: #1e2027;
  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: #1e2027;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  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: 120px;
  padding-bottom: 120px;
}

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

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

.section.footer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #1e2027;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

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

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

.client-logo-header {
  width: 100%;
  max-width: none;
  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 .25fr auto;
  grid-auto-columns: auto;
  grid-auto-flow: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 10px;
  display: grid;
}

.navigation-label {
  color: #fff;
  white-space: nowrap;
  padding: 10px 8px 6px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12.5px;
  font-weight: 300;
  line-height: 1;
  position: relative;
}

.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 #fff;
  border-radius: 0;
}

.video-block.corollacross {
  border-style: none;
  border-color: #fff;
  border-radius: 0;
}

.cta-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding: 0;
  display: grid;
  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.radus_box-shadows {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  background-image: none;
  border-radius: 0;
  flex-flow: column;
  width: 60%;
  height: auto;
  margin-left: auto;
  position: relative;
}

.cta-link.fore.radus_box-shadows._2 {
  margin-left: 0;
  margin-right: auto;
}

.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 #548093;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 96%;
  margin: 1.5% 0%;
  padding-top: 100%;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.lightbox-label {
  background-image: url('../images/lightbox-background_sub.svg');
  background-position: 50%;
  background-size: cover;
  border-style: none;
  border-width: 0;
  width: 100%;
  height: 23%;
  position: absolute;
  inset: auto 0% 0%;
}

.lightbox-image {
  z-index: auto;
  max-width: 100%;
  position: absolute;
  top: 0;
}

.cta-label {
  color: #fff;
  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: 30%;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: hiragino-kaku-gothic-pron;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.cta-label.store {
  letter-spacing: 1px;
  margin-left: 12%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 19px;
}

.cta-label.contact {
  margin-left: 20%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 19px;
}

.cta-label.webcatalog {
  text-align: center;
  margin-left: 18%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

.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%;
  display: block;
  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: #227fab;
  border: 0 solid #fff;
  border-radius: 0;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 8px 0;
  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: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  margin-bottom: 50px;
  display: grid;
}

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

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

.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: 0;
  padding-left: 0;
  padding-right: 0;
  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-highright.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  margin-top: 0%;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  overflow: clip;
}

.background-image-wrapper.curtain-2 {
  background-image: url('../images/bacground-detail.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  margin-top: 0%;
  padding-top: 0;
  padding-bottom: 0;
  overflow: clip;
}

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

.background-image-wrapper.curtain_4 {
  background-image: url('../images/background-faq.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  margin-top: 0%;
  padding-top: 120px;
  padding-bottom: 60px;
  display: block;
}

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

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

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

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

.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 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  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: flex-end;
  align-items: stretch;
  width: 640px;
  max-width: none;
  margin: 1% auto 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.flex-block.pc._2 {
  justify-content: space-between;
  align-items: center;
  margin-top: 1%;
  display: flex;
  position: static;
}

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

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

.flex-vertical {
  flex-direction: column;
  align-items: center;
  margin-top: 2%;
  margin-bottom: 3%;
  display: flex;
}

.flex-vertical.payment-plan-link {
  color: #fff;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2%;
  margin-bottom: 2%;
  text-decoration: none;
}

.flex-vertical.information {
  margin-bottom: 3%;
}

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

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

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

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

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

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

.cta-bottom._2 {
  padding-top: 50px;
  padding-bottom: 100px;
}

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

.heading-movie.pc {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  min-width: auto;
  max-width: none;
  margin-top: 10%;
  margin-bottom: 2%;
  padding-bottom: 0;
  display: flex;
  position: relative;
  left: auto;
}

.heading-movie.pc.noah {
  justify-content: center;
  align-items: center;
  width: 79%;
  margin-top: 5%;
  margin-bottom: 1%;
}

.heading-movie.pc.voxy {
  justify-content: center;
  align-items: center;
  width: 78%;
  margin-top: 5%;
  margin-bottom: 1%;
}

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

.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;
  float: none;
  color: #253744;
  flex-flow: column;
  width: 660px;
  margin: 6% auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  display: block;
  position: relative;
}

.paragraph-center.margin-top.pc.ex {
  color: #fff;
  width: 720px;
  font-size: 14px;
}

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

.heading-photo.pc {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin-bottom: 1%;
  display: flex;
  position: relative;
}

.heading-lightbox {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.heading-lightbox._2 {
  font-size: 13px;
}

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

.heading-expert.pc {
  justify-content: center;
  align-items: center;
  width: 76%;
  min-width: auto;
  max-width: none;
  margin-bottom: 1%;
  display: flex;
  position: relative;
}

.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: 38%;
}

.cta-block.webcatalog {
  top: 25%;
}

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

.hero-background-image-wrap.hero-pc {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 53vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: visible;
}

.custom-styles {
  display: none;
}

.text-image {
  z-index: auto;
  opacity: 1;
  width: 100%;
  max-width: none;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.light-box {
  background-image: url('../images/lightbox-background.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.cta-box {
  justify-content: center;
  align-items: center;
  width: 94%;
  transition: all .35s;
  display: flex;
}

.cta-box:hover {
  transform: scale(.95);
}

.hero-text {
  z-index: 1;
  opacity: 1;
  filter: drop-shadow(2px 2px 6px #000000b3);
  text-align: center;
  letter-spacing: 3px;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 0%;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 3.7vw;
  font-weight: 500;
  line-height: 1;
  display: block;
  position: relative;
  inset: auto 0%;
}

.hero-image {
  width: 100%;
  max-width: none;
  display: block;
}

.hero-text-box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 7% auto auto 0%;
}

.movie-h2-box {
  flex-flow: column-reverse;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.icon-movie-box, .icon-movie-box.noah {
  width: 13%;
}

.icon-movie {
  width: 100%;
  max-width: none;
}

.movie-h2 {
  color: #253744;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: hiragino-kaku-gothic-pron;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
}

.movie-h2.noah, .movie-h2.voxy {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  font-weight: 400;
}

.movie-h2-2 {
  color: #253744;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.2;
}

.movie-h2-2.noah {
  letter-spacing: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 46px;
  font-weight: 600;
}

.icon-potp-box {
  width: 11%;
}

.icon-potp {
  width: 100%;
  max-width: none;
}

.phot-h2-box {
  flex-flow: column-reverse;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 0;
  right: 0%;
}

.photo-h2 {
  color: #253744;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
}

.photo-h2-2 {
  color: #253744;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 43px;
  font-weight: 600;
  line-height: 1.2;
}

.icon-expert-box {
  width: 14%;
}

.icon-expert {
  width: 100%;
  max-width: none;
}

.expert-h2-box {
  flex-flow: column-reverse;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.expert-h2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0%;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.expert-h2-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}

.h1-text {
  margin-top: 0%;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  inset: 41% 5% auto auto;
}

.store-link {
  text-align: center;
  background-color: #0000;
  font-size: 15px;
  text-decoration: none;
  transition: all .35s;
  position: relative;
}

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

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

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

.heading-lightbox-seo {
  color: #3b4653;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0%;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  position: relative;
  top: 0%;
}

.heading-lightbox-seo._4 {
  color: #fff;
  letter-spacing: 0;
  -webkit-text-stroke-color: #fff;
  margin-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: 16px;
}

.heading-lightbox-seo._3 {
  color: #fff;
  letter-spacing: 0;
  margin-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: 16px;
}

.heading-lightbox-seo._2 {
  color: #fff;
  margin-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: 16px;
  line-height: 1;
}

.heading-lightbox-seo._10 {
  color: #fff;
  text-align: center;
  margin-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: 16px;
  line-height: 1;
}

.gallery-item-4 {
  width: 96%;
  margin-top: 1.5%;
  margin-bottom: 1.5%;
  overflow: clip;
}

.gallery-item-1 {
  width: 96%;
  margin-top: 1.5%;
  margin-bottom: 1.5%;
  position: relative;
  overflow: clip;
}

.modal-content {
  background-color: #fff;
  border-bottom: 1px #000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 700px;
  max-height: 90vh;
  padding-top: 0;
  padding-bottom: 40px;
  display: block;
  position: relative;
  overflow: auto;
  box-shadow: 4px 5px 10px 2px #0000005c;
}

.light-box-seo {
  z-index: auto;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.light-box-seo.noah {
  background-image: url('../images/lightbox-background-noah.svg');
  background-position: 50%;
  background-size: cover;
}

.light-box-seo.voxy {
  background-image: url('../images/lightbox-background-voxy.svg');
  background-position: 50%;
  background-size: cover;
}

.gallery-item-2 {
  width: 96%;
  margin-top: 1.5%;
  margin-bottom: 1.5%;
  position: relative;
  overflow: clip;
}

.gallery-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 800px;
  position: relative;
}

.crose-button {
  z-index: 10;
  pointer-events: auto;
  cursor: pointer;
  width: 5%;
  max-width: none;
  display: block;
  position: absolute;
  inset: 1% 1% auto auto;
}

.modal-wrapper {
  z-index: 9999;
  flex-flow: column;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-wrapper.modal-2 {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: none;
  inset: 0%;
}

.modal-wrapper.modal-1 {
  border-radius: 0;
  order: 0;
  justify-content: center;
  align-items: center;
  display: none;
  inset: 0%;
}

.modal-wrapper.modal-4 {
  justify-content: center;
  align-items: center;
  display: none;
}

.modal-wrapper.modal-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
}

.modal-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.modal-section.noah {
  margin-top: 0%;
  padding-top: 0%;
  display: flex;
}

.modal-section.voxy {
  margin-top: 0%;
  padding-top: 1%;
}

.heading-seo {
  color: #333;
  max-width: 600px;
  margin: 20px auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 26px;
  line-height: 1.3;
}

.modal-content-text {
  color: #333;
  max-width: 600px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.modal-content-text.top {
  max-width: 600px;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
}

.modal-content-text._1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
}

.modal-content-text._1-2 {
  border-bottom: 1px solid #b8b8b8;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: block;
}

.modal-content-text._2 {
  margin-top: 40px;
}

.lightbox-label-seo {
  border-style: none;
  border-width: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 23%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20;
  display: flex;
  position: relative;
  inset: 0 0% 0%;
}

.lightbox-label-seo.noah {
  background-image: url('../images/lightbox-background-sub-noah.svg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-label-seo.voxy {
  background-image: url('../images/lightbox-background-sub-voxy.svg');
  background-position: 50%;
  background-size: cover;
}

.modal-overlay {
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
}

.gallery-item-3 {
  width: 96%;
  margin-top: 1.5%;
  margin-bottom: 1.5%;
  display: block;
  overflow: clip;
}

.number-seo {
  color: #333;
  margin-right: 5px;
  font-size: 26px;
  font-weight: 600;
}

.modal-image-1 {
  position: static;
  inset: 0%;
}

.text-block-left {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
}

.modal-content-image {
  border-radius: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.modal-content-image._2 {
  width: auto;
  max-width: 600px;
}

.text-block-right {
  color: #333;
  text-align: left;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.answer-icon {
  width: 5%;
  max-width: none;
  margin-right: 2%;
}

.question-block {
  border: 1px #000;
  border-bottom: 1px solid #00000040;
  margin-top: 3%;
  margin-bottom: 1%;
  line-height: 1.4;
  display: flex;
}

.question-text {
  color: #0e294d;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.answer-block {
  border-bottom: 1px solid #00000040;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1%;
  margin-bottom: 2%;
  padding-bottom: 1%;
  display: flex;
}

.sectionfaq {
  position: relative;
}

.sectionfaq._4 {
  padding-top: 100px;
  padding-bottom: 40px;
}

.answer-text {
  color: #0e294d;
  text-align: left;
  margin-top: auto;
  margin-bottom: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
  text-decoration: none;
  display: block;
}

.faq-box {
  width: 800px;
  max-width: none;
  margin: 1% auto;
}

.bottom-text {
  color: #0e294d;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  line-height: 1;
}

.question-icon {
  width: 5%;
  max-width: none;
  margin-right: 2%;
}

.hero-title-box {
  justify-content: space-between;
  align-items: center;
  width: 94%;
  margin-top: 3%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-title-box.top {
  width: 57%;
  margin-top: 2%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 2%;
}

.hero-logo-2 {
  z-index: 1;
  width: 36%;
  max-width: none;
  height: auto;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: auto 0% auto 3%;
}

.hero-logo-2.sub {
  width: 38%;
  margin-top: 0%;
  top: auto;
  left: 1%;
}

.hero-logo-2.sp {
  display: none;
}

.hero-car-image-box {
  width: 78%;
  margin-top: 7%;
}

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

.highlight-text-1 {
  width: 100%;
  min-width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.highlight-text-2 {
  color: #253744;
  text-align: center;
  letter-spacing: 2px;
  width: 70%;
  min-width: auto;
  max-width: none;
  margin: 6% auto;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  position: static;
}

.highlight-noah-logo {
  width: 60%;
  max-width: none;
  margin: 0% auto;
  display: block;
}

.highlight-voxy-logo {
  width: 60%;
  max-width: none;
  margin: 13% auto 0%;
  display: block;
}

.highlight-text-bk {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heading-highlight-text {
  color: #253744;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: block;
  position: absolute;
  inset: 22% 0% 0%;
}

.br-pc-highlight {
  font-size: 0;
  line-height: 0;
  display: block;
}

.br-cta-pc {
  display: block;
}

.footer-car-section {
  width: 100%;
  margin-top: 7%;
  padding-bottom: 0%;
}

.car-block {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.car-link-block {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.car-image {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.upper-arrow {
  width: 3%;
  max-width: none;
  position: absolute;
  inset: 16px 3% auto auto;
}

.heading-13px {
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.heading-13px.pc.text-black {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.flex-horizontal {
  justify-content: space-between;
  display: flex;
}

.flex-horizontal.red {
  background-image: linear-gradient(90deg, #c6cacd, #acb0b3 7.5%, #e6ecef 15%, #f3f9fe 50%, #c1c5c8 85%, #abafb3 92.5%, #6a6f72);
  border-radius: 8px;
  align-items: center;
  width: 800px;
  position: relative;
  box-shadow: 0 2px 5px #000000b3;
}

.payment-expand-box {
  width: 700px;
  margin-top: 0%;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

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

.plan-grid {
  grid-row-gap: 24px;
  grid-template-areas: ". ."
                       "Area Area";
}

.plan-grid.area5-0px {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.faq-h2-noah-voxy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}

.modal-image-5 {
  position: static;
  inset: 0%;
}

.gallery-item-5, .gallery-item-6 {
  width: 96%;
  margin-top: 1.5%;
  margin-bottom: 1.5%;
  position: relative;
  overflow: clip;
}

.gallery-item-7 {
  width: 96%;
  margin-top: 1.5%;
  margin-bottom: 1.5%;
  display: block;
  overflow: clip;
}

.gallery-item-8 {
  width: 96%;
  margin-top: 1.5%;
  margin-bottom: 1.5%;
  overflow: clip;
}

.grid-weight {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: .5fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  max-width: 600px;
  margin: 10px auto 0;
  display: grid;
}

.hd-seo {
  color: #333;
  background-color: #fffd94;
  margin-right: 5px;
  font-size: 20px;
  font-weight: 600;
}

.hd-seo-1 {
  color: #333;
  margin-right: 5px;
  font-size: 20px;
  font-weight: 600;
}

.grid-fuel-efficiency {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-bottom-style: none;
  border-bottom-color: #000;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  max-width: 600px;
  margin: 10px auto 0;
  display: grid;
}

.modal-wrapper2 {
  z-index: 9999;
  flex-flow: column;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-wrapper2.modal-5 {
  border-radius: 0;
  order: 0;
  justify-content: center;
  align-items: center;
  display: none;
  inset: 0%;
}

.modal-wrapper2.modal-6 {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: none;
  inset: 0%;
}

.modal-wrapper2.modal-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
}

.modal-wrapper2.modal-8 {
  justify-content: center;
  align-items: center;
  display: none;
}

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

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

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

  .container.movie, .container.expert {
    max-width: 820px;
  }

  .section.navigation {
    height: 54px;
  }

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

  .section._2.pc {
    padding-top: 130px;
    padding-bottom: 54px;
  }

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

  .section._3 {
    padding-top: 130px;
    padding-bottom: 10px;
  }

  .section.divider {
    height: 130px;
  }

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

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

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

  .video {
    border-width: 2px;
  }

  .video-block {
    width: 641px;
  }

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

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

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

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

  .cta-link.fore.radus_box-shadows, .cta-link.fore.radus_box-shadows._2 {
    width: 62%;
  }

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

  .lightbox-label {
    height: 23%;
  }

  .cta-label, .cta-label.store {
    font-size: 20px;
  }

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

  .cta-label.webcatalog {
    margin-left: 18%;
    font-size: 19px;
  }

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

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

  .expand-button-link {
    background-color: #227fab;
    padding-left: 0;
  }

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

  .telop-grid {
    grid-column-gap: 49px;
    grid-template-columns: 1fr;
    margin-top: 50px;
    margin-bottom: 50px;
  }

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

  .telop-grid._2column {
    grid-column-gap: 14px;
    grid-row-gap: 13px;
    grid-template-columns: .25fr 1fr;
  }

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

  .dialog-paragraph {
    padding-left: 0;
    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-opinion.webp');
    background-position: 50%;
    background-size: cover;
  }

  .background-image-wrapper.curtain_4 {
    background-image: url('../images/background-faq.webp');
    background-position: 50%;
    background-size: cover;
    padding-bottom: 90px;
  }

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

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

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

  .flex-vertical {
    margin-bottom: 3%;
  }

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

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

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

  .cta-image {
    width: 100%;
  }

  .cta-bottom {
    padding-top: 40px;
    padding-bottom: 120px;
  }

  .heading-movie.pc {
    width: 78%;
    min-width: auto;
    max-width: none;
    margin-bottom: 12px;
    left: auto;
  }

  .heading-movie.pc.noah {
    width: 77%;
  }

  .heading-movie.pc.voxy {
    width: 76%;
  }

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

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

  .heading-photo.pc {
    width: 100%;
    margin-bottom: 1%;
  }

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

  .heading-lightbox._2 {
    font-size: 13.5px;
  }

  .heading-expert.pc {
    width: 74%;
    margin-bottom: 1%;
  }

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

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

  .cta-block {
    top: 36%;
  }

  .cta-block.webcatalog {
    top: 24%;
  }

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

  .movie-h2-box {
    top: auto;
    right: auto;
  }

  .icon-movie-box.noah {
    width: 13%;
  }

  .movie-h2 {
    font-size: 18px;
  }

  .movie-h2.noah, .movie-h2.voxy {
    font-size: 16px;
  }

  .movie-h2-2, .movie-h2-2.noah {
    font-size: 46px;
  }

  .icon-potp-box {
    width: 11%;
  }

  .phot-h2-box {
    right: auto;
  }

  .photo-h2 {
    font-size: 17px;
  }

  .photo-h2-2 {
    font-size: 45px;
  }

  .icon-expert-box {
    width: 14%;
  }

  .expert-h2 {
    font-size: 16px;
  }

  .expert-h2-2 {
    font-size: 56px;
  }

  .annotation {
    font-size: 14px;
  }

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

  .heading-lightbox-seo._4, .heading-lightbox-seo._3, .heading-lightbox-seo._2 {
    font-size: 16px;
    line-height: 1;
  }

  .heading-lightbox-seo._10 {
    font-size: 15px;
    line-height: 1;
  }

  .gallery-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 800px;
  }

  .modal-wrapper.modal-1, .modal-wrapper.modal-4 {
    display: none;
  }

  .modal-content-text.top {
    font-size: 15px;
  }

  .lightbox-label-seo {
    height: 25%;
  }

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

  .sectionfaq._4 {
    padding-top: 140px;
    padding-bottom: 30px;
  }

  .faq-box {
    width: 800px;
    max-width: none;
  }

  .bottom-text {
    line-height: 1;
  }

  .heading-highlight-text {
    font-size: 39px;
  }

  .modal-wrapper2.modal-5, .modal-wrapper2.modal-8 {
    display: none;
  }
}

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

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

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

  .container.movie, .container.expert {
    max-width: 900px;
  }

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

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

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

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

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

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

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

  .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 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    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: none;
    border-width: 10px;
    width: 750px;
    line-height: 26px;
  }

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

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

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

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

  .cta-link.fore.radus_box-shadows._2 {
    width: 58%;
  }

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

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

  .cta-label {
    box-shadow: none;
    margin-left: 25%;
    font-size: 21px;
  }

  .cta-label.store {
    font-size: 21px;
  }

  .cta-label.contact {
    margin-left: 18%;
    font-size: 21px;
  }

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

  .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 {
    width: 100%;
    padding: 8px 0;
    font-size: 17px;
  }

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

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

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

  .telop-grid._2column {
    grid-column-gap: 17px;
    grid-row-gap: 18px;
  }

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

  .dialog-paragraph {
    text-align: justify;
    margin-bottom: 0;
    padding-left: 0;
    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: 160px;
  }

  .background-image-wrapper.curtain_4 {
    padding-bottom: 100px;
  }

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

  .home-link {
    width: 17%;
  }

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

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

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

  .flex-vertical {
    margin-bottom: 2%;
  }

  .text-block {
    margin-bottom: 0;
    margin-right: 0%;
    font-size: 15px;
  }

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

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

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

  .cta-image {
    width: 100%;
  }

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

  .cta-bottom._2 {
    padding-bottom: 120px;
  }

  .heading-movie {
    width: 595px;
  }

  .heading-movie.pc {
    width: 80%;
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 0;
    left: auto;
  }

  .heading-movie.pc.noah {
    width: 84%;
  }

  .heading-movie.pc.voxy {
    width: 83%;
  }

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

  .paragraph-center.margin-top.pc {
    width: 750px;
    margin-top: 6%;
    padding-bottom: 0;
    font-size: 18px;
  }

  .paragraph-center.margin-top.pc.ex {
    width: 770px;
    margin-top: 6%;
    font-size: 15px;
  }

  .heading-photo.pc {
    width: 100%;
    min-width: auto;
    margin-bottom: 1%;
  }

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

  .heading-lightbox._2 {
    font-size: 14px;
  }

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

  .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: 37%;
  }

  .cta-block.webcatalog {
    top: 26%;
  }

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

  .movie-h2-box {
    right: auto;
  }

  .icon-movie-box {
    width: 13%;
  }

  .movie-h2 {
    font-size: 20px;
  }

  .movie-h2.noah, .movie-h2.voxy {
    font-size: 18px;
  }

  .movie-h2-2, .movie-h2-2.noah {
    font-size: 55px;
  }

  .icon-potp-box {
    width: 11%;
  }

  .photo-h2 {
    font-size: 20px;
  }

  .photo-h2-2 {
    font-size: 48px;
  }

  .icon-expert-box {
    width: 14%;
  }

  .expert-h2 {
    font-size: 18px;
  }

  .expert-h2-2 {
    font-size: 62px;
  }

  .annotation {
    font-size: 15px;
  }

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

  .heading-lightbox-seo._4, .heading-lightbox-seo._3, .heading-lightbox-seo._2 {
    font-size: 18px;
  }

  .heading-lightbox-seo._10 {
    font-size: 17px;
  }

  .modal-content {
    max-width: 750px;
  }

  .gallery-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 900px;
  }

  .modal-wrapper.modal-4 {
    display: none;
  }

  .heading-seo {
    max-width: 630px;
  }

  .modal-content-text, .modal-content-text.top {
    max-width: 630px;
    font-size: 16px;
  }

  .modal-content-text._1 {
    margin-bottom: 15px;
    font-size: 17px;
  }

  .lightbox-label-seo {
    height: 23%;
    padding-top: 12px;
    padding-bottom: 12px;
    top: auto;
    bottom: 0%;
  }

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

  .modal-content-image._2 {
    max-width: 630px;
  }

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

  .question-text {
    font-size: 19px;
  }

  .sectionfaq._4 {
    padding-top: 150px;
    padding-bottom: 40px;
  }

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

  .faq-box {
    width: 870px;
    max-width: none;
    line-height: 1;
  }

  .bottom-text {
    font-size: 13px;
  }

  .hero-logo-2 {
    margin-top: 0%;
  }

  .highlight-text-2 {
    width: 70%;
    font-size: 38px;
  }

  .heading-highlight-text {
    font-size: 42px;
  }

  .car-block {
    max-width: 900px;
  }

  .upper-arrow {
    top: 20px;
  }

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

  .heading-13px.pc.text-black {
    font-size: 30px;
  }

  .flex-horizontal.red {
    width: 870px;
  }

  .payment-expand-box {
    width: 790px;
  }

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

  .plan-grid {
    grid-row-gap: 30px;
  }

  .plan-grid.area5-0px {
    grid-row-gap: 36px;
  }

  .faq-h2-noah-voxy {
    font-size: 43px;
  }

  .grid-weight, .grid-fuel-efficiency {
    max-width: 630px;
  }

  .modal-wrapper2.modal-8 {
    display: none;
  }
}

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

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

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

  .container.movie, .container.expert {
    max-width: 1100px;
  }

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

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

  .section._1 {
    padding-top: 200px;
    padding-bottom: 200px;
    font-size: 21px;
  }

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

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

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

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

  .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;
    font-size: 23px;
    right: 37px;
  }

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

  .navigation-label {
    padding: 12px;
    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: none;
    border-width: 12px;
    width: 840px;
  }

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

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

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

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

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

  .light-linkbox {
    border: 3px #548093;
    width: 96%;
    margin-bottom: 1.5%;
  }

  .lightbox-label {
    border-style: none;
    border-color: #000;
    height: 23%;
  }

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

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

  .cta-label.store {
    margin-left: 12%;
    font-size: 24px;
  }

  .cta-label.contact {
    margin-left: 18%;
    font-size: 24px;
  }

  .cta-label.webcatalog {
    margin-left: 14%;
    font-size: 22px;
  }

  .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: #227fab;
    width: 100%;
    padding: 14px 0;
    font-size: 24px;
  }

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

  .telop-grid {
    grid-column-gap: 50px;
    grid-template-columns: 1fr;
    margin-top: 70px;
    margin-bottom: 70px;
  }

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

  .telop-grid._2column {
    grid-column-gap: 20px;
    grid-row-gap: 19px;
  }

  .dialog-paragraph {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 18px;
  }

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

  .background-image-wrapper.curtain-1 {
    background-position: 50% 100%;
  }

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

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

  .background-image-wrapper.curtain_4 {
    padding-top: 140px;
    padding-bottom: 40px;
  }

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

  .home-link {
    width: 18%;
  }

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

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

  .flex-vertical {
    margin-bottom: 2%;
  }

  .text-block {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
  }

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

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

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

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

  .cta-bottom {
    box-shadow: none;
    padding-top: 50px;
    padding-bottom: 160px;
    font-size: 21px;
  }

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

  .heading-movie {
    width: 780px;
  }

  .heading-movie.pc {
    width: 76%;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
    left: auto;
  }

  .heading-movie.pc.noah, .heading-movie.pc.voxy {
    width: 78%;
  }

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

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

  .paragraph-center.margin-top.pc {
    width: 840px;
    margin-top: 45px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 21px;
  }

  .paragraph-center.margin-top.pc.ex {
    width: 900px;
    margin-top: 6%;
    margin-bottom: 0%;
    font-size: 17px;
  }

  .heading-photo.pc {
    width: 100%;
    margin-bottom: 1%;
  }

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

  .heading-lightbox._2 {
    font-size: 17px;
  }

  .heading-expert.pc {
    width: 75%;
    margin-bottom: 1%;
    font-size: 52px;
  }

  .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: 53vw;
  }

  .hero-text {
    font-size: 3.7vw;
  }

  .movie-h2-box {
    right: auto;
  }

  .icon-movie-box {
    width: 13%;
  }

  .icon-movie {
    width: 100%;
    max-width: none;
  }

  .movie-h2 {
    font-size: 23px;
  }

  .movie-h2.noah, .movie-h2.voxy {
    font-size: 21px;
  }

  .movie-h2-2, .movie-h2-2.noah {
    font-size: 63px;
  }

  .icon-potp-box {
    width: 11%;
  }

  .icon-potp {
    width: 100%;
    max-width: none;
  }

  .photo-h2 {
    font-size: 23px;
  }

  .photo-h2-2 {
    font-size: 57px;
  }

  .icon-expert-box {
    width: 14%;
  }

  .icon-expert {
    width: 100%;
    max-width: none;
  }

  .expert-h2 {
    font-size: 21px;
  }

  .expert-h2-2 {
    font-size: 76px;
  }

  .annotation {
    font-size: 16px;
  }

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

  .heading-lightbox-seo._4, .heading-lightbox-seo._3, .heading-lightbox-seo._2, .heading-lightbox-seo._10 {
    font-family: hiragino-kaku-gothic-pron;
    font-size: 22px;
  }

  .modal-content {
    max-width: 800px;
    font-size: 16px;
    display: block;
  }

  .gallery-wrapper {
    width: 1110px;
  }

  .modal-wrapper.modal-2, .modal-wrapper.modal-1, .modal-wrapper.modal-4, .modal-wrapper.modal-3 {
    display: none;
  }

  .heading-seo {
    max-width: 700px;
    font-size: 28px;
  }

  .modal-content-text, .modal-content-text.top {
    max-width: 700px;
    font-size: 18px;
  }

  .modal-content-text._1 {
    max-width: 700px;
    margin-bottom: 19px;
    font-size: 20px;
  }

  .modal-content-text._1-2 {
    font-size: 20px;
  }

  .lightbox-label-seo {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 18px;
  }

  .number-seo {
    font-size: 28px;
  }

  .text-block-left {
    font-size: 20px;
  }

  .modal-content-image._2 {
    width: 700px;
    max-width: 700px;
  }

  .text-block-right {
    font-size: 20px;
  }

  .question-text {
    font-size: 22px;
  }

  .sectionfaq._4 {
    padding-top: 170px;
    padding-bottom: 50px;
  }

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

  .faq-box {
    width: 1060px;
    max-width: none;
  }

  .bottom-text {
    font-size: 16px;
    line-height: 1;
  }

  .hero-title-box {
    margin-top: 3%;
  }

  .hero-logo-2 {
    margin-top: 0%;
  }

  .hero-logo-2.sub {
    width: 38%;
    margin-top: 0%;
    left: 1%;
  }

  .highlight-text-1 {
    width: 836px;
  }

  .highlight-text-2 {
    font-size: 44px;
  }

  .heading-highlight-text {
    font-size: 48px;
    top: 22%;
  }

  .footer-car-section {
    padding-bottom: 5%;
  }

  .car-block {
    max-width: 1100px;
  }

  .upper-arrow {
    width: 3%;
    top: 22px;
  }

  .heading-13px {
    font-size: 22px;
  }

  .heading-13px.pc.text-black {
    font-size: 34px;
  }

  .flex-horizontal.red {
    width: 1060px;
  }

  .payment-expand-box {
    width: 940px;
  }

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

  .plan-grid {
    grid-row-gap: 35px;
  }

  .plan-grid.area5-0px {
    grid-row-gap: 42px;
  }

  .faq-h2-noah-voxy {
    font-size: 54px;
  }

  .grid-weight {
    max-width: 700px;
  }

  .hd-seo, .hd-seo-1 {
    font-size: 28px;
  }

  .grid-fuel-efficiency {
    max-width: 700px;
  }

  .modal-wrapper2.modal-5, .modal-wrapper2.modal-8 {
    display: none;
  }
}

@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: 720px;
  }

  .container.movie, .container.expert {
    max-width: 768px;
  }

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

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

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

  .section.footer {
    grid-row-gap: 8px;
    margin-top: 0;
    padding-top: 36px;
    padding-bottom: 36px;
  }

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

  .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: 2px;
    grid-row-gap: 2px;
    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: none;
    border-width: 10px;
    border-radius: 0;
  }

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

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

  .lightbox-label {
    height: 23%;
  }

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

  .cta-label.store {
    font-size: 18px;
  }

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

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

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

  .expand-button-link {
    width: 100%;
    padding: 10px 0;
  }

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

  .telop-grid {
    grid-column-gap: 25px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

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

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

  .dialog-paragraph {
    padding-left: 0;
    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 {
    padding-bottom: 0;
  }

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

  .background-image-wrapper.curtain_4 {
    padding-bottom: 40px;
  }

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

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

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

  .cta-wrapper {
    height: auto;
  }

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

  .text-block {
    margin-right: 0%;
    font-size: 14px;
  }

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

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

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

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

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

  .cta-bottom._2 {
    padding-bottom: 100px;
  }

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

  .heading-movie.pc.noah {
    width: 78%;
  }

  .heading-movie.pc.voxy {
    width: 77%;
  }

  .paragraph-center.margin-top.pc {
    margin-top: 6%;
    margin-bottom: 0;
    font-weight: 300;
  }

  .heading-photo.pc {
    width: 100%;
    margin-bottom: 1%;
  }

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

  .heading-lightbox._2 {
    font-size: 11px;
  }

  .heading-expert.pc {
    width: 77%;
    margin-bottom: 1%;
  }

  .footer-section {
    height: auto;
  }

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

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

  .cta-block {
    text-align: center;
    width: 80%;
    top: 38%;
    left: auto;
  }

  .cta-block.webcatalog {
    top: 25%;
  }

  .hero-background-image-wrap.hero-pc {
    height: 53vw;
  }

  .hero-text {
    font-size: 3.7vw;
  }

  .movie-h2-box {
    right: auto;
  }

  .icon-movie-box {
    width: 13%;
  }

  .movie-h2 {
    font-size: 17px;
  }

  .movie-h2.noah, .movie-h2.voxy {
    font-size: 15px;
  }

  .movie-h2-2, .movie-h2-2.noah {
    font-size: 43px;
  }

  .icon-potp-box {
    width: 11%;
  }

  .photo-h2 {
    font-size: 15px;
  }

  .photo-h2-2 {
    font-size: 37.5px;
  }

  .icon-expert-box {
    width: 14%;
  }

  .expert-h2 {
    font-size: 16px;
  }

  .expert-h2-2 {
    font-size: 53px;
  }

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

  .annotation {
    font-size: 12px;
  }

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

  .heading-lightbox-seo._4, .heading-lightbox-seo._3 {
    letter-spacing: 0;
    font-size: 15px;
    line-height: 1;
  }

  .heading-lightbox-seo._2 {
    font-size: 15px;
  }

  .heading-lightbox-seo._10 {
    margin-left: 0%;
    font-size: 15px;
  }

  .modal-content {
    display: block;
  }

  .gallery-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 720px;
  }

  .modal-wrapper.modal-2, .modal-wrapper.modal-1, .modal-wrapper.modal-4, .modal-wrapper.modal-3 {
    display: none;
  }

  .modal-section {
    width: 760px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-seo, .modal-content-text, .modal-content-text.top {
    max-width: 590px;
  }

  .lightbox-label-seo {
    height: 23%;
  }

  .modal-content-image._2 {
    max-width: 590px;
  }

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

  .sectionfaq._4 {
    padding-top: 140px;
    padding-bottom: 30px;
  }

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

  .faq-box {
    width: 730px;
    max-width: none;
  }

  .bottom-text {
    font-size: 10.5px;
  }

  .highlight-text-1 {
    width: 568px;
  }

  .highlight-text-2 {
    font-size: 33px;
  }

  .heading-highlight-text {
    font-size: 32px;
  }

  .footer-car-section {
    padding-bottom: 5%;
  }

  .car-link-block {
    width: 86%;
  }

  .heading-13px {
    letter-spacing: 0;
  }

  .flex-horizontal.red {
    width: 730px;
  }

  .payment-expand-box {
    width: 680px;
  }

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

  .grid-weight {
    max-width: 590px;
  }

  .grid-fuel-efficiency {
    grid-template-columns: .75fr .75fr;
    max-width: 590px;
  }

  .modal-wrapper2.modal-5, .modal-wrapper2.modal-6, .modal-wrapper2.modal-7, .modal-wrapper2.modal-8 {
    display: none;
  }
}

@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: #1e2027;
  }

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

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

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

  .section._2.pc {
    padding-top: 15%;
    padding-bottom: 6%;
  }

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

  .section._3 {
    padding-top: 17%;
    padding-bottom: 6%;
  }

  .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: 2px;
    grid-row-gap: 2px;
  }

  .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: 6px;
    border-radius: 0;
  }

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

  .cta-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    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 {
    width: 80%;
    height: auto;
    box-shadow: none;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta-link.fore.radus_box-shadows._2 {
    margin-right: 0;
  }

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

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

  .lightbox-label {
    height: 23%;
  }

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

  .cta-label.store, .cta-label.contact {
    margin-left: 0%;
    font-size: 19px;
  }

  .cta-label.webcatalog {
    margin-left: 0%;
    font-size: 18px;
  }

  .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;
    width: 100%;
    padding: 6px 0;
  }

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

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

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

  .telop-grid._2column {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

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

  .dialog-paragraph {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    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 {
    background-image: url('../images/bacground-detail.webp');
    background-position: 50%;
    padding-bottom: 0%;
  }

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

  .background-image-wrapper.curtain_4 {
    padding-bottom: 20px;
  }

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

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

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

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

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

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

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

  .flex-block.mobaile._2 {
    z-index: 8;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 1%;
    display: flex;
  }

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

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

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

  .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: 80%;
    min-width: auto;
    max-width: none;
    padding-top: 0;
    display: block;
  }

  .cta-bottom {
    margin-bottom: 0;
    padding-top: 6%;
    padding-bottom: 18%;
  }

  .cta-bottom._2 {
    padding-top: 2%;
    padding-bottom: 16%;
  }

  .heading-movie.pc {
    width: 100%;
    margin: 0 auto 2%;
    padding-bottom: 0;
    display: flex;
    left: auto;
  }

  .heading-movie.pc.noah {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .heading-movie.pc.voxy {
    justify-content: center;
    align-items: center;
    width: 99%;
  }

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

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

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

  .paragraph-center.margin-top.pc {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    display: block;
  }

  .paragraph-center.margin-top.pc.ex {
    width: auto;
    font-size: 15px;
    display: block;
  }

  .heading-photo.pc {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 1%;
    padding-bottom: 0;
    display: flex;
  }

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

  .heading-lightbox._2 {
    font-size: 14px;
  }

  .heading-expert.pc {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 2%;
    display: flex;
  }

  .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: 8%;
    top: 37%;
    left: auto;
  }

  .cta-block.webcatalog {
    top: 25%;
  }

  .hero-background-image-wrap.hero-pc {
    height: 52vw;
  }

  .text-image {
    height: 100%;
  }

  .hero-text {
    height: auto;
    font-size: 3.7vw;
  }

  .movie-h2-box {
    top: auto;
    right: auto;
  }

  .icon-movie-box {
    width: 13%;
  }

  .movie-h2, .movie-h2.noah, .movie-h2.voxy {
    font-size: 11px;
  }

  .movie-h2-2, .movie-h2-2.noah {
    font-size: 32px;
  }

  .icon-potp-box {
    width: 12%;
  }

  .phot-h2-box {
    top: auto;
  }

  .photo-h2 {
    font-size: 11px;
  }

  .photo-h2-2 {
    font-size: 22.5px;
  }

  .icon-expert-box {
    width: 15%;
  }

  .expert-h2-box {
    justify-content: space-between;
    align-items: flex-start;
  }

  .expert-h2 {
    font-size: 11px;
  }

  .expert-h2-2 {
    font-size: 40px;
  }

  .h1-text {
    left: auto;
  }

  .br-pc {
    display: block;
  }

  .br-sp {
    font-size: 0;
    display: block;
  }

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

  .heading-lightbox-seo._4, .heading-lightbox-seo._3 {
    letter-spacing: 0;
    margin-left: 0%;
    font-size: 18px;
    line-height: 1;
  }

  .heading-lightbox-seo._2, .heading-lightbox-seo._10 {
    letter-spacing: 0;
    margin-left: 0%;
    font-size: 18px;
  }

  .gallery-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 440px;
  }

  .modal-wrapper.modal-2, .modal-wrapper.modal-1, .modal-wrapper.modal-4, .modal-wrapper.modal-3 {
    display: none;
  }

  .modal-section {
    width: 440px;
  }

  .heading-seo {
    width: 88%;
    max-width: none;
    font-size: 3.5vw;
  }

  .modal-content-text {
    width: 88%;
    max-width: none;
    font-size: 2.4vw;
  }

  .modal-content-text.top {
    width: 88%;
    font-size: 2.4vw;
  }

  .modal-content-text._1 {
    font-size: 2.4vw;
  }

  .modal-content-text._1-2 {
    font-size: 3vw;
  }

  .lightbox-label-seo {
    height: 23%;
  }

  .number-seo {
    font-size: 3.5vw;
  }

  .text-block-left {
    font-size: 2.4vw;
  }

  .modal-content-image._2 {
    width: 88%;
    max-width: none;
  }

  .text-block-right {
    font-size: 2.4vw;
  }

  .answer-icon {
    width: 8%;
    margin-bottom: 0%;
  }

  .question-block {
    justify-content: flex-start;
    align-items: center;
  }

  .question-text {
    font-size: 16px;
  }

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

  .sectionfaq._4 {
    padding-top: 17%;
    padding-bottom: 6%;
  }

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

  .faq-box {
    width: 470px;
    max-width: none;
    margin-top: 1%;
  }

  .bottom-text {
    font-size: 12px;
    line-height: 1.3;
  }

  .question-icon {
    width: 8%;
  }

  .highlight-text-1 {
    width: 96%;
    min-width: auto;
  }

  .highlight-text-2 {
    width: 72%;
    font-size: 19px;
  }

  .heading-highlight-text {
    font-size: 21px;
    top: 22%;
  }

  .br-pc-highlight, .br-cta-pc {
    display: block;
  }

  .car-block {
    max-width: 440px;
  }

  .car-link-block {
    width: 100%;
  }

  .upper-arrow {
    width: 4%;
    top: 13px;
    right: 3%;
  }

  .heading-13px {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading-13px.pc.text-black {
    font-size: 25px;
  }

  .flex-horizontal.red {
    width: 470px;
  }

  .payment-expand-box {
    width: 440px;
  }

  .container-2 {
    max-width: 500px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .plan-grid {
    grid-row-gap: 24px;
    grid-template: "Area"
                   "Area-2"
                   "Area-3"
                   "Area-4"
                   "Area-5"
                   "Area-6"
                   "Area-7"
                   "Area-8"
                   "Area-9"
                   "Area-10"
                   / 1fr;
  }

  .plan-grid.area5-0px {
    grid-column-gap: 16px;
    grid-template-rows: auto auto auto auto 0 auto auto auto auto auto;
  }

  .faq-h2-noah-voxy {
    font-size: 32px;
  }

  .grid-weight {
    grid-template-columns: .75fr 1fr;
    width: 88%;
    max-width: none;
  }

  .hd-seo {
    font-size: 3.3vw;
  }

  .hd-seo-1 {
    font-size: 3.5vw;
  }

  .grid-fuel-efficiency {
    grid-template-columns: .75fr .75fr;
    width: 88%;
    max-width: none;
  }

  .modal-wrapper2.modal-5, .modal-wrapper2.modal-6, .modal-wrapper2.modal-7, .modal-wrapper2.modal-8 {
    display: none;
  }
}

@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: 10px;
    padding-right: 10px;
    display: flex;
  }

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

  .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: #1e2027;
  }

  .section.navigation {
    grid-row-gap: 6px;
    background-color: #1e2027;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 90px;
    padding: 10px 10px 0;
  }

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

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

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

  .section.footer {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    opacity: 1;
    background-color: #1e2027;
    margin-top: 0;
    margin-bottom: 0;
    padding: 6% 10px;
  }

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

  .section.divider {
    z-index: 4;
    height: 70px;
    display: block;
    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;
    width: 94%;
    max-width: none;
    padding-top: 0%;
  }

  .navigation-grid._5-iterms {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto;
    grid-auto-columns: auto;
    grid-auto-flow: row dense;
    place-content: stretch space-around;
    align-self: auto;
    place-items: stretch stretch;
    max-width: 354px;
    margin-top: 0;
    display: grid;
  }

  .navigation-label {
    padding: 10px 0 0;
    font-size: 3.2vw;
    line-height: 1;
    display: inline-block;
  }

  .navigation-label.footer {
    font-size: 12px;
  }

  .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: 8px;
    grid-row-gap: 8px;
    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-link {
    width: 270px;
    height: 43px;
  }

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

  .cta-link.fore.radus_box-shadows._2 {
    width: 88%;
  }

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

  .cta-label.store {
    margin-left: 0%;
    font-size: 18px;
  }

  .cta-label.contact {
    margin-left: 2%;
    font-size: 18px;
  }

  .cta-label.webcatalog {
    margin-left: 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: #227fab;
    width: auto;
    min-width: 100%;
    margin-top: 0%;
    padding: 6px 0% 6px 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: 1fr;
  }

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

  .telop-grid._2column {
    grid-column-gap: 4px;
    grid-row-gap: 6px;
  }

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

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

  .dialog-paragraph {
    margin-bottom: 0;
    padding-left: 0;
    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-highright-sp.webp');
    background-position: 50%;
    margin-top: 0%;
  }

  .background-image-wrapper.curtain-2 {
    background-image: url('../images/bacground-detail-sp.webp');
    background-position: 50% 0;
    padding-bottom: 0;
  }

  .background-image-wrapper.curtain_3 {
    background-image: url('../images/background-opinion-sp.webp');
    background-position: 50%;
    background-size: cover;
    padding-bottom: 100px;
  }

  .background-image-wrapper.curtain_4 {
    background-image: url('../images/background-faq-sp.webp');
    background-position: 50%;
    background-size: cover;
    padding-bottom: 10%;
  }

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

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

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

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

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

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

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

  .flex-block.mobaile {
    z-index: auto;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 436px;
    margin-top: 1%;
    display: flex;
    position: static;
  }

  .flex-block.mobaile._2 {
    z-index: 8;
    float: none;
    clear: none;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 436px;
    margin-top: 1%;
    display: flex;
    position: static;
  }

  .flex-vertical {
    margin-top: 0%;
    margin-bottom: 1%;
  }

  .text-block {
    color: #fff;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2.6vw;
  }

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

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

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

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

  .cta-bottom {
    padding-top: 8%;
    padding-bottom: 15%;
  }

  .heading-movie.pc {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 3%;
    display: flex;
    left: auto;
  }

  .heading-movie.pc.noah {
    justify-content: center;
    align-items: center;
    width: 98%;
    margin-bottom: 1%;
  }

  .heading-movie.pc.voxy {
    justify-content: center;
    align-items: center;
    width: 97%;
    margin-bottom: 1%;
  }

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

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

  .paragraph-center.margin-top.pc {
    width: auto;
    font-size: 3.3vw;
    line-height: 1.5;
    display: block;
  }

  .paragraph-center.margin-top.pc.ex {
    width: auto;
    font-size: 3.6vw;
    line-height: 1.5;
    display: block;
  }

  .heading-photo.pc {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 1%;
    display: flex;
  }

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

  .heading-lightbox._2 {
    font-size: 2.8vw;
  }

  .heading-expert.pc {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 2%;
    display: flex;
  }

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

  .cta-block.webcatalog {
    top: 25%;
  }

  .hero-background-image-wrap.hero-pc {
    height: 160vw;
    display: block;
  }

  .text-image {
    display: block;
  }

  .hero-text {
    letter-spacing: 3px;
    width: 56%;
    margin-top: 3%;
    margin-left: auto;
    margin-right: auto;
    font-size: 5.7vw;
    line-height: 1.5;
    display: block;
    left: 0%;
  }

  .hero-image {
    display: none;
  }

  .hero-text-box {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: block;
    inset: 0%;
  }

  .movie-h2-box {
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 0;
    right: auto;
  }

  .icon-movie-box {
    width: 13%;
    margin-right: 1%;
  }

  .icon-movie-box.noah {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
    width: 13%;
    display: block;
  }

  .movie-h2 {
    font-size: 3vw;
  }

  .movie-h2.noah, .movie-h2.voxy {
    font-size: 2.1vw;
  }

  .movie-h2-2 {
    font-size: 5.8vw;
    display: block;
  }

  .movie-h2-2.noah {
    font-size: 5.8vw;
  }

  .icon-potp-box {
    width: 11%;
  }

  .phot-h2-box {
    top: 0%;
    right: -1%;
  }

  .photo-h2 {
    margin-left: 0%;
    font-size: 2.6vw;
  }

  .photo-h2-2 {
    font-size: 4.5vw;
    display: block;
  }

  .icon-expert-box {
    width: 14%;
  }

  .expert-h2-box {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0%;
  }

  .expert-h2 {
    margin-left: 0%;
    font-size: 2.1vw;
  }

  .expert-h2-2 {
    font-size: 7.3vw;
    display: block;
  }

  .h1-text {
    text-align: right;
    width: 60%;
    font-size: 3.3vw;
    inset: auto 2% 1% auto;
  }

  .annotation {
    font-size: 9px;
  }

  .br-pc {
    display: block;
  }

  .br-sp {
    font-size: 0;
    display: block;
  }

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

  .heading-lightbox-seo._4, .heading-lightbox-seo._3 {
    letter-spacing: 0;
    margin-left: 0%;
    font-size: 15px;
    line-height: 1;
    transform: none;
  }

  .heading-lightbox-seo._2 {
    text-align: center;
    letter-spacing: 0;
    margin-left: 0%;
    font-size: 15px;
    left: 0%;
    transform: none;
  }

  .heading-lightbox-seo._10 {
    letter-spacing: 0;
    margin-left: 0%;
    font-size: 15px;
    top: auto;
    transform: none;
  }

  .modal-content {
    border-radius: 3.5vw;
    padding-bottom: 0;
    display: block;
  }

  .gallery-wrapper {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .crose-button {
    width: 8%;
  }

  .modal-wrapper.modal-2, .modal-wrapper.modal-1, .modal-wrapper.modal-4, .modal-wrapper.modal-3 {
    display: none;
  }

  .modal-section {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 375px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .modal-section.voxy {
    padding-top: 2%;
  }

  .heading-seo {
    width: 94%;
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 4.3vw;
  }

  .modal-content-text {
    width: 94%;
    font-size: 3.3vw;
  }

  .modal-content-text.top {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 94%;
    font-size: 3.3vw;
    display: block;
  }

  .modal-content-text._1 {
    width: 94%;
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 3.2vw;
  }

  .modal-content-text._1-2 {
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 4vw;
  }

  .lightbox-label-seo {
    justify-content: center;
    align-items: center;
    height: 23%;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .number-seo {
    font-size: 4vw;
  }

  .text-block-left, .text-block-right {
    font-size: 3.3vw;
  }

  .question-block {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 3%;
  }

  .question-text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.4;
  }

  .answer-block {
    margin-top: 2%;
    margin-bottom: 10%;
  }

  .sectionfaq._4 {
    margin-left: 0;
    margin-right: 0;
    padding: 18% 0 5%;
  }

  .answer-text {
    width: auto;
    font-size: 12px;
    line-height: 1.6;
    display: block;
  }

  .faq-box {
    width: 320px;
    max-width: none;
    margin-top: 2%;
    padding-left: 0;
    padding-right: 0;
  }

  .bottom-text {
    font-size: 11px;
  }

  .hero-title-box {
    flex-flow: column;
    width: 100%;
    height: 100%;
    margin-top: 0%;
  }

  .hero-title-box.top {
    width: 90%;
    height: auto;
    margin-top: 0%;
    display: none;
    left: 4%;
  }

  .hero-title-box.sp {
    height: 68%;
    margin-top: 7%;
    position: relative;
  }

  .hero-logo-2 {
    width: 84%;
    margin-top: 0%;
    display: block;
    left: 2%;
  }

  .hero-logo-2.sub {
    width: 80%;
    margin-top: 0%;
    left: 0%;
  }

  .hero-logo-2.sp {
    margin-top: 40%;
    display: block;
  }

  .hero-car-image-box {
    display: none;
  }

  .highlight-text-1 {
    width: 100%;
  }

  .highlight-text-2 {
    width: 86%;
    margin-bottom: 10%;
    font-size: 4vw;
  }

  .highlight-noah-logo {
    width: 88%;
    margin-bottom: 8%;
  }

  .highlight-voxy-logo {
    width: 88%;
    margin-top: 18%;
    margin-bottom: 8%;
  }

  .highlight-text-bk {
    width: 100%;
  }

  .heading-highlight-text {
    font-size: 4.5vw;
    top: 22%;
  }

  .br-pc-highlight, .br-cta-pc {
    display: block;
  }

  .footer-car-section {
    padding-bottom: 10%;
    display: none;
  }

  .upper-arrow {
    width: 5%;
    top: 15px;
    right: 5%;
  }

  .heading-13px {
    font-size: 10px;
  }

  .heading-13px.pc {
    display: none;
  }

  .heading-13px.pc.text-black {
    margin-top: 2%;
    margin-bottom: 2%;
    font-size: 20px;
    display: block;
  }

  .flex-horizontal.red {
    width: 320px;
  }

  .payment-expand-box {
    width: 300px;
    margin-top: 0%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-2 {
    max-width: 470px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .faq-h2-noah-voxy {
    font-size: 24px;
  }

  .grid-weight {
    width: 94%;
  }

  .hd-seo, .hd-seo-1 {
    font-size: 4vw;
  }

  .grid-fuel-efficiency {
    width: 90%;
  }

  .modal-wrapper2.modal-5, .modal-wrapper2.modal-6, .modal-wrapper2.modal-7, .modal-wrapper2.modal-8 {
    display: none;
  }
}

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

#w-node-_496eb1ec-9938-bfc0-bdcc-aa09ef490489-982030be, #w-node-_6f4e365b-0a3d-b964-7d6e-ab589abeb4db-982030be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_364586b2-4c46-737f-d3da-45bd254f3aed-d9669529, #w-node-_43b929d4-8ede-8819-dead-12c05bb2a620-10956cf6, #w-node-_5a6c8eda-8f7c-e997-e504-58ac2e66a167-67654b37, #w-node-b387f877-4bc2-d2dc-67df-9e38b7390b49-fdfd11a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

  #w-node-f704c10e-251d-73b0-8b66-840db0c1a499-982030be {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


