@charset "UTF-8";
/* p-modal */
.p-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: grid;
  place-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  padding: 1.6rem;
  overflow-y: auto;
}
.p-modal.show {
  visibility: visible;
  opacity: 1;
}

.p-modal__content {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  max-width: 140rem;
}
.p-modal__content img {
  width: 100%;
}

.p-modal__close {
  width: 4rem;
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  font-size: 2.4rem;
  color: #fff;
  cursor: pointer;
}

.p-modal-trigger {
  position: relative;
  cursor: pointer;
  display: block;
}

.p-modal-zoom {
  text-align: center;
  width: 3rem;
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
}

.p-modal-zoom__text {
  font-size: 1rem;
  text-align: center;
}

/* p-external */
.p-external {
  --line-color: #03599a;
  color: #03599a;
}
.p-external::after {
  content: "";
  display: inline-block;
  width: 0.9em;
  aspect-ratio: 1;
  background: url(../../common/img/ico_external.png) no-repeat center/cover;
  margin-left: 0.3em;
  transform: translateY(0.1em);
}

/* .u-text-warning */
.u-text-warning {
  color: #d90000;
}

/* .p-title-leftline */
.p-title-leftline {
  display: flex;
  align-items: center;
  gap: 0.4em;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: var(--font-mincho);
  font-weight: 700;
}
.p-title-leftline::before {
  content: "";
  width: 1.5em;
  height: 1px;
  background-color: #03599a;
}

/* .p-access-map */
.p-access-map {
  padding: 11rem 0 14rem;
}

.p-access-map__main {
  margin-top: 8.4rem;
  display: flex;
  gap: 5rem;
}

.p-access-map__info {
  flex-shrink: 0;
  margin-top: -0.7em;
}

.p-access-map__address {
  line-height: 2;
}

.p-access-map__link {
  margin-top: 0.5em;
}

.p-access-map__map {
  width: 100%;
}
.p-access-map__map img {
  width: 100%;
}

.p-access-transport {
  margin-top: 14rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4.4rem 4rem;
  background-color: #edf6ff;
  padding: 5rem;
  border-radius: 0 0 4rem 4rem;
}

/* .p-panel02 */
.p-panel02__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.p-panel02__title {
  font-size: 2rem;
  background-color: #03599a;
  color: #FFF;
  padding: 0.5em 1em;
  text-align: center;
  border-radius: 999px;
  width: 100%;
  min-height: 3.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 1em;
}

.p-panel02__body {
  margin-top: 2rem;
  padding: 1.5em;
  padding-bottom: 2em;
  background-color: #FFF;
  flex-grow: 1;
}

.p-panel02__text {
  line-height: 2;
}

.p-panel02__btn {
  margin-top: 2.4rem;
  text-align: center;
}

/* p-list-circle */
.p-list-circle li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-list-circle li:before {
  content: "●";
  color: #c1c1c1;
}

/* p-btn-view */
.p-btn-view {
  display: inline-flex;
  gap: 1em;
  min-height: 6.6rem;
  width: 100%;
  max-width: 33rem;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 1.5em;
  font-family: var(--font-mincho);
  font-weight: 700;
  color: #FFF;
  background-color: #03599a;
  cursor: pointer;
  transition: 0.3s;
}

.p-btn-view__text {
  display: inline-block;
  position: relative;
  padding-left: 2em;
}
.p-btn-view__text::before {
  content: "";
  display: block;
  width: 1.1em;
  height: 1px;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.p-btn-view__arrow {
  display: inline-block;
  padding-right: 1.8em;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.p-btn-view__arrow::after {
  content: "";
  display: block;
  width: 0.7em;
  aspect-ratio: 1/3;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../../common/img/ico_down_wht.svg) no-repeat center/cover;
}

/* .p-contact */
.p-contact {
  padding: 7rem 0 14rem;
}

.p-contact__content {
  margin-top: 8rem;
}

/* tab */
.p-tab__list {
  display: flex;
  gap: 1em;
}

.p-tab__item {
  width: 100%;
  height: 10rem;
  flex: 1;
  text-align: center;
  padding: 0.5em;
  cursor: pointer;
  background-color: #CCC;
  color: #646464;
  border-top-left-radius: 3rem;
  position: relative;
}
.p-tab__item::before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #BBB;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.p-tab__item.is-active {
  background-color: #0d63b2;
  color: #FFF;
}
.p-tab__item.is-active::before {
  background-color: #1377d4;
}

.p-tab__content {
  padding: 8rem 7rem 9rem;
  border: 1px solid #0d63b2;
}

.p-tab__panel {
  display: none;
  width: 100%;
}

.p-tab__panel.is-active {
  display: block;
}

@media (max-width: 768px){
  .p-tab__item {
    height: auto;
    padding: 0.9em 0.5em;
    border-top-left-radius: 2rem;
  }
  .p-tab__item::before {
    width: 3.2rem;
    height: 3.2rem;
  }
  .p-tab__content {
    padding: 3.5rem 1.6rem 4rem;
  }
}
