@charset "UTF-8";
@font-face {
  font-family: "HigureGothic";
  src: url("../fonts/HigureGothic-Bold.woff") format("woff"), url("../fonts/HigureGothic-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.main_visual {
  position: relative;
  width: 100%;
  height: min(100svh, 210vw);
}
@media (min-width: 900px) {
  .main_visual {
    height: min(100svh, 768px);
  }
}
.main_visual__bg {
  position: absolute;
  width: 100%;
  height: calc(100% - 80px);
}
.main_visual__bg picture {
  height: 100%;
}
.main_visual__bg img {
  width: 100%;
  height: 100%;
}
.main_visual__inner {
  position: absolute;
  bottom: min(52%, 100vw);
  left: 50%;
  transform: translate(-50%, 50%);
  height: min(263px, 30vh);
  opacity: 0;
  transition: opacity 1s ease 1.5s;
  width: clamp(118.6666666667px, 45.641025641vw, 267px);
}
@media (min-width: 900px) {
  .main_visual__inner {
    width: 280px;
    height: min(56.4vh, 440px);
    bottom: 52%;
  }
}
.translatepress-en_US .main_visual__inner {
  left: 20px;
  transform: translate(0, 50%);
  height: auto;
  width: clamp(133.3333333333px, 51.2820512821vw, 300px);
}
@media (min-width: 900px) {
  .translatepress-en_US .main_visual__inner {
    width: 420px;
    height: min(233px, 16.6vw);
    bottom: 150px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.is-loaded .main_visual__inner {
  opacity: 1;
}
.main_visual__inner picture {
  height: inherit;
}
.main_visual__inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main_visual__parts {
  position: absolute;
  width: min(100%, 1400px);
  height: calc(100% - 80px);
  left: 50%;
  top: 0;
  translate: -50% 0;
  filter: blur(12px);
  opacity: 0;
  transition-property: filter, opacity;
  transition-duration: 1s;
  transition-delay: 0.5s;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 900px) {
  .main_visual__parts {
    height: calc(100% - 120px);
  }
}
.is-loaded .main_visual__parts {
  opacity: 1;
  filter: blur(0);
}
.main_visual__parts picture {
  height: 100%;
}
.main_visual__parts img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 100%;
}
.main_visual__contact {
  position: absolute;
  bottom: 24px;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  opacity: 0;
  transition: opacity 1s ease 2s;
}
.is-loaded .main_visual__contact {
  opacity: 1;
}

.p-header-contact {
  text-align: center;
  padding: 0 20px;
  transform: translateY(-3rem);
}

.c-btn-contact-sp {
  display: inline-block;
  padding: 24px;
  width: 100%;
  max-width: 570px;
  text-decoration: none;
  text-align: center;
  border-radius: 8px;
  line-height: 1;
  font-size: clamp(12px, 4.6153846154vw, 27px);
}
@media (min-width: 900px) {
  .c-btn-contact-sp {
    border-radius: 12px;
    padding: 36px 24px;
    font-size: 1.75rem;
  }
}
.c-btn-contact-sp::before {
  border-radius: 8px;
}
@media (min-width: 900px) {
  .c-btn-contact-sp::before {
    border-radius: 12px;
  }
}
.c-btn-contact-sp:hover {
  color: #fff;
}

.about {
  padding: 100px 0 20px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media (min-width: 900px) {
  .about {
    padding: 300px 0 110px;
  }
}
.about__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.about__bg img {
  width: 100%;
  height: 100%;
}
.about__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 900px) {
  .about__inner {
    flex-direction: row;
    gap: 80px;
  }
}
.about__inner__left {
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 900px) {
  .about__inner__left {
    width: 47%;
    margin: 0;
  }
}
.about__inner__right {
  display: flex;
  flex-direction: column;
}
@media (min-width: 900px) {
  .about__inner__right {
    width: 53%;
  }
}
.about__inner__right .page_h3 {
  margin: 1.5em 0 1em;
}
@media (min-width: 900px) {
  .about__inner__right .page_h3 {
    margin: 24px 0;
  }
}

.home_h2 {
  font-family: YakuhanJP, "HigureGothic", "Noto Sans JP", sans-serif;
  color: #EA6969;
  line-height: 1.35;
  font-weight: 700;
}
@media (min-width: 900px) {
  .home_h2 {
    line-height: 1.5;
  }
}
.home_h2 .en {
  display: block;
  font-size: clamp(8px, 3.0769230769vw, 18px);
}
@media (min-width: 900px) {
  .home_h2 .en {
    font-size: 1.125rem;
  }
}
.home_h2 .ja {
  font-size: clamp(18.6666666667px, 7.1794871795vw, 42px);
}
@media (min-width: 900px) {
  .home_h2 .ja {
    font-size: 2.5rem;
  }
}
.home_h2 .ja .small {
  color: #453619;
  font-size: clamp(13.3333333333px, 5.1282051282vw, 30px);
}
@media (min-width: 900px) {
  .home_h2 .ja .small {
    font-size: 2rem;
  }
}
.home_h2--consul {
  text-align: center;
  margin-bottom: 24px;
}
@media (min-width: 900px) {
  .home_h2--consul {
    margin-bottom: 40px;
  }
}
.home_h2--consul .ja {
  color: #453619;
}

.page_h3 {
  font-weight: 700;
  line-height: 1.7;
  font-size: clamp(10px, 3.8461538462vw, 22.5px);
}
@media (min-width: 900px) {
  .page_h3 {
    font-size: 1.25rem;
  }
}

.common_text {
  line-height: 1.75;
  text-align: justify;
}
.translatepress-en_US .common_text {
  text-align: left;
}
.common_text + .common_text {
  margin-top: 1em;
}

.detail_btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
@media (min-width: 900px) {
  .detail_btn_wrap {
    justify-content: flex-start;
    margin-top: 50px;
  }
}
.detail_btn_wrap a.detail_btn {
  font-size: 1.125rem;
  display: inline-block;
  padding: 20px 57px;
}
@media (min-width: 900px) {
  .detail_btn_wrap a.detail_btn {
    font-size: 1.25rem;
    padding: 24px 48px;
  }
}

.service {
  padding: 40px 0 80px;
  position: relative;
  z-index: 0;
}
@media (min-width: 900px) {
  .service {
    padding: 0 0 120px;
  }
}
.service__bg {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media (min-width: 600px) {
  .service__bg {
    bottom: auto;
    top: 60px;
  }
}
.service__bg img {
  width: 100%;
}

.p-service__title-area {
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 900px) {
  .p-service__title-area {
    margin-bottom: 24px;
  }
}

.c-title-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: YakuhanJP, "HigureGothic", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(12px, 4.6153846154vw, 27px);
}
@media (min-width: 900px) {
  .c-title-line {
    font-size: 1.5rem;
    gap: 15px;
  }
}
.c-title-line::before, .c-title-line::after {
  content: "";
  height: 1.2em;
  background-color: #453619;
  width: 1px;
  border-radius: 10px;
}
.c-title-line::before {
  transform: rotate(-30deg);
}
.c-title-line::after {
  transform: rotate(30deg);
}

.service_info {
  background: #fff;
  padding: 0 24px;
  border-radius: 12px;
  margin-bottom: 60px;
}
@media (min-width: 900px) {
  .service_info {
    padding: 0 40px;
    border-radius: 20px;
    margin-bottom: 80px;
  }
}
.service_info .service_info__table {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #EAEAEA;
  padding: 24px 0;
  gap: 8px;
}
@media (min-width: 900px) {
  .service_info .service_info__table {
    flex-direction: row;
    align-items: flex-start;
    padding: 40px 0 20px 0;
    justify-content: space-between;
    gap: 0;
  }
}
.service_info .service_info__table .info_table_h {
  font-size: clamp(10.6666666667px, 4.1025641026vw, 24px);
}
@media (min-width: 900px) {
  .service_info .service_info__table .info_table_h {
    width: 38%;
    flex: 0 0 38%;
    font-size: 1.25rem;
  }
}
.service_info .service_info__table .info_table_d {
  text-align: center;
}
@media (min-width: 900px) {
  .service_info .service_info__table .info_table_d {
    text-align: left;
    flex: 1 1 0;
  }
}
.service_info .service_info__table .info_table_d .info_table_d_head {
  display: block;
  font-size: clamp(10.6666666667px, 4.1025641026vw, 24px);
}
@media (min-width: 900px) {
  .service_info .service_info__table .info_table_d .info_table_d_head {
    font-size: 1.25rem;
  }
}
.service_info .service_info__table .info_table_d .info_table_d_cation {
  position: relative;
  display: inline-block;
  line-height: 1.6;
  font-size: 0.75rem;
}
@media (min-width: 900px) {
  .service_info .service_info__table .info_table_d .info_table_d_cation {
    padding-left: 1em;
    font-size: 1rem;
  }
}
.service_info .service_info__table .info_table_d .info_table_d_cation:before {
  content: "※";
}
@media (min-width: 900px) {
  .service_info .service_info__table .info_table_d .info_table_d_cation:before {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.service_info .service_info__bottom {
  text-align: center;
  line-height: 2;
  padding: 20px 0 24px;
}
@media (min-width: 900px) {
  .service_info .service_info__bottom {
    padding: 25px 0 40px;
  }
}
.service_info .service_info__bottom .info_box {
  color: #fff;
  background: #EA6969;
  line-height: 1;
  padding: 8px 13px 8px 13px;
  display: inline-block;
  border-radius: 4px;
  font-size: clamp(13.3333333333px, 5.1282051282vw, 30px);
}
@media (min-width: 900px) {
  .service_info .service_info__bottom .info_box {
    font-size: 1.25rem;
  }
}
.translatepress-en_US .service_info .service_info__bottom .info_box {
  padding: 2px 13px 4px 13px;
}
.service_info .service_info__bottom .service_info__bottom_pink {
  font-size: clamp(13.3333333333px, 5.1282051282vw, 30px);
}
@media (min-width: 900px) {
  .service_info .service_info__bottom .service_info__bottom_pink {
    font-size: 1.5rem;
  }
}

.consult {
  padding: 100px 0;
  background: #fff;
  position: relative;
  z-index: 1;
}
.consult__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.consult__bg img {
  width: 100%;
  height: 100%;
  scale: 1 1.15;
}
.consult__slide {
  width: 100%;
}
.consult__slide img {
  width: 100%;
  opacity: 0.5;
  scale: 0.89;
  transition: scale 0.5s ease, opacity 0.3s ease;
}
.swiper-slide-active .consult__slide img {
  scale: 1;
  opacity: 1;
}

.p-service-slider {
  width: 100%;
  overflow: hidden;
}
.p-service-slider .swiper {
  overflow: visible;
}
.p-service-slider .swiper-button-prev,
.p-service-slider .swiper-button-next {
  width: 112px;
  height: 112px;
  transition: opacity 0.3s;
}
@media (max-width: 599px) {
  .p-service-slider .swiper-button-prev,
  .p-service-slider .swiper-button-next {
    width: 60px;
    height: 60px;
  }
}
.p-service-slider .swiper-button-prev::after,
.p-service-slider .swiper-button-next::after {
  display: none;
}
.p-service-slider .swiper-button-prev:hover,
.p-service-slider .swiper-button-next:hover {
  opacity: 0.7;
}
.p-service-slider .swiper-button-prev {
  background: url("../img/home/slider_arrow_prev.svg") no-repeat center center/contain;
  left: 10px;
  transform: translateY(-50%);
}
@media (min-width: 900px) {
  .p-service-slider .swiper-button-prev {
    left: 25%;
    transform: translate(-100%, -50%);
  }
}
.p-service-slider .swiper-button-next {
  background: url("../img/home/slider_arrow_next.svg") no-repeat center center/contain;
  right: 10px;
  transform: translateY(-50%);
}
@media (min-width: 900px) {
  .p-service-slider .swiper-button-next {
    right: 25%;
    transform: translate(100%, -50%);
  }
}

.swiper-pagination-bullet-active {
  background: #EA6969 !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  width: auto !important;
}

.p-service-slider__controls {
  display: flex;
  justify-content: center;
  margin: 24px auto 0;
  align-items: center;
  gap: 12px;
}
@media (min-width: 900px) {
  .p-service-slider__controls {
    margin-top: 40px;
  }
}
.p-service-slider__controls .swiper-pagination {
  position: static !important;
}
.p-service-slider__controls .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: none;
  margin: 0 6px;
}
@media (min-width: 900px) {
  .p-service-slider__controls .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
.p-service-slider__controls .c-slider-toggle {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 100;
}
.p-service-slider__controls .c-slider-toggle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-service-slider__controls .c-slider-toggle .u-icon-play {
  display: none;
}
.p-service-slider__controls .c-slider-toggle.is-paused .u-icon-pause {
  display: none;
}
.p-service-slider__controls .c-slider-toggle.is-paused .u-icon-play {
  display: block;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../../src/scss/global/_variables.scss%22,%22../../src/scss/home.scss%22,%22../../src/scss/global/_mixin.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22;AACA;EACQ;EACA;EAEA;EACA;EACA;;ACDR;EACE;EACA;EACA;;ACkKE;EDrKJ;IAMI;;;AAGF;EACE;EACA;EACA;;AAEA;EACE;;AAGF;EACE;EACA;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EC8KF;;AAxCE;ED7IF;IAUI;IACA;IACA;;;AAGF;EACE;EACA;EACA;ECmKJ;;AAxCE;ED9HA;IAMI;IACA;IACA;IACA;IACA;;;AAIJ;EACE;;AAIF;EACE;;AAGF;EACE;EACA;EACA;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;ACqFA;EDjGF;IAeI;;;AAGF;EACE;EACA;;AAGF;EACE;;AAGF;EACE;EACA;EACA;EACA;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;;AAQN;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;ECuEA;;AAxCE;EDvCJ;IAYI;IACA;IACA;;;AAGF;EACE;;ACqBA;EDtBF;IAII;;;AAIJ;EACE,ODrGI;;;AC6GR;EACE;EACA;EACA;EACA;;ACCE;EDLJ;IAOI;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAIJ;EACE;EACA;EACA;EACA;;ACtBA;EDkBF;IAOI;IACA;;;AAEF;EACE;EACA;;AC9BF;ED4BA;IAKI;IACA;;;AAGJ;EACE;EACA;;ACvCF;EDqCA;IAKI;;;AAGF;EACE;;AC9CJ;ED6CE;IAII;;;;AAUV;EACE,aDjMY;ECkMZ,ODzLc;EC0Ld;EACA;;AC/DE;ED2DJ;IAOI;;;AAGF;EACE;EC9BF;;AAxCE;EDqEF;IAKI;;;AAGJ;ECrCA;;AAxCE;ED6EF;IAII;;;AAGF;EAEE,OD9ME;EEgKN;;AAxCE;EDoFA;IAKI;;;AAKN;EACE;EACA;;AChGA;ED8FF;IAKI;;;AAGF;EACE,OD/NE;;;ACoOR;EACE;EACA;ECtEA;;AAxCE;ED4GJ;IAMI;;;;AAIJ;EACE;EACA;;AAEA;EACE;;AAGF;EACE;;;AAKJ;EACE;EACA;EACA;;ACvIE;EDoIJ;IAMI;IACA;;;AAGF;EACE;EACA;EACA;;ACjJA;ED8IF;IAMI;IACA;;;;AAQN;EACE;EACA;EACA;;AChKE;ED6JJ;IAMI;;;AAGF;EACE;EACA;EACA;EACA;EACA;;AC3KA;EDsKF;IAQI;IACA;;;AAGF;EACE;;;AAON;EACE;EACA;;AC5LE;ED0LJ;IAKI;;;;AAIJ;EACE;EACA;EACA;EACA;EACA,aD7UY;EC8UZ;ECjKA;;AAxCE;EDmMJ;IAWI;IACA;;;AAIF;EAEE;EACA;EACA,kBD/UI;ECgVJ;EACA;;AAEF;EACE;;AAEF;EACE;;;AAIJ;EACE,YDtVM;ECuVN;EACA;EACA;;ACvOE;EDmOJ;IAOI;IACA;IACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;ACrPA;ED+OF;IASI;IACA;IACA;IACA;IACA;;;AAGF;ECvNF;;AAxCE;ED+PA;IAGI;IACA;IACA;;;AAGJ;EACE;;ACxQF;EDuQA;IAII;IACA;;;AAGF;EACE;ECxON;;AAxCE;ED+QE;IAKI;;;AAGJ;EACE;EACA;EACA;EACA;;AC3RJ;EDuRE;IAOI;IACA;;;AAGF;EACE;;ACnSN;EDkSI;IAII;IACA;IACA;;;AAMV;EACE;EACA;EACA;;ACjTA;ED8SF;IAMI;;;AAEF;EACE,ODzaE;EC0aF,YDpbU;ECqbV;EACA;EACA;EACA;ECpRJ;;AAxCE;EDsTA;IASI;;;AAGF;EACE;;AAGJ;EC9RF;;AAxCE;EDsUA;IAGI;;;;AASR;EACE;EACA,YDtcM;ECucN;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAKJ;EACE;;AAEA;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;;;AAMR;EACE;EACA;;AAEA;EACE;;AAGF;AAAA;EAEE;EACA;EACA;;ACxYA;EDoYF;AAAA;IAOI;IACA;;;AAIF;AAAA;EACE;;AAGF;AAAA;EACE;;AAKJ;EACE;EACA;EACA;;AC1ZA;EDuZF;IAMI;IACA;;;AAKJ;EACE;EACA;EACA;;ACtaA;EDmaF;IAMI;IACA;;;;AAON;EACE;;;AAEF;EACE;;;AAEF;EACE;EACA;EACA;EACA;EACA;;AC5bE;EDubJ;IAQI;;;AAGF;EACE;;AACA;EACE;EACA;EACA;EACA;;ACxcF;EDocA;IAOI;IACA;;;AAIN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAGF;EACE;;AAIA;EACE;;AAEF;EACE%22,%22file%22:%22home.css%22%7D */
