@charset "UTF-8";
/* ----------------------------------------------------------------
  scss cmn set
---------------------------------------------------------------- */
/* ----------------------------------------------------------------
  commnon
---------------------------------------------------------------- */
.pc {
  display: none;
}
@media screen and (min-width: 450px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 450px) {
  .sp {
    display: none;
  }
}

.pc-2 {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-2 {
    display: block;
  }
}

.sp-2 {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp-2 {
    display: none;
  }
}

.ws-nowrap {
  white-space: nowrap;
}

.wd-base {
  max-width: 1440px;
  margin: 0 auto;
}

.wd-s {
  max-width: 800px;
  margin: 0 auto;
}

.wd-l {
  max-width: 1145px;
  margin: 0 auto;
}

.wd-100 {
  width: 100%;
}

.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.fw-700 {
  font-weight: 700;
}

.Toggle {
  display: block;
  position: fixed;
  right: 13px;
  top: 40px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  z-index: 1000;
}
.Toggle span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 3px #7e746d;
  transition: 0.35s ease-in-out;
  left: 6px;
}
.Toggle span:nth-child(1) {
  top: 9px;
}
.Toggle span:nth-child(2) {
  top: 18px;
}
.Toggle span:nth-child(3) {
  top: 27px;
}

.Toggle.active span {
  /* 最初のspanをマイナス45度に */
  /* 2番目と3番目のspanを45度に */
}
.Toggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  transform: rotate(-45deg);
}
.Toggle.active span:nth-child(2), .Toggle.active span:nth-child(3) {
  top: 18px;
  transform: rotate(45deg);
}

.page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  transition: 0.4s;
  opacity: 0;
  cursor: pointer;
}
@media screen and (min-width: 450px) {
  .page-top {
    bottom: 40px;
  }
}

.page-top__body {
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: #3295CC;
  border-radius: 50%;
  box-shadow: 0px 0px 2px 0px #777777;
}

.page-top__arrow::before {
  content: "";
  width: 18px;
  height: 18px;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -8px;
}

.copy-right {
  display: inline-block;
  vertical-align: top;
  padding: 1rem 0;
  font-size: 10px;
  color: #fff;
}

.link-icon {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10.8px;
  border-color: transparent transparent transparent #24B089;
}

.swiper-box {
  position: relative;
}

.swiper.swiper--staff {
  width: 90%;
}
@media screen and (min-width: 450px) {
  .swiper.swiper--staff {
    width: 68%;
  }
}
@media screen and (min-width: 768px) {
  .swiper.swiper--staff {
    width: 85%;
  }
}

/* 矢印画像 */
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  width: 20px;
  height: 204px;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 37px;
  }
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  width: 20px;
  height: 204px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    width: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    width: 37px;
  }
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url(../img/slide-arrow-l.png);
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url(../img/slide-arrow-r.png);
}

/* 画像サイズ調整 */
.swiper-slide {
  text-align: center;
}

.swiper-slide img {
  height: auto;
}

.full-width {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.section {
  margin: 8rem 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .section {
    margin: 10rem 0 0;
  }
}

.section--2 {
  margin: 18rem 0 0;
}
@media screen and (min-width: 768px) {
  .section--2 {
    margin: 18rem 0 0;
  }
}

.section__inner {
  margin: 6rem 0 0;
}

.section-sub-text {
  max-width: 900px;
  margin: 2rem auto 0;
  text-align: center;
}

.head-2 {
  text-align: center;
}

.head-2 img {
  vertical-align: middle;
}

@media screen and (min-width: 1340px) {
  .head-2::before {
    content: url(../img/icn-bubble.png);
    padding-right: 10px;
    vertical-align: middle;
  }
}

.head-2::after {
  content: "";
  display: block;
  width: 100px;
  height: 15px;
  margin: 10px auto 0;
  background-size: contain;
  background-image: url(../img/icn-bubble.png);
  background-repeat: no-repeat;
}
@media screen and (min-width: 450px) {
  .head-2::after {
    width: 150px;
    height: 23px;
  }
}
@media screen and (min-width: 768px) {
  .head-2::after {
    width: 180px;
    height: 27px;
  }
}
@media screen and (min-width: 1024px) {
  .head-2::after {
    width: 217px;
    height: 33px;
  }
}
@media screen and (min-width: 1340px) {
  .head-2::after {
    content: url(../img/icn-bubble.png);
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 0 0 10px;
    vertical-align: middle;
    background: none;
  }
}

.head-2__pc {
  display: none;
}
@media screen and (min-width: 1340px) {
  .head-2__pc {
    display: inline-block;
  }
}

.head-2__sp {
  display: inline-block;
}
@media screen and (min-width: 1340px) {
  .head-2__sp {
    display: none;
  }
}

.bg-box {
  position: relative;
  z-index: 0;
}

.bg-1 {
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-40%);
}

.bg-1.bg-1--2 {
  top: 20%;
  transform: translateY(-50%);
}

.bg-color-full-1 {
  position: relative;
  z-index: 0;
}

.bg-color-full-1::after {
  content: "";
  display: block;
  width: 100vw;
  height: calc(100% + 16rem);
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 50%;
  z-index: -1;
}

.bg-color-full-1.bg-color-full-1--a::after {
  transform: translateY(-50%) skewY(-2deg);
}

.bg-color-full-1.bg-color-full-1--b::after {
  transform: translateY(-50%) skewY(2deg);
}

.bg-color-full-1--color-1::after {
  background: #EDFBFF;
}

.bg-color-full-1--color-2::after {
  background: #FEF7FD;
}

/* ----------------------------------------------------------------
  body
---------------------------------------------------------------- */
body {
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-family: "Zen Kaku Gothic New", "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #333;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.8rem;
  }
}

/* ----------------------------------------------------------------
  header
---------------------------------------------------------------- */
.header {
  width: 100%;
  background: #fff;
  box-shadow: 0px 4px 3px -5px #777777;
}

.header.active {
  position: fixed;
  top: 0;
  z-index: 2;
  transition: 2s;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
}
@media screen and (min-width: 1340px) {
  .header__inner {
    padding: 1rem 2rem;
  }
}
@media screen and (min-width: 1440px) {
  .header__inner {
    padding: 1rem 0;
  }
}

.header-logo {
  max-width: 68px;
}
@media screen and (min-width: 768px) {
  .header-logo {
    max-width: 120px;
  }
}

/* menuボタン */
.-w-menu-btn {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.-w-menu-btn__body {
  width: 40px;
  text-align: center;
}

.-w-menu-btn__s-block-area {
  display: flex;
  flex-wrap: wrap;
  margin: -8px 0 0 -8px;
}

.-w-menu-btn__s-block {
  display: block;
  width: 8px;
  height: 8px;
  margin: 8px 0 0 8px;
  background-color: #3295CC;
  border-radius: 50%;
}

.-w-menu-btn__txt {
  display: none;
  margin: 0.8rem 0 0;
  font-size: 14px;
  line-height: 1;
  color: #3295CC;
}
@media screen and (min-width: 450px) {
  .-w-menu-btn__txt {
    display: block;
  }
}

.header-menu {
  display: none;
  width: 90%;
  background: #fff;
  border-radius: 24px;
}
@media screen and (min-width: 768px) {
  .header-menu {
    width: 50%;
    max-width: 500px;
  }
}

.header-menu-list {
  text-align: center;
}

.header-menu-list__col a {
  display: block;
  padding: 1rem 0;
  color: #3295CC;
}

.header-menu-list__col:not(:first-child) {
  border-top: 4px dotted #ccc;
}

.header-menu.active {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}

.-w-bg {
  width: 100%;
  height: 100vh;
  background: rgba(51, 51, 51, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  opacity: 0;
  transition: 0.2s;
  pointer-events: none;
}

.-w-bg.active {
  opacity: 1;
  z-index: 10;
  pointer-events: inherit;
}

/* ----------------------------------------------------------------
  mainWrapper
---------------------------------------------------------------- */
.main-wrapper__inner {
  padding: 0 2rem;
}

.box-1-wrap {
  margin: 0 2rem;
}

.box-1-deco {
  width: 85%;
  margin: 0 auto -5px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .box-1-deco {
    width: auto;
    margin: 0 auto -8px;
  }
}

.box-1 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  color: #3295CC;
  background: #fff;
  border: solid 8px #3295CC;
  border-radius: 40px;
}
@media screen and (min-width: 450px) {
  .box-1 {
    padding: 40px 48px;
  }
}
@media screen and (min-width: 768px) {
  .box-1 {
    padding: 40px 88px;
  }
}

.box-1__head {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media screen and (min-width: 450px) {
  .box-1__head {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 768px) {
  .box-1__head {
    font-size: 3.8rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1024px) {
  .box-1__head {
    font-size: 4.8rem;
  }
}

.box-1__text {
  margin: 28px 0 0;
  padding: 28px 0 0;
  text-align: center;
  font-size: 1.9rem;
  letter-spacing: 0.06em;
  line-height: 1.78;
  border-top: dotted 3px #3687B9;
}
@media screen and (min-width: 450px) {
  .box-1__text {
    margin: 34px 0 0;
    padding: 44px 0 0;
  }
}

.thought-title {
  font-size: calc(3.4rem - 3.2vw);
  font-weight: 700;
  color: #3295CC;
  line-height: 1.32;
}
@media screen and (min-width: 450px) {
  .thought-title {
    font-size: calc(3.4rem - 0.4vw);
  }
}
@media screen and (min-width: 1024px) {
  .thought-title {
    font-size: 3.4rem;
  }
}

.thought-title__emphasis {
  font-size: 6vw;
}
@media screen and (min-width: 450px) {
  .thought-title__emphasis {
    font-size: calc(4rem - 0.8vw);
  }
}
@media screen and (min-width: 1024px) {
  .thought-title__emphasis {
    font-size: 4rem;
  }
}

.thought-text {
  margin: 4rem 0 0;
}
@media screen and (min-width: 450px) {
  .thought-text {
    margin: 6rem 0 0;
  }
}

.bg-2 {
  margin: -10vw 0 0;
  position: relative;
  z-index: -1;
}
.bg-2 img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .bg-2 {
    margin: -14vw 0 0;
  }
}

.treatment-item:not(:first-child) {
  margin: 16rem 0 0;
}

.treatment-item__inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .treatment-item__inner {
    flex-direction: unset;
    align-items: unset;
  }
}

@media screen and (min-width: 768px) {
  .treatment-item.treatment-item--reverse .treatment-img-area-1 {
    order: 3;
  }
}

@media screen and (min-width: 768px) {
  .treatment-item.treatment-item--reverse .treatment-img-area-2 {
    order: 2;
  }
}

.treatment-item.treatment-item--reverse .treatment-info {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .treatment-item.treatment-item--reverse .treatment-info {
    order: 1;
  }
}

.treatment-img-area-1 {
  order: 2;
}
@media screen and (min-width: 450px) {
  .treatment-img-area-1 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .treatment-img-area-1 {
    order: unset;
    width: 40%;
  }
}

.treatment-img-area-2 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .treatment-img-area-2 {
    width: 28%;
  }
}

@media screen and (min-width: 768px) {
  .treatment-img-area-2__col:last-child {
    margin: 5.6rem 0 0;
  }
}

.treatment-head {
  display: inline-block;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 0 0 6rem;
  padding: 0 1.4rem 0 0;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  border-right: 8px solid;
}
@media screen and (min-width: 768px) {
  .treatment-head {
    font-size: 4rem;
  }
}

.treatment-item.treatment-item--reverse .treatment-head {
  margin: 0 6rem 0 0;
  padding: 0 0 0 1.4rem;
  border-right: none;
  border-left: 8px solid;
}

.treatment-head.treatment-head--2col {
  padding-right: 0;
  border-right: none;
}

.treatment-head__2col-inner {
  display: flex;
  flex-direction: column;
}

.treatment-head__2col-inner > span {
  height: -moz-fit-content;
  height: fit-content;
}

.treatment-head__2col-inner span:first-child {
  padding-right: 1.4rem;
  border-right: 8px solid;
}

.treatment-img-area-2__col--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .treatment-img-area-2__col--pc {
    display: block;
  }
}

.treatment-info {
  margin: 4.8rem 0;
  position: relative;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .treatment-info {
    width: 28%;
    margin: 0;
  }
}

.treatment-info__text {
  line-height: 2.2;
  letter-spacing: 0.08em;
}

.treatment-info__text span {
  text-orientation: upright;
}

.treatment-info-img-sp {
  width: 40%;
  position: absolute;
  bottom: -36px;
  right: -10%;
}
@media screen and (min-width: 450px) {
  .treatment-info-img-sp {
    width: 50%;
    right: -28%;
    bottom: -8vw;
  }
}
@media screen and (min-width: 768px) {
  .treatment-info-img-sp {
    display: none;
  }
}

.treatment-img-area-1--2col-sp .treatment-info-img-sp {
  width: auto;
  margin: 0 0 4.8rem;
  position: static;
}

.treatment-mini-table {
  margin: 8rem 0 0;
}

.list-mini {
  display: flex;
  flex-wrap: wrap;
  max-width: 960px;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 700;
  color: #277389;
  border: 6px solid #277389;
  border-radius: 24px;
}
@media screen and (min-width: 768px) {
  .list-mini {
    font-size: 2.2rem;
  }
}

.list-mini__col {
  width: 100%;
  padding: 1rem;
  text-align: center;
  border-bottom: 1px solid #277389;
}
@media screen and (min-width: 768px) {
  .list-mini__col {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .list-mini__col:nth-child(even) {
    width: 50%;
    border-left: 1px solid #277389;
  }
}

.day-service {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .day-service {
    flex-direction: unset;
  }
}

.day-service-img {
  width: 65%;
  margin: 6rem auto 0;
}
@media screen and (min-width: 768px) {
  .day-service-img {
    width: 40%;
    margin: auto;
  }
}

.day-service-img__1 {
  width: 70%;
}
@media screen and (min-width: 768px) {
  .day-service-img__1 {
    width: 85%;
  }
}

.day-service-img__2 {
  width: 56%;
  margin: -12vw 0 0 auto;
  text-align: right;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .day-service-img__2 {
    width: 70%;
  }
}

.day-service-info {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .day-service-info {
    width: 60%;
    padding: 0 0 0 11rem;
  }
}

.day-service-info__text {
  line-height: 2;
}

.day-service-table {
  margin: 6rem 0 0;
}

.step-1 {
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .step-1 {
    flex-direction: unset;
    align-items: center;
  }
}

.step-1-img-1 {
  margin: 4rem 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .step-1-img-1 {
    margin: auto;
  }
}

.step-1-img-1-deco {
  width: 22%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .step-1-img-1-deco {
    width: 28%;
    bottom: -2rem;
    right: -4rem;
  }
}

@media screen and (min-width: 768px) {
  .step-info {
    display: flex;
    margin: 0 0 0 -7.4rem;
  }
}

.step-info__col {
  margin: 6rem 0 0;
}
@media screen and (min-width: 768px) {
  .step-info__col {
    margin: 6rem 0 0 7.4rem;
  }
}

.step-info-title {
  position: relative;
  z-index: 1;
  margin: 0 0 -7px;
}

.step-info-text {
  padding: 2rem 2rem;
  border: 6px solid #3295CC;
  border-radius: 20px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .step-info-text {
    padding: 3.6rem 4.8rem;
  }
}

.step-info-text.step-info-text--2 {
  border-color: #277389;
}

.price {
  max-width: 890px;
  margin: 0 auto;
}

.price-info {
  padding: 4rem 0;
  text-align: center;
  background: #DCF2FC;
  border-radius: 50px;
  position: relative;
}

.price-title {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 8px solid #333;
  position: relative;
}
@media screen and (min-width: 450px) {
  .price-title {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  .price-title {
    font-size: 3rem;
  }
}

.price-title--2 {
  padding: 0 1.6rem;
  border-bottom: 8px solid #fff;
}
@media screen and (min-width: 450px) {
  .price-title--2 {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  .price-title--2 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .price-title--2 {
    font-size: 6rem;
  }
}

.price-title--2 .price-title__deco-l {
  left: -8vw;
}
@media screen and (min-width: 450px) {
  .price-title--2 .price-title__deco-l {
    left: -54px;
  }
}
@media screen and (min-width: 768px) {
  .price-title--2 .price-title__deco-l {
    left: -84px;
  }
}

.price-title--2 .price-title__deco-r {
  right: -8vw;
}
@media screen and (min-width: 450px) {
  .price-title--2 .price-title__deco-r {
    right: -54px;
  }
}
@media screen and (min-width: 768px) {
  .price-title--2 .price-title__deco-r {
    right: -84px;
  }
}

.price-title--2 .price-title__deco-l,
.price-title--2 .price-title__deco-r {
  width: 30px;
  top: unset;
  bottom: 0;
  transform: unset;
}
@media screen and (min-width: 450px) {
  .price-title--2 .price-title__deco-l,
  .price-title--2 .price-title__deco-r {
    width: 50px;
  }
}
@media screen and (min-width: 768px) {
  .price-title--2 .price-title__deco-l,
  .price-title--2 .price-title__deco-r {
    width: auto;
  }
}

.price-title__deco-l,
.price-title__deco-r {
  display: flex;
  width: 10vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .price-title__deco-l,
  .price-title__deco-r {
    width: inherit;
  }
}

.price-title__deco-l {
  left: -14vw;
}
@media screen and (min-width: 768px) {
  .price-title__deco-l {
    left: -84px;
  }
}

.price-title__deco-r {
  right: -14vw;
}
@media screen and (min-width: 768px) {
  .price-title__deco-r {
    right: -84px;
  }
}

.price-subtitle {
  padding: 2rem 0;
  font-size: 2rem;
  font-weight: 700;
  color: #3295CC;
}
@media screen and (min-width: 768px) {
  .price-subtitle {
    font-size: 2.4rem;
  }
}

.price-deco {
  width: 30%;
  position: absolute;
  left: 0;
  bottom: -4rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .price-deco {
    width: 30%;
    left: -14rem;
    bottom: -4rem;
  }
}

.price-table {
  margin: 8rem 0 0;
}

.price-summary {
  margin: 2.8rem 0 0;
}
@media screen and (min-width: 768px) {
  .price-summary {
    text-align: center;
  }
}

.staff-list-col {
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .staff-list-col {
    font-size: inherit;
  }
}

.staff-list-img {
  text-align: center;
}

.staff-list-img-2 {
  max-width: 380px;
  margin: 0 auto 4rem;
}
@media screen and (min-width: 768px) {
  .staff-list-img-2 {
    margin: 0 8rem 0 0;
  }
}

@media screen and (min-width: 768px) {
  .staff-list-img-2col {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.staff-list-job {
  display: inline-block;
  margin: 2.4rem auto 0;
  padding: 0 2rem;
  text-align: center;
  background-color: #f4f4f4;
  border: 1px solid #8D9091;
  border-radius: 10vw;
}
@media screen and (min-width: 1024px) {
  .staff-list-job {
    min-width: 360px;
  }
}

.staff-list-job > span {
  font-weight: 700;
}

.staff-list-name {
  text-align: center;
  font-size: 3rem;
  line-height: 2.4;
}

.staff-list-name::after {
  content: "";
  display: block;
  width: 160px;
  height: 8px;
  margin: 0 auto;
}

.staff-list-name--owner {
  color: #FF96B4;
}

.staff-list-name--owner::after {
  background-color: #FF96B4;
  border-color: #FF96B4;
}

.staff-list-name--1 {
  color: #E3251C;
}

.staff-list-name--1::after {
  background-color: #E3251C;
  border-color: #E3251C;
}

.staff-list-name--2 {
  color: #53C484;
}

.staff-list-name--2::after {
  background-color: #53C484;
  border-color: #53C484;
}

.staff-list-name--3 {
  color: #FF5D30;
}

.staff-list-name--3::after {
  background-color: #FF5D30;
  border-color: #FF5D30;
}

.staff-list-name--4 {
  color: #66B9FF;
}

.staff-list-name--4::after {
  background-color: #66B9FF;
  border-color: #66B9FF;
}

.staff-list-name--5 {
  color: #E7CB2D;
}

.staff-list-name--5::after {
  background-color: #E7CB2D;
  border-color: #E7CB2D;
}

.staff-list-name--6 {
  color: #F7AB01;
}

.staff-list-name--6::after {
  background-color: #F7AB01;
  border-color: #F7AB01;
}

.staff-list-name--7 {
  color: #333;
}

.staff-list-name--7::after {
  background-color: #333;
  border-color: #333;
}

.staff-list-name--8 {
  color: #CE99FF;
}

.staff-list-name--8::after {
  background-color: #CE99FF;
  border-color: #CE99FF;
}

.staff-list-name--9 {
  color: #888888;
}

.staff-list-name--9::after {
  background-color: #888888;
  border-color: #888888;
}

.staff-list-name--10 {
  color: #c4c4c4;
}

.staff-list-name--10::after {
  background-color: #c4c4c4;
  border-color: #c4c4c4;
}

.staff-list-info {
  margin: 2.4rem 0 0;
  text-align: center;
  line-height: 1.88;
}

.staff-list-info__title {
  font-weight: 700;
}

.owner {
  margin: 10rem 0 0;
}
@media screen and (min-width: 768px) {
  .owner {
    margin: 12rem 0 0;
  }
}

.owner-message {
  max-width: 1087px;
  margin: 4.4rem auto 0;
  text-align: center;
  color: #43A8D8;
  border-top: 3px dotted #C4C4C4;
}

.owner-message-head {
  margin: 5rem 0 0;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .owner-message-head {
    font-size: 2.4rem;
  }
}

.owner-message-text {
  margin: 3.2rem 0 0;
  line-height: 2;
  letter-spacing: 0.02em;
}

.-w-list-5__col {
  margin: 3.2rem 0 0;
  padding: 0 0 3.2rem;
  border-bottom: 1px solid #3295CC;
}

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

.-w-qa__icn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  margin: 0 2rem 0 0;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  color: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .-w-qa__icn {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
}

.-w-qa--q .-w-qa__icn {
  background: #3295CC;
}

.-w-qa--q .-w-qa__txt {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 450px) {
  .-w-qa--q .-w-qa__txt {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  .-w-qa--q .-w-qa__txt {
    font-size: 2.8rem;
  }
}

.-w-qa--a {
  margin: 2rem 0 0;
}

.recruit-deco {
  text-align: center;
}

.recruit-btn {
  max-width: 446px;
  margin: 6.8rem auto 0;
}

.head {
  font-weight: 800;
}

.table {
  max-width: 1280px;
  margin: 0 auto;
  border: 6px solid #3295CC;
  border-radius: 24px;
  overflow: hidden;
}

.table__col {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
}

.table__ttl,
.table__txt {
  padding: 2rem;
  border-bottom: 1px solid #3295CC;
}
@media screen and (min-width: 768px) {
  .table__ttl,
  .table__txt {
    padding: 2rem 2.8rem;
  }
}

.table__ttl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.6;
  background-color: #EDFBFF;
}
@media screen and (min-width: 1024px) {
  .table__ttl {
    width: 16%;
  }
}

.table__txt {
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.8;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .table__txt {
    width: 84%;
    border-left: 1px solid #3295CC;
  }
}

.table__txt__block:not(:first-child) {
  margin: 2rem 0 0;
}

.table--1 .table__ttl {
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .table--1 .table__ttl {
    width: 200px;
  }
}

.table--1 .table__txt {
  flex: 1;
}

.table--1 .table__ttl,
.table--1 .table__txt {
  padding: 1.6rem 1rem;
  color: #3295CC;
}

.table--2 .table__ttl,
.table--2 .table__txt {
  width: 50%;
  color: #3295CC;
}

.table--2 .table__ttl {
  justify-content: center;
  background-color: inherit;
}

.table--2 .table__txt {
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #3295CC;
}

.table--2 .head {
  color: #3295CC;
  background: #DCF2FC;
}

.facility:last-child {
  margin: 16rem 0 0;
}
@media screen and (min-width: 1024px) {
  .facility:last-child {
    margin: 20rem 0 0;
  }
}

.facility-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.facility-info:not(:first-child) {
  margin: 10rem 0 0;
}

.facility-info__1 {
  width: 100%;
  order: 2;
  margin: 4rem 0 0;
}
@media screen and (min-width: 768px) {
  .facility-info__1 {
    order: 1;
    width: 45%;
    margin: auto;
  }
}

.facility-info-img {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 450px) {
  .facility-info-img {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .facility-info-img {
    width: auto;
  }
}

.facility-info__2 {
  flex: 1;
  order: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .facility-info__2 {
    order: 2;
    margin: 0 0 0 2rem;
  }
}

.facility-logo::after {
  content: "";
  display: block;
  width: 175px;
  height: 8px;
  margin: 4rem auto;
}

.facility-logo--1::after {
  background-color: #6EB92B;
}

.facility-logo--2::after {
  background-color: #E56F90;
}

.facility-name {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .facility-name {
    font-size: 3rem;
  }
}

.facility-text {
  margin: 4rem 0 0;
}

.facility-btn {
  max-width: 446px;
  margin: 4rem auto 0;
}

.btn-a {
  border-radius: 10px;
}

.btn-a__body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .btn-a__body {
    font-size: 2.8rem;
  }
}

.btn-a-triangle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin: 0 0 0 2rem;
  background-color: #3295CC;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .btn-a-triangle {
    width: 36px;
    height: 36px;
  }
}

.btn-a-triangle__right {
  width: 0;
  height: 0;
  margin: 0 0 0 4px;
  border-style: solid;
  border-width: 4px 0 4px 10px;
  border-color: transparent transparent transparent #fff;
}
@media screen and (min-width: 768px) {
  .btn-a-triangle__right {
    border-width: 6px 0 6px 14px;
  }
}

.btn-a--1 {
  background-color: #6EB92B;
}

.btn-a--1 .btn-a-triangle {
  background-color: #fff;
}

.btn-a--1 .btn-a-triangle__right {
  border-color: transparent transparent transparent #6EB92B;
}

.btn-a--2 {
  background-color: #3295CC;
}

.btn-a--2 .btn-a-triangle {
  background-color: #fff;
}

.btn-a--2 .btn-a-triangle__right {
  border-color: transparent transparent transparent #3295CC;
}

.btn-a--3 {
  background-color: #E56F90;
}

.btn-a--3 .btn-a-triangle {
  background-color: #fff;
}

.btn-a--3 .btn-a-triangle__right {
  border-color: transparent transparent transparent #E56F90;
}

/* ------------------
  slider
------------------ */
.facility-slide-wrap {
  margin: 7rem 0 0;
}

.facility-slide-img {
  padding-top: 100%;
  border-radius: 50%;
}

/* ------------------
  map
------------------ */
.facility-map {
  display: flex;
  flex-wrap: wrap;
  margin: 7rem 0 0;
}
@media screen and (min-width: 768px) {
  .facility-map {
    margin: 8rem 0 0;
  }
}

.facility-map__img,
.facility-map__gmap {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .facility-map__img,
  .facility-map__gmap {
    width: 48%;
  }
}

.facility-map__img {
  margin: 4rem 0 0;
}
@media screen and (min-width: 768px) {
  .facility-map__img {
    margin: 0 0 0 4%;
  }
}

.facility-map__img,
.-w-gmap {
  height: 220px;
}
@media screen and (min-width: 768px) {
  .facility-map__img,
  .-w-gmap {
    height: 280px;
  }
}
@media screen and (min-width: 1024px) {
  .facility-map__img,
  .-w-gmap {
    height: 386px;
  }
}

.-w-gmap-wrap {
  /* padding: 1rem; */
  border-radius: 4px;
  background-color: #fff;
}

.-w-gmap {
  overflow: hidden;
  /* padding-bottom: 56.25%; */
  position: relative;
}
.-w-gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.evaluation-list {
  max-width: 1040px;
  margin: 0 auto;
  border-top: 1px solid #3295CC;
  border-left: 1px solid #3295CC;
}

.evaluation-list__col {
  display: block;
  padding: 2rem 2rem;
  border-right: 1px solid #3295CC;
  border-bottom: 1px solid #3295CC;
  position: relative;
}
@media screen and (min-width: 768px) {
  .evaluation-list__col {
    padding: 2.6rem 3rem;
  }
}

.evaluation-list__col:hover {
  background: #DCF2FC;
  opacity: 1;
}

.evaluation-list__col-inner {
  display: flex;
  align-items: center;
  width: calc(100% - 4rem);
}
@media screen and (min-width: 450px) {
  .evaluation-list__col-inner {
    width: calc(100% - 6rem);
  }
}

.evaluation-list__text {
  width: inherit;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 450px) {
  .evaluation-list__text {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .evaluation-list__text {
    font-size: 2.6rem;
  }
}

.evaluation-list__icn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 1.6rem 0 0;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #fff;
  background: #277389;
  border-radius: 50%;
}
@media screen and (min-width: 450px) {
  .evaluation-list__icn {
    width: 52px;
    height: 52px;
  }
}

.evaluation-list-right {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 450px) {
  .evaluation-list-right {
    right: 3rem;
  }
}

.icn-triangle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #3295CC;
  border-radius: 50%;
}
@media screen and (min-width: 450px) {
  .icn-triangle {
    width: 36px;
    height: 36px;
  }
}

.icn-triangle__right {
  width: 0;
  height: 0;
  margin: 0 0 0 4px;
  border-style: solid;
  border-width: 6px 0 6px 14px;
  border-color: transparent transparent transparent #fff;
}

.cv--1 {
  margin-top: 10rem;
}
@media screen and (min-width: 450px) {
  .cv--1 {
    margin-top: 26vw;
  }
}
@media screen and (min-width: 768px) {
  .cv--1 {
    margin-top: 40rem;
  }
}

.cv--2 {
  margin-top: 12rem;
}
@media screen and (min-width: 450px) {
  .cv--2 {
    margin-top: 36vw;
  }
}
@media screen and (min-width: 768px) {
  .cv--2 {
    margin-top: 40rem;
  }
}

.cv-inner {
  margin: 0 2rem;
  padding: 14vw 2rem;
  text-align: center;
  color: #fff;
  background-color: #268403;
  border-radius: 18vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cv-inner {
    padding: 10rem 2rem;
    border-radius: 18vw;
  }
}

.cv-subtext {
  margin: 2rem 0 0;
}

.cv-tel {
  display: flex;
  justify-content: center;
  text-align: left;
  margin: 2rem 0 0;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 450px) {
  .cv-tel {
    font-size: 3rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .cv-tel {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .cv-tel {
    font-size: 7rem;
  }
}

.cv-tel__icn {
  width: 12%;
  margin: 3vw 2rem 0 0;
}
@media screen and (min-width: 768px) {
  .cv-tel__icn {
    width: 10%;
    margin: 2vw 2rem 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .cv-tel__icn {
    width: 148px;
    margin: 2rem 4rem 0 0;
  }
}

.cv-tel__area {
  display: inline-block;
  min-width: 40%;
  padding: 0 2rem;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 450px) {
  .cv-tel__area {
    min-width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .cv-tel__area {
    min-width: 34%;
  }
}
@media screen and (min-width: 1024px) {
  .cv-tel__area {
    min-width: 300px;
  }
}

.cv-tel__area::before,
.cv-tel__area::after {
  display: inline-block;
  position: absolute;
  top: 0;
}

.cv-tel__area::before {
  content: "(";
  left: 0;
}

.cv-tel__area::after {
  content: ")";
  right: 0;
}

.cv-tel__num {
  margin: 0 0 0 2rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .cv-tel__num {
    margin: 0 0 0 2.8rem;
  }
}

.cv-tel__info {
  margin: 2rem 0 0;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .cv-tel__info {
    font-size: 2rem;
  }
}

.cv-btn {
  margin: 4rem auto 0;
  max-width: 528px;
}

.cv-deco {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 450px) {
  .cv-deco {
    top: -14vw;
  }
}
@media screen and (min-width: 768px) {
  .cv-deco {
    top: -16vw;
  }
}
@media screen and (min-width: 1024px) {
  .cv-deco {
    top: -18vw;
  }
}
@media screen and (min-width: 1340px) {
  .cv-deco {
    top: -270px;
  }
}

.btn-b {
  border-radius: 10px;
}

.btn-b__body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  color: #268403;
  background: #fff;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .btn-b__body {
    font-size: 2.8rem;
  }
}

.btn-b-icn {
  width: 6vw;
  margin: 0 1rem 0 0;
}
@media screen and (min-width: 768px) {
  .btn-b-icn {
    width: inherit;
    margin: 0 1.6rem 0 0;
  }
}

.btn-b-triangle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin: 0 0 0 2rem;
  background-color: #268403;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .btn-b-triangle {
    width: 36px;
    height: 36px;
  }
}

.btn-b-triangle__right {
  width: 0;
  height: 0;
  margin: 0 0 0 4px;
  border-style: solid;
  border-width: 4px 0 4px 10px;
  border-color: transparent transparent transparent #fff;
}
@media screen and (min-width: 768px) {
  .btn-b-triangle__right {
    border-width: 6px 0 6px 14px;
  }
}

/* ----------------------------------------------------------------
  footer
---------------------------------------------------------------- */
.footer {
  background-color: #fff;
}

.copyright {
  margin: 8rem 0 0;
  padding: 2rem 0;
  text-align: center;
  color: #fff;
  background: #3295CC;
}/*# sourceMappingURL=style.css.map */