:root {
  font-size: 62.5%;
}
@media (max-width: 1280px) {
  :root {
    font-size: 0.78125vw;
  }
}
@media (max-width: 768px) {
  :root {
    font-size: 1.8181818182vw;
  }
}

.for_sp {
  display: none;
}

.for_pc {
  display: inline-block;
}

.flex {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .for_sp {
    display: inline-block;
  }
  .for_pc {
    display: none;
  }
}
html,
body {
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.45;
  letter-spacing: 0.1em;
  margin: 0 auto;
  font-family: "Zen Maru Gothic", sans-serif, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  color: #212121;
}

/***************************************************** pc */
@media (min-width: 769px) {
  a {
    transition: 0.3s ease-in-out;
  }
  img {
    transition: 0.3s ease-in-out;
  }
  a:active,
  a:hover,
  a:hover img {
    opacity: 0.5;
  }
  .showup {
    opacity: 0;
    transition: 1s;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
  }
  .upview {
    -moz-animation: showup 0.6s linear 0s 1 normal forwards;
    -webkit-animation: showup 0.6s linear 0s 1 normal forwards;
    -o-animation: showup 0.6s linear 0s 1 normal forwards;
    -ms-animation: showup 0.6s linear 0s 1 normal forwards;
  }
  .upview.uv2 {
    -moz-animation: showup 0.6s linear 0.3s 1 normal forwards;
    -webkit-animation: showup 0.6s linear 0.3s 1 normal forwards;
    -o-animation: showup 0.6s linear 0.3s 1 normal forwards;
    -ms-animation: showup 0.6s linear 0.3s 1 normal forwards;
  }
  .upview.uv3 {
    -moz-animation: showup 0.6s linear 0.6s 1 normal forwards;
    -webkit-animation: showup 0.6s linear 0.6s 1 normal forwards;
    -o-animation: showup 0.6s linear 0.6s 1 normal forwards;
    -ms-animation: showup 0.6s linear 0.6s 1 normal forwards;
  }
  .upview.uv4 {
    -moz-animation: showup 0.6s linear 0.9s 1 normal forwards;
    -webkit-animation: showup 0.6s linear 0.9s 1 normal forwards;
    -o-animation: showup 0.6s linear 0.9s 1 normal forwards;
    -ms-animation: showup 0.6s linear 0.9s 1 normal forwards;
  }
  .upview.uv5 {
    -moz-animation: showup 0.6s linear 1.2s 1 normal forwards;
    -webkit-animation: showup 0.6s linear 1.2s 1 normal forwards;
    -o-animation: showup 0.6s linear 1.2s 1 normal forwards;
    -ms-animation: showup 0.6s linear 1.2s 1 normal forwards;
  }
  .showdown {
    opacity: 0;
    transition: 1s;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
  }
  .downview {
    -moz-animation: showdown 0.6s linear 0s 1 normal forwards;
    -webkit-animation: showdown 0.6s linear 0s 1 normal forwards;
    -o-animation: showdown 0.6s linear 0s 1 normal forwards;
    -ms-animation: showdown 0.6s linear 0s 1 normal forwards;
  }
  .downview.dv2 {
    -moz-animation: showdown 0.6s linear 0.3s 1 normal forwards;
    -webkit-animation: showdown 0.6s linear 0.3s 1 normal forwards;
    -o-animation: showdown 0.6s linear 0.3s 1 normal forwards;
    -ms-animation: showdown 0.6s linear 0.3s 1 normal forwards;
  }
  .downview.dv3 {
    -moz-animation: showdown 0.6s linear 0.6s 1 normal forwards;
    -webkit-animation: showdown 0.6s linear 0.6s 1 normal forwards;
    -o-animation: showdown 0.6s linear 0.6s 1 normal forwards;
    -ms-animation: showdown 0.6s linear 0.6s 1 normal forwards;
  }
  .downview.dv4 {
    -moz-animation: showdown 0.6s linear 0.9s 1 normal forwards;
    -webkit-animation: showdown 0.6s linear 0.9s 1 normal forwards;
    -o-animation: showdown 0.6s linear 0.9s 1 normal forwards;
    -ms-animation: showdown 0.6s linear 0.9s 1 normal forwards;
  }
  .showleft {
    opacity: 0;
    transition: 1s;
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
  }
  .leftview {
    -moz-animation: showleft 1s linear 0s 1 normal forwards;
    -webkit-animation: showleft 1s linear 0s 1 normal forwards;
    -o-animation: showleft 1s linear 0s 1 normal forwards;
    -ms-animation: showleft 1s linear 0s 1 normal forwards;
  }
  .showright {
    opacity: 0;
    transition: 1s;
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
  }
  .rightview {
    -moz-animation: showright 1s linear 0s 1 normal forwards;
    -webkit-animation: showright 1s linear 0s 1 normal forwards;
    -o-animation: showright 1s linear 0s 1 normal forwards;
    -ms-animation: showright 1s linear 0s 1 normal forwards;
  }
  .wrap,
  #page {
    width: 100%;
    position: relative;
  }
  /* common
  ---------------------------------------------------------------------- */
  .mainw,
  .mainw_pc {
    max-width: 132rem;
    margin: 0 auto;
    padding: 0 2rem;
  }
  .img100 {
    width: 100%;
  }
  .img100 img {
    width: 100%;
  }
  /* keyframe
  ---------------------------------------------------------------------- */
}
/***************************************************** sp */
@media screen and (max-width: 768px) {
  body {
    font-size: 2rem;
    line-height: 1.75;
  }
  a {
    transition: 0.3s ease-in-out;
  }
  img {
    transition: 0.3s ease-in-out;
  }
  a:active,
  a:hover,
  a:hover img {
    opacity: 0.7;
  }
  .wrap,
  #page {
    width: 100%;
    position: relative;
  }
  .for_pc {
    display: none !important;
  }
  .for_tab {
    display: none;
  }
  .for_pcnotab {
    display: none !important;
  }
  .for_nw {
    display: none !important;
  }
  .showup {
    opacity: 0;
    transition: 1s;
    transform: translateY(4vw);
    -webkit-transform: translateY(4vw);
    -moz-transform: translateY(4vw);
    -ms-transform: translateY(4vw);
    -o-transform: translateY(4vw);
  }
  .upview {
    -moz-animation: showup 1s linear 0s 1 normal forwards;
    -webkit-animation: showup 1s linear 0s 1 normal forwards;
    -o-animation: showup 1s linear 0s 1 normal forwards;
    -ms-animation: showup 1s linear 0s 1 normal forwards;
  }
  .showdown {
    opacity: 0;
    transition: 1s;
    transform: translateY(-4vw);
    -webkit-transform: translateY(-4vw);
    -moz-transform: translateY(-4vw);
    -ms-transform: translateY(-4vw);
    -o-transform: translateY(-4vw);
  }
  .downview {
    -moz-animation: showup 1s linear 0s 1 normal forwards;
    -webkit-animation: showup 1s linear 0s 1 normal forwards;
    -o-animation: showup 1s linear 0s 1 normal forwards;
    -ms-animation: showup 1s linear 0s 1 normal forwards;
  }
  .showleft {
    opacity: 0;
    transition: 1s;
    transform: translateX(-4vw);
    -webkit-transform: translateX(-4vw);
    -moz-transform: translateX(-4vw);
    -ms-transform: translateX(-4vw);
    -o-transform: translateX(-4vw);
  }
  .leftview {
    -moz-animation: showleft 1s linear 0s 1 normal forwards;
    -webkit-animation: showleft 1s linear 0s 1 normal forwards;
    -o-animation: showleft 1s linear 0s 1 normal forwards;
    -ms-animation: showleft 1s linear 0s 1 normal forwards;
  }
  .showright {
    opacity: 0;
    transition: 1s;
    transform: translateX(4vw);
    -webkit-transform: translateX(4vw);
    -moz-transform: translateX(4vw);
    -ms-transform: translateX(4vw);
    -o-transform: translateX(4vw);
  }
  .rightview {
    -moz-animation: showright 1s linear 0s 1 normal forwards;
    -webkit-animation: showright 1s linear 0s 1 normal forwards;
    -o-animation: showright 1s linear 0s 1 normal forwards;
    -ms-animation: showright 1s linear 0s 1 normal forwards;
  }
  /* common
  ---------------------------------------------------------------------- */
  .mainw {
    width: 95.5vw;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  /* keyframe
  ---------------------------------------------------------------------- */
}
.section-top-description .top-description {
  margin-top: 15rem;
}

.top-description-box {
  margin-top: 3.5rem;
}
.top-description-box h3 {
  margin-top: 3.5rem;
}
.top-description-box p {
  margin-top: 2.6rem;
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.top-ttl {
  margin-bottom: 5rem;
}

.top-description-box + .top-description-box {
  margin-top: 6rem;
}

.service-flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10rem 6rem;
}
.service-flex-container .flex-area {
  width: 61rem;
}
.service-flex-container .flex-area .flex-img {
  margin-bottom: 3rem;
  display: block;
}
.service-flex-container .flex-area h3 {
  color: #c1a97d;
  font-size: 3rem;
  margin-bottom: 3.5rem;
}
.service-flex-container .flex-area .flex-area-description {
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 2rem;
}

.service-area-sub {
  margin-top: 10rem;
  display: flex;
  justify-content: space-between;
}
.service-area-sub .service-img {
  width: 61rem;
}
.service-area-sub .service-description {
  width: 61rem;
}
.service-area-sub .service-description h3 {
  color: #c1a97d;
  font-size: 3rem;
  margin: 3rem 3.5rem;
}
.service-area-sub .service-description .service-item {
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 2rem;
  margin-bottom: 5rem;
}
.service-area-sub .service-description .service-rakuten a {
  color: #c1a97d;
  display: block;
  font-size: 2.4rem;
  border-radius: 1.3rem;
  border: solid 0.3rem #c1a97d;
  width: 30rem;
  padding: 2rem 8rem;
}
.service-area-sub .service-description .service-rakuten a:hover {
  color: #fff;
  background-color: #c1a97d;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .mainw {
    width: 100%;
  }
  .section-top-description .top-description {
    margin: 5rem 0 0 0;
  }
  .section-top-description .top-ttl {
    font-size: 3rem;
  }
  .section-top-description .top-ttl .sub-title {
    font-size: 1.5rem;
  }
  .service-flex-container {
    flex-direction: column;
  }
  .service-flex-container .flex-area {
    width: 100%;
  }
  .service-flex-container .flex-area h3 {
    font-size: 3rem;
  }
  .service-flex-container div.flex-area {
    width: 95.5vw;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .service-area-sub {
    flex-direction: column;
  }
  .service-area-sub .service-img {
    width: 100%;
  }
  .service-area-sub .service-description {
    width: 95.5vw;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .service-area-sub .service-description h3 {
    color: #c1a97d;
    font-size: 3rem;
    margin: 3rem auto;
  }
  .service-area-sub .service-description .service-item {
    margin-bottom: 4rem;
  }
  .service-area-sub .service-description .service-rakuten a {
    margin: 2rem auto 0;
    width: 39.6rem;
    height: 9.3rem;
    border-radius: 0.8rem;
    font-size: 3rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}/*# sourceMappingURL=style.css.map */