@charset "UTF-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}
body {
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.header {
  display: inline-block;
}

.page-wrapper {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
}

.first__img {
  display: block;
  margin: 20px 20px 25px;
  width: 208px;
}

.first {
  text-align: center;
  margin-bottom: 60px;
}

.first__content {
  margin-bottom: 30px;
}

.first__content_text-top {
  color: #000;
  font-size: clamp(24px, 4vw, 48px);
  font-weight: 600;
  line-height: 1.6;
  font-feature-settings: 'palt' on;
}

.first__content_text-bottom {
  font-size: clamp(28px, 4vw, 56px);
  font-weight: 600;
  line-height: 1.5;
}

.first__content_text-small {
  font-size: 65%;
}

.first__content_text-red {
  color: #AE0000;
}

.first__image-gallery {
  display: flex;
  align-items: center;
  gap: 11px;
}

.gallery__image {
  min-width: 0;
}

.gallery__image--large {
  flex: 1 1 440px;
  aspect-ratio: 440 / 300;
}

.gallery__image-group {

  display: flex;
  flex-direction: column;
  gap: 4px;
}

.gallery__image--small {
  width: 100%;
  aspect-ratio: 344 / 148;
}

.cta-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
  margin-top: 5%;
  padding: 30px 40px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.cta-list-area {
  padding-right: 0;
}

.cta-list__text {
  display: flex;
  align-items: center;
  font-size: clamp(12px, 1.2vw, 16px);
  font-weight: 500;
  white-space: nowrap;
}

.cta-list__text-red {
  color: #c50000;
  font-weight: 600;
  font-size: 150%;
}

.cta-list__text::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url('../img/check.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.cta-button-area {
  border-left: 1px solid #e0e0e0;
  padding-left: 5%;
}

.cta-button-area_none {
  border-left: 0;
}

.cta-button {
  display: block;
  padding: clamp(15px, 3vw, 30px) clamp(40px, 8vw, 120px);
  color: #fff;
  font-size: clamp(18px, 2.2vw, 32px);
  font-weight: 500;
  text-align: center;
  border-radius: 5px;
  background: linear-gradient(167deg, #c20000 50%, #AE0000 50%);
  white-space: nowrap;
}

.merits, .sale, .comparison, .procedure, .form {
  padding-top: 40px;
}

.merits-section__title, .procedure-section__title, .sale-section__title, .comparison-section__title, .form-section__title {
  background-position: center;
  font-size: clamp(24px, 4vw, 36px);
  text-align: center;
  line-height: 1.5;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 50px 20px;
  font-weight: 500;
}

.merits-section__title {
  line-height: 1.3;
}

.sale-section__title {
  background-color: #F3F7F4;
}

.merits-section__title {
  background-image: url("../img/ttl01_pc.jpg");
}

.procedure-section__title {
  background-image: url("../img/ttl02_pc.jpg");
}

.comparison-section__title {
  background-image: url("../img/ttl03_pc.jpg");
}

.form-section__title {
  background-image: url("../img/ttl04_pc.jpg");
  color: #FFFFFF;
}

.merits-section__title-large, .sale-section__title-large, .comparison-section__title-large, .procedure-section__title-large, .form-section__title-large {
  font-size: 1.3em;
}

.sale-section__title-space{
  padding-left: 1%;
}


.merits-list, .comparison-section, .procedure-section {
  background-color: #F3F7F4;
  padding: 3% 11%;
}

.sale-section {
  background-color: #F3F7F4;
  padding: 0 5% 5%;
}

.merits-list {
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.merits-item {
  display: flex;
  align-items: stretch;
  gap: 40px;
  flex-wrap: wrap;
  padding: 3%;
  border-right: 1px solid #B3A48E;
  border-bottom: 1px solid #B3A48E;
  background: #EFEFE8;
}

.merits-item__image {
  width: 100%;
  height: auto;
}

.merits-item__text-content {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.merits-item__image-content {
  flex: 0 1 364px;
  min-width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.merits-item__number {
  font-size: 16px;
  color: #B3A48E;
}

.merits-item__title {
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 3%;
}

.merits-item__description {
  display: flex;
  padding: 16px;
  align-items: center;
  background: #FFF;
  flex-grow: 1;
}

.merits-item__description-text {
  font-size: 90%;
  font-weight: 400;
  line-height: 1.5;
}

.award-banner__text{
  font-size: 11px;
  margin-top: 20px;
}

.fixed-cta {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 1240px;
  margin: 60px auto;
  padding: 25px 40px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #f0f0f0;
  flex-wrap: wrap;
}

.fixed-cta__phone-area {
  display: flex;
  align-items: center;
}

.fixed-cta__phone-text {
  display: flex;
}

.fixed-cta__icon {
  width: 20%;
  margin-right: 2%;
}

.fixed-cta__phone-details {
  display: flex;
  align-items: center;
  }

.fixed-cta__number {
  font-size: 200%;
  font-weight: 400;
  margin: 0;
}

.fixed-cta__hours {
  font-size: 16px;
  color: #555;
  margin: 0 0 0 15px;
  }

.fixed-cta__week{
  font-size: 14px;
  color: #555;
}

.fixed-cta__button {
  display: flex;
  width: 448px;
  max-width: 100%;
  height: 96px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
  text-align: center;
  background: linear-gradient(169deg, #c20000 50%, #AE0000 50%);
  border-radius: 5px;
}

.sale-section {
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.comparison-section {
  display: flex;
  align-items: center;
  justify-content: center;
  /* gap: 40px; */
  flex-wrap: wrap;
}

.comparison-section__graph {
  flex: 1 1 400px;
  min-width: 0;
}

.sale-section__graph {
  flex: 1 1 500px;
  min-width: 0;
  padding-bottom: 5%;
}

.sale-section__text, .comparison-section__text {
  flex: 1 1 300px;
  min-width: 0;
  font-size: 90%;
  line-height: 1.8;
  font-weight: 500;
}
.sale-section__text-bold, .comparison-section__text-bold { font-weight: 700; }

.procedure-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: stretch;
}

.procedure-item {
  flex: 1;
  min-width: 0;
  padding: 20px;
  border-right: 1px solid #B3A48E;
  border-bottom: 1px solid #B3A48E;
  background: #EFEFE8;
  display: flex;
  flex-direction: column;
  position: relative;
}

.procedure-item__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  padding-top: 30px;
}

.procedure-item__number {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  background: #B3A48E;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}

.procedure-item__icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 117px; height:
  117px; border-radius:
  50%; background-color:#fff;
  flex-shrink: 0;
}

.procedure-item__icon {
  height: 40px;
}

.procedure-item__body {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.procedure-item__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.procedure-item__description {
  display: flex;
  text-align: left;
  background-color: #fff;
  padding: 16px;
  font-size: 14px;
  line-height: 1.5;
  flex-grow: 1;
  align-items: center;
}
.form {
  max-width: 1360px;
  margin: 0 auto;
  /* padding-bottom: 80px; */
  flex-direction: column;
  align-items: center;
}

.caution {
  max-width: 1000px;
  margin: 5% auto 2%;
  font-size: 14px;
  line-height: 1.8;
}

.form__table {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}


.form__group {
  display: flex;
  border-top: 1px solid #d9d9d9;
  margin-right: auto;
  margin-left: auto;
}

.form__group:last-child {
  border-bottom: 1px solid #d9d9d9;
}

.icon-required {
  position: relative;
  top: -2px;
  display: inline-block;
  min-width: 36px;
  background-color: #D0050D;
  border-radius: 4px;
  color: #FFF;
  padding: 0 5px;
  white-space: nowrap;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form__head {
  width: 100%;
  max-width: 300px;
  padding: 10px;
  line-height: 4;
  font-size: 14px;
  font-weight: 700;
  box-sizing: border-box;
  background-color: #EFEFE8;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form__data {
  display: flex;
  flex-direction: column; 
  justify-content: center; 
  padding: 10px;
  line-height: 1.7;
  width: 100%; 
}

.form__input {
  font-size: 14px;
  min-height: 43px;
  padding: 5px 10px;
  border: 1px solid #CCC;
  background: #FFF;
  border-radius: 4px;
  font-family: "Noto Serif JP", serif;
}


.form__input--small {
  width: 240px;
}

.form__input--large {
  width: 460px
}


.ms_B1 {
  margin: 20px 0 40px;
  text-align: center;
}

.link--external::after { content: ""; display: inline-block; width: .7em; height: .7em; margin-left: .3em; background: url(../img/icon_external_gray.svg) no-repeat 0 0; vertical-align: baseline; }

.form__button--primary {
  display: block;
  margin: 20px auto 80px;
  min-width: 300px;
  height: 50px;
  padding: 0 20px;
  color: #fff;
  font-weight: 700;
  background-color: #e60000;
  border: 1px solid #e60000;
  border-radius: 5px;
  cursor: pointer;
}
.form__button--primary:hover { background-color: #cd0000; border-color: #cd0000; }


.seller {
  margin: 0 0 30px;
}

.seller__container {
  margin: 0 auto;
  text-align: left;
}

.seller__name {
  text-align: center;
}

.seller__contens,
.seller__info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.seller__contens-item,
.seller__info-item {
  padding-right: 15px;
}






.footer {
  background-color: #000;
  padding: 30px 20px;
}
.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.footer__copyright {
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin: 0;
}


.form__group.is-error .form__head
{
    background-color: #ffefeb; 
}

.form__group.is-error .form__data
{
    background-color: #fffaf9; 
}

.form__group.is-error .form__input {
  border: 2px solid;
  border-color: #f99 !important;
  background-color: #fff2f2; 
}

.util-errorMsg.is-error
{
  font-size: 14px ;
  font-weight: 700;
  color: red;
}





.fixedFooter {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  background: #262626E6;
  transition: opacity 0.3s ease-out;
  z-index: 99;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 14px 0;
}

.fixedFooter--txt {
  display: inline-flex;
  font-size: 27px;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
  align-items: center;
  color: #fff;
  justify-content: center;
}

.download-button2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 50px;
  background-color: #d6000f;
}


.fixedFooter--txt::before {
  content: "";
  transform: rotate(-135deg);
  margin-right: 2px;
  width: 12px;
  height: 1px;
  background-color: #fff;
}

.fixedFooter--txt::after {
  content: "";
  transform: rotate(135deg);
  margin-left: 2px;
  width: 12px;
  height: 1px;
  background-color: #fff;
}


.footer-button-area {
  display: flex;
  justify-content: center;
}

.footer-button {
  display: block;
  padding: clamp(8px, 0vw, 30px) clamp(40px, 6.6vw, 170px);
  color: #fff;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  background: linear-gradient(167deg, #c20000 50%, #AE0000 50%);
  white-space: nowrap;
}

.is-hidden {
  display: none;
}


.link--external {
    color: inherit;
    text-decoration: underline;
    display: inline
}

.link--external::after {
  content: "";
  display: inline-block; 
  width: .7em;
  height: .7em;
  margin-left: .3em;
  background: url(/res/common/img/components/icon_external_gray.svg) no-repeat 0 0;
  vertical-align: baseline; }

.thanks {
  height: 100%;
}

.thanks__body {
  margin: 0;
  min-height: 100vh; 
  display: flex;
  flex-direction: column;
}

.thanks__logo
{
  width: 190px;
  height: 41px;
  flex-shrink: 0;
  aspect-ratio: 190/41;
}

.thanks__container,
.thanks__header {
  flex: 1;
  margin: 20px;
  display: flex;
  align-items: center;   
  flex-direction: column; 
}

.thanks__contents
{
  margin: 40px 0 0;
  font-family: Inter;
}

.thanks__header{
  font-size: 24px;
  margin-bottom: 30px;
}
.thanks__message {
  text-align: left;
  font-size: 20px;
}

.thanks__footer
{
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}




@media (max-width: 768px) {

  .first__img {
    display: block;
    margin: 12px 20px;
    width: 120px;
 }

  .first {
    margin-bottom: 40px;
  }

  .first__content_text-top {
    font-size: clamp(19px, 5vw, 37px);
    line-height: 2;
    font-weight:bold;
  }



  .first__content_text-bottom {
    font-size: clamp(16px, 7vw, 55px);
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: bold;
  }
  
  .br-sp::after {
    content: "\A";
    white-space: pre;
  }
  .first__image-gallery {
    flex-direction: row;
    gap: 1%;
  }

  #gallery__image-right {
    display: none;
  }

  .gallery__image-group {
    order: -1;
  }
  
  .first__image-gallery .gallery__image--large {
    width: 100%;
  }

  .gallery__image--large {
    flex: 1 1 440px;
    aspect-ratio: 440 / 400;
  }

  .gallery__image--small {
    width: 100%;
    aspect-ratio: 344 / 198;
  }

  .cta-container {
    flex-direction: column;
    padding: 5% 3%;
    gap: 12px;
    border: 1px solid #E0E0E0;
    box-shadow: none;
    margin-top: 11%;
  }

  .cta-list-area {
    padding-right: 0;
    width: 100%;
  }
  
.cta-list__text {
    position: relative;
    padding-left: 28px;
    /* font-size: 65%; */
    /* font-size: 85%; */
    font-size: clamp(10px, 2.8vw, 55px);
    line-height: 1.6;
    white-space: normal;
    text-align: left;
    font-feature-settings: 'palt' on;
  }

  .cta-list__text-red {
    font-size: 130%;
  }

  .cta-list__text::before {
    content: '';
    display: block;
    background-image: url('../img/check.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    border: none;
  }



  .cta-button-area {
    display: flex;
    justify-content: center;
    width: 85%;
    border-left: none;
    padding-left: 0;
  }

  .cta-button {
    width: 100%;
    font-size: 5vw;
    font-weight: 500;
  }

  .merits {
    padding-top: 0;
  }

  .sale, .comparison, .procedure, .form {
    padding-top: 0;
    padding-bottom: 5%;
  }

  .merits-section__title {
    background-position: center;
    font-size: 5vw;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 4% 0;
 }

  .procedure-section__title, .comparison-section__title, .form-section__title {
    background-position: center;
    font-size: 5vw;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 8% 0;
 }

  .form-section__title {
    background-position: center;
    font-size: clamp(24px, 6vw, 40px);
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 8% 0;
 }

   .sale-section__title {
    background-position: center;
    font-size: 5vw;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 5%;
 }

  .sale-section__text {
    text-align: left;
  }

  .merits-item__image-content {
    order: 1;
  }

  .merits-item__text-content {
    order: 2;
  }
  .merits-list {
    padding: 24px;
    gap: 24px;
  }

  .merits-item {
    flex-direction: column;
    padding: 5%;
    gap: 20px;
  }

  .merits-item__text-content {
    width: 100%;
    min-width: 0;
    height: auto;
  }

  .merits-item__number {
    font-size: 3vw;
  }

  .merits-item__title {
    font-feature-settings: 'palt' on;
    font-size: 4.3vw;
    padding-bottom: 2%;
  }

  .merits-item__image-content {
    width: 100%;
    min-width: 0;
    flex: 0 1 77px;
  }

  .merits-item__description{
    padding: 5%;
  }

  .merits-item__description-text {
    font-size: 84%;
  }

  .award-banner__text{
  font-size: 9px;
  margin-top: 10px;
}

  .comparison-section {
    gap: 10px;
  }

  .fixed-cta {
    flex-direction: column;
    gap: 20px;
    padding: 5%;
    margin: 7% auto;
  }

  .fixed-cta__phone-area {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .fixed-cta__phone-text {
    align-items: center;
  }


  .fixed-cta__number {
    font-size: clamp(18px, 5vw, 30px);
    font-weight: 500;
    white-space: nowrap;
  }

  .fixed-cta__phone-details {
    text-align: center;
    display: block;
  }

  .fixed-cta__hours {
    font-size: clamp(10px, 3vw, 14px);
    margin: 0;
  }

  .fixed-cta__button-area {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .fixed-cta__button {
    width: 100%;
    height: auto;
    padding: 3% 17%;
    font-size: 6vw;
  }

  .fixed-cta__week{
    font-size: clamp(7px, 1.5vw, 14px);
  }







  .procedure-section {
    padding: 8%;
  }

  .procedure-list {
    display: block;
    flex-direction: column;
    gap: 24px;
    padding: 0;
  }

  .procedure-item {
    display: block;
    margin: 0 auto 20px;
    width: 100%;
    height: auto;
    padding-top: 4%;
    margin-bottom: 24px;
  }

  .procedure-item__header {
    padding-top: 0;
    margin-bottom: 20px;
  }
  
  .procedure-item__number {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 15px;
  }

  .procedure-item:last-child {
    margin-bottom: 0;
  }

  .procedure-item__icon-wrapper {
    width: 90px;
    height: 90px;
  }

  .procedure-item__icon {
    height: 40%;
  }
  
  .procedure-item__title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .procedure-item__description {
    background-color: #fff;
    padding: 16px;
    font-size: 15px;
    text-align: left;
    height: auto;
    overflow: visible;
  }









  .form__table {
    width: 100%;
  }

  .form__group
  {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }


  .form__head
  {
    max-width: 100%;
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
    line-height: 1.7;
  }

  .form__data
  {
    padding: 0;
    margin-bottom: 26px;
  }

  .form__input,
  .form__input--small,
  .form__input--large {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .form__group:last-child
  {
    border-bottom: none;
  }


  .seller
  {
    font-size: 14px;
  }

  .seller__container
  {
    max-width: 300px;
    margin: 0 auto;
    text-align: left;
  }

  .seller__name{
    text-align: left;
  }

  .seller__contens,
  .seller__info {
    display: block;
  }

  .seller__contens-item,
  .seller__info-item {
    padding-right: 0;
  }



  .ms_B1 {
    margin: 20px 0 40px;
    text-align: left;
  }

  .footer {
    background-color: #000;
    padding: 0%;
 }

  .footer__copyright {
    font-size: 55%;
    padding: 3% 0;
 }


  .fixedFooter{
    padding: 3% 0;
  }


  .footer-button-area {
    display: flex;
    justify-content: center;
  }

  .footer-button {
    display: block;
    padding: clamp(7px, 0vw, 30px) clamp(114px, 22vw, 170px);
    color: #fff;
    font-size: clamp(18px, 2.2vw, 24px);
    font-weight: 500;
    text-align: center;
    border-radius: 5px;
    background: linear-gradient(167deg, #c20000 50%, #AE0000 50%);
    white-space: nowrap;
  }
  .form__group.is-error .form__head {
    background-color: #EFEFE8;
  }
  .fixedFooter {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    background: #262626E6;
    transition: opacity 0.3s ease-out;
    z-index: 99;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 14px 0;
  }

  .thanks__container{
    max-width: 100%;
  }
  .thanks__logo
  {
    width: 134px;
  }
  .thanks__contents
  {
    margin: 0;
    max-width: 343px;
  }
  
  .thanks__header{
  font-size: 15px;
  }

  .thanks__message {
    text-align: left;
    font-size: 13px;
  }
  .thanks__footer{
    font-size: 10px;
}
}