@charset "UTF-8";
/*Font
------------------------------------------*/
/*Color
------------------------------------------*/
/* z-index
------------------------------------------*/
/* Media queries PCファースト
------------------------------------------*/
/*
よく使用するmixin
------------------------------------------*/
.otherPage_Head {
  text-align: center;
  padding: 90px 0;
}
.otherPage_Head .en-title {
  font-size: max(60px, var(--vw-size70));
  line-height: 1.4;
}
.otherPage_Head .jp-title {
  font-size: max(22px, var(--vw-size27));
  letter-spacing: 0.15em;
  line-height: 2.5;
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .otherPage_Head {
    padding: 90px 0 40px;
  }
  .otherPage_Head .en-title {
    font-size: max(26px, var(--vw-size32));
  }
  .otherPage_Head .jp-title {
    font-size: max(14px, var(--vw-size16));
    line-height: 1.4;
    margin-top: 10px;
  }
}

.otherPage_linkBtn {
  justify-content: center;
  align-items: center;
}
.otherPage_linkBtn li {
  width: 48%;
  margin-top: 30px;
}
.otherPage_linkBtn a {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  background: #b8ada3;
  color: #fff;
  text-align: center;
  padding: 22px 0;
  display: block;
  position: relative;
}
@media screen and (max-width: 991px) {
  .otherPage_linkBtn li {
    width: 100%;
  }
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* mapPage */
/* outlinePage */