/* 共通パーツ */
.c-txt.--lv1 {
  font-size: 4.4vw;
}
@media (min-width: 1024px) {
  .c-txt.--lv1 {
    font-size: 18px;
  }
}

.c-head__block {
  font-size: 7vw;
}

@media (min-width: 1024px) {
  .c-head__block {
    font-size: 40px;
  }
}


/* ヘッダー */
.g-nav .item__link-txt {
  font-size: 4.6vw;
}

@media (min-width: 1024px) {
  .g-nav .item__link-txt {
    font-size: 20px;
  }
}




.followArea {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
}

@media (min-width: 1024px) {
  .followArea {
    left: 2.5rem;
    bottom: 2.5rem;
    width: 350px;
  }
}

.followArea .followArea-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 0px;
  width: 100%;
}

@media (min-width: 1024px) {
  .followArea .followArea-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 20px;
  }
}

.followArea .followArea-item {
  width: 100%;
}

.followArea .followArea-btn {
  background-color: var(--secondary-color);
  display: inline-block;
  padding: 3vw 0;
  position: relative;
  transition: all 0.3s ease-out;
  width: 100%;
}

@media (min-width: 1024px) {
  .followArea .followArea-btn {
    padding: 17px 0 15px;
  }
}

.followArea .followArea-btn .followArea-btn__body {
  text-align: center;
  width: 100%;
}

.followArea .followArea-btn .followArea-btn__text {
  color: #fff;
  font-weight: bold;
  font-size: 4.5vw;
  letter-spacing: 0.15rem;
}

@media (min-width: 1024px) {
  .followArea .followArea-btn .followArea-btn__text {
    font-size: 20px;
  }
}

.followArea .followArea-btn:hover {
  transition: all 0.3s ease-out;
  transform: translateY(5%);
}

.followArea .followArea-btn::after {
  content: '';
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: -0.5vw;
  right: 3.5vw;
  bottom: 0;
  margin: auto;
  height: 2vw;
  width: 2vw;
}

@media (min-width: 1024px) {
  .followArea .followArea-btn::after {
    top: 0;
    right: 40px;
    height: 10px;
    width: 10px;
  }
}

.followArea .followArea-iconBtn {
  display: inline-block;
  padding: 3vw 0;
  transition: all 0.3s ease-out;
  width: 100%;
}

@media (min-width: 1024px) {
  .followArea .followArea-iconBtn {
    padding: 17px 0 15px;
  }
}

.followArea .followArea-iconBtn .followArea-iconBtn__body {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.followArea .followArea-iconBtn .followArea-iconBtn__icon {
  background-image: url(../img/common/sns_line_icn.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 0.5vw;
  margin-right: 2.5vw;
  height: 4.8vw;
  width: 5vw;
}

@media (min-width: 1024px) {
  .followArea .followArea-iconBtn .followArea-iconBtn__icon {
    margin-right: 20px;
    margin-bottom: 0;
    height: 28px;
    width: 30px;
  }
}

.followArea .followArea-iconBtn .followArea-iconBtn__text {
  color: #fff;
  font-weight: bold;
  font-size: 3.8vw;
  letter-spacing: 0.15rem;
}

@media (min-width: 1024px) {
  .followArea .followArea-iconBtn .followArea-iconBtn__text {
    font-size: 16px;
  }
}

.followArea .followArea-iconBtn:hover {
  transition: all 0.3s ease-out;
  transform: translateY(5%);
}

.followArea .lineBtn {
  background-color: #00b900;
}

.followArea .webBtn {
  background-color: var(--accent-color-1);
}


.header-logo {
  width: 100%;
  min-width: none;
  height: auto;
}

.header-logo img {
  max-width: 8rem;
  width: 100%;
  height: 8rem;
}

@media screen and (max-width: 1023px) {
  .header-logo img {
    max-width: 4rem;
    width: 100%;
    height: 4rem;
  }
}

@media screen and (max-width: 767px) {
    .access-contents__logo > figure > img {
        height: auto;
    }
}

.item__des:last-child {
  font-weight: normal;
}

.menu {
  padding-bottom: 7rem;
}

@media screen and (max-width: 767px) {
  .menu {
    padding-bottom: 0;
  }
}

.access {
  padding-bottom: 12rem;
}

@media screen and (max-width: 767px) {
  .access {
      padding-top: 11rem;
      padding-bottom: 3rem;
  }
}



.access-contents__block-2::after {
  display: none;
}

@media screen and (min-width: 768px) {
  .access-contents {
    display: flex;
    flex-direction: column;
  }

  .access-contents__info {
    width: 100%;
  }

  .access-contents__block-2 {
    width: 100%;
  }

}

.concept .speciality-data>dt {
  font-size: 5.5vw;
}

@media (min-width: 1024px) {
  .concept .speciality-data>dt {
    font-size: 33px;
  }
}


.concept .specialities-list li.is-animated .speciality-data dd>p {
  font-size: 4.4vw;
  font-weight: 400;
}

@media (min-width: 1024px) {
  .concept .specialities-list li.is-animated .speciality-data dd>p {
    font-size: 18px;
  }
}

.speciality-item::after {
  background-color: #fff;
  background-size: contain;
}


.menu .c-txt.--lv2{
  font-weight: 400;
}

.menu .media-item-data__desc>p {
  font-size: 4.4vw!important;
}
@media (min-width: 1024px) {
  .menu .media-item-data__desc>p {
    font-size: 18px!important;
  }
}



.c-head__block {
  background: none;
}



.concept .c-inner {
  padding-bottom: 20rem;
}

.concept .c-lead {
  letter-spacing: 0.05em;
  margin-bottom: 3rem;
}

.concept .c-txt-wrap > p:not(:last-child) {
  margin-bottom: 0;
}

.concept .c-txt-wrap > p {
  letter-spacing: 0.05em;
}

@media (min-width: 1024px) {
  .concept .c-txt-wrap>p {
    font-size: 18px;
  }
}




.menu {
  padding-top: 20rem;
}

.media-item-data__label {
  font-size: 5vw;
}

@media (min-width: 1024px) {
  .media-item-data__label {
    font-size: 22px;
  }
}



.freeSpace-list .item__name {
  font-size: 5.5vw;
}

.freeSpace-list .item__des {
  font-size: 3.8vw;
  letter-spacing: 0.2em;
}


@media screen and (min-width: 768px) {
  .freeSpace-list .item__info-wrap {
    width: 45%;
  }

  .freeSpace-list .item__img-wrap {
    margin-left: 5%;
    width: 50%;
  }

  .freeSpace-list .list__item:nth-child(2n) .item__img-wrap {
    margin-left: 0%;
    margin-right: 5%;
  }

  .freeSpace-list .item__name {
    font-size: 33px;
  }

  .freeSpace-list .item__des {
    font-size: 18px;
  }
}


@media screen and (max-width: 767px) {
  .freeSpace-list .item__des {
    font-size: 4.4vw;
  }
}

@media screen and (max-width: 1240px) {
    .c-inner {
      width: 90%;
    }
}

.freespace__outer.c-divider-shape {
  background-color: #CAE2F1;
}

.freespace__outer.c-divider-shape.--type2 .c-divider-shape__bottom::after {
  background-color: #CAE2F1;
}

.c-divider-shape.--type2::after {
  background-color: #CAE2F1;
}


.accsess-contents__block-1 {
  border: 1px solid #000;
}

@media screen and (min-width: 768px) {
  .access-info-block {
    display: flex;
    align-items: center;
    gap: 5%;
  }

  .access-info-block dt {
    width: 20%;
  }

  .access-info-block dd {
    width: 75%;
  }
}

.access-info-block dt {
  margin-bottom: 0;
}

.access-contents__info {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .access-contents__info {
    padding-right: 0;
  }
}

.access-info-block {
  border-bottom: 1px solid currentColor;
  padding: 2.5rem;
}

.access-info-block:last-child {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .access-info-block:not(:first-child) {
    padding-top: 2.5rem;
  }
}

.access {
  padding-top: 5rem;
}

.footer-nav-list .item__link {
  font-size: 4.6vw;
}

@media (min-width: 1024px) {
  .footer-nav-list .item__link {
    font-size: 20px;
  }
}