body.noscroll {
  overflow: hidden;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.ta-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .ta-br {
    display: block;
  }
}

.more-btn {
  display: block;
  width: 240px;
  height: 50px;
  text-align: center;
  padding-top: 15px;
  border: 1px solid #fff;
  border-radius: 200px;
  color: #fff;
  font-size: 16px;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 500;
  position: relative;
}
.more-btn::after {
  content: "";
  width: 10px;
  height: 12px;
  background-image: url("../image/button_white.png");
  background-size: cover;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.more-btn:hover {
  background-color: #fff;
  color: #006CD2;
}
.more-btn:hover::after {
  background-image: url("../image/button_blue.png");
}

.header {
  z-index: 1000;
  background-color: #fff;
  width: 93%;
  height: 80px;
  border-radius: 200px;
  position: fixed;
  top: 29px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: space-between;
  align-items: center;
  box-shadow: rgba(45, 51, 106, 0.1019607843) 10px 10px 10px;
}
@media screen and (max-width: 830px) {
  .header {
    padding-right: 20px;
    padding-left: 30px;
    height: 48px;
    top: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.header__logo-wrapper {
  height: 40px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 830px) {
  .header__logo-wrapper {
    height: 24px;
  }
}
.header__logo-wrapper img {
  height: 100%;
}
.header__items {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 830px) {
  .header__items {
    display: none;
  }
}
.header__link {
  font-size: 16px;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.header__link:hover {
  color: #6351EA;
}
.header__item {
  height: 100%;
}

.footer {
  background-color: #222222;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 64px;
    padding-bottom: 44px;
  }
}
@media screen and (max-width: 414px) {
  .footer {
    padding-top: 16.9312169312vw;
    padding-bottom: 11.6402116402vw;
  }
}
.footer__wrapper {
  width: min(1200px, 90%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__wrapper {
    flex-direction: column-reverse;
    width: 88.6243386243vw;
  }
}
.footer__left {
  flex: 1;
  margin-right: 32px;
}
@media screen and (max-width: 768px) {
  .footer__left {
    width: 100%;
    padding-top: 50px;
    margin: 0;
  }
}
@media screen and (max-width: 414px) {
  .footer__left {
    padding-top: 40px;
  }
}
.footer__logo-wrapper {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  max-width: 200px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .footer__logo-wrapper {
    display: none;
  }
}
.footer__logo-wrapper img {
  width: 100%;
}
.footer__logo-wrapper-sm {
  height: 45px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 66px;
  display: none;
}
.footer__logo-wrapper-sm img {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .footer__logo-wrapper-sm {
    display: block;
  }
}
.footer__copy {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    text-align: center;
  }
}
.footer__nav {
  padding: 16px 0 16px 48px;
  border-left: solid 1px #fff;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    padding: 0;
    border: none;
  }
}
.footer__nav-links {
  display: flex;
  -moz-column-gap: 48px;
       column-gap: 48px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .footer__nav-links {
    justify-content: center;
    padding-bottom: 40px;
    border-bottom: solid 1px #fff;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 460px) {
  .footer__nav-links {
    -moz-column-gap: 0;
         column-gap: 0;
    flex-wrap: wrap;
    row-gap: 24px;
  }
}
@media screen and (max-width: 460px) {
  .footer__nav-links li {
    width: 50%;
    text-align: center;
  }
}
.footer__nav-link {
  color: #fff;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .footer__nav-link {
    font-size: 14px;
  }
}
.footer__nav-link:hover {
  opacity: 0.7;
}
.footer__nav-bottom {
  display: flex;
  -moz-column-gap: 32px;
       column-gap: 32px;
  flex-wrap: wrap;
  row-gap: 16px;
}
@media screen and (max-width: 768px) {
  .footer__nav-bottom {
    justify-content: center;
  }
}
@media screen and (max-width: 460px) {
  .footer__nav-bottom li {
    width: 100%;
    text-align: center;
  }
}
.footer__nav-bottom-link {
  font-size: 12px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #fff;
  padding-left: 5px;
  position: relative;
}
.footer__nav-bottom-link::after {
  content: "";
  width: 3px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}
.footer__nav-bottom-link:hover {
  opacity: 0.7;
}

.back-to-top-btn {
  position: fixed;
  width: 50px;
  height: 50px;
  background-image: url("../image/button_top.png");
  background-size: cover;
  right: 50px;
  z-index: 30;
  display: none;
}
.back-to-top-btn:hover {
  opacity: 0.8;
}

.hamburger {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #F2F5F9;
  padding-top: 142px;
  text-align: center;
  overflow-y: auto;
}
.hamburger__wrapper {
  height: 667px;
  display: flex;
  flex-direction: column;
}
.hamburger__link {
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 40px;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.hamburger__link[href]:hover {
  color: #6351EA;
}
.hamburger__btn {
  height: 16px;
  width: 16px;
  position: relative;
  display: none;
}
@media screen and (max-width: 830px) {
  .hamburger__btn {
    display: block;
  }
}
.hamburger__btn.showing .hamburger__btn-line:nth-child(2) {
  background-color: #030303;
  width: 0;
  transition: 0.3s;
}
.hamburger__btn.showing .hamburger__btn-line:nth-child(1) {
  background-color: #030303;
  transform: rotate(45deg);
  width: 137%;
  top: 8px;
  transition: 0.3s;
  left: -5px;
}
.hamburger__btn.showing .hamburger__btn-line:nth-child(3) {
  width: 137%;
  background-color: #030303;
  transform: rotate(-45deg);
  bottom: 6px;
  left: -5px;
  transition: 0.3s;
}
.hamburger__btn-line {
  width: 100%;
  height: 2px;
  background-color: #222;
  position: absolute;
  transition: 0.3s;
}
.hamburger__btn-line:nth-child(1) {
  top: 0;
  left: 0;
}
.hamburger__btn-line:nth-child(2) {
  top: 7px;
  left: 0;
  left: 50%;
  transform: translateX(-50%);
}
.hamburger__btn-line:nth-child(3) {
  bottom: 0;
  left: 0;
}

.fv-under {
  width: 100%;
  background-image: url("../image/test4.jpg");
  height: 420px;
  background-size: cover;
  background-position: top center;
}
.fv-under__wrapper {
  width: min(78%, 1088px);
  margin: 0 auto;
  padding-top: 270px;
  position: relative;
  height: 100%;
}
.fv-under__title {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 54px;
  line-height: 1;
  letter-spacing: 0.0324em;
  color: #fff;
  margin-bottom: 25px;
}
.fv-under__title-small {
  font-size: 22px;
  color: #fff;
  line-height: 1;
}
.fv-under__pan-area {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 0;
  bottom: 50px;
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.fv-under__pan-link {
  color: #fff;
  line-height: 1;
  font-size: 12;
  position: relative;
}
.fv-under__pan-link::after {
  content: "";
  height: 1px;
  width: 10px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
}
.fv-under__pan-link:last-child::after {
  display: none;
}/*# sourceMappingURL=common.css.map */