@charset "UTF-8";
section {
  scroll-margin-top: 170px;
}
main {
  padding-top: 90px;
}
/* =============================
  メインビジュアル
===============================*/
#mv {
  width: 100%;
}
.mv__inner {
  display: flex;
  align-items: flex-start;
  padding-bottom: 100px;
}
.mv__slide {
  width: 60%;
  margin-right: auto;
  margin-left: -40px;
}

/* ----------------------------
  MV キャッチコピー
-------------------------------*/
.mv__catch {
  position: relative;
  margin-top: auto;
  margin-left: -60px;
  z-index: 0;
}
.mv__catch::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-image: url("../images/mv_fujkidashi.svg"); /* 吹き出し画像 */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  z-index: -1;
}
.mv__catch-text {
  text-align: right;
  padding: clamp(60px, 6vw, 100px);
  font-family: var(--font-accent);
  font-size: clamp(2rem, 2.5vw, 3rem);
  white-space: nowrap;
}
.text-underline--red {
  border-bottom: dotted 2px #ea5515;
}
.text-underline--green {
  border-bottom: dotted 2px #23ab39;
}

@keyframes swing {
  0%,
  100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(3deg);
  }
}

/* ----------------------------
  MV タイトル
-------------------------------*/
.mv__title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: clamp(50px, 8vw, 100px) clamp(32px, 5vw, 64px)
    clamp(-50px, -6.8vw, -68px) auto;
  padding: clamp(16px, 2.5vw, 24px) clamp(10px, 1.5vw, 20px);
  background-color: var(--color-primary);
  border-radius: 10px;
  color: #fff;
  font-size: clamp(2rem, 3.5vw, 4.2rem);
  font-weight: var(--fw-bold);
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1;
}
.mv__title::after {
  position: absolute;
  content: "";
  width: 1.67em;
  height: 2.35em;
  bottom: -0.25em;
  right: -0.75em;
  background-image: url("../images/mv-pic_01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.u-indent-medium {
  padding-top: 2em;
}

/* ----------------------------
  1900px 以上
-------------------------------*/
@media (min-width: 1900px) {
  .mv__inner {
    align-items: flex-end;
    padding-bottom: 200px;
  }
  .mv__title {
    font-size: 5.5rem;
    margin: 150px 100px -100px auto;
    padding: 40px 30px 0;
  }
  .mv__title::after {
    width: 90px;
    height: 125px;
  }
  .mv__catch-text {
    font-size: 4.5rem;
    padding: 120px;
  }
}

@media (max-width: 767px) {
  .mv__inner {
    position: relative;
    align-items: stretch;
    padding-bottom: 60px;
  }
  .mv__slide {
    width: 100%;
  }
  .mv__title {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 20px;
    margin-right: 10px;
    font-size: clamp(1.8rem, 4vw, 3rem);
    z-index: 10;
  }
  .mv__catch {
    position: absolute;
    bottom: 0px;
    left: 20px;
    margin: 0;
    z-index: 10;
  }
  .mv__catch-text {
    font-size: 2rem;
  }
}

@media (max-width: 599px) {
  .mv__catch-text {
    padding: 50px;
    font-size: 1.8rem;
  }
}

@media (max-width: 424px) {
  .mv__catch {
    bottom: -30px;
    left: 0;
  }
  .mv__catch-text {
    padding: 40px;
    font-size: 1.6rem;
  }
  .mv__title {
    margin-right: 15px;
  }
}

/* =============================
  お知らせ
===============================*/
#top-content {
  position: relative;
}
.top-content__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 160px;
}

@media (max-width: 767px) {
  .top-content__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
/* ----------------------------
  メッセージ
-------------------------------*/
.message__inner {
  position: relative;
  width: 50%;
  margin-left: auto;
}
.message__inner img {
  display: block;
  width: 100%;
  height: auto;
}
.message__text-wrap {
  position: absolute;
  width: 70%;
  top: clamp(20%, 12vw, 30%);
  left: 15%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
  z-index: 10;
}
.message__text {
  font-size: clamp(1.4rem, 1.75vw, 2rem);
}

@media (max-width: 767px) {
  .message__inner {
    width: 80%;
    margin: 0 auto;
    padding-top: 40px;
  }
  .message__text-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(88%, 420px);
    gap: 16px;
    padding-inline: 2em;
  }
  .message__text {
    font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  }
}
@media (max-width: 599px) {
  .message__inner {
    width: 90%;
  }
}
@media (max-width: 459px) {
  .message__inner {
    width: 100%;
    overflow: hidden;
  }
  .message__inner img {
    width: 120%;
    margin-left: -15%;
  }
  .message__text {
    font-size: 1.3rem;
  }
}

/* ----------------------------
  メッセージ アニメーション
-------------------------------*/
.message__text-image {
  width: 100%;
  object-fit: cover;
  object-position: right;
  transform: translateX(87px);
  animation: swing 5s ease-in-out infinite;
  transform-origin: bottom center;
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(0.7deg);
  }
  50% {
    transform: rotate(-0.7deg);
  }
  75% {
    transform: rotate(0.4deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/* ----------------------------
  お知らせ
-------------------------------*/
.news__inner {
  width: 70%;
  margin-top: -200px;
  margin-left: 6%;
}
.news__title {
  position: relative;
  font-family: var(--font-accent);
  font-size: 2.8rem;
  font-weight: var(--fw-bold);
  padding-bottom: 56px;
  z-index: 1;
}
.news__title::before {
  position: absolute;
  content: url("../images/news-title.svg");
  width: 64px;
  height: auto;
  top: -20px;
  left: -10px;
  z-index: -1;
}
.news__list {
  width: 50%;
  max-width: 640px;
  padding-left: 28px;
  font-size: clamp(1.5rem, 1.95vw, 1.8rem);
}
.news__item {
  margin-bottom: 20px;
  border-bottom: solid 1px #707070;
}
.news__item-text {
  padding-block: 16px;
}
.news__item-label {
  position: relative;
  display: inline-block;
  margin-left: 27px;
  padding: 2px 12px;
  background-color: #fdd35c;
  border-radius: 2px;
  color: #fff;
  overflow: hidden;
  animation: blink 2s infinite;
}

@media (max-width: 767px) {
  .news__inner {
    width: 90%;
    margin: 0 auto;
  }
  .news__list {
    width: 100%;
    padding: 0 5%;
  }
  .news__item {
    margin-bottom: 12px;
  }
  .news__item-text {
    padding-block: 8px;
  }
}

/* ----------------------------
  【New】ラベル アニメーション
-------------------------------*/
@keyframes blink {
  0%,
  80%,
  100% {
    background-color: #fdd35c;
  }
  85%,
  90% {
    background-color: #ffe47a;
  }
}

/* ----------------------------
  お知らせ スライドイン 左→右
-------------------------------*/
.news__inner {
  opacity: 0;
  transform: translateX(-300px);
  transition:
    opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.news__inner.is-visible {
  opacity: 1;
  transform: translateX(0);
}

/* =============================
  共通項目
===============================*/
/* カフェ: 営業時間、認可外保育施設: お預かり詳細 
   詳細ブロック */
.section__content-wrap {
  display: flex;
  padding-bottom: 100px;
}
/* 画像ブロック */
.image-block {
  width: 36%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.image-block__img {
  width: 100%;
  display: block;
}
.image-block__caption-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 32px;
}
.image-block__caption-text {
  padding-left: 30px;
  line-height: 2;
}
/* 画像ブロック */
.detail-block__heading {
  font-family: var(--font-accent);
  font-size: 1.8rem;
  font-weight: var(--fw-bold);
}
.detail-block__list {
  font-size: var(--font-small);
}
.detail-block__item {
  display: flex;
  padding-top: 20px;
  font-weight: var(--fw-regular);
}
.detail-block__item dt {
  padding-right: 12px;
}
.detail-block__note-item {
  padding-top: 12px;
}
.detail-block__note-item:not(:last-child)::before {
  content: "※";
  margin-right: 0.1em;
  display: inline-block;
}

/* =============================
カフェ
===============================*/
#cafe {
  width: 100%;
}
.cafe__inner {
  width: 87.5%;
  max-width: 1120px;
  margin: 0 auto;
}
.cafe__title-wrap {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.cafe__title-wrap::before {
  position: absolute;
  content: url("../images/cafe-title.svg");
  width: 154px;
  height: auto;
  top: -50px;
  left: -10px;
  z-index: -1;
}
.cafe__title {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.cafe__title-deco {
  display: flex;
  flex-direction: column;
}
.cafe_name {
  margin-left: 2.4rem;
  font-family: var(--font-accent);
  font-size: 4.4rem;
  font-weight: var(--fw-bold);
  white-space: nowrap;
}
.cafe__content-wrap {
  gap: 14%;
}

/* ----------------------------
  画像ブロック
-------------------------------*/
.cafe__caption-pic {
  width: 73px;
}
.cafe__caption-text {
  flex: 1;
}

/* ----------------------------
  イラストアニメーション
-------------------------------*/
.cafe__caption-pic {
  display: inline-block; /* transform効かせるために必要 */
  animation: bounce 3s ease-in-out infinite;
}
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

/* ----------------------------
  営業時間
-------------------------------*/
.cafe__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* ----------------------------
  メニュー
-------------------------------*/
.cafe__menu {
  position: relative;
  width: 100%;
  max-width: 500px;
  text-align: center;
  margin-right: auto;
  padding: 30px 40px;
  background: #fff;
  border-radius: 30px;
}
.cafe__menu::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 79px;
  height: 64px;
  background-image: url("../images/cafe-pic_02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  pointer-events: none;
}
.cafe__menu-heading {
  position: relative;
  padding-bottom: 40px;
  font-family: var(--font-accent);
  font-size: 1.8rem;
  font-weight: var(--fw-bold);
}
.cafe__menu::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle, #f2e968 6.5px, transparent 0) 20px 20px,
    /* 左上 */ radial-gradient(circle, #f2e968 6.5px, transparent 0)
      calc(100% - 20px) 20px,
    /* 右上 */ radial-gradient(circle, #f2e968 6.5px, transparent 0) 20px
      calc(100% - 20px); /* 左下 */
  background-size: 13px 13px;
  background-repeat: no-repeat;
}
.menu__list {
  padding-bottom: 52px;
}
.menu__item {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dotted #584e33;
  font-size: var(--font-small);
}
.menu__note-item {
  text-align: left;
  padding-top: 12px;
  font-size: var(--font-xs);
}
.menu__note-item::before {
  content: "※";
  margin-right: 0.1em;
  display: inline-block;
}

@media (max-width: 767px) {
  .cafe__inner {
    width: 100%;
  }
  .cafe__title-wrap {
    margin-left: 5%;
  }

  /* 画像ブロック */
  .cafe__caption-pic {
    width: 52px;
  }
  .cafe__caption-text {
    flex: none;
  }
  /* お預かり詳細 */
  .cafe__info {
    width: 90%;
    align-items: center;
    margin: 0 auto;
    padding-top: 40px;
  }
  .child-care__details {
    padding-bottom: 56px;
  }

  /* メニュー */
  .cafe__menu {
    width: 90%;
    margin: 0 auto;
    padding: 30px 40px;
  }
}

/* ----------------------------
  スライダー
-------------------------------*/
.cafe__slider {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 160px;
}
.slick-list {
  margin: 0 -40px;
}
.slick-slide {
  margin: 0 40px;
}

@media (max-width: 1023px) {
  .slick-list {
    margin: 0 -20px;
  }
  .slick-slide {
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .cafe__slider {
    padding-bottom: 80px;
  }
}

@media (max-width: 599px) {
  .slick-list {
    margin: 0 -10px;
  }
  .slick-slide {
    margin: 0 10px;
  }
}

/* =============================
  認可外保育
===============================*/
#child-care {
  width: 100%;
}
.child-care__inner {
  width: 87.5%;
  max-width: 1120px;
  text-align: right;
  margin: 0 auto;
  padding-bottom: 80px;
}
.child-care__title {
  letter-spacing: 0.1em;
}
.child-care__title-sub {
  letter-spacing: 0;
}
.child-care__title-wrap {
  position: relative;
  display: inline-flex;
  z-index: 1;
}
.child-care__title-wrap::before {
  position: absolute;
  content: url("../images/childcare-title.svg");
  width: 113px;
  height: auto;
  top: -30px;
  left: -10px;
  z-index: -1;
}
.child-care__content-wrap {
  display: flex;
  flex-direction: row-reverse;
  text-align: left;
  padding-bottom: 76px;
}

/* ----------------------------
  画像ブロック
-------------------------------*/
.child-care__image-block {
  margin-left: auto;
  text-align: left;
}
.child-care__img {
  width: 100%;
  display: block;
  margin-left: auto;
}
#child-care .child-care__caption-text {
  padding-inline: 0 30px;
}
.child-care__caption-pic {
  width: 75px;
  flex-shrink: 0;
  animation: skip 2.6s ease-in-out infinite;
  transform-origin: bottom center;
}

/* ----------------------------
  イラストアニメーション
-------------------------------*/
@keyframes skip {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-1px);
  }
  40% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-2px);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-1px);
  }
}
.child-care__info {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 70px;
}
.child-care__details {
  padding-bottom: 56px;
}
#child-care .child-care__caption-text {
  padding-inline: 5% 30px;
}

/* ----------------------------
  予約ボタン → 【現状】coming Soon
-------------------------------*/
.child-care__booking-btn {
  pointer-events: none;
}
.child-care__booking-link::after {
  content: none;
}

@media (max-width: 767px) {
  .child-care__inner {
    width: 100%;
  }
  .child-care__title-wrap {
    margin-right: 5%;
  }
  .child-care__content-wrap {
    display: flex;
    flex-direction: column;
  }
  /* 画像ブロック */
  .child-care__img {
    width: 80%;
  }
  .child-care__caption-pic {
    width: 53px;
  }
  /* お預かり詳細 */
  .child-care__info {
    width: 90%;
    align-items: center;
    margin: 0 auto;
    padding-top: 40px;
  }
  .child-care__details {
    padding-bottom: 56px;
  }
  #child-care .child-care__caption-text {
    padding-inline: 5% 30px;
  }
}

@media (max-width: 599px) {
  .child-care__img {
    width: 90%;
  }
}

/* =============================
  訪問療育支援
===============================*/
#support {
  width: 100%;
}
.support__inner {
  width: 94%;
  max-width: 1230px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.support__title-wrap {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  margin-left: 6%;
}
.support__title {
  letter-spacing: 0.3em;
}
.support__title-sub {
  letter-spacing: 0;
}
.support__title-wrap::before {
  position: absolute;
  content: url("../images/support-title.svg");
  width: 106px;
  height: auto;
  top: -40px;
  left: -10px;
  z-index: -1;
}
.support__content-wrap {
  gap: 5%;
  margin-left: 6%;
}
.support__caption-pic {
  width: 124px;
  flex-shrink: 0;
  animation: soft-sway 2.8s ease-in-out infinite;
  transform-origin: center bottom;
}
/* -------------------------------------------
  イラストアニメーション おばあちゃんと子供のイラスト
---------------------------------------------*/
@keyframes soft-sway {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-2px) rotate(0.8deg);
  }
  50% {
    transform: translateY(0) rotate(0deg);
  }
  75% {
    transform: translateY(-1px) rotate(-0.8deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}

/* -------------------------------------------
  サービス概要 図
---------------------------------------------*/
.support-service__container {
  flex: 1 1 0;
  min-width: 0;
}
.support-service__list {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  padding-bottom: 60px;
}
.support-service__item {
  position: relative;
  width: 48%;
  overflow: visible;
}
.support-service__item::before {
  content: "";
  position: absolute;
  /* アイテム全体を覆う */
  inset: 0;
  background-image: url("../images/bg_white-round.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.support-service__item--odd {
  margin-left: 0;
}
.support-service__item--even {
  margin-left: auto;
}
.support-service__item03 {
  right: -56px;
}
.support-service__content-wrap {
  padding: 40px 10px 30px 50px;
}
.support-service__heading {
  position: relative;
  padding-right: 15%;
  font-family: var(--font-accent);
  font-weight: var(--fw-bold);
}
.support-service__heading::before {
  content: "";
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 3;
}
.support-service__heading01::before {
  background-image: url("../images/fukidashi01.svg");
  right: 0;
  transform: translateY(-100%);
}
.support-service__heading02::before {
  background-image: url("../images/fukidashi02-left.svg");
  transform: translate(-90%, -100%);
}
.support-service__heading03::before {
  right: 0;
  background-image: url("../images/fukidashi03.svg");
  transform: translateY(-100%);
}
.support-service__target-item {
  font-size: 1.4rem;
  white-space: nowrap;
}
/* インデント */
.u-indent-large {
  margin-left: 4em;
}

/* ----------------------------
  レスポンシブ
-------------------------------*/
@media (max-width: 1100px) {
  .support-service__list {
    width: 100%;
    gap: 100px;
  }
  .support-service__item {
    width: 100%;
    max-width: 280px;
    margin-top: -60px;
  }
  .support-service__content-wrap {
    padding: 40px 20px 30px 30px;
  }
}

/* タブレット */
@media (max-width: 1023px) {
  .support__caption-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .support__caption-pic {
    order: 2;
  }
  .support__caption-text {
    order: 1;
  }
}

@media (max-width: 767px) {
  .support__inner {
    width: 100%;
  }
  .support__content-wrap {
    display: flex;
    flex-direction: column;
    margin-left: 0;
  }
  .support__caption-wrap {
    display: flex;
    flex-direction: row;
  }
  .support__caption-pic {
    order: 1;
    width: 87px;
  }
  .support__caption-text {
    order: 2;
  }
  .support-service__list {
    gap: 0;
    margin: 100px 0;
  }
  .support-service__item {
    margin-top: 16px;
  }
}
@media (max-width: 599px) {
  .support-service__item {
    margin-top: 40px;
  }
}
@media (max-width: 499px) {
  .support-service__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    margin-block: 80px 0;
  }
  .support-service__item,
  .support-service__item--even,
  .support-service__item--odd {
    width: 90%;
    max-width: 320px;
    right: auto;
    left: auto;
    margin: 0 auto;
  }
  .support-service__content-wrap {
    padding: 40px;
  }
  .support-service__heading {
    padding-right: 0;
  }

  .support-service__heading::before {
    top: 0;
    transform: translateY(-100%);
    width: 60px;
    height: 60px;
  }
  .support-service__heading01::before,
  .support-service__heading03::before {
    right: 0;
    left: auto;
  }
  .support-service__heading02::before {
    left: 0;
    right: auto;
    transform: translateY(-100%);
  }
}

/* -------------------------------------------
  アニメーション 吹き出し 下→上
---------------------------------------------*/
@keyframes bounce-in {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  60% {
    opacity: 1;
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.support__service-item {
  width: 60%;
  display: flex;
  opacity: 0;
  margin-top: -40px;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}
/* .is-visible が付いたらアニメーションをスタート */
.support__service-list.is-visible .support__service-item {
  animation-name: bounce-in;
}
.support__service-item:nth-child(1) {
  animation-delay: 0.5s;
}
.support__service-item:nth-child(2) {
  animation-delay: 1s;
}
.support__service-item:nth-child(3) {
  animation-delay: 1.5s;
}

/* ----------------------------
  共通項目
-------------------------------*/
/* タブレット */
@media (max-width: 767px) {
  /* 画像ブロック */
  .section__content-wrap {
    flex-direction: column;
  }
  .image-block {
    width: 100%;
  }
  .image-block__img {
    width: 80%;
  }
  .image-block__caption-wrap {
    justify-content: space-between;
    padding: 36px 0;
  }
  .image-block__caption-text {
    width: 70%;
    padding-inline: 30px 5%;
  }
  .image-block__caption-pic {
    margin: 0 5%;
  }
}

@media (max-width: 599px) {
  .image-block__img {
    width: 90%;
  }
}

/* =============================
  会社概要
===============================*/
.company__inner {
  width: 100%;
  max-width: 1280px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 160px;
}
.company__title {
  position: relative;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.1em;
  z-index: 1;
}
.company__title::before {
  position: absolute;
  content: url("../images/company-title.svg");
  width: 112px;
  top: -30px;
  left: -10px;
  z-index: -1;
}
.company__info {
  width: 100%;
  max-width: 615px;
  margin: 0 auto;
  border-collapse: collapse;
  letter-spacing: 0.1em;
  text-align: left;
}
.company__table-header,
.company__table-data {
  padding: 8px;
  border: solid 3px #fff;
  font-weight: var(--fw-regular);
}
.company__table-header {
  width: 103px;
  height: 32px;
  text-align: center;
  background: #f2ecde;
}
.company__table-data {
  width: 503px;
  height: 32px;
  padding-left: 10px;
  background: #f5f2ec;
}
.company__business-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  counter-reset: business;
}
.company__business-item {
  position: relative;
  counter-increment: business;
  padding-left: 1.5em;
}
.company__business-item::before {
  content: counter(business) ".";
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .company__inner {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 80px;
  }
  .company__table {
    font-size: var(--font-small);
  }
}

@media (max-width: 499px) {
  .company__info {
    width: 100%;
  }
  .company__table {
    width: 100%;
    border: solid 2px #fff;
    font-size: var(--font-small);
    border-collapse: collapse;
  }

  .company__info tr {
    width: 100%;
    display: block;
    border: solid 0.5px #fff;
  }
  .company__table-header,
  .company__table-data {
    display: block;
    width: 100%;
    height: auto;
    border: none;
    box-sizing: border-box;
  }
  .company__table-header {
    text-align: left;
    padding: 8px 12px;
    border-bottom: none;
  }
  .company__table-data {
    padding: 12px;
    border-top: none;
  }
}

/* =============================
  Googleマップ
===============================*/
#map {
  width: 100%;
  padding-bottom: 160px;
}
.map__frame {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.map__address {
  text-align: center;
  padding-top: 24px;
  font-size: var(--font-small);
}

/* タブレット */
@media (max-width: 1023px) {
  .map__frame {
    aspect-ratio: 4 / 3;
  }
}
/* SP */
@media (max-width: 767px) {
  .map__frame {
    aspect-ratio: 1 / 1;
  }
}

/* =============================
  駐車場
===============================*/
#parking {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.parking__inner {
  width: 88%;
  max-width: 1088px;
  display: flex;
  gap: 12%;
  margin: 0 auto;
  padding-block: 0 180px;
}
.parking__info-wrap {
  text-align: center;
}
.parking__title {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: clamp(1.9rem, 2.6vw, 2.6rem);
  white-space: nowrap;
  z-index: 1;
}
.parking__title::before {
  position: absolute;
  content: url("../images/parking-title.svg");
  width: 98px;
  height: auto;
  top: -24px;
  left: -10px;
  z-index: -1;
}
.parking__detail-img {
  margin-bottom: 16px;
}
.parking__detail-text {
  padding-top: 8px;
  text-align: left;
}

/* SP */
@media (max-width: 767px) {
  .parking__inner {
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 80px;
    padding-bottom: 80px;
  }
}

/* =============================
  フッター
===============================*/
/* イラスト */
.footer__pic {
  position: absolute;
  width: 75px;
  right: clamp(20px, calc((100% - 1280px) / 2 + 74px), 74px);
  bottom: -20px;
}
/* アニメーション */
.footer__pic {
  display: inline-block; /* transform効かせるために必要 */
  animation: bounce 2s ease-in-out infinite;
}
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 767px) {
  .footer__pic {
    position: absolute;
    width: 52px;
  }
}
