@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gotu&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, 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;
  font-weight: normal;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
  min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.clear {
  clear: both;
}

a[href^="tel:"] {
  cursor: default;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  background: #000;
  border: none;
  color: #fff;
  outline: none;
  padding: 1rem;
  text-decoration: none;
  vertical-align: bottom;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  opacity: 0.8;
  cursor: pointer;
}

button:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited {
  color: #fff;
  text-decoration: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  font: inherit;
  background: none;
  border: solid 1px #5F5E5E;
  outline: none;
  padding: 1rem;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 0;
  padding: 1rem;
  width: 100%;
  font-size: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  border-color: #003A6B;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  font-size: 4.4444444444vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Noto Serif JP", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  color: #000;
  background: #F9F9F9;
}

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

p {
  text-align: justify;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

.quote {
  position: relative;
}

.quote::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3.3333333333vw;
  width: 10.5555555556vw;
  height: 10.5555555556vw;
  background: url("../img/common/quote.png") center center/contain no-repeat;
}

.bg-linear-to-bottom {
  background: -webkit-gradient(linear, left top, left bottom, from(#5bbdce), to(#c6adfd));
  background: linear-gradient(to bottom, #5bbdce, #c6adfd);
}

.bg-linear-to-right {
  background: -webkit-gradient(linear, left top, right top, from(#5bbdce), to(#c6adfd));
  background: linear-gradient(to right, #5bbdce, #c6adfd);
}

.bg-gray {
  background: #f7f7f7;
}

.box-shadow {
  -webkit-box-shadow: 0 0.8333333333vw 1.6666666667vw rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.8333333333vw 1.6666666667vw rgba(0, 0, 0, 0.16);
}

.en {
  font-family: "Gotu", sans-serif;
}

.txt-accent {
  color: #0877BF;
}

.dot, .menu-template-default .doctorInfo__item {
  position: relative;
  padding-left: 3.6111111111vw;
}
.dot::before, .menu-template-default .doctorInfo__item::before {
  position: absolute;
  content: "";
  top: 0.8333333333vw;
  left: 0;
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 50%;
  background: linear-gradient(153deg, #E3EBEF 37.04%, #0471BA 83.33%);
}

.hpc {
  display: none;
}

.vpc {
  display: none;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

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

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}
.text-100 {
  font-weight: 100;
}

.text-400 {
  font-weight: 400;
}

.text-500 {
  font-weight: 500;
}

.text-600 {
  font-weight: 600;
}

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

.text-900 {
  font-weight: 900;
}

.w100 {
  width: 100%;
}

.m-0 {
  margin: 0rem !important;
}
.mb-0 {
  margin-bottom: 0rem !important;
}
.mt-0 {
  margin-top: 0rem !important;
}
.ml-0 {
  margin-left: 0rem !important;
}
.mr-0 {
  margin-right: 0rem !important;
}

.p-0 {
  padding: 0rem !important;
}
.pb-0 {
  padding-bottom: 0rem !important;
}
.pt-0 {
  padding-top: 0rem !important;
}
.pl-0 {
  padding-left: 0rem !important;
}
.pr-0 {
  padding-right: 0rem !important;
}

.m-1 {
  margin: 1rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.ml-1 {
  margin-left: 1rem !important;
}
.mr-1 {
  margin-right: 1rem !important;
}

.p-1 {
  padding: 1rem !important;
}
.pb-1 {
  padding-bottom: 1rem !important;
}
.pt-1 {
  padding-top: 1rem !important;
}
.pl-1 {
  padding-left: 1rem !important;
}
.pr-1 {
  padding-right: 1rem !important;
}

.m-2 {
  margin: 2rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.ml-2 {
  margin-left: 2rem !important;
}
.mr-2 {
  margin-right: 2rem !important;
}

.p-2 {
  padding: 2rem !important;
}
.pb-2 {
  padding-bottom: 2rem !important;
}
.pt-2 {
  padding-top: 2rem !important;
}
.pl-2 {
  padding-left: 2rem !important;
}
.pr-2 {
  padding-right: 2rem !important;
}

.m-3 {
  margin: 3rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.ml-3 {
  margin-left: 3rem !important;
}
.mr-3 {
  margin-right: 3rem !important;
}

.p-3 {
  padding: 3rem !important;
}
.pb-3 {
  padding-bottom: 3rem !important;
}
.pt-3 {
  padding-top: 3rem !important;
}
.pl-3 {
  padding-left: 3rem !important;
}
.pr-3 {
  padding-right: 3rem !important;
}

.m-4 {
  margin: 4rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.ml-4 {
  margin-left: 4rem !important;
}
.mr-4 {
  margin-right: 4rem !important;
}

.p-4 {
  padding: 4rem !important;
}
.pb-4 {
  padding-bottom: 4rem !important;
}
.pt-4 {
  padding-top: 4rem !important;
}
.pl-4 {
  padding-left: 4rem !important;
}
.pr-4 {
  padding-right: 4rem !important;
}

.m-5 {
  margin: 5rem !important;
}
.mb-5 {
  margin-bottom: 5rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}
.ml-5 {
  margin-left: 5rem !important;
}
.mr-5 {
  margin-right: 5rem !important;
}

.p-5 {
  padding: 5rem !important;
}
.pb-5 {
  padding-bottom: 5rem !important;
}
.pt-5 {
  padding-top: 5rem !important;
}
.pl-5 {
  padding-left: 5rem !important;
}
.pr-5 {
  padding-right: 5rem !important;
}

.m-6 {
  margin: 6rem !important;
}
.mb-6 {
  margin-bottom: 6rem !important;
}
.mt-6 {
  margin-top: 6rem !important;
}
.ml-6 {
  margin-left: 6rem !important;
}
.mr-6 {
  margin-right: 6rem !important;
}

.p-6 {
  padding: 6rem !important;
}
.pb-6 {
  padding-bottom: 6rem !important;
}
.pt-6 {
  padding-top: 6rem !important;
}
.pl-6 {
  padding-left: 6rem !important;
}
.pr-6 {
  padding-right: 6rem !important;
}
.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

.lh-2 {
  line-height: 2 !important;
}

.drawer__button {
  width: 11.1111111111vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.6111111111vw;
  z-index: 1000;
  cursor: pointer;
}
.drawer__button .drawer__button-border {
  border-bottom: solid 0.5555555556vw #747A89;
  width: 100%;
  height: 0.2777777778vw;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.drawer__overlay {
  position: fixed;
  inset: 0;
  background: #F2F2F2;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 900;
}

.drawer__overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.drawer__button.active .drawer__button-border:nth-of-type(1) {
  -webkit-transform: translateY(2.0833333333vw) rotate(-30deg);
          transform: translateY(2.0833333333vw) rotate(-30deg);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.drawer__button.active .drawer__button-border:nth-of-type(2) {
  -webkit-transform: translateY(-2.0833333333vw) rotate(30deg);
          transform: translateY(-2.0833333333vw) rotate(30deg);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.drawer {
  position: absolute;
  top: 27.7777777778vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  z-index: 1000;
  max-width: 90vw;
}
.drawer.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.drawer .drawer__content {
  border-radius: 8.8888888889vw;
  border: 0.1rem solid #CECECE;
  padding: 10vw 8.8888888889vw 11.1111111111vw;
  background: rgba(246, 246, 246, 0.9);
  max-height: 138.8888888889vw;
  overflow-y: scroll;
  -webkit-box-shadow: 1.6666666667vw 1.6666666667vw 3.3333333333vw 0 #E3DEDE, -6.9444444444vw -6.9444444444vw 16.6666666667vw 0 #FFF;
          box-shadow: 1.6666666667vw 1.6666666667vw 3.3333333333vw 0 #E3DEDE, -6.9444444444vw -6.9444444444vw 16.6666666667vw 0 #FFF;
  border: 0.2777777778vw solid #CECECE;
  backdrop-filter: blur(2px);
}
.drawer .drawer__menuWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8.3333333333vw;
}
.drawer .drawer__ttl {
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 5.5555555556vw;
}
.drawer .drawer__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  gap: 2.2222222222vw;
  padding-left: 4.4444444444vw;
  border-left: 0.2777777778vw solid rgba(0, 0, 0, 0.08);
}
.drawer .drawer__item a {
  color: #000;
  font-size: 3.8888888889vw;
}
.drawer .drawer__btnWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.4444444444vw;
  margin-top: 8.8888888889vw;
}

.footer {
  padding-top: 11.1111111111vw;
  position: relative;
  background: #5D5F67;
}
.footer .txtSlider {
  padding-bottom: 0 !important;
}
.footer .txtSlider__list {
  border: none !important;
  padding: 0 !important;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.footer .txtSlider__list .slick-list {
  height: auto !important;
}
.footer .txtSlider__list .txtSlider__item {
  color: #4D4F58;
}

.footer__wrapper {
  padding-top: 11.1111111111vw;
  padding-bottom: 61.1111111111vw;
}

.footer__logo {
  position: absolute;
  top: 8.3333333333vw;
  left: 5vw;
  width: 82.5vw;
}

.footer__body {
  padding: 6.6666666667vw 4.4444444444vw;
  background: #5D5F67;
  border-radius: 6.6666666667vw;
  -webkit-box-shadow: 3.3333333333vw 3.3333333333vw 6.6666666667vw 0 #51545E, -3.8888888889vw -3.8888888889vw 13.8888888889vw 0 #6F727C;
          box-shadow: 3.3333333333vw 3.3333333333vw 6.6666666667vw 0 #51545E, -3.8888888889vw -3.8888888889vw 13.8888888889vw 0 #6F727C;
  margin-bottom: 11.6666666667vw;
}

.footer__box:first-of-type {
  margin-bottom: 11.1111111111vw;
}

.footer__subTtl {
  font-size: 5.5555555556vw;
  color: #fff;
  line-height: 1.2;
  padding-bottom: 3.3333333333vw;
  margin-bottom: 5.5555555556vw;
  border-bottom: 0.2777777778vw solid rgba(255, 255, 255, 0.2);
}

.footer__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  gap: 4.4444444444vw;
}

.footer__link {
  display: inline-block;
  font-size: 3.8888888889vw;
  line-height: 1.2;
  color: #fff;
}

.footer__copyright {
  text-align: center;
}

.footer__copyright address,
.footer__copyright small {
  color: #fff;
  font-size: 3.3333333333vw;
}

.footer__copyright address {
  font-style: normal;
}

.footer__pageTop {
  position: absolute;
  left: 50%;
  top: -7.2222222222vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 25vw;
}

.l-header__inner {
  padding: 6.6666666667vw 5.5555555556vw 0;
}

.header__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  z-index: 100;
  margin-right: auto;
}

.header__img {
  width: 49.1666666667vw;
}

.header__nav .nav__list {
  display: none;
}
.header__nav .nav__item {
  position: relative;
}
.header__nav .nav__item--arrow {
  cursor: default;
}
.header__nav .nav__subList {
  position: absolute;
  top: 4rem;
  left: 0;
  padding: 0.45rem 0;
  background: #5D5F67;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 1001;
}
.header__nav .nav__item--arrow:hover .nav__subList {
  visibility: visible;
  opacity: 1;
}
.header__nav .nav__subItem:first-of-type .nav__subLink {
  padding: 1rem 0.8rem 0.55rem;
}
.header__nav .nav__subLink {
  display: block;
  font-size: 1.4rem;
  color: #FFFFFF;
  font-weight: 700;
  white-space: nowrap;
  padding: 0.55rem 0.8rem 0.75rem;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}
.header__nav .nav__subLink:hover {
  opacity: 0.8;
}

.header__btn,
.drawer__btn {
  display: inline-block;
  text-align: center;
  color: #747A89;
  max-width: 67.7777777778vw;
  padding: 4.4444444444vw;
  border: 0.2777777778vw solid #CECECE;
  background: rgba(246, 246, 246, 0.9);
  border-radius: 27.7777777778vw;
  backdrop-filter: blur(2px);
  -webkit-box-shadow: 1.6666666667vw 1.6666666667vw 3.3333333333vw 0 #E3DEDE, -6.9444444444vw -6.9444444444vw 16.6666666667vw 0 #FFF;
          box-shadow: 1.6666666667vw 1.6666666667vw 3.3333333333vw 0 #E3DEDE, -6.9444444444vw -6.9444444444vw 16.6666666667vw 0 #FFF;
}

.header__btn {
  display: none;
}

.l-wrapper {
  margin-left: 10.666vw;
  margin-right: 10.666vw;
  max-width: 100rem;
}

.l-sec {
  padding: 20vw 0;
}

.l-sec-sm {
  padding: 11.1111111111vw 0;
}

.l-sec-md {
  padding-top: 11.1111111111vw;
  padding-bottom: 20vw;
}

.l-sec-lg {
  padding-top: 20vw;
  padding-bottom: 44.4444444444vw;
}

.mb-md {
  margin-bottom: 30.5555555556vw !important;
}

.l-inner {
  padding-left: 5vw;
  padding-right: 5vw;
}

.navBar {
  height: inherit;
  width: 20.5555555556vw;
  height: 20.5555555556vw;
  border-bottom-left-radius: 4.4444444444vw;
  border-radius: 90%;
  z-index: 100;
  position: relative;
  -webkit-box-shadow: 0 0.8333333333vw 1.6666666667vw #ABCDE3;
          box-shadow: 0 0.8333333333vw 1.6666666667vw #ABCDE3;
}

.navBar__line {
  width: 10.5555555556vw;
  height: 5.9277777778vw;
  cursor: pointer;
  position: absolute;
  top: 4.4444444444vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.navBar__line span {
  border-radius: 1.6666666667vw;
  display: block;
  width: 100%;
  height: 0.5555555556vw;
  background: #fff;
  position: absolute;
}

.navBar__line::after {
  content: "MENU";
  position: absolute;
  font-size: 3.3333333333vw;
  line-height: 1;
  left: 50%;
  bottom: -5.2777777778vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  -webkit-transform: 0.3s all ease;
          transform: 0.3s all ease;
  font-family: "Josefin Sans", sans-serif;
}

.navBar__line.active::after {
  content: "CLOSE";
}

.navBar__line span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navBar__line span:nth-of-type(1) {
  top: 0;
}

.navBar__line span:nth-of-type(2) {
  top: 50%;
  right: 0;
  width: 6.6666666667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.navBar__line span:nth-of-type(3) {
  bottom: 0;
}

.navBar__line.active span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-30deg);
          transform: translateY(-50%) rotate(-30deg);
}

.navBar__line.active span:nth-of-type(2) {
  opacity: 0;
}

.navBar__line.active span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(30deg);
          transform: translateY(-50%) rotate(30deg);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "";
}

[dir=rtl] .slick-prev:before {
  content: "";
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "";
}

[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.breadcrumb {
  background: #FFFFFF;
}

.breadcrumb__wrapper {
  padding-left: 4.4444444444vw;
  padding-right: 4.4444444444vw;
}

.breadcrumb__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumb__items span:not(:last-of-type) {
  margin-right: 2.2222222222vw;
}

.breadcrumb__items span a,
.breadcrumb__items .current-item {
  font-size: 3.3333333333vw;
  line-height: 1.2;
  display: inline-block;
  position: relative;
}

.breadcrumb__items .current-item {
  padding: 3.8888888889vw 0;
}

.breadcrumb__items span a {
  position: relative;
  padding: 3.8888888889vw 3.3333333333vw 3.8888888889vw 0;
  color: #262727;
}

.breadcrumb__items span a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/common/arrow-right-gray.png") center center/contain no-repeat;
  width: 1.1111111111vw;
  height: 1.6666666667vw;
  right: 0;
}

.btn-basic-blue, .btn-round-blue-icon a {
  text-align: center;
  position: relative;
  background: #5ABCCC;
  color: #fff;
  display: inline-block;
  -webkit-transition: 0.3s background ease, 0.3s color ease;
  transition: 0.3s background ease, 0.3s color ease;
}

.btn-basic-blue::before, .btn-round-blue-icon a::before,
.btn-basic-blue::after,
.btn-round-blue-icon a::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-basic-blue::before, .btn-round-blue-icon a::before {
  right: 6.6666666667vw;
  border: 0.2777777778vw #fff solid;
  border-radius: 90%;
  -webkit-transition: 0.3s border-color ease;
  transition: 0.3s border-color ease;
}

.btn-basic-blue::after, .btn-round-blue-icon a::after {
  height: 0.2777777778vw;
  background: #fff;
  -webkit-transition: 0.3s background ease;
  transition: 0.3s background ease;
}

.btn-basic-blue:hover, .btn-round-blue-icon a:hover {
  background: #fff;
  color: #5ABCCC;
}

.btn-basic-blue:hover::before, .btn-round-blue-icon a:hover::before {
  border-color: #5ABCCC;
}

.btn-basic-blue:hover::after, .btn-round-blue-icon a:hover::after {
  background: #5ABCCC;
}

.btn-basic-white, .btn-round-icon a, .btn-round-icon--sm a {
  position: relative;
  background: #fff;
  color: #262727;
  display: inline-block;
  border: 0.2777777778vw #5ABCCC solid;
  -webkit-transition: 0.3s background ease, 0.3s color ease;
  transition: 0.3s background ease, 0.3s color ease;
}

.btn-basic-white::before, .btn-round-icon a::before, .btn-round-icon--sm a::before,
.btn-basic-white::after,
.btn-round-icon a::after,
.btn-round-icon--sm a::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-basic-white::before, .btn-round-icon a::before, .btn-round-icon--sm a::before {
  border: 0.2777777778vw #5ABCCC solid;
  border-radius: 90%;
  -webkit-transition: 0.3s border-color ease;
  transition: 0.3s border-color ease;
}

.btn-basic-white::after, .btn-round-icon a::after, .btn-round-icon--sm a::after {
  height: 0.2777777778vw;
  background: #5ABCCC;
  -webkit-transition: 0.3s background ease;
  transition: 0.3s background ease;
}

.btn-round-white01 a,
.btn-round-white02 a,
.btn-round-gray a,
.btn-round-gray-icon a,
.btn-round-white-icon a,
.btn-round-white-icon--sm a,
.btn-square-blue a {
  font-family: "Noto Serif JP", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif !important;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  border-radius: 27.7777777778vw;
  letter-spacing: 0.04em;
  text-decoration: none !important;
}

.btn-round-white01 a {
  font-size: 4.4444444444vw;
  color: #000;
  padding: 5.5555555556vw 17.7777777778vw;
  border: 0.5555555556vw solid #CECECE;
  background: #F8F8F8;
  -webkit-box-shadow: 1.6666666667vw 1.6666666667vw 3.3333333333vw 0 #E3DEDE, -1.1111111111vw -1.1111111111vw 2.7777777778vw 0 #FFF inset;
          box-shadow: 1.6666666667vw 1.6666666667vw 3.3333333333vw 0 #E3DEDE, -1.1111111111vw -1.1111111111vw 2.7777777778vw 0 #FFF inset;
}

.btn-round-white02 a {
  font-size: 5.5555555556vw;
  color: #747A89;
  padding: 3.3333333333vw 17.7777777778vw;
  background: #F7F7F7;
  border: 0.2777777778vw solid #CECECE;
  -webkit-box-shadow: 1.6666666667vw 1.6666666667vw 3.3333333333vw 0 #E3DEDE, -6.9444444444vw -6.9444444444vw 16.6666666667vw 0 #FFF;
          box-shadow: 1.6666666667vw 1.6666666667vw 3.3333333333vw 0 #E3DEDE, -6.9444444444vw -6.9444444444vw 16.6666666667vw 0 #FFF;
}

.btn-round-gray a,
.btn-round-gray-icon a,
.btn-round-white-icon a,
.btn-round-white-icon--sm a {
  font-size: 5vw;
  font-weight: 500;
  text-decoration: none !important;
  padding: 5.5555555556vw 11.1111111111vw;
  min-width: 83.3333333333vw;
  max-width: 83.3333333333vw;
  position: relative;
}
.btn-round-gray a::after,
.btn-round-gray-icon a::after,
.btn-round-white-icon a::after,
.btn-round-white-icon--sm a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 6.6666666667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.1111111111vw;
  height: 2.5vw;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.single__content .btn-round-gray a,
.single__content .btn-round-gray-icon a,
.single__content .btn-round-white-icon a,
.single__content .btn-round-white-icon--sm a {
  font-size: 3.8888888889vw;
  padding: 3.6111111111vw 6.1111111111vw;
  line-height: 2;
}

.btn-square-blue {
  text-align: center;
  margin-top: 11.1111111111vw;
}

.btn-square-blue a {
  font-size: 3.8888888889vw;
  font-weight: 500;
  line-height: 2;
  text-decoration: none !important;
  padding: 3.6111111111vw 6.1111111111vw;
  min-width: 83.3333333333vw;
  position: relative;
}
.btn-square-blue a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 3.8888888889vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.1111111111vw;
  height: 2.5vw;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.btn-round-gray a,
.btn-round-gray-icon a {
  background: #747A89;
  color: #FFF !important;
}

.btn-round-gray-icon a::after {
  background: url(../img/common/arrow-icon-white.svg) center center/cover no-repeat;
}

.btn-round-white-icon a, .btn-round-white-icon--sm a,
.btn-square-blue a {
  background: #FFF;
  border: 0.2777777778vw solid #747A89;
  color: #747A89;
}
.btn-round-white-icon a::after, .btn-round-white-icon--sm a::after,
.btn-square-blue a::after {
  background: url(../img/common/arrow-icon-brown.svg) center center/cover no-repeat;
}

.btn-round-white-icon--green {
  margin-bottom: 2.2222222222vw;
}
.btn-round-white-icon--green a {
  background-color: #06c755;
  border-color: #06c755;
  color: #FFF;
}
.btn-round-white-icon--green a::after {
  background: url(../img/common/arrow-icon-white.svg) center center/cover no-repeat;
}

.btn-round-white-icon--sm a {
  padding: 2.2222222222vw 15.2777777778vw 2.2222222222vw 6.9444444444vw;
  font-size: 3.8888888889vw;
  line-height: 1.4285714286;
  min-width: 0;
}

.btn-round-white-icon--sm a::before {
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  right: 3.6111111111vw;
}

.btn-round-white-icon--sm a::after {
  width: 9.1666666667vw;
  right: 5.5833333333vw;
}

.btn-round-blue-icon {
  text-align: center;
}

.btn-round-blue-icon a {
  font-size: 5.5555555556vw;
  font-weight: 500;
  -webkit-box-shadow: 0 0 1.6666666667vw #B1D3E8;
          box-shadow: 0 0 1.6666666667vw #B1D3E8;
  border-radius: 8.8888888889vw;
  padding: 4.4444444444vw 33.3333333333vw;
  line-height: 1.45;
  margin: 0 auto;
}

.btn-round-blue-icon a::before {
  width: 5.2777777778vw;
  height: 5.2777777778vw;
  right: 6.6666666667vw;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.btn-round-blue-icon a::after {
  right: 9.7222222222vw;
  width: 11.1111111111vw;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.btn-round-icon a, .btn-round-icon--sm a {
  text-align: center;
  font-weight: 700;
  font-size: 5.5555555556vw;
  line-height: 1.35;
  -webkit-box-shadow: 0 0 1.6666666667vw #ABCDE3;
          box-shadow: 0 0 1.6666666667vw #ABCDE3;
  padding: 6.3888888889vw 29.1666666667vw;
  border-radius: 10.5555555556vw;
}

.btn-round-icon a::before, .btn-round-icon--sm a::before,
.btn-round-icon a::after,
.btn-round-icon--sm a::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-round-icon a::before, .btn-round-icon--sm a::before {
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  right: 6.6666666667vw;
}

.btn-round-icon a::after, .btn-round-icon--sm a::after {
  width: 12.2222222222vw;
  right: 10vw;
}

.btn-round-icon a figure, .btn-round-icon--sm a figure {
  position: absolute;
  width: 12.2222222222vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 7.7777777778vw;
}

.btn-round-icon--sm a {
  padding: 3.6111111111vw 15.8333333333vw;
  font-size: 3.3333333333vw;
  line-height: 1.3333333333;
}

.btn-round-icon--sm a::before,
.btn-round-icon--sm a::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-round-icon--sm a::before {
  width: 4.4444444444vw;
  height: 4.4444444444vw;
  right: 4.4444444444vw;
}

.btn-round-icon--sm a::after {
  width: 6.9444444444vw;
  right: 6.3888888889vw;
}

.btn-round-icon--sm a figure {
  position: absolute;
  width: 6.6666666667vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 4.4444444444vw;
}

.btn-square-white {
  color: #5ABCCC;
  text-align: center;
  display: block;
  background: #fff;
  -webkit-box-shadow: 0 0.2vw 0.6vw rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.2vw 0.6vw rgba(0, 0, 0, 0.16);
  font-size: 4.4444444444vw;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", sans-serif;
  padding: 4.4444444444vw;
  border-radius: 2.7777777778vw;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}

.btn-square-arrow, .btn-square-arrow-blue, .btn-square-arrow-white {
  border: 0.2777777778vw #5ABCCC solid;
  display: inline-block;
  width: 100%;
  border-radius: 2.7777777778vw;
  -webkit-box-shadow: 0 0.8333333333vw 1.6666666667vw rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.8333333333vw 1.6666666667vw rgba(0, 0, 0, 0.16);
  padding: 6.6666666667vw 13.8888888889vw 6.6666666667vw 9.0555555556vw;
  position: relative;
  -webkit-transition: 0.3s background ease;
  transition: 0.3s background ease;
}

.btn-square-arrow::after, .btn-square-arrow-blue::after, .btn-square-arrow-white::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 6.3888888889vw;
  width: 10.2777777778vw;
  height: 10.2777777778vw;
  -webkit-transition: 0.3s background ease;
  transition: 0.3s background ease;
}

.btn-square-arrow .en, .btn-square-arrow-blue .en, .btn-square-arrow-white .en {
  font-size: 3.8888888889vw;
  line-height: 1.2857142857;
  font-family: "Josefin Sans", sans-serif;
  display: block;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}

.btn-square-arrow .ja, .btn-square-arrow-blue .ja, .btn-square-arrow-white .ja {
  font-size: 4.7222222222vw;
  line-height: 1.4705882353;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  display: block;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}

.btn-square-arrow-white {
  background: #fff;
}

.btn-square-arrow-white::after {
  background: url("../img/common/arrow-round-blue-right.svg") center center/100% no-repeat;
}

.btn-square-arrow-white .en {
  color: #5ABCCC;
}

.btn-square-arrow-white .ja {
  color: #5ABCCC;
}

.btn-square-arrow-blue {
  background: #5ABCCC;
}

.btn-square-arrow-blue:after {
  background: url("../img/common/arrow-round-blue-white.svg") center center/100% no-repeat;
}

.btn-square-arrow-blue .en {
  color: #fff;
}

.btn-square-arrow-blue .ja {
  color: #fff;
}

.btn-round-arrow a, .btn-round-arrow-blue a, .btn-round-arrow-white a {
  text-align: center;
  display: inline-block;
  border-radius: 13.6111111111vw;
  width: 100%;
  font-size: 6.6666666667vw;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  padding: 4.4444444444vw;
  -webkit-box-shadow: 0 0.1vw 0.8vw rgba(90, 188, 204, 0.368627451);
          box-shadow: 0 0.1vw 0.8vw rgba(90, 188, 204, 0.368627451);
  position: relative;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.btn-round-arrow a::before, .btn-round-arrow-blue a::before, .btn-round-arrow-white a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 6.6666666667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7.7777777778vw;
  height: 7.7777777778vw;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.btn-round-arrow-white a {
  color: #5ABCCC;
  background: #fff;
}

.btn-round-arrow-white a::before {
  background: url("../img/common/arrow-round-blue-right.svg") center center/100% no-repeat;
}

.btn-round-arrow-white a:hover {
  color: #fff;
  background: #5ABCCC;
}

.btn-round-arrow-white a:hover::before {
  background: url("../img/common/arrow-round-white-right.svg") center center/100% no-repeat;
}

.btn-round-arrow-blue a {
  color: #fff;
  background: #5ABCCC;
}

.btn-round-arrow-blue a::before {
  background: url("../img/common/arrow-round-white-right.svg") center center/100% no-repeat;
}

.btn-round-arrow-blue a:hover {
  color: #5ABCCC;
  background: #fff;
}

.btn-round-arrow-blue a:hover::before {
  background: url("../img/common/arrow-round-blue-right.svg") center center/100% no-repeat;
}

.card-picture__heading {
  background: #ECF5F7;
  border-radius: 2.2222222222vw;
  position: relative;
  padding: 5.5555555556vw;
  margin-bottom: 6.6666666667vw;
}

.card-picture:nth-child(1) .card-picture__heading {
  background: #5ABCCC;
  padding: 8.8888888889vw 0 4.7222222222vw;
}

.card-picture__heading::after {
  content: "";
  position: absolute;
  bottom: -2.2222222222vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.2222222222vw 3.3333333333vw 0 3.3333333333vw;
  border-color: #ECF5F7 transparent transparent transparent;
}

.card-picture:nth-child(1) .card-picture__heading::after {
  border-color: #5ABCCC transparent transparent transparent;
}

.card-picture:nth-child(1) .card-picture__heading::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 4.1666666667vw;
  width: 5vw;
  height: 3.6111111111vw;
  background: url("../img/common/icon-crown.svg") center center/contain no-repeat;
}

.card-picture__heading p {
  font-size: 4.4444444444vw;
  color: #5ABCCC;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

.card-picture:nth-child(1) .card-picture__heading p {
  color: #fff;
  font-size: 5.5555555556vw;
  line-height: 1.45;
}

.card-picture__ttl {
  font-size: 4.4444444444vw;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 4.4444444444vw;
  text-align: center;
}

.card-picture__imgWrap {
  padding: 0 3.0555555556vw;
}

.card-picture__img {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 4.4444444444vw;
  -webkit-box-shadow: 0.5555555556vw 0.8333333333vw 1.6666666667vw #ABCDE3;
          box-shadow: 0.5555555556vw 0.8333333333vw 1.6666666667vw #ABCDE3;
}

.card-picture__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.card-picture__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.card-picture__info {
  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;
}

.card-picture__info {
  margin-bottom: 4.4444444444vw;
}

.card-picture__person {
  width: 11.6666666667vw;
}

.card-picture__person img {
  border-radius: 90%;
}

.card-picture__name {
  margin-left: 2.2222222222vw;
  font-size: 4.4444444444vw;
  line-height: 1.875;
  font-weight: 700;
}

.card-doctor01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-doctor01__imgWrap {
  position: relative;
  margin-right: 5.5555555556vw;
}

.card-doctor01__img {
  border-radius: 90%;
  -webkit-box-shadow: 0 0.8333333333vw 1.6666666667vw rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.8333333333vw 1.6666666667vw rgba(0, 0, 0, 0.16);
  margin-right: auto;
  margin-left: auto;
  width: 28.3333333333vw;
}

.card-doctor01__box {
  width: 100%;
  padding-top: 11.6666666667vw;
}

.card-doctor01__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.3888888889vw;
  margin-bottom: 2.7777777778vw;
  padding-left: 3.3333333333vw;
  padding-bottom: 2.7777777778vw;
  border-bottom: 0.2777777778vw solid rgba(0, 0, 0, 0.1);
}

.card-doctor01__ttl .ja {
  line-height: 1.2;
}

.card-doctor01__ttl .en {
  font-family: "Noto Serif JP", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 3.8888888889vw;
  line-height: 1.2;
}

.card-doctor01__job {
  font-size: 3.8888888889vw;
  margin-bottom: 2.7777777778vw;
  padding-left: 3.3333333333vw;
  padding-bottom: 2.7777777778vw;
  border-bottom: 0.2777777778vw solid rgba(0, 0, 0, 0.1);
}

.card-doctor02__ttl {
  margin-bottom: 2.2222222222vw;
}

.card-doctor02__ttl .ja {
  font-size: 8.8888888889vw;
  font-weight: 500;
  line-height: 1.4375;
  margin-bottom: 2.2222222222vw;
}

.card-doctor02__ttl .en {
  font-size: 4.4444444444vw;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
  margin-left: 2.2222222222vw;
}

.card-doctor02__info {
  font-size: 4.4444444444vw;
  line-height: 1.5;
  margin-bottom: 8.8888888889vw;
}

.card-doctor02__imgWrap {
  position: relative;
  width: 80vw;
  height: 80vw;
  margin: 0 auto 6.6666666667vw;
}

.card-doctor02__img {
  width: 77.7777777778vw;
  height: 77.7777777778vw;
  border-radius: 90%;
  -webkit-box-shadow: 0 0.8333333333vw 1.6666666667vw rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.8333333333vw 1.6666666667vw rgba(0, 0, 0, 0.16);
}

.card-doctor02__wrap:not(:first-of-type) {
  margin-top: 8.8888888889vw;
}

.card-doctor02__wrap:last-of-type {
  margin-bottom: 6.6666666667vw;
}

.card-doctor02__wrap h4 {
  font-size: 6.6666666667vw;
  line-height: 1.3333333333;
  margin-bottom: 2.2222222222vw;
}

.card-doctor02__wrap p {
  font-size: 3.8888888889vw;
  line-height: 2.2857142857;
  font-weight: 500;
}

.case {
  margin-bottom: 0 !important;
  position: relative;
}

.case * {
  margin-bottom: 0 !important;
}

.case::before {
  content: "";
  position: absolute;
  background: linear-gradient(45deg, rgba(198, 173, 253, 0.21), rgba(91, 189, 206, 0.21));
  left: 0;
  top: 40vw;
  border-radius: 4.4444444444vw;
  z-index: -1;
  width: 68.4722222222vw;
  height: 73.3333333333vw;
}

.l-case__inner {
  padding-top: 12.2222222222vw;
  padding-bottom: 46.6666666667vw;
}

.case__ttl {
  margin-bottom: 13.3333333333vw !important;
}

.case__ttl .ttl-en {
  font-size: 13.3333333333vw;
  line-height: 1.2083333333;
  font-family: "Josefin Sans", sans-serif;
  color: #5abccc;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center !important;
  word-break: break-all;
}

.case__wrapper .case__ttl h2 {
  font-size: 3.8888888889vw;
  font-weight: 700;
  line-height: 1.4285714286;
  margin-bottom: 8.8888888889vw;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center !important;
}

.case__item {
  margin: 0 0.8333333333vw;
}

.case__list {
  padding-left: 4.4444444444vw;
}

.case__list .slick-list {
  padding: 0 8.3333333333vw 0 0 !important;
}

.case__list .slick-arrow {
  background: transparent !important;
  width: 15.5555555556vw;
  height: 15.5555555556vw;
}

.case__list .slick-prev::before,
.case__list .slick-next::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.case__list .slick-prev,
.case__list .slick-next {
  -webkit-transform: translate(0);
          transform: translate(0);
  bottom: -22.2222222222vw;
  top: auto;
}

.case__list .slick-prev {
  left: auto;
  right: 31.1111111111vw;
}

.case__list .slick-next {
  right: 0;
}

.case__list .slick-prev::before {
  background: url("../img/common/arrow-case-left.svg") center center/100% no-repeat;
}

.case__list .slick-next::before {
  background: url("../img/common/arrow-case-right.svg") center center/100% no-repeat;
}

.cta {
  -webkit-box-shadow: 0 2.2222222222vw 4.4444444444vw 0 rgba(0, 0, 0, 0.12) inset, 0 -2.2222222222vw 4.4444444444vw 0 rgba(0, 0, 0, 0.12) inset;
          box-shadow: 0 2.2222222222vw 4.4444444444vw 0 rgba(0, 0, 0, 0.12) inset, 0 -2.2222222222vw 4.4444444444vw 0 rgba(0, 0, 0, 0.12) inset;
}
.cta .ttl-two-rows {
  -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;
  gap: 0;
}
.cta .ttl-two-rows .en {
  font-size: 13.3333333333vw;
  letter-spacing: 0.08em;
}
.cta .ttl-two-rows .ja {
  font-size: 5.5555555556vw;
}

.l-cta__inner {
  padding-top: 24.4444444444vw;
  padding-bottom: 24.4444444444vw;
}

.cta__wrapper {
  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;
  gap: 8.8888888889vw;
}

.cta__content::before {
  display: none;
}

.cta__btn a {
  font-size: 6.6666666667vw;
  font-weight: 700;
}

.cta__btn:not(:last-of-type) {
  margin-bottom: 6.6666666667vw;
}

.contact {
  color: #000;
}

input[type=checkbox] {
  opacity: 0;
}

label.check {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 22px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

label.check::before,
label.check::after {
  position: absolute;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

label.check::before {
  top: 50%;
  left: 0;
  width: 21px;
  height: 21px;
  margin-top: -12px;
  background: #fff;
  border: 1px solid #5D5D5D;
}

label.check::after {
  opacity: 0;
  top: 50%;
  left: 4px;
  width: 12px;
  height: 6px;
  margin-top: -6px;
  border-left: 2px solid #5D5D5D;
  border-bottom: 2px solid #5D5D5D;
  -webkit-transform: rotate(-45deg) scale(0.5);
  transform: rotate(-45deg) scale(0.5);
}

label.check:hover::before {
  background: #fff;
}

input[type=checkbox]:checked + label.check::before {
  background: #fff;
  border: 1px solid #5D5D5D;
}

input[type=checkbox]:checked + label.check::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

.form__item {
  margin-bottom: 1.5rem;
}
.form__label {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__label span {
  font-size: 1rem;
  background: #000;
  color: #fff;
  padding: 0.5rem 1.5rem;
}

.privacyCheck {
  font-size: 1.5rem;
  margin: 2rem 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.privacyCheck a {
  color: #454545;
  text-decoration: underline;
}
.privacyCheck__txt {
  margin-bottom: 1rem;
}

.sentArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5rem;
}

input[type=text],
input[type=email],
input[type=url],
input[type=tel],
textarea {
  font-size: 1.6rem;
}

.submitBox {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.submitBox input {
  width: 12rem;
  height: 4rem;
  margin: 0 1rem;
}

label.check {
  -webkit-transform: translateY(-240%);
          transform: translateY(-240%);
}

.info {
  position: relative;
}
.info dl:not(:last-of-type) {
  margin-bottom: 6.6666666667vw;
}
.info dt {
  font-size: 5.5555555556vw;
  font-weight: 500;
  line-height: 1.45;
  padding: 0 0 4.4444444444vw 4.4444444444vw;
  margin-bottom: 4.4444444444vw;
  color: #747A89;
}
.info dd {
  font-size: 4.4444444444vw;
  line-height: 2;
  padding-left: 4.4444444444vw;
}
.info a {
  font-size: 4.4444444444vw;
  line-height: 1.5;
  color: #747A89;
  text-decoration: underline;
  display: block;
}
.info .sns {
  margin-top: 7.5vw;
  padding-left: 11.6666666667vw;
}

.info__wrapper {
  border: #CECECE 0.2777777778vw solid;
  position: relative;
  background: #fff;
}

.info__dot {
  position: absolute;
  display: block;
  width: 100%;
  height: 1.1111111111vw;
  left: 0;
}

.info__dot::before,
.info__dot::after {
  content: "";
  position: absolute;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  background: #CECECE;
  border-radius: 90%;
  top: 0;
}

.info__dot--top {
  top: 2.2222222222vw;
}

.info__dot--top::before {
  left: 1.6666666667vw;
}

.info__dot--top::after {
  right: 1.6666666667vw;
}

.info__dot--bottom {
  bottom: 2.2222222222vw;
}

.info__dot--bottom::before {
  left: 1.6666666667vw;
}

.info__dot--bottom::after {
  right: 1.6666666667vw;
}

iframe.instagram-media {
  min-width: 0 !important;
  position: static !important;
}

/* .Embed > div{
	display: flex !important;
	flex-direction: column !important;
	justify-content: space-between !important;
	height: 560px !important;
} */
.kv01 {
  background: url("../img/kv/kv-img01_sp.jpg") center center/cover no-repeat;
  overflow: hidden;
}

.l-kv01__inner {
  padding: 31.6666666667vw 0 6.6666666667vw;
}

.kv01__wrapper {
  padding-left: 13.3333333333vw;
  padding-right: 13.3333333333vw;
}

.kv01__box {
  margin: 0 auto 6.6666666667vw;
}

.kv01__ttl {
  font-size: 8.8888888889vw;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.4375;
  margin-bottom: 6.6666666667vw;
  color: #5abccc;
  font-weight: 500;
  margin-bottom: 2.2222222222vw;
}

.kv01__text {
  font-size: 4.4444444444vw;
  line-height: 1.5;
  color: #262727;
  text-align: center;
}

.kv01__imgWrap {
  -webkit-box-shadow: 0 0.8333333333vw 1.6666666667vw #dbdbdb;
          box-shadow: 0 0.8333333333vw 1.6666666667vw #dbdbdb;
}

.kv02 {
  position: relative;
  overflow: hidden;
  background: url("../img/kv/kv-img02_sp.jpg") center center/cover no-repeat;
  overflow: hidden;
  padding: 10.4rem 0 6.4rem;
}

.kv03 {
  padding: 10.4rem 0 7.4rem;
  overflow: hidden;
  min-height: 59.4444444444vw;
  height: auto;
  background: url("../img/kv/kv-img03_sp.jpg") center center/cover no-repeat;
}

.kv03__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: auto;
  max-width: 104rem;
  margin: 0 auto;
  position: relative;
  -ms-flex-direction: column;
      flex-direction: column;
  height: inherit;
  min-height: 59.4444444444vw;
}

.kv03__comment {
  font-size: 6.6666666667vw;
  text-align: center;
  color: #747A89;
  margin-top: 5.5555555556vw;
}

.kv02-lg,
.kv03-lg {
  height: 76.9444444444vw;
}

.kv02-xl,
.kv03-xl {
  height: 93.0555555556vw;
}

.l-kv02__inner,
.l-kv03__inner {
  padding-left: 5vw;
  padding-right: 5vw;
}

.kv02__wrapper,
.kv03__wrapper {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15.5555555556vw;
}
.kv02__wrapper.-center,
.kv03__wrapper.-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kv02__wrapper.-center .en,
.kv02__wrapper.-center .ja,
.kv03__wrapper.-center .en,
.kv03__wrapper.-center .ja {
  text-align: center;
}

.kv02__img,
.kv03__img {
  border-radius: 4.4444444444vw;
  overflow: hidden;
}

.kv02__img img,
.kv03__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 100%;
     object-position: 100% 100%;
}

.kv02__ttl,
.kv03__ttl {
  font-size: 11.1111111111vw;
  line-height: 1.2;
  margin-bottom: 2.2222222222vw;
  color: #747A89;
  text-align: center;
}

.kv02__text,
.kv03__text {
  font-size: 6.6666666667vw;
  line-height: 1.2;
  color: #747A89;
  text-align: center;
}

/* アイキャッチ非表示 */
.kv04 {
  position: relative;
  overflow: hidden;
  background: url("../img/kv/kv-img01_sp.jpg") center bottom/cover no-repeat;
}

.l-kv04__inner {
  padding-bottom: 10.6666666667vw;
  padding-top: 24vw;
}

.kv04__wrapper {
  padding-left: 4.2666666667vw;
  padding-right: 4.2666666667vw;
}

.kv04__box {
  margin-bottom: 8.5333333333vw;
}

.kv04__ttl {
  font-size: 10.6666666667vw;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #262727;
  line-height: 1.2;
  margin-bottom: 4vw;
  font-weight: 400;
}

.kv04__text {
  font-size: 6.4vw;
  line-height: 1.1666666667;
  font-family: "Playfair Display", cursive;
}

.kv04__imgWrap {
  position: relative;
  height: 88.5333333333vw;
}

.kv04__imgWrap::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 82.6666666667vw;
  height: 82.6666666667vw;
  background: url("../img/kv/kv-bg-thumbnail.jpg") center center/100% no-repeat;
}

.kv04__img {
  width: 82.6666666667vw;
  z-index: 1;
  position: relative;
}

.kv04__img img {
  height: auto;
}
.list-4rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2.5vw;
  margin-bottom: 6.1111111111vw;
}

.list-4rows li {
  width: calc(50% - 2.5vw);
  margin-left: 2.5vw;
  margin-bottom: 2.7777777778vw;
}

.list-4rows li:hover {
  opacity: 0.8;
}

.list-4rows figure {
  padding-top: 100%;
  overflow: hidden;
  position: relative;
}

.list-4rows figure::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.list-4rows figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 1s all;
  transition: 1s all;
}

.newsBar {
  border-radius: 2.2222222222vw;
  overflow: hidden;
  -webkit-box-shadow: 0 0.8333333333vw 1.6666666667vw rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.8333333333vw 1.6666666667vw rgba(0, 0, 0, 0.16);
}

.newsBar__heading {
  font-size: 4.4444444444vw;
  line-height: 1.1875;
  color: #fff;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  padding: 4.1666666667vw 6.6666666667vw;
  background: -webkit-gradient(linear, left top, right top, from(#5BBDCE), to(#C6ADFD));
  background: linear-gradient(to right, #5BBDCE, #C6ADFD);
}

.newsBar__content {
  padding: 2.2222222222vw 5.2777777778vw 4.4444444444vw;
}

.newsBar__box {
  margin-bottom: 3.3333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newsBar__date {
  font-size: 3.8888888889vw;
  font-family: "Josefin Sans", sans-serif;
  color: #5ABCCC;
}

.newsBar__tag {
  color: #fff;
  line-height: 1.4166666667;
  font-weight: 700;
  background: #5ABCCC;
  border-radius: 2.7777777778vw;
  display: inline-block;
  padding: 0 2.2222222222vw;
  margin-left: 3.3333333333vw;
}

.newsBar__ttl {
  font-size: 4.4444444444vw;
  line-height: 1.5;
  color: #262727;
}

.pageTop__img {
  width: 13.8888888889vw;
  margin: 0 auto;
}

.pageTop__text {
  color: #fff;
  font-weight: 700;
  line-height: 2.1428571429;
  font-size: 3.8888888889vw;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.nav-links {
  margin-left: -2.2222222222vw;
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination ul a, .pagination ul span {
  width: 11.1111111111vw;
  height: 11.1111111111vw;
  line-height: 11.1111111111vw;
  margin-left: 2.2222222222vw;
  text-align: center;
  font-size: 5vw;
  background: rgba(0, 0, 0, 0.1);
  color: #000;
  display: block;
  position: relative;
  border-radius: 90%;
  font-family: "Gotu", sans-serif;
}
.pagination ul a:hover {
  opacity: 0.8;
}

.current {
  background: #000 !important;
  color: #fff !important;
}

.dots {
  color: #142388 !important;
}

.prev,
.next {
  background: #fff !important;
  border: #000 0.2777777778vw solid;
}

.pagination-arrow-prev,
.pagination-arrow-next {
  position: absolute;
  width: 2.7777777778vw;
  height: 5vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.1);
}

.pagination-arrow-prev {
  background: url("../img/common/arrow-pagination-left.svg") center center/contain no-repeat;
}

.pagination-arrow-next {
  background: url("../img/common/arrow-pagination-right.svg") center center/contain no-repeat;
}

.l-postSlider {
  width: 100%;
}

.l-postSlider .l-postSlider__inner *:last-child {
  margin-bottom: auto;
}
.l-postSlider .l-postSlider__inner ul {
  background-color: transparent;
  max-width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
.l-postSlider .l-postSlider__inner ul li {
  font-size: 100%;
  font-weight: 500;
  line-height: 1;
  position: static;
  padding-left: 0;
  margin-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-height: 100%;
}
.l-postSlider .l-postSlider__inner ul li:before {
  display: none;
}
.l-postSlider .l-postSlider__inner ul li:nth-child(2n+1) {
  padding-right: 0;
}
.l-postSlider .l-postSlider__inner ul li iframe {
  margin-bottom: 0;
}

.sliderPhoto-block .slick-dots > li:first-child:last-child {
  display: none;
}

.sliderPhoto-block {
  max-width: 95vw;
  margin: 0 auto;
}

.sliderPhoto-block .slick-list {
  margin-bottom: 6.6666666667vw;
}

.sliderPhoto-block__item {
  border: 0.8333333333vw #5abccc solid;
}

.sliderPhoto-block__item a {
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}

.sliderPhoto-block__item a:hover {
  opacity: 0.8;
}

.sliderPhoto-block__img {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.sliderPhoto-block__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sliderPhoto-block__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sliderPhoto-block .slick-arrow {
  top: 45%;
}

.sliderPhoto-block .slick-dots {
  width: auto;
  margin: 0 auto;
  display: block;
}

.sliderPhoto-block .slick-dots li {
  background: rgba(90, 188, 204, 0.53);
  height: 1.6666666667vw;
  width: 1.6666666667vw;
  border-radius: 90%;
  margin: 0;
}

.sliderPhoto-block .slick-dots li:not(:first-of-type) {
  margin-left: 5.8333333333vw;
}

.sliderPhoto-block .slick-dots .slick-active {
  background: #5abccc;
  position: relative;
}

.sliderPhoto-block .slick-dots .slick-active::after {
  content: "";
  position: absolute;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 0.2777777778vw #5abccc solid;
  border-radius: 90%;
}

.sliderPhoto-block .slick-dots button {
  position: relative;
  text-indent: -9999px;
  padding: 0;
  background: transparent;
  width: 20px;
  height: 20px;
}

.sliderPhoto-block .slick-prev {
  left: 0;
}

.sliderPhoto-block .slick-next {
  right: 0;
}

.sliderPhoto-block .instagram-media {
  width: 100%;
  max-width: 100%;
}

.sliderPhoto-block .sliderPhoto-block__item {
  margin-left: 1.3888888889vw;
  margin-right: 1.3888888889vw;
}

.sliderPhoto-block__item blockquote > div {
  display: none;
}

.sliderPhoto-block .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sliderPhoto-block .slick-slide {
  height: auto !important;
}

.l-postSlider {
  width: 100%;
}

.l-postSlider .l-postSlider__inner *:last-child {
  margin-bottom: auto;
}
.l-postSlider .l-postSlider__inner ul {
  background-color: transparent;
  max-width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
.l-postSlider .l-postSlider__inner ul li {
  font-size: 100%;
  font-weight: 500;
  line-height: 1;
  position: static;
  padding-left: 0;
  margin-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-height: 100%;
}
.l-postSlider .l-postSlider__inner ul li:before {
  display: none;
}
.l-postSlider .l-postSlider__inner ul li:nth-child(2n+1) {
  padding-right: 0;
}
.l-postSlider .l-postSlider__inner ul li iframe {
  margin-bottom: 0;
}

.slider-block .slick-dots > li:first-child:last-child {
  display: none;
}

.slider-block {
  max-width: 95vw;
  margin: 0 auto;
}

.slider-block .slick-list {
  margin-bottom: 6.6666666667vw;
}

.slider-block__item {
  border: 0.8333333333vw #5abccc solid;
}

.slider-block__item a {
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}

.slider-block__item a:hover {
  opacity: 0.8;
}

.slider-block__img {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.slider-block__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slider-block__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slider-block .slick-arrow {
  top: 45%;
}

.slider-block .slick-dots {
  width: auto;
  margin: 0 auto;
  display: block;
}

.slider-block .slick-dots li {
  background: rgba(90, 188, 204, 0.53);
  height: 1.6666666667vw;
  width: 1.6666666667vw;
  border-radius: 90%;
  margin: 0;
}

.slider-block .slick-dots li:not(:first-of-type) {
  margin-left: 5.8333333333vw;
}

.slider-block .slick-dots .slick-active {
  background: #5abccc;
  position: relative;
}

.slider-block .slick-dots .slick-active::after {
  content: "";
  position: absolute;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 0.2777777778vw #5abccc solid;
  border-radius: 90%;
}

.slider-block .slick-dots button {
  position: relative;
  text-indent: -9999px;
  padding: 0;
  background: transparent;
  width: 20px;
  height: 20px;
}

.slider-block .slick-prev {
  left: 0;
}

.slider-block .slick-next {
  right: 0;
}

.slider-block .instagram-media {
  width: 100%;
  max-width: 100%;
}

.slider-block__item blockquote > div {
  display: none;
}

.slider-block .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-block .slick-slide {
  height: auto !important;
}

.slider-block .slick-slide .instagram-media {
  height: 100%;
  min-height: 540px;
}

.slider-block .slider-block__item {
  margin-left: 1.3888888889vw;
  margin-right: 1.3888888889vw;
}

.relatedMenu___ttl {
  margin-bottom: 8.8888888889vw;
}

.relatedMenu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.relatedMenu__list {
  margin-bottom: -4.4444444444vw;
}

.relatedMenu__item {
  margin-bottom: 4.4444444444vw;
}

.relatedMenu__imgWrap {
  min-width: 8.8888888889vw;
  border-radius: 90%;
  overflow: hidden;
}

.relatedMenu__img {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.relatedMenu__img::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.relatedMenu__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s -webkit-transform ease;
  transition: 0.3s -webkit-transform ease;
  transition: 0.3s transform ease;
  transition: 0.3s transform ease, 0.3s -webkit-transform ease;
}
.relatedMenu__text {
  font-size: 3.8888888889vw;
  font-weight: 500;
  line-height: 1.4285714286;
  color: #262727;
  margin-left: 2.2222222222vw;
}

.slider-basic .slick-dots > li:first-child:last-child {
  display: none;
}

.slider-basic {
  max-width: 100%;
  margin: 0 auto;
}

.slider-basic .slick-list {
  margin-bottom: 6.6666666667vw;
}

.slider-basic__item {
  margin: 0 0.5rem;
}
.slider-basic__item * {
  opacity: 0.7;
}

.slider-basic__item.slick-center * {
  opacity: 1;
}

.slider-basic__item a {
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}

.slider-basic__item a:hover {
  opacity: 0.8;
}

.slider-basic__img {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.slider-basic__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slider-basic__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slider-basic .slick-arrow {
  top: 45%;
}

.slider-basic .slick-dots {
  width: auto;
  margin: 0 auto;
  display: block;
}

.slider-basic .slick-dots li {
  background: rgba(90, 188, 204, 0.53);
  height: 1.6666666667vw;
  width: 1.6666666667vw;
  border-radius: 90%;
  margin: 0;
}

.slider-basic .slick-dots li:not(:first-of-type) {
  margin-left: 5.8333333333vw;
}

.slider-basic .slick-dots .slick-active {
  background: #5ABCCC;
  position: relative;
}

.slider-basic .slick-dots .slick-active::after {
  content: "";
  position: absolute;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 0.2777777778vw #5ABCCC solid;
  border-radius: 90%;
}

.slider-basic .slick-dots button {
  position: relative;
  text-indent: -9999px;
  padding: 0;
  background: transparent;
}

.slider-basic .slick-prev {
  left: 0;
}

.slider-basic .slick-next {
  right: 0;
}

.slider-square__item {
  margin: 0 2.2222222222vw;
}

.slider-square__img {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 6.6666666667vw;
  border-radius: 4.4444444444vw;
}

.slider-square__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slider-square__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slider-square__date {
  line-height: 1.1904761905;
  font-size: 5.8333333333vw;
  color: #747A89;
  margin-bottom: 2.2222222222vw;
}

.slider-square__ttl {
  font-size: 4.4444444444vw;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 2.2222222222vw;
  color: #262727;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.slider-square__text {
  font-size: 3.3333333333vw;
  line-height: 2;
  color: #262727;
}

.topPicture__ranking .slick-prev {
  left: 2.7777777778vw;
}

.topPicture__ranking .slick-next {
  right: 2.7777777778vw;
}

.photosPickup__ranking .slick-prev {
  left: 2.7777777778vw;
}

.photosPickup__ranking .slick-next {
  right: 2.7777777778vw;
}

.slick-arrow {
  background: #747A89;
  z-index: 1;
}

.slick-prev::before,
.slick-next::before {
  content: "";
  position: absolute;
  width: 2.2222222222vw;
  height: 4.4444444444vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slick-prev::before {
  background: url("../img/common/arrow-square-white-left.svg") center center/contain no-repeat;
}

.slick-next::before {
  background: url("../img/common/arrow-square-white-right.svg") center center/contain no-repeat;
}

.sns {
  font-size: 4.4444444444vw;
  position: relative;
  font-weight: 500;
  line-height: 1.5;
}

.sns::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12.7777777778vw;
  height: 12.7777777778vw;
  background: url("../img/common/instagram.png") center center/100% no-repeat;
}

.stickyMenu {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 70;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.stickyMenu.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.stickyMenu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  border-top: 0.2777777778vw #5ABCCC solid;
  border-right: 0.2777777778vw #5ABCCC solid;
}

.stickyMenu__item {
  width: 25%;
  border-left: 0.2777777778vw #5ABCCC solid;
  border-bottom: 0.2777777778vw #5ABCCC solid;
}

.stickyMenu__link {
  padding: 2.2222222222vw 1.3888888889vw 1.6666666667vw;
  display: block;
}

.stickyMenu__img {
  width: 11.1111111111vw;
  margin: 0 auto 2.2222222222vw;
}

.stickyMenu__text {
  font-size: 3.3333333333vw;
  text-align: center;
  font-weight: 700;
  line-height: 1.3333333333;
  color: #262727;
}

.stickyBtn-sp {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3.6111111111vw 4.4444444444vw;
  z-index: 50;
  background: rgba(232, 246, 248, 0.78);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.stickyBtn-sp.active {
  opacity: 1;
  visibility: visible;
}

.stickyBtn-sp__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.stickyBtn-sp__btn a {
  padding: 3.4666666667vw 18.2vw;
}

.stickyBtn-pc {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-orientation: upright;
  z-index: 10;
}

.stickyBtn-pc__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.stickyBtn-pc a:hover {
  opacity: 0.8;
}

.stickyBtn-pc__btn a {
  font-weight: 700;
  display: inline-block;
  text-align: center;
}
.stickyBtn-pc__btn.pm-line__button--parts a {
  display: inline-block;
  background: #06C755;
  color: #FFF;
}

.ttl-two-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 4.4444444444vw;
  color: #747A89;
}

.ttl-two-rows .ja,
.ttl-column .ja {
  font-size: 3.8888888889vw;
  line-height: 1.2;
}

.ttl-two-rows .en,
.ttl-column .en {
  font-size: 11.1111111111vw;
  color: #747A89;
}

.ttl-two-rows-center {
  text-align: center;
}
.ttl-two-rows-center .en,
.ttl-two-rows-center .ja {
  text-align: center;
}

.ttl-column .en {
  display: block;
}
.ttl-column .ttl-deco {
  display: inline-block;
  padding-right: 2.6rem;
}

.ttl-deco {
  position: relative;
  display: inline-block;
}
.ttl-deco::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 5vw;
  height: 2.5vw;
  background: url(../img/top/ttl-deco.png) center center/cover no-repeat;
}

.ttl-two-rows-reverse {
  text-align: center;
}

.ttl-two-rows-reverse .ja {
  font-size: 4.4444444444vw;
  font-weight: 700;
  line-height: 1.125;
  margin-bottom: 2.2222222222vw;
}

.ttl-two-rows-reverse .en {
  color: #5ABCCC;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.2083333333;
  font-size: 13.3333333333vw;
  display: block;
  text-transform: uppercase;
}

.ttl-two-rows-icon {
  text-align: center;
}

.ttl-two-rows-icon .en {
  color: #5ABCCC;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.2083333333;
  font-size: 13.3333333333vw;
  display: block;
  text-transform: uppercase;
}

.ttl-two-rows-icon .ja {
  display: inline-block;
  font-size: 3.8888888889vw;
  font-weight: 700;
  line-height: 1.4285714286;
  position: relative;
  padding-right: 6.9444444444vw;
}

.ttl-two-rows-icon .ja::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4.7222222222vw;
  height: 4.1666666667vw;
  background: url("../img/common/icon-circles-colorful.svg") center center/contain no-repeat;
}

.ttl-line {
  text-align: center;
}

.ttl-line span {
  font-size: 6.6666666667vw;
  font-weight: 700;
  line-height: 1.0666666667;
  position: relative;
  display: inline-block;
  padding-left: 20vw;
  padding-right: 20vw;
  color: #5ABCCC;
  font-family: "Zen Maru Gothic", sans-serif;
}

.ttl-line span::before,
.ttl-line span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #5ABCCC;
  width: 8.8888888889vw;
  height: 0.2777777778vw;
}

.ttl-line span::before {
  left: 0;
}

.ttl-line span::after {
  right: 0;
}

.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeUp.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fadeUp50 {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeUp50.active {
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fadeMask {
  position: relative;
}
.fadeMask img {
  opacity: 0;
  -webkit-transform: translateY(0.4rem);
          transform: translateY(0.4rem);
  -webkit-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
}
.fadeMask::before {
  content: "";
  display: inline-block;
  background: #2B2A2A;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeMask.active img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fadeMask.active::before {
  width: 0%;
}
.fadeIn {
  opacity: 0;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeIn.active {
  opacity: 1;
}
.fadeDown {
  opacity: 0;
  -webkit-transform: translateY(-2rem);
  transform: translateY(-2rem);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeDown.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.dl1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.dl2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.dl3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.dl4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.dl5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.dl6 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.dl7 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.dl8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

/* 画面全体のローディング */
.opening {
  position: fixed;
  inset: 0;
  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;
  background-color: #F2F2F2;
  z-index: 10000;
  -webkit-transition: opacity 0.1s ease, visibility 0.1s ease;
  transition: opacity 0.1s ease, visibility 0.1s ease;
}

/* 読み込み完了で全体を非表示へ */
body.is-loaded .opening {
  opacity: 0;
  visibility: hidden;
}

/* 左からから走るバー */
.opening::after {
  content: "";
  position: fixed;
  left: 0;
  top: 52%;
  width: 0;
  height: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#F2F2F2), to(#B6BAC3));
  background: linear-gradient(90deg, #F2F2F2 0%, #B6BAC3 100%);
  -webkit-animation: openingline 3s forwards;
          animation: openingline 3s forwards; /* 3秒で横幅100%に伸びて消える */
}

/* プログレスバーのアニメーション */
@-webkit-keyframes openingline {
  99% {
    opacity: 1;
    z-index: 10000;
  }
  100% {
    width: 100%;
    opacity: 0;
    z-index: -1;
  }
}
@keyframes openingline {
  99% {
    opacity: 1;
    z-index: 10000;
  }
  100% {
    width: 100%;
    opacity: 0;
    z-index: -1;
  }
}
/* ロゴ */
.loading__img {
  position: relative;
  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;
  pointer-events: none;
  z-index: 1;
  top: 0;
}

/* ロゴはふわっと現れて、読み込み完了で消える */
.loading__img {
  width: 81.1111111111vw;
  opacity: 0;
  -webkit-animation: logoIn 0.8s 0.2s ease forwards;
          animation: logoIn 0.8s 0.2s ease forwards;
}

@-webkit-keyframes logoIn {
  to {
    opacity: 1;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
}

@keyframes logoIn {
  to {
    opacity: 1;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
}
/* load 後に消える */
body.is-loaded .loading__img img {
  -webkit-animation: logoOut 0.1s ease forwards;
          animation: logoOut 0.1s ease forwards;
}

/*全国のドクター一覧SNSのアイコン */
a.sns,
a.blog,
a.tiktok {
  color: #000;
  position: relative;
  line-height: 1.2;
  display: block;
}

a.sns::before,
a.blog:before,
a.tiktok:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8.8888888889vw;
  height: 8.8888888889vw;
}

a.sns::before {
  background: url("../img/common/instagram.png") center center/100% no-repeat;
}
.columnAll__item,
.columnRanking__item {
  background: #F9F9F9;
  -webkit-box-shadow: 1.9444444444vw 1.9444444444vw 3.8888888889vw 0 #E2E2E2, -6.9444444444vw -6.9444444444vw 22.2222222222vw 0 #FFF;
          box-shadow: 1.9444444444vw 1.9444444444vw 3.8888888889vw 0 #E2E2E2, -6.9444444444vw -6.9444444444vw 22.2222222222vw 0 #FFF;
  border-radius: 2.2222222222vw;
}

.columnAll__link,
.columnRanking__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.4444444444vw;
  padding: 4.4444444444vw;
}

.columnAll__imgWrap,
.columnRanking__imgWrap {
  width: 27.7777777778vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.columnAll__img,
.columnRanking__img {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0 4.4444444444vw 4.4444444444vw 4.4444444444vw;
}

.columnAll__img::after,
.columnRanking__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.columnAll__img img,
.columnRanking__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.columnAll__dateWrap,
.columnRanking__dateWrap {
  margin-bottom: 2.7777777778vw;
}

.columnAll__date,
.columnRanking__date {
  font-size: 3.3333333333vw;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.4);
}

.columnAll__heading,
.columnRanking__heading {
  font-size: 5vw;
  margin-bottom: 1.9444444444vw;
  color: #000;
}

.columnAll__txt,
.columnRanking__txt {
  font-size: 3.3333333333vw;
  line-height: 1.8;
  color: #000;
}

.columnRanking {
  margin-bottom: 38.8888888889vw;
}

.columnRanking__ttl .en {
  font-size: 11.1111111111vw;
}
.columnRanking__ttl .ja {
  font-size: 3.8888888889vw;
}

.l-columnRanking {
  padding-top: 13.3333333333vw;
}
.l-columnRanking .ttl-column {
  margin-bottom: 6.6666666667vw;
}

.columnRanking__content {
  display: -ms-grid;
  display: grid;
  gap: 8.8888888889vw;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}

.columnRanking__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 14.4444444444vw;
  height: 8.0555555556vw;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.columnRanking__item:nth-child(1) .columnRanking__img::after,
.columnRanking__item:nth-child(2) .columnRanking__img::after,
.columnRanking__item:nth-child(3) .columnRanking__img::after,
.columnRanking__item:nth-child(4) .columnRanking__img::after,
.columnRanking__item:nth-child(5) .columnRanking__img::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
}

.columnRanking__item:nth-child(1) .columnRanking__img::after {
  background: url("../img/column/rank-label01.svg") center center/contain no-repeat;
  width: 20vw;
  height: 20vw;
}

.columnRanking__item:nth-child(2) .columnRanking__img::after {
  background: url("../img/column/rank-label02.svg") center center/contain no-repeat;
}

.columnRanking__item:nth-child(3) .columnRanking__img::after {
  background: url("../img/column/rank-label03.svg") center center/contain no-repeat;
}

.columnRanking__item:nth-child(4) .columnRanking__img::after {
  background: url("../img/column/rank-label04.svg") center center/contain no-repeat;
}

.columnRanking__item:nth-child(5) .columnRanking__img::after {
  background: url("../img/column/rank-label05.svg") center center/contain no-repeat;
}
.columnRanking__item:first-of-type .columnRanking__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 6.6666666667vw 4.4444444444vw;
}
.columnRanking__item:first-of-type .columnRanking__imgWrap {
  width: 100%;
}
.columnRanking__item:first-of-type .columnRanking__heading {
  font-size: 6.6666666667vw;
}
.columnRanking__item:first-of-type .columnRanking__txt {
  font-size: 3.8888888889vw;
}

.columnAll {
  padding-bottom: 30.5555555556vw;
}

.l-columnAll__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13.6111111111vw;
}

.columnAll__ttl {
  margin-bottom: 8.8888888889vw;
}
.columnAll__ttl .en {
  font-size: 13.3333333333vw;
}
.columnAll__ttl .ja {
  font-size: 3.8888888889vw;
}

.columnAll__item {
  margin-bottom: 8.8888888889vw;
}

.columnAll__pagination {
  margin-top: 6.6666666667vw;
}
.l-columnAll__sidebar .columnAll__header {
  font-size: 6.6666666667vw;
  color: #747A89;
  padding: 2.7777777778vw 4.4444444444vw;
  margin-bottom: 5vw;
  border-bottom: 0.2777777778vw solid rgba(0, 0, 0, 0.1);
}

.columnAll__category {
  margin-bottom: 13.8888888889vw;
}

.columnAll__sideBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.7777777778vw;
}

.columnAll__categoryLink {
  font-size: 3.8888888889vw;
  line-height: 1.2;
  color: #000;
  padding: 2.7777777778vw 3.6111111111vw;
  background: #FFF;
  display: inline-block;
}

.columnCategory__btn {
  text-align: center;
  margin-top: 4.4444444444vw;
}

.columnAll__tags .columnAll__categoryLink {
  background: none;
}

.l-doctor__inner {
  padding-top: 16.6666666667vw;
  padding-bottom: 26.3888888889vw;
}

.doctor__wrapper .btn-round-white01 {
  text-align: center;
  margin-top: 16.1111111111vw;
}
.doctor__wrapper .btn-round-white01 a {
  padding: 5.5555555556vw 17.7777777778vw;
}

.doctor__wrapper:not(:last-child) {
  margin-bottom: 19.4444444444vw;
}

.doctor__top .sns {
  text-decoration: underline;
}

.doctor__box {
  margin-bottom: 13.8888888889vw;
}

.doctor__ttl {
  margin-bottom: 8.8888888889vw;
}

.doctor__ttl .job {
  font-size: 5vw;
  display: inline-block;
}

.doctor__ttl .name {
  font-size: 8.8888888889vw;
  line-height: 1.4375;
  display: inline-block;
}

.doctor__ttl .sns {
  display: block;
  margin-top: 4.4444444444vw;
  padding-left: 13.3333333333vw;
  font-size: 6.6666666667vw;
}

.doctor__imgWrap {
  width: 86.9444444444vw;
  margin: 0 auto 8.8888888889vw;
  position: relative;
}

.doctor__name--en {
  font-size: 11.1111111111vw;
  display: inline-block;
  position: absolute;
  top: 39.7222222222vw;
  right: -28.6111111111vw;
  line-height: 1;
  color: #5abccc;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-family: "Josefin Sans", sans-serif;
}

.doctor__txt {
  line-height: 1.8;
}

.doctor__info {
  display: -ms-grid;
  display: grid;
  gap: 6.3888888889vw;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 8.8888888889vw;
}

.doctorInfo__box:not(:last-of-type) {
  margin-bottom: 6.6666666667vw;
}

.doctorInfo__wrap {
  background: #F9F9F9;
  border-radius: 2.2222222222vw;
  padding: 6.6666666667vw;
  -webkit-box-shadow: 1.9444444444vw 1.9444444444vw 3.8888888889vw 0 #E2E2E2, -5.5555555556vw -5.5555555556vw 22.2222222222vw 0 #FFFFFF;
          box-shadow: 1.9444444444vw 1.9444444444vw 3.8888888889vw 0 #E2E2E2, -5.5555555556vw -5.5555555556vw 22.2222222222vw 0 #FFFFFF;
}

.doctorInfo__ttl {
  font-size: 4.4444444444vw;
  color: #747A89;
  position: relative;
  padding-bottom: 2.2222222222vw;
  margin-bottom: 4.4444444444vw;
  border-bottom: 0.2777777778vw solid #E6E6E6;
}

.doctorInfo__item {
  font-size: 4.4444444444vw;
  color: #747A89;
  line-height: 1.5;
  font-weight: 500;
  position: relative;
  padding-left: 4.4444444444vw;
}

.doctorInfo__item:not(:last-of-type) {
  margin-bottom: 2.2222222222vw;
}

.doctorInfo__item::before {
  position: absolute;
  content: "";
  top: 1.9444444444vw;
  background: linear-gradient(153deg, #E3EBEF 37.04%, #0471BA 83.33%);
  border-radius: 90%;
  width: 2.5vw;
  height: 2.5vw;
  left: 0;
}

.doctor__gallery {
  margin-bottom: 11.1111111111vw;
}

.gallery__list {
  display: -ms-grid;
  display: grid;
  gap: 6.3888888889vw;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.doctor__specialty,
.doctor__sns {
  border-radius: 2.2222222222vw;
  background: #F8F8F8;
  padding: 6.6666666667vw;
  -webkit-box-shadow: 1.9444444444vw 1.9444444444vw 3.8888888889vw 0 #E2E2E2, -3.3333333333vw -3.3333333333vw 15.5555555556vw 0 #FFF;
          box-shadow: 1.9444444444vw 1.9444444444vw 3.8888888889vw 0 #E2E2E2, -3.3333333333vw -3.3333333333vw 15.5555555556vw 0 #FFF;
  margin-bottom: 11.1111111111vw;
}

.doctorSpecialty__heading,
.doctorSns__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.7222222222vw;
  padding-bottom: 2.2222222222vw;
  margin-bottom: 7.2222222222vw;
  border-bottom: 0.2777777778vw solid #E6E6E6;
  color: #747A89;
}
.doctorSpecialty__heading .en,
.doctorSns__heading .en {
  font-size: 5.5555555556vw;
  line-height: 1;
}
.doctorSpecialty__heading .ja,
.doctorSns__heading .ja {
  font-size: 3.3333333333vw;
}

.doctorSpecialty__list,
.doctorSns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8.8888888889vw;
}

.doctorSpecialty__item,
.doctorSns__item {
  font-size: 3.8888888889vw;
  line-height: 1.5;
  position: relative;
  padding-left: 9.4444444444vw;
  list-style: none;
}
.doctorSpecialty__item a,
.doctorSns__item a {
  color: #747A89;
}

.doctorSpecialty__item::before,
.doctorSns__item::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  background: url("../img/common/icon-circle.svg") center center/100% no-repeat;
  -webkit-box-shadow: 0.5555555556vw 0.5555555556vw 1.1111111111vw 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0.5555555556vw 0.5555555556vw 1.1111111111vw 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.doctorSns__link.sns::before {
  display: none;
}

.doctor__subTtl {
  text-align: center;
  margin-bottom: 4.4444444444vw;
}

.doctor__subTtl span {
  font-size: 6.6666666667vw;
  color: #747A89;
  line-height: 1.0666666667;
  position: relative;
  padding: 0 13.3333333333vw;
}

.doctor__subTtl span::before,
.doctor__subTtl span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #747A89;
  height: 0.2777777778vw;
  width: 8.8888888889vw;
}

.doctor__subTtl span::before {
  left: 0;
}

.doctor__subTtl span::after {
  right: 0;
}

.doctorPickup__gallery {
  margin-bottom: 15vw;
}

.doctorPickup__wrap {
  border-radius: 2.2222222222vw;
  background: #F8F8F8;
  padding: 6.6666666667vw;
  -webkit-box-shadow: 1.9444444444vw 1.9444444444vw 3.8888888889vw 0 #E2E2E2, -3.3333333333vw -3.3333333333vw 15.5555555556vw 0 #FFF;
          box-shadow: 1.9444444444vw 1.9444444444vw 3.8888888889vw 0 #E2E2E2, -3.3333333333vw -3.3333333333vw 15.5555555556vw 0 #FFF;
  margin-bottom: 13.3333333333vw;
}

.doctorPickup__txt {
  font-size: 4.4444444444vw;
  line-height: 2;
  color: #434850;
}

.doctor__pickup {
  margin-bottom: 13.3333333333vw;
}

.doctor__btn {
  margin-top: 13.8888888889vw;
}

/* インタビュー */

.doctorInterview__content {
  margin-bottom: 3rem;
}

.doctorInterview__inner {
  margin: 4rem 0 0;
}

.doctorInterview__inner .doctorInterview_ttl {
  text-align: left;
  margin-bottom: 1rem !important;
  margin-left: 0;
}

.doctorInterview__inner .doctorInterview_ttl p:first-of-type {
  text-align: left;
}

.doctorInterview__inner .doctorInterview_ttl h2 {
  font-weight: 700;
  margin-left: 2.1333333333vw;
}

.doctorInterview__subTtl {
  padding-left: 2.5rem;
  font-size: 1.8rem;
  position: relative;
  font-weight: 400;
  margin-bottom: 2.5rem;
}

.doctorInterview__subTtl:before {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  content: "ー";
  left: 0;
  position: absolute;
}

.doctorInterview__image {
  margin-bottom: 2rem;
}

.doctorInterview__txt {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 1.6rem;
  line-height: 2;
}

.menu-template-default .doctorInfo__wrap {
  width: 100%;
}
.menu-template-default .doctorInfo__ttl {
  display: none;
}
.menu-template-default .doctorInfo__box {
  display: none;
  width: 100%;
  border: 0;
  margin-left: 0;
}
.menu-template-default .doctorInfo__box:first-of-type {
  display: block;
}
.menu-template-default .doctorInfo__wrap {
  border: 0;
}
.menu-template-default .doctorInfo__item {
  font-size: 1.6rem;
  line-height: 2.2857142857;
  font-weight: 500;
  margin-bottom: 0 !important;
  padding-left: 5.5555555556vw;
}
.menu-template-default .doctorInfo__item::before {
  top: 3.6111111111vw;
}

.eclinicMessage__content {
  padding: 11.1111111111vw 4.4444444444vw;
  background: #fff;
  border: #5ABCCC 0.2777777778vw solid;
}

.eclinicMessage__subTtl {
  font-size: 5.5555555556vw;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 6.6666666667vw;
}

.eclinicMessage__img {
  width: 73.6111111111vw;
  margin: 0 auto 8.8888888889vw;
}

.eclinicMessage__txt {
  font-size: 4.4444444444vw;
  line-height: 2;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 6.6666666667vw;
}

.eclinicMessage__name {
  display: block;
  text-align: right;
  font-size: 5.5555555556vw;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}

.eclinicReason__subTtl {
  font-size: 5.5555555556vw;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 6.6666666667vw;
}

.eclinicReason__txt {
  font-size: 4.4444444444vw;
  line-height: 2;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 15.5555555556vw;
}

.eclinicReason__list {
  margin-bottom: -21.1111111111vw;
}

.eclinicReason__card {
  position: relative;
  border-radius: 4.4444444444vw;
  background: #ECF5F7;
  padding: 13.3333333333vw 6.6666666667vw;
  margin-bottom: 21.1111111111vw;
}

.eclinicReason__num {
  top: -8.0555555556vw;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 15.5555555556vw;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  color: #5ABCCC;
}

.eclinicReason__heading {
  font-size: 5.5555555556vw;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 6.6666666667vw;
  text-align: center;
}

.eclinicReason__img {
  border-radius: 90%;
  width: 57.7777777778vw;
  margin: 0 auto 8.8888888889vw;
  -webkit-box-shadow: 0 0.8333333333vw 1.6666666667vw rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.8333333333vw 1.6666666667vw rgba(0, 0, 0, 0.16);
}

.eclinicReason__desc {
  font-size: 4.4444444444vw;
  line-height: 2;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

.l-menuArchive__inner {
  padding-top: 16.6666666667vw;
  padding-bottom: 21.3888888889vw;
}

.menu__wrap {
  display: -ms-grid;
  display: grid;
  gap: 8.8888888889vw;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}

.menu__header {
  position: relative;
}

.menu__body {
  display: none;
  margin-top: 2.7777777778vw;
}

.menu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 27.7777777778vw;
  width: 100%;
  padding: 3.3333333333vw 11.9444444444vw 3.3333333333vw 6.6666666667vw;
  background: #F7F7F7;
  border: 0.5555555556vw solid #CECECE;
  -webkit-box-shadow: 1.6666666667vw 1.6666666667vw 3.3333333333vw 0 #E3DEDE, -6.9444444444vw -6.9444444444vw 16.6666666667vw 0 #FFF;
          box-shadow: 1.6666666667vw 1.6666666667vw 3.3333333333vw 0 #E3DEDE, -6.9444444444vw -6.9444444444vw 16.6666666667vw 0 #FFF;
}

.menu__ttl {
  font-size: 5vw;
  line-height: 1.2;
  color: #747A89;
  margin-left: 2.7777777778vw;
}

.menu__img {
  width: 8.8888888889vw;
  height: 8.8888888889vw;
  border-radius: 50%;
  overflow: hidden;
}
.menu__img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu__btn {
  width: 8.8888888889vw;
  height: 8.8888888889vw;
  border-radius: 90%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 4.4444444444vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  background: #C3C6CE;
  -webkit-box-shadow: 0 1.1111111111vw 1.1111111111vw 0 rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 1.1111111111vw 1.1111111111vw 0 rgba(0, 0, 0, 0.1) inset;
}

.menu__btn::before,
.menu__btn::after {
  display: block;
  content: "";
  position: absolute;
  width: 4.4444444444vw;
  height: 0.5555555556vw;
  background: #FFF;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 0.5555555556vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.menu__btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  right: -3.3333333333vw;
}

.menu__btn::after {
  right: 0;
}

.menu__btn.open::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.menu__item:not(:last-of-type) .menu__subLink {
  margin-bottom: 2.7777777778vw;
}

.menu__subLink {
  font-size: 3.8888888889vw;
  line-height: 1.2;
  color: #747A89;
  display: block;
  padding-left: 6.6666666667vw;
  padding-bottom: 2.7777777778vw;
  border-bottom: rgba(0, 0, 0, 0.1) solid 0.2777777778vw;
}

.osakaAbout__box {
  width: 82.9333333333vw;
  padding-left: 2rem;
  margin: 0 auto 8.8888888889vw;
}

.osakaAbout__info .info__wrapper {
  padding: 11.1111111111vw 4.4444444444vw;
}

.osakaAccess__content + .osakaAccess__content {
  margin-top: 16.6666666667vw;
}

.osakaAccess__inner {
  margin-bottom: 11.1111111111vw;
}

.osakaAccess__ttl {
  font-size: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  border-left: 3px solid #5abccc;
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  font-weight: 700;
}

.osakaAccess__txt {
  font-size: 4.4444444444vw;
  line-height: 2;
  margin-bottom: 0;
}

.osakaAccess__mapWrap {
  margin-bottom: 9.1666666667vw;
}

.osakaAccess__map {
  position: relative;
  width: 100%;
  padding-top: 59.77%;
  overflow: hidden;
  border-radius: 4.4444444444vw;
}

.osakaAccess__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.osakaAccess__box:not(:last-of-type) {
  margin-bottom: 20vw;
}

.osakaAccess__subTtl {
  font-size: 4.4444444444vw;
  line-height: 2;
  padding-left: 3.3333333333vw;
  border-left: 1.1111111111vw solid #5ABCCC;
  margin-bottom: 8.8888888889vw;
}

.osakaAccess__list {
  width: 72.2222222222vw;
  margin: 0 auto;
}

.osakaAccess__item:not(:last-of-type) {
  margin-bottom: 28.8888888889vw;
  position: relative;
}

.osakaAccess__item:not(:last-of-type)::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -17.7777777778vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.6666666667vw 9.5833333333vw 0 9.5833333333vw;
  border-color: #BFDFF0 transparent transparent transparent;
}

.osakaAccess__img {
  margin-bottom: 2.2222222222vw;
  border-radius: 4.4444444444vw;
}

.osakaAccess__desc {
  font-size: 4.4444444444vw;
  line-height: 2;
}

.osakaAccess__video {
  padding-top: 55.99%;
  width: 100%;
  position: relative;
}

.osakaAccess__video video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.osakaInterior__top {
  margin-bottom: 13.3333333333vw;
}

.osakaInterior__txt {
  font-size: 4.4444444444vw;
  line-height: 2;
}

.osakaInterior__img {
  position: relative;
  z-index: 1;
}

.osakaInterior__img:not(:last-of-type) {
  margin-bottom: 6.6666666667vw;
}

.osakaInterior__bottom {
  position: relative;
}

.osakaInterior__bottom::before,
.osakaInterior__bottom::after {
  content: "";
  position: absolute;
  background: #ECF5F7;
}

.osakaInterior__bottom::before {
  top: -6.6666666667vw;
  right: -4.4444444444vw;
  height: 107.2222222222vw;
  width: 75.8333333333vw;
}

.osakaInterior__bottom::after {
  bottom: -8.8888888889vw;
  left: -4.4444444444vw;
  height: 88.8888888889vw;
  width: 34.4444444444vw;
}

.osakaSubsidy__info {
  margin-top: 8.8888888889vw;
}

.osakaSubsidy__txt {
  color: #262727;
  line-height: 2;
  font-size: 5vw;
  margin-bottom: 11.1111111111vw;
}

.osakaSubsidy__subTtl {
  position: relative;
  font-size: 5vw;
  border-left: 4px solid #5abccc;
  padding-left: 1rem;
  margin-bottom: 4.4444444444vw;
}

.osakaSubsidy__table {
  margin-bottom: 11.1111111111vw;
  width: 100%;
}

.osakaSubsidy__table th {
  background-color: #ECF5F7;
  padding: 2.2222222222vw 2.7777777778vw;
  text-align: center;
  line-height: 1.2;
  border: 1px solid #5abccc;
  font-size: 4.4444444444vw;
  vertical-align: middle;
}

.osakaSubsidy__table td {
  text-align: center;
  border: 1px solid #5abccc;
  font-size: 3.8888888889vw;
  vertical-align: middle;
  padding: 2.2222222222vw 0;
  color: #262727;
}

.osakaSubsidy__list {
  padding-left: 4.4444444444vw;
}

.osakaSubsidy__item {
  position: relative;
  color: #262727;
  font-size: 4.4444444444vw;
  margin-bottom: 2.2222222222vw;
  letter-spacing: 0;
}

.osakaSubsidy__item:before {
  position: absolute;
  content: "・";
  top: 0;
  left: -4.4444444444vw;
}

.others:not(:first-of-type) {
  padding-top: 2.7777777778vw;
}

.others__content .btn-round-white-icon, .others__content .btn-round-white-icon--sm {
  text-align: center;
}

.others__top {
  margin-bottom: 8.8888888889vw;
  padding: 8.8888888889vw 4.4444444444vw 6.6666666667vw;
}

.others__slick,
.others__slick02 {
  margin-bottom: 4.4444444444vw;
}

.others__txtBox {
  background: #FFF;
  padding: 4.4444444444vw;
  border-radius: 2.2222222222vw;
}

.others__txt {
  font-size: 3.3333333333vw;
  line-height: 2;
}

.others__slick .slick-prev,
.others__slick02 .slick-prev {
  left: 0;
}

.others__slick .slick-next,
.others__slick02 .slick-next {
  right: 0;
}

.others__bottom {
  margin-bottom: 5.5555555556vw;
}

.others__info .info__wrapper {
  margin-bottom: 13.3333333333vw;
  padding: 11.1111111111vw 4.4444444444vw 14.1666666667vw;
  border: 0.2777777778vw solid rgba(0, 0, 0, 0.1);
}

.others__box {
  background: #FFF;
  border-radius: 2.2222222222vw;
  padding: 6.6666666667vw 6.6666666667vw 6.6666666667vw 4.4444444444vw;
  margin-bottom: 6.6666666667vw;
}

.others__subTtl {
  color: #747A89;
  font-weight: 700;
  font-size: 4.4444444444vw;
  line-height: 1.2307692308;
  position: relative;
  margin-bottom: 2.2222222222vw;
}

.others__subTtl::before {
  content: "Interior";
  position: absolute;
  font-size: 8.8888888889vw;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
  left: 0;
  top: -11.1111111111vw;
}

.others__desc {
  font-size: 3.8888888889vw;
  line-height: 2;
}

.others__img:not(:last-child) {
  margin-bottom: 4.4444444444vw;
}

.notFound {
  padding-bottom: 22.2222222222vw;
}

.notFound p {
  text-align: center;
  font-size: 4.4444444444vw;
  line-height: 1.75;
  margin-bottom: 11.1111111111vw;
}

.photosSearch {
  position: relative;
  padding: 21.1111111111vw 0;
}

.photosSearch__content {
  background: #F8F8F8;
  border-radius: 2.2222222222vw;
  padding: 6.6666666667vw 3.8888888889vw;
  -webkit-box-shadow: 3.8888888889vw 3.8888888889vw 7.7777777778vw 0 #E2E2E2, -3.8888888889vw -3.8888888889vw 7.7777777778vw 0 #FFF;
          box-shadow: 3.8888888889vw 3.8888888889vw 7.7777777778vw 0 #E2E2E2, -3.8888888889vw -3.8888888889vw 7.7777777778vw 0 #FFF;
  margin-right: auto;
  margin-left: auto;
}

.photosSearch__ttl {
  font-size: 6.6666666667vw;
  font-weight: 500;
  color: #747A89;
  text-align: center;
  margin-bottom: 8.8888888889vw;
}

.photoSearch__freeword {
  margin-bottom: 8.8888888889vw;
  position: relative;
}

.photoSearch__freeword input {
  font-size: 5vw;
  line-height: 1.2;
  background: #FFF;
  padding: 2.7777777778vw 5.5555555556vw 2.7777777778vw 8.8888888889vw;
  color: #747A89;
  border: 0.2777777778vw solid rgba(0, 0, 0, 0.1);
}

.photoSearch__select {
  position: relative;
  margin-bottom: 4.7222222222vw;
}

.photoSearch__select::after {
  content: "";
  position: absolute;
  width: 3.0555555556vw;
  height: 1.6666666667vw;
  right: 6.6666666667vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/common/arrow-down-gray.png") center center/contain no-repeat;
}

.photoSearch__select select {
  font-family: "Noto Serif JP", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 100%;
  font-size: 4.4444444444vw;
  line-height: 1;
  padding: 2.7777777778vw 5.5555555556vw 2.7777777778vw 8.8888888889vw;
  border: 0.2777777778vw solid rgba(0, 0, 0, 0.1);
}

.photoSearch__select select:focus-visible {
  outline: none !important;
}

.search__noPhotos {
  text-align: center;
  font-size: 5.5555555556vw;
  display: block;
  width: 100%;
}

.photoSearch__radio {
  margin-bottom: 11.1111111111vw;
}

.photoSearch__radio input[type=radio] {
  display: none;
}

.photoSearch__radio span {
  display: inline-block;
  padding-left: 8.8888888889vw;
  position: relative;
}

.photoSearch__radio span::before {
  border: 0.2777777778vw solid #747A89;
  border-radius: 50%;
  content: "";
  display: block;
  height: 6.6666666667vw;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6.6666666667vw;
}

.photoSearch__radio span::after {
  background: #747A89;
  border-radius: 50%;
  content: "";
  display: block;
  height: 4.4444444444vw;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4.4444444444vw;
  left: 1.3888888889vw;
}

.photoSearch__radio input[type=radio]:checked + span::after {
  opacity: 1;
}

.photoSearch__radio label {
  margin-right: 8.3333333333vw;
  cursor: pointer;
}

.photoSearch__radio input {
  cursor: pointer;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
}

.photoSearch__radio span {
  font-size: 4.4444444444vw;
  line-height: 2;
  font-weight: 500;
  color: #262727;
  display: inline-block;
  margin-left: 2.2222222222vw;
  vertical-align: super;
}

.photoSearch__btn {
  margin-top: 8.8888888889vw;
  position: relative;
  text-align: center;
}

.photoSearch__btn input {
  text-align: center;
}

.photoSearch__btn input {
  position: relative;
  display: inline-block;
  font-family: "Noto Serif JP", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 5vw;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #747A89;
  width: 100%;
  padding: 4.4444444444vw;
  margin: 0 auto;
  border-radius: 27.7777777778vw;
  -webkit-transition: 0.3s all ease, 0.3s color ease;
  transition: 0.3s all ease, 0.3s color ease;
}

.photoSearch__checkbox {
  margin-left: -4.4444444444vw;
}

.photoSearch__checkbox input[type=checkbox]:checked + span {
  color: #262727;
  background: #BFDFF0;
}

.photosSearch__checkboxTtl {
  margin-bottom: 4.4444444444vw;
  margin-left: 4.4444444444vw;
}

.photosSearch__checkboxTtl span {
  border-radius: 7.7777777778vw;
  background: #fff !important;
  border: #747A89 0.2777777778vw solid;
  color: #747A89;
  display: inline-block;
  font-size: 4.4444444444vw;
  font-family: "Zen Maru Gothic", sans-serif;
  padding: 3.3333333333vw 4.4444444444vw;
}

.photoSearch__checkbox label {
  margin-left: 4.4444444444vw;
}

.photoSearch__checkbox span {
  display: inline-block;
  font-size: 4.4444444444vw;
  border-radius: 7.7777777778vw;
  line-height: 1.5;
  padding: 2.2222222222vw 4.4444444444vw;
  margin-bottom: 4.4444444444vw;
  background: #F7F7F7;
}

.photoSearch__checkbox label input {
  position: absolute;
  opacity: 0;
}

.photoSearch__radio input[type=radio]:checked + span::after {
  opacity: 1;
}

.photosAll {
  padding-bottom: 26.1111111111vw;
}

.photosAll .wp-block-video video {
  vertical-align: bottom;
}

.photosAll .slick-next {
  right: 0;
}

.l-photosPickup {
  padding-top: 22.2222222222vw;
}

.photosPickup__ranking {
  max-width: 88.8888888889vw;
  margin: 0 auto;
}

.photosPickup__rank {
  padding: 0 2.7777777778vw;
}
.photosPickup__rank:not(:last-of-type) {
  margin-bottom: 11.1111111111vw;
}

.photosAll__list {
  max-width: 83.3333333333vw;
  margin: 0 auto;
  list-style: none;
}

.photosAll__item {
  margin-bottom: 11.1111111111vw;
}

.photosAll__img {
  margin-bottom: 4.4444444444vw;
}

.photosAll__dateWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4.4444444444vw;
}

.photosAll__dateWrap time {
  font-size: 3.8888888889vw;
  font-weight: 500;
  line-height: 1.7142857143;
}

.photosAll__subTtl {
  font-size: 5.5555555556vw;
  line-height: 1.4;
  font-weight: 700;
  padding-left: 3.3333333333vw;
  border-radius: 0.5555555556vw;
  border-left: 1.1111111111vw solid #747A89;
  margin-bottom: 4.4444444444vw;
}

.photosAll__price {
  display: block;
  text-align: right;
  font-size: 3.8888888889vw;
  line-height: 1.4285714286;
  margin-bottom: 4.4444444444vw;
}

.photosAll__btn {
  padding: 3.3333333333vw;
  border-radius: 10vw;
  border: 0.2777777778vw #747A89 solid;
  text-align: center;
}

.photosAll__btn span {
  display: inline-block;
  font-size: 4.4444444444vw;
  line-height: 1.5;
  padding-right: 8.8888888889vw;
  position: relative;
  font-weight: 500;
  color: #747A89;
}

.photosAll__btn span::after,
.photosAll__btn span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #747A89;
  height: 0.5555555556vw;
  width: 4.4444444444vw;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.photosAll__btn span::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 47%;
}

.photosAll__btn.open span::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.photosAll__btn.open span:after {
  background-color: transparent;
}

.photosAll__wrapper {
  padding-bottom: 11.1111111111vw;
  margin-top: 4.4444444444vw;
}

.photosAll__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 11.1111111111vw;
}

.photosAll__person {
  border-radius: 90%;
  overflow: hidden;
  width: 11.1111111111vw;
}

.photosAll__name {
  display: inline-block;
  margin-left: 4.4444444444vw;
  font-size: 4.4444444444vw;
  line-height: 1.5;
}

.photosAll__wrap {
  padding: 0 4.4444444444vw;
}

.photosAll__box:not(:last-of-type) {
  margin-bottom: 6.6666666667vw;
}

.photosAll__heading {
  font-size: 4.4444444444vw;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 2.2222222222vw;
}

.photosAll__box li a {
  font-size: 3.8888888889vw;
  line-break: 1.4285714286;
  padding-left: 5vw;
  position: relative;
  color: #262727;
  display: inline-block;
  text-decoration: underline;
}

.photosAll__box li a::before {
  content: "▶";
  color: #747A89;
  position: absolute;
  font-size: 3.8888888889vw;
  left: 0;
  top: 0;
}

.photosAll__box p {
  font-size: 3.8888888889vw;
  line-height: 1.4285714286;
}

.photosAll__pagination {
  margin-top: 11.1111111111vw;
}

.photoSearch__select--category .feas_clevel_01,
.photoSearch__select--category .feas_clevel_03,
.photoSearch__select--category .feas_clevel_04 {
  display: none;
}

.no-display {
  display: none;
}

.single .bg-marble {
  background: url(../img/single/bg-marble.jpg) center center/cover no-repeat;
}

.single__header {
  padding-top: 3.3333333333vw;
  position: relative;
}

.single__headerWrap {
  padding-left: 4.4444444444vw;
  padding-right: 4.4444444444vw;
}
.single__headerWrap.vsp {
  display: block !important;
}

.single__dateWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.5555555556vw;
  margin-bottom: 5.5555555556vw;
  color: rgba(0, 0, 0, 0.5);
}

.single__date {
  font-size: 3.3333333333vw;
  line-height: 1.4166666667;
}

.single__tags {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 4.7222222222vw;
  margin-left: 12.2222222222vw;
  gap: 2.7777777778vw;
}

.single__tag {
  color: #747A89;
  font-size: 3.8888888889vw;
  line-height: 1.4285714286;
}

.single__contents--pc {
  display: none;
}

#ez-toc-container,
.single__contents--pc #ez-toc-container {
  border: none !important;
  background: #F8F8F8 !important;
  -webkit-box-shadow: 3.8888888889vw 3.8888888889vw 7.7777777778vw 0 #E2E2E2, -3.8888888889vw -3.8888888889vw 7.7777777778vw 0 #FFF !important;
          box-shadow: 3.8888888889vw 3.8888888889vw 7.7777777778vw 0 #E2E2E2, -3.8888888889vw -3.8888888889vw 7.7777777778vw 0 #FFF !important;
}

#ez-toc-container {
  display: none !important;
}

.ez-toc-title-container {
  vertical-align: middle;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#ez-toc-container .ez-toc-title-container p.ez-toc-title {
  position: relative;
  display: block;
  float: left;
}

.single__contents--pc #ez-toc-container {
  display: none !important;
}

.single__contents--sp #ez-toc-container {
  display: block !important;
}

#ez-toc-container .ez-toc-list-level-1 {
  margin-top: 1rem;
}

.ez-toc-list li:not(:last-of-type) {
  margin-bottom: 4.4444444444vw !important;
}

.ez-toc-list li a {
  display: block;
  color: #000 !important;
  position: relative;
  padding-left: 4.4444444444vw;
}

.ez-toc-list li a::before {
  content: "";
  position: absolute;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  border-radius: 90%;
  background: #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.single__body {
  padding-left: 4.4444444444vw;
  padding-right: 4.4444444444vw;
}

.single__content {
  padding-top: 5.5555555556vw;
}
.single__content * {
  margin-bottom: 6.6666666667vw;
}
.single__content *:last-child {
  margin-bottom: 0;
}
.single__content .lead {
  margin-bottom: 13.3333333333vw;
}
.single__content .flex-basic {
  display: block !important;
}
.single__content .flex-basic .is-layout-flex {
  gap: 0 !important;
}
.single__content .bg-marble-blue,
.single__content .bg-marble-purple,
.single__content .bg-bubble,
.single__content .bg-blue,
.single__content .bg-gray {
  position: relative;
  margin-bottom: 0 !important;
}
.single__content .bg-marble-blue::before,
.single__content .bg-marble-purple::before,
.single__content .bg-bubble::before,
.single__content .bg-blue::before,
.single__content .bg-gray::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100vw;
  z-index: -1;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../img/single/bg-marble-blue.jpg");
  background-repeat: repeat;
}
.single__content .bg-marble-blue::before {
  background-image: url("../img/single/bg-marble-blue.jpg");
  background-repeat: repeat;
  background-size: 40rem;
}
.single__content .bg-bubble::before {
  background-image: url("../img/single/bg-bubble_sp.jpg");
  background-repeat: repeat-y;
  background-size: 100%;
}
.single__content .bg-marble-purple::before {
  background: #f5f5f5;
  background-size: 40rem;
}
.single__content .bg-blue::before {
  background: #ecf5f7;
}
.single__content .bg-gray::before {
  background: #f7f7f7;
}
.single__content .ttl-en {
  font-family: "Gotu", sans-serif;
  font-size: 8.8vw;
  line-height: 1.2083333333;
  color: #747A89;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  word-break: break-all;
}
.single__content .ttl-en + h2 {
  font-size: 4.4444444444vw;
}
.single__content .ttl-en + #ez-toc-container + h2 {
  font-size: 4.4444444444vw;
}
.single__content .wp-block-heading {
  color: #747A89;
  font-weight: 600;
}
.single__content h2 {
  font-size: 8.8888888889vw;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 7.5vw;
}
.single__content h3 {
  font-size: 6.6666666667vw;
  font-weight: 600;
  padding: 2.7777777778vw 2.7777777778vw;
  margin-top: 25.8333333333vw;
  border-bottom: 0.2777777778vw solid rgba(0, 0, 0, 0.1);
}
.single__content .ttl-bg {
  font-size: 5.5555555556vw;
  line-height: 1.45;
  font-weight: 500;
  color: #fff;
  background: #747A89;
  padding: 3.3333333333vw 4.4444444444vw;
  margin-top: 13.3333333333vw;
}
.single__content h4 {
  font-size: 5.5555555556vw;
  line-height: 1.6;
  margin-top: 23.0555555556vw;
}
.single__content p {
  font-size: 4.4444444444vw;
  line-height: 2;
}
.single__content p a {
  color: #747A89;
  text-decoration: underline;
}
.single__content .ttl-bottom-line {
  font-size: 5.3333333333vw;
  line-height: 1.6;
  font-weight: 500;
  border-bottom: 2px solid rgba(112, 112, 112, 0.1254901961);
  margin-top: 8.5333333333vw;
  position: relative;
  color: #262727;
  text-align: left;
  padding-bottom: 2.5vw;
}
.single__content .ttl-bottom-line:after {
  content: "";
  position: absolute;
  width: 20%;
  height: 2px;
  background-color: #747A89;
  left: 0;
  right: 0;
  bottom: -2px;
}
.single__content ul,
.single__content ol {
  margin-bottom: 10.5555555556vw;
}
.single__content ul li {
  font-size: 4.4444444444vw;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  padding-left: 6.6666666667vw;
  margin-bottom: 2.7777777778vw;
}
.single__content ul li:last-of-type {
  margin-bottom: 0;
}
.single__content ul li::before {
  position: absolute;
  content: "";
  top: 1.9444444444vw;
  left: 0;
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 50%;
  background: linear-gradient(153deg, #E3EBEF 37.04%, #0471BA 83.33%);
}
.single__content ol li {
  font-size: 4.4444444444vw;
  line-height: 1.5;
  padding-left: 6.6666666667vw;
  position: relative;
}
.single__content ol li:not(:last-of-type) {
  margin-bottom: 4.4444444444vw !important;
}
.single__content ol li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.single__content ol li:nth-child(1)::before {
  content: "1.";
}
.single__content ol li:nth-child(2)::before {
  content: "2.";
}
.single__content ol li:nth-child(3)::before {
  content: "3.";
}
.single__content ol li:nth-child(4)::before {
  content: "4.";
}
.single__content ol li:nth-child(5)::before {
  content: "5.";
}
.single__content ol li:nth-child(6)::before {
  content: "6.";
}
.single__content ol li:nth-child(7)::before {
  content: "7.";
}
.single__content ol li:nth-child(8)::before {
  content: "8.";
}
.single__content ol li:nth-child(9)::before {
  content: "9.";
}
.single__content ol li:nth-child(10)::before {
  content: "10.";
}
.single__content ol li:nth-child(11)::before {
  content: "11.";
}
.single__content ol li:nth-child(12)::before {
  content: "12.";
}
.single__content ol li:nth-child(13)::before {
  content: "13.";
}
.single__content ol li:nth-child(14)::before {
  content: "14.";
}
.single__content ol li:nth-child(15)::before {
  content: "15.";
}
.single__content ol li:nth-child(16)::before {
  content: "16.";
}
.single__content ol li:nth-child(17)::before {
  content: "17.";
}
.single__content ol li:nth-child(18)::before {
  content: "18.";
}
.single__content ol li:nth-child(19)::before {
  content: "19.";
}
.single__content ol li:nth-child(20)::before {
  content: "20.";
}
.single__content ol li:nth-child(21)::before {
  content: "21.";
}
.single__content ol li:nth-child(22)::before {
  content: "22.";
}
.single__content ol li:nth-child(23)::before {
  content: "23.";
}
.single__content ol li:nth-child(24)::before {
  content: "24.";
}
.single__content ol li:nth-child(25)::before {
  content: "25.";
}
.single__content ol li:nth-child(26)::before {
  content: "26.";
}
.single__content ol li:nth-child(27)::before {
  content: "27.";
}
.single__content ol li:nth-child(28)::before {
  content: "28.";
}
.single__content ol li:nth-child(29)::before {
  content: "29.";
}
.single__content ol li:nth-child(30)::before {
  content: "30.";
}
.single__content ol li:nth-child(31)::before {
  content: "31.";
}
.single__content ol li:nth-child(32)::before {
  content: "32.";
}
.single__content ol li:nth-child(33)::before {
  content: "33.";
}
.single__content ol li:nth-child(34)::before {
  content: "34.";
}
.single__content ol li:nth-child(35)::before {
  content: "35.";
}
.single__content ol li:nth-child(36)::before {
  content: "36.";
}
.single__content ol li:nth-child(37)::before {
  content: "37.";
}
.single__content ol li:nth-child(38)::before {
  content: "38.";
}
.single__content ol li:nth-child(39)::before {
  content: "39.";
}
.single__content ol li:nth-child(40)::before {
  content: "40.";
}
.single__content ol li:nth-child(41)::before {
  content: "41.";
}
.single__content ol li:nth-child(42)::before {
  content: "42.";
}
.single__content ol li:nth-child(43)::before {
  content: "43.";
}
.single__content ol li:nth-child(44)::before {
  content: "44.";
}
.single__content ol li:nth-child(45)::before {
  content: "45.";
}
.single__content ol li:nth-child(46)::before {
  content: "46.";
}
.single__content ol li:nth-child(47)::before {
  content: "47.";
}
.single__content ol li:nth-child(48)::before {
  content: "48.";
}
.single__content ol li:nth-child(49)::before {
  content: "49.";
}
.single__content ol li:nth-child(50)::before {
  content: "50.";
}
.single__content .list-normal {
  background: inherit;
  display: block;
  list-style: disc;
  max-width: none;
  padding: 0 0 0 2em;
}
.single__content .list-normal li {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1em;
}
.single__content .list-normal li:before {
  content: none;
}
.single__content .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9.1666666667vw 4.4444444444vw;
  border-radius: 4.4444444444vw;
  -webkit-box-shadow: 0 0 1.6666666667vw #c8e9f0;
          box-shadow: 0 0 1.6666666667vw #c8e9f0;
  gap: 0 !important;
  background: #fff;
  position: relative;
}
.single__content .step .wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.single__content .step div {
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
}
.single__content .step:not(:last-of-type) {
  margin-bottom: 22.2222222222vw;
}
.single__content .step:not(:last-of-type)::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -15.5555555556vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.8888888889vw 19.4444444444vw 0 19.4444444444vw;
  border-color: #bfdff0 transparent transparent transparent;
}
.single__content .step .is-layout-flow:last-of-type {
  margin-bottom: 6.6666666667vw;
  text-align: center;
}
.single__content .step .is-layout-flow:first-of-type {
  margin-bottom: 0;
}
.single__content .step div:last-of-type p:first-of-type {
  font-size: 6.6666666667vw;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.3333333333;
  color: #fff;
  padding: 2.2222222222vw 6.1111111111vw;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#5bbdce), to(#c6adfd));
  background: linear-gradient(to right, #5bbdce, #c6adfd);
  border-radius: 13.8888888889vw;
  margin-bottom: 4.4444444444vw;
}
.single__content .step div:last-of-type p:last-of-type {
  font-size: 4.4444444444vw;
  line-height: 2;
}
.single__content .table01 table td,
.single__content .table01 table th {
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  background: none !important;
}
.single__content .table01 table td {
  padding-top: 5.5555555556vw 2.7777777778vw 2.7777777778vw 2.7777777778vw;
}
.single__content .table01 tr:first-child th:first-child {
  border-color: #000 !important;
}
.single__content .table-basic table {
  margin-bottom: 0;
}
.single__content .table-basic {
  width: 100%;
  -webkit-box-shadow: 0 0 1.6666666667vw rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 1.6666666667vw rgba(0, 0, 0, 0.16);
}
.single__content .table-basic thead {
  border-bottom: none;
}
.single__content .table-basic table th {
  background: #bfdff0;
  text-align: center;
  font-size: 4.4444444444vw;
  line-height: 1.1428571429;
  font-weight: 500;
  padding: 2.2222222222vw;
  vertical-align: middle;
  border: 0.2777777778vw #bfdff0 solid;
}
.single__content .table-basic table td {
  background: #fff;
  text-align: center;
  line-height: 1.3333333333;
  font-size: 4.4444444444vw;
  font-weight: 500;
  text-align: center;
  padding: 2.2222222222vw;
  vertical-align: middle;
  border: 0.2777777778vw #bfdff0 solid !important;
}
.single__content .table-basic table tr td:first-of-type {
  background: #ecf5f7;
}
.single__content .table-basic table {
  width: 100%;
}
.single__content .table-price table {
  width: 100%;
  border: 0.2777777778vw solid #747A89 !important;
  border-bottom: none !important;
}
.single__content .table-price table th,
.single__content .table-price table td {
  display: block;
  width: 100%;
  border: none !important;
  border-bottom: 0.2777777778vw solid #747A89 !important;
  font-size: 4.4444444444vw;
  line-height: 1.5;
  vertical-align: middle;
}
.single__content .table-price table th {
  padding: 4.4444444444vw 11.1111111111vw !important;
  text-align: center !important;
  font-weight: 700;
  background: #CECECE !important;
  margin-bottom: 0;
}
.single__content .table-price table td {
  text-align: left !important;
  background: #fff;
  padding: 4.4444444444vw 2.2222222222vw !important;
  border-bottom: 1px solid #747A89 !important;
}
.single__content .table-complex {
  overflow-x: scroll;
}
.single__content .table-complex table {
  border-collapse: separate;
  overflow: hidden;
  width: auto;
  border-spacing: 2.2222222222vw;
}
.single__content .table-complex table th,
.single__content .table-complex table td {
  font-size: 4.4444444444vw;
  line-height: 1.5;
  white-space: nowrap;
}
.single__content .table-complex table th {
  color: #fff;
  background: #747A89 !important;
  text-align: center !important;
  border: none !important;
  padding: 2.2222222222vw 5.5555555556vw;
}
.single__content .table-complex table td {
  text-align: center !important;
  border: #747A89 0.2777777778vw solid !important;
}
.single__content .table-complex table tr td:first-child {
  background: #FFF !important;
  border: none !important;
  height: 18.3333333333vw;
}
.single__content .card-list > div {
  margin-bottom: -8.8888888889vw;
}
.single__content .card {
  margin-bottom: 8.8888888889vw;
}
.single__content .card > div {
  -webkit-box-shadow: 0 0.8333333333vw 1.6666666667vw rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.8333333333vw 1.6666666667vw rgba(0, 0, 0, 0.16);
  border-radius: 4.4444444444vw;
  overflow: hidden;
  position: relative;
}
.single__content .card.hide > div::after {
  content: "続きをよむ";
  position: absolute;
  text-align: center;
  display: block;
  background: #747A89;
  color: #fff;
  width: 81.6666666667vw;
  bottom: 6.6666666667vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 8.0555555556vw;
  font-size: 3.8888888889vw;
  z-index: 2;
  padding: 3.3333333333vw;
}
.single__content .card.hide > div {
  height: 111.1111111111vw;
}
.single__content .card.hide.is-show > div {
  height: auto;
}
.single__content .card.hide.is-show > div::before {
  display: none;
}
.single__content .card.hide.is-show > div::after {
  content: "閉じる";
}
.single__content .card.hide > div::before {
  content: "";
  position: absolute;
  display: block;
  color: #fff;
  width: 100%;
  height: 60%;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), white);
  bottom: 0;
  left: 0;
  z-index: 1;
  bottom: 0;
}
.single__content .card h3 {
  text-align: center;
  font-weight: 700;
  font-size: 5.5555555556vw;
  line-height: 1.45;
  font-family: "Zen Maru Gothic", sans-serif;
  padding: 4.4444444444vw;
  margin-bottom: 0;
  margin-top: 0;
  background: #ecf5f7;
  color: #747A89;
}
.single__content .card p {
  font-size: 4.4444444444vw;
  line-height: 1.8;
}
.single__content .card .wp-block-group {
  padding: 4.4444444444vw 6.6666666667vw 6.6666666667vw;
  background: #fff;
}
.single__content .card.hide {
  cursor: pointer;
}
.single__content .card.hide .wp-block-group {
  padding: 4.4444444444vw 6.6666666667vw 25vw;
}
.single__content .trainingStep__box {
  border: 1px solid #747A89;
  padding: 17.7777777778vw 0 0vw;
  position: relative;
  background-color: #fff;
}
.single__content .trainingStep__num {
  font-size: 4.4444444444vw;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  position: absolute;
  background-color: #747A89;
  padding: 2.2222222222vw 8.3333333333vw 1.3888888889vw 6.6666666667vw;
  top: 3.6111111111vw;
  left: 0;
  border-radius: 0 8.8888888889vw 8.8888888889vw 0;
  vertical-align: middle;
  line-height: 1;
}
.single__content .trainingStep__num span {
  font-size: 5.5555555556vw;
}
.single__content .trainingStep_heading {
  font-size: 5vw;
  margin: 0 3.8888888889vw;
  border-bottom: 2px solid #747A89;
  padding-bottom: 2.2222222222vw;
  color: #747A89;
  font-weight: 600;
}
.single__content .trainingStep__image {
  width: 100%;
  margin-bottom: 4.4444444444vw;
  padding: 0 3.8888888889vw;
}
.single__content .trainingStep__table tr:nth-child(even) {
  background-color: #ECF5F8;
}
.single__content .trainingStep__tr {
  margin-bottom: 0;
}
.single__content .trainingStep__th {
  padding: 6.6666666667vw 0 6.6666666667vw 3.8888888889vw;
  text-align: left;
  font-size: 3.8888888889vw;
  font-weight: 600;
  width: 35%;
}
.single__content .trainingStep__td {
  margin-left: 11.1111111111vw;
  padding: 6.6666666667vw 4.4444444444vw 6.6666666667vw 0;
  width: 65%;
}
.single__content .trainingStep__list {
  background-color: transparent;
  padding: 0;
}
.single__content .trainingStep__list li {
  margin: 0;
  margin-bottom: 2.2222222222vw;
  font-weight: 400;
  font-size: 3.8888888889vw;
  line-height: 1.5;
  padding-left: 5.5555555556vw;
}
.single__content .trainingStep__list li:before {
  display: none;
}
.single__content .trainingStep__list li:last-child {
  margin-bottom: 0;
}
.single__content .dc__quote {
  color: #747A89;
  font-weight: 600;
  position: relative;
  font-size: 5.5555555556vw;
  line-height: 1.8;
}
.single__content .dc__quote:before {
  position: absolute;
  content: "”";
  bottom: -24.1666666667vw;
  right: 0;
  color: inherit;
  font-size: 27.7777777778vw;
  opacity: 0.12;
}
.single__content .tb__box {
  position: relative;
  margin-bottom: 8.3333333333vw;
  padding-bottom: 4.4444444444vw;
  height: auto;
  overflow: hidden;
}
.single__content .tb__boxMore {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 70px;
  text-align: center;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, #fff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 70%);
  cursor: pointer;
}
.single__content .is-open .tb__boxMore {
  background: transparent;
}
.single__content .tb__boxMore::before {
  color: #fff;
  content: "経歴をもっと見る";
  font-size: 4.4444444444vw;
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 50%;
  background-color: #747A89;
  border-radius: 50vh;
  padding: 4.4444444444vw 6.6666666667vw;
  width: 40%;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.single__content .is-active .tb__boxMore::before {
  content: "−閉じる";
}

.singleDoctor__ttl {
  margin-bottom: 8.8888888889vw;
}

.singleDoctor__card:not(:last-of-type) {
  margin-bottom: 20vw;
}

.qa:not(:last-of-type) {
  margin-bottom: 8.3333333333vw;
}

.qa {
  border-bottom: 0.2777777778vw solid rgba(0, 0, 0, 0.1);
}

.qa .wp-block-group {
  margin: 0;
}

.qa .qa__question p, .qa .qa__question h3 {
  padding-top: 3.6111111111vw;
  padding-bottom: 3.6111111111vw;
  font-size: 5vw;
  line-height: 1.3333333333;
  position: relative;
}

.qa .qa__question p {
  font-size: 5vw;
}

.qa .qa__answer p {
  font-size: 3.8888888889vw;
}

.qa .qa__answer {
  padding: 4.4444444444vw 8.8888888889vw;
}

.qa .wp-block-group:first-of-type {
  position: relative;
  padding-left: 18.8888888889vw;
}

.qa .wp-block-group:first-of-type::before {
  content: "Q";
  position: absolute;
  font-family: "Gotu", sans-serif;
  font-size: 5vw;
  border-radius: 90%;
  background: #FFF;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  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;
  -webkit-box-shadow: 0.5555555556vw 0.5555555556vw 1.1111111111vw 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0.5555555556vw 0.5555555556vw 1.1111111111vw 0 rgba(0, 0, 0, 0.1);
}

.qa__question p::before,
.qa__question p::after,
.qa__question h3::before,
.qa__question h3::after {
  display: none;
  content: "";
  position: absolute;
  width: 6.6666666667vw;
  height: 1.1111111111vw;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 0.5555555556vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #000;
}

.qa__question p::before, .qa__question h3::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  right: -3.3333333333vw;
}

.qa__question p::after, .qa__question h3::after {
  right: 0;
}

.qa__question.open p::before, .qa__question.open h3::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.qa__question.ac--none p::before, .qa__question.ac--none h3::before,
.qa__question.ac--none p::after, .qa__question.ac--none h3::after {
  display: none;
}

.ttl-icon, .ttl-icon--left {
  text-align: center;
  margin-bottom: 8.8888888889vw !important;
}

.ttl-icon p, .ttl-icon--left p {
  font-family: "Gotu", sans-serif;
  color: #747A89;
  line-height: 1.2083333333;
  font-size: 8.8vw;
  display: block;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0 !important;
  word-break: break-all;
}

.ttl-icon h2, .ttl-icon--left h2 {
  display: inline-block;
  font-size: 3.8888888889vw;
  font-weight: 700;
  line-height: 1.4285714286;
  position: relative;
  padding-right: 6.9444444444vw;
  margin-bottom: 0 !important;
  text-align: center;
}

.ttl-icon h2::after, .ttl-icon--left h2::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4.7222222222vw;
  height: 4.1666666667vw;
  background: url("../img/top/ttl-deco.png") center center/contain no-repeat;
}

.ttl-h5 {
  font-weight: 700;
  font-size: 1.4em;
  color: #747A89;
}

.bg-marble-purple02 {
  background-image: url("../img/single/bg-marble-purple.jpg");
  background-repeat: repeat;
  background-size: 40rem;
}

.bg-blue02 {
  background: #ecf5f7;
}

.single02__inner {
  padding-top: 16.3888888889vw;
}

.column_content {
  padding-bottom: 41.6666666667vw;
}

.single02__content * {
  margin-bottom: 6.6666666667vw;
}
.single02__content *:last-child {
  margin-bottom: 0;
}
.single02__content p {
  font-size: 4.4444444444vw;
  line-height: 1.875;
}
.single02__content h2 {
  font-size: 7.7777777778vw;
  line-height: 1.4285714286;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #747A89;
  margin-top: 7rem;
}
.single02__content h3 {
  font-size: 6.6666666667vw;
  line-height: 1.4583333333;
  font-weight: 500;
  padding: 2.7777777778vw 2.7777777778vw;
  border-bottom: 0.2777777778vw solid #747A89;
}
.single02__content h4 {
  font-size: 5.5555555556vw;
  line-height: 1.6;
  padding-left: 5.5555555556vw;
  font-weight: 500;
}
.single02__content h5 {
  font-size: 5vw;
  line-height: 2;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}
.single02__content h6 {
  font-size: 4.4444444444vw;
  line-height: 2.25;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}
.single02__content ul li {
  font-size: 4.4444444444vw;
  line-height: 1.5;
  padding-left: 3.8888888889vw;
  position: relative;
}
.single02__content ul li:not(:last-of-type) {
  margin-bottom: 4.4444444444vw !important;
}
.single02__content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 90%;
  background: #747A89;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
}
.single02__content ol li {
  font-size: 4.4444444444vw;
  line-height: 1.5;
  padding-left: 8.3333333333vw;
  position: relative;
}
.single02__content ol li:not(:last-of-type) {
  margin-bottom: 4.4444444444vw !important;
}
.single02__content ol li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -16%;
  font-family: "Josefin Sans", sans-serif;
  font-size: 6.6666666667vw;
}
.single02__content ol li:nth-child(1)::before {
  content: "1.";
}
.single02__content ol li:nth-child(2)::before {
  content: "2.";
}
.single02__content ol li:nth-child(3)::before {
  content: "3.";
}
.single02__content ol li:nth-child(4)::before {
  content: "4.";
}
.single02__content ol li:nth-child(5)::before {
  content: "5.";
}
.single02__content ol li:nth-child(6)::before {
  content: "6.";
}
.single02__content ol li:nth-child(7)::before {
  content: "7.";
}
.single02__content ol li:nth-child(8)::before {
  content: "8.";
}
.single02__content ol li:nth-child(9)::before {
  content: "9.";
}
.single02__content ol li:nth-child(10)::before {
  content: "10.";
}
.single02__content ol li:nth-child(11)::before {
  content: "11.";
}
.single02__content ol li:nth-child(12)::before {
  content: "12.";
}
.single02__content ol li:nth-child(13)::before {
  content: "13.";
}
.single02__content ol li:nth-child(14)::before {
  content: "14.";
}
.single02__content ol li:nth-child(15)::before {
  content: "15.";
}
.single02__content ol li:nth-child(16)::before {
  content: "16.";
}
.single02__content ol li:nth-child(17)::before {
  content: "17.";
}
.single02__content ol li:nth-child(18)::before {
  content: "18.";
}
.single02__content ol li:nth-child(19)::before {
  content: "19.";
}
.single02__content ol li:nth-child(20)::before {
  content: "20.";
}
.single02__content ol li:nth-child(21)::before {
  content: "21.";
}
.single02__content ol li:nth-child(22)::before {
  content: "22.";
}
.single02__content ol li:nth-child(23)::before {
  content: "23.";
}
.single02__content ol li:nth-child(24)::before {
  content: "24.";
}
.single02__content ol li:nth-child(25)::before {
  content: "25.";
}
.single02__content ol li:nth-child(26)::before {
  content: "26.";
}
.single02__content ol li:nth-child(27)::before {
  content: "27.";
}
.single02__content ol li:nth-child(28)::before {
  content: "28.";
}
.single02__content ol li:nth-child(29)::before {
  content: "29.";
}
.single02__content ol li:nth-child(30)::before {
  content: "30.";
}
.single02__content ol li:nth-child(31)::before {
  content: "31.";
}
.single02__content ol li:nth-child(32)::before {
  content: "32.";
}
.single02__content ol li:nth-child(33)::before {
  content: "33.";
}
.single02__content ol li:nth-child(34)::before {
  content: "34.";
}
.single02__content ol li:nth-child(35)::before {
  content: "35.";
}
.single02__content ol li:nth-child(36)::before {
  content: "36.";
}
.single02__content ol li:nth-child(37)::before {
  content: "37.";
}
.single02__content ol li:nth-child(38)::before {
  content: "38.";
}
.single02__content ol li:nth-child(39)::before {
  content: "39.";
}
.single02__content ol li:nth-child(40)::before {
  content: "40.";
}
.single02__content ol li:nth-child(41)::before {
  content: "41.";
}
.single02__content ol li:nth-child(42)::before {
  content: "42.";
}
.single02__content ol li:nth-child(43)::before {
  content: "43.";
}
.single02__content ol li:nth-child(44)::before {
  content: "44.";
}
.single02__content ol li:nth-child(45)::before {
  content: "45.";
}
.single02__content ol li:nth-child(46)::before {
  content: "46.";
}
.single02__content ol li:nth-child(47)::before {
  content: "47.";
}
.single02__content ol li:nth-child(48)::before {
  content: "48.";
}
.single02__content ol li:nth-child(49)::before {
  content: "49.";
}
.single02__content ol li:nth-child(50)::before {
  content: "50.";
}
.single02__content .wp-block-quote {
  border: none !important;
  padding-left: 0 !important;
  position: relative;
}
.single02__content .wp-block-quote::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: -2.7777777778vw;
  width: 5vw;
  height: 5vw;
  background: url("../img/common/quote.png") center center/contain no-repeat;
}
.single02__content .wp-block-quote p {
  font-size: 4.4444444444vw;
  line-height: 1.125;
}
.single02__content table {
  border: 0.2777777778vw #747A89 solid;
  border-bottom: none !important;
}
.single02__content table th,
.single02__content table td {
  font-size: 4.4444444444vw;
  line-height: 1.5;
  padding: 4.4444444444vw 6.6666666667vw !important;
  border: none !important;
  border-bottom: 0.2777777778vw #747A89 solid !important;
  vertical-align: middle;
}
.single02__content table th {
  margin-bottom: 0 !important;
  background: #ecf5f7 !important;
  font-weight: 700;
}
.single02__content table td {
  margin-bottom: 0 !important;
}

.single02__inner .wp-block-heading:first-of-type {
  margin-top: 0;
}

.wp-block-columns .wp-block-column .wp-block-heading:first-child,
.wp-block-columns .wp-block-column h2:first-child,
.wp-block-columns .wp-block-column h3:first-child,
.wp-block-columns .wp-block-column h4:first-child {
  margin-top: 0;
  margin-bottom: 1.6rem;
}

/* アコーディオン */
.qaqnothing:not(:last-of-type) {
  margin-bottom: 6.4vw;
}

.qaqnothing {
  border-bottom: #747A89 0.2666666667vw solid;
}

.qaqnothing .wp-block-group {
  margin: 0;
}

.qaqnothing .qaqnothing__question {
  cursor: pointer;
}

.qaqnothing .qaqnothing__question p,
.qaqnothing .qaqnothing__question h3 {
  padding-top: 4vw;
  padding-right: 10.6666666667vw;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.3333333333;
  position: relative;
  padding-bottom: 6.4vw;
  font-family: "Zen Maru Gothic", sans-serif;
}

.qaqnothing .qaqnothing__answer p {
  font-size: 4.2666666667vw;
  line-height: 2;
}

.qaqnothing .wp-block-group:first-of-type {
  position: relative;
  padding-left: 3vw;
}

.qaqnothing__question p::before,
.qaqnothing__question p::after,
.qaqnothing__question h3::before,
.qaqnothing__question h3::after {
  display: block;
  content: "";
  position: absolute;
  width: 6.4vw;
  height: 1.0666666667vw;
  background: #747A89;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 0.5333333333vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.qaqnothing__question p::before,
.qaqnothing__question h3::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  right: -3.2vw;
}

.qaqnothing__question p::after,
.qaqnothing__question h3::after {
  right: 0;
}

.qaqnothing__question.open p::before,
.qaqnothing__question.open h3::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

.qaqnothing__question.ac--none p::before,
.qaqnothing__question.ac--none h3::before,
.qaqnothing__question.ac--none p::after,
.qaqnothing__question.ac--none h3::after {
  display: none;
}

.qaqnothing .wp-block-group:last-of-type {
  padding: 4.2666666667vw;
  background: #fff;
}
/* アコーディオンここまで*/
body.home {
  background: #F2F2F2;
}

.top {
  color: #747A89;
}
.top .ttl-two-rows .en,
.top .ttl-column .en {
  font-size: 8.8888888889vw;
  background: linear-gradient(91deg, #747A89 0.52%, #B6BAC3 78.98%, #747A89 94.85%);
  background-clip: text;
  -webkit-background-clip: text; /* Safari/Chrome用 */
  color: transparent;
  line-height: 1.2;
}
.top .ttl-two-rows .ja,
.top .ttl-column .ja {
  color: #747A89;
  font-size: 3.8888888889vw;
}
.top .btn-round-white01 a {
  padding: 2.2222222222vw 11.3888888889vw;
  background: #F4F4F4;
  color: #747A89;
}

/* 背景動画のスタイル */
.top-bg-video {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* アスペクト比を維持しつつ画面いっぱいに */
  z-index: -1; /* 背景に配置 */
  opacity: 0.6;
}

.kvSlider {
  overflow: hidden;
  padding: 33.3333333333vw 0 13.8888888889vw;
  position: relative;
}
.kvSlider::after {
  position: absolute;
  content: "";
  bottom: 8.3333333333vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 117.7777777778vw;
  height: 44.1666666667vw;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(2px);
  border-radius: 0 0 90% 90%;
  z-index: -1;
}
.kvSlider .topSlide__arrow {
  margin-top: 5.5555555556vw;
}

.kvSliderSp__main,
.kvSliderPc__main {
  margin: 0 auto;
  position: relative;
}

.kvSliderSp__main {
  width: 75vw;
  height: 95vw;
  -webkit-perspective: 1111.1111111111vw;
          perspective: 1111.1111111111vw;
}

.kvSliderPc__main {
  height: 50rem;
  -webkit-perspective: 400rem;
          perspective: 400rem;
}

.kvSliderSp__list,
.kvSliderPc__list {
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.kvSliderPc__list {
  pointer-events: auto;
  z-index: 10;
}

.kvSliderSp__item,
.kvSliderPc__item {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #FFF;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.kvSliderSp__item {
  --depth: 55.555vw;
  border-radius: 2.2222222222vw;
  -webkit-box-shadow: 2.5vw 2.5vw 5vw 0 #D5D8D9;
          box-shadow: 2.5vw 2.5vw 5vw 0 #D5D8D9;
}
.kvSliderSp__item:nth-of-type(1) {
  -webkit-transform: rotateY(0deg) translateZ(var(--depth));
          transform: rotateY(0deg) translateZ(var(--depth));
}
.kvSliderSp__item:nth-of-type(2) {
  -webkit-transform: rotateY(72deg) translateZ(var(--depth));
          transform: rotateY(72deg) translateZ(var(--depth));
}
.kvSliderSp__item:nth-of-type(3):nth-of-type(3) {
  -webkit-transform: rotateY(144deg) translateZ(var(--depth));
          transform: rotateY(144deg) translateZ(var(--depth));
}
.kvSliderSp__item:nth-of-type(4):nth-of-type(4) {
  -webkit-transform: rotateY(216deg) translateZ(var(--depth));
          transform: rotateY(216deg) translateZ(var(--depth));
}
.kvSliderSp__item:nth-of-type(5):nth-of-type(5) {
  -webkit-transform: rotateY(288deg) translateZ(var(--depth));
          transform: rotateY(288deg) translateZ(var(--depth));
}
.kvSliderSp__item:nth-of-type(6):nth-of-type(6) {
  -webkit-transform: rotateY(360deg) translateZ(var(--depth));
          transform: rotateY(360deg) translateZ(var(--depth));
}
.kvSliderSp__item img {
  aspect-ratio: 284/351;
  -o-object-fit: cover;
     object-fit: cover;
}

.kvSliderPc__item {
  border-radius: 2.4rem;
  -webkit-box-shadow: 1.5rem 1.5rem 6rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 1.5rem 1.5rem 6rem 0 rgba(0, 0, 0, 0.15);
}
.kvSliderPc__item:nth-of-type(1) {
  -webkit-transform: rotateY(0deg) translateZ(var(--depth));
          transform: rotateY(0deg) translateZ(var(--depth));
}
.kvSliderPc__item:nth-of-type(2) {
  -webkit-transform: rotateY(60deg) translateZ(var(--depth));
          transform: rotateY(60deg) translateZ(var(--depth));
}
.kvSliderPc__item:nth-of-type(3) {
  -webkit-transform: rotateY(120deg) translateZ(var(--depth));
          transform: rotateY(120deg) translateZ(var(--depth));
}
.kvSliderPc__item:nth-of-type(4) {
  -webkit-transform: rotateY(180deg) translateZ(var(--depth));
          transform: rotateY(180deg) translateZ(var(--depth));
}
.kvSliderPc__item:nth-of-type(5) {
  -webkit-transform: rotateY(240deg) translateZ(var(--depth));
          transform: rotateY(240deg) translateZ(var(--depth));
}
.kvSliderPc__item:nth-of-type(6) {
  -webkit-transform: rotateY(300deg) translateZ(var(--depth));
          transform: rotateY(300deg) translateZ(var(--depth));
}
.kvSliderPc__item img {
  aspect-ratio: 928/503;
  -o-object-fit: cover;
     object-fit: cover;
}

.topSlide__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  max-width: 43.8888888889vw;
}

.topSlide__next,
.topSlide__prev {
  width: 16.6666666667vw;
  height: 16.6666666667vw;
  -webkit-box-shadow: 1.6666666667vw 1.6666666667vw 3.3333333333vw 0 #E3DEDE, -2.2222222222vw -2.2222222222vw 6.3888888889vw 0 #FFF;
          box-shadow: 1.6666666667vw 1.6666666667vw 3.3333333333vw 0 #E3DEDE, -2.2222222222vw -2.2222222222vw 6.3888888889vw 0 #FFF;
  backdrop-filter: blur(0.5555555556vw);
  cursor: pointer;
  border-radius: 50%;
}

.txtSlider {
  padding-bottom: 16.6666666667vw;
}
.txtSlider .txtSlider__list {
  padding: 4.4444444444vw 0;
  border-top: 0.2777777778vw solid #FFF;
  border-bottom: 0.2777777778vw solid #FFF;
}
.txtSlider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.5555555556vw;
}
.txtSlider .txtSlider__item {
  font-size: 13.3333333333vw;
  line-height: 1;
  color: #FFFFFF;
}

.topDoctor {
  padding-bottom: 23.6111111111vw;
}

.topDoctor__ttl {
  margin-bottom: 8.8888888889vw;
}

.topDoctor__list {
  display: -ms-grid;
  display: grid;
  gap: 8.8888888889vw;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}

.topAbout {
  padding-bottom: 23.6111111111vw;
}

.topAbout__ttl {
  margin-bottom: 11.1111111111vw;
}

.topAbout__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8.8888888889vw;
}

.topAbout__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8.8888888889vw;
}

.topAbout__item {
  color: #000;
  padding: 3.3333333333vw 6.6666666667vw;
  max-width: 82.2222222222vw;
  width: 100%;
  border-radius: 27.7777777778vw;
  background: rgba(246, 246, 246, 0.9);
  -webkit-box-shadow: 1.6666666667vw 1.6666666667vw 3.3333333333vw 0 #E3DEDE, -2.2222222222vw -2.2222222222vw 6.3888888889vw 0 #FFF;
          box-shadow: 1.6666666667vw 1.6666666667vw 3.3333333333vw 0 #E3DEDE, -2.2222222222vw -2.2222222222vw 6.3888888889vw 0 #FFF;
  backdrop-filter: blur(0.5555555556vw);
}
.topAbout__item:nth-of-type(2n) {
  margin-left: auto;
}
.topAbout__item .en {
  display: block;
  font-size: 3.8888888889vw;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.08em;
  padding-bottom: 1.3888888889vw;
  margin-bottom: 2.2222222222vw;
  border-bottom: 0.2777777778vw solid rgba(0, 0, 0, 0.1);
}
.topAbout__item .en .txt-accent {
  letter-spacing: 0.08em;
}
.topAbout__item .list__ttl {
  font-size: 3.8888888889vw;
  text-align: center;
}

.topAbout__txt {
  line-height: 1.8;
}

.topGroup {
  padding-bottom: 23.6111111111vw;
}
.topGroup .topOpen_item {
  width: 33.3333333333vw;
}

.topGroup__ttl {
  text-align: center;
  margin-bottom: 6.6666666667vw;
}
.topGroup__ttl .ja {
  font-size: 6.6666666667vw;
  text-align: center;
}

.js-topOpen__slider {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.js-topOpen__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.4444444444vw;
}

.topCampaign {
  overflow: hidden;
  padding-bottom: 23.6111111111vw;
  position: relative;
}
.topCampaign .ttl-two-rows {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.1111111111vw;
}
.topCampaign .arrow__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.8rem;
  max-width: 43.8888888889vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
}
.topCampaign .arrow__box .slick-arrow {
  width: 18.6111111111vw;
  height: 18.6111111111vw;
  cursor: pointer;
  -webkit-box-shadow: 1.6666666667vw 1.6666666667vw 3.3333333333vw 0 #E3DEDE, -2.2222222222vw -2.2222222222vw 6.3888888889vw 0 #FFF;
          box-shadow: 1.6666666667vw 1.6666666667vw 3.3333333333vw 0 #E3DEDE, -2.2222222222vw -2.2222222222vw 6.3888888889vw 0 #FFF;
  backdrop-filter: blur(0.5555555556vw);
  border-radius: 50%;
}
.topCampaign .arrow__box .prev-arrow {
  background: url("../img/common/arrow-circle-left.png") center center/cover no-repeat;
}
.topCampaign .arrow__box .next-arrow {
  background: url("../img/common/arrow-circle-right.png") center center/cover no-repeat;
}

.topCampaign__btn {
  text-align: center;
}
.topCampaign__btn a {
  margin-top: 8.8888888889vw;
}

.topCampaign__ttl {
  margin-bottom: 11.1111111111vw;
}

.topCampaign__slider-wrapper {
  position: relative;
}
.topCampaign__slider-wrapper .topCampaign__slider {
  padding-bottom: 11.1111111111vw;
}
.topCampaign__slider-wrapper .topCampaign__slider .slick-list {
  overflow: visible;
}
.topCampaign__slider-wrapper .topCampaign__slider .topCampaign__slider-item {
  overflow: hidden;
  aspect-ratio: 1/1;
  width: 44.4444444444vw;
  border-radius: 2.2222222222vw;
  -webkit-box-shadow: 3.8888888889vw 3.8888888889vw 7.7777777778vw 0 #E2E2E2, -3.8888888889vw -3.8888888889vw 7.7777777778vw 0 #FFF;
          box-shadow: 3.8888888889vw 3.8888888889vw 7.7777777778vw 0 #E2E2E2, -3.8888888889vw -3.8888888889vw 7.7777777778vw 0 #FFF;
}
.topCampaign__slider-wrapper .topCampaign__slider .topCampaign__slider-item img {
  -o-object-fit: cover;
     object-fit: cover;
}
.topCampaign__slider-wrapper .topCampaign__slider .topCampaign__slider-item.slick-current {
  width: 71.1111111111vw;
}
.topCampaign__slider-wrapper .topCampaign__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  gap: 2rem;
}

.topIntro {
  overflow: hidden;
  padding-top: 11.3888888889vw;
  padding-bottom: 38.8888888889vw;
}
.topIntro .l-inner {
  position: relative;
}
.topIntro .ttl-two-rows {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 11.1111111111vw;
  border-bottom: 0.2777777778vw solid rgba(0, 0, 0, 0.05);
}
.topIntro .ttl-two-rows .en {
  font-size: 6.6666666667vw;
}
.topIntro .ttl-two-rows .ja {
  font-size: 8.8888888889vw;
  background: linear-gradient(91deg, #747A89 0.52%, #B6BAC3 78.98%, #747A89 94.85%);
  -webkit-background-clip: text;
          background-clip: text;
}

.topIntro__img01,
.topIntro__img02,
.topIntro__img03 {
  position: absolute;
  z-index: 2;
}
.topIntro__img01 img,
.topIntro__img02 img,
.topIntro__img03 img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.topIntro__img01 {
  width: 42.2222222222vw;
  top: -11.3888888889vw;
  left: -5vw;
}

.topIntro__img02 {
  width: 37.2222222222vw;
  top: 161.6666666667vw;
  right: -6.9444444444vw;
}

.topIntro__img03 {
  width: 37.2222222222vw;
  right: 20.8333333333vw;
  bottom: -17.7777777778vw;
}

.topIntro__wrapper {
  position: relative;
  padding: 24.1666666667vw 0 30.8333333333vw;
  margin-right: auto;
  margin-left: auto;
  border-radius: 1000px;
}
.topIntro__wrapper::before {
  position: absolute;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 311.6666666667vw;
  height: 311.6666666667vw;
  background: #FFFFFF;
  border-radius: 277.7777777778vw;
  z-index: -1;
}

.topIntro__box {
  text-align: center;
}

.topIntro__lead {
  margin-bottom: 2.7777777778vw;
  padding-right: 6.1111111111vw;
}
.topIntro__lead.ttl-deco {
  position: relative;
  display: inline-block;
}
.topIntro__lead.ttl-deco::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 5vw;
  height: 2.5vw;
  background: url(../img/top/ttl-deco.png) center center/cover no-repeat;
}

.topIntro__txtBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6.6666666667vw;
  margin-bottom: 13.3333333333vw;
}

.topIntro__txt {
  text-align: center;
  line-height: 2;
  font-size: 3.8888888889vw;
}

.topIntro__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7.2222222222vw;
}
.topIntro__container .doctor__specialty,
.topIntro__container .doctor__sns {
  margin-bottom: 0 !important;
}

.topInstagram {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  overflow: hidden;
  padding-bottom: 23.6111111111vw;
}

.topInstagram__ttl {
  margin-bottom: 8.8888888889vw;
}

.topPicture__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100vw;
  height: 58.3333333333vw;
}

.topPicture__listItem {
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-width: 46.1111111111vw;
  width: 100%;
}
.topPicture__listItem.is-center a, .topPicture__listItem.is-center span {
  -webkit-transform: translateX(0) rotate(0) !important;
          transform: translateX(0) rotate(0) !important;
  margin-top: 0 !important;
}
.topPicture__listItem.i1 {
  left: -83.3333333333vw;
}
.topPicture__listItem.i2 {
  left: -90vw;
}
.topPicture__listItem.i2 a, .topPicture__listItem.i2 span {
  -webkit-transform: translateX(-5vw) rotate(-9deg) scale(0.8);
          transform: translateX(-5vw) rotate(-9deg) scale(0.8);
}
.topPicture__listItem.i3 {
  left: -26.3888888889vw;
}
.topPicture__listItem.i3 a, .topPicture__listItem.i3 span {
  margin-top: 10%;
  -webkit-transform: translateX(0) rotate(-10deg);
          transform: translateX(0) rotate(-10deg);
}
.topPicture__listItem.i4 {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.topPicture__listItem.i5 {
  left: 79.1666666667vw;
}
.topPicture__listItem.i5 a, .topPicture__listItem.i5 span {
  margin-top: 10%;
  -webkit-transform: translateX(0) rotate(10deg);
          transform: translateX(0) rotate(10deg);
}
.topPicture__listItem.i6 {
  left: 134vw;
}
.topPicture__listItem.i7 {
  left: 190vw;
}
.topPicture__listItem.i8 {
  left: 246vw;
}

.topPicture__listItem a,
.topPicture__listItem span {
  position: relative;
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.topPicture__img img {
  border-radius: 1.6rem;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.topInstagram__box .topSlide__arrow {
  margin-bottom: 8.3333333333vw;
}

.topInstagram__risk {
  text-align: center;
  font-size: 3.3333333333vw;
}

.topCalendar {
  padding-bottom: 23.6111111111vw;
}
.topCalendar .topCalendar__item .topCalendar__img {
  -webkit-box-shadow: 3.8888888889vw 3.8888888889vw 7.7777777778vw 0 #E2E2E2, -3.8888888889vw -3.8888888889vw 7.7777777778vw 0 #FFF;
          box-shadow: 3.8888888889vw 3.8888888889vw 7.7777777778vw 0 #E2E2E2, -3.8888888889vw -3.8888888889vw 7.7777777778vw 0 #FFF;
  border-radius: 2.2222222222vw;
}

.topCampaign__ttl {
  margin-bottom: 6.6666666667vw;
}

.topCalendar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.4444444444vw;
}

.topNews {
  padding-bottom: 23.6111111111vw;
}

.topColumn__box {
  margin-bottom: 22.2222222222vw;
}

.topNews__ttl {
  margin-bottom: 10vw;
}

.topNews__btn {
  margin-top: 6.6666666667vw;
}

.topNews__item {
  padding-bottom: 4.4444444444vw;
  border-bottom: 0.2777777778vw solid rgba(0, 0, 0, 0.1);
}
.topNews__item:not(:last-of-type) {
  margin-bottom: 5.5555555556vw;
}

.topNews__link {
  color: #747A89;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.2222222222vw;
  position: relative;
  padding-right: 12.7777777778vw;
}
.topNews__link::after {
  position: absolute;
  content: "";
  top: 7.2222222222vw;
  right: 0;
  width: 8.3333333333vw;
  height: 6.6666666667vw;
  background: url(../img/common/news-icon.svg) center center/cover no-repeat;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.topNews__date {
  font-size: 3.3333333333vw;
  line-height: 1.2;
}

.topNews__heading {
  font-size: 3.8888888889vw;
  line-height: 1.7;
}

.topClinic {
  padding-bottom: 23.6111111111vw;
}

.topClinic__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.4444444444vw;
}

.topClinic__item {
  border: 0.8333333333vw solid #ECECED;
  border-radius: 55.5555555556vw;
  overflow: hidden;
  -webkit-box-shadow: 3.3333333333vw 5vw 3.8888888889vw 0 rgba(255, 255, 255, 0.6) inset, -3.3333333333vw 5.5555555556vw 2.7777777778vw 0 rgba(66, 73, 79, 0.4) inset;
          box-shadow: 3.3333333333vw 5vw 3.8888888889vw 0 rgba(255, 255, 255, 0.6) inset, -3.3333333333vw 5.5555555556vw 2.7777777778vw 0 rgba(66, 73, 79, 0.4) inset;
  width: 50vw;
}
.topClinic__item:nth-of-type(2n) {
  width: 38.8888888889vw;
}
.topClinic__item img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.topSearch {
  padding-bottom: 23.6111111111vw;
}

.topSearch__ttl {
  margin-bottom: 9.1666666667vw;
}

.topInfo {
  position: relative;
  overflow: hidden;
  padding-bottom: 33.3333333333vw;
}
.topInfo::before {
  position: absolute;
  content: "";
  top: 33.8888888889vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 159.4444444444vw;
  height: 141.1111111111vw;
  background: rgba(255, 255, 255, 0.4);
  fill: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 4.4444444444vw 4.4444444444vw 5.5555555556vw 0 rgba(0, 0, 0, 0.05) inset;
          box-shadow: 4.4444444444vw 4.4444444444vw 5.5555555556vw 0 rgba(0, 0, 0, 0.05) inset;
  backdrop-filter: blur(2px);
  border-radius: 90%;
}

.topInfo__ttl {
  margin-bottom: 6.6666666667vw;
}

.info__btnWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.5555555556vw;
}

.info__btnLink {
  width: 100%;
  text-align: left !important;
  color: #747A89;
  padding: 4.1666666667vw 11.1111111111vw !important;
  position: relative;
}
.info__btnLink::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5.5555555556vw;
  width: 13.3333333333vw;
  height: 10.5555555556vw;
  background: url(../img/common/news-icon.svg) center center/cover no-repeat;
}

.info__btnTtl {
  font-size: 5.5555555556vw;
}

.info__btnTxt {
  font-size: 3.3333333333vw;
  line-height: 1.2;
}

.l-topInfo__inner {
  padding-top: 20vw;
  padding-bottom: 44.4444444444vw;
}

.topInfo__ttl {
  margin-bottom: 11.1111111111vw;
}

.topInfo__content {
  border-radius: 1.1111111111vw;
  border: 2.2222222222vw #5ABCCC solid;
  background: #fff;
  padding: 6.6666666667vw 5.2777777778vw 8.8888888889vw;
  -webkit-box-shadow: 0 0.8333333333vw 1.6666666667vw rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.8333333333vw 1.6666666667vw rgba(0, 0, 0, 0.16);
  margin-bottom: 13.3333333333vw;
}

.topInfo__news {
  margin-bottom: 11.1111111111vw;
}

.topInfo__item {
  border-bottom: 0.2777777778vw solid #DEDEDE;
}

.topInfo__link {
  display: block;
  padding-bottom: 3.3333333333vw;
  padding-top: 3.3333333333vw;
}

.topInfo__wrap {
  text-align: center;
  margin-bottom: 3rem;
}

.topInfo__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3.3333333333vw;
}

.topInfo__date {
  font-size: 3.3333333333vw;
  color: #5ABCCC;
  font-weight: 700;
}

.topInfo__heading {
  color: #262727;
  font-size: 4.4444444444vw;
}

.topInfo__tag {
  color: #fff;
  background: #5ABCCC;
  border-radius: 5.5555555556vw;
  font-weight: 700;
  font-size: 3.3333333333vw;
  line-height: 1;
  padding: 1.1111111111vw 2.2222222222vw;
  display: inline-block;
  margin-left: 2.7777777778vw;
}

.topInfo__subTtl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 6.6666666667vw;
  line-height: 1.4583333333;
  font-weight: 700;
  position: relative;
  padding-bottom: 2.7777777778vw;
  margin-bottom: 8.3333333333vw;
  text-align: center;
}

.topInfo__subTtl::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  background: #BFDFF0;
  border-radius: 0.8333333333vw;
  width: 10vw;
  height: 0.5555555556vw;
}

.topInfo__tel span {
  font-size: 8.8888888889vw;
  font-weight: 700;
  line-height: 1.4375;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #262727;
}

.topInfo__tel .blue {
  color: #5ABCCC;
}

.topInfo__tel {
  display: block;
}

.topInfo__text {
  font-size: 3.3333333333vw;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 6.3888888889vw;
}

.topInfo__table {
  margin-bottom: 4.4444444444vw;
  width: 100%;
}

.topInfo__table tr {
  font-size: 3.3333333333vw;
  line-height: 1.4166666667;
  border-bottom: 0.2777777778vw #DEDEDE solid;
  text-align: center;
}

.topInfo__table .font-lg {
  font-size: 3.6111111111vw;
  line-height: 1.4615384615;
}

.topInfo__table th,
.topInfo__table td {
  padding: 2.2222222222vw 0;
  position: relative;
}

.topInfo__table span {
  position: absolute;
  width: 2.2222222222vw;
  height: 2.2222222222vw;
  left: 50%;
  top: 50%;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.topInfo__table .circle {
  background: #5ABCCC;
  border-radius: 90%;
}

.topInfo__table .cross::before,
.topInfo__table .cross::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #5ABCCC;
  width: 2.5vw;
  height: 0.2777777778vw;
}

.topInfo__table .cross::before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

.topInfo__table .cross::after {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

.topInfo__table .w-30 {
  width: 30%;
}

.topInfo__table .w-10 {
  width: 10%;
}

.topInfo__cta {
  margin-bottom: 11.1111111111vw;
}

.topInfo__mapWrap {
  border-radius: 4.4444444444vw;
  margin-bottom: 4.4444444444vw;
  overflow: hidden;
}

.topInfo__map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 78.2%;
}

.topInfo__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.topInfo__address {
  font-size: 3.8888888889vw;
  line-height: 1.4285714286;
  font-family: "Zen Maru Gothic", sans-serif;
}

.topInfo__btn:not(:last-of-type) {
  margin-bottom: 6.6666666667vw;
}

.topContact {
  margin-bottom: 21.1111111111vw;
}

.topContact__ttl {
  margin-bottom: 6.6666666667vw;
}

.topContact__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8.8888888889vw;
  padding: 11.1111111111vw 6.6666666667vw;
  border-radius: 6.6666666667vw;
  background: #F2F2F2;
  -webkit-box-shadow: 3.8888888889vw 3.8888888889vw 7.7777777778vw 0 #E2E2E2, -3.8888888889vw -3.8888888889vw 7.7777777778vw 0 #FFF;
          box-shadow: 3.8888888889vw 3.8888888889vw 7.7777777778vw 0 #E2E2E2, -3.8888888889vw -3.8888888889vw 7.7777777778vw 0 #FFF;
}
.topContact__content .btn-round-white01 {
  text-align: center;
}
.topContact__content .btn-round-white01 a {
  padding: 4.4444444444vw 17.7777777778vw;
}

.topContact__subTtl {
  font-size: 6.6666666667vw;
  line-height: 1.2;
  margin-bottom: 8.3333333333vw;
}

.topContact__text {
  margin-bottom: 10.5555555556vw;
}

.topContact__text-small {
  text-align: center;
  font-size: 3.8888888889vw;
  margin-bottom: 6.6666666667vw;
}
.topContact__location .topContact__text-small {
  text-align: left;
  margin-bottom: 0;
}

.topContact__map {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 5.8333333333vw;
}
.topContact__map::before {
  display: block;
  content: "";
  padding-top: 70.7589285714%;
}
.topContact__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.topContact__table {
  width: 100%;
  margin-bottom: 11.6666666667vw;
}

.topContact__table tr {
  border-bottom: 0.2777777778vw solid rgba(77, 77, 77, 0.1);
  text-align: center;
}

.topContact__table .font-lg {
  font-size: 3.8888888889vw;
}

.topContact__table th,
.topContact__table td {
  font-size: 3.8888888889vw;
  padding: 2.7777777778vw 0;
  position: relative;
}

.topContact__table span {
  position: absolute;
  width: 3.8888888889vw;
  height: 3.8888888889vw;
  left: 50%;
  top: 50%;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.topContact__table .circle {
  border-radius: 90%;
  border: 0.2777777778vw solid #747A89;
}

.topContact__table .cross::before,
.topContact__table .cross::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #747A89;
  width: 3.8888888889vw;
  height: 0.2777777778vw;
}

.topContact__table .cross::before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

.topContact__table .cross::after {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

.topContact__table .w-30 {
  width: 30%;
}

.topContact__table .w-10 {
  width: 10%;
}

.topProblems {
  position: relative;
  background: #F7F7F7;
}

.l-topProblems__inner {
  padding-top: 20vw;
  padding-bottom: 8.8888888889vw;
}

.topProblems__wrapper {
  max-width: 104rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.topProblems__ttl {
  margin-bottom: 11.1111111111vw;
}

.topProblems__item:nth-child(2n) {
  text-align: right;
}

.topProblems__item:nth-child(2n) .topProblems__btn span {
  padding-right: 0;
  padding-left: 12.2222222222vw;
}

.topProblems__link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  -webkit-transition: 0.5s -webkit-transform ease;
  transition: 0.5s -webkit-transform ease;
  transition: 0.5s transform ease;
  transition: 0.5s transform ease, 0.5s -webkit-transform ease;
  opacity: 0.7;
}

.topProblems__item:nth-child(1) .topProblems__link::before {
  background: url("../img/top/problems-img01_sp.jpg") center center/cover no-repeat;
}

.topProblems__item:nth-child(2) .topProblems__link::before {
  background: url("../img/top/problems-img02_sp.jpg") center center/cover no-repeat;
}

.topProblems__item:nth-child(3) .topProblems__link::before {
  background: url("../img/top/problems-img03_sp.jpg") center center/cover no-repeat;
}

.topProblems__item:nth-child(4) .topProblems__link::before {
  background: url("../img/top/problems-img04_sp.jpg") center center/cover no-repeat;
}

.topProblems__item:nth-child(5) .topProblems__link::before {
  background: url("../img/top/problems-img05_sp.jpg") center center/cover no-repeat;
}

.topProblems__item:nth-child(6) .topProblems__link::before {
  background: url("../img/top/problems-img06_sp.jpg") center center/cover no-repeat;
}

.topProblems__link {
  display: block;
  color: #262727;
  position: relative;
  overflow: hidden;
}

.topProblems__box {
  padding: 6.6666666667vw 3.8888888889vw;
  height: 26.1111111111vw;
  position: relative;
  z-index: 1;
}

.topProblems__subTtl .ja {
  font-size: 5.5555555556vw;
  font-weight: 700;
  display: block;
  line-height: 1.45;
  margin-bottom: 2.2222222222vw;
}

.topProblems__subTtl .en {
  color: #5ABCCC;
  display: block;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  font-size: 3.8888888889vw;
  line-height: 1.2857142857;
}

.topProblems__btn {
  display: block;
  padding: 4.4444444444vw;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 1;
}

.topProblems__btn span {
  font-weight: 500;
  font-size: 4.4444444444vw;
  line-height: 1.5;
  display: inline-block;
  padding-right: 12.2222222222vw;
  position: relative;
}

.topProblems__btn span::before,
.topProblems__btn span::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.topProblems__btn span::before {
  right: 0;
  border: 0.2777777778vw #5ABCCC solid;
  border-radius: 90%;
  -webkit-transition: 0.3s border-color ease;
  transition: 0.3s border-color ease;
  width: 5.2777777778vw;
  height: 5.2777777778vw;
}

.topProblems__btn span::after {
  height: 0.2777777778vw;
  width: 6.9444444444vw;
  background: #5ABCCC;
  -webkit-transition: 0.3s background ease;
  transition: 0.3s background ease;
  right: 2.7777777778vw;
}

.topProblems__item:nth-child(2n) .topProblems__btn span::before {
  left: 0;
  border: 0.2777777778vw #5ABCCC solid;
  border-radius: 90%;
  -webkit-transition: 0.3s border-color ease;
  transition: 0.3s border-color ease;
  width: 5.2777777778vw;
  height: 5.2777777778vw;
}

.topProblems__item:nth-child(2n) .topProblems__btn span::after {
  height: 0.2777777778vw;
  width: 6.9444444444vw;
  background: #5ABCCC;
  -webkit-transition: 0.3s background ease;
  transition: 0.3s background ease;
  left: 2.7777777778vw;
}

.l-topTreatment__inner {
  padding-top: 8.8888888889vw;
  padding-bottom: 20vw;
}

.topTreatment__ttl {
  margin-bottom: 11.1111111111vw;
}

.topTreatment__btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -4.4444444444vw;
  margin-left: -2.7777777778vw;
  margin-bottom: 6.6666666667vw;
}

.topTreatment__btn {
  font-size: 3.6111111111vw;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.4615384615;
  padding: 3.3333333333vw;
  background: rgba(170, 160, 167, 0.27);
  border-radius: 6.3888888889vw;
  text-align: center;
  margin-bottom: 4.4444444444vw;
  margin-left: 2.7777777778vw;
  width: calc(33.3% - 2.7777777778vw);
}

.topTreatment__btn.active {
  background: #5ABCCC;
  color: #fff;
  position: relative;
}

.topTreatment__btn.active::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -2.2222222222vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.2222222222vw 1.6666666667vw 0 1.6666666667vw;
  border-color: #5ABCCC transparent transparent transparent;
}

.topTreatment__box {
  background: #fff;
  padding: 0 4.4444444444vw 8.8888888889vw;
  border-radius: 4.4444444444vw;
  display: none;
}

.topTreatment__box.active {
  display: block;
}

.topTreatment__link {
  display: block;
  font-size: 4.4444444444vw;
  font-weight: 700;
  line-height: 1.5;
  color: #262727;
  padding: 4.4444444444vw 0;
  padding-left: 5.6944444444vw;
  position: relative;
  display: block;
  border-bottom: 0.2777777778vw #BFDFF0 solid;
}

.topTreatment__link::before {
  content: "";
  position: absolute;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  left: 0;
  top: 8.0555555556vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: -webkit-gradient(linear, left top, left bottom, from(#5BBDCE), to(#C6ADFD));
  background: linear-gradient(to bottom, #5BBDCE, #C6ADFD);
  border-radius: 90%;
}

.topPicture__ttl {
  margin-bottom: 8.8888888889vw;
}

.topPicture__wrap:first-of-type {
  margin-bottom: 17.7777777778vw;
}

.topPicture__subTtl {
  margin-bottom: 8.8888888889vw;
}

.topPicture__ranking {
  max-width: 88.8888888889vw;
  margin: 0 auto;
}

.topPicture__rank {
  padding: 0 2.7777777778vw;
}
.topPicture__rank:not(:last-of-type) {
  margin-bottom: 11.1111111111vw;
}

.topPicture__subTtl {
  margin-bottom: 8.8888888889vw;
}

.topMenu__ttl {
  margin-bottom: 11.1111111111vw;
}

@media screen and (min-width: 48em) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .hsp {
    display: none;
  }
  .hpc {
    display: block;
  }
}

@media screen and (min-width: 64em) {
  body {
    font-size: 1.6rem;
  }
  .quote::before {
    width: 4.3rem;
    height: 4.3rem;
    top: -1.2rem;
  }
  .box-shadow {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .dot, .menu-template-default .doctorInfo__item {
    padding-left: 1.9rem;
  }
  .dot::before, .menu-template-default .doctorInfo__item::before {
    top: 0.75rem;
    width: 0.9rem;
    height: 0.9rem;
  }
  .vsp {
    display: none;
  }
  .vpc {
    display: block;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
  .m-md-0 {
    margin: 0rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .ml-md-0 {
    margin-left: 0rem !important;
  }
  .mr-md-0 {
    margin-right: 0rem !important;
  }
  .p-md-0 {
    padding: 0rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .pl-md-0 {
    padding-left: 0rem !important;
  }
  .pr-md-0 {
    padding-right: 0rem !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .ml-md-1 {
    margin-left: 1rem !important;
  }
  .mr-md-1 {
    margin-right: 1rem !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  .pl-md-1 {
    padding-left: 1rem !important;
  }
  .pr-md-1 {
    padding-right: 1rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .ml-md-2 {
    margin-left: 2rem !important;
  }
  .mr-md-2 {
    margin-right: 2rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
  .pt-md-2 {
    padding-top: 2rem !important;
  }
  .pl-md-2 {
    padding-left: 2rem !important;
  }
  .pr-md-2 {
    padding-right: 2rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .ml-md-3 {
    margin-left: 3rem !important;
  }
  .mr-md-3 {
    margin-right: 3rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  .pl-md-3 {
    padding-left: 3rem !important;
  }
  .pr-md-3 {
    padding-right: 3rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  .ml-md-4 {
    margin-left: 4rem !important;
  }
  .mr-md-4 {
    margin-right: 4rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  .pl-md-4 {
    padding-left: 4rem !important;
  }
  .pr-md-4 {
    padding-right: 4rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
  .mt-md-5 {
    margin-top: 5rem !important;
  }
  .ml-md-5 {
    margin-left: 5rem !important;
  }
  .mr-md-5 {
    margin-right: 5rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
  .pt-md-5 {
    padding-top: 5rem !important;
  }
  .pl-md-5 {
    padding-left: 5rem !important;
  }
  .pr-md-5 {
    padding-right: 5rem !important;
  }
  .drawer__button {
    width: 9rem;
    top: 3.1rem;
    right: 5.2rem;
    gap: 2.2rem;
  }
  .drawer__button .drawer__button-border {
    border-width: 0.2rem;
    height: 0.1rem;
  }
  .drawer__button.active .drawer__button-border:nth-of-type(1) {
    -webkit-transform: translateY(0.8rem) rotate(-30deg);
            transform: translateY(0.8rem) rotate(-30deg);
  }
  .drawer__button.active .drawer__button-border:nth-of-type(2) {
    -webkit-transform: translateY(-1.6rem) rotate(30deg);
            transform: translateY(-1.6rem) rotate(30deg);
  }
  .drawer {
    top: 16.1rem;
    max-width: 112rem;
  }
  .drawer .drawer__content {
    padding: 7.2rem 9.6rem;
    border: 0.1rem solid #CECECE;
    -webkit-box-shadow: 0.6rem 0.6rem 1.2rem 0 #E3DEDE, -2.5rem -2.5rem 6rem 0 #FFF;
            box-shadow: 0.6rem 0.6rem 1.2rem 0 #E3DEDE, -2.5rem -2.5rem 6rem 0 #FFF;
    border-radius: 10rem;
    max-height: auto;
    overflow-y: auto;
  }
  .drawer .drawer__menuWrapper {
    gap: 6.6rem;
  }
  .drawer .drawer__ttl {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .drawer .drawer__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.1rem 1.6rem;
    border-width: 0.1rem;
    padding-left: 0;
    border: none;
  }
  .drawer .drawer__item a {
    font-size: 1.4rem;
  }
  .drawer .drawer__btnWrapper {
    display: none;
  }
  .footer {
    padding-top: 6.4rem;
    padding-bottom: 3.2rem;
  }
  .footer__wrapper {
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
  .footer__logo {
    top: 6.4rem;
    left: 26.5rem;
    width: 29.7rem;
  }
  .footer__body {
    padding: 2.4rem 4rem;
    border-radius: 2.4rem;
    -webkit-box-shadow: 1.2rem 1.2rem 2.4rem 0 #51545E, -1.4rem -1.4rem 5rem 0 #6F727C;
            box-shadow: 1.2rem 1.2rem 2.4rem 0 #51545E, -1.4rem -1.4rem 5rem 0 #6F727C;
    margin-bottom: 6rem;
  }
  .footer__box:first-of-type {
    margin-bottom: 2.2rem;
  }
  .footer__subTtl {
    font-size: 2rem;
    padding-bottom: 1.2rem;
    margin-bottom: 2rem;
    border-width: 0.1rem;
  }
  .footer__list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.1rem 3.2rem;
  }
  .footer__link {
    font-size: 1.4rem;
  }
  .footer__copyright address,
  .footer__copyright small {
    font-size: 1.2rem;
  }
  .footer__pageTop {
    top: -11.3rem;
    right: 0;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
  .header {
    height: 8.1rem;
  }
  .l-header__inner {
    margin: 0 auto;
    padding: 4.1rem 5.2rem 0 5.2rem;
  }
  .header__wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header__img {
    width: 33.7rem;
  }
  .header__navWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 4rem;
    width: 108rem;
    margin-left: 4rem;
  }
  .header__nav .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.8rem 1.9rem;
  }
  .header__nav .nav__link {
    font-size: 1.3rem;
    color: #747A89;
    font-weight: 700;
  }
  .header__btnWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
  }
  .header__btn,
  .drawer__btn {
    font-size: 2rem;
    padding: 1.6rem 6.4rem;
    border-radius: 10rem;
    border: 0.1rem solid #CECECE;
    -webkit-box-shadow: 0.6rem 0.6rem 1.2rem 0 #E3DEDE, -2.5rem -2.5rem 6rem 0 #FFF;
            box-shadow: 0.6rem 0.6rem 1.2rem 0 #E3DEDE, -2.5rem -2.5rem 6rem 0 #FFF;
  }
  .header__btn {
    display: inline-block;
  }
  .l-wrapper {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .l-wrapper.wrapper01 {
    max-width: 114rem;
  }
  .l-wrapper.wrapper02 {
    max-width: 128rem;
  }
  .l-sec {
    padding: 10.4rem 0;
  }
  .l-sec-sm {
    padding: 5.2rem 0;
  }
  .l-sec-md {
    padding-top: 8rem;
    padding-bottom: 10.4rem;
  }
  .l-sec-lg {
    padding-top: 10.4rem;
    padding-bottom: 22.6rem;
  }
  .mb-md {
    margin-bottom: 16rem !important;
  }
  .l-inner {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 116rem;
    margin: 0 auto;
  }
  .breadcrumb {
    border-width: 1px;
  }
  .breadcrumb__wrapper {
    max-width: 116.4rem;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .breadcrumb__items span:not(:last-of-type) {
    margin-right: 1.7rem;
  }
  .breadcrumb__items span a,
  .breadcrumb__items .current-item {
    font-size: 1.6rem;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }
  .breadcrumb__items .current-item {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
  .breadcrumb__items span a {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    position: relative;
  }
  .breadcrumb__items span a::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -1.3rem;
    width: 0.8rem;
    height: 100%;
  }
  .btn-basic-blue::before, .btn-round-blue-icon a::before {
    border-width: 1px;
  }
  .btn-basic-blue::after, .btn-round-blue-icon a::after {
    height: 0.1rem;
  }
  .btn-basic-white, .btn-round-icon a, .btn-round-icon--sm a {
    border-width: 1px;
  }
  .btn-basic-white:hover, .btn-round-icon a:hover, .btn-round-icon--sm a:hover {
    background: #5ABCCC;
    color: #fff;
  }
  .btn-basic-white::before, .btn-round-icon a::before, .btn-round-icon--sm a::before {
    border-width: 1px;
  }
  .btn-basic-white::after, .btn-round-icon a::after, .btn-round-icon--sm a::after {
    height: 0.1rem;
  }
  .btn-basic-white:hover::before, .btn-round-icon a:hover::before, .btn-round-icon--sm a:hover::before {
    border-color: #fff;
  }
  .btn-basic-white:hover::after, .btn-round-icon a:hover::after, .btn-round-icon--sm a:hover::after {
    background: #fff;
  }
  .btn-round-white01 a,
  .btn-round-white02 a,
  .btn-round-gray a,
  .btn-round-gray-icon a,
  .btn-round-white-icon a,
  .btn-round-white-icon--sm a,
  .btn-square-blue a {
    border-width: 0.2rem;
    border-radius: 10rem;
  }
  .btn-round-white01 a {
    font-size: 2rem;
    padding: 2.4rem 6.4rem;
    border-width: 0.2rem;
    -webkit-box-shadow: 0.6rem 0.6rem 1.2rem 0 #E3DEDE, -0.4rem -0.4rem 1rem 0 #FFF inset;
            box-shadow: 0.6rem 0.6rem 1.2rem 0 #E3DEDE, -0.4rem -0.4rem 1rem 0 #FFF inset;
  }
  .btn-round-white02 a {
    font-size: 2.4rem;
    padding: 2rem 6.4rem;
    border-width: 0.1rem;
    -webkit-box-shadow: 0.6rem 0.6rem 1.2rem 0 #E3DEDE, -2.5rem -2.5rem 6rem 0 #FFF;
            box-shadow: 0.6rem 0.6rem 1.2rem 0 #E3DEDE, -2.5rem -2.5rem 6rem 0 #FFF;
  }
  .btn-round-gray a,
  .btn-round-gray-icon a,
  .btn-round-white-icon a,
  .btn-round-white-icon--sm a {
    font-size: 2rem;
    padding: 2rem 4rem;
    min-width: 34rem;
    max-width: 34rem;
  }
  .btn-round-gray a::after,
  .btn-round-gray-icon a::after,
  .btn-round-white-icon a::after,
  .btn-round-white-icon--sm a::after {
    right: 2.4rem;
    width: 0.4rem;
    height: 0.9rem;
  }
  .single__content .btn-round-gray a,
  .single__content .btn-round-gray-icon a,
  .single__content .btn-round-white-icon a,
  .single__content .btn-round-white-icon--sm a {
    font-size: 2rem;
    line-height: 1.6;
    padding: 2rem 4rem;
  }
  .btn-square-blue {
    margin-top: 3.25rem;
  }
  .btn-square-blue a {
    font-size: 2rem;
    padding: 2rem 4rem;
    min-width: 35rem;
    line-height: 1.6;
  }
  .btn-square-blue a::after {
    right: 2.4rem;
    width: 0.4rem;
    height: 0.9rem;
  }
  .btn-round-white-icon a, .btn-round-white-icon--sm a,
  .btn-square-blue a {
    border-width: 0.1rem;
  }
  .btn-round-white-icon--green {
    margin-bottom: 3.2rem;
  }
  .btn-round-white-icon--sm a {
    padding: 1.6rem 11.6rem 1.6rem 4.8rem;
    min-width: 0;
  }
  .btn-round-blue-icon a {
    -webkit-box-shadow: 0 0 6px #B1D3E8;
            box-shadow: 0 0 6px #B1D3E8;
    width: 35rem;
    font-size: 2rem;
    padding: 1.6rem;
  }
  .btn-round-blue-icon a::before {
    width: 1.9rem;
    height: 1.9rem;
    right: 2.4rem;
  }
  .btn-round-blue-icon a:hover::before {
    right: 1.6rem;
  }
  .btn-round-blue-icon a::after {
    width: 4rem;
    right: 3.5rem;
  }
  .btn-round-blue-icon a:hover::after {
    right: 2.7rem;
  }
  .btn-square-white {
    width: 25.474rem;
    font-size: 1.6rem;
    padding: 1.8rem;
    border-radius: 1rem;
  }
  .btn-square-white:hover {
    opacity: 0.8;
  }
  .btn-square-arrow, .btn-square-arrow-blue, .btn-square-arrow-white {
    padding: 2.18rem 5rem 2.62rem 3.2rem;
    border-radius: 1rem;
    width: 32rem;
    border-width: 1px;
    -webkit-box-shadow: 0 3px 6pz rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6pz rgba(0, 0, 0, 0.16);
  }
  .btn-square-arrow::after, .btn-square-arrow-blue::after, .btn-square-arrow-white::after {
    right: 2.4rem;
    width: 3.7rem;
    height: 3.7rem;
  }
  .btn-square-arrow .en, .btn-square-arrow-blue .en, .btn-square-arrow-white .en {
    font-size: 1.4rem;
    line-height: 1.2857142857;
  }
  .btn-square-arrow .ja, .btn-square-arrow-blue .ja, .btn-square-arrow-white .ja {
    font-size: 1.7rem;
    line-height: 1.4705882353;
  }
  .btn-square-arrow-white:hover {
    background: #5ABCCC;
  }
  .btn-square-arrow-white:hover .en {
    color: #fff;
  }
  .btn-square-arrow-white:hover .ja {
    color: #fff;
  }
  .btn-square-arrow-white:hover:after {
    background: url("../img/common/arrow-round-blue-white.svg") center center/100% no-repeat;
  }
  .btn-square-arrow-blue:hover {
    background: #fff;
  }
  .btn-square-arrow-blue:hover .en {
    color: #5ABCCC;
  }
  .btn-square-arrow-blue:hover .ja {
    color: #5ABCCC;
  }
  .btn-square-arrow-blue:hover:after {
    background: url("../img/common/arrow-round-blue-right.svg") center center/100% no-repeat;
  }
  .btn-round-arrow a, .btn-round-arrow-blue a, .btn-round-arrow-white a {
    font-size: 2.4rem;
    min-width: 38rem;
    padding: 2.4rem;
  }
  .btn-round-arrow a::before, .btn-round-arrow-blue a::before, .btn-round-arrow-white a::before {
    right: 2.8rem;
    width: 2.8rem;
    height: 2.8rem;
  }
  .card-picture {
    padding: 1.5rem 0 0 0;
  }
  .top.card-picture {
    padding-top: 0;
  }
  .card-picture__heading {
    padding: 2rem;
    border-radius: 0.8rem;
    margin-bottom: 2.4rem;
  }
  .card-picture:nth-child(1) .card-picture__heading {
    padding: 3.2rem 0 1.7rem;
  }
  .card-picture__heading::after {
    border-width: 0.8rem 1.2rem 0 1.2rem;
    bottom: -0.8rem;
  }
  .card-picture:nth-child(1) .card-picture__heading::before {
    top: 1.5rem;
    width: 1.8rem;
    height: 1.3rem;
  }
  .card-picture__heading p {
    font-size: 1.6rem;
  }
  .card-picture:nth-child(1) .card-picture__heading p {
    font-size: 2rem;
  }
  .card-picture__ttl {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .card-picture__imgWrap {
    padding: 0;
  }
  .card-picture__img {
    -webkit-box-shadow: 2px 3px 6px #ABCDE3;
            box-shadow: 2px 3px 6px #ABCDE3;
    margin-bottom: 1.6rem;
  }
  .card-picture__info {
    margin-bottom: 1.6rem;
  }
  .card-picture__person {
    width: 4.2rem;
  }
  .card-picture__name {
    font-size: 1.6rem;
    margin-left: 0.8rem;
  }
  .card-doctor01 {
    display: block;
  }
  .card-doctor01__imgWrap {
    margin-right: 0;
    margin-bottom: 2.4rem;
  }
  .card-doctor01__img {
    width: 30rem;
  }
  .card-doctor01__box {
    padding-top: 0;
  }
  .card-doctor01__ttl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.4rem;
    padding-left: 2.4rem;
    margin-bottom: 2.4rem;
    padding-bottom: 1rem;
    border-width: 0.1rem;
  }
  .card-doctor01__ttl .ja {
    font-size: 2.4rem;
  }
  .card-doctor01__ttl .en {
    font-size: 1.6rem;
  }
  .card-doctor01__job {
    font-size: 2rem;
    padding-left: 2.4rem;
    margin-bottom: 2.4rem;
    padding-bottom: 1rem;
    border-width: 0.1rem;
  }
  .card-doctor01__btn {
    text-align: center;
  }
  .card-doctor02 {
    width: 32rem;
  }
  .card-doctor02__ttl {
    text-align: left;
    margin-bottom: 0.8rem;
  }
  .card-doctor02__ttl .ja {
    font-size: 3.2rem;
    line-height: 1.3333333333;
    margin-bottom: 0.8rem;
  }
  .card-doctor02__ttl .en {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-left: 0.8rem;
  }
  .card-doctor02__info {
    font-size: 1.6rem;
    margin-bottom: 3.2rem;
  }
  .card-doctor02__imgWrap {
    margin: 0 0 2.4rem 0;
    width: 28.8rem;
    height: 28.8rem;
  }
  .card-doctor02__img {
    width: 97.2%;
    height: 97.2%;
  }
  .card-doctor02__wrap:not(:first-of-type) {
    margin-top: 3.2rem;
  }
  .card-doctor02__wrap:last-of-type {
    margin-bottom: 2.4rem;
  }
  .card-doctor02__wrap h4 {
    font-size: 2.4rem;
    line-height: 1.3333333333;
    margin-bottom: 0.8rem;
  }
  .card-doctor02__wrap p {
    font-size: 1.6rem;
  }
  .card-doctor02__btn {
    text-align: left;
  }
  .case::before {
    margin-left: calc(50% - 50vw);
    border-radius: 0 2.4rem 2.4rem 0;
    width: 76vw;
    height: 28rem;
    top: 0;
    background: -webkit-gradient(linear, right top, left top, from(rgba(91, 189, 206, 0.15)), to(rgba(198, 173, 253, 0.15)));
    background: linear-gradient(to left, rgba(91, 189, 206, 0.15), rgba(198, 173, 253, 0.15));
  }
  .l-case__inner {
    padding-top: 7rem;
    padding-bottom: 10.4rem;
  }
  .case__wrapper {
    max-width: 94.8rem;
    margin: 0 auto;
  }
  .case__ttl {
    margin-bottom: 0 !important;
    margin-left: 1.8rem !important;
  }
  .case__ttl .ttl-en {
    font-size: 7.2rem;
    line-height: 1.1944444444;
    text-align: left !important;
  }
  .case__wrapper .case__ttl h2 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.45;
    margin-bottom: 4.8rem !important;
    margin-top: 0vw;
    text-align: left !important;
  }
  .case__item {
    margin: 0 1.8rem;
    margin-bottom: 0 !important;
  }
  .case__list {
    padding-left: 0;
  }
  .case__list .slick-list {
    padding: 0 !important;
  }
  .case__list .slick-arrow {
    width: 4.8rem;
    height: 4.8rem;
  }
  .case__list .slick-prev,
  .case__list .slick-next {
    bottom: auto;
    top: -10.7rem;
  }
  .case__list .slick-prev {
    right: 11.4rem;
  }
  .case__list .slick-next {
    right: 1.8rem;
  }
  .cta {
    -webkit-box-shadow: 0 0.8rem 1.6rem 0 rgba(0, 0, 0, 0.12) inset, 0 -0.8rem 1.6rem 0 rgba(0, 0, 0, 0.12) inset;
            box-shadow: 0 0.8rem 1.6rem 0 rgba(0, 0, 0, 0.12) inset, 0 -0.8rem 1.6rem 0 rgba(0, 0, 0, 0.12) inset;
  }
  .cta .ttl-two-rows {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.4rem;
  }
  .cta .ttl-two-rows .en {
    font-size: 5.6rem;
  }
  .cta .ttl-two-rows .ja {
    font-size: 2rem;
  }
  .l-cta__inner {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .cta__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4rem;
  }
  .cta__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cta__btn a {
    font-size: 3.2rem;
    padding: 2.8rem;
    min-width: 35.6rem;
  }
  .cta__btn:not(:last-of-type) {
    margin-bottom: 0;
  }
  .form__item {
    border-top: 0.05rem solid #1A1311;
    padding: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21rem;
            flex: 0 0 21rem;
    margin-right: 3.5rem;
  }
  .privacyCheck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 4.5rem 0 6.5rem;
  }
  .privacyCheck__txt {
    margin-bottom: 0;
    margin-left: 3rem;
  }
  .sentArea {
    margin-bottom: 10rem;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=tel],
  textarea {
    font-size: 1.3rem;
  }
  .info dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .info dl:not(:last-of-type) {
    padding-bottom: 1.6rem;
    margin-bottom: 1.6rem;
    border-bottom: 1px solid #CECECE;
  }
  .info dt {
    font-size: 2rem;
    line-height: 1.5384615385;
    font-weight: 500;
    padding: 0;
    border: 0;
    margin-bottom: 0;
    padding-right: 1rem;
  }
  .info dd {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-left: 0;
  }
  .info a {
    margin-top: 1.6rem;
    font-size: 1.6rem;
  }
  .info .sns {
    margin-top: 1.1rem;
    padding-left: 4.2rem;
  }
  .info__wrapper {
    border-width: 1px;
  }
  .info__dot {
    height: 0.4rem;
  }
  .info__dot::before,
  .info__dot::after {
    width: 0.4rem;
    height: 0.4rem;
  }
  .info__dot--top {
    top: 1.6rem;
  }
  .info__dot--top::before {
    left: 1.6rem;
  }
  .info__dot--top::after {
    right: 1.6rem;
  }
  .info__dot--bottom {
    bottom: 1.6rem;
  }
  .info__dot--bottom::before {
    left: 1.6rem;
  }
  .info__dot--bottom::after {
    right: 1.6rem;
  }
  .kv01 {
    background: url("../img/kv/kv-img01_pc.jpg") center center/cover no-repeat;
  }
  .l-kv01__inner {
    padding: 15.4rem 0 2.7rem;
    max-width: 104rem;
    margin: 0 auto;
  }
  .kv01__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .kv01__box {
    margin: 0;
    width: calc(100% - 39.2rem);
    padding-right: 2rem;
  }
  .kv01__ttl {
    font-size: 4rem;
    line-height: 1.45;
    text-align: left;
    margin-bottom: 1.6rem;
  }
  .kv01__text {
    font-size: 2rem;
    line-height: 1.2;
    text-align: left;
  }
  .kv01__imgWrap {
    width: 39.2rem;
    -webkit-box-shadow: 4px 3px 6px #dbdbdb;
            box-shadow: 4px 3px 6px #dbdbdb;
  }
  .kv02 {
    padding: 15.5rem 0 7rem;
    background: url("../img/kv/kv-img02_pc.jpg") center center/cover no-repeat;
  }
  .kv03 {
    padding-top: 15.5rem;
    padding-bottom: 7rem;
    min-height: 32.75vw;
    background: url("../img/kv/kv-img03_pc.jpg") center center/cover no-repeat;
  }
  .kv03__container {
    min-height: 28.0625vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .kv03__comment {
    font-size: 2.4rem;
    text-align: left;
    margin-top: 2rem;
  }
  .l-kv02__inner,
  .l-kv03__inner {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 116rem;
    margin: 0 auto;
  }
  .kv02__wrapper,
  .kv03__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2rem;
  }
  .kv02__imgWrap,
  .kv03__imgWrap {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .kv02__img,
  .kv03__img {
    border-radius: 1.6rem;
    max-width: 30rem;
  }
  .kv02__img img,
  .kv03__img img {
    aspect-ratio: 1/1;
    height: auto;
  }
  .kv03__box {
    max-width: 57.8rem;
  }
  .kv02__ttl,
  .kv03__ttl {
    font-size: 4.8rem;
    line-height: 1.4583333333;
    margin-bottom: 0.8rem;
    text-align: left;
  }
  .kv02__text,
  .kv03__text {
    font-size: 2.4rem;
    text-align: left;
  }
  .kv04 {
    background: url("../img/kv/kv-img01_pc.jpg") center bottom/cover no-repeat;
  }
  .l-kv04__inner {
    max-width: 104rem;
    margin: 0 auto;
    padding-top: 16.2rem;
    padding-bottom: 7.2rem;
  }
  .kv04__wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .kv04__box {
    margin-bottom: 0;
    padding-top: 7.7rem;
    margin-right: 3rem;
  }
  .kv04__ttl {
    font-size: 7.2rem;
    line-height: 1.1944444444;
    margin-bottom: 2rem;
  }
  .kv04__text {
    font-size: 4rem;
    line-height: 1.15;
  }
  .kv04__imgWrap {
    width: 40rem;
    height: 40rem;
  }
  .kv04__imgWrap::before {
    width: 40rem;
    height: 40rem;
    right: -4.8rem;
    bottom: -3.2rem;
  }
  .kv04__img {
    width: 40rem;
    height: 40rem;
  }
  .list-4rows {
    margin-left: -2.7rem;
    margin-bottom: -3.2rem;
  }
  .list-4rows li {
    width: calc(25% - 2.7rem);
    margin-left: 2.7rem;
    margin-bottom: 3.2rem;
    -webkit-transition: 0.3s opacity ease;
    transition: 0.3s opacity ease;
  }
  .newsBar {
    border-radius: 8px;
    -webkit-box-shadow: 0 0 6px #ABCDE3;
            box-shadow: 0 0 6px #ABCDE3;
  }
  .newsBar__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .newsBar__heading {
    background: -webkit-gradient(linear, left top, left bottom, from(#5BBDCE), to(#C6ADFD));
    background: linear-gradient(to bottom, #5BBDCE, #C6ADFD);
    font-size: 2.4rem;
    line-height: 1.2083333333;
    padding: 1.6rem 2.4rem;
  }
  .newsBar__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.7rem 3.2rem 1.5rem 2.4rem;
  }
  .newsBar__box {
    margin-bottom: 0;
  }
  .newsBar__date {
    font-size: 1.4rem;
    line-height: 1.0714285714;
  }
  .newsBar__tag {
    font-size: 1.2rem;
    line-height: 1.5454545455;
    padding: 0.4rem 1.6rem;
    margin-left: 1.6rem;
  }
  .newsBar__ttl {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-left: 1.6rem;
    max-width: 61rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .pageTop {
    cursor: pointer;
  }
  .pageTop__img {
    width: 5rem;
  }
  .pageTop__text {
    font-size: 1.4rem;
  }
  .nav-links {
    margin-left: -0.8rem;
  }
  .pagination ul a, .pagination ul span {
    margin-left: 0.8rem;
    width: 5.5rem;
    height: 5.5rem;
    line-height: 5.5rem;
    font-size: 1.8rem;
  }
  .prev,
  .next {
    border-width: 0.1rem;
  }
  .pagination-arrow-prev,
  .pagination-arrow-next {
    width: 1rem;
    height: 1.8rem;
  }
  .sliderPhoto-block {
    max-width: none;
  }
  .sliderPhoto-block .slick-list {
    border: none;
    margin-bottom: 3.8rem;
    padding-bottom: 1rem !important;
  }
  .sliderPhoto-block__item {
    margin: 0 1.2rem;
    -webkit-box-shadow: 2px 3px 6px #abcde3;
            box-shadow: 2px 3px 6px #abcde3;
    border: 0;
  }
  .sliderPhoto-block .slick-arrow {
    top: 41%;
  }
  .sliderPhoto-block .slick-dots li {
    height: 1.2rem;
    width: 1.2rem;
  }
  .sliderPhoto-block .slick-dots li:not(:first-of-type) {
    margin-left: 4.3rem;
  }
  .sliderPhoto-block .slick-dots .slick-active::after {
    width: 2.2rem;
    height: 2.2rem;
    border-width: 1px;
  }
  .sliderPhoto-block .sliderPhoto-block__item {
    margin-left: 0.625vw;
    margin-right: 0.625vw;
  }
  .slider-block {
    max-width: none;
  }
  .slider-block .slick-list {
    border: none;
    margin-bottom: 3.8rem;
    padding-bottom: 1rem !important;
  }
  .slider-block__item {
    margin: 0 1.2rem;
    -webkit-box-shadow: 2px 3px 6px #abcde3;
            box-shadow: 2px 3px 6px #abcde3;
    border: 0;
  }
  .slider-block .slick-arrow {
    top: 41%;
  }
  .slider-block .slick-dots li {
    height: 1.2rem;
    width: 1.2rem;
  }
  .slider-block .slick-dots li:not(:first-of-type) {
    margin-left: 4.3rem;
  }
  .slider-block .slick-dots .slick-active::after {
    width: 2.2rem;
    height: 2.2rem;
    border-width: 1px;
  }
  .slider-block .slick-slide .instagram-media {
    min-height: 600px;
  }
  .slider-block .slider-block__item {
    margin-left: 0.625vw;
    margin-right: 0.625vw;
  }
  .relatedMenu___ttl {
    margin-bottom: 4.8rem;
  }
  .relatedMenu__list {
    margin-left: -2.4rem;
    margin-bottom: -2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .relatedMenu__item {
    margin-left: 2.5rem;
    margin-bottom: 2.4rem;
    width: calc(25% - 2.5rem);
  }
  .relatedMenu__imgWrap {
    min-width: 6.4rem;
  }
  .relatedMenu__text {
    margin-left: 1.6rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .slider-basic {
    max-width: none;
  }
  .slider-basic .slick-list {
    border: none;
    margin-bottom: 3.8rem;
    padding-bottom: 1rem !important;
  }
  .slider-basic__item * {
    opacity: 1;
  }
  .slider-basic__item {
    margin: 0 1.2rem;
    -webkit-box-shadow: 2px 3px 6px #ABCDE3;
            box-shadow: 2px 3px 6px #ABCDE3;
  }
  .slider-basic .slick-arrow {
    top: 41%;
  }
  .slider-basic .slick-dots li {
    height: 1.2rem;
    width: 1.2rem;
  }
  .slider-basic .slick-dots li:not(:first-of-type) {
    margin-left: 4.3rem;
  }
  .slider-basic .slick-dots .slick-active::after {
    width: 2.2rem;
    height: 2.2rem;
    border-width: 1px;
  }
  .slider-square {
    max-width: 107.5rem;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .slider-square__item {
    margin: 0 1.75rem;
    -webkit-transition: 0.3s opacity ease;
    transition: 0.3s opacity ease;
  }
  .slider-square__item:hover {
    opacity: 0.8;
  }
  .slider-square__img {
    border-radius: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .slider-square__date {
    font-size: 2.1rem;
    margin-bottom: 0.8rem;
  }
  .slider-square__ttl {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
  .slider-square__text {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }
  .slider-square .slick-arrow {
    top: 38%;
  }
  .slider-square .slick-prev {
    left: 3.75rem;
  }
  .slider-square .slick-next {
    right: 3.75rem;
  }
  .slick-arrow {
    width: 2.4rem;
    height: 8rem;
  }
  .slick-prev::before,
  .slick-next::before {
    width: 0.8rem;
    height: 1.6rem;
  }
  .sns {
    font-size: 1.6rem;
  }
  .sns::before {
    width: 4.6rem;
    height: 4.6rem;
  }
  .stickyMenu {
    display: none;
  }
  .stickyBtn-sp {
    display: none;
  }
  .stickyBtn-pc__wrapper {
    gap: 1rem;
  }
  .stickyBtn-pc__btn a {
    width: 12rem;
    padding: 2rem 0;
    border-radius: 0.8rem 0 0 0.8rem;
  }
  .stickyBtn-pc__btn.pm-line__button--parts a {
    font-size: 2rem;
  }
  .stickyBtn-pc__btn.-menu a {
    font-size: 2rem;
    color: #FFF;
    background: #747A89;
  }
  .stickyBtn-pc__btn.-sns a {
    background: #FFF;
    font-size: 1.6rem;
    color: #747A89;
    border: 0.2rem solid #747A89;
    border-right: none;
  }
  .ttl-two-rows {
    gap: 3rem;
  }
  .ttl-two-rows .ja,
  .ttl-column .ja {
    font-size: 1.4rem;
  }
  .ttl-two-rows .en,
  .ttl-column .en {
    font-size: 4.8rem;
  }
  .ttl-deco::after {
    width: 1.8rem;
    height: 0.9rem;
  }
  .ttl-two-rows-reverse .ja {
    font-size: 1.8rem;
    line-height: 1.1111111111;
    margin-bottom: 0.8rem;
  }
  .ttl-two-rows-reverse .en {
    font-size: 7.2rem;
    line-height: 1.1944444444;
    margin-bottom: 0.8rem;
  }
  .ttl-two-rows-icon .en {
    font-size: 7.2rem;
    line-height: 1.1944444444;
    margin-bottom: 0.8rem;
  }
  .ttl-two-rows-icon .ja {
    font-size: 2rem;
    line-height: 1.45;
    margin-bottom: 0.8rem;
    padding-right: 2.5rem;
    font-weight: 500;
  }
  .ttl-two-rows-icon .ja::after {
    width: 1.7rem;
    height: 1.5rem;
  }
  .ttl-line span {
    font-size: 2.4rem;
    padding-left: 17.6rem;
    padding-right: 17.6rem;
  }
  .ttl-line span::before,
  .ttl-line span::after {
    height: 1px;
    width: 10.4rem;
  }
  .opening::after {
    top: 56%;
  }
  .loading__img {
    width: 58.2rem;
  }
  a.sns::before,
  a.blog:before,
  a.tiktok:before {
    width: 3.2rem;
    height: 3.2rem;
  }
  a.sns::before,
  a.blog:before,
  a.tiktok:before {
    width: 8.8888888889vw;
    height: 8.8888888889vw;
  }
  a.sns,
  a.blog,
  a.tiktok {
    font-size: 1.6rem;
  }
  .columnAll__item,
  .columnRanking__item {
    -webkit-box-shadow: 0.7rem 0.7rem 1.4rem 0 #E2E2E2, -2.5rem -2.5rem 8rem 0 #FFF;
            box-shadow: 0.7rem 0.7rem 1.4rem 0 #E2E2E2, -2.5rem -2.5rem 8rem 0 #FFF;
    border-radius: 1.6rem;
  }
  .columnAll__link,
  .columnRanking__link {
    gap: 1.6rem;
    padding: 1.6rem 2.8rem 1.6rem 1.6rem;
  }
  .columnAll__imgWrap,
  .columnRanking__imgWrap {
    width: 11.8rem;
  }
  .columnAll__img,
  .columnRanking__img {
    border-radius: 0 1.6rem 1.6rem 1.6rem;
  }
  .columnAll__dateWrap,
  .columnRanking__dateWrap {
    margin-bottom: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .columnAll__date,
  .columnRanking__date {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    margin-right: 3.2rem;
  }
  .columnAll__heading,
  .columnRanking__heading {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }
  .columnAll__txt,
  .columnRanking__txt {
    font-size: 1.6rem;
    line-height: 2;
  }
  .columnRanking {
    margin-bottom: 14rem;
  }
  .columnRanking__ttl .en {
    font-size: 4.8rem;
  }
  .columnRanking__ttl .ja {
    font-size: 1.4rem;
  }
  .l-columnRanking {
    padding-top: 8rem;
  }
  .l-columnRanking .ttl-column {
    margin-bottom: 3.2rem;
  }
  .columnRanking__content {
    gap: 3.2rem;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .columnRanking__img::after {
    width: 7.3rem;
    height: 4.1rem;
  }
  .columnRanking__item:nth-child(1) .columnRanking__img::after {
    width: 7.2rem;
    height: 7.2rem;
  }
  .columnRanking__item:first-of-type {
    grid-column: 1/-1;
  }
  .columnRanking__item:first-of-type .columnRanking__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 2.4rem 4rem;
    gap: 4rem;
  }
  .columnRanking__item:first-of-type .columnRanking__imgWrap {
    width: 30.9rem;
  }
  .columnRanking__item:first-of-type .columnRanking__heading {
    font-size: 3.2rem;
  }
  .columnRanking__item:first-of-type .columnRanking__txt {
    font-size: 1.6rem;
  }
  .l-columnAll__column {
    width: 67%;
  }
  .columnAll {
    padding-bottom: 21.6rem;
  }
  .l-columnAll__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .columnAll__ttl {
    margin-bottom: 3.2rem;
  }
  .columnAll__ttl .en {
    font-size: 4.8rem;
  }
  .columnAll__ttl .ja {
    font-size: 1.4rem;
  }
  .columnAll__item {
    margin-bottom: 3.2rem;
  }
  .columnAll__pagination {
    margin-top: 4rem;
  }
  .l-columnAll__sidebar {
    width: 29.5%;
  }
  .l-columnAll__sidebar .columnAll__header {
    font-size: 2.4rem;
    padding: 1rem 1.6rem;
    margin-bottom: 1.8rem;
    border-width: 0.1rem;
  }
  .columnAll__category {
    margin-bottom: 6rem;
  }
  .columnAll__sideBox {
    gap: 1rem;
  }
  .columnAll__categoryLink {
    font-size: 1.4rem;
    padding: 1rem 1.3rem;
  }
  .columnCategory__btn {
    margin-top: 2.4rem;
  }
  .l-doctor__inner {
    padding-top: 6.4rem;
    padding-bottom: 21.2rem;
    max-width: 90rem;
  }
  .doctor__wrapper .btn-round-white01 {
    margin-top: 5.4rem;
  }
  .doctor__wrapper .btn-round-white01 a {
    padding: 2.4rem 10.5rem;
  }
  .doctor__wrapper:not(:last-child) {
    margin-bottom: 10rem;
  }
  .doctor__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.3rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4.8rem;
  }
  .doctor__ttl {
    margin-bottom: 2.4rem;
  }
  .doctor__ttl .job {
    font-size: 1.8rem;
  }
  .doctor__ttl .name {
    margin-left: 1.6rem;
    font-size: 3.2rem;
  }
  .doctor__ttl .sns {
    margin-top: 0;
    font-size: 2.4rem;
    display: inline-block;
    padding-left: 4.8rem;
    margin-left: 3.2rem;
  }
  .doctor__imgWrap {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 29rem;
    margin: 0;
  }
  .doctor__name--en {
    font-size: 4.1rem;
    top: 15.3rem;
    right: -9.5rem;
  }
  .doctor__info {
    margin-bottom: 13.3333333333vw;
    gap: 2.1rem;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .doctor__info {
    margin-bottom: 5.6rem;
  }
  .doctorInfo__box:not(:last-of-type) {
    margin-bottom: 0;
  }
  .doctorInfo__wrap {
    padding: 2.4rem;
    border-radius: 0.8rem;
    -webkit-box-shadow: 0.7rem 0.7rem 1.4rem 0 #E2E2E2, -2rem -2rem 8rem 0 #FFFFFF;
            box-shadow: 0.7rem 0.7rem 1.4rem 0 #E2E2E2, -2rem -2rem 8rem 0 #FFFFFF;
  }
  .doctorInfo__ttl {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
    padding-bottom: 0.8rem;
    border-bottom: 0.1rem solid #E6E6E6;
  }
  .doctorInfo__item {
    font-size: 1.6rem;
    padding-left: 1.6rem;
  }
  .doctorInfo__item:not(:last-of-type) {
    margin-bottom: 0.8rem;
  }
  .doctorInfo__item::before {
    top: 0.7rem;
    width: 0.9rem;
    height: 0.9rem;
  }
  .doctor__gallery {
    margin-bottom: 4rem;
  }
  .gallery__list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 2.3rem;
  }
  .doctor__specialty,
  .doctor__sns {
    padding: 2.4rem;
    border-radius: 0.8rem;
    -webkit-box-shadow: 0.7rem 0.7rem 1.4rem 0 #E2E2E2, -1.2rem -1.2rem 5.6rem 0 #FFF;
            box-shadow: 0.7rem 0.7rem 1.4rem 0 #E2E2E2, -1.2rem -1.2rem 5.6rem 0 #FFF;
    margin-bottom: 4rem;
  }
  .doctorSpecialty__heading,
  .doctorSns__heading {
    padding-bottom: 0.8rem;
    margin-bottom: 2.6rem;
    gap: 1.7rem;
    border-width: 0.1rem;
  }
  .doctorSpecialty__heading .en,
  .doctorSns__heading .en {
    font-size: 2.4rem;
  }
  .doctorSpecialty__heading .ja,
  .doctorSns__heading .ja {
    font-size: 1.6rem;
  }
  .doctorSpecialty__list,
  .doctorSns__list {
    gap: 3.2rem;
  }
  .doctorSpecialty__item,
  .doctorSns__item {
    font-size: 1.6rem;
    padding-left: 4.8rem;
  }
  .doctorSpecialty__item::before,
  .doctorSns__item::before {
    width: 3.8rem;
    height: 3.8rem;
    -webkit-box-shadow: 0.2rem 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0.2rem 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.1);
  }
  .doctor__subTtl {
    margin-bottom: 3.2rem;
  }
  .doctor__subTtl span {
    font-size: 2.4rem;
    padding: 0 15.2rem;
  }
  .doctor__subTtl span::before,
  .doctor__subTtl span::after {
    width: 10.4rem;
    height: 0.1rem;
  }
  .doctorPickup__gallery {
    margin-bottom: 4.8rem;
  }
  .doctorPickup__wrap {
    padding: 2.4rem;
    border-radius: 0.8rem;
    -webkit-box-shadow: 0.7rem 0.7rem 1.4rem 0 #E2E2E2, -1.2rem -1.2rem 5.6rem 0 #FFF;
            box-shadow: 0.7rem 0.7rem 1.4rem 0 #E2E2E2, -1.2rem -1.2rem 5.6rem 0 #FFF;
    margin-bottom: 5.6rem;
  }
  .doctorPickup__txt {
    font-size: 1.6rem;
  }
  .doctor__pickup {
    margin-bottom: 4.8rem;
  }
  .doctor__btn {
    margin-top: 5rem;
  }
  .doctor__interview {
    margin: 8rem auto;
  }
  .doctorInterview_ttl,
  .doctorInterview_ttl p:first-of-type {
    display: inline-block;
    text-align: left;
  }
  .doctorInterview__inner .doctorInterview_ttl p:first-of-type {
    font-size: 3.2rem;
    display: inline-block;
  }
  .doctorInterview__inner .doctorInterview_ttl h2 {
    font-size: 1.6rem;
    margin-left: 0.8rem;
    display: inline-block;
  }
  .doctorInterview__subTtl {
    margin-bottom: 1rem !important;
  }
  .doctorInterview__image {
    float: right;
    margin-left: 3.5rem;
    margin-bottom: 2rem;
    width: 30%;
  }
  .doctorInterview__box {
    overflow: hidden;
  }
  .menu-template-default .doctorInfo__item {
    padding-left: 2rem;
  }
  .menu-template-default .doctorInfo__item::before {
    top: 1.3rem;
  }
  .eclinicMessage__content {
    padding: 6.4rem 5.7rem;
    border-width: 1px;
  }
  .eclinicMessage__subTtl {
    font-size: 3.2rem;
    line-height: 1.5;
    margin-bottom: 3.8rem;
  }
  .eclinicMessage__wrap {
    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;
  }
  .eclinicMessage__img {
    width: 26.5rem;
    margin: 0;
  }
  .eclinicMessage__box {
    width: calc(100% - 26.5rem);
    padding-right: 4rem;
  }
  .eclinicMessage__txt {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
  .eclinicMessage__name {
    font-size: 2rem;
  }
  .eclinicReason__subTtl {
    font-size: 3.2rem;
    line-height: 1.5;
    margin-bottom: 2.5rem;
  }
  .eclinicReason__txt {
    font-size: 1.6rem;
    margin-bottom: 8rem;
  }
  .eclinicReason__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -2.5rem;
    margin-bottom: 0;
  }
  .eclinicReason__card {
    margin-left: 2.5rem;
    margin-bottom: 0;
    padding: 4.8rem 2.4rem 4rem;
    border-radius: 1.6rem;
  }
  .eclinicReason__num {
    font-size: 5.6rem;
    top: -2.9rem;
  }
  .eclinicReason__heading {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
  .eclinicReason__img {
    width: 20.8rem;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 3.2rem;
  }
  .eclinicReason__desc {
    font-size: 1.6rem;
  }
  .l-menuArchive__inner {
    padding-top: 9.6rem;
    padding-bottom: 14rem;
  }
  .menu__wrap {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem 3.2rem;
  }
  .menu__body {
    margin-top: 1.6rem;
  }
  .menu__container {
    border-radius: 10rem;
    padding: 1.6rem 4.5rem 1.6rem 2.4rem;
    border-width: 0.2rem;
    -webkit-box-shadow: 0.6rem 0.6rem 1.2rem 0 #E3DEDE, -2.5rem -2.5rem 6rem 0 #FFF;
            box-shadow: 0.6rem 0.6rem 1.2rem 0 #E3DEDE, -2.5rem -2.5rem 6rem 0 #FFF;
  }
  .menu__ttl {
    font-size: 2rem;
    margin-left: 1rem;
  }
  .menu__img {
    width: 4rem;
    height: 4rem;
  }
  .menu__btn {
    right: 2.4rem;
    width: 3rem;
    height: 3rem;
    -webkit-box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.1) inset;
  }
  .menu__btn::before,
  .menu__btn::after {
    width: 1.6rem;
    height: 2px;
  }
  .menu__btn::before {
    right: 0.2rem;
  }
  .menu__btn::after {
    right: 1.8rem;
  }
  .menu__item:not(:last-of-type) .menu__subLink {
    margin-bottom: 1rem;
  }
  .menu__subLink {
    font-size: 1.6rem;
    padding-left: 2.4rem;
    padding-bottom: 1rem;
    border-width: 0.1rem;
  }
  .osakaAbout__content {
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .osakaAbout__box {
    width: calc(100% - 55rem);
    margin-bottom: 0;
  }
  .osakaAbout__info {
    width: 55rem;
  }
  .osakaAbout__info .info__wrapper {
    padding: 6.4rem 2.4rem;
  }
  .osakaAbout__info dt {
    width: 100%;
    padding-right: 1rem;
  }
  .osakaAbout__info dd {
    width: 65rem;
  }
  .osakaAccess__content + .osakaAccess__content {
    margin-top: 0;
  }
  .osakaAccess__inner {
    margin-bottom: 0;
  }
  .osakaAccess__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 5rem;
  }
  .osakaAccess__ttl {
    font-size: 2rem;
    padding-left: 2rem;
  }
  .osakaAccess__txt {
    margin-bottom: 0;
    font-size: 1.6rem;
    padding-right: 2rem;
  }
  .osakaAccess__mapWrap {
    width: 53.6rem;
    margin-bottom: 0;
  }
  .osakaAccess__map {
    border-radius: 1.6rem;
    padding-top: 59.99%;
  }
  .osakaAccess__box:not(:last-of-type) {
    margin-bottom: 6.4rem;
  }
  .osakaAccess__subTtl {
    font-size: 2.4rem;
    line-height: 1.4583333333;
    padding-left: 2rem;
    border-width: 4px;
    margin-bottom: 3.2rem;
  }
  .osakaAccess__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
    margin-left: -11rem;
  }
  .osakaAccess__item {
    width: calc(33.3% - 11rem);
    margin-left: 11rem;
  }
  .osakaAccess__item:not(:last-of-type) {
    margin-bottom: 0;
  }
  .osakaAccess__item:not(:last-of-type)::after {
    border-width: 3.45rem 0 3.45rem 2.4rem;
    border-color: transparent transparent transparent #BFDFF0;
    bottom: auto;
    left: auto;
    top: 26%;
    -webkit-transform: none;
            transform: none;
    right: -7rem;
  }
  .osakaAccess__img {
    margin-bottom: 2.4rem;
  }
  .osakaAccess__desc {
    font-size: 1.6rem;
  }
  .osakaAccess__videoWrap {
    width: 53.5rem;
  }
  .l-osakaInterior__inner {
    position: relative;
  }
  .osakaInterior__top {
    width: 51.9rem;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
  }
  .osakaInterior__txt {
    font-size: 1.6rem;
  }
  .osakaInterior__img {
    width: calc(50% - 3.2rem);
    margin-left: 3.2rem;
    margin-bottom: 3.2rem !important;
  }
  .osakaInterior__img:not(:last-of-type) {
    margin-bottom: 0;
  }
  .osakaInterior__bottom {
    width: 86.8rem;
    height: 61rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: auto;
    position: relative;
  }
  .osakaInterior__bottom::before {
    display: none;
  }
  .osakaInterior__bottom::after {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 27.3rem;
    height: 27.3rem;
  }
  .osakaSubsidy__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .osakaSubsidy__image {
    width: 40%;
  }
  .osakaSubsidy__info {
    margin-top: 0;
    width: 57%;
  }
  .osakaSubsidy__txt {
    font-size: 1.125vw;
    margin-bottom: 2.5vw;
  }
  .osakaSubsidy__subTtl {
    font-size: 1.125vw;
    margin-bottom: 1vw;
  }
  .osakaSubsidy__table {
    margin-bottom: 2.5vw;
  }
  .osakaSubsidy__table th {
    padding: 0.5vw 0;
    font-size: 1.6rem;
  }
  .osakaSubsidy__table td {
    font-size: 0.875vw;
    padding: 0.5vw 0;
  }
  .osakaSubsidy__list {
    padding-left: 1vw;
  }
  .osakaSubsidy__item {
    font-size: 1vw;
    margin-bottom: 0.25vw;
  }
  .osakaSubsidy__item:before {
    left: -1vw;
  }
  .others:not(:first-of-type) {
    padding-top: 0;
  }
  .others__top {
    padding: 5.6rem 15rem 4rem;
    margin-bottom: 3.2rem;
  }
  .others__slick,
  .others__slick02 {
    margin-bottom: -3.4rem;
  }
  .others__txtBox {
    padding: 2.4rem 3.2rem;
    opacity: 0.93;
    border-radius: 0.8rem;
    width: 65.2rem;
    margin: 0 auto;
  }
  .others__txt {
    font-size: 1.6rem;
    line-height: 2;
  }
  .others__bottom {
    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;
    margin-bottom: 1.875vw;
  }
  .others__info {
    width: 63.3rem;
  }
  .others__info .info__wrapper {
    margin-bottom: 3rem;
    padding: 6.4rem 3.2rem 7.2rem;
    border-width: 0.1rem;
  }
  .others__info dt {
    width: calc(100% - 39.8rem);
  }
  .others__info dd {
    width: 39.8rem;
  }
  .others__wrap {
    width: calc(100% - 63.3rem);
    padding-right: 3.2rem;
    margin-top: 0.8rem;
  }
  .others__box {
    padding: 2.4rem 1.6rem;
    margin-bottom: 1.6rem;
    border-radius: 8px;
  }
  .others__subTtl {
    font-size: 1.6rem;
    margin-bottom: 0.7rem;
  }
  .others__subTtl::before {
    font-size: 3.2rem;
    top: -4rem;
  }
  .others__desc {
    font-size: 1.4rem;
  }
  .others__img:not(:last-child) {
    margin-bottom: 2rem;
  }
  .notFound {
    padding-bottom: 12rem;
  }
  .notFound p {
    margin-bottom: 4.8rem;
    font-size: 2rem;
  }
  .photosSearch {
    padding: 7.4rem 0;
  }
  .photosSearch__content {
    border-radius: 0.8rem;
    padding: 2.4rem 13.5rem;
    max-width: 100rem;
    -webkit-box-shadow: 1.4rem 1.4rem 2.8rem 0 #E2E2E2, -1.4rem -1.4rem 2.8rem 0 #FFF;
            box-shadow: 1.4rem 1.4rem 2.8rem 0 #E2E2E2, -1.4rem -1.4rem 2.8rem 0 #FFF;
  }
  .photosSearch__ttl {
    font-size: 3.2rem;
    margin-bottom: 3.2rem;
  }
  .photoSearch__freeword {
    margin-bottom: 3.2rem;
  }
  .photoSearch__freeword input {
    font-size: 2.4rem;
    border: 0.1rem solid rgba(0, 0, 0, 0.1);
    padding: 1rem 2rem 1rem 3.2rem;
  }
  .photoSearch__select {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 1.7rem;
  }
  .photoSearch__select::after {
    top: 50%;
    width: 1.1rem;
    height: 0.6rem;
    right: 2.4rem;
  }
  .photoSearch__select select {
    font-size: 1.8rem;
    border-width: 0.1rem;
    width: 28rem;
    padding: 1rem 2rem 1rem 3.2rem;
    cursor: pointer;
    outline: none !important;
  }
  .search__noPhotos {
    font-size: 2rem;
  }
  .photoSearch__radio {
    margin-bottom: 3.2rem;
  }
  .photoSearch__radio span {
    padding-left: 3.2rem;
  }
  .photoSearch__radio span::before {
    border-width: 1px;
    height: 2.4rem;
    width: 2.4rem;
  }
  .photoSearch__radio span::after {
    width: 1.6rem;
    height: 1.6rem;
    left: 0.5rem;
  }
  .photoSearch__radio label {
    margin-right: 3.2rem;
  }
  .photoSearch__radio input {
    width: 2.4rem;
    height: 2.4rem;
  }
  .photoSearch__radio span {
    font-size: 1.6rem;
    margin-left: 0.8rem;
  }
  .photoSearch__btn {
    margin-top: 3.2rem;
  }
  .photoSearch__btn input {
    font-size: 1.8rem;
    padding: 1.9rem;
    border-radius: 10rem;
    width: 30.7rem;
  }
  .photoSearch__checkbox {
    margin-left: -1.6rem;
  }
  .photosSearch__checkboxTtl {
    margin-left: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .photosSearch__checkboxTtl span {
    font-size: 2rem;
    padding: 1rem 2rem;
    border: #747A89 1px solid;
  }
  .photoSearch__checkbox label {
    margin-left: 1.6rem;
    cursor: pointer;
  }
  .photoSearch__checkbox span {
    font-size: 1.6rem;
    padding: 0.8rem 1.6rem;
    margin-bottom: 1.6rem;
  }
  .photosAll {
    padding-bottom: 14rem;
  }
  .l-photosPickup {
    padding-top: 16rem;
  }
  .photosPickup__ranking {
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -5rem;
  }
  .photosPickup__rank {
    width: calc(33.3% - 5rem);
    margin-left: 5rem;
  }
  .photosPickup__rank:not(:last-of-type) {
    margin-bottom: 0;
  }
  .photosAll__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: none;
    margin: 0;
    margin-left: -5rem;
    margin-bottom: -5.6rem;
  }
  .photosAll__item {
    width: calc(33.3% - 5rem);
    margin-left: 5rem;
    margin-bottom: 5.6rem;
  }
  .photosAll__img {
    margin-bottom: 1.6rem;
  }
  .photosAll__dateWrap {
    margin-bottom: 1.6rem;
  }
  .photosAll__dateWrap time {
    font-size: 1.4rem;
  }
  .photosAll__subTtl {
    border-width: 4px;
    border-radius: 2px;
    font-size: 2rem;
    margin-bottom: 1.6rem;
    padding-left: 1.2rem;
    min-height: 5.6rem;
  }
  .photosAll__price {
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
  }
  .photosAll__btn {
    padding: 1.2rem;
    border-radius: 3.6rem;
    border-width: 1px;
    cursor: pointer;
  }
  .photosAll__btn span {
    font-size: 1.6rem;
    padding-right: 3.2rem;
  }
  .photosAll__btn span::after,
  .photosAll__btn span::before {
    height: 0.2rem;
    width: 1.6rem;
  }
  .photosAll__wrapper {
    padding-bottom: 4rem;
    margin-top: 1.6rem;
  }
  .photosAll__info {
    margin-bottom: 4rem;
  }
  .photosAll__person {
    width: 4rem;
  }
  .photosAll__name {
    margin-left: 1.6rem;
    font-size: 1.6rem;
  }
  .photosAll__wrap {
    padding: 0 1.6rem;
  }
  .photosAll__box:not(:last-of-type) {
    margin-bottom: 2.4rem;
  }
  .photosAll__heading {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
  .photosAll__box li a {
    font-size: 1.6rem;
    padding-left: 1.8rem;
  }
  .photosAll__box li a::before {
    font-size: 1.6rem;
  }
  .photosAll__box p {
    font-size: 1.4rem;
  }
  .photosAll__pagination {
    margin-top: 5.6rem;
  }
  .single__header {
    padding-top: 1.2rem;
  }
  .single__headerWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    max-width: 100rem;
    margin: 0 auto;
  }
  .single__contents--pc .single__headerWrap {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  .single__dateWrap {
    gap: 2rem;
    margin-bottom: 0;
  }
  .single__date {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .single__tags {
    margin-bottom: 0;
    margin-left: 2rem;
    gap: 1rem;
  }
  .single__tag {
    font-size: 1.4rem;
  }
  .single__contents--sp {
    width: 100%;
    margin-top: 2.4rem;
  }
  #ez-toc-container,
  .single__contents--pc #ez-toc-container {
    position: sticky;
    -webkit-box-shadow: 1.4rem 1.4rem 2.8rem 0 #E2E2E2, -1.4rem -1.4rem 2.8rem 0 #FFF !important;
            box-shadow: 1.4rem 1.4rem 2.8rem 0 #E2E2E2, -1.4rem -1.4rem 2.8rem 0 #FFF !important;
  }
  .ez-toc-title {
    font-weight: 600 !important;
    display: block !important;
    padding-bottom: 0.8rem !important;
    margin-bottom: 1.2rem !important;
    color: #747A89 !important;
    position: relative;
    border-bottom: 0.1rem #747A89 solid !important;
    width: 100%;
  }
  .ez-toc-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ez-toc-list li {
    width: 50%;
    padding-right: 2rem;
  }
  .ez-toc-list li:not(:last-of-type) {
    margin-bottom: 1rem !important;
  }
  .ez-toc-list li a {
    padding-left: 1.6rem;
  }
  .ez-toc-list li a::before {
    width: 0.4rem;
    height: 0.4rem;
  }
  .single__body {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 104rem;
    margin: 0 auto;
  }
  .single__content {
    padding-top: 10rem;
  }
  .single__content * {
    margin-bottom: 2.4rem;
  }
  .single__content .lead {
    margin-bottom: 7.8rem;
  }
  .single__content .flex-basic {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .single__content .flex-basic .is-layout-flow:first-of-type {
    min-width: 40rem;
    margin-right: 3.2rem;
    margin-bottom: 0;
  }
  .single__content .flex-basic figure {
    margin-bottom: 0;
  }
  .single__content .wp-block-image {
    max-width: 80rem;
    margin: 0 auto 3.2rem;
  }
  .single__content .bg-bubble::before {
    background: url("../img/single/bg-bubble_pc.jpg") top center/100% repeat-y;
  }
  .single__content .ttl-en {
    font-size: 7.2rem;
    line-height: 1.1944444444;
  }
  .single__content .ttl-en + h2 {
    font-size: 2rem;
  }
  .single__content .ttl-en + #ez-toc-container + h2 {
    font-size: 2rem;
  }
  .single__content h2 {
    font-size: 4.8rem;
    margin-bottom: 3.2rem !important;
  }
  .single__content h3 {
    font-size: 2.4rem;
    padding: 1.2rem 0;
    margin-top: 8.6rem;
    border-width: 0.1rem;
  }
  .single__content .ttl-bg {
    font-size: 2.4rem;
    line-height: 1.4583333333;
    padding: 1.2rem 1.6rem;
    margin-top: 7.2rem;
  }
  .single__content h4 {
    font-size: 2.2rem;
    margin-top: 9.1rem;
  }
  .single__content p {
    font-size: 1.6rem;
  }
  .single__content .ttl-bottom-line {
    font-size: 2rem;
    line-height: 1.6;
    padding-bottom: 1.5rem;
    margin-top: 5.6rem;
  }
  .single__content .l-inner-sm {
    max-width: 80rem;
    margin: 0 auto 3.2rem;
  }
  .single__content .l-inner-md {
    max-width: 93.4rem;
    margin: 0 auto 3.2rem;
  }
  .single__content ul,
  .single__content ol {
    margin: 0 auto 4rem;
  }
  .single__content ul li {
    font-size: 1.6rem;
    padding-left: 2.4rem;
    margin-bottom: 1rem;
    width: 50%;
  }
  .single__content ul li::before {
    top: 0.75rem;
    width: 0.9rem;
    height: 0.9rem;
  }
  .single__content ol li {
    font-size: 1.6rem;
    padding-left: 2.4rem;
  }
  .single__content ol li:not(:last-of-type) {
    margin-bottom: 1.6rem !important;
  }
  .single__content ol li::before {
    top: 5%;
  }
  .single__content .step {
    border-radius: 1.6rem;
    padding: 3.2rem;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    -webkit-box-shadow: 0 0 6px #c8e9f0;
            box-shadow: 0 0 6px #c8e9f0;
  }
  .single__content .step .wp-block-columns {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
  .single__content .step .wp-block-image {
    margin-bottom: 0;
  }
  .single__content .step .wp-block-group__inner-container {
    margin-left: 0 !important;
  }
  .single__content .step:not(:last-of-type) {
    margin-bottom: 8rem;
  }
  .single__content .step:not(:last-of-type)::before {
    border-width: 3.2rem 7rem 0 7rem;
    bottom: -5.6rem;
  }
  .single__content .step .is-layout-flow:last-of-type {
    width: calc(100% - 32rem);
    padding-left: 2.4rem;
    margin-bottom: 0;
    text-align: left;
  }
  .single__content .step .is-layout-flow:first-of-type {
    width: 32rem;
  }
  .single__content .step div:last-of-type p:first-of-type {
    margin-bottom: 1.6rem;
    border-radius: 5rem;
    font-size: 2.4rem;
    padding: 0.8rem 2.4rem;
  }
  .single__content .step div:last-of-type p:last-of-type {
    font-size: 1.6rem;
  }
  .single__content .table01 table td {
    padding: 2rem 1rem 1rem 1rem !important;
  }
  .single__content .table-basic {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  }
  .single__content .table-basic table th {
    font-size: 1.6rem;
    border-width: 1px;
    padding: 1.4rem;
  }
  .single__content .table-basic table td {
    font-size: 1.6rem;
    border-width: 1px !important;
    padding: 0.8rem;
  }
  .single__content .table-price table {
    border: none !important;
  }
  .single__content .table-price table th,
  .single__content .table-price table td {
    display: table-cell;
    font-size: 1.6rem;
    border: 0.1rem solid #747A89 !important;
  }
  .single__content .table-price table th {
    width: 32%;
    padding: 3.2rem 2.8rem !important;
    text-align: left;
  }
  .single__content .table-price table td {
    width: 68%;
    padding: 1.6rem 2.1rem !important;
    text-align: right !important;
  }
  .single__content .table-complex {
    overflow-x: none;
  }
  .single__content .table-complex table {
    border-spacing: 0.8rem;
    width: 100%;
  }
  .single__content .table-complex table th,
  .single__content .table-complex table td {
    font-size: 1.6rem;
    white-space: initial;
  }
  .single__content .table-complex table th {
    padding: 0.8rem 2rem;
  }
  .single__content .table-complex table td {
    padding: 0.8rem;
    border-width: 0.1rem !important;
  }
  .single__content .table-complex table tr td:first-child {
    height: 6.6rem;
  }
  .single__content .table-td-text-right table tr td {
    text-align: left !important;
  }
  .single__content .card-list > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2rem;
    margin-bottom: -4rem;
  }
  .single__content .card {
    width: calc(33.3% - 2rem);
    margin-bottom: 4rem;
    margin-left: 2rem;
  }
  .single__content .card > div {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 1.6rem;
  }
  .single__content .card.hide > div::after {
    font-size: 1.4rem;
    border-radius: 2.9rem;
    padding: 1rem;
    bottom: 2.4rem;
    width: 80%;
    max-width: 27.3rem;
  }
  .single__content .card.hide > div {
    height: 45rem;
  }
  .single__content .card h3 {
    font-size: 2rem;
    padding: 1.6rem;
  }
  .single__content .card p {
    font-size: 1.6rem;
  }
  .single__content .card .wp-block-group {
    padding: 1.6rem 2.4rem 2.4rem;
  }
  .single__content .card.hide .wp-block-group {
    padding: 1.6rem 2.4rem 9rem;
  }
  .single__content .trainingStep__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1%;
  }
  .single__content .trainingStep__box {
    width: 32%;
    padding: 5.8rem 0 0;
    margin-bottom: 2.4rem;
  }
  .single__content .trainingStep__num {
    font-size: 1.6rem;
    top: 1.3rem;
    padding: 0.8rem 3rem 0.5rem 2.4rem;
    border-radius: 0 50vh 50vh 0;
  }
  .single__content .trainingStep__num span {
    font-size: 2rem;
  }
  .single__content .trainingStep_heading {
    font-size: 1.8rem;
    margin: 0 1.4rem;
    padding-bottom: 0.8rem;
  }
  .single__content .trainingStep__image {
    padding: 0 1.4rem;
    margin-bottom: 1.6rem;
  }
  .single__content .trainingStep__th {
    padding: 1.6rem 0 1.6rem 1.4rem;
    font-size: 1.4rem;
  }
  .single__content .trainingStep__td {
    margin-left: 4rem;
    padding: 1.6rem 1rem 1.6rem 0;
  }
  .single__content .trainingStep__list {
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: block;
  }
  .single__content .trainingStep__list li {
    width: 100%;
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
    padding-left: 2rem;
  }
  .single__content .trainingStep__list li:nth-child(2n+1) {
    padding-right: 0;
    width: 100%;
  }
  .single__content .dc__quote {
    font-size: 2rem;
  }
  .single__content .dc__quote:before {
    bottom: -9.5rem;
    font-size: 10rem;
  }
  .single__content .tb__box {
    margin-bottom: 5rem;
    padding-bottom: 1.6rem;
  }
  .single__content .tb__boxMore::before {
    font-size: 1.4rem;
    padding: 1rem 3rem;
  }
  .singleDoctor__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
  .singleDoctor__ttl {
    margin-bottom: 4.8rem;
  }
  .singleDoctor__card:not(:last-of-type) {
    margin-bottom: 0;
  }
  .qa:not(:last-of-type) {
    margin-bottom: 3rem;
  }
  .qa {
    border-width: 0.1rem;
  }
  .qa .qa__question p, .qa .qa__question h3 {
    font-size: 2.4rem;
    line-height: 1.4583333333;
    padding-top: 1.5rem;
    padding-bottom: 2.4rem;
  }
  .qa .qa__question p {
    font-size: 1.8rem;
  }
  .qa .qa__answer p {
    font-size: 1.4rem;
  }
  .qa .qa__answer {
    padding: 1.6rem 3.2rem;
  }
  .qa .wp-block-group:first-of-type {
    padding-left: 6.8rem;
  }
  .qa .wp-block-group:first-of-type::before {
    font-size: 1.8rem;
    width: 4.8rem;
    height: 4.8rem;
    top: 41%;
    -webkit-box-shadow: 0.2rem 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0.2rem 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.1);
  }
  .qa__question p::before,
  .qa__question p::after,
  .qa__question h3::before,
  .qa__question h3::after {
    height: 0.4rem;
    width: 3.2rem;
  }
  .qa__question p::before, .qa__question h3::before {
    right: 0.2rem;
  }
  .qa__question p::after, .qa__question h3::after {
    right: 1.8rem;
  }
  .ttl-icon, .ttl-icon--left {
    margin-bottom: 4rem !important;
  }
  .ttl-icon p, .ttl-icon--left p {
    font-size: 7.2rem;
    line-height: 1.1944444444;
  }
  .ttl-icon h2, .ttl-icon--left h2 {
    font-size: 2rem;
    line-height: 1.45;
    padding-right: 2.5rem;
    font-weight: 500;
    margin-bottom: 0 !important;
  }
  .ttl-icon h2::after, .ttl-icon--left h2::after {
    width: 1.7rem;
    height: 1.5rem;
  }
  .ttl-icon--left {
    margin-bottom: 3.5rem;
    text-align: left;
  }
  .ttl-icon--left p {
    text-align: left;
  }
  .bg-marble-bubble02 {
    background: url("../img/single/bg-bubble_pc.jpg") top center/100% repeat-y;
  }
  .single02__inner {
    padding-top: 8.6rem;
  }
  .column_content {
    padding-bottom: 22.6rem;
  }
  .single02__content * {
    margin-bottom: 3.2rem;
  }
  .single02__content p {
    font-size: 1.6rem;
  }
  .single02__content h2 {
    font-size: 3.2rem;
    line-height: 1.4375;
    margin-top: 10rem;
  }
  .single02__content h3 {
    font-size: 2.4rem;
    padding: 1rem 1rem;
    border-width: 0.1rem;
  }
  .single02__content h4 {
    font-size: 2rem;
    border-width: 4px;
    padding-left: 2rem;
  }
  .single02__content h5 {
    font-size: 1.8rem;
  }
  .single02__content h6 {
    font-size: 1.6rem;
  }
  .single02__content ul li {
    font-size: 1.6rem;
    padding-left: 1.4rem;
  }
  .single02__content ul li:not(:last-of-type) {
    margin-bottom: 1.6rem !important;
  }
  .single02__content ul li::before {
    width: 0.6rem;
    height: 0.6rem;
  }
  .single02__content ol li {
    font-size: 1.6rem;
    padding-left: 1.4rem;
    padding-left: 3rem;
  }
  .single02__content ol li:not(:last-of-type) {
    margin-bottom: 1.6rem !important;
  }
  .single02__content ol li::before {
    font-size: 2.4rem;
  }
  .single02__content .wp-block-quote::before {
    width: 1.8rem;
    height: 1.8rem;
    top: -1rem;
  }
  .single02__content .wp-block-quote p {
    font-size: 1.6rem;
  }
  .single02__content table {
    border-width: 1px !important;
  }
  .single02__content table th,
  .single02__content table td {
    font-size: 1.6rem !important;
    padding: 1.6rem !important;
    border-width: 1px !important;
  }
  .single02__content table th {
    text-align: center !important;
    width: 32%;
  }
  .single02__content table td {
    border-left: 1px #747A89 solid !important;
    width: 68%;
  }
  .qaqnothing:not(:last-of-type) {
    margin-bottom: 3rem;
  }
  .qaqnothing {
    border-width: 1px;
  }
  .qaqnothing .qaqnothing__question p,
  .qaqnothing .qaqnothing__question h3 {
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.4583333333;
    padding-bottom: 2.4rem;
    padding-right: 7rem;
    padding-top: 1.5rem;
  }
  .qaqnothing .qaqnothing__answer p {
    font-size: 1.6rem;
  }
  .qaqnothing .wp-block-group:first-of-type {
    padding-left: 2rem;
  }
  .qaqnothing .wp-block-group:first-of-type::before {
    font-size: 2.4rem;
    width: 6rem;
    height: 6rem;
    top: 41%;
  }
  .qaqnothing__question p::before,
  .qaqnothing__question p::after,
  .qaqnothing__question h3::before,
  .qaqnothing__question h3::after {
    height: 0.4rem;
    width: 3.2rem;
  }
  .qaqnothing__question p::before,
  .qaqnothing__question h3::before {
    right: 0.2rem;
  }
  .qaqnothing__question p::after,
  .qaqnothing__question h3::after {
    right: 1.8rem;
  }
  .qaqnothing .wp-block-group:last-of-type {
    padding: 1.6rem 2.4rem;
  }
  .top .ttl-two-rows .en,
  .top .ttl-column .en {
    font-size: 5.6rem;
  }
  .top .ttl-two-rows .ja,
  .top .ttl-column .ja {
    font-size: 2rem;
  }
  .top .btn-round-white01 a {
    padding: 2rem 6.4rem;
  }
  .top-bg-video {
    opacity: 0.32;
  }
  .kvSlider::after {
    width: 104.31%;
    bottom: 5rem;
    height: 24rem;
  }
  .kvSlider {
    padding: 24rem 0 7.2rem;
  }
  .kvSlider .topSlide__arrow {
    margin-top: -6rem;
  }
  .kvSliderPc__main {
    width: 70rem;
  }
  .kvSliderPc__item {
    --depth: 64rem;
  }
  .topSlide__arrow {
    max-width: 15.8rem;
  }
  .topSlide__next,
  .topSlide__prev {
    width: 6.7rem;
    height: 6.7rem;
    -webkit-box-shadow: 0.6rem 0.6rem 1.2rem 0 #E3DEDE, -0.8rem -0.8rem 2.3rem 0 #FFF;
            box-shadow: 0.6rem 0.6rem 1.2rem 0 #E3DEDE, -0.8rem -0.8rem 2.3rem 0 #FFF;
    backdrop-filter: blur(0.2rem);
  }
  .txtSlider {
    padding-bottom: 9.7rem;
  }
  .txtSlider .txtSlider__list {
    padding: 1.6rem 0;
    border-top: 0.1rem solid #FFF;
    border-bottom: 0.1rem solid #FFF;
  }
  .txtSlider .slick-track {
    gap: 2rem;
  }
  .txtSlider .txtSlider__item {
    font-size: 12rem;
  }
  .topDoctor {
    padding: 0 0 12.6rem;
  }
  .topDoctor__ttl {
    margin-bottom: 6.4rem;
  }
  .topDoctor__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem 3.2rem;
  }
  .topDoctor__card:nth-child(3n+2) {
    margin-top: 4.8rem;
  }
  .topDoctor__card:nth-of-type(3n) {
    margin-top: 9.6rem;
  }
  .topAbout {
    padding-bottom: 7.3rem;
  }
  .topAbout__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .topAbout__ttl {
    margin-bottom: 4rem;
  }
  .topAbout__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4rem;
  }
  .topAbout__list {
    gap: 2.4rem;
    width: 31.34%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .topAbout__item {
    padding: 1.2rem 2.4rem;
    max-width: 29.6rem;
    -webkit-box-shadow: 0.6rem 0.6rem 1.2rem 0 #E3DEDE, -0.8rem -0.8rem 2.3rem 0 #FFF;
            box-shadow: 0.6rem 0.6rem 1.2rem 0 #E3DEDE, -0.8rem -0.8rem 2.3rem 0 #FFF;
    backdrop-filter: blur(0.2rem);
  }
  .topAbout__item .en {
    font-size: 1.4rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0.4rem;
    border-width: 0.1rem;
  }
  .topAbout__item .list__ttl {
    font-size: 1.6rem;
  }
  .topAbout__txt {
    font-size: 2rem;
  }
  .topGroup {
    padding-bottom: 14.8rem;
  }
  .topGroup .topOpen_item {
    width: 16rem;
  }
  .topGroup__ttl {
    margin-bottom: 3.2rem;
  }
  .topGroup__ttl .ja {
    font-size: 3.2rem;
  }
  .js-topOpen__slider .slick-track {
    gap: 1.6rem;
  }
  .topCampaign {
    padding-bottom: 11.8rem;
  }
  .topCampaign .ttl-two-rows {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3rem;
  }
  .topCampaign .arrow__box {
    max-width: 15.8rem;
    width: 100%;
    position: absolute;
    top: 6.6rem;
    right: 23.9rem;
    gap: 0;
    margin: 0;
  }
  .topCampaign .arrow__box .slick-arrow {
    width: 6.7rem;
    height: 6.7rem;
    -webkit-box-shadow: 0.6rem 0.6rem 1.2rem 0 #E3DEDE, -0.8rem -0.8rem 2.3rem 0 #FFF;
            box-shadow: 0.6rem 0.6rem 1.2rem 0 #E3DEDE, -0.8rem -0.8rem 2.3rem 0 #FFF;
    backdrop-filter: blur(0.2rem);
  }
  .topCampaign__btn {
    text-align: left;
  }
  .topCampaign__btn a {
    margin-top: 0;
  }
  .topCampaign__ttl {
    margin-bottom: 4rem;
  }
  .topCampaign__slider-wrapper .topCampaign__slider {
    padding-bottom: 6.4rem;
  }
  .topCampaign__slider-wrapper .topCampaign__slider .slick-list {
    overflow: hidden;
    margin-right: calc(50% - 50vw);
  }
  .topCampaign__slider-wrapper .topCampaign__slider .topCampaign__slider-item {
    width: 25.6rem;
    border-radius: 0.8rem;
    -webkit-box-shadow: 1.4rem 1.4rem 2.8rem 0 #E2E2E2, -1.4rem -1.4rem 2.8rem 0 #FFF;
            box-shadow: 1.4rem 1.4rem 2.8rem 0 #E2E2E2, -1.4rem -1.4rem 2.8rem 0 #FFF;
  }
  .topCampaign__slider-wrapper .topCampaign__slider .topCampaign__slider-item.slick-current {
    width: 40rem;
  }
  .topCampaign__slider-wrapper .topCampaign__slider .slick-track {
    gap: 3rem;
  }
  .topIntro {
    padding-top: 0;
    padding-bottom: 26.7rem;
  }
  .topIntro .ttl-two-rows {
    border-width: 0.1rem;
    padding-bottom: 1.6rem;
    margin-bottom: 2.4rem;
    max-width: 40rem;
    margin-right: auto;
    margin-left: auto;
  }
  .topIntro .ttl-two-rows .en {
    font-size: 3.2rem;
  }
  .topIntro .ttl-two-rows .ja {
    font-size: 4.8rem;
  }
  .topIntro__img01 {
    width: 27.3rem;
    top: 8.3rem;
    left: 0;
  }
  .topIntro__img02 {
    width: 17.7rem;
    top: 32.3rem;
    right: 0;
  }
  .topIntro__img03 {
    width: 17.7rem;
    right: 42.6rem;
    bottom: -8.8rem;
  }
  .topIntro__wrapper {
    padding: 12rem 0 13rem;
    max-width: 90rem;
  }
  .topIntro__wrapper::before {
    width: 90rem;
    height: 90rem;
    border-radius: 100rem;
  }
  .topIntro__lead {
    display: inline-block;
    font-size: 2rem;
    line-height: 1.2;
    padding-right: 2.6rem;
    margin-bottom: 1rem;
  }
  .topIntro__lead.ttl-deco::after {
    width: 1.8rem;
    height: 0.9rem;
  }
  .topIntro__txtBox {
    gap: 3.6rem;
    margin-bottom: 4.8rem;
  }
  .topIntro__txt {
    font-size: 1.6rem;
  }
  .topIntro__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.6rem;
  }
  .topIntro__container .doctor__specialty,
  .topIntro__container .doctor__sns {
    max-width: 40rem !important;
  }
  .topInstagram {
    padding-bottom: 16rem;
  }
  .topInstagram__ttl {
    margin-bottom: 3.2rem;
  }
  .topPicture__list {
    height: 35rem;
  }
  .topPicture__listItem {
    max-width: 16%;
  }
  .topPicture__listItem.i1 {
    left: -11%;
  }
  .topPicture__listItem.i1 a, .topPicture__listItem.i1 span {
    margin-top: 88%;
    -webkit-transform: translateX(0) rotate(-30deg);
            transform: translateX(0) rotate(-30deg);
  }
  .topPicture__listItem.i2 {
    left: 6%;
  }
  .topPicture__listItem.i2 a, .topPicture__listItem.i2 span {
    margin-top: 40%;
    -webkit-transform: translateX(0) rotate(-20deg);
            transform: translateX(0) rotate(-20deg);
  }
  .topPicture__listItem.i3 {
    left: 24%;
  }
  .topPicture__listItem.i3 a, .topPicture__listItem.i3 span {
    margin-top: 10%;
  }
  .topPicture__listItem.i5 {
    left: 60%;
  }
  .topPicture__listItem.i6 {
    left: 78%;
  }
  .topPicture__listItem.i6 a, .topPicture__listItem.i6 span {
    margin-top: 40%;
    -webkit-transform: translateX(0) rotate(20deg);
            transform: translateX(0) rotate(20deg);
  }
  .topPicture__listItem.i7 {
    left: 95%;
  }
  .topPicture__listItem.i7 a, .topPicture__listItem.i7 span {
    margin-top: 88%;
    -webkit-transform: translateX(0) rotate(30deg);
            transform: translateX(0) rotate(30deg);
  }
  .topPicture__listItem.i8 {
    left: 175vw;
  }
  .topInstagram__box {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 12rem;
  }
  .topInstagram__box .topSlide__arrow {
    margin-bottom: 4rem;
  }
  .topInstagram__risk {
    font-size: 1.4rem;
  }
  .topCalendar {
    padding-bottom: 16.4rem;
  }
  .topCalendar .topCalendar__item {
    max-width: 35.2rem;
  }
  .topCalendar .topCalendar__item .topCalendar__img {
    -webkit-box-shadow: 1.4rem 1.4rem 2.8rem 0 #E2E2E2, -1.4rem -1.4rem 2.8rem 0 #FFF;
            box-shadow: 1.4rem 1.4rem 2.8rem 0 #E2E2E2, -1.4rem -1.4rem 2.8rem 0 #FFF;
    border-radius: 0.8rem;
  }
  .topCampaign__ttl {
    margin-bottom: 4.8rem;
  }
  .topCalendar__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .topNews {
    padding-bottom: 10.7rem;
  }
  .topColumn__box {
    margin-bottom: 9.3rem;
  }
  .topNews__ttl {
    margin-bottom: 4.7rem;
  }
  .topNews__btn {
    margin-top: 3.2rem;
  }
  .topNews__item {
    padding-bottom: 1.8rem;
    border-width: 0.1rem;
  }
  .topNews__item:not(:last-of-type) {
    margin-bottom: 2.4rem;
  }
  .topNews__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.6rem;
    padding-right: 7.6rem;
  }
  .topNews__link::after {
    top: 0.7rem;
    right: 2.5rem;
    width: 3rem;
    height: 2.4rem;
  }
  .topNews__date {
    font-size: 1.4rem;
  }
  .topNews__heading {
    font-size: 1.6rem;
  }
  .topClinic {
    padding-bottom: 16.7rem;
  }
  .topClinic__slider .slick-track {
    gap: 3.2rem;
  }
  .topClinic__item {
    border-width: 0.3rem;
    border-radius: 20rem;
    -webkit-box-shadow: 1.2rem 1.8rem 1.4rem 0 rgba(255, 255, 255, 0.6) inset, -1.2rem 2rem 1rem 0 rgba(66, 73, 79, 0.4) inset;
            box-shadow: 1.2rem 1.8rem 1.4rem 0 rgba(255, 255, 255, 0.6) inset, -1.2rem 2rem 1rem 0 rgba(66, 73, 79, 0.4) inset;
    width: 24rem;
  }
  .topClinic__item:nth-of-type(2n) {
    width: 18rem;
  }
  .topSearch {
    padding-bottom: 9.5rem;
  }
  .topSearch__ttl {
    margin-bottom: 6.4rem;
  }
  .topInfo {
    padding-bottom: 19.7rem;
  }
  .topInfo::before {
    top: 23.6rem;
    width: 179rem;
    height: 30.5rem;
    -webkit-box-shadow: 1.6rem 1.6rem 2rem 0 rgba(0, 0, 0, 0.05) inset;
            box-shadow: 1.6rem 1.6rem 2rem 0 rgba(0, 0, 0, 0.05) inset;
    backdrop-filter: blur(0.2rem);
  }
  .topInfo__ttl {
    margin-bottom: 6.1rem;
  }
  .info__btnWrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .info__btnLink {
    width: 35.2rem;
    padding: 3.8rem 4.8rem !important;
  }
  .info__btnLink::after {
    top: 8.2rem;
    -webkit-transform: none;
            transform: none;
    right: 4.5rem;
    width: 4.8rem;
    height: 3.8rem;
  }
  .info__btnTtl {
    font-size: 3.2rem;
    margin-bottom: 1rem;
  }
  .info__btnTxt {
    font-size: 1.4rem;
  }
  .l-topInfo__inner {
    padding-top: 9.3rem;
    padding-bottom: 21.4rem;
  }
  .topInfo__ttl {
    margin-bottom: 4rem;
  }
  .topInfo__content {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 3.6rem 7.7rem 4.8rem 7.75rem;
    border-width: 8px;
    margin-bottom: 3.1rem;
  }
  .topInfo__news {
    margin-bottom: 4rem;
  }
  .topInfo__item {
    border-width: 1px;
  }
  .topInfo__link {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .topInfo__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
    margin-bottom: 2rem;
  }
  .topInfo__box {
    width: 36.05rem;
  }
  .topInfo__unit {
    margin-bottom: 0;
    min-width: 15rem;
  }
  .topInfo__date {
    font-size: 1.2rem;
  }
  .topInfo__heading {
    margin-left: 2rem;
    font-size: 1.6rem;
  }
  .topInfo__tag {
    font-size: 1.2rem;
    margin-left: 1rem;
    padding: 0.6rem 1.2rem;
  }
  .topInfo__subTtl {
    text-align: left;
    font-size: 2.4rem;
    padding-bottom: 1rem;
    margin-bottom: 2.2rem;
  }
  .topInfo__subTtl::before {
    height: 2px;
    width: 3.6rem;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
  .topInfo__tel span {
    font-size: 3.2rem;
  }
  .topInfo__tel {
    margin-bottom: 0.8rem;
  }
  .topInfo__text {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 1.5rem;
  }
  .topInfo__table {
    margin-bottom: 2.4rem;
  }
  .topInfo__table tr {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    border-width: 1px;
  }
  .topInfo__table .font-lg {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .topInfo__table th,
  .topInfo__table td {
    padding: 0.8rem 0;
  }
  .topInfo__table span {
    width: 0.8rem;
    height: 0.8rem;
  }
  .topInfo__table .cross::before,
  .topInfo__table .cross::after {
    width: 0.9rem;
    height: 0.1rem;
  }
  .topInfo__cta {
    margin-bottom: 0;
  }
  .topInfo__location {
    width: 40rem;
  }
  .topInfo__mapWrap {
    border-radius: 1.6rem;
    margin-bottom: 2.3rem;
  }
  .topInfo__map {
    padding-top: 72.75%;
  }
  .topInfo__address {
    font-size: 1.4rem;
  }
  .topInfo__btn:not(:last-of-type) {
    margin-bottom: 0;
  }
  .topInfo__btnList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .topContact {
    margin-bottom: 13rem;
  }
  .topContact__ttl {
    margin-bottom: 3.2rem;
  }
  .topContact__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.8rem;
    padding: 4rem 9.6rem;
    border-radius: 2.4rem;
    -webkit-box-shadow: 1.4rem 1.4rem 2.8rem 0 #E2E2E2, -1.4rem -1.4rem 2.8rem 0 #FFF;
            box-shadow: 1.4rem 1.4rem 2.8rem 0 #E2E2E2, -1.4rem -1.4rem 2.8rem 0 #FFF;
  }
  .topContact__content .btn-round-white01 {
    text-align: left;
  }
  .topContact__content .btn-round-white01 a {
    padding: 2rem 6.4rem;
  }
  .topContact__subTtl {
    font-size: 3.6rem;
    margin-bottom: 3rem;
  }
  .topContact__text {
    margin-bottom: 2.8rem;
  }
  .topContact__text-small {
    text-align: left;
    font-size: 1.6rem;
    margin-bottom: 2.4rem;
  }
  .topContact__box {
    width: 44.8rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .topContact__location {
    width: 44.8rem;
  }
  .topContact__map {
    margin-bottom: 2.1rem;
  }
  .topContact__table {
    margin-bottom: 4.2rem;
  }
  .topContact__table tr {
    border-width: 0.1rem;
  }
  .topContact__table .font-lg {
    font-size: 1.6rem;
  }
  .topContact__table th,
  .topContact__table td {
    font-size: 1.4rem;
    padding: 1rem 0;
  }
  .topContact__table span {
    width: 1.6rem;
    height: 1.6rem;
  }
  .topContact__table .circle {
    border-width: 0.1rem;
  }
  .topContact__table .cross::before,
  .topContact__table .cross::after {
    width: 1.6rem;
    height: 0.1rem;
  }
  .topProblems {
    background: url("../img/top/problems-bg02.png") top center/cover no-repeat;
  }
  .l-topProblems__inner {
    padding: 10rem 0;
  }
  .topProblems__ttl {
    margin-bottom: 4rem;
  }
  .topProblems__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .topProblems__item {
    width: 33.3%;
  }
  .topProblems__item:nth-child(2n) {
    text-align: left;
  }
  .topProblems__item:nth-child(2n) .topProblems__btn span {
    padding-right: 7.4rem;
    padding-left: 0;
  }
  .topProblems__item:nth-child(1) .topProblems__link::before {
    background-image: url("../img/top/problems-img01.jpg");
  }
  .topProblems__item:nth-child(2) .topProblems__link::before {
    background-image: url("../img/top/problems-img02.jpg");
  }
  .topProblems__item:nth-child(3) .topProblems__link::before {
    background-image: url("../img/top/problems-img03.jpg");
  }
  .topProblems__item:nth-child(4) .topProblems__link::before {
    background-image: url("../img/top/problems-img04.jpg");
  }
  .topProblems__item:nth-child(5) .topProblems__link::before {
    background-image: url("../img/top/problems-img05.jpg");
  }
  .topProblems__item:nth-child(6) .topProblems__link::before {
    background-image: url("../img/top/problems-img06.jpg");
  }
  .topProblems__box {
    padding: 3.2rem 1.6rem;
    height: 25.7rem;
  }
  .topProblems__subTtl .ja {
    font-size: 2.4rem;
    line-height: 1.4583333333;
    margin-bottom: 2.4rem;
  }
  .topProblems__subTtl .en {
    font-size: 2.4rem;
    line-height: 1.2083333333;
  }
  .topProblems__btn {
    padding: 2.4rem;
  }
  .topProblems__btn span {
    font-size: 2rem;
    line-height: 1.45;
    padding-right: 7.4rem;
    -webkit-transition: 0.3s padding-right ease;
    transition: 0.3s padding-right ease;
  }
  .topProblems__link:hover .topProblems__btn span {
    padding-right: 8.2rem;
  }
  .topProblems__link:hover::before {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .topProblems__btn span::before {
    border-width: 1px;
    width: 2rem;
    height: 2rem;
    border-width: 1px;
  }
  .topProblems__btn span::after {
    height: 0.1rem;
    width: 4rem;
    right: 1rem;
  }
  .topProblems__item:nth-child(2n) .topProblems__btn span::before {
    border-width: 1px;
    right: 0;
    left: auto;
    border-width: 1px;
    width: 2rem;
    height: 2rem;
    border-width: 1px;
  }
  .topProblems__item:nth-child(2n) .topProblems__btn span::after {
    height: 0.1rem;
    left: auto;
    width: 4rem;
    right: 1rem;
  }
  .l-topTreatment__inner {
    padding: 10rem 0;
  }
  .topTreatment__ttl {
    margin-bottom: 4rem;
  }
  .topTreatment__btnList {
    margin-left: -0.8rem;
    margin-bottom: 3.2rem;
  }
  .topTreatment__btn {
    width: calc(14.2% - 0.8rem);
    font-size: 1.6rem;
    line-height: 1.45;
    padding: 1.6rem;
    border-radius: 4.3rem;
    margin-left: 0.6rem;
    margin-bottom: 0;
    cursor: pointer;
    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;
  }
  .topTreatment__btn.active::after {
    border-width: 1.2rem 1.2rem 0 1.2rem;
    bottom: -1.2rem;
  }
  .topTreatment__box {
    padding: 2.4rem 2.5rem 3.2rem;
    border-radius: 1.6rem;
  }
  .topTreatment__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.5rem;
    margin-bottom: -2.4rem;
  }
  .topTreatment__item {
    width: calc(33.3% - 2.5rem);
    margin-left: 2.5rem;
    margin-bottom: 2.4rem;
  }
  .topTreatment__link {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 0 0 1.6rem 2.5rem;
    border-width: 1px;
  }
  .topTreatment__link::before {
    width: 1.2rem;
    height: 1.2rem;
    top: 1.3rem;
  }
  .topPicture__ttl {
    margin-bottom: 4rem;
  }
  .topPicture__wrap:first-of-type {
    margin-bottom: 10.4rem;
  }
  .topPicture__subTtl {
    margin-bottom: 3.2rem;
  }
  .topPicture__ranking {
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -5rem;
  }
  .topPicture__rank {
    width: calc(33.3% - 5rem);
    margin-left: 5rem;
  }
  .topPicture__rank:not(:last-of-type) {
    margin-bottom: 0;
  }
  .topMenu__ttl {
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 117em) {
  .single-menu .breadcrumb__wrapper {
    max-width: 104rem;
  }
  .single-menu .l-kv01__inner {
    max-width: 104rem;
  }
  .single-menu .kv01__ttl {
    font-size: 4rem;
  }
  .single-menu .kv01__text {
    font-size: 2rem;
  }
  .single__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: none;
    margin: 0;
  }
  .single__wrapper {
    max-width: 104rem;
  }
  .single__contents {
    margin-right: 1rem;
    max-width: 42rem;
    width: 100%;
  }
  .single__contents--pc {
    display: block;
    width: 100vw;
    max-width: 42rem;
  }
  .single__content .bg-marble-blue::before,
  .single__content .bg-marble-purple::before,
  .single__content .bg-bubble::before,
  .single__content .bg-blue::before,
  .single__content .bg-gray::before {
    -webkit-transform: translateX(-50.5%);
            transform: translateX(-50.5%);
  }
  .kvSlider {
    padding-bottom: 10rem !important;
  }
  .kvSlider .topSlide__arrow {
    margin-top: 9rem !important;
  }
  .kvSliderPc__main {
    width: 90rem !important;
  }
  .kvSliderPc__item {
    --depth: 84rem !important;
  }
  .topInstagram {
    padding-bottom: 12rem !important;
  }
  .topInstagram__box {
    bottom: 8rem !important;
  }
}

@media screen and (min-width: 90em) {
  .single-menu .l-kv01__inner {
    max-width: calc(62.5vw + 4rem);
  }
  .single-menu .kv01__ttl {
    font-size: 2.5vw;
  }
  .single-menu .kv01__text {
    font-size: 1.25vw;
  }
  .single__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .single__container {
    max-width: 77.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .single__wrapper {
    width: 85%;
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 104rem;
  }
  .single__headerWrap.vsp {
    display: none !important;
  }
  .single__contents {
    margin-right: 1rem;
    width: 25%;
  }
  .single__contents--sp {
    display: none;
  }
  .single__contents--pc {
    display: block;
    width: 30%;
    padding-left: 3rem;
    padding-top: 1.2rem;
    padding-bottom: 10rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .ez-toc-title {
    margin-bottom: 0 !important;
  }
  #ez-toc-container .ez-toc-title-container p.ez-toc-title {
    padding-bottom: 0;
  }
  .single__contents--pc #ez-toc-container {
    margin-top: 8.8rem;
    position: sticky;
    top: 18rem;
    display: block !important;
  }
  .single__contents--sp #ez-toc-container {
    display: none !important;
  }
  .ez-toc-list {
    display: block;
  }
  .ez-toc-list li {
    width: 100%;
    padding-right: 0;
  }
  .single__body {
    padding: 0;
    margin: 0;
    max-width: none;
  }
  .single__content .bg-marble-blue::before,
  .single__content .bg-marble-purple::before,
  .single__content .bg-bubble::before,
  .single__content .bg-blue::before,
  .single__content .bg-gray::before {
    -webkit-transform: translateX(-49%);
            transform: translateX(-49%);
  }
  .kvSlider {
    padding-bottom: 9.2rem;
  }
  .kvSlider .topSlide__arrow {
    margin-top: -2rem;
  }
  .kvSliderPc__main {
    width: 77rem;
  }
  .kvSliderPc__item {
    --depth: 70rem;
  }
  .topInstagram {
    padding-bottom: 8rem;
  }
  .topPicture__list {
    height: 50rem;
  }
}

@media (width < 64em) {
  .menu-template-default .kv03__imgWrap--spnone {
    display: none;
  }
  .menu-template-default .l-kv03__inner:has(.kv03__imgWrap--spnone) {
    padding-bottom: 0.1vw;
  }
  .menu-template-default .l-kv03__box:has(.kv03__imgWrap--spnone) {
    margin-bottom: 0;
  }
  .kv03:has(.kv03__imgWrap--spnone)::before {
    height: 180%;
  }
}

@media screen and (min-width: 64em) and (min-width: 64em) {
  a.sns::before,
  a.blog:before,
  a.tiktok:before {
    width: 3.2rem;
    height: 3.2rem;
  }
}
/*# sourceMappingURL=style.css.map */
