@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?j0unrv");
  src: url("../fonts/icomoon.eot?j0unrv#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?j0unrv") format("truetype"), url("../fonts/icomoon.woff?j0unrv") format("woff"), url("../fonts/icomoon.svg?j0unrv#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icomoon-], [class*=" icomoon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon06:before {
  content: "\e900";
}

.icon-icon05:before {
  content: "\e901";
}

.icon-icon03:before {
  content: "\e902";
}

.icon-icon04:before {
  content: "\e903";
}

.icon-icon01:before {
  content: "\e904";
}

.icon-icon02:before {
  content: "\e905";
}

:root {
  --black:#000;
  --navy:#053864;
  --ibm:"IBM Plex Sans JP", sans-serif;
  --shippori:"Shippori Mincho B1", serif;
  --corm:"Cormorant Garamond", serif;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
  line-height: 1.8;
}

body {
  font-family: var(--shippori);
  color: var(--navy);
  font-weight: 400;
  opacity: 0;
  animation-name: fadeAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  background-color: #fff;
}

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

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

p {
  font-size: 1.5rem;
}

.under-834only {
  display: none;
}

.under-834none {
  display: inline-block;
}

.bold {
  font-weight: bold;
}

.logo {
  width: 245px;
  position: absolute;
  top: 50px;
  left: 60px;
}

.inner {
  width: 1500px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.inner-s {
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

header {
  position: absolute;
  width: fit-content;
  top: 50px;
  right: 70px;
  z-index: 100;
}

.header__nav {
  display: flex;
}
.header__nav li {
  padding: 0 12.5px;
  width: 50px;
}
.header__nav li a {
  font-size: 1.5rem;
  color: var(--navy);
  writing-mode: vertical-rl;
}
.header__nav li a:hover {
  color: #89b0d2;
  transition-duration: 0.3s;
}

.base__link {
  font-size: 2.1rem;
  color: var(--navy);
  display: flex;
  gap: 7px;
  align-items: center;
  width: fit-content;
}
.base__link .material-symbols-outlined {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.5rem;
  transition-duration: 0.3s;
  position: relative;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  z-index: 2;
}
.base__link .material-symbols-outlined::before {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  display: block;
  content: "";
  transition-duration: 0.2s;
  position: absolute;
  background-color: #89b0d2;
  z-index: -1;
  border-radius: 50%;
}
.base__link:hover .material-symbols-outlined::before {
  width: 60px;
  height: 60px;
  transition-duration: 0.2s;
}

#ham, .sp-menu {
  display: none;
}

footer {
  overflow: hidden;
}

.footer__reserv {
  padding: 50px 0;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 100px;
}

.footer__reserv-flex .footer__reserv-ttl {
  width: 40%;
  width: 40%;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.footer__reserv-flex .footer__reserv-to-flex {
  width: 60%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.footer__reserv-flex .footer__reserv-to-flex .item .ttl {
  font-size: 1.4rem;
  font-family: var(--ibm);
  margin-bottom: 10px;
  font-weight: 500;
}
.footer__reserv-flex .footer__reserv-to-flex .item .tel-link {
  font-size: 3.2rem;
  line-height: 1;
  color: var(--navy);
  margin-bottom: 12px;
  display: block;
  width: fit-content;
}
.footer__reserv-flex .footer__reserv-to-flex .item .txt {
  font-size: 1.2rem;
  font-family: var(--ibm);
}
.footer__reserv-flex .footer__reserv-to-flex .item .footer__btn-link {
  background-color: #89b0d2;
  border-radius: 50px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: var(--ibm);
  font-size: 1.6rem;
  font-weight: 500;
}
.footer__reserv-flex .footer__reserv-to-flex .item .footer__btn-link .txt {
  font-size: 1.6rem;
}

.footer__info-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.footer__info-flex .map {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.footer__info-flex .cont {
  padding-left: 50px;
}

.footer__logo-link {
  width: 357px;
  max-width: 100%;
  margin-bottom: 20px;
  display: block;
}

.footer__address-txt {
  font-family: var(--ibm);
  font-size: 1.4rem;
}

.footer__info-bl {
  margin-top: 40px;
}
.footer__info-bl .img img {
  border-radius: 10px;
}

.footer__info-ttl {
  font-weight: 400;
  font-size: 2.1rem;
  margin-bottom: 20px;
}
.footer__info-ttl .txt {
  display: inline-block;
  margin-right: 10px;
}
.footer__info-ttl .tag {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  border-radius: 50px;
  background-color: #fff;
  padding: 2px 15px;
  font-family: var(--ibm);
  background-color: var(--navy);
}

.footer__info-txt {
  font-family: var(--ibm);
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.footer__link {
  margin: 120px auto;
  display: flex;
  justify-content: center;
}
.footer__link li {
  padding: 0 20px;
  border-left: 1px solid var(--navy);
}
.footer__link li a {
  color: var(--navy);
  font-family: var(--ibm);
  font-size: 1.5rem;
  transition-duration: 0.3s;
}
.footer__link li a:hover {
  color: #89b0d2;
  transition-duration: 0.3s;
}
.footer__link li:first-of-type {
  border-left: none;
}

.footer__copy {
  font-size: 1rem;
  font-weight: 300;
  font-family: var(--ibm);
  margin-bottom: 25px;
  display: block;
}

.footer-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.footer-swiper .swiper-wrapper img {
  border-radius: 10px 10px 0 0;
}

.footer__reserv-flex {
  display: flex;
}

#information {
  width: 400px;
  max-width: 90%;
  position: fixed;
  right: 5%;
  bottom: 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: 10;
  border-radius: 10px 10px 0 0;
}

.infomation__inner {
  position: relative;
}

#info__ttl {
  cursor: pointer;
  height: 72px;
  font-size: 1.8rem;
  font-family: var(--ibm);
  display: flex;
  align-items: center;
  padding: 0 20px;
  position: relative;
  gap: 5px;
  border-bottom: 1px solid #ddd;
}
#info__ttl .material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 0, "opsz" 24;
}
#info__ttl .icon-arrow-down {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%) rotate(0deg);
  transition-duration: 0.5s;
}
#info__ttl.active .icon-arrow-down {
  transition-duration: 0.5s;
  transform: translate(0, -50%) rotate(180deg);
}

.info__btn-bl {
  width: 350px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  margin: 0px auto;
  padding: 30px 0;
}
.info__btn-bl a {
  display: block;
  aspect-ratio: 1/1;
  position: relative;
  font-family: var(--ibm);
  font-size: 1.6rem;
  font-weight: 500;
  padding: 14px;
  border-radius: 10px;
  line-height: 1.4;
}
.info__btn-bl a small {
  font-size: 70%;
}
.info__btn-bl a.info__btn01 {
  background-size: cover;
  background-position: center center;
  background-image: url(../img/top/info_bnr01.webp);
}
.info__btn-bl a.info__btn02 {
  background-size: cover;
  background-position: center center;
  background-image: url(../img/top/info_bnr02.webp);
}
.info__btn-bl a .material-symbols-outlined {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.info__tel-bl {
  border-top: 1px dotted var(--navy);
  border-bottom: 1px dotted var(--navy);
  padding: 20px 0;
}

.info__tel-ttl {
  text-align: center;
  font-family: var(--ibm);
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.info__tel {
  width: fit-content;
  display: block;
  margin: 0 auto 10px;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.1;
  color: var(--navy);
}

.info__tel-txt {
  font-size: 1.2rem;
  font-family: var(--ibm);
  text-align: center;
}

.info__access-bl {
  padding: 25px 0 35px;
}

.info__access-txt {
  font-family: var(--ibm);
  line-height: 1.5;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 10px;
}

.info__access-tag {
  border-radius: 50px;
  background-color: var(--navy);
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  padding: 10px 24px;
  font-family: var(--ibm);
  width: fit-content;
  margin: 0 auto;
}

/* --------------------フェードアップ------------------------ */
.js-fadeup.in {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

.js-load-fadeup.in {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-fadeup {
  opacity: 0;
  transform: translateY(20px);
}

/* --------------------フェードイン------------------------ */
.js-fadein.in {
  animation-name: fadeAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

.js-load-fadein.in {
  animation-name: fadeAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes fadeAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-fadein {
  opacity: 0;
}

/* ロードで */
.js-load-fadein {
  opacity: 0;
}

.js-load-fadeup {
  opacity: 0;
}

.delay600 {
  animation-delay: 0.6s;
}

.delay1200 {
  animation-delay: 1.2s;
}

.delay1800 {
  animation-delay: 1.8s;
}

.mb0 {
  margin-bottom: 0 !important;
}

#menu-btn {
  display: none;
}

.under834-none {
  display: inline-block;
}

.under834-only {
  display: none;
}

.footer__bnr {
  width: 470px;
  margin: 50px auto 20px;
  max-width: 90%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition-duration: 0.3s;
  display: block;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.footer__bnr:hover {
  opacity: 0.7;
  transition-duration: 0.3s;
}

@media (max-width: 1350px) {
  .under1350-none {
    display: none;
  }
  .footer__reserv-flex .footer__reserv-ttl {
    font-size: 2.8rem;
  }
}
@media (max-width: 1200px) {
  .footer__reserv-flex .footer__reserv-ttl {
    font-size: 3vw;
    width: 50%;
    padding-right: 20px;
    display: flex;
    align-items: center;
  }
  .footer__reserv-flex .footer__reserv-to-flex {
    width: 50%;
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .footer__logo-link {
    width: 260px;
  }
  .footer__link {
    margin: 80px auto;
  }
}
@media (max-width: 834px) {
  .under-834only {
    display: inline-block;
  }
  #ham, .sp-menu {
    display: block;
  }
  header {
    opacity: 0;
    visibility: hidden;
  }
  .sp-menu {
    position: fixed;
    top: 0;
    right: -101%;
    width: 350px;
    max-width: 100%;
    height: 100vh;
    z-index: 99;
    overflow-y: scroll;
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;
    transition-duration: 1s;
  }
  .sp-menu.active {
    right: 0;
    transition-duration: 1s;
  }
  .sp-menu__wrapper {
    width: 100%;
    height: auto;
    min-height: 100vh;
    background-color: #89b0d2;
    padding: 80px 20px 100px;
    position: relative;
  }
  /*Google Chrome、Safariへの対応*/
  .sp-menu::-webkit-scrollbar {
    display: none;
  }
  .sp-menu__logo {
    width: 200px;
    position: absolute;
    top: 20px;
    left: 30px;
  }
  .sp-menu__logo img {
    vertical-align: initial;
  }
  .sp-menu__close {
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    line-height: 1;
    cursor: pointer;
  }
  .sp-menu__nav > li {
    position: relative;
    padding: 18px;
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: space-between;
  }
  .sp-menu__nav > li a {
    color: #fff;
    font-family: var(--ibm);
    font-size: 1.5rem;
    display: block;
    width: fit-content;
  }
  .sp-menu__nav-small {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .sp-menu__nav-small > li a {
    font-size: 1.2rem;
    font-family: var(--ibm);
    color: #fff;
  }
  .js-fadeup-sp.in {
    animation-name: fadeUpAnime;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
  }
  .js-fadeup-sp {
    opacity: 0;
    transform: translateY(20px);
  }
  .under-834none {
    display: none;
  }
  #menu-btn {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
    background-color: #89b0d2;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    line-height: 1;
    font-family: var(--corm);
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 100;
    cursor: pointer;
    transition-duration: 1s;
  }
  #menu-btn.active {
    background-color: #75a1c7;
    transition-duration: 1s;
  }
  .logo {
    width: 180px;
    position: fixed;
    top: 22px;
    left: 25px;
    z-index: 100;
  }
  .under834-none {
    display: none;
  }
  .under834-only {
    display: inline-block;
  }
  .base__link {
    font-size: 1.7rem;
  }
  .base__link .material-symbols-outlined::before {
    width: 40px;
    height: 40px;
  }
  .base__link .material-symbols-outlined {
    width: 55px;
    height: 55px;
    font-size: 1.3rem;
  }
  .base__link:hover .material-symbols-outlined::before {
    width: 50px;
    height: 50px;
  }
  .top-policy__cont .txt:last-of-type {
    margin-bottom: 30px;
  }
  .footer__reserv-flex {
    flex-direction: column;
  }
  .footer__reserv-flex .footer__reserv-ttl {
    width: 100%;
    font-size: clamp(2.1rem, 3.5vw, 3.2rem);
    padding-right: 0;
    padding-bottom: 20px;
  }
  .footer__reserv-flex .footer__reserv-to-flex {
    width: 100%;
  }
  .footer__reserv-flex .footer__reserv-to-flex .item .footer__btn-link {
    width: 350px;
    max-width: 100%;
  }
  .footer__reserv {
    margin-bottom: 50px;
  }
  .footer__info-flex {
    grid-template-columns: 1fr;
  }
  .footer__info-flex .map {
    height: 270px;
  }
  .footer__info-flex .cont {
    padding-left: 0;
    margin-top: 30px;
  }
  .footer__info-bl {
    margin-top: 20px;
  }
  .footer__info-ttl {
    font-size: 1.9rem;
    margin-bottom: 10px;
  }
  .footer__link {
    margin: 40px auto;
    width: 100%;
    flex-wrap: wrap;
  }
  .footer__link li {
    padding: 0;
    border-left: none;
    width: 50%;
  }
  .footer__link li a {
    font-size: 1.4rem;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer__copy {
    font-size: 1.1rem;
    text-align: center;
  }
  .footer-swiper .swiper-wrapper img {
    border-radius: 10px;
  }
  .footer__bnr {
    margin: 35px auto 0px;
  }
}
@media (max-width: 640px) {
  .footer__reserv-flex .footer__reserv-to-flex .item .tel-link {
    font-size: 2.6rem;
  }
  .footer__reserv-flex .footer__reserv-to-flex .item .footer__btn-link {
    width: 300px;
  }
  .footer__logo-link {
    width: 200px;
  }
  #info__ttl {
    cursor: pointer;
    height: 50px;
    font-size: 1.4rem;
    padding: 0 15px;
  }
  .info__btn-bl {
    width: 90%;
    padding: 15px 0;
  }
  .info__btn-bl a {
    font-size: 1.3rem;
    aspect-ratio: 2/1;
  }
  .info__btn-bl a small {
    display: block;
  }
  .info__tel-bl {
    padding: 15px 0;
  }
  .info__btn-bl a .material-symbols-outlined {
    bottom: 12px;
    right: 14px;
    font-size: 18px;
  }
  .info__access-bl {
    padding: 15px 0 20px;
  }
  .info__access-txt {
    font-size: 1.2rem;
  }
  .info__access-tag {
    font-size: 1.4rem;
    padding: 10px 15px;
  }
  .info__tel-ttl {
    margin-bottom: 5px;
  }
  .info__tel {
    margin: 0 auto 8px;
    font-size: 2.6rem;
  }
  .footer-swiper {
    margin-bottom: 70px;
  }
}
@media (max-width: 400px) {
  .footer__reserv-flex .footer__reserv-to-flex .item .footer__btn-link {
    width: 100%;
  }
}
.swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper .swiper-wrapper img {
  border-radius: 10px;
}

/*きらっと光る*/
.btnshine {
  /*キラッと光る基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  display: inline-block;
  background: #333;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  outline: none;
  overflow: hidden;
}

/*キラッと光る*/
.btnshine::before {
  content: "";
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
.btnshine:hover::before {
  animation: shine 0.7s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.bar {
  position: relative;
  width: 100%;
  max-width: 300px;
  height: 5px;
  background: #ddd;
  border-radius: 10px;
  margin: 30px auto 0 0;
  overflow: hidden;
}

.bar span {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #89b0d2;
  border-radius: 10px;
  transform: scaleX(0);
  transform-origin: left center;
  transition-timing-function: linear;
  transition-duration: 4s;
}

@media screen and (max-width: 834px) {
  .bar {
    margin: 20px auto 0 0;
  }
}
.js-blur-img, .js-blur-img-load {
  overflow: hidden;
}
.js-blur-img img, .js-blur-img-load img {
  filter: blur(1px);
  opacity: 0;
  transform: scale(1.025);
}
.js-blur-img img.active, .js-blur-img-load img.active {
  filter: blur(0);
  opacity: 1;
  transform: scale(1);
  transition-duration: 0.8s;
}

#mv {
  overflow: hidden;
  width: 100%;
  padding-bottom: 100px;
}

.mv__ttl {
  width: fit-content;
  font-weight: 400;
  line-height: 1.4;
  margin: 150px auto 100px;
}
.mv__ttl .small {
  font-size: 3.2rem;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  transform: rotate(2deg);
  animation: rotateBig 2.3s ease-in 0.5s forwards;
}
.mv__ttl .small span {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px) rotate(5deg);
  animation: mvTxtAnim 0.8s ease forwards;
}
.mv__ttl .small span:nth-of-type(1) {
  animation-delay: 0.5s;
}
.mv__ttl .small span:nth-of-type(2) {
  animation-delay: 0.7s;
}
.mv__ttl .small span:nth-of-type(3) {
  animation-delay: 0.9s;
}
.mv__ttl .small span:nth-of-type(4) {
  animation-delay: 1.1s;
}
.mv__ttl .small span:nth-of-type(5) {
  animation-delay: 1.3s;
}
.mv__ttl .small span:nth-of-type(6) {
  animation-delay: 1.5s;
}
.mv__ttl .small span:nth-of-type(7) {
  animation-delay: 1.7s;
}
.mv__ttl .small span:nth-of-type(8) {
  animation-delay: 1.9s;
}
.mv__ttl .small span:nth-of-type(9) {
  animation-delay: 2.1s;
}
.mv__ttl .small span:nth-of-type(10) {
  animation-delay: 2.3s;
}
.mv__ttl .big {
  font-size: 6rem;
  display: block;
  text-align: center;
  transform: rotate(2deg);
  animation: rotateBig 2.3s ease-in 0.5s forwards;
}
.mv__ttl .big span {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px) rotate(5deg);
  animation: mvTxtAnim 0.8s ease forwards;
}
.mv__ttl .big span:nth-of-type(1) {
  animation-delay: 0.5s;
}
.mv__ttl .big span:nth-of-type(2) {
  animation-delay: 0.7s;
}
.mv__ttl .big span:nth-of-type(3) {
  animation-delay: 0.9s;
}
.mv__ttl .big span:nth-of-type(4) {
  animation-delay: 1.1s;
}
.mv__ttl .big span:nth-of-type(5) {
  animation-delay: 1.3s;
}
.mv__ttl .big span:nth-of-type(6) {
  animation-delay: 1.5s;
}
.mv__ttl .big span:nth-of-type(7) {
  animation-delay: 1.7s;
}
.mv__ttl .big span:nth-of-type(8) {
  animation-delay: 1.9s;
}
.mv__ttl .big span:nth-of-type(9) {
  animation-delay: 2.1s;
}
.mv__ttl .big span:nth-of-type(10) {
  animation-delay: 2.3s;
}

@keyframes rotateBig {
  0% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes mvTxtAnim {
  0% {
    opacity: 0;
    transform: translateY(10px) rotate(5deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(0deg);
  }
}
#mv-info-sec {
  padding-bottom: 120px;
}

.mv-info__flex {
  display: flex;
  gap: 40px;
}

.mv-info__item {
  width: calc(50% - 20px);
  position: relative;
}

.mv-info__ttl {
  font-size: 2.8rem;
  margin-bottom: 20px;
  font-weight: 400;
}

.mv-info__float-link {
  font-size: 1.6rem;
  position: absolute;
  top: 10px;
  right: 0;
  display: block;
  width: fit-content;
}
.mv-info__float-link .txt {
  position: relative;
  color: var(--navy);
}
.mv-info__float-link .txt::after {
  position: absolute;
  white-space: nowrap;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--navy);
  bottom: -2px;
  transform: scale(1, 1);
  transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s; /*変形の時間*/
}
.mv-info__float-link .txt:hover::after {
  transform: scale(0, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
  transform-origin: right top; /*左から右に向かう*/
}

.mv-info__list li {
  padding: 25px 20px;
  display: flex;
  font-family: var(--ibm);
}
.mv-info__list li:nth-child(odd) {
  background: #f9fbfc;
}
.mv-info__list li time {
  display: block;
  width: 100px;
  font-size: 1.4rem;
}
.mv-info__list li a {
  display: block;
  line-height: 1.5;
  width: fit-content;
  max-width: calc(100% - 100px);
  font-size: 1.4rem;
  color: var(--navy);
  text-decoration: none;
  position: relative;
  padding-bottom: 7px;
}
.mv-info__list li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--navy);
  bottom: 0px;
  transform: scale(1, 1);
  transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s; /*変形の時間*/
}
.mv-info__list li a:hover::after {
  transform: scale(0, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
  transform-origin: right top; /*左から右に向かう*/
}

#top-policy {
  padding: 150px 0 69vw;
  background-image: url(../img/top/policy_bg.webp);
  background-size: contain;
  background-position: left 50% bottom 0;
  overflow: hidden;
  position: relative;
  background-color: #d7e7f9;
}
#top-policy .img01 {
  position: absolute;
  right: 0;
  width: 40vw;
  top: 100px;
}
#top-policy .img01 img {
  border-radius: 10px 0 0 10px;
  width: 100%;
}
#top-policy .img02 {
  position: absolute;
  left: 0;
  width: calc(50vw - 500px);
  top: 380px;
}
#top-policy .img02 img {
  border-radius: 0 10px 10px 0;
  width: 100%;
}
#top-policy .img03 {
  position: relative;
  left: 10vw;
  width: 25vw;
  top: 130px;
}
#top-policy .img03 img {
  border-radius: 10px;
  width: 100%;
}
#top-policy .img04 {
  position: absolute;
  right: 10vw;
  width: 50vw;
  top: 46vw;
  z-index: 1;
}
#top-policy .img04 img {
  width: 100%;
}
#top-policy .inner-s {
  position: relative;
  z-index: 1;
}

.top-policy__ttl {
  font-weight: 400;
  font-size: 4.2rem;
  line-height: 1.5;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.top-policy__ttl .small {
  font-size: 3.2rem;
  display: block;
}

.top-policy__ttl-small {
  font-size: 2.4rem;
  margin-bottom: 70px;
  position: relative;
  z-index: 2;
}

.top-policy__float-en-ttl {
  position: absolute;
  font-size: 20rem;
  font-family: var(--corm);
  color: #fff;
  left: -270px;
  top: -100px;
  opacity: 0.2;
  z-index: 1;
  line-height: 1;
}

.top-policy__cont {
  margin-left: 150px;
}
.top-policy__cont .txt {
  font-size: 1.7rem;
  margin-bottom: 30px;
}
.top-policy__cont .txt:last-of-type {
  margin-bottom: 60px;
}

.top-feature__list {
  gap: 30px 37px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(6, 1fr);
}
.top-feature__list .item-ttl {
  grid-column: 1/4;
  grid-row: 1/2;
  font-size: 2.8rem;
  font-weight: 400;
  position: relative;
  padding-top: 40px;
}
.top-feature__list .item01 {
  grid-column: 1/4;
  grid-row: 2/5;
  padding-top: 39px;
}
.top-feature__list .item01 img {
  width: 100%;
  border-radius: 10px;
}
.top-feature__list .item02 {
  grid-column: 4/7;
  grid-row: 1/3;
}
.top-feature__list .item02 img {
  width: 100%;
  border-radius: 10px;
}
.top-feature__list .item03 {
  grid-column: 4/7;
  grid-row: 3/5;
}
.top-feature__list .item03 img {
  width: 100%;
  border-radius: 10px;
}
.top-feature__list .item04 {
  grid-column: 1/3;
  grid-row: 5/7;
}
.top-feature__list .item04 img {
  width: 100%;
  border-radius: 10px;
}
.top-feature__list .item05 {
  grid-column: 3/5;
  grid-row: 5/7;
}
.top-feature__list .item05 img {
  width: 100%;
  border-radius: 10px;
}
.top-feature__list .item06 {
  grid-column: 5/7;
  grid-row: 5/7;
}
.top-feature__list .item06 img {
  width: 100%;
  border-radius: 10px;
}

.top-feature__ttl {
  font-size: 4.2rem;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 15px;
}

.top-feature__ttl-small {
  font-size: 1.5rem;
  font-family: var(--ibm);
  position: relative;
  z-index: 1;
}

.top-feature__ttl-en {
  position: absolute;
  left: -44px;
  font-size: 20rem;
  font-family: var(--corm);
  color: var(--navy);
  opacity: 0.05;
  top: -50px;
  line-height: 0.8;
}

.top-feature__small-ttl-flex {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 15px;
}
.top-feature__small-ttl-flex .num {
  font-size: 6rem;
  line-height: 1;
  color: #89b0d2;
}

.top-feature__small-ttl {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 400;
}
.top-feature__small-ttl small {
  font-size: 1.4rem;
  display: block;
}

#feature {
  padding: 120px 0 0;
  background-image: url(../img/top/doctor-bg.webp);
  background-size: cover;
}

#top-treatment {
  overflow: hidden;
}

.top-treatment__mv {
  background-image: url(../img/top/treatment.webp);
  background-size: cover;
  padding: 200px 0 100px;
}

.top-treatment__cont {
  width: 550px;
  margin: 0 0 0 auto;
  position: relative;
}
.top-treatment__cont .txt {
  font-family: var(--ibm);
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 30px;
}
.top-treatment__cont .base__link {
  color: #fff;
}

.top-treatment__ttl {
  color: #fff;
  font-size: 4.2rem;
  font-weight: 400;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.top-treatment__ttl-en {
  position: absolute;
  line-height: 0.8;
  top: -100px;
  left: -30px;
  opacity: 0.2;
  font-size: 20rem;
  font-family: var(--corm);
  color: #fff;
}

.top-treatment__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.top-treatment__list li.small-list {
  height: 60px;
  border-right: 1px solid #eeeeee;
}
.top-treatment__list li.small-list.left-border {
  border-left: 1px solid rgba(238, 238, 238, 0.9333333333);
}
.top-treatment__list li.link a {
  border: 1px solid #eee;
  padding: 30px 25px 30px 40px;
  position: relative;
  width: 100%;
  display: flex;
  gap: 20px;
  color: var(--navy);
  transition-duration: 0.5s;
}
.top-treatment__list li.link a .icon {
  width: 70px;
  height: 70px;
  position: relative;
  z-index: 2;
}
.top-treatment__list li.link a .icon img {
  object-fit: contain;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.top-treatment__list li.link a .icon .icomoon-img {
  font-size: 7rem;
  color: var(--navy);
  transition-duration: 0.5s;
}
.top-treatment__list li.link a .icon .icomoon-img.icon-icon05 {
  font-size: 3.7rem;
  display: block;
  transform: translateY(19px);
}
.top-treatment__list li.link a .icon .move-circle01 {
  width: 58%;
  height: 88%;
  border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  animation: round_anime 7s ease infinite;
  background-color: #ddf0f6;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 16px;
  z-index: -1;
  left: -13px;
  transform: rotate(-20deg);
}
.top-treatment__list li.link a .icon .move-circle02 {
  width: 43%;
  height: 70%;
  border-radius: 34% 56% 24% 61%/37% 56% 28% 41%;
  animation: round_anime2 9s ease infinite;
  background-color: #7eaede;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 16px;
  z-index: -1;
  left: -5px;
  transform: rotate(20deg);
}
.top-treatment__list li.link a .icon .move-circle03 {
  width: 58%;
  height: 88%;
  border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  animation: round_anime3 6s linear infinite;
  background-color: #89cecb;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 16px;
  z-index: -1;
  left: -13px;
  transform: rotate(-20deg);
}
.top-treatment__list li.link a .icon .move-circle04 {
  width: 58%;
  height: 88%;
  border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  animation: round_anime2 9s 3s linear infinite;
  background-color: #9cd7ea;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 16px;
  z-index: -1;
  left: 0px;
  transform: rotate(-20deg);
}
.top-treatment__list li.link a .icon .move-circle05 {
  width: 58%;
  height: 88%;
  border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  animation: round_anime 7s 2s linear infinite;
  background-color: #c0e3f8;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 16px;
  z-index: -1;
  left: -13px;
  transform: rotate(-20deg);
}
.top-treatment__list li.link a .icon .move-circle06 {
  width: 58%;
  height: 88%;
  border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  animation: round_anime 6s 2s linear infinite;
  background-color: #81c5ee;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 6px;
  z-index: -1;
  left: 5px;
  transform: rotate(-20deg);
}
.top-treatment__list li.link a .cont {
  width: calc(100% - 90px);
}
.top-treatment__list li.link a .material-symbols-outlined {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.top-treatment__list li.link.link01 a:hover {
  transition-duration: 0.5s;
  color: #79c0d6;
}
.top-treatment__list li.link.link01 a:hover .icomoon-img {
  color: #79c0d6;
  transition-duration: 0.5s;
}
.top-treatment__list li.link.link02 a:hover {
  transition-duration: 0.5s;
  color: #5a97d4;
}
.top-treatment__list li.link.link02 a:hover .icomoon-img {
  color: #5a97d4;
  transition-duration: 0.5s;
}
.top-treatment__list li.link.link03 a:hover {
  transition-duration: 0.5s;
  color: #47beb9;
}
.top-treatment__list li.link.link03 a:hover .icomoon-img {
  color: #47beb9;
  transition-duration: 0.5s;
}
.top-treatment__list li.link.link04 a:hover {
  transition-duration: 0.5s;
  color: #4cb9dc;
}
.top-treatment__list li.link.link04 a:hover .icomoon-img {
  color: #4cb9dc;
  transition-duration: 0.5s;
}
.top-treatment__list li.link.link05 a:hover {
  transition-duration: 0.5s;
  color: #6ab9e8;
}
.top-treatment__list li.link.link05 a:hover .icomoon-img {
  color: #6ab9e8;
  transition-duration: 0.5s;
}
.top-treatment__list li.link.link06 a:hover {
  transition-duration: 0.5s;
  color: #3b98d0;
}
.top-treatment__list li.link.link06 a:hover .icomoon-img {
  color: #3b98d0;
  transition-duration: 0.5s;
}

@keyframes round_anime {
  0% {
    height: 88%;
    width: 58%;
    border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  }
  25% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  50% {
    height: 50%;
    width: 80%;
    top: 30px;
    border-radius: 70% 30% 30% 70%/50% 70% 30% 50%;
  }
  75% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  100% {
    height: 88%;
    width: 58%;
    border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  }
}
@keyframes round_anime2 {
  0% {
    height: 70%;
    width: 43%;
    transform: rotate(15deg);
    border-radius: 34% 56% 24% 61%/37% 56% 28% 41%;
  }
  50% {
    height: 60%;
    width: 90%;
    transform: rotate(-5deg);
    border-radius: 70% 30% 30% 70%/50% 70% 30% 50%;
  }
  75% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  100% {
    height: 70%;
    width: 43%;
    transform: rotate(15deg);
    border-radius: 34% 56% 24% 61%/37% 56% 28% 41%;
  }
}
@keyframes round_anime3 {
  0% {
    height: 40%;
    width: 43%;
    transform: rotate(15deg);
    border-radius: 84% 70% 24% 61%/37% 56% 28% 41%;
  }
  25% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  50% {
    height: 80%;
    width: 68%;
    transform: rotate(-5deg);
    border-radius: 60% 30% 30% 70%/50% 70% 30% 50%;
  }
  75% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  100% {
    height: 40%;
    width: 43%;
    transform: rotate(15deg);
    border-radius: 84% 56% 24% 61%/37% 56% 28% 41%;
  }
}
.top-treatment__list-ttl {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 400;
}
.top-treatment__list-ttl small {
  font-size: 1.2rem;
}

.top-treatment__list-txt {
  font-size: 1.2rem;
  line-height: 1.4;
}

#top-doctor {
  padding: 120px 0;
  background-image: url(../img/top/doctor-bg.webp);
  background-size: cover;
  overflow: hidden;
}
#top-doctor .inner-s {
  position: relative;
}
#top-doctor .base__link {
  width: fit-content;
  margin: 0 0 0 auto;
}

.top-doctor__flex {
  display: flex;
  gap: 170px;
}

.top-doctor__main {
  width: 53%;
  position: relative;
}
.top-doctor__main .txt {
  font-family: var(--ibm);
  font-size: 1.5rem;
}
.top-doctor__main .img {
  margin-top: 30px;
  margin-bottom: 30px;
}
.top-doctor__main .img img {
  width: 100%;
  border-radius: 10px;
}

.top-doctor__sub {
  width: calc(47% - 170px);
  position: relative;
}
.top-doctor__sub .img {
  margin-bottom: 30px;
}
.top-doctor__sub .img img {
  width: 100%;
  border-radius: 10px;
}

.top-doctor__main-ttl {
  font-weight: 400;
  font-size: 4.2rem;
  line-height: 1.4;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.top-doctor__main-ttl .small {
  font-size: 3.2rem;
  display: block;
}

.top-doctor__main-ttl-en {
  font-family: var(--corm);
  font-size: 20rem;
  opacity: 0.05;
  position: absolute;
  top: -80px;
  right: -160px;
  line-height: 0.8;
}

.top-doctor__main-ttl-middle {
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1.5;
  margin-bottom: 30px;
}

.top-doctor__sub-float {
  position: absolute;
  top: 300px;
  left: -110px;
  width: 50%;
}
.top-doctor__sub-float img {
  width: 100%;
  border-radius: 10px;
}

.top-doctor__name {
  font-size: 3.2rem;
  writing-mode: vertical-rl;
  line-height: 1.3;
  font-weight: 400;
}
.top-doctor__name .small {
  font-size: 1.6rem;
  transform: translateX(-4px);
  display: inline-block;
  margin-bottom: 5px;
}
.top-doctor__name .en {
  font-size: 2rem;
  font-family: var(--corm);
  color: #89b0d2;
  margin-top: 10px;
  display: inline-block;
}

.top-doctor__histry-bl {
  position: relative;
}

.top-doctor__histry-ttl-en {
  font-family: var(--corm);
  position: absolute;
  top: 0;
  right: 0;
  writing-mode: vertical-rl;
  font-size: 6rem;
  white-space: nowrap;
  font-weight: 400;
}

.top-doctor__histry-ttl {
  font-weight: 400;
  font-size: 2.1rem;
  margin-bottom: 20px;
}

.top-doctor__histry-list {
  margin-left: 12px;
}
.top-doctor__histry-list li {
  font-size: 1.5rem;
  position: relative;
  padding: 3px 0 3px 25px;
}
.top-doctor__histry-list li::before {
  width: 20px;
  height: 1px;
  background-color: #c6d3db;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.top-doctor__histry-list li::after {
  width: 1px;
  height: 33px;
  background-color: #c6d3db;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: -50%;
}

.top-doctor__histry-bl {
  margin-bottom: 30px;
}

.top-doctor__list-ttl {
  font-size: 4.2rem;
  margin: 15px 0 30px;
  font-weight: 400;
}

.top-doctor__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}
.top-doctor__list li .img {
  margin-bottom: 10px;
}
.top-doctor__list li .img img {
  border-radius: 10px;
}

.top-doctor__list-name {
  font-size: 2.1rem;
  text-align: center;
}

.top-doctor__list-name-en {
  font-family: var(--corm);
  text-align: center;
  font-size: 1.4rem;
  color: #89b0d2;
}

#top-eq {
  position: relative;
  padding: 250px 0 150px;
  overflow: hidden;
}
#top-eq .inner-s {
  position: relative;
  z-index: 3;
}

.top-eq__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-size: cover;
  z-index: 0;
  filter: blur(30px);
  transition-duration: 0.5s;
}
.top-eq__bg#top-eq__bg01 {
  background-image: url(../img/top/eq01.webp);
}
.top-eq__bg#top-eq__bg02 {
  background-image: url(../img/top/eq02.webp);
}
.top-eq__bg#top-eq__bg03 {
  background-image: url(../img/top/eq03.webp);
}
.top-eq__bg#top-eq__bg04 {
  background-image: url(../img/top/eq04.webp);
}
.top-eq__bg#top-eq__bg05 {
  background-image: url(../img/top/eq05.webp);
}
.top-eq__bg#top-eq__bg06 {
  background-image: url(../img/top/eq06.webp);
}
.top-eq__bg.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transition-duration: 0.5s;
}

.top-eq__flex {
  display: flex;
  position: relative;
}

.top-eq__float-en {
  font-size: 20rem;
  font-family: var(--corm);
  color: #fff;
  opacity: 0.2;
  line-height: 0.8;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  position: absolute;
  top: -140px;
}

.top-eq__img-bl {
  width: 55%;
}

.top-eq__cont {
  width: 45%;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.top-eq__cont .txt {
  font-family: var(--ibm);
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 50px;
}
.top-eq__cont .base__link {
  margin: 0 0 0 auto;
  color: #fff;
  width: fit-content;
}

.top-eq__ttl {
  color: #fff;
  font-size: 4.2rem;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: 400;
}
.top-eq__ttl .small {
  font-size: 3.2rem;
  display: block;
}

#top-rec {
  padding: 140px 0 120px;
  position: relative;
  background-size: cover;
  background-image: url(../img/top/rec_bg.webp);
}
#top-rec .txt {
  font-family: var(--ibm);
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 30px;
}
#top-rec .base__link {
  color: #fff;
}
#top-rec .base__link .material-symbols-outlined {
  color: #a0c3d9;
}
#top-rec .base__link .material-symbols-outlined::before {
  background-color: #fff;
}

.top-rec__ttl {
  color: #fff;
  font-weight: 400;
  font-size: 4.2rem;
  line-height: 1.4;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.top-rec__float-en {
  font-family: var(--corm);
  color: #fff;
  opacity: 0.2;
  font-size: 20rem;
  left: calc(50% - 700px);
  top: 50px;
  position: absolute;
  line-height: 0.8;
}

.swiper2, .swiper3 {
  display: none;
}

.doctor-img-sp {
  display: none;
}

.under640-only {
  display: none;
}

#top-shishyubyo {
  background-image: url(../img/top/shishubyo_bg.webp);
  background-size: cover;
  background-position: center center;
  padding: 120px 0;
}

.top-shishyubyo__flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.top-shishyubyo__flex .img {
  padding-right: 50px;
}
.top-shishyubyo__flex .img img {
  border-radius: 10px;
}
.top-shishyubyo__flex .cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.top-shishyubyo__flex .cont a {
  color: #fff;
}

.top-shishyubyo__ttl {
  font-size: 4.2rem;
  margin-bottom: 20px;
  font-weight: normal;
}

.top-shishyubyo__ttl-middle {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.top-shishyubyo__txt {
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-family: var(--ibm);
}

@media screen and (min-width: 2500px) {
  #top-policy {
    padding: 150px 0 91vw;
  }
}
@media screen and (min-width: 2000px) {
  #top-policy {
    padding: 150px 0 81vw;
  }
}
@media screen and (max-width: 1350px) {
  .top-treatment__ttl-en {
    top: -6vw;
    font-size: 13vw;
  }
  .top-treatment__list-ttl {
    font-size: 2.1rem;
  }
  .top-treatment__list li.link a .cont {
    width: calc(100% - 80px);
  }
  .top-treatment__list li.link a {
    padding: 25px 10px 25px 30px;
    gap: 18px;
  }
  .top-doctor__main-ttl {
    font-size: 3.7rem;
  }
  .top-eq__ttl {
    font-size: 3.55rem;
  }
  .top-eq__ttl .small {
    font-size: 2.8rem;
  }
  .top-doctor__main-ttl .small {
    font-size: 2.8rem;
  }
  .top-rec__ttl {
    font-size: 3.7rem;
  }
  .top-treatment__ttl {
    font-size: 3.7rem;
  }
  .top-feature__ttl {
    font-size: 3.7rem;
  }
  .top-policy__ttl {
    font-size: 3.7rem;
  }
  .mv__ttl .big {
    font-size: 5rem;
  }
  .mv__ttl .small {
    font-size: 2.8rem;
  }
  .top-feature__small-ttl {
    font-size: 2.05rem;
  }
  .top-eq__float-en {
    font-size: 13vw;
  }
  .top-doctor__main-ttl-en {
    font-size: 13vw;
    top: -6vw;
    right: -1vw;
  }
  .top-feature__ttl-en {
    font-size: 13vw;
  }
  .top-policy__float-en-ttl {
    font-size: 13vw;
    left: -4vw;
  }
  .top-rec__float-en {
    font-size: 13vw;
    left: 2vw;
  }
  #top-policy .img02 {
    width: calc(50vw - 465px);
  }
}
@media screen and (max-width: 1200px) {
  .mv__ttl .big {
    font-size: 4rem;
  }
  .mv__ttl .small {
    font-size: 2.4rem;
  }
  .mv__ttl {
    margin: 170px auto 70px;
  }
  #mv {
    padding-bottom: 70px;
  }
  .mv-info__ttl {
    font-size: 2.4rem;
  }
  .mv-info__flex {
    gap: 20px;
  }
  .mv-info__item {
    width: calc(50% - 10px);
  }
  .top-policy__float-en-ttl {
    font-size: 13vw;
    left: -4vw;
    top: -7vw;
  }
  #mv-info-sec {
    padding-bottom: 70px;
  }
  .top-policy__ttl {
    font-size: 4vw;
  }
  .top-policy__ttl .small {
    font-size: 3.5vw;
  }
  .top-policy__ttl-small {
    font-size: 2.6vw;
    margin-bottom: 40px;
  }
  .top-policy__cont {
    margin-left: 0;
  }
  .top-policy__cont .txt {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
  #top-policy .img04 {
    right: 5vw;
    width: 53vw;
    top: 59vw;
  }
  #top-policy .img03 {
    left: 8vw;
    width: 28vw;
    top: 78px;
  }
  #top-policy {
    padding: 14vw 0 63vw;
  }
  .top-feature__ttl-en {
    left: -3vw;
    font-size: 13vw;
    top: -1vw;
  }
  .top-feature__ttl {
    font-size: 4vw;
  }
  .top-feature__list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 25px;
  }
  .top-feature__list .item-ttl {
    width: 100%;
  }
  .top-feature__list .item01 {
    padding-top: 0;
    width: calc(50% - 12.5px);
  }
  .top-feature__list .item01 .img {
    aspect-ratio: 3/2;
  }
  .top-feature__list .item01 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top 32% left 50%;
    border-radius: 10px;
  }
  .top-feature__list .item02,
  .top-feature__list .item03,
  .top-feature__list .item04,
  .top-feature__list .item05,
  .top-feature__list .item06 {
    width: calc(50% - 12.5px);
  }
  .top-feature__list .item02 .img,
  .top-feature__list .item03 .img,
  .top-feature__list .item04 .img,
  .top-feature__list .item05 .img,
  .top-feature__list .item06 .img {
    aspect-ratio: 3/2;
  }
  .top-feature__list .item02 .img img,
  .top-feature__list .item03 .img img,
  .top-feature__list .item04 .img img,
  .top-feature__list .item05 .img img,
  .top-feature__list .item06 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
  }
  #feature {
    padding: 90px 0 90px;
  }
  .u1200-none {
    display: none;
  }
  .top-treatment__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .top-treatment__ttl {
    font-size: 4vw;
  }
  .top-doctor__main-ttl-en {
    font-size: 13vw;
    top: -6vw;
    right: auto;
    left: 20vw;
  }
  .top-doctor__main-ttl .small {
    font-size: 3vw;
  }
  .top-doctor__main-ttl {
    font-size: 4vw;
  }
  .top-doctor__main-ttl-middle {
    font-size: 3vw;
  }
  #top-doctor {
    padding: 90px 0;
  }
  #top-doctor .inner-s {
    flex-direction: column;
    gap: 40px;
  }
  .top-doctor__main {
    width: 100%;
  }
  .top-doctor__sub {
    width: 400px;
    margin: 0 auto;
  }
  .top-doctor__list-ttl {
    font-size: 4vw;
  }
  .top-eq__float-en {
    font-size: 13vw;
    top: -10vw;
    left: -3vw;
    transform: translateX(0);
  }
  #top-eq {
    padding: 170px 0 90px;
  }
  .top-eq__flex {
    flex-direction: column;
    align-items: center;
  }
  .top-eq__cont {
    width: 600px;
    padding-left: 0;
    padding-top: 50px;
    max-width: 100%;
  }
  .top-eq__img-bl {
    width: 800px;
    max-width: 100%;
  }
  .top-eq__ttl .small {
    font-size: 3vw;
  }
  .top-eq__ttl {
    font-size: 4vw;
  }
  #top-rec {
    padding: 100px 0 70px;
  }
  .top-rec__ttl {
    font-size: 4vw;
  }
  #top-policy .img02 {
    display: none;
  }
  .top-rec__float-en {
    top: 35px;
  }
  .top-shishyubyo__ttl {
    font-size: 4vw;
    margin-bottom: 12px;
  }
  .top-shishyubyo__ttl-middle {
    font-size: 2vw;
    margin-bottom: 15px;
  }
  #top-shishyubyo {
    padding: 100px 0;
  }
}
@media screen and (max-width: 834px) {
  .swiper2 {
    display: block;
    margin-top: 2vw;
  }
  .swiper2 .swiper-wrapper {
    transition-timing-function: linear;
  }
  .swiper2 img {
    border-radius: 15px;
  }
  .swiper3 {
    display: block;
    margin-top: 2vw;
  }
  .swiper3 .swiper-wrapper {
    transition-timing-function: linear;
  }
  .swiper3 img {
    border-radius: 15px;
  }
  .swiper {
    display: none;
  }
  .mv__ttl .big {
    font-size: clamp(2.8rem, 6vw, 4rem);
  }
  .mv__ttl .small {
    font-size: clamp(2.1rem, 5vw, 3rem);
    margin-bottom: 10px;
  }
  .mv__ttl {
    margin: 120px auto 45px;
  }
  .mv-info__flex {
    gap: 40px;
    flex-direction: column;
  }
  .mv-info__item {
    width: 100%;
  }
  #mv {
    padding-bottom: 50px;
  }
  .mv-info__ttl {
    font-size: 2.1rem;
    margin-bottom: 15px;
  }
  .mv-info__float-link {
    font-size: 1.3rem;
  }
  .mv-info__list li {
    padding: 20px 15px;
  }
  .mv-info__list li time {
    width: 90px;
    font-size: 1.3rem;
  }
  .mv-info__list li a {
    max-width: calc(100% - 90px);
    font-size: 1.4rem;
  }
  #mv-info-sec {
    padding-bottom: 60px;
  }
  .doctor-img-sp {
    display: block;
    width: 95%;
    margin-left: auto;
    margin-bottom: 40px;
  }
  .doctor-img-sp img {
    border-radius: 10px 0 0 10px;
  }
  #top-policy .img01 {
    display: none;
  }
  #top-policy .img03 {
    display: none;
  }
  #top-policy .img04 {
    right: auto;
    width: 500px;
    top: 0;
    max-width: 90%;
    margin: 30px auto 0;
    position: relative;
  }
  #top-policy .inner-s {
    max-width: 100%;
  }
  .top-policy__ttl, .top-policy__ttl-small, .top-policy__cont {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .top-policy__ttl .small {
    font-size: clamp(2.1rem, 3.5vw, 3.2rem);
  }
  .top-policy__ttl {
    font-size: clamp(2.8rem, 4.5vw, 4rem);
    margin-bottom: 10px;
  }
  .top-policy__cont .txt {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .top-policy__float-en-ttl {
    font-size: max(8rem, 16vw);
    left: 2vw;
    top: -9vw;
  }
  .top-policy__cont .txt:last-of-type {
    margin-bottom: 30px;
  }
  #top-policy {
    padding: 7vw 0 38vw;
  }
  .top-policy__ttl-small {
    font-size: clamp(1.9rem, 3.2vw, 2.8rem);
    margin-bottom: 30px;
  }
  #feature {
    padding: 50px 0 60px;
  }
  .top-feature__ttl {
    font-size: clamp(2.8rem, 4.5vw, 4rem);
  }
  .top-feature__ttl-en {
    left: -3vw;
    font-size: max(8rem, 16vw);
    top: -4vw;
  }
  .top-feature__small-ttl-flex .num {
    font-size: 5rem;
    top: -27px;
    left: 5px;
    position: absolute;
  }
  .top-feature__list .item01, .top-feature__list .item02, .top-feature__list .item03, .top-feature__list .item04, .top-feature__list .item05, .top-feature__list .item06 {
    position: relative;
  }
  .top-treatment__cont {
    max-width: 100%;
    margin: 0 auto;
  }
  .top-treatment__ttl {
    font-size: clamp(2.8rem, 4.5vw, 4rem);
    margin-bottom: 20px;
  }
  .top-treatment__ttl-en {
    top: -7vw;
    left: -12px;
    font-size: max(8rem, 16vw);
  }
  .top-treatment__cont .txt {
    margin-bottom: 20px;
  }
  .top-treatment__mv {
    padding: 100px 0 70px;
  }
  .top-treatment__cont .txt {
    font-size: 1.4rem;
  }
  .top-treatment__list-ttl small {
    display: none;
  }
  .top-treatment__list li.link a .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
  }
  .top-treatment__list li.link a {
    gap: 10px;
  }
  .top-treatment__list li.link a .material-symbols-outlined {
    bottom: 7px;
    right: 11px;
  }
  .top-treatment__list-ttl {
    font-size: 1.9rem;
  }
  .top-treatment__list li.link a .cont {
    width: calc(100% - 70px);
  }
  .top-doctor__sub {
    transform: translateX(40px);
  }
  #top-doctor {
    padding: 70px 0 55px;
  }
  .top-doctor__main-ttl-en {
    font-size: max(8rem, 16vw);
  }
  .top-doctor__main-ttl .small {
    font-size: clamp(2.1rem, 3.5vw, 3.2rem);
  }
  .top-doctor__main-ttl {
    font-size: clamp(2.7rem, 4.5vw, 4rem);
    margin-bottom: 20px;
  }
  .top-feature__ttl-small {
    font-size: 1.4rem;
  }
  .top-doctor__main .txt {
    font-size: 1.4rem;
  }
  .top-doctor__main .img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .top-doctor__main-ttl-middle {
    font-size: clamp(2.1rem, 3.5vw, 3.2rem);
    margin-bottom: 20px;
  }
  .top-doctor__histry-list li {
    font-size: 1.4rem;
  }
  .top-doctor__histry-ttl {
    font-size: 1.9rem;
  }
  .top-doctor__list-ttl {
    font-size: clamp(2.8rem, 4.5vw, 4rem);
    margin: 5px 0 20px;
  }
  .top-doctor__list-name {
    font-size: 1.8rem;
  }
  .top-doctor__list-name-en {
    font-size: 1.3rem;
  }
  .top-doctor__list {
    gap: 20px;
    margin-bottom: 30px;
  }
  .top-doctor__name .small {
    font-size: 1.3rem;
    transform: translateX(0px);
  }
  .top-doctor__name {
    font-size: 2.4rem;
  }
  .top-doctor__name .en {
    font-size: 1.6rem;
  }
  .top-doctor__sub-float {
    left: -80px;
    width: fit-content;
  }
  .top-doctor__sub {
    width: 300px;
  }
  .top-doctor__histry-ttl-en {
    top: -50px;
    right: -10px;
    font-size: 4rem;
  }
  .top-doctor__histry-list li::before {
    width: 14px;
  }
  .top-doctor__histry-list li {
    padding: 3px 0 3px 18px;
  }
  .top-doctor__list {
    gap: 10px;
  }
  .top-doctor__list li .img {
    margin-bottom: 5px;
  }
  .top-doctor__list-name {
    font-size: 1.6rem;
  }
  .top-doctor__list-name-en {
    font-size: 1.2rem;
  }
  #top-doctor .inner-s {
    gap: 20px;
  }
  .top-doctor__histry-bl {
    margin-bottom: 20px;
  }
  .top-eq__ttl {
    font-size: clamp(2.7rem, 4.5vw, 4rem);
    margin-bottom: 20px;
  }
  .top-eq__ttl .small {
    font-size: clamp(2.1rem, 3.5vw, 3.2rem);
  }
  .top-eq__cont {
    padding-top: 30px;
  }
  .top-eq__cont .txt {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .top-eq__float-en {
    font-size: max(7rem, 16vw);
    top: -14vw;
  }
  #top-eq {
    padding: 23vw 0 60px;
  }
  .top-rec__ttl {
    font-size: clamp(2.7rem, 4.5vw, 4rem);
    margin-bottom: 20px;
  }
  #top-rec .txt {
    font-size: 1.4rem;
  }
  .top-shishyubyo__flex {
    grid-template-columns: 1fr;
  }
  .top-shishyubyo__flex .img {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .top-shishyubyo__ttl {
    font-size: clamp(2.7rem, 4.5vw, 4rem);
  }
  .top-shishyubyo__ttl-middle {
    font-size: clamp(1.7rem, 2.4vw, 2.4rem);
  }
  .top-shishyubyo__txt {
    font-size: 1.4rem;
  }
  #top-shishyubyo {
    padding: 70px 0 50px;
  }
}
@media screen and (max-width: 640px) {
  .top-policy__float-en-ttl {
    top: -57px;
  }
  #top-policy {
    padding: 50px 0 38vw;
  }
  .top-feature__ttl-en {
    top: -4px;
  }
  .top-feature__list .item01, .top-feature__list .item02, .top-feature__list .item03, .top-feature__list .item04, .top-feature__list .item05, .top-feature__list .item06 {
    width: calc(50% - 5px);
  }
  .top-feature__small-ttl-flex .num {
    font-size: 4rem;
    top: -22px;
  }
  .top-feature__list {
    gap: 35px 10px;
  }
  .top-feature__small-ttl {
    font-size: 1.7rem;
  }
  .top-feature__small-ttl small {
    font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  }
  .top-treatment__mv {
    padding: 100px 0 70px;
  }
  .top-treatment__mv {
    background-position: top 50% right 76%;
  }
  .top-treatment__ttl-en {
    top: -9vw;
  }
  .top-treatment__list li.link a {
    padding: 20px 10px 30px;
    height: 100%;
    flex-direction: column;
  }
  .top-treatment__list li.link a .cont {
    width: 100%;
  }
  .top-treatment__list-ttl {
    font-size: 1.8rem;
    text-align: center;
  }
  .under640-only {
    display: inline-block;
  }
  .top-treatment__list-txt {
    text-align: center;
  }
  .top-treatment__list li.small-list {
    height: 30px;
  }
  #top-rec {
    padding: 80px 0 60px;
  }
  .top-doctor__main-ttl-en {
    top: -9vw;
    right: 0;
    left: inherit;
  }
  .top-treatment__list li.small-list {
    display: none;
  }
  .top-treatment__list {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
}
@media screen and (max-width: 550px) {
  .top-doctor__sub {
    margin: 0 auto 0 21%;
  }
}
@media screen and (max-width: 450px) {
  .top-treatment__mv {
    background-position: top 50% right 64%;
  }
  .top-rec__ttl {
    font-size: 2.4rem;
  }
  .top-doctor__sub {
    width: 250px;
  }
}
@media screen and (max-width: 400px) {
  .top-doctor__histry-ttl-en {
    right: 0;
    font-size: 4rem;
    line-height: 1;
  }
  .top-doctor__sub-float {
    left: -70px;
  }
}
@media screen and (max-width: 374px) {
  .top-rec__ttl {
    font-size: 2.3rem;
  }
  .top-treatment__ttl {
    font-size: 2.6rem;
  }
}
.under-page {
  padding-top: 190px;
}

.under__mv-ttl-bl {
  position: relative;
  padding-bottom: 80px;
}

.under__mv-ttl {
  font-size: 5.2rem;
  position: relative;
  z-index: 2;
  font-weight: 400;
}

.under__mv-ttl-en {
  font-size: 16rem;
  font-family: var(--corm);
  opacity: 0.1;
  color: var(--navy);
  position: absolute;
  top: -30px;
  left: -5px;
  z-index: 0;
  line-height: 1;
}

.under__mv-img {
  margin-bottom: 120px;
}
.under__mv-img img {
  border-radius: 10px;
}

.price__link-main-txt {
  font-size: 3.6rem;
  margin-bottom: 50px;
}

.price__link-bl {
  margin-bottom: 120px;
}

.price__link {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.price__link li {
  border-right: 1px solid #ececec;
}
.price__link li:first-of-type {
  border-left: 1px solid #ececec;
}
.price__link li a {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  position: relative;
  color: var(--navy);
  transition-duration: 0.5s;
}
.price__link li a .material-symbols-outlined {
  position: absolute;
  right: 12px;
  bottom: 12px;
  transition-duration: 0.5s;
}
.price__link li a:hover {
  background-color: #f5f5f5;
  transition-duration: 0.5s;
}
.price__link li a:hover .material-symbols-outlined {
  transform: translate(3px, -3px);
  transition-duration: 0.5s;
}

.price__tax-caution {
  text-align: right;
  font-size: 1.4rem;
  font-family: var(--ibm);
  margin-bottom: 15px;
}

.price__ttl {
  text-align: center;
  background-color: #d7e7f9;
  font-size: 2.6rem;
  margin-bottom: 60px;
  font-weight: 400;
  padding: 6px;
}

.price__main-txt {
  font-size: 1.5rem;
  font-family: var(--ibm);
  margin-bottom: 50px;
}

.price__ttl-middle {
  font-size: 2.6rem;
  font-weight: 400;
  color: #89b0d2;
  padding-left: 20px;
  border-left: 8px solid #89b0d2;
  margin-bottom: 20px;
}

.price__main-list li {
  padding: 50px 0;
  border-bottom: 1px solid #eeeeee;
  display: flex;
}

.price__ttl-small {
  width: 22%;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4;
}

.price__main-list-cont {
  width: 57%;
}
.price__main-list-cont .txt {
  font-size: 1.5rem;
  font-family: var(--ibm);
  margin-bottom: 20px;
}

.tag-bl {
  display: flex;
  gap: 15px;
  padding: 5px 20px 4px;
  border-radius: 50px;
  border: 1px solid #89b0d2;
  width: fit-content;
}
.tag-bl .tag {
  display: inline-block;
  font-size: 1.1rem;
  color: #89b0d2;
  font-family: var(--ibm);
}

.price__main-list-price {
  width: 21%;
}
.price__main-list-price .price {
  text-align: right;
  font-family: var(--corm);
  font-size: 3.8rem;
  color: #89b0d2;
  line-height: 1.1;
  margin: -10px 0 10px;
}
.price__main-list-price .price .small {
  font-size: 1.8rem;
}
.price__main-list-price .s-small {
  font-size: 1.5rem;
  display: inline-block;
  margin-right: 8px;
  font-family: var(--ibm);
}

.price-tag {
  font-size: 1.5rem;
  color: #fff;
  font-family: var(--ibm);
  background-color: #89b0d2;
  border-radius: 50px;
  padding: 1px 17px 0px;
  width: fit-content;
  margin: 0 0 0 auto;
}

.mb120 {
  margin-bottom: 120px;
}

.mb60 {
  margin-bottom: 60px;
}

.price__lisk-bl {
  width: 1000px;
  border: 1px solid var(--navy);
  max-width: 100%;
  margin: 60px auto 120px;
  padding: 40px 80px;
  display: flex;
  align-items: center;
  border-radius: 10px;
}

.price__lisk-ttl {
  width: 35%;
  position: relative;
  font-size: 2rem;
  font-weight: 400;
  padding-left: 50px;
}
.price__lisk-ttl::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 38px;
  height: 34px;
  background-image: url(../img/price/caution.webp);
  transform: translateY(-50%);
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
}

.price__lisk-list {
  width: 65%;
}
.price__lisk-list li {
  position: relative;
  padding-left: 1em;
  font-size: 1.5rem;
  font-family: var(--ibm);
  margin-bottom: 5px;
}
.price__lisk-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "・";
}

@media (max-width: 1200px) {
  .under__mv-ttl-en {
    font-size: 13rem;
  }
  .under__mv-ttl {
    font-size: 4.2rem;
  }
  .under__mv-ttl-bl {
    padding-bottom: 50px;
  }
  .under__mv-img {
    margin-bottom: 60px;
  }
  .price__link-main-txt {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
  .price__link li a {
    height: 80px;
    font-size: 1.5rem;
  }
  .price__link li a .material-symbols-outlined {
    font-size: 2rem;
    right: 11px;
    bottom: 8px;
  }
  .price__link-bl {
    margin-bottom: 60px;
  }
  .price__ttl {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  .price__main-txt {
    margin-bottom: 30px;
  }
  .price__ttl-middle {
    font-size: 2rem;
    border-left: 6px solid #89b0d2;
    margin-bottom: 10px;
  }
  .price__main-list li {
    padding: 30px 0;
    flex-wrap: wrap;
  }
  .price__ttl-small {
    width: 100%;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .price__main-list-cont {
    width: 100%;
  }
  .price__main-list-price {
    width: 100%;
    padding-top: 5px;
  }
  .price__main-list-price .price {
    font-size: 3rem;
    margin: 0;
  }
  .price__main-list-cont .txt {
    margin-bottom: 12px;
  }
  .tag-bl .tag {
    font-size: 1.1rem;
  }
  .price-tag {
    font-size: 1.3rem;
    padding: 3px 13px 0px;
    margin-top: 10px;
  }
  .price__lisk-bl {
    width: 800px;
    margin: 40px auto 70px;
    padding: 40px 5%;
    flex-direction: column;
  }
  .price__lisk-ttl::before {
    width: 32px;
    height: 29px;
  }
  .price__lisk-ttl {
    width: fit-content;
    font-size: 1.8rem;
    margin: 0 auto 20px;
    padding-left: 41px;
  }
  .price__lisk-list {
    width: 100%;
  }
  .price__main-list.mb120 {
    margin-bottom: 70px;
  }
}
@media (max-width: 834px) {
  .price__link {
    grid-template-columns: repeat(2, 1fr);
  }
  .under-page {
    padding-top: 120px;
  }
  .under__mv-ttl {
    font-size: 3.2rem;
  }
  .under__mv-ttl-en {
    font-size: 10.5rem;
  }
  .under__mv-ttl-bl {
    padding-bottom: 30px;
  }
  .under__mv-img {
    margin-bottom: 40px;
  }
  .price__link-main-txt {
    font-size: 2.1rem;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .price__link-bl {
    margin-bottom: 40px;
  }
  .price__ttl {
    font-size: 1.9rem;
    margin-bottom: 20px;
  }
  .price__link li .txt {
    line-height: 1.5;
  }
  .price__main-txt {
    font-size: 1.4rem;
  }
  .price__ttl-middle {
    font-size: 1.8rem;
    padding-left: 15px;
  }
  .price__main-list li {
    padding: 20px 0;
  }
  .tag-bl {
    gap: 0px 15px;
    padding: 9px 26px 7px;
    border-radius: 50px;
    flex-wrap: wrap;
  }
  .price__link li:nth-of-type(1), .price__link li:nth-of-type(2) {
    border-bottom: 1px solid #ececec;
  }
  .price__main-list-cont .txt {
    font-size: 1.4rem;
  }
  .price__main-list.mb120 {
    margin-bottom: 50px;
  }
  .price__main-list.mb60 {
    margin-bottom: 40px;
  }
  .price__lisk-bl {
    margin: 40px auto 50px;
    padding: 20px 5%;
  }
  .price__lisk-ttl {
    font-size: 1.7rem;
    margin: 0 auto 12px;
  }
  .price__lisk-list li {
    font-size: 1.4rem;
  }
}
@media (max-width: 640px) {
  .under__mv-ttl-en {
    font-size: 7.5rem;
    top: -16px;
  }
  .under__mv-ttl {
    font-size: 2.8rem;
  }
  .under__mv-img {
    height: 150px;
  }
  .under__mv-img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .under__mv-ttl-bl {
    padding-bottom: 25px;
  }
  .price__link-main-txt {
    font-size: 1.9rem;
  }
  .price__link li .txt {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.5;
  }
  .price__link li a .material-symbols-outlined {
    font-size: 1.5rem;
    right: 7px;
    bottom: 6px;
  }
  .price__tax-caution {
    font-size: 1.3rem;
    margin-bottom: 8px;
  }
  .price__ttl {
    font-size: 1.7rem;
    margin-bottom: 15px;
  }
  .price__ttl-middle {
    margin-bottom: 0;
  }
  .price__ttl-small {
    font-size: 1.7rem;
  }
}
/*20240822*/
.price__tag-name {
  color: #89B0D2;
  font-family: var(--ibm);
}

.price__tag-name.m10 {
  margin-top: 8px;
}

.price__detail {
  width: 98%;
  margin: 28px 0 0 auto;
}

.price__detail .price__tag {
  border-radius: 11px;
  border: 0.5px solid #89B0D2;
  width: fit-content;
  padding: 3px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.price__detail .price__tag p {
  color: #89B0D2;
  line-height: 1;
  font-family: var(--ibm);
}

.price__detail table td:first-child {
  font-size: 1.4rem;
  color: #89B0D2;
  font-family: var(--ibm);
  vertical-align: top;
}

.price__detail table td:nth-child(2) {
  font-family: var(--corm);
  font-size: 3.2rem;
  color: #89b0d2;
  text-align: right;
  line-height: 0.3;
  vertical-align: top;
}

@media (max-width: 834px) {
  .price__detail {
    width: 220px;
    margin: 18px 0 0 auto;
  }
  .price__detail .price__tag p {
    font-size: 1.2rem;
  }
  .price__detail table td:first-child {
    font-size: 1.2rem;
  }
  .price__detail table td:nth-child(2) {
    font-size: 2.5rem;
  }
}
.news__flex {
  display: flex;
  gap: 70px;
  padding-bottom: 140px;
}
.news__flex aside {
  width: 300px;
}
.news__flex #news-main {
  width: calc(100% - 370px);
}

.news-main__list li a {
  border-bottom: 1px solid #eeeeee;
  display: block;
  padding: 30px 0 50px;
  position: relative;
  color: var(--navy);
  transition-duration: 0.5s;
}
.news-main__list li a .txt {
  font-size: 1.5rem;
  font-family: var(--ibm);
  line-height: 1.6;
}
.news-main__list li a .material-symbols-outlined {
  position: absolute;
  bottom: 15px;
  right: 15px;
  transition-duration: 0.5s;
}
.news-main__list li a:hover {
  transition-duration: 0.5s;
  opacity: 0.7;
}
.news-main__list li a:hover .material-symbols-outlined {
  transform: translate(3px, -3px);
  transition-duration: 0.5s;
}
.news-main__list li:first-of-type a {
  padding-top: 0;
}

.news-main__list-ttl-bl {
  display: flex;
  margin-bottom: 5px;
}
.news-main__list-ttl-bl time {
  width: 100px;
  display: block;
  color: #89b0d2 !important;
  font-size: 1.4rem;
  font-family: var(--ibm);
}

.news-main__list-ttl {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: var(--ibm);
  line-height: 1.5;
  width: calc(100% - 100px);
}

.news-main__cat-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.news-main__cat-list li {
  font-size: 1.5rem;
  padding: 1px 15px 0;
  border-radius: 50px;
  border: 1px solid var(--navy);
  font-family: var(--ibm);
}

.news__side-bl {
  margin-bottom: 60px;
}

.news__side-ttl {
  font-family: var(--corm);
  font-size: 3.2rem;
  padding: 1px 10px 0;
  background-color: #d7e7f9;
  border-radius: 3px 3px 0 0;
  text-align: center;
  font-weight: 400;
}

.news__side-list {
  padding: 30px;
  border-radius: 0 0 3px 3px;
  background-color: #f9fbfc;
}
.news__side-list.js-ac-cont {
  padding: 0 30px;
}
.news__side-list li a {
  display: block;
  width: fit-content;
  padding-left: 1em;
  font-family: var(--ibm);
  color: var(--navy);
  font-size: 1.5rem;
  position: relative;
}
.news__side-list li a::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}
.news__side-list.active {
  padding: 30px;
}

.js-ac-ttl {
  position: relative;
  cursor: pointer;
}
.js-ac-ttl::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  transform: translate(0, -50%) rotate(45deg);
  border-right: 1px solid var(--navy);
  border-bottom: 1px solid var(--navy);
  right: 25px;
  top: 50%;
  display: block;
  transition-duration: 0.5s;
}
.js-ac-ttl.active::after {
  transform: translate(0, -50%) rotate(-135deg);
  transition-duration: 0.5s;
}

.js-ac-cont {
  overflow: hidden;
  height: 0;
}

.news__main-ttl {
  font-size: 2.4rem;
  font-weight: 500;
  padding-bottom: 20px;
  line-height: 1.5rem;
  font-family: var(--ibm);
  border-bottom: 1px solid var(--navy);
  margin-bottom: 15px;
  line-height: 1.5;
}

.news__main-option {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 15px;
  margin-bottom: 60px;
}
.news__main-option time {
  font-size: 1.4rem;
  font-family: var(--ibm);
  color: #89b0d2;
  display: inline-block;
}

.cat-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}
.cat-list li {
  font-size: 1.5rem;
  padding: 1px 15px 0;
  border-radius: 50px;
  border: 1px solid var(--navy);
  font-family: var(--ibm);
}

.news__post-bl h2 {
  font-size: 2.2rem;
  font-weight: 500;
  font-family: var(--ibm);
  border-left: 6px solid var(--navy);
  padding-left: 8px;
  margin-bottom: 1.5em;
  line-height: 1.5;
}
.news__post-bl h3 {
  font-size: 2.2rem;
  font-weight: 500;
  font-family: var(--ibm);
  border-left: 6px solid #89b0d2;
  padding-left: 8px;
  margin-bottom: 1.5em;
  line-height: 1.5;
}
.news__post-bl h4 {
  font-size: 2rem;
  font-weight: 500;
  font-family: var(--ibm);
  border-left: 6px solid #89b0d2;
  padding-left: 8px;
  margin-bottom: 1.5em;
  line-height: 1.5;
  color: #89b0d2;
}
.news__post-bl h5 {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: var(--ibm);
  border-bottom: 2px dotted var(--navy);
  margin-bottom: 1.5em;
  line-height: 1.5;
  padding-bottom: 8px;
}
.news__post-bl h6 {
  font-size: 1.7rem;
  font-weight: 500;
  font-family: var(--ibm);
  border-left: 6px solid var(--navy);
  padding-left: 8px;
  margin-bottom: 1.5em;
  line-height: 1.5;
}
.news__post-bl p {
  font-size: 1.5rem;
  font-family: var(--ibm);
  margin-bottom: 35px;
  line-height: 1.8;
}
.news__post-bl img {
  max-width: 100%;
  margin-bottom: 35px;
}

.base__link.right {
  margin-left: auto;
  margin-right: 0;
}
.base__link.right.mt130 {
  margin-top: 130px;
}

.nav-links {
  display: flex;
  gap: 20px;
  font-size: 1.6rem;
  font-family: var(--ibm);
  margin: 100px auto 0;
  width: fit-content;
  align-items: center;
}

.page-numbers {
  color: var(--navy);
}
.page-numbers.current {
  color: #fff;
  background-color: var(--navy);
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding-top: 2px;
}
.page-numbers .material-symbols-outlined {
  font-size: 1.6rem;
}

@media (max-width: 1200px) {
  .news__flex aside {
    width: 220px;
  }
  .news__flex {
    gap: 40px;
  }
  .news__flex #news-main {
    width: calc(100% - 260px);
  }
  .news__side-ttl {
    font-size: 2.8rem;
  }
  .news__side-list {
    padding: 20px;
  }
  .news__side-list.js-ac-cont {
    padding: 0 20px;
  }
  .news__side-list.js-ac-cont.active {
    padding: 20px;
  }
  .news__main-ttl {
    font-size: 2.2rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .cat-list li {
    font-size: 1.3rem;
  }
  .news__main-option {
    margin-bottom: 40px;
  }
  .news__post-bl h2 {
    font-size: 2rem;
  }
  .news__post-bl h3 {
    font-size: 2rem;
  }
  .news__post-bl h4 {
    font-size: 1.8rem;
  }
  .news__post-bl h5 {
    font-size: 1.7rem;
  }
  .news__post-bl h6 {
    font-size: 1.6rem;
  }
  .base__link.right.mt130 {
    margin-top: 90px;
  }
  .news__flex {
    padding-bottom: 50px;
  }
}
@media (max-width: 834px) {
  .news__flex {
    flex-direction: column;
  }
  .news__flex #news-main {
    width: 100%;
  }
  .news__flex aside {
    width: 100%;
  }
  .news__side-bl {
    margin-bottom: 30px;
  }
  .news-main__list-ttl-bl {
    flex-direction: column;
  }
  .news-main__list-ttl {
    font-size: 1.5rem;
    width: 100%;
  }
  .news-main__cat-list li {
    font-size: 1.3rem;
  }
  .news-main__cat-list {
    margin-bottom: 12px;
  }
  .news-main__list li a .txt {
    font-size: 1.4rem;
  }
  .news-main__list li a {
    padding: 20px 0 35px;
  }
  .news-main__list li a .material-symbols-outlined {
    bottom: 13px;
    right: 13px;
    font-size: 20px;
  }
  .news__main-ttl {
    font-size: 2rem;
    margin-bottom: 12px;
    padding-bottom: 8px;
  }
  .news__main-option {
    margin-bottom: 30px;
  }
  .news__post-bl h2 {
    font-size: 1.8rem;
    margin-bottom: 1.2em;
  }
  .news__post-bl h3 {
    font-size: 1.8rem;
    margin-bottom: 1.2em;
  }
  .news__post-bl h4 {
    font-size: 1.7rem;
    margin-bottom: 1.2em;
  }
  .news__post-bl h5 {
    font-size: 1.6rem;
    margin-bottom: 1.2em;
  }
  .news__post-bl h6 {
    font-size: 1.5rem;
    margin-bottom: 1.2em;
  }
  .news__post-bl p {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .base__link.right.mt130 {
    margin-top: 50px;
  }
  .news__flex {
    padding-bottom: 0;
  }
  .news__side-ttl {
    font-size: 2.3rem;
  }
  .news__side-list li a {
    font-size: 1.4rem;
  }
  .nav-links {
    margin: 40px auto 0;
  }
}
.qualification-box {
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #e0e0e0;
}

.qualification-box__list {
  display: flex;
  justify-content: space-between;
}
.qualification-box__list li {
  width: 49%;
  font-family: "IBM Plex Sans JP", sans-serif;
}

.qualification-box__dots-item {
  position: relative;
  font-size: 1.2rem;
  padding-left: 12px;
}
.qualification-box__dots-item:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c4c4c4;
  top: 7px;
  left: 0;
}

@media screen and (max-width: 1200px) {
  .profile-box__dots-item:before {
    top: 4px;
  }
}
@media screen and (max-width: 640px) {
  .qualification-box {
    margin-top: 20px;
    padding: 5% 3%;
  }
  .qualification-box__list {
    display: block;
  }
  .qualification-box__list li {
    width: 100%;
  }
  .riri .profile-box__item:not(:last-child) {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=ideal-style.css.map */