@charset "UTF-8";
/*! 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;
}

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  overflow-wrap: break-word;
  color: #444444;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
dl,
dd,
ul,
ol,
td,
th,
figure,
fieldset,
button {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  color: #000000;
}

li {
  list-style: none;
}

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

b,
em,
strong {
  font-style: normal;
  font-weight: bold;
}

em {
  color: #000000;
}

strong {
  color: #E60012;
}

small {
  font-size: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-word;
  transition: opacity 0.4s, color 0.4s;
}
a:focus-visible, a:active {
  color: #009944;
}
@media (any-hover: hover) {
  a:hover {
    color: #009944;
  }
}

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

input,
textarea {
  border-radius: 0;
  font-family: inherit;
  font-size: 1.6rem;
}

::placeholder {
  color: #A2A6AA;
}

button {
  color: #000000;
}
button:where([class]) {
  border: 0;
  background-color: transparent;
}

textarea {
  resize: vertical;
}

button:not(:disabled),
:where([type=button]:not(:disabled)),
:where([type=reset]:not(:disabled)),
:where([type=submit]:not(:disabled)),
:where([role=button][tabindex]),
summary,
label {
  cursor: pointer;
}

iframe {
  border: 0;
}

[hidden] {
  display: none !important;
}

:focus:not(:focus-visible) {
  outline: 0;
}

.str-header-nav-dropdown__btn--close, .str-header-nav__btn--close, .str-header-search__btn--close {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #f5f5f5;
}
.str-header-nav-dropdown__btn--close::before, .str-header-nav__btn--close::before, .str-header-search__btn--close::before, .str-header-nav-dropdown__btn--close::after, .str-header-nav__btn--close::after, .str-header-search__btn--close::after {
  position: absolute;
  content: "";
  display: block;
  inset: 0;
  width: 2px;
  height: 22px;
  margin: auto;
  background-color: #009944;
}
.str-header-nav-dropdown__btn--close::before, .str-header-nav__btn--close::before, .str-header-search__btn--close::before {
  transform: rotate(45deg);
}
.str-header-nav-dropdown__btn--close::after, .str-header-nav__btn--close::after, .str-header-search__btn--close::after {
  transform: rotate(-45deg);
}
.str-header-nav-dropdown__btn--close span, .str-header-nav__btn--close span, .str-header-search__btn--close span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

body {
  position: relative;
}
html[data-script-enabled=true] body::before {
  display: block;
  visibility: hidden;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  opacity: 0;
  transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
}
html[data-script-enabled=true] body.is-overlay::before, html[data-script-enabled=true] body.is-dropdown-overlay::before {
  visibility: visible;
  opacity: 1;
}
html[data-script-enabled=true] body.is-overlay .str-header {
  border-color: #009944;
}

.str-header {
  /* 共通フッター左右余白 */
  --header-side-gutter: 24px;
  min-height: 58px;
  border-bottom: 1px solid #EFF3F5;
  color: #000000;
  z-index: 2000;
  width: 100%;
  top: 0;
}

html[data-script-enabled=true] .str-header {
  position: fixed;
}

@media screen and (min-width: 1080px) {
  .str-header {
    padding: 12px min(4.16vw, 60px);
    background-color: #ffffff;
  }
}
@media screen and (min-width: 1080px) {
  html[data-script-enabled=true] body.is-unsetFix .str-header {
    position: relative;
    min-height: 123px;
    top: unset;
    width: auto;
  }
}
.str-header__inner {
  display: flex;
}
@media screen and (max-width: 1079px) {
  .str-header__inner {
    flex-direction: column;
  }
}
@media screen and (min-width: 1080px) {
  .str-header__inner {
    column-gap: 22px;
    align-items: flex-start;
  }

  html[data-script-enabled=true] .str-header__inner {
    align-items: center;
  }
}
.str-header__top {
  grid-area: menu;
}
@media screen and (max-width: 1079px) {
  .str-header__top {
    display: flex;
    width: 100%;
    justify-content: space-between;
    background-color: #ffffff;
    position: relative;
    z-index: 2000;
  }
}
@media screen and (min-width: 1080px) {
  .str-header__top {
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1250px) {
  html[data-script-enabled=true] .str-header__top {
    position: absolute;
    top: 22px;
    left: min(4.16vw, 60px);
  }
}
.str-header__content {
  grid-area: menuContent;
}
@media screen and (max-width: 1079px) {
  html[data-script-enabled=true] .str-header__content {
    display: none;
    flex-direction: column;
  }
  html[data-script-enabled=true] .str-header__content.is-open {
    display: flex;
    position: fixed;
    width: 100%;
    top: 58px;
    z-index: 3000;
    overflow-y: scroll;
  }
}
@media screen and (min-width: 1080px) {
  .str-header__content {
    display: flex;
    width: 100%;
    gap: 22px 0;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    padding: 20px 0;
  }
}
@media screen and (min-width: 1250px) {
  .str-header__content {
    padding-left: 172px;
  }
}
@media screen and (min-width: 1080px) {
  html[data-script-enabled=true] body.is-unsetFix .str-header__content {
    align-items: unset;
    justify-content: center;
    flex-direction: column-reverse;
    padding: 0;
  }
}
@media screen and (max-width: 1079px) {
  .str-header__nav {
    background-color: #ffffff;
  }
}
@media screen and (min-width: 1080px) {
  .str-header__nav {
    flex-grow: 1;
  }
}
.str-header__info {
  grid-area: info;
  background-color: #ffffff;
}
.str-header--simple {
  border-top: 3px solid #009944;
}
@media screen and (min-width: 1080px) {
  .str-header--simple {
    min-height: 84px;
  }
  .str-header--simple .str-header-logo {
    margin-top: 0;
  }
}

@media screen and (max-width: 1079px) {
  .str-header-logo {
    padding: 9px 20px;
  }
}
@media screen and (min-width: 1080px) {
  html[data-script-enabled=true] body.is-unsetFix .str-header-logo {
    margin-top: 12px;
  }
}
@media screen and (max-width: 1079px) {
  .str-header-logo__image {
    width: 83px;
  }
}

.str-header-menu__btn {
  position: relative;
  width: 60px;
  height: 57px;
}
.str-header-menu__btn::before, .str-header-menu__btn::after {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  width: 28px;
  height: 2px;
  margin: 0 auto;
  background-color: #009944;
  content: "";
  transition: transform 0.3s ease-in-out;
}
.str-header-menu__btn::before {
  top: 25px;
}
.str-header-menu__btn::after {
  top: 32px;
}
.str-header-menu__btn[aria-expanded=true]::before {
  top: 25px;
  transform: rotate(-45deg);
}
.str-header-menu__btn[aria-expanded=true]::after {
  top: 25px;
  transform: rotate(45deg);
}
@media screen and (min-width: 1080px) {
  .str-header-menu__btn {
    display: none;
  }
}
.str-header-menu__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.str-header-info-list {
  display: flex;
  gap: 0 12px;
}
@media screen and (max-width: 1079px) {
  .str-header-info-list {
    padding: 16px 16px 23px;
    flex-wrap: wrap;
  }
  .str-header-info-list__item:nth-child(1) {
    width: 100%;
    text-align: center;
  }
  .str-header-info-list__item:nth-child(2)::after {
    display: none !important;
  }
  .str-header-info-list__item:nth-child(n+3) {
    padding-left: 12px;
  }
}
@media screen and (min-width: 1080px) {
  .str-header-info-list {
    gap: 0 16px;
    width: fit-content;
    margin-left: auto;
  }
  .str-header-info-list__item:nth-child(1) {
    padding-left: 22px;
  }
  .str-header-info-list__item:not(:nth-child(1)) {
    display: none;
  }
}
@media screen and (min-width: 1080px) and (min-width: 1080px) {
  html[data-script-enabled=true] body.is-unsetFix .str-header-info-list__item {
    padding-left: 16px;
  }
  html[data-script-enabled=true] body.is-unsetFix .str-header-info-list__item:not(:nth-child(1)) {
    display: block;
  }
}
.str-header-info-list__item + .str-header-info-list__item {
  position: relative;
}
.str-header-info-list__item + .str-header-info-list__item::after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background-color: #E2E3E2;
  top: 10px;
  left: 0;
}
.str-header-info-list__item + .str-header-info-list__item:last-child::after {
  top: 0;
  height: 100%;
}
.str-header-info-list__link {
  font-size: 1.4rem;
  color: currentcolor;
}
@media screen and (min-width: 1080px) {
  .str-header-info-list__link {
    font-size: 1.2rem;
  }
}
.str-header-info-list__link--search {
  position: relative;
  padding-left: 22px;
}
@media screen and (max-width: 1079px) {
  .str-header-info-list__link--search {
    display: none;
  }
}
.str-header-info-list__link--search:focus-visible, .str-header-info-list__link--search:active {
  color: #009944;
}
@media (any-hover: hover) {
  .str-header-info-list__link--search:hover {
    color: #009944;
  }
}
.str-header-info-list__link--search::before {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url("/corporate/shared/img/icon-search.svg");
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
.str-header-info-list__link--global {
  position: relative;
  padding-left: 19px;
}
.str-header-info-list__link--global::before {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("/corporate/shared/img/icon-global.svg");
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}

.str-header-search {
  background-color: #EFF3F5;
  padding: 13px 21px;
  margin-bottom: 24px;
}
@media screen and (min-width: 1080px) {
  html[data-script-enabled=true] .str-header-search {
    max-width: 850px;
    margin: 0 auto;
    padding: 25px 21px;
  }
}
.str-header-search__submit {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 1079px) {
  .str-header-search__submit > img {
    width: 14px;
    height: 14px;
  }
}
.str-header-search__form {
  display: flex;
}
.str-header-search__input {
  border: none;
  background-color: transparent;
  width: 100%;
  font-size: 1.6rem;
  color: #333333;
  outline: unset;
}
.str-header-search__bottom {
  text-align: right;
}
@media screen and (max-width: 1079px) {
  .str-header-search__btn--close {
    display: none;
  }
}

@media screen and (min-width: 1080px) {
  html[data-script-enabled=true] .str-header-search-dropdown {
    width: 100%;
    padding-top: 56px;
    background-color: #ffffff;
    display: none;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 92px;
    left: 0;
  }
  html[data-script-enabled=true] .str-header-search-dropdown.is-open {
    opacity: 1;
    visibility: inherit;
    animation: transform-in 0.4s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  }
}
@media screen and (min-width: 1080px) {
  html[data-script-enabled=true] body.is-unsetFix .str-header-search-dropdown {
    top: 122px;
  }
}
@media screen and (min-width: 1080px) {
  .str-header-search-dropdown__inner {
    display: none;
    opacity: 0;
    padding: 0 16px;
    animation: content-anim 0.4s ease-in-out 0.1s forwards;
  }
}
.str-header-search-dropdown.is-open .str-header-search-dropdown__inner {
  display: block;
}

.str-header-nav-list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1080px) {
  html[data-script-enabled=true] .str-header-nav-list {
    width: fit-content;
    gap: 22px;
    flex-direction: row;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1079px) {
  .str-header-nav-list__item {
    border-bottom: 1px solid #E2E3E2;
  }
}
.str-header-nav-list__btn {
  color: currentcolor;
  font-weight: bold;
}
@media screen and (max-width: 1079px) {
  .str-header-nav-list__btn {
    width: 100%;
    text-align: left;
    position: relative;
  }
  .str-header-nav-list__btn[aria-expanded]::before, .str-header-nav-list__btn[aria-expanded]::after {
    position: absolute;
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    top: 0;
    right: var(--header-side-gutter);
    bottom: 0;
    margin: auto 0;
    background-color: #009944;
    transition: transform 0.3s ease;
  }
  .str-header-nav-list__btn[aria-expanded=false]::after {
    transform: rotate(90deg);
  }
  .str-header-nav-list__btn[aria-expanded=true]::after {
    transform: rotate(0);
  }
  .str-header-nav-list__btn[aria-expanded=true] .str-header-nav-list__text {
    border-bottom: 1px solid #E2E3E2;
  }
  .str-header-nav-list__btn .str-header-nav-list__text {
    display: inline-block;
    width: 100%;
    padding: 20px 36px 20px 24px;
  }
}
@media screen and (min-width: 1080px) {
  .str-header-nav-list__btn {
    position: relative;
    font-size: 1.2rem;
  }
  .str-header-nav-list__btn::after {
    position: absolute;
    content: "";
    display: block;
    background-color: #E2E3E2;
    width: 100%;
    height: 3px;
    bottom: -16px;
    left: 0;
    right: 0;
    margin: auto;
    transform: scale(0, 1);
    transform-origin: left top;
    opacity: 0;
    transition: transform 0.4s, opacity 0.4s;
  }
  .str-header-nav-list__btn:focus-visible, .str-header-nav-list__btn:active {
    color: inherit;
  }
  .str-header-nav-list__btn:focus-visible::after, .str-header-nav-list__btn:active::after {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@media screen and (min-width: 1080px) and (any-hover: hover) {
  .str-header-nav-list__btn:hover {
    color: inherit;
  }
  .str-header-nav-list__btn:hover::after {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@media screen and (min-width: 1080px) {
  .str-header-nav-list__btn[aria-expanded=true]::after, .str-header-nav-list__btn.is-current::after {
    background-color: #009944;
    transform: scale(1, 1);
    opacity: 1;
  }
}

@keyframes transform-in {
  0% {
    transform: translate3d(0, -40px, 0);
  }
  100% {
    transform: none;
  }
}
@keyframes content-anim {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.str-header-nav__bottom {
  background-color: #ffffff;
  text-align: right;
}
@media screen and (min-width: 1080px) {
  .str-header-nav__bottom {
    display: none;
  }
}
.str-header-nav__btn--close {
  background-color: #ffffff;
}

html[data-script-enabled=true] .str-header-nav-dropdown {
  display: none;
  overflow: hidden;
}
@media screen and (min-width: 1080px) {
  html[data-script-enabled=true] .str-header-nav-dropdown {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    padding: 48px 0 0 59px;
    position: absolute;
    background-color: #ffffff;
    left: 0;
    margin-top: 17px;
    z-index: -1;
  }
  html[data-script-enabled=true] .str-header-nav-dropdown.is-animation {
    opacity: 1;
    visibility: inherit;
    animation: transform-in 0.4s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  }
}
@media screen and (min-width: 1080px) {
  html[data-script-enabled=true] .str-header-nav-dropdown__inner {
    max-width: 1102px;
    margin: 0 auto;
    display: none;
    opacity: 0;
    grid-template: "img hdg" 49px "img list" 1fr/290px 1fr;
    animation: content-anim 0.4s ease-in-out 0.1s forwards;
  }
}
.str-header-nav-dropdown__inner--no-image {
  display: block !important;
}
.str-header-nav-dropdown.is-animation .str-header-nav-dropdown__inner {
  display: grid;
}
@media screen and (max-width: 1079px) {
  .str-header-nav-dropdown-hdg, .str-header-nav-dropdown-list {
    padding: 0 32px;
  }
}
@media screen and (max-width: 1079px) {
  .str-header-nav-dropdown-hdg__link, .str-header-nav-dropdown-list__link {
    display: block;
    width: 100%;
    padding: 16px 0;
    border-bottom: 1px solid #E2E3E2;
  }
}
.str-header-nav-dropdown-hdg {
  grid-area: hdg;
}
@media screen and (min-width: 1080px) {
  .str-header-nav-dropdown-hdg {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1080px) {
  .str-header-nav-dropdown-hdg__link {
    display: block;
    width: 100%;
    padding-bottom: 18px;
    border-bottom: 1px solid #E2E3E2;
    transition: border-color 0.4s, color 0.4s;
  }
  .str-header-nav-dropdown-hdg__link:focus-visible .str-header-nav-dropdown-hdg__text::after, .str-header-nav-dropdown-hdg__link:active .str-header-nav-dropdown-hdg__text::after {
    opacity: 1;
    transform: translate(0, 0) rotate(45deg);
  }
}
@media screen and (min-width: 1080px) and (any-hover: hover) {
  .str-header-nav-dropdown-hdg__link:hover .str-header-nav-dropdown-hdg__text::after {
    opacity: 1;
    transform: translate(0, 0) rotate(45deg);
  }
}
.str-header-nav-dropdown-hdg__link .str-header-nav-dropdown-hdg__text {
  position: relative;
  width: fit-content;
  display: inline-block;
}
.str-header-nav-dropdown-hdg__link .str-header-nav-dropdown-hdg__text::after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #009944;
  border-right: 2px solid #009944;
  transform: rotate(45deg);
  bottom: 0;
  top: 0;
  margin: auto;
  opacity: 0;
  transform: translate(-5px, 0) rotate(45deg);
  transition: opacity 0.4s, transform 0.4s;
  right: -15px;
}
.str-header-nav-dropdown-list {
  grid-area: list;
}
@media screen and (min-width: 1080px) {
  .str-header-nav-dropdown-list {
    column-count: 2;
    margin-top: 24px;
  }
}
@media screen and (min-width: 1080px) {
  .str-header-nav-dropdown-list__item {
    margin-bottom: 16px;
  }
}
.str-header-nav-dropdown-list__item:last-child .str-header-nav-dropdown-list__link {
  border: none;
}
.str-header-nav-dropdown-list__link {
  position: relative;
  transition: color 0.4s;
  color: currentcolor;
}
.str-header-nav-dropdown-list__link::after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #009944;
  border-right: 2px solid #009944;
  transform: rotate(45deg);
  bottom: 0;
  top: 0;
  margin: auto;
  opacity: 0;
  transform: translate(-5px, 0) rotate(45deg);
  transition: opacity 0.4s, transform 0.4s;
  right: -15px;
}
.str-header-nav-dropdown-list__link:focus-visible::after, .str-header-nav-dropdown-list__link:active::after {
  opacity: 1;
  transform: translate(0, 0) rotate(45deg);
}
@media (any-hover: hover) {
  .str-header-nav-dropdown-list__link:hover::after {
    opacity: 1;
    transform: translate(0, 0) rotate(45deg);
  }
}
.str-header-nav-dropdown-image {
  display: none;
  grid-area: img;
}
@media screen and (min-width: 1080px) {
  .str-header-nav-dropdown-image {
    display: block;
  }
}
.str-header-nav-dropdown__bottom {
  text-align: right;
}
@media screen and (max-width: 1079px) {
  .str-header-nav-dropdown__bottom {
    display: none;
  }
}
.str-footer {
  /* 共通フッター左右余白 */
  --footer-side-gutter: 24px;
  border-top: 1px solid #444444;
}
@media screen and (min-width: 769px) {
  .str-footer {
    --footer-side-gutter: 16px;
  }
}

.str-footer-main,
.str-footer-aside,
.str-footer-mufg {
  padding-right: var(--footer-side-gutter);
  padding-left: var(--footer-side-gutter);
}
.str-footer-main__inner,
.str-footer-aside__inner,
.str-footer-mufg__inner {
  max-width: 1320px;
  margin: 0 auto;
}

.str-footer-main {
  color: #000000;
}
@media screen and (min-width: 769px) {
  .str-footer-main {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .str-footer-nav {
    font-size: 1.4rem;
    margin-left: calc(var(--footer-side-gutter) * -1);
    margin-right: calc(var(--footer-side-gutter) * -1);
  }
}
.str-footer-nav__body {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .str-footer-nav__body {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    column-gap: 48px;
  }
}
.str-footer-nav__content {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .str-footer-nav__content {
    margin-top: 0;
    overflow: hidden;
  }
  html[data-script-enabled=true] .str-footer-nav__content {
    display: none;
  }
}
.str-footer-nav__title {
  display: block;
  position: relative;
  color: #009944;
}
@media screen and (max-width: 768px) {
  .str-footer-nav__title {
    border-top: 1px solid #E2E3E2;
    padding: 16px calc(var(--footer-side-gutter) + 20px) 16px var(--footer-side-gutter);
  }
}
@media screen and (min-width: 769px) {
  .str-footer-nav__title {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .str-footer-nav__title:not(:first-child) {
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .str-footer-nav__title--btn::before, .str-footer-nav__title--btn::after {
    position: absolute;
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    top: 0;
    right: var(--footer-side-gutter);
    bottom: 0;
    margin: auto 0;
    background-color: #009944;
    transition: transform 0.3s ease;
  }
  .str-footer-nav__title--btn[aria-expanded=false]::after {
    transform: rotate(90deg);
  }
  .str-footer-nav__title--btn[aria-expanded=true]::after {
    transform: rotate(0);
  }
}
.str-footer-nav-link {
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .str-footer-nav-link {
    row-gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  .str-footer-nav-link {
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #EFF3F5;
  }
}
.str-footer-nav-link__link {
  display: block;
  color: currentcolor;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .str-footer-nav-link__link {
    padding: 10px var(--footer-side-gutter);
  }
}

.str-footer-aside {
  background-color: #009944;
  color: #ffffff;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .str-footer-aside {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  .str-footer-aside__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-auto-rows: auto;
    align-content: start;
    column-gap: 60px;
  }
}
.str-footer-aside-link {
  display: flex;
  flex-flow: row wrap;
  gap: 10px 40px;
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) {
  .str-footer-aside-link {
    font-size: 1.4rem;
    gap: 13px 40px;
  }
}
.str-footer-aside-link__link {
  color: inherit;
}
.str-footer-aside-link__link:focus-visible, .str-footer-aside-link__link:active {
  color: inherit;
}
@media (any-hover: hover) {
  .str-footer-aside-link__link:hover {
    color: inherit;
  }
}
.str-footer-aside-copy {
  font-size: 1.2rem;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .str-footer-aside-copy {
    text-align: center;
    margin-top: 40px;
  }
}

.str-footer-mufg {
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
  line-height: 1;
  min-height: 56px;
}
@media screen and (min-width: 769px) {
  .str-footer-mufg {
    text-align: right;
  }
}

.str-footer-simple {
  padding-right: 16px;
  padding-left: 16px;
  border-top: 3px solid #009944;
}
.str-footer-simple-copy {
  font-size: 1.2rem;
  text-align: center;
  flex: 1;
}
@media screen and (min-width: 769px) {
  .str-footer-simple__inner {
    display: flex;
    max-width: 1320px;
    margin: 0 auto;
    flex-direction: row-reverse;
    align-items: center;
  }
}

.str-breadcrumb {
  padding: 16px 24px;
}
@media screen and (min-width: 769px) {
  .str-breadcrumb {
    padding: 16px min(4.16vw, 60px);
  }
}
.str-breadcrumb__link[href]::after {
  position: absolute;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #009944;
  border-right: 2px solid #009944;
  transform: rotate(45deg);
  top: 2px;
  right: -19px;
  bottom: 0;
  margin: auto 0;
}
.str-breadcrumb__item {
  position: relative;
  display: flex;
  font-size: 1.2rem;
}
.str-breadcrumb__item[aria-current] {
  color: #A2A6AA;
}
.str-breadcrumb__body {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 38px;
}
@media screen and (max-width: 768px) {
  .str-breadcrumb--top {
    display: none;
  }
}
.str-breadcrumb--top .str-breadcrumb__body {
  justify-content: end;
}
.str-breadcrumb--bottom {
  border-top: 1px solid #E2E3E2;
}
@media screen and (min-width: 769px) {
  .str-breadcrumb--bottom {
    display: none;
  }
}
.str-breadcrumb + * {
  margin-top: 0 !important;
}

.str-pagetop {
  display: grid;
  place-items: end;
  margin-top: 48px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .str-pagetop {
    margin-top: 80px;
  }
}
.str-pagetop__btn {
  position: relative;
  display: block;
  width: 63px;
  height: 79px;
}
@media screen and (min-width: 769px) {
  .str-pagetop__btn {
    width: 80px;
    height: 100px;
  }
}
.str-pagetop__btn::before, .str-pagetop__btn::after {
  position: absolute;
  content: "";
  display: block;
}
.str-pagetop__btn::before {
  width: inherit;
  height: inherit;
  z-index: -1;
  background: linear-gradient(#33AD69 0%, #68c148 100%);
  clip-path: path("M0,0V78.669H32.277L62.855,0Z");
  transform: rotate(180deg);
}
@media screen and (min-width: 769px) {
  .str-pagetop__btn::before {
    clip-path: path("M0,0V100.669H41.007L79.855,0Z");
  }
}
.str-pagetop__btn::after {
  width: 10px;
  height: 10px;
  border-top: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 17px;
  margin: auto 0;
}
@media screen and (min-width: 769px) {
  .str-pagetop__btn::after {
    right: 24px;
  }
}

@media screen and (max-width: 1079px) {
  html {
    scroll-padding-top: 58px;
  }
}
@media screen and (min-width: 1080px) {
  html {
    scroll-padding-top: 123px;
  }
}

main[class$=str-main] > :first-child {
  margin-top: 0 !important;
}
main[class$=str-main] > :last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1079px) {
  main[class$=str-main] {
    padding-top: 58px;
  }
}
@media screen and (min-width: 1080px) {
  main[class$=str-main] {
    padding-top: 123px;
  }
}
@media screen and (min-width: 1080px) {
  html[data-script-enabled=true] body.is-unsetFix main[class$=str-main] {
    padding-top: 0;
  }
}

:where(.str-section) {
  margin-top: 80px;
}
@media screen and (min-width: 769px) {
  :where(.str-section) {
    margin-top: 160px;
  }
}

.str-section {
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (min-width: 1024px) {
  .str-section {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.str-section__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.str-section__inner > :first-child {
  margin-top: 0 !important;
}
.str-section__inner > :last-child {
  margin-bottom: 0 !important;
}

.str-nav-local-bottom {
  position: relative;
  padding: 40px 24px 110px;
  margin-top: 80px;
  margin-bottom: -127px;
  overflow: hidden;
  background-color: #EFF3F5;
}
@media screen and (min-width: 769px) {
  .str-nav-local-bottom {
    padding: 80px 16px 215px;
    margin-top: 180px;
    margin-bottom: -180px;
  }
}
.str-nav-local-bottom::before, .str-nav-local-bottom::after {
  position: absolute;
  content: "";
  display: block;
  width: 412px;
  height: 1028px;
  z-index: 5;
  pointer-events: none;
}
.str-nav-local-bottom::before {
  top: 0;
  right: -60px;
  opacity: 0.1;
  background: linear-gradient(#33AD69 0%, #68c148 100%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
@media screen and (min-width: 769px) {
  .str-nav-local-bottom::before {
    right: 0;
  }
}
.str-nav-local-bottom::after {
  bottom: 0;
  right: -270px;
  opacity: 0.4;
  background: linear-gradient(#33AD69 0%, #68c148 100%);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
@media screen and (min-width: 769px) {
  .str-nav-local-bottom::after {
    right: -137px;
  }
}
.str-nav-local-bottom__inner {
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.str-nav-local-bottom__inner > :first-child {
  margin-top: 0 !important;
}
.str-nav-local-bottom__inner > :last-child {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 769px) {
  .str-nav-local-bottom__inner {
    max-width: 1200px;
  }
}

.str-nav-local-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 8px;
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .str-nav-local-list {
    margin-top: 48px;
    gap: 24px;
  }
}
.str-nav-local-list__item > :first-child {
  margin-top: 0 !important;
}
.str-nav-local-list__item > :last-child {
  margin-bottom: 0 !important;
}

.m-hdg-lv1 {
  padding: 60px 16px;
  text-align: center;
}
.m-hdg-lv1:not(.m-hdg-lv1--image) + * {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .m-hdg-lv1:not(.m-hdg-lv1--image) + * {
    margin-top: 80px;
  }
}
.m-hdg-lv1--image + * {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .m-hdg-lv1--image + * {
    margin-top: 100px;
  }
}
@media screen and (min-width: 769px) {
  .m-hdg-lv1 {
    padding: 120px 16px;
  }
}
@media screen and (min-width: 769px) {
  .m-hdg-lv1__inner {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.m-hdg-lv1__title {
  font-size: 2.4rem;
}
@media screen and (min-width: 769px) {
  .m-hdg-lv1__title {
    font-size: 4.2rem;
  }
}
.m-hdg-lv1__sub-title {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .m-hdg-lv1__sub-title {
    font-size: 1.8rem;
    margin-bottom: 18px;
  }
}
.m-hdg-lv1__text {
  margin-top: 24px;
  font-size: 1.6rem;
  color: #009944;
}
@media screen and (min-width: 769px) {
  .m-hdg-lv1__text {
    max-width: 950px;
    font-size: 2rem;
    margin: 48px auto 0;
  }
}
.m-hdg-lv1--image {
  position: relative;
  color: #ffffff;
}
@media screen and (min-width: 769px) {
  .m-hdg-lv1--image {
    min-height: 423px;
  }
}
.m-hdg-lv1--image::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: -1;
}
.m-hdg-lv1--image .m-hdg-lv1__title {
  color: #ffffff;
}
.m-hdg-lv1--image .m-hdg-lv1__text {
  color: currentcolor;
}
.m-hdg-lv1--image .m-hdg-lv1__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -10;
  object-position: top center;
  object-fit: cover;
}
.m-hdg-lv1:not(.m-hdg-lv1--image) {
  background-color: #EFF3F5;
}

.m-hdg-lv2 {
  margin-top: 64px;
  position: relative;
  padding-top: 24px;
}
@media screen and (min-width: 769px) {
  .m-hdg-lv2 {
    margin-top: 120px;
  }
}
.m-hdg-lv2 + [class^=m-hdg-lv3] {
  margin-top: 56px;
}
@media screen and (min-width: 769px) {
  .m-hdg-lv2 + [class^=m-hdg-lv3] {
    margin-top: 80px;
  }
}
@media screen and (min-width: 769px) {
  .m-hdg-lv2 {
    padding-top: 48px;
  }
}
.m-hdg-lv2::before, .m-hdg-lv2::after {
  position: absolute;
  content: "";
  display: block;
  height: 3px;
  top: 0;
}
@media screen and (min-width: 769px) {
  .m-hdg-lv2::before, .m-hdg-lv2::after {
    height: 4px;
  }
}
.m-hdg-lv2::before {
  width: 40px;
  background-color: #6BCB96;
}
@media screen and (min-width: 769px) {
  .m-hdg-lv2::before {
    width: 80px;
  }
}
.m-hdg-lv2::after {
  width: 4px;
  left: 0;
  background-color: #E60012;
}
@media screen and (min-width: 769px) {
  .m-hdg-lv2::after {
    width: 6px;
  }
}
.m-hdg-lv2__title {
  font-size: 2.2rem;
}
@media screen and (min-width: 769px) {
  .m-hdg-lv2__title {
    font-size: 3.2rem;
  }
}
.m-hdg-lv2__sub-title {
  font-size: 1.3rem;
  display: block;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .m-hdg-lv2__sub-title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.m-hdg-lv2--lead .m-hdg-lv2__title {
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .m-hdg-lv2--lead .m-hdg-lv2__title {
    font-size: 2.4rem;
  }
}
.m-hdg-lv2--lead .m-hdg-lv2__sub-title {
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .m-hdg-lv2--lead .m-hdg-lv2__sub-title {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}

.m-hdg-lv3 {
  margin-top: 48px;
  position: relative;
  padding-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .m-hdg-lv3 {
    margin-top: 80px;
  }
}
.m-hdg-lv3 + [class^=m-hdg-lv4] {
  margin-top: 32px;
}
@media screen and (min-width: 769px) {
  .m-hdg-lv3 + [class^=m-hdg-lv4] {
    margin-top: 56px;
  }
}
@media screen and (min-width: 769px) {
  .m-hdg-lv3 {
    padding-bottom: 32px;
  }
}
.m-hdg-lv3::before, .m-hdg-lv3::after {
  position: absolute;
  content: "";
  display: block;
  height: 3px;
  bottom: 0;
}
.m-hdg-lv3::before {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  left: 0;
  background-color: #47C17D;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  .m-hdg-lv3::before {
    width: 40px;
  }
}
.m-hdg-lv3::after {
  width: 100%;
  background-color: #E2E3E2;
}
.m-hdg-lv3__title {
  font-size: 2rem;
}
@media screen and (min-width: 769px) {
  .m-hdg-lv3__title {
    font-size: 2.6rem;
  }
}

.m-hdg-lv4 {
  margin-top: 32px;
}
@media screen and (min-width: 769px) {
  .m-hdg-lv4 {
    margin-top: 56px;
  }
}
.m-hdg-lv4 + [class^=m-hdg-lv5] {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .m-hdg-lv4 + [class^=m-hdg-lv5] {
    margin-top: 48px;
  }
}
.m-hdg-lv4__title {
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .m-hdg-lv4__title {
    font-size: 2.2rem;
  }
}
.m-hdg-lv4__title::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  vertical-align: middle;
  margin-left: 16px;
  background-color: #444444;
}

.m-hdg-lv5 {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .m-hdg-lv5 {
    margin-top: 48px;
  }
}
.m-hdg-lv5__title {
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .m-hdg-lv5__title {
    font-size: 1.8rem;
  }
}

.m-text {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .m-text {
    margin-top: 32px;
  }
}
.m-text a {
  color: #009944;
  text-decoration: underline;
}
.m-text a:focus-visible, .m-text a:active {
  opacity: 0.6;
}
@media (any-hover: hover) {
  .m-text a:hover {
    opacity: 0.6;
  }
}
.m-text + .m-text {
  margin-top: 12px;
}
@media screen and (min-width: 769px) {
  .m-text + .m-text {
    margin-top: 24px;
  }
}

.m-text-lead {
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 1.6;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .m-text-lead {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 769px) {
  .m-text-lead {
    font-size: 3.2rem;
  }
}

.m-list {
  gap: 8px;
  display: grid;
  grid-template-rows: 1fr;
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .m-list {
    gap: 16px 48px;
  }
}
@media screen and (min-width: 769px) {
  .m-list[data-col-wide="1"] {
    grid-template-columns: 100%;
  }
}
@media screen and (min-width: 769px) {
  .m-list[data-col-wide="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .m-list[data-col-wide="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .m-list[data-col-wide="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .m-list[data-col="1"] {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 768px) {
  .m-list[data-col="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .m-list[data-col="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .m-list[data-col="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .m-list {
    margin-top: 32px;
  }
}
.m-list__item {
  position: relative;
  padding-left: 14px;
}
.m-list__item::before {
  position: absolute;
  content: "";
  display: block;
  top: 0.6em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #444444;
}
@media screen and (min-width: 769px) {
  .m-list__item::before {
    top: 0.7em;
  }
}
.m-list__item > :is(ul, ol) {
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  .m-list__item > :is(ul, ol) {
    margin-top: 16px;
  }
}

.m-list-number {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .m-list-number {
    margin-top: 32px;
  }
}
@media screen and (min-width: 769px) {
  .m-list-number {
    gap: 16px;
  }
}
.m-list-number__item {
  display: flex;
  flex-wrap: nowrap;
  gap: 0 8px;
}
.m-list-number__text > :is(ul, ol) {
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  .m-list-number__text > :is(ul, ol) {
    margin-top: 16px;
  }
}
.m-list-number__mark {
  flex-shrink: 0;
}

.m-list-note {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  row-gap: 8px;
}
@media screen and (min-width: 769px) {
  .m-list-note {
    margin-top: 32px;
  }
}
@media screen and (min-width: 769px) {
  .m-list-note {
    row-gap: 16px;
  }
}
.m-list-note__mark {
  flex-shrink: 0;
}
.m-list-note__item {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 8px;
}

.m-list-definition {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .m-list-definition {
    margin-top: 32px;
  }
}
.m-list-definition > :first-child {
  margin-top: 0 !important;
}
.m-list-definition > :last-child {
  margin-bottom: 0 !important;
}
.m-list-definition__title {
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000000;
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .m-list-definition__title {
    margin-top: 32px;
  }
}
@media screen and (min-width: 769px) {
  .m-list-definition__title {
    font-size: 1.8rem;
  }
}
.m-list-definition__content {
  margin-top: 16px;
}
.m-list-definition__content > :first-child {
  margin-top: 0 !important;
}
.m-list-definition__content > :last-child {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 769px) {
  .m-list-definition__content {
    margin-top: 24px;
  }
}

.m-list-news {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .m-list-news {
    margin-top: 32px;
  }
}
.m-list-news__item {
  border-bottom: 1px solid #E2E3E2;
  padding: 16px 0;
}
@media screen and (min-width: 769px) {
  .m-list-news__item {
    padding: 24px 0;
  }
}
.m-list-news__item:first-child {
  border-top: 1px solid #E2E3E2;
}
.m-list-news__link .m-list-news__text,
.m-list-news__link .m-list-news__day > time {
  color: #009944;
}
.m-list-news__link:focus-visible, .m-list-news__link:active {
  opacity: 0.7;
}
@media (any-hover: hover) {
  .m-list-news__link:hover {
    opacity: 0.7;
  }
}
.m-list-news__day > time {
  color: #A2A6AA;
  font-size: 1.4rem;
}
.m-list-news__day > time + .m-label {
  margin-left: 8px;
}
@media screen and (min-width: 769px) {
  .m-list-news__day > time + .m-label {
    margin-left: 24px;
  }
}
.m-list-news__text {
  font-size: 1.4rem;
  color: #444444;
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .m-list-news__text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .m-list-news--row {
    display: grid;
    gap: 80px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.m-table {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .m-table {
    margin-top: 32px;
  }
}
.m-table caption {
  font-weight: bold;
  margin-bottom: 16px;
  text-align: left;
}
.m-table caption > :last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .m-table caption .m-table__title, .m-table caption .m-table__unit {
    display: block;
  }
  .m-table caption .m-table__unit {
    text-align: right;
  }
}
@media screen and (min-width: 769px) {
  .m-table caption {
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 24px;
    overflow: hidden;
  }
  .m-table caption .m-table__title {
    float: left;
  }
  .m-table caption .m-table__unit {
    float: right;
  }
}
.m-table thead .m-table__th {
  color: #ffffff;
  background-color: #A2A6AA;
}
.m-table__table {
  width: 100%;
  overflow-wrap: break-word;
}
@media screen and (min-width: 769px) {
  .m-table__table {
    table-layout: fixed;
  }
}
.m-table__th, .m-table__td {
  padding: 16px;
  border: 1px solid #E2E3E2;
  vertical-align: top;
}

.m-table__th > :first-child, .m-table__td > :first-child {
  margin-top: 0 !important;
}
.m-table__th > :last-child, .m-table__td > :last-child {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 769px) {
  .m-table__th, .m-table__td {
    padding: 20px 16px;
  }
}
.m-table__th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  background-color: #EFF3F5;
}

.m-table__th-type-1 {
  border-left: 0;
  border-right: 0;
  vertical-align: middle;
}
.m-table__td-type-1 {
  border-left: 0;
  border-right: 0;
}

@media screen and (min-width: 769px) {
  .m-table__th {
    min-width: 300px;
  }
}
.m-table__td > :first-child {
  margin-top: 0 !important;
}
.m-table__td > :last-child {
  margin-bottom: 0 !important;
}
.m-table__td > *:nth-child(n+2) {
  margin-top: 16px !important;
}
@media screen and (min-width: 769px) {
  .m-table__td > *:nth-child(n+2) {
    margin-top: 32px !important;
  }
}
.m-table__image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-table__scrollable {
  display: none;
}
.m-table__unit {
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .m-table__unit {
    margin-top: 16px;
  }
}
@media screen and (min-width: 769px) {
  .m-table__unit {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .m-table--scroll {
    overflow-x: auto;
  }
  .m-table--scroll .m-table__table {
    min-width: 960px;
  }
  .m-table--scroll .m-table__scrollable {
    display: inline-block;
    margin-bottom: 8px;
    padding-right: 47px;
    position: sticky;
    top: 0;
    left: 0;
    background-image: url("/corporate/shared/img/mark-scroll.svg");
    background-repeat: no-repeat;
    background-position: right;
  }
}
@media screen and (max-width: 768px) {
  .m-table--column .m-table__table {
    display: flex;
  }
  .m-table--column .m-table__th, .m-table--column .m-table__td {
    border: none;
  }
  .m-table--column .m-table__td {
    padding: 16px 0 24px;
  }
  .m-table--column tr {
    display: flex;
    flex-direction: column;
  }
}
.m-table--narrow .m-table {
  font-size: 1.4rem;
}
.m-table--narrow .m-table__th, .m-table--narrow .m-table__td {
  font-size: 1.4rem;
  padding: 8px;
}

.m-link-list {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px 40px;
}
@media screen and (min-width: 769px) {
  .m-link-list {
    margin-top: 32px;
  }
}
.m-link-list__link:not(.m-link-list-icon) {
  font-size: 1.4rem;
  color: #009944;
  transition: opacity 0.4s;
  position: relative;
  padding-right: 13px;
}
@media screen and (min-width: 769px) {
  .m-link-list__link:not(.m-link-list-icon) {
    font-size: 1.6rem;
  }
}
.m-link-list__link:not(.m-link-list-icon):focus-visible, .m-link-list__link:not(.m-link-list-icon):active {
  opacity: 0.6;
}
.m-link-list__link:not(.m-link-list-icon):focus-visible::after, .m-link-list__link:not(.m-link-list-icon):active::after {
  transform: translateX(4px) rotate(45deg);
}
@media (any-hover: hover) {
  .m-link-list__link:not(.m-link-list-icon):hover {
    opacity: 0.6;
  }
  .m-link-list__link:not(.m-link-list-icon):hover::after {
    transform: translateX(4px) rotate(45deg);
  }
}
.m-link-list__link:not(.m-link-list-icon)::after {
  position: absolute;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #009944;
  border-right: 2px solid #009944;
  transform: rotate(45deg);
  bottom: 6px;
  right: 0;
  transition: transform 0.4s;
}
@media screen and (min-width: 769px) {
  .m-link-list__link:not(.m-link-list-icon)::after {
    bottom: 8px;
  }
}
.m-link-list-icon {
  font-size: 1.4rem;
  color: #009944;
  transition: opacity 0.4s;
}
@media screen and (min-width: 769px) {
  .m-link-list-icon {
    font-size: 1.6rem;
  }
}
.m-link-list-icon:focus-visible, .m-link-list-icon:active {
  opacity: 0.6;
}
.m-link-list-icon:focus-visible .m-link-list__arrow, .m-link-list-icon:active .m-link-list__arrow {
  transform: translateX(4px);
}
@media (any-hover: hover) {
  .m-link-list-icon:hover {
    opacity: 0.6;
  }
  .m-link-list-icon:hover .m-link-list__arrow {
    transform: translateX(4px);
  }
}
.m-link-list__item .m-link-list {
  margin-top: 16px;
  margin-left: 16px;
}
.m-link-list__arrow {
  position: relative;
  display: inline-block;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: transform 0.4s;
}
@media screen and (min-width: 769px) {
  .m-link-list--row {
    flex-flow: row wrap;
  }
}
.m-link-list--column {
  display: grid;
  grid-template-rows: 1fr;
}
@media screen and (min-width: 769px) {
  .m-link-list--column[data-col-wide="1"] {
    grid-template-columns: 100%;
  }
}
@media screen and (min-width: 769px) {
  .m-link-list--column[data-col-wide="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .m-link-list--column[data-col-wide="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .m-link-list--column[data-col-wide="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .m-link-list--column[data-col="1"] {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 768px) {
  .m-link-list--column[data-col="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .m-link-list--column[data-col="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .m-link-list--column[data-col="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
}

.m-link-list-emphasis {
  margin-top: 24px;
  display: grid;
  grid-template-rows: 1fr;
  gap: 16px 0;
}
@media screen and (min-width: 769px) {
  .m-link-list-emphasis {
    margin-top: 32px;
  }
}
@media screen and (min-width: 769px) {
  .m-link-list-emphasis[data-col-wide="1"] {
    grid-template-columns: 100%;
  }
}
@media screen and (min-width: 769px) {
  .m-link-list-emphasis[data-col-wide="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .m-link-list-emphasis[data-col-wide="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .m-link-list-emphasis[data-col-wide="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .m-link-list-emphasis[data-col="1"] {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 768px) {
  .m-link-list-emphasis[data-col="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .m-link-list-emphasis[data-col="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .m-link-list-emphasis[data-col="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .m-link-list-emphasis {
    gap: 24px 40px;
  }
}
.m-link-list-emphasis__link {
  display: inline-block;
  position: relative;
}
.m-link-list-emphasis__link:focus-visible, .m-link-list-emphasis__link:active {
  color: #E60012;
}
.m-link-list-emphasis__link:focus-visible .m-link-list-emphasis__text::before, .m-link-list-emphasis__link:active .m-link-list-emphasis__text::before {
  transform: translate3d(0, 0, 0) scale(1);
  transition: transform 0.5s 0s;
  transition-delay: 0s;
  opacity: 1;
}
.m-link-list-emphasis__link:focus-visible .m-link-list-emphasis__text::after, .m-link-list-emphasis__link:active .m-link-list-emphasis__text::after {
  border-color: #ffffff;
  transform: rotate(45deg) scale(1);
}
@media (any-hover: hover) {
  .m-link-list-emphasis__link:hover {
    color: #E60012;
  }
  .m-link-list-emphasis__link:hover .m-link-list-emphasis__text::before {
    transform: translate3d(0, 0, 0) scale(1);
    transition: transform 0.5s 0s;
    transition-delay: 0s;
    opacity: 1;
  }
  .m-link-list-emphasis__link:hover .m-link-list-emphasis__text::after {
    border-color: #ffffff;
    transform: rotate(45deg) scale(1);
  }
}
.m-link-list-emphasis__link::before {
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
@media screen and (max-width: 768px) {
  .m-link-list-emphasis__link::before {
    background: linear-gradient(#E60012 0%, #EC4F35 100%);
  }
}
@media screen and (min-width: 769px) {
  .m-link-list-emphasis__link::before {
    width: 56px;
    height: 56px;
    border: 1px solid #FB9BA2;
    background-color: #EFF3F5;
  }
}
.m-link-list-emphasis__text::before, .m-link-list-emphasis__text::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .m-link-list-emphasis__text::before, .m-link-list-emphasis__text::after {
    transition: background-color 0.4s, border-color 0.4s, transform 0.4s ease, opacity 0.4s;
  }
}
.m-link-list-emphasis__text::before {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  left: 0;
}
@media screen and (min-width: 769px) {
  .m-link-list-emphasis__text::before {
    width: 56px;
    height: 56px;
    background: linear-gradient(#E60012 0%, #EC4F35 100%);
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0);
  }
}
.m-link-list-emphasis__text::after {
  width: 7px;
  height: 7px;
  border-top: 2px solid #E60012;
  border-right: 2px solid #E60012;
  transform: rotate(45deg);
  left: 20.0502525317px;
}
@media screen and (max-width: 768px) {
  .m-link-list-emphasis__text::after {
    border-color: #ffffff;
  }
}
@media screen and (min-width: 769px) {
  .m-link-list-emphasis__text::after {
    left: 24.0502525317px;
  }
}
.m-link-list-emphasis__link {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 12px 0 12px 64px;
}
@media screen and (min-width: 769px) {
  .m-link-list-emphasis__link {
    font-size: 1.8rem;
    padding: 15px 0 15px 72px;
  }
}
.m-link-list-emphasis--center {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .m-link-list-emphasis--list .m-link-list-emphasis__link::before {
    background: #EFF3F5;
    border: 1px solid #FB9BA2;
  }
  .m-link-list-emphasis--list .m-link-list-emphasis__text::after {
    border-color: #E60012 !important;
  }
}

.m-link-list-border {
  margin-top: 24px;
  display: grid;
  grid-template-rows: 1fr;
}
@media screen and (min-width: 769px) {
  .m-link-list-border {
    margin-top: 32px;
  }
}
@media screen and (min-width: 769px) {
  .m-link-list-border[data-col-wide="1"] {
    grid-template-columns: 100%;
  }
}
@media screen and (min-width: 769px) {
  .m-link-list-border[data-col-wide="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .m-link-list-border[data-col-wide="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .m-link-list-border[data-col-wide="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .m-link-list-border[data-col="1"] {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 768px) {
  .m-link-list-border[data-col="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .m-link-list-border[data-col="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .m-link-list-border[data-col="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .m-link-list-border {
    gap: 0 48px;
  }
  .m-link-list-border[data-col-wide="3"] .m-link-list-border__item:nth-child(-n+3) {
    border-top: 1px solid #E2E3E2;
  }
  .m-link-list-border[data-col-wide="2"] .m-link-list-border__item:nth-child(-n+2) {
    border-top: 1px solid #E2E3E2;
  }
  .m-link-list-border[data-col-wide="1"] .m-link-list-border__item:nth-child(-n+1) {
    border-top: 1px solid #E2E3E2;
  }
}
.m-link-list-border__link {
  display: inline-block;
  position: relative;
}
.m-link-list-border__link:focus-visible, .m-link-list-border__link:active {
  color: #E60012;
}
.m-link-list-border__link:focus-visible .m-link-list-border__text::before, .m-link-list-border__link:active .m-link-list-border__text::before {
  transform: translate3d(0, 0, 0) scale(1);
  transition: transform 0.5s 0s;
  transition-delay: 0s;
  opacity: 1;
}
.m-link-list-border__link:focus-visible .m-link-list-border__text::after, .m-link-list-border__link:active .m-link-list-border__text::after {
  border-color: #ffffff;
  transform: rotate(45deg) scale(1);
}
@media (any-hover: hover) {
  .m-link-list-border__link:hover {
    color: #E60012;
  }
  .m-link-list-border__link:hover .m-link-list-border__text::before {
    transform: translate3d(0, 0, 0) scale(1);
    transition: transform 0.5s 0s;
    transition-delay: 0s;
    opacity: 1;
  }
  .m-link-list-border__link:hover .m-link-list-border__text::after {
    border-color: #ffffff;
    transform: rotate(45deg) scale(1);
  }
}
.m-link-list-border__link::before {
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
  width: 29px;
  height: 29px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
@media screen and (max-width: 768px) {
  .m-link-list-border__link::before {
    background: linear-gradient(#E60012 0%, #EC4F35 100%);
  }
}
@media screen and (min-width: 769px) {
  .m-link-list-border__link::before {
    width: 33px;
    height: 33px;
    border: 1px solid #FB9BA2;
    background-color: #EFF3F5;
  }
}
.m-link-list-border__text::before, .m-link-list-border__text::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .m-link-list-border__text::before, .m-link-list-border__text::after {
    transition: background-color 0.4s, border-color 0.4s, transform 0.4s ease, opacity 0.4s;
  }
}
.m-link-list-border__text::before {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  right: 0;
}
@media screen and (min-width: 769px) {
  .m-link-list-border__text::before {
    width: 33px;
    height: 33px;
    background: linear-gradient(#E60012 0%, #EC4F35 100%);
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0);
  }
}
.m-link-list-border__text::after {
  width: 7px;
  height: 7px;
  border-top: 2px solid #E60012;
  border-right: 2px solid #E60012;
  transform: rotate(45deg);
  right: 10.5502525317px;
}
@media screen and (max-width: 768px) {
  .m-link-list-border__text::after {
    border-color: #ffffff;
  }
}
@media screen and (min-width: 769px) {
  .m-link-list-border__text::after {
    right: 12.5502525317px;
  }
}
.m-link-list-border__item {
  border-bottom: 1px solid #E2E3E2;
}
@media screen and (max-width: 768px) {
  .m-link-list-border__item:first-child {
    border-top: 1px solid #E2E3E2;
  }
}
.m-link-list-border__link {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 16px 45px 16px 0;
}
@media screen and (min-width: 769px) {
  .m-link-list-border__link {
    padding: 24px 57px 24px 0;
  }
}

.m-link-list-nonarrow {
  margin-top: 24px;
  display: flex;
  flex-flow: wrap row;
  gap: 8px 24px;
}
@media screen and (min-width: 769px) {
  .m-link-list-nonarrow {
    margin-top: 32px;
  }
}
.m-link-list-nonarrow__link {
  font-size: 1.4rem;
  color: #009944;
  transition: opacity 0.4s;
}
@media screen and (min-width: 769px) {
  .m-link-list-nonarrow__link {
    font-size: 1.6rem;
  }
}
.m-link-list-nonarrow__link:focus-visible, .m-link-list-nonarrow__link:active {
  opacity: 0.6;
}
@media (any-hover: hover) {
  .m-link-list-nonarrow__link:hover {
    opacity: 0.6;
  }
}
.m-link-list-nonarrow__item .m-link-list {
  margin-top: 16px;
  margin-left: 16px;
}

.m-link-list-anchor {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .m-link-list-anchor {
    margin-top: 32px;
  }
}
.m-link-list-anchor__link {
  display: inline-block;
  position: relative;
}
.m-link-list-anchor__link:focus-visible, .m-link-list-anchor__link:active {
  color: #E60012;
}
.m-link-list-anchor__link:focus-visible .m-link-list-anchor__text::before, .m-link-list-anchor__link:active .m-link-list-anchor__text::before {
  transform: translate3d(0, 0, 0) scale(1);
  transition: transform 0.5s 0s;
  transition-delay: 0s;
  opacity: 1;
}
.m-link-list-anchor__link:focus-visible .m-link-list-anchor__text::after, .m-link-list-anchor__link:active .m-link-list-anchor__text::after {
  border-color: #ffffff;
  transform: rotate(45deg) scale(1);
}
@media (any-hover: hover) {
  .m-link-list-anchor__link:hover {
    color: #E60012;
  }
  .m-link-list-anchor__link:hover .m-link-list-anchor__text::before {
    transform: translate3d(0, 0, 0) scale(1);
    transition: transform 0.5s 0s;
    transition-delay: 0s;
    opacity: 1;
  }
  .m-link-list-anchor__link:hover .m-link-list-anchor__text::after {
    border-color: #ffffff;
    transform: rotate(45deg) scale(1);
  }
}
.m-link-list-anchor__link::before {
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
  width: 29px;
  height: 29px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
@media screen and (max-width: 768px) {
  .m-link-list-anchor__link::before {
    background: linear-gradient(#E60012 0%, #EC4F35 100%);
    background: none;
    background-color: #EFF3F5;
    border: 1px solid #FB9BA2;
  }
}
@media screen and (min-width: 769px) {
  .m-link-list-anchor__link::before {
    width: 33px;
    height: 33px;
    border: 1px solid #FB9BA2;
    background-color: #EFF3F5;
  }
}
.m-link-list-anchor__text::before, .m-link-list-anchor__text::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .m-link-list-anchor__text::before, .m-link-list-anchor__text::after {
    transition: background-color 0.4s, border-color 0.4s, transform 0.4s ease, opacity 0.4s;
  }
}
.m-link-list-anchor__text::before {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  right: 0;
}
@media screen and (min-width: 769px) {
  .m-link-list-anchor__text::before {
    width: 33px;
    height: 33px;
    background: linear-gradient(#E60012 0%, #EC4F35 100%);
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0);
  }
}
.m-link-list-anchor__text::after {
  width: 7px;
  height: 7px;
  border-right: 2px solid #E60012;
  border-bottom: 2px solid #E60012;
  transform: rotate(45deg);
  right: 10.5502525317px;
  right: 11px;
}
@media screen and (max-width: 768px) {
  .m-link-list-anchor__text::after {
    border-color: #ffffff;
    border-color: #E60012 !important;
  }
}
@media screen and (min-width: 769px) {
  .m-link-list-anchor__text::after {
    right: 12.5502525317px;
    right: 13px;
  }
}
@media screen and (min-width: 769px) {
  .m-link-list-anchor {
    gap: 24px 40px;
  }
}
.m-link-list-anchor__link {
  font-size: 1.4rem;
  padding-right: 37px;
}
@media screen and (min-width: 769px) {
  .m-link-list-anchor__link {
    font-size: 1.6rem;
    padding-right: 49px;
  }
}
.m-link-list-anchor__link:focus-visible .m-link-list-anchor__arrow::before, .m-link-list-anchor__link:active .m-link-list-anchor__arrow::before {
  background: linear-gradient(#E60012 0%, #EC4F35 100%);
}
@media (any-hover: hover) {
  .m-link-list-anchor__link:hover .m-link-list-anchor__arrow::before {
    background: linear-gradient(#E60012 0%, #EC4F35 100%);
  }
}

.m-link-list-question {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .m-link-list-question {
    margin-top: 32px;
  }
}
.m-link-list-question__item {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 16px;
  border-bottom: 1px solid #E2E3E2;
  padding: 24px 0;
}
@media screen and (min-width: 769px) {
  .m-link-list-question__item {
    gap: 24px;
    grid-template-columns: 46px 1fr;
  }
}
.m-link-list-question__item:first-child {
  border-top: 1px solid #E2E3E2;
}
.m-link-list-question__link {
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
  color: #009944;
  transition: opacity 0.4s;
  position: relative;
}
@media screen and (min-width: 769px) {
  .m-link-list-question__link {
    font-size: 1.8rem;
  }
}
.m-link-list-question__link:focus-visible, .m-link-list-question__link:active {
  opacity: 0.6;
}
.m-link-list-question__link:focus-visible .m-link-list-question__text::after, .m-link-list-question__link:active .m-link-list-question__text::after {
  transform: translateX(4px) rotate(45deg);
}
@media (any-hover: hover) {
  .m-link-list-question__link:hover {
    opacity: 0.6;
  }
  .m-link-list-question__link:hover .m-link-list-question__text::after {
    transform: translateX(4px) rotate(45deg);
  }
}
.m-link-list-question__text::after {
  width: 7px;
  height: 7px;
  border-top: 2px solid #009944;
  border-right: 2px solid #009944;
  transform: rotate(45deg);
  display: inline-block;
  content: "";
  margin-left: 4px;
  vertical-align: middle;
  transition: transform 0.4s;
}
@media screen and (min-width: 769px) {
  .m-link-list-question__text::after {
    margin-left: 8px;
  }
}
.m-link-list-question-icon {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #444444;
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 24px;
}
@media screen and (min-width: 769px) {
  .m-link-list-question-icon {
    width: 46px;
    height: 46px;
    font-size: 2rem;
  }
}
.m-link-list-question-icon--question {
  color: #ffffff;
  background-color: #009944;
  padding-bottom: 3px;
}
@media screen and (min-width: 769px) {
  .m-link-list-question-icon--question {
    padding-bottom: 5px;
  }
}
.m-link-list-question-icon--rank-1 {
  background-color: #F3E379;
}
.m-link-list-question-icon--rank-2 {
  background-color: #D6D6D6;
}
.m-link-list-question-icon--rank-3 {
  background-color: #EBD6C6;
}
.m-link-list-question-icon--rank-4, .m-link-list-question-icon--rank-5,
.m-link-list-question-icon .icon-rank {
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .m-link-list-question-icon--rank-4, .m-link-list-question-icon--rank-5,
  .m-link-list-question-icon .icon-rank {
    font-size: 1.4rem;
  }
}
.m-link-list-question-icon--rank-4 {
  border: 1px solid #E2E3E2;
}
.m-link-list-question-icon--rank-5 {
  border: 1px solid #E2E3E2;
}

.m-btn {
  margin-top: 24px;
  display: flex;
  gap: 16px 8px;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .m-btn {
    margin-top: 32px;
  }
}
@media screen and (min-width: 769px) {
  .m-btn {
    gap: 24px;
  }
}
.m-btn__link {
  font-size: 1.4rem;
  padding: 16px 24px;
  border-radius: 3px;
  background-color: #ffffff;
  transition: opacity 0.4s;
}
@media screen and (min-width: 769px) {
  .m-btn__link {
    font-size: 1.6rem;
  }
}
.m-btn__link:focus-visible, .m-btn__link:active {
  opacity: 0.6;
}
.m-btn__link:focus-visible .m-btn__arrow, .m-btn__link:active .m-btn__arrow {
  transform: translateX(4px);
}
@media (any-hover: hover) {
  .m-btn__link:hover {
    opacity: 0.6;
  }
  .m-btn__link:hover .m-btn__arrow {
    transform: translateX(4px);
  }
}
.m-btn__link:not(.m-btn-icon) .m-btn__text {
  position: relative;
  padding-right: 10px;
}
.m-btn__link:not(.m-btn-icon) .m-btn__text::after {
  position: absolute;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #009944;
  border-right: 2px solid #009944;
  transform: rotate(45deg);
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
  transition: transform 0.4s;
}
.m-btn__link:not(.m-btn-icon):focus-visible .m-btn__text::after, .m-btn__link:not(.m-btn-icon):active .m-btn__text::after {
  transform: translateX(4px) rotate(45deg);
}
@media (any-hover: hover) {
  .m-btn__link:not(.m-btn-icon):hover .m-btn__text::after {
    transform: translateX(4px) rotate(45deg);
  }
}
.m-btn__arrow {
  position: relative;
  display: inline-block;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: transform 0.4s;
}
.m-btn--medium .m-btn__link {
  display: block;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .m-btn--medium .m-btn__link {
    max-width: 366px;
  }
}
.m-btn--center {
  justify-content: center;
}
.m-btn--right {
  justify-content: right;
}
.m-btn--lightgray .m-btn__link {
  background-color: #EFF3F5;
}
.m-btn--emphasis .m-btn__link {
  background-color: #009944;
}
.m-btn--emphasis .m-btn__text {
  color: #ffffff;
  font-weight: bold;
}
.m-btn--emphasis .m-btn__text::after {
  border-color: currentcolor;
}
.m-btn--back .m-btn__link {
  line-height: 1.8;
  background-color: #EFF3F5;
}
.m-btn--back .m-btn__link:focus-visible .m-btn__text::after, .m-btn--back .m-btn__link:active .m-btn__text::after {
  transform: translateX(-4px) rotate(45deg);
}
@media (any-hover: hover) {
  .m-btn--back .m-btn__link:hover .m-btn__text::after {
    transform: translateX(-4px) rotate(45deg);
  }
}
.m-btn--back .m-btn__text {
  position: relative;
  padding-left: 10px;
  padding-right: 0;
}
.m-btn--back .m-btn__text::after {
  right: auto !important;
  left: 0;
  margin: auto;
  border-top: none !important;
  border-right: none !important;
  border-bottom: 2px solid #009944;
  border-left: 2px solid #009944;
  transform: rotate(45deg);
  transition: transform 0.4s;
}

.m-btn-download {
  margin-top: 24px;
  display: grid;
  gap: 16px 8px;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .m-btn-download {
    margin-top: 32px;
  }
}
@media screen and (min-width: 769px) {
  .m-btn-download {
    gap: 24px;
  }
}
.m-btn-download__link {
  display: flex;
  font-size: 1.4rem;
  padding: 16px 24px;
  border-radius: 3px;
  background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .m-btn-download__link {
    font-size: 1.6rem;
    max-width: 288px;
  }
}
.m-btn-download__link:focus-visible .m-btn-download__arrow::before, .m-btn-download__link:active .m-btn-download__arrow::before {
  transform: translateY(3px);
}
@media screen and (min-width: 769px) {
  .m-btn-download__link:focus-visible .m-btn-download__arrow::before, .m-btn-download__link:active .m-btn-download__arrow::before {
    transform: translateY(4px);
  }
}
@media (any-hover: hover) {
  .m-btn-download__link:hover .m-btn-download__arrow::before {
    transform: translateY(3px);
  }
}
@media screen and (any-hover: hover) and (min-width: 769px) {
  .m-btn-download__link:hover .m-btn-download__arrow::before {
    transform: translateY(4px);
  }
}
.m-btn-download__text {
  flex-grow: 1;
}
.m-btn-download__arrow {
  display: inline-block;
  width: 32px;
  height: 32px;
  align-self: center;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #EFF3F5;
  position: relative;
}
@media screen and (min-width: 769px) {
  .m-btn-download__arrow {
    width: 48px;
    height: 48px;
  }
}
.m-btn-download__arrow::before, .m-btn-download__arrow::after {
  position: absolute;
  content: "";
  display: block;
  width: 13px;
  left: 0;
  right: 0;
  margin: auto;
}
.m-btn-download__arrow::before {
  height: 12px;
  top: 8px;
  background-size: contain;
  background-image: url("/corporate/shared/img/icon-arrow_bottom.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.4s;
}
@media screen and (min-width: 769px) {
  .m-btn-download__arrow::before {
    top: 15px;
  }
}
.m-btn-download__arrow::after {
  height: 4px;
  bottom: 7px;
  border-top: 2px solid #009944;
}
@media screen and (min-width: 769px) {
  .m-btn-download__arrow::after {
    bottom: 14px;
  }
}

.m-box {
  margin-top: 24px;
  padding: 32px;
  border: 5px solid #E2E3E2;
}
.m-box > :first-child {
  margin-top: 0 !important;
}
.m-box > :last-child {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 769px) {
  .m-box {
    margin-top: 32px;
  }
}
@media screen and (min-width: 769px) {
  .m-box {
    padding: 48px;
  }
}
.m-box > *:nth-child(n+2) {
  margin-top: 24px !important;
}
@media screen and (min-width: 769px) {
  .m-box > *:nth-child(n+2) {
    margin-top: 32px !important;
  }
}
.m-box .m-lyt-grid__col > * {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .m-box .m-lyt-grid__col > * {
    margin-top: 32px;
  }
}
.m-box__title {
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .m-box__title {
    font-size: 2.2rem;
  }
}
.m-box--lightgray {
  background-color: #EFF3F5;
  border: none;
}

.m-box-contact {
  padding: 32px;
  background-color: #EFF3F5;
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .m-box-contact {
    margin-top: 32px;
  }
}
@media screen and (min-width: 769px) {
  .m-box-contact {
    padding: 56px;
  }
}
.m-box-contact-tell {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media screen and (min-width: 769px) {
  .m-box-contact-tell {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
}
.m-box-contact-tell__col {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
@media screen and (min-width: 769px) {
  .m-box-contact-tell__col {
    gap: 6px;
  }
}
.m-box-contact-tell__image {
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .m-box-contact-tell__image {
    width: 77px;
  }
}
.m-box-contact-tell__place {
  display: block;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .m-box-contact-tell__place {
    font-size: 1.6rem;
  }
}
.m-box-contact-tell__link {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .m-box-contact-tell__link {
    font-size: 4.2rem;
  }
}

.m-box-search {
  padding: 32px;
  background-color: #EFF3F5;
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .m-box-search {
    margin-top: 32px;
  }
}
@media screen and (min-width: 769px) {
  .m-box-search {
    padding: 56px;
  }
}
.m-box-search-hdg {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}
@media screen and (min-width: 769px) {
  .m-box-search-hdg {
    flex-direction: row;
  }
}
.m-box-search-hdg__title {
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .m-box-search-hdg__title {
    font-size: 2.2rem;
  }
}
.m-box-search-hdg__supplement {
  font-size: 1.2rem;
  font-weight: normal;
}
.m-box-search__form {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 3px;
}
.m-box-search__input {
  width: 100%;
  outline: unset;
  border: none;
  padding: 19px 16px 21px;
  flex-grow: 1;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .m-box-search__input {
    padding: 32px 24px;
  }
}
.m-box-search__submit {
  padding-right: 16px;
  padding-left: 16px;
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .m-box-search__submit {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 768px) {
  .m-box-search__submit img {
    width: 11px;
  }
}
.m-box-search-keyword {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .m-box-search-keyword {
    flex-direction: row;
    gap: 28px;
    margin-top: 32px;
  }
}
.m-box-search-keyword__label {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .m-box-search-keyword__label {
    font-size: 1.6rem;
  }
}
.m-box-search-keyword__body > :first-child {
  margin-top: 0 !important;
}
.m-box-search-keyword__body > :last-child {
  margin-bottom: 0 !important;
}

.m-panel-media {
  margin-top: 24px;
  display: grid;
  grid-template-rows: 1fr;
  gap: 24px;
}
@media screen and (min-width: 769px) {
  .m-panel-media {
    margin-top: 48px;
  }
}
@media screen and (min-width: 769px) {
  .m-panel-media[data-col-wide="1"] {
    grid-template-columns: 100%;
  }
}
@media screen and (min-width: 769px) {
  .m-panel-media[data-col-wide="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .m-panel-media[data-col-wide="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .m-panel-media[data-col-wide="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .m-panel-media[data-col="1"] {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 768px) {
  .m-panel-media[data-col="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .m-panel-media[data-col="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .m-panel-media[data-col="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
}
.m-panel-media__inner {
  width: 100%;
  margin-top: 16px;
  position: relative;
  color: #000000;
}
@media screen and (min-width: 769px) {
  .m-panel-media__inner {
    margin-top: 32px;
  }
}
.m-panel-media__inner::after {
  position: absolute;
  content: "";
  display: block;
  position: absolute;
  width: 29px;
  height: 29px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  right: 0;
}
@media screen and (max-width: 768px) {
  .m-panel-media__inner::after {
    background: linear-gradient(#E60012 0%, #EC4F35 100%);
  }
}
@media screen and (min-width: 769px) {
  .m-panel-media__inner::after {
    width: 33px;
    height: 33px;
    border: 1px solid #FB9BA2;
    background-color: #EFF3F5;
  }
}
.m-panel-media__text {
  transition: color 0.4s;
}
.m-panel-media__text::before, .m-panel-media__text::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .m-panel-media__text::before, .m-panel-media__text::after {
    transition: background-color 0.4s, border-color 0.4s, transform 0.4s ease, opacity 0.4s;
  }
}
.m-panel-media__text::before {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  z-index: 5;
  right: 0;
}
@media screen and (min-width: 769px) {
  .m-panel-media__text::before {
    width: 33px;
    height: 33px;
    background: linear-gradient(#E60012 0%, #EC4F35 100%);
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0);
  }
}
.m-panel-media__text::after {
  z-index: 10;
  right: 10.5502525317px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #E60012;
  border-right: 2px solid #E60012;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .m-panel-media__text::after {
    border-color: #ffffff;
  }
}
@media screen and (min-width: 769px) {
  .m-panel-media__text::after {
    right: 12.5502525317px;
  }
}
.m-panel-media__link:focus-visible .m-panel-media__image, .m-panel-media__link:active .m-panel-media__image {
  transform: scale(1.2);
}
.m-panel-media__link:focus-visible .m-panel-media__text, .m-panel-media__link:active .m-panel-media__text {
  color: #E60012;
}
.m-panel-media__link:focus-visible .m-panel-media__text::before, .m-panel-media__link:active .m-panel-media__text::before {
  transform: translate3d(0, 0, 0) scale(1);
  transition: transform 0.5s 0s;
  transition-delay: 0s;
  opacity: 1;
}
.m-panel-media__link:focus-visible .m-panel-media__text::after, .m-panel-media__link:active .m-panel-media__text::after {
  border-color: #ffffff;
  transform: rotate(45deg) scale(1);
}
@media (any-hover: hover) {
  .m-panel-media__link:hover .m-panel-media__image {
    transform: scale(1.2);
  }
  .m-panel-media__link:hover .m-panel-media__text {
    color: #E60012;
  }
  .m-panel-media__link:hover .m-panel-media__text::before {
    transform: translate3d(0, 0, 0) scale(1);
    transition: transform 0.5s 0s;
    transition-delay: 0s;
    opacity: 1;
  }
  .m-panel-media__link:hover .m-panel-media__text::after {
    border-color: #ffffff;
    transform: rotate(45deg) scale(1);
  }
}
.m-panel-media__media {
  overflow: hidden;
}
.m-panel-media__image {
  width: 100%;
  transition: transform 0.5s 0s;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .m-panel-media {
    gap: 48px;
  }
}
.m-panel-media__item {
  padding-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .m-panel-media__item {
    padding-bottom: 32px;
  }
}
.m-panel-media__media {
  position: relative;
}
.m-panel-media__media::after {
  position: absolute;
  content: "";
  display: block;
  right: -1px;
  bottom: -2px;
  background-color: #ffffff;
  width: calc(32 / 576 * 100%);
  height: calc(82 / 404 * 100%);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
.m-panel-media__text {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  padding-right: 47px;
}
@media screen and (min-width: 769px) {
  .m-panel-media__text {
    font-size: 1.8rem;
    padding-right: 57px;
  }
}
.m-panel-media__content > * {
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .m-panel-media__content > * {
    margin-top: 32px;
  }
}
.m-panel-media--anchor .m-panel-media__text::after {
  border: none;
  border-right: 2px solid #E60012;
  border-bottom: 2px solid #E60012;
}
@media screen and (max-width: 768px) {
  .m-panel-media--anchor .m-panel-media__text::after {
    border-color: #ffffff;
  }
}

.m-panel-border {
  margin-top: 24px;
  display: grid;
  grid-template-rows: 1fr;
  gap: 16px;
}
@media screen and (min-width: 769px) {
  .m-panel-border {
    margin-top: 48px;
  }
}
@media screen and (min-width: 769px) {
  .m-panel-border[data-col-wide="1"] {
    grid-template-columns: 100%;
  }
}
@media screen and (min-width: 769px) {
  .m-panel-border[data-col-wide="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .m-panel-border[data-col-wide="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .m-panel-border[data-col-wide="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .m-panel-border[data-col="1"] {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 768px) {
  .m-panel-border[data-col="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .m-panel-border[data-col="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .m-panel-border[data-col="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
}
.m-panel-border__inner {
  width: 100%;
  margin-top: 16px;
  position: relative;
  color: #000000;
}
@media screen and (min-width: 769px) {
  .m-panel-border__inner {
    margin-top: 32px;
  }
}
.m-panel-border__inner::after {
  position: absolute;
  content: "";
  display: block;
  position: absolute;
  width: 29px;
  height: 29px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  right: 0;
}
@media screen and (max-width: 768px) {
  .m-panel-border__inner::after {
    background: linear-gradient(#E60012 0%, #EC4F35 100%);
  }
}
@media screen and (min-width: 769px) {
  .m-panel-border__inner::after {
    width: 33px;
    height: 33px;
    border: 1px solid #FB9BA2;
    background-color: #EFF3F5;
  }
}
.m-panel-border__text {
  transition: color 0.4s;
}
.m-panel-border__text::before, .m-panel-border__text::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .m-panel-border__text::before, .m-panel-border__text::after {
    transition: background-color 0.4s, border-color 0.4s, transform 0.4s ease, opacity 0.4s;
  }
}
.m-panel-border__text::before {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  z-index: 5;
  right: 0;
}
@media screen and (min-width: 769px) {
  .m-panel-border__text::before {
    width: 33px;
    height: 33px;
    background: linear-gradient(#E60012 0%, #EC4F35 100%);
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0);
  }
}
.m-panel-border__text::after {
  z-index: 10;
  right: 10.5502525317px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #E60012;
  border-right: 2px solid #E60012;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .m-panel-border__text::after {
    border-color: #ffffff;
  }
}
@media screen and (min-width: 769px) {
  .m-panel-border__text::after {
    right: 12.5502525317px;
  }
}
.m-panel-border__link:focus-visible .m-panel-border__image, .m-panel-border__link:active .m-panel-border__image {
  transform: scale(1.2);
}
.m-panel-border__link:focus-visible .m-panel-border__text, .m-panel-border__link:active .m-panel-border__text {
  color: #E60012;
}
.m-panel-border__link:focus-visible .m-panel-border__text::before, .m-panel-border__link:active .m-panel-border__text::before {
  transform: translate3d(0, 0, 0) scale(1);
  transition: transform 0.5s 0s;
  transition-delay: 0s;
  opacity: 1;
}
.m-panel-border__link:focus-visible .m-panel-border__text::after, .m-panel-border__link:active .m-panel-border__text::after {
  border-color: #ffffff;
  transform: rotate(45deg) scale(1);
}
@media (any-hover: hover) {
  .m-panel-border__link:hover .m-panel-border__image {
    transform: scale(1.2);
  }
  .m-panel-border__link:hover .m-panel-border__text {
    color: #E60012;
  }
  .m-panel-border__link:hover .m-panel-border__text::before {
    transform: translate3d(0, 0, 0) scale(1);
    transition: transform 0.5s 0s;
    transition-delay: 0s;
    opacity: 1;
  }
  .m-panel-border__link:hover .m-panel-border__text::after {
    border-color: #ffffff;
    transform: rotate(45deg) scale(1);
  }
}
.m-panel-border__media {
  overflow: hidden;
}
.m-panel-border__image {
  width: 100%;
  transition: transform 0.5s 0s;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .m-panel-border {
    gap: 48px;
  }
}
.m-panel-border__item {
  position: relative;
  padding: 16px 0;
}
@media screen and (min-width: 769px) {
  .m-panel-border__item {
    padding: 32px 0;
  }
}
.m-panel-border__item::before, .m-panel-border__item::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  height: 2px;
}
.m-panel-border__item::before {
  width: 100%;
  background: #E2E3E2;
}
.m-panel-border__item::after {
  width: 10px;
  left: 0;
  background-color: #009944;
}
@media screen and (min-width: 769px) {
  .m-panel-border__item::after {
    width: 48px;
  }
}
.m-panel-border__link > :first-child {
  margin-top: 0 !important;
}
.m-panel-border__link > :last-child {
  margin-bottom: 0 !important;
}
.m-panel-border__text {
  display: inline-block;
  padding-right: 47px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .m-panel-border__text {
    padding-right: 57px;
    font-size: 1.8rem;
  }
}
.m-panel-border__content > * {
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .m-panel-border__content > * {
    margin-top: 32px;
  }
}
.m-panel-border--nolink .m-panel-border__inner {
  margin-top: 0;
}
.m-panel-border--nolink .m-panel-border__inner::after {
  display: none;
}
.m-panel-border--nolink .m-panel-border__text::before, .m-panel-border--nolink .m-panel-border__text::after {
  display: none;
}

.m-panel-media-wide {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .m-panel-media-wide {
    margin-top: 48px;
  }
}
.m-panel-media-wide__inner {
  width: 100%;
  margin-top: 16px;
  position: relative;
  color: #000000;
}
@media screen and (min-width: 769px) {
  .m-panel-media-wide__inner {
    margin-top: 32px;
  }
}
.m-panel-media-wide__inner::after {
  position: absolute;
  content: "";
  display: block;
  position: absolute;
  width: 29px;
  height: 29px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  right: 0;
}
@media screen and (max-width: 768px) {
  .m-panel-media-wide__inner::after {
    background: linear-gradient(#E60012 0%, #EC4F35 100%);
  }
}
@media screen and (min-width: 769px) {
  .m-panel-media-wide__inner::after {
    width: 33px;
    height: 33px;
    border: 1px solid #FB9BA2;
    background-color: #EFF3F5;
  }
}
.m-panel-media-wide__text {
  transition: color 0.4s;
}
.m-panel-media-wide__text::before, .m-panel-media-wide__text::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .m-panel-media-wide__text::before, .m-panel-media-wide__text::after {
    transition: background-color 0.4s, border-color 0.4s, transform 0.4s ease, opacity 0.4s;
  }
}
.m-panel-media-wide__text::before {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  z-index: 5;
  right: 0;
}
@media screen and (min-width: 769px) {
  .m-panel-media-wide__text::before {
    width: 33px;
    height: 33px;
    background: linear-gradient(#E60012 0%, #EC4F35 100%);
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0);
  }
}
.m-panel-media-wide__text::after {
  z-index: 10;
  right: 10.5502525317px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #E60012;
  border-right: 2px solid #E60012;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .m-panel-media-wide__text::after {
    border-color: #ffffff;
  }
}
@media screen and (min-width: 769px) {
  .m-panel-media-wide__text::after {
    right: 12.5502525317px;
  }
}
.m-panel-media-wide__link:focus-visible .m-panel-media-wide__image, .m-panel-media-wide__link:active .m-panel-media-wide__image {
  transform: scale(1.2);
}
.m-panel-media-wide__link:focus-visible .m-panel-media-wide__text, .m-panel-media-wide__link:active .m-panel-media-wide__text {
  color: #E60012;
}
.m-panel-media-wide__link:focus-visible .m-panel-media-wide__text::before, .m-panel-media-wide__link:active .m-panel-media-wide__text::before {
  transform: translate3d(0, 0, 0) scale(1);
  transition: transform 0.5s 0s;
  transition-delay: 0s;
  opacity: 1;
}
.m-panel-media-wide__link:focus-visible .m-panel-media-wide__text::after, .m-panel-media-wide__link:active .m-panel-media-wide__text::after {
  border-color: #ffffff;
  transform: rotate(45deg) scale(1);
}
@media (any-hover: hover) {
  .m-panel-media-wide__link:hover .m-panel-media-wide__image {
    transform: scale(1.2);
  }
  .m-panel-media-wide__link:hover .m-panel-media-wide__text {
    color: #E60012;
  }
  .m-panel-media-wide__link:hover .m-panel-media-wide__text::before {
    transform: translate3d(0, 0, 0) scale(1);
    transition: transform 0.5s 0s;
    transition-delay: 0s;
    opacity: 1;
  }
  .m-panel-media-wide__link:hover .m-panel-media-wide__text::after {
    border-color: #ffffff;
    transform: rotate(45deg) scale(1);
  }
}
.m-panel-media-wide__media {
  overflow: hidden;
}
.m-panel-media-wide__image {
  width: 100%;
  transition: transform 0.5s 0s;
  object-fit: cover;
}
.m-panel-media-wide__link {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 769px) {
  .m-panel-media-wide__link {
    display: grid;
    gap: 0 48px;
    grid-template: "mediaArea contentArea" auto/368px 1fr;
  }
}
.m-panel-media-wide__content {
  grid-area: contentArea;
  padding: 16px 0;
}
.m-panel-media-wide__content > :first-child {
  margin-top: 0 !important;
}
.m-panel-media-wide__content > :last-child {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 769px) {
  .m-panel-media-wide__content {
    padding: 32px 0;
    border-top: 2px solid #E2E3E2;
  }
}
.m-panel-media-wide__content > * + * {
  color: #444444;
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .m-panel-media-wide__content > * + * {
    margin-top: 32px;
    max-width: 727px;
  }
}
.m-panel-media-wide__media {
  grid-area: mediaArea;
  position: relative;
}
.m-panel-media-wide__media::after {
  position: absolute;
  content: "";
  display: block;
  right: -1px;
  bottom: -1px;
  background-color: #ffffff;
  width: calc(24 / 368 * 100%);
  height: calc(62 / 258 * 100%);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  z-index: 5;
}
.m-panel-media-wide__text {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .m-panel-media-wide__text {
    font-size: 2.2rem;
  }
}

.m-lyt-grid {
  margin-top: 24px;
  display: grid;
  grid-template-rows: 1fr;
  gap: 24px;
}
@media screen and (min-width: 769px) {
  .m-lyt-grid {
    margin-top: 32px;
  }
}
@media screen and (min-width: 769px) {
  .m-lyt-grid[data-col-wide="1"] {
    grid-template-columns: 100%;
  }
}
@media screen and (min-width: 769px) {
  .m-lyt-grid[data-col-wide="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .m-lyt-grid[data-col-wide="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .m-lyt-grid[data-col-wide="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .m-lyt-grid[data-col="1"] {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 768px) {
  .m-lyt-grid[data-col="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .m-lyt-grid[data-col="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .m-lyt-grid[data-col="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .m-lyt-grid {
    gap: 48px;
  }
}
.m-lyt-grid__col > :first-child {
  margin-top: 0 !important;
}
.m-lyt-grid__col > :last-child {
  margin-bottom: 0 !important;
}
.m-lyt-grid__col .m-lyt-media-content {
  gap: 16px;
  flex-direction: row-reverse;
}
.m-lyt-grid__col .m-lyt-media-content__content {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .m-lyt-grid__col .m-lyt-media-content {
    gap: 24px;
  }
}
@media screen and (min-width: 769px) {
  .m-lyt-grid--gap-wide {
    gap: 80px;
  }
}
@media screen and (max-width: 768px) {
  .m-lyt-grid .m-lyt-media {
    min-width: 100px;
  }
}
.m-lyt-grid .m-lyt-media-content + .m-table {
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .m-lyt-grid .m-lyt-media-content + .m-table {
    margin-top: 32px;
  }
}

.m-lyt-media {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .m-lyt-media {
    margin-top: 48px;
  }
}
.m-lyt-media__body {
  display: table;
  width: fit-content;
  margin: 0 auto;
}
.m-lyt-media__body > :first-child {
  margin-top: 0 !important;
}
.m-lyt-media__body > :last-child {
  margin-bottom: 0 !important;
}
.m-lyt-media__media {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.m-lyt-media__link {
  transition: opacity 0.4s;
}
.m-lyt-media__link:focus-visible, .m-lyt-media__link:active {
  opacity: 0.6;
}
@media (any-hover: hover) {
  .m-lyt-media__link:hover {
    opacity: 0.6;
  }
}
.m-lyt-media__caption {
  display: table-caption;
  caption-side: bottom;
  font-size: 1.2rem;
  margin-top: 8px;
  line-height: 1.8;
  text-align: left;
  word-break: break-all;
  white-space: normal;
}
@media screen and (min-width: 769px) {
  .m-lyt-media__caption {
    font-size: 1.4rem;
    margin-top: 16px;
  }
}
.m-lyt-media__caption--top {
  caption-side: top;
  text-align: right;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .m-lyt-media__caption--top {
    margin-bottom: 16px;
  }
}
.m-lyt-media--left .m-lyt-media__body {
  margin-left: unset;
}
.m-lyt-media--right .m-lyt-media__body {
  margin-right: unset;
}

.m-lyt-movie {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .m-lyt-movie {
    margin-top: 48px;
  }
}
.m-lyt-movie__body {
  position: relative;
  aspect-ratio: 16/9;
}
.m-lyt-movie__body > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0;
}

.m-lyt-media-content {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 769px) {
  .m-lyt-media-content {
    margin-top: 48px;
  }
}
@media screen and (min-width: 769px) {
  .m-lyt-media-content {
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 48px;
  }
}
.m-lyt-media-content__content {
  width: 100%;
}
.m-lyt-media-content__content > :first-child {
  margin-top: 0 !important;
}
.m-lyt-media-content__content > :last-child {
  margin-bottom: 0 !important;
}
.m-lyt-media-content__media > :first-child {
  margin-top: 0 !important;
}
.m-lyt-media-content__media > :last-child {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 769px) {
  .m-lyt-media-content__media {
    flex-shrink: 0;
    max-width: 50%;
  }
}
.m-lyt-media-content__hdg {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #000000;
}
@media screen and (min-width: 769px) {
  .m-lyt-media-content__hdg {
    font-size: 2.2rem;
  }
}
.m-lyt-media-content__hdg + * {
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .m-lyt-media-content__hdg + * {
    margin-top: 32px;
  }
}
@media screen and (min-width: 769px) {
  .m-lyt-media-content--right {
    flex-direction: row;
  }
}
.m-lyt-media-content--equal > * {
  flex: 1;
}
@media screen and (min-width: 769px) {
  .m-lyt-media-content--equal {
    gap: 80px;
  }
}
.m-lyt-media-content--equal .m-lyt-media__body, .m-lyt-media-content--equal .m-lyt-media__media > img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .m-lyt-media-content--reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 769px) {
  .m-lyt-media-content--center .m-lyt-media-content__content {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .m-lyt-media-content--narrow {
    gap: 24px;
  }
}

.m-lyt-map {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .m-lyt-map {
    margin-top: 48px;
  }
}
.m-lyt-map__body > iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 769px) {
  .m-lyt-map__body > iframe {
    aspect-ratio: 2/1;
  }
}

/* ----------------------------------------------------------------------------
* トグル
* ------------------------------------------------------------------------- */
.m-toggle-list {
  margin-top: 32px;
}

.m-toggle-list__item {
  border-bottom: 1px solid #E2E2E2;
}

.m-toggle-list__item:first-child {
  border-top: 1px solid #E2E2E2;
}

.m-toggle-list__hdg {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .m-toggle-list {
    margin-top: 24px;
  }
  .m-toggle-list__hdg {
    font-size: 1.8rem;
  }
}
.m-toggle-list__hdg .m-toggle-list__inner {
  display: flex;
  align-items: baseline;
  padding: 24px 72px 24px 0;
  position: relative;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .m-toggle-list__hdg .m-toggle-list__inner {
    padding: 16px 48px 16px 0;
  }
}
.m-toggle-list__hdg .m-toggle-list__inner::before, .m-toggle-list__hdg .m-toggle-list__inner::after {
  display: block;
  margin: auto 0;
  background-color: #009944;
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  width: 25px;
  height: 2px;
  content: "";
  transition: opacity .3s ease;
}
@media screen and (max-width: 768px) {
  .m-toggle-list__hdg .m-toggle-list__inner::before, .m-toggle-list__hdg .m-toggle-list__inner::after {
    right: 16px;
    width: 15px;
  }
}
.m-toggle-list__hdg .m-toggle-list__inner::after {
  transform: rotate(90deg);
}
.m-toggle-list__hdg .m-toggle-list__inner[aria-expanded=true]::after {
  opacity: 0;
}
.m-toggle-list__num {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background-color: #009944;
  font-size: 1.6rem;
  font-weight: bold;
}

.m-toggle-list__text {
  font-weight: bold;
  font-size: 1.6rem;
  color: #000000;
}

@media screen and (min-width: 769px) {
  .m-toggle-list__num {
    width: 46px;
    height: 46px;
    font-size: 2rem;
  }
  .m-toggle-list__text {
    font-size: 2.2rem;
  }
}

html[data-script-enabled=true] .m-toggle-list__item .m-toggle-list__content {
  display: none;
}
.m-toggle-list__content .m-toggle-list__inner {
  padding-bottom: 24px;
}
.m-toggle-list__content .m-toggle-list__inner > :last-child {
  margin-bottom: 0 !important;
}
.m-toggle-list__content .m-toggle-list__inner > :first-child {
  margin-top: 0 !important;
}
@media screen and (max-width: 768px) {
  .m-toggle-list__content .m-toggle-list__inner {
    padding-bottom: 16px;
  }
}

html[data-script-enabled=true] .js-toggle-list__trigger {
  cursor: pointer;
}
html[data-script-enabled=true] .js-toggle-list__content {
  overflow: hidden;
}


/* ----------------------------------------------------------------------------
* 三角形疑似要素
* ------------------------------------------------------------------------- */
.icon-mark_triangle {
  position: relative;
  display: inline-block;
  font-size: 0;
  overflow: hidden;
  width: 21px;
  height: 11px;
}

.icon-mark_triangle::before {
  content: '';
  display: block;
  border-left: 10px;
  border-right: 10px;
  border-bottom: 15px;
  border-color: transparent transparent #000000;
  border-style: none solid solid;
  position: absolute;
}

/* ----------------------------------------------------------------------------
* visually-hidden : 視覚的に隠したい要素がある場合に指定する調整クラス
* ------------------------------------------------------------------------- */
.a11y-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* ----------------------------------------------------------------------------
* 文字の位置揃え .align-
* ------------------------------------------------------------------------- */
.align-r {
  text-align: right !important;
}

.align-c {
  text-align: center !important;
}

.align-l {
  text-align: left !important;
}

/* ----------------------------------------------------------------------------
* 縦方向位置揃え .valign-
* ------------------------------------------------------------------------- */
.valign-t {
  vertical-align: top !important;
}

.valign-m {
  vertical-align: middle !important;
}

.valign-b {
  vertical-align: bottom !important;
}

/* ----------------------------------------------------------------------------
* 幅調整 .w-100 / .w-sp-100 [SP時の幅指定]
* ------------------------------------------------------------------------- */
.w-1 {
  width: 1% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-1 {
    width: 1% !important;
  }
}

.w-2 {
  width: 2% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-2 {
    width: 2% !important;
  }
}

.w-3 {
  width: 3% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-3 {
    width: 3% !important;
  }
}

.w-4 {
  width: 4% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-4 {
    width: 4% !important;
  }
}

.w-5 {
  width: 5% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-5 {
    width: 5% !important;
  }
}

.w-6 {
  width: 6% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-6 {
    width: 6% !important;
  }
}

.w-7 {
  width: 7% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-7 {
    width: 7% !important;
  }
}

.w-8 {
  width: 8% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-8 {
    width: 8% !important;
  }
}

.w-9 {
  width: 9% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-9 {
    width: 9% !important;
  }
}

.w-10 {
  width: 10% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-10 {
    width: 10% !important;
  }
}

.w-11 {
  width: 11% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-11 {
    width: 11% !important;
  }
}

.w-12 {
  width: 12% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-12 {
    width: 12% !important;
  }
}

.w-13 {
  width: 13% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-13 {
    width: 13% !important;
  }
}

.w-14 {
  width: 14% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-14 {
    width: 14% !important;
  }
}

.w-15 {
  width: 15% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-15 {
    width: 15% !important;
  }
}

.w-16 {
  width: 16% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-16 {
    width: 16% !important;
  }
}

.w-17 {
  width: 17% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-17 {
    width: 17% !important;
  }
}

.w-18 {
  width: 18% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-18 {
    width: 18% !important;
  }
}

.w-19 {
  width: 19% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-19 {
    width: 19% !important;
  }
}

.w-20 {
  width: 20% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-20 {
    width: 20% !important;
  }
}

.w-21 {
  width: 21% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-21 {
    width: 21% !important;
  }
}

.w-22 {
  width: 22% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-22 {
    width: 22% !important;
  }
}

.w-23 {
  width: 23% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-23 {
    width: 23% !important;
  }
}

.w-24 {
  width: 24% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-24 {
    width: 24% !important;
  }
}

.w-25 {
  width: 25% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-25 {
    width: 25% !important;
  }
}

.w-26 {
  width: 26% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-26 {
    width: 26% !important;
  }
}

.w-27 {
  width: 27% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-27 {
    width: 27% !important;
  }
}

.w-28 {
  width: 28% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-28 {
    width: 28% !important;
  }
}

.w-29 {
  width: 29% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-29 {
    width: 29% !important;
  }
}

.w-30 {
  width: 30% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-30 {
    width: 30% !important;
  }
}

.w-31 {
  width: 31% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-31 {
    width: 31% !important;
  }
}

.w-32 {
  width: 32% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-32 {
    width: 32% !important;
  }
}

.w-33 {
  width: 33% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-33 {
    width: 33% !important;
  }
}

.w-34 {
  width: 34% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-34 {
    width: 34% !important;
  }
}

.w-35 {
  width: 35% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-35 {
    width: 35% !important;
  }
}

.w-36 {
  width: 36% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-36 {
    width: 36% !important;
  }
}

.w-37 {
  width: 37% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-37 {
    width: 37% !important;
  }
}

.w-38 {
  width: 38% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-38 {
    width: 38% !important;
  }
}

.w-39 {
  width: 39% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-39 {
    width: 39% !important;
  }
}

.w-40 {
  width: 40% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-40 {
    width: 40% !important;
  }
}

.w-41 {
  width: 41% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-41 {
    width: 41% !important;
  }
}

.w-42 {
  width: 42% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-42 {
    width: 42% !important;
  }
}

.w-43 {
  width: 43% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-43 {
    width: 43% !important;
  }
}

.w-44 {
  width: 44% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-44 {
    width: 44% !important;
  }
}

.w-45 {
  width: 45% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-45 {
    width: 45% !important;
  }
}

.w-46 {
  width: 46% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-46 {
    width: 46% !important;
  }
}

.w-47 {
  width: 47% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-47 {
    width: 47% !important;
  }
}

.w-48 {
  width: 48% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-48 {
    width: 48% !important;
  }
}

.w-49 {
  width: 49% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-49 {
    width: 49% !important;
  }
}

.w-50 {
  width: 50% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-50 {
    width: 50% !important;
  }
}

.w-51 {
  width: 51% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-51 {
    width: 51% !important;
  }
}

.w-52 {
  width: 52% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-52 {
    width: 52% !important;
  }
}

.w-53 {
  width: 53% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-53 {
    width: 53% !important;
  }
}

.w-54 {
  width: 54% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-54 {
    width: 54% !important;
  }
}

.w-55 {
  width: 55% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-55 {
    width: 55% !important;
  }
}

.w-56 {
  width: 56% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-56 {
    width: 56% !important;
  }
}

.w-57 {
  width: 57% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-57 {
    width: 57% !important;
  }
}

.w-58 {
  width: 58% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-58 {
    width: 58% !important;
  }
}

.w-59 {
  width: 59% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-59 {
    width: 59% !important;
  }
}

.w-60 {
  width: 60% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-60 {
    width: 60% !important;
  }
}

.w-61 {
  width: 61% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-61 {
    width: 61% !important;
  }
}

.w-62 {
  width: 62% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-62 {
    width: 62% !important;
  }
}

.w-63 {
  width: 63% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-63 {
    width: 63% !important;
  }
}

.w-64 {
  width: 64% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-64 {
    width: 64% !important;
  }
}

.w-65 {
  width: 65% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-65 {
    width: 65% !important;
  }
}

.w-66 {
  width: 66% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-66 {
    width: 66% !important;
  }
}

.w-67 {
  width: 67% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-67 {
    width: 67% !important;
  }
}

.w-68 {
  width: 68% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-68 {
    width: 68% !important;
  }
}

.w-69 {
  width: 69% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-69 {
    width: 69% !important;
  }
}

.w-70 {
  width: 70% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-70 {
    width: 70% !important;
  }
}

.w-71 {
  width: 71% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-71 {
    width: 71% !important;
  }
}

.w-72 {
  width: 72% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-72 {
    width: 72% !important;
  }
}

.w-73 {
  width: 73% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-73 {
    width: 73% !important;
  }
}

.w-74 {
  width: 74% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-74 {
    width: 74% !important;
  }
}

.w-75 {
  width: 75% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-75 {
    width: 75% !important;
  }
}

.w-76 {
  width: 76% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-76 {
    width: 76% !important;
  }
}

.w-77 {
  width: 77% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-77 {
    width: 77% !important;
  }
}

.w-78 {
  width: 78% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-78 {
    width: 78% !important;
  }
}

.w-79 {
  width: 79% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-79 {
    width: 79% !important;
  }
}

.w-80 {
  width: 80% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-80 {
    width: 80% !important;
  }
}

.w-81 {
  width: 81% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-81 {
    width: 81% !important;
  }
}

.w-82 {
  width: 82% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-82 {
    width: 82% !important;
  }
}

.w-83 {
  width: 83% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-83 {
    width: 83% !important;
  }
}

.w-84 {
  width: 84% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-84 {
    width: 84% !important;
  }
}

.w-85 {
  width: 85% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-85 {
    width: 85% !important;
  }
}

.w-86 {
  width: 86% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-86 {
    width: 86% !important;
  }
}

.w-87 {
  width: 87% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-87 {
    width: 87% !important;
  }
}

.w-88 {
  width: 88% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-88 {
    width: 88% !important;
  }
}

.w-89 {
  width: 89% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-89 {
    width: 89% !important;
  }
}

.w-90 {
  width: 90% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-90 {
    width: 90% !important;
  }
}

.w-91 {
  width: 91% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-91 {
    width: 91% !important;
  }
}

.w-92 {
  width: 92% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-92 {
    width: 92% !important;
  }
}

.w-93 {
  width: 93% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-93 {
    width: 93% !important;
  }
}

.w-94 {
  width: 94% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-94 {
    width: 94% !important;
  }
}

.w-95 {
  width: 95% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-95 {
    width: 95% !important;
  }
}

.w-96 {
  width: 96% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-96 {
    width: 96% !important;
  }
}

.w-97 {
  width: 97% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-97 {
    width: 97% !important;
  }
}

.w-98 {
  width: 98% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-98 {
    width: 98% !important;
  }
}

.w-99 {
  width: 99% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-99 {
    width: 99% !important;
  }
}

.w-100 {
  width: 100% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-100 {
    width: 100% !important;
  }
}

.w-33-3 {
  width: 33.3% !important;
}

@media screen and (max-width: 768px) {
  .w-sp-33-3 {
    width: 33.3% !important;
  }
}

/* ----------------------------------------------------------------------------
* 余白調整 .pt-
* ------------------------------------------------------------------------- */
.pt-0 {
  padding-top: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

/* ----------------------------------------------------------------------------
* 余白調整 .pb-
* ------------------------------------------------------------------------- */
.pb-0 {
  padding-bottom: 0px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

/* ----------------------------------------------------------------------------
* 余白調整 .pl-
* ------------------------------------------------------------------------- */
.pl-0 {
  padding-left: 0px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

/* ----------------------------------------------------------------------------
* 余白調整 .pl-
* ------------------------------------------------------------------------- */
.pr-0 {
  padding-right: 0px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

/* ----------------------------------------------------------------------------
* 余白調整 .mt-
* ------------------------------------------------------------------------- */
.mt-0 {
  margin-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ----------------------------------------------------------------------------
* 余白調整 .mb-
* ------------------------------------------------------------------------- */
.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

/* ----------------------------------------------------------------------------
* 余白調整 .mr-
* ------------------------------------------------------------------------- */
.mr-0 {
  margin-right: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ----------------------------------------------------------------------------
* 余白調整 .ml-
* ------------------------------------------------------------------------- */
.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

/* ----------------------------------------------------------------------------
* PC/SP表示調整
* ------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .sp-hide {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .pc-hide {
    display: none !important;
  }
}
.m-icon {
  width: 12px;
  height: 12px;
  margin-left: 8px;
}
.m-icon--pdf {
  width: 15px;
  height: 16px;
  vertical-align: middle;
}

.m-label {
  display: inline-block;
  color: #444444;
  font-size: 1.2rem;
  padding: 4px 16px;
  border-radius: 3px;
  margin-right: 8px;
}
.m-label--green {
  background-color: #B5DFC8;
}
.m-label--black {
  color: #ffffff;
  background-color: #444444;
}

.m-form-select {
  position: relative;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .m-form-select {
    margin-top: 56px;
  }
}
.m-form-select::after {
  position: absolute;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #009944;
  border-bottom: 2px solid #009944;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
}
.m-form-select__body {
  width: 100%;
  padding: 14px 24px;
  border-radius: 3px;
  appearance: none;
  color: #444444;
  background-color: #EFF3F5;
  border-color: #E2E3E2;
}
@media screen and (min-width: 769px) {
  .m-form-select__body {
    display: block;
    max-width: 264px;
    margin-left: auto;
    padding: 12px 24px;
  }
}

.m-label {
  display: inline-block;
  color: #444444;
  font-size: 1.2rem;
  margin-right: 8px;
  padding: 4px 16px;
  border-radius: 3px;
}
.m-label--green {
  background-color: #B5DFC8;
}
.m-label--black {
  color: #ffffff;
  background-color: #444444;
}

.m-pagination {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .m-pagination {
    margin-top: 32px;
  }
}
.m-pagination__result {
  font-size: 1.6rem;
  line-height: 1.5;
}
.m-pagination__result em {
  margin-left: 15px;
}
@media screen and (min-width: 769px) {
  .m-pagination__result em {
    margin-left: 20px;
  }
}
@media screen and (min-width: 769px) {
  .m-pagination__result {
    font-size: 1.8rem;
  }
}
.m-pagination__list {
  display: flex;
  column-gap: 12px;
  width: fit-content;
  margin: 24px auto 0;
}
@media screen and (min-width: 769px) {
  .m-pagination__list {
    column-gap: 16px;
    margin-top: 48px;
  }
}
.m-pagination__item--before a, .m-pagination__item--after a {
  position: relative;
  background-color: #EFF3F5;
}
.m-pagination__item--before a::before, .m-pagination__item--after a::before {
  position: absolute;
  content: "";
  display: block;
  inset: 0;
  margin: auto;
  z-index: 10;
  border-color: currentcolor !important;
}
.m-pagination__item--before span, .m-pagination__item--after span {
  visibility: hidden;
}
.m-pagination__item--before a::before {
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #009944;
  border-left: 2px solid #009944;
  transform: rotate(45deg);
}
.m-pagination__item--after a::before {
  width: 7px;
  height: 7px;
  border-top: 2px solid #009944;
  border-right: 2px solid #009944;
  transform: rotate(45deg);
}
.m-pagination__item a {
  display: inline-flex;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  color: #009944;
  transition: background-color 0.4s, color 0.4s;
}
.m-pagination__item a:focus-visible, .m-pagination__item a:active {
  color: #ffffff;
  background-color: #A2A6AA;
}
@media (any-hover: hover) {
  .m-pagination__item a:hover {
    color: #ffffff;
    background-color: #A2A6AA;
  }
}

/*# sourceMappingURL=master.css.map */
