@charset "UTF-8";/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  color: #161b2d;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(125, 125, 125, 0.08) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(125, 125, 125, 0.08) calc(100% - 1px));
  background-repeat: repeat;
  background-position: center center;
  -webkit-font-smoothing: antialiased;
  background-position: top;
}
@media print, screen and (max-width: 768px) {
  html {
    background-size: 5.46875vw 5.46875vw;
  }
}
@media print, screen and (min-width: 769px) {
  html {
    background-size: 28px 28px;
  }
}

body {
  font-family: "Noto Sans JP";
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
  backface-visibility: hidden;
  color: #161b2d;
}
@media print, screen and (min-width: 769px) and (max-width: 1300px) {
  body {
    overflow-x: scroll;
    min-width: 1300px;
  }
}
@media print, screen and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
  }
}

.preload * {
  transition: none !important;
  transition-delay: unset !important;
}

.resizing *,
.resizing *::before,
.resizing *::after {
  transition: none !important;
  transition-delay: unset !important;
}

* {
  box-sizing: border-box;
  zoom: 1;
}

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

.img-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-contain img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

img {
  image-rendering: -webkit-optimize-contrast;
  backface-visibility: hidden;
}
@media print, screen and (max-width: 768px) {
  img {
    width: 100%;
    justify-content: auto;
  }
}

_::-webkit-full-page-media,
_:future,
:root img {
  image-rendering: auto !important;
}

a {
  text-decoration: none;
}

.pc_b {
  display: block !important;
}
@media print, screen and (max-width: 768px) {
  .pc_b {
    display: none !important;
  }
}

.pc_i {
  display: inline !important;
}
@media print, screen and (max-width: 768px) {
  .pc_i {
    display: none !important;
  }
}

.pc_ib {
  display: inline-block !important;
}
@media print, screen and (max-width: 768px) {
  .pc_ib {
    display: none !important;
  }
}

.pc_f {
  display: flex !important;
}
@media print, screen and (max-width: 768px) {
  .pc_f {
    display: none !important;
  }
}

.sp_b {
  display: none !important;
}
@media print, screen and (max-width: 768px) {
  .sp_b {
    display: block !important;
  }
}

.sp_i {
  display: none !important;
}
@media print, screen and (max-width: 768px) {
  .sp_i {
    display: inline !important;
  }
}

.sp_ib {
  display: none !important;
}
@media print, screen and (max-width: 768px) {
  .sp_ib {
    display: inline-block !important;
  }
}

.sp_f {
  display: none !important;
}
@media print, screen and (max-width: 768px) {
  .sp_f {
    display: flex !important;
  }
}

.commonLayout {
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .commonLayout {
    margin-bottom: 15.625vw;
  }
}
@media print, screen and (min-width: 769px) {
  .commonLayout {
    margin-bottom: 100px;
  }
}

.closeBtnArea {
  position: fixed;
  right: 0;
  mix-blend-mode: difference;
  cursor: pointer;
}
@media print, screen and (max-width: 768px) {
  .closeBtnArea {
    width: 6.5104166667vw;
    right: 2.6041666667vw;
    bottom: calc(3vh + 21.875vw + 2.34375vw);
  }
}
@media print, screen and (min-width: 769px) {
  .closeBtnArea {
    width: 30px;
    bottom: calc(3vh + 168px + 20px);
    right: 20px;
    transition-duration: 0.15s;
  }
  .closeBtnArea:hover {
    opacity: 0.8;
  }
}
.closeBtnArea img {
  width: 100%;
}
.closeBtnArea .holdBanner__close.--active {
  opacity: 0;
  pointer-events: none;
}

.holdBanner {
  position: fixed;
  right: 0;
  bottom: 3vh;
  transition-duration: 0.15s;
  z-index: 10;
}
.holdBanner.--active {
  opacity: 0;
  pointer-events: none;
}
.holdBanner .holdBanner__link {
  cursor: pointer;
}
@media print, screen and (max-width: 768px) {
  .holdBanner .holdBanner__link img {
    width: 36.71875vw;
  }
}
@media print, screen and (min-width: 769px) {
  .holdBanner .holdBanner__link img {
    width: 282px;
    transition-duration: 0.15s;
  }
  .holdBanner .holdBanner__link img:hover {
    opacity: 0.8;
  }
}

.close_contents {
  opacity: 0.3 !important;
  pointer-events: none !important;
}

.close_link {
  pointer-events: none !important;
}.spHeader {
  display: flex;
  justify-content: space-between;
}
@media print, screen and (min-width: 769px) {
  .spHeader {
    display: none;
  }
}

.spHeaderLeftblock {
  display: block;
  width: 37.2395833333vw;
  height: 18.2291666667vw;
  background-color: #001f70;
  color: #fff;
  display: grid;
  place-items: center;
  border-radius: 0 0 1.3020833333vw 0;
  position: relative;
  z-index: 10;
}
.spHeaderLeftblock .spHeaderLeftblock__text {
  display: block;
  width: 30.9895833333vw;
  margin-left: auto;
  margin-right: auto;
}

.spHeaderRightblock {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  margin-top: 2.6041666667vw;
  margin-right: 2.6041666667vw;
  gap: 2.6041666667vw;
  width: 31.5104166667vw;
  height: 10.4166666667vw;
  background-color: #ea5504;
  color: #fff;
  font-weight: 900;
  font-size: 3.125vw;
  letter-spacing: 0.08em;
  border-radius: 6.5104166667vw;
  z-index: 30;
}
.spHeaderRightblock .spHeaderRightblock__dec {
  position: absolute;
}
.spHeaderRightblock .spHeaderRightblock__dec.--top {
  width: 1.6927083333vw;
  object-fit: cover;
  top: -2.6041666667vw;
}
.spHeaderRightblock .spHeaderRightblock__dec.--right {
  width: 5.7291666667vw;
  object-fit: cover;
  right: -2.6041666667vw;
}
.spHeaderRightblock .spHeaderRightblock__text {
  width: 13.28125vw;
  white-space: nowrap;
  text-align: center;
}
.spHeaderRightblock .spHeaderRightblock__line {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 5.2083333333vw;
  height: 2.34375vw;
}
.spHeaderRightblock .spHeaderRightblock__line .spHeaderRightblock__line-item {
  display: block;
  width: 5.2083333333vw;
  height: 0.5208333333vw;
  background-color: #fff;
  transform-origin: center;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
}
.spHeaderRightblock .spHeaderRightblock__line .spHeaderRightblock__line-item.--active01 {
  rotate: -40deg;
  translate: 0 0.9114583333vw;
}
.spHeaderRightblock .spHeaderRightblock__line .spHeaderRightblock__line-item.--active02 {
  rotate: 40deg;
  translate: 0 -0.9114583333vw;
}

.spHeaderNav {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #001f70;
  height: 100vh;
  translate: 100vw 0;
  transition-timing-function: ease-out;
  transition-duration: 0.25s;
  z-index: 20;
}
.spHeaderNav.--active {
  translate: 0;
}
@media print, screen and (min-width: 769px) {
  .spHeaderNav {
    display: none;
  }
}

.spHeaderNavList {
  display: grid;
  justify-content: space-between;
  row-gap: 10.9375vw;
  grid-template-columns: 38.671875vw 18.6197916667vw;
  width: 70.3125vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15.625vw;
  padding-top: 23.4375vw;
  padding-right: 2.0833333333vw;
}
.spHeaderNavList.--sub {
  padding-top: 0;
  margin-bottom: 0;
  margin-top: 4.9479166667vw;
  display: flex;
  flex-direction: column;
  gap: 3.6458333333vw;
}
.spHeaderNavList .spHeaderNavListItem {
  font-size: 4.4270833333vw;
  color: #fff;
  letter-spacing: 0.06em;
  font-weight: 700;
  white-space: nowrap;
}
.spHeaderNavList .spHeaderNavListItem.closed {
  pointer-events: none;
  opacity: 0.15;
}
.spHeaderNavList .spHeaderNavListItem.--sub {
  font-size: 3.3854166667vw;
  color: #7e91c1;
  letter-spacing: 0.04em;
}
.spHeaderNavList .spHeaderNavListItem.--sub a {
  padding-left: 2.6041666667vw;
  position: relative;
}
.spHeaderNavList .spHeaderNavListItem.--sub a::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 1.0416666667vw;
  height: 0.2604166667vw;
  background-color: #7e91c1;
}
.spHeaderNavList .spHeaderNavListItem.--active {
  position: relative;
}
.spHeaderNavList .spHeaderNavListItem.--active::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5208333333vw);
  left: -3.125vw;
  background-color: #ea5504;
  border-radius: 9999px;
  width: 1.3020833333vw;
  height: 1.3020833333vw;
}

.spHeaderNavLang {
  width: 41.796875vw;
  height: 15.625vw;
  background-color: rgba(255, 255, 255, 0.1);
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  color: #fff;
  font-size: 3.125vw;
  display: grid;
  place-items: center;
  border-radius: 1.8229166667vw;
}
.spHeaderNavLang .spHeaderNavLangInner {
  display: flex;
  width: 29.9479166667vw;
  padding-left: 2.0833333333vw;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: space-between;
}
.spHeaderNavLang .spHeaderNavLangInner .spHeaderNavLangItem.--active {
  position: relative;
}
.spHeaderNavLang .spHeaderNavLangInner .spHeaderNavLangItem.--active::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5208333333vw);
  left: -2.34375vw;
  background-color: #ea5504;
  border-radius: 9999px;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
}
.spHeaderNavLang .spHeaderNavLangInner .spHeaderNavLangItem.--line {
  padding-left: 0;
  width: 1px;
  height: 3.125vw;
  background-color: #fff;
}

.pcHeader {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .pcHeader {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}

.pcHeaderLogo {
  width: 546px;
  height: 114px;
  background-color: #001f70;
  color: #fff;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 20;
  margin-right: auto;
  transition-duration: 0.15s;
  border-radius: 0 0 10px 0px;
}
@media print, screen and (max-width: 1636px) {
  .pcHeaderLogo {
    width: 215px;
  }
}
.pcHeaderLogo:hover {
  background-color: #ea5504;
}
.pcHeaderLogo .pcHeaderLogo__text {
  display: block;
  width: 497px;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1636px) {
  .pcHeaderLogo .pcHeaderLogo__text {
    width: 168px;
  }
}

.pcHeaderNav .pcHeaderNavList {
  display: grid;
  align-items: flex-start;
  column-gap: 40px;
  grid-template-columns: 53px 71px 72px 72px 72px 72px 149px;
  margin-right: 40px;
}
.pcHeaderNav .pcHeaderNavList .pcHeaderNavListItemWrap {
  position: relative;
  z-index: 10;
}
.pcHeaderNav .pcHeaderNavList .pcHeaderNavListItemWrap.--hover::after {
  content: "";
  position: absolute;
  bottom: -41px;
  width: 72px;
  height: 41px;
}
.pcHeaderNav .pcHeaderNavList .pcHeaderNavListItemWrap.--hover .pcHeaderNavListItemWrap.--sub {
  transition-duration: 0.15s;
  pointer-events: none;
  opacity: 0;
}
.pcHeaderNav .pcHeaderNavList .pcHeaderNavListItemWrap.--hover:hover .pcHeaderNavListItemWrap.--sub {
  pointer-events: auto;
  opacity: 1;
}
.pcHeaderNav .pcHeaderNavList .pcHeaderNavListItemWrap.--sub {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 10px;
  width: 150px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  top: 41px;
}
.pcHeaderNav .pcHeaderNavList .pcHeaderNavListItemWrap.--sub:hover .pcHeaderNavListItemWrap.--sub {
  pointer-events: auto;
  opacity: 1;
}
.pcHeaderNav .pcHeaderNavList .pcHeaderNavListItemWrap .pcHeaderNavListItem {
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 17px;
  white-space: nowrap;
  position: relative;
  z-index: 10;
}
.pcHeaderNav .pcHeaderNavList .pcHeaderNavListItemWrap .pcHeaderNavListItem.--sub {
  width: 78px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transition-duration: 0.15s;
}
.pcHeaderNav .pcHeaderNavList .pcHeaderNavListItemWrap .pcHeaderNavListItem.--sub:hover {
  color: #ea5504;
}
.pcHeaderNav .pcHeaderNavList .pcHeaderNavListItemWrap .pcHeaderNavListItem.--sub:hover::before {
  background-color: #ea5504;
}
.pcHeaderNav .pcHeaderNavList .pcHeaderNavListItemWrap .pcHeaderNavListItem.--sub::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 1px;
  background-color: #161b2d;
  left: -12px;
  top: calc(50% - 0.5px);
  transition-duration: 0.15s;
}
.pcHeaderNav .pcHeaderNavList .pcHeaderNavListItemWrap .pcHeaderNavListItem::before {
  transition-duration: 0.15s;
  opacity: 0;
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #ea5504;
  border-radius: 9999px;
  left: -14px;
  top: calc(50% - 3px);
}
.pcHeaderNav .pcHeaderNavList .pcHeaderNavListItemWrap .pcHeaderNavListItem:hover::before {
  opacity: 1;
}
.pcHeaderNav .pcHeaderNavList .pcHeaderNavListItemWrap .pcHeaderNavListItem.--active::before {
  content: "";
  opacity: 1;
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #ea5504;
  border-radius: 9999px;
  left: -14px;
  top: calc(50% - 3px);
}
.pcHeaderNav .pcHeaderNavList .pcHeaderNavListItemWrap .pcHeaderNavListItem.closed {
  pointer-events: none;
  opacity: 0.15;
}

.pcHeaderLang {
  font-size: 15px;
  font-weight: 700;
  color: #001f70;
  width: 144px;
  height: 42px;
  border: solid 2px #001f70;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background-color: #fff;
  transition-duration: 0.15s;
}
.pcHeaderLang .pcHeaderLang__text {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.pcHeaderLang .pcHeaderLang__arrow {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: solid 2px #001f70;
  border-right: solid 2px #001f70;
  rotate: 135deg;
  transition-duration: 0.15s;
}

.pcHeaderLangWrap {
  position: relative;
  z-index: 10;
  border-radius: 9999px;
  margin-right: 30px;
}
.pcHeaderLangWrap:hover .pcHeaderLang {
  border: solid 2px #ea5504;
  color: #ea5504;
}
.pcHeaderLangWrap:hover .pcHeaderLangNav {
  opacity: 1;
  pointer-events: auto;
}
.pcHeaderLangWrap:hover .pcHeaderLang__arrow {
  border-top: solid 2px #ea5504;
  border-right: solid 2px #ea5504;
  translate: 0 2px;
}

.pcHeaderLangNav {
  padding-top: 6px;
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 6px;
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.15s;
}
.pcHeaderLangNav .pcHeaderLangNavItemWrap .pcHeaderLangNavItem {
  font-size: 15px;
  color: #001f70;
  font-weight: 700;
  text-align: center;
  width: 144px;
  height: 42px;
  border-radius: 10px;
  background-color: #fff;
  border: solid 2px #001f70;
  display: grid;
  place-items: center;
  transition-duration: 0.15s;
}
.pcHeaderLangNav .pcHeaderLangNavItemWrap .pcHeaderLangNavItem.--active {
  background-color: #d0ddff;
}
.pcHeaderLangNav .pcHeaderLangNavItemWrap .pcHeaderLangNavItem:hover {
  background-color: #d0ddff;
}
.footer {
  position: relative;
  background-color: #001f70;
  color: #fff;
}
@media print, screen and (max-width: 768px) {
  .footer {
    padding-top: 14.84375vw;
    padding-bottom: 79px;
  }
}
@media print, screen and (min-width: 769px) {
  .footer {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

.footerNavAndLogoWrap {
  display: flex;
}
@media print, screen and (max-width: 768px) {
  .footerNavAndLogoWrap {
    gap: 21.3541666667vw;
    flex-direction: column;
    margin-bottom: 12.2395833333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .footerNavAndLogoWrap {
    width: 1200px;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 94px;
  }
}

.footerNav {
  background-color: #001f70;
}
@media print, screen and (min-width: 769px) {
  .footerNav {
    order: 2;
  }
}
.footerNav .footerNavList {
  display: grid;
  justify-content: space-between;
}
@media print, screen and (max-width: 768px) {
  .footerNav .footerNavList {
    row-gap: 9.8958333333vw;
    grid-template-columns: 36.328125vw 17.4479166667vw;
    width: 67.96875vw;
    margin-left: auto;
    margin-right: auto;
    padding-right: 3.125vw;
  }
}
@media print, screen and (min-width: 769px) {
  .footerNav .footerNavList {
    grid-template-columns: 68px 71px 90px 72px 72px 72px 149px;
    column-gap: 40px;
  }
}
.footerNav .footerNavList.--sub {
  padding-top: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
@media print, screen and (max-width: 768px) {
  .footerNav .footerNavList.--sub {
    margin-top: 5.7291666667vw;
    gap: 4.6875vw;
  }
}
@media print, screen and (min-width: 769px) {
  .footerNav .footerNavList.--sub {
    margin-top: 24px;
    row-gap: 20px;
  }
}
.footerNav .footerNavList .footerNavListItem {
  font-size: 4.1666666667vw;
  color: #fff;
  letter-spacing: 0.06em;
  font-weight: 700;
  white-space: nowrap;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .footerNav .footerNavList .footerNavListItem {
    font-size: 4.1666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .footerNav .footerNavList .footerNavListItem {
    font-size: 17px;
    transition-duration: 0.15s;
  }
}
.footerNav .footerNavList .footerNavListItem.closed {
  pointer-events: none;
  opacity: 0.15;
}
.footerNav .footerNavList .footerNavListItem.--sub {
  color: #7e91c1;
  letter-spacing: 0.04em;
}
@media print, screen and (max-width: 768px) {
  .footerNav .footerNavList .footerNavListItem.--sub {
    font-size: 3.125vw;
  }
}
.footerNav .footerNavList .footerNavListItem.--sub a {
  transition-duration: 0.15s;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .footerNav .footerNavList .footerNavListItem.--sub a {
    padding-left: 2.6041666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .footerNav .footerNavList .footerNavListItem.--sub a {
    padding-left: 12px;
    transition-duration: 0.15s;
  }
  .footerNav .footerNavList .footerNavListItem.--sub a:hover {
    color: #ea5504;
  }
  .footerNav .footerNavList .footerNavListItem.--sub a:hover::before {
    background-color: #ea5504;
  }
}
.footerNav .footerNavList .footerNavListItem.--sub a::before {
  content: "";
  position: absolute;
  background-color: #7e91c1;
  transition-duration: 0.15s;
}
@media print, screen and (max-width: 768px) {
  .footerNav .footerNavList .footerNavListItem.--sub a::before {
    top: calc(50% - 1px);
    left: 0;
    width: 1.0416666667vw;
    height: 0.2604166667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .footerNav .footerNavList .footerNavListItem.--sub a::before {
    top: calc(50% - 0.5px);
    left: 0;
    width: 6px;
    height: 1px;
  }
}
.footerNav .footerNavList .footerNavListItem::before {
  transition: 0.15s;
  opacity: 0;
  content: "";
  position: absolute;
  background-color: #ea5504;
  border-radius: 9999px;
}
@media print, screen and (max-width: 768px) {
  .footerNav .footerNavList .footerNavListItem::before {
    width: 1.3020833333vw;
    height: 1.3020833333vw;
    top: calc(50% - 0.5208333333vw);
    left: -3.125vw;
  }
}
@media print, screen and (min-width: 769px) {
  .footerNav .footerNavList .footerNavListItem::before {
    width: 6px;
    height: 6px;
    top: calc(50% - 2px);
    left: -15px;
  }
}
@media print, screen and (min-width: 769px) {
  .footerNav .footerNavList .footerNavListItem:hover::before {
    opacity: 1;
  }
  .footerNav .footerNavList .footerNavListItem:hover.--sub::before {
    opacity: 0;
  }
}
.footerNav .footerNavList .footerNavListItem.--active::before {
  opacity: 1;
}

.footerLogo .footerLogo__img {
  display: block;
}
.footerLogo .footerLogo__img img {
  width: 100%;
}
@media print, screen and (max-width: 768px) {
  .footerLogo .footerLogo__img {
    width: 55.9895833333vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5.078125vw;
  }
}
@media print, screen and (min-width: 769px) {
  .footerLogo .footerLogo__img {
    width: 266px;
    margin-bottom: 20px;
  }
}
.footerLogo .footerLogo__text {
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media print, screen and (max-width: 768px) {
  .footerLogo .footerLogo__text {
    font-size: 2.8645833333vw;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .footerLogo .footerLogo__text {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 769px) {
  .footerLogo {
    transition-duration: 0.15s;
  }
  .footerLogo:hover {
    opacity: 0.8;
  }
}

.footerLinks {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 768px) {
  .footerLinks {
    width: 89.5833333333vw;
    margin-bottom: 11.71875vw;
  }
}
@media print, screen and (min-width: 769px) {
  .footerLinks {
    width: 450px;
  }
}
.footerLinks .footerLinks__internal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footerLinks .footerLinks__internal .footerLinks__internal-item {
  display: block;
  background-color: #fff;
  color: #001f70;
  font-weight: 700;
  letter-spacing: 0.04em;
  list-style: 1.2;
  position: relative;
  display: grid;
  align-items: center;
}
@media print, screen and (max-width: 768px) {
  .footerLinks .footerLinks__internal .footerLinks__internal-item {
    width: 43.0989583333vw;
    height: 13.0208333333vw;
    border-radius: 1.8229166667vw;
    height: 13.0208333333vw;
    font-size: 3.125vw;
    padding-left: 3.90625vw;
  }
  .footerLinks .footerLinks__internal .footerLinks__internal-item.--main {
    padding-left: 21.484375vw;
    width: 100%;
    margin-bottom: 3.3854166667vw;
    font-size: 3.3854166667vw;
  }
  .footerLinks .footerLinks__internal .footerLinks__internal-item.--main span {
    position: relative;
    display: inline-block;
  }
}
@media print, screen and (min-width: 769px) {
  .footerLinks .footerLinks__internal .footerLinks__internal-item {
    width: 216px;
    height: 64px;
    border-radius: 8px;
    font-size: 14px;
    padding-left: 20px;
    transition-duration: 0.15s;
  }
  .footerLinks .footerLinks__internal .footerLinks__internal-item:hover {
    opacity: 0.8;
  }
  .footerLinks .footerLinks__internal .footerLinks__internal-item:hover .footerLinks__internal-item-arrow {
    translate: 2px 0;
  }
  .footerLinks .footerLinks__internal .footerLinks__internal-item.--main {
    padding-left: 120px;
    width: 100%;
    margin-bottom: 18px;
    font-size: 16px;
  }
  .footerLinks .footerLinks__internal .footerLinks__internal-item.--main span {
    position: relative;
    display: inline-block;
  }
}
.footerLinks .footerLinks__internal .footerLinks__internal-item .footerLinks__internal-item-email {
  position: absolute;
  object-fit: cover;
}
@media print, screen and (max-width: 768px) {
  .footerLinks .footerLinks__internal .footerLinks__internal-item .footerLinks__internal-item-email {
    width: 4.6875vw;
    left: -6.7708333333vw;
    top: 0.5208333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .footerLinks .footerLinks__internal .footerLinks__internal-item .footerLinks__internal-item-email {
    width: 22px;
    left: -36px;
    top: 2px;
  }
}
.footerLinks .footerLinks__internal .footerLinks__internal-item .footerLinks__internal-item-arrow {
  transition-duration: 0.15s;
  position: absolute;
}
@media print, screen and (max-width: 768px) {
  .footerLinks .footerLinks__internal .footerLinks__internal-item .footerLinks__internal-item-arrow {
    width: 1.3020833333vw;
    right: 3.90625vw;
  }
}
@media print, screen and (min-width: 769px) {
  .footerLinks .footerLinks__internal .footerLinks__internal-item .footerLinks__internal-item-arrow {
    width: 7px;
    right: 16px;
  }
}

@media print, screen and (min-width: 769px) {
  .footerLinksAndSns {
    margin-left: auto;
    margin-right: auto;
    display: grid;
    justify-content: space-between;
    width: 1196px;
    grid-template-columns: 450px 411px;
    margin-bottom: 101px;
  }
}

@media print, screen and (max-width: 768px) {
  .footerLinks__sns {
    margin-bottom: 12.2395833333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .footerLinks__sns {
    margin-bottom: 14px;
  }
}
.footerLinks__sns .footerLinks__snsTitle {
  letter-spacing: 0.06em;
  color: #fff;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 768px) {
  .footerLinks__sns .footerLinks__snsTitle {
    font-size: 3.90625vw;
    width: 89.5833333333vw;
    margin-bottom: 2.6041666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .footerLinks__sns .footerLinks__snsTitle {
    font-size: 16px;
    margin-bottom: 14px;
  }
}
.footerLinks__sns .footerLinks__snsBox {
  background-color: rgba(255, 255, 255, 0.1);
  margin-left: auto;
  margin-right: auto;
  display: grid;
  place-items: center;
}
@media print, screen and (max-width: 768px) {
  .footerLinks__sns .footerLinks__snsBox {
    width: 89.5833333333vw;
    height: 15.625vw;
    border-radius: 1.8229166667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .footerLinks__sns .footerLinks__snsBox {
    width: 411px;
    height: 90px;
    border-radius: 8px;
  }
}
.footerLinks__sns .footerLinks__snsBox .footerLinks__snsBoxInner {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
@media print, screen and (max-width: 768px) {
  .footerLinks__sns .footerLinks__snsBox .footerLinks__snsBoxInner {
    width: 63.0208333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .footerLinks__sns .footerLinks__snsBox .footerLinks__snsBoxInner {
    width: 290px;
  }
}
.footerLinks__sns .footerLinks__snsBox .footerLinks__snsBoxInner .footerLinks__snsBoxItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (min-width: 769px) {
  .footerLinks__sns .footerLinks__snsBox .footerLinks__snsBoxInner .footerLinks__snsBoxItem {
    transition-duration: 0.15s;
  }
  .footerLinks__sns .footerLinks__snsBox .footerLinks__snsBoxInner .footerLinks__snsBoxItem:hover {
    opacity: 0.8;
  }
}
@media print, screen and (max-width: 768px) {
  .footerLinks__sns .footerLinks__snsBox .footerLinks__snsBoxInner .footerLinks__snsBoxItem.--x {
    width: 17.96875vw;
  }
}
@media print, screen and (min-width: 769px) {
  .footerLinks__sns .footerLinks__snsBox .footerLinks__snsBoxInner .footerLinks__snsBoxItem.--x {
    width: 81px;
  }
}
@media print, screen and (max-width: 768px) {
  .footerLinks__sns .footerLinks__snsBox .footerLinks__snsBoxInner .footerLinks__snsBoxItem.--f {
    width: 35.9375vw;
  }
}
@media print, screen and (min-width: 769px) {
  .footerLinks__sns .footerLinks__snsBox .footerLinks__snsBoxInner .footerLinks__snsBoxItem.--f {
    width: 159px;
  }
}
@media print, screen and (max-width: 768px) {
  .footerLinks__sns .footerLinks__snsBox .footerLinks__snsBoxInner .footerLinks__snsBoxItem .footerLinks__snsBoxItem-icon {
    width: 4.1666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .footerLinks__sns .footerLinks__snsBox .footerLinks__snsBoxInner .footerLinks__snsBoxItem .footerLinks__snsBoxItem-icon {
    width: 20px;
  }
}
.footerLinks__sns .footerLinks__snsBox .footerLinks__snsBoxInner .footerLinks__snsBoxItem .footerLinks__snsBoxItem-text {
  letter-spacing: 0.06em;
}
@media print, screen and (max-width: 768px) {
  .footerLinks__sns .footerLinks__snsBox .footerLinks__snsBoxInner .footerLinks__snsBoxItem .footerLinks__snsBoxItem-text {
    font-size: 4.1666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .footerLinks__sns .footerLinks__snsBox .footerLinks__snsBoxInner .footerLinks__snsBoxItem .footerLinks__snsBoxItem-text {
    font-size: 18px;
  }
}

@media print, screen and (min-width: 769px) {
  .footerLinks__company-left,
  .footerLinks__company-right {
    display: grid;
    row-gap: 61px;
  }
}

.footerLinks__company {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 768px) {
  .footerLinks__company {
    width: 89.5833333333vw;
    padding-bottom: 9.1145833333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .footerLinks__company {
    width: 1200px;
    display: grid;
    justify-content: space-between;
    align-items: flex-start;
    grid-template-columns: 376px 376px 376px;
    padding-bottom: 100px;
  }
}
.footerLinks__company .footerLinks__companyContents .footerLinks__companyContentsTitle {
  letter-spacing: 0.06em;
  position: relative;
  font-weight: 700;
}
@media print, screen and (max-width: 768px) {
  .footerLinks__company .footerLinks__companyContents .footerLinks__companyContentsTitle {
    padding-left: 1.3020833333vw;
    font-size: 3.90625vw;
    padding-bottom: 3.90625vw;
    border-bottom: solid 0.2604166667vw rgba(255, 255, 255, 0.1);
  }
  .footerLinks__company .footerLinks__companyContents .footerLinks__companyContentsTitle.--active .footerLinks__companyContentsTitle-arrow {
    rotate: 180deg;
  }
}
@media print, screen and (min-width: 769px) {
  .footerLinks__company .footerLinks__companyContents .footerLinks__companyContentsTitle {
    font-size: 17px;
    padding-bottom: 20px;
    border-bottom: solid 2px rgba(255, 255, 255, 0.1);
  }
}
.footerLinks__company .footerLinks__companyContents .footerLinks__companyContentsTitle .footerLinks__companyContentsTitle-arrow {
  position: absolute;
}
@media print, screen and (max-width: 768px) {
  .footerLinks__company .footerLinks__companyContents .footerLinks__companyContentsTitle .footerLinks__companyContentsTitle-arrow {
    width: 2.6041666667vw;
    right: 0;
    top: 1.3020833333vw;
    right: 2.6041666667vw;
    transition-duration: 0.15s;
  }
}
@media print, screen and (min-width: 769px) {
  .footerLinks__company .footerLinks__companyContents .footerLinks__companyContentsTitle .footerLinks__companyContentsTitle-arrow {
    display: none;
  }
}
.footerLinks__company .footerLinks__companyContents .footerLinks__companyContentsDesc {
  overflow: hidden;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
@media print, screen and (max-width: 768px) {
  .footerLinks__company .footerLinks__companyContents .footerLinks__companyContentsDesc {
    padding-top: 3.125vw;
    opacity: 0;
    pointer-events: none;
  }
  .footerLinks__company .footerLinks__companyContents .footerLinks__companyContentsDesc.--active {
    opacity: 1;
    pointer-events: auto;
    margin-bottom: 6.7708333333vw;
  }
}
.footerLinks__company .footerLinks__companyContents .footerLinks__companyContentsDesc .footerLinks__companyContentsDescList {
  letter-spacing: 0.06em;
  display: grid;
  justify-content: space-between;
  line-height: 1.3;
  font-weight: 500;
}
@media print, screen and (max-width: 768px) {
  .footerLinks__company .footerLinks__companyContents .footerLinks__companyContentsDesc .footerLinks__companyContentsDescList {
    grid-template-columns: 42.7083333333vw 42.7083333333vw;
    font-size: 3.125vw;
    row-gap: 2.8645833333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .footerLinks__company .footerLinks__companyContents .footerLinks__companyContentsDesc .footerLinks__companyContentsDescList {
    padding-top: 20px;
    font-size: 14px;
    row-gap: 14px;
  }
}
.footerLinks__company .footerLinks__companyContents .footerLinks__companyContentsDesc .footerLinks__companyContentsDescList .footerLinks__companyContentsDescListItem {
  position: relative;
  display: flex;
}
@media print, screen and (max-width: 768px) {
  .footerLinks__company .footerLinks__companyContents .footerLinks__companyContentsDesc .footerLinks__companyContentsDescList .footerLinks__companyContentsDescListItem::before {
    content: "・";
  }
}
@media print, screen and (min-width: 769px) {
  .footerLinks__company .footerLinks__companyContents .footerLinks__companyContentsDesc .footerLinks__companyContentsDescList .footerLinks__companyContentsDescListItem {
    transition-duration: 0.15s;
  }
  .footerLinks__company .footerLinks__companyContents .footerLinks__companyContentsDesc .footerLinks__companyContentsDescList .footerLinks__companyContentsDescListItem::before {
    content: "・";
  }
  .footerLinks__company .footerLinks__companyContents .footerLinks__companyContentsDesc .footerLinks__companyContentsDescList .footerLinks__companyContentsDescListItem:hover {
    color: #ea5504;
  }
}

.footerCopyRight {
  text-align: center;
  display: flex;
  opacity: 0.5;
  letter-spacing: 0.04em;
}
@media print, screen and (max-width: 768px) {
  .footerCopyRight {
    row-gap: 3.6458333333vw;
    flex-direction: column;
  }
  .footerCopyRight small {
    font-size: 2.34375vw;
  }
}
@media print, screen and (min-width: 769px) {
  .footerCopyRight {
    margin-left: auto;
    margin-right: auto;
    width: 732px;
    gap: 24px;
    align-items: center;
  }
  .footerCopyRight small {
    font-size: 12px;
  }
}