abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

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

ins,
mark {
  background-color: #ff9;
}

mark {
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img,
video {
  font-size: 0;
  line-height: 0;
}

.privacy_policy a {
  text-decoration: underline;
}

.privacy_policy a:hover {
  color: #a50034;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden="until-found"])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  tab-size: 2;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
  box-sizing: border-box;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role="button"], [role="option"]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog) {
  border: none;
  background: none;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

:where(dialog:not([open])) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

:root {
  --vh: 1vh;
  --vw: 1vw;
  --container: 1248px;
  --container-width-sm: 1008px;
  --spacing: 24px;
  --font-family-en: "Roboto", serif;
  --primary: #293ea7;
  --primary-translucent: #293ea744;
  --light-primary: #f4f5fb;
  --alert: #c92900;
  --light-alert: #fff8f6;
  --white: #fff;
  --light-gray: #f8f8f9;
  --gray: #c5c5c5;
  --dark-gray: #888888;
  --black: #333333;
  --two-tone-border: linear-gradient(
    to right,
    var(--primary) 30px,
    var(--gray) 30.02px,
    var(--gray)
  );
  --header-height: 72px;
}

body {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.05em;
  line-break: strict;
}

main a img {
  transition: opacity 0.3s ease;
}
main a:hover img {
  opacity: 0.7;
}
*:has(> wbr) {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#main {
  position: relative;
  flex-grow: 1;
  overflow-x: clip;
  background-color: var(--white);
}
.page__member #main {
  background-color: var(--light-primary);
}

.mv {
  margin-top: calc(var(--header-height) * -1);
  position: relative;
  height: 100lvh;
  max-height: 780px;
}
.mv::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 170px;
  background: linear-gradient(to top, rgb(4, 9, 49), rgba(4, 9, 49, 0));
}

.mv__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.mv__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin-inline: auto;
  padding-top: 108px;
  padding-inline: 24px;
  box-sizing: content-box;
}

.mv__ja-lead {
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: var(--white);
  word-break: keep-all;
  display: inline;
  background-image: linear-gradient(var(--white));
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: bottom;
  padding-bottom: 0.05em;
}

.mv__en-lead {
  font-weight: 400;
  font-family: var(--font-family-en);
  color: var(--white);
  margin-top: 30px;
  max-width: 370px;
}

#information {
  margin-top: -24px;
  border-radius: 16px 16px 0 0;
  background-color: inherit;
  padding-top: 100px;
  position: relative;
  z-index: 1;
}

#about-us {
  margin-top: 96px;
}

#member-menu {
  margin-top: 96px;
}

#access {
  margin-top: 169px;
}

.home-primary-heading {
  display: grid;
  row-gap: 18px;
  margin-bottom: 14px;
}

.home-primary-heading--deco {
  position: relative;
}
.home-primary-heading--deco::before {
  content: "";
  position: absolute;
  width: 186px;
  height: 196px;
  left: -100px;
  top: -100px;
  background-image: url(/assets/images/deco_lightning.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.home-primary-heading--deco-blue-white::before {
  background-image: url(/assets/images/deco_lightning_blue_white.svg);
}

.home-primary-heading--deco-right::before {
  left: initial;
  right: 0;
}

.home-primary-heading__en {
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: var(--primary);
  position: relative;
  z-index: 1;
}
.home-primary-heading__en::before {
  content: "-";
}

.home-primary-heading__ja {
  font-size: 2.5rem;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.home-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 24px;
  background-color: var(--white);
  border: 1px solid var(--gray);
  border-radius: 8px;
  line-height: 1.25;
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease;
  padding-block: 0.25em;
}
.home-link-button::before {
  content: "";
  flex-shrink: 0;
  display: block;
  background-color: var(--primary);
  -webkit-mask: url(/assets/images/ic_door.svg) no-repeat center center/contain;
  mask: url(/assets/images/ic_door.svg) no-repeat center center/contain;
  width: 40px;
  height: 40px;
  transition: background-color 0.3s ease;
}
.home-link-button:hover {
  color: var(--white);
  background-color: var(--primary);
  border-color: var(--primary);
}
.home-link-button:hover::before {
  background-color: var(--white);
}

.home-link-button__inner {
  width: 100%;
  display: grid;
  row-gap: 20px;
}

.home-link-button__label {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}

.home-link-button__description {
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.home-link-button__icon {
  flex-shrink: 0;
  position: relative;
  display: block;
  background-color: var(--primary);
  -webkit-mask: url(/assets/images/ic_arrow.svg) no-repeat center center/contain;
  mask: url(/assets/images/ic_arrow.svg) no-repeat center center/contain;
  width: 23px;
  height: 23px;
  transition: background-color 0.3s ease;
}
.home-link-button:hover .home-link-button__icon {
  background-color: var(--white);
}

.home-information-block {
  display: grid;
  grid-template-columns: 384fr 792fr;
  column-gap: 24px;
}

.home-information-block__head {
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 42px;
}

.home-information-block__foot {
  grid-column: span 2;
  display: flex;
  justify-content: center;
  margin-top: 96px;
}

.home-member-menu-block__head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  column-gap: 24px;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.home-member-menu-block__head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-image: var(--two-tone-border);
}

.home-access-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  align-items: center;
}

.home-access-block__map {
  order: 1;
}

.home-access-block__content {
  order: 2;
  display: grid;
  row-gap: 30px;
}

.access-indent {
  text-indent: -5.2em;
  padding-left: 5.2em;
}

.page--child {
  position: relative;
  overflow: clip !important;
}
.page--child::before {
  content: "";
  position: absolute;
  right: 450px;
  top: -1970px;
  width: 480px;
  height: 4243px;
  transform: rotate(43deg);
  background: linear-gradient(to bottom, #a50034 0%, #a50034 60%, #ffffff);
}

.president-name {
  display: flex;
  align-items: center;
}
.president-name__main {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2;
}
.president-name__sub {
  font-family: "Roboto", serif;
  font-weight: 600;
  font-size: 0.75rem;
  margin-top: 5px;
  margin-left: 9px;
}

p:has(+ .president-name) {
  margin-bottom: 0;
}

.about-company {
  width: 100vw;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  margin-bottom: 110px;
}
.about-company__circle {
  position: sticky;
  top: 66px;
  width: calc(100% + 211px);
  display: flex;
  align-items: center;
  height: calc(100svh - 66px);
  transform: translateX(-211px);
}
.about-company__circle-images {
  position: relative;
  width: 100%;
  aspect-ratio: 474/474;
  max-width: 474px;
  background: url(/recruit/assets/images/about_img03_01.svg) no-repeat center
    center/cover;
}
.about-company__circle-images img {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}
.about-company__label {
  position: absolute;
  right: -30px;
  top: 50%;
  font-family: "Roboto", serif;
  font-size: 1rem;
  font-weight: 600;
  transform: rotate(90deg);
  border-bottom: #333 3px solid;
}
.about-company__blocks {
  position: relative;
  margin-left: 233px;
  z-index: 2;
}
.about-company__block-wrapper {
  position: sticky;
  top: 66px;
  height: calc(100svh - 66px);
  display: flex;
  align-items: center;
}
.about-company__block-wrapper:last-child .about-company__block {
  transform: scale(1) !important;
}
.about-company__block {
  transform-origin: right bottom;
  background-color: #fff;
  padding: 80px;
  margin-right: 6.0761346999%;
  display: grid;
  grid-template-areas: "head button" "details details";
  grid-template-columns: 1fr 230px;
}
.about-company__head {
  grid-area: head;
  margin-bottom: 30px;
}
.about-company__button {
  grid-area: button;
}
.about-company__details {
  grid-area: details;
  display: flex;
  align-items: flex-start;
  column-gap: 40px;
}
.about-company__name {
  font-size: 1.25rem;
  line-height: 2;
  font-weight: bold;
  background: none;
  padding-left: 0;
}
.about-company__address {
  font-size: 0.875rem;
  line-height: 2;
  font-weight: bold;
  position: relative;
  padding-left: 21px;
  margin-bottom: 0;
}
.about-company__address::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  aspect-ratio: 20/20;
  background: url(/recruit/assets/images/ic_about_address.svg) no-repeat center
    center/cover;
}
.about-company__subtitle {
  font-weight: bold;
  line-height: 2;
  margin-bottom: 10px;
}
.about-company__products {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.about-company__products-item {
  display: block !important;
  width: calc(50% - 5px);
  background-color: #ecefed;
  border-left: #a50034 3px solid;
  padding: 10px 15px;
  font-size: 0.875rem;
  line-height: 2;
  font-weight: bold;
}
.about-company__products-item::before {
  display: none;
}

.header {
  height: var(--header-height);
  position: relative;
  z-index: 100;
  padding-inline: 24px;
  padding-block: 12px;
  transition:
    background-color 0.2s ease-out,
    color 0.2s ease-out;
}
.page__top .header {
  color: var(--white);
}
.page__child .header {
  background-color: var(--white);
  color: var(--black);
}

.header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 32px;
}

.header__logo {
  flex-shrink: 0;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.16em;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.header__menu__inner {
  display: flex;
  align-items: center;
  column-gap: 40px;
}

.header__nav {
  display: flex;
  align-items: center;
  column-gap: 40px;
}

.header__nav__item {
  font-weight: 400;
  line-height: 1.25;
}

.header__buttons {
  flex-shrink: 0;
}

.header__member-button {
  font-weight: 400;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  column-gap: 12px;
  border-radius: 4px;
  background-color: var(--primary);
  border: var(--primary) 1px solid;
  color: var(--white);
  padding: 0.25em 1.5em;
  min-height: 47px;
  transition:
    color 0.3s ease,
    background-color 0.3s ease;
}
.header__member-button::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1lh;
  vertical-align: bottom;
  -webkit-mask-image: url(/assets/images/ic_member.svg);
  mask-image: url(/assets/images/ic_member.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  background-color: currentColor;
}

.header__hamburger {
  display: none;
}

.header__hamburger__line {
  --_line-height: 2px;
  --_line-width: 24px;
  height: var(--_line-height);
  width: var(--_line-width);
  border-radius: 1px;
  position: absolute;
  top: calc(50% - var(--_line-height) / 2);
  left: calc(50% - var(--_line-width) / 2);
  background-color: var(--white);
  transition:
    translate 0.2s ease-out,
    rotate 0.2s ease-out;
}
.header__hamburger__line.line01 {
  translate: 0 -10px;
}
.header__hamburger__line.line03 {
  translate: 0 10px;
}
.header__hamburger[aria-expanded="true"] .header__hamburger__line {
  border-color: var(--white);
}
.header__hamburger[aria-expanded="true"] .header__hamburger__line.line01 {
  translate: 0;
  rotate: -45deg;
  --_line-width: 31px;
}
.header__hamburger[aria-expanded="true"] .header__hamburger__line.line02 {
  scale: 0 1;
}
.header__hamburger[aria-expanded="true"] .header__hamburger__line.line03 {
  translate: 0;
  rotate: 45deg;
  --_line-width: 31px;
}

.footer {
  border-top: 1px solid var(--gray);
  background-color: var(--white);
}

.footer__inner {
  max-width: 1200px;
  box-sizing: content-box;
  margin-inline: auto;
  padding-block: 64px;
  padding-inline: 24px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  column-gap: 24px;
}

.footer__logo {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.25;
  word-break: keep-all;
}

.footer__address {
  font-size: 0.875rem;
  margin-top: 20px;
  line-height: 1.75;
  word-break: keep-all;
}

.footer__link {
  font-size: 0.75rem;
  margin-top: 24px;
  color: var(--primary);
  text-decoration: underline;
}

.footer__menu {
  flex-grow: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 24px;
}

.footer__nav {
  border-left: 1px solid var(--gray);
  padding-left: 24px;
}

.footer__nav__item {
  line-height: 1.5;
}
.footer__nav__item + .footer__nav__item {
  margin-top: 20px;
}
.footer__nav__item > a[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1lh;
  vertical-align: bottom;
  background-image: url(/assets/images/ic_external.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-left: 8px;
}

.footer__copyright {
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  padding-block: 20px;
  padding-inline: 24px;
  line-height: 1;
  font-size: 0.75rem;
}

.breadcrumb {
  position: relative;
  z-index: 2;
  padding: 0 var(--spacing);
}
.page__member .breadcrumb {
  color: var(--white);
  margin-top: auto;
}
.page__member .breadcrumb a {
  color: var(--white);
}
.page__member .breadcrumb .breadcrumb__list-item:not(:last-child)::after {
  border-color: var(--white);
}
.breadcrumb__inner {
  transform: translateY(-48px);
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 6px;
}
.breadcrumb__list-item {
  font-size: 0.875rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
.breadcrumb__list-item:not(:last-child) {
  margin-right: 8px;
}
.breadcrumb__list-item:not(:last-child)::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: var(--black) 1px solid;
  border-bottom: var(--black) 1px solid;
  transform: rotate(-45deg);
  margin-left: 6px;
}
.breadcrumb__list-item a {
  color: var(--primary);
  text-decoration: underline;
}
.breadcrumb__list-item a:hover {
  text-decoration: none;
}
.local-menu__button {
  position: absolute;
  right: 16px;
  top: 12px;
  width: 90px;
  background-color: var(--white);
  border-radius: 4px;
  display: flex;
  align-items: center;
  column-gap: 9px;
  padding: 8px 8px;
  z-index: 10;
}
.local-menu__button-text {
  color: var(--primary);
  font-size: 0.625rem;
  line-height: 1.2;
}
.local-menu__button-icon {
  flex: 0 0 auto;
  width: 24px;
  height: 18px;
  position: relative;
}
.local-menu__button-line {
  --_line-height: 2px;
  --_line-width: 24px;
  height: var(--_line-height);
  width: var(--_line-width);
  border-radius: 1px;
  position: absolute;
  top: calc(50% - var(--_line-height) / 2);
  left: calc(50% - var(--_line-width) / 2);
  background-color: var(--primary);
  transition:
    translate 0.2s ease-out,
    rotate 0.2s ease-out;
}
.local-menu__button-line.line01 {
  translate: 0 -8px;
}
.local-menu__button-line.line03 {
  translate: 0 8px;
}
.local-menu__button[aria-expanded="true"] .local-menu__button-line {
  border-color: var(--primary);
}
.local-menu__button[aria-expanded="true"] .local-menu__button-line.line01 {
  translate: 0;
  rotate: -45deg;
  --_line-width: 31px;
}
.local-menu__button[aria-expanded="true"] .local-menu__button-line.line02 {
  scale: 0 1;
}
.local-menu__button[aria-expanded="true"] .local-menu__button-line.line03 {
  translate: 0;
  rotate: 45deg;
  --_line-width: 31px;
}
.local-menu__header {
  border-radius: 8px 8px 0 0;
  background-color: var(--white);
  overflow: hidden;
}
.local-menu__header a {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  color: var(--white) !important;
  padding: 22px 50px 22px 20px;
  line-height: 1.5;
  position: relative;
  background-color: var(--primary);
  transition: opacity 0.3s ease;
}
.local-menu__header a:hover {
  opacity: 0.7;
}
.local-menu__header a:hover::after {
  right: 10px;
}
.local-menu__header a::after {
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
  width: 14px;
  height: 14px;
  border-right: var(--white) 1px solid;
  border-bottom: var(--white) 1px solid;
  transform: rotate(-45deg) translateY(-50%);
  transition: right 0.3s ease;
}
.local-menu__list {
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  background-color: var(--white);
  box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.local-menu__list > .list__item:not(:last-child) {
  border-bottom: #c5c5c5 1px solid;
}
.local-menu__list > .list__item a {
  display: flex;
  padding: 16px 50px 16px 20px;
  line-height: 1.5;
  position: relative;
  transition: opacity 0.3s ease;
}
.local-menu__list > .list__item a:hover {
  opacity: 0.7;
}
.local-menu__list > .list__item a:hover::after {
  right: 10px;
}
.local-menu__list > .list__item a::after {
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
  width: 14px;
  height: 14px;
  border-right: var(--primary) 1px solid;
  border-bottom: var(--primary) 1px solid;
  transform: rotate(-45deg) translateY(-50%);
  transition: right 0.3s ease;
}
.local-menu__sub-list {
  padding-bottom: 8px;
}
.local-menu__sub-list a {
  padding-left: 36px !important;
  padding-block: 8px !important;
}

.container {
  max-width: var(--container);
  padding-inline: 24px;
  margin-inline: auto;
}

.container--width-lg {
  max-width: 1520px;
}

.container--width-sm {
  max-width: var(--container-width-sm);
}

.page__child .section {
  padding: 32px 0;
}

.primary-heading {
  position: relative;
  padding-bottom: 16px;
  line-height: 1.45;
}
.primary-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-image: var(--two-tone-border);
}
.primary-heading .primary-heading__sub {
  font-size: 1rem;
  color: #a50034;
  display: block;
}
.primary-heading .primary-heading__main {
  font-weight: normal;
}

.secondary-heading {
  font-weight: bold;
  line-height: 1.5;
}

.tertiary-heading,
.article h3 {
  font-weight: bold;
  line-height: 1.75;
  display: grid;
  grid-template-columns: 46px 1fr;
  column-gap: 8px;
  color: var(--primary);
}
.tertiary-heading::before,
.article h3::before {
  content: "";
  width: 46px;
  height: 37px;
  background-image: url(/assets/images/deco_tertiary_heading.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.tertiary-heading--alert {
  color: var(--alert);
}
.tertiary-heading--alert::before {
  background-image: url(/assets/images/deco_alert_tertiary_heading.svg);
}

.fourth-heading {
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.fourth-heading.fourth-heading--primary {
  color: #a50034;
}

.fifth-heading {
  font-weight: bold;
  line-height: 1.8;
  padding-left: 18px;
  position: relative;
}
.fifth-heading::before {
  content: "";
  top: 0.5em;
  left: 0;
  margin-top: 4px;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #a50034;
  border-radius: 50%;
}
.fifth-heading.fifth-heading--no-disc {
  padding-left: 0;
}
.fifth-heading.fifth-heading--no-disc::before {
  display: none;
}
.fifth-heading a:hover {
  color: #a50034;
}

.heading__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 40px;
  position: relative;
}
.heading__wrapper:has(.primary-heading)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-image: var(--two-tone-border);
}
.heading__wrapper:has(.primary-heading) .primary-heading {
  margin-bottom: 0;
  padding-bottom: 0;
}
.heading__wrapper:has(.primary-heading) .primary-heading::after {
  display: none;
}
.heading__wrapper:has(.tertiary-heading, .article h3) .tertiary-heading,
.heading__wrapper:has(.tertiary-heading, .article h3) .article h3,
.article .heading__wrapper:has(.tertiary-heading, .article h3) h3 {
  margin-bottom: 0;
}

.number-heading {
  color: var(--primary);
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 16px;
}
.number-heading .number {
  font-family: "Roboto", serif;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1;
  margin-right: 16px;
}

.bg-heading {
  font-size: 1.25rem;
  font-weight: bold;
  padding: 14px 16px;
  background: var(--light-gray);
}

.bg-box,
.is-style-block-bg-white {
  border-radius: 16px;
  background-color: var(--white);
  padding: 40px;
}
.bg-box:has(> .container),
.is-style-block-bg-white:has(> .container) {
  padding-inline: 0;
}

.bg-box--p-lg {
  padding: 64px;
}

.bg-box--p-sm {
  padding: 24px;
}

.bg-box--p-xs {
  padding: 8px 16px;
}

.bg-box--light-primary {
  background-color: var(--light-primary);
}

.bg-box--light-gray {
  background-color: var(--light-gray);
}

.bg-box--light-alert {
  background-color: var(--light-alert);
}

.bg-box--border {
  border: #c5c5c5 1px solid;
  padding: 32px 32px 52px;
}

.bg-box--rounded {
  border-radius: 8px;
}

.bg-box--rounded-0 {
  border-radius: 0;
}

.bg-box--border-alert {
  border-radius: 16px;
  border: var(--alert) 2px solid;
  padding: 40px;
}

.bg-box--border-primary {
  border: var(--primary) 1px solid;
}

.article-crip {
  display: grid;
  grid-template-areas: "heading image" "text image";
  grid-template-columns: 1fr 32%;
  grid-template-rows: auto auto;
  column-gap: 40px;
}
.article-crip.article-crip--gap-wide {
  column-gap: 90px;
}
.article-crip.article-crip--gap-narrow {
  column-gap: 24px;
}
.article-crip.article-crip--img-flex {
  grid-template-columns: auto 1fr;
}
.article-crip.align-center {
  align-items: center;
}
.article-crip.article-crip--reverse {
  direction: rtl;
}
.article-crip.article-crip--reverse .article-crip__text {
  direction: ltr;
}
.article-crip.article-crip--reverse.article-crip--img-flex {
  grid-template-columns: auto minmax(300px, 1fr);
}
.article-crip .article-crip__title {
  grid-area: heading;
  align-self: flex-end;
}
.article-crip .article-crip__text {
  grid-area: text;
  align-self: flex-start;
}
.article-crip .article-crip__img {
  grid-area: image;
}

.button-area {
  display: flex;
}
.button-area .a-button {
  justify-content: space-between;
}

.a-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 8px;
  color: var(--white);
  background-color: var(--primary);
  border: 1px solid transparent;
  border-radius: 4px;
  line-height: 1.4;
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease;
  padding: 0.25em 1em;
}
.a-button:hover {
  color: var(--primary);
  background-color: var(--white);
  border-color: var(--primary);
}
.a-button .a-button__inner {
  width: 100%;
}
.a-button .a-button__icon {
  flex-shrink: 0;
  position: relative;
  display: block;
  background-color: currentColor;
  -webkit-mask: url(/assets/images/ic_arrow.svg) no-repeat center center/contain;
  mask: url(/assets/images/ic_arrow.svg) no-repeat center center/contain;
}

.a-button--outline {
  color: var(--primary);
  background-color: var(--white);
  border-color: var(--primary);
}
.a-button--outline:hover {
  color: var(--white);
  background-color: var(--primary);
  border-color: var(--white);
}

.a-button--underline,
.is-style-button-word .a-button,
.is-style-button-excel .a-button,
.is-style-button-pdf .a-button {
  background-color: transparent;
  color: var(--primary);
  border-color: var(--primary-translucent) !important;
  border-radius: 0;
  border-top: 0;
  border-inline: 0;
  padding-top: 0;
  padding-inline: 0;
  transition: opacity 0.3s ease;
}
.a-button--underline:hover,
.is-style-button-word .a-button:hover,
.is-style-button-excel .a-button:hover,
.is-style-button-pdf .a-button:hover {
  opacity: 0.7;
}

.a-button--noline {
  background-color: transparent;
  color: var(--primary);
  border: none !important;
  border-radius: 0;
  border-top: 0;
  border-inline: 0;
  padding-top: 0;
  padding-inline: 0;
  transition: opacity 0.3s ease;
}
.a-button--noline:hover {
  opacity: 0.7;
}

.a-button--type-external .a-button__icon {
  width: 20px !important;
  height: 20px !important;
  -webkit-mask-image: url(/assets/images/ic_external.svg);
  mask-image: url(/assets/images/ic_external.svg);
  margin-left: 18px;
}

.a-button--type-more .a-button__icon {
  width: 20px !important;
  height: 20px !important;
  -webkit-mask-image: url(/assets/images/ic_more.svg);
  mask-image: url(/assets/images/ic_more.svg);
  margin-left: 18px;
}

.a-button--type-download,
.is-style-button-word .a-button,
.is-style-button-excel .a-button,
.is-style-button-pdf .a-button {
  background-color: var(--white);
  border-color: var(--primary);
  color: var(--primary);
  min-height: 48px !important;
  min-width: 240px !important;
  transition: opacity 0.3s ease;
}
.a-button--type-download:hover,
.is-style-button-word .a-button:hover,
.is-style-button-excel .a-button:hover,
.is-style-button-pdf .a-button:hover {
  opacity: 0.7;
}
.a-button--type-download .a-button__icon,
.is-style-button-word .a-button .a-button__icon,
.is-style-button-excel .a-button .a-button__icon,
.is-style-button-pdf .a-button .a-button__icon {
  width: 20px !important;
  height: 20px !important;
  -webkit-mask-image: url(/assets/images/ic_download.svg);
  mask-image: url(/assets/images/ic_download.svg);
  margin-left: 18px;
}

.a-button--type-pdf::before,
.is-style-button-pdf .a-button::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 21px;
  height: 1lh;
  vertical-align: bottom;
  -webkit-mask-image: url(/assets/images/ic_pdf.svg);
  mask-image: url(/assets/images/ic_pdf.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  background-color: currentColor;
}

.a-button--type-excel::before,
.is-style-button-excel .a-button::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 21px;
  height: 1lh;
  vertical-align: bottom;
  -webkit-mask-image: url(/assets/images/ic_excel.svg);
  mask-image: url(/assets/images/ic_excel.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  background-color: currentColor;
}

.a-button--type-word::before,
.is-style-button-word .a-button::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 21px;
  height: 1lh;
  vertical-align: bottom;
  -webkit-mask-image: url(/assets/images/ic_word.svg);
  mask-image: url(/assets/images/ic_word.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  background-color: currentColor;
}

.a-button--type-member::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 23px;
  height: 1lh;
  vertical-align: bottom;
  -webkit-mask-image: url(/assets/images/ic_member.svg);
  mask-image: url(/assets/images/ic_member.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  background-color: currentColor;
}

.a-button--width-full {
  display: flex;
  min-width: auto !important;
}

.a-button--anchor .a-button__icon {
  transform: rotate(90deg);
}

.icon-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 12px;
  background-color: var(--white);
  border: 1px solid var(--gray);
  border-radius: 4px;
  line-height: 1.25;
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease;
  padding-block: 0.25em;
  padding-inline: 20px;
  width: 100%;
}
.icon-link-button::before {
  content: "";
  flex-shrink: 0;
  display: block;
  background-color: var(--primary);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 32px;
  height: 32px;
  transition: background-color 0.3s ease;
}
.icon-link-button:hover {
  color: var(--white);
  background-color: var(--primary);
  border-color: var(--primary);
}
.icon-link-button:hover::before {
  background-color: var(--white);
}

.icon-link-button--icon-video::before {
  -webkit-mask-image: url(/assets/images/ic_video.svg);
  mask-image: url(/assets/images/ic_video.svg);
}

.icon-link-button--icon-member-transfer::before {
  -webkit-mask-image: url(/assets/images/ic_member-transfer.svg);
  mask-image: url(/assets/images/ic_member-transfer.svg);
}

.icon-link-button--icon-member-roster::before {
  -webkit-mask-image: url(/assets/images/ic_member-roster.svg);
  mask-image: url(/assets/images/ic_member-roster.svg);
}

.icon-link-button--icon-pc::before {
  -webkit-mask-image: url(/assets/images/ic_pc.svg);
  mask-image: url(/assets/images/ic_pc.svg);
}

.icon-link-button--icon-meter::before {
  -webkit-mask-image: url(/assets/images/ic_meter.svg);
  mask-image: url(/assets/images/ic_meter.svg);
}

.icon-link-button--icon-mutuals::before {
  -webkit-mask-image: url(/assets/images/ic_mutuals.svg);
  mask-image: url(/assets/images/ic_mutuals.svg);
}

.icon-link-button--icon-labor-union::before {
  -webkit-mask-image: url(/assets/images/ic_labor-union.svg);
  mask-image: url(/assets/images/ic_labor-union.svg);
}

.icon-link-button--icon-procedure::before {
  -webkit-mask-image: url(/assets/images/ic_procedure.svg);
  mask-image: url(/assets/images/ic_procedure.svg);
}

.icon-link-button--icon-data-update::before {
  -webkit-mask-image: url(/assets/images/ic_data-update.svg);
  mask-image: url(/assets/images/ic_data-update.svg);
}

.icon-link-button--icon-list::before {
  -webkit-mask-image: url(/assets/images/ic_list.svg);
  mask-image: url(/assets/images/ic_list.svg);
}

.icon-link-button--icon-folder::before {
  -webkit-mask-image: url(/assets/images/ic_folder.svg);
  mask-image: url(/assets/images/ic_folder.svg);
}

.icon-link-button--icon-docs::before {
  -webkit-mask-image: url(/assets/images/ic_docs.svg);
  mask-image: url(/assets/images/ic_docs.svg);
}

.icon-link-button__inner {
  width: 100%;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
}

.icon-link-button__icon {
  flex-shrink: 0;
  position: relative;
  display: block;
  background-color: var(--primary);
  -webkit-mask: url(/assets/images/ic_arrow.svg) no-repeat center center/contain;
  mask: url(/assets/images/ic_arrow.svg) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  transition: background-color 0.3s ease;
}
.icon-link-button:hover .icon-link-button__icon {
  background-color: var(--white);
}

.button-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.button-list--col-2 {
  grid-template-columns: repeat(2, 1fr);
}

.button-list--auto-fill {
  grid-template-columns: repeat(auto-fill, 320px);
}

.button-select {
  width: fit-content;
  min-height: 38px;
  position: relative;
  font-size: 0.875rem;
  color: #333;
  font-weight: bold;
  padding: 1px 24px 2px 34px;
  border-radius: 19px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background ease-out 0.2s;
  background: #ecefed;
  font-family: inherit;
}
.button-select::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 14px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #fff;
  transition: background-color ease-out 0.2s;
}
.button-select__text {
  display: none;
}
.button-select:has(.button-select__text:checked) {
  background-color: #a50034;
  color: #333;
}
.button-select:has(.button-select__text:checked)::before {
  background-color: #fff;
}

.button-more {
  display: flex;
  align-items: center;
  text-decoration: none !important;
  transition:
    height ease-out 0.2s,
    background ease-out 0.2s,
    border-radius 0.2s ease-out;
}
.button-more__text {
  font-family: "Roboto", serif;
  margin-right: 10px;
  color: #333;
  font-weight: 600;
  font-size: 1.25rem;
  transition:
    letter-spacing ease-out 0.2s,
    transform ease-out 0.2s;
  line-height: 2;
}
.button-more__icon {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333;
  position: relative;
}
.button-more__icon::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #a50034;
  border-radius: 100%;
  transition: all ease-out 0.2s;
}
.button-more__icon-inner {
  display: block;
  width: 24px;
  height: 6px;
  position: relative;
  z-index: 2;
}
.button-more__icon-inner::before,
.button-more__icon-inner::after {
  content: "";
  background: #fff;
  position: absolute;
}
.button-more__icon-inner::before {
  width: 100%;
  height: 1px;
  left: 0;
  top: calc(50% - 1px);
  transition:
    left 0.2s ease-out,
    background 0.2s ease-out;
}
.button-more__icon-inner::after {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  left: 0;
  top: -0.5px;
  transition:
    left 0.2s ease-out,
    background 0.2s ease-out;
}
.button-more.type-white .button-more__text {
  color: #fff;
}
.button-more.type-white .button-more__icon {
  background-color: #fff;
}
.button-more.type-white .button-more__icon-inner::before,
.button-more.type-white .button-more__icon-inner::after {
  background-color: #333;
}
.button-more.type-small .button-more__text {
  font-size: 0.875rem;
  color: #333;
}
.button-more.type-small .button-more__icon {
  background-color: transparent;
}
.button-more.type-small .button-more__icon-inner::before,
.button-more.type-small .button-more__icon-inner::after {
  background-color: #333;
}
.button-more.type-small.type-white .button-more__text {
  color: #fff;
}
.button-more.type-small.type-white .button-more__icon-inner::before,
.button-more.type-small.type-white .button-more__icon-inner::after {
  background-color: #fff;
}

.page-title {
  display: grid;
  align-items: center;
  row-gap: 18px;
  min-height: 377px;
  overflow: hidden;
  position: relative;
  border-bottom: var(--primary) 1px solid;
  margin-bottom: 48px;
}
.page__member .page-title {
  background-color: var(--primary);
  min-height: 249px;
  color: var(--white);
}
.page__member .page-title .page-title__inner::before {
  width: 157px;
  height: 165px;
  left: -80px;
  top: -97px;
  background-image: url(/assets/images/deco_lightning_blue_white_tp.svg);
}
.page-title__inner {
  max-width: var(--container);
  padding: 0 400px 0 var(--spacing);
  margin-inline: auto;
  width: 100%;
  position: relative;
  z-index: 2;
}
.page-title__inner::before {
  content: "";
  position: absolute;
  width: 225px;
  height: 237px;
  left: -80px;
  top: -144px;
  background-image: url(/assets/images/deco_lightning.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.page-title__group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.page-title__sub {
  font-family: "Roboto", serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: var(--primary);
  margin-bottom: 24px;
}
.page-title__sub::before {
  content: "-";
  margin-right: 4px;
}
.page-title__main {
  font-size: 3rem;
  font-weight: 500;
}
.page-title__img {
  position: absolute;
  right: -140px;
  bottom: 0;
}

.page-title--article {
  background-color: var(--light-primary);
}
.page-title--has-button .page-title__buttons {
  display: flex;
  flex-direction: column;
}
.page-title--has-button .page-title__buttons .a-button {
  min-height: 48px !important;
}
.page-title--has-button .page-title__buttons .a-button + .a-button {
  margin-top: 16px;
}

.article-title {
  padding-block: 120px 40px;
  background-color: var(--light-primary);
  display: grid;
  row-gap: 30px;
  overflow: hidden;
  position: relative;
  margin-bottom: 48px;
}
.article-title__inner {
  max-width: var(--container-width-sm);
  padding-inline: var(--spacing);
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
.article-title__inner::before {
  content: "";
  position: absolute;
  width: 225px;
  height: 237px;
  left: -100px;
  top: -120px;
  background-image: url(/assets/images/deco_lightning_blue_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.article-title__group {
  display: flex;
  column-gap: 24px;
  row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 2;
}
.article-title__tag {
  font-size: 1rem !important;
}
.article-title__date {
  font-size: 1.125rem;
  color: var(--dark-gray);
}
.article-title__main {
  width: 100%;
  font-size: 3rem;
  letter-spacing: 0;
  line-height: 1.5;
}
.article-title__breadcrumb {
  position: static !important;
  transform: none !important;
  max-width: var(--container-width-sm) !important;
  margin-inline: auto;
}

.news-list {
  display: grid;
  grid-template-columns: auto auto 1fr;
}

.news-list__item {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 3;
  column-gap: 8px;
  padding-block: 20px;
  border-bottom: 1px solid var(--gray);
}

.news-list__item__tag--member {
  background-color: var(--primary);
  color: var(--white);
}
.news-list__item__text.type-pdf::after {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 21px;
  height: 1lh;
  vertical-align: bottom;
  -webkit-mask-image: url(/assets/images/ic_pdf.svg);
  mask-image: url(/assets/images/ic_pdf.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  background-color: currentColor;
  margin-left: 8px;
}
.news-list__item__text.type-excel::after {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 21px;
  height: 1lh;
  vertical-align: bottom;
  -webkit-mask-image: url(/assets/images/ic_excel.svg);
  mask-image: url(/assets/images/ic_excel.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  background-color: currentColor;
  margin-left: 8px;
}
.news-list__item__text.type-word::after {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 21px;
  height: 1lh;
  vertical-align: bottom;
  -webkit-mask-image: url(/assets/images/ic_word.svg);
  mask-image: url(/assets/images/ic_word.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  background-color: currentColor;
  margin-left: 8px;
}
.news-list__item__text.type-window::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1lh;
  vertical-align: bottom;
  background-image: url(/assets/images/ic_external.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-left: 8px;
}

a.news-list__item__text {
  text-decoration: underline;
}
a.news-list__item__text:hover {
  text-decoration: none;
}

.pagination-list {
  display: flex;
  align-items: center;
}
.pagination-list > li + li {
  margin-left: 10px;
}
.pagination-list > li .pagination-list__prev {
  width: 35px;
  height: 35px;
  display: block;
  position: relative;
}
.pagination-list > li .pagination-list__prev::before {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 10px;
  height: 10px;
  background: no-repeat top center/contain;
  z-index: 2;
}
.pagination-list > li .pagination-list__prev::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
.pagination-list > li .pagination-list__prev:hover::after {
  background-color: #f6e6eb;
}
.pagination-list > li .pagination-list__prev::before {
  background-image: url(/nagase-techno-service/assets/img/common/pagination_arrow_prev.svg);
}
.pagination-list > li .pagination-list__pager {
  position: relative;
  width: 15px;
  height: 15px;
  display: block;
}
.pagination-list > li .pagination-list__pager::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #a50034;
  border-radius: 50%;
  opacity: 0;
  z-index: 2;
}
.pagination-list > li .pagination-list__pager::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ddd;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
.pagination-list
  > li
  .pagination-list__pager.pagination-list__pager--current::before {
  opacity: 1;
}
.pagination-list
  > li
  .pagination-list__pager:not(.pagination-list__pager--current):hover::after {
  background-color: #f6e6eb;
}
.pagination-list > li .pagination-list__next {
  width: 35px;
  height: 35px;
  display: block;
  position: relative;
}
.pagination-list > li .pagination-list__next::before {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 10px;
  height: 10px;
  background: no-repeat top center/contain;
  z-index: 2;
}
.pagination-list > li .pagination-list__next::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
.pagination-list > li .pagination-list__next:hover::after {
  background-color: #f6e6eb;
}
.pagination-list > li .pagination-list__next::before {
  background-image: url(/nagase-techno-service/assets/img/common/pagination_arrow_next.svg);
}

.img--round img {
  border-radius: 10px;
}

.figure {
  max-width: 1000px;
  margin-inline: auto;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 18, 18, 0.7);
  z-index: 1001;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
[data-modal-open="true"] .modal {
  display: block;
  animation-name: fadeInAnime;
}
[data-modal-open="false"] .modal {
  animation-name: fadeOutAnime;
}
.modal__inner {
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal__contents {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modal__close {
  font-size: 0;
  color: transparent;
  position: absolute;
  top: -30px;
  right: 0;
  width: 30px;
  height: 15px;
}
.modal__close::before,
.modal__close::after {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
}
.modal__close::before {
  transform: rotate(30deg);
}
.modal__close::after {
  transform: rotate(-30deg);
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutAnime {
  0% {
    display: block;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.accordion + .accordion {
  margin-top: 96px;
}

.accordion__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1rem;
  position: relative;
  margin-bottom: 0 !important;
}

.accordion__button {
  width: 55px;
  aspect-ratio: 1;
  border-radius: 50%;
  color: var(--primary);
  border: 1px solid currentColor;
}
.accordion__button::after {
  content: "";
  position: absolute;
  inset: 0;
}

.accordion__button-icon {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.accordion__button-icon::before,
.accordion__button-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background-color: currentColor;
}
.accordion__button-icon::after {
  rotate: -90deg;
  transition: rotate 0.2s ease;
}
.accordion__button[aria-expanded="true"] .accordion__button-icon::after {
  rotate: 0deg;
}

.accordion__body {
  overflow: clip;
  transition: height 0.3s ease;
}

.accordion__body-inner {
  padding-top: 40px;
}

.colbox {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 40px;
}
.colbox.colbox--gap-narrow {
  gap: 32px;
}
.colbox.colbox--2 .colbox__col {
  width: calc(50% - 20px);
}
.colbox.colbox--2.colbox--gap-narrow .colbox__col {
  width: calc(50% - 16px);
}
.colbox.colbox--lg-2 .colbox__col {
  width: calc(50% - 20px);
}
.colbox.colbox--3 {
  gap: 53px 32px;
}
.colbox.colbox--3 .colbox__col {
  width: calc(33.3333% - 22px);
}
.colbox.colbox--5 {
  gap: 40px;
}
.colbox.colbox--5 .colbox__col {
  width: calc(20% - 40px);
}
.colbox.colbox--5:has(.circle) .colbox__col {
  min-width: 180px;
}
.colbox.colbox--center {
  justify-content: center;
}
.sdgs-icons {
  display: grid;
  grid-template-columns: repeat(auto-fill, 96px);
  gap: 10px;
}
.sdgs-icons .sdgs-icons__item {
  width: 96px;
}

.inline-column {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.anchor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.anchor-list__item {
  width: calc(33.3333% - 27px);
}
.anchor-list__link {
  display: flex;
  align-items: center;
  border-bottom: #a50034 1px solid;
  color: #a50034 !important;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
.anchor-list__link::after {
  content: "";
  top: 50%;
  transform: translate(-50%, -40%) rotate(90deg);
  position: absolute;
  background: url(/nagase-techno-service/assets/img/common/ic_btn_cursor.svg)
    no-repeat top left/contain;
  filter: brightness(0) saturate(100%) invert(8%) sepia(72%) saturate(5429%)
    hue-rotate(332deg) brightness(123%) contrast(107%);
  transition: top 0.3s ease;
}
.anchor-list__link:hover::after {
  top: calc(50% + 8px);
}

.disc-list > li,
.article ul > li {
  position: relative;
  padding-left: 16px;
}
.disc-list > li:not(:last-child),
.article ul > li:not(:last-child) {
  margin-bottom: 8px;
}
.disc-list > li::before,
.article ul > li::before {
  content: "";
  margin-top: -4px;
  top: 1em;
  left: 0;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary);
}
.table .disc-list > li::before,
.table .article ul > li::before,
.article .table ul > li::before {
  top: 0.8em;
}
.disc-list.disc-list--2col,
.article ul.disc-list--2col {
  column-count: 2;
}
.disc-list.disc-list--desc .disc-list__row,
.article ul.disc-list--desc .disc-list__row {
  display: flex;
}
.type-en .disc-list.disc-list--desc .disc-list__row,
.type-en .article ul.disc-list--desc .disc-list__row,
.article .type-en ul.disc-list--desc .disc-list__row {
  flex-direction: column;
}
.disc-list.disc-list--desc .disc-list__term,
.article ul.disc-list--desc .disc-list__term {
  font-weight: bold;
  margin-right: 10px;
  display: block;
  flex: 0 0 auto;
}

.notation-list .notation-list__item {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
.notation-list .notation-list__item + .notation-list__item {
  margin-top: 8px;
}
.notation-list .notation-list__item .notation-list__notation {
  min-width: 1.8em;
}
.notation-list .notation-list__item .notation-list__text {
  justify-content: stretch;
}
.notation-list--line-narrow {
  line-height: 150%;
}
.notation-list--line-narrow .notation-list__item {
  gap: 2px;
}
.notation-list--line-narrow .notation-list__item .notation-list__notation {
  min-width: 1.2em;
}

.order-list,
.article ol {
  margin-left: 2em;
}
.order-list li,
.article ol li {
  list-style-type: decimal;
}

.annotation-list {
  list-style-type: none;
}
.annotation-list > li {
  display: flex;
}
.annotation-list > li .symbol {
  flex-shrink: 0;
}

.history-list {
  display: grid;
  grid-template-columns: 103px 1fr;
  align-items: flex-start;
  column-gap: 16px;
  padding-left: 34px;
  margin-bottom: 32px;
  position: relative;
}
.history-list::after {
  content: "";
  width: 18px;
  height: 18px;
  border: var(--primary) 1px solid;
  background-color: var(--white);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 14px;
}
.history-list:not(:last-child)::before {
  content: "";
  width: 1px;
  height: calc(100% + 32px);
  background-color: var(--primary);
  position: absolute;
  left: 8px;
  top: 14px;
}
.history-list__year {
  color: var(--primary);
  font-weight: bold;
  font-size: 1.25rem;
}
.history-list__year .number {
  font-size: 2rem;
  line-height: 1;
}
.history-list__details {
  padding-top: 8px;
}
.history-list__detail {
  display: grid;
  grid-template-columns: 76px 1fr 116px;
  align-items: flex-start;
  column-gap: 16px;
}
.history-list__detail + .history-list__detail {
  margin-top: 16px;
}
.history-list__date {
  color: var(--primary);
  text-align: right;
}
.history-list__member {
  color: var(--primary);
  background-color: var(--light-primary);
  border-radius: 4px;
  padding: 4px 16px;
  font-size: 0.875rem;
  text-align: center;
  word-break: keep-all;
}

.bg-check-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.bg-check-list .bg-check-list__unit {
  background-color: #f6e6eb;
  display: flex;
  padding: 24px 20px;
  border-radius: 10px;
  height: 100%;
  align-items: center;
}
.bg-check-list .bg-check-list__icon {
  position: relative;
}
.bg-check-list .bg-check-list__icon::before {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #edccd6;
}
.bg-check-list .bg-check-list__icon::after {
  content: "";
  margin-top: -14px;
  margin-left: -4px;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  position: absolute;
  width: 18px;
  height: 18px;
  background: #a50034;
  clip-path: polygon(80% 0, 100% 0, 100% 100%, 50% 100%, 50% 80%, 80% 80%);
  transform: rotate(45deg);
}
.bg-check-list .bg-check-list__text {
  padding-left: 56px;
  color: #a50034;
  font-size: 1.125rem;
  font-weight: bold;
}

.sitemap-list {
  margin-left: 1em;
}
.sitemap-list li a:hover {
  color: #a50034;
}

.definition-list > dd {
  text-indent: 1em;
}

.schedule-list {
  background-color: #f6e6eb;
  border-radius: 20px;
}
.schedule-list .schedule-list__inner {
  padding: 64px;
}
.schedule-list .schedule-list__heading {
  color: #a50034;
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.8;
  margin-bottom: 40px;
  position: relative;
  padding-left: 24px;
}
.schedule-list .schedule-list__heading::before {
  content: "";
  margin-top: 4px;
  top: 0.5em;
  left: 0;
  position: absolute;
  width: 14px;
  height: 16px;
  background: #a50034;
  clip-path: polygon(14px 50%, 0% 0%, 0% 16px);
}
.schedule-list .schedule-list__list {
  position: relative;
  margin-left: 6em;
  padding-left: 6px;
}
.schedule-list .schedule-list__list::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 100%;
  background-color: #fff;
  border-radius: 4px;
  left: 0;
  top: 0;
}
.schedule-list .schedule-list__list > li {
  position: relative;
  display: flex;
  margin-bottom: 55px;
}
.schedule-list .schedule-list__list > li:last-child {
  margin-bottom: 0;
}
.schedule-list .schedule-list__list > li::before {
  content: "";
  top: 0.5em;
  left: -12px;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #a50034;
}
.schedule-list .schedule-list__time {
  position: absolute;
  text-align: right;
  left: -5.2em;
  display: block;
  min-width: 70px;
  margin-right: 24px;
  text-align: right;
  font-weight: bold;
  font-size: 1.25rem;
}
.schedule-list .schedule-list__box {
  margin-left: 24px;
}
.schedule-list .schedule-list__title {
  font-weight: bold;
  font-size: 1.125rem;
}
.schedule-list .schedule-list__text {
  margin-top: 4px;
}

.step-list > li {
  display: flex;
  position: relative;
}
.step-list > li::after {
  content: "";
  bottom: -120px;
  left: 60px;
  position: absolute;
  width: 1px;
  height: 100%;
  background: #edccd6;
}
.step-list > li + li {
  margin-top: 74px;
}
.step-list > li:last-child::after {
  display: none;
}
.step-list .step-list__number {
  display: flex;
  flex-direction: column;
  background-color: #a50034;
  color: #fff;
  font-weight: bold;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  flex: 0 0 120px;
}
.step-list .step-list__sub {
  margin-top: -8px;
  letter-spacing: 0.15em;
}
.step-list .step-list__main {
  font-size: 2.375rem;
  line-height: 1;
}
.step-list .step-list__content {
  margin-top: 24px;
  margin-left: 40px;
  flex-grow: 1;
}
.step-list .step-list__heading {
  color: #a50034;
  font-size: 2.375rem;
  margin-bottom: 16px;
  line-height: 1.8;
}
.step-list .step-list__text {
  color: #000;
}

.faq-list > li + li {
  margin-top: 40px;
}
.faq-list .faq-list__question {
  display: flex;
  align-items: center;
}
.faq-list .faq-list__question > p {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.6;
}
.faq-list .faq-list__answer {
  display: flex;
  align-items: center;
}
.faq-list .faq-list__prefix {
  margin-right: 10px;
  font-weight: bold;
  font-size: 2.375rem;
}
.faq-list .faq-list__prefix--q {
  color: #cb8497;
  transform: translateY(-4px);
}
.faq-list .faq-list__prefix--a {
  color: #a50034;
}

.table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid var(--gray);
}
.table thead th {
  border: 1px solid var(--gray);
  background-color: var(--light-primary);
  color: var(--primary);
}
.table tbody tr {
  border-bottom: 1px solid var(--gray);
}
.table tbody th {
  background-color: var(--light-primary);
  color: var(--primary);
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
  padding: 16px 24px;
}
.table tbody td {
  vertical-align: top;
  padding: 16px 24px;
}
.table tbody td + td {
  border-left: 1px solid #dddddd;
}
.table tbody td.sub-heading-cel {
  font-weight: bold;
  vertical-align: middle;
}
.table.table--side-border {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.table.table--side-border tbody th {
  border-right: 1px solid #dddddd;
}
.table.table--side-border tbody th.--has-border-left {
  border-left: 1px solid #dddddd;
}
.table.table--auto-width tbody tr th {
  width: auto;
}
.table.table--auto-width tbody tr td {
  padding: 16px 16px;
}
.table .va-m {
  vertical-align: middle;
}
.table .a-button--noline {
  padding: 0 !important;
  margin-top: 5px;
}
.table .a-button--noline.a-button--type-download {
  min-height: 0px !important;
  min-width: 0px !important;
}
.table .a-button--noline .a-button__inner {
  font-size: 0.875rem;
}
.table .a-button--noline .a-button__icon {
  margin-left: 0 !important;
  width: 19px !important;
  height: 19px !important;
}
.table.table--layout-fixed {
  table-layout: fixed;
}

.history-table__wrapper {
  padding: 40px;
  border-radius: 10px;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
.section-history-01 .history-table__wrapper {
  background-color: #f6e6eb;
}
.section-history-02 .history-table__wrapper {
  background-color: #722257;
  color: #fff;
}
.section-history-03 .history-table__wrapper {
  background-color: #a50034;
  color: #fff;
}

.history-table .history-table__row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding: 24px 0;
}
.history-table .history-table__row:first-child {
  padding-top: 0;
}
.history-table .history-table__row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.history-table .history-table__row > dt {
  font-weight: bold;
  font-size: 2rem;
  padding-left: 32px;
  position: relative;
  color: #000;
}
.section-history-02 .history-table .history-table__row > dt,
.section-history-03 .history-table .history-table__row > dt {
  color: #fff;
}
.history-table .history-table__row > dt::before {
  content: "";
  margin-top: 2px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  background: #000;
  width: 16px;
  height: 14px;
  clip-path: polygon(16px 50%, 0% 0%, 0% 14px);
}
.section-history-02 .history-table .history-table__row > dt::before,
.section-history-03 .history-table .history-table__row > dt::before {
  background: #f1e9ef;
}
.history-table .history-table__row > dd {
  margin-left: 24px;
}

table.items tbody {
  width: 100% !important;
}

.hr {
  border: none;
  border-bottom: 1px solid var(--gray);
  margin-block: 24px;
}

.lead-line {
  position: relative;
  min-height: 182px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
.lead-line::before {
  content: "";
  top: 0;
  position: absolute;
  height: 100%;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: url(/nagase-techno-service/assets/img/lead_line_img.png) no-repeat
    center center/cover;
}
.lead-line::after {
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 100px;
  height: 50px;
  background: #fff;
  clip-path: polygon(50% 50px, 0% 0%, 100px 0%);
}
.lead-line .lead-line__text {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.lead-message {
  font-size: 1.75rem;
  font-weight: bold;
  color: #a50034;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.text-link {
  color: #293ea7;
  text-decoration: underline;
}
.text-link:hover {
  text-decoration: none;
}
.text-link--new-window::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  margin-right: 6px;
  vertical-align: sub;
  transform: translateY(-1px);
  background: url(/assets/images/ic_external.svg) no-repeat center
    center/contain;
}

.to-top {
  margin-top: 40px;
  position: sticky;
  bottom: 0;
  z-index: 10;
  width: fit-content;
  margin-left: auto;
  padding-right: 24px;
  padding-bottom: 24px;
}

.to-top__link {
  display: flex;
  align-items: center;
  column-gap: 20px;
  transition: opacity 0.2s ease;
}
.to-top__link::after {
  content: "";
  flex-shrink: 0;
  width: 56px;
  aspect-ratio: 1;
  border-radius: 100vh;
  background-color: var(--primary);
  background-image: url(/assets/images/ic_to-top.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 23px 13px;
}
.to-top__link:hover {
  opacity: 0.7;
}

.data-grid {
  display: grid;
}
.data-grid .data-grid__item {
  border-radius: 20px;
  padding: 24px;
}
.data-grid .data-grid__heading {
  font-weight: bold;
  font-size: 2rem;
  color: #a50034;
  line-height: 1;
}
.data-grid .data-grid__heading .data-grid__heading--small {
  font-size: 1.5rem;
}
.data-grid .data-grid__heading .data-grid__heading--tiny {
  font-size: 1.125rem;
}
.data-grid .data-grid__image.data-grid__image--center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.data-grid .data-grid__dataset {
  display: flex;
  justify-content: center;
  align-items: center;
}
.data-grid .data-grid__dataset > .data-grid__image {
  margin-right: 18px;
}
.data-grid .data-grid__data {
  font-weight: bold;
  font-size: clamp(3rem, 6.15vw, 5.625rem);
  position: relative;
  color: #a50034;
  line-height: 1;
}
.data-grid .data-grid__data .data-grid-data-info {
  font-size: clamp(1rem, 2.05vw, 1.25rem);
}
.data-grid .data-grid__data .data-grid__data-unit {
  font-size: clamp(1.125rem, 2.3vw, 1.875rem);
}
.data-grid .data-grid__datablock {
  display: flex;
  align-items: center;
}
.data-grid .data-grid__datablock + .data-grid__datablock {
  margin-left: 40px;
}
.data-grid .data-grid__datablock .data-grid__data {
  margin-left: 14px;
}
.data-grid .data-grid__unit-annotaion {
  font-size: 1.125rem;
}
.data-grid .data-grid__unit-annotaion .data-grid__unit-annotaion--small {
  font-size: 0.75rem;
}
.data-grid.data-grid--01 .data-grid__item:nth-child(1) {
  grid-area: data0101;
  background-color: #a50034;
}
.data-grid.data-grid--01 .data-grid__item:nth-child(2) {
  background-color: #f6e6eb;
  grid-area: data0102;
}
.data-grid.data-grid--01 .data-grid__item:nth-child(3) {
  background-color: #f6e6eb;
  grid-area: data0103;
}
.data-grid.data-grid--01 .data-grid__item:nth-child(3) .data-grid-data-info {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  margin-top: -16px;
}
.data-grid.data-grid--02 {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
.data-grid.data-grid--02 .data-grid__item {
  border: 4px solid #f6e6eb;
  display: flex;
  flex-direction: column;
}
.data-grid.data-grid--02 .data-grid__inner {
  display: flex;
  flex-direction: column;
}
.data-grid.data-grid--02 .data-grid__data {
  text-align: center;
}
.data-grid.data-grid--03 .data-grid__item:nth-child(1) {
  grid-area: data0201;
  background-color: rgba(153, 89, 126, 0.1);
}
.data-grid.data-grid--03 .data-grid__item:nth-child(2) {
  grid-area: data0202;
  background-color: rgba(153, 89, 126, 0.1);
}
.data-grid.data-grid--03 .data-grid__item:nth-child(3) {
  grid-area: data0203;
  background-color: #722257;
}
.data-grid.data-grid--04 {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
.data-grid.data-grid--04 .data-grid__item {
  border: 4px solid rgba(114, 34, 87, 0.1);
  display: flex;
  flex-direction: column;
}
.data-grid.data-grid--04 .data-grid__inner {
  display: flex;
  flex-direction: column;
}
.data-grid.data-grid--04 .data-grid__data {
  text-align: center;
}

.tag {
  display: inline-block;
  font-size: 0.875rem;
  border-radius: 100vh;
  background-color: #f3f3f3;
  padding-inline: 1em;
  min-width: 72px;
  text-align: center;
}

.tag--member {
  background-color: var(--primary);
  color: var(--white);
}

.tabs__list {
  display: flex;
  margin-bottom: 32px;
  width: fit-content;
}

.tabs__button {
  min-width: 200px;
  border-radius: inherit;
  min-height: 42px;
  padding: 0 1em 16px;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.25;
  color: var(--black);
  border-bottom: var(--white) 3px solid;
}
.tabs__button:not([aria-selected="true"]) {
  font-weight: normal;
}
.tabs__button[aria-selected="true"] {
  font-weight: bold;
  cursor: default;
  color: var(--primary);
  border-color: var(--primary);
}

.bg {
  background-color: var(--white);
  padding-block: 64px;
}

.bg--light-primary {
  background-color: var(--light-primary);
}

.embed {
  border-radius: 8px;
  overflow: clip;
  aspect-ratio: 580/393;
  position: relative;
}
.embed > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.link-card {
  display: block;
  position: relative;
  border-radius: 8px;
  overflow: clip;
}

.link-card__thumb img {
  width: 100%;
}

.link-card__text {
  font-size: 1.5rem;
  padding: 1em;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: var(--white);
  display: flex;
  justify-content: space-between;
  align-items: end;
  min-height: 170px;
  background: linear-gradient(to top, rgb(4, 9, 49), rgba(4, 9, 49, 0));
}
.link-card__text::after {
  content: "";
  flex-shrink: 0;
  position: relative;
  display: block;
  background-color: currentColor;
  height: 1lh;
  -webkit-mask: url(/assets/images/ic_arrow.svg) no-repeat center center/contain;
  mask: url(/assets/images/ic_arrow.svg) no-repeat center center/contain;
}

.article-card {
  display: block;
}

.article-card__thumb {
  border-radius: 8px;
  overflow: clip;
}
.article-card__thumb img {
  width: 100%;
}

.article-card__text {
  font-size: 1.125rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}
.article-card__text::after {
  content: "";
  flex-shrink: 0;
  display: block;
  background-color: var(--primary);
  height: 1lh;
  -webkit-mask: url(/assets/images/ic_arrow.svg) no-repeat center center/contain;
  mask: url(/assets/images/ic_arrow.svg) no-repeat center center/contain;
}
.article-card--small .article-card__text {
  font-size: 1rem;
}

.article-card__date {
  font-size: 1rem;
  font-weight: 400;
  color: var(--dark-gray);
  margin-top: 12px;
}

.price-card {
  display: block;
}

.price-card__name {
  color: var(--primary);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.price-card__thumb {
  border-radius: 8px;
  overflow: clip;
}
.price-card__thumb img {
  width: 100%;
}

.price-card__prices {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
}

.price-card__price {
  font-size: 0.875rem;
  line-height: 1.5;
}

.price-card__amount {
  font-weight: 600;
}

.price-card__amount-num {
  font-size: 1.25rem;
}

.price-card__details {
  margin-top: 8px;
  padding-left: 1rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
}

.price-card__detail {
  font-size: 0.875rem;
  position: relative;
  flex-grow: 1;
  flex-basis: calc((100% - 2rem) / 2);
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.price-card__detail::before {
  content: "";
  position: absolute;
  left: calc(-1rem + 3px);
  top: 0.5lh;
  width: 3px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: currentColor;
}
.price-card__detail:has(.price-card__detail-num)::before {
  top: calc(0.5lh + 1.5px);
}

.price-card__detail-num {
  font-size: 1rem;
}

.category-selector {
  display: flex;
  column-gap: 24px;
  margin-bottom: 12px;
}

.category-selector__button {
  min-width: 100px;
  text-align: center;
  font-weight: 400;
  padding-bottom: 16px;
  border-bottom: 3px solid transparent;
}
.category-selector__button[aria-selected="true"],
.category-selector__button:hover {
  font-weight: bold;
  border-color: var(--primary);
}

.figure,
.article figure {
  display: inline-grid;
  row-gap: 8px;
}

.figure__caption,
.article figcaption {
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--dark-gray);
  contain: inline-size;
}

.media-block {
  display: grid;
  grid-template-columns: 1fr 293px;
  column-gap: 40px;
}

.article h2 {
  position: relative;
  padding-bottom: 16px;
  line-height: 1.45;
  font-weight: normal;
}
.article h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-image: var(--two-tone-border);
}
.article p {
  margin-block: 1rem;
}
.article p:first-child {
  margin-top: 0;
}
.article p:last-child {
  margin-bottom: 0;
}
.article ul {
  margin-block: 1rem;
}
.article ul:first-child {
  margin-top: 0;
}
.article ul:last-child {
  margin-bottom: 0;
}
.article ol {
  margin-block: 1rem;
}
.article ol:first-child {
  margin-top: 0;
}
.article ol:last-child {
  margin-bottom: 0;
}
.article figure {
  margin-block: 1rem;
}
.article figure:first-child {
  margin-top: 0;
}
.article figure:last-child {
  margin-bottom: 0;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-sm {
  border-radius: 8px !important;
}
.rounded-md {
  border-radius: 16px !important;
}
.rounded-lg {
  border-radius: 32px !important;
}
.rounded-full {
  border-radius: 100vmax !important;
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}
.fz-sm {
  font-size: 0.875rem !important;
}
.fz-base {
  font-size: 1rem !important;
}
.fz-m {
  font-size: 1.125rem !important;
}
.fz-lg {
  font-size: 1.25rem !important;
}
.fz-xl {
  font-size: 1.5rem !important;
}
.fz-xxl {
  font-size: 2rem !important;
}
.ff-en {
  font-family: "Roboto", serif;
}

.fw-regular {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: bold !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.3 !important;
}
.lh-md {
  line-height: 1.5 !important;
}
.lh-base {
  line-height: 1.875 !important;
}
.lh-xl {
  line-height: 2 !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.color-white {
  color: #fff !important;
}

.color-dark-gray {
  color: var(--dark-gray) !important;
}

.color-primary {
  color: var(--primary) !important;
}

.color-alert {
  color: var(--alert) !important;
}

.text-indent {
  text-indent: -1.3em;
  margin-left: 1.2em;
}

.grid {
  display: grid !important;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.gap-0 {
  gap: 0 !important;
}
.gap-xs {
  gap: 4px !important;
}
.gap-sm {
  gap: 8px !important;
}
.gap-md {
  gap: 16px !important;
}
.gap-lg {
  gap: 24px !important;
}
.gap-xl {
  gap: 32px !important;
}
.gap-xxl {
  gap: 40px !important;
}
.gap-xxxl {
  gap: 48px !important;
}
.gap-4xl {
  gap: !important;
}
.gap-x-0 {
  column-gap: 0;
}
.gap-x-xs {
  column-gap: 4px;
}
.gap-x-sm {
  column-gap: 8px;
}
.gap-x-md {
  column-gap: 16px;
}
.gap-x-lg {
  column-gap: 24px;
}
.gap-x-xl {
  column-gap: 32px;
}
.gap-x-xxl {
  column-gap: 40px;
}
.gap-x-xxxl {
  column-gap: 48px;
}
.gap-y-0 {
  row-gap: 0;
}
.gap-y-xs {
  row-gap: 4px;
}
.gap-y-sm {
  row-gap: 8px;
}
.gap-y-md {
  row-gap: 16px;
}
.gap-y-lg {
  row-gap: 24px;
}
.gap-y-xl {
  row-gap: 32px;
}
.gap-y-xxl {
  row-gap: 40px;
}
.gap-y-xxxl {
  row-gap: 48px;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}

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

.mr-0 {
  margin-right: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}
.mb-xs {
  margin-bottom: 4px !important;
}

.mt-xs {
  margin-top: 4px !important;
}

.mr-xs {
  margin-right: 4px !important;
}

.ml-xs {
  margin-left: 4px !important;
}
.mb-sm {
  margin-bottom: 8px !important;
}

.mt-sm {
  margin-top: 8px !important;
}

.mr-sm {
  margin-right: 8px !important;
}

.ml-sm {
  margin-left: 8px !important;
}
.mb-md {
  margin-bottom: 16px !important;
}

.mt-md {
  margin-top: 16px !important;
}

.mr-md {
  margin-right: 16px !important;
}

.ml-md {
  margin-left: 16px !important;
}
.mb-lg {
  margin-bottom: 24px !important;
}

.mt-lg {
  margin-top: 24px !important;
}

.mr-lg {
  margin-right: 24px !important;
}

.ml-lg {
  margin-left: 24px !important;
}
.mb-xl {
  margin-bottom: 32px !important;
}

.mt-xl {
  margin-top: 32px !important;
}

.mr-xl {
  margin-right: 32px !important;
}

.ml-xl {
  margin-left: 32px !important;
}
.mb-xxl {
  margin-bottom: 40px !important;
}

.mt-xxl {
  margin-top: 40px !important;
}

.mr-xxl {
  margin-right: 40px !important;
}

.ml-xxl {
  margin-left: 40px !important;
}
.mb-xxxl {
  margin-bottom: 48px !important;
}

.mt-xxxl {
  margin-top: 48px !important;
}

.mr-xxxl {
  margin-right: 48px !important;
}

.ml-xxxl {
  margin-left: 48px !important;
}
.mb-4xl {
  margin-bottom: 64px !important;
}

.mt-4xl {
  margin-top: 64px !important;
}

.mr-4xl {
  margin-right: 64px !important;
}

.ml-4xl {
  margin-left: 64px !important;
}
.mb-5xl {
  margin-bottom: 80px !important;
}

.mt-5xl {
  margin-top: 80px !important;
}

.mr-5xl {
  margin-right: 80px !important;
}

.ml-5xl {
  margin-left: 80px !important;
}
.mb-6xl {
  margin-bottom: 96px !important;
}

.mt-6xl {
  margin-top: 96px !important;
}

.mr-6xl {
  margin-right: 96px !important;
}

.ml-6xl {
  margin-left: 96px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.m-inline-auto {
  margin-inline: auto !important;
}

.m-inline-inherit {
  margin-inline: inherit !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}
.pb-xs {
  padding-bottom: 4px !important;
}

.pt-xs {
  padding-top: 4px !important;
}
.pb-sm {
  padding-bottom: 8px !important;
}

.pt-sm {
  padding-top: 8px !important;
}
.pb-md {
  padding-bottom: 16px !important;
}

.pt-md {
  padding-top: 16px !important;
}
.pb-lg {
  padding-bottom: 24px !important;
}

.pt-lg {
  padding-top: 24px !important;
}
.pb-xl {
  padding-bottom: 32px !important;
}

.pt-xl {
  padding-top: 32px !important;
}
.pb-xxl {
  padding-bottom: 40px !important;
}

.pt-xxl {
  padding-top: 40px !important;
}
.pb-xxxl {
  padding-bottom: 48px !important;
}

.pt-xxxl {
  padding-top: 48px !important;
}
.pb-4xl {
  padding-bottom: 64px !important;
}

.pt-4xl {
  padding-top: 64px !important;
}
.pb-5xl {
  padding-bottom: 80px !important;
}

.pt-5xl {
  padding-top: 80px !important;
}
.pb-6xl {
  padding-bottom: 96px !important;
}

.pt-6xl {
  padding-top: 96px !important;
}
.pr-0 {
  padding-right: 0 !important;
}

.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.w-15 {
  width: 15% !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.round--trim {
  border-radius: 10px;
  overflow: hidden;
}

.circle {
  border-radius: 50%;
  background-color: #f6e6eb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}
.circle .circle__icon {
  margin-bottom: 8px;
}
.circle .circle__text {
  color: #a50034;
  font-weight: bold;
  font-size: 1.125rem;
}

.of-hidden {
  overflow: hidden !important;
}

.ofx-hidden {
  overflow-x: hidden !important;
}

.ofy-hidden {
  overflow-y: hidden !important;
}

@media screen and (min-width: 376px) {
  .u-is-ssp {
    display: none;
  }
}

@media (min-width: 576px) {
  .rounded-sm-0 {
    border-radius: 0 !important;
  }
  .rounded-sm-sm {
    border-radius: 8px !important;
  }
  .rounded-sm-md {
    border-radius: 16px !important;
  }
  .rounded-sm-lg {
    border-radius: 32px !important;
  }
  .rounded-sm-full {
    border-radius: 100vmax !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-grow-sm-1 {
    flex-grow: 1 !important;
  }
  .flex-shrinksm--0 {
    flex-shrink: 0 !important;
  }
  .flex-shrink-sm-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .fz-sm-sm {
    font-size: 0.875rem !important;
  }
  .fz-sm-base {
    font-size: 1rem !important;
  }
  .fz-sm-m {
    font-size: 1.125rem !important;
  }
  .fz-sm-lg {
    font-size: 1.25rem !important;
  }
  .fz-sm-xl {
    font-size: 1.5rem !important;
  }
  .fz-sm-xxl {
    font-size: 2rem !important;
  }
  .fw-sm-bold {
    font-weight: bold !important;
  }
  .lh-sm-1 {
    line-height: 1 !important;
  }
  .lh-sm-sm {
    line-height: 1.3 !important;
  }
  .lh-sm-md {
    line-height: 1.5 !important;
  }
  .lh-sm-base {
    line-height: 1.875 !important;
  }
  .lh-sm-xl {
    line-height: 2 !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-nowrap {
    white-space: nowrap !important;
  }
  .grid .grid-sm {
    display: grid !important;
  }
  .grid-cols-sm-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-sm-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-sm-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-sm-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-sm-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-sm-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-sm-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-sm-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-sm-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-cols-sm-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-sm-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid-cols-sm-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-xs {
    gap: 4px !important;
  }
  .gap-sm-sm {
    gap: 8px !important;
  }
  .gap-sm-md {
    gap: 16px !important;
  }
  .gap-sm-lg {
    gap: 24px !important;
  }
  .gap-sm-xl {
    gap: 32px !important;
  }
  .gap-sm-xxl {
    gap: 40px !important;
  }
  .gap-sm-xxxl {
    gap: 48px !important;
  }
  .gap-sm-4xl {
    gap: !important;
  }
  .gap-x-sm-0 {
    column-gap: 0 !important;
  }
  .gap-x-sm-xs {
    column-gap: 4px !important;
  }
  .gap-x-sm-sm {
    column-gap: 8px !important;
  }
  .gap-x-sm-md {
    column-gap: 16px !important;
  }
  .gap-x-sm-lg {
    column-gap: 24px !important;
  }
  .gap-x-sm-xl {
    column-gap: 32px !important;
  }
  .gap-x-sm-xxl {
    column-gap: 40px !important;
  }
  .gap-x-sm-xxxl {
    column-gap: 48px !important;
  }
  .gap-x-sm-4xl {
    column-gap: !important;
  }
  .gap-y-sm-0 {
    row-gap: 0 !important;
  }
  .gap-y-sm-xs {
    row-gap: 4px !important;
  }
  .gap-y-sm-sm {
    row-gap: 8px !important;
  }
  .gap-y-sm-md {
    row-gap: 16px !important;
  }
  .gap-y-sm-lg {
    row-gap: 24px !important;
  }
  .gap-y-sm-xl {
    row-gap: 32px !important;
  }
  .gap-y-sm-xxl {
    row-gap: 40px !important;
  }
  .gap-y-sm-xxxl {
    row-gap: 48px !important;
  }
  .gap-y-sm-4xl {
    row-gap: !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .mh-sm-100 {
    max-height: 100% !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mb-sm-xs {
    margin-bottom: 4px !important;
  }
  .mt-sm-xs {
    margin-top: 4px !important;
  }
  .mr-sm-xs {
    margin-right: 4px !important;
  }
  .ml-sm-xs {
    margin-left: 4px !important;
  }
  .mb-sm-sm {
    margin-bottom: 8px !important;
  }
  .mt-sm-sm {
    margin-top: 8px !important;
  }
  .mr-sm-sm {
    margin-right: 8px !important;
  }
  .ml-sm-sm {
    margin-left: 8px !important;
  }
  .mb-sm-md {
    margin-bottom: 16px !important;
  }
  .mt-sm-md {
    margin-top: 16px !important;
  }
  .mr-sm-md {
    margin-right: 16px !important;
  }
  .ml-sm-md {
    margin-left: 16px !important;
  }
  .mb-sm-lg {
    margin-bottom: 24px !important;
  }
  .mt-sm-lg {
    margin-top: 24px !important;
  }
  .mr-sm-lg {
    margin-right: 24px !important;
  }
  .ml-sm-lg {
    margin-left: 24px !important;
  }
  .mb-sm-xl {
    margin-bottom: 32px !important;
  }
  .mt-sm-xl {
    margin-top: 32px !important;
  }
  .mr-sm-xl {
    margin-right: 32px !important;
  }
  .ml-sm-xl {
    margin-left: 32px !important;
  }
  .mb-sm-xxl {
    margin-bottom: 40px !important;
  }
  .mt-sm-xxl {
    margin-top: 40px !important;
  }
  .mr-sm-xxl {
    margin-right: 40px !important;
  }
  .ml-sm-xxl {
    margin-left: 40px !important;
  }
  .mb-sm-xxxl {
    margin-bottom: 48px !important;
  }
  .mt-sm-xxxl {
    margin-top: 48px !important;
  }
  .mr-sm-xxxl {
    margin-right: 48px !important;
  }
  .ml-sm-xxxl {
    margin-left: 48px !important;
  }
  .mb-sm-4xl {
    margin-bottom: 64px !important;
  }
  .mt-sm-4xl {
    margin-top: 64px !important;
  }
  .mr-sm-4xl {
    margin-right: 64px !important;
  }
  .ml-sm-4xl {
    margin-left: 64px !important;
  }
  .mb-sm-5xl {
    margin-bottom: 80px !important;
  }
  .mt-sm-5xl {
    margin-top: 80px !important;
  }
  .mr-sm-5xl {
    margin-right: 80px !important;
  }
  .ml-sm-5xl {
    margin-left: 80px !important;
  }
  .mb-sm-6xl {
    margin-bottom: 96px !important;
  }
  .mt-sm-6xl {
    margin-top: 96px !important;
  }
  .mr-sm-6xl {
    margin-right: 96px !important;
  }
  .ml-sm-6xl {
    margin-left: 96px !important;
  }
  .m-inline-sm-auto {
    margin-inline: auto !important;
  }
  .m-inline-sm-inherit {
    margin-inline: inherit !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pb-sm-xs {
    padding-bottom: 4px !important;
  }
  .pt-sm-xs {
    padding-top: 4px !important;
  }
  .pb-sm-sm {
    padding-bottom: 8px !important;
  }
  .pt-sm-sm {
    padding-top: 8px !important;
  }
  .pb-sm-md {
    padding-bottom: 16px !important;
  }
  .pt-sm-md {
    padding-top: 16px !important;
  }
  .pb-sm-lg {
    padding-bottom: 24px !important;
  }
  .pt-sm-lg {
    padding-top: 24px !important;
  }
  .pb-sm-xl {
    padding-bottom: 32px !important;
  }
  .pt-sm-xl {
    padding-top: 32px !important;
  }
  .pb-sm-xxl {
    padding-bottom: 40px !important;
  }
  .pt-sm-xxl {
    padding-top: 40px !important;
  }
  .pb-sm-xxxl {
    padding-bottom: 48px !important;
  }
  .pt-sm-xxxl {
    padding-top: 48px !important;
  }
  .pb-sm-4xl {
    padding-bottom: 64px !important;
  }
  .pt-sm-4xl {
    padding-top: 64px !important;
  }
  .pb-sm-5xl {
    padding-bottom: 80px !important;
  }
  .pt-sm-5xl {
    padding-top: 80px !important;
  }
  .pb-sm-6xl {
    padding-bottom: 96px !important;
  }
  .pt-sm-6xl {
    padding-top: 96px !important;
  }
  .position-sm-static {
    position: static !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: sticky !important;
  }
  .sm-visible {
    visibility: visible !important;
  }
  .sm-invisible {
    visibility: hidden !important;
  }
  .w-sm-15 {
    width: 15% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .mw-sm-100 {
    max-width: 100% !important;
  }
}

@media (min-width: 769px) {
  body {
    line-height: 1.875;
  }
  .layout--2col {
    max-width: var(--container);
    padding-inline: var(--spacing);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 260px 1fr;
    column-gap: 40px;
  }
  .layout--2col .container {
    padding-inline: 0;
  }
  .layout--2col .section:first-child {
    padding-top: 0;
  }
  .home-link-button {
    min-width: 588px;
    min-height: 150px;
    padding-inline: 40px;
  }
  .about-company__image {
    flex-shrink: 0;
    width: 40.44%;
    max-width: 360px;
  }
  .breadcrumb {
    position: absolute;
    max-width: var(--container);
    width: 100%;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
  }
  .local-menu__button {
    display: none;
  }
  .primary-heading {
    margin-bottom: 40px;
  }
  .primary-heading .primary-heading__sub {
    padding: 16px 0;
    margin-bottom: 8px;
  }
  .primary-heading .primary-heading__main {
    font-size: 2.5rem;
  }
  .secondary-heading {
    font-size: 2.375rem;
    margin-bottom: 32px;
  }
  .tertiary-heading,
  .article h3 {
    font-size: 1.5rem;
    margin-bottom: 26px;
  }
  .fourth-heading {
    font-size: 1.5rem;
  }
  .fifth-heading {
    font-size: 1.125rem;
  }
  .heading__wrapper:has(.primary-heading) {
    padding-bottom: 16px;
    margin-bottom: 40px;
  }
  .heading__wrapper:has(.tertiary-heading, .article h3) {
    align-items: center;
    margin-bottom: 24px;
  }
  .button-area .a-button:last-of-type {
    margin-left: 30px;
  }
  .a-button {
    min-width: 240px;
    min-height: 64px;
  }
  .a-button .a-button__icon {
    width: 23px;
    height: 23px;
  }
  .icon-link-button {
    min-height: 100px;
  }
  .page-title--has-button .page-title__inner {
    padding: 0 var(--spacing) 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page-title--has-button .page-title__buttons .a-button {
    min-width: 320px !important;
  }
  .pagination {
    margin-top: 50px;
  }
  .anchor-list__link {
    padding: 24px 48px 24px 0;
  }
  .anchor-list__link::after {
    width: 22px;
    height: 18px;
    right: 10px;
  }
  .bg-check-list.bg-check-list--col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .table tbody th {
    width: 203px;
  }
  .table tbody td.sub-heading-cel {
    width: 240px;
  }
  .history-table .history-table__block {
    display: flex;
    justify-content: space-between;
  }
  .history-table
    .history-table__block
    .history-table__block-inner:has(> .figure-flex-box) {
    margin-left: 8px;
  }
  .data-grid.data-grid--01 {
    gap: 27px 32px;
    grid-template-areas: "data0101 data0102" "data0101 data0103";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .data-grid.data-grid--03 {
    gap: 22px 28px;
    grid-template-areas: "data0201 data0203" "data0202 data0203";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .link-card__text::after {
    width: 23px;
  }
  .article-card__text::after {
    width: 13px;
  }
  .article h2 {
    margin-bottom: 40px;
    font-size: 2rem;
    margin-top: 80px;
  }
  .article h2:first-child {
    margin-top: 0;
  }
  .article h3 {
    margin-top: 64px;
  }
  .article h3:first-child {
    margin-top: 0;
  }
  .rounded-md-0 {
    border-radius: 0 !important;
  }
  .rounded-md-sm {
    border-radius: 8px !important;
  }
  .rounded-md-md {
    border-radius: 16px !important;
  }
  .rounded-md-lg {
    border-radius: 32px !important;
  }
  .rounded-md-full {
    border-radius: 100vmax !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-grow-md-1 {
    flex-grow: 1 !important;
  }
  .flex-shrinkmd--0 {
    flex-shrink: 0 !important;
  }
  .flex-shrink-md-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .fz-md-sm {
    font-size: 0.875rem !important;
  }
  .fz-md-base {
    font-size: 1rem !important;
  }
  .fz-md-m {
    font-size: 1.125rem !important;
  }
  .fz-md-lg {
    font-size: 1.25rem !important;
  }
  .fz-md-xl {
    font-size: 1.5rem !important;
  }
  .fz-md-xxl {
    font-size: 2rem !important;
  }
  .fw-md-bold {
    font-weight: bold !important;
  }
  .lh-md-1 {
    line-height: 1 !important;
  }
  .lh-md-sm {
    line-height: 1.3 !important;
  }
  .lh-md-md {
    line-height: 1.5 !important;
  }
  .lh-md-base {
    line-height: 1.875 !important;
  }
  .lh-md-xl {
    line-height: 2 !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-nowrap {
    white-space: nowrap !important;
  }
  .grid .grid-md {
    display: grid !important;
  }
  .grid-cols-md-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-md-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-md-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-md-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-md-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-md-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-md-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-md-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-md-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-cols-md-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-md-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid-cols-md-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-xs {
    gap: 4px !important;
  }
  .gap-md-sm {
    gap: 8px !important;
  }
  .gap-md-md {
    gap: 16px !important;
  }
  .gap-md-lg {
    gap: 24px !important;
  }
  .gap-md-xl {
    gap: 32px !important;
  }
  .gap-md-xxl {
    gap: 40px !important;
  }
  .gap-md-xxxl {
    gap: 48px !important;
  }
  .gap-md-4xl {
    gap: !important;
  }
  .gap-x-md-0 {
    column-gap: 0 !important;
  }
  .gap-x-md-xs {
    column-gap: 4px !important;
  }
  .gap-x-md-sm {
    column-gap: 8px !important;
  }
  .gap-x-md-md {
    column-gap: 16px !important;
  }
  .gap-x-md-lg {
    column-gap: 24px !important;
  }
  .gap-x-md-xl {
    column-gap: 32px !important;
  }
  .gap-x-md-xxl {
    column-gap: 40px !important;
  }
  .gap-x-md-xxxl {
    column-gap: 48px !important;
  }
  .gap-x-md-4xl {
    column-gap: !important;
  }
  .gap-y-md-0 {
    row-gap: 0 !important;
  }
  .gap-y-md-xs {
    row-gap: 4px !important;
  }
  .gap-y-md-sm {
    row-gap: 8px !important;
  }
  .gap-y-md-md {
    row-gap: 16px !important;
  }
  .gap-y-md-lg {
    row-gap: 24px !important;
  }
  .gap-y-md-xl {
    row-gap: 32px !important;
  }
  .gap-y-md-xxl {
    row-gap: 40px !important;
  }
  .gap-y-md-xxxl {
    row-gap: 48px !important;
  }
  .gap-y-md-4xl {
    row-gap: !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .mh-md-100 {
    max-height: 100% !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mb-md-xs {
    margin-bottom: 4px !important;
  }
  .mt-md-xs {
    margin-top: 4px !important;
  }
  .mr-md-xs {
    margin-right: 4px !important;
  }
  .ml-md-xs {
    margin-left: 4px !important;
  }
  .mb-md-sm {
    margin-bottom: 8px !important;
  }
  .mt-md-sm {
    margin-top: 8px !important;
  }
  .mr-md-sm {
    margin-right: 8px !important;
  }
  .ml-md-sm {
    margin-left: 8px !important;
  }
  .mb-md-md {
    margin-bottom: 16px !important;
  }
  .mt-md-md {
    margin-top: 16px !important;
  }
  .mr-md-md {
    margin-right: 16px !important;
  }
  .ml-md-md {
    margin-left: 16px !important;
  }
  .mb-md-lg {
    margin-bottom: 24px !important;
  }
  .mt-md-lg {
    margin-top: 24px !important;
  }
  .mr-md-lg {
    margin-right: 24px !important;
  }
  .ml-md-lg {
    margin-left: 24px !important;
  }
  .mb-md-xl {
    margin-bottom: 32px !important;
  }
  .mt-md-xl {
    margin-top: 32px !important;
  }
  .mr-md-xl {
    margin-right: 32px !important;
  }
  .ml-md-xl {
    margin-left: 32px !important;
  }
  .mb-md-xxl {
    margin-bottom: 40px !important;
  }
  .mt-md-xxl {
    margin-top: 40px !important;
  }
  .mr-md-xxl {
    margin-right: 40px !important;
  }
  .ml-md-xxl {
    margin-left: 40px !important;
  }
  .mb-md-xxxl {
    margin-bottom: 48px !important;
  }
  .mt-md-xxxl {
    margin-top: 48px !important;
  }
  .mr-md-xxxl {
    margin-right: 48px !important;
  }
  .ml-md-xxxl {
    margin-left: 48px !important;
  }
  .mb-md-4xl {
    margin-bottom: 64px !important;
  }
  .mt-md-4xl {
    margin-top: 64px !important;
  }
  .mr-md-4xl {
    margin-right: 64px !important;
  }
  .ml-md-4xl {
    margin-left: 64px !important;
  }
  .mb-md-5xl {
    margin-bottom: 80px !important;
  }
  .mt-md-5xl {
    margin-top: 80px !important;
  }
  .mr-md-5xl {
    margin-right: 80px !important;
  }
  .ml-md-5xl {
    margin-left: 80px !important;
  }
  .mb-md-6xl {
    margin-bottom: 96px !important;
  }
  .mt-md-6xl {
    margin-top: 96px !important;
  }
  .mr-md-6xl {
    margin-right: 96px !important;
  }
  .ml-md-6xl {
    margin-left: 96px !important;
  }
  .mt-md-100 {
    margin-top: 100px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .m-inline-md-auto {
    margin-inline: auto !important;
  }
  .m-inline-md-inherit {
    margin-inline: inherit !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pb-md-xs {
    padding-bottom: 4px !important;
  }
  .pt-md-xs {
    padding-top: 4px !important;
  }
  .pb-md-sm {
    padding-bottom: 8px !important;
  }
  .pt-md-sm {
    padding-top: 8px !important;
  }
  .pb-md-md {
    padding-bottom: 16px !important;
  }
  .pt-md-md {
    padding-top: 16px !important;
  }
  .pb-md-lg {
    padding-bottom: 24px !important;
  }
  .pt-md-lg {
    padding-top: 24px !important;
  }
  .pb-md-xl {
    padding-bottom: 32px !important;
  }
  .pt-md-xl {
    padding-top: 32px !important;
  }
  .pb-md-xxl {
    padding-bottom: 40px !important;
  }
  .pt-md-xxl {
    padding-top: 40px !important;
  }
  .pb-md-xxxl {
    padding-bottom: 48px !important;
  }
  .pt-md-xxxl {
    padding-top: 48px !important;
  }
  .pb-md-4xl {
    padding-bottom: 64px !important;
  }
  .pt-md-4xl {
    padding-top: 64px !important;
  }
  .pb-md-5xl {
    padding-bottom: 80px !important;
  }
  .pt-md-5xl {
    padding-top: 80px !important;
  }
  .pb-md-6xl {
    padding-bottom: 96px !important;
  }
  .pt-md-6xl {
    padding-top: 96px !important;
  }
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: sticky !important;
  }
  .md-visible {
    visibility: visible !important;
  }
  .md-invisible {
    visibility: hidden !important;
  }
  .w-md-15 {
    width: 15% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .mw-md-100 {
    max-width: 100% !important;
  }
}

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

@media (min-width: 1080px) {
  .button-area .a-button {
    min-width: 246px;
  }
  .rounded-lg-0 {
    border-radius: 0 !important;
  }
  .rounded-lg-sm {
    border-radius: 8px !important;
  }
  .rounded-lg-md {
    border-radius: 16px !important;
  }
  .rounded-lg-lg {
    border-radius: 32px !important;
  }
  .rounded-lg-full {
    border-radius: 100vmax !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-grow-lg-1 {
    flex-grow: 1 !important;
  }
  .flex-shrinklg--0 {
    flex-shrink: 0 !important;
  }
  .flex-shrink-lg-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .fz-lg-sm {
    font-size: 0.875rem !important;
  }
  .fz-lg-base {
    font-size: 1rem !important;
  }
  .fz-lg-m {
    font-size: 1.125rem !important;
  }
  .fz-lg-lg {
    font-size: 1.25rem !important;
  }
  .fz-lg-xl {
    font-size: 1.5rem !important;
  }
  .fz-lg-xxl {
    font-size: 2rem !important;
  }
  .fw-lg-bold {
    font-weight: bold !important;
  }
  .lh-lg-1 {
    line-height: 1 !important;
  }
  .lh-lg-sm {
    line-height: 1.3 !important;
  }
  .lh-lg-md {
    line-height: 1.5 !important;
  }
  .lh-lg-base {
    line-height: 1.875 !important;
  }
  .lh-lg-xl {
    line-height: 2 !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-nowrap {
    white-space: nowrap !important;
  }
  .grid .grid-lg {
    display: grid !important;
  }
  .grid-cols-lg-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-lg-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-lg-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-lg-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-lg-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-lg-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-lg-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-lg-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-lg-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-cols-lg-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-lg-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid-cols-lg-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-xs {
    gap: 4px !important;
  }
  .gap-lg-sm {
    gap: 8px !important;
  }
  .gap-lg-md {
    gap: 16px !important;
  }
  .gap-lg-lg {
    gap: 24px !important;
  }
  .gap-lg-xl {
    gap: 32px !important;
  }
  .gap-lg-xxl {
    gap: 40px !important;
  }
  .gap-lg-xxxl {
    gap: 48px !important;
  }
  .gap-lg-4xl {
    gap: !important;
  }
  .gap-x-lg-0 {
    column-gap: 0 !important;
  }
  .gap-x-lg-xs {
    column-gap: 4px !important;
  }
  .gap-x-lg-sm {
    column-gap: 8px !important;
  }
  .gap-x-lg-md {
    column-gap: 16px !important;
  }
  .gap-x-lg-lg {
    column-gap: 24px !important;
  }
  .gap-x-lg-xl {
    column-gap: 32px !important;
  }
  .gap-x-lg-xxl {
    column-gap: 40px !important;
  }
  .gap-x-lg-xxxl {
    column-gap: 48px !important;
  }
  .gap-x-lg-4xl {
    column-gap: !important;
  }
  .gap-y-lg-0 {
    row-gap: 0 !important;
  }
  .gap-y-lg-xs {
    row-gap: 4px !important;
  }
  .gap-y-lg-sm {
    row-gap: 8px !important;
  }
  .gap-y-lg-md {
    row-gap: 16px !important;
  }
  .gap-y-lg-lg {
    row-gap: 24px !important;
  }
  .gap-y-lg-xl {
    row-gap: 32px !important;
  }
  .gap-y-lg-xxl {
    row-gap: 40px !important;
  }
  .gap-y-lg-xxxl {
    row-gap: 48px !important;
  }
  .gap-y-lg-4xl {
    row-gap: !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .mh-lg-100 {
    max-height: 100% !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mb-lg-xs {
    margin-bottom: 4px !important;
  }
  .mt-lg-xs {
    margin-top: 4px !important;
  }
  .mr-lg-xs {
    margin-right: 4px !important;
  }
  .ml-lg-xs {
    margin-left: 4px !important;
  }
  .mb-lg-sm {
    margin-bottom: 8px !important;
  }
  .mt-lg-sm {
    margin-top: 8px !important;
  }
  .mr-lg-sm {
    margin-right: 8px !important;
  }
  .ml-lg-sm {
    margin-left: 8px !important;
  }
  .mb-lg-md {
    margin-bottom: 16px !important;
  }
  .mt-lg-md {
    margin-top: 16px !important;
  }
  .mr-lg-md {
    margin-right: 16px !important;
  }
  .ml-lg-md {
    margin-left: 16px !important;
  }
  .mb-lg-lg {
    margin-bottom: 24px !important;
  }
  .mt-lg-lg {
    margin-top: 24px !important;
  }
  .mr-lg-lg {
    margin-right: 24px !important;
  }
  .ml-lg-lg {
    margin-left: 24px !important;
  }
  .mb-lg-xl {
    margin-bottom: 32px !important;
  }
  .mt-lg-xl {
    margin-top: 32px !important;
  }
  .mr-lg-xl {
    margin-right: 32px !important;
  }
  .ml-lg-xl {
    margin-left: 32px !important;
  }
  .mb-lg-xxl {
    margin-bottom: 40px !important;
  }
  .mt-lg-xxl {
    margin-top: 40px !important;
  }
  .mr-lg-xxl {
    margin-right: 40px !important;
  }
  .ml-lg-xxl {
    margin-left: 40px !important;
  }
  .mb-lg-xxxl {
    margin-bottom: 48px !important;
  }
  .mt-lg-xxxl {
    margin-top: 48px !important;
  }
  .mr-lg-xxxl {
    margin-right: 48px !important;
  }
  .ml-lg-xxxl {
    margin-left: 48px !important;
  }
  .mb-lg-4xl {
    margin-bottom: 64px !important;
  }
  .mt-lg-4xl {
    margin-top: 64px !important;
  }
  .mr-lg-4xl {
    margin-right: 64px !important;
  }
  .ml-lg-4xl {
    margin-left: 64px !important;
  }
  .mb-lg-5xl {
    margin-bottom: 80px !important;
  }
  .mt-lg-5xl {
    margin-top: 80px !important;
  }
  .mr-lg-5xl {
    margin-right: 80px !important;
  }
  .ml-lg-5xl {
    margin-left: 80px !important;
  }
  .mb-lg-6xl {
    margin-bottom: 96px !important;
  }
  .mt-lg-6xl {
    margin-top: 96px !important;
  }
  .mr-lg-6xl {
    margin-right: 96px !important;
  }
  .ml-lg-6xl {
    margin-left: 96px !important;
  }
  .m-inline-lg-auto {
    margin-inline: auto !important;
  }
  .m-inline-lg-inherit {
    margin-inline: inherit !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pb-lg-xs {
    padding-bottom: 4px !important;
  }
  .pt-lg-xs {
    padding-top: 4px !important;
  }
  .pb-lg-sm {
    padding-bottom: 8px !important;
  }
  .pt-lg-sm {
    padding-top: 8px !important;
  }
  .pb-lg-md {
    padding-bottom: 16px !important;
  }
  .pt-lg-md {
    padding-top: 16px !important;
  }
  .pb-lg-lg {
    padding-bottom: 24px !important;
  }
  .pt-lg-lg {
    padding-top: 24px !important;
  }
  .pb-lg-xl {
    padding-bottom: 32px !important;
  }
  .pt-lg-xl {
    padding-top: 32px !important;
  }
  .pb-lg-xxl {
    padding-bottom: 40px !important;
  }
  .pt-lg-xxl {
    padding-top: 40px !important;
  }
  .pb-lg-xxxl {
    padding-bottom: 48px !important;
  }
  .pt-lg-xxxl {
    padding-top: 48px !important;
  }
  .pb-lg-4xl {
    padding-bottom: 64px !important;
  }
  .pt-lg-4xl {
    padding-top: 64px !important;
  }
  .pb-lg-5xl {
    padding-bottom: 80px !important;
  }
  .pt-lg-5xl {
    padding-top: 80px !important;
  }
  .pb-lg-6xl {
    padding-bottom: 96px !important;
  }
  .pt-lg-6xl {
    padding-top: 96px !important;
  }
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: sticky !important;
  }
  .lg-visible {
    visibility: visible !important;
  }
  .lg-invisible {
    visibility: hidden !important;
  }
  .w-lg-15 {
    width: 15% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .mw-lg-100 {
    max-width: 100% !important;
  }
}

@media (max-width: 1079.98px) {
  .header:has(.header__hamburger[aria-expanded="true"]) {
    background-color: var(--primary);
    color: var(--white);
  }
  .header__menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: clip;
    transition: height 0.4s ease-out;
  }
  .header__menu[inert] {
    height: 0;
  }
  .header__menu__inner {
    background-color: var(--primary);
    color: var(--white);
    flex-direction: column;
    row-gap: 26px;
    padding-block: calc(var(--header-height) + 30px) 70px;
    background-image: url(/assets/images/deco_lightning_light-blue.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
  }
  .header__nav {
    flex-direction: column;
    row-gap: 26px;
  }
  .header__member-button {
    background-color: var(--white);
    color: var(--primary);
    min-height: 56px;
    width: 100vw;
    max-width: 200px;
  }
  .header__hamburger {
    flex-shrink: 0;
    display: block;
    width: 48px;
    aspect-ratio: 1;
    background-color: var(--primary);
    border-radius: 4px;
    position: relative;
    border: 1px solid transparent;
    transition: border-color 0.2s ease-out;
  }
  .header__hamburger[aria-expanded="true"] {
    border-color: var(--white);
  }
  .button-area .a-button {
    min-width: 185px;
  }
  .button-list--col-2 {
    grid-template-columns: 1fr;
  }
  .button-list--col-2 .a-button {
    min-width: 50% !important;
  }
  .layout--2col .news-list {
    grid-template-columns: auto 1fr;
  }
  .layout--2col .news-list__item {
    grid-column: span 2;
    row-gap: 8px;
  }
  .layout--2col .news-list__item__tag {
    display: flex;
    align-items: center;
  }
  .layout--2col .news-list__item__text {
    grid-column: span 2;
  }
  .colbox.colbox--lg-2 {
    flex-direction: column;
  }
  .colbox.colbox--lg-2 .colbox__col {
    width: 100%;
  }
}

@media (max-width: 768.98px) {
  :root {
    --header-height: 64px;
  }
  body {
    line-height: 1.875;
    font-size: 0.875rem;
  }
  main img {
    display: block;
    margin-inline: auto;
  }
  .mv {
    max-height: 600px;
  }
  .mv::after {
    height: 120px;
  }
  .mv__inner {
    padding-top: 66px;
    padding-inline: 16px;
  }
  .mv__ja-lead {
    font-size: 1.5rem;
    line-height: 2;
  }
  .mv__en-lead {
    margin-top: 8px;
    max-width: 250px;
    font-size: 0.75rem;
  }
  #information {
    padding-top: 70px;
  }
  #about-us {
    margin-top: 64px;
  }
  #member-menu {
    margin-top: 64px;
  }
  #access {
    margin-top: 64px;
  }
  .home-primary-heading {
    row-gap: 12px;
    margin-bottom: 20px;
  }
  .home-primary-heading--deco::before {
    width: 125px;
    height: 132px;
    left: -55px;
    top: -70px;
  }
  .home-primary-heading--deco-right::before {
    left: initial;
    right: 0;
    top: -55px;
  }
  .home-primary-heading__en {
    font-size: 0.875rem;
  }
  .home-primary-heading__ja {
    font-size: 1.5rem;
  }
  .home-link-button {
    width: 100%;
    min-width: initial;
    max-width: 343px;
    min-height: 125px;
    padding-inline: 24px;
  }
  .home-link-button__inner {
    row-gap: 8px;
  }
  .home-link-button__label {
    font-size: 1.25rem;
  }
  .home-link-button__description {
    font-size: 0.875rem;
  }
  .home-information-block {
    grid-template-columns: auto;
    row-gap: 42px;
  }
  .home-information-block__head {
    flex-direction: row;
    justify-content: space-between;
    column-gap: 16px;
    align-items: end;
  }
  .home-information-block__foot {
    grid-column: auto;
    margin-top: 64px;
  }
  .home-member-menu-block__head {
    flex-direction: column;
    align-items: start;
    row-gap: 24px;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .home-access-block {
    grid-template-columns: auto;
    row-gap: 24px;
  }
  .home-access-block__map {
    order: initial;
  }
  .home-access-block__content {
    order: initial;
    row-gap: 12px;
  }
  .page--child::before {
    top: -480px;
    width: 200px;
    height: 2000px;
  }
  .president-name__main {
    font-size: 1.25rem;
  }
  .about-company__circle {
    display: none;
  }
  .about-company__blocks {
    margin-left: 20px;
  }
  .about-company__block {
    margin-right: 20px;
    grid-template-areas: "details" "head" "button";
    grid-template-columns: 1fr;
    padding: 20px;
    margin-bottom: 28px;
  }
  .about-company__head {
    order: 2;
    margin-bottom: 0;
  }
  .about-company__button {
    width: 100%;
  }
  .about-company__button > a {
    width: 100%;
  }
  .about-company__details {
    flex-direction: column;
  }
  .about-company__detail {
    order: 3;
  }
  .about-company__name {
    font-size: 1.125rem;
  }
  .about-company__name {
    font-size: 1rem;
  }
  .about-company__products {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .about-company__products-item {
    width: 100%;
  }
  .about-company__image {
    order: 1;
    align-self: center;
    margin-bottom: 20px;
  }
  .header {
    padding-inline: 16px;
    padding-block: 8px;
  }
  .header__logo {
    font-size: 1rem;
  }
  .footer__inner {
    grid-template-columns: auto;
    row-gap: 40px;
    padding-block: 40px;
    padding-inline: 16px;
  }
  .footer__menu {
    column-gap: 16px;
  }
  .footer__nav {
    padding-left: 16px;
  }
  .footer__nav__item {
    font-size: 0.875rem;
  }
  .footer__copyright {
    padding-block: 13px;
    padding-inline: 16px;
    font-size: 0.625rem;
  }
  .page__member .breadcrumb {
    margin-bottom: 10px;
  }
  .breadcrumb__list-item {
    font-size: 0.75rem;
  }
  .local-menu {
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    padding: 0 16px;
    height: calc(100vh - 168px);
    overflow: hidden;
    z-index: 10;
    transition: height 0.4s ease-out;
  }
  .local-menu::after {
    content: "";
    width: 11px;
    height: 10px;
    background-color: var(--black);
    clip-path: polygon(50% 0%, 0% 10px, 11px 10px);
    position: absolute;
    right: 34px;
    top: -10px;
  }
  .local-menu[inert] {
    height: 0;
  }
  .local-menu__header a {
    font-size: 1rem;
    padding: 12px 50px 12px 20px;
    background-color: var(--black);
  }
  .local-menu__list {
    height: calc(100% - 48px);
    overflow: scroll;
  }
  .local-menu__list > .list__item a {
    padding: 12px 50px 12px 20px;
  }
  .container {
    padding-inline: 16px;
  }
  .primary-heading {
    margin-bottom: 16px;
  }
  .primary-heading .primary-heading__main {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .secondary-heading {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }
  .tertiary-heading,
  .article h3 {
    grid-template-columns: 40px 1fr;
    line-height: 1.5;
  }
  .tertiary-heading::before,
  .article h3::before {
    width: 40px;
    height: 32px;
  }
  .tertiary-heading,
  .article h3 {
    font-size: 1.25rem;
    margin-bottom: 16px;
  }
  .fourth-heading {
    font-size: 1.125rem;
  }
  .fifth-heading {
    font-size: 1rem;
  }
  .fifth-heading::before {
    margin-top: 2px;
  }
  .heading__wrapper {
    flex-direction: column;
    row-gap: 24px;
  }
  .heading__wrapper:has(.primary-heading) {
    padding-bottom: 24px;
    margin-bottom: 16px;
  }
  .heading__wrapper:has(.tertiary-heading, .article h3) {
    margin-bottom: 32px;
  }
  .number-heading {
    font-size: 1.25rem;
  }
  .number-heading .number {
    font-size: 3rem;
    margin-right: 8px;
  }
  .bg-box,
  .is-style-block-bg-white {
    padding: 24px;
  }
  .bg-box:has(> .container) .container,
  .is-style-block-bg-white:has(> .container) .container {
    padding-inline: 24px;
  }
  .bg-box--p-lg {
    padding: 40px;
  }
  .bg-box--p-xs {
    padding: 8px 16px;
  }
  .bg-box--border {
    padding: 16px 24px 40px;
  }
  .bg-box--border-alert {
    border-radius: 8px;
    padding: 32px 24px;
  }
  .article-crip {
    grid-template-areas: "heading heading" "text image";
    grid-template-columns: 1fr 46.0641399417%;
    column-gap: 24px;
  }
  .article-crip .article-crip__text {
    align-self: center;
  }
  .button-area {
    flex-direction: column;
  }
  .button-area .a-button:last-of-type {
    margin-top: 16px;
  }
  .a-button {
    min-width: 160px;
    min-height: 48px;
    font-size: 0.875rem;
  }
  .a-button .a-button__icon {
    width: 18px;
    height: 18px;
  }
  .icon-link-button {
    flex-direction: column;
    justify-content: center;
    row-gap: 8px;
    min-height: 132px;
  }
  .icon-link-button__inner {
    font-size: 0.875rem;
    text-align: center;
  }
  .icon-link-button__icon {
    display: none;
  }
  .button-list {
    grid-template-columns: repeat(auto-fit, minmax(138px, 1fr));
    gap: 16px;
  }
  .button-list--col-2 {
    grid-template-columns: 1fr;
  }
  .button-list--auto-fill {
    grid-template-columns: repeat(auto-fill, 240px);
  }
  .button-more__text {
    font-size: 1.125rem;
  }
  .page-title {
    row-gap: 20px;
    margin-bottom: 35px;
    min-height: auto;
    align-items: flex-start;
  }
  .page__member .page-title {
    min-height: 208px;
  }
  .page__member .page-title .page-title__inner::before {
    width: 125px;
    height: 132px;
    left: -52px;
    top: 0;
  }
  .page-title__inner {
    padding: 70px var(--spacing) 0;
  }
  .page-title__inner::before {
    width: 125px;
    height: 132px;
    left: -30px;
    top: 0;
  }
  .page-title__sub {
    font-size: 0.875rem;
    margin-bottom: 16px;
  }
  .page-title__main {
    font-size: 1.5rem;
  }
  .page-title__img {
    position: relative;
    right: -105px;
  }
  .page-title--has-button .page-title__buttons {
    margin-top: 64px;
  }
  .article-title {
    padding-block: 70px 25px;
    row-gap: 20px;
    margin-bottom: 35px;
  }
  .article-title__inner::before {
    width: 125px;
    height: 132px;
    left: -30px;
    top: -70px;
  }
  .article-title__group {
    column-gap: 8px;
    row-gap: 12px;
  }
  .article-title__tag {
    font-size: 0.75rem !important;
  }
  .article-title__date {
    font-size: 0.875rem;
  }
  .article-title__main {
    font-size: 1.5rem;
  }
  .news-list {
    grid-template-columns: auto 1fr;
  }
  .news-list__item {
    grid-column: span 2;
    row-gap: 8px;
  }
  .news-list__item__date {
    font-size: 0.875rem;
  }
  .news-list__item__tag {
    display: flex;
    align-items: center;
  }
  .news-list__item__text {
    font-size: 0.875rem;
    grid-column: span 2;
  }
  .modal__close {
    font-size: 0.75rem;
    padding-right: 30px;
    top: 30px;
    position: fixed;
  }
  .accordion + .accordion {
    margin-top: 48px;
  }
  .accordion__button {
    width: 40px;
  }
  .accordion__button-icon::before,
  .accordion__button-icon::after {
    width: 16px;
  }
  .accordion__body-inner {
    padding-top: 32px;
  }
  .colbox {
    flex-direction: column;
    row-gap: 32px;
  }
  .colbox.sp-no-gap {
    row-gap: 0 !important;
  }
  .colbox.colbox--gap-narrow {
    gap: 32px !important;
  }
  .colbox.colbox--2 .colbox__col {
    width: 100%;
  }
  .colbox.colbox--2.colbox--gap-narrow .colbox__col {
    width: 100%;
  }
  .colbox.colbox--3 .colbox__col {
    width: 100%;
  }
  .colbox.colbox--5 .colbox__col {
    width: 100%;
  }
  .colbox.colbox--5.colbox--5--sp-2 {
    gap: 20px;
    flex-direction: row;
    justify-content: center;
  }
  .colbox.colbox--5.colbox--5--sp-2 .colbox__col {
    width: calc(50% - 20px);
  }
  .sdgs-icons {
    grid-template-columns: repeat(auto-fill, 64px);
    gap: 8px;
  }
  .sdgs-icons .sdgs-icons__item {
    width: 64px;
  }
  .anchor-list {
    gap: 8px 24px;
    align-items: stretch;
  }
  .anchor-list__item {
    width: calc(50% - 12px);
  }
  .anchor-list__link {
    padding: 18px 32px 18px 0;
    font-size: 0.875rem;
    height: 100%;
  }
  .anchor-list__link::after {
    width: 16px;
    height: 12px;
    right: 0;
  }
  .notation-list .notation-list__item {
    flex-direction: column;
    gap: 8px;
  }
  .history-list {
    display: block;
    margin-bottom: 24px;
  }
  .history-list__year {
    padding-top: 6px;
    font-size: 1rem;
  }
  .history-list__year .number {
    font-size: 1.5rem;
  }
  .history-list__detail {
    display: block;
  }
  .history-list__date {
    text-align: left;
  }
  .history-list__member {
    display: inline-block;
    margin-top: 8px;
  }
  .bg-check-list {
    grid-template-columns: 1fr;
  }
  .bg-check-list .bg-check-list__icon::before {
    width: 32px;
    height: 32px;
  }
  .bg-check-list .bg-check-list__icon::after {
    width: 14px;
    height: 14px;
    left: 8px;
    margin-top: -10px;
    margin-left: -2px;
  }
  .bg-check-list .bg-check-list__text {
    font-size: 1rem;
    padding-left: 40px;
  }
  .schedule-list .schedule-list__inner {
    padding: 32px;
  }
  .schedule-list .schedule-list__heading {
    font-size: 1.5rem;
  }
  .schedule-list .schedule-list__heading::before {
    width: 12px;
    height: 14px;
    clip-path: polygon(12px 50%, 0% 0%, 0% 14px);
  }
  .schedule-list .schedule-list__list {
    margin-left: 3em;
  }
  .schedule-list .schedule-list__list > li {
    margin-bottom: 32px;
  }
  .schedule-list .schedule-list__time {
    left: -4.8em;
    min-width: 55px;
    font-size: 1rem;
  }
  .schedule-list .schedule-list__box {
    margin-left: 16px;
  }
  .schedule-list .schedule-list__title {
    font-size: 0.875rem;
  }
  .schedule-list .schedule-list__text {
    font-size: 0.875rem;
  }
  .step-list > li::after {
    bottom: -67px;
    left: 30px;
  }
  .step-list .step-list__number {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
  }
  .step-list .step-list__sub {
    font-size: 0.75rem;
  }
  .step-list .step-list__main {
    font-size: 1.5rem;
  }
  .step-list .step-list__content {
    margin-top: 6px;
    margin-left: 16px;
  }
  .step-list .step-list__heading {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
  .faq-list .faq-list__question > p {
    font-size: 1.125rem;
  }
  .faq-list .faq-list__prefix {
    font-size: 1.5rem;
  }
  .table tbody th {
    width: 50%;
    padding: 16px;
  }
  .table tbody td {
    padding: 16px;
  }
  .table.table--sp-v thead,
  .table.table--sp-v tbody,
  .table.table--sp-v th,
  .table.table--sp-v td {
    display: block;
  }
  .table.table--sp-v td + td {
    border-left: none;
    padding-top: 0;
  }
  .table.table--side-border.table--sp-v tbody th {
    border-right: none;
    border-bottom: 1px solid #dddddd;
  }
  .table-wrapper--sp-scroll {
    overflow-x: scroll;
  }
  .table-wrapper--sp-scroll .table {
    min-width: 500px;
  }
  .history-table__wrapper {
    padding: 24px;
  }
  .history-table .history-table__row > dt {
    font-size: 1.5rem;
    padding-left: 24px;
  }
  .history-table .history-table__row > dt::before {
    width: 14px;
    height: 12px;
    clip-path: polygon(14px 50%, 0% 0%, 0% 12px);
  }
  .history-table .history-table__row > dd {
    margin-left: 18px;
    font-size: 0.875rem;
  }
  .lead-line {
    min-height: 136px;
    margin-top: 42px;
  }
  .lead-line::after {
    width: 70px;
    height: 35px;
    clip-path: polygon(50% 35px, 0% 0%, 70px 0%);
  }
  .lead-line .lead-line__text {
    font-size: 1.5rem;
    margin-top: 16px;
  }
  .lead-message {
    font-size: 1.25rem;
  }
  .to-top {
    margin-top: 8px;
    padding-right: 16px;
    padding-bottom: 16px;
  }
  .to-top__link::after {
    width: 40px;
  }
  .to-top__link > span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
    border: 0;
  }
  .data-grid .data-grid__heading {
    font-size: 1.5rem;
  }
  .data-grid .data-grid__heading .data-grid__heading--small {
    font-size: 1.125rem;
  }
  .data-grid .data-grid__heading .data-grid__heading--tiny {
    font-size: 1rem;
  }
  .data-grid .data-grid__data {
    font-size: clamp(2rem, 9.14vw, 3.75rem);
  }
  .data-grid .data-grid__data .data-grid-data-info {
    font-size: clamp(0.875rem, 4vw, 1rem);
  }
  .data-grid .data-grid__data .data-grid__data-unit {
    font-size: clamp(0.875rem, 4vw, 1.125rem);
  }
  .data-grid .data-grid__unit-annotaion {
    font-size: 1rem;
  }
  .data-grid.data-grid--01 {
    grid-template-areas: "data0101" "data0102" "data0103";
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 24px;
  }
  .data-grid.data-grid--02 {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .data-grid.data-grid--03 {
    gap: 20px;
    grid-template-areas: "data0201" "data0202" "data0203";
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .data-grid.data-grid--04 {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .tag {
    font-size: 0.75rem;
    min-width: 69px;
  }
  .tabs__list {
    width: 100%;
  }
  .tabs__button {
    min-width: 33.3333%;
    min-height: 34px;
    padding: 0 2px 12px;
    font-size: 0.875rem;
  }
  .bg {
    padding-block: 40px;
  }
  .embed {
    aspect-ratio: 343/232;
  }
  .link-card__text {
    font-size: 1rem;
    min-height: 99px;
  }
  .link-card__text::after {
    width: 13px;
  }
  .article-card__text {
    font-size: 1rem;
  }
  .article-card__text::after {
    width: 11px;
  }
  .article-card--small .article-card__text {
    font-size: 0.875rem;
  }
  .article-card__date {
    font-size: 0.875rem;
  }
  .price-card__name {
    font-size: 1.25rem;
    margin-bottom: 8px;
  }
  .price-card__prices {
    margin-top: 12px;
  }
  .category-selector {
    display: grid;
    grid-auto-flow: column;
    column-gap: 16px;
  }
  .category-selector__button {
    font-size: 0.875rem;
  }
  .figure__caption,
  .article figcaption {
    font-size: 0.75rem;
  }
  .media-block {
    grid-template-columns: auto;
    row-gap: 25px;
  }
  .article h2 {
    font-size: 1.5rem;
    margin-bottom: 16px;
    line-height: 1.3;
    margin-top: 64px;
  }
  .article h2:first-child {
    margin-top: 0;
  }
  .article h3 {
    margin-top: 48px;
  }
  .article h3:first-child {
    margin-top: 0;
  }
}

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

@media (max-width: 575.98px) {
  .data-grid .data-grid__image {
    flex: 0 0 40%;
  }
}

@media (any-hover: hover) {
  .header__member-button:hover {
    background-color: var(--white);
    color: var(--primary);
  }
  .footer__link:hover {
    text-decoration: none;
  }
  .footer__nav__item > a:hover {
    text-decoration: underline;
  }
  .button-select:hover::before {
    background-color: #a50034;
  }
  .button-more:hover .button-more__text {
    letter-spacing: 1px;
  }
  .button-more:hover .button-more__icon::before {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
  }
  .button-more:hover .button-more__icon .button-more__icon-inner::before {
    background-color: #333;
  }
  .button-more:hover .button-more__icon .button-more__icon-inner::after {
    background-color: #333;
    left: 100%;
  }
  .tabs__button:not([aria-selected="true"]):hover {
    border-color: var(--primary);
  }
}

@media (hover: hover) {
  .link-tel {
    pointer-events: none;
    cursor: text;
  }
}
