.v-main-visual {
  position: relative;
  text-align: center;
  background: url(../../img/views/index/pc/mv-bg.png) repeat-x center top/auto 100%;
}
.v-main-visual img {
  vertical-align: top;
  width: auto;
  max-width: 100%;
  max-height: 480px;
}

.v-nav {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -78px;
  z-index: 9;
  /**
  * For SP Layout
  */
}
.v-nav ul {
  border: 2px solid #fff;
  border-right: none;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
}
.v-nav ul a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
.v-nav ul svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}
.v-nav .is-estimate a {
  background: #004ea2;
}
.v-nav .is-estimate a:hover {
  background: #fff;
  color: #004ea2;
}
.v-nav .is-estimate a:hover svg {
  fill: #004ea2;
}
.v-nav .is-phone a {
  background: #cddc39;
}
.v-nav .is-phone a:hover {
  background: #fff;
  color: #cddc39;
}
.v-nav .is-phone a:hover svg {
  fill: #cddc39;
}
.v-nav .is-shop a {
  background: #00b9f2;
}
.v-nav .is-shop a:hover {
  background: #fff;
  color: #00b9f2;
}
.v-nav .is-shop a:hover svg {
  fill: #00b9f2;
}
@media screen and (max-width: 768px) {
  .v-nav {
    position: static;
    margin-top: 0;
  }
  .v-nav ul {
    border: none;
    border-radius: 0;
    display: flex;
  }
  .v-nav ul li {
    flex-grow: 1;
    width: 33.33%;
  }
  .v-nav ul a {
    height: 60px;
    width: auto;
    font-size: 10px;
    font-weight: bold;
    white-space: nowrap;
  }
  .v-nav ul svg {
    margin-bottom: 5px;
  }
  .v-nav .is-estimate a,
  .v-nav .is-shop a {
    color: #fff;
  }
}

.v-section {
  background: #ebf1f8;
  /**
  * For SP Layout
  */
}
.v-section.is-white {
  background: #fff;
}
.v-section__h3 {
  color: #333;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  margin-bottom: 1em;
}
.v-section__h3.is-blue {
  color: #004ea1;
}
.v-section__message {
  width: 250px;
  margin: -50px auto 30px;
}
.v-section__message-inner {
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  top: -22rem;
  right: -26rem;
}
@media screen and (max-width: 768px) {
  .v-section__message-inner {
    max-width: 100%;
    top: 0rem;
    right: 0rem;
  }
}
@media screen and (max-width: 768px) {
  .v-section__message {
    width: calc(100% - 24px);
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
  }
  .v-section__message img {
    width: 100%;
    max-width: 90%;
  }
}
.v-section__message a:hover {
  opacity: 0.95;
}
.v-section__message a span {
  color: #e60505;
  display: block;
}
.v-section__message-text {
  display: none;
}
@media screen and (max-width: 768px) {
  .v-section__message-text {
    display: block;
  }
  .v-section__message-text b {
    font-size: 1.4rem;
    font-weight: bold;
  }
}
.v-section__price--message {
  text-align: center;
  border: 1px solid #000;
  font-size: 16px;
  width: 880px;
  margin: 20px auto;
  padding: 20px 0;
  color: #000;
  line-height: 1.4;
}
.v-section__h4 {
  margin-bottom: 10px;
  font-size: 24px;
}

.v-section__h4.-small {
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .v-section__price--message {
    margin: 0px auto 20px;
    padding: 20px;
    width: 100%;
    text-align: left;
    font-size: 16px;
  }
  .v-section__h4 {
    font-size: 24px;
    text-align: center;
  }
  .v-section__h4.-small {
    font-size: 16px;
  }
}

.v-section__makers_greenenergy--message {
  text-align: center;
  border: 2px solid #000;
  font-size: 16px;
  width: 880px;
  margin: 20px auto;
  padding: 20px 0;
  color: #000;
  line-height: 1.4;
}

.v-section__makers_greenenergy--message p {
  padding: 0 20px 20px 20px;
  text-align: left;
}

.v-section__makers_greenenergy--message p a {
  color: #004ea1;
  font-weight: bold;
  text-decoration: underline;
}

.v-section__makers_greenenergy--message p a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .v-section__makers_greenenergy--message {
    margin: 0px auto 20px;
    padding: 20px;
    width: 100%;
    text-align: left;
    font-size: 16px;
  }
  .v-section__makers_greenenergy--message p {
    padding: 0;
    text-align: left;
  }
}

.v-section__makers_subsidy--message {
  text-align: center;
  border: 2px solid #000;
  font-size: 16px;
  width: 800px;
  margin: 20px auto;
  padding: 20px 0;
  color: #000;
  line-height: 1.4;
}

.v-section__makers_subsidy--message p {
  padding: 0 20px;
  text-align: left;
}

.v-section__makers_subsidy--message p a {
  color: #004ea1;
  font-weight: bold;
  text-decoration: underline;
}

.v-section__makers_subsidy--message p a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .v-section__makers_subsidy--message {
    margin: 0px auto 20px;
    padding: 20px;
    width: 100%;
    text-align: left;
    font-size: 16px;
  }
  .v-section__makers_subsidy--message p {
    padding: 0;
    text-align: left;
  }
}

.v-section__makers_price--message {
  text-align: center;
  border: 2px solid #f00;
  font-size: 16px;
  width: 800px;
  margin: 20px auto;
  padding: 20px 0;
  color: #000;
  line-height: 1.4;
}
.v-section__makers_price--message p {
  padding: 0 20px 0 20px;
  text-align: left;
}

.v-section__makers_price--message p a {
  color: #004ea1;
  font-weight: bold;
  text-decoration: underline;
}

.v-section__makers_date--message {
  text-align: center;
  border: 2px solid #000;
  font-size: 16px;
  width: 800px;
  margin: 20px auto;
  padding: 20px 0;
  color: #000;
  line-height: 1.4;
}
.v-section__makers_date--message p {
  padding: 0 20px 0 20px;
  text-align: left;
}

.v-section__makers_date--message p a {
  color: #004ea1;
}
.v-section__h4 {
  margin-bottom: 10px;
  font-size: 24px;
}
.v-section__h4.-red {
  color: #f00;
}
.v-section__h4 span {
  padding-right: 1em;
}

@media screen and (max-width: 768px) {
  .v-section__makers_price--message {
    margin: 0px auto 20px;
    padding: 20px;
    width: 100%;
    text-align: left;
    font-size: 16px;
  }
  .v-section__makers_price--message p {
    padding: 0 0 20px 0;
    text-align: left;
  }
  .v-section__makers_date--message {
    margin: 0px auto 20px;
    padding: 20px;
    width: 100%;
    text-align: left;
    font-size: 16px;
  }
  .v-section__makers_date--message p {
    padding: 0 0 20px 0;
    text-align: left;
  }
  .v-section__h4 {
    font-size: 24px;
    text-align: center;
  }
  .v-section__h4 span {
    padding-right: 0;
  }
}

.v-section__text--message {
  text-align: center;
  border: 1px solid #f00;
  font-size: 16px;
  width: 880px;
  margin: 0 auto 20px;
  padding: 20px;
  color: #000;
  line-height: 1.4;
}
.v-section__text--message p {
  line-height: 1.6;
  text-align: left;
  color: #f00;
}
.v-section__text--message p a {
  color: #004ea1;
  text-decoration: underline;
}
.v-section__text--message p a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .v-section__text--message {
    margin: 0px auto 20px;
    padding: 20px;
    width: 100%;
    text-align: left;
    font-size: 16px;
  }
}

.v-section__delivery--message {
  text-align: center;
  border: 1px solid #f00;
  font-size: 16px;
  width: 880px;
  margin: -50px auto 20px;
  padding: 20px;
  color: #000;
  line-height: 1.4;
}
.v-section__delivery--message .v-section__h4,
.v-section__delivery--message p span {
  color: #f00;
}
.v-section__delivery--message p {
  line-height: 1.6;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .v-section__delivery--message {
    margin: 0px auto 20px;
    padding: 20px;
    width: 100%;
    text-align: left;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .v-section__h3 {
    padding: 0;
    font-size: 24px;
    margin-bottom: .8em;
  }
}
@media screen and (max-width: 768px) {
  .v-section__message {
    width: 100%;
    margin: -25px auto 30px;
  }
  .v-section__message a:after {
    top: 20%;
    right: 5px;
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 320px) {
  .v-section__message a {
    font-size: 11px;
  }
}

.v-about-section {
  padding: 50px 0 70px;
  /**
  * For SP Layout
  */
}
.v-about-section__desc {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
}
.v-about-section__desc small {
  font-size: .8em;
  font-weight: normal;
  display: block;
}
@media screen and (max-width: 768px) {
  .v-about-section {
    padding: 50px 0 35px;
  }
  .v-about-section__desc {
    font-size: 16px;
    text-align: left;
  }
}

.v-merit-section {
  padding-bottom: 125px;
  /**
  * For SP Layout
  */
}
@media screen and (max-width: 768px) {
  .v-merit-section {
    padding-bottom: 60px;
  }
}

.v-feature-section {
  padding-bottom: 80px;
  /**
  * For SP Layout
  */
}
.v-feature-section__banners a {
  display: block;
  background: #fff;
  color: #333;
  width: calc(50% - 20px);
  text-decoration: none;
  position: relative;
  transition: color .3s, background-color .3s;
}
.v-feature-section__banners a:hover {
  color: #fff;
  background: #004ea1;
}
.v-feature-section__banners a:hover img {
  opacity: .8;
}
.v-feature-section__banners a:hover .v-feature-section__banners__arrow svg {
  right: 5px;
}
.v-feature-section__banners a:nth-child(n+3) {
  margin-top: 40px;
}
.v-feature-section__banners a img {
  vertical-align: top;
}
.v-feature-section__banners figure {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.v-feature-section__banners figure figcaption {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
  font-size: 24px;
  line-height: 1.4;
  padding: 20px 30px;
}
.v-feature-section__banners figure figcaption small {
  display: block;
  font-size: .46em;
}
.v-feature-section__banners figure img {
  flex-shrink: 0;
}
.v-feature-section__banners__label {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1;
  padding: .5em 1em;
  border-radius: 1.5em;
  border: 1px solid #ec407a;
  color: #fff;
  background: #ec407a;
  margin-left: 1em;
}
.v-feature-section__banners__arrow {
  position: absolute;
  right: 0;
  bottom: 0;
}
.v-feature-section__banners__arrow::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  border-style: solid;
  border-color: transparent #004ea1 #004ea1 transparent;
  border-width: 25px;
}
.v-feature-section__banners__arrow svg {
  position: absolute;
  width: 6px;
  height: 10px;
  fill: #fff;
  right: 10px;
  bottom: 10px;
  transition: right .3s;
}
.v-feature-section__buttons {
  margin-top: 80px;
  flex-wrap: wrap;
  gap: 30px 0;
}
.v-feature-section__buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #004ea1;
  width: calc(50% - 20px);
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  height: 80px;
  background: #fff;
  border: 2px solid #004ea1;
}
.v-feature-section__buttons a:last-child {
  margin-left: auto;
}
.v-feature-section__buttons a svg {
  width: 24px;
  height: 24px;
  fill: #004ea1;
  margin-right: .5em;
}
.v-feature-section__buttons a:hover {
  background: #004ea1;
  color: #fff;
}
.v-feature-section__buttons a:hover svg {
  fill: #fff;
}
.v-feature-section__buttons a .catalog-date {
  font-size: 14px;
  margin-top: 35px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .v-feature-section {
    padding-bottom: 40px;
  }
  .v-feature-section__banners a {
    width: auto;
  }
  .v-feature-section__banners a:nth-child(n+2) {
    margin-top: 15px;
  }
  .v-feature-section__banners figure figcaption {
    font-size: 20px;
    padding: 15px;
  }
  .v-feature-section__banners__label {
    font-size: 12px;
  }
  .v-feature-section__banners__arrow::before {
    border-width: 12.5px;
  }
  .v-feature-section__banners__arrow svg {
    width: 3px;
    height: 5px;
    right: 5px;
    bottom: 5px;
  }
  .v-feature-section__buttons {
    gap: 0;
    margin-top: 40px;
  }
  .v-feature-section__buttons a {
    width: auto;
    height: 60px;
    font-size: 17px;
  }
  .v-feature-section__buttons a + a {
    margin-top: 15px;
  }
  .v-feature-section__buttons a svg {
    width: 20px;
    height: 20px;
  }
  .v-feature-section__buttons a .catalog-date {
    font-size: 12px;
    margin-top: 0;
  }
}

.v-link-section {
  padding: 80px 0;
  background: #f5f8fb;
  /**
  * For SP Layout
  */
}
.v-link-section__item {
  position: relative;
  display: block;
  text-decoration: none;
  color: #333;
}
.v-link-section__item:hover img {
  opacity: .8;
}
.v-link-section__item:hover .v-link-section__arrow svg {
  right: 5px;
}
.v-link-section__item figure {
  padding-top: 40px;
}
.v-link-section__item figure img {
  width: 792px;
  vertical-align: top;
}
.v-link-section__item figure figcaption {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  z-index: 1;
  width: 556px;
  height: calc(100% - 40px);
  right: 0;
  top: 0;
  background: #fff;
  padding: 0 70px;
  font-size: 16px;
  line-height: 1.6;
}
.v-link-section__item figure figcaption strong {
  font-weight: bold;
  display: block;
  margin-bottom: .2em;
  font-size: 40px;
}
.v-link-section__item.is-left figure {
  text-align: right;
}
.v-link-section__item.is-left figure figcaption {
  text-align: left;
  right: auto;
  left: 0;
}
.v-link-section__arrow {
  position: absolute;
  right: 0;
  bottom: 0;
}
.v-link-section__arrow::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  border-style: solid;
  border-color: transparent #004ea1 #004ea1 transparent;
  border-width: 25px;
}
.v-link-section__arrow svg {
  position: absolute;
  width: 6px;
  height: 10px;
  fill: #fff;
  right: 10px;
  bottom: 10px;
  transition: right .3s;
}
@media screen and (max-width: 768px) {
  .v-link-section {
    padding: 40px 0;
  }
  .v-link-section__item figure {
    padding-top: 0;
  }
  .v-link-section__item figure img {
    width: 100%;
  }
  .v-link-section__item figure figcaption {
    position: relative;
    width: auto;
    height: auto;
    padding: 15px;
    font-size: 14px;
  }
  .v-link-section__item figure figcaption strong {
    font-size: 20px;
  }
  .v-link-section__arrow::before {
    border-width: 12.5px;
  }
  .v-link-section__arrow svg {
    width: 3px;
    height: 5px;
    right: 5px;
    bottom: 5px;
  }
}

.v-service-section {
  padding: 100px 0;
  /**
  * For SP Layout
  */
}
.v-service-section__buttons {
  margin-bottom: 40px;
}
.v-service-section__buttons a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #333;
  width: calc(33.33% - 26px);
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  height: 120px;
  background: #fff;
  padding: 0 25px;
}
.v-service-section__buttons a svg {
  width: 36px;
  height: 36px;
  fill: #333;
  margin-right: .5em;
}
.v-service-section__buttons a:hover {
  background: #004ea1;
  color: #fff;
}
.v-service-section__buttons a:hover svg {
  fill: #fff;
}
.v-service-section__banners {
  max-width: 750px;
  margin: 0 auto;
}
.v-service-section__banners a {
  display: block;
  border: 2px solid #004ea1;
  background: #fff;
  color: #004ea1;
  text-decoration: none;
  padding: 25px 0;
  text-align: center;
  line-height: 1.6;
}
.v-service-section__banners a + a {
  margin-top: 30px;
}
.v-service-section__banners a:hover {
  color: #fff;
  background: #004ea1;
}
.v-service-section__banners a strong {
  font-size: 20px;
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .v-service-section {
    padding: 50px 0;
  }
  .v-service-section__buttons {
    margin-bottom: 20px;
  }
  .v-service-section__buttons a {
    width: auto;
    height: 60px;
    font-size: 18px;
    padding: 0 20px;
  }
  .v-service-section__buttons a + a {
    margin-top: 10px;
  }
  .v-service-section__buttons a svg {
    width: 20px;
    height: 20px;
  }
  .v-service-section__banners a {
    padding: 15px;
    font-size: 14px;
  }
  .v-service-section__banners a + a {
    margin-top: 15px;
  }
  .v-service-section__banners a strong {
    font-size: 18px;
  }
}

.v-other-section {
  padding: 100px 0 80px;
  /**
  * For SP Layout
  */
}
.v-other-section__buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #004ea1;
  width: calc(50% - 20px);
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  height: 80px;
  background: #fff;
  border: 2px solid #004ea1;
}
.v-other-section__buttons a:nth-child(2n) {
  margin-left: 40px;
}
.v-other-section__buttons a:nth-child(n+3) {
  margin-top: 40px;
}
.v-other-section__buttons a svg {
  width: 24px;
  height: 24px;
  fill: #004ea1;
  margin-right: .5em;
}
.v-other-section__buttons a:hover {
  background: #004ea1;
  color: #fff;
}
.v-other-section__buttons a:hover svg {
  fill: #fff;
}
.v-other-section__buttons a.is-reflect {
  background: #004ea1;
  color: #fff;
}
.v-other-section__buttons a.is-reflect svg {
  fill: #fff;
}
.v-other-section__buttons a.is-reflect:hover {
  background: #fff;
  color: #004ea1;
}
.v-other-section__buttons a.is-reflect:hover svg {
  fill: #004ea1;
}
@media screen and (max-width: 768px) {
  .v-other-section {
    padding: 50px 0 40px;
  }
  .v-other-section__buttons a {
    height: 60px;
    font-size: 18px;
    width: auto;
  }
  .v-other-section__buttons a:nth-child(n+1) {
    margin-top: 10px;
    margin-left: 0;
  }
  .v-other-section__buttons a svg {
    width: 20px;
    height: 20px;
  }
}
