@charset "UTF-8";
/* ========================= /
/  mixin
/* =========================*/
/* ========================= /
/  カラー
/* =========================*/
.mv {
  margin-top: 116px;
  padding: 75px 0 131px;
  background: #FAF7F7;
}
@media screen and (max-width: 1024px) {
  .mv {
    margin-top: 62px;
    padding: 62px 0 60px;
  }
}
.mv__row {
  margin-inline: auto;
  max-width: 1310px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .mv__row {
    flex-direction: column;
  }
}
.mv__txt {
  margin-top: 75px;
  max-width: 47.63%;
}
@media screen and (max-width: 1024px) {
  .mv__txt {
    display: contents;
  }
}
@media screen and (max-width: 1024px) {
  .mv__ttl {
    order: 1;
  }
}
.mv__heading {
  margin-top: 69px;
  color: #D5B3B5;
  font-size: 2.8rem;
  line-height: 2;
  letter-spacing: 7px;
}
@media screen and (max-width: 1024px) {
  .mv__heading {
    margin-top: 40px;
    font-size: 1.4rem;
    line-height: 1.7857142857;
    letter-spacing: 4px;
    font-weight: bold;
    order: 2;
  }
}
.mv__para {
  margin-top: 81px;
  line-height: 2.1428571429;
  letter-spacing: 5px;
  color: #5B5B5B;
}
@media screen and (max-width: 1024px) {
  .mv__para {
    order: 4;
    margin-top: 31px;
    font-size: 1.2rem;
    line-height: 2.0833333333;
    font-weight: 300;
    letter-spacing: 3px;
  }
}
.mv__img {
  width: 43.08vw;
  height: 1034px;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 1024px) {
  .mv__img {
    order: 3;
    margin-top: 40px;
    margin-left: -7px;
    width: 100vw;
    height: auto;
  }
}
.mv__img picture,
.mv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 0 0 20px;
}

.service {
  margin: 75px 0 108px;
}
@media screen and (max-width: 1024px) {
  .service {
    margin: 34px 0 36px;
  }
}
@media screen and (max-width: 1024px) {
  .service__inner {
    padding-inline: 2.0512820513%;
  }
}
.service__ttl {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .service__ttl {
    padding-left: 32px;
  }
}
.service__list {
  display: flex;
  flex-direction: column;
  gap: 76px;
}
@media screen and (max-width: 1024px) {
  .service__list {
    gap: 0;
  }
}
.service__item {
  padding: 275px min(7.8079814922vw, 135px) 110px;
  background: #D5B3B5;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .service__item {
    padding: 78px min(2.5641025641vw, 10px) 65px;
  }
}
.service__item-number {
  position: absolute;
  top: 131px;
  right: min(8.4441873916vw, 146px);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .service__item-number {
    top: 41px;
    right: min(10.2564102564vw, 40px);
  }
}
.service__item-number span {
  font-size: 20rem;
  letter-spacing: 5px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .service__item-number span {
    font-size: 5rem;
    line-height: 1.8;
  }
}
.service__item-number span::before {
  content: "";
  display: block;
  margin: 25px auto 55px;
  width: 200px;
  height: 4px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .service__item-number span::before {
    margin: 9px auto 16px;
    width: 86px;
    height: 1px;
  }
}
.service__item-logo {
  max-width: 235px;
}
@media screen and (max-width: 1024px) {
  .service__item-logo {
    max-width: 87px;
  }
}
.service__item-img {
  margin-top: 147px;
  margin-inline: max(-9.6587622903vw, -167px);
  height: 754px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .service__item-img {
    margin-top: 71px;
    height: auto;
  }
}
.service__item-img picture,
.service__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.service__item-box {
  margin-top: -112px;
  padding: 72px min(3.3545401966vw, 58px) 79px min(4.973973395vw, 86px);
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 4px 4px rgba(129, 93, 94, 0.3);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .service__item-box {
    margin-top: -32px;
    padding: 16px min(7.4358974359vw, 29px) 79px min(7.1794871795vw, 28px);
  }
}
.service__item-row {
  display: flex;
  align-items: center;
  gap: 27px;
}
@media screen and (max-width: 1024px) {
  .service__item-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.service__item-ttl {
  font-size: 2.8rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 27px;
  letter-spacing: 3px;
}
@media screen and (max-width: 1024px) {
  .service__item-ttl {
    padding-bottom: 15px;
    width: 100%;
    font-size: 1.4rem;
    letter-spacing: 2px;
    gap: 13px;
    border-bottom: 1px solid #D5B3B5;
  }
}
.service__item-ttl::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border: 5px solid #D5B3B5;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .service__item-ttl::before {
    width: 16px;
    height: 16px;
    border-width: 3px;
  }
}
.service__item-heading {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 45px;
  font-size: 2.2rem;
  line-height: 1.8181818182;
  font-weight: 500;
  letter-spacing: 5px;
  color: #D5B3B5;
}
@media screen and (max-width: 1024px) {
  .service__item-heading {
    margin-top: 23px;
    font-size: 1.4rem;
    line-height: 2.1428571429;
  }
}
.service__item-heading::before {
  content: "";
  display: block;
  width: 2px;
  height: 55px;
  background: #D5B3B5;
}
@media screen and (max-width: 1024px) {
  .service__item-heading::before {
    display: none;
  }
}
.service__item-para {
  margin-top: 64px;
  letter-spacing: 5px;
  color: #666666;
}
@media screen and (max-width: 1024px) {
  .service__item-para {
    margin-top: 23px;
    font-size: 1.2rem;
    line-height: 2.0833333333;
    letter-spacing: 3px;
  }
}
.service__item-index {
  margin-top: 64px;
  display: grid;
  grid-template-columns: 60% 34.6%;
  grid-template-rows: repeat(3, 1fr);
  gap: min(3.6437246964vw, 63px) 58px;
}
@media screen and (max-width: 1024px) {
  .service__item-index {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 36px;
  }
}
.service__item-contents:nth-of-type(1) {
  grid-column: 1/2;
  grid-row: 1/4;
}
.service__item-contents-ttl {
  padding-left: 9px;
  font-size: 1.8rem;
  line-height: 2.2222222222;
  letter-spacing: 3px;
  color: #D5B3B5;
  font-weight: 500;
  border-bottom: 1px solid #D5B3B5;
}
@media screen and (max-width: 1024px) {
  .service__item-contents-ttl {
    padding-bottom: 4px;
    font-size: 1.4rem;
    line-height: 2.8571428571;
  }
}
.service__item-contents-para {
  margin-top: 32px;
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 5px;
  color: #666666;
}
@media screen and (max-width: 1024px) {
  .service__item-contents-para {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .service__item-contents:nth-of-type(1) .service__item-contents-para {
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 3px;
  }
}
.service__item-contents:nth-of-type(3) .service__item-contents-para, .service__item-contents:nth-of-type(4) .service__item-contents-para {
  line-height: 1.3888888889;
}
@media screen and (max-width: 1024px) {
  .service__item-contents:nth-of-type(3) .service__item-contents-para, .service__item-contents:nth-of-type(4) .service__item-contents-para {
    line-height: 1.75;
  }
}
.service__item-contents-para span {
  display: block;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.lead {
  margin: 108px 0 179px;
}
@media screen and (max-width: 1024px) {
  .lead {
    margin: 46px 0 110px;
  }
}
.lead__row {
  margin-inline: auto;
  max-width: 1320px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .lead__row {
    flex-direction: column-reverse;
  }
}
.lead__para {
  font-size: 2.2rem;
  line-height: 2.2727272727;
  letter-spacing: 5px;
  color: #D5B3B5;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .lead__para {
    margin-top: 46px;
    padding-left: min(4.358974359vw, 17px);
    font-size: 1.4rem;
    line-height: 2.1428571429;
    letter-spacing: 2px;
  }
}
.lead__img {
  width: 50vw;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 1024px) {
  .lead__img {
    padding-left: min(5.1282051282vw, 20px);
    width: 100vw;
  }
}

.policy {
  margin: 179px 0 95px;
  background: #FAF7F7;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .policy {
    margin: 110px 0 50px;
    padding-bottom: 94px;
  }
}
.policy__inner {
  max-width: 1320px;
  position: relative;
}
.policy__ttl {
  color: #D5B3B5;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .policy__ttl {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.policy__para {
  padding-top: 111px;
  font-size: 2.2rem;
  line-height: 1.8181818182;
  letter-spacing: 5px;
  color: #D5B3B5;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .policy__para {
    padding-top: 51px;
    font-size: 1.2rem;
    line-height: 2.5;
    letter-spacing: 3px;
    text-align: center;
  }
}
.policy__heading {
  margin: 109px auto 0;
  padding-bottom: 8px;
  width: 167px;
  border-bottom: 1px solid #D5B3B5;
  font-size: 2.4rem;
  line-height: 1.25;
  text-align: center;
  color: #D5B3B5;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .policy__heading {
    padding-bottom: 14px;
    margin-top: 90px;
    width: 167px;
    font-size: 1.6rem;
    letter-spacing: 4px;
  }
}
.policy__list {
  margin: 121px auto 98px;
  max-width: 1285px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 99px min(5.2053209948vw, 90px);
}
@media screen and (max-width: 1024px) {
  .policy__list {
    margin-top: 49px;
    margin-bottom: 0;
    flex-direction: column;
    gap: 55px;
  }
}
.policy__item {
  width: calc((100% - min(10.4106419896vw, 180px)) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .policy__item {
    margin-inline: auto;
    width: 80.77%;
    max-width: 273px;
  }
}
.policy__item-icon {
  max-width: 221px;
  aspect-ratio: 1/1;
}
.policy__item-ttl {
  margin-top: 55px;
  padding-bottom: 13px;
  width: 100%;
  min-height: 83.67px;
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 500;
  color: #D5B3B5;
  letter-spacing: 5px;
  text-align: center;
  border-bottom: 1px solid #D5B3B5;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .policy__item-ttl {
    margin-top: 23px;
    font-size: 1.4rem;
    line-height: 1.5714285714;
    padding-bottom: 21px;
  }
}
.policy__item-para {
  margin-top: 21px;
  font-weight: 300;
  line-height: 1.7857142857;
  letter-spacing: 5px;
  color: #666666;
}
@media screen and (max-width: 1024px) {
  .policy__item-para {
    margin-top: 16px;
    font-size: 1.2rem;
    line-height: 1.6666666667;
    letter-spacing: 2px;
  }
}
.policy__box {
  margin: -90px auto 0;
  width: 81.71vw;
  max-width: 1412px;
  background: #fff;
  border-radius: 15px;
  padding: 85px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(6.7669172932vw, 117px);
  transform: translateY(127px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .policy__box {
    margin-top: -123px;
    padding: 35px min(2.5641025641vw, 10px);
    width: 88vw;
    flex-direction: column;
    transform: translateY(162px);
    gap: 30px;
  }
}
.policy__box-ttl {
  font-size: 2.4rem;
  line-height: 2.2916666667;
  letter-spacing: 4px;
  font-weight: 500;
  color: #D5B3B5;
}
@media screen and (max-width: 1024px) {
  .policy__box-ttl {
    text-align: center;
    font-size: 1.3rem;
  }
}
.policy__box-para {
  padding-bottom: 18px;
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 4px;
  border-bottom: 2px solid #D5B3B5;
}
@media screen and (max-width: 1024px) {
  .policy__box-para {
    padding-bottom: 8px;
    font-size: 1.4rem;
    text-align: center;
    line-height: 2.2916666667;
  }
}/*# sourceMappingURL=service.css.map */