@charset "UTF-8";
.nobel {
  font-family: "nobel", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.sicelleminpetit {
  font-family: "sicelleminpetit", sans-serif;
  font-weight: 700;
  font-style: normal;
}

html.fixed {
  overflow: hidden;
}

body {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #373737;
  line-height: 24px;
  overflow: hidden;
}

.header {
  display: block;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  z-index: 2;
}
@media (min-width: 768px) {
  .header {
    position: absolute;
    height: 90px;
  }
}
@media (max-width: 767px) {
  .header {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
    height: 70px;
  }
}
.header[aria-expanded=true] .header__nav {
  display: block;
  height: 100vh;
}
.header[aria-expanded=true] .header__menubtn {
  transform: translateY(9px);
}
.header[aria-expanded=true] .header__menuhr {
  background-color: #fff;
}
.header[aria-expanded=true] .header__menuhr_t {
  display: none;
}
.header[aria-expanded=true] .header__menuhr_m {
  transform: rotate(225deg);
}
.header[aria-expanded=true] .header__menuhr_b {
  transform: translateY(-10px) rotate(135deg);
}
.header[aria-expanded=true] .header__menutx {
  color: #fff;
}
@media (min-width: 768px) {
  .header__wrapper {
    height: 90px;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .header__wrapper {
    height: 70px;
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .header__logo {
    width: 200px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .header__logo {
    width: 14.64vw;
  }
}
@media (max-width: 767px) {
  .header__logo {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .header__nav {
    display: none;
    background-color: rgba(62, 81, 146, 0.95);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
}
@media (max-width: 767px) {
  .header__navcontainer {
    width: 80vw;
    height: 100vh;
  }
}
.header__navtitle {
  color: #fff;
}
.header__navul {
  list-style: none;
}
@media (min-width: 768px) {
  .header__navul {
    gap: 0 30px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .header__navul {
    gap: 0 2.2vw;
  }
}
@media (max-width: 767px) {
  .header__navul {
    width: 100%;
    border-top: 1px solid #fff;
  }
}
.header__navli {
  line-height: 48px;
}
@media (max-width: 767px) {
  .header__navli + .header__navli {
    border-top: 1px solid #fff;
  }
}
@media (min-width: 768px) {
  .header__navanc {
    color: #686868;
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  .header__navanc {
    color: #fff;
  }
}
.header__linkbtn {
  border-radius: 50px;
}
@media (min-width: 768px) {
  .header__linkbtn {
    background-color: #3e5192;
    color: #fff;
    width: 240px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .header__linkbtn {
    background-color: #fff;
    color: #3e5192;
    width: 298px;
    height: 59px;
  }
}
@media (max-width: 767px) {
  .header__menubtn {
    position: fixed;
    top: 15px;
    right: 20px;
    width: 30px;
    z-index: 100;
  }
}
@media (max-width: 767px) {
  .header__menuhr {
    background-color: #3e5192;
    border: none;
    display: block;
    height: 4px;
    margin-bottom: 6px;
    transform-origin: center;
    transition-duration: 0.2s;
    width: 30px;
  }
  .header__menuhr:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .header__menuhr_m {
    transition-delay: 0.03s;
  }
}
@media (max-width: 767px) {
  .header__menuhr_b {
    transition-delay: 0.06s;
  }
}
.header__menutx {
  color: #3e5192;
  line-height: 1;
}
.header__privacy {
  color: #fff;
  text-decoration: underline;
}
.header__copy {
  color: #fff;
}

.footer {
  background-color: #dde1ec;
}
@media (min-width: 768px) {
  .footer {
    padding: 60px 0 10px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 35px 0 15px;
  }
}
.footer__logo {
  width: 168px;
}
.footer__info {
  color: #686868;
  line-height: 24px;
}
.footer__ul {
  list-style: none;
}
@media (min-width: 768px) {
  .footer__li + .footer__li {
    margin-left: 30px;
  }
}
.footer__anc {
  color: #686868;
  text-decoration: underline;
}
.footer__btn {
  width: 300px;
  height: 60px;
  background-color: #3e5192;
  color: #fff;
  border-radius: 50px;
}