@charset "UTF-8";
/* Scss Document */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* Scss Document */
/* common
---------------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  text-align: center;
  font-family: "Yu Gothic", "YuGothic", "游ゴシック体", "YuGothic UI", sans-serif;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  background: #e0e9e9;
}
body:before {
  content: "";
  width: 430px;
  height: 100vh;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(76, 76, 76, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(76, 76, 76, 0.1);
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media (min-width: 768px) {
  body:after {
    content: "";
    background-image: url(/assets/_base/img/pc-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
  }
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
  margin: 0;
  padding: 0;
  line-height: 1em;
}

img {
  vertical-align: top;
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #fff;
}

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

.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.header_wrap {
  background-color: #677475;
}
@media (min-width: 768px) {
  .header_wrap {
    width: 390px;
    margin: 0 auto;
  }
}
.header h1 {
  width: 30.7692307692vw;
  margin: 0 auto;
  padding: 3.8461538462vw 0;
}
@media (min-width: 768px) {
  .header h1 {
    width: 120px;
    padding: 15px 0;
  }
}

.kv {
  background: #F4EFEA;
}
.kv_wrap {
  position: relative;
}
.kv a {
  width: 37.9487179487vw;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(-8%, -94%);
          transform: translate(-8%, -94%);
}
@media (min-width: 768px) {
  .kv a {
    width: 148px;
  }
}

.about_wrap {
  background-color: #F4EFEA;
}
.about_title {
  padding-top: 7.6923076923vw;
  padding-bottom: 8.4615384615vw;
}
@media (min-width: 768px) {
  .about_title {
    padding-top: 30px;
    padding-bottom: 33px;
  }
}
.about_main-txt, .about_txt {
  width: 81.2820512821vw;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .about_main-txt, .about_txt {
    width: 317px;
  }
}
.about_main-txt {
  position: relative;
  height: 28.2051282051vw;
  margin-bottom: 1.7948717949vw;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}
@media (min-width: 768px) {
  .about_main-txt {
    height: 110px;
    margin-bottom: 7px;
  }
}
.about_main-txt01, .about_main-txt02 {
  position: absolute;
  top: 0;
  left: 0;
  background: #9AB1B2;
  border-radius: 100vh;
  font-size: 4.358974359vw;
  color: #fff;
  letter-spacing: 0.08em;
  font-weight: 600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4.1025641026vw 4.6153846154vw;
}
@media (min-width: 768px) {
  .about_main-txt01, .about_main-txt02 {
    font-size: 17px;
    padding: 16px 18px;
  }
}
.about_main-txt02 {
  left: initial;
  right: 0;
  top: initial;
  bottom: 0;
}
.about_txt {
  position: relative;
  z-index: 1;
}
.about_txt p {
  font-size: 3.3333333333vw;
  color: #635D57;
  line-height: 1.9;
  text-align: left;
  font-weight: 600;
  margin-bottom: 5.1282051282vw;
}
@media (min-width: 768px) {
  .about_txt p {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
.about_txt p:last-of-type {
  margin-bottom: 0;
}
.about_img02 {
  margin-top: -2.0512820513vw;
}
@media (min-width: 768px) {
  .about_img02 {
    margin-top: -8px;
  }
}

.case_wrap {
  background: #677475;
}
.case_title {
  padding: 14.8717948718vw 0 11.5384615385vw;
}
@media (min-width: 768px) {
  .case_title {
    padding: 58px 0 45px;
  }
}
.case .mySwiper {
  padding-bottom: 12.8205128205vw;
  position: relative;
}
@media (min-width: 768px) {
  .case .mySwiper {
    padding-bottom: 50px;
  }
}
.case .swiper-pagination {
  position: static;
  margin-top: 6.1538461538vw;
  text-align: center;
}
@media (min-width: 768px) {
  .case .swiper-pagination {
    margin-top: 24px;
  }
}
.case .swiper-pagination-bullet {
  width: 2.0512820513vw;
  height: 2.0512820513vw;
  background-color: #424a4b;
  opacity: 1;
  margin: 0 2.0512820513vw !important;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (min-width: 768px) {
  .case .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 8px !important;
  }
}
.case .swiper-pagination-bullet-active {
  background-color: #9AB1B2;
}

.menu_wrap {
  background: #9AB1B2;
  padding: 13.5897435897vw 0;
  position: relative;
}
@media (min-width: 768px) {
  .menu_wrap {
    padding: 53px 0;
  }
}
.menu_wrap:before, .menu_wrap:after {
  content: "";
  background-color: #91A8A9;
  width: 22.3076923077vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .menu_wrap:before, .menu_wrap:after {
    width: 87px;
  }
}
.menu_wrap:after {
  left: initial;
  right: 0;
}
.menu_title {
  margin-bottom: 11.0256410256vw;
}
@media (min-width: 768px) {
  .menu_title {
    margin-bottom: 43px;
  }
}
.menu_unit {
  width: 89.7435897436vw;
  margin: 0 auto;
  margin-bottom: 3.8461538462vw;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .menu_unit {
    width: 350px;
    margin-bottom: 15px;
  }
}
.menu_unit:last-of-type {
  margin-bottom: 0;
}
.menu a {
  position: absolute;
  width: 81.2820512821vw;
  height: auto;
  bottom: 6%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .menu a {
    width: 317px;
  }
}

.doctor_wrap {
  background-color: #DCE6E6;
  padding: 13.5897435897vw 0;
}
@media (min-width: 768px) {
  .doctor_wrap {
    padding: 53px 0;
  }
}
.doctor_title {
  margin-bottom: 12.3076923077vw;
}
@media (min-width: 768px) {
  .doctor_title {
    margin-bottom: 48px;
  }
}
.doctor_unit {
  width: 84.6153846154vw;
  margin: 0 auto;
  margin-bottom: 10.2564102564vw;
}
@media (min-width: 768px) {
  .doctor_unit {
    width: 330px;
    margin-bottom: 40px;
  }
}
.doctor_unit:last-of-type {
  margin-bottom: 0;
}
.doctor_unit-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #677475;
  font-weight: 600;
  letter-spacing: 0.09em;
  margin: 3.8461538462vw 0;
  border-bottom: 1px solid #677475;
  padding-bottom: 2.5641025641vw;
}
@media (min-width: 768px) {
  .doctor_unit-flex {
    margin: 15px 0;
    padding-bottom: 10px;
  }
}
.doctor_unit-flex p {
  font-size: 5.1282051282vw;
}
@media (min-width: 768px) {
  .doctor_unit-flex p {
    font-size: 20px;
  }
}
.doctor_unit-flex span {
  font-size: 3.3333333333vw;
  padding-right: 1.7948717949vw;
}
@media (min-width: 768px) {
  .doctor_unit-flex span {
    font-size: 13px;
    padding-right: 7px;
  }
}
.doctor_unit-career {
  text-align: left;
  color: #677475;
  font-weight: 600;
  letter-spacing: 0.09em;
  font-size: 3.3333333333vw;
}
@media (min-width: 768px) {
  .doctor_unit-career {
    font-size: 13px;
  }
}
.doctor_unit-career h3 {
  font-weight: 600;
  margin-bottom: 2.5641025641vw;
}
@media (min-width: 768px) {
  .doctor_unit-career h3 {
    margin-bottom: 10px;
  }
}
.doctor_unit-career p {
  line-height: 1.7;
}

.access_wrap {
  background: #677475;
  padding: 13.5897435897vw 0;
}
@media (min-width: 768px) {
  .access_wrap {
    padding: 53px 0;
  }
}
.access_title {
  margin-bottom: 12.3076923077vw;
}
@media (min-width: 768px) {
  .access_title {
    margin-bottom: 48px;
  }
}
.access_unit {
  margin-bottom: 11.5384615385vw;
}
@media (min-width: 768px) {
  .access_unit {
    margin-bottom: 45px;
  }
}
.access_unit:last-of-type {
  margin-bottom: 0;
}
.access_unit iframe {
  height: 51.2820512821vw;
  width: 100%;
}
@media (min-width: 768px) {
  .access_unit iframe {
    height: 200px;
  }
}
.access_unit-flex, .access_unit-detail {
  width: 84.6153846154vw;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .access_unit-flex, .access_unit-detail {
    width: 330px;
  }
}
.access_unit-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  margin-bottom: 3.8461538462vw;
  border-bottom: 1px solid #fff;
  padding-bottom: 2.5641025641vw;
}
@media (min-width: 768px) {
  .access_unit-flex {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}
.access_unit-flex p {
  font-weight: 600;
  letter-spacing: 0.09em;
  font-size: 5.1282051282vw;
}
@media (min-width: 768px) {
  .access_unit-flex p {
    font-size: 20px;
  }
}
.access_unit-flex a {
  width: 6.1538461538vw;
}
@media (min-width: 768px) {
  .access_unit-flex a {
    width: 24px;
  }
}
.access_unit-detail {
  margin-bottom: 3.8461538462vw;
}
@media (min-width: 768px) {
  .access_unit-detail {
    margin-bottom: 15px;
  }
}
.access_unit-detail_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  text-align: left;
  margin-bottom: 1.7948717949vw;
}
@media (min-width: 768px) {
  .access_unit-detail_flex {
    margin-bottom: 7px;
  }
}
.access_unit-detail_flex:last-of-type {
  margin-bottom: 0;
}
.access_unit-detail_txt01, .access_unit-detail_txt02 {
  letter-spacing: 0.09em;
  font-size: 3.3333333333vw;
  line-height: 1.7;
  color: #fff;
  text-decoration: none;
  pointer-events: none;
}
@media (min-width: 768px) {
  .access_unit-detail_txt01, .access_unit-detail_txt02 {
    font-size: 13px;
  }
}
.access_unit-detail_txt01 a, .access_unit-detail_txt02 a {
  color: #fff;
  text-decoration: none;
  pointer-events: none;
}
.access_unit-detail_txt01 {
  width: 20%;
}
.access_unit-detail_txt02 {
  width: 70%;
}

.reserve-btn {
  position: fixed;
  z-index: 2;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #6E6964;
}
@media (min-width: 768px) {
  .reserve-btn {
    width: 390px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.reserve-btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  max-width: 390px;
  margin: 0 auto;
}
.reserve-btn-img {
  cursor: pointer;
  width: 119px;
  width: 32%;
}
@media screen and (max-width: 480px) {
  .reserve-btn-img {
    width: 30.5128205128vw;
    width: 32%;
  }
}

@media (min-width: 768px) {
  .lp-content {
    width: 390px;
    margin: 0 auto;
  }
}

.footer_wrap {
  background: #9AB1B2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5.641025641vw 0;
  margin-bottom: 18.7179487179vw;
}
@media (min-width: 768px) {
  .footer_wrap {
    padding: 22px 0;
    margin-bottom: 73px;
  }
}
.footer img {
  width: 35.8974358974vw;
  z-index: 5;
}
@media (min-width: 768px) {
  .footer img {
    width: 140px;
  }
}
.footer p {
  font-size: 2.5641025641vw;
  color: #677475;
  margin-top: 4.1025641026vw;
}
@media (min-width: 768px) {
  .footer p {
    font-size: 10px;
    margin-top: 16px;
  }
}
@media (min-width: 768px) {
  .footer {
    width: 390px;
    margin: 0 auto;
  }
}

.nav-area {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.96);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.nav-area.active {
  display: block;
}

.nav-area ul {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  gap: 10px;
  padding: 0;
}

.nav-area ul li {
  list-style: none;
  color: #333;
  list-style: none;
}

.nav-area-title {
  font-weight: bold;
  margin-bottom: 20px;
}

.nav-area ul li a {
  text-align: center;
  width: 280px;
  max-width: 280px;
  display: block;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  padding: 13px 20px;
  border: 1px solid #333;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.close-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 1px;
  background: #333;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.close-btn span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.close-btn span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}/*# sourceMappingURL=style.css.map */