@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 {
  -webkit-box-sizing: border-box;
  border-style: solid;
  border-width: 0;
          box-sizing: border-box;
  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;
}

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

/* 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 {
  -webkit-box-sizing: content-box;
  border-top-width: 1px;
          box-sizing: content-box; /* 1 */
  clear: both;
  color: inherit;
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
}

/**
 * 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;
  color: inherit;
  text-decoration: none;
}

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

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

/* 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 {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}

/**
 * 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;
  min-width: 0;
  padding: 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=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-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

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

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

:root {
  --color-primary: #1A5FA8;
  --color-primary-dark: #0D3D6E;
  --color-primary-light: #4A9FD4;
  --color-secondary: #F3D937;
  --color-tertiary: #EF7643;
  --color-text: #191919;
  --color-white: #fff;
  --color-gray: #8D8D8D;
  --color-navy: var(--color-primary-dark);
  --color-black: #041629;
  --color-border: #DBE3EB;
  --color-bg: #F4F8FC;
  --ff-main: "Noto Sans JP", "Inter", sans-serif;
  --ff-mincho: "Noto Serif JP", serif;
  --inner-xs: 800px;
  --inner-s: 1000px;
  --inner-m: 1200px;
  --inner-l: 1300px;
  --padding-s: 16px;
  --padding-m: 40px;
  --header-pc: 100px;
  --header-sp: 60px;
  --z-header: 100;
  --z-base: 1;
  --z-under: -1;
  --ease-time: 0.3s;
  --ease-type: ease-out;
  --break-xl: 1600px;
  --break-l: 1280px;
  --break-m: 1080px;
  --break-s: 767px;
  --break-xs: 499px;
}

body {
  background-color: var(--color-white);
  color: var(--color-text);
  font-family: var(--ff-main);
  letter-spacing: 0.05em;
  line-height: 1.6;
}
body:has(dialog[open]) {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}
:where(a.blank) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
:where(a.blank) svg {
  aspect-ratio: 1/1;
  width: 1em;
}
:where(a.blank) svg path {
  fill: currentColor;
}

button {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

summary {
  cursor: pointer;
  list-style-type: none;
}

summary::-webkit-details-marker {
  display: none;
}

.l-404 {
  background-color: var(--color-bg);
  padding: 128px 0;
  position: relative;
  z-index: 1;
}
.l-404::before {
  background-color: var(--color-white);
  content: "";
  display: block;
  height: 95%;
  width: min(1000px, 100%);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
  bottom: 0;
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
  left: 0;
  position: absolute;
  z-index: -1;
}

.l-404__title {
  color: var(--color-primary);
  font-family: "Inter", sans-serif;
  font-size: clamp(1.75rem, 4.1873278237vw, 3rem);
  font-weight: 600;
  text-align: center;
}

.l-404__subTitle {
  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 1.8732782369vw, 1.125rem);
  font-weight: 600;
  margin-top: 16px;
  text-align: center;
}

.l-404__text {
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
  line-height: 2;
  margin-top: 16px;
  text-align: center;
}

.l-404__btn {
  margin-top: 64px;
  text-align: center;
}

.l-archive {
  background-color: var(--color-bg);
  overflow: clip;
  padding: 64px 0 128px;
  position: relative;
  z-index: 1;
}
.l-archive::before {
  content: "";
  display: block;
  height: 90%;
  width: 140%;
  -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
  background-color: var(--color-white);
  bottom: 0;
          clip-path: polygon(0 50%, 100% 100%, 100% 0);
  position: absolute;
  right: 0;
  translate: 0 10%;
  z-index: -1;
}

.l-archive__heading {
  margin-bottom: 64px;
}

.l-archive__select {
  margin-top: 40px;
}

.l-archive__wrapper {
  display: grid;
  gap: 40px;
  margin-top: 40px;
}

.l-archive__pagination {
  margin-top: 64px;
}

.l-archive__btn {
  margin-top: 64px;
  text-align: center;
}

.l-contact {
  background-image: url(../images/common/contact_bg.webp);
  background-size: cover;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

.l-contact__inner {
  background-color: color-mix(in srgb, var(--color-bg) 80%, transparent);
  padding-block: 56px;
  padding-inline: 16px;
  -webkit-box-shadow: 0 4px 20px color-mix(in srgb, var(--color-primary) 30%, transparent);
          box-shadow: 0 4px 20px color-mix(in srgb, var(--color-primary) 30%, transparent);
}

.l-contact__title {
  display: grid;
  gap: 8px;
  place-items: center;
  text-align: center;
}

.l-contact__main {
  font-family: var(--ff-mincho);
  font-size: clamp(1.5rem, 3.5261707989vw, 2.5rem);
  font-weight: 600;
}

.l-contact__sub {
  color: var(--color-primary);
  font-size: clamp(0.875rem, 1.7630853994vw, 1.125rem);
  font-weight: 400;
}

.l-contact__text {
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
  margin-top: 48px;
  text-align: center;
}

.l-contact__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-column-gap: 90px;
     -moz-column-gap: 90px;
          column-gap: 90px;
  margin-inline: auto;
  margin-top: 48px;
  padding-bottom: 40px;
  position: relative;
  row-gap: 40px;
}
.l-contact__wrapper::before {
  background-color: var(--color-border);
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 1px;
}

.l-contact__info {
  font-family: var(--ff-mincho);
  font-size: clamp(1.125rem, 2.3140495868vw, 1.5rem);
  font-weight: 600;
}

.l-contact__btn {
  margin-top: 40px;
  text-align: center;
}

.l-contact__tel {
  color: var(--color-primary);
  font-family: "Inter", sans-serif;
  font-size: clamp(1.5rem, 3.085399449vw, 2rem);
  font-weight: 600;
  margin-top: 16px;
}

.l-contact__note {
  font-size: clamp(0.75rem, 1.4325068871vw, 0.875rem);
  font-weight: 400;
  margin-top: 16px;
}

.l-entry {
  background-color: var(--color-bg);
  padding: 64px 0 128px;
  position: relative;
  z-index: 1;
}
.l-entry::before {
  background-color: var(--color-white);
  content: "";
  display: block;
  height: max(500px, 50%);
  width: 110%;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
  bottom: 0;
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
  position: absolute;
  right: 0;
  translate: 0 25%;
  z-index: -1;
}

.l-entry__time {
  color: var(--color-gray);
  font-size: clamp(0.625rem, 1.2121212121vw, 0.75rem);
  font-weight: 500;
}

.l-entry__cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 16px;
}

.l-entry__title {
  font-family: var(--ff-mincho);
  font-size: clamp(1.25rem, 2.7548209366vw, 1.875rem);
  font-weight: 600;
  margin-top: 16px;
}

.l-entry__image {
  aspect-ratio: 2/1;
  margin-top: 40px;
  width: 100%;
}
.l-entry__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-entry__body {
  margin-top: 64px;
}

.l-entry__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}

.l-entry__prev a,
.l-entry__next a {
  color: var(--color-navy);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.l-entry__prev a svg,
.l-entry__next a svg {
  aspect-ratio: 1/1;
  width: 32px;
}

.l-entry__prev svg {
  rotate: 180deg;
}

.l-entry__btn {
  margin-top: 40px;
  text-align: center;
}

.l-entry__body figure {
  margin: 1.5rem 0;
  width: 100%;
}
.l-entry__body figure img {
  height: auto;
  width: 100%;
}
.l-entry__body p {
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
  margin: 1.8rem 0;
}
.l-entry__body a {
  color: var(--color-navy);
  text-decoration: underline;
}
.l-entry__body div[data-wp-interactive="core/file"] {
  margin-inline: auto;
  max-width: 800px;
  text-align: center;
  width: 80%;
}
.l-entry__body div[data-wp-interactive="core/file"] a:not([download]) {
  display: none;
}
.l-entry__body div[data-wp-interactive="core/file"] .wp-block-file__button {
  background-color: var(--color-navy);
  color: var(--color-white);
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
  margin: 0;
  margin-top: 64px;
  padding: 16px 60px 16px 32px;
  position: relative;
}
.l-entry__body div[data-wp-interactive="core/file"] .wp-block-file__button::before {
  content: "PDFを";
}
.l-entry__body div[data-wp-interactive="core/file"] .wp-block-file__button::after {
  background-image: url(../images/common/download.svg);
  background-size: contain;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 16px;
  top: 50%;
  translate: 0 -50%;
  width: 20px;
}

.l-footer {
  background-color: #041629;
  padding: 80px 0 8px;
  position: relative;
  z-index: 1;
}

.l-footer__nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 50px;
}

.l-footer__list {
  display: grid;
  justify-self: center;
  max-width: 220px;
  width: 100%;
}

.l-footer__item {
  position: relative;
  z-index: 1;
}
.l-footer__item > a, .l-footer__item > span {
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  border-bottom: 1px solid #5A6877;
          justify-content: space-between;
  padding: 16px 0 8px;
}
.l-footer__item > a svg, .l-footer__item > span svg {
  aspect-ratio: 1/1;
  width: 20px;
}
.l-footer__item > a svg path, .l-footer__item > span svg path {
  fill: currentColor;
}

.l-footer__sub-wrapper {
  margin-top: 16px;
}

.l-footer__sub-list {
  display: grid;
  gap: 10px;
}

.l-footer__sub-item > a, .l-footer__sub-item > span {
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(0.75rem, 1.3223140496vw, 0.75rem);
  font-weight: 400;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-footer__policy {
  border-bottom: 1px solid #5A6877;
  margin-top: 56px;
  padding: 16px 0;
}

.l-footer__policy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  gap: 40px;
          justify-content: center;
}
.l-footer__policy-list li a {
  color: var(--color-white);
  font-size: clamp(0.75rem, 1.3223140496vw, 0.75rem);
  font-weight: 400;
  -webkit-transition: opacity var(--ease-time) var(--ease-type);
  transition: opacity var(--ease-time) var(--ease-type);
}
.l-footer__policy-list li a:focus-visible {
  opacity: 0.6;
}

.l-footer__info {
  margin-top: 56px;
}

.l-footer__logo {
  max-width: 120px;
}
.l-footer__logo img {
  height: auto;
  width: 100%;
}

.l-footer__name {
  color: var(--color-white);
  font-size: clamp(1rem, 1.8732782369vw, 1.125rem);
  font-weight: 400;
  margin-top: 24px;
}

.l-footer__address {
  color: var(--color-white);
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
  margin-top: 8px;
}
.l-footer__address small {
  font-size: 80%;
}

.l-footer__copy {
  color: var(--color-white);
  font-size: clamp(0.625rem, 1.1019283747vw, 0.625rem);
  font-weight: 400;
  margin-top: 56px;
  text-align: center;
}

.l-footer__item a,
.l-footer__sub-item a {
  -webkit-transition: opacity var(--ease-time) var(--ease-type);
  transition: opacity var(--ease-time) var(--ease-type);
}
.l-footer__item a:focus-visible,
.l-footer__sub-item a:focus-visible {
  opacity: 0.6;
}

.l-footer__sub-toggle {
  aspect-ratio: 1/1;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
}
.l-footer__sub-toggle::before, .l-footer__sub-toggle::after {
  background-color: var(--color-white);
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 20px;
  -webkit-transition: rotate var(--ease-time) var(--ease-type);
  transition: rotate var(--ease-time) var(--ease-type);
}
.l-footer__sub-toggle[data-toggle=close]::before {
  rotate: 180deg;
}
.l-footer__sub-toggle[data-toggle=close]::after {
  rotate: -90deg;
}

.l-footer__sub-list {
  overflow: hidden;
}

.l-form {
  display: grid;
  gap: 32px;
}
.l-form fieldset {
  display: contents;
}

.l-form__label {
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
}
.l-form__label[data-required=true]::after {
  color: var(--color-primary);
  content: "*";
}

.l-form__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.l-form__content:has(.l-form__search) {
  max-width: 500px;
}
.l-form__content span {
  width: 100%;
}

.l-form__group {
  display: grid;
  gap: 8px;
}

.l-form__input,
.l-form__textarea {
  background-color: var(--color-white);
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
  padding: 16px;
  width: 100%;
  -webkit-box-shadow: 0 2px 6px color-mix(in srgb, var(--color-primary) 30%, transparent);
          box-shadow: 0 2px 6px color-mix(in srgb, var(--color-primary) 30%, transparent);
}

.l-form__textarea {
  min-height: 200px;
}

.l-form__radio,
.l-form__check {
  position: relative;
}
.l-form__radio input,
.l-form__check input {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}
.l-form__radio label,
.l-form__check label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  position: relative;
}

.l-form__radio {
  display: grid;
  gap: 8px;
}
.l-form__radio > span {
  margin: 0;
}
.l-form__radio label {
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
  position: relative;
}
.l-form__radio label::before {
  aspect-ratio: 1/1;
  background-color: var(--color-white);
  border: 1px solid var(--color-gray);
  border-radius: 50%;
  content: "";
  display: block;
  width: 20px;
}
.l-form__radio label::after {
  aspect-ratio: 1/1;
  background-color: var(--color-navy);
  border-radius: 50%;
  content: "";
  display: block;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 12px;
}
.l-form__radio label:has(input:checked)::after {
  opacity: 1;
}

.l-form__check {
  text-align: center;
}
.l-form__check label {
  font-size: clamp(0.8125rem, 1.4876033058vw, 0.875rem);
  font-weight: 400;
  position: relative;
}
.l-form__check label::before {
  aspect-ratio: 1/1;
  background-color: var(--color-white);
  border: 1px solid var(--color-white);
  content: "";
  display: block;
  width: 18px;
}
.l-form__check label::after {
  border-bottom: 1px solid var(--color-white);
  border-right: 1px solid var(--color-white);
  content: "";
  display: block;
  height: 10px;
  left: 6px;
  opacity: 0;
  position: absolute;
  rotate: 45deg;
  top: 45%;
  translate: 0 -50%;
  width: 6px;
}
.l-form__check label:has(input:checked)::before {
  background-color: var(--color-primary-light);
}
.l-form__check label:has(input:checked)::after {
  opacity: 1;
}

.l-form__file {
  width: 100%;
}
.l-form__file::-webkit-file-upload-button {
  background-color: var(--color-white);
  border: 1px dashed var(--color-border);
  color: var(--color-primary);
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
  padding: 16px;
  width: 100%;
}
.l-form__file::file-selector-button {
  background-color: var(--color-white);
  border: 1px dashed var(--color-border);
  color: var(--color-primary);
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
  padding: 16px;
  width: 100%;
}

.l-form__search {
  background-color: var(--color-navy);
  border-radius: 999px;
  color: var(--color-white);
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
  max-width: 175px;
  padding: 16px 32px;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}

.l-form__hint {
  font-size: clamp(0.625rem, 1.1019283747vw, 0.625rem);
  font-weight: 400;
}

.l-form__text {
  font-size: clamp(0.75rem, 1.3223140496vw, 0.75rem);
  font-weight: 400;
}
.l-form__text a {
  color: var(--color-primary);
  text-decoration: underline;
}
.l-form__text span {
  color: var(--color-primary);
}

.l-form__policy {
  font-size: clamp(0.875rem, 1.5426997245vw, 0.875rem);
  font-weight: 400;
  margin-bottom: 8px;
  text-align: center;
}
.l-form__policy a {
  color: var(--color-primary);
  text-decoration: underline;
}

.l-form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.l-form__btn .wpcf7-spinner {
  bottom: 0;
  left: 50%;
  margin: 0;
  position: absolute;
  translate: -50% calc(100% + 16px);
}

.l-form__submit {
  --text: var(--color-white);
  --bg: var(--color-navy);
  --border: var(--color-navy);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(1rem, 1.9834710744vw, 1.25rem);
  font-weight: 400;
  margin-inline: auto;
  min-width: 220px;
  padding: 16px 24px;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  background: url(../images/common/arrow_upward_white.svg) no-repeat right 24px center, var(--bg);
  background-color: var(--bg);
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--text);
          justify-content: flex-start;
}
.l-form__submit.-back {
  --text: var(--color-navy);
  --bg: var(--color-white);
  --border: var(--color-navy);
  background: url(../images/common/arrow_upward_back.svg) no-repeat left 24px center, var(--bg);
  padding-left: 54px;
}

.l-form .wpcf7-not-valid-tip {
  font-size: clamp(0.625rem, 1.2121212121vw, 0.75rem);
  font-weight: 400;
}

.l-header {
  background-color: var(--color-bg);
  left: 0;
  position: sticky;
  right: 0;
  top: 0;
  z-index: var(--z-header);
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 16px;
}

.l-header__logo {
  width: 120px;
}
.l-header__logo img {
  height: auto;
  width: 100%;
}

.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  margin-left: auto;
}

.l-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}

.l-header__text a {
  font-size: clamp(0.75rem, 1.3774104683vw, 0.8125rem);
  font-weight: 400;
  -webkit-transition: color var(--ease-time) var(--ease-type);
  transition: color var(--ease-time) var(--ease-type);
}
.l-header__text a:focus-visible {
  color: var(--color-primary);
}

.l-header__btn a {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 999px;
  color: var(--color-white);
  font-size: clamp(0.75rem, 1.3774104683vw, 0.8125rem);
  font-weight: 400;
  padding: 8px 16px;
  -webkit-transition: color var(--ease-time) var(--ease-type), background-color var(--ease-time) var(--ease-type);
  transition: color var(--ease-time) var(--ease-type), background-color var(--ease-time) var(--ease-type);
}
.l-header__btn a:focus-visible {
  background-color: transparent;
  color: var(--color-primary);
}

.l-header__tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.l-header__tel a img, .l-header__tel a svg {
  aspect-ratio: 1/1;
  width: 20px;
}

.l-header__search {
  position: relative;
}

.l-header__search-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  background-color: var(--color-primary);
  border-radius: 50%;
          justify-content: center;
  padding: 8px;
}
.l-header__search-btn span {
  aspect-ratio: 1/1;
  background-image: url(../images/common/search.svg);
  background-position: center;
  background-size: cover;
  display: block;
  width: 20px;
}
.l-header__search-btn[aria-expanded=true] span {
  background-image: url(../images/common/close.svg);
}

.l-header__search-window {
  background-color: var(--color-white);
  border-radius: 999px;
  padding: 2px 8px;
  -webkit-box-shadow: 0 3px 10px color-mix(in srgb, var(--color-primary) 20%, transparent);
  bottom: 0;
          box-shadow: 0 3px 10px color-mix(in srgb, var(--color-primary) 20%, transparent);
  position: absolute;
  right: 0;
  top: 0;
  translate: -40px;
}
.l-header__search-window form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.l-header__search-window input {
  font-size: clamp(0.75rem, 1.3223140496vw, 0.75rem);
  font-weight: 400;
  padding: 2px 4px;
  width: 200px;
}
.l-header__search-window button {
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-header__search-window button svg path {
  stroke: var(--color-primary);
}
.l-header__search-window[aria-hidden=true] {
  display: none;
}

.l-header__open {
  display: none;
}
.l-header__open span {
  background-color: var(--color-navy);
  height: 2px;
  left: 50%;
  position: absolute;
  translate: -50% 0;
  width: 32px;
}
.l-header__open span:first-of-type {
  top: 5px;
}
.l-header__open span:last-of-type {
  bottom: 5px;
}

.l-heading {
  background-color: var(--color-bg);
  padding: 40px 0 0;
  position: relative;
  z-index: 1;
}

.l-heading__title {
  display: grid;
  gap: 4px;
  position: relative;
  z-index: 1;
}
.l-heading__title::before {
  background-color: var(--color-primary);
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 80px;
  z-index: -1;
}

.l-heading__main {
  font-family: var(--ff-mincho);
  font-size: clamp(1rem, 1.9834710744vw, 1.25rem);
  font-weight: 600;
}

.l-heading__sub {
  color: var(--color-primary);
  font-size: clamp(1.75rem, 4.1873278237vw, 3rem);
  font-weight: 600;
  text-transform: capitalize;
}

.l-heading__breadcrumb {
  margin-top: 64px;
}

.l-heading__image {
  aspect-ratio: 700/100;
  margin-left: auto;
  margin-top: 16px;
  width: min(700px, 50%);
}
.l-heading__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-inner {
  margin-inline: auto;
  max-width: calc(var(--inner-m) + var(--padding-m) * 2);
  padding: 0 var(--padding-m);
  position: relative;
}

.l-inner--s {
  margin-inline: auto;
  max-width: calc(var(--inner-s) + var(--padding-m) * 2);
  padding: 0 var(--padding-m);
  position: relative;
}

.l-inner--l {
  margin-inline: auto;
  max-width: calc(var(--inner-l) + var(--padding-m) * 2);
  padding: 0 var(--padding-m);
  position: relative;
}

.l-inner--xs {
  margin-inline: auto;
  max-width: calc(var(--inner-xs) + var(--padding-m) * 2);
  padding: 0 var(--padding-m);
  position: relative;
}

.l-inquiry {
  background-color: var(--color-bg);
  padding: 64px 0 128px;
  position: relative;
  z-index: 1;
}

.l-inquiry__text {
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
  margin-top: 16px;
  text-align: center;
}

.l-inquiry__wrapper {
  margin-top: 32px;
}

.l-ir {
  background-color: var(--color-bg);
  padding: 128px 0;
  position: relative;
  z-index: 1;
}

.l-ir__section {
  padding: 64px 0;
}

.l-ir__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--ff-mincho);
  font-size: clamp(1.125rem, 2.3140495868vw, 1.5rem);
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.l-ir__title::after {
  background-color: var(--color-primary);
  content: "";
  display: block;
  height: 2px;
  width: 20px;
}

.l-ir__text {
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
  margin-top: 8px;
}
.l-ir__text.-text-right {
  text-align: right;
}
.l-ir__text small {
  font-size: 80%;
}

.l-ir__image {
  width: 100%;
}
.l-ir__image img {
  height: auto;
  width: 100%;
}

.l-ir__list {
  list-style: revert;
  margin-top: 8px;
  padding-left: 1em;
}

.l-ir__wrapper {
  margin-top: 32px;
}

.l-ir__lead {
  border-bottom: 1px solid var(--color-border);
  color: var(--color-primary);
  font-family: var(--ff-mincho);
  font-size: clamp(1.125rem, 2.3140495868vw, 1.5rem);
  font-weight: 600;
  padding-bottom: 8px;
  text-align: center;
}

.l-ir__grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-columns: repeat(2, minmax(300px, 42%));
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-ir__btn {
  margin-top: 80px;
  text-align: center;
}

.l-ir__tabs {
  border-bottom: 1px solid var(--color-border);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.l-ir__tab-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(0.625rem, 1.3774104683vw, 0.9375rem);
  font-weight: 400;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  border-radius: 5px 5px 0 0;
          justify-content: center;
  padding: 8px;
}
.l-ir__tab-item[aria-selected=true] {
  background-color: var(--color-navy);
  color: #fff;
}

.l-ir__panel {
  background-color: var(--color-bg);
  padding-top: 32px;
}
.l-ir__panel[aria-hidden=true] {
  display: none;
}

.l-ir__selects {
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: auto;
  max-width: 400px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  background-color: var(--color-white);
          justify-content: center;
  overflow: hidden;
}

.l-ir__select {
  --bg-color: var(--color-primary);
  border-radius: 999px;
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
  padding: 8px;
  text-align: center;
  width: 100%;
}
.l-ir__select[aria-selected=true] {
  background-color: var(--bg-color);
  color: #fff;
}
.l-ir__select:nth-of-type(2) {
  --bg-color: var(--color-primary-light);
}

.l-ir__content[aria-hidden=true] {
  display: none;
}

.l-ir__posts {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(4, 1fr);
}

.l-policy {
  background-color: var(--color-white);
  padding: 64px 0 128px;
  position: relative;
  z-index: 1;
}
.l-policy h2 {
  font-size: clamp(1.25rem, 2.4242424242vw, 1.5rem);
  font-weight: 400;
  margin: 3rem 0 1rem;
}
.l-policy h3 {
  font-size: clamp(1rem, 1.8732782369vw, 1.125rem);
  font-weight: 400;
  margin: 2.5rem 0 0.4rem;
}
.l-policy h4 {
  font-size: clamp(0.9375rem, 1.7079889807vw, 1rem);
  font-weight: 400;
  margin: 2rem 0 0.4rem;
}
.l-policy p {
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
  margin: 0.5rem 0;
}
.l-policy ul, .l-policy ol {
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
  list-style: revert;
  margin: 0.5rem 0;
  padding-left: 1em;
}
.l-policy a {
  color: var(--color-primary-light);
  text-decoration: underline;
}

.l-recruit {
  background-color: var(--color-white);
  overflow-x: clip;
  padding: 56px 0;
  position: relative;
  z-index: 1;
}

.l-recruit__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.l-recruit__bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-recruit__bg::before {
  content: "";
  display: block;
  height: 100%;
  max-width: 600px;
  width: 45%;
  -webkit-clip-path: polygon(100% 20%, 0% 100%, 100% 100%);
  background-color: var(--color-white);
  bottom: 0;
          clip-path: polygon(100% 20%, 0% 100%, 100% 100%);
  position: absolute;
  right: 0;
  z-index: 0;
}

.l-recruit__heading {
  display: grid;
  gap: 8px;
}

.l-recruit__sub {
  color: var(--color-white);
  font-size: clamp(0.875rem, 1.7630853994vw, 1.125rem);
  font-weight: 400;
}

.l-recruit__main {
  color: var(--color-white);
  font-family: var(--ff-mincho);
  font-size: clamp(1.5rem, 3.5261707989vw, 2.5rem);
  font-weight: 600;
}

.l-recruit__title {
  color: var(--color-white);
  font-family: var(--ff-mincho);
  font-size: clamp(1.25rem, 2.7548209366vw, 1.875rem);
  font-weight: 600;
  margin-top: 40px;
}

.l-recruit__text {
  color: var(--color-white);
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
  margin-top: 40px;
  width: 80%;
}

.l-recruit__btn {
  margin-top: 56px;
  text-align: right;
}

body:has(.l-sidebar[aria-hidden=false]) {
  overflow: hidden;
}
body:has(.l-sidebar[aria-hidden=false]) .l-wrapper {
  translate: max(-350px, -90vw) 0;
}

.l-wrapper {
  -webkit-transition: translate var(--ease-time) var(--ease-type);
  transition: translate var(--ease-time) var(--ease-type);
}

.l-sidebar {
  background-color: var(--color-bg);
  bottom: 0;
  height: 100vh;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  translate: 100% 0;
  width: min(350px, 90vw);
  z-index: calc(infinity);
  -webkit-transition: translate var(--ease-time) var(--ease-type);
  transition: translate var(--ease-time) var(--ease-type);
}
.l-sidebar[aria-hidden=false] {
  translate: 0 0;
}

.l-sidebar__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 16px;
}

.l-sidebar__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 8px;
}

.l-sidebar__logo {
  width: 85px;
}
.l-sidebar__logo img {
  height: auto;
  width: 100%;
}

.l-sidebar__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  aspect-ratio: 1/1;
  background-color: var(--color-navy);
  border-radius: 50%;
          justify-content: center;
  width: 32px;
}
.l-sidebar__close img {
  height: 21px;
  width: 21px;
}

.l-sidebar__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: clip;
  overflow-y: auto;
  position: relative;
}

.l-sidebar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  inset: 0;
  position: absolute;
}

.l-sidebar__next {
  border-bottom: 1px solid var(--color-border);
  padding-block: 8px;
}

.l-sidebar__next-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-sidebar__next-btn svg {
  aspect-ratio: 1/1;
  width: 32px;
}
.l-sidebar__next-btn svg path {
  fill: var(--color-primary);
}
.l-sidebar__next-btn svg circle {
  fill: var(--color-white);
}

.l-sidebar__heading {
  display: grid;
  gap: 4px;
  place-items: flex-start;
}

.l-sidebar__en {
  font-family: "Inter", sans-serif;
  font-size: clamp(0.9375rem, 1.652892562vw, 0.9375rem);
  font-weight: 600;
  text-transform: capitalize;
}

.l-sidebar__ja {
  font-size: clamp(0.625rem, 1.1019283747vw, 0.625rem);
  font-weight: 400;
}

.l-sidebar__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  inset: 0;
  position: absolute;
}

.l-sidebar__back,
.l-sidebar__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid var(--color-border);
  gap: 16px;
  padding-block: 8px;
}
.l-sidebar__back svg,
.l-sidebar__link svg {
  aspect-ratio: 1/1;
  width: 32px;
}
.l-sidebar__back svg path,
.l-sidebar__link svg path {
  fill: var(--color-primary);
}

.l-sidebar__back svg {
  rotate: 180deg;
}
.l-sidebar__back svg path {
  fill: var(--color-white);
}
.l-sidebar__back svg circle {
  fill: var(--color-navy);
}

.l-sidebar__link {
  font-size: clamp(0.9375rem, 1.652892562vw, 0.9375rem);
  font-weight: 400;
}
.l-sidebar__link svg circle {
  fill: var(--color-bg);
}

.l-sidebar__list {
  -webkit-transition: translate var(--ease-time) var(--ease-type), opacity var(--ease-time) var(--ease-type), visibility var(--ease-time) var(--ease-type);
  transition: translate var(--ease-time) var(--ease-type), opacity var(--ease-time) var(--ease-type), visibility var(--ease-time) var(--ease-type);
}
.l-sidebar__list:has([aria-expanded=true]) {
  opacity: 0;
  pointer-events: none;
  translate: -100% 0;
  visibility: hidden;
}

.l-sidebar__links {
  -webkit-transition: translate var(--ease-time) var(--ease-type), opacity var(--ease-time) var(--ease-type), visibility var(--ease-time) var(--ease-type);
  transition: translate var(--ease-time) var(--ease-type), opacity var(--ease-time) var(--ease-type), visibility var(--ease-time) var(--ease-type);
}
.l-sidebar__links[aria-hidden=true] {
  opacity: 0;
  pointer-events: none;
  translate: 100% 0;
  visibility: hidden;
}

.l-thanks {
  background-color: var(--color-bg);
  padding: 128px 0;
  position: relative;
  z-index: 1;
}
.l-thanks::before {
  background-color: var(--color-white);
  content: "";
  display: block;
  height: 95%;
  width: min(1000px, 100%);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
  bottom: 0;
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
  left: 0;
  position: absolute;
  z-index: -1;
}

.l-thanks__title {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.l-thanks__ja {
  font-family: var(--ff-mincho);
  font-size: clamp(1.125rem, 2.3140495868vw, 1.5rem);
  font-weight: 600;
  text-align: center;
}

.l-thanks__en {
  margin-inline: auto;
  max-width: 80%;
}
.l-thanks__en img {
  height: auto;
  max-width: 100%;
}

.l-thanks__content {
  margin-top: 24px;
}
.l-thanks__content p {
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
  margin-top: 24px;
  text-align: center;
}

.l-thanks__btn {
  margin-top: 64px;
  text-align: center;
}

.ac-section {
  background-color: var(--color-bg);
  padding: 128px 0;
  position: relative;
  z-index: 1;
}
.ac-section:nth-of-type(odd) {
  background-color: var(--color-white);
}
.ac-section:nth-of-type(odd) .ac-section__wrapper {
  grid-template-columns: minmax(42%, 280px) minmax(48%, 350px);
  margin-left: auto;
}
.ac-section:nth-of-type(odd) .ac-section__lead {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.ac-section__title {
  color: var(--color-white);
  display: grid;
  font-family: var(--ff-mincho);
  font-size: clamp(1.25rem, 2.7548209366vw, 1.875rem);
  font-weight: 600;
  gap: 8px;
  place-items: start;
}

.ac-section__title-span {
  background: -webkit-gradient(linear, left top, right bottom, from(var(--color-primary-dark)), to(#1570CF));
  background: linear-gradient(to right bottom, var(--color-primary-dark) 0%, #1570CF 100%);
  display: inline-block;
  padding: 8px 16px;
}
.ac-section__title-span.-sp {
  display: contents;
}

.ac-section__wrapper {
  display: grid;
  grid-template-columns: minmax(48%, 350px) minmax(42%, 280px);
  max-width: 1320px;
  place-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 64px;
}

.ac-section__image {
  width: 100%;
}
.ac-section__image img {
  height: auto;
  width: 100%;
}

.ac-section__lead {
  font-family: var(--ff-mincho);
  font-size: clamp(1rem, 1.9834710744vw, 1.25rem);
  font-weight: 600;
}

.ac-section__text {
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
  margin-inline: auto;
  margin-top: 64px;
  max-width: 1000px;
}

.ob-section {
  background-color: var(--color-bg);
  padding: 64px 0;
  position: relative;
  z-index: 1;
}

.ob-section__title {
  color: var(--color-primary);
  font-family: var(--ff-mincho);
  font-size: clamp(1.5rem, 3.5261707989vw, 2.5rem);
  font-weight: 600;
  margin-top: 64px;
  text-align: center;
}

.ob-section__en {
  color: var(--color-primary-light);
  font-family: "Inter", sans-serif;
  font-size: clamp(1.125rem, 2.3140495868vw, 1.5rem);
  font-weight: 400;
  margin-top: 24px;
  text-align: center;
}

.ob-section__wrapper {
  display: grid;
  grid-template-columns: minmax(48%, 320px) 1fr;
  max-width: 1360px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  gap: 48px;
          justify-content: space-between;
  margin-top: 64px;
  padding-right: var(--padding-m);
}

.ob-section__image {
  width: 100%;
}
.ob-section__image img {
  height: auto;
  width: 100%;
}

.ob-section__content {
  justify-self: flex-end;
  max-width: 570px;
}

.ob-section__lead {
  font-family: var(--ff-mincho);
  font-size: clamp(1.5rem, 2.9752066116vw, 1.875rem);
  font-weight: 600;
}

.ob-section__text {
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
  margin-top: 16px;
}

.ob-service {
  background-color: var(--color-bg);
  padding: 64px 0;
  position: relative;
  z-index: 1;
}

.ob-service__title {
  color: var(--color-primary);
  font-family: var(--ff-mincho);
  font-size: clamp(1.125rem, 2.3140495868vw, 1.5rem);
  font-weight: 600;
  text-align: center;
}

.ob-service__text {
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
  margin-top: 48px;
}

.ob-service__wrapper {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  margin-top: 48px;
}

.ob-service__item {
  position: relative;
  z-index: 1;
}

.ob-service__item-title {
  bottom: 8px;
  color: var(--color-white);
  font-family: var(--ff-mincho);
  font-size: clamp(0.75rem, 1.7630853994vw, 1.25rem);
  font-weight: 600;
  left: 8px;
  position: absolute;
  right: 8px;
  text-align: center;
  z-index: 1;
}

.ob-service__item-image {
  aspect-ratio: 390/300;
  overflow: hidden;
  width: 100%;
}
.ob-service__item-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cp-access {
  background-color: var(--color-bg);
  padding: 128px 0;
  position: relative;
  z-index: 1;
}

.cp-access__wrapper {
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr minmax(48%, 320px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 64px;
}

.cp-access__body {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.cp-access__list dt, .cp-access__list dd {
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
}
.cp-access__list dt {
  margin-bottom: 8px;
}
.cp-access__list dd {
  margin-bottom: 32px;
}
.cp-access__list ul {
  list-style: revert;
  margin-top: 8px;
  padding-left: 1em;
}

.cp-access__map {
  aspect-ratio: 580/380;
  width: 100%;
}
.cp-access__map img,
.cp-access__map iframe {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cp-history {
  background-color: var(--color-bg);
  overflow: clip;
  padding: 128px 0;
  position: relative;
  z-index: 1;
}
.cp-history::before {
  content: "";
  display: block;
  height: 90%;
  width: 140%;
  -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
  background-color: var(--color-white);
  bottom: 0;
          clip-path: polygon(0 50%, 100% 100%, 100% 0);
  position: absolute;
  right: 0;
  translate: 0 10%;
  z-index: -1;
}

.cp-history__wrapper {
  margin-top: 64px;
}

.cp-message {
  background-color: var(--color-white);
  padding: 128px 0;
  position: relative;
  z-index: 1;
}

.cp-message__wrapper {
  display: grid;
  gap: 80px;
  grid-template-columns: minmax(36%, 320px) 1fr;
  margin-inline: calc((100% - 100dvi) / 2);
  margin-top: 64px;
  max-width: calc(1280px + (100vw - 1280px) / 2);
  padding-right: var(--padding-m);
}

.cp-message__image {
  width: 100%;
}
.cp-message__image img {
  height: auto;
  width: 100%;
}
.cp-message__image figcaption {
  font-family: var(--ff-mincho);
  font-size: clamp(1rem, 1.9834710744vw, 1.25rem);
  font-weight: 400;
  margin-inline: auto;
  margin-top: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.cp-message__body {
  margin-inline: auto;
  margin-top: 48px;
  max-width: 1000px;
  padding-inline: var(--padding-m);
}

.cp-message__name {
  font-family: var(--ff-mincho);
  font-size: clamp(1rem, 1.9834710744vw, 1.25rem);
  font-weight: 400;
  margin-top: 48px;
}

.cp-message__text {
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
}

.cp-overview {
  background-color: var(--color-white);
  padding: 128px 0;
  position: relative;
  z-index: 1;
}

.cp-overview__wrapper {
  margin-top: 64px;
}

.cp-philosophy {
  background-color: var(--color-bg);
  overflow-x: clip;
  padding: 128px 0;
  position: relative;
  z-index: 1;
}
.cp-philosophy::before {
  background-color: var(--color-white);
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  inset: 0;
  position: absolute;
  z-index: -1;
}

.cp-philosophy__wrapper {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
  margin-top: 64px;
  place-content: start;
}

.cp-philosophy__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.cp-philosophy__label {
  color: var(--color-primary);
  font-family: "Inter", sans-serif;
  font-size: clamp(2rem, 4.738292011vw, 3.375rem);
  font-weight: 600;
  line-height: 1;
}
.cp-philosophy__label span {
  color: var(--color-primary-light);
  font-size: 148%;
}

.cp-philosophy__text {
  font-family: var(--ff-mincho);
  font-size: clamp(1.25rem, 2.7548209366vw, 1.875rem);
  font-weight: 600;
}

.cp-philosophy__image {
  height: calc(100% - 45px);
  width: 50%;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  bottom: 0;
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  overflow: hidden;
  position: absolute;
  right: 0;
  z-index: -1;
}
.cp-philosophy__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cp-strategy {
  background: -webkit-gradient(linear, left top, right bottom, from(var(--color-primary-dark)), to(#1570CF));
  background: linear-gradient(to right bottom, var(--color-primary-dark) 0%, #1570CF 100%);
  padding: 128px 0;
  position: relative;
  z-index: 1;
}

.cp-strategy__wrapper {
  display: grid;
  gap: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-inline: auto;
  margin-top: 64px;
  max-width: calc(var(--inner-s) + var(--padding-m) * 2);
  padding-inline: var(--padding-m);
}

.cp-strategy__text {
  color: var(--color-white);
  font-family: var(--ff-mincho);
  font-size: clamp(1rem, 1.9834710744vw, 1.25rem);
  font-weight: 600;
}

.cp-strategy__image {
  width: 100%;
}
.cp-strategy__image img {
  height: auto;
  width: 100%;
}

.fr-business {
  background-color: #DBECF6;
  padding: 128px 0;
  position: relative;
  z-index: 1;
}

.fr-business__wrapper {
  margin-top: 64px;
}

#business .fr-business__pagination {
  margin-top: 32px;
}

#business .fr-business__pagination-btn {
  aspect-ratio: 1/1;
  background-color: #d9d9d9;
  border-radius: 50%;
  margin-inline: 8px;
  width: 12px;
}
#business .fr-business__pagination-btn.is-active {
  background-color: var(--color-primary);
}

#business .fr-business__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-inline: 14px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  z-index: 1;
}

#business .fr-business__arrow.splide__arrow--prev {
  rotate: 180deg;
}
.fr-information {
  background-color: var(--color-bg);
  padding: 128px 0;
  position: relative;
}

.fr-information__wrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

.fr-information__item {
  display: grid;
  min-height: 180px;
  padding: 48px 16px;
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-filter var(--ease-time) var(--ease-type);
  transition: -webkit-filter var(--ease-time) var(--ease-type);
  transition: filter var(--ease-time) var(--ease-type);
  transition: filter var(--ease-time) var(--ease-type), -webkit-filter var(--ease-time) var(--ease-type);
}
.fr-information__item[data-col="2"] {
  grid-column: span 2;
}
.fr-information__item[data-row="2"] {
  grid-row: span 2;
}
.fr-information__item:focus-visible {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.fr-information__item:focus-visible .fr-information__image img {
  scale: 1.05;
}

.fr-information__image {
  height: 100%;
  inset: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.fr-information__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: scale var(--ease-time) var(--ease-type);
  transition: scale var(--ease-time) var(--ease-type);
}

.fr-information__list {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.fr-information__list dt {
  color: var(--color-primary);
  font-size: clamp(2rem, 4.4077134986vw, 3rem);
  font-weight: 600;
  line-height: 1.0416666667;
}
.fr-information__list dd {
  font-family: var(--ff-mincho);
  font-size: clamp(1.125rem, 2.3140495868vw, 1.5rem);
  font-weight: 600;
  margin-bottom: 32px;
  margin-top: 8px;
}

.fr-information__link {
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--ff-mincho);
  font-size: clamp(1.25rem, 2.7548209366vw, 1.875rem);
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 8px;
  gap: 24px;
  position: absolute;
  right: 16px;
}
.fr-information__link[data-color=black] {
  color: var(--color-text);
}
.fr-information__link::after {
  aspect-ratio: 1;
  background-image: url(../images/common/arrow_btn.svg);
  background-size: cover;
  content: "";
  display: block;
  width: 30px;
}

.fr-ir {
  padding: 128px 0;
  position: relative;
  z-index: 1;
}
.fr-ir::before {
  background: -webkit-gradient(linear, left top, right bottom, from(var(--color-primary-dark)), to(#1570CF));
  background: linear-gradient(to right bottom, var(--color-primary-dark) 0%, #1570CF 100%);
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: max(220px, 50vw - 500px + 220px);
  z-index: -1;
}
.fr-ir::after {
  background-color: var(--color-bg);
  content: "";
  display: block;
  height: 128px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -2;
}

.fr-ir__wrapper {
  margin-left: auto;
  width: min(740px, 100% - 250px);
}

.fr-ir__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}

.fr-ir__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 0;
  -webkit-transition: color var(--ease-time) var(--ease-type), border-color var(--ease-time) var(--ease-type);
  position: relative;
  transition: color var(--ease-time) var(--ease-type), border-color var(--ease-time) var(--ease-type);
}
.fr-ir__item a::before {
  background-color: var(--color-border);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -1;
}
.fr-ir__item a::after {
  background-color: var(--color-primary);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  width: 0%;
  z-index: 0;
  -webkit-transition: width var(--ease-time) var(--ease-type);
  transition: width var(--ease-time) var(--ease-type);
}
.fr-ir__item a svg {
  height: 32px;
  width: 32px;
}
.fr-ir__item a svg path {
  -webkit-transition: fill var(--ease-time) var(--ease-type);
  transition: fill var(--ease-time) var(--ease-type);
}
.fr-ir__item a svg circle {
  -webkit-transition: fill var(--ease-time) var(--ease-type);
  transition: fill var(--ease-time) var(--ease-type);
}
.fr-ir__item a:focus-visible {
  color: var(--color-primary);
}
.fr-ir__item a:focus-visible::after {
  width: 100%;
}
.fr-ir__item a:focus-visible svg path {
  fill: var(--color-primary);
}
.fr-ir__item a:focus-visible svg circle {
  fill: var(--color-white);
}

.fr-mv {
  min-height: 720px;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

.fr-mv__inner {
  margin-inline: auto;
  max-width: 1260px;
  padding: 0 var(--padding-m);
}

.fr-mv__title {
  display: grid;
  gap: 16px;
  place-items: flex-start;
}

.fr-mv__title-span {
  display: inline-block;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 8px 16px;
}
.fr-mv__title-span[data-color=blue] {
  background: -webkit-gradient(linear, left top, right bottom, from(var(--color-primary-dark)), to(#1570CF));
  background: linear-gradient(to right bottom, var(--color-primary-dark) 0%, #1570CF 100%);
  color: var(--color-white);
  font-size: clamp(1.5rem, 3.5261707989vw, 2.5rem);
  font-weight: 600;
}
.fr-mv__title-span[data-color=white] {
  background-color: var(--color-white);
  color: var(--color-primary);
  font-size: clamp(0.9375rem, 2.0385674931vw, 1.375rem);
  font-weight: 600;
}
.fr-mv__title-span.-sp {
  display: contents;
}

#fvSlide {
  inset: 0;
  position: absolute;
  z-index: -1;
}

#fvSlide .fr-mv__track,
#fvSlide .fr-mv__list,
#fvSlide .fr-mv__slide {
  height: 100%;
  width: 100%;
}

#fvSlide .fr-mv__image {
  height: 100%;
  width: 100%;
}
#fvSlide .fr-mv__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fr-news {
  padding: 128px 0;
}

.fr-news__wrapper {
  margin-top: 64px;
}

.fr-news__btn {
  margin-top: 64px;
  text-align: center;
}

.fr-panels {
  overflow: hidden;
  padding-top: 32px;
  position: relative;
}

.fr-panels__item {
  display: grid;
  gap: 32px;
}
.fr-panels__item[aria-hidden=true] {
  display: none;
}

.fr-recruit {
  background: -webkit-gradient(linear, left top, right bottom, from(var(--color-primary-dark)), to(#1570CF));
  background: linear-gradient(to right bottom, var(--color-primary-dark) 0%, #1570CF 100%);
  padding: 128px 0;
  position: relative;
  z-index: 1;
}

.fr-recruit__wrapper {
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(46%, 300px) 1fr;
  margin-top: 64px;
}
.fr-recruit__image img {
  height: auto;
  width: 100%;
}

.fr-recruit__title {
  color: var(--color-white);
  font-family: var(--ff-mincho);
  font-size: clamp(1.25rem, 2.7548209366vw, 1.875rem);
  font-weight: 600;
}

.fr-recruit__text {
  color: var(--color-white);
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
  margin-top: 24px;
}

.fr-recruit__sub-title {
  color: var(--color-white);
  font-size: clamp(1.25rem, 2.4242424242vw, 1.5rem);
  font-weight: 600;
  margin-top: 40px;
}

.fr-recruit__value {
  counter-reset: number;
  display: grid;
  gap: 8px;
  margin-top: 8px;
}
.fr-recruit__value li {
  background-color: var(--color-navy);
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
  gap: 8px;
  max-width: 350px;
  padding: 4px 8px;
  -webkit-box-shadow: 2px 3px 5px 0 var(--color-primary-dark);
          box-shadow: 2px 3px 5px 0 var(--color-primary-dark);
  counter-increment: number;
}
.fr-recruit__value li::before {
  color: var(--color-primary-light);
  content: counter(number) ".";
  display: block;
}
.fr-recruit__value li:nth-of-type(2) {
  margin-left: 32px;
}
.fr-recruit__value li:nth-of-type(3) {
  margin-left: 64px;
}

.fr-recruit__btn {
  margin-top: 40px;
  text-align: right;
}

.fr-social {
  padding: 128px 0;
  position: relative;
  z-index: 1;
}
.fr-social::before {
  background: -webkit-gradient(linear, left top, right bottom, from(var(--color-primary-dark)), to(#1570CF));
  background: linear-gradient(to right bottom, var(--color-primary-dark) 0%, #1570CF 100%);
  content: "";
  display: block;
  height: 70%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.fr-social__title {
  color: var(--color-white);
  font-family: var(--ff-mincho);
  font-size: clamp(1.5rem, 3.5261707989vw, 2.5rem);
  font-weight: 600;
  text-align: center;
}

.fr-social__text {
  color: var(--color-white);
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
  margin-top: 64px;
  text-align: center;
}

.fr-social__scroll {
  margin-inline: calc((100% - 100dvi) / 2);
  overflow: hidden;
  width: 100vw;
}

.fr-social__wrapper {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 64px;
}
.fr-social__wrapper + .fr-social__wrapper {
  display: none;
}

.fr-social__image {
  max-height: 540px;
  overflow: hidden;
}
.fr-social__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes left-scroll {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes left-scroll {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.fr-sustainable {
  background-color: var(--color-bg);
  padding: 128px 0;
  position: relative;
  z-index: 1;
}

.fr-sustainable__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 64px;
}

.fr-sustainable__body {
  max-width: 480px;
}

.fr-sustainable__title {
  font-family: var(--ff-mincho);
  font-size: clamp(1.25rem, 2.7548209366vw, 1.875rem);
  font-weight: 600;
}

.fr-sustainable__text {
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
  margin-top: 24px;
}

.fr-sustainable__btn {
  margin-top: 40px;
}

.fr-sustainable__images {
  padding-bottom: 100px;
  position: relative;
}

.fr-sustainable__image img {
  height: auto;
  width: 100%;
}
.fr-sustainable__image.-first {
  margin-left: auto;
  width: 90%;
}
.fr-sustainable__image.-second {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 52%;
}

.fr-tabs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
}

.fr-tabs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  border-bottom: 1px solid var(--color-border);
  border-radius: 5px 5px 0 0;
          justify-content: center;
  padding-block: 16px;
  -webkit-transition: color var(--ease-time) var(--ease-type), background-color var(--ease-time) var(--ease-type);
  transition: color var(--ease-time) var(--ease-type), background-color var(--ease-time) var(--ease-type);
}
.fr-tabs__item[aria-selected=true] {
  background-color: var(--color-primary);
  border-bottom: none;
  color: var(--color-white);
  cursor: default;
}
.fr-tabs__item:focus-visible {
  background-color: var(--color-bg);
  color: var(--color-primary);
}

.gp-section {
  background-color: var(--color-bg);
  padding: 128px 0;
  position: relative;
  z-index: 1;
}

.gp-section__title {
  font-family: var(--ff-mincho);
  font-size: clamp(1.125rem, 2.3140495868vw, 1.5rem);
  font-weight: 600;
  text-align: center;
}

.gp-section__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  margin-top: 64px;
  row-gap: 40px;
}

.gp-section__item {
  --item-color: var(--color-navy);
  display: grid;
  gap: 0;
  grid-row: span 3;
  grid-template-rows: subgrid;
  padding: 24px 12px 72px;
  -webkit-box-shadow: 0 4px 12px color-mix(in srgb, var(--color-primary) 20%, transparent);
  background-color: var(--color-white);
          box-shadow: 0 4px 12px color-mix(in srgb, var(--color-primary) 20%, transparent);
  position: relative;
  z-index: 1;
}
.gp-section__item::before {
  background-color: var(--color-primary);
  content: "";
  display: block;
  height: 72px;
  width: 100%;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%, 0% 100%);
  bottom: 0;
          clip-path: polygon(0 50%, 100% 0, 100% 100%, 0% 100%);
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}
.gp-section__item[data-color=miraif] {
  --item-color: var(--color-navy);
}
.gp-section__item[data-color=aca] {
  --item-color: #D50816;
}
.gp-section__item[data-color=wheyhan] {
  --item-color: var(--color-primary);
}
.gp-section__item[data-color=ishigaki] {
  --item-color: var(--color-primary-light);
}

.gp-section__image {
  margin-left: -12px;
  width: calc(100% + 24px);
}
.gp-section__image img {
  height: auto;
  width: 100%;
}

.gp-section__name {
  font-family: var(--ff-mincho);
  font-size: clamp(1rem, 1.9834710744vw, 1.25rem);
  font-weight: 600;
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
}

.gp-section__lead {
  color: var(--color-primary);
  font-family: var(--ff-mincho);
  font-size: clamp(1.125rem, 1.9834710744vw, 1.125rem);
  font-weight: 600;
  margin-top: 16px;
  padding-bottom: 24px;
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
  position: relative;
}
.gp-section__lead::after {
  background-color: var(--color-border);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  translate: -50% 0;
  width: 120px;
}

.gp-section__text {
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
  margin-top: 16px;
}

.gp-section__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  bottom: 24px;
  color: var(--color-white);
  gap: 16px;
          justify-content: flex-end;
  position: absolute;
  right: 24px;
  z-index: 1;
}
.gp-section__link svg {
  background-color: var(--color-white);
  border-radius: 50%;
  height: 16px;
  width: 16px;
}
.gp-section__link svg path {
  fill: var(--color-navy);
}

.gp-section__note {
  font-size: clamp(0.625rem, 1.2121212121vw, 0.75rem);
  font-weight: 400;
  margin-top: 24px;
}

.ir-calendar {
  background-color: var(--color-white);
  padding: 64px 0 120px;
  position: relative;
  z-index: 1;
}

.ir-calendar__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 64px;
}
.ir-calendar__list li {
  width: 100%;
}
.ir-calendar__list li img {
  height: auto;
  width: 100%;
}

.ir-calendar__btn {
  margin-inline: auto;
  margin-top: 64px;
  max-width: 390px;
}

.ir-calendar__link {
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(1.125rem, 1.9834710744vw, 1.125rem);
  font-weight: 400;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
          justify-content: space-between;
  margin-inline: auto;
  padding: 24px;
  width: 80%;
  -webkit-box-shadow: 2px 3px 15px color-mix(in srgb, var(--color-primary) 40%, transparent);
          box-shadow: 2px 3px 15px color-mix(in srgb, var(--color-primary) 40%, transparent);
  -webkit-transition: color var(--ease-time) var(--ease-type), background-color var(--ease-time) var(--ease-type);
  transition: color var(--ease-time) var(--ease-type), background-color var(--ease-time) var(--ease-type);
}
.ir-calendar__link svg path {
  fill: currentColor;
}
.ir-calendar__link:focus-visible {
  background-color: var(--color-white);
  color: var(--color-primary);
}
.ir-calendar__link:focus-visible svg g {
  -webkit-animation: calendar-icon 0.6s ease-in-out both;
          animation: calendar-icon 0.6s ease-in-out both;
}

@-webkit-keyframes calendar-icon {
  0% {
    translate: 0;
  }
  50% {
    translate: 100%;
  }
  51% {
    translate: -100%;
  }
  100% {
    translate: 0;
  }
}

@keyframes calendar-icon {
  0% {
    translate: 0;
  }
  50% {
    translate: 100%;
  }
  51% {
    translate: -100%;
  }
  100% {
    translate: 0;
  }
}
.ir-calendar__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  margin-top: 64px;
  row-gap: 40px;
}

.ir-card {
  background-color: var(--color-bg);
  padding: 24px;
  -webkit-box-shadow: 2px 3px 15px color-mix(in srgb, var(--color-primary) 40%, transparent);
          box-shadow: 2px 3px 15px color-mix(in srgb, var(--color-primary) 40%, transparent);
}

.ir-card__title {
  border-bottom: 1px solid var(--color-border);
  color: var(--color-primary);
  font-size: clamp(1.125rem, 1.9834710744vw, 1.125rem);
  font-weight: 400;
  padding-block: 16px;
}

.ir-card__list {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}

.ir-card__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ir-card__item a svg {
  height: 24px;
  position: relative;
  width: 24px;
}
.ir-card__item a:is(.blank) svg {
  background-color: var(--color-primary);
  border-radius: 50%;
}
.ir-card__item a:is(.blank) svg path {
  fill: var(--color-white);
}

.ir-news {
  background-color: var(--color-bg);
  padding: 128px 0;
  position: relative;
  z-index: 1;
}
.ir-news::before {
  content: "";
  display: block;
  height: 80%;
  width: 40%;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  background-color: var(--color-primary);
  bottom: 0;
          clip-path: polygon(100% 0, 0 100%, 100% 100%);
  position: absolute;
  right: 0;
  z-index: -1;
}

.ir-news__wrapper {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
  margin-top: 64px;
}

.ir-news__btn {
  margin-top: 64px;
  text-align: center;
}

.rec-content {
  background-color: var(--color-bg);
  overflow: clip;
  padding: 128px 0;
  position: relative;
  z-index: 1;
}
.rec-content::before {
  content: "";
  display: block;
  height: 90%;
  width: 140%;
  -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
  background-color: var(--color-white);
  bottom: 0;
          clip-path: polygon(0 50%, 100% 100%, 100% 0);
  position: absolute;
  right: 0;
  translate: 0 10%;
  z-index: -1;
}
.rec-content::before {
  content: "";
  display: block;
}

.rec-content__wrapper {
  margin-top: 64px;
}

.rec-content__btn {
  margin-top: 64px;
  text-align: center;
}

.rec-heading {
  background-color: var(--color-bg);
  padding: 128px 0;
  position: relative;
  z-index: 1;
}

.rec-heading__wrapper {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(48%, 380px) 1fr;
  max-width: 1340px;
  padding-right: 20px;
  place-content: center;
}

.rec-heading__image {
  width: 100%;
}
.rec-heading__image img {
  height: auto;
  width: 100%;
}

.rec-heading__body {
  display: grid;
  gap: 24px;
  margin-inline: auto;
  max-width: 570px;
  place-content: center;
}

.rec-heading__title {
  color: var(--color-white);
  font-family: var(--ff-mincho);
  font-size: clamp(1.25rem, 2.7548209366vw, 1.875rem);
  font-weight: 600;
}
.rec-heading__title span {
  background: -webkit-gradient(linear, left top, right bottom, from(var(--color-primary-dark)), to(#1570CF));
  background: linear-gradient(to right bottom, var(--color-primary-dark) 0%, #1570CF 100%);
  display: inline-block;
  padding: 8px 16px;
}

.rec-heading__text {
  font-family: var(--ff-mincho);
  font-size: clamp(1rem, 1.9834710744vw, 1.25rem);
  font-weight: 600;
}

.st-about {
  background-color: var(--color-bg);
  padding: 128px 0 64px;
  position: relative;
  z-index: 1;
}

.st-about__title {
  color: var(--color-primary);
  font-family: var(--ff-mincho);
  font-size: clamp(1.5rem, 3.5261707989vw, 2.5rem);
  font-weight: 600;
  text-align: center;
}

.st-about__subTitle {
  font-family: var(--ff-mincho);
  font-size: clamp(1rem, 1.9834710744vw, 1.25rem);
  font-weight: 600;
  margin-top: 24px;
  text-align: center;
}

.st-about__wrapper {
  display: grid;
  grid-template-columns: minmax(48%, 320px) 1fr;
  max-width: 1360px;
  padding-right: var(--padding-m);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  gap: 48px;
          justify-content: space-between;
  margin-top: 64px;
}

.st-about__image {
  width: 100%;
}
.st-about__image img {
  height: auto;
  width: 100%;
}

.st-about__content {
  justify-self: flex-end;
  max-width: 570px;
}

.st-about__lead {
  color: var(--color-primary);
  font-family: var(--ff-mincho);
  font-size: clamp(1.25rem, 2.7548209366vw, 1.875rem);
  font-weight: 600;
}

.st-about__text {
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
  margin-top: 16px;
}

.st-card {
  background-color: var(--color-white);
  padding: 40px 8px;
  -webkit-box-shadow: 2px 2px 12px color-mix(in srgb, var(--color-primary) 30%, transparent), -2px 2px 16px var(--color-bg);
          box-shadow: 2px 2px 12px color-mix(in srgb, var(--color-primary) 30%, transparent), -2px 2px 16px var(--color-bg);
  counter-increment: number;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.st-card::before {
  color: color-mix(in srgb, var(--color-primary-light) 20%, transparent);
  content: counter(number, decimal-leading-zero);
  display: block;
  font-family: "Inter", sans-serif;
  font-size: clamp(4.875rem, 9.5867768595vw, 6rem);
  font-weight: 600;
  left: 0;
  position: absolute;
  top: 0;
  translate: -35% -30%;
  z-index: -1;
}
.st-card:nth-of-type(2) {
  margin-top: 24px;
}
.st-card:nth-of-type(3) {
  margin-top: 48px;
}
.st-card:nth-of-type(4) {
  margin-top: 64px;
}

.st-card__title {
  font-family: var(--ff-mincho);
  font-size: clamp(1rem, 1.9834710744vw, 1.25rem);
  font-weight: 600;
  padding-bottom: 32px;
  position: relative;
  text-align: center;
}
.st-card__title::after {
  background-color: var(--color-primary-light);
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  width: min(50%, 112px);
}

.st-card__text {
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
  margin-top: 32px;
}

.st-future {
  background-color: var(--color-white);
  padding: 128px 0;
  position: relative;
  z-index: 1;
}

.st-future__wrapper {
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(48%, 320px) 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 64px;
  max-width: 1360px;
  padding-right: var(--padding-m);
}

.st-future__image {
  width: 100%;
}
.st-future__image img {
  height: auto;
  width: 100%;
}

.st-future__content {
  justify-self: flex-end;
  max-width: 570px;
}

.st-future__title {
  color: var(--color-primary);
  font-family: var(--ff-mincho);
  font-size: clamp(1.25rem, 2.7548209366vw, 1.875rem);
  font-weight: 600;
}

.st-future__text {
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
  margin-top: 16px;
}

.st-future__list {
  list-style: revert;
  margin-block: 16px;
  padding-left: 1em;
}

.st-initiative {
  background-color: var(--color-white);
  padding: 64px 0 128px;
  position: relative;
  z-index: 1;
}
.st-initiative::before {
  background: -webkit-gradient(linear, left top, right bottom, from(var(--color-primary-dark)), to(#1570CF));
  background: linear-gradient(to right bottom, var(--color-primary-dark) 0%, #1570CF 100%);
  bottom: 0;
  content: "";
  display: block;
  height: 30%;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -1;
}

.st-initiative__wrapper {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 64px;
}

.st-initiative__item {
  background: -webkit-gradient(linear, left top, right bottom, from(var(--color-primary-dark)), to(#1570CF));
  background: linear-gradient(to right bottom, var(--color-primary-dark) 0%, #1570CF 100%);
  -webkit-box-shadow: 0 3px 8px color-mix(in srgb, var(--color-primary) 50%, transparent);
          box-shadow: 0 3px 8px color-mix(in srgb, var(--color-primary) 50%, transparent);
  padding: 24px 24px 64px;
  position: relative;
}

.st-initiative__title {
  color: var(--color-white);
  font-family: var(--ff-mincho);
  font-size: clamp(1.125rem, 2.3140495868vw, 1.5rem);
  font-weight: 600;
  text-align: center;
}

.st-initiative__list {
  list-style: revert;
  margin-top: 24px;
  padding-left: 1em;
}
.st-initiative__list li {
  color: var(--color-white);
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
}

.st-initiative__en {
  bottom: 0;
  color: var(--color-primary-light);
  font-family: "Inter", sans-serif;
  font-size: clamp(1.5rem, 2.8650137741vw, 1.75rem);
  font-weight: 600;
  position: absolute;
  right: 0;
}

.st-materiality {
  background-color: var(--color-bg);
  padding: 64px 0;
  position: relative;
  z-index: 1;
}
.st-materiality::before {
  content: "";
  display: block;
  height: 40%;
  width: 100%;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background-color: var(--color-white);
  bottom: 0;
          clip-path: polygon(0 100%, 100% 0, 100% 100%);
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}

.st-materiality__wrapper {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 64px;
  place-items: center;
}

.st-value {
  background: -webkit-gradient(linear, left top, right bottom, from(var(--color-primary-dark)), to(#1570CF));
  background: linear-gradient(to right bottom, var(--color-primary-dark) 0%, #1570CF 100%);
  padding: 128px 0;
  position: relative;
  z-index: 1;
}

.st-value__wrapper {
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr minmax(48%, 320px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-top: 64px;
  max-width: 1360px;
  padding-left: var(--padding-m);
}

.st-value__content {
  max-width: 570px;
}

.st-value__title {
  color: var(--color-white);
  font-family: var(--ff-mincho);
  font-size: clamp(1.25rem, 2.7548209366vw, 1.875rem);
  font-weight: 600;
}

.st-value__text {
  color: var(--color-white);
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
  margin-top: 16px;
}

.st-value__image {
  width: 100%;
}
.st-value__image img {
  height: auto;
  width: 100%;
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.c-breadcrumb__item {
  font-size: clamp(0.625rem, 1.2121212121vw, 0.75rem);
  font-weight: 400;
  max-width: 15em;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-breadcrumb__item::before {
  content: "-";
  display: inline-block;
  margin-right: 8px;
}
.c-btn {
  --text: var(--color-navy);
  --bg: transparent;
  --border: currentColor;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: clamp(1rem, 1.9834710744vw, 1.25rem);
  font-weight: 400;
  min-width: 220px;
  padding: 16px 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  background-color: var(--bg);
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--text);
          justify-content: space-between;
  -webkit-transition: color var(--ease-time) var(--ease-type), background-color var(--ease-time) var(--ease-type), border-color var(--ease-time) var(--ease-type);
  transition: color var(--ease-time) var(--ease-type), background-color var(--ease-time) var(--ease-type), border-color var(--ease-time) var(--ease-type);
}
.c-btn svg path {
  fill: currentColor;
  -webkit-transition: fill var(--ease-time) var(--ease-type);
  transition: fill var(--ease-time) var(--ease-type);
}
.c-btn.-back {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-btn.-back svg {
  rotate: 180deg;
}
.c-btn[data-color=default] {
  --text: var(--color-navy);
  --bg: transparent;
}
.c-btn[data-color=default]:focus-visible {
  --text: var(--color-white);
  --bg: var(--color-primary);
}
.c-btn[data-color=white] {
  --text: var(--color-white);
}
.c-btn[data-color=white]:focus-visible {
  --text: var(--color-primary);
  --bg: var(--color-white);
}
.c-btn[data-color=blue] {
  --text: var(--color-white);
  --bg: var(--color-primary);
  --border: var(--color-primary);
}
.c-btn[data-color=blue]:focus-visible {
  --text: var(--color-primary);
  --bg: var(--color-white);
}
.c-btn[data-color=navy] {
  --text: var(--color-white);
  --bg: var(--color-navy);
  --border: var(--color-navy);
}
.c-btn[data-color=navy]:focus-visible {
  --text: var(--color-navy);
  --bg: var(--color-white);
}
.c-btn[data-size=small] {
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
}

.c-business-card {
  display: grid;
  grid-template-columns: 1fr minmax(52%, 200px);
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
  background-color: var(--color-white);
          column-gap: 8px;
  overflow: hidden;
  padding-bottom: 56px;
  place-content: flex-start;
  position: relative;
  row-gap: 24px;
  z-index: 1;
}

.c-business-card__num {
  color: color-mix(in srgb, var(--color-primary) 20%, transparent);
  font-family: "Inter", sans-serif;
  font-size: clamp(7.375rem, 13.0027548209vw, 7.375rem);
  font-weight: 600;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  translate: -20% -20%;
  z-index: -1;
}

.c-business-card__head {
  -ms-flex-item-align: center;
      align-self: center;
  padding-left: 24px;
}

.c-business-card__title {
  display: grid;
  gap: 8px;
}
.c-business-card__title p {
  color: var(--color-primary);
  font-family: "Inter", sans-serif;
  font-size: clamp(0.75rem, 1.3223140496vw, 0.75rem);
  font-weight: 600;
}
.c-business-card__title h3 {
  font-family: var(--ff-mincho);
  font-size: clamp(1.125rem, 2.3140495868vw, 1.5rem);
  font-weight: 600;
}

.c-business-card__image {
  height: 200px;
  width: 100%;
}
.c-business-card__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-business-card__text {
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
  grid-column: span 2;
  padding-inline: 24px;
}

.c-business-card__arrow {
  aspect-ratio: 1/1;
  background-image: url(../images/common/arrow_btn.svg);
  background-size: cover;
  bottom: 16px;
  position: absolute;
  right: 24px;
  width: 32px;
}

.c-business-card__link {
  inset: 0;
  position: absolute;
}

.c-cat {
  border-radius: 999px;
  color: var(--color-white);
  display: inline-block;
  font-size: 12px;
  padding: 4px 8px;
  text-align: center;
}
.c-cat[data-color=latest] {
  background-color: var(--color-primary-dark);
}
.c-cat[data-color=ir] {
  background-color: var(--color-primary);
}
.c-cat[data-color=info] {
  background-color: var(--color-primary-light);
}
.c-cat[data-color=other] {
  background-color: var(--color-black);
}

.c-catList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  border-bottom: 1px solid var(--color-border);
          justify-content: flex-start;
}

.c-catList__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-catList__item a, .c-catList__item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(0.8125rem, 1.5426997245vw, 0.9375rem);
  font-weight: 400;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 16px;
}
.c-catList__item span {
  border-bottom: 3px solid var(--color-primary);
}

.c-financial-table {
  --bg-color: var(--color-primary);
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.c-financial-table[data-color=blue] {
  --bg-color: var(--color-primary-light);
}
.c-financial-table th,
.c-financial-table td {
  border: 1px solid var(--color-border);
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
  padding: 16px;
}
.c-financial-table th {
  background-color: var(--bg-color);
  color: var(--color-white);
  text-align: center;
}
.c-financial-table td {
  background-color: var(--color-white);
  text-align: right;
}

.c-gNav {
  padding-top: 16px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.c-gNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  gap: 32px;
          justify-content: center;
}

.c-gNav__item {
  padding-bottom: 10px;
  text-align: center;
}
.c-gNav__item a {
  display: grid;
  gap: 4px;
  place-items: center;
}
.c-gNav__item a:focus-visible .c-gNav__en {
  color: var(--color-primary);
}

.c-gNav__en {
  font-size: clamp(1rem, 1.8732782369vw, 1.125rem);
  font-weight: 600;
  text-transform: capitalize;
  -webkit-transition: color var(--ease-time) var(--ease-type);
  transition: color var(--ease-time) var(--ease-type);
}

.c-gNav__ja {
  font-size: clamp(0.75rem, 1.4325068871vw, 0.875rem);
  font-weight: 400;
}

.c-gNav__mega {
  background-color: var(--color-bg);
  left: 0;
  opacity: 0;
  padding: 16px var(--padding-m) 24px;
  position: absolute;
  right: 0;
  top: 100%;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: opacity var(--ease-time) var(--ease-type), visibility var(--ease-time) var(--ease-type);
  transition: opacity var(--ease-time) var(--ease-type), visibility var(--ease-time) var(--ease-type);
}
:is(.c-gNav__item):hover .c-gNav__mega {
  opacity: 1;
  visibility: visible;
}

.c-gNav__subLead {
  font-size: clamp(1.125rem, 1.9834710744vw, 1.125rem);
  font-weight: 400;
  margin-inline: auto;
  max-width: 1000px;
  padding: 8px 0;
  text-align: left;
}

.c-gNav__subList {
  display: grid;
  grid-template-columns: repeat(3, 30%);
  max-width: 1000px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  gap: 16px;
          justify-content: space-between;
  margin-inline: auto;
  margin-top: 16px;
}

.c-gNav__subItem {
  border-bottom: 1px solid var(--color-border);
  font-size: clamp(1.125rem, 1.9834710744vw, 1.125rem);
  font-weight: 400;
  padding: 8px 24px;
  text-align: left;
}
.c-gNav__subItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(0.9375rem, 1.652892562vw, 0.9375rem);
  font-weight: 400;
  -webkit-transition: color var(--ease-time) var(--ease-type);
  transition: color var(--ease-time) var(--ease-type);
}
.c-gNav__subItem a:focus-visible {
  color: var(--color-primary);
}

.c-ir-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  border-bottom: 1px solid var(--color-border);
          justify-content: space-between;
  padding: 0 0 24px;
}
.c-ir-post svg {
  height: 32px;
  width: 32px;
}

.c-ir-post__title {
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
}
.c-ir-post__title span,
.c-ir-post__title a {
  display: inline-grid;
  grid-template-columns: auto 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding-right: 16px;
  -webkit-transition: opacity var(--ease-time) var(--ease-type);
  transition: opacity var(--ease-time) var(--ease-type);
}
.c-ir-post__title span:focus-visible,
.c-ir-post__title a:focus-visible {
  opacity: 0.6;
}
.c-ir-post__title a[href*=".pdf"]::after {
  background-image: url(../images/common/pdf.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
}
.c-ir-post a:focus-visible svg g[mask="url(#mask0_429_19930)"] {
  -webkit-animation: download-icon 0.6s var(--ease-type) both;
          animation: download-icon 0.6s var(--ease-type) both;
}

@-webkit-keyframes download-icon {
  0% {
    translate: 0 0;
  }
  50% {
    translate: 0 4px;
  }
  100% {
    translate: 0 0;
  }
}

@keyframes download-icon {
  0% {
    translate: 0 0;
  }
  50% {
    translate: 0 4px;
  }
  100% {
    translate: 0 0;
  }
}
.c-loading {
  --overlay-time: 0.6s;
  --logo-time: 0.6s;
  --hidden-delay: 0.6s;
  --hidden-time: 1s;
  background-color: var(--color-bg);
  height: 100%;
  inset: 0;
  position: fixed;
  width: 100%;
  z-index: calc(infinity);
}
.c-loading.is-loaded {
  -webkit-animation: loading-hidden var(--hidden-time) ease-out forwards calc(var(--overlay-time) + var(--logo-time) + var(--hidden-delay));
          animation: loading-hidden var(--hidden-time) ease-out forwards calc(var(--overlay-time) + var(--logo-time) + var(--hidden-delay));
}

.c-loading__inner {
  display: grid;
  height: 100%;
  padding-inline: var(--padding-s);
  place-items: center;
  width: 100%;
}

.c-loading__logo {
  overflow: hidden;
  position: relative;
}
.c-loading__logo img {
  height: auto;
  opacity: 0;
  width: 124px;
}
:is(.is-loaded) .c-loading__logo img {
  -webkit-animation: loading-logo var(--logo-time) ease-out forwards var(--overlay-time);
          animation: loading-logo var(--logo-time) ease-out forwards var(--overlay-time);
}

.c-loading__overlay {
  background-color: #aaa9ad;
  height: 100%;
  inset: 0;
  position: absolute;
  translate: -100% 0;
  width: 100%;
}
:is(.is-loaded) .c-loading__overlay {
  -webkit-animation: loading-overlay var(--overlay-time) ease-out forwards;
          animation: loading-overlay var(--overlay-time) ease-out forwards;
}

@-webkit-keyframes loading-overlay {
  0% {
    translate: -100% 0;
  }
  45% {
    translate: 0 0;
  }
  55% {
    translate: 0 0;
  }
  100% {
    translate: 100% 0;
  }
}

@keyframes loading-overlay {
  0% {
    translate: -100% 0;
  }
  45% {
    translate: 0 0;
  }
  55% {
    translate: 0 0;
  }
  100% {
    translate: 100% 0;
  }
}
@-webkit-keyframes loading-logo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loading-logo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes loading-hidden {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes loading-hidden {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.c-narrow-down {
  background-image: url(../images/common/narrow_down.svg);
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: 1px solid var(--color-navy);
  border-radius: 999px;
  color: var(--color-navy);
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
  padding: 8px 60px 8px 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-news {
  display: grid;
  gap: 16px;
}

.c-news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-news__time {
  font-family: 600;
  font-size: 12px;
}

.c-news__cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.c-news__cat {
  border-radius: 999px;
  color: var(--color-white);
  display: inline-block;
  font-size: 12px;
  padding: 4px 8px;
  text-align: center;
}
.c-news__cat[data-color=latest] {
  background-color: var(--color-primary-dark);
}
.c-news__cat[data-color=ir] {
  background-color: var(--color-primary);
}
.c-news__cat[data-color=info] {
  background-color: var(--color-primary-light);
}
.c-news__cat[data-color=other] {
  background-color: var(--color-black);
}

.c-news__title {
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
}

.c-pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  gap: 16px;
          justify-content: center;
}
.c-pagination .nav-links span, .c-pagination .nav-links a {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 600;
  padding: 4px;
}
.c-pagination .nav-links .current {
  border-bottom: 2px solid var(--color-primary);
  color: var(--color-primary);
}

.c-scrollTextAnimation {
  background-color: var(--color-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
  padding-block: 8px;
  width: 100vw;
}

.c-scrollTextAnimation__item {
  color: var(--color-white);
  font-family: "Inter", sans-serif;
  font-size: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-inline: 0.1em;
  white-space: nowrap;
}
.c-scrollTextAnimation:not(.no-tick) .c-scrollTextAnimation__item:nth-child(odd) {
  -webkit-animation: MoveLeft var(--tick-duration, 50s) var(--tick-delay, -25s) infinite linear;
          animation: MoveLeft var(--tick-duration, 50s) var(--tick-delay, -25s) infinite linear;
}
.c-scrollTextAnimation:not(.no-tick) .c-scrollTextAnimation__item:nth-child(even) {
  -webkit-animation: MoveLeft2 var(--tick-duration, 50s) infinite linear;
          animation: MoveLeft2 var(--tick-duration, 50s) infinite linear;
}

@-webkit-keyframes MoveLeft {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes MoveLeft {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes MoveLeft2 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes MoveLeft2 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.c-table {
  border-collapse: collapse;
  width: 100%;
}
.c-table[data-color=default] {
  --text-color: var(--color-text);
}
.c-table[data-color=blue] {
  --text-color: var(--color-primary);
}
.c-table th, .c-table td {
  border-bottom: 1px solid var(--color-border);
  font-size: clamp(0.875rem, 1.5977961433vw, 0.9375rem);
  font-weight: 400;
  padding-block: 32px;
}
.c-table th ul, .c-table td ul {
  list-style: revert;
  padding-left: 1em;
}
.c-table th small, .c-table td small {
  font-size: 80%;
}
.c-table th figure, .c-table td figure {
  width: 100%;
}
.c-table th figure img, .c-table td figure img {
  height: auto;
  width: 100%;
}
.c-table th {
  color: var(--text-color);
  vertical-align: middle;
  width: 20%;
}
.c-table td {
  padding-left: 16px;
  width: 80%;
}
.c-table .-roles {
  display: grid;
  grid-template-columns: 11em -webkit-max-content auto;
  grid-template-columns: 11em max-content auto;
  padding: 0.2em 0;
}
.c-table .-roles span {
  white-space: nowrap;
}

.c-title {
  --color-main: var(--color-text);
  --color-sub: var(--color-primary);
  --color-border: var(--color-primary);
  --border-position: left;
  display: grid;
  gap: 8px;
  padding-bottom: 8px;
  position: relative;
}
.c-title::before {
  background-color: var(--color-border);
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 80px;
}
.c-title[data-position=center] {
  place-items: center;
  text-align: center;
}
.c-title[data-position=center]::before {
  left: 50%;
  translate: -50% 0;
}
.c-title[data-color=white] {
  --color-main: var(--color-white);
  --color-sub: var(--color-white);
  --color-border: var(--color-white);
}

.c-title__main {
  color: var(--color-main);
  font-family: var(--ff-mincho);
  font-size: clamp(1.5rem, 3.5261707989vw, 2.5rem);
  font-weight: 600;
}
:is([data-size=small]) .c-title__main {
  font-size: clamp(1.125rem, 2.6446280992vw, 1.875rem);
  font-weight: 600;
}

.c-title__sub {
  color: var(--color-sub);
  font-size: clamp(0.875rem, 1.7630853994vw, 1.125rem);
  font-weight: 600;
  text-transform: capitalize;
}
:is([data-size=small]) .c-title__sub {
  font-size: clamp(0.625rem, 1.2121212121vw, 0.75rem);
  font-weight: 600;
}

.u-hide {
  display: block;
}

.u-show {
  display: none;
}

.u-split-text:not(:lang(ja)) {
  display: none;
}

.u-split-text-hidden:lang(ja) {
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

:is([data-scroll-js=fadeIn]) {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

:is([data-scroll-js=fadeIn]):is([data-animated=true]) {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

:is([data-scroll-js=splitText]) span {
  display: inline-block;
  -webkit-transform: translate3d(0, 10px, 0);
  opacity: 0;
          transform: translate3d(0, 10px, 0);
  -webkit-transition: opacity 0.7s cubic-bezier(0.26, 0.06, 0, 1) var(--delay), -webkit-transform 0.9s cubic-bezier(0.47, 0.16, 0.24, 1) var(--delay);
  transition: opacity 0.7s cubic-bezier(0.26, 0.06, 0, 1) var(--delay), -webkit-transform 0.9s cubic-bezier(0.47, 0.16, 0.24, 1) var(--delay);
  transition: transform 0.9s cubic-bezier(0.47, 0.16, 0.24, 1) var(--delay), opacity 0.7s cubic-bezier(0.26, 0.06, 0, 1) var(--delay);
  transition: transform 0.9s cubic-bezier(0.47, 0.16, 0.24, 1) var(--delay), opacity 0.7s cubic-bezier(0.26, 0.06, 0, 1) var(--delay), -webkit-transform 0.9s cubic-bezier(0.47, 0.16, 0.24, 1) var(--delay);
}

:is([data-scroll-js=splitText]):is([data-animated=true]) span {
  -webkit-transform: translate3d(0, 0, 0);
  opacity: 1;
          transform: translate3d(0, 0, 0);
}

:is([data-scroll-js=pageTitle])::before {
  opacity: 0;
  -webkit-transition: opacity 0.8s var(--ease-type);
  transition: opacity 0.8s var(--ease-type);
}

:is([data-scroll-js=pageTitle]):is([data-animated=true])::before {
  opacity: 1;
}

:is([data-scroll-js=imageOverlay]) {
  overflow: hidden;
  position: relative;
}
:is([data-scroll-js=imageOverlay])::before, :is([data-scroll-js=imageOverlay])::after {
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
:is([data-scroll-js=imageOverlay])::before {
  background-color: var(--color-white);
  left: 0;
  right: 0;
  z-index: 1;
}
:is([data-scroll-js=imageOverlay])::after {
  background-color: var(--color-primary);
  left: -100%;
  z-index: 1;
}

:is([data-scroll-js=imageOverlay]):is([data-animated=true])::before {
  -webkit-animation: imageOverlayBefore 0.5s var(--ease-type) forwards;
          animation: imageOverlayBefore 0.5s var(--ease-type) forwards;
}
:is([data-scroll-js=imageOverlay]):is([data-animated=true])::after {
  -webkit-animation: imageOverlayAfter 1s var(--ease-type) forwards;
          animation: imageOverlayAfter 1s var(--ease-type) forwards;
}

@-webkit-keyframes imageOverlayBefore {
  0% {
    translate: 0 0;
  }
  100% {
    translate: 100% 0;
  }
}

@keyframes imageOverlayBefore {
  0% {
    translate: 0 0;
  }
  100% {
    translate: 100% 0;
  }
}
@-webkit-keyframes imageOverlayAfter {
  0% {
    translate: 0 0;
  }
  50% {
    translate: 100% 0;
  }
  100% {
    translate: 200% 0;
  }
}
@keyframes imageOverlayAfter {
  0% {
    translate: 0 0;
  }
  50% {
    translate: 100% 0;
  }
  100% {
    translate: 200% 0;
  }
}
:is([data-scroll-js=slideIn]) {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: translate3d(10%, 0, 0);
  opacity: 0;
          transform: translate3d(10%, 0, 0);
  -webkit-transition: opacity 0.7s cubic-bezier(0.26, 0.06, 0, 1), -webkit-transform 0.8s cubic-bezier(0.47, 0.16, 0.24, 1);
  transition: opacity 0.7s cubic-bezier(0.26, 0.06, 0, 1), -webkit-transform 0.8s cubic-bezier(0.47, 0.16, 0.24, 1);
  transition: transform 0.8s cubic-bezier(0.47, 0.16, 0.24, 1), opacity 0.7s cubic-bezier(0.26, 0.06, 0, 1);
  transition: transform 0.8s cubic-bezier(0.47, 0.16, 0.24, 1), opacity 0.7s cubic-bezier(0.26, 0.06, 0, 1), -webkit-transform 0.8s cubic-bezier(0.47, 0.16, 0.24, 1);
}

:is([data-scroll-js=slideIn]):is([data-animated=true]) {
  -webkit-transform: translate3d(0, 0, 0);
  opacity: 1;
          transform: translate3d(0, 0, 0);
}

.u-visually-hidden {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .l-404 {
    padding: 64px 0;
  }
  .l-404__btn {
    margin-top: 32px;
  }
  .l-archive {
    padding: 64px 0;
  }
  .l-archive__heading {
    margin-bottom: 32px;
  }
  .l-archive__wrapper {
    gap: 24px;
    margin-top: 32px;
  }
  .l-archive__pagination {
    margin-top: 48px;
  }
  .l-archive__btn {
    margin-top: 48px;
  }
  .l-contact {
    padding: 40px 0;
  }
  .l-contact__inner {
    padding-block: 32px;
  }
  .l-contact__text {
    margin-top: 24px;
    text-align: left;
  }
  .l-contact__wrapper {
    grid-template-columns: 1fr;
    margin-top: 24px;
    padding-bottom: 0;
  }
  .l-contact__wrapper::before {
    display: none;
  }
  .l-contact__btn {
    margin-top: 16px;
  }
  .l-footer {
    padding-top: 50px;
  }
  .l-footer__nav {
    row-gap: 24px;
  }
  .l-footer__list {
    gap: 24px;
    max-width: 100%;
  }
  .l-footer__item > a svg, .l-footer__item > span svg {
    display: none;
  }
  .l-footer__policy {
    margin-top: 40px;
  }
  .l-footer__policy-list {
    display: grid;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
    gap: 16px;
            justify-content: start;
  }
  .l-footer__info {
    margin-top: 40px;
  }
  .l-footer__logo {
    margin-inline: auto;
  }
  .l-footer__copy {
    margin-top: 40px;
  }
  .l-footer__sub-toggle {
    display: block;
  }
  .l-footer__sub-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    -webkit-transition: grid-template-rows var(--ease-time) var(--ease-type), margin-top var(--ease-time) var(--ease-type);
    transition: grid-template-rows var(--ease-time) var(--ease-type), margin-top var(--ease-time) var(--ease-type);
    transition: grid-template-rows var(--ease-time) var(--ease-type), margin-top var(--ease-time) var(--ease-type), -ms-grid-rows var(--ease-time) var(--ease-type);
  }
  .l-footer__sub-wrapper[data-toggle=close] {
    grid-template-rows: 0fr;
    margin-top: 0;
  }
  .l-footer__sub-wrapper[data-toggle=open] {
    grid-template-rows: 1fr;
    margin-top: 16px;
  }
  .l-footer__sub-list {
    padding-inline: 16px;
  }
  .l-footer__sub-list[data-toggle=close] {
    display: none;
  }
  .l-form {
    gap: 24px;
  }
  .l-form__search {
    max-width: 145px;
    padding: 8px 16px;
  }
  .l-form__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 16px;
  }
  .l-header {
    height: 70px;
  }
  .l-header__inner {
    padding-bottom: 18px;
    padding-top: 24px;
  }
  .l-header__logo {
    width: 65px;
  }
  .l-header__nav {
    display: none;
  }
  .l-header__open {
    display: block;
    height: -webkit-fill-available;
    height: -moz-available;
    height: stretch;
    position: relative;
    width: 50px;
  }
  .l-heading__breadcrumb {
    margin-top: 32px;
  }
  .l-heading__image {
    aspect-ratio: 360/80;
    margin-top: 32px;
    width: calc(100% - var(--padding-s));
  }
  .l-inner {
    max-width: var(--inner-s);
    padding: 0 var(--padding-s);
  }
  .l-inner--s {
    max-width: var(--inner-s);
    padding: 0 var(--padding-s);
  }
  .l-inner--l {
    max-width: var(--inner-s);
    padding: 0 var(--padding-s);
  }
  .l-inner--xs {
    max-width: var(--inner-s);
    padding: 0 var(--padding-s);
  }
  .l-inquiry {
    padding: 48px 0 64px;
  }
  .l-inquiry__text {
    text-align: left;
  }
  .l-ir {
    padding: 64px 0;
  }
  .l-ir__section {
    padding: 32px 0;
  }
  .l-ir__wrapper {
    margin-top: 24px;
  }
  .l-ir__grid {
    grid-template-columns: 1fr;
  }
  .l-ir__btn {
    margin-top: 40px;
  }
  .l-ir__posts {
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
  }
  .l-recruit__title {
    margin-top: 32px;
  }
  .l-recruit__text {
    margin-top: 16px;
    width: 100%;
  }
  .l-recruit__btn {
    margin-top: 32px;
  }
  .l-thanks {
    padding: 64px 0;
  }
  .l-thanks__btn {
    margin-top: 32px;
  }
  .ac-section {
    padding: 64px 0;
  }
  .ac-section:nth-of-type(odd) .ac-section__wrapper {
    grid-template-columns: 1fr;
  }
  .ac-section__title {
    margin-inline: calc((100% - 100dvi) / 2);
    width: 100vw;
  }
  .ac-section__title-span {
    padding: 8px;
  }
  .ac-section__title-span.-contents {
    display: contents;
  }
  .ac-section__title-span.-sp {
    display: inline-block;
  }
  .ac-section__wrapper {
    gap: 32px;
    grid-template-columns: 1fr;
    margin-top: 32px;
  }
  .ac-section__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .ac-section__lead {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-inline: var(--padding-s);
  }
  .ac-section__text {
    margin-top: 32px;
    padding-inline: var(--padding-s);
  }
  .ob-section {
    padding: 48px 0;
  }
  .ob-section__wrapper {
    gap: 8px;
    grid-template-columns: 1fr;
    margin-top: 32px;
    padding-right: 0;
  }
  .ob-section__content {
    padding-inline: var(--padding-s);
  }
  .ob-section__lead {
    margin-top: 16px;
  }
  .ob-service {
    padding: 48px 0;
  }
  .ob-service__text {
    margin-top: 24px;
  }
  .ob-service__wrapper {
    gap: 4px;
    grid-template-columns: repeat(2, 1fr);
  }
  .cp-access {
    padding: 64px 0;
  }
  .cp-access__wrapper {
    gap: 32px;
    grid-template-columns: 1fr;
    margin-top: 32px;
  }
  .cp-access__body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .cp-access__map {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
    aspect-ratio: 375/280;
    margin-inline: calc((100% - 100dvi) / 2);
            order: 1;
    width: 100vw;
  }
  .cp-history {
    padding: 64px 0;
  }
  .cp-history__wrapper {
    margin-top: 24px;
  }
  .cp-message {
    padding: 64px 0;
  }
  .cp-message__wrapper {
    gap: 32px;
    grid-template-columns: 1fr;
    margin-top: 32px;
    padding: 0;
  }
  .cp-message__body {
    padding-inline: var(--padding-s);
  }
  .cp-message__name {
    margin-top: 24px;
  }
  .cp-overview {
    padding: 64px 0;
  }
  .cp-overview__wrapper {
    margin-top: 32px;
  }
  .cp-philosophy {
    padding: 64px 0 128px;
  }
  .cp-philosophy__wrapper {
    gap: 32px;
    margin-top: 32px;
  }
  .cp-philosophy__image {
    height: 70%;
    width: 30%;
  }
  .cp-strategy {
    padding: 64px 0;
  }
  .cp-strategy__wrapper {
    gap: 24px;
    margin-top: 32px;
    padding-inline: var(--padding-s);
  }
  .cp-strategy__text {
    padding-inline: var(--padding-s);
  }
  .fr-business {
    padding: 64px 0;
  }
  .fr-business__wrapper {
    margin-inline: calc((100% - 100dvi) / 2);
    margin-top: 48px;
    width: 100vw;
  }
  .fr-information {
    padding: 64px 0;
  }
  .fr-information__wrapper {
    gap: 4px;
    grid-template-columns: repeat(2, 1fr);
    margin-inline: calc((100% - 100dvi) / 2);
    width: 100vw;
  }
  .fr-information__link {
    gap: 16px;
    right: 10px;
  }
  .fr-ir {
    padding: 64px 0;
  }
  .fr-ir__wrapper {
    margin-top: 32px;
    width: 100%;
  }
  .fr-ir__list {
    grid-template-columns: 1fr;
  }
  .fr-ir__item a {
    color: var(--color-white);
    padding: 16px 0;
  }
  .fr-ir__item a svg {
    height: 24px;
    width: 24px;
  }
  .fr-mv {
    min-height: 420px;
    padding: 64px 0;
  }
  .fr-mv__inner {
    padding: 0;
  }
  .fr-mv__title {
    gap: 24px;
  }
  .fr-mv__title-lead {
    display: grid;
    gap: 8px;
    place-items: flex-start;
  }
  .fr-mv__title-span {
    padding: 4px 16px;
  }
  .fr-mv__title-span.-pc {
    display: contents;
  }
  .fr-mv__title-span.-sp {
    display: inline-block;
  }
  .fr-news {
    padding: 64px 0;
  }
  .fr-news__wrapper {
    margin-top: 40px;
  }
  .fr-news__btn {
    margin-top: 40px;
  }
  .fr-recruit {
    padding: 64px 0;
  }
  .fr-recruit__wrapper {
    gap: 24px;
    grid-template-columns: 1fr;
    margin-top: 48px;
  }
  .fr-recruit__image {
    margin-inline: calc((100% - 100dvi) / 2);
    width: 100vw;
  }
  .fr-recruit__text {
    margin-top: 16px;
  }
  .fr-recruit__value li:nth-of-type(2), .fr-recruit__value li:nth-of-type(3) {
    margin-left: 0;
  }
  .fr-recruit__btn {
    text-align: center;
  }
  .fr-social {
    padding: 64px 0;
  }
  .fr-social::before {
    height: 80%;
  }
  .fr-social__text {
    margin-top: 24px;
    text-align: left;
  }
  .fr-social__scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fr-social__wrapper + .fr-social__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fr-social__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    gap: 24px;
    margin-top: 40px;
    padding-right: 24px;
    -webkit-animation: left-scroll 20s linear infinite;
            animation: left-scroll 20s linear infinite;
  }
  .fr-social__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 300px;
  }
  .fr-sustainable {
    padding: 64px 0;
  }
  .fr-sustainable__wrapper {
    gap: 24px;
    grid-template-columns: 1fr;
    margin-top: 32px;
  }
  .fr-sustainable__body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .fr-sustainable__text {
    margin-top: 16px;
  }
  .fr-sustainable__btn {
    text-align: center;
  }
  .fr-sustainable__images {
    display: contents;
  }
  .fr-sustainable__image.-first {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
    margin-right: calc(var(--padding-s) * -1);
            order: 1;
    width: 100%;
  }
  .fr-sustainable__image.-second {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
    margin-left: calc(var(--padding-s) * -1);
    margin-top: 32px;
            order: 3;
    position: relative;
    width: 80%;
  }
  .gp-section {
    padding: 64px 0;
  }
  .gp-section__wrapper {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }
  .ir-calendar {
    padding: 64px 0;
  }
  .ir-calendar__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 24px;
  }
  .ir-calendar__btn {
    margin-top: 32px;
  }
  .ir-calendar__wrapper {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
  .ir-news {
    padding: 64px 0;
  }
  .ir-news::before {
    height: 20%;
  }
  .rec-content {
    padding: 64px 0;
  }
  .rec-content__wrapper {
    margin-top: 24px;
  }
  .rec-content__btn {
    margin-top: 32px;
  }
  .rec-heading {
    padding: 64px 0;
  }
  .rec-heading__wrapper {
    grid-template-columns: 1fr;
    padding-right: 0;
  }
  .rec-heading__text {
    padding-inline: var(--padding-s);
  }
  .st-about {
    padding: 64px 0 48px;
  }
  .st-about__wrapper {
    gap: 8px;
    grid-template-columns: 1fr;
    margin-top: 32px;
    padding-right: 0;
  }
  .st-about__content {
    padding-inline: var(--padding-s);
  }
  .st-about__lead {
    margin-top: 16px;
  }
  .st-card {
    padding: 32px 8px;
  }
  .st-card:nth-of-type(2), .st-card:nth-of-type(3), .st-card:nth-of-type(4) {
    margin-top: 0;
  }
  .st-card__title {
    padding-bottom: 24px;
  }
  .st-card__text {
    margin-top: 24px;
  }
  .st-future {
    padding: 64px 0;
  }
  .st-future__wrapper {
    gap: 24px;
    grid-template-columns: 1fr;
    margin-top: 32px;
    padding-right: 0;
  }
  .st-future__content {
    padding-inline: var(--padding-s);
  }
  .st-future__title {
    text-align: center;
  }
  .st-initiative {
    padding: 64px 0;
  }
  .st-initiative::before {
    height: 15%;
  }
  .st-initiative__wrapper {
    gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 32px;
  }
  .st-initiative__item {
    padding: 16px 8px 48px;
  }
  .st-materiality__wrapper {
    gap: 32px;
    grid-template-columns: 1fr;
    margin-top: 32px;
  }
  .st-value {
    padding: 64px 0;
  }
  .st-value__wrapper {
    gap: 24px;
    grid-template-columns: 1fr;
    margin-top: 32px;
    padding-left: 0;
  }
  .st-value__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-inline: var(--padding-s);
  }
  .st-value__title {
    text-align: center;
  }
  .st-value__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-breadcrumb {
    gap: 8px;
  }
  .c-breadcrumb__item::before {
    margin-right: 4px;
  }
  .c-business-card {
    gap: 16px;
    grid-template-columns: 1fr;
    padding-bottom: 48px;
    padding-top: 24px;
  }
  .c-business-card__head {
    padding-left: 0;
    padding-right: 24px;
    text-align: right;
  }
  .c-business-card__text {
    grid-column: 1;
    padding-inline: 8px;
  }
  .c-business-card__arrow {
    right: 8px;
    width: 24px;
  }
  .c-gNav {
    display: none;
  }
  .c-ir-post svg {
    height: 24px;
    width: 24px;
  }
  .c-ir-post__title span,
  .c-ir-post__title a {
    grid-template-columns: auto 18px;
  }
  .c-ir-post__title a[href*=".pdf"]::after {
    height: 18px;
    width: 18px;
  }
  .c-news {
    gap: 8px;
  }
  .c-news__head {
    gap: 8px;
  }
  .c-scrollTextAnimation__item {
    font-size: 24px;
  }
  .c-table tr {
    border-bottom: 1px solid var(--color-border);
    display: grid;
    gap: 16px;
    padding-block: 32px;
  }
  .c-table th, .c-table td {
    border-bottom: none;
    padding-block: 0;
  }
  .c-table th {
    width: 100%;
  }
  .c-table td {
    padding-left: 0;
    width: 100%;
  }
  .u-hide {
    display: none;
  }
  .u-show {
    display: block;
  }
}

@media (any-hover: hover) {
  .l-footer__policy-list li a:-moz-any-link:hover {
    opacity: 0.6;
  }
  .l-footer__policy-list li a:any-link:hover, .l-footer__policy-list li a:enabled:hover {
    opacity: 0.6;
  }
  .l-footer__item a:-moz-any-link:hover, .l-footer__sub-item a:-moz-any-link:hover {
    opacity: 0.6;
  }
  .l-footer__item a:any-link:hover, .l-footer__item a:enabled:hover,
  .l-footer__sub-item a:any-link:hover,
  .l-footer__sub-item a:enabled:hover {
    opacity: 0.6;
  }
  .l-header__text a:-moz-any-link:hover {
    color: var(--color-primary);
  }
  .l-header__text a:any-link:hover, .l-header__text a:enabled:hover {
    color: var(--color-primary);
  }
  .l-header__btn a:-moz-any-link:hover {
    background-color: transparent;
    color: var(--color-primary);
  }
  .l-header__btn a:any-link:hover, .l-header__btn a:enabled:hover {
    background-color: transparent;
    color: var(--color-primary);
  }
  .fr-information__item:-moz-any-link:hover {
    filter: brightness(1.2);
  }
  .fr-information__item:any-link:hover, .fr-information__item:enabled:hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
  .fr-information__item:-moz-any-link:hover .fr-information__image img {
    scale: 1.05;
  }
  .fr-information__item:any-link:hover .fr-information__image img, .fr-information__item:enabled:hover .fr-information__image img {
    scale: 1.05;
  }
  .fr-ir__item a:-moz-any-link:hover {
    color: var(--color-primary);
  }
  .fr-ir__item a:any-link:hover, .fr-ir__item a:enabled:hover {
    color: var(--color-primary);
  }
  .fr-ir__item a:-moz-any-link:hover::after {
    width: 100%;
  }
  .fr-ir__item a:any-link:hover::after, .fr-ir__item a:enabled:hover::after {
    width: 100%;
  }
  .fr-ir__item a:-moz-any-link:hover svg path {
    fill: var(--color-primary);
  }
  .fr-ir__item a:any-link:hover svg path, .fr-ir__item a:enabled:hover svg path {
    fill: var(--color-primary);
  }
  .fr-ir__item a:-moz-any-link:hover svg circle {
    fill: var(--color-white);
  }
  .fr-ir__item a:any-link:hover svg circle, .fr-ir__item a:enabled:hover svg circle {
    fill: var(--color-white);
  }
  .fr-tabs__item:-moz-any-link:hover {
    background-color: var(--color-bg);
    color: var(--color-primary);
  }
  .fr-tabs__item:any-link:hover, .fr-tabs__item:enabled:hover {
    background-color: var(--color-bg);
    color: var(--color-primary);
  }
  .ir-calendar__link:-moz-any-link:hover {
    background-color: var(--color-white);
    color: var(--color-primary);
  }
  .ir-calendar__link:any-link:hover, .ir-calendar__link:enabled:hover {
    background-color: var(--color-white);
    color: var(--color-primary);
  }
  .ir-calendar__link:-moz-any-link:hover svg g {
    animation: calendar-icon 0.6s ease-in-out both;
  }
  .ir-calendar__link:any-link:hover svg g, .ir-calendar__link:enabled:hover svg g {
    -webkit-animation: calendar-icon 0.6s ease-in-out both;
            animation: calendar-icon 0.6s ease-in-out both;
  }
  .c-btn[data-color=default]:-moz-any-link:hover {
    --text: var(--color-white);
    --bg: var(--color-primary);
  }
  .c-btn[data-color=default]:any-link:hover, .c-btn[data-color=default]:enabled:hover {
    --text: var(--color-white);
    --bg: var(--color-primary);
  }
  .c-btn[data-color=white]:-moz-any-link:hover {
    --text: var(--color-primary);
    --bg: var(--color-white);
  }
  .c-btn[data-color=white]:any-link:hover, .c-btn[data-color=white]:enabled:hover {
    --text: var(--color-primary);
    --bg: var(--color-white);
  }
  .c-btn[data-color=blue]:-moz-any-link:hover {
    --text: var(--color-primary);
    --bg: var(--color-white);
  }
  .c-btn[data-color=blue]:any-link:hover, .c-btn[data-color=blue]:enabled:hover {
    --text: var(--color-primary);
    --bg: var(--color-white);
  }
  .c-btn[data-color=navy]:-moz-any-link:hover {
    --text: var(--color-navy);
    --bg: var(--color-white);
  }
  .c-btn[data-color=navy]:any-link:hover, .c-btn[data-color=navy]:enabled:hover {
    --text: var(--color-navy);
    --bg: var(--color-white);
  }
  .c-gNav__item a:-moz-any-link:hover .c-gNav__en {
    color: var(--color-primary);
  }
  .c-gNav__item a:any-link:hover .c-gNav__en, .c-gNav__item a:enabled:hover .c-gNav__en {
    color: var(--color-primary);
  }
  .c-gNav__subItem a:-moz-any-link:hover {
    color: var(--color-primary);
  }
  .c-gNav__subItem a:any-link:hover, .c-gNav__subItem a:enabled:hover {
    color: var(--color-primary);
  }
  .c-ir-post__title span:-moz-any-link:hover, .c-ir-post__title a:-moz-any-link:hover {
    opacity: 0.6;
  }
  .c-ir-post__title span:any-link:hover, .c-ir-post__title span:enabled:hover,
  .c-ir-post__title a:any-link:hover,
  .c-ir-post__title a:enabled:hover {
    opacity: 0.6;
  }
  .c-ir-post a:-moz-any-link:hover svg g[mask="url(#mask0_429_19930)"] {
    animation: download-icon 0.6s var(--ease-type) both;
  }
  .c-ir-post a:any-link:hover svg g[mask="url(#mask0_429_19930)"], .c-ir-post a:enabled:hover svg g[mask="url(#mask0_429_19930)"] {
    -webkit-animation: download-icon 0.6s var(--ease-type) both;
            animation: download-icon 0.6s var(--ease-type) both;
  }
}

@media (max-width: 1280px) {
  .l-recruit__bg::before {
    width: 30%;
  }
}

@media (max-width: 1280px) and (max-width: 767px) {
  .l-recruit__bg::before {
    height: 40%;
    width: 60%;
  }
}

@media screen and (min-width: 767px) {
  #business .fr-business__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
    row-gap: 64px;
  }
  #business .fr-business__arrows {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */