@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  /* 1 */
  overflow: visible;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  /* 1 */
          text-decoration: underline;
          text-decoration: underline dotted;
  border-bottom: none;
  /* 2 */

  -webkit-text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  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: .35em .75em .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 {
  /* 3 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 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"] {
  /* 1 */
  outline-offset: -2px;

  -webkit-appearance: textfield;
  /* 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 {
  /* 1 */
  font: inherit;

  -webkit-appearance: button;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ============================================================================
* デフォルトスタイル
* ========================================================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: "ヒラギノUD角ゴ Std", "Hiragino UD Kaku Gothic Std", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, Arial, verdana, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  word-break: break-all;
  color: #23323b;
  display: flex;
  flex-direction: column;
  min-width: 320px;
  min-height: 100vh;
}

body > img,
body > iframe {
  pointer-events: none;
  /* 解析用scriptコード対策 */
  position: fixed;
  z-index: -1;
  top: 100%;
  left: 100%;
}

body > main {
  flex-grow: 1;
}

body.is-overlay::after {
  background: rgba(0, 0, 0, .5);
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}

input,
textarea,
select,
button {
  font-family: "ヒラギノUD角ゴ Std", "Hiragino UD Kaku Gothic Std", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, Arial, verdana, sans-serif;
  font-size: 1.6rem;
  word-break: break-all;
  color: #23323b;
}

button {
  text-align: left;
  background-color: transparent;
  border: none;
  border-radius: 0;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

label,
[type="button"] {
  cursor: pointer;
}

::-moz-focus-inner {
  margin: 0;
  padding: 0;
  border: 0;
}

img {
  vertical-align: top;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #1ba8d6;
}

sup {
  font-size: 80%;
}

em {
  font-weight: bold;
  font-style: normal;
}

strong {
  font-weight: bold;
  font-style: normal;
}

dfn {
  font-style: normal;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

ins {
  text-decoration: none;
}

/* ============================================================================
 * _structure = ['.str-', '.nav-', '.site-']
 * ========================================================================= */
/* ============================================================================
* .header サイト共通ヘッダ
* ========================================================================= */
.header {
  font-size: 1.4rem;
  min-height: 58px;
}

.header > .header-inner {
  background-color: #fff;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  align-items: center;
  width: 100%;
  margin: auto;
  padding-left: 100px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .12);
}

.header .logo {
  margin: 0 auto 0 0;
  padding: 16px 25px;
}

.header .logo img {
  width: 153px;
          backface-visibility: hidden;

  -webkit-backface-visibility: hidden;
}

.header .header-dropdown-container {
  background: linear-gradient(to right, #ea5504 50%, #fff 50%);
  z-index: 200;
  top: 100%;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .12) inset;
}

.header .header-dropdown-container > .inner {
  background-color: #fff;
  position: relative;
  z-index: 1;
  display: flex;
  overflow: hidden;
  max-width: 980px;
  margin: 0 auto;
  padding: 43px 0;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, .1) inset;
}

.header .header-dropdown-container > .inner::before {
  background-color: #ea5504;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -227px;
  display: block;
  width: 500px;
  height: 250%;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
}

.header .header-dropdown-container .title-container {
  min-width: 263px;
}

.header .header-dropdown-container .title-container .title {
  font-size: 2.4rem;
  font-weight: normal;
  color: #fff;
  max-width: 250px;
  margin: 0;
}

.header .header-dropdown-container .title-container .title a {
  color: #fff;
  position: relative;
  display: block;
  padding-left: 32px;
}

.header .header-dropdown-container .title-container .title a::after {
  line-height: 1;
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  content: url(/share/images/icon_arrow_white_02.png);
  transition: left .3s;
}

.header .header-dropdown-container .title-container .title a:hover,
.header .header-dropdown-container .title-container .title a:active,
.header .header-dropdown-container .title-container .title a:focus {
  text-decoration: none;
}

.header .header-dropdown-container .title-container .title a:hover::after,
.header .header-dropdown-container .title-container .title a:active::after,
.header .header-dropdown-container .title-container .title a:focus::after {
  left: 4px;
}

.header .header-dropdown-container .title-container .title .icon {
  display: block;
  margin: 37px 0 0 56px;
}

.header .header-dropdown-container .content-container {
  flex-grow: 1;
  padding: 0 0 0 40px;
}

.header .header-dropdown-container .nav-dropdown-list {
  margin-top: -60px;
}

.header .header-dropdown-container .nav-dropdown-list > li.item {
  margin-top: 10px;
}

.header .header-dropdown-container .nav-dropdown-list > li a {
  color: #23323b;
  position: relative;
  display: block;
  padding: 0 0 0 24px;
}

.header .header-dropdown-container .nav-dropdown-list > li a::before {
  background-image: url(/share/images/icon_arrow_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 14px;
  height: 9px;
  content: "";
  transition: left .3s;
}

.header .header-dropdown-container .nav-dropdown-list > li a:hover::before,
.header .header-dropdown-container .nav-dropdown-list > li a:active::before,
.header .header-dropdown-container .nav-dropdown-list > li a:focus::before {
  left: 4px;
}

.header .header-dropdown-container .dropdown-list-title {
  font-size: 1.8rem;
  color: #ea5504;
}

.header .header-dropdown-container .dropdown-list-title a {
  color: #ea5504;
  position: relative;
  display: block;
  padding-left: 24px;
}

.header .header-dropdown-container .dropdown-list-title a::before {
  line-height: 1;
  background-image: url(/share/images/icon_arrow_04.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: .4em;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 11px;
  content: "";
  transition: left .3s;
}

.header .header-dropdown-container .dropdown-list-title a:hover,
.header .header-dropdown-container .dropdown-list-title a:active,
.header .header-dropdown-container .dropdown-list-title a:focus {
  text-decoration: underline;
}

.header .header-dropdown-container .dropdown-list-title a:hover::after,
.header .header-dropdown-container .dropdown-list-title a:active::after,
.header .header-dropdown-container .dropdown-list-title a:focus::after {
  left: 4px;
}

.header .header-dropdown-container .dropdown-list-title + .mod-layout .nav-dropdown-list {
  margin-top: -50px;
}

.header .site-search .form-container {
  text-align: center;
  margin: 0 0 20px;
  padding: 0 0 7px;
  border: 1px solid #ea5504;
  border-width: 0 0 1px 0;
}

.header .site-search .form-container > form::after {
  display: block;
  content: "";
}

.header .site-search .form-container .text {
  background-color: transparent;
  float: left;
  width: calc(100% - 40px);
  padding: .4rem;
  border: 0;
}

.header .site-search .form-container .btn-submit {
  text-indent: 30px;
  white-space: nowrap;
  background: url(/share/images/icon_search_01.png) no-repeat center;
  overflow: hidden;
  width: 26px;
  height: 26px;
  border: 0;
}

.header .site-search .btn-container {
  text-align: center;
  display: none;
}

.header .site-search .btn-container .btn-close {
  text-align: center;
  color: #ea5504;
  background-color: #f3f3f3;
  width: 160px;
  padding: 12px;
  border-radius: 40px;
}

.js-enable .header > .header-inner {
  position: fixed;
  display: flex;
  padding-left: 0;
}

.js-enable .header .header-dropdown-container {
  position: absolute;
}

.js-enable .header .site-search .btn-container {
  display: block;
}

.js-enable .nav-global {
  text-align: right;
}

.js-enable .nav-global .nav-list {
  display: flex;
}

.js-enable .nav-global .nav-list-container {
  display: inline-flex;
}

.js-enable .nav-utility .nav-list {
  display: flex;
}

.js-enable .nav-utility .nav-list > li {
  width: 53px;
}

.js-enable .nav-stakeholder .nav-list {
  display: none;
}

/* ============================================================================
* サイト共通フッタ
* ========================================================================= */
.footer {
  color: #fff;
  position: relative;
  overflow: hidden;
  padding-top: 5rem;
}

.footer::before {
  background: #3e3a39;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 50%;
  display: block;
  width: 130%;
  height: 28rem;
  content: "";
  transform: translateX(50%);
  border-radius: 50% 50% 0 0;
}

.footer .footer-inner {
  background-color: #3e3a39;
  padding-bottom: 3rem;
}

.footer .footer-link {
  font-size: 1.3rem;
  position: relative;
  top: -.9rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer .footer-link a {
  color: #fff;
}

.footer .footer-link > li {
  position: relative;
  margin-bottom: .8rem;
  padding: 0 1.5rem;
}

.footer .footer-link > li::after {
  position: absolute;
  top: .15em;
  right: 0;
  display: block;
  height: 1.15em;
  content: "";
  border-right: 1px solid #9e9c9c;
}

.footer .footer-link > li:last-child {
  border-right: 0;
}

.footer .footer-link > li:last-child::after {
  display: none;
}

.footer .footer-copy {
  font-size: 1.2rem;
  text-align: center;
}

.footer .footer-copy small {
  font-size: 100%;
}

.page-top {
  text-align: right;
  position:     -ms-sticky;
  position: -webkit-sticky;
  position:         sticky;
  z-index: 100;
  right: 20px;
  bottom: 20px;
  margin: 0 20px -40px 0;
}

.page-top > a {
  font-size: 0;
  vertical-align: top;
  background-color: #ea5504;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.page-top > a::before {
  vertical-align: middle;
  background: url(/share/images/img_pagetop_01.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 15px;
  height: 24px;
  content: "";
  transform: translate(-50%, -50%);
}

_:-ms-input-placeholder,
:root .page-top {
  position: fixed;
  bottom: 20px;
  margin: 0;
}

/* ============================================================================
* 共通ナビゲーション
* ========================================================================= */
.nav-global {
  flex-grow: 1;
  flex-basis: 0;
  margin: 0 18px 0 0;
}

.nav-global .nav-menu {
  text-align: center;
  display: none;
}

.nav-global .nav-list-container {
  text-align: left;
}

.nav-global .nav-list-container .btn-container {
  text-align: center;
  display: none;
}

.nav-global .nav-list-container .btn-container .btn-close {
  text-align: center;
  color: #ea5504;
  background-color: #f3f3f3;
  width: 160px;
  padding: 12px;
  border-radius: 40px;
}

.nav-global .nav-list {
  justify-content: flex-end;
}

.nav-global .nav-list > li {
  min-width: 70px;
}

.nav-global .nav-list > li > a {
  text-decoration: none;
  color: #23323b;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 58px;
  padding: 0 15px;
  transition: background-color .3s;
}

.nav-global .nav-list > li > a::after {
  background-color: #ea5504;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 4px;
  content: "";
  transition: width .3s;
}

.nav-global .nav-list > li > a:hover,
.nav-global .nav-list > li > a:active,
.nav-global .nav-list > li > a:focus {
  background-color: #fef3ed;
}

.nav-global .nav-list > li > a:hover::after,
.nav-global .nav-list > li > a:active::after,
.nav-global .nav-list > li > a:focus::after {
  width: 100%;
}

.nav-global .nav-list > li.is-active > a::before {
  display: none;
}

.nav-global .sp-header-tgl .sp-header-tgl-hook .status {
  display: none;
}

.nav-utility::after {
  display: block;
  clear: both;
  content: "";
}

.nav-utility .nav-list {
  justify-content: flex-end;
}

.nav-utility .nav-list > li {
  border-left: 1px solid #ebebeb;
}

.nav-utility .nav-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 58px;
}

.nav-utility .nav-list > li img {
  max-width: none;
}

.nav-utility .list-search > a {
  position: relative;
  transition: background-color .4s;
}

.nav-utility .list-search > a.is-active img {
  opacity: 0;
}

.nav-utility .list-search > a.is-active::before,
.nav-utility .list-search > a.is-active::after {
  background-color: #ea5504;
  position: absolute;
  top: 50%;
  display: block;
  width: 22px;
  height: 2px;
  content: "";
}

.nav-utility .list-search > a.is-active::before {
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.nav-utility .list-search > a.is-active::after {
  right: 50%;
  transform: translateX(50%) translateY(-50%) rotate(-45deg);
}

.nav-stakeholder {
  font-size: 1.1rem;
  position: fixed;
  z-index: 100;
  top: 100px;
  left: 0;
  width: 84px;
  box-shadow: 0 0 6px rgba(0, 0, 0, .3);
}

.nav-stakeholder .nav-menu {
  text-align: center;
  display: none;
}

.nav-stakeholder .nav-list-container .btn-container {
  text-align: center;
  display: none;
}

.nav-stakeholder .nav-list-container .btn-container .btn-close {
  text-align: center;
  color: #ea5504;
  background-color: #f3f3f3;
  width: 160px;
  padding: 12px;
  border-radius: 40px;
}

.nav-stakeholder .nav-list {
  text-align: center;
}

.nav-stakeholder .nav-list > li {
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
}

.nav-stakeholder .nav-list > li a {
  color: #23323b;
  position: relative;
  display: block;
  padding: 20px 0 16px;
  transition: opacity .3s;
}

.nav-stakeholder .nav-list > li a::before {
  line-height: 1;
  display: block;
  margin: 0 auto 5px;
  content: "";
}

.nav-stakeholder .nav-list > li a::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 4px;
  height: 0;
  content: "";
  transition: height .3s, background-color .3s;
}

.nav-stakeholder .nav-list > li a:hover,
.nav-stakeholder .nav-list > li a:active,
.nav-stakeholder .nav-list > li a:focus {
  text-decoration: none;
  background-color: #fef3ed;
}

.nav-stakeholder .nav-list > li a:hover::after,
.nav-stakeholder .nav-list > li a:active::after,
.nav-stakeholder .nav-list > li a:focus::after {
  background-color: #ea5504;
  height: 100%;
}

.nav-stakeholder .nav-list > li a .blank {
  vertical-align: middle;
  display: inline;
  margin-left: 4px;
}

.nav-stakeholder .nav-list > li.is-current > a {
  background-color: #fef3ed;
}

.nav-stakeholder .nav-list > li.is-current > a::after {
  position: absolute;
}

.nav-stakeholder .nav-list > li:last-child {
  border-bottom: 0;
}

.nav-stakeholder .nav-list .list-01 a::before {
  width: 33px;
  height: 38px;
  content: url("/share/images/icon_stakeholder_01.png");
}

.nav-stakeholder .nav-list .list-01 a:hover::before,
.nav-stakeholder .nav-list .list-01 a:active::before,
.nav-stakeholder .nav-list .list-01 a:focus::before {
  content: url("/share/images/icon_stakeholder_01_on.png");
}

.nav-stakeholder .nav-list .list-01.is-current a::before {
  content: url("/share/images/icon_stakeholder_01_on.png");
}

.nav-stakeholder .nav-list .list-02 a::before {
  width: 33px;
  height: 39px;
  content: url("/share/images/icon_stakeholder_02.png");
}

.nav-stakeholder .nav-list .list-02 a:hover::before,
.nav-stakeholder .nav-list .list-02 a:active::before,
.nav-stakeholder .nav-list .list-02 a:focus::before {
  content: url("/share/images/icon_stakeholder_02_on.png");
}

.nav-stakeholder .nav-list .list-02.is-current a::before {
  content: url("/share/images/icon_stakeholder_02_on.png");
}

.nav-stakeholder .nav-list .list-03 a::before {
  width: 49px;
  height: 40px;
  content: url("/share/images/icon_stakeholder_03.png");
}

.nav-stakeholder .nav-list .list-03 a:hover::before,
.nav-stakeholder .nav-list .list-03 a:active::before,
.nav-stakeholder .nav-list .list-03 a:focus::before {
  content: url("/share/images/icon_stakeholder_03_on.png");
}

.nav-stakeholder .nav-list .list-03.is-current a::before {
  content: url("/share/images/icon_stakeholder_03_on.png");
}

.nav-stakeholder .nav-list .list-04 a::before {
  width: 33px;
  height: 38px;
  content: url("/share/images/icon_stakeholder_04.png");
}

.nav-stakeholder .nav-list .list-04 a:hover::before,
.nav-stakeholder .nav-list .list-04 a:active::before,
.nav-stakeholder .nav-list .list-04 a:focus::before {
  content: url("/share/images/icon_stakeholder_04_on.png");
}

.nav-stakeholder .nav-list .list-04.is-current a::before {
  content: url("/share/images/icon_stakeholder_04_on.png");
}

.nav-stakeholder .txt-break {
  display: block;
}

.nav-stakeholder .btn-stakeholder-menu {
  font-size: 1.1rem;
  text-align: center;
  background-color: #fff;
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 0 8px;
  border-bottom: 1px solid #ebebeb;
}

.nav-stakeholder .btn-stakeholder-menu::before {
  display: block;
  width: 19px;
  height: 19px;
  margin: 0 auto 5px;
  content: url(/share/images/icon_stakeholder_btn_02.png);
}

.nav-stakeholder .btn-stakeholder-menu::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 4px;
  height: 0;
  content: "";
  transition: height .3s, background-color .3s;
}

.nav-stakeholder .btn-stakeholder-menu.is-closed::before {
  width: 23px;
  height: 27px;
  content: url(/share/images/icon_stakeholder_btn_01.png);
}

.nav-stakeholder .btn-stakeholder-menu.is-closed:hover::before,
.nav-stakeholder .btn-stakeholder-menu.is-closed:active::before,
.nav-stakeholder .btn-stakeholder-menu.is-closed:focus::before {
  content: url(/share/images/icon_stakeholder_btn_01_on.png);
}

.nav-stakeholder .btn-stakeholder-menu:hover,
.nav-stakeholder .btn-stakeholder-menu:active,
.nav-stakeholder .btn-stakeholder-menu:focus {
  background-color: #fef3ed;
}

.nav-stakeholder .btn-stakeholder-menu:hover::before,
.nav-stakeholder .btn-stakeholder-menu:active::before,
.nav-stakeholder .btn-stakeholder-menu:focus::before {
  content: url(/share/images/icon_stakeholder_btn_02_on.png);
}

.nav-stakeholder .btn-stakeholder-menu:hover::after,
.nav-stakeholder .btn-stakeholder-menu:active::after,
.nav-stakeholder .btn-stakeholder-menu:focus::after {
  background-color: #ea5504;
  height: 100%;
}

/* ============================================================================
* メインコンテンツ
* ========================================================================= */
.breadcrumb {
  display: block;
  margin: 40px 0;
}

.breadcrumb .list-breadcrumb {
  max-width: 1000px;
  margin: 0 auto;
  padding: 15px 20px 15px 0;
}

.breadcrumb .list-breadcrumb li {
  position: relative;
  display: inline;
}

.breadcrumb .list-breadcrumb li::before {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 8px 0 3px;
  content: "";
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.breadcrumb .list-breadcrumb li:first-child {
  padding-left: 0;
}

.breadcrumb .list-breadcrumb li:first-child::before {
  content: none;
}

.breadcrumb .list-breadcrumb li > a,
.breadcrumb .list-breadcrumb li > span {
  font-size: 1.2rem;
  text-decoration: underline;
  color: #23323b;
}

.breadcrumb .list-breadcrumb li > span {
  text-decoration: none;
}

.breadcrumb .list-breadcrumb li > [aria-current] {
  font-size: 1.2rem;
  text-decoration: none;
  color: #23323b;
}

.main-visual {
  background: url(/share/images/index_img_main_sp_01.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  width: 100%;
}

.main-visual > .breadcrumb {
  display: none;
}

.main-visual > .inner {
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .45));
  position: relative;
  min-height: 340px;
  margin: 0 auto;
  padding: 0 20px;
}

.main-visual > .inner .mod-heading-l1 {
  position: absolute;
  right: 50%;
  bottom: 50%;
  width: 100%;
  max-width: 980px;
  margin: 0;
  padding: 0 20px;
  transform: translate(50%, 50%);
}

.main-visual > .inner .mod-heading-l1 > .heading > .text {
  color: #fff;
}

.main-visual > .inner .mod-heading-l1 > .sub {
  color: #fff;
}

.main-visual._type2 > .inner {
  min-height: 300px;
}

.main-visual._type3 {
  background-color: #fef3ed;
  background-image: none;
}

.main-visual._type3 .breadcrumb .list-breadcrumb > li::before {
  border-top: 1px solid #23323b;
  border-right: 1px solid #23323b;
}

.main-visual._type3 .breadcrumb .list-breadcrumb > li > a,
.main-visual._type3 .breadcrumb .list-breadcrumb > li > span {
  color: #23323b;
}

.main-visual._type3 > .inner {
  background: none;
  background-repeat: no-repeat;
  background-position: bottom right;
  display: flex;
  align-items: center;
  min-height: 340px;
  padding: 100px 0 50px;
}

.main-visual._type3 > .inner .mod-heading-l1 > .heading {
  margin-top: 20px;
}

.main-visual._type3 > .inner .mod-heading-l1 > .heading > .text {
  font-size: 2.3rem;
  line-height: 1.5;
  color: #ea5504;
}

.main-visual._type3 > .inner .mod-heading-l1 > .sub {
  font-size: 1.4rem;
  line-height: 2.1;
  color: #23323b;
  margin-top: 24px;
}

.main-visual._type3 > .inner .mod-heading-l1 > .time {
  font-size: 1.6rem;
  color: #5d6164;
  order: -1;
}

.main-visual._type4 {
  background-color: #fef3ed;
  background-image: none;
}

.main-visual._type4 .breadcrumb .list-breadcrumb > li::before {
  border-top: 1px solid #23323b;
  border-right: 1px solid #23323b;
}

.main-visual._type4 .breadcrumb .list-breadcrumb > li > a,
.main-visual._type4 .breadcrumb .list-breadcrumb > li > span {
  color: #23323b;
}

.main-visual._type4 > .inner {
  background-image: none;
  background-repeat: no-repeat;
  min-height: 250px;
}

.main-visual._type4 > .inner .mod-heading-l1 > .heading > .text {
  color: #ea5504;
}

.theme-top .site-main-wrap {
  background: #ea5504;
  overflow: hidden;
  height: 660px;
}

.theme-top .site-main-wrap .main-inner {
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.theme-top .site-main-wrap p {
  font-size: 8rem;
  font-weight: bold;
  line-height: 1.4444;
  letter-spacing: 1px;
  margin: 0;
}

.theme-top .site-main-wrap p span {
  display: inline-block;
  transition: transform 1.2s cubic-bezier(.25, 0, .3, 1), opacity 2s ease-out;
  will-change: transform;
}

.theme-top .site-main-wrap p span.main-text-block {
  white-space: nowrap;
}

.theme-top .site-main-wrap p:first-child > span:nth-child(2) {
  transition-delay: .04s;
}

.theme-top .site-main-wrap p:first-child > span:nth-child(3) {
  transition-delay: .08s;
}

.theme-top .site-main-wrap p:first-child > span:nth-child(4) {
  transition-delay: .12s;
}

.theme-top .site-main-wrap p:first-child > span:nth-child(5) {
  transition-delay: .16s;
}

.theme-top .site-main-wrap p:first-child > span:nth-child(6) {
  transition-delay: .2s;
}

.theme-top .site-main-wrap p:last-child {
  letter-spacing: -3px;
}

.theme-top .site-main-wrap p:last-child > span:nth-child(1) {
  transition-delay: .24s;
}

.theme-top .site-main-wrap p:last-child > span:nth-child(2) {
  transition-delay: .28s;
}

.theme-top .site-main-wrap p:last-child > span:nth-child(3) {
  transition-delay: .32s;
}

.theme-top .site-main-wrap p:last-child > span:nth-child(4) {
  transition-delay: .36s;
}

.theme-top .site-main-wrap p:last-child > span:nth-child(5) {
  transition-delay: .4s;
}

.theme-top .site-main-wrap p:last-child > span:nth-child(6) {
  transition-delay: .44s;
}

.theme-top .site-main-wrap p:last-child > span:nth-child(7) {
  transition-delay: .48s;
}

.theme-top .site-main-wrap p:last-child > span:nth-child(8) span:nth-child(1) {
  transition-delay: .52s;
}

.theme-top .site-main-wrap p:last-child > span:nth-child(8) span:nth-child(2) {
  transition-delay: .56s;
}

.theme-top .site-main-wrap p:last-child > span:nth-child(8) span:nth-child(3) {
  transition-delay: .6s;
}

.theme-top .site-main-wrap p:last-child > span:nth-child(9) {
  transition-delay: .64s;
}

.theme-top .site-main-wrap p:last-child > span:nth-child(10) span:nth-child(1) {
  transition-delay: .68s;
}

.theme-top .site-main-wrap p:last-child > span:nth-child(10) span:nth-child(2) {
  text-indent: -2px;
  letter-spacing: -5px;
  transition-delay: .72s;
}

.theme-top .site-main-wrap p:last-child > span:nth-child(10) span:nth-child(3) {
  text-indent: -4px;
  letter-spacing: -3px;
  transition-delay: .76s;
}

.theme-top .site-main-wrap.no-animation p span {
  transition: none;
}

.theme-top .site-main-wrap .main-text-back,
.theme-top .site-main-wrap .main-text-front {
  position: absolute;
  z-index: 1;
  top: -208px;
  left: 0;
  width: 1400px;
  height: 970px;
  margin: auto;
  padding-top: 595px;
}

.theme-top .site-main-wrap .main-text-back p {
  color: #fff;
}

.theme-top .site-main-wrap .main-text-front {
  background: url("/images/index_mainvisual.jpg") no-repeat;
  background-size: cover;
  overflow: hidden;
  will-change: transform;
  border-radius: 37.8% 62.2% 37.8% 62.2% / 37% 53% 47% 63%;
  opacity: 1;
}

.theme-top .site-main-wrap .main-text-front p {
  color: #ea5504;
  text-shadow: 0 0 60px rgba(255, 255, 255, .9);
}

@keyframes mainVisual-in {
  0% {
    transform: scale3d(0, 0, 1);
    animation-timing-function: cubic-bezier(.9, 0, 1, 1);
    box-shadow: 0 0 30px 50px rgba(0, 0, 0, .1);
    opacity: 0;
  }
  50% {
    transform: scale3d(.5, .5, 1);
    box-shadow: 0 0 30px 30px rgba(0, 0, 0, .1);
  }
  65% {
    opacity: 1;
  }
  75% {
    transform: scale3d(1.1, 1.1, 1);
    animation-timing-function: cubic-bezier(.5, 0, .5, 1);
    box-shadow: 0 0 30px 30px rgba(0, 0, 0, .1);
  }
  100% {
    transform: scale3d(1, 1, 1);
    box-shadow: 0 0 30px 30px rgba(0, 0, 0, 0);
  }
}

/* ============================================================================
* 見出しモジュール
* ========================================================================= */
.mod-heading-l1 {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.mod-heading-l1 > .heading {
  line-height: 1.25;
  margin: 0;
}

.mod-heading-l1 > .heading > .text {
  font-size: 3rem;
}

.mod-heading-l1 > .sub {
  font-size: 1.4rem;
  margin: 27px 0 0;
}

.mod-heading-l2 {
  margin: 66px 0 29px;
}

.mod-heading-l2 > .heading {
  line-height: 1.25;
  text-align: center;
  margin: 0;
}

.mod-heading-l2 > .heading > .text {
  font-size: 3rem;
  color: #ea5504;
}

.mod-heading-l2._iconType > .heading {
  display: flex;
  justify-content: center;
}

.mod-heading-l2._iconType > .heading > .text {
  position: relative;
  padding-left: 40px;
}

.mod-heading-l2._iconType > .heading > .text::before {
  background: no-repeat top right;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 35px;
  height: 34px;
  content: "";
}

.mod-heading-l2._iconType._stethoscope > .heading > .text::before {
  background-image: url(/share/images/head-icon-01.png);
}

.mod-heading-l2._iconType._medicine > .heading > .text::before {
  background-image: url(/share/images/head-icon-03.png);
  left: 5px;
  width: 33px;
  height: 51px;
}

.mod-heading-l2._iconType._contact > .heading > .text::before {
  background-image: url(/share/images/head-icon-04.png);
  width: 46px;
  height: 46px;
}

.mod-heading-l2 + .mod-heading-l3 {
  margin-top: 15px;
}

.mod-heading-l3 {
  margin: 48px 0 26px;
}

.mod-heading-l3._underLine {
  position: relative;
  padding-bottom: 18px;
}

.mod-heading-l3._underLine::after {
  background-color: #ea5504;
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 60px;
  height: 3px;
  content: "";
  transform: translateX(-50%);
}

.mod-heading-l3 > .heading {
  line-height: 1.25;
  text-align: center;
  margin: 0;
}

.mod-heading-l3 > .heading > .text {
  font-size: 2.3rem;
}

.mod-heading-l3._iconType > .heading {
  display: flex;
  justify-content: center;
}

.mod-heading-l3._iconType > .heading > .text {
  position: relative;
  padding-left: 32px;
}

.mod-heading-l3._iconType > .heading > .text::before {
  background: no-repeat top right;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 28px;
  height: 29px;
  content: "";
  content: "";
}

.mod-heading-l3._iconType._question > .heading > .text::before {
  background-image: url(/share/images/head-icon-02.png);
}

.mod-heading-l3 + .mod-heading-l4 {
  margin-top: 26px;
}

.mod-heading-l4 {
  margin: 33px 0 15px;
}

.mod-heading-l4 > .heading {
  line-height: 1.25;
  margin: 0;
}

.mod-heading-l4 > .heading > .text {
  font-size: 1.8rem;
}

.mod-heading-l4 + .mod-heading-l5 {
  margin-top: 7.5px;
}

.mod-heading-l4._iconType > .heading {
  display: flex;
}

.mod-heading-l4._iconType > .heading > .text {
  font-size: 1.6rem;
  position: relative;
  padding-left: 27px;
}

.mod-heading-l4._iconType > .heading > .text::before {
  background: no-repeat top right;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 22px;
  height: 22px;
  content: "";
}

.mod-heading-l4._iconType._question > .heading > .text::before {
  background-image: url(/share/images/head-icon-02.png);
}

.mod-heading-l5 {
  margin: 22px 0 11px;
}

.mod-heading-l5 > .heading {
  line-height: 1.25;
  margin: 0;
}

.mod-heading-l5 > .heading > .text {
  font-size: 1.6rem;
  color: #ea5504;
}

.mod-heading-l2._news {
  margin: 48px 0 26px;
}

.mod-heading-l2._news > .heading {
  line-height: 1.25;
}

.mod-heading-l2._news > .heading > .text {
  font-size: 2.3rem;
}

.mod-heading-l3._news {
  margin: 33px 0 15px;
}

.mod-heading-l3._news > .heading {
  line-height: 1.25;
  text-align: left;
}

.mod-heading-l3._news > .heading > .text {
  font-size: 1.8rem;
}

.mod-heading-l4._news {
  margin: 22px 0 11px;
}

.mod-heading-l4._news > .heading {
  line-height: 1.25;
}

.mod-heading-l4._news > .heading > .text {
  font-size: 1.6rem;
  color: #ea5504;
}

.mod-heading-l1 + *,
.mod-heading-l2 + *,
.mod-heading-l3 + *,
.mod-heading-l4 + *,
.mod-heading-l5 + * {
  margin-top: 0 !important;
}

/* ============================================================================
* テキストモジュール
* ========================================================================= */
.mod-text {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 40px 0 0;
}

.mod-text > .emphasis {
  color: #ed6f36;
}

.mod-text > .emphasis._type2 {
  color: #30a0e0;
}

.mod-text > .slanting {
  font-style: italic;
}

.mod-text + .mod-text {
  margin-top: 16px;
}

.mod-text._center {
  text-align: center;
}

.mod-text._right {
  text-align: right;
}

.mod-text._left {
  text-align: left;
}

.underLine {
  font-weight: normal;
  text-decoration: underline;
}

/* ============================================================================
* リンクモジュール
* ========================================================================= */
a > .blank {
  margin: 5px 0 0 5px;
}

a > .pdf {
  margin: 3px 0 0 5px;
}

a > .data {
  color: #23323b;
}

.mod-link-text,
.mod-link-list > li,
.mod-link-textLine > li,
.mod-localNavi > .link,
.mod-philosophy-figure .spContent > .linkContent > .content > dd > ol > li,
.mod-philosophy-figure .spContent > .linkContent > .content > dd > ul > li {
  margin: 40px 0 0;
}

.mod-link-text + .mod-link-text,
.mod-link-list > li + .mod-link-text,
.mod-link-textLine > li + .mod-link-text,
.mod-localNavi > .link + .mod-link-text,
.mod-philosophy-figure .spContent > .linkContent > .content > dd > ol > li + .mod-link-text,
.mod-philosophy-figure .spContent > .linkContent > .content > dd > ul > li + .mod-link-text,
.mod-link-list > .mod-link-text + li,
.mod-link-list > li + li,
.mod-link-list.mod-localNavi > .link + li,
.mod-link-textLine > .mod-link-text + li,
.mod-link-textLine > li + li,
.mod-link-textLine.mod-localNavi > .link + li,
.mod-localNavi > .mod-link-text + .link,
.mod-localNavi.mod-link-list > li + .link,
.mod-localNavi.mod-link-textLine > li + .link,
.mod-localNavi > .link + .link,
.mod-philosophy-figure .spContent > .linkContent > .content > dd > ol.mod-localNavi > li + .link,
.mod-philosophy-figure .spContent > .linkContent > .content > dd > ul.mod-localNavi > li + .link,
.mod-philosophy-figure .spContent > .linkContent > .content > dd > ol > .mod-link-text + li,
.mod-philosophy-figure .spContent > .linkContent > .content > dd > ol.mod-localNavi > .link + li,
.mod-philosophy-figure .spContent > .linkContent > .content > dd > ol > li + li,
.mod-philosophy-figure .spContent > .linkContent > .content > dd > ul > .mod-link-text + li,
.mod-philosophy-figure .spContent > .linkContent > .content > dd > ul.mod-localNavi > .link + li,
.mod-philosophy-figure .spContent > .linkContent > .content > dd > ul > li + li {
  margin-top: 10px;
}

.mod-link-text > a,
.mod-link-list > li > a,
.mod-link-textLine > li > a,
.mod-localNavi > .link > a,
.mod-philosophy-figure .spContent > .linkContent > .content > dd > ol > li > a,
.mod-philosophy-figure .spContent > .linkContent > .content > dd > ul > li > a {
  color: #23323b;
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.mod-link-text > a::before,
.mod-link-list > li > a::before,
.mod-link-textLine > li > a::before,
.mod-localNavi > .link > a::before,
.mod-philosophy-figure .spContent > .linkContent > .content > dd > ol > li > a::before,
.mod-philosophy-figure .spContent > .linkContent > .content > dd > ul > li > a::before {
  background: url(/share/images/icon_arrow_01.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  width: 14px;
  height: 9px;
  content: "";
}

.mod-link-text._return a::before,
.mod-link-list > li._return a::before,
.mod-link-textLine > li._return a::before,
.mod-localNavi > ._return.link a::before,
.mod-philosophy-figure .spContent > .linkContent > .content > dd > ol > li._return a::before,
.mod-philosophy-figure .spContent > .linkContent > .content > dd > ul > li._return a::before {
  transform: rotate(180deg);
}

.mod-link-text._anchor > a::before,
.mod-link-list > li._anchor > a::before,
.mod-link-textLine > li._anchor > a::before,
.mod-localNavi > ._anchor.link > a::before,
.mod-philosophy-figure .spContent > .linkContent > .content > dd > ol > li._anchor > a::before,
.mod-philosophy-figure .spContent > .linkContent > .content > dd > ul > li._anchor > a::before {
  background-image: url(/share/images/icon_arrow_03.png);
  background-size: contain;
  top: 4px;
  display: inline-block;
  width: 9px;
  height: 14px;
}

li.mod-link-text + li,
.mod-link-list > li + li,
.mod-link-textLine > li + li,
.mod-localNavi > li.link + li,
.mod-philosophy-figure .spContent > .linkContent > .content > dd > ol > li + li,
.mod-philosophy-figure .spContent > .linkContent > .content > dd > ul > li + li {
  margin-top: 10px;
}

.mod-link-list {
  margin-top: 40px;
}

.mod-link-list > li {
  margin-top: 0;
}

.mod-link-textLine {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.mod-link-textLine > :first-child {
  margin-top: 0 !important;
}

.mod-link-textLine > li {
  margin-right: 20px;
}

.mod-link-textLine > li + li {
  margin-top: 10px;
}

.mod-link-textLine > li:last-child {
  margin-right: 0;
}

.mod-news-box {
  position: relative;
  margin: 40px 0 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.mod-news-box + .mod-news-box {
  margin-top: 20px;
}

.mod-news-box::before {
  background-color: #ea5504;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
}

.mod-news-box > .content {
  padding: 20px;
}

.mod-news-box > .content > :first-child {
  margin-top: 0 !important;
}

.mod-news-box > .content > .text {
  margin: 10px 0 0;
}

.mod-link-media {
  z-index: 0;
  overflow: hidden;
  margin-top: 40px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.mod-link-media > .wrap {
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .45));
  position: relative;
  display: block;
  width: 100%;
  max-height: 210px;
}

.mod-link-media > .wrap > .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.mod-link-media > .wrap > .content > .title {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  margin: 0;
}

.mod-link-media > .wrap > .content > .text {
  display: none;
}

.mod-link-media > .wrap > .media {
  position: relative;
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
}

.mod-link-media > .wrap > .media > img {
  z-index: -2;
  width: 100%;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
}

.mod-link-media > a.wrap::before {
  background-color: #ea5504;
  position: absolute;
  right: -38px;
  bottom: -38px;
  display: inline-block;
  width: 76px;
  height: 76px;
  content: "";
  border-radius: 50%;
}

.mod-link-media > a.wrap > .content::after {
  background: url(/share/images/icon_arrow_white_01.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 9px;
  bottom: 9px;
  display: inline-block;
  width: 14px;
  height: 9px;
  content: "";
}

.mod-link-media._video > a.wrap > .content::before {
  background-color: #fff;
  position: absolute;
  right: 13px;
  bottom: 8px;
  display: inline-block;
  width: 1px;
  height: 14px;
  content: "";
}

.mod-link-media._video > a.wrap > .content::after {
  background-color: #fff;
  position: absolute;
  right: 7px;
  bottom: 14px;
  display: inline-block;
  width: 14px;
  height: 1px;
  content: "";
}

.mod-link-media._fullbox > .wrap {
  height: 200px;
  max-height: none;
}

.mod-link-media._fullbox > .wrap > .content {
  text-align: center;
  top: 55%;
  transform: translateY(-50%);
}

.mod-link-media._fullbox > .wrap > .content > .title {
  font-size: 2.3rem;
}

.mod-link-media._fullbox > .wrap > .content > .text {
  font-size: 1.4rem;
  color: #fff;
  display: block;
  margin: 10px 0 0;
}

.mod-link-media._fullbox > .wrap > .content > .mod-button-wrap {
  margin-top: 10px;
}

.mod-link-media._fullbox > .wrap > .media {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(50%, -50%);
}

.mod-link-media._fullbox > .wrap > .media > img {
  width: auto;
}

.mod-link-media._mediaSizeL > .wrap {
  max-height: 210px;
}

.mod-link-media._mediaSizeL > .wrap > .content {
  max-height: 210px;
}

.mod-link-mediaLayout {
  max-width: 600px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.mod-link-mediaLayout > .inner {
  display: flex;
  flex-direction: column;
}

.mod-link-mediaLayout > .inner > .item {
  z-index: 0;
  flex-grow: 1;
}

.mod-link-mediaLayout > .inner > .item + .item {
  margin-top: 20px;
}

.mod-link-mediaLayout > .inner > .item .mod-link-media {
  z-index: 0;
  margin-top: 0;
}

.mod-link-mediaLayout > .inner > .item .mod-link-media + .mod-link-media {
  margin-top: 20px;
}

.mod-link-mediaLayout > .inner > .item > .itemInner {
  display: flex;
  margin-top: 13px;
}

.mod-link-mediaLayout > .inner > .item > .itemInner > .mod-link-media {
  flex: 1 1 auto;
}

.mod-link-mediaLayout > .inner > .item > .itemInner > .mod-link-media + .mod-link-media {
  margin-top: 0;
}

.mod-link-mediaLayout > .inner > .item > .itemInner > :first-child {
  max-width: 370px;
}

.mod-link-mediaLayout._layoutType2 > .inner > .item > .itemInner {
  display: flex;
  margin-top: 20px;
}

.mod-link-mediaLayout._layoutType2 > .inner > .item > .itemInner > .mod-link-media {
  max-height: 210px;
}

.mod-link-mediaLayout._layoutType2 > .inner > .item > .itemInner > .mod-link-media + .mod-link-media {
  margin-top: 0;
}

.mod-link-mediaLayout._layoutType2 > .inner > .item > .itemInner > :first-child {
  margin-right: 10px;
}

.mod-link-mediaLayout._layoutType3 {
  max-width: 670px;
}

.mod-link-mediaLayout._layoutType3 > .inner > .item:nth-child(2) {
  margin-top: 0;
}

.mod-link-mediaLayout._layoutType3 > .inner > .item > .itemInner {
  display: flex;
  margin-top: 20px;
}

.mod-link-mediaLayout._layoutType3 > .inner > .item > .itemInner > .mod-link-media {
  max-height: 326px;
}

.mod-link-mediaLayout._layoutType3 > .inner > .item > .itemInner > .mod-link-media > .wrap {
  max-height: 326px;
}

.mod-link-mediaLayout._layoutType3 > .inner > .item > .itemInner > .mod-link-media > .wrap > .content {
  padding: 15px 10px 15px 15px;
}

.mod-link-mediaLayout._layoutType3 > .inner > .item > .itemInner > .mod-link-media > .wrap > .content > .text-short {
  letter-spacing: -.05rem;
}

.mod-link-mediaLayout._layoutType3 > .inner > .item > .itemInner > .mod-link-media + .mod-link-media {
  margin-top: 0;
}

.mod-link-mediaLayout._layoutType3 > .inner > .item > .itemInner > :first-child {
  max-width: 408px;
  margin-right: 20px;
}

.mod-link-mediaLayout._layoutType3 > .inner > .item > .mod-link-media._mediaSizeL > .wrap {
  max-height: 420px;
}

.mod-link-mediaLayout._layoutType3 > .inner > .item > .mod-link-media._mediaSizeL > .wrap > .content {
  max-height: 420px;
}

.mod-link-mediaLayout._layoutType3 > .inner > .item > .mod-link-media._mediaSizeM > .wrap {
  max-height: 326px;
}

.mod-link-mediaLayout._layoutType3 > .inner > .item > .mod-link-media._mediaSizeM > .wrap > .content {
  max-height: 326px;
}

.mod-link-mediaLayout._layoutType3 > .inner > .item > .mod-link-media._mediaSizeS > .wrap {
  max-height: 202px;
}

.mod-link-mediaLayout._layoutType3 > .inner > .item > .mod-link-media._mediaSizeS > .wrap > .content {
  max-height: 202px;
}

.mod-link-mediaIndex {
  margin-top: 40px;
}

.mod-link-mediaIndex > .inner > .item + .item {
  margin-top: 20px;
}

.mod-link-mediaIndex > .inner > .item > .wrap {
  display: flex;
  flex-direction: column-reverse;
  cursor: pointer;
}

.mod-link-mediaIndex > .inner > .item > .wrap > .content {
  text-align: center;
  margin-top: 20px;
}

.mod-link-mediaIndex > .inner > .item > .wrap > .content > .title {
  font-size: 2.6rem;
  font-weight: bold;
  color: #ea5504;
  margin: 0;
}

.mod-link-mediaIndex > .inner > .item > .wrap > .content > .text {
  color: #23323b;
  margin: 10px 0 0;
}

.mod-link-mediaIndex > .inner > .item > .wrap > .content > :first-child {
  margin-top: 0 !important;
}

.mod-link-mediaIndex > .inner > .item > .wrap > .media {
  position: relative;
  overflow: hidden;
}

.mod-link-mediaIndex > .inner > .item > .wrap > .media::before {
  background-color: #ea5504;
  position: absolute;
  z-index: 2;
  right: -38px;
  bottom: -38px;
  display: inline-block;
  width: 76px;
  height: 76px;
  content: "";
  border-radius: 50%;
}

.mod-link-mediaIndex > .inner > .item > .wrap > .media::after {
  background: url(/share/images/icon_arrow_white_01.png) no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 3;
  right: 9px;
  bottom: 9px;
  display: inline-block;
  width: 14px;
  height: 9px;
  content: "";
}

.mod-link-mediaIndex > .inner > .item > .wrap > .media > img {
  vertical-align: bottom;
  width: 100%;
}

.mod-link-mediaIndex._layoutBox > .inner > .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mod-link-mediaIndex._layoutBox > .inner > .item > .head > [class^="mod-heading-"] {
  margin-top: 0;
}

.mod-link-mediaIndex._layoutBox > .inner > .item > .wrap {
  position: relative;
  flex: 1 1 auto;
  justify-content: flex-end;
  box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.mod-link-mediaIndex._layoutBox > .inner > .item > .wrap::after {
  background: url(/share/images/icon_arrow_01.png) no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 3;
  right: 10px;
  bottom: 10px;
  display: inline-block;
  width: 14px;
  height: 9px;
  content: "";
}

.mod-link-mediaIndex._layoutBox > .inner > .item > .wrap > .content {
  text-align: left;
  position: relative;
  margin-top: 0;
  padding: 20px 15px;
}

.mod-link-mediaIndex._layoutBox > .inner > .item > .wrap > .content > .title {
  font-size: 1.6rem;
}

.mod-link-mediaIndex._layoutBox > .inner > .item > .wrap > .media::before {
  content: none;
}

.mod-link-mediaIndex._layoutBox > .inner > .item > .wrap > .media::after {
  content: none;
}

.mod-localNavi > .link {
  margin-top: 0;
}

.mod-localNavi > .link > a {
  font-size: 1.8rem;
  padding-left: 30px;
}

.mod-localNavi > .link > a::before {
  background-image: url(/share/images/icon_arrow_04.png);
  width: 21px;
  height: 14px;
}

.mod-localNavi > .title {
  font-size: 1.6rem;
  color: #5d6164;
  display: block;
  margin-top: 20px;
}

.mod-localNavi > .title + .mod-layout {
  margin-top: 16px;
}

.mod-localNavi > .mod-layout {
  margin-top: 20px;
}

.mod-localNavi .mod-link-list {
  margin-top: 0;
}

.mod-localNavi .mod-link-list > .item > a {
  font-size: 1.4rem;
}

.mod-localNavi .mod-link-list > .item > a::before {
  top: 5px;
}

.mod-localNavi .mod-link-list > .item.is-current > a {
  color: #ea5504;
}

.mod-philosophy-figure {
  margin-top: 40px;
}

.mod-philosophy-figure > .content {
  background-color: #fef3ed;
  padding: 20px 25px;
}

.mod-philosophy-figure > .content > :first-child {
  margin-top: 0;
}

.mod-philosophy-figure > .content > .title {
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
  color: #ea5504;
  margin: 0;
}

.mod-philosophy-figure > .content > .contentInner {
  display: none;
}

.mod-philosophy-figure > .content > .spFigure {
  text-align: center;
  margin-top: 25px;
}

.mod-philosophy-figure .mod-list-note > li {
  font-size: 1.4rem;
}

.mod-philosophy-figure .spContent > .linkContent > .content {
  margin-top: 30px;
}

.mod-philosophy-figure .spContent > .linkContent > .content > dt {
  font-size: 1.4rem;
  position: relative;
  padding-left: 10px;
}

.mod-philosophy-figure .spContent > .linkContent > .content > dt::before {
  background-color: #ea5504;
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 50%;
}

.mod-philosophy-figure .spContent > .linkContent > .content > dd {
  margin-left: 10px;
}

.mod-philosophy-figure .spContent > .linkContent > .content > dd > ol > li,
.mod-philosophy-figure .spContent > .linkContent > .content > dd > ul > li {
  margin-top: 10px;
}

.mod-philosophy-figure .spContent > .linkContent > .content > dd > ol > li.bullet,
.mod-philosophy-figure .spContent > .linkContent > .content > dd > ul > li.bullet {
  position: relative;
  padding-left: 10px;
}

.mod-philosophy-figure .spContent > .linkContent > .content > dd > ol > li.bullet::before,
.mod-philosophy-figure .spContent > .linkContent > .content > dd > ul > li.bullet::before {
  background-color: #5d6164;
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 50%;
}

/* ============================================================================
* パネルモジュール
* ========================================================================= */
.mod-panel-contact {
  margin-top: 40px;
}

.mod-panel-contact > .inner {
  padding: 30px 20px;
  border: 1px solid #d1d2d2;
}

.mod-panel-contact > .inner > .title {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

.mod-panel-contact > .inner > .mallContact {
  margin-top: 25px;
}

.mod-panel-contact > .inner > .mallContact > .text {
  text-align: center;
}

.mod-panel-contact > .inner > .mallContact > .button {
  margin-top: 20px;
}

.mod-panel-contact > .inner > .content {
  margin-top: 25px;
}

.mod-panel-contact > .inner > .content > .telContact > .contact {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.mod-panel-contact > .inner > .content > .telContact > .contact > .icon {
  margin-right: 5px;
}

.mod-panel-contact > .inner > .content > .telContact > .contact > .phone {
  font-family: "Hind Madurai", Arial, sans-serif;
  font-size: 3.9rem;
  font-weight: bold;
  flex: 0 0 auto;
}

.mod-panel-contact > .inner > .content > .telContact > .contact:first-child {
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d2d2;
}

.mod-panel-contact > .inner > .content > .telContact > .contact > .item {
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  background-color: #5d6164;
  min-width: 85px;
  margin-right: 10px;
  padding: 5px;
}

.mod-panel-contact > .inner > .content > .telContact > .contact > .businessHours {
  font-size: 1.8rem;
  font-weight: bold;
}

.mod-panel-contact > .inner > .content > .telContact > .contact > .businessHours > .note {
  font-size: 1.2rem;
  font-weight: normal;
  text-indent: -.5em;
  display: block;
}

.mod-panel-contact > .inner > .content > .contactWide {
  background-color: #f3f3f3;
  display: block;
  margin-top: 10px;
  padding: 22px 20px;
}

.mod-panel-contact > .inner > .content > .contactWide > .text {
  text-align: center;
  display: block;
}

.mod-panel-contact > .inner > .content > .contactWide > .phone {
  font-family: "Hind Madurai", Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mod-panel-contact > .inner > .content > .contactWide > .phone::before {
  background: url(/share/images/icon_tel_01.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 24px;
  height: 28px;
  margin-right: 5px;
  content: "";
}

.mod-panel-contact > .inner > .content > .contactWide > .note {
  color: #5d6164;
  display: flex;
  justify-content: center;
}

.mod-panel-contact > .inner > .content > .contactWide > .note > .mark {
  margin-right: 5px;
}

/* ============================================================================
* ボタンモジュール
* ========================================================================= */
.mod-button {
  text-align: center;
  background-color: #f3f3f3;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  transition: opacity .5s;
  border-radius: 40px;
}

.mod-button > .text {
  color: #ea5504;
  position: relative;
  display: block;
  padding: 10px 40px;
}

.mod-button > .text::after {
  background: url(/share/images/icon_arrow_01.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 10%;
  display: inline-block;
  width: 14px;
  height: 9px;
  margin-top: -4px;
  content: "";
}

.mod-button._bgWhite {
  background-color: #fff;
}

.mod-button._disabled {
  opacity: .6;
}

.mod-button._blank > .text::after {
  content: none;
}

.mod-button._blank > .text > .blank {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
}

.mod-button._pdf > .text::after {
  content: none;
}

.mod-button._pdf > .text > .pdf {
  position: absolute;
  top: 50%;
  right: 10%;
  margin-top: -6px;
}

.mod-button._reset {
  background-color: #fff;
  width: 162px;
}

.mod-button._reset > .text {
  font-size: 1.3rem;
  padding: 10.5px 20px;
}

.mod-button._reset > .text::after {
  background-image: url(/share/images/icon_reset_02.png);
  width: 16px;
  height: 19px;
  margin-top: -10px;
}

.mod-button._more > .text {
  color: #23323b;
}

.mod-button._more > .text::after {
  background-image: url(/share/images/icon_arrow_03.png);
  width: 9px;
  height: 14px;
  margin-top: -6px;
}

.mod-button._large {
  font-size: 20px;
  font-weight: bold;
  border-radius: 50px;
}

.mod-button._large > .text {
  padding: 10px 70px;
}

.mod-button._large > .text::after {
  background-image: url(/share/images/icon_arrow_02.png);
  width: 21px;
  height: 14px;
  margin-top: -7px;
}

.mod-button._conversion {
  background-color: #ea5504;
}

.mod-button._conversion > .text {
  color: #fff;
}

.mod-button._conversion > .text::after {
  background-image: url(/share/images/icon_arrow_white_01.png);
}

.mod-button._large._conversion > .text::after {
  background-image: url(/share/images/icon_arrow_white_02.png);
}

.mod-button._access > .text {
  display: flex;
  justify-content: center;
}

.mod-button._access > .text::before {
  background-image: url(/share/images/icon_access_01.png);
  background-size: contain;
  position: static;
  display: inline-block;
  width: 14px;
  height: 21px;
  margin-right: 10px;
  content: "";
  transform: translateY(0);
}

.mod-button._access.access-img > .text {
  display: flex;
  justify-content: center;
}

.mod-button._access.access-img > .text::before {
  background-image: url(/share/images/icon_access_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 6%;
  display: inline-block;
  width: 14px;
  height: 21px;
  content: "";
  transform: translateY(-50%);
}

.mod-button._anchor {
  background-color: #fff;
  border: 1px solid #d1d2d2;
}

.mod-button._anchor > .text::after {
  background-image: url(/share/images/icon_arrow_03.png);
  background-size: contain;
  width: 9px;
  height: 14px;
  margin-top: -8px;
}

.str-outer._bg-gray .mod-button {
  background-color: #fff;
}

.mod-button-wrap {
  text-align: center;
  margin-top: 20px;
}

.mod-button-wrap .mod-button {
  vertical-align: top;
  margin-top: 20px;
}

.mod-button-wrap .mod-button:first-child {
  margin-top: 0;
}

.mod-tab-box {
  margin-top: 40px;
}

.mod-tab-box > .list > li + li {
  margin-top: 20px;
}

.mod-tab-box > .list > li > a {
  color: #23323b;
  position: relative;
  display: block;
  padding: 15px;
  transition: .5s;
  border: 1px solid #d1d2d2;
}

.mod-tab-box > .list > li > a > .mark {
  font-size: 0;
}

.mod-tab-box > .list > li > a > .mark::before {
  background-color: #ea5504;
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  width: 2px;
  height: 18px;
  content: "";
  transition: transform .5s;
  transform: translateY(-50%);
}

.mod-tab-box > .list > li > a > .mark::after {
  background-color: #ea5504;
  position: absolute;
  top: 50%;
  right: 12px;
  display: inline-block;
  width: 18px;
  height: 2px;
  content: "";
  transform: translateY(-50%);
}

.mod-tab-box > .list > li > a.is-open {
  color: #fff;
  background-color: #ea5504;
  border-color: #ea5504;
}

.mod-tab-box > .list > li > a.is-open > .mark::before {
  transform: translateY(-50%) rotate(90deg);
}

.mod-tab-box > .list > li > a.is-open > .mark::after {
  background-color: #fff;
}

.mod-tab-box > .list > li > a:hover,
.mod-tab-box > .list > li > a:focus {
  color: #fff;
  background-color: #ea5504;
  border-color: #ea5504;
}

.mod-tab-box > .list > li > a:hover > .mark::before,
.mod-tab-box > .list > li > a:focus > .mark::before {
  background-color: #fff;
}

.mod-tab-box > .list > li > a:hover > .mark::after,
.mod-tab-box > .list > li > a:focus > .mark::after {
  background-color: #fff;
}

.mod-tab-box._type2 > .list {
  margin: 0;
}

.mod-tab-box._type2 > .list > li > a {
  min-width: 110px;
}

/* ============================================================================
* リストモジュール
* ========================================================================= */
.mod-list {
  margin-top: 40px;
}

.mod-list > li {
  font-size: 1.4rem;
  position: relative;
  padding-left: 18px;
}

.mod-list > li::before {
  background-color: #ea5504;
  position: absolute;
  top: 8px;
  left: 5px;
  display: inline-block;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
}

.mod-list > li + li {
  margin-top: 5px;
}

.mod-list > li > .mod-list-order {
  margin-top: 5px;
}

.mod-list > li > .mod-list {
  margin-top: 5px;
}

.mod-list > li > .mod-list > li::before {
  background-color: #5d6164;
  top: 10px;
  width: 4px;
  height: 4px;
}

.mod-list-order {
  margin-top: 40px;
}

.mod-list-order > li {
  font-size: 1.4rem;
  position: relative;
  padding-left: 25px;
  counter-increment: order;
}

.mod-list-order > li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: counter(order) ".";
  border-radius: 50%;
}

.mod-list-order > li + li {
  margin-top: 5px;
}

.mod-list-order > li > .mod-list {
  margin-top: 10px;
}

.mod-list-order > li > .mod-list-order {
  margin-top: 10px;
  counter-reset: order;
}

.mod-list-order._brackets > li::before {
  content: "(" counter(order) ") ";
}

.mod-list-order._lowerRoman > li::before {
  content: counter(order, lower-roman) ".";
}

.mod-list-description {
  margin: 40px 0 0;
}

.mod-list-description > .list + .list {
  margin-top: 20px;
}

.mod-list-description > .list > dt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.25;
  color: #ea5504;
}

.mod-list-description > .list > dd {
  font-size: 1.4rem;
  margin: 6px 0 0;
}

.mod-list-description > .list > dd > :first-child {
  margin-top: 0 !important;
}

.mod-list-description + .mod-list-description {
  margin-top: 25px;
}

.mod-list-description._note > .list > dt {
  font-size: 1.4rem;
  color: #5d6164;
}

.mod-list-description._note > .list > dt > .mark {
  margin-right: 10px;
}

.mod-list-description._note > .list > dd {
  color: #5d6164;
}

.mod-list-step {
  margin: 40px 0 0;
}

.mod-list-step > li > .step {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.25;
  display: flex;
}

.mod-list-step > li > .step > em {
  color: #ea5504;
  flex-shrink: 0;
  margin-right: 10px;
}

.mod-list-step > li > .text {
  font-size: 1.4rem;
  margin-top: 10px;
}

.mod-list-step > li + li {
  margin-top: 25px;
}

.mod-list-note {
  margin-top: 20px;
}

.mod-list-note > li {
  font-size: 1.4rem;
  color: #5d6164;
  position: relative;
  padding-left: 19px;
}

.mod-list-note > li > .mod-list-note,
.mod-list-note > li > .mod-list,
.mod-list-note > li > .mod-list-order {
  margin-top: 10px;
}

.mod-list-note > li > .mark {
  position: absolute;
  top: 0;
  left: 0;
}

.mod-list-note > li + li {
  margin-top: 10px;
}

.mod-list-note._order > li {
  padding-left: 37px;
}

.mod-list-note._order > li > .mark {
  flex-shrink: 0;
}

/* ============================================================================
* テーブルモジュール
* ========================================================================= */
.mod-table {
  margin-top: 40px;
}

.mod-table > .title {
  font-size: 1.6rem;
  font-weight: bold;
}

.mod-table > .title + .inner {
  margin-top: 14px;
}

.mod-table > .inner > table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-top: 1px solid #d1d2d2;
}

.mod-table > .inner > table > colgroup > col.width70 {
  width: 70%;
}

.mod-table > .inner > table > thead > tr {
  border-bottom: 1px solid #d1d2d2;
}

.mod-table > .inner > table > thead > tr > th {
  color: #fff;
  background-color: #f29968;
  padding: 15px;
  border-right: 1px solid #d1d2d2;
}

.mod-table > .inner > table > thead > tr > th:last-child {
  border-right: none;
}

.mod-table > .inner > table > tbody > tr {
  border-bottom: 1px solid #d1d2d2;
}

.mod-table > .inner > table > tbody > tr > th,
.mod-table > .inner > table > tbody > tr > td {
  text-align: left;
  padding: 15px;
}

.mod-table > .inner > table > tbody > tr > th > [class^="mod-"]:first-child,
.mod-table > .inner > table > tbody > tr > td > [class^="mod-"]:first-child {
  margin-top: 10px;
}

.mod-table > .inner > table > tbody > tr > th {
  vertical-align: middle;
  background-color: #fef3ed;
  border-right: 1px solid #d1d2d2;
  border-left: 1px solid #d1d2d2;
}

.mod-table > .inner > table > tbody > tr > td {
  font-weight: normal;
  border-right: 1px solid #d1d2d2;
  border-left: 1px solid #d1d2d2;
}

.mod-table > .inner > table > tbody > tr > td.emphasis {
  background-color: #fef3ed;
}

.mod-table > .inner > table > tbody > tr > :first-child {
  border-left: none;
}

.mod-table > .inner > table > tbody > tr > :last-child {
  border-right: none;
}

.mod-table._thin > .inner > table > thead > tr > th {
  background-color: #9ea0a2;
}

.mod-table._thin > .inner > table > tbody > tr > th {
  background-color: #f3f3f3;
}

.mod-table._thin > .inner > table > tbody > tr > td.emphasis {
  background-color: #f3f3f3;
}

.mod-table._scroll > .inner {
  overflow-x: auto;
}

.mod-table._scroll > .inner > table {
  min-width: 768px;
}

.mod-table > .text {
  color: #5d6164;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.mod-table > .text::before {
  background: url(/share/images/icon_table_scroll_01.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 61px;
  height: 24px;
  margin-right: 20px;
  content: "";
}

.mod-table > .text + .inner {
  margin-top: 14px;
}

/* ============================================================================
* ボックスモジュール
* ========================================================================= */
.mod-box,
.mod-box-search {
  background-color: #fef3ed;
  margin-top: 40px;
  padding: 25px 20px 30px;
}

.mod-box._type2,
._type2.mod-box-search {
  background-color: #f3f3f3;
}

.mod-box._type3,
._type3.mod-box-search {
  background-color: #fff;
}

.mod-box._type4,
._type4.mod-box-search {
  background-color: #fff;
  border: 2px solid #ea5504;
}

.mod-box._type5,
._type5.mod-box-search {
  background-color: #fff;
  border: 1px solid #d1d2d2;
}

.mod-box._info,
._info.mod-box-search {
  padding: 25px 20px 30px;
}

.mod-box._message > .title,
._message.mod-box-search > .title {
  text-align: center;
}

.mod-box._message > .title em,
._message.mod-box-search > .title em {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.25;
  color: #ea5504;
}

.mod-box._message > .title + .content,
._message.mod-box-search > .title + .content {
  margin-top: 20px;
}

.mod-box._message > .content > .date,
._message.mod-box-search > .content > .date {
  text-align: right;
}

.mod-box._message > .content > .text,
._message.mod-box-search > .content > .text {
  margin-top: 20px;
  margin-bottom: 0;
}

.mod-box > .content > :first-child,
.mod-box-search > .content > :first-child {
  margin-top: 0 !important;
}

.mod-box > .content > .text,
.mod-box-search > .content > .text {
  margin: 0;
}

.mod-box .mod-list,
.mod-box-search .mod-list,
.mod-box .mod-list-order,
.mod-box-search .mod-list-order,
.mod-box .mod-list-description,
.mod-box-search .mod-list-description,
.mod-box .mod-list-note,
.mod-box-search .mod-list-note,
.mod-box .mod-link-text,
.mod-box-search .mod-link-text,
.mod-box .mod-link-list > li,
.mod-box-search .mod-link-list > li,
.mod-box .mod-link-textLine > li,
.mod-box-search .mod-link-textLine > li,
.mod-box .mod-localNavi > .link,
.mod-box-search .mod-localNavi > .link,
.mod-box .mod-philosophy-figure .spContent > .linkContent > .content > dd > ol > li,
.mod-philosophy-figure .mod-box .spContent > .linkContent > .content > dd > ol > li,
.mod-box-search .mod-philosophy-figure .spContent > .linkContent > .content > dd > ol > li,
.mod-philosophy-figure .mod-box-search .spContent > .linkContent > .content > dd > ol > li,
.mod-box .mod-philosophy-figure .spContent > .linkContent > .content > dd > ul > li,
.mod-philosophy-figure .mod-box .spContent > .linkContent > .content > dd > ul > li,
.mod-box-search .mod-philosophy-figure .spContent > .linkContent > .content > dd > ul > li,
.mod-philosophy-figure .mod-box-search .spContent > .linkContent > .content > dd > ul > li {
  margin-top: 20px;
}

.mod-box-layout {
  margin-top: 40px;
}

.mod-box-layout > .inner {
  background-color: #fff;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.mod-box-layout > .inner > .content {
  margin-left: 20px;
  padding: 10px 10px 10px 0;
}

.mod-box-layout > .inner > .content > :first-child {
  margin-top: 0 !important;
}

.mod-box-layout > .inner > .content > .mod-link-list {
  padding: 5px 0;
}

.mod-box-layout > .inner > .media {
  flex-shrink: 0;
  max-width: 50%;
  padding: 10px 0 10px 10px;
}

.mod-box-layout > .inner + .inner {
  margin-top: 20px;
}

.mod-box-search {
  background-color: #f3f3f3;
  padding: 25px 20px;
}

.mod-box-search > .inner > .content + .content {
  margin-top: 15px;
}

.mod-box-search > .inner > .content > .title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 7px;
}

.mod-box-search > .inner > .content > .list {
  display: flex;
  flex-wrap: wrap;
}

.mod-box-search > .inner > .content > .list > li {
  margin-right: 35px;
  margin-bottom: 10px;
}

.mod-box-search > .inner > .content > .list > li::last-child {
  margin-right: 0;
}

.mod-box-search > .inner > .content > :first-child {
  margin-top: 0 !important;
}

.mod-box-search > .inner > .button-wrap {
  text-align: center;
  margin-top: 20px;
}

.mod-box-search > .inner > .button-wrap > .mod-button {
  background-color: #fff;
  min-width: auto;
}

.mod-box-search > .inner > .button-wrap > .mod-button > .text {
  font-size: 1.3rem;
  color: #ea5504;
  padding: 12px 40px;
}

.mod-box-search > .inner > .button-wrap > .mod-button > .text::before {
  background-image: url(/share/images/icon_reset_01.png);
  right: auto;
  left: 25px;
  width: 16px;
  height: 19px;
}

/* ============================================================================
* レイアウトモジュール
* ========================================================================= */
.mod-layout {
  margin-top: 40px;
}

.mod-layout > .inner {
  display: flex;
  flex-wrap: wrap;
}

.mod-layout > .inner > .item {
  flex-shrink: 0;
}

.mod-layout .mod-media {
  margin-top: 0;
}

.mod-layout > .inner._verticalCenter {
  align-items: center;
}

.mod-layout > .inner > .item._center {
  text-align: center;
}

/* ============================================================================
 * メディア系モジュール
 * ========================================================================= */
.mod-media {
  margin: 40px 0 0;
}

.mod-media._layoutLeft > .media {
  text-align: left;
}

.mod-media._layoutRight > .media {
  text-align: right;
}

.mod-media > .media {
  text-align: center;
  display: block;
}

.mod-media > .caption {
  font-size: 1.4rem;
  line-height: 1.25;
  text-align: center;
  display: block;
  margin-top: 10px;
}

.mod-media-layout {
  margin-top: 40px;
}

.mod-media-layout + .mod-media-layout {
  margin-top: 60px;
}

.mod-media-layout > .inner {
  display: block;
}

.mod-media-layout > .inner > .content > :first-child {
  margin-top: 0 !important;
}

.mod-media-layout > .inner > .image {
  margin-top: 20px;
}

.mod-media-layout > .inner > .image > :first-child {
  margin-top: 0;
}

.mod-media-layout .mod-list,
.mod-media-layout .mod-list-order,
.mod-media-layout .mod-list-description,
.mod-media-layout .mod-list-note,
.mod-media-layout .mod-link-text,
.mod-media-layout .mod-link-list > li,
.mod-media-layout .mod-link-textLine > li,
.mod-media-layout .mod-localNavi > .link,
.mod-media-layout .mod-philosophy-figure .spContent > .linkContent > .content > dd > ol > li,
.mod-philosophy-figure .mod-media-layout .spContent > .linkContent > .content > dd > ol > li,
.mod-media-layout .mod-philosophy-figure .spContent > .linkContent > .content > dd > ul > li,
.mod-philosophy-figure .mod-media-layout .spContent > .linkContent > .content > dd > ul > li {
  margin-top: 20px;
}

.mod-index {
  margin-top: 40px;
}

.mod-index > .inner {
  display: flex;
  flex-wrap: wrap;
}

.mod-index > .inner > .item {
  flex-shrink: 0;
}

.mod-index > .inner > .item {
  margin-top: 20px;
}

.mod-index > .inner > .item > .wrap {
  text-align: center;
  color: #23323b;
  display: flex;
  flex-direction: column;
}

.mod-index > .inner > .item > .wrap > .title {
  font-size: 1.8rem;
  font-weight: bold;
}

.mod-index > .inner > .item > .wrap > .text {
  margin-top: 10px;
}

.mod-index > .inner > .item > .wrap > .media {
  order: -1;
  height: 100%;
  margin-bottom: 20px;
}

.mod-index-box,
.mod-index-box2 {
  margin-top: 40px;
}

.mod-index-box > .inner > .item > .wrap,
.mod-index-box2 > .inner > .item > .wrap {
  color: #23323b;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  height: 100%;
  min-height: 80px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.mod-index-box > .inner > .item > .wrap::before,
.mod-index-box2 > .inner > .item > .wrap::before {
  pointer-events: none;
  background: url(/share/images/icon_arrow_01.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: inline-block;
  width: 14px;
  height: 9px;
  content: "";
}

.mod-index-box > .inner > .item > .wrap > .content,
.mod-index-box2 > .inner > .item > .wrap > .content {
  background-color: #fff;
  display: flex;
  flex-grow: 1;
  align-items: center;
  padding: 15px 30px 15px 20px;
}

.mod-index-box > .inner > .item > .wrap > .content > :first-child,
.mod-index-box2 > .inner > .item > .wrap > .content > :first-child {
  margin-top: 0;
}

.mod-index-box > .inner > .item > .wrap > .media,
.mod-index-box2 > .inner > .item > .wrap > .media {
  pointer-events: none;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 130px;
}

.mod-index-box > .inner > .item > .wrap > .media img,
.mod-index-box2 > .inner > .item > .wrap > .media img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 130px;
  height: 100%;
  transition-duration: .3s;
}

.mod-index-box._grid > .inner,
._grid.mod-index-box2 > .inner {
  display: flex;
  flex-wrap: wrap;
}

.mod-index-box._grid > .inner > .item,
._grid.mod-index-box2 > .inner > .item {
  flex-shrink: 0;
}

.mod-index-box._grid > .inner > .item:nth-child(n + 2),
._grid.mod-index-box2 > .inner > .item:nth-child(n + 2) {
  margin-top: 20px;
}

.mod-index-box2 > .inner > .item > .wrap::before {
  background: url(/share/images/icon_arrow_01.png) no-repeat;
  background-size: contain;
  width: 14px;
  height: 9px;
}

.mod-index-box2 > .inner > .item > .wrap > .media {
  flex-shrink: 0;
  width: 90px;
}

.mod-index-box2 > .inner > .item > .wrap > .media > img {
  min-width: 90px;
}

.mod-index-box2._anchor > .inner > .item > .wrap::before {
  background: url(/share/images/icon_arrow_03.png) no-repeat;
  background-size: contain;
  width: 9px;
  height: 14px;
}

.mod-movie {
  max-width: 800px;
  margin: 40px auto;
}

.mod-movie > .inner {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

/* ============================================================================
* タブモジュール
* ========================================================================= */
.js-enable body.is-fixed {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}

.js-enable .mod-tab-panel .tab-content {
  display: none;
}

.js-enable .mod-tab-panel .tab-content.is-visible {
  display: block;
}

.js-enable .mod-tab-panel .tab-content .tab-content-inner {
  transition: .5s;
  opacity: 0;
}

.js-enable .mod-tab-panel .tab-content .tab-content-inner.is-visible {
  opacity: 1;
}

.mod-tab-box .tab-content.is-visible {
  display: block;
}

.mod-tab-box .tab-content.is-hidden {
  display: none;
}

.mod-tab-box .tab-content-inner {
  transition: .5s;
}

.mod-tab-box .tab-content-inner.is-visible {
  opacity: 1;
}

.mod-tab-box .tab-content-inner.is-hidden {
  opacity: 0;
}

.mod-tab-box .tab-content-inner.is-animation.is-visible {
  opacity: 0;
}

.mod-tab-box .tab-content-inner.is-animation.is-hidden {
  opacity: 1;
}

/* ============================================================================
* ビデオモジュール
* ========================================================================= */
.mod-video {
  position: relative;
  width: 100%;
  margin: auto;
  padding-bottom: 56%;
}

.mod-video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* ============================================================================
* フォーム系モジュール
* ========================================================================= */
.mod-checkbox {
  font-size: 1.4rem;
  position: relative;
  display: inline-block;
  width: auto;
  cursor: pointer;
}

.mod-checkbox > .item {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  opacity: 0;
}

.mod-checkbox > .item:checked + span::before {
  background-color: #ea5504;
  border: none;
}

.mod-checkbox > .item:checked + span::after {
  background: url(/share/images/icon_check_01.png) no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 3px;
  display: block;
  width: 9px;
  height: 8px;
  content: "";
  transform: translateY(-50%);
}

.mod-checkbox > .item:disabled + span {
  cursor: default;
  opacity: .6;
}

.mod-checkbox > span {
  line-height: 1.5;
  position: relative;
  display: flex;
  align-items: center;
  padding: 2px 0 0 25px;
}

.mod-checkbox > span::before {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  content: "";
  transform: translateY(-50%);
  border: 1px solid #d1d2d2;
}

/* ============================================================================
 * 固有モジュール
 * ========================================================================= */
body.theme-aboutUs .site-main .main-visual {
  background-image: url(/about_us/images/index_img_main_sp_01.jpg);
}

body.theme-aboutUs .str-outer._sectionMedia {
  background: url(/about_us/images/index_img_01.png) no-repeat bottom center;
  background-size: contain;
  padding-bottom: 300px;
}

body.theme-aboutUs .str-outer._sectionValues > .str-inner {
  position: relative;
  max-width: 1090px;
}

body.theme-aboutUs .str-outer._sectionNetwork {
  position: relative;
}

body.theme-aboutUs .str-outer._sectionNetwork::before {
  background: url(/about_us/images/index_img_bg_2.png) no-repeat bottom;
  background-size: 100% 75%;
  position: absolute;
  z-index: -1;
  top: auto;
  bottom: -50px;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}

body.theme-aboutUs .str-outer._typeHistory {
  margin-bottom: 80px;
}

body.theme-aboutUs .unq-narrowContent {
  max-width: 265px;
  margin: 0 auto;
}

body.theme-aboutUs .unq-narrowContent > :first-child {
  margin-top: 0;
}

body.theme-aboutUs .unq-narrowContent .mod-media._imageTitle {
  margin: 230px 0 20px;
}

body.theme-aboutUs .unq-narrowContent .mod-media._imageTitle > .media > img {
  width: 50%;
  height: auto;
}

body.theme-aboutUs .unq-narrowContent .mod-media + .mod-text {
  margin-top: 0;
}

body.theme-aboutUs .unq-narrowContent > .values-list .type1 {
  position: absolute;
  top: 23%;
  left: 37%;
  max-width: 162px;
}

body.theme-aboutUs .unq-narrowContent > .values-list .type2 {
  position: absolute;
  top: 40%;
  left: 0;
  max-width: 143px;
}

body.theme-aboutUs .unq-narrowContent > .values-list .type3 {
  position: absolute;
  top: 43%;
  right: 0;
  max-width: 135px;
}

body.theme-aboutUs .mod-heading-l2._uniqueHeading {
  margin-bottom: 20px;
}

body.theme-aboutUs .mod-heading-l2._uniqueHeading > .heading > .text {
  font-size: 0;
}

body.theme-aboutUs .mod-heading-l2._uniqueHeading:before {
  background: url(/about_us/images/index_icon_01_sp.png) no-repeat;
  background-size: contain;
  display: block;
  width: 180px;
  height: 88px;
  margin: 0 auto;
  content: "";
}

body.theme-aboutUs .mod-text._large,
body.theme-aboutUs .mod-text._textSmall {
  font-size: 1.4rem;
}

body.theme-aboutUs .mod-text._textSmall2 {
  font-size: 1.2rem;
}

body.theme-aboutUs .unq-list-history > li {
  position: relative;
  display: flex;
  margin: 0;
  padding-bottom: 40px;
}

body.theme-aboutUs .unq-list-history > li::before {
  background-color: #d5d6d6;
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 3px;
  height: 100%;
  content: "";
}

body.theme-aboutUs .unq-list-history > li:last-child::before {
  height: calc(100% + 50px);
}

body.theme-aboutUs .unq-list-history > li > .list {
  flex: 1 1 50%;
  margin: 0 10px 0 0;
}

body.theme-aboutUs .unq-list-history > li > .list > .content dt {
  font-size: 2.1rem;
  font-weight: bold;
  color: #ea5504;
  position: relative;
  padding-left: 30px;
}

body.theme-aboutUs .unq-list-history > li > .list > .content dt::before {
  background-color: #ea5504;
  position: absolute;
  top: 50%;
  left: -4px;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
}

body.theme-aboutUs .unq-list-history > li > .list > .content dt::after {
  background-color: #ea5504;
  position: absolute;
  top: 50%;
  left: -1px;
  display: block;
  width: 20px;
  height: 2px;
  content: "";
  transform: translateY(-50%);
}

body.theme-aboutUs .unq-list-history > li > .list > .content dd {
  margin: 5px 0 0;
  padding-left: 35px;
}

body.theme-aboutUs .unq-list-history > li > .list > .content dd .bulletedList > li {
  position: relative;
  padding-left: 10px;
}

body.theme-aboutUs .unq-list-history > li > .list > .content dd .bulletedList > li._column2 {
  display: flex;
}

body.theme-aboutUs .unq-list-history > li > .list > .content dd .bulletedList > li._column2 .media {
  min-width: 150px;
  max-width: 170px;
  margin-left: 5px;
}

body.theme-aboutUs .unq-list-history > li > .list > .content dd .bulletedList > li + li {
  margin-top: 5px;
}

body.theme-aboutUs .unq-list-history > li > .list > .content dd .bulletedList > li::before {
  background-color: #b2b2b2;
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 50%;
}

body.theme-aboutUs .unq-list-history > li > .media {
  flex: 0 0 50%;
  margin-top: 6px;
}

body.theme-aboutUs .unq-aboutUsMap img[usemap="#aboutUsMap"] {
  width: 100%;
}

body.theme-aboutUs .unq-aboutUsMap .sp-link {
  display: none;
}

body.theme-csr .site-main .main-visual {
  background-image: url(/csr/images/index_img_main_sp_01.jpg);
}

body.theme-csr .str-outer._sectionCsrContent > .str-inner {
  max-width: 1150px;
}

body.theme-csr .unq-index-csrContent {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

body.theme-csr .unq-index-csrContent + .unq-index-csrContent {
  margin-top: 70px;
}

body.theme-csr .unq-index-csrContent > .content {
  flex: 0 1 65%;
  margin-right: 15px;
}

body.theme-csr .unq-index-csrContent > .content > :first-child {
  margin-top: 0;
}

body.theme-csr .unq-index-csrContent > .content > .list > li {
  margin-top: 0;
}

body.theme-csr .unq-index-csrContent > .content > .list > li + li {
  margin-top: 10px;
}

body.theme-csr .unq-index-csrContent > .content > .list + .list {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #f3f3f3;
}

body.theme-csr .unq-index-csrContent > .media {
  flex: 0 1 35%;
  margin-right: -20px;
}

body.theme-csr .unq-index-csrContent._reverse {
  flex-direction: row-reverse;
}

body.theme-csr .unq-index-csrContent._reverse > .content {
  margin-right: 0;
  margin-left: 15px;
}

body.theme-csr .unq-index-csrContent._reverse > .media {
  margin-right: 0;
  margin-left: -20px;
}

body.theme-top .site-main .str-outer._sectionNews {
  background-color: #f3f3f3;
  padding-top: 20px;
  padding-bottom: 20px;
}

body.theme-top .site-main .str-outer._sectionNews > .str-inner > .tab-wrap > .tab-list {
  display: flex;
}

body.theme-top .site-main .str-outer._sectionNews > .str-inner > .tab-wrap > .tab-list > li {
  text-align: center;
  position: relative;
  display: inline-block;
  flex-basis: 60%;
  padding: 0 20px;
}

body.theme-top .site-main .str-outer._sectionNews > .str-inner > .tab-wrap > .tab-list > li:first-child {
  flex-basis: 40%;
  padding-left: 0;
}

body.theme-top .site-main .str-outer._sectionNews > .str-inner > .tab-wrap > .tab-list > li:last-child {
  padding-right: 0;
}

body.theme-top .site-main .str-outer._sectionNews > .str-inner > .tab-wrap > .tab-list > li > a {
  font-size: 1.7rem;
  color: #23323b;
  display: block;
}

body.theme-top .site-main .str-outer._sectionNews > .str-inner > .tab-wrap > .tab-list > li > a.is-current {
  color: #ea5504;
}

body.theme-top .site-main .str-outer._sectionNews > .str-inner > .tab-wrap > .tab-list > li + li::before {
  background-color: #d1d2d2;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1px;
  height: 70%;
  content: "";
  transform: translateY(-50%);
}

body.theme-top .site-main .str-outer._sectionNews > .str-inner > .tab-wrap > .tab-content {
  margin-top: 15px;
}

body.theme-top .site-main .str-outer._sectionNews > .str-inner > .tab-wrap > .tab-content > .tab-content-inner > .contentList {
  margin: 0;
}

body.theme-top .site-main .str-outer._sectionNews > .str-inner > .tab-wrap > .tab-content > .tab-content-inner > .contentList > .box {
  font-size: 1.3rem;
  display: flex;
}

body.theme-top .site-main .str-outer._sectionNews > .str-inner > .tab-wrap > .tab-content > .tab-content-inner > .contentList > .box + .box {
  margin-top: 5px;
}

body.theme-top .site-main .str-outer._sectionNews > .str-inner > .tab-wrap > .tab-content > .tab-content-inner > .contentList > .box > dt {
  flex-shrink: 0;
  min-width: 105px;
}

body.theme-top .site-main .str-outer._sectionNews > .str-inner > .tab-wrap > .tab-content > .tab-content-inner > .contentList > .box > dd {
  margin-left: 10px;
}

body.theme-top .site-main .str-outer._sectionNews > .str-inner > .tab-wrap > .tab-content > .tab-content-inner > .contentList > .box > dd a > .pdf {
  margin: 3px 0 0 5px;
}

body.theme-top .site-main .str-outer._sectionNews > .str-inner > .tab-wrap > .tab-content > .tab-content-inner > .contentList > .box > dd a > .blank {
  margin: 3px 0 0 5px;
}

body.theme-top .site-main .str-outer._sectionNews > .str-inner > .tab-wrap > .tab-content > .tab-content-inner > .button {
  text-align: center;
  margin-top: 20px;
}

body.theme-top .site-main .str-outer._sectionNews > .str-inner > .tab-wrap > .tab-content > .tab-content-inner > .button > .mod-button {
  background-color: #fff;
  max-width: 230px;
}

body.theme-top .site-main .str-outer._sectionNews > .str-inner > .tab-wrap > .tab-content > .tab-content-inner > .button > .mod-button > .text {
  font-size: 1.3rem;
  padding: 10px 40px;
}

body.theme-top .site-main .str-outer._sectionCategory {
  position: relative;
  padding-top: 220px;
  padding-bottom: 175px;
}

body.theme-top .site-main .str-outer._sectionCategory > .str-inner {
  position: relative;
}

body.theme-top .site-main .str-outer._sectionCategory > .str-inner .iconList > .type1 {
  position: absolute;
  z-index: 1;
  top: -195px;
  left: 0;
  width: 145px;
}

body.theme-top .site-main .str-outer._sectionCategory > .str-inner .iconList > .type2 {
  position: absolute;
  z-index: 1;
  top: -180px;
  right: 0;
  width: 140px;
}

body.theme-top .site-main .str-outer._sectionCategory > .str-inner .iconList > .type3 {
  position: absolute;
  z-index: 1;
  bottom: -180px;
  left: 0;
  width: 137px;
}

body.theme-top .site-main .str-outer._sectionCategory > .str-inner .iconList > .type4 {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -190px;
  width: 144px;
}

body.theme-top .site-main .str-outer._sectionCategory > .str-inner .mod-button-wrap > .mod-button {
  max-width: 300px;
}

body.theme-top .site-main .str-outer._sectionModality {
  background-color: #3e3a39;
  position: relative;
  padding-top: 85px;
  padding-bottom: 70px;
}

body.theme-top .site-main .str-outer._sectionModality::before {
  background: url(/images/index_icon_01.png) no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 162px;
  height: 53px;
  content: "";
  transform: translateX(-50%);
}

body.theme-top .site-main .str-outer._sectionModality .mod-heading-l3 {
  color: #fff;
}

body.theme-top .site-main .str-outer._sectionModality .mod-text {
  color: #fff;
}

body.theme-top .mod-heading-l2 > .heading > .text {
  font-size: 3.5rem;
}

body.theme-top .mod-heading-l3 > .heading > .text {
  font-size: 2.6rem;
}

body.theme-top .mod-button > .text {
  font-size: 1.6rem;
}

body.theme-top .unq-list-modality {
  position: relative;
  margin-top: 25px;
}

body.theme-top .unq-list-modality > .list {
  display: flex;
  flex-wrap: wrap;
}

body.theme-top .unq-list-modality > .list > li {
  font-size: 2.1rem;
  text-align: center;
  color: #fff;
  position: relative;
  display: flex;
  flex-basis: 50%;
  align-items: center;
  justify-content: center;
  min-height: 165px;
  text-shadow: 0 0 40px #000;
}

body.theme-top .unq-list-modality > .list > li.bg-type1 {
  background: url(/images/index_img_16.png) no-repeat center;
}

body.theme-top .unq-list-modality > .list > li.bg-type2 {
  background: url(/images/index_img_17.png) no-repeat center;
}

body.theme-top .unq-list-modality > .list > li.bg-type3 {
  background: url(/images/index_img_18.png) no-repeat center;
}

body.theme-top .unq-list-modality > .list > li.bg-type4 {
  background: url(/images/index_img_19.png) no-repeat center;
}

body.theme-top .unq-list-modality > .list > li.sizeCover {
  background-size: cover;
}

body.theme-top .unq-list-modality .mod-button {
  background-color: #fff;
  position: absolute;
  right: 50%;
  bottom: 50%;
  width: 80%;
  transform: translate(50%, 50%);
}

body.theme-research .site-main .main-visual {
  background-image: url(/research_development_production/images/index_img_main_sp_01.jpg);
}

body.theme-research .site-main > .str-outer {
  padding-top: 0;
}

body.theme-research .site-main > .str-outer > .unq-contentBox {
  background-image: url(/research_development_production/images/index_bg_img_sp_03.png), url(/research_development_production/images/index_bg_img_sp_04.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top right, bottom left;
  background-size: contain, contain;
}

body.theme-research .site-main > .str-outer > .unq-contentBox > .unq-contentBoxInner {
  position: relative;
  padding: 40px 20px;
}

body.theme-research .site-main > .str-outer > .unq-contentBox > .unq-contentBoxInner > .column {
  text-align: center;
  color: #fff;
  position: relative;
}

body.theme-research .site-main > .str-outer > .unq-contentBox > .unq-contentBoxInner > .column:first-child {
  margin-bottom: 100px;
}

body.theme-research .site-main > .str-outer > .unq-contentBox > .unq-contentBoxInner > .column > .content > .contentInner {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}

body.theme-research .site-main > .str-outer > .unq-contentBox > .unq-contentBoxInner > .column > .content > .contentInner > .title {
  font-size: 2.8rem;
  margin: 0;
}

body.theme-research .site-main > .str-outer > .unq-contentBox > .unq-contentBoxInner > .column > .content > .contentInner > .title > .sub {
  font-size: 1.5rem;
  display: block;
}

body.theme-research .site-main > .str-outer > .unq-contentBox > .unq-contentBoxInner > .column > .content > .contentInner > .list {
  font-size: 1.4rem;
  margin-top: 10px;
}

body.theme-research .site-main > .str-outer > .unq-contentBox > .unq-contentBoxInner > .column > .content > .contentInner > .mod-button-wrap {
  margin-top: 10px;
}

body.theme-research .site-main > .str-outer > .unq-contentBox > .unq-contentBoxInner > .column > .content > .contentInner > .mod-button-wrap > .mod-button {
  background-color: #fff;
  min-width: 200px;
}

body.theme-research .site-main > .str-outer > .unq-contentBox > .unq-contentBoxInner > .column > .content > .contentInner > .mod-button-wrap > .mod-button > .text {
  padding: 8px 20px;
}

body.theme-research .site-main > .str-outer > .unq-contentBox > .unq-contentBoxInner > .column > .content > .contentInner > .mod-button-wrap > .mod-button > .text > .sub {
  display: block;
}

body.theme-research .site-main > .str-outer > .unq-contentBox > .unq-contentBoxInner > .column > .content > .contentInner > .mod-button-wrap > .mod-button > .text:after {
  right: 12px;
}

body.theme-research .site-main > .str-outer > .unq-contentBox > .unq-contentBoxInner > .column._category > .content {
  top: 20px;
  right: 0;
}

body.theme-research .site-main > .str-outer > .unq-contentBox > .unq-contentBoxInner > .column._modality > .content {
  bottom: 20px;
  left: 0;
}

body.theme-research .site-main > .str-outer > .unq-contentBox > .unq-contentBoxInner:before {
  background: url(/research_development_production/images/index_bg_img_05.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 55px;
  height: 56px;
  content: "";
  transform: translate(-50%, -50%);
}

body.theme-research .mod-link-media._researchType {
  margin: 50px 0;
}

body.theme-research .unq-dateHeading {
  color: #ea5504;
  margin-bottom: 50px;
}

body.theme-research .unq-dateHeading > .heading {
  text-align: left;
  margin: 0;
}

body.theme-research .unq-dateHeading > .heading .text {
  font-size: 1.8rem;
}

body.theme-research .mod-tab-box._type-between > .list {
  justify-content: flex-start;
  margin: 0;
}

body.theme-research .mod-tab-box._type-between > .list > .btns {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  min-width: auto;
}

body.theme-research .mod-tab-box._type-between > .list > .btns .mod-button {
  position: relative;
  min-width: 230px;
  padding: 2px 30px;
}

body.theme-research .mod-tab-box._type-between > .list > .btns .mod-button > p {
  font-size: 1.2rem;
  color: #ea5504;
  margin: 0;
  padding: 0;
}

body.theme-research .mod-tab-box._type-between > .list > .btns .mod-button .pdf {
  position: absolute;
  top: 50%;
  right: 10%;
  margin-top: -6px;
  transition: right .5s;
}

body.theme-research .mod-box-search > .inner > .content > .list > li > .mod-checkbox > input + span > img {
  margin-right: 8px;
}

body.theme-research .mod-box-search > .inner > .content > .list > li > .mod-checkbox > input[name="modalities"][value="01"] + span > img {
  width: 22px;
}

body.theme-research .mod-box-search > .inner > .content > .list > li > .mod-checkbox input[name="modalities"][value="02"] + span > img {
  width: 15px;
}

body.theme-research .mod-box-search > .inner > .content > .list > li > .mod-checkbox input[name="modalities"][value="03"] + span > img {
  width: 21px;
}

body.theme-research .mod-box-search > .inner > .content > .list > li > .mod-checkbox input[name="modalities"][value="04"] + span > img {
  width: 22px;
}

body.theme-research .mod-box-search > .inner > .content > .list > li > .mod-checkbox input[name="modalities"][value="05"] + span > img {
  width: 22px;
}

body.theme-research .mod-box-search > .inner > .content > .list > li > .mod-checkbox input[name="modalities"][value="06"] + span > img {
  width: 19px;
}

body.theme-research .mod-box-search > .inner > .content > .list > li > .mod-checkbox > input[name="therapeuticArea"][value="01"] + span > img {
  width: 22px;
}

body.theme-research .mod-box-search > .inner > .content > .list > li > .mod-checkbox input[name="therapeuticArea"][value="02"] + span > img {
  width: 22px;
}

body.theme-research .mod-box-search > .inner > .content > .list > li > .mod-checkbox input[name="therapeuticArea"][value="03"] + span > img {
  width: 22px;
}

body.theme-research .mod-box-search > .inner > .content > .list > li > .mod-checkbox input[name="therapeuticArea"][value="04"] + span > img {
  width: 22px;
}

body.theme-research .mod-box-search > .inner > .content > .list > li > .mod-checkbox input[name="therapeuticArea"][value="05"] + span > img {
  width: 15px;
}

body.theme-research .unq-rdproductionBox p,
body.theme-research .unq-rdproductionBox dl,
body.theme-research .unq-rdproductionBox dd {
  margin: 0;
}

body.theme-research .unq-rdproductionBox > .text {
  color: #5d6164;
  display: none;
  align-items: center;
  margin-bottom: 14px;
}

body.theme-research .unq-rdproductionBox > .text::before {
  background: url(/share/images/icon_table_scroll_01.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 61px;
  height: 24px;
  margin-right: 20px;
  content: "";
}

body.theme-research .unq-rdproductionBox > .inner > .head {
  font-size: 1.6rem;
  color: #fff;
  background: #f29968;
  display: -ms-grid;
  display:     grid;
  box-sizing: border-box;
  width: 980px;
  padding: 17px 0;
  border-top: 1px solid #d1d2d2;
  border-bottom: 1px solid #d1d2d2;
}

body.theme-research .unq-rdproductionBox > .inner > .head > .item {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.theme-research .unq-rdproductionBox > .inner > .head > .item.codeName {
  -ms-grid-column: 2;
      grid-column: 2;
}

body.theme-research .unq-rdproductionBox > .inner > .head > .item.codeName > .inner {
  display: inline-block;
  margin-left: -22px;
}

body.theme-research .unq-rdproductionBox > .inner > .head > .item.codeName > .inner p {
  text-align: right;
}

body.theme-research .unq-rdproductionBox > .inner > .head > .item.therapeuticArea {
  -ms-grid-column: 3;
      grid-column: 3;
}

body.theme-research .unq-rdproductionBox > .inner > .head > .item.indication,
body.theme-research .unq-rdproductionBox > .inner > .head > .item.testName {
  -ms-grid-column: 4;
      grid-column: 4;
}

body.theme-research .unq-rdproductionBox > .inner > .head > .item.phase {
  -ms-grid-column: 5;
      grid-column: 5;
}

body.theme-research .unq-rdproductionBox > .inner > .head > .item.phase button {
  margin-left: -22px;
}

body.theme-research .unq-rdproductionBox > .inner > .head > .item.phase > .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

body.theme-research .unq-rdproductionBox > .inner > .head > .item.phase > .inner .phaseList {
  display: flex;
  margin-top: 3px;
}

body.theme-research .unq-rdproductionBox > .inner > .head > .item.phase > .inner .phaseList li {
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;
}

body.theme-research .unq-rdproductionBox > .inner > .head > .item.phase > .inner .phaseList li:not(last-of-type) {
  margin-right: 1px;
}

body.theme-research .unq-rdproductionBox > .inner > .head > .item.phase > .inner .phaseList li.applying,
body.theme-research .unq-rdproductionBox > .inner > .head > .item.phase > .inner .phaseList li.filed {
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
}

body.theme-research .unq-rdproductionBox > .inner > .head > .item.region {
  -ms-grid-column: 6;
      grid-column: 6;
}

body.theme-research .unq-rdproductionBox > .inner > .head > .item.codeName button,
body.theme-research .unq-rdproductionBox > .inner > .head > .item.phase button {
  color: #fff;
  position: relative;
  padding: 0;
  cursor: pointer;
}

body.theme-research .unq-rdproductionBox > .inner > .head > .item.codeName button::before,
body.theme-research .unq-rdproductionBox > .inner > .head > .item.codeName button::after,
body.theme-research .unq-rdproductionBox > .inner > .head > .item.phase button::before,
body.theme-research .unq-rdproductionBox > .inner > .head > .item.phase button::after {
  position: absolute;
  display: block;
  content: "";
}

body.theme-research .unq-rdproductionBox > .inner > .head > .item.codeName button::before,
body.theme-research .unq-rdproductionBox > .inner > .head > .item.phase button::before {
  background: #fff;
  top: 0;
  right: -22px;
  width: 15px;
  height: 15px;
}

body.theme-research .unq-rdproductionBox > .inner > .head > .item.codeName button::after,
body.theme-research .unq-rdproductionBox > .inner > .head > .item.phase button::after {
  top: 6px;
  right: -18.25px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ea5504;
  border-left: 2px solid #ea5504;
}

body.theme-research .unq-rdproductionBox > .inner > .head > .item.codeName button.desc::after,
body.theme-research .unq-rdproductionBox > .inner > .head > .item.phase button.desc::after {
  transform: rotate(45deg);
}

body.theme-research .unq-rdproductionBox > .inner > .head > .item.codeName button.asc::after,
body.theme-research .unq-rdproductionBox > .inner > .head > .item.phase button.asc::after {
  top: 3px;
  transform: rotate(-135deg);
}

body.theme-research .unq-rdproductionBox > .inner > .content {
  width: 980px;
}

body.theme-research .unq-rdproductionBox > .inner > .content > .contentList {
  background: #fff;
  border-bottom: 1px solid #d1d2d2;
}

body.theme-research .unq-rdproductionBox > .inner > .content > .contentList::before,
body.theme-research .unq-rdproductionBox > .inner > .content > .contentList::after {
  position: absolute;
  display: block;
  content: "";
}

body.theme-research .unq-rdproductionBox > .inner > .content > .contentList > .itemList._body {
  background: #fff;
  display: -ms-grid;
  display:     grid;
  padding: 17px 0;

  -ms-grid-columns: 100px 150px 90px 290px 190px 160px;
  grid-template-columns: 100px 150px 90px 290px 190px 160px;
}

body.theme-research .unq-rdproductionBox > .inner > .content > .contentList > .itemList._body > .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

body.theme-research .unq-rdproductionBox > .inner > .content > .contentList > .itemList._body > .item.icon {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;

  -ms-grid-column: 1;
      grid-column: 1;
}

body.theme-research .unq-rdproductionBox > .inner > .content > .contentList > .itemList._body > .item.icon .openIcon {
  color: #ed6f36;
  background: #ed6f36;
  position: relative;
  overflow: hidden;
  width: 20px;
  height: 20px;
}

body.theme-research .unq-rdproductionBox > .inner > .content > .contentList > .itemList._body > .item.icon .openIcon::before,
body.theme-research .unq-rdproductionBox > .inner > .content > .contentList > .itemList._body > .item.icon .openIcon::after {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 2px;
  margin: -1px 0 0 -5px;
  content: "";
  transition: .3s;
}

body.theme-research .unq-rdproductionBox > .inner > .content > .contentList > .itemList._body > .item.icon .openIcon::after {
  transform: rotate(-90deg);
}

body.theme-research .unq-rdproductionBox > .inner > .content > .contentList > .itemList._body > .item.icon img._type-01 {
  width: 22px;
}

body.theme-research .unq-rdproductionBox > .inner > .content > .contentList > .itemList._body > .item.icon img._type-02 {
  width: 15px;
}

body.theme-research .unq-rdproductionBox > .inner > .content > .contentList > .itemList._body > .item.icon img._type-03 {
  width: 21px;
}

body.theme-research .unq-rdproductionBox > .inner > .content > .contentList > .itemList._body > .item.icon img._type-04 {
  width: 22px;
}

body.theme-research .unq-rdproductionBox > .inner > .content > .contentList > .itemList._body > .item.icon img._type-05 {
  width: 22px;
}

body.theme-research .unq-rdproductionBox > .inner > .content > .contentList > .itemList._body > .item.icon img._type-06 {
  width: 19px;
}

body.theme-research .unq-rdproductionBox > .inner > .content > .contentList > .itemList._body > .item.codeName {
  -ms-grid-column: 2;
      grid-column: 2;
}

body.theme-research .unq-rdproductionBox > .inner > .content > .contentList > .itemList._body > .item.codeName > .text span {
  word-break: break-word;
  display: block;
}

body.theme-research .unq-rdproductionBox > .inner > .content > .contentList > .itemList._body > .item.codeName > .text > .color {
  color: #009de1;
}

body.theme-research .unq-rdproductionBox > .inner > .content > .contentList > .itemList._body > .item.product {
  -ms-grid-column: 2;
      grid-column: 2;
}

body.theme-research .unq-rdproductionBox > .inner > .content > .contentList > .itemList._body > .item.therapeuticArea {
  justify-content: center;

  -ms-grid-column: 3;
      grid-column: 3;
}

body.theme-research .unq-rdproductionBox > .inner > .content > .contentList > .itemList._body > .item.therapeuticArea img._type-01 {
  width: 22px;
}

body.theme-research .unq-rdproductionBox > .inner > .content > .contentList > .itemList._body > .item.therapeuticArea img._type-02 {
  width: 22px;
}

body.theme-research .unq-rdproductionBox > .inner > .content > .contentList > .itemList._body > .item.therapeuticArea img._type-03 {
  width: 22px;
}

body.theme-research .unq-rdproductionBox > .inner > .content > .contentList > .itemList._body > .item.therapeuticArea img._type-04 {
  width: 22px;
}

body.theme-research .unq-rdproductionBox > .inner > .content > .contentList > .itemList._body > .item.therapeuticArea img._type-05 {
  width: 15px;
}

body.theme-research .unq-rdproductionBox > .inner > .content > .contentList > .itemList._body > .item.indication,
body.theme-research .unq-rdproductionBox > .inner > .content > .contentList > .itemList._body > .item.testName {
  -ms-grid-column: 4;
      grid-column: 4;
}

body.theme-research .unq-rdproductionBox > .inner > .content > .contentList > .itemList._body > .item.testName {
  align-items: flex-start;
}

body.theme-research .unq-rdproductionBox > .inner > .content > .contentList > .itemList._body > .item.phase {
  justify-content: center;

  -ms-grid-column: 5;
      grid-column: 5;
}

body.theme-research .unq-rdproductionBox > .inner > .content > .contentList > .itemList._body > .item.phase .phaseList {
  display: flex;
}

body.theme-research .unq-rdproductionBox > .inner > .content > .contentList > .itemList._body > .item.phase .phaseList li {
  display: flex;
  overflow: hidden;
  align-items: center;
  width: 30px;
  height: 30px;
}

body.theme-research .unq-rdproductionBox > .inner > .content > .contentList > .itemList._body > .item.phase .phaseList li:not(last-of-type) {
  margin-right: 1px;
}

body.theme-research .unq-rdproductionBox > .inner > .content > .contentList > .itemList._body > .item.phase .phaseList li[aria-hidden="true"] {
  visibility: hidden;
}

body.theme-research .unq-rdproductionBox > .inner > .content > .contentList > .itemList._body > .item.phase .phaseList li:nth-of-type(1) {
  color: #f1d3c3;
  background: #f1d3c3;
}

body.theme-research .unq-rdproductionBox > .inner > .content > .contentList > .itemList._body > .item.phase .phaseList li:nth-of-type(2) {
  color: #f0c3ab;
  background: #f0c3ab;
}

body.theme-research .unq-rdproductionBox > .inner > .content > .contentList > .itemList._body > .item.phase .phaseList li:nth-of-type(3) {
  color: #ee9464;
  background: #ee9464;
}

body.theme-research .unq-rdproductionBox > .inner > .content > .contentList > .itemList._body > .item.phase .phaseList li:nth-of-type(4) {
  color: #ec7534;
  background: #ec7534;
}

body.theme-research .unq-rdproductionBox > .inner > .content > .contentList > .itemList._body > .item.phase .phaseList li:nth-of-type(5) {
  color: #ea5504;
  background: #ea5504;
}

body.theme-research .unq-rdproductionBox > .inner > .content > .contentList > .itemList._body > .item.region {
  -ms-grid-column: 6;
      grid-column: 6;
}

body.theme-research .unq-rdproductionBox > .inner > .content > .contentList > .itemList._body[aria-expanded="true"] .item.icon .openIcon::after {
  transform: rotate(0);
}

body.theme-research .unq-rdproductionBox > .inner > .content > .contentList > .itemList._detail {
  background: #f3f3f3;
  display: none;
  padding: 17px 0;
  border-top: 1px solid #d1d2d2;
}

body.theme-research .unq-rdproductionBox > .inner > .content > .contentList > .itemList._detail .item {
  display: -ms-grid;
  display:     grid;

  -ms-grid-columns: 100px 150px 90px 290px 190px 160px;
  grid-template-columns: 100px 150px 90px 290px 190px 160px;
}

body.theme-research .unq-rdproductionBox > .inner > .content > .contentList > .itemList._detail .item > dt {
  -ms-grid-column: 2;
      grid-column: 2;
}

body.theme-research .unq-rdproductionBox > .inner > .content > .contentList > .itemList._detail .item > dd {
  -ms-grid-column: 4;
      grid-column: 4;
}

body.theme-research .unq-rdproductionBox._pipeline .inner > .head {
  -ms-grid-columns: 100px 150px 90px 290px 190px 160px;
  grid-template-columns: 100px 150px 90px 290px 190px 160px;
}

body.theme-research .unq-rdproductionBox._pipeline .inner > .content > .contentList > .itemList._body {
  cursor: pointer;

  -ms-grid-columns: 100px 150px 90px 290px 190px 160px;
  grid-template-columns: 100px 150px 90px 290px 190px 160px;
}

body.theme-research .unq-rdproductionBox._pipeline .inner > .content > .contentList > .itemList._body:hover,
body.theme-research .unq-rdproductionBox._pipeline .inner > .content > .contentList > .itemList._body:active,
body.theme-research .unq-rdproductionBox._pipeline .inner > .content > .contentList > .itemList._body:focus {
  background: #fdeee5;
}

body.theme-research .unq-rdproductionBox._pipeline[data-name="progress1"] .inner > .head > .item.codeName > .inner,
body.theme-research .unq-rdproductionBox._pipeline[data-name="progress2"] .inner > .head > .item.codeName > .inner {
  margin-left: 0;
}

body.theme-research .unq-rdproductionBox._pipeline[data-name="progress1"] .inner > .head > .item.phase > .inner > span,
body.theme-research .unq-rdproductionBox._pipeline[data-name="progress2"] .inner > .head > .item.phase > .inner > span {
  line-height: 1;
}

body.theme-research .unq-rdproductionBox._clinicalResearch .inner > .head {
  -ms-grid-columns: 160px 90px 730px;
  grid-template-columns: 160px 90px 730px;
}

body.theme-research .unq-rdproductionBox._clinicalResearch .inner > .head > .item.codeName {
  -ms-grid-column: 1;
      grid-column: 1;
}

body.theme-research .unq-rdproductionBox._clinicalResearch .inner > .head > .item.therapeuticArea {
  -ms-grid-column: 2;
      grid-column: 2;
}

body.theme-research .unq-rdproductionBox._clinicalResearch .inner > .head > .item.testName {
  -ms-grid-column: 3;
      grid-column: 3;
}

body.theme-research .unq-rdproductionBox._clinicalResearch .inner > .content > .contentList > .itemList._body {
  -ms-grid-columns: 160px 90px 730px;
  grid-template-columns: 160px 90px 730px;
}

body.theme-research .unq-rdproductionBox._clinicalResearch .inner > .content > .contentList > .itemList._body > .item {
  display: flex;
  align-items: center;
}

body.theme-research .unq-rdproductionBox._clinicalResearch .inner > .content > .contentList > .itemList._body > .item.product {
  -ms-grid-column: 1;
      grid-column: 1;
}

body.theme-research .unq-rdproductionBox._clinicalResearch .inner > .content > .contentList > .itemList._body > .item.therapeuticArea {
  text-align: center;

  -ms-grid-column: 2;
      grid-column: 2;
}

body.theme-research .unq-rdproductionBox._clinicalResearch .inner > .content > .contentList > .itemList._body > .item.testName {
  -ms-grid-column: 3;
      grid-column: 3;
}

body.theme-pressroom .site-main .main-visual {
  background-image: url(/pressroom/images/index_img_main_sp_01.jpg);
}

body.theme-pressroom .mod-box-search > .inner .mod-button-wrap {
  margin-top: 25px;
}

body.theme-pressroom .unq-searchesNumber {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 33px 0 15px;
}

body.theme-pressroom .unq-searchesNumber + .mod-heading-l2 {
  margin-top: 0;
}

body.theme-pressroom .unq-panel-pdf {
  margin-top: 55px;
}

body.theme-pressroom .unq-panel-pdf > .content {
  margin: 20px 0 0;
}

body.theme-pressroom .unq-panel-pdf > .content > .text {
  margin: 0;
}

body.theme-newsReleases .mod-text {
  text-indent: 1em;
}

body.theme-knowledge .site-main .main-visual {
  background-image: url(/knowledge/images/index_img_main_sp_01.jpg);
}

body.theme-patients .site-main .main-visual {
  background-image: url(/patients/images/index_img_main_sp_01.jpg);
}

.js-enable .js-header-dropdown-target,
.js-enable .js-sp-header-tgl-target {
  display: none;
}

.tab-content.is-visible {
  display: block;
}

.tab-content.is-hidden {
  display: none;
}

.tab-content-inner {
  transition: .5s;
}

.tab-content-inner .mod-box,
.tab-content-inner .mod-box-search {
  margin-top: 20px;
}

.is-animation.is-visible.tab-content-inner {
  opacity: 0;
}

.is-animation.is-hidden.tab-content-inner {
  opacity: 1;
}

.is-visible.tab-content-inner {
  opacity: 1;
}

.is-hidden.tab-content-inner {
  opacity: 0;
}

/* ============================================================================
* 調整クラス
* ========================================================================= */
/* ----------------------------------------------------------------------------
* 文字の位置揃え .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: 0 !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: 0 !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: 0 !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: 0 !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: 0 !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: 0 !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: 0 !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: 0 !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;
}

/* ============================================================================
* レイアウト
* ========================================================================= */
.site-main .str-outer:last-of-type {
  padding-bottom: 60px !important;
}

.site-main .str-outer {
  padding-top: 60px;
}

.site-main .str-outer._bg-gray {
  background-color: #f3f3f3;
  margin-top: 60px;
  padding: 60px 0 60px;
}

.site-main .str-outer._bg-gray + .str-outer {
  padding-top: 60px;
}

.site-main .str-outer._localNavi {
  background-color: #f3f3f3;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 40px 0 48px !important;
}

.site-main .str-outer .str-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.site-main .str-outer .str-inner > :first-child {
  margin-top: 0 !important;
}

@media screen and (min-width: 416px) and (max-width: 768px) {
  .theme-top .site-main-wrap p:last-child {
    width: 330px;
  }
  .theme-top .site-main-wrap .main-text-front {
    background-size: contain;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-layout > .inner > .item {
    margin: 20px 0 0 2.04082%;
  }
  .mod-layout._column-1-wide > .inner > .item {
    flex-basis: 100%;
  }
  .mod-layout._column-1-wide > .inner > .item:nth-child(-n+1) {
    margin-top: 0;
  }
  .mod-layout._column-1-wide > .inner > .item:nth-of-type(1n+1) {
    margin-left: 0;
  }
  .mod-layout._column-2-wide > .inner > .item {
    flex-basis: 48.97959%;
  }
  .mod-layout._column-2-wide > .inner > .item:nth-child(-n+2) {
    margin-top: 0;
  }
  .mod-layout._column-2-wide > .inner > .item:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .mod-layout._column-3-wide > .inner > .item {
    flex-basis: 31.97279%;
  }
  .mod-layout._column-3-wide > .inner > .item:nth-child(-n+3) {
    margin-top: 0;
  }
  .mod-layout._column-3-wide > .inner > .item:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .mod-layout._column-4-wide > .inner > .item {
    flex-basis: 23.46939%;
  }
  .mod-layout._column-4-wide > .inner > .item:nth-child(-n+4) {
    margin-top: 0;
  }
  .mod-layout._column-4-wide > .inner > .item:nth-of-type(4n+1) {
    margin-left: 0;
  }
  .mod-layout._column-5-wide > .inner > .item {
    flex-basis: 18.36735%;
  }
  .mod-layout._column-5-wide > .inner > .item:nth-child(-n+5) {
    margin-top: 0;
  }
  .mod-layout._column-5-wide > .inner > .item:nth-of-type(5n+1) {
    margin-left: 0;
  }
  .mod-layout._column-6-wide > .inner > .item {
    flex-basis: 14.96599%;
  }
  .mod-layout._column-6-wide > .inner > .item:nth-child(-n+6) {
    margin-top: 0;
  }
  .mod-layout._column-6-wide > .inner > .item:nth-of-type(6n+1) {
    margin-left: 0;
  }
  .mod-layout._column-auto-wide > .inner {
    flex-basis: 102.04082%;
    margin: -20px 0 0 -2.04082%;
  }
  .mod-index > .inner > .item {
    margin: 20px 0 0 2.04082%;
  }
  .mod-index._column-1-wide > .inner > .item {
    flex-basis: 100%;
  }
  .mod-index._column-1-wide > .inner > .item:nth-child(-n+1) {
    margin-top: 0;
  }
  .mod-index._column-1-wide > .inner > .item:nth-of-type(1n+1) {
    margin-left: 0;
  }
  .mod-index._column-2-wide > .inner > .item {
    flex-basis: 48.97959%;
  }
  .mod-index._column-2-wide > .inner > .item:nth-child(-n+2) {
    margin-top: 0;
  }
  .mod-index._column-2-wide > .inner > .item:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .mod-index._column-3-wide > .inner > .item {
    flex-basis: 31.97279%;
  }
  .mod-index._column-3-wide > .inner > .item:nth-child(-n+3) {
    margin-top: 0;
  }
  .mod-index._column-3-wide > .inner > .item:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .mod-index._column-4-wide > .inner > .item {
    flex-basis: 23.46939%;
  }
  .mod-index._column-4-wide > .inner > .item:nth-child(-n+4) {
    margin-top: 0;
  }
  .mod-index._column-4-wide > .inner > .item:nth-of-type(4n+1) {
    margin-left: 0;
  }
  .mod-index._column-5-wide > .inner > .item {
    flex-basis: 18.36735%;
  }
  .mod-index._column-5-wide > .inner > .item:nth-child(-n+5) {
    margin-top: 0;
  }
  .mod-index._column-5-wide > .inner > .item:nth-of-type(5n+1) {
    margin-left: 0;
  }
  .mod-index._column-6-wide > .inner > .item {
    flex-basis: 14.96599%;
  }
  .mod-index._column-6-wide > .inner > .item:nth-child(-n+6) {
    margin-top: 0;
  }
  .mod-index._column-6-wide > .inner > .item:nth-of-type(6n+1) {
    margin-left: 0;
  }
  .mod-index._column-auto-wide > .inner {
    flex-basis: 102.04082%;
    margin: -20px 0 0 -2.04082%;
  }
  .mod-index-box._grid > .inner > .item,
  ._grid.mod-index-box2 > .inner > .item {
    margin: 20px 0 0 2.04082%;
  }
  .mod-index-box._grid._column-1-wide > .inner > .item,
  ._grid._column-1-wide.mod-index-box2 > .inner > .item {
    flex-basis: 100%;
  }
  .mod-index-box._grid._column-1-wide > .inner > .item:nth-child(-n+1),
  ._grid._column-1-wide.mod-index-box2 > .inner > .item:nth-child(-n+1) {
    margin-top: 0;
  }
  .mod-index-box._grid._column-1-wide > .inner > .item:nth-of-type(1n+1),
  ._grid._column-1-wide.mod-index-box2 > .inner > .item:nth-of-type(1n+1) {
    margin-left: 0;
  }
  .mod-index-box._grid._column-2-wide > .inner > .item,
  ._grid._column-2-wide.mod-index-box2 > .inner > .item {
    flex-basis: 48.97959%;
  }
  .mod-index-box._grid._column-2-wide > .inner > .item:nth-child(-n+2),
  ._grid._column-2-wide.mod-index-box2 > .inner > .item:nth-child(-n+2) {
    margin-top: 0;
  }
  .mod-index-box._grid._column-2-wide > .inner > .item:nth-of-type(2n+1),
  ._grid._column-2-wide.mod-index-box2 > .inner > .item:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .mod-index-box._grid._column-3-wide > .inner > .item,
  ._grid._column-3-wide.mod-index-box2 > .inner > .item {
    flex-basis: 31.97279%;
  }
  .mod-index-box._grid._column-3-wide > .inner > .item:nth-child(-n+3),
  ._grid._column-3-wide.mod-index-box2 > .inner > .item:nth-child(-n+3) {
    margin-top: 0;
  }
  .mod-index-box._grid._column-3-wide > .inner > .item:nth-of-type(3n+1),
  ._grid._column-3-wide.mod-index-box2 > .inner > .item:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .mod-index-box._grid._column-4-wide > .inner > .item,
  ._grid._column-4-wide.mod-index-box2 > .inner > .item {
    flex-basis: 23.46939%;
  }
  .mod-index-box._grid._column-4-wide > .inner > .item:nth-child(-n+4),
  ._grid._column-4-wide.mod-index-box2 > .inner > .item:nth-child(-n+4) {
    margin-top: 0;
  }
  .mod-index-box._grid._column-4-wide > .inner > .item:nth-of-type(4n+1),
  ._grid._column-4-wide.mod-index-box2 > .inner > .item:nth-of-type(4n+1) {
    margin-left: 0;
  }
  .mod-index-box._grid._column-5-wide > .inner > .item,
  ._grid._column-5-wide.mod-index-box2 > .inner > .item {
    flex-basis: 18.36735%;
  }
  .mod-index-box._grid._column-5-wide > .inner > .item:nth-child(-n+5),
  ._grid._column-5-wide.mod-index-box2 > .inner > .item:nth-child(-n+5) {
    margin-top: 0;
  }
  .mod-index-box._grid._column-5-wide > .inner > .item:nth-of-type(5n+1),
  ._grid._column-5-wide.mod-index-box2 > .inner > .item:nth-of-type(5n+1) {
    margin-left: 0;
  }
  .mod-index-box._grid._column-6-wide > .inner > .item,
  ._grid._column-6-wide.mod-index-box2 > .inner > .item {
    flex-basis: 14.96599%;
  }
  .mod-index-box._grid._column-6-wide > .inner > .item:nth-child(-n+6),
  ._grid._column-6-wide.mod-index-box2 > .inner > .item:nth-child(-n+6) {
    margin-top: 0;
  }
  .mod-index-box._grid._column-6-wide > .inner > .item:nth-of-type(6n+1),
  ._grid._column-6-wide.mod-index-box2 > .inner > .item:nth-of-type(6n+1) {
    margin-left: 0;
  }
  .mod-index-box._grid._column-auto-wide > .inner,
  ._grid._column-auto-wide.mod-index-box2 > .inner {
    flex-basis: 102.04082%;
    margin: -20px 0 0 -2.04082%;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .mod-index-box._grid > .inner > .item,
  ._grid.mod-index-box2 > .inner > .item {
    margin: 20px 0 0 2.04082%;
  }
  .mod-index-box._grid._column-1-wide > .inner > .item,
  ._grid._column-1-wide.mod-index-box2 > .inner > .item {
    flex-basis: 100%;
  }
  .mod-index-box._grid._column-1-wide > .inner > .item:nth-child(-n+1),
  ._grid._column-1-wide.mod-index-box2 > .inner > .item:nth-child(-n+1) {
    margin-top: 0;
  }
  .mod-index-box._grid._column-1-wide > .inner > .item:nth-of-type(1n+1),
  ._grid._column-1-wide.mod-index-box2 > .inner > .item:nth-of-type(1n+1) {
    margin-left: 0;
  }
  .mod-index-box._grid._column-2-wide > .inner > .item,
  ._grid._column-2-wide.mod-index-box2 > .inner > .item {
    flex-basis: 48.97959%;
  }
  .mod-index-box._grid._column-2-wide > .inner > .item:nth-child(-n+2),
  ._grid._column-2-wide.mod-index-box2 > .inner > .item:nth-child(-n+2) {
    margin-top: 0;
  }
  .mod-index-box._grid._column-2-wide > .inner > .item:nth-of-type(2n+1),
  ._grid._column-2-wide.mod-index-box2 > .inner > .item:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .mod-index-box._grid._column-3-wide > .inner > .item,
  ._grid._column-3-wide.mod-index-box2 > .inner > .item {
    flex-basis: 31.97279%;
  }
  .mod-index-box._grid._column-3-wide > .inner > .item:nth-child(-n+3),
  ._grid._column-3-wide.mod-index-box2 > .inner > .item:nth-child(-n+3) {
    margin-top: 0;
  }
  .mod-index-box._grid._column-3-wide > .inner > .item:nth-of-type(3n+1),
  ._grid._column-3-wide.mod-index-box2 > .inner > .item:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .mod-index-box._grid._column-4-wide > .inner > .item,
  ._grid._column-4-wide.mod-index-box2 > .inner > .item {
    flex-basis: 23.46939%;
  }
  .mod-index-box._grid._column-4-wide > .inner > .item:nth-child(-n+4),
  ._grid._column-4-wide.mod-index-box2 > .inner > .item:nth-child(-n+4) {
    margin-top: 0;
  }
  .mod-index-box._grid._column-4-wide > .inner > .item:nth-of-type(4n+1),
  ._grid._column-4-wide.mod-index-box2 > .inner > .item:nth-of-type(4n+1) {
    margin-left: 0;
  }
  .mod-index-box._grid._column-5-wide > .inner > .item,
  ._grid._column-5-wide.mod-index-box2 > .inner > .item {
    flex-basis: 18.36735%;
  }
  .mod-index-box._grid._column-5-wide > .inner > .item:nth-child(-n+5),
  ._grid._column-5-wide.mod-index-box2 > .inner > .item:nth-child(-n+5) {
    margin-top: 0;
  }
  .mod-index-box._grid._column-5-wide > .inner > .item:nth-of-type(5n+1),
  ._grid._column-5-wide.mod-index-box2 > .inner > .item:nth-of-type(5n+1) {
    margin-left: 0;
  }
  .mod-index-box._grid._column-6-wide > .inner > .item,
  ._grid._column-6-wide.mod-index-box2 > .inner > .item {
    flex-basis: 14.96599%;
  }
  .mod-index-box._grid._column-6-wide > .inner > .item:nth-child(-n+6),
  ._grid._column-6-wide.mod-index-box2 > .inner > .item:nth-child(-n+6) {
    margin-top: 0;
  }
  .mod-index-box._grid._column-6-wide > .inner > .item:nth-of-type(6n+1),
  ._grid._column-6-wide.mod-index-box2 > .inner > .item:nth-of-type(6n+1) {
    margin-left: 0;
  }
  .mod-index-box._grid._column-auto-wide > .inner,
  ._grid._column-auto-wide.mod-index-box2 > .inner {
    flex-basis: 102.04082%;
    margin: -20px 0 0 -2.04082%;
  }
}

@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: underline;
  }
  .page-top {
    position: fixed;
    margin: 0;
  }
  .page-top > a {
    width: 60px;
    height: 60px;
    transition: opacity .5s;
  }
  .page-top > a:hover,
  .page-top > a:focus {
    opacity: .7;
  }
  .nav-global .nav-list > li.is-current > a::after {
    width: 100%;
  }
  .nav-stakeholder .nav-list-container .btn-container {
    display: none;
  }
  .nav-stakeholder .nav-list > li.is-current > a::after {
    background-color: #ea5504;
    height: 100%;
  }
  .breadcrumb .list-breadcrumb li > a:hover,
  .breadcrumb .list-breadcrumb li > a:focus {
    opacity: .7;
  }
  .breadcrumb .list-breadcrumb li > [aria-current]:hover,
  .breadcrumb .list-breadcrumb li > [aria-current]:focus {
    opacity: 1;
  }
  .main-visual {
    background-image: url(/share/images/index_img_main_pc_01.jpg);
    margin: 0;
  }
  .main-visual > .breadcrumb {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin: 0;
  }
  .main-visual > .breadcrumb > .list-breadcrumb > li a,
  .main-visual > .breadcrumb > .list-breadcrumb > li > span {
    color: #fff;
  }
  .main-visual > .inner {
    min-height: 400px;
  }
  .main-visual._type3 {
    background-image: url(/share/images/index_img_main_pc_02.png);
    background-position: bottom right;
    background-size: auto;
  }
  .main-visual._type3 > .breadcrumb {
    position: static;
  }
  .main-visual._type3 > .breadcrumb > .list-breadcrumb {
    padding-bottom: 0;
  }
  .main-visual._type3 > .inner {
    min-height: 261px;
    padding: 0;
  }
  .main-visual._type3 > .inner .mod-heading-l1 > .heading {
    margin-top: 10px;
  }
  .main-visual._type3 > .inner .mod-heading-l1 > .heading > .text {
    font-size: 3rem;
  }
  .main-visual._type3 > .inner .mod-heading-l1 > .sub {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #23323b;
    margin-top: 20px;
  }
  .main-visual._type3 > .inner .mod-heading-l1 > .time {
    font-size: 1.8rem;
  }
  .main-visual._type4 {
    background-image: url(/share/images/index_img_main_pc_03.png);
    background-position: bottom right;
    background-size: auto;
  }
  .mod-heading-l1 {
    margin-top: 60px;
  }
  .mod-heading-l1 > .heading > .text {
    font-size: 4.8rem;
  }
  .mod-heading-l1 > .sub {
    font-size: 1.8rem;
    margin-top: 40px;
  }
  .mod-heading-l2 {
    margin: 95px 0 36px;
  }
  .mod-heading-l2 > .heading > .text {
    font-size: 4.4rem;
  }
  .mod-heading-l2._iconType > .heading > .text {
    padding-left: 55px;
  }
  .mod-heading-l2._iconType > .heading > .text::before {
    width: 49px;
    height: 48px;
  }
  .mod-heading-l2 + .mod-heading-l3 {
    margin-top: 30px;
  }
  .mod-heading-l3 {
    margin: 68px 0 37px;
  }
  .mod-heading-l3._underLine {
    padding-bottom: 21px;
  }
  .mod-heading-l3 > .heading > .text {
    font-size: 3rem;
  }
  .mod-heading-l3._iconType > .heading > .text {
    padding-left: 45px;
  }
  .mod-heading-l3._iconType > .heading > .text::before {
    width: 37px;
    height: 37px;
  }
  .mod-heading-l3 + .mod-heading-l4 {
    margin-top: 26px;
  }
  .mod-heading-l4 {
    margin: 58px 0 15px;
  }
  .mod-heading-l4 > .heading > .text {
    font-size: 2.2rem;
  }
  .mod-heading-l4 + .mod-heading-l5 {
    margin-top: 20px;
  }
  .mod-heading-l4._iconType > .heading > .text {
    font-size: 1.8rem;
    padding-left: 27px;
  }
  .mod-heading-l4._iconType > .heading > .text::before {
    width: 22px;
    height: 22px;
  }
  .mod-heading-l5 {
    margin: 48px 0 13px;
  }
  .mod-heading-l5 > .heading > .text {
    font-size: 1.8rem;
  }
  .mod-heading-l2._news {
    margin: 68px 0 30px;
  }
  .mod-heading-l2._news > .heading > .text {
    font-size: 2.6rem;
  }
  .mod-heading-l3._news {
    margin: 58px 0 20px;
  }
  .mod-heading-l3._news > .heading > .text {
    font-size: 2.2rem;
  }
  .mod-heading-l4._news {
    margin: 48px 0 13px;
  }
  .mod-heading-l4._news > .heading > .text {
    font-size: 1.8rem;
  }
  .mod-text {
    font-size: 1.6rem;
    margin-top: 60px;
  }
  .mod-text + .mod-text {
    margin-top: 20px;
  }
  a > .blank {
    margin: 7px 0 0 5px;
  }
  a > .pdf,
  a > .excel,
  a > .word,
  a > .print {
    margin: 5px 0 0 5px;
  }
  a > .voice,
  a > .video,
  a > .slide,
  a > .mail {
    margin: 7px 0 0 5px;
  }
  .mod-link-text,
  .mod-link-list > li,
  .mod-link-textLine > li,
  .mod-localNavi > .link,
  .mod-philosophy-figure .spContent > .linkContent > .content > dd > ol > li,
  .mod-philosophy-figure .spContent > .linkContent > .content > dd > ul > li {
    margin-top: 60px;
  }
  .mod-link-text + .mod-link-text,
  .mod-link-list > li + .mod-link-text,
  .mod-link-textLine > li + .mod-link-text,
  .mod-localNavi > .link + .mod-link-text,
  .mod-philosophy-figure .spContent > .linkContent > .content > dd > ol > li + .mod-link-text,
  .mod-philosophy-figure .spContent > .linkContent > .content > dd > ul > li + .mod-link-text,
  .mod-link-list > .mod-link-text + li,
  .mod-link-list > li + li,
  .mod-link-list.mod-localNavi > .link + li,
  .mod-link-textLine > .mod-link-text + li,
  .mod-link-textLine > li + li,
  .mod-link-textLine.mod-localNavi > .link + li,
  .mod-localNavi > .mod-link-text + .link,
  .mod-localNavi.mod-link-list > li + .link,
  .mod-localNavi.mod-link-textLine > li + .link,
  .mod-localNavi > .link + .link,
  .mod-philosophy-figure .spContent > .linkContent > .content > dd > ol.mod-localNavi > li + .link,
  .mod-philosophy-figure .spContent > .linkContent > .content > dd > ul.mod-localNavi > li + .link,
  .mod-philosophy-figure .spContent > .linkContent > .content > dd > ol > .mod-link-text + li,
  .mod-philosophy-figure .spContent > .linkContent > .content > dd > ol.mod-localNavi > .link + li,
  .mod-philosophy-figure .spContent > .linkContent > .content > dd > ol > li + li,
  .mod-philosophy-figure .spContent > .linkContent > .content > dd > ul > .mod-link-text + li,
  .mod-philosophy-figure .spContent > .linkContent > .content > dd > ul.mod-localNavi > .link + li,
  .mod-philosophy-figure .spContent > .linkContent > .content > dd > ul > li + li {
    margin-top: 10px;
  }
  .mod-link-text > a::before,
  .mod-link-list > li > a::before,
  .mod-link-textLine > li > a::before,
  .mod-localNavi > .link > a::before,
  .mod-philosophy-figure .spContent > .linkContent > .content > dd > ol > li > a::before,
  .mod-philosophy-figure .spContent > .linkContent > .content > dd > ul > li > a::before {
    top: 8px;
    transition: tranform, .5s;
  }
  .mod-link-text > a:hover::before,
  .mod-link-list > li > a:hover::before,
  .mod-link-textLine > li > a:hover::before,
  .mod-localNavi > .link > a:hover::before,
  .mod-philosophy-figure .spContent > .linkContent > .content > dd > ol > li > a:hover::before,
  .mod-philosophy-figure .spContent > .linkContent > .content > dd > ul > li > a:hover::before,
  .mod-link-text > a:focus::before,
  .mod-link-list > li > a:focus::before,
  .mod-link-textLine > li > a:focus::before,
  .mod-localNavi > .link > a:focus::before,
  .mod-philosophy-figure .spContent > .linkContent > .content > dd > ol > li > a:focus::before,
  .mod-philosophy-figure .spContent > .linkContent > .content > dd > ul > li > a:focus::before {
    transform: translateX(4px);
  }
  .mod-link-text._return a:hover::before,
  .mod-link-list > li._return a:hover::before,
  .mod-link-textLine > li._return a:hover::before,
  .mod-localNavi > ._return.link a:hover::before,
  .mod-philosophy-figure .spContent > .linkContent > .content > dd > ol > li._return a:hover::before,
  .mod-philosophy-figure .spContent > .linkContent > .content > dd > ul > li._return a:hover::before,
  .mod-link-text._return a:focus::before,
  .mod-link-list > li._return a:focus::before,
  .mod-link-textLine > li._return a:focus::before,
  .mod-localNavi > ._return.link a:focus::before,
  .mod-philosophy-figure .spContent > .linkContent > .content > dd > ol > li._return a:focus::before,
  .mod-philosophy-figure .spContent > .linkContent > .content > dd > ul > li._return a:focus::before {
    transform: translateX(-4px) rotate(180deg);
  }
  .mod-link-text._anchor a:hover::before,
  .mod-link-list > li._anchor a:hover::before,
  .mod-link-textLine > li._anchor a:hover::before,
  .mod-localNavi > ._anchor.link a:hover::before,
  .mod-philosophy-figure .spContent > .linkContent > .content > dd > ol > li._anchor a:hover::before,
  .mod-philosophy-figure .spContent > .linkContent > .content > dd > ul > li._anchor a:hover::before,
  .mod-link-text._anchor a:focus::before,
  .mod-link-list > li._anchor a:focus::before,
  .mod-link-textLine > li._anchor a:focus::before,
  .mod-localNavi > ._anchor.link a:focus::before,
  .mod-philosophy-figure .spContent > .linkContent > .content > dd > ol > li._anchor a:focus::before,
  .mod-philosophy-figure .spContent > .linkContent > .content > dd > ul > li._anchor a:focus::before {
    transform: translateY(4px);
  }
  .mod-link-list {
    margin-top: 60px;
  }
  .mod-link-list > li {
    margin-top: 0;
  }
  .mod-link-textLine {
    margin-top: 60px;
  }
  .mod-link-textLine > li + li {
    margin-top: 0;
  }
  .mod-news-box {
    margin-top: 60px;
  }
  .mod-news-box > .content {
    display: flex;
    padding: 25px 30px;
  }
  .mod-news-box > .content > .date {
    flex: 0 0 130px;
    margin-right: 20px;
  }
  .mod-news-box > .content > .text {
    margin: 0;
  }
  .mod-link-media {
    margin-top: 60px;
  }
  .mod-link-media > .wrap {
    min-height: 220px;
  }
  .mod-link-media > .wrap > .content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 220px;
    padding: 20px;
  }
  .mod-link-media > .wrap > .content::after {
    transition: transform, .5s;
  }
  .mod-link-media > .wrap > .content > .text {
    font-size: 1.4rem;
    color: #fff;
    display: block;
    margin-top: 10px;
  }
  .mod-link-media > .wrap > .media {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
  }
  .mod-link-media > .wrap > .media img {
    width: auto;
    min-width: 100%;
    transition-duration: .5s;
  }
  .mod-link-media > .wrap:hover,
  .mod-link-media > .wrap:focus {
    text-decoration: none;
  }
  .mod-link-media > .wrap:hover > .media img,
  .mod-link-media > .wrap:focus > .media img {
    transition-duration: .5s;
    transform: scale(1.1);
  }
  .mod-link-media > .wrap:hover > .content::after,
  .mod-link-media > .wrap:focus > .content::after {
    transform: translateX(30%);
  }
  .mod-link-media._video > a.wrap > .content::before {
    transition: transform, .5s;
  }
  .mod-link-media._video > a.wrap > .content::after {
    transition: transform, .5s;
  }
  .mod-link-media._video > a.wrap:hover > .content::before,
  .mod-link-media._video > a.wrap:focus > .content::before {
    transform: translateX(90%);
  }
  .mod-link-media._video > a.wrap:hover > .content::after,
  .mod-link-media._video > a.wrap:focus > .content::after {
    transform: translateX(10%);
  }
  .mod-link-media._mediaSizeL > .wrap {
    min-height: 460px;
  }
  .mod-link-media._mediaSizeL > .wrap > .content {
    min-height: 460px;
  }
  .mod-link-media._fullbox > .wrap > .content {
    text-align: center;
  }
  .mod-link-media._fullbox > .wrap > .content > .title {
    font-size: 3rem;
  }
  .mod-link-media._fullbox > .wrap > .content > .text {
    font-size: 1.6rem;
    display: block;
    margin: 20px 0 0;
  }
  .mod-link-media._fullbox > .wrap > .content > .mod-button-wrap {
    margin-top: 20px;
  }
  .mod-link-media._fullbox > .wrap > .media {
    position: absolute;
    top: 50%;
    right: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(50%, -50%);
  }
  .mod-link-media._fullbox > .wrap > .media > img {
    min-width: 100%;
    max-width: none;
    min-height: 100%;
  }
  .mod-link-mediaLayout {
    max-width: none;
    margin-top: 60px;
    margin-right: 0;
    margin-left: 0;
  }
  .mod-link-mediaLayout > .inner {
    flex-direction: row;
  }
  .mod-link-mediaLayout > .inner > .item {
    flex: 0 1 480px;
  }
  .mod-link-mediaLayout > .inner > .item._firstWidth {
    flex: 0 1 480px;
  }
  .mod-link-mediaLayout > .inner > .item + .item {
    margin-top: 0;
  }
  .mod-link-mediaLayout > .inner > .item .mod-link-media {
    margin-top: 0;
  }
  .mod-link-mediaLayout > .inner > .item .mod-link-media + .mod-link-media {
    margin-top: 20px;
  }
  .mod-link-mediaLayout > .inner > .item:first-child {
    margin-right: 2%;
  }
  .mod-link-mediaLayout._layoutType2 > .inner > .item {
    flex: 0 1 610px;
  }
  .mod-link-mediaLayout._layoutType2 > .inner > .item:first-child {
    flex: 0 1 350px;
  }
  .mod-link-mediaLayout._layoutType2 > .inner > .item > .itemInner {
    max-height: 220px;
  }
  .mod-link-mediaLayout._layoutType2 > .inner > .item > .itemInner > .mod-link-media {
    max-height: none;
  }
  .mod-link-mediaLayout._layoutType2 > .inner > .item > .itemInner > .mod-link-media > .wrap > .content {
    height: 220px;
  }
  .mod-link-mediaLayout._layoutType2 > .inner > .item > .itemInner > .mod-link-media {
    flex: 1 1 220px;
  }
  .mod-link-mediaLayout._layoutType2 > .inner > .item > .itemInner > :first-child {
    flex: 1 1 390px;
    margin-right: 20px;
  }
  .mod-link-mediaLayout._layoutType2 > .inner > .item > .mod-link-media._mediaSizeL > .wrap {
    min-height: 460px;
  }
  .mod-link-mediaLayout._layoutType2 > .inner > .item > .mod-link-media._mediaSizeL > .wrap > .content {
    min-height: 460px;
  }
  .mod-link-mediaLayout._layoutType3 {
    max-width: 980px;
  }
  .mod-link-mediaLayout._layoutType3 > .inner > .item {
    flex: 0 1 610px;
  }
  .mod-link-mediaLayout._layoutType3 > .inner > .item:first-child {
    flex: 0 1 350px;
  }
  .mod-link-mediaLayout._layoutType3 > .inner > .item:nth-child(2) {
    margin-top: 0;
  }
  .mod-link-mediaLayout._layoutType3 > .inner > .item > .itemInner {
    max-height: 296px;
  }
  .mod-link-mediaLayout._layoutType3 > .inner > .item > .itemInner:first-child {
    margin-top: 0;
  }
  .mod-link-mediaLayout._layoutType3 > .inner > .item > .itemInner > .mod-link-media {
    max-height: none;
  }
  .mod-link-mediaLayout._layoutType3 > .inner > .item > .itemInner > .mod-link-media > .wrap {
    max-height: 296px;
  }
  .mod-link-mediaLayout._layoutType3 > .inner > .item > .itemInner > .mod-link-media > .wrap > .content {
    height: 296px;
    padding: 20px;
  }
  .mod-link-mediaLayout._layoutType3 > .inner > .item > .itemInner > .mod-link-media > .wrap > .content > .text-short {
    letter-spacing: normal;
  }
  .mod-link-mediaLayout._layoutType3 > .inner > .item > .itemInner > .mod-link-media._mediaSizeS > .wrap {
    min-height: 184px;
    max-height: 184px;
  }
  .mod-link-mediaLayout._layoutType3 > .inner > .item > .itemInner > .mod-link-media._mediaSizeS > .wrap > .content {
    height: 184px;
    min-height: 184px;
    max-height: 184px;
  }
  .mod-link-mediaLayout._layoutType3 > .inner > .item > .itemInner > .mod-link-media {
    flex: 1 1 220px;
  }
  .mod-link-mediaLayout._layoutType3 > .inner > .item > .itemInner > :first-child {
    flex: 1 1 370px;
    margin-right: 20px;
  }
  .mod-link-mediaLayout._layoutType3 > .inner > .item > .mod-link-media._mediaSizeL > .wrap {
    min-height: 500px;
  }
  .mod-link-mediaLayout._layoutType3 > .inner > .item > .mod-link-media._mediaSizeL > .wrap > .content {
    min-height: 500px;
  }
  .mod-link-mediaIndex {
    margin-top: 60px;
  }
  .mod-link-mediaIndex > .inner {
    display: flex;
  }
  .mod-link-mediaIndex > .inner > .item {
    flex-basis: 50%;
    max-width: 490px;
  }
  .mod-link-mediaIndex > .inner > .item + .item {
    margin-top: 0;
  }
  .mod-link-mediaIndex > .inner > .item > .wrap > .content {
    padding: 0 30px;
  }
  .mod-link-mediaIndex > .inner > .item > .wrap > .content > .title {
    font-size: 4rem;
  }
  .mod-link-mediaIndex > .inner > .item > .wrap > .content > .text {
    margin: 30px 0 0;
  }
  .mod-link-mediaIndex > .inner > .item > .wrap > .content::after {
    transition: transform .5s;
  }
  .mod-link-mediaIndex > .inner > .item > .wrap > .media img {
    transition-duration: .5s;
  }
  .mod-link-mediaIndex > .inner > .item > .wrap > .media::after {
    transition: transform .5s;
  }
  .mod-link-mediaIndex > .inner > .item > .wrap:hover,
  .mod-link-mediaIndex > .inner > .item > .wrap:focus {
    text-decoration: none;
  }
  .mod-link-mediaIndex > .inner > .item > .wrap:hover > .media img,
  .mod-link-mediaIndex > .inner > .item > .wrap:focus > .media img {
    transition-duration: .5s;
    transform: scale(1.1);
  }
  .mod-link-mediaIndex > .inner > .item > .wrap:hover > .media::after,
  .mod-link-mediaIndex > .inner > .item > .wrap:focus > .media::after {
    transform: translateX(40%);
  }
  .mod-link-mediaIndex > .inner > .item > .wrap:hover > .content::after,
  .mod-link-mediaIndex > .inner > .item > .wrap:focus > .content::after {
    transform: translateX(40%);
  }
  .mod-link-mediaIndex._layoutBox > .inner > :first-child {
    margin-right: 20px;
  }
  .mod-link-mediaIndex._layoutBox > .inner > .item {
    max-width: 480px;
  }
  .mod-link-mediaIndex._layoutBox > .inner > .item:nth-child(odd) {
    margin-right: 20px;
  }
  .mod-link-mediaIndex._layoutBox > .inner > .item:nth-child(n + 3) {
    margin-top: 60px;
  }
  .mod-link-mediaIndex._layoutBox > .inner > .item > .head {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 132px;
  }
  .mod-link-mediaIndex._layoutBox > .inner > .item > .wrap > .content {
    padding: 20px;
  }
  .mod-link-mediaIndex._layoutBox > .inner > .item > .wrap > .content > .text {
    margin: 10px 0 10px;
  }
  .mod-localNavi > .link {
    margin-top: 0;
  }
  .mod-localNavi > .link > a {
    font-size: 2rem;
    font-weight: bold;
  }
  .mod-localNavi > .title {
    margin-top: 20px;
  }
  .mod-localNavi > .title + .mod-layout {
    margin-top: 11px;
  }
  .mod-localNavi > .mod-layout {
    margin-top: 20px;
  }
  .mod-localNavi .mod-layout > .inner > .item:nth-child(n + 5) {
    margin-top: 5px;
  }
  .mod-philosophy-figure > .content {
    padding: 40px 35px;
  }
  .mod-philosophy-figure > .content > .title {
    font-size: 3rem;
  }
  .mod-philosophy-figure > .content > .contentInner {
    background: url(/share/images/img-triangle.png) no-repeat;
    background-position: center bottom;
    background-size: contain;
    display: block;
    margin-top: 30px;
    padding-top: 40px;
  }
  .mod-philosophy-figure > .content > .contentInner > :first-child {
    margin-top: 0 !important;
  }
  .mod-philosophy-figure > .content > .contentInner .link {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    color: #ea5504;
    background-color: #fff;
    position: relative;
    display: block;
    max-width: 220px;
    margin: 30px auto 0;
    padding: 8px 30px;
    border: 1px solid #d1d2d2;
  }
  .mod-philosophy-figure > .content > .contentInner a.link::before {
    background: url(/share/images/icon_arrow_01.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 8%;
    display: inline-block;
    width: 14px;
    height: 9px;
    margin-top: -4px;
    content: "";
    transition: right, .5s;
  }
  .mod-philosophy-figure > .content > .contentInner a.link:hover,
  .mod-philosophy-figure > .content > .contentInner a.link:focus {
    text-decoration: none;
  }
  .mod-philosophy-figure > .content > .contentInner a.link:hover::before,
  .mod-philosophy-figure > .content > .contentInner a.link:focus::before {
    right: 4%;
  }
  .mod-philosophy-figure > .content > .contentInner > .box {
    background-color: rgba(255, 255, 255, .4);
    margin-top: 30px;
    padding: 25px 35px;
  }
  .mod-philosophy-figure > .content > .contentInner > .box > .title {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    margin: 0;
  }
  .mod-philosophy-figure > .content > .contentInner > .box > .list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .mod-philosophy-figure > .content > .contentInner > .box > .list._type1 > li {
    flex: 0 1 32%;
    margin-left: 2%;
  }
  .mod-philosophy-figure > .content > .contentInner > .box > .list._type1 > li:nth-child(3n + 1) {
    margin-left: 0;
  }
  .mod-philosophy-figure > .content > .contentInner > .box > .list._type1 > li:nth-child(n + 4) {
    margin-top: 15px;
  }
  .mod-philosophy-figure > .content > .contentInner > .box > .list._type1 > li > .link {
    max-width: none;
    margin-top: 0;
  }
  .mod-philosophy-figure > .content > .contentInner > .box > .list._type2 {
    flex-wrap: nowrap;
  }
  .mod-philosophy-figure > .content > .contentInner > .box > .list._type2 > li {
    width: 100%;
    margin-left: 1%;
  }
  .mod-philosophy-figure > .content > .contentInner > .box > .list._type2 > li:nth-child(n + 4) {
    margin-top: 0;
  }
  .mod-philosophy-figure > .content > .contentInner > .box > .list._type2 > li:first-child {
    margin-left: 0;
  }
  .mod-philosophy-figure > .content > .contentInner > .box > .list._type2 > li > :first-child {
    margin-top: 0 !important;
  }
  .mod-philosophy-figure > .content > .contentInner > .box > .list._type2 > li > .linkWrap {
    display: flex;
    margin-top: 10px;
  }
  .mod-philosophy-figure > .content > .contentInner > .box > .list._type2 > li > .linkWrap > :first-child {
    margin-top: 0 !important;
  }
  .mod-philosophy-figure > .content > .contentInner > .box > .list._type2 > li > .linkWrap > .link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 80px;
    padding: 5px 30px 5px 10px;
  }
  .mod-philosophy-figure > .content > .contentInner > .box > .list._type2 > li > .linkWrap > span.link {
    padding: 5px 20px 5px 20px;
  }
  .mod-philosophy-figure > .content > .contentInner > .box > .list._type2 > li.item3 > .linkWrap > .link {
    min-height: 48px;
  }
  .mod-philosophy-figure > .content > .contentInner > .box > .list._type2 > li.item4 > .linkWrap > .link {
    min-height: 35px;
  }
  .mod-philosophy-figure > .content > .spFigure {
    display: none;
  }
  .mod-philosophy-figure > .spContent {
    display: none;
  }
  .mod-panel-contact {
    margin-top: 60px;
  }
  .mod-panel-contact > .inner {
    padding: 50px;
  }
  .mod-panel-contact > .inner > .title {
    font-size: 3rem;
  }
  .mod-panel-contact > .inner > .mallContact {
    display: flex;
    margin-top: 40px;
  }
  .mod-panel-contact > .inner > .mallContact > .text {
    text-align: left;
    margin-right: 35px;
  }
  .mod-panel-contact > .inner > .mallContact > .button {
    margin-top: 0;
  }
  .mod-panel-contact > .inner > .content {
    margin-top: 40px;
  }
  .mod-panel-contact > .inner > .content > .telContact {
    display: flex;
  }
  .mod-panel-contact > .inner > .content > .telContact > .contact {
    margin-top: 0;
  }
  .mod-panel-contact > .inner > .content > .telContact > .contact > .phone {
    font-size: 5.2rem;
  }
  .mod-panel-contact > .inner > .content > .telContact > .contact:first-child {
    position: relative;
    flex: 0 0 425px;
    margin-right: 30px;
    padding-right: 30px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .mod-panel-contact > .inner > .content > .telContact > .contact:first-child::before {
    background-color: #d1d2d2;
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 1px;
    height: 50%;
    content: "";
    transform: translateY(-50%);
  }
  .mod-panel-contact > .inner > .content > .telContact > .contact > .item {
    font-size: 1.6rem;
    padding: 10px;
  }
  .mod-panel-contact > .inner > .content > .telContact > .contact > .businessHours {
    font-size: 2rem;
  }
  .mod-panel-contact > .inner > .content > .telContact > .contact > .businessHours > .note {
    font-size: 1.3rem;
  }
  .mod-panel-contact > .inner > .content > .contactWide {
    display: flex;
    align-items: center;
    margin-top: 30px;
    padding: 20px;
  }
  .mod-panel-contact > .inner > .content > .contactWide > .text {
    text-align: left;
    margin-right: 10px;
  }
  .mod-panel-contact > .inner > .content > .contactWide > .phone {
    font-size: 3.8rem;
    flex: 0 0 270px;
    margin-right: 10px;
  }
  .mod-panel-contact > .inner > .content > .contactWide > .phone::before {
    background: url(/share/images/icon_tel_01.png) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 24px;
    height: 28px;
    margin-right: 5px;
    content: "";
  }
  .mod-panel-contact > .inner > .content > .contactWide > .note {
    font-size: 1.4rem;
  }
  .mod-panel-contact > .inner > .content > .contactWide > .note > .mark {
    margin-right: 5px;
  }
  .mod-button._access.access-img > .text {
    display: flex;
    justify-content: center;
  }
  .mod-button._access.access-img > .text::before {
    background-image: url(/share/images/icon_access_01.png);
    background-size: contain;
    position: static;
    display: inline-block;
    width: 14px;
    height: 21px;
    margin-right: 10px;
    content: "";
    transform: translateY(0);
  }
  .mod-button {
    width: auto;
    min-width: 260px;
  }
  .mod-button > .text {
    padding: 8px 70px;
  }
  .mod-button > .text::after {
    transition: right, .5s;
  }
  .mod-button > .text > .blank {
    transition: right, .5s;
  }
  .mod-button > .text > .pdf,
  .mod-button > .text > .excel,
  .mod-button > .text > .word,
  .mod-button > .text > .print,
  .mod-button > .text > .voice,
  .mod-button > .text > .video,
  .mod-button > .text > .slide,
  .mod-button > .text > .mail {
    transition: right, .5s;
  }
  .mod-button._disabled {
    opacity: .6;
  }
  .mod-button._large {
    width: auto;
    min-width: 400px;
  }
  .mod-button._large > .text {
    padding: 20px 70px;
  }
  .mod-button:hover,
  .mod-button:focus {
    text-decoration: none;
    opacity: .7;
  }
  .mod-button:hover > .text::after,
  .mod-button:focus > .text::after {
    right: 8.5%;
  }
  .mod-button:hover > .text > .blank,
  .mod-button:focus > .text > .blank {
    right: 8.5%;
  }
  .mod-button:hover > .text > .pdf,
  .mod-button:hover > .text > .excel,
  .mod-button:hover > .text > .word,
  .mod-button:hover > .text > .print,
  .mod-button:hover > .text > .voice,
  .mod-button:hover > .text > .video,
  .mod-button:hover > .text > .slide,
  .mod-button:hover > .text > .mail,
  .mod-button:focus > .text > .pdf,
  .mod-button:focus > .text > .excel,
  .mod-button:focus > .text > .word,
  .mod-button:focus > .text > .print,
  .mod-button:focus > .text > .voice,
  .mod-button:focus > .text > .video,
  .mod-button:focus > .text > .slide,
  .mod-button:focus > .text > .mail {
    right: 8.5%;
  }
  .mod-button._anchor {
    width: 100%;
    min-width: auto;
  }
  .mod-button._anchor > .text::after {
    margin-top: -6px;
    transition: margin, .5s;
  }
  .mod-button._anchor:hover > .text::after,
  .mod-button._anchor:focus > .text::after {
    right: 10%;
    margin-top: -2px;
  }
  .mod-button._more > .text::after {
    transition: margin, .5s;
  }
  .mod-button._more:hover > .text::after,
  .mod-button._more:focus > .text::after {
    right: 10%;
    margin-top: -2px;
  }
  .mod-button._reset {
    width: 162px;
    min-width: auto;
  }
  .mod-button._disabled {
    pointer-events: none;
    cursor: default;
  }
  .mod-button._disabled:hover > .text::after,
  .mod-button._disabled:hover > .text > .blank,
  .mod-button._disabled:hover > .text > .pdf,
  .mod-button._disabled:hover > .text > .excel,
  .mod-button._disabled:hover > .text > .word,
  .mod-button._disabled:hover > .text > .print,
  .mod-button._disabled:hover > .text > .voice,
  .mod-button._disabled:hover > .text > .video,
  .mod-button._disabled:hover > .text > .slide,
  .mod-button._disabled:hover > .text > .mail,
  .mod-button._disabled:focus > .text::after,
  .mod-button._disabled:focus > .text > .blank,
  .mod-button._disabled:focus > .text > .pdf,
  .mod-button._disabled:focus > .text > .excel,
  .mod-button._disabled:focus > .text > .word,
  .mod-button._disabled:focus > .text > .print,
  .mod-button._disabled:focus > .text > .voice,
  .mod-button._disabled:focus > .text > .video,
  .mod-button._disabled:focus > .text > .slide,
  .mod-button._disabled:focus > .text > .mail {
    right: 10%;
  }
  .mod-button-wrap {
    margin-top: 40px;
  }
  .mod-button-wrap .mod-button {
    margin-top: 0;
    margin-right: 20px;
  }
  .mod-button-wrap .mod-button:last-child {
    margin-right: 0;
  }
  .mod-button-wrap._line {
    display: flex;
  }
  .mod-button-wrap._line .mod-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    min-width: auto;
  }
  .mod-button-wrap._line .mod-button > .text {
    padding: 8px 50px 8px 30px;
  }
  .mod-button-wrap._line._contentCenter {
    justify-content: center;
  }
  .mod-button-wrap._line._contentRight {
    justify-content: flex-end;
  }
  .mod-tab-box {
    margin-top: 60px;
  }
  .mod-tab-box > .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px 0;
  }
  .mod-tab-box > .list > li {
    margin: 0 10px 10px 0;
    margin-bottom: 20px;
  }
  .mod-tab-box > .list > li:first-child {
    margin-left: 0;
  }
  .mod-tab-box > .list > li:last-child {
    margin-right: 0;
  }
  .mod-tab-box > .list > li + li {
    margin-top: 0;
  }
  .mod-tab-box > .list > li > a {
    text-align: center;
    color: #23323b;
    display: inline-block;
    min-width: 230px;
    padding: 7px 20px;
    border-radius: 50px;
  }
  .mod-tab-box > .list > li > a > .mark {
    display: none;
  }
  .mod-tab-box > .list > li > a.is-open {
    color: #fff;
    background-color: #ea5504;
    border-color: #ea5504;
  }
  .mod-tab-box > .list > li > a:hover,
  .mod-tab-box > .list > li > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #ea5504;
  }
  .mod-tab-box._type2 > .list > li > a {
    min-width: 110px;
  }
  .mod-tab-box .tab-content + .list {
    margin-top: 40px;
  }
  .mod-list {
    margin-top: 60px;
  }
  .mod-list > li {
    font-size: 1.6rem;
  }
  .mod-list > li + li {
    margin-top: 10px;
  }
  .mod-list > li > .mod-list-order {
    margin-top: 10px;
  }
  .mod-list > li > .mod-list {
    margin-top: 10px;
  }
  .mod-list-order {
    margin-top: 60px;
  }
  .mod-list-order > li {
    font-size: 1.6rem;
  }
  .mod-list-order > li + li {
    margin-top: 10px;
  }
  .mod-list-order > li > .mod-list {
    margin-top: 15px;
  }
  .mod-list-order > li > .mod-list-order {
    margin-top: 15px;
  }
  .mod-list-order > li > .mod-list-order > li {
    padding-left: 25px;
  }
  .mod-list-description {
    margin-top: 60px;
  }
  .mod-list-description > .list > dt {
    font-size: 1.8rem;
  }
  .mod-list-description > .list > dd {
    font-size: 1.6rem;
    margin-top: 7px;
  }
  .mod-list-description._note > .list > dt {
    font-size: 1.6rem;
  }
  .mod-list-description._note > .list > dt > .mark {
    margin-right: 10px;
  }
  .mod-list-description._note > .list > dd {
    margin-top: 7px;
  }
  .mod-list-step {
    margin-top: 60px;
  }
  .mod-list-step > li > .step {
    font-size: 1.8rem;
  }
  .mod-list-step > li > .text {
    font-size: 1.6rem;
    margin-top: 7px;
  }
  .mod-list-note {
    margin-top: 40px;
  }
  .mod-list-note > li {
    font-size: 1.6rem;
  }
  .mod-table {
    margin-top: 60px;
  }
  .mod-table > .title {
    font-size: 1.8rem;
  }
  .mod-table > .text {
    display: none;
  }
  .mod-table._scroll._pcScrollNone > .inner {
    overflow-x: visible;
  }
  .mod-table._scroll._pcScrollNone > .inner > table {
    min-width: auto;
  }
  .mod-table._scroll > .inner {
    overflow-x: visible;
  }
  .mod-table._scroll > .inner > table {
    min-width: auto;
  }
  .mod-box._message,
  ._message.mod-box-search {
    padding: 50px;
  }
  .mod-box._message > .title em,
  ._message.mod-box-search > .title em {
    font-size: 3rem;
  }
  .mod-box,
  .mod-box-search {
    margin-top: 60px;
    padding: 40px 50px 40px;
  }
  .mod-box._info,
  ._info.mod-box-search {
    padding: 30px 40px;
  }
  .mod-box-layout {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
  }
  .mod-box-layout > .inner {
    flex: 0 1 49%;
    margin-left: 2%;
  }
  .mod-box-layout > .inner + .inner {
    margin-top: 0;
  }
  .mod-box-layout > .inner:nth-child(2n + 1) {
    margin-left: 0;
  }
  .mod-box-layout > .inner:nth-child(n + 3) {
    margin-top: 20px;
  }
  .mod-box-search {
    padding: 30px 40px;
  }
  .mod-box-search > .inner > .content + .content {
    margin-top: 15px;
  }
  .mod-box-search > .inner > .content > .title {
    font-size: 1.8rem;
    margin-bottom: 7px;
  }
  .mod-box-search > .inner > .content > .list > li {
    margin-right: 40px;
  }
  .mod-layout {
    margin-top: 60px;
  }
  .mod-media {
    margin-top: 60px;
  }
  .mod-media-layout {
    margin-top: 60px;
  }
  .mod-media-layout > .inner {
    display: flex;
  }
  .mod-media-layout > .inner > .content {
    flex-grow: 1;
    margin-right: 30px;
  }
  .mod-media-layout > .inner > .image {
    flex-shrink: 0;
    max-width: 60%;
    margin-top: 0;
  }
  .mod-media-layout > .inner > .image > :first-child {
    margin-top: 0;
  }
  .mod-media-layout._reverse-wide > .inner {
    flex-direction: row-reverse;
  }
  .mod-media-layout._reverse-wide > .inner > .content {
    margin-right: 0;
    margin-left: 30px;
  }
  .mod-index {
    margin-top: 60px;
  }
  .mod-index > .inner > .item {
    flex-basis: 31.97279%;
    margin: 20px 0 0 2.04082%;
  }
  .mod-index > .inner > .item:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .mod-index > .inner > .item:nth-of-type(3n+1) {
    margin-top: 0;
  }
  .mod-index > .inner > .item:nth-child(-n+3) {
    margin-top: 0;
  }
  .mod-index._reverse-wide > .inner > .item > .wrap > .media {
    order: 3;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .mod-index-box,
  .mod-index-box2 {
    margin-top: 60px;
  }
  .mod-index-box > .inner > .item > .wrap,
  .mod-index-box2 > .inner > .item > .wrap {
    min-height: 100px;
  }
  .mod-index-box > .inner > .item > .wrap > .media,
  .mod-index-box2 > .inner > .item > .wrap > .media {
    width: 110px;
  }
  .mod-index-box > .inner > .item > .wrap > .media > img,
  .mod-index-box2 > .inner > .item > .wrap > .media > img {
    top: 50%;
    left: 50%;
    min-width: 180px;
    transform: translate(-50%, -50%);
  }
  .mod-index-box > .inner > .item > .wrap::before,
  .mod-index-box2 > .inner > .item > .wrap::before {
    transition: transform .5s;
  }
  .mod-index-box > .inner > .item > .wrap:hover,
  .mod-index-box2 > .inner > .item > .wrap:hover,
  .mod-index-box > .inner > .item > .wrap:focus,
  .mod-index-box2 > .inner > .item > .wrap:focus {
    text-decoration: none;
  }
  .mod-index-box > .inner > .item > .wrap:hover > .media img,
  .mod-index-box2 > .inner > .item > .wrap:hover > .media img,
  .mod-index-box > .inner > .item > .wrap:focus > .media img,
  .mod-index-box2 > .inner > .item > .wrap:focus > .media img {
    transition-duration: .5s;
    transform: translate(-50%, -50%) scale(1.1);
  }
  .mod-index-box > .inner > .item > .wrap:hover::before,
  .mod-index-box2 > .inner > .item > .wrap:hover::before,
  .mod-index-box > .inner > .item > .wrap:focus::before,
  .mod-index-box2 > .inner > .item > .wrap:focus::before {
    transform: translateX(53%);
  }
  .mod-index-box._grid > .inner,
  ._grid.mod-index-box2 > .inner {
    display: flex;
    flex-wrap: wrap;
  }
  .mod-index-box._grid > .inner > .item,
  ._grid.mod-index-box2 > .inner > .item {
    flex-shrink: 0;
  }
  .mod-index-box._column-2-wide > .inner > .item > .wrap > .media,
  ._column-2-wide.mod-index-box2 > .inner > .item > .wrap > .media {
    width: 180px;
  }
  .mod-index-box2 > .inner > .item > .wrap > .media {
    width: 110px;
  }
  .mod-index-box2 > .inner > .item > .wrap > .media > img {
    min-width: 90px;
  }
  .mod-index-box2 > .inner > .item > .wrap::before {
    transition: transform .5s;
  }
  .mod-index-box2 > .inner > .item > .wrap:hover,
  .mod-index-box2 > .inner > .item > .wrap:focus {
    text-decoration: none;
  }
  .mod-index-box2 > .inner > .item > .wrap:hover::before,
  .mod-index-box2 > .inner > .item > .wrap:focus::before {
    transform: translateX(54%);
  }
  .mod-index-box2._anchor > .inner > .item > .wrap:hover::before,
  .mod-index-box2._anchor > .inner > .item > .wrap:focus::before {
    transform: translateY(54%);
  }
  .mod-movie {
    margin-top: 60px;
  }
  .mod-checkbox > .item:checked + span::after {
    width: 11px;
    height: 10px;
  }
  .mod-checkbox > span::before {
    width: 17px;
    height: 17px;
  }
  body.theme-aboutUs .site-main .main-visual {
    background-image: url(/about_us/images/index_img_main_pc_01.jpg);
  }
  body.theme-aboutUs .str-outer._sectionMedia {
    background-image: url(/about_us/images/index_img_01_pc.png);
    background-size: auto;
    padding-bottom: 440px;
  }
  body.theme-aboutUs .str-outer._sectionNetwork::before {
    background-image: url(/about_us/images/index_img_bg_2_pc.png);
  }
  body.theme-aboutUs .str-outer._typeHistory {
    margin-bottom: 100px;
  }
  body.theme-aboutUs .unq-narrowContent .mod-media._imageTitle {
    margin: 95px 0 40px;
  }
  body.theme-aboutUs .unq-narrowContent .mod-media._imageTitle > .media > img {
    width: auto;
  }
  body.theme-aboutUs .unq-narrowContent {
    max-width: 340px;
  }
  body.theme-aboutUs .unq-narrowContent > .values-list .type1 {
    position: absolute;
    top: -220px;
    right: 0;
    left: auto;
    width: 29%;
    max-width: none;
  }
  body.theme-aboutUs .unq-narrowContent > .values-list .type2 {
    position: absolute;
    top: 50px;
    left: 0;
    width: 29%;
    max-width: none;
  }
  body.theme-aboutUs .unq-narrowContent > .values-list .type3 {
    position: absolute;
    top: 190px;
    right: 0;
    width: 29%;
    max-width: none;
  }
  body.theme-aboutUs .mod-heading-l2._uniqueHeading:before {
    background: url(/about_us/images/index_icon_01_pc.png) no-repeat;
    width: 221px;
    height: 135px;
  }
  body.theme-aboutUs .mod-text._large {
    font-size: 1.8rem;
  }
  body.theme-aboutUs .mod-text._textSmall {
    font-size: 1.6rem;
  }
  body.theme-aboutUs .mod-text._textSmall2 {
    font-size: 1.4rem;
  }
  body.theme-aboutUs .mod-button-wrap._marginTop {
    margin-top: 90px;
  }
  body.theme-aboutUs .unq-list-history > li {
    justify-content: flex-end;
    padding-bottom: 10px;
  }
  body.theme-aboutUs .unq-list-history > li::before {
    top: 11px;
    right: 0;
    left: 0;
    margin: auto;
  }
  body.theme-aboutUs .unq-list-history > li:last-child::before {
    height: calc(100% + 83px);
  }
  body.theme-aboutUs .unq-list-history > li > .list {
    flex: 0 1 50%;
    margin: 0;
  }
  body.theme-aboutUs .unq-list-history > li > .list > .content dt {
    font-size: 2.4rem;
    padding-right: 10px;
    padding-left: 40px;
  }
  body.theme-aboutUs .unq-list-history > li > .list > .content dt::before {
    left: -7px;
    width: 13px;
    height: 13px;
  }
  body.theme-aboutUs .unq-list-history > li > .list > .content dt::after {
    left: -2px;
    width: 32px;
  }
  body.theme-aboutUs .unq-list-history > li > .list > .content dd {
    margin: 0;
    padding-right: 10px;
    padding-left: 45px;
  }
  body.theme-aboutUs .unq-list-history > li > .list > .content dd .bulletedList > li {
    padding-left: 16px;
  }
  body.theme-aboutUs .unq-list-history > li > .list > .content dd .bulletedList > li::before {
    width: 7px;
    height: 7px;
  }
  body.theme-aboutUs .unq-list-history > li > .media {
    flex: 0 0 50%;
  }
  body.theme-aboutUs .unq-list-history > li._column2 > .list {
    flex-basis: 29%;
  }
  body.theme-aboutUs .unq-list-history > li._column2 > .media {
    text-align: right;
    flex-basis: 21%;
  }
  body.theme-aboutUs .unq-list-history > li:nth-child(even) {
    flex-direction: row-reverse;
  }
  body.theme-aboutUs .unq-list-history > li:nth-child(even) > .list > .content dt {
    padding-right: 50px;
    padding-left: 10px;
  }
  body.theme-aboutUs .unq-list-history > li:nth-child(even) > .list > .content dt::before {
    right: -7px;
    left: auto;
  }
  body.theme-aboutUs .unq-list-history > li:nth-child(even) > .list > .content dt::after {
    right: -2px;
    left: auto;
  }
  body.theme-aboutUs .unq-list-history > li:nth-child(even) > .list > .content dd {
    padding-right: 55px;
    padding-left: 10px;
  }
  body.theme-aboutUs .unq-list-history > li:nth-child(even)._column2 > .list {
    padding-right: 0;
  }
  body.theme-aboutUs .unq-list-history > li:nth-child(even)._column2 > .media {
    text-align: left;
  }
  body.theme-csr .site-main .main-visual {
    background-image: url(/csr/images/index_img_main_pc_01.jpg);
  }
  body.theme-csr .unq-index-csrContent + .unq-index-csrContent {
    margin-top: 90px;
  }
  body.theme-csr .unq-index-csrContent > .content {
    flex: 1 1 auto;
    margin-right: 55px;
  }
  body.theme-csr .unq-index-csrContent > .content > :first-child {
    margin-top: 0;
  }
  body.theme-csr .unq-index-csrContent > .content > .list {
    display: flex;
    flex-wrap: wrap;
  }
  body.theme-csr .unq-index-csrContent > .content > .list > li {
    flex: 0 1 49%;
    margin-left: 2%;
  }
  body.theme-csr .unq-index-csrContent > .content > .list > li + li {
    margin-top: 0;
  }
  body.theme-csr .unq-index-csrContent > .content > .list > li:nth-child(n + 3) {
    margin-top: 10px;
  }
  body.theme-csr .unq-index-csrContent > .content > .list > li:nth-child(2n + 1) {
    margin-left: 0;
  }
  body.theme-csr .unq-index-csrContent > .media {
    flex: 0 0 auto;
    margin-right: 0;
  }
  body.theme-csr .unq-index-csrContent._reverse {
    flex-direction: row-reverse;
  }
  body.theme-csr .unq-index-csrContent._reverse > .content {
    margin-right: 0;
    margin-left: 55px;
  }
  body.theme-csr .unq-index-csrContent._reverse > .media {
    flex: 0 0 auto;
    margin-left: 0;
  }
  body.theme-top .site-main .str-outer._sectionNews > .str-inner > .tab-wrap > .tab-list > li {
    flex-basis: auto;
  }
  body.theme-top .site-main .str-outer._sectionNews > .str-inner > .tab-wrap > .tab-list > li:first-child {
    flex-basis: auto;
  }
  body.theme-top .site-main .str-outer._sectionNews > .str-inner > .tab-wrap > .tab-list > li > a {
    font-size: 1.8rem;
  }
  body.theme-top .site-main .str-outer._sectionNews > .str-inner > .tab-wrap > .tab-content > .tab-content-inner {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }
  body.theme-top .site-main .str-outer._sectionNews > .str-inner > .tab-wrap > .tab-content > .tab-content-inner > .contentList {
    margin-right: 20px;
  }
  body.theme-top .site-main .str-outer._sectionNews > .str-inner > .tab-wrap > .tab-content > .tab-content-inner > .contentList > .box > dd {
    margin-left: 10px;
  }
  body.theme-top .site-main .str-outer._sectionNews > .str-inner > .tab-wrap > .tab-content > .tab-content-inner > .button {
    margin-top: 0;
  }
  body.theme-top .site-main .str-outer._sectionCategory {
    padding-top: 100px;
    padding-bottom: 350px;
  }
  body.theme-top .site-main .str-outer._sectionCategory > .str-inner {
    max-width: 1120px;
  }
  body.theme-top .site-main .str-outer._sectionCategory > .str-inner .iconList > .type1 {
    position: absolute;
    z-index: 1;
    top: -100px;
    left: 0;
    width: 23%;
  }
  body.theme-top .site-main .str-outer._sectionCategory > .str-inner .iconList > .type2 {
    position: absolute;
    z-index: 1;
    top: -100px;
    right: 0;
    width: 21%;
  }
  body.theme-top .site-main .str-outer._sectionCategory > .str-inner .iconList > .type3 {
    position: absolute;
    z-index: 1;
    bottom: -370px;
    left: 21%;
    width: 23%;
  }
  body.theme-top .site-main .str-outer._sectionCategory > .str-inner .iconList > .type4 {
    position: absolute;
    z-index: 1;
    right: 15%;
    bottom: -370px;
    width: 25%;
  }
  body.theme-top .site-main .str-outer._sectionModality {
    padding-top: 110px;
    padding-bottom: 100px;
  }
  body.theme-top .mod-heading-l2 > .heading > .text {
    font-size: 5rem;
  }
  body.theme-top .mod-heading-l3 > .heading > .text {
    font-size: 4.4rem;
  }
  body.theme-top .mod-button > .text {
    font-size: 2rem;
  }
  body.theme-top .unq-list-modality {
    margin-top: 50px;
  }
  body.theme-top .unq-list-modality > .list > li {
    font-size: 3rem;
    min-height: 259px;
  }
  body.theme-top .unq-list-modality > .list > li.sizeCover {
    background-size: auto;
  }
  body.theme-top .unq-list-modality .mod-button {
    width: auto;
  }
  body.theme-research .site-main .main-visual {
    background-image: url(/research_development_production/images/index_img_main_pc_01.jpg);
  }
  body.theme-research .site-main > .str-outer > .unq-contentBox {
    background-image: url(/research_development_production/images/index_bg_img_03.png), url(/research_development_production/images/index_bg_img_04.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top right, bottom left;
    background-size: inherit;
  }
  body.theme-research .site-main > .str-outer > .unq-contentBox > .unq-contentBoxInner {
    display: flex;
    max-width: 1180px;
    min-height: 680px;
    margin: 0 auto;
    padding: 30px 10px 40px;
  }
  body.theme-research .site-main > .str-outer > .unq-contentBox > .unq-contentBoxInner > .column {
    flex: 0 1 44%;
    flex-basis: 46.5%;
  }
  body.theme-research .site-main > .str-outer > .unq-contentBox > .unq-contentBoxInner > .column:first-child {
    margin-right: 7%;
    margin-bottom: 0;
  }
  body.theme-research .site-main > .str-outer > .unq-contentBox > .unq-contentBoxInner > .column > .content {
    position: relative;
  }
  body.theme-research .site-main > .str-outer > .unq-contentBox > .unq-contentBoxInner > .column > .content > .contentInner {
    bottom: auto;
    left: auto;
    width: 100%;
    transform: translate(0, 0);
  }
  body.theme-research .site-main > .str-outer > .unq-contentBox > .unq-contentBoxInner > .column > .content > .contentInner > .title {
    font-size: 3.1rem;
    line-height: 1.3;
  }
  body.theme-research .site-main > .str-outer > .unq-contentBox > .unq-contentBoxInner > .column > .content > .contentInner > .title > .sub {
    font-size: 1.5rem;
  }
  body.theme-research .site-main > .str-outer > .unq-contentBox > .unq-contentBoxInner > .column > .content > .contentInner > .list {
    font-size: 1.5rem;
    margin-top: 15px;
  }
  body.theme-research .site-main > .str-outer > .unq-contentBox > .unq-contentBoxInner > .column > .content > .contentInner > .mod-button-wrap {
    margin-top: 15px;
  }
  body.theme-research .site-main > .str-outer > .unq-contentBox > .unq-contentBoxInner > .column > .content > .contentInner > .mod-button-wrap > .mod-button {
    min-width: 180px;
    max-width: 200px;
  }
  body.theme-research .site-main > .str-outer > .unq-contentBox > .unq-contentBoxInner > .column > .content > .contentInner > .mod-button-wrap > .mod-button > .text > .sub {
    display: inline-block;
  }
  body.theme-research .site-main > .str-outer > .unq-contentBox > .unq-contentBoxInner > .column > .content > .contentInner > .mod-button-wrap > .mod-button:hover > .text:after,
  body.theme-research .site-main > .str-outer > .unq-contentBox > .unq-contentBoxInner > .column > .content > .contentInner > .mod-button-wrap > .mod-button:focus > .text:after {
    right: 8px;
  }
  body.theme-research .site-main > .str-outer > .unq-contentBox > .unq-contentBoxInner > .column._category > .content > .contentInner {
    top: 22%;
  }
  body.theme-research .site-main > .str-outer > .unq-contentBox > .unq-contentBoxInner > .column._modality > .content {
    bottom: 0;
    display: flex;
    align-items: flex-end;
    height: 610px;
  }
  body.theme-research .site-main > .str-outer > .unq-contentBox > .unq-contentBoxInner > .column._modality > .content > .contentInner {
    bottom: 10%;
  }
  body.theme-research .site-main > .str-outer > .unq-contentBox > .unq-contentBoxInner > .column._modality > .content > img {
    flex: 0 1 100%;
  }
  body.theme-research .site-main > .str-outer > .unq-contentBox > .unq-contentBoxInner:before {
    width: 40px;
    height: 41px;
  }
  body.theme-research .mod-link-media._researchType {
    margin: 100px 0;
  }
  body.theme-research .mod-tab-box._type-between > .list > .btns .mod-button:hover .pdf,
  body.theme-research .mod-tab-box._type-between > .list > .btns .mod-button:active .pdf,
  body.theme-research .mod-tab-box._type-between > .list > .btns .mod-button:focus .pdf {
    right: 8.5%;
  }
  body.theme-pressroom .site-main .main-visual {
    background-image: url(/pressroom/images/index_img_main_pc_01.jpg);
  }
  body.theme-pressroom .unq-searchesNumber {
    font-size: 2.2rem;
    margin: 58px 0 15px;
  }
  body.theme-pressroom .unq-panel-pdf {
    display: flex;
    margin-top: 95px;
  }
  body.theme-pressroom .unq-panel-pdf > .media {
    flex: 0 0 auto;
    margin-right: 30px;
  }
  body.theme-pressroom .unq-panel-pdf > .content {
    margin: 0;
  }
  body.theme-knowledge .site-main .main-visual {
    background-image: url(/knowledge/images/index_img_main_pc_01.jpg);
  }
  body.theme-patients .site-main .main-visual {
    background-image: url(/patients/images/index_img_main_pc_01.jpg);
  }
  .site-main .str-outer:last-of-type {
    padding-bottom: 100px !important;
  }
  .site-main .str-outer._localNavi {
    margin-top: 93px;
    margin-bottom: 100px;
    padding: 46px 0 55px !important;
  }
  .site-main .str-outer .str-inner {
    padding: 0 10px;
  }
  .site-main .str-outer {
    padding-top: 93px;
  }
  .site-main .str-outer._bg-gray {
    margin-top: 93px;
    padding: 93px 0 93px;
  }
  .site-main .str-outer._bg-gray + .str-outer {
    padding-top: 93px;
  }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
  .mod-index-box._grid > .inner > .item,
  ._grid.mod-index-box2 > .inner > .item {
    margin: 10px 0 0 3.33333%;
  }
  .mod-index-box._grid._column-1 > .inner > .item,
  ._grid._column-1.mod-index-box2 > .inner > .item {
    flex-basis: 100%;
  }
  .mod-index-box._grid._column-1 > .inner > .item:nth-child(-n+1),
  ._grid._column-1.mod-index-box2 > .inner > .item:nth-child(-n+1) {
    margin-top: 0;
  }
  .mod-index-box._grid._column-1 > .inner > .item:nth-of-type(1n+1),
  ._grid._column-1.mod-index-box2 > .inner > .item:nth-of-type(1n+1) {
    margin-left: 0;
  }
  .mod-index-box._grid._column-2 > .inner > .item,
  ._grid._column-2.mod-index-box2 > .inner > .item {
    flex-basis: 48.33333%;
  }
  .mod-index-box._grid._column-2 > .inner > .item:nth-child(-n+2),
  ._grid._column-2.mod-index-box2 > .inner > .item:nth-child(-n+2) {
    margin-top: 0;
  }
  .mod-index-box._grid._column-2 > .inner > .item:nth-of-type(2n+1),
  ._grid._column-2.mod-index-box2 > .inner > .item:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .mod-index-box._grid._column-3 > .inner > .item,
  ._grid._column-3.mod-index-box2 > .inner > .item {
    flex-basis: 31.11111%;
  }
  .mod-index-box._grid._column-3 > .inner > .item:nth-child(-n+3),
  ._grid._column-3.mod-index-box2 > .inner > .item:nth-child(-n+3) {
    margin-top: 0;
  }
  .mod-index-box._grid._column-3 > .inner > .item:nth-of-type(3n+1),
  ._grid._column-3.mod-index-box2 > .inner > .item:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .mod-index-box._grid._column-4 > .inner > .item,
  ._grid._column-4.mod-index-box2 > .inner > .item {
    flex-basis: 22.5%;
  }
  .mod-index-box._grid._column-4 > .inner > .item:nth-child(-n+4),
  ._grid._column-4.mod-index-box2 > .inner > .item:nth-child(-n+4) {
    margin-top: 0;
  }
  .mod-index-box._grid._column-4 > .inner > .item:nth-of-type(4n+1),
  ._grid._column-4.mod-index-box2 > .inner > .item:nth-of-type(4n+1) {
    margin-left: 0;
  }
  .mod-index-box._grid._column-5 > .inner > .item,
  ._grid._column-5.mod-index-box2 > .inner > .item {
    flex-basis: 17.33333%;
  }
  .mod-index-box._grid._column-5 > .inner > .item:nth-child(-n+5),
  ._grid._column-5.mod-index-box2 > .inner > .item:nth-child(-n+5) {
    margin-top: 0;
  }
  .mod-index-box._grid._column-5 > .inner > .item:nth-of-type(5n+1),
  ._grid._column-5.mod-index-box2 > .inner > .item:nth-of-type(5n+1) {
    margin-left: 0;
  }
  .mod-index-box._grid._column-6 > .inner > .item,
  ._grid._column-6.mod-index-box2 > .inner > .item {
    flex-basis: 13.88889%;
  }
  .mod-index-box._grid._column-6 > .inner > .item:nth-child(-n+6),
  ._grid._column-6.mod-index-box2 > .inner > .item:nth-child(-n+6) {
    margin-top: 0;
  }
  .mod-index-box._grid._column-6 > .inner > .item:nth-of-type(6n+1),
  ._grid._column-6.mod-index-box2 > .inner > .item:nth-of-type(6n+1) {
    margin-left: 0;
  }
  .mod-index-box._grid._column-auto > .inner,
  ._grid._column-auto.mod-index-box2 > .inner {
    flex-basis: 103.33333%;
    margin: -10px 0 0 -3.33333%;
  }
}

@media screen and (min-width: 769px) and (max-width: 860px) {
  .theme-top .site-main-wrap .main-text-front {
    background-position: -165px 0;
  }
  .theme-top .site-main-wrap p:last-child {
    letter-spacing: -2px;
    width: 55%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .theme-top .site-main-wrap .main-text-back,
  .theme-top .site-main-wrap .main-text-front {
    left: 100px;
    width: 1200px;
    padding-top: 500px;
  }
}

@media screen and (min-width: 769px) {
  .js-enable .theme-top .site-main-wrap:not(.no-animation):not(.step-3) .main-text-back p span:not(.main-text-block),
  .js-enable .theme-top .site-main-wrap:not(.no-animation):not(.step-3) .main-text-front p span:not(.main-text-block) {
    transform: translate3d(700px, 0, 0);
    opacity: 0;
  }
  .js-enable .theme-top .site-main-wrap:not(.no-animation).step-1 .main-text-front {
    transform: scale3d(0, 0, 0);
    border-radius: 50%;
    opacity: 0;
  }
  .js-enable .theme-top .site-main-wrap:not(.no-animation).step-2 .main-text-front {
    animation-name: mainVisual-in;
    animation-duration: 2.0s;
  }
  .js-enable .theme-top .site-main-wrap:not(.no-animation).step-3 .main-text-back span,
  .js-enable .theme-top .site-main-wrap:not(.no-animation).step-3 .main-text-front span {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  /* PCの時に非表示 */
  .pc-hide {
    display: none;
  }
  /* PCの時にdiplay:block */
  .pc-block {
    display: block;
  }
}

@media screen and (min-width: 861px) and (max-width: 1200px) {
  .theme-top .site-main-wrap p:last-child {
    letter-spacing: -5px;
    width: 65%;
  }
}

@media screen and (min-width: 900px) {
  body.theme-top .site-main .str-outer._sectionCategory > .str-inner .iconList > .type1 {
    width: 27%;
  }
  body.theme-top .site-main .str-outer._sectionCategory > .str-inner .iconList > .type2 {
    width: 26%;
  }
  body.theme-top .site-main .str-outer._sectionCategory > .str-inner .iconList > .type3 {
    width: 25%;
  }
  body.theme-top .site-main .str-outer._sectionCategory > .str-inner .iconList > .type4 {
    width: 28%;
  }
}

@media screen and (min-width: 1080px) {
  body.theme-research .site-main > .str-outer > .unq-contentBox > .unq-contentBoxInner > .column {
    flex-basis: 44%;
  }
  body.theme-research .site-main > .str-outer > .unq-contentBox > .unq-contentBoxInner > .column:first-child {
    margin-right: 12%;
  }
  body.theme-research .site-main > .str-outer > .unq-contentBox > .unq-contentBoxInner > .column > .content > .contentInner > .title {
    font-size: 4.1rem;
  }
  body.theme-research .site-main > .str-outer > .unq-contentBox > .unq-contentBoxInner > .column > .content > .contentInner > .title > .sub {
    font-size: 2.5rem;
  }
  body.theme-research .site-main > .str-outer > .unq-contentBox > .unq-contentBoxInner > .column > .content > .contentInner > .list {
    font-size: 2rem;
    margin-top: 30px;
  }
  body.theme-research .site-main > .str-outer > .unq-contentBox > .unq-contentBoxInner > .column > .content > .contentInner > .mod-button-wrap {
    margin-top: 30px;
  }
  body.theme-research .site-main > .str-outer > .unq-contentBox > .unq-contentBoxInner > .column > .content > .contentInner > .mod-button-wrap > .mod-button {
    width: 280px;
    min-width: auto;
    max-width: none;
  }
  body.theme-research .site-main > .str-outer > .unq-contentBox > .unq-contentBoxInner > .column._modality > .content > .contentInner {
    bottom: 18%;
  }
  body.theme-research .site-main > .str-outer > .unq-contentBox > .unq-contentBoxInner:before {
    width: 95px;
    height: 96px;
  }
}

@media screen and (min-width: 1200px) {
  body.theme-aboutUs .unq-narrowContent > .values-list .type1 {
    width: auto;
  }
  body.theme-aboutUs .unq-narrowContent > .values-list .type2 {
    width: auto;
  }
  body.theme-aboutUs .unq-narrowContent > .values-list .type3 {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
  body.is-overlay {
    overflow: hidden;
  }
  .header {
    background-color: #fff;
  }
  .header > .header-inner {
    position: relative;
    flex-wrap: wrap;
    max-height: 100%;
    padding-left: 0;
  }
  .header > .header-inner.is-sp-menu-opened {
    background-color: transparent;
    background-image: linear-gradient(to bottom, #fff 50%, transparent);
    position: fixed;
    overflow-y: scroll;
    padding-bottom: 4rem;
    box-shadow: none;
  }
  .header .logo {
    order: 1;
    width: 50%;
    padding: 16px 15px;
  }
  .header .logo img {
    width: 159px;
  }
  .header .header-dropdown-container {
    background: none;
    box-shadow: none;
  }
  .header .header-dropdown-container > .inner {
    flex-direction: column;
    max-width: auto;
    padding: 0;
    box-shadow: none;
  }
  .header .header-dropdown-container > .inner::before {
    display: none;
  }
  .header .header-dropdown-container .title-container {
    width: 100%;
  }
  .header .header-dropdown-container .title-container .title {
    max-width: none;
  }
  .header .header-dropdown-container .title-container .title .icon {
    display: none;
  }
  .header .header-dropdown-container .content-container {
    padding: 0;
  }
  .header .header-dropdown-container .nav-dropdown-list {
    margin-top: -40px;
  }
  .header .header-dropdown-container .nav-dropdown-list > li a {
    padding: 15px 35px 15px 15px;
  }
  .header .header-dropdown-container .dropdown-list-title + .mod-layout .nav-dropdown-list {
    margin-top: -40px;
  }
  .header .site-search .btn-container .btn-close {
    background-color: #fff;
  }
  .header .site-search.header-dropdown-container {
    top: 58px;
    overflow: hidden;
    padding-bottom: 4rem;
  }
  .header .site-search.header-dropdown-container::after {
    background-color: #f3f3f3;
    position: absolute;
    right: 50%;
    bottom: 0;
    display: none;
    width: 130%;
    height: 4rem;
    content: "";
    transform: translateX(50%);
    border-radius: 0 0 50% 50% / 0 0 80% 80%;
  }
  .header .site-search.header-dropdown-container > .inner {
    background-color: #f3f3f3;
  }
  .header .site-search.header-dropdown-container .title-container {
    display: none;
  }
  .header .site-search.header-dropdown-container .content-container {
    padding: 30px 20px 0;
  }
  .js-enable .header .site-search.header-dropdown-container::after {
    display: block;
  }
  .js-enable .header .btn-container {
    display: block;
  }
  .js-enable .header.is-fixed > .header-inner {
    background-color: transparent;
    box-shadow: none;
  }
  .js-enable .header.is-fixed .nav-global {
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
    width: 100%;
    max-height: 100%;
    padding-top: 4.8rem;
  }
  .js-enable .header.is-fixed .nav-global.is-active {
    padding-bottom: 4rem;
  }
  .js-enable .header.is-fixed .nav-global .nav-menu {
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    width: 50%;
  }
  .js-enable .header.is-fixed .nav-global .nav-list-container {
    width: 100%;
  }
  .js-enable .header.is-fixed .nav-stakeholder {
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    max-height: 100%;
  }
  .js-enable .header.is-fixed .nav-stakeholder.is-active {
    padding-bottom: 4rem;
  }
  .js-enable .header.is-fixed .nav-stakeholder .nav-menu {
    width: 50%;
  }
  .js-enable .header.is-fixed .nav-stakeholder .nav-list-container {
    width: 100%;
    margin-left: -50%;
  }
  .js-enable .header.is-fixed .logo,
  .js-enable .header.is-fixed .nav-utility {
    visibility: hidden;
  }
  .js-enable .header.is-fixed > .header-inner.is-sp-menu-opened {
    background-image: none;
    height: 100%;
  }
  .js-enable .nav-global .nav-menu {
    width: 100%;
  }
  .js-enable .nav-global .nav-list {
    display: block;
  }
  .js-enable .nav-global .nav-list > li {
    display: flex;
    flex-direction: column;
  }
  .js-enable .nav-global .nav-list > li > a::before {
    position: absolute;
    right: 23px;
    bottom: 50%;
    left: auto;
    display: block;
    width: 2px;
    height: 18px;
    content: "";
    transform: translateY(50%);
  }
  .js-enable .nav-global .nav-list > li > a::after {
    background-color: #ea5504;
    top: auto;
    right: 15px;
    bottom: 50%;
    left: auto;
    width: 18px;
    height: 2px;
    transition: none;
    transform: translateY(50%);
  }
  .js-enable .nav-global .nav-list > li > a:hover::after,
  .js-enable .nav-global .nav-list > li > a:active::after,
  .js-enable .nav-global .nav-list > li > a:focus::after {
    width: 18px;
  }
  .js-enable .nav-global .nav-list-container {
    display: none;
  }
  .js-enable .nav-global .nav-list-container::after {
    display: block;
  }
  .js-enable .nav-global .nav-list-container .btn-container {
    display: block;
  }
  .js-enable .nav-global .header-dropdown-container {
    position: static;
  }
  .js-enable .nav-utility {
    width: 50%;
  }
  .js-enable .nav-stakeholder {
    width: 50%;
  }
  .js-enable .nav-stakeholder .nav-list-container {
    display: none;
    width: 200%;
    margin-left: -100%;
  }
  .js-enable .nav-stakeholder .nav-list-container .btn-container {
    display: block;
  }
  .js-enable .nav-stakeholder .nav-list-container::after {
    display: block;
  }
  .footer::before {
    width: 200%;
  }
  .footer .footer-inner {
    padding-bottom: 3.5rem;
  }
  .footer .footer-link {
    font-size: 1.2rem;
  }
  .footer .footer-copy {
    font-size: 1rem;
  }
  .nav-global .nav-menu {
    background-color: #ea5504;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 200%;
  }
  .nav-global .nav-menu > a {
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 48px;
    padding-left: 50px;
  }
  .nav-global .nav-menu > a:hover,
  .nav-global .nav-menu > a:active,
  .nav-global .nav-menu > a:focus {
    text-decoration: none;
  }
  .nav-global .nav-menu > a::after {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    content: "";
    transition: bottom .3s;
    border-width: 9px 6px 0 6px;
    border-style: solid;
    border-color: #ea5504 transparent transparent transparent;
  }
  .nav-global .nav-menu .menu-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 23px;
    height: 16px;
    transform: translateY(-50%);
  }
  .nav-global .nav-menu .menu-icon > .inner {
    position: relative;
    display: block;
    height: 100%;
  }
  .nav-global .nav-menu .menu-icon > .inner::before,
  .nav-global .nav-menu .menu-icon > .inner::after {
    background-color: #fff;
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    content: "";
  }
  .nav-global .nav-menu .menu-icon > .inner::before {
    top: 0;
  }
  .nav-global .nav-menu .menu-icon > .inner::after {
    bottom: 0;
  }
  .nav-global .nav-menu .menu-icon > .inner .status {
    background-color: #fff;
    position: absolute;
    top: 7px;
    display: block;
    overflow: hidden;
    height: 2px;
  }
  .nav-global .nav-list-container {
    background-color: #fff;
    position: relative;
    width: 200%;
  }
  .nav-global .nav-list-container::after {
    background-color: #fff;
    position: absolute;
    right: 50%;
    bottom: -4rem;
    display: none;
    width: 100%;
    height: 4rem;
    content: "";
    transform: translateX(50%);
    border-radius: 0 0 50% 50% / 0 0 80% 80%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .12);
  }
  .nav-global .nav-list {
    margin-bottom: 25px;
  }
  .nav-global .nav-list > li {
    border-bottom: 1px solid #ebebeb;
  }
  .nav-global .nav-list > li:last-child {
    border-bottom: 0;
  }
  .nav-global .nav-list > li > a:hover::after,
  .nav-global .nav-list > li > a:active::after,
  .nav-global .nav-list > li > a:focus::after {
    width: 8px;
  }
  .nav-global .nav-list > li > a {
    padding: 0 15px;
  }
  .nav-global .nav-list > li > a::before {
    background-color: #ea5504;
  }
  .nav-global .nav-list > li > a::after {
    background-color: transparent;
    top: 50%;
    right: 23px;
    left: auto;
    width: 8px;
    height: 8px;
    transition: none;
    transform: rotate(45deg) translateY(-50%);
    border: 1px solid #ea5504;
    border-width: 1px 1px 0 0;
  }
  .nav-global .nav-list > li.is-current > a {
    background-color: inherit;
  }
  .nav-global .nav-list > li.is-current > a::after {
    display: block;
  }
  .nav-global {
    flex-basis: auto;
    align-self: flex-start;
    order: 3;
    width: 50%;
    margin: 0;
  }
  .nav-global.is-active .nav-menu > a::after {
    bottom: -9px;
  }
  .nav-global.is-disabled .nav-menu {
    background-color: #f3f3f3;
  }
  .nav-global.is-disabled .nav-menu > a {
    color: #b2b2b2;
  }
  .nav-global.is-disabled .nav-menu > a::after {
    display: none;
  }
  .nav-global.is-disabled .menu-icon > .inner::before,
  .nav-global.is-disabled .menu-icon > .inner::after,
  .nav-global.is-disabled .menu-icon > .inner .status {
    background-color: #b2b2b2;
  }
  .nav-global .header-dropdown-container {
    position: static;
  }
  .nav-global .header-dropdown-container .title-container .title {
    font-size: 1.6rem;
  }
  .nav-global .header-dropdown-container .title-container .title a {
    background-color: #ea5504;
    display: block;
    padding: 15px 35px 15px 15px;
  }
  .nav-global .header-dropdown-container .title-container .title a::after {
    top: 50%;
    right: 23px;
    left: auto;
    width: 8px;
    height: 8px;
    content: "";
    transition: none;
    transform: rotate(45deg) translateY(-50%);
    border: 1px solid #fff;
    border-width: 1px 1px 0 0;
  }
  .nav-global .header-dropdown-container .title-container .title a:hover::after,
  .nav-global .header-dropdown-container .title-container .title a:active::after,
  .nav-global .header-dropdown-container .title-container .title a:focus::after {
    left: auto;
  }
  .nav-global .header-dropdown-container .nav-dropdown-list > li {
    border: 1px solid #fff;
    border-width: 0 1px 1px 0;
  }
  .nav-global .header-dropdown-container .nav-dropdown-list > li a {
    background-color: #f3f3f3;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 15px 35px 15px 15px;
  }
  .nav-global .header-dropdown-container .nav-dropdown-list > li a::before {
    background-image: none;
    top: 50%;
    right: 23px;
    left: auto;
    width: 8px;
    height: 8px;
    content: "";
    transition: none;
    transform: rotate(45deg) translateY(-50%);
    border: 1px solid #ea5504;
    border-width: 1px 1px 0 0;
  }
  .nav-global .header-dropdown-container .nav-dropdown-list > li a:hover::before,
  .nav-global .header-dropdown-container .nav-dropdown-list > li a:active::before,
  .nav-global .header-dropdown-container .nav-dropdown-list > li a:focus::before {
    left: auto;
  }
  .nav-global .header-dropdown-container .nav-dropdown-list > li.item {
    flex: 1 1 50%;
    margin: 0;
  }
  .nav-global .header-dropdown-container .dropdown-list-title {
    font-size: 1.6rem;
    font-weight: normal;
    background-color: #f3f3f3;
    margin: 0;
    border-bottom: 1px solid #fff;
  }
  .nav-global .header-dropdown-container .dropdown-list-title > span {
    display: block;
    padding: 15px;
  }
  .nav-global .header-dropdown-container .dropdown-list-title a {
    padding: 15px 35px 15px 15px;
  }
  .nav-global .header-dropdown-container .dropdown-list-title a::before {
    background-image: none;
    top: 50%;
    right: 23px;
    left: auto;
    width: 8px;
    height: 8px;
    content: "";
    transition: none;
    transform: rotate(45deg) translateY(-50%);
    border: 1px solid #ea5504;
    border-width: 1px 1px 0 0;
  }
  .nav-global .header-dropdown-container .dropdown-list-title a:hover,
  .nav-global .header-dropdown-container .dropdown-list-title a:active,
  .nav-global .header-dropdown-container .dropdown-list-title a:focus {
    text-decoration: none;
  }
  .nav-global .header-dropdown-container .dropdown-list-title a:hover::before,
  .nav-global .header-dropdown-container .dropdown-list-title a:active::before,
  .nav-global .header-dropdown-container .dropdown-list-title a:focus::before {
    left: auto;
  }
  .nav-global .sp-header-tgl .sp-header-tgl-hook.is-opened::before {
    display: none;
  }
  .nav-global .sp-header-tgl .sp-header-tgl-hook .status {
    position: absolute;
    z-index: -1;
    display: block;
  }
  .nav-utility {
    order: 2;
  }
  .nav-utility .nav-list > li > a {
    padding: 0 12px;
  }
  .nav-utility .list-search > a {
    transition: background-color .4s;
  }
  .nav-utility .list-search > a.is-active {
    background-color: #f3f3f3;
  }
  .nav-stakeholder .nav-menu {
    background-color: #5d6164;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .nav-stakeholder .nav-menu > a {
    font-size: 1.3rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding-left: 50px;
  }
  .nav-stakeholder .nav-menu > a:hover,
  .nav-stakeholder .nav-menu > a:active,
  .nav-stakeholder .nav-menu > a:focus {
    text-decoration: none;
  }
  .nav-stakeholder .nav-menu > a::before {
    background-image: url("/share/images/bg_stakehokder_01_sp.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 10px;
    left: 15px;
    display: block;
    width: 24px;
    height: 28px;
    content: "";
  }
  .nav-stakeholder .nav-menu > a::after {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    content: "";
    transition: bottom .3s;
    border-width: 9px 6px 0 6px;
    border-style: solid;
    border-color: #5d6164 transparent transparent transparent;
  }
  .nav-stakeholder .nav-list-container {
    background-color: #fff;
    position: relative;
    width: 100%;
  }
  .nav-stakeholder .nav-list-container::after {
    background-color: #fff;
    position: absolute;
    right: 50%;
    bottom: -4rem;
    display: none;
    width: 100%;
    height: 4rem;
    content: "";
    transform: translateX(50%);
    border-radius: 0 0 50% 50% / 0 0 80% 80%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .12);
  }
  .nav-stakeholder .nav-list {
    text-align: left;
    margin-bottom: 25px;
  }
  .nav-stakeholder .nav-list > li a::before {
    display: none;
  }
  .nav-stakeholder .nav-list > li a::after {
    left: auto;
    transition: none;
  }
  .nav-stakeholder .nav-list > li a .blank {
    opacity: 0;
  }
  .nav-stakeholder .nav-list > li a {
    padding: 15px 38px 12px 20px;
  }
  .nav-stakeholder .nav-list > li a .txt-break {
    display: inline;
  }
  .nav-stakeholder .nav-list > li a::after {
    top: 50%;
    right: 23px;
    left: auto;
    width: 15px;
    height: 15px;
    transition: none;
    transform: rotate(45deg) translateY(-50%);
    border: 2px solid #ea5504;
    border-width: 2px 2px 0 0;
  }
  .nav-stakeholder .nav-list > li a:hover::after,
  .nav-stakeholder .nav-list > li a:active::after,
  .nav-stakeholder .nav-list > li a:focus::after {
    background-color: transparent;
    top: 50%;
    right: 23px;
    left: auto;
    width: 15px;
    height: 15px;
    transition: none;
    transform: rotate(45deg) translateY(-50%);
    border: 2px solid #ea5504;
    border-width: 2px 2px 0 0;
  }
  .nav-stakeholder .nav-list > li a[target="_blank"]::after {
    background-image: url(/share/images/icon_blank_01_sp.png);
    background-size: cover;
    right: 15px;
    transform: translateY(-50%);
    border: 0;
  }
  .nav-stakeholder .btn-stakeholder-menu {
    display: none;
  }
  .nav-stakeholder {
    font-size: 1.6rem;
    position: static;
    display: block;
    align-self: flex-start;
    order: 4;
    width: 100%;
    box-shadow: none;
  }
  .nav-stakeholder.is-active .nav-menu > a::after {
    bottom: -9px;
  }
  .nav-stakeholder.is-disabled .nav-menu {
    background-color: #f3f3f3;
  }
  .nav-stakeholder.is-disabled .nav-menu > a {
    color: #b2b2b2;
  }
  .nav-stakeholder.is-disabled .nav-menu > a::before {
    background-image: url(/share/images/bg_stakehokder_02_sp.png);
  }
  .nav-stakeholder.is-disabled .nav-menu > a::after {
    display: none;
  }
  .nav-stakeholder.is-disabled .menu-icon > .inner::before,
  .nav-stakeholder.is-disabled .menu-icon > .inner::after,
  .nav-stakeholder.is-disabled .menu-icon > .inner .status {
    background-color: #b2b2b2;
  }
  .theme-top .site-main-wrap {
    height: 550px;
  }
  .theme-top .site-main-wrap p {
    font-size: 3.0rem;
  }
  .theme-top .site-main-wrap p:last-child {
    letter-spacing: 0;
  }
  .theme-top .site-main-wrap p:last-child > span:nth-child(10) span:nth-child(2) {
    text-indent: 0;
    letter-spacing: 0;
  }
  .theme-top .site-main-wrap p:last-child > span:nth-child(10) span:nth-child(3) {
    text-indent: -2px;
    letter-spacing: 0;
  }
  .theme-top .site-main-wrap .main-text-back,
  .theme-top .site-main-wrap .main-text-front {
    top: -35px;
    left: 20px;
    width: 200%;
    height: 120%;
    padding-top: 435px;
  }
  .theme-top .site-main-wrap .main-text-front {
    border-radius: 10% 90% 20% 80% / 25% 53% 47% 76%;
  }
  .mod-layout > .inner > .item:nth-child(n + 2) {
    margin-top: 20px;
  }
  .mod-media-layout._reverse > .inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .mod-media-layout._reverse > .inner > .content {
    margin-top: 20px;
  }
  .mod-media-layout._reverse > .inner > .image {
    margin-top: 0;
  }
  .mod-index > .inner > .item {
    flex-basis: 100%;
  }
  .mod-index > .inner > .item:nth-of-type(1n+1) {
    margin-left: 0;
  }
  .mod-index > .inner > .item:nth-child(-n+1) {
    margin-top: 0;
  }
  .mod-index > .inner > .item:nth-child(n+2) {
    margin-top: 20px;
  }
  .mod-index._reverse > .inner > .item > .wrap > .media {
    order: 3;
    margin-top: 20px;
    margin-bottom: 0;
  }
  body.theme-aboutUs .unq-aboutUsMap._type-01 .content {
    background: url(/about_us/domestic_offices/headoffice_and_branches/images/img_index_01_sp.png) left center/100% 100% no-repeat;
    position: relative;
  }
  body.theme-aboutUs .unq-aboutUsMap._type-01 .content::after {
    display: block;
    padding-top: 93.4328358%;
    content: "";
  }
  body.theme-aboutUs .unq-aboutUsMap._type-02 .content {
    background: url(/about_us/domestic_offices/researchlaboratories_plants/images/img_index_01_sp.png) left center/100% 100% no-repeat;
    position: relative;
  }
  body.theme-aboutUs .unq-aboutUsMap._type-02 .content::after {
    display: block;
    padding-top: 93.4328358%;
    content: "";
  }
  body.theme-aboutUs .unq-aboutUsMap .sp-link {
    display: block;
  }
  body.theme-aboutUs .unq-aboutUsMap img[usemap="#aboutUsMap"],
  body.theme-aboutUs .unq-aboutUsMap map[name="aboutUsMap"] {
    display: none;
  }
  body.theme-research .mod-link-media._researchType {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
  body.theme-research .mod-link-media._researchType > .wrap {
    height: auto;
    max-height: 210px;
  }
  body.theme-research .mod-link-media._researchType > .wrap > .content {
    top: 0;
    transform: translate(0, 0);
  }
  body.theme-research .mod-link-media._researchType > .wrap > .content > .title {
    font-size: 2rem;
    text-align: left;
  }
  body.theme-research .mod-link-media._researchType > .wrap > .content > .text {
    display: none;
  }
  body.theme-research .mod-link-media._researchType > .wrap > .content > .mod-button-wrap {
    margin-top: 0;
  }
  body.theme-research .mod-link-media._researchType > .wrap > .content > .mod-button-wrap .mod-button {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  body.theme-research .mod-link-media._researchType > .wrap > .content > .mod-button-wrap .mod-button > .text {
    display: none;
  }
  body.theme-research .mod-link-media._researchType > .wrap > .content > .mod-button-wrap .mod-button::before {
    background-color: #ea5504;
    position: absolute;
    right: -38px;
    bottom: -38px;
    display: inline-block;
    width: 76px;
    height: 76px;
    content: "";
    border-radius: 50%;
  }
  body.theme-research .mod-link-media._researchType > .wrap > .content > .mod-button-wrap .mod-button::after {
    background: url(/share/images/icon_arrow_white_01.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 9px;
    bottom: 9px;
    display: inline-block;
    width: 14px;
    height: 9px;
    content: "";
  }
  body.theme-research .mod-link-media._researchType > .wrap > .media {
    position: relative;
    top: 0;
    right: 0;
    transform: translate(0, 0);
  }
  body.theme-research .mod-link-media._researchType > .wrap > .media > img {
    width: 100%;
  }
  /* SPの時に非表示 */
  .sp-hide {
    display: none;
  }
  /* SPの時にdiplay:block */
  .sp-block {
    display: block;
  }
}

@media (max-width: 767px) {
  .mod-layout > .inner > .item {
    margin: 10px 0 0 3.33333%;
  }
  .mod-layout._column-1 > .inner > .item {
    flex-basis: 100%;
  }
  .mod-layout._column-1 > .inner > .item:nth-child(-n+1) {
    margin-top: 0;
  }
  .mod-layout._column-1 > .inner > .item:nth-of-type(1n+1) {
    margin-left: 0;
  }
  .mod-layout._column-2 > .inner > .item {
    flex-basis: 48.33333%;
  }
  .mod-layout._column-2 > .inner > .item:nth-child(-n+2) {
    margin-top: 0;
  }
  .mod-layout._column-2 > .inner > .item:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .mod-layout._column-3 > .inner > .item {
    flex-basis: 31.11111%;
  }
  .mod-layout._column-3 > .inner > .item:nth-child(-n+3) {
    margin-top: 0;
  }
  .mod-layout._column-3 > .inner > .item:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .mod-layout._column-4 > .inner > .item {
    flex-basis: 22.5%;
  }
  .mod-layout._column-4 > .inner > .item:nth-child(-n+4) {
    margin-top: 0;
  }
  .mod-layout._column-4 > .inner > .item:nth-of-type(4n+1) {
    margin-left: 0;
  }
  .mod-layout._column-5 > .inner > .item {
    flex-basis: 17.33333%;
  }
  .mod-layout._column-5 > .inner > .item:nth-child(-n+5) {
    margin-top: 0;
  }
  .mod-layout._column-5 > .inner > .item:nth-of-type(5n+1) {
    margin-left: 0;
  }
  .mod-layout._column-6 > .inner > .item {
    flex-basis: 13.88889%;
  }
  .mod-layout._column-6 > .inner > .item:nth-child(-n+6) {
    margin-top: 0;
  }
  .mod-layout._column-6 > .inner > .item:nth-of-type(6n+1) {
    margin-left: 0;
  }
  .mod-layout._column-auto > .inner {
    flex-basis: 103.33333%;
    margin: -10px 0 0 -3.33333%;
  }
  .mod-index > .inner > .item {
    margin: 10px 0 0 3.33333%;
  }
  .mod-index._column-1 > .inner > .item {
    flex-basis: 100%;
  }
  .mod-index._column-1 > .inner > .item:nth-child(-n+1) {
    margin-top: 0;
  }
  .mod-index._column-1 > .inner > .item:nth-of-type(1n+1) {
    margin-left: 0;
  }
  .mod-index._column-2 > .inner > .item {
    flex-basis: 48.33333%;
  }
  .mod-index._column-2 > .inner > .item:nth-child(-n+2) {
    margin-top: 0;
  }
  .mod-index._column-2 > .inner > .item:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .mod-index._column-3 > .inner > .item {
    flex-basis: 31.11111%;
  }
  .mod-index._column-3 > .inner > .item:nth-child(-n+3) {
    margin-top: 0;
  }
  .mod-index._column-3 > .inner > .item:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .mod-index._column-4 > .inner > .item {
    flex-basis: 22.5%;
  }
  .mod-index._column-4 > .inner > .item:nth-child(-n+4) {
    margin-top: 0;
  }
  .mod-index._column-4 > .inner > .item:nth-of-type(4n+1) {
    margin-left: 0;
  }
  .mod-index._column-5 > .inner > .item {
    flex-basis: 17.33333%;
  }
  .mod-index._column-5 > .inner > .item:nth-child(-n+5) {
    margin-top: 0;
  }
  .mod-index._column-5 > .inner > .item:nth-of-type(5n+1) {
    margin-left: 0;
  }
  .mod-index._column-6 > .inner > .item {
    flex-basis: 13.88889%;
  }
  .mod-index._column-6 > .inner > .item:nth-child(-n+6) {
    margin-top: 0;
  }
  .mod-index._column-6 > .inner > .item:nth-of-type(6n+1) {
    margin-left: 0;
  }
  .mod-index._column-auto > .inner {
    flex-basis: 103.33333%;
    margin: -10px 0 0 -3.33333%;
  }
  .mod-index-box._grid > .inner > .item,
  ._grid.mod-index-box2 > .inner > .item {
    margin: 10px 0 0 3.33333%;
  }
  .mod-index-box._grid._column-1 > .inner > .item,
  ._grid._column-1.mod-index-box2 > .inner > .item {
    flex-basis: 100%;
  }
  .mod-index-box._grid._column-1 > .inner > .item:nth-child(-n+1),
  ._grid._column-1.mod-index-box2 > .inner > .item:nth-child(-n+1) {
    margin-top: 0;
  }
  .mod-index-box._grid._column-1 > .inner > .item:nth-of-type(1n+1),
  ._grid._column-1.mod-index-box2 > .inner > .item:nth-of-type(1n+1) {
    margin-left: 0;
  }
  .mod-index-box._grid._column-2 > .inner > .item,
  ._grid._column-2.mod-index-box2 > .inner > .item {
    flex-basis: 48.33333%;
  }
  .mod-index-box._grid._column-2 > .inner > .item:nth-child(-n+2),
  ._grid._column-2.mod-index-box2 > .inner > .item:nth-child(-n+2) {
    margin-top: 0;
  }
  .mod-index-box._grid._column-2 > .inner > .item:nth-of-type(2n+1),
  ._grid._column-2.mod-index-box2 > .inner > .item:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .mod-index-box._grid._column-3 > .inner > .item,
  ._grid._column-3.mod-index-box2 > .inner > .item {
    flex-basis: 31.11111%;
  }
  .mod-index-box._grid._column-3 > .inner > .item:nth-child(-n+3),
  ._grid._column-3.mod-index-box2 > .inner > .item:nth-child(-n+3) {
    margin-top: 0;
  }
  .mod-index-box._grid._column-3 > .inner > .item:nth-of-type(3n+1),
  ._grid._column-3.mod-index-box2 > .inner > .item:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .mod-index-box._grid._column-4 > .inner > .item,
  ._grid._column-4.mod-index-box2 > .inner > .item {
    flex-basis: 22.5%;
  }
  .mod-index-box._grid._column-4 > .inner > .item:nth-child(-n+4),
  ._grid._column-4.mod-index-box2 > .inner > .item:nth-child(-n+4) {
    margin-top: 0;
  }
  .mod-index-box._grid._column-4 > .inner > .item:nth-of-type(4n+1),
  ._grid._column-4.mod-index-box2 > .inner > .item:nth-of-type(4n+1) {
    margin-left: 0;
  }
  .mod-index-box._grid._column-5 > .inner > .item,
  ._grid._column-5.mod-index-box2 > .inner > .item {
    flex-basis: 17.33333%;
  }
  .mod-index-box._grid._column-5 > .inner > .item:nth-child(-n+5),
  ._grid._column-5.mod-index-box2 > .inner > .item:nth-child(-n+5) {
    margin-top: 0;
  }
  .mod-index-box._grid._column-5 > .inner > .item:nth-of-type(5n+1),
  ._grid._column-5.mod-index-box2 > .inner > .item:nth-of-type(5n+1) {
    margin-left: 0;
  }
  .mod-index-box._grid._column-6 > .inner > .item,
  ._grid._column-6.mod-index-box2 > .inner > .item {
    flex-basis: 13.88889%;
  }
  .mod-index-box._grid._column-6 > .inner > .item:nth-child(-n+6),
  ._grid._column-6.mod-index-box2 > .inner > .item:nth-child(-n+6) {
    margin-top: 0;
  }
  .mod-index-box._grid._column-6 > .inner > .item:nth-of-type(6n+1),
  ._grid._column-6.mod-index-box2 > .inner > .item:nth-of-type(6n+1) {
    margin-left: 0;
  }
  .mod-index-box._grid._column-auto > .inner,
  ._grid._column-auto.mod-index-box2 > .inner {
    flex-basis: 103.33333%;
    margin: -10px 0 0 -3.33333%;
  }
}

@media screen and (max-width: 415px) {
  .theme-top .site-main-wrap p:last-child {
    width: 320px;
  }
  .theme-top .site-main-wrap .main-text-back,
  .theme-top .site-main-wrap .main-text-front {
    height: 115%;
  }
  .theme-top .site-main-wrap .main-text-front {
    background-position: -200px -40px;
    background-size: 130%;
  }
}

@media screen and (max-width: 340px) {
  .theme-top .site-main-wrap .main-text-front {
    background-size: 140%;
  }
}

@media screen and (max-width: 1100px) {
  body.theme-research .unq-rdproductionBox > .text {
    display: flex;
  }
  body.theme-research .unq-rdproductionBox > .inner {
    overflow-x: scroll;

    -webkit-overflow-scrolling: touch;
  }
  body.theme-research .unq-rdproductionBox > .inner > .text {
    display: flex;
  }
}
