@charset 'UTF-8';
/*=================================
Normalize
==================================*/
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */

      -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: .67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */

  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
          text-decoration: underline;
          text-decoration: underline dotted;
  /* 2 */

  -webkit-text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  position: relative;
  line-height: 0;
  vertical-align: baseline;
  font-size: 75%;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  /* 1 */
  margin: 0;
  /* 1 */
  line-height: 1.15;
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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 {
  /* 2 */
  display: table;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type='checkbox'], [type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* slick parts */
/* clearfix */
#str_wrap::after {
  content: '';
  display: block;
  clear: both;
}

/* margin-bottom: 0; */
[class^='mod_'] [class^='mod_']:last-child, #str_content [class^='mod_']:last-child, .mod_box_01 p:last-child, .mod_box_solution_process p:last-child, .mod_box_02 p:last-child, [class^='mod_tbl_'] p:not([class]):last-child, [class^='mod_box_'] p:not([class]):last-child {
  margin-bottom: 0;
}

/*=================================
base
==================================*/
html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  background: #fff;
  line-height: 1.8;
  letter-spacing: .05em;
  word-break: break-word;
  font-family: 'Open Sans', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif !important;
  font-size: 1.6rem;
  color: #333;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

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

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

dl, dt, dd {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

figure {
  margin: 0;
}

a[href] {
  color: #333;
}

a sup {
  display: inline-block;
}

img {
  border: 0;
  outline: 0;
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

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

button {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  line-height: inherit;
  color: inherit;
}

button:active {
  outline: none;
}

button, input, optgroup, select, textarea {
  font-family: 'Open Sans', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif !important;
}

button:focus {
  outline: 1px dotted #666;
}

a img.icon, a img.modal {
  display: inline-block;
  position: relative;
  margin-left: 5px;
  vertical-align: baseline;
}

a img.icon[alt^='pdf'], a img.modal[alt^='pdf'] {
  margin-bottom: 2px;
  vertical-align: middle;
}

a:hover, a:focus, a:active {
  color: #d90000;
}

@media only screen and (max-width: 767px) {
  body:not(.old_template) .sp_hide {
    display: none;
  }
}

.pc_hide {
  display: none;
}

@media only screen and (max-width: 767px) {
  body:not(.old_template) .pc_hide {
    display: block;
  }
}

.pc_hide_flex {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  body:not(.old_template) .pc_hide_flex {
    display: flex !important;
  }
}

.gsc-control-searchbox-only * {
  box-sizing: content-box;
}

.gsc-input {
  line-height: 1;
  font-size: 14px !important;
}

/*=================================
top
==================================*/
.template_top {
  background: #fff url(/images/index_bg_03.png) no-repeat center top;
  background-attachment: fixed;
}

[lang='en'] .template_top {
  background: #fff url(/english/images/index_bg_03.png) no-repeat center top;
}

.template_top #str_content {
  max-width: none;
  padding: 0;
}

.template_top #str_content .inner_01, .template_top #str_content .inner_02 {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
}

.template_top #str_content .inner_01 > *, .template_top #str_content .inner_02 > * {
  position: relative;
}

.template_top #str_content .inner_01 {
  padding: 4px 20px 30px;
}

[lang='en'] .template_top #str_content .inner_01 {
  padding: 4px 20px 130px;
}

.template_top #str_content .inner_02 {
  padding: 50px 20px 190px;
}

.template_top #str_content .inner_02:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: calc(100% - 130px);
  background: rgba(238, 238, 238, .6);
}

.template_top #str_footer {
  margin-top: 0 !important;
  background: transparent;
}

.template_top .footer_conversion {
  background: #333;
}

.template_top .footer_link {
  background: rgba(238, 238, 238, .6);
}

@media only screen and (max-width: 1024px) {
  .template_top #str_content .inner_01 {
    padding: 4px 10px 20px;
  }
  .template_top #str_content .inner_02 {
    padding: 25px 10px 50px;
    overflow-x: hidden;
  }
}

.mod_hdg_top_01 {
  padding: 98px 0;
  background: #781a1a no-repeat center center;
  background-size: cover;
  color: #fff;
}

.mod_hdg_top_01 .hdg {
  max-width: 1200px;
  padding: 0 5.5%;
  margin: 3px auto 30px;
  line-height: 1.5;
  font-weight: normal;
}

.mod_hdg_top_01 .hdg > span {
  font-size: 4rem;
  font-weight: bold;
}

.mod_hdg_top_01 .hdg br {
  display: none;
}

.mod_hdg_top_01 .btn {
  max-width: 1200px;
  padding: 0 5.5%;
  margin: 0 auto;
}

.mod_hdg_top_01 .btn > a {
  display: inline-block;
  padding: .67em 3.3em;
  border: 1px solid rgba(255, 255, 255, .33);
  text-decoration: none;
  font-size: 1.5rem;
  color: #fff;
}

.mod_hdg_top_01 .btn > a:hover, .mod_hdg_top_01 .btn > a:focus {
  background: rgba(255, 255, 255, .33);
}

@media only screen and (max-width: 1024px) {
  .mod_hdg_top_01 {
    padding: 70px 0 60px;
  }
  .mod_hdg_top_01 .hdg {
    margin-bottom: 20px;
  }
  .mod_hdg_top_01 .hdg > span {
    display: inline-block;
    font-size: 2.8rem;
  }
  .mod_hdg_top_01 .btn > a {
    padding: .67em 2em;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .mod_hdg_top_01 {
    padding: 40px 0 50px;
    background-position: 30% center;
  }
  .mod_hdg_top_01 .hdg br {
    display: inline-block;
  }
}

@media only screen and (max-width: 340px) {
  .mod_hdg_top_01 .hdg > span {
    font-size: 2.5rem;
  }
}

.mod_hdg_top_news {
  margin: 0 0 1em;
  text-align: center;
  font-size: 3.2rem;
  font-weight: normal;
}

.mod_hdg_top_news .icon {
  display: inline-block;
  position: relative;
  top: -3px;
  margin-left: .7em;
  line-height: 1;
  vertical-align: middle;
}

.mod_hdg_top_news .icon:hover, .mod_hdg_top_news .icon:focus {
  opacity: .7;
}

@media only screen and (max-width: 1024px) {
  .mod_hdg_top_news {
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .mod_hdg_top_news {
    font-size: 1.8rem;
  }
  .mod_hdg_top_news .icon img {
    width: 26px;
    height: 26px;
  }
}

.mod_index_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% + 16px);
  margin: 0 -8px 24px;
}

@media only screen and (max-width: 767px) {
  .mod_index_top {
    margin-bottom: 34px;
  }
}

[lang='en'] .mod_index_top {
  margin-bottom: 0;
}

.mod_index_top > li {
  width: calc(100% / 3);
  height: 360px;
  padding: 0 8px;
  margin-top: 16px;
}

.mod_index_top > li > a, .mod_index_top > li > div {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: 100% auto;
  transition: background-size 300ms;
  will-change: background-size;
  text-decoration: none;
}

.mod_index_top > li > a:hover, .mod_index_top > li > a:focus {
  background-size: 110% auto;
  color: #333;
}

.mod_index_top > li.item_01 > a {
  padding: 55px 50px;
}

.mod_index_top > li.item_01 > a > .box {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .9);
  text-align: center;
}

.mod_index_top > li.item_01 > a > .box:before, .mod_index_top > li.item_01 > a > .box:after {
  content: '';
  display: inline-block;
  position: absolute;
}

.mod_index_top > li.item_01 > a > .box:before {
  right: 21px;
  bottom: 0;
  bottom: 37px;
  width: 31px;
  height: 1px;
  background: #d90000;
}

.mod_index_top > li.item_01 > a > .box:after {
  right: 24px;
  bottom: 26px;
  width: 22px;
  height: 22px;
  border-top: 1px solid #d90000;
  border-right: 1px solid #d90000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mod_index_top > li.item_01 > a .label {
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  color: #666;
}

.mod_index_top > li.item_01 > a .txt {
  display: block;
  position: relative;
  width: 100%;
  line-height: 1.3;
  font-size: 2.6rem;
  font-weight: bold;
}

.mod_index_top > li.item_01 > a .txt > small {
  display: block;
  position: absolute;
  top: -1.8em;
  width: 100%;
  font-size: 1.2rem;
}

.mod_index_top > li.item_02 > div {
  padding: 55px 50px;
}

.mod_index_top > li.item_02 > div > .box {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 55px;
  background: rgba(51, 51, 51, .9);
  text-align: center;
  color: #fff;
}

.mod_index_top > li.item_02 > div > .box a {
  color: #fff;
}

.mod_index_top > li.item_02 > div .label {
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
}

.mod_index_top > li.item_02 > div .slide {
  width: 100%;
  padding: 0 30px;
  text-align: left;
  font-size: 1.3rem;
}

.mod_index_top > li.item_02 > div .slide a {
  display: block;
  text-decoration: none;
}

.mod_index_top > li.item_02 > div .slide a:hover .txt, .mod_index_top > li.item_02 > div .slide a:focus .txt {
  color: #ccc;
}

.mod_index_top > li.item_02 > div .slide .data {
  margin: 0;
  font-size: 1.4rem;
}

.mod_index_top > li.item_02 > div .slide .txt {
  position: relative;
  padding-left: 20px;
  margin: 0;
}

.mod_index_top > li.item_02 > div .slide .txt:before, .mod_index_top > li.item_02 > div .slide .txt:after {
  content: '';
  position: absolute;
}

.mod_index_top > li.item_02 > div .slide .txt:before {
  top: 11px;
  left: 0;
  width: 11px;
  height: 1px;
  background: #fff;
}

.mod_index_top > li.item_02 > div .slide .txt:after {
  top: 8px;
  left: 3px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mod_index_top > li.item_02 > div .slick-slider {
  position: static;
}

.mod_index_top > li.item_02 > div .slick-dots {
  position: absolute;
  bottom: 17px;
  left: 0;
  width: 100%;
  text-align: center;
}

.mod_index_top > li.item_02 > div .slick-dots.jsHide {
  display: none;
}

.mod_index_top > li.item_02 > div .slick-dots > li {
  display: inline-block;
  padding: 0 5px;
}

.mod_index_top > li.item_02 > div .slick-dots > li.slick-active button {
  background: #d90000;
}

.mod_index_top > li.item_02 > div .slick-dots > li button {
  width: 10px;
  height: 10px;
  overflow: hidden;
  background: #fff;
  text-indent: 200%;
}

.mod_index_top > li.item_02 > div.pickup {
  position: relative;
  padding: 0;
}

.mod_index_top > li.item_02 > div.pickup > .bgarea {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  transition: opacity 1000ms;

  background-posisiton: center;
}

.mod_index_top > li.item_02 > div.pickup > .inner {
  height: 100%;
  padding: 55px 50px;
}

@media only screen and (max-width: 1200px) {
  .mod_index_top > li.item_02 > div.pickup > .inner {
    padding: 25px;
  }
}

.mod_index_top > li.item_02 > div.pickup > .inner > .box {
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
  padding-top: 0;
  background-color: rgba(66, 81, 92, .9);
}

.mod_index_top > li.item_02 > div.pickup > .inner > .box .label {
  color: #fff;
}

.mod_index_top > li.item_02 > div.pickup > .inner > .box .txt {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 0;
  line-height: 1.3;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
}

.mod_index_top > li.item_02 > div.pickup > .inner > .box .txt::before, .mod_index_top > li.item_02 > div.pickup > .inner > .box .txt::after {
  display: none;
}

.mod_index_top > li.item_02 > div.pickup > .inner > .box .txt .sub {
  font-size: 2rem;
}

.mod_index_top > li.item_02 > div.pickup > .inner > .box .txt a {
  width: 100%;
  line-height: 1.3;
  text-decoration: none;
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
}

.mod_index_top > li.item_02 > div.pickup > .inner > .box .txt a:hover, .mod_index_top > li.item_02 > div.pickup > .inner > .box .txt a:focus {
  color: #ccc;
}

.mod_index_top > li.item_02 > div.pickup > .inner .slide {
  padding: 0 20px;
}

.mod_index_top > li.item_02 > div.pickup > .inner .slide-item .bgimage {
  display: flex;
  align-items: center;
  height: 100%;
  background-image: none !important;
}

.mod_index_top > li.item_02 > div .isOpacity {
  opacity: 0;
}

.mod_index_top > li.item_02.pickup {
  display: flex;
  position: relative;
  position: absolute;
  width: calc(100% - 16px);
  padding: 0;
}

.mod_index_top > li.item_02.pickup .box {
  width: calc(100% - 100px);
  height: calc(100% - 110px);
  margin: auto;
}

@media only screen and (max-width: 1200px) {
  .mod_index_top > li.item_02.pickup .box {
    width: calc(100% - 50px);
    height: calc(100% - 50px);
  }
}

.mod_index_top > li.item_02.pickup .slick-list, .mod_index_top > li.item_02.pickup .slick-track {
  height: 100%;
}

.mod_index_top > li.item_02.pickup .slide-item {
  height: 100%;
  padding: 55px 50px;
}

@media only screen and (max-width: 1200px) {
  .mod_index_top > li.item_02.pickup .slide-item {
    padding: 25px;
  }
}

.mod_index_top > li.item_02.pickup .slide-item .bgimage {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  margin: auto;
  background-color: rgba(66, 81, 92, .9);
}

.mod_index_top > li.item_02.pickup .slide-item .bgimage .txt {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
}

.mod_index_top > li.item_02.pickup .slick-dots {
  bottom: 67px;
}

.mod_index_top > li.item_02.pickup .slick-dots.jsHide {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .mod_index_top > li.item_02.pickup .slick-dots {
    bottom: 36px;
  }
}

.mod_index_top > li.item_03 > div {
  padding: 55px 50px;
}

.mod_index_top > li.item_03 > div > .box {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
}

.mod_index_top > li.item_03 > div > .box a {
  color: #fff;
}

.mod_index_top > li.item_03 > div .label {
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
}

.mod_index_top > li.item_03 > div .slide {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.mod_index_top > li.item_03 > div .slide-item {
  background: #fff;
  text-align: center;
}

.mod_index_top > li.item_03 > div .slide-item a {
  display: block;
  position: relative;
}

.mod_index_top > li.item_03 > div .slide-item a:hover:after, .mod_index_top > li.item_03 > div .slide-item a:focus:after {
  display: none;
}

.mod_index_top > li.item_03 > div .slide-item a:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .6) url('/images/icon_movie_01.png') no-repeat center center;
}

[lang='en'] .mod_index_top > li.item_03 > div .slide-item a:after {
  background: rgba(255, 255, 255, .6) url('/english/images/icon_movie_01.png') no-repeat center center;
}

.mod_index_top > li.item_03 > div .slide-item img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
}

.mod_index_top > li.item_03 > div .slick-dots {
  margin-top: 30px;
  margin-bottom: -2em;
  text-align: center;
}

.mod_index_top > li.item_03 > div .slick-dots > li {
  display: inline-block;
  padding: 0 5px;
}

.mod_index_top > li.item_03 > div .slick-dots > li.slick-active button {
  background: #d90000;
}

.mod_index_top > li.item_03 > div .slick-dots > li button {
  width: 10px;
  height: 10px;
  overflow: hidden;
  background: #fff;
  text-indent: 200%;
}

.mod_index_top > li.item_04, .mod_index_top > li.item_05, .mod_index_top > li.item_06, .mod_index_top > li.item_07 {
  height: 500px;
}

.mod_index_top > li.item_04 > a, .mod_index_top > li.item_04 > div, .mod_index_top > li.item_05 > a, .mod_index_top > li.item_05 > div, .mod_index_top > li.item_06 > a, .mod_index_top > li.item_06 > div, .mod_index_top > li.item_07 > a, .mod_index_top > li.item_07 > div {
  display: flex;
  align-items: center;
}

.mod_index_top > li.item_04 .box, .mod_index_top > li.item_05 .box, .mod_index_top > li.item_06 .box, .mod_index_top > li.item_07 .box {
  width: 100%;
  max-width: 430px;
  padding: 50px 10px 35px;
  margin-right: 10%;
  background: #f8a910;
  text-align: center;
  color: #fff;
}

.mod_index_top > li.item_04 .txt, .mod_index_top > li.item_05 .txt, .mod_index_top > li.item_06 .txt, .mod_index_top > li.item_07 .txt {
  font-size: 1.5rem;
}

.mod_index_top > li.item_04 .txt > small, .mod_index_top > li.item_05 .txt > small, .mod_index_top > li.item_06 .txt > small, .mod_index_top > li.item_07 .txt > small {
  display: block;
  margin-bottom: 5px;
  font-size: 1.3rem;
}

.mod_index_top > li.item_04 .txt > em, .mod_index_top > li.item_05 .txt > em, .mod_index_top > li.item_06 .txt > em, .mod_index_top > li.item_07 .txt > em {
  display: block;
  margin-bottom: 20px;
  line-height: 1.3;
  font-size: 3.4rem;
  font-weight: bold;
}

.mod_index_top > li.item_04, .mod_index_top > li.item_07 {
  width: calc(100% / 3 * 2);
}

.mod_index_top > li.item_05 .box {
  background: #b80b5a;
}

.mod_index_top > li.item_06 .box {
  background: #018a9d;
}

.mod_index_top > li.item_07 .box {
  margin-right: 0;
  margin-left: auto;
  background: #1f2fa9;
}

@media only screen and (max-width: 1200px) {
  .mod_index_top > li {
    height: 38vw;
  }
  .mod_index_top > li:nth-child(1) {
    order: -6;
  }
  .mod_index_top > li:nth-child(2) {
    order: -5;
  }
  .mod_index_top > li:nth-child(3) {
    order: -2;
  }
  .mod_index_top > li:nth-child(4) {
    order: -4;
  }
  .mod_index_top > li:nth-child(5) {
    order: -3;
  }
  .mod_index_top > li:nth-child(6) {
    order: -1;
  }
  .mod_index_top > li.item_01, .mod_index_top > li.item_02, .mod_index_top > li.item_03 {
    width: 50%;
    max-width: 500px;
  }
  .mod_index_top > li.item_04, .mod_index_top > li.item_05, .mod_index_top > li.item_06, .mod_index_top > li.item_07 {
    width: 100%;
    max-width: 1000px;
  }
  .mod_index_top > li.item_01 > a {
    padding: 25px;
  }
  .mod_index_top > li.item_02 > div, .mod_index_top > li.item_03 > div {
    padding: 25px;
  }
  .mod_index_top > li.item_04, .mod_index_top > li.item_05, .mod_index_top > li.item_06, .mod_index_top > li.item_07 {
    height: 58vw;
    max-height: 440px;
  }
  .mod_index_top > li.item_04 .txt > em, .mod_index_top > li.item_05 .txt > em, .mod_index_top > li.item_06 .txt > em, .mod_index_top > li.item_07 .txt > em {
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .mod_index_top {
    padding-bottom: 16px;
  }
  .mod_index_top > li {
    width: 100% !important;
    height: 86vw !important;
    max-width: inherit !important;
    max-height: 352px !important;
  }
  .mod_index_top > li:nth-child(1) {
    order: -9;
  }
  .mod_index_top > li:nth-child(2) {
    order: -7;
  }
  .mod_index_top > li:nth-child(3) {
    order: -10;
  }
  .mod_index_top > li:nth-child(4) {
    order: -8;
  }
  .mod_index_top > li:nth-child(5) {
    order: -6;
  }
  .mod_index_top > li:nth-child(6) {
    order: -1;
  }
  .mod_index_top > li:nth-child(7) {
    order: -5;
  }
  .mod_index_top > li:nth-child(8) {
    order: -3;
  }
  .mod_index_top > li:nth-child(9) {
    order: -2;
  }
  .mod_index_top > li:nth-child(10) {
    order: -4;
  }
  .mod_index_top > li.item_01 > a .txt {
    font-size: 2.4rem;
  }
  .mod_index_top > li.item_01 > a, .mod_index_top > li.item_01 > div, .mod_index_top > li.item_02 > a, .mod_index_top > li.item_02 > div, .mod_index_top > li.item_03 > a, .mod_index_top > li.item_03 > div {
    padding: 30px 20px;
  }
  .mod_index_top > li.item_01 > a .label, .mod_index_top > li.item_01 > div .label, .mod_index_top > li.item_02 > a .label, .mod_index_top > li.item_02 > div .label, .mod_index_top > li.item_03 > a .label, .mod_index_top > li.item_03 > div .label {
    top: 30px;
  }
  .mod_index_top > li.item_02 {
    height: 100vw !important;
  }
  .mod_index_top > li.item_02 > a .label, .mod_index_top > li.item_02 > div .label {
    top: 25px;
  }
  .mod_index_top > li.item_03 > div .slide {
    max-width: 320px;
  }
  .mod_index_top > li.item_03 > div .label {
    top: -10px;
  }
  .mod_index_top > li.item_04 .box, .mod_index_top > li.item_05 .box, .mod_index_top > li.item_06 .box, .mod_index_top > li.item_07 .box {
    padding: 20px 10px;
    margin-right: 10%;
    margin-left: 0;
  }
  .mod_index_top > li.item_04 .txt, .mod_index_top > li.item_05 .txt, .mod_index_top > li.item_06 .txt, .mod_index_top > li.item_07 .txt {
    font-size: 1.4rem;
  }
  .mod_index_top > li.item_04 .txt > small, .mod_index_top > li.item_05 .txt > small, .mod_index_top > li.item_06 .txt > small, .mod_index_top > li.item_07 .txt > small {
    font-size: 1.2rem;
  }
  .mod_index_top > li.item_04 .txt > em, .mod_index_top > li.item_05 .txt > em, .mod_index_top > li.item_06 .txt > em, .mod_index_top > li.item_07 .txt > em {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
  .mod_index_top > li.item_04 .txt > em br, .mod_index_top > li.item_05 .txt > em br, .mod_index_top > li.item_06 .txt > em br, .mod_index_top > li.item_07 .txt > em br {
    display: inline-block;
  }
  .mod_index_top > li.item_04 .txt br, .mod_index_top > li.item_05 .txt br, .mod_index_top > li.item_06 .txt br, .mod_index_top > li.item_07 .txt br {
    display: none;
  }
  .mod_index_top > li.item_02 > a, .mod_index_top > li.item_02 > div, .mod_index_top > li.item_04 > a, .mod_index_top > li.item_04 > div, .mod_index_top > li.item_07 > a, .mod_index_top > li.item_07 > div {
    background-size: 100% auto;
  }
  .mod_index_top > li.item_02 > a:hover, .mod_index_top > li.item_02 > a:focus, .mod_index_top > li.item_04 > a:hover, .mod_index_top > li.item_04 > a:focus, .mod_index_top > li.item_07 > a:hover, .mod_index_top > li.item_07 > a:focus {
    background-size: 110% auto;
  }
}

@media only screen and (max-width: 620px) {
  .mod_index_top > li.item_02 > a, .mod_index_top > li.item_02 > div {
    background-size: 100% auto;
  }
  .mod_index_top > li.item_02 > a:hover, .mod_index_top > li.item_02 > a:focus {
    background-size: 110% auto;
  }
  .mod_index_top > li.item_04 > a, .mod_index_top > li.item_04 > div, .mod_index_top > li.item_07 > a, .mod_index_top > li.item_07 > div {
    background-size: auto 100%;
  }
  .mod_index_top > li.item_04 > a:hover, .mod_index_top > li.item_04 > a:focus, .mod_index_top > li.item_07 > a:hover, .mod_index_top > li.item_07 > a:focus {
    background-size: auto 110%;
  }
}

@media only screen and (max-width: 412px) {
  .mod_index_top > li.item_02 > a, .mod_index_top > li.item_02 > div {
    background-size: auto 100%;
  }
  .mod_index_top > li.item_02 > a:hover, .mod_index_top > li.item_02 > a:focus {
    background-size: auto 110%;
  }
}

.mod_index_bnr .img {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .mod_index_bnr .img {
    margin-bottom: 36px;
  }
}

.mod_index_bnr a {
  transition: opacity 300ms;
}

.mod_index_bnr a:hover, .mod_index_bnr a:focus, .mod_index_bnr a:active {
  opacity: .8;
}

.mod_index_bnr img {
  width: 100%;
}

.mod_youtube_01 {
  position: relative;
  width: 100%;
  max-width: 900px;
  padding-top: calc(9% / 16 * 100);
}

.mod_youtube_01 > .movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.mod_info {
  background: #eee;
}

.mod_info .demarcation {
  max-width: 878px;
  padding: 15px 20px 25px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .mod_info .demarcation {
    padding: 10px 20px 15px;
  }
}

.mod_info .demarcation .hdg {
  margin-bottom: 32px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .mod_info .demarcation .hdg {
    margin-bottom: 27px;
  }
}

.mod_info .mod_link_list_01 li, .mod_info .mod_link_list_02 li {
  margin-top: 0;
  margin-bottom: 8px;
}

.mod_example_box {
  padding: 35px;
  margin: 15px auto 6px;
  background: url('/images/index_bg_15.png') no-repeat center #bf0000;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .mod_example_box {
    padding: 35px 15px;
  }
}

.mod_example_box .example_hdg {
  margin-bottom: 23px;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .mod_example_box .example_hdg {
    line-height: 1.3;
    font-size: 2.4rem;
  }
}

.mod_example_box .mod_carousel_04 {
  padding-right: 40px;
  padding-left: 40px;
}

@media only screen and (max-width: 767px) {
  .mod_example_box .mod_carousel_04 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.mod_example_box .mod_carousel_04 .item_list .col {
  margin-right: 7px;
  margin-left: 8px;
}

.mod_example_box .mod_carousel_04 .item_list a {
  height: 100%;
  padding: 18px 10px 32px 13px;
  border: none;
}

.mod_example_box .mod_carousel_04 .item_list a .dmc_img {
  align-items: flex-start;
}

.mod_example_box .mod_carousel_04 .item_list a .dmc_img .img {
  width: 104px;
  height: 98px;
  overflow: hidden;
  text-align: right;
}

.mod_example_box .mod_carousel_04 .item_list a .dmc_img .img img {
  float: right;
  width: 116px;
  height: 98px;
  max-width: 116px;
  max-height: 98px;
}

.mod_example_box .mod_carousel_04 .item_list a .dmc_txt .txt {
  margin-top: 6px;
}

[lang='en'] .mod_example_box .mod_carousel_04 .item_list a .dmc_txt .txt {
  font-size: 1.2rem;
}

.mod_example_box .mod_carousel_04 .item_list a:not([target='_blank'])::before {
  right: 11px;
  bottom: 12px;
}

.mod_example_box .mod_carousel_04 .item_list a:not([target='_blank'])::after {
  right: 11px;
  bottom: 9px;
}

.mod_example_box .mod_carousel_04 .slick-prev {
  left: -30px;
}

.mod_example_box .mod_carousel_04 .slick-next {
  right: -30px;
}

.mod_example_box .mod_carousel_04 .slick-dots.jsHide {
  display: none;
}

.mod_example_box .mod_carousel_04 .slick-dots li button::before {
  background: #fff;
}

.mod_example_box .mod_carousel_04 .slick-dots li.slick-active button::before {
  background: #333;
}

.mod_example_box .mod_link_01, .mod_example_box .mod_link_list_01 > li, .mod_example_box .mod_link_list_02 > li {
  margin-right: 50px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .mod_example_box .mod_link_01, .mod_example_box .mod_link_list_01 > li, .mod_example_box .mod_link_list_02 > li {
    margin-right: 16px;
    text-align: center;
  }
}

.mod_example_box .mod_link_01 a, .mod_example_box .mod_link_list_01 > li a, .mod_example_box .mod_link_list_02 > li a {
  color: #fff;
}

.mod_example_box .mod_link_01 a::before, .mod_example_box .mod_link_list_01 > li a::before, .mod_example_box .mod_link_list_02 > li a::before {
  background: #fff;
}

.mod_example_box .mod_link_01 a::after, .mod_example_box .mod_link_list_01 > li a::after, .mod_example_box .mod_link_list_02 > li a::after {
  border-color: #fff;
}

.mod_example_box .mod_link_01 a:hover, .mod_example_box .mod_link_list_01 > li a:hover, .mod_example_box .mod_link_list_02 > li a:hover, .mod_example_box .mod_link_01 a:focus, .mod_example_box .mod_link_list_01 > li a:focus, .mod_example_box .mod_link_list_02 > li a:focus, .mod_example_box .mod_link_01 a:active, .mod_example_box .mod_link_list_01 > li a:active, .mod_example_box .mod_link_list_02 > li a:active {
  opacity: .8;
}

.servise_hdg_visual {
  height: auto;
  min-height: 420px;
  padding: 25px 10px 20px;
  background-color: #242424;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}

@media only screen and (max-width: 767px) {
  .servise_hdg_visual {
    background-size: cover;
  }
}

.servise_hdg_visual .demarcation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 846px;
  padding: 26px 50px 22px;
  margin: 0 auto;
  background: rgba(255, 255, 255, .75);
}

@media only screen and (max-width: 767px) {
  .servise_hdg_visual .demarcation {
    padding: 26px 20px 22px;
  }
}

.servise_hdg_visual .demarcation .hdg {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #333;
}

@media only screen and (max-width: 767px) {
  .servise_hdg_visual .demarcation .hdg {
    min-height: auto;
    padding: 10px 11px 8px;
    letter-spacing: .14em;
  }
}

.servise_hdg_visual .demarcation .hdg .ttl {
  padding: 0 50px 11px;
  margin-bottom: 21px;
  border-bottom: solid 1px #8f9090;
  line-height: 1.3;
  letter-spacing: .095em;
  font-size: 1.8rem;
  font-weight: bold;
}

.servise_hdg_visual .demarcation .hdg .lede {
  width: 100%;
  margin-bottom: 16px;
  margin-left: 11px;
  line-height: 1.3;
  letter-spacing: .1em;
  font-size: 2.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .servise_hdg_visual .demarcation .hdg .lede {
    font-size: 2.4rem;
  }
}

.servise_hdg_visual .demarcation .hdg .txt {
  max-width: 100%;
  margin-bottom: 26px;
  line-height: 1.4;
  letter-spacing: .1em;
  font-size: 1.4rem;
}

.servise_hdg_visual .demarcation .panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.servise_hdg_visual .demarcation .panel .col {
  position: relative;
}

.servise_hdg_visual .demarcation .panel .appeal {
  padding: 12px 0;
  margin-bottom: 5px;
  background: #fff;
  text-align: center;
  font-weight: bold;
}

.servise_hdg_visual .demarcation .panel .appeal dt {
  font-size: 1.4rem;
}

.servise_hdg_visual .demarcation .panel .appeal dd {
  font-size: 2rem;
}

.servise_hdg_visual .demarcation .panel .appeal dd .num {
  line-height: 1.2;
  font-size: 4rem;
  color: #d90000;
}

.servise_hdg_visual .demarcation .panel .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.service_hdg_01 {
  margin-top: -2px;
  margin-bottom: 5px;
  margin-bottom: 24px;
  text-align: center;
  font-size: 3.2rem;
}

.index_panel_01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.index_panel_01 > .col {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .index_panel_01 > .col {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .index_panel_01 > .col:last-child {
    margin-bottom: 0;
  }
}

.index_panel_01 > .col.category_process .hdg {
  background: rgba(184, 12, 89, .9);
}

.index_panel_01 > .col.category_industry .hdg {
  background: rgba(0, 138, 158, .9);
}

.index_panel_01 > .col.category_platform .hdg {
  background: rgba(31, 47, 170, .9);
}

.index_panel_01 > .col.category_research .hdg {
  background: rgba(248, 169, 16, .9);
}

.index_panel_01 > .col a {
  display: block;
  text-decoration: none;
}

.index_panel_01 > .col a .demarcation {
  display: flex;
  align-items: center;
  width: 100%;
  height: 330px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  transition: background-size .3s;
  will-change: background-size;
}

@media only screen and (max-width: 767px) {
  .index_panel_01 > .col a .demarcation {
    justify-content: center;
    height: auto;
    padding: 20px;
    background-size: cover;
    text-align: center;
  }
}

.index_panel_01 > .col a .demarcation .hdg {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 367px;
  max-height: 251px;
  padding: 0 36px 10px 36px;
  letter-spacing: .15em;
}

@media only screen and (max-width: 767px) {
  .index_panel_01 > .col a .demarcation .hdg {
    max-width: none;
    max-height: none;
    min-height: 220px;
    padding-bottom: 0;
  }
}

.index_panel_01 > .col a .demarcation .hdg::before, .index_panel_01 > .col a .demarcation .hdg::after {
  content: '';
  position: absolute;
  bottom: 0;
  margin: auto;
}

.index_panel_01 > .col a .demarcation .hdg::before {
  right: 21px;
  bottom: 37px;
  width: 31px;
  height: 1px;
  background: #fff;
}

.index_panel_01 > .col a .demarcation .hdg::after {
  right: 24px;
  bottom: 26px;
  width: 22px;
  height: 22px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.index_panel_01 > .col a .demarcation .hdg .ttl {
  margin-top: 9px;
  margin-bottom: 0;
  margin-bottom: 12px;
  line-height: 1.4;
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .index_panel_01 > .col a .demarcation .hdg .ttl {
    margin-top: 15px;
    font-size: 2.2rem;
  }
}

.index_panel_01 > .col a .demarcation .hdg .ttl .sub {
  display: inline-block;
  margin-top: 0;
  line-height: 1.4;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .index_panel_01 > .col a .demarcation .hdg .ttl .sub {
    font-size: 1.6rem;
  }
}

.index_panel_01 > .col a .demarcation .hdg .txt {
  margin-bottom: 24px;
  line-height: 1.4;
  letter-spacing: .1em;
  font-weight: bold;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .index_panel_01 > .col a .demarcation .hdg .txt {
    margin-bottom: 50px;
  }
}

.index_panel_01 > .col a:hover .demarcation, .index_panel_01 > .col a:focus .demarcation, .index_panel_01 > .col a:active .demarcation {
  background-size: auto 110%;
}

@media only screen and (max-width: 767px) {
  .index_panel_01 > .col a:hover .demarcation, .index_panel_01 > .col a:focus .demarcation, .index_panel_01 > .col a:active .demarcation {
    background-size: cover;
  }
}

.index_panel_01 > .col a:hover .demarcation .tag, .index_panel_01 > .col a:focus .demarcation .tag, .index_panel_01 > .col a:active .demarcation .tag {
  color: #333;
}

.index_panel_02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .index_panel_02 {
    margin-bottom: 15px;
  }
}

.index_panel_02 > .col {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .index_panel_02 > .col {
    margin-bottom: 15px;
  }
}

.index_panel_02 > .col.category_online .hdg {
  background: rgba(248, 144, 16, .9);
}

.index_panel_02 > .col.category_qualitative .hdg {
  background: rgba(255, 54, 91, .9);
}

.index_panel_02 > .col.category_non-verbal .hdg {
  background: rgba(246, 170, 22, .9);
}

.index_panel_02 > .col.category_offline .hdg {
  background: #ed5b2e;
}

.index_panel_02 > .col a {
  display: block;
  text-decoration: none;
}

.index_panel_02 > .col a:hover .demarcation {
  background-size: auto 120%;
}

.index_panel_02 > .col a .demarcation {
  display: flex;
  align-items: center;
  width: 100%;
  height: 330px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  transition: background-size .3s;
}

@media only screen and (max-width: 767px) {
  .index_panel_02 > .col a .demarcation {
    height: auto;
    padding: 20px;
    background-size: cover;
    text-align: center;
  }
}

.index_panel_02 > .col a .demarcation .tag {
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  width: 90px;
  padding-left: 6px;
  margin: 0 auto;
  background: #fff;
  letter-spacing: .1em;
  font-size: 1.2rem;
  color: #333;
}

.index_panel_02 > .col a .demarcation .tag::before {
  content: '★';
  margin-right: 5px;
  font-size: 1.5rem;
  color: #d90000;
}

@media only screen and (max-width: 767px) {
  .index_panel_02 > .col a .demarcation .tag {
    padding-left: 0;
  }
}

.index_panel_02 > .col a .demarcation .hdg {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 367px;
  max-height: 251px;
  padding: 0 36px 10px 20px;
  letter-spacing: .15em;
}

@media only screen and (max-width: 767px) {
  .index_panel_02 > .col a .demarcation .hdg {
    max-width: none;
    max-height: none;
    min-height: 220px;
    padding-bottom: 0;
    font-size: 1.2rem;
  }
}

.index_panel_02 > .col a .demarcation .hdg::before, .index_panel_02 > .col a .demarcation .hdg::after {
  content: '';
  position: absolute;
  bottom: 0;
  margin: auto;
}

.index_panel_02 > .col a .demarcation .hdg::before {
  right: 21px;
  bottom: 37px;
  width: 31px;
  height: 1px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .index_panel_02 > .col a .demarcation .hdg::before {
    bottom: 29px;
  }
}

.index_panel_02 > .col a .demarcation .hdg::after {
  right: 24px;
  bottom: 26px;
  width: 22px;
  height: 22px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .index_panel_02 > .col a .demarcation .hdg::after {
    bottom: 18px;
  }
}

.index_panel_02 > .col a .demarcation .hdg .ttl {
  display: flex;
  max-width: 100%;
  margin-top: 9px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .index_panel_02 > .col a .demarcation .hdg .ttl {
    margin-top: 15px;
    font-size: 2rem;
  }
}

.index_panel_02 > .col a .demarcation .hdg .ttl .sub {
  display: inline-block;
  margin-top: 0;
  line-height: 1.4;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .index_panel_02 > .col a .demarcation .hdg .ttl .sub {
    margin-top: 15px;
  }
}

.index_panel_02 > .col a:hover .demarcation, .index_panel_02 > .col a:focus .demarcation, .index_panel_02 > .col a:active .demarcation {
  background-size: auto 110%;
}

@media only screen and (max-width: 767px) {
  .index_panel_02 > .col a:hover .demarcation, .index_panel_02 > .col a:focus .demarcation, .index_panel_02 > .col a:active .demarcation {
    background-size: cover;
  }
}

.index_panel_02 > .col a:hover .demarcation .tag, .index_panel_02 > .col a:focus .demarcation .tag, .index_panel_02 > .col a:active .demarcation .tag {
  color: #333;
}

@media only screen and (max-width: 767px) {
  .index_panel_03 {
    margin-top: 20px;
  }
}

.index_panel_03 .demarcation {
  width: 100%;
  min-height: 298px;
  padding-top: 46px;
  transition: background-size .3s;
}

@media only screen and (max-width: 767px) {
  .index_panel_03 .demarcation {
    height: auto;
    min-height: auto;
    padding-top: 20px;
  }
}

.index_panel_03 a {
  display: flex;
  position: relative;
  text-decoration: none;
}

.index_panel_03 a:hover, .index_panel_03 a:focus, .index_panel_03 a:active {
  opacity: .5;
  color: #333;
}

.index_panel_03 a:hover .txt, .index_panel_03 a:focus .txt, .index_panel_03 a:active .txt {
  color: #666;
}

@media only screen and (max-width: 767px) {
  .index_panel_03 a {
    width: 100%;
  }
}

.index_panel_03 a:not([target='_blank'])::before, .index_panel_03 a:not([target='_blank'])::after {
  content: '';
  position: absolute;
  margin: auto;
}

.index_panel_03 a:not([target='_blank'])::before {
  right: 16px;
  bottom: 20px;
  width: 11px;
  height: 1px;
  background: #d90000;
}

.index_panel_03 a:not([target='_blank'])::after {
  right: 17px;
  bottom: 17px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #d90000;
  border-right: 1px solid #d90000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.index_panel_03 a[target='_blank'] img.icon {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.index_panel_03 .col {
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  border: solid 1px #ccc;
}

.index_panel_03 .col._hdg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: none;
}

@media only screen and (max-width: 767px) {
  .index_panel_03 .col._hdg {
    width: calc(100% + 30px);
    margin-right: -15px;
    margin-left: -15px;
    background-position: center top;
  }
}

.index_panel_03 .col._hdg .demarcation {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  .index_panel_03 .col._hdg .demarcation {
    height: auto;
    padding: 15px;
  }
}

.index_panel_03 .col._hdg .ttl {
  display: flex;
  position: relative;
  align-items: stretch;
  flex-direction: column;
  justify-content: center;
  max-width: 328px;
  min-height: 136px;
  padding: 0 20px;
  margin-right: 60px;
  letter-spacing: .1em;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .index_panel_03 .col._hdg .ttl {
    width: 100%;
    max-width: none;
    min-height: auto;
    padding: 15px;
    margin-right: 0;
    margin-bottom: 0;
    font-size: 2rem;
  }
}

.index_panel_03 .col._hdg .ttl .sub {
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .index_panel_03 .col._hdg .ttl .sub {
    font-size: 1.8rem;
  }
}

.index_panel_03 .col._blank_l, .index_panel_03 .col._blank_r, .index_panel_03 .col._blank_c {
  min-height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: none;
}

@media only screen and (max-width: 767px) {
  .index_panel_03 .col._blank_l, .index_panel_03 .col._blank_r, .index_panel_03 .col._blank_c {
    display: none;
  }
}

.index_panel_03 .col._blank_l {
  width: calc((100% * .33333 - 15px * 2 / 3) * 2 + 15px);
}

.index_panel_03 .col._blank_l + .col {
  margin-right: 0;
}

.index_panel_03 .col._blank_r {
  width: calc((100% * .33333 - 15px * 2 / 3) * 2 + 15px);
  margin-right: -15px;
}

.index_panel_03 .pickup {
  position: relative;
  top: -30px;
  max-width: 52px;
  padding: 1px 2px;
  margin: 0 0 -22px 20px;
  border: solid 2px #d90000;
  text-align: center;
  font-size: 1.1rem;
  color: #d90000;
}

@media only screen and (max-width: 767px) {
  .index_panel_03 .pickup {
    top: 0;
    margin: 0 0 10px 20px;
  }
}

.index_panel_03 .hdg {
  display: flex;
  flex-direction: column;
}

.index_panel_03 .sub {
  padding-left: 20px;
  margin-bottom: 16px;
  font-size: 1.3rem;
}

@media only screen and (max-width: 767px) {
  .index_panel_03 .sub {
    margin-bottom: 12px;
  }
}

.index_panel_03 .ttl {
  display: flex;
  align-items: center;
  min-height: 68px;
  padding: 7px 20px;
  margin-right: 60px;
  margin-bottom: 16px;
  letter-spacing: .17em;
  font-weight: bold;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .index_panel_03 .ttl {
    min-height: auto;
    padding-top: 2px;
    padding-bottom: 4px;
    margin-right: 52px;
    letter-spacing: .08em;
  }
}

.index_panel_03 .ttl .icon {
  width: 57px;
  margin: 9px 20px 9px -5px;
  text-align: center;
}

.index_panel_03 .txt {
  padding: 0 15px 0 20px;
  letter-spacing: .09em;
  font-size: 1.4rem;
  color: #666;
}

@media only screen and (max-width: 767px) {
  .index_panel_03 .txt {
    margin-bottom: 35px;
    line-height: 1.6;
  }
}

.index_panel_03 .item_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.index_panel_03 .item_list:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .index_panel_03 .item_list {
    display: block;
  }
}

.index_panel_03 .item_list._reverse .col:nth-child(1) {
  margin-right: -15px;
}

.index_panel_03 .item_list._reverse .col:nth-child(2) {
  order: -1;
}

@media only screen and (max-width: 767px) {
  .index_panel_03 .item_list._reverse .col:nth-child(2) {
    order: 0;
  }
}

.index_panel_03 .item_list._reverse .col:nth-child(3) {
  order: -1;
  margin-right: 15px;
}

@media only screen and (max-width: 767px) {
  .index_panel_03 .item_list._reverse .col:nth-child(3) {
    order: 0;
    margin-right: 0;
  }
}

.index_panel_03 .item_list.category_online .ttl {
  background: #f89010;
}

.index_panel_03 .item_list.category_online ._hdg .ttl {
  background: rgba(248, 144, 16, .9);
}

.index_panel_03 .item_list.category_qualitative .ttl {
  background: #ff365b;
}

.index_panel_03 .item_list.category_qualitative ._hdg .ttl {
  background: rgba(255, 54, 91, .9);
}

.index_panel_03 .item_list.category_non-verbal .ttl {
  background: #f6aa16;
}

.index_panel_03 .item_list.category_non-verbal ._hdg .ttl {
  background: rgba(246, 170, 22, .9);
}

.index_panel_03 .item_list.category_offline .ttl {
  background: #ed5b2e;
}

.index_panel_03 .item_list.category_offline ._hdg .ttl {
  background: rgba(237, 91, 46, .9);
}

.index_panel_03 .item_list.category_logdate .ttl {
  background: #1f2faa;
}

.index_panel_03 .item_list.category_logdate ._hdg .ttl {
  background: rgba(31, 47, 170, .9);
}

.index_panel_03 .item_list.category_investigation .ttl {
  background: #006ddb;
}

.index_panel_03 .item_list.category_investigation ._hdg .ttl {
  background: rgba(0, 109, 219, .9);
}

.index_panel_03 .item_list.category_shopdate .ttl {
  background: #4227c9;
}

.index_panel_03 .item_list.category_shopdate ._hdg .ttl {
  background: rgba(66, 39, 201, .9);
}

.index_panel_03 .item_list.category_global .ttl {
  background: #019fe3;
}

.index_panel_03 .item_list.category_global ._hdg .ttl {
  background: rgba(1, 159, 227, .9);
}

.index_panel_03 .item_list.category_support .ttl {
  background: #5220ae;
}

.index_panel_03 .item_list.category_support ._hdg .ttl {
  background: rgba(82, 32, 174, .9);
}

.index_panel_03 .item_list.category_industry_01 .demarcation {
  padding-top: 29px;
}

.index_panel_03 .item_list.category_industry_01 .demarcation .ttl {
  background: #00a6dc;
}

.index_panel_03 .item_list.category_industry_01 .demarcation ._hdg .ttl {
  background: rgba(0, 166, 220, .9);
}

.index_panel_03 .item_list.category_industry_02 .demarcation {
  padding-top: 29px;
}

.index_panel_03 .item_list.category_industry_02 .demarcation .ttl {
  background: #008a9e;
}

.index_panel_03 .item_list.category_industry_02 .demarcation ._hdg .ttl {
  background: rgba(0, 138, 158, .9);
}

.index_panel_03 .item_list.category_industry_03 .demarcation {
  padding-top: 29px;
}

.index_panel_03 .item_list.category_industry_03 .demarcation .ttl {
  background: #01b988;
}

.index_panel_03 .item_list.category_industry_03 .demarcation ._hdg .ttl {
  background: rgba(1, 185, 136, .9);
}

.index_panel_03 .item_list.category_industry_04 .demarcation {
  padding-top: 29px;
}

.index_panel_03 .item_list.category_industry_04 .demarcation .ttl {
  background: #469c3e;
}

.index_panel_03 .item_list.category_industry_04 .demarcation ._hdg .ttl {
  background: rgba(70, 156, 62, .9);
}

/* マーケティングプラットフォーム */
.mod_popup_service_platform {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 90px -20px;
}

.mod_popup_service_platform > ._col1, .mod_popup_service_platform > ._col2, .mod_popup_service_platform > ._col3 {
  margin-left: 20px;
  background-color: #eee;
}

.mod_popup_service_platform > ._col1 .demarcation > dt, .mod_popup_service_platform > ._col2 .demarcation > dt, .mod_popup_service_platform > ._col3 .demarcation > dt {
  padding: 16px 10px;
  background-color: #d90000;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.mod_popup_service_platform > ._col1 .demarcation > dt > a.anc, .mod_popup_service_platform > ._col2 .demarcation > dt > a.anc, .mod_popup_service_platform > ._col3 .demarcation > dt > a.anc {
  display: block;
  text-decoration: none;
  color: #fff;
}

.mod_popup_service_platform > ._col1 .demarcation > dt > a.anc:hover, .mod_popup_service_platform > ._col1 .demarcation > dt > a.anc:focus, .mod_popup_service_platform > ._col1 .demarcation > dt > a.anc:active, .mod_popup_service_platform > ._col2 .demarcation > dt > a.anc:hover, .mod_popup_service_platform > ._col2 .demarcation > dt > a.anc:focus, .mod_popup_service_platform > ._col2 .demarcation > dt > a.anc:active, .mod_popup_service_platform > ._col3 .demarcation > dt > a.anc:hover, .mod_popup_service_platform > ._col3 .demarcation > dt > a.anc:focus, .mod_popup_service_platform > ._col3 .demarcation > dt > a.anc:active {
  color: rgba(255, 255, 255, .7);
}

.mod_popup_service_platform > ._col1 .demarcation > dd ul, .mod_popup_service_platform > ._col2 .demarcation > dd ul, .mod_popup_service_platform > ._col3 .demarcation > dd ul {
  padding: 0 1px 1px 0;
}

.mod_popup_service_platform > ._col1 .demarcation > dd ul > li, .mod_popup_service_platform > ._col2 .demarcation > dd ul > li, .mod_popup_service_platform > ._col3 .demarcation > dd ul > li {
  display: flex;
  position: relative;
  box-shadow: 1px 1px 0 #ccc;
}

.mod_popup_service_platform > ._col1 .demarcation > dd ul > li > span, .mod_popup_service_platform > ._col1 .demarcation > dd ul > li > em, .mod_popup_service_platform > ._col2 .demarcation > dd ul > li > span, .mod_popup_service_platform > ._col2 .demarcation > dd ul > li > em, .mod_popup_service_platform > ._col3 .demarcation > dd ul > li > span, .mod_popup_service_platform > ._col3 .demarcation > dd ul > li > em {
  display: flex;
  width: 100%;
  min-height: 99px;
  background-color: #fff;
  border: 2px solid #fff;
}

.mod_popup_service_platform > ._col1 .demarcation > dd ul > li > span a, .mod_popup_service_platform > ._col1 .demarcation > dd ul > li > em a, .mod_popup_service_platform > ._col2 .demarcation > dd ul > li > span a, .mod_popup_service_platform > ._col2 .demarcation > dd ul > li > em a, .mod_popup_service_platform > ._col3 .demarcation > dd ul > li > span a, .mod_popup_service_platform > ._col3 .demarcation > dd ul > li > em a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 8px 14px;
  line-height: 1.42857;
  text-decoration: none;
  font-size: 1.4rem;
}

.mod_popup_service_platform > ._col1 .demarcation > dd ul > li > span a:hover, .mod_popup_service_platform > ._col1 .demarcation > dd ul > li > span a:focus, .mod_popup_service_platform > ._col1 .demarcation > dd ul > li > span a:active, .mod_popup_service_platform > ._col1 .demarcation > dd ul > li > em a:hover, .mod_popup_service_platform > ._col1 .demarcation > dd ul > li > em a:focus, .mod_popup_service_platform > ._col1 .demarcation > dd ul > li > em a:active, .mod_popup_service_platform > ._col2 .demarcation > dd ul > li > span a:hover, .mod_popup_service_platform > ._col2 .demarcation > dd ul > li > span a:focus, .mod_popup_service_platform > ._col2 .demarcation > dd ul > li > span a:active, .mod_popup_service_platform > ._col2 .demarcation > dd ul > li > em a:hover, .mod_popup_service_platform > ._col2 .demarcation > dd ul > li > em a:focus, .mod_popup_service_platform > ._col2 .demarcation > dd ul > li > em a:active, .mod_popup_service_platform > ._col3 .demarcation > dd ul > li > span a:hover, .mod_popup_service_platform > ._col3 .demarcation > dd ul > li > span a:focus, .mod_popup_service_platform > ._col3 .demarcation > dd ul > li > span a:active, .mod_popup_service_platform > ._col3 .demarcation > dd ul > li > em a:hover, .mod_popup_service_platform > ._col3 .demarcation > dd ul > li > em a:focus, .mod_popup_service_platform > ._col3 .demarcation > dd ul > li > em a:active {
  opacity: .7;
  color: inherit;
}

.mod_popup_service_platform > ._col1 .demarcation > dd ul > li > em, .mod_popup_service_platform > ._col2 .demarcation > dd ul > li > em, .mod_popup_service_platform > ._col3 .demarcation > dd ul > li > em {
  border-color: #e13333;
  font-weight: normal;
}

.mod_popup_service_platform > ._col1 .demarcation > dd ul > li > em a > span, .mod_popup_service_platform > ._col2 .demarcation > dd ul > li > em a > span, .mod_popup_service_platform > ._col3 .demarcation > dd ul > li > em a > span {
  font-size: 1.1rem;
  font-weight: bold;
  color: #d90000;
}

.mod_popup_service_platform > ._col1 .demarcation > dd ul > li .note_dmc, .mod_popup_service_platform > ._col2 .demarcation > dd ul > li .note_dmc, .mod_popup_service_platform > ._col3 .demarcation > dd ul > li .note_dmc {
  font-size: 1.4rem;
  font-weight: normal;
  color: #333;
}

.mod_popup_service_platform > ._col1 .demarcation > dd ul > li .note_dmc .mod_txt_annotate, .mod_popup_service_platform > ._col2 .demarcation > dd ul > li .note_dmc .mod_txt_annotate, .mod_popup_service_platform > ._col3 .demarcation > dd ul > li .note_dmc .mod_txt_annotate {
  top: -.5em;
}

.mod_popup_service_platform > ._col1 .demarcation.category_logdate > dt, .mod_popup_service_platform > ._col2 .demarcation.category_logdate > dt, .mod_popup_service_platform > ._col3 .demarcation.category_logdate > dt {
  background-color: #1f2faa;
}

.mod_popup_service_platform > ._col1 .demarcation.category_investigation > dt, .mod_popup_service_platform > ._col2 .demarcation.category_investigation > dt, .mod_popup_service_platform > ._col3 .demarcation.category_investigation > dt {
  background-color: #006ddb;
}

.mod_popup_service_platform > ._col1 .demarcation.category_shopdate > dt, .mod_popup_service_platform > ._col2 .demarcation.category_shopdate > dt, .mod_popup_service_platform > ._col3 .demarcation.category_shopdate > dt {
  background-color: #4125cd;
}

.mod_popup_service_platform > ._col1 .demarcation.category_global > dt, .mod_popup_service_platform > ._col2 .demarcation.category_global > dt, .mod_popup_service_platform > ._col3 .demarcation.category_global > dt {
  background-color: #00a2e8;
}

.mod_popup_service_platform > ._col1 .demarcation.category_support > dt, .mod_popup_service_platform > ._col2 .demarcation.category_support > dt, .mod_popup_service_platform > ._col3 .demarcation.category_support > dt {
  background-color: #5220ae;
}

.mod_popup_service_platform > ._col1 > dt, .mod_popup_service_platform > ._col2 > dt {
  position: relative;
  padding: 9px;
  background-color: #d6d6d6;
  border-bottom: 1px solid #fff;
  text-align: center;
}

.mod_popup_service_platform > ._col1 > dt::before, .mod_popup_service_platform > ._col1 > dt::after, .mod_popup_service_platform > ._col2 > dt::before, .mod_popup_service_platform > ._col2 > dt::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -11px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -42px;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 11px 42px 0 42px;
}

.mod_popup_service_platform > ._col1 > dt::after, .mod_popup_service_platform > ._col2 > dt::after {
  bottom: -10px;
  border-top-color: #d6d6d6;
}

.mod_popup_service_platform > ._col1 > dd, .mod_popup_service_platform > ._col2 > dd {
  padding-top: 42px;
  padding-bottom: 24px;
}

.mod_popup_service_platform > ._col1 .demarcation > dd, .mod_popup_service_platform > ._col2 .demarcation > dd {
  padding-top: 10px;
}

.mod_popup_service_platform > ._col1 .demarcation > dd ul > li, .mod_popup_service_platform > ._col2 .demarcation > dd ul > li {
  margin-top: 13px;
}

.mod_popup_service_platform > ._col1 {
  width: calc(79.01639% - 20px);
}

.mod_popup_service_platform > ._col1 > dd {
  display: flex;
  padding-right: 25px;
}

.mod_popup_service_platform > ._col1 .demarcation {
  width: calc(25.38126% - 25px);
  margin-left: 25px;
}

.mod_popup_service_platform > ._col1 .demarcation:first-child {
  width: calc(49.23747% - 25px);
}

.mod_popup_service_platform > ._col1 .demarcation:first-child > dd ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -11px;
}

.mod_popup_service_platform > ._col1 .demarcation:first-child > dd ul > li {
  width: calc(50% - 11px);
  margin-left: 11px;
}

.mod_popup_service_platform > ._col2 {
  width: calc(20.9836% - 20px);
}

.mod_popup_service_platform > ._col2 > dd {
  padding-right: 14px;
  padding-left: 14px;
}

.mod_popup_service_platform > ._col3 {
  position: relative;
  width: calc(100% - 20px);
  padding: 22px 25px;
  margin-top: 56px;
}

.mod_popup_service_platform > ._col3::before, .mod_popup_service_platform > ._col3::after {
  content: '';
  display: block;
  position: absolute;
  left: calc(50% + 10px);
  background-color: #666;
}

.mod_popup_service_platform > ._col3::before {
  top: -38px;
  width: 2px;
  height: 18px;
  margin-left: -1px;
}

.mod_popup_service_platform > ._col3::after {
  top: -30px;
  width: 18px;
  height: 2px;
  margin-left: -9px;
}

.mod_popup_service_platform > ._col3 .demarcation {
  display: flex;
  justify-content: space-between;
}

.mod_popup_service_platform > ._col3 .demarcation > dt {
  display: flex;
  align-items: center;
  width: 14.08696%;
}

.mod_popup_service_platform > ._col3 .demarcation > dd {
  display: flex;
  width: 85.41304%;
}

.mod_popup_service_platform > ._col3 .demarcation > dd ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.mod_popup_service_platform > ._col3 .demarcation > dd ul > li {
  width: calc(20% - 12px);
  margin-top: 12px;
  margin-left: 12px;
}

.mod_popup_service_platform > ._col3 .demarcation > dd ul > li:nth-child(-n+5) {
  margin-top: 0;
}

.mod_popup_service_platform.ready_popup > ._col1 .demarcation > dd ul > li > span a, .mod_popup_service_platform.ready_popup > ._col1 .demarcation > dd ul > li > em a, .mod_popup_service_platform.ready_popup > ._col2 .demarcation > dd ul > li > span a, .mod_popup_service_platform.ready_popup > ._col2 .demarcation > dd ul > li > em a, .mod_popup_service_platform.ready_popup > ._col3 .demarcation > dd ul > li > span a, .mod_popup_service_platform.ready_popup > ._col3 .demarcation > dd ul > li > em a {
  position: relative;
  padding-right: 32px;
}

.mod_popup_service_platform.ready_popup > ._col1 .demarcation > dd ul > li > span a::after, .mod_popup_service_platform.ready_popup > ._col1 .demarcation > dd ul > li > em a::after, .mod_popup_service_platform.ready_popup > ._col2 .demarcation > dd ul > li > span a::after, .mod_popup_service_platform.ready_popup > ._col2 .demarcation > dd ul > li > em a::after, .mod_popup_service_platform.ready_popup > ._col3 .demarcation > dd ul > li > span a::after, .mod_popup_service_platform.ready_popup > ._col3 .demarcation > dd ul > li > em a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 17px;
  height: 20px;
  margin-top: -10px;
  background: transparent url('/common_v2/images/ico_popup_01.png') center center no-repeat;
}

@media only screen and (max-width: 767px) {
  .mod_popup_service_platform {
    display: none;
  }
}

/* マーケティングプロセス別に探す */
.mod_popup_solution_process {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 90px -8px;
}

.mod_popup_solution_process > ._col1, .mod_popup_solution_process > ._col2, .mod_popup_solution_process > ._colfull {
  display: flex;
  margin-left: 8px;
}

.mod_popup_solution_process > ._col1 .demarcation, .mod_popup_solution_process > ._col2 .demarcation, .mod_popup_solution_process > ._colfull .demarcation {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.mod_popup_solution_process > ._col1 .demarcation > dt, .mod_popup_solution_process > ._col2 .demarcation > dt, .mod_popup_solution_process > ._colfull .demarcation > dt {
  position: relative;
  padding: 11px 10px;
  margin-bottom: 10px;
  background-color: #d90000;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.mod_popup_solution_process > ._col1 .demarcation > dt > a.anc, .mod_popup_solution_process > ._col2 .demarcation > dt > a.anc, .mod_popup_solution_process > ._colfull .demarcation > dt > a.anc {
  display: block;
  text-decoration: none;
  color: #fff;
}

.mod_popup_solution_process > ._col1 .demarcation > dt > a.anc:hover, .mod_popup_solution_process > ._col1 .demarcation > dt > a.anc:focus, .mod_popup_solution_process > ._col1 .demarcation > dt > a.anc:active, .mod_popup_solution_process > ._col2 .demarcation > dt > a.anc:hover, .mod_popup_solution_process > ._col2 .demarcation > dt > a.anc:focus, .mod_popup_solution_process > ._col2 .demarcation > dt > a.anc:active, .mod_popup_solution_process > ._colfull .demarcation > dt > a.anc:hover, .mod_popup_solution_process > ._colfull .demarcation > dt > a.anc:focus, .mod_popup_solution_process > ._colfull .demarcation > dt > a.anc:active {
  color: rgba(255, 255, 255, .7);
}

.mod_popup_solution_process > ._col1 .demarcation > dd, .mod_popup_solution_process > ._col2 .demarcation > dd, .mod_popup_solution_process > ._colfull .demarcation > dd {
  flex: 1 0 auto;
  padding: 22px 15px;
  background-color: #eee;
}

.mod_popup_solution_process > ._col1 .demarcation > dd > ul, .mod_popup_solution_process > ._col2 .demarcation > dd > ul, .mod_popup_solution_process > ._colfull .demarcation > dd > ul {
  padding: 0 1px 1px 0;
}

.mod_popup_solution_process > ._col1 .demarcation > dd > ul > li, .mod_popup_solution_process > ._col2 .demarcation > dd > ul > li, .mod_popup_solution_process > ._colfull .demarcation > dd > ul > li {
  display: flex;
  position: relative;
  box-shadow: 1px 1px 0 #ccc;
}

.mod_popup_solution_process > ._col1 .demarcation > dd > ul > li + li, .mod_popup_solution_process > ._col2 .demarcation > dd > ul > li + li, .mod_popup_solution_process > ._colfull .demarcation > dd > ul > li + li {
  margin-top: 16px;
}

.mod_popup_solution_process > ._col1 .demarcation > dd > ul > li > span, .mod_popup_solution_process > ._col1 .demarcation > dd > ul > li > em, .mod_popup_solution_process > ._col2 .demarcation > dd > ul > li > span, .mod_popup_solution_process > ._col2 .demarcation > dd > ul > li > em, .mod_popup_solution_process > ._colfull .demarcation > dd > ul > li > span, .mod_popup_solution_process > ._colfull .demarcation > dd > ul > li > em {
  display: flex;
  width: 100%;
  min-height: 117px;
  background-color: #fff;
  border: 2px solid #fff;
}

.mod_popup_solution_process > ._col1 .demarcation > dd > ul > li > span a, .mod_popup_solution_process > ._col1 .demarcation > dd > ul > li > em a, .mod_popup_solution_process > ._col2 .demarcation > dd > ul > li > span a, .mod_popup_solution_process > ._col2 .demarcation > dd > ul > li > em a, .mod_popup_solution_process > ._colfull .demarcation > dd > ul > li > span a, .mod_popup_solution_process > ._colfull .demarcation > dd > ul > li > em a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 8px 14px;
  line-height: 1.5;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
}

.mod_popup_solution_process > ._col1 .demarcation > dd > ul > li > span a:hover, .mod_popup_solution_process > ._col1 .demarcation > dd > ul > li > span a:focus, .mod_popup_solution_process > ._col1 .demarcation > dd > ul > li > span a:active, .mod_popup_solution_process > ._col1 .demarcation > dd > ul > li > em a:hover, .mod_popup_solution_process > ._col1 .demarcation > dd > ul > li > em a:focus, .mod_popup_solution_process > ._col1 .demarcation > dd > ul > li > em a:active, .mod_popup_solution_process > ._col2 .demarcation > dd > ul > li > span a:hover, .mod_popup_solution_process > ._col2 .demarcation > dd > ul > li > span a:focus, .mod_popup_solution_process > ._col2 .demarcation > dd > ul > li > span a:active, .mod_popup_solution_process > ._col2 .demarcation > dd > ul > li > em a:hover, .mod_popup_solution_process > ._col2 .demarcation > dd > ul > li > em a:focus, .mod_popup_solution_process > ._col2 .demarcation > dd > ul > li > em a:active, .mod_popup_solution_process > ._colfull .demarcation > dd > ul > li > span a:hover, .mod_popup_solution_process > ._colfull .demarcation > dd > ul > li > span a:focus, .mod_popup_solution_process > ._colfull .demarcation > dd > ul > li > span a:active, .mod_popup_solution_process > ._colfull .demarcation > dd > ul > li > em a:hover, .mod_popup_solution_process > ._colfull .demarcation > dd > ul > li > em a:focus, .mod_popup_solution_process > ._colfull .demarcation > dd > ul > li > em a:active {
  opacity: .7;
  color: inherit;
}

.mod_popup_solution_process > ._col1 .demarcation > dd > ul > li > em, .mod_popup_solution_process > ._col2 .demarcation > dd > ul > li > em, .mod_popup_solution_process > ._colfull .demarcation > dd > ul > li > em {
  border-color: #e13333;
  font-weight: normal;
}

.mod_popup_solution_process > ._col1 .demarcation > dd > ul > li > em a > span, .mod_popup_solution_process > ._col2 .demarcation > dd > ul > li > em a > span, .mod_popup_solution_process > ._colfull .demarcation > dd > ul > li > em a > span {
  font-size: 1.1rem;
  font-weight: bold;
  color: #d90000;
}

.mod_popup_solution_process > ._col1 .demarcation.category_understand > dt, .mod_popup_solution_process > ._col2 .demarcation.category_understand > dt, .mod_popup_solution_process > ._colfull .demarcation.category_understand > dt {
  background-color: #b80c59;
}

.mod_popup_solution_process > ._col1 .demarcation.category_create > dt, .mod_popup_solution_process > ._col2 .demarcation.category_create > dt, .mod_popup_solution_process > ._colfull .demarcation.category_create > dt {
  background-color: #ab1d88;
}

.mod_popup_solution_process > ._col1 .demarcation.category_deliver > dt, .mod_popup_solution_process > ._col2 .demarcation.category_deliver > dt, .mod_popup_solution_process > ._colfull .demarcation.category_deliver > dt {
  background-color: #8c10a7;
}

.mod_popup_solution_process > ._col1 .demarcation.category_measure > dt, .mod_popup_solution_process > ._col2 .demarcation.category_measure > dt, .mod_popup_solution_process > ._colfull .demarcation.category_measure > dt {
  background-color: #412396;
}

.mod_popup_solution_process > ._col1 .demarcation.category_pdca > dt, .mod_popup_solution_process > ._col2 .demarcation.category_pdca > dt, .mod_popup_solution_process > ._colfull .demarcation.category_pdca > dt {
  background-color: #412396;
}

.mod_popup_solution_process > ._col1:not(:last-child) .demarcation > dt::before, .mod_popup_solution_process > ._col1:not(:last-child) .demarcation > dt::after, .mod_popup_solution_process > ._col2:not(:last-child) .demarcation > dt::before, .mod_popup_solution_process > ._col2:not(:last-child) .demarcation > dt::after, .mod_popup_solution_process > ._colfull:not(:last-child) .demarcation > dt::before, .mod_popup_solution_process > ._colfull:not(:last-child) .demarcation > dt::after {
  content: '';
  display: block;
  position: absolute;
}

.mod_popup_solution_process > ._col1:not(:last-child) .demarcation > dt::before, .mod_popup_solution_process > ._col2:not(:last-child) .demarcation > dt::before, .mod_popup_solution_process > ._colfull:not(:last-child) .demarcation > dt::before {
  top: 50%;
  right: -30px;
  z-index: 2;
  width: 0;
  height: 0;
  margin-top: -25px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 25px 0 25px 18px;
}

.mod_popup_solution_process > ._col1:not(:last-child) .demarcation > dt::after, .mod_popup_solution_process > ._col2:not(:last-child) .demarcation > dt::after, .mod_popup_solution_process > ._colfull:not(:last-child) .demarcation > dt::after {
  top: 0;
  right: -12px;
  bottom: 0;
  z-index: 3;
  width: 16px;
  background-color: #fff;
}

.mod_popup_solution_process > ._col1:not(:last-child) .demarcation > dt span::before, .mod_popup_solution_process > ._col2:not(:last-child) .demarcation > dt span::before, .mod_popup_solution_process > ._colfull:not(:last-child) .demarcation > dt span::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: -14px;
  z-index: 4;
  width: 0;
  height: 0;
  margin-top: -25px;
  border-color: transparent transparent transparent #d90000;
  border-style: solid;
  border-width: 25px 0 25px 18px;
}

.mod_popup_solution_process > ._col1:not(:last-child) .demarcation.category_understand > dt span::before, .mod_popup_solution_process > ._col2:not(:last-child) .demarcation.category_understand > dt span::before, .mod_popup_solution_process > ._colfull:not(:last-child) .demarcation.category_understand > dt span::before {
  border-left-color: #b80c59;
}

.mod_popup_solution_process > ._col1:not(:last-child) .demarcation.category_create > dt span::before, .mod_popup_solution_process > ._col2:not(:last-child) .demarcation.category_create > dt span::before, .mod_popup_solution_process > ._colfull:not(:last-child) .demarcation.category_create > dt span::before {
  border-left-color: #ab1d88;
}

.mod_popup_solution_process > ._col1:not(:last-child) .demarcation.category_deliver > dt span::before, .mod_popup_solution_process > ._col2:not(:last-child) .demarcation.category_deliver > dt span::before, .mod_popup_solution_process > ._colfull:not(:last-child) .demarcation.category_deliver > dt span::before {
  border-left-color: #8c10a7;
}

.mod_popup_solution_process > ._col1:not(:last-child) .demarcation.category_measure > dt, .mod_popup_solution_process > ._col2:not(:last-child) .demarcation.category_measure > dt, .mod_popup_solution_process > ._colfull:not(:last-child) .demarcation.category_measure > dt {
  padding-right: 0;
}

.mod_popup_solution_process > ._col1:not(:last-child) .demarcation.category_measure > dt::before, .mod_popup_solution_process > ._col1:not(:last-child) .demarcation.category_measure > dt::after, .mod_popup_solution_process > ._col2:not(:last-child) .demarcation.category_measure > dt::before, .mod_popup_solution_process > ._col2:not(:last-child) .demarcation.category_measure > dt::after, .mod_popup_solution_process > ._colfull:not(:last-child) .demarcation.category_measure > dt::before, .mod_popup_solution_process > ._colfull:not(:last-child) .demarcation.category_measure > dt::after {
  display: none;
}

.mod_popup_solution_process > ._col1:not(:last-child) .demarcation.category_measure > dt span::before, .mod_popup_solution_process > ._col2:not(:last-child) .demarcation.category_measure > dt span::before, .mod_popup_solution_process > ._colfull:not(:last-child) .demarcation.category_measure > dt span::before {
  display: none;
}

.mod_popup_solution_process > ._col1:not(:last-child) .demarcation.category_pdca > dt span::before, .mod_popup_solution_process > ._col2:not(:last-child) .demarcation.category_pdca > dt span::before, .mod_popup_solution_process > ._colfull:not(:last-child) .demarcation.category_pdca > dt span::before {
  border-left-color: #412396;
}

.mod_popup_solution_process > ._colfull {
  width: 100%;
  margin-top: 10px;
  margin-left: 0;
}

.mod_popup_solution_process > ._colfull .demarcation {
  flex: 1 0 auto;
  padding: 22px 15px;
  background-color: #eee;
}

.mod_popup_solution_process > ._colfull .demarcation > ul {
  padding: 0 1px 1px 0;
}

.mod_popup_solution_process > ._colfull .demarcation > ul > li {
  display: flex;
  position: relative;
  box-shadow: 1px 1px 0 #ccc;
}

.mod_popup_solution_process > ._colfull .demarcation > ul > li > span {
  display: flex;
  width: 100%;
  min-height: 67px;
  background-color: #fff;
  border: 2px solid #fff;
}

.mod_popup_solution_process > ._colfull .demarcation > ul > li > span a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 8px 14px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
}

.mod_popup_solution_process > ._colfull .demarcation > ul > li > span a:hover, .mod_popup_solution_process > ._colfull .demarcation > ul > li > span a:focus, .mod_popup_solution_process > ._colfull .demarcation > ul > li > span a:active {
  opacity: .7;
  color: inherit;
}

.mod_popup_solution_process > ._colfull .demarcation > ul > li > span a > span::after {
  content: '';
  display: inline-block;
  right: 8px;
  width: 17px;
  height: 20px;
  margin-bottom: -5px;
  margin-left: 13px;
  background: transparent url(/common_v2/images/ico_popup_01.png) center center no-repeat;
}

.mod_popup_solution_process > ._colfull .demarcation > ul > li .mod_popup_target_service {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mod_popup_solution_process > ._col1 {
  width: calc(20.46333% - 8px);
}

.mod_popup_solution_process > ._col2 {
  width: calc(38.61% - 8px);
}

.mod_popup_solution_process > ._col2 .demarcation > dd > ul {
  margin-left: -11px;
}

.mod_popup_solution_process > ._col2 .demarcation > dd > ul > li {
  width: calc(50% - 11px);
  margin-left: 11px;
}

.mod_popup_solution_process > ._col2 .demarcation > dd > ul > li:nth-child(1) {
  float: left;
  margin-right: 11px;
}

.mod_popup_solution_process > ._col2 .demarcation > dd > ul > li:nth-child(1) > span, .mod_popup_solution_process > ._col2 .demarcation > dd > ul > li:nth-child(1) > em {
  min-height: 383px;
}

.mod_popup_solution_process > ._col2 .demarcation > dd > ul > li:nth-child(2) {
  margin-top: 0;
}

.mod_popup_solution_process.ready_popup > ._col1 .demarcation > dd ul > li > span a, .mod_popup_solution_process.ready_popup > ._col1 .demarcation > dd ul > li > em a, .mod_popup_solution_process.ready_popup > ._col2 .demarcation > dd ul > li > span a, .mod_popup_solution_process.ready_popup > ._col2 .demarcation > dd ul > li > em a, .mod_popup_solution_process.ready_popup > ._colfull .demarcation > dd ul > li > span a, .mod_popup_solution_process.ready_popup > ._colfull .demarcation > dd ul > li > em a {
  position: relative;
  padding-right: 32px;
}

.mod_popup_solution_process.ready_popup > ._col1 .demarcation > dd ul > li > span a::after, .mod_popup_solution_process.ready_popup > ._col1 .demarcation > dd ul > li > em a::after, .mod_popup_solution_process.ready_popup > ._col2 .demarcation > dd ul > li > span a::after, .mod_popup_solution_process.ready_popup > ._col2 .demarcation > dd ul > li > em a::after, .mod_popup_solution_process.ready_popup > ._colfull .demarcation > dd ul > li > span a::after, .mod_popup_solution_process.ready_popup > ._colfull .demarcation > dd ul > li > em a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 17px;
  height: 20px;
  margin-top: -10px;
  background: transparent url('/common_v2/images/ico_popup_01.png') center center no-repeat;
}

@media only screen and (max-width: 767px) {
  .mod_popup_solution_process {
    display: none;
  }
}

.mod_index_solution_process {
  margin-bottom: 45px;
}

.mod_index_solution_process > .item_list {
  display: flex;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  background-repeat: no-repeat;
  background-size: cover;
}

.mod_index_solution_process > .item_list:not(:first-child) {
  position: relative;
  margin-top: 70px;
}

.mod_index_solution_process > .item_list:not(:first-child)::before {
  content: '';
  display: block;
  position: absolute;
  top: -50px;
  left: 50%;
  width: 0;
  height: 0;
  border-color: #f4b3b3 transparent transparent transparent;
  border-style: solid;
  border-width: 30px 75px 0 75px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mod_index_solution_process > .item_list > .hdg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(31.66667% - 25px);
  min-height: 230px;
  padding: 20px;
  background-color: #d90000;
  color: #fff;
}

.mod_index_solution_process > .item_list > .hdg p {
  margin-bottom: 0;
  font-weight: bold;
}

.mod_index_solution_process > .item_list > .hdg .ttl {
  line-height: 1.25;
  font-size: 3.4rem;
  font-weight: bold;
}

.mod_index_solution_process > .item_list > .hdg .ttl + p {
  margin-top: 20px;
}

.mod_index_solution_process > .item_list > ul {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  margin: -15px 0 0 -15px;
}

.mod_index_solution_process > .item_list > ul > li {
  width: calc(50% - 15px);
  padding: 36px 20px 24px 20px;
  margin: 15px 0 0 15px;
  background-color: rgba(255, 255, 255, .9);
}

.mod_index_solution_process > .item_list > ul > li .hdg {
  margin-bottom: 12px;
  line-height: 1.25;
  font-size: 2rem;
  font-weight: bold;
}

.mod_index_solution_process > .item_list > ul > li .desc {
  margin-bottom: 18px;
  font-size: 1.4rem;
  color: #666;
}

.mod_index_solution_process > .item_list > ul > li .example {
  margin-bottom: 20px;
}

.mod_index_solution_process > .item_list > ul > li .example dt {
  font-weight: bold;
}

.mod_index_solution_process > .item_list > ul > li .example dt + dd {
  margin-top: 8px;
}

.mod_index_solution_process > .item_list > ul > li .example [class^='mod_list_'] > li {
  margin-bottom: 4px;
}

.mod_index_solution_process > .item_list > ul > li .example .mod_link_list_01, .mod_index_solution_process > .item_list > ul > li .example .mod_link_list_02 {
  margin-top: 0;
}

.mod_index_solution_process > .item_list > ul > li .mod_link_btn_04 a {
  max-width: 260px;
}

.mod_index_solution_process > .item_list.category_understand {
  padding-right: 25px;
  background-position: 60% 50%;
}

.mod_index_solution_process > .item_list.category_understand > .hdg {
  order: 0;
  margin-right: 25px;
  background-color: rgba(184, 12, 89, .9);
}

.mod_index_solution_process > .item_list.category_understand > ul {
  order: 1;
}

.mod_index_solution_process > .item_list.category_create {
  padding-left: 25px;
  background-position: 0 0;
}

.mod_index_solution_process > .item_list.category_create > .hdg {
  order: 1;
  margin-left: 25px;
  background-color: rgba(171, 29, 136, .9);
}

.mod_index_solution_process > .item_list.category_create > ul {
  order: 0;
}

.mod_index_solution_process > .item_list.category_deliver {
  padding-right: 25px;
  background-position: 80% 50%;
}

.mod_index_solution_process > .item_list.category_deliver > .hdg {
  order: 0;
  margin-right: 25px;
  background-color: rgba(140, 16, 167, .9);
}

.mod_index_solution_process > .item_list.category_deliver > ul {
  order: 1;
}

.mod_index_solution_process > .item_list.category_measure {
  padding-left: 25px;
  background-position: 30% 100%;
}

.mod_index_solution_process > .item_list.category_measure > .hdg {
  order: 1;
  margin-left: 25px;
  background-color: rgba(65, 35, 150, .9);
}

.mod_index_solution_process > .item_list.category_measure > ul {
  order: 0;
}

.mod_index_solution_process > .item_list.category_pdca {
  padding-right: 25px;
  background-position: 80% 50%;
}

.mod_index_solution_process > .item_list.category_pdca > .hdg {
  order: 0;
  margin-right: 25px;
  background-color: rgba(217, 0, 0, .9);
}

.mod_index_solution_process > .item_list.category_pdca > ul {
  order: 1;
}

@media only screen and (max-width: 767px) {
  .mod_index_solution_process {
    margin-right: -10px;
    margin-bottom: 20px;
    margin-left: -10px;
  }
  .mod_index_solution_process > .item_list {
    display: block;
    padding: 22px 10px 30px 10px;
  }
  .mod_index_solution_process > .item_list:not(:first-child) {
    margin-top: 35px;
  }
  .mod_index_solution_process > .item_list:not(:first-child)::before {
    top: -25px;
    border-width: 16px 40px 0 40px;
  }
  .mod_index_solution_process > .item_list > .hdg {
    display: block;
    width: auto;
    min-height: inherit;
  }
  .mod_index_solution_process > .item_list > .hdg p {
    line-height: 1.37143;
    font-size: 1.4rem;
  }
  .mod_index_solution_process > .item_list > .hdg .ttl {
    line-height: 1.25;
    text-align: center;
    font-size: 2rem;
  }
  .mod_index_solution_process > .item_list > .hdg .ttl + p {
    margin-top: 16px;
  }
  .mod_index_solution_process > .item_list > ul {
    display: block;
    margin: 0;
  }
  .mod_index_solution_process > .item_list > ul > li {
    width: auto;
    padding: 24px 20px 30px 20px;
    margin: 20px 0 0 0;
  }
  .mod_index_solution_process > .item_list > ul > li .hdg {
    font-size: 1.6rem;
  }
  .mod_index_solution_process > .item_list > ul > li .desc {
    margin-bottom: 12px;
  }
  .mod_index_solution_process > .item_list > ul > li .example {
    font-size: 1.4rem;
  }
  .mod_index_solution_process > .item_list.category_understand {
    padding-right: 10px;
  }
  .mod_index_solution_process > .item_list.category_understand > .hdg {
    margin-right: 0;
  }
  .mod_index_solution_process > .item_list.category_create {
    padding-left: 10px;
  }
  .mod_index_solution_process > .item_list.category_create > .hdg {
    margin-left: 0;
  }
  .mod_index_solution_process > .item_list.category_deliver {
    padding-right: 10px;
  }
  .mod_index_solution_process > .item_list.category_deliver > .hdg {
    margin-right: 0;
  }
  .mod_index_solution_process > .item_list.category_measure {
    padding-left: 10px;
  }
  .mod_index_solution_process > .item_list.category_measure > .hdg {
    margin-left: 0;
  }
  .mod_index_solution_process > .item_list.category_pdca {
    padding-right: 10px;
  }
  .mod_index_solution_process > .item_list.category_pdca > .hdg {
    margin-right: 0;
  }
}

.mod_box_solution_process {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 50px;
}

.mod_box_solution_process > .txt {
  flex: 1 1 auto;
  margin: 10px;
  text-align: center;
  font-size: 1.4rem;
}

.mod_box_solution_process > .list {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  margin-right: 60px;
  margin-left: 60px;
}

@media only screen and (max-width: 767px) {
  .mod_box_solution_process > .list {
    display: block;
    margin: 0;
  }
}

.mod_box_solution_process > .list > li {
  display: flex;
  flex: 1 0 290px;
  margin-right: 15px;
}

@media only screen and (max-width: 767px) {
  .mod_box_solution_process > .list > li {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.mod_box_solution_process > .list > li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .mod_box_solution_process > .list > li:last-child {
    margin-bottom: 0;
  }
}

.mod_box_solution_process > .list > li > .btn {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  background: #fff;
  border: solid 1px #ccc;
  border: none;
  line-height: 1.25;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .mod_box_solution_process > .list > li > .btn {
    width: 100%;
    max-width: 360px;
  }
}

.mod_box_solution_process > .list > li > .btn a, .mod_box_solution_process > .list > li > .btn .btn_modal {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 16px 37px 16px 20px;
  text-align: center;
  text-decoration: none;
}

.mod_box_solution_process > .list > li > .btn a[href]::before, .mod_box_solution_process > .list > li > .btn a[href]::after, .mod_box_solution_process > .list > li > .btn .btn_modal[href]::before, .mod_box_solution_process > .list > li > .btn .btn_modal[href]::after {
  content: '';
  position: absolute;
  margin: auto;
}

.mod_box_solution_process > .list > li > .btn a[href]::before, .mod_box_solution_process > .list > li > .btn .btn_modal[href]::before {
  top: 0;
  right: 21px;
  bottom: 0;
  width: 11px;
  height: 1px;
  background: #d90000;
}

.mod_box_solution_process > .list > li > .btn a[href]::after, .mod_box_solution_process > .list > li > .btn .btn_modal[href]::after {
  top: 0;
  right: 22px;
  bottom: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #d90000;
  border-right: 1px solid #d90000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mod_box_solution_process > .list > li > .btn a[target='_blank']::before, .mod_box_solution_process > .list > li > .btn a[target='_blank']::after, .mod_box_solution_process > .list > li > .btn .btn_modal[target='_blank']::before, .mod_box_solution_process > .list > li > .btn .btn_modal[target='_blank']::after {
  display: none;
}

.mod_box_solution_process > .list > li > .btn a[target='_blank'] img.icon, .mod_box_solution_process > .list > li > .btn .btn_modal[target='_blank'] img.icon {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
}

.mod_box_solution_process > .list > li > .btn a img.modal, .mod_box_solution_process > .list > li > .btn .btn_modal img.modal {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
}

.mod_box_solution_process > .list > li > .btn:hover, .mod_box_solution_process > .list > li > .btn:focus, .mod_box_solution_process > .list > li > .btn:active {
  color: #d90000;
}

.mod_box_solution_process > .list > li > .btn._research {
  background: #f8a910;
}

.mod_box_solution_process > .list > li > .btn._platform {
  background: #1f2faa;
}

.mod_box_solution_process > .list > li > .btn:hover, .mod_box_solution_process > .list > li > .btn:focus, .mod_box_solution_process > .list > li > .btn:active {
  opacity: .7;
}

.mod_box_solution_process > .list > li > .btn a[href] {
  min-height: 55px;
  padding: 10px 37px 10px 20px;
  color: #fff;
}

.mod_box_solution_process > .list > li > .btn a[href]::before {
  background: #fff;
}

.mod_box_solution_process > .list > li > .btn a[href]::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.mod_link_btn_02._solution_process {
  margin-bottom: -20px;
  background: #fff;
}

.mod_link_btn_02._solution_process .btn:hover, .mod_link_btn_02._solution_process .btn:focus, .mod_link_btn_02._solution_process .btn:active {
  box-shadow: 1px 1px #d90000 inset, -1px -1px #d90000 inset;
  border: solid 1px #d90000;
}

.mod_link_btn_02._solution_process .btn.current {
  box-shadow: 1px 1px #d90000 inset, -1px -1px #d90000 inset;
  border: solid 1px #d90000;
}

.mod_link_btn_02._solution_process .btn.current a {
  color: #d90000;
}

.mod_link_btn_02._solution_process a::before, .mod_link_btn_02._solution_process a::after {
  display: none;
}

.mod_popup_target_service {
  position: relative;
  z-index: 50;
  width: 100vw;
  max-width: 334px;
  padding: 20px 24px 24px;
  background-color: #fff;
  border: 2px solid #666;
}

.mod_popup_target_service .hdg {
  margin-bottom: 12px;
  line-height: 1.25;
  font-size: 1.6rem;
  font-weight: bold;
}

.mod_popup_target_service .desc {
  margin-bottom: 16px;
  line-height: 1.6;
  font-size: 1.4rem;
}

.mod_popup_target_service .example {
  margin-bottom: 20px;
}

.mod_popup_target_service .example dt {
  font-size: 1.4rem;
  font-weight: bold;
}

.mod_popup_target_service .example dt + dd {
  margin-top: 5px;
}

.mod_popup_target_service .example dd [class^='mod_list_'] > li {
  margin-bottom: 3px;
  font-size: 1.4rem;
}

.mod_popup_target_service .example .mod_link_list_01, .mod_popup_target_service .example .mod_link_list_02 {
  margin-top: 0;
}

.mod_popup_target_service .mod_link_btn_04 a {
  max-width: 200px;
}

.mod_popup_target_service .close_btn {
  position: absolute;
  top: -16px;
  right: -16px;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  overflow: hidden;
  background-color: #fff;
  border: 2px solid #666;
  border-radius: 50%;
  text-indent: -9000px;
  font-size: 10px;
}

.mod_popup_target_service .close_btn::before, .mod_popup_target_service .close_btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 2px;
  margin: auto;
  background-color: #666;
}

.mod_popup_target_service .close_btn::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mod_popup_target_service .close_btn::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mod_popup_solution_process .demarcation .mod_popup_target_service {
  position: absolute;
  top: 100%;
  left: 0;
}

.mod_popup_solution_process .demarcation .mod_popup_target_service .example dd [class^='mod_list_'] > li {
  float: none;
  width: auto;
}

.mod_popup_service_platform .demarcation .mod_popup_target_service {
  position: absolute;
  top: 100%;
  left: 0;
}

/* 会社情報 */
.mod_index_company {
  display: flex;
  flex-wrap: wrap;
  margin: -15px 0 60px -15px;
}

.mod_index_company > li {
  display: flex;
  width: calc((100% * .33333) - 15px);
  height: 360px;
  margin: 15px 0 0 15px;
}

.mod_index_company > li > a {
  display: flex;
  flex: 1 auto;
  padding: 55px 12.82051%;
  background-color: #e7e8ea;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
  text-decoration: none;
}

.mod_index_company > li > a:hover, .mod_index_company > li > a:focus, .mod_index_company > li > a:active {
  opacity: .7;
  color: #333;
}

.mod_index_company > li > a > span {
  display: flex;
  position: relative;
  flex: 1 auto;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 60px 20px;
  background-color: rgba(255, 255, 255, .9);
}

.mod_index_company > li > a > span::before, .mod_index_company > li > a > span::after {
  content: '';
  position: absolute;
}

.mod_index_company > li > a > span::before {
  right: 21px;
  bottom: 0;
  bottom: 37px;
  width: 31px;
  height: 1px;
  background: #d90000;
}

.mod_index_company > li > a > span::after {
  right: 24px;
  bottom: 26px;
  width: 22px;
  height: 22px;
  border-top: 1px solid #d90000;
  border-right: 1px solid #d90000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mod_index_company > li > a > span > b {
  display: block;
  position: relative;
  line-height: 1.3;
  letter-spacing: .05em;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
}

.mod_index_company > li > a > span > b::before {
  content: attr(data-sub-text);
  display: block;
  position: absolute;
  top: -2.5em;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal;
}

.mod_index_company > li:nth-child(1) {
  width: calc((100% * .66666) - 15px);
}

.mod_index_company > li:nth-child(1) > a {
  padding-right: 3.77358%;
  padding-left: 54.84277%;
  background-position: -51px 22px;
  background-size: auto 128%;
}

.mod_index_company > li:nth-child(1) > a > span > b {
  text-align: inherit;
}

.mod_index_company > li:nth-child(1) > a > span > b::before {
  content: none;
}

.mod_index_company > li:nth-child(1) > a > span > span {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  .mod_index_company {
    margin-bottom: 45px;
  }
  .mod_index_company > li {
    height: 320px;
  }
  .mod_index_company > li > a {
    padding: 35px 25px;
  }
  .mod_index_company > li:nth-child(1) > a, .mod_index_company > li:nth-child(2) > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mod_index_company > li:nth-child(1) > a {
    padding-right: 20px;
    padding-left: 50.69034%;
  }
  .mod_index_company > li:nth-child(1) > a > span {
    padding-top: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .mod_index_company {
    display: block;
    margin: 0 0 20px 0;
  }
  .mod_index_company > li {
    display: flex;
    width: auto;
    height: 300px;
    margin: 0;
  }
  .mod_index_company > li + li {
    margin-top: 20px;
  }
  .mod_index_company > li > a {
    padding: 30px 20px;
    background-size: 100% auto;
  }
  .mod_index_company > li:nth-child(1) {
    width: auto;
    height: auto;
  }
  .mod_index_company > li:nth-child(1) > a {
    padding: 340px 20px 20px 20px;
    background-position: center 30px;
    background-size: 100%;
  }
  .mod_index_company > li:nth-child(1) > a > span > span {
    margin-top: 5px;
  }
  .mod_index_company > li:nth-child(2) > a {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .mod_index_company > li:nth-child(1) {
    width: auto;
    height: auto;
  }
  .mod_index_company > li:nth-child(1) > a {
    background-position: center 20px;
    background-size: 130%;
  }
}

@media only screen and (max-width: 420px) {
  .mod_index_company > li:nth-child(1) {
    width: auto;
    height: auto;
  }
  .mod_index_company > li:nth-child(1) > a {
    padding: 280px 20px 20px 20px;
    background-position: center 22px;
    background-size: 150%;
  }
}

@media only screen and (max-width: 360px) {
  .mod_index_company > li:nth-child(1) {
    width: auto;
    height: auto;
  }
  .mod_index_company > li:nth-child(1) > a {
    padding: 220px 20px 20px 20px;
  }
}

.mod_link_btn_02._company {
  padding: 21px 0 0;
  margin: -15px 0 0 -15px;
  background: #fff;
}

.mod_link_btn_02._company .list {
  display: flex;
  justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
  .mod_link_btn_02._company .list {
    justify-content: center;
  }
}

.mod_link_btn_02._company .list .btn {
  width: calc((100% * .33333) - 15px);
  max-width: none;
  margin: 15px 0 0 15px;
}

@media only screen and (max-width: 767px) {
  .mod_link_btn_02._company .list .btn {
    width: 100%;
    max-width: 360px;
  }
}

.mod_link_btn_02._company .list .btn a {
  min-height: 72px;
}

/*=================================
structure
==================================*/
body.jsFixed {
  padding-top: 100px;
}

@media only screen and (max-width: 767px) {
  body.jsFixed {
    padding-top: 0;
  }
}

/* header */
#str_header {
  border-bottom: solid 1px #dbdbdb;
}

@media only screen and (max-width: 767px) {
  body:not(.old_template) #str_header {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    width: calc(100% + 20px);
    margin: 0 -10px 0 -10px;
    background: #fff;
    border-bottom: none;
    transition: right 300ms ease-out;
    will-change: right;
  }
}

body.jsOnHbg #str_header {
  right: 100%;
}

@media only screen and (max-width: 767px) {
  body:not(.old_template) #str_header.jsFixed {
    box-shadow: 0 8px 14px -7px rgba(50, 50, 50, .5);
  }
}

#str_header.jsFixed > .inner {
  height: 57px;
}

#str_header.jsFixed > .inner .demarcation {
  align-items: flex-start;
}

#str_header > .inner {
  max-width: 1260px;
  padding-top: 13px;
  padding-right: 30px;
  padding-left: 30px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #str_header > .inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  body:not(.old_template) #str_header > .inner {
    padding: 7px 25px 7px 20px;
  }
}

#str_header > .inner .demarcation {
  display: flex;
  align-items: center;
  flex: 1 1 0;
  flex-wrap: wrap;
  justify-content: space-between;
}

#str_header > .inner .demarcation .dmc_col:first-child {
  flex: 0 0 auto;
  margin-right: 20px;
}

#str_header > .inner .demarcation .dmc_col:last-child {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  justify-content: flex-end;
}

@media only screen and (min-width: 768px) {
  body:not(.old_template) #str_header.jsFixed {
    position: fixed;
    top: 0;
    z-index: 999;
    width: calc(100% + 20px);
    height: 57px;
    margin: 0 -10px 0 -10px;
    background: #fff;
    box-shadow: 0 8px 14px -7px rgba(50, 50, 50, .5);
    border-bottom: none;
  }
  body:not(.old_template) #str_header.jsFixed .sitelogo {
    width: 85px;
    height: 36px;
    background: url(/common_v2/images/site_logo_fixed.png) no-repeat;
  }
  body:not(.old_template) #str_header.jsFixed .header_search {
    height: 17px;
    padding-top: 2px;
    padding-left: 11px;
    margin-top: -9px;
    margin-right: 13px;
    border-left: solid 1px #ccc;
  }
  body:not(.old_template) #str_header.jsFixed .nav_utility {
    display: none;
  }
  body:not(.old_template) #str_header.jsFixed .link_conversion {
    margin-top: -4px;
  }
  body:not(.old_template) #str_header.jsFixed .nav_global {
    position: relative;
    top: -61px;
    justify-content: flex-end;
    margin-right: 270px;
    margin-left: 85px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body:not(.old_template) #str_header.jsFixed .nav_global > ul {
    justify-content: flex-end;
    width: auto;
    padding-left: 6px;
  }
}

@media only screen and (min-width: 768px) {
  body:not(.old_template) #str_header.jsFixed .nav_global > ul > li {
    padding-right: 0;
    padding-left: 0;
    font-size: 1.1rem;
  }
  body:not(.old_template) #str_header.jsFixed .nav_global > ul > li > a {
    padding-right: 5px;
    padding-left: 5px;
    letter-spacing: .4px;
  }
  body:not(.old_template) #str_header.jsFixed .nav_global > ul > li > a .sub {
    font-size: 1rem;
  }
}

.sitelogo {
  display: block;
  width: 293px;
  height: 48px;
  margin-bottom: 0;
  background: url(/common_v2/images/site_logo_pc.png) no-repeat;
}

[lang='en'] .sitelogo {
  width: 140px;
  height: 46px;
  background: url(/common_v2/images/site_logo_en.png) no-repeat;
}

@media only screen and (max-width: 767px) {
  body:not(.old_template) .sitelogo {
    width: 161px;
    height: 24px;
    background: url(/common_v2/images/site_logo_sp.png) no-repeat;
    background-size: 161px 24px;
  }
  [lang='en'] body:not(.old_template) .sitelogo {
    background: url(/common_v2/images/site_logo_en.png) no-repeat;
    background-size: 70px 23px;
  }
}

.sitelogo > p {
  position: relative;
  z-index: -1;
  font-size: .6rem;
}

.header_search {
  display: inline-block;
  margin-top: 2px;
  margin-bottom: -8px;
}

@media only screen and (max-width: 767px) {
  body:not(.old_template) .header_search {
    display: none;
  }
}

.header_search button {
  width: 13px;
  height: 14px;
  overflow: hidden;
  background: url(/common_v2/images/ico_search.png) no-repeat left top;
  text-indent: 100%;
  vertical-align: top;
  white-space: nowrap;
}

.header_search button:hover, .header_search button:focus, .header_search button:active {
  background: url(/common_v2/images/ico_search_on.png) no-repeat left top;
}

.nav_utility {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: nowrap;
  margin-top: -6px;
  margin-right: 1px;
  margin-left: 20px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  body:not(.old_template) .nav_utility {
    display: none;
  }
}

.nav_utility li {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  border-left: solid 1px #ccc;
  letter-spacing: .1em;
  white-space: nowrap;
}

.nav_utility li:first-child {
  padding-right: 16px;
  padding-left: 19px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1150px) {
  body:not(.old_template) .nav_utility li:nth-last-child(-n + 2) {
    display: none;
  }
}

.nav_utility li a {
  display: inline-block;
  text-decoration: none;
}

.link_conversion {
  flex: 0 1 auto;
  min-width: 120px;
  margin-top: -9px;
  margin-bottom: 0;
  letter-spacing: .1em;
  text-align: center;
  font-size: 1.1rem;
}

@media only screen and (max-width: 767px) {
  body:not(.old_template) .link_conversion {
    width: 30px;
    height: 30px;
    min-width: 30px;
    margin-top: 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
}

.link_conversion a {
  display: block;
  padding: 8px 13px;
  margin-bottom: -5px;
  background: #d90000;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

.link_conversion a:hover, .link_conversion a:focus, .link_conversion a:active {
  background: #e44d4d;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  body:not(.old_template) .link_conversion a {
    width: 100%;
    height: auto;
    background: url(/common_v2/images/ico_contact_02.png) no-repeat center 10px #d90000;
  }
  body:not(.old_template) .link_conversion a:hover, body:not(.old_template) .link_conversion a:focus, body:not(.old_template) .link_conversion a:active {
    background: url(/common_v2/images/ico_contact_02.png) no-repeat center 10px #d90000;
  }
}

.link_conversion a b {
  display: inline-block;
  white-space: nowrap;
  font-weight: normal;
}

.nav_global {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 22px;
}

@media only screen and (max-width: 767px) {
  body:not(.old_template) .nav_global {
    display: none;
  }
}

.nav_global > ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 1024px) {
  body:not(.old_template) .nav_global > ul {
    justify-content: space-between;
    width: 100%;
  }
}

.nav_global > ul > li {
  display: table;
  padding-right: 7px;
  padding-left: 7px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 1024px) {
  body:not(.old_template) .nav_global > ul > li {
    padding-right: 0;
    padding-left: 0;
    font-size: 1.4rem;
  }
}

.nav_global > ul > li > a, .nav_global > ul > li > button {
  display: table-cell;
  height: 55px;
  padding-right: 10px;
  padding-bottom: 17px;
  padding-left: 10px;
  border-bottom: solid 2px transparent;
  line-height: 1.227;
  letter-spacing: .12em;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  font-weight: bold;
  color: #333;
}

.nav_global > ul > li > a:hover, .nav_global > ul > li > a:focus, .nav_global > ul > li > a:active, .nav_global > ul > li > button:hover, .nav_global > ul > li > button:focus, .nav_global > ul > li > button:active {
  border-bottom: solid 2px #d90000;
  color: #d90000;
}

.jsFixed .nav_global > ul > li > a, .jsFixed .nav_global > ul > li > button {
  height: 46px;
}

.nav_global > ul > li > a .sub, .nav_global > ul > li > button .sub {
  font-size: 1.3rem;
}

@media only screen and (max-width: 1024px) {
  body:not(.old_template) .nav_global > ul > li > a, body:not(.old_template) .nav_global > ul > li > button {
    padding-right: 5px;
    padding-left: 5px;
    letter-spacing: .4px;
  }
  .jsFixed body:not(.old_template) .nav_global > ul > li > a, .jsFixed body:not(.old_template) .nav_global > ul > li > button {
    padding-bottom: 17px;
  }
}

.nav_global > ul > li > a.jsCurrent, .nav_global > ul > li > button.jsCurrent {
  border-bottom: solid 2px #d90000;
  color: #d90000;
}

.nav_global > ul > li > button::after {
  content: '';
  display: block;
  right: 0;
  bottom: 3px;
  left: 0;
  width: 7px;
  height: 7px;
  margin: 12px auto -20px;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.nav_global > ul > li > button.jsOpen::after {
  border-top: solid 2px #d90000;
  border-right: solid 2px #d90000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

body.rwd .nav_megamenu {
  display: none;
}

.nav_megamenu .megadown {
  display: none;
  position: absolute;
  z-index: 2;
  width: calc(100% + 20px);
  padding-bottom: 15px;
  margin: 0 -10px 0 -10px;
  overflow: hidden;
  background: #eee;
  box-shadow: 0 8px 14px -7px rgba(50, 50, 50, .5);
  border-top: solid 1px #dbdbdb;
}

.nav_megamenu .megadown .inner {
  max-width: 900px;
  padding-left: 30px;
  margin: 0 auto;
}

.nav_megamenu .megadown.service .inner .demarcation {
  display: block;
  float: left;
  width: 100%;
}

.nav_megamenu .megadown.jsOn {
  display: block;
}

#str_header.jsFixed .nav_megamenu .megadown {
  position: absolute;
  top: 100%;
  left: 0;
}

.nav_megamenu .mega_index {
  margin-bottom: 30px;
  border-bottom: solid 1px #ccc;
}

.nav_megamenu .mega_index .ttl {
  padding: 24px 0 20px;
  margin-bottom: 0;
  letter-spacing: .1em;
  font-size: 1.8rem;
  font-weight: bold;
}

.nav_megamenu .mega_index .ttl a {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  text-decoration: none;
}

.nav_megamenu .mega_index .ttl a::before, .nav_megamenu .mega_index .ttl a::after {
  content: '';
  position: absolute;
  margin: auto;
}

.nav_megamenu .mega_index .ttl a::before {
  top: 15px;
  left: 0;
  width: 11px;
  height: 1px;
  background: #d90000;
}

.nav_megamenu .mega_index .ttl a::after {
  top: 12px;
  left: 3px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #d90000;
  border-right: 1px solid #d90000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav_megamenu .demarcation {
  display: flex;
}

.nav_megamenu .list_large {
  display: flex;
  flex-wrap: wrap;
  margin-right: 15px;
  margin-bottom: 8px;
}

[lang='en'] .nav_megamenu .list_large {
  flex: 1 0 auto;
}

.nav_megamenu .list_large > li {
  width: 200px;
  height: 200px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.nav_megamenu .list_large > li:hover, .nav_megamenu .list_large > li:focus, .nav_megamenu .list_large > li:active {
  opacity: .75;
}

.nav_megamenu .list_large > li:last-child {
  margin-right: 0;
}

.nav_megamenu .list_large > li a {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.nav_megamenu .list_large > li a .tag {
  display: block;
  width: 100%;
  padding: 0 20px;
  background: rgba(28, 28, 28, .8);
  font-size: 1.2rem;
  color: #fff;
}

.nav_megamenu .list_large > li a .ttl {
  display: flex;
  position: relative;
  bottom: 0;
  left: 0;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  line-height: 1.36;
  letter-spacing: .1em;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}

[lang='en'] .nav_megamenu .list_large > li a .ttl {
  height: auto;
  min-height: 50px;
  padding: 10px 12px;
  font-size: 1.42rem;
}

.nav_megamenu .list_large > li a .ttl::before, .nav_megamenu .list_large > li a .ttl::after {
  content: '';
  position: absolute;
  margin: auto;
}

.nav_megamenu .list_large > li a .ttl::before {
  top: 0;
  right: 16px;
  bottom: 0;
  width: 11px;
  height: 1px;
  background: #fff;
}

.nav_megamenu .list_large > li a .ttl::after {
  top: 0;
  right: 17px;
  bottom: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav_megamenu .list_large > li#item_01 {
  background: url(/common_v2/images/bg_megamenu_01.jpg) center no-repeat;
}

.nav_megamenu .list_large > li#item_01 .ttl {
  background: rgba(176, 19, 103, .9);
}

.nav_megamenu .list_large > li#item_02 {
  background: url(/common_v2/images/bg_megamenu_02.jpg) center no-repeat;
}

.nav_megamenu .list_large > li#item_02 .ttl {
  background: rgba(0, 164, 188, .9);
}

.nav_megamenu .list_large > li#item_03 {
  background: url(/common_v2/images/bg_megamenu_03.jpg) center no-repeat;
}

.nav_megamenu .list_large > li#item_03 .ttl {
  background: rgba(26, 45, 190, .9);
}

.nav_megamenu .list_large > li#item_04 {
  background: url(/common_v2/images/bg_megamenu_04.jpg) center no-repeat;
}

.nav_megamenu .list_large > li#item_04 .ttl {
  background: rgba(229, 179, 6, .9);
}

.nav_megamenu .list_large > li#item_05 {
  background: url(/common_v2/images/bg_megamenu_05.jpg) center no-repeat;
}

.nav_megamenu .list_large > li#item_05 .ttl {
  background: rgba(11, 92, 143, .9);
}

.nav_megamenu .list_large > li#item_06 {
  background: url(/common_v2/images/bg_megamenu_06.jpg) center no-repeat;
}

.nav_megamenu .list_large > li#item_06 .ttl {
  background: rgba(96, 52, 121, .9);
}

.nav_megamenu .list_small {
  margin-top: 0;
  margin-right: 6.64%;
  font-size: 1.5rem;
}

.nav_megamenu .list_small > li {
  margin-top: 0;
  margin-bottom: 18px;
  line-height: 1.25;
  letter-spacing: .1em;
}

.nav_megamenu .list_small > li a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  text-decoration: none;
  color: #1c1c1c;
}

.nav_megamenu .list_small > li a:hover, .nav_megamenu .list_small > li a:focus, .nav_megamenu .list_small > li a:active {
  color: #d90000;
}

.nav_megamenu .list_small > li a::before, .nav_megamenu .list_small > li a::after {
  content: '';
  position: absolute;
  margin: auto;
}

.nav_megamenu .list_small > li a::before {
  top: 9px;
  left: 0;
  width: 11px;
  height: 1px;
  background: #d90000;
}

.nav_megamenu .list_small > li a::after {
  top: 6px;
  left: 3px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #d90000;
  border-right: 1px solid #d90000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav_megamenu .list_small:last-child {
  margin-right: 0;
}

.nav_megamenu .close_btn {
  margin-right: 25px;
  margin-bottom: 10px;
  text-align: right;
}

.nav_megamenu .close_btn .btn {
  position: relative;
  padding: 4px 15px 6px 30px;
  background: #fff;
  border: solid 1px #ccc;
  font-size: 1.4rem;
}

.nav_megamenu .close_btn .btn::before, .nav_megamenu .close_btn .btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  width: 16px;
  height: 1px;
  margin: auto;
  background-color: #333;
}

.nav_megamenu .close_btn .btn::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav_megamenu .close_btn .btn::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  body:not(.old_template) .nav_breadcrumb {
    display: none;
  }
}

#str_main + .nav_breadcrumb {
  display: none;
}

@media only screen and (max-width: 767px) {
  #str_main + .nav_breadcrumb {
    display: block;
    margin-top: 20px;
  }
}

.nav_breadcrumb ul {
  max-width: 1260px;
  padding-top: 7px;
  padding-right: 30px;
  padding-bottom: 6px;
  padding-left: 30px;
  margin: 0 auto;
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  .nav_breadcrumb ul {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.nav_breadcrumb ul li {
  display: inline;
  margin-right: 4px;
}

.nav_breadcrumb ul li a {
  display: inline-block;
  color: #333;
}

.nav_breadcrumb ul li a:not([class='disabled']):hover, .nav_breadcrumb ul li a:not([class='disabled']):focus, .nav_breadcrumb ul li a:not([class='disabled']):active {
  color: #d90000;
}

.nav_breadcrumb ul li a:not([class='disabled'])::after {
  content: '';
  display: inline-block;
  width: .55em;
  height: .55em;
  margin-left: 6px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: rotate(45deg) skew(-15deg, -15deg) translate(-1px);
          transform: rotate(45deg) skew(-15deg, -15deg) translate(-1px);
}

.nav_breadcrumb ul li a.disabled, .nav_breadcrumb ul li a:not([href]) {
  pointer-events: none;
  text-decoration: none;
}

.nav_breadcrumb ul li a.disabled:hover, .nav_breadcrumb ul li a.disabled:focus, .nav_breadcrumb ul li a.disabled:active, .nav_breadcrumb ul li a:not([href]):hover, .nav_breadcrumb ul li a:not([href]):focus, .nav_breadcrumb ul li a:not([href]):active {
  color: #333;
}

.nav_breadcrumb ul li:last-child a::after {
  display: none;
}

.btn_hbgmenu {
  margin-top: -2px;
  margin-left: 12px;
}

.btn_hbgmenu._open {
  display: none;
}

@media only screen and (max-width: 767px) {
  body:not(.old_template) .btn_hbgmenu._open {
    display: block;
  }
}

.btn_hbgmenu button {
  width: 26px;
  height: 24px;
  overflow: hidden;
  vertical-align: middle;
}

.btn_hbgmenu button .icon {
  display: block;
  position: relative;
  left: 4px;
  width: 18px;
  height: 1px;
  background: #333;
  text-indent: 100%;
  white-space: nowrap;
}

.btn_hbgmenu button .icon::before {
  content: '';
  display: block;
  position: absolute;
  top: -6px;
  left: 0;
  z-index: 1;
  width: 18px;
  height: 1px;
  background: #333;
}

.btn_hbgmenu button .icon:after {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 1;
  width: 18px;
  height: 1px;
  background: #333;
}

#srt_hamburger {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: 99;
  width: calc(100% - 20px);
  overflow: auto;
  background: linear-gradient(to bottom, #fff 0%, #fff 92px, #eee 92px, #eee 100%);
  transition: left 300ms ease-out;
  will-change: left;
  white-space: nowrap;
}

#srt_hamburger .jsHide {
  display: none;
}

#srt_hamburger .btn_hbgmenu {
  margin: 7px 15px 11px 0;
  text-align: right;
}

#srt_hamburger .btn_hbgmenu button .icon {
  height: 14px;
  background: #fff;
}

#srt_hamburger .btn_hbgmenu button .icon::before {
  top: 6px;
  background: #d90000;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

#srt_hamburger .btn_hbgmenu button .icon::after {
  background: #d90000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#srt_hamburger .gnav_upper {
  margin-bottom: 19px;
  background: #fff;
  border-bottom: solid 1px #ccc;
}

#srt_hamburger .gnav_upper > ul > li {
  padding-left: 20px;
  border-top: solid 1px #ccc;
}

#srt_hamburger .gnav_upper > ul > li > a, #srt_hamburger .gnav_upper > ul > li > button {
  display: block;
  width: 100%;
  padding: 12px 0 10px;
  letter-spacing: .13em;
  text-align: left;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
}

#srt_hamburger .gnav_upper > ul > li > a .sub, #srt_hamburger .gnav_upper > ul > li > button .sub {
  font-size: 1.2rem;
}

#srt_hamburger .gnav_upper > ul > li button {
  position: relative;
}

#srt_hamburger .gnav_upper > ul > li button:hover, #srt_hamburger .gnav_upper > ul > li button:focus, #srt_hamburger .gnav_upper > ul > li button:active {
  color: #d90000;
}

#srt_hamburger .gnav_upper > ul > li button:active {
  outline: none;
}

#srt_hamburger .gnav_upper > ul > li button::before, #srt_hamburger .gnav_upper > ul > li button::after {
  content: '';
  display: block;
  position: absolute;
  background: #666;
}

#srt_hamburger .gnav_upper > ul > li button::before {
  top: 23px;
  right: 16px;
  width: 12px;
  height: 2px;
}

#srt_hamburger .gnav_upper > ul > li button::after {
  display: none;
  top: 18px;
  right: 21px;
  width: 2px;
  height: 12px;
}

#srt_hamburger .gnav_upper > ul > li._close .toggle_btn::after {
  display: block;
}

#srt_hamburger .gnav_upper > ul > li._close .gnav_under {
  display: none;
}

#srt_hamburger .gnav_under {
  display: block;
  margin-bottom: 10px;
}

#srt_hamburger .gnav_under > li > a {
  display: inline-block;
  position: relative;
  padding: 8px 0 17px 22px;
  line-height: 1.25;
  text-decoration: none;
  font-size: 1.2rem;
}

#srt_hamburger .gnav_under > li > a::before, #srt_hamburger .gnav_under > li > a::after {
  content: '';
  position: absolute;
  margin: auto;
}

#srt_hamburger .gnav_under > li > a::before {
  top: 15px;
  left: 0;
  width: 11px;
  height: 1px;
  background: #d90000;
}

#srt_hamburger .gnav_under > li > a::after {
  top: 12px;
  left: 3px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #d90000;
  border-right: 1px solid #d90000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#srt_hamburger .link_conversion_hbg {
  min-width: 120px;
  margin: 0 20px 20px;
  letter-spacing: .1em;
  text-align: center;
  font-size: 1.2rem;
}

#srt_hamburger .link_conversion_hbg a {
  display: block;
  padding: 6px 13px 7px;
  background: #d90000;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

#srt_hamburger .link_conversion_hbg a:hover, #srt_hamburger .link_conversion_hbg a:focus, #srt_hamburger .link_conversion_hbg a:active {
  background: #e44d4d;
  color: #fff;
}

#srt_hamburger .link_conversion_hbg a b {
  display: inline-block;
  white-space: nowrap;
  font-weight: normal;
}

#srt_hamburger .header_search_hbg {
  padding: 0 3px;
  margin: 0 20px 9px;
  background: #fff;
  border: solid 1px #ccc;
}

#srt_hamburger .header_search_hbg button {
  padding: 11px 13px !important;
  margin: 0 3px -1px 0 !important;
  overflow: hidden;
  background: url(/common_v2/images/ico_search.png) no-repeat center #fff;
  background-color: transparent !important;
  text-indent: 100%;
  vertical-align: middle;
  white-space: nowrap;
}

#srt_hamburger .header_search_hbg button:hover, #srt_hamburger .header_search_hbg button:focus, #srt_hamburger .header_search_hbg button:active {
  background: url(/common_v2/images/ico_search_on.png) no-repeat center;
}

#srt_hamburger .header_search_hbg button svg {
  display: none;
}

#srt_hamburger .nav_utility_hbg li {
  margin: 0 20px;
  border-bottom: solid 1px #fff;
}

#srt_hamburger .nav_utility_hbg li:last-child {
  border-bottom: none;
}

#srt_hamburger .nav_utility_hbg li a {
  display: block;
  width: 100%;
  padding: 10px 0 9px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #666;
}

#srt_hamburger .nav_utility_hbg li a:hover, #srt_hamburger .nav_utility_hbg li a:focus, #srt_hamburger .nav_utility_hbg li a:active {
  color: #d90000;
}

#srt_hamburger.jsOn {
  left: 20px;
}

body {
  position: relative;
  right: 0;
  transition: right 300ms ease-out;
}

body.jsOnHbg {
  position: relative;
  right: 100%;
  width: 100%;
  margin-left: 20px;
  overflow: hidden;
}

.jsOverlay {
  display: none;
  position: absolute;
  top: -46px;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
}

.mod_pagetop {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99;
  width: 73px;
  height: 73px;
}

@media only screen and (max-width: 767px) {
  .mod_pagetop {
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
  }
}

.mod_pagetop p {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  overflow: hidden;
}

.mod_pagetop p a {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/common_v2/images/ico_pagetop.png') center no-repeat #474747;
}

@media only screen and (max-width: 767px) {
  .mod_pagetop p a {
    background-size: 40% 40%;
  }
}

@media only screen and (max-width: 767px) {
  .mod_pagetop p a {
    background-size: 40% 40%;
  }
}

.mod_pagetop p span {
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
}

/* footer */
#str_footer {
  position: relative;
  margin-top: 90px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  body:not(.old_template) #str_footer {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 767px) {
  body:not(.old_template) .nav_breadcrumb + #str_footer {
    margin-top: 20px;
  }
}

.footer_conversion {
  padding: 30px 0 27px;
  background: url('/common_v2/images/bg_conversion_01.png') left top no-repeat, url('/common_v2/images/bg_conversion_02.png') right top no-repeat;
  background-color: #333;
  background-size: auto 100%;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  body:not(.old_template) .footer_conversion {
    padding: 29px 10px 32px;
    background: url('/common_v2/images/bg_conversion_06.png') right top no-repeat #333;
    background-size: initial;
  }
}

.footer_conversion .demarcation {
  display: flex;
  justify-content: flex-start;
  max-width: 1188px;
  padding-right: 30px;
  padding-left: 30px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  body:not(.old_template) .footer_conversion .demarcation {
    flex-direction: column;
    padding-right: 0;
    padding-left: 0;
  }
}

.footer_conversion .demarcation .dmc_col:first-child {
  align-self: center;
  max-width: 588px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 113px;
  margin-right: 22px;
  background: url('/common_v2/images/ico_contact_01.png') left center no-repeat;
}

@media only screen and (max-width: 767px) {
  body:not(.old_template) .footer_conversion .demarcation .dmc_col:first-child {
    align-self: stretch;
    max-width: none;
    padding-top: 71px;
    padding-left: 0;
    margin: 0 0 5px;
    background: url('/common_v2/images/ico_contact_03.png') center top no-repeat;
  }
}

.footer_conversion .demarcation .dmc_col:first-child p {
  margin-left: 2px;
}

@media only screen and (max-width: 767px) {
  body:not(.old_template) .footer_conversion .demarcation .dmc_col:first-child p {
    margin-left: 0;
  }
}

[lang='en'] .footer_conversion .demarcation .dmc_col:last-child {
  flex: 1 1 auto;
}

.footer_conversion .demarcation p {
  margin-bottom: 0;
}

.footer_conversion .hdg {
  margin-bottom: 8px;
  letter-spacing: .1em;
  font-size: 1.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  body:not(.old_template) .footer_conversion .hdg {
    line-height: 1.3;
    text-align: center;
  }
}

.footer_conversion .txt {
  letter-spacing: .1em;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  body:not(.old_template) .footer_conversion .txt {
    margin-bottom: 8px;
    text-align: center;
  }
}

.footer_conversion .btn a {
  display: block;
  position: relative;
  padding: 27px 84px 28px 78px;
  background: #d90000;
  letter-spacing: .1em;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}

.footer_conversion .btn a:hover, .footer_conversion .btn a:focus, .footer_conversion .btn a:active {
  background: #e44d4d;
}

@media only screen and (max-width: 767px) {
  body:not(.old_template) .footer_conversion .btn a {
    padding: 19px 46px 18px 4px;
    font-size: 1.4rem;
  }
}

.footer_conversion .btn a::before, .footer_conversion .btn a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.footer_conversion .btn a::before {
  right: 21px;
  width: 31px;
  height: 1px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  body:not(.old_template) .footer_conversion .btn a::before {
    right: 16px;
    width: 24px;
  }
}

.footer_conversion .btn a::after {
  right: 24px;
  width: 22px;
  height: 22px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  body:not(.old_template) .footer_conversion .btn a::after {
    right: 19px;
    width: 16px;
    height: 16px;
  }
}

.footer_conversion .btn a b {
  display: inline-block;
  white-space: nowrap;
}

.sns_link {
  display: flex;
  justify-content: flex-start;
  width: 536px;
  padding: 27px 0 24px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  body:not(.old_template) .sns_link {
    flex-direction: column;
    justify-content: center;
    width: auto;
    padding: 14px 0 20px;
  }
}

.sns_link .hdg {
  align-self: center;
  margin-left: 10px;
  letter-spacing: .045em;
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  body:not(.old_template) .sns_link .hdg {
    margin-bottom: 15px;
  }
}

.sns_link > ul {
  display: flex;
}

@media only screen and (max-width: 767px) {
  body:not(.old_template) .sns_link > ul {
    justify-content: center;
  }
}

.sns_link > ul > li {
  margin-left: 28px;
}

.sns_link > ul > li:first-child {
  margin-left: 24px;
}

.sns_link > ul > li a:hover, .sns_link > ul > li a:focus, .sns_link > ul > li a:active {
  opacity: .7;
}

.footer_link {
  padding-top: 42px;
  padding-bottom: 40px;
  background: #eee;
}

@media only screen and (max-width: 767px) {
  body:not(.old_template) .footer_link {
    padding-top: 12px;
    padding-bottom: 0;
  }
}

.footer_link .demarcation {
  display: flex;
  justify-content: flex-start;
  max-width: 1260px;
  padding-right: 27px;
  padding-left: 23px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  body:not(.old_template) .footer_link .demarcation {
    display: flex;
    flex-direction: column;
  }
}

.footer_link .demarcation .dmc_col {
  flex: 1 1 auto;
  max-width: 300px;
  margin-right: 4px;
}

@media only screen and (max-width: 767px) {
  .footer_link .demarcation .dmc_col {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}

.footer_link .demarcation .dmc_col:last-child {
  flex: 0 0 auto;
}

@media only screen and (max-width: 767px) {
  body:not(.old_template) .footer_link .demarcation .dmc_col:last-child {
    max-width: 300px;
    margin: auto;
    margin-bottom: 30px;
  }
}

[lang='en'] .footer_link .demarcation .dmc_col:last-child {
  flex: 0 1 280px;
}

@media only screen and (max-width: 767px) {
  body:not(.old_template) .footer_link .demarcation .dmc_col:nth-child(-n+2), body:not(.old_template) .footer_link .demarcation .dmc_col .sp_hide {
    display: none;
  }
}

.footer_link .demarcation .dmc_col .pc_hide {
  display: none;
}

@media only screen and (max-width: 767px) {
  body:not(.old_template) .footer_link .demarcation .dmc_col .pc_hide {
    display: block;
  }
}

.nav_footer_sitemap {
  letter-spacing: .1em;
  font-size: 1.4rem;
  font-weight: bold;
}

.nav_footer_sitemap > li {
  margin-bottom: 31px;
}

.nav_footer_sitemap > li > a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  text-decoration: none;
}

.nav_footer_sitemap > li > a::before, .nav_footer_sitemap > li > a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.nav_footer_sitemap > li > a::before {
  left: 0;
  width: 11px;
  height: 1px;
  background: #d90000;
}

.nav_footer_sitemap > li > a::after {
  left: 3px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #d90000;
  border-right: 1px solid #d90000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav_footer_sitemap > li > a::before {
  top: 12px;
  bottom: auto;
}

.nav_footer_sitemap > li > a::after {
  top: 9px;
  bottom: auto;
}

.nav_footer_sitemap > li > ul {
  margin-top: 5px;
  margin-left: 20px;
  letter-spacing: .1em;
  font-size: 1.2rem;
  font-weight: normal;
}

.nav_footer_sitemap > li > ul > li {
  margin-bottom: 6px;
}

.nav_footer_sitemap > li > ul > li a {
  text-decoration: none;
}

.nav_footer_sitemap._utility > li {
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  body:not(.old_template) .nav_footer_sitemap._utility > li {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  body:not(.old_template) .nav_footer_sitemap._utility {
    margin-bottom: 32px;
  }
}

.footer_bnr {
  margin-top: 34px;
}

@media only screen and (max-width: 767px) {
  .footer_bnr {
    text-align: center;
  }
}

.footer_fb, .footer_mm {
  padding: 10px;
  background: #fff;
}

.footer_fb p, .footer_mm p {
  margin-bottom: 0;
}

.footer_fb {
  text-align: center;
}

.footer_mm {
  padding-top: 0;
}

.footer_mm a:hover, .footer_mm a:focus, .footer_mm a:active {
  opacity: .7;
}

@media only screen and (max-width: 767px) {
  .footer_mm img {
    width: 100%;
    height: auto;
  }
}

.copyright {
  padding: 15px;
  margin-bottom: 0;
  text-align: center;
  font-size: 1rem;
}

.copyright small {
  margin-left: 30px;
}

@media only screen and (max-width: 767px) {
  body:not(.old_template) .copyright small {
    display: block;
    margin-top: -3px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  body:not(.old_template) #str_main {
    margin-top: 44px;
    border-top: solid 1px #ccc;
  }
}

#str_content {
  width: 100%;
  max-width: 1260px;
  padding-top: 45px;
  padding-right: 30px;
  padding-left: 30px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  #str_content {
    padding-right: 10px;
    padding-left: 10px;
    overflow: hidden;
  }
}

#str_wrap {
  max-width: 1260px;
  padding-top: 40px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  body:not(.old_template) #str_wrap {
    display: block;
    padding-top: 35px;
  }
}

#str_wrap #str_content {
  float: left;
  width: 76.2%;
  max-width: 960px;
  padding-top: 0;
  padding-right: 30px;
  padding-left: 30px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  #str_wrap #str_content {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  body:not(.old_template) #str_wrap #str_content {
    float: none;
    width: 100%;
    max-width: none;
    margin-bottom: 30px;
  }
}

#str_wrap #str_local-nav {
  flex: 1 0 auto;
  float: left;
  width: 23.8%;
  max-width: 300px;
  padding-right: 30px;
  padding-left: 30px;
}

@media only screen and (max-width: 1024px) {
  #str_wrap #str_local-nav {
    float: none;
    width: 100%;
    max-width: none;
    padding: 10px;
    background: #eee;
  }
}

@media only screen and (max-width: 1024px) {
  body:not(.old_template) #str_wrap #str_local-nav {
    width: auto;
  }
}

/* local nav */
.nav_local {
  letter-spacing: .1em;
}

@media only screen and (max-width: 1024px) {
  .nav_local {
    padding-top: 15px;
    padding-left: 20px;
    background: #fff;
    border: solid 1px #ccc;
  }
}

.nav_local .hdg {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  .nav_local .hdg {
    margin-bottom: 11px;
    font-size: 1.6rem;
  }
}

.nav_local .hdg a {
  text-decoration: none;
}

.nav_local .upper_list {
  line-height: 1.5;
  font-size: 1.4rem;
}

.nav_local .upper_list > li {
  margin-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
  .nav_local .upper_list > li {
    padding-top: 10px;
    margin-bottom: 12px;
    border-top: solid 1px #ccc;
  }
}

.nav_local .upper_list > li a {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 2px 0 0 17px;
  text-align: left;
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  .nav_local .upper_list > li a {
    padding: 2px 34px 0 17px;
  }
  .nav_local .upper_list > li a[href] {
    position: relative;
  }
  .nav_local .upper_list > li a[href]::before, .nav_local .upper_list > li a[href]::after {
    content: '';
    position: absolute;
    margin: auto;
  }
  .nav_local .upper_list > li a[href]::before {
    top: 0;
    right: 14px;
    bottom: 0;
    left: auto;
    width: 11px;
    height: 1px;
    background: #d90000;
  }
  .nav_local .upper_list > li a[href]::after {
    top: 0;
    right: 15px;
    bottom: 0;
    width: 7px;
    height: 7px;
    border-top: 1px solid #d90000;
    border-right: 1px solid #d90000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.nav_local .upper_list > li a:hover, .nav_local .upper_list > li a:active {
  color: #d90000;
}

.nav_local .upper_list > li a:active, .nav_local .upper_list > li a:focus {
  outline: none;
  color: #d90000;
}

.nav_local .upper_list > li a::before {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 4px;
  height: calc(100% - .1em);
  background: transparent;
}

.nav_local .upper_list > li a.jsCurrent {
  font-weight: bold;
  color: #d90000;
}

.nav_local .upper_list > li a.jsCurrent::before {
  background: #d90000;
}

@media only screen and (max-width: 1024px) {
  .nav_local .upper_list > li.jsOutside {
    position: relative;
  }
  .nav_local .upper_list > li.jsOutside::before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 26px;
    margin: auto;
    background: #ccc;
  }
}

.nav_local .upper_list > li.jsOutside > a::before {
  top: -1px;
  height: calc(100% + .15em);
  background: #ccc;
}

@media only screen and (max-width: 1024px) {
  .nav_local .upper_list > li.jsOutside > a::before {
    content: '';
    position: absolute;
    top: 0;
    right: 14px;
    bottom: 0;
    left: auto;
    width: 11px;
    height: 1px;
    margin: auto;
    background: #d90000;
  }
}

.nav_local .upper_list > li .under_list {
  display: none;
  margin-top: 15px;
  margin-left: 35px;
}

@media only screen and (max-width: 1024px) {
  .nav_local .upper_list > li .under_list {
    margin-top: 12px;
  }
}

.nav_local .upper_list > li .under_list > li {
  margin-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
  .nav_local .upper_list > li .under_list > li {
    padding-top: 10px;
    margin-bottom: 12px;
    border-top: solid 1px #ccc;
  }
}

.nav_local .upper_list > li .under_list > li a {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 2px 0 0 17px;
  text-align: left;
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  .nav_local .upper_list > li .under_list > li a {
    padding: 2px 28px 0 17px;
  }
  .nav_local .upper_list > li .under_list > li a[href] {
    position: relative;
  }
  .nav_local .upper_list > li .under_list > li a[href]::before, .nav_local .upper_list > li .under_list > li a[href]::after {
    content: '';
    position: absolute;
    margin: auto;
  }
  .nav_local .upper_list > li .under_list > li a[href]::before {
    top: 0;
    right: 14px;
    bottom: 0;
    left: auto;
    width: 11px;
    height: 1px;
    background: #d90000;
  }
  .nav_local .upper_list > li .under_list > li a[href]::after {
    top: 0;
    right: 15px;
    bottom: 0;
    width: 7px;
    height: 7px;
    border-top: 1px solid #d90000;
    border-right: 1px solid #d90000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.nav_local .upper_list > li .under_list > li a::before {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 4px;
  height: calc(100% - .3em);
  background: transparent;
}

.nav_local .upper_list > li .under_list > li a.jsCurrent {
  color: #d90000;
}

.nav_local .upper_list > li .under_list > li a.jsCurrent::before {
  background: #d90000;
}

.nav_local .upper_list > li .under_list.jsOutside {
  display: block;
}

/* template_news_detail */
.template_news_detail #str_content {
  max-width: none;
  padding: 30px 0;
  background: #eee;
}

.template_news_detail #str_content > .inner {
  max-width: 1200px;
  padding: 45px 120px 75px;
  margin: auto;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .template_news_detail #str_content > .inner {
    padding: 45px 30px 75px;
  }
}

.template_news_detail .mod_detail_title {
  margin-bottom: 30px;
  border-bottom: solid 1px #ccc;
  font-size: 1.4rem;
}

.template_news_detail .mod_detail_title .tag {
  display: inline-block;
  padding: 3px 5px 2px 5px;
  margin-right: 14px;
  margin-bottom: 23px;
  letter-spacing: .072em;
  font-size: 1.1rem;
}

.template_news_detail .mod_detail_title .tag.data {
  padding: 0 7px 0 10px;
  background: #eee;
  letter-spacing: .11em;
  font-size: 1.4rem;
}

.template_news_detail .mod_detail_title .tag.service {
  background: #fee;
}

.template_news_detail .mod_detail_title .tag.seminar {
  background: #e1eef7;
}

.template_news_detail .mod_detail_title .tag.report {
  background: #ecf7e0;
}

.template_news_detail .mod_detail_title .tag.other {
  background: #eee;
}

.template_news_detail .mod_detail_title .tag.published {
  background: #f0e9f5;
}

.template_news_detail .mod_detail_title .hdg {
  margin-bottom: 5px;
  line-height: 1.3;
  font-size: 3.2rem;
  font-weight: bold;
}

.template_news_detail .mod_detail_title .sub {
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: bold;
}

.template_news_detail #str_footer {
  margin-top: 0;
}

/* full width */
.full_width #str_content {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.full_width .str_block {
  padding-top: 45px;
  padding-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .full_width .str_block {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.full_width .str_block:first-child {
  padding-top: 0;
}

.full_width .str_block:last-child {
  padding-bottom: 0;
}

.full_width .str_block .inner {
  max-width: 1260px;
  padding-right: 30px;
  padding-left: 30px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .full_width .str_block .inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* old template */
.old_template {
  overflow: visible;
  background: none;
  line-height: 1.8;
  font-size: 1.6rem;
  color: #333;
}

.old_template #str_header > .inner {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .old_template #str_header > .inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.old_template #str_content {
  padding-top: 0;
}

.old_template .nav_breadcrumb ul {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .old_template .nav_breadcrumb ul {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.old_template #mainContent {
  width: 100%;
  max-width: 1024px;
}

.old_template #contentbox {
  width: 100%;
  max-width: 954px;
}

.old_template #contentBody {
  float: none;
  margin: auto;
}

.old_template .footer_conversion .demarcation {
  width: 100%;
}

.old_template .footer_link .demarcation {
  width: 100%;
}

.old_template a:not([href]):hover, .old_template a:not([href]):focus, .old_template a:not([href]):active {
  cursor: text;
  text-decoration: none;
}

/* modal */
.mod_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .mod_modal > .inner {
    max-width: calc(100vw - 10px);
    padding: 30px 15px;
  }
  .mod_modal > .inner > .close {
    top: 3px;
    background-size: 24px 24px;
  }
  .mod_modal > .inner > .close > a {
    width: 24px;
    height: 24px;
  }
  .mod_modal > .inner > .close > a img {
    width: 24px;
    height: 24px;
  }
}

.mod_modal > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 28, 28, .8);
}

.mod_modal > .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 900px;
  max-height: 600px;
  min-height: 48px;
  padding: 50px 40px;
  overflow-y: auto;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .mod_modal > .inner {
    width: 100%;
  }
}

.mod_modal > .inner > .close {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff url('/common_v2/images/ico_close_01_on.png') no-repeat center center;
}

.mod_modal > .inner > .close > a {
  display: block;
  background: #fff;
}

.mod_modal > .inner > .close > a:hover, .mod_modal > .inner > .close > a:focus {
  opacity: 0;
}

.mod_modal.searchModal > .inner {
  max-width: 680px;
}

/* search area */
.mod_search_header {
  padding-bottom: 70px;
  background: #eee;
}

.mod_search_header .hdg {
  padding-top: 30px;
  padding-bottom: 40px;
  margin-bottom: 30px;
  background: url(/common_v2/images/bg_search_modal.png) no-repeat center top;
  text-align: center;
  font-size: 3.2rem;
  color: #fff;
}

.mod_search_header .hdg::before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  margin: auto;
  background: url(/common_v2/images/ico_search_modal.png) no-repeat center;
}

.mod_search_header .gsc-control-searchbox-only .gsc-control-cse, .mod_search_header .gsc-control-searchbox-only .gsc-control-cse {
  padding: 0 !important;
}

.mod_search_header .gsc-control-searchbox-only .gsc-search-box {
  padding-top: 3px !important;
  margin-bottom: 0 !important;
}

.mod_search_header .gsc-control-searchbox-only .gsc-search-box td.gsc-input {
  width: calc(100% - 106px) !important;
  padding: 0 10px 0 0 !important;
}

.mod_search_header .gsc-control-searchbox-only .gsc-search-box td.gsc-input .gsib_a {
  padding: 0 !important;
}

.mod_search_header .gsc-control-searchbox-only .gsc-search-box .gsc-input-box {
  height: auto !important;
  background-color: #eee !important;
  box-shadow: none !important;
  border: none !important;
}

.mod_search_header .gsc-control-searchbox-only .gsc-search-box .gsc-input-box .gstl_50 {
  padding: 0 !important;
  border: none !important;
}

.mod_search_header .gsc-control-searchbox-only .gsc-search-box .gsc-input-box td.gsc-input {
  padding: 0 !important;
}

.mod_search_header .gsc-control-searchbox-only .gsc-search-box input.gsc-input {
  height: 46px !important;
  background-color: #eee !important;
  color: #333;
}

.mod_search_header .gsc-control-searchbox-only .gsc-search-box td.gsc-search-button {
  width: 96px !important;
  padding: 0 !important;
}

.mod_search_header .gsc-control-searchbox-only .gsc-search-box td.gsc-search-button button.gsc-search-button {
  width: auto;
  height: auto;
  padding: 16px 42px !important;
  background: #333;
  border-radius: 0 !important;
  vertical-align: middle;
}

.mod_search_header .gsc-control-searchbox-only .gsc-search-box {
  max-width: 480px;
  margin: 0 auto;
}

.mod_search_header .gsc-control-searchbox-only .gsc-search-box .gsib_b {
  background-color: #eee !important;
}

.mod_search_header form {
  padding-bottom: 14px;
  border-bottom: 2px solid #e0e0e0;
}

.header_search_hbg .gsc-input-box {
  border: none !important;
}

.header_search_hbg .gsst_a {
  padding-top: 1px !important;
}

.header_search_hbg .gsst_b {
  padding: 8px 2px 0 !important;
}

.header_search_hbg .gsc-input {
  padding-right: 0 !important;
}

.header_search_hbg .gsc-input-box-focus, .header_search_hbg .gsc-input-box-hover {
  box-shadow: none !important;
  border: none !important;
}

.header_search_hbg button.gsc-search-button {
  width: calc(100% - 26px) !important;
  width: auto !important;
  height: auto !important;
  padding: 6px 8px !important;
  margin-top: 5px !important;
  margin-right: 5px !important;
  margin-bottom: -6px !important;
  background-color: #333 !important;
  border: none !important;
}

#search_01 {
  display: none !important;
  width: 0;
  height: 0;
  overflow: hidden;
}

.mod_modal #search_01 {
  display: block !important;
  width: auto;
  height: auto;
  max-width: 600px;
  overflow: visible;
}

/* -----------------------------------------------------------
cookie
----------------------------------------------------------- */
#cookie {
  position: fixed;
  top: 0;
  z-index: 10000;
  box-sizing: border-box;
  width: 100%;
  background-color: #eee;
}

#cookie.jsHide {
  display: none;
}

#cookie .cookie-inner {
  display: table;
  width: 100%;
  max-width: 1200px;
  padding: 48px 20px;
  margin: 0 auto;
}

#cookie .cookie-inner .cookie-textbox {
  display: table-cell;
  width: 70%;
  padding: 0 20px 0 0;
  letter-spacing: .5px;
}

#cookie .cookie-inner .cookie-textbox .cookie-title {
  margin: 0;
  line-height: 2;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

#cookie .cookie-inner .cookie-textbox .cookie-text {
  margin: 0;
  line-height: 1.6;
  font-size: 14px;
  color: #333;
}

#cookie .cookie-inner .cookie-textbox .cookie-text a {
  text-decoration: underline;
  color: #333;
}

#cookie .cookie-inner .cookie-textbox .cookie-text a:hover {
  color: #e44d4d;
}

#cookie .cookie-inner .cookie-btn {
  display: table-cell;
  vertical-align: middle;
}

#cookie .cookie-inner .cookie-btn a {
  display: block;
  width: 220px;
  padding: 13px 13px;
  background: #d90000;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
}

#cookie .cookie-inner .cookie-btn a:hover {
  background: #e44d4d;
}

@media only screen and (max-width: 767px) {
  #cookie .cookie-inner {
    padding: 5%;
  }
  #cookie .cookie-inner .cookie-textbox {
    display: block;
    width: 100%;
    padding: 0 0 5% 0;
    letter-spacing: 0;
  }
  #cookie .cookie-inner .cookie-btn {
    display: block;
  }
  #cookie .cookie-inner .cookie-btn a {
    margin: 0 auto;
  }
}

/*=================================
modules
==================================*/
/* text */
p {
  margin-bottom: 32px;
}

p.mod_txt_suppl {
  margin-top: 0;
  margin-bottom: 30px;
  text-align: right;
}

p + p:not([class]) {
  margin-top: -10px;
}

.mod_hdg_04 + p {
  line-height: 1.5;
}

[class^='mod_tbl_'] p:not([class]) {
  margin-bottom: 20px;
}

.mod_txt_em {
  font-weight: bold;
}

.mod_txt_strong {
  font-weight: bold;
  color: #d90000;
}

.mod_txt_annotate {
  top: -1em;
  font-size: 62.5%;
}

.mod_txt_lede {
  letter-spacing: .05em;
  font-size: 1.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .mod_txt_lede {
    margin-bottom: 15px;
  }
}

.mod_txt_note, .mod_list_note {
  display: block;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .mod_txt_note, .mod_list_note {
    font-size: 1.2rem;
  }
}

.mod_txt_note .mark, .mod_list_note .mark {
  display: table-cell;
  padding-right: 9px;
  vertical-align: top;
  white-space: nowrap;
}

.mod_txt_note .txt, .mod_list_note .txt {
  display: table-cell;
  vertical-align: top;
}

[class^='mod_'] + .mod_txt_note, [class^='mod_'] + .mod_list_note, p + .mod_txt_note, p + .mod_list_note {
  margin-top: -22px;
}

.mod_txt_note.float_r > li, .float_r.mod_list_note > li {
  float: right;
}

.mod_hdg_visual .mod_txt_note, .mod_hdg_visual .mod_list_note {
  margin-top: 0;
}

.mod_txt_arrow {
  position: relative;
  margin-bottom: 55px;
}

.mod_txt_arrow::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -66px;
  left: 50%;
  width: 0;
  height: 0;
  margin-bottom: 30px;
  margin-left: -18px;
  border-color: #f4b3b3 transparent transparent transparent;
  border-style: solid;
  border-width: 15px 36px 0 35px;
}

.mod_txt_arrow + .mod_txt_lede {
  text-align: center;
}

.mod_txt_arrow .img {
  margin-bottom: 30px;
}

.mod_txt_arrow .txt {
  text-align: center;
}

/* hedding */
[class^='mod_hdg_0'] {
  line-height: 1.3;
  font-weight: bold;
}

.dmc_txt > [class^='mod_'], .mod_modal [class^='mod_'] {
  margin-top: 0;
}

[class^='mod_box'] > [class^='mod_hdg']:first-child {
  margin-top: 0;
}

.mod_hdg_visual {
  margin-top: -1px;
}

.mod_hdg_visual .demarcation {
  display: flex;
  justify-content: center;
  max-width: 1260px;
  max-width: 1380px;
  padding-top: 39px;
  padding-right: 30px;
  padding-bottom: 31px;
  padding-left: 30px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: right bottom;
}

@media only screen and (max-width: 767px) {
  .mod_hdg_visual .demarcation {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .mod_hdg_visual .demarcation {
    padding-top: 23px;
    padding-bottom: 21px;
    background-position: right -90px bottom;
    background-size: 200% auto;
  }
}

.mod_hdg_visual .demarcation .hdg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 720px;
  min-height: 150px;
  padding: 25px 30px;
  background: rgba(35, 24, 21, .6);
  text-align: center;
  word-break: initial;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .mod_hdg_visual .demarcation .hdg {
    min-height: auto;
    padding: 22px 11px 18px;
    letter-spacing: .14em;
  }
}

.mod_hdg_visual .demarcation .hdg .sub {
  display: block;
  line-height: 1.3;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .mod_hdg_visual .demarcation .hdg .sub {
    font-size: 1.4rem;
  }
}

.mod_hdg_visual .demarcation .hdg .ttl {
  line-height: 1.3;
  letter-spacing: .095em;
  font-size: 3.2rem;
}

@media only screen and (max-width: 767px) {
  .mod_hdg_visual .demarcation .hdg .ttl {
    font-size: 2rem;
  }
}

.mod_hdg_visual .demarcation .hdg .ttl .icon {
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .mod_hdg_visual .demarcation .hdg .ttl .icon {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
    -webkit-transform: scale(.8);
            transform: scale(.8);
  }
}

.mod_hdg_visual .demarcation .hdg .lede {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .mod_hdg_visual .demarcation .hdg .lede {
    font-size: 1.4rem;
  }
}

.mod_hdg_visual .demarcation .hdg .note {
  margin-bottom: 0;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .mod_hdg_visual .demarcation .hdg .note {
    font-size: 1.2rem;
  }
}

.mod_hdg_visual.service_research {
  background: #e6c5a5;
}

.mod_hdg_visual.service_platform {
  background: #424f71;
}

.mod_hdg_visual.industry {
  background: #5c9da6;
}

.mod_hdg_visual.solution_process {
  background: #d5bccf;
}

.mod_hdg_visual.news_events {
  background: #008da9;
}

.mod_hdg_visual.asia_insight {
  background: #736896;
}

.mod_hdg_visual.case {
  background: #e9b473;
}

.mod_hdg_visual.partner {
  background: #f1db91;
}

h1.mod_hdg_novisual {
  margin-top: -10px;
  margin-bottom: 23px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  h1.mod_hdg_novisual {
    margin-bottom: 18px;
  }
}

h1.mod_hdg_novisual .sub {
  display: inline-block;
  position: relative;
  top: -25px;
  padding: 0 7px;
  border: solid 1px #ccc;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  h1.mod_hdg_novisual .sub {
    font-size: 1.4rem;
  }
}

h1.mod_hdg_novisual .sub + .ttl {
  position: relative;
  top: -25px;
  margin-bottom: -23px;
}

@media only screen and (max-width: 767px) {
  h1.mod_hdg_novisual .sub + .ttl {
    margin-bottom: -28px;
  }
}

h1.mod_hdg_novisual .ttl {
  display: block;
  padding-bottom: 15px;
  border-bottom: solid 3px #d90000;
  font-size: 3.4rem;
}

@media only screen and (max-width: 767px) {
  h1.mod_hdg_novisual .ttl {
    padding-bottom: 5px;
    font-size: 2.4rem;
  }
}

.mod_hdg_01 {
  position: relative;
  padding-left: 31px;
  margin-top: 95px;
  margin-bottom: 35px;
  letter-spacing: .1em;
  font-size: 2.8rem;
}

@media only screen and (max-width: 767px) {
  .mod_hdg_01 {
    margin-top: 75px;
    margin-bottom: 23px;
    line-height: 1.3;
    font-size: 2.3rem;
  }
  .mod_hdg_01:first-of-type {
    margin-top: 45px;
  }
}

.mod_hdg_01::before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 14px;
  height: calc(100% - .45em);
  background: #d90000;
}

@media only screen and (max-width: 767px) {
  .mod_hdg_01::before {
    top: 2px;
    height: calc(100% - .15em);
  }
}

.mod_hdg_01:first-of-type {
  margin-top: 81px;
}

#str_content > .mod_hdg_01:first-child {
  margin-top: 0;
}

.mod_hdg_novisual + .mod_hdg_01 {
  margin-top: 56px;
}

@media only screen and (max-width: 767px) {
  .mod_hdg_novisual + .mod_hdg_01 {
    margin-top: 45px;
  }
}

@media only screen and (max-width: 767px) {
  #str_content > * + .mod_hdg_01:first-of-type {
    margin-top: 45px;
  }
}

.mod_hdg_02 {
  padding-bottom: 17px;
  margin-top: 60px;
  margin-bottom: 23px;
  border-bottom: solid 1px #ccc;
  font-size: 2.2rem;
}

@media only screen and (max-width: 767px) {
  .mod_hdg_02 {
    line-height: 1.4;
    font-size: 1.9rem;
  }
}

.mod_hdg_02._num {
  display: flex;
  align-items: center;
}

.mod_hdg_02._num .num {
  display: inline-block;
  padding: 8px 20px 8px 15px;
  margin-right: 14px;
  margin-bottom: -5px;
  background: #eee;
  font-size: 2.6rem;
  font-style: italic;
  color: #d90000;
}

.mod_hdg_02._num .ttl {
  margin-bottom: -5px;
}

.mod_hdg_01 + .mod_hdg_02 {
  margin-top: 45px;
}

@media only screen and (max-width: 767px) {
  .mod_hdg_02 {
    padding-bottom: 12px;
    margin-top: 35px;
    margin-bottom: 24px;
  }
}

.mod_column .col > .mod_hdg_02 {
  margin-top: 30px;
}

.mod_hdg_03 {
  position: relative;
  padding-left: 15px;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .mod_hdg_03 {
    line-height: 1.4;
    font-size: 1.7rem;
  }
}

.mod_hdg_03::after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 4px;
  height: calc(100% - .17em);
  background: #666;
}

.mod_hdg_02 + .mod_hdg_03 {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .mod_hdg_03 {
    margin-top: 41px;
  }
  .mod_hdg_02 + .mod_hdg_03 {
    margin-top: 41px;
  }
}

.mod_hdg_04 {
  position: relative;
  padding-bottom: 17px;
  margin-top: 30px;
  margin-bottom: 23px;
  font-size: 1.6rem;
}

.mod_hdg_04::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 58px;
  height: 1px;
  background: #ccc;
}

[class^='mod_hdg'] + .mod_hdg_04 {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .mod_hdg_04 {
    margin-top: 40px;
    margin-bottom: 15px;
  }
  [class^='mod_hdg'] + .mod_hdg_04 {
    margin-top: 40px;
  }
}

.mod_hdg_05 {
  padding-bottom: 15px;
  margin-top: -10px;
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
}

[class^='mod_hdg'] + .mod_hdg_05 {
  margin-top: 0;
}

[class^='mod_'] > .mod_hdg_05:first-child {
  margin-top: 0;
}

[class^='mod_tbl'] .mod_hdg_05:first-child {
  margin-top: 0;
}

.mod_hdg_06 {
  display: flex;
  align-items: center;
  padding: 46px 0 43px;
  margin-top: 120px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .mod_hdg_06 {
    padding: 20px;
    margin-top: 60px;
  }
}

.mod_hdg_06 .hdg {
  max-width: 600px;
  padding: 25px 100px 33px 23px;
  background: rgba(184, 12, 89, .9);
  line-height: 1.4;
  letter-spacing: .1em;
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .mod_hdg_06 .hdg {
    padding: 20px;
    font-size: 2.2rem;
  }
}

.mod_hdg_07 {
  margin-bottom: 33px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .mod_hdg_07 {
    font-size: 1.6rem;
  }
}

.mod_hdg_07::before {
  content: '';
  display: inline-block;
  width: 94px;
  height: 2px;
  margin-right: 5px;
  margin-bottom: 6px;
  background: #666;
}

@media only screen and (max-width: 767px) {
  .mod_hdg_07::before {
    font-size: 1.6rem;
  }
}

[class^='mod_list_'] {
  margin-bottom: 30px;
  line-height: 1.5;
}

[class^='mod_list_'] > li {
  margin-bottom: 9px;
}

[class^='mod_list_'] > li [class^='mod_list_'] {
  margin-top: 10px;
  margin-left: 10px;
}

/* burette list */
.mod_list_01 > li {
  position: relative;
  padding-left: 14px;
}

.mod_list_01 > li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #adadad;
  border-radius: 100%;
}

.mod_list_01 > li > .mod_list_01 > li {
  padding-left: 10px;
}

.mod_list_01 > li > .mod_list_01 > li::before {
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
}

.mod_list_01._col3 {
  display: flex;
  flex-wrap: wrap;
}

.mod_list_01._col3 > li {
  width: calc(100% * .33333 - 15px * 2 / 3);
  margin-right: 15px;
}

.mod_list_01._col3 > li:nth-child(3n) {
  margin-right: 0;
}

/* mark list */
.mod_list_02 > li .mark {
  display: table-cell;
  padding-right: 5px;
  vertical-align: top;
  white-space: nowrap;
}

.mod_list_02 > li .txt {
  display: table-cell;
  vertical-align: top;
}

[class^='mod_'] + .mod_list_02, p + .mod_list_02 {
  margin-top: -10px;
}

/* notice list */
.mod_list_note > li {
  margin-bottom: 7px;
}

.mod_list_note._brackets > li .mark {
  padding-right: calc(9px - .5em);
  text-indent: -.5em;
}

.mod_list_note.float_r {
  float: none !important;
  overflow: hidden;
}

/* mod_list_dfn */
.mod_list_dfn {
  letter-spacing: .1em;
}

@media only screen and (max-width: 767px) {
  .mod_list_dfn {
    letter-spacing: .05em;
  }
}

.mod_list_dfn dt {
  padding-bottom: 5px;
  margin-bottom: 5px;
  letter-spacing: .05em;
  font-size: 1.6rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .mod_list_dfn dt {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
}

.mod_list_dfn dd {
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .mod_list_dfn dd {
    line-height: 1.5;
  }
}

.mod_list_dfn dd + dt {
  margin-top: 16px;
}

@media only screen and (max-width: 767px) {
  .mod_list_dfn dd + dt {
    margin-top: 22px;
  }
}

.mod_list_dfn._inline {
  display: flex;
  flex-wrap: wrap;
}

.mod_list_dfn._inline dt {
  width: 22%;
  margin-top: 0;
}

.mod_list_dfn._inline dd {
  width: 78%;
}

[class^='mod_'] .mod_list_dfn {
  margin-bottom: 20px;
}

/* link */
.mod_link_01, .mod_link_list_01 > li, .mod_link_list_02 > li {
  display: block;
  margin-top: -20px;
  margin-bottom: 30px;
  line-height: 1.25;
}

[class^='mod_'] .mod_link_01, [class^='mod_'] .mod_link_list_01 > li, [class^='mod_'] .mod_link_list_02 > li {
  margin-top: 11px;
}

[class^='mod_hdg'] + .mod_link_01, .mod_link_list_01 > [class^='mod_hdg'] + li, .mod_link_list_02 > [class^='mod_hdg'] + li {
  margin-top: 0;
}

.mod_box_relation_01 .hdg + .mod_link_01, .mod_box_relation_01 .mod_link_list_01 > .hdg + li, .mod_box_relation_01 .mod_link_list_02 > .hdg + li {
  margin-top: 24px;
}

[class^='mod_tbl_'] p:not([class]) + .mod_link_01, [class^='mod_tbl_'] .mod_link_list_01 > p:not([class]) + li, [class^='mod_tbl_'] .mod_link_list_02 > p:not([class]) + li {
  margin-top: -11px;
}

.mod_column + .mod_link_01, .mod_link_list_01 > .mod_column + li, .mod_link_list_02 > .mod_column + li {
  margin-top: 0;
}

.mod_link_01 a, .mod_link_list_01 > li a, .mod_link_list_02 > li a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  text-decoration: none;
}

.mod_link_01 a::before, .mod_link_list_01 > li a::before, .mod_link_list_02 > li a::before, .mod_link_01 a::after, .mod_link_list_01 > li a::after, .mod_link_list_02 > li a::after {
  content: '';
  position: absolute;
  margin: auto;
}

.mod_link_01 a::before, .mod_link_list_01 > li a::before, .mod_link_list_02 > li a::before {
  top: 9px;
  left: 0;
  width: 11px;
  height: 1px;
  background: #d90000;
}

@media only screen and (max-width: 767px) {
  .mod_link_01 a::before, .mod_link_list_01 > li a::before, .mod_link_list_02 > li a::before {
    top: 8px;
  }
}

.mod_link_01 a::after, .mod_link_list_01 > li a::after, .mod_link_list_02 > li a::after {
  top: 6px;
  left: 3px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #d90000;
  border-right: 1px solid #d90000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .mod_link_01 a::after, .mod_link_list_01 > li a::after, .mod_link_list_02 > li a::after {
    top: 5px;
  }
}

/* link btn */
.mod_link_btn_01 {
  margin-bottom: 30px;
  text-align: center;
}

.mod_link_btn_01 .btn {
  display: inline-block;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  background: #fff;
  border: solid 1px #ccc;
  line-height: 1.25;
}

@media only screen and (max-width: 767px) {
  .mod_link_btn_01 .btn {
    width: 100%;
    max-width: 360px;
  }
}

.mod_link_btn_01 .btn a, .mod_link_btn_01 .btn .btn_modal {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 16px 37px 16px 20px;
  text-align: center;
  text-decoration: none;
}

.mod_link_btn_01 .btn a[href]::before, .mod_link_btn_01 .btn a[href]::after, .mod_link_btn_01 .btn .btn_modal[href]::before, .mod_link_btn_01 .btn .btn_modal[href]::after {
  content: '';
  position: absolute;
  margin: auto;
}

.mod_link_btn_01 .btn a[href]::before, .mod_link_btn_01 .btn .btn_modal[href]::before {
  top: 0;
  right: 21px;
  bottom: 0;
  width: 11px;
  height: 1px;
  background: #d90000;
}

.mod_link_btn_01 .btn a[href]::after, .mod_link_btn_01 .btn .btn_modal[href]::after {
  top: 0;
  right: 22px;
  bottom: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #d90000;
  border-right: 1px solid #d90000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mod_link_btn_01 .btn a[target='_blank']::before, .mod_link_btn_01 .btn a[target='_blank']::after, .mod_link_btn_01 .btn .btn_modal[target='_blank']::before, .mod_link_btn_01 .btn .btn_modal[target='_blank']::after {
  display: none;
}

.mod_link_btn_01 .btn a[target='_blank'] img.icon, .mod_link_btn_01 .btn .btn_modal[target='_blank'] img.icon {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
}

.mod_link_btn_01 .btn a img.modal, .mod_link_btn_01 .btn .btn_modal img.modal {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
}

.mod_link_btn_01 .btn:hover, .mod_link_btn_01 .btn:focus, .mod_link_btn_01 .btn:active {
  color: #d90000;
}

.mod_link_btn_02 {
  padding: 21px 20px 0;
  margin-bottom: 30px;
  background: #eee;
  line-height: 1.25;
}

.mod_link_btn_02 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.mod_link_btn_02 .list .btn {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  margin: 0 7px 20px 8px;
  background: #fff;
  border: solid 1px #ccc;
  line-height: 1.25;
}

@media only screen and (max-width: 767px) {
  .mod_link_btn_02 .list .btn {
    width: 100%;
    max-width: 360px;
  }
}

.mod_link_btn_02 .list .btn a, .mod_link_btn_02 .list .btn .btn_modal {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 16px 37px 16px 20px;
  text-align: center;
  text-decoration: none;
}

.mod_link_btn_02 .list .btn a[href]::before, .mod_link_btn_02 .list .btn a[href]::after, .mod_link_btn_02 .list .btn .btn_modal[href]::before, .mod_link_btn_02 .list .btn .btn_modal[href]::after {
  content: '';
  position: absolute;
  margin: auto;
}

.mod_link_btn_02 .list .btn a[href]::before, .mod_link_btn_02 .list .btn .btn_modal[href]::before {
  top: 0;
  right: 21px;
  bottom: 0;
  width: 11px;
  height: 1px;
  background: #d90000;
}

.mod_link_btn_02 .list .btn a[href]::after, .mod_link_btn_02 .list .btn .btn_modal[href]::after {
  top: 0;
  right: 22px;
  bottom: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #d90000;
  border-right: 1px solid #d90000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mod_link_btn_02 .list .btn a[target='_blank']::before, .mod_link_btn_02 .list .btn a[target='_blank']::after, .mod_link_btn_02 .list .btn .btn_modal[target='_blank']::before, .mod_link_btn_02 .list .btn .btn_modal[target='_blank']::after {
  display: none;
}

.mod_link_btn_02 .list .btn a[target='_blank'] img.icon, .mod_link_btn_02 .list .btn .btn_modal[target='_blank'] img.icon {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
}

.mod_link_btn_02 .list .btn a img.modal, .mod_link_btn_02 .list .btn .btn_modal img.modal {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
}

.mod_link_btn_02 .list .btn:hover, .mod_link_btn_02 .list .btn:focus, .mod_link_btn_02 .list .btn:active {
  color: #d90000;
}

.mod_link_btn_03, .mod_link_btn_05 {
  padding: 21px 20px 20px;
  margin-bottom: 30px;
  background: #eee;
}

.mod_link_btn_03 .txt, .mod_link_btn_05 .txt {
  text-align: center;
}

.mod_link_btn_03 .btn, .mod_link_btn_05 .btn {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  background: #fff;
  border: solid 1px #ccc;
  line-height: 1.25;
}

@media only screen and (max-width: 767px) {
  .mod_link_btn_03 .btn, .mod_link_btn_05 .btn {
    width: 100%;
    max-width: 360px;
  }
}

.mod_link_btn_03 .btn a, .mod_link_btn_05 .btn a, .mod_link_btn_03 .btn .btn_modal, .mod_link_btn_05 .btn .btn_modal {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 16px 37px 16px 20px;
  text-align: center;
  text-decoration: none;
}

.mod_link_btn_03 .btn a[href]::before, .mod_link_btn_05 .btn a[href]::before, .mod_link_btn_03 .btn a[href]::after, .mod_link_btn_05 .btn a[href]::after, .mod_link_btn_03 .btn .btn_modal[href]::before, .mod_link_btn_05 .btn .btn_modal[href]::before, .mod_link_btn_03 .btn .btn_modal[href]::after, .mod_link_btn_05 .btn .btn_modal[href]::after {
  content: '';
  position: absolute;
  margin: auto;
}

.mod_link_btn_03 .btn a[href]::before, .mod_link_btn_05 .btn a[href]::before, .mod_link_btn_03 .btn .btn_modal[href]::before, .mod_link_btn_05 .btn .btn_modal[href]::before {
  top: 0;
  right: 21px;
  bottom: 0;
  width: 11px;
  height: 1px;
  background: #d90000;
}

.mod_link_btn_03 .btn a[href]::after, .mod_link_btn_05 .btn a[href]::after, .mod_link_btn_03 .btn .btn_modal[href]::after, .mod_link_btn_05 .btn .btn_modal[href]::after {
  top: 0;
  right: 22px;
  bottom: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #d90000;
  border-right: 1px solid #d90000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mod_link_btn_03 .btn a[target='_blank']::before, .mod_link_btn_05 .btn a[target='_blank']::before, .mod_link_btn_03 .btn a[target='_blank']::after, .mod_link_btn_05 .btn a[target='_blank']::after, .mod_link_btn_03 .btn .btn_modal[target='_blank']::before, .mod_link_btn_05 .btn .btn_modal[target='_blank']::before, .mod_link_btn_03 .btn .btn_modal[target='_blank']::after, .mod_link_btn_05 .btn .btn_modal[target='_blank']::after {
  display: none;
}

.mod_link_btn_03 .btn a[target='_blank'] img.icon, .mod_link_btn_05 .btn a[target='_blank'] img.icon, .mod_link_btn_03 .btn .btn_modal[target='_blank'] img.icon, .mod_link_btn_05 .btn .btn_modal[target='_blank'] img.icon {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
}

.mod_link_btn_03 .btn a img.modal, .mod_link_btn_05 .btn a img.modal, .mod_link_btn_03 .btn .btn_modal img.modal, .mod_link_btn_05 .btn .btn_modal img.modal {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
}

.mod_link_btn_03 .btn:hover, .mod_link_btn_05 .btn:hover, .mod_link_btn_03 .btn:focus, .mod_link_btn_05 .btn:focus, .mod_link_btn_03 .btn:active, .mod_link_btn_05 .btn:active {
  color: #d90000;
}

.mod_link_btn_04 {
  text-align: center;
}

.mod_link_btn_04 > a {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 360px;
  max-width: 150px;
  padding: 7px 28px;
  padding-left: 20px;
  margin: 0 auto;
  background: #fff;
  border: solid 1px #ccc;
  line-height: 1.25;
  text-decoration: none;
  font-size: 1.4rem;
}

.mod_link_btn_04 > a::before, .mod_link_btn_04 > a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.mod_link_btn_04 > a::before {
  left: 0;
  width: 11px;
  height: 1px;
  background: #d90000;
}

.mod_link_btn_04 > a::after {
  left: 3px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #d90000;
  border-right: 1px solid #d90000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .mod_link_btn_04 > a {
    width: 100%;
    max-width: 360px;
  }
}

.mod_link_btn_04 > a a, .mod_link_btn_04 > a .btn_modal {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 16px 37px 16px 20px;
  text-align: center;
  text-decoration: none;
}

.mod_link_btn_04 > a a[href]::before, .mod_link_btn_04 > a a[href]::after, .mod_link_btn_04 > a .btn_modal[href]::before, .mod_link_btn_04 > a .btn_modal[href]::after {
  content: '';
  position: absolute;
  margin: auto;
}

.mod_link_btn_04 > a a[href]::before, .mod_link_btn_04 > a .btn_modal[href]::before {
  top: 0;
  right: 21px;
  bottom: 0;
  width: 11px;
  height: 1px;
  background: #d90000;
}

.mod_link_btn_04 > a a[href]::after, .mod_link_btn_04 > a .btn_modal[href]::after {
  top: 0;
  right: 22px;
  bottom: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #d90000;
  border-right: 1px solid #d90000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mod_link_btn_04 > a a[target='_blank']::before, .mod_link_btn_04 > a a[target='_blank']::after, .mod_link_btn_04 > a .btn_modal[target='_blank']::before, .mod_link_btn_04 > a .btn_modal[target='_blank']::after {
  display: none;
}

.mod_link_btn_04 > a a[target='_blank'] img.icon, .mod_link_btn_04 > a .btn_modal[target='_blank'] img.icon {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
}

.mod_link_btn_04 > a a img.modal, .mod_link_btn_04 > a .btn_modal img.modal {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
}

.mod_link_btn_04 > a:hover, .mod_link_btn_04 > a:focus, .mod_link_btn_04 > a:active {
  color: #d90000;
}

.mod_link_btn_04 > a[target='_blank']::before, .mod_link_btn_04 > a[target='_blank']::after {
  display: none;
}

.mod_link_btn_04 > a:not([target='_blank'])::before, .mod_link_btn_04 > a:not([target='_blank'])::after {
  left: inherit;
}

.mod_link_btn_04 > a:not([target='_blank'])::before {
  right: 11px;
}

.mod_link_btn_04 > a:not([target='_blank'])::after {
  right: 12px;
}

.mod_link_btn_04 > a[target='_blank'] img.icon {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
}

@media only screen and (max-width: 767px) {
  .mod_link_btn_04 > a {
    max-width: 150px;
  }
}

.mod_link_btn_05 {
  display: flex;
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .mod_link_btn_05 {
    flex-wrap: wrap;
    margin-top: 60px;
  }
}

.mod_link_btn_05 .txt {
  flex: 1 1 450px;
  margin-right: 30px;
  margin-bottom: 0;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .mod_link_btn_05 .txt {
    flex: 1 1 auto;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
}

.mod_link_btn_05 .btn {
  margin-bottom: 0;
}

.mod_link_btn_05 .btn._contact {
  flex: 1 0 360px;
  border: none;
}

@media only screen and (max-width: 767px) {
  .mod_link_btn_05 .btn._contact {
    flex: 1 1 auto;
  }
}

.mod_link_btn_05 .btn._contact a {
  background: #d90000;
  color: #fff;
}

.mod_link_btn_05 .btn._contact a:hover, .mod_link_btn_05 .btn._contact a:focus, .mod_link_btn_05 .btn._contact a:active {
  background: #e44d4d;
  color: #fff;
}

.mod_link_btn_05 .btn._contact a::before {
  background: #fff;
}

.mod_link_btn_05 .btn._contact a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* link list*/
.mod_link_list_01, .mod_link_list_02 {
  margin-top: -22px;
  margin-bottom: 30px;
}

[class^='mod_hdg'] + .mod_link_list_01, [class^='mod_hdg'] + .mod_link_list_02 {
  margin-top: 0;
}

[class^='mod_tbl_'] p:not([class]) + .mod_link_list_01, [class^='mod_tbl_'] p:not([class]) + .mod_link_list_02 {
  margin-top: -11px;
}

.mod_link_list_01 > li, .mod_link_list_02 > li {
  margin-top: 0;
  margin-bottom: 14px;
}

.mod_link_list_01._col2, ._col2.mod_link_list_02 {
  display: flex;
  flex-wrap: wrap;
}

.mod_link_list_01._col2 > li, ._col2.mod_link_list_02 > li {
  width: calc(100% / 2 - 15px * 1 / 2);
  margin-right: 15px;
}

.mod_link_list_01._col2 > li:nth-child(2n), ._col2.mod_link_list_02 > li:nth-child(2n) {
  margin-right: 0;
}

.mod_link_list_01._col3, ._col3.mod_link_list_02 {
  display: flex;
  flex-wrap: wrap;
}

.mod_link_list_01._col3 > li, ._col3.mod_link_list_02 > li {
  width: calc(100% * .33333 - 15px * 2 / 3);
  margin-right: 15px;
}

.mod_link_list_01._col3 > li:nth-child(3n), ._col3.mod_link_list_02 > li:nth-child(3n) {
  margin-right: 0;
}

.mod_link_list_02 {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .mod_link_list_02._col2 > li {
    width: 100%;
  }
}

.mod_link_list_02 > li {
  display: flex;
}

.mod_link_list_02 > li .tab {
  align-self: flex-start;
  flex: 0 0 55px;
  padding: 5px 5px 5px 8px;
  margin-right: 14px;
  background: #42515c;
  font-weight: bold;
  color: #fff;
}

/* under link list*/
.mod_link_under_01, .mod_anc_02, .mod_list_detail .nav_year {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 24px;
}

.mod_link_under_01 > li a, .mod_anc_02 > li a, .mod_list_detail .nav_year > li a {
  display: block;
  padding: 0 26px;
  margin: 0 7px 15px 8px;
  border: solid 1px #ccc;
  line-height: 52px;
  letter-spacing: .1em;
  text-align: center;
  text-decoration: none;
}

.mod_link_under_01 > li a:hover, .mod_anc_02 > li a:hover, .mod_list_detail .nav_year > li a:hover, .mod_link_under_01 > li a:focus, .mod_anc_02 > li a:focus, .mod_list_detail .nav_year > li a:focus, .mod_link_under_01 > li a:active, .mod_anc_02 > li a:active, .mod_list_detail .nav_year > li a:active {
  box-shadow: 1px 1px #d90000 inset, -1px -1px #d90000 inset;
  border: solid 1px #d90000;
  color: #d90000;
}

.mod_link_under_01 > li a.current, .mod_anc_02 > li a.current, .mod_list_detail .nav_year > li a.current {
  box-shadow: 1px 1px #d90000 inset, -1px -1px #d90000 inset;
  border: solid 1px #d90000;
  color: #d90000;
}

/* anchor list*/
.mod_anc_01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 15px;
  letter-spacing: .08em;
}

.mod_anc_01._col3 > li {
  width: calc(100% * .33333 - 15px * 2 / 3);
}

@media only screen and (max-width: 767px) {
  .mod_anc_01._col3 > li {
    width: 100%;
  }
}

.mod_anc_01._col3 > li:nth-child(3n) {
  margin-right: 0;
}

.mod_anc_01._col2 > li {
  width: calc(100% / 2 - 15px * 1 / 2);
}

@media only screen and (max-width: 767px) {
  .mod_anc_01._col2 > li {
    width: 100%;
  }
}

.mod_anc_01._col2 > li:nth-child(2n) {
  margin-right: 0;
}

.mod_anc_01 > li {
  display: flex;
  width: 210px;
  margin-right: 15px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .mod_anc_01 > li {
    width: calc(50% - 5px / 2);
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .mod_anc_01 > li:nth-child(2n) {
    margin-right: 0;
  }
}

.mod_anc_01 > li a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 52px;
  padding: 10px 20px 10px 35px;
  background: #fff;
  border: solid 1px #ccc;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .mod_anc_01 > li a {
    font-size: 1.3rem;
  }
}

.mod_anc_01 > li a::before, .mod_anc_01 > li a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .mod_anc_01 > li a::before, .mod_anc_01 > li a::after {
    left: 10px;
  }
}

.mod_anc_01 > li a::before {
  width: 1px;
  height: 10px;
  background: #d90000;
}

.mod_anc_01 > li a::after {
  left: 12px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #d90000;
  border-right: 1px solid #d90000;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media only screen and (max-width: 767px) {
  .mod_anc_01 > li a::after {
    left: 7px;
  }
}

#str_wrap #str_content .mod_anc_01 {
  justify-content: flex-start;
}

.mod_anc_02 {
  justify-content: center;
  max-width: 650px;
}

.mod_anc_02 > li a {
  width: 115px;
  padding: 0;
}

/* panel link */
.mod_panel_01, .mod_panel_02, .mod_panel_03 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  overflow: hidden;
  transition: height 500ms;
}

.mod_panel_01 .col, .mod_panel_02 .col, .mod_panel_03 .col {
  padding: 0;
  background: #fff;
  border: solid 1px #ccc;
}

.mod_panel_01 .col a, .mod_panel_02 .col a, .mod_panel_03 .col a, .mod_panel_01 .col .nolink, .mod_panel_02 .col .nolink, .mod_panel_03 .col .nolink {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px 20px 35px;
  text-decoration: none;
}

.mod_panel_01 .col a .sub, .mod_panel_02 .col a .sub, .mod_panel_03 .col a .sub, .mod_panel_01 .col .nolink .sub, .mod_panel_02 .col .nolink .sub, .mod_panel_03 .col .nolink .sub {
  margin-top: -5px;
  margin-bottom: 5px;
  font-size: 1.2rem;
}

.mod_panel_01 .col a .hdg, .mod_panel_02 .col a .hdg, .mod_panel_03 .col a .hdg, .mod_panel_01 .col .nolink .hdg, .mod_panel_02 .col .nolink .hdg, .mod_panel_03 .col .nolink .hdg {
  position: relative;
  margin-bottom: 0;
  line-height: 1.6;
  font-size: 1.8rem;
  font-weight: bold;
}

.mod_panel_01 .col a .hdg::before, .mod_panel_02 .col a .hdg::before, .mod_panel_03 .col a .hdg::before, .mod_panel_01 .col .nolink .hdg::before, .mod_panel_02 .col .nolink .hdg::before, .mod_panel_03 .col .nolink .hdg::before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: -20px;
  width: 6px;
  height: 20px;
  background: transparent;
}

@media only screen and (max-width: 767px) {
  .mod_panel_01 .col a .hdg, .mod_panel_02 .col a .hdg, .mod_panel_03 .col a .hdg, .mod_panel_01 .col .nolink .hdg, .mod_panel_02 .col .nolink .hdg, .mod_panel_03 .col .nolink .hdg {
    font-size: 1.6rem;
  }
}

.mod_panel_01 .col a .hdg + .txt, .mod_panel_02 .col a .hdg + .txt, .mod_panel_03 .col a .hdg + .txt, .mod_panel_01 .col .nolink .hdg + .txt, .mod_panel_02 .col .nolink .hdg + .txt, .mod_panel_03 .col .nolink .hdg + .txt {
  margin-top: 12px;
}

.mod_panel_01 .col a .txt, .mod_panel_02 .col a .txt, .mod_panel_03 .col a .txt, .mod_panel_01 .col .nolink .txt, .mod_panel_02 .col .nolink .txt, .mod_panel_03 .col .nolink .txt {
  margin-top: -20px;
  margin-bottom: 0;
  line-height: 1.6;
}

.mod_panel_01 .col a .img, .mod_panel_02 .col a .img, .mod_panel_03 .col a .img, .mod_panel_01 .col .nolink .img, .mod_panel_02 .col .nolink .img, .mod_panel_03 .col .nolink .img {
  margin-bottom: 10px;
}

.mod_panel_01 .col a:hover, .mod_panel_02 .col a:hover, .mod_panel_03 .col a:hover, .mod_panel_01 .col a:focus, .mod_panel_02 .col a:focus, .mod_panel_03 .col a:focus, .mod_panel_01 .col a:active, .mod_panel_02 .col a:active, .mod_panel_03 .col a:active {
  opacity: .5;
  color: #333;
}

.mod_panel_01 .col a:not([target='_blank'])::before, .mod_panel_02 .col a:not([target='_blank'])::before, .mod_panel_03 .col a:not([target='_blank'])::before, .mod_panel_01 .col a:not([target='_blank'])::after, .mod_panel_02 .col a:not([target='_blank'])::after, .mod_panel_03 .col a:not([target='_blank'])::after {
  content: '';
  position: absolute;
  margin: auto;
}

.mod_panel_01 .col a:not([target='_blank'])::before, .mod_panel_02 .col a:not([target='_blank'])::before, .mod_panel_03 .col a:not([target='_blank'])::before {
  right: 16px;
  bottom: 20px;
  width: 11px;
  height: 1px;
  background: #d90000;
}

.mod_panel_01 .col a:not([target='_blank'])::after, .mod_panel_02 .col a:not([target='_blank'])::after, .mod_panel_03 .col a:not([target='_blank'])::after {
  right: 17px;
  bottom: 17px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #d90000;
  border-right: 1px solid #d90000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mod_panel_01 .col a[target='_blank'] img.icon, .mod_panel_02 .col a[target='_blank'] img.icon, .mod_panel_03 .col a[target='_blank'] img.icon {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.mod_panel_01 .col .nolink, .mod_panel_02 .col .nolink, .mod_panel_03 .col .nolink {
  color: #333;
}

.mod_panel_01 .col._process .hdg::before, .mod_panel_02 .col._process .hdg::before, .mod_panel_03 .col._process .hdg::before {
  background: #b80c59;
}

.mod_panel_01 .col._industry .hdg::before, .mod_panel_02 .col._industry .hdg::before, .mod_panel_03 .col._industry .hdg::before {
  background: #008a9e;
}

.mod_panel_01 .col._platform .hdg::before, .mod_panel_02 .col._platform .hdg::before, .mod_panel_03 .col._platform .hdg::before {
  background: #1f2faa;
}

.mod_panel_01 .col._research .hdg::before, .mod_panel_02 .col._research .hdg::before, .mod_panel_03 .col._research .hdg::before {
  background: #f8a910;
}

.mod_panel_01 + .btn_more, .mod_panel_02 + .btn_more, .mod_panel_03 + .btn_more {
  width: 100%;
  margin-top: 19px;
  margin-bottom: 30px;
  text-align: center;
}

.mod_panel_01 + .btn_more .btn, .mod_panel_02 + .btn_more .btn, .mod_panel_03 + .btn_more .btn {
  width: 360px;
  padding: 11px 20px 13px;
  border: solid 1px #ccc;
}

.mod_panel_01 + .btn_more .btn:hover, .mod_panel_02 + .btn_more .btn:hover, .mod_panel_03 + .btn_more .btn:hover, .mod_panel_01 + .btn_more .btn:focus, .mod_panel_02 + .btn_more .btn:focus, .mod_panel_03 + .btn_more .btn:focus, .mod_panel_01 + .btn_more .btn:active, .mod_panel_02 + .btn_more .btn:active, .mod_panel_03 + .btn_more .btn:active {
  color: #d90000;
}

@media only screen and (max-width: 767px) {
  .mod_panel_01 + .btn_more .btn, .mod_panel_02 + .btn_more .btn, .mod_panel_03 + .btn_more .btn {
    max-width: 260px;
  }
}

.mod_panel_01 + .btn_more .btn:focus, .mod_panel_02 + .btn_more .btn:focus, .mod_panel_03 + .btn_more .btn:focus {
  outline: none;
}

.mod_panel_01 + .btn_more .btn span, .mod_panel_02 + .btn_more .btn span, .mod_panel_03 + .btn_more .btn span {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  letter-spacing: .1em;
}

.mod_panel_01 + .btn_more .btn span::before, .mod_panel_02 + .btn_more .btn span::before, .mod_panel_03 + .btn_more .btn span::before, .mod_panel_01 + .btn_more .btn span::after, .mod_panel_02 + .btn_more .btn span::after, .mod_panel_03 + .btn_more .btn span::after {
  content: '';
  position: absolute;
  left: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: 1px solid #d90000;
  border-right: 1px solid #d90000;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.mod_panel_01 + .btn_more .btn span::before, .mod_panel_02 + .btn_more .btn span::before, .mod_panel_03 + .btn_more .btn span::before {
  top: 6px;
}

.mod_panel_01 + .btn_more .btn span::after, .mod_panel_02 + .btn_more .btn span::after, .mod_panel_03 + .btn_more .btn span::after {
  top: 12px;
}

.mod_panel_01 + .btn_more.jsOpen .btn span::before, .mod_panel_02 + .btn_more.jsOpen .btn span::before, .mod_panel_03 + .btn_more.jsOpen .btn span::before, .mod_panel_01 + .btn_more.jsOpen .btn span::after, .mod_panel_02 + .btn_more.jsOpen .btn span::after, .mod_panel_03 + .btn_more.jsOpen .btn span::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mod_panel_01 + .btn_more.jsOpen .btn span::before, .mod_panel_02 + .btn_more.jsOpen .btn span::before, .mod_panel_03 + .btn_more.jsOpen .btn span::before {
  top: 10px;
}

.mod_panel_01 + .btn_more.jsOpen .btn span::after, .mod_panel_02 + .btn_more.jsOpen .btn span::after, .mod_panel_03 + .btn_more.jsOpen .btn span::after {
  top: 16px;
}

.mod_panel_01.jsHeight, .jsHeight.mod_panel_02, .jsHeight.mod_panel_03 {
  height: auto !important;
}

.mod_panel_01[target='_blank'] img.icon, .mod_panel_02[target='_blank'] img.icon, .mod_panel_03[target='_blank'] img.icon {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.mod_panel_02, .mod_panel_03 {
  display: block;
  overflow: visible;
}

.mod_panel_02 .col, .mod_panel_03 .col {
  padding: 8px 8px 9px 8px;
  overflow: hidden;
  border: none;
}

.mod_panel_02 .col a, .mod_panel_03 .col a {
  display: flex;
  position: relative;
  padding: 20px 21px 33px 20px;
  border: solid 1px #ccc;
}

@media only screen and (max-width: 767px) {
  .mod_panel_02 .col a, .mod_panel_03 .col a {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.mod_panel_02 .col a .dmc_img, .mod_panel_03 .col a .dmc_img {
  display: flex;
  align-items: center;
  flex: 0 0 104px;
  justify-content: center;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .mod_panel_02 .col a .dmc_img, .mod_panel_03 .col a .dmc_img {
    margin-right: 0;
  }
}

.mod_panel_02 .col a .dmc_img .img, .mod_panel_03 .col a .dmc_img .img {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .mod_panel_02 .col a .dmc_img .img, .mod_panel_03 .col a .dmc_img .img {
    margin-bottom: 15px;
  }
}

.mod_panel_02 .col a .dmc_img .img img, .mod_panel_03 .col a .dmc_img .img img {
  max-width: 104px;
  max-height: 104px;
}

.mod_panel_02 .col a .dmc_txt, .mod_panel_03 .col a .dmc_txt {
  flex: 1 1 100%;
  letter-spacing: .1em;
}

.mod_panel_02 .col a .dmc_txt .hdg, .mod_panel_03 .col a .dmc_txt .hdg {
  font-size: 1.6rem;
}

.mod_panel_02 .col a .dmc_txt .txt, .mod_panel_03 .col a .dmc_txt .txt {
  line-height: 1.75;
  font-size: 1.4rem;
}

.mod_panel_03 {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .mod_panel_03 {
    flex-wrap: wrap;
  }
}

.mod_panel_03 > .col {
  display: flex;
}

.mod_carousel_01, .mod_carousel_04 {
  width: 100%;
  padding-right: 56px;
  padding-left: 56px;
  margin-bottom: 30px;
}

.mod_carousel_01 .item_list .item, .mod_carousel_04 .item_list .item {
  margin: 0 8px 27px 8px;
}

.mod_carousel_01 .item_list .item a, .mod_carousel_04 .item_list .item a {
  display: block;
  max-width: 242px;
  margin: auto;
  text-decoration: none;
}

@media only screen and (max-width: 960px) {
  .mod_carousel_01 .item_list .item a, .mod_carousel_04 .item_list .item a {
    max-width: 222px;
  }
}

@media only screen and (max-width: 845px) {
  .mod_carousel_01 .item_list .item a, .mod_carousel_04 .item_list .item a {
    max-width: 202px;
  }
}

.mod_carousel_01 .item_list .item a:hover .data, .mod_carousel_01 .item_list .item a:focus .data, .mod_carousel_01 .item_list .item a:active .data, .mod_carousel_04 .item_list .item a:hover .data, .mod_carousel_04 .item_list .item a:focus .data, .mod_carousel_04 .item_list .item a:active .data {
  color: #333;
}

.mod_carousel_01 .item_list .item a .img, .mod_carousel_04 .item_list .item a .img {
  position: relative;
  height: 146px;
  padding: 10px;
  margin-bottom: 5px;
  border: solid 6px #d6d6d6;
}

.mod_carousel_01 .item_list .item a .img img, .mod_carousel_04 .item_list .item a .img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 210px;
  margin: auto;
}

@media only screen and (max-width: 960px) {
  .mod_carousel_01 .item_list .item a .img img, .mod_carousel_04 .item_list .item a .img img {
    max-width: 190px;
  }
}

@media only screen and (max-width: 945px) {
  .mod_carousel_01 .item_list .item a .img img, .mod_carousel_04 .item_list .item a .img img {
    max-width: 170px;
  }
}

.mod_carousel_01 .item_list .item a .data, .mod_carousel_04 .item_list .item a .data {
  margin-bottom: 5px;
  margin-left: 5px;
  font-size: 1.4rem;
}

.mod_carousel_01 .item_list .item a .txt, .mod_carousel_04 .item_list .item a .txt {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  padding-left: 22px;
  margin-bottom: 0;
  letter-spacing: .01em;
}

.mod_carousel_01 .item_list .item a .txt::before, .mod_carousel_01 .item_list .item a .txt::after, .mod_carousel_04 .item_list .item a .txt::before, .mod_carousel_04 .item_list .item a .txt::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.mod_carousel_01 .item_list .item a .txt::before, .mod_carousel_04 .item_list .item a .txt::before {
  left: 0;
  width: 11px;
  height: 1px;
  background: #d90000;
}

.mod_carousel_01 .item_list .item a .txt::after, .mod_carousel_04 .item_list .item a .txt::after {
  left: 3px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #d90000;
  border-right: 1px solid #d90000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mod_carousel_01 .item_list .item a .txt::before, .mod_carousel_04 .item_list .item a .txt::before {
  top: .8em;
  bottom: initial;
}

.mod_carousel_01 .item_list .item a .txt::after, .mod_carousel_04 .item_list .item a .txt::after {
  top: .6em;
  bottom: initial;
}

.mod_carousel_01 .slick-prev, .mod_carousel_01 .slick-next, .mod_carousel_04 .slick-prev, .mod_carousel_04 .slick-next {
  display: block;
  position: absolute;
  top: 34.5%;
  width: 32px;
  height: 32px;
  background: #fff;
  border: solid 2px #ccc;
  border-radius: 100%;
  line-height: 0;
  font-size: 0;
}

.mod_carousel_01 .slick-prev:hover, .mod_carousel_01 .slick-prev:active, .mod_carousel_01 .slick-next:hover, .mod_carousel_01 .slick-next:active, .mod_carousel_04 .slick-prev:hover, .mod_carousel_04 .slick-prev:active, .mod_carousel_04 .slick-next:hover, .mod_carousel_04 .slick-next:active {
  background: #f0f0f0;
  outline: none;
}

.mod_carousel_01 .slick-prev:focus, .mod_carousel_01 .slick-next:focus, .mod_carousel_04 .slick-prev:focus, .mod_carousel_04 .slick-next:focus {
  outline: 1px dotted #666;
}

.mod_carousel_01 .slick-prev::before, .mod_carousel_01 .slick-prev::after, .mod_carousel_01 .slick-next::before, .mod_carousel_01 .slick-next::after, .mod_carousel_04 .slick-prev::before, .mod_carousel_04 .slick-prev::after, .mod_carousel_04 .slick-next::before, .mod_carousel_04 .slick-next::after {
  content: '';
  display: block;
  position: absolute;
}

.mod_carousel_01 .slick-prev::before, .mod_carousel_01 .slick-next::before, .mod_carousel_04 .slick-prev::before, .mod_carousel_04 .slick-next::before {
  top: 14px;
  left: 9px;
  width: 9px;
  height: 1px;
  background: #d90000;
}

.mod_carousel_01 .slick-prev::after, .mod_carousel_01 .slick-next::after, .mod_carousel_04 .slick-prev::after, .mod_carousel_04 .slick-next::after {
  top: 11px;
  left: 10px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #d90000;
  border-right: 1px solid #d90000;
}

.mod_carousel_01 .slick-prev, .mod_carousel_04 .slick-prev {
  left: -57px;
}

.mod_carousel_01 .slick-prev::after, .mod_carousel_04 .slick-prev::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.mod_carousel_01 .slick-next, .mod_carousel_04 .slick-next {
  right: -57px;
}

.mod_carousel_01 .slick-next::after, .mod_carousel_04 .slick-next::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mod_carousel_01 .slick-dots, .mod_carousel_04 .slick-dots {
  margin-bottom: -8px;
  text-align: center;
}

.mod_carousel_01 .slick-dots li, .mod_carousel_04 .slick-dots li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 7px;
}

.mod_carousel_01 .slick-dots li button, .mod_carousel_04 .slick-dots li button {
  line-height: 0;
  font-size: 0;
}

.mod_carousel_01 .slick-dots li button::before, .mod_carousel_04 .slick-dots li button::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: #d6d6d6;
}

.mod_carousel_01 .slick-dots li.slick-active button::before, .mod_carousel_04 .slick-dots li.slick-active button::before {
  background: #d90000;
}

.mod_carousel_02 {
  width: 100%;
  padding-right: 53px;
  padding-left: 53px;
  margin-bottom: 30px;
}

.mod_carousel_02 .slick-prev, .mod_carousel_02 .slick-next {
  display: block;
  position: absolute;
  top: 34.5%;
  width: 32px;
  height: 32px;
  background: #fff;
  border: solid 2px #ccc;
  border-radius: 100%;
  line-height: 0;
  font-size: 0;
}

.mod_carousel_02 .slick-prev:hover, .mod_carousel_02 .slick-prev:active, .mod_carousel_02 .slick-next:hover, .mod_carousel_02 .slick-next:active {
  background: #f0f0f0;
  outline: none;
}

.mod_carousel_02 .slick-prev:focus, .mod_carousel_02 .slick-next:focus {
  outline: 1px dotted #666;
}

.mod_carousel_02 .slick-prev::before, .mod_carousel_02 .slick-prev::after, .mod_carousel_02 .slick-next::before, .mod_carousel_02 .slick-next::after {
  content: '';
  display: block;
  position: absolute;
}

.mod_carousel_02 .slick-prev::before, .mod_carousel_02 .slick-next::before {
  top: 14px;
  left: 9px;
  width: 9px;
  height: 1px;
  background: #d90000;
}

.mod_carousel_02 .slick-prev::after, .mod_carousel_02 .slick-next::after {
  top: 11px;
  left: 10px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #d90000;
  border-right: 1px solid #d90000;
}

.mod_carousel_02 .slick-prev {
  left: -57px;
}

.mod_carousel_02 .slick-prev::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.mod_carousel_02 .slick-next {
  right: -57px;
}

.mod_carousel_02 .slick-next::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mod_carousel_02 .slick-dots {
  margin-bottom: -8px;
  text-align: center;
}

.mod_carousel_02 .slick-dots li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 7px;
}

.mod_carousel_02 .slick-dots li button {
  line-height: 0;
  font-size: 0;
}

.mod_carousel_02 .slick-dots li button::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: #d6d6d6;
}

.mod_carousel_02 .slick-dots li.slick-active button::before {
  background: #d90000;
}

.mod_carousel_02 .slick-prev, .mod_carousel_02 .slick-next {
  top: 31%;
}

.mod_carousel_02 .slick-prev {
  left: -53px;
}

.mod_carousel_02 .slick-next {
  right: -53px;
}

.mod_carousel_02 .mod_panel_02 .col, .mod_carousel_02 .mod_panel_03 .col {
  margin-right: 0;
}

.mod_modal .mod_img_lyt_01 img {
  margin-top: 0 !important;
}

/* img */
.mod_img_01 {
  margin-bottom: 30px;
  text-align: center;
}

.mod_img_01 .img_sec {
  display: inline-block;
  width: 100%;
}

.mod_img_01 .img_sec .img {
  display: inline-block;
  width: 100%;
  min-height: 150px;
  margin-bottom: 0;
}

.mod_img_01 .img_sec .img img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  margin-bottom: 0;
}

.mod_img_01 .img_sec .img + .caption {
  margin-top: 5px;
  margin-top: 5px;
}

.mod_img_01 .img_sec .img + .txt {
  margin-top: 5px;
}

.mod_img_01 .movie {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}

.mod_img_01 .caption {
  display: block;
  margin-top: 5px;
  margin-bottom: 0;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

.mod_img_01 .txt {
  margin-bottom: 0;
  text-align: left;
  font-size: 1.4rem;
}

.mod_img_01._border .img {
  position: relative;
  padding: 20px;
}

.mod_img_01._border .img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 6px #ebebeb;
  pointer-events: none;
}

.mod_img_01._arrow {
  position: relative;
  margin-bottom: 55px;
}

.mod_img_01._arrow::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  margin-bottom: 30px;
  margin-left: -75px;
  border-color: #f4b3b3 transparent transparent transparent;
  border-style: solid;
  border-width: 30px 75px 0 75px;
}

.mod_img_01._arrow + .mod_txt_lede {
  text-align: center;
}

.mod_img_01._arrow .img {
  margin-bottom: 30px;
}

.mod_img_01._arrow .txt {
  margin-bottom: 30px;
  text-align: center;
}

.mod_img_01 + p:not([class]), .mod_img_01 + .mod_link_01, .mod_link_list_01 > .mod_img_01 + li, .mod_link_list_02 > .mod_img_01 + li {
  margin-top: -5px;
}

.mod_img_01._mainvisual .img_sec .img {
  min-height: auto;
}

@media only screen and (max-width: 767px) {
  .mod_img_01._mainvisual + .mod_hdg_01 {
    margin-top: 45px;
  }
}

/* lauout */
.mod_img_lyt_01 {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .mod_img_lyt_01 {
    display: block;
  }
}

.mod_img_lyt_01 .dmc_txt {
  order: 2;
  width: 100%;
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .mod_img_lyt_01 .dmc_txt {
    padding-left: 0;
    margin-bottom: 20px;
  }
}

.mod_img_lyt_01 .dmc_txt p {
  margin-bottom: 23px;
}

.mod_img_lyt_01 .dmc_txt p:last-child {
  margin-bottom: 0;
}

.mod_img_lyt_01 .dmc_txt > [class*='mod_hdg']:first-child {
  margin-top: 5px;
}

.mod_img_lyt_01 .dmc_img {
  flex: 0 0 auto;
  max-width: 320px;
  padding-top: 6px;
}

@media only screen and (max-width: 767px) {
  .mod_img_lyt_01 .dmc_img {
    max-width: 100%;
  }
}

.mod_img_lyt_01._text_first .dmc_txt {
  order: 1;
  padding-right: 20px;
  padding-left: 0;
}

.mod_img_lyt_01._text_first .dmc_img {
  order: 2;
}

img._inline {
  vertical-align: middle;
}

/* colmun */
.mod_column {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.mod_box_ctt + .mod_column {
  margin-top: -5px;
}

@media only screen and (max-width: 767px) {
  .mod_column {
    display: block;
  }
}

[class^='col'], [class^='grid'] {
  margin-right: 15px;
}

@media only screen and (max-width: 767px) {
  [class^='col'], [class^='grid'] {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.col, [class^='grid'] {
  margin-bottom: 15px;
}

.col p:not([class]):last-child, [class^='grid'] p:not([class]):last-child {
  margin-bottom: 0;
}

._col1 > .col {
  width: 100%;
  margin-right: 0;
}

._col2 > .col {
  width: calc(100% / 2 - 15px * 1 / 2);
}

@media only screen and (max-width: 767px) {
  ._col2 > .col {
    width: 100%;
  }
}

._col2 > .col:nth-child(2n) {
  margin-right: 0;
}

._col3 > .col {
  width: calc(100% * .33333 - 15px * 2 / 3);
}

@media only screen and (max-width: 767px) {
  ._col3 > .col {
    width: 100%;
  }
}

._col3 > .col:nth-child(3n) {
  margin-right: 0;
}

._col4 > .col, ._grid4 > .col {
  width: calc(100% / 4 - 15px * 3 / 4);
}

@media only screen and (max-width: 767px) {
  ._col4 > .col, ._grid4 > .col {
    width: 100%;
  }
}

._col4 > .col:nth-child(4n), ._grid4 > .col:nth-child(4n) {
  margin-right: 0;
}

._col4 > .grid1-4, ._grid4 > .grid1-4 {
  flex: 1 1 auto;
  width: calc(100% / 4 - 15px * 3 / 4);
}

@media only screen and (max-width: 767px) {
  ._col4 > .grid1-4, ._grid4 > .grid1-4 {
    width: 100%;
  }
}

._col4 > .grid3-4, ._grid4 > .grid3-4 {
  width: calc((100% / 4 - 15px * 3 / 4) * 3);
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  ._col4 > .grid3-4, ._grid4 > .grid3-4 {
    width: 100%;
  }
}

/* box */
.mod_box_01, .mod_box_solution_process, .mod_box_02 {
  padding: 19px 24px 17px;
  margin-bottom: 30px;
  border: solid 6px #eee;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .mod_box_01, .mod_box_solution_process, .mod_box_02 {
    padding: 19px 10px 17px;
  }
}

.mod_box_01 .hdg, .mod_box_solution_process .hdg, .mod_box_02 .hdg {
  font-size: 1.8rem;
  font-weight: bold;
}

.mod_box_01 .hdg + p, .mod_box_solution_process .hdg + p, .mod_box_02 .hdg + p {
  margin-top: 15px;
}

.mod_box_01 .icon, .mod_box_solution_process .icon, .mod_box_02 .icon {
  margin-right: 12px;
}

.mod_box_01 .icon img, .mod_box_solution_process .icon img, .mod_box_02 .icon img {
  vertical-align: middle;
}

.mod_box_01._arrow, ._arrow.mod_box_solution_process, ._arrow.mod_box_02 {
  position: relative;
  margin-bottom: 120px;
}

.mod_box_01._arrow::after, ._arrow.mod_box_solution_process::after, ._arrow.mod_box_02::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -96px;
  left: 50%;
  width: 0;
  height: 0;
  margin-bottom: 30px;
  margin-left: -75px;
  border-color: #f4b3b3 transparent transparent transparent;
  border-style: solid;
  border-width: 30px 75px 0 75px;
}

.mod_box_01._arrow + .mod_txt_lede, ._arrow.mod_box_solution_process + .mod_txt_lede, ._arrow.mod_box_02 + .mod_txt_lede {
  text-align: center;
}

.mod_box_01._arrow .img, ._arrow.mod_box_solution_process .img, ._arrow.mod_box_02 .img {
  margin-bottom: 30px;
}

.mod_box_01._arrow .txt, ._arrow.mod_box_solution_process .txt, ._arrow.mod_box_02 .txt {
  text-align: center;
}

.mod_box_02 {
  background: #eee;
}

.mod_box_02 .hdg {
  margin-bottom: 10px;
  line-height: 1.65;
  font-size: 1.6rem;
  font-weight: bold;
}

.mod_box_02 .txt {
  margin-bottom: 0;
  line-height: 1.6;
}

.mod_box_relation_01 {
  position: relative;
  padding: 20px 24px 24px;
  margin-top: 60px;
  margin-bottom: 30px;
  border: solid 1px #ccc;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .mod_box_relation_01 {
    padding: 20px 19px 15px;
  }
}

.mod_panel_01 + .mod_box_relation_01, .mod_panel_02 + .mod_box_relation_01, .mod_panel_03 + .mod_box_relation_01 {
  margin-top: 0;
}

.mod_box_relation_01:before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: 4px;
  background: #d90000;
}

.mod_box_relation_01 .hdg {
  padding-bottom: 11px;
  margin-bottom: 13px;
  border-bottom: solid 1px #ccc;
  letter-spacing: .1em;
  font-size: 2.2rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .mod_box_relation_01 .hdg {
    font-size: 1.7rem;
  }
}

.mod_box_relation_01 .demarcation {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

@media only screen and (max-width: 767px) {
  .mod_box_relation_01 .demarcation {
    flex-direction: column-reverse;
  }
}

.mod_box_relation_01 .dmc_txt .hdg {
  padding-top: 3px;
  margin-bottom: 0;
  border-bottom: none;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .mod_box_relation_01 .dmc_txt .hdg {
    font-size: 1.4rem;
  }
}

.mod_box_relation_01 .dmc_txt p {
  line-height: 1.65;
  letter-spacing: .1em;
}

.mod_box_relation_01 .dmc_txt p:last-child {
  margin-bottom: 0;
}

.mod_box_relation_01 .dmc_txt p.mod_link_01 {
  line-height: 1.25;
}

.mod_box_relation_01 .dmc_img {
  padding-top: 7px;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .mod_box_relation_01 .dmc_img {
    margin-bottom: 20px;
    margin-left: 0;
  }
}

.mod_box_relation_01 .dmc_img .img {
  margin: 0;
  text-align: center;
}

.mod_box_relation_01 .dmc_img .img img {
  max-width: 232px;
}

.mod_box_ctt {
  padding: 16px 21px 16px;
  margin-bottom: 20px;
  background: #eee;
}

.mod_box_ctt > .hdg {
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc;
  letter-spacing: .1em;
  font-size: 1.8rem;
  font-weight: bold;
}

.mod_box_ctt .demarcation {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mod_box_ctt .demarcation .dmc_col:nth-child(1) {
  flex: 1 1 492px;
}

.mod_box_ctt .demarcation .dmc_col:nth-child(2) {
  flex: 1 1 auto;
  padding-right: 6px;
}

.mod_box_ctt .btn {
  width: 360px;
  margin: 8px auto;
  background: #fff;
  border: solid 1px #ccc;
}

@media only screen and (max-width: 767px) {
  .mod_box_ctt .btn {
    width: 100%;
    max-width: 360px;
  }
}

.mod_column .mod_box_ctt .btn {
  width: auto;
  max-width: 360px;
}

.mod_box_ctt .btn a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 12px 50px 13px 20px;
  text-align: center;
  text-decoration: none;
}

.mod_box_ctt .btn a::before, .mod_box_ctt .btn a::after {
  content: '';
  position: absolute;
  margin: auto;
}

.mod_box_ctt .btn a::before {
  top: 0;
  right: 21px;
  bottom: 0;
  width: 11px;
  height: 1px;
  background: #d90000;
}

.mod_box_ctt .btn a::after {
  top: 0;
  right: 22px;
  bottom: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #d90000;
  border-right: 1px solid #d90000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mod_box_price {
  padding: 20px;
  margin-bottom: 30px;
  border: solid 6px #fbe6e6;
  line-height: 1.6;
  letter-spacing: .1em;
}

@media only screen and (max-width: 767px) {
  .mod_box_price {
    padding: 20px 10px;
  }
}

.mod_box_price > p {
  margin-bottom: 0;
}

.mod_box_price .hdg {
  text-align: center;
  font-weight: bold;
}

.mod_box_price .price {
  text-align: center;
  font-weight: bold;
}

.mod_box_price .price .num {
  margin-right: 7px;
  margin-left: 7px;
  font-size: 3rem;
  color: #d90000;
}

.mod_box_price .price + .hdg {
  margin-top: 10px;
}

.mod_box_price .mod_txt_note, .mod_box_price .mod_list_note {
  margin-top: 7px;
  letter-spacing: .05em;
}

.mod_box_price + .mod_link_btn_03, .mod_box_price + .mod_link_btn_05 {
  margin-top: -15px;
}

.mod_box_cv {
  padding: 24px 30px 35px;
  margin-top: 60px;
  background: url(/common_v2/images/bg_conversion_04.png) no-repeat left center, url(/common_v2/images/bg_conversion_05.png) no-repeat right center, url(/common_v2/images/bg_conversion_03.png) repeat-y center top;
  background-color: #d90000;
  background-size: contain;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .mod_box_cv {
    padding: 21px 20px 24px;
    background: url(/common_v2/images/bg_conversion_05.png) no-repeat right center, url(/common_v2/images/bg_conversion_03.png) repeat-y center top;
    background-color: #d90000;
    background-size: initial;
  }
}

.mod_box_cv .lede {
  padding-top: 63px;
  margin-bottom: 10px;
  margin-bottom: 2px;
  background: url(/common_v2/images/ico_conversion_01.png) no-repeat center top;
  letter-spacing: .05em;
  font-size: 2.2rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .mod_box_cv .lede {
    padding-top: 70px;
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 1.8rem;
  }
}

.mod_box_cv .txt {
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .mod_box_cv .txt {
    margin-bottom: 17px;
    line-height: 1.6;
  }
}

.mod_box_cv .btn {
  margin-bottom: 0;
}

.mod_box_cv .btn a {
  display: inline-block;
  position: relative;
  padding: 23px 98px 21px 85px;
  background: #fff;
  box-shadow: 4px 6px 0 rgba(28, 28, 28, .2);
  letter-spacing: .1em;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  color: #1c1c1c;
}

@media only screen and (max-width: 767px) {
  .mod_box_cv .btn a {
    width: 100%;
    padding: 13px 46px 16px 10px;
    line-height: 1.3;
    font-size: 1.4rem;
  }
}

.mod_box_cv .btn a:hover, .mod_box_cv .btn a:focus, .mod_box_cv .btn a:active {
  color: #d90000;
}

.mod_box_cv .btn a::before, .mod_box_cv .btn a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.mod_box_cv .btn a::before {
  right: 23px;
  width: 30px;
  height: 1px;
  background: #d90000;
}

@media only screen and (max-width: 767px) {
  .mod_box_cv .btn a::before {
    right: 20px;
    width: 24px;
  }
}

.mod_box_cv .btn a::after {
  right: 25px;
  width: 22px;
  height: 22px;
  border-top: 1px solid #d90000;
  border-right: 1px solid #d90000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .mod_box_cv .btn a::after {
    right: 23px;
    width: 16px;
    height: 16px;
  }
}

/* table */
.mod_tbl_01 {
  margin-top: 44px;
  margin-bottom: 50px;
}

.mod_tbl_01._scroll {
  width: auto;
  overflow: auto;
}

.mod_tbl_01._scroll th, .mod_tbl_01._scroll td {
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .mod_tbl_01._scroll_sp {
    width: auto;
    overflow: auto;
  }
  .mod_tbl_01._scroll_sp th, .mod_tbl_01._scroll_sp td {
    white-space: nowrap;
  }
}

.mod_tbl_01._half table {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .mod_tbl_01._half table {
    width: 100%;
  }
}

.mod_tbl_01 table {
  width: 100%;
  border-collapse: collapse;
  border-right: solid 1px #e7e7e7;
  border-spacing: 0;
}

.mod_tbl_01 thead th, .mod_tbl_01 thead td {
  padding: 14px 18px 12px;
  background: #d6d6d6;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  text-align: center;
  font-weight: normal;
}

.mod_tbl_01 thead th:last-child, .mod_tbl_01 thead td:last-child {
  border-right: none;
}

.mod_tbl_01 tbody tr:last-child th, .mod_tbl_01 tfoot tr:last-child th {
  border-bottom: solid 1px #ebebeb;
}

.mod_tbl_01 tbody th, .mod_tbl_01 tbody td, .mod_tbl_01 tfoot th, .mod_tbl_01 tfoot td {
  padding: 14px 18px 12px;
}

.mod_tbl_01 tbody th, .mod_tbl_01 tfoot th {
  background: #ebebeb;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  font-weight: normal;
}

.mod_tbl_01 tbody td, .mod_tbl_01 tfoot td {
  background: #fff;
  border: solid 1px #e7e7e7;
}

/* step */
.mod_step {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mod_step .term {
  display: flex;
  flex-wrap: wrap;
}

.mod_step .term:last-child {
  margin-right: 0;
}

.mod_step .term:last-child .dmc {
  margin-right: 0;
}

.mod_step .term:last-child .dmc::after {
  display: none;
}

.mod_step .term:last-child .period {
  width: 100%;
}

.mod_step .term .dmc {
  display: flex;
  position: relative;
  align-items: center;
  margin-right: 15px;
  margin-bottom: 8px;
  background: #fbe6e6;
}

@media only screen and (max-width: 767px) {
  .mod_step .term .dmc {
    margin-right: 15px;
    margin-bottom: 10px;
  }
}

.mod_step .term .dmc::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  z-index: 1;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #fbe6e6;
  border-style: solid;
  border-width: 52px 0 52px 20px;
}

@media only screen and (max-width: 767px) {
  .mod_step .term .dmc::after {
    right: -12px;
    border-width: 32px 0 32px 12px;
  }
}

.mod_step .term .dmc .step {
  position: relative;
  padding: 32px 0 37px 26px;
  margin-bottom: 0;
  background: #d90000;
  line-height: 1.3;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 1.2rem;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .mod_step .term .dmc .step {
    padding: 17px 0 16px 22px;
    font-size: 1.2rem;
  }
}

.mod_step .term .dmc .step::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 52px 0 52px 20px;
}

@media only screen and (max-width: 767px) {
  .mod_step .term .dmc .step::before {
    border-width: 32px 0 32px 12px;
  }
}

.mod_step .term .dmc .step::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #d90000;
  border-style: solid;
  border-width: 52px 0 52px 20px;
}

@media only screen and (max-width: 767px) {
  .mod_step .term .dmc .step::after {
    right: -12px;
    border-width: 32px 0 32px 12px;
  }
}

.mod_step .term .dmc .step .num {
  display: block;
  text-align: center;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .mod_step .term .dmc .step .num {
    font-size: 1.3rem;
  }
}

.mod_step .term .dmc .txt {
  padding-right: 10px;
  padding-left: 35px;
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 1.4rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .mod_step .term .dmc .txt {
    padding-left: 26px;
    text-align: center;
  }
}

.mod_step .term .description {
  margin: 0 15px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .mod_step .term .description {
    margin-bottom: 10px;
  }
}

.mod_step .term .period {
  width: calc(100% - 15px);
  padding: 2px;
  margin-bottom: 0;
  background: #eee;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .mod_step .term .period {
    position: relative;
    width: 100%;
    padding: 0;
    margin-top: 9px;
    margin-bottom: 29px;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .mod_step .term .period::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -6px;
    border-color: transparent transparent #eee transparent;
    border-style: solid;
    border-width: 0 6px 11px 6px;
  }
}

.mod_step._col3 .term {
  flex: 1 1 33.3333333333%;
}

@media only screen and (max-width: 767px) {
  .mod_step._col3 .term {
    flex-basis: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .mod_step._col3 .term {
    flex-basis: 100%;
  }
}

.mod_step._col3 .term .dmc {
  flex: 1 1 100%;
}

.mod_step._col3 .term._across2 {
  flex: 1 1 50%;
}

@media only screen and (max-width: 767px) {
  .mod_step._col3 .term._across2 {
    flex-basis: 100%;
  }
}

.mod_step._col3 .term._across2 .dmc {
  flex: 1 1 33.3333333333%;
}

@media only screen and (max-width: 767px) {
  .mod_step._col3 .term._across2 .dmc {
    flex-basis: 33.3333333333%;
  }
}

@media only screen and (max-width: 480px) {
  .mod_step._col3 .term._across2 .dmc {
    flex-basis: 100%;
  }
}

.mod_step._col4 .term {
  flex: 1 1 25%;
}

@media only screen and (max-width: 767px) {
  .mod_step._col4 .term {
    flex-basis: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .mod_step._col4 .term {
    flex-basis: 100%;
  }
}

.mod_step._col4 .term .dmc {
  flex: 1 1 100%;
}

.mod_step._col4 .term._across2 {
  flex: 1 1 50%;
}

@media only screen and (max-width: 767px) {
  .mod_step._col4 .term._across2 {
    flex-basis: 100%;
  }
}

.mod_step._col4 .term._across2 .dmc {
  flex: 1 1 25%;
}

@media only screen and (max-width: 767px) {
  .mod_step._col4 .term._across2 .dmc {
    flex-basis: 25%;
  }
}

@media only screen and (max-width: 480px) {
  .mod_step._col4 .term._across2 .dmc {
    flex-basis: 100%;
  }
}

.mod_step._col5 .term {
  flex: 1 1 20%;
}

@media only screen and (max-width: 767px) {
  .mod_step._col5 .term {
    flex-basis: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .mod_step._col5 .term {
    flex-basis: 100%;
  }
}

.mod_step._col5 .term .dmc {
  flex: 1 1 100%;
}

@media only screen and (max-width: 767px) {
  .mod_step._col5 .term .dmc:last-child {
    flex: 0 1 100%;
  }
}

.mod_step._col5 .term._across2 {
  flex: 1 1 40%;
}

.mod_step._col5 .term._across2 .dmc {
  flex: 1 1 20%;
  margin-right: 15px;
}

/* point */
.mod_point {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.mod_point > .col {
  padding: 0 30px 25px;
  background: #eee;
}

.mod_point > .col .point {
  display: inline-block;
  padding: 3px 6px 4px 7px;
  margin-bottom: 14px;
  background: #d90000;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
}

.mod_point > .col .hdg {
  margin-bottom: 10px;
  line-height: 1.65;
  font-weight: bold;
}

.mod_point > .col .txt {
  margin-bottom: 0;
  line-height: 1.6;
}

/* QA */
.mod_qa_tgl, .mod_ctt_tgl {
  margin-bottom: 5px;
}

.mod_qa_tgl .question, .mod_ctt_tgl .question, .mod_qa_tgl .hdg, .mod_ctt_tgl .hdg {
  margin-bottom: 20px;
  border: solid 1px #ccc;
}

@media only screen and (max-width: 767px) {
  .mod_qa_tgl .question, .mod_ctt_tgl .question, .mod_qa_tgl .hdg, .mod_ctt_tgl .hdg {
    margin-bottom: 10px;
  }
}

.mod_qa_tgl .question .toggle_btn, .mod_ctt_tgl .question .toggle_btn, .mod_qa_tgl .hdg .toggle_btn, .mod_ctt_tgl .hdg .toggle_btn {
  width: 100%;
}

.mod_qa_tgl .question .toggle_btn .demarcation, .mod_ctt_tgl .question .toggle_btn .demarcation, .mod_qa_tgl .hdg .toggle_btn .demarcation, .mod_ctt_tgl .hdg .toggle_btn .demarcation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 14px 13px 10px;
  text-align: left;
  font-size: 2.2rem;
  font-weight: bold;
}

.mod_qa_tgl .question .toggle_btn .demarcation:hover, .mod_ctt_tgl .question .toggle_btn .demarcation:hover, .mod_qa_tgl .question .toggle_btn .demarcation:active, .mod_ctt_tgl .question .toggle_btn .demarcation:active, .mod_qa_tgl .hdg .toggle_btn .demarcation:hover, .mod_ctt_tgl .hdg .toggle_btn .demarcation:hover, .mod_qa_tgl .hdg .toggle_btn .demarcation:active, .mod_ctt_tgl .hdg .toggle_btn .demarcation:active {
  background: #f0f0f0;
  outline: none;
}

@media only screen and (max-width: 767px) {
  .mod_qa_tgl .question .toggle_btn .demarcation, .mod_ctt_tgl .question .toggle_btn .demarcation, .mod_qa_tgl .hdg .toggle_btn .demarcation, .mod_ctt_tgl .hdg .toggle_btn .demarcation {
    padding: 8px 10px 4px;
  }
}

.mod_qa_tgl .question .toggle_btn .ttl, .mod_ctt_tgl .question .toggle_btn .ttl, .mod_qa_tgl .hdg .toggle_btn .ttl, .mod_ctt_tgl .hdg .toggle_btn .ttl {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 60px;
  line-height: 1.3;
  letter-spacing: .09em;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .mod_qa_tgl .question .toggle_btn .ttl, .mod_ctt_tgl .question .toggle_btn .ttl, .mod_qa_tgl .hdg .toggle_btn .ttl, .mod_ctt_tgl .hdg .toggle_btn .ttl {
    align-self: flex-start;
    padding: 0 10px 10px 43px;
    line-height: 1.5;
    letter-spacing: .1em;
    font-size: 1.6rem;
  }
}

.mod_qa_tgl .question .toggle_btn .ttl::before, .mod_ctt_tgl .question .toggle_btn .ttl::before, .mod_qa_tgl .hdg .toggle_btn .ttl::before, .mod_ctt_tgl .hdg .toggle_btn .ttl::before {
  content: 'Q';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 38px;
  height: 36px;
  padding-top: 4px;
  padding-left: 1px;
  margin-top: -19px;
  background: #42515c;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .mod_qa_tgl .question .toggle_btn .ttl::before, .mod_ctt_tgl .question .toggle_btn .ttl::before, .mod_qa_tgl .hdg .toggle_btn .ttl::before, .mod_ctt_tgl .hdg .toggle_btn .ttl::before {
    top: 2px;
    width: 30px;
    height: 30px;
    padding-top: 0;
    margin-top: 0;
    font-size: 1.8rem;
  }
}

.mod_qa_tgl .question .toggle_btn .icon, .mod_ctt_tgl .question .toggle_btn .icon, .mod_qa_tgl .hdg .toggle_btn .icon, .mod_ctt_tgl .hdg .toggle_btn .icon {
  position: relative;
  flex: 1 0 auto;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border: solid 1px #ccc;
  border-radius: 100%;
  text-indent: 100%;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .mod_qa_tgl .question .toggle_btn .icon, .mod_ctt_tgl .question .toggle_btn .icon, .mod_qa_tgl .hdg .toggle_btn .icon, .mod_ctt_tgl .hdg .toggle_btn .icon {
    width: 26px;
    height: 26px;
  }
}

.mod_qa_tgl .question .toggle_btn .icon::before, .mod_ctt_tgl .question .toggle_btn .icon::before, .mod_qa_tgl .question .toggle_btn .icon::after, .mod_ctt_tgl .question .toggle_btn .icon::after, .mod_qa_tgl .hdg .toggle_btn .icon::before, .mod_ctt_tgl .hdg .toggle_btn .icon::before, .mod_qa_tgl .hdg .toggle_btn .icon::after, .mod_ctt_tgl .hdg .toggle_btn .icon::after {
  content: '';
  display: block;
  position: absolute;
  background: #d90000;
}

.mod_qa_tgl .question .toggle_btn .icon::before, .mod_ctt_tgl .question .toggle_btn .icon::before, .mod_qa_tgl .hdg .toggle_btn .icon::before, .mod_ctt_tgl .hdg .toggle_btn .icon::before {
  top: 14px;
  left: 8px;
  width: 14px;
  height: 2px;
}

@media only screen and (max-width: 767px) {
  .mod_qa_tgl .question .toggle_btn .icon::before, .mod_ctt_tgl .question .toggle_btn .icon::before, .mod_qa_tgl .hdg .toggle_btn .icon::before, .mod_ctt_tgl .hdg .toggle_btn .icon::before {
    top: 11px;
    left: 7px;
    width: 10px;
  }
}

.mod_qa_tgl .question .toggle_btn .icon::after, .mod_ctt_tgl .question .toggle_btn .icon::after, .mod_qa_tgl .hdg .toggle_btn .icon::after, .mod_ctt_tgl .hdg .toggle_btn .icon::after {
  display: none;
  top: 8px;
  left: 14px;
  width: 2px;
  height: 14px;
}

@media only screen and (max-width: 767px) {
  .mod_qa_tgl .question .toggle_btn .icon::after, .mod_ctt_tgl .question .toggle_btn .icon::after, .mod_qa_tgl .hdg .toggle_btn .icon::after, .mod_ctt_tgl .hdg .toggle_btn .icon::after {
    top: 7px;
    left: 11px;
    height: 10px;
  }
}

.mod_qa_tgl._close .question .toggle_btn .icon::after, ._close.mod_ctt_tgl .question .toggle_btn .icon::after, .mod_qa_tgl._close .hdg .toggle_btn .icon::after, ._close.mod_ctt_tgl .hdg .toggle_btn .icon::after {
  display: block;
}

.mod_qa_tgl._close .toggle_content, ._close.mod_ctt_tgl .toggle_content {
  display: none;
}

.mod_qa_tgl .toggle_content, .mod_ctt_tgl .toggle_content {
  position: relative;
  padding: 6px 15px 0 71px;
  line-height: 1.85;
  letter-spacing: .1em;
}

@media only screen and (max-width: 767px) {
  .mod_qa_tgl .toggle_content, .mod_ctt_tgl .toggle_content {
    padding-top: 6px;
    padding-left: 56px;
  }
}

.mod_qa_tgl .toggle_content::before, .mod_ctt_tgl .toggle_content::before {
  content: 'A';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 12px;
  width: 38px;
  height: 36px;
  padding-left: 2px;
  background: #d90000;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .mod_qa_tgl .toggle_content::before, .mod_ctt_tgl .toggle_content::before {
    top: 5px;
    left: 11px;
    width: 30px;
    height: 30px;
    font-size: 1.8rem;
  }
}

/* Toggle */
.mod_ctt_tgl .hdg {
  border: 0;
}

.mod_ctt_tgl .hdg .toggle_btn .ttl {
  padding-left: 20px;
  font-size: 1.6rem;
}

.mod_ctt_tgl .hdg .toggle_btn .ttl::before {
  display: none;
}

.mod_ctt_tgl .hdg .toggle_btn .demarcation {
  background-color: #eee;
}

.mod_ctt_tgl .hdg .toggle_btn .demarcation:hover, .mod_ctt_tgl .hdg .toggle_btn .demarcation:active {
  background: #f6f6f6;
}

.mod_ctt_tgl .hdg .toggle_btn .demarcation:hover .ttl, .mod_ctt_tgl .hdg .toggle_btn .demarcation:active .ttl {
  color: #d90000;
}

.mod_ctt_tgl .toggle_content {
  padding: 6px 15px 0;
}

.mod_ctt_tgl .toggle_content::before {
  display: none;
}

/* 訴求パネル */
.mod_appeal_panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}

.mod_appeal_panel > .col {
  display: flex;
  flex-direction: column;
}

.mod_appeal_panel .appeal {
  width: 100%;
  padding: 12px;
  margin-bottom: 5px;
  border: solid 1px #ccc;
  text-align: center;
  font-weight: bold;
}

.mod_appeal_panel .appeal .demarcation {
  display: flex;
  align-items: flex-end;
}

.mod_appeal_panel .appeal dt {
  font-size: 1.4rem;
}

.mod_appeal_panel .appeal dd {
  display: inline-flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .mod_appeal_panel .appeal dd {
    display: block;
  }
}

.mod_appeal_panel .appeal dd + dd {
  margin-left: 10px;
}

.mod_appeal_panel .appeal dd .num {
  line-height: 1.2;
  white-space: nowrap;
  font-size: 4rem;
  color: #d90000;
}

.mod_appeal_panel .appeal dd .mod_txt_annotate {
  top: -2.5em;
  font-size: 50%;
  font-weight: normal;
}

.mod_appeal_panel div.appeal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 22px 20px;
}

.mod_appeal_panel div.appeal .img, .mod_appeal_panel div.appeal .icon {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .mod_appeal_panel div.appeal .img {
    margin-bottom: 10px;
  }
}

.mod_appeal_panel div.appeal dl {
  margin-right: 5px;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .mod_appeal_panel div.appeal dl {
    margin-right: 10px;
    margin-left: 10px;
  }
}

.mod_appeal_panel div.appeal dl dt {
  line-height: 1;
  text-align: left;
}

.mod_appeal_panel div.appeal .mod_point {
  margin-top: 41px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .mod_appeal_panel div.appeal .mod_point {
    margin-top: 20px;
  }
}

.mod_appeal_panel div.appeal .mod_point > .col {
  align-items: center;
  text-align: left;
}

.mod_appeal_panel .note {
  margin: 0;
  font-size: 1.4rem;
}

.mod_appeal_panel .txt_dmc {
  text-align: left;
  font-weight: normal;
}

.mod_appeal_panel._arrow {
  position: relative;
  margin-bottom: 80px;
}

.mod_appeal_panel._arrow::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -70px;
  left: 50%;
  width: 0;
  height: 0;
  margin-bottom: 30px;
  margin-left: -75px;
  border-color: #f4b3b3 transparent transparent transparent;
  border-style: solid;
  border-width: 30px 75px 0 75px;
}

.mod_appeal_panel._grid4._arrow {
  margin-bottom: 65px;
}

.mod_appeal_panel._grid4._arrow::after {
  bottom: -75px;
}

.mod_box_02 .mod_appeal_panel {
  margin-top: -5px;
}

.mod_box_02 .mod_appeal_panel:last-child {
  margin-bottom: -23px !important;
}

.mod_box_02 .mod_appeal_panel._plus > [class^='grid'], .mod_box_02 .mod_appeal_panel._plus [class^='col'] {
  position: relative;
}

.mod_box_02 .mod_appeal_panel._plus > [class^='grid']::before, .mod_box_02 .mod_appeal_panel._plus > [class^='grid']::after, .mod_box_02 .mod_appeal_panel._plus [class^='col']::before, .mod_box_02 .mod_appeal_panel._plus [class^='col']::after {
  content: '';
  display: block;
  position: absolute;
  right: 50%;
  background: #666;
}

.mod_box_02 .mod_appeal_panel._plus > [class^='grid']::before, .mod_box_02 .mod_appeal_panel._plus [class^='col']::before {
  top: -22px;
  width: 18px;
  height: 2px;
  margin-right: -8px;
}

.mod_box_02 .mod_appeal_panel._plus > [class^='grid']::after, .mod_box_02 .mod_appeal_panel._plus [class^='col']::after {
  top: -30px;
  width: 2px;
  height: 18px;
}

@media only screen and (max-width: 767px) {
  .mod_box_02 .mod_appeal_panel._plus > [class^='grid']:nth-child(2n), .mod_box_02 .mod_appeal_panel._plus [class^='col']:nth-child(2n) {
    margin-top: 27px;
  }
  .mod_box_02 .mod_appeal_panel._plus > [class^='grid']:nth-child(2n)::before, .mod_box_02 .mod_appeal_panel._plus [class^='col']:nth-child(2n)::before {
    top: -24px;
  }
  .mod_box_02 .mod_appeal_panel._plus > [class^='grid']:nth-child(2n)::after, .mod_box_02 .mod_appeal_panel._plus [class^='col']:nth-child(2n)::after {
    top: -32px;
  }
}

.mod_box_02 .mod_appeal_panel .appeal {
  background: #fff;
  border: none;
}

/* 矢印付き課題パネル */
.mod_panel_problem {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .mod_panel_problem {
    display: block;
  }
}

.mod_panel_problem > .col {
  margin-bottom: 30px;
}

.mod_panel_problem .problem, .mod_panel_problem .activities {
  padding: 25px 25px 25px 0;
  background: #eee;
}

.mod_panel_problem .hdg, .mod_panel_problem .txt {
  padding-left: 25px;
  margin-bottom: 12px;
}

.mod_panel_problem .hdg {
  margin-bottom: 10px;
  line-height: 1.65;
  font-weight: bold;
}

.mod_panel_problem .txt {
  margin-bottom: 0;
  line-height: 1.6;
}

.mod_panel_problem .problem {
  position: relative;
  margin-bottom: 45px;
}

.mod_panel_problem .problem::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -60px;
  left: 50%;
  width: 0;
  height: 0;
  margin-bottom: 30px;
  margin-left: -37px;
  border-color: #f4b3b3 transparent transparent transparent;
  border-style: solid;
  border-width: 16px 39px 0 39px;
}

.mod_panel_problem .activities .hdg {
  padding: 10px 25px;
  color: #fff;
}

.mod_panel_problem._process .activities .hdg {
  background: #b80c59;
}

.mod_panel_problem._industry .activities .hdg {
  background: #008a9e;
}

.mod_panel_problem._platform .activities .hdg {
  background: #1f2faa;
}

.mod_panel_problem._research .activities .hdg {
  background: #f8a910;
}

/* モーダルウィンドウ */
.mod_carousel_03 {
  margin: 0 50px 60px;
}

.mod_carousel_03 .slick-prev, .mod_carousel_03 .slick-next {
  display: block;
  position: absolute;
  top: 34.5%;
  width: 32px;
  height: 32px;
  background: #fff;
  border: solid 2px #ccc;
  border-radius: 100%;
  line-height: 0;
  font-size: 0;
}

.mod_carousel_03 .slick-prev:hover, .mod_carousel_03 .slick-prev:active, .mod_carousel_03 .slick-next:hover, .mod_carousel_03 .slick-next:active {
  background: #f0f0f0;
  outline: none;
}

.mod_carousel_03 .slick-prev:focus, .mod_carousel_03 .slick-next:focus {
  outline: 1px dotted #666;
}

.mod_carousel_03 .slick-prev::before, .mod_carousel_03 .slick-prev::after, .mod_carousel_03 .slick-next::before, .mod_carousel_03 .slick-next::after {
  content: '';
  display: block;
  position: absolute;
}

.mod_carousel_03 .slick-prev::before, .mod_carousel_03 .slick-next::before {
  top: 14px;
  left: 9px;
  width: 9px;
  height: 1px;
  background: #d90000;
}

.mod_carousel_03 .slick-prev::after, .mod_carousel_03 .slick-next::after {
  top: 11px;
  left: 10px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #d90000;
  border-right: 1px solid #d90000;
}

.mod_carousel_03 .slick-prev {
  left: -57px;
}

.mod_carousel_03 .slick-prev::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.mod_carousel_03 .slick-next {
  right: -57px;
}

.mod_carousel_03 .slick-next::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mod_carousel_03 .slick-dots {
  margin-bottom: -8px;
  text-align: center;
}

.mod_carousel_03 .slick-dots li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 7px;
}

.mod_carousel_03 .slick-dots li button {
  line-height: 0;
  font-size: 0;
}

.mod_carousel_03 .slick-dots li button::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: #d6d6d6;
}

.mod_carousel_03 .slick-dots li.slick-active button::before {
  background: #d90000;
}

@media only screen and (max-width: 767px) {
  .mod_carousel_03 .slick-prev {
    left: -42px;
  }
}

@media only screen and (max-width: 767px) {
  .mod_carousel_03 .slick-next {
    right: -42px;
  }
}

.mod_carousel_03 .item {
  padding-right: 30px;
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  .mod_carousel_03 .item {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 30px;
  }
}

.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_51 {
  width: 51% !important;
}

.w_52 {
  width: 52% !important;
}

.w_53 {
  width: 53% !important;
}

.w_54 {
  width: 54% !important;
}

.w_55 {
  width: 55% !important;
}

.w_56 {
  width: 56% !important;
}

.w_57 {
  width: 57% !important;
}

.w_58 {
  width: 58% !important;
}

.w_59 {
  width: 59% !important;
}

.w_60 {
  width: 60% !important;
}

.w_61 {
  width: 61% !important;
}

.w_62 {
  width: 62% !important;
}

.w_63 {
  width: 63% !important;
}

.w_64 {
  width: 64% !important;
}

.w_65 {
  width: 65% !important;
}

.w_66 {
  width: 66% !important;
}

.w_67 {
  width: 67% !important;
}

.w_68 {
  width: 68% !important;
}

.w_69 {
  width: 69% !important;
}

.w_70 {
  width: 70% !important;
}

.w_71 {
  width: 71% !important;
}

.w_72 {
  width: 72% !important;
}

.w_73 {
  width: 73% !important;
}

.w_74 {
  width: 74% !important;
}

.w_75 {
  width: 75% !important;
}

.w_76 {
  width: 76% !important;
}

.w_77 {
  width: 77% !important;
}

.w_78 {
  width: 78% !important;
}

.w_79 {
  width: 79% !important;
}

.w_80 {
  width: 80% !important;
}

.w_81 {
  width: 81% !important;
}

.w_82 {
  width: 82% !important;
}

.w_83 {
  width: 83% !important;
}

.w_84 {
  width: 84% !important;
}

.w_85 {
  width: 85% !important;
}

.w_86 {
  width: 86% !important;
}

.w_87 {
  width: 87% !important;
}

.w_88 {
  width: 88% !important;
}

.w_89 {
  width: 89% !important;
}

.w_90 {
  width: 90% !important;
}

.w_91 {
  width: 91% !important;
}

.w_92 {
  width: 92% !important;
}

.w_93 {
  width: 93% !important;
}

.w_94 {
  width: 94% !important;
}

.w_95 {
  width: 95% !important;
}

.w_96 {
  width: 96% !important;
}

.w_97 {
  width: 97% !important;
}

.w_98 {
  width: 98% !important;
}

.w_99 {
  width: 99% !important;
}

.w_100 {
  width: 100% !important;
}

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

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

.align_r {
  text-align: right !important;
}

.float_l {
  float: left !important;
}

.float_r {
  float: right !important;
}

.mt_0 {
  margin-top: 0 !important;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.ml_0 {
  margin-left: 0 !important;
}

.mr_0 {
  margin-right: 0 !important;
}

.pt_0 {
  padding-top: 0 !important;
}

.pb_0 {
  padding-bottom: 0 !important;
}

.pl_0 {
  padding-left: 0 !important;
}

.pr_0 {
  padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pc_none_inline {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .pc_none_inline {
    display: inline !important;
  }
}

.sp_none_inline {
  display: inline !important;
}

@media only screen and (max-width: 767px) {
  .sp_none_inline {
    display: none !important;
  }
}

/*=================================
library
==================================*/
/* Slider */
.slick-slider {
  display: block;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  -webkit-touch-callout: none;
   -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

.slick-loading .slick-list {
  background: #fff url('/common_v2/images/ajax-loader.gif') center center no-repeat;
}

/*=================================
unique
==================================*/
.mod_list_panel {
  margin-bottom: 30px;
}

.mod_list_panel .item_list.jsOn {
  display: flex;
}

.mod_list_detail {
  margin-bottom: 30px;
}

.mod_list_detail .nav_year {
  justify-content: center;
  max-width: 650px;
}

.mod_list_detail .nav_year > li a {
  width: 115px;
  padding: 0;
}

.mod_list_detail .item_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -30px;
  margin-bottom: 30px;
}

.mod_list_detail .item_list .item {
  width: 277px;
  margin: 0 0 60px 30px;
}

.mod_list_detail .item_list .item .img {
  display: block;
  position: relative;
  width: 100%;
  height: 185px;
  margin: 0 auto 11px;
  background: #fff;
  border: solid 1px #d6d6d6;
  text-align: center;
}

.mod_list_detail .item_list .item .img img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 183px;
  margin: auto;
}

.mod_list_detail .item_list .item .info {
  display: flex;
  justify-content: flex-start;
}

.mod_list_detail .item_list .item .data {
  margin-right: 9px;
  margin-bottom: 5px;
  letter-spacing: 0;
  font-size: 1.4rem;
  color: #333;
}

.mod_list_detail .item_list .item .tag {
  align-self: flex-start;
  padding: 3px 5px;
  margin-bottom: 9px;
  background: #fff;
  font-size: 1.1rem;
  color: #333;
}

.mod_list_detail .item_list .item .txt {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1.8;
  letter-spacing: .01em;
}

.mod_list_detail .item_list .item a, .mod_list_detail .item_list .item div.nolink {
  display: flex;
  flex-direction: column;
  width: 277px;
  margin: auto;
  margin-left: -30px;
  text-decoration: none;
}

.mod_list_detail .item_list .item a .txt, .mod_list_detail .item_list .item div.nolink .txt {
  line-height: 1.6;
}

.mod_list_detail .item_list .item a .txt {
  display: inline-block;
  position: relative;
  position: relative;
  padding-left: 20px;
  padding-left: 22px;
}

.mod_list_detail .item_list .item a .txt::before, .mod_list_detail .item_list .item a .txt::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.mod_list_detail .item_list .item a .txt::before {
  left: 0;
  width: 11px;
  height: 1px;
  background: #d90000;
}

.mod_list_detail .item_list .item a .txt::after {
  left: 3px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #d90000;
  border-right: 1px solid #d90000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mod_list_detail .item_list .item a .txt::before {
  top: 12px;
  bottom: auto;
}

.mod_list_detail .item_list .item a .txt::after {
  top: 9px;
  bottom: auto;
}

.mod_list_detail .item_list .item.service .tag {
  background: #fee;
}

.mod_list_detail .item_list .item.seminar .tag {
  background: #e1eef7;
}

.mod_list_detail .item_list .item.report .tag {
  background: #ecf7e0;
}

.mod_list_detail .item_list .item.other .tag {
  background: #eee;
}

.mod_list_detail .item_list .item.published .tag {
  background: #f0e9f5;
}

.mod_list_detail .item_list.jsOn {
  display: flex;
}

.jsFilter .item_list {
  display: none;
}

.filter_tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 5px;
  margin-top: -5px;
  margin-bottom: 53px;
}

@media only screen and (max-width: 1024px) {
  .filter_tab {
    padding: 0 5px;
  }
}

.filter_tab > li {
  display: flex;
  padding: 0 8px;
}

@media only screen and (max-width: 1024px) {
  .filter_tab > li {
    flex-basis: 33.33333%;
  }
  .filter_tab > li:nth-last-child(-n+3) button {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .filter_tab > li {
    flex-basis: 50%;
  }
  .filter_tab > li:nth-last-child(3) button {
    margin-bottom: 36px;
  }
  .filter_tab > li:nth-last-child(-n+2) button {
    margin-bottom: 0;
  }
}

.filter_tab > li button {
  position: relative;
  width: 100%;
  padding: 0 21px 19px;
  border-bottom: solid 2px transparent;
  letter-spacing: .05em;
}

@media only screen and (max-width: 1024px) {
  .filter_tab > li button {
    padding: 0 21px 10px;
    margin-bottom: 36px;
  }
}

.filter_tab > li button::before, .filter_tab > li button::after {
  display: none;
}

.filter_tab > li button:hover, .filter_tab > li button:focus, .filter_tab > li button:active {
  color: #d90000;
}

.filter_tab > li button:active, .filter_tab > li button:focus {
  outline: none;
}

.filter_tab > li button.jsCurrent {
  border-bottom: solid 2px #d90000;
}

.filter_tab > li button.jsCurrent::before, .filter_tab > li button.jsCurrent::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.filter_tab > li button.jsCurrent::before {
  bottom: -8px;
  left: 50%;
  margin-left: -10px;
  border-color: #d90000 transparent transparent transparent;
  border-width: 7px 9px 0 9px;
}

.filter_tab > li button.jsCurrent::after {
  bottom: -6px;
  left: 50%;
  margin-left: -8px;
  border-color: #fff transparent transparent transparent;
  border-width: 6px 7px 0 7px;
}

.mod_list_panel .filter_tab > li button {
  padding: 0 24px 10px;
}

.mod_list_panel .filter_tab > li {
  margin: 0 7px;
}

.mod_list_panel .filter_tab {
  margin-top: 56px;
  margin-bottom: 36px;
  font-size: 1.4rem;
}

.template_feature #str_content {
  max-width: none;
  padding: 0 10px;
  background: url('/feature/images/index_bg_00.png') no-repeat center top;
}

.template_feature #str_content > .inner_01, .template_feature #str_content > .inner_02, .template_feature #str_content > .inner_03 {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
}

.template_feature #str_content > .inner_01 > *, .template_feature #str_content > .inner_02 > *, .template_feature #str_content > .inner_03 > * {
  position: relative;
  z-index: 2;
}

.template_feature #str_content > .inner_01 {
  min-height: 3644px;
  padding: 85px 0 0;
}

.template_feature #str_content > .inner_01:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.template_feature #str_content > .inner_02 {
  min-height: 1944px;
  padding: 247px 0 90px;
  margin-top: -410px;
}

.template_feature #str_content > .inner_02:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.template_feature #str_content > .inner_03 {
  min-height: 610px;
  padding: 123px 0 0;
}

@media only screen and (max-width: 767px) {
  .template_feature #str_content > .inner_03 {
    min-height: 535px;
    padding: 57px 10px 10px;
    margin-right: -10px;
    margin-left: -10px;
    background: url('/feature/images/index_bg_12.png') no-repeat center top;
    background-size: cover;
  }
}

.template_feature .inner_04 {
  position: relative;
  min-height: 437px;
  padding: 63px 0 0;
  margin: 0 auto;
  background: url('/feature/images/index_bg_08.jpg') no-repeat center top;
}

@media only screen and (max-width: 767px) {
  .template_feature .inner_04 {
    min-height: 310px;
    padding: 40px 5px 0;
    background: url('/feature/images/index_bg_08.jpg') no-repeat center top;
    background-size: cover;
  }
}

.template_feature .inner_04 .hdg_01 {
  margin-bottom: 36px;
  letter-spacing: .1em;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  color: #d90000;
}

@media only screen and (max-width: 767px) {
  .template_feature .inner_04 .hdg_01 {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
}

.template_feature #str_header, .template_feature .nav_breadcrumb {
  background: #fff;
}

.template_feature #str_footer {
  margin-top: 0 !important;
}

@media only screen and (max-width: 1024px) {
  .template_feature #str_content {
    position: relative;
    background: #fff;
  }
  .template_feature #str_content > .inner_01 {
    min-height: inherit;
    padding: 40px 0 0;
  }
  .template_feature #str_content > .inner_01:before {
    background-size: cover;
  }
  .template_feature #str_content > .inner_02 {
    min-height: inherit;
    padding: 0 0 40px;
    margin-top: 0;
  }
  .template_feature #str_content > .inner_02:before {
    display: none;
  }
}

.template_feature .link._scroll {
  display: block;
  padding-bottom: 30px;
  line-height: 1;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .template_feature .link._scroll {
    display: none;
  }
}

.template_feature .link._scroll > a {
  display: inline-block;
  padding-bottom: 54px;
  background: url(/feature/images/icon_arrow_02.png) no-repeat center bottom;
  text-decoration: none;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}

.template_feature .link._scroll > a > span {
  opacity: 0;
}

.template_feature .mod_hdg_feature_01 .link._scroll > a {
  background: url(/feature/images/icon_arrow_01.png) no-repeat center bottom;
}

.mod_hdg_feature_01 {
  position: relative;
  padding: 0 10px;
  background: #791b1b url('/feature/images/index_bg_01.jpg') no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
  color: #fff;
}

@media only screen and (min-width: 1025px) {
  .mod_hdg_feature_01 > .inner_01, .mod_hdg_feature_01 > .inner_02 {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: calc(100vh - 176px);
    padding: 10px 0;
  }
  .mod_hdg_feature_01 > .inner_02 {
    height: calc(100vh - 190px);
    min-height: 700px;
    padding: 93px 0 10px;
  }
  .mod_hdg_feature_01.jsSet > .inner_01, .mod_hdg_feature_01.jsSet > .inner_02 {
    top: 50px;
    z-index: -1;
    opacity: 0;
  }
  .mod_hdg_feature_01.jsShow1st > .inner_02 {
    top: 0;
    z-index: 1;
    transition: opacity 1s .5s, top .8s .75s;
    opacity: 1;
  }
}

.mod_hdg_feature_01 > .inner_01, .mod_hdg_feature_01 > .inner_02 {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.mod_hdg_feature_01 .hdg_02 {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 58px;
  font-size: 3.2rem;
  font-weight: bold;
}

.mod_hdg_feature_01 .hdg_02:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20px;
  height: 2px;
  margin-left: -10px;
  background: #fff;
}

.mod_hdg_feature_01 .hdg_04 {
  margin-bottom: 10px;
  font-size: 3rem;
}

.mod_hdg_feature_01 .hdg_04 > em {
  font-style: italic;
  font-weight: bold;
}

.mod_hdg_feature_01 .link > a {
  display: inline-block;
  padding-bottom: 54px;
  background: url('/feature/images/icon_arrow_01.png') no-repeat center bottom;
  text-decoration: none;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}

.mod_hdg_feature_01 .link > a > span {
  opacity: 0;
}

.mod_hdg_feature_01 .link > a:hover, .mod_hdg_feature_01 .link > a:focus {
  opacity: .8;
}

[lang='en'] .mod_hdg_feature_01 .link > a {
  background: url('/english/feature/images/icon_arrow_01.png') no-repeat center bottom;
}

.mod_hdg_feature_01 .list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 31px;
}

.mod_hdg_feature_01 .list > li {
  display: flex;
  position: relative;
  align-items: center;
  width: calc(100% / 4 - 10px);
  min-height: 212px;
  padding: 45px 10px 25px;
  background: rgba(255, 255, 255, .9) no-repeat center center;
  color: #333;
}

.mod_hdg_feature_01 .list > li.item_01 {
  background-image: url('/feature/images/icon_bg_01.png');
}

.mod_hdg_feature_01 .list > li.item_02 {
  background-image: url('/feature/images/icon_bg_02.png');
}

.mod_hdg_feature_01 .list > li.item_03 {
  background-image: url('/feature/images/icon_bg_03.png');
}

.mod_hdg_feature_01 .list > li.item_04 {
  background-image: url('/feature/images/icon_bg_04.png');
}

[lang='en'] .mod_hdg_feature_01 .list > li.item_01 {
  background-image: url('/english/feature/images/icon_bg_01.png');
}

[lang='en'] .mod_hdg_feature_01 .list > li.item_02 {
  background-image: url('/english/feature/images/icon_bg_02.png');
}

[lang='en'] .mod_hdg_feature_01 .list > li.item_03 {
  background-image: url('/english/feature/images/icon_bg_03.png');
}

[lang='en'] .mod_hdg_feature_01 .list > li.item_04 {
  background-image: url('/english/feature/images/icon_bg_04.png');
}

.mod_hdg_feature_01 .list .hdg_03 {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  font-size: 1.6rem;
  font-weight: normal;
  color: #333;
}

.mod_hdg_feature_01 .list .txt_01 {
  width: 100%;
  margin: 0;
  line-height: 1;
  font-size: 2.1rem;
  font-weight: bold;
}

.mod_hdg_feature_01 .list .txt_01 > em {
  display: inline-block;
  margin-right: 8px;
  font-size: 6.8rem;
  font-style: italic;
  color: #d90000;
}

[lang='en'] .mod_hdg_feature_01 .list .txt_01 > em {
  font-size: 5rem;
}

@media only screen and (max-width: 1024px) {
  [lang='en'] .mod_hdg_feature_01 .list .txt_01 > em {
    font-size: 3.2rem;
  }
}

.mod_hdg_feature_01 .txt_02 {
  margin-bottom: 8px;
}

@media only screen and (max-width: 1024px) {
  .mod_hdg_feature_01 {
    position: relative;
    height: auto !important;
    padding: 40px 10px;
    background: transparent;
  }
  .mod_hdg_feature_01:before {
    content: '';
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100vw;
    height: 120vh;
    background: #791b1b url('/feature/images/index_bg_01.jpg') no-repeat 42% center;
    background-size: cover;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  [lang='en'] .mod_hdg_feature_01:before {
    background: #791b1b url('/english/feature/images/index_bg_01.jpg') no-repeat 42% center;
  }
  .mod_hdg_feature_01 > .inner_01, .mod_hdg_feature_01 > .inner_02 {
    max-width: 500px;
  }
  .mod_hdg_feature_01 .hdg_02 {
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
  .mod_hdg_feature_01 .hdg_02:before {
    height: 1px;
  }
  .mod_hdg_feature_01 .hdg_04 {
    font-size: 1.8rem;
  }
  .mod_hdg_feature_01 .link {
    display: none;
  }
  .mod_hdg_feature_01 .list {
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
  .mod_hdg_feature_01 .list > li {
    width: calc(100% / 2 - 5px);
    min-height: 120px;
    padding: 35px 5px 15px;
    background-size: contain;
  }
  .mod_hdg_feature_01 .list > li:nth-child(n+3) {
    margin-top: 10px;
  }
  .mod_hdg_feature_01 .list .hdg_03 {
    top: 15px;
    font-size: 1.2rem;
  }
  .mod_hdg_feature_01 .list .txt_01 {
    font-size: 1.4rem;
  }
  .mod_hdg_feature_01 .list .txt_01 > em {
    margin-right: 4px;
    font-size: 3.2rem;
  }
}

.mod_hdg_feature_02, .mod_hdg_feature_05 {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 56px;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  color: #d90000;
}

.mod_hdg_feature_02:before, .mod_hdg_feature_05:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20px;
  height: 2px;
  margin-left: -10px;
  background: #d90000;
}

@media only screen and (max-width: 1024px) {
  .mod_hdg_feature_02, .mod_hdg_feature_05 {
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
  .mod_hdg_feature_02:before, .mod_hdg_feature_05:before {
    height: 1px;
  }
}

.mod_index_feature_01 {
  margin-bottom: 80px;
}

@media only screen and (min-width: 768px) {
  .mod_index_feature_01 > .item.jsSet > .box {
    margin-top: 50px;
    opacity: 0;
  }
  .mod_index_feature_01 > .item.jsSet > .image img {
    margin-top: 50px;
    opacity: 0;
  }
}

.mod_index_feature_01 > .item {
  position: relative;
  min-height: 570px;
  margin-bottom: 230px;
}

.mod_index_feature_01 > .item > .box {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  max-width: 660px;
  padding: 3.2%;
  margin-top: 0;
  background: rgba(255, 255, 255, .9);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: .8s .25s;
}

.mod_index_feature_01 > .item > .box > .hdg {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 55px;
  font-size: 4.2rem;
  font-weight: bold;
}

.mod_index_feature_01 > .item > .box > .hdg br {
  display: none;
}

.mod_index_feature_01 > .item > .box > .hdg:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 160px;
  height: 12px;
  background: #d90000;
}

.mod_index_feature_01 > .item > .box > .txt {
  margin-bottom: 0;
}

.mod_index_feature_01 > .item > .image {
  position: relative;
  z-index: 0;
  background: no-repeat 1000% 1000%;
}

.mod_index_feature_01 > .item > .image img {
  position: relative;
  margin-top: 0;
  transition: .8s;
}

.mod_index_feature_01 > .item_01 > .box, .mod_index_feature_01 > .item_03 > .box {
  right: auto;
  left: 0;
}

.mod_index_feature_01 > .item_01 > .image, .mod_index_feature_01 > .item_03 > .image {
  text-align: right;
}

.mod_index_feature_01 > .item_01 {
  margin-bottom: 280px;
}

.mod_index_feature_01 > .item_01 > .box > .hdg:before {
  background: #f8a910;
}

.mod_index_feature_01 > .item_02 > .box > .hdg:before {
  background: #1f2fa9;
}

.mod_index_feature_01 > .item_03 {
  margin-bottom: 220px;
}

.mod_index_feature_01 > .item_03 > .box > .hdg:before {
  background: #b80b5a;
}

.mod_index_feature_01 > .item_04 {
  margin-bottom: 80px;
}

.mod_index_feature_01 > .item_04 > .box > .hdg:before {
  background: #018a9d;
}

@media only screen and (max-width: 1024px) {
  .mod_index_feature_01 > .item {
    position: relative;
    min-height: inherit;
    padding: 20px;
    margin-bottom: 8vw !important;
    overflow: hidden;
  }
  .mod_index_feature_01 > .item > .box {
    position: relative;
    width: 100%;
    max-width: inherit;
    padding: 20px 15px;
    -webkit-transform: none;
            transform: none;
  }
  .mod_index_feature_01 > .item > .box > .hdg {
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .mod_index_feature_01 > .item > .box > .hdg br {
    display: inline-block;
  }
  .mod_index_feature_01 > .item > .box > .hdg:before {
    width: 20%;
    height: 2px;
  }
  .mod_index_feature_01 > .item > .box > .txt {
    font-size: 1.2rem;
  }
  .mod_index_feature_01 > .item > .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
  }
  .mod_index_feature_01 > .item > .image img {
    display: none;
  }
}

.mod_index_feature_02 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}

.mod_index_feature_02 > .item {
  width: calc(100% / 3 - 10px);
  background: #fff;
  border: 1px solid #ccc;
}

.mod_index_feature_02 > .item:nth-child(n+4) {
  margin-top: 15px;
}

.mod_index_feature_02 > .item > a {
  display: block;
  position: relative;
  height: 100%;
  padding: 18px 20px 40px;
  text-decoration: none;
}

.mod_index_feature_02 > .item > a:hover, .mod_index_feature_02 > .item > a:focus {
  opacity: .5;
}

.mod_index_feature_02 > .item > a:not([target='_blank']):before, .mod_index_feature_02 > .item > a:not([target='_blank']):after {
  content: '';
  position: absolute;
}

.mod_index_feature_02 > .item > a:not([target='_blank']):before {
  right: 20px;
  bottom: 23px;
  width: 11px;
  height: 1px;
  background: #d90000;
}

.mod_index_feature_02 > .item > a:not([target='_blank']):after {
  right: 20px;
  bottom: 20px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #d90000;
  border-right: 1px solid #d90000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mod_index_feature_02 > .item > a > div.icon {
  display: inline-block;
  padding: 1px 10px;
  margin-bottom: 5px;
  background: #d90000;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}

.mod_index_feature_02 > .item > a > .label {
  margin-bottom: 7px;
  font-weight: bold;
  color: #333;
}

[lang='en'] .mod_index_feature_02 > .item > a > .label {
  font-size: 1.4rem;
}

.mod_index_feature_02 > .item > a > .data {
  padding: 14px;
  margin-right: 10%;
  margin-bottom: 12px;
  margin-left: -20px;
  background: #d90000;
  line-height: 1;
  color: #fff;
}

.mod_index_feature_02 > .item > a > .data > img {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.mod_index_feature_02 > .item > a > .data > span {
  display: inline-block;
  vertical-align: middle;
}

.mod_index_feature_02 > .item > a > .data > span > em {
  display: inline-block;
  margin-right: 10px;
  font-size: 4.8rem;
  font-style: italic;
  font-weight: bold;
}

.mod_index_feature_02 > .item > a > .txt, .mod_index_feature_02 > .item > a > .notes {
  margin: 0;
  line-height: 1.6;
  font-size: 1.4rem;
  color: #666;
}

.mod_index_feature_02 > .item > a img.icon {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

@media only screen and (max-width: 1024px) {
  .mod_index_feature_02 {
    margin-bottom: 40px;
  }
  .mod_index_feature_02 > .item {
    width: calc(100% / 2 - 7.5px);
  }
  .mod_index_feature_02 > .item:nth-child(n+3) {
    margin-top: 15px;
  }
  .mod_index_feature_02 > .item > a > div.icon {
    font-size: 1.2rem;
  }
  .mod_index_feature_02 > .item > a > .label {
    font-size: 1.3rem;
  }
  .mod_index_feature_02 > .item > a > .data {
    padding: 7px 14px;
  }
  .mod_index_feature_02 > .item > a > .data > span > em {
    font-size: 3rem;
  }
  .mod_index_feature_02 > .item > a > .txt, .mod_index_feature_02 > .item > a > .notes {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .mod_index_feature_02 > .item {
    width: 100%;
  }
  .mod_index_feature_02 > .item:nth-child(n+2) {
    margin-top: 15px;
  }
  .mod_index_feature_02 > .item > a {
    padding: 10px 15px 30px;
  }
  .mod_index_feature_02 > .item > a > .data {
    margin-left: -15px;
  }
  .mod_index_feature_02 > .item > a > .data > img {
    width: 32px;
  }
  .mod_index_feature_02 > .item > a > .data > span > em {
    font-size: 2rem;
  }
}

.mod_hdg_feature_03, .mod_hdg_feature_06 {
  margin: 0 0 25px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}

.mod_hdg_feature_03 + p, .mod_hdg_feature_06 + p {
  margin-bottom: 55px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .mod_hdg_feature_03, .mod_hdg_feature_06 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .mod_hdg_feature_03 + p, .mod_hdg_feature_06 + p {
    margin-bottom: 30px;
  }
}

.mod_hdg_feature_05 {
  margin-bottom: 56px;
}

@media only screen and (max-width: 767px) {
  .mod_hdg_feature_05 {
    margin-bottom: 30px;
  }
}

.mod_hdg_feature_06 {
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 2.6erm;
}

@media only screen and (max-width: 767px) {
  .mod_hdg_feature_06 {
    margin-top: 36px;
    margin-bottom: 24px;
  }
}

.mod_hdg_feature_02 + .mod_hdg_feature_06, .mod_hdg_feature_05 + .mod_hdg_feature_06 {
  margin-top: -13px;
}

.mod_list_feature_01 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mod_list_feature_01 > li {
  position: relative;
  width: calc(100% / 5);
  text-align: center;
}

.mod_list_feature_01 > li > a, .mod_list_feature_01 > li > div.nolink {
  display: block;
  position: relative;
  height: 100%;
  text-decoration: none;
}

.mod_list_feature_01 > li > a > .data, .mod_list_feature_01 > li > div.nolink > .data {
  padding-bottom: 20px;
  line-height: 1;
}

.mod_list_feature_01 > li > a > .data > img, .mod_list_feature_01 > li > div.nolink > .data > img {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 4px;
}

.mod_list_feature_01 > li > a > .data > span, .mod_list_feature_01 > li > div.nolink > .data > span {
  display: block;
  font-weight: bold;
  color: #d90000;
}

.mod_list_feature_01 > li > a > .data > span > em, .mod_list_feature_01 > li > div.nolink > .data > span > em {
  display: block;
  margin-right: 4px;
  font-size: 4.8rem;
  font-style: italic;
}

.mod_list_feature_01 > li > a:hover > .data, .mod_list_feature_01 > li > a:hover > .label, .mod_list_feature_01 > li > a:focus > .data, .mod_list_feature_01 > li > a:focus > .label {
  opacity: .5;
  color: #333;
}

.mod_list_feature_01 > li:before, .mod_list_feature_01 > li:after, .mod_list_feature_01 > li > a:before, .mod_list_feature_01 > li > div.nolink:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: calc(100% - 20px);
  background: rgba(217, 0, 0, .2);
}

.mod_list_feature_01 > li:before {
  right: 0;
  left: auto;
}

.mod_list_feature_01 > li:not(:nth-child(5n)):before {
  display: none;
}

.mod_list_feature_01 > li > a:before, .mod_list_feature_01 > li > div.nolink:before {
  top: auto;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 1px;
}

.mod_list_feature_01 > li:nth-child(n+6) {
  margin-top: 15px;
}

.mod_list_feature_01 > li > .label {
  margin-bottom: 2px;
}

@media only screen and (max-width: 1024px) {
  .mod_list_feature_01 > li {
    width: calc(100% / 3);
  }
  .mod_list_feature_01 > li > a > .data > span > em, .mod_list_feature_01 > li > div.nolink > .data > span > em {
    font-size: 3rem;
  }
  .mod_list_feature_01 > li:not(:nth-child(5n)):before {
    display: inline-block;
  }
  .mod_list_feature_01 > li:not(:nth-child(3n)):before {
    display: none;
  }
  .mod_list_feature_01 > li:nth-child(n+4) {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .mod_list_feature_01 > li {
    width: calc(100% / 2);
    margin-bottom: 0;
  }
  .mod_list_feature_01 > li:before, .mod_list_feature_01 > li:after, .mod_list_feature_01 > li > a:before {
    height: calc(100% - 10px);
  }
  .mod_list_feature_01 > li > a:before {
    left: 10px;
    width: calc(100% - 20px);
    height: 1px;
  }
  .mod_list_feature_01 > li > a, .mod_list_feature_01 > li > div.nolink {
    padding-top: 4px;
  }
  .mod_list_feature_01 > li > a > .data, .mod_list_feature_01 > li > div.nolink > .data {
    padding-bottom: 12px;
  }
  .mod_list_feature_01 > li > a > .data > img, .mod_list_feature_01 > li > div.nolink > .data > img {
    top: 0;
    max-height: 30px;
  }
  .mod_list_feature_01 > li > a > .data > span > em, .mod_list_feature_01 > li > div.nolink > .data > span > em {
    font-size: 2rem;
  }
  .mod_list_feature_01 > li:not(:nth-child(3n)):before {
    display: inline-block;
  }
  .mod_list_feature_01 > li:not(:nth-child(2n)):before {
    display: none;
  }
  .mod_list_feature_01 > li:nth-child(n+3) {
    margin-top: 10px;
  }
  .mod_list_feature_01 > li:last-child {
    width: 100%;
  }
  .mod_list_feature_01 > li:last-child:before {
    display: inline-block;
  }
}

.mod_hdg_feature_04 {
  padding: 80px 10px 45px;
  background: #791b1b url('/feature/images/index_bg_01.jpg') no-repeat center center;
  background-size: 2000px 720px;
  text-align: center;
  color: #fff;
}

[lang='en'] .mod_hdg_feature_04 {
  background: #791b1b url('/english/feature/images/index_bg_01.jpg') no-repeat center center;
}

.mod_hdg_feature_04 > .hdg {
  margin-bottom: 40px;
  line-height: 1.6;
  font-size: 3.2rem;
  font-weight: bold;
}

.mod_hdg_feature_04 > .btn {
  margin-bottom: 20px;
  text-align: center;
}

.mod_hdg_feature_04 > .btn + .btn {
  margin-bottom: 35px;
}

.mod_hdg_feature_04 > .btn > a {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 460px;
  padding: 23px 98px 21px 85px;
  background: #fff;
  box-shadow: 4px 6px 0 rgba(28, 28, 28, .2);
  letter-spacing: .1em;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  color: #1c1c1c;
}

.mod_hdg_feature_04 > .btn > a:hover, .mod_hdg_feature_04 > .btn > a:focus {
  color: #d90000;
}

.mod_hdg_feature_04 > .btn > a:before, .mod_hdg_feature_04 > .btn > a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.mod_hdg_feature_04 > .btn > a:before {
  right: 23px;
  width: 30px;
  height: 1px;
  background: #d90000;
}

.mod_hdg_feature_04 > .btn > a:after {
  right: 25px;
  width: 22px;
  height: 22px;
  border-top: 1px solid #d90000;
  border-right: 1px solid #d90000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mod_hdg_feature_04 .mod_link_btn_01 .btn {
  margin: 0 8px;
  border: none;
}

@media only screen and (max-width: 767px) {
  .mod_hdg_feature_04 {
    padding: 30px 10px;
    background-position: 42% center;
  }
  .mod_hdg_feature_04 > .hdg {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .mod_hdg_feature_04 > .btn {
    margin-bottom: 10px;
  }
  .mod_hdg_feature_04 > .btn + .btn {
    margin-bottom: 2px;
  }
  .mod_hdg_feature_04 > .btn > a {
    padding: 19px 37px 18px 20px;
    box-shadow: 2px 3px 0 rgba(28, 28, 28, .2);
    font-size: 1.4rem;
  }
  .mod_hdg_feature_04 > .btn > a:before {
    right: 16px;
    width: 24px;
  }
  .mod_hdg_feature_04 > .btn > a:after {
    right: 19px;
    width: 16px;
    height: 16px;
  }
  .mod_hdg_feature_04 .mod_link_btn_01 .btn {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

.feature_anc_list {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .feature_anc_list {
    flex-wrap: wrap;
  }
}

.feature_anc_list > li {
  display: flex;
  position: relative;
  flex-basis: 270px;
  margin: 0 13px 12px 13px;
  border: solid 1px #d90000;
}

@media only screen and (max-width: 767px) {
  .feature_anc_list > li {
    flex-basis: calc(50% - 10px);
    margin: 0 5px 12px 5px;
  }
}

.feature_anc_list > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 130px;
  padding: 28px 10px 40px;
  background: transparent;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  font-size: 2.4rem;
  font-weight: bold;
  color: #d90000;
}

.feature_anc_list > li a:hover, .feature_anc_list > li a:focus, .feature_anc_list > li a:active {
  opacity: .7;
}

@media only screen and (max-width: 767px) {
  .feature_anc_list > li a {
    min-height: 84px;
    padding: 24px 10px 30px;
    font-size: 1.2rem;
  }
}

.feature_anc_list > li a::before {
  content: '';
  position: absolute;
  bottom: 13px;
  left: 50%;
  width: 1px;
  height: 10px;
  margin-left: -1px;
  background: #d90000;
}

.feature_anc_list > li a::after {
  content: '';
  position: absolute;
  bottom: 13px;
  left: 50%;
  width: 7px;
  height: 7px;
  margin-left: -4px;
  border-top: 1px solid #d90000;
  border-right: 1px solid #d90000;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.mod_link_feature_01 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto 30px;
}

@media only screen and (max-width: 767px) {
  .mod_link_feature_01 {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}

.mod_link_feature_01 > li {
  display: flex;
  align-items: center;
  flex-basis: 100%;
  justify-content: flex-start;
  max-width: 391px;
  margin-right: 13px;
}

@media only screen and (max-width: 767px) {
  .mod_link_feature_01 > li {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.mod_link_feature_01 > li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.mod_link_feature_01 > li a {
  display: flex;
  align-items: center;
  flex-basis: 100%;
  justify-content: flex-start;
  padding: 70px 70px 70px 0;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  transition: background-size 300ms;
  will-change: background-size;
  text-decoration: none;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .mod_link_feature_01 > li a:hover, .mod_link_feature_01 > li a:focus, .mod_link_feature_01 > li a:active {
    background-size: auto 110% !important;
  }
}

@media only screen and (max-width: 767px) {
  .mod_link_feature_01 > li a {
    padding: 20px;
    background-size: cover;
  }
}

.mod_link_feature_01 > li .inner {
  position: relative;
  max-width: 366px;
  padding: 46px 35px 24px 19px;
  background: rgba(215, 18, 19, .9);
}

@media only screen and (max-width: 767px) {
  .mod_link_feature_01 > li .inner {
    width: 100%;
    max-width: 100%;
  }
}

.mod_link_feature_01 > li .inner::before, .mod_link_feature_01 > li .inner::after {
  content: '';
  position: absolute;
  margin: auto;
}

.mod_link_feature_01 > li .inner::before {
  right: 21px;
  bottom: 34px;
  width: 31px;
  height: 1px;
  background: #fff;
}

.mod_link_feature_01 > li .inner::after {
  right: 24px;
  bottom: 24px;
  width: 22px;
  height: 22px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mod_link_feature_01 > li .hdg {
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: .1em;
  font-size: 2rem;
  font-weight: bold;
}

.mod_link_feature_01 > li p {
  line-height: 1.6;
  font-weight: bold;
}

.template_503 #str_header .nav_global, .template_503 #str_header .inner .demarcation .dmc_col:last-child {
  display: none;
}

.template_503 #str_header > .inner {
  padding-bottom: 13px;
}

.template_503 #str_footer .footer_conversion, .template_503 #str_footer .sns_link, .template_503 #str_footer .footer_link, .template_503 #str_footer .mod_pagetop {
  display: none;
}

.template_503 #str_footer .copyright {
  border-top: 1px solid #ccc;
}

.template_503 #str_content {
  max-width: 960px;
  padding-top: 55px;
  margin: 0 auto 150px;
}

.template_503 #str_content .mod_hdg_novisual {
  margin-bottom: 30px;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .template_503 #str_content {
    padding-top: 25px;
    margin-bottom: 75px;
  }
  .template_503 #str_content .mod_hdg_novisual {
    margin-bottom: 20px;
  }
  .template_503 #str_content .mod_hdg_novisual .ttl {
    padding-bottom: 10px;
  }
}

.template_404 #str_footer {
  margin-top: 44px;
}

.template_404 #str_main {
  margin-bottom: 40px;
  background: url('/images/404_bg_01.png') no-repeat center top;
}

[lang='en'] .template_404 #str_main {
  background: url('/english/images/404_bg_01.png') no-repeat center top;
}

.template_404 #str_content {
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  .template_404 #str_footer {
    margin-top: 20px;
  }
  .template_404 #str_main {
    margin-bottom: 30px;
  }
  .template_404 #str_content {
    padding-top: 10px;
  }
}

.mod_box_404 {
  padding: 40px;
  background: rgba(238, 238, 238, .8);
}

@media only screen and (max-width: 767px) {
  .mod_box_404 {
    padding: 15px 10px;
  }
}

.mod_search_bottom {
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto 20px;
  text-align: center;
}

.mod_search_bottom form {
  padding-bottom: 14px;
  border-bottom: 2px solid #e0e0e0;
}

.mod_search_bottom form > .label {
  display: flex;
  align-items: center;
}

.mod_search_bottom form > .label > .input {
  width: calc(100% - 106px);
  height: 46px;
  padding: 0;
  margin-right: 10px;
  border: none;
  font-size: 2.8rem;
}

.mod_search_bottom form > .label > .btn {
  width: 96px;
  padding: 9px;
  background: #333;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.mod_search_bottom form > .label > .btn:hover {
  opacity: .5;
}

.mod_search_bottom .gsc-search-box {
  max-width: 480px;
  margin: 0 auto;
}

.mod_search_bottom .gsc-control-cse, .mod_search_bottom .gsc-control-searchbox-only {
  padding: 0 !important;
}

.mod_search_bottom .gsc-control-cse .gsc-search-box, .mod_search_bottom .gsc-control-searchbox-only .gsc-search-box {
  margin-bottom: 0 !important;
}

.mod_search_bottom .gsc-control-cse .gsc-search-box .gstl_50, .mod_search_bottom .gsc-control-searchbox-only .gsc-search-box .gstl_50 {
  padding: 0 !important;
  border: none !important;
}

.mod_search_bottom .gsc-control-cse .gsc-search-box .gsc-input-box, .mod_search_bottom .gsc-control-searchbox-only .gsc-search-box .gsc-input-box {
  height: auto !important;
  box-shadow: none !important;
  border: none !important;
}

.mod_search_bottom .gsc-control-cse .gsc-search-box td.gsc-input, .mod_search_bottom .gsc-control-searchbox-only .gsc-search-box td.gsc-input {
  width: calc(100% - 106px) !important;
  padding: 0 10px 0 0 !important;
}

.mod_search_bottom .gsc-control-cse .gsc-search-box td.gsc-input .gsib_a, .mod_search_bottom .gsc-control-searchbox-only .gsc-search-box td.gsc-input .gsib_a {
  padding: 0 !important;
}

.mod_search_bottom .gsc-control-cse .gsc-search-box input.gsc-input, .mod_search_bottom .gsc-control-searchbox-only .gsc-search-box input.gsc-input {
  height: 46px !important;
}

.mod_search_bottom .gsc-control-cse .gsc-search-box input.gsc-input::-webkit-input-placeholder, .mod_search_bottom .gsc-control-searchbox-only .gsc-search-box input.gsc-input::-webkit-input-placeholder {
  font-size: inherit !important;
}

.mod_search_bottom .gsc-control-cse .gsc-search-box button.gsc-search-button, .mod_search_bottom .gsc-control-searchbox-only .gsc-search-box button.gsc-search-button {
  margin: 0 !important;
  border: none !important;
}

.mod_search_bottom .gsc-control-cse .gsc-search-box td.gsc-search-button, .mod_search_bottom .gsc-control-searchbox-only .gsc-search-box td.gsc-search-button {
  width: 96px !important;
  padding: 0 !important;
}

.mod_search_bottom .gsc-control-cse .gsc-search-box td.gsc-search-button button.gsc-search-button, .mod_search_bottom .gsc-control-searchbox-only .gsc-search-box td.gsc-search-button button.gsc-search-button {
  width: auto;
  height: auto;
  padding: 16px 42px !important;
  background: #333;
  border-radius: 0 !important;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .mod_search_bottom form {
    padding-bottom: 10px;
  }
  .mod_search_bottom form > .label > .input {
    width: calc(100% - 90px);
    height: 35px;
    padding-left: 5px;
    margin-right: 5px;
  }
  .mod_search_bottom form > .label > .btn {
    width: 80px;
    padding: 5px;
  }
  .mod_search_bottom .gsc-control-cse .gsc-search-box input.gsc-input, .mod_search_bottom .gsc-control-searchbox-only .gsc-search-box input.gsc-input {
    height: 35px !important;
    padding-left: 5px !important;
  }
  .mod_search_bottom .gsc-control-cse .gsc-search-box td.gsc-search-button, .mod_search_bottom .gsc-control-searchbox-only .gsc-search-box td.gsc-search-button {
    width: 80px !important;
    padding-right: 5px !important;
  }
  .mod_search_bottom .gsc-control-cse .gsc-search-box td.gsc-search-button button.gsc-search-button, .mod_search_bottom .gsc-control-searchbox-only .gsc-search-box td.gsc-search-button button.gsc-search-button {
    padding: 11px 32px !important;
  }
}

.mod_search_bottom .gs-title {
  line-height: 1 !important;
  text-align: left !important;
}

@media only screen and (max-width: 767px) {
  .mod_search_bottom .gs-title {
    height: auto !important;
    line-height: 1.5 !important;
  }
}

.mod_search_bottom .gsc-selected-option-container {
  max-width: 100%;
}

.search_dmc {
  max-width: 720px;
  margin: auto;
}

.search_dmc .gsc-search-box {
  max-width: 720px;
}

/* case */
.template_case .str_block {
  padding-top: 30px;
  padding-bottom: 15px;
}

.template_case .str_block:nth-child(1) p {
  margin-bottom: 0;
}

.template_case .str_block.new_case {
  background-color: #eee;
  background-image: url(/case/images/index_bg_01.png);
  background-repeat: no-repeat;
  background-position: top left;
}

.template_case .str_block.new_case .mod_panel_01 .col:first-child, .template_case .str_block.new_case .mod_panel_02 .col:first-child, .template_case .str_block.new_case .mod_panel_03 .col:first-child {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 15px;
  background: transparent;
  border: none;
}

@media only screen and (max-width: 767px) {
  .template_case .str_block.new_case .mod_panel_01 .col:first-child, .template_case .str_block.new_case .mod_panel_02 .col:first-child, .template_case .str_block.new_case .mod_panel_03 .col:first-child {
    padding-right: 0;
  }
}

.template_case .str_block.new_case .mod_panel_01 .col:first-child .hdg_case, .template_case .str_block.new_case .mod_panel_02 .col:first-child .hdg_case, .template_case .str_block.new_case .mod_panel_03 .col:first-child .hdg_case {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 150px;
  max-width: 328px;
  background: #d90000;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .template_case .str_block.new_case .mod_panel_01 .col:first-child .hdg_case, .template_case .str_block.new_case .mod_panel_02 .col:first-child .hdg_case, .template_case .str_block.new_case .mod_panel_03 .col:first-child .hdg_case {
    height: 120px;
    max-width: 100%;
    font-size: 2.4rem;
  }
}

.template_case .mod_panel_01 .col a, .template_case .mod_panel_02 .col a, .template_case .mod_panel_03 .col a {
  padding: 24px 20px 35px;
}

.template_case .mod_panel_01 .mod_img_01 .img, .template_case .mod_panel_02 .mod_img_01 .img, .template_case .mod_panel_03 .mod_img_01 .img {
  margin-bottom: 4px;
}

.template_case .mod_panel_01 .mod_img_01 .hdg, .template_case .mod_panel_02 .mod_img_01 .hdg, .template_case .mod_panel_03 .mod_img_01 .hdg {
  line-height: 1.4;
  text-align: left;
  font-size: 1.6rem;
}

.template_case .mod_panel_01 .mod_img_01 .hdg .title, .template_case .mod_panel_02 .mod_img_01 .hdg .title, .template_case .mod_panel_03 .mod_img_01 .hdg .title {
  display: block;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .template_case .mod_panel_01 .mod_img_01 .hdg .title, .template_case .mod_panel_02 .mod_img_01 .hdg .title, .template_case .mod_panel_03 .mod_img_01 .hdg .title {
    font-size: 1.8rem;
  }
}

.template_case .mod_panel_01 .mod_img_01 .hdg .icon, .template_case .mod_panel_02 .mod_img_01 .hdg .icon, .template_case .mod_panel_03 .mod_img_01 .hdg .icon {
  display: inline-block;
  position: relative;
  top: -2px;
  padding: 1px 5px 3px;
  margin-right: 7px;
  background: #d90000;
  font-size: 1.1rem;
  font-weight: normal;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .template_case .mod_panel_01 .mod_img_01 .hdg .icon, .template_case .mod_panel_02 .mod_img_01 .hdg .icon, .template_case .mod_panel_03 .mod_img_01 .hdg .icon {
    padding: 1px 5px 2px;
  }
}

.template_case .mod_panel_01 .mod_img_01 .img, .template_case .mod_panel_02 .mod_img_01 .img, .template_case .mod_panel_03 .mod_img_01 .img {
  max-height: 207px;
  overflow: hidden;
}

.template_case .mod_panel_01 .mod_img_01 .txt, .template_case .mod_panel_02 .mod_img_01 .txt, .template_case .mod_panel_03 .mod_img_01 .txt {
  font-size: 1.6rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .template_case .mod_panel_01 .mod_img_01 .txt, .template_case .mod_panel_02 .mod_img_01 .txt, .template_case .mod_panel_03 .mod_img_01 .txt {
    font-size: 1.4rem;
  }
}

.template_case .mod_panel_01 .mod_img_01 .img_sec.image_buttom, .template_case .mod_panel_02 .mod_img_01 .img_sec.image_buttom, .template_case .mod_panel_03 .mod_img_01 .img_sec.image_buttom {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.template_case .mod_panel_01 .mod_img_01 .img_sec.image_buttom .img, .template_case .mod_panel_02 .mod_img_01 .img_sec.image_buttom .img, .template_case .mod_panel_03 .mod_img_01 .img_sec.image_buttom .img {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: auto;
}

.template_case .mod_panel_01 .mod_img_01 .img_sec.image_buttom .img img, .template_case .mod_panel_02 .mod_img_01 .img_sec.image_buttom .img img, .template_case .mod_panel_03 .mod_img_01 .img_sec.image_buttom .img img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .template_case .mod_panel_01 .mod_img_01 .img_sec.image_buttom .img img, .template_case .mod_panel_02 .mod_img_01 .img_sec.image_buttom .img img, .template_case .mod_panel_03 .mod_img_01 .img_sec.image_buttom .img img {
    flex: 0 0 auto;
    width: auto;
  }
}
