@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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

* {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style-type: none;
}

html {
  font-size: 62.5%;
}

body {
  color: #2a2a2a;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}

@media all and (min-width: tablet / 1tablet-tabletpx), print {
  body {
    font-size: 1.4rem;
  }
}

a {
  color: #2a2a2a;
  text-decoration: none;
}

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

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

img[src$=".svg"],
img[src$=".svgz"] {
  width: 100%;
}

em, strong {
  font-weight: bold;
}

input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

::-webkit-input-placeholder {
  line-height: normal;
}

table {
  border-collapse: collapse;
}

@-webkit-keyframes menu-btn-bar-open-01 {
  0% {
    top: 21px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    top: 27px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    top: 26px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@keyframes menu-btn-bar-open-01 {
  0% {
    top: 21px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    top: 27px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    top: 26px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@-webkit-keyframes menu-btn-bar-open-02 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes menu-btn-bar-open-02 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes menu-btn-bar-open-03 {
  0% {
    top: 33px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    top: 27px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    top: 26px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@keyframes menu-btn-bar-open-03 {
  0% {
    top: 33px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    top: 27px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    top: 26px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@-webkit-keyframes menu-btn-bar-close-01 {
  0% {
    top: 26px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  50% {
    top: 27px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    top: 21px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes menu-btn-bar-close-01 {
  0% {
    top: 26px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  50% {
    top: 27px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    top: 21px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@-webkit-keyframes menu-btn-bar-close-02 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes menu-btn-bar-close-02 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes menu-btn-bar-close-03 {
  0% {
    top: 26px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  50% {
    top: 27px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    top: 33px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes menu-btn-bar-close-03 {
  0% {
    top: 26px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  50% {
    top: 27px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    top: 33px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@-webkit-keyframes open-menu {
  0% {
    -webkit-transform: translate3d(0, -100vh, 0);
            transform: translate3d(0, -100vh, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes open-menu {
  0% {
    -webkit-transform: translate3d(0, -100vh, 0);
            transform: translate3d(0, -100vh, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes close-menu {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -100vh, 0);
            transform: translate3d(0, -100vh, 0);
  }
}

@keyframes close-menu {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -100vh, 0);
            transform: translate3d(0, -100vh, 0);
  }
}

@-webkit-keyframes open-mega-menu {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes open-mega-menu {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes close-mega-menu {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
}

@keyframes close-mega-menu {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*----------------------------------------
  等幅2カラム
----------------------------------------*/
.col-02:not(:first-child) {
  margin-top: 32px;
}

@media all and (min-width: 768px), print {
  .col-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.col-02__item:not(:first-child) {
  margin-top: 32px;
}

@media all and (min-width: 768px), print {
  .col-02__item {
    width: calc(50% - 24px);
  }
  .col-02__item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .col-02__item:nth-child(even) {
    margin-left: 48px;
  }
}

/*----------------------------------------
  1:2 2カラム
----------------------------------------*/
@media all and (min-width: 768px), print {
  .col-02--1-2 .col-02__item--s {
    width: calc(33% - 24px);
  }
  .col-02--1-2 .col-02__item--l {
    width: calc(67% - 24px);
  }
}

/*----------------------------------------
  1:3 2カラム
----------------------------------------*/
@media all and (min-width: 768px), print {
  .col-02--1-3 .col-02__item--s {
    width: calc(25% - 24px);
  }
  .col-02--1-3 .col-02__item--l {
    width: calc(75% - 24px);
  }
}

/*----------------------------------------
  等幅3カラム
----------------------------------------*/
.col-03:not(:first-child) {
  margin-top: 32px;
}

@media all and (min-width: 768px), print {
  .col-03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.col-03__item:not(:first-child) {
  margin-top: 32px;
}

@media all and (min-width: 768px), print {
  .col-03__item {
    margin-left: 48px;
    width: calc(33.33% - 32px);
  }
  .col-03__item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .col-03__item:nth-child(3n+1) {
    margin-left: 0;
  }
}

/*----------------------------------------
  等幅4カラム
----------------------------------------*/
.col-04:not(:first-child) {
  margin-top: 32px;
}

@media all and (min-width: 768px), print {
  .col-04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.col-04__item:not(:first-child) {
  margin-top: 32px;
}

@media all and (min-width: 768px), print {
  .col-04__item {
    margin-left: 48px;
    width: calc(25% - 36px);
  }
  .col-04__item:nth-child(-n + 4) {
    margin-top: 0;
  }
  .col-04__item:nth-child(4n+1) {
    margin-left: 0;
  }
}

/*----------------------------------------
  注釈
----------------------------------------*/
.list-note {
  line-height: 1.76923;
  letter-spacing: 0.02em;
  font-size: 1.3rem;
}

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

@media all and (min-width: 768px), print {
  .list-note:not(:first-child) {
    margin-top: 16px;
  }
}

.list-note__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-note__item:not(:first-child) {
  margin-top: 5px;
}

.list-note__mark {
  padding-right: 0.5em;
  min-width: 2.3em;
  white-space: nowrap;
}

/*----------------------------------------
  ビュレットリスト
----------------------------------------*/
.list-disc {
  line-height: 1.66667;
  letter-spacing: 0.02em;
  font-size: 1.5rem;
}

.list-disc:not(:first-child) {
  margin-top: 32px;
}

ul + .list-disc:not(:first-child),
ol + .list-disc:not(:first-child) {
  margin-top: 20px;
}

@media all and (min-width: 768px), print {
  ul + .list-disc:not(:first-child),
  ol + .list-disc:not(:first-child) {
    margin-top: 16px;
  }
}

.list-disc__item {
  padding-left: 12px;
  position: relative;
}

.list-disc__item:not(:first-child) {
  margin-top: 10px;
}

.list-disc__item::before {
  content: '';
  border-radius: 50%;
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  top: 0.65em;
  left: 0;
  background-color: #073190;
}

.list-disc__item a {
  position: relative;
  color: #073190;
  font-weight: 500;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.list-disc__item a:hover {
  opacity: 0.7;
}

.list-disc__item a[target="_blank"] {
  padding-right: 5px;
}

.list-disc__item a[target="_blank"]::after, .list-disc__item a[href$=".pdf"]::after {
  content: '';
  display: inline-block;
  position: relative;
}

.list-disc__item a[target="_blank"]::after {
  margin-left: 4px;
  width: 10px;
  height: 10px;
  top: 0;
  background: url("/assets/images/icon_blank_01.svg") no-repeat 0 50%;
  background-size: 100% auto;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}

.list-disc__item a[href$=".pdf"]::after {
  margin-left: 4px;
  width: 14px;
  height: 18px;
  top: 0.2em;
  background: url("/assets/images/icon_pdf_01.svg") no-repeat 0 50%;
  background-size: auto 100%;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}

[class^="list"] .list-disc {
  margin-top: 12px;
  padding-bottom: 3px;
  padding-left: 2px;
  line-height: 1.76923;
  font-size: 1.3rem;
}

[class^="list"] .list-disc .list-disc__item:not(:first-child) {
  margin-top: 8px;
}

/*----------------------------------------
  数字リスト
----------------------------------------*/
.list-num {
  margin-left: -5px;
  line-height: 1.66667;
  letter-spacing: 0.02em;
  counter-reset: decimal 0;
  font-size: 1.5rem;
}

.list-num:not(:first-child) {
  margin-top: 32px;
}

ul + .list-num:not(:first-child),
ol + .list-num:not(:first-child) {
  margin-top: 20px;
}

@media all and (min-width: 768px), print {
  ul + .list-num:not(:first-child),
  ol + .list-num:not(:first-child) {
    margin-top: 16px;
  }
}

.list-num__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-num__item:not(:first-child) {
  margin-top: 10px;
}

.list-num__item::before {
  counter-increment: decimal 1;
  content: counter(decimal) ".";
  min-width: 1.5em;
  color: #073190;
  font-weight: bold;
  text-align: center;
}

.list-num__item a {
  font-weight: 500;
}

.list-num__desc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.list-num__hdg {
  font-size: inherit;
  font-weight: normal;
}

.list-num__text {
  margin-top: 8px;
  font-size: 1.3rem;
}

[class^="list"] .list-num {
  margin-top: 13px;
  padding-bottom: 3px;
  width: 100%;
  line-height: 1.76923;
  counter-reset: roman i;
  font-size: 1.3rem;
}

[class^="list"] .list-num .list-num__item:not(:first-child) {
  margin-top: 5px;
}

[class^="list"] .list-num .list-num__item::before {
  counter-increment: roman 1;
  content: counter(roman, lower-roman) ".";
}

/*----------------------------------------
  リンクリスト
----------------------------------------*/
.list-link {
  line-height: 1.66667;
  letter-spacing: 0.02em;
  font-size: 1.5rem;
}

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

ul + .list-link:not(:first-child),
ol + .list-link:not(:first-child) {
  margin-top: 20px;
}

@media all and (min-width: 768px), print {
  ul + .list-link:not(:first-child),
  ol + .list-link:not(:first-child) {
    margin-top: 16px;
  }
}

.list-link a {
  padding-right: 27px;
  display: inline-block;
  position: relative;
  color: #073190;
  font-weight: 500;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.list-link a:hover {
  opacity: 0.7;
}

.list-link a[target="_blank"] {
  padding-right: 18px;
}

.list-link a[href$=".pdf"] {
  padding-right: 22px;
}

.list-link a::after {
  content: '';
  width: 19px;
  height: 6px;
  display: block;
  position: absolute;
  top: 0.65em;
  right: 0;
  background: url("/assets/images/icon_arrow_01.svg") no-repeat 0 50%;
  background-size: 100% auto;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.list-link a:hover::after {
  -webkit-transform: translate3d(6px, 0, 0);
          transform: translate3d(6px, 0, 0);
}

.list-link a[target="_blank"]::after, .list-link a[href$=".pdf"]::after {
  display: block;
  position: absolute;
}

.list-link a[target="_blank"]::after {
  margin-left: 0;
  width: 10px;
  height: 10px;
  top: 0.5em;
  background: url("/assets/images/icon_blank_01.svg") no-repeat 0 50%;
  background-size: 100% auto;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}

.list-link a[href$=".pdf"]::after {
  margin-left: 0;
  width: 14px;
  height: 18px;
  top: 0.1em;
  background: url("/assets/images/icon_pdf_01.svg") no-repeat 0 50%;
  background-size: auto 100%;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}

.list-link__item:not(:first-child) {
  margin-top: 10px;
}

[class^="list"] .list-link {
  margin-top: 12px;
  padding-bottom: 3px;
  padding-left: 18px;
  line-height: 1.76923;
  font-size: 1.3rem;
}

[class^="list"] .list-link .list-link__item:not(:first-child) {
  margin-top: 5px;
}

/*----------------------------------------
  製品リスト
----------------------------------------*/
.list-products:not(:first-child) {
  margin-top: 20px;
}

@media all and (min-width: 768px), print {
  .list-products:not(:first-child) {
    margin-top: 16px;
  }
}

@media all and (min-width: 768px), print {
  .list-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media all and (min-width: 768px), print {
  .list-products__item {
    margin-left: 48px;
    width: calc(33.33% - 32px);
  }
  .list-products__item:nth-child(3n+1) {
    margin-left: 0;
  }
}

.list-products__target {
  padding: 16px 0;
  border-bottom: solid 1px #e1e1e3;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #073190;
  font-weight: 500;
  line-height: 1.53846;
  letter-spacing: 0.02em;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  font-size: 1.3rem;
}

.list-products__target:hover {
  opacity: 0.7;
}

.list-products__image {
  margin-right: 16px;
  width: 90px;
  min-width: 90px;
}

.list-products__image img {
  width: 100%;
}

@media all and (min-width: 768px), print {
  .list-products__image {
    width: 100px;
    min-width: 100px;
  }
}

/*----------------------------------------
  h1
----------------------------------------*/
.hdg-01 {
  margin: 0 calc(50% - 50vw);
}

.hdg-01__inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 1920px;
  padding: 40px 16px 20px;
  border-bottom: solid 2px #e1e1e3;
  display: block;
  color: #073190;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: center;
  font-size: 2.6rem;
}

@media all and (min-width: 768px), print {
  .hdg-01__inner {
    padding: 70px 64px 27px;
    font-size: 3.4rem;
  }
}

/*----------------------------------------
  h2
----------------------------------------*/
.hdg-02 {
  padding-bottom: 14px;
  background-image: linear-gradient(to right, #073190 80px, #e1e1e3 80px);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  color: #073190;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.30435;
  letter-spacing: 0.02em;
  font-size: 2.3rem;
  margin-top: 64px;
}

@media all and (min-width: 768px), print {
  .hdg-02 {
    margin-top: 72px;
  }
}

[class^="box-"] .hdg-02 {
  margin-top: 0;
}

@media all and (min-width: 768px), print {
  .hdg-02 {
    padding-bottom: 18px;
    background-image: linear-gradient(to right, #073190 128px, #e1e1e3 128px);
    font-size: 2.6rem;
  }
}

/*----------------------------------------
  h3
----------------------------------------*/
.hdg-03 {
  padding-bottom: 15px;
  border-bottom: solid 1px currentColor;
  color: #073190;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-size: 1.9rem;
  margin-top: 48px;
}

@media all and (min-width: 768px), print {
  .hdg-03 {
    padding-bottom: 20px;
    font-size: 2.2rem;
  }
}

/*----------------------------------------
  h4
----------------------------------------*/
.hdg-04 {
  font-weight: 500;
  line-height: 1.5625;
  letter-spacing: 0.02em;
  font-size: 1.6rem;
  margin-top: 32px;
}

@media all and (min-width: 768px), print {
  .hdg-04 {
    font-size: 1.8rem;
  }
}

/*----------------------------------------
  本文テキスト
----------------------------------------*/
.text {
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-size: 1.5rem;
}

.text:not(:first-child) {
  margin-top: 32px;
}

@media all and (min-width: 768px), print {
  .text {
    line-height: 2.13333;
  }
}

.text a {
  position: relative;
  color: #073190;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.text a:hover {
  opacity: 0.7;
}

.text a[target="_blank"] {
  padding-right: 4px;
}

.text a[target="_blank"] {
  padding-right: 5px;
}

.text a[target="_blank"]::after, .text a[href$=".pdf"]::after {
  content: '';
  display: inline-block;
  position: relative;
}

.text a[target="_blank"]::after {
  margin-left: 4px;
  width: 10px;
  height: 10px;
  top: 0;
  background: url("/assets/images/icon_blank_01.svg") no-repeat 0 50%;
  background-size: 100% auto;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}

.text a[href$=".pdf"]::after {
  margin-left: 4px;
  width: 14px;
  height: 18px;
  top: 0.2em;
  background: url("/assets/images/icon_pdf_01.svg") no-repeat 0 50%;
  background-size: auto 100%;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}

/*----------------------------------------
  太字テキスト
----------------------------------------*/
em,
strong {
  font-weight: bold;
  font-style: normal;
}

/*----------------------------------------
  上付きテキスト
----------------------------------------*/
sup {
  top: -0.3em;
}

/*----------------------------------------
  注釈
----------------------------------------*/
.list-note {
  line-height: 1.76923;
  letter-spacing: 0.02em;
  font-size: 1.3rem;
}

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

@media all and (min-width: 768px), print {
  .list-note:not(:first-child) {
    margin-top: 16px;
  }
}

.list-note__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-note__item:not(:first-child) {
  margin-top: 5px;
}

.list-note__mark {
  padding-right: 0.5em;
  min-width: 2.3em;
  white-space: nowrap;
}

/*----------------------------------------
  ビュレットリスト
----------------------------------------*/
.list-disc {
  line-height: 1.66667;
  letter-spacing: 0.02em;
  font-size: 1.5rem;
}

.list-disc:not(:first-child) {
  margin-top: 32px;
}

ul + .list-disc:not(:first-child),
ol + .list-disc:not(:first-child) {
  margin-top: 20px;
}

@media all and (min-width: 768px), print {
  ul + .list-disc:not(:first-child),
  ol + .list-disc:not(:first-child) {
    margin-top: 16px;
  }
}

.list-disc__item {
  padding-left: 12px;
  position: relative;
}

.list-disc__item:not(:first-child) {
  margin-top: 10px;
}

.list-disc__item::before {
  content: '';
  border-radius: 50%;
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  top: 0.65em;
  left: 0;
  background-color: #073190;
}

.list-disc__item a {
  position: relative;
  color: #073190;
  font-weight: 500;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.list-disc__item a:hover {
  opacity: 0.7;
}

.list-disc__item a[target="_blank"] {
  padding-right: 5px;
}

.list-disc__item a[target="_blank"]::after, .list-disc__item a[href$=".pdf"]::after {
  content: '';
  display: inline-block;
  position: relative;
}

.list-disc__item a[target="_blank"]::after {
  margin-left: 4px;
  width: 10px;
  height: 10px;
  top: 0;
  background: url("/assets/images/icon_blank_01.svg") no-repeat 0 50%;
  background-size: 100% auto;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}

.list-disc__item a[href$=".pdf"]::after {
  margin-left: 4px;
  width: 14px;
  height: 18px;
  top: 0.2em;
  background: url("/assets/images/icon_pdf_01.svg") no-repeat 0 50%;
  background-size: auto 100%;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}

[class^="list"] .list-disc {
  margin-top: 12px;
  padding-bottom: 3px;
  padding-left: 2px;
  line-height: 1.76923;
  font-size: 1.3rem;
}

[class^="list"] .list-disc .list-disc__item:not(:first-child) {
  margin-top: 8px;
}

/*----------------------------------------
  数字リスト
----------------------------------------*/
.list-num {
  margin-left: -5px;
  line-height: 1.66667;
  letter-spacing: 0.02em;
  counter-reset: decimal 0;
  font-size: 1.5rem;
}

.list-num:not(:first-child) {
  margin-top: 32px;
}

ul + .list-num:not(:first-child),
ol + .list-num:not(:first-child) {
  margin-top: 20px;
}

@media all and (min-width: 768px), print {
  ul + .list-num:not(:first-child),
  ol + .list-num:not(:first-child) {
    margin-top: 16px;
  }
}

.list-num__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-num__item:not(:first-child) {
  margin-top: 10px;
}

.list-num__item::before {
  counter-increment: decimal 1;
  content: counter(decimal) ".";
  min-width: 1.5em;
  color: #073190;
  font-weight: bold;
  text-align: center;
}

.list-num__item a {
  font-weight: 500;
}

.list-num__desc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.list-num__hdg {
  font-size: inherit;
  font-weight: normal;
}

.list-num__text {
  margin-top: 8px;
  font-size: 1.3rem;
}

[class^="list"] .list-num {
  margin-top: 13px;
  padding-bottom: 3px;
  width: 100%;
  line-height: 1.76923;
  counter-reset: roman i;
  font-size: 1.3rem;
}

[class^="list"] .list-num .list-num__item:not(:first-child) {
  margin-top: 5px;
}

[class^="list"] .list-num .list-num__item::before {
  counter-increment: roman 1;
  content: counter(roman, lower-roman) ".";
}

/*----------------------------------------
  リンクリスト
----------------------------------------*/
.list-link {
  line-height: 1.66667;
  letter-spacing: 0.02em;
  font-size: 1.5rem;
}

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

ul + .list-link:not(:first-child),
ol + .list-link:not(:first-child) {
  margin-top: 20px;
}

@media all and (min-width: 768px), print {
  ul + .list-link:not(:first-child),
  ol + .list-link:not(:first-child) {
    margin-top: 16px;
  }
}

.list-link a {
  padding-right: 27px;
  display: inline-block;
  position: relative;
  color: #073190;
  font-weight: 500;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.list-link a:hover {
  opacity: 0.7;
}

.list-link a[target="_blank"] {
  padding-right: 18px;
}

.list-link a[href$=".pdf"] {
  padding-right: 22px;
}

.list-link a::after {
  content: '';
  width: 19px;
  height: 6px;
  display: block;
  position: absolute;
  top: 0.65em;
  right: 0;
  background: url("/assets/images/icon_arrow_01.svg") no-repeat 0 50%;
  background-size: 100% auto;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.list-link a:hover::after {
  -webkit-transform: translate3d(6px, 0, 0);
          transform: translate3d(6px, 0, 0);
}

.list-link a[target="_blank"]::after, .list-link a[href$=".pdf"]::after {
  display: block;
  position: absolute;
}

.list-link a[target="_blank"]::after {
  margin-left: 0;
  width: 10px;
  height: 10px;
  top: 0.5em;
  background: url("/assets/images/icon_blank_01.svg") no-repeat 0 50%;
  background-size: 100% auto;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}

.list-link a[href$=".pdf"]::after {
  margin-left: 0;
  width: 14px;
  height: 18px;
  top: 0.1em;
  background: url("/assets/images/icon_pdf_01.svg") no-repeat 0 50%;
  background-size: auto 100%;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}

.list-link__item:not(:first-child) {
  margin-top: 10px;
}

[class^="list"] .list-link {
  margin-top: 12px;
  padding-bottom: 3px;
  padding-left: 18px;
  line-height: 1.76923;
  font-size: 1.3rem;
}

[class^="list"] .list-link .list-link__item:not(:first-child) {
  margin-top: 5px;
}

/*----------------------------------------
  製品リスト
----------------------------------------*/
.list-products:not(:first-child) {
  margin-top: 20px;
}

@media all and (min-width: 768px), print {
  .list-products:not(:first-child) {
    margin-top: 16px;
  }
}

@media all and (min-width: 768px), print {
  .list-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media all and (min-width: 768px), print {
  .list-products__item {
    margin-left: 48px;
    width: calc(33.33% - 32px);
  }
  .list-products__item:nth-child(3n+1) {
    margin-left: 0;
  }
}

.list-products__target {
  padding: 16px 0;
  border-bottom: solid 1px #e1e1e3;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #073190;
  font-weight: 500;
  line-height: 1.53846;
  letter-spacing: 0.02em;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  font-size: 1.3rem;
}

.list-products__target:hover {
  opacity: 0.7;
}

.list-products__image {
  margin-right: 16px;
  width: 90px;
  min-width: 90px;
}

.list-products__image img {
  width: 100%;
}

@media all and (min-width: 768px), print {
  .list-products__image {
    width: 100px;
    min-width: 100px;
  }
}

/*----------------------------------------
  基本テーブル
----------------------------------------*/
.table-01:not(:first-child) {
  margin-top: 32px;
}

.hdg-04 + .table-01:not(:first-child) {
  margin-top: 20px;
}

@media all and (min-width: 768px), print {
  .hdg-04 + .table-01:not(:first-child) {
    margin-top: 16px;
  }
}

.table-01 table {
  width: 100%;
}

.table-01 th,
.table-01 td {
  padding: 10px 12px;
  border: solid 1px #e1e1e3;
  line-height: 1.38462;
  font-size: 1.3rem;
}

.table-01 th {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.table-01 td {
  background-color: #fff;
}

.table-01 [class^="list"] {
  font-size: inherit;
}

.table-01 a {
  position: relative;
  color: #073190;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.table-01 a:hover {
  opacity: 0.7;
}

.table-01 a[target="_blank"] {
  padding-right: 4px;
}

.table-01 a[target="_blank"] {
  padding-right: 5px;
}

.table-01 a[target="_blank"]::after, .table-01 a[href$=".pdf"]::after {
  content: '';
  display: inline-block;
  position: relative;
}

.table-01 a[target="_blank"]::after {
  margin-left: 4px;
  width: 10px;
  height: 10px;
  top: 0;
  background: url("/assets/images/icon_blank_01.svg") no-repeat 0 50%;
  background-size: 100% auto;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}

.table-01 a[href$=".pdf"]::after {
  margin-left: 4px;
  width: 14px;
  height: 18px;
  top: 0.2em;
  background: url("/assets/images/icon_pdf_01.svg") no-repeat 0 50%;
  background-size: auto 100%;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}

@media all and (min-width: 768px), print {
  .table-01 th,
  .table-01 td {
    padding: 12px 16px;
  }
}

@media all and (max-width: 767px) {
  .table-01-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-01-scroll col {
    width: auto !important;
  }
  .table-01-scroll th,
  .table-01-scroll td {
    white-space: nowrap;
  }
}

.table-01__th-01 {
  background-color: #d0d9ec;
}

.table-01__th-02 {
  background-color: #eef5fd;
}

.table-01__image:not(:first-child) {
  margin-top: 7px;
}

@media all and (min-width: 768px), print {
  .table-01__image:not(:first-child) {
    margin-top: 14px;
  }
}

.table-01-term:not(:first-child) {
  margin-top: 20px;
}

@media all and (min-width: 768px), print {
  .table-01-term:not(:first-child) {
    margin-top: 16px;
  }
}

.table-01-term__hdg {
  font-weight: bold;
}

/*----------------------------------------
  一覧表組
----------------------------------------*/
.table-02:not(:first-child) {
  margin-top: 32px;
}

.hdg-01 + .table-02,
.hdg-02 + .table-02,
.hdg-03 + .table-02 {
  margin-top: 0;
}

.hdg-01 + .table-02 table,
.hdg-02 + .table-02 table,
.hdg-03 + .table-02 table {
  border-top: none;
}

.hdg-04 + .table-02:not(:first-child) {
  margin-top: 20px;
}

@media all and (min-width: 768px), print {
  .hdg-04 + .table-02:not(:first-child) {
    margin-top: 16px;
  }
}

.table-02 table {
  border-top: solid 1px #e1e1e3;
  width: 100%;
}

.table-02 col:first-child {
  width: 36.44315%;
}

.table-02 th, .table-02 td {
  border-bottom: solid 1px #e1e1e3;
  line-height: 1.66667;
  letter-spacing: 0.02em;
  vertical-align: top;
  font-size: 1.5rem;
}

.table-02 th {
  padding: 20px 22px 20px 9px;
  font-weight: 500;
  text-align: left;
}

.table-02 td {
  padding: 20px 19px 20px 22px;
}

.table-02 a {
  color: #073190;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.table-02 a:hover {
  opacity: 0.7;
}

@media all and (min-width: 768px), print {
  .table-02 col:first-child {
    width: 31.75926%;
  }
  .table-02 th {
    padding: 16px 33px 16px 16px;
  }
  .table-02 td {
    padding: 16px 30px 16px 33px;
  }
}

.table-02-link {
  line-height: 1.66667;
  letter-spacing: 0.02em;
  font-size: 1.5rem;
}

.table-02-link:not(:first-child) {
  margin-top: 7px;
}

.table-02-link a {
  padding-right: 27px;
  display: inline-block;
  position: relative;
  color: #073190;
  font-weight: 500;
}

.table-02-link a[target="_blank"] {
  padding-right: 18px;
}

.table-02-link a[href$=".pdf"] {
  padding-right: 22px;
}

.table-02-link a::after {
  content: '';
  width: 19px;
  height: 6px;
  display: block;
  position: absolute;
  top: 0.65em;
  right: 0;
  background: url("/assets/images/icon_arrow_01.svg") no-repeat 0 50%;
  background-size: 100% auto;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.table-02-link a:hover::after {
  -webkit-transform: translate3d(6px, 0, 0);
          transform: translate3d(6px, 0, 0);
}

.table-02-link a[target="_blank"]::after, .table-02-link a[href$=".pdf"]::after {
  display: block;
  position: absolute;
}

.table-02-link a[target="_blank"]::after {
  margin-left: 0;
  width: 10px;
  height: 10px;
  top: 0.5em;
  background: url("/assets/images/icon_blank_01.svg") no-repeat 0 50%;
  background-size: 100% auto;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}

.table-02-link a[href$=".pdf"]::after {
  margin-left: 0;
  width: 14px;
  height: 18px;
  top: 0.1em;
  background: url("/assets/images/icon_pdf_01.svg") no-repeat 0 50%;
  background-size: auto 100%;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}

.table-02-link__item:not(:first-child) {
  margin-top: 10px;
}

/*----------------------------------------
  矢印アイコン
----------------------------------------*/
.icon-arrow-01 {
  width: 19px;
  height: 6px;
  display: block;
  background: url("/assets/images/icon_arrow_01.svg") no-repeat 0 50%;
  background-size: 100% auto;
}

.icon-arrow-02 {
  width: 19px;
  height: 6px;
  display: block;
  background: url("/assets/images/icon_arrow_02.svg") no-repeat 0 50%;
  background-size: 100% auto;
}

.image-01 {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  text-align: center;
}

.image-01:not(:first-child) {
  margin-top: 32px;
}

.image-01__embed {
  padding-bottom: 56.25%;
  position: relative;
}

.image-01__embed iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.image-01__hdg {
  margin: 0;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  font-size: 1.6rem;
}

@media all and (min-width: 768px), print {
  .image-01__hdg {
    text-align: center;
    font-size: 1.8rem;
  }
}

.image-01__figure {
  margin-top: 20px;
}

@media all and (min-width: 768px), print {
  .image-01__figure {
    margin-top: 16px;
  }
}

.image-01__caption {
  line-height: 1.76923;
  letter-spacing: 0.02em;
  text-align: left;
  font-size: 1.3rem;
  margin-top: 20px;
}

@media all and (min-width: 768px), print {
  .image-01__caption {
    margin-top: 16px;
  }
}

@media all and (min-width: 768px), print {
  .image-01__caption {
    text-align: center;
  }
}

.image-01-col:not(:first-child) {
  margin-top: 32px;
}

@media all and (max-width: 767px) {
  .image-01-col [data-fix-height-item] {
    min-height: 0 !important;
  }
}

.image-01-col__hdg {
  margin: 0;
  font-weight: 500;
  line-height: 1.4;
  font-size: 1.6rem;
}

@media all and (min-width: 768px), print {
  .image-01-col__hdg {
    font-size: 1.8rem;
  }
}

.image-01-col__figure {
  margin-top: 20px;
}

@media all and (min-width: 768px), print {
  .image-01-col__figure {
    margin-top: 16px;
  }
}

.image-01-col__caption {
  line-height: 1.76923;
  letter-spacing: 0.02em;
  font-size: 1.3rem;
  margin-top: 20px;
}

@media all and (min-width: 768px), print {
  .image-01-col__caption {
    margin-top: 16px;
  }
}

/*----------------------------------------
  ボタン 01
----------------------------------------*/
.btn-01 {
  margin-right: auto;
  margin-left: auto;
  max-width: 311px;
}

.btn-01:not(:first-child) {
  margin-top: 32px;
}

.btn-01 + .btn-01 {
  margin-top: 20px;
}

@media all and (min-width: 768px), print {
  .btn-01 + .btn-01 {
    margin-top: 16px;
  }
}

@media all and (min-width: 768px), print {
  .btn-01 {
    max-width: 328px;
  }
}

.btn-01__target {
  padding: 15px 43px;
  border: solid 1px #073190;
  border-radius: 2px;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  color: #073190;
  font-weight: 500;
  text-align: center;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
  font-size: 1.5rem;
}

.btn-01__target:hover, .btn-01__target:focus {
  color: #fff;
}

.btn-01__target::before {
  content: '';
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  left: 0;
  background-color: #073190;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.btn-01__target:hover::before, .btn-01__target:focus::before {
  width: 100%;
}

@media all and (min-width: 768px), print {
  .btn-01__target {
    padding: 19px 50px;
  }
}

.btn-01__text {
  position: relative;
  z-index: 10;
}

.btn-01__icon {
  margin-top: auto;
  margin-bottom: auto;
  width: 19px;
  height: 6px;
  display: block;
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  background-image: url("/assets/images/icon_arrow_01.svg");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 100% auto;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.btn-01__target:hover .btn-01__icon {
  -webkit-transform: translate3d(6px, 0, 0);
          transform: translate3d(6px, 0, 0);
}

.btn-01__icon::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: url("/assets/images/icon_arrow_02.svg");
  background-size: 100% auto;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.btn-01__target:hover .btn-01__icon::after,
.btn-01__target:focus .btn-01__icon::after {
  opacity: 1;
}

@media all and (min-width: 768px), print {
  .btn-01__icon {
    right: 17px;
  }
}

.btn-01__target[target="_blank"] .btn-01__icon {
  width: 10px;
  height: 10px;
  right: 22px;
  background-image: url("/assets/images/icon_blank_01.svg");
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}

.btn-01__target[target="_blank"] .btn-01__icon::after {
  width: 10px;
  height: 10px;
  background-image: url("/assets/images/icon_blank_02.svg");
}

@media all and (min-width: 768px), print {
  .btn-01__target[target="_blank"] .btn-01__icon {
    right: 26px;
  }
}

.btn-01__target[href$=".pdf"] .btn-01__icon {
  width: 14px;
  height: 18px;
  right: 18px;
  background-image: url("/assets/images/icon_pdf_01.svg");
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}

.btn-01__target[href$=".pdf"] .btn-01__icon::after {
  width: 14px;
  height: 18px;
  background-image: url("/assets/images/icon_pdf_02.svg");
}

@media all and (min-width: 768px), print {
  .btn-01__target[href$=".pdf"] .btn-01__icon {
    right: 22px;
  }
}

/*----------------------------------------
  アンカーリンク
----------------------------------------*/
.list-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list-anchor:not(:first-child) {
  margin-top: 48px;
}

.list-anchor__item {
  margin-top: 8px;
  width: calc(50% - 4px);
}

.list-anchor__item:nth-child(even) {
  margin-left: 8px;
}

.list-anchor__item:nth-child(-n + 2) {
  margin-top: 0;
}

@media all and (min-width: 768px), print {
  .list-anchor__item {
    margin-top: 24px;
    width: calc(16.66% - 20px);
  }
  .list-anchor__item, .list-anchor__item:nth-child(even) {
    margin-left: 24px;
  }
  .list-anchor__item:nth-child(6n+1) {
    margin-left: 0;
  }
  .list-anchor__item:nth-child(-n + 6) {
    margin-top: 0;
  }
}

.list-anchor__target {
  padding: 12px 35px 12px 15px;
  border: solid 1px #e1e1e3;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #073190;
  line-height: 1.4;
  letter-spacing: 0.02em;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  font-size: 1.3rem;
}

.list-anchor__target:hover {
  opacity: 0.7;
}

.list-anchor__target::after {
  content: '';
  margin-top: auto;
  margin-bottom: auto;
  border-right: solid 2px #073190;
  border-bottom: solid 2px #073190;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*----------------------------------------
  ボックス 01
----------------------------------------*/
.box-01 {
  padding: 25px;
  background-color: #eef5fd;
}

.box-01:not(:first-child) {
  margin-top: 32px;
}

@media all and (min-width: 768px), print {
  .box-01 {
    padding: 30px 40px;
  }
}

/*----------------------------------------
  slick
  https://kenwheeler.github.io/slick/
----------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*----------------------------------------
  slick.js のカスタマイズ
----------------------------------------*/
.slider-controls-container {
  text-align: center;
}

.slider-controls {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 43px;
  padding-left: 43px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media all and (min-width: 768px), print {
  .slider-controls {
    margin-top: 40px;
    padding-right: 33px;
    padding-left: 33px;
  }
}

.slider-arrow {
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  top: 0;
  overflow: hidden;
  background: none;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.slider-arrow:hover {
  opacity: 0.7;
}

.slider-arrow::after {
  content: '';
  margin: auto;
  border-top: solid 1px #073190;
  border-right: solid 1px #073190;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 11px;
  right: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media all and (min-width: 768px), print {
  .slider-arrow {
    width: 30px;
    height: 30px;
  }
}

.slider-arrow--prev {
  left: 0;
}

.slider-arrow--prev::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.slider-arrow--next {
  right: 0;
}

.slick-dots {
  margin-top: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-dots li:not(:first-child) {
  margin-left: 8px;
}

.slick-dots button {
  width: 30px;
  height: 2px;
  display: block;
  background-color: #e1e1e3;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.slick-dots .slick-active button {
  background-color: #073190;
}

/*----------------------------------------
  ニュースリリース モジュール
----------------------------------------*/
.news-article-body .news-info {
  line-height: 1.76923;
  letter-spacing: 0.02em;
  text-align: right;
  font-size: 1.3rem;
}

.news-article-body .news-info:not(:first-child) {
  margin-top: 32px;
}

.news-article-body p {
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-size: 1.5rem;
}

.news-article-body p:not(:first-child) {
  margin-top: 32px;
}

@media all and (min-width: 768px), print {
  .news-article-body p {
    line-height: 2.13333;
  }
}

.news-article-body a {
  position: relative;
  color: #073190;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.news-article-body a:hover {
  opacity: 0.7;
}

.news-article-body a[target="_blank"] {
  padding-right: 4px;
}

.news-article-body a[target="_blank"] {
  padding-right: 5px;
}

.news-article-body a[target="_blank"]::after,
.news-article-body a[href$=".pdf"]::after {
  content: '';
  display: inline-block;
  position: relative;
}

.news-article-body a[target="_blank"]::after {
  margin-left: 4px;
  width: 10px;
  height: 10px;
  top: 0;
  background: url("/assets/images/icon_blank_01.svg") no-repeat 0 50%;
  background-size: 100% auto;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}

.news-article-body a[href$=".pdf"]::after {
  margin-left: 4px;
  width: 14px;
  height: 18px;
  top: 0.2em;
  background: url("/assets/images/icon_pdf_01.svg") no-repeat 0 50%;
  background-size: auto 100%;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}

.news-article-body em,
.news-article-body strong {
  font-weight: bold;
  font-style: normal;
}

.news-article-body sup {
  top: -0.3em;
}

.news-article-body .news-hdg-02 {
  padding-bottom: 15px;
  border-bottom: solid 1px currentColor;
  color: #073190;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-size: 1.9rem;
}

.news-article-body .news-hdg-02:not(:first-child) {
  margin-top: 48px;
}

@media all and (min-width: 768px), print {
  .news-article-body .news-hdg-02 {
    padding-bottom: 20px;
    font-size: 2.2rem;
  }
}

.news-article-body .news-image {
  margin-right: auto;
  margin-left: auto;
  max-width: 488px;
  text-align: center;
}

.news-article-body .news-image:not(:first-child) {
  margin-top: 32px;
}

.news-article-body .news-image figcaption {
  margin-top: 10px;
  line-height: 1.76923;
  letter-spacing: 0.02em;
  text-align: left;
  font-size: 1.3rem;
  margin-top: 20px;
}

@media all and (min-width: 768px), print {
  .news-article-body .news-image figcaption {
    margin-top: 16px;
  }
}

@media all and (min-width: 768px), print {
  .news-article-body .news-image figcaption {
    text-align: center;
  }
}

@media all and (max-width: 767px) {
  .news-article-body .news-col-02 .news-image [data-fix-height] {
    min-height: 0 !important;
  }
}

@media all and (min-width: 768px), print {
  .news-article-body .news-col-02 .news-image {
    text-align: left;
  }
  .news-article-body .news-col-02 .news-image figcaption {
    text-align: left;
  }
}

.news-article-body .news-col-02:not(:first-child) {
  margin-top: 32px;
}

@media all and (min-width: 768px), print {
  .news-article-body .news-col-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-article-body .news-col-02 > * {
    margin-right: 0;
    margin-left: 0;
    width: calc(50% - 12px);
  }
  .news-article-body .news-col-02 > *:nth-child(2) {
    margin-top: 0;
  }
  .news-article-body .news-col-02 > *:nth-child(even) {
    margin-left: 24px;
  }
}

@media all and (max-width: 767px) {
  .news-article-body .news-col-02 [data-fix-height-item] {
    min-height: 0 !important;
  }
}

.news-article-body .news-note {
  line-height: 1.76923;
  letter-spacing: 0.02em;
  font-size: 1.3rem;
}

.news-article-body .news-note:not(:first-child) {
  margin-top: 20px;
}

@media all and (min-width: 768px), print {
  .news-article-body .news-note:not(:first-child) {
    margin-top: 16px;
  }
}

.news-article-body .news-note > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-article-body .news-note > li:not(:first-child) {
  margin-top: 5px;
}

.news-article-body .news-note > li > span:first-child {
  padding-right: 0.5em;
  min-width: 2.3em;
  white-space: nowrap;
}

.news-article-body .news-table {
  width: 100%;
  line-height: 1.76923;
  font-size: 1.3rem;
}

.news-article-body .news-table:not(:first-child) {
  margin-top: 32px;
}

.news-article-body .news-table col:first-child {
  width: 23.03207%;
}

.news-article-body .news-table th,
.news-article-body .news-table td {
  padding: 10px 12px;
}

.news-article-body .news-table th {
  border: solid 1px #e1e1e3;
  background-color: #d0d9ec;
  font-weight: bold;
  text-align: center;
}

.news-article-body .news-table td {
  border: solid 1px #e1e1e3;
  background-color: #fff;
}

@media all and (min-width: 768px), print {
  .news-article-body .news-table col:first-child {
    width: 23.62637%;
  }
  .news-article-body .news-table th,
  .news-article-body .news-table td {
    padding: 16px 17px;
  }
}

.news-article-body .news-table-image:not(:first-child) {
  margin-top: 7px;
}

@media all and (min-width: 768px), print {
  .news-article-body .news-table-image:not(:first-child) {
    margin-top: 14px;
  }
}

.news-article-body .news-list-disc {
  line-height: 1.66667;
  letter-spacing: 0.02em;
  font-size: 1.5rem;
}

.news-article-body .news-list-disc:not(:first-child) {
  margin-top: 32px;
}

.news-article-body .news-list-disc li {
  padding-left: 12px;
  position: relative;
}

.news-article-body .news-list-disc li::before {
  content: '';
  border-radius: 50%;
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  top: 0.65em;
  left: 0;
  background-color: #073190;
}

.news-article-body .news-list-disc li:not(:first-child) {
  margin-top: 10px;
}

.news-article-body .news-list-disc a {
  font-weight: 500;
}

.news-article-body [class^="news-list"] .news-list-disc {
  margin-top: 12px;
  padding-bottom: 3px;
  padding-left: 2px;
  line-height: 1.76923;
  font-size: 1.3rem;
}

.news-article-body [class^="news-list"] .news-list-disc li:not(:first-child) {
  margin-top: 8px;
}

.news-article-body [class^="news-list"] + .news-list-disc:not(:first-child) {
  margin-top: 20px;
}

@media all and (min-width: 768px), print {
  .news-article-body [class^="news-list"] + .news-list-disc:not(:first-child) {
    margin-top: 16px;
  }
}

.news-article-body .news-list-num {
  margin-left: -5px;
  line-height: 1.66667;
  letter-spacing: 0.02em;
  counter-reset: decimal 0;
  font-size: 1.5rem;
}

.news-article-body .news-list-num:not(:first-child) {
  margin-top: 32px;
}

.news-article-body .news-list-num li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-article-body .news-list-num li:not(:first-child) {
  margin-top: 10px;
}

.news-article-body .news-list-num li::before {
  counter-increment: decimal 1;
  content: counter(decimal) ".";
  min-width: 1.5em;
  color: #073190;
  font-weight: bold;
  text-align: center;
}

.news-article-body .news-list-num li > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.news-article-body .news-list-num a {
  font-weight: 500;
}

.news-article-body [class^="news-list"] .news-list-num {
  margin-top: 13px;
  padding-bottom: 3px;
  width: 100%;
  line-height: 1.76923;
  counter-reset: roman i;
  font-size: 1.3rem;
}

.news-article-body [class^="news-list"] .news-list-num li:not(:first-child) {
  margin-top: 5px;
}

.news-article-body [class^="news-list"] .news-list-num li::before {
  counter-increment: roman 1;
  content: counter(roman, lower-roman) ".";
}

.news-article-body [class^="news-list"] + .news-list-num:not(:first-child) {
  margin-top: 20px;
}

@media all and (min-width: 768px), print {
  .news-article-body [class^="news-list"] + .news-list-num:not(:first-child) {
    margin-top: 16px;
  }
}

.news-article-body .news-list-link {
  line-height: 1.66667;
  letter-spacing: 0.02em;
  font-size: 1.5rem;
}

.news-article-body .news-list-link:not(:first-child) {
  margin-top: 32px;
}

.news-article-body .news-list-link li:not(:first-child) {
  margin-top: 10px;
}

.news-article-body .news-list-link a {
  padding-right: 27px;
  display: inline-block;
  position: relative;
  font-weight: 500;
}

.news-article-body .news-list-link a[target="_blank"] {
  padding-right: 18px;
}

.news-article-body .news-list-link a[href$=".pdf"] {
  padding-right: 22px;
}

.news-article-body .news-list-link a::after {
  content: '';
  width: 19px;
  height: 6px;
  display: block;
  position: absolute;
  top: 0.65em;
  right: 0;
  background: url("/assets/images/icon_arrow_01.svg") no-repeat 0 50%;
  background-size: 100% auto;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.news-article-body .news-list-link a:hover::after {
  -webkit-transform: translate3d(6px, 0, 0);
          transform: translate3d(6px, 0, 0);
}

.news-article-body .news-list-link a[target="_blank"]::after,
.news-article-body .news-list-link a[href$=".pdf"]::after {
  display: block;
  position: absolute;
}

.news-article-body .news-list-link a[target="_blank"]::after {
  margin-left: 0;
  width: 10px;
  height: 10px;
  top: 0.5em;
  background: url("/assets/images/icon_blank_01.svg") no-repeat 0 50%;
  background-size: 100% auto;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}

.news-article-body .news-list-link a[href$=".pdf"]::after {
  margin-left: 0;
  width: 14px;
  height: 18px;
  top: 0.1em;
  background: url("/assets/images/icon_pdf_01.svg") no-repeat 0 50%;
  background-size: auto 100%;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}

.news-article-body [class^="news-list"] .news-list-link {
  margin-top: 12px;
  padding-bottom: 3px;
  padding-left: 18px;
  line-height: 1.76923;
  font-size: 1.3rem;
}

.news-article-body [class^="news-list"] .news-list-link li:not(:first-child) {
  margin-top: 5px;
}

.news-article-body [class^="news-list"] + .news-list-link:not(:first-child) {
  margin-top: 20px;
}

@media all and (min-width: 768px), print {
  .news-article-body [class^="news-list"] + .news-list-link:not(:first-child) {
    margin-top: 16px;
  }
}

.news-article-body .news-text-right {
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: right;
  font-size: 1.5rem;
}

.news-article-body .news-text-right:not(:first-child) {
  margin-top: 32px;
}

.news-article-body .news-contact {
  padding-top: 25px;
  border-top: solid 1px #e1e1e3;
}

.news-article-body .news-contact:not(:first-child) {
  margin-top: 32px;
}

.news-article-body .news-contact-lead {
  line-height: 1.76923;
  letter-spacing: 0.02em;
  font-size: 1.3rem;
}

.news-article-body .news-contact-list {
  font-weight: 500;
  line-height: 1.76923;
  letter-spacing: 0.02em;
  font-size: 1.3rem;
}

.news-article-body .news-contact-list:not(:first-child) {
  margin-top: 7px;
}

@media all and (min-width: 768px), print {
  .news-article-body .news-contact-list:not(:first-child) {
    margin-top: 14px;
  }
}

/*----------------------------------------
  スクリーンサイズに応じて出し分け
----------------------------------------*/
@media all and (min-width: 768px), print {
  [data-show-width="narrow"] {
    display: none;
  }
}

[data-show-width="medium"] {
  display: none;
}

@media all and (min-width: 768px), print {
  [data-show-width="medium"] {
    display: block;
  }
}

@media all and (min-width: 768px), print {
  [data-show-width="narrow-inline"] {
    display: none;
  }
}

[data-show-width="medium-inline"] {
  display: none;
}

@media all and (min-width: 768px), print {
  [data-show-width="medium-inline"] {
    display: inline;
  }
}

/*----------------------------------------
  改行位置のコントロール
----------------------------------------*/
.u-wbr {
  display: inline-block;
}

/*----------------------------------------
  表組みのカラム幅指定
----------------------------------------*/
[data-col="0%"] {
  width: 0% !important;
}

[data-col="5%"] {
  width: 5% !important;
}

[data-col="10%"] {
  width: 10% !important;
}

[data-col="15%"] {
  width: 15% !important;
}

[data-col="20%"] {
  width: 20% !important;
}

[data-col="25%"] {
  width: 25% !important;
}

[data-col="30%"] {
  width: 30% !important;
}

[data-col="35%"] {
  width: 35% !important;
}

[data-col="40%"] {
  width: 40% !important;
}

[data-col="45%"] {
  width: 45% !important;
}

[data-col="50%"] {
  width: 50% !important;
}

[data-col="55%"] {
  width: 55% !important;
}

[data-col="60%"] {
  width: 60% !important;
}

[data-col="65%"] {
  width: 65% !important;
}

[data-col="70%"] {
  width: 70% !important;
}

[data-col="75%"] {
  width: 75% !important;
}

[data-col="80%"] {
  width: 80% !important;
}

[data-col="85%"] {
  width: 85% !important;
}

[data-col="90%"] {
  width: 90% !important;
}

[data-col="95%"] {
  width: 95% !important;
}

[data-col="100%"] {
  width: 100% !important;
}

@media all and (max-width: 767px) {
  [data-col-sp="0%"] {
    width: 0% !important;
  }
  [data-col-sp="5%"] {
    width: 5% !important;
  }
  [data-col-sp="10%"] {
    width: 10% !important;
  }
  [data-col-sp="15%"] {
    width: 15% !important;
  }
  [data-col-sp="20%"] {
    width: 20% !important;
  }
  [data-col-sp="25%"] {
    width: 25% !important;
  }
  [data-col-sp="30%"] {
    width: 30% !important;
  }
  [data-col-sp="35%"] {
    width: 35% !important;
  }
  [data-col-sp="40%"] {
    width: 40% !important;
  }
  [data-col-sp="45%"] {
    width: 45% !important;
  }
  [data-col-sp="50%"] {
    width: 50% !important;
  }
  [data-col-sp="55%"] {
    width: 55% !important;
  }
  [data-col-sp="60%"] {
    width: 60% !important;
  }
  [data-col-sp="65%"] {
    width: 65% !important;
  }
  [data-col-sp="70%"] {
    width: 70% !important;
  }
  [data-col-sp="75%"] {
    width: 75% !important;
  }
  [data-col-sp="80%"] {
    width: 80% !important;
  }
  [data-col-sp="85%"] {
    width: 85% !important;
  }
  [data-col-sp="90%"] {
    width: 90% !important;
  }
  [data-col-sp="95%"] {
    width: 95% !important;
  }
  [data-col-sp="100%"] {
    width: 100% !important;
  }
}

@media all and (min-width: 768px), print {
  [data-col-pc="0%"] {
    width: 0% !important;
  }
  [data-col-pc="5%"] {
    width: 5% !important;
  }
  [data-col-pc="10%"] {
    width: 10% !important;
  }
  [data-col-pc="15%"] {
    width: 15% !important;
  }
  [data-col-pc="20%"] {
    width: 20% !important;
  }
  [data-col-pc="25%"] {
    width: 25% !important;
  }
  [data-col-pc="30%"] {
    width: 30% !important;
  }
  [data-col-pc="35%"] {
    width: 35% !important;
  }
  [data-col-pc="40%"] {
    width: 40% !important;
  }
  [data-col-pc="45%"] {
    width: 45% !important;
  }
  [data-col-pc="50%"] {
    width: 50% !important;
  }
  [data-col-pc="55%"] {
    width: 55% !important;
  }
  [data-col-pc="60%"] {
    width: 60% !important;
  }
  [data-col-pc="65%"] {
    width: 65% !important;
  }
  [data-col-pc="70%"] {
    width: 70% !important;
  }
  [data-col-pc="75%"] {
    width: 75% !important;
  }
  [data-col-pc="80%"] {
    width: 80% !important;
  }
  [data-col-pc="85%"] {
    width: 85% !important;
  }
  [data-col-pc="90%"] {
    width: 90% !important;
  }
  [data-col-pc="95%"] {
    width: 95% !important;
  }
  [data-col-pc="100%"] {
    width: 100% !important;
  }
}

/*----------------------------------------
  margin 調整
----------------------------------------*/
/* margin-top */
[data-margin-top="0"] {
  margin-top: 0 !important;
}

[data-margin-top="8"] {
  margin-top: 8px !important;
}

[data-margin-top="16"] {
  margin-top: 16px !important;
}

[data-margin-top="24"] {
  margin-top: 24px !important;
}

[data-margin-top="32"] {
  margin-top: 32px !important;
}

[data-margin-top="40"] {
  margin-top: 40px !important;
}

[data-margin-top="48"] {
  margin-top: 48px !important;
}

[data-margin-top="56"] {
  margin-top: 56px !important;
}

[data-margin-top="64"] {
  margin-top: 64px !important;
}

[data-margin-top="72"] {
  margin-top: 72px !important;
}

[data-margin-top="80"] {
  margin-top: 80px !important;
}

[data-margin-top="88"] {
  margin-top: 88px !important;
}

[data-margin-top="96"] {
  margin-top: 96px !important;
}

[data-margin-top="104"] {
  margin-top: 104px !important;
}

[data-margin-top="112"] {
  margin-top: 112px !important;
}

[data-margin-top="120"] {
  margin-top: 120px !important;
}

@media all and (max-width: 767px) {
  [data-margin-top-sp="0"] {
    margin-top: 0 !important;
  }
  [data-margin-top-sp="8"] {
    margin-top: 8px !important;
  }
  [data-margin-top-sp="16"] {
    margin-top: 16px !important;
  }
  [data-margin-top-sp="24"] {
    margin-top: 24px !important;
  }
  [data-margin-top-sp="32"] {
    margin-top: 32px !important;
  }
  [data-margin-top-sp="40"] {
    margin-top: 40px !important;
  }
  [data-margin-top-sp="48"] {
    margin-top: 48px !important;
  }
  [data-margin-top-sp="56"] {
    margin-top: 56px !important;
  }
  [data-margin-top-sp="64"] {
    margin-top: 64px !important;
  }
  [data-margin-top-sp="72"] {
    margin-top: 72px !important;
  }
  [data-margin-top-sp="80"] {
    margin-top: 80px !important;
  }
  [data-margin-top-sp="88"] {
    margin-top: 88px !important;
  }
  [data-margin-top-sp="96"] {
    margin-top: 96px !important;
  }
  [data-margin-top-sp="104"] {
    margin-top: 104px !important;
  }
  [data-margin-top-sp="112"] {
    margin-top: 112px !important;
  }
  [data-margin-top-sp="120"] {
    margin-top: 120px !important;
  }
}

@media all and (min-width: 768px), print {
  [data-margin-top-pc="0"] {
    margin-top: 0 !important;
  }
  [data-margin-top-pc="8"] {
    margin-top: 8px !important;
  }
  [data-margin-top-pc="16"] {
    margin-top: 16px !important;
  }
  [data-margin-top-pc="24"] {
    margin-top: 24px !important;
  }
  [data-margin-top-pc="32"] {
    margin-top: 32px !important;
  }
  [data-margin-top-pc="40"] {
    margin-top: 40px !important;
  }
  [data-margin-top-pc="48"] {
    margin-top: 48px !important;
  }
  [data-margin-top-pc="56"] {
    margin-top: 56px !important;
  }
  [data-margin-top-pc="64"] {
    margin-top: 64px !important;
  }
  [data-margin-top-pc="72"] {
    margin-top: 72px !important;
  }
  [data-margin-top-pc="80"] {
    margin-top: 80px !important;
  }
  [data-margin-top-pc="88"] {
    margin-top: 88px !important;
  }
  [data-margin-top-pc="96"] {
    margin-top: 96px !important;
  }
  [data-margin-top-pc="104"] {
    margin-top: 104px !important;
  }
  [data-margin-top-pc="112"] {
    margin-top: 112px !important;
  }
  [data-margin-top-pc="120"] {
    margin-top: 120px !important;
  }
}

/* margin-right */
[data-margin-right="0"] {
  margin-right: 0 !important;
}

[data-margin-right="8"] {
  margin-right: 8px !important;
}

[data-margin-right="16"] {
  margin-right: 16px !important;
}

[data-margin-right="24"] {
  margin-right: 24px !important;
}

[data-margin-right="32"] {
  margin-right: 32px !important;
}

[data-margin-right="40"] {
  margin-right: 40px !important;
}

[data-margin-right="48"] {
  margin-right: 48px !important;
}

[data-margin-right="56"] {
  margin-right: 56px !important;
}

[data-margin-right="64"] {
  margin-right: 64px !important;
}

[data-margin-right="72"] {
  margin-right: 72px !important;
}

[data-margin-right="80"] {
  margin-right: 80px !important;
}

[data-margin-right="88"] {
  margin-right: 88px !important;
}

[data-margin-right="96"] {
  margin-right: 96px !important;
}

[data-margin-right="104"] {
  margin-right: 104px !important;
}

[data-margin-right="112"] {
  margin-right: 112px !important;
}

[data-margin-right="120"] {
  margin-right: 120px !important;
}

@media all and (max-width: 767px) {
  [data-margin-right-sp="0"] {
    margin-right: 0 !important;
  }
  [data-margin-right-sp="8"] {
    margin-right: 8px !important;
  }
  [data-margin-right-sp="16"] {
    margin-right: 16px !important;
  }
  [data-margin-right-sp="24"] {
    margin-right: 24px !important;
  }
  [data-margin-right-sp="32"] {
    margin-right: 32px !important;
  }
  [data-margin-right-sp="40"] {
    margin-right: 40px !important;
  }
  [data-margin-right-sp="48"] {
    margin-right: 48px !important;
  }
  [data-margin-right-sp="56"] {
    margin-right: 56px !important;
  }
  [data-margin-right-sp="64"] {
    margin-right: 64px !important;
  }
  [data-margin-right-sp="72"] {
    margin-right: 72px !important;
  }
  [data-margin-right-sp="80"] {
    margin-right: 80px !important;
  }
  [data-margin-right-sp="88"] {
    margin-right: 88px !important;
  }
  [data-margin-right-sp="96"] {
    margin-right: 96px !important;
  }
  [data-margin-right-sp="104"] {
    margin-right: 104px !important;
  }
  [data-margin-right-sp="112"] {
    margin-right: 112px !important;
  }
  [data-margin-right-sp="120"] {
    margin-right: 120px !important;
  }
}

@media all and (min-width: 768px), print {
  [data-margin-right-pc="0"] {
    margin-right: 0 !important;
  }
  [data-margin-right-pc="8"] {
    margin-right: 8px !important;
  }
  [data-margin-right-pc="16"] {
    margin-right: 16px !important;
  }
  [data-margin-right-pc="24"] {
    margin-right: 24px !important;
  }
  [data-margin-right-pc="32"] {
    margin-right: 32px !important;
  }
  [data-margin-right-pc="40"] {
    margin-right: 40px !important;
  }
  [data-margin-right-pc="48"] {
    margin-right: 48px !important;
  }
  [data-margin-right-pc="56"] {
    margin-right: 56px !important;
  }
  [data-margin-right-pc="64"] {
    margin-right: 64px !important;
  }
  [data-margin-right-pc="72"] {
    margin-right: 72px !important;
  }
  [data-margin-right-pc="80"] {
    margin-right: 80px !important;
  }
  [data-margin-right-pc="88"] {
    margin-right: 88px !important;
  }
  [data-margin-right-pc="96"] {
    margin-right: 96px !important;
  }
  [data-margin-right-pc="104"] {
    margin-right: 104px !important;
  }
  [data-margin-right-pc="112"] {
    margin-right: 112px !important;
  }
  [data-margin-right-pc="120"] {
    margin-right: 120px !important;
  }
}

/* margin-bottom */
[data-margin-bottom="0"] {
  margin-bottom: 0 !important;
}

[data-margin-bottom="8"] {
  margin-bottom: 8px !important;
}

[data-margin-bottom="16"] {
  margin-bottom: 16px !important;
}

[data-margin-bottom="24"] {
  margin-bottom: 24px !important;
}

[data-margin-bottom="32"] {
  margin-bottom: 32px !important;
}

[data-margin-bottom="40"] {
  margin-bottom: 40px !important;
}

[data-margin-bottom="48"] {
  margin-bottom: 48px !important;
}

[data-margin-bottom="56"] {
  margin-bottom: 56px !important;
}

[data-margin-bottom="64"] {
  margin-bottom: 64px !important;
}

[data-margin-bottom="72"] {
  margin-bottom: 72px !important;
}

[data-margin-bottom="80"] {
  margin-bottom: 80px !important;
}

[data-margin-bottom="88"] {
  margin-bottom: 88px !important;
}

[data-margin-bottom="96"] {
  margin-bottom: 96px !important;
}

[data-margin-bottom="104"] {
  margin-bottom: 104px !important;
}

[data-margin-bottom="112"] {
  margin-bottom: 112px !important;
}

[data-margin-bottom="120"] {
  margin-bottom: 120px !important;
}

@media all and (max-width: 767px) {
  [data-margin-bottom-sp="0"] {
    margin-bottom: 0 !important;
  }
  [data-margin-bottom-sp="8"] {
    margin-bottom: 8px !important;
  }
  [data-margin-bottom-sp="16"] {
    margin-bottom: 16px !important;
  }
  [data-margin-bottom-sp="24"] {
    margin-bottom: 24px !important;
  }
  [data-margin-bottom-sp="32"] {
    margin-bottom: 32px !important;
  }
  [data-margin-bottom-sp="40"] {
    margin-bottom: 40px !important;
  }
  [data-margin-bottom-sp="48"] {
    margin-bottom: 48px !important;
  }
  [data-margin-bottom-sp="56"] {
    margin-bottom: 56px !important;
  }
  [data-margin-bottom-sp="64"] {
    margin-bottom: 64px !important;
  }
  [data-margin-bottom-sp="72"] {
    margin-bottom: 72px !important;
  }
  [data-margin-bottom-sp="80"] {
    margin-bottom: 80px !important;
  }
  [data-margin-bottom-sp="88"] {
    margin-bottom: 88px !important;
  }
  [data-margin-bottom-sp="96"] {
    margin-bottom: 96px !important;
  }
  [data-margin-bottom-sp="104"] {
    margin-bottom: 104px !important;
  }
  [data-margin-bottom-sp="112"] {
    margin-bottom: 112px !important;
  }
  [data-margin-bottom-sp="120"] {
    margin-bottom: 120px !important;
  }
}

@media all and (min-width: 768px), print {
  [data-margin-bottom-pc="0"] {
    margin-bottom: 0 !important;
  }
  [data-margin-bottom-pc="8"] {
    margin-bottom: 8px !important;
  }
  [data-margin-bottom-pc="16"] {
    margin-bottom: 16px !important;
  }
  [data-margin-bottom-pc="24"] {
    margin-bottom: 24px !important;
  }
  [data-margin-bottom-pc="32"] {
    margin-bottom: 32px !important;
  }
  [data-margin-bottom-pc="40"] {
    margin-bottom: 40px !important;
  }
  [data-margin-bottom-pc="48"] {
    margin-bottom: 48px !important;
  }
  [data-margin-bottom-pc="56"] {
    margin-bottom: 56px !important;
  }
  [data-margin-bottom-pc="64"] {
    margin-bottom: 64px !important;
  }
  [data-margin-bottom-pc="72"] {
    margin-bottom: 72px !important;
  }
  [data-margin-bottom-pc="80"] {
    margin-bottom: 80px !important;
  }
  [data-margin-bottom-pc="88"] {
    margin-bottom: 88px !important;
  }
  [data-margin-bottom-pc="96"] {
    margin-bottom: 96px !important;
  }
  [data-margin-bottom-pc="104"] {
    margin-bottom: 104px !important;
  }
  [data-margin-bottom-pc="112"] {
    margin-bottom: 112px !important;
  }
  [data-margin-bottom-pc="120"] {
    margin-bottom: 120px !important;
  }
}

/* margin-left */
[data-margin-left="0"] {
  margin-left: 0 !important;
}

[data-margin-left="8"] {
  margin-left: 8px !important;
}

[data-margin-left="16"] {
  margin-left: 16px !important;
}

[data-margin-left="24"] {
  margin-left: 24px !important;
}

[data-margin-left="32"] {
  margin-left: 32px !important;
}

[data-margin-left="40"] {
  margin-left: 40px !important;
}

[data-margin-left="48"] {
  margin-left: 48px !important;
}

[data-margin-left="56"] {
  margin-left: 56px !important;
}

[data-margin-left="64"] {
  margin-left: 64px !important;
}

[data-margin-left="72"] {
  margin-left: 72px !important;
}

[data-margin-left="80"] {
  margin-left: 80px !important;
}

[data-margin-left="88"] {
  margin-left: 88px !important;
}

[data-margin-left="96"] {
  margin-left: 96px !important;
}

[data-margin-left="104"] {
  margin-left: 104px !important;
}

[data-margin-left="112"] {
  margin-left: 112px !important;
}

[data-margin-left="120"] {
  margin-left: 120px !important;
}

@media all and (max-width: 767px) {
  [data-margin-left-sp="0"] {
    margin-left: 0 !important;
  }
  [data-margin-left-sp="8"] {
    margin-left: 8px !important;
  }
  [data-margin-left-sp="16"] {
    margin-left: 16px !important;
  }
  [data-margin-left-sp="24"] {
    margin-left: 24px !important;
  }
  [data-margin-left-sp="32"] {
    margin-left: 32px !important;
  }
  [data-margin-left-sp="40"] {
    margin-left: 40px !important;
  }
  [data-margin-left-sp="48"] {
    margin-left: 48px !important;
  }
  [data-margin-left-sp="56"] {
    margin-left: 56px !important;
  }
  [data-margin-left-sp="64"] {
    margin-left: 64px !important;
  }
  [data-margin-left-sp="72"] {
    margin-left: 72px !important;
  }
  [data-margin-left-sp="80"] {
    margin-left: 80px !important;
  }
  [data-margin-left-sp="88"] {
    margin-left: 88px !important;
  }
  [data-margin-left-sp="96"] {
    margin-left: 96px !important;
  }
  [data-margin-left-sp="104"] {
    margin-left: 104px !important;
  }
  [data-margin-left-sp="112"] {
    margin-left: 112px !important;
  }
  [data-margin-left-sp="120"] {
    margin-left: 120px !important;
  }
}

@media all and (min-width: 768px), print {
  [data-margin-left-pc="0"] {
    margin-left: 0 !important;
  }
  [data-margin-left-pc="8"] {
    margin-left: 8px !important;
  }
  [data-margin-left-pc="16"] {
    margin-left: 16px !important;
  }
  [data-margin-left-pc="24"] {
    margin-left: 24px !important;
  }
  [data-margin-left-pc="32"] {
    margin-left: 32px !important;
  }
  [data-margin-left-pc="40"] {
    margin-left: 40px !important;
  }
  [data-margin-left-pc="48"] {
    margin-left: 48px !important;
  }
  [data-margin-left-pc="56"] {
    margin-left: 56px !important;
  }
  [data-margin-left-pc="64"] {
    margin-left: 64px !important;
  }
  [data-margin-left-pc="72"] {
    margin-left: 72px !important;
  }
  [data-margin-left-pc="80"] {
    margin-left: 80px !important;
  }
  [data-margin-left-pc="88"] {
    margin-left: 88px !important;
  }
  [data-margin-left-pc="96"] {
    margin-left: 96px !important;
  }
  [data-margin-left-pc="104"] {
    margin-left: 104px !important;
  }
  [data-margin-left-pc="112"] {
    margin-left: 112px !important;
  }
  [data-margin-left-pc="120"] {
    margin-left: 120px !important;
  }
}

/*----------------------------------------
  text-align 調整
----------------------------------------*/
/* left */
[data-text-align="left"] {
  text-align: left !important;
}

@media all and (max-width: 767px) {
  [data-text-align-sp="left"] {
    text-align: left !important;
  }
}

@media all and (min-width: 768px), print {
  [data-text-align-pc="left"] {
    text-align: left !important;
  }
}

/* center */
[data-text-align="center"] {
  text-align: center !important;
}

@media all and (max-width: 767px) {
  [data-text-align-sp="center"] {
    text-align: center !important;
  }
}

@media all and (min-width: 768px), print {
  [data-text-align-pc="center"] {
    text-align: center !important;
  }
}

/* right */
[data-text-align="right"] {
  text-align: right !important;
}

@media all and (max-width: 767px) {
  [data-text-align-sp="right"] {
    text-align: right !important;
  }
}

@media all and (min-width: 768px), print {
  [data-text-align-pc="right"] {
    text-align: right !important;
  }
}

/*----------------------------------------
  vertical 調整
----------------------------------------*/
/* top */
[data-vertical-align="top"] {
  vertical-align: top !important;
}

@media all and (max-width: 767px) {
  [data-vertical-align-sp="top"] {
    vertical-align: top !important;
  }
}

@media all and (min-width: 768px), print {
  [data-vertical-align-pc="top"] {
    vertical-align: top !important;
  }
}

/* middle */
[data-vertical-align="middle"] {
  vertical-align: middle !important;
}

@media all and (max-width: 767px) {
  [data-vertical-align-sp="middle"] {
    vertical-align: middle !important;
  }
}

@media all and (min-width: 768px), print {
  [data-vertical-align-pc="middle"] {
    vertical-align: middle !important;
  }
}

/* bottom */
[data-vertical-align="bottom"] {
  vertical-align: bottom !important;
}

@media all and (max-width: 767px) {
  [data-vertical-align-sp="bottom"] {
    vertical-align: bottom !important;
  }
}

@media all and (min-width: 768px), print {
  [data-vertical-align-pc="bottom"] {
    vertical-align: bottom !important;
  }
}

/*----------------------------------------
  改行の出し分け
----------------------------------------*/
@media all and (min-width: 768px), print {
  .u-br-sp {
    display: none;
  }
}

.u-br-pc {
  display: none;
}

@media all and (min-width: 768px), print {
  .u-br-pc {
    display: inline;
  }
}

/*----------------------------------------
  アンカーリンク（固定ヘッダ分の余白を確保）
----------------------------------------*/
.u-anchor {
  margin-top: -55px;
  padding-top: 55px;
}

@media all and (min-width: 768px), print {
  .u-anchor {
    margin-top: -95px;
    padding-top: 95px;
  }
}

@media all and (min-width: 1080px), print {
  .u-anchor {
    margin-top: -85px;
    padding-top: 85px;
  }
}

/*----------------------------------------
  コンテナ
----------------------------------------*/
body {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1920px;
}

@media all and (min-width: 768px), print {
  body {
    min-width: 1024px;
    position: static !important;
  }
}

/*----------------------------------------
  グローバルヘッダ
----------------------------------------*/
.l-header {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1920px;
  position: fixed;
  top: 0;
  z-index: 1000;
}

@media all and (min-width: 768px), print {
  .l-header {
    height: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-header::before {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    background-color: #e8e8ea;
    pointer-events: none;
  }
  .l-header::after {
    content: '';
    width: 100%;
    height: 95px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background-color: #fff;
    pointer-events: none;
  }
}

@media all and (min-width: 1080px), print {
  .l-header {
    height: 85px;
  }
  .l-header::after {
    height: 85px;
  }
}

.l-header-top {
  border-bottom: solid 1px #e8e8ea;
  width: 100%;
  height: 55px;
  position: relative;
  z-index: 10;
  background-color: #fff;
}

@media all and (min-width: 768px), print {
  .l-header-top {
    border-bottom: none;
    width: auto;
    height: auto;
    background-color: transparent;
  }
}

.l-header-logo {
  margin: 0;
  padding: 13px 16px 12px;
  width: calc(190px + 32px);
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.l-header-logo:hover {
  opacity: 0.7;
}

.l-header-logo img {
  display: block;
}

@media all and (min-width: 768px), print {
  .l-header-logo {
    margin-left: 20px;
    padding: 0 0 42px 0;
    width: 196px;
    min-width: 196px;
  }
}

@media all and (min-width: 1080px), print {
  .l-header-logo {
    margin-left: 32px;
    padding-bottom: 20px;
    width: 260px;
    min-width: 260px;
  }
}

html[lang="en"] .l-header-logo {
  width: calc(233px + 32px);
}

@media all and (min-width: 768px), print {
  html[lang="en"] .l-header-logo {
    padding-bottom: 47px;
    width: 231px;
    min-width: 231px;
  }
}

@media all and (min-width: 1080px), print {
  html[lang="en"] .l-header-logo {
    padding-bottom: 24px;
    width: 280px;
    min-width: 280px;
  }
}

.l-header-menu-btn {
  border: none;
  border-left: solid 1px #e8e8ea;
  width: 55px;
  height: 55px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
}

@media all and (min-width: 768px), print {
  .l-header-menu-btn {
    display: none;
  }
}

.l-header-menu-btn__bar {
  margin-right: auto;
  margin-left: auto;
  width: 16px;
  height: 1px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  background-color: #073190;
}

.l-header-menu-btn__bar:nth-child(1) {
  top: 21px;
}

.l-header-menu-btn__bar:nth-child(2) {
  top: 27px;
}

.l-header-menu-btn__bar:nth-child(3) {
  top: 33px;
}

[data-menu-btn="close"] .l-header-menu-btn__bar:nth-child(1) {
  -webkit-animation: menu-btn-bar-close-01 0.4s ease-in-out;
          animation: menu-btn-bar-close-01 0.4s ease-in-out;
}

[data-menu-btn="close"] .l-header-menu-btn__bar:nth-child(2) {
  -webkit-animation: menu-btn-bar-close-02 0.4s ease-in-out;
          animation: menu-btn-bar-close-02 0.4s ease-in-out;
}

[data-menu-btn="close"] .l-header-menu-btn__bar:nth-child(3) {
  -webkit-animation: menu-btn-bar-close-03 0.4s ease-in-out;
          animation: menu-btn-bar-close-03 0.4s ease-in-out;
}

[data-menu-btn="open"] .l-header-menu-btn__bar:nth-child(1) {
  top: 26px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: menu-btn-bar-open-01 0.4s ease-in-out;
          animation: menu-btn-bar-open-01 0.4s ease-in-out;
}

[data-menu-btn="open"] .l-header-menu-btn__bar:nth-child(2) {
  top: 27px;
  opacity: 0;
  -webkit-animation: menu-btn-bar-open-02 0.4s ease-in-out;
          animation: menu-btn-bar-open-02 0.4s ease-in-out;
}

[data-menu-btn="open"] .l-header-menu-btn__bar:nth-child(3) {
  top: 26px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation: menu-btn-bar-open-03 0.4s ease-in-out;
          animation: menu-btn-bar-open-03 0.4s ease-in-out;
}

.l-header-utility-search__credit a {
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.l-header-utility-search__credit a:hover {
  opacity: 0.7;
}

@media all and (max-width: 767px) {
  .l-header-nav {
    visibility: hidden;
    opacity: 0;
  }
  [data-menu="open"] .l-header-nav {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-animation: open-menu 0.4s ease-in-out;
            animation: open-menu 0.4s ease-in-out;
  }
  [data-menu="fade-out"] .l-header-nav {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-animation: close-menu 0.4s ease-in-out;
            animation: close-menu 0.4s ease-in-out;
  }
  .l-header-nav [data-nav-pos="fixed"] {
    top: 0;
  }
  [data-content] .l-header-nav {
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
  }
  [data-content="hidden"] .l-header-nav {
    opacity: 0;
  }
  .l-header-nav__inner {
    width: 100%;
    height: calc((var(--vh, 1vh) * 100) - 55px);
    position: absolute;
    z-index: 10;
    overflow-y: auto;
    background-color: #fff;
  }
  .l-header-utility-lang__target {
    width: 22px;
    display: block;
  }
  .l-header-nav-list__item:not(:last-child) {
    border-bottom: solid 1px #e1e1e3;
  }
  .l-header-nav-list__item-target {
    padding: 18px 70px 18px 22px;
    width: 100%;
    display: block;
    position: relative;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0.02em;
    font-size: 1.4rem;
  }
  .l-header-nav-list__item-target:hover {
    opacity: 0.7;
  }
  .l-header-nav-list__item-target::after {
    content: '';
    margin-top: auto;
    margin-bottom: auto;
    width: 19px;
    height: 6px;
    display: block;
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
    background: url("/assets/images/icon_arrow_01.svg") no-repeat 0 50%;
    background-size: 100% auto;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  }
  .l-header-nav-list__item-target:hover::after {
    -webkit-transform: translate3d(6px, 0, 0);
            transform: translate3d(6px, 0, 0);
  }
  .l-header-nav-list__item-target[type="button"]::before, .l-header-nav-list__item-target[type="button"]::after {
    content: '';
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #073190;
    background-size: auto auto;
  }
  .l-header-nav-list__item-target[type="button"]::before {
    width: 10px;
    height: 2px;
    right: 30px;
  }
  .l-header-nav-list__item-target[type="button"]::after {
    width: 2px;
    height: 10px;
    right: 34px;
    -webkit-transition: height 0.4s ease-in-out;
    transition: height 0.4s ease-in-out;
  }
  .l-header-nav-list__item-target[type="button"]:hover {
    opacity: 1;
  }
  .l-header-nav-list__item-target[type="button"]:hover::after {
    -webkit-transform: none;
            transform: none;
  }
  .l-header-nav-list__item-target[type="button"][aria-expanded="true"]::after {
    height: 0;
  }
  .l-header-nav-list__item-target[target="_blank"]::after {
    width: 10px;
    height: 10px;
    right: 30px;
    background: url("/assets/images/icon_blank_01.svg") no-repeat 0 50%;
    background-size: 100% auto;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
  .l-header-nav-sub {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    background-color: #eef5fd;
  }
  .l-header-nav-sub-hdg:not(:last-child),
  .l-header-nav-sub-list__item:not(:last-child) {
    border-bottom: solid 1px #cedcec;
  }
  .l-header-nav-sub-hdg__target,
  .l-header-nav-sub-list__target {
    padding: 12px 70px 12px 17px;
    display: block;
    position: relative;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    letter-spacing: 0.02em;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    font-size: 1.4rem;
  }
  .l-header-nav-sub-hdg__target:hover,
  .l-header-nav-sub-list__target:hover {
    opacity: 0.7;
  }
  .l-header-nav-sub-hdg__target::after,
  .l-header-nav-sub-list__target::after {
    content: '';
    margin-top: auto;
    margin-bottom: auto;
    width: 19px;
    height: 6px;
    display: block;
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
    background: url("/assets/images/icon_arrow_01.svg") no-repeat 0 50%;
    background-size: 100% auto;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  }
  .l-header-nav-sub-hdg__target:hover::after,
  .l-header-nav-sub-list__target:hover::after {
    -webkit-transform: translate3d(6px, 0, 0);
            transform: translate3d(6px, 0, 0);
  }
  .l-header-nav-sub-hdg__target[target="_blank"]::after,
  .l-header-nav-sub-list__target[target="_blank"]::after {
    width: 10px;
    height: 10px;
    right: 30px;
    background: url("/assets/images/icon_blank_01.svg") no-repeat 0 50%;
    background-size: 100% auto;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
  .l-header-utility {
    padding: 42px 25px 35px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-header-utility-lang {
    margin-top: 5px;
    width: 49px;
    min-width: 49px;
  }
  .l-header-utility-lang__target {
    padding: 6px;
    width: 34px;
    height: 34px;
    display: block;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }
  .l-header-utility-lang__target:hover {
    opacity: 0.7;
  }
  .l-header-utility-search-container {
    width: 100%;
    max-height: none !important;
    display: block !important;
    overflow: visible !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
  .l-header-utility-search-toggle {
    display: none;
  }
  .l-header-utility-search {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative;
  }
  .l-header-utility-search__field {
    padding: 15px 65px 15px 17px;
    border: none;
    border-radius: 0;
    width: 100%;
    height: 44px;
    background-color: #eef5fd;
    -webkit-appearance: none;
    font-size: 1.2rem;
  }
  .l-header-utility-search__field :-moz-placeholder-shown {
    color: #9ba0a6;
  }
  .l-header-utility-search__field :-ms-input-placeholder {
    color: #9ba0a6;
  }
  .l-header-utility-search__field :placeholder-shown {
    color: #9ba0a6;
  }
  .l-header-utility-search__field ::-webkit-input-placeholder {
    color: #9ba0a6;
  }
  .l-header-utility-search__field :-moz-placeholder {
    color: #9ba0a6;
    opacity: 1;
  }
  .l-header-utility-search__field ::-moz-placeholder {
    color: #9ba0a6;
    opacity: 1;
  }
  .l-header-utility-search__field :-ms-input-placeholder {
    color: #9ba0a6;
  }
  .l-header-utility-search__button {
    width: 51px;
    height: 44px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("/assets/images/icon_search.svg") no-repeat 50% 50% #073190;
    background-size: 22px 22px;
    color: #fff;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }
  .l-header-utility-search__button:hover {
    opacity: 0.7;
  }
  .l-header-utility-search__credit {
    margin-top: 12px;
    color: #656565;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: right;
    font-size: 1rem;
  }
  .l-header-utility-search__credit small {
    font-size: 100%;
  }
}

@media all and (min-width: 768px), print {
  .l-header-nav {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .l-header-nav-list {
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .l-header-nav-list__item:not(:first-child) {
    margin-left: 23px;
  }
  .l-header-nav-list__item-target {
    padding-bottom: 18px;
    display: inline-block;
    position: relative;
    z-index: 10;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    vertical-align: bottom;
    letter-spacing: 0.02em;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    font-size: 1.2rem;
  }
  .l-header-nav-list__item-target:hover {
    opacity: 0.7;
  }
  .l-header-nav-list__item-target[target="_blank"] {
    padding-right: 15px;
  }
  .l-header-nav-list__item-target[target="_blank"]::after {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: 2px;
    right: 0;
    background: url("/assets/images/icon_blank_01.svg") no-repeat 0 50%;
    background-size: 100% auto;
  }
  [data-category="information"] .l-header-nav-list__item-information .l-header-nav-list__item-target::before,
  [data-category="products"] .l-header-nav-list__item-products .l-header-nav-list__item-target::before,
  [data-category="rd"] .l-header-nav-list__item-rd .l-header-nav-list__item-target::before {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 100;
    background-color: #1a3268;
  }
  .l-header-nav-sub {
    width: 100%;
    position: absolute;
    top: 95px;
    left: 0;
    background-color: #1a3268;
    color: #fff;
  }
  .l-header-nav-sub a {
    color: #fff;
  }
  [data-mega-menu-block]::after {
    content: '';
    width: 100%;
    height: 50px;
    display: block;
    position: absolute;
    bottom: -50px;
  }
  [data-content] [data-mega-menu-block] {
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
  }
  [data-content="hidden"] [data-mega-menu-block] {
    opacity: 0;
  }
  [data-mega-menu-block="open"] {
    -webkit-animation: open-mega-menu 0.4s ease-in-out;
            animation: open-mega-menu 0.4s ease-in-out;
  }
  [data-mega-menu-block="fade-out"] {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
    -webkit-animation: close-mega-menu 0.4s ease-in-out;
            animation: close-mega-menu 0.4s ease-in-out;
  }
  .l-header-nav-sub__inner {
    margin-right: auto;
    margin-left: auto;
    padding: 40px 50px 45px;
    max-width: calc(1080px + 100px);
  }
  .l-header-nav-sub-hdg__target {
    padding-right: 29px;
    display: inline-block;
    position: relative;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.06em;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    font-size: 2.6rem;
  }
  .l-header-nav-sub-hdg__target:hover {
    opacity: 0.7;
  }
  .l-header-nav-sub-hdg__target::after {
    content: '';
    margin-top: auto;
    margin-bottom: auto;
    width: 19px;
    height: 6px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("/assets/images/icon_arrow_02.svg") no-repeat 0 50%;
    background-size: 100% auto;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  }
  .l-header-nav-sub-hdg__target:hover::after {
    -webkit-transform: translate3d(6px, 0, 0);
            transform: translate3d(6px, 0, 0);
  }
  .l-header-nav-sub-list {
    margin-top: 20px;
    margin-bottom: -25px;
    padding: 26px 0 0 17px;
    border-top: solid 1px #2c4681;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-header-nav-sub-list__item {
    margin-bottom: 24px;
    padding-right: 2em;
    width: 25.77611%;
  }
  .l-header-nav-sub-list__item:nth-child(4n) {
    width: 22.67168%;
  }
  .l-header-nav-sub-list__target {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    line-height: 1.2;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    font-size: 1.5rem;
  }
  .l-header-nav-sub-list__target:hover {
    opacity: 0.7;
  }
  .l-header-utility-lang {
    position: absolute;
    top: 21px;
    right: 68px;
    z-index: 10;
  }
  .l-header-utility-lang__target {
    width: 18px;
    display: block;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }
  .l-header-utility-lang__target:hover {
    opacity: 0.7;
  }
  .l-header-utility-search-toggle {
    position: absolute;
    top: 21px;
    right: 20px;
    z-index: 10;
  }
  .l-header-utility-search-toggle::before {
    content: '';
    width: 1px;
    height: 20px;
    display: block;
    position: absolute;
    top: -1px;
    left: -16px;
    background-color: #e8e8ea;
  }
  .l-header-utility-search-toggle__btn {
    width: 18px;
    display: block;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }
  .l-header-utility-search-toggle__btn:hover {
    opacity: 0.7;
  }
  .l-header-utility-search-container {
    width: 100%;
    position: absolute;
    top: 95px;
    right: 0;
    left: 0;
    background-color: #fff;
  }
  .l-header-utility-search {
    padding: 24px 20px 21px;
  }
  .l-header-utility-search__form {
    margin-right: auto;
    margin-left: auto;
    max-width: 962px;
    display: block;
    position: relative;
  }
  .l-header-utility-search__field {
    padding: 15px 80px 15px 27px;
    border: none;
    border-radius: 0;
    width: 100%;
    height: 44px;
    background-color: #eef5fd;
    -webkit-appearance: none;
    font-size: 1.2rem;
  }
  .l-header-utility-search__field :-moz-placeholder-shown {
    color: #9ba0a6;
  }
  .l-header-utility-search__field :-ms-input-placeholder {
    color: #9ba0a6;
  }
  .l-header-utility-search__field :placeholder-shown {
    color: #9ba0a6;
  }
  .l-header-utility-search__field ::-webkit-input-placeholder {
    color: #9ba0a6;
  }
  .l-header-utility-search__field :-moz-placeholder {
    color: #9ba0a6;
    opacity: 1;
  }
  .l-header-utility-search__field ::-moz-placeholder {
    color: #9ba0a6;
    opacity: 1;
  }
  .l-header-utility-search__field :-ms-input-placeholder {
    color: #9ba0a6;
  }
  .l-header-utility-search__button {
    width: 60px;
    height: 44px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("/assets/images/icon_search.svg") no-repeat 50% 50% #073190;
    background-size: 22px 22px;
    color: #fff;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }
  .l-header-utility-search__button:hover {
    opacity: 0.7;
  }
  .l-header-utility-search__credit {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    max-width: 962px;
    color: #656565;
    font-weight: 500;
    line-height: 1;
    text-align: right;
    font-size: 1.2rem;
  }
  .l-header-utility-search__credit small {
    font-size: 100%;
  }
}

@media all and (min-width: 1080px), print {
  .l-header-nav-sub,
  .l-header-utility-search-container {
    top: 85px;
  }
  .l-header-nav {
    padding-right: 146px;
  }
  .l-header-nav-list {
    padding-right: 0;
  }
  .l-header-nav-list__item:not(:first-child) {
    margin-left: 32px;
  }
  .l-header-nav-list__item-target {
    padding-bottom: 25px;
    font-size: 1.4rem;
  }
  .l-header-utility-lang {
    top: 42px;
    right: 92px;
  }
  .l-header-utility-lang__target {
    width: 22px;
  }
  .l-header-utility-search-toggle {
    top: 42px;
    right: 32px;
  }
  .l-header-utility-search-toggle::before {
    top: 1px;
    left: -20px;
  }
  .l-header-utility-search-toggle__btn {
    width: 22px;
  }
}

/*----------------------------------------
  コンテンツエリア
----------------------------------------*/
.l-content {
  margin-top: 55px;
  overflow-x: hidden;
}

[data-content="hidden"] .l-content {
  opacity: 0;
}

[data-content="fade-in"] .l-content {
  opacity: 1;
  -webkit-animation: fade-in 0.5s ease-in-out;
          animation: fade-in 0.5s ease-in-out;
}

[data-content="fade-out"] .l-content {
  opacity: 0;
  -webkit-animation: fade-out 0.5s ease-in-out;
          animation: fade-out 0.5s ease-in-out;
}

@media all and (min-width: 768px), print {
  .l-content {
    margin-top: 95px;
    overflow-x: visible;
  }
}

@media all and (min-width: 1080px), print {
  .l-content {
    margin-top: 85px;
    overflow-x: hidden;
  }
}

/*----------------------------------------
  コンテンツブロック
----------------------------------------*/
.l-content-block {
  padding-right: 16px;
  padding-left: 16px;
}

@media all and (min-width: 768px), print {
  .l-content-block {
    margin-right: auto;
    margin-left: auto;
    padding-right: 64px;
    padding-left: 64px;
    max-width: calc(1080px + 64px + 64px);
  }
}

/*----------------------------------------
  パンくずリスト
----------------------------------------*/
.l-topicpath {
  padding-right: 16px;
  padding-left: 16px;
}

@media all and (min-width: 768px), print {
  .l-topicpath {
    margin-right: auto;
    margin-left: auto;
    padding-right: 64px;
    padding-left: 64px;
    max-width: calc(1080px + 64px + 64px);
  }
}

.l-topicpath-top {
  display: none;
}

@media all and (min-width: 768px), print {
  .l-topicpath-top {
    padding-top: 17px;
    display: block;
  }
}

.l-topicpath-bottom {
  margin-top: 100px;
  margin-bottom: 35px;
}

@media all and (min-width: 768px), print {
  .l-topicpath-bottom {
    margin-top: 165px;
    margin-bottom: 36px;
  }
}

.l-topicpath__item {
  display: inline;
  position: relative;
  color: #656565;
  font-size: 1.2rem;
}

.l-topicpath__item:not(:last-child) {
  padding-right: 22px;
}

.l-topicpath__item:not(:last-child)::after {
  content: '';
  margin-top: auto;
  margin-bottom: auto;
  width: 1px;
  height: 10px;
  display: block;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  background-color: #004ea1;
  -webkit-transform: rotate(14deg);
          transform: rotate(14deg);
}

@media all and (min-width: 768px), print {
  .l-topicpath__item:not(:last-child) {
    padding-right: 29px;
  }
  .l-topicpath__item:not(:last-child)::after {
    right: 14px;
  }
}

.l-topicpath__target {
  color: #2a2a2a;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.l-topicpath__target:hover {
  opacity: 0.7;
}

/*----------------------------------------
  グローバルフッタ
----------------------------------------*/
.l-footer {
  background-color: #2c4681;
  color: #fff;
}

.l-footer-pagetop__target {
  padding: 14px;
  display: block;
  background-color: #3f5993;
  text-align: center;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.l-footer-pagetop__target:hover {
  opacity: 0.7;
}

@media all and (min-width: 768px), print {
  .l-footer-pagetop__target {
    padding-top: 24px;
    padding-bottom: 22px;
  }
}

.l-footer-pagetop__image,
.l-footer-pagetop__image[src] {
  margin-right: auto;
  margin-left: auto;
  width: 40px;
  display: block;
}

.l-footer-content {
  padding: 45px 16px;
}

@media all and (min-width: 768px), print {
  .l-footer-content {
    padding: 58px 64px 60px;
  }
}

.l-footer-utility-container {
  overflow: hidden;
}

@media all and (min-width: 768px), print {
  .l-footer-utility-container {
    overflow: visible;
    text-align: center;
  }
}

.l-footer-utility {
  margin-top: -16px;
  margin-right: -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
  font-size: 1.2rem;
}

@media all and (min-width: 768px), print {
  .l-footer-utility {
    margin-top: 0;
    margin-right: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.l-footer-utility__item {
  margin-top: 16px;
  padding-right: 25px;
  position: relative;
}

.l-footer-utility__item::after {
  content: '';
  margin-top: auto;
  margin-bottom: auto;
  width: 1px;
  height: 12px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  background-color: #435d99;
}

.l-footer-utility__item:last-child::after {
  display: none;
}

@media all and (min-width: 768px), print {
  .l-footer-utility__item {
    margin-top: 0;
  }
  .l-footer-utility__item:not(:last-child) {
    padding-right: 49px;
  }
  .l-footer-utility__item::after {
    right: 24px;
  }
}

.l-footer-utility__target {
  color: #fff;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.l-footer-utility__target:hover {
  opacity: 0.7;
}

.l-footer-copyright {
  margin-top: 40px;
  line-height: 1.2;
  text-align: center;
  font-size: 1rem;
}

.l-footer-copyright small {
  font-size: 100%;
}

@media all and (min-width: 768px), print {
  .l-footer-copyright {
    margin-top: 43px;
  }
}

/*----------------------------------------
  ヒーローエリア
----------------------------------------*/
.top-hero {
  position: relative;
}

.top-hero-sp {
  overflow: hidden;
}

.top-hero-sp__item {
  padding-bottom: 80%;
}

.top-hero-sp__item:not(:first-child) {
  display: none;
}

.slick-initialized .top-hero-sp__item {
  display: block !important;
}

.top-hero-sp__item-inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.top-hero-sp__item-inner img {
  width: 100%;
}

[data-slider-zoom] .top-hero-sp__item-inner img {
  -webkit-animation: top-hero-image 10s linear;
          animation: top-hero-image 10s linear;
}

@-webkit-keyframes top-hero-image {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}

@keyframes top-hero-image {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}

.top-hero-pc {
  overflow: hidden;
}

.top-hero-pc__item {
  height: 566px;
  position: relative;
}

.top-hero-pc__item[data-video-poster] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("/top/images/hero_img_pc_01.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.top-hero-pc__item video {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.top-hero-pc__item::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQYV2NkYGD4z8DAwMgABXAGNgGwSgwVAFbmAgXQdISfAAAAAElFTkSuQmCC), repeat;
  opacity: 0.3;
  pointer-events: none;
}

@media all and (min-width: 1280px), print {
  .top-hero-pc__item video {
    width: 100%;
    height: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.top-hero-desc {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 10;
  -webkit-transform: translate(-2px, -1.8em);
          transform: translate(-2px, -1.8em);
  color: #fff;
  font-family: "Noto Serif JP", serif;
  line-height: 1.36538;
  letter-spacing: 0.08em;
  text-align: center;
  font-size: 2.6rem;
}

.top-hero-desc-en {
  -webkit-transform: translate(-2px, -50%);
          transform: translate(-2px, -50%);
}

@media all and (min-width: 768px), print {
  .top-hero-desc {
    line-height: 1.4;
    right: auto;
    left: 15.15373%;
    -webkit-transform: translate(-10px, -1.65em);
            transform: translate(-10px, -1.65em);
    text-align: left;
    font-size: 4rem;
  }
  .top-hero-desc-en {
    -webkit-transform: translate(-2px, -50%);
            transform: translate(-2px, -50%);
  }
}

.top-hero-desc__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-hero-desc__word {
  display: block;
}

.top-hero-desc__word ruby > rt {
  font-size: 42.30769%;
  letter-spacing: 0.1em;
  margin-bottom: -0.5em;
  -webkit-transform: translateY(0.25em);
          transform: translateY(0.25em);
}

@media all and (min-width: 768px), print {
  .top-hero-desc__word ruby > rt {
    font-size: 37.5%;
    letter-spacing: 0;
    -webkit-transform: translateY(0.3em);
            transform: translateY(0.3em);
  }
}

.top-hero-desc__word {
  opacity: 0;
  -webkit-transform: translate3d(0, 0.25em, 0);
          transform: translate3d(0, 0.25em, 0);
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

[data-hero-desc-load="true"] .top-hero-desc__word {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/*----------------------------------------
  News 最新
----------------------------------------*/
.top-news-latest {
  padding: 16px 16px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #2c4681;
  color: #fff;
}

@media all and (min-width: 768px), print {
  .top-news-latest {
    padding: 22px 40px;
  }
}

.top-news-latest-hdg {
  margin-top: 3px;
  min-width: 85px;
  position: relative;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.02em;
  line-height: 1;
}

.top-news-latest-hdg::after {
  content: '';
  width: 16px;
  height: 1px;
  display: block;
  position: absolute;
  top: 0.65em;
  right: 17px;
  background-color: #435d99;
}

@media all and (min-width: 768px), print {
  .top-news-latest-hdg {
    margin-top: 2px;
    min-width: 120px;
  }
  .top-news-latest-hdg::after {
    width: 32px;
    right: 24px;
    top: 0.5em;
  }
}

.top-news-latest-item__target {
  line-height: 1.66667;
  letter-spacing: 0.02em;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  font-size: 1.2rem;
}

.top-news-latest-item__target:hover {
  opacity: 0.7;
}

@media all and (min-width: 768px), print {
  .top-news-latest-item__target {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.42857;
    font-size: 1.4rem;
  }
}

.top-news-latest-item__date {
  color: #9caed3;
  letter-spacing: 0.02em;
}

.top-news-latest-item__title {
  margin-top: 5px;
  color: #fff;
  letter-spacing: 0.02em;
}

@media all and (min-width: 768px), print {
  .top-news-latest-item__title {
    margin-top: 0;
    margin-left: 26px;
  }
}

/*----------------------------------------
  重要なお知らせ
----------------------------------------*/
.top-info-important {
  padding: 24px 16px 0;
}

@media all and (min-width: 768px), print {
  .top-info-important {
    padding: 40px 64px 0;
  }
}

.top-info-important__target-wrapper {
  border: solid 1px #e1e1e3;
}

.top-info-important__target {
  padding: 14px 45px 18px 15px;
  display: block;
  position: relative;
  color: #2a2a2a;
  line-height: 1.83333;
  letter-spacing: 0.02em;
  text-align: center;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  font-size: 1.2rem;
}

.top-info-important__target:hover {
  opacity: 0.7;
}

.top-info-important__target:hover::after {
  opacity: 1;
}

.top-info-important__target:not(:last-child)::after {
  content: '';
  border-bottom: dashed 2px #e1e1e3;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
}

@media all and (min-width: 768px), print {
  .top-info-important__target {
    margin-right: auto;
    margin-left: auto;
    max-width: 952px;
    padding: 17px 20px;
    line-height: 1.78571;
    font-size: 1.4rem;
  }
}

.top-info-important__target-inner {
  display: inline;
  background-image: linear-gradient(transparent calc(100% - 1px), #787272 100%);
}

@media all and (min-width: 768px), print {
  .top-info-important__target-inner {
    padding-right: 26px;
    display: inline-block;
    position: relative;
    background-image: none;
  }
  a[target="_blank"] .top-info-important__target-inner,
  a[href$=".pdf"] .top-info-important__target-inner {
    padding-right: 19px;
  }
}

.top-info-important__icon {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

a:hover .top-info-important__icon {
  -webkit-transform: translate3d(6px, 0, 0);
          transform: translate3d(6px, 0, 0);
}

a[target="_blank"] .top-info-important__icon {
  width: 10px;
  height: 10px;
  background: url("/assets/images/icon_blank_01.svg") no-repeat 0 50%;
  background-size: 100% auto;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}

a[href$=".pdf"] .top-info-important__icon {
  width: 11px;
  height: 13px;
  background: url("/assets/images/icon_pdf_01.svg") no-repeat 0 50%;
  background-size: auto 100%;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}

@media all and (min-width: 768px), print {
  .top-info-important__icon {
    top: 2px;
    right: 0;
  }
}

/*----------------------------------------
  事業紹介
----------------------------------------*/
.top-products {
  padding-top: 42px;
  padding-bottom: 65px;
}

@media all and (min-width: 768px), print {
  .top-products {
    padding-top: 58px;
    padding-bottom: 128px;
  }
}

.top-products-hdg {
  margin-right: 16px;
  margin-left: 16px;
  color: #073190;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
  font-size: 2.3rem;
}

@media all and (min-width: 768px), print {
  .top-products-hdg {
    margin-right: 64px;
    margin-left: 64px;
    font-size: 3.6rem;
  }
}

.top-products-list {
  margin-top: calc(37px - 2px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (min-width: 768px), print {
  .top-products-list {
    margin-top: calc(61px - 2px);
  }
}

.top-products-list__item {
  margin-top: 2px;
  width: calc(50% - 1px);
}

.top-products-list__item:nth-child(even) {
  margin-left: 2px;
}

@media all and (min-width: 768px), print {
  .top-products-list__item {
    margin-left: 2px;
    width: calc(33.33% - 1.33px);
  }
  .top-products-list__item:nth-child(3n+1) {
    margin-left: 0;
  }
}

.top-products-list__target {
  display: block;
  position: relative;
  overflow: hidden;
}

.top-products-list__target::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(14, 34, 55, 0.4);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.top-products-list__target:hover::after {
  opacity: 1;
}

.top-products-list__image {
  position: relative;
  z-index: 1;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

a:hover .top-products-list__image {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.top-products-list__image img {
  width: 100%;
}

.top-products-list__name {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
  font-size: 1.5rem;
}

@media all and (min-width: 768px), print {
  .top-products-list__name {
    padding: 40px;
    font-size: 2.4rem;
  }
}

.top-products-btn {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  max-width: 311px;
}

@media all and (min-width: 768px), print {
  .top-products-btn {
    margin-top: 48px;
    max-width: 328px;
  }
}

.top-products-btn__target {
  padding: 15px 43px;
  border: solid 1px #073190;
  border-radius: 2px;
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  color: #073190;
  font-weight: 500;
  text-align: center;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
  font-size: 1.5rem;
}

.top-products-btn__target:hover {
  color: #fff;
}

.top-products-btn__target::before {
  content: '';
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  left: 0;
  background-color: #073190;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.top-products-btn__target:hover::before {
  width: 100%;
}

@media all and (min-width: 768px), print {
  .top-products-btn__target {
    padding: 19px 50px;
  }
}

.top-products-btn__text {
  position: relative;
  z-index: 10;
}

.top-products-btn__icon {
  margin-top: auto;
  margin-bottom: auto;
  width: 19px;
  height: 6px;
  display: block;
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  background: url("/assets/images/icon_arrow_01.svg") no-repeat 0 50%;
  background-size: 100% auto;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

a:hover .top-products-btn__icon {
  -webkit-transform: translate3d(6px, 0, 0);
          transform: translate3d(6px, 0, 0);
}

.top-products-btn__icon::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: url("/assets/images/icon_arrow_02.svg");
  background-size: 100% auto;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

a:hover .top-products-btn__icon::after {
  opacity: 1;
}

@media all and (min-width: 768px), print {
  .top-products-btn__icon {
    right: 17px;
  }
}

/*----------------------------------------
  360° JFEエンジニアリング
----------------------------------------*/
.top-360-engineering {
  padding: 60px 16px;
  background-image: url("/top/images/360_engineering_bg_sp.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

@media all and (min-width: 768px), print {
  .top-360-engineering {
    padding: 90px 64px 75px;
    background-image: url("/top/images/360_engineering_bg_pc.jpg");
  }
}

@media all and (min-width: 768px), print {
  .top-360-engineering__inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 1080px;
  }
}

.top-360-engineering-header {
  padding-bottom: 40px;
  border-bottom: solid 1px #e1e1e3;
}

@media all and (min-width: 768px), print {
  .top-360-engineering-header {
    padding-bottom: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media all and (min-width: 768px), print {
  .top-360-engineering-header__text {
    padding-top: 19px;
    width: 564px;
    min-width: 564px;
  }
}

.top-360-engineering-header__hdg {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-size: 1.9rem;
}

@media all and (min-width: 768px), print {
  .top-360-engineering-header__hdg {
    font-size: 2.4rem;
  }
}

.top-360-engineering-header__desc {
  margin-top: 12px;
  line-height: 1.8;
  font-size: 1.5rem;
}

@media all and (min-width: 768px), print {
  .top-360-engineering-header__desc {
    margin-top: 20px;
    padding-right: 48px;
    line-height: 2.13333;
  }
}

.top-360-engineering-header__image {
  margin-top: 25px;
}

@media all and (min-width: 768px), print {
  .top-360-engineering-header__image {
    margin-top: 0;
  }
}

.top-360-engineering-header__target {
  border: solid 1px #e1e1e3;
  display: block;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.top-360-engineering-header__target:hover {
  opacity: 0.7;
}

.top-360-engineering-header__target img {
  width: 100%;
}

.top-360-engineering-info-hdg {
  margin-top: 35px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
  font-size: 1.9rem;
}

@media all and (min-width: 768px), print {
  .top-360-engineering-info-hdg {
    margin-top: 58px;
    font-size: 3.2rem;
  }
}

.top-360-engineering-info-list {
  margin-top: 31px;
  padding-right: 16px;
  padding-left: 16px;
}

@media all and (min-width: 768px), print {
  .top-360-engineering-info-list {
    margin-top: calc(40px - 48px);
    padding-right: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.top-360-engineering-info-list__item:not(:first-child) {
  margin-top: 32px;
}

@media all and (min-width: 768px), print {
  .top-360-engineering-info-list__item {
    width: calc(50% - 24px);
  }
  .top-360-engineering-info-list__item, .top-360-engineering-info-list__item:not(:first-child) {
    margin-top: 48px;
  }
  .top-360-engineering-info-list__item:nth-child(even) {
    margin-left: 48px;
  }
}

.top-360-engineering-info-list__video {
  padding-bottom: 56.43087%;
  position: relative;
  overflow: hidden;
}

.top-360-engineering-info-list__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

[data-menu="open"] .top-360-engineering-info-list__video iframe {
  pointer-events: none;
}

@media all and (min-width: 768px), print {
  .top-360-engineering-info-list__video {
    padding-bottom: 56.39535%;
  }
}

.top-360-engineering-info-list__caption {
  margin-top: 10px;
  text-align: center;
  font-size: 1.5rem;
}

@media all and (min-width: 768px), print {
  .top-360-engineering-info-list__caption {
    margin-top: 18px;
    font-size: 1.8rem;
  }
}

.top-360-engineering-info-list__more {
  padding-right: 29px;
  display: inline-block;
  position: relative;
  color: #fff;
  font-weight: 500;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  font-size: 1.3rem;
}

.top-360-engineering-info-list__more:hover {
  opacity: 0.7;
}

@media all and (min-width: 768px), print {
  .top-360-engineering-info-list__more {
    font-size: 1.5rem;
  }
}

.top-360-engineering-info-list__icon {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0.6em;
  right: 0;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

a:hover .top-360-engineering-info-list__icon {
  -webkit-transform: translate3d(6px, 0, 0);
          transform: translate3d(6px, 0, 0);
}

/*----------------------------------------
  研究開発
----------------------------------------*/
.top-rd {
  padding: 60px 16px 66px;
}

@media all and (min-width: 768px), print {
  .top-rd {
    padding: 72px 64px 80px;
  }
}

@media all and (min-width: 768px), print {
  .top-rd__inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 1080px;
  }
}

.top-rd-hdg {
  color: #073190;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
  font-size: 2.3rem;
}

@media all and (min-width: 768px), print {
  .top-rd-hdg {
    font-size: 3.6rem;
  }
}

.top-rd-banner {
  margin-top: 38px;
}

@media all and (min-width: 768px), print {
  .top-rd-banner {
    margin-top: 60px;
  }
}

.top-rd-banner__target {
  display: block;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.top-rd-banner__target:hover {
  opacity: 0.7;
}

.top-rd-banner__target img {
  width: 100%;
}

/*----------------------------------------
  企業情報・採用情報
----------------------------------------*/
.top-information {
  margin-top: 64px;
  padding-right: 16px;
  padding-left: 16px;
}

@media all and (min-width: 768px), print {
  .top-information {
    margin-top: 80px;
    padding-right: 64px;
    padding-left: 64px;
    margin-right: auto;
    margin-left: auto;
    max-width: calc(1080px + 64px + 64px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.top-information-section:not(:first-child) {
  margin-top: 20px;
}

@media all and (min-width: 768px), print {
  .top-information-section {
    width: calc(50% - 32px);
  }
  .top-information-section:not(:first-child) {
    margin-top: 0;
  }
  .top-information-section:nth-child(even) {
    margin-left: 64px;
  }
}

.top-information-section__target {
  display: block;
  position: relative;
  overflow: hidden;
}

.top-information-section__target::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(14, 34, 55, 0.4);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.top-information-section__target:hover::after {
  opacity: 1;
}

.top-information-section__icon {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  z-index: 3;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

a:hover .top-information-section__icon {
  -webkit-transform: translate3d(6px, 0, 0);
          transform: translate3d(6px, 0, 0);
}

@media all and (min-width: 768px), print {
  .top-information-section__icon {
    width: 25px;
    height: 10px;
    right: 32px;
  }
}

.top-information-section__text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
}

.top-information-section__hdg {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-size: 1.9rem;
}

@media all and (min-width: 768px), print {
  .top-information-section__hdg {
    font-size: 2.4rem;
  }
}

.top-information-section__desc {
  margin-top: 15px;
  line-height: 1.8;
  font-size: 1.5rem;
}

@media all and (min-width: 768px), print {
  .top-information-section__desc {
    margin-top: 15px;
    line-height: 2.13333;
  }
}

.top-information-section__image {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

a:hover .top-information-section__image {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.top-information-section__image img {
  width: 100%;
}

@media all and (min-width: 768px), print {
  .top-information-en {
    margin-right: auto;
    margin-left: auto;
    max-width: calc(824px + 64px + 64px);
  }
  .top-information-en .top-information-section {
    width: 100%;
  }
}

/*----------------------------------------
  ニュースリリース・トピックス
----------------------------------------*/
.top-news {
  padding: 59px 16px 64px;
}

@media all and (min-width: 768px), print {
  .top-news {
    padding: 75px 64px;
  }
}

@media all and (min-width: 768px), print {
  .top-news__inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 1080px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.top-news-section:not(:first-child) {
  margin-top: 57px;
}

@media all and (min-width: 768px), print {
  .top-news-section {
    width: calc(50% - 32px);
  }
  .top-news-section:not(:first-child) {
    margin-top: 0;
  }
  .top-news-section:nth-child(even) {
    margin-left: 64px;
  }
}

.top-news-hdg {
  padding-bottom: 29px;
  position: relative;
  background: linear-gradient(to right, #004ea2 40px, #e1e1e3 40px) no-repeat 0 100%;
  background-size: 100% 2px;
  color: #073190;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.2;
  font-size: 1.6rem;
}

@media all and (min-width: 768px), print {
  .top-news-hdg {
    padding-bottom: 22px;
    font-size: 2.2rem;
  }
}

@media all and (min-width: 768px), print {
  .top-news-list {
    margin-top: 10px;
  }
}

.top-news-list__item {
  border-bottom: solid 1px #e1e1e3;
}

.top-news-list__target {
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.top-news-list__target:hover {
  opacity: 0.7;
}

@media all and (min-width: 768px), print {
  .top-news-list__target {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}

@media all and (max-width: 767px) {
  .top-news-list__target {
    min-height: 0 !important;
  }
}

.top-news-list__date {
  min-width: 6.84615em;
  font-size: 1.3rem;
}

@media all and (min-width: 768px), print {
  .top-news-list__date {
    min-width: 8em;
    font-size: 1.4rem;
  }
}

.top-news-list__title {
  color: #073190;
  font-size: 1.3rem;
}

@media all and (min-width: 768px), print {
  .top-news-list__title {
    line-height: 1.66667;
    font-size: 1.5rem;
  }
}

.top-news-more {
  margin-top: 17px;
  text-align: right;
}

@media all and (min-width: 768px), print {
  .top-news-more {
    margin-top: 12px;
  }
}

.top-news-more__target {
  padding-right: 29px;
  display: inline-block;
  position: relative;
  color: #073190;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  font-size: 1.3rem;
}

.top-news-more__target:hover {
  opacity: 0.7;
}

@media all and (min-width: 768px), print {
  .top-news-more__target {
    font-size: 1.5rem;
  }
}

.top-news-more__icon {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

a:hover .top-news-more__icon {
  -webkit-transform: translate3d(6px, 0, 0);
          transform: translate3d(6px, 0, 0);
}

@media all and (min-width: 768px), print {
  .top-news-en {
    margin-right: auto;
    margin-left: auto;
    max-width: calc(824px + 64px + 64px);
  }
  .top-news-en .top-news-section {
    width: 100%;
  }
}

/*----------------------------------------
  資料ダウンロード
----------------------------------------*/
.top-download {
  padding: 62px 16px 60px;
  background-color: #eef5fd;
}

@media all and (min-width: 768px), print {
  .top-download {
    padding: 72px 64px 75px;
  }
}

@media all and (min-width: 768px), print {
  .top-download__inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 1080px;
  }
}

.top-download-hdg {
  color: #073190;
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
  font-size: 1.9rem;
}

@media all and (min-width: 768px), print {
  .top-download-hdg {
    font-size: 3.2rem;
  }
}

.top-download-list {
  margin-top: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (min-width: 768px), print {
  .top-download-list {
    margin-top: calc(30px - 24px);
  }
}

.top-download-list__item {
  margin-top: 14px;
  width: calc(50% - 18px);
}

.top-download-list__item:nth-child(even) {
  margin-left: 36px;
}

@media all and (min-width: 768px), print {
  .top-download-list__item {
    margin-top: 24px;
  }
  .top-download-list__item, .top-download-list__item:nth-child(even) {
    margin-left: 24px;
  }
  .top-download-list-col3 .top-download-list__item {
    width: calc(33.33% - 16px);
  }
  .top-download-list-col3 .top-download-list__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .top-download-list-col4 .top-download-list__item {
    width: calc(25% - 18px);
  }
  .top-download-list-col4 .top-download-list__item:nth-child(4n+1) {
    margin-left: 0;
  }
}

.top-download-list__target {
  display: block;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.top-download-list__target:hover {
  opacity: 0.7;
}

.top-download-list__figure {
  text-align: center;
}

.top-download-list__caption {
  padding-right: 30px;
  display: inline-block;
  position: relative;
  font-weight: 500;
  line-height: 1.61538;
  font-size: 1.3rem;
}

a[target="_blank"] .top-download-list__caption,
a[href$=".pdf"] .top-download-list__caption {
  padding-right: 19px;
}

@media all and (min-width: 768px), print {
  .top-download-list__caption {
    line-height: 1.77778;
    font-size: 1.8rem;
  }
}

.top-download-list__icon {
  margin-top: auto;
  margin-bottom: auto;
  width: 19px;
  height: 6px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("/assets/images/icon_arrow_01.svg") no-repeat 0 50%;
  background-size: 100% auto;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

a:hover .top-download-list__icon {
  -webkit-transform: translate3d(6px, 0, 0);
          transform: translate3d(6px, 0, 0);
}

a[target="_blank"] .top-download-list__icon {
  width: 10px;
  height: 10px;
  background: url("/assets/images/icon_blank_01.svg") no-repeat 0 50%;
  background-size: 100% auto;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}

a[href$=".pdf"] .top-download-list__icon {
  width: 11px;
  height: 13px;
  background: url("/assets/images/icon_pdf_01.svg") no-repeat 0 50%;
  background-size: auto 100%;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}

/*----------------------------------------
  関連企業
----------------------------------------*/
.top-related {
  padding: 40px 16px;
}

@media all and (min-width: 768px), print {
  .top-related {
    padding: 64px;
  }
}

.top-related-list {
  margin-top: -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (min-width: 768px), print {
  .top-related-list {
    margin-right: auto;
    margin-left: auto;
    max-width: 1080px;
  }
}

.top-related-list__item {
  margin-top: 16px;
  width: calc(50% - 8px);
  position: relative;
}

.top-related-list__item::before {
  content: '';
  margin-top: auto;
  margin-bottom: auto;
  width: 1px;
  height: 76.92308%;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -8px;
  background-color: #e1e1e3;
}

.top-related-list__item:nth-child(even) {
  margin-left: 16px;
}

.top-related-list__item:nth-child(even)::before {
  display: block;
}

@media all and (min-width: 768px), print {
  .top-related-list__item {
    width: calc(25% - 18.75px);
  }
  .top-related-list__item::before {
    height: 100%;
  }
  .top-related-list__item, .top-related-list__item:nth-child(even) {
    margin-left: 25px;
  }
  .top-related-list__item::before, .top-related-list__item:nth-child(even)::before {
    display: block;
    left: -12px;
  }
  .top-related-list__item:nth-child(4n+1) {
    margin-left: 0;
  }
  .top-related-list__item:nth-child(4n+1)::before {
    display: none;
  }
}

.top-related-list__target {
  display: block;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.top-related-list__target:hover {
  opacity: 0.7;
}

.top-related-list__target img {
  width: 100%;
}

/*----------------------------------------
  バナーエリア
----------------------------------------*/
.top-others {
  margin-bottom: 53px;
  padding-top: 40px;
  padding-right: 16px;
  padding-left: 16px;
  border-top: solid 1px #e1e1e3;
}

@media all and (min-width: 768px), print {
  .top-others {
    margin-bottom: 120px;
    padding-top: 81px;
    padding-right: 64px;
    padding-left: 64px;
  }
}

.top-others-list {
  margin-right: -7px;
  margin-left: -7px;
}

@media all and (min-width: 768px), print {
  .top-others-list {
    margin-right: auto;
    margin-left: auto;
    max-width: calc(1080px + 24px);
  }
}

[data-slider] .top-others-list__item:not(:first-child) {
  display: none;
}

.slick-initialized .top-others-list__item {
  display: block !important;
}

.top-others-list__item img {
  width: 100%;
}

.top-others-list__target {
  margin-right: 7px;
  margin-left: 7px;
  border: solid 1px #e1e1e3;
  display: block;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.top-others-list__target:hover {
  opacity: 0.7;
}

@media all and (min-width: 768px), print {
  .top-others-list__target {
    margin-right: 12px;
    margin-left: 12px;
  }
}

.top-others-en .top-others-list {
  margin-right: 0;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-others-en .top-others-list__item {
  margin-top: 16px;
  width: calc(50% - 8px);
}

.top-others-en .top-others-list__item:nth-child(-n + 2) {
  margin-top: 0;
}

.top-others-en .top-others-list__item:nth-child(even) {
  margin-left: 16px;
}

.top-others-en .top-others-list__target {
  margin-right: 0;
  margin-left: 0;
}

@media all and (min-width: 768px), print {
  .top-others-en .top-others-list {
    margin-right: auto;
    margin-left: auto;
    max-width: 804px;
  }
  .top-others-en .top-others-list__item {
    margin-top: 24px;
    width: calc(33.33% - 16px);
  }
  .top-others-en .top-others-list__item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .top-others-en .top-others-list__item,
  .top-others-en .top-others-list__item:nth-child(even) {
    margin-left: 24px;
  }
  .top-others-en .top-others-list__item:nth-child(3n + 1) {
    margin-left: 0;
  }
}

/*----------------------------------------
  ヘッダ
----------------------------------------*/
.category-top-header {
  padding-top: 40px;
  padding-right: 16px;
  padding-left: 16px;
}

@media all and (min-width: 768px), print {
  .category-top-header {
    margin-right: auto;
    margin-left: auto;
    padding-top: 68px;
    padding-right: 64px;
    padding-left: 64px;
    max-width: calc(1080px + 64px + 64px);
  }
}

/*----------------------------------------
  見出し
----------------------------------------*/
.category-top-hdg {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 25px;
  position: relative;
  color: #073190;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
  font-size: 2.6rem;
}

.category-top-hdg::after {
  content: '';
  margin-right: auto;
  margin-left: auto;
  width: 35px;
  height: 2px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  pointer-events: none;
}

@media all and (min-width: 768px), print {
  .category-top-hdg {
    padding-bottom: 30px;
    font-size: 3.8rem;
  }
  .category-top-hdg::after {
    width: 40px;
  }
}

/*----------------------------------------
  リード
----------------------------------------*/
.category-top-lead {
  margin-top: 43px;
}

@media all and (min-width: 768px), print {
  .category-top-lead {
    margin-top: 58px;
  }
}

.category-top-lead__hdg {
  color: #073190;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.30435;
  letter-spacing: 0.02em;
  text-align: center;
  font-size: 2.3rem;
}

@media all and (min-width: 768px), print {
  .category-top-lead__hdg {
    font-size: 2.8rem;
  }
}

.category-top-lead__desc {
  margin-top: 22px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-size: 1.5rem;
}

@media all and (min-width: 768px), print {
  .category-top-lead__desc {
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
    max-width: 750px;
    line-height: 2.13333;
    text-align: center;
  }
}

/*----------------------------------------
  インデックスリスト 01（企業情報）
----------------------------------------*/
.category-top-index-01 {
  margin-top: 40px;
}

@media all and (min-width: 768px), print {
  .category-top-index-01 {
    margin-top: 54px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 64px;
    padding-left: 64px;
    max-width: calc(1080px + 64px + 64px);
  }
}

.category-top-index-01-list {
  margin-top: -33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (min-width: 768px), print {
  .category-top-index-01-list {
    margin-top: -60px;
  }
}

.category-top-index-01-list__item {
  margin-top: 33px;
  width: 50%;
}

@media all and (min-width: 768px), print {
  .category-top-index-01-list__item {
    margin-top: 60px;
    width: 25%;
  }
}

.category-top-index-01-list__target {
  display: block;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.category-top-index-01-list__target:hover {
  opacity: 0.7;
}

.category-top-index-01-list__image {
  overflow: hidden;
}

.category-top-index-01-list__image img {
  width: 100%;
  display: block;
}

.category-top-index-01-list__text {
  padding: 12px 15px 0 15px;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: 1.5rem;
}

@media all and (min-width: 768px), print {
  .category-top-index-01-list__text {
    padding-top: 18px;
    font-size: 1.8rem;
  }
}

.category-top-index-01-list__text-inner {
  display: inline-block;
}

a[href$=".pdf"] .category-top-index-01-list__text-inner {
  padding-right: 16px;
  position: relative;
}

a[href$=".pdf"] .category-top-index-01-list__text-inner::after {
  content: '';
  width: 11px;
  height: 13px;
  display: block;
  position: absolute;
  top: 0.4em;
  right: 0;
  background: url("/assets/images/icon_pdf_01.svg") no-repeat 0 50%;
  background-size: auto 100%;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}

@media all and (min-width: 768px), print {
  a[href$=".pdf"] .category-top-index-01-list__text-inner {
    padding-right: 21px;
  }
  a[href$=".pdf"] .category-top-index-01-list__text-inner::after {
    width: 14px;
    height: 18px;
    top: 0.3em;
  }
}

/*----------------------------------------
  インデックスリスト 02（事業紹介）
----------------------------------------*/
@media all and (min-width: 768px), print {
  .category-top-index-02 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 64px;
    padding-left: 64px;
    max-width: calc(1080px + 64px + 64px);
  }
}

.category-top-index-02-list {
  margin-top: calc(40px - 60px);
}

@media all and (min-width: 768px), print {
  .category-top-index-02-list {
    margin-top: calc(55px - 80px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.category-top-index-02-list__item {
  margin-top: 60px;
}

@media all and (min-width: 768px), print {
  .category-top-index-02-list__item {
    margin-top: 80px;
    width: 33.33%;
    position: relative;
  }
  .category-top-index-02-list__item::before, .category-top-index-02-list__item::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: #e1e1e3;
  }
  .category-top-index-02-list__item::before {
    display: block;
    left: 0;
  }
  .category-top-index-02-list__item:nth-child(3n)::after {
    display: block;
    right: 0;
  }
}

.category-top-index-02-list__target {
  display: block;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.category-top-index-02-list__target:hover {
  opacity: 0.7;
}

.category-top-index-02-list__image img {
  width: 100%;
}

@media all and (min-width: 768px), print {
  .category-top-index-02-list__image {
    position: relative;
    z-index: 10;
  }
}

.category-top-index-02-list__text {
  padding: 14px 32px 0 35px;
}

@media all and (min-width: 768px), print {
  .category-top-index-02-list__text {
    padding: 22px 31px 12px 31px;
  }
}

.category-top-index-02-list__hdg {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: 2.2rem;
}

@media all and (max-width: 767px) {
  .category-top-index-02-list__hdg {
    min-height: 0 !important;
  }
}

.category-top-index-02-list__desc {
  margin-top: 9px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-size: 1.5rem;
}

@media all and (min-width: 768px), print {
  .category-top-index-02-list__desc {
    margin-top: 8px;
    line-height: 2.13333;
  }
}

@media all and (max-width: 767px) {
  .category-top-index-02-list__desc {
    min-height: 0 !important;
  }
}

.category-top-index-02-list__more {
  margin-top: 22px;
  text-align: right;
}

@media all and (min-width: 768px), print {
  .category-top-index-02-list__more {
    margin-top: 31px;
  }
}

.category-top-index-02-list__more-target {
  padding-right: 27px;
  display: inline-block;
  position: relative;
  color: #0a3491;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-size: 1.5rem;
}

.category-top-index-02-list__more-target::after {
  content: '';
  width: 19px;
  height: 6px;
  display: block;
  position: absolute;
  top: 0.4em;
  right: 0;
  background: url("/assets/images/icon_arrow_01.svg") no-repeat 0 50%;
  background-size: 100% auto;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

a:hover .category-top-index-02-list__more-target::after {
  -webkit-transform: translate3d(6px, 0, 0);
          transform: translate3d(6px, 0, 0);
}

/*----------------------------------------
  バナー
----------------------------------------*/
.category-top-banner {
  margin-top: 60px;
  padding-right: 16px;
  padding-left: 16px;
}

@media all and (min-width: 768px), print {
  .category-top-banner {
    margin-top: 120px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    width: 516px;
  }
}

.category-top-banner__item {
  text-align: center;
}

.category-top-banner__item:not(:first-child) {
  margin-top: 20px;
}

@media all and (min-width: 768px), print {
  .category-top-banner__item:not(:first-child) {
    margin-top: 40px;
  }
}

.category-top-banner__target {
  border: solid 1px #e1e1e3;
  display: block;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.category-top-banner__target:hover {
  opacity: 0.7;
}

/*----------------------------------------
  ニュースリリース 一覧
----------------------------------------*/
.news-index-hdg {
  margin: 0;
  padding-top: 43px;
  padding-bottom: 17px;
  border-bottom: solid 2px #e1e1e3;
}

@media all and (min-width: 768px), print {
  .news-index-hdg {
    padding-top: 65px;
    padding-bottom: 25px;
  }
}

.news-index-hdg__inner {
  padding-right: 16px;
  padding-left: 16px;
  display: block;
  color: #073190;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-size: 2.6rem;
}

@media all and (min-width: 768px), print {
  .news-index-hdg__inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 64px;
    padding-left: 64px;
    max-width: calc(1080px + 64px + 64px);
    font-size: 3.4rem;
  }
}

.news-index-year {
  margin-top: 32px;
  padding-right: 16px;
  padding-left: 16px;
}

@media all and (min-width: 768px), print {
  .news-index-year {
    margin-top: 64px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 64px;
    padding-left: 64px;
    max-width: calc(824px + 64px + 64px);
  }
}

.news-index-year-header {
  padding-bottom: 18px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: linear-gradient(to right, #073190 80px, #e1e1e3 80px);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  position: relative;
}

@media all and (min-width: 768px), print {
  .news-index-year-header {
    padding-bottom: 24px;
    background-image: linear-gradient(to right, #073190 128px, #e1e1e3 128px);
  }
}

.news-index-year-hdg {
  color: #073190;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.30435;
  letter-spacing: 0.02em;
  font-size: 2.3rem;
}

@media all and (min-width: 768px), print {
  .news-index-year-hdg {
    font-size: 2.6rem;
  }
}

.news-index-year-select {
  display: inline-block;
  position: relative;
  color: #073190;
}

.news-index-year-select::after {
  content: '';
  margin-top: auto;
  margin-bottom: auto;
  border-right: solid 2px currentColor;
  border-bottom: solid 2px currentColor;
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  pointer-events: none;
}

@media all and (min-width: 768px), print {
  .news-index-year-select::after {
    right: 16px;
  }
}

.news-index-year-select__target {
  padding: 12px 90px 12px 11px;
  border: solid 1px #e1e1e3;
  border-radius: 2px;
  background: transparent;
  color: currentColor;
  line-height: 1;
  letter-spacing: 0.02em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1.3rem;
}

.news-index-year-select__target::-ms-expand {
  display: none;
}

@media all and (min-width: 768px), print {
  .news-index-year-select__target {
    padding: 15px 40px 15px 15px;
    border-radius: 0;
    width: 160px;
  }
}

.news-index-list {
  margin-top: 10px;
}

.news-index-list__item {
  border-bottom: solid 1px #e1e1e3;
}

.news-index-list__target {
  padding: 20px 15px 20px 8px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.news-index-list__target:hover {
  opacity: 0.7;
}

@media all and (min-width: 768px), print {
  .news-index-list__target {
    padding: 24px 15px 24px 8px;
  }
}

.news-index-list__date {
  min-width: 6.8em;
  line-height: 1.53333;
  font-size: 1.5rem;
}

@media all and (min-width: 768px), print {
  .news-index-list__date {
    min-width: 8.33333em;
    line-height: 1.33333;
    letter-spacing: 0.02em;
  }
}

.news-index-list__title {
  color: #073190;
  line-height: 1.66667;
  font-size: 1.5rem;
}

@media all and (min-width: 768px), print {
  .news-index-list__title {
    line-height: 1.66667;
    letter-spacing: 0.02em;
  }
}

.news-index-year-footer {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media all and (min-width: 768px), print {
  .news-index-year-footer {
    margin-top: 24px;
  }
}

/*----------------------------------------
  ニュースリリース 記事
----------------------------------------*/
@media all and (min-width: 768px), print {
  [data-container="news-article"] .l-content {
    background-color: #eef5fd;
  }
}

@media all and (min-width: 768px), print {
  .news-article {
    padding-right: 64px;
    padding-left: 64px;
  }
}

.news-article__inner {
  padding: 43px 16px 0;
}

@media all and (min-width: 768px), print {
  .news-article__inner {
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    padding: 57px 72px;
    max-width: 872px;
    background-color: #fff;
  }
}

.news-article-hdg {
  margin: 0;
  padding-bottom: 32px;
  border-bottom: solid 2px #e1e1e3;
  color: #073190;
  font-weight: 400;
  line-height: 1.30435;
  letter-spacing: 0.02em;
  font-size: 2.3rem;
}

@media all and (min-width: 768px), print {
  .news-article-hdg {
    padding-bottom: 23px;
    line-height: 1.53846;
    font-size: 2.6rem;
  }
}

.news-article-body:not(:first-child) {
  margin-top: 32px;
}

.news-article-back-btn {
  margin-top: 55px;
  margin-right: auto;
  margin-left: auto;
  max-width: 216px;
}

.news-article-back-btn__target {
  padding: 15px 43px;
  border: solid 1px #073190;
  border-radius: 2px;
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  color: #073190;
  font-weight: 500;
  text-align: center;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
  font-size: 1.5rem;
}

.news-article-back-btn__target:hover {
  color: #fff;
}

.news-article-back-btn__target::before {
  content: '';
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  left: 0;
  background-color: #073190;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.news-article-back-btn__target:hover::before {
  width: 100%;
}

@media all and (min-width: 768px), print {
  .news-article-back-btn__target {
    padding: 15px 50px;
  }
}

.news-article-back-btn__text {
  position: relative;
  z-index: 10;
}

.news-article-back-btn__icon {
  margin-top: auto;
  margin-bottom: auto;
  width: 19px;
  height: 6px;
  display: block;
  position: absolute;
  top: 0;
  right: 21px;
  bottom: 0;
  background: url("/assets/images/icon_arrow_01.svg") no-repeat 0 50%;
  background-size: 100% auto;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

a:hover .news-article-back-btn__icon {
  -webkit-transform: translate3d(6px, 0, 0);
          transform: translate3d(6px, 0, 0);
}

.news-article-back-btn__icon::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: url("/assets/images/icon_arrow_02.svg");
  background-size: 100% auto;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

a:hover .news-article-back-btn__icon::after {
  opacity: 1;
}

/*----------------------------------------
  メーフロームプロの CSS 上書き
----------------------------------------*/
div.mfp_ok {
  display: none !important;
}

div.mfp_err {
  margin: 0;
  padding: 6px 8px 0;
  background: none;
  color: #d70500;
  line-height: 1.4;
  letter-spacing: 0.02em;
  -webkit-animation: fade-in 0.2s ease-in-out;
          animation: fade-in 0.2s ease-in-out;
  font-size: 1.3rem;
}

form#mailformpro label {
  margin: 0;
  border-radius: 0;
  display: inline;
  white-space: normal;
}

.mfp_element_submit {
  text-shadow: none;
  background: none;
  outline: inherit;
}

.mfp_element_submit:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
}

.mfp_element_all {
  max-width: none;
}

/*----------------------------------------
  コンテナ
----------------------------------------*/
.contact-form {
  margin-top: 35px;
}

@media all and (min-width: 768px), print {
  .contact-form {
    margin-top: 70px;
    margin-right: auto;
    margin-left: auto;
    max-width: 824px;
  }
}

/*----------------------------------------
  表組み
----------------------------------------*/
.contact-form-table {
  width: 100%;
  letter-spacing: 0.02em;
}

@media all and (max-width: 767px) {
  .contact-form-table {
    border-top: solid 1px #e1e1e3;
  }
  .contact-form-table,
  .contact-form-table thead,
  .contact-form-table tbody,
  .contact-form-table tr,
  .contact-form-table th,
  .contact-form-table td {
    width: 100%;
    display: block;
  }
  .contact-form-table tr {
    padding: 22px 16px;
    border-bottom: solid 1px #e1e1e3;
  }
  .contact-form-table th {
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    font-size: 1.5rem;
  }
  .contact-form-table td {
    margin-top: 14px;
  }
}

@media all and (min-width: 768px), print {
  .contact-form-table {
    border-top: solid 1px #e1e1e3;
  }
  .contact-form-table col:first-child {
    width: 34.95146%;
  }
  .contact-form-table th {
    padding: 25px 88px 24px 31px;
    border-left: solid 1px #e1e1e3;
    border-bottom: solid 1px #e1e1e3;
    background-color: #eef5fd;
    font-weight: normal;
    line-height: 1.66667;
    text-align: left;
    font-size: 1.5rem;
  }
  .contact-form-table td {
    padding: 25px 31px 24px 32px;
    border-right: solid 1px #e1e1e3;
    border-bottom: solid 1px #e1e1e3;
  }
}

@media all and (min-width: 768px), print {
  .contact-form-table-th {
    position: relative;
  }
}

.contact-form-table-th__icon {
  margin-top: 3px;
  margin-left: 2px;
  padding: 2px 8px;
  border-radius: 2px;
  display: inline-block;
  background-color: #a8a8ad;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  vertical-align: top;
  font-size: 1.1rem;
}

.contact-form-table-th__icon--required {
  background-color: #d70500;
}

@media all and (min-width: 768px), print {
  .contact-form-table-th__icon {
    margin-top: -7px;
    margin-left: 0;
    position: absolute;
    top: 50%;
    right: 32px;
  }
}

/*----------------------------------------
  表組み内要素
----------------------------------------*/
.contact-form-group:not(:first-child) {
  margin-top: 12px;
}

@media all and (min-width: 768px), print {
  .contact-form-group:not(:first-child) {
    margin-top: 16px;
  }
}

.contact-form-group__label {
  margin-bottom: 6px;
  line-height: 1.2;
  font-size: 1.3rem;
}

.contact-form-name-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact-form-name-group__item {
  width: calc(50% - 8px);
}

.contact-form-name-group__item:nth-child(even) {
  margin-left: 16px;
}

@media all and (min-width: 768px), print {
  .contact-form-name-group__item {
    width: 120px;
  }
  .contact-form-name-group__item:nth-child(even) {
    margin-left: 8px;
  }
}

.contact-form-privacy {
  margin-top: 14px;
  padding-left: 28px;
}

@media all and (min-width: 768px), print {
  .contact-form-privacy {
    padding-left: 25px;
  }
}

.contact-form-privacy__target {
  position: relative;
  color: #073190;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  font-size: 1.3rem;
}

.contact-form-privacy__target:hover {
  opacity: 0.7;
}

.contact-form-privacy__target[target="_blank"] {
  padding-right: 4px;
}

.contact-form-privacy__target[target="_blank"] {
  padding-right: 5px;
}

.contact-form-privacy__target[target="_blank"]::after, .contact-form-privacy__target[href$=".pdf"]::after {
  content: '';
  display: inline-block;
  position: relative;
}

.contact-form-privacy__target[target="_blank"]::after {
  margin-left: 4px;
  width: 10px;
  height: 10px;
  top: 0;
  background: url("/assets/images/icon_blank_01.svg") no-repeat 0 50%;
  background-size: 100% auto;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}

.contact-form-privacy__target[href$=".pdf"]::after {
  margin-left: 4px;
  width: 14px;
  height: 18px;
  top: 0.2em;
  background: url("/assets/images/icon_pdf_01.svg") no-repeat 0 50%;
  background-size: auto 100%;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}

.contact-form-note {
  margin-top: 15px;
  color: #85858b;
  line-height: 1.76923;
  font-size: 1.3rem;
}

@media all and (min-width: 768px), print {
  .contact-form-note {
    margin-top: 7px;
  }
}

/*----------------------------------------
  フォームパーツ
----------------------------------------*/
.contact-form-checklist__item {
  position: relative;
  line-height: 1.2;
  font-size: 1.3rem;
}

.contact-form-checklist__item:not(:first-child) {
  margin-top: 19px;
}

@media all and (min-width: 768px), print {
  .contact-form-checklist__item:not(:first-child) {
    margin-top: 16px;
  }
}

.contact-form-checklist__input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.contact-form-checklist__label {
  padding-top: 1px;
  padding-left: 28px;
  position: relative;
}

form#mailformpro .contact-form-checklist__label {
  display: inline-block;
}

.contact-form-checklist__label::before, .contact-form-checklist__label::after {
  content: '';
  border: solid 1px #e1e1e3;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}

input:focus ~ .contact-form-checklist__label::before,
input:focus ~ .contact-form-checklist__label::after {
  border-color: #0e58a7;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-form-checklist__label::before {
  -webkit-box-shadow: inset 0 1px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  display: block;
  background-color: #fff;
}

.contact-form-checklist__label::after {
  display: none;
  background-image: url("/assets/images/icon_checked.svg");
  background-color: #0f58a7;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 14px auto;
}

input:checked ~ .contact-form-checklist__label::after {
  display: block;
}

@media all and (min-width: 768px), print {
  .contact-form-checklist__label {
    padding-top: 0;
    padding-left: 25px;
  }
  .contact-form-checklist__label::before, .contact-form-checklist__label::after {
    width: 16px;
    height: 16px;
  }
  .contact-form-checklist__label::after {
    background-size: 11px auto;
  }
}

.contact-form-input {
  margin: 0;
  padding: 12px 11px;
  border: solid 1px #e1e1e3;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  display: block;
  -webkit-transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 1.3rem;
}

.contact-form-input::-webkit-input-placeholder {
  color: #85858b;
  font-size: 1.3rem;
}

.contact-form-input::-moz-placeholder {
  color: #85858b;
  font-size: 1.3rem;
}

.contact-form-input:-ms-input-placeholder {
  color: #85858b;
  font-size: 1.3rem;
}

.contact-form-input::-ms-input-placeholder {
  color: #85858b;
  font-size: 1.3rem;
}

.contact-form-input::placeholder {
  color: #85858b;
  font-size: 1.3rem;
}

.contact-form-input:focus {
  border-color: #0e58a7;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-form-input.problem {
  border-color: #d70500;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff2f2;
}

.contact-form-input--s {
  width: 100%;
}

.contact-form-input--m {
  width: 148px;
}

.contact-form-input--l {
  width: 100%;
}

@media all and (min-width: 768px), print {
  .contact-form-input {
    padding: 8px 16px;
  }
  .contact-form-input--m {
    width: 160px;
  }
}

.contact-form-textarea {
  margin: 0;
  padding: 11px;
  border: solid 1px #e1e1e3;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  width: 100% !important;
  min-height: 80px;
  display: block;
  resize: vertical;
  -webkit-transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 1.3rem;
}

.contact-form-textarea::-webkit-input-placeholder {
  color: #85858b;
  font-size: 1.3rem;
}

.contact-form-textarea::-moz-placeholder {
  color: #85858b;
  font-size: 1.3rem;
}

.contact-form-textarea:-ms-input-placeholder {
  color: #85858b;
  font-size: 1.3rem;
}

.contact-form-textarea::-ms-input-placeholder {
  color: #85858b;
  font-size: 1.3rem;
}

.contact-form-textarea::placeholder {
  color: #85858b;
  font-size: 1.3rem;
}

.contact-form-textarea:focus {
  border-color: #0e58a7;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-form-textarea.problem {
  border-color: #d70500;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff2f2;
}

@media all and (min-width: 768px), print {
  .contact-form-textarea {
    padding: 16px;
  }
}

.contact-form-select {
  position: relative;
  max-width: 148px;
}

.contact-form-select select {
  margin: 0;
  padding: 13px 30px 13px 11px;
  border: solid 1px #e1e1e3;
  border-radius: 2px;
  width: 100%;
  display: block;
  background-color: #fff;
  color: #073190;
  line-height: 1;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 1.3rem;
}

.contact-form-select::after {
  content: '';
  border-right: solid 2px currentColor;
  border-bottom: solid 2px currentColor;
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  top: 16px;
  right: 13px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media all and (min-width: 768px), print {
  .contact-form-select {
    max-width: 160px;
  }
  .contact-form-select select {
    padding: 9px 30px 9px 15px;
  }
  .contact-form-select::after {
    top: 14px;
    right: 16px;
  }
}

.contact-form-file {
  position: relative;
}

.contact-form-file__input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

form#mailformpro .contact-form-file__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.contact-form-file__label-btn {
  padding: 13px;
  border: solid 1px #073190;
  border-radius: 2px;
  display: block;
  color: #073190;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 1.3rem;
}

.contact-form-file__label-btn:hover,
input[type="file"]:focus ~ .contact-form-file__label .contact-form-file__label-btn {
  background-color: #073190;
  color: #fff;
}

@media all and (min-width: 768px), print {
  .contact-form-file__label-btn {
    padding: 8px 14px;
  }
}

.contact-form-file__label-info {
  margin-left: 13px;
  padding-top: 12px;
  line-height: 1.4;
  word-break: break-all;
  font-size: 1.3rem;
}

@media all and (min-width: 768px), print {
  .contact-form-file__label-info {
    margin-left: 24px;
    padding-top: 7px;
  }
}

/*----------------------------------------
  確認画面
----------------------------------------*/
div#mfp_overlay_inner {
  padding: 20px 16px;
}

@media all and (min-width: 768px), print {
  div#mfp_overlay_inner {
    padding: 16px 32px 32px;
    width: auto;
    max-width: calc(824px + 32px + 32px);
  }
}

div#mfp_overlay_inner h4 {
  font-weight: 500;
  line-height: 1.5625;
  letter-spacing: 0.02em;
  font-size: 1.6rem;
}

@media all and (min-width: 768px), print {
  div#mfp_overlay_inner h4 {
    font-size: 1.8rem;
  }
}

div#mfp_overlay_inner table#mfp_confirm_table {
  width: 100%;
  margin-top: 20px;
}

@media all and (min-width: 768px), print {
  div#mfp_overlay_inner table#mfp_confirm_table {
    margin-top: 16px;
  }
}

div#mfp_overlay_inner table#mfp_confirm_table th,
div#mfp_overlay_inner table#mfp_confirm_table td {
  padding: 10px 12px;
  border: solid 1px #e1e1e3;
  line-height: 1.38462;
  font-size: 1.3rem;
}

div#mfp_overlay_inner table#mfp_confirm_table th {
  width: 40%;
  background-color: #eef5fd;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  white-space: normal;
}

div#mfp_overlay_inner table#mfp_confirm_table td {
  background-color: #fff;
}

@media all and (min-width: 768px), print {
  div#mfp_overlay_inner table#mfp_confirm_table th,
  div#mfp_overlay_inner table#mfp_confirm_table td {
    padding: 12px 16px;
  }
  div#mfp_overlay_inner table#mfp_confirm_table th {
    width: 34.95146%;
  }
}

div#mfp_overlay_inner div.mfp_buttons {
  margin-top: 20px;
  padding: 0;
}

@media all and (min-width: 768px), print {
  div#mfp_overlay_inner div.mfp_buttons {
    margin-top: 32px;
    margin-right: auto;
    margin-left: auto;
    max-width: 683px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

div#mfp_overlay_inner .mfp_element_button {
  padding: 15px 43px;
  border: solid 1px #073190;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-image: -webkit-gradient(linear, right top, left top, from(#073190), to(#073190));
  background-image: linear-gradient(to left, #073190, #073190);
  background-repeat: no-repeat;
  background-size: 0 100%;
  color: #073190;
  font-weight: 500;
  text-align: center;
  -webkit-transition: background-size 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background-size 0.4s ease-in-out, color 0.4s ease-in-out;
  font-size: 1.5rem;
}

div#mfp_overlay_inner .mfp_element_button:hover, div#mfp_overlay_inner .mfp_element_button:focus {
  background-size: 100% 100%;
  color: #fff;
}

div#mfp_overlay_inner .mfp_element_button::before, div#mfp_overlay_inner .mfp_element_button::after {
  content: '';
  margin-top: auto;
  margin-bottom: auto;
  width: 19px;
  height: 6px;
  display: block;
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 100% auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

div#mfp_overlay_inner .mfp_element_button::before {
  background-image: url("/assets/images/icon_arrow_01.svg");
}

div#mfp_overlay_inner .mfp_element_button::after {
  background-image: url("/assets/images/icon_arrow_02.svg");
  opacity: 0;
}

div#mfp_overlay_inner .mfp_element_button:hover::before, div#mfp_overlay_inner .mfp_element_button:hover::after, div#mfp_overlay_inner .mfp_element_button:focus::before, div#mfp_overlay_inner .mfp_element_button:focus::after {
  -webkit-transform: translate3d(6px, 0, 0);
          transform: translate3d(6px, 0, 0);
}

div#mfp_overlay_inner .mfp_element_button:hover::after, div#mfp_overlay_inner .mfp_element_button:focus::after {
  opacity: 1;
}

@media all and (min-width: 768px), print {
  div#mfp_overlay_inner .mfp_element_button {
    padding: 19px 50px;
  }
  div#mfp_overlay_inner .mfp_element_button:nth-child(even) {
    margin-left: calc(24px - 3px);
  }
  div#mfp_overlay_inner .mfp_element_button::before, div#mfp_overlay_inner .mfp_element_button::after {
    right: 17px;
  }
}
