body {
  font-family: "Noto Sans JP", sans-serif, "Libre Caslon Text";
  font-weight: 400;
}

.font-Libre-regular {
  font-family: "Libre Caslon Text";
  font-weight: 400;
}

#service {
  background: #fff;
  color: #221F20;
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  #service {
    margin-bottom: 80px;
  }
}

.main-content {
  margin: 80px auto 0;
  width: 85.714%;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .main-content {
    width: 100%;
    margin-top: 50px;
  }
}
.main-content__text {
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .main-content__text {
    font-size: 16px;
    line-height: 32px;
    margin: 0 auto 50px;
    width: 89.333%;
  }
}
.main-content__text--en {
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .main-content__text--en {
    font-size: 16px;
    line-height: 27px;
    margin: 0 auto 50px;
    width: 89.333%;
  }
}

.service__area {
  width: 100%;
  background-color: #EEECEA;
  padding: 50px 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .service__area {
    padding: 30px 0 30px;
    margin-bottom: 50px;
  }
}
.service__inner {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .service__inner {
    width: 89.333%;
    margin: 0 auto;
  }
}
.service__head {
  margin: 0 auto 50px;
  text-align: center;
}
.service__head--en {
  font-family: "Libre Caslon Text";
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .service__head--en {
    font-size: 27px;
    line-height: 33px;
  }
}
.service__head--sub {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 13px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .service__head--sub {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.service__head--border {
  width: 56px;
  height: 2px;
  background-color: #C1A87D;
  border: none;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .service__head--border {
    width: 40px;
  }
}
.service__container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .service__container {
    justify-content: center;
  }
}
.service__left-box {
  max-width: 520px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .service__left-box {
    width: 100%;
  }
}
.service__right-box {
  max-width: 470px;
  width: 45.192%;
}
@media screen and (max-width: 767px) {
  .service__right-box {
    width: 100%;
  }
}
.service__text {
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .service__text {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
.service__text--en {
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .service__text--en {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}
.service__img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 473px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .service__img {
    margin: 20px 0 20px;
  }
}
.service__check-group-pc {
  width: 100%;
  text-indent: -2em;
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  .service__check-group-pc {
    display: none;
  }
}
.service__check-group-pc::before {
  content: url(../img/check_mark.svg);
  width: 17px;
  height: 17px;
}
.service__check-group-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .service__check-group-sp {
    display: block;
    text-indent: -2em;
    padding-left: 2em;
  }
  .service__check-group-sp::before {
    content: url(../img/check_mark.svg);
    width: 17px;
    height: 17px;
  }
}
.service__check-text {
  font-size: 18px;
  line-height: 36px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .service__check-text {
    font-size: 16px;
    line-height: 32px;
  }
}
.service__check-text--en {
  font-size: 18px;
  line-height: 29px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .service__check-text--en {
    font-size: 16px;
    line-height: 25px;
  }
}

.fade-in-background {
  opacity: 0;
  transform: translateX(-50%);
  transition: 1.5s;
}
.fade-in-background.scroll-in {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
  transition-delay: 0.5s;
}

.fade-in-head {
  opacity: 0;
  transform: translateY(30px);
  transition: 1s;
}
.fade-in-head.scroll-in {
  opacity: 1;
  transform: translate(0, 0) !important;
  transition-delay: 1s;
}

.fade-in-content {
  opacity: 0;
  transition: 1s;
}
.fade-in-content.scroll-in {
  opacity: 1;
  transition-delay: 1s;
}