html {
  scroll-padding-top: 40px;
}

img {
  width: 100%;
  height: auto;
}

.page__inner {
  max-width: 88.8888888889vw;
  margin: 0 auto;
  padding: 120px 0;
}
@media (max-width: 600px) {
  .page__inner {
    max-width: 100%;
    padding: 64px 20px;
  }
  .page__inner--news {
    padding: 64px 0px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mb-120 {
  margin-bottom: 120px;
}
@media (max-width: 600px) {
  .mb-120 {
    margin-bottom: 64px;
  }
}

.breadcrumb {
  padding: 16px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: flex-end;
  color: #959595;
}
.breadcrumb span[property=itemListElement] {
  font-size: 12px;
  color: #959595;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
}
.breadcrumb a {
  text-decoration: none;
  color: #959595;
}
.breadcrumb a:hover {
  color: #0C2D45;
  text-decoration: underline;
}
.breadcrumb .current-item {
  color: #0C2D45;
  font-weight: 500;
}
.breadcrumb--single {
  margin-bottom: 32px;
}

.subp-mv__nav {
  display: inline-block;
  padding: 24px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.4);
}
.subp-mv__nav-list {
  display: flex;
  gap: 24px;
}
.subp-mv__nav a {
  display: flex;
  align-items: center;
  border-right: 1px solid #0C2D45;
  color: rgba(12, 45, 69, 0.4);
  font-size: 16px;
  font-weight: 700;
  padding-right: 24px;
}
.subp-mv__nav a::after {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"%3E%3Cpath d="M1 6l5 5 5-5" fill="none" stroke="%23959595" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.subp-mv__nav a:hover {
  color: #0C2D45;
}
.subp-mv__nav a:hover::after {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"%3E%3Cpath d="M1 6l5 5 5-5" fill="none" stroke="%230C2D45" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
}
@media screen and (max-width: 768px) {
  .subp-mv__nav {
    padding: 12px;
  }
  .subp-mv__nav-list {
    gap: 12px;
  }
  .subp-mv__nav a {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .subp-mv__nav {
    width: 100%;
    padding: 12px;
  }
  .subp-mv__nav-list {
    flex-direction: column;
  }
  .subp-mv__nav a {
    justify-content: space-between;
    padding-right: 0px;
    padding-bottom: 8px;
    border-right: none;
    border-bottom: 1px solid #959595;
    width: 100%;
  }
}

.section__inner {
  max-width: 88.8888888889vw;
  margin: 0 auto;
  padding: 120px 0;
}
@media (max-width: 600px) {
  .section__inner {
    max-width: 100%;
    padding: 64px 20px;
  }
}
.section__title {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #0C2D45;
  line-height: 1.6;
}
.section__title--ja {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.section__title--en {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.section__title--en::before {
  content: url(../images/common/ico_title.svg);
  display: inline-block;
  width: 16px;
  height: 23px;
}
.section__title--white {
  color: #fff;
}
.section__title--white--en::before {
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 600px) {
  .section__title--ja {
    font-size: 28px;
  }
  .section__title--en {
    font-size: 12px;
  }
}

.sp-br {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp-br {
    display: block;
  }
}
/*# sourceMappingURL=page.css.map */