@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif:wght@100..900&display=swap');
body {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 300;
  color: #022944;
  background-color: #fff;
}
a {
  word-break: break-all;
}
.sp {
  display: none;
}
.min {
  font-family: YakuHanJP, "Noto Serif", "Noto Sans JP", sans-serif;
  font-weight: 300;
}
.inner {
  max-width: 1270px;
  margin: 0 auto;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width:640px) {
    .inner {
        width: 100vw;
        padding: 0 5%;
        margin: 0 auto;
    }
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 80px 80px 0;
  z-index: 100;
}
.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  position: relative;
}
.logo {
  display: block;
  width: 200px;
  transform: translate(-20px,-20px);
}
.hum {
  display: none;
}
.header_nav {
  display: flex;
  gap: 30px;
  align-items: center;
}
header .header_inner .header_nav a {
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: .051em;
}
.hum-container {
  display: none;
}
@media screen and (max-width:640px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 25px 5% 0;
    z-index: 100;
    display: flex;
  }
  .logo {
    display: block;
    width: 96px;
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
  }
  .nav_container {
    display: none;
  }
  .hum {
    display: block;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: none;
    outline: none;
    border: solid 1px #fff;
    position: relative;
    padding: 10px;
    z-index: 999;
    backdrop-filter: blur(4px);
  }
  .hum span {
    position: absolute;
    left: 15px;
    width: 30px;
    height: 1px;
    background-color: #fff;
    border-radius: 4px;
  }
  .hum, .hum span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
  }
  .hum span:nth-of-type(1) {
    top: 20px;
  }
  .hum span:nth-of-type(2) {
    top: 30px;
  }
  .hum span:nth-of-type(3) {
    top: 40px;
  }
  .hum.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .hum.active span:nth-of-type(2) {
    opacity: 0;
  }
  .hum.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
  .hum-container {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 130%;
    background: #022944;
    z-index: 100;
    padding: 120px 6.4vw;
    pointer-events: none;
    opacity: 0;
    transition: opacity .1s linear;
  }
  .hum-open .hum-container {
    opacity: 1;
    pointer-events: auto;
  }
  .header_nav-sp {
    border-top: solid 1px #fff;
  }
  .header_nav_link-sp {
    display: flex;
    border-bottom: solid 1px #fff;
    padding: 13px 5px;
    gap: 20px;
    align-items: center;
    color: #fff;
  }
  .header-icon {
    width: 50px;
  }
  .header-icon img {
    vertical-align: bottom;
  }
  .header_nav_text {
    line-height: 1.4;
  }
  .header_nav_text span {
    display: block;
  }
  .header_nav_text .min {
    font-size: 5vw;
    letter-spacing: .05em;
  }
  .header_nav_text .jp {
    color: #e1ca9f;
    font-size: 1.3rem;
    letter-spacing: .05em;
  }
  .header-catch {
    font-size: 2.8rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
    margin: 60px 0;
  }
  .header-copyright {
    color: #fff;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 200;
    letter-spacing: .1em;
  }
}

footer {
  background: url(../images/top/fv-bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  padding: 45px 45px 100px;
}
.ft-headline {
  width: 100%;
}
.footer-catch {
  color: #fff;
  letter-spacing: .1em;
  margin: 100px 0;
}
.footer-catch .ft-catch-jp {
  font-size: 5.5rem;
  font-weight: 500;
}
.footer-catch .ft-catch-en {
  font-size: 1.8rem;
  font-weight: 200;
  letter-spacing: .05em;
}
.footer-nav-container {
  width: 100%;
  border-radius: 20px;
  background-color: #fff;
  padding: 40px;
  display: flex;
}
.ft-nav-cont {
  width: 25%;
  border-right: solid 1px #013247;
  padding: 25px;
}
.ft-nav-cont:last-child {
  border-right: none;
}
.ft-logo {
  width: 168px;
  margin: 0 auto;
}
.ft-logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 40px 25px 0;
}
.ft-nav-ttl {
  font-size: 1.9rem;
  color: #BCC7C9;
  font-weight: 500;
  margin-bottom: 24px;
}
.ft-nav-txt {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 24px;
}
.ft-nav-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.ft-nav-list .ft-nav-link {
  font-size: 2rem;
  font-weight: 500;
  color: #022944;
}
.contact-link {
  font-size: 2.2rem;
  font-weight: 400;
  color: #022944;
  padding: 5px 35px;
  border: solid 1px #022944;
  display: inline-block;
  margin-top: 30px;
  position: relative;
}
.contact-link::before,
.contact-link::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 20px;
    width: 9px;
    height: 1px;
    border-radius: 9999px;
    background-color: #022944;
    transform-origin: calc(100% - 0.5px) 50%;
}
.contact-link::before {
    transform: rotate(45deg);
}
.contact-link::after {
    transform: rotate(-45deg);
}
.ft-nav-list .ft-nav-link::before {
  content: "・";
  margin-right: 5px;
}

@media screen and (max-width:640px) {
  footer {
    padding: 20px 5% 20px;
  }
  .ft-headline {
    width: 100%;
    margin: 0 auto;
  }
  .footer-catch {
    margin: 45px 0 50px;
    font-size: 1.8rem;
    text-align: center;
  }
  .footer-catch .ft-catch-jp {
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .footer-catch .ft-catch-en {
    font-size: 1.2rem;
    font-weight: 200;
    line-height: 1.8;
    margin-top: 20px;
  }
  .footer-nav-container {
    width: 100%;
    border-radius: 16px;
    background-color: #fff;
    padding: 30px 5% 10px;
    display: flex;
    flex-direction: column;
  }
  .ft-nav-cont {
    width: 100%;
    border-right: none;
    border-bottom: solid 1px #013247;
    padding: 20px 0;
  }
  .ft-nav-cont:last-child {
    border-bottom: none;
  }
  .ft-logo-wrap {
    padding: 0 0 30px;
  }
  .ft-logo {
    width: 110px;
  }
  .ft-nav-ttl {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .ft-nav-txt {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .ft-nav-txt:last-child {
    margin-bottom: 0;
  }
  .ft-nav-list .ft-nav-link {
    font-size: 1.6rem;
  }
  .ft-nav-list .ft-nav-link::before {
    content: "・";
    margin-right: 5px;
  }
  .contact-link {
    font-size: 1.6rem;
    padding: 5px 40px;
    margin-top: 10px;
    position: relative;
    display: inline-block;
  }
}