@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Noto+Sans+JP:wght@100..900&family=Quicksand:wght@300..700&display=swap");
:root {
  --nsans: "Noto Sans JP", sans-serif;
  --qui: "Quicksand", sans-serif;
  --kos: "Kosugi Maru", sans-serif;
  font-family: var(--nsans);
  font-weight: 400;
  line-height: 1.875;
  --black:rgba(51, 51, 51, 1);
  --green:rgba(62, 192, 187, 1);
  color: var(--black);
  font-size: 10px;
  letter-spacing: 0.1em;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  opacity: 0;
  animation: fadeIn 1s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.8;
}

ul, ol {
  list-style: none;
}

p {
  font-size: 1.6rem;
}

.mt10 {
  margin-top: 10px;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pa10 {
  padding: 10px !important;
}

@media screen and (max-width: 767px) {
  .u-smb20 {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-smb30 {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-smb60 {
    margin-bottom: 60px !important;
  }
}

.u-f200p {
  font-size: 200% !important;
}

.u-f300p {
  font-size: 300% !important;
}
@media screen and (max-width: 767px) {
  .u-f300p {
    font-size: 200% !important;
  }
}

.u-txt-green {
  color: var(--green) !important;
}

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

.u-f80p {
  font-size: 80% !important;
}

.u-f90p {
  font-size: 90% !important;
}

header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 100;
}

.header__logo-bl {
  width: 270px;
  position: fixed;
  top: 10px;
  left: 20px;
  z-index: 100;
  display: block;
}

.logo {
  line-height: 1;
  display: block;
}

.header__right {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 100;
  display: flex;
  align-items: center;
}

.header__right {
  font-size: 1.5rem;
}

.header__nav-list {
  display: flex;
  gap: 25px;
  align-items: center;
}
.header__nav-list li a {
  font-family: var(--nsans);
  font-size: 1.5rem;
  padding: 15px 0;
  display: block;
}

.header__tel {
  width: 75px;
  height: 82px;
  display: block;
  padding-left: 14px;
  border-left: 1px solid rgba(51, 51, 51, 0.1);
  position: relative;
  margin-left: 25px;
}
.header__tel .icon {
  width: 56px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(100, 199, 138, 0.2);
  display: flex;
  line-height: 1;
}
.header__tel .icon::after {
  content: "";
  margin: auto;
  width: 20px;
  height: 20px;
  background-image: url(../img/common/webp/phone-icon.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.header__tel .txt {
  display: block;
  font-size: 1.4rem;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 56%;
  bottom: 3px;
  transform: translateX(-50%);
}

.header__web {
  width: 75px;
  height: 82px;
  display: block;
  padding-left: 14px;
  border-left: 1px solid rgba(51, 51, 51, 0.1);
  position: relative;
  margin-left: 15px;
}
.header__web .icon {
  width: 56px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(90, 204, 200, 0.2);
  display: flex;
  line-height: 1;
}
.header__web .icon::after {
  content: "";
  margin: auto;
  width: 20px;
  height: 20px;
  background-image: url(../img/common/webp/web-icon.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.header__web .txt {
  display: block;
  font-size: 1.4rem;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 60%;
  bottom: 3px;
  transform: translateX(-50%);
}

.logo__caution {
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

#ham {
  display: none;
}

#sp-menu {
  display: none;
}

.header__hover-bl {
  visibility: hidden;
  opacity: 0;
  height: auto;
  position: fixed;
  top: 80px;
  right: 200px;
  width: 580px;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid var(--green);
  padding: 30px;
  z-index: 101;
  transition: all 0.3s ease;
}
.header__hover-bl.active {
  visibility: visible;
  opacity: 1;
}

.header__hover-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 15px;
}
.header__hover-list li a {
  display: block;
  padding: 8px 0;
  position: relative;
  border-bottom: 1px solid rgba(89, 89, 89, 0.3);
}
.header__hover-list li a::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  aspect-ratio: 1/1;
  display: block;
  background-image: url(../img/common/webp/c_arrow.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.header__hover-list li a:hover::after {
  right: 0;
  transition: all 0.3s ease;
}
.header__hover-list li a .txt {
  font-size: 1.5rem;
}

@media screen and (max-width: 1350px) {
  .header__right {
    display: none;
  }
  header {
    height: 80px;
    transition: all 0.3s ease;
  }
  .logo {
    width: 200px;
  }
  .logo__caution {
    font-size: 1.1rem;
  }
  #sp-menu {
    display: block;
  }
  #ham {
    display: block;
    position: fixed;
    top: 17px;
    right: 15px;
    width: 48px;
    height: 48px;
    z-index: 200;
    cursor: pointer;
    border-radius: 50%;
    background-color: var(--green);
  }
  #ham .ham {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  #ham .ham .line {
    position: absolute;
    left: 50%;
    width: 40%;
    height: 1px;
    background-color: #fff;
    transition: all 0.3s ease;
    transform: translateX(-50%);
  }
  #ham .ham .line:nth-child(1) {
    top: 16px;
  }
  #ham .ham .line:nth-child(2) {
    top: 24px;
    width: 40%;
  }
  #ham .ham .line:nth-child(3) {
    top: 32px;
  }
  #ham.active {
    background-color: #fff;
  }
  #ham.active .ham .line {
    background-color: var(--green);
  }
  #ham.active .ham .line:nth-child(1) {
    top: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
  #ham.active .ham .line:nth-child(2) {
    opacity: 0;
  }
  #ham.active .ham .line:nth-child(3) {
    top: 50%;
    transform: translateX(-50%) rotate(-45deg);
  }
  #sp-menu {
    width: 100%;
    max-width: 100%;
    height: 100vh;
    overflow-y: scroll;
    background-image: url(../img/common/webp/sp_menu_bg.webp);
    background-size: cover;
    background-position: center;
    position: fixed;
    top: 0;
    right: -101%;
    z-index: 99;
    transition: all 0.3s ease;
  }
  #sp-menu::-webkit-scrollbar {
    display: none;
  }
  #sp-menu.active {
    right: 0;
  }
  header.active {
    background-color: rgba(255, 255, 255, 0);
  }
  header.active .logo {
    background-image: url(../img/common/logo-w.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  header.active .logo img {
    opacity: 0;
    transition: all 0.3s ease;
  }
  header.active .logo__caution {
    color: #fff;
  }
  .sp-menu__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 15px;
  }
  .sp-menu__list > li > a {
    display: block;
    padding: 8px 0;
    position: relative;
    font-size: 1.4rem;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-right: 20px;
  }
  .sp-menu__list > li > a::before {
    content: "";
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    aspect-ratio: 1/1;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    transition: all 0.3s ease;
  }
  .sp-menu__list > li > a::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-top: 2px solid var(--green);
    border-right: 2px solid var(--green);
    transform: translateY(-50%) rotate(45deg);
    right: 7px;
    top: 50%;
    transition: all 0.3s ease;
  }
  .sp-menu__list > li > a:hover::before {
    right: 0;
    transition: all 0.3s ease;
  }
  .sp-menu__list > li > a:hover::after {
    right: 5px;
    transition: all 0.3s ease;
  }
  .sp-menu__list > li#sp-nav-btn .txt-btn {
    cursor: pointer;
    display: block;
    padding: 8px 0;
    position: relative;
    font-size: 1.4rem;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-right: 20px;
  }
  .sp-menu__list > li#sp-nav-btn .txt-btn::before {
    content: "";
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    aspect-ratio: 1/1;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    transition: all 0.3s ease;
  }
  .sp-menu__list > li#sp-nav-btn .txt-btn::after {
    position: absolute;
    width: 14px;
    height: 14px;
    border: none;
    content: "＋";
    font-size: 1.2rem;
    color: var(--green);
    transform: translateY(0) rotate(0deg);
    top: 8.5px;
    right: 1px;
  }
  .sp-menu__list > li#sp-nav-btn.active .txt-btn::after {
    content: "－";
    transform: translateY(0) rotate(0deg);
  }
  .sp-menu__wrapper {
    padding: 100px 5% 50px;
  }
  .sp-nav__list {
    display: flex;
    gap: 10px 20px;
    flex-wrap: wrap;
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  .sp-nav__list.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 15px 0;
    transition: all 0.3s ease;
  }
  .sp-nav__list li a {
    font-size: 1.1rem;
    color: #fff;
    letter-spacing: 0;
  }
  .sp-menu__contact-list {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 40px 0 30px;
    justify-content: center;
  }
  .sp-menu__contact-list li {
    width: 172px;
    max-width: calc(50% - 5px);
    height: 40px;
  }
  .sp-menu__contact-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    border: #fff 1px solid;
    color: #fff;
    font-size: 1.4rem;
  }
  .sp-menu__contact-list li:nth-child(2) a {
    color: var(--green);
    background-color: #fff;
  }
  .sp-menu__copy {
    text-align: center;
    color: #fff;
    font-size: 1rem;
  }
}
@media screen and (max-width: 375px) {
  .sp-menu__list > li > a {
    font-size: 1.3rem;
  }
}
#top-mv {
  margin: 120px 1% 0;
  background-image: url(../img/top/webp/mv.webp);
  background-size: cover;
  background-position: center;
  height: calc(100vh - 120px);
  width: 98%;
  border-radius: 10px;
  position: relative;
}

.top-mv__bl {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 50px;
  bottom: 50px;
}

.top-mv__ttl {
  font-family: var(--kos);
  color: #fff;
  font-size: 4.8rem;
  font-weight: 400;
  text-shadow: 2px 2px 4px rgba(42, 107, 120, 0.4);
  line-height: 1.6;
}

.top-mv__sub-ttl {
  font-family: var(--qui);
  color: #fff;
  font-size: 1.8rem;
  margin-top: 10px;
  font-weight: bold;
  position: relative;
  text-shadow: 2px 2px 4px rgba(42, 107, 120, 0.4);
  margin-bottom: 40px;
}
.top-mv__sub-ttl::before {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  display: block;
  bottom: -20px;
}

.top-mv__txt {
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.6;
}

.top-mv__list {
  display: flex;
  gap: 10px;
  align-items: center;
  bottom: 50px;
  right: 50px;
  position: absolute;
}
.top-mv__list li {
  display: flex;
  width: 160px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding-top: 13px;
}
.top-mv__list li .num {
  width: 60px;
  height: 20px;
  border-radius: 50px;
  background-color: var(--green);
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--qui);
  position: absolute;
  font-weight: bold;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
}

.green-txt {
  color: var(--green);
}

#top-clinic {
  position: relative;
  margin-top: calc(170px + 10vw);
}

.inner {
  width: 1280px;
  margin: 0 auto;
  max-width: 90%;
}
.inner.bg-gray {
  background-color: rgb(247, 249, 250);
  border-radius: 10px;
  padding: 60px;
  position: relative;
}

.top-clinic__ttl-bl {
  position: absolute;
  top: -65px;
}

.top-clinic__ttl-en {
  position: relative;
  color: var(--green);
  padding-left: 20px;
  font-size: 2rem;
  font-weight: 500;
  font-family: var(--qui);
}
.top-clinic__ttl-en::before {
  content: "";
  width: 8px;
  aspect-ratio: 1/1;
  background-color: var(--green);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  border-radius: 50%;
  font-family: var(--qui);
}

.top-clinic__ttl {
  font-size: 3.6rem;
  line-height: 1.6;
  font-family: var(--kos);
  font-weight: 400;
}

.top-clinic__img {
  position: absolute;
  top: -10vw;
  right: 0;
  width: 47%;
  z-index: 2;
}

.top-clinic__sub-ttl {
  font-size: 2.2rem;
  margin-top: 0;
  line-height: 1.6;
  color: var(--green);
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
.top-clinic__sub-ttl::before {
  content: "";
  width: 183px;
  height: 1px;
  background-color: var(--green);
  position: absolute;
  right: -200px;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}

.top-clinic__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.top-clinic__list li .num {
  font-size: 1.8rem;
  width: 48px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgb(210, 238, 237);
  color: var(--green);
  font-family: var(--qui);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.top-clinic__list li .txt {
  font-size: 2rem;
  width: calc(100% - 58px);
}

.top-clinic__white-bl {
  margin-top: 50px;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  display: flex;
}

.top-clinic__left-bl {
  width: 44%;
  padding-right: 2%;
}

.top-clinic__right-bl {
  width: 56%;
}

.top-clinic__ttl-middle {
  font-size: 2.7rem;
  line-height: 1.7;
  font-family: var(--kos);
  margin-bottom: 20px;
  font-weight: 400;
}

.top-clinic__ttl-middle-en {
  position: relative;
  padding-left: 30px;
  font-family: var(--qui);
  font-size: 1.6rem;
  color: var(--green);
}
.top-clinic__ttl-middle-en::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: var(--green);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

.top-clinic__right-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 2%;
}
.top-clinic__right-list li {
  width: 49%;
  padding-left: 25px;
  position: relative;
  font-size: 1.7rem;
  font-weight: 500;
}
.top-clinic__right-list li::before {
  content: "";
  background-image: url(../img/common/check.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  width: 19px;
  aspect-ratio: 1/1;
}

.top-do__ttl-bl {
  width: 90%;
  margin: 0 auto 30px;
}

.base__ttl-en {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  color: var(--green);
  font-family: var(--qui);
}
.base__ttl-en::before {
  content: "";
  width: 8px;
  aspect-ratio: 1/1;
  background-color: var(--green);
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  border-radius: 50%;
  font-family: var(--qui);
}
.base__ttl-en::after {
  content: "";
  width: 8px;
  aspect-ratio: 1/1;
  background-color: var(--green);
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  border-radius: 50%;
  font-family: var(--qui);
}

.base__ttl {
  font-size: 3.6rem;
  line-height: 1.5;
  font-family: var(--kos);
  font-weight: 400;
}

#top-do {
  padding-top: 140px;
}
#top-do .base__ttl {
  text-align: center;
}

.top-do__bl {
  background-image: url(../img/top/webp/bg.webp);
  background-size: cover;
  background-position: center;
  padding: 120px 0 350px;
}

.top-do__list {
  position: relative;
  width: 556px;
  aspect-ratio: 556/537;
  margin: 0 auto;
  background-image: url(../img/top/c_bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.top-do__list::before {
  content: "";
  position: absolute;
  width: 252px;
  aspect-ratio: 252/166;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/top/do-txt.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  z-index: 1;
}
.top-do__list li {
  width: 155px;
  aspect-ratio: 1/1;
  position: absolute;
}
.top-do__list li:nth-child(1) {
  top: -50px;
  left: 52%;
  transform: translateX(-50%);
}
.top-do__list li:nth-child(2) {
  top: 30px;
  right: 30px;
}
.top-do__list li:nth-child(3) {
  top: 49%;
  transform: translateY(-50%);
  right: -50px;
}
.top-do__list li:nth-child(4) {
  bottom: 20px;
  right: 10px;
}
.top-do__list li:nth-child(5) {
  bottom: -50px;
  left: 52%;
  transform: translateX(-50%);
}
.top-do__list li:nth-child(6) {
  bottom: 20px;
  left: 10px;
}
.top-do__list li:nth-child(7) {
  top: 49%;
  transform: translateY(-50%);
  left: -50px;
}
.top-do__list li:nth-child(8) {
  top: 30px;
  left: 30px;
}

.top-access__bl {
  width: calc(50% + 640px);
  border-radius: 0 15px 15px 0;
  overflow: hidden;
  position: relative;
  display: grid;
  grid-template-columns: 50vw 1fr;
  margin-top: -200px;
}
.top-access__bl .cont {
  background-color: #fff;
}
.top-access__bl .cont .cont__inner {
  width: 640px;
  max-width: 95%;
  padding: 40px 40px 40px 0;
  margin-left: auto;
  margin-right: 0;
}

.top-access__ttl-en {
  font-family: var(--qui);
  color: var(--green);
  font-size: 1.6rem;
  border-bottom: 2px solid var(--green);
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
}

.top-access__ttl {
  width: 355px;
}
.top-access__ttl img {
  width: 100%;
}

.top-access__address {
  font-size: 1.6rem;
  margin-top: 10px;
  line-height: 1.7;
}

.top-access__tel-txt {
  margin-top: 10px;
  font-size: 1.6rem;
}

.top-access__list {
  display: flex;
  gap: 3%;
  margin-top: 20px;
}
.top-access__list li {
  width: 48.5%;
}
.top-access__list li p {
  font-size: 1.6rem;
  line-height: 1.6;
}

.top-access__list-ttl {
  font-size: 1.6rem;
  color: var(--green);
  border-bottom: 1px solid var(--green);
  margin-bottom: 12px;
}

.access__time-table-bl {
  background-color: rgb(247, 249, 250);
  padding: 30px;
  margin-top: 20px;
}

.time-table {
  width: 100%;
  border-collapse: collapse;
}
.time-table th {
  font-size: 1.6rem;
  text-align: center;
  padding: 8px 5px;
  border-bottom: 1px solid var(--green);
  font-weight: 400;
}
.time-table th:nth-child(1) {
  width: 120px;
}
.time-table tbody th {
  font-family: var(--qui);
}
.time-table td {
  color: var(--green);
  font-size: 1.4rem;
  width: calc((100% - 120px) / 8);
  border-bottom: 1px solid var(--green);
  text-align: center;
}
.time-table td.close {
  position: relative;
}
.time-table td.close::before {
  content: "";
  width: 12px;
  height: 2px;
  display: block;
  background-color: var(--green);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

#top-concept {
  position: relative;
  padding: 140px 0;
  background: linear-gradient(to top, rgba(100, 183, 199, 0.2) 0%, rgba(100, 183, 199, 0) 100%);
}
#top-concept .inner {
  position: relative;
  z-index: 3;
}

.top-concept__bl {
  width: 540px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.top-concept__ttl {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--green);
  border-bottom: 2px solid var(--green);
  font-family: var(--qui);
  font-weight: 600;
  line-height: 1.5;
}

.top-concept__img01 {
  position: absolute;
  left: 0;
  width: calc(50% - 360px);
  top: 250px;
  z-index: 2;
}

.top-concept__img02 {
  position: absolute;
  right: 0;
  width: 45%;
  top: 50px;
  z-index: 2;
}

.top-concept__ttl-ja {
  font-family: var(--kos);
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1em;
}
.top-concept__ttl-ja .green-txt {
  display: inline-block;
  border-bottom: 2px solid var(--green);
}

.ib {
  display: inline-block;
}

.top-concept__bl p {
  font-size: 1.8rem;
  margin-bottom: 1em;
}

.top-doctor__swiper {
  color: #5accc8;
  font-family: var(--qui);
  font-size: 8.2vw;
  opacity: 0.3;
  margin-top: 17vw;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.top-doctor__swiper .swiper-wrapper {
  transition-timing-function: linear;
}

.s-inner {
  width: 1120px;
  max-width: 90%;
  margin: 0 auto;
}

.top-doctor__cont-bl {
  display: grid;
  grid-template-columns: 48% 1fr;
  gap: 3%;
  padding-top: 150px;
}
.top-doctor__cont-bl .cont p {
  font-size: 1.6rem;
}

.top-doctor__ttl {
  margin-bottom: 20px;
  font-family: var(--kos);
  font-weight: 400;
}
.top-doctor__ttl .name {
  font-size: 3.2rem;
  display: inline-block;
  margin-right: 12px;
}
.top-doctor__ttl .add {
  font-size: 2rem;
  opacity: 0.6;
}

.top-doctor__history-bl {
  margin-top: 30px;
}

.top-doctor__history-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1em;
}

.top-doctor__history-list {
  font-size: 1.6rem;
  padding-left: 15px;
  border-left: 2px solid rgba(90, 204, 200, 0.5);
}
.top-doctor__history-list li {
  margin-bottom: 5px;
}

.base__ttl {
  font-size: 3.6rem;
  text-align: center;
  font-family: var(--kos);
  font-weight: 400;
}

.base__ttl-bl {
  margin-bottom: 50px;
}

#top-reason {
  padding: 140px 0 0;
}

.top-reason__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.top-reason__list li {
  background-color: #f7f9fa;
  border-radius: 25px;
}
.top-reason__list li .cont {
  padding: 25px;
}
.top-reason__list li .cont p {
  font-size: 1.6rem;
}

.top-reason__list-ttl {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 0.7em;
  line-height: 1.6;
}

#top-treat {
  padding: 140px 0;
}

.top-treat__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3px;
}
.top-treat__list li a {
  border-radius: 8px;
  background-color: #f2f2f2;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-treat__list li a .icon {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
  display: block;
}
.top-treat__list li a .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.top-treat__list li a .txt {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 26px;
  font-size: 1.6rem;
  position: relative;
}
.top-treat__list li a .txt::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/common/webp/c_arrow.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 0;
  top: 55%;
  transform: translate(0, -50%);
}
.top-treat__list li a:hover {
  background-color: #d7f3f3;
}

.base__link {
  border-radius: 100px;
  width: 280px;
  height: 56px;
  background-color: #3ec0bb;
  display: flex;
  align-items: center;
  padding-left: 30px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
.base__link::before {
  content: "";
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}
.base__link::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../img/common/arrow-green.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.top-price__flex {
  display: flex;
  overflow: hidden;
}
.top-price__flex .img {
  width: 50%;
  height: 440px;
}
.top-price__flex .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-price__flex .cont {
  width: 50%;
  height: 440px;
  background-color: #f7f9fa;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.base__link-center {
  margin-left: auto;
  margin-right: auto;
}

.top-price__txt {
  font-size: 2rem;
  margin-bottom: 30px;
}
.top-price__txt .green-txt {
  font-weight: bold;
}

.top-price__swiper {
  margin-top: 10px;
  margin-bottom: 10px;
}
.top-price__swiper .swiper-wrapper {
  transition-timing-function: linear;
}

#top-price {
  overflow: hidden;
}

.top-rec {
  height: 375px;
}
.top-rec a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
}
.top-rec a:hover {
  background-color: #64b7c7;
}
.top-rec a:hover .top-rec__ttl-en,
.top-rec a:hover .top-rec__ttl {
  color: #fff;
}
.top-rec a .s-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-rec a .arrow {
  width: 90px;
  height: 90px;
  position: relative;
  background-image: url(../img/top/webp/rec-btn-w.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.top-rec a .arrow::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/top/webp/rec-btn-g.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}
.top-rec a:hover .arrow::after {
  opacity: 0;
}

.top-rec__ttl-en {
  font-family: var(--qui);
  color: var(--green);
  font-size: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  transition: all 0.3s ease;
}

.top-rec__ttl {
  font-size: 4.2rem;
  font-family: var(--kos);
  font-weight: 400;
  transition: all 0.3s ease;
}

#top-info {
  display: flex;
}

#top-news {
  width: 50%;
  border-right: 1px solid rgba(20, 40, 44, 0.1);
}

.top-news__inner {
  width: 640px;
  max-width: 90%;
  margin: 0 0 0 auto;
  padding: 60px 50px 60px 0;
}

.top-column__inner {
  width: 640px;
  max-width: 90%;
  margin: 0 auto 0 0;
  padding: 60px 0 60px 50px;
}

.top-info__ttl-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-info__ttl-en {
  font-family: var(--qui);
  color: var(--green);
  font-size: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  line-height: 1.6;
}

.top-info__ttl {
  font-size: 3.6rem;
  font-family: var(--kos);
  font-weight: 400;
}

.top-info__link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
}
.top-info__link .txt {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  border-bottom: 1px solid var(--black);
  line-height: 1.4;
}
.top-info__link .arrow {
  width: 44px;
  height: 44px;
  display: block;
  background-color: #3ec0bb;
  position: relative;
  border-radius: 50%;
}
.top-info__link .arrow::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../img/top/arrow02.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.news__list li a {
  padding: 20px 0;
  display: block;
  border-bottom: 1px solid rgba(20, 40, 44, 0.2);
}
.news__list li a .txt {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.column__list li a {
  padding: 20px 0;
  display: flex;
  gap: 12px;
  border-bottom: 1px solid rgba(20, 40, 44, 0.2);
}
.column__list li a .img {
  width: 120px;
  height: 80px;
}
.column__list li a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.column__list li a .cont {
  width: calc(100% - 132px);
}
.column__list li a .txt {
  font-size: 1.5rem;
  line-height: 1.6;
}

.news__list-options {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 8px;
}
.news__list-options time {
  font-size: 1.2rem;
  color: #333;
  opacity: 0.5;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.news__list-options .cat {
  background-color: var(--green);
  border-radius: 100px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 15px;
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 0 !important;
}

.ygreen-txt {
  color: #64c78a !important;
}

.ygreen-bg {
  background-color: #64c78a !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.sp {
  display: none;
}

.sp-img {
  display: none;
}

.js-fadeUp {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
}
.js-fadeUp.is-visible {
  opacity: 1;
  transform: translateY(0);
}

#top-column {
  width: 50%;
}

#top-voice {
  padding-bottom: 140px;
}

@media screen and (max-width: 1350px) {
  #top-mv {
    margin: 80px 1% 0;
    height: 630px;
  }
  .top-mv__list {
    bottom: -130px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .top-mv__list li {
    box-shadow: 2px 2px 6px rgba(42, 107, 120, 0.2);
  }
  #top-clinic {
    margin-top: 205px;
    display: flex;
    flex-direction: column-reverse;
  }
  .top-clinic__img {
    width: 95%;
    position: relative;
    top: 50px;
    right: 0;
    margin-left: auto;
    margin-right: 0;
  }
  .inner.bg-gray {
    max-width: 100%;
  }
  .top-clinic__list {
    margin-bottom: calc(73vw + 30px);
  }
  .top-clinic__right-bl {
    width: 100%;
  }
  .top-clinic__white-bl {
    flex-direction: column;
  }
  .top-clinic__left-bl {
    width: 100%;
    padding-right: 0;
  }
  .top-clinic__ttl-middle {
    text-align: center;
  }
  .top-clinic__ttl-middle-en {
    padding-right: 30px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 30px;
  }
  .top-clinic__ttl-middle-en::after {
    content: "";
    width: 20px;
    height: 1px;
    background-color: var(--green);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
  }
  .top-clinic__right-list {
    width: 600px;
    margin: 0 auto;
    max-width: 100%;
  }
  .top-access__bl {
    grid-template-columns: 1fr;
    margin-top: -200px;
    max-width: 95%;
  }
  .top-access__bl .cont .cont__inner {
    width: 95%;
  }
  .top-access__bl .map {
    height: 400px;
  }
  .top-concept__img01 {
    width: calc(50% - 260px);
  }
  .top-concept__img02 {
    width: 37%;
  }
  .top-concept__ttl-ja {
    font-size: 2.8rem;
  }
  .top-concept__bl {
    width: 390px;
  }
  .top-doctor__swiper {
    font-size: 8vw;
    margin-top: 4vw;
  }
  .top-doctor__cont-bl {
    padding-top: 60px;
  }
  .top-reason__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .top-treat__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .top-news__inner {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  #top-news {
    width: 100%;
    border-bottom: 1px solid rgba(20, 40, 44, 0.1);
    padding: 60px 0;
    border-right: none;
  }
  #top-column {
    width: 100%;
    padding: 60px 0;
  }
  #top-info {
    flex-direction: column;
  }
  .top-column__inner {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  #top-do {
    padding-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .top-mv__list {
    bottom: 20px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    gap: 5px;
  }
  .top-mv__ttl {
    font-size: 2.6rem;
  }
  .top-mv__bl {
    left: 5%;
    bottom: 150px;
  }
  .top-mv__sub-ttl::before {
    width: 24px;
    height: 2px;
    bottom: -14px;
  }
  .top-mv__sub-ttl {
    font-family: var(--qui);
    font-size: 1.4rem;
    margin-bottom: 33px;
  }
  .top-mv__txt {
    font-size: 1.3rem;
  }
  .top-mv__list li {
    width: 110px;
    font-size: 1.4rem;
    padding-top: 8px;
  }
  .top-mv__list li .num {
    width: 38px;
    height: 15px;
    font-size: 1rem;
    top: 15px;
  }
  .top-mv__list li {
    font-size: 1.4rem;
  }
  #top-mv {
    background-image: url(../img/top/webp/mv_sp.webp);
  }
  .sp {
    display: inline-block;
  }
  #top-clinic {
    margin-top: 145px;
  }
  .top-clinic__ttl-en::before {
    width: 6px;
  }
  .top-clinic__ttl-en {
    font-size: 1.6rem;
  }
  .top-clinic__ttl {
    font-size: 2.6rem;
  }
  .top-clinic__sub-ttl {
    font-size: 1.8rem;
    margin-bottom: 12px;
    letter-spacing: 0.05em;
  }
  .top-clinic__sub-ttl::before {
    width: 50px;
    right: -60px;
  }
  .top-clinic__list li .txt {
    font-size: 1.6rem;
    width: calc(100% - 46px);
    line-height: 1.6;
  }
  .top-clinic__list li .num {
    font-size: 1.4rem;
    width: 36px;
  }
  .top-clinic__list li {
    gap: 10px;
  }
  .top-clinic__img {
    top: 30px;
  }
  .top-clinic__white-bl {
    padding: 30px 5%;
    letter-spacing: 0.05em;
  }
  .top-clinic__ttl-middle {
    font-size: 2.1rem;
    margin-bottom: 3px;
  }
  .top-clinic__ttl-middle-en {
    margin: 0 auto 15px;
  }
  .top-clinic__right-list {
    gap: 15px 4%;
    line-height: 1.6;
  }
  .top-clinic__right-list li::before {
    top: 4px;
    width: 17px;
  }
  .top-clinic__right-list li {
    width: 48%;
    padding-left: 24px;
    font-size: 1.4rem;
  }
  .inner.bg-gray {
    padding: 60px 5%;
  }
  .base__ttl-en::after {
    width: 6px;
  }
  .base__ttl-en::before {
    width: 6px;
  }
  .base__ttl {
    font-size: 2.6rem;
  }
  #top-do {
    padding-top: 70px;
  }
  .top-do__list {
    width: 86%;
    aspect-ratio: 556/537;
    background-image: url(../img/top/c_bg_sp.png);
  }
  .top-do__list li {
    width: 35vw;
  }
  .top-do__list li:nth-child(2) {
    top: -2vw;
    right: -2vw;
  }
  .top-do__list li:nth-child(3) {
    right: -7vw;
    width: 31vw;
  }
  .top-do__list li:nth-child(4) {
    bottom: -2vw;
    right: -3vw;
  }
  .top-do__list li:nth-child(6) {
    bottom: -2vw;
    left: 0vw;
  }
  .top-do__list li:nth-child(7) {
    left: -7vw;
  }
  .top-do__list li:nth-child(8) {
    top: -2vw;
    left: 2vw;
  }
  .top-do__list::before {
    width: 47vw;
    top: 49%;
  }
  .top-do__bl {
    padding: 100px 0 300px;
    overflow: hidden;
  }
  .top-access__bl {
    margin-top: -230px;
  }
  .top-access__ttl-en {
    font-size: 1.3rem;
    border-bottom: 1px solid var(--green);
    margin-bottom: 15px;
  }
  .top-access__ttl {
    width: 290px;
    max-width: 100%;
  }
  .top-access__address {
    font-size: 1.4rem;
  }
  .top-access__tel-txt {
    margin-top: 5px;
    font-size: 1.4rem;
  }
  .top-access__list-ttl {
    font-size: 1.4rem;
  }
  .top-access__list li p {
    font-size: 1.2rem;
  }
  .top-access__bl .cont .cont__inner {
    padding: 30px 5% 30px 0;
  }
  .time-table th:nth-child(1) {
    width: 100px;
  }
  .time-table th {
    font-size: 1.2rem;
  }
  .time-table td {
    font-size: 1.2rem;
    width: calc((100% - 100px) / 8);
  }
  .time-table td.close::before {
    width: 8px;
    height: 1px;
  }
  .access__time-table-bl {
    padding: 15px;
    margin-top: 18px;
    letter-spacing: 0.05em;
  }
  .top-access__bl .map {
    height: 240px;
  }
  .top-concept__ttl {
    position: relative;
    border-bottom: 1px solid var(--green);
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
  .top-concept__bl p {
    font-size: 1.5rem;
  }
  .top-doctor__swiper {
    font-size: 13.5vw;
    margin-top: 15vw;
    margin-bottom: 19vw;
  }
  .top-concept__img02 {
    right: 5%;
    width: 90%;
    top: 435px;
  }
  .top-concept__img01 {
    width: 100px;
    top: 40px;
    left: auto;
    right: 5%;
  }
  #top-concept {
    padding: 70px 0 60px;
  }
  .top-concept__bl {
    width: 100%;
  }
  .top-doctor__cont-bl {
    padding-top: 40px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .top-doctor__ttl .name {
    font-size: 2.5rem;
    margin-right: 10px;
  }
  .top-doctor__ttl .add {
    font-size: 1.6rem;
  }
  .top-doctor__ttl {
    margin-bottom: 10px;
  }
  .top-doctor__cont-bl .cont p {
    font-size: 1.4rem;
  }
  .top-doctor__history-ttl {
    font-size: 1.5rem;
  }
  .top-doctor__history-list {
    font-size: 1.4rem;
    margin-bottom: 2px;
  }
  #top-reason {
    padding: 60px 0 0;
  }
  .base__ttl {
    margin-top: 10px;
  }
  .top-reason__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .top-reason__list li .cont {
    padding: 20px 20px 30px;
  }
  .top-reason__list-ttl {
    font-size: 1.8rem;
  }
  .top-reason__list li .cont p {
    font-size: 1.4rem;
  }
  .top-reason__list li {
    border-radius: 20px;
  }
  .base__ttl-bl {
    margin-bottom: 30px;
  }
  #top-treat {
    padding: 70px 0;
  }
  .top-treat__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .top-treat__list li a .icon {
    width: 74px;
    height: 52px;
    margin-bottom: 8px;
  }
  .top-treat__list li a {
    border-radius: 4px;
    padding: 20px 10px;
  }
  .top-treat__list li a .txt {
    padding-right: 20px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .top-treat__list li a .txt::after {
    width: 14px;
    height: 14px;
    top: 57%;
  }
  .base__link {
    width: 240px;
    height: 56px;
    padding-left: 20px;
    font-size: 1.4rem;
  }
  .base__link::before {
    width: 42px;
    height: 42px;
    right: 7px;
  }
  .top-treat__list {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .top-treat__list li {
    width: calc(50% - 2.5px);
  }
  .top-price__flex {
    flex-direction: column-reverse;
  }
  .top-price__flex .cont {
    width: 100%;
    height: auto;
    padding: 50px 5%;
  }
  .top-price__txt {
    font-size: 1.6rem;
  }
  .top-price__flex .img {
    width: 100%;
    height: 250px;
  }
  .top-rec a .s-inner {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .top-rec {
    height: auto;
  }
  .top-rec a {
    padding: 40px 0;
  }
  .top-rec a .arrow {
    width: 72px;
    height: 72px;
    margin: 5px 0 0 auto;
  }
  .top-rec__ttl-en {
    font-size: 1.6rem;
  }
  .top-rec__ttl {
    font-size: 3rem;
  }
  .top-news__inner,
  .top-column__inner {
    position: relative;
    padding-bottom: 60px;
  }
  .top-info__link {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .top-info__ttl-flex .ttl-bl {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 12px;
  }
  .top-info__link .arrow::after {
    width: 14px;
    height: 14px;
  }
  .top-info__link .txt {
    font-size: 1.4rem;
  }
  .top-info__ttl {
    font-size: 2.6rem;
  }
  .top-info__link .arrow {
    width: 36px;
    height: 36px;
  }
  .news__list li a .txt {
    font-size: 1.3rem;
  }
  .column__list li a .txt {
    font-size: 1.3rem;
  }
  #top-news {
    padding: 40px 0;
  }
  #top-column {
    padding: 40px 0;
  }
  #top-mv {
    height: calc(100vh - 80px);
  }
  #top-clinic .base__link {
    margin-left: auto;
    margin-right: auto;
  }
  #top-concept .base__link {
    margin-left: auto;
    margin-right: auto;
  }
  #top-price .base__link {
    margin-left: auto;
    margin-right: auto;
  }
  #top-voice {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 500px) {
  .top-concept__img02 {
    top: 500px;
  }
  .top-doctor__swiper {
    margin-top: 41vw;
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 450px) {
  .top-concept__bl p {
    font-size: 3.5vw;
  }
  .top-access__list li p {
    font-size: 2.9vw;
  }
  .top-price__txt {
    font-size: 3.8vw;
  }
}
footer {
  padding: 80px 0 0;
  background-color: #F7F9FA;
}

.footer__flex {
  display: flex;
  margin-bottom: 30px;
}

.footer__left {
  width: 40%;
}

.footer__right {
  width: 60%;
  padding-bottom: 30px;
}
.footer__right .time-bl {
  width: 560px;
  background-color: #fff;
  padding: 25px;
  max-width: 100%;
}

.footer__ttl {
  width: 355px;
  margin-bottom: 10px;
}
.footer__ttl img {
  width: 100%;
}

.footer__txt {
  font-size: 1.6rem;
  margin-bottom: 0.5em;
}

.footer__list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 40px;
  margin-bottom: 40px;
}
.footer__list li a {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}

.footer__bar {
  padding: 15px 0;
  background-color: #fff;
  position: relative;
}

.footer__copy {
  position: absolute;
  left: calc(50% - 640px);
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}

.footer__bar-bl {
  display: flex;
  gap: 10px;
  margin: 0 20px 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

.footer__link {
  width: 200px;
  height: 60px;
  border-radius: 100px;
  color: #fff;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__link.green-bg {
  background-color: var(--green);
}

.to-top-btn {
  width: 60px;
  height: 60px;
  background-image: url("../img/top/webp/up-arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--green);
}
.to-top-btn:hover {
  opacity: 0.8;
}

.fixed-bl {
  display: flex;
  gap: 10px;
  bottom: 15px;
  position: fixed;
  right: 90px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.fixed-bl.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
.fixed-bl.active .footer__link {
  width: 270px;
  height: 80px;
  font-size: 1.8rem;
}
.fixed-bl.active.under-line .footer__link {
  width: 200px;
  height: 60px;
  font-size: 1.6rem;
}

@media screen and (max-width: 1300px) {
  .footer__flex {
    gap: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer__left, .footer__right {
    width: 600px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer__ttl {
    width: 290px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer__txt {
    font-size: 1.4rem;
    text-align: center;
  }
  .footer__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
  }
  .footer__list li a {
    border-bottom: 1px solid #ccc;
    display: block;
    position: relative;
    padding-right: 20px;
    font-size: 1.4rem;
    padding: 5px 0;
  }
  .footer__list li a::after {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(../img/common/webp/c_arrow.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
  }
  .footer__list li a:hover::after {
    transform: translateY(-50%) translateX(2px);
    transition: all 0.3s ease;
  }
  footer {
    padding: 50px 0 0;
  }
  .footer__list {
    margin-bottom: 30px;
  }
  .footer__link {
    width: 160px;
    height: 40px;
    font-size: 1.4rem;
  }
  .to-top-btn {
    width: 40px;
    height: 40px;
  }
  .footer__bar-bl {
    gap: 5px;
    padding-left: 5%;
    width: 100%;
    padding-right: 5%;
  }
  .footer__copy {
    position: relative;
    left: 0;
    top: 0;
    transform: translateY(0);
    font-size: 1rem;
    text-align: center;
    padding: 0 0 20px;
  }
  .fixed-bl {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    width: 90%;
  }
  .footer__bar-bl {
    justify-content: flex-end;
  }
  .footer__bar {
    padding: 15px 0 70px;
  }
  .fixed-bl.active .footer__link, .footer__link {
    width: 49%;
    height: 60px;
    font-size: 1.6rem;
  }
  .fixed-bl.active.under-line .footer__link {
    width: 49%;
    height: 50px;
    font-size: 1.4rem;
  }
}
.c-under-mv__ttl-bl {
  width: 1200px;
  max-width: 90%;
  border: 10px solid #fff;
  border-radius: 20px;
  display: flex;
  height: 360px;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-under-mv__ttl-bl {
    flex-direction: column;
    height: auto;
    border-radius: 10px;
    border: 3px;
  }
}
.c-under-mv__ttl-bl .c-under-mv__ttl {
  width: 50%;
  background-color: #F7F9FA;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 340px;
  color: var(--green);
  font-family: var(--kos);
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-under-mv__ttl-bl .c-under-mv__ttl {
    width: 100%;
    height: auto;
    padding: 35px 15px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 400px) {
  .c-under-mv__ttl-bl .c-under-mv__ttl {
    font-size: 2.4rem;
    margin: 0 !important;
  }
}
.c-under-mv__ttl-bl .img {
  width: 50%;
  height: 100%;
}
.c-under-mv__ttl-bl .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-under-mv__ttl-bl .img {
    width: 100%;
    height: 220px;
  }
}

.under-main {
  margin-top: 120px;
}
@media screen and (max-width: 1350px) {
  .under-main {
    margin-top: 80px;
  }
}
.under-main .top-access__bl {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  border-radius: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 767px) {
  .under-main .top-access__bl {
    width: 100%;
  }
}
.under-main .top-access__bl .cont .cont__inner {
  width: 95%;
  max-width: 95%;
}
.under-main .top-access__bl .map {
  height: 400px;
}

.inner {
  width: 1080px;
  max-width: 90%;
  margin: 0 auto;
}

.c-breadcrumb {
  width: 1200px;
  max-width: 90%;
  margin: 10px auto 40px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
  position: relative;
  font-size: 1.2rem;
}
.c-breadcrumb li {
  position: relative;
}
.c-breadcrumb li::after {
  content: "";
  position: absolute;
  top: 11px;
  right: -11px;
  width: 5px;
  height: 5px;
  display: block;
  border-right: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  transform: rotate(-45deg);
}
.c-breadcrumb li:last-child::after {
  display: none;
}

.c-sec {
  padding: 100px 7%;
}
@media screen and (max-width: 767px) {
  .c-sec {
    padding: 50px 5%;
  }
}
.c-sec p {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-sec p {
    font-size: 1.4rem;
  }
}

.c-under__bl {
  border-radius: 20px;
}

.u-bg--gray {
  background-color: #F7F9FA;
}
.u-bg--gray .c-under__ttl-middle {
  background-color: #fff;
}

.c-under__ttl {
  border-bottom: 1px solid var(--green);
  position: relative;
  padding-left: 30px;
  font-size: 3rem;
  line-height: 1.4;
  font-family: var(--kos);
  padding-bottom: 15px;
  font-weight: 400;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .c-under__ttl {
    font-size: 2.2rem;
    padding-left: 20px;
  }
}
.c-under__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: var(--green);
}
@media screen and (max-width: 767px) {
  .c-under__ttl::before {
    width: 8px;
    height: 8px;
  }
}

.c-flex__bl {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.c-flex__bl .cont {
  width: calc(55% - 20px);
}
.c-flex__bl .img {
  width: calc(45% - 20px);
}
.c-flex__bl .img img {
  width: 100%;
  border-radius: 10px;
}
.c-flex__bl.c-flex__bl--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .c-flex__bl {
    gap: 20px;
    flex-direction: column-reverse;
  }
  .c-flex__bl.c-flex__bl--reverse {
    flex-direction: column-reverse;
  }
  .c-flex__bl .cont, .c-flex__bl .img {
    width: 100%;
  }
}

.u-img__full {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .u-img__full {
    margin-bottom: 20px;
  }
}
.u-img__full img {
  width: 100%;
  border-radius: 10px;
}

.c-cont__box p {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-cont__box p {
    margin-bottom: 15px;
  }
}
.c-cont__box p:last-child {
  margin-bottom: 0;
}

.c-under__ttl-middle {
  padding: 15px;
  line-height: 1.4;
  font-size: 2.5rem;
  font-family: var(--kos);
  font-weight: 400;
  margin-bottom: 30px;
  border-left: 6px solid rgba(62, 192, 187, 0.5);
  background-color: #F7F9FA;
  color: var(--green);
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-under__ttl-middle {
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding: 10px;
    border-left: 4px solid rgba(62, 192, 187, 0.5);
  }
}
.c-under__ttl-middle::before {
  content: "";
  position: absolute;
  top: 0;
  left: -6px;
  z-index: 1;
  width: 6px;
  height: 50%;
  background-color: var(--green);
}
@media screen and (max-width: 767px) {
  .c-under__ttl-middle::before {
    width: 4px;
    left: -4px;
  }
}

.c-under__list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 1.6rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-under__list li {
    font-size: 1.4rem;
    padding-left: 18px;
  }
}
.c-under__list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  line-height: 1;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--green);
}
@media screen and (max-width: 767px) {
  .c-under__list li::before {
    width: 6px;
    height: 6px;
    top: 10px;
  }
}
.c-under__list li:last-child {
  margin-bottom: 0;
}

.c-gallery__bl {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-gallery__bl {
    gap: 10px;
    margin-bottom: 20px;
  }
}
.c-gallery__bl .c-gallery__img-item {
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .c-gallery__bl .c-gallery__img-item {
    width: 100%;
  }
}
.c-gallery__bl .c-gallery__img-item img {
  width: 100%;
  border-radius: 10px;
}

.c-img__full {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-img__full {
    margin-bottom: 20px;
  }
}
.c-img__full img {
  width: 100%;
  border-radius: 10px;
}

.c-under__ttl-small {
  font-size: 2rem;
  font-family: var(--kos);
  font-weight: 400;
  margin-bottom: 15px;
  color: var(--green);
}
@media screen and (max-width: 767px) {
  .c-under__ttl-small {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.c-box--w {
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .c-box--w {
    border-radius: 10px;
    padding: 20px;
  }
}

.c-box__ttl {
  font-size: 2rem;
  font-family: var(--kos);
  font-weight: 400;
  margin-bottom: 20px;
  color: var(--green);
  border-bottom: 1px solid var(--green);
  padding-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .c-box__ttl {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

.c-30-70__table {
  width: 100%;
  border-collapse: collapse;
}
.c-30-70__table th {
  width: 30%;
  background-color: #F7F9FA;
  padding: 15px;
  text-align: left;
  vertical-align: top;
  font-size: 1.6rem;
  font-weight: 600;
  border: 1px solid #ddd;
  text-align: center;
  font-family: var(--kos);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-30-70__table th {
    padding: 10px;
    display: block;
    width: 100%;
    font-size: 1.4rem;
  }
}
.c-30-70__table td {
  width: 70%;
  padding: 15px;
  font-size: 1.6rem;
  border: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .c-30-70__table td {
    padding: 10px;
    display: block;
    width: 100%;
    font-size: 1.4rem;
    width: 100%;
  }
}

.c-table {
  width: 100%;
  border-collapse: collapse;
}
.c-table th, .c-table td {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-table th, .c-table td {
    padding: 7px 3px;
    font-size: 1.3rem;
  }
}
.c-table th {
  background-color: #F7F9FA;
  font-family: var(--kos);
  font-weight: 400;
  text-align: center;
}
.c-table.w50s th, .c-table.w50s td {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-table.w50s th, .c-table.w50s td {
    width: 100%;
    display: block;
  }
}

.under-main .top-do__bl {
  padding: 120px 0 100px;
}
@media screen and (max-width: 1350px) {
  .under-main .top-do__bl {
    padding: 100px 0 100px;
  }
}

@media screen and (max-width: 767px) {
  .c-slide__bl--sp {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-w800--sp {
    width: 800px;
  }
}

@media screen and (max-width: 767px) {
  .c-w600--sp {
    width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */