@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: #707070;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  background: #fff;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

.btn {
  display: inline-block;
}

#splash {
  /*fixedで全面に固定*/
  position: absolute;
  top: 174px;
  right: -20px;
  width: 210px;
  height: auto;
  z-index: 9;
  background: transparent;
}
@media screen and (min-width:768px) {
  #splash {
    top: min(5.7291666667vw, 110px);
    right: min(6.25vw, 120px);
    width: min(27.2395833333vw, 523px);
    height: min(17.4479166667vw, 335px);
  }
}
#splash #svg-animation {
  width: 100%;
  height: 100%;
}

#svg-animation .st0 {
  fill: none;
  stroke: #fff;
  stroke-width: 90;
  /*線の太さを指定する*/
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500;
  /* 線の間隔を指定する */
  stroke-dashoffset: 1500;
  /* 線の位置を指定する */
}

.pageNation {
  text-align: center;
}
.pageNation .wp-pagenavi a,
.pageNation .wp-pagenavi span {
  text-decoration: none;
  border: none;
  padding: 3px 5px;
  margin: 3px;
  font-size: 14px;
  font-weight: 700;
  color: #707070;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
@media screen and (min-width:768px) {
  .pageNation .wp-pagenavi a,
  .pageNation .wp-pagenavi span {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.2;
    padding: min(0.2604166667vw, 5px) min(0.5208333333vw, 10px);
    margin: min(0.2604166667vw, 5px) min(1.5625vw, 30px);
  }
}
.pageNation span.pages {
  display: none;
}

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

.footer {
  /* Google Mapのiframe */
}
.footer .inner--footer {
  width: 89%;
  height: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 50px 0 10px;
}
@media screen and (min-width:768px) {
  .footer .inner--footer {
    width: min(72.9166666667vw, 1400px);
    padding: min(3.6458333333vw, 70px) 0 min(5.2083333333vw, 100px);
  }
}
.footer .gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 71.4666%;
  margin-top: 0;
}
@media screen and (min-width:768px) {
  .footer .gmap {
    position: relative;
    padding-top: 26.4931%;
    margin-top: 0;
  }
}
.footer .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer .footer__logo {
  text-align: center;
}
.footer .footer__logo img {
  width: 137px;
}
@media screen and (min-width:768px) {
  .footer .footer__logo img {
    width: min(10.4166666667vw, 200px);
  }
}
.footer .footer__content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width:768px) {
  .footer .footer__content {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer .nav--footer .nav__lists {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 27px;
}
@media screen and (min-width:768px) {
  .footer .nav--footer .nav__lists {
    width: min(66.6666666667vw, 1280px);
    grid-template-columns: repeat(4, 1fr);
    margin-top: min(2.7604166667vw, 53px);
  }
}
@media screen and (min-width:768px) {
  .footer .nav--footer .nav__lists li:last-child {
    margin: 0 min(0.5208333333vw, 10px) 0 auto;
  }
}
.footer .nav--footer .nav__items {
  display: inline-block;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .footer .nav--footer .nav__items {
    margin-bottom: 0;
  }
}
.footer .nav--footer .nav__items a.nav__ttl {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #68B846;
  text-align: left;
  line-height: 1.21;
  letter-spacing: 0em;
  margin-bottom: 5px;
  padding-left: 0;
}
@media screen and (min-width:768px) {
  .footer .nav--footer .nav__items a.nav__ttl {
    font-size: min(1.0416666667vw, 20px);
    font-weight: 700;
    line-height: 2.2;
    margin: 0;
    padding-left: 0;
  }
}
.footer .nav--footer .nav__items a {
  font-size: 16px;
  font-weight: 400;
  color: #707070;
  text-align: left;
  line-height: 2.214;
  letter-spacing: 0em;
  padding-left: 14px;
}
@media screen and (min-width:768px) {
  .footer .nav--footer .nav__items a {
    font-size: min(0.9375vw, 18px);
    font-weight: 700;
    line-height: 2.11;
    padding-left: min(0.9895833333vw, 19px);
  }
}
.footer .copy__content {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding-bottom: 90px;
}
@media screen and (min-width:768px) {
  .footer .copy__content {
    align-items: end;
    padding-bottom: 0;
  }
}
.footer .copy__content p {
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  text-align: left;
  line-height: 3;
  letter-spacing: 0em;
  margin-bottom: 0;
}
@media screen and (min-width:768px) {
  .footer .copy__content p {
    font-size: min(0.8333333333vw, 16px);
    font-weight: 700;
    line-height: 1.63;
    margin-bottom: min(0.3125vw, 6px);
    white-space: nowrap;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 10;
}
@media screen and (min-width:768px) {
  .header {
    height: min(5.7291666667vw, 110px);
    background: #fff;
  }
}
.header .inner--header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 15px 25px 0 25px;
}
@media screen and (min-width:768px) {
  .header .inner--header {
    padding: 0;
  }
}
.header--under {
  height: 103px;
  background: #fff;
}
@media screen and (min-width:768px) {
  .header--under {
    height: min(5.7291666667vw, 110px);
  }
}
.header .header__ttl {
  z-index: 99;
}
.header .header__ttl img {
  width: 113px;
}
@media screen and (min-width:768px) {
  .header .header__ttl img {
    width: min(9.1666666667vw, 176px);
    margin-left: min(3.125vw, 60px);
  }
}
.header .nav--header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 120px 0 100px;
  transform: translateX(100%);
  transition: all 0.4s;
}
@media screen and (min-width:768px) {
  .header .nav--header {
    position: static;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    height: inherit;
    padding: 0;
    transform: translate(0);
    transition: 0s;
  }
}
.header .nav--header.view {
  display: block;
  background: #fff;
  transform: translateX(0);
}
.header .nav--header .header__nav-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (min-width:768px) {
  .header .nav--header .header__nav-items {
    flex-direction: row;
    height: inherit;
  }
}
.header .nav--header .header__nav-item {
  width: 50%;
  margin-bottom: 40px;
}
@media screen and (min-width:768px) {
  .header .nav--header .header__nav-item {
    width: auto;
    margin-bottom: 0;
  }
}
.header .nav--header .header__nav-items--contact {
  display: none;
}
@media screen and (min-width:768px) {
  .header .nav--header .header__nav-items--contact {
    display: flex;
    height: inherit;
  }
}
.header .nav--header .header__nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
@media screen and (min-width:768px) {
  .header .nav--header .header__nav-link {
    justify-content: center;
  }
}
.header .nav--header .header__nav-link img {
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width:768px) {
  .header .nav--header .header__nav-link img {
    width: min(3.6458333333vw, 70px);
    height: min(2.6041666667vw, 50px);
  }
}
.header .nav--header .header__nav-link .jp {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #707070;
  text-align: center;
  line-height: 2.19;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .header .nav--header .header__nav-link .jp {
    font-size: min(0.9375vw, 18px);
    font-weight: 700;
    line-height: 1.19;
  }
}
@media screen and (min-width:768px) {
  .header .nav--header .header__nav-items .header__nav-link {
    padding: 0 min(2.03125vw, 39px) 0 min(2.0833333333vw, 40px);
  }
}
.header .nav--header .phone--sp a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 28px;
  font-weight: 400;
  color: #707070;
  text-align: center;
  line-height: 1.14;
  letter-spacing: 0em;
  font-family: century-gothic, sans-serif;
}
.header .nav--header .phone--sp img {
  width: 33px;
  height: 33px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .nav--header .nav-item--contact {
  background: #87D367;
  transition: 0.2s;
}
.header .nav--header .nav-item--contact:hover {
  background: #59A937;
}
.header .nav--header .nav-item--reservation {
  background: #E7A63A;
  transition: 0.2s;
}
.header .nav--header .nav-item--reservation:hover {
  background: #DA8A06;
}
@media screen and (min-width:768px) {
  .header .nav--header .nav-item--contact,
  .header .nav--header .nav-item--reservation {
    width: min(6.7708333333vw, 130px);
  }
}
.header .nav--header .nav-item--contact .jp,
.header .nav--header .nav-item--reservation .jp {
  color: #fff;
}

.hamburger {
  display: block;
  z-index: 99;
}
@media screen and (min-width:768px) {
  .hamburger {
    display: none;
  }
}
.hamburger .menu--open {
  display: block;
}
.hamburger .menu--open.close {
  display: none;
}
.hamburger .menu--close {
  display: none;
}
.hamburger .menu--close.none {
  display: block;
}

.fv--under {
  margin-top: 103px;
}
@media screen and (min-width:768px) {
  .fv--under {
    margin-top: min(5.7291666667vw, 110px);
  }
}
.fv--under .inner--fv {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1400px;
  margin: auto;
}
@media screen and (min-width:768px) {
  .fv--under .inner--fv {
    width: min(72.9166666667vw, 1400px);
  }
}
@media screen and (min-width:768px) {
  .fv--under .fv__img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: min(20.8333333333vw, 400px);
  }
}
.fv--under .fv__content {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 242px;
  height: 242px;
  transform: translate(-50%, -50%);
}
@media screen and (min-width:768px) {
  .fv--under .fv__content {
    bottom: min(3.90625vw, 75px);
    width: min(23.59375vw, 453px);
    height: min(23.59375vw, 453px);
  }
}
.fv--under .fv__content::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 100vh;
  opacity: 0.6;
}
.fv--under .fv__ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #707070;
  text-align: center;
  line-height: 2.2;
  letter-spacing: 0em;
  z-index: 5;
}
@media screen and (min-width:768px) {
  .fv--under .fv__ttl {
    font-size: min(1.6666666667vw, 32px);
    font-weight: 700;
    line-height: 2.19;
  }
}
.fv--under .fv__ttl img.firstexamination {
  width: 56px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width:768px) {
  .fv--under .fv__ttl img.firstexamination {
    width: min(4.4791666667vw, 86px);
  }
}
.fv--under .fv__ttl img.about {
  width: 92px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width:768px) {
  .fv--under .fv__ttl img.about {
    width: min(7.8125vw, 150px);
  }
}
.fv--under .fv__ttl img.medicalinformation {
  width: 61px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width:768px) {
  .fv--under .fv__ttl img.medicalinformation {
    width: min(5.3645833333vw, 103px);
  }
}
.fv--under .fv__ttl img.blog {
  width: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width:768px) {
  .fv--under .fv__ttl img.blog {
    width: min(6.1458333333vw, 118px);
  }
}
.fv--under .fv__ttl img.faq {
  width: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width:768px) {
  .fv--under .fv__ttl img.faq {
    width: min(8.5416666667vw, 164px);
  }
}
.fv--under .fv__ttl img.case {
  width: 81px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width:768px) {
  .fv--under .fv__ttl img.case {
    width: min(7.5520833333vw, 145px);
  }
}
.fv--under .fv__ttl img.contact {
  width: 69px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width:768px) {
  .fv--under .fv__ttl img.contact {
    width: min(6.0416666667vw, 116px);
  }
}
.fv--under .fv__ttl img.recruit {
  width: 71px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width:768px) {
  .fv--under .fv__ttl img.recruit {
    width: min(4.1145833333vw, 79px);
  }
}
.fv--under .blog__info {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 87%;
  height: 102px;
  margin: auto;
  border-radius: 16px;
  background: #fff;
}
@media screen and (min-width:768px) {
  .fv--under .blog__info {
    width: min(54.1666666667vw, 1040px);
    height: min(4.1666666667vw, 80px);
    border-radius: min(2.0833333333vw, 40px);
  }
}
.fv--under .blog__info p {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #707070;
  text-align: left;
  line-height: 1.43;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .fv--under .blog__info p {
    font-size: min(1.25vw, 24px);
    font-weight: 700;
    line-height: 2.221;
  }
}
.fv--under .blog__info p .icon__txt {
  display: flex;
  align-items: center;
  color: #68B846;
}
@media screen and (min-width:768px) {
  .fv--under .blog__info p .icon__txt {
    margin-right: min(1.0416666667vw, 20px);
  }
}
.fv--under .blog__info p .icon__txt::before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 29px;
  background: url(../../assets/img/icon/icon_blog.png) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .fv--under .blog__info p .icon__txt::before {
    width: min(1.6145833333vw, 31px);
    height: min(1.5104166667vw, 29px);
  }
}
@media screen and (min-width:768px) {
  .fv--under .blog__info p .ttl {
    max-width: min(41.6666666667vw, 800px);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}

@media screen and (min-width:768px) {
  .fv {
    margin-top: min(5.7291666667vw, 110px);
  }
}
.fv .inner--fv {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1400px;
  margin: auto;
}
@media screen and (min-width:768px) {
  .fv .inner--fv {
    width: min(72.9166666667vw, 1400px);
  }
}
.fv .pc-bnr__content {
  display: none;
}
@media screen and (min-width:768px) {
  .fv .pc-bnr__content {
    position: absolute;
    bottom: 0;
    right: max(-10.4166666667vw, -200px);
    display: flex;
    flex-direction: column;
  }
}
.fv .pc-bnr__content img {
  box-shadow: 0px 4px 5px rgba(112, 112, 112, 0.5019607843);
}
@media screen and (min-width:768px) {
  .fv .pc-bnr__content img {
    width: min(24.375vw, 468px);
    height: min(6.4583333333vw, 124px);
    margin-bottom: min(1.3020833333vw, 25px);
  }
}
.fv .pc-bnr__content img:hover {
  box-shadow: none;
}
.fv .fv__img {
  height: 580px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:768px) {
  .fv .fv__img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: min(40.625vw, 780px);
  }
}
.fv .fv__content {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media screen and (min-width:768px) {
  .fv .fv__content {
    bottom: min(2.6041666667vw, 50px);
    height: auto;
    width: auto;
  }
}
.fv .fv__ttl {
  display: block;
  text-align: center;
  margin: 110px 0 222px 0;
  opacity: 0;
}
@media screen and (min-width:768px) {
  .fv .fv__ttl {
    display: block;
    text-align: left;
    margin: 0;
    opacity: 1;
  }
}
.fv .fv__ttl span {
  position: relative;
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  color: #68B846;
  text-align: left;
  line-height: 1.17;
  letter-spacing: 0em;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .fv .fv__ttl span {
    font-size: min(3.125vw, 60px);
    font-weight: 700;
    line-height: 1.43;
    margin-bottom: min(15.625vw, 300px);
  }
}
.fv .fv__ttl span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background: #fff;
  opacity: 0.81;
  z-index: -1;
}
.fv .blog__info {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 87%;
  height: 102px;
  margin: auto;
  border-radius: 16px;
  background: #fff;
}
@media screen and (min-width:768px) {
  .fv .blog__info {
    justify-content: start;
    width: min(54.1666666667vw, 1040px);
    height: min(4.1666666667vw, 80px);
    margin: 0;
    border-radius: min(2.0833333333vw, 40px);
  }
}
.fv .blog__info p {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  font-size: 18px;
  font-weight: 700;
  color: #707070;
  text-align: left;
  line-height: 1.43;
  letter-spacing: 0em;
  padding: 0 25px;
}
@media screen and (min-width:768px) {
  .fv .blog__info p {
    align-items: center;
    flex-direction: row;
    font-size: min(1.25vw, 24px);
    font-weight: 700;
    line-height: 2.221;
  }
}
.fv .blog__info p .icon__txt {
  display: flex;
  align-items: center;
  color: #68B846;
  font-size: 17px;
}
@media screen and (min-width:768px) {
  .fv .blog__info p .icon__txt {
    font-size: min(1.25vw, 24px);
    margin-right: min(1.0416666667vw, 20px);
  }
}
.fv .blog__info p .icon__txt::before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 29px;
  background: url(../../assets/img/icon/icon_blog.png) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .fv .blog__info p .icon__txt::before {
    width: min(1.6145833333vw, 31px);
    height: min(1.5104166667vw, 29px);
  }
}
.fv .blog__info p .ttl {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width:768px) {
  .fv .blog__info p .ttl {
    max-width: min(41.6666666667vw, 800px);
    -webkit-line-clamp: 1;
  }
}

.message {
  background: #E3F5E5;
  margin-top: -2px;
}
.message .inner--message {
  width: 89%;
  height: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 38px 0 42px;
}
@media screen and (min-width:768px) {
  .message .inner--message {
    width: min(72.9166666667vw, 1400px);
    padding: min(4.53125vw, 87px) 0 min(5.9895833333vw, 115px);
  }
}
.message .first__block {
  position: relative;
}
@media screen and (min-width:768px) {
  .message .first__block {
    margin-bottom: min(6.1979166667vw, 119px);
  }
}
.message .first__block .face__wrap {
  width: 225px;
  height: 225px;
  margin: auto;
  background: #DAE4F4;
  border-radius: 50%;
  margin: 25px auto 94px;
}
@media screen and (min-width:768px) {
  .message .first__block .face__wrap {
    width: min(19.53125vw, 375px);
    height: min(19.53125vw, 375px);
    margin: min(1.5625vw, 30px) auto min(1.40625vw, 27px);
  }
}
.message .first__block .ttl {
  font-size: 25px;
  font-weight: 700;
  color: #68B846;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 15px;
}
@media screen and (min-width:768px) {
  .message .first__block .ttl {
    font-size: min(2.6041666667vw, 50px);
    line-height: 1.44;
    margin-bottom: min(1.40625vw, 27px);
  }
}
.message .first__block .txt {
  font-size: 19px;
  font-weight: 700;
  color: #707070;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .message .first__block .txt {
    font-size: min(1.4583333333vw, 28px);
    line-height: 1.71;
  }
}
.message .second__block {
  text-align: center;
}
@media screen and (min-width:768px) {
  .message .second__block {
    display: flex;
  }
}
.message .second__block .wrap {
  margin: 50px 0 10px;
  padding: 0 0px 0 10px;
}
@media screen and (min-width:768px) {
  .message .second__block .wrap {
    margin: 0;
    padding: 0;
  }
}
.message .second__block .ttl {
  font-size: 22px;
  font-weight: 700;
  color: #68B846;
  text-align: left;
  line-height: 1.56;
  letter-spacing: 0em;
  margin-bottom: 18px;
}
@media screen and (min-width:768px) {
  .message .second__block .ttl {
    font-size: min(1.875vw, 36px);
    line-height: 1.38;
    margin-bottom: min(1.5625vw, 30px);
  }
}
.message .second__block .txt {
  font-size: 19px;
  font-weight: 700;
  color: #707070;
  text-align: left;
  line-height: 1.86;
  letter-spacing: 0em;
  padding-right: 5px;
}
@media screen and (min-width:768px) {
  .message .second__block .txt {
    font-size: min(1.25vw, 24px);
    line-height: 1.83;
    margin: 0 min(5.2083333333vw, 100px) min(3.28125vw, 63px) 0;
    padding-right: 0;
  }
}
.message .second__block img {
  width: 92%;
  margin: 12px auto 37px;
  border-radius: 26px;
}
@media screen and (min-width:768px) {
  .message .second__block img {
    width: min(37.03125vw, 711px);
    border-radius: min(1.3541666667vw, 26px);
  }
}
@media screen and (min-width:768px) {
  .message .second__block .btn__block {
    padding-left: min(1.6666666667vw, 32px);
  }
}

.medicalInformation .inner--medicalInformation {
  width: 86%;
  height: 100%;
  max-width: 1450px;
  margin: auto;
  padding: 37px 0 10px;
}
@media screen and (min-width:768px) {
  .medicalInformation .inner--medicalInformation {
    width: min(75.5208333333vw, 1450px);
    padding: min(5.2083333333vw, 100px) 0 min(7.2916666667vw, 140px);
  }
}
.medicalInformation .sp-bnr__content {
  display: block;
  margin-bottom: 50px;
}
@media screen and (min-width:768px) {
  .medicalInformation .sp-bnr__content {
    display: none;
  }
}
.medicalInformation .sp-bnr__content img {
  box-shadow: 0px 4px 5px rgba(112, 112, 112, 0.5019607843);
  margin-bottom: 25px;
}
.medicalInformation .sp-bnr__content img:hover {
  box-shadow: none;
}
.medicalInformation .medicalInformation__menus {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0;
  margin: 25px 0 0;
}
@media screen and (min-width:768px) {
  .medicalInformation .medicalInformation__menus {
    justify-content: flex-start;
    gap: min(4.1666666667vw, 80px) min(2.8645833333vw, 55px);
    flex-wrap: wrap;
    margin: min(5.3125vw, 102px) 0 0;
  }
}
.medicalInformation .medicalInformation__menus li {
  text-align: center;
  width: calc(50% - 20px);
  margin-bottom: 39px;
}
@media screen and (min-width:768px) {
  .medicalInformation .medicalInformation__menus li {
    width: calc(33.3333333333% - min(2.0833333333vw, 40px));
    margin-bottom: 0;
  }
}
.medicalInformation .medicalInformation__menus .txt-center {
  text-align: center;
}
.medicalInformation .icon__wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  margin: 0 auto 10px;
  background: #E3F5E5;
  border-radius: 100vh;
  transition: ease 0.2s;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .medicalInformation .icon__wrap {
    width: min(15.625vw, 300px);
    height: min(15.625vw, 300px);
    margin: auto;
  }
}
.medicalInformation .icon__wrap img {
  max-width: 85px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 5;
}
@media screen and (min-width:768px) {
  .medicalInformation .icon__wrap img {
    max-width: min(8.3854166667vw, 161px);
  }
}
.medicalInformation .bgcenterout:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #B9E9BF;
  width: 100%;
  height: 100%;
  border-radius: 100vh;
  /*アニメーション*/
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 0);
  transform-origin: center;
}
.medicalInformation .btn--menuAnime:hover .bgcenterout:before {
  transform: scale(1, 1);
}
.medicalInformation .name {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #707070;
  text-align: left;
  line-height: 1.25;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .medicalInformation .name {
    font-size: min(1.5625vw, 30px);
    font-weight: 700;
    line-height: 1.66;
    margin-top: min(1.0416666667vw, 20px);
  }
}
.medicalInformation .name::after {
  position: absolute;
  top: 50%;
  right: -20px;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../../assets/img/icon/icon_next_blue.png) no-repeat center center/contain;
  transform: translate(0, -50%);
}
@media screen and (min-width:768px) {
  .medicalInformation .name::after {
    right: max(-2.6041666667vw, -50px);
    width: min(1.4583333333vw, 28px);
    height: min(1.4583333333vw, 28px);
  }
}

.orthodontics--top {
  background: #E3F5E5;
}
.orthodontics--top .inner--orthodontics {
  width: 86%;
  height: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 40px 0 35px;
}
@media screen and (min-width:768px) {
  .orthodontics--top .inner--orthodontics {
    width: min(71.875vw, 1380px);
    padding: min(4.7916666667vw, 92px) 0 min(6.7708333333vw, 130px);
  }
}
.orthodontics--top .description {
  text-align: center;
  margin: 25px 0 10px;
}
@media screen and (min-width:768px) {
  .orthodontics--top .description {
    margin: 0;
  }
}
.orthodontics--top .description span {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #707070;
  text-align: center;
  line-height: 1.38;
  letter-spacing: 0em;
  padding: 12px 19px 8px;
  background: #fff;
  border-radius: 73px;
}
@media screen and (min-width:768px) {
  .orthodontics--top .description span {
    font-size: min(1.7708333333vw, 34px);
    font-weight: 700;
    line-height: 1.23;
    margin: min(2.1875vw, 42px) 0 min(3.90625vw, 75px);
    padding: min(2.03125vw, 39px) min(4.9479166667vw, 95px) min(1.8229166667vw, 35px);
    border-radius: min(3.8020833333vw, 73px);
  }
}
.orthodontics--top .orthodontics__menus {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 22px;
  margin: 63px 0 20px;
}
@media screen and (min-width:768px) {
  .orthodontics--top .orthodontics__menus {
    grid-template-columns: repeat(4, 1fr);
    gap: min(2.8645833333vw, 55px) min(2.0833333333vw, 40px);
    margin: 0;
  }
}
.orthodontics--top .orthodontics__menus li {
  text-align: center;
}
.orthodontics--top .icon__wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  width: 150px;
  height: 136px;
  margin: auto;
  background: #fff;
  border: 1px solid #D0D0D0;
  border-radius: 18px;
  transition: ease 0.2s;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .orthodontics--top .icon__wrap {
    width: min(15.625vw, 300px);
    height: min(14.5833333333vw, 280px);
    border-radius: min(1.3541666667vw, 26px);
  }
}
.orthodontics--top .icon__wrap img {
  width: 150px;
  height: 136px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 5;
}
@media screen and (min-width:768px) {
  .orthodontics--top .icon__wrap img {
    width: min(15.625vw, 300px);
    height: min(14.5833333333vw, 280px);
  }
}
.orthodontics--top .bgcenterout:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #F1F1F1;
  width: 100%;
  height: 100%;
  border-radius: 26px;
  /*アニメーション*/
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 0);
  transform-origin: center;
}
@media screen and (min-width:768px) {
  .orthodontics--top .bgcenterout:before {
    border-radius: min(1.3541666667vw, 26px);
  }
}
.orthodontics--top .btn--menuAnime:hover .bgcenterout:before {
  transform: scale(1, 1);
}
.orthodontics--top .name {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #707070;
  text-align: center;
  line-height: 1.34;
  letter-spacing: 0em;
  z-index: 5;
}
@media screen and (min-width:768px) {
  .orthodontics--top .name {
    font-size: min(1.3541666667vw, 26px);
    font-weight: 700;
    line-height: 1.32;
    margin-top: min(1.3020833333vw, 25px);
  }
}

.about .inner--about {
  width: 100%;
  height: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 50px 0 10px;
}
@media screen and (min-width:768px) {
  .about .inner--about {
    width: min(71.875vw, 1380px);
    padding: min(4.8958333333vw, 94px) 0 min(2.6041666667vw, 50px);
  }
}
.about .inner--aboutLists {
  width: 84%;
  height: 100%;
  max-width: 1400px;
  margin: 0 0 0 23px;
  padding-top: 50px;
}
@media screen and (min-width:768px) {
  .about .inner--aboutLists {
    width: min(72.9166666667vw, 1400px);
    margin: auto;
    padding-top: min(2.6041666667vw, 50px);
  }
}
.about .about__txt01 {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #707070;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0em;
  margin: 27px 0 30px;
}
@media screen and (min-width:768px) {
  .about .about__txt01 {
    font-size: min(1.7708333333vw, 34px);
    font-weight: 700;
    line-height: 1.35;
    margin: min(3.3854166667vw, 65px) 0 min(4.375vw, 84px);
  }
}
.about .about__lists li {
  width: 100vw;
  height: 502px;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width:768px) {
  .about .about__lists li {
    height: min(26.1458333333vw, 502px);
  }
}
@media screen and (min-width:768px) {
  .about .about__lists li:nth-child(even) .about__txtarea {
    margin: 0 0 0 auto;
  }
}
.about .about__lists li:nth-child(1) {
  background: url(../../assets/img/index/about_bg_01_sp.jpg) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .about .about__lists li:nth-child(1) {
    background: url(../../assets/img/index/about_bg_01_pc.jpg) no-repeat center center/cover;
  }
}
.about .about__lists li:nth-child(2) {
  background: url(../../assets/img/index/about_bg_02_sp.jpg) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .about .about__lists li:nth-child(2) {
    background: url(../../assets/img/index/about_bg_02_pc.jpg) no-repeat center center/cover;
  }
}
.about .about__lists li:nth-child(3) {
  background: url(../../assets/img/index/about_bg_03_sp.jpg) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .about .about__lists li:nth-child(3) {
    background: url(../../assets/img/index/about_bg_03_pc.jpg) no-repeat center center/cover;
  }
}
.about .about__lists li:nth-child(4) {
  background: url(../../assets/img/index/about_bg_04_sp.jpg) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .about .about__lists li:nth-child(4) {
    background: url(../../assets/img/index/about_bg_04_pc.jpg) no-repeat center center/cover;
  }
}
@media screen and (min-width:768px) {
  .about .about__txtarea {
    width: min(36.4583333333vw, 700px);
  }
}
.about .about__txtarea .ttl {
  font-size: 28px;
  font-weight: 700;
  color: #707070;
  text-align: left;
  line-height: 1.55;
  letter-spacing: 0em;
  margin-bottom: 5px;
}
@media screen and (min-width:768px) {
  .about .about__txtarea .ttl {
    font-size: min(2.2916666667vw, 44px);
    font-weight: 700;
    line-height: 1.86;
    margin-bottom: min(0.7291666667vw, 14px);
  }
}
.about .about__txtarea .txt {
  font-size: 17px;
  font-weight: 700;
  color: #707070;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .about .about__txtarea .txt {
    font-size: min(1.25vw, 24px);
    font-weight: 700;
    line-height: 1.83;
  }
}

.faq--top .inner--faq {
  width: 87%;
  height: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 40px 0 50px;
}
@media screen and (min-width:768px) {
  .faq--top .inner--faq {
    width: min(60.78125vw, 1167px);
    padding: min(2.2395833333vw, 43px) 0 min(5.2083333333vw, 100px);
  }
}
.faq--top .accordion-area {
  list-style: none;
  width: 100%;
  margin: 54px auto 27px;
  padding: 0;
}
@media screen and (min-width:768px) {
  .faq--top .accordion-area {
    margin: 0;
    padding: min(7.2916666667vw, 140px) 0 min(2.34375vw, 45px);
  }
}
.faq--top .accordion-area li {
  margin: 10px 0;
}
.faq--top .accordion-area section {
  border-bottom: 1px solid #C9CCCE;
  margin-bottom: 23px;
}
@media screen and (min-width:768px) {
  .faq--top .accordion-area section {
    border-bottom: min(0.0520833333vw, 1px) solid #C9CCCE;
    margin-bottom: min(1.71875vw, 33px);
  }
}
.faq--top .question dt,
.faq--top .answer dt {
  font-size: 15px;
  font-weight: 700;
  color: #707070;
  text-align: left;
  line-height: 2.21;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .faq--top .question dt,
  .faq--top .answer dt {
    font-size: min(1.3541666667vw, 26px);
    font-weight: 700;
    line-height: 2.19;
  }
}
.faq--top .question dd,
.faq--top .answer dd {
  font-size: 17px;
  font-weight: 700;
  color: #707070;
  text-align: left;
  line-height: 1.86;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .faq--top .question dd,
  .faq--top .answer dd {
    font-size: min(1.3541666667vw, 26px);
    font-weight: 700;
    line-height: 2.19;
  }
}
.faq--top .category__name {
  font-size: 12px;
  font-weight: 700;
  color: #707070;
  text-align: center;
  line-height: 2.17;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .faq--top .category__name {
    font-size: min(1.1458333333vw, 22px);
    font-weight: 700;
    line-height: 2.18;
    margin-right: min(0.78125vw, 15px);
  }
}
.faq--top .generalDentistry {
  color: #E7A63A;
  border: 1px solid #E7A63A;
  border-radius: 28px;
  padding: 10px 30px 8px;
}
@media screen and (min-width:768px) {
  .faq--top .generalDentistry {
    padding: min(0.9375vw, 18px) min(2.6041666667vw, 50px) min(0.7291666667vw, 14px);
    border-radius: min(1.4583333333vw, 28px);
  }
}
.faq--top .btn__block {
  text-align: center;
}
.faq--top .btn__block .btn--faq {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #707070;
  text-align: center;
  line-height: 2.07;
  letter-spacing: 0em;
  margin-right: 15px;
}
@media screen and (min-width:768px) {
  .faq--top .btn__block .btn--faq {
    font-size: min(1.3541666667vw, 26px);
    font-weight: 700;
    line-height: 1.92;
    margin-right: min(0.78125vw, 15px);
  }
}
.faq--top .btn__block .btn--faq span {
  position: relative;
}
.faq--top .btn__block .btn--faq span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 125%;
  height: 2px;
  background: #68B846;
}
@media screen and (min-width:768px) {
  .faq--top .btn__block .btn--faq span::after {
    bottom: max(-1.0416666667vw, -20px);
  }
}
.faq--top .btn__block .btn--faq::after {
  position: absolute;
  top: 50%;
  right: -28px;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../../assets/img/icon/icon_next_blue.png) no-repeat center center/contain;
  transform: translate(0, -50%);
}
@media screen and (min-width:768px) {
  .faq--top .btn__block .btn--faq::after {
    right: max(-2.6041666667vw, -50px);
    width: min(1.4583333333vw, 28px);
    height: min(1.4583333333vw, 28px);
  }
}

.blog .inner--blog {
  width: 74%;
  height: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 48px 0 102px;
}
@media screen and (min-width:768px) {
  .blog .inner--blog {
    width: min(65.625vw, 1260px);
    padding: min(5.2083333333vw, 100px) 0 min(10.6770833333vw, 205px);
  }
}
.blog .blog__cards {
  display: grid;
  grid-template-columns: 1fr;
  margin: 40px 0 21px;
}
@media screen and (min-width:768px) {
  .blog .blog__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: min(2.0833333333vw, 40px) min(3.125vw, 60px);
    margin: min(5.2083333333vw, 100px) 0 min(5.2083333333vw, 100px);
  }
}
.blog .blog__cards li {
  margin-bottom: 31px;
}
@media screen and (min-width:768px) {
  .blog .blog__cards li {
    margin-bottom: 0;
  }
}
.blog .card__img img {
  border-radius: 26px;
  aspect-ratio: 276/240;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:768px) {
  .blog .card__img img {
    aspect-ratio: 380/330;
    border-radius: min(1.3541666667vw, 26px);
  }
}
.blog .card__txtBlock .card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 11px 0 11px;
}
@media screen and (min-width:768px) {
  .blog .card__txtBlock .card__meta {
    margin: 0 0 min(0.78125vw, 15px);
  }
}
.blog .card__txtBlock .category__name {
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  text-align: center;
  line-height: 1.21;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .blog .card__txtBlock .category__name {
    font-size: min(1.0416666667vw, 20px);
    font-weight: 700;
    line-height: 2.2;
  }
}
.blog .card__txtBlock .news__time {
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  text-align: center;
  line-height: 1.21;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .blog .card__txtBlock .news__time {
    font-size: min(1.0416666667vw, 20px);
    font-weight: 700;
    line-height: 2.2;
  }
}
.blog .card__txtBlock .ttl {
  font-size: 16px;
  font-weight: 400;
  color: #707070;
  text-align: left;
  line-height: 1.63;
  letter-spacing: 0em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width:768px) {
  .blog .card__txtBlock .ttl {
    font-size: min(1.1458333333vw, 22px);
    font-weight: 700;
    line-height: 1.452;
  }
}
.blog .card__txtBlock .blogs {
  color: #4687B8;
}
.blog .card__txtBlock .news {
  color: #A0D464;
}
.blog .btn__block {
  text-align: center;
}
.blog .btn__block .btn--faq {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #707070;
  text-align: center;
  line-height: 2.07;
  letter-spacing: 0em;
  margin-right: 15px;
}
@media screen and (min-width:768px) {
  .blog .btn__block .btn--faq {
    font-size: min(1.3541666667vw, 26px);
    font-weight: 700;
    line-height: 1.92;
    margin-right: min(0.78125vw, 15px);
  }
}
.blog .btn__block .btn--faq span {
  position: relative;
}
.blog .btn__block .btn--faq span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 130%;
  height: 2px;
  background: #68B846;
}
@media screen and (min-width:768px) {
  .blog .btn__block .btn--faq span::after {
    bottom: max(-0.78125vw, -15px);
    width: 140%;
  }
}
.blog .btn__block .btn--faq::after {
  position: absolute;
  top: 50%;
  right: -16px;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../../assets/img/icon/icon_next_blue.png) no-repeat center center/contain;
  transform: translate(0, -50%);
}
@media screen and (min-width:768px) {
  .blog .btn__block .btn--faq::after {
    right: max(-2.6041666667vw, -50px);
    width: min(1.4583333333vw, 28px);
    height: min(1.4583333333vw, 28px);
  }
}

.firstMedicalExamination .firstMedicalExamination__content,
.treatmentPolicy .firstMedicalExamination__content {
  padding-top: 0;
}
@media screen and (min-width:768px) {
  .firstMedicalExamination .firstMedicalExamination__content,
  .treatmentPolicy .firstMedicalExamination__content {
    padding-top: min(5.3125vw, 102px);
  }
}
.firstMedicalExamination .inner--firstMedicalExamination,
.firstMedicalExamination .inner--treatmentPolicy,
.treatmentPolicy .inner--firstMedicalExamination,
.treatmentPolicy .inner--treatmentPolicy {
  width: 86%;
  height: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 30px 0 18px;
}
@media screen and (min-width:768px) {
  .firstMedicalExamination .inner--firstMedicalExamination,
  .firstMedicalExamination .inner--treatmentPolicy,
  .treatmentPolicy .inner--firstMedicalExamination,
  .treatmentPolicy .inner--treatmentPolicy {
    width: min(72.9166666667vw, 1400px);
    padding: min(2.6041666667vw, 50px) 0 min(2.96875vw, 57px);
  }
}
.firstMedicalExamination .firstMedicalExamination__content,
.firstMedicalExamination .treatmentPolicy__content,
.treatmentPolicy .firstMedicalExamination__content,
.treatmentPolicy .treatmentPolicy__content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width:768px) {
  .firstMedicalExamination .firstMedicalExamination__content,
  .firstMedicalExamination .treatmentPolicy__content,
  .treatmentPolicy .firstMedicalExamination__content,
  .treatmentPolicy .treatmentPolicy__content {
    flex-direction: row;
    justify-content: flex-end;
    gap: min(3.125vw, 60px);
  }
}
.firstMedicalExamination .txtBlock .txt,
.treatmentPolicy .txtBlock .txt {
  font-size: 17px;
  font-weight: 700;
  color: #707070;
  text-align: left;
  line-height: 1.93;
  letter-spacing: 0em;
  margin-top: 18px;
}
@media screen and (min-width:768px) {
  .firstMedicalExamination .txtBlock .txt,
  .treatmentPolicy .txtBlock .txt {
    font-size: min(1.25vw, 24px);
    line-height: 1.75;
    width: min(33.1770833333vw, 637px);
    margin-top: min(0.9375vw, 18px);
  }
}
.firstMedicalExamination .imgBlock,
.treatmentPolicy .imgBlock {
  margin-top: 23px;
}
@media screen and (min-width:768px) {
  .firstMedicalExamination .imgBlock,
  .treatmentPolicy .imgBlock {
    margin-top: min(1.3020833333vw, 25px);
  }
}
.firstMedicalExamination .imgBlock img,
.treatmentPolicy .imgBlock img {
  width: 100%;
  border-radius: 26px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 325/258;
}
@media screen and (min-width:768px) {
  .firstMedicalExamination .imgBlock img,
  .treatmentPolicy .imgBlock img {
    width: min(31.25vw, 600px);
    height: min(25.1041666667vw, 482px);
    border-radius: min(1.3541666667vw, 26px);
    aspect-ratio: 600/482;
  }
}

.inner--firstMedicalExamination {
  position: relative;
}
.inner--firstMedicalExamination::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 50px;
  width: 292px;
  height: 199px;
  background: url(../../assets/img/common/logo_smile.svg) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .inner--firstMedicalExamination::before {
    top: max(-12.5vw, -240px);
    left: max(-7.2916666667vw, -140px);
    width: min(33.3333333333vw, 640px);
    height: 100%;
  }
}

.flow--under .inner--flow {
  width: 87%;
  height: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 31px 0 10px;
}
@media screen and (min-width:768px) {
  .flow--under .inner--flow {
    width: min(69.7916666667vw, 1340px);
    padding: min(2.0833333333vw, 40px) 0 min(8.90625vw, 171px);
  }
}
.flow--under .section__ttl--titleLine--flow {
  padding-left: 30px;
}
@media screen and (min-width:768px) {
  .flow--under .section__ttl--titleLine--flow {
    padding-left: min(3.6458333333vw, 70px);
  }
}
.flow--under .flow__menus {
  margin-top: 40px;
}
@media screen and (min-width:768px) {
  .flow--under .flow__menus {
    margin-top: min(6.6666666667vw, 128px);
  }
}
.flow--under .flow__menus li {
  position: relative;
  border: 1px solid #707070;
  margin-bottom: 40px;
  padding: 40px 10px 28px 17px;
}
@media screen and (min-width:768px) {
  .flow--under .flow__menus li {
    border: min(0.0520833333vw, 1px) solid #707070;
    margin-bottom: min(4.53125vw, 87px);
    padding: min(3.5416666667vw, 68px) min(3.125vw, 60px) min(3.5416666667vw, 68px);
  }
}
.flow--under .flow__menus li::after {
  content: "";
  display: block;
  position: absolute;
  top: 21px;
  right: 18px;
}
@media screen and (min-width:768px) {
  .flow--under .flow__menus li::after {
    top: min(1.5625vw, 30px);
    right: min(4.1666666667vw, 80px);
  }
}
.flow--under .flow__menus li:nth-child(1)::after {
  background: url(../../assets/img/icon/flow/icon_flow_01.png) no-repeat center center/contain;
  width: 46px;
  aspect-ratio: 46/63;
}
@media screen and (min-width:768px) {
  .flow--under .flow__menus li:nth-child(1)::after {
    width: min(6.25vw, 120px);
    aspect-ratio: 120/91;
  }
}
.flow--under .flow__menus li:nth-child(2) {
  padding: 40px 10px 35px 17px;
}
@media screen and (min-width:768px) {
  .flow--under .flow__menus li:nth-child(2) {
    margin-bottom: min(4.5833333333vw, 88px);
    padding: min(3.5416666667vw, 68px) min(3.125vw, 60px) min(3.2291666667vw, 62px);
  }
}
.flow--under .flow__menus li:nth-child(2)::after {
  width: 60px;
  aspect-ratio: 60/46;
  background: url(../../assets/img/icon/flow/icon_flow_02.png) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .flow--under .flow__menus li:nth-child(2)::after {
    width: min(6.25vw, 120px);
    aspect-ratio: 120/103;
  }
}
.flow--under .flow__menus li:nth-child(3) {
  padding: 40px 10px 35px 17px;
}
@media screen and (min-width:768px) {
  .flow--under .flow__menus li:nth-child(3) {
    margin-bottom: min(4.5833333333vw, 88px);
    padding: min(3.5416666667vw, 68px) min(3.125vw, 60px) min(5.4166666667vw, 104px);
  }
}
.flow--under .flow__menus li:nth-child(3)::after {
  width: 60px;
  aspect-ratio: 60/51;
  background: url(../../assets/img/icon/flow/icon_flow_03.png) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .flow--under .flow__menus li:nth-child(3)::after {
    width: min(6.25vw, 120px);
    aspect-ratio: 120/103;
  }
}
.flow--under .flow__menus li:nth-child(4) {
  padding: 40px 10px 35px 17px;
}
@media screen and (min-width:768px) {
  .flow--under .flow__menus li:nth-child(4) {
    margin-bottom: min(4.5833333333vw, 88px);
    padding: min(3.5416666667vw, 68px) min(3.125vw, 60px) min(3.1770833333vw, 61px);
  }
}
.flow--under .flow__menus li:nth-child(4)::after {
  width: 45px;
  aspect-ratio: 45/49;
  background: url(../../assets/img/icon/flow/icon_flow_04.png) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .flow--under .flow__menus li:nth-child(4)::after {
    width: min(4.1666666667vw, 80px);
    aspect-ratio: 80/85;
  }
}
.flow--under .flow__menus li:nth-child(5) {
  padding: 40px 10px 35px 17px;
}
@media screen and (min-width:768px) {
  .flow--under .flow__menus li:nth-child(5) {
    margin-bottom: min(4.3229166667vw, 83px);
    padding: min(3.5416666667vw, 68px) min(3.125vw, 60px) min(3.5416666667vw, 68px);
  }
}
.flow--under .flow__menus li:nth-child(5)::after {
  width: 62px;
  aspect-ratio: 62/60;
  background: url(../../assets/img/icon/flow/icon_flow_05.png) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .flow--under .flow__menus li:nth-child(5)::after {
    width: min(5.5729166667vw, 107px);
    aspect-ratio: 107/99;
  }
}
.flow--under .flow__menus li:nth-child(6) {
  padding: 40px 10px 35px 17px;
}
@media screen and (min-width:768px) {
  .flow--under .flow__menus li:nth-child(6) {
    margin-bottom: min(4.5833333333vw, 88px);
    padding: min(3.5416666667vw, 68px) min(3.125vw, 60px) min(3.2291666667vw, 62px);
  }
}
.flow--under .flow__menus li:nth-child(6)::after {
  width: 50px;
  aspect-ratio: 50/47;
  background: url(../../assets/img/icon/flow/icon_flow_06.png) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .flow--under .flow__menus li:nth-child(6)::after {
    width: min(5.5729166667vw, 107px);
    aspect-ratio: 107/99;
  }
}
.flow--under .flow__menus li:nth-child(7) {
  padding: 40px 10px 35px 17px;
}
@media screen and (min-width:768px) {
  .flow--under .flow__menus li:nth-child(7) {
    margin-bottom: min(4.5833333333vw, 88px);
    padding: min(3.5416666667vw, 68px) min(3.125vw, 60px) min(5.3645833333vw, 103px);
  }
}
.flow--under .flow__menus li:nth-child(7)::after {
  width: 55px;
  aspect-ratio: 55/47;
  background: url(../../assets/img/icon/flow/icon_flow_07.png) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .flow--under .flow__menus li:nth-child(7)::after {
    width: min(4.5833333333vw, 88px);
    aspect-ratio: 88/83;
  }
}
.flow--under .flow__menus .number {
  position: absolute;
  top: -20px;
  left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 2;
  letter-spacing: 0em;
  width: 73px;
  height: 45px;
  background: #90DB99;
  border-radius: 50%;
}
@media screen and (min-width:768px) {
  .flow--under .flow__menus .number {
    top: max(-1.7708333333vw, -34px);
    left: min(2.1875vw, 42px);
    font-size: min(1.6666666667vw, 32px);
    line-height: 1.91;
    width: min(6.7708333333vw, 130px);
    height: min(4.1145833333vw, 79px);
  }
}
.flow--under .flow__menus .ttl {
  font-size: 16px;
  font-weight: 700;
  color: #68B846;
  text-align: left;
  line-height: 1.88;
  letter-spacing: 0em;
  margin-bottom: 21px;
}
@media screen and (min-width:768px) {
  .flow--under .flow__menus .ttl {
    font-size: min(1.5625vw, 30px);
    line-height: 1.67;
    margin-bottom: 0;
  }
}
.flow--under .flow__menus .txt {
  font-size: 16px;
  font-weight: 700;
  color: #707070;
  text-align: left;
  line-height: 1.87;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .flow--under .flow__menus .txt {
    font-size: min(1.25vw, 24px);
    line-height: 1.75;
  }
}

.clinic .inner--clinic {
  width: 87%;
  height: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 30px 0 10px;
}
@media screen and (min-width:768px) {
  .clinic .inner--clinic {
    width: min(62.5vw, 1200px);
    padding: min(7.8125vw, 150px) 0 min(2.6041666667vw, 50px);
  }
}
.clinic .clinic__content {
  width: 100%;
  padding-top: 25px;
}
@media screen and (min-width:768px) {
  .clinic .clinic__content {
    width: min(51.3020833333vw, 985px);
    margin: auto;
    padding-top: min(3.0208333333vw, 58px);
  }
}
.clinic .swiperMain figure {
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width:768px) {
  .clinic .swiperMain figure {
    margin-bottom: min(1.0416666667vw, 20px);
  }
}
.clinic .swiperMain .clinic__main__img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 26px;
  aspect-ratio: 325/258;
}
@media screen and (min-width:768px) {
  .clinic .swiperMain .clinic__main__img {
    width: min(49.7916666667vw, 956px);
    height: min(32.1875vw, 618px);
    border-radius: min(1.3541666667vw, 26px);
    aspect-ratio: 956/618;
  }
}
.clinic .swiperMain .ttl {
  font-size: 18px;
  font-weight: 700;
  color: #68B846;
  text-align: left;
  line-height: 3.13;
  letter-spacing: 0em;
  margin-bottom: -5px;
}
@media screen and (min-width:768px) {
  .clinic .swiperMain .ttl {
    font-size: min(1.4583333333vw, 28px);
    line-height: 1.79;
    margin-bottom: 0;
  }
}
.clinic .swiperMain .txt {
  font-size: 17px;
  font-weight: 700;
  color: #707070;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .clinic .swiperMain .txt {
    font-size: min(1.25vw, 24px);
    line-height: 1.67;
  }
}
.clinic .swiperThumbnail {
  padding-bottom: 20px;
}
@media screen and (min-width:768px) {
  .clinic .swiperThumbnail {
    padding-bottom: min(1.0416666667vw, 20px);
  }
}
.clinic .swiperThumbnail .swiper-scrollbar.swiper-scrollbar-horizontal {
  bottom: 10px;
}
@media screen and (min-width:768px) {
  .clinic .swiperThumbnail .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: min(0.5208333333vw, 10px);
  }
}
.clinic .swiperThumbnail img {
  aspect-ratio: 141/91;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  cursor: pointer;
}
@media screen and (min-width:768px) {
  .clinic .swiperThumbnail img {
    aspect-ratio: 172/111;
    border-radius: min(0.8333333333vw, 16px);
    min-width: auto;
  }
}

.equipment .inner--equipment {
  width: 74%;
  height: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 30px 0 10px;
}
@media screen and (min-width:768px) {
  .equipment .inner--equipment {
    width: min(62.5vw, 1200px);
    padding: min(5.9895833333vw, 115px) 0 min(2.6041666667vw, 50px);
  }
}
@media screen and (min-width:768px) {
  .equipment .equipment__content {
    width: min(58.3333333333vw, 1120px);
    margin: auto;
    padding-top: min(2.8645833333vw, 55px);
  }
}
.equipment .equipment__items {
  display: grid;
  grid-template-columns: 1fr;
  margin: 25px 0 10px;
}
@media screen and (min-width:768px) {
  .equipment .equipment__items {
    grid-template-columns: repeat(2, 1fr);
    gap: min(2.34375vw, 45px) min(2.8645833333vw, 55px);
  }
}
.equipment .equipment__items li {
  margin-bottom: 25px;
}
@media screen and (min-width:768px) {
  .equipment .equipment__items li {
    margin-bottom: 0;
  }
}
.equipment .equipment__items li img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 26px;
}
@media screen and (min-width:768px) {
  .equipment .equipment__items li img {
    width: min(27.7083333333vw, 532px);
    height: min(22.2395833333vw, 427px);
    border-radius: min(1.3541666667vw, 26px);
  }
}
.equipment .equipment__items li .name {
  font-size: 18px;
  font-weight: 700;
  color: #68B846;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0em;
  margin-top: 5px;
}
@media screen and (min-width:768px) {
  .equipment .equipment__items li .name {
    font-size: min(1.4583333333vw, 28px);
    line-height: 1.79;
    margin-top: min(0.78125vw, 15px);
  }
}

.staff .inner--staff {
  width: 85%;
  height: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 27px 0 10px;
}
@media screen and (min-width:768px) {
  .staff .inner--staff {
    width: min(62.5vw, 1200px);
    padding: min(6.7708333333vw, 130px) 0 min(10.6770833333vw, 205px);
  }
}
.staff .staff__content01 {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width:768px) {
  .staff .staff__content01 {
    flex-direction: row;
    justify-content: space-between;
    width: min(58.8541666667vw, 1130px);
    margin: auto;
    padding-top: min(0.5208333333vw, 10px);
  }
}
.staff .staff__content01 .txtBlock {
  margin: 24px -2px 30px;
}
@media screen and (min-width:768px) {
  .staff .staff__content01 .txtBlock {
    margin: 0;
  }
}
@media screen and (min-width:768px) {
  .staff .staff__content01 .staff__ttl {
    margin: min(2.96875vw, 57px) 0 min(1.0416666667vw, 20px);
  }
}
.staff .staff__content01 .staff__ttl .director {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #68B846;
  text-align: left;
  line-height: 2.07;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .staff .staff__content01 .staff__ttl .director {
    font-size: min(1.3541666667vw, 26px);
    line-height: 1.92;
  }
}
.staff .staff__content01 .staff__ttl .name {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #707070;
  text-align: left;
  line-height: 1.56;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .staff .staff__content01 .staff__ttl .name {
    font-size: min(1.875vw, 36px);
    line-height: 1.39;
  }
}
.staff .staff__content01 .message__txt {
  font-size: 18px;
  font-weight: 700;
  color: #707070;
  text-align: left;
  line-height: 1.63;
  letter-spacing: 0em;
  margin-top: 3px;
}
@media screen and (min-width:768px) {
  .staff .staff__content01 .message__txt {
    font-size: min(1.25vw, 24px);
    line-height: 1.75;
    width: min(32.03125vw, 615px);
    margin-top: 0;
  }
}
.staff .staff__content01 .imgBlock {
  position: relative;
  margin-bottom: 30px;
  padding: 0 20px;
}
@media screen and (min-width:768px) {
  .staff .staff__content01 .imgBlock {
    margin-bottom: 0;
    padding: 0;
  }
}
.staff .staff__content01 .imgBlock img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 26px;
  aspect-ratio: 276/298;
}
@media screen and (min-width:768px) {
  .staff .staff__content01 .imgBlock img {
    width: min(24.9479166667vw, 479px);
    height: min(28.1770833333vw, 541px);
    aspect-ratio: 479/541;
    border-radius: min(1.3541666667vw, 26px);
  }
}
.staff .staff__content01 .imgBlock::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../../assets/img/common/logo_face.png) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .staff .staff__content01 .imgBlock::after {
    bottom: max(-6.25vw, -120px);
    right: max(-4.1666666667vw, -80px);
    width: min(14.5833333333vw, 280px);
    height: min(14.5833333333vw, 280px);
  }
}
.staff .staff__content03 {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 60px;
}
@media screen and (min-width:768px) {
  .staff .staff__content03 {
    flex-direction: row;
    justify-content: space-between;
    width: min(58.8541666667vw, 1130px);
    margin: auto;
    margin-top: min(5.2083333333vw, 100px);
    padding-top: min(0.5208333333vw, 10px);
  }
}
.staff .staff__content03 .txtBlock {
  margin: 24px -2px 30px;
}
@media screen and (min-width:768px) {
  .staff .staff__content03 .txtBlock {
    margin: 0;
  }
}
@media screen and (min-width:768px) {
  .staff .staff__content03 .staff__ttl {
    margin: min(2.96875vw, 57px) 0 min(1.0416666667vw, 20px);
  }
}
.staff .staff__content03 .staff__ttl .director {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #68B846;
  text-align: left;
  line-height: 2.07;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .staff .staff__content03 .staff__ttl .director {
    font-size: min(1.3541666667vw, 26px);
    line-height: 1.92;
  }
}
.staff .staff__content03 .staff__ttl .name {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #707070;
  text-align: left;
  line-height: 1.56;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .staff .staff__content03 .staff__ttl .name {
    font-size: min(1.875vw, 36px);
    line-height: 1.39;
  }
}
.staff .staff__content03 .message__txt {
  font-size: 18px;
  font-weight: 700;
  color: #707070;
  text-align: left;
  line-height: 1.63;
  letter-spacing: 0em;
  margin-top: 3px;
}
@media screen and (min-width:768px) {
  .staff .staff__content03 .message__txt {
    font-size: min(1.25vw, 24px);
    line-height: 1.75;
    width: min(32.03125vw, 615px);
    margin-top: 0;
  }
}
.staff .staff__content03 .imgBlock {
  position: relative;
  margin-bottom: 30px;
  padding: 0 20px;
}
@media screen and (min-width:768px) {
  .staff .staff__content03 .imgBlock {
    margin-bottom: 0;
    padding: 0;
  }
}
.staff .staff__content03 .imgBlock img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 26px;
  aspect-ratio: 276/298;
}
@media screen and (min-width:768px) {
  .staff .staff__content03 .imgBlock img {
    width: min(24.9479166667vw, 479px);
    height: min(21.6666666667vw, 416px);
    aspect-ratio: 479/416;
    border-radius: min(1.3541666667vw, 26px);
  }
}
.staff .staff__content03 .imgBlock::after {
  display: none;
}

.staff__content02 {
  position: relative;
}
@media screen and (min-width:768px) {
  .staff__content02 {
    padding-left: min(2.0833333333vw, 40px);
  }
}
.staff__content02::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../../assets/img/common/logo_smile.svg) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .staff__content02::after {
    bottom: min(0.78125vw, 15px);
    right: max(-17.8645833333vw, -343px);
    width: min(33.3333333333vw, 640px);
    height: 100%;
  }
}
@media screen and (min-width:768px) {
  .staff__content02 .txtBlock {
    margin-top: min(1.8229166667vw, 35px);
  }
}
.staff__content02 .staff__ttl .profile {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #68B846;
  text-align: left;
  line-height: 2.07;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .staff__content02 .staff__ttl .profile {
    font-size: min(1.3541666667vw, 26px);
    line-height: 1.92;
    margin-bottom: min(0.5729166667vw, 11px);
  }
}
.staff__content02 .message__txt {
  font-size: 18px;
  font-weight: 700;
  color: #707070;
  text-align: left;
  line-height: 1.63;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .staff__content02 .message__txt {
    font-size: min(1.25vw, 24px);
    line-height: 2.08;
  }
}
.staff__content02 .imgBlock {
  display: none;
}
@media screen and (min-width:768px) {
  .staff__content02 .imgBlock {
    display: block;
    margin-top: max(-2.0833333333vw, -40px);
  }
}
.staff__content02 .imgBlock img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 26px;
}
@media screen and (min-width:768px) {
  .staff__content02 .imgBlock img {
    width: min(17.7083333333vw, 340px);
    height: min(20vw, 384px);
    border-radius: min(1.3541666667vw, 26px);
  }
}

.swiper--message {
  padding: 70px 0 170px;
}
@media screen and (min-width:768px) {
  .swiper--message {
    padding: min(1.5625vw, 30px) 0 min(0.78125vw, 15px);
  }
}
.swiper--message img {
  aspect-ratio: 206/132;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
}
@media screen and (min-width:768px) {
  .swiper--message img {
    margin-bottom: min(10.4166666667vw, 200px);
    aspect-ratio: 395/255;
    border-radius: min(1.3541666667vw, 26px);
  }
}

.childcare .inner--childcare {
  width: 85%;
  height: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 27px 0 10px;
}
@media screen and (min-width:768px) {
  .childcare .inner--childcare {
    width: min(62.5vw, 1200px);
    padding: min(6.7708333333vw, 130px) 0 min(10.6770833333vw, 205px);
  }
}
.childcare .childcare__content01 {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width:768px) {
  .childcare .childcare__content01 {
    flex-direction: row;
    justify-content: space-between;
    width: min(58.8541666667vw, 1130px);
    margin: auto;
    padding-top: min(0.5208333333vw, 10px);
  }
}
.childcare .childcare__content01 .txtBlock {
  margin: 24px -2px 30px;
}
@media screen and (min-width:768px) {
  .childcare .childcare__content01 .txtBlock {
    margin: 0;
  }
}
.childcare .childcare__content01 .childcare__ttl {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #68B846;
  text-align: left;
  line-height: 1.56;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .childcare .childcare__content01 .childcare__ttl {
    font-size: min(1.6666666667vw, 32px);
    line-height: 1.31;
  }
}
@media screen and (min-width:768px) {
  .childcare .childcare__content01 .childcare__ttl {
    margin: min(2.96875vw, 57px) 0 min(1.0416666667vw, 20px);
  }
}
.childcare .childcare__content01 .childcare__txt {
  font-size: 18px;
  font-weight: 700;
  color: #707070;
  text-align: left;
  line-height: 1.63;
  letter-spacing: 0em;
  margin-top: 3px;
}
@media screen and (min-width:768px) {
  .childcare .childcare__content01 .childcare__txt {
    font-size: min(1.25vw, 24px);
    line-height: 1.75;
    width: min(32.03125vw, 615px);
    margin-top: 0;
  }
}
.childcare .childcare__content01 .imgBlock {
  position: relative;
  margin-bottom: 30px;
  padding: 0 20px;
}
@media screen and (min-width:768px) {
  .childcare .childcare__content01 .imgBlock {
    margin-bottom: 0;
    padding: 0;
  }
}
.childcare .childcare__content01 .imgBlock img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 26px;
  aspect-ratio: 479/400;
}
@media screen and (min-width:768px) {
  .childcare .childcare__content01 .imgBlock img {
    width: min(24.9479166667vw, 479px);
    height: min(20.8333333333vw, 400px);
    aspect-ratio: 479/400;
    border-radius: min(1.3541666667vw, 26px);
  }
}
.childcare .childcare__content02 {
  position: relative;
}
@media screen and (min-width:768px) {
  .childcare .childcare__content02 {
    padding-left: min(2.0833333333vw, 40px);
  }
}
@media screen and (min-width:768px) {
  .childcare .childcare__content02 .txtBlock {
    margin-top: min(1.8229166667vw, 35px);
  }
}
.childcare .childcare__content02 .childcare__ttl {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #68B846;
  text-align: left;
  line-height: 2.07;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .childcare .childcare__content02 .childcare__ttl {
    font-size: min(1.3541666667vw, 26px);
    line-height: 1.92;
    margin-bottom: min(0.5729166667vw, 11px);
  }
}
.childcare .childcare__content02 .childcare__txt {
  font-size: 18px;
  font-weight: 700;
  color: #707070;
  text-align: left;
  line-height: 1.63;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .childcare .childcare__content02 .childcare__txt {
    font-size: min(1.25vw, 24px);
    line-height: 2.08;
  }
}

.medicalInformation .inner--medicalInformation--under {
  width: 87%;
  height: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 30px 0 47px;
}
@media screen and (min-width:768px) {
  .medicalInformation .inner--medicalInformation--under {
    width: min(62.5vw, 1200px);
    padding: min(7.8125vw, 150px) 0 min(10.4166666667vw, 200px);
  }
}
.medicalInformation .medicalInformation__ttl {
  font-size: 22px;
  font-weight: 700;
  color: #68B846;
  text-align: center;
  line-height: 1.45;
  letter-spacing: 0em;
  margin-bottom: 42px;
}
@media screen and (min-width:768px) {
  .medicalInformation .medicalInformation__ttl {
    font-size: min(1.875vw, 36px);
    line-height: 1.39;
    margin-bottom: 0;
  }
}

.medicalModule .inner--medicalModule {
  width: 87%;
  height: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 30px 0 47px;
}
@media screen and (min-width:768px) {
  .medicalModule .inner--medicalModule {
    width: min(72.9166666667vw, 1400px);
    padding: min(7.8125vw, 150px) 0 min(1.0416666667vw, 20px);
  }
}
.medicalModule .medicalModule__txt01 {
  font-size: 22px;
  font-weight: 700;
  color: #68B846;
  text-align: center;
  line-height: 1.45;
  letter-spacing: 0em;
  margin-bottom: 42px;
}
@media screen and (min-width:768px) {
  .medicalModule .medicalModule__txt01 {
    font-size: min(1.875vw, 36px);
    line-height: 1.39;
    margin-bottom: min(4.1666666667vw, 80px);
  }
}
.medicalModule .medicalModule__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 0;
}
@media screen and (min-width:768px) {
  .medicalModule .medicalModule__ttl {
    flex-direction: row;
    gap: min(1.0416666667vw, 20px);
  }
}
.medicalModule .medicalModule__ttl img {
  width: 148px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width:768px) {
  .medicalModule .medicalModule__ttl img {
    width: min(9.6354166667vw, 185px);
  }
}
.medicalModule .medicalModule__ttl .medical__name {
  font-size: 26px;
  font-weight: 700;
  color: #707070;
  text-align: left;
  line-height: 2.23;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .medicalModule .medicalModule__ttl .medical__name {
    font-size: min(2.6041666667vw, 50px);
    line-height: 1.86;
  }
}
.medicalModule .medicalModule__content {
  background: #E3F5E5;
  border-radius: 40px;
  margin: 30px 0 30px;
  padding: 38px 20px 40px;
}
@media screen and (min-width:768px) {
  .medicalModule .medicalModule__content {
    margin: min(3.6458333333vw, 70px) 0 min(4.1666666667vw, 80px);
    padding: min(4.1666666667vw, 80px) min(3.125vw, 60px);
    border-radius: min(2.0833333333vw, 40px);
  }
}
.medicalModule .medicalModule__content .ttl-page {
  font-size: 24px;
  font-weight: 700;
  color: #68B846;
  text-align: left;
  line-height: 2.21;
  letter-spacing: 0em;
  margin-bottom: 20px;
  border-bottom: 2px solid #68B846;
}
@media screen and (min-width:768px) {
  .medicalModule .medicalModule__content .ttl-page {
    font-size: min(2.0833333333vw, 40px);
    line-height: 1.9;
    margin-bottom: min(1.5625vw, 30px);
    border-bottom: min(0.1041666667vw, 2px) solid #68B846;
  }
}
.medicalModule .medicalModule__content .medicalModule__body {
  font-size: 16px;
  font-weight: 700;
  color: #707070;
  text-align: left;
  line-height: 1.64;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .medicalModule .medicalModule__content .medicalModule__body {
    font-size: min(1.25vw, 24px);
    line-height: 1.73;
  }
}
.medicalModule .medicalModule__content h2 {
  font-size: 20px;
  font-weight: 700;
  color: #707070;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .medicalModule .medicalModule__content h2 {
    font-size: min(1.9791666667vw, 38px);
    line-height: 2.1;
    margin-bottom: min(1.5625vw, 30px);
  }
}
.medicalModule .medicalModule__content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #68B846;
  text-align: left;
  line-height: 1.44;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .medicalModule .medicalModule__content h3 {
    font-size: min(1.6666666667vw, 32px);
    line-height: 1.26;
    margin-bottom: min(1.5625vw, 30px);
  }
}
.medicalModule .medicalModule__content h4,
.medicalModule .medicalModule__content h5,
.medicalModule .medicalModule__content h6 {
  font-size: 18px;
  font-weight: 700;
  color: #707070;
  text-align: left;
  line-height: 1.44;
  letter-spacing: 0em;
  margin-bottom: 15px;
}
@media screen and (min-width:768px) {
  .medicalModule .medicalModule__content h4,
  .medicalModule .medicalModule__content h5,
  .medicalModule .medicalModule__content h6 {
    font-size: min(1.4583333333vw, 28px);
    line-height: 1.26;
    margin-bottom: min(1.0416666667vw, 20px);
  }
}
.medicalModule .medicalModule__content h1.has-background,
.medicalModule .medicalModule__content h2.has-background,
.medicalModule .medicalModule__content h3.has-background,
.medicalModule .medicalModule__content h4.has-background,
.medicalModule .medicalModule__content h5.has-background,
.medicalModule .medicalModule__content h6.has-background {
  padding: 0.5em 1em;
  border-radius: 35px;
}
@media screen and (min-width:768px) {
  .medicalModule .medicalModule__content h1.has-background,
  .medicalModule .medicalModule__content h2.has-background,
  .medicalModule .medicalModule__content h3.has-background,
  .medicalModule .medicalModule__content h4.has-background,
  .medicalModule .medicalModule__content h5.has-background,
  .medicalModule .medicalModule__content h6.has-background {
    padding: 0.5em 1em;
    border-radius: min(3.1770833333vw, 61px);
  }
}
.medicalModule .medicalModule__content .smb-items,
.medicalModule .medicalModule__content .smb-media-text {
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .medicalModule .medicalModule__content .smb-items,
  .medicalModule .medicalModule__content .smb-media-text {
    margin-bottom: min(2.6041666667vw, 50px);
  }
}
.medicalModule .medicalModule__content p {
  font-size: 18px;
  font-weight: 700;
  color: #707070;
  text-align: left;
  line-height: 1.64;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .medicalModule .medicalModule__content p {
    font-size: min(1.25vw, 24px);
    line-height: 1.73;
    margin-bottom: min(2.6041666667vw, 50px);
  }
}
.medicalModule .medicalModule__content img {
  width: auto;
  height: auto;
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .medicalModule .medicalModule__content img {
    margin-bottom: min(1.0416666667vw, 20px);
  }
}
.medicalModule .bnr__block {
  margin-top: 25px;
}
@media screen and (min-width:768px) {
  .medicalModule .bnr__block {
    margin-top: 0;
  }
}
.medicalModule .bnr__block img {
  box-shadow: 0px 4px 5px rgba(112, 112, 112, 0.5019607843);
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .medicalModule .bnr__block img {
    width: min(24.1145833333vw, 463px);
    margin: 0 min(1.0416666667vw, 20px) min(1.3020833333vw, 25px) 0;
  }
}
.medicalModule .bnr__block img:hover {
  box-shadow: none;
}
.medicalModule .btn__block--price {
  text-align: center;
}
@media screen and (min-width:768px) {
  .medicalModule .btn__block--price {
    text-align: right;
  }
}

.bloglists .inner--bloglists,
.bloglists .inner--blogSingle,
.blogSingle .inner--bloglists,
.blogSingle .inner--blogSingle {
  width: 74%;
  height: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 25px 0 10px;
}
@media screen and (min-width:768px) {
  .bloglists .inner--bloglists,
  .bloglists .inner--blogSingle,
  .blogSingle .inner--bloglists,
  .blogSingle .inner--blogSingle {
    width: min(65.46875vw, 1257px);
    padding: min(7.3958333333vw, 142px) 0 min(5.2083333333vw, 100px);
  }
}
.bloglists .inner--blogSingle,
.blogSingle .inner--blogSingle {
  width: 86%;
  height: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 25px 0 10px;
}
@media screen and (min-width:768px) {
  .bloglists .inner--blogSingle,
  .blogSingle .inner--blogSingle {
    width: min(65.46875vw, 1257px);
    padding: min(7.3958333333vw, 142px) 0 min(5.2083333333vw, 100px);
  }
}
.bloglists .bloglists__nav,
.bloglists .bloglists__nav--single,
.blogSingle .bloglists__nav,
.blogSingle .bloglists__nav--single {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .bloglists .bloglists__nav,
  .bloglists .bloglists__nav--single,
  .blogSingle .bloglists__nav,
  .blogSingle .bloglists__nav--single {
    justify-content: space-between;
    gap: 0;
    width: 52%;
    margin: 0 0 0 auto;
  }
}
.bloglists .bloglists__nav .cat,
.bloglists .bloglists__nav--single .cat,
.blogSingle .bloglists__nav .cat,
.blogSingle .bloglists__nav--single .cat {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #707070;
  text-align: left;
  line-height: 2.21;
  letter-spacing: 0em;
  display: inline-block;
  height: 100%;
}
@media screen and (min-width:768px) {
  .bloglists .bloglists__nav .cat,
  .bloglists .bloglists__nav--single .cat,
  .blogSingle .bloglists__nav .cat,
  .blogSingle .bloglists__nav--single .cat {
    font-size: min(1.3541666667vw, 26px);
    font-weight: 700;
    line-height: 2.19;
  }
}
.bloglists .bloglists__nav .cat:hover.cat::before,
.bloglists .bloglists__nav--single .cat:hover.cat::before,
.blogSingle .bloglists__nav .cat:hover.cat::before,
.blogSingle .bloglists__nav--single .cat:hover.cat::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #68B846;
}
@media screen and (min-width:768px) {
  .bloglists .bloglists__nav .cat:hover.cat::before,
  .bloglists .bloglists__nav--single .cat:hover.cat::before,
  .blogSingle .bloglists__nav .cat:hover.cat::before,
  .blogSingle .bloglists__nav--single .cat:hover.cat::before {
    bottom: max(-1.1458333333vw, -22px);
    height: min(0.1041666667vw, 2px);
  }
}
.bloglists .bloglists__nav .blogs .cat:hover.cat:before,
.bloglists .bloglists__nav--single .blogs .cat:hover.cat:before,
.blogSingle .bloglists__nav .blogs .cat:hover.cat:before,
.blogSingle .bloglists__nav--single .blogs .cat:hover.cat:before {
  background: #4687B8;
}
.bloglists .bloglists__nav .news .cat:hover.cat:before,
.bloglists .bloglists__nav--single .news .cat:hover.cat:before,
.blogSingle .bloglists__nav .news .cat:hover.cat:before,
.blogSingle .bloglists__nav--single .news .cat:hover.cat:before {
  background: #A0D464;
}
.bloglists .blog__cards,
.blogSingle .blog__cards {
  display: grid;
  grid-template-columns: 1fr;
  margin: 35px 0 20px;
}
@media screen and (min-width:768px) {
  .bloglists .blog__cards,
  .blogSingle .blog__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: min(2.0833333333vw, 40px) min(3.125vw, 60px);
    margin: min(5.46875vw, 105px) 0 min(5.2083333333vw, 100px);
  }
}
.bloglists .blog__cards li,
.blogSingle .blog__cards li {
  margin-bottom: 33px;
}
@media screen and (min-width:768px) {
  .bloglists .blog__cards li,
  .blogSingle .blog__cards li {
    margin-bottom: 0;
  }
}
.bloglists .blog__cards .card__img img,
.blogSingle .blog__cards .card__img img {
  border-radius: 26px;
  aspect-ratio: 276/240;
}
@media screen and (min-width:768px) {
  .bloglists .blog__cards .card__img img,
  .blogSingle .blog__cards .card__img img {
    border-radius: min(1.3541666667vw, 26px);
  }
}
.bloglists .blog__cards .card__txtBlock .card__meta,
.blogSingle .blog__cards .card__txtBlock .card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 10px;
}
@media screen and (min-width:768px) {
  .bloglists .blog__cards .card__txtBlock .card__meta,
  .blogSingle .blog__cards .card__txtBlock .card__meta {
    margin: min(0.2604166667vw, 5px) 0 min(0.5208333333vw, 10px);
  }
}
.bloglists .blog__cards .card__txtBlock .category__name,
.blogSingle .blog__cards .card__txtBlock .category__name {
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  text-align: center;
  line-height: 1.21;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .bloglists .blog__cards .card__txtBlock .category__name,
  .blogSingle .blog__cards .card__txtBlock .category__name {
    font-size: min(1.0416666667vw, 20px);
    font-weight: 700;
    line-height: 2.2;
  }
}
.bloglists .blog__cards .card__txtBlock .news__time,
.blogSingle .blog__cards .card__txtBlock .news__time {
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  text-align: center;
  line-height: 1.21;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .bloglists .blog__cards .card__txtBlock .news__time,
  .blogSingle .blog__cards .card__txtBlock .news__time {
    font-size: min(1.0416666667vw, 20px);
    font-weight: 700;
    line-height: 2.2;
  }
}
.bloglists .blog__cards .card__txtBlock .ttl,
.blogSingle .blog__cards .card__txtBlock .ttl {
  font-size: 16px;
  font-weight: 700;
  color: #707070;
  text-align: left;
  line-height: 1.63;
  letter-spacing: 0em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width:768px) {
  .bloglists .blog__cards .card__txtBlock .ttl,
  .blogSingle .blog__cards .card__txtBlock .ttl {
    font-size: min(1.1458333333vw, 22px);
    font-weight: 700;
    line-height: 1.452;
  }
}
.bloglists .blog__cards .card__txtBlock .cat-all,
.blogSingle .blog__cards .card__txtBlock .cat-all {
  color: #4687B8;
}
.bloglists .blog__cards .card__txtBlock .blogs,
.blogSingle .blog__cards .card__txtBlock .blogs {
  color: #68B846;
}
.bloglists .blog__cards .card__txtBlock .news,
.blogSingle .blog__cards .card__txtBlock .news {
  color: #E7A63A;
}
.bloglists .is-active,
.blogSingle .is-active {
  position: relative;
}
.bloglists .is-active::after,
.blogSingle .is-active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #68B846;
}
@media screen and (min-width:768px) {
  .bloglists .is-active::after,
  .blogSingle .is-active::after {
    bottom: max(-1.1458333333vw, -22px);
    height: min(0.1041666667vw, 2px);
  }
}
.bloglists .all .is-active::after,
.blogSingle .all .is-active::after {
  background: #68B846;
}
.bloglists .blogs .is-active::after,
.blogSingle .blogs .is-active::after {
  background: #4687B8;
}
.bloglists .news .is-active::after,
.blogSingle .news .is-active::after {
  background: #A0D464;
}

.blogSingle__body .single__meta {
  display: flex;
  justify-content: space-between;
}
.blogSingle__body .single__meta .category-name {
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  text-align: left;
  line-height: 1.21;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .blogSingle__body .single__meta .category-name {
    font-size: min(1.1458333333vw, 22px);
    font-weight: 700;
    line-height: 2.18;
  }
}
.blogSingle__body .single__meta .news__time {
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  text-align: left;
  line-height: 1.21;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .blogSingle__body .single__meta .news__time {
    font-size: min(1.1458333333vw, 22px);
    font-weight: 700;
    line-height: 2.18;
  }
}
.blogSingle__body .single__meta .cat-all {
  color: #707070;
}
.blogSingle__body .single__meta .blogs {
  color: #4687B8;
}
.blogSingle__body .single__meta .news {
  color: #A0D464;
}
.blogSingle__body .single__ttl {
  font-size: 18px;
  font-weight: 700;
  color: #707070;
  text-align: left;
  line-height: 1.63;
  letter-spacing: 0em;
  margin: 10px 0 20px;
}
@media screen and (min-width:768px) {
  .blogSingle__body .single__ttl {
    font-size: min(1.6666666667vw, 32px);
    font-weight: 700;
    line-height: 1.63;
    margin: min(0.5208333333vw, 10px) 0 min(1.5625vw, 30px);
  }
}
.blogSingle__body .single__body {
  font-size: 16px;
  font-weight: 700;
  color: #707070;
  text-align: left;
  line-height: 1.63;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .blogSingle__body .single__body {
    font-size: min(1.25vw, 24px);
    font-weight: 700;
    line-height: 1.67;
  }
}
.blogSingle__body .single__body p {
  margin-bottom: 26px;
}
@media screen and (min-width:768px) {
  .blogSingle__body .single__body p {
    margin-bottom: min(3.125vw, 60px);
  }
}
.blogSingle__body .single__body img {
  width: 100%;
  height: auto;
  border-radius: 38px;
  margin-bottom: 18px;
}
@media screen and (min-width:768px) {
  .blogSingle__body .single__body img {
    width: auto;
    margin-bottom: min(1.5625vw, 30px);
  }
}

.blogSingle__body {
  border: 2px solid #D0D0D0;
  border-radius: 26px;
  padding: 35px 25px 50px;
  margin: 35px 0 0;
}
@media screen and (min-width:768px) {
  .blogSingle__body {
    padding: min(3.125vw, 60px) min(6.25vw, 120px) min(4.1666666667vw, 80px) min(5.4166666667vw, 104px);
    border: min(0.1041666667vw, 2px) solid #D0D0D0;
    border-radius: min(1.3541666667vw, 26px);
    margin: min(5.46875vw, 105px) 0 0;
  }
}

.faqLists .inner--faqLists {
  width: 100%;
  height: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 32px 0 10px;
}
@media screen and (min-width:768px) {
  .faqLists .inner--faqLists {
    width: min(66.6666666667vw, 1280px);
    padding: min(7.96875vw, 153px) 0 min(10.5208333333vw, 202px);
  }
}
.faqLists .faqLists__header {
  overflow: hidden;
}
.faqLists .faqLists__nav {
  display: flex;
  overflow-x: scroll;
  gap: 22px;
}
@media screen and (min-width:768px) {
  .faqLists .faqLists__nav {
    justify-content: center;
    gap: min(1.5625vw, 30px);
    overflow-x: visible;
  }
}
.faqLists .faqLists__nav .cat {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #707070;
  text-align: center;
  line-height: 2.17;
  letter-spacing: 0em;
  width: 127px;
  height: 37px;
}
@media screen and (min-width:768px) {
  .faqLists .faqLists__nav .cat {
    font-size: min(1.1458333333vw, 22px);
    font-weight: 700;
    line-height: 2.48;
    width: min(9.6875vw, 186px);
    height: auto;
  }
}
.faqLists .question dt,
.faqLists .answer dt {
  font-size: 15px;
  font-weight: 700;
  color: #707070;
  text-align: left;
  line-height: 2.21;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .faqLists .question dt,
  .faqLists .answer dt {
    font-size: min(1.3541666667vw, 26px);
    font-weight: 700;
    line-height: 2.19;
  }
}
.faqLists .question dd,
.faqLists .answer dd {
  font-size: 17px;
  font-weight: 700;
  color: #707070;
  text-align: left;
  line-height: 1.86;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .faqLists .question dd,
  .faqLists .answer dd {
    font-size: min(1.25vw, 24px);
    font-weight: 700;
    line-height: 2.21;
  }
}
.faqLists .category__name {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #707070;
  text-align: center;
  line-height: 2.17;
  letter-spacing: 0em;
  width: 127px;
  height: 37px;
}
@media screen and (min-width:768px) {
  .faqLists .category__name {
    font-size: min(1.1458333333vw, 22px);
    font-weight: 700;
    line-height: 2.18;
    width: min(9.6875vw, 186px);
    margin-right: min(0.78125vw, 15px);
  }
}
.faqLists .generalDentistry {
  color: #7BCF62;
  border: 1px solid #7BCF62;
  border-radius: 28px;
}
@media screen and (min-width:768px) {
  .faqLists .generalDentistry {
    border-radius: min(1.4583333333vw, 28px);
  }
}
.faqLists .generalDentistry:hover {
  background: #B3EAA3;
  color: #fff;
}
.faqLists .pediatricDentistry {
  color: #F88EB1;
  border: 1px solid #F88EB1;
  border-radius: 28px;
}
@media screen and (min-width:768px) {
  .faqLists .pediatricDentistry {
    border-radius: min(1.4583333333vw, 28px);
  }
}
.faqLists .pediatricDentistry:hover {
  background: #FAC3D5;
  color: #fff;
}
.faqLists .orthodontics {
  color: #6FABD9;
  border: 1px solid #6FABD9;
  border-radius: 28px;
  background: #fff;
}
@media screen and (min-width:768px) {
  .faqLists .orthodontics {
    border-radius: min(1.4583333333vw, 28px);
  }
}
.faqLists .orthodontics:hover {
  background: #B0D6F2;
  color: #fff;
}
.faqLists .whitening {
  color: #A0C6E3;
  border: 1px solid #A0C6E3;
  border-radius: 28px;
}
@media screen and (min-width:768px) {
  .faqLists .whitening {
    border-radius: min(1.4583333333vw, 28px);
  }
}
.faqLists .whitening:hover {
  background: #C8E2F7;
  color: #fff;
}
.faqLists .implant {
  color: #F0BA3D;
  border: 1px solid #F0BA3D;
  border-radius: 28px;
}
@media screen and (min-width:768px) {
  .faqLists .implant {
    border-radius: min(1.4583333333vw, 28px);
  }
}
.faqLists .implant:hover {
  background: #FFE5AA;
  color: #fff;
}
@media screen and (min-width:768px) {
  .faqLists .accordion-area {
    margin-bottom: min(0.9375vw, 18px);
  }
}
.faqLists .btn__block {
  text-align: center;
}
.faqLists .btn__block .btn--faq {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  text-align: center;
  line-height: 2.07;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .faqLists .btn__block .btn--faq {
    font-size: min(1.3541666667vw, 26px);
    font-weight: 700;
    line-height: 1.92;
  }
}
.faqLists .btn__block .btn--faq span {
  position: relative;
}
.faqLists .btn__block .btn--faq span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 2px;
  background: #68B846;
}
@media screen and (min-width:768px) {
  .faqLists .btn__block .btn--faq span::after {
    bottom: max(-1.0416666667vw, -20px);
  }
}
.faqLists .btn__block .btn--faq::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../../assets/img/icon/icon_next_blue.png) no-repeat center center/cover;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translate(0, -50%);
}
@media screen and (min-width:768px) {
  .faqLists .btn__block .btn--faq::after {
    right: max(-2.6041666667vw, -50px);
    width: 28px;
    height: 28px;
  }
}

.caseLists .inner--caseLists--under {
  width: 86%;
  height: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 30px 0 18px;
}
@media screen and (min-width:768px) {
  .caseLists .inner--caseLists--under {
    width: min(70.8333333333vw, 1360px);
    padding: min(7.8125vw, 150px) 0 min(2.96875vw, 57px);
  }
}
.caseLists .caseLists__txt01 {
  font-size: 22px;
  font-weight: 700;
  color: #68B846;
  text-align: center;
  line-height: 1.45;
  letter-spacing: 0em;
  margin-bottom: 35px;
}
@media screen and (min-width:768px) {
  .caseLists .caseLists__txt01 {
    font-size: min(1.875vw, 36px);
    line-height: 1.39;
    margin-bottom: min(5.1041666667vw, 98px);
  }
}
.caseLists .caseLists__menus {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 27px 20px;
}
@media screen and (min-width:768px) {
  .caseLists .caseLists__menus {
    grid-template-columns: repeat(3, 1fr);
    gap: min(1.875vw, 36px);
  }
}
.caseLists .caseLists__menus .icon__wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  width: 150px;
  height: 136px;
  margin: auto;
  background: #fff;
  border: 1px solid #D0D0D0;
  border-radius: 18px;
  transition: ease 0.2s;
}
@media screen and (min-width:768px) {
  .caseLists .caseLists__menus .icon__wrap {
    width: min(22.34375vw, 429px);
    height: min(7.3958333333vw, 142px);
    border: none;
    border-radius: none;
  }
}
.caseLists .caseLists__menus .icon__wrap img {
  width: 150px;
  height: 136px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 5;
}
@media screen and (min-width:768px) {
  .caseLists .caseLists__menus .icon__wrap img {
    width: min(22.34375vw, 429px);
    height: min(7.3958333333vw, 142px);
  }
}
.caseLists .caseLists__menus .bgcenterout:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #F1F1F1;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  /*アニメーション*/
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 0);
  transform-origin: center;
}
@media screen and (min-width:768px) {
  .caseLists .caseLists__menus .bgcenterout:before {
    border-radius: min(1.3541666667vw, 26px);
  }
}
.caseLists .caseLists__menus .btn--caseAnime:hover .bgcenterout:before {
  transform: scale(1, 1);
}
.caseLists .pageNation {
  text-align: center;
}
.caseLists .pageNation .wp-pagenavi a,
.caseLists .pageNation .wp-pagenavi span {
  text-decoration: none;
  border: none;
  padding: 3px 5px;
  margin: 3px;
  font-size: 14px;
  font-weight: 700;
  color: #707070;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
@media screen and (min-width:768px) {
  .caseLists .pageNation .wp-pagenavi a,
  .caseLists .pageNation .wp-pagenavi span {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.2;
    padding: min(0.2604166667vw, 5px) min(0.5208333333vw, 10px);
    margin: min(0.2604166667vw, 5px) min(1.5625vw, 30px);
  }
}
.caseLists .pageNation span.pages {
  display: none;
}

.caseSingle {
  border: 2px solid #D0D0D0;
  border-radius: 26px;
  margin: 50px 0 10px;
}
@media screen and (min-width:768px) {
  .caseSingle {
    border: min(0.1041666667vw, 2px) solid #D0D0D0;
    border-radius: min(1.3541666667vw, 26px);
    margin: min(4.3229166667vw, 83px) 0 min(4.6875vw, 90px);
  }
}
.caseSingle .inner--caseSingle {
  padding: 35px 15px 20px 15px;
}
@media screen and (min-width:768px) {
  .caseSingle .inner--caseSingle {
    padding: min(3.6458333333vw, 70px) min(6.0416666667vw, 116px) min(6.1458333333vw, 118px) min(6.1979166667vw, 119px);
  }
}
.caseSingle .caseSingle__ttl {
  font-size: 22px;
  font-weight: 700;
  color: #707070;
  text-align: center;
  line-height: 1.18;
  letter-spacing: 0em;
  margin-bottom: 14px;
}
@media screen and (min-width:768px) {
  .caseSingle .caseSingle__ttl {
    font-size: min(1.875vw, 36px);
    line-height: 1.39;
    margin-bottom: min(2.0833333333vw, 40px);
  }
}
.caseSingle .caseSingle__txt {
  font-size: 14px;
  font-weight: 700;
  color: #707070;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0em;
  margin-bottom: 36px;
}
@media screen and (min-width:768px) {
  .caseSingle .caseSingle__txt {
    font-size: min(1.25vw, 24px);
    line-height: 1.67;
    margin-bottom: min(4.4270833333vw, 85px);
  }
}
.caseSingle .case__ttl {
  font-size: 16px;
  font-weight: 700;
  color: #707070;
  text-align: left;
  line-height: 2.19;
  letter-spacing: 0em;
  border-bottom: 2px solid #68B846;
  margin-bottom: 8px;
  padding-bottom: 5px;
}
@media screen and (min-width:768px) {
  .caseSingle .case__ttl {
    font-size: min(1.6666666667vw, 32px);
    line-height: 1.56;
    margin-bottom: min(1.3541666667vw, 26px);
    padding-bottom: min(0.8854166667vw, 17px);
    border-bottom: min(0.1041666667vw, 2px) solid #68B846;
  }
}
.caseSingle .caseLists__img {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width:768px) {
  .caseSingle .caseLists__img {
    flex-direction: row;
  }
}
.caseSingle .caseLists__img::after {
  position: absolute;
  top: 56%;
  left: 50%;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../../assets/img/case/icon_next_case_sp.png) no-repeat center center/contain;
  transform: translate(-50%, -50%);
}
@media screen and (min-width:768px) {
  .caseSingle .caseLists__img::after {
    top: 63%;
    width: min(1.9791666667vw, 38px);
    height: min(1.9791666667vw, 38px);
    background: url(../../assets/img/case/icon_next_case_pc.png) no-repeat center center/contain;
  }
}
.caseSingle .caseLists__img .ttl {
  font-size: 16px;
  font-weight: 700;
  color: #707070;
  text-align: left;
  line-height: 2.19;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
@media screen and (min-width:768px) {
  .caseSingle .caseLists__img .ttl {
    font-size: min(1.4583333333vw, 28px);
    line-height: 1.79;
    margin-bottom: min(1.0416666667vw, 20px);
  }
}
.caseSingle .caseLists__img .img__block {
  display: flex;
  gap: 14px;
}
@media screen and (min-width:768px) {
  .caseSingle .caseLists__img .img__block {
    gap: min(1.3020833333vw, 25px);
  }
}
.caseSingle .caseLists__img .img__block img {
  border-radius: 20px;
  width: calc(50% - 7px);
  aspect-ratio: 133/105;
}
@media screen and (min-width:768px) {
  .caseSingle .caseLists__img .img__block img {
    width: min(13.0208333333vw, 250px);
    border-radius: min(1.0416666667vw, 20px);
    aspect-ratio: 250/196;
  }
}
.caseSingle .caseLists__img__txt {
  font-size: 16px;
  font-weight: 700;
  color: #707070;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0em;
  margin: 5px 0 30px;
}
@media screen and (min-width:768px) {
  .caseSingle .caseLists__img__txt {
    font-size: min(1.25vw, 24px);
    line-height: 1.67;
    margin: min(1.3541666667vw, 26px) 0 min(4.2708333333vw, 82px);
  }
}
.caseSingle .caseLists__list dl {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width:768px) {
  .caseSingle .caseLists__list dl {
    grid-template-columns: auto 1fr;
    border: 1px solid #AAAAAA;
    border-bottom: none;
  }
}
.caseSingle .caseLists__list dt {
  font-size: 14px;
  font-weight: 700;
  color: #707070;
  text-align: left;
  line-height: 2.07;
  letter-spacing: 0em;
  padding: 10px 10px 6px;
  border: 1px solid #AAAAAA;
}
@media screen and (min-width:768px) {
  .caseSingle .caseLists__list dt {
    font-size: min(1.3541666667vw, 26px);
    line-height: 1.92;
    padding: min(1.5625vw, 30px) min(0.78125vw, 15px) min(0.6770833333vw, 13px) min(1.0416666667vw, 20px);
    border: none;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
  }
}
.caseSingle .caseLists__list dd {
  font-size: 14px;
  font-weight: 700;
  color: #707070;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0em;
  margin-bottom: 10px;
  padding: 9px 10px 9px 10px;
  border: 1px solid #AAAAAA;
  border-top: none;
}
@media screen and (min-width:768px) {
  .caseSingle .caseLists__list dd {
    font-size: min(1.25vw, 24px);
    line-height: 1.92;
    margin-bottom: 0;
    padding: min(1.5625vw, 30px) min(1.3020833333vw, 25px) min(0.6770833333vw, 13px);
    border: none;
    border-bottom: 1px solid #AAAAAA;
  }
}

.recruit .inner--recruit {
  width: 87%;
  height: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 30px 0 50px;
}
@media screen and (min-width:768px) {
  .recruit .inner--recruit {
    width: min(75vw, 1440px);
    padding: min(7.8125vw, 150px) 0 min(7.8125vw, 150px);
  }
}
.recruit .recruit__content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width:768px) {
  .recruit .recruit__content {
    flex-direction: row;
    gap: min(5.7291666667vw, 110px);
    padding-left: min(5.2083333333vw, 100px);
  }
}
.recruit .guidelineApplicants__content {
  margin-top: 30px;
}
@media screen and (min-width:768px) {
  .recruit .guidelineApplicants__content {
    margin-top: 0;
  }
}
.recruit .guidelineApplicants__content .ttl {
  font-size: 14px;
  font-weight: 700;
  color: #E88F8F;
  text-align: left;
  line-height: 1.22;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .recruit .guidelineApplicants__content .ttl {
    font-size: min(1.4583333333vw, 28px);
    line-height: 1.43;
  }
}
.recruit .guidelineApplicants__content dl {
  display: grid;
  grid-template-columns: auto 1fr;
  margin: 5px 0 50px;
}
@media screen and (min-width:768px) {
  .recruit .guidelineApplicants__content dl {
    margin: min(0.625vw, 12px) 0 min(6.875vw, 132px);
  }
}
.recruit .guidelineApplicants__content dt {
  font-size: 14px;
  font-weight: 700;
  color: #707070;
  text-align: left;
  line-height: 1.57;
  letter-spacing: 0em;
  padding: 20px 30px 20px 0;
  border-bottom: 1px solid #D0D0D0;
}
@media screen and (min-width:768px) {
  .recruit .guidelineApplicants__content dt {
    font-size: min(1.25vw, 24px);
    line-height: 2.21;
    padding: min(1.40625vw, 27px) min(1.0416666667vw, 20px) min(1.3541666667vw, 26px) min(0.5208333333vw, 10px);
  }
}
.recruit .guidelineApplicants__content dt:last-of-type {
  border-bottom: none;
}
.recruit .guidelineApplicants__content dd {
  font-size: 14px;
  font-weight: 700;
  color: #707070;
  text-align: left;
  line-height: 1.57;
  letter-spacing: 0em;
  padding: 20px 0 20px 30px;
  border-bottom: 1px solid #D0D0D0;
}
@media screen and (min-width:768px) {
  .recruit .guidelineApplicants__content dd {
    font-size: min(1.25vw, 24px);
    line-height: 2.21;
    padding: min(1.40625vw, 27px) min(0.5208333333vw, 10px) min(1.3541666667vw, 26px) min(4.1666666667vw, 80px);
  }
}
.recruit .guidelineApplicants__content dd:last-of-type {
  border-bottom: none;
}
.recruit .btn__block {
  text-align: center;
}
@media screen and (min-width:768px) {
  .recruit .btn__block {
    text-align: left;
  }
}
.recruit .btn__block .btn--contact_recruit {
  margin: auto;
  background: #E88F8F;
  border-bottom: 7px solid #DC6464;
}
@media screen and (min-width:768px) {
  .recruit .btn__block .btn--contact_recruit {
    margin: 0 0 0 15%;
  }
}
.recruit .btn__block .btn--contact_recruit:hover {
  background: #DC6464;
}

.contactForm .inner--contactForm {
  width: 86.3%;
  height: 100%;
  max-width: 1257px;
  margin: auto;
  padding: 55px 0 109px;
}
@media screen and (min-width:768px) {
  .contactForm .inner--contactForm {
    width: min(65.46875vw, 1257px);
    padding: min(8.0729166667vw, 155px) 0 min(6.6145833333vw, 127px);
  }
}
.contactForm .form__inner {
  padding: 23px 25px 65px;
  border: 2px solid #D0D0D0;
  border-radius: 26px;
}
@media screen and (min-width:768px) {
  .contactForm .form__inner {
    padding: min(4.6875vw, 90px) min(4.0625vw, 78px) min(6.25vw, 120px);
    border: min(0.1041666667vw, 2px) solid #D0D0D0;
    border-radius: min(1.3541666667vw, 26px);
  }
}
.contactForm .form__item {
  display: grid;
  grid-template-columns: 1fr;
  padding: 12px 0 9px;
  gap: 14px;
}
@media screen and (min-width:768px) {
  .contactForm .form__item {
    grid-template-columns: min(18.2291666667vw, 350px) 1fr;
    gap: 0;
    padding: min(0.5208333333vw, 10px) 0 min(0.5208333333vw, 10px);
    margin-bottom: min(2.2395833333vw, 43px);
  }
}
.contactForm .radio-block {
  display: flex;
  align-items: center;
}
.contactForm .form__item-ttl p {
  display: flex;
  align-items: center;
  gap: 7px;
}
@media screen and (min-width:768px) {
  .contactForm .form__item-ttl p {
    align-items: flex-start;
    gap: min(0.5208333333vw, 10px);
  }
}
.contactForm .form__item-ttl p span {
  font-size: 14px;
  font-weight: 700;
  color: #707070;
  text-align: left;
  line-height: 2.21;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .contactForm .form__item-ttl p span {
    font-size: min(1.3541666667vw, 26px);
    line-height: 2.19;
  }
}
.contactForm .form__item-ttl p .required {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #68B846;
  text-align: center;
  line-height: 2.16;
  letter-spacing: 0em;
  width: 54px;
  height: 29px;
  border: 1px solid rgba(111, 171, 217, 0.2509803922);
  border-radius: 28px;
}
@media screen and (min-width:768px) {
  .contactForm .form__item-ttl p .required {
    font-size: min(1.0416666667vw, 20px);
    line-height: 2.2;
    width: min(4.6875vw, 90px);
    height: min(2.5vw, 48px);
    border-radius: min(0.5208333333vw, 10px);
    margin-top: min(0.3645833333vw, 7px);
    border: min(0.0520833333vw, 1px) solid rgba(111, 171, 217, 0.2509803922);
    border-radius: min(1.4583333333vw, 28px);
  }
}
.contactForm input,
.contactForm select {
  height: 50px;
}
@media screen and (min-width:768px) {
  .contactForm input,
  .contactForm select {
    height: min(5vw, 96px);
  }
}
.contactForm input,
.contactForm select,
.contactForm textarea {
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  text-align: left;
  line-height: 2.21;
  letter-spacing: 0em;
  width: 100%;
  padding: 5px 10px;
  border: none;
  outline: none;
  border: 1px solid #707070;
  border-radius: 16px;
}
@media screen and (min-width:768px) {
  .contactForm input,
  .contactForm select,
  .contactForm textarea {
    font-size: min(1.3541666667vw, 26px);
    line-height: 2.19;
    width: 100%;
    padding: min(0.2604166667vw, 5px) min(0.5208333333vw, 10px);
    border-radius: min(0.8333333333vw, 16px);
  }
}
.contactForm select {
  width: 145px;
}
@media screen and (min-width:768px) {
  .contactForm select {
    width: min(14.7916666667vw, 284px);
  }
}
.contactForm .radio-block,
.contactForm .form__item-txt {
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  text-align: left;
  line-height: 1.1;
  letter-spacing: 0em;
  width: auto;
  border: none;
  outline: none;
}
@media screen and (min-width:768px) {
  .contactForm .radio-block,
  .contactForm .form__item-txt {
    font-size: min(1.3541666667vw, 26px);
    line-height: 1.2;
    width: auto;
  }
}
.contactForm .form__item-txt p {
  display: flex;
  width: 100%;
  line-height: 1.5;
  white-space: pre-wrap;
  align-items: center;
}
.contactForm input.post-code {
  width: 145px;
}
@media screen and (min-width:768px) {
  .contactForm input.post-code {
    width: min(14.7916666667vw, 284px);
  }
}
.contactForm .btn--post {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #707070;
  text-align: left;
  line-height: 2.21;
  letter-spacing: 0em;
  margin-left: 20px;
  padding: 5px;
  cursor: pointer;
  border: 1px solid #707070;
  width: 100%;
  white-space: nowrap;
  text-align: center;
}
@media screen and (min-width:768px) {
  .contactForm .btn--post {
    font-size: min(1.1458333333vw, 22px);
    line-height: 2.19;
    margin-left: min(2.6041666667vw, 50px);
  }
}
.contactForm input[type=radio] {
  width: 22px;
  height: 22px;
  accent-color: #68B846;
  margin-top: 0;
  border-radius: 100vh;
  cursor: pointer;
}
@media screen and (min-width:768px) {
  .contactForm input[type=radio] {
    width: min(1.6145833333vw, 31px);
    height: min(1.6145833333vw, 31px);
  }
}
.contactForm input[type=radio]:checked {
  accent-color: #68B846;
}
.contactForm textarea {
  width: 100%;
  height: 191px;
}
@media screen and (min-width:768px) {
  .contactForm textarea {
    height: min(14.4791666667vw, 278px);
  }
}
.contactForm .post-code-txt,
.contactForm .todoufuken_block {
  position: relative;
  width: 145px;
}
@media screen and (min-width:768px) {
  .contactForm .post-code-txt,
  .contactForm .todoufuken_block {
    width: min(14.7916666667vw, 284px);
  }
}
.contactForm .privacyPolicy {
  margin-top: 80px;
}
@media screen and (min-width:768px) {
  .contactForm .privacyPolicy {
    margin-top: min(5.2083333333vw, 100px);
  }
}
.contactForm .privacyPolicy .txt {
  font-size: 12px;
  font-weight: 400;
  color: #707070;
  text-align: left;
  line-height: 1.83;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .contactForm .privacyPolicy .txt {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.54;
  }
}
.contactForm .btn--prev {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  cursor: pointer;
  height: 100%;
}
.contactForm .prev_block {
  max-height: 50px;
}
.contactForm .btn__block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  gap: 10px;
}
@media screen and (min-width:768px) {
  .contactForm .btn__block {
    margin-top: min(4.5833333333vw, 88px);
    gap: min(1.0416666667vw, 20px);
  }
}
.contactForm .btn__block .btn--contactSend {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  width: 215px;
  height: 47px;
  margin: 0;
  background: transparent;
  cursor: pointer;
}
@media screen and (min-width:768px) {
  .contactForm .btn__block .btn--contactSend {
    height: min(4.2708333333vw, 82px);
    width: min(20.8333333333vw, 400px);
  }
}
.contactForm .btn__block .btn--contactSend::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 14px;
  aspect-ratio: 1/1;
  background: url(../../assets/img/icon/icon_push_white.png) no-repeat center center/contain;
  transform: translate(0, -50%);
}
@media screen and (min-width:768px) {
  .contactForm .btn__block .btn--contactSend::after {
    right: min(1.3020833333vw, 25px);
    width: min(1.5104166667vw, 29px);
    aspect-ratio: 1/1;
  }
}
.contactForm .btn__block .btn--hover {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 2.21;
  letter-spacing: 0em;
  text-decoration: none;
  width: 215px;
  height: 47px;
  margin: auto;
  border-radius: 100vh;
  border: none;
  border-bottom: 7px solid #408D1F;
  background: #68B846;
  transition: 0s;
  cursor: pointer;
}
@media screen and (min-width:768px) {
  .contactForm .btn__block .btn--hover {
    font-size: min(1.25vw, 24px);
    line-height: 2.08;
    height: min(4.2708333333vw, 82px);
    width: min(20.8333333333vw, 400px);
    margin: auto;
    border-bottom: min(0.3645833333vw, 7px) solid #408D1F;
  }
}
.contactForm .btn__block .btn--hover:hover {
  background: #408D1F;
  border-bottom: 1px solid #408D1F;
}

span.wpcf7-list-item.first {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .wpcf7-list-item {
    display: block;
    margin-left: 0;
    margin-bottom: 1em;
  }
}

.wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
}

.wpcf7-spinner {
  display: none;
}

.thank__txt {
  font-size: 20px;
  font-weight: 700;
  color: #707070;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .thank__txt {
    font-size: min(1.3541666667vw, 26px);
    line-height: 1.5;
  }
}

.fv--invisalign--under {
  margin-top: 103px;
}
@media screen and (min-width:768px) {
  .fv--invisalign--under {
    margin-top: min(5.7291666667vw, 110px);
  }
}
.fv--invisalign--under .inner--fv {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1400px;
  margin: auto;
}
@media screen and (min-width:768px) {
  .fv--invisalign--under .inner--fv {
    width: min(72.9166666667vw, 1400px);
  }
}
@media screen and (min-width:768px) {
  .fv--invisalign--under .fv__img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: min(20.8333333333vw, 400px);
  }
}
.fv--invisalign--under .fv__content {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 72px;
  width: 100%;
}
@media screen and (min-width:768px) {
  .fv--invisalign--under .fv__content {
    bottom: min(3.125vw, 60px);
    height: min(9.0625vw, 174px);
  }
}
.fv--invisalign--under .fv__content::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #fff;
  opacity: 0.5;
}
@media screen and (min-width:768px) {
  .fv--invisalign--under .fv__content::before {
    display: none;
  }
}
.fv--invisalign--under .fv__ttl {
  position: relative;
  top: 50%;
  left: 0;
  display: flex;
  align-items: center;
  font-size: 21px;
  font-weight: 700;
  color: #707070;
  text-align: left;
  line-height: 1.37;
  letter-spacing: 0em;
  font-family: "M PLUS 1p", sans-serif;
  z-index: 5;
  transform: translateY(-50%);
  height: 100%;
  width: 87%;
  margin: auto;
}
@media screen and (min-width:768px) {
  .fv--invisalign--under .fv__ttl {
    position: absolute;
    width: -moz-max-content;
    width: max-content;
    margin: 0;
  }
}
.fv--invisalign--under .fv__ttl span {
  position: relative;
}
@media screen and (min-width:768px) {
  .fv--invisalign--under .fv__ttl {
    font-size: min(2.3958333333vw, 46px);
    font-weight: 700;
    line-height: 1.35;
    height: min(9.0625vw, 174px);
  }
}
.fv--invisalign--under .fv__ttl::before {
  display: none;
}
@media screen and (min-width:768px) {
  .fv--invisalign--under .fv__ttl::before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background: #fff;
    opacity: 0.5;
  }
}

.invisalign .inner--invisalign--under {
  width: 86%;
  height: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 40px 0 18px;
}
@media screen and (min-width:768px) {
  .invisalign .inner--invisalign--under {
    width: min(72.9166666667vw, 1400px);
    padding: min(3.125vw, 60px) 0 min(2.96875vw, 57px);
  }
}
.invisalign .invisalignLists__ttl01 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  font-size: 22px;
  font-weight: 700;
  color: #68B846;
  text-align: center;
  line-height: 1.45;
  letter-spacing: 0em;
  margin-bottom: 23px;
  padding-right: 0;
}
@media screen and (min-width:768px) {
  .invisalign .invisalignLists__ttl01 {
    font-size: min(2.6041666667vw, 50px);
    line-height: 1.44;
    gap: min(1.3020833333vw, 25px);
    margin-bottom: min(6.09375vw, 117px);
    padding-right: min(1.5625vw, 30px);
  }
}
.invisalign .invisalignLists__ttl01 .invisalign__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 148px;
  border-radius: 50%;
  background-color: #E3F5E5;
  margin: auto;
}
@media screen and (min-width:768px) {
  .invisalign .invisalignLists__ttl01 .invisalign__img {
    width: min(9.6354166667vw, 185px);
    height: min(9.6354166667vw, 185px);
  }
}
.invisalign .invisalignLists__ttl01 img {
  width: 90px;
}
@media screen and (min-width:768px) {
  .invisalign .invisalignLists__ttl01 img {
    width: min(6.6666666667vw, 128px);
  }
}
.invisalign .caseLists__menus {
  display: grid;
  grid-template-columns: 1fr;
  gap: 11px;
}
@media screen and (min-width:768px) {
  .invisalign .caseLists__menus {
    grid-template-columns: repeat(2, 1fr);
    gap: min(1.3020833333vw, 25px) min(1.5625vw, 30px);
  }
}
.invisalign .caseLists__menus a {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #707070;
  text-align: left;
  line-height: 2.2;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .invisalign .caseLists__menus a {
    display: inline-block;
    font-size: min(1.3541666667vw, 26px);
    line-height: 1.92;
  }
}
.invisalign .caseLists__menus a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../../assets/img/icon/icon_next_blue.png) no-repeat center center/contain;
  transform: translate(0, -50%);
}
@media screen and (min-width:768px) {
  .invisalign .caseLists__menus a::after {
    right: max(-2.6041666667vw, -50px);
    width: min(1.4583333333vw, 28px);
    height: min(1.4583333333vw, 28px);
  }
}
.invisalign .caseLists__menus img {
  width: 100%;
}
@media screen and (min-width:768px) {
  .invisalign .caseLists__menus img {
    width: min(53.5416666667vw, 1028px);
  }
}
.invisalign .imenu__img__block {
  text-align: center;
  margin: 28px 0 30px;
}
@media screen and (min-width:768px) {
  .invisalign .imenu__img__block {
    margin: min(6.25vw, 120px) 0 min(2.7604166667vw, 53px);
  }
}
@media screen and (min-width:768px) {
  .invisalign .imenu__img__block .menu_img {
    width: min(53.5416666667vw, 1028px);
  }
}
.invisalign .invisalign__wrapper .invisalign__ttl {
  font-size: 20px;
  font-weight: 500;
  color: #68B846;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0em;
  margin-bottom: 16px;
  padding: 7px 20px;
  background: #E3F5E5;
  border-radius: 14px;
}
@media screen and (min-width:768px) {
  .invisalign .invisalign__wrapper .invisalign__ttl {
    font-size: min(2.0833333333vw, 40px);
    line-height: 1.9;
    margin-bottom: min(2.0833333333vw, 40px);
    padding: min(0.4166666667vw, 8px) min(1.5625vw, 30px) min(0.4166666667vw, 8px);
    border-radius: min(1.0416666667vw, 20px);
  }
}
.invisalign .invisalign__wrapper .invisalign__txt01 {
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0em;
  margin-bottom: 13px;
}
@media screen and (min-width:768px) {
  .invisalign .invisalign__wrapper .invisalign__txt01 {
    font-size: min(1.25vw, 24px);
    line-height: 1.67;
    margin-bottom: min(6.9270833333vw, 133px);
  }
}
.invisalign .invisalign__wrapper .invisalign__txt02 {
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0em;
  margin-bottom: 13px;
}
@media screen and (min-width:768px) {
  .invisalign .invisalign__wrapper .invisalign__txt02 {
    font-size: min(1.25vw, 24px);
    line-height: 1.67;
    margin-bottom: min(3.3854166667vw, 65px);
  }
}
.invisalign .invisalign__wrapper .top__content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (min-width:768px) {
  .invisalign .invisalign__wrapper .top__content {
    flex-direction: row-reverse;
    gap: 0;
  }
}
.invisalign .invisalign__wrapper .top__content .menu2__img {
  width: 78%;
  margin: 10px auto 15px;
  border-radius: 26px;
}
@media screen and (min-width:768px) {
  .invisalign .invisalign__wrapper .top__content .menu2__img {
    width: min(28.2291666667vw, 542px);
    border-radius: min(1.0416666667vw, 20px);
  }
}
.invisalign .invisalign__wrapper .top__content .menu3-3__img {
  width: 78%;
  height: 213px;
  margin: auto;
  border-radius: 26px;
}
@media screen and (min-width:768px) {
  .invisalign .invisalign__wrapper .top__content .menu3-3__img {
    width: min(28.2291666667vw, 542px);
    height: min(22.2916666667vw, 428px);
    border-radius: min(1.0416666667vw, 20px);
  }
}
.invisalign .invisalign__wrapper dl {
  padding-left: 1.6em;
  margin-bottom: 45px;
}
@media screen and (min-width:768px) {
  .invisalign .invisalign__wrapper dl {
    padding-left: min(3.125vw, 60px);
    margin-bottom: min(6.7708333333vw, 130px);
  }
}
.invisalign .invisalign__wrapper .topDl {
  margin-bottom: 0;
}
.invisalign .invisalign__wrapper dt {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #68B846;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
@media screen and (min-width:768px) {
  .invisalign .invisalign__wrapper dt {
    font-size: min(1.4583333333vw, 28px);
    line-height: 1.43;
    margin-bottom: min(1.3541666667vw, 26px);
  }
}
.invisalign .invisalign__wrapper dt::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: -30px;
  width: 23px;
  height: 23px;
  background: url(../../assets/img/invisalign/icon_check.png) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .invisalign .invisalign__wrapper dt::before {
    left: max(-3.8541666667vw, -74px);
    width: min(2.7083333333vw, 52px);
    height: min(2.7083333333vw, 52px);
  }
}
.invisalign .invisalign__wrapper dd {
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .invisalign .invisalign__wrapper dd {
    font-size: min(1.25vw, 24px);
    line-height: 1.67;
    margin-bottom: min(2.0833333333vw, 40px);
  }
}
.invisalign .invisalign__wrapper .content__block {
  margin-bottom: 45px;
}
@media screen and (min-width:768px) {
  .invisalign .invisalign__wrapper .content__block {
    margin-bottom: min(4.6875vw, 90px);
  }
}
.invisalign .invisalign__wrapper .content__block .inner__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width:768px) {
  .invisalign .invisalign__wrapper .content__block .inner__content {
    flex-direction: row;
    gap: min(1.5625vw, 30px);
  }
}
.invisalign .invisalign__wrapper .content__block .inner__content img {
  width: 78%;
  height: 213px;
  margin: auto;
  border-radius: 26px;
}
@media screen and (min-width:768px) {
  .invisalign .invisalign__wrapper .content__block .inner__content img {
    width: min(28.2291666667vw, 542px);
    height: min(22.2916666667vw, 428px);
    border-radius: min(1.0416666667vw, 20px);
  }
}
.invisalign .invisalign__wrapper .content__block .block__ttl {
  font-size: 20px;
  font-weight: 400;
  color: #68B846;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0em;
  margin-bottom: 25px;
  padding-bottom: 11px;
  border-bottom: 2px solid #68B846;
}
@media screen and (min-width:768px) {
  .invisalign .invisalign__wrapper .content__block .block__ttl {
    font-size: min(1.875vw, 36px);
    line-height: 2.11;
    margin-bottom: min(1.8229166667vw, 35px);
    padding-bottom: 0;
    border-bottom: min(0.1041666667vw, 2px) solid #68B846;
  }
}
.invisalign .invisalign__wrapper .content__block .txt {
  font-size: 14px;
  font-weight: 700;
  color: #707070;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .invisalign .invisalign__wrapper .content__block .txt {
    font-size: min(1.25vw, 24px);
    line-height: 1.67;
  }
}
.invisalign .btn__block--price {
  text-align: right;
}

.fv--invisalignfirst--under {
  margin-top: 103px;
}
@media screen and (min-width:768px) {
  .fv--invisalignfirst--under {
    margin-top: min(5.7291666667vw, 110px);
  }
}
.fv--invisalignfirst--under .inner--fv {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1400px;
  margin: auto;
}
@media screen and (min-width:768px) {
  .fv--invisalignfirst--under .inner--fv {
    width: min(72.9166666667vw, 1400px);
  }
}
@media screen and (min-width:768px) {
  .fv--invisalignfirst--under .fv__img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: min(20.8333333333vw, 400px);
  }
}
.fv--invisalignfirst--under .fv__content {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 72px;
  width: 100%;
}
@media screen and (min-width:768px) {
  .fv--invisalignfirst--under .fv__content {
    bottom: min(3.125vw, 60px);
    height: min(9.0625vw, 174px);
  }
}
.fv--invisalignfirst--under .fv__content::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #fff;
  opacity: 0.5;
}
@media screen and (min-width:768px) {
  .fv--invisalignfirst--under .fv__content::before {
    display: none;
  }
}
.fv--invisalignfirst--under .fv__ttl {
  position: relative;
  top: 50%;
  left: 0;
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  color: #707070;
  text-align: left;
  line-height: 1.37;
  letter-spacing: 0em;
  font-family: "M PLUS 1p", sans-serif;
  z-index: 5;
  transform: translateY(-50%);
  height: 100%;
  width: 87%;
  margin: auto;
}
@media screen and (min-width:768px) {
  .fv--invisalignfirst--under .fv__ttl {
    position: absolute;
    width: -moz-max-content;
    width: max-content;
    margin: 0;
  }
}
.fv--invisalignfirst--under .fv__ttl span {
  position: relative;
}
@media screen and (min-width:768px) {
  .fv--invisalignfirst--under .fv__ttl {
    font-size: min(2.3958333333vw, 46px);
    font-weight: 700;
    line-height: 1.35;
    height: min(9.0625vw, 174px);
  }
}
.fv--invisalignfirst--under .fv__ttl::before {
  display: none;
}
@media screen and (min-width:768px) {
  .fv--invisalignfirst--under .fv__ttl::before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background: #fff;
    opacity: 0.5;
  }
}

.invisalignfirst .inner--invisalignfirst--under {
  width: 86%;
  height: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 30px 0 18px;
}
@media screen and (min-width:768px) {
  .invisalignfirst .inner--invisalignfirst--under {
    width: min(72.9166666667vw, 1400px);
    padding: min(7.8125vw, 150px) 0 min(2.96875vw, 57px);
  }
}
.invisalignfirst .menu__img__block {
  margin-bottom: 15px;
}
@media screen and (min-width:768px) {
  .invisalignfirst .menu__img__block {
    margin-bottom: min(1.5625vw, 30px);
  }
}
.invisalignfirst .menu__img__block .menu_img {
  border-radius: 20px;
}
.invisalignfirst .invisalignfirst__ttl01 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  font-size: 22px;
  font-weight: 700;
  color: #E4007D;
  text-align: center;
  line-height: 1.45;
  letter-spacing: 0em;
  font-family: "M PLUS 1p", sans-serif;
  margin-bottom: 35px;
}
@media screen and (min-width:768px) {
  .invisalignfirst .invisalignfirst__ttl01 {
    gap: min(1.3020833333vw, 25px);
    font-size: min(2.6041666667vw, 50px);
    line-height: 1.44;
    margin-bottom: min(5.1041666667vw, 98px);
  }
}
.invisalignfirst .invisalignfirst__ttl01 .invisalign__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 148px;
  border-radius: 50%;
  background-color: #E3F5E5;
  margin: auto;
}
@media screen and (min-width:768px) {
  .invisalignfirst .invisalignfirst__ttl01 .invisalign__img {
    width: min(9.6354166667vw, 185px);
    height: min(9.6354166667vw, 185px);
  }
}
.invisalignfirst .invisalignfirst__ttl01 img {
  width: 90px;
}
@media screen and (min-width:768px) {
  .invisalignfirst .invisalignfirst__ttl01 img {
    width: min(6.6666666667vw, 128px);
  }
}
.invisalignfirst .invisalignfirst__content__block1 {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width:768px) {
  .invisalignfirst .invisalignfirst__content__block1 {
    flex-direction: row;
    gap: min(2.0833333333vw, 40px);
    margin-bottom: min(5.7291666667vw, 110px);
  }
}
.invisalignfirst .invisalignfirst__content__block1 .invisalign__txt01 {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0em;
  font-family: "M PLUS 1p", sans-serif;
}
@media screen and (min-width:768px) {
  .invisalignfirst .invisalignfirst__content__block1 .invisalign__txt01 {
    font-size: min(1.25vw, 24px);
    line-height: 1.67;
  }
}
@media screen and (min-width:768px) {
  .invisalignfirst .invisalignfirst__content__block1 img {
    width: min(23.6458333333vw, 454px);
  }
}
.invisalignfirst .invisalignfirst__content__block2 .block__ttl {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #076BB7;
  text-align: left;
  line-height: 2.2;
  letter-spacing: 0em;
  font-family: "M PLUS 1p", sans-serif;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .invisalignfirst .invisalignfirst__content__block2 .block__ttl {
    font-size: min(2.0833333333vw, 40px);
    line-height: 1.9;
    margin-bottom: min(1.8229166667vw, 35px);
  }
}
.invisalignfirst .invisalignfirst__content__block2 .block__ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  display: inline-block;
  width: 12px;
  height: 100%;
  background: #FFE401;
  border-radius: 6px;
}
@media screen and (min-width:768px) {
  .invisalignfirst .invisalignfirst__content__block2 .block__ttl::before {
    width: min(1.0416666667vw, 20px);
    border-radius: min(0.3125vw, 6px);
  }
}
.invisalignfirst .invisalignfirst__content__block2 .body__wrap {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width:768px) {
  .invisalignfirst .invisalignfirst__content__block2 .body__wrap {
    flex-direction: row;
    gap: min(3.125vw, 60px);
  }
}
.invisalignfirst .invisalignfirst__content__block2 .body__wrap::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  background: url(../../assets/img/invisalignfirst/invisalignfirst_content_block2_bg.png) no-repeat center center/contain;
  width: 228px;
  height: 50px;
}
@media screen and (min-width:768px) {
  .invisalignfirst .invisalignfirst__content__block2 .body__wrap::after {
    width: min(20vw, 384px);
    height: min(4.4270833333vw, 85px);
  }
}
.invisalignfirst .invisalignfirst__content__block2 .invisalign__txt01 {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0em;
  font-family: "M PLUS 1p", sans-serif;
  margin-bottom: 100px;
}
@media screen and (min-width:768px) {
  .invisalignfirst .invisalignfirst__content__block2 .invisalign__txt01 {
    font-size: min(1.25vw, 24px);
    line-height: 1.67;
    margin-bottom: 0;
  }
}
.invisalignfirst .invisalignfirst__content__block2 img {
  border-radius: 26px;
}
@media screen and (min-width:768px) {
  .invisalignfirst .invisalignfirst__content__block2 img {
    width: min(32.9166666667vw, 632px);
    border-radius: min(1.0416666667vw, 20px);
  }
}

.invisalignfirstFeature {
  background: #C2EBFB;
}
.invisalignfirstFeature .inner--invisalignfirstFeature--under {
  width: 86%;
  height: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 30px 0 18px;
}
@media screen and (min-width:768px) {
  .invisalignfirstFeature .inner--invisalignfirstFeature--under {
    width: min(72.9166666667vw, 1400px);
    padding: min(7.8125vw, 150px) 0 min(2.96875vw, 57px);
  }
}
.invisalignfirstFeature .menu__img__block {
  margin-bottom: 15px;
}
@media screen and (min-width:768px) {
  .invisalignfirstFeature .menu__img__block {
    margin-bottom: min(1.5625vw, 30px);
  }
}
.invisalignfirstFeature .menu__img__block .menu_img {
  border-radius: 20px;
}
.invisalignfirstFeature .invisalignfirstFeature__ttl01 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 22px;
  font-weight: 500;
  color: #076BB7;
  text-align: center;
  line-height: 1.54;
  letter-spacing: 0em;
  font-family: "M PLUS 1p", sans-serif;
  margin-bottom: 35px;
}
@media screen and (min-width:768px) {
  .invisalignfirstFeature .invisalignfirstFeature__ttl01 {
    font-size: min(2.5vw, 48px);
    line-height: 1.58;
    margin-bottom: min(5.1041666667vw, 98px);
  }
}
.invisalignfirstFeature .invisalignfirstFeature__content__block {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
@media screen and (min-width:768px) {
  .invisalignfirstFeature .invisalignfirstFeature__content__block {
    flex-direction: row;
    gap: min(3.6458333333vw, 70px);
    margin-bottom: min(4.6875vw, 90px);
  }
}
.invisalignfirstFeature .invisalignfirstFeature__content__block .invisalignfirstFeature__ttl {
  font-size: 18px;
  font-weight: 500;
  color: #076BB7;
  text-align: left;
  line-height: 1.88;
  letter-spacing: 0em;
  font-family: "M PLUS 1p", sans-serif;
}
@media screen and (min-width:768px) {
  .invisalignfirstFeature .invisalignfirstFeature__content__block .invisalignfirstFeature__ttl {
    font-size: min(2.0833333333vw, 40px);
    line-height: 1.9;
  }
}
.invisalignfirstFeature .invisalignfirstFeature__content__block .invisalignfirstFeature__txt {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0em;
  font-family: "M PLUS 1p", sans-serif;
}
@media screen and (min-width:768px) {
  .invisalignfirstFeature .invisalignfirstFeature__content__block .invisalignfirstFeature__txt {
    font-size: min(1.25vw, 24px);
    line-height: 1.66;
  }
}
.invisalignfirstFeature .invisalignfirstFeature__content__block .caution {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0em;
  font-family: "M PLUS 1p", sans-serif;
}
@media screen and (min-width:768px) {
  .invisalignfirstFeature .invisalignfirstFeature__content__block .caution {
    font-size: min(0.9375vw, 18px);
    line-height: 1.55;
  }
}
.invisalignfirstFeature .invisalignfirstFeature__content__block img {
  width: 79%;
  margin: auto;
  border-radius: 26px;
}
@media screen and (min-width:768px) {
  .invisalignfirstFeature .invisalignfirstFeature__content__block img {
    width: min(32.9166666667vw, 632px);
    border-radius: min(1.0416666667vw, 20px);
  }
}

.experience .inner--experience--under {
  width: 86%;
  height: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 30px 0 18px;
}
@media screen and (min-width:768px) {
  .experience .inner--experience--under {
    width: min(66.6666666667vw, 1280px);
    padding: min(7.8125vw, 150px) 0 min(2.96875vw, 57px);
  }
}
.experience .experience__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 22px;
  font-weight: 500;
  color: #E4007D;
  text-align: center;
  line-height: 1.54;
  letter-spacing: 0em;
  font-family: "M PLUS 1p", sans-serif;
  margin-bottom: 35px;
}
@media screen and (min-width:768px) {
  .experience .experience__ttl {
    font-size: min(2.5vw, 48px);
    line-height: 1.58;
    margin-bottom: min(5.1041666667vw, 98px);
  }
}
.experience .experience__menus {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 35px;
}
@media screen and (min-width:768px) {
  .experience .experience__menus {
    grid-template-columns: repeat(3, 1fr);
    gap: min(2.6041666667vw, 50px) min(6.25vw, 120px);
  }
}
.experience .experience__menus li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width:768px) {
  .experience .experience__menus li {
    gap: min(0.5208333333vw, 10px);
  }
}
@media screen and (min-width:768px) {
  .experience .experience__menus li img {
    width: min(15.625vw, 300px);
  }
}
.experience .experience__menus li .ttl {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.11;
  letter-spacing: 0em;
  font-family: "M PLUS 1p", sans-serif;
}
@media screen and (min-width:768px) {
  .experience .experience__menus li .ttl {
    font-size: min(1.875vw, 36px);
    line-height: 1.55;
  }
}
.experience .experience__menus li .txt {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.66;
  letter-spacing: 0em;
  font-family: "M PLUS 1p", sans-serif;
}
@media screen and (min-width:768px) {
  .experience .experience__menus li .txt {
    font-size: min(1.25vw, 24px);
    line-height: 1.66;
  }
}

.invisalignfirstFlow .inner--invisalignfirstFlow--under {
  width: 86%;
  height: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 30px 0 18px;
}
@media screen and (min-width:768px) {
  .invisalignfirstFlow .inner--invisalignfirstFlow--under {
    width: min(51.9270833333vw, 997px);
    padding: min(7.8125vw, 150px) 0 min(2.96875vw, 57px);
  }
}
.invisalignfirstFlow .invisalignfirstFlow__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 22px;
  font-weight: 500;
  color: #076BB7;
  text-align: center;
  line-height: 1.54;
  letter-spacing: 0em;
  font-family: "M PLUS 1p", sans-serif;
  margin-bottom: 35px;
}
@media screen and (min-width:768px) {
  .invisalignfirstFlow .invisalignfirstFlow__ttl {
    font-size: min(2.5vw, 48px);
    line-height: 1.58;
    margin-bottom: min(5.1041666667vw, 98px);
  }
}
.invisalignfirstFlow .invisalignfirstFlow__content li {
  position: relative;
  display: flex;
  gap: 10px;
  padding-bottom: 35px;
}
@media screen and (min-width:768px) {
  .invisalignfirstFlow .invisalignfirstFlow__content li {
    gap: min(1.5625vw, 30px);
    padding-bottom: min(6.25vw, 120px);
  }
}
.invisalignfirstFlow .invisalignfirstFlow__content li::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 50px;
  height: 100%;
  width: 2px;
  background: #14A4E0;
  z-index: -1;
}
@media screen and (min-width:768px) {
  .invisalignfirstFlow .invisalignfirstFlow__content li::before {
    left: min(4.9479166667vw, 95px);
    width: min(0.1041666667vw, 2px);
  }
}
.invisalignfirstFlow .invisalignfirstFlow__content li img {
  width: 100px;
  height: 100px;
}
@media screen and (min-width:768px) {
  .invisalignfirstFlow .invisalignfirstFlow__content li img {
    width: min(10vw, 192px);
    height: min(10vw, 192px);
  }
}
.invisalignfirstFlow .invisalignfirstFlow__content li:last-child::before {
  display: none;
}
.invisalignfirstFlow .invisalignfirstFlow__content .ttl {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.55;
  letter-spacing: 0em;
  font-family: "M PLUS 1p", sans-serif;
  margin-bottom: 15px;
}
@media screen and (min-width:768px) {
  .invisalignfirstFlow .invisalignfirstFlow__content .ttl {
    font-size: min(1.875vw, 36px);
    line-height: 1.55;
    margin-bottom: min(1.3020833333vw, 25px);
  }
}
.invisalignfirstFlow .invisalignfirstFlow__content .txt {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0em;
  font-family: "M PLUS 1p", sans-serif;
}
@media screen and (min-width:768px) {
  .invisalignfirstFlow .invisalignfirstFlow__content .txt {
    font-size: min(1.25vw, 24px);
    line-height: 1.66;
  }
}
.invisalignfirstFlow .invisalignfirstFlow__content .caution {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0em;
  font-family: "M PLUS 1p", sans-serif;
}
@media screen and (min-width:768px) {
  .invisalignfirstFlow .invisalignfirstFlow__content .caution {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.3;
  }
}

.faq--flow section {
  border-bottom: none !important;
}
.faq--flow .question {
  flex-direction: row !important;
}
.faq--flow .question dt {
  color: #E4007D;
}
.faq--flow .answer {
  flex-direction: row !important;
}
.faq--flow .answer dt {
  color: #E4007D;
}
.faq--flow .accordion__ttl::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../../assets/img/icon/icon_open_flow.png) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .faq--flow .accordion__ttl::after {
    width: min(1.875vw, 36px);
    height: min(1.875vw, 36px);
  }
}

.flow__banner {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}
.flow__banner .pc-block {
  display: none;
}
@media screen and (min-width:768px) {
  .flow__banner .pc-block {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: min(20.8333333333vw, 400px);
    bottom: auto;
    right: 0;
    font-size: min(0.9375vw, 18px);
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 1.56;
    letter-spacing: 0em;
    width: min(6.4583333333vw, 124px);
    height: min(6.4583333333vw, 124px);
    border-top-left-radius: min(1.4583333333vw, 28px);
    border-bottom-left-radius: min(1.4583333333vw, 28px);
  }
}
.flow__banner .pc-block img {
  width: min(4.1666666667vw, 80px);
}
.flow__banner ul {
  display: flex;
  width: 88%;
  margin: 0 0 0 auto;
}
@media screen and (min-width:768px) {
  .flow__banner ul {
    display: none;
  }
}
.flow__banner li {
  width: 33.3333333333%;
}
.flow__banner li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  line-height: 1.56;
  letter-spacing: 0em;
  width: 100%;
  height: 86px;
}
.flow__banner li img {
  width: 50px;
}
.flow__banner .flowbtn--contact {
  background: #64A4D4;
}
.flow__banner .flowbtn--contact:hover {
  background: #2F83C3;
}
.flow__banner .flowbtn--reservation {
  background: #A0D464;
}
.flow__banner .flowbtn--reservation:hover {
  background: #7DBE32;
}
.flow__banner .flowbtn--recruit {
  background: #E88F8F;
}
.flow__banner .flowbtn--recruit:hover {
  background: #DC6464;
}

.info {
  background: #E3F5E5;
  /* Google calendarのiframe */
}
.info .inner--info {
  width: 87%;
  height: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 52px 0 47px;
}
@media screen and (min-width:768px) {
  .info .inner--info {
    width: min(72.9166666667vw, 1400px);
    padding: min(3.125vw, 60px) 0 min(5.2083333333vw, 100px);
  }
}
.info .info__block,
.info .calendar__block {
  width: 100%;
}
@media screen and (min-width:768px) {
  .info .info__block,
  .info .calendar__block {
    width: 50%;
  }
}
.info .first__content {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
@media screen and (min-width:768px) {
  .info .first__content {
    flex-direction: row;
    gap: min(3.125vw, 60px);
    margin-bottom: min(4.1666666667vw, 80px);
  }
}
.info .gcalendar {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 80%;
  margin-top: 27px;
}
@media screen and (min-width:768px) {
  .info .gcalendar {
    position: relative;
    width: min(35.1041666667vw, 674px);
    padding-top: 89.5%;
    margin-top: 0;
  }
}
.info .gcalendar iframe body {
  background: transparent;
}
.info .gcalendar iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.info figure {
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (min-width:768px) {
  .info figure {
    margin-bottom: 0;
  }
}
.info figure img {
  width: 137px;
}
@media screen and (min-width:768px) {
  .info figure img {
    width: min(10.4166666667vw, 200px);
    margin-right: min(7.1354166667vw, 137px);
  }
}
.info figcaption {
  text-align: left;
  margin: 42px 0 10px;
}
@media screen and (min-width:768px) {
  .info figcaption {
    margin: min(0.78125vw, 15px) 0 min(1.1458333333vw, 22px);
  }
}
.info figcaption span {
  font-size: 16px;
  font-weight: 400;
  color: #707070;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .info figcaption span {
    font-size: min(1.25vw, 24px);
    font-weight: 700;
    line-height: 1.7;
  }
}
.info .phone a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  font-size: 34px;
  font-weight: 400;
  color: #707070;
  text-align: left;
  line-height: 1;
  letter-spacing: 0em;
  font-family: century-gothic, sans-serif;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .info .phone a {
    justify-content: flex-start;
    letter-spacing: -0.02em;
    gap: min(1.1979166667vw, 23px);
    font-size: min(2.8645833333vw, 55px);
    font-weight: 400;
    line-height: 1;
    margin-bottom: min(1.5625vw, 30px);
  }
}
.info .phone a img {
  width: 39px;
}
@media screen and (min-width:768px) {
  .info .phone a img {
    width: min(3.125vw, 60px);
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.info .address,
.info .access {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #707070;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: century-gothic, sans-serif;
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .info .address,
  .info .access {
    font-size: min(1.1979166667vw, 23px);
    font-weight: 700;
    line-height: 1.78;
    margin-bottom: min(2.0833333333vw, 40px);
    margin-left: min(0.5208333333vw, 10px);
  }
}
.info .address img,
.info .access img {
  width: 21px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width:768px) {
  .info .address img,
  .info .access img {
    width: min(1.8229166667vw, 35px);
  }
}
.info .receptionTime__content {
  height: 286px;
  padding: 35px 24px;
  border-radius: 18px;
  background: #fff;
}
@media screen and (min-width:768px) {
  .info .receptionTime__content {
    height: auto;
    padding: min(1.5104166667vw, 29px) min(5.7291666667vw, 110px) min(2.0833333333vw, 40px);
    border-radius: min(1.3541666667vw, 26px);
  }
}
.info .receptionTime__content .caution {
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  text-align: left;
  line-height: 1.21;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .info .receptionTime__content .caution {
    font-size: min(1.0416666667vw, 20px);
    font-weight: 700;
    line-height: 2.2;
  }
}
.info .inner--receptionTime {
  overflow-x: scroll;
}
.info table {
  width: 672px;
  white-space: nowrap;
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .info table {
    width: 100%;
    margin-bottom: min(1.1979166667vw, 23px);
  }
}
.info table tr {
  border-bottom: 1px solid #707070;
}
.info table tr:first-child {
  border-bottom: none;
}
.info table th,
.info table td {
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  text-align: center;
  line-height: 1.21;
  letter-spacing: 0em;
  padding: 17px 0;
}
@media screen and (min-width:768px) {
  .info table th,
  .info table td {
    font-size: min(1.25vw, 24px);
    font-weight: 700;
    line-height: 2.21;
    padding: min(1.0416666667vw, 20px) 0;
  }
}
.info table th {
  width: 100px;
}
@media screen and (min-width:768px) {
  .info table th {
    width: 10%;
  }
}
.info table .menu {
  width: 100px;
}
@media screen and (min-width:768px) {
  .info table .menu {
    width: 20%;
    padding-right: min(2.0833333333vw, 40px);
  }
}

h2.section__ttl {
  display: flex;
  flex-direction: column;
}
h2.section__ttl span.en {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #5C5C5C;
  text-align: center;
  line-height: 1.19;
  letter-spacing: 0.2em;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width:768px) {
  h2.section__ttl span.en {
    font-size: min(1.3541666667vw, 26px);
    line-height: 1.15;
  }
}
h2.section__ttl span.jp {
  display: inline-block;
  font-size: 34px;
  font-weight: 700;
  color: #68B846;
  text-align: center;
  line-height: 1.19;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  h2.section__ttl span.jp {
    font-size: min(2.8125vw, 54px);
    line-height: 2.2;
  }
}

.section__ttl--titleLine {
  display: flex;
  flex-direction: column;
  padding-left: 30px;
}
@media screen and (min-width:768px) {
  .section__ttl--titleLine {
    padding-left: 0;
  }
}
.section__ttl--titleLine--equipment {
  padding-left: 7px;
}
@media screen and (min-width:768px) {
  .section__ttl--titleLine--equipment {
    padding-left: 0;
  }
}
.section__ttl--titleLine span.en {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #5C5C5C;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width:768px) {
  .section__ttl--titleLine span.en {
    font-size: min(1.1458333333vw, 22px);
    line-height: 2;
  }
}
.section__ttl--titleLine span.jp {
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: #68B846;
  text-align: left;
  line-height: 1.45;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .section__ttl--titleLine span.jp {
    font-size: min(1.875vw, 36px);
    line-height: 1.39;
  }
}
.section__ttl--titleLine span.jp::before {
  position: absolute;
  top: 13px;
  left: -30px;
  content: "";
  display: block;
  height: 2px;
  width: 23px;
  background: #68B846;
}
@media screen and (min-width:768px) {
  .section__ttl--titleLine span.jp::before {
    top: min(1.1458333333vw, 22px);
    left: max(-5.3645833333vw, -103px);
    width: min(3.6458333333vw, 70px);
  }
}
.section__ttl--titleLine span.jp.color--red {
  color: #E88F8F;
}
.section__ttl--titleLine span.jp.color--red::before {
  background: #E88F8F;
}

a.btn--push {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 2.21;
  letter-spacing: 0em;
  text-decoration: none;
  width: 65%;
  height: 47px;
  margin: auto;
  border-radius: 100vh;
  border-bottom: 7px solid #408D1F;
  background: #68B846;
  transition: 0s;
}
@media screen and (min-width:768px) {
  a.btn--push {
    font-size: min(1.25vw, 24px);
    line-height: 2.08;
    height: min(4.2708333333vw, 82px);
    width: min(20.8333333333vw, 400px);
    margin: 0 100% 0 0;
    border-bottom: min(0.3645833333vw, 7px) solid #408D1F;
  }
}
a.btn--push::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 14px;
  aspect-ratio: 1/1;
  background: url(../../assets/img/icon/icon_push_white.png) no-repeat center center/contain;
  transform: translate(0, -50%);
}
@media screen and (min-width:768px) {
  a.btn--push::after {
    right: min(1.3020833333vw, 25px);
    width: min(1.5104166667vw, 29px);
    aspect-ratio: 1/1;
  }
}

a.btn--push:hover {
  margin-top: 6px;
  background: #408D1F;
  border-bottom: 1px solid #408D1F;
}
@media screen and (min-width:768px) {
  a.btn--push:hover {
    margin-top: min(0.3125vw, 6px);
  }
}

a.btn--price {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #707070;
  text-align: center;
  line-height: 1.79;
  letter-spacing: 0em;
  text-decoration: none;
  width: 137px;
  height: 43px;
  border-radius: 47px;
  border: 2px solid #68B846;
  background: #fff;
  transition: 0.2s;
}
@media screen and (min-width:768px) {
  a.btn--price {
    font-size: min(1.4583333333vw, 28px);
    line-height: 1.79;
    height: min(4.1666666667vw, 80px);
    width: min(13.2291666667vw, 254px);
    border-radius: min(2.4479166667vw, 47px);
    border: min(0.1041666667vw, 2px) solid #68B846;
  }
}
a.btn--price::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 14px;
  aspect-ratio: 1/1;
  background: url(../../assets/img/icon/icon_next_blue.png) no-repeat center center/contain;
  transform: translate(0, -50%);
}
@media screen and (min-width:768px) {
  a.btn--price::after {
    right: min(1.3020833333vw, 25px);
    width: min(1.5104166667vw, 29px);
    aspect-ratio: 1/1;
  }
}

a.btn--price:hover {
  color: #fff;
  background: #408D1F;
}
a.btn--price:hover::after {
  background: url(../../assets/img/icon/icon_next_white.png) no-repeat center center/contain;
}

.bgcaseAnime {
  position: relative;
  overflow: hidden;
}

.bgcaseAnime:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #F1F1F1;
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 0);
  transform-origin: center;
  z-index: -1;
}

.btn--caseAnime:hover.bgcaseAnime:before {
  transform: scale(1, 1);
}

/*アコーディオン全体*/
.faqLists__body {
  width: 87%;
  margin: auto;
}
@media screen and (min-width:768px) {
  .faqLists__body {
    width: 100%;
  }
}
.faqLists__body .accordion-area {
  list-style: none;
  width: 100%;
  margin: 54px auto 27px;
  padding: 0;
}
@media screen and (min-width:768px) {
  .faqLists__body .accordion-area {
    margin: 0;
    padding: min(7.2916666667vw, 140px) min(3.0208333333vw, 58px) min(1.5625vw, 30px);
  }
}
.faqLists__body .accordion-area li {
  margin: 10px 0;
}
.faqLists__body .accordion-area section {
  border-bottom: 1px solid #C9CCCE;
  margin-bottom: 23px;
}
@media screen and (min-width:768px) {
  .faqLists__body .accordion-area section {
    border-bottom: min(0.0520833333vw, 1px) solid #C9CCCE;
    margin-bottom: min(1.71875vw, 33px);
  }
}

@media screen and (min-width:768px) {
  .faqLists__body--under {
    padding-top: min(3.3333333333vw, 64px);
  }
}
.faqLists__body--under .accordion-area {
  padding: 0;
}
@media screen and (min-width:768px) {
  .faqLists__body--under .accordion-area {
    padding: min(1.09375vw, 21px) min(3.0208333333vw, 58px) min(1.09375vw, 21px);
    margin-bottom: min(0.5208333333vw, 10px);
  }
}
.faqLists__body--under .accordion-area li {
  margin: 5px 0;
}
@media screen and (min-width:768px) {
  .faqLists__body--under .accordion-area li {
    margin: min(0.5208333333vw, 10px) 0;
  }
}
.faqLists__body--under .accordion-area section {
  border-bottom: 1px solid #C9CCCE;
  margin-bottom: 18px;
}
@media screen and (min-width:768px) {
  .faqLists__body--under .accordion-area section {
    border-bottom: min(0.0520833333vw, 1px) solid #C9CCCE;
    margin-bottom: min(1.71875vw, 33px);
  }
}

.question,
.answer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: all 0.5s ease;
  cursor: pointer;
  padding-right: 25px;
  padding-bottom: 19px;
  gap: 9px;
}
@media screen and (min-width:768px) {
  .question,
  .answer {
    flex-direction: row;
    align-items: center;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: min(1.71875vw, 33px);
    gap: 0;
  }
}

.answer {
  display: flex;
  align-items: baseline;
  padding: 10px 20px 10px 5px;
}
@media screen and (min-width:768px) {
  .answer {
    padding: 0 0 min(0.7291666667vw, 14px) min(1.0416666667vw, 20px);
  }
}

.faqLists__body--under .question,
.faqLists__body--under .answer {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  transition: all 0.5s ease;
  cursor: pointer;
  padding-right: 25px;
  padding-bottom: 14px;
  gap: 5px;
}
@media screen and (min-width:768px) {
  .faqLists__body--under .question,
  .faqLists__body--under .answer {
    flex-direction: row;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: min(1.71875vw, 33px);
    gap: 0;
  }
}

/*アコーディオンタイトル*/
.question dt {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #707070;
  text-align: left;
  line-height: 1.43;
  letter-spacing: 0.04em;
}
@media screen and (min-width:768px) {
  .question dt {
    font-size: min(0.78125vw, 15px);
    line-height: 1.4;
  }
}

.question dt,
.answer dt {
  font-size: 20px;
  font-weight: 700;
  color: #707070;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (min-width:768px) {
  .question dt,
  .answer dt {
    font-size: min(1.5625vw, 30px);
    line-height: 1.3;
    margin-right: min(0.5208333333vw, 10px);
  }
}

.question dd,
.answer dd {
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  text-align: left;
  line-height: 1.43;
  letter-spacing: 0.04em;
}
@media screen and (min-width:768px) {
  .question dd,
  .answer dd {
    font-size: min(0.78125vw, 15px);
    line-height: 1.4;
  }
}

.accordion__ttl {
  position: relative;
}

.accordion__ttl::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../../assets/img/icon/icon_open.png) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .accordion__ttl::after {
    width: min(1.875vw, 36px);
    height: min(1.875vw, 36px);
  }
}

.accordion__ttl::after {
  top: 25%;
  right: 3px;
}
@media screen and (min-width:768px) {
  .accordion__ttl::after {
    top: 10%;
    right: min(0.1041666667vw, 2px);
  }
}

.accordion__ttl.close::after {
  background: url(../../assets/img/icon/icon_close.png) no-repeat center center/cover;
}

/*アコーディオンで現れるエリア*/
.accordion__txt {
  display: none;
  position: relative;
  background: #fff;
}
@media screen and (min-width:768px) {
  .accordion__txt {
    padding: min(0.78125vw, 15px) min(1.3541666667vw, 26px) min(0.625vw, 12px) 0;
  }
}

.postNone {
  font-size: 14px;
  font-weight: 700;
  color: #707070;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0em;
  margin: 50px auto;
}
@media screen and (min-width:768px) {
  .postNone {
    font-size: min(1.25vw, 24px);
    line-height: 1.92;
    margin: min(5.2083333333vw, 100px) auto;
  }
}

[data-aos=showup_anime] {
  opacity: 0;
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1) !important;
  transition-duration: 1.2s !important;
  transform: translateY(40px) !important;
}

[data-aos=showup_anime].aos-animate {
  opacity: 1;
}

[data-aos=showup_anime].aos-animate {
  transform: translateY(0) !important;
}

[data-aos=showfadein_anime] {
  opacity: 0;
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1) !important;
  transition-duration: 1s !important;
}

[data-aos=showfadein_anime].aos-animate {
  opacity: 1;
}

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

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