@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;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/*-------------------------------------------------------------------------
Core
--------------------------------------------------------------------------*/
/* noto-sans-jp-regular - latin_japanese */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../font/noto-sans-jp-v36-latin_japanese-regular.woff2") format("woff2"), url("../font/noto-sans-jp-v36-latin_japanese-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* noto-sans-jp-medium - latin_japanese */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../font/noto-sans-jp-v36-latin_japanese-500.woff2") format("woff2"), url("../font/noto-sans-jp-v36-latin_japanese-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* customized Yu Gothic for Windows */
@font-face {
  font-family: "Customized Yu Gothic";
  font-style: normal;
  font-weight: 400;
  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: "Customized Yu Gothic";
  font-style: normal;
  font-weight: 500;
  src: local("Yu Gothic Bold");
}

@font-face {
  font-family: "Customized Yu Gothic";
  font-style: normal;
  font-weight: 700;
  src: local("Yu Gothic Bold");
}

a {
  color: #222;
  text-decoration: none;
}

@media (any-hover: hover) {
  a:hover {
    text-decoration: underline;
  }
}

img {
  vertical-align: bottom;
}

figure {
  margin: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl,
dd {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  margin: 0;
  font-weight: 500;
}

p {
  margin: 0;
}

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

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

legend {
  display: contents;
}

html {
  font-size: 62.5%;
  min-width: 280px;
  min-height: 100vh;
  scroll-behavior: smooth;
}

body {
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", "YuGothic", "Customized Yu Gothic", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 400;
  color: #222;
  overflow-y: scroll;
}

body.is--global-navi-open {
  overflow-y: hidden;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  box-sizing: border-box;
}

.u-visually-hidden, .u-visually-hidden-focusable:not(:focus), .c-viewer__prev span,
.c-viewer__next span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

.u-mb-00 {
  margin-bottom: 0 !important;
}

.u-pt-00 {
  padding-top: 0 !important;
}

.u-pb-00 {
  padding-bottom: 0 !important;
}

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

.u-mb-01 {
  margin-bottom: 4px !important;
}

.u-pt-01 {
  padding-top: 4px !important;
}

.u-pb-01 {
  padding-bottom: 4px !important;
}

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

.u-mb-02 {
  margin-bottom: 8px !important;
}

.u-pt-02 {
  padding-top: 8px !important;
}

.u-pb-02 {
  padding-bottom: 8px !important;
}

.u-mt-03 {
  margin-top: 12px !important;
}

.u-mb-03 {
  margin-bottom: 12px !important;
}

.u-pt-03 {
  padding-top: 12px !important;
}

.u-pb-03 {
  padding-bottom: 12px !important;
}

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

.u-mb-04 {
  margin-bottom: 16px !important;
}

.u-pt-04 {
  padding-top: 16px !important;
}

.u-pb-04 {
  padding-bottom: 16px !important;
}

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

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

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

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

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

.u-mb-06 {
  margin-bottom: 24px !important;
}

.u-pt-06 {
  padding-top: 24px !important;
}

.u-pb-06 {
  padding-bottom: 24px !important;
}

.u-mt-07 {
  margin-top: 28px !important;
}

.u-mb-07 {
  margin-bottom: 28px !important;
}

.u-pt-07 {
  padding-top: 28px !important;
}

.u-pb-07 {
  padding-bottom: 28px !important;
}

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

.u-mb-08 {
  margin-bottom: 32px !important;
}

.u-pt-08 {
  padding-top: 32px !important;
}

.u-pb-08 {
  padding-bottom: 32px !important;
}

.u-mt-09 {
  margin-top: 44px !important;
}

.u-mb-09 {
  margin-bottom: 44px !important;
}

.u-pt-09 {
  padding-top: 44px !important;
}

.u-pb-09 {
  padding-bottom: 44px !important;
}

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

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

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

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

.u-mt-11 {
  margin-top: 84px !important;
}

.u-mb-11 {
  margin-bottom: 84px !important;
}

.u-pt-11 {
  padding-top: 84px !important;
}

.u-pb-11 {
  padding-bottom: 84px !important;
}

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

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

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

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

.u-tac {
  text-align: center !important;
}

.u-tal {
  text-align: left !important;
}

.u-tar {
  text-align: right !important;
}

.u-vat {
  vertical-align: top;
}

.u-vab {
  vertical-align: bottom;
}

.u-fwb {
  font-weight: 700 !important;
}

.u-fwn {
  font-weight: 400 !important;
}

.u-red {
  color: #e10000 !important;
}

.u-wordbreak {
  word-break: break-all !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

span.u-wordbreak {
  display: inline-block;
}

.u-nobr {
  white-space: nowrap !important;
}

.u-line {
  border-bottom: solid 1px #b3b3b3;
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.u-hd-font-a {
  font-size: 4rem !important;
}

@media screen and (max-width: 519px) {
  .u-hd-font-a {
    font-size: 2.6rem !important;
  }
}

.u-hd-font-b {
  font-size: 3rem !important;
}

@media screen and (max-width: 519px) {
  .u-hd-font-b {
    font-size: 2.5rem !important;
  }
}

.u-hd-font-c {
  font-size: 2.4rem !important;
}

@media screen and (max-width: 519px) {
  .u-hd-font-c {
    font-size: 2.2rem !important;
  }
}

.u-hd-font-d {
  font-size: 2rem !important;
}

.u-hd-font-e {
  font-size: 1.8rem !important;
}

.u-hd-margin-a {
  margin-top: 60px !important;
}

@media screen and (max-width: 519px) {
  .u-hd-margin-a {
    margin-top: 44px !important;
  }
}

.u-hd-margin-b {
  margin-top: 100px !important;
}

@media screen and (max-width: 519px) {
  .u-hd-margin-b {
    margin-top: 84px !important;
  }
}

.u-hd-margin-c {
  margin-top: 32px !important;
}

.u-hd-margin-d {
  margin-top: 24px !important;
}

.u-hd-margin-e {
  margin-top: 24px !important;
}

.main {
  overflow: hidden;
  z-index: 1;
}

.main-inner {
  width: auto;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 100px;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .main-inner {
    max-width: initial;
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 519px) {
  .main-inner {
    max-width: initial;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 519px) {
  .main-inner {
    padding-bottom: 84px;
  }
}

.main-narrow {
  max-width: 1000px;
  margin: 0 auto;
}

.header {
  position: relative;
  z-index: 11;
  width: 100%;
  background: #fff;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 52px 0 12px;
  }
}
.header-inner {
  display: -ms-grid;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 450px 1fr;
  -ms-grid-columns: 450px 1fr;
  width: auto;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .header-inner {
    display: block;
    padding: 0 12px;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
@media only screen and (max-width: 767px) {
  .header__logo.-sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.header__logo img {
  width: 68px;
  height: 68px;
}
@media only screen and (max-width: 767px) {
  .header__logo img {
    width: 40px;
    height: 40px;
  }
}
.header__logo-text {
  display: inline-block;
  padding-left: 32px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .header__logo-text.-pc {
    display: none;
  }
}
.header__region {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row-align: start;
      align-self: start;
  -ms-grid-column-align: end;
      justify-self: end;
}
@media only screen and (max-width: 767px) {
  .header__region {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 34px;
    padding: 0 12px;
    background: #e6e6e6;
    text-align: right;
    font-size: 1rem;
  }
}
.header__region--wrap {
  display: flex;
  justify-content: flex-end;
}
.header__region--wrap.-portal {
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .header__region--wrap {
    justify-content: flex-end;
    margin-top: 4px;
  }
}
@media only screen and (max-width: 395px) {
  .header__region--wrap {
    width: 125%;
    transform: scale(0.8);
    transform-origin: left center;
  }
}
.header__region--wrap .-portal {
  display: flex;
  justify-content: flex-end;
}
.header__region--item {
  border-right: 1px solid #bbbbbb;
  line-height: 1.4;
  padding-right: 8px;
}
.header__region--item:last-child {
  border-right: 0;
  padding-right: 0;
  padding-left: 8px;
}
.header__region-left {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header__region-left {
    display: block;
  }
}
.header__related {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row-align: end;
      align-self: end;
  -ms-grid-column-align: end;
      justify-self: end;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .header__related {
    display: none;
  }
}
.header__related a {
  display: flex;
  align-items: center;
  font-size: 1rem;
}
.header__related a:not(:first-of-type) {
  margin-left: 16px;
}
.header__related a::before {
  content: "";
  display: inline-block;
  background: url(/img/common/icon_arrow_gy_r.svg) no-repeat center/contain;
  width: 9px;
  height: 9px;
  margin-right: 2px;
}
.header__related a::after {
  content: "";
  display: inline-block;
  background: url(/img/common/icon_external-link.svg) no-repeat center/contain;
  width: 9px;
  height: 9px;
  margin-left: 5px;
}
.header__related a:hover {
  text-decoration: underline;
}
.header-btn.-sp-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 30px;
    background: #ffe600;
    border-radius: 20px;
    font-weight: 700;
    text-align: center;
    transition: opacity 0.3s;
    margin-right: 40px;
  }
  .header-btn.-sp-sp {
    display: flex;
  }
  .header-btn.-portal {
    margin-right: 0;
  }
}

.J-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  transition: 0.5s;
  z-index: 100;
}
.J-header.un-pinned {
  position: fixed;
  transform: translateY(-100%) !important;
  transition: 0s;
}
.J-header.un-pinned.is-scrolled {
  transform: translateY(-100%) !important;
}
.J-header.is-scrolled {
  position: fixed;
  transform: translateY(0) !important;
}

.head-navi {
  position: relative;
  z-index: 100;
}

.no-js .head-navi {
  position: static;
}

body.Index .head-navi, .head-navi.is--absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

body.is--global-navi-open .head-navi {
  position: fixed;
  height: 100vh;
  overflow-y: scroll;
}

.PageSimple .head-navi {
  position: static;
}

.head-navi-inner {
  position: relative;
}

.head-navi__backdrop {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  z-index: 0;
  transition: height .3s ease-out;
}

.head-navi__backdrop.is--active {
  height: calc(100vh - 100%);
  transition-duration: .2s;
}

@keyframes megaMenuFadeIn {
  from {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes hamburgerBar1In {
  0% {
    transform: translateY(-8px) rotate(0);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg) scaleX(1.35);
  }
}

@keyframes hamburgerBar1Out {
  0% {
    transform: translateY(0) rotate(-45deg) scaleX(1.35);
  }
  50% {
    transform: translateY(0) rotate(0) scaleX(1);
  }
  100% {
    transform: translateY(-8px) rotate(0);
  }
}

@keyframes hamburgerBar3In {
  0% {
    transform: translateY(8px) rotate(0);
  }
  50% {
    transform: translateY(0px) rotate(0);
  }
  100% {
    transform: translateY(0px) rotate(45deg) scaleX(1.35);
  }
}

@keyframes hamburgerBar3Out {
  0% {
    transform: translateY(0px) rotate(45deg) scaleX(1.35);
  }
  50% {
    transform: translateY(0px) rotate(0) scaleX(1);
  }
  100% {
    transform: translateY(8px) rotate(0);
  }
}

.global-navi {
  background: #fff;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 959px) {
  .global-navi {
    z-index: 1001;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-bottom: none;
  }
  .global-navi.is--active {
    opacity: 1;
  }
}

@media print, (min-width: 960px) {
  .global-navi.global-navi--border {
    border-bottom: solid 1px #eee;
  }
}

.global-navi-inner {
  width: auto;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .global-navi-inner {
    max-width: initial;
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 519px) {
  .global-navi-inner {
    max-width: initial;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.global-navi__button {
  display: none;
  opacity: 1;
  transition: opacity 0.2s ease-out;
}

.global-navi__button button {
  border: none;
  background: transparent;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  display: block;
  width: 40px;
  height: 40px;
  background: 50% 50% no-repeat;
}

.global-navi__button button::-webkit-search-decoration {
  display: none;
}

@media (any-hover: hover) {
  .global-navi__button button:hover {
    opacity: 0.62;
  }
}

.global-navi__button.is--disabled {
  pointer-events: none;
  opacity: 0.3;
}

@media screen and (max-width: 959px) {
  .global-navi__button {
    display: block;
    position: absolute;
    top: -50px;
    right: 22px;
  }
}

@media screen and (max-width: 519px) {
  .global-navi__button {
    right: 6px;
    top: -50px;
  }
}

.global-navi__hamburger {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.global-navi__hamburger_bar1,
.global-navi__hamburger_bar2,
.global-navi__hamburger_bar3 {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: #222;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
}

.global-navi__hamburger_bar1 {
  opacity: 1;
  transition: opacity 0.15s;
}

.is--active .global-navi__hamburger_bar1 {
  opacity: 0;
  transition-duration: 0.25s;
  transition-delay: 0.1s;
}

.is--closing .global-navi__hamburger_bar1 {
  opacity: 1;
  transition-delay: 0.2s;
}

.global-navi__hamburger_bar2,
.global-navi__hamburger_bar3 {
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-duration: 0.45s;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  transform-origin: 50% 50%;
}

.global-navi__hamburger_bar2 {
  transform: translateY(-8px);
}

.is--active .global-navi__hamburger_bar2 {
  animation-name: hamburgerBar1In;
}

.is--closing .global-navi__hamburger_bar2 {
  animation-name: hamburgerBar1Out;
}

.global-navi__hamburger_bar3 {
  transform: translateY(8px);
}

.is--active .global-navi__hamburger_bar3 {
  animation-name: hamburgerBar3In;
}

.is--closing .global-navi__hamburger_bar3 {
  animation-name: hamburgerBar3Out;
}

.global-navi__wrap {
  box-sizing: border-box;
}

@media screen and (max-width: 959px) {
  .global-navi__wrap {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
  }
  body.is--global-navi-open .global-navi__wrap {
    display: block;
    animation: megaMenuFadeIn 0.2s ease-out;
    background: #fff;
  }
}

@media screen and (min-width: 520px) and (max-width: 959px) {
  .global-navi__wrap {
    padding: 32px 32px 100px;
  }
}

@media screen and (max-width: 519px) {
  .global-navi__wrap {
    padding: 32px 16px 84px;
  }
}

.global-navi__menuBar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0 32px;
}

@media screen and (max-width: 959px) {
  .global-navi__menuBar {
    flex-direction: column;
  }
}

@media screen and (max-width: 959px) {
  .global-navi__menuItem {
    padding: 8px 0;
    border-bottom: solid 1px #b3b3b3;
  }
}

.global-navi__category {
  font-size: 1.6rem;
}

.global-navi__category::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.global-navi__category::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

@media print, (min-width: 960px) {
  .global-navi__category {
    padding: 10px 0;
  }
}

@media screen and (max-width: 959px) {
  .global-navi__category {
    font-size: 1.8rem;
  }
}

.global-navi__category__anchor:hover {
  text-decoration: none;
}

@media print, (min-width: 960px) {
  .global-navi__category__anchor {
    display: inline-block;
    position: relative;
    padding: 6px 0;
    text-decoration: none;
  }
  .global-navi__category__anchor::before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 2px;
    transform: translateX(-50%);
    background: #222;
    transition: width 0.2s ease-out;
  }
}

@media print and (any-hover: hover), (min-width: 960px) and (any-hover: hover) {
  .global-navi__category__anchor:hover::before {
    width: 100%;
  }
}

@media print, (min-width: 960px) {
  .global-navi__category__anchor.is--current {
    font-weight: 700;
  }
  .global-navi__category__anchor.has--icon::before {
    display: none;
  }
  .is--show .global-navi__category__anchor::before {
    width: 100%;
  }
}

@media screen and (max-width: 959px) {
  .global-navi__category__anchor {
    display: block;
    padding: 12px 0;
  }
  .global-navi__category__anchor.is--current {
    font-weight: 700;
  }
  .global-navi__category__anchor.has--sub {
    position: relative;
    padding-right: 44px;
  }
  .global-navi__category__anchor.has--sub::before, .global-navi__category__anchor.has--sub::after {
    content: "";
    display: block;
    position: absolute;
    right: 12px;
    top: 25px;
    width: 20px !important;
    height: 2px !important;
    background: #222;
    border-radius: 1px;
    transition: transform 0.2s ease-out, background 0.2s ease-out;
  }
  .global-navi__category__anchor.has--sub::after {
    transform: rotate(90deg);
  }
  .global-navi__category__anchor.has--sub.is--open::after, .global-navi__category__anchor.has--sub.is--show::after {
    transform: rotate(0deg);
  }
}

@media screen and (max-width: 959px) and (any-hover: hover) {
  .global-navi__category__anchor.has--sub:hover::before, .global-navi__category__anchor.has--sub:hover::after {
    background: #6f6f6f;
  }
}

@media print, (min-width: 960px) {
  .global-navi__category__anchor-text {
    position: relative;
  }
  .global-navi__category__anchor-text::before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: -4px;
    transform: translateX(-50%);
    background: #222;
    transition: width 0.2s ease-out;
  }
}

@media print and (any-hover: hover), (min-width: 960px) and (any-hover: hover) {
  .global-navi__category__anchor:hover .global-navi__category__anchor-text::before {
    width: 100%;
  }
}

@media print, (min-width: 960px) {
  .global-navi__category__anchor.is--show .global-navi__category__anchor-text::before {
    width: 100%;
  }
}

.global-navi__submenu {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 1px);
  width: 100%;
  z-index: 1;
}

.global-navi__menuItem.is--show .global-navi__submenu {
  display: block;
}

@media screen and (max-width: 959px) {
  .global-navi__submenu {
    position: static;
  }
}

.global-navi__submenu-inner {
  width: auto;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
  background: #fff;
  padding-bottom: 44px;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .global-navi__submenu-inner {
    max-width: initial;
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 519px) {
  .global-navi__submenu-inner {
    max-width: initial;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.global-navi__menuItem.is--show .global-navi__submenu-inner {
  animation: megaMenuFadeIn 0.2s ease-out;
}

@media screen and (max-width: 959px) {
  .global-navi__submenu-inner {
    opacity: 1;
    padding: 0 0 4px;
  }
}

.global-navi__submenu__title {
  margin-top: 44px;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
}

.global-navi__submenu__title::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.global-navi__submenu__title::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

@media screen and (max-width: 959px) {
  .global-navi__submenu__title {
    margin-top: 0;
    font-size: 1.4rem;
    font-weight: 400;
  }
}

@media print, (min-width: 960px) {
  .global-navi__submenu__title a {
    color: #000;
  }
}

@media screen and (max-width: 959px) {
  .global-navi__submenu__title a {
    display: block;
    position: relative;
    padding: 12px 0;
  }
}

.global-navi__submenu__links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px 40px;
  margin-top: 44px;
}

@media screen and (max-width: 959px) {
  .global-navi__submenu__links {
    grid-template-columns: 1fr;
    gap: 0 0;
    margin-top: 0;
  }
}

@media screen and (max-width: 959px) {
  .global-navi__submenu__links a {
    display: block;
    padding: 12px 0;
  }
}

.global-navi__submenu__link {
  font-size: 1.6rem;
}

.global-navi__submenu__link::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.global-navi__submenu__link::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

@media screen and (max-width: 959px) {
  .global-navi__submenu__link {
    font-size: 1.4rem;
  }
}

.global-navi__submenu__banners {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px 40px;
  margin-top: 44px;
  padding-top: 44px;
  border-top: solid 1px #b3b3b3;
}

@media screen and (max-width: 959px) {
  .global-navi__submenu__banners {
    display: none;
  }
}

.global-navi__submenu__banner a {
  display: flex;
  align-items: center;
  gap: 0 16px;
  font-size: 1.4rem;
}

.global-navi__submenu__banner__image {
  flex: 0 0 auto;
  width: 130px;
  position: relative;
}

.global-navi__submenu__banner__image img {
  max-width: 100%;
  height: auto;
  opacity: 1;
  transition: opacity 0.2s ease-out;
}

.global-navi__submenu__banner__image:after {
  transition: border 0.2s ease-out;
}

@media (any-hover: hover) {
  a:hover .global-navi__submenu__banner__image img {
    opacity: 0.7;
  }
  a:hover .global-navi__submenu__banner__image:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    box-sizing: border-box;
  }
}

.global-navi__submenu__close {
  position: absolute;
  top: 0;
  right: 80px;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .global-navi__submenu__close {
    right: 32px;
  }
}

@media screen and (max-width: 959px) {
  .global-navi__submenu__close {
    display: none;
  }
}

.global-navi__submenu__close button {
  border: none;
  background: transparent;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: 50% 50% no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cdefs%3E%3Cstyle%3E.a%2C.b%7Bfill%3Anone%3B%7D.b%7Bstroke%3A%23222%3Bstroke-linecap%3Around%3Bstroke-width%3A2px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22a%22%20width%3D%2224%22%20height%3D%2224%22%2F%3E%3Cg%20transform%3D%22translate(-390%20-102)%22%3E%3Cpath%20class%3D%22b%22%20d%3D%22M-24192-13033l20%2C20%22%20transform%3D%22translate(24584%2013137)%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M-24172-13033l-20%2C20%22%20transform%3D%22translate(24584%2013137)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.global-navi__submenu__close button::-webkit-search-decoration {
  display: none;
}

@media (any-hover: hover) {
  .global-navi__submenu__close button:hover {
    opacity: 0.62;
  }
}

.global-navi__utility {
  display: none;
}

@media screen and (max-width: 959px) {
  .global-navi__utility {
    display: block;
    padding: 20px 0 0;
  }
}

@media print, (min-width: 960px) {
  .Index .global-navi__icon-black {
    display: none;
  }
}

@media print, (min-width: 960px) {
  body:not(.Index) .global-navi__icon-white {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .global-navi__icon-white {
    display: none;
  }
}

.Index .global-navi {
  background: rgba(0, 0, 0, 0.7);
  border-bottom: none;
}

@media print, (min-width: 960px) {
  .Index .global-navi.global-navi--border {
    border-top: solid 1px #6e6e6e;
  }
}

.Index .global-navi__hamburger_bar1,
.Index .global-navi__hamburger_bar2,
.Index .global-navi__hamburger_bar3 {
  background: #fff;
}

@media screen and (max-width: 959px) {
  .Index .global-navi__menuItem {
    border-bottom: solid 1px #b3b3b3;
  }
}

@media print, (min-width: 960px) {
  .Index .global-navi__category__anchor {
    color: #fff;
  }
  .Index .global-navi__category__anchor::before {
    background: #fff;
  }
}

.Index .global-navi__category__anchor-text::before {
  background: #fff;
}

.footer-sitemap {
  background: #fff;
  color: #111;
}

.footer-sitemap a {
  color: #111;
}

.footer-sitemap-inner {
  width: auto;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 100px;
  padding-bottom: 44px;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .footer-sitemap-inner {
    max-width: initial;
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 519px) {
  .footer-sitemap-inner {
    max-width: initial;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 959px) {
  .footer-sitemap-inner {
    padding-top: 84px;
    padding-bottom: 44px;
  }
}

.footer-sitemap__menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 0 40px;
}

@media screen and (min-width: 960px) and (max-width: 1099px) {
  .footer-sitemap__menu {
    gap: 0 32px;
  }
}

@media screen and (max-width: 959px) {
  .footer-sitemap__menu {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media screen and (max-width: 959px) {
  .footer-sitemap__menuItem {
    border-bottom: solid 1px #6e6e6e;
    padding: 8px 0;
  }
}

.footer-sitemap__menuItem:last-child {
  border-bottom: none;
}

.footer-sitemap__category {
  font-size: 1.6rem;
  font-weight: 500;
}

.footer-sitemap__category::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.footer-sitemap__category::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

@media screen and (max-width: 959px) {
  .footer-sitemap__category {
    font-size: 1.8rem;
    font-weight: 400;
  }
}

@media screen and (max-width: 959px) {
  .footer-sitemap__category__anchor {
    display: block;
    position: relative;
    padding: 12px 2.33em 12px 0;
    position: relative;
    padding-right: 44px;
  }
  .footer-sitemap__category__anchor:hover {
    text-decoration: none;
  }
  .footer-sitemap__category__anchor::before, .footer-sitemap__category__anchor::after {
    content: "";
    display: block;
    position: absolute;
    right: 12px;
    top: 25px;
    width: 20px !important;
    height: 2px !important;
    background: #fff;
    border-radius: 1px;
    transition: transform 0.2s ease-out, background 0.2s ease-out;
  }
  .footer-sitemap__category__anchor::after {
    transform: rotate(90deg);
  }
  .footer-sitemap__category__anchor.is--open::after, .footer-sitemap__category__anchor.is--show::after {
    transform: rotate(0deg);
  }
}

@media screen and (max-width: 959px) and (any-hover: hover) {
  .footer-sitemap__category__anchor:hover::before, .footer-sitemap__category__anchor:hover::after {
    background: #898989;
  }
}

@media screen and (max-width: 959px) {
  .footer-sitemap__links {
    display: none;
    padding-bottom: 4px;
  }
}

.footer-sitemap__link {
  margin-top: 24px;
  font-size: 1.2rem;
}

.footer-sitemap__link::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.footer-sitemap__link::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

@media screen and (max-width: 959px) {
  .footer-sitemap__link {
    margin-top: 0;
    font-size: 1.4rem;
  }
  .footer-sitemap__link a {
    display: block;
    padding: 12px 0;
  }
}

.footer-sitemap__link--top {
  display: none;
}

@media screen and (max-width: 959px) {
  .footer-sitemap__link--top {
    display: block;
  }
}

.footer {
  background: #fff;
  color: #111;
}

.footer a {
  color: #111;
}

.footer__row.footer__row--border {
  border-top: solid 1px #6e6e6e;
}

.footer__row-inner {
  width: auto;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 32px;
  padding-bottom: 32px;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .footer__row-inner {
    max-width: initial;
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 519px) {
  .footer__row-inner {
    max-width: initial;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.footer__row:last-of-type .footer__row-inner {
  padding-bottom: 64px;
}

.footer__divider1 {
  display: flex;
  justify-content: space-between;
  gap: 32px 40px;
}

.footer__divider1.footer__divider--border {
  margin-top: -32px;
  border-top: solid 1px #6e6e6e;
  padding-top: 32px;
}

@media screen and (max-width: 1099px) {
  .footer__divider1 {
    flex-direction: column;
    gap: 32px 0;
  }
}

.footer__information__links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 32px;
}

.footer__information__link {
  font-size: 1.4rem;
}

.footer__information__link::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.footer__information__link::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

@media screen and (max-width: 959px) {
  .footer__information__link {
    font-size: 1.2rem;
  }
}

.footer__sns__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0 32px;
}

.footer__sns__link::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.footer__sns__link::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

@media (any-hover: hover) {
  .footer__sns__link :hover img {
    opacity: 0.50;
  }
}

.footer__divider2 {
  display: flex;
  justify-content: space-between;
  gap: 32px 40px;
}

@media screen and (min-width: 960px) and (max-width: 1099px) {
  .footer__divider2 {
    gap: 32px 32px;
  }
}

@media screen and (max-width: 959px) {
  .footer__divider2 {
    flex-direction: column;
    gap: 32px 0;
  }
}

.footer__utility__links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 32px;
}

.footer__utility__link {
  font-size: 1.4rem;
}

.footer__utility__link::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.footer__utility__link::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

@media screen and (max-width: 959px) {
  .footer__utility__link {
    font-size: 1.2rem;
  }
}

.footer__globalSite {
  display: none;
}

@media screen and (max-width: 959px) {
  .footer__globalSite {
    display: initial;
    border-top: solid 1px #6e6e6e;
    margin: 0 -32px;
    padding: 32px 32px 0;
    font-size: 1.2rem;
  }
  .footer__globalSite::before {
    display: block;
    width: 0;
    height: 1px;
    margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
    content: "";
  }
  .footer__globalSite::after {
    display: block;
    width: 0;
    height: 1px;
    margin-top: calc(-1px + (1 - 1.5) * 0.4em);
    content: "";
  }
  .footer__globalSite a::after {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: -0.4em 0 0 0.67em;
    background-image: url("../img/icon_global_white.svg");
    background-size: cover;
  }
}

@media screen and (max-width: 519px) {
  .footer__globalSite {
    margin: 0 -16px;
    padding: 32px 16px 0;
  }
}

.footer__logo {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  align-items: flex-start;
  gap: 16px 0;
}

@media screen and (max-width: 959px) {
  .footer__logo {
    align-self: flex-end;
  }
}

.footer__brand > img {
  display: block;
}

.footer__copyright {
  font-size: 1.2rem;
}

.footer__copyright::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.footer__copyright::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.PageSimple .footer__copyright {
  text-align: right;
}

.c-link-pagetop {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 10px #000000eb;
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: all 0.2s ease-out;
  opacity: 0;
  visibility: hidden;
}

.no-js .c-link-pagetop {
  opacity: 1;
  visibility: visible;
}

@media (any-hover: hover) {
  .c-link-pagetop:hover {
    background-color: #dbdbdb;
  }
}

.c-link-pagetop.is--visible {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}

@media screen and (max-width: 1099px) {
  .c-link-pagetop {
    width: 40px;
    height: 40px;
  }
}

.c-link-pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: 50% 50% no-repeat url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2212%22%20viewBox%3D%220%200%2024%2012%22%3E%3Cg%20transform%3D%22translate(-17.967%20-15.298)%22%3E%3Cpath%20d%3D%22M22.91%2C12a1.088%2C1.088%2C0%2C0%2C1-.717-.268L12.008%2C2.875%2C1.8%2C11.7A1.1%2C1.1%2C0%2C0%2C1%2C.267%2C11.6a1.081%2C1.081%2C0%2C0%2C1%2C.106-1.529L12.011%2C0%2C23.628%2C10.1A1.083%2C1.083%2C0%2C0%2C1%2C22.91%2C12Z%22%20transform%3D%22translate(17.967%2015.298)%22%20fill%3D%22%236f6f6f%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@media screen and (max-width: 1099px) {
  .c-link-pagetop a {
    background-size: 1em 1em;
  }
}

.c-icon {
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
  line-height: 1;
  margin: 0 0.5em 0.2em;
  vertical-align: middle;
}

.c-table-responsive-note .c-icon {
  width: 1.43em;
  height: 1.43em;
  margin-left: 0.57em;
  margin-right: 0.57em;
  vertical-align: text-top;
}

.c-icon img {
  width: 100%;
  height: auto;
}

.c-icon--file {
  display: inline-block;
  position: relative;
  width: 0.875em;
  height: 1em;
  line-height: 1;
  margin: 0 0.5em 0.2em;
  vertical-align: middle;
}

.c-icon--file img {
  width: 100%;
  height: auto;
}

.c-icon--rss-link {
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #222;
  transition: color 0.2s ease-out;
}

@media (any-hover: hover) {
  .c-icon--rss-link:hover {
    color: #6f6f6f;
  }
}

.c-icon--rss-link svg {
  fill: currentColor;
}

.c-icon--right {
  margin-left: 0;
}

.c-icon--left {
  margin-right: 0;
}

.c-icon--05x {
  width: 0.5em;
  height: 0.5em;
}

.c-icon--06x {
  width: 0.6em;
  height: 0.6em;
}

.c-icon--07x {
  width: 0.7em;
  height: 0.7em;
}

.c-icon--08x {
  width: 0.8em;
  height: 0.8em;
}

.c-icon--09x {
  width: 0.9em;
  height: 0.9em;
}

.c-icon--1x {
  width: 1.1em;
  height: 1.1em;
}

.c-icon--2x {
  width: 1.2em;
  height: 1.2em;
}

.c-icon--3x {
  width: 1.3em;
  height: 1.3em;
}

.c-icon--4x {
  width: 1.4em;
  height: 1.4em;
}

.c-icon--5x {
  width: 1.5em;
  height: 1.5em;
}

.c-icon--6x {
  width: 1.6em;
  height: 1.6em;
}

.c-icon--7x {
  width: 1.7em;
  height: 1.7em;
}

.c-icon--8x {
  width: 1.8em;
  height: 1.8em;
}

.c-icon--9x {
  width: 1.9em;
  height: 1.9em;
}

.c-icon--10x {
  width: 2em;
  height: 2em;
}

.c-icon--ng1x {
  width: 0.9em;
  height: 0.9em;
}

.c-icon--ng2x {
  width: 0.8em;
  height: 0.8em;
}

.c-icon--ng3x {
  width: 0.7em;
  height: 0.7em;
}

.c-icon--ng4x {
  width: 0.6em;
  height: 0.6em;
}

.c-icon--ng5x {
  width: 0.5em;
  height: 0.5em;
}

.c-icon--ng6x {
  width: 0.4em;
  height: 0.4em;
}

.c-icon--ng7x {
  width: 0.3em;
  height: 0.3em;
}

.c-icon--ng8x {
  width: 0.2em;
  height: 0.2em;
}

.c-icon--ng9x {
  width: 0.1em;
  height: 0.1em;
}

.c-icon__right--up::after,
.c-link-local-back a::after {
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  height: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  content: url("data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgOTAuNzEgOTAuNzEiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojNjY2O308L3N0eWxlPjwvZGVmcz48dGl0bGU+dXA8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTg4LjcsMzkuNTIsNTAuMTgsMmE2Ljg5LDYuODksMCwwLDAtOS42NSwwTDIsMzkuNTJBNi42NSw2LjY1LDAsMCwwLDIsNDlhNi44OCw2Ljg4LDAsMCwwLDkuNjQsMEwzNi4yNywyNi41MlY4Ni4zN2MwLDQsNS4xNyw0LjMzLDkuMDksNC4zM3M5LjA5LS4zNSw5LjA5LTQuMzNWMjYuNTJMNzkuMDYsNDlhNi44OCw2Ljg4LDAsMCwwLDkuNjQsMEE2LjYzLDYuNjMsMCwwLDAsODguNywzOS41MloiLz48L3N2Zz4=");
}

@media screen and (max-width: 1099px) {
  .c-table.c-table-accordion--2col {
    border-top: none;
    border-left: none;
  }
  .c-table.c-table-accordion--2col th {
    border-top: 1px solid #b3b3b3;
  }
  .c-table.c-table-accordion--2col th,
  .c-table.c-table-accordion--2col td {
    border-right: none;
  }
  .c-table.c-table-accordion--2col tbody tr th {
    position: relative;
    padding-right: 44px;
    cursor: pointer;
    border-bottom-width: 0;
    padding-left: 0;
    background: transparent;
  }
  .c-table.c-table-accordion--2col tbody tr th::before, .c-table.c-table-accordion--2col tbody tr th::after {
    content: "";
    display: block;
    position: absolute;
    right: 12px;
    top: 27px;
    width: 20px !important;
    height: 2px !important;
    background: #222;
    border-radius: 1px;
    transition: transform 0.2s ease-out, background 0.2s ease-out;
  }
  .c-table.c-table-accordion--2col tbody tr th::after {
    transform: rotate(90deg);
  }
  .c-table.c-table-accordion--2col tbody tr th.is--open::after, .c-table.c-table-accordion--2col tbody tr th.is--show::after {
    transform: rotate(0deg);
  }
}

@media screen and (max-width: 1099px) and (any-hover: hover) {
  .c-table.c-table-accordion--2col tbody tr th:hover::before, .c-table.c-table-accordion--2col tbody tr th:hover::after {
    background: #6f6f6f;
  }
}

@media screen and (max-width: 1099px) {
  .c-table.c-table-accordion--2col tbody tr td {
    padding: 0 0 24px;
  }
  .c-table.c-table-accordion--2col dl dt {
    font-weight: 500;
    margin-top: 24px;
  }
  .c-table.c-table-accordion--2col dl dt::before {
    display: block;
    width: 0;
    height: 1px;
    margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
    content: "";
  }
  .c-table.c-table-accordion--2col dl dt::after {
    display: block;
    width: 0;
    height: 1px;
    margin-top: calc(-1px + (1 - 1.5) * 0.4em);
    content: "";
  }
  .c-table.c-table-accordion--2col dl dt:first-child {
    margin-top: 0;
  }
  .c-table.c-table-accordion--2col dl dd {
    margin-top: 12px;
  }
  .c-table.c-table-accordion--2col dl dd::before {
    display: block;
    width: 0;
    height: 1px;
    margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
    content: "";
  }
  .c-table.c-table-accordion--2col dl dd::after {
    display: block;
    width: 0;
    height: 1px;
    margin-top: calc(-1px + (1 - 1.5) * 0.4em);
    content: "";
  }
}

@media screen and (max-width: 1099px) {
  .c-table.c-table-accordion thead,
  .c-table.c-table-accordion tbody {
    display: none;
  }
}

.c-accordion {
  margin-top: 32px;
}

.c-accordion__section {
  border-bottom: 1px solid #b3b3b3;
}

.c-accordion__section:first-child {
  border-top: 1px solid #b3b3b3;
}

.c-accordion__section__title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  cursor: pointer;
}

.c-accordion__section__title__heading {
  position: relative;
  padding-right: 44px;
  font-weight: inherit;
  display: block;
  padding: 22px 52px 25px 0;
}

.c-accordion__section__title__heading::before, .c-accordion__section__title__heading::after {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: 39px;
  width: 20px !important;
  height: 2px !important;
  background: #222;
  border-radius: 1px;
  transition: transform 0.2s ease-out, background 0.2s ease-out;
}

.c-accordion__section__title__heading::after {
  transform: rotate(90deg);
}

.c-accordion__section__title__heading.is--open::after, .c-accordion__section__title__heading.is--show::after {
  transform: rotate(0deg);
}

@media (any-hover: hover) {
  .c-accordion__section__title__heading:hover::before, .c-accordion__section__title__heading:hover::after {
    background: #6f6f6f;
  }
}

.u-hd-font-a .c-accordion__section__title__heading::before,
.u-hd-font-a .c-accordion__section__title__heading::after {
  top: 52px;
}

.u-hd-font-b .c-accordion__section__title__heading::before,
.u-hd-font-b .c-accordion__section__title__heading::after {
  top: 44px;
}

.u-hd-font-c .c-accordion__section__title__heading::before,
.u-hd-font-c .c-accordion__section__title__heading::after {
  top: 39px;
}

.u-hd-font-d .c-accordion__section__title__heading::before,
.u-hd-font-d .c-accordion__section__title__heading::after {
  top: 37px;
}

.u-hd-font-e .c-accordion__section__title__heading::before,
.u-hd-font-e .c-accordion__section__title__heading::after {
  top: 36px;
}

.c-accordion__section__content {
  display: none;
  padding: 0 0 24px;
  border: none;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #222;
}

.c-accordion__section__content > *:first-child {
  margin-top: 0;
}

.c-accordion--type-qa [class*="u-hd-font-"] .c-accordion__section__title__heading {
  padding-left: 1.5em;
}

.c-accordion--type-qa .c-accordion__section__title__heading {
  padding-left: 30px;
}

.c-accordion--type-qa .c-accordion__section__content {
  position: relative;
  margin-top: 0;
  padding: 0 0 24px 30px;
}

.c-accordion-controller {
  margin-top: 32px;
  text-align: right;
}

.c-accordion-controller + .c-accordion {
  margin-top: 24px;
}

.c-accordion__section__marker-q {
  position: absolute;
  left: 0;
  top: 22px;
  color: #000;
  line-height: 1.5;
}

.c-accordion__section__marker-a {
  color: #222;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.6rem;
  line-height: 1.9;
}

.c-accordion-controller__toggle {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.6rem;
  color: #222;
  line-height: 1.5;
  position: relative;
  padding-right: 44px;
}

.c-accordion-controller__toggle::before, .c-accordion-controller__toggle::after {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  width: 20px !important;
  height: 2px !important;
  background: #222;
  border-radius: 1px;
  transition: transform 0.2s ease-out, background 0.2s ease-out;
}

.c-accordion-controller__toggle::after {
  transform: rotate(90deg);
}

.c-accordion-controller__toggle.is--open::after, .c-accordion-controller__toggle.is--show::after {
  transform: rotate(0deg);
}

@media (any-hover: hover) {
  .c-accordion-controller__toggle:hover::before, .c-accordion-controller__toggle:hover::after {
    background: #6f6f6f;
  }
}

@media (any-hover: hover) {
  .c-accordion-controller__toggle:hover {
    text-decoration: none;
  }
}

.c-accordion--group .c-accordion__section__title {
  padding-right: 0;
  cursor: auto;
}

.c-accordion--group .c-accordion__section__title__heading::before,
.c-accordion--group .c-accordion__section__title__heading::after {
  display: none;
}

@media screen and (max-width: 1099px) {
  .c-accordion-local {
    margin-top: 32px;
  }
  .c-accordion-local .c-accordion__section__title {
    cursor: pointer;
  }
}

@media screen and (max-width: 1099px) {
  .c-accordion-local__section {
    border-top: 1px solid #b3b3b3;
  }
  .c-accordion-local__section:last-of-type {
    border-bottom: 1px solid #b3b3b3;
  }
}

@media screen and (max-width: 1099px) {
  .c-accordion-local__section__title {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 2.2rem;
    line-height: 1.5;
    color: #000;
    cursor: pointer;
  }
  .c-accordion-local__section__title::before, .c-accordion-local__section__title::after {
    display: none !important;
  }
}

@media screen and (max-width: 1099px) {
  .c-accordion-local__section__title__heading {
    display: block;
    position: relative;
    padding-right: 44px;
    padding: 22px 52px 25px 0;
  }
  .c-accordion-local__section__title__heading::before, .c-accordion-local__section__title__heading::after {
    content: "";
    display: block;
    position: absolute;
    right: 12px;
    top: 39px;
    width: 20px !important;
    height: 2px !important;
    background: #222;
    border-radius: 1px;
    transition: transform 0.2s ease-out, background 0.2s ease-out;
  }
  .c-accordion-local__section__title__heading::after {
    transform: rotate(90deg);
  }
  .c-accordion-local__section__title__heading.is--open::after, .c-accordion-local__section__title__heading.is--show::after {
    transform: rotate(0deg);
  }
}

@media screen and (max-width: 1099px) and (any-hover: hover) {
  .c-accordion-local__section__title__heading:hover::before, .c-accordion-local__section__title__heading:hover::after {
    background: #6f6f6f;
  }
}

@media screen and (max-width: 1099px) {
  .u-hd-font-a .c-accordion-local__section__title__heading::before,
  .u-hd-font-a .c-accordion-local__section__title__heading::after {
    top: 52px !important;
  }
  .c-heading-b .c-accordion-local__section__title__heading::before,
  .c-heading-b .c-accordion-local__section__title__heading::after {
    top: 44px;
  }
  .u-hd-font-b .c-accordion-local__section__title__heading::before,
  .u-hd-font-b .c-accordion-local__section__title__heading::after {
    top: 44px !important;
  }
  .c-heading-c .c-accordion-local__section__title__heading::before,
  .c-heading-c .c-accordion-local__section__title__heading::after {
    top: 39px;
  }
  .u-hd-font-c .c-accordion-local__section__title__heading::before,
  .u-hd-font-c .c-accordion-local__section__title__heading::after {
    top: 39px !important;
  }
  .c-heading-d .c-accordion-local__section__title__heading::before,
  .c-heading-d .c-accordion-local__section__title__heading::after {
    top: 37px;
  }
  .u-hd-font-d .c-accordion-local__section__title__heading::before,
  .u-hd-font-d .c-accordion-local__section__title__heading::after {
    top: 37px !important;
  }
  .c-heading-e .c-accordion-local__section__title__heading::before,
  .c-heading-e .c-accordion-local__section__title__heading::after {
    top: 36px;
  }
  .u-hd-font-e .c-accordion-local__section__title__heading::before,
  .u-hd-font-e .c-accordion-local__section__title__heading::after {
    top: 36px !important;
  }
}

@media screen and (max-width: 1099px) {
  .c-accordion-local__section__content {
    display: none;
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 1099px) {
  .c-accordion-local__section__content > *:first-child {
    margin-top: 0;
  }
}

.c-figure img {
  width: 100%;
  height: auto;
}

.c-figure figcaption {
  margin-top: 12px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #222;
}

.c-figure figcaption::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-figure figcaption::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.c-figure.c-figure--fix {
  text-align: center;
  margin: 0 auto;
}

.c-figure.c-figure--fix img {
  width: auto;
  max-width: 100%;
}

.c-figure--frame .c-figure--frame__inner {
  position: relative;
}

.c-figure--frame .c-figure--frame__inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #949494;
  box-sizing: border-box;
}

.c-figure__video__inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.c-figure__video__inner iframe,
.c-figure__video__inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.c-form {
  margin-top: 32px;
  font-size: 1.6rem;
}

.c-form::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc((28px + 1px) * -1);
}

.c-form__group {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0 40px;
  padding-bottom: 32px;
}

.c-form__group.c-form__group--narrow {
  margin-top: -14px;
}

@media screen and (max-width: 519px) {
  .c-form__group.c-form__group--narrow {
    margin-top: 0;
  }
}

.c-form__group.c-form__group--narrow.has--error {
  margin-top: 0;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .c-form__group {
    gap: 0 32px;
  }
}

@media screen and (max-width: 519px) {
  .c-form__group {
    gap: 0;
    flex-direction: column;
  }
}

.c-form__title {
  width: calc((100% - 40px) * 0.4);
  flex: 0 0 auto;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .c-form__title {
    width: calc((100% - 32px) * 0.375);
  }
}

@media screen and (max-width: 519px) {
  .c-form__title {
    width: 100%;
    margin-bottom: 8px;
  }
}

.c-form__label {
  display: block;
  margin-top: 14px;
}

.c-form__label.c-form__label--no-icon {
  padding-left: 0;
}

.has--error .c-form__label {
  margin-top: 0;
}

@media screen and (max-width: 519px) {
  .c-form__label {
    margin-top: 0;
  }
}

.c-form__label__text {
  display: block;
  position: relative;
  font-weight: 500;
  padding-left: 3.8em;
  box-sizing: border-box;
}

.c-form__label__text::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-form__label__text::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.c-form__icon {
  background: #dbdbdb;
  border-radius: 2px;
  padding: 0 12px;
  font-size: 1.4rem;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: -0.2em;
}

.c-form__icon.is--required {
  color: #fff;
  background: #e10000;
}

.c-form__content {
  width: calc((100% - 40px) * 0.6);
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .c-form__content {
    width: calc((100% - 32px) * 0.625);
  }
}

@media screen and (max-width: 519px) {
  .c-form__content {
    width: 100%;
  }
}

.c-form__errorText {
  color: #e10000;
  font-size: 1.4rem;
  margin: 14px 0 8px;
}

.c-form__errorText::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-form__errorText::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.has--error .c-form__errorText {
  margin-top: 0;
}

@media screen and (max-width: 519px) {
  .c-form__errorText {
    margin-top: 0;
  }
}

.c-form__description {
  display: block;
  font-size: 1.4rem;
  margin-top: 8px;
}

.c-form__description::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-form__description::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.c-form__control {
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #949494;
  border-radius: 6px;
  width: 100%;
  min-height: 44px;
  padding: 0.5em 0.5em;
  box-sizing: border-box;
  resize: vertical;
}

textarea.c-form__control {
  min-height: 125px;
}

.has--error .c-form__control {
  background-color: #fff4f4;
}

.c-form__radio,
.c-form__checkbox {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 14px;
}

@media screen and (max-width: 519px) {
  .c-form__radio,
  .c-form__checkbox {
    margin-top: 0;
  }
}

.c-form__radio label::before,
.c-form__checkbox label::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-form__radio label::after,
.c-form__checkbox label::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.c-form__radio--inline,
.c-form__checkbox--inline {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px 32px;
}

.c-form__radio label,
.c-form__checkbox label {
  padding-left: 1.5em;
}

.c-form__radio [type="radio"],
.c-form__checkbox [type="checkbox"] {
  margin-left: -1.5em;
  margin-right: 0.5em;
  width: 1em;
}

.c-form__select {
  background: #fff;
  border: 1px solid #949494;
  border-radius: 6px;
  height: 44px;
  padding: 0.5em;
  box-sizing: border-box;
  max-width: calc(100% - 44px);
}

.has--error .c-form__select {
  background: #fff4f4;
}

.c-form-paging {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}

@media screen and (max-width: 519px) {
  .c-form-paging {
    flex-direction: column;
    align-items: center;
  }
}

.c-formError {
  color: #e10000;
  background: #fff4f4;
  margin-top: 32px;
  padding: 24px;
}

.c-formError p {
  font-size: 1.6rem;
}

.c-formError p::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-formError p::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.c-grid {
  display: grid;
  gap: 60px 40px;
  margin: 20px auto 0;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .c-grid {
    gap: 0 32px;
  }
}

@media screen and (max-width: 519px) {
  .c-grid {
    gap: 0 20px;
  }
}

@media screen and (max-width: 1099px) {
  .c-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 1099px) {
  .c-grid.c-grid--colhold {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-grid__item {
  box-sizing: border-box;
}

@media print, (min-width: 1100px) {
  .c-grid__item > *:first-child {
    margin-top: 0;
  }
}

@media print, (min-width: 1100px) {
  .c-grid__item > *:first-child.c-list li:first-child {
    margin-top: 0;
  }
}

.c-grid__col1 {
  grid-template-columns: repeat(1, 1fr);
}

@media screen and (max-width: 1099px) {
  .c-grid__col1 {
    grid-template-columns: none;
  }
}

.c-grid__col2 {
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 1099px) {
  .c-grid__col2 {
    grid-template-columns: none;
  }
}

.c-grid__col3 {
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 1099px) {
  .c-grid__col3 {
    grid-template-columns: none;
  }
}

.c-grid__col4 {
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 1099px) {
  .c-grid__col4 {
    gap: 0;
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-grid__col5 {
  grid-template-columns: repeat(5, 1fr);
}

@media screen and (max-width: 1099px) {
  .c-grid__col5 {
    grid-template-columns: none;
  }
}

.c-grid__col6 {
  grid-template-columns: repeat(6, 1fr);
}

@media screen and (max-width: 1099px) {
  .c-grid__col6 {
    grid-template-columns: none;
  }
}

.c-grid__col7 {
  grid-template-columns: repeat(7, 1fr);
}

@media screen and (max-width: 1099px) {
  .c-grid__col7 {
    grid-template-columns: none;
  }
}

.c-grid__col8 {
  grid-template-columns: repeat(8, 1fr);
}

@media screen and (max-width: 1099px) {
  .c-grid__col8 {
    grid-template-columns: none;
  }
}

.c-grid__col9 {
  grid-template-columns: repeat(9, 1fr);
}

@media screen and (max-width: 1099px) {
  .c-grid__col9 {
    grid-template-columns: none;
  }
}

.c-grid__col10 {
  grid-template-columns: repeat(10, 1fr);
}

@media screen and (max-width: 1099px) {
  .c-grid__col10 {
    grid-template-columns: none;
  }
}

.c-grid__col11 {
  grid-template-columns: repeat(11, 1fr);
}

@media screen and (max-width: 1099px) {
  .c-grid__col11 {
    grid-template-columns: none;
  }
}

.c-grid__col12 {
  grid-template-columns: repeat(12, 1fr);
}

@media screen and (max-width: 1099px) {
  .c-grid__col12 {
    grid-template-columns: none;
  }
}

.c-grid__col1-2 {
  grid-template-columns: 1fr 2fr;
}

@media screen and (max-width: 1099px) {
  .c-grid__col1-2 {
    grid-template-columns: none;
  }
}

.c-grid__col2-1 {
  grid-template-columns: 2fr 1fr;
}

@media screen and (max-width: 1099px) {
  .c-grid__col2-1 {
    grid-template-columns: none;
  }
}

.c-grid__col1-3 {
  grid-template-columns: 1fr 3fr;
}

@media screen and (max-width: 1099px) {
  .c-grid__col1-3 {
    grid-template-columns: none;
  }
}

.c-grid__col3-1 {
  grid-template-columns: 3fr 1fr;
}

@media screen and (max-width: 1099px) {
  .c-grid__col3-1 {
    grid-template-columns: none;
  }
}

.c-grid__col2--center,
.c-grid__col3--center,
.c-grid__col4--center {
  justify-items: center;
  align-items: center;
}

@media screen and (max-width: 1099px) {
  .c-grid__col2--center .c-grid__item,
  .c-grid__col3--center .c-grid__item,
  .c-grid__col4--center .c-grid__item {
    width: 100%;
  }
}

.c-grid__col2--center {
  width: calc(50% - (40px / 2));
}

@media screen and (max-width: 1099px) {
  .c-grid__col2--center {
    width: 100%;
  }
}

.c-grid__col3--center {
  width: calc((100% - (40px * 2)) / 3);
}

@media screen and (max-width: 1099px) {
  .c-grid__col3--center {
    width: 100%;
  }
}

.c-grid__col4--center {
  width: calc((100% / 4) - calc(120px / 4));
}

@media screen and (max-width: 1099px) {
  .c-grid__col4--center {
    width: 100%;
  }
}

@media screen and (max-width: 1099px) {
  .c-grid__col3--center-double,
  .c-grid__col3-4--center {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1099px) {
  .c-grid__col3--center-double.c-grid--colhold,
  .c-grid__col3-4--center.c-grid--colhold {
    display: grid;
  }
}

@media screen and (max-width: 1099px) {
  .c-grid__col3--center-double.c-grid--colhold .c-grid__item,
  .c-grid__col3-4--center.c-grid--colhold .c-grid__item {
    width: 100%;
  }
}

.c-grid__col3--center-double {
  grid-template-columns: repeat(2, 1fr);
  width: calc((((100% - (40px * 2)) / 3) * 2) + 40px);
}

@media screen and (max-width: 1099px) {
  .c-grid__col3--center-double {
    width: 100%;
    grid-template-columns: none;
  }
}

.c-grid__col3-4--center {
  width: calc((100% / 4 * 3) - 20px);
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .c-grid__col3-4--center {
    width: calc((100% / 4 * 3) - 16px);
  }
}

@media screen and (max-width: 519px) {
  .c-grid__col3-4--center {
    width: calc((100% / 4 * 3) - 10px);
  }
}

.c-heading-a {
  margin: 60px 0;
  position: relative;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}

.c-heading-a::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-heading-a::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

@media screen and (max-width: 519px) {
  .c-heading-a {
    margin: 44px 0;
    font-size: 2.6rem;
  }
}

.c-heading-a + .c-text {
  margin-top: 32px;
}

.c-heading-a + .c-text.c-text--lead {
  margin-top: 20px;
}

.c-heading-header {
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
  margin: 60px 0;
}

@media screen and (max-width: 519px) {
  .c-heading-header {
    flex-direction: column;
    margin: 44px 0;
  }
}

.c-heading-header .c-news-heading-a,
.c-heading-header .c-heading-a {
  margin: 0;
}

.c-heading-header .c-lang-selector {
  flex: 0 0 auto;
  margin-top: 0;
}

@media screen and (max-width: 519px) {
  .c-heading-header .c-lang-selector {
    order: -1;
    margin-bottom: 20px;
  }
}

.c-heading-header + .c-news-heading-b,
.c-heading-header + .c-heading-b {
  margin-top: 60px;
}

@media screen and (max-width: 519px) {
  .c-heading-header + .c-news-heading-b,
  .c-heading-header + .c-heading-b {
    margin-top: 44px;
  }
}

.c-heading-header__inner {
  display: flex;
  flex-direction: column;
}

.c-heading-header__inner .c-text-date {
  order: 2;
}

.c-heading__subtitle {
  order: -1;
  margin-bottom: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

.c-heading__subtitle::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-heading__subtitle::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.c-heading-withIcon {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  column-gap: 40px;
}

@media screen and (max-width: 519px) {
  .c-heading-withIcon {
    column-gap: 0.5em;
  }
}

.c-heading-a .c-heading-withIcon {
  align-items: flex-start;
}

@media screen and (max-width: 519px) {
  .c-heading-a .c-heading-withIcon {
    align-items: baseline;
    margin-top: 0;
  }
}

.c-heading-withIcon__icon {
  display: flex;
  flex: 0 0 auto;
  align-items: flex-start;
  position: relative;
  color: #222;
}

.c-heading-a .c-heading-withIcon__icon {
  margin-top: 14px;
}

@media screen and (max-width: 519px) {
  .c-heading-a .c-heading-withIcon__icon {
    margin-top: 0;
  }
}

.c-heading-withIcon__icon.c-lang-selector {
  margin-top: 0;
}

.c-heading-withIcon__icon .c-icon--rss-link svg {
  position: absolute;
  top: 0;
  right: 0;
}

.c-heading-b {
  margin: 100px 0 32px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}

.c-heading-b::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-heading-b::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

@media screen and (max-width: 519px) {
  .c-heading-b {
    margin: 84px 0 32px;
    font-size: 2.5rem;
  }
}

.c-heading-b + .c-text {
  margin-top: 32px;
}

.c-heading-b + .c-text.c-text--lead {
  margin-top: 20px;
}

.c-heading-c {
  margin: 44px 0 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}

.c-heading-c::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-heading-c::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

@media screen and (max-width: 519px) {
  .c-heading-c {
    font-size: 2.2rem;
  }
}

.c-heading-c + .c-text {
  margin-top: 24px;
}

.c-heading-c + .c-text.c-text--lead {
  margin-top: 20px;
}

.c-heading-c + .c-list {
  margin-top: 24px;
}

.c-heading-c + .c-definitionlist {
  margin-top: 24px;
}

.c-heading-d {
  margin: 32px 0 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}

.c-heading-d::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-heading-d::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.c-heading-e {
  margin: 32px 0 20px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}

.c-heading-e::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-heading-e::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.js-modal__content {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 0;
  z-index: 1001;
}

.js-modal__content > *:first-child {
  margin-top: 0;
}

.js-modal__content .js-modal__close {
  top: 42px;
  right: 0;
}

.mfp-cintainer {
  overflow-y: auto;
}

.js-modal__document {
  padding: 32px;
  background: #fff;
  border-radius: 5px;
}

.js-modal__document > *:first-child {
  margin-top: 0;
}

.js-modal__document .c-heading-b,
.js-modal__document .c-text {
  font-size: 1.6rem;
  line-height: 1.9;
  color: #222;
}

.js-modal__document .c-heading-b::before,
.js-modal__document .c-text::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.js-modal__document .c-heading-b::after,
.js-modal__document .c-text::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.js-modal__title {
  margin-bottom: 32px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}

.js-modal__title::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.js-modal__title::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

@media screen and (max-width: 519px) {
  .js-modal__title {
    font-size: 2.5rem;
  }
}

.js-modal,
.js-v-modal {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #222;
}

.js-modal::before,
.js-v-modal::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.js-modal::after,
.js-v-modal::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.c-link-block .js-modal::before, .c-link-block .js-modal::after, .c-link-block
.js-v-modal::before, .c-link-block
.js-v-modal::after {
  display: none;
}

.js-v-modal__content {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  z-index: 1001;
  overflow: auto;
}

.js-v-modal__content.is--active {
  visibility: visible;
  opacity: 1;
}

@media (any-hover: hover) {
  .js-v-modal__content:hover {
    cursor: pointer;
  }
}

.js-v-modal__content__inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 100px 80px;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .js-v-modal__content__inner {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 519px) {
  .js-v-modal__content__inner {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.js-v-modal__document {
  position: relative;
  width: 100%;
  cursor: auto;
}

.js-v-modal__title {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}

.js-v-modal__title::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.js-v-modal__title::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.js-modal__close {
  position: absolute;
  cursor: pointer;
  top: -58px;
  right: 0;
  opacity: 1;
  width: 58px;
  height: 58px;
  margin: 0;
  padding: 0;
  text-align: right;
  border: none;
  background: transparent;
}

.js-modal__close::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0;
  background: url("../img/icon_close_white.svg") no-repeat 50% 0;
  background-size: contain;
  transition: background 0.2s ease-out;
}

@media (any-hover: hover) {
  .js-modal__close:hover::after {
    background: url("../img/icon_close_white_hover.svg") no-repeat 50% 0;
    background-size: contain;
  }
}

.js-modal__close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.mfp-bg,
.js-v-modal-bg {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(17, 17, 17, 0.9);
  z-index: 1000;
}

@media (any-hover: hover) {
  .mfp-bg:hover,
  .js-v-modal-bg:hover {
    cursor: pointer;
  }
}

.mfp-container {
  padding: 42px 80px 100px;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .mfp-container {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 519px) {
  .mfp-container {
    padding-right: 16px;
    padding-left: 16px;
  }
}

/* overlay at start(for magnific-popup) */
.mfp-fade.mfp-bg,
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: opacity 0.2s;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content,
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
}

.mfp-fade.mfp-bg.mfp-removing,
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.c-link-list {
  margin-top: 20px;
}

.c-link-list li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #222;
}

.c-link-list li:not(:first-child) {
  margin-top: 20px;
}

.c-link-list li a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 1em;
  margin: 0 0 0.2em 0.5em;
  vertical-align: middle;
  background: url("../img/icon_angle-right.svg") no-repeat 0 0;
  background-size: contain;
}

.c-link-list li a.c-link-icon::after {
  display: none;
}

.c-link-list li a[target="_blank"]::after {
  display: none;
}

.c-link-list > li ul,
.c-link-list > li ol {
  margin-top: 20px;
  padding-left: 1em;
}

.c-link-list .c-list {
  margin-top: 20px;
}

.c-link-list.c-link-list--back li a::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 1em;
  margin: 0 0.5em 0.2em 0;
  vertical-align: middle;
  background: url("../img/icon_angle-left.svg") no-repeat 0 0;
  background-size: contain;
}

.c-link-list.c-link-list--back li a::after {
  display: none;
}

@media print, (min-width: 1100px) {
  .c-link-list.c-link-list--2col, .c-link-list.c-link-list--3col, .c-link-list.c-link-list--4col {
    display: grid;
    gap: 20px 40px;
  }
}

@media print, (min-width: 1100px) {
  .c-link-list.c-link-list--2col li, .c-link-list.c-link-list--3col li, .c-link-list.c-link-list--4col li {
    margin-top: 0;
  }
}

@media print, (min-width: 1100px) {
  .c-link-list--inline-block {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px;
  }
}

@media screen and (max-width: 1099px) {
  .c-link-list--inline-block {
    margin-top: 20px;
  }
}

.c-link-list--inline-block > li {
  position: relative;
  margin: 20px 44px 0 0;
}

@media screen and (max-width: 1099px) {
  .c-link-list--inline-block > li {
    margin: 20px 0 0;
  }
}

.c-link-list--inline-block > li ul li,
.c-link-list--inline-block > li ol li {
  margin-top: 20px;
}

@media print, (min-width: 1100px) {
  .c-link-list--2col {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media print, (min-width: 1100px) {
  .c-link-list--3col {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media print, (min-width: 1100px) {
  .c-link-list--4col {
    grid-template-columns: repeat(4, 1fr);
  }
}

.c-lang-selector {
  margin-top: 60px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
  text-align: right;
}

.c-lang-selector::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-lang-selector::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

@media screen and (max-width: 519px) {
  .c-lang-selector {
    margin-top: 44px;
  }
}

.c-lang-selector .c-icon {
  margin: 0 0 0.2em 0.5em;
}

.c-link-block {
  margin-top: 60px;
}

h2 + .c-link-block {
  margin-top: 32px;
}

h3 + .c-link-block {
  margin-top: 24px;
}

h4 + .c-link-block,
h5 + .c-link-block {
  margin-top: 20px;
}

.c-link-block--col2,
.c-link-block--col3,
.c-link-block--col4,
.c-link-block--col3--sp2col,
.c-link-block--colhold {
  display: grid;
  gap: 60px 40px;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .c-link-block--col2,
  .c-link-block--col3,
  .c-link-block--col4,
  .c-link-block--col3--sp2col,
  .c-link-block--colhold {
    gap: 60px 32px;
  }
}

@media screen and (max-width: 519px) {
  .c-link-block--col2,
  .c-link-block--col3,
  .c-link-block--col4,
  .c-link-block--col3--sp2col,
  .c-link-block--colhold {
    gap: 60px 20px;
  }
}

@media screen and (max-width: 519px) {
  .c-link-block--col3,
  .c-link-block--col3--sp2col,
  .c-link-block--colhold {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-link-block--col2 {
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 519px) {
  .c-link-block--col2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .c-link-block--col2.c-link-block--noimage {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-link-block--col3 {
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 1099px) {
  .c-link-block--col3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 519px) {
  .c-link-block--col3 {
    grid-template-columns: none;
  }
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .c-link-block--col3.c-link-block--noimage {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-link-block--col4 {
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 1099px) {
  .c-link-block--col4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-link-block--col3--sp2col {
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 1099px) {
  .c-link-block--col3--sp2col {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-link-block--colhold {
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 1099px) {
  .c-link-block--colhold {
    display: grid;
    gap: 60px 40px;
  }
}

@media screen and (max-width: 1099px) and (min-width: 520px) and (max-width: 1099px) {
  .c-link-block--colhold {
    gap: 60px 32px;
  }
}

@media screen and (max-width: 1099px) and (max-width: 519px) {
  .c-link-block--colhold {
    gap: 60px 20px;
  }
}

.c-link-block--noimage .c-link-block__item__title {
  margin-top: 0;
  padding-bottom: 12px;
  font-size: 2rem;
  border-bottom: 1px solid #b3b3b3;
}

.c-link-block--noimage .c-link-block__item__text {
  margin-top: 24px;
}

.c-link-block-row {
  display: flex;
  flex-direction: column;
  gap: 60px 0;
  margin-top: 60px;
}

.c-link-block-row__item {
  display: flex;
  gap: 0 40px;
  position: relative;
  min-height: 130px;
  text-align: inherit;
  box-sizing: border-box;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .c-link-block-row__item {
    gap: 0 32px;
  }
}

@media screen and (max-width: 519px) {
  .c-link-block-row__item {
    gap: 0 20px;
  }
}

.c-link-block-row__item__textArea {
  width: calc(75% - (40px * 0.5));
  padding-left: calc(25% + (40px * 0.5));
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .c-link-block-row__item__textArea {
    width: calc(50% - (32px * 0.5));
    padding-left: calc(50% + (32px * 0.5));
  }
}

@media screen and (max-width: 519px) {
  .c-link-block-row__item__textArea {
    width: calc(50% - (20px * 0.5));
    padding-left: calc(50% + (20px * 0.5));
  }
}

.c-link-block-row__item__link .c-link-block-row__item__image {
  transition: opacity 0.2s ease-out;
}

.c-link-block-row__item__link .c-link-block-row__item__image::after {
  transition: border 0.2s ease-out;
}

@media (any-hover: hover) {
  .c-link-block-row__item__link:hover .c-link-block-row__item__image {
    opacity: 0.7;
  }
  .c-link-block-row__item__link:hover .c-link-block-row__item__image::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    box-sizing: border-box;
  }
}

.c-link-block-row--img01 {
  display: grid;
  gap: 60px 40px;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .c-link-block-row--img01 {
    gap: 60px 32px;
  }
}

@media screen and (max-width: 519px) {
  .c-link-block-row--img01 {
    gap: 60px 20px;
  }
}

.c-link-block-row--img01 .c-link-block-row__item__image,
.c-link-block-row--img01 .c-link-block-row__item__imageArea {
  width: calc(50% - (40px * 0.5));
}

.c-link-block-row--img01 .c-link-block-row__item__textArea {
  width: calc(50% - (40px * 0.5));
  padding-left: calc(50% + (32px * 0.5));
}

@media screen and (max-width: 1099px) {
  .c-link-block-row--img01 .c-link-block-row__item__textArea {
    padding-left: 0;
  }
}

.c-link-block-row--img01 .c-link-block-row__item,
.c-link-block-row--img01 .c-link-block-row__item__image,
.c-link-block-row--img01 .c-link-block-row__item__content {
  margin-bottom: 0;
}

@media screen and (max-width: 1099px) {
  .c-link-block-row--img01 .c-link-block-row__item {
    display: block;
  }
  .c-link-block-row--img01 .c-link-block-row__item__textArea {
    width: 100%;
  }
  .c-link-block-row--img01 .c-link-block-row__item__title {
    order: 2;
    margin-top: 20px;
  }
  .c-link-block-row--img01 .c-link-block-row__item__image {
    order: 1;
    position: relative;
    width: 100%;
  }
  .c-link-block-row--img01 .c-link-block-row__item__link {
    display: flex;
    flex-direction: column;
  }
  .c-link-block-row--img01 .c-link-block-row__item__text {
    margin-top: 12px;
  }
  .c-link-block-row--img01 .c-link-block-row__item__imageArea {
    display: none;
  }
}

.c-link-block-row--img02 {
  display: grid;
  gap: 60px 40px;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .c-link-block-row--img02 {
    gap: 60px 32px;
  }
}

@media screen and (max-width: 519px) {
  .c-link-block-row--img02 {
    gap: 60px 20px;
  }
}

.c-link-block-row--img02 .c-link-block-row__item__textArea {
  padding-left: calc((100% / 3) + (32px * 0.5));
}

.c-link-block-row--img02 .c-link-block-row__item,
.c-link-block-row--img02 .c-link-block-row__item__image,
.c-link-block-row--img02 .c-link-block-row__item__content {
  margin-bottom: 0;
}

@media screen and (max-width: 1099px) {
  .c-link-block-row--img02 {
    column-gap: 0;
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-link-block-row--img02 .c-link-block-row__item:nth-child(2) {
  margin-top: 0;
}

@media print, (min-width: 1100px) {
  .c-link-block-row--img02 .c-link-block-row__item__image,
  .c-link-block-row--img02 .c-link-block-row__item__imageArea {
    width: calc((100% / 3) - (40px * 0.5));
  }
}

@media print, (min-width: 1100px) {
  .c-link-block-row--img02 .c-link-block-row__item__textArea {
    width: calc(((100% / 3) * 2) - (40px * 0.5));
  }
}

.c-link-block-row__item__title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}

.c-link-block-row__item__title::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-link-block-row__item__title::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.c-link-block-row__item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(25% - (40px * 0.5));
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .c-link-block-row__item__image {
    width: calc(50% - (32px * 0.5));
  }
}

@media screen and (max-width: 519px) {
  .c-link-block-row__item__image {
    width: calc(50% - (20px * 0.5));
  }
}

.c-link-block-row__item__image img {
  width: 100%;
  height: auto;
}

.c-link-block-row__item__text {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #222;
}

.c-link-block-row__item__text::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-link-block-row__item__text::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.c-link-block-row__item__list {
  margin-top: 20px;
}

.c-link-block-row__item__list li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #222;
}

.c-link-block-row__item__list li::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-link-block-row__item__list li::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.c-link-block-row__item__list li:not(:first-child) {
  margin-top: 20px;
}

.c-link-block-row__item__imageArea {
  aspect-ratio: 502/310;
  width: calc(25% - (40px * 0.5));
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .c-link-block-row__item__imageArea {
    width: calc(50% - (32px * 0.5));
  }
}

@media screen and (max-width: 519px) {
  .c-link-block-row__item__imageArea {
    width: calc(50% - (20px * 0.5));
  }
}

.c-link-block__item__link {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.c-link-block__item__link .c-link-block__item__image::after {
  transition: border 0.2s ease-out;
}

@media (any-hover: hover) {
  .c-link-block__item__link:hover .c-link-block__item__image {
    position: relative;
    opacity: 0.7;
  }
  .c-link-block__item__link:hover .c-link-block__item__image::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    box-sizing: border-box;
  }
}

.c-link-block__item__image {
  order: 1;
  transition: opacity 0.2s ease-out;
}

.c-link-block__item__image img {
  width: 100%;
  height: auto;
}

.c-link-block__item__title {
  order: 2;
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
}

.c-link-block__item__title::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-link-block__item__title::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.js-modal .c-link-block__item__title span::after,
.js-v-modal .c-link-block__item__title span::after,
[target="_blank"] .c-link-block__item__title span::after,
.c-link-icon .c-link-block__item__title span::after {
  display: none;
}

.c-link-block__item__text {
  margin-top: 12px;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #222;
}

.c-link-block__item__text::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-link-block__item__text::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.c-link-block__item__list {
  margin-top: 20px;
}

.c-link-block__item__list li {
  font-size: 1.6rem;
}

.c-link-block__item__list li::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-link-block__item__list li::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.c-link-block__item__list li:not(:first-child) {
  margin-top: 20px;
}

.c-link-block__item__title span::after,
.c-link-block__item__list a::after,
.c-link-block-row__item__title span::after,
.c-link-block-row__item__list a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 1em;
  margin: 0 0 0.2em 0.5em;
  vertical-align: middle;
  background: url("../img/icon_angle-right.svg") no-repeat 0 0;
  background-size: contain;
}

.c-link-block__item__title span.c-link-icon::after,
.c-link-icon .c-link-block__item__title span::after,
.c-link-block__item__list a.c-link-icon::after,
.c-link-icon
.c-link-block__item__list a::after,
.c-link-block-row__item__title span.c-link-icon::after,
.c-link-icon
.c-link-block-row__item__title span::after,
.c-link-block-row__item__list a.c-link-icon::after,
.c-link-icon
.c-link-block-row__item__list a::after {
  display: none;
}

.c-link-block__item__title span[target="_blank"]::after,
[target="_blank"] .c-link-block__item__title span::after,
.c-link-block__item__list a[target="_blank"]::after,
[target="_blank"]
.c-link-block__item__list a::after,
.c-link-block-row__item__title span[target="_blank"]::after,
[target="_blank"]
.c-link-block-row__item__title span::after,
.c-link-block-row__item__list a[target="_blank"]::after,
[target="_blank"]
.c-link-block-row__item__list a::after {
  display: none;
}

.c-link-related {
  width: auto;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 1px solid #b3b3b3;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .c-link-related {
    max-width: initial;
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 519px) {
  .c-link-related {
    max-width: initial;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 519px) {
  .c-link-related {
    padding-top: 84px;
    padding-bottom: 84px;
  }
}

.c-link-related .c-link-block {
  margin-top: 44px;
}

.c-link-related .c-link-block__item__title {
  font-size: 1.8rem;
}

.c-link-related__heading {
  position: relative;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}

.c-link-related__heading::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-link-related__heading::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.c-link-related__heading a {
  color: #000;
}

.c-link-related__title {
  display: inline;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
}

.c-link-related__title::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-link-related__title::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.c-link-related__text {
  margin-top: 12px;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #222;
}

.c-link-related__text::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-link-related__text::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.c-link-related__links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 40px;
  margin-top: 44px;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .c-link-related__links {
    gap: 32px 32px;
  }
}

@media screen and (max-width: 519px) {
  .c-link-related__links {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 20px;
  }
}

.c-link-related__links a {
  position: relative;
}

.c-link-related__links a span::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 1em;
  margin: 0 0 0.2em 0.5em;
  vertical-align: middle;
  background: url("../img/icon_angle-right.svg") no-repeat 0 0;
  background-size: 100%;
}

.c-link-related__links a[target="_blank"] span::after, .c-link-related__links a.c-link-icon span::after {
  display: none;
}

.c-link-related__block {
  display: grid;
  gap: 60px 40px;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .c-link-related__block {
    gap: 60px 32px;
  }
}

@media screen and (max-width: 519px) {
  .c-link-related__block {
    gap: 60px 20px;
  }
}

.c-link-related__block .c-link-block-row__item__image,
.c-link-related__block .c-link-block-row__item__imageArea {
  width: calc(50% - (40px * 0.5));
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .c-link-related__block .c-link-block-row__item__image,
  .c-link-related__block .c-link-block-row__item__imageArea {
    width: calc(50% - (32px * 0.5));
  }
}

@media screen and (max-width: 519px) {
  .c-link-related__block .c-link-block-row__item__image,
  .c-link-related__block .c-link-block-row__item__imageArea {
    width: calc(50% - (20px * 0.5));
  }
}

.c-link-related__block .c-link-block-row__item__textArea {
  width: calc(50% - (40px * 0.5));
  padding-left: calc(50% + (32px * 0.5));
}

@media screen and (max-width: 1099px) {
  .c-link-related__block .c-link-block-row__item__textArea {
    padding-left: 0;
  }
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .c-link-related__block .c-link-block-row__item__textArea {
    width: calc(50% - (32px * 0.5));
  }
}

@media screen and (max-width: 519px) {
  .c-link-related__block .c-link-block-row__item__textArea {
    width: calc(50% - (20px * 0.5));
  }
}

.c-link-related__block .c-link-block-row__item,
.c-link-related__block .c-link-block-row__item__image,
.c-link-related__block .c-link-block-row__item__content {
  margin-bottom: 0;
}

@media screen and (max-width: 1099px) {
  .c-link-related__block {
    column-gap: 0;
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-link-related--2col .c-link-related__links {
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 519px) {
  .c-link-related--2col .c-link-related__links {
    display: block;
  }
  .c-link-related--2col .c-link-related__links li {
    margin-top: 32px;
  }
}

.c-link-related--2col .c-link-block-row.c-link-block-row--img02 {
  margin-top: 44px;
}

.c-link-related--3col .c-link-related__links {
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 40px;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .c-link-related--3col .c-link-related__links {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 519px) {
  .c-link-related--3col .c-link-related__links {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-link-local {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 44px;
  margin-top: 44px;
}

@media screen and (max-width: 1099px) {
  .c-link-local {
    display: flex;
    flex-direction: column;
  }
}

.c-link-local li {
  font-size: 1.6rem;
}

@media screen and (max-width: 1099px) {
  .c-link-local li {
    display: block;
    margin-right: 0;
  }
}

.c-link-local a {
  position: relative;
}

@media screen and (max-width: 519px) {
  .c-link-local a {
    display: flex;
    padding-right: 1.5em;
  }
}

.c-link-local a::after {
  content: "";
  display: inline-block;
  width: 0.875em;
  height: calc(1em * 1.4);
  margin: 0 0 0 0.5em;
  vertical-align: bottom;
  background: url("../img/icon_down.svg") no-repeat 0 center;
  background-size: contain;
}

@media screen and (max-width: 519px) {
  .c-link-local a::after {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.c-link-local + .c-accordion-local {
  margin-top: 44px;
}

@media print, (min-width: 1100px) {
  .c-link-local--2col,
  .c-link-local--3col,
  .c-link-local--4col {
    display: grid;
    gap: 24px 40px;
  }
}

@media print, (min-width: 1100px) {
  .c-link-local--2col li,
  .c-link-local--3col li,
  .c-link-local--4col li {
    margin-top: 0;
  }
}

@media print, (min-width: 1100px) {
  .c-link-local--2col {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media print, (min-width: 1100px) {
  .c-link-local--3col {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media print, (min-width: 1100px) {
  .c-link-local--4col {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 1099px) {
  .c-link-local-block .c-link-local {
    display: none;
  }
}

.c-link-local-back {
  margin-top: 24px;
  text-align: right;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #222;
}

.c-link-local-back a {
  position: relative;
}

.c-link-local-back a::after {
  content: "";
  display: inline-block;
  width: 0.875em;
  height: calc(1em * 1.5);
  margin: 0 0 0 0.5em;
  vertical-align: bottom;
  background: url("../img/icon-up.svg") no-repeat 0 center;
  background-size: contain;
}

@media screen and (max-width: 1099px) {
  .c-accordion-local .c-link-local-back {
    display: none;
  }
}

.c-link-more {
  margin-top: 100px;
  padding-top: 100px;
  border-top: 1px solid #b3b3b3;
}

@media screen and (max-width: 519px) {
  .c-link-more {
    margin-top: 84px;
    padding-top: 84px;
  }
}

.c-link-more a {
  position: relative;
}

.c-link-more a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 1em;
  margin: 0 0 0 0.5em;
  vertical-align: middle;
  background: url("../img/icon_angle-right.svg") no-repeat 0 0;
  background-size: 100%;
}

.c-link-more__heading {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
}

.c-link-more__heading::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-link-more__heading::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.c-link-more__link {
  margin-top: 20px;
  position: relative;
}

.c-link-more__link .c-link-list {
  margin-top: 0;
}

.c-link-more__link .c-link-list li:first-child {
  margin-top: 0;
}

.c-link-box {
  display: grid;
  gap: 20px 40px;
  margin-top: 20px;
}

.c-heading-b + .c-link-box {
  margin-top: 60px;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .c-link-box {
    gap: 20px 32px;
  }
}

@media screen and (max-width: 519px) {
  .c-link-box {
    gap: 20px 20px;
  }
}

@media screen and (max-width: 1099px) {
  .c-link-box {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-link-box.c-link-box--left a {
  text-align: left;
}

.c-link-box a {
  display: inline-block;
  width: 100%;
  min-height: 60px;
  padding: 18px 24px 16px;
  background: #e0e0e0;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #222;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}

.c-link-box a.c-link-icon span::after, .c-link-box a[target="_blank"] span::after {
  display: none;
}

.c-link-box span::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 1em;
  margin: 0 0 0.2em 0.5em;
  vertical-align: middle;
  background: url("../img/icon_angle-right.svg") no-repeat 0 0;
  background-size: contain;
}

@media print, (min-width: 1100px) {
  .c-link-box__col1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-link-box__col2 {
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 519px) {
  .c-link-box__col2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-link-box__col3 {
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .c-link-box__col3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 519px) {
  .c-link-box__col3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media print, (min-width: 1100px) {
  .c-link-box__col4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 1099px) {
  .c-link-box__col4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 1099px) {
  .c-link-box__col4 li:nth-child(-n + 2) {
    margin-top: 0;
  }
}

@media print, (min-width: 1100px) {
  .c-link-box__col4 li:nth-child(-n + 4) {
    margin-top: 0;
  }
}

.c-list {
  margin-top: 20px;
}

.c-list li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #222;
  position: relative;
  padding-left: 0.875em;
}

.c-list li:not(:first-child) {
  margin-top: 20px;
}

.c-list li::before {
  content: "";
  display: inline-block;
  width: 0.375em;
  height: 0.375em;
  position: absolute;
  top: calc(0.5em * 1.25);
  left: 0;
  margin: 0;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjYiIHZpZXdCb3g9IjAgMCA2IDYiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01IC01KSI+PGNpcmNsZSBjeD0iMyIgY3k9IjMiIHI9IjMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUgNSkiIGZpbGw9IiMyMjIiLz48L2c+PC9zdmc+") no-repeat center center;
  background-size: contain;
}

.c-list > li ul {
  margin-top: 20px;
}

.c-list .c-list {
  margin-top: 20px;
}

@media print, (min-width: 1100px) {
  .c-list.c-list--2col, .c-list.c-list--3col, .c-list.c-list--4col {
    display: grid;
    gap: 20px 40px;
  }
}

@media print, (min-width: 1100px) {
  .c-list.c-list--2col li, .c-list.c-list--3col li, .c-list.c-list--4col li {
    margin-top: 0;
  }
}

.c-list .c-link-list li:not(.c-link-list__text)::before {
  content: normal;
}

@media print, (min-width: 1100px) {
  .c-list--2col {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media print, (min-width: 1100px) {
  .c-list--3col {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media print, (min-width: 1100px) {
  .c-list--4col {
    grid-template-columns: repeat(4, 1fr);
  }
}

.c-list--optional {
  display: table;
}

.c-list--optional li {
  display: table-row;
}

.c-list--optional li:first-child .c-list__marker {
  padding-top: 0;
}

.c-list--optional li::before {
  display: none;
}

.c-list--optional .c-list__marker {
  padding-top: 20px;
}

.c-list--optional .c-list li {
  display: block;
}

.c-list--optional .c-list li::before {
  content: "";
  display: inline-block;
  width: 0.375em;
  height: 0.375em;
  position: absolute;
  top: calc(0.5em * 1.25);
  left: 0;
  margin: 0;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjYiIHZpZXdCb3g9IjAgMCA2IDYiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01IC01KSI+PGNpcmNsZSBjeD0iMyIgY3k9IjMiIHI9IjMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUgNSkiIGZpbGw9IiMyMjIiLz48L2c+PC9zdmc+") no-repeat center center;
  background-size: contain;
}

.c-list--optional .c-list--optional li,
.c-list--optional .c-list--note li,
.c-list--optional .c-list--note-large li,
.c-list--optional .c-list--note-black li,
.c-list--optional .c-list--note-news li {
  display: table-row;
}

.c-list--optional .c-list--optional li::before,
.c-list--optional .c-list--note li::before,
.c-list--optional .c-list--note-large li::before,
.c-list--optional .c-list--note-black li::before,
.c-list--optional .c-list--note-news li::before {
  content: none;
}

.c-list--optional.c-list--note-news li {
  font-size: 1.4rem;
  color: #6f6f6f;
}

.c-list--optional.c-list--note-news .c-list__marker {
  padding-top: 16px;
}

.c-list--optional ul li:first-child .c-list__marker,
.c-list--optional ol li:first-child .c-list__marker {
  padding-top: 24px;
}

.c-list__marker {
  display: table-cell;
  padding-right: 0.5em;
  word-break: keep-all;
  white-space: nowrap;
}

.c-list--note li {
  color: #6f6f6f;
  font-size: 1.4rem;
}

.c-list--note-large li {
  color: #222;
  font-size: 1.6rem;
}

.c-list--note-black li {
  color: #222;
  font-size: 1.4rem;
}

@media print, (min-width: 1100px) {
  .c-list--inline-block {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px;
  }
}

@media screen and (max-width: 1099px) {
  .c-list--inline-block {
    margin-top: 20px;
  }
}

.c-list--inline-block > li {
  position: relative;
  margin: 20px 44px 0 0;
}

@media screen and (max-width: 1099px) {
  .c-list--inline-block > li {
    margin: 20px 0 0;
  }
}

.c-definitionlist {
  margin-top: 20px;
  color: #222;
  font-size: 1.6rem;
}

.c-definitionlist dt {
  margin-top: 20px;
  font-weight: 500;
}

.c-definitionlist dt::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-definitionlist dt::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.c-definitionlist dd {
  margin-top: 12px;
}

.c-definitionlist dd::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-definitionlist dd::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.c-definitionlist--small {
  font-size: 1.4rem;
  color: #6f6f6f;
}

.c-definitionlist--small dt {
  font-weight: 500;
}

.c-media {
  margin-top: 44px;
}

[class^="c-media__col"],
[class*=" c-media__col"] {
  display: grid;
  gap: 44px 40px;
}

@media screen and (max-width: 1099px) {
  [class^="c-media__col"],
  [class*=" c-media__col"] {
    grid-template-columns: repeat(1, 1fr);
    gap: 44px 0;
  }
}

.c-media__col1 {
  grid-template-columns: repeat(1, 1fr);
}

@media screen and (max-width: 1099px) {
  .c-media__col1 {
    grid-template-columns: none;
  }
}

.c-media__col2 {
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 1099px) {
  .c-media__col2 {
    grid-template-columns: none;
  }
}

.c-media__col2-2 {
  grid-template-columns: repeat(2, 1fr);
  column-gap: 32px;
}

@media screen and (max-width: 519px) {
  .c-media__col2-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-media__col3 {
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 1099px) {
  .c-media__col3 {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    column-gap: 32px;
  }
}

@media screen and (max-width: 519px) {
  .c-media__col3 {
    grid-template-columns: none;
  }
}

.c-media__col4 {
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 1099px) {
  .c-media__col4 {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
  }
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .c-media__col4 {
    column-gap: 32px;
  }
}

@media screen and (max-width: 519px) {
  .c-media__col4 {
    column-gap: 20px;
  }
}

.c-media__col5 {
  grid-template-columns: repeat(5, 1fr);
}

@media screen and (max-width: 1099px) {
  .c-media__col5 {
    grid-template-columns: none;
  }
}

.c-media__col6 {
  grid-template-columns: repeat(6, 1fr);
}

@media screen and (max-width: 1099px) {
  .c-media__col6 {
    grid-template-columns: none;
  }
}

.c-media__col7 {
  grid-template-columns: repeat(7, 1fr);
}

@media screen and (max-width: 1099px) {
  .c-media__col7 {
    grid-template-columns: none;
  }
}

.c-media__col8 {
  grid-template-columns: repeat(8, 1fr);
}

@media screen and (max-width: 1099px) {
  .c-media__col8 {
    grid-template-columns: none;
  }
}

.c-media__col9 {
  grid-template-columns: repeat(9, 1fr);
}

@media screen and (max-width: 1099px) {
  .c-media__col9 {
    grid-template-columns: none;
  }
}

.c-media__col10 {
  grid-template-columns: repeat(10, 1fr);
}

@media screen and (max-width: 1099px) {
  .c-media__col10 {
    grid-template-columns: none;
  }
}

.c-media__col11 {
  grid-template-columns: repeat(11, 1fr);
}

@media screen and (max-width: 1099px) {
  .c-media__col11 {
    grid-template-columns: none;
  }
}

.c-media__col12 {
  grid-template-columns: repeat(12, 1fr);
}

@media screen and (max-width: 1099px) {
  .c-media__col12 {
    grid-template-columns: none;
  }
}

.c-media__col1-2 {
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 1099px) {
  .c-media__col1-2 {
    grid-template-columns: none;
  }
}

.c-media__col1-3 {
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 1099px) {
  .c-media__col1-3 {
    grid-template-columns: none;
  }
}

.c-media__col1-4 {
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 1099px) {
  .c-media__col1-4 {
    grid-template-columns: none;
  }
}

.c-media__col1-2--center,
.c-media__col1-3--center,
.c-media__col2-3--center,
.c-media__col3-4--center,
.c-media__col1-2--center-caption,
.c-media__col1-3--center-caption {
  grid-template-columns: repeat(1, 1fr);
  margin-right: auto;
  margin-left: auto;
}

.c-media__col1-2--center {
  width: calc(50% - (40px / 2));
}

@media screen and (max-width: 1099px) {
  .c-media__col1-2--center {
    width: calc((100% / 2) - 16px);
  }
}

@media screen and (max-width: 519px) {
  .c-media__col1-2--center {
    width: 100%;
  }
}

.c-media__col1-3--center {
  width: calc((100% - (40px * 2)) / 3);
}

@media screen and (max-width: 1099px) {
  .c-media__col1-3--center {
    width: calc((100% / 2) - 16px);
  }
}

@media screen and (max-width: 519px) {
  .c-media__col1-3--center {
    width: 100%;
  }
}

.c-media__col2-3--center {
  width: calc((100% / 3 * 2) - (40px / 3));
}

@media screen and (max-width: 1099px) {
  .c-media__col2-3--center {
    width: calc((100% / 3 * 2) - 16px);
  }
}

@media screen and (max-width: 519px) {
  .c-media__col2-3--center {
    width: calc((100% / 3 * 2) - 10px);
  }
}

.c-media__col3-4--center {
  width: calc((100% / 4 * 3) - 20px);
}

@media screen and (max-width: 1099px) {
  .c-media__col3-4--center {
    width: calc((100% / 4 * 3) - 16px);
  }
}

@media screen and (max-width: 519px) {
  .c-media__col3-4--center {
    width: calc((100% / 4 * 3) - 10px);
  }
}

.c-media__col1-3--center-double {
  grid-template-columns: repeat(2, 1fr);
  width: calc((((100% - (40px * 2)) / 3) * 2) + 40px);
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1099px) {
  .c-media__col1-3--center-double {
    grid-template-columns: none;
  }
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .c-media__col1-3--center-double {
    width: calc((100% / 2) - 16px);
  }
}

@media screen and (max-width: 519px) {
  .c-media__col1-3--center-double {
    width: 100%;
  }
}

@media screen and (max-width: 1099px) {
  .c-media__col1-3--center-double.c-media--colhold {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-media__col1-3--center-double-2 {
  width: calc((((100% - (40px * 2)) / 3) * 2) + 40px);
  margin-right: auto;
  margin-left: auto;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 1099px) {
  .c-media__col1-3--center-double-2 {
    width: 100%;
    gap: 44px 32px;
  }
}

@media screen and (max-width: 519px) {
  .c-media__col1-3--center-double-2 {
    grid-template: none;
  }
}

.c-media__col1-2--center-caption,
.c-media__col1-3--center-caption {
  display: block;
  text-align: center;
}

@media screen and (max-width: 519px) {
  .c-media__col1-2--center-caption,
  .c-media__col1-3--center-caption {
    text-align: left;
  }
}

.c-media__col1-2--center-caption figcaption,
.c-media__col1-3--center-caption figcaption {
  width: 100%;
}

.c-media__col1-2--center-caption .c-figure img,
.c-media__col1-2--center-caption .c-figure .c-figure__video {
  width: calc(50% - (40px / 2));
  margin: 0 auto;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .c-media__col1-2--center-caption .c-figure img,
  .c-media__col1-2--center-caption .c-figure .c-figure__video {
    width: calc((100% / 2) - 16px);
  }
}

@media screen and (max-width: 519px) {
  .c-media__col1-2--center-caption .c-figure img,
  .c-media__col1-2--center-caption .c-figure .c-figure__video {
    width: 100%;
  }
}

.c-media__col1-3--center-caption .c-figure img,
.c-media__col1-3--center-caption .c-figure .c-figure__video {
  width: calc((100% - (40px * 2)) / 3);
  margin: 0 auto;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .c-media__col1-3--center-caption .c-figure img,
  .c-media__col1-3--center-caption .c-figure .c-figure__video {
    width: calc((100% / 2) - 16px);
  }
}

@media screen and (max-width: 519px) {
  .c-media__col1-3--center-caption .c-figure img,
  .c-media__col1-3--center-caption .c-figure .c-figure__video {
    width: 100%;
  }
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .c-media--colhold {
    gap: 44px 32px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 519px) {
  .c-media--colhold {
    gap: 44px 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-media-block {
  margin-top: 60px;
  text-align: inherit;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 40px;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .c-media-block {
    gap: 60px 32px;
  }
}

@media screen and (max-width: 519px) {
  .c-media-block {
    gap: 60px 20px;
  }
}

@media screen and (max-width: 519px) {
  .c-media-block {
    display: block;
    grid-template: none;
    gap: 0;
    width: 100%;
  }
}

.c-media-block.c-media-block--float {
  margin-top: 20px;
}

.c-media-block--reverse .c-media-block__body {
  order: 2;
}

.c-media-block--medium-reverse .c-media-block__body {
  order: 2;
}

.c-media-block--small .c-media-block__body {
  order: 2;
}

@media screen and (max-width: 519px) {
  .c-media-block__media {
    margin-top: 32px;
  }
}

.c-media-block--float {
  display: block;
}

.c-media-block--float::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 519px) {
  .c-media-block--float::after {
    display: none;
  }
}

.c-media-block--float .c-media-block__media {
  float: right;
  width: calc(50% - (40px / 2));
  margin: 0 0 32px 40px;
}

@media screen and (max-width: 1099px) {
  .c-media-block--float .c-media-block__media {
    width: calc(50% - (32px / 2));
  }
}

@media screen and (max-width: 519px) {
  .c-media-block--float .c-media-block__media {
    float: none;
    width: 100%;
    margin: 0 0 32px;
  }
}

.c-media-block--float.c-media-block--reverse .c-media-block__media {
  float: left;
  margin: 0 40px 32px 0;
}

@media screen and (max-width: 519px) {
  .c-media-block--float.c-media-block--reverse .c-media-block__media {
    float: none;
  }
}

@media print, (min-width: 1100px) {
  .c-media-block--medium.c-media-block {
    grid-template-columns: 2fr 1fr;
  }
}

@media screen and (max-width: 519px) {
  .c-media-block--medium.c-media-block {
    grid-template: none;
  }
}

@media print, (min-width: 1100px) {
  .c-media-block--medium.c-media-block--float .c-media-block__media {
    width: calc((100% - 40px) / 3);
  }
}

@media screen and (max-width: 519px) {
  .c-media-block--medium.c-media-block--float .c-media-block__media {
    width: 100%;
  }
}

.c-media-block--small.c-media-block {
  grid-template-columns: 1fr 5fr;
}

@media screen and (max-width: 1099px) {
  .c-media-block--small.c-media-block {
    display: grid;
    gap: 60px 40px;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 1099px) and (min-width: 520px) and (max-width: 1099px) {
  .c-media-block--small.c-media-block {
    gap: 60px 32px;
  }
}

@media screen and (max-width: 1099px) and (max-width: 519px) {
  .c-media-block--small.c-media-block {
    gap: 60px 20px;
  }
}

@media screen and (max-width: 1099px) {
  .c-media-block--small .c-media-block__media {
    margin-top: 0;
  }
}

.c-media-block--small.c-media-block--float {
  display: block;
}

.c-media-block--small.c-media-block--float .c-media-block__media {
  float: left;
  margin-left: 0;
}

@media print, (min-width: 1100px) {
  .c-media-block--small.c-media-block--float .c-media-block__media {
    width: calc((100% / 6) - (40px / 6));
    margin-right: 40px;
  }
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .c-media-block--small.c-media-block--float .c-media-block__media {
    width: calc(50% - (32px / 2));
    margin-right: 32px;
  }
}

@media screen and (max-width: 519px) {
  .c-media-block--small.c-media-block--float .c-media-block__media {
    width: calc(50% - (20px / 2));
    margin-right: 20px;
  }
}

.c-media-block--medium-reverse.c-media-block {
  grid-template-columns: 1fr 2fr;
}

@media screen and (max-width: 1099px) {
  .c-media-block--medium-reverse.c-media-block {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 519px) {
  .c-media-block--medium-reverse.c-media-block {
    grid-template-columns: none;
  }
}

.c-media-block--medium-reverse.c-media-block--float .c-media-block__media {
  float: left;
  width: calc((100% - 40px) / 3);
  margin-right: 40px;
  margin-left: 0;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .c-media-block--medium-reverse.c-media-block--float .c-media-block__media {
    width: calc(50% - (32px / 2));
    margin-right: 32px;
  }
}

@media screen and (max-width: 519px) {
  .c-media-block--medium-reverse.c-media-block--float .c-media-block__media {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

.c-media-block__title {
  margin-bottom: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}

.c-media-block__title::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-media-block__title::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

@media screen and (max-width: 519px) {
  .c-media-block__title {
    font-size: 2.2rem;
  }
}

.c-media-block__text {
  font-size: 1.6rem;
  line-height: 1.9;
  color: #222;
}

.c-media-block__text::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-media-block__text::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.c-media-block__text:not(:first-of-type) {
  margin-top: 24px;
}

.c-media-block__list li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #222;
}

.c-media-block__list li::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-media-block__list li::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.c-media-block__list li:not(:first-child) {
  margin-top: 20px;
}

.c-media-block__list li a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 1em;
  margin: 0 0 0.2em 0.5em;
  vertical-align: middle;
  background: url("../img/icon_angle-right.svg") no-repeat 0 0;
  background-size: 100%;
}

.c-media-block__list li a.c-link-icon::after {
  display: none;
}

.c-media-block__list li a[target="_blank"]::after {
  display: none;
}

.c-media-block__title + .c-media-block__list,
.c-media-block__text + .c-media-block__list {
  margin-top: 20px;
}

.local-navi {
  background-color: #f3f3f3;
}

.local-navi .local-navi__inner {
  width: auto;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .local-navi .local-navi__inner {
    max-width: initial;
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 519px) {
  .local-navi .local-navi__inner {
    max-width: initial;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 519px) {
  .local-navi .local-navi__inner {
    padding-top: 84px;
    padding-bottom: 84px;
  }
}

.local-navi a {
  position: relative;
}

.local-navi a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 1em;
  margin: 0 0 0.2em 0.5em;
  vertical-align: text-bottom;
  background: url("../img/icon_angle-right.svg") no-repeat 0 0;
  background-size: contain;
}

.local-navi a[target="_blank"]::after {
  display: none;
}

.local-navi a.local-navi__rss::after {
  display: none;
}

.local-navi__heading {
  display: flex;
  justify-content: space-between;
  gap: 0;
  position: relative;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}

.local-navi__heading::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.local-navi__heading::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.local-navi__heading a {
  color: #000;
}

.local-navi__heading a::after {
  vertical-align: middle;
}

.local-navi__heading .local-navi__rss {
  padding-top: 2px;
}

.local-navi__heading .c-icon {
  width: 24px;
  height: 24px;
  margin: 0;
}

.local-navi--news .local-navi__heading {
  padding-left: 48px;
}

.local-navi__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.local-navi__rss {
  display: flex;
  align-items: flex-start;
  margin-left: 24px;
}

.local-navi__heading-withIcon {
  display: flex;
  justify-content: flex-end;
  margin-top: -1.5em;
}

.local-navi__heading-withIcon .c-icon {
  margin: 0;
}

.local-navi__links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 40px;
  margin-top: 44px;
}

@media screen and (max-width: 1099px) {
  .local-navi__links {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .local-navi__links {
    gap: 24px 32px;
  }
}

@media screen and (max-width: 519px) {
  .local-navi__links {
    gap: 24px 20px;
  }
}

.local-navi__links li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #222;
}

.local-navi__links li.is--active a {
  font-weight: 700;
}

.c-breadcrumb {
  width: auto;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 80px;
  padding-right: 80px;
  margin-top: 24px;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .c-breadcrumb {
    max-width: initial;
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 519px) {
  .c-breadcrumb {
    max-width: initial;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 519px) {
  .c-breadcrumb {
    display: none;
  }
}

.c-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8px 0;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.c-breadcrumb li {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #222;
}

.c-breadcrumb li + li::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 1em;
  margin: 0 16px 0.2em;
  vertical-align: middle;
  background: url("../img/icon_angle-right.svg") no-repeat 0 0;
  background-size: contain;
}

.c-breadcrumb li:nth-child(2)::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 1em;
  margin: 0 16px 0.2em;
  vertical-align: middle;
  background: url("../img/icon_angle-right.svg") no-repeat 0 0;
  background-size: contain;
}

.c-breadcrumb li:last-child::after {
  display: none;
}

.c-breadcrumb [aria-current="page"] {
  font-weight: 700;
}

@media (any-hover: hover) {
  .c-breadcrumb [aria-current="page"]:hover {
    text-decoration: none;
  }
}

.c-contents {
  margin-top: 44px;
  padding: 44px 80px;
  background-color: #f3f3f3;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .c-contents {
    padding: 44px 32px;
  }
}

@media screen and (max-width: 519px) {
  .c-contents {
    padding: 44px 16px;
  }
}

.c-contents__heading {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}

.c-contents__heading::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-contents__heading::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.c-contents__links {
  display: flex;
  flex-wrap: wrap;
}

.c-contents__links li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #222;
}

.c-contents__links li::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-contents__links li::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.c-contents__links a {
  position: relative;
}

.c-contents__links a::after {
  content: "";
  display: inline-block;
  width: 0.875em;
  height: 1em;
  margin: 0 0 0.2em 0.5em;
  vertical-align: middle;
  background: url("../img/icon_down.svg") no-repeat 0 center;
  background-size: contain;
}

.c-contents--inline-block .c-contents__links {
  gap: 24px 44px;
  margin-top: 28px;
}

.c-contents--1col .c-contents__links,
.c-contents--2col .c-contents__links,
.c-contents--3col .c-contents__links,
.c-contents--4col .c-contents__links {
  display: grid;
  gap: 24px 40px;
  margin-top: 28px;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .c-contents--1col .c-contents__links,
  .c-contents--2col .c-contents__links,
  .c-contents--3col .c-contents__links,
  .c-contents--4col .c-contents__links {
    display: block;
  }
}

.c-contents--1col li,
.c-contents--2col li,
.c-contents--3col li,
.c-contents--4col li {
  margin-top: 0;
  margin-right: 0;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .c-contents--1col li,
  .c-contents--2col li,
  .c-contents--3col li,
  .c-contents--4col li {
    display: block;
    margin-top: 24px;
  }
  .c-contents--1col li:first-child,
  .c-contents--2col li:first-child,
  .c-contents--3col li:first-child,
  .c-contents--4col li:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 519px) {
  .c-contents--1col a,
  .c-contents--2col a,
  .c-contents--3col a,
  .c-contents--4col a {
    display: flex;
    justify-content: space-between;
  }
  .c-contents--1col a::after,
  .c-contents--2col a::after,
  .c-contents--3col a::after,
  .c-contents--4col a::after {
    flex: 0 0 auto;
    margin-top: 0.3em;
  }
}

@media print, (min-width: 1100px) {
  .c-contents--2col .c-contents__links {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media print, (min-width: 1100px) {
  .c-contents--3col .c-contents__links {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media print, (min-width: 1100px) {
  .c-contents--4col .c-contents__links {
    grid-template-columns: repeat(4, 1fr);
  }
}

.c-news-list__heading .c-heading-withIcon__icon {
  padding-top: 0;
}

.c-news-list__heading .c-icon {
  width: 18px;
  height: 18px;
}

.c-news-list__heading .c-heading-a + .c-heading-withIcon__icon {
  margin-top: 60px;
}

@media screen and (max-width: 519px) {
  .c-news-list__heading .c-heading-a + .c-heading-withIcon__icon {
    margin-top: 44px;
  }
}

.c-news-list__heading .c-heading-b + .c-heading-withIcon__icon {
  margin-top: 100px;
}

@media screen and (max-width: 519px) {
  .c-news-list__heading .c-heading-b + .c-heading-withIcon__icon {
    margin-top: 84px;
  }
}

.c-news-list__heading .c-heading-c + .c-heading-withIcon__icon {
  margin-top: 44px;
}

.c-news-list__heading .c-heading-d + .c-heading-withIcon__icon {
  margin-top: 32px;
}

.c-news-list__heading .c-heading-e + .c-heading-withIcon__icon {
  margin-top: 32px;
}

.c-news-list__heading__inner {
  display: flex;
  justify-content: space-between;
  column-gap: 0.5em;
}

.c-news-list {
  margin-top: 27px;
}

@media print, (min-width: 1100px) {
  .c-news-list {
    display: table;
  }
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .c-news-list {
    display: table;
  }
}

.c-news-list__item {
  display: table-row;
}

@media screen and (max-width: 1099px) {
  .c-news-list__item {
    display: list-item;
  }
}

@media screen and (max-width: 1099px) {
  .c-news-list__item:not(:first-child) {
    margin-top: 14px;
  }
}

.c-news-list__date {
  display: table-cell;
  vertical-align: top;
  padding: 9px 14px 9px 0;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #222;
  white-space: nowrap;
}

@media screen and (max-width: 1099px) {
  .c-news-list__date {
    display: inline-block;
    vertical-align: middle;
    padding: 0 14px 2px 0;
    white-space: normal;
  }
}

.c-news-list__category {
  display: table-cell;
  vertical-align: top;
  padding: 9px 16px 9px 0;
  white-space: nowrap;
}

@media screen and (max-width: 1099px) {
  .c-news-list__category {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    white-space: normal;
  }
}

.news-label {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 26px;
  padding: 0 20px 2px;
  font-size: 1.4rem;
  line-height: 1.2;
  background-color: #f3f3f3;
  border-radius: 2px;
  box-sizing: border-box;
}

.c-news-list__link {
  display: table-cell;
  vertical-align: top;
  padding: 9px 0;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #222;
}

@media screen and (max-width: 1099px) {
  .c-news-list__link {
    display: block;
    margin-top: 8px;
    padding: 0;
    vertical-align: baseline;
  }
}

.c-news-list__link a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 1em;
  margin: 0 0 0.2em 0.5em;
  vertical-align: middle;
  background: url("../img/icon_angle-right.svg") no-repeat 0 0;
  background-size: contain;
}

.c-news-list__link a.c-link-icon::after {
  display: none;
}

.c-news-list__link a[target="_blank"]::after {
  display: none;
}

.c-news-foot {
  margin-top: 100px;
}

@media screen and (max-width: 519px) {
  .c-news-foot {
    margin-top: 84px;
  }
}

.c-news-foot > *:first-child {
  margin-top: 0;
}

.c-news-foot + .c-link-more {
  border-top: 1px solid #b3b3b3;
}

.c-heading-c + .c-news-foot {
  margin-top: 24px;
}

.c-heading-d + .c-news-foot,
.c-heading-e + .c-news-foot {
  margin-top: 20px;
}

.c-text-footnote {
  margin-top: 100px;
  padding-top: 24px;
  font-size: 1.4rem;
  color: #6f6f6f;
  border-top: 1px solid #b3b3b3;
}

.c-text-footnote::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-text-footnote::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

@media screen and (max-width: 519px) {
  .c-text-footnote {
    margin-top: 84px;
  }
}

.c-news-list__more {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #222;
}

.c-news-list__more::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-news-list__more::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.c-news-list__more a {
  position: relative;
}

.c-news-list__more a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 1em;
  margin: 0 0 0.2em 0.5em;
  vertical-align: middle;
  background: url("../img/icon_angle-right.svg") no-repeat 0 0;
  background-size: contain;
}

.c-news-list__more a.c-link-icon::after {
  display: none;
}

.c-news-list__more a[target="_blank"]::after {
  display: none;
}

.c-news-heading-a {
  margin: 60px 0;
  position: relative;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}

.c-news-heading-a::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-news-heading-a::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

@media screen and (max-width: 519px) {
  .c-news-heading-a {
    margin: 44px 0;
    font-size: 2.6rem;
  }
}

.c-news-heading-a h1 {
  margin-top: 20px;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 519px) {
  .c-news-heading-a h1 {
    font-size: 2.6rem;
  }
}

.c-news-heading-a p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #222;
}

.c-news-heading-a p::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-news-heading-a p::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.c-news-heading-a p + h1 {
  margin-top: 16px;
}

.c-news-heading-a p + h1::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-news-heading-a p + h1::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.c-news-heading-a + .c-text-date {
  margin-top: 20px;
  font-weight: 400;
}

.c-news-heading-b {
  margin: 100px 0 32px;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}

.c-news-heading-b::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-news-heading-b::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

@media screen and (max-width: 519px) {
  .c-news-heading-b {
    margin: 84px 0 32px;
    font-size: 2.5rem;
  }
}

.c-news-heading-c {
  margin: 44px 0 24px;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}

.c-news-heading-c::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-news-heading-c::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

@media screen and (max-width: 519px) {
  .c-news-heading-c {
    font-size: 2.2rem;
  }
}

.c-media + .c-news-heading-c {
  margin-top: 44px;
}

.c-news-heading-d {
  margin: 32px 0 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}

.c-news-heading-d::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-news-heading-d::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.c-media + .c-news-heading-d {
  margin-top: 44px;
}

.c-news-heading-e {
  margin: 32px 0 20px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}

.c-news-heading-e::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-news-heading-e::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.c-media + .c-news-heading-e {
  margin-top: 44px;
}

.c-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 16px;
  margin-top: 44px;
  text-align: center;
}

@media screen and (max-width: 519px) {
  .c-pagination {
    gap: 0 8px;
  }
}

.c-pagination li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #222;
}

.c-pagination li::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-pagination li::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

@media screen and (max-width: 519px) {
  .c-pagination li.is--tb_pc {
    display: none;
  }
}

.c-pagination li.is--active span {
  color: #fff;
  background-color: #222;
}

.c-pagination li.is--more span {
  padding: 0 2px 0.5em 2px;
  background-color: transparent;
  border: none;
}

.c-pagination li.is--disable span {
  border: none;
  color: #6f6f6f;
}

@media (any-hover: hover) {
  .c-pagination li.c-pagination__prev a:hover, .c-pagination li.c-pagination__next a:hover {
    color: #222;
    background-color: transparent;
    text-decoration: underline;
  }
}

.c-pagination li a,
.c-pagination li span {
  display: block;
  padding: 0 8px 2px 8px;
  border-radius: 2px;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

@media (any-hover: hover) {
  .c-pagination li a:hover {
    color: #fff;
    background-color: #222;
    text-decoration: none;
  }
}

.c-pagination−title {
  margin-top: 44px;
}

.c-pagination−title__head {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #222;
}

.c-pagination−title__head::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-pagination−title__head::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.c-pagination−title__body {
  margin-top: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #222;
}

.c-pagination−title__body::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-pagination−title__body::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.c-pagination−title__body a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 1em;
  margin: 0 0 0.2em 0.5em;
  vertical-align: middle;
  background: url("../img/icon_angle-right.svg") no-repeat 0 0;
  background-size: contain;
}

.c-pagination−title__body a[target="_blank"]::after {
  display: none;
}

.c-panel {
  margin-top: 20px;
  border: 1px solid #b3b3b3;
  padding: 32px;
}

.c-panel > :first-child {
  margin-top: 0;
}

.c-panel .c-grid {
  margin-top: 24px;
}

.c-panel--grey {
  border: 1px solid #f3f3f3;
  background-color: #f3f3f3;
}

.panel-title {
  margin-top: 32px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}

.panel-title::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.panel-title::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.panel-text {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.9;
}

.panel-text::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.panel-text::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.c-tab {
  margin-top: 60px;
}

.c-tab__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 24px 40px;
  border-bottom: 2px solid #dbdbdb;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .c-tab__tabs {
    max-width: initial;
    gap: 24px 32px;
  }
}

@media screen and (max-width: 519px) {
  .c-tab__tabs {
    gap: 24px 20px;
  }
}

.c-tab__item {
  position: relative;
  cursor: pointer;
  border: none;
  background-color: transparent;
}

.c-tab__item a,
.c-tab__item span {
  display: block;
  padding: 0 0 24px;
  text-decoration: none;
  color: #222;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

@media (any-hover: hover) {
  .c-tab__item:hover {
    text-decoration: none;
  }
}

.c-tab__item::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  background: #222;
  transition: width 0.2s ease-out;
}

@media (any-hover: hover) {
  .c-tab__item:hover::before {
    width: 100%;
  }
}

.c-tab__item.is--active::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  background: #222;
  transition: width 0.2s ease-out;
}

.c-tab__tabs--2col > .c-tab__tabs,
.c-tab__tabs--3col > .c-tab__tabs {
  flex-wrap: nowrap;
  border-bottom: none;
}

.c-tab__tabs--2col > .c-tab__tabs > .c-tab__item a,
.c-tab__tabs--2col > .c-tab__tabs > .c-tab__item span,
.c-tab__tabs--3col > .c-tab__tabs > .c-tab__item a,
.c-tab__tabs--3col > .c-tab__tabs > .c-tab__item span {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 519px) {
  .c-tab__tabs--2col > .c-tab__tabs > .c-tab__item a,
  .c-tab__tabs--2col > .c-tab__tabs > .c-tab__item span,
  .c-tab__tabs--3col > .c-tab__tabs > .c-tab__item a,
  .c-tab__tabs--3col > .c-tab__tabs > .c-tab__item span {
    font-size: 1.8rem;
  }
}

.c-tab__tabs--2col > .c-tab__tabs .c-tab__item {
  width: 50%;
}

.c-tab__tabs--3col > .c-tab__tabs .c-tab__item {
  width: calc(100% / 3);
}

.c-tab--small {
  margin-top: 44px;
}

.c-tab--small .c-tab__panel {
  border-top: 0;
}

.c-tab--small .c-tab__item a,
.c-tab--small .c-tab__item span {
  padding: 0 0 12px;
  font-size: 1.6rem;
}

.c-tab__contents {
  padding-top: 44px;
}

.c-tab__contents > *:first-child {
  margin-top: 0;
}

.c-tab__contents .c-figure {
  margin-top: 16px;
}

.c-tab__panel {
  display: none;
}

.c-tab__panel > *:first-child {
  margin-top: 0;
}

.c-tab__panel.is--open {
  display: block;
}

.no-js .c-tab__panel {
  display: block;
}

.no-js .c-tab__panel + .c-tab__panel {
  margin-top: 44px;
}

.c-table {
  border-collapse: separate;
  margin-top: 20px;
  border-top: 1px solid #b3b3b3;
  border-left: 1px solid #b3b3b3;
}

.c-table th,
.c-table td {
  font-size: 1.6rem;
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
}

.c-table .c-list--optional {
  border-collapse: collapse;
  border-spacing: 0;
}

.c-table caption {
  font-size: 1.4rem;
  margin-bottom: 12px;
  text-align: left;
}

.c-table caption::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-table caption::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.c-table thead tr th,
.c-table thead tr td {
  padding: 16px;
  text-align: center;
  font-weight: 500;
  color: #000;
  background-color: #e0e0e0;
}

.c-table tbody tr th,
.c-table tbody tr td {
  text-align: left;
  padding: 16px;
}

.c-table tbody tr th {
  font-weight: 500;
  color: #000;
  background-color: #f3f3f3;
}

.c-table tbody tr td {
  color: #222;
}

.c-table tbody tr td > *:first-child {
  margin-top: 0;
}

@media screen and (max-width: 1099px) {
  .c-table.c-table--horizontal {
    display: block;
    border-top: none;
    border-bottom: 1px solid #b3b3b3;
  }
  .c-table.c-table--horizontal th,
  .c-table.c-table--horizontal td {
    border-bottom: none;
  }
  .c-table.c-table--horizontal th {
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
  }
  .c-table.c-table--horizontal caption {
    display: block;
  }
  .c-table.c-table--horizontal tbody,
  .c-table.c-table--horizontal tbody tr,
  .c-table.c-table--horizontal tbody th,
  .c-table.c-table--horizontal tbody td {
    display: block;
  }
}

.c-table__cell-icon {
  display: flex;
  align-items: flex-start;
  text-align: left;
}

.c-table__cell-icon + td,
.c-table__cell-icon + th {
  padding-left: 8px;
  border-left: 0;
}

.c-table__cell-icon__image {
  margin-right: 16px;
}

.c-table__cell-icon__text {
  line-height: 1.7;
}

.c-table--small {
  font-size: 1.4rem;
}

.c-table--small thead tr th,
.c-table--small tbody tr th,
.c-table--small tbody tr td {
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 1.4rem;
}

.c-table-list {
  margin-top: 60px;
  font-size: 1.6rem;
}

@media screen and (max-width: 519px) {
  .c-table-list {
    margin-top: 44px;
  }
}

.c-table-list caption {
  font-size: 1.4rem;
  margin-bottom: 12px;
  text-align: left;
}

.c-table-list caption::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-table-list caption::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.c-table-list thead tr th {
  background-color: #e0e0e0;
  border: 1px solid #b3b3b3;
  padding: 20px 16px;
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
}

.c-table-list tbody tr th {
  background-color: #f3f3f3;
  border: 1px solid #b3b3b3;
  padding: 20px 16px;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
}

.c-table-list tbody tr td {
  border: 1px solid #b3b3b3;
  padding: 20px 16px;
  text-align: left;
  vertical-align: top;
}

.c-table-list tbody tr td > *:first-child {
  margin-top: 0;
}

@media screen and (max-width: 1099px) {
  .c-table-list colgroup,
  .c-table-list thead {
    display: none;
  }
  .c-table-list tbody tr {
    border: 1px solid #b3b3b3;
    border-width: 0 1px;
  }
  .c-table-list tbody tr:first-child {
    border-top: 1px solid #b3b3b3;
  }
  .c-table-list tbody tr td,
  .c-table-list tbody tr th {
    display: block;
    position: relative;
    border-width: 0 0 1px;
  }
  .c-table-list tbody tr .data-th {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 11rem;
    padding: 20px 0 20px 16px;
    border-right: 1px solid #b3b3b3;
    box-sizing: border-box;
    min-height: 100%;
    font-weight: 500;
  }
  .c-table-list tbody tr .data-th + * {
    margin-top: 0 !important;
  }
  .c-table-list tbody tr th {
    background: #f3f3f3;
  }
  .c-table-list tbody tr th .data-th {
    background: #f3f3f3;
  }
  .c-table-list--colbg tbody tr {
    border-width: 0 1px 1px;
  }
  .c-table-list--colbg tbody tr th,
  .c-table-list--colbg tbody tr td {
    border: none;
  }
  .c-table-list--colbg tbody tr .data-th {
    background: #f3f3f3;
  }
}

.c-table__cell-1 {
  width: 1%;
}

.c-table__cell-2 {
  width: 2%;
}

.c-table__cell-3 {
  width: 3%;
}

.c-table__cell-4 {
  width: 4%;
}

.c-table__cell-5 {
  width: 5%;
}

.c-table__cell-6 {
  width: 6%;
}

.c-table__cell-7 {
  width: 7%;
}

.c-table__cell-8 {
  width: 8%;
}

.c-table__cell-9 {
  width: 9%;
}

.c-table__cell-10 {
  width: 10%;
}

.c-table__cell-11 {
  width: 11%;
}

.c-table__cell-12 {
  width: 12%;
}

.c-table__cell-13 {
  width: 13%;
}

.c-table__cell-14 {
  width: 14%;
}

.c-table__cell-15 {
  width: 15%;
}

.c-table__cell-16 {
  width: 16%;
}

.c-table__cell-17 {
  width: 17%;
}

.c-table__cell-18 {
  width: 18%;
}

.c-table__cell-19 {
  width: 19%;
}

.c-table__cell-20 {
  width: 20%;
}

.c-table__cell-21 {
  width: 21%;
}

.c-table__cell-22 {
  width: 22%;
}

.c-table__cell-23 {
  width: 23%;
}

.c-table__cell-24 {
  width: 24%;
}

.c-table__cell-25 {
  width: 25%;
}

.c-table__cell-26 {
  width: 26%;
}

.c-table__cell-27 {
  width: 27%;
}

.c-table__cell-28 {
  width: 28%;
}

.c-table__cell-29 {
  width: 29%;
}

.c-table__cell-30 {
  width: 30%;
}

.c-table__cell-31 {
  width: 31%;
}

.c-table__cell-32 {
  width: 32%;
}

.c-table__cell-33 {
  width: 33%;
}

.c-table__cell-34 {
  width: 34%;
}

.c-table__cell-35 {
  width: 35%;
}

.c-table__cell-36 {
  width: 36%;
}

.c-table__cell-37 {
  width: 37%;
}

.c-table__cell-38 {
  width: 38%;
}

.c-table__cell-39 {
  width: 39%;
}

.c-table__cell-40 {
  width: 40%;
}

.c-table__cell-41 {
  width: 41%;
}

.c-table__cell-42 {
  width: 42%;
}

.c-table__cell-43 {
  width: 43%;
}

.c-table__cell-44 {
  width: 44%;
}

.c-table__cell-45 {
  width: 45%;
}

.c-table__cell-46 {
  width: 46%;
}

.c-table__cell-47 {
  width: 47%;
}

.c-table__cell-48 {
  width: 48%;
}

.c-table__cell-49 {
  width: 49%;
}

.c-table__cell-50 {
  width: 50%;
}

.c-table__cell-51 {
  width: 51%;
}

.c-table__cell-52 {
  width: 52%;
}

.c-table__cell-53 {
  width: 53%;
}

.c-table__cell-54 {
  width: 54%;
}

.c-table__cell-55 {
  width: 55%;
}

.c-table__cell-56 {
  width: 56%;
}

.c-table__cell-57 {
  width: 57%;
}

.c-table__cell-58 {
  width: 58%;
}

.c-table__cell-59 {
  width: 59%;
}

.c-table__cell-60 {
  width: 60%;
}

.c-table__cell-61 {
  width: 61%;
}

.c-table__cell-62 {
  width: 62%;
}

.c-table__cell-63 {
  width: 63%;
}

.c-table__cell-64 {
  width: 64%;
}

.c-table__cell-65 {
  width: 65%;
}

.c-table__cell-66 {
  width: 66%;
}

.c-table__cell-67 {
  width: 67%;
}

.c-table__cell-68 {
  width: 68%;
}

.c-table__cell-69 {
  width: 69%;
}

.c-table__cell-70 {
  width: 70%;
}

.c-table__cell-71 {
  width: 71%;
}

.c-table__cell-72 {
  width: 72%;
}

.c-table__cell-73 {
  width: 73%;
}

.c-table__cell-74 {
  width: 74%;
}

.c-table__cell-75 {
  width: 75%;
}

.c-table__cell-76 {
  width: 76%;
}

.c-table__cell-77 {
  width: 77%;
}

.c-table__cell-78 {
  width: 78%;
}

.c-table__cell-79 {
  width: 79%;
}

.c-table__cell-80 {
  width: 80%;
}

.c-table__cell-81 {
  width: 81%;
}

.c-table__cell-82 {
  width: 82%;
}

.c-table__cell-83 {
  width: 83%;
}

.c-table__cell-84 {
  width: 84%;
}

.c-table__cell-85 {
  width: 85%;
}

.c-table__cell-86 {
  width: 86%;
}

.c-table__cell-87 {
  width: 87%;
}

.c-table__cell-88 {
  width: 88%;
}

.c-table__cell-89 {
  width: 89%;
}

.c-table__cell-90 {
  width: 90%;
}

.c-table__cell-91 {
  width: 91%;
}

.c-table__cell-92 {
  width: 92%;
}

.c-table__cell-93 {
  width: 93%;
}

.c-table__cell-94 {
  width: 94%;
}

.c-table__cell-95 {
  width: 95%;
}

.c-table__cell-96 {
  width: 96%;
}

.c-table__cell-97 {
  width: 97%;
}

.c-table__cell-98 {
  width: 98%;
}

.c-table__cell-99 {
  width: 99%;
}

.c-table-responsive {
  margin-top: 20px;
  position: relative;
}

.c-table-responsive-note {
  display: none;
  text-align: right;
  font-size: 1.4rem;
}

.c-table-responsive-note::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-table-responsive-note::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

@media screen and (max-width: 519px) {
  .c-table-responsive-note {
    display: block;
  }
}

@media screen and (max-width: 519px) {
  .c-table-responsive-note {
    margin: 20px 0 -8px;
  }
}

@media screen and (max-width: 519px) {
  .c-table-responsive::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.33) 100%) 0% 0% no-repeat;
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 100%;
  }
}

@media screen and (max-width: 519px) {
  .c-table-responsive__inner {
    overflow-x: scroll;
  }
  .c-table-responsive__inner table[class*="c-table"] {
    width: 1099px;
    margin-top: 0;
  }
}

.c-table-product {
  border-collapse: separate;
  border-spacing: 40px 0;
  width: calc(100% + 80px);
  margin-top: 20px;
  margin-left: -40px;
  margin-right: -40px;
  font-size: 1.6rem;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .c-table-product {
    border-spacing: 28px 0;
    width: calc(100% + 56px);
    margin-left: -28px;
    margin-right: -28px;
  }
}

@media screen and (max-width: 519px) {
  .c-table-product {
    border-spacing: 14px 0;
    width: calc(100% + 28px);
    margin-left: -14px;
    margin-right: -14px;
  }
}

.c-table-product th,
.c-table-product td {
  position: relative;
  padding: 16px 0;
  vertical-align: top;
  border-bottom: 1px solid #b3b3b3;
}

.c-table-product th {
  text-align: left;
  font-weight: 500;
  color: #000;
}

.c-table-product td {
  color: #222;
}

.c-table-product td > *:first-child {
  margin-top: 0;
}

.c-table-product tr:first-child th,
.c-table-product tr:first-child td {
  border-top: 2px solid #b3b3b3;
}

.c-table-product tr:last-child th,
.c-table-product tr:last-child td {
  border-bottom: 2px solid #b3b3b3;
}

.c-table-product .c-list--optional {
  border-collapse: collapse;
  border-spacing: 0;
}

.c-table-product--light tr th {
  border-bottom: 1px solid #e0e0e0;
  font-weight: normal;
}

.c-table-product--light tr:first-child th {
  border-top: 1px solid #e0e0e0;
}

.c-text {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #222;
}

.c-text::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-text::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.c-text--lead,
.c-text + .c-text--lead {
  margin-top: 20px;
  font-size: 1.8rem;
}

.c-text--small {
  font-size: 1.4rem;
}

.c-text--ruby {
  font-size: 0.625em;
}

.c-text--right {
  text-align: right;
}

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

.c-inline-image {
  margin: 0 0.5em;
  vertical-align: middle;
}

.c-inline-link {
  color: #222;
  text-decoration: underline;
}

@media (any-hover: hover) {
  .c-inline-link:hover {
    color: #0762cc;
  }
}

.c-quote {
  position: relative;
  display: inline-block;
  margin: 20px 0 0;
  padding-left: 1.125em;
}

.c-quote::before {
  content: "";
  display: inline-block;
  width: 0.625em;
  height: 0.56em;
  position: absolute;
}

.c-quote::before {
  top: 0.2em;
  left: 0;
  background: transparent url("../img/icon_quote_start.svg") no-repeat center center;
  background-size: contain;
}

.c-quote .c-text {
  color: #6f6f6f;
}

.c-quote .c-text:first-child {
  margin-top: 0;
}

.c-quote .c-text:last-child {
  position: relative;
}

.c-quote .c-text:last-child::after {
  content: "";
  display: inline-block;
  width: 0.625em;
  height: 1em;
  margin-left: 0.5em;
  background: transparent url("../img/icon_quote_end.svg") no-repeat 0 0.2em;
  background-size: contain;
}

.c-quote .c-text + .c-text {
  margin-top: 12px;
}

.c-quote + .c-reference {
  margin-top: 24px;
  line-height: 1.5;
}

.c-reference {
  display: block;
  font-style: normal;
  font-size: 1.6rem;
  text-align: right;
  color: #6f6f6f;
}

.c-reference::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-reference::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.c-reference a {
  color: #6f6f6f;
}

.c-reference a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 1em;
  margin: 0 0 0.2em 0.5em;
  vertical-align: middle;
  background: url("../img/icon_angle-right.svg") no-repeat 0 0;
  background-size: contain;
}

.c-reference cite {
  font-style: normal;
}

.c-text-date {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  font-size: 1.6rem;
  color: #222;
}

.c-text-date::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-text-date::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.c-text-date + * {
  margin-top: 44px !important;
}

.c-text-date__category {
  position: relative;
  display: flex;
  align-items: center;
}

.c-text-date__category::before {
  content: "";
  display: inline-block;
  width: 0.1rem;
  height: 1.125em;
  margin: 0 0.5em;
  font-size: 1em;
  line-height: 1;
  background-color: #222;
}

.c-tooltip {
  display: inline-block;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  position: relative;
  color: #222;
}

@media (any-hover: hover) {
  .c-tooltip:hover {
    color: #0762cc;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
}

.c-tooltip__content {
  display: none;
  position: absolute;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.49);
  z-index: 1001;
  left: 0;
  width: 550px;
  box-sizing: border-box;
}

@media screen and (max-width: 1099px) {
  .c-tooltip__content {
    width: 100%;
    left: 0;
  }
}

.no-js .c-tooltip__content {
  display: block;
  position: static;
  width: initial;
  margin-top: 24px;
}

.c-tooltip__content::before {
  position: absolute;
  content: " ";
  height: 24px;
  width: 24px;
  bottom: -12px;
  left: calc(50% - 12px);
  background: #fff;
  transform: rotate(45deg) skew(18deg, 18deg);
  z-index: 1;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.49);
  transition: left, right 0.2s;
}

.no-js .c-tooltip__content::before {
  display: none;
}

@media screen and (max-width: 1099px) {
  .c-tooltip__content::before {
    display: none;
  }
}

.c-tooltip__content.is--left::before {
  left: 20px;
}

.c-tooltip__content.is--right::before {
  left: initial;
  right: 20px;
}

.c-tooltip__content dl {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
  background: #fff;
  margin: 12px 12px 0;
  padding: 12px 32px 21px 12px;
  position: relative;
  z-index: 2;
}

.c-tooltip__content__heading {
  font-size: 1.6rem;
  font-weight: 500;
}

.c-tooltip__content__heading::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-tooltip__content__heading::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.c-tooltip__content__text {
  font-size: 1.4rem;
  line-height: 1.9;
}

.c-tooltip__content__text::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-tooltip__content__text::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.c-tooltip__content__close-button {
  border: none;
  background: transparent;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  z-index: 3;
  background: url("../img/icon_close.svg") no-repeat 50% 50%;
  background-size: 12px;
  transition: background 0.2s ease-out;
}

.c-tooltip__content__close-button::-webkit-search-decoration {
  display: none;
}

.c-tooltip__content__close-button:hover {
  background: url("../img/icon_close_white_hover.svg") no-repeat 50% 50%;
  background-size: 12px;
}

.c-viewer {
  margin-top: 60px;
}

.c-viewer__viewbox {
  display: block;
  aspect-ratio: 584/360;
  max-width: 584px;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 1099px) {
  .c-viewer__viewbox {
    max-width: 100%;
  }
}

.c-viewer__viewbox__container {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
}

.c-viewer__viewbox__container::-webkit-scrollbar {
  display: none;
}

.c-viewer__viewbox__item {
  flex: 0 0 auto;
  width: 100%;
  scroll-snap-align: start;
}

.c-viewer__viewbox__item img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.c-viewer__prev,
.c-viewer__next {
  border: none;
  background: transparent;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  width: 48px;
  height: 46px;
  text-align: center;
}

.c-viewer__prev::-webkit-search-decoration,
.c-viewer__next::-webkit-search-decoration {
  display: none;
}

.c-viewer__prev[disabled],
.c-viewer__next[disabled] {
  display: none;
}

@media (any-hover: hover) {
  .c-viewer__prev:hover,
  .c-viewer__next:hover {
    opacity: 0.62;
  }
}

.c-viewer__prev::before,
.c-viewer__next::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 16px;
  background: 50% 50% no-repeat url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2216%22%20viewBox%3D%220%200%208%2016%22%3E%3Cg%20transform%3D%22translate(-290%20-4794)%22%3E%3Crect%20width%3D%228%22%20height%3D%2216%22%20transform%3D%22translate(298%204810)%20rotate(180)%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M7.018%2C17.25a.761.761%2C0%2C0%2C1-.543-.228.785.785%2C0%2C0%2C1%2C0-1.1l5.6-5.672-5.6-5.672a.785.785%2C0%2C0%2C1%2C0-1.1.762.762%2C0%2C0%2C1%2C1.086%2C0L14.25%2C10.25%2C7.561%2C17.022A.761.761%2C0%2C0%2C1%2C7.018%2C17.25Z%22%20transform%3D%22translate(304.25%204812.25)%20rotate(180)%22%20fill%3D%22%23222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.c-viewer__prev {
  left: 0;
}

.c-viewer__next {
  right: 0;
}

.c-viewer__next::before {
  transform: scale(-1, 1);
}

.c-viewer__thumbnail {
  display: block;
  margin-top: 20px;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  overflow: hidden;
  position: relative;
  padding: 0 48px;
  min-height: 46px;
}

.c-viewer__thumbnail__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px 32px;
  overflow-x: scroll;
  box-sizing: border-box;
  position: relative;
  white-space: nowrap;
  padding: 0 12px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.c-viewer__thumbnail__list.is--scrollable {
  justify-content: flex-start;
}

.c-viewer__thumbnail__list::-webkit-scrollbar {
  display: none;
}

.c-viewer__thumbnail__list li {
  padding: 9px 0 11px;
  font-size: 1.6rem;
}

.c-viewer__thumbnail__list a {
  display: block;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  color: inherit;
  padding: 0 4px 2px;
}

.c-viewer__thumbnail__list a::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50%);
  transform: translateX(-50%);
  bottom: 0;
  background: transparent;
  width: 0;
  height: 2px;
  transition: 0.2s ease-out width;
}

.c-viewer__thumbnail__list a[aria-current="true"]::after {
  width: 100%;
  background: #222;
}

@media (any-hover: hover) {
  .c-viewer__thumbnail__list a:hover::after {
    width: 100%;
    background: #222;
  }
}

.c-viewer__thumbnail.with--image li {
  background: #fff;
  padding: 12px 0;
}

@media screen and (max-width: 1099px) {
  .c-viewer__thumbnail.with--image li {
    padding: 16px 0;
  }
}

.c-viewer__thumbnail.with--image li a {
  display: block;
  width: 70px;
  height: 43px;
  padding: 0;
  position: relative;
}

.c-viewer__thumbnail.with--image li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(0);
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  background: transparent;
  box-sizing: border-box;
  opacity: 0;
  transition: 0.2s ease-out opacity;
}

.c-viewer__thumbnail.with--image li a[aria-current="true"]::after {
  opacity: 1;
}

@media (any-hover: hover) {
  .c-viewer__thumbnail.with--image li a:hover::after {
    opacity: 1;
  }
}

.c-viewer__thumbnail.with--image li img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  transition: 0.2s ease-out opacity;
}

.c-viewer__thumbnail.with--image li a[aria-current="true"] img {
  opacity: 0.7;
}

@media (any-hover: hover) {
  .c-viewer__thumbnail.with--image li a:hover img {
    opacity: 0.7;
  }
}

.c-sns-button {
  margin-top: 100px;
}

@media screen and (max-width: 519px) {
  .c-sns-button {
    margin-top: 84px;
  }
}

.c-sns-button dd {
  margin-top: 20px;
}

.c-sns-button__heading {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
}

.c-sns-button__heading::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-sns-button__heading::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

.c-sns-button__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 16px 32px;
  height: 24px;
  margin-top: 20px;
}

.c-sns-button__list li {
  height: 24px;
}

.c-sns-button__list--facebook,
.c-sns-button__list--twitter,
.c-sns-button__list--linkedin,
.c-sns-button__list--line {
  display: inline-block;
  color: #222;
  transition: color 0.2s ease-out;
}

@media (any-hover: hover) {
  .c-sns-button__list--facebook:hover,
  .c-sns-button__list--twitter:hover,
  .c-sns-button__list--linkedin:hover,
  .c-sns-button__list--line:hover {
    color: #6f6f6f;
  }
}

.c-sns-button__list--facebook svg,
.c-sns-button__list--twitter svg,
.c-sns-button__list--linkedin svg,
.c-sns-button__list--line svg {
  fill: currentColor;
}

.c-sns-button__list--facebook,
.c-sns-button__list--linkedin {
  width: 24px;
  height: 24px;
}

.c-sns-button__list--line {
  width: 24.32px;
  height: 24px;
}

.c-sns-button__list--twitter {
  width: 29.79px;
  height: 24px;
}

.c-button-block {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin-top: 20px;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .c-button-block {
    gap: 20px 32px;
  }
}

@media screen and (max-width: 519px) {
  .c-button-block {
    gap: 20px 20px;
  }
}

.c-button {
  display: flex;
  justify-content: center;
  min-height: 44px;
  padding: 8px 44px 9px;
  background-color: #222;
  border: 1px solid #949494;
  font-size: 1.6rem;
  line-height: 1.5;
  box-sizing: border-box;
  color: #fff;
  transition: background-color 0.2s ease-out;
}

@media screen and (max-width: 519px) {
  .c-button {
    padding: 8px 20px 10px;
  }
}

@media (any-hover: hover) {
  .c-button:hover {
    text-decoration: none;
    background-color: #6e6e6e;
  }
}

.c-button:not(.c-button--type02):not(.c-button--cancel):not(.c-button--disabled):not(.c-button--general):focus-visible {
  outline-color: #0076ff;
}

.c-button-grid .c-button {
  width: 100%;
  max-width: 896px;
  margin: 0 auto;
}

.c-button span {
  text-align: left;
}

.c-button span::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 1em;
  margin: 0 0 0.2em 0.5em;
  vertical-align: middle;
  background: url("../img/icon_angle-right-white.svg") no-repeat 0 0;
  background-size: contain;
}

.c-button[target="_blank"] span::after {
  display: none;
}

.c-button.c-link-icon span::after {
  display: none;
}

.c-button .c-icon {
  margin-right: 0;
}

.c-button .c-icon--file {
  margin: 0 0.5em 0.2em;
}

.c-button.c-button--type02 {
  background-color: #fff;
  border: 1px solid #949494;
  color: #222;
}

@media (any-hover: hover) {
  .c-button.c-button--type02:hover {
    text-decoration: none;
    background-color: #dbdbdb;
  }
}

.c-button.c-button--type02 span::after {
  background-image: url("../img/icon_angle-right.svg");
}

.c-button.c-button--general {
  background-color: #ffe600;
  border: 1px solid #949494;
  color: #222;
  border-radius: 22px;
}

@media (any-hover: hover) {
  .c-button.c-button--general:hover {
    text-decoration: none;
    background-color: #fff16f;
  }
}

.c-button.c-button--general span::after {
  background-image: url("../img/icon_angle-right.svg");
}

.c-button.c-button--cancel {
  background-color: #949494;
  border: 1px solid #949494;
  color: #222;
}

@media (any-hover: hover) {
  .c-button.c-button--cancel:hover {
    text-decoration: none;
    background-color: #dbdbdb;
  }
}

.c-button.c-button--cancel span::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 1em;
  margin: 0 0.5em 0.2em 0;
  vertical-align: middle;
  background: url("../img/icon_angle-left.svg") no-repeat 0 0;
  background-size: contain;
}

.c-button.c-button--cancel span::after {
  display: none;
}

.c-button.c-button--disabled {
  background-color: #dbdbdb;
  border: 1px solid #949494;
  color: #949494;
}

@media (any-hover: hover) {
  .c-button.c-button--disabled:hover {
    text-decoration: none;
    background-color: #dbdbdb;
  }
}

.c-button.c-button--disabled span::after {
  background-image: url("../img/icon_angle-right-gray.svg");
}

.c-button-grid {
  display: grid;
  gap: 20px 40px;
  margin-top: 20px;
}

.c-heading-b + .c-button-grid {
  margin-top: 60px;
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .c-button-grid {
    gap: 20px 32px;
  }
}

@media screen and (max-width: 519px) {
  .c-button-grid {
    gap: 20px 20px;
  }
}

@media screen and (max-width: 1099px) {
  .c-button-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 1099px) {
  .c-button-grid.c-button-grid--colhold {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-button-grid .c-button-block {
  margin-top: 0;
}

@media print, (min-width: 1100px) {
  .c-button-grid__col1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

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

.c-button-grid__col3 {
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 1099px) {
  .c-button-grid__col3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media print, (min-width: 1100px) {
  .c-button-grid__col4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 1099px) {
  .c-button-grid__col4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 1099px) {
  .c-button-grid__col4 .c-button-grid__item:nth-child(-n + 2) {
    margin-top: 0;
  }
}

@media print, (min-width: 1100px) {
  .c-button-grid__col4 .c-button-grid__item:nth-child(-n + 4) {
    margin-top: 0;
  }
}

.c-button-grid__col3--center-double,
.c-button-grid__col4--center-double,
.c-button-grid__col4--center-triple {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1099px) {
  .c-button-grid__col3--center-double,
  .c-button-grid__col4--center-double,
  .c-button-grid__col4--center-triple {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 1099px) {
  .c-button-grid__col3--center-double {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media print, (min-width: 1100px) {
  .c-button-grid__col3--center-double .c-button-grid__item {
    width: calc((100% / 3) - calc(80px / 3));
  }
}

@media screen and (max-width: 1099px) {
  .c-button-grid__col4--center-double {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media print, (min-width: 1100px) {
  .c-button-grid__col4--center-double .c-button-grid__item {
    width: calc((100% / 4) - calc(120px / 4));
  }
}

@media print, (min-width: 1100px) {
  .c-button-grid__col4--center-triple .c-button-grid__item {
    width: calc((100% / 4) - calc(120px / 4));
  }
}

.c-hero {
  position: relative;
  height: auto;
  margin: 0 auto;
  line-height: 0;
  box-sizing: border-box;
}

@media print, (min-width: 1100px) {
  .c-hero {
    aspect-ratio: 2560 / 1040;
  }
}

@media print, (min-width: 1100px) {
  .c-hero .c-hero__content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 50%;
    padding: 32px 20px 32px 100px;
    z-index: 2;
    box-sizing: border-box;
  }
}

@media print, (min-width: 1100px) {
  .c-hero .c-hero__image {
    position: absolute;
    top: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}

.c-hero__inner {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1099px) {
  .c-hero__inner {
    display: flex;
    flex-direction: column;
  }
}

.c-hero__content,
.c-hero-split__content {
  box-sizing: border-box;
}

@media screen and (max-width: 1099px) {
  .c-hero__content,
  .c-hero-split__content {
    order: 2;
    background-color: #f3f3f3;
  }
}

@media screen and (min-width: 520px) and (max-width: 1099px) {
  .c-hero__content,
  .c-hero-split__content {
    padding: 32px;
  }
}

@media screen and (max-width: 519px) {
  .c-hero__content,
  .c-hero-split__content {
    padding: 24px;
  }
}

.c-hero-split__content {
  background: #f3f3f3;
}

@media print, (min-width: 1100px) {
  .c-hero-split__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 32px;
  }
}

.c-hero__title,
.c-hero-split__title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}

.c-hero__title::before,
.c-hero-split__title::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-hero__title::after,
.c-hero-split__title::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

@media screen and (max-width: 519px) {
  .c-hero__title,
  .c-hero-split__title {
    font-size: 2.5rem;
  }
}

@media print, (min-width: 1100px) {
  .c-hero__title {
    text-shadow: 0 0 10px #fff;
  }
}

.c-hero__text,
.c-hero-split__text {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #222;
}

.c-hero__text::before,
.c-hero-split__text::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}

.c-hero__text::after,
.c-hero-split__text::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}

@media print, (min-width: 1100px) {
  .c-hero__text {
    text-shadow: 0 0 10px #fff;
  }
}

@media screen and (max-width: 1099px) {
  .c-hero__image,
  .c-hero-split__image {
    order: 1;
  }
}

@media print, (min-width: 1100px) {
  .c-hero__image .c-figure,
  .c-hero-split__image .c-figure {
    height: 100%;
  }
}

.c-hero__image img,
.c-hero-split__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-hero__button,
.c-hero-split__button {
  display: inline-block;
  min-width: 184px;
  margin-top: 32px;
}

.c-hero-split__button .c-button {
  display: inline-block;
}

@media screen and (max-width: 1099px) {
  .c-hero-split__button .c-button {
    display: flex;
  }
}

@media print, (min-width: 1100px) {
  .c-hero--type02 .c-hero__title {
    color: #fff;
    text-shadow: 0 0 10px #000;
  }
}

@media print, (min-width: 1100px) {
  .c-hero--type02 .c-hero__text {
    color: #fff;
    text-shadow: 0 0 10px #000;
  }
}

.c-hero--type02 .c-hero__button .c-button {
  color: #222;
  background-color: #fff;
}

@media (any-hover: hover) {
  .c-hero--type02 .c-hero__button .c-button:hover {
    text-decoration: none;
    background-color: #dbdbdb;
  }
}

.c-hero--type02 .c-hero__button .c-button span::after {
  background: url(../img/icon_angle-right.svg) no-repeat 0 0;
}

.c-hero-split {
  display: grid;
  grid-template-columns: 1fr 2fr;
  box-sizing: border-box;
}

@media print, (min-width: 1100px) {
  .c-hero-split {
    aspect-ratio: auto;
  }
}

@media screen and (max-width: 1099px) {
  .c-hero-split {
    display: flex;
    flex-direction: column;
  }
}

.c-hero-split--type02 .c-hero-split__content {
  background-color: #222;
}

.c-hero-split--type02 .c-hero-split__title {
  color: #fff;
}

.c-hero-split--type02 .c-hero-split__text {
  color: #fff;
}

.c-hero-split--type02 .c-hero-split__button .c-button {
  color: #222;
  background-color: #fff;
}

@media (any-hover: hover) {
  .c-hero-split--type02 .c-hero-split__button .c-button:hover {
    text-decoration: none;
    background-color: #dbdbdb;
  }
}

.c-hero-split--type02 .c-hero-split__button .c-button span::after {
  background: url(../img/icon_angle-right.svg) no-repeat 0 0;
}

.onetrust-movie-overlay-C0003,
.onetrust-movie-overlay-C0004 {
  height: 100%;
  width: 100%;
  background: #000000;
  color: #ffffff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 32px;
  text-align: left;
  animation-name: fadeInAnime;
  animation-duration: 0.4s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.ot-sdk-show-settings {
  color: #ffffff;
  background: none;
  border: 0;
  padding: 0;
  display: inline-block;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1.5;
}

.ot-sdk-show-settings::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 1em;
  margin: 0 0 0.2em 0.5em;
  vertical-align: middle;
  background: url("../img/icon_angle-right-white.svg") no-repeat 0 0;
  background-size: contain;
}

/*-------------------------------------------------------------------------
Print
--------------------------------------------------------------------------*/
@media print {
  body {
    background: #fff !important;
    color: #000 !important;
  }
  body *:not(a):not(span) {
    color: #000 !important;
  }
  body a {
    text-decoration: underline !important;
  }
  body .c-tab__item a,
  body .c-button-block a,
  body .c-viewer__thumbnail__list a {
    text-decoration: none !important;
  }
  .Page .wrapper {
    padding-top: 0 !important;
  }
  .Page .head-navi {
    position: static !important;
  }
  .header {
    border-bottom: none;
  }
  .header-inner {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .header__region,
  .header__utility,
  .header__search,
  .header__site-type,
  .global-navi {
    display: none !important;
  }
  .footer > *,
  .footer__information,
  .footer__brand,
  .footer__utility,
  .footer__globalSite {
    display: none !important;
  }
  .footer .footer__row:last-of-type {
    display: block !important;
    border-top: solid 1px #000 !important;
  }
  .footer {
    background: #fff;
  }
  .footer__row-inner {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .footer__divider2 {
    justify-content: end;
  }
  .footer__copyright {
    color: #000;
    text-align: right;
  }
  .c-breadcrumb,
  .footer-sitemap {
    display: none !important;
  }
  .main-inner {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
