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

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
}

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

a {
  text-decoration: none;
  transition: 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
.btn {
  display: inline-block;
}

.inner, .inner-s {
  width: 100%;
  height: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 50px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 11rem;
  z-index: 99;
}
@media screen and (min-width:768px) {
  .header {
    height: min(5.7291666667vw, 110px);
  }
}
.header h1 {
  position: relative;
}
.header .header__logo {
  opacity: 1 !important;
}
.header .top-header_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  height: auto;
}
@media screen and (min-width:768px) {
  .header .top-header_logo {
    top: 0;
    left: 0;
    width: min(32.2916666667vw, 620px);
    height: min(9.6354166667vw, 185px);
  }
}
.header .menu__logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 213px;
  height: auto;
}
.header .inner--header {
  display: none;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
@media screen and (min-width:768px) {
  .header .inner--header {
    display: flex;
  }
}
.header .tel__block {
  display: flex;
  align-items: center;
  margin-right: 4rem;
}
.header .tel__block .address {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.88;
  letter-spacing: 0em;
  margin-right: 2rem;
}
@media screen and (min-width:768px) {
  .header .tel__block .address {
    font-size: clamp(10px, 0.93vw, 18px);
    line-height: 1.88;
  }
}
.header .tel__block .number {
  display: flex;
  gap: 0.8rem;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.66;
  letter-spacing: 0.05em;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width:768px) {
  .header .tel__block .number {
    font-size: clamp(10px, 1.87vw, 36px);
    line-height: 1.66;
  }
}
.header .tel__block .number::before {
  content: "";
  display: inline-block;
  background: url(../../assets/img/icon/icon_phone.png) no-repeat center center/contain;
  width: 4.6rem;
  height: 4.6rem;
}
@media screen and (min-width:768px) {
  .header .tel__block .number::before {
    width: min(2.3958333333vw, 46px);
    height: min(2.3958333333vw, 46px);
  }
}
.header .appointment__block {
  width: 13rem;
  height: inherit;
  background: #E2A547;
}
@media screen and (min-width:768px) {
  .header .appointment__block {
    width: min(6.7708333333vw, 130px);
  }
}
.header .appointment__block a {
  height: inherit;
}
.header .appointment__block span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 2.75;
  letter-spacing: 0em;
  height: inherit;
}
@media screen and (min-width:768px) {
  .header .appointment__block span {
    font-size: clamp(10px, 0.83vw, 16px);
    line-height: 1.22;
  }
}
.header .appointment__block span::before {
  content: "";
  display: block;
  background: url(../../assets/img/icon/icon_appointment.svg) no-repeat center center/contain;
  width: 3.5rem;
  height: 3.5rem;
}
@media screen and (min-width:768px) {
  .header .appointment__block span::before {
    width: min(2.34375vw, 45px);
    height: min(2.34375vw, 45px);
    min-height: 18px;
  }
}
.header .contact__block {
  width: 13rem;
  height: inherit;
  background: #F3BB65;
}
@media screen and (min-width:768px) {
  .header .contact__block {
    width: min(6.7708333333vw, 130px);
  }
}
.header .contact__block a {
  height: inherit;
}
.header .contact__block span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.22;
  letter-spacing: 0em;
  height: inherit;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media screen and (min-width:768px) {
  .header .contact__block span {
    font-size: clamp(10px, 0.83vw, 18px);
    line-height: 1.22;
  }
}
.header .contact__block span::before {
  content: "";
  display: block;
  background: url(../../assets/img/icon/icon_mail.svg) no-repeat center center/contain;
  width: 3.5rem;
  height: 3.5rem;
}
@media screen and (min-width:768px) {
  .header .contact__block span::before {
    width: min(2.34375vw, 45px);
    height: min(2.34375vw, 45px);
    min-height: 18px;
  }
}
.header .sp__menu {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 100px 0 0;
  transform: translateX(100%);
  transition: 0.3s;
}
.header .sp__menu.open {
  transform: translateX(0);
}
@media screen and (min-width:768px) {
  .header .sp__menu {
    display: none;
  }
}
.header .sp__menu .nav__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 0;
}
.header .sp__menu .nav__items a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.header .sp__menu .nav__items img {
  width: auto;
}

.footer {
  position: relative;
  background-color: #fff;
  z-index: 1;
}
.footer .inner--footer {
  max-width: 1323px;
  width: 87.4%;
  margin: auto;
  padding: 34px 0 80px;
}
@media screen and (min-width:768px) {
  .footer .inner--footer {
    width: 68.9%;
    padding: min(3.3854166667vw, 65px) 0 min(1.8229166667vw, 35px);
  }
}
.footer .footer__nav {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width:768px) {
  .footer .footer__nav {
    justify-content: space-between;
    flex-direction: row;
  }
}
.footer .footer__nav--first {
  margin-bottom: 44px;
}
@media screen and (min-width:768px) {
  .footer .footer__nav--first {
    margin-bottom: 0;
  }
}
.footer .nav__link {
  font-size: 16px;
  font-weight: 500;
  color: #8C924E;
  text-align: left;
  line-height: 1.428;
  letter-spacing: 0;
}
@media screen and (min-width:768px) {
  .footer .nav__link {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.5;
  }
}
.footer .nav__grid {
  display: inline-block;
}
@media screen and (min-width:768px) {
  .footer .nav__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: min(1.0416666667vw, 20px) min(5.2083333333vw, 100px);
  }
}
.footer .nav__grid .nav__link {
  display: inline-block;
  margin-bottom: 32px;
}
.footer .nav__grid li:nth-of-type(1) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
.footer .nav__grid li:nth-of-type(2) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
.footer .nav__grid li:nth-of-type(3) {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
}
.footer .nav__grid li:nth-of-type(4) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
}
.footer .nav__grid li:nth-of-type(5) {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 3;
}
.footer .nav__grid li:nth-of-type(6) {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 3;
  grid-row-end: 4;
}
.footer .nav__flex {
  display: flex;
  gap: min(4.1666666667vw, 80px);
  margin-bottom: 32px;
}
.footer .footer__nav--child {
  padding-left: 1em;
}
.footer .nav__link--child {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 2.28;
  letter-spacing: 0;
}
@media screen and (min-width:768px) {
  .footer .nav__link--child {
    font-size: min(0.8333333333vw, 16px);
    line-height: 2.25;
  }
}
.footer .copy {
  text-align: right;
  margin-top: -50px;
}
@media screen and (min-width:768px) {
  .footer .copy {
    margin-top: min(2.0833333333vw, 40px);
    text-align: center;
  }
}
.footer .copy span {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: center;
  line-height: 2.75;
  letter-spacing: 0.01em;
}
@media screen and (min-width:768px) {
  .footer .copy span {
    font-size: min(0.7291666667vw, 14px);
    line-height: 3;
  }
}

.page__nav {
  display: none;
  position: relative;
}
@media screen and (min-width:768px) {
  .page__nav {
    display: block;
    background: #fff;
    z-index: 999;
  }
}
.page__nav .inner--page__nav {
  height: 100%;
  width: 72.9%;
  margin: auto;
}
@media screen and (min-width:768px) {
  .page__nav .inner--page__nav {
    width: 81%;
  }
}
.page__nav .nav__items {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: center;
}
@media screen and (min-width:768px) {
  .page__nav .nav__items > li {
    opacity: 0;
  }
}
.page__nav .nav__items a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 2.75;
  letter-spacing: 0em;
  height: 100%;
}
@media screen and (min-width:768px) {
  .page__nav .nav__items a {
    font-size: clamp(10px, 0.83vw, 16px);
    line-height: 1.5;
  }
}
.page__nav .nav__items img {
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width:768px) {
  .page__nav .nav__items img {
    height: min(2.34375vw, 45px);
  }
}

.page__nav--under {
  border-bottom: 1px solid #C7C7C7;
  margin-bottom: 0;
}
@media screen and (min-width:768px) {
  .page__nav--under {
    margin-bottom: min(2.6041666667vw, 50px);
  }
}
@media screen and (min-width:768px) {
  .page__nav--under .nav__items > li {
    opacity: 1;
  }
}

/*　上に上がる動き　*/
#page__nav.UpMove {
  width: 100%;
  opacity: 1;
}

/*　下に下がる動き　*/
#page__nav.DownMove {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    transform: translateY(-100px);
  }
  to {
    transform: translateY(0);
  }
}
.hovNav ul li.has-child {
  position: relative;
}

.hovNav ul li > a {
  padding: min(2.1875vw, 42px) 0 min(2.1875vw, 42px);
}

.hovNav ul li.has-child ul {
  /*絶対配置で位置を指定*/
  position: absolute;
  left: 0;
  top: min(7.96875vw, 153px);
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: min(1.0416666667vw, 20px) min(2.0833333333vw, 40px);
  border: 1px solid #c7c7c7;
  padding: min(1.5625vw, 30px) min(3.125vw, 60px) min(1.5625vw, 30px) min(2.0833333333vw, 40px);
  background: #fff;
  visibility: hidden;
  transition: all 0.3s;
  opacity: 0;
  z-index: 4;
}

.hovNav ul li.has-child ul li {
  position: relative;
  display: flex;
  gap: min(0.5208333333vw, 10px);
  flex-wrap: nowrap;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
.hovNav ul li.has-child ul li::after {
  content: "";
  background: url(../../assets/img/icon/icon_nav_arrow.svg) no-repeat center center/contain;
  width: min(0.8333333333vw, 16px);
  height: min(0.8333333333vw, 16px);
}

.hovNav ul li.has-child ul li a {
  display: block;
  text-align: left;
  width: 100%;
  padding: 0;
}

.hovNav ul li.has-child:hover > ul {
  visibility: visible;
  opacity: 1;
}

.companyInfo {
  position: relative;
  width: 100%;
  height: 100%;
  background: #F8FCE7;
  margin-top: -1px;
}
.companyInfo .inner--companyInfo {
  width: 87.4%;
  margin: auto;
  padding: 42px 0 48px;
}
@media screen and (min-width:768px) {
  .companyInfo .inner--companyInfo {
    width: 72.9%;
    padding: min(5.7291666667vw, 110px) 0 min(7.2916666667vw, 140px);
  }
}
.companyInfo .companyInfo_img {
  margin-bottom: 22px;
}
@media screen and (min-width:768px) {
  .companyInfo .companyInfo_img {
    width: min(24.5833333333vw, 472px);
    margin-bottom: min(0.5208333333vw, 10px);
  }
}
.companyInfo .companyInfo__content {
  display: flex;
  flex-direction: column;
  gap: 65px;
}
@media screen and (min-width:768px) {
  .companyInfo .companyInfo__content {
    flex-direction: row;
    gap: min(3.59375vw, 69px);
  }
}
.companyInfo .left__block {
  width: 100%;
}
.companyInfo .right__block iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
@media screen and (min-width:768px) {
  .companyInfo .right__block iframe {
    width: min(32.65625vw, 627px);
  }
}
.companyInfo .contact__info .phone {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 27px;
  font-weight: 400;
  color: #8C924E;
  text-align: left;
  line-height: 1;
  letter-spacing: 0em;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .companyInfo .contact__info .phone {
    gap: min(0.5208333333vw, 10px);
    font-size: min(2.6041666667vw, 50px);
    line-height: 1;
    margin-bottom: min(1.5104166667vw, 29px);
  }
}
.companyInfo .contact__info .phone img {
  width: 32px;
}
@media screen and (min-width:768px) {
  .companyInfo .contact__info .phone img {
    width: min(2.9166666667vw, 56px);
  }
}
.companyInfo .contact__info .address {
  display: flex;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0em;
  padding-left: 1.8em;
  margin-bottom: 22px;
}
@media screen and (min-width:768px) {
  .companyInfo .contact__info .address {
    gap: min(0.5208333333vw, 10px);
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.8;
    margin-bottom: min(1.1458333333vw, 22px);
  }
}
.companyInfo .contact__info .address img {
  width: 24px;
  height: 24px;
  margin-left: -1.8em;
}
@media screen and (min-width:768px) {
  .companyInfo .contact__info .address img {
    width: min(1.8229166667vw, 35px);
    height: min(1.8229166667vw, 35px);
  }
}
.companyInfo .contact__info .bus {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.85;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .companyInfo .contact__info .bus {
    gap: min(0.5208333333vw, 10px);
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.77;
    margin-bottom: min(2.6041666667vw, 50px);
  }
}
.companyInfo .contact__info .bus img {
  width: 22px;
}
@media screen and (min-width:768px) {
  .companyInfo .contact__info .bus img {
    width: min(1.6666666667vw, 32px);
  }
}
.companyInfo .table__area {
  padding: 25px 17px;
  background: #fff;
  border-radius: 26px;
  margin-top: 60px;
  overflow-x: scroll;
}
@media screen and (min-width:768px) {
  .companyInfo .table__area {
    overflow: visible;
    padding: min(1.5625vw, 30px) min(1.0416666667vw, 20px);
  }
}
.companyInfo .timetable {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.companyInfo .timetable th {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  line-height: 1.42;
  letter-spacing: 0em;
  border-bottom: 1px solid #707070;
  padding: 8px;
  white-space: nowrap;
}
@media screen and (min-width:768px) {
  .companyInfo .timetable th {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.45;
    padding: min(0.6770833333vw, 13px) 0;
  }
}
.companyInfo .timetable td {
  font-size: 20px;
  font-weight: 500;
  color: #707070;
  text-align: center;
  line-height: 1.45;
  letter-spacing: 0em;
  border-bottom: 1px solid #707070;
  padding: 8px;
}
@media screen and (min-width:768px) {
  .companyInfo .timetable td {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.45;
    padding: min(0.6770833333vw, 13px) min(0.5208333333vw, 10px);
  }
}
.companyInfo .timetable th.color-yell {
  color: #595E24;
}
.companyInfo .timetable th.text-left {
  text-align: left;
}
.companyInfo .notes {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .companyInfo .notes {
    font-size: min(0.9375vw, 18px);
    line-height: 1.55;
  }
}
.companyInfo .gmap {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 375/336;
}
@media screen and (min-width:768px) {
  .companyInfo .gmap {
    aspect-ratio: 960/251;
  }
}
.companyInfo .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hamburger {
  position: fixed;
  top: 15px;
  right: 14px;
  width: 30px;
  height: 17px;
  padding: 0;
  transition: 0.5s;
  z-index: 99;
}
@media screen and (min-width:768px) {
  .hamburger {
    display: none;
    margin: 0;
  }
}
.hamburger div {
  width: 30px;
  height: 1px;
  border: 1px solid #000;
  background: #000;
  position: absolute;
  top: 49%;
  left: 0%;
  transform: translate(0%, -50%);
  transition: 0.3s;
}
.hamburger div:nth-child(1) {
  top: 30%;
}
.hamburger div:nth-child(2) {
  width: 17px;
  top: 70%;
}
.hamburger .close {
  display: none;
}

.hamburger.active div:nth-child(1) {
  transform: translate(0, 2px) rotate(-26deg);
  background: #fff;
  transition: 0.3s;
}

.hamburger.active div:nth-child(2) {
  transform: translate(0, -5px) rotate(26deg);
  background: #fff;
  width: 30px;
  transition: 0.3s;
}

.hamburger.active .close {
  display: block;
}

.hamburger.active .open {
  display: none;
}

.pageContent .inner--pageContent {
  width: 90%;
  margin: auto;
  padding: 40px 0 80px;
}
@media screen and (min-width:768px) {
  .pageContent .inner--pageContent {
    max-width: min(70.3645833333vw, 1351px);
    width: 100%;
    padding: min(3.125vw, 60px) 0 min(7.8125vw, 150px);
  }
}
.pageContent .smb-section__title {
  position: relative;
}
.pageContent .smb-section__title::before {
  position: absolute;
  left: 50%;
  bottom: -20px;
  content: "";
  display: block;
  width: 160px;
  height: 2px;
  background: #BFCA86;
  transform: translateX(-50%);
}
@media screen and (min-width:768px) {
  .pageContent .smb-section__title::before {
    bottom: max(-1.0416666667vw, -20px);
    width: min(8.3333333333vw, 160px);
    height: min(0.1041666667vw, 2px);
  }
}
.pageContent h2 {
  font-size: 24px;
  line-height: 1.45;
  letter-spacing: 0.01em;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (min-width:768px) {
  .pageContent h2 {
    font-size: min(1.875vw, 36px);
    line-height: 1.44;
    margin-bottom: min(2.6041666667vw, 50px);
  }
}
.pageContent h3 {
  font-size: 20px;
  line-height: 2.1;
  letter-spacing: 0.01em;
  font-weight: 500;
}
@media screen and (min-width:768px) {
  .pageContent h3 {
    font-size: min(1.4583333333vw, 28px);
    line-height: 1.92;
  }
}
.pageContent h3.smb-media-text__title {
  font-size: 18px;
  line-height: 2.44;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width:768px) {
  .pageContent h3.smb-media-text__title {
    font-size: min(1.25vw, 24px);
    line-height: 1.75;
  }
}
.pageContent h4 {
  font-size: 16px;
  line-height: 2.44;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width:768px) {
  .pageContent h4 {
    font-size: min(1.25vw, 24px);
    line-height: 1.75;
  }
}
.pageContent h5 {
  font-size: 16px;
  line-height: 2.44;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width:768px) {
  .pageContent h5 {
    font-size: min(1.1458333333vw, 22px);
    line-height: 2.45;
  }
}
.pageContent p,
.pageContent p > span {
  font-size: 16px !important;
  line-height: 2;
  margin-bottom: 40px;
  min-height: 1em;
}
@media screen and (min-width:768px) {
  .pageContent p,
  .pageContent p > span {
    font-size: clamp(10px, 1.3vw, 20px) !important;
    line-height: 1.8;
    margin-bottom: min(3.125vw, 60px);
  }
}
@media only screen and (max-width: 767px) {
  .pageContent p,
  .pageContent p > span {
    text-align: left;
  }
}
@media screen and (min-width:768px) {
  .pageContent .font-22 {
    font-size: 18px !important;
    line-height: 2;
  }
}
@media screen and (min-width:768px) and (min-width:768px) {
  .pageContent .font-22 {
    font-size: min(1.1458333333vw, 22px) !important;
    line-height: 1.9;
  }
}
@media screen and (min-width:768px) {
  .pageContent .font-18 {
    font-size: 16px !important;
    line-height: 2;
  }
}
@media screen and (min-width:768px) and (min-width:768px) {
  .pageContent .font-18 {
    font-size: min(0.9375vw, 18px) !important;
    line-height: 1.9;
  }
}
.pageContent figcaption {
  font-size: 16px !important;
  line-height: 2;
}
@media screen and (min-width:768px) {
  .pageContent figcaption {
    font-size: clamp(10px, 1.3vw, 20px) !important;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 768px) {
  .pageContent .wp-block-image img {
    max-height: 300px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.pageContent .wp-block-table {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .pageContent .wp-block-table {
    overflow: auto;
    white-space: nowrap;
  }
}
.pageContent .wp-block-table thead {
  border-bottom: none;
}
.pageContent th {
  text-align: center;
}
.pageContent th,
.pageContent td {
  font-size: 16px !important;
  line-height: 1.375;
  font-weight: 500;
  vertical-align: middle;
}
@media screen and (min-width:768px) {
  .pageContent th,
  .pageContent td {
    font-size: min(1.0416666667vw, 20px) !important;
    line-height: 1.4;
  }
}
.pageContent .smb-faq__item__question__body {
  font-size: 16px;
  line-height: 2.44;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width:768px) {
  .pageContent .smb-faq__item__question__body {
    font-size: min(1.1458333333vw, 22px);
    line-height: 2.45;
  }
}
.pageContent .smb-faq__item__answer,
.pageContent .smb-faq__item__question {
  align-items: baseline;
}
.pageContent .smb-step__body {
  margin-top: 20px;
}
@media screen and (min-width:768px) {
  .pageContent .smb-step__body {
    margin-top: min(1.5625vw, 30px);
  }
}
.pageContent .ttl {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
@media screen and (min-width:768px) {
  .pageContent .ttl {
    margin-bottom: min(2.6041666667vw, 50px);
  }
}
.pageContent .ttl span.director,
.pageContent .ttl span.name {
  font-size: 20px;
  font-weight: 500;
  color: #595E24;
  text-align: center;
  line-height: 1.45;
  letter-spacing: 0.15em;
}
@media screen and (min-width:768px) {
  .pageContent .ttl span.director,
  .pageContent .ttl span.name {
    font-size: min(1.9791666667vw, 38px);
    line-height: 1.44;
  }
}
.pageContent .introduction__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin: auto;
}
@media screen and (min-width:768px) {
  .pageContent .introduction__wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: min(2.8645833333vw, 55px);
  }
}
.pageContent .introduction__wrap .txt {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .pageContent .introduction__wrap .txt {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.9;
  }
}
.pageContent .introduction__wrap .introduction_img {
  width: 100%;
  height: auto;
  margin-bottom: -140px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:768px) {
  .pageContent .introduction__wrap .introduction_img {
    width: min(33.75vw, 648px);
    height: min(28.0208333333vw, 538px);
    margin-bottom: 0;
  }
}
.pageContent .profile__content {
  display: grid;
  grid-template-columns: 1fr;
  width: 80%;
  margin: auto;
  padding: 160px 0 0;
}
@media screen and (min-width:768px) {
  .pageContent .profile__content {
    grid-template-columns: repeat(2, 1fr);
    width: min(74.1145833333vw, 1423px);
    padding: min(2.34375vw, 45px) 0 min(4.1666666667vw, 80px);
  }
}
.pageContent .profile__content .ttl {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.44;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .pageContent .profile__content .ttl {
    font-size: min(1.6666666667vw, 32px);
    line-height: 1.43;
  }
}
.pageContent .profile__content .ttl::before {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  display: inline-block;
  width: 65px;
  height: 2px;
  background: #BFCA86;
}
@media screen and (min-width:768px) {
  .pageContent .profile__content .ttl::before {
    bottom: max(-0.5208333333vw, -10px);
    width: min(6.6666666667vw, 128px);
    height: min(0.1041666667vw, 2px);
  }
}
.pageContent .profile__content .txt {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .pageContent .profile__content .txt {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.9;
  }
}
@media screen and (min-width:768px) {
  .pageContent .implant-table table thead tr th {
    width: min(20vw, 384px);
  }
}
@media screen and (min-width:768px) {
  .pageContent .implant-table table thead tr th:nth-of-type(1) {
    width: min(14.84375vw, 285px);
  }
}
.pageContent .implant-table table tbody tr:first-child td {
  text-align: center;
}
.pageContent .icon_ttl_left {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (min-width:768px) {
  .pageContent .icon_ttl_left {
    gap: min(1.0416666667vw, 20px);
  }
}
.pageContent .icon_ttl_left::before {
  content: "";
  display: block;
  background: url(../../assets/img/icon/icon_ttl.svg) no-repeat center center/contain;
  width: 30px;
  height: 31px;
}
@media screen and (min-width:768px) {
  .pageContent .icon_ttl_left::before {
    width: min(2.03125vw, 39px);
    height: min(2.0833333333vw, 40px);
  }
}
.pageContent .smb-box__background {
  display: none;
}
.pageContent .box-border {
  border: 1px solid #707070;
  border-radius: 24px;
}
.pageContent .flowbox-border {
  position: relative;
  border: 1px solid #707070;
  margin-bottom: 40px;
}
@media screen and (min-width:768px) {
  .pageContent .flowbox-border {
    margin-bottom: min(3.125vw, 60px);
  }
}
.pageContent .flowbox-border:last-child {
  margin-bottom: 0;
}
.pageContent .flowbox-border p {
  margin: 0 !important;
}
.pageContent .flowbox-border .is-layout-flex {
  display: flex;
  align-items: center !important;
  gap: 0 !important;
}
.pageContent .flowbox-border::after {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  display: block;
  background: url(../../assets/img/icon/icon_arrow04.svg) no-repeat center center/cover;
  width: 20px;
  height: 20px;
}
@media screen and (min-width:768px) {
  .pageContent .flowbox-border::after {
    bottom: max(-2.4479166667vw, -47px);
    width: min(1.71875vw, 33px);
    height: min(1.71875vw, 33px);
  }
}
.pageContent .flowbox-border .box-number {
  color: #595E24;
}
.pageContent .flowbox-border-last::after {
  display: none;
}
.pageContent .mb-40 {
  margin-bottom: 15px;
}
@media screen and (min-width:768px) {
  .pageContent .mb-40 {
    margin-bottom: min(1.5625vw, 30px);
  }
}
.pageContent .mb-15 {
  margin-bottom: 10px;
}
@media screen and (min-width:768px) {
  .pageContent .mb-15 {
    margin-bottom: min(0.78125vw, 15px);
  }
}
.pageContent .mb-0 {
  margin-bottom: 0;
}

.fv {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 500px;
  background: #fff;
  z-index: 1;
}
.fv .swiper--topfv {
  position: relative;
  z-index: 2;
  background: #fff;
}
.fv .swiper--topfv img {
  opacity: 1;
  /* 初期状態は透明 */
  transform: scale(1);
  /* 初期状態は少し小さい */
  transition: opacity 1.5s ease, transform 10s ease;
  /* アニメーションの設定 */
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:768px) {
  .fv .swiper--topfv img {
    height: min(40.625vw, 780px);
  }
}
.fv .swiper--topfv .is-visible img {
  opacity: 1;
  /* 画像が完全に表示 */
  transform: scale(1.1);
  /* 等倍に戻す */
}
.fv .fv__content {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -22%);
}
.fv .fv__content .main_logo {
  width: 100%;
}
@media screen and (min-width:768px) {
  .fv .fv__content .main_logo {
    width: min(33.4375vw, 642px);
  }
}
.fv .fv__content .catch {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.428;
  letter-spacing: 0.15em;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width:768px) {
  .fv .fv__content .catch {
    gap: min(1.0416666667vw, 20px);
    font-size: min(2.1875vw, 42px);
    line-height: 1.452;
    margin-top: min(2.0833333333vw, 40px);
  }
}
.fv .fv__content .catch::before, .fv .fv__content .catch::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 0.1rem;
  background: #fff;
}
@media screen and (min-width:768px) {
  .fv .fv__content .catch::before, .fv .fv__content .catch::after {
    width: 3rem;
  }
}

/* 初期状態: 透明で少し上に位置している */
.swiper--topfv {
  opacity: 0;
  transition: opacity 3s ease; /* アニメーションの速度と緩急 */
}

/* is-visible--fv クラスが追加されたときのスタイル */
.swiper--topfv.is-visible--fv {
  opacity: 1;
}

.top-info {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  padding-top: 30px;
}
@media screen and (min-width:768px) {
  .top-info {
    padding-top: min(5.2083333333vw, 100px);
  }
}
.top-info .inner--top-info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 90px;
  width: 82.9%;
  margin: auto;
  padding: 29px 0 45px;
}
@media screen and (min-width:768px) {
  .top-info .inner--top-info {
    grid-template-columns: repeat(2, 1fr);
    gap: min(9.8958333333vw, 190px);
    width: 72.9%;
    margin-bottom: 0;
    padding: min(4.9479166667vw, 95px) 0 min(6.09375vw, 117px);
  }
}
.top-info h3.ttl {
  display: flex;
  align-items: center;
  gap: 0.2em;
  font-size: 22px;
  font-weight: 400;
  color: #8C924E;
  text-align: left;
  line-height: 1.31;
  letter-spacing: 0.15em;
  font-family: "Roboto", sans-serif;
  margin-bottom: 35px;
}
@media screen and (min-width:768px) {
  .top-info h3.ttl {
    font-size: min(1.3541666667vw, 26px);
    line-height: 1.307;
  }
}
.top-info h3.ttl::before {
  content: "";
  width: 16px;
  height: 2px;
  background: #8C924E;
}
.top-info ul {
  padding-left: 1.2em;
}
@media screen and (min-width:768px) {
  .top-info ul {
    margin: min(2.0833333333vw, 40px) 0 0;
    min-height: min(23.5416666667vw, 452px);
  }
}
.top-info ul li {
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .top-info ul li {
    margin-bottom: min(2.5vw, 48px);
  }
}
.top-info ul li:last-of-type {
  margin-bottom: 0;
}
.top-info time {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.68;
  letter-spacing: 0em;
  font-family: "futura-pt", sans-serif;
}
@media screen and (min-width:768px) {
  .top-info time {
    font-size: min(0.9375vw, 18px);
    line-height: 1.88;
    font-weight: 600;
  }
}
.top-info h4.ttl {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.68;
  letter-spacing: 0em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (min-width:768px) {
  .top-info h4.ttl {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.7;
    font-weight: 600;
  }
}
.top-info .btn__block {
  text-align: center;
  margin-top: 50px;
}
@media screen and (min-width:768px) {
  .top-info .btn__block {
    text-align: right;
    margin-top: min(2.34375vw, 45px);
  }
}
.top-info .btn__block a {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width:768px) {
  .top-info .btn__block a {
    padding-bottom: min(0.78125vw, 15px);
  }
}
.top-info .btn__block span.en {
  font-size: 16px;
  font-weight: 500;
  color: #595E24;
  text-align: left;
  line-height: 1.31;
  letter-spacing: 0.1em;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width:768px) {
  .top-info .btn__block span.en {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.36;
  }
}
.top-info .btn__block span.jp {
  font-size: 16px;
  font-weight: 400;
  color: #595E24;
  text-align: left;
  line-height: 1.45;
  letter-spacing: 0.1em;
  margin-left: 0.5em;
}
@media screen and (min-width:768px) {
  .top-info .btn__block span.jp {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.45;
  }
}

.top-medical {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}
.top-medical .inner--top-medical {
  text-align: center;
  width: 90%;
  margin: auto;
  padding: 45px 0 90px;
}
@media screen and (min-width:768px) {
  .top-medical .inner--top-medical {
    text-align: left;
    max-width: 1920px;
    width: 100%;
    margin: auto;
    padding: min(5.2083333333vw, 100px) min(1.5625vw, 30px) min(8.3333333333vw, 160px) min(8.3333333333vw, 160px);
  }
}
.top-medical h2.section__ttl {
  display: inline-flex;
}
@media screen and (min-width:768px) {
  .top-medical h2.section__ttl {
    margin-bottom: min(3.6458333333vw, 70px);
  }
}
.top-medical h2.section__ttl::after {
  display: none;
}
.top-medical .top-medical__content {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}
@media screen and (min-width:768px) {
  .top-medical .top-medical__content {
    gap: min(5.2083333333vw, 100px);
    margin-top: 0;
  }
}
.top-medical .ttl_animation {
  font-size: 22px;
  font-weight: 500;
  color: #595E24;
  text-align: left;
  line-height: 1.36;
  letter-spacing: 0em;
  writing-mode: vertical-rl;
}
@media screen and (min-width:768px) {
  .top-medical .ttl_animation {
    font-size: min(2.1875vw, 42px);
    line-height: 1.5;
  }
}
.top-medical #textAni {
  writing-mode: vertical-rl;
  white-space: pre-wrap;
  line-height: 1.5;
  display: inline-block;
  min-width: 65px;
}
@media screen and (min-width:768px) {
  .top-medical #textAni {
    min-width: min(6.5625vw, 126px);
  }
}
.top-medical .fade-in {
  opacity: 0;
  visibility: hidden;
  /* 最初は見えない状態にする */
  transform: translate3d(0, 50px, 0) rotate(-5deg);
  /* 軽く回転を追加 */
  transition: opacity 2s, transform 1.5s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.top-medical .fade-in.visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(0);
  /* 元の位置に戻す */
  visibility: visible;
}
.top-medical #textAni span {
  display: inline-block;
  width: auto;
  /* 自然な文字の幅に合わせる */
  height: auto;
  /* 自然な文字の高さに合わせる */
  text-align: center;
  vertical-align: top;
  box-sizing: border-box;
  margin: min(0.5208333333vw, 10px) 0;
}
.top-medical .top-medical__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 0 0 40px;
}
@media screen and (min-width:768px) {
  .top-medical .top-medical__items {
    grid-template-columns: repeat(2, 1fr);
    gap: min(4.1666666667vw, 80px) min(2.0833333333vw, 40px);
    margin: 0 0 min(4.1666666667vw, 80px);
  }
}
.top-medical .top-medical__items li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
@media screen and (min-width:768px) {
  .top-medical .top-medical__items li {
    flex-direction: row;
    gap: min(1.0416666667vw, 20px);
  }
}
.top-medical .top-medical__items img {
  width: 116px;
  height: 116px;
}
@media screen and (min-width:768px) {
  .top-medical .top-medical__items img {
    width: min(11.09375vw, 213px);
    height: min(11.09375vw, 213px);
  }
}
.top-medical .top-medical__items .textarea .ttl {
  font-size: 14px;
  font-weight: 500;
  color: #595E24;
  text-align: center;
  line-height: 1.42;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .top-medical .top-medical__items .textarea .ttl {
    font-size: min(1.4583333333vw, 28px);
    line-height: 1.78;
    text-align: left;
    margin-bottom: min(1.0416666667vw, 20px);
  }
}
.top-medical .top-medical__items .textarea .txt {
  display: none;
  font-size: 14px;
  font-weight: 500;
  color: #4B4B4B;
  text-align: left;
  line-height: 1.42;
  letter-spacing: 0.01em;
}
@media screen and (min-width:768px) {
  .top-medical .top-medical__items .textarea .txt {
    display: block;
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.5;
  }
}
.top-medical .btn__block {
  text-align: center;
  margin-top: 80px;
}
@media screen and (min-width:768px) {
  .top-medical .btn__block {
    margin-top: min(4.1666666667vw, 80px);
  }
}
.top-medical .btn__block a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 132px;
  height: 36px;
  background: #E3E3D8;
  border-radius: 6px;
}
@media screen and (min-width:768px) {
  .top-medical .btn__block a {
    width: min(15.4166666667vw, 296px);
    height: min(4.21875vw, 81px);
    border-radius: min(0.9375vw, 18px);
  }
}
.top-medical .btn__block span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  padding-left: 17px;
  font-size: 14px;
  font-weight: 400;
  color: #595E24;
  text-align: center;
  line-height: 1.42;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .top-medical .btn__block span {
    gap: 1em;
    font-size: min(1.3541666667vw, 26px);
    line-height: 1.42;
  }
}
.top-medical .btn__block span::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: url(../../assets/img/icon/icon_arrow01.png) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .top-medical .btn__block span::after {
    width: min(1.25vw, 24px);
    height: min(1.25vw, 24px);
  }
}

.top-message {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
}
.top-message::before {
  position: absolute;
  top: 155px;
  left: 0;
  bottom: auto;
  content: "";
  width: 100%;
  height: 77.3vw;
  background: linear-gradient(to bottom, #FAEDD1, #F5D8A0);
  z-index: 0;
}
@media screen and (min-width:768px) {
  .top-message::before {
    top: auto;
    bottom: 0;
    left: 0;
    height: min(35.4166666667vw, 680px);
  }
}
.top-message .inner--top-message {
  width: 100%;
  margin: 50px auto 100px;
}
@media screen and (min-width:768px) {
  .top-message .inner--top-message {
    margin: min(5.2083333333vw, 100px) auto 0;
  }
}
.top-message .message_txt {
  width: 150px;
  padding: 0 0 30px 30px;
}
@media screen and (min-width:768px) {
  .top-message .message_txt {
    width: min(16.0416666667vw, 308px);
    padding: 0;
  }
}
.top-message .message_img {
  position: relative;
  width: 89%;
  height: 100%;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .top-message .message_img {
    width: min(50vw, 960px);
    height: min(37.5vw, 720px);
  }
}
.top-message .top-message__content {
  display: flex;
  flex-direction: column;
  margin: auto;
}
@media screen and (min-width:768px) {
  .top-message .top-message__content {
    flex-direction: row;
    width: 100%;
    padding-right: min(12.5vw, 240px);
    padding-bottom: min(3.90625vw, 75px);
  }
}
.top-message .txtContent {
  position: relative;
  width: 89.3%;
  margin: auto;
}
@media screen and (min-width:768px) {
  .top-message .txtContent {
    width: 100%;
    margin: auto 0 0 0;
  }
}
.top-message .txtContent .ttl {
  position: relative;
  margin: 75px 0 25px;
}
@media screen and (min-width:768px) {
  .top-message .txtContent .ttl {
    margin: 0 0 min(5.2083333333vw, 100px);
  }
}
.top-message .txtContent .ttl img {
  width: 153px;
}
@media screen and (min-width:768px) {
  .top-message .txtContent .ttl img {
    width: min(16.0416666667vw, 308px);
  }
}
.top-message .txtContent .txt {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
  margin-top: 50px;
}
@media screen and (min-width:768px) {
  .top-message .txtContent .txt {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.9;
    margin-top: 0;
  }
}
.top-message .txtContent .name {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-align: right;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 25px;
}
@media screen and (min-width:768px) {
  .top-message .txtContent .name {
    font-size: min(1.6666666667vw, 32px);
    line-height: 1.4375;
    margin-top: min(2.6041666667vw, 50px);
  }
}
.top-message .txtContent .name .director {
  font-size: 14px;
  line-height: 1.78;
  font-weight: 500;
  margin-right: 1.5em;
}
@media screen and (min-width:768px) {
  .top-message .txtContent .name .director {
    font-size: min(1.1458333333vw, 22px);
    line-height: 2.09;
  }
}
.top-message .btn__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
  margin-bottom: 0;
}
@media screen and (min-width:768px) {
  .top-message .btn__block {
    flex-direction: row;
    gap: min(2.0833333333vw, 40px);
    margin-top: min(3.125vw, 60px);
  }
}
.top-message .btn__block .common__btn {
  position: relative;
  width: 230px;
  height: 52px;
  background: linear-gradient(to bottom, #989B79, #595E24);
}
@media screen and (min-width:768px) {
  .top-message .btn__block .common__btn {
    width: min(18.0208333333vw, 346px);
    height: min(4.0625vw, 78px);
  }
}
.top-message .btn__block .common__btn span {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
@media screen and (min-width:768px) {
  .top-message .btn__block .common__btn span {
    gap: 1em;
    font-size: min(1.3541666667vw, 26px);
    line-height: 1.42;
  }
}

.ani-blur {
  display: inline-block;
  -ms-filter: blur(6px);
  filter: blur(6px);
  transition: filter 0.3s ease;
}

.ani-line {
  position: relative;
}
.ani-line::after {
  position: absolute;
  bottom: 15px;
  left: 30px;
  content: "";
  display: block;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  height: 2px;
  background: #BFCA86;
  filter: none;
  transform-origin: right;
  /* 左からスケールする */
  transform: scaleX(0);
  /* 初期状態ではスケール0 */
  transition: transform 1s ease;
  /* アニメーションを1秒で実行 */
}
@media screen and (min-width:768px) {
  .ani-line::after {
    left: 0;
    bottom: max(-0.5208333333vw, -10px);
    height: min(0.1041666667vw, 2px);
  }
}
.ani-line.active::after {
  transform: scaleX(1);
  /* アクティブな状態でスケール1 (全長になる) */
}

.ani-fade {
  opacity: 0;
  /* 初期状態では透明にする */
  transition: opacity 1s ease;
  /* フェードインをスムーズにする */
}

.ani-fade02 {
  opacity: 0;
  /* 初期状態では透明にする */
  transform: translateY(50px);
  /* 初期状態では下に50px移動 */
  transition: opacity 1s ease, transform 1s ease;
  /* フェードインと移動をスムーズに */
}
.ani-fade02.visible {
  opacity: 1;
  /* フェードイン */
  transform: translateY(0);
  /* 下から上に移動 */
}

.feature .inner--feature {
  text-align: center;
}
@media screen and (min-width:768px) {
  .feature .inner--feature {
    padding: 0 0 min(2.6041666667vw, 50px);
  }
}
.feature .page--feature {
  padding: 0;
}
.feature .inner--content {
  position: relative;
  width: 95%;
  margin: 210px auto 0;
  padding: 30px 10px 75px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.3490196078);
}
@media screen and (min-width:768px) {
  .feature .inner--content {
    text-align: left;
    width: min(46.875vw, 900px);
    padding: min(1.5625vw, 30px) min(1.5625vw, 30px) min(2.0833333333vw, 40px);
    margin: auto auto auto min(4.6875vw, 90px);
  }
}
@media screen and (min-width:768px) {
  .feature #fix02 .inner--content {
    margin: auto min(4.6875vw, 90px) auto auto;
  }
}
.feature .bgarea {
  position: relative;
  text-align: center;
  background: #fff;
  margin-top: -2px;
}
.feature .feature__ttl {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 40px;
  margin-bottom: 0px;
}
@media screen and (min-width:768px) {
  .feature .feature__ttl {
    margin-bottom: min(4.1666666667vw, 80px);
    padding-top: 0;
  }
}
.feature .feature__ttl div {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.feature .feature__ttl .jp {
  font-size: 22px;
  font-weight: 500;
  color: #595E24;
  text-align: left;
  line-height: 1.45;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width:768px) {
  .feature .feature__ttl .jp {
    font-size: min(2.1875vw, 42px);
    line-height: 1.45;
  }
}
.feature .feature__ttl .jp--under::before {
  content: "";
  display: inline-block;
  background: url(../../assets/img/index/3.svg) no-repeat center center/contain;
  width: 41px;
  height: 59px;
  margin: 0 min(0.5208333333vw, 10px);
}
@media screen and (min-width:768px) {
  .feature .feature__ttl .jp--under::before {
    width: min(4.0104166667vw, 77px);
    height: min(5.7291666667vw, 110px);
  }
}
.feature .feature__ttl .en {
  font-size: 16px;
  font-weight: 500;
  color: #8E8E8E;
  text-align: left;
  line-height: 1.18;
  letter-spacing: 0.16em;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width:768px) {
  .feature .feature__ttl .en {
    font-size: min(1.71875vw, 33px);
    line-height: 1.18;
  }
}
.feature .feature__content ul {
  position: relative;
  z-index: 1;
}
.feature .feature__content li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}
@media screen and (min-width:768px) {
  .feature .feature__content li {
    height: min(35.5208333333vw, 682px);
  }
}
.feature .feature__content li:nth-child(1) {
  background: url(../../assets/img/index/feature_bg04.jpg) no-repeat center top/contain;
  z-index: -2;
}
@media screen and (min-width:768px) {
  .feature .feature__content li:nth-child(1) {
    background: url(../../assets/img/index/feature_bg04.jpg) no-repeat right center/contain;
  }
}
.feature .feature__content li:nth-child(2) {
  background: url(../../assets/img/index/feature_bg05.jpg) no-repeat center top/contain;
  z-index: -2;
}
@media screen and (min-width:768px) {
  .feature .feature__content li:nth-child(2) {
    background: url(../../assets/img/index/feature_bg05.jpg) no-repeat left center/contain;
  }
}
.feature .feature__content li:nth-child(3) {
  background: url(../../assets/img/index/feature_bg06.jpg) no-repeat center top/contain;
  z-index: -2;
}
@media screen and (min-width:768px) {
  .feature .feature__content li:nth-child(3) {
    background: url(../../assets/img/index/feature_bg06.jpg) no-repeat right center/contain;
  }
}
.feature .feature__content .number {
  position: relative;
  display: inline-block;
}
.feature .feature__content .number img {
  width: 46px;
  margin-bottom: 15px;
}
@media screen and (min-width:768px) {
  .feature .feature__content .number img {
    width: min(5.625vw, 108px);
  }
}
.feature .feature__content .number::after {
  position: absolute;
  top: 0;
  right: -1.2em;
  content: "";
  display: inline-block;
  width: 2px;
  height: 75%;
  background: #989261;
  transform: rotate(30deg);
}
@media screen and (min-width:768px) {
  .feature .feature__content .number::after {
    right: max(-2.6041666667vw, -50px);
    height: 100%;
  }
}
.feature .feature__content .ttl {
  font-size: 32px;
  font-weight: 500;
  color: #595E24;
  text-align: left;
  line-height: 1.31;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width:768px) {
  .feature .feature__content .ttl {
    font-size: min(2.1875vw, 42px);
    font-weight: 400;
    line-height: 1.23;
    text-align: left;
    margin-bottom: min(1.5625vw, 30px);
  }
}
.feature .feature__content .ttl .txtbig {
  font-size: 32px;
  line-height: 1.15;
}
@media screen and (min-width:768px) {
  .feature .feature__content .ttl .txtbig {
    font-size: min(2.6041666667vw, 50px);
    line-height: 1.04;
  }
}
.feature .feature__content .ttl .txtsmall {
  font-size: 22px;
  line-height: 1.62;
}
@media screen and (min-width:768px) {
  .feature .feature__content .ttl .txtsmall {
    font-size: min(1.6666666667vw, 32px);
    line-height: 1.62;
  }
}
.feature .feature__content .txt {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.85;
  letter-spacing: 0em;
  width: 100%;
  margin: auto;
}
@media screen and (min-width:768px) {
  .feature .feature__content .txt {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.9;
    text-align: left;
  }
}
.feature .btn__block {
  position: relative;
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width:768px) {
  .feature .btn__block {
    text-align: right;
    margin-top: min(1.5625vw, 30px);
  }
}
.feature .btn__block .common__btn {
  width: 220px;
  height: 42px;
  background: linear-gradient(to bottom, #E2A547, #CB9B52);
}
@media screen and (min-width:768px) {
  .feature .btn__block .common__btn {
    width: min(15.2083333333vw, 292px);
    height: min(3.125vw, 60px);
  }
}
.feature .btn__block .common__btn span {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.42;
  letter-spacing: 0.12em;
}
@media screen and (min-width:768px) {
  .feature .btn__block .common__btn span {
    font-size: min(0.9375vw, 18px);
    line-height: 1.44;
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width:768px) {
  .feature .btn__block .common__btn span::after {
    width: min(0.9895833333vw, 19px);
    height: min(0.9895833333vw, 19px);
  }
}

#fix01 {
  margin-top: 50px;
}
@media screen and (min-width:768px) {
  #fix01 {
    margin-top: min(2.6041666667vw, 50px);
  }
}

#fix03 {
  margin-bottom: 0;
}

.faq {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  margin-top: -1px;
}
.faq .inner--faq {
  width: 86.9%;
  margin: auto;
  padding: 57px 0 140px;
}
@media screen and (min-width:768px) {
  .faq .inner--faq {
    width: 60.5%;
    margin: auto;
    padding: min(5.7291666667vw, 110px) auto min(10.9375vw, 210px);
  }
}
.faq .faq__content {
  margin-top: 50px;
}
@media screen and (min-width:768px) {
  .faq .faq__content {
    margin-top: min(4.1666666667vw, 80px);
  }
}
.faq .faq__content section {
  padding: 38px 0 18px;
  border-bottom: 1px solid #D0D0D0;
}
@media screen and (min-width:768px) {
  .faq .faq__content section {
    padding: min(2.34375vw, 45px) 0 min(2.34375vw, 45px);
  }
}
.faq .faq__content li:last-child section {
  border-bottom: none;
}
.faq .accordion__ttl {
  position: relative;
}
.faq .accordion__ttl .question {
  display: flex;
  margin-bottom: 10px;
  padding-right: 50px;
}
@media screen and (min-width:768px) {
  .faq .accordion__ttl .question {
    margin-bottom: min(0.5208333333vw, 10px);
  }
}
.faq .accordion__ttl dt {
  font-size: 14px;
  font-weight: 700;
  color: #8C924E;
  text-align: left;
  line-height: 1.35;
  letter-spacing: 0em;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width:768px) {
  .faq .accordion__ttl dt {
    font-size: min(1.3541666667vw, 26px);
    line-height: 1.307;
  }
}
.faq .accordion__ttl dd {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.42;
  letter-spacing: 0em;
  margin-left: 0.5em;
}
@media screen and (min-width:768px) {
  .faq .accordion__ttl dd {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.45;
  }
}
.faq .accordion__ttl::after {
  position: absolute;
  content: "";
  top: 25%;
  right: 3px;
  width: 18px;
  height: 18px;
  background: url(../../assets/img/icon/icon_arrow_faq.png) no-repeat center center/contain;
  transform: rotate(180deg);
}
@media screen and (min-width:768px) {
  .faq .accordion__ttl::after {
    top: 10%;
    right: min(0.1041666667vw, 2px);
    width: min(1.4583333333vw, 28px);
    height: min(1.4583333333vw, 28px);
  }
}
.faq .accordion__ttl.close::after {
  transform: rotate(0deg);
}
.faq .accordion__txt {
  display: none;
  position: relative;
}
.faq .accordion__txt .answer {
  display: flex;
  padding-right: 50px;
  padding-bottom: 20px;
}
@media screen and (min-width:768px) {
  .faq .accordion__txt .answer {
    padding-right: 0;
  }
}
.faq .accordion__txt dt {
  font-size: 14px;
  font-weight: 700;
  color: #8C924E;
  text-align: left;
  line-height: 1.35;
  letter-spacing: 0em;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width:768px) {
  .faq .accordion__txt dt {
    font-size: min(1.3541666667vw, 26px);
    line-height: 1.307;
  }
}
.faq .accordion__txt dd {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.42;
  letter-spacing: 0em;
  margin-left: 0.5em;
}
@media screen and (min-width:768px) {
  .faq .accordion__txt dd {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.727;
    padding-right: min(3.3854166667vw, 65px);
  }
}

.top-clinic {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
}
.top-clinic::before {
  position: absolute;
  top: 200px;
  left: 0;
  bottom: auto;
  content: "";
  width: 100%;
  height: 77.3vw;
  background: linear-gradient(to bottom, #FAEDD1, #F5D8A0);
  z-index: 0;
}
@media screen and (min-width:768px) {
  .top-clinic::before {
    top: auto;
    bottom: 0;
    left: 0;
    height: min(33.8541666667vw, 650px);
  }
}
.top-clinic .inner--top-clinic {
  width: 100%;
  margin: 100px auto 100px;
}
@media screen and (min-width:768px) {
  .top-clinic .inner--top-clinic {
    margin: 0 auto;
  }
}
.top-clinic .message_txt {
  width: 179px;
  padding: 0 0 30px 30px;
}
@media screen and (min-width:768px) {
  .top-clinic .message_txt {
    width: min(16.0416666667vw, 308px);
    padding: 0;
  }
}
.top-clinic .clinic_img {
  width: 89%;
  height: 100%;
  aspect-ratio: 334/294;
  z-index: 2;
}
@media screen and (min-width:768px) {
  .top-clinic .clinic_img {
    width: min(35vw, 672px);
    height: min(39.375vw, 756px);
    margin: auto 0 0 0;
  }
}
.top-clinic .top-clinic__content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width:768px) {
  .top-clinic .top-clinic__content {
    flex-direction: row-reverse;
    gap: min(3.125vw, 60px);
    width: min(72.9166666667vw, 1400px);
    margin: auto;
    padding: min(7.8125vw, 150px) 0 min(3.90625vw, 75px);
  }
}
.top-clinic .txtContent {
  position: relative;
  width: 89.3%;
  margin: auto;
}
@media screen and (min-width:768px) {
  .top-clinic .txtContent {
    margin: 0 0 auto;
  }
}
.top-clinic .txtContent .ttl {
  position: relative;
  margin: 75px 0 25px;
}
@media screen and (min-width:768px) {
  .top-clinic .txtContent .ttl {
    margin: min(3.125vw, 60px) 0 min(3.6458333333vw, 70px);
  }
}
.top-clinic .txtContent .ttl img {
  width: 153px;
}
@media screen and (min-width:768px) {
  .top-clinic .txtContent .ttl img {
    width: min(16.0416666667vw, 308px);
  }
}
.top-clinic .txtContent .txt01 {
  font-size: 20px;
  font-weight: 500;
  color: #595E24;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0;
  margin-top: 50px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width:768px) {
  .top-clinic .txtContent .txt01 {
    font-size: min(1.9791666667vw, 38px);
    line-height: 2.57;
    margin-top: 0;
  }
}
.top-clinic .txtContent .txt02 {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (min-width:768px) {
  .top-clinic .txtContent .txt02 {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.9;
  }
}
.top-clinic .txtContent .name {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-align: right;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 25px;
}
@media screen and (min-width:768px) {
  .top-clinic .txtContent .name {
    position: absolute;
    bottom: min(0.78125vw, 15px);
    right: min(1.3020833333vw, 25px);
    font-size: min(1.6666666667vw, 32px);
    line-height: 1.4375;
    margin-top: 0;
  }
}
.top-clinic .txtContent .name .director {
  font-size: 14px;
  line-height: 1.78;
  font-weight: 500;
  margin-right: 1.5em;
}
@media screen and (min-width:768px) {
  .top-clinic .txtContent .name .director {
    font-size: min(1.1458333333vw, 22px);
    line-height: 2.09;
  }
}
.top-clinic .btn__block {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0;
}
@media screen and (min-width:768px) {
  .top-clinic .btn__block {
    text-align: left;
    margin-top: min(3.125vw, 60px);
  }
}
.top-clinic .btn__block .common__btn {
  position: relative;
  width: 230px;
  height: 52px;
  background: linear-gradient(to bottom, #989B79, #595E24);
}
@media screen and (min-width:768px) {
  .top-clinic .btn__block .common__btn {
    width: min(18.0208333333vw, 346px);
    height: min(4.0625vw, 78px);
  }
}
.top-clinic .btn__block .common__btn span {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
@media screen and (min-width:768px) {
  .top-clinic .btn__block .common__btn span {
    gap: 1em;
    font-size: min(1.3541666667vw, 26px);
    line-height: 1.42;
  }
}

.ani-line--right {
  position: relative;
}
.ani-line--right::after {
  position: absolute;
  bottom: 15px;
  left: 0;
  content: "";
  display: block;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  height: 2px;
  background: #BFCA86;
  filter: none;
  transform-origin: right;
  /* 左からスケールする */
  transform: scaleX(0);
  /* 初期状態ではスケール0 */
  transition: transform 1s ease;
  /* アニメーションを1秒で実行 */
}
@media screen and (min-width:768px) {
  .ani-line--right::after {
    left: 0;
    width: 68vw;
    margin-left: calc(50% - 50vw);
    bottom: max(-0.5208333333vw, -10px);
    height: min(0.1041666667vw, 2px);
    transform: scaleX(0);
    transform-origin: left;
  }
}
.ani-line--right.active::after {
  transform: scaleX(1);
  /* アクティブな状態でスケール1 (全長になる) */
}

.top-swiper {
  position: relative;
  width: 100%;
  background: #fff;
  z-index: 10;
  margin-top: -2px;
  /* ==========================
    paginationの位置を調整
  ========================== */
  /* ==========================
  fractionのカスタマイズ
   ========================== */
  /* ==========================
  ラインアニメーションをCSSで表現
   ========================== */
}
.top-swiper .inner--top-swiper {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 30px 0 30px;
}
@media screen and (min-width:768px) {
  .top-swiper .inner--top-swiper {
    width: 100%;
    height: min(36.4583333333vw, 700px);
    margin: auto;
    padding: 0;
  }
}
.top-swiper .slide__block {
  position: relative;
}
.top-swiper .textwrap {
  position: absolute;
  top: -30px;
  right: 10px;
  padding: 0 5px;
  background: #fff;
  z-index: 10;
}
@media screen and (min-width:768px) {
  .top-swiper .textwrap {
    top: max(-5.2083333333vw, -100px);
    right: min(13.0208333333vw, 250px);
    padding: 0 min(2.6041666667vw, 50px);
  }
}
.top-swiper .ttl_animation {
  font-size: 22px;
  font-weight: 500;
  color: #595E24;
  text-align: left;
  line-height: 1.54;
  letter-spacing: 0em;
  writing-mode: vertical-rl;
}
@media screen and (min-width:768px) {
  .top-swiper .ttl_animation {
    font-size: min(2.1875vw, 42px);
    line-height: 1.5;
  }
}
.top-swiper #textAni02 {
  writing-mode: vertical-rl;
  white-space: pre-wrap;
  line-height: 1.5;
  display: inline-block;
  min-width: 109px;
  min-height: 389px;
}
@media screen and (min-width:768px) {
  .top-swiper #textAni02 {
    min-width: min(9.84375vw, 189px);
    min-height: min(48.4375vw, 930px);
  }
}
.top-swiper .fade-in {
  opacity: 0;
  visibility: hidden;
  /* 最初は見えない状態にする */
  transform: translate3d(0, 50px, 0) rotate(-5deg);
  /* 軽く回転を追加 */
  transition: opacity 2s, transform 1.5s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.top-swiper .fade-in.visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  visibility: visible;
  /* 表示時に視認できるようにする */
}
.top-swiper #textAni02 span {
  display: inline-block;
  width: auto;
  /* 自然な文字の幅に合わせる */
  height: auto;
  /* 自然な文字の高さに合わせる */
  text-align: center;
  vertical-align: top;
  box-sizing: border-box;
  margin: min(0.5208333333vw, 10px) 0;
}
.top-swiper .swiper--feature {
  overflow: hidden;
  min-height: 221px;
}
@media screen and (min-width:768px) {
  .top-swiper .swiper--feature {
    padding-top: min(2.0833333333vw, 40px);
  }
}
.top-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.top-swiper .swiper-slide {
  aspect-ratio: 780/460;
  height: 344px;
}
@media screen and (min-width:768px) {
  .top-swiper .swiper-slide {
    height: min(23.9583333333vw, 460px);
    width: min(40.625vw, 780px);
  }
}
.top-swiper .slide-img img {
  height: 100%;
  border-radius: 10px;
  aspect-ratio: 583/344;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width:768px) {
  .top-swiper .slide-img img {
    aspect-ratio: 780/460;
    height: min(23.9583333333vw, 460px);
    width: min(40.625vw, 780px);
  }
}

.fv--under {
  background: url(../../assets/img/first_visit/fv_sp.jpg) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .fv--under {
    background: url(../../assets/img/first_visit/fv_pc.jpg) no-repeat center center/cover;
  }
}

#first_visit .firstContent {
  position: relative;
  background: url(../../assets/img/first_visit/firstContent_bg_sp.jpg) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  #first_visit .firstContent {
    background: url(../../assets/img/first_visit/firstContent_bg_pc.jpg) no-repeat bottom max(-3.125vw, -60px) center/cover;
  }
}
#first_visit .firstContent::before {
  position: absolute;
  top: -60px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background: #fff;
  z-index: 0;
}
@media screen and (min-width:768px) {
  #first_visit .firstContent::before {
    top: max(-4.4270833333vw, -85px);
    height: min(6.7708333333vw, 130px);
  }
}
#first_visit .firstContent .inner--firstContent {
  width: 90%;
  margin: auto;
  padding: 30px 0 50px;
  z-index: 1;
  position: relative;
}
@media screen and (min-width:768px) {
  #first_visit .firstContent .inner--firstContent {
    padding: min(5.2083333333vw, 100px) 0 min(14.0625vw, 270px);
  }
}
#first_visit .firstContent .ttl {
  font-size: 22px;
  font-weight: 500;
  color: #595E24;
  text-align: center;
  line-height: 1.45;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 45px;
}
@media screen and (min-width:768px) {
  #first_visit .firstContent .ttl {
    font-size: min(2.1875vw, 42px);
    line-height: 1.95;
    margin-bottom: min(1.0416666667vw, 20px);
  }
}
#first_visit .firstContent .txt {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  line-height: 1.625;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  #first_visit .firstContent .txt {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.9;
  }
}
#first_visit .flow {
  background: #fff;
}
#first_visit .flow .inner--flow {
  width: 89.6%;
  margin: auto;
  padding: 45px 0 100px;
}
@media screen and (min-width:768px) {
  #first_visit .flow .inner--flow {
    max-width: 1920px;
    width: 100%;
    padding: min(6.7708333333vw, 130px) 0 min(10.4166666667vw, 200px);
  }
}
#first_visit .flow h2.flow__ttl {
  margin-bottom: 50px;
}
@media screen and (min-width:768px) {
  #first_visit .flow h2.flow__ttl {
    margin-bottom: min(5.2083333333vw, 100px);
  }
}
#first_visit .flow h2.flow__ttl::after {
  display: none;
}
#first_visit .flow h2.flow__ttl .jp {
  font-size: 22px;
  font-weight: 500;
  color: #595E24;
  text-align: center;
  line-height: 1.45;
  letter-spacing: 0.01em;
}
@media screen and (min-width:768px) {
  #first_visit .flow h2.flow__ttl .jp {
    font-size: min(1.875vw, 36px);
    line-height: 1.44;
  }
}
#first_visit .flow h2.flow__ttl .en {
  font-size: 14px;
  font-weight: 500;
  color: #8E8E8E;
  text-align: center;
  line-height: 1.14;
  letter-spacing: 0.01em;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width:768px) {
  #first_visit .flow h2.flow__ttl .en {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.13;
  }
}
#first_visit .flow .flow__content li {
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
  margin-bottom: 45px;
}
@media screen and (min-width:768px) {
  #first_visit .flow .flow__content li {
    flex-direction: row;
    gap: min(1.8229166667vw, 35px);
    margin-bottom: min(10.4166666667vw, 200px);
  }
}
@media screen and (min-width:768px) {
  #first_visit .flow .flow__content li:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
#first_visit .flow .flow__content .ani-line::after {
  bottom: 90px !important;
}
@media screen and (min-width:768px) {
  #first_visit .flow .flow__content .ani-line::after {
    bottom: max(-0.5208333333vw, -10px) !important;
  }
}
#first_visit .flow .flow__content .ani-line--right::after {
  bottom: 90px !important;
}
@media screen and (min-width:768px) {
  #first_visit .flow .flow__content .ani-line--right::after {
    bottom: max(-0.5208333333vw, -10px) !important;
  }
}
@media screen and (min-width:768px) {
  #first_visit .flow .img__content img {
    width: min(40.7291666667vw, 782px);
    height: min(25vw, 480px);
  }
}
#first_visit .flow .txt__content {
  width: 100%;
}
@media screen and (min-width:768px) {
  #first_visit .flow .txt__content {
    width: min(45.46875vw, 873px);
  }
}
#first_visit .flow .txt__content dl {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width:768px) {
  #first_visit .flow .txt__content dl {
    flex-direction: row;
    gap: min(1.0416666667vw, 20px);
  }
}
#first_visit .flow .txt__content dl dt {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width:768px) {
  #first_visit .flow .txt__content dl dt {
    margin-top: max(-2.6041666667vw, -50px);
  }
}
#first_visit .flow .txt__content .en {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #8E8E8E;
  text-align: center;
  line-height: 1.44;
  letter-spacing: 0.02em;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width:768px) {
  #first_visit .flow .txt__content .en {
    font-size: min(1.25vw, 24px);
    line-height: 1.16;
  }
}
#first_visit .flow .txt__content .number {
  display: inline-block;
}
#first_visit .flow .txt__content .number img {
  width: 61px;
}
@media screen and (min-width:768px) {
  #first_visit .flow .txt__content .number img {
    width: min(5.625vw, 108px);
  }
}
#first_visit .flow .txt__content .ttl {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.45;
  letter-spacing: 0em;
  padding-left: 65px;
  margin-top: -40px;
  margin-bottom: 35px;
}
@media screen and (min-width:768px) {
  #first_visit .flow .txt__content .ttl {
    font-size: min(1.6666666667vw, 32px);
    line-height: 1.43;
    margin-bottom: min(1.3020833333vw, 25px);
    padding-left: 0;
  }
}
#first_visit .flow .txt__content .txt {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.85;
  letter-spacing: 0em;
  min-height: 78px;
}
@media screen and (min-width:768px) {
  #first_visit .flow .txt__content .txt {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.9;
    min-height: none;
  }
}

.fv--under {
  background: url(../../assets/img/first_visit/fv_sp.jpg) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .fv--under {
    background: url(../../assets/img/first_visit/fv_pc.jpg) no-repeat center center/cover;
  }
}

.clinic .firstContent {
  position: relative;
}
.clinic .firstContent::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 640px;
  background: linear-gradient(to bottom, #F5F3E3, #E0DCBB);
  z-index: -1;
}
@media screen and (min-width:768px) {
  .clinic .firstContent::before {
    top: min(3.90625vw, 75px);
    height: min(33.3333333333vw, 640px);
  }
}
.clinic .firstContent .inner--firstContent {
  width: 79%;
  margin: auto;
  padding: 30px 0 80px;
}
@media screen and (min-width:768px) {
  .clinic .firstContent .inner--firstContent {
    padding: min(3.6458333333vw, 70px) 0 0;
  }
}
.clinic .firstContent .info__wrap {
  display: flex;
  flex-direction: column-reverse;
  margin: auto;
  background: #fff;
}
@media screen and (min-width:768px) {
  .clinic .firstContent .info__wrap {
    flex-direction: row;
    justify-content: center;
    width: min(72.9166666667vw, 1400px);
    margin-top: min(7.2916666667vw, 140px);
  }
}
.clinic .firstContent .info__wrap dl {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  margin-top: 25px;
  padding: 0 30px;
}
@media screen and (min-width:768px) {
  .clinic .firstContent .info__wrap dl {
    grid-template-columns: auto 1fr;
    height: min(19.53125vw, 375px);
    margin: 0;
    padding: min(3.90625vw, 75px) min(4.1666666667vw, 80px) 0;
  }
}
.clinic .firstContent .info__wrap dt,
.clinic .firstContent .info__wrap dd {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.42;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .clinic .firstContent .info__wrap dt,
  .clinic .firstContent .info__wrap dd {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.45;
  }
}
.clinic .firstContent .info__wrap dt a,
.clinic .firstContent .info__wrap dd a {
  display: flex;
  align-items: center;
  gap: 1em;
}
.clinic .firstContent .info__wrap dt a::after,
.clinic .firstContent .info__wrap dd a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../../assets/img/icon/icon_arrow01.png) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .clinic .firstContent .info__wrap dt a::after,
  .clinic .firstContent .info__wrap dd a::after {
    width: min(1.0416666667vw, 20px);
    height: min(1.0416666667vw, 20px);
  }
}
.clinic .firstContent .info__wrap dd {
  margin-bottom: 24px;
}
@media screen and (min-width:768px) {
  .clinic .firstContent .info__wrap dd {
    margin-bottom: 0;
  }
}
.clinic .firstContent .info__wrap .caution {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.42;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .clinic .firstContent .info__wrap .caution {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.45;
  }
}
@media screen and (min-width:768px) {
  .clinic .firstContent .info__wrap .clinic_img {
    width: min(33.75vw, 648px);
    height: min(37.0833333333vw, 712px);
  }
}
.clinic .gallery .inner--gallery {
  max-width: 1224px;
  width: 79%;
  margin: auto;
  padding: 0 0 100px;
}
@media screen and (min-width:768px) {
  .clinic .gallery .inner--gallery {
    width: 63.7%;
    padding: min(6.25vw, 120px) 0 min(13.0208333333vw, 250px);
  }
}
.clinic .gallery .gallery__content ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding: 0 15px;
}
@media screen and (min-width:768px) {
  .clinic .gallery .gallery__content ul {
    grid-template-columns: repeat(2, 1fr);
    gap: min(2.5vw, 48px) min(6.6666666667vw, 128px);
    padding: 0;
  }
}
.clinic .gallery .gallery__content img {
  aspect-ratio: 548/416;
  -o-object-fit: cover;
     object-fit: cover;
}
.clinic .gallery .gallery__content .long_img {
  aspect-ratio: 548/663;
  -o-object-fit: cover;
     object-fit: cover;
}
.clinic .gallery .gallery__content figcaption span {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .clinic .gallery .gallery__content figcaption span {
    font-size: min(1.0416666667vw, 20px);
    line-height: 2.1;
  }
}
.clinic .gallery .gallery__content figcaption span.small {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .clinic .gallery .gallery__content figcaption span.small {
    font-size: min(0.8333333333vw, 16px);
    line-height: 1.8;
  }
}

.fv--under {
  background: url(../../assets/img/first_visit/fv_sp.jpg) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .fv--under {
    background: url(../../assets/img/first_visit/fv_pc.jpg) no-repeat center center/cover;
  }
}

.doctor .firstContent,
.doctor .doctor-introduction {
  position: relative;
}
.doctor .firstContent .inner--firstContent,
.doctor .doctor-introduction .inner--firstContent {
  width: 100%;
  margin: auto;
  padding: 0px 0 0;
}
@media screen and (min-width:768px) {
  .doctor .firstContent .inner--firstContent,
  .doctor .doctor-introduction .inner--firstContent {
    padding: min(3.6458333333vw, 70px) 0 0;
  }
}
.doctor .firstContent .bg,
.doctor .doctor-introduction .bg {
  background: linear-gradient(to bottom, #F5F3E3, #E0DCBB);
}
.doctor .firstContent .inner--bg,
.doctor .doctor-introduction .inner--bg {
  padding: 50px 0 50px;
  width: 80%;
  margin: auto;
}
@media screen and (min-width:768px) {
  .doctor .firstContent .inner--bg,
  .doctor .doctor-introduction .inner--bg {
    width: min(72.9166666667vw, 1400px);
    padding: min(3.6458333333vw, 70px) 0 min(1.5625vw, 30px);
  }
}
.doctor .firstContent .pb-100,
.doctor .doctor-introduction .pb-100 {
  padding-bottom: 80px;
}
@media screen and (min-width:768px) {
  .doctor .firstContent .pb-100,
  .doctor .doctor-introduction .pb-100 {
    padding-bottom: min(5.2083333333vw, 100px);
  }
}
.doctor .firstContent .list,
.doctor .doctor-introduction .list {
  margin-bottom: 35px;
}
@media screen and (min-width:768px) {
  .doctor .firstContent .list,
  .doctor .doctor-introduction .list {
    margin-bottom: 0;
  }
}
.doctor .firstContent .ttl,
.doctor .doctor-introduction .ttl {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
@media screen and (min-width:768px) {
  .doctor .firstContent .ttl,
  .doctor .doctor-introduction .ttl {
    margin-bottom: min(2.6041666667vw, 50px);
  }
}
.doctor .firstContent .ttl span.director,
.doctor .firstContent .ttl span.name,
.doctor .doctor-introduction .ttl span.director,
.doctor .doctor-introduction .ttl span.name {
  font-size: 20px;
  font-weight: 500;
  color: #595E24;
  text-align: center;
  line-height: 1.45;
  letter-spacing: 0.15em;
}
@media screen and (min-width:768px) {
  .doctor .firstContent .ttl span.director,
  .doctor .firstContent .ttl span.name,
  .doctor .doctor-introduction .ttl span.director,
  .doctor .doctor-introduction .ttl span.name {
    font-size: min(1.9791666667vw, 38px);
    line-height: 1.44;
  }
}
.doctor .firstContent .introduction__wrap,
.doctor .doctor-introduction .introduction__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin: auto;
}
@media screen and (min-width:768px) {
  .doctor .firstContent .introduction__wrap,
  .doctor .doctor-introduction .introduction__wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: min(2.8645833333vw, 55px);
  }
}
.doctor .firstContent .introduction__wrap .txt,
.doctor .doctor-introduction .introduction__wrap .txt {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .doctor .firstContent .introduction__wrap .txt,
  .doctor .doctor-introduction .introduction__wrap .txt {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.9;
  }
}
.doctor .firstContent .introduction__wrap .introduction_img,
.doctor .doctor-introduction .introduction__wrap .introduction_img {
  width: 100%;
  height: auto;
  margin-bottom: -200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:768px) {
  .doctor .firstContent .introduction__wrap .introduction_img,
  .doctor .doctor-introduction .introduction__wrap .introduction_img {
    width: min(33.75vw, 648px);
    height: min(28.0208333333vw, 538px);
    margin-bottom: 0;
  }
}
.doctor .firstContent .profile__content,
.doctor .doctor-introduction .profile__content {
  display: grid;
  grid-template-columns: 1fr;
  width: 80%;
  margin: auto;
  padding: 180px 0 0;
}
@media screen and (min-width:768px) {
  .doctor .firstContent .profile__content,
  .doctor .doctor-introduction .profile__content {
    grid-template-columns: repeat(2, 1fr);
    width: min(74.1145833333vw, 1423px);
    padding: min(2.34375vw, 45px) 0 min(4.1666666667vw, 80px);
  }
}
.doctor .firstContent .profile__content .ttl,
.doctor .doctor-introduction .profile__content .ttl {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.44;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .doctor .firstContent .profile__content .ttl,
  .doctor .doctor-introduction .profile__content .ttl {
    font-size: min(1.6666666667vw, 32px);
    line-height: 1.43;
  }
}
.doctor .firstContent .profile__content .ttl::before,
.doctor .doctor-introduction .profile__content .ttl::before {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  display: inline-block;
  width: 65px;
  height: 2px;
  background: #BFCA86;
}
@media screen and (min-width:768px) {
  .doctor .firstContent .profile__content .ttl::before,
  .doctor .doctor-introduction .profile__content .ttl::before {
    bottom: max(-0.5208333333vw, -10px);
    width: min(6.6666666667vw, 128px);
    height: min(0.1041666667vw, 2px);
  }
}
.doctor .firstContent .profile__content .txt,
.doctor .doctor-introduction .profile__content .txt {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .doctor .firstContent .profile__content .txt,
  .doctor .doctor-introduction .profile__content .txt {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.9;
  }
}
.doctor .firstContent .pt-150,
.doctor .doctor-introduction .pt-150 {
  padding: 150px 0 0;
}
@media screen and (min-width:768px) {
  .doctor .firstContent .pt-150,
  .doctor .doctor-introduction .pt-150 {
    padding: min(2.34375vw, 45px) 0 min(4.1666666667vw, 80px);
  }
}
.doctor .inner--doctor-introduction {
  padding: 0 0 150px;
  margin: auto;
}
@media screen and (min-width:768px) {
  .doctor .inner--doctor-introduction {
    padding: 0 0 min(15.625vw, 300px);
  }
}
.doctor .support {
  text-align: center;
  padding-top: 80px;
  width: 80%;
  margin: auto;
}
@media screen and (min-width:768px) {
  .doctor .support {
    width: 100%;
    padding-top: min(3.6458333333vw, 70px);
  }
}
@media screen and (min-width:768px) {
  .doctor .support img {
    width: min(54.2708333333vw, 1042px);
    height: min(34.4791666667vw, 662px);
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.doctor .support span {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  line-height: 1.85;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .doctor .support span {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.72;
  }
}

.fv--under {
  background: url(../../assets/img/first_visit/fv_sp.jpg) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .fv--under {
    background: url(../../assets/img/first_visit/fv_pc.jpg) no-repeat center center/cover;
  }
}

.access .firstContent {
  position: relative;
}
.access .firstContent::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 372px;
  background: linear-gradient(to bottom, #F5F3E3, #E0DCBB);
  z-index: -1;
}
@media screen and (min-width:768px) {
  .access .firstContent::before {
    top: min(3.90625vw, 75px);
    height: min(33.3333333333vw, 640px);
  }
}
.access .firstContent .inner--firstContent {
  width: 90%;
  margin: auto;
  padding: 30px 0 80px;
}
@media screen and (min-width:768px) {
  .access .firstContent .inner--firstContent {
    width: 62.9%;
    padding: min(3.6458333333vw, 70px) 0 0;
  }
}
.access .firstContent .info__wrap {
  text-align: center;
  margin: auto;
}
@media screen and (min-width:768px) {
  .access .firstContent .info__wrap {
    margin-top: min(7.2916666667vw, 140px);
  }
}
.access .firstContent .info__wrap .txt {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0em;
  background: #fff;
  padding: 20px;
}
@media screen and (min-width:768px) {
  .access .firstContent .info__wrap .txt {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.9;
    text-align: center;
    padding: min(1.25vw, 24px) 0;
  }
}
.access .firstContent .info__wrap .txt02 {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0em;
  margin: 10px 0 30px;
}
@media screen and (min-width:768px) {
  .access .firstContent .info__wrap .txt02 {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.9;
    margin: min(2.3958333333vw, 46px) 0;
  }
}
@media screen and (min-width:768px) {
  .access .firstContent .info__wrap .map_img {
    width: min(29.8958333333vw, 574px);
    height: min(35.5208333333vw, 682px);
  }
}
.access .accessflow .inner--accessflow {
  width: 80%;
  margin: auto;
  padding-bottom: 80px;
}
@media screen and (min-width:768px) {
  .access .accessflow .inner--accessflow {
    width: 63.7%;
  }
}
.access .accessflow .accessflow__ttl {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width:768px) {
  .access .accessflow .accessflow__ttl {
    margin: min(4.1666666667vw, 80px) 0;
  }
}
.access .accessflow .accessflow__ttl .txt01 {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  line-height: 1.43;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .access .accessflow .accessflow__ttl .txt01 {
    font-size: min(1.4583333333vw, 28px);
    line-height: 1.5;
  }
}
.access .accessflow .accessflow__ttl .txt02 {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  line-height: 1.64;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .access .accessflow .accessflow__ttl .txt02 {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.9;
  }
}
.access .accessflow .accessflow__wrap ul {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 60px;
}
@media screen and (min-width:768px) {
  .access .accessflow .accessflow__wrap ul {
    grid-template-columns: repeat(2, 1fr);
    gap: min(2.34375vw, 45px) min(6.6666666667vw, 128px);
    margin-bottom: min(5.7291666667vw, 110px);
  }
}
.access .accessflow .accessflow__wrap ul figcaption span {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.31;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .access .accessflow .accessflow__wrap ul figcaption span {
    font-size: min(1.0416666667vw, 20px);
    line-height: 2.1;
  }
}
.access .accessflow .accessflow__wrap .parking__txt {
  font-size: 16px;
  font-weight: 500;
  color: #595E24;
  text-align: center;
  line-height: 1.43;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .access .accessflow .accessflow__wrap .parking__txt {
    font-size: min(1.4583333333vw, 28px);
    line-height: 1.5;
    margin-bottom: min(2.6041666667vw, 50px);
  }
}
.access .accessflow .accessflow__wrap .parking__map {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0 auto 40px;
}
@media screen and (min-width:768px) {
  .access .accessflow .accessflow__wrap .parking__map {
    flex-direction: row;
    gap: min(3.6458333333vw, 70px);
    margin-bottom: min(8.3333333333vw, 160px);
  }
}
.access .accessflow .accessflow__wrap figcaption.parking span {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.31;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .access .accessflow .accessflow__wrap figcaption.parking span {
    font-size: min(1.0416666667vw, 20px);
    line-height: 2.1;
  }
}
.access .accessflow .accessflow__wrap .access__description dt {
  font-size: 18px;
  font-weight: 500;
  color: #595E24;
  text-align: left;
  line-height: 2.33;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .access .accessflow .accessflow__wrap .access__description dt {
    font-size: min(1.25vw, 24px);
    line-height: 1.45;
  }
}
.access .accessflow .accessflow__wrap .access__description dd {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.75;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
@media screen and (min-width:768px) {
  .access .accessflow .accessflow__wrap .access__description dd {
    font-size: min(1.0416666667vw, 20px);
    line-height: 2.1;
    margin-bottom: min(3.125vw, 60px);
  }
}

.fv--under {
  background: url(../../assets/img/first_visit/fv_sp.jpg) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .fv--under {
    background: url(../../assets/img/first_visit/fv_pc.jpg) no-repeat center center/cover;
  }
}

.medical .inner--medicalmenu {
  width: 88%;
  margin: auto;
  text-align: center;
  padding: 30px 0 140px;
}
@media screen and (min-width:768px) {
  .medical .inner--medicalmenu {
    width: 73.3%;
    max-width: 1402px;
    padding: min(2.0833333333vw, 40px) 0 min(18.2291666667vw, 350px);
  }
}
.medical .medicalmenu__ttl {
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .medical .medicalmenu__ttl {
    margin-bottom: min(2.0833333333vw, 40px);
  }
}
.medical .medicalmenu__ttl .en {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #625D25;
  text-align: center;
  line-height: 1.18;
  letter-spacing: 0em;
  margin: 20px 0;
}
@media screen and (min-width:768px) {
  .medical .medicalmenu__ttl .en {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.2;
    margin: min(1.0416666667vw, 20px) 0;
  }
}
.medical .medicalmenu__ttl .en::before {
  content: "";
  display: block;
  margin: 0 -5px 10px auto;
  transform: rotate(-45deg);
  width: 25px;
  height: 2px;
  background: #989261;
}
@media screen and (min-width:768px) {
  .medical .medicalmenu__ttl .en::before {
    margin: 0 0 min(0.5208333333vw, 10px) auto;
    width: min(1.3020833333vw, 25px);
    height: min(0.1041666667vw, 2px);
  }
}
.medical .medicalmenu__ttl .en::after {
  content: "";
  display: block;
  margin: 10px auto 0 -5px;
  transform: rotate(-45deg);
  width: 25px;
  height: 2px;
  background: #989261;
}
@media screen and (min-width:768px) {
  .medical .medicalmenu__ttl .en::after {
    margin: min(1.0416666667vw, 20px) 0 0 0;
    width: min(1.3020833333vw, 25px);
    height: min(0.1041666667vw, 2px);
  }
}
.medical .medicalmenu__ttl .jp {
  font-size: 22px;
  font-weight: 500;
  color: #595E24;
  text-align: center;
  line-height: 1.45;
  letter-spacing: 0.01em;
}
@media screen and (min-width:768px) {
  .medical .medicalmenu__ttl .jp {
    font-size: min(1.875vw, 36px);
    line-height: 1.44;
  }
}
.medical .medicalmenu__txt {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  line-height: 1.625;
  letter-spacing: 0em;
  margin-bottom: 65px;
}
@media screen and (min-width:768px) {
  .medical .medicalmenu__txt {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.9;
    margin-bottom: min(7.2916666667vw, 140px);
  }
}
.medical .menu__items li {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
@media screen and (min-width:768px) {
  .medical .menu__items li {
    flex-direction: row;
    gap: min(6.7708333333vw, 130px);
    margin-bottom: min(10.4166666667vw, 200px);
  }
}
.medical .menu__items .ttl {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.45;
  letter-spacing: 0em;
  margin-bottom: 37px;
}
@media screen and (min-width:768px) {
  .medical .menu__items .ttl {
    font-size: min(1.6666666667vw, 32px);
    line-height: 1.43;
    margin-bottom: min(3.125vw, 60px);
  }
}
.medical .menu__items .ttl::before {
  position: absolute;
  bottom: -20px;
  left: 0;
  content: "";
  display: inline-block;
  width: 186px;
  height: 2px;
  background: #BFCA86;
}
@media screen and (min-width:768px) {
  .medical .menu__items .ttl::before {
    bottom: max(-0.78125vw, -15px);
    width: min(9.6875vw, 186px);
    height: min(0.1041666667vw, 2px);
  }
}
.medical .menu__items .txt {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.75;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .medical .menu__items .txt {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.9;
  }
}
.medical .menu__items img {
  width: 100%;
}
@media screen and (min-width:768px) {
  .medical .menu__items img {
    width: min(24.0625vw, 462px);
    aspect-ratio: 462/342;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.medical .menu__items .btn__block {
  position: relative;
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width:768px) {
  .medical .menu__items .btn__block {
    text-align: left;
    margin-top: min(3.90625vw, 75px);
  }
}
.medical .menu__items .btn__block .common__btn {
  width: 220px;
  height: 42px;
}
@media screen and (min-width:768px) {
  .medical .menu__items .btn__block .common__btn {
    width: min(16.0416666667vw, 308px);
    height: min(3.28125vw, 63px);
  }
}
.medical .menu__items .btn__block .common__btn span {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.42;
  letter-spacing: 0.12em;
}
@media screen and (min-width:768px) {
  .medical .menu__items .btn__block .common__btn span {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.45;
    letter-spacing: 0.15em;
  }
}
.medical .menu__items .btn__block .common__btn span::after {
  width: 12px;
  height: 12px;
}
@media screen and (min-width:768px) {
  .medical .menu__items .btn__block .common__btn span::after {
    width: min(1.0416666667vw, 20px);
    height: min(1.0416666667vw, 20px);
  }
}

.fv--under {
  background: url(../../assets/img/first_visit/fv_sp.jpg) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .fv--under {
    background: url(../../assets/img/first_visit/fv_pc.jpg) no-repeat center center/cover;
  }
}

.recruit .firstContent .inner--firstContent {
  width: 90%;
  margin: auto;
  padding: 30px 0 80px;
}
@media screen and (min-width:768px) {
  .recruit .firstContent .inner--firstContent {
    width: 67.3%;
    padding: min(3.6458333333vw, 70px) 0 0;
  }
}
.recruit .firstContent .ttl {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  color: #595E24;
  text-align: center;
  line-height: 1.45;
  letter-spacing: 0.05em;
  margin-bottom: 45px;
}
@media screen and (min-width:768px) {
  .recruit .firstContent .ttl {
    font-size: min(2.1875vw, 42px);
    line-height: 1.95;
    margin-bottom: min(2.5vw, 48px);
  }
}
.recruit .firstContent .ttl::before {
  position: absolute;
  left: 50%;
  bottom: -20px;
  content: "";
  display: block;
  width: 160px;
  height: 2px;
  background: #BFCA86;
  transform: translateX(-50%);
}
@media screen and (min-width:768px) {
  .recruit .firstContent .ttl::before {
    bottom: max(-1.0416666667vw, -20px);
    width: min(8.3333333333vw, 160px);
    height: min(0.1041666667vw, 2px);
  }
}
.recruit .firstContent .txt01 {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  line-height: 1.625;
  letter-spacing: 0em;
  margin: 40px 0;
}
@media screen and (min-width:768px) {
  .recruit .firstContent .txt01 {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.9;
    margin: min(2.6041666667vw, 50px) 0 min(3.125vw, 60px);
  }
}
.recruit .firstContent .txt02 {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.625;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
@media screen and (min-width:768px) {
  .recruit .firstContent .txt02 {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.9;
    text-align: center;
  }
}
.recruit .firstContent ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}
@media screen and (min-width:768px) {
  .recruit .firstContent ul {
    flex-direction: row;
    gap: min(2.34375vw, 45px);
  }
}
.recruit .firstContent ul img {
  width: 100%;
}
@media screen and (min-width:768px) {
  .recruit .firstContent ul img {
    width: min(34.375vw, 660px);
    margin: min(2.6041666667vw, 50px) 0;
    aspect-ratio: 660/450;
  }
}
.recruit .jobOpportunities .inner--jobOpportunities {
  width: 90%;
  margin: auto;
  padding: 30px 0 80px;
}
@media screen and (min-width:768px) {
  .recruit .jobOpportunities .inner--jobOpportunities {
    width: 67.3%;
    padding: min(3.6458333333vw, 70px) 0 min(3.6458333333vw, 70px);
  }
}
.recruit .jobOpportunities .jobOpportunities__ttl {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  color: #595E24;
  text-align: center;
  line-height: 1.45;
  letter-spacing: 0.01em;
  margin-bottom: 45px;
}
@media screen and (min-width:768px) {
  .recruit .jobOpportunities .jobOpportunities__ttl {
    font-size: min(1.875vw, 36px);
    line-height: 1.44;
    margin-bottom: min(3.125vw, 60px);
  }
}
.recruit .jobOpportunities .jobOpportunities__ttl::before {
  position: absolute;
  left: 50%;
  bottom: -20px;
  content: "";
  display: block;
  width: 160px;
  height: 2px;
  background: #BFCA86;
  transform: translateX(-50%);
}
@media screen and (min-width:768px) {
  .recruit .jobOpportunities .jobOpportunities__ttl::before {
    bottom: max(-1.0416666667vw, -20px);
    width: min(8.3333333333vw, 160px);
    height: min(0.1041666667vw, 2px);
  }
}
.recruit .jobOpportunities .jobOpportunities__lists li {
  margin-bottom: 50px;
}
@media screen and (min-width:768px) {
  .recruit .jobOpportunities .jobOpportunities__lists li {
    margin-bottom: min(3.6458333333vw, 70px);
  }
}
.recruit .jobOpportunities .jobOpportunities__lists .occupation {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .recruit .jobOpportunities .jobOpportunities__lists .occupation {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.9;
    margin-bottom: min(1.0416666667vw, 20px);
  }
}
.recruit .jobOpportunities .jobOpportunities__lists dl {
  display: grid;
  grid-template-columns: auto 1fr;
}
.recruit .jobOpportunities .jobOpportunities__lists dt,
.recruit .jobOpportunities .jobOpportunities__lists dd {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .recruit .jobOpportunities .jobOpportunities__lists dt,
  .recruit .jobOpportunities .jobOpportunities__lists dd {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.9;
  }
}
.recruit .jobOpportunities .jobOpportunities__lists .norecruit {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0em;
  margin: 50px 0;
}
@media screen and (min-width:768px) {
  .recruit .jobOpportunities .jobOpportunities__lists .norecruit {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.9;
    margin: min(7.8125vw, 150px) 0;
  }
}

.fv--under {
  background: url(../../assets/img/first_visit/fv_sp.jpg) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .fv--under {
    background: url(../../assets/img/first_visit/fv_pc.jpg) no-repeat center center/cover;
  }
}

.price .firstContent .inner--firstContent {
  width: 90%;
  margin: auto;
  padding: 30px 0 80px;
}
@media screen and (min-width:768px) {
  .price .firstContent .inner--firstContent {
    width: 67.3%;
    padding: min(3.6458333333vw, 70px) 0 0;
  }
}
.price .firstContent .ttl {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  color: #595E24;
  text-align: center;
  line-height: 1.45;
  letter-spacing: 0.05em;
  margin-bottom: 45px;
}
@media screen and (min-width:768px) {
  .price .firstContent .ttl {
    font-size: min(2.1875vw, 42px);
    line-height: 1.95;
    margin-bottom: min(2.5vw, 48px);
  }
}
.price .firstContent .ttl::before {
  position: absolute;
  left: 50%;
  bottom: -20px;
  content: "";
  display: block;
  width: 160px;
  height: 2px;
  background: #BFCA86;
  transform: translateX(-50%);
}
@media screen and (min-width:768px) {
  .price .firstContent .ttl::before {
    bottom: max(-1.0416666667vw, -20px);
    width: min(8.3333333333vw, 160px);
    height: min(0.1041666667vw, 2px);
  }
}
.price .firstContent .txt01 {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  line-height: 1.625;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .price .firstContent .txt01 {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.9;
  }
}
.price .firstContent .preparation {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  line-height: 1.625;
  letter-spacing: 0em;
  margin: 50px 0;
}
@media screen and (min-width:768px) {
  .price .firstContent .preparation {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.9;
    margin: min(7.8125vw, 150px) 0 min(10.4166666667vw, 200px);
  }
}

.fv--under {
  background: url(../../assets/img/first_visit/fv_sp.jpg) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .fv--under {
    background: url(../../assets/img/first_visit/fv_pc.jpg) no-repeat center center/cover;
  }
}

.contact .contactForm {
  position: relative;
}
.contact .contactForm .inner--contactForm {
  width: 88%;
  margin: auto;
  padding: 50px 0 80px;
}
@media screen and (min-width:768px) {
  .contact .contactForm .inner--contactForm {
    width: 56%;
    padding: min(3.3854166667vw, 65px) 0 min(12.5vw, 240px);
  }
}
.contact .contactForm .ttl {
  font-size: 20px;
  font-weight: 500;
  color: #595E24;
  text-align: center;
  line-height: 1.45;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
@media screen and (min-width:768px) {
  .contact .contactForm .ttl {
    font-size: min(1.4583333333vw, 28px);
    line-height: 1.5;
    margin-bottom: min(2.6041666667vw, 50px);
  }
}
.contact .contactForm .txt01 {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.75;
  letter-spacing: 0em;
  margin-bottom: 50px;
}
@media screen and (min-width:768px) {
  .contact .contactForm .txt01 {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.9;
    text-align: center;
    margin-bottom: min(3.3854166667vw, 65px);
  }
}
.contact .contactForm .form__content {
  border: 1px solid #000;
  padding: 30px 20px 110px;
}
@media screen and (min-width:768px) {
  .contact .contactForm .form__content {
    padding: min(4.5833333333vw, 88px) min(7.2916666667vw, 140px) min(3.6458333333vw, 70px);
  }
}
.contact .contactForm .form__items {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 24px;
  gap: 12px;
}
@media screen and (min-width:768px) {
  .contact .contactForm .form__items {
    grid-template-columns: min(14.5833333333vw, 280px) 1fr;
    margin-bottom: min(2.5vw, 48px);
  }
}
.contact .contactForm .form__acceptance {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (min-width:768px) {
  .contact .contactForm .form__acceptance {
    margin-bottom: min(3.125vw, 60px);
  }
}
.contact .contactForm .form__item-header {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  gap: 15px;
}
@media screen and (min-width:768px) {
  .contact .contactForm .form__item-header {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.45;
  }
}
.contact .contactForm .required::before {
  display: inline-block;
  content: "必須";
  font-size: 14px;
  font-weight: 500;
  color: #F16819;
  text-align: left;
  line-height: 1.42;
  letter-spacing: 0em;
  font-family: "Murecho", sans-serif;
  padding: 3px 10px;
  border: 1px solid #F16819;
  border-radius: 28px;
}
@media screen and (min-width:768px) {
  .contact .contactForm .required::before {
    position: absolute;
    top: 50%;
    left: max(-3.125vw, -60px);
    font-size: min(0.7291666667vw, 14px);
    line-height: 1.42;
    padding: min(0.15625vw, 3px) min(0.625vw, 12px);
    transform: translateY(-50%);
  }
}
.contact .contactForm .w-140 {
  display: flex;
  align-items: center;
  width: 140px;
  gap: 20px;
}
@media screen and (min-width:768px) {
  .contact .contactForm .w-140 {
    width: min(7.2916666667vw, 140px);
    gap: min(1.0416666667vw, 20px);
  }
}
.contact .contactForm .w-150 {
  max-width: 100px;
  width: 100%;
}
@media screen and (min-width:768px) {
  .contact .contactForm .w-150 {
    max-width: none;
    width: min(5.7291666667vw, 140px);
  }
}
.contact .contactForm .w-220 {
  max-width: 150px;
  width: 100%;
}
@media screen and (min-width:768px) {
  .contact .contactForm .w-220 {
    max-width: none;
    width: min(11.4583333333vw, 220px);
  }
}
.contact .contactForm .age {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .contact .contactForm .age {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.45;
  }
}
.contact .contactForm input {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  padding: 10px;
}
@media screen and (min-width:768px) {
  .contact .contactForm input {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.45;
    padding: min(0.5208333333vw, 10px);
  }
}
.contact .contactForm input[type=text],
.contact .contactForm input[type=email] {
  width: 100%;
  height: 60px;
  border: 1px solid #000000;
}
@media screen and (min-width:768px) {
  .contact .contactForm input[type=text],
  .contact .contactForm input[type=email] {
    height: min(3.5416666667vw, 68px);
    border: min(0.0520833333vw, 1px) solid #000000;
  }
}
.contact .contactForm input[type=date],
.contact .contactForm select {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
  height: 60px;
  border: 1px solid #000000;
}
@media screen and (min-width:768px) {
  .contact .contactForm input[type=date],
  .contact .contactForm select {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.45;
    height: min(3.5416666667vw, 68px);
    border: min(0.0520833333vw, 1px) solid #000000;
  }
}
.contact .contactForm textarea {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  padding: 10px;
  width: 100%;
  height: 200px;
  border: 1px solid #000000;
}
@media screen and (min-width:768px) {
  .contact .contactForm textarea {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.45;
    padding: min(0.5208333333vw, 10px);
    height: min(10.4166666667vw, 200px);
    border: min(0.0520833333vw, 1px) solid #000000;
  }
}
.contact .contactForm input[type=checkbox] span {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .contact .contactForm input[type=checkbox] span {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.45;
  }
}
.contact .contactForm .caution {
  font-size: 14px;
  font-weight: 500;
  color: #F16819;
  text-align: left;
  line-height: 1.42;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .contact .contactForm .caution {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.45;
  }
}
.contact .contactForm .btn__block {
  text-align: center;
}
.contact .contactForm .btn__block .btn__wrap {
  display: inline-block;
  position: relative;
  width: 220px;
  height: 42px;
}
@media screen and (min-width:768px) {
  .contact .contactForm .btn__block .btn__wrap {
    width: min(16.0416666667vw, 308px);
    height: min(3.28125vw, 63px);
  }
}
.contact .contactForm .btn__block .btn__wrap::after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../../assets/img/icon/icon_arrow02.png) no-repeat center center/contain;
  transform: translateY(-50%);
}
@media screen and (min-width:768px) {
  .contact .contactForm .btn__block .btn__wrap::after {
    right: min(0.78125vw, 15px);
    width: min(1.25vw, 24px);
    height: min(1.25vw, 24px);
  }
}
.contact .contactForm .btn__block .btn__send {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.42;
  letter-spacing: 0.15em;
  background: #595E24;
  border-radius: 18px;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  cursor: pointer;
}
@media screen and (min-width:768px) {
  .contact .contactForm .btn__block .btn__send {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.45;
    font-weight: 500;
  }
}
.contact .contactForm .form__reservation {
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .contact .contactForm .form__reservation {
    display: flex;
    align-items: center;
    gap: 10px;
    gap: min(1.0416666667vw, 20px);
    margin-bottom: min(1.3020833333vw, 25px);
  }
}
.contact .contactForm .form__reservation span:first-child {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 5px;
}
@media screen and (min-width:768px) {
  .contact .contactForm .form__reservation span:first-child {
    display: inline;
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.45;
  }
}
.contact .contactForm .form__reservation span:last-child {
  margin-left: 1em;
}
@media screen and (min-width:768px) {
  .contact .contactForm .form__reservation span:last-child {
    margin-left: 0;
  }
}
.contact .contactForm .wpcf7-spinner {
  display: none;
}
.contact .contactForm span.wpcf7-list-item-label {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .contact .contactForm span.wpcf7-list-item-label {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.45;
  }
}
.contact .contactForm .wpcf7-not-valid-tip {
  position: absolute;
}

.fv--under {
  background: url(../../assets/img/first_visit/fv_sp.jpg) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .fv--under {
    background: url(../../assets/img/first_visit/fv_pc.jpg) no-repeat center center/cover;
  }
}

.news .inner--newsSection {
  width: 88%;
  margin: auto;
  padding: 50px 0 100px;
}
@media screen and (min-width:768px) {
  .news .inner--newsSection {
    width: 73.3%;
    max-width: 1402px;
    padding: min(3.125vw, 60px) 0 min(15.625vw, 300px);
  }
}
.news .single__cards li {
  margin-bottom: 50px;
}
@media screen and (min-width:768px) {
  .news .single__cards li {
    margin-bottom: min(4.1666666667vw, 80px);
  }
}
.news .single__cards .card__meta {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 10px;
}
@media screen and (min-width:768px) {
  .news .single__cards .card__meta {
    gap: min(2.6041666667vw, 50px);
    margin-bottom: min(0.5208333333vw, 10px);
  }
}
.news .single__cards .news__time {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .news .single__cards .news__time {
    font-size: min(1.0416666667vw, 20px);
    line-height: 2.1;
  }
}
.news .single__cards .ttl {
  font-size: 22px;
  font-weight: 500;
  color: #595E24;
  text-align: left;
  line-height: 1.45;
  letter-spacing: 0em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (min-width:768px) {
  .news .single__cards .ttl {
    font-size: min(1.875vw, 36px);
    line-height: 1.44;
  }
}
.news .single__cards .txt {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width:768px) {
  .news .single__cards .txt {
    font-size: min(1.0416666667vw, 20px);
    line-height: 2.1;
  }
}
.news .wrapper .single__meta {
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .news .wrapper .single__meta {
    margin-bottom: min(1.5625vw, 30px);
  }
}
.news .wrapper .single__meta .news__time {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .news .wrapper .single__meta .news__time {
    font-size: min(1.0416666667vw, 20px);
    line-height: 2.1;
  }
}
.news .wrapper .single__meta .ttl {
  font-size: 22px;
  font-weight: 500;
  color: #595E24;
  text-align: left;
  line-height: 1.45;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .news .wrapper .single__meta .ttl {
    font-size: min(1.875vw, 36px);
    line-height: 1.44;
  }
}
.news .wrapper .single__meta .category__name {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .news .wrapper .single__meta .category__name {
    font-size: min(1.0416666667vw, 20px);
    line-height: 2.1;
  }
}
.news .wrapper .single__body {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.63;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .news .wrapper .single__body {
    font-size: min(1.25vw, 24px);
    font-weight: 500;
    line-height: 1.67;
  }
}
.news .wrapper .single__body p {
  margin-bottom: 26px;
}
@media screen and (min-width:768px) {
  .news .wrapper .single__body p {
    margin-bottom: min(3.125vw, 60px);
  }
}
.news .wrapper .single__body img {
  width: auto;
  height: auto;
  margin-bottom: 26px;
}
@media screen and (min-width:768px) {
  .news .wrapper .single__body img {
    margin-bottom: min(3.125vw, 60px);
  }
}
.news .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 100px;
}
@media screen and (min-width:768px) {
  .news .nav-links {
    gap: min(1.0416666667vw, 20px);
    margin-top: min(7.8125vw, 150px);
  }
}
.news .nav-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.2em;
  background: #595E24;
  border-radius: 18px;
  padding: 12px 30px;
}
@media screen and (min-width:768px) {
  .news .nav-links a {
    font-size: min(1.3541666667vw, 26px);
    line-height: 1.42;
    padding: min(0.625vw, 12px) min(2.6041666667vw, 50px);
    border-radius: min(0.9375vw, 18px);
  }
}
.news .pageNation {
  text-align: center;
  margin-top: 100px;
}
@media screen and (min-width:768px) {
  .news .pageNation {
    margin-top: min(5.2083333333vw, 100px);
  }
}
.news .pageNation .wp-pagenavi a,
.news .pageNation .wp-pagenavi span {
  border: none;
}
@media screen and (min-width:768px) {
  .news .pageNation .wp-pagenavi a,
  .news .pageNation .wp-pagenavi span {
    margin: min(0.625vw, 12px);
  }
}
.news .pageNation span.pages {
  display: none;
}

.fv--under {
  background: url(../../assets/img/first_visit/fv_sp.jpg) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .fv--under {
    background: url(../../assets/img/first_visit/fv_pc.jpg) no-repeat center center/cover;
  }
}

.implantTreatment .firstContent .inner--firstContent {
  width: 90%;
  margin: auto;
  padding: 30px 0 80px;
}
@media screen and (min-width:768px) {
  .implantTreatment .firstContent .inner--firstContent {
    width: 70.6%;
    padding: min(3.6458333333vw, 70px) 0 min(4.1666666667vw, 80px);
  }
}
.implantTreatment .firstContent .ttl {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  color: #595E24;
  text-align: center;
  line-height: 1.45;
  letter-spacing: 0.05em;
  margin-bottom: 45px;
}
@media screen and (min-width:768px) {
  .implantTreatment .firstContent .ttl {
    font-size: min(2.1875vw, 42px);
    line-height: 1.95;
    margin-bottom: min(2.5vw, 48px);
  }
}
.implantTreatment .firstContent .ttl::before {
  position: absolute;
  left: 50%;
  bottom: -20px;
  content: "";
  display: block;
  width: 160px;
  height: 2px;
  background: #BFCA86;
  transform: translateX(-50%);
}
@media screen and (min-width:768px) {
  .implantTreatment .firstContent .ttl::before {
    bottom: max(-1.0416666667vw, -20px);
    width: min(8.3333333333vw, 160px);
    height: min(0.1041666667vw, 2px);
  }
}
.implantTreatment .firstContent .txt01 {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  line-height: 1.625;
  letter-spacing: 0em;
  margin: 50px 0 80px;
}
@media screen and (min-width:768px) {
  .implantTreatment .firstContent .txt01 {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.9;
    margin: min(2.6041666667vw, 50px) 0 min(3.125vw, 60px);
  }
}
.implantTreatment .firstContent .treatment__items li {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 70px;
}
@media screen and (min-width:768px) {
  .implantTreatment .firstContent .treatment__items li {
    flex-direction: row;
    gap: min(6.7708333333vw, 130px);
    margin-bottom: min(4.9479166667vw, 95px);
  }
}
.implantTreatment .firstContent .treatment__items li:last-child {
  margin-bottom: 0;
}
.implantTreatment .firstContent .treatment__items .item__content .item__ttl {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #595E24;
  text-align: left;
  line-height: 1.55;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .implantTreatment .firstContent .treatment__items .item__content .item__ttl {
    gap: min(0.78125vw, 15px);
    font-size: min(1.4583333333vw, 28px);
    line-height: 1.92;
  }
}
.implantTreatment .firstContent .treatment__items .item__content .item__ttl::before {
  content: "";
  display: block;
  width: 56px;
  height: 42px;
  margin-left: 0;
}
@media screen and (min-width:768px) {
  .implantTreatment .firstContent .treatment__items .item__content .item__ttl::before {
    width: min(4.53125vw, 87px);
    height: min(3.4895833333vw, 67px);
    margin-left: -3.7em;
  }
}
.implantTreatment .firstContent .treatment__items .item__content .item__txt {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .implantTreatment .firstContent .treatment__items .item__content .item__txt {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.8;
  }
}
.implantTreatment .firstContent .treatment__items li:nth-child(1) .item__content .item__ttl:before {
  background: url(../../assets/img/implant/number01.png) no-repeat center center/contain;
}
.implantTreatment .firstContent .treatment__items li:nth-child(2) .item__content .item__ttl:before {
  background: url(../../assets/img/implant/number02.png) no-repeat center center/contain;
}
.implantTreatment .firstContent .treatment__items li:nth-child(3) .item__content .item__ttl:before {
  background: url(../../assets/img/implant/number03.png) no-repeat center center/contain;
}
.implantTreatment .firstContent .treatment__items img {
  width: 100%;
}
@media screen and (min-width:768px) {
  .implantTreatment .firstContent .treatment__items img {
    width: min(18.75vw, 360px);
    aspect-ratio: 360/360;
  }
}
.implantTreatment .implantFlow .inner--implantFlow {
  width: 90%;
  margin: auto;
  padding: 30px 0 80px;
}
@media screen and (min-width:768px) {
  .implantTreatment .implantFlow .inner--implantFlow {
    width: 70.6%;
    padding: min(4.1666666667vw, 80px) 0 min(15.625vw, 300px);
  }
}
.implantTreatment .implantFlow .ttl {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  color: #595E24;
  text-align: center;
  line-height: 1.45;
  letter-spacing: 0.05em;
  margin-bottom: 45px;
}
@media screen and (min-width:768px) {
  .implantTreatment .implantFlow .ttl {
    font-size: min(2.1875vw, 42px);
    line-height: 1.95;
    margin-bottom: min(2.5vw, 48px);
  }
}
.implantTreatment .implantFlow .ttl::before {
  position: absolute;
  left: 50%;
  bottom: -20px;
  content: "";
  display: block;
  width: 160px;
  height: 2px;
  background: #BFCA86;
  transform: translateX(-50%);
}
@media screen and (min-width:768px) {
  .implantTreatment .implantFlow .ttl::before {
    bottom: max(-1.0416666667vw, -20px);
    width: min(8.3333333333vw, 160px);
    height: min(0.1041666667vw, 2px);
  }
}
.implantTreatment .implantFlow .implantFlow__items {
  margin-top: 60px;
}
@media screen and (min-width:768px) {
  .implantTreatment .implantFlow .implantFlow__items {
    margin-top: min(5.2083333333vw, 100px);
  }
}
.implantTreatment .implantFlow .implantFlow__items li {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-direction: column;
  margin-bottom: 70px;
}
@media screen and (min-width:768px) {
  .implantTreatment .implantFlow .implantFlow__items li {
    gap: min(6.7708333333vw, 130px);
    flex-direction: row;
    margin-bottom: min(5.7291666667vw, 110px);
  }
}
.implantTreatment .implantFlow .implantFlow__items li:last-child {
  margin-bottom: 0;
}
.implantTreatment .implantFlow .implantFlow__items li .item_img {
  width: 100%;
}
@media screen and (min-width:768px) {
  .implantTreatment .implantFlow .implantFlow__items li .item_img {
    width: min(19.7916666667vw, 380px);
    aspect-ratio: 380/288;
  }
}
.implantTreatment .implantFlow .implantFlow__items li .small {
  width: 85%;
  margin: auto;
}
@media screen and (min-width:768px) {
  .implantTreatment .implantFlow .implantFlow__items li .small {
    width: min(12.2395833333vw, 235px);
    margin: 0 min(2.6041666667vw, 50px) 0 0;
    aspect-ratio: 235/180;
  }
}
.implantTreatment .implantFlow .implantFlow__items li::after {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: rotate(90deg) translate(0, 50%);
  content: "";
  display: block;
  background: url(../../assets/img/icon/icon_arrow01.png) no-repeat center center/cover;
  width: 30px;
  height: 30px;
}
@media screen and (min-width:768px) {
  .implantTreatment .implantFlow .implantFlow__items li::after {
    bottom: max(-3.125vw, -60px);
    width: min(2.7083333333vw, 52px);
    height: min(2.7083333333vw, 52px);
  }
}
.implantTreatment .implantFlow .implantFlow__items li:last-child::after {
  display: none;
}
.implantTreatment .implantFlow .implantFlow__items .item__content .item__ttl {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.22;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .implantTreatment .implantFlow .implantFlow__items .item__content .item__ttl {
    gap: min(0.78125vw, 15px);
    font-size: min(1.25vw, 24px);
    line-height: 1.16;
  }
}
.implantTreatment .implantFlow .implantFlow__items .item__content .item__ttl .number {
  font-size: 28px;
  font-weight: 500;
  color: #595E24;
  text-align: left;
  line-height: 1.57;
  letter-spacing: 0em;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width:768px) {
  .implantTreatment .implantFlow .implantFlow__items .item__content .item__ttl .number {
    font-size: min(2.3958333333vw, 46px);
    line-height: 1.17;
  }
}
.implantTreatment .implantFlow .implantFlow__items .item__content .item__txt {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.85;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .implantTreatment .implantFlow .implantFlow__items .item__content .item__txt {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.8;
  }
}

.implant_btn a {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.45;
  letter-spacing: 0.1em;
  width: 100%;
  border-radius: 18px;
}
@media screen and (min-width:768px) {
  .implant_btn a {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.45;
    width: min(30.1041666667vw, 578px);
    height: min(3.9583333333vw, 76px);
    border-radius: min(0.9375vw, 18px);
  }
}
.implant_btn a::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  margin-bottom: -10px;
  background: url(../../assets/img/implant/icon_implant.svg) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .implant_btn a::before {
    width: min(2.5vw, 48px);
    height: min(2.5vw, 48px);
    margin-bottom: max(-0.5208333333vw, -10px);
  }
}
.implant_btn a::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url(../../assets/img/icon/icon_arrow02.png) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .implant_btn a::after {
    width: min(1.25vw, 24px);
    height: min(1.25vw, 24px);
  }
}

.breadcrumbs {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.66;
  letter-spacing: 0.05em;
  margin: auto;
  list-style: none;
  width: 90%;
  padding: 10px 0;
  z-index: 10;
  position: relative;
}
@media screen and (min-width:768px) {
  .breadcrumbs {
    font-size: min(0.8333333333vw, 16px);
    width: 93%;
    padding: 0;
  }
}
.breadcrumbs span {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.66;
  letter-spacing: 0.05em;
}
@media screen and (min-width:768px) {
  .breadcrumbs span {
    font-size: min(0.8333333333vw, 16px);
  }
}
.breadcrumbs span.post.post-page.current-item,
.breadcrumbs span.post.post-post.current-item {
  font-size: 12px;
  font-weight: 500;
  color: #625D25;
  text-align: left;
  line-height: 1.66;
  letter-spacing: 0.05em;
}
@media screen and (min-width:768px) {
  .breadcrumbs span.post.post-page.current-item,
  .breadcrumbs span.post.post-post.current-item {
    font-size: min(0.8333333333vw, 16px);
  }
}

h2.section__ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.2em;
}
@media screen and (min-width:768px) {
  h2.section__ttl {
    gap: min(0.5208333333vw, 10px);
  }
}
h2.section__ttl span.jp {
  font-size: 22px;
  font-weight: 500;
  color: #595E24;
  text-align: left;
  line-height: 1.45;
  letter-spacing: 0.15em;
}
@media screen and (min-width:768px) {
  h2.section__ttl span.jp {
    font-size: min(1.9791666667vw, 38px);
    line-height: 1.447;
  }
}
h2.section__ttl span.en {
  font-size: 14px;
  font-weight: 500;
  color: #595E24;
  text-align: left;
  line-height: 1.14;
  letter-spacing: 0.02em;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width:768px) {
  h2.section__ttl span.en {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.136;
  }
}
h2.section__ttl::after {
  position: absolute;
  bottom: -12px;
  left: 50%;
  content: "";
  display: block;
  width: 110px;
  height: 2px;
  background: #BFCA86;
  transform: translateX(-50%);
}
@media screen and (min-width:768px) {
  h2.section__ttl::after {
    bottom: max(-1.0416666667vw, -20px);
    width: min(5.7291666667vw, 110px);
    height: min(0.1041666667vw, 2px);
  }
}

.btn__block .common__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #595E24;
  border-radius: 18px;
}
.btn__block .common__btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
.btn__block .common__btn span::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../../assets/img/icon/icon_arrow02.png) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .btn__block .common__btn span::after {
    position: absolute;
    right: min(1.0416666667vw, 20px);
    width: min(1.25vw, 24px);
    height: min(1.25vw, 24px);
  }
}
.btn__block .common__btn--message span::after {
  right: 30px;
}
@media screen and (min-width:768px) {
  .btn__block .common__btn--message span::after {
    right: min(1.5625vw, 30px);
  }
}

.fv--under {
  position: relative;
  width: 100%;
  height: 296px;
  z-index: 2;
}
@media screen and (min-width:768px) {
  .fv--under {
    height: min(23.9583333333vw, 460px);
  }
}
.fv--under::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1490196078);
}
.fv--under .fv__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
}
.fv--under .fv__ttl span.jp {
  font-size: 19px;
  font-weight: 500;
  color: #625D25;
  text-align: center;
  line-height: 1.45;
  letter-spacing: 0.1em;
}
@media screen and (min-width:768px) {
  .fv--under .fv__ttl span.jp {
    font-size: min(1.875vw, 36px);
    line-height: 1.444;
  }
}
.fv--under .fv__ttl span.en {
  font-size: 14px;
  font-weight: 500;
  color: #625D25;
  text-align: center;
  line-height: 1.42;
  letter-spacing: 0.2em;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
}
@media screen and (min-width:768px) {
  .fv--under .fv__ttl span.en {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.2;
  }
}

.flow__menu {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: #FDF4E1;
  z-index: 999;
}
@media screen and (min-width:768px) {
  .flow__menu {
    display: none;
  }
}
.flow__menu ul {
  display: flex;
  height: 100%;
  justify-content: flex-end;
}
.flow__menu ul li {
  width: 25%;
}
.flow__menu ul a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.42;
  letter-spacing: 0em;
  width: 100%;
  height: 100%;
}
.flow__menu ul .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
}
.flow__menu ul li:nth-of-type(1) {
  background: #E2A547;
}
.flow__menu ul li:nth-of-type(2) {
  background: #F3BB65;
}
.flow__menu ul li:nth-of-type(3) {
  background: #FED08A;
}
.flow__menu ul li:nth-of-type(4) {
  background: #FAEDD1;
}
.flow__menu ul li:nth-of-type(4) a {
  color: #E2A547;
}
.flow__menu ul li:nth-of-type(1) img {
  width: 35px;
}
.flow__menu ul li:nth-of-type(2) img {
  width: 35px;
}
.flow__menu ul li:nth-of-type(3) img {
  width: 35px;
}
.flow__menu ul li:nth-of-type(4) img {
  width: 31px;
}

.flow__recruit {
  display: none;
}
@media screen and (min-width:768px) {
  .flow__recruit {
    display: block;
    position: fixed;
    top: min(16.1458333333vw, 310px);
    right: 0;
    background: linear-gradient(to right, #E3B46C, #EECD9A);
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0% 50%);
            clip-path: polygon(100% 0, 100% 100%, 0% 50%);
    z-index: 999;
  }
}
.flow__recruit a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: min(0.8854166667vw, 17px);
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.17;
  letter-spacing: 0em;
  width: min(6.0416666667vw, 116px);
  height: min(9.375vw, 180px);
  padding-left: min(2.0833333333vw, 40px);
}
.flow__recruit a img {
  width: min(2.0833333333vw, 40px);
  height: min(2.0833333333vw, 40px);
}

.sp425-none {
  display: block;
}
@media screen and (max-width: 425px) {
  .sp425-none {
    display: none;
  }
}

.scroll_down:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(180deg, #595E24 0, #595E24 100%);
}

.scroll_down {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: -100px;
  left: 0;
  z-index: 2;
  width: 2px;
  padding: 10px 10px 110px;
  transition: 0.2s;
  margin: auto;
}
@media screen and (min-width:768px) {
  .scroll_down {
    bottom: max(-6.7708333333vw, -130px);
    padding: min(0.5208333333vw, 10px) min(0.5208333333vw, 10px) min(5.7291666667vw, 110px);
  }
}

.scroll_down:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 120px;
}
@media screen and (min-width:768px) {
  .scroll_down:after {
    width: min(0.1041666667vw, 2px);
    height: min(11.3541666667vw, 218px);
  }
}

#type01:after {
  animation: sdl01 2.1s ease-in-out infinite;
}

@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.header,
.flow__recruit {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.is-visible--fv {
  opacity: 1;
}

.page-id-329 .header .appointment__block {
  background: #E2A547 !important;
}
.page-id-329 .header .contact__block {
  background: #F3BB65 !important;
}
.page-id-329 .flow__recruit {
  background: linear-gradient(to right, #E3B46C, #EECD9A) !important;
}
.page-id-329 .top-message::before,
.page-id-329 .top-clinic::before {
  background: linear-gradient(to bottom, #FAEDD1, #F5D8A0);
}
.page-id-329 .btn__block .common__btn {
  background: linear-gradient(to bottom, #989B79, #595E24);
}
.page-id-329 .top-swiper .swiper-scrollbar.swiper-scrollbar-horizontal {
  border: 1px solid #E2A547;
}
.page-id-329 .top-swiper .swiper-scrollbar-drag {
  background: #E2A547;
}
.page-id-329 .btn__block .common__btn {
  background: linear-gradient(to bottom, #E2A547, #CB9B52);
}

@media screen and (min-width:768px) {
  .sp-inlineblock {
    display: inline-block !important;
  }
}
@media screen and (max-width:767px) {
  .sp-inlineblock {
    display: none !important;
  }
}

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

@media screen and (max-width:767px) {
  .sp-inlineblocknone {
    display: inline-block !important;
  }
}
@media screen and (min-width:768px) {
  .sp-inlineblocknone {
    display: none !important;
  }
}

@media screen and (max-width:767px) {
  .sp-none {
    display: none !important;
  }
}
@media screen and (min-width:768px) {
  .sp-none {
    display: block !important;
  }
}/*# sourceMappingURL=style.css.map */