@charset "UTF-8";
/* ============================================================================
* Font Face
* ========================================================================= */
@import url("https://fonts.googleapis.com/css?family=Hind+Madurai&display=swap");
/*! 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 {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
  /* 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 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  /* 1 */
  font-size: 1em;
  font-family: monospace, monospace;
  /* 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] {
  /* 2 */
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
          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 {
  /* 1 */
  font-size: 1em;
  font-family: monospace, monospace;
  /* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  /* 1 */
  margin: 0;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  font-family: inherit;
  /* 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 {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 1 */
  color: inherit;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #FFF url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-style: normal;
  font-weight: normal;
  src: url("../font/slick.eot");
  src: url("../font/slick.eot?#iefix") format("embedded-opentype"), url("../font/slick.woff") format("woff"), url("../font/slick.ttf") format("truetype"), url("../font/slick.svg#slick") format("svg");
  font-family: slick;
}
/* Arrows */
.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: none;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0px;
  cursor: pointer;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover::before, .slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before {
  opacity: 1;
}
.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
  opacity: 0.25;
}
.slick-prev::before,
.slick-next::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  font-size: 20px;
  line-height: 1;
  font-family: "slick";
  opacity: 0.75;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev::before {
  content: "←";
}
[dir=rtl] .slick-prev::before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next::before {
  content: "→";
}
[dir=rtl] .slick-next::before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  display: block;
  position: absolute;
  bottom: -25px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  border: 0;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover::before, .slick-dots li button:focus::before {
  opacity: 1;
}
.slick-dots li button::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  color: black;
  font-size: 6px;
  line-height: 20px;
  font-family: "slick";
  text-align: center;
  opacity: 0.25;
}
.slick-dots li.slick-active button::before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  height: 100%;
  min-height: 1px;
  float: left;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  margin: 0 auto;
}
.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;
}

/* ======================
カラー設定
======================== */
/* ======================
フォントサイズ設定
======================== */
/* ======================
ブレイクポイント（ベース）
======================== */
/* ======================
フォント設定
======================== */
.box-corevalue-top .box-corevalue-wrapper > .box-inner, .box-preview-globalarea .box-inner, .global-base-wrapper > .global-base-inner, .box-carousel-wrapper, .header > .header-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.box-innumber-top .box-hdg2-wrapper,
.box-ourphilosophy-top .box-hdg2-wrapper,
.box-corevalue-top .box-hdg2-wrapper,
.box-atagrance-top .box-hdg2-wrapper, .box-careers-top, .box-atagrance-top > .box-inner, .mediacenter-01 > .box-inner,
.mediacenter-02 > .box-inner, .box-carousel-01, .box-newssearch-wrapper .box-inner, .link-nav-local-wrapper > .link-nav-local-inner, .wrapper > .main-content, .str-section-wrapper > .str-section, .footer > .footer-inner {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 0.1px;
  padding-bottom: 0.1px;
}
@media screen and (max-width: 1010px) {
  .box-innumber-top .box-hdg2-wrapper,
.box-ourphilosophy-top .box-hdg2-wrapper,
.box-corevalue-top .box-hdg2-wrapper,
.box-atagrance-top .box-hdg2-wrapper, .box-careers-top, .box-atagrance-top > .box-inner, .mediacenter-01 > .box-inner,
.mediacenter-02 > .box-inner, .box-carousel-01, .box-newssearch-wrapper .box-inner, .link-nav-local-wrapper > .link-nav-local-inner, .wrapper > .main-content, .str-section-wrapper > .str-section, .footer > .footer-inner {
    padding-right: 23px;
    padding-left: 23px;
  }
}

/* ============================================================================
* デフォルトスタイル
* ========================================================================= */
*,
*::before,
*::after {
  -webkit-backface-visibility: hidden;
  word-wrap: break-word;
  box-sizing: border-box;
          backface-visibility: hidden;
  word-break: keep-all;
}

html {
  height: 100%;
  font-size: 62.5%;
}

input[type],
textarea,
select,
button, body {
  color: #5D6164;
  font-size: 1.3rem;
  line-height: 1.5;
  font-family: "Hind Madurai", Arial, sans-serif;
}
@media screen and (min-width: 769px) {
  input[type],
textarea,
select,
button, body {
    font-size: 1.6rem;
  }
}

body.is-fixed {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

img {
  max-width: 100%;
  height: auto;
}

textarea {
  resize: vertical;
}

button {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  text-align: left;
}

label,
[type=button] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
div,
form,
sup,
p,
th,
td,
button,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

fieldset,
img {
  border: 0;
}

h5,
h6,
th,
td {
  font-style: normal;
  font-size: 1em;
  line-height: inherit;
  text-align: inherit;
}

iframe {
  border: none;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

td {
  vertical-align: top;
}

em {
  font-style: normal;
  font-weight: bold;
}

hr {
  display: none;
}

a {
  color: #1BA8D6;
  text-decoration: none;
}

/* ============================================================================
* .header サイト共通ヘッダ
* ========================================================================= */
.header {
  height: 59px;
  background-color: #FFF;
  font-size: 1.4rem;
}
@media screen and (min-width: 1060px) {
  .header {
    height: 52px;
  }
}
.header > .header-inner {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
  background-color: #FFF;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}
.header > .header-inner::after {
  display: block;
  clear: both;
  content: "";
}
.header > .header-inner .logo {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 11.5px;
  float: left;
}
@media screen and (max-width: 1059px) {
  .header > .header-inner .logo {
    width: calc(100% - 159px);
    height: 60px;
    background: #FFF;
  }
}
@media screen and (min-width: 1060px) {
  .header > .header-inner .logo {
    padding-left: 0;
  }
}
.header > .header-inner .logo img {
  display: inline-block;
  width: 100%;
  max-width: 154px;
}
.header > .header-inner .header-nav {
  float: right;
}
@media screen and (min-width: 1060px) {
  .header > .header-inner {
    padding-left: 20px;
  }
  .header > .header-inner .logo {
    padding-top: 13px;
  }
  .header > .header-inner .header-nav-list > li {
    height: 52px;
  }
}
@media screen and (min-width: 1060px) and (min-width: 1060px) {
  .header > .header-inner .header-nav-list:first-child > li:not(:last-child) > a {
    height: 52px;
    line-height: 52px;
  }
}

/* ヘッダーナビゲーション */
.header-nav {
  display: flex;
}
@media screen and (max-width: 1059px) {
  .header-nav {
    height: 60px;
    background: #FFF;
  }
}
.header-nav .header-nav-list .header-link-contact a {
  height: 60px;
  padding-top: 22px;
  padding-right: 13px;
  padding-left: 13px;
  line-height: 0;
}
@media screen and (min-width: 1060px) {
  .header-nav .header-nav-list .header-link-contact a {
    height: 52px;
    padding-top: 18px;
  }
}
@media screen and (min-width: 1060px) {
  .header-nav .header-nav-list > li {
    display: table-cell;
    vertical-align: middle;
  }
  .header-nav .header-nav-list > li:last-child {
    padding-right: 12px;
    padding-left: 11px;
  }
  .header-nav .header-nav-list > li > a {
    font-size: 1.6rem;
  }
}
.header-nav .header-nav-list > li > a {
  display: block;
  position: relative;
  color: #5D6164;
}
@media screen and (min-width: 1060px) {
  .header-nav .header-nav-list:first-child > li:not(:last-child) > .current, .header-nav .header-nav-list:first-child > li:not(:last-child) > a:hover, .header-nav .header-nav-list:first-child > li:not(:last-child) > a:focus, .header-nav .header-nav-list:first-child > li:not(:last-child) > a:active {
    color: #EA5504;
  }
  .header-nav .header-nav-list:first-child > li:not(:last-child) > .current::before, .header-nav .header-nav-list:first-child > li:not(:last-child) > a:hover::before, .header-nav .header-nav-list:first-child > li:not(:last-child) > a:focus::before, .header-nav .header-nav-list:first-child > li:not(:last-child) > a:active::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #EA5504;
    content: "";
  }
}
.header-nav .header-nav-list.header-menu {
  display: flex;
}
.header-nav .header-nav-list.header-menu > li {
  display: block;
  position: relative;
}
.header-nav .header-nav-list.header-menu > li:not(:first-child):not(:last-child) {
  margin-left: 24px;
}
.header-nav .header-nav-list.header-menu .header-menu-inner {
  position: absolute;
  left: 0;
  padding: 17px 20px;
  border-top: 1px solid #D1D2D2;
  background-color: #FFF;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12) inset;
}
.header-nav .header-nav-list.header-menu .header-menu-inner .title {
  margin-bottom: 23px;
  font-weight: bold;
  font-size: 1.6rem;
}
.header-nav .header-nav-list.header-menu .header-menu-inner .header-list-global > li a {
  display: inline-block;
  border-bottom: 2px solid #FFF;
  color: #5D6164;
  font-size: 1.6rem;
  line-height: 1.2;
  white-space: nowrap;
}
.header-nav .header-nav-list.header-menu .header-menu-inner .header-list-global > li a.current, .header-nav .header-nav-list.header-menu .header-menu-inner .header-list-global > li a:hover, .header-nav .header-nav-list.header-menu .header-menu-inner .header-list-global > li a:focus, .header-nav .header-nav-list.header-menu .header-menu-inner .header-list-global > li a:active {
  border-bottom: 2px solid #EA5504;
  color: #EA5504;
}
.header-nav .header-nav-list.header-menu .header-menu-inner .header-list-global > li:last-child a {
  margin-right: 0;
  padding-right: 0;
}
.header-nav .header-nav-list.header-menu .header-menu-inner .header-list-global > li + li {
  margin-top: 12px;
}
.header-nav .header-nav-list.header-menu .box-input-search {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1059px) {
  .header-nav .header-nav-list.header-menu {
    display: none;
  }
}
.header-nav .header-nav-list.header-menu-sp > li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1060px) {
  .header-nav .header-nav-list.header-menu-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header-nav .header-nav-list.header-menu-sp .box-input-search {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 1059px) {
  .header-nav .header-nav-list.header-menu-sp {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    padding-bottom: 29.0666666667vw;
    background-image: url("/share/images/bg_header_sp_01.png");
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.12) inset;
  }
  .header-nav .header-nav-list.header-menu-sp > li > button,
.header-nav .header-nav-list.header-menu-sp > li > a {
    display: block;
    width: 100%;
    padding: 22px 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    color: #FFF;
    font-size: 2.2rem;
  }
  .header-nav .header-nav-list.header-menu-sp > li > button {
    position: relative;
  }
  .header-nav .header-nav-list.header-menu-sp > li > button > span {
    position: absolute;
    top: 0;
    right: 18px;
    bottom: 5px;
    margin: auto;
    text-indent: -9999px;
  }
  .header-nav .header-nav-list.header-menu-sp > li > button > span::after {
    display: block;
    width: 13px;
    height: 13px;
    transform: rotate(45deg);
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    content: "";
    transition: transform 0.5s ease;
  }
  .header-nav .header-nav-list.header-menu-sp > li > button.open > span::after {
    transform: rotate(-135deg);
  }
  .header-nav .header-nav-list.header-menu-sp > li .header-menu-sp-toggle {
    display: none;
    padding-right: 15px;
    padding-bottom: 22px;
    padding-left: 15px;
  }
  .header-nav .header-nav-list.header-menu-sp > li .header-menu-sp-toggle a {
    color: #FFF;
  }
  .header-nav .header-nav-list.header-menu-sp > li .header-menu-sp-toggle > a {
    display: block;
    font-size: 2.2rem;
  }
  .header-nav .header-nav-list.header-menu-sp > li .header-menu-sp-toggle .header-menu-sp-list {
    display: flex;
    flex-flow: row wrap;
  }
  .header-nav .header-nav-list.header-menu-sp > li .header-menu-sp-toggle .header-menu-sp-list > li {
    width: calc(50% - 20px);
    margin-top: 12px;
  }
  .header-nav .header-nav-list.header-menu-sp > li .header-menu-sp-toggle .header-menu-sp-list > li:nth-child(2n) {
    margin-left: 20px;
  }
  .header-nav .header-nav-list.header-menu-sp > li .header-menu-sp-toggle .header-menu-sp-list > li > a {
    display: block;
    height: 100%;
    font-size: 1.5rem;
  }
  .header-nav .header-nav-list.header-menu-sp > li:nth-last-of-type(2) > a::after, .header-nav .header-nav-list.header-menu-sp > li:last-child > a::after {
    display: none;
  }
}
.header-nav .header-nav-list.header-search {
  display: flex;
}
.header-nav .header-nav-list.header-search .btn-menu-global {
  width: 53px;
  height: 100%;
  background-image: url("/share/images/icon_search_02.png");
  background-position: center center;
  background-size: 30px;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
@media screen and (min-width: 1060px) {
  .header-nav .header-nav-list.header-search .btn-menu-global {
    background-size: 31px;
  }
}
.header-nav .header-nav-list.header-search .btn-menu-global.open {
  position: relative;
  background-image: url("/share/images/icon_close_01.png");
  background-size: 20px;
  background-color: #DFDFDF;
}
@media screen and (min-width: 1060px) {
  .header-nav .header-nav-list.header-search .btn-menu-global.open {
    background-size: 18px;
  }
}
.header-nav .header-nav-list.header-search .btn-menu-global.open::after {
  display: block;
  z-index: 1;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  content: "";
}
.header-nav .header-nav-list.header-search .btn-sp-menu {
  display: block;
  height: 100%;
  padding: 15px 15.5px;
}
.header-nav .header-nav-list.header-search .btn-sp-menu > img {
  display: block;
  width: 20px;
  height: auto;
}
.header-nav .header-nav-list.header-search .btn-sp-menu.open {
  position: relative;
  background-color: #EA5504;
}
.header-nav .header-nav-list.header-search .btn-sp-menu.open::after {
  display: block;
  z-index: 1;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(234, 85, 4, 0.96);
  content: "";
}
@media screen and (min-width: 1060px) {
  .header-nav .header-nav-list.header-search {
    display: block;
  }
  .header-nav .header-nav-list.header-search > li:last-child {
    display: none;
  }
}
.header-nav .header-nav-list.header-search > li {
  border-left: 1px solid #C9C9C9;
}
.header-nav .header-nav-list.header-search > li > a {
  margin-left: 0;
}
.header-nav .header-nav-list.header-search > li .menu-global-hdg-lv2 {
  margin-bottom: 11px;
  padding-left: 15px;
}
@media screen and (min-width: 1060px) {
  .header-nav .header-nav-list.header-search > li .menu-global-hdg-lv2 {
    margin-bottom: 23px;
    padding-left: 0;
  }
}
@media screen and (min-width: 1060px) {
  .header-nav .header-nav-list.header-search > li .menu-global-hdg-lv3 {
    margin-bottom: 14px;
  }
  .header-nav .header-nav-list.header-search > li .menu-global-hdg-lv3:not(:first-child) {
    margin-top: 20px;
  }
  .header-nav .header-nav-list.header-search > li .menu-global-hdg-lv3 .icon {
    display: none;
  }
}
@media screen and (max-width: 1059px) {
  .header-nav .header-nav-list.header-search > li .menu-global-hdg-lv3 {
    position: relative;
    padding: 17px 15px;
    border-top: 1px solid #D1D2D2;
  }
  .header-nav .header-nav-list.header-search > li .menu-global-hdg-lv3 .icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 13px;
    height: 13px;
    transform: translateY(-50%);
    background-image: url("/share/images/icon_arrow_bottom_01.png");
    background-position: center center;
    background-size: 13px auto;
    background-repeat: no-repeat;
    font-size: 0;
  }
  .header-nav .header-nav-list.header-search > li .menu-global-hdg-lv3.open .icon {
    background-image: url("/share/images/icon_close_02.png");
  }
}
@media screen and (min-width: 1060px) {
  .header-nav .header-nav-list.header-search > li .menu-global-hdg-lv3-no-toggle {
    margin-bottom: 14px;
  }
  .header-nav .header-nav-list.header-search > li .menu-global-hdg-lv3-no-toggle:not(:first-child) {
    margin-top: 20px;
  }
  .header-nav .header-nav-list.header-search > li .menu-global-hdg-lv3-no-toggle > .sp-content {
    display: none;
  }
  .header-nav .header-nav-list.header-search > li .menu-global-hdg-lv3-no-toggle > .pc-content {
    display: block;
  }
  .header-nav .header-nav-list.header-search > li .menu-global-hdg-lv3-no-toggle > .pc-content > a {
    color: #EA5504;
  }
}
@media screen and (max-width: 1059px) {
  .header-nav .header-nav-list.header-search > li .menu-global-hdg-lv3-no-toggle > .sp-content {
    display: block;
    position: relative;
    padding: 17px 40px 17px 15px;
    padding-top: 17px;
    border-top: 1px solid #D1D2D2;
    color: #5D6164;
  }
  .header-nav .header-nav-list.header-search > li .menu-global-hdg-lv3-no-toggle > .sp-content::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 26px;
    height: 16px;
    transform: translateY(-50%);
    background-image: url("/share/images/icon_arrow_right_02.png");
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: "";
  }
  .header-nav .header-nav-list.header-search > li .menu-global-hdg-lv3-no-toggle > .pc-content {
    display: none;
  }
}
.header-nav .header-nav-list.header-search > li .menu-global-hdg-lv2,
.header-nav .header-nav-list.header-search > li .menu-global-hdg-lv3,
.header-nav .header-nav-list.header-search > li .menu-global-hdg-lv3-no-toggle {
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (min-width: 1060px) {
  .header-nav .header-nav-list.header-search > li .menu-global-hdg-lv2,
.header-nav .header-nav-list.header-search > li .menu-global-hdg-lv3,
.header-nav .header-nav-list.header-search > li .menu-global-hdg-lv3-no-toggle {
    font-size: 1.6rem;
  }
}
.header-nav .header-nav-list.header-search > li > .menu-global-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  padding-top: 21.5px;
  background-color: #FFF;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12) inset;
}
@media screen and (min-width: 1060px) {
  .header-nav .header-nav-list.header-search > li > .menu-global-wrapper {
    padding: 24px 19px 37px 26px;
    border-top: 1px solid #D1D2D2;
  }
  .header-nav .header-nav-list.header-search > li > .menu-global-wrapper::before {
    display: none;
  }
}
.header-nav .header-nav-list.header-search > li > .menu-global-wrapper > .menu-global-inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1060px) {
  .header-nav .header-nav-list.header-search > li > .menu-global-wrapper > .menu-global-inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1059px) {
  .header-nav .header-nav-list.header-search > li > .menu-global-wrapper .box-list-link {
    /* SP アコーディオン内部リスト */
  }
  .header-nav .header-nav-list.header-search > li > .menu-global-wrapper .box-list-link > ul > li {
    padding-right: 15px;
    padding-left: 15px;
  }
  .header-nav .header-nav-list.header-search > li > .menu-global-wrapper .box-list-link > ul > li:last-child {
    padding-bottom: 17.5px;
  }
}
.header-nav .header-nav-list.header-search > li > .menu-global-wrapper .box-list-link li {
  margin-bottom: 4.5px;
}
.header-nav .header-nav-list.header-search > li > .menu-global-wrapper .box-list-link li:last-child {
  margin-bottom: 0;
}
.header-nav .header-nav-list.header-search > li > .menu-global-wrapper .box-list-link li a {
  display: inline-block;
  color: #5D6164;
}
.header-nav .header-nav-list.header-search > li > .menu-global-wrapper .box-list-link li a.color-orange {
  color: #EA5504;
}
.header-nav .header-nav-list.header-search > li > .menu-global-wrapper .box-list-link li a.text-link-sub,
.header-nav .header-nav-list.header-search > li > .menu-global-wrapper .box-list-link li a span {
  color: #EA5504;
  font-size: 1.1rem;
}
@media screen and (min-width: 1060px) {
  .header-nav .header-nav-list.header-search > li > .menu-global-wrapper .box-list-link {
    padding-right: 19px;
  }
  .header-nav .header-nav-list.header-search > li > .menu-global-wrapper .box-list-link:last-child {
    padding-right: 0;
  }
  .header-nav .header-nav-list.header-search > li > .menu-global-wrapper .box-list-link:not(:first-child) {
    padding-left: 35px;
    border-left: 1px solid #D6D6D6;
  }
}

.box-input-search {
  margin-left: 10px;
}
.box-input-search > form {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (max-width: 1059px) {
  .box-input-search {
    justify-content: center;
    padding-top: 24px;
    padding-right: 21px;
    padding-left: 21px;
  }
}
.box-input-search .header-btn-delete img {
  display: block;
  width: 11px;
  height: auto;
}
.box-input-search .header-input-search {
  display: block;
  margin-right: 20px;
  margin-left: 9px;
  border: none;
  border-bottom: 1px solid #EA5504;
  background-color: transparent;
  color: #EA5504;
}
@media screen and (max-width: 1059px) {
  .box-input-search .header-input-search {
    width: calc(100% - 42px);
    border-bottom: 1px solid #FFF;
    color: #FFF;
    font-size: 2.7rem;
  }
}
.box-input-search .header-btn-search {
  padding-top: 9px;
}
.box-input-search .header-btn-search-submit {
  display: inline-block;
  width: 23px;
  height: 22px;
  margin-right: 15px;
  border: none;
  background-image: url("/share/images/icon_search_01.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

html:not(.js-enable) .header {
  height: auto;
}
html:not(.js-enable) .header > .header-inner {
  position: static;
}
html:not(.js-enable) .header > .header-inner .logo,
html:not(.js-enable) .header > .header-inner .header-nav {
  float: none;
}
@media screen and (max-width: 1059px) {
  html:not(.js-enable) .header > .header-inner {
    box-shadow: none;
  }
}
html:not(.js-enable) .header-nav {
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1059px) {
  html:not(.js-enable) .header-nav {
    flex-direction: column-reverse;
    height: auto;
  }
}
@media screen and (min-width: 1060px) {
  html:not(.js-enable) .header-nav .header-nav-list {
    padding-right: 20px;
  }
}
html:not(.js-enable) .header-nav .header-nav-list > li:last-child .header-btn-search,
html:not(.js-enable) .header-nav .header-nav-list > li:last-child .header-btn-delete {
  display: none;
}
html:not(.js-enable) .header-nav .header-nav-list.header-menu .header-menu-inner {
  display: none;
}
html:not(.js-enable) .header-nav .header-nav-list.header-menu-sp > li .header-menu-sp-toggle {
  display: block;
}
html:not(.js-enable) .header-nav .header-nav-list.header-search > li .menu-global-wrapper {
  position: static;
  box-shadow: none;
}
@media screen and (max-width: 1059px) {
  html:not(.js-enable) .header-nav .header-nav-list.header-search > li:last-child {
    display: none;
  }
}
@media screen and (max-width: 1059px) {
  html:not(.js-enable) .header-nav .header-nav-list.header-search .header-link-contact {
    border-top: 1px solid #D1D2D2;
    border-bottom: 1px solid #D1D2D2;
    text-align: center;
  }
}
html:not(.js-enable) .header-nav .header-nav-list.header-search .btn-menu-global {
  display: none;
}
@media screen and (max-width: 1059px) {
  html:not(.js-enable) .header-nav .header-nav-list {
    position: static;
    flex-direction: column;
  }
}
@media screen and (max-width: 1059px) {
  html:not(.js-enable) .box-input-search .header-btn-search {
    display: none;
  }
}
@media screen and (max-width: 1059px) {
  html:not(.js-enable) .box-input-search .header-btn-search-submit {
    background-image: url("/share/images/icon_search_03.png");
  }
}

/* jS用スタイル */
.js-enable .header-search .menu-global-wrapper {
  display: none;
}
@media screen and (max-width: 1059px) {
  .js-enable .header-search .menu-global-wrapper .menu-global-hdg-lv3 {
    cursor: pointer;
  }
}
.js-enable .header-nav .header-nav-list.header-menu .header-menu-inner {
  display: none;
}
.js-enable .header-menu-sp .box-input-search > form {
  width: 100%;
}
.js-enable .header-menu-sp .box-input-search > form:not(.open) {
  justify-content: flex-end;
}
.js-enable .header-menu-sp .box-input-search > form .header-input-search {
  -webkit-appearance: none;
          appearance: none;
  margin-left: 0;
  border-radius: 0;
}
.js-enable .header-menu-sp .header-btn-search-submit {
  background-image: url("/share/images/icon_search_03.png");
}
@media screen and (max-width: 768px) {
  .js-enable .box-input-search .header-btn-search {
    opacity: 0.4;
  }
}
.js-enable .box-input-search .header-input-search {
  display: none;
  width: calc(100% - 32px);
}
@media screen and (min-width: 1060px) {
  .js-enable .box-input-search .header-input-search {
    width: 21.71875vw;
  }
}
.js-enable .box-input-search .header-btn-delete,
.js-enable .box-input-search .header-btn-search-submit {
  display: none;
}

/* アイコン設定 */
.header-menu a img.icon-pdf,
.header-menu a img.icon-blank {
  top: 3px;
  width: 14px;
  height: 14px;
}

.header-menu-sp a img.icon-pdf,
.header-menu-sp a img.icon-blank {
  top: 3px;
  width: 24px;
  height: 24px;
}

/* ============================================================================
* サイト共通フッタ
* ========================================================================= */
.footer {
  padding-top: 69px;
  padding-bottom: 62px;
  background-image: url("/share/images/bg_footer_01_sp.png");
  background-position: bottom 100% center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  color: #FFF;
}
@media screen and (min-width: 769px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 28px;
    background-image: url("/share/images/bg_footer_01.png");
    background-position: top center;
  }
}
.footer .logo {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .footer .logo {
    margin-bottom: 40px;
  }
}
.footer .logo img {
  max-width: 160px;
}
@media screen and (min-width: 769px) {
  .footer .logo img {
    max-width: 100px;
  }
}
.footer small {
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .footer small {
    font-size: 0.7rem;
  }
}
.footer > .footer-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer > .footer-inner .footer-link-sns img {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .footer > .footer-inner .footer-link-sns {
    display: flex;
    justify-content: center;
  }
  .footer > .footer-inner .footer-link-sns img {
    width: 38px;
  }
  .footer > .footer-inner .footer-link-sns,
.footer > .footer-inner .footer-link {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 769px) {
  .footer > .footer-inner {
    flex-direction: row;
  }
  .footer > .footer-inner .footer-link {
    width: calc(100% - 250px);
  }
  .footer > .footer-inner .footer-link-sns {
    margin-bottom: 44px;
  }
  .footer > .footer-inner .footer-link-sns img {
    width: 26px;
  }
}
.footer .footer-link {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-link > li {
  width: 50%;
  margin-bottom: 6px;
}
.footer .footer-link > li:nth-child(odd) {
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .footer .footer-link > li {
    /* SP幅：フッターリンクの順番を入れ替える */
    /* About us */
    /* Research & Development */
    /* Sustainability */
    /* News & Releases */
    /* Careers */
    /* Investor relations */
    /* Worldwide */
    /* Contact us */
    /* Sitemap */
    /* Terms & Conditions */
    /* Privacy policy */
  }
  .footer .footer-link > li:nth-of-type(1) {
    order: 0;
  }
  .footer .footer-link > li:nth-of-type(2) {
    order: 3;
  }
  .footer .footer-link > li:nth-of-type(3) {
    order: 5;
  }
  .footer .footer-link > li:nth-of-type(4) {
    order: 7;
  }
  .footer .footer-link > li:nth-of-type(5) {
    order: 9;
  }
  .footer .footer-link > li:nth-of-type(6) {
    order: 11;
  }
  .footer .footer-link > li:nth-of-type(7) {
    order: 1;
  }
  .footer .footer-link > li:nth-of-type(8) {
    order: 4;
  }
  .footer .footer-link > li:nth-of-type(9) {
    order: 6;
  }
  .footer .footer-link > li:nth-of-type(10) {
    order: 8;
  }
  .footer .footer-link > li:nth-of-type(11) {
    order: 10;
  }
}
@media screen and (min-width: 769px) {
  .footer .footer-link > li {
    width: 33.3%;
  }
  .footer .footer-link > li:nth-child(odd) {
    padding-right: 0;
  }
}
.footer .footer-link > li > a {
  display: block;
  padding-right: 10px;
  color: #FFF;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .footer .footer-link > li > a {
    padding-right: 0;
  }
}
.footer .footer-link-sns {
  display: flex;
  flex-wrap: nowrap;
}
.footer .footer-link-sns > li {
  margin-right: 32px;
}
@media screen and (min-width: 769px) {
  .footer .footer-link-sns > li {
    margin-right: 18px;
  }
}
.footer .footer-link-sns > li:last-child {
  margin-right: 0;
}

/* アイコン設定 */
.footer-link a:hover, .footer-link a:focus, .footer-link a:active {
  opacity: 0.6;
}
.footer-link a img.icon-pdf,
.footer-link a img.icon-blank {
  top: 3px;
  width: 15px;
  height: 15px;
}

/* ============================================================================
* TOPページ Noticeエリア
* ========================================================================= */
._sectionNews {
  padding: 20px 0 40px;
  background-color: #F3F3F3;
}
._sectionNews-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
._sectionNews-inner .hdg {
  margin: 12px auto 5px;
  color: #1BA8D6;
  font-weight: bold;
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  ._sectionNews-inner .hdg {
    margin-top: 21px;
    font-size: 2.6rem;
  }
}
._sectionNews-inner .button {
  margin-top: 20px;
  text-align: center;
}
._sectionNews-inner .button a {
  background: #F3F3F3;
  font-size: 1.8rem;
}
._sectionNews-inner .button a:hover {
  background: #EA5504;
}
@media screen and (min-width: 768px) {
  ._sectionNews-inner .button {
    width: 260px;
    margin-top: 3px;
    margin-left: 20px;
  }
}
._sectionNews-inner dt {
  min-width: 113px;
}
._sectionNews-inner dd {
  margin-left: 10px;
  font-size: 1.5rem;
}
._sectionNews-inner dd a {
  color: #EA5504;
}
._sectionNews-inner dd a:hover {
  text-decoration: underline;
}
._sectionNews-inner dd img {
  position: relative;
  top: 0;
  vertical-align: middle;
}
._sectionNews-box {
  margin-bottom: 29px;
  padding: 25px;
  background: #FFF;
}
@media screen and (min-width: 768px) {
  ._sectionNews-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 29px;
  }
}
._sectionNews-box .contentList {
  max-height: 216px;
  overflow: auto;
}
._sectionNews-box .box {
  display: flex;
  padding: 3px 0;
  font-size: 1.3rem;
}
._sectionNews-box .box dd {
  max-width: 510px;
  overflow-x: hidden;
}
._sectionNews .news-releases {
  padding: 25px;
  background-color: #FFF;
}
._sectionNews .news-releases .top-news {
  max-height: 216px;
  padding: 3px 0;
  overflow: auto;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  ._sectionNews .news-releases .top-news {
    flex-direction: column;
  }
}
._sectionNews .news-releases .top-news .panel-news {
  padding: 3px 0;
}
._sectionNews .news-releases .top-news .panel-news .panel-info {
  display: flex;
}
._sectionNews .news-releases .button {
  margin: 20px auto auto;
}
._sectionNews a img.icon-blank,
._sectionNews a img.icon-pdf {
  top: 0;
  vertical-align: middle;
}

/* ============================================================================
* TOPページ Storiesエリア
* ========================================================================= */
._sectionStories-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 20px 0;
}
._sectionStories .hdg-lv2-02 {
  margin-bottom: 16px;
  color: #EA5504;
  font-weight: bold;
  font-size: 3.6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  ._sectionStories .hdg-lv2-02 {
    font-size: 5.6rem;
  }
}
._sectionStories .btn-03 {
  background-color: #F3F3F3;
}

html.js-noscroll body {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

body.js-sp-overlay::after {
  display: block;
  z-index: 0;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
}
body.js-sp-overlay .header-inner {
  height: 100%;
  overflow-y: scroll;
  background-color: transparent;
}

/* ============================================================================
* メインコンテンツ
* ========================================================================= */
main.type-01 > .wrapper {
  padding-bottom: 0;
}
main.type-01 + footer {
  background-color: #F3F3F3;
}

.wrapper {
  padding-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .wrapper {
    padding-bottom: 100px;
  }
}

.js-enable .wrapper {
  margin-top: -10px;
  padding-top: 5px;
}

/* セクションボックス */
.str-section-wrapper.type-01 {
  background-color: #F3F3F3;
}
.str-section-wrapper.type-01.whatwedo-04 {
  background-color: #FFF;
}
.str-section-wrapper.type-02 {
  background-image: url("/share/images/bg_section_01_sp.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .str-section-wrapper.type-02 {
    background-image: url("/share/images/bg_section_01.png");
  }
}

/* ============================================================================
 * _structure = ['.str-', '.nav-', '.site-']
 * ========================================================================= */
/* ============================================================================
* 見出しモジュール
* ========================================================================= */
.box-hdg-wrapper {
  position: relative;
  min-height: 32.4666vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .box-hdg-wrapper {
    min-height: 365px;
  }
}
.box-hdg-wrapper.type-02 {
  min-height: 81.1333vw;
}
@media screen and (min-width: 769px) {
  .box-hdg-wrapper.type-02 {
    min-height: 600px;
  }
}
.box-hdg-wrapper.type-02 > .hdg-lv1-01 {
  margin-top: 0;
  margin-bottom: 0;
}
.box-hdg-wrapper.type-02::before {
  z-index: 5;
  position: absolute;
  bottom: 27px;
  left: 50%;
  width: 21px;
  height: 33px;
  margin-left: -10.5px;
  background: url("/share/images/icon_arrow_bottom_02.png") left center no-repeat;
  content: "";
}
@media screen and (max-width: 768px) {
  .box-hdg-wrapper.type-02::before {
    bottom: 4.3%;
    width: 5.7333%;
    margin-left: -2.8666%;
    padding-top: 9.2%;
    background: url("/share/images/icon_arrow_bottom_03.png") left center/100% no-repeat;
  }
}
@media screen and (min-width: 769px) {
  .box-hdg-wrapper.type-arrow::after {
    display: block;
    position: absolute;
    right: 0;
    bottom: -40px;
    left: 0;
    width: 26px;
    height: 16px;
    margin: 0 auto;
    transform: rotate(90deg);
    background-image: url("/share/images/icon_arrow_right_02.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
}
.box-hdg-wrapper > .hdg-lv1-01 {
  z-index: 1;
  position: absolute;
  top: 60%;
  right: 50%;
  width: 100%;
  padding-right: 22px;
  padding-left: 22px;
  transform: translate(50%, -50%);
  color: #FFF;
  font-weight: bold;
  font-size: 2.7rem;
}
.box-hdg-wrapper > .hdg-lv1-01 > .text-sub {
  display: block;
  margin-top: 16.875px;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .box-hdg-wrapper > .hdg-lv1-01 > .text-sub {
    margin-top: 20.25px;
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 769px) {
  .box-hdg-wrapper > .hdg-lv1-01 {
    font-size: 5.5rem;
  }
}
.box-hdg-wrapper > .image {
  z-index: 0;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .box-hdg-wrapper > .image,
.box-hdg-wrapper > .image img {
    position: absolute;
    top: 50%;
    right: 50%;
    min-width: 100%;
    max-width: none;
    min-height: 100%;
    transform: translate(50%, -50%);
  }
}
.box-hdg-wrapper > .image img {
  display: block;
}

.hdg-lv1-02 {
  margin-top: 25px;
  margin-bottom: 28px;
  color: #EA5504;
  font-weight: bold;
  font-size: 2.9rem;
}
@media screen and (min-width: 769px) {
  .hdg-lv1-02 {
    margin-top: 55px;
    margin-bottom: 42px;
    font-size: 4.8rem;
    line-height: 1.125;
  }
}

.hdg-lv1-03 {
  margin-bottom: 12.125px;
  color: #231815;
  font-weight: bold;
  font-size: 2.7rem;
}
@media screen and (min-width: 769px) {
  .hdg-lv1-03 {
    margin-bottom: 10px;
    font-size: 3.6rem;
  }
}

.hdg-lv2-01 {
  margin-top: 29.125px;
  margin-bottom: 17.125px;
  color: #231815;
  font-weight: bold;
  font-size: 2.3rem;
}
@media screen and (min-width: 769px) {
  .hdg-lv2-01 {
    margin-top: 63.5px;
    margin-bottom: 17.5px;
    font-size: 2.6rem;
  }
}

.box-hdg2-wrapper .hdg-lv2-02 {
  margin-bottom: 25px;
  color: #EA5504;
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .box-hdg2-wrapper .hdg-lv2-02 {
    margin-bottom: 20px;
    font-size: 5.6rem;
  }
}
.box-hdg2-wrapper .text-lead {
  font-size: 1.6rem;
  line-height: 1.125;
  letter-spacing: -0.1px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .box-hdg2-wrapper .text-lead {
    font-size: 2rem;
    line-height: 1.1;
  }
}

.hdg-lv3-01 {
  margin-top: 37.75px;
  margin-bottom: 14.75px;
  color: #EA5504;
  font-weight: bold;
  font-size: 1.8rem;
}
.hdg-lv3-01 > .text-sub {
  display: block;
  font-size: 0.95rem;
}
@media screen and (min-width: 769px) {
  .hdg-lv3-01 > .text-sub {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .hdg-lv3-01 {
    margin-top: 55px;
    margin-bottom: 18px;
    font-size: 2rem;
  }
}
.hdg-lv3-01.type-01 {
  margin-top: 15px;
  margin-bottom: 9px;
}
@media screen and (min-width: 769px) {
  .hdg-lv3-01.type-01 {
    margin-top: 15px;
    margin-bottom: 12px;
  }
}

.hdg-lv4-01 {
  margin-top: 28.5px;
  margin-bottom: 13.5px;
  color: #231815;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) {
  .hdg-lv4-01 {
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: 2rem;
  }
}

.box-mainvisual-02 {
  position: relative;
}
.box-mainvisual-02 > .inner {
  position: relative;
  min-height: 340px;
  margin: 0 auto;
  padding: 0 20px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.45));
}
.box-mainvisual-02 > .inner > .content {
  position: absolute;
  right: 50%;
  bottom: 50%;
  width: 100%;
  max-width: 980px;
  margin: 0;
  padding: 0 20px;
  transform: translate(50%, 50%);
  text-align: center;
}
.box-mainvisual-02 > .inner > .content > .heading {
  margin: 0;
  font-weight: bold;
  line-height: 1.25;
}
.box-mainvisual-02 > .inner > .content > .heading > .text {
  color: #FFF;
  font-size: 3rem;
}
.box-mainvisual-02 > .inner > .content > .sub {
  margin: 27px 0 0;
  color: #FFF;
  font-size: 1.4rem;
}
.box-mainvisual-02 > .box-breadcrumb {
  display: none;
}
@media screen and (min-width: 769px) {
  .box-mainvisual-02 > .inner {
    min-height: 400px;
  }
  .box-mainvisual-02 > .inner > .content > .heading > .text {
    font-size: 4.8rem;
  }
  .box-mainvisual-02 > .inner > .content > .sub {
    margin-top: 40px;
    font-size: 1.8rem;
  }
  .box-mainvisual-02 > .box-breadcrumb {
    display: block;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
  }
  .box-mainvisual-02 > .box-breadcrumb > .list-breadcrumb {
    max-width: 1020px;
    margin: 0 auto;
    padding: 15px 20px;
  }
  .box-mainvisual-02 > .box-breadcrumb > .list-breadcrumb > li > a {
    color: #FFF;
  }
  .box-mainvisual-02 > .box-breadcrumb > .list-breadcrumb > li:not(:first-child)::before {
    background-image: url("/share/images/icon_breadcrumb_02.png");
  }
}

/* ============================================================================
* テキストモジュール
* ========================================================================= */
.box-text {
  margin-bottom: 24.375px;
}
@media screen and (min-width: 769px) {
  .box-text {
    margin-bottom: 29px;
  }
}

@media screen and (min-width: 769px) {
  .text-table-scroll {
    display: none;
  }
}

/* ============================================================================
* リンク設定
* ========================================================================= */
.link-return {
  color: #EA5504;
  font-weight: bold;
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) {
  .link-return {
    font-size: 1.6rem;
  }
}
.link-return > span {
  position: relative;
  padding-left: 20px;
}
.link-return > span::before {
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 10px;
  transform: rotate(-180deg);
  background-image: url("/share/images/icon_arrow_right_02.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (min-width: 769px) {
  .link-return > span::before {
    top: 6px;
  }
}

a img.icon-pdf,
a img.icon-blank {
  display: inline-block;
  position: relative;
  top: 0.3125em;
  width: 1.375em;
  height: 1.375em;
  margin-left: 5px;
  vertical-align: baseline;
}
@media screen and (max-width: 769px) {
  a img.icon-pdf,
a img.icon-blank {
    width: 18px;
    height: 18px;
  }
}
a img.icon-pdf {
  margin-right: 5px;
}

/* ============================================================================
* リンクモジュール
* ========================================================================= */
/* 右矢印付きリンクテキスト */
.link-icon,
.link-arrow {
  color: #EA5504;
  font-weight: bold;
}
.link-icon > span,
.link-arrow > span {
  position: relative;
  padding-right: 1.5384em;
}
.link-icon > span::after,
.link-arrow > span::after {
  display: inline-block;
  width: 1.3076em;
  height: 0.7692em;
  margin-left: 4px;
  background-image: url("/share/images/icon_arrow_right_02.png");
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  transition-duration: 0.3s;
}
.link-icon:hover > span::after, .link-icon:focus > span::after, .link-icon:active > span::after,
.link-arrow:hover > span::after,
.link-arrow:focus > span::after,
.link-arrow:active > span::after {
  right: -0.3846em;
}

.sns-icon {
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .sns-icon:hover, .sns-icon:focus {
    opacity: 0.8;
  }
}

/* 下矢印リンク */
.link-anchor {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  color: #23323B;
}
.link-anchor::before {
  display: block;
  position: absolute;
  top: 0.2307em;
  left: 0;
  width: 9px;
  height: 14px;
  background-image: url("/share/images/icon_arrow_bottom_04.png");
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  transition-duration: 0.3s;
}

/* ローカルナビボックス */
.link-nav-local-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #333;
}
@media screen and (min-width: 769px) {
  .link-nav-local-wrapper {
    padding-top: 30px;
  }
}
.link-nav-local-wrapper .btn-nav-local-toggle {
  display: none;
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #FFF;
  font-weight: bold;
  font-size: 1.6rem;
}
.link-nav-local-wrapper .btn-nav-local-toggle > span {
  display: block;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  width: 13px;
  height: 13px;
  margin: auto 0;
  transform: rotate(135deg) translateY(-50%);
  border-bottom: 3px solid #FFF;
  border-left: 3px solid #FFF;
  text-indent: -9999px;
  transition: transform 0.5s;
}
.link-nav-local-wrapper .btn-nav-local-toggle.open > span {
  transform: rotate(-45deg);
  border-bottom: 3px solid #FFF;
  border-left: 3px solid #FFF;
}
.link-nav-local-wrapper .box-text {
  margin-bottom: 0;
}
.link-nav-local-wrapper .box-text .link-icon > span {
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .link-nav-local-wrapper .box-text .link-icon > span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .link-nav-local-wrapper .nav-local-area {
    margin-bottom: 15px;
  }
}
.link-nav-local-wrapper .list-nav-local {
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 768px) {
  .link-nav-local-wrapper .list-nav-local {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .link-nav-local-wrapper .list-nav-local .col {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .link-nav-local-wrapper .list-nav-local:nth-child(2n+2) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local .col:first-child {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col2 .col {
    display: block;
    width: calc((100% - 10px) / 2);
    margin-top: 10px;
    margin-right: 10px;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col2 .col:nth-child(2n+2) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col2 .col:nth-child(1) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col2 .col:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .link-nav-local-wrapper .list-nav-local.col2 .col {
    display: block;
    width: calc((100% - 10px) / 2);
    margin-top: 10px;
    margin-right: 10px;
  }
  .link-nav-local-wrapper .list-nav-local.col2 .col:nth-child(2n+2) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col2 .col:nth-child(1) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col2 .col:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .link-nav-local-wrapper .list-nav-local .col {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .link-nav-local-wrapper .list-nav-local:nth-child(3n+3) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local .col:first-child {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col3 .col {
    display: block;
    width: calc((100% - 20px) / 3);
    width: calc(((100% - 20px) / 3) - 0.1px) \0 ;
    margin-top: 10px;
    margin-right: 10px;
    /* for IE */
  }
  .link-nav-local-wrapper .list-nav-local.sp-col3 .col:nth-child(3n+3) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col3 .col:nth-child(1) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col3 .col:nth-child(2) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col3 .col:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .link-nav-local-wrapper .list-nav-local.col3 .col {
    display: block;
    width: calc((100% - 20px) / 3);
    width: calc(((100% - 20px) / 3) - 0.1px) \0 ;
    margin-top: 10px;
    margin-right: 10px;
    /* for IE */
  }
  .link-nav-local-wrapper .list-nav-local.col3 .col:nth-child(3n+3) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col3 .col:nth-child(1) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col3 .col:nth-child(2) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col3 .col:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .link-nav-local-wrapper .list-nav-local .col {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .link-nav-local-wrapper .list-nav-local:nth-child(4n+4) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local .col:first-child {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col4 .col {
    display: block;
    width: calc((100% - 30px) / 4);
    margin-top: 10px;
    margin-right: 10px;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col4 .col:nth-child(4n+4) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col4 .col:nth-child(1) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col4 .col:nth-child(2) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col4 .col:nth-child(3) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col4 .col:nth-child(4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .link-nav-local-wrapper .list-nav-local.col4 .col {
    display: block;
    width: calc((100% - 30px) / 4);
    margin-top: 10px;
    margin-right: 10px;
  }
  .link-nav-local-wrapper .list-nav-local.col4 .col:nth-child(4n+4) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col4 .col:nth-child(1) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col4 .col:nth-child(2) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col4 .col:nth-child(3) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col4 .col:nth-child(4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .link-nav-local-wrapper .list-nav-local .col {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .link-nav-local-wrapper .list-nav-local:nth-child(5n+5) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local .col:first-child {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col5 .col {
    display: block;
    width: calc((100% - 40px) / 5);
    width: calc(((100% - 40px) / 5) - 0.1px) \0 ;
    margin-top: 10px;
    margin-right: 10px;
    /* for IE */
  }
  .link-nav-local-wrapper .list-nav-local.sp-col5 .col:nth-child(5n+5) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col5 .col:nth-child(1) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col5 .col:nth-child(2) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col5 .col:nth-child(3) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col5 .col:nth-child(4) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col5 .col:nth-child(5) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .link-nav-local-wrapper .list-nav-local.col5 .col {
    display: block;
    width: calc((100% - 40px) / 5);
    width: calc(((100% - 40px) / 5) - 0.1px) \0 ;
    margin-top: 10px;
    margin-right: 10px;
    /* for IE */
  }
  .link-nav-local-wrapper .list-nav-local.col5 .col:nth-child(5n+5) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col5 .col:nth-child(1) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col5 .col:nth-child(2) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col5 .col:nth-child(3) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col5 .col:nth-child(4) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col5 .col:nth-child(5) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .link-nav-local-wrapper .list-nav-local .col {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .link-nav-local-wrapper .list-nav-local:nth-child(6n+6) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local .col:first-child {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col6 .col {
    display: block;
    width: calc((100% - 50px) / 6);
    margin-top: 10px;
    margin-right: 10px;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col6 .col:nth-child(6n+6) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col6 .col:nth-child(1) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col6 .col:nth-child(2) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col6 .col:nth-child(3) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col6 .col:nth-child(4) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col6 .col:nth-child(5) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col6 .col:nth-child(6) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .link-nav-local-wrapper .list-nav-local.col6 .col {
    display: block;
    width: calc((100% - 50px) / 6);
    margin-top: 10px;
    margin-right: 10px;
  }
  .link-nav-local-wrapper .list-nav-local.col6 .col:nth-child(6n+6) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col6 .col:nth-child(1) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col6 .col:nth-child(2) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col6 .col:nth-child(3) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col6 .col:nth-child(4) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col6 .col:nth-child(5) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col6 .col:nth-child(6) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .link-nav-local-wrapper .list-nav-local .col {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .link-nav-local-wrapper .list-nav-local:nth-child(2n+2) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local .col:first-child {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col2 .col {
    display: block;
    width: calc((100% - 20px) / 2);
    margin-top: 20px;
    margin-right: 20px;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col2 .col:nth-child(2n+2) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col2 .col:nth-child(1) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col2 .col:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .link-nav-local-wrapper .list-nav-local.col2 .col {
    display: block;
    width: calc((100% - 20px) / 2);
    margin-top: 20px;
    margin-right: 20px;
  }
  .link-nav-local-wrapper .list-nav-local.col2 .col:nth-child(2n+2) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col2 .col:nth-child(1) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col2 .col:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .link-nav-local-wrapper .list-nav-local .col {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .link-nav-local-wrapper .list-nav-local:nth-child(3n+3) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local .col:first-child {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col3 .col {
    display: block;
    width: calc((100% - 40px) / 3);
    width: calc(((100% - 40px) / 3) - 0.1px) \0 ;
    margin-top: 20px;
    margin-right: 20px;
    /* for IE */
  }
  .link-nav-local-wrapper .list-nav-local.sp-col3 .col:nth-child(3n+3) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col3 .col:nth-child(1) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col3 .col:nth-child(2) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col3 .col:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .link-nav-local-wrapper .list-nav-local.col3 .col {
    display: block;
    width: calc((100% - 40px) / 3);
    width: calc(((100% - 40px) / 3) - 0.1px) \0 ;
    margin-top: 20px;
    margin-right: 20px;
    /* for IE */
  }
  .link-nav-local-wrapper .list-nav-local.col3 .col:nth-child(3n+3) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col3 .col:nth-child(1) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col3 .col:nth-child(2) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col3 .col:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .link-nav-local-wrapper .list-nav-local .col {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .link-nav-local-wrapper .list-nav-local:nth-child(4n+4) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local .col:first-child {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col4 .col {
    display: block;
    width: calc((100% - 60px) / 4);
    margin-top: 20px;
    margin-right: 20px;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col4 .col:nth-child(4n+4) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col4 .col:nth-child(1) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col4 .col:nth-child(2) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col4 .col:nth-child(3) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col4 .col:nth-child(4) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .link-nav-local-wrapper .list-nav-local.col4 .col {
    display: block;
    width: calc((100% - 60px) / 4);
    margin-top: 20px;
    margin-right: 20px;
  }
  .link-nav-local-wrapper .list-nav-local.col4 .col:nth-child(4n+4) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col4 .col:nth-child(1) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col4 .col:nth-child(2) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col4 .col:nth-child(3) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col4 .col:nth-child(4) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .link-nav-local-wrapper .list-nav-local .col {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .link-nav-local-wrapper .list-nav-local:nth-child(5n+5) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local .col:first-child {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col5 .col {
    display: block;
    width: calc((100% - 80px) / 5);
    width: calc(((100% - 80px) / 5) - 0.1px) \0 ;
    margin-top: 20px;
    margin-right: 20px;
    /* for IE */
  }
  .link-nav-local-wrapper .list-nav-local.sp-col5 .col:nth-child(5n+5) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col5 .col:nth-child(1) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col5 .col:nth-child(2) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col5 .col:nth-child(3) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col5 .col:nth-child(4) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col5 .col:nth-child(5) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .link-nav-local-wrapper .list-nav-local.col5 .col {
    display: block;
    width: calc((100% - 80px) / 5);
    width: calc(((100% - 80px) / 5) - 0.1px) \0 ;
    margin-top: 20px;
    margin-right: 20px;
    /* for IE */
  }
  .link-nav-local-wrapper .list-nav-local.col5 .col:nth-child(5n+5) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col5 .col:nth-child(1) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col5 .col:nth-child(2) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col5 .col:nth-child(3) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col5 .col:nth-child(4) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col5 .col:nth-child(5) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .link-nav-local-wrapper .list-nav-local .col {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .link-nav-local-wrapper .list-nav-local:nth-child(6n+6) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local .col:first-child {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col6 .col {
    display: block;
    width: calc((100% - 100px) / 6);
    margin-top: 20px;
    margin-right: 20px;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col6 .col:nth-child(6n+6) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col6 .col:nth-child(1) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col6 .col:nth-child(2) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col6 .col:nth-child(3) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col6 .col:nth-child(4) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col6 .col:nth-child(5) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.sp-col6 .col:nth-child(6) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .link-nav-local-wrapper .list-nav-local.col6 .col {
    display: block;
    width: calc((100% - 100px) / 6);
    margin-top: 20px;
    margin-right: 20px;
  }
  .link-nav-local-wrapper .list-nav-local.col6 .col:nth-child(6n+6) {
    margin-right: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col6 .col:nth-child(1) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col6 .col:nth-child(2) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col6 .col:nth-child(3) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col6 .col:nth-child(4) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col6 .col:nth-child(5) {
    margin-top: 0;
  }
  .link-nav-local-wrapper .list-nav-local.col6 .col:nth-child(6) {
    margin-top: 0;
  }
}
.link-nav-local-wrapper .list-nav-local > li a {
  display: block;
  height: 100%;
  padding: 5px 10px;
  border-radius: 30px;
  background-color: #595757;
  color: #FFF;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  transition: background-color 0.4s;
}
@media screen and (min-width: 769px) {
  .link-nav-local-wrapper .list-nav-local > li a {
    padding: 5px;
    font-size: 1.6rem;
  }
}
.link-nav-local-wrapper .list-nav-local > li a.current, .link-nav-local-wrapper .list-nav-local > li a:hover, .link-nav-local-wrapper .list-nav-local > li a:focus, .link-nav-local-wrapper .list-nav-local > li a:active {
  background-color: #EA5504;
}

.js-enable .link-nav-local-wrapper .btn-nav-local-toggle {
  display: block;
}
@media screen and (min-width: 769px) {
  .js-enable .link-nav-local-wrapper .btn-nav-local-toggle {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .js-enable .link-nav-local-wrapper .nav-local-area {
    display: none;
    margin-top: 22px;
  }
}

.mod-index-box {
  margin-top: 40px;
}
.mod-index-box > .inner > .item > .wrap {
  display: flex;
  position: relative;
  flex-direction: row-reverse;
  justify-content: flex-end;
  height: 100%;
  min-height: 80px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  color: #5D6164;
}
.mod-index-box > .inner > .item > .wrap::before {
  display: inline-block;
  z-index: 1;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 14px;
  height: 9px;
  background: url("/share/images/icon_arrow_right_02.png") no-repeat;
  background-size: contain;
  content: "";
  pointer-events: none;
}
.mod-index-box > .inner > .item > .wrap > .content {
  display: flex;
  flex-grow: 1;
  align-items: center;
  padding: 15px 30px 15px 10px;
  background-color: #FFF;
}
.mod-index-box > .inner > .item > .wrap > .content > :first-child {
  margin-top: 0;
}
.mod-index-box > .inner > .item > .wrap > .media {
  position: relative;
  flex-shrink: 0;
  width: 80px;
  overflow: hidden;
  background-color: #FFF;
  pointer-events: none;
}
.mod-index-box > .inner > .item > .wrap > .media img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 80px;
  height: 100%;
  transition-duration: 0.3s;
}
.mod-index-box._grid > .inner > .item:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .mod-index-box {
    margin-top: 60px;
  }
  .mod-index-box > .inner > .item > .wrap {
    min-height: 100px;
  }
  .mod-index-box > .inner > .item > .wrap > .media {
    width: 110px;
  }
  .mod-index-box > .inner > .item > .wrap > .media > img {
    top: 50%;
    left: 50%;
    max-width: 100px;
    transform: translate(-50%, -50%);
  }
  .mod-index-box > .inner > .item > .wrap::before {
    transition: transform 0.5s;
  }
  .mod-index-box > .inner > .item > .wrap:hover, .mod-index-box > .inner > .item > .wrap:focus {
    text-decoration: none;
  }
  .mod-index-box > .inner > .item > .wrap:hover > .media img, .mod-index-box > .inner > .item > .wrap:focus > .media img {
    transform: translate(-50%, -50%) scale(1.1);
    transition-duration: 0.5s;
  }
  .mod-index-box > .inner > .item > .wrap:hover::before, .mod-index-box > .inner > .item > .wrap:focus::before {
    transform: translateX(53%);
  }
}

/* ============================================================================
* パネルモジュール
* ========================================================================= */
.box-panel-01 {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .box-panel-01 .panel {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .box-panel-01:nth-child(2n+2) {
    margin-right: 0;
  }
  .box-panel-01 .panel:first-child {
    margin-top: 0;
  }
  .box-panel-01.sp-col2 .panel {
    display: block;
    width: calc((100% - 20px) / 2);
    margin-top: 20px;
    margin-right: 20px;
  }
  .box-panel-01.sp-col2 .panel:nth-child(2n+2) {
    margin-right: 0;
  }
  .box-panel-01.sp-col2 .panel:nth-child(1) {
    margin-top: 0;
  }
  .box-panel-01.sp-col2 .panel:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .box-panel-01.col2 .panel {
    display: block;
    width: calc((100% - 20px) / 2);
    margin-top: 20px;
    margin-right: 20px;
  }
  .box-panel-01.col2 .panel:nth-child(2n+2) {
    margin-right: 0;
  }
  .box-panel-01.col2 .panel:nth-child(1) {
    margin-top: 0;
  }
  .box-panel-01.col2 .panel:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .box-panel-01 .panel {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .box-panel-01:nth-child(3n+3) {
    margin-right: 0;
  }
  .box-panel-01 .panel:first-child {
    margin-top: 0;
  }
  .box-panel-01.sp-col3 .panel {
    display: block;
    width: calc((100% - 40px) / 3);
    width: calc(((100% - 40px) / 3) - 0.1px) \0 ;
    margin-top: 20px;
    margin-right: 20px;
    /* for IE */
  }
  .box-panel-01.sp-col3 .panel:nth-child(3n+3) {
    margin-right: 0;
  }
  .box-panel-01.sp-col3 .panel:nth-child(1) {
    margin-top: 0;
  }
  .box-panel-01.sp-col3 .panel:nth-child(2) {
    margin-top: 0;
  }
  .box-panel-01.sp-col3 .panel:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .box-panel-01.col3 .panel {
    display: block;
    width: calc((100% - 40px) / 3);
    width: calc(((100% - 40px) / 3) - 0.1px) \0 ;
    margin-top: 20px;
    margin-right: 20px;
    /* for IE */
  }
  .box-panel-01.col3 .panel:nth-child(3n+3) {
    margin-right: 0;
  }
  .box-panel-01.col3 .panel:nth-child(1) {
    margin-top: 0;
  }
  .box-panel-01.col3 .panel:nth-child(2) {
    margin-top: 0;
  }
  .box-panel-01.col3 .panel:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .box-panel-01 .panel {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .box-panel-01:nth-child(4n+4) {
    margin-right: 0;
  }
  .box-panel-01 .panel:first-child {
    margin-top: 0;
  }
  .box-panel-01.sp-col4 .panel {
    display: block;
    width: calc((100% - 60px) / 4);
    margin-top: 20px;
    margin-right: 20px;
  }
  .box-panel-01.sp-col4 .panel:nth-child(4n+4) {
    margin-right: 0;
  }
  .box-panel-01.sp-col4 .panel:nth-child(1) {
    margin-top: 0;
  }
  .box-panel-01.sp-col4 .panel:nth-child(2) {
    margin-top: 0;
  }
  .box-panel-01.sp-col4 .panel:nth-child(3) {
    margin-top: 0;
  }
  .box-panel-01.sp-col4 .panel:nth-child(4) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .box-panel-01.col4 .panel {
    display: block;
    width: calc((100% - 60px) / 4);
    margin-top: 20px;
    margin-right: 20px;
  }
  .box-panel-01.col4 .panel:nth-child(4n+4) {
    margin-right: 0;
  }
  .box-panel-01.col4 .panel:nth-child(1) {
    margin-top: 0;
  }
  .box-panel-01.col4 .panel:nth-child(2) {
    margin-top: 0;
  }
  .box-panel-01.col4 .panel:nth-child(3) {
    margin-top: 0;
  }
  .box-panel-01.col4 .panel:nth-child(4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .box-panel-01 .panel {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .box-panel-01:nth-child(5n+5) {
    margin-right: 0;
  }
  .box-panel-01 .panel:first-child {
    margin-top: 0;
  }
  .box-panel-01.sp-col5 .panel {
    display: block;
    width: calc((100% - 80px) / 5);
    width: calc(((100% - 80px) / 5) - 0.1px) \0 ;
    margin-top: 20px;
    margin-right: 20px;
    /* for IE */
  }
  .box-panel-01.sp-col5 .panel:nth-child(5n+5) {
    margin-right: 0;
  }
  .box-panel-01.sp-col5 .panel:nth-child(1) {
    margin-top: 0;
  }
  .box-panel-01.sp-col5 .panel:nth-child(2) {
    margin-top: 0;
  }
  .box-panel-01.sp-col5 .panel:nth-child(3) {
    margin-top: 0;
  }
  .box-panel-01.sp-col5 .panel:nth-child(4) {
    margin-top: 0;
  }
  .box-panel-01.sp-col5 .panel:nth-child(5) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .box-panel-01.col5 .panel {
    display: block;
    width: calc((100% - 80px) / 5);
    width: calc(((100% - 80px) / 5) - 0.1px) \0 ;
    margin-top: 20px;
    margin-right: 20px;
    /* for IE */
  }
  .box-panel-01.col5 .panel:nth-child(5n+5) {
    margin-right: 0;
  }
  .box-panel-01.col5 .panel:nth-child(1) {
    margin-top: 0;
  }
  .box-panel-01.col5 .panel:nth-child(2) {
    margin-top: 0;
  }
  .box-panel-01.col5 .panel:nth-child(3) {
    margin-top: 0;
  }
  .box-panel-01.col5 .panel:nth-child(4) {
    margin-top: 0;
  }
  .box-panel-01.col5 .panel:nth-child(5) {
    margin-top: 0;
  }
}
.box-panel-01 > .panel {
  border-bottom: 2px solid #FFF;
  background-color: #FFF;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  color: #EA5504;
  transition: border 0.5s;
}
.box-panel-01 > .panel:hover, .box-panel-01 > .panel:focus, .box-panel-01 > .panel:active {
  border-bottom: 2px solid #EA5504;
}
.box-panel-01 > .panel:hover .box-image img, .box-panel-01 > .panel:focus .box-image img, .box-panel-01 > .panel:active .box-image img {
  transform: scale(1.1);
}
.box-panel-01 > .panel:hover .link-arrow > span::after, .box-panel-01 > .panel:focus .link-arrow > span::after, .box-panel-01 > .panel:active .link-arrow > span::after {
  right: -0.3846em;
}
.box-panel-01 > .panel > .box-inner {
  display: flex;
  position: relative;
  flex-flow: column wrap;
  height: 100%;
}
.box-panel-01 > .panel > .box-inner > * {
  width: 100%;
}
.box-panel-01 > .panel > .box-inner .box-image {
  order: 1;
  overflow: hidden;
}
.box-panel-01 > .panel > .box-inner .box-image img {
  width: 100%;
  transition: transform 0.5s;
}
.box-panel-01 > .panel > .box-inner .box-content {
  order: 2;
  padding: 10px;
}
.box-panel-01 > .panel > .box-inner .box-content > [class^=hdg-]:first-child {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .box-panel-01 > .panel > .box-inner .box-content {
    padding: 20px;
  }
}
.box-panel-01 > .panel .title {
  font-weight: bold;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .box-panel-01 > .panel .title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .box-panel-01 > .panel:not(.type-02) {
    border-bottom: 2px solid #EA5504;
  }
}
.box-panel-01 > .panel:not(.type-02) > .box-inner > * {
  min-height: 0;
}
.box-panel-01 > .panel:not(.type-02) > .box-inner .box-content {
  padding-bottom: 50px;
}
.box-panel-01 > .panel:not(.type-02) > .box-inner .box-content .box-date {
  position: absolute;
  bottom: 10px;
  width: calc(100% - 20px);
  padding-right: 20px;
  color: #5D6164;
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) {
  .box-panel-01 > .panel:not(.type-02) > .box-inner .box-content .box-date {
    width: calc(100% - 40px);
    padding-right: 26px;
  }
}
.box-panel-01 > .panel:not(.type-02) > .box-inner .box-content .box-date [class^=icon-] {
  display: block;
  position: absolute;
  top: 1px;
  right: 0;
  width: 15px;
  height: auto;
}
.box-panel-01 > .panel:not(.type-02) > .box-inner .box-content .box-date [class^=icon-] > span {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .box-panel-01 > .panel:not(.type-02) > .box-inner .box-content .box-date [class^=icon-] {
    top: -4px;
    width: 23px;
    height: 23px;
  }
}
.box-panel-01 > .panel:not(.type-02) > .box-inner .box-content .box-date [class=icon-blank] {
  background: url("/share/images/icon_link_blank_10.png") left center/23px no-repeat;
}
.box-panel-01 > .panel:not(.type-02) > .box-inner .box-content .box-date [class=icon-blank]._bg-none {
  background-image: none;
}
.box-panel-01 > .panel:not(.type-02) > .box-inner .box-content .box-date [class=icon-blank]::before {
  display: block;
  position: absolute;
  top: 5px;
  left: 9px;
  width: 8px;
  height: 8px;
  background: url("/share/images/icon_link_blank_arrow_02.png") left center/8px no-repeat;
  content: "";
  transition: transform 0.2s;
}
.box-panel-01 > .panel:not(.type-02) > .box-inner .box-content .box-date [class=icon-pdf]::before, .box-panel-01 > .panel:not(.type-02) > .box-inner .box-content .box-date [class=icon-pdf]::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
  content: "";
  transition: opacity 0.4s;
}
.box-panel-01 > .panel:not(.type-02) > .box-inner .box-content .box-date [class=icon-pdf]::before {
  background: url("/share/images/icon_pdf_blank_05.png") left center/23px no-repeat;
}
.box-panel-01 > .panel:not(.type-02) > .box-inner .box-content .box-date [class=icon-pdf]::after {
  background: url("/share/images/icon_pdf_blank_11.png") left center/23px no-repeat;
  opacity: 0;
}
.box-panel-01 > .panel:not(.type-02):hover > .box-inner .box-content .box-date [class=icon-blank]::before, .box-panel-01 > .panel:not(.type-02):focus > .box-inner .box-content .box-date [class=icon-blank]::before, .box-panel-01 > .panel:not(.type-02):active > .box-inner .box-content .box-date [class=icon-blank]::before {
  transform: translate(1px, -1px);
}
.box-panel-01 > .panel:not(.type-02):hover > .box-inner .box-content .box-date [class=icon-pdf]::before, .box-panel-01 > .panel:not(.type-02):focus > .box-inner .box-content .box-date [class=icon-pdf]::before, .box-panel-01 > .panel:not(.type-02):active > .box-inner .box-content .box-date [class=icon-pdf]::before {
  opacity: 0;
}
.box-panel-01 > .panel:not(.type-02):hover > .box-inner .box-content .box-date [class=icon-pdf]::after, .box-panel-01 > .panel:not(.type-02):focus > .box-inner .box-content .box-date [class=icon-pdf]::after, .box-panel-01 > .panel:not(.type-02):active > .box-inner .box-content .box-date [class=icon-pdf]::after {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .box-panel-01.stories-col3 {
    margin-top: -20px;
    margin-left: -20px;
  }
  .box-panel-01.stories-col3 > .panel {
    width: calc(33.333% - 20px);
    margin-top: 20px;
    margin-left: 20px;
  }
}

.media-panel {
  display: flex;
  flex-direction: row-reverse;
  height: 100%;
  background-color: #FFF;
  box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 2px;
}

.media-panel-thumb {
  flex-shrink: 0;
  width: 150px;
}
@media screen and (min-width: 889px) {
  .media-panel-thumb {
    width: 216px;
    font-size: 1.8rem;
  }
}
.media-panel-thumb img {
  width: auto;
  height: 100%;
  object-fit: cover;
}

.media-panel-content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px 10px;
}
@media screen and (min-width: 768px) {
  .media-panel-content {
    padding: 20px 15px;
  }
}
.media-panel-content .title {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .media-panel-content .title {
    font-size: 2.6rem;
  }
}
.media-panel-content .sub {
  display: block;
  margin-top: 5px;
  color: #EA5504;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .media-panel-content .sub {
    font-size: 1.8rem;
  }
}

.media-panel-sns {
  display: flex;
  align-items: center;
  gap: 20px;
}
.media-panel-sns li img {
  display: block;
  width: 25px;
}
@media screen and (min-width: 768px) {
  .media-panel-sns li img {
    width: 40px;
  }
}

/* ============================================================================
* ボタンモジュール
* ========================================================================= */
/* ボタンモジュール */
.btn-01, .btn-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 415px;
  padding: 17.5px;
  border-radius: 30px;
  background-color: #EA5504;
  color: #FFF;
  font-weight: bold;
  font-size: 1.6rem;
  vertical-align: middle;
  transition: background-color 0.4s;
}
.btn-01 > img[class^=icon-], .btn-back > img[class^=icon-] {
  position: static;
}
.btn-01.btn-small, .btn-small.btn-back {
  max-width: 230px;
  padding: 5px 10px;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .btn-01.btn-small, .btn-small.btn-back {
    padding: 5px 10px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .btn-01, .btn-back {
    padding: 19.75px 10px 17.75px;
    font-size: 1.7rem;
  }
}
.btn-01 > span, .btn-back > span {
  display: inline-block;
  position: relative;
}
.btn-01 > span::after, .btn-back > span::after {
  display: inline-block;
  width: 26px;
  height: 16px;
  margin-left: 5px;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  transition: transform 0.4s;
}
.btn-01.btn-small > span::after, .btn-small.btn-back > span::after {
  display: none;
}
.btn-01 > span::after, .btn-back > span::after {
  background-image: url("/share/images/icon_arrow_right_01.png");
}
.btn-01:hover, .btn-back:hover, .btn-01:focus-visible, .btn-back:focus-visible, .btn-01:active, .btn-back:active {
  background-color: #FFF;
  color: #EA5504;
}
.btn-01:hover > span::after, .btn-back:hover > span::after, .btn-01:focus-visible > span::after, .btn-back:focus-visible > span::after, .btn-01:active > span::after, .btn-back:active > span::after {
  transform: translateX(5px);
  background-image: url("/share/images/icon_arrow_right_02.png");
}

.btn-02 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 415px;
  padding: 17.5px;
  border-radius: 30px;
  background-color: #5D6164;
  color: #FFF;
  font-weight: bold;
  font-size: 1.6rem;
  vertical-align: middle;
  transition: background-color 0.4s;
}
.btn-02 > img[class^=icon-] {
  position: static;
}
.btn-02.btn-small {
  max-width: 230px;
  padding: 5px 10px;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .btn-02.btn-small {
    padding: 5px 10px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .btn-02 {
    padding: 19.75px 10px 17.75px;
    font-size: 1.7rem;
  }
}
.btn-02 > span {
  display: inline-block;
  position: relative;
}
.btn-02 > span::after {
  display: inline-block;
  width: 26px;
  height: 16px;
  margin-left: 5px;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  transition: transform 0.4s;
}
.btn-02.btn-small > span::after {
  display: none;
}
.btn-02 > span::after {
  background-image: url("/share/images/icon_arrow_right_01.png");
}
.btn-02:hover, .btn-02:focus-visible, .btn-02:active {
  background-color: #FFF;
  color: #5D6164;
}
.btn-02:hover > span::after, .btn-02:focus-visible > span::after, .btn-02:active > span::after {
  transform: translateX(5px);
  background-image: url("/share/images/icon_arrow_right_03.png");
}

.btn-03 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 415px;
  padding: 17.5px;
  border-radius: 30px;
  background-color: #FFF;
  color: #EA5504;
  font-weight: bold;
  font-size: 1.6rem;
  vertical-align: middle;
  transition: background-color 0.4s;
}
.btn-03 > img[class^=icon-] {
  position: static;
}
.btn-03.btn-small {
  max-width: 230px;
  padding: 5px 10px;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .btn-03.btn-small {
    padding: 5px 10px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .btn-03 {
    padding: 19.75px 10px 17.75px;
    font-size: 1.7rem;
  }
}
.btn-03 > span {
  display: inline-block;
  position: relative;
}
.btn-03 > span::after {
  display: inline-block;
  width: 26px;
  height: 16px;
  margin-left: 5px;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  transition: transform 0.4s;
}
.btn-03.btn-small > span::after {
  display: none;
}
.btn-03 > span::after {
  background-image: url("/share/images/icon_arrow_right_02.png");
}
.btn-03:hover, .btn-03:focus-visible, .btn-03:active {
  background-color: #EA5504;
  color: #FFF;
}
.btn-03:hover > span::after, .btn-03:focus-visible > span::after, .btn-03:active > span::after {
  transform: translateX(5px);
  background-image: url("/share/images/icon_arrow_right_01.png");
}

.btn-04 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 415px;
  padding: 17.5px;
  border-radius: 30px;
  background-color: #DFDFDF;
  color: #EA5504;
  font-weight: bold;
  font-size: 1.6rem;
  vertical-align: middle;
  transition: background-color 0.4s;
}
.btn-04 > img[class^=icon-] {
  position: static;
}
.btn-04.btn-small {
  max-width: 230px;
  padding: 5px 10px;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .btn-04.btn-small {
    padding: 5px 10px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .btn-04 {
    padding: 19.75px 10px 17.75px;
    font-size: 1.7rem;
  }
}
.btn-04 > span {
  display: inline-block;
  position: relative;
}
.btn-04 > span::after {
  display: inline-block;
  width: 26px;
  height: 16px;
  margin-left: 5px;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  transition: transform 0.4s;
}
.btn-04.btn-small > span::after {
  display: none;
}
.btn-04 > span::after {
  background-image: url("/share/images/icon_arrow_right_02.png");
}
.btn-04:hover, .btn-04:focus-visible, .btn-04:active {
  background-color: #EA5504;
  color: #FFF;
}
.btn-04:hover > span::after, .btn-04:focus-visible > span::after, .btn-04:active > span::after {
  transform: translateX(5px);
  background-image: url("/share/images/icon_arrow_right_01.png");
}

/* Backボタン */
.btn-back {
  max-width: 150px;
}
.btn-back > span::after {
  transform: rotate(180deg);
}

.btn-back-02 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 80px;
  padding: 9px 12px 8px;
  border: 1px solid #EA5504;
  border-radius: 18px;
  background-color: #F3F3F3;
  color: #EA5504;
  font-weight: bold;
  font-size: 1.1rem;
  vertical-align: middle;
  transition: background-color 0.4s;
}
@media screen and (min-width: 769px) {
  .btn-back-02 {
    max-width: 100px;
    padding: 11px 14px 10px;
    border-radius: 22px;
    font-size: 1.4rem;
  }
}
.btn-back-02:hover, .btn-back-02:focus-visible {
  background-color: #EA5504;
  color: #FFF;
}
.btn-back-02:hover span::before, .btn-back-02:focus-visible span::before {
  transform: translateX(-5px) rotate(45deg);
  border-bottom-color: #FFF;
  border-left-color: #FFF;
}
.btn-back-02:hover span::after, .btn-back-02:focus-visible span::after {
  transform: translateX(-5px);
  background-color: #FFF;
}
.btn-back-02 span {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}
@media screen and (min-width: 769px) {
  .btn-back-02 span {
    padding-left: 34px;
  }
}
.btn-back-02 span::before, .btn-back-02 span::after {
  display: block;
  position: absolute;
  content: "";
  transition: transform 0.4s;
}
.btn-back-02 span::before {
  top: 2.5px;
  left: 1px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-bottom: 1px solid #EA5504;
  border-left: 1px solid #EA5504;
}
@media screen and (min-width: 769px) {
  .btn-back-02 span::before {
    top: 3.5px;
    width: 12px;
    height: 12px;
  }
}
.btn-back-02 span::after {
  top: 7px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #EA5504;
}
@media screen and (min-width: 769px) {
  .btn-back-02 span::after {
    top: 9px;
    width: 25px;
  }
}

/* show more ボタン */
.btn-more {
  display: block;
  position: relative;
  margin: 0 auto;
  padding-right: 20px;
  font-weight: bold;
  font-size: 1.4rem;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .btn-more {
    font-size: 1.6rem;
  }
}
.btn-more > .status {
  font-size: 0;
  line-height: 0;
}
.btn-more > .status::after {
  display: block;
  position: absolute;
  top: 2px;
  right: 0;
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
  border-right: 2px solid #5D6164;
  border-bottom: 2px solid #5D6164;
  content: "";
}
@media screen and (min-width: 769px) {
  .btn-more > .status::after {
    top: 5px;
  }
}

/* ボタンレイアウト用 */
.box-layout-btn {
  display: flex;
  flex-flow: row nowrap;
}
@media screen and (max-width: 768px) {
  .box-layout-btn {
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .box-layout-btn [class^=btn-]:not(:last-child) {
    margin-right: 27px;
  }
}
@media screen and (max-width: 768px) {
  .box-layout-btn[data-column-sp="1"] {
    flex-direction: column;
  }
  .box-layout-btn[data-column-sp="1"] [class^=btn-]:not(:last-child) {
    margin-bottom: 13.5px;
  }
}
@media screen and (max-width: 768px) {
  .box-layout-btn[data-column-sp="0"] [class^=btn-]:not(:last-child) {
    margin-right: 27px;
  }
}
.box-layout-btn.btn-center {
  align-items: center;
}
@media screen and (min-width: 769px) {
  .box-layout-btn.btn-center {
    justify-content: center;
  }
}
.box-layout-btn.btn-right {
  align-items: flex-end;
}
@media screen and (min-width: 769px) {
  .box-layout-btn.btn-right {
    justify-content: flex-end;
  }
}
.box-layout-btn.btn-left {
  align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .box-layout-btn.btn-left {
    justify-content: flex-start;
  }
}

/* ボタン複数レイアウト用 */
.list-btn {
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 768px) {
  .list-btn .col {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .list-btn:nth-child(2n+2) {
    margin-right: 0;
  }
  .list-btn .col:first-child {
    margin-top: 0;
  }
  .list-btn.sp-col2 .col {
    display: block;
    width: calc((100% - 20px) / 2);
    margin-top: 20px;
    margin-right: 20px;
  }
  .list-btn.sp-col2 .col:nth-child(2n+2) {
    margin-right: 0;
  }
  .list-btn.sp-col2 .col:nth-child(1) {
    margin-top: 0;
  }
  .list-btn.sp-col2 .col:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .list-btn.col2 .col {
    display: block;
    width: calc((100% - 20px) / 2);
    margin-top: 20px;
    margin-right: 20px;
  }
  .list-btn.col2 .col:nth-child(2n+2) {
    margin-right: 0;
  }
  .list-btn.col2 .col:nth-child(1) {
    margin-top: 0;
  }
  .list-btn.col2 .col:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .list-btn .col {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .list-btn:nth-child(3n+3) {
    margin-right: 0;
  }
  .list-btn .col:first-child {
    margin-top: 0;
  }
  .list-btn.sp-col3 .col {
    display: block;
    width: calc((100% - 40px) / 3);
    width: calc(((100% - 40px) / 3) - 0.1px) \0 ;
    margin-top: 20px;
    margin-right: 20px;
    /* for IE */
  }
  .list-btn.sp-col3 .col:nth-child(3n+3) {
    margin-right: 0;
  }
  .list-btn.sp-col3 .col:nth-child(1) {
    margin-top: 0;
  }
  .list-btn.sp-col3 .col:nth-child(2) {
    margin-top: 0;
  }
  .list-btn.sp-col3 .col:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .list-btn.col3 .col {
    display: block;
    width: calc((100% - 40px) / 3);
    width: calc(((100% - 40px) / 3) - 0.1px) \0 ;
    margin-top: 20px;
    margin-right: 20px;
    /* for IE */
  }
  .list-btn.col3 .col:nth-child(3n+3) {
    margin-right: 0;
  }
  .list-btn.col3 .col:nth-child(1) {
    margin-top: 0;
  }
  .list-btn.col3 .col:nth-child(2) {
    margin-top: 0;
  }
  .list-btn.col3 .col:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .list-btn .col {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .list-btn:nth-child(4n+4) {
    margin-right: 0;
  }
  .list-btn .col:first-child {
    margin-top: 0;
  }
  .list-btn.sp-col4 .col {
    display: block;
    width: calc((100% - 60px) / 4);
    margin-top: 20px;
    margin-right: 20px;
  }
  .list-btn.sp-col4 .col:nth-child(4n+4) {
    margin-right: 0;
  }
  .list-btn.sp-col4 .col:nth-child(1) {
    margin-top: 0;
  }
  .list-btn.sp-col4 .col:nth-child(2) {
    margin-top: 0;
  }
  .list-btn.sp-col4 .col:nth-child(3) {
    margin-top: 0;
  }
  .list-btn.sp-col4 .col:nth-child(4) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .list-btn.col4 .col {
    display: block;
    width: calc((100% - 60px) / 4);
    margin-top: 20px;
    margin-right: 20px;
  }
  .list-btn.col4 .col:nth-child(4n+4) {
    margin-right: 0;
  }
  .list-btn.col4 .col:nth-child(1) {
    margin-top: 0;
  }
  .list-btn.col4 .col:nth-child(2) {
    margin-top: 0;
  }
  .list-btn.col4 .col:nth-child(3) {
    margin-top: 0;
  }
  .list-btn.col4 .col:nth-child(4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .list-btn .col {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .list-btn:nth-child(5n+5) {
    margin-right: 0;
  }
  .list-btn .col:first-child {
    margin-top: 0;
  }
  .list-btn.sp-col5 .col {
    display: block;
    width: calc((100% - 80px) / 5);
    width: calc(((100% - 80px) / 5) - 0.1px) \0 ;
    margin-top: 20px;
    margin-right: 20px;
    /* for IE */
  }
  .list-btn.sp-col5 .col:nth-child(5n+5) {
    margin-right: 0;
  }
  .list-btn.sp-col5 .col:nth-child(1) {
    margin-top: 0;
  }
  .list-btn.sp-col5 .col:nth-child(2) {
    margin-top: 0;
  }
  .list-btn.sp-col5 .col:nth-child(3) {
    margin-top: 0;
  }
  .list-btn.sp-col5 .col:nth-child(4) {
    margin-top: 0;
  }
  .list-btn.sp-col5 .col:nth-child(5) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .list-btn.col5 .col {
    display: block;
    width: calc((100% - 80px) / 5);
    width: calc(((100% - 80px) / 5) - 0.1px) \0 ;
    margin-top: 20px;
    margin-right: 20px;
    /* for IE */
  }
  .list-btn.col5 .col:nth-child(5n+5) {
    margin-right: 0;
  }
  .list-btn.col5 .col:nth-child(1) {
    margin-top: 0;
  }
  .list-btn.col5 .col:nth-child(2) {
    margin-top: 0;
  }
  .list-btn.col5 .col:nth-child(3) {
    margin-top: 0;
  }
  .list-btn.col5 .col:nth-child(4) {
    margin-top: 0;
  }
  .list-btn.col5 .col:nth-child(5) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .list-btn .col {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .list-btn:nth-child(6n+6) {
    margin-right: 0;
  }
  .list-btn .col:first-child {
    margin-top: 0;
  }
  .list-btn.sp-col6 .col {
    display: block;
    width: calc((100% - 100px) / 6);
    margin-top: 20px;
    margin-right: 20px;
  }
  .list-btn.sp-col6 .col:nth-child(6n+6) {
    margin-right: 0;
  }
  .list-btn.sp-col6 .col:nth-child(1) {
    margin-top: 0;
  }
  .list-btn.sp-col6 .col:nth-child(2) {
    margin-top: 0;
  }
  .list-btn.sp-col6 .col:nth-child(3) {
    margin-top: 0;
  }
  .list-btn.sp-col6 .col:nth-child(4) {
    margin-top: 0;
  }
  .list-btn.sp-col6 .col:nth-child(5) {
    margin-top: 0;
  }
  .list-btn.sp-col6 .col:nth-child(6) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .list-btn.col6 .col {
    display: block;
    width: calc((100% - 100px) / 6);
    margin-top: 20px;
    margin-right: 20px;
  }
  .list-btn.col6 .col:nth-child(6n+6) {
    margin-right: 0;
  }
  .list-btn.col6 .col:nth-child(1) {
    margin-top: 0;
  }
  .list-btn.col6 .col:nth-child(2) {
    margin-top: 0;
  }
  .list-btn.col6 .col:nth-child(3) {
    margin-top: 0;
  }
  .list-btn.col6 .col:nth-child(4) {
    margin-top: 0;
  }
  .list-btn.col6 .col:nth-child(5) {
    margin-top: 0;
  }
  .list-btn.col6 .col:nth-child(6) {
    margin-top: 0;
  }
}
.list-btn > li [class^=btn-] {
  max-width: 100%;
}

/* .btn-03.btn-small矢印付与 */
.btn-03.btn-small > .btn-arrow::after {
  display: inline-block;
  top: 0.38em;
  right: -1.5em;
  width: 1.3076em;
  height: 0.7692em;
  margin-left: 5px;
  background-image: url("/share/images/icon_arrow_right_02.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  transition: transform 0.4s;
  transition-duration: 0.3s;
}
.btn-03.btn-small:hover > .btn-arrow::after, .btn-03.btn-small:focus-visible > .btn-arrow::after, .btn-03.btn-small:active > .btn-arrow::after {
  transform: translateX(5px);
  background-image: url("/share/images/icon_arrow_right_01.png");
}

.btn-reset {
  display: inline-block;
  width: 162px;
  border-radius: 40px;
  background-color: #FFF;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.5s;
}
.btn-reset > .text {
  display: block;
  position: relative;
  padding: 10.5px 20px;
  color: #EA5504;
  font-size: 1.3rem;
}
.btn-reset > .text::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10%;
  width: 16px;
  height: 19px;
  margin-top: -10px;
  background-image: url("/share/images/icon_reset_02.png");
  background-size: contain;
  content: "";
  transition: right 0.5s;
}
.btn-reset-wrap {
  text-align: center;
}
.btn-reset:hover, .btn-reset:active, .btn-reset:focus {
  opacity: 0.7;
}
.btn-reset:hover > .text::after, .btn-reset:active > .text::after, .btn-reset:focus > .text::after {
  right: 8.5%;
}

/* ============================================================================
* リストモジュール
* ========================================================================= */
.list-order-01, .list-notice-02, .list-notice-01, .list-01, .box-breadcrumb > .list-breadcrumb {
  margin-bottom: 18.375px;
}
.list-order-01:last-child, .list-notice-02:last-child, .list-notice-01:last-child, .list-01:last-child, .box-breadcrumb > .list-breadcrumb:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .list-order-01, .list-notice-02, .list-notice-01, .list-01, .box-breadcrumb > .list-breadcrumb {
    margin-bottom: 29px;
  }
}

/* リストレイアウト */
.list-layout {
  margin-bottom: 24.375px;
}
@media screen and (min-width: 769px) {
  .list-layout {
    margin-bottom: 29px;
  }
}
.list-layout > [class^=list-] {
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 768px) {
  .list-layout > [class^=list-] .col {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .list-layout > [class^=list-]:nth-child(2n+2) {
    margin-right: 0;
  }
  .list-layout > [class^=list-] .col:first-child {
    margin-top: 0;
  }
  .list-layout > [class^=list-].sp-col2 .col {
    display: block;
    width: calc((100% - 10px) / 2);
    margin-top: 10px;
    margin-right: 10px;
  }
  .list-layout > [class^=list-].sp-col2 .col:nth-child(2n+2) {
    margin-right: 0;
  }
  .list-layout > [class^=list-].sp-col2 .col:nth-child(1) {
    margin-top: 0;
  }
  .list-layout > [class^=list-].sp-col2 .col:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .list-layout > [class^=list-].col2 .col {
    display: block;
    width: calc((100% - 10px) / 2);
    margin-top: 10px;
    margin-right: 10px;
  }
  .list-layout > [class^=list-].col2 .col:nth-child(2n+2) {
    margin-right: 0;
  }
  .list-layout > [class^=list-].col2 .col:nth-child(1) {
    margin-top: 0;
  }
  .list-layout > [class^=list-].col2 .col:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .list-layout > [class^=list-] .col {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .list-layout > [class^=list-]:nth-child(3n+3) {
    margin-right: 0;
  }
  .list-layout > [class^=list-] .col:first-child {
    margin-top: 0;
  }
  .list-layout > [class^=list-].sp-col3 .col {
    display: block;
    width: calc((100% - 20px) / 3);
    width: calc(((100% - 20px) / 3) - 0.1px) \0 ;
    margin-top: 10px;
    margin-right: 10px;
    /* for IE */
  }
  .list-layout > [class^=list-].sp-col3 .col:nth-child(3n+3) {
    margin-right: 0;
  }
  .list-layout > [class^=list-].sp-col3 .col:nth-child(1) {
    margin-top: 0;
  }
  .list-layout > [class^=list-].sp-col3 .col:nth-child(2) {
    margin-top: 0;
  }
  .list-layout > [class^=list-].sp-col3 .col:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .list-layout > [class^=list-].col3 .col {
    display: block;
    width: calc((100% - 20px) / 3);
    width: calc(((100% - 20px) / 3) - 0.1px) \0 ;
    margin-top: 10px;
    margin-right: 10px;
    /* for IE */
  }
  .list-layout > [class^=list-].col3 .col:nth-child(3n+3) {
    margin-right: 0;
  }
  .list-layout > [class^=list-].col3 .col:nth-child(1) {
    margin-top: 0;
  }
  .list-layout > [class^=list-].col3 .col:nth-child(2) {
    margin-top: 0;
  }
  .list-layout > [class^=list-].col3 .col:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .list-layout > [class^=list-] .col {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .list-layout > [class^=list-]:nth-child(4n+4) {
    margin-right: 0;
  }
  .list-layout > [class^=list-] .col:first-child {
    margin-top: 0;
  }
  .list-layout > [class^=list-].sp-col4 .col {
    display: block;
    width: calc((100% - 30px) / 4);
    margin-top: 10px;
    margin-right: 10px;
  }
  .list-layout > [class^=list-].sp-col4 .col:nth-child(4n+4) {
    margin-right: 0;
  }
  .list-layout > [class^=list-].sp-col4 .col:nth-child(1) {
    margin-top: 0;
  }
  .list-layout > [class^=list-].sp-col4 .col:nth-child(2) {
    margin-top: 0;
  }
  .list-layout > [class^=list-].sp-col4 .col:nth-child(3) {
    margin-top: 0;
  }
  .list-layout > [class^=list-].sp-col4 .col:nth-child(4) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .list-layout > [class^=list-].col4 .col {
    display: block;
    width: calc((100% - 30px) / 4);
    margin-top: 10px;
    margin-right: 10px;
  }
  .list-layout > [class^=list-].col4 .col:nth-child(4n+4) {
    margin-right: 0;
  }
  .list-layout > [class^=list-].col4 .col:nth-child(1) {
    margin-top: 0;
  }
  .list-layout > [class^=list-].col4 .col:nth-child(2) {
    margin-top: 0;
  }
  .list-layout > [class^=list-].col4 .col:nth-child(3) {
    margin-top: 0;
  }
  .list-layout > [class^=list-].col4 .col:nth-child(4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .list-layout > [class^=list-] .col {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .list-layout > [class^=list-]:nth-child(5n+5) {
    margin-right: 0;
  }
  .list-layout > [class^=list-] .col:first-child {
    margin-top: 0;
  }
  .list-layout > [class^=list-].sp-col5 .col {
    display: block;
    width: calc((100% - 40px) / 5);
    width: calc(((100% - 40px) / 5) - 0.1px) \0 ;
    margin-top: 10px;
    margin-right: 10px;
    /* for IE */
  }
  .list-layout > [class^=list-].sp-col5 .col:nth-child(5n+5) {
    margin-right: 0;
  }
  .list-layout > [class^=list-].sp-col5 .col:nth-child(1) {
    margin-top: 0;
  }
  .list-layout > [class^=list-].sp-col5 .col:nth-child(2) {
    margin-top: 0;
  }
  .list-layout > [class^=list-].sp-col5 .col:nth-child(3) {
    margin-top: 0;
  }
  .list-layout > [class^=list-].sp-col5 .col:nth-child(4) {
    margin-top: 0;
  }
  .list-layout > [class^=list-].sp-col5 .col:nth-child(5) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .list-layout > [class^=list-].col5 .col {
    display: block;
    width: calc((100% - 40px) / 5);
    width: calc(((100% - 40px) / 5) - 0.1px) \0 ;
    margin-top: 10px;
    margin-right: 10px;
    /* for IE */
  }
  .list-layout > [class^=list-].col5 .col:nth-child(5n+5) {
    margin-right: 0;
  }
  .list-layout > [class^=list-].col5 .col:nth-child(1) {
    margin-top: 0;
  }
  .list-layout > [class^=list-].col5 .col:nth-child(2) {
    margin-top: 0;
  }
  .list-layout > [class^=list-].col5 .col:nth-child(3) {
    margin-top: 0;
  }
  .list-layout > [class^=list-].col5 .col:nth-child(4) {
    margin-top: 0;
  }
  .list-layout > [class^=list-].col5 .col:nth-child(5) {
    margin-top: 0;
  }
}

/* パンくずリスト */
.box-breadcrumb {
  margin-top: 19px;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .box-breadcrumb {
    margin-top: 28px;
    margin-bottom: 50px;
  }
}
.box-breadcrumb > .list-breadcrumb > li {
  display: inline;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .box-breadcrumb > .list-breadcrumb > li {
    font-size: 1.4rem;
    line-height: 14, 24;
  }
}
.box-breadcrumb > .list-breadcrumb > li:not(:first-child) {
  position: relative;
  padding-left: 18px;
}
.box-breadcrumb > .list-breadcrumb > li:not(:first-child)::before {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  background-image: url("/share/images/icon_breadcrumb_01.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.box-breadcrumb > .list-breadcrumb > li:last-child a {
  color: #5D6164;
}

/* 通常リストモジュール */
.list-01 > li {
  position: relative;
  padding-left: 16px;
}
@media screen and (min-width: 769px) {
  .list-01 > li {
    padding-left: 1.4375em;
    font-size: 1.6rem;
  }
}
.list-01 > li::before {
  display: block;
  position: absolute;
  top: 0.0625em;
  left: 0;
  content: "・";
}

/* 注釈リストモジュール */
.list-order-01, .list-notice-02, .list-notice-01 {
  display: table;
  width: 100%;
}
.list-order-01 > li > *, .list-notice-02 > li > *, .list-notice-01 > li > * {
  display: table-cell;
}
.list-order-01 > li > .symbol, .list-notice-02 > li > .symbol, .list-notice-01 > li > .symbol {
  text-align: center;
  white-space: nowrap;
}

.list-notice-01 > li {
  font-size: 1.4rem;
  line-height: 1.5;
}
.list-notice-01 > li > .symbol {
  padding-right: 3px;
}

.list-notice-02 > li {
  font-size: 1rem;
  line-height: 1.6;
}
.list-notice-02 > li > .symbol {
  padding-right: 3px;
}

/* 順序ありリストモジュール */
.list-order-01 {
  margin-bottom: 18.375px;
}
.list-order-01:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .list-order-01 {
    margin-bottom: 19px;
  }
}
.list-order-01:not(.type-01) > li .symbol {
  padding-right: 0.625em;
}
.list-order-01.type-01 {
  display: block;
  width: 100%;
  counter-reset: orderNum;
}
.list-order-01.type-01 > li {
  display: flex;
  flex-wrap: nowrap;
}
.list-order-01.type-01 > li::before {
  display: inline;
  padding-right: 0.625em;
  content: "(" counter(orderNum) ")";
  text-align: center;
  white-space: nowrap;
  counter-increment: orderNum;
}

/* 定義リストモジュール */
.list-def-01 {
  margin-bottom: 24.375px;
}
@media screen and (min-width: 769px) {
  .list-def-01 {
    margin-bottom: 29px;
  }
}
.list-def-01 > .box-inner {
  margin-bottom: 5px;
}
.list-def-01 > .box-inner:last-child {
  margin-bottom: 0;
}
.list-def-01 > .box-inner > dt {
  font-weight: bold;
  font-size: 1.8rem;
}

.list-def-02 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .list-def-02 {
    position: relative;
  }
  .list-def-02::before {
    display: block;
    position: absolute;
    top: -1px;
    right: 0;
    left: 0;
    width: 10px;
    height: 3px;
    margin: 0 auto;
    background-color: #5D6164;
    content: "";
  }
}
.list-def-02 > .box-inner {
  border-top: 1px solid rgba(93, 97, 100, 0.2);
}
.list-def-02 > .box-inner::after {
  display: block;
  clear: both;
  content: "";
}
.list-def-02 > .box-inner:last-child {
  border-bottom: 1px solid rgba(93, 97, 100, 0.2);
}
@media screen and (max-width: 768px) {
  .list-def-02 > .box-inner {
    padding: 1.1538em;
  }
}
@media screen and (min-width: 769px) {
  .list-def-02 > .box-inner {
    display: table;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .list-def-02 > .box-inner > dt,
.list-def-02 > .box-inner > dd {
    width: 100% !important;
  }
}
@media screen and (min-width: 769px) {
  .list-def-02 > .box-inner > dt,
.list-def-02 > .box-inner > dd {
    display: table-cell;
    padding: 1.125em 1em;
  }
}
.list-def-02 .title {
  color: #EA5504;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .list-def-02 .title {
    border-right: 1px solid rgba(93, 97, 100, 0.2);
    background-color: rgba(234, 85, 4, 0.1);
  }
}

/* ============================================================================
* テーブルモジュール
* ========================================================================= */
.box-table-wrapper {
  margin-bottom: 30px;
}
.box-table-wrapper:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .box-table-wrapper {
    padding-bottom: 10px;
    overflow: auto;
  }
}
.box-table-wrapper > table {
  min-width: 768px;
  table-layout: fixed;
}

.table-01 .box-layout-image.layout-keep-sp .box-image img,
.table-02 .box-layout-image.layout-keep-sp .box-image img {
  max-width: none;
}

.table-01 {
  position: relative;
  width: 100%;
  border-collapse: inherit;
  /* stylelint-disable-next-line no-duplicate-selectors */
}
.table-01 * {
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .table-01 * {
    font-size: 1.6rem;
  }
}
.table-01 th {
  font-weight: bold;
}
.table-01 th.type-02 {
  color: #5D6164;
}
.table-01 th.normal {
  font-weight: normal;
}
.table-01 th.type-bg-gray {
  background-color: #F3F3F2;
}
.table-01 thead th,
.table-01 thead td {
  padding: 1.4038em 1.4807em;
  background-color: rgba(234, 85, 4, 0.6);
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .table-01 thead th,
.table-01 thead td {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 769px) {
  .table-01 thead th,
.table-01 thead td {
    padding: 1.125em 1em;
  }
}
.table-01 tbody th {
  background-color: rgba(234, 85, 4, 0.1);
  color: #EA5504;
}
.table-01 tbody th,
.table-01 tbody td {
  padding: 2.25em 1.75em;
}
@media screen and (min-width: 769px) {
  .table-01 tbody th,
.table-01 tbody td {
    padding: 1.125em 1em;
  }
}
.table-01 > caption {
  padding-bottom: 5px;
  text-align: left;
}
.table-01 {
  border-bottom: 1px solid rgba(93, 97, 100, 0.2);
}
.table-01::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #FFF;
  content: "";
}
.table-01 tr th,
.table-01 tr td {
  border-top: 1px solid rgba(93, 97, 100, 0.2);
  border-right: 1px solid rgba(93, 97, 100, 0.2);
}

.table-02 {
  width: 100%;
}
.table-02,
.table-02 td,
.table-02 th {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}
.table-02 > caption {
  margin-bottom: 17px;
  color: #EA5504;
  font-weight: bold;
  font-size: 2rem;
  text-align: left;
}
.table-02 tr th,
.table-02 tr td {
  padding: 18px 20px 17px;
}
.table-02 tr th.normal,
.table-02 tr td.normal {
  font-weight: normal;
}
.table-02 tr th {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .table-02 tr td {
    font-weight: bold;
  }
}

/* ============================================================================
* ボックスモジュール
* ========================================================================= */
.box-shadow {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

/* 画像配置ボックス */
.box-image {
  margin-bottom: 15px;
  text-align: center;
}
.box-image:last-child {
  margin-bottom: 0;
}
.box-image > img {
  vertical-align: top;
}
.box-image .caption {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .box-image {
    margin-bottom: 20px;
  }
}

.box-04, .box-03, .box-02, .box-01 {
  margin-bottom: 24.375px;
  padding: 17px 20px;
}
.box-04 > [class^=hdg-]:first-child, .box-03 > [class^=hdg-]:first-child, .box-02 > [class^=hdg-]:first-child, .box-01 > [class^=hdg-]:first-child {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .box-04, .box-03, .box-02, .box-01 {
    margin-bottom: 29px;
    padding: 37px 35px;
  }
}

/* ボックス1 */
.box-01 {
  background-color: rgba(234, 85, 4, 0.1);
}

.box-02 {
  border: 1px solid rgba(93, 97, 100, 0.2);
}

.box-03 {
  border: 2px solid rgba(93, 97, 100, 0.2);
}

.box-04 {
  border: 2px solid #EA5504;
}

/* 動画モーダルボックス */
.box-movie-thumb {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  line-height: 0;
}
.box-movie-thumb > img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .box-movie-thumb {
    margin-bottom: 18px;
  }
}
.box-movie-thumb::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 73px;
  height: 51px;
  transform: translate(50%, -50%);
  background-image: url("/share/images/icon_movie_01.png");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
}
.box-movie-thumb::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
  transition: background 0.5s;
}
.box-movie-thumb.type-01::before {
  background-image: url("/share/images/icon_movie_02.png");
}
.box-movie-thumb.type-02::before {
  background-image: url("/share/images/icon_movie_03.png");
}
.box-movie-thumb:hover::after, .box-movie-thumb:focus::after, .box-movie-thumb:active::after {
  background-color: rgba(0, 0, 0, 0.5);
}

/* 汎用モーダル */
.box-modal-overlay-02 {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.5s;
}
.box-modal-overlay-02.is-visible {
  opacity: 1;
}
.box-modal-overlay-02.is-hidden {
  display: none;
}

.box-modal-content-02 {
  box-sizing: border-box;
  font-size: 14px;
}
.js-enable .box-modal-content-02 {
  display: none;
}

@media screen and (min-width: 768px) {
  .box-modal-content-02 {
    font-size: 16px;
  }
}
.box-modal-content-02.is-visible {
  display: block;
  z-index: 10010;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 0 20px;
  overflow-y: auto;
  opacity: 0;
  transition: opacity 0.5s;
}
.box-modal-content-02.is-animation {
  opacity: 1;
}
.box-modal-content-02 .box-modal-inner {
  position: relative;
  max-width: 800px;
  height: 88%;
  margin: 50px auto;
  padding: 62px 25px 0;
  overflow-y: auto;
  background-color: #FFF;
}
.box-modal-content-02 .box-modal-inner > :first-child {
  margin-top: 0;
}
.box-modal-content-02 .box-modal-inner :nth-last-child(2) {
  margin-bottom: 62px;
}
@media screen and (min-width: 768px) {
  .box-modal-content-02 .box-modal-inner {
    height: 86%;
    padding: 70px 50px 0;
  }
  .box-modal-content-02 .box-modal-inner .mod-text {
    margin-top: 40px;
  }
  .box-modal-content-02 .box-modal-inner :nth-last-child(2) {
    margin-bottom: 50px;
  }
}
.box-modal-content-02 .box-modal-inner .modal-button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 33px;
  height: 33px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #EA5504;
}
@media screen and (min-width: 768px) {
  .box-modal-content-02 .box-modal-inner .modal-button {
    top: 17px;
    right: 17px;
    width: 38px;
    height: 38px;
  }
}
.box-modal-content-02 .box-modal-inner .modal-button::before, .box-modal-content-02 .box-modal-inner .modal-button::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 2px;
  margin: auto;
  background-color: #FFF;
  content: "";
}
.box-modal-content-02 .box-modal-inner .modal-button::before {
  transform: rotate(45deg);
}
.box-modal-content-02 .box-modal-inner .modal-button::after {
  transform: rotate(-45deg);
}
.box-modal-content-02 .box-modal-inner .modal-button > span {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* タブボックス */
.box-tab-01 {
  border: 1px solid #EA5504;
}
@media screen and (max-width: 768px) {
  .box-tab-01 {
    margin-top: 5px;
  }
}
.box-tab-01 .list-tab {
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid #EA5504;
}
.box-tab-01 .list-tab > li {
  position: relative;
  width: 50%;
  font-size: 24px;
  list-style-type: none;
}
.box-tab-01 .list-tab > li > a {
  display: block;
  height: 100%;
  padding: 7px 10px;
  color: #EA5504;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .box-tab-01 .list-tab > li > a {
    padding: 4px 10px;
    font-size: 2.4rem;
  }
}
.box-tab-01 .list-tab > li > a.current {
  background-color: #EA5504;
  color: #FFF;
}
.box-tab-01 .list-tab > li:hover a, .box-tab-01 .list-tab > li:focus a, .box-tab-01 .list-tab > li:active a {
  background-color: #EA5504;
  color: #FFF;
}
.box-tab-01 .box-tab-content {
  padding: 25px 38px 35px;
}
.box-tab-01 .box-tab-content > [class^=hdg-]:first-child {
  margin-top: 0;
}

/* モーダルコンテンツ内のタブスタイル */
.box-modal-content {
  width: 100%;
  color: #FFF;
}
.box-modal-content .box-tab-01 .list-tab {
  border: 1px solid #FFF;
}
.box-modal-content .box-tab-01 .list-tab > li > a {
  color: #FFF;
  font-size: 1.4rem;
}
.box-modal-content .box-tab-01 .list-tab > li > a.current {
  background-color: #FFF;
  color: #EA5504;
}
.box-modal-content .box-tab-01 .box-tab-content {
  padding-right: 0;
  padding-left: 0;
}
.box-modal-content .box-tab-01 .box-tab-content .title {
  margin-bottom: 16px;
  font-size: 1.8rem;
}
.box-modal-content .box-tab-01 .box-tab-content .title:not(:first-child) {
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .box-modal-content .box-tab-01 .box-tab-content .title {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  .box-modal-content .box-tab-01 .box-tab-content .title:not(:first-child) {
    margin-top: 20px;
  }
}
.box-modal-content .box-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #EA5504;
}
.box-modal-content .box-btn-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
}
.box-modal-content .box-content {
  height: 90%;
  margin-right: 0;
  padding-right: 35px;
  padding-left: 30px;
  overflow: auto;
}
@media screen and (max-width: 350px) {
  .box-modal-content .box-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 769px) {
  .box-modal-content .box-content {
    margin-right: 100px;
    padding-right: 10px;
  }
}
.box-modal-content .box-content-02 {
  height: 90%;
  margin-right: 0;
  padding: 0;
  overflow: auto;
}
@media screen and (max-width: 350px) {
  .box-modal-content .box-content-02 {
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  .box-modal-content .box-content-02 {
    margin-right: 100px;
    padding: 0;
  }
}
.box-modal-content .box-content-02 .box-btn-wrapper {
  padding-right: 35px;
  padding-left: 30px;
}
@media screen and (max-width: 350px) {
  .box-modal-content .box-content-02 .box-btn-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 769px) {
  .box-modal-content .box-content-02 .box-btn-wrapper {
    margin-right: 100px;
    padding-right: 10px;
  }
}
.box-modal-content .box-content-02 .box-tab-content {
  padding-right: 35px;
  padding-left: 30px;
}
@media screen and (max-width: 350px) {
  .box-modal-content .box-content-02 .box-tab-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 769px) {
  .box-modal-content .box-content-02 .box-tab-content {
    margin-right: 0;
    padding-right: 10px;
  }
}
.box-modal-content [class^=btn-] {
  max-width: 170px;
  margin-bottom: 20px;
  padding: 7.5px;
  font-size: 1rem;
  letter-spacing: -0.2px;
}
@media screen and (min-width: 769px) {
  .box-modal-content [class^=btn-] {
    max-width: 230px;
    font-size: 1.2rem;
  }
}
.box-modal-content [class^=btn-] > span::after {
  width: 17px;
  height: 10px;
}
@media screen and (min-width: 769px) {
  .box-modal-content .btn-close-modal.type-first {
    display: block;
    position: absolute;
    top: 50%;
    left: -100px;
    padding-right: 14px;
    padding-left: 28px;
    transform: translateY(-50%);
  }
}
.box-modal-content .btn-close-modal {
  display: block;
  position: relative;
  width: 100%;
  max-width: 70px;
  padding-right: 14px;
  padding-left: 20px;
  border-radius: 21px;
  background-color: #EE7736;
  color: #FFF;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .box-modal-content .btn-close-modal {
    display: none;
    max-width: 98px;
    font-size: 1.4rem;
  }
}
.box-modal-content .btn-close-modal::before, .box-modal-content .btn-close-modal::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 10px;
  height: 2px;
  margin: auto 0;
  background-color: #FFF;
  content: "";
}
@media screen and (min-width: 769px) {
  .box-modal-content .btn-close-modal::before, .box-modal-content .btn-close-modal::after {
    left: 14px;
    width: 14px;
  }
}
.box-modal-content .btn-close-modal::before {
  transform: rotate(-45deg);
}
.box-modal-content .btn-close-modal::after {
  transform: rotate(45deg);
}

/* タブボックス2 (CSサイトの移植) */
.box-tab-02 {
  /* ボタン */
  margin-top: 40px;
}
.box-tab-02 .box-tab-content.is-visible {
  display: block;
}
.box-tab-02 .box-tab-content.is-hidden {
  display: none;
}
.box-tab-02 .box-tab-content-inner {
  transition: 0.5s;
}
.box-tab-02 .box-tab-content-inner.is-visible {
  opacity: 1;
}
.box-tab-02 .box-tab-content-inner.is-hidden {
  opacity: 0;
}
.box-tab-02 .box-tab-content-inner.is-animation.is-visible {
  opacity: 0;
}
.box-tab-02 .box-tab-content-inner.is-animation.is-hidden {
  opacity: 1;
}
.box-tab-02 > .list > li + li {
  margin-top: 20px;
}
.box-tab-02 > .list > li > a {
  display: block;
  position: relative;
  padding: 15px;
  border: 1px solid #D1D2D2;
  color: #5D6164;
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  .box-tab-02 > .list > li > a {
    border: none;
    background-color: #DFDFDF;
    color: #9EA0A2;
  }
}
.box-tab-02 > .list > li > a > .mark {
  font-size: 0;
}
.box-tab-02 > .list > li > a > .mark::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 2px;
  height: 18px;
  transform: translateY(-50%);
  background-color: #EA5504;
  content: "";
  transition: transform 0.5s;
}
.box-tab-02 > .list > li > a > .mark::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 18px;
  height: 2px;
  transform: translateY(-50%);
  background-color: #EA5504;
  content: "";
}
.box-tab-02 > .list > li > a.is-open {
  border-color: #EA5504;
  background-color: #EA5504;
  color: #FFF;
}
.box-tab-02 > .list > li > a.is-open > .mark::before {
  transform: translateY(-50%) rotate(90deg);
}
.box-tab-02 > .list > li > a.is-open > .mark::after {
  background-color: #FFF;
}
.box-tab-02 > .list > li > a:hover, .box-tab-02 > .list > li > a:focus {
  border-color: #EA5504;
  background-color: #EA5504;
  color: #FFF;
}
.box-tab-02 > .list > li > a:hover > .mark::before, .box-tab-02 > .list > li > a:focus > .mark::before {
  background-color: #FFF;
}
.box-tab-02 > .list > li > a:hover > .mark::after, .box-tab-02 > .list > li > a:focus > .mark::after {
  background-color: #FFF;
}
.box-tab-02.type-01 > .list {
  margin: 0;
}
.box-tab-02.type-01 > .list > li > a {
  min-width: 110px;
}
@media screen and (min-width: 769px) {
  .box-tab-02 {
    margin-top: 60px;
  }
  .box-tab-02 > .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
  }
  .box-tab-02 > .list > li {
    margin: 0 10px 10px 0;
    margin-bottom: 20px;
  }
  .box-tab-02 > .list > li:first-child {
    margin-left: 0;
  }
  .box-tab-02 > .list > li:last-child {
    margin-right: 0;
  }
  .box-tab-02 > .list > li + li {
    margin-top: 0;
  }
  .box-tab-02 > .list > li > a {
    display: inline-block;
    min-width: 230px;
    padding: 7px 20px;
    border-radius: 50px;
    color: #5D6164;
    text-align: center;
  }
  .box-tab-02 > .list > li > a > .mark {
    display: none;
  }
  .box-tab-02 > .list > li > a.is-open {
    border-color: #EA5504;
    background-color: #EA5504;
    color: #FFF;
  }
  .box-tab-02 > .list > li > a:hover, .box-tab-02 > .list > li > a:focus {
    background-color: #EA5504;
    color: #FFF;
    text-decoration: none;
  }
  .box-tab-02.type-01 > .list > li > a {
    min-width: 110px;
  }
  .box-tab-02 .tab-content + .list {
    margin-top: 40px;
  }
}

/* アコーディオンボックス */
.box-accordion {
  margin-top: 20px;
}
.box-accordion:first-child {
  margin-top: 38px;
}
.box-accordion .box-accordion-hook {
  display: block;
  position: relative;
  padding: 15px 40px 15px 15px;
  border: 1px solid #D1D2D2;
  color: #231815;
  font-weight: bold;
  font-size: 1.8rem;
  transition: 0.5s;
}
.box-accordion .box-accordion-hook > .mark {
  font-size: 0;
}
.box-accordion .box-accordion-hook > .mark::before, .box-accordion .box-accordion-hook > .mark::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #EA5504;
  content: "";
}
.box-accordion .box-accordion-hook > .mark::before {
  right: 18px;
  width: 2px;
  height: 18px;
  transition: transform 0.5s;
}
.box-accordion .box-accordion-hook > .mark::after {
  right: 10px;
  width: 18px;
  height: 2px;
}
.box-accordion .box-accordion-hook.is-open {
  border-color: #EA5504;
  background-color: #EA5504;
  color: #FFF;
}
.box-accordion .box-accordion-hook.is-open > .mark::before {
  transform: translateY(-50%) rotate(90deg);
}
.box-accordion .box-accordion-hook.is-open > .mark::after {
  background-color: #FFF;
}
.box-accordion .box-accordion-hook:hover, .box-accordion .box-accordion-hook:focus {
  border-color: #EA5504;
  background-color: #EA5504;
  color: #FFF;
}
.box-accordion .box-accordion-hook:hover > .mark::before, .box-accordion .box-accordion-hook:focus > .mark::before {
  background-color: #FFF;
}
.box-accordion .box-accordion-hook:hover > .mark::after, .box-accordion .box-accordion-hook:focus > .mark::after {
  background-color: #FFF;
}
.box-accordion > .box-accordion-content {
  padding: 16px 0 4px;
}
.box-accordion > .box-accordion-content.is-visible {
  display: block;
}
.box-accordion > .box-accordion-content.is-hidden {
  display: none;
}
.box-accordion > .box-accordion-content > .box-accordion-content-inner {
  transition: 0.5s;
}
.box-accordion > .box-accordion-content > .box-accordion-content-inner.is-visible {
  opacity: 1;
}
.box-accordion > .box-accordion-content > .box-accordion-content-inner.is-hidden {
  opacity: 0;
}
.box-accordion > .box-accordion-content > .box-accordion-content-inner.is-animation.is-visible {
  opacity: 0;
}
.box-accordion > .box-accordion-content > .box-accordion-content-inner.is-animation.is-hidden {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .box-accordion:first-child {
    margin-top: 55px;
  }
  .box-accordion .box-accordion-hook {
    padding: 16px 52px 16px 20px;
    font-size: 2rem;
  }
  .box-accordion .box-accordion-hook > .mark {
    font-size: 0;
  }
  .box-accordion .box-accordion-hook > .mark::before {
    right: 25px;
    width: 2px;
    height: 23px;
    transform: translateY(-50%);
  }
  .box-accordion .box-accordion-hook > .mark::after {
    right: 15px;
    width: 23px;
    height: 2px;
    transform: translateY(-50%);
  }
  .box-accordion > .box-accordion-content {
    padding: 16px 0 10px;
  }
}

/* モーダルコンテンツ (赤オレンジのエリア) */
.js-enable .box-movie-modal-wrapper .box-movie-thumb {
  cursor: pointer;
}
.js-enable .js-box-modal {
  display: none;
}
.js-enable .js-box-modal.open {
  z-index: 10000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.6);
}
.js-enable .js-box-modal.open .js-box-modal-inner {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100%;
  max-width: 400px;
  height: auto;
  padding: 20px;
  transform: translate(50%, -50%);
}
@media screen and (min-width: 769px) {
  .js-enable .js-box-modal.open .js-box-modal-inner {
    max-width: 960px;
  }
}
.js-enable .js-box-modal.open .js-btn-modal-close {
  position: absolute;
  top: -10px;
  right: 20px;
  width: 17.5px;
  height: 17.5px;
  font-size: 0;
  line-height: 0;
}
@media screen and (min-width: 769px) {
  .js-enable .js-box-modal.open .js-btn-modal-close {
    top: -40px;
    right: 20px;
    width: 35px;
    height: 35px;
  }
}
.js-enable .js-box-modal.open .js-btn-modal-close::before, .js-enable .js-box-modal.open .js-btn-modal-close::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  background-color: #FFF;
  content: "";
}
.js-enable .js-box-modal.open .js-btn-modal-close::before {
  transform: rotate(45deg);
}
.js-enable .js-box-modal.open .js-btn-modal-close::after {
  transform: rotate(-45deg);
}
.js-enable .box-tab-01 .box-tab-content {
  display: none;
}
@media screen and (max-width: 768px) {
  .js-enable .box-tab-01 .list-tab li a.current::before {
    display: block;
    position: absolute;
    top: -10px;
    width: calc(100% + 1px);
    height: 10px;
    background-color: #EA5504;
    content: "";
  }
  .js-enable .box-tab-01 .list-tab li:first-child a.current::before {
    right: 0;
  }
  .js-enable .box-tab-01 .list-tab li:last-child a.current::before {
    left: 0;
  }
}
.js-enable .box-modal-content {
  z-index: 10000;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  transform: translateX(120%);
  transform-style: preserve-3d;
  transition: transform 0.5s ease-in-out;
}
.js-enable .box-modal-content .box-tab-01 .list-tab {
  border: 1px solid #FFF;
}
.js-enable .box-modal-content .box-tab-01 .list-tab > li > a.current::before {
  display: none;
}
.js-enable .box-modal-content.modal-active {
  transform: translateX(0);
}
.js-enable .box-modal-content .box-inner {
  z-index: 10000;
  position: relative;
  width: 95%;
  height: 100%;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  .js-enable .box-modal-content .box-inner::after {
    left: -15.7645822386vw;
  }
}
@media screen and (min-width: 769px) {
  .js-enable .box-modal-content .box-inner {
    width: 54%;
  }
  .js-enable .box-modal-content .box-inner::after {
    display: block;
    z-index: -1;
    position: absolute;
    top: 50%;
    left: -10.5097214924vw;
    width: 45.2443510247vw;
    height: 160%;
    transform: translateY(-50%);
    border-radius: 50% 0 0 50%;
    background-color: #EA5504;
    content: "";
  }
}
@media screen and (max-width: 768px) {
  .js-enable .box-tab-02 .box-tab-content {
    margin-top: 20px;
  }
}
.js-enable .box-tab-02 > .list.js-hook-list.copy {
  margin-top: 20px;
}

/* ニュースリリース詳細ページ */
.box-newsrelease {
  margin-bottom: 20px;
  /* タイトルブロック */
}
@media screen and (min-width: 769px) {
  .box-newsrelease {
    margin-bottom: 40px;
  }
}
.box-newsrelease .box-newsrelease-title {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 20px;
}
.box-newsrelease .box-newsrelease-title > [class^=hdg-lv1] {
  order: 2;
  width: 100%;
  margin-top: 0;
  color: #EA5504;
}
@media screen and (max-width: 768px) {
  .box-newsrelease .box-newsrelease-title > [class^=hdg-lv1] {
    letter-spacing: -0.3px;
  }
}
.box-newsrelease .box-newsrelease-title > [class^=hdg-lv1] > span {
  display: block;
  margin-top: 5px;
  color: #231815;
  font-style: italic;
  font-weight: normal;
  font-size: 2rem;
}
@media screen and (min-width: 769px) {
  .box-newsrelease .box-newsrelease-title > [class^=hdg-lv1] > span {
    font-size: 2.4rem;
  }
}
.box-newsrelease .box-newsrelease-title > [class^=hdg-lv1] + .box-info-release .text-info-date {
  color: #231815;
}
.box-newsrelease .box-newsrelease-title .box-info-release {
  order: 1;
  width: 100%;
}

@media screen and (max-width: 768px) {
  :root .box-newsrelease .box-newsrelease-title > [class^=hdg-lv1] {
    letter-spacing: -2px;
  }
}

.text-newsrelease-lead {
  margin-bottom: 20px;
  color: #231815;
  font-weight: bold;
  font-size: 2.3rem;
}
@media screen and (min-width: 769px) {
  .text-newsrelease-lead {
    margin-bottom: 28px;
    font-size: 2.8rem;
  }
}

.link-pdf-newsrelease {
  margin-top: 42px;
}

.box-info-release .text-info-date {
  font-weight: bold;
}

.box-newsrelease-link {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(93, 97, 100, 0.2);
}

.box-line {
  margin-top: 24.375px;
  margin-bottom: 48.75px;
  padding-top: 20px;
  border-top: 2px solid #EA5504;
}
@media screen and (min-width: 769px) {
  .box-line {
    margin: 29px 0 60px;
  }
}

.box-search {
  margin-bottom: 40px;
  padding: 25px 20px;
  background-color: #F3F3F3;
}
.box-search > .inner > .content + .content {
  margin-top: 15px;
}
.box-search > .inner > .content > .title {
  margin-bottom: 7px;
  font-weight: bold;
  font-size: 1.6rem;
}
.box-search > .inner > .content > .list {
  display: flex;
  flex-wrap: wrap;
}
.box-search > .inner > .content > .list > li {
  margin-right: 35px;
  margin-bottom: 10px;
}
.box-search > .inner > .content > .list + .list {
  margin-top: 5px;
}
.box-search > .inner > .content > :first-child {
  margin-top: 0 !important;
}
.box-search .btn-reset-wrap {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .box-search {
    margin-bottom: 60px;
    padding: 30px 40px;
  }
  .box-search > .inner > .content > .title {
    font-size: 1.8rem;
  }
  .box-search > .inner > .content > .list > li {
    margin-right: 40px;
  }
  .box-search .btn-reset-wrap {
    margin-top: 25px;
  }
}

/* ============================================================================
* レイアウトモジュール
* ========================================================================= */
/* 汎用レイアウト */
.box-layout {
  margin-bottom: 15px;
}
.box-layout:last-child {
  margin-bottom: 0;
}
.box-layout > * {
  min-height: 0;
}
@media screen and (min-width: 769px) {
  .box-layout {
    margin-bottom: 40px;
  }
}
.box-layout:not([data-sp-slider="1"]) {
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 768px) {
  .box-layout:not([data-sp-slider="1"]):not(.type-01) .col {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01):nth-child(2n+2) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01) .col:first-child {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col2 .col {
    display: block;
    width: calc((100% - 20px) / 2);
    margin-top: 20px;
    margin-right: 20px;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col2 .col:nth-child(2n+2) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col2 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col2 .col:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col2 .col {
    display: block;
    width: calc((100% - 20px) / 2);
    margin-top: 20px;
    margin-right: 20px;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col2 .col:nth-child(2n+2) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col2 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col2 .col:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .box-layout:not([data-sp-slider="1"]):not(.type-01) .col {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01):nth-child(3n+3) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01) .col:first-child {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col3 .col {
    display: block;
    width: calc((100% - 40px) / 3);
    width: calc(((100% - 40px) / 3) - 0.1px) \0 ;
    margin-top: 20px;
    margin-right: 20px;
    /* for IE */
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col3 .col:nth-child(3n+3) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col3 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col3 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col3 .col:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col3 .col {
    display: block;
    width: calc((100% - 40px) / 3);
    width: calc(((100% - 40px) / 3) - 0.1px) \0 ;
    margin-top: 20px;
    margin-right: 20px;
    /* for IE */
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col3 .col:nth-child(3n+3) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col3 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col3 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col3 .col:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .box-layout:not([data-sp-slider="1"]):not(.type-01) .col {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01):nth-child(4n+4) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01) .col:first-child {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col4 .col {
    display: block;
    width: calc((100% - 60px) / 4);
    margin-top: 20px;
    margin-right: 20px;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col4 .col:nth-child(4n+4) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col4 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col4 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col4 .col:nth-child(3) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col4 .col:nth-child(4) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col4 .col {
    display: block;
    width: calc((100% - 60px) / 4);
    margin-top: 20px;
    margin-right: 20px;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col4 .col:nth-child(4n+4) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col4 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col4 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col4 .col:nth-child(3) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col4 .col:nth-child(4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .box-layout:not([data-sp-slider="1"]):not(.type-01) .col {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01):nth-child(5n+5) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01) .col:first-child {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col5 .col {
    display: block;
    width: calc((100% - 80px) / 5);
    width: calc(((100% - 80px) / 5) - 0.1px) \0 ;
    margin-top: 20px;
    margin-right: 20px;
    /* for IE */
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col5 .col:nth-child(5n+5) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col5 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col5 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col5 .col:nth-child(3) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col5 .col:nth-child(4) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col5 .col:nth-child(5) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col5 .col {
    display: block;
    width: calc((100% - 80px) / 5);
    width: calc(((100% - 80px) / 5) - 0.1px) \0 ;
    margin-top: 20px;
    margin-right: 20px;
    /* for IE */
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col5 .col:nth-child(5n+5) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col5 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col5 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col5 .col:nth-child(3) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col5 .col:nth-child(4) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col5 .col:nth-child(5) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .box-layout:not([data-sp-slider="1"]):not(.type-01) .col {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01):nth-child(6n+6) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01) .col:first-child {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col6 .col {
    display: block;
    width: calc((100% - 100px) / 6);
    margin-top: 20px;
    margin-right: 20px;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col6 .col:nth-child(6n+6) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col6 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col6 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col6 .col:nth-child(3) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col6 .col:nth-child(4) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col6 .col:nth-child(5) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).sp-col6 .col:nth-child(6) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col6 .col {
    display: block;
    width: calc((100% - 100px) / 6);
    margin-top: 20px;
    margin-right: 20px;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col6 .col:nth-child(6n+6) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col6 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col6 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col6 .col:nth-child(3) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col6 .col:nth-child(4) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col6 .col:nth-child(5) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]):not(.type-01).col6 .col:nth-child(6) {
    margin-top: 0;
  }
}
.box-layout:not([data-sp-slider="1"]) .col > [class^=hdg-]:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .box-layout:not([data-sp-slider="1"]).type-01 .col {
    display: block;
    width: 100%;
    margin-top: 4px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01:nth-child(2n+2) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01 .col:first-child {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.sp-col2 .col {
    display: block;
    width: calc((100% - 4px) / 2);
    margin-top: 4px;
    margin-right: 4px;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.sp-col2 .col:nth-child(2n+2) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.sp-col2 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.sp-col2 .col:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .box-layout:not([data-sp-slider="1"]).type-01.col2 .col {
    display: block;
    width: calc((100% - 4px) / 2);
    margin-top: 4px;
    margin-right: 4px;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.col2 .col:nth-child(2n+2) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.col2 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.col2 .col:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .box-layout:not([data-sp-slider="1"]).type-01 .col {
    display: block;
    width: 100%;
    margin-top: 4px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01:nth-child(3n+3) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01 .col:first-child {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.sp-col3 .col {
    display: block;
    width: calc((100% - 8px) / 3);
    width: calc(((100% - 8px) / 3) - 0.1px) \0 ;
    margin-top: 4px;
    margin-right: 4px;
    /* for IE */
  }
  .box-layout:not([data-sp-slider="1"]).type-01.sp-col3 .col:nth-child(3n+3) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.sp-col3 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.sp-col3 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.sp-col3 .col:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .box-layout:not([data-sp-slider="1"]).type-01.col3 .col {
    display: block;
    width: calc((100% - 8px) / 3);
    width: calc(((100% - 8px) / 3) - 0.1px) \0 ;
    margin-top: 4px;
    margin-right: 4px;
    /* for IE */
  }
  .box-layout:not([data-sp-slider="1"]).type-01.col3 .col:nth-child(3n+3) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.col3 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.col3 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.col3 .col:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .box-layout:not([data-sp-slider="1"]).type-01 .col {
    display: block;
    width: 100%;
    margin-top: 4px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01:nth-child(4n+4) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01 .col:first-child {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.sp-col4 .col {
    display: block;
    width: calc((100% - 12px) / 4);
    margin-top: 4px;
    margin-right: 4px;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.sp-col4 .col:nth-child(4n+4) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.sp-col4 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.sp-col4 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.sp-col4 .col:nth-child(3) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.sp-col4 .col:nth-child(4) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .box-layout:not([data-sp-slider="1"]).type-01.col4 .col {
    display: block;
    width: calc((100% - 12px) / 4);
    margin-top: 4px;
    margin-right: 4px;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.col4 .col:nth-child(4n+4) {
    margin-right: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.col4 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.col4 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.col4 .col:nth-child(3) {
    margin-top: 0;
  }
  .box-layout:not([data-sp-slider="1"]).type-01.col4 .col:nth-child(4) {
    margin-top: 0;
  }
}
.box-layout:not([data-sp-slider="1"]).type-01 .col {
  padding: 13.375px 15px;
}
@media screen and (min-width: 769px) {
  .box-layout:not([data-sp-slider="1"]).type-01 .col {
    padding: 15px 20px;
  }
}
.box-layout[data-sp-slider="1"] .col > [class^=hdg-]:first-child {
  margin-top: 0;
}
.box-layout[data-sp-slider="1"].type-01 .col {
  padding: 13.375px 15px;
}
@media screen and (min-width: 769px) {
  .box-layout[data-sp-slider="1"].type-01 .col {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 768px) {
  .box-layout[data-sp-slider="1"] .slick-list {
    overflow: hidden;
  }
  .box-layout[data-sp-slider="1"] .slick-slide {
    width: 260px;
    margin-right: 20px;
  }
  .box-layout[data-sp-slider="1"] .slick-dots li,
.box-layout[data-sp-slider="1"] .slick-dots li button,
.box-layout[data-sp-slider="1"] .slick-dots li button::before {
    width: 10px;
    height: 10px;
  }
  .box-layout[data-sp-slider="1"] .slick-dots {
    position: static;
    text-align: left;
  }
  .box-layout[data-sp-slider="1"] .slick-dots li {
    margin: 0 7.5px;
  }
  .box-layout[data-sp-slider="1"] .slick-dots li:first-child {
    margin-left: 0;
  }
  .box-layout[data-sp-slider="1"] .slick-dots li button::before {
    border-radius: 50%;
    background-color: rgba(93, 97, 100, 0.5);
    content: "";
    font-family: "Hind Madurai", Arial, sans-serif;
  }
  .box-layout[data-sp-slider="1"] .slick-dots li.slick-active button::before {
    background-color: #5D6164;
    opacity: 1;
  }
  .box-layout[data-sp-slider="1"] .slick-dots li.slick-active button::after {
    display: block;
    z-index: 0;
    position: absolute;
    top: -1px;
    bottom: 0;
    width: 13.5px;
    height: 2px;
    margin: auto 0;
    background-color: #5D6164;
    content: "";
  }
  .box-layout[data-sp-slider="1"].type-01 .slick-slide {
    margin-right: 4px;
  }
}
@media screen and (min-width: 769px) {
  .box-layout[data-sp-slider="1"] {
    display: flex;
    flex-flow: row wrap;
  }
  .box-layout[data-sp-slider="1"].col2 .col, .box-layout[data-sp-slider="1"].col3 .col, .box-layout[data-sp-slider="1"].col4 .col {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .box-layout[data-sp-slider="1"] .col {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .box-layout[data-sp-slider="1"]:nth-child(2n+2) {
    margin-right: 0;
  }
  .box-layout[data-sp-slider="1"] .col:first-child {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].sp-col2 .col {
    display: block;
    width: calc((100% - 20px) / 2);
    margin-top: 20px;
    margin-right: 20px;
  }
  .box-layout[data-sp-slider="1"].sp-col2 .col:nth-child(2n+2) {
    margin-right: 0;
  }
  .box-layout[data-sp-slider="1"].sp-col2 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].sp-col2 .col:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .box-layout[data-sp-slider="1"].col2 .col {
    display: block;
    width: calc((100% - 20px) / 2);
    margin-top: 20px;
    margin-right: 20px;
  }
  .box-layout[data-sp-slider="1"].col2 .col:nth-child(2n+2) {
    margin-right: 0;
  }
  .box-layout[data-sp-slider="1"].col2 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].col2 .col:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .box-layout[data-sp-slider="1"] .col {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .box-layout[data-sp-slider="1"]:nth-child(3n+3) {
    margin-right: 0;
  }
  .box-layout[data-sp-slider="1"] .col:first-child {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].sp-col3 .col {
    display: block;
    width: calc((100% - 40px) / 3);
    width: calc(((100% - 40px) / 3) - 0.1px) \0 ;
    margin-top: 20px;
    margin-right: 20px;
    /* for IE */
  }
  .box-layout[data-sp-slider="1"].sp-col3 .col:nth-child(3n+3) {
    margin-right: 0;
  }
  .box-layout[data-sp-slider="1"].sp-col3 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].sp-col3 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].sp-col3 .col:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .box-layout[data-sp-slider="1"].col3 .col {
    display: block;
    width: calc((100% - 40px) / 3);
    width: calc(((100% - 40px) / 3) - 0.1px) \0 ;
    margin-top: 20px;
    margin-right: 20px;
    /* for IE */
  }
  .box-layout[data-sp-slider="1"].col3 .col:nth-child(3n+3) {
    margin-right: 0;
  }
  .box-layout[data-sp-slider="1"].col3 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].col3 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].col3 .col:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .box-layout[data-sp-slider="1"] .col {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .box-layout[data-sp-slider="1"]:nth-child(4n+4) {
    margin-right: 0;
  }
  .box-layout[data-sp-slider="1"] .col:first-child {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].sp-col4 .col {
    display: block;
    width: calc((100% - 60px) / 4);
    margin-top: 20px;
    margin-right: 20px;
  }
  .box-layout[data-sp-slider="1"].sp-col4 .col:nth-child(4n+4) {
    margin-right: 0;
  }
  .box-layout[data-sp-slider="1"].sp-col4 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].sp-col4 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].sp-col4 .col:nth-child(3) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].sp-col4 .col:nth-child(4) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .box-layout[data-sp-slider="1"].col4 .col {
    display: block;
    width: calc((100% - 60px) / 4);
    margin-top: 20px;
    margin-right: 20px;
  }
  .box-layout[data-sp-slider="1"].col4 .col:nth-child(4n+4) {
    margin-right: 0;
  }
  .box-layout[data-sp-slider="1"].col4 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].col4 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].col4 .col:nth-child(3) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].col4 .col:nth-child(4) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .box-layout[data-sp-slider="1"].type-01 .col {
    display: block;
    width: 100%;
    margin-top: 4px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .box-layout[data-sp-slider="1"].type-01:nth-child(2n+2) {
    margin-right: 0;
  }
  .box-layout[data-sp-slider="1"].type-01 .col:first-child {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.sp-col2 .col {
    display: block;
    width: calc((100% - 4px) / 2);
    margin-top: 4px;
    margin-right: 4px;
  }
  .box-layout[data-sp-slider="1"].type-01.sp-col2 .col:nth-child(2n+2) {
    margin-right: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.sp-col2 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.sp-col2 .col:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .box-layout[data-sp-slider="1"].type-01.col2 .col {
    display: block;
    width: calc((100% - 4px) / 2);
    margin-top: 4px;
    margin-right: 4px;
  }
  .box-layout[data-sp-slider="1"].type-01.col2 .col:nth-child(2n+2) {
    margin-right: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.col2 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.col2 .col:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .box-layout[data-sp-slider="1"].type-01 .col {
    display: block;
    width: 100%;
    margin-top: 4px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .box-layout[data-sp-slider="1"].type-01:nth-child(3n+3) {
    margin-right: 0;
  }
  .box-layout[data-sp-slider="1"].type-01 .col:first-child {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.sp-col3 .col {
    display: block;
    width: calc((100% - 8px) / 3);
    width: calc(((100% - 8px) / 3) - 0.1px) \0 ;
    margin-top: 4px;
    margin-right: 4px;
    /* for IE */
  }
  .box-layout[data-sp-slider="1"].type-01.sp-col3 .col:nth-child(3n+3) {
    margin-right: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.sp-col3 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.sp-col3 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.sp-col3 .col:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .box-layout[data-sp-slider="1"].type-01.col3 .col {
    display: block;
    width: calc((100% - 8px) / 3);
    width: calc(((100% - 8px) / 3) - 0.1px) \0 ;
    margin-top: 4px;
    margin-right: 4px;
    /* for IE */
  }
  .box-layout[data-sp-slider="1"].type-01.col3 .col:nth-child(3n+3) {
    margin-right: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.col3 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.col3 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.col3 .col:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .box-layout[data-sp-slider="1"].type-01 .col {
    display: block;
    width: 100%;
    margin-top: 4px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .box-layout[data-sp-slider="1"].type-01:nth-child(4n+4) {
    margin-right: 0;
  }
  .box-layout[data-sp-slider="1"].type-01 .col:first-child {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.sp-col4 .col {
    display: block;
    width: calc((100% - 12px) / 4);
    margin-top: 4px;
    margin-right: 4px;
  }
  .box-layout[data-sp-slider="1"].type-01.sp-col4 .col:nth-child(4n+4) {
    margin-right: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.sp-col4 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.sp-col4 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.sp-col4 .col:nth-child(3) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.sp-col4 .col:nth-child(4) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .box-layout[data-sp-slider="1"].type-01.col4 .col {
    display: block;
    width: calc((100% - 12px) / 4);
    margin-top: 4px;
    margin-right: 4px;
  }
  .box-layout[data-sp-slider="1"].type-01.col4 .col:nth-child(4n+4) {
    margin-right: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.col4 .col:nth-child(1) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.col4 .col:nth-child(2) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.col4 .col:nth-child(3) {
    margin-top: 0;
  }
  .box-layout[data-sp-slider="1"].type-01.col4 .col:nth-child(4) {
    margin-top: 0;
  }
}

/* 汎用画像レイアウト */
.box-layout-image {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 30px;
}
.box-layout-image > * {
  min-height: 0;
}
.box-layout-image .box-image > img {
  text-align: center;
}
.box-layout-image .box-content {
  margin-top: 20px;
}
.box-layout-image .box-content > [class^=hdg-]:first-child {
  margin-top: 0;
}
.box-layout-image.layout-keep-sp {
  flex-direction: row;
  justify-content: flex-end;
}
@media screen and (min-width: 769px) {
  .box-layout-image.layout-keep-sp {
    justify-content: flex-end;
  }
}
.box-layout-image.layout-keep-sp .box-content {
  margin-top: 0;
  padding-right: 20px;
}
@media screen and (min-width: 769px) {
  .box-layout-image.layout-keep-sp .box-content {
    flex-grow: 1;
  }
}
.box-layout-image.layout-keep-sp .box-image img {
  width: auto;
  max-width: none;
  height: auto;
}
.box-layout-image.layout-keep-sp.layout-left {
  flex-direction: row-reverse;
}
.box-layout-image.layout-keep-sp.layout-left .box-content {
  padding-right: 0;
  padding-left: 20px;
}
.box-layout-image.layout-keep-sp .box-content {
  flex-shrink: 2;
}
@media screen and (max-width: 768px) {
  .box-layout-image.layout-keep-sp .box-image > img {
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .box-layout-image {
    flex-direction: row;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .box-layout-image {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 769px) {
  .box-layout-image .box-content {
    margin-top: 0;
    padding-right: 20px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .box-layout-image .box-content {
    flex-grow: 1;
  }
}
@media screen and (min-width: 769px) {
  .box-layout-image .box-image img {
    width: auto;
    max-width: none;
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  .box-layout-image.layout-left {
    flex-direction: row-reverse;
  }
  .box-layout-image.layout-left .box-content {
    padding-right: 0;
    padding-left: 20px;
  }
}

/* ============================================================================
 * メディア系モジュール
 * ========================================================================= */
/* 動画フレーム */
.box-movie-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.box-movie-frame iframe,
.box-movie-frame video {
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ============================================================================
* フォーム系モジュール
* ========================================================================= */
.form-checkbox {
  display: inline-block;
  position: relative;
  width: auto;
  font-size: 1.4rem;
  cursor: pointer;
}
.form-checkbox > .item {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.form-checkbox > .item:checked + span::before {
  border: none;
  background-color: #EA5504;
}
.form-checkbox > .item:checked + span::after {
  display: block;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 3px;
  width: 9px;
  height: 8px;
  transform: translateY(-50%);
  background: url("/share/images/icon_check_01.png") no-repeat;
  background-size: contain;
  content: "";
}
.form-checkbox > .item:disabled + span {
  cursor: default;
  opacity: 0.6;
}
.form-checkbox > span {
  display: flex;
  position: relative;
  align-items: center;
  padding: 2px 0 0 25px;
  line-height: 1.5;
}
.form-checkbox > span::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
  border: 1px solid #D1D2D2;
  background-color: #FFF;
  content: "";
}
@media screen and (min-width: 769px) {
  .form-checkbox > .item:checked + span::after {
    width: 11px;
    height: 10px;
  }
  .form-checkbox > span::before {
    width: 17px;
    height: 17px;
  }
}

/* ============================================================================
 * 固有モジュール
 * ========================================================================= */
/* カルーセル
  * ========================================================================= */
.box-carousel-wrapper {
  overflow: hidden;
}

/* カルーセルモジュール 1 */
.box-carousel-01 .panel {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .box-carousel-01 .panel {
    margin: 0 13.3333333333vw;
  }
}
.box-carousel-01 .panel .panel-image {
  text-align: center;
}
.box-carousel-01 .panel .panel-image .panel-image-inr {
  display: inline-block;
  overflow: hidden;
}
.box-carousel-01 .panel .panel-image img {
  transition: transform 0.5s;
}
.box-carousel-01 .panel:hover .panel-image img, .box-carousel-01 .panel:focus .panel-image img, .box-carousel-01 .panel:active .panel-image img {
  transform: scale(1.1);
}
.box-carousel-01 .panel:hover .link-arrow > span::after, .box-carousel-01 .panel:focus .link-arrow > span::after, .box-carousel-01 .panel:active .link-arrow > span::after {
  right: -0.3846em;
}
.box-carousel-01 .slick-next,
.box-carousel-01 .slick-prev {
  z-index: 1;
  width: 30px;
  height: 30px;
  outline: inherit;
}
@media screen and (min-width: 769px) {
  .box-carousel-01 .slick-next,
.box-carousel-01 .slick-prev {
    width: 38px;
    height: 38px;
  }
}
.box-carousel-01 .slick-next::before,
.box-carousel-01 .slick-prev::before {
  display: block;
  width: 22.5px;
  height: 22.5px;
  content: "";
}
@media screen and (min-width: 769px) {
  .box-carousel-01 .slick-next::before,
.box-carousel-01 .slick-prev::before {
    width: 27px;
    height: 27px;
  }
}
.box-carousel-01 .slick-next {
  right: -56px;
}
.box-carousel-01 .slick-next::before {
  transform: rotate(45deg);
  border-top: 2px solid #EA5504;
  border-right: 2px solid #EA5504;
}
.box-carousel-01 .slick-prev {
  left: -46px;
}
.box-carousel-01 .slick-prev::before {
  transform: rotate(-45deg);
  border-top: 2px solid #EA5504;
  border-left: 2px solid #EA5504;
}
@media screen and (max-width: 768px) {
  .box-carousel-01 .slick-dots {
    position: static;
  }
  .box-carousel-01 .slick-dots > li {
    margin: 0 2px;
  }
  .box-carousel-01 .slick-dots > li button::before {
    width: 20px;
    height: 20px;
    font-size: 1.3rem;
  }
  .box-carousel-01 .slick-dots > li.slick-active button::before {
    color: #5D6164;
    opacity: 1;
  }
  .box-carousel-01 .slick-dots > li.slick-active button::after {
    display: block;
    z-index: 0;
    position: absolute;
    top: -2px;
    right: -3px;
    bottom: 0;
    width: 10px;
    height: 2px;
    margin: auto 0;
    background-color: #5D6164;
    content: "";
  }
  .box-carousel-01 .slick-next {
    right: 27px;
  }
  .box-carousel-01 .slick-prev {
    left: 30px;
  }
}

/* ニュースリリース検索エリア */
.box-newssearch-wrapper .box-news-search {
  max-width: 980px;
  margin: 70px auto 0;
}
@media screen and (max-width: 768px) {
  .box-newssearch-wrapper .box-news-search {
    margin-top: 50px;
  }
}
.box-newssearch-wrapper .btn-search-toggle {
  display: block;
  position: relative;
  width: 100%;
  padding: 22px 30px;
  overflow: hidden;
  background-color: #EA5504;
  color: #FFF;
  font-weight: bold;
  font-size: 1.6rem;
}
.box-newssearch-wrapper .btn-search-toggle::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 68px;
  background-color: #333;
  content: "";
}
@media screen and (max-width: 768px) {
  .box-newssearch-wrapper .btn-search-toggle {
    padding: 4px 13px;
    font-size: 1.6rem;
  }
  .box-newssearch-wrapper .btn-search-toggle::before {
    width: 33px;
  }
}
@media screen and (min-width: 769px) {
  .box-newssearch-wrapper .btn-search-toggle {
    padding-top: 14px;
    padding-bottom: 6px;
    font-size: 3.2rem;
  }
}
.box-newssearch-wrapper .btn-search-toggle .btn-search-toggle-arrow {
  display: block;
  position: absolute;
  top: 0;
  right: 28px;
  bottom: 0;
  width: 13px;
  height: 13px;
  margin: auto 0;
  transform: rotate(-45deg);
  border-bottom: 3px solid #FFF;
  border-left: 3px solid #FFF;
  text-indent: -9999px;
  transition: transform 0.5s;
}
@media screen and (max-width: 768px) {
  .box-newssearch-wrapper .btn-search-toggle .btn-search-toggle-arrow {
    right: 10px;
    transform: rotate(-45deg) scale(0.8);
  }
}
.box-newssearch-wrapper .btn-search-toggle.open .btn-search-toggle-arrow {
  right: 32px;
  transform: rotate(135deg) translateY(-50%);
  border-bottom: 3px solid #FFF;
  border-left: 3px solid #FFF;
}
@media screen and (max-width: 768px) {
  .box-newssearch-wrapper .btn-search-toggle.open .btn-search-toggle-arrow {
    right: 15px;
    transform: rotate(135deg) translateY(-50%) scale(0.8);
  }
}
.box-newssearch-wrapper .list-search-choice {
  padding: 30px;
  overflow: hidden;
  border-right: 2px solid #EA5504;
  border-bottom: 2px solid #EA5504;
  border-left: 2px solid #EA5504;
}
@media screen and (max-width: 768px) {
  .box-newssearch-wrapper .list-search-choice {
    padding: 16px 8px;
  }
}
.box-newssearch-wrapper .list-search-choice > li:last-child {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .box-newssearch-wrapper .list-search-choice > li:last-child {
    margin-top: 24px;
  }
}
.box-newssearch-wrapper .list-search-choice .tag-category,
.box-newssearch-wrapper .list-search-choice .tag-year {
  margin-top: -10px;
}
.box-newssearch-wrapper .list-search-choice .tag-category > ul,
.box-newssearch-wrapper .list-search-choice .tag-year > ul {
  display: flex;
  flex-wrap: wrap;
}
.box-newssearch-wrapper .list-search-choice .tag-category > ul li,
.box-newssearch-wrapper .list-search-choice .tag-year > ul li {
  position: relative;
  text-align: center;
}
.box-newssearch-wrapper .list-search-choice .tag-category > ul li input,
.box-newssearch-wrapper .list-search-choice .tag-year > ul li input {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
.box-newssearch-wrapper .list-search-choice .tag-category > ul li label,
.box-newssearch-wrapper .list-search-choice .tag-year > ul li label {
  display: block;
  z-index: 2;
  position: relative;
  width: 100%;
  padding: 1em;
  border-radius: 17px;
  background-color: #E7E7E7;
  color: #23323B;
  font-size: 1rem;
  transition: background-color 0.5s;
}
@media screen and (min-width: 769px) {
  .box-newssearch-wrapper .list-search-choice .tag-category > ul li label,
.box-newssearch-wrapper .list-search-choice .tag-year > ul li label {
    padding: 0.3125em 1.25em;
    font-size: 1.4rem;
  }
}
.box-newssearch-wrapper .list-search-choice .tag-category > ul li input:focus + label,
.box-newssearch-wrapper .list-search-choice .tag-year > ul li input:focus + label {
  outline: -webkit-focus-ring-color auto 5px;
}
.box-newssearch-wrapper .list-search-choice .tag-category > ul li input:checked + label,
.box-newssearch-wrapper .list-search-choice .tag-year > ul li input:checked + label {
  background-color: #5D6164;
  color: #FFF;
}
.box-newssearch-wrapper .list-search-choice .tag-category > ul li input:disabled + label,
.box-newssearch-wrapper .list-search-choice .tag-year > ul li input:disabled + label {
  opacity: 0.6;
}
.box-newssearch-wrapper .list-search-choice .tag-category {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .box-newssearch-wrapper .list-search-choice .tag-category > ul > li {
    width: calc(50% - 5px);
    margin-top: 10px;
    margin-right: 10px;
  }
  .box-newssearch-wrapper .list-search-choice .tag-category > ul > li:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .box-newssearch-wrapper .list-search-choice .tag-category > ul > li {
    width: calc((100% - 60px) / 4);
    margin-top: 10px;
    margin-right: 20px;
  }
  .box-newssearch-wrapper .list-search-choice .tag-category > ul > li:nth-child(4n+4) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .box-newssearch-wrapper .list-search-choice .tag-year {
    padding-top: 10px;
    border-top: 1px solid #E7E7E7;
  }
}
.box-newssearch-wrapper .list-search-choice .tag-year > ul > li {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .box-newssearch-wrapper .list-search-choice .tag-year > ul > li {
    width: calc(25% - 8px);
    margin-top: 10px;
    margin-right: 10px;
  }
  .box-newssearch-wrapper .list-search-choice .tag-year > ul > li:nth-child(4n+4) {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .box-newssearch-wrapper .list-search-choice .tag-year > ul > li {
    width: calc((100% - 140px) / 8);
    margin-top: 10px;
    margin-right: 20px;
  }
  .box-newssearch-wrapper .list-search-choice .tag-year > ul > li:nth-child(8n+8) {
    margin-right: 0;
  }
}
.box-newssearch-wrapper .btn-reset-filter {
  display: block;
  max-width: 105px;
  margin-right: 0;
  margin-left: auto;
  padding-right: 35px;
  background-image: url("/share/images/icon_reset_01_on.png");
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  color: #EA5504;
  font-size: 1.4rem;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .box-newssearch-wrapper .btn-reset-filter {
    font-size: 1.7rem;
  }
}
.box-newssearch-wrapper .box-text-result {
  margin-top: 45px;
  margin-bottom: 30px;
  border-bottom: 2px solid #EA5504;
  color: #EA5504;
  font-weight: bold;
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) {
  .box-newssearch-wrapper .box-text-result {
    margin-top: 50px;
    margin-bottom: 60px;
    font-size: 2rem;
  }
}
.box-newssearch-wrapper .box-text-result .text-result-num {
  padding-left: 5px;
  font-size: 3.2rem;
}
@media screen and (min-width: 769px) {
  .box-newssearch-wrapper .box-text-result .text-result-num {
    font-size: 4.8rem;
  }
}
.box-newssearch-wrapper .box-news-result > .box-inner {
  display: flex;
  flex-flow: row wrap;
}
.box-newssearch-wrapper .box-news-result > .box-inner > * {
  width: 100%;
}
.box-newssearch-wrapper .box-news-result > .box-inner > .box-text-result {
  order: -1;
}
.box-newssearch-wrapper .box-content > [class^=hdg-]:first-child {
  margin-top: 0;
}
.box-newssearch-wrapper .panel-news {
  margin-bottom: 15px;
  padding: 13.5px 41.5px 15px 15px;
  border-bottom: 2px solid #EA5504;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .box-newssearch-wrapper .panel-news {
    margin-bottom: 20px;
    padding: 15px 50px 15px 40px;
    font-size: 1.6rem;
  }
}
.box-newssearch-wrapper .panel-news .panel-info {
  position: relative;
}
.box-newssearch-wrapper .panel-news .panel-info .title {
  font-weight: bold;
}
.box-newssearch-wrapper .panel-news .panel-info .link a {
  display: block;
}
.box-newssearch-wrapper .panel-news .panel-info .link .icon-pdf,
.box-newssearch-wrapper .panel-news .panel-info .link .icon-blank {
  display: block;
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  width: 23px;
  height: 23px;
  margin: auto 0;
}

/* パイプライン
 * ========================================================================= */
.box-pipeline {
  max-width: 1043px;
  margin: 0 auto;
  margin-top: 80px;
  padding: 20px;
  border: 1px solid #BCBCBC;
  background-color: #EA5504;
  color: #FFF;
}
@media screen and (max-width: 1080px) {
  .box-pipeline {
    margin-right: 23px;
    margin-left: 23px;
  }
}
.box-pipeline a {
  color: #FFF;
}
.box-pipeline ul,
.box-pipeline li {
  margin: 0;
  padding: 0;
}
.box-pipeline ul > li,
.box-pipeline li > li {
  list-style-type: none;
}
.box-pipeline .box-pipeline-menu {
  margin-bottom: 26px;
}
.box-pipeline .box-pipeline-menu > ul {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #FFF;
}
.box-pipeline .box-pipeline-menu > ul > li {
  width: 50%;
}
.box-pipeline .box-pipeline-menu > ul > li a {
  display: block;
  font-size: 2.4rem;
  text-align: center;
  transition-duration: 0.5s;
}
.box-pipeline .box-pipeline-menu > ul > li:hover > a, .box-pipeline .box-pipeline-menu > ul > li:focus > a, .box-pipeline .box-pipeline-menu > ul > li:active > a {
  background-color: #FFF;
  color: #EA5504;
}
.box-pipeline .searchBody table {
  display: block;
  width: 100%;
  font-size: 1.4rem;
}
.box-pipeline .searchBody table tbody {
  display: block;
}
.box-pipeline .searchBody table th,
.box-pipeline .searchBody table td {
  vertical-align: middle;
}
.box-pipeline .searchBody table th {
  font-size: 2.4rem;
}
.box-pipeline .searchBody table span {
  display: inline-block;
  margin-right: 20px;
}
.box-pipeline .searchBody table span:last-child {
  margin-right: 0;
}
.box-pipeline .box-pipeline-option .headBox {
  display: flex;
  flex-flow: row nowrap;
  background-color: rgba(255, 255, 255, 0.8);
  color: #EA5504;
  font-weight: bold;
}
.box-pipeline .box-pipeline-option .headBox > * {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 20%;
}
.box-pipeline .box-pipeline-option .headBox > *:not(:last-child) {
  padding-right: 20;
}
.box-pipeline .box-pipeline-option .headBox > *:not(:last-child)::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 15px;
  height: 2px;
  transform: translateY(50%) rotate(-45deg);
  background-color: #EA5504;
  content: "";
}
.box-pipeline .dataBox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px 0;
  font-size: 1.4rem;
  cursor: pointer;
  transition: all 0.8s ease;
}
.box-pipeline .dataBox > *:not(:last-child) {
  width: 16.6666%;
}
.box-pipeline .dataBox:not(:last-child) {
  border-bottom: 1px solid #FFF;
}
.box-pipeline .dataBox .open {
  display: none;
  width: 100%;
  padding: 20px 40px;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 1.2rem;
}
.box-pipeline .dataBox .open > table th {
  font-weight: bold;
}

/* ============================================================================
* 調整クラス
* ========================================================================= */
/* ----------------------------------------------------------------------------
* 文字のサイズ.fs-
* ------------------------------------------------------------------------- */
.fs-s {
  font-size: 0.9em !important;
}

.fs-l {
  font-size: 1.2em !important;
}

.fs-xl {
  font-size: 1.5em !important;
}

/* ----------------------------------------------------------------------------
* 文字の太さ イタリック .text-
* ------------------------------------------------------------------------- */
.text-bold {
  font-weight: bold !important;
}

.text-italic {
  font-style: italic !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-orange {
  color: #EA5504 !important;
}

/* ----------------------------------------------------------------------------
* 文字の位置揃え .align-
* ------------------------------------------------------------------------- */
.align-r {
  text-align: right !important;
}

.align-c {
  text-align: center !important;
}

.align-l {
  text-align: left !important;
}

.valign-t {
  vertical-align: top !important;
}

.valign-m {
  vertical-align: middle !important;
}

.valign-b {
  vertical-align: bottom !important;
}

/* ----------------------------------------------------------------------------
* 幅調整 .w99
* ------------------------------------------------------------------------- */
.w-1 {
  width: 1% !important;
}

.w-2 {
  width: 2% !important;
}

.w-3 {
  width: 3% !important;
}

.w-4 {
  width: 4% !important;
}

.w-5 {
  width: 5% !important;
}

.w-6 {
  width: 6% !important;
}

.w-7 {
  width: 7% !important;
}

.w-8 {
  width: 8% !important;
}

.w-9 {
  width: 9% !important;
}

.w-10 {
  width: 10% !important;
}

.w-11 {
  width: 11% !important;
}

.w-12 {
  width: 12% !important;
}

.w-13 {
  width: 13% !important;
}

.w-14 {
  width: 14% !important;
}

.w-15 {
  width: 15% !important;
}

.w-16 {
  width: 16% !important;
}

.w-17 {
  width: 17% !important;
}

.w-18 {
  width: 18% !important;
}

.w-19 {
  width: 19% !important;
}

.w-20 {
  width: 20% !important;
}

.w-21 {
  width: 21% !important;
}

.w-22 {
  width: 22% !important;
}

.w-23 {
  width: 23% !important;
}

.w-24 {
  width: 24% !important;
}

.w-25 {
  width: 25% !important;
}

.w-26 {
  width: 26% !important;
}

.w-27 {
  width: 27% !important;
}

.w-28 {
  width: 28% !important;
}

.w-29 {
  width: 29% !important;
}

.w-30 {
  width: 30% !important;
}

.w-31 {
  width: 31% !important;
}

.w-32 {
  width: 32% !important;
}

.w-33 {
  width: 33% !important;
}

.w-34 {
  width: 34% !important;
}

.w-35 {
  width: 35% !important;
}

.w-36 {
  width: 36% !important;
}

.w-37 {
  width: 37% !important;
}

.w-38 {
  width: 38% !important;
}

.w-39 {
  width: 39% !important;
}

.w-40 {
  width: 40% !important;
}

.w-41 {
  width: 41% !important;
}

.w-42 {
  width: 42% !important;
}

.w-43 {
  width: 43% !important;
}

.w-44 {
  width: 44% !important;
}

.w-45 {
  width: 45% !important;
}

.w-46 {
  width: 46% !important;
}

.w-47 {
  width: 47% !important;
}

.w-48 {
  width: 48% !important;
}

.w-49 {
  width: 49% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-100 {
  width: 100% !important;
}

/* ----------------------------------------------------------------------------
* 余白調整 .pt
* ------------------------------------------------------------------------- */
.pt-0 {
  padding-top: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

/* ----------------------------------------------------------------------------
* 余白調整 .pb
* ------------------------------------------------------------------------- */
.pb-0 {
  padding-bottom: 0px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

/* ----------------------------------------------------------------------------
* 余白調整 .pl
* ------------------------------------------------------------------------- */
.pl-0 {
  padding-left: 0px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

/* ----------------------------------------------------------------------------
* 余白調整 .pl
* ------------------------------------------------------------------------- */
.pr-0 {
  padding-right: 0px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

/* ----------------------------------------------------------------------------
* 余白調整 .mt
* ------------------------------------------------------------------------- */
.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

/* ----------------------------------------------------------------------------
* 余白調整 .mb
* ------------------------------------------------------------------------- */
.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

/* ----------------------------------------------------------------------------
* 余白調整 .mr
* ------------------------------------------------------------------------- */
.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

/* ----------------------------------------------------------------------------
* 余白調整 .ml
* ------------------------------------------------------------------------- */
.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

@media screen and (max-width: 768px) {
  /* SPの時に表示させる */
  .sp-hide {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  /* PCの時に表示させる */
  .pc-hide {
    display: none !important;
  }
}
/* ----------------------------------------------------------------------------
* 改行
* ------------------------------------------------------------------------- */
.word-b {
  word-break: break-all;
}

/* ----------------------------------------------------------------------------
* 画像コピーガード.copy-guard
* ------------------------------------------------------------------------- */
.copy-guard {
  -webkit-user-select: none;
  display: inline-block;
  pointer-events: none;
          user-select: none;
}

/* ============================================================================
* ページ固有スタイル
* ========================================================================= */
/* TOPページ
* ========================================================================= */
.box-innumber-top .hdg {
  color: #EA5504;
  font-weight: bold;
  font-size: 2.5rem;
}
@media screen and (min-width: 769px) {
  .box-innumber-top .hdg {
    font-size: 2.4rem;
  }
}

/* TOP: Careers
* ========================================================================= */
.box-careers-top {
  margin-top: 113.5px;
  margin-bottom: 16px;
}
.box-careers-top .text-lead {
  margin-bottom: 30px;
}
.box-careers-top .box-layout-btn {
  margin-top: 105px;
}
@media screen and (min-width: 769px) {
  .box-careers-top .box-layout-btn {
    margin-top: 170px;
  }
}
@media screen and (min-width: 769px) {
  .box-careers-top {
    margin-top: 236px;
  }
}

/* TOP: メインビジュアル
* ========================================================================= */
.box-mainvisual {
  position: relative;
  height: 450px;
  overflow: hidden;
  background-image: url("/images/index_img_mv.jpg");
  background-position: 50% 10%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .box-mainvisual {
    height: 607px;
  }
}
.box-mainvisual .box-inner {
  position: absolute;
  bottom: -148px;
  left: -43px;
  width: 431px;
  height: 299px;
  background-image: url("/images/index_img_mv_circle.svg");
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .box-mainvisual .box-inner {
    bottom: -53px;
    left: -79px;
    width: 1004px;
    height: 344px;
  }
}
.box-mainvisual .box-inner .box-mainvisual-hdg {
  padding: 44px 50px 45px 71px;
  color: #FFF;
  font-size: 2.1rem;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .box-mainvisual .box-inner .box-mainvisual-hdg {
    padding: 103px 50px 45px 124px;
    font-size: 3.7rem;
  }
}

/* TOP: inNumber
* ========================================================================= */
.box-innumber-top .hdg {
  margin: 100px 0 30px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .box-innumber-top .hdg {
    margin-bottom: 40px;
  }
}
.box-innumber-top .box-innumber-inr {
  position: relative;
  width: 100%;
  height: 480px;
  padding-bottom: 30px;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .box-innumber-top .box-innumber-inr {
    height: 300px;
  }
}
.box-innumber-top .box-innumber-inr .animation-toggle-btn {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  border: 1px solid #5D6164;
  border-radius: 50%;
}
@media screen and (max-width: 769px) {
  .box-innumber-top .box-innumber-inr .animation-toggle-btn {
    width: 20px;
    height: 20px;
    margin-left: -10px;
  }
}
.box-innumber-top .box-innumber-inr .animation-toggle-btn::before, .box-innumber-top .box-innumber-inr .animation-toggle-btn::after {
  display: block;
  width: 3px;
  height: 12px;
  border: 0;
  background: #5D6164;
  content: "";
}
@media screen and (max-width: 769px) {
  .box-innumber-top .box-innumber-inr .animation-toggle-btn::before, .box-innumber-top .box-innumber-inr .animation-toggle-btn::after {
    width: 1px;
    height: 8px;
  }
}
.box-innumber-top .box-innumber-inr .animation-toggle-btn::before {
  margin-right: 3px;
}
.box-innumber-top .box-innumber-inr .animation-toggle-btn::after {
  display: block;
  content: "";
}
.box-innumber-top .box-innumber-inr .animation-toggle-btn.paused::before {
  width: auto;
  height: auto;
  margin-right: 0;
  margin-left: 3.25px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7.5px solid #5D6164;
  background: transparent;
}
.box-innumber-top .box-innumber-inr .animation-toggle-btn.paused::after {
  content: none;
}
.box-innumber-top .box-innumber-inr .animation-toggle-btn > span {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}
.box-innumber-top .box-innumber-inr .innumber-item {
  position: absolute;
  left: 0;
  transition: opacity 0.3s;
  /*
  * about duration
  *
  * small : 24 ~ 26s
  * middle: 20 ~ 22s
  * big   : 16 ~ 18s
  */
  /* 4 antibody drugs released */
  /* 6 antibody drugs in pipeline */
  /* 18 drugs in development */
  /* 40 markets reach worldwide */
  /* 39% overseas sales */
  /* 40 group companies */
  /* 37 years of innovation */
  /* core operating profit 59.4 billion yen */
  /* annual revenue 305 billion yen */
  /* 5,267 employees */
  /* over 70-year heritage */
}
.box-innumber-top .box-innumber-inr .innumber-item.inactive {
  opacity: 0.3 !important;
}
.box-innumber-top .box-innumber-inr .innumber-item[data-name=item1] {
  top: 50%;
  animation: innumbers-anime 26s linear -1s infinite;
  opacity: 0.3;
}
.box-innumber-top .box-innumber-inr .innumber-item[data-name=item2] {
  top: 70%;
  animation: innumbers-anime 25s linear -6s infinite;
  opacity: 0.3;
}
.box-innumber-top .box-innumber-inr .innumber-item[data-name=item3] {
  top: 12%;
  animation: innumbers-anime 20s linear -1s infinite;
}
.box-innumber-top .box-innumber-inr .innumber-item[data-name=item4] {
  top: 40%;
  animation: innumbers-anime 24s linear -18s infinite;
  opacity: 0.3;
}
.box-innumber-top .box-innumber-inr .innumber-item[data-name=item5] {
  top: 70%;
  animation: innumbers-anime 18s linear -12s infinite;
}
.box-innumber-top .box-innumber-inr .innumber-item[data-name=item6] {
  top: 80%;
  animation: innumbers-anime 21s linear -2s infinite;
}
.box-innumber-top .box-innumber-inr .innumber-item[data-name=item7] {
  top: 35%;
  animation: innumbers-anime 22s linear -20s infinite;
  opacity: 0.6;
}
.box-innumber-top .box-innumber-inr .innumber-item[data-name=item8] {
  top: 60%;
  animation: innumbers-anime 17s linear -6s infinite;
}
.box-innumber-top .box-innumber-inr .innumber-item[data-name=item9] {
  top: 11%;
  animation: innumbers-anime 20s linear -13s infinite;
  opacity: 0.6;
}
.box-innumber-top .box-innumber-inr .innumber-item[data-name=item10] {
  top: 10%;
  animation: innumbers-anime 16s linear -2s infinite;
  opacity: 0.6;
}
.box-innumber-top .box-innumber-inr .innumber-item[data-name=item11] {
  top: 45%;
  animation: innumbers-anime 19s linear -3s infinite;
  opacity: 0.3;
}
.box-innumber-top .box-innumber-inr .innumber-item img {
  max-width: none;
  vertical-align: middle;
}
@media screen and (max-width: 769px) {
  .box-innumber-top .box-innumber-inr .innumber-item {
    /* 4 antibody drugs released */
    /* 6 antibody drugs in pipeline */
    /* 19 drugs in development */
    /* 40 markets reach worldwide */
    /* 39% overseas sales */
    /* 40 group companies */
    /* 37 years of innovation */
    /* core operating profit 59.4 billion yen */
    /* annual revenue 305 billion yen */
    /* 5,267 employees */
    /* over 70-year heritage */
  }
  .box-innumber-top .box-innumber-inr .innumber-item[data-name=item1] img {
    width: 46px;
  }
  .box-innumber-top .box-innumber-inr .innumber-item[data-name=item2] img {
    width: 68.5px;
  }
  .box-innumber-top .box-innumber-inr .innumber-item[data-name=item3] img {
    width: 90.5px;
  }
  .box-innumber-top .box-innumber-inr .innumber-item[data-name=item4] img {
    width: 89px;
  }
  .box-innumber-top .box-innumber-inr .innumber-item[data-name=item5] img {
    width: 88px;
  }
  .box-innumber-top .box-innumber-inr .innumber-item[data-name=item6] img {
    width: 100px;
  }
  .box-innumber-top .box-innumber-inr .innumber-item[data-name=item7] img {
    width: 46.5px;
  }
  .box-innumber-top .box-innumber-inr .innumber-item[data-name=item8] img {
    width: 83.9px;
  }
  .box-innumber-top .box-innumber-inr .innumber-item[data-name=item9] img {
    width: 63px;
  }
  .box-innumber-top .box-innumber-inr .innumber-item[data-name=item10] img {
    width: 101.5px;
  }
  .box-innumber-top .box-innumber-inr .innumber-item[data-name=item11] img {
    width: 47px;
  }
}
.box-innumber-top .box-innumber-inr .innumber-item.paused {
  animation-play-state: paused;
}
.box-innumber-top .box-innumber-inr .innumbers-active-window {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.box-innumber-top .box-innumber-inr .innumbers-active-window.active {
  display: flex;
}
.box-innumber-top .box-innumber-inr .innumbers-active-window .active-number-box {
  position: relative;
}
.box-innumber-top .box-innumber-inr .innumbers-active-window .item {
  display: none;
  background: #FFF;
}
.box-innumber-top .box-innumber-inr .innumbers-active-window .item.active {
  display: block;
  background: transparent;
  animation: scaleUp 0.5s ease-in-out both;
}
.box-innumber-top .box-innumber-inr .innumbers-active-window .close-btn {
  position: absolute;
  top: -34px;
  right: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #EA5504;
  border-radius: 50%;
}
.box-innumber-top .box-innumber-inr .innumbers-active-window .close-btn::before, .box-innumber-top .box-innumber-inr .innumbers-active-window .close-btn::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  margin: -1px 0 0 -8px;
  background: #EA5504;
  content: "";
}
.box-innumber-top .box-innumber-inr .innumbers-active-window .close-btn::before {
  transform: rotate(45deg);
}
.box-innumber-top .box-innumber-inr .innumbers-active-window .close-btn::after {
  transform: rotate(-45deg);
}
.box-innumber-top .box-innumber-inr .innumbers-active-window .close-btn span {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}
@keyframes innumbers-anime {
  0% {
    left: -213px;
  }
  100% {
    left: 100%;
  }
}
@keyframes scaleUp {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
  }
}

/* TOP: inNumber
* ========================================================================= */
.box-ourphilosophy-top {
  margin-top: 100px;
}
@media screen and (min-width: 769px) {
  .box-ourphilosophy-top {
    margin-top: 100px;
  }
}

/* TOP: Core values
* ========================================================================= */
.box-corevalue-top {
  margin-top: 113.5px;
  margin-bottom: 16px;
  /* モーダルエリア */
}
@media screen and (min-width: 769px) {
  .box-corevalue-top {
    margin-top: 145px;
  }
}
.box-corevalue-top .box-corevalue-wrapper {
  position: relative;
  height: 156.8vw;
  background-image: url("/images/index_bg_corevalue_02.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .box-corevalue-top .box-corevalue-wrapper {
    margin-top: 27.5px;
    margin-bottom: 97.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .box-corevalue-top .box-corevalue-wrapper {
    height: 1186px;
    margin-top: 40px;
    background-image: url("/images/index_bg_corevalue_01.jpg");
  }
}
.box-corevalue-top .box-corevalue-wrapper > .box-inner {
  position: relative;
  height: 100%;
}
.box-corevalue-top .box-corevalue-wrapper .parts-feature {
  z-index: 1;
  position: absolute;
  height: auto;
  transition: transform 0.5s ease;
}
@media screen and (max-width: 768px) {
  .box-corevalue-top .box-corevalue-wrapper .parts-feature {
    outline: 0;
    cursor: auto;
  }
}
@media screen and (min-width: 768px) {
  .box-corevalue-top .box-corevalue-wrapper .parts-feature {
    width: 48%;
  }
}
.box-corevalue-top .box-corevalue-wrapper .parts-feature-before {
  display: none;
  transition: 0.5s;
}
.box-corevalue-top .box-corevalue-wrapper .parts-feature-before.minimum {
  transform: scale(0.75, 0.75);
}
.box-corevalue-top .box-corevalue-wrapper .parts-feature-after {
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .box-corevalue-top .box-corevalue-wrapper .parts-feature-after {
    display: none;
  }
}
.box-corevalue-top .box-corevalue-wrapper .parts-commitment {
  top: 17.8666666667vw;
  left: 0;
  width: 59.8666666667vw;
}
@media screen and (min-width: 769px) {
  .box-corevalue-top .box-corevalue-wrapper .parts-commitment {
    top: 200px;
    left: 14px;
  }
}
.box-corevalue-top .box-corevalue-wrapper .parts-innovation {
  right: 1.3333333333vw;
  bottom: -5.4666666667vw;
  width: 63.8666666667vw;
}
@media screen and (min-width: 889px) {
  .box-corevalue-top .box-corevalue-wrapper .parts-innovation {
    right: 20px;
  }
}
@media screen and (min-width: 769px) {
  .box-corevalue-top .box-corevalue-wrapper .parts-innovation {
    bottom: 250px;
    left: 430px;
  }
}
.box-corevalue-top .box-corevalue-wrapper .parts-innovation .parts-feature-before.minimum ~ .parts-feature-after {
  transform: scale(0.5240805604, 0.5248414376) !important;
  transform-origin: 18.5% 85%;
}
.box-corevalue-top .box-corevalue-wrapper .parts-innovation .parts-feature-after {
  transform-origin: left 105%;
}
.box-corevalue-top .box-corevalue-wrapper .parts-innovation .parts-feature-after.minimum {
  transform: scale(0.6987740806, 0.6997885835);
}
.box-corevalue-top .box-corevalue-wrapper .parts-integrity {
  bottom: -52.6666666667vw;
  left: 0;
  width: 53.7333333333vw;
}
@media screen and (min-width: 769px) {
  .box-corevalue-top .box-corevalue-wrapper .parts-integrity {
    bottom: 20px;
    left: -50px;
  }
}
.box-corevalue-top .box-corevalue-wrapper .parts-integrity .parts-feature-before.minimum ~ .parts-feature-after {
  transform: scale(0.5222132472, 0.5475161987) !important;
  transform-origin: 18% 82%;
}
.box-corevalue-top .box-corevalue-wrapper .parts-integrity .parts-feature-after {
  transform-origin: left 105%;
}
.box-corevalue-top .box-corevalue-wrapper .parts-integrity .parts-feature-after.minimum {
  transform: scale(0.6962843296, 0.7300215983);
}
.box-corevalue-top .box-corevalue-wrapper .parts-temwork {
  right: 0;
  bottom: -97.6vw;
  width: 60.6666666667vw;
}
@media screen and (min-width: 884px) {
  .box-corevalue-top .box-corevalue-wrapper .parts-temwork {
    right: 140px;
    bottom: -180px;
  }
}
@media screen and (min-width: 769px) {
  .box-corevalue-top .box-corevalue-wrapper .parts-temwork {
    right: 30px;
    bottom: -180px;
  }
}
.box-corevalue-top .box-corevalue-wrapper .parts-temwork .parts-feature-before.minimum ~ .parts-feature-after {
  transform: scale(0.5242718447, 0.5243902439) !important;
  transform-origin: 81.5% 84.5%;
}
.box-corevalue-top .box-corevalue-wrapper .parts-temwork .parts-feature-after {
  transform-origin: right 105%;
}
.box-corevalue-top .box-corevalue-wrapper .parts-temwork .parts-feature-after.minimum {
  transform: scale(0.6990291262, 0.6991869919);
}

.js-enable .box-preview-globalarea .box-preview-globalarea-outer .box-image {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  max-width: none;
  height: 645px;
  min-height: 100%;
  overflow: hidden;
}
.js-enable .box-preview-globalarea .box-preview-globalarea-outer .box-image img {
  z-index: 2;
  position: absolute;
  right: 50%;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  transform: translateX(50%);
}
.js-enable .box-preview-globalarea .box-inner {
  padding-top: 0;
}
@media screen and (max-width: 1010px) {
  .js-enable .box-preview-globalarea .box-inner {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 769px) {
  .js-enable .box-preview-globalarea .box-inner {
    z-index: 5;
    position: relative;
    height: 591px;
  }
}
.js-enable .box-preview-globalarea .box-panel {
  z-index: 3;
  position: absolute;
  top: 50%;
  right: 87px;
  transform: translateY(-50%);
}
.js-enable .box-preview-globalarea .box-panel .panel {
  flex-flow: row nowrap;
}
.js-enable .box-preview-globalarea .box-panel .panel .box-thumb {
  overflow: hidden;
}
.js-enable .box-preview-globalarea .box-panel .panel .box-thumb > img {
  transition: transform 0.5s ease;
}
.js-enable .box-preview-globalarea .box-panel .panel:focus .box-thumb > img, .js-enable .box-preview-globalarea .box-panel .panel:active .box-thumb > img, .js-enable .box-preview-globalarea .box-panel .panel:hover .box-thumb > img {
  transform: scale(1.2);
}
.js-enable .box-preview-globalarea .box-target-panel {
  display: none;
  z-index: 10000;
  position: fixed;
  top: 0;
  right: 0;
  width: 97%;
  margin-top: 0;
  background-color: #FFF;
}
@media screen and (min-width: 769px) {
  .js-enable .box-preview-globalarea .box-target-panel {
    z-index: 5;
    position: absolute;
    top: 0;
    right: 0;
    min-height: 700px;
  }
}
.js-enable .box-preview-globalarea .box-target-panel .box-thumb > img {
  display: block;
  width: 100%;
  height: auto;
}
.js-enable .box-preview-globalarea .box-target-panel .box-content {
  position: relative;
}
.js-enable .box-preview-globalarea .box-target-panel .box-content .title {
  padding-right: 20px;
}
.js-enable .box-preview-globalarea .box-target-panel .btn-close {
  display: block;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: rgba(222, 222, 222, 0.4);
  font-size: 0;
  cursor: pointer;
}
.js-enable .box-preview-globalarea .box-target-panel .btn-close::before, .js-enable .box-preview-globalarea .box-target-panel .btn-close::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 18px;
  height: 2px;
  background-color: #EA5504;
  content: "";
}
.js-enable .box-preview-globalarea .box-target-panel .btn-close::before {
  transform: translate(50%, -50%) rotate(45deg);
}
.js-enable .box-preview-globalarea .box-target-panel .btn-close::after {
  transform: translate(50%, -50%) rotate(-45deg);
}
.js-enable .list-pyramid-accordion > li > ul {
  display: none;
}
.js-enable .panel-menu .panel-menu-group {
  position: relative;
  margin: -10px;
  padding: 10px;
  overflow: hidden;
  opacity: 0;
  transition: 1s;
}
.js-enable .panel-menu .panel-menu-group.kkc-anime_state_animation-end[aria-expanded=false], .js-enable .panel-menu .panel-menu-group.kkc-anime_state_animation-end[aria-expanded=true] {
  opacity: 1;
}
.js-enable .panel-menu .panel-menu-group:not([aria-expanded]), .js-enable .panel-menu .panel-menu-group[aria-hidden=true] {
  display: none;
}
.js-enable .panel-menu .panel-menu-group:not([class*=kkc-anime_scroll])[aria-expanded=true] {
  opacity: 1;
}
.js-enable .panel-menu .panel-menu-group .hdg-lv3-01 {
  z-index: -1;
  position: absolute;
  top: 100%;
}
.js-enable .panel-menu .panel-menu-group .panel-menu-list > li .panel-img {
  transition: transform 0.5s;
}
.js-enable .panel-menu .panel-menu-group .panel-menu-list > li:hover .panel-img, .js-enable .panel-menu .panel-menu-group .panel-menu-list > li:focus .panel-img, .js-enable .panel-menu .panel-menu-group .panel-menu-list > li:active .panel-img {
  transform: scale(1.1);
}
.js-enable .panel-menu .panel-menu-group[id*=panel-menu-subgroup-] {
  opacity: 0;
}
.js-enable .panel-menu .panel-menu-group[id*=panel-menu-subgroup-][aria-expanded=true] {
  opacity: 1;
}
.js-enable .box-corevalue-top .box-corevalue-wrapper {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .js-enable .box-corevalue-top .box-corevalue-wrapper .parts-feature {
    width: auto;
  }
}
.js-enable .box-corevalue-top .box-corevalue-wrapper .parts-feature:not(:first-child) {
  cursor: default;
}
.js-enable .box-corevalue-top .box-corevalue-wrapper .parts-feature-before {
  display: block;
}
.js-enable .box-corevalue-top .box-corevalue-wrapper .parts-feature-after {
  display: none;
}

/* TOP: At a grance
* ========================================================================= */
.box-atagrance-top {
  margin-top: 120vw;
}
@media screen and (min-width: 769px) {
  .box-atagrance-top {
    margin-top: 260px;
  }
}
.box-atagrance-top > .box-inner {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .box-atagrance-top .tile-layout-wrapper {
    margin-bottom: 20px;
  }
  .box-atagrance-top .tile-layout-wrapper:last-child {
    margin-bottom: 0;
  }
}

.tile-layout-wrapper {
  display: flex;
  flex-flow: row wrap;
}
.tile-layout-wrapper > * {
  min-height: 0;
}
@media screen and (max-width: 768px) {
  .tile-layout-wrapper .tile {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .tile-layout-wrapper:nth-child(2n+2) {
    margin-right: 0;
  }
  .tile-layout-wrapper .tile:first-child {
    margin-top: 0;
  }
  .tile-layout-wrapper.sp-col2 .tile {
    display: block;
    width: calc((100% - 20px) / 2);
    margin-top: 20px;
    margin-right: 20px;
  }
  .tile-layout-wrapper.sp-col2 .tile:nth-child(2n+2) {
    margin-right: 0;
  }
  .tile-layout-wrapper.sp-col2 .tile:nth-child(1) {
    margin-top: 0;
  }
  .tile-layout-wrapper.sp-col2 .tile:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .tile-layout-wrapper.col2 .tile {
    display: block;
    width: calc((100% - 20px) / 2);
    margin-top: 20px;
    margin-right: 20px;
  }
  .tile-layout-wrapper.col2 .tile:nth-child(2n+2) {
    margin-right: 0;
  }
  .tile-layout-wrapper.col2 .tile:nth-child(1) {
    margin-top: 0;
  }
  .tile-layout-wrapper.col2 .tile:nth-child(2) {
    margin-top: 0;
  }
}
.tile-layout-wrapper.col1 .tile {
  width: 450px;
  margin: auto;
}

.tile {
  display: block;
  position: relative;
  height: 140px;
  margin-bottom: 20px;
  overflow: hidden;
  /* 画像を拡大 */
}
@media screen and (min-width: 769px) {
  .tile {
    height: 145px;
    margin-bottom: 20px;
  }
}
.tile.size-m, .tile.size-special {
  height: 206.5px;
}
@media screen and (min-width: 769px) {
  .tile.size-m {
    height: 300px;
  }
}
.tile.size-special {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .tile.size-special {
    height: 310px;
    margin-bottom: 20px;
  }
}
.tile .title {
  color: #FFF;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .tile .title {
    font-size: 1.6rem;
  }
}
.tile .title > span {
  display: inline-block;
  position: relative;
}
.tile .title .icon {
  display: inline-block;
  position: absolute;
  left: 0;
  font-size: 0;
  transition: 0.5s ease;
}
.tile .title .icon.icon-modal {
  bottom: -20px;
  width: 20px;
  height: 20px;
  border: 1px solid #FFF;
  border-radius: 50%;
}
.tile .title .icon.icon-modal::before, .tile .title .icon.icon-modal::after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 2px;
  margin: auto;
  background-color: #FFF;
  content: "";
  transition: all 0.5s ease;
}
.tile .title .icon.icon-modal::after {
  transform: rotate(90deg);
}
.tile .title .icon.icon-arrow {
  bottom: -10px;
  width: 20px;
  height: 1px;
  background-color: #FFF;
}
.tile .title .icon.icon-arrow::after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 0;
  width: 11px;
  height: 11px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  content: "";
}
.tile .title .icon.icon-blank {
  bottom: -21px;
  width: 21px;
  height: 21px;
  background-image: url("/share/images/icon_link_blank_08.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.tile .title .icon.icon-blank::before {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 7px;
  height: 7px;
  background-image: url("/share/images/icon_link_blank_arrow_01.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  transition: transform 0.2s;
}
.tile .box-content {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 6px 13.5px;
}
@media screen and (min-width: 769px) {
  .tile .box-content {
    padding: 12px 15px;
  }
}
.tile .box-image {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 50%;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  transform: translate(50%, -50%);
}
.tile .box-image > img {
  position: absolute;
  top: 50%;
  right: 50%;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  transform: translate(50%, -50%) scale(1);
  transition-duration: 0.5s;
}
.tile:hover .box-image > img, .tile:focus .box-image > img, .tile:active .box-image > img {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) scale(1.1);
}
.tile:hover .icon.icon-modal::after, .tile:focus .icon.icon-modal::after, .tile:active .icon.icon-modal::after {
  top: 1px\0 ;
  right: -6px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  background-color: transparent;
}
.tile:hover .icon.icon-arrow, .tile:focus .icon.icon-arrow, .tile:active .icon.icon-arrow {
  transform: translateX(10px);
}
.tile:hover .icon.icon-blank::before, .tile:focus .icon.icon-blank::before, .tile:active .icon.icon-blank::before {
  transform: translate(1px, -1px);
}

.box-globalnetwork {
  margin-top: 113.5px;
  margin-bottom: 16px;
  background-color: rgba(222, 222, 222, 0.4);
}
@media screen and (max-width: 768px) {
  .box-globalnetwork {
    padding: 75px 23px 90px;
  }
}
@media screen and (min-width: 769px) {
  .box-globalnetwork {
    margin-top: 0;
    padding-top: 136px;
    background-color: #FFF;
  }
}

/* グローバルネットワーク確認エリアボックス */
.box-preview-globalarea {
  margin-top: 26px;
}
@media screen and (min-width: 769px) {
  .box-preview-globalarea {
    background-color: rgba(222, 222, 222, 0.4);
  }
}
.box-preview-globalarea .box-preview-globalarea-outer {
  position: relative;
}
@media screen and (max-width: 768px) {
  .box-preview-globalarea .box-preview-globalarea-outer .box-image {
    display: none;
  }
}
.box-preview-globalarea .box-inner {
  padding-top: 20px;
}
@media screen and (max-width: 1010px) {
  .box-preview-globalarea .box-inner {
    padding-right: 23px;
    padding-left: 23px;
  }
}
@media screen and (max-width: 768px) {
  .box-preview-globalarea .box-inner .box-panel {
    position: static;
    width: 100%;
    transform: none;
  }
}
.box-preview-globalarea .box-inner .box-panel .panel {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  width: calc(100% - 12px);
  margin-bottom: 20px;
  background-color: #FFF;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  color: #EA5504;
}
.box-preview-globalarea .box-inner .box-panel .panel:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .box-preview-globalarea .box-inner .box-panel .panel {
    width: 330px;
  }
}
.box-preview-globalarea .box-inner .box-panel .panel .title {
  color: #5D6164;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .box-preview-globalarea .box-inner .box-panel .panel .title {
    font-size: 1.6rem;
    line-height: 1;
  }
}
.box-preview-globalarea .box-inner .box-panel .panel .title > .sub {
  display: block;
  margin-top: 10px;
  color: #EA5504;
  font-size: 1rem;
}
.box-preview-globalarea .box-inner .box-panel .panel .guide {
  position: absolute;
  bottom: 5px;
  font-size: 1.2rem;
}
.box-preview-globalarea .box-inner .box-panel .panel .guide > img {
  width: 14px;
  height: 14px;
}
.box-preview-globalarea .box-inner .box-panel .panel::after {
  display: block;
  position: absolute;
  top: 0;
  right: -14px;
  bottom: 0;
  width: 18px;
  height: 34px;
  margin: auto 0;
  background-image: url("/share/images/icon_globalnetwork_01.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (min-width: 769px) {
  .box-preview-globalarea .box-inner .box-panel .panel::after {
    right: -25px;
    width: 30px;
    height: 47px;
  }
}
.box-preview-globalarea .box-inner .box-panel .panel .box-thumb {
  width: 150px;
  line-height: 0;
}
.box-preview-globalarea .box-inner .box-panel .panel .box-content {
  width: calc(100% - 150px);
  padding: 12.5px 14px 25px;
}
@media screen and (min-width: 769px) {
  .box-preview-globalarea .box-inner .box-panel .panel .box-content {
    padding: 15px 14px 24px;
  }
}
.box-preview-globalarea .box-inner .box-target-panel {
  margin-top: 20px;
  box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 769px) {
  .box-preview-globalarea .box-inner .box-target-panel {
    width: 417px;
    background-color: #FFF;
  }
}
.box-preview-globalarea .box-inner .box-target-panel .box-thumb {
  line-height: 0;
}
.box-preview-globalarea .box-inner .box-target-panel .box-content {
  padding: 20px 30px;
}
@media screen and (min-width: 769px) {
  .box-preview-globalarea .box-inner .box-target-panel .box-content {
    padding: 15px 25px;
  }
}
.box-preview-globalarea .box-inner .box-target-panel .box-content .title {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 2.1rem;
}
@media screen and (min-width: 769px) {
  .box-preview-globalarea .box-inner .box-target-panel .box-content .title {
    margin-bottom: 35px;
    font-size: 2.4rem;
  }
}
.box-preview-globalarea .box-inner .box-target-panel .box-content .title > .sub {
  display: block;
  color: #EA5504;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .box-preview-globalarea .box-inner .box-target-panel .box-content .title > .sub {
    font-size: 1.4rem;
  }
}
.box-preview-globalarea .dist-globalarea-link {
  margin-top: 15px;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .box-preview-globalarea .dist-globalarea-link {
    margin-top: 34px;
    font-size: 1.8rem;
  }
}
.box-preview-globalarea .dist-globalarea-link > dt {
  font-weight: bold;
}
.box-preview-globalarea .dist-globalarea-link > dd {
  position: relative;
  padding-left: 10px;
  color: #5D6164;
  letter-spacing: -0.7px;
}
.box-preview-globalarea .dist-globalarea-link > dd::before {
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 2px;
  background-color: #5D6164;
  content: "";
}
@media screen and (min-width: 769px) {
  .box-preview-globalarea .dist-globalarea-link > dd::before {
    top: 12px;
    background-color: #EA5504;
  }
}
.box-preview-globalarea .dist-globalarea-link > dd > a {
  color: #EA5504;
}
.box-preview-globalarea .icon-blank {
  width: 14px;
  height: 14px;
}

/* Media_Center
* ========================================================================= */
.mediacenter-01,
.mediacenter-02 {
  padding-bottom: 195px;
}
@media screen and (min-width: 769px) {
  .mediacenter-01,
.mediacenter-02 {
    padding-bottom: 120px;
  }
}
.mediacenter-01 .hdg-lv2-mediacenter,
.mediacenter-02 .hdg-lv2-mediacenter {
  margin-top: 115px;
  margin-bottom: 50px;
  color: #EA5504;
  font-weight: bold;
  font-size: 3.6rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .mediacenter-01 .hdg-lv2-mediacenter,
.mediacenter-02 .hdg-lv2-mediacenter {
    margin-top: 76.5px;
    margin-bottom: 80.5px;
    font-size: 5.4rem;
  }
}

.mediacenter-01 {
  background-color: rgba(226, 225, 225, 0.4);
}
.mediacenter-01 .box-hide-more {
  display: block;
  width: 100%;
  margin-top: 80px;
}

.mediacenter-02 {
  background-color: rgba(226, 225, 225, 0.4);
}
.mediacenter-02 .box-layout {
  justify-content: center;
}

/* History
* ========================================================================= */
.sustainability-01 {
  margin-top: 60px;
}
@media screen and (min-width: 769px) {
  .sustainability-01 {
    margin-top: 180px;
  }
}
.sustainability-01 .box-hdg2-wrapper {
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .sustainability-01 .box-hdg2-wrapper {
    margin-bottom: 140px;
  }
}
.sustainability-01 .box-hdg2-wrapper .text-lead {
  margin-bottom: 20px;
  font-size: 1.6rem;
}
.sustainability-01 .box-hdg2-wrapper .text-lead:last-child {
  margin-bottom: 0;
}

.sustainability-02 {
  margin-top: 75px;
  padding-top: 60px;
  padding-bottom: 92px;
}
@media screen and (min-width: 769px) {
  .sustainability-02 {
    margin-top: 170px;
    padding-top: 90px;
    padding-bottom: 160px;
  }
}
.sustainability-02 .box-hdg2-wrapper {
  margin-bottom: 37px;
}
@media screen and (min-width: 769px) {
  .sustainability-02 .box-hdg2-wrapper {
    margin-bottom: 50px;
  }
}

.sustainability-03 {
  margin-top: 90px;
}
@media screen and (min-width: 769px) {
  .sustainability-03 {
    margin-top: 210px;
  }
}

.sustainability-04 {
  margin-top: 90px;
  padding-top: 87px;
  padding-bottom: 88px;
}
@media screen and (min-width: 769px) {
  .sustainability-04 {
    margin-top: 210px;
    padding-top: 87px;
    padding-bottom: 88px;
  }
}
.sustainability-04 .box-hdg2-wrapper {
  margin-bottom: 27.5px;
}
@media screen and (min-width: 769px) {
  .sustainability-04 .box-hdg2-wrapper::after {
    z-index: 4;
    position: absolute;
    top: 29%;
    right: 50%;
    height: 500px;
    border-left: #EA5504 dashed 5px;
    content: "";
  }
}
@media screen and (max-width: 768px) {
  .sustainability-04 .box-hdg2-wrapper::after {
    content: none;
  }
}
@media screen and (min-width: 769px) {
  .sustainability-04 .box-hdg2-wrapper {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .sustainability-04 .box-hdg2-wrapper .hdg-lv2-02 {
    font-size: 2.6rem;
  }
}
.sustainability-04 .str-section {
  position: relative;
}

.sustainability-05 {
  margin-top: 70px;
}
@media screen and (min-width: 769px) {
  .sustainability-05 .btn-04 {
    border-radius: 38px;
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 769px) {
  .sustainability-05 {
    margin-top: 180px;
  }
}

.sustainability-06 {
  margin-top: 70px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .sustainability-06 .str-section {
    padding-right: 65px;
    padding-left: 65px;
  }
}
@media screen and (min-width: 769px) {
  .sustainability-06 {
    margin-top: 175px;
    padding-top: 110px;
    padding-bottom: 96px;
  }
}
.sustainability-06 .box-layout:first-child {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .sustainability-06 .box-layout:first-child {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 768px) {
  .sustainability-06 .box-layout:last-child .col img {
    max-width: 250px;
  }
}

/* ピラミッドレイアウト部分 */
.box-pyramid-figure {
  position: relative;
  max-width: 660px;
  margin: 0 auto 10px;
  padding-top: 16px;
  /* リンク部分 */
}
@media screen and (max-width: 768px) {
  .box-pyramid-figure {
    display: none;
  }
}
.box-pyramid-figure .box-top {
  height: 192px;
  padding-top: 20px;
  background: url("/sustainability/images/index_bg_01.png") no-repeat;
  background-position: center;
  background-size: contain;
}
.box-pyramid-figure .box-top .btn-pyramid-link {
  z-index: 10;
  width: 206px;
  height: 35px;
  margin-bottom: 20px;
  padding: 2px 0;
  font-size: 20px;
}
.box-pyramid-figure > .pyramid-content {
  z-index: 7;
  position: relative;
  max-width: 700px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 10px;
  background-color: #FFF;
}
.box-pyramid-figure > .pyramid-content:last-child {
  margin-top: 22px;
}
.box-pyramid-figure > .pyramid-content:last-child .list-pyramid-link {
  display: flex;
  flex-flow: row nowrap;
}
.box-pyramid-figure > .pyramid-content:last-child .list-pyramid-link > li {
  width: calc((100% - 28px) / 5);
  margin-right: 7px;
}
.box-pyramid-figure > .pyramid-content:last-child .list-pyramid-link > li:last-child {
  margin-right: 0;
}
.box-pyramid-figure > .pyramid-content:last-child .list-pyramid-link > li > * {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px 0 5px;
  font-size: 1.3rem;
  line-height: 1;
}
.box-pyramid-figure > .pyramid-content:last-child .list-pyramid-link > li > *.size-xl {
  height: 117px;
  margin-bottom: 7.5px;
}
.box-pyramid-figure > .pyramid-content:last-child .list-pyramid-link > li > *.size-l {
  height: 75.71px;
  margin-bottom: 8px;
}
.box-pyramid-figure > .pyramid-content:last-child .list-pyramid-link > li > *.size-m {
  height: 47.482px;
  margin-bottom: 8.5px;
}
.box-pyramid-figure > .pyramid-content:last-child .list-pyramid-link > li > *.size-s {
  height: 33px;
  margin-bottom: 9px;
}
.box-pyramid-figure > .pyramid-content:last-child .list-pyramid-link > li > *:last-child {
  margin-bottom: 0;
}
.box-pyramid-figure > .pyramid-content > * {
  z-index: 3;
  position: relative;
}
.box-pyramid-figure > .pyramid-content:not(:last-child) .list-pyramid-link {
  display: flex;
  flex-flow: row nowrap;
}
.box-pyramid-figure > .pyramid-content:not(:last-child) .list-pyramid-link > li {
  width: 88px;
  margin-right: 10px;
}
.box-pyramid-figure > .pyramid-content:not(:last-child) .list-pyramid-link > li:last-child {
  margin-right: 0;
}
.box-pyramid-figure > .pyramid-content:not(:last-child) .list-pyramid-link > li > * {
  height: 62px;
  margin: 0;
  padding-left: 3px;
  font-size: 11px;
  line-height: 1;
}
.box-pyramid-figure > .btn-pyramid-link:first-child {
  margin-bottom: 16px;
}
.box-pyramid-figure > .btn-pyramid-link {
  z-index: 3;
  position: relative;
  max-width: 155px;
}
.box-pyramid-figure .btn-pyramid-link {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 8px 10px;
  border: 0.7px solid #EA5504;
  background-color: rgba(255, 255, 255, 0.94);
  color: #EA5504;
  font-weight: bold;
  font-size: 1.9rem;
  text-align: center;
}
.box-pyramid-figure .btn-pyramid-link::after {
  display: block;
  position: absolute;
  top: 0;
  right: 6px;
  bottom: 0;
  width: 5px;
  height: 5px;
  margin: auto 0;
  transform: rotate(45deg);
  border-top: 1px solid #5D6164;
  border-right: 1px solid #5D6164;
  content: "";
}
.box-pyramid-figure .btn-pyramid-link:not(.type-no-arrow):hover, .box-pyramid-figure .btn-pyramid-link:not(.type-no-arrow):focus, .box-pyramid-figure .btn-pyramid-link:not(.type-no-arrow):active {
  opacity: 0.6;
}
.box-pyramid-figure .btn-pyramid-link.type-no-arrow::after {
  display: none;
}
.box-pyramid-figure .title {
  margin-bottom: 15px;
  color: #23323B;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.1;
  text-align: center;
}
.box-pyramid-figure .title > a {
  color: #EA5504;
}
.box-pyramid-figure .content-02 {
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 17px;
  padding-bottom: 14px;
}
.box-pyramid-figure .content-02:last-child {
  margin-top: 0;
}
.box-pyramid-figure .content-02 h3.title {
  margin-bottom: 0;
}

.box-pyramid-figure + .box-text {
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .box-pyramid-figure + .box-text {
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .list-pyramid-accordion {
    display: none;
  }
}
.list-pyramid-accordion .icon {
  display: block;
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  margin: auto 0;
  font-size: 0;
  line-height: 0;
}
.list-pyramid-accordion > li:not(:last-child) {
  margin-bottom: 2px;
}
.list-pyramid-accordion > li > a,
.list-pyramid-accordion > li p,
.list-pyramid-accordion > li button {
  display: block;
  position: relative;
  width: 100%;
  padding: 22.5px 40px 22.5px 19px;
  background-color: rgba(234, 85, 4, 0.8);
  color: #FFF;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: -0.6px;
}
.list-pyramid-accordion > li > a > .icon-arrow,
.list-pyramid-accordion > li p > .icon-arrow,
.list-pyramid-accordion > li button > .icon-arrow {
  width: 20px;
  height: 2px;
  background-color: #FFF;
}
.list-pyramid-accordion > li > a > .icon-arrow::after,
.list-pyramid-accordion > li p > .icon-arrow::after,
.list-pyramid-accordion > li button > .icon-arrow::after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 0;
  width: 11px;
  height: 11px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  content: "";
}
.list-pyramid-accordion > li > a > .icon-toggle,
.list-pyramid-accordion > li p > .icon-toggle,
.list-pyramid-accordion > li button > .icon-toggle {
  display: block;
  position: absolute;
  top: 10px;
  width: 14px;
  height: 14px;
  transform: rotate(-45deg);
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  content: "";
  transition: all 0.5s ease;
}
.list-pyramid-accordion > li > a.open > .icon-toggle,
.list-pyramid-accordion > li p.open > .icon-toggle,
.list-pyramid-accordion > li button.open > .icon-toggle {
  bottom: 10px;
  transform: rotate(135deg);
}
.list-pyramid-accordion > li > ul > li {
  margin-top: 2px;
}
.list-pyramid-accordion > li > ul > li:last-child {
  margin-bottom: 2px;
}
.list-pyramid-accordion > li > ul > li a {
  display: block;
  position: relative;
  padding: 28px 40px 20px 20px;
  background-color: rgba(234, 85, 4, 0.2);
  color: #EA5504;
  font-weight: bold;
  font-size: 1.4rem;
}
.list-pyramid-accordion > li > ul > li a > .icon-arrow {
  width: 20px;
  height: 2px;
  background-color: #EA5504;
}
.list-pyramid-accordion > li > ul > li a > .icon-arrow::after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 0;
  width: 11px;
  height: 11px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #EA5504;
  border-right: 2px solid #EA5504;
  content: "";
}
.list-pyramid-accordion > li > ul > li a > .icon-pdf {
  width: 20px;
  height: 23px;
  background-image: url("/share/images/icon_pdf_blank_09.png");
  background-position: center center;
  background-size: 20px auto;
  background-repeat: no-repeat;
}
.list-pyramid-accordion > li > ul > li a > .icon-blank {
  width: 20px;
  height: 23px;
  background-image: url("/share/images/icon_link_blank_09.png");
  background-position: center center;
  background-size: 20px auto;
  background-repeat: no-repeat;
}

/* パネルメニュー部分 */
.panel-menu .btn-back-02 {
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .panel-menu .btn-back-02 {
    margin-bottom: 20px;
  }
}
.panel-menu .panel-menu-list {
  display: flex;
  flex-wrap: wrap;
  background-color: #FFF;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.panel-menu .panel-menu-list > li {
  flex-grow: 1;
  flex-basis: calc(50% - 3px);
  max-width: calc(50% - 3px);
  min-height: 222px;
  margin: 6px 0 0 6px;
}
@media screen and (min-width: 769px) {
  .panel-menu .panel-menu-list > li {
    min-height: 278px;
  }
}
.panel-menu .panel-menu-list > li:nth-of-type(-n+2) {
  margin-top: 0;
}
.panel-menu .panel-menu-list > li:nth-of-type(2n+1) {
  margin-left: 0;
}
.panel-menu .panel-menu-list > li a {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
  background-color: #FFF;
}
.panel-menu .panel-menu-list > li a:hover dd::before,
.panel-menu .panel-menu-list > li a:hover dt.icon::before, .panel-menu .panel-menu-list > li a:focus dd::before,
.panel-menu .panel-menu-list > li a:focus dt.icon::before, .panel-menu .panel-menu-list > li a:active dd::before,
.panel-menu .panel-menu-list > li a:active dt.icon::before {
  bottom: 21px;
  left: 23px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: 2px solid #EA5504;
  border-right: 2px solid #EA5504;
  background-color: transparent;
}
@media screen and (min-width: 769px) {
  .panel-menu .panel-menu-list > li a:hover dd::before,
.panel-menu .panel-menu-list > li a:hover dt.icon::before, .panel-menu .panel-menu-list > li a:focus dd::before,
.panel-menu .panel-menu-list > li a:focus dt.icon::before, .panel-menu .panel-menu-list > li a:active dd::before,
.panel-menu .panel-menu-list > li a:active dt.icon::before {
    bottom: 26px;
    left: 28px;
  }
}
.panel-menu .panel-menu-list > li a dl {
  z-index: 2;
  position: relative;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .panel-menu .panel-menu-list > li a dl {
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  .panel-menu .panel-menu-list > li a dl {
    padding: 20px;
  }
}
.panel-menu .panel-menu-list > li a dt {
  color: #EA5504;
  font-weight: bold;
  font-size: 1.6rem;
  overflow-wrap: break-word;
}
@media screen and (min-width: 769px) {
  .panel-menu .panel-menu-list > li a dt {
    font-size: 2rem;
  }
}
.panel-menu .panel-menu-list > li a dt.icon {
  padding-bottom: 22px;
}
@media screen and (min-width: 769px) {
  .panel-menu .panel-menu-list > li a dt.icon {
    padding-bottom: 22px;
  }
}
.panel-menu .panel-menu-list > li a dd {
  padding-bottom: 22px;
  color: #5D6164;
  font-size: 1.2rem;
  overflow-wrap: break-word;
}
@media screen and (min-width: 769px) {
  .panel-menu .panel-menu-list > li a dd {
    padding-bottom: 22px;
    font-size: 1.5rem;
  }
}
.panel-menu .panel-menu-list > li a dl::after,
.panel-menu .panel-menu-list > li a dt.icon::before,
.panel-menu .panel-menu-list > li a dt.icon::after,
.panel-menu .panel-menu-list > li a dd::before,
.panel-menu .panel-menu-list > li a dd::after {
  display: block;
  position: absolute;
  content: "";
}
.panel-menu .panel-menu-list > li a dl::after {
  bottom: 23px;
  left: 19px;
  width: 10px;
  height: 2px;
  background-color: #EA5504;
}
@media screen and (min-width: 769px) {
  .panel-menu .panel-menu-list > li a dl::after {
    bottom: 28px;
    left: 24px;
  }
}
.panel-menu .panel-menu-list > li a dd::before,
.panel-menu .panel-menu-list > li a dt.icon::before {
  bottom: 23px;
  left: 19px;
  width: 10px;
  height: 2px;
  transform: rotate(90deg);
  background-color: #EA5504;
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  .panel-menu .panel-menu-list > li a dd::before,
.panel-menu .panel-menu-list > li a dt.icon::before {
    bottom: 28px;
    left: 24px;
  }
}
.panel-menu .panel-menu-list > li a dd::after,
.panel-menu .panel-menu-list > li a dt.icon::after {
  bottom: 15px;
  left: 15px;
  width: 18px;
  height: 18px;
  border: 1px solid #EA5504;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .panel-menu .panel-menu-list > li a dd::after,
.panel-menu .panel-menu-list > li a dt.icon::after {
    bottom: 20px;
    left: 20px;
  }
}
.panel-menu .panel-menu-list > li a .panel-img {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
}
.panel-menu #panel-menu-maingroup .panel-menu-list > li {
  min-height: 146px;
}
@media screen and (min-width: 769px) {
  .panel-menu #panel-menu-maingroup .panel-menu-list > li {
    flex-basis: calc(33.33% - 4px);
    min-height: 278px;
  }
}
@media screen and (min-width: 769px) {
  .panel-menu #panel-menu-maingroup .panel-menu-list > li:nth-of-type(-n+3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .panel-menu #panel-menu-maingroup .panel-menu-list > li:nth-of-type(2n+1) {
    margin-left: 6px;
  }
}
@media screen and (min-width: 769px) {
  .panel-menu #panel-menu-maingroup .panel-menu-list > li:nth-of-type(3n+1) {
    margin-left: 0;
  }
}

/* Careersページ
* ========================================================================= */
.careers-01 {
  padding-top: 30px;
}
@media screen and (min-width: 769px) {
  .careers-01 {
    padding-top: 78px;
  }
}
.careers-01 .text-lead {
  margin-bottom: 35px;
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .careers-01 .text-lead {
    margin-bottom: 80px;
    font-size: 1.8rem;
  }
}
.careers-01 .list-01 > li:not(:first-child) {
  margin-top: 5px;
}
@media screen and (min-width: 769px) {
  .careers-01 .list-01 > li:not(:first-child) {
    margin-top: 20px;
  }
}

/* Historyページ
* ========================================================================= */
.history-01 {
  padding-top: 58px;
  padding-bottom: 55px;
}
@media screen and (min-width: 769px) {
  .history-01 {
    padding-top: 100px;
    padding-bottom: 95px;
  }
}

.history-02 {
  padding-top: 76px;
  padding-bottom: 120px;
}
@media screen and (min-width: 769px) {
  .history-02 {
    padding-top: 76px;
    padding-bottom: 120px;
  }
}

/* History 年代ブロック */
.history-wrapper {
  margin-bottom: 20px;
}
.history-wrapper .history-inner {
  position: relative;
}
.history-wrapper .history-inner::before {
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 27px;
  width: 10px;
  height: 100%;
  background-color: #EA5504;
  content: "";
}
@media screen and (min-width: 769px) {
  .history-wrapper .history-inner::before {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
.history-wrapper .history-inner:last-child::before {
  display: block;
  z-index: 0;
  position: absolute;
  top: 38px;
  right: 0;
  left: 0;
  width: 10px;
  height: 100%;
  margin: auto;
  background-color: #F3F3F3;
  content: "";
}
@media screen and (max-width: 768px) {
  .history-wrapper .history-inner::after {
    display: block;
    clear: both;
    content: "";
  }
  .history-wrapper .history-inner .title > span {
    border-radius: 18px 18px 18px 0;
  }
}
@media screen and (min-width: 769px) {
  .history-wrapper .history-inner:nth-child(odd)::after {
    display: block;
    clear: both;
    content: "";
  }
  .history-wrapper .history-inner:nth-child(odd) .title > span {
    border-radius: 18px 18px 0;
  }
}
@media screen and (min-width: 769px) {
  .history-wrapper .history-inner:nth-child(odd) .history-content {
    margin-right: 0;
    margin-left: auto;
  }
  .history-wrapper .history-inner:nth-child(odd) .history-content .history-panel {
    display: flex;
    flex-direction: row-reverse;
    margin-right: 0;
    margin-left: auto;
  }
  .history-wrapper .history-inner:nth-child(odd) .history-content .history-panel .image {
    order: 0;
  }
  .history-wrapper .history-inner:nth-child(odd) .history-content .history-panel .content {
    order: -1;
  }
}
@media screen and (min-width: 769px) {
  .history-wrapper .history-inner:nth-child(even) .title > span {
    border-radius: 18px 18px 18px 0;
  }
}
@media screen and (min-width: 769px) {
  .history-wrapper .year-1949 {
    margin-top: -61px;
  }
}
@media screen and (min-width: 769px) {
  .history-wrapper .year-1951 {
    margin-top: -61px;
  }
}
@media screen and (min-width: 769px) {
  .history-wrapper .year-1956 {
    margin-top: -98px;
  }
}
@media screen and (min-width: 769px) {
  .history-wrapper .year-1963 {
    margin-top: -47px;
  }
}
@media screen and (min-width: 769px) {
  .history-wrapper .year-1967 {
    margin-top: -95px;
  }
}
@media screen and (min-width: 769px) {
  .history-wrapper .year-1971 {
    margin-top: -36px;
  }
}
@media screen and (min-width: 769px) {
  .history-wrapper .year-1982 {
    margin-top: -60px;
  }
}
@media screen and (min-width: 769px) {
  .history-wrapper .year-1988 {
    margin-top: -60px;
  }
}
@media screen and (min-width: 769px) {
  .history-wrapper .year-1990 {
    margin-top: -67px;
  }
}
@media screen and (min-width: 769px) {
  .history-wrapper .year-1991 {
    margin-top: -60px;
  }
}
@media screen and (min-width: 769px) {
  .history-wrapper .year-2000 {
    margin-top: -81px;
  }
}
@media screen and (min-width: 769px) {
  .history-wrapper .year-2001 {
    margin-top: -50px;
  }
}
@media screen and (min-width: 769px) {
  .history-wrapper .year-2003 {
    margin-top: -60px;
  }
}
@media screen and (min-width: 769px) {
  .history-wrapper .year-2007 {
    margin-top: -60px;
  }
}
@media screen and (min-width: 769px) {
  .history-wrapper .year-2008 {
    margin-top: -204px;
  }
}
@media screen and (min-width: 769px) {
  .history-wrapper .year-2009 {
    margin-top: -8px;
  }
}
@media screen and (min-width: 769px) {
  .history-wrapper .year-2011 {
    margin-top: -60px;
  }
}
@media screen and (min-width: 769px) {
  .history-wrapper .year-2012 {
    margin-top: -60px;
  }
}
@media screen and (min-width: 769px) {
  .history-wrapper .year-2013 {
    margin-top: -60px;
  }
}
@media screen and (min-width: 769px) {
  .history-wrapper .year-2014 {
    margin-top: -60px;
  }
}
@media screen and (min-width: 769px) {
  .history-wrapper .year-2016 {
    margin-top: -74px;
  }
}
@media screen and (min-width: 769px) {
  .history-wrapper .year-2018 {
    margin-top: -81px;
  }
}
@media screen and (min-width: 769px) {
  .history-wrapper .year-2019 {
    margin-top: -111px;
  }
}
.history-wrapper .title,
.history-wrapper .history-content {
  position: relative;
}
.history-wrapper .title {
  z-index: 2;
  font-size: 1.6rem;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .history-wrapper .title {
    display: block;
    max-width: 80px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}
.history-wrapper .title > span {
  display: inline-block;
  padding: 7px 20px;
  background-color: #EA5504;
  color: #FFF;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .history-wrapper .title > span {
    width: 80px;
  }
}
.history-wrapper .title.type-01 > span {
  border-radius: 18px 18px 18px 0;
}
.history-wrapper .history-content {
  z-index: 1;
  width: 92%;
  margin-top: -1px;
  border-top: 1px solid #EA5504;
}
@media screen and (min-width: 769px) {
  .history-wrapper .history-content {
    width: 50%;
  }
}
.history-wrapper .history-content .history-panel {
  display: flex;
  flex-direction: row;
  width: 75%;
}
.history-wrapper .history-content .history-panel .image {
  width: 70px;
}
@media screen and (max-width: 768px) {
  .history-wrapper .history-content .history-panel .image {
    display: none;
  }
}
.history-wrapper .history-content .history-panel .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 70px;
  background-color: #FFF;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  color: #EA5504;
  font-size: 1.2rem;
  line-height: 0;
}
@media screen and (min-width: 769px) {
  .history-wrapper .history-content .history-panel .content {
    width: calc(100% - 70px);
  }
}
.history-wrapper .history-content .history-panel .content > * {
  padding: 12px 10px 12px 13px;
  line-height: 1.1666666667;
}
.history-wrapper .history-content .history-panel .content > *:not(:first-child) {
  border-top: 1px solid #D3D4D4;
}
@media screen and (min-width: 769px) {
  .history-wrapper .history-content.type-01 .history-panel {
    width: 86.5%;
  }
}
.history-wrapper .history-content.type-01 .history-panel .image {
  width: 125px;
}
@media screen and (min-width: 769px) {
  .history-wrapper .history-content.type-01 .history-panel .content {
    width: calc(100% - 125px);
  }
}

/* What We Doページ
* ========================================================================= */
.whatwedo-01 .box-hdg2-wrapper .text-lead,
.whatwedo-02 .box-hdg2-wrapper .text-lead,
.whatwedo-04 .box-hdg2-wrapper .text-lead {
  font-size: 1.6rem;
}

.whatwedo-01 {
  padding-top: 115px;
}
@media screen and (min-width: 769px) {
  .whatwedo-01 {
    padding-top: 150px;
  }
}
.whatwedo-01 .box-hdg2-wrapper {
  margin-bottom: 30px;
}
.whatwedo-01 .area-focus-wrapper {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding-top: 215px;
  padding-bottom: 190px;
}
@media screen and (min-width: 769px) {
  .whatwedo-01 .area-focus-wrapper {
    padding-top: 130px;
    padding-bottom: 350px;
  }
}
.whatwedo-01 .area-focus-wrapper .title {
  color: #EA5504;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.2083333333;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .whatwedo-01 .area-focus-wrapper .title {
    font-size: 2.4rem;
  }
}
.whatwedo-01 .area-focus-wrapper .area-focus-icon {
  z-index: 1;
  position: absolute;
}
.whatwedo-01 .area-focus-wrapper .area-focus-icon.icon-01 {
  top: 0;
  left: 0;
  width: 142px;
}
@media screen and (min-width: 769px) {
  .whatwedo-01 .area-focus-wrapper .area-focus-icon.icon-01 {
    top: -10px;
    left: 0;
    width: 29.3%;
  }
}
.whatwedo-01 .area-focus-wrapper .area-focus-icon.icon-02 {
  top: 10px;
  right: 0;
  width: 144px;
}
@media screen and (min-width: 769px) {
  .whatwedo-01 .area-focus-wrapper .area-focus-icon.icon-02 {
    top: -10px;
    right: 0;
    width: 27.5%;
  }
}
.whatwedo-01 .area-focus-wrapper .area-focus-icon.icon-03 {
  bottom: 10px;
  left: 0;
  width: 130px;
}
@media screen and (min-width: 769px) {
  .whatwedo-01 .area-focus-wrapper .area-focus-icon.icon-03 {
    bottom: -50px;
    left: 16.9642%;
    width: 27.5%;
  }
}
.whatwedo-01 .area-focus-wrapper .area-focus-icon.icon-04 {
  right: 0;
  bottom: -20px;
  width: 149px;
}
@media screen and (min-width: 769px) {
  .whatwedo-01 .area-focus-wrapper .area-focus-icon.icon-04 {
    right: 13.8392%;
    bottom: -40px;
    width: 29.8%;
  }
}

.whatwedo-02 {
  position: relative;
  padding-top: 105px;
  padding-bottom: 88px;
}
.whatwedo-02::before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 162px;
  height: 53px;
  transform: translateX(-50%);
  background: url("/what_we_do/images/index_icon_01.png") no-repeat;
  content: "";
}
@media screen and (min-width: 769px) {
  .whatwedo-02 {
    padding-top: 160px;
    padding-bottom: 230px;
  }
}
.whatwedo-02 .box-hdg2-wrapper {
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .whatwedo-02 .box-panel-01 > .panel {
    border-bottom: none;
  }
}
.whatwedo-02 .box-panel-01 > .panel .link-arrow {
  position: absolute;
  bottom: 5px;
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .whatwedo-02 .box-panel-01 > .panel > .box-inner .box-content {
    padding: 10px 10px 50px;
  }
}

.whatwedo-03 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #3E3A39;
  color: #FFF;
}
@media screen and (min-width: 769px) {
  .whatwedo-03 {
    padding-top: 130px;
    padding-bottom: 110px;
  }
}
.whatwedo-03 .box-hdg2-wrapper {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .whatwedo-03 .box-carousel-wrapper {
    margin-bottom: 70px;
  }
}
.whatwedo-03 .box-carousel-wrapper .box-text {
  color: #FFF;
  font-size: 1.2rem;
}
.whatwedo-03 .box-carousel-wrapper .link-arrow {
  display: inline-block;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .whatwedo-03 .box-layout-btn {
    display: none;
  }
}

.whatwedo-04 {
  padding-top: 67px;
}
@media screen and (min-width: 769px) {
  .whatwedo-04 {
    padding-top: 130px;
  }
}
.whatwedo-04 .text-lead {
  color: #EA5504;
}
.whatwedo-04 .box-hdg2-wrapper {
  margin-bottom: 42px;
}
@media screen and (min-width: 769px) {
  .whatwedo-04 .box-hdg2-wrapper {
    margin-bottom: 50px;
  }
}

.whatwedo-05 {
  padding-top: 75px;
}
.whatwedo-05 .box-hdg2-wrapper {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .whatwedo-05 {
    padding-top: 140px;
  }
}

.global-base-wrapper {
  padding-top: 62vw;
  background-image: url("/what_we_do/images/index_bg_global_base_01_sp.png");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .global-base-wrapper {
    padding-top: 566px;
    padding-bottom: 85px;
    background-image: url("/what_we_do/images/index_bg_global_base_01.png");
    background-size: auto;
    background-color: #F3F3F3;
  }
}
.global-base-wrapper > .global-base-inner {
  margin-top: 20px;
}
@media screen and (max-width: 1250px) {
  .global-base-wrapper > .global-base-inner {
    padding-right: 23px;
    padding-left: 23px;
  }
}
.global-base-wrapper .list-global-base {
  display: flex;
  flex-flow: row wrap;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .global-base-wrapper .list-global-base .col {
    display: block;
    width: 100%;
    margin-top: 27px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .global-base-wrapper .list-global-base:nth-child(2n+2) {
    margin-right: 0;
  }
  .global-base-wrapper .list-global-base .col:first-child {
    margin-top: 0;
  }
  .global-base-wrapper .list-global-base.sp-col2 .col {
    display: block;
    width: calc((100% - 27px) / 2);
    margin-top: 27px;
    margin-right: 27px;
  }
  .global-base-wrapper .list-global-base.sp-col2 .col:nth-child(2n+2) {
    margin-right: 0;
  }
  .global-base-wrapper .list-global-base.sp-col2 .col:nth-child(1) {
    margin-top: 0;
  }
  .global-base-wrapper .list-global-base.sp-col2 .col:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .global-base-wrapper .list-global-base.col2 .col {
    display: block;
    width: calc((100% - 27px) / 2);
    margin-top: 27px;
    margin-right: 27px;
  }
  .global-base-wrapper .list-global-base.col2 .col:nth-child(2n+2) {
    margin-right: 0;
  }
  .global-base-wrapper .list-global-base.col2 .col:nth-child(1) {
    margin-top: 0;
  }
  .global-base-wrapper .list-global-base.col2 .col:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .global-base-wrapper .list-global-base .col {
    display: block;
    width: 100%;
    margin-top: 27px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .global-base-wrapper .list-global-base:nth-child(3n+3) {
    margin-right: 0;
  }
  .global-base-wrapper .list-global-base .col:first-child {
    margin-top: 0;
  }
  .global-base-wrapper .list-global-base.sp-col3 .col {
    display: block;
    width: calc((100% - 54px) / 3);
    width: calc(((100% - 54px) / 3) - 0.1px) \0 ;
    margin-top: 27px;
    margin-right: 27px;
    /* for IE */
  }
  .global-base-wrapper .list-global-base.sp-col3 .col:nth-child(3n+3) {
    margin-right: 0;
  }
  .global-base-wrapper .list-global-base.sp-col3 .col:nth-child(1) {
    margin-top: 0;
  }
  .global-base-wrapper .list-global-base.sp-col3 .col:nth-child(2) {
    margin-top: 0;
  }
  .global-base-wrapper .list-global-base.sp-col3 .col:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .global-base-wrapper .list-global-base.col3 .col {
    display: block;
    width: calc((100% - 54px) / 3);
    width: calc(((100% - 54px) / 3) - 0.1px) \0 ;
    margin-top: 27px;
    margin-right: 27px;
    /* for IE */
  }
  .global-base-wrapper .list-global-base.col3 .col:nth-child(3n+3) {
    margin-right: 0;
  }
  .global-base-wrapper .list-global-base.col3 .col:nth-child(1) {
    margin-top: 0;
  }
  .global-base-wrapper .list-global-base.col3 .col:nth-child(2) {
    margin-top: 0;
  }
  .global-base-wrapper .list-global-base.col3 .col:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .global-base-wrapper .list-global-base .col {
    display: block;
    width: 100%;
    margin-top: 27px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .global-base-wrapper .list-global-base:nth-child(4n+4) {
    margin-right: 0;
  }
  .global-base-wrapper .list-global-base .col:first-child {
    margin-top: 0;
  }
  .global-base-wrapper .list-global-base.sp-col4 .col {
    display: block;
    width: calc((100% - 81px) / 4);
    margin-top: 27px;
    margin-right: 27px;
  }
  .global-base-wrapper .list-global-base.sp-col4 .col:nth-child(4n+4) {
    margin-right: 0;
  }
  .global-base-wrapper .list-global-base.sp-col4 .col:nth-child(1) {
    margin-top: 0;
  }
  .global-base-wrapper .list-global-base.sp-col4 .col:nth-child(2) {
    margin-top: 0;
  }
  .global-base-wrapper .list-global-base.sp-col4 .col:nth-child(3) {
    margin-top: 0;
  }
  .global-base-wrapper .list-global-base.sp-col4 .col:nth-child(4) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .global-base-wrapper .list-global-base.col4 .col {
    display: block;
    width: calc((100% - 81px) / 4);
    margin-top: 27px;
    margin-right: 27px;
  }
  .global-base-wrapper .list-global-base.col4 .col:nth-child(4n+4) {
    margin-right: 0;
  }
  .global-base-wrapper .list-global-base.col4 .col:nth-child(1) {
    margin-top: 0;
  }
  .global-base-wrapper .list-global-base.col4 .col:nth-child(2) {
    margin-top: 0;
  }
  .global-base-wrapper .list-global-base.col4 .col:nth-child(3) {
    margin-top: 0;
  }
  .global-base-wrapper .list-global-base.col4 .col:nth-child(4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .global-base-wrapper .list-global-base .col {
    display: block;
    width: 100%;
    margin-top: 27px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .global-base-wrapper .list-global-base:nth-child(5n+5) {
    margin-right: 0;
  }
  .global-base-wrapper .list-global-base .col:first-child {
    margin-top: 0;
  }
  .global-base-wrapper .list-global-base.sp-col5 .col {
    display: block;
    width: calc((100% - 108px) / 5);
    width: calc(((100% - 108px) / 5) - 0.1px) \0 ;
    margin-top: 27px;
    margin-right: 27px;
    /* for IE */
  }
  .global-base-wrapper .list-global-base.sp-col5 .col:nth-child(5n+5) {
    margin-right: 0;
  }
  .global-base-wrapper .list-global-base.sp-col5 .col:nth-child(1) {
    margin-top: 0;
  }
  .global-base-wrapper .list-global-base.sp-col5 .col:nth-child(2) {
    margin-top: 0;
  }
  .global-base-wrapper .list-global-base.sp-col5 .col:nth-child(3) {
    margin-top: 0;
  }
  .global-base-wrapper .list-global-base.sp-col5 .col:nth-child(4) {
    margin-top: 0;
  }
  .global-base-wrapper .list-global-base.sp-col5 .col:nth-child(5) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .global-base-wrapper .list-global-base.col5 .col {
    display: block;
    width: calc((100% - 108px) / 5);
    width: calc(((100% - 108px) / 5) - 0.1px) \0 ;
    margin-top: 27px;
    margin-right: 27px;
    /* for IE */
  }
  .global-base-wrapper .list-global-base.col5 .col:nth-child(5n+5) {
    margin-right: 0;
  }
  .global-base-wrapper .list-global-base.col5 .col:nth-child(1) {
    margin-top: 0;
  }
  .global-base-wrapper .list-global-base.col5 .col:nth-child(2) {
    margin-top: 0;
  }
  .global-base-wrapper .list-global-base.col5 .col:nth-child(3) {
    margin-top: 0;
  }
  .global-base-wrapper .list-global-base.col5 .col:nth-child(4) {
    margin-top: 0;
  }
  .global-base-wrapper .list-global-base.col5 .col:nth-child(5) {
    margin-top: 0;
  }
}
.global-base-wrapper .list-global-base .panel {
  display: flex;
  flex-flow: row nowrap;
  height: 100%;
  background-color: #FFF;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.global-base-wrapper .list-global-base .panel:hover .box-thumb img, .global-base-wrapper .list-global-base .panel:focus .box-thumb img, .global-base-wrapper .list-global-base .panel:active .box-thumb img {
  transform: scale(1.2);
}
.global-base-wrapper .list-global-base .box-thumb {
  position: relative;
  width: 154px;
  overflow: hidden;
  line-height: 0;
}
.global-base-wrapper .list-global-base .box-thumb img {
  transition: transform 0.5s ease;
}
.global-base-wrapper .list-global-base .box-content {
  position: relative;
  width: calc(100% - 154px);
  padding: 10px 14px;
}
@media screen and (min-width: 769px) {
  .global-base-wrapper .list-global-base .box-content {
    padding: 10px 14px;
  }
}
.global-base-wrapper .list-global-base .box-content .title {
  color: #5D6164;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.125;
}
.global-base-wrapper .list-global-base .box-content .title > .sub {
  display: block;
  margin-top: 5px;
  color: #EA5504;
  font-size: 1rem;
}
.global-base-wrapper .list-global-base .box-content .icon-blank {
  position: absolute;
  top: auto;
  right: 10px;
  bottom: 9px;
  width: 14px;
  height: 14px;
  margin-left: 0;
}

.whatwedo-06 {
  padding-top: 160px;
}
@media screen and (min-width: 769px) {
  .whatwedo-06 {
    padding-top: 140px;
  }
}
.whatwedo-06 .box-hdg2-wrapper {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .whatwedo-06 .box-hdg2-wrapper {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  .whatwedo-06 .box-hdg2-wrapper .hdg-lv2-02 {
    font-size: 3.3rem;
  }
}
.whatwedo-06 .box-hdg2-wrapper + .box-text {
  margin-bottom: 56.5px;
}
@media screen and (min-width: 769px) {
  .whatwedo-06 .box-hdg2-wrapper + .box-text {
    margin-bottom: 70px;
  }
}

/* Pipeline */
.pipeline-table-wrapper {
  box-sizing: border-box;
  max-width: 1144px;
  margin: 0 auto;
  padding: 30px;
  border: 2px solid #EA5504;
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper {
    margin: 0 10px;
    padding: 10px !important;
  }
}
.pipeline-table-wrapper .pipeline-btn-accordion {
  position: relative;
  width: 100%;
  color: #EA5504;
  font-weight: bold;
  font-size: 32px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-btn-accordion {
    font-size: 1.6rem;
  }
}
.pipeline-table-wrapper .pipeline-btn-accordion::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 27px;
  height: 19px;
  margin-top: -9.5px;
  background: url("/share/images/icon_arrow_bottom_01.png") left center no-repeat;
  content: "";
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-btn-accordion::after {
    width: 13.5px;
    height: 9.5px;
    margin-top: -4.75px;
    background: url("/share/images/icon_arrow_bottom_01.png") left center/13.5px 9.5px no-repeat;
  }
}
.pipeline-table-wrapper .pipeline-btn-accordion[aria-expanded=true]::after {
  transform: rotate(180deg);
}
.pipeline-table-wrapper .pipeline-btn-accordion._search {
  display: none;
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-btn-accordion._search {
    display: block;
  }
}
.pipeline-table-wrapper .pipeline-btn-accordion._search[aria-expanded=true]::after {
  top: 50%;
  transform: rotate(45deg);
}
.pipeline-table-wrapper .pipeline-btn-accordion._search::before, .pipeline-table-wrapper .pipeline-btn-accordion._search::after {
  display: block;
  position: absolute;
  content: "";
}
.pipeline-table-wrapper .pipeline-btn-accordion._search::before {
  top: 50%;
  right: 0;
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
  background: #EA5504;
}
.pipeline-table-wrapper .pipeline-btn-accordion._search::after {
  top: calc(50% - 2px);
  right: 3.6px;
  width: 7px;
  height: 7px;
  margin-top: -2.5px;
  transform: rotate(-135deg);
  border-top: 2px solid #FFF;
  border-left: 2px solid #FFF;
}
.pipeline-table-wrapper .pipeline-btn-accordion._search + .inner {
  margin-top: 15px;
}
.pipeline-table-wrapper .pipeline-table-content {
  display: none;
  padding-top: 30px;
}
.pipeline-table-wrapper .pipeline-hdg-pdf {
  margin-bottom: 15px;
}
.pipeline-table-wrapper .pipeline-hdg-pdf a {
  display: inline-block;
  color: #EA5504;
  font-weight: bold;
  font-size: 1.2rem;
}
.pipeline-table-wrapper .pipeline-hdg-pdf a .pdf-text {
  margin-left: 10px;
}
.pipeline-table-wrapper .pipeline-hdg-pdf a .pdf-text img {
  position: relative;
  top: 3px;
  width: 12px;
  margin-right: 5px;
}
.pipeline-table-wrapper .pipeline-box-hdg-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.pipeline-table-wrapper .pipeline-box-hdg-wrapper .hdg-lv3-01 {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-box-hdg-wrapper .hdg-lv3-01 {
    font-size: 1.6rem;
  }
}
.pipeline-table-wrapper .pipeline-box-hdg-wrapper .pipeline-text-date {
  color: #EA5504;
  font-weight: bold;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-box-hdg-wrapper .pipeline-text-date {
    font-size: 1.2rem;
  }
}
.pipeline-table-wrapper .pipeline-box-search {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-box-search {
    padding-bottom: 15px;
    border-bottom: 2px solid #EA5504;
  }
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-box-search .inner {
    display: none;
  }
}
.pipeline-table-wrapper .pipeline-box-search .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #EA5504;
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-box-search .content {
    display: block;
    border-bottom-color: #F0B493;
  }
}
.pipeline-table-wrapper .pipeline-box-search .content:first-child {
  padding-top: 0;
}
.pipeline-table-wrapper .pipeline-box-search .content:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.pipeline-table-wrapper .pipeline-box-search .content .title {
  margin-right: 20px;
  color: #EA5504;
  font-weight: bold;
  font-size: 24px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-box-search .content .title {
    margin: 0 0 15px;
    font-size: 1.6rem;
  }
}
.pipeline-table-wrapper .pipeline-box-search .content .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #EA5504;
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-box-search .content .list {
    -ms-grid-columns: 50% 50%;
    -ms-grid-rows: 1fr 1fr;
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 50% 50%;
    margin-top: -10px;
  }
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-box-search .content .list li {
    margin-top: 10px;
  }
  .pipeline-table-wrapper .pipeline-box-search .content .list li:nth-of-type(odd) {
    grid-column: 1;
  }
  .pipeline-table-wrapper .pipeline-box-search .content .list li:nth-of-type(even) {
    grid-column: 2;
  }
  .pipeline-table-wrapper .pipeline-box-search .content .list li:nth-of-type(1) {
    grid-row: 1;
  }
  .pipeline-table-wrapper .pipeline-box-search .content .list li:nth-of-type(2) {
    grid-row: 1;
  }
  .pipeline-table-wrapper .pipeline-box-search .content .list li:nth-of-type(3) {
    grid-row: 2;
  }
  .pipeline-table-wrapper .pipeline-box-search .content .list li:nth-of-type(4) {
    grid-row: 2;
  }
  .pipeline-table-wrapper .pipeline-box-search .content .list li:nth-of-type(5) {
    grid-row: 3;
  }
  .pipeline-table-wrapper .pipeline-box-search .content .list li:nth-of-type(6) {
    grid-row: 3;
  }
}
.pipeline-table-wrapper .pipeline-box-search .content .pipeline-checkbox {
  display: block;
  position: relative;
  margin-right: 20px;
}
.pipeline-table-wrapper .pipeline-box-search .content .pipeline-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.pipeline-table-wrapper .pipeline-box-search .content .pipeline-checkbox input + span {
  display: flex;
  position: relative;
  align-items: center;
  padding-left: 25px;
  word-break: break-word;
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-box-search .content .pipeline-checkbox input + span {
    font-size: 1.2rem;
  }
}
.pipeline-table-wrapper .pipeline-box-search .content .pipeline-checkbox input + span::before {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  border: solid 1px #EA5504;
  content: "";
}
.pipeline-table-wrapper .pipeline-box-search .content .pipeline-checkbox input + span > img {
  margin-right: 9px;
  vertical-align: middle;
}
.pipeline-table-wrapper .pipeline-box-search .content .pipeline-checkbox input:checked + span {
  font-weight: bold;
}
.pipeline-table-wrapper .pipeline-box-search .content .pipeline-checkbox input:checked + span::before {
  border: 0;
  background: linear-gradient(45deg, #EA5504 48%, #F3F3F3 48%, #F3F3F3 52%, #EA5504 52%, #EA5504 100%);
}
.pipeline-table-wrapper .pipeline-table > .inner > .head {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 16.6666% 16.6666% 16.6666% 16.6666% 16.6666% 16.6666%;
  padding: 30px 30px 6px;
  background: rgba(234, 85, 4, 0.2);
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-table > .inner > .head {
    -ms-grid-columns: 50% 50%;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 50% 50%;
    padding: 10px;
  }
}
.pipeline-table-wrapper .pipeline-table > .inner > .head > .item {
  box-sizing: border-box;
  position: relative;
  padding: 0 1rem;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-table > .inner > .head > .item {
    display: flex;
    padding: 0;
  }
}
.pipeline-table-wrapper .pipeline-table > .inner > .head > .item p {
  word-wrap: break-word;
  word-break: break-word;
}
.pipeline-table-wrapper .pipeline-table > .inner > .head > .item:not(:last-child)::after {
  position: absolute;
  top: 1rem;
  right: 0;
  transform: translateY(-50%);
  content: "/";
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-table > .inner > .head > .item:not(:last-child)::after {
    content: none;
  }
}
.pipeline-table-wrapper .pipeline-table > .inner > .head > .item > button {
  position: relative;
  padding-right: 22px;
  color: #FFF;
  font-weight: bold;
  cursor: pointer;
}
.pipeline-table-wrapper .pipeline-table > .inner > .head > .item > button::before, .pipeline-table-wrapper .pipeline-table > .inner > .head > .item > button::after {
  display: block;
  position: absolute;
  content: "";
}
.pipeline-table-wrapper .pipeline-table > .inner > .head > .item > button::before {
  top: 50%;
  right: 0;
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
  background: #FFF;
}
.pipeline-table-wrapper .pipeline-table > .inner > .head > .item > button::after {
  top: calc(50% - 2px);
  right: 3.93px;
  width: 7px;
  height: 7px;
  margin-top: -2.5px;
  border-top: 2px solid #EA5504;
  border-left: 2px solid #EA5504;
}
.pipeline-table-wrapper .pipeline-table > .inner > .head > .item > button.desc::after {
  top: 50%;
  transform: rotate(45deg);
}
.pipeline-table-wrapper .pipeline-table > .inner > .head > .item > button.asc::after {
  transform: rotate(-135deg);
}
.pipeline-table-wrapper .pipeline-table > .inner > .head > .item > button > span {
  display: block;
  text-align: center;
}
.pipeline-table-wrapper .pipeline-table > .inner > .head > .item.codeName {
  grid-column: 1;
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-table > .inner > .head > .item.codeName {
    grid-row: 1;
    padding-bottom: 10px;
  }
}
.pipeline-table-wrapper .pipeline-table > .inner > .head > .item.genericName {
  grid-column: 2;
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-table > .inner > .head > .item.genericName {
    display: none;
  }
}
.pipeline-table-wrapper .pipeline-table > .inner > .head > .item.therapeuticArea {
  grid-column: 3;
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-table > .inner > .head > .item.therapeuticArea {
    display: none;
  }
}
.pipeline-table-wrapper .pipeline-table > .inner > .head > .item.indication {
  grid-column: 4;
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-table > .inner > .head > .item.indication {
    grid-row: 2;
    grid-column: 1;
    justify-content: flex-start;
    padding-top: 10px;
    border-top: 2px solid #EA5504;
  }
}
.pipeline-table-wrapper .pipeline-table > .inner > .head > .item.phase {
  grid-column: 5;
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-table > .inner > .head > .item.phase {
    grid-row: 1;
    grid-column: 2;
    justify-content: flex-end;
    padding-bottom: 10px;
  }
}
.pipeline-table-wrapper .pipeline-table > .inner > .head > .item.phase .phaseList {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-table > .inner > .head > .item.phase .phaseList {
    display: none;
  }
}
.pipeline-table-wrapper .pipeline-table > .inner > .head > .item.phase .phaseList .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  height: 24px;
}
.pipeline-table-wrapper .pipeline-table > .inner > .head > .item.region {
  grid-column: 6;
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-table > .inner > .head > .item.region {
    grid-row: 2;
    grid-column: 2;
    justify-content: flex-end;
    padding-top: 10px;
    border-top: 2px solid #EA5504;
  }
}
.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body {
  display: grid;
  position: relative;
  grid-template-columns: 16.6666% 16.6666% 16.6666% 16.6666% 16.6666% 16.6666%;
  padding: 30px;
  border-bottom: 2px solid #EA5504;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body {
    -ms-grid-columns: 50% 50%;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: auto 1fr;
    grid-template-columns: 50% 50%;
    padding: 10px;
  }
}
.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body[aria-expanded=true] {
  border-bottom: 0;
}
.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body[aria-expanded=true]::after {
  top: 50%;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body[aria-expanded=true] > .item.codeName p::after {
    top: 50%;
    transform: rotate(45deg);
  }
}
.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body::before, .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body::after {
  display: block;
  position: absolute;
  content: "";
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body::before, .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body::after {
    content: none;
  }
}
.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body::before {
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
  background: transparent;
}
.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body::after {
  top: calc(50% - 2px);
  left: 3.2px;
  width: 7px;
  height: 7px;
  margin-top: -2.5px;
  transform: rotate(-135deg);
  border-top: 2px solid #EA5504;
  border-left: 2px solid #EA5504;
}
.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item {
    padding: 0;
    text-align: left;
  }
}
.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item p {
  word-wrap: break-word;
  display: flex;
  align-items: center;
  word-break: break-word;
}
.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.codeName {
  grid-column: 1;
  justify-content: flex-start;
  text-align: left;
}
.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.codeName p {
  color: #12AEE7;
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.codeName {
    grid-row: 1;
    justify-content: flex-start;
    padding-bottom: 10px;
  }
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.codeName p {
    position: relative;
    padding-left: 22px;
  }
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.codeName p::before, .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.codeName p::after {
    display: block;
    position: absolute;
    content: "";
  }
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.codeName p::before {
    top: 50%;
    left: 0;
    width: 15px;
    height: 15px;
    margin-top: -7.5px;
    background: #EA5504;
  }
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.codeName p::after {
    top: calc(50% - 2px);
    left: 3.6px;
    width: 7px;
    height: 7px;
    margin-top: -2.5px;
    transform: rotate(-135deg);
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
  }
}
.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.genericName {
  grid-column: 2;
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.genericName {
    display: none;
  }
}
.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.therapeuticArea {
  grid-column: 3;
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.therapeuticArea {
    display: none;
  }
}
.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.indication {
  grid-column: 4;
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.indication {
    grid-row: 2;
    grid-column: 1;
    justify-content: flex-start;
    padding-top: 10px;
    border-top: 2px solid #F0B493;
  }
}
.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.phase {
  grid-column: 5;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.phase {
    grid-row: 1;
    grid-column: 2;
    justify-content: flex-end;
    padding-bottom: 10px;
  }
}
.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.phase .phaseList {
  display: flex;
  width: 100%;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.phase .phaseList {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.phase .phaseList[data-phase="1"] .item:nth-of-type(n + 2) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.phase .phaseList[data-phase="2"] .item:nth-of-type(-n + 1),
.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.phase .phaseList[data-phase="2"] .item:nth-of-type(n + 3) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.phase .phaseList[data-phase="3"] .item:nth-of-type(-n + 2),
.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.phase .phaseList[data-phase="3"] .item:nth-of-type(n + 4) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.phase .phaseList[data-phase="4"] .item:nth-of-type(-n + 3),
.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.phase .phaseList[data-phase="4"] .item:nth-of-type(n + 5) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.phase .phaseList[data-phase="5"] .item:nth-of-type(-n + 4) {
    display: none;
  }
}
.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.phase .phaseList > .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  height: 24px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.phase .phaseList > .item {
    justify-content: flex-end;
    width: 32px;
    background: transparent !important;
    color: #EA5504 !important;
  }
}
.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.phase .phaseList > .item:nth-of-type(1) {
  background: #F1D3C3;
  color: #F1D3C3;
}
.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.phase .phaseList > .item:nth-of-type(2) {
  background: #F0C3AB;
  color: #F0C3AB;
}
.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.phase .phaseList > .item:nth-of-type(3) {
  background: #EE9464;
  color: #EE9464;
}
.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.phase .phaseList > .item:nth-of-type(4) {
  background: #EC7534;
  color: #EC7534;
}
.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.phase .phaseList > .item:nth-of-type(5) {
  background: #EA5504;
  color: #EA5504;
}
.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.phase .phaseList > .item[aria-hidden=true] {
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.phase .phaseList > .item[aria-hidden=true] {
    visibility: visible;
  }
}
.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.region {
  grid-column: 6;
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._body > .item.region {
    grid-row: 2;
    grid-column: 2;
    justify-content: flex-end;
    padding-top: 10px;
    border-top: 2px solid #F0B493;
  }
}
.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._detail {
  display: none;
  padding: 30px;
  background: rgba(201, 202, 202, 0.2);
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._detail {
    padding: 20px;
  }
}
.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._detail > .item {
  display: flex;
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._detail > .item {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
  }
}
.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._detail > .item.genericName {
  display: none;
}
.pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._detail > .item dt {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._detail > .item dt {
    grid-column: 1;
  }
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-table > .inner > .content .contentList .itemList._detail > .item dd {
    grid-column: 2;
  }
}
.pipeline-table-wrapper .box-tab-01 {
  border: 0;
}
.pipeline-table-wrapper .box-tab-01 .list-tab {
  border: 0;
}
.pipeline-table-wrapper .box-tab-01 .list-tab li a:not(.current) {
  border: 1px solid #EA5504;
}
.pipeline-table-wrapper .box-tab-01 .box-tab-content {
  padding: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .box-tab-01 .box-tab-content {
    padding: 15px 0 0;
  }
}
@media screen and (max-width: 1190px) {
  .pipeline-table-wrapper {
    padding-right: 23px;
    padding-left: 23px;
  }
  .pipeline-table-wrapper .box-tab-01 .list-tab li a.current::before {
    content: none;
  }
}

.pipeline-table-wrapper .pipeline-table > .inner > .sticky {
  z-index: 1;
  position: sticky;
  top: 52px;
  background-color: #F29968;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .pipeline-table-wrapper .pipeline-table > .inner > .sticky {
    top: 60px;
  }
}