@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background: #fffefe;
  color: #595959;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
}

.inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .inner {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.header {
  background-color: transparent;
  height: 80px;
  width: 100%;
  position: absolute;
  z-index: 100;
}
@media (max-width: 767px) {
  .header {
    height: 60px;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .header__inner {
    display: block;
    width: 100%;
    height: 100%;
  }
}

.header__logo {
  width: 214px;
  height: 100%;
  margin-left: 40px;
  margin-top: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .header__logo {
    width: 150px;
    height: 100%;
    margin-top: 24px;
    margin-left: 20px;
  }
  .header__logo img {
    display: block;
  }
}
.header__logo img {
  display: block;
}

.header__button a {
  width: 310px;
  height: 80px;
  max-width: 100%;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.1em;
  background: #E64A81;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-decoration: none;
}
@media (max-width: 767px) {
  .header__button a {
    display: none;
  }
}
.header__button a:hover {
  opacity: 0.7;
}

.main-visual-01 {
  height: 900px;
  width: 100%;
  background: url(../images/main-visual.jpg) no-repeat center center/cover;
  position: relative;
  margin-bottom: 100px;
}
.main-visual-01::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  opacity: 0.1;
}
@media (max-width: 767px) {
  .main-visual-01 {
    height: 600px;
  }
}

.main-visual-02 {
  height: 900px;
  width: 100%;
  background: url(../images/main-visual_02.jpg) no-repeat center center/cover;
  position: relative;
  margin-bottom: 100px;
}
.main-visual-02::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  opacity: 0.2;
}
@media (max-width: 767px) {
  .main-visual-02 {
    height: 600px;
  }
}

.main-visual-03 {
  height: 900px;
  width: 100%;
  background: url(../images/main-visual_03.jpg) no-repeat center center/cover;
  position: relative;
  margin-bottom: 100px;
}
.main-visual-03::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  opacity: 0.2;
}
@media (max-width: 767px) {
  .main-visual-03 {
    height: 600px;
  }
}

.main-visual__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  color: #fff;
}

.main-visual__title {
  font-size: 64px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .main-visual__title {
    font-size: 7vw;
  }
}

.none {
  display: none;
}

.main-visual__lead-box {
  width: 570px;
  height: 160px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(235, 128, 128, 0.3)), to(rgba(78, 0, 255, 0.3)));
  background: linear-gradient(to right, rgba(235, 128, 128, 0.3), rgba(78, 0, 255, 0.3));
  position: absolute;
  z-index: 990;
  top: 415px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main-visual__lead-box {
    width: 570px;
    height: 160px;
    position: absolute;
    top: 415px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .main-visual__lead-box {
    width: 80%;
    height: 95px;
    position: fixed;
    top: 280px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.main-visual__lead {
  font-size: 28px;
  font-weight: 500;
  line-height: 54px;
  letter-spacing: 14px;
  text-align: left;
}
@media (max-width: 767px) {
  .main-visual__lead {
    display: inline-block;
    font-size: 3.7vw;
    line-height: 1.8em;
    letter-spacing: 0.3em;
    margin-top: 0;
    margin-left: 0;
  }
}

.section {
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
}
.under {
  background-size: 100% 33%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(235, 128, 128, 0.2)), to(rgba(78, 0, 255, 0.2)));
  background-image: linear-gradient(to right, rgba(235, 128, 128, 0.2), rgba(78, 0, 255, 0.2));
}

.message {
  margin-top: 30px;
  padding: 30px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .message {
    margin-top: 100px;
  }
}
@media (min-width: 1200px) {
  .message {
    margin-top: 100px;
  }
}

.message__inner {
  position: relative;
}

.message__head {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 80px;
  text-align: center;
  line-height: 110px;
  letter-spacing: 20px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .message__head {
    font-size: 6.4vw;
    line-height: 9vw;
    letter-spacing: 0.15em;
  }
}
@media (max-width: 767px) {
  .message__head {
    font-size: 8vw;
    line-height: 1.5em;
    letter-spacing: 0.15em;
  }
}

.message__head-2 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.07em;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .message__head-2 {
    font-size: 3.2vw;
  }
}

.message__head-3 {
  font-size: 32px;
  letter-spacing: 6px;
  font-weight: 400;
  text-align: center;
  padding-top: 80px;
}
@media (max-width: 767px) {
  .message__head-3 {
    font-size: 24px;
  }
}

.message__text {
  font-size: 18px;
  max-width: 760px;
  margin: 50px auto;
  line-height: 2.5em;
  text-align: justify;
}
@media (max-width: 767px) {
  .message__text {
    padding-left: 3px;
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .second-visual-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .second-visual-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.second-visual {
  width: 100%;
  height: 320px;
  background: url(../images/2nd_Visual.png) no-repeat center center/cover;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .second-visual {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .second-visual {
    width: 50%;
  }
}

.second-visual-content__title {
  width: 100%;
  height: 320px;
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  line-height: 2em;
  letter-spacing: 0.1em;
  text-align: center;
  background: #F2F2F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .second-visual-content__title {
    width: 50%;
    font-size: 3vw;
    line-height: 6vw;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 1200px) {
  .second-visual-content__title {
    width: 50%;
    font-size: 40px;
    line-height: 80px;
    letter-spacing: 0.1em;
  }
}

.treatment-1 {
  width: 25px;
  height: 25px;
  background: #EB8080;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 25%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .treatment-1 {
    top: -20px;
    left: 15%;
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .treatment-1 {
    top: -20px;
    left: 10%;
    width: 50px;
    height: 50px;
  }
}

.treatment-2 {
  width: 100px;
  height: 150px;
  background: #4E00FF;
  opacity: 0.1;
  position: absolute;
  top: -40px;
  right: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .treatment-2 {
    top: 300px;
    right: 0;
    width: 150px;
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .treatment-2 {
    top: 300px;
    right: 50px;
    width: 150px;
    height: 200px;
  }
}

.treatment-3 {
  width: 40px;
  height: 40px;
  background: #4E00FF;
  opacity: 0.2;
  position: absolute;
  top: -10px;
  left: 13%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .treatment-3 {
    width: 80px;
    height: 80px;
    top: 0;
    left: 15%;
  }
}
@media (min-width: 1200px) {
  .treatment-3 {
    width: 80px;
    height: 80px;
    top: 0;
    left: 15%;
  }
}

.treatment-4 {
  width: 40px;
  height: 200px;
  background: #EB8080;
  opacity: 0.15;
  position: absolute;
  top: 500px;
  left: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .treatment-4 {
    width: 80px;
    height: 260px;
    top: 70%;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .treatment-4 {
    width: 160px;
    height: 250px;
    top: 70%;
    left: 0;
  }
}

.treatment-5 {
  width: 60px;
  height: 180px;
  position: absolute;
  background: #4E00FF;
  opacity: 0.1;
  top: 800px;
  right: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .treatment-5 {
    width: 80px;
    height: 80px;
    top: 85%;
    right: 20%;
  }
}
@media (min-width: 1200px) {
  .treatment-5 {
    width: 80px;
    height: 80px;
    top: 870px;
    right: 20%;
  }
}

.section__title-container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section__en-title {
  font-family: "Caveat", cursive;
  font-size: 84px;
  letter-spacing: 0.1em;
  background: -webkit-gradient(linear, left top, right top, from(rgba(235, 128, 128, 0.4)), to(rgba(78, 0, 255, 0.6)));
  background: linear-gradient(to right, rgba(235, 128, 128, 0.4), rgba(78, 0, 255, 0.6));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section__en-title {
    font-size: 140px;
    letter-spacing: 0.1em;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@media (min-width: 1200px) {
  .section__en-title {
    font-size: 140px;
    letter-spacing: 0.1em;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}

.section__title {
  font-size: 22px;
  font-weight: 500;
  padding-left: 15px;
  margin-top: -20px;
  text-align: left;
  position: relative;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section__title {
    font-size: 30px;
    letter-spacing: 0.2em;
    margin-top: -20px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .section__title {
    font-size: 30px;
    letter-spacing: 0.2em;
    margin-top: -20px;
    margin-bottom: 30px;
  }
}

.reason {
  margin-top: 40px;
}
.reason__jp-title {
  margin-bottom: 25px;
}

.reason__inner {
  padding: 0 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .reason__inner {
    padding: 0 0;
  }
}

.reason__items {
  margin: 20px 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .reason__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media (min-width: 1200px) {
  .reason__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.reason__item {
  padding: 20px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .reason__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 1200px) {
  .reason__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.reason__item-img {
  width: 100%;
  height: auto;
  padding: 0 20px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .reason__item-img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 40px;
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .reason__item-img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 40px;
    padding: 20px;
  }
}

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.reason__titles {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 1.7em;
  letter-spacing: 0;
  font-weight: 700;
  padding-left: 10px;
  width: 97%;
  height: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(rgba(235, 128, 128, 0.3)), to(rgba(78, 0, 255, 0.3)));
  background: linear-gradient(to right, rgba(235, 128, 128, 0.3), rgba(78, 0, 255, 0.3));
  border-radius: 0 40px 40px 0;
  margin-top: 5px;
  position: relative;
}
.reason__titles p {
  width: 78%;
}
.reason__titles p .br-sp {
  display: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .reason__titles {
    margin-top: 40px;
    position: relative;
    font-size: 18px;
    letter-spacing: 0;
    padding-left: 10px;
    border-radius: 0 40px 40px 0;
  }
}
@media (min-width: 1200px) {
  .reason__titles {
    margin-top: 40px;
    position: relative;
    font-size: 20px;
    letter-spacing: 0;
    padding-left: 5px;
    border-radius: 0 40px 40px 0;
  }
}

.reason__title-img01::after {
  content: "";
  background: url(assets/images/reason01.png) no-repeat center center/contain;
  height: 120px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(45%);
          transform: translateX(45%);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .reason__title-img01::after {
    content: "";
    background: url(assets/images/reason01.png) no-repeat center center/contain;
    height: 150px;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(43%);
            transform: translateX(43%);
  }
}
@media (min-width: 1200px) {
  .reason__title-img01::after {
    content: "";
    background: url(assets/images/reason01.png) no-repeat center center/contain;
    height: 150px;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

.reason__title-img02::after {
  content: "";
  background: url(assets/images/reason02.png) no-repeat center center/contain;
  height: 120px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(43%);
          transform: translateX(43%);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .reason__title-img02 {
    border-radius: 40px 0 0 40px;
    padding-left: 90px;
  }
  .reason__title-img02 p {
    width: 100%;
  }
  .reason__title-img02::after {
    content: none;
  }
  .reason__title-img02::before {
    content: "";
    background: url(assets/images/reason02.png) no-repeat center center/contain;
    height: 140px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: -93%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@media (min-width: 1200px) {
  .reason__title-img02 {
    border-radius: 40px 0 0 40px;
    padding-left: 110px;
  }
  .reason__title-img02 p {
    width: 100%;
  }
  .reason__title-img02::after {
    content: none;
  }
  .reason__title-img02::before {
    content: "";
    background: url(assets/images/reason02.png) no-repeat center center/contain;
    height: 140px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: -93%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

.reason__title-img03::after {
  content: "";
  background: url(assets/images/reason03.png) no-repeat center center/contain;
  height: 120px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(43%);
          transform: translateX(43%);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .reason__title-img03::after {
    content: "";
    background: url(assets/images/reason03.png) no-repeat center center/contain;
    height: 150px;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(43%);
            transform: translateX(43%);
  }
}
@media (min-width: 1200px) {
  .reason__title-img03::after {
    content: "";
    background: url(assets/images/reason03.png) no-repeat center center/contain;
    height: 150px;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

.reason__text {
  line-height: 2em;
  margin-bottom: 0;
  text-align: justify;
  padding: 0 10px 0;
}

.treatment-6 {
  width: 25px;
  height: 25px;
  background: #EB8080;
  opacity: 0.1;
  position: absolute;
  top: 50px;
  right: 25%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .treatment-6 {
    top: 60px;
    right: 22%;
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .treatment-6 {
    top: 80px;
    right: 20%;
    width: 50px;
    height: 50px;
  }
}

.treatment-7 {
  width: 50px;
  height: 50px;
  background: #EB8080;
  opacity: 0.1;
  position: absolute;
  top: 100px;
  right: 10%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .treatment-7 {
    top: 150px;
    right: 10%;
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .treatment-7 {
    top: 150px;
    right: 10%;
    width: 100px;
    height: 100px;
  }
}

.treatment-8 {
  width: 30px;
  height: 50px;
  background: #4E00FF;
  opacity: 0.1;
  position: absolute;
  top: 180px;
  left: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .treatment-8 {
    top: 250px;
    left: 0;
    width: 30px;
    height: 120px;
  }
}
@media (min-width: 1200px) {
  .treatment-8 {
    top: 320px;
    left: 5%;
    width: 80px;
    height: 100px;
  }
}

.treatment-9 {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #4E00FF;
  opacity: 0.1;
  top: 70px;
  left: 50%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .treatment-9 {
    top: 100px;
    left: 60%;
  }
}
@media (min-width: 1200px) {
  .treatment-9 {
    top: 250px;
    left: 65%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .treatment-10 {
    position: absolute;
    background: #EB8080;
    width: 40px;
    height: 100px;
    opacity: 0.1;
    top: 1550px;
    left: 10px;
  }
}
@media (min-width: 1200px) {
  .treatment-10 {
    position: absolute;
    background: #EB8080;
    width: 140px;
    height: 100px;
    opacity: 0.1;
    top: 1550px;
    left: 7%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .treatment-11 {
    position: absolute;
    background: #EB8080;
    width: 40px;
    height: 100px;
    opacity: 0.1;
    top: 1550px;
    left: 10px;
  }
}
@media (min-width: 1200px) {
  .treatment-11 {
    position: absolute;
    background: #EB8080;
    width: 80px;
    height: 100px;
    opacity: 0.1;
    top: 1600px;
    left: 4%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .treatment-12 {
    position: absolute;
    background: #4E00FF;
    width: 60px;
    height: 100px;
    opacity: 0.1;
    top: 2000px;
    right: 4%;
  }
}
@media (min-width: 1200px) {
  .treatment-12 {
    position: absolute;
    background: #4E00FF;
    width: 60px;
    height: 100px;
    opacity: 0.1;
    top: 2200px;
    right: 4%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .treatment-13 {
    position: absolute;
    background: #EB8080;
    width: 100px;
    height: 80px;
    opacity: 0.1;
    top: 2060px;
    right: 7%;
  }
}
@media (min-width: 1200px) {
  .treatment-13 {
    position: absolute;
    background: #EB8080;
    width: 100px;
    height: 80px;
    opacity: 0.1;
    top: 2160px;
    right: 7%;
  }
}

.service {
  background: -webkit-gradient(linear, left top, right top, from(rgba(235, 128, 128, 0.1)), to(rgba(78, 0, 255, 0.15)));
  background: linear-gradient(to right, rgba(235, 128, 128, 0.1), rgba(78, 0, 255, 0.15));
  padding-bottom: 0;
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .service {
    padding-bottom: 0;
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .service {
    padding-bottom: 0;
    margin-top: 80px;
  }
}

.service_en-title {
  margin-top: -130px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .service_en-title {
    margin-top: -200px;
  }
}
@media (min-width: 1200px) {
  .service_en-title {
    margin-top: -200px;
  }
}

.service__items {
  margin-top: -85px;
  padding-top: 120px;
  padding-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .service__items {
    margin-top: -120px;
    padding-top: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .service__items {
    margin-top: -120px;
    padding-top: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .service__item-wrapper {
    width: 47%;
  }
}
@media (min-width: 1200px) {
  .service__item-wrapper {
    width: 510px;
    margin: 20px 20px;
  }
}

.service__item-title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
}

.service__item-text {
  margin: 10px 0 55px;
  text-align: justify;
}

.flow {
  margin-top: 50px;
}

.flow__inner {
  max-width: 1200px;
  width: 100%;
}
.flow__table {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .flow__table {
    width: 100%;
  }
}

.flow__step {
  height: 110px;
  font-size: 22px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(235, 128, 128, 0.3)), to(rgba(78, 0, 255, 0.3)));
  background: linear-gradient(to right, rgba(235, 128, 128, 0.3), rgba(78, 0, 255, 0.3));
  padding: 10px;
  width: 260px;
}
.flow__step span {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .flow__step {
    display: block;
    width: 100%;
    height: auto;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .flow__step {
    padding: 10px;
    height: 160px;
  }
}

.flow__step-text {
  height: 110px;
  background: #F8F5F5;
  padding: 20px;
}
.flow__step-text .p {
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 767px) {
  .flow__step-text {
    display: block;
    padding: 10px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .flow__step-text {
    padding: 10px;
    height: 160px;
  }
}

.flow__arrow {
  width: 20px;
  height: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 118px;
}
@media (max-width: 767px) {
  .flow__arrow {
    margin: 20px auto;
  }
}

.treatment-14 {
  position: absolute;
  background: #4E00FF;
  width: 40%;
  height: 70px;
  opacity: 0.1;
  top: 100px;
  right: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .treatment-14 {
    width: 40%;
    height: 70px;
    opacity: 0.1;
    top: 110px;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .treatment-14 {
    width: 40%;
    height: 70px;
    opacity: 0.1;
    top: 140px;
    right: 0;
  }
}

.treatment-15 {
  position: absolute;
  background: #EB8080;
  width: 25%;
  height: 60px;
  opacity: 0.1;
  top: 130px;
  right: 25%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .treatment-15 {
    width: 30%;
    height: 60px;
    opacity: 0.1;
    top: 160px;
    right: 25%;
  }
}
@media (min-width: 1200px) {
  .treatment-15 {
    width: 30%;
    height: 60px;
    opacity: 0.1;
    top: 180px;
    right: 25%;
  }
}

.voice {
  padding-top: 0;
  padding-bottom: 0;
}

.voice__inner {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .voice__inner {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .voice__inner {
    text-align: left;
  }
}

.voice__item-title {
  display: inline-block;
  width: 330px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  margin-top: 20px;
  padding-top: 6px;
  font-weight: 700;
  letter-spacing: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(235, 128, 128, 0.1)), to(rgba(78, 0, 255, 0.1)));
  background: linear-gradient(to right, rgba(235, 128, 128, 0.1), rgba(78, 0, 255, 0.1));
}

.voice__container {
  background: #F8F5F5;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 20px;
}

.voice__container-bgf {
  width: 310px;
  height: auto;
  margin: 10px auto;
}

.voice__items {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .voice__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1200px) {
  .voice__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.voice__item-img-container {
  border: solid 5px #595959;
  border-radius: 20px;
  -webkit-box-shadow: #E64A81;
          box-shadow: #E64A81;
  width: 270px;
  height: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  background: #fffefe;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .voice__item-img-container {
    width: 270px;
  }
}
@media (min-width: 1200px) {
  .voice__item-img-container {
    width: 270px;
  }
}

.voice__item-img {
  width: 200px;
  height: auto;
}

.voice__item-img-title {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  width: 100%;
}
.voice__item-img-title span {
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .voice__item-img-title {
    width: 310px;
  }
}
@media (min-width: 1200px) {
  .voice__item-img-title {
    width: 310px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .voice__flex-img {
    width: 310px;
  }
}
@media (min-width: 1200px) {
  .voice__flex-img {
    width: 310px;
  }
}

.voice__item-text {
  width: 100%;
  line-height: 2em;
  text-align: justify;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .voice__item-text {
    max-width: 500px;
  }
  .voice__item-text p {
    margin: 20px;
  }
}
@media (min-width: 1200px) {
  .voice__item-text {
    max-width: 500px;
  }
  .voice__item-text p {
    margin: 20px;
  }
}

.treatment-16 {
  position: absolute;
  background: #EB8080;
  width: 40%;
  height: 70px;
  opacity: 0.1;
  top: 50px;
  right: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .treatment-16 {
    width: 40%;
    height: 70px;
    opacity: 0.1;
    top: 110px;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .treatment-16 {
    width: 40%;
    height: 70px;
    opacity: 0.1;
    top: 140px;
    right: 0;
  }
}

.treatment-17 {
  position: absolute;
  background: #4E00FF;
  width: 25%;
  height: 60px;
  opacity: 0.1;
  top: 80px;
  right: 25%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .treatment-17 {
    width: 30%;
    height: 60px;
    opacity: 0.1;
    top: 160px;
    right: 25%;
  }
}
@media (min-width: 1200px) {
  .treatment-17 {
    width: 30%;
    height: 60px;
    opacity: 0.1;
    top: 180px;
    right: 25%;
  }
}

.faq {
  background: -webkit-gradient(linear, left top, right top, from(rgba(235, 128, 128, 0.1)), to(rgba(78, 0, 255, 0.15)));
  background: linear-gradient(to right, rgba(235, 128, 128, 0.1), rgba(78, 0, 255, 0.15));
  padding-bottom: 0;
  margin-top: 140px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .faq {
    padding-bottom: 0;
    margin-top: 200px;
  }
}
@media (min-width: 1200px) {
  .faq {
    padding-bottom: 0;
    margin-top: 200px;
  }
}

.faq__title-container {
  margin-top: -140px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .faq__title-container {
    margin-top: -200px;
  }
}
@media (min-width: 1200px) {
  .faq__title-container {
    margin-top: -200px;
  }
}

.faq__title {
  margin-top: -10px;
}

.faq__inner {
  margin-bottom: 160px;
  padding-bottom: 60px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .faq__inner {
    margin-bottom: 240px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .faq__inner {
    margin-bottom: 240px;
    padding-bottom: 80px;
  }
}

.faq__container {
  background: #F8F5F5;
  width: 100%;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 70px;
}
.faq__container ul {
  display: none;
}
.faq__container ul li {
  height: auto;
}
.faq__question-btn {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  height: 100px;
  cursor: pointer;
  margin-bottom: 40px;
  padding-top: 30px;
}
.faq__question-btn span {
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(rgba(235, 128, 128, 0.8)), to(rgba(78, 0, 255, 0.8)));
  background: linear-gradient(to right, rgba(235, 128, 128, 0.8), rgba(78, 0, 255, 0.8));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.faq__question-btn img {
  width: 19px;
  height: 10px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .faq__question-btn {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .faq__question-btn {
    font-size: 24px;
  }
}

.faq__answer {
  font-size: 20px;
  padding-left: 50px;
}
.faq__answer span {
  font-size: 24px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(235, 128, 128, 0.5)), to(rgba(78, 0, 255, 0.5)));
  background: linear-gradient(to right, rgba(235, 128, 128, 0.5), rgba(78, 0, 255, 0.5));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.faq__qa {
  font-size: 20px;
}
.faq__qa .faq__q {
  height: 120px;
  background: #F8F5F5;
  padding: 15px 40px 15px 15px;
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
  padding-top: 30px;
}
.faq__qa .faq__q span {
  background: -webkit-gradient(linear, left top, right top, from(rgba(235, 128, 128, 0.5)), to(rgba(78, 0, 255, 0.5)));
  background: linear-gradient(to right, rgba(235, 128, 128, 0.5), rgba(78, 0, 255, 0.5));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .faq__qa .faq__q {
    height: 90px;
  }
}
@media (min-width: 1200px) {
  .faq__qa .faq__q {
    height: 90px;
  }
}
.faq__qa .faq__q:before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #595959;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.faq__qa .faq__q:after {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #595959;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
}
.faq__qa .faq__q.active:after {
  display: none;
}
.faq__qa .faq__a {
  background-color: #fff;
  height: auto;
  display: none;
  padding: 20px 20px 20px 40px;
  margin-bottom: 40px;
}
.faq__qa .faq__a span {
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(rgba(235, 128, 128, 0.8)), to(rgba(78, 0, 255, 0.8)));
  background: linear-gradient(to right, rgba(235, 128, 128, 0.8), rgba(78, 0, 255, 0.8));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.treatment-18 {
  position: absolute;
  background: #EB8080;
  width: 30px;
  height: 30px;
  opacity: 0.1;
  top: 760px;
  right: 60%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .treatment-18 {
    width: 30px;
    height: 30px;
    opacity: 0.1;
    top: 760px;
    right: 60%;
  }
}
@media (min-width: 1200px) {
  .treatment-18 {
    width: 30px;
    height: 30px;
    opacity: 0.1;
    top: 760px;
    right: 60%;
  }
}

.treatment-19 {
  position: absolute;
  background: #4E00FF;
  width: 50px;
  height: 60px;
  opacity: 0.1;
  top: 770px;
  right: 50%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .treatment-19 {
    width: 50px;
    height: 60px;
    opacity: 0.1;
    top: 770px;
    right: 50%;
  }
}
@media (min-width: 1200px) {
  .treatment-19 {
    width: 50px;
    height: 60px;
    opacity: 0.1;
    top: 770px;
    right: 50%;
  }
}

.treatment-20 {
  position: absolute;
  background: #EB8080;
  width: 40px;
  height: 30px;
  opacity: 0.1;
  top: 780px;
  right: 15%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .treatment-20 {
    width: 40px;
    height: 30px;
    opacity: 0.1;
    top: 780px;
    right: 15%;
  }
}
@media (min-width: 1200px) {
  .treatment-20 {
    width: 40px;
    height: 30px;
    opacity: 0.1;
    top: 780px;
    right: 15%;
  }
}

.about {
  background: -webkit-gradient(linear, left top, right top, from(rgba(235, 128, 128, 0.3)), to(rgba(78, 0, 255, 0.3)));
  background: linear-gradient(to right, rgba(235, 128, 128, 0.3), rgba(78, 0, 255, 0.3));
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .about {
    padding-top: 30px;
  }
}

.about__title-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about__en-title {
  position: absolute;
  top: -100px;
  font-size: 3em;
  letter-spacing: 0.05em;
  line-height: 0.95em;
  background: -webkit-gradient(linear, left top, right top, from(#eb8080), to(#4e00ff));
  background: linear-gradient(to right, #eb8080, #4e00ff);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  padding-left: 8px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about__en-title {
    position: absolute;
    top: -110px;
    font-size: 9vw;
  }
}
@media (min-width: 1200px) {
  .about__en-title {
    position: absolute;
    top: -110px;
    font-size: 7em;
  }
}

.about__inner {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about__inner {
    margin-top: 40px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .about__inner {
    margin-top: 40px;
    text-align: center;
  }
}

.about__container {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .about__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.about__text {
  text-align: justify;
  line-height: 1.8em;
}
.about__text p {
  padding: 0 40px 10px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about__text p {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .about__text p {
    padding: 0;
  }
}
.about__text h3 {
  letter-spacing: 0.2em;
  line-height: 1.5em;
  text-align: center;
  padding-top: 10px;
  font-weight: 700;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about__text h3 {
    text-align: left;
    padding-left: 30px;
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .about__text h3 {
    text-align: left;
    padding-left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about__text {
    padding-right: 0;
    padding-left: 80px;
    line-height: 1.8em;
  }
}
@media (min-width: 1200px) {
  .about__text {
    padding-right: 0;
    padding-left: 60px;
    line-height: 1.8em;
  }
}

.about__img-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about__img {
  width: 250px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about__img {
    padding-top: 40px;
    width: 280px;
  }
}
@media (min-width: 1200px) {
  .about__img {
    padding-top: 40px;
    width: 280px;
  }
}
.about__img img {
  opacity: 0.9;
}

.about__img-title {
  text-align: center;
}

.about__title {
  font-size: 20px;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about__title {
    font-size: 36px;
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .about__title {
    font-size: 36px;
    margin-top: 100px;
  }
}

.about__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about__button a {
  width: 310px;
  height: 80px;
  max-width: 100%;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.1em;
  background: #E64A81;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-decoration: none;
}
.about__button a:hover {
  opacity: 0.7;
}
.footer {
  background: #F8F5F5;
  display: inline-block;
  width: 100%;
}
.footer p {
  text-align: center;
}

.fixed-button {
  display: none;
  /*最初は隠す*/
}
.fixed-button a {
  width: 60px;
  height: 280px;
  max-width: 100%;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.1em;
  background: #E64A81;
  border-radius: 3px;
  text-decoration: none;
  position: fixed;
  bottom: 140px;
  right: 0;
  z-index: 999;
}
.fixed-button a:hover {
  opacity: 0.7;
}
.float-button__wrap {
  display: none;
  /*最初は隠す*/
}
.float-button__wrap a {
  width: 60px;
  height: 60px;
  max-width: 100%;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1em;
  background: #595959;
  border-radius: 3px;
  text-decoration: none;
  position: fixed;
  bottom: 75px;
  right: 0;
  z-index: 999;
}
.float-button__wrap a:hover {
  opacity: 0.7;
}

.body-in {
  position: relative;
}