@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0.1em;
  padding: 80px 0 0 0;
}

img {
  width: 100%;
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }
}
.-bold {
  font-weight: bold;
}

.-sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .-pc {
    display: none;
  }
  .-sp {
    display: block;
  }
}
.-wrapper {
  width: 92%;
  max-width: 1120px;
  margin: 0 auto;
}

/* header */
.header {
  padding: 28px 0 0 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
@media only screen and (max-width: 768px) {
  .header {
    padding: 4% 0 0 0;
  }
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .header-wrapper {
    position: initial;
  }
}

.header-btn_drawer {
  width: 43px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header-btn_drawer .-line {
  position: absolute;
  width: 100%;
  background-color: #171c61;
  padding: 6px 0 0 0;
  left: 0;
}
.header-btn_drawer .-line:nth-child(1) {
  top: 0;
}
.header-btn_drawer .-line:nth-child(2) {
  top: 50%;
  margin: -5% 0 0 0;
}
.header-btn_drawer .-line:nth-child(3) {
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .header-btn_drawer {
    width: 8.11%;
  }
  .header-btn_drawer .-line {
    padding: 3px 0 0 0;
  }
}

.header-btn_drawer-wrap {
  padding: 36px 0 0 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .header-btn_drawer-wrap {
    padding: 19px 0 0 0;
  }
}

.header-sns {
  width: 130px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .header-sns {
    width: 20%;
  }
}

.header-sns-item {
  width: 55px;
  line-height: 0;
}
.header-sns-item a {
  transition: 0.3s;
}
.header-sns-item a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .header-sns-item {
    width: 45%;
  }
}

.header-drawer {
  visibility: hidden;
  /* display: none; */
  position: absolute;
  left: -18px;
  top: -10px;
  padding: 52px 76px 72px 76px;
  background-color: rgb(255, 255, 255);
  z-index: 10000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  opacity: 0;
}
.header-drawer.-active {
  /* display: block; */
  visibility: visible;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.96);
}
@media only screen and (max-width: 768px) {
  .header-drawer {
    left: 0;
    top: 0;
    width: 100%;
    padding: 15% 5% 10% 5%;
  }
}

.header-drawer-btn {
  width: 32px;
  /* height: 32px; */
  position: absolute;
  left: 25px;
  top: 20px;
}
@media only screen and (max-width: 768px) {
  .header-drawer-btn {
    width: 6%;
    left: 5%;
    top: 3%;
  }
}

.header-drawer-list-item {
  padding: 25.5px 42px 25.5px 0;
  border-bottom: 4px solid #f2f0ec;
}
.header-drawer-list-item .-btn {
  display: flex;
  align-items: center;
}
.header-drawer-list-item .-en {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  margin: 0 24px 0 0;
  letter-spacing: 2.6px;
}
.header-drawer-list-item .-ja {
  font-size: 15px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .header-drawer-list-item {
    padding: 5% 0;
    border-bottom: 4px solid #f2f0ec;
  }
  .header-drawer-list-item .-en {
    font-size: 20px;
    margin: 0 1em 0 0;
  }
  .header-drawer-list-item .-ja {
    font-size: 15px;
    line-height: 1;
  }
}

/* footer */
.footer {
  color: #333333;
}

.footer-wrapper {
  padding: 24px 0 46px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .footer-wrapper {
    padding: 19.4% 0 18.6% 0;
  }
}

.footer-nav {
  display: flex;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 768px) {
  .footer-nav {
    justify-content: center;
    margin: 0 0 6% 0;
  }
}

.footer-nav-item {
  font-size: 14px;
  border-right: 1px solid #000;
  padding: 0 8px 0 0;
  margin: 0 8px 0 0;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .footer-nav-item {
    font-size: 13px;
    padding: 0 8px 0 0;
    margin: 0 8px 0 0;
  }
}
.footer-nav-item:last-child {
  border-right: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .footer-nav-item:last-child {
    border-right: none;
    padding: 0;
    margin: 0;
  }
}

.footer-copyright {
  font-size: 14px;
  text-align: center;
}

.footer-pagetop {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 20px;
  line-height: 1;
}
.footer-pagetop:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #333333;
  border-top: 2px solid #333333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 10px 0 0;
}
/* sect */
.-sect-ttl-en {
  font-size: 42px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin: 0 0 13px 0;
}
@media only screen and (max-width: 768px) {
  .-sect-ttl-en {
    font-size: 30px;
    margin: 0 0 3% 0;
  }
}

.-sect-ttl-ja {
  font-size: 14px;
  text-align: center;
  line-height: 1;
}

/* 下層用 */
.page-sub {
  padding: 0;
}

/* header_sub */
.header_sub {
  height: 100px;
  position: relative;
  z-index: 100;
}

.header_sub-logo {
  width: 260px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.88);
}

.header_sub-logo-item {
  width: 73.8%;
  margin: 0 auto;
  padding: 17.7% 0 10.77% 0;
}

@media only screen and (max-width: 768px) {
  /* header_sub */
  .header_sub {
    height: auto;
    padding: 13% 0 0 0;
  }
  .header_sub-logo {
    width: 34.6%;
    top: 0;
  }
}
/* footer_sub */
.footer_sub-wrapper {
  padding: 58px 0 60px 0;
  position: relative;
  max-width: 970px;
}

.footer_sub-copyright {
  font-size: 14px;
  text-align: center;
}

.footer_sub-top {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 20px;
  line-height: 1;
}

.footer_sub-top:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 10px 0 0;
}

.footer_sub-pagetop {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 20px;
  line-height: 1;
}

.footer_sub-pagetop:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 10px 0 0;
}

@media only screen and (max-width: 768px) {
  .footer_sub-wrapper {
    padding: 13% 0 8% 0;
  }
  .footer_sub-nav {
    justify-content: center;
    margin: 0 0 6% 0;
  }
  .footer_sub-copyright {
    font-size: 13px;
  }
}
.nowrap {
  white-space: nowrap;
}