.contact {
  background: #f0f3f5;
  padding-block: 80px;
}
@media screen and (max-width: 768px) {
  .contact {
    padding-block: 50px;
  }
}
.contact__inner {
  max-width: 1000px;
  width: 90%;
  margin-inline: auto;
}
.contact__title {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  line-height: 1;
  letter-spacing: 0.06em;
  font-size: 3.2rem;
}
.contact__title::before, .contact__title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.contact__title::before {
  margin-block-end: calc((1 - 1) * 0.5em);
}
.contact__title::after {
  margin-block-start: calc((1 - 1) * 0.5em);
}
@media screen and (max-width: 768px) {
  .contact__title {
    font-size: 2.4rem;
  }
}
.contact__container {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 110px;
}
@media screen and (max-width: 1024px) {
  .contact__container {
    gap: 5%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .contact__container {
    flex-direction: column;
    align-items: center;
    margin-top: 5rem;
  }
}
.contact__left {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .contact__left {
    width: 100%;
  }
}
.contact__left-wrap {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .contact__left-wrap {
    margin-inline: auto;
  }
}
.contact__right {
  width: calc(100% - 50%);
  border-left: 1px solid #d9d9d9;
  padding-left: 5%;
}
@media screen and (max-width: 768px) {
  .contact__right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 767px) {
  .contact__right {
    padding-left: 0;
    padding-top: 30px;
    border-left: 0;
    border-top: 1px solid #d9d9d9;
    margin-top: 30px;
  }
}
.contact__lead {
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  margin-top: 5rem;
  text-align: center;
}
.contact__lead::before, .contact__lead::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.contact__lead::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.contact__lead::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 768px) {
  .contact__lead {
    margin-top: 3.5rem;
  }
}
.contact__heading {
  line-height: 1.8571428571;
  letter-spacing: 0.12em;
  font-size: 2.8rem;
}
.contact__heading::before, .contact__heading::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.contact__heading::before {
  margin-block-end: calc((1 - 1.8571428571) * 0.5em);
}
.contact__heading::after {
  margin-block-start: calc((1 - 1.8571428571) * 0.5em);
}
@media screen and (max-width: 1024px) {
  .contact__heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .contact__heading {
    font-size: 18px;
  }
}
.contact__number {
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-size: 3.2rem;
}
.contact__number::before, .contact__number::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.contact__number::before {
  margin-block-end: calc((1 - 1.5) * 0.5em);
}
.contact__number::after {
  margin-block-start: calc((1 - 1.5) * 0.5em);
}
.contact__number--small {
  font-size: 2.2rem;
}
.contact__number--midium {
  font-size: 2.4rem;
}
.contact__icon {
  width: 2.5rem;
}
.contact__company {
  line-height: 2.6;
  letter-spacing: 0.06em;
  font-size: 2rem;
  margin-top: 30px;
}
.contact__company::before, .contact__company::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.contact__company::before {
  margin-block-end: calc((1 - 2.6) * 0.5em);
}
.contact__company::after {
  margin-block-start: calc((1 - 2.6) * 0.5em);
}
.contact__address {
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  margin-top: 10px;
}
.contact__address::before, .contact__address::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.contact__address::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.contact__address::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
.contact__sns {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .contact__sns {
    gap: 15px;
  }
}
.contact__icon--x {
  width: 32px;
  height: auto;
  aspect-ratio: 32/33;
}
.contact__icon--line {
  width: 36px;
  height: auto;
  aspect-ratio: 1/1;
}
.contact__text {
  color: #737373;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  font-size: 1.4rem;
}
.contact__text::before, .contact__text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.contact__text::before {
  margin-block-end: calc((1 - 1.7142857143) * 0.5em);
}
.contact__text::after {
  margin-block-start: calc((1 - 1.7142857143) * 0.5em);
}
.contact__tell {
  margin-top: 4rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-size: 3.2rem;
}
.contact__tell::before, .contact__tell::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.contact__tell::before {
  margin-block-end: calc((1 - 1.5) * 0.5em);
}
.contact__tell::after {
  margin-block-start: calc((1 - 1.5) * 0.5em);
}
@media screen and (max-width: 768px) {
  .contact__tell {
    margin-top: 2rem;
  }
}
.contact__note {
  color: #ff554d;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
}
.contact__note:nth-of-type(2) {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .contact__note:nth-of-type(2) {
    margin-top: 2rem;
  }
}
.contact__note:nth-of-type(3) {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .contact__note:nth-of-type(3) {
    margin-top: 0.5rem;
  }
}

.contact-btn {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 38px;
  border: 1px solid #737373;
  background: #ffffff;
  width: 240px;
  height: auto;
  aspect-ratio: 1/1;
  transition: opacity 0.3s;
}
@media (hover) {
  .contact-btn:hover {
    opacity: 0.5;
  }
  .contact-btn:hover::after {
    translate: 5px 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-btn {
    margin-inline: auto;
  }
}
.contact-btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 20px;
  background: url(../../../images/common/icon_arrow.png);
  width: 8px;
  height: auto;
  aspect-ratio: 8/14;
  transition: translate 0.3s;
}
.contact-btn__icon {
  width: 61px;
  height: auto;
  aspect-ratio: 61/43;
}
.contact-btn__text {
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-size: 2rem;
  text-align: center;
}
.contact-btn__text::before, .contact-btn__text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.contact-btn__text::before {
  margin-block-end: calc((1 - 1.6) * 0.5em);
}
.contact-btn__text::after {
  margin-block-start: calc((1 - 1.6) * 0.5em);
}
.contact-btn__list {
  display: flex;
  flex-direction: column;
  gap: 1.4rem 0;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .contact-btn__list {
    margin-top: 3rem;
    gap: 1rem 0;
  }
}
.contact-btn__item {
  width: 100%;
  border: 1px solid #737373;
  border-radius: 3px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  background: var(--white);
  transition: box-shadow 0.3s;
}
@media screen and (max-width: 768px) {
  .contact-btn__item {
    max-width: 420px;
    margin-inline: auto;
  }
}
.contact-btn__link {
  position: relative;
  height: 62px;
  display: block;
  font-size: 1.8rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}
@media (hover) {
  .contact-btn__link:hover {
    opacity: 0.5;
  }
  .contact-btn__link:hover::after {
    translate: 5px -50%;
  }
}
@media screen and (max-width: 1024px) {
  .contact-btn__link {
    font-size: 1.6rem;
  }
  .contact-btn__link::before {
    scale: 0.7;
  }
}
.contact-btn__link::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../../../images/common/icon_arrow.png) center/contain no-repeat;
  width: 8px;
  height: auto;
  aspect-ratio: 8/14;
  top: 50%;
  right: 30px;
  translate: 0 -50%;
  transition: translate 0.3s;
}
.contact-btn__link::before {
  content: "";
  height: auto;
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  translate: 0 -50%;
  top: 50%;
  left: 20px;
}
.contact-btn__link--1::before {
  width: 47px;
  aspect-ratio: 47/44;
  background: url(../../../images/common/icon_wrench.svg) center/contain, no-repeat;
}
.contact-btn__link--2::before {
  width: 47px;
  aspect-ratio: 47/44;
  background: url(../../../images/common/icon_stop-fire.svg) center/contain, no-repeat;
}
.contact-btn__link--3::before {
  width: 47px;
  aspect-ratio: 47/44;
  background: url(../../../images/common/icon_resevation.svg) center/contain, no-repeat;
}
.contact-btn__link--4::before {
  width: 47px;
  aspect-ratio: 47/44;
  background: url(../../../images/common/icon_mail.svg) center/contain, no-repeat;
  background-repeat: no-repeat;
}

.offer {
  margin-block: 100px 90px;
}
@media screen and (max-width: 768px) {
  .offer {
    margin-block: 50px;
  }
}
.offer__inner {
  max-width: 1200px;
  margin-inline: auto;
  width: 90%;
}
.offer__container {
  max-width: 1000px;
  margin-inline: auto;
}
.offer__block {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .offer__block {
    padding-bottom: 30px;
  }
}
.offer__block:not(.offer__block:first-child) {
  padding-block: 80px 60px;
}
@media screen and (max-width: 768px) {
  .offer__block:not(.offer__block:first-child) {
    padding-block: 80px 30px;
  }
}
.offer__block:not(.offer__block:last-child) {
  border-bottom: 1px solid #d9d9d9;
}
.offer__title {
  font-size: 3.2rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .offer__title {
    font-size: 2.4rem;
  }
}
.offer__title--small {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .offer__title--small {
    font-size: 1.8rem;
  }
}
.offer__text {
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-top: 50px;
}
.offer__text::before, .offer__text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.offer__text::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.offer__text::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 768px) {
  .offer__text {
    margin-top: 30px;
  }
}
.offer__text--black {
  font-weight: 900;
  color: #000;
}
.offer__col2 {
  display: flex;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .offer__col2 {
    flex-direction: column;
    margin-top: 50px;
  }
}
.offer__textbox {
  width: 100%;
  padding-block: 20px 15px;
}
@media screen and (max-width: 768px) {
  .offer__textbox {
    padding-block: 0;
  }
}
.offer__textbox:nth-child(1) {
  padding-right: 50px;
  border-right: 1px solid #d9d9d9;
}
@media screen and (max-width: 768px) {
  .offer__textbox:nth-child(1) {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #d9d9d9;
  }
}
.offer__textbox:nth-child(2) {
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .offer__textbox:nth-child(2) {
    padding-left: 0;
    padding-top: 30px;
  }
}
.offer__lead {
  line-height: 1.2857142857;
  letter-spacing: 0.12em;
  font-size: 2.8rem;
}
.offer__lead::before, .offer__lead::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.offer__lead::before {
  margin-block-end: calc((1 - 1.2857142857) * 0.5em);
}
.offer__lead::after {
  margin-block-start: calc((1 - 1.2857142857) * 0.5em);
}
@media screen and (max-width: 768px) {
  .offer__lead {
    font-size: 2.2rem;
  }
}
.offer__disc {
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  margin-top: 40px;
}
.offer__disc::before, .offer__disc::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.offer__disc::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.offer__disc::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 768px) {
  .offer__disc {
    margin-top: 30px;
  }
}
.offer__note {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
  color: #737373;
  margin-top: 35px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .offer__note {
    margin-top: 20px;
  }
}
.offer__note--2em {
  padding-left: 2em;
  text-indent: -2em;
}
.offer__note--red {
  color: #ff554d;
}
.offer__link {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1.5rem;
  align-items: center;
  font-size: 1.6rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid #0d3da9;
  color: #0d3da9;
  transition: opacity 0.3s;
  line-height: 1.5;
  margin-top: 4rem;
}
@media (hover) {
  .offer__link:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .offer__link {
    margin-top: 2rem;
  }
}
.offer__link::after {
  content: "";
  display: inline-block;
  background: url(../../../images/common/icon_pdf.svg) center/contain no-repeat;
  width: 16px;
  height: auto;
  aspect-ratio: 16/20;
  flex-shrink: 0;
}
.offer__note-list {
  display: flex;
  flex-direction: column;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .offer__note-list {
    margin-top: 20px;
  }
}
.offer__note-item {
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 1.4rem;
  color: #737373;
  text-indent: -1em;
  padding-left: 1em;
}
.offer__note-item::before, .offer__note-item::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.offer__note-item::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.offer__note-item::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
.offer__note-item::before, .offer__note-item::after {
  display: none;
}
.offer__btn {
  position: relative;
  height: 62px;
  display: block;
  font-size: 1.8rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: opacity 0.3s;
  max-width: 456px;
  width: 100%;
  border: 1px solid #737373;
  border-radius: 3px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  background: var(--white);
  margin-top: 4rem;
  padding-left: 100px;
}
@media (hover) {
  .offer__btn:hover {
    opacity: 0.5;
  }
  .offer__btn:hover::after {
    translate: 5px -50%;
  }
}
@media screen and (max-width: 1024px) {
  .offer__btn {
    font-size: 1.6rem;
  }
  .offer__btn::before {
    scale: 0.7;
  }
}
.offer__btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../../../images/common/icon_arrow.png) center/contain no-repeat;
  width: 8px;
  height: auto;
  aspect-ratio: 8/14;
  top: 50%;
  right: 30px;
  translate: 0 -50%;
  transition: translate 0.3s;
}
.offer__btn::before {
  content: "";
  height: auto;
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  translate: 0 -50%;
  top: 50%;
  left: 20px;
  width: 58px;
  aspect-ratio: 50/28;
  background: url(../../../images/common/icon_search.svg) center/contain no-repeat;
}

.info {
  margin-top: 30px;
  background: #f5f5f3;
  padding: 40px 35px;
}
.info__list {
  display: flex;
  flex-direction: column;
}
.info__item {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  text-indent: -1em;
  padding-left: 1em;
}
.info__note {
  font-size: 1.4rem;
  color: #737373;
  margin-top: 30px;
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .info__note {
    margin-top: 20px;
  }
}

.price {
  display: flex;
  align-items: flex-end;
  padding: 30px 52px 26px 40px;
  background: #f5f5f3;
  margin-top: 34px;
}
@media screen and (max-width: 1024px) {
  .price {
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    max-width: 400px;
    margin-inline: auto;
  }
}
.price__head {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
}
.price__head::before, .price__head::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.price__head::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.price__head::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
.price__disc {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .price__disc {
    align-self: center;
  }
}
.price__disc--large {
  font-size: 3.6rem;
  line-height: 1;
  translate: 0 2px;
  display: inline-block;
}
.price__disc--yen {
  font-size: 2rem;
}
.price__disc--tax {
  font-size: 1.4rem;
}

.offer-tell {
  background: #ffffff;
  border: 1px solid #737373;
  padding: 30px 40px;
  margin-top: 30px;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .offer-tell {
    max-width: 400px;
    padding: 20px;
  }
}
.offer-tell__text {
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.offer-tell__text::before, .offer-tell__text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.offer-tell__text::before {
  margin-block-end: calc((1 - 1.75) * 0.5em);
}
.offer-tell__text::after {
  margin-block-start: calc((1 - 1.75) * 0.5em);
}
@media screen and (max-width: 768px) {
  .offer-tell__text {
    margin-bottom: 10px;
  }
}
.offer-tell__time {
  font-size: 1.5rem;
  margin-top: 1.5rem;
  color: #737373;
}
.offer-tell__icon {
  width: 23px;
}
.offer-tell__number {
  font-size: 2.8rem;
  line-height: 1.2142857143;
  letter-spacing: 0.06em;
  font-size: 2.8rem;
}
.offer-tell__number::before, .offer-tell__number::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.offer-tell__number::before {
  margin-block-end: calc((1 - 1.2142857143) * 0.5em);
}
.offer-tell__number::after {
  margin-block-start: calc((1 - 1.2142857143) * 0.5em);
}
/*# sourceMappingURL=style.css.map */
