/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*add reset styles*/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

/*Break Point
------------------------------*/
/*font
---------------------------------*/
/*color
---------------------------------*/
body {
  color: #2C2F36;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

html {
  scroll-behavior: smooth;
}

.mv {
  position: relative;
}

.mv__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
}
@media print, screen and (max-width: 1023.9px) {
  .mv__inner {
    top: 56%;
  }
}

.mv__heading {
  text-align: center;
  color: #fff;
  font-size: clamp(2.8125rem, 1.5441rem + 2.2549vw, 4.25rem);
  letter-spacing: 0.16em;
  font-family: "Outfit", sans-serif;
  line-height: 1;
}
@media print, screen and (max-width: 1023.9px) {
  .mv__heading {
    font-size: clamp(1.875rem, 1.553rem + 1.5152vw, 2.5rem);
  }
}

.mv__ja {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #fff;
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}
@media print, screen and (max-width: 1023.9px) {
  .mv__ja {
    font-size: 15px;
  }
}

.section {
  padding-top: 100px;
  padding-bottom: 120px;
}
@media print, screen and (max-width: 1023.9px) {
  .section {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.section.-pt_0 {
  padding-top: 0;
}

.bg-area {
  background-color: rgba(222, 229, 235, 0.75);
}

.bg-area2 {
  background-color: rgba(222, 229, 235, 0.3);
}

.anchor-link-list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 120px;
}
@media print, screen and (max-width: 1023.9px) {
  .anchor-link-list {
    margin-bottom: 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    row-gap: 27px;
  }
}

.anchor-link {
  line-height: 1;
  letter-spacing: 0.01em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
@media print, screen and (max-width: 1023.9px) {
  .anchor-link {
    font-size: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(6, 9, 16, 0.6);
  }
}
.anchor-link::after {
  content: "";
  display: block;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNiAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1IDdMOCAxNEwxIDciIHN0cm9rZT0iIzE4MUIyMiIgc3Ryb2tlLXdpZHRoPSIxLjQiLz4KPHBhdGggZD0iTTggMC44MDA3Mkw4IDE0IiBzdHJva2U9IiMxODFCMjIiIHN0cm9rZS13aWR0aD0iMS40Ii8+Cjwvc3ZnPgo=") no-repeat center;
  background-size: contain;
  width: 14px;
  height: 14px;
}
@media print, screen and (max-width: 1023.9px) {
  .anchor-link::after {
    width: 11px;
    height: 11px;
  }
}

.address-text {
  margin-top: 20px;
  text-align: center;
}
@media print, screen and (max-width: 1023.9px) {
  .address-text {
    font-size: 12px;
  }
}

.map {
  margin-top: 50px;
  aspect-ratio: 1130/600;
}
@media print, screen and (max-width: 1023.9px) {
  .map {
    margin-top: 40px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    aspect-ratio: 750/540;
  }
}
.map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
@media print, screen and (max-width: 1023.9px) {
  .map img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.access__row {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.23fr 16px 1fr;
  grid-template-columns: 1.23fr 1fr;
  gap: 16px;
}
@media print, screen and (max-width: 1023.9px) {
  .access__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 40px;
    gap: 8px;
  }
}

.access-card {
  border-radius: 10px;
  padding: 40px 60px;
  background-color: #fff;
}
@media print, screen and (max-width: 1023.9px) {
  .access-card {
    padding: 20px 30px;
  }
}
.access-card.-small {
  padding: 32px 60px;
}
@media print, screen and (max-width: 1023.9px) {
  .access-card.-small {
    padding: 20px 30px;
  }
}
.access-card + .access-card {
  margin-top: 16px;
}
@media print, screen and (max-width: 1023.9px) {
  .access-card + .access-card {
    margin-top: 8px;
  }
}

.access-card__heading {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.01em;
  padding-left: 10px;
  border-left: 2px solid #1a5c9a;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 1023.9px) {
  .access-card__heading {
    padding-left: 10px;
    margin-bottom: 20px;
  }
}
.access-card__heading.-mb_small {
  margin-bottom: 20px;
}

.access-card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media print, screen and (max-width: 1023.9px) {
  .access-card__row {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 17px;
    padding-bottom: 10px;
    border-bottom: 1px solid #aaaaaa;
  }
}
.access-card__row + .access-card__row {
  margin-top: 30px;
}
@media print, screen and (max-width: 1023.9px) {
  .access-card__row + .access-card__row {
    margin-top: 10px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .access-card__row.-sp-bb_none {
    border-bottom: none;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .access-card__row.-has_inner {
    display: block;
  }
}

.access-card__inner-row {
  display: contents;
}
@media print, screen and (max-width: 1023.9px) {
  .access-card__inner-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 17px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .access-card__inner-row .access-card__label {
    margin-top: 5px;
  }
}

.access-card__text {
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.01em;
}
@media print, screen and (max-width: 1023.9px) {
  .access-card__text {
    font-size: 16px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.access-card__text span {
  display: block;
  font-size: 14px;
}

.access-card__label {
  background-color: #1a5c9a;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  border-radius: 4px;
  padding: 10px;
  font-size: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (max-width: 1023.9px) {
  .access-card__label {
    font-size: 14px;
    padding: 8px;
    margin-left: auto;
    width: 80px;
    text-align: center;
  }
}
.access-card__label span {
  font-size: 22px;
}
@media print, screen and (max-width: 1023.9px) {
  .access-card__label span {
    font-size: 16px;
  }
}
.access-card__label.-only {
  font-size: 20px;
}
@media print, screen and (max-width: 1023.9px) {
  .access-card__label.-only {
    font-size: 16px;
  }
}

.access-card__address {
  font-size: 16px;
}

.access-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.01em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(6, 9, 16, 0.6);
}
.access-card__link::after {
  content: "";
  display: block;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSI5LjI4NTcyIiBoZWlnaHQ9IjkuMjg1NzIiIHN0cm9rZT0iIzJDMkYzNiIvPgo8cGF0aCBkPSJNMS43MTQzNiAxMi4wMDAxSDEyLjAwMDFWMS43MTQzNiIgc3Ryb2tlPSIjMkMyRjM2Ii8+Cjwvc3ZnPgo=") no-repeat center;
  width: 13px;
  height: 13px;
}

.train {
  margin-top: 50px;
  position: relative;
}
@media print, screen and (max-width: 1023.9px) {
  .train {
    margin-top: 40px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow-x: scroll;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .train-img {
    max-width: none;
    width: 200%;
  }
}

.scroll-icon {
  display: none;
}
@media print, screen and (max-width: 1023.9px) {
  .scroll-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 80px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .scroll-icon.-hidden {
    opacity: 0;
    pointer-events: none;
  }
}

.airport {
  margin-top: 50px;
  position: relative;
}
@media print, screen and (max-width: 1023.9px) {
  .airport {
    margin-top: 40px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow-x: scroll;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .airport-img {
    max-width: none;
    width: 200%;
  }
}

.parking {
  display: -ms-grid;
  display: grid;
  margin-top: 50px;
  -ms-grid-columns: 1fr 1.2fr;
  grid-template-columns: 1fr 1.2fr;
}
@media print, screen and (max-width: 1023.9px) {
  .parking {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 40px;
    gap: 40px;
  }
}

.parking__heading {
  font-size: 24px;
  font-weight: bold;
  padding-left: 30px;
  letter-spacing: 0.01em;
  border-left: 2px solid #1a5c9a;
}
@media print, screen and (max-width: 1023.9px) {
  .parking__heading {
    font-size: 20px;
    padding-left: 10px;
  }
}

.parking__text {
  font-size: 24px;
  letter-spacing: 0.01em;
  line-height: 1.6;
  margin-top: 50px;
  font-weight: 300;
}
@media print, screen and (max-width: 1023.9px) {
  .parking__text {
    font-size: 16px;
    margin-top: 15px;
  }
}

.parking__address {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 35px;
  font-weight: 300;
}
@media print, screen and (max-width: 1023.9px) {
  .parking__address {
    font-size: 12px;
    margin-top: 15px;
  }
}

.parking__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 35px;
  font-size: 14px;
  line-height: 1;
  padding-bottom: 12px;
  letter-spacing: 0.01em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid rgba(6, 9, 16, 0.6);
}
@media print, screen and (max-width: 1023.9px) {
  .parking__link {
    margin-top: 27px;
  }
}
.parking__link::after {
  content: "";
  display: block;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMyAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgMS4xNTYyNUwxMiA3LjE1NjI1TDYgMTMuMTU2MiIgc3Ryb2tlPSIjMkMyRjM2Ii8+CjxwYXRoIGQ9Ik0wLjY4NjI3OSA3LjE1NjI1SDEyIiBzdHJva2U9IiMyQzJGMzYiLz4KPC9zdmc+Cg==") no-repeat center;
  width: 13px;
  height: 14px;
}
@media print, screen and (max-width: 1023.9px) {
  .parking__link::after {
    width: 11px;
    height: 11px;
  }
}

.floor-map {
  margin-top: 60px;
}