.mv {
  width: 100%;
  height: 90vh;
  background: url(../img/oplus-mv-back.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}

.mv .catch {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.4rem;
}

@media screen and (min-width: 1024px) {
  .mv .catch {
    font-size: 1.6rem;
  }
}

.mv .catch .text-1 {
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 1rem;
}

.mv .catch .text-1 p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 3rem;
  border: #000 solid 0.1rem;
}

@media screen and (min-width: 1024px) {
  .mv .catch .text-1 p {
    padding: 1.5rem 5rem;
  }
}

.mv .catch .text-2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0 0 5rem;
}

.mv .catch .text-2 p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  padding: 1rem 3rem;
  white-space: nowrap;
  border: #000 solid 0.1rem;
}

@media screen and (min-width: 1024px) {
  .mv .catch .text-2 p {
    padding: 1.5rem 5rem;
  }
}

.mv .catch .plus-1 {
  position: absolute;
  top: -4rem;
  left: -4rem;
}

.mv .catch .plus-1 img {
  width: 5rem;
  height: auto;
}

.mv .catch .plus-2 {
  position: absolute;
  bottom: -4rem;
  right: -4rem;
}

.mv .catch .plus-2 img {
  width: 5rem;
  height: auto;
}

.result {
  padding: 5rem 0 0;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

@media screen and (min-width: 1024px) {
  .result {
    padding: 8rem 20%;
  }
}

.result .title p {
  font-size: 1.4rem;
  margin: 0 0 0.5rem;
  padding: 0 0 0 2rem;
}

@media screen and (min-width: 1024px) {
  .result .title p {
    font-size: 1.8rem;
  }
}

.result .title .border {
  height: 1rem;
  width: 75%;
  background-color: #8bc7a1;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .result .title .border {
    width: 50%;
  }
}

.result .title .border::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  height: 5rem;
  width: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #8bc7a1;
}

.result .r-c {
  padding: 4rem 0;
  overflow: hidden;
  width: 100%;
}

.result .slider-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: resultSlide 40s linear infinite;
          animation: resultSlide 40s linear infinite;
}

.result .c {
  padding: 0 1rem;
  min-width: 70vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (min-width: 1024px) {
  .result .c {
    min-width: 30vw;
  }
}

.result .c img {
  width: 70vw;
  height: auto;
  display: block;
}

@media screen and (min-width: 1024px) {
  .result .c img {
    width: 30vw;
  }
}

.result .c .c-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}

.result .c .c-f .ymd {
  padding: 0.5rem 2rem;
  border-radius: 1rem;
  font-size: 1rem;
  margin: 0.5rem 0;
  background-color: #8bc7a1;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.result .c .c-f .ymd p {
  margin: 0;
}

.result .c .c-f .text {
  padding: 1rem 0;
  font-size: 1.2rem;
}

.result .c .c-f .text p {
  margin: 0;
}

@-webkit-keyframes resultSlide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes resultSlide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.topic {
  background-color: #fff;
  padding: 5rem 2rem 8rem;
}

@media screen and (min-width: 1024px) {
  .topic {
    padding: 5rem 20% 10rem;
  }
}

.topic .title {
  padding: 1rem 3rem;
  border-radius: 5rem;
  margin: 0 0 2rem;
  background-color: #8bc7a1;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 1024px) {
  .topic .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.massage {
  text-align: center;
  background-color: #fff;
}

@media screen and (min-width: 1024px) {
  .massage {
    font-size: 1.8rem;
  }
}

.massage .top {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

.massage .top::before {
  content: "";
  position: absolute;
  width: 0.2rem;
  height: 130%;
  background-color: #8bc7a1;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-15deg);
          transform: translateY(-50%) rotate(-15deg);
  left: -2rem;
}

@media screen and (min-width: 1024px) {
  .massage .top::before {
    left: -6rem;
  }
}

.massage .top::after {
  content: "";
  position: absolute;
  width: 0.2rem;
  height: 130%;
  background-color: #8bc7a1;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(15deg);
          transform: translateY(-50%) rotate(15deg);
  right: -2rem;
}

@media screen and (min-width: 1024px) {
  .massage .top::after {
    right: -6rem;
  }
}

.massage .img-box {
  height: 35rem;
  position: relative;
}

.massage .img-box .img-1 {
  position: absolute;
  top: 3rem;
  left: 2rem;
  width: 25rem;
  height: 15rem;
  border-radius: 10%;
  background: url(../img/o-m-1.jpeg);
  background-size: cover;
}

.massage .img-box .img-2 {
  position: absolute;
  top: 19rem;
  right: 2rem;
  width: 10rem;
  height: 8rem;
  border-radius: 10%;
  background: url(../img/o-m-2.jpg);
  background-size: cover;
}

.massage .img-box .img-3 {
  position: absolute;
  top: 23rem;
  left: 3rem;
  width: 20rem;
  height: 12rem;
  border-radius: 2rem;
  background: url(../img/o-m-3.jpg);
  background-size: cover;
}

.concept {
  padding: 3rem 2rem;
  width: 100vw;
  overflow: hidden;
  background-color: #fff;
}

@media screen and (min-width: 1024px) {
  .concept {
    padding: 5rem 2rem 10rem;
  }
}

.concept .title {
  margin: 0 0 2rem;
}

@media screen and (min-width: 1024px) {
  .concept .title {
    font-size: 2.4rem;
    text-align: right;
  }
}

.concept .title p {
  color: #8bc7a1;
}

.concept .f-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.concept .f-box .img-box {
  width: 50%;
  position: relative;
}

.concept .f-box .img-box .img-1 {
  position: absolute;
  top: 3rem;
  left: 2rem;
  width: 60%;
  height: 30rem;
  border-radius: 10%;
  background: url(../img/o-m-1.jpeg);
  background-size: cover;
}

.concept .f-box .img-box .img-2 {
  position: absolute;
  top: 30rem;
  right: 2rem;
  width: 50%;
  height: 25rem;
  border-radius: 10%;
  background: url(../img/o-m-2.jpg);
  background-size: cover;
}

.concept .f-box .img-box .img-3 {
  position: absolute;
  top: 40rem;
  left: 3rem;
  width: 40%;
  height: 20rem;
  border-radius: 2rem;
  background: url(../img/o-m-3.jpg);
  background-size: cover;
}

@media screen and (min-width: 1024px) {
  .concept .p-box {
    width: 50%;
    padding: 5rem 0 5rem 5rem;
  }
}

.concept .p-box .c {
  padding: 1rem 0;
}

.concept .p-box .c .point .t {
  font-size: 1.8rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.concept .p-box .c .point .t::after {
  content: "";
  width: 100vw;
  position: absolute;
  top: 50%;
  height: 0.2rem;
  left: 105%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #8bc7a1;
}

.concept .p-box .c .point .text {
  padding: 2rem 0;
}

@media screen and (min-width: 1024px) {
  .concept .p-box .c .point .text {
    padding: 2rem 0 2rem 10rem;
  }
}

.concept .p-box .c .point .text p {
  font-size: 1.2rem;
  line-height: 2;
}

@media screen and (min-width: 1024px) {
  .concept .p-box .c .point .text p {
    font-size: 1.4rem;
  }
}

.service {
  padding: 4rem 2rem;
  background: url(../img/o-c-back.jpeg);
  background-size: cover;
}

@media screen and (min-width: 1024px) {
  .service {
    background: #e4e4e4;
    padding: 8rem 0;
  }
}

.service .section-title {
  font-size: 1.4rem;
  color: #8bc7a1;
}

@media screen and (min-width: 1024px) {
  .service .section-title {
    padding-left: 4rem;
    font-size: 2.4rem;
  }
}

.service .reform-menu {
  padding: 5rem 0;
}

@media screen and (min-width: 1024px) {
  .service .reform-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.service .reform-menu .c {
  padding: 0 0 5rem;
}

@media screen and (min-width: 1024px) {
  .service .reform-menu .c {
    width: 33%;
    padding: 4rem;
  }
}

.service .reform-menu .c .title {
  font-size: 1.6rem;
  margin: 0 0 2rem;
}

@media screen and (min-width: 1024px) {
  .service .reform-menu .c .title {
    font-size: 1.8rem;
    line-height: 2;
  }
}

.service .reform-menu .c .border {
  width: 100%;
  height: 0.7rem;
  background: #8bc7a1;
  opacity: 0.7;
}

.service .reform-menu .c .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 1024px) {
  .service .reform-menu .c .box {
    display: block;
  }
}

.service .reform-menu .c .box .content {
  font-size: 1.2rem;
  width: 50%;
  padding: 3rem 0.5rem;
}

@media screen and (min-width: 1024px) {
  .service .reform-menu .c .box .content {
    width: 100%;
    font-size: 1.4rem;
  }
}

.service .reform-menu .c .box .img-1 {
  height: 15rem;
  width: 45%;
  background: url(../img/op-out.jpg);
  background-size: cover;
  background-position: right;
}

@media screen and (min-width: 1024px) {
  .service .reform-menu .c .box .img-1 {
    width: 100%;
    height: 25rem;
  }
}

.service .reform-menu .c .box .img-2 {
  height: 15rem;
  width: 45%;
  background: url(../img/op-water.jpg);
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 1024px) {
  .service .reform-menu .c .box .img-2 {
    width: 100%;
    height: 25rem;
  }
}

.service .reform-menu .c .box .img-3 {
  height: 15rem;
  width: 45%;
  background: url(../img/op-room.jpg);
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 1024px) {
  .service .reform-menu .c .box .img-3 {
    width: 100%;
    height: 25rem;
  }
}

.service .simulation {
  line-height: 2;
}

@media screen and (min-width: 1024px) {
  .service .simulation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 1024px) {
  .service .simulation .left {
    width: 50%;
    padding: 4rem 0 4rem 8rem;
  }
}

@media screen and (min-width: 1024px) {
  .service .simulation .right {
    width: 50%;
    padding: 4rem 8rem 4rem 0;
  }
}

.service .simulation .top {
  padding: 4rem 2rem;
  font-size: 1.2rem;
  text-align: center;
  background: url(../img/o-m-1.jpeg);
  background-size: cover;
}

@media screen and (min-width: 1024px) {
  .service .simulation .top {
    background: #fff;
    border: #000 solid 0.1rem;
    padding: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.service .simulation .top p {
  padding: 1rem 2rem;
  background-color: #fff;
}

@media screen and (min-width: 1024px) {
  .service .simulation .top p {
    padding: 2rem 6rem;
    font-size: 1.4rem;
  }
}

.service .text {
  padding: 2rem;
  font-size: 1.2rem;
}

@media screen and (min-width: 1024px) {
  .service .text {
    font-size: 1.4rem;
  }
}

.service .center {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .service .center {
    width: 70%;
    margin: 0 auto 0 0;
  }
}

.service .bottom {
  padding: 2rem 0 5rem;
}

.service .bottom .img {
  width: 80%;
  height: 20rem;
  background: url(../img/op-shop.JPG);
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 1024px) {
  .service .bottom .img {
    height: 30rem;
  }
}

.service .bottom .point1 {
  padding: 1rem 2rem;
  margin: -3rem 0 1rem auto;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: #000 solid 0.1rem;
}

@media screen and (min-width: 1024px) {
  .service .bottom .point1 {
    padding: 2rem 6rem;
  }
}

.service .bottom .point2 {
  padding: 1rem 2rem;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border: solid 0.1rem #000;
}

@media screen and (min-width: 1024px) {
  .service .bottom .point2 {
    padding: 2rem 6rem;
  }
}

.information {
  padding: 5rem 2rem;
  background-color: #fff;
}

@media screen and (min-width: 1024px) {
  .information {
    padding: 10rem 20%;
  }
}

.information .title {
  font-size: 1.6rem;
  color: #8bc7a1;
  margin: 0 0 5rem;
}

@media screen and (min-width: 1024px) {
  .information .title {
    font-size: 2.4rem;
  }
}

.information .top {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .information .top {
    font-size: 1.8rem;
    margin: 0 auto 3rem;
  }
}

.information .top::before {
  content: "";
  position: absolute;
  width: 0.2rem;
  height: 130%;
  background-color: #8bc7a1;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-15deg);
          transform: translateY(-50%) rotate(-15deg);
  left: -2rem;
}

@media screen and (min-width: 1024px) {
  .information .top::before {
    height: 200%;
    left: -6rem;
  }
}

.information .top::after {
  content: "";
  position: absolute;
  width: 0.2rem;
  height: 130%;
  background-color: #8bc7a1;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(15deg);
          transform: translateY(-50%) rotate(15deg);
  right: -2rem;
}

@media screen and (min-width: 1024px) {
  .information .top::after {
    height: 200%;
    right: -6rem;
  }
}

.information .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem 0;
}

.information .point .p {
  width: 32%;
  padding: 1rem 0;
  border-radius: 3rem;
  text-align: center;
  border: #8bc7a1 0.1rem solid;
  font-size: 1.2rem;
}

@media screen and (min-width: 1024px) {
  .information .point .p {
    font-size: 1.6rem;
    padding: 1.5rem 0;
  }
}

.information .shop-img {
  width: 100%;
}

.information .shop-info {
  padding: 2rem;
  line-height: 2;
  font-size: 1.2rem;
}

@media screen and (min-width: 1024px) {
  .information .shop-info {
    font-size: 1.4rem;
  }
}

.information .shop-info .adress {
  border-bottom: #8bc7a1 solid 0.1rem;
  padding: 0 0 1rem;
}

.information .shop-info .tel {
  border-bottom: #8bc7a1 solid 0.1rem;
  padding: 1rem 0;
}

.information .shop-info .time {
  border-bottom: #8bc7a1 solid 0.1rem;
  padding: 1rem 0;
}

.information .g-map {
  width: 100%;
}

.information .g-map iframe {
  width: 100%;
  height: 30rem;
}

.question {
  padding: 2rem 2rem 5rem;
  font-size: 1.2rem;
  background-color: #fff;
}

@media screen and (min-width: 1024px) {
  .question {
    padding: 8rem 20%;
    font-size: 1.4rem;
  }
}

.question .title {
  margin: 0 0 3rem;
}

.question .s-title {
  padding: 2rem 3rem;
  font-weight: bold;
  font-size: 1.4rem;
  position: relative;
  margin: 2rem 0 0;
}

@media screen and (min-width: 1024px) {
  .question .s-title {
    font-size: 1.6rem;
    margin: 4rem 0 0;
  }
}

.question .s-title::before {
  position: absolute;
  content: "";
  width: 2rem;
  height: 2rem;
  background-color: #8bc7a1;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.question .qanda {
  padding: 2rem;
  background-color: #ececec;
  border: #12171b 0.1rem solid;
  margin: 0 0 2rem;
}

@media screen and (min-width: 1024px) {
  .question .qanda {
    margin: 0 0 4rem;
  }
}

.question .qanda .q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin: 0 0 2rem;
  padding: 0 0 2rem;
  border-bottom: 0.1rem solid #12171b;
}

.question .qanda .q img {
  width: 4rem;
  margin: 0 1rem 0 0;
}

.question .qanda .q .q-text {
  justify-items: center;
  height: 4rem;
  display: table;
}

.question .qanda .q .q-text p {
  display: table-cell;
  vertical-align: middle;
}

.question .qanda .q .q-text2 {
  line-height: 2rem;
}

.question .qanda .a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.question .qanda .a img {
  width: 4rem;
  margin: 0 1rem 0 0;
}

.question .qanda .a .a-text {
  text-align: justify;
  display: table;
}

.question .qanda .a .a-text p {
  display: table-cell;
  vertical-align: middle;
}
/*# sourceMappingURL=top.css.map */