.l-top .top-tent-hero {
  width: 100%;
  height: 100svh;
}
.l-top .top-tent-hero-img {
  width: 100%;
  height: 100%;
}
.l-top .top-tent-hero-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-top .top-tent-hero-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}
@media screen and (max-width: 834px) {
  .l-top .top-tent-hero-wrap {
    padding: 0 5%;
    top: 40%;
  }
}
.l-top .top-tent-hero p {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  text-align: center;
  width: 100%;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .l-top .top-tent-hero p {
    font-size: 28px;
    line-height: 1.3;
  }
}
.l-top .top-tent-hero-open_date {
  font-size: 7rem !important;
  font-weight: 300 !important;
  font-family: "Shippori Mincho", sans-serif !important;
  color: var(--theme, #6b88af) !important;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.3) !important;
}
@media screen and (max-width: 834px) {
  .l-top .top-tent-hero-open_date {
    font-size: 6rem !important;
    line-height: 1 !important;
  }
}
.l-top .top-tent-hero-sub_copy {
  color: #ffffff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  font-size: 1.1rem;
  line-height: 1.4;
  letter-spacing: 0.05rem;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .l-top .top-tent-hero-sub_copy {
    font-size: 0.9rem;
  }
}
.l-top .top-tent-hero-scroll_btn {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  top: 92%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}
@media screen and (max-width: 834px) {
  .l-top .top-tent-hero-scroll_btn {
    top: 92%;
  }
}
.l-top .top-tent-hero-scroll_btn-arrow {
  width: 30px;
  height: 30px;
  rotate: 90deg;
  z-index: 1;
  -webkit-animation: loop 1.5s infinite;
          animation: loop 1.5s infinite;
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.l-top .top-tent-hero-scroll_btn-text {
  font-size: 1.6rem;
  font-weight: 600;
  color: #ffffff;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .l-top .top-tent-hero-scroll_btn-text {
    font-size: 1.1rem;
    font-weight: 700;
  }
}
.l-top .top-tent-hero-scroll_btn::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 834px) {
  .l-top .top-tent-hero-scroll_btn::before {
    width: 85px;
    height: 85px;
  }
}
.l-top .top-tent-hero-scroll_btn:hover::before {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.l-top .top-tent-hero-news {
  position: absolute;
  bottom: 10%;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .l-top .top-tent-hero-news {
    top: 68%;
  }
}
.l-top .top-tent-hero-news a {
  padding: 1.5rem 3rem 1.5rem 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(50% - 70px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  color: #000000;
  background-color: #ffffff;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 835px) {
  .l-top .top-tent-hero-news a:hover {
    color: var(--theme, #6b88af);
    opacity: 0.9;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 834px) {
  .l-top .top-tent-hero-news a {
    padding: 0.8rem 1.5rem;
    width: calc(100% - 2rem);
    max-width: 100%;
    gap: 10px;
  }
}
.l-top .top-tent-hero-news-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .l-top .top-tent-hero-news-wrap {
    width: calc(100% - 5.5rem);
  }
}
.l-top .top-tent-hero-news-mark {
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  background: var(--theme, #6b88af);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-top .top-tent-hero-news-date {
  color: #828282;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.104rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-top .top-tent-hero-news-txt {
  letter-spacing: 0.12rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 834px) {
  .l-top .top-tent-hero-news-txt {
    line-height: 1.5;
  }
}

.l-top .home {
  color: #4d4d4d;
}
.l-top .home-com-title {
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .l-top .home-com-title {
    margin-bottom: 25px;
  }
}
.l-top .home-com-title-en {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 400;
  font-size: 7rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .l-top .home-com-title-en {
    font-size: 4rem;
  }
}
.l-top .home-com-title-en {
  color: var(--theme, #6b88af);
  margin-bottom: 20px;
}
.l-top .home-com-title-jp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.l-top .home-com-title-jp-large {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1.1538461538;
  letter-spacing: 0.15em;
  color: #4d4d4d;
}
@media screen and (max-width: 834px) {
  .l-top .home-com-title-jp-large {
    font-size: 2.2rem;
    letter-spacing: 0.09em;
  }
}
.l-top .home-com-title-jp-small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6071428571;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .l-top .home-com-title-jp-small {
    font-size: 1.2rem;
    line-height: 1.6666666667;
    letter-spacing: 0;
  }
}
.l-top .home-com-title-jp-small {
  color: #828282;
}
.l-top .home-com-title._center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-top .home-com-title._center .home-com-title-jp {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .l-top .home-com-title._center {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .l-top .home-com-title._center .home-com-title-jp {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.l-top .home-com-title._white {
  color: #ffffff;
}
.l-top .home-com-title._white .home-com-title-en {
  color: #ffffff;
}
.l-top .home-com-title._white .home-com-title-jp-large {
  color: #ffffff;
}
.l-top .home-com-title._white .home-com-title-jp-small {
  color: #ffffff;
}
.l-top .home-com-bnr-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 834px) {
  .l-top .home-com-bnr-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
  }
}
.l-top .home-com-bnr-list-item {
  width: 100%;
  max-width: 384px;
  height: auto;
  aspect-ratio: 384/150;
}
@media screen and (max-width: 834px) {
  .l-top .home-com-bnr-list-item {
    max-width: 100%;
  }
}
.l-top .home-com-bnr-list-item-link {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .l-top .home-com-bnr-list-item-link:hover {
    opacity: 0.8;
  }
}
.l-top .home-com-bnr-list-item-link-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.l-top .home-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100svh;
}
@media screen and (max-width: 834px) {
  .l-top .home-hero {
    height: calc(100svh - 80px);
  }
}
.l-top .home-hero-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.l-top .home-hero-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.l-top .home-hero-swiper .swiper-slide picture {
  display: block;
  width: 100%;
  height: 100%;
}
.l-top .home-hero-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-top .home-hero-wrapper {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.l-top .home-hero-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(9.9%, rgba(54, 54, 54, 0.8)), color-stop(52.14%, rgba(70, 70, 70, 0)));
  background: linear-gradient(360deg, rgba(54, 54, 54, 0.8) 9.9%, rgba(70, 70, 70, 0) 52.14%);
}
@media screen and (max-width: 834px) {
  .l-top .home-hero-wrapper::after {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(9.9%, rgba(54, 54, 54, 0.8)), color-stop(61.94%, rgba(70, 70, 70, 0)));
    background: linear-gradient(360deg, rgba(54, 54, 54, 0.8) 9.9%, rgba(70, 70, 70, 0) 61.94%);
  }
}
.l-top .home-hero-wrapper::after {
  z-index: 1;
}
.l-top .home-hero-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 80px;
  padding-left: 20px;
  background-color: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 834px) {
  .l-top .home-hero-top {
    height: 65px;
  }
}
.l-top .home-hero-top-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media screen and (max-width: 834px) {
  .l-top .home-hero-top-logo {
    display: none;
  }
}
.l-top .home-hero-top-logo-img {
  width: auto;
  height: 43px;
}
@media screen and (max-width: 834px) {
  .l-top .home-hero-top-logo-img {
    height: 27px;
  }
}
.l-top .home-hero-top-logo-text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6071428571;
  letter-spacing: 0.05em;
  color: var(--theme, #6b88af);
}
.l-top .home-hero-top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 834px) {
  .l-top .home-hero-top-right {
    display: none;
  }
}
.l-top .home-hero-top-right-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.l-top .home-hero-top-right-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  height: 100%;
}
@media screen and (max-width: 834px) {
  .l-top .home-hero-top-right-nav-list {
    display: none;
  }
}
.l-top .home-hero-top-right-nav-list-item {
  height: 100%;
}
.l-top .home-hero-top-right-nav-list-item-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}
.l-top .home-hero-top-right-nav-list-item-contact-title {
  font-size: 1.55rem;
  line-height: 1.8064516129;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #4d4d4d;
}
.l-top .home-hero-top-right-nav-list-item-contact-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1px;
}
.l-top .home-hero-top-right-nav-list-item-contact-phone-icon {
  width: 19px;
  height: 19px;
  fill: #4d4d4d;
}
.l-top .home-hero-top-right-nav-list-item-contact-phone-num {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 400;
  font-size: 2.9rem;
  line-height: 1;
  color: #4d4d4d;
}
.l-top .home-hero-top-right-nav-list-item-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3px;
  height: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .l-top .home-hero-top-right-nav-list-item-sns:hover {
    opacity: 0.8;
  }
}
.l-top .home-hero-top-right-nav-list-item-sns-icon {
  width: 45px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-top .home-hero-top-right-nav-list-item-sns-text {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #4d4d4d;
}
.l-top .home-hero-top-right-nav-list-item-reserve {
  height: 100%;
  padding: 0px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--theme, #6b88af);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .l-top .home-hero-top-right-nav-list-item-reserve:hover {
    background-color: var(--theme-dark, #3b4b60);
  }
}
.l-top .home-hero-top-right-nav-list-item-reserve-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
}
.l-top .home-hero-top-right-nav-list-item-reserve-top-icon {
  width: 27px;
  height: 28px;
  fill: #ffffff;
}
.l-top .home-hero-top-right-nav-list-item-reserve-top-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.l-top .home-hero-top-right-nav-list-item-reserve-top-text-en {
  position: relative;
  font-family: "Shippori Mincho", sans-serif;
  font-size: 2.6rem;
  line-height: 1;
  color: #ffffff;
}
.l-top .home-hero-top-right-nav-list-item-reserve-top-text-jp {
  font-size: 1.6rem;
  line-height: 1;
  color: #ffffff;
}
.l-top .home-hero-top-right-nav-list-item-reserve-tag {
  font-size: 1.3rem;
  line-height: 1.6153846154;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #ffffff;
}
.l-top .home-hero-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  width: 100%;
  height: auto;
  padding: 53px 73px;
  z-index: 100;
}
@media screen and (max-width: 834px) {
  .l-top .home-hero-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 5%;
    gap: 20px;
  }
}
.l-top .home-hero-bottom-left-text {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 5rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #ffffff;
}
@media screen and (max-width: 834px) {
  .l-top .home-hero-bottom-left-text {
    font-size: 3.4rem;
    line-height: 1.2647058824;
  }
}
.l-top .home-hero-bottom-right {
  width: 410px;
}
@media screen and (max-width: 834px) {
  .l-top .home-hero-bottom-right {
    width: 100%;
  }
}
.l-top .home-hero-bottom-right-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.45;
  letter-spacing: 0.15em;
  color: #ffffff;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .l-top .home-hero-bottom-right-title {
    font-size: 1.7rem;
    line-height: 1.7058823529;
    margin-bottom: 10px;
  }
}
.l-top .home-hero-bottom-right-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.l-top .home-hero-bottom-right-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 834px) {
  .l-top .home-hero-bottom-right-list-item {
    height: 70px;
  }
}
.l-top .home-hero-bottom-right-list-item-text {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .l-top .home-hero-bottom-right-list-item-text {
    font-size: 1.5rem;
    line-height: 1.4666666667;
  }
}
.l-top .home-hero-bottom-right-list-item-text {
  text-align: center;
  color: #ffffff;
}
.l-top .home-hero-infomation-nav {
  max-width: 1300px;
  width: 100%;
  padding: 20.5px 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 834px) {
  .l-top .home-hero-infomation-nav {
    padding: 20px 5%;
  }
}
.l-top .home-hero-infomation-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  .l-top .home-hero-infomation-nav-list {
    gap: 5px;
  }
}
.l-top .home-hero-infomation-nav-list-item {
  position: relative;
  z-index: 1;
  padding-left: 20px;
  padding-right: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 834px) {
  .l-top .home-hero-infomation-nav-list-item {
    width: calc(50% - 2.5px);
    padding: 0;
    border: 1px solid var(--theme, #6b88af);
    border-radius: var(--radius);
  }
}
.l-top .home-hero-infomation-nav-list-item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 0px;
  height: 20px;
  -webkit-transform: translateY(-50%) rotate(30deg);
          transform: translateY(-50%) rotate(30deg);
  border-right: 1px solid var(--theme, #6b88af);
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .l-top .home-hero-infomation-nav-list-item:after {
    display: none;
  }
}
.l-top .home-hero-infomation-nav-list-item:last-child:after {
  display: none;
}
.l-top .home-hero-infomation-nav-list-item-link {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .l-top .home-hero-infomation-nav-list-item-link {
    display: block;
    width: 100%;
    height: 100%;
    padding: 11.5px 20px;
  }
}
.l-top .home-hero-infomation-nav-list-item-link-text {
  font-weight: 400;
  font-size: 1.55rem;
  line-height: 1.7419354839;
  letter-spacing: 0.08em;
  color: #4d4d4d;
}
@media screen and (max-width: 834px) {
  .l-top .home-hero-infomation-nav-list-item-link-text {
    font-size: 1.4rem;
    line-height: 1.6071428571;
  }
}
.l-top .home-hero-infomation-nav-list-item-link-arrow {
  position: absolute;
  top: 4px;
  right: 4px;
  display: none;
  width: 11px;
  height: 12px;
  fill: var(--theme, #6b88af);
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .l-top .home-hero-infomation-nav-list-item-link-arrow {
    display: block;
  }
}
.l-top .home-hero-infomation-nav-wrap {
  border-bottom: 1px solid #d1cdc7;
}
@media screen and (max-width: 834px) {
  .l-top .home-hero-infomation-nav-wrap {
    border-bottom: none;
  }
}
.l-top .home-hero-infomation-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 20px 50px;
  border-bottom: 1px solid #d1cdc7;
}
@media screen and (max-width: 834px) {
  .l-top .home-hero-infomation-news {
    padding: 0 5% 8px;
  }
}
.l-top .home-hero-infomation-news-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 900px;
}
.l-top .home-hero-infomation-news-link-icon {
  padding: 3.5px 5px;
  background-color: var(--theme, #6b88af);
  border-radius: var(--radius);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 834px) {
  .l-top .home-hero-infomation-news-link-icon {
    display: none;
  }
}
.l-top .home-hero-infomation-news-link-icon-text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6071428571;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.l-top .home-hero-infomation-news-link-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 834px) {
  .l-top .home-hero-infomation-news-link-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.l-top .home-hero-infomation-news-link-text-date {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  color: var(--theme, #6b88af);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 834px) {
  .l-top .home-hero-infomation-news-link-text-date {
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}
.l-top .home-hero-infomation-news-link-text-title {
  font-weight: 400;
  font-size: 1.55rem;
  line-height: 2.064516129;
  letter-spacing: 0.08em;
  color: #4d4d4d;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 834px) {
  .l-top .home-hero-infomation-news-link-text-title {
    font-size: 1.4rem;
    line-height: 1.6071428571;
    letter-spacing: 0.05em;
    color: var(--theme, #6b88af);
  }
}
.l-top .home-infomation {
  padding: 100px 0;
}
@media screen and (max-width: 834px) {
  .l-top .home-infomation {
    padding: 40px 0;
  }
}
.l-top .home-infomation {
  background-color: #f5f5f5;
}
.l-top .home-infomation-cta {
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .l-top .home-infomation-cta {
    margin-bottom: 25px;
  }
}
.l-top .home-infomation-bnr {
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .l-top .home-infomation-bnr {
    margin-bottom: 25px;
  }
}
.l-top .home-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
}
.l-top .home-slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
}
.l-top .home-slider-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-animation: slider-scroll-left 30s linear infinite;
          animation: slider-scroll-left 30s linear infinite;
}
.l-top .home-slider-item-inner img {
  width: auto;
  height: 250px;
  aspect-ratio: 378/250;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 834px) {
  .l-top .home-slider-item-inner img {
    height: 160px;
  }
}
@-webkit-keyframes slider-scroll-left {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slider-scroll-left {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
.l-top .home-treatment {
  padding: 100px 0;
}
@media screen and (max-width: 834px) {
  .l-top .home-treatment {
    padding: 40px 0;
  }
}
.l-top .home-treatment {
  background-color: #ffffff;
}
.l-top .home-treatment-content {
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .l-top .home-treatment-content {
    margin-bottom: 25px;
  }
}
.l-top .home-treatment-content {
  counter-reset: treatment-item;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 834px) {
  .l-top .home-treatment-content {
    gap: 30px;
  }
}
.l-top .home-treatment-content-item {
  counter-increment: treatment-item;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media screen and (max-width: 834px) {
  .l-top .home-treatment-content-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.l-top .home-treatment-content-item-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.l-top .home-treatment-content-item-body-head {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--theme, #6b88af);
}
@media screen and (max-width: 834px) {
  .l-top .home-treatment-content-item-body-head {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
}
.l-top .home-treatment-content-item-body-head-num {
  margin-bottom: 20px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 7rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--theme, #6b88af);
}
@media screen and (max-width: 834px) {
  .l-top .home-treatment-content-item-body-head-num {
    font-size: 4rem;
    margin-bottom: 12px;
  }
}
.l-top .home-treatment-content-item-body-head-num::before {
  content: counter(treatment-item, decimal-leading-zero) ".";
}
.l-top .home-treatment-content-item-body-head-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1.40625;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .l-top .home-treatment-content-item-body-head-title {
    font-size: 2.2rem;
    line-height: 1.5909090909;
  }
}
.l-top .home-treatment-content-item-body-head-title {
  color: #4d4d4d;
}
.l-top .home-treatment-content-item-body-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.55rem;
  line-height: 2.064516129;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 834px) {
  .l-top .home-treatment-content-item-body-desc {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    letter-spacing: 0.06em;
  }
}
.l-top .home-treatment-content-item-body-desc {
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .l-top .home-treatment-content-item-body-desc {
    margin-bottom: 12px;
  }
}
.l-top .home-treatment-content-item-body-desc {
  color: #4d4d4d;
}
.l-top .home-treatment-content-item-body-list {
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .l-top .home-treatment-content-item-body-list {
    margin-bottom: 12px;
  }
}
.l-top .home-treatment-content-item-body-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 834px) {
  .l-top .home-treatment-content-item-body-list {
    gap: 6px;
  }
}
.l-top .home-treatment-content-item-body-list-item {
  position: relative;
  padding-left: 20px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .l-top .home-treatment-content-item-body-list-item {
    font-size: 1.5rem;
    line-height: 1.4666666667;
  }
}
.l-top .home-treatment-content-item-body-list-item {
  color: var(--theme, #6b88af);
}
@media screen and (max-width: 834px) {
  .l-top .home-treatment-content-item-body-list-item {
    padding-left: 16px;
  }
}
.l-top .home-treatment-content-item-body-list-item::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--theme, #6b88af);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .l-top .home-treatment-content-item-body-list-item::before {
    width: 6px;
    height: 6px;
  }
}
.l-top .home-treatment-content-item-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.l-top .home-treatment-content-item-img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 500/500;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: var(--radius);
}
.l-top .home-treatment-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 70px;
  border-radius: var(--radius);
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .l-top .home-treatment-menu {
    padding: 30px;
  }
}
.l-top .home-treatment-menu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(102, 102, 102, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(102, 102, 102, 0) 100%);
  z-index: -1;
}
.l-top .home-treatment-menu-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -10;
}
.l-top .home-treatment-menu-title {
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .l-top .home-treatment-menu-title {
    margin-bottom: 15px;
  }
}
.l-top .home-treatment-menu-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1.1538461538;
  letter-spacing: 0.15em;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 834px) {
  .l-top .home-treatment-menu-title {
    font-size: 2.2rem;
    line-height: 1.1818181818;
    letter-spacing: 0.09em;
  }
}
.l-top .home-treatment-menu-list {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
@media screen and (max-width: 1200px) {
  .l-top .home-treatment-menu-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 834px) {
  .l-top .home-treatment-menu-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .l-top .home-treatment-menu-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.l-top .home-treatment-menu-list-item {
  width: 100%;
  height: 70px;
}
@media screen and (max-width: 834px) {
  .l-top .home-treatment-menu-list-item {
    height: 50px;
  }
}
.l-top .home-treatment-menu-list-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #ffffff;
  border-radius: var(--radius);
  border: 1px solid var(--theme, #6b88af);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .l-top .home-treatment-menu-list-item-link:hover {
    background-color: var(--theme, #6b88af);
  }
  .l-top .home-treatment-menu-list-item-link:hover .home-treatment-menu-list-item-link-text {
    color: #ffffff;
  }
}
.l-top .home-treatment-menu-list-item-link-text {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.7333333333;
  letter-spacing: 0.08em;
  color: var(--theme, #6b88af);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 834px) {
  .l-top .home-treatment-menu-list-item-link-text {
    font-size: 1.3rem;
    line-height: 1.5384615385;
    letter-spacing: 0.06em;
  }
}
.l-top .home-equipment {
  padding: 100px 0;
}
@media screen and (max-width: 834px) {
  .l-top .home-equipment {
    padding: 40px 0;
  }
}
.l-top .home-equipment {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.l-top .home-equipment::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: -1;
}
.l-top .home-equipment-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -10;
}
.l-top .home-equipment-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: var(--radius);
}
@media screen and (max-width: 834px) {
  .l-top .home-equipment-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px 5%;
  }
}
.l-top .home-equipment-content-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1.40625;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .l-top .home-equipment-content-title {
    font-size: 2.2rem;
    line-height: 1.5909090909;
  }
}
.l-top .home-equipment-content-title {
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .l-top .home-equipment-content-title {
    margin-bottom: 12px;
  }
}
.l-top .home-equipment-content-title {
  color: var(--theme, #6b88af);
}
@media screen and (max-width: 834px) {
  .l-top .home-equipment-content-title {
    display: block;
    width: 100%;
  }
}
.l-top .home-equipment-content-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.55rem;
  line-height: 2.064516129;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 834px) {
  .l-top .home-equipment-content-text {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    letter-spacing: 0.06em;
  }
}
.l-top .home-equipment-content-text {
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .l-top .home-equipment-content-text {
    margin-bottom: 15px;
  }
}
.l-top .home-equipment-content-text {
  color: #4d4d4d;
}
.l-top .home-equipment-content-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-top .home-feature {
  padding: 100px 0;
}
@media screen and (max-width: 834px) {
  .l-top .home-feature {
    padding: 40px 0;
  }
}
.l-top .home-feature {
  background-color: #f5f5f5;
}
.l-top .home-feature-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .l-top .home-feature-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.l-top .home-feature-content-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1.40625;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .l-top .home-feature-content-title {
    font-size: 2.2rem;
    line-height: 1.5909090909;
  }
}
.l-top .home-feature-content-title {
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .l-top .home-feature-content-title {
    margin-bottom: 12px;
  }
}
.l-top .home-feature-content-title {
  color: var(--theme, #6b88af);
}
@media screen and (max-width: 834px) {
  .l-top .home-feature-content-title {
    display: block;
    width: 100%;
  }
}
.l-top .home-feature-content-text {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.55rem;
  line-height: 2.064516129;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 834px) {
  .l-top .home-feature-content-text {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    letter-spacing: 0.06em;
  }
}
.l-top .home-feature-content-text {
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .l-top .home-feature-content-text {
    margin-bottom: 15px;
  }
}
.l-top .home-feature-content-text {
  color: #4d4d4d;
  width: 100%;
  max-width: 700px;
}
.l-top .home-feature-content-btn {
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .l-top .home-feature-content-btn {
    margin-bottom: 15px;
  }
}
.l-top .home-feature-content-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-top .home-feature-content-list {
  counter-reset: feature-item;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .l-top .home-feature-content-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .l-top .home-feature-content-list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.l-top .home-feature-content-list-item {
  counter-increment: feature-item;
}
.l-top .home-feature-content-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.4em;
  margin-bottom: 12px;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  color: var(--theme, #6b88af);
}
.l-top .home-feature-content-list-item-label-num::before {
  content: counter(feature-item, decimal-leading-zero);
}
@media screen and (max-width: 834px) {
  .l-top .home-feature-content-list-item-label {
    font-size: 1.4rem;
    line-height: 1.5714285714;
    letter-spacing: 0.05em;
  }
}
.l-top .home-feature-content-list-item-img {
  margin-bottom: 15px;
}
@media screen and (max-width: 834px) {
  .l-top .home-feature-content-list-item-img {
    margin-bottom: 10px;
  }
}
.l-top .home-feature-content-list-item-img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 380/196;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: var(--radius);
}
.l-top .home-feature-content-list-item-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .l-top .home-feature-content-list-item-title {
    font-size: 2rem;
  }
}
.l-top .home-feature-content-list-item-title {
  color: var(--theme, #6b88af);
  margin-bottom: 15px;
}
@media screen and (max-width: 834px) {
  .l-top .home-feature-content-list-item-title {
    margin-bottom: 10px;
  }
}
.l-top .home-feature-content-list-item-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-top .home-feature-content-list-item-points-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
}
.l-top .home-feature-content-list-item-points-item-icon {
  width: 20px;
  height: 20px;
  margin-top: 0.3em;
  color: var(--theme, #6b88af);
  fill: var(--theme, #6b88af);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-top .home-feature-content-list-item-points-item-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.55rem;
  line-height: 2.064516129;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 834px) {
  .l-top .home-feature-content-list-item-points-item-text {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    letter-spacing: 0.06em;
  }
}
.l-top .home-feature-content-list-item-points-item-text {
  color: #4d4d4d;
}
.l-top .home-doctor {
  padding: 100px 0;
}
@media screen and (max-width: 834px) {
  .l-top .home-doctor {
    padding: 40px 0;
  }
}
.l-top .home-doctor {
  background-color: var(--theme-shade, #566d8c);
}
.l-top .home-doctor-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 834px) {
  .l-top .home-doctor-content {
    gap: 60px;
  }
}
.l-top .home-doctor-content-item:nth-child(even) .home-doctor-content-item-profile {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 834px) {
  .l-top .home-doctor-content-item:nth-child(even) .home-doctor-content-item-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-top .home-doctor-content-item-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .l-top .home-doctor-content-item-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
}
.l-top .home-doctor-content-item-profile-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 41.66%;
  max-width: 500px;
}
@media screen and (max-width: 834px) {
  .l-top .home-doctor-content-item-profile-img {
    width: 100%;
    max-width: 100%;
  }
}
.l-top .home-doctor-content-item-profile-img-img {
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 0 auto;
  aspect-ratio: 500/600;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: var(--radius);
}
.l-top .home-doctor-content-item-profile-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 50%;
  max-width: 600px;
}
@media screen and (max-width: 834px) {
  .l-top .home-doctor-content-item-profile-body {
    width: 100%;
    max-width: 100%;
  }
}
.l-top .home-doctor-content-item-profile-body-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 15px;
  margin-bottom: 20px;
}
.l-top .home-doctor-content-item-profile-body-head-line {
  display: block;
  width: 1px;
  background-color: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-top .home-doctor-content-item-profile-body-head-text {
  padding-left: 20px;
  border-left: 1px solid #ffffff;
}
.l-top .home-doctor-content-item-profile-body-head-text-clinic {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.55rem;
  line-height: 2.064516129;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 834px) {
  .l-top .home-doctor-content-item-profile-body-head-text-clinic {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    letter-spacing: 0.06em;
  }
}
.l-top .home-doctor-content-item-profile-body-head-text-clinic {
  color: #ffffff;
  margin-bottom: 5px;
}
.l-top .home-doctor-content-item-profile-body-head-text-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.l-top .home-doctor-content-item-profile-body-head-text-name-prefix {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .l-top .home-doctor-content-item-profile-body-head-text-name-prefix {
    font-size: 1.5rem;
    line-height: 1.4666666667;
  }
}
.l-top .home-doctor-content-item-profile-body-head-text-name-prefix {
  color: #ffffff;
}
.l-top .home-doctor-content-item-profile-body-head-text-name-name {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1.40625;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .l-top .home-doctor-content-item-profile-body-head-text-name-name {
    font-size: 2.2rem;
    line-height: 1.5909090909;
  }
}
.l-top .home-doctor-content-item-profile-body-head-text-name-name {
  color: #ffffff;
}
.l-top .home-doctor-content-item-profile-body-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1.40625;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .l-top .home-doctor-content-item-profile-body-title {
    font-size: 2.2rem;
    line-height: 1.5909090909;
  }
}
.l-top .home-doctor-content-item-profile-body-title {
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .l-top .home-doctor-content-item-profile-body-title {
    margin-bottom: 12px;
  }
}
.l-top .home-doctor-content-item-profile-body-title {
  color: #ffffff;
}
.l-top .home-doctor-content-item-profile-body-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.55rem;
  line-height: 2.064516129;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 834px) {
  .l-top .home-doctor-content-item-profile-body-desc {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    letter-spacing: 0.06em;
  }
}
.l-top .home-doctor-content-item-profile-body-desc {
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .l-top .home-doctor-content-item-profile-body-desc {
    margin-bottom: 15px;
  }
}
.l-top .home-doctor-content-item-profile-body-desc {
  color: #ffffff;
}
.l-top .home-doctor-content-item-detail {
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .l-top .home-doctor-content-item-detail {
    margin-bottom: 15px;
  }
}
.l-top .home-doctor-content-item-detail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
}
@media screen and (max-width: 834px) {
  .l-top .home-doctor-content-item-detail {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.l-top .home-doctor-content-item-detail-box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .l-top .home-doctor-content-item-detail-box-title {
    font-size: 2rem;
  }
}
.l-top .home-doctor-content-item-detail-box-title {
  color: #ffffff;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .l-top .home-doctor-content-item-detail-box-title {
    margin-bottom: 12px;
  }
}
.l-top .home-doctor-content-item-detail-box-title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #ffffff;
}
.l-top .home-doctor-content-item-detail-box-list {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  row-gap: 8px;
}
.l-top .home-doctor-content-item-detail-box-list-item {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1/-1;
}
.l-top .home-doctor-content-item-detail-box-list-item-date {
  grid-column: 1;
  padding-right: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6071428571;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .l-top .home-doctor-content-item-detail-box-list-item-date {
    font-size: 1.2rem;
    line-height: 1.6666666667;
    letter-spacing: 0;
  }
}
.l-top .home-doctor-content-item-detail-box-list-item-date {
  color: #ffffff;
  white-space: nowrap;
}
.l-top .home-doctor-content-item-detail-box-list-item-date:empty {
  padding-right: 0;
}
@media screen and (max-width: 834px) {
  .l-top .home-doctor-content-item-detail-box-list-item-date {
    padding-right: 10px;
  }
}
.l-top .home-doctor-content-item-detail-box-list-item-detail {
  grid-column: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6071428571;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .l-top .home-doctor-content-item-detail-box-list-item-detail {
    font-size: 1.2rem;
    line-height: 1.6666666667;
    letter-spacing: 0;
  }
}
.l-top .home-doctor-content-item-detail-box-list-item-detail {
  color: #ffffff;
}
.l-top .home-doctor-content-item-detail-box-list-item-detail:only-child {
  grid-column: 1;
}
.l-top .home-concept-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 834px) {
  .l-top .home-concept-inner {
    grid-template-columns: 1fr;
  }
}
.l-top .home-concept-img {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 834px) {
  .l-top .home-concept-img {
    height: 300px;
  }
}
.l-top .home-concept-img-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.l-top .home-concept-body {
  position: relative;
  z-index: 1;
}
.l-top .home-concept-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-shade, #566d8c);
  opacity: 0.8;
  z-index: -1;
}
.l-top .home-concept-body-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px 70px;
  max-width: 760px;
}
@media screen and (max-width: 834px) {
  .l-top .home-concept-body-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 40px 5%;
  }
}
.l-top .home-concept-body .home-com-title {
  width: 100%;
  max-width: 760px;
}
.l-top .home-concept-body-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1.40625;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .l-top .home-concept-body-title {
    font-size: 2.2rem;
    line-height: 1.5909090909;
  }
}
.l-top .home-concept-body-title {
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .l-top .home-concept-body-title {
    margin-bottom: 12px;
  }
}
.l-top .home-concept-body-title {
  color: #ffffff;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .l-top .home-concept-body-title {
    text-align: left;
  }
}
.l-top .home-concept-body-lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.55rem;
  line-height: 2.064516129;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 834px) {
  .l-top .home-concept-body-lead {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    letter-spacing: 0.06em;
  }
}
.l-top .home-concept-body-lead {
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .l-top .home-concept-body-lead {
    margin-bottom: 15px;
  }
}
.l-top .home-concept-body-lead {
  color: #ffffff;
  width: 100%;
  max-width: 520px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .l-top .home-concept-body-lead {
    max-width: none;
    text-align: left;
  }
}
.l-top .home-concept-body-list {
  counter-reset: concept-item;
  width: 100%;
  max-width: 520px;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .l-top .home-concept-body-list {
    margin-bottom: 15px;
  }
}
.l-top .home-concept-body-list-item {
  counter-increment: concept-item;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  padding: 20px 0;
  border-top: 1px solid #ffffff;
}
.l-top .home-concept-body-list-item:last-child {
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 834px) {
  .l-top .home-concept-body-list-item {
    gap: 12px;
    padding: 15px 0;
  }
}
.l-top .home-concept-body-list-item-num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.l-top .home-concept-body-list-item-num::before {
  content: counter(concept-item, decimal-leading-zero) ".";
}
.l-top .home-concept-body-list-item-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.55rem;
  line-height: 2.064516129;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 834px) {
  .l-top .home-concept-body-list-item-text {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    letter-spacing: 0.06em;
  }
}
.l-top .home-concept-body-list-item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  color: #ffffff;
}
.l-top .home-concept-body-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.l-top .home-cta_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 85px 50px;
}
@media screen and (max-width: 834px) {
  .l-top .home-cta_section {
    padding: 40px 5%;
  }
}
.l-top .home-case {
  padding-bottom: 100px;
}
@media screen and (max-width: 834px) {
  .l-top .home-case {
    padding-bottom: 40px;
  }
}
.l-top .home-case .home-com-title {
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .l-top .home-case .home-com-title {
    margin-bottom: 12px;
  }
}
.l-top .home-case-lead {
  display: block;
  max-width: 800px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.55rem;
  line-height: 2.064516129;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 834px) {
  .l-top .home-case-lead {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    letter-spacing: 0.06em;
  }
}
.l-top .home-case-lead {
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .l-top .home-case-lead {
    margin-bottom: 12px;
  }
}
.l-top .home-case-lead {
  color: #4d4d4d;
}
.l-top .home-case-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .l-top .home-case-btn {
    margin-bottom: 15px;
  }
}
.l-top .home-case-slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.l-top .home-case-slider-clip {
  width: 100%;
  overflow: hidden;
}
.l-top .home-case-slider-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .l-top .home-case-slider-control {
    margin-top: 16px;
  }
}
.l-top .home-case-slider-control-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.l-top .home-case-slider-control-arrow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--theme, #6b88af);
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 834px) {
  .l-top .home-case-slider-control-arrow-item {
    width: 30px;
    height: 30px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-top .home-case-slider-control-arrow-item:hover {
    background-color: var(--theme-dark, #3b4b60);
  }
}
.l-top .home-case-slider-control-arrow-item.home-case-slider-control-prev .home-case-slider-control-arrow-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.l-top .home-case-slider-control-arrow-icon {
  width: 18px;
  height: 15px;
  fill: none;
  stroke: currentColor;
}
@media screen and (max-width: 834px) {
  .l-top .home-case-slider-control-arrow-icon {
    width: 15px;
    height: 12px;
  }
}
.l-top .home-case-slider-item {
  width: 354px;
  padding: 0 12px 6px;
}
@media screen and (max-width: 834px) {
  .l-top .home-case-slider-item {
    width: 300px;
    padding: 0 7.5px 6px;
  }
}
.l-top .home-case-slider-item-inner {
  border-radius: var(--radius);
  -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.25));
}
.l-top .home-case-slider-item-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 5px 0;
  background-color: var(--theme, #6b88af);
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6071428571;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .l-top .home-case-slider-item-category {
    font-size: 1.2rem;
    line-height: 1.6666666667;
    letter-spacing: 0;
  }
}
.l-top .home-case-slider-item-category {
  font-weight: 600;
  border-radius: var(--radius) var(--radius) 0 0;
}
.l-top .home-case-slider-item-category-icon {
  width: 15px;
  height: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.l-top .home-case-slider-item-img {
  position: relative;
}
.l-top .home-case-slider-item-img .com-img_switch-item-overlay-img::before {
  top: auto;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  color: #4d4d4d;
  font-weight: 600;
}
.l-top .home-case-slider-item-img .com-img_switch-item-base::before {
  top: auto;
  bottom: 0;
  right: 0;
  left: auto;
  background-color: #ffffff;
  color: #4d4d4d;
  font-weight: 600;
}
.l-top .home-case-slider-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 0 0 var(--radius) var(--radius);
}
@media screen and (max-width: 834px) {
  .l-top .home-case-slider-item-content {
    padding: 22px 20px 24px;
  }
}
.l-top .home-case-slider-item-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-top .home-case-slider-item-lbl {
  width: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6071428571;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .l-top .home-case-slider-item-lbl {
    font-size: 1.2rem;
    line-height: 1.6666666667;
    letter-spacing: 0;
  }
}
.l-top .home-case-slider-item-lbl {
  font-weight: 600;
  color: #4d4d4d;
}
.l-top .home-case-slider-item-lbl.__w100 {
  width: 100%;
}
.l-top .home-case-slider-item-text {
  width: calc(100% - 40px);
  min-width: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6071428571;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .l-top .home-case-slider-item-text {
    font-size: 1.2rem;
    line-height: 1.6666666667;
    letter-spacing: 0;
  }
}
.l-top .home-case-slider-item-text {
  color: #828282;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.l-top .home-case-slider-item-text.__w100 {
  width: 100%;
}
.l-top .home-case-slider-item-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6071428571;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .l-top .home-case-slider-item-more {
    font-size: 1.2rem;
    line-height: 1.6666666667;
    letter-spacing: 0;
  }
}
.l-top .home-case-slider-item-more {
  font-weight: 600;
  color: var(--theme, #6b88af);
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.l-top .home-case-slider-item-more-arrow {
  width: 15px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .l-top .home-case-slider-item-more:hover {
    color: var(--theme-dark, #3b4b60);
  }
  .l-top .home-case-slider-item-more:hover .home-case-slider-item-more-arrow {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}
.l-top .home-case-empty {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .l-top .home-case-empty {
    font-size: 1.5rem;
    line-height: 1.4666666667;
  }
}
.l-top .home-case-empty {
  text-align: center;
  color: #828282;
  padding: 60px 20px;
}
@media screen and (max-width: 834px) {
  .l-top .home-case-empty {
    padding: 40px 20px;
  }
}
.l-top .home-case-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.l-top .home-blog {
  padding: 100px 0;
}
@media screen and (max-width: 834px) {
  .l-top .home-blog {
    padding: 40px 0;
  }
}
.l-top .home-blog {
  background-color: #f5f5f5;
}
.l-top .home-blog .home-com-title {
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .l-top .home-blog .home-com-title {
    margin-bottom: 12px;
  }
}
.l-top .home-blog-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .l-top .home-blog-btn {
    margin-bottom: 15px;
  }
}
.l-top .home-blog-content {
  width: 100%;
  overflow-x: clip;
}
.l-top .home-blog-empty {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .l-top .home-blog-empty {
    font-size: 1.5rem;
    line-height: 1.4666666667;
  }
}
.l-top .home-blog-empty {
  text-align: center;
  color: #828282;
  padding: 60px 20px;
}
@media screen and (max-width: 834px) {
  .l-top .home-blog-empty {
    padding: 40px 20px;
  }
}
.l-top .home-blog-slider-wrapper {
  position: relative;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  overflow-x: clip;
}
.l-top .home-blog-slider-clip {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  isolation: isolate;
}
.l-top .home-blog-slider-swiper {
  position: relative;
  width: 100%;
  overflow: hidden !important;
}
.l-top .home-blog-slider-control {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
  pointer-events: none;
}
.l-top .home-blog-slider-control-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.l-top .home-blog-slider-control-arrow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--theme, #6b88af);
  color: #ffffff;
  pointer-events: auto;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 834px) {
  .l-top .home-blog-slider-control-arrow-item {
    width: 30px;
    height: 30px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-top .home-blog-slider-control-arrow-item:hover {
    background-color: var(--theme-dark, #3b4b60);
  }
}
.l-top .home-blog-slider-control-arrow-item.home-blog-slider-control-prev .home-blog-slider-control-arrow-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.l-top .home-blog-slider-control-arrow-icon {
  width: 18px;
  height: 15px;
  fill: none;
  stroke: currentColor;
}
@media screen and (max-width: 834px) {
  .l-top .home-blog-slider-control-arrow-icon {
    width: 15px;
    height: 12px;
  }
}
.l-top .home-blog-slider-item {
  width: 404px;
  padding: 0 12px 6px;
}
@media screen and (max-width: 834px) {
  .l-top .home-blog-slider-item {
    width: 324px;
    padding: 0 7.5px 6px;
  }
}
.l-top .home-blog-slider-item-link {
  display: block;
  border-radius: var(--radius);
  -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.25));
  background-color: #ffffff;
  overflow: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .l-top .home-blog-slider-item-link:hover {
    opacity: 0.85;
  }
}
.l-top .home-blog-slider-item-img {
  width: 380px;
  height: 150px;
}
@media screen and (max-width: 834px) {
  .l-top .home-blog-slider-item-img {
    width: 100%;
    height: auto;
    aspect-ratio: 380/150;
  }
}
.l-top .home-blog-slider-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.l-top .home-blog-slider-item-body {
  padding: 15px 15px 20px;
}
@media screen and (max-width: 834px) {
  .l-top .home-blog-slider-item-body {
    padding: 10px 10px 15px;
  }
}
.l-top .home-blog-slider-item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.55rem;
  line-height: 2.064516129;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 834px) {
  .l-top .home-blog-slider-item-title {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    letter-spacing: 0.06em;
  }
}
.l-top .home-blog-slider-item-title {
  font-weight: 600;
  color: #4d4d4d;
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.l-top .home-blog-slider-item-excerpt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6071428571;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .l-top .home-blog-slider-item-excerpt {
    font-size: 1.2rem;
    line-height: 1.6666666667;
    letter-spacing: 0;
  }
}
.l-top .home-blog-slider-item-excerpt {
  color: #828282;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.l-top .home-instagram {
  padding-bottom: 100px;
}
@media screen and (max-width: 834px) {
  .l-top .home-instagram {
    padding-bottom: 40px;
  }
}
.l-top .home-instagram {
  background-color: #f5f5f5;
}
.l-top .home-instagram .home-com-title {
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .l-top .home-instagram .home-com-title {
    margin-bottom: 12px;
  }
}
.l-top .home-instagram-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .l-top .home-instagram-btn {
    margin-bottom: 15px;
  }
}
.l-top .home-first {
  padding: 100px 0;
}
@media screen and (max-width: 834px) {
  .l-top .home-first {
    padding: 40px 0;
  }
}
.l-top .home-first .home-com-title {
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .l-top .home-first .home-com-title {
    margin-bottom: 12px;
  }
}
.l-top .home-first-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .l-top .home-first-btn {
    margin-bottom: 15px;
  }
}
.l-top .home-first-content-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1100px) {
  .l-top .home-first-content-top {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media screen and (max-width: 834px) {
  .l-top .home-first-content-top {
    margin-bottom: 30px;
  }
}
.l-top .home-first-content-top-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 24px;
  background-color: #f5f5f5;
  border-radius: var(--radius);
  text-align: center;
}
@media screen and (max-width: 834px) {
  .l-top .home-first-content-top-item {
    padding: 13px 20px;
  }
}
.l-top .home-first-content-top-item-label {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .l-top .home-first-content-top-item-label {
    font-size: 1.5rem;
    line-height: 1.4666666667;
  }
}
.l-top .home-first-content-top-item-label {
  font-weight: 600;
  color: var(--theme, #6b88af);
  margin-bottom: 7px;
}
@media screen and (max-width: 834px) {
  .l-top .home-first-content-top-item-label {
    margin-bottom: 0;
  }
}
.l-top .home-first-content-top-item-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  color: var(--theme, #6b88af);
}
.l-top .home-first-content-top-item-value-jp {
  font-family: "Shippori Mincho", serif;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.55rem;
  line-height: 2.064516129;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 834px) {
  .l-top .home-first-content-top-item-value-jp {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    letter-spacing: 0.06em;
  }
}
.l-top .home-first-content-top-item-value-num {
  font-family: "Shippori Mincho", sans-serif;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .l-top .home-first-content-top-item-value-num {
    font-size: 1.5rem;
    line-height: 1.4666666667;
  }
}
.l-top .home-first-content-top-item-value-num {
  font-weight: 600;
}
.l-top .home-first-content-top-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1024px) {
  .l-top .home-first-content-top-links {
    grid-column: 1/-1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 834px) {
  .l-top .home-first-content-top-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-top .home-first-content-top-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6px;
  padding: 20px;
  background-color: var(--theme, #6b88af);
  border-radius: var(--radius);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .l-top .home-first-content-top-link:hover {
    background-color: var(--theme-dark, #3b4b60);
  }
  .l-top .home-first-content-top-link:hover .home-first-content-top-link-arrow {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}
@media screen and (max-width: 834px) {
  .l-top .home-first-content-top-link {
    padding: 13px 20px;
  }
}
.l-top .home-first-content-top-link-text {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .l-top .home-first-content-top-link-text {
    font-size: 1.5rem;
    line-height: 1.4666666667;
  }
}
.l-top .home-first-content-top-link-text {
  color: #ffffff;
  font-weight: 600;
}
.l-top .home-first-content-top-link-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15px;
  height: 13px;
  color: #ffffff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.l-top .home-first-content-faq-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .l-top .home-first-content-faq-title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 834px) {
  .l-top .home-first-content-faq-title {
    gap: 10px;
  }
}
.l-top .home-first-content-faq-title-en {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 400;
  font-size: 7rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .l-top .home-first-content-faq-title-en {
    font-size: 4rem;
  }
}
.l-top .home-first-content-faq-title-en {
  color: var(--theme, #6b88af);
  font-weight: 400;
}
.l-top .home-first-content-faq-title-jp {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1.1538461538;
  letter-spacing: 0.15em;
  color: #4d4d4d;
}
@media screen and (max-width: 834px) {
  .l-top .home-first-content-faq-title-jp {
    font-size: 2.2rem;
    letter-spacing: 0.09em;
  }
}
.l-top .home-first-content-faq-cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media screen and (max-width: 834px) {
  .l-top .home-first-content-faq-cols {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.l-top .home-first-content-faq-col {
  border-top: 1px solid rgba(77, 77, 77, 0.15);
}
@media screen and (max-width: 834px) {
  .l-top .home-first-content-faq-col {
    border-top: none;
  }
  .l-top .home-first-content-faq-col:first-child {
    border-top: 1px solid rgba(77, 77, 77, 0.15);
  }
}
.l-top .home-first-content-faq-item {
  border-bottom: 1px solid rgba(77, 77, 77, 0.15);
}
.l-top .home-first-content-faq-item-q {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 20px 30px 0;
  cursor: pointer;
  list-style: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .l-top .home-first-content-faq-item-q {
    font-size: 1.5rem;
    line-height: 1.4666666667;
  }
}
.l-top .home-first-content-faq-item-q {
  line-height: 1.7;
  color: #4d4d4d;
}
.l-top .home-first-content-faq-item-q::-webkit-details-marker {
  display: none;
}
@media screen and (max-width: 834px) {
  .l-top .home-first-content-faq-item-q {
    padding: 15px 9px 15px 0;
    gap: 12px;
  }
}
.l-top .home-first-content-faq-item-q-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 38px;
  height: 38px;
  padding-bottom: 1px;
  border-radius: 50%;
  background-color: var(--theme, #6b88af);
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 400;
  font-size: 2.1rem;
  line-height: 1;
  color: #ffffff;
}
@media screen and (max-width: 834px) {
  .l-top .home-first-content-faq-item-q-icon {
    width: 28px;
    height: 28px;
    font-size: 1.6rem;
    padding-bottom: 3px;
  }
}
.l-top .home-first-content-faq-item-q-toggle {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: center;
      align-self: center;
  width: 14px;
  height: 14px;
}
.l-top .home-first-content-faq-item-q-toggle::before, .l-top .home-first-content-faq-item-q-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.l-top .home-first-content-faq-item-q-toggle::before {
  width: 14px;
  height: 1px;
  background-color: var(--theme, #6b88af);
}
.l-top .home-first-content-faq-item-q-toggle::after {
  width: 1px;
  height: 14px;
  background-color: var(--theme, #6b88af);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .l-top .home-first-content-faq-item:not(.is-open) .home-first-content-faq-item-q:hover {
    background-color: #d1cdc7;
  }
}
.l-top .home-first-content-faq-item.is-open .home-first-content-faq-item-q-toggle::after {
  -webkit-transform: translate(-50%, -50%) scaleY(0);
          transform: translate(-50%, -50%) scaleY(0);
}
.l-top .home-first-content-faq-item.is-open .home-first-content-faq-item-q,
.l-top .home-first-content-faq-item.is-open .home-first-content-faq-item-a {
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .l-top .home-first-content-faq-item.is-open:hover .home-first-content-faq-item-q,
  .l-top .home-first-content-faq-item.is-open:hover .home-first-content-faq-item-a {
    background-color: #d1cdc7;
  }
}
.l-top .home-first-content-faq-item-body {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
.l-top .home-first-content-faq-item-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  padding: 0 0 30px 0;
}
@media screen and (max-width: 834px) {
  .l-top .home-first-content-faq-item-a {
    padding: 0 0 15px 0;
    gap: 12px;
  }
}
.l-top .home-first-content-faq-item-a-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 38px;
  height: 38px;
  padding-bottom: 1px;
  border-radius: 50%;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 400;
  font-size: 2.1rem;
  line-height: 1;
  color: var(--theme, #6b88af);
  background-color: #ffffff;
  border: 1px solid var(--theme, #6b88af);
}
@media screen and (max-width: 834px) {
  .l-top .home-first-content-faq-item-a-icon {
    width: 28px;
    height: 28px;
    font-size: 1.6rem;
    padding-bottom: 3px;
  }
}
.l-top .home-first-content-faq-item-a-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #828282;
}
@media screen and (max-width: 834px) {
  .l-top .home-first-content-faq-item-a-text {
    font-size: 1.4rem;
  }
}
.l-top .home-map {
  width: 100%;
  height: 350px;
}
@media screen and (max-width: 834px) {
  .l-top .home-map {
    height: 250px;
  }
}
.l-top .home-map iframe {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style-top.css.map */