body {
  margin: 0;
}

ul {
  list-style: none;
}

a {
  display: block;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

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

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

@media screen and (max-width: 850px) {
  .pc-br {
    display: none;
  }
}

a.new-window-link {
  display: inline;
  position: relative;
}
a.new-window-link img {
  transform: translateY(2px);
  filter: brightness(0) saturate(100%) invert(38%) sepia(99%) saturate(942%) hue-rotate(181deg) brightness(92%) contrast(102%);
}

.more-btn {
  position: relative;
  width: 280px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  background: #0B7BEC;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  transition: 0.2s;
}
@media screen and (max-width: 1280px) {
  .more-btn {
    width: 240px;
  }
}
@media screen and (max-width: 450px) {
  .more-btn {
    height: 48px;
    line-height: 48px;
  }
}

.header {
  z-index: 1000;
  box-sizing: border-box;
  width: 100%;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  transition: 0.3s;
}
@media screen and (max-width: 450px) {
  .header {
    padding: 20px;
  }
}
.header__left {
  background: rgba(255, 255, 255, 0.7);
  padding: 20px 40px;
  border-radius: 40px;
  box-shadow: 0 3px 6px rgba(0, 79, 200, 0.0392156863);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
@media screen and (max-width: 450px) {
  .header__left {
    width: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0px;
  }
}
.header__logo {
  transition: 0.3s;
}
.header__logo:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.header__logo-wrapper {
  height: 30px;
  display: flex;
  -moz-column-gap: min(1.5vw, 32px);
       column-gap: min(1.5vw, 32px);
}
@media screen and (max-width: 1360px) {
  .header__logo-wrapper {
    height: 26px;
  }
}
@media screen and (max-width: 500px) {
  .header__logo-wrapper {
    height: 22px;
  }
}
@media screen and (max-width: 450px) {
  .header__logo-wrapper {
    height: 18px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
.header__logo img {
  height: 100%;
  width: 100%;
}
.header__right {
  height: auto;
  background: rgba(255, 255, 255, 0.7);
  padding: 0 40px;
  border-radius: 100px;
  box-shadow: 0 3px 6px rgba(0, 79, 200, 0.0392156863);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
@media screen and (max-width: 1240px) {
  .header__right {
    display: none;
  }
}
.header__right-top {
  display: flex;
  justify-content: end;
  -moz-column-gap: 24px;
       column-gap: 24px;
  margin-top: 16px;
}
.header__right-top .header__link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(16, 24, 29, 0.8);
}
.header__right-top .header__link:hover {
  color: #0B7BEC;
}
.header__right-top .header__link.english {
  padding-left: 24px;
  position: relative;
}
.header__right-top .header__link.english::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../img/tpl/icon_globe.svg");
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0;
  filter: invert(43%) sepia(6%) saturate(379%) hue-rotate(165deg) brightness(91%) contrast(86%);
}
.header__right-top .header__link.english:hover::before {
  filter: invert(32%) sepia(30%) saturate(5327%) hue-rotate(197deg) brightness(98%) contrast(92%);
}
.header__right-bottom {
  height: 100%;
  display: flex;
  -moz-column-gap: min(2vw, 46px);
       column-gap: min(2vw, 46px);
}
.header__right-bottom .header__item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 1360px) {
  .header__right-bottom .header__item {
    font-size: 15px;
  }
}
.header__right-bottom .header__link {
  padding: 24px 0;
  color: #10181D;
  position: relative;
  cursor: pointer;
}
.header__right-bottom .header__link::before {
  content: "";
  width: 0;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: linear-gradient(90deg, #004FC8, #00A3EC);
  transition: 0.2s;
}
.header__right-bottom .header__link.link-blank {
  padding-right: 24px;
  position: relative;
}
.header__right-bottom .header__link.link-blank::after {
  content: "";
  position: absolute;
  top: 26px;
  right: 0;
  width: 18px;
  height: 18px;
  background-image: url("../img/tpl/icon_link.svg");
  filter: invert(5%) sepia(11%) saturate(2227%) hue-rotate(160deg) brightness(99%) contrast(92%);
  background-size: contain;
  opacity: 0.5;
}
.header__right-bottom .header__link:hover {
  color: #0B7BEC;
}
.header__right-bottom .header__link:hover::before {
  width: 100%;
  left: 0;
  right: 0;
  transition: 0.2s;
}
.header__right-bottom .header__link:hover.link-blank::after {
  filter: invert(46%) sepia(79%) saturate(4669%) hue-rotate(198deg) brightness(92%) contrast(103%);
  opacity: 1;
}
.header__right-bottom .header__item-wrapper {
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  padding: 12px;
  position: absolute;
  top: 72px;
  left: 4px;
  transition: opacity 0.2s ease-in-out, visibility 0s 0.3s;
}
.header__right-bottom .header__item-wrapper ul {
  width: 224px;
  background: #fff;
  padding: 24px 28px;
  border-radius: 4px;
  box-shadow: 0 3px 14px rgba(0, 79, 200, 0.0784313725);
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}
@media screen and (max-width: 1360px) {
  .header__right-bottom .header__item-wrapper ul {
    left: -37px;
  }
}
.header__right-bottom .header__item-wrapper ul li {
  height: 24px;
  position: relative;
  transition: 0.3s;
}
.header__right-bottom .header__item-wrapper ul li::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  right: 4px;
  background-image: url("../img/tpl/icon_arrow.svg");
  filter: invert(82%) sepia(13%) saturate(247%) hue-rotate(164deg) brightness(90%) contrast(84%);
  background-size: contain;
}
.header__right-bottom .header__item-wrapper ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #10181D;
  font-size: 15px;
  position: relative;
}
.header__right-bottom .header__item-wrapper ul li:hover {
  margin-right: -4px;
  transition: 0.3s;
}
.header__right-bottom .header__item-wrapper ul li:hover::after {
  filter: invert(35%) sepia(44%) saturate(2564%) hue-rotate(191deg) brightness(96%) contrast(99%);
}
.header__right-bottom .header__item-wrapper ul li:hover a {
  color: #0B7BEC;
}
.header__right-bottom .has-child:hover .header__item-wrapper {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s ease-in-out, visibility 0s;
}

.footer__top {
  background: linear-gradient(90deg, #E0EBFA, #E0F2FD);
  padding: 72px 0;
}
@media screen and (max-width: 850px) {
  .footer__top {
    padding: 56px 0;
  }
}
.footer__top-wrapper {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .footer__top-wrapper {
    width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width: 850px) {
  .footer__top-wrapper {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .footer__top-wrapper {
    padding: 0 20px;
  }
}
@media screen and (max-width: 850px) {
  .footer__top-left {
    display: flex;
    justify-content: space-between;
  }
}
.footer__top-right {
  display: flex;
  -moz-column-gap: 96px;
       column-gap: 96px;
}
@media screen and (max-width: 850px) {
  .footer__top-right {
    flex-direction: column;
    row-gap: 16px;
  }
}
.footer__logo {
  height: 32px;
  margin-bottom: 64px;
  transition: 0.3s;
}
@media screen and (max-width: 850px) {
  .footer__logo {
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 450px) {
  .footer__logo {
    height: 24px;
  }
}
.footer__logo img {
  height: 100%;
  width: 100%;
}
.footer__logo:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.footer__snslink {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  height: 32px;
}
@media screen and (max-width: 450px) {
  .footer__snslink {
    height: 24px;
  }
}
.footer__snslink img {
  height: 100%;
  width: 100%;
  transition: 0.3s;
}
.footer__snslink img:hover {
  opacity: 0.6;
  transition: 0.3s;
}
@media screen and (max-width: 450px) {
  .footer__snslink img {
    height: 24px;
  }
}
.footer__links {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 850px) {
  .footer__links {
    row-gap: 16px;
  }
}
@media screen and (max-width: 850px) {
  .footer__links ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 850px) {
  .footer__links ul li {
    width: 50%;
  }
}
.footer__links a:hover {
  text-decoration: underline;
  color: #0B7BEC;
}
.footer__link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #10181D;
  width: -moz-fit-content;
  width: fit-content;
}
.footer__link.link-blank {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.footer__link.link-blank::before {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 18px;
  height: 18px;
  background-image: url("../img/tpl/icon_link.svg");
  filter: invert(5%) sepia(6%) saturate(4631%) hue-rotate(160deg) brightness(95%) contrast(91%);
  background-size: contain;
}
.footer__link.link-blank:hover::before {
  filter: invert(46%) sepia(79%) saturate(4669%) hue-rotate(198deg) brightness(92%) contrast(103%);
}
.footer__link-min {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #10181D;
  margin-top: 16px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 850px) {
  .footer__link-min {
    margin: 0 0 16px 0;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.footer__bottom {
  background: #fff;
  padding: 40px 0;
}
.footer__bottom-wrapper {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .footer__bottom-wrapper {
    width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width: 450px) {
  .footer__bottom-wrapper {
    padding: 0 20px;
  }
}
.footer__guide {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 24px;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1160px) {
  .footer__guide {
    justify-content: flex-start;
  }
}
.footer__guide-content {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #526471;
  font-size: 12px;
  transition: 0.3s;
}
@media screen and (max-width: 450px) {
  .footer__guide-content {
    font-size: min(3.2vw, 12px);
  }
}
.footer__guide-content img {
  width: -moz-fit-content;
  width: fit-content;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 850px) {
  .footer__guide-content img {
    height: 64px;
  }
}
@media screen and (max-width: 450px) {
  .footer__guide-content img {
    height: 54px;
  }
}
.footer__guide-content:hover img {
  opacity: 0.6;
  transition: 0.3s;
}
.footer__privacy {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 16px;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1110px) {
  .footer__privacy {
    margin-bottom: 32px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 450px) {
  .footer__privacy {
    font-size: min(3.2vw, 12px);
  }
}
.footer__privacy-link {
  position: relative;
}
.footer__privacy-link::before {
  content: "";
  position: absolute;
  top: 0;
  right: -16px;
  width: 1px;
  height: 12px;
  background: #526471;
}
@media screen and (max-width: 450px) {
  .footer__privacy-link::before {
    right: -12px;
  }
}
.footer__privacy-link a {
  color: #526471;
  line-height: 12px;
  text-align: left;
}
.footer__privacy.pc .footer__privacy-link:last-child::before {
  width: 0;
}
@media screen and (max-width: 530px) {
  .footer__privacy.pc {
    display: none;
  }
}
.footer__privacy.sp {
  display: none;
  -moz-column-gap: inherit;
       column-gap: inherit;
  row-gap: inherit;
  flex-wrap: inherit;
}
@media screen and (max-width: 530px) {
  .footer__privacy.sp {
    display: flex;
  }
}
.footer__privacy-left {
  width: 142px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-right: 32px;
}
@media screen and (max-width: 450px) {
  .footer__privacy-left {
    width: 120px;
    margin-right: 24px;
  }
}
.footer__privacy-right {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.footer__privacy-right li::before {
  width: 0;
}
.footer__copy {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #526471;
  font-size: 14px;
  text-align: center;
}

.hamburger {
  display: none;
  background: linear-gradient(90deg, #004FC8, #00A3EC);
  width: 100%;
  height: 200vh;
  position: fixed;
  top: 0px;
  z-index: 100;
  overflow-y: scroll;
}
.hamburger::-webkit-scrollbar {
  display: none;
}
.hamburger__wrapper {
  height: 100vh;
  padding: 120px 0;
  overflow-y: scroll;
}
@media screen and (max-width: 450px) {
  .hamburger__wrapper {
    padding: 88px 0 150px;
  }
}
.hamburger__link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  display: block;
  padding: 20px 40px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 450px) {
  .hamburger__link {
    padding: 20px 20px;
  }
}
.hamburger__link span {
  display: block;
  position: relative;
}
.hamburger__link span::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/icon_chevron.svg");
  background-size: contain;
  filter: invert(91%) sepia(0%) saturate(7500%) hue-rotate(73deg) brightness(124%) contrast(100%);
  position: absolute;
  top: 4px;
  right: 0px;
}
.hamburger__link span.showing::before {
  transform: rotate(180deg);
  transition: 0.3s;
}
.hamburger__link img {
  position: absolute;
  width: 17px;
  height: 100%;
  top: 1px;
  left: 175px;
  filter: invert(91%) sepia(0%) saturate(7500%) hue-rotate(73deg) brightness(124%) contrast(100%);
}
@media screen and (max-width: 450px) {
  .hamburger__link img {
    left: 155px;
  }
}
.hamburger__group {
  display: none;
}
.hamburger__group .hamburger__link {
  padding-left: 60px;
}
@media screen and (max-width: 450px) {
  .hamburger__group .hamburger__link {
    padding-left: 40px;
  }
}
.hamburger__bottom {
  display: flex;
  margin-top: 32px;
  padding: 0 40px;
}
.hamburger__bottom li {
  width: 50%;
}
.hamburger__bottom a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 26px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.hamburger__bottom a.english {
  padding-left: 32px;
  position: relative;
}
.hamburger__bottom a.english::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/tpl/icon_globe.svg");
  background-size: contain;
  filter: invert(91%) sepia(0%) saturate(7500%) hue-rotate(73deg) brightness(124%) contrast(100%);
  position: absolute;
  top: 4px;
  left: 0;
}
.hamburger__btn {
  height: 66px;
  width: 66px;
  border-radius: 50%;
  background: linear-gradient(90deg, #004FC8, #00A3EC);
  position: relative;
  display: none;
}
@media screen and (max-width: 1240px) {
  .hamburger__btn {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .hamburger__btn {
    height: 50px;
    width: 50px;
  }
}
.hamburger__btn.showing {
  background: #74838D;
}
.hamburger__btn.showing .hamburger__btn-line:nth-child(2) {
  width: 0;
  transition: 0.3s;
}
.hamburger__btn.showing .hamburger__btn-line:nth-child(1) {
  transform: rotate(45deg);
  width: 30px;
  top: 33px;
  left: 18px;
  transition: 0.2s;
}
@media screen and (max-width: 450px) {
  .hamburger__btn.showing .hamburger__btn-line:nth-child(1) {
    width: 24px;
    top: 25px;
    left: 13px;
  }
}
.hamburger__btn.showing .hamburger__btn-line:nth-child(3) {
  transform: rotate(-45deg);
  width: 30px;
  top: 33px;
  left: 18px;
  transition: 0.2s;
}
@media screen and (max-width: 450px) {
  .hamburger__btn.showing .hamburger__btn-line:nth-child(3) {
    width: 24px;
    top: 25px;
    left: 13px;
  }
}
.hamburger__btn-line {
  width: 24px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  transition: 0.2s;
}
.hamburger__btn-line:nth-child(1) {
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 450px) {
  .hamburger__btn-line:nth-child(1) {
    top: 16px;
  }
}
.hamburger__btn-line:nth-child(2) {
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.hamburger__btn-line:nth-child(3) {
  bottom: 23px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 450px) {
  .hamburger__btn-line:nth-child(3) {
    bottom: 16px;
  }
}/*# sourceMappingURL=common.css.map */