@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "Yu Gothic", "Meiryo", "Helvetica Neue", Arial, "MS Pゴシック", sans-serif;
}

body {
  color: #41210f;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

a {
  transition: 0.3s all;
  color: #41210f;
}
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 850px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

.innerbox {
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .innerbox {
    max-width: 100%;
    margin: 0 3%;
  }
}

.heading {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 30px;
}

.highlight {
  background: #ffe67b;
  padding: 2px 3px;
}

.underline {
  text-decoration: underline;
  text-decoration-thickness: 0.3em;
  text-decoration-color: #ffe67b;
  text-underline-offset: 0em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.big {
  font-size: 1.3em;
  font-weight: 700;
}

.small {
  font-size: 0.8em;
}

.accent {
  color: #ea1149;
}

.spacer {
  margin-left: 8px;
}

@media screen and (max-width: 768px) {
  .sp_br::before {
    content: "\a";
    white-space: pre;
  }
}

@media screen and (max-width: 850px) {
  .tab_br::before {
    content: "\a";
    white-space: pre;
  }
}

.pc_br::before {
  content: "\a";
  white-space: pre;
}
@media screen and (max-width: 768px) {
  .pc_br::before {
    content: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}
@media screen and (max-width: 850px) {
  .tab {
    display: block;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page__wrapper {
  background: #faf1e4 url("../img/main_bg@2x.webp") no-repeat top center/contain;
}

.contents__wrapper {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0px 0px 17px 0px rgba(191, 167, 65, 0.2);
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0px;
}
@media screen and (max-width: 768px) {
  .contents__wrapper {
    width: 100%;
  }
}

summary.objective-summary::marker, summary.faq-q::marker {
  color: transparent !important;
  font-size: 0 !important;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, figure, figcaption {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

* {
  box-sizing: border-box;
}

img {
  margin: 0;
  padding: 0;
  height: auto;
  border-style: none;
  vertical-align: bottom;
  border: none;
}

p {
  word-break: break-all;
  word-wrap: break-word;
}

strong {
  font-weight: bold;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.header__cta-icon {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__cta-icon {
    display: flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    gap: 20px 20px;
    padding: 20px 20px 0px 0px;
  }
}
@media screen and (max-width:490px) {
  .header__cta-icon {
    gap: 10px 10px;
  }
}
.header__cta-icon .cta-icon {
  width: 50px;
}
@media screen and (max-width:490px) {
  .header__cta-icon .cta-icon {
    width: 45px;
  }
}

.footer {
  background: #41210f;
  text-align: center;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  gap: 20px 20px;
  padding: 20px 10px;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-bottom: 75px;
  }
}
.footer .footer__company-link {
  text-decoration: underline;
  color: #efe7da;
  font-size: 1.4rem;
}
.footer .footer__company-link:hover {
  text-decoration: none;
}
.footer .footer__copy {
  color: #efe7da;
  font-size: 1.4rem;
}
.footer.-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer.-fixed {
    margin-bottom: 0px;
  }
}

.floating {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  background: #fff;
  border: 2px solid #ea1149;
  border-bottom: none;
  text-align: center;
  padding: 10px 10px 0px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  max-height: 110px;
}
.floating .floating__mail-link .floating__mail-img {
  padding: 10px 10px 20px;
  max-width: 100%;
}

.mv .mv-img {
  text-align: center;
  padding: 30px 20px;
}
@media screen and (max-width: 768px) {
  .mv .mv-img {
    padding: 0px;
  }
}
.mv .mv-img img {
  max-width: 1510px;
  width: 100%;
}

.youtube-iframe {
  aspect-ratio: 16/9;
  margin-bottom: 50px;
}
.youtube-iframe iframe {
  width: 100%;
  height: 100%;
}

.about .about__title-img {
  background: url("../img/h2_about_title.svg") no-repeat center/100%;
  max-width: 545px;
  height: 224px;
  margin-bottom: 30px;
}

.about__concept {
  text-align: center;
}
.about__concept img {
  max-width: 566px;
  width: 100%;
}

.about__objective {
  margin-bottom: -60px;
}
@media screen and (max-width: 768px) {
  .about__objective {
    margin-bottom: -40px;
  }
}
.about__objective img {
  width: 100%;
}

.about__conclusion {
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", "MS PMincho", serif;
  text-align: center;
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .about__conclusion {
    font-size: 2.6rem;
  }
}

.menu__objective {
  padding: 30px 0px;
}

.objective__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  margin-bottom: 20px;
}
.objective__heading .objective-icon {
  width: 95px;
}
.objective__heading .objective-title {
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", "MS PMincho", serif;
  text-align: center;
  font-weight: 600;
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  .objective__heading .objective-title {
    font-size: 4.2rem;
  }
}

.objective-item {
  margin-bottom: 20px;
  cursor: pointer;
}
.objective-item[open] .objective-summary {
  position: relative;
}
.objective-item[open] .objective-summary::after {
  content: "";
  display: inline-block;
  background: url("../img/close.svg") no-repeat;
  width: 15px;
  height: 1px;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.objective-summary {
  font-weight: 700;
  font-size: 2rem;
  padding: 10px 30px 10px 20px;
  position: relative;
  line-height: 1.4;
}
.objective-summary::after {
  content: "";
  display: inline-block;
  background: url("../img/open.svg") no-repeat;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.objective-open {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  background: #faf1e4;
  padding: 30px;
  position: relative;
  gap: 30px 20px;
}
@media screen and (max-width: 768px) {
  .objective-open {
    flex-direction: column;
  }
}
.objective-open::before {
  content: "";
  display: inline-block;
  background: url("../img/icon-menu_bg.svg") no-repeat;
  opacity: 0.1;
  width: 209px;
  height: 184px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.objective-open img {
  max-width: 300px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.objective-open .objective-text {
  position: relative;
  z-index: 1;
}

.cleansing {
  background: url("../img/cleansing_bg@2x.webp") no-repeat top center/100%;
}

.cleansing-summary {
  background: #d0e9df;
}

.cleansing-open {
  border: 1px solid #d0e9df;
}

.apply {
  background: url("../img/apply_bg@2x.webp") no-repeat top center/100%;
}

.apply-summary {
  background: #f8dbe9;
}

.apply-open {
  border: 1px solid #f8dbe9;
}

.nurture {
  background: url("../img/nurture_bg@2x.webp") no-repeat top center/100%;
}

.nurture-summary {
  background: #ffdec5;
}

.nurture-open {
  border: 1px solid #ffdec5;
}

.price {
  margin-top: 50px;
}
.price .price__title {
  text-align: center;
  font-weight: 700;
  font-size: 3.8rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .price .price__title {
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
}
.price .price__title-img {
  max-width: 470px;
  width: 100%;
  display: block;
  margin: 0 auto 50px;
}
.price .price__graph-img {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .price .price__graph-img {
    margin-bottom: 50px;
  }
}

.price-wrapper {
  background: url("../img/thought@2x.webp") no-repeat bottom left/70%;
  position: relative;
  width: 100%;
  height: 480px;
}
.price-wrapper .price__info {
  background: rgba(255, 255, 255, 0.8);
  padding: 35px 40px;
  max-width: 430px;
  width: 100%;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .price-wrapper .price__info {
    top: 30%;
  }
}
.price-wrapper .price__text {
  font-weight: 700;
}
.price-wrapper .price__text.accent {
  margin-top: 20px;
}

.intro {
  background: url("../img/intro_bg.webp") repeat;
  padding: 50px 0px 80px;
}
.intro .intro__title-img {
  background: url("../img/h2_intro_title.svg") no-repeat center/100%;
  max-width: 514px;
  height: 128px;
}

@media screen and (max-width: 768px) {
  .intro__heading-wrapper {
    width: 220px;
    margin: 0 auto;
  }
}
@media screen and (max-width:490px) {
  .intro__heading-wrapper {
    width: 170px;
  }
}
.intro__heading-wrapper .intro__heading-list {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
@media screen and (max-width: 768px) {
  .intro__heading-wrapper .intro__heading-list {
    flex-direction: column;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
  }
}
.intro__heading-wrapper .intro__heading-list .list-item {
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", "MS PMincho", serif;
  font-size: 2.6rem;
  font-weight: 600;
}
@media screen and (max-width:490px) {
  .intro__heading-wrapper .intro__heading-list .list-item {
    font-size: 2rem;
  }
}
.intro__heading-wrapper .intro__heading-list .list-item:not(:last-child) {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .intro__heading-wrapper .intro__heading-list .list-item:not(:last-child) {
    margin-right: 0px;
  }
}

.slider {
  margin-top: 30px;
}

.slider-item {
  background: #fff;
  border: 1px solid #69b696;
  position: relative;
}
.slider-item .slider__title {
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", "MS PMincho", serif;
  background: #69b696;
  color: #fff;
  font-weight: 700;
  font-size: 2.8rem;
  padding: 10px 20px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .slider-item .slider__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.slider-item .slider-img {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  gap: 20px 20px;
  padding: 0px 25px;
}
@media screen and (max-width: 768px) {
  .slider-item .slider-img {
    flex-direction: column;
  }
}
.slider-item .slider-img img {
  max-width: 335px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .slider-item .slider-img img {
    width: 50%;
  }
}
.slider-item .slider__accent {
  text-align: center;
  font-weight: 700;
  font-size: 2.6rem;
  color: #ea1149;
  background: url("../img/change-arrow.svg") no-repeat bottom center/35%;
  padding: 15px 25px 10px;
  margin-top: 15px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .slider-item .slider__accent {
    background-size: 65%;
    padding: 10px 10px 20px;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
.slider-item .slider__text {
  padding: 0px 25px 25px;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  gap: 10px 20px;
}
@media screen and (max-width:490px) {
  .slider-item .slider__text {
    flex-direction: column;
  }
}
.slider-item .slider__text img {
  max-width: 154px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .slider-item .slider__text img {
    display: none;
  }
}
.slider-item .slider__text .text-result {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .slider-item .slider__text .text-result {
    font-size: 2rem;
    text-align: center;
  }
}

.slick-prev.slick-arrow,
.slick-next.slick-arrow {
  font-size: 0; /* デフォルトのテキストを隠す */
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
  width: 38px;
  height: 100px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 10; /* 他の要素より前面に表示するため */
}

.slick-prev.slick-arrow {
  left: 0%;
}

.slick-next.slick-arrow {
  right: 0%;
}

.slick-prev.slick-arrow:before,
.slick-next.slick-arrow:before {
  content: "";
  display: inline-block;
  background: url("../img/slider_arrow.svg") no-repeat;
  width: 38px;
  height: 100px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-next.slick-arrow:before {
  transform: scale(-1, 1);
}

.slick-prev.slick-arrow:hover,
.slick-prev.slick-arrow:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-dots {
  position: absolute;
  bottom: -33px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button::before {
  content: "";
  display: inline-block;
  background: rgba(184, 145, 112, 0.5);
  border-radius: 5px;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button::before {
  background: rgba(184, 145, 112, 0.9);
}

.support {
  padding: 50px 0px;
}
.support .support__title {
  text-align: center;
  font-size: 3.8rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .support .support__title {
    font-size: 2.8rem;
    line-height: 1.4;
  }
}
.support .support__title::before {
  content: "";
  display: inline-block;
  background: #65b795;
  width: 100px;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .support .support__title::before {
    bottom: -15px;
  }
}

.product__img {
  text-align: center;
  margin-bottom: 50px;
}
.product__img .product__img-logo {
  max-width: 377px;
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width:490px) {
  .product__img .product__img-logo {
    max-width: 75vw;
  }
}
.product__img .support__price-img img {
  width: 100%;
  max-width: 592px;
}
@media screen and (max-width: 768px) {
  .product__img .support__price-img img {
    max-width: 365px;
  }
}

.point__title {
  text-align: center;
  font-size: 3.8rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .point__title {
    font-size: 2.8rem;
    line-height: 1.4;
  }
}
.point__title::before {
  content: "";
  display: inline-block;
  background: #65b795;
  width: 100px;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.point__list {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .point__list {
    padding: 0px 5%;
  }
}
.point__list .list-item {
  font-weight: 700;
  font-size: 2rem;
  padding-left: 3em;
  text-indent: -3em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .point__list .list-item {
    font-size: 1.8rem;
  }
}
.point__list .list-item:not(:last-child) {
  margin-bottom: 25px;
}
.point__list .list-item:nth-child(n+1)::before {
  content: "";
  display: inline-block;
  width: 50.5px;
  height: 39.3px;
  margin: 0px 10px -13px 0px;
}
@media screen and (max-width:490px) {
  .point__list .list-item:nth-child(n+1)::before {
    margin: 0px 10px -16px 0px;
  }
}
.point__list .list-item:nth-child(1)::before {
  background: url("../img/point_count01.svg") no-repeat;
}
.point__list .list-item:nth-child(2)::before {
  background: url("../img/point_count02.svg") no-repeat;
}
.point__list .list-item:nth-child(3)::before {
  background: url("../img/point_count03.svg") no-repeat;
}
.point__list .list-item:nth-child(4)::before {
  background: url("../img/point_count04.svg") no-repeat;
}
.point__list .list-item:nth-child(5)::before {
  background: url("../img/point_count05.svg") no-repeat;
}

.support .support__contact-ink a {
  display: block;
  width: 100%;
  background: #fff;
  border: 2px solid #ea1149;
  border-radius: 7px;
  text-align: center;
  color: #ea1149;
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  padding: 15px;
  line-height: 1.4;
}
.support .support__contact-ink a::after {
  content: "";
  display: inline-block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #ea1149;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 370px) {
  .support .support__contact-ink a::after {
    border: none;
  }
}
.support .support__contact-ink a:hover {
  background: #ea1149;
  color: #fff;
}
.support .support__contact-ink a:hover::after {
  border-left: 6px solid #fff;
}

.faq {
  margin-bottom: 50px;
}
.faq .faq__title-img {
  background: url("../img/h2_faq_title@2x.webp") no-repeat center/100%;
  max-width: 404px;
  height: 137px;
}
.faq .innerbox {
  padding: 0px 5%;
}

.faq-item {
  cursor: pointer;
}
.faq-item[open] .faq-q::after {
  transform: scale(1, -1);
  top: 42%;
}
.faq-item:not(:last-child) {
  margin-bottom: 20px;
}
.faq-item .faq-q {
  background: #f7f3ed;
  padding: 15px 20px;
  color: #1c7c0e;
  font-weight: 700;
  font-size: 2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .faq-item .faq-q {
    padding: 15px 45px 15px 0px;
    padding-left: 2.2em;
    text-indent: -1.55em;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.faq-item .faq-q::before {
  content: "";
  display: inline-block;
  background: url("../img/faq-q.svg") no-repeat;
  width: 22.8px;
  height: 33.3px;
  margin: 0px 5px -8px 0px;
}
.faq-item .faq-q::after {
  content: "";
  display: inline-block;
  background: url("../img/icon-arrow.svg") no-repeat;
  width: 22.4px;
  height: 10px;
  margin-left: 5px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.faq-item .faq-a {
  padding: 20px 0px;
}

.company .company__title {
  text-align: center;
  font-size: 3.8rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .company .company__title {
    font-size: 2.8rem;
    line-height: 1.4;
  }
}
.company .company__title::before {
  content: "";
  display: inline-block;
  background: #65b795;
  width: 100px;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.company__wrapper {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  gap: 30px 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .company__wrapper {
    flex-direction: column;
  }
}
.company__wrapper img {
  max-width: 268px;
  width: 100%;
}
.company__wrapper .company__text {
  font-weight: 700;
  font-size: 2rem;
}
.company__wrapper .company__text .text-about {
  display: block;
}
.company__wrapper .company__text .text-transfer {
  display: block;
  margin-top: 20px;
}

.company__table {
  border-top: 1px solid #e8e0dd;
  border-right: 1px solid #e8e0dd;
  width: 100%;
  margin-bottom: 50px;
}
.company__table th {
  border-bottom: 1px solid #e8e0dd;
  border-left: 1px solid #e8e0dd;
  background: #f4eeea;
  width: 25%;
  padding: 10px 15px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .company__table th {
    display: block;
    width: 100%;
  }
}
.company__table td {
  border-bottom: 1px solid #e8e0dd;
  border-left: 1px solid #e8e0dd;
  padding: 10px 15px;
}
@media screen and (max-width: 768px) {
  .company__table td {
    display: block;
    width: 100%;
  }
}

.message__title {
  font-size: 2.8rem;
  font-weight: 700;
  padding: 10px 20px;
  border-bottom: 1px solid #89776a;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .message__title {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

.company__message {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  gap: 30px 30px;
}
@media screen and (max-width:490px) {
  .company__message {
    flex-direction: column-reverse;
  }
}
.company__message .company__message-text {
  max-width: 510px;
  width: 100%;
}
.company__message .represent-img img {
  width: 100%;
}
.company__message .represent-img .represent-name {
  margin-top: 10px;
  text-align: center;
}

.contact {
  margin-top: 80px;
}
.contact .contact__tel-title-img {
  background: url("../img/h2_contact_tel_title_pc@2x.webp") no-repeat center/100%;
  max-width: 594px;
  height: 102px;
}
@media screen and (max-width: 768px) {
  .contact .contact__tel-title-img {
    background: url("../img/h2_contact_tel_title_sp@2x.webp") no-repeat center/100%;
    max-width: 306px;
    height: 142px;
  }
}
.contact .tel__attention {
  text-align: center;
  margin-bottom: 15px;
}
.contact .tel__attention::before {
  content: "※";
  margin-right: 5px;
}

.contact__link {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  border: 1px solid #ea1149;
  border-radius: 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .contact__link {
    flex-direction: column;
  }
}

.contact__tel {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-right: 1px solid #ea1149;
  background: url("../img/tel_cta_bg@2x.webp") no-repeat center/cover;
  padding: 20px 10px;
  max-width: 375px;
  width: 100%;
  text-align: center;
  box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .contact__tel {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 10px;
    max-width: 100%;
    box-sizing: border-box;
    border-right: none;
    border-bottom: 1px solid #ea1149;
  }
}
.contact__tel .tel__link {
  display: block;
  margin-top: -5px;
}
.contact__tel .tel__link .tel__number {
  font-family: "Roboto", sans-serif;
  color: #ea1149;
  font-weight: 600;
  font-size: 4.4rem;
  display: block;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .contact__tel .tel__link .tel__number {
    font-size: 3.7rem;
  }
}
.contact__tel .tel__link .tel__number::before {
  content: "";
  display: inline-block;
  background: url("../img/icon-tel.svg") no-repeat;
  width: 38px;
  height: 38px;
  margin: 0px 5px -3px 0px;
}
.contact__tel .tel__link .tel__info {
  display: block;
  margin-top: 5px;
  font-size: 1.6rem;
  margin-top: -10px;
}

.contact__line {
  text-align: center;
}
.contact__line .line__link {
  background: linear-gradient(to bottom, #1cbf00, #27a50e);
  display: block;
  padding: 20px 10px 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  max-width: 375px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact__line .line__link {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    max-width: 100%;
  }
}
.contact__line .line__link img {
  max-height: 137px;
  height: 100%;
  max-width: 100%;
}
.contact__line .line__link:hover {
  opacity: 0.7;
}

.contact__form .contact__form-title-img {
  background: url("../img/h2_contact_mail_title_pc@2x.webp") no-repeat center/100%;
  max-width: 534px;
  height: 62px;
}
@media screen and (max-width: 768px) {
  .contact__form .contact__form-title-img {
    background: url("../img/h2_contact_mail_title_sp@2x.webp") no-repeat center/100%;
    max-width: 291px;
    height: 124px;
  }
}

.form {
  margin-bottom: 50px;
}

.form__table {
  width: 100%;
}
.form__table th {
  display: block;
  font-weight: 700;
  margin-bottom: 15px;
}
.form__table th .required {
  font-size: 1.4rem;
  color: #fff;
  background: #ea1149;
  padding: 2px 3px;
  margin-right: 10px;
}
.form__table td {
  display: block;
}
.form__table td .input--lg {
  background: #f2f2f2;
  padding: 8px 20px;
  border: none;
  width: 100%;
  margin-bottom: 30px;
}
.form__table td .form__choice {
  margin-bottom: 10px;
}
.form__table td textarea {
  width: 100%;
  background: #f2f2f2;
  padding: 8px 20px;
  min-height: 150px;
  height: auto;
}

.policy {
  text-align: center;
  margin-bottom: 40px;
}
.policy a {
  text-decoration: underline;
}
.policy a:hover {
  text-decoration: none;
}

.form__button {
  text-align: center;
}
.form__button .form__button-submit {
  border: 2px solid #ea1149;
  color: #ea1149;
  background: #fff;
  border-radius: 5px;
  font-weight: 700;
  font-size: 2.4rem;
  padding: 20px;
  max-width: 300px;
  width: 100%;
  cursor: pointer;
  transition: 0.3s all;
}
.form__button .form__button-submit:hover {
  background: #ea1149;
  color: #fff;
}

.agency__banner {
  text-align: center;
}
.agency__banner .agency__banner-link img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .agency__banner .agency__banner-link img {
    width: 80vw;
  }
}
.agency__banner .agency__banner-link:hover {
  opacity: 0.7;
}

.-confirm {
  margin-bottom: 50px;
}

.contents__heading {
  text-align: center;
  padding: 80px 0px;
}
.contents__heading h1 {
  font-size: 4rem;
  font-weight: 700;
}

.confirm_page {
  background: #faf1e4;
}
.confirm_page .page__wrapper {
  background-size: 100%;
  padding-bottom: 80px;
}

.confirm__error {
  text-align: center;
}

.formTable {
  border-top: 1px solid #e8e0dd;
  border-right: 1px solid #e8e0dd;
  width: 100%;
  margin-bottom: 50px;
}
.formTable th {
  border-bottom: 1px solid #e8e0dd;
  border-left: 1px solid #e8e0dd;
  background: #f4eeea;
  width: 30%;
  padding: 10px 15px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .formTable th {
    display: block;
    width: 100%;
  }
}
.formTable td {
  border-bottom: 1px solid #e8e0dd;
  border-left: 1px solid #e8e0dd;
  padding: 10px 15px;
  line-height: 1.4;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .formTable td {
    display: block;
    width: 100%;
  }
}

.confirm__button {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  gap: 20px 30px;
}
@media screen and (max-width: 768px) {
  .confirm__button {
    flex-direction: column-reverse;
  }
}

.confirm__button-send {
  background: #fff;
  border: 2px solid #ea1149;
  color: #ea1149;
  border-radius: 5px;
  max-width: 300px;
  width: 100%;
  padding: 20px;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s all;
}
.confirm__button-send:hover {
  background: #ea1149;
  color: #fff;
}

.confirm__title {
  margin-bottom: 20px;
  text-align: center;
}

.confirm__button-back {
  background: #fff;
  border: 2px solid #808080;
  color: #808080;
  border-radius: 5px;
  max-width: 300px;
  width: 100%;
  padding: 20px;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s all;
}
.confirm__button-back:hover {
  background: #808080;
  color: #fff;
}
.confirm__button-back.-error {
  margin-top: 20px;
}

.thanks_page {
  background: #faf1e4;
}
.thanks_page .page__wrapper {
  background-size: 100%;
  padding-bottom: 80px;
}

.-thanks {
  margin-bottom: 50px;
}

.thanks__title {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
}

.thanks__text {
  margin-bottom: 50px;
}

.thanks__text-link {
  text-decoration: underline;
}

.thanks__button {
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
  text-align: center;
}
.thanks__button .thanks__button-link {
  display: block;
  color: #ea1149;
  background: #fff;
  border: 2px solid #ea1149;
  padding: 15px 20px;
  border-radius: 5px;
  font-weight: 700;
}
.thanks__button .thanks__button-link:hover {
  background: #ea1149;
  color: #fff;
}/*# sourceMappingURL=style.css.map */