@charset "UTF-8";
/* 下層パーツ */
.under__page__section .under__page__title {
  opacity: 0;
}
.under__page__section .under__page__title .title__text {
  opacity: 0;
}
.under__page__section .under__page__title .message {
  opacity: 0;
}
.under__page__section .under__page__title .breadcrumb {
  opacity: 0;
}
.under__page__section .section__content {
  opacity: 0;
}

body.loaded .under__page__section .under__page__title {
  animation: scroll-animation 0.3s ease-in forwards;
  animation-delay: 0.3s;
}
body.loaded .under__page__section .under__page__title .title__text {
  animation: page-title-animation 0.3s ease-in forwards;
  animation-delay: 0.3s;
}
body.loaded .under__page__section .under__page__title .message {
  animation: page-title-animation 0.3s ease-in forwards;
  animation-delay: 0.4s;
}
body.loaded .under__page__section .under__page__title .breadcrumb {
  animation: scroll-animation 0.3s ease-in forwards;
  animation-delay: 0.5s;
}
body.loaded .under__page__section .section__content {
  animation: scroll-animation 0.3s ease-in forwards;
  animation-delay: 0.5s;
}

.under__page__section .content__inner {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.under__page__section .content__inner02 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.under__page__section .content__head {
  padding-top: 7rem;
  padding-bottom: 4rem;
}
.under__page__section .content__head .section__title02 {
  margin-bottom: 4rem;
}
.under__page__section .content__head .annotation {
  padding: 0 60px 0 3.5rem;
}
.under__page__section .section__content {
  border-bottom: 1px solid #ccc;
}
.under__page__section .section__content.no__border {
  border-bottom: none;
}

.under__page__title {
  border-bottom: 1px solid #ccc;
}
.under__page__title .title__inner {
  padding: 11rem 60px 3rem 10rem;
}
@media screen and (max-width: 1500px) {
  .under__page__title .title__inner {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1060px) {
  .under__page__title .title__inner {
    padding: 11rem 3.5rem 3rem 3.5rem;
  }
}
.under__page__title .title__inner .entry__data {
  display: flex;
  align-items: center;
  margin-bottom: 3.5rem;
}
.under__page__title .title__inner .entry__data time {
  line-height: 1;
  margin-right: 2.5rem;
}
@media screen and (max-width: 1060px) {
  .under__page__title .title__inner .entry__data time {
    margin-right: 1rem;
  }
}
.under__page__title .title__inner .entry__data .category__name {
  display: inline-block;
  text-align: center;
  line-height: 1;
  margin-right: 0.8rem;
  background-image: var(--var-linear-gradient);
  padding: 8px 12px;
  color: #fff;
}
@media screen and (max-width: 1060px) {
  .under__page__title .title__inner .entry__data .category__name {
    width: auto;
    min-width: 14rem;
    padding: 0.8rem 1rem;
  }
}
.under__page__title .title__inner .title__text {
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1060px) {
  .under__page__title .title__inner .title__text {
    display: block;
  }
}
.under__page__title .title__inner .title__text.mgb-70 {
  margin-bottom: 7rem;
}
@media screen and (max-width: 1060px) {
  .under__page__title .title__inner .title__text.mgb-70 {
    margin-bottom: 4rem;
  }
}
.under__page__title .title__inner .title__text .en {
  margin-right: 4rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1060px) {
  .under__page__title .title__inner .title__text .en {
    display: block;
    margin-bottom: 1rem;
    margin-right: 0;
  }
}
.under__page__title .title__inner .title__text .jp {
  font-weight: 700;
  margin-top: 1.4rem;
}
.under__page__title .title__inner .entry__title {
  margin-bottom: 8rem;
  line-height: 1.5;
}
.under__page__title .message {
  margin-bottom: 4rem;
}

.under__page__title02 {
  border-bottom: 1px solid #ccc;
}
.under__page__title02 .title__inner {
  padding: 8.5rem 60px 3rem 10rem;
}
@media screen and (max-width: 1500px) {
  .under__page__title02 .title__inner {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1060px) {
  .under__page__title02 .title__inner {
    padding: 8.5rem 3.5rem 3rem;
  }
}
.under__page__title02 .title__inner .title__text {
  margin-bottom: 3rem;
}
.under__page__title02 .title__inner .title__text .en {
  display: block;
  margin-bottom: 3.5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1060px) {
  .under__page__title02 .title__inner .title__text .en {
    margin-bottom: 1rem;
  }
}
.under__page__title02 .title__inner .title__text .jp {
  display: block;
  font-weight: 700;
}
@media screen and (max-width: 1060px) {
  .under__page__title02 .title__inner .title__text .jp {
    line-height: 1.3;
  }
}

.breadcrumb {
  display: flex;
  justify-content: flex-end;
}
.breadcrumb li {
  position: relative;
  margin-left: 26px;
  max-width: 32rem;
}
@media screen and (max-width: 1060px) {
  .breadcrumb li {
    margin-left: 4rem;
    max-width: 25%;
  }
}
.breadcrumb li::before {
  content: "";
  width: 14px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 36%;
  left: -20px;
}
@media screen and (max-width: 1060px) {
  .breadcrumb li::before {
    width: 2rem;
    left: -3rem;
  }
}
.breadcrumb li:first-child {
  padding-left: 0;
}
.breadcrumb li:first-child::before {
  display: none;
}
.breadcrumb li:last-child::before {
  background-color: #000;
}
.breadcrumb li a {
  color: #ccc;
}
.breadcrumb li a:hover {
  color: #000;
}
.breadcrumb li a,
.breadcrumb li span {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.5;
}

.under__page__bottom .section__inner {
  padding-bottom: 12rem;
}

.pagination {
  padding-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pagination .prev a,
.pagination .next a {
  display: inline-block;
  position: relative;
  color: #000;
}
.pagination .prev a::before,
.pagination .next a::before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.05s var(--var-animation-timing-function);
}
.pagination .prev a:hover::before,
.pagination .next a:hover::before {
  transform: scaleX(1);
}
.pagination .prev a::before {
  transform-origin: right center;
}
.pagination .next a::before {
  transform-origin: left center;
}
.pagination ul {
  display: flex;
  font-family: "Familjen Grotesk", sans-serif;/* 2023.08.09 追加 */
}
.pagination ul li {
  margin-left: 1rem;
}
.pagination ul li:first-child {
  margin-left: 0;
}
.pagination ul li a,
.pagination ul li span {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1060px) {
  .pagination ul li a,
.pagination ul li span {
    width: 8rem;
    height: 8rem;
  }
}
.pagination ul li span {
  background-color: #000;
  color: #fff;
}
.pagination ul li a {
  transition: all 0.3s var(--var-animation-timing-function);
  color: #000;
}
.pagination ul li a:hover {
  background-color: #000;
  color: #fff;
}

.anchor__list {
  display: flex;
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 1060px) {
  .anchor__list {
    flex-wrap: wrap;
    border-left: none;
  }
}
.anchor__list li {
  flex: 1;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 1060px) {
  .anchor__list li {
    flex: initial;
    width: 50%;
    height: 14rem;
    border-top: 1px solid #ccc;
  }
}
.anchor__list li:last-child {
  border-right: none;
}
@media screen and (min-width: 1921px) {
  .anchor__list li:last-child {
    border-right: 1px solid #ccc;
  }
}
@media screen and (max-width: 1060px) {
  .anchor__list li:nth-child(odd) {
    border-right: 1px solid #ccc;
  }
}
@media screen and (max-width: 1060px) {
  .anchor__list li:nth-child(even) {
    border-right: none;
  }
}
.anchor__list li:nth-child(1), .anchor__list li:nth-child(2) {
  border-top: none;
}
.anchor__list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem;
  color: #000;
  font-weight: 700;
  height: 100%;
  line-height: 1.2;
}

/* アクセス */
.google__map {
  margin-bottom: 6rem;
}
.google__map #map_canvas {
  width: 100%;
  height: 82rem;
}
.google__map #infoWindow {
  width: 250px;
}
.google__map #infoWindow h1 {
  margin-bottom: 10px;
}

/* お問い合わせ */
.contact__text {
  text-align: center;
  margin-bottom: 3.5rem;
}