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%;
}
.header__pop {
  position: absolute;
  width: 181px;
  height: 98px;
  background: linear-gradient(62deg, #EDF4FC 0%, #F5EDFE 53%, #FDE7EC 100%);
  box-shadow: rgba(45, 51, 106, 0.1019607843) 10px 10px 10px;
  border-radius: 6px;
  padding-left: 26px;
  padding-right: 26px;
  padding-top: 18px;
  padding-bottom: 20px;
  right: 115px;
  bottom: -90px;
  display: none;
}
.header__pop-link {
  font-size: 16px;
  color: #222;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  height: 100%;
  position: relative;
}
.header__pop-link i {
  position: absolute;
  color: #96A7BE;
  top: 50%;
  right: -13px;
  transform: translateX(100%) translateY(-50%);
  transition: 0.3s;
}
.header__pop-link i.foreign {
  transform: translateX(100%) translateY(-50%) rotate(-45deg);
}
.header__pop-link:hover {
  color: #6351EA;
}
.header__pop-link:hover i {
  right: -23px;
}
.header__pop-item {
  margin-bottom: 12px;
}
.header__pop-item:last-child {
  margin-bottom: 0;
}
.header .pop-btn:hover {
  cursor: pointer;
}
.header .pop-btn.hovered .header__link {
  color: #6351EA;
}

.dropdown.hovered {
  cursor: pointer;
  color: #006CD2 !important;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.dropdown.hovered > .angle-down-icon {
  color: #006CD2;
  scale: 0.8;
}

.footer {
  background-color: #222222;
  padding-top: 96px;
  padding-bottom: 96px;
}
@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;
}
@media screen and (max-width: 768px) {
  .footer__wrapper {
    flex-direction: column-reverse;
    width: 88.6243386243vw;
  }
}
.footer__left {
  width: calc(100% - 478px);
}
@media screen and (max-width: 768px) {
  .footer__left {
    width: 100%;
    padding-top: 50px;
  }
}
@media screen and (max-width: 414px) {
  .footer__left {
    padding-top: 13.2275132275vw;
  }
}
.footer__left-links {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  margin-bottom: 16px;
  flex-wrap: wrap;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .footer__left-links {
    -moz-column-gap: 62px;
         column-gap: 62px;
    margin-bottom: 24px;
    padding-left: 0;
  }
}
@media screen and (max-width: 414px) {
  .footer__left-links {
    -moz-column-gap: 16.4021164021vw;
         column-gap: 16.4021164021vw;
    margin-bottom: 6.3492063492vw;
  }
}
.footer__left-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__left-link::after {
  content: "";
  width: 3px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}
.footer__left-link:hover {
  opacity: 0.7;
}
.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__logo-wrapper {
  height: -moz-fit-content;
  height: fit-content;
  width: 210px;
  margin-bottom: 53px;
  max-width: 95%;
}
@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__right {
  height: 100%;
  border-left: 1px solid #fff;
  width: 478px;
  padding-left: 86.5px;
  display: flex;
  -moz-column-gap: 65px;
       column-gap: 65px;
}
@media screen and (max-width: 768px) {
  .footer__right {
    padding-bottom: 60px;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    -moz-column-gap: 0px;
         column-gap: 0px;
    padding-left: 0px;
    border-left: none;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 414px) {
  .footer__right {
    padding-bottom: 15.873015873vw;
  }
}
.footer__right-column {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .footer__right-column {
    width: 33%;
  }
}
.footer__right-link {
  color: #fff;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 32px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .footer__right-link {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 414px) {
  .footer__right-link {
    font-size: 3.7037037037vw;
    margin-bottom: 6.3492063492vw;
  }
}
.footer__right-link:hover {
  opacity: 0.7;
}
.footer__right-group-name {
  color: #fff;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .footer__right-group-name {
    font-size: 14px;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 414px) {
  .footer__right-group-name {
    font-size: 3.7037037037vw;
    margin-bottom: 3.7037037037vw;
  }
}
.footer__right-under-link {
  color: #fff;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 12px;
  padding-left: 5px;
  position: relative;
  white-space: nowrap;
}
.footer__right-under-link::after {
  content: "";
  width: 3px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: -2px;
}
@media screen and (max-width: 768px) {
  .footer__right-under-link {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    margin-bottom: 14px;
  }
  .footer__right-under-link:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 414px) {
  .footer__right-under-link {
    font-size: 3.7037037037vw;
    margin-bottom: 3.7037037037vw;
  }
}
.footer__right-under-link i {
  position: absolute;
  color: #fff;
  top: 55%;
  right: 18px;
  transform: translateX(100%) translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .footer__right-under-link i {
    right: -10px;
  }
}
.footer__right-under-link i.foreign {
  transform: translateX(100%) translateY(-50%) rotate(-45deg);
}
.footer__right-under-link:hover {
  opacity: 0.7;
}
.footer__right-under-link:hover i {
  right: 13px;
}
@media screen and (max-width: 768px) {
  .footer__right-under-link:hover i {
    right: -15px;
  }
}

.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.hamburger__group-name {
  margin-bottom: 24px;
}
.hamburger__link[href]:hover {
  color: #6351EA;
}
.hamburger__link-small {
  color: #222;
  font-size: 15px;
  margin-bottom: 23px;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.hamburger__link-small i {
  right: -17px;
  transition: 0.3s;
  transform: translateX(100%);
}
.hamburger__link-small i.foreign {
  transform: translateX(100%) rotate(-45deg);
}
.hamburger__link-small.last {
  margin-bottom: 40px;
}
.hamburger__link-small[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 */