@charset "UTF-8";
:root {
  --COLOR_BASE_DARK: #4d4d4d;
  --COLOR_BASE_LIGHT: #fff;
  --COLOR_BRAND_PRIMARY: #f4c960;
  --COLOR_BRAND_SECONDARY: #e3e7ef;
  --COLOR_ROLE_DANGER_DARK: #cc0000;
  --COLOR_FOREGROUND_DARK: #4d4d4d;
  --COLOR_FOREGROUND_LIGHT: #fff;
  --COLOR_BACKGROUND_DARK: #f7f7f7;
  --COLOR_BACKGROUND_LIGHT: #fff;
  --COLOR_OUTLINE_DARK: #d8d8d8;
  --SIZE_MODULE_MARGIN: 16px;
  --SIZE_MODULE_MARGIN_WIDE: 24px;
  --SIZE_NESTED_MODULE_MARGIN: 16px;
  --HEIGHT_LOCAL_NAV: 66px;
  --FONT_SIZE: 1rem;
  --FONT_SIZE_NOTE: 0.8125rem;
  --LINE_HEIGHT: 1.75;
  --Z_INDEX_HEADER: 5000;
  --Z_INDEX_OVERLAY: 1000;
  --Z_INDEX_LAYER1: 100;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

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

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

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

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-weight: 400;
  src: url("/common/font/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-weight: 700;
  src: url("/common/font/NotoSansJP-Bold.woff2") format("woff2");
}
.l-footer, .l-main, .l-breadcrumb, .l-breadcrumb__outer {
  display: grid;
  gap: 0 16px;
  grid-template-columns: 1fr minmax(268px, 1220px) 1fr;
}

.l-footer__outer, .l-main__outer, .l-header__outer {
  display: grid;
  gap: 0 16px;
  grid-column: 1/4;
  grid-template-columns: 1fr minmax(268px, 1220px) 1fr;
}

.m-table__cell > :first-child, .m-layout-mediaText__content > :first-child,
.m-layout-mediaText__media > :first-child, .m-layout__item > :first-child, .m-list-description__content > :first-child, .m-box-arrow > :first-child, .m-box__body > :first-child, body > :first-child, .l-footer__inner > :first-child, .l-main__inner > :first-child, .l-breadcrumb__inner > :first-child, .l-header__inner > :first-child {
  margin-top: 0 !important;
}
.m-table__cell > :last-child, .m-layout-mediaText__content > :last-child,
.m-layout-mediaText__media > :last-child, .m-layout__item > :last-child, .m-list-description__content > :last-child, .m-box-arrow > :last-child, .m-box__body > :last-child, body > :last-child, .l-footer__inner > :last-child, .l-main__inner > :last-child, .l-breadcrumb__inner > :last-child, .l-header__inner > :last-child {
  margin-bottom: 0 !important;
}

.l-footer__inner, .l-main__inner, .l-breadcrumb__inner, .l-header__inner {
  grid-column: 2/3;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
dl,
dt,
dd,
button,
figure {
  margin: 0;
  padding: 0;
}

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

html {
  height: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  background-color: var(--COLOR_BACKGROUND_LIGHT);
  color: var(--COLOR_FOREGROUND_DARK);
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: var(--FONT_SIZE);
  height: 100%;
  line-height: var(--LINE_HEIGHT);
  margin: 0;
  overflow-x: hidden;
  padding: 0;
}

em {
  font-style: normal;
  font-weight: bold;
}

strong {
  color: var(--COLOR_ROLE_DANGER_DARK);
}

sub,
sup {
  font-size: 75%;
  line-height: 1;
  vertical-align: middle;
}

sub {
  bottom: -0.75em;
}

sup {
  top: -0.75em;
}

a :where(img) {
  pointer-events: none;
}

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

::placeholder {
  opacity: 1;
}

label {
  cursor: pointer;
}

[type=text],
[type=date],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=week],
select {
  line-height: 1;
}

[type=text],
[type=date],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=week],
select,
textarea {
  appearance: none;
  border-radius: 0;
  color: currentColor;
  font-size: 1rem;
}

[type=date]::-webkit-inner-spin-button,
[type=date]::-webkit-clear-button {
  appearance: none;
}

[type=date]::-webkit-calendar-picker-indicator {
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

textarea {
  overflow-x: hidden;
  overflow-y: auto;
  resize: vertical;
}

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

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

noscript {
  display: none;
}

body:has(> .l-navLocal) :target,
body:has(> * .l-navLocal) :target {
  scroll-margin-top: var(--HEIGHT_LOCAL_NAV);
}

.l-wrap {
  display: grid;
  grid-template-areas: "header" "breadcrumb" "mainVisual" "content" "navigationTop" "footer";
  grid-template-rows: auto auto auto 1fr auto auto;
  min-height: 100%;
  width: 100%;
}

.l-header {
  background-color: var(--COLOR_BASE_LIGHT);
  grid-area: header;
  position: relative;
  z-index: var(--Z_INDEX_HEADER);
}

.l-header__inner {
  height: 50px;
}

.l-header__logo {
  display: block;
  height: 100%;
  margin-left: 16px;
}

.l-header__logoFlex {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
}

.l-header__logo-branding {
  display: block;
  width: 125px;
}

.l-header__logo-secondary {
  margin-right: 70px;
  width: 65px;
}

.l-header__logo--public {
  margin: 0 16px;
}
.l-header__logo--public .l-header__logo-secondary {
  margin-right: 0;
}

.l-hamburger__buttonText::before, .l-hamburger__button::before, .l-hamburger__button::after {
  background-color: var(--COLOR_BRAND_PRIMARY);
  content: "";
  height: 2px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 35%;
  transform: translateX(-50%) translateY(-50%) rotate(0);
  transition: transform 0.5s ease, top 0.5s ease, opacity 0.5s ease;
  width: 25px;
  z-index: var(--Z_INDEX_LAYER1);
}

.l-hamburger__button {
  background-color: var(--COLOR_BASE_LIGHT);
  border-left: 1px solid var(--COLOR_BRAND_PRIMARY);
  height: 35px;
  list-style: none;
  margin: 7.5px 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  z-index: var(--Z_INDEX_LAYER1);
}
.l-hamburger__button::before {
  top: calc(35% - 6px);
}
.l-hamburger__button::after {
  top: calc(35% + 6px);
}

.l-hamburger__buttonText {
  color: var(--COLOR_BRAND_PRIMARY);
  display: block;
  font-size: 0.625rem;
  padding-top: 20px;
  text-align: center;
  white-space: nowrap;
}

.l-hamburger[open] .l-hamburger__button {
  background-color: var(--COLOR_BRAND_PRIMARY);
  height: 50px;
  margin: 0;
}
.l-hamburger[open] .l-hamburger__button::before, .l-hamburger[open] .l-hamburger__button::after {
  background-color: var(--COLOR_BASE_LIGHT);
  top: 38%;
  width: 20px;
}
.l-hamburger[open] .l-hamburger__button::before {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.l-hamburger[open] .l-hamburger__button::after {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.l-hamburger[open] .l-hamburger__buttonText {
  color: var(--COLOR_BASE_LIGHT);
  display: block;
  padding-top: 28px;
}
.l-hamburger[open] .l-hamburger__buttonText::before {
  opacity: 0;
}

.l-hamburger__content {
  background-color: var(--COLOR_BASE_LIGHT);
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: var(--Z_INDEX_HEADER);
}

.l-navGlobal {
  align-items: center;
  background-color: var(--COLOR_BASE_LIGHT);
  display: block;
  flex-direction: column;
  height: calc(100dvh - 50px);
  overflow-y: scroll;
}

.l-navGlobal__list {
  height: 100%;
  list-style: none;
  padding: 0;
  width: 100%;
}
.l-navGlobal__list::-webkit-scrollbar {
  display: none;
}

.l-navGlobal__item {
  list-style: none;
  position: relative;
}
.l-navGlobal__item::before {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--COLOR_BRAND_PRIMARY);
  bottom: -1px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw - 32px);
}
.l-navGlobal__item:hover::before, .l-navGlobal__item:active::before, .l-navGlobal__item:focus::before {
  content: none;
}
.l-navGlobal__item > a:hover, .l-navGlobal__item > a:active, .l-navGlobal__item > a:focus {
  background-color: var(--COLOR_BRAND_PRIMARY);
  color: var(--COLOR_BASE_LIGHT);
  -webkit-tap-highlight-color: transparent;
}

.l-navGlobal__link {
  color: var(--COLOR_BASE_DARK);
  display: block;
  font-weight: 700;
  padding: 20px 34px;
  text-decoration: none;
}

.l-navLocal {
  position: sticky;
  top: 0;
  z-index: var(--Z_INDEX_LAYER1);
}

.l-navLocal__button {
  background-color: var(--COLOR_BASE_LIGHT);
  border-bottom: 1px solid var(--COLOR_BRAND_PRIMARY);
  border-top: 1px solid var(--COLOR_BRAND_PRIMARY);
  color: var(--COLOR_BRAND_PRIMARY);
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 30px;
  padding: 16px 32px 16px 16px;
  position: relative;
}
.l-navLocal__button::before {
  content: "";
  display: block;
  position: absolute;
  border-color: var(--COLOR_BRAND_PRIMARY) var(--COLOR_BRAND_PRIMARY) transparent transparent;
  border-style: solid;
  border-width: 2px 2px 0 0;
  bottom: 0;
  height: 10px;
  margin: auto;
  right: 16px;
  top: 0;
  transform: rotate(135deg);
  width: 10px;
}

.l-navLocal__content {
  left: 0;
  max-height: calc(100dvh - 64px);
  overflow-y: auto;
  position: absolute;
  top: 100%;
  width: 100%;
}

.l-navLocal__list {
  background-color: var(--COLOR_BRAND_SECONDARY);
  border-bottom: 1px solid var(--COLOR_BRAND_PRIMARY);
  padding: 15px;
}

.l-navLocal[open] .l-navLocal__button {
  border-bottom: initial;
}
.l-navLocal[open] .l-navLocal__button::before {
  transform: rotate(-45deg);
}

.l-navLocal__item {
  color: var(--COLOR_BASE_DARK);
  font-size: 0.875rem;
  font-weight: 700;
  list-style: none;
  position: relative;
}
.l-navLocal__item:not(:first-child) {
  margin-top: 6px;
}
.l-navLocal__item > .l-navLocal__list {
  border-bottom: none;
  padding: 6px 15px;
}
.l-navLocal__item > .l-navLocal__list[hidden] {
  display: none;
}

.l-navLocal__link {
  color: var(--COLOR_BASE_DARK);
  font-weight: 400;
  padding-left: 15px;
  text-decoration: none;
}
.l-navLocal__link:hover, .l-navLocal__link:active, .l-navLocal__link:focus {
  color: var(--COLOR_BRAND_PRIMARY);
  text-decoration: underline;
}
.l-navLocal__link::before {
  content: "";
  display: block;
  position: absolute;
  border-color: var(--COLOR_BRAND_PRIMARY) var(--COLOR_BRAND_PRIMARY) transparent transparent;
  border-style: solid;
  border-width: 2px 2px 0 0;
  bottom: 0;
  height: 7px;
  left: 0;
  top: 8px;
  transform: rotate(45deg);
  width: 7px;
}

.l-breadcrumb {
  grid-area: breadcrumb;
}

.l-breadcrumb__inner {
  padding: 16px 0;
}

.l-breadcrumb__item {
  display: inline-block;
  list-style: none;
  position: relative;
}
.l-breadcrumb__item:not(:first-child) {
  margin-left: 20px;
}
.l-breadcrumb__item:not(:first-child)::before, .l-breadcrumb__item:not(:first-child)::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #707070;
  height: 1px;
  left: -14px;
  width: 6px;
}
.l-breadcrumb__item:not(:first-child)::before {
  top: 50%;
  transform: rotate(33deg);
}
.l-breadcrumb__item:not(:first-child)::after {
  top: calc(50% + 3px);
  transform: rotate(-33deg);
}

.l-breadcrumb__link {
  font-size: 0.75rem;
}
.l-breadcrumb__link:any-link {
  color: var(--COLOR_BRAND_PRIMARY);
  text-decoration: none;
}
.l-breadcrumb__link:any-link:hover, .l-breadcrumb__link:any-link:active, .l-breadcrumb__link:any-link:focus {
  text-decoration: underline;
}
.l-mainVisual__media {
  width: 100%;
}

.l-main__inner {
  padding-bottom: 40px;
}

.l-footer {
  grid-area: footer;
}

.l-footer__inner {
  align-items: center;
  display: flex;
  height: 50px;
  justify-content: space-between;
}

.l-footer__copyright {
  color: var(--COLOR_BASE_DARK);
  font-size: 0.5rem;
}

.l-footer__logo-branding {
  display: block;
  width: 150px;
}

.l-svg {
  display: none;
}

.m-box {
  --local-foreground: var(--COLOR_FOREGROUND_DARK);
  --local-background: var(--COLOR_BACKGROUND_LIGHT);
  --local-outline: var(--COLOR_OUTLINE_DARK);
  background-color: var(--local-background);
  border: 1px solid var(--local-outline);
  margin-top: 40px;
}

.m-box__body {
  padding: 24px 16px;
}
.m-box__body > [class^=m-] {
  margin-top: var(--SIZE_NESTED_MODULE_MARGIN);
}
.m-box-arrow {
  margin-top: var(--SIZE_MODULE_MARGIN);
}

.m-box-arrow + .m-box-arrow {
  margin-top: 54px;
  position: relative;
}
.m-box-arrow + .m-box-arrow::before {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--COLOR_BRAND_PRIMARY);
  bottom: calc(100% + 16px);
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  height: 22px;
  left: 50%;
  transform: translateX(-50%);
  width: 52px;
}
.m-button {
  --local-foreground: var(--COLOR_BACKGROUND_LIGHT);
  --local-background: var(--COLOR_BRAND_PRIMARY);
  --local-outline: var(--COLOR_BRAND_PRIMARY);
  align-items: center;
  background-color: var(--local-background);
  border: 1px solid var(--local-outline);
  color: var(--local-foreground);
  cursor: pointer;
  display: inline-flex;
  fill: var(--local-foreground);
  font-size: 0.875rem;
  font-weight: 700;
  gap: 0.5em;
  justify-content: center;
  line-height: 1.5;
  min-width: 240px;
  padding: 16px 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.m-button:not([target=_blank])::before {
  content: "";
  display: block;
  position: absolute;
  border-color: currentColor currentColor transparent transparent;
  border-style: solid;
  border-width: 2px 2px 0 0;
  bottom: 0;
  height: 10px;
  right: 24px;
  top: 50%;
  transform: rotate(45deg) translateX(-50%);
  width: 10px;
}
.m-button:has(> .m-link__icon) .m-link__icon {
  fill: var(--COLOR_BASE_LIGHT);
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.m-button:hover, .m-button:active, .m-button:focus {
  --local-foreground: var(--COLOR_BRAND_PRIMARY);
  --local-background: var(--COLOR_FOREGROUND_LIGHT);
  --local-outline: var(--COLOR_BRAND_PRIMARY);
}
.m-button:hover:has(> .m-link__icon) .m-link__icon, .m-button:active:has(> .m-link__icon) .m-link__icon, .m-button:focus:has(> .m-link__icon) .m-link__icon {
  fill: var(--COLOR_BRAND_PRIMARY);
}

.m-button-layout {
  display: flex;
  margin-top: 24px;
}

.m-button-list {
  display: grid;
  margin-top: 24px;
}
.m-button-list > * {
  height: 100%;
}

.m-button-list__item {
  list-style: none;
}
.m-button-list__item :where(.m-button) {
  height: 100%;
}
.m-heading {
  background-color: var(--COLOR_BRAND_PRIMARY);
  color: var(--COLOR_BASE_LIGHT);
  margin: 0 -16px;
}

.m-heading__inner {
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.m-heading__text {
  font-size: 1.5rem;
  line-height: 1.5;
}

.m-heading__subText {
  font-size: 0.75rem;
}

.m-heading-level2 {
  border-left: 4px solid var(--COLOR_BRAND_PRIMARY);
  color: var(--COLOR_BASE_DARK);
  font-size: 1.375rem;
  line-height: 1.5;
  margin-top: 40px;
  padding-left: 10px;
}

.m-heading-level3 {
  color: var(--COLOR_BRAND_PRIMARY);
  font-size: 1.25rem;
  margin-top: 32px;
}

.m-link {
  color: var(--COLOR_BASE_DARK);
  display: inline-block;
  font-weight: 700;
  margin-top: 16px;
  padding-left: 1.25em;
  position: relative;
  text-decoration: none;
}
.m-link:hover, .m-link:active, .m-link:focus {
  color: var(--COLOR_BRAND_PRIMARY);
  text-decoration: underline;
}
.m-link:hover .m-link__icon, .m-link:active .m-link__icon, .m-link:focus .m-link__icon {
  fill: var(--COLOR_BRAND_PRIMARY);
}
.m-link::before {
  content: "";
  display: block;
  position: absolute;
  border-color: var(--COLOR_BRAND_PRIMARY) var(--COLOR_BRAND_PRIMARY) transparent transparent;
  border-radius: 2px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  bottom: 0;
  height: 8px;
  left: 0;
  top: 11px;
  transform: rotate(45deg);
  width: 8px;
}

.m-link__icon {
  display: inline-block;
  fill: var(--COLOR_BASE_DARK);
  height: auto;
  margin-left: 0.25em;
  margin-right: 0.25em;
  position: relative;
  top: 0.125em;
  width: 1em;
}

.m-link-text {
  color: var(--COLOR_BRAND_PRIMARY);
  font-weight: 700;
  transition: opacity 0.2s;
}
.m-link-text:hover, .m-link-text:active, .m-link-text:focus {
  opacity: 0.7;
}
.m-link-text .m-link__icon {
  fill: var(--COLOR_BRAND_PRIMARY);
}

.m-link-list {
  display: grid;
  margin-top: var(--SIZE_MODULE_MARGIN);
}
.m-link-list > * {
  height: 100%;
}

.m-link-list__item {
  list-style: none;
}
.m-link-list__item > .m-link {
  margin-top: 0;
}

.m-list {
  display: grid;
  margin-top: var(--SIZE_MODULE_MARGIN);
}
.m-list > * {
  height: 100%;
}

.m-list__item {
  list-style: none;
  padding-left: 1em;
  position: relative;
}
.m-list__item::before {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--COLOR_BRAND_PRIMARY);
  border-radius: 50%;
  height: 8px;
  left: 0;
  top: 0.65em;
  width: 8px;
}

.m-list__text {
  font-size: 0.875rem;
}
.m-list__text > [class^=m-] {
  margin-top: var(--SIZE_NESTED_MODULE_MARGIN);
}
.m-list__text > [class^=m-list],
.m-list__text > .m-link-list,
.m-list__text > .m-note {
  margin-top: 8px;
}
.m-list-number {
  display: grid;
  margin-top: var(--SIZE_MODULE_MARGIN);
}
.m-list-number > * {
  height: 100%;
}

.m-list-number__item {
  display: flex;
  gap: 8px;
  list-style: none;
}

.m-list-number__mark {
  font-size: 0.875rem;
  text-align: right;
}

.m-list-number__text {
  font-size: 0.875rem;
}
.m-list-number__text > [class^=m-] {
  margin-top: var(--SIZE_NESTED_MODULE_MARGIN);
}
.m-list-number__text > [class^=m-list],
.m-list-number__text > .m-link-list,
.m-list-number__text > .m-note {
  margin-top: 8px;
}
.m-list-description {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: var(--SIZE_MODULE_MARGIN);
}

.m-list-description__item {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  position: relative;
  width: 100%;
}

.m-list-description__title,
.m-list-description__content {
  flex: 0 0 auto;
  width: 100%;
}

.m-list-description__title {
  font-weight: bold;
}

.m-list-description__content > [class^=m-] {
  margin-top: var(--SIZE_NESTED_MODULE_MARGIN);
}
.m-layout {
  margin-top: var(--SIZE_MODULE_MARGIN_WIDE);
  display: grid;
}
.m-layout > * {
  height: 100%;
}

.m-layout__item {
  list-style: none;
}

.m-layout-mediaText {
  display: grid;
  gap: 16px;
  grid-template-columns: auto fit-content(50%);
  margin-top: var(--SIZE_MODULE_MARGIN_WIDE);
}

.m-layout-mediaText__content,
.m-layout-mediaText__media {
  direction: ltr;
  flex: 0 0 auto;
}
.m-layout-mediaText__content > [class^=m-],
.m-layout-mediaText__media > [class^=m-] {
  margin-top: var(--SIZE_NESTED_MODULE_MARGIN);
}
.m-layout-media {
  display: grid;
  gap: 16px 8px;
  grid-auto-columns: 100%;
  grid-template-columns: repeat(2, 1fr);
  margin-top: var(--SIZE_MODULE_MARGIN_WIDE);
}
.m-layout-media > .m-media {
  display: block;
  margin: 0;
  width: auto;
}
.m-layout-media > .m-media > img {
  width: 100%;
}
.m-layout-media--col3 {
  grid-template-columns: repeat(3, 1fr);
}

.m-media {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
  margin: 24px auto 0;
  text-align: center;
  vertical-align: top;
  width: fit-content;
}
.m-media--profile img {
  width: 250px;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
}

.m-media__link,
.m-media__caption,
.m-media__item {
  flex: 0 0 auto;
}

.m-media__link {
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
  vertical-align: top;
  width: fit-content;
}
.m-media__link:any-link {
  color: var(--COLOR_BRAND_PRIMARY);
  text-decoration: none;
}

.m-media__caption {
  font-size: 0.75rem;
  margin: 0 auto;
  max-width: fit-content;
  text-align: center;
}

.m-media__item {
  display: block;
  height: auto;
  max-width: 100%;
}
.m-media-external {
  margin: 24px auto 0;
}

.m-media-external__media {
  aspect-ratio: 343/169;
  position: relative;
}

.m-media-external__item {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.m-note {
  display: grid;
  gap: 8px;
  grid-template-columns: auto 1fr;
  margin-top: var(--SIZE_MODULE_MARGIN);
}

.m-note__item {
  display: contents;
  list-style: none;
}

.m-note__mark,
.m-note__text {
  font-size: var(--FONT_SIZE_NOTE);
}

.m-note__text > [class^=m-] {
  margin-top: var(--SIZE_NESTED_MODULE_MARGIN);
}
.m-note__text > [class^=m-list],
.m-note__text > .m-link-list,
.m-note__text > .m-note {
  margin-top: 8px;
}

.m-panel-link {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: var(--SIZE_MODULE_MARGIN_WIDE);
}
.m-panel-link > a {
  text-decoration: none;
}
.m-panel-link:hover .m-panel-link__img > img, .m-panel-link:active .m-panel-link__img > img, .m-panel-link:focus .m-panel-link__img > img {
  opacity: 0.6;
}
.m-panel-link:hover .m-panel-link__img > picture > img, .m-panel-link:active .m-panel-link__img > picture > img, .m-panel-link:focus .m-panel-link__img > picture > img {
  opacity: 0.6;
}
.m-panel-link:hover .m-panel-link__title, .m-panel-link:active .m-panel-link__title, .m-panel-link:focus .m-panel-link__title {
  text-decoration: underline;
}

.m-panel-link__contents {
  display: flex;
  flex-direction: column-reverse;
}

.m-panel-link__img {
  display: contents;
}
.m-panel-link__img > img {
  transition: opacity 0.4s;
}
.m-panel-link__img > picture {
  display: contents;
}
.m-panel-link__img > picture > img {
  transition: opacity 0.4s;
}

.m-panel-link__title {
  background-color: var(--COLOR_BASE_DARK);
  color: var(--COLOR_BASE_LIGHT);
  font-size: var(--FONT_SIZE);
  font-weight: 700;
  padding: 14px 60px;
  position: relative;
  text-align: center;
}
.m-panel-link__title::before {
  content: "";
  display: block;
  position: absolute;
  border-color: var(--COLOR_BASE_LIGHT) var(--COLOR_BASE_LIGHT) transparent transparent;
  border-radius: 2px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  bottom: 0;
  height: 8px;
  right: 36px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
}

.m-panel-link-list {
  list-style-type: none;
  margin-top: var(--SIZE_MODULE_MARGIN_WIDE);
}
.m-panel-link-list .m-panel-link {
  margin-top: 0;
}
.m-panel-link-list .m-panel-link__contents {
  flex: 1;
}
.m-table {
  margin-top: var(--SIZE_MODULE_MARGIN_WIDE);
}
.m-table::-webkit-scrollbar {
  height: 8px;
}
.m-table::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 20px;
}
.m-table.m-table--scrollSP {
  padding-bottom: 14px;
}
.m-table.m-table--scrollPC {
  padding-bottom: 20px;
}

.m-table__table {
  background-color: var(--COLOR_BACKGROUND_LIGHT);
  border-collapse: collapse;
  border-left: 1px solid var(--COLOR_OUTLINE_DARK);
  border-top: 1px solid var(--COLOR_OUTLINE_DARK);
  table-layout: fixed;
  width: 100%;
}

.m-table__head {
  background-color: var(--COLOR_BACKGROUND_DARK);
}

.m-table__cell {
  border-bottom: 1px solid var(--COLOR_OUTLINE_DARK);
  border-right: 1px solid var(--COLOR_OUTLINE_DARK);
  padding: 16px;
  text-align: left;
}
.m-table__cell > [class^=m-] {
  margin-top: var(--SIZE_NESTED_MODULE_MARGIN);
}

.m-table__cell--head {
  background-color: var(--COLOR_BACKGROUND_DARK);
  font-weight: bold;
}
.m-text {
  display: flex;
  flex-direction: column;
  margin-top: var(--SIZE_MODULE_MARGIN);
}

.m-text__item {
  flex: 0 0 auto;
}

.m-text__item--small {
  color: #67676b;
  font-size: 0.875rem;
}

.m-text-lead {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}

.m-text-lead__item {
  flex: 0 0 auto;
  font-size: 1.125rem;
  font-weight: 700;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.mt-0 {
  margin-top: 0;
}
.mt-8 {
  margin-top: 8px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-24 {
  margin-top: 24px;
}
.mt-32 {
  margin-top: 32px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-48 {
  margin-top: 48px;
}
.mt-56 {
  margin-top: 56px;
}
.mt-64 {
  margin-top: 64px;
}
.mt-0 {
  margin-top: 0;
}
.mt-8 {
  margin-top: 8px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-24 {
  margin-top: 24px;
}
.mt-32 {
  margin-top: 32px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-48 {
  margin-top: 48px;
}
.mt-56 {
  margin-top: 56px;
}
.mt-64 {
  margin-top: 64px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-1\/4 {
  width: 25%;
}

.w-1\/5 {
  width: 20%;
}

.w-1\/6 {
  width: 16.666667%;
}

.w-0 {
  width: 0;
}

.w-8 {
  width: 8px;
}

.w-16 {
  width: 16px;
}

.w-24 {
  width: 24px;
}

.w-32 {
  width: 32px;
}

.w-40 {
  width: 40px;
}

.w-48 {
  width: 48px;
}

.w-56 {
  width: 56px;
}

.w-64 {
  width: 64px;
}

.w-72 {
  width: 72px;
}

.w-80 {
  width: 80px;
}

.m-tabPanel {
  --local-foreground: var(--COLOR_BASE_DARK);
  --local-background: var(--COLOR_BRAND_SECONDARY);
  margin-top: 40px;
}

.m-tabPanel__listItem {
  list-style: none;
}

.m-tabPanel__link {
  align-items: center;
  background-color: var(--local-background);
  color: var(--local-foreground);
  display: flex;
  font-size: var(--FONT_SIZE);
  justify-content: center;
  line-height: 1.5;
  padding: 20px 24px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
}
.m-tabPanel__link[aria-selected=true] {
  font-weight: 700;
  --local-background: var(--COLOR_BRAND_PRIMARY);
  --local-foreground: var(--COLOR_BASE_LIGHT);
}

.m-tabPanel__content {
  padding: 0 10px;
}

.m-tabPanel__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.m-tabPanel__container + .m-tabPanel__control {
  margin-top: 40px;
}

body.is-overflow-hidden {
  overflow: hidden;
}

.m-timeline {
  margin: 50px auto 0;
  max-width: 768px;
}

.m-timeline__list {
  list-style: none;
  padding-left: 16px;
}

.m-timeline__item {
  padding-bottom: 32px;
  padding-left: 23px;
  position: relative;
}
.m-timeline__item::before {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--COLOR_BRAND_PRIMARY);
  height: 0;
  left: -1px;
  top: 25px;
  width: 2px;
}
.m-timeline__item::after {
  content: "";
  display: block;
  position: absolute;
  aspect-ratio: 1/1;
  background-color: var(--COLOR_BRAND_SECONDARY);
  border: solid 4px var(--COLOR_BRAND_PRIMARY);
  border-radius: 50%;
  display: flex;
  left: 0;
  top: 25px;
  transform: translate(-50%, -50%);
  width: 16px;
}
.m-timeline__item:last-child {
  padding-bottom: 0;
}
.m-timeline__item:last-child::before {
  content: none;
}

.m-timeline__item.is-active::before {
  animation: line 0.2s forwards linear;
  height: 100%;
}

@keyframes line {
  0% {
    height: 0px;
  }
  100% {
    height: 100%;
  }
}
.m-timeline__heading {
  color: var(--COLOR_BRAND_PRIMARY);
  display: flex;
  flex-direction: column;
  font-weight: 700;
}

.m-timeline__lead {
  font-size: 1.75rem;
}

.m-timeline__sub {
  font-size: 1.375rem;
}

.js-fadeIn {
  filter: blur(0);
  opacity: 1;
  transform: translateY(0);
}

html[data-script-enabled=true] .js-fadeIn {
  filter: blur(10px);
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s, transform 0.7s, filter 0.4s;
}
html[data-script-enabled=true] .js-fadeIn.is-fadeIn {
  filter: blur(0);
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 768px){
  :root {
    --FONT_SIZE: 1rem;
    --FONT_SIZE_NOTE: 0.875rem;
    --LINE_HEIGHT: 1.75;
    --SIZE_MODULE_MARGIN: 24px;
    --SIZE_MODULE_MARGIN_WIDE: 40px;
    --SIZE_NESTED_MODULE_MARGIN: 24px;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .l-header__inner {
    height: 70px;
  }
  .l-header__logo-branding {
    width: 228px;
  }
  .l-header__logo-secondary {
    margin-right: 120px;
    width: 105px;
  }
  .l-hamburger__buttonText::before, .l-hamburger__button::before, .l-hamburger__button::after {
    top: 40%;
    width: 40px;
  }
  .l-hamburger__button {
    height: 48px;
    margin: 12px 0;
    width: 80px;
  }
  .l-hamburger__button::before {
    top: calc(40% - 10px);
  }
  .l-hamburger__button::after {
    top: calc(40% + 10px);
  }
  .l-hamburger__buttonText {
    font-size: 0.75rem;
    padding-top: 32px;
  }
  .l-hamburger[open] .l-hamburger__button {
    height: 70px;
  }
  .l-hamburger[open] .l-hamburger__button::before, .l-hamburger[open] .l-hamburger__button::after {
    top: 44%;
    width: 30px;
  }
  .l-hamburger[open] .l-hamburger__buttonText {
    padding-top: 43px;
  }
  .l-navGlobal {
    height: calc(100dvh - 70px);
  }
  .l-navLocal__item {
    font-size: var(--FONT_SIZE);
  }
  .l-navLocal__item:not(:first-child) {
    margin-top: 20px;
  }
  .l-navLocal__item > .l-navLocal__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 25px;
    padding: 10px 30px 0;
  }
  .l-navLocal__item > .l-navLocal__list > .l-navLocal__item {
    margin-top: 0;
  }
  .l-navLocal__link {
    padding-left: 20px;
  }
  .l-navLocal__link::before {
    height: 10px;
    top: 10px;
    width: 10px;
  }
  .l-breadcrumb__item:not(:first-child) {
    margin-left: 23px;
  }
  .l-breadcrumb__item:not(:first-child)::before, .l-breadcrumb__item:not(:first-child)::after {
    left: -16px;
    width: 8px;
  }
  .l-breadcrumb__item:not(:first-child)::before {
    top: calc(50% - 2px);
  }
  .l-breadcrumb__item:not(:first-child)::after {
    top: calc(50% + 2px);
  }
  .l-breadcrumb__link {
    font-size: 0.875rem;
  }
  .l-main__inner {
    padding-bottom: 50px;
  }
  .l-footer__inner {
    height: 95px;
  }
  .l-footer__copyright {
    font-size: 1rem;
  }
  .l-footer__logo-branding {
    width: 200px;
  }
  .l-footer__logo-branding--en {
    width: 350px;
  }
  .m-box {
    margin-top: 32px;
  }
  .m-box__body {
    padding: 40px;
  }
  .m-box-arrow + .m-box-arrow {
    margin-top: 64px;
  }
  .m-box-arrow + .m-box-arrow::before {
    bottom: calc(100% + 20px);
    height: 24px;
    width: 62px;
  }
  .m-button {
    font-size: 1rem;
    padding: 16px 50px;
  }
  .m-button-list {
    gap: 16px;
  }
  .m-button-list[data-column-pc=auto] {
    display: flex;
    flex-wrap: wrap;
  }
  .m-button-list[data-column-pc=auto] > * {
    flex: 0 0 auto;
    max-width: 100%;
  }
  .m-button-list[data-column-pc="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .m-button-list[data-column-pc="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .m-button-list[data-column-pc="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .m-button-list[data-column-pc="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
  .m-button-list[data-column-pc="6"] {
    grid-template-columns: repeat(6, 1fr);
  }
  .m-button-list:not([data-column-pc=auto]) :where(.m-button) {
    min-width: auto;
    width: 100%;
  }
  .m-heading {
    margin: 0;
  }
  .m-heading__inner {
    padding: 27px 32px;
  }
  .m-heading__text {
    font-size: 2.5rem;
  }
  .m-heading__subText {
    font-size: 1rem;
  }
  .m-heading-level2 {
    font-size: 2rem;
    margin-top: 80px;
  }
  .m-heading-level3 {
    font-size: 1.75rem;
    margin-top: 48px;
  }
  .m-link-list {
    gap: 8px 32px;
  }
  .m-link-list[data-column-pc=auto] {
    display: flex;
    flex-wrap: wrap;
  }
  .m-link-list[data-column-pc=auto] > * {
    flex: 0 0 auto;
    max-width: 100%;
  }
  .m-link-list[data-column-pc="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .m-link-list[data-column-pc="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .m-link-list[data-column-pc="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .m-link-list[data-column-pc="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
  .m-link-list[data-column-pc="6"] {
    grid-template-columns: repeat(6, 1fr);
  }
  .m-list {
    gap: 8px 32px;
  }
  .m-list[data-column-pc=auto] {
    display: flex;
    flex-wrap: wrap;
  }
  .m-list[data-column-pc=auto] > * {
    flex: 0 0 auto;
    max-width: 100%;
  }
  .m-list[data-column-pc="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .m-list[data-column-pc="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .m-list[data-column-pc="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .m-list[data-column-pc="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
  .m-list[data-column-pc="6"] {
    grid-template-columns: repeat(6, 1fr);
  }
  .m-list__text {
    font-size: var(--FONT_SIZE);
  }
  .m-list-number {
    gap: 8px 32px;
  }
  .m-list-number[data-column-pc=auto] {
    display: flex;
    flex-wrap: wrap;
  }
  .m-list-number[data-column-pc=auto] > * {
    flex: 0 0 auto;
    max-width: 100%;
  }
  .m-list-number[data-column-pc="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .m-list-number[data-column-pc="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .m-list-number[data-column-pc="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .m-list-number[data-column-pc="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
  .m-list-number[data-column-pc="6"] {
    grid-template-columns: repeat(6, 1fr);
  }
  .m-list-number__text,
  .m-list-number__mark {
    font-size: var(--FONT_SIZE);
  }
  .m-list-description--rowPC {
    display: grid;
    gap: 16px 24px;
    grid-template-columns: fit-content(30%) auto;
  }
  .m-list-description--rowPC :where(.m-list-description__item) {
    display: contents;
  }
  .m-list-description--inlinePC {
    display: block;
  }
  .m-list-description--inlinePC :where(.m-list-description__item, .m-list-description__title, .m-list-description__content) {
    display: inline;
    width: auto;
  }
  .m-list-description--inlinePC :where(.m-list-description__item + .m-list-description__item) {
    border-left: 1px solid var(--COLOR_OUTLINE_DARK);
    margin-left: 16px;
    padding-left: 16px;
  }
  .m-list-description--inlinePC :where(.m-list-description__title) {
    margin-right: 16px;
  }
  .m-layout {
    gap: 64px 32px;
  }
  .m-layout[data-column-pc=auto] {
    display: flex;
    flex-wrap: wrap;
  }
  .m-layout[data-column-pc=auto] > * {
    flex: 0 0 auto;
    max-width: 100%;
  }
  .m-layout[data-column-pc="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .m-layout[data-column-pc="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .m-layout[data-column-pc="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .m-layout[data-column-pc="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
  .m-layout[data-column-pc="6"] {
    grid-template-columns: repeat(6, 1fr);
  }
  .m-layout-mediaText {
    gap: 24px;
  }
  .m-layout-mediaText--rowReversePC {
    direction: rtl;
  }
  .m-layout-mediaText--columnPC,
  .m-layout-mediaText--columnReversePC {
    display: flex;
  }
  .m-layout-mediaText--columnPC {
    flex-direction: column;
  }
  .m-layout-mediaText--columnReversePC {
    flex-direction: column-reverse;
  }
  .m-layout-media {
    gap: 32px 16px;
  }
  .m-media {
    gap: 16px;
    margin-top: 40px;
  }
  .m-media__caption {
    font-size: 0.875rem;
  }
  .m-media__link:any-link:hover {
    text-decoration: underline;
  }
  .m-media-external {
    margin-top: 40px;
  }
  .m-media-external__media {
    aspect-ratio: 707/350;
  }
  .m-table--scrollPC {
    overflow: auto;
  }
  .m-table--scrollPC :where(.m-table__table) {
    width: 1220px;
  }
  .m-table__cell {
    padding: 16px 24px;
  }
  .m-text-lead {
    margin-top: 32px;
  }
  .m-text-lead__item {
    font-size: 1.25rem;
  }
  .justify-startPC {
    justify-content: flex-start;
  }
  .justify-endPC {
    justify-content: flex-end;
  }
  .justify-centerPC {
    justify-content: center;
  }
  .mt-0PC {
    margin-top: 0;
  }
  .mt-8PC {
    margin-top: 8px;
  }
  .mt-16PC {
    margin-top: 16px;
  }
  .mt-24PC {
    margin-top: 24px;
  }
  .mt-32PC {
    margin-top: 32px;
  }
  .mt-40PC {
    margin-top: 40px;
  }
  .mt-48PC {
    margin-top: 48px;
  }
  .mt-56PC {
    margin-top: 56px;
  }
  .mt-64PC {
    margin-top: 64px;
  }
  .mt-0PC {
    margin-top: 0;
  }
  .mt-8PC {
    margin-top: 8px;
  }
  .mt-16PC {
    margin-top: 16px;
  }
  .mt-24PC {
    margin-top: 24px;
  }
  .mt-32PC {
    margin-top: 32px;
  }
  .mt-40PC {
    margin-top: 40px;
  }
  .mt-48PC {
    margin-top: 48px;
  }
  .mt-56PC {
    margin-top: 56px;
  }
  .mt-64PC {
    margin-top: 64px;
  }
  .text-leftPC {
    text-align: left;
  }
  .text-centerPC {
    text-align: center;
  }
  .text-rightPC {
    text-align: right;
  }
  .m-tabPanel__link {
    font-size: 1.125rem;
  }
  .m-tabPanel__container + .m-tabPanel__control {
    margin-top: 80px;
  }
  .m-timeline__heading {
    flex-direction: row;
  }
  .m-timeline__sub {
    margin-top: 6px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1220px){
  .l-header__logo {
    margin-left: 20px;
  }
  .l-header__logo--public {
    margin: 0 20px;
  }
  .l-navGlobal__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
    height: auto;
    margin: 50px auto 0;
    max-width: 1220px;
  }
  .l-navGlobal__item {
    border-right: 1px solid var(--COLOR_BRAND_PRIMARY);
    width: 20%;
  }
  .l-navGlobal__item:nth-of-type(5n) {
    border: none;
  }
  .l-navGlobal__item::before {
    content: none;
  }
  .l-navGlobal__link {
    align-items: center;
    display: flex;
    font-size: 1.125rem;
    height: 100%;
    justify-content: center;
    padding: 0 30px;
    width: 100%;
  }
  .m-media-external {
    margin-top: 60px;
  }
  .m-media-external__media {
    aspect-ratio: 1220/380;
  }
}
@media (max-width: 767px){
  .m-button-list {
    gap: 16px;
  }
  .m-button-list[data-column-sp=auto] {
    display: flex;
    flex-wrap: wrap;
  }
  .m-button-list[data-column-sp=auto] > * {
    flex: 0 0 auto;
    max-width: 100%;
  }
  .m-button-list[data-column-sp="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .m-button-list[data-column-sp="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .m-button-list[data-column-sp="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .m-button-list[data-column-sp="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
  .m-button-list[data-column-sp="6"] {
    grid-template-columns: repeat(6, 1fr);
  }
  .m-button-list:not([data-column-sp=auto]) :where(.m-button) {
    min-width: auto;
    width: 100%;
  }
  .m-link-list {
    gap: 8px 24px;
  }
  .m-link-list[data-column-sp=auto] {
    display: flex;
    flex-wrap: wrap;
  }
  .m-link-list[data-column-sp=auto] > * {
    flex: 0 0 auto;
    max-width: 100%;
  }
  .m-link-list[data-column-sp="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .m-link-list[data-column-sp="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .m-link-list[data-column-sp="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .m-link-list[data-column-sp="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
  .m-link-list[data-column-sp="6"] {
    grid-template-columns: repeat(6, 1fr);
  }
  .m-list {
    gap: 8px 24px;
  }
  .m-list[data-column-sp=auto] {
    display: flex;
    flex-wrap: wrap;
  }
  .m-list[data-column-sp=auto] > * {
    flex: 0 0 auto;
    max-width: 100%;
  }
  .m-list[data-column-sp="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .m-list[data-column-sp="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .m-list[data-column-sp="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .m-list[data-column-sp="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
  .m-list[data-column-sp="6"] {
    grid-template-columns: repeat(6, 1fr);
  }
  .m-list-number {
    gap: 8px 24px;
  }
  .m-list-number[data-column-sp=auto] {
    display: flex;
    flex-wrap: wrap;
  }
  .m-list-number[data-column-sp=auto] > * {
    flex: 0 0 auto;
    max-width: 100%;
  }
  .m-list-number[data-column-sp="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .m-list-number[data-column-sp="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .m-list-number[data-column-sp="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .m-list-number[data-column-sp="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
  .m-list-number[data-column-sp="6"] {
    grid-template-columns: repeat(6, 1fr);
  }
  .m-list-description--rowSP {
    display: grid;
    gap: 16px;
    grid-template-columns: fit-content(30%) auto;
  }
  .m-list-description--rowSP :where(.m-list-description__item) {
    display: contents;
  }
  .m-list-description--inlineSP {
    display: block;
  }
  .m-list-description--inlineSP :where(.m-list-description__item, .m-list-description__title, .m-list-description__content) {
    display: inline;
    width: auto;
  }
  .m-list-description--inlineSP :where(.m-list-description__item + .m-list-description__item) {
    border-left: 1px solid var(--COLOR_OUTLINE_DARK);
    margin-left: 8px;
    padding-left: 8px;
  }
  .m-list-description--inlineSP :where(.m-list-description__title) {
    margin-right: 8px;
  }
  .m-layout {
    gap: 32px 16px;
  }
  .m-layout[data-column-sp=auto] {
    display: flex;
    flex-wrap: wrap;
  }
  .m-layout[data-column-sp=auto] > * {
    flex: 0 0 auto;
    max-width: 100%;
  }
  .m-layout[data-column-sp="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .m-layout[data-column-sp="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .m-layout[data-column-sp="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .m-layout[data-column-sp="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
  .m-layout[data-column-sp="6"] {
    grid-template-columns: repeat(6, 1fr);
  }
  .m-layout-mediaText--rowReverseSP {
    direction: rtl;
  }
  .m-layout-mediaText--columnSP,
  .m-layout-mediaText--columnReverseSP {
    display: flex;
  }
  .m-layout-mediaText--columnSP {
    flex-direction: column;
  }
  .m-layout-mediaText--columnReverseSP {
    flex-direction: column-reverse;
  }
  .m-panel-link-list .m-panel-link__title {
    font-size: 0.875rem;
    padding: 3px 60px;
  }
  .m-panel-link__contents {
    flex: 1;
  }
  .m-table--columnSP :where(.m-table__table, .m-table__head, .m-table__body, .m-table__row, .m-table__cell) {
    display: block;
    width: 100%;
  }
  .m-table--scrollSP {
    overflow: auto;
  }
  .m-table--scrollSP :where(.m-table__table) {
    width: 767px;
  }
  .justify-startSP {
    justify-content: flex-start;
  }
  .justify-endSP {
    justify-content: flex-end;
  }
  .justify-centerSP {
    justify-content: center;
  }
  .mt-0SP {
    margin-top: 0;
  }
  .mt-8SP {
    margin-top: 8px;
  }
  .mt-16SP {
    margin-top: 16px;
  }
  .mt-24SP {
    margin-top: 24px;
  }
  .mt-32SP {
    margin-top: 32px;
  }
  .mt-40SP {
    margin-top: 40px;
  }
  .mt-48SP {
    margin-top: 48px;
  }
  .mt-56SP {
    margin-top: 56px;
  }
  .mt-64SP {
    margin-top: 64px;
  }
  .mt-0SP {
    margin-top: 0;
  }
  .mt-8SP {
    margin-top: 8px;
  }
  .mt-16SP {
    margin-top: 16px;
  }
  .mt-24SP {
    margin-top: 24px;
  }
  .mt-32SP {
    margin-top: 32px;
  }
  .mt-40SP {
    margin-top: 40px;
  }
  .mt-48SP {
    margin-top: 48px;
  }
  .mt-56SP {
    margin-top: 56px;
  }
  .mt-64SP {
    margin-top: 64px;
  }
  .text-leftSP {
    text-align: left;
  }
  .text-centerSP {
    text-align: center;
  }
  .text-rightSP {
    text-align: right;
  }
}
