@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

header,
footer,
div,
dt,
dd,
p,
h2,
h3,
h4 {
  box-sizing: border-box;
}

img {
  width: auto;
  height: auto;
}

html {
  font-family: Noto Sans JP;
  color: #252525;
  font-size: 16px;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

.system-logo {
  display: none !important;
}

#hs-eu-cookie-confirmation {
  width: 100vw!important;
  max-width: 100%!important;
  background-color: rgba(0, 0, 0, 0.7)!important;
}
#hs-eu-cookie-settings-button {
  display: none!important;
}
#hs-eu-cookie-confirmation #hs-eu-confirmation-button-group, #hs-eu-cookie-confirmation #hs-eu-opt-in-buttons {
  flex-flow: row-reverse!important;
}

#hs-eu-confirmation-button {
  font-weight: 700;
}
#hs-eu-decline-button {
  font-weight: 700;
}

@media screen and (min-width: 960.1px) {
  #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner {
    align-items: flex-end!important;
    flex-direction: row!important;
  }
}
@media screen and (max-width: 960px) {
  #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner {
    display: grid!important;
  }
  #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-buttons-area {
    justify-content: center!important;
  }
}

@media screen and (max-width: 1200px) {
  html {
    scroll-padding-top: 72px;
  }
}

@media screen and (max-width: 960px) {
  .--pc {
    display: none!important;
  }
}

@media screen and (min-width: 960.1px) {
  .--sp {
    display: none!important;
  }
}

.title-h1 {
  margin: clamp(36px, 4.5vw, 64px) 0 clamp(48px, 6vw, 96px);
  font-size: clamp(36px, 3.2vw, 72px);
  line-height: calc(1em + 5px);
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 100;
}

.header {
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 2160px;
  height: 70px;
  margin: auto;
  font-size: 16px;
  padding: 0 30px;
  background-color: #fff;
  box-sizing: border-box;
  border-bottom: 1px solid #bbb;
  transition: all 0.8s;
  letter-spacing: 0!important;
}

@media screen and (min-width: 960.1px) and (max-width: 1120px) {
  .header {
    padding: 0 5px;
  }
}

.header__logo {
  height: clamp(21px, 2vw, 34px);
}
.header__logo img {
  width: auto;
  height: 100%;
}

.header__navi {
  display: flex;
  height: 100%;
}

.header__navi li {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  box-sizing: border-box;
  height: 100%;
  padding: 0 32px 0 24px;
  letter-spacing: 0;
  cursor: pointer;
}
.header__navi li:has(a) {
  padding: 0;
}
.header__navi li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 28px;
}
.header__navi li:hover {
  background-color: #F5F5F5;
}
.header__navi li.active::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background-color: #3A7AC2;
}
.header__navi li span {
  position: relative;
}
.header__navi li span::before {
  position: absolute;
  content: "";
  right: -16px;
  top: 5px;
  width: 8px;
  height: 8px;
  border-left: 2px solid #3A7AC2;
  border-bottom: 2px solid #3A7AC2;
  transform: rotate(-45deg);
  transition: all .6s;
}
.header__navi li.active span::before {
  transform: rotate(-225deg);
  top: 9px;
}

@media screen and (min-width: 1320px) {
  .header__navi li {
    font-size: 16px;
  }
}

@media screen and (max-width: 1320px) {
  .header__navi li {
    padding: 0 24px 0 16px;
  }
  .header__navi li a {
    padding: 0 20px;
  }
}

.header__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  background-color: #0766f4;
  border-radius: 5px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
  transition: all .3s;
}
.header__contact:hover {
  background-color: #006cca;
}

@media screen and (max-width: 1080px) {
  .header__contact {
    width: 140px;
  }
}

.header__toggle {
  display: none;
}

@media screen and (max-width: 960px) {
  .header {
    height: 54px;
    padding: 0 20px;
  }
  .header__navi {
    display: none;
  }
  .header__contact {
    display: none;
  }
  .header__toggle {
    position: fixed;
    right: 18px;
    top: 18px;
    z-index: 23;
    display: block;
    width: 24px;
    height: 16px;
  }
  .header__toggle span {
    position: absolute;
    left: 0;
    height: 1px;
    background-color: #3a7ac2;
  }
  .header__toggle span:nth-child(1) {
    top: 0;
    width: 24px;
    transform-origin: left top;
    transition: all 0.6s;
  }
  .header__toggle span:nth-child(2) {
    top: 7.5px;
    width: 24px;
    transform-origin: left center;
    transition: all 0.6s;
  }
  .header__toggle span:nth-child(3) {
    top: 15px;
    width: 16px;
  }
  .header__toggle.active span:nth-child(1) {
    left: 4px;
    transform: rotate(45deg);
  }
  .header__toggle.active span:nth-child(2) {
    left: 4px;
    top: 16px;
    transform: rotate(-45deg);
  }
  .header__toggle.active span:nth-child(3) {
    display: none;
  }
}

.hamburger {
  display: none;
  position: fixed;
  z-index: 22;
  left: 0;
  top: -100dvh;
  width: 100%;
  height: 100dvh;
  padding: 15px;
  background-color: #f5f5f5;
  transition: all 0.8s;
  overflow-y: scroll;
  letter-spacing: 0!important;
}

.hamburger.active {
  top: 0;
}

.hamburger__logo img {
  width: auto;
  height: clamp(21px, 2vw, 34px);
}

.hamburger__menu {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}
.hamburger__menu--block {
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
}
.hamburger__menu--block--title {
  font-weight: 700;
  font-size: 16px;
}
.hamburger__menu--block--link {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 16px!important;
}
.hamburger__menu--block--link::before {
  position: absolute;
  content: '';
  right: 4px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #3a7ac2;
  border-bottom: 2px solid #3a7ac2;
  transform: rotate(-45deg);
}

.hamburger__menu--block--title.toggleLink {
  position: relative;
}
.hamburger__menu--block--title.toggleLink::before {
  position: absolute;
  content: '';
  right: 4px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #888;
  border-bottom: 2px solid #888;
  transform: rotate(45deg);
  transition: all 0.8s;
}
.hamburger__menu--block--title.toggleLink.active::before {
  top: 10px;
  transform: rotate(-135deg);
}

.hamburger__menu--block--links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
  padding-left: 0;
}
.hamburger__menu--block--links li {
  width: calc(33.3333% - 6.666px);
}
.hamburger__menu--block--links li.offset {
  margin-left: calc(33.3333% + 3.333px);
}
.hamburger__menu--block--links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border: 1px solid #3a7ac2;
  color: #3a7ac2;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
}

@media screen and (min-width: 960.1px) {
  .hamburger {
    display: none!important;
  }  
}

@media screen and (max-width: 960px) {
  .hamburger {
    display: block;
  }
}

.footer {
  width: 100%;
  max-width: 2160px;
  margin: 30px auto 0;
  padding: 60px 30px 30px;
  font-size: 16px;
  border-top: 1px solid #888;
  letter-spacing: 0;
}

@media screen and (max-width: 960px) {
  .footer {
    padding: 40px 40px 20px;
    gap: 0;
  }
}

.footer__top {
  display: grid;
  align-items: flex-start;
  gap: 50px;
}

@media screen and (max-width: 1160px) {
  .footer__top {
    gap: 40px;
  }
}

.footer__main {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 36px;
}

@media screen and (max-width: 1360px) {
  .footer__main {
    gap: 24px;
  }
}

@media screen and (max-width: 960px) {
  .footer__main {
    width: 100%;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 960px) {
  .footer__main {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 50px;
    gap: 0;
    border-bottom: 1px solid #888;
  }
}

.footer__main--caption {
  font-weight: 700;
  color: #3a7ac2;
  line-height: 1;
  padding-bottom: 18px;
  border-bottom: 1px solid #bbb;
  transition: all .3s;
}
.footer__main--caption:not(:first-of-type) {
  margin-top: 25px;
}
.footer__main--caption a {
  transition: all .3s;
}
.footer__main--caption a:hover {
  color: #9cbce0;
}

@media screen and (max-width: 960px) {
  .footer__main--caption {
    position: relative;
    border-top: 1px solid #888;
    border-bottom: none;
  }
  .footer__main--caption:not(:first-of-type) {
    margin-top: 0;
  }
  .footer__main--caption::before {
    position: absolute;
    content: '→';
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 50px;
    font-size: 24px;
    font-weight: 500!important;
    transition: all 0.8s;
  }
  .footer__main--caption.withMenu::before {
    content: "";
    right: 12px;
    top: 18px;
    width: 10px;
    height: 10px;
    border-left: 1.5px solid #3A7AC2;
    border-bottom: 1.5px solid #3a7ac2;
    transform: rotate(-45deg);
  }
  .footer__main--caption.withMenu.active::before {
    transform: rotate(-225deg);
    top: 24px;
  }
}

.footer__main--links {
  margin-bottom: 0;
}
.footer__main--links li {
  font-size: 14px;
  line-height: 42px;
  letter-spacing: 0;
}

@media screen and (max-width: 1360px) {
  .footer__main--links li {
    font-size: 13px;
    line-height: 39px;
  }
}

.footer__main--links li a {
  text-decoration: underline;
}
.footer__main--links li a:hover {
  opacity: 0.7;
}
.footer__main--bigLink {
  position: relative;
  display: block;
  padding-bottom: 16px;
  line-height: 1;
  color: #3a7ac2;
  font-weight: 700;
  border-bottom: 1px solid #3a7ac2;
  transition: all .3s;
}
.footer__main--bigLink:hover {
  color: #9cbce0;
}
.footer__main--bigLink::before {
  position: absolute;
  content: '→';
  right: 0;
  top: -16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 50px;
  font-size: 24px;
  transition: all 0.8s;
}
.footer__main--bigLink:hover::before {
  transform: translateX(12px);
}

@media screen and (max-width: 960px) {
  .footer__main--links {
    display: none;
    padding-bottom: 8px;
  }
  .footer__main--caption {
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    color: #3a7ac2;
  }
  .footer__main--bigLink {
    padding-top: 16px;
    line-height: 18px;
    border-bottom: none;
    border-top: 1px solid #888;
  }
  .footer__main--bigLink::before {
    content: "";
  }
  .footer__main--bigLink span {
    display: flex;
    align-items: center;
  }
  .footer__main--bigLink span::after {
    content: "→";
    font-size: 1.5em;
    font-weight: 400;
    margin-left: 8px;
  }
}

.footer__sns {
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  width: 250px;
}
.footer__sns li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}


@media screen and (max-width: 1360px) {
  .footer__sns {
    gap: 20px;
    width: 200px;
  }
  .footer__sns li {
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 750px) {
  .footer__sns {
    margin: 0 auto;
  }
}

.footer__sns li a:hover {
  opacity: 0.7;
}
.footer__sns li a.note {
  width: 21px;
  height: 21px;
}
.footer__sns li a.instagram {
  width: 29px;
  height: 30px;
}
.footer__sns li a.facebook {
  width: 27px;
  height: 27px;
}
.footer__sns li a.linkedin {
  width: 27px;
  height: 27px;
}
.footer__sns li a.youtube {
  width: 29px;
  height: 21px;
}

.footer__bottom {
  display: flex;
  align-items: flex-end;
  margin-top: 48px;
}
.footer__copyright {
  width: 250px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0;
}
.footer__sub {
  display: grid;
}
.footer__sub--logo {
  display: block;
  width: auto;
  height: 34px;
  margin: 40px 0 20px;
}
.footer__sub--logo:hover {
  opacity: 0.7;
}
.footer__sub--links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 32px;
  font-size: 14px;
}
.footer__sub--links li a {
  text-decoration: underline;
}
.footer__sub--links li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1360px) {
  .footer__bottom {
    display: grid;
  }
  .footer__copyright {
    width: 100%;
    order: 2;
  }
  .footer__sub {
    width: 100%;
    order: 1;
  }
  .footer__sub--logo {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 750px) {
  .footer__sub--logo {
    order: 2;
    margin-right: auto;
    height: 27px;
  }
  .footer__sub--links {
    display: grid;
    gap: 20px;
    margin-bottom: 48px;
  }
  .footer__sub--links li {
    text-align: center;
  }
  .footer__sub--logo {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .footer__copyright {
    font-size: 10px;
    text-align: center;
  }
}

.megamenu {
  display: grid;
  grid-template-rows: 0fr;
  position: fixed;
  z-index: 15;
  left: 0;
  top: 70px;
  width: 100%;
  background-color: #f5f5f5;
  transition: all .6s;
  letter-spacing: 0!important;
}
.megamenu__inner {
  overflow: hidden;
}
.megamenu.active {
  grid-template-rows: 1fr;
}
.megamenu__wrapper {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin: auto;
  padding: 40px 0;
}
.megamenu__wrapper--content {
  width: 400px;
  padding: 24px;
  background-color: #FFF;
  border-radius: 10px;
}
.megamenu__wrapper--content.--wide {
  width: 840px;
}
.megamenu__wrapper--content__title {
  font-size: 18px;
  margin-bottom: 20px;
  padding: 4px 10px;
  border-left: 3px solid #3A7AC2;
  font-weight: 700;
}
.megamenu__wrapper--content__title a {
  transition: all .3s;
  cursor: pointer;
}
.megamenu__wrapper--content__title a:hover {
  opacity: 0.7;
}
.megamenu__wrapper--content__links {
  display: grid;
  gap: 20px 30px;
}
.megamenu__wrapper--content.--wide .megamenu__wrapper--content__links {
  grid-template-columns: repeat(2, 1fr);
}
.megamenu__wrapper--content__links li {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 16px 8px;
  border-bottom: 1px solid #BBB;
}
.megamenu__wrapper--content__links li::before {
  position: absolute;
  content: "→";
  right: 20px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin: auto;
  font-size: 12px;
  background-color: #3A7AC2;
  color: #FFF;
  border-radius: 50%;
}
.megamenu__wrapper--content__links li a {
  font-size: 16px;
  color: #3A7AC2;
  font-weight: 500;
  transition: all .3s;
}
.megamenu__wrapper--content__links li a:hover {
  color: #9cbce0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: baseline;
  width: calc(100% - 60px);
  max-width: 2100px;
  margin: 84px auto 0;
  font-size: 12px;
}
.breadcrumb.under-fv {
  margin: 12px auto clamp(60px, 5vw, 100px);
}
.breadcrumb li:not(:last-child) {
  position: relative;
  color: #BBB;
  line-height: 1;
}
.breadcrumb li:not(:last-child)::after {
  position: absolute;
  content: "＞";
  right: -26px;
  top: 0;
}
.breadcrumb li a {
  display: inline-block;
  color: #888;
  text-decoration: underline;
}
.breadcrumb li:first-child a {
  position: relative;
  color: #888;
  line-height: 1;
}
.breadcrumb li a:hover {
  color: #BBB;
}
.breadcrumb li:first-child a {
  padding-left: 20px;
}
.breadcrumb li:first-child a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 14px;
  height: 12px;
  background-image: url(https://243071680.fs1.hubspotusercontent-na2.net/hubfs/243071680/home.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

@media screen and (max-width: 960px) {
  .breadcrumb {
    width: calc(100% - 30px);
    margin: 66px auto 0;
  }
}
@media screen and (max-width: 750px) {
  .breadcrumb {
    gap: 8px 30px;
    font-size: 10px;
  }
  .breadcrumb li:not(:last-child)::after {
    right: -20px;
  }
  .breadcrumb li:first-child a {
    padding-left: 16px;
  }
  .breadcrumb li:first-child a::before {
    width: 12px;
    height: 10px;
  }
}

.top-button {
  max-width: 2160px;
  margin: 100px auto 0;
  padding-left: 30px;
  padding-right: 30px;
  text-align: right;
}
.top-button.mt-short {
  margin-top: 40px!important;
}
.top-button a {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #3a7ac2;
}

@media screen and (max-width: 960px) {
  .top-button {
    text-align: center;
  }
  .top-button a {
    padding-right: 0;
  }
}

.lower-title {
  text-align: center;
  margin-top: clamp(30px, 4.5vw, 54px);
  margin-bottom: clamp(20px, 3vw, 30px);
  &.mt-0 {
    margin-top: 0;
  }
  &.mb-30 {
    margin-bottom: 30px;
  }
}
.lower-title span {
  position: relative;
  z-index: 1;
  font-size: clamp(21px, 2vw, 24px);
  line-height: 1;
}
.lower-title span.text-white {
  color: #fff;
}
.lower-title span::before {
  position: absolute;
  content: '';
  z-index: -1;
  left: -10px;
  bottom: 4px;
  width: calc(100% + 20px);
  height: 8px;
  background: linear-gradient(to right, #005bc2, #a1d3eb 50%, #d5af25 100%);
  opacity: 0.5;
}

.about-mvv {
  position: relative;
  padding-bottom: clamp(100px, 8vw, 200px);
}

.about-mvv::before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  bottom: 80px;
  width: clamp(90px, 13.5vw, 270px);
  height: clamp(220px, 33vw, 660px);
  margin: auto;
  background-image: url(https://243071680.fs1.hubspotusercontent-na2.net/hubfs/243071680/mvv-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 1200px) {
  .about-mvv::before {
    width: 349px;
    height: 660px;
  }
}

.about-mvv__inner {
  display: grid;
  gap: clamp(60px, 12vw, 90px);
  width: calc(100% - 30px);
  max-width: 960px;
  margin: auto;
}
.about-mvv__inner__item__title {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #3a7ac2;
}
.about-mvv__inner__item__en {
  font-size: clamp(42px, 8.4vw, 80px);
  line-height: 1;
  font-weight: 900;
  margin-bottom: 15px;
}
.about-mvv__inner__item__ja {
  display: inline-block;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  background: linear-gradient(to right, #103770, #a1d3eb 50%, #d5af25 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(18px, 2.5vw, 28px);
  line-height: 1.2;
  font-weight: 300;
}

.news-button-prev,
.news-button-next,
.swiper-button-prev,
.swiper-button-next {
  z-index: 2;
  top: 0 !important;
  bottom: 0 !important;
  width: 60px !important;
  height: 60px !important;
  margin: auto !important;
  background-color: rgba(7, 102, 244, 0.6);
  border-radius: 50%;
  opacity: 0.5;
}
.news-button-prev:hover,
.news-button-next:hover,
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #0766F4;
}
.swiper-button-prev {
  left: -40px !important;
}
.swiper-button-next {
  right: -40px !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 24px !important;
  color: #fff;
}

.swiper-pagination {
  display: none;
}
.swiper-slide-duplicate {
  display: none;
}

@media screen and (max-width: 960px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }
}

.grecaptcha-badge { visibility: hidden; }
