@charset "UTF-8";
/*! destyle.css v4.0.1 | 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;
  min-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;
  font-weight: inherit;
  margin: 0;
}

[tabindex="-1"]:focus-visible {
  outline: none !important;
}

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

/* Lists (definition) */
/* ============================================ */
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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

/**
 * 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.1em;
}

sup {
  top: -0.3em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  white-space: normal;
}

button {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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;
}

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font-size */
/* ============================================ */
/* font-family */
/* ============================================ */
/* common */
/* ============================================ */
body {
  background: #fff;
  color: #0B0B0B;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(0.875rem, 0.5066rem + 0.6579vw, 1rem);
  font-weight: 400;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  min-height: 100dvh;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
body.is-fixed {
  height: 100%;
  overflow: hidden;
}

a {
  color: currentColor;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

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

.reading {
  display: block;
  overflow: hidden;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}

@media all and (max-width: 896px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 896px) {
  .sponly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

@media all and (max-width: 480px) {
  .portraitnone {
    display: none;
  }
}

.tabonly {
  display: none;
}
@media all and (max-width: 1025px) {
  .tabonly {
    display: block;
  }
}

@media all and (max-width: 1025px) {
  .tabnone {
    display: none;
  }
}

.mdonly {
  display: none;
}
@media all and (max-width: 600px) {
  .mdonly {
    display: block;
  }
}

@media all and (max-width: 600px) {
  .mdnone {
    display: none;
  }
}

.span_br {
  display: inline-block;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}
@media all and (max-width: 896px) {
  .mt10 {
    margin-top: 8px !important;
  }
}

.mt16 {
  margin-top: 16px !important;
}
@media all and (max-width: 896px) {
  .mt16 {
    margin-top: 12px !important;
  }
}

.mt24 {
  margin-top: 24px !important;
}
@media all and (max-width: 896px) {
  .mt24 {
    margin-top: 16px !important;
  }
}

.mt32 {
  margin-top: 32px !important;
}
@media all and (max-width: 896px) {
  .mt32 {
    margin-top: 20px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media all and (max-width: 896px) {
  .mt40 {
    margin-top: 24px !important;
  }
}

.mt48 {
  margin-top: 48px !important;
}
@media all and (max-width: 896px) {
  .mt48 {
    margin-top: 32px !important;
  }
}

.mt64 {
  margin-top: 64px !important;
}
@media all and (max-width: 896px) {
  .mt64 {
    margin-top: 40px !important;
  }
}

.--red {
  color: #FF0000;
}

.--bold {
  font-weight: 700;
}

.--indent {
  text-indent: -1em;
  padding-left: 1em;
}

.width {
  max-width: 1200px;
  width: calc(100% - 64px);
  margin: 0 auto;
}
@media all and (max-width: 896px) {
  .width {
    width: calc(100% - 30px);
  }
}

.outer {
  overflow: hidden;
}

.common-ttl {
  text-align: center;
}
.common-ttl__en {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(2.5rem, -5.6053rem + 14.4737vw, 5.25rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.25;
  color: #0054AC;
  position: relative;
}
.common-ttl__en:first-letter {
  color: #0B0B0B;
}
.common-ttl__jp {
  font-size: clamp(1.25rem, 0.5132rem + 1.3158vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: 10px;
}

.common-bg01 {
  width: min(40.52vw, 778px);
  position: absolute;
  top: 0;
  right: 0;
}
@media all and (max-width: 480px) {
  .common-bg01 {
    width: 68.53vw;
  }
}
.common-bg01 img {
  width: 100%;
  max-width: none;
}

.common-bg02 {
  width: min(69.58vw, 1336px);
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 896px) {
  .common-bg02 {
    width: 100vw;
  }
}
.common-bg02 img {
  width: 100%;
  max-width: none;
}

.common-btn {
  width: 100%;
  text-align: center;
  max-width: 700px;
  margin-top: 40px;
  margin-inline: auto;
  font-size: clamp(1.1875rem, 0.2664rem + 1.6447vw, 1.5rem);
}
@media all and (max-width: 896px) {
  .common-btn {
    max-width: 480px;
    margin-top: 24px;
  }
}
.common-btn.--nolink .common-btn__link {
  pointer-events: none;
  background: #d3d3d3 !important;
  box-shadow: none;
}
.common-btn.--pdf .common-btn__link::after {
  background-image: url("../images/common/icon_pdf_w.svg");
}
@media (hover: hover) {
  .common-btn.--pdf .common-btn__link:hover::after {
    background-image: url("../images/common/icon_pdf.svg");
  }
}
.common-btn__link {
  display: block;
  padding: 1em 2.56em 1em 0.89em;
  background: #0B0B0B;
  color: #fff;
  font-weight: 700;
  border: 1px solid #0B0B0B;
  border-radius: 9999px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
.common-btn__link::after {
  content: "";
  display: block;
  width: 1.33em;
  height: 1.33em;
  background: url("../images/common/arrow_prev_w.svg") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 0.89em;
  translate: 0 -50%;
}
@media (hover: hover) {
  .common-btn__link:hover {
    opacity: 1;
    background: #fff;
    color: #0B0B0B;
  }
  .common-btn__link:hover::after {
    background-image: url("../images/common/arrow_prev.svg");
  }
}

.common-contact {
  padding: 100px 0;
  background: #0054AC;
  position: relative;
}
@media all and (max-width: 896px) {
  .common-contact {
    padding: 50px 0;
  }
}
.common-contact__wrapper {
  position: relative;
  z-index: 20;
}
.common-contact__container {
  display: flex;
  justify-content: space-between;
  gap: 32px 5%;
}
@media all and (max-width: 896px) {
  .common-contact__container {
    flex-direction: column;
  }
}
.common-contact .common-ttl__en {
  color: #fff !important;
}
.common-contact .common-ttl__en:first-letter {
  color: #3AB5FB !important;
}
.common-contact .common-ttl__jp {
  color: #fff;
}
.common-contact__inner {
  flex-grow: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .common-contact__inner {
    margin-top: 24px;
  }
}
@media all and (max-width: 600px) {
  .common-contact__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.common-contact__ttl {
  word-break: keep-all;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media all and (max-width: 896px) {
  .common-contact__ttl {
    font-size: 1.25rem;
  }
}
.common-contact__txt {
  word-break: keep-all;
  text-align: center;
  color: #fff;
  line-height: 2.25;
  margin-top: 10px;
}
.common-contact__btn {
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .common-contact__btn {
    margin-top: 16px;
  }
}
.common-contact__btn + .common-contact__btn {
  margin-top: 10px;
}
.common-contact__btn.--tel .common-contact__btn__link {
  pointer-events: none;
}
@media all and (max-width: 896px) {
  .common-contact__btn.--tel .common-contact__btn__link {
    pointer-events: auto;
  }
}
.common-contact__btn__link {
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 44px;
  background: #fff;
  border-radius: 8px;
}
@media all and (max-width: 896px) {
  .common-contact__btn__link {
    padding: 16px;
    gap: 32px;
  }
}
.common-contact__btn__name {
  flex-shrink: 0;
  position: relative;
}
.common-contact__btn__name::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30px;
  background: #E6ECEF;
  position: absolute;
  top: 50%;
  right: -22px;
  translate: 0 -50%;
}
@media all and (max-width: 896px) {
  .common-contact__btn__name::after {
    right: -16px;
  }
}
@media all and (max-width: 896px) {
  .common-contact__btn__name img {
    width: 20px;
  }
}
.common-contact__btn__txt {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #0054AC;
}
@media all and (max-width: 896px) {
  .common-contact__btn__txt {
    font-size: 1.25rem;
  }
}
.common-contact__time__block {
  word-break: keep-all;
  text-align: center;
  color: #fff;
  margin-top: 24px;
  padding: 24px;
  border: 1px solid #fff;
  border-radius: 8px;
}
@media all and (max-width: 896px) {
  .common-contact__time__block {
    margin-top: 16px;
    padding: 20px;
  }
}
.common-contact__time__name {
  font-size: 1.25rem;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .common-contact__time__name {
    font-size: 1.125rem;
  }
}
.common-contact__time__txt {
  font-size: 0.875rem;
  margin-top: 16px;
}
@media all and (max-width: 896px) {
  .common-contact__time__txt {
    font-size: 0.75rem;
  }
}
.common-contact__detail {
  margin-top: 40px;
  border-top: 1px solid #fff;
  padding-top: 40px;
  color: #fff;
}
.common-contact__detail__ttl {
  word-break: keep-all;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media all and (max-width: 896px) {
  .common-contact__detail__ttl {
    font-size: 1.25rem;
  }
}
.common-contact__detail__txt {
  margin-top: 20px;
  margin-inline: auto;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}
.common-contact__detail__time {
  font-size: 0.875rem;
  margin-top: 12px;
  margin-inline: auto;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}
.common-contact__detail__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 14px 40px;
  margin-top: 40px;
  margin-inline: auto;
  width: 100%;
  max-width: 980px;
}
@media all and (max-width: 896px) {
  .common-contact__detail__container {
    gap: 12px 32px;
    margin-top: 32px;
  }
}
.common-contact__detail__inner {
  width: calc((100% - 40px) / 2);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media all and (max-width: 896px) {
  .common-contact__detail__inner {
    width: calc((100% - 32px) / 2);
  }
}
@media all and (max-width: 600px) {
  .common-contact__detail__inner {
    width: 100%;
  }
}
.common-contact__detail__list {
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  gap: 14px 20px;
}
@media all and (max-width: 896px) {
  .common-contact__detail__list {
    gap: 12px 14px;
  }
}
.common-contact__detail__item {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
}
.common-contact__detail__item dt {
  word-break: keep-all;
  padding-left: 1em;
  position: relative;
}
.common-contact__detail__item dt::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.common-contact__detail__item dd a {
  pointer-events: none;
  display: flex;
  gap: 6px;
}
@media all and (max-width: 896px) {
  .common-contact__detail__item dd a {
    gap: 3px;
  }
}
.common-contact__detail__item dd a::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/common/icon_tel_w.svg") center center/contain no-repeat;
  margin-top: 1px;
}
@media all and (max-width: 896px) {
  .common-contact__detail__item dd a::before {
    width: 20px;
    height: 20px;
    margin-top: 2px;
  }
}
@media all and (max-width: 896px) {
  .common-contact__detail__item dd a {
    pointer-events: auto;
  }
}

.common-kitei {
  padding: 32px 0 clamp(2.5rem, -8.5526rem + 19.7368vw, 6.25rem);
}
.common-kitei__txt {
  word-break: keep-all;
  text-align: center;
  font-size: clamp(1rem, 0.6316rem + 0.6579vw, 1.125rem);
  line-height: 2;
}
@media all and (max-width: 480px) {
  .common-kitei__txt {
    word-break: normal;
    text-align: left;
  }
}
.common-kitei__link {
  text-align: center;
  font-size: 1.125rem;
  margin-top: 32px;
}
@media all and (max-width: 896px) {
  .common-kitei__link {
    font-size: 1rem;
    margin-top: 20px;
  }
}
.common-kitei__link a {
  color: #0054AC;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.common-kitei__link a::after {
  content: "";
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  background: url("../images/common/icon_pdf_f.svg") center center/contain no-repeat;
  vertical-align: -0.3em;
  margin-left: 0.5em;
}
.common-kitei__logo {
  margin-top: 64px;
  text-align: center;
}
@media all and (max-width: 896px) {
  .common-kitei__logo {
    margin-top: 24px;
  }
}
@media all and (max-width: 896px) {
  .common-kitei__logo img {
    width: 185.4px;
  }
}

/* blockskip */
/* ============================================ */
#blockskip {
  overflow: hidden;
  height: 0;
  background: #ddd;
  text-align: center;
}

/* header */
/* ============================================ */
.header {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #D9D9D9;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 800;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 896px) {
  .header {
    position: relative;
  }
}
.header-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  padding: min(0.625vw, 12px) min(3.125vw, 60px);
}
@media all and (max-width: 1367px) {
  .header-wrapper {
    padding: 12px 15px;
    gap: 16px;
  }
}
@media all and (max-width: 896px) {
  .header-wrapper {
    padding: 10px 15px;
    gap: 8px;
  }
}
.header-logo {
  flex-shrink: 0;
}
@media all and (max-width: 896px) {
  .header-logo {
    flex-shrink: 1;
  }
}
.header-logo__link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
@media all and (max-width: 896px) {
  .header-logo__link {
    gap: 4px;
  }
}
@media all and (max-width: 480px) {
  .header-logo__link {
    flex-direction: row;
    align-items: center;
  }
}
.header-logo__year {
  flex-shrink: 0;
  display: inline-block;
  padding: 0.5em 1.7em;
  border-radius: 9999px;
  font-size: clamp(0.75rem, 0.6406rem + 0.1953vw, 0.875rem);
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background: #0054AC;
}
@media all and (max-width: 896px) {
  .header-logo__year {
    padding: 0.4em 0.7em;
  }
}
@media all and (max-width: 480px) {
  .header-logo__year {
    font-size: 0.625rem;
  }
}
.header-logo__ttl {
  font-size: clamp(1rem, 0.7813rem + 0.3906vw, 1.25rem);
  font-weight: 700;
  line-height: 1.4;
}
@media all and (max-width: 480px) {
  .header-logo__ttl {
    font-size: 0.875rem;
  }
}
.header-contents {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media all and (max-width: 1200px) {
  .header-contents {
    display: none;
  }
}
.header-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 32px;
  font-size: clamp(0.875rem, 0.7656rem + 0.1953vw, 1rem);
}
@media all and (max-width: 1367px) {
  .header-menu {
    gap: 24px;
  }
}
.header-menu__list {
  max-width: 480px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
}
@media all and (max-width: 1367px) {
  .header-menu__list {
    max-width: 440px;
    gap: 5px 12px;
  }
}
.header-menu__item {
  min-width: 12em;
}
.header-menu__item.--sol .header-menu__link::before {
  background: #EE3737;
}
.header-menu__item.--joint .header-menu__link::before {
  background: #32AEDB;
}
.header-menu__item.--dx .header-menu__link::before {
  background: #046AB3;
}
.header-menu__item.--mobi .header-menu__link::before {
  background: #80C438;
}
.header-menu__item.--nolink .header-menu__link {
  color: #afafaf;
  pointer-events: none;
}
.header-menu__item.--nolink .header-menu__link::before {
  background: #afafaf;
}
.header-menu__link {
  display: block;
  padding-left: 1em;
  position: relative;
}
.header-menu__link::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #0054AC;
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  left: 0;
}
.header-block {
  flex-shrink: 0;
  margin-left: 64px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media all and (max-width: 1367px) {
  .header-block {
    margin-left: 32px;
  }
}
.header-block::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #D9D9D9;
  position: absolute;
  top: 0;
  left: -32px;
}
@media all and (max-width: 1367px) {
  .header-block::before {
    left: -16px;
  }
}
.header-btn.--mypage .header-btn__link {
  background: #0B0B0B;
}
.header-btn.--mypage .header-btn__link::before {
  background-image: url("../images/common/icon_mypage_w.svg");
}
.header-btn.--nolink .header-btn__link {
  pointer-events: none;
  background: #afafaf;
}
.header-btn__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  padding: 0.56em 1.78em;
  border-radius: 9999px;
  font-size: clamp(0.9375rem, 0.7734rem + 0.293vw, 1.125rem);
  line-height: 1.4;
  color: #fff;
  background: #0054AC;
}
.header-btn__link::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 1.33em;
  height: 1.33em;
  background: url("../images/common/icon_mail_w.svg") center center/contain no-repeat;
}
.header-btn__txt {
  flex-grow: 1;
  text-align: center;
}
.header-hamburger {
  display: none;
}
@media all and (max-width: 1200px) {
  .header-hamburger {
    cursor: pointer;
    display: block;
    width: 40px;
    height: 40px;
    background: #0054AC;
    border-radius: 50%;
    position: relative;
    z-index: 400;
  }
}
@media all and (max-width: 896px) {
  .header-hamburger {
    position: fixed;
    top: 16px;
    right: 15px;
  }
}
@media all and (max-width: 480px) {
  .header-hamburger {
    top: 10px;
    right: 10px;
  }
}
.header-hamburger.active .header-hamburger__line {
  width: 14px;
}
.header-hamburger.active .header-hamburger__line:nth-of-type(1) {
  translate: 0 0;
  rotate: 45deg;
}
.header-hamburger.active .header-hamburger__line:nth-of-type(2) {
  opacity: 0;
}
.header-hamburger.active .header-hamburger__line:nth-of-type(3) {
  translate: 0 0;
  rotate: -45deg;
}
.header-hamburger__line {
  display: block;
  width: 14px;
  height: 1px;
  background: #fff;
  position: absolute;
  inset: 0;
  margin: auto;
  transition: rotate 0.3s ease-out, opacity 0.1s ease-out;
}
.header-hamburger__line:nth-of-type(1) {
  translate: 0 -5px;
}
.header-hamburger__line:nth-of-type(3) {
  translate: 0 5px;
}
.header-nav {
  display: none;
}
@media all and (max-width: 1200px) {
  .header-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 32px;
    width: 100%;
    height: 100dvh;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 200;
    translate: 100% 0;
    transition: all 0.5s;
    overflow: auto;
  }
}
.header-nav.open {
  translate: 0 0;
}
.header-nav__wrapper {
  width: 100%;
  max-width: 300px;
}
@media all and (max-width: 896px) {
  .header-nav__wrapper {
    max-width: 280px;
  }
}
.header-nav__list {
  word-break: keep-all;
  font-size: 1rem;
  font-weight: 500;
}
.header-nav__item {
  border-bottom: 1px solid #E6ECEF;
}
.header-nav__item:first-of-type {
  text-align: center;
}
.header-nav__item.--sol .header-nav__txt::before {
  background: #EE3737;
}
.header-nav__item.--joint .header-nav__txt::before {
  background: #32AEDB;
}
.header-nav__item.--dx .header-nav__txt::before {
  background: #046AB3;
}
.header-nav__item.--mobi .header-nav__txt::before {
  background: #80C438;
}
.header-nav__item.--nolink .header-nav__link {
  color: #afafaf;
  pointer-events: none;
}
.header-nav__item.--nolink .header-nav__txt::before {
  background: #afafaf;
}
.header-nav__link {
  display: block;
  padding: 16px 0;
}
.header-nav__txt {
  padding-left: 20px;
  position: relative;
}
.header-nav__txt::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0054AC;
  position: absolute;
  top: 8px;
  left: 0;
}
.header-nav__block {
  margin-top: 40px;
  margin-inline: auto;
  max-width: 240px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media all and (max-width: 896px) {
  .header-nav__block {
    margin-top: 32px;
    max-width: 220px;
    gap: 16px;
  }
}
.header-nav__btn.--mypage .header-nav__btn__link {
  background: #0B0B0B;
}
.header-nav__btn.--mypage .header-nav__btn__link::before {
  background-image: url("../images/common/icon_mypage_w.svg");
}
.header-nav__btn.--nolink .header-nav__btn__link {
  pointer-events: none;
  background: #afafaf;
}
.header-nav__btn__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  padding: 0.875em 1.5em;
  border-radius: 9999px;
  font-size: 1rem;
  line-height: 1.4;
  color: #fff;
  background: #0054AC;
}
.header-nav__btn__link::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 1.33em;
  height: 1.33em;
  background: url("../images/common/icon_mail_w.svg") center center/contain no-repeat;
}
.header-nav__btn__txt {
  text-align: center;
  flex-grow: 1;
}

/* footer */
/* ============================================ */
.footer {
  padding: 40px 0;
  border-top: 1px solid #E6ECEF;
  position: -webkit-sticky;
  position: sticky;
  top: 100dvh;
  z-index: 400;
}
@media all and (max-width: 896px) {
  .footer {
    padding: 20px 0;
  }
}
.footer-copyright {
  text-align: center;
}
@media all and (max-width: 480px) {
  .footer-copyright {
    text-align: left;
  }
}
.footer-copyright small {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 0.875rem;
  color: #959494;
}
@media all and (max-width: 896px) {
  .footer-copyright small {
    font-size: 0.75rem;
  }
}
.footer .pagetop {
  cursor: pointer;
  position: fixed;
  right: 32px;
  bottom: 0;
  z-index: 600;
}
@media all and (max-width: 896px) {
  .footer .pagetop {
    width: 28px;
    right: 12px;
  }
}