@charset "UTF-8";
/* ========================================================================== */
/* Normalize */
/* ========================================================================== */
/* normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/* -------------------------------------------------------------------------- */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/* normalize: html5 display definitions */
/* -------------------------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/* normalize: links */
/* -------------------------------------------------------------------------- */
a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/* normalize: text-level semantics */
/* -------------------------------------------------------------------------- */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* normalize: embedded content */
/* -------------------------------------------------------------------------- */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* normalize: grouping content */
/* -------------------------------------------------------------------------- */
figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* normalize: forms */
/* -------------------------------------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* normalize: tables */
/* -------------------------------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ========================================================================== */
/* Initialize */
/* ========================================================================== */
/* initialize: base */
/* -------------------------------------------------------------------------- */
*,
*:after,
*:before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  overflow-x: hidden;
  padding-top: 5em;
  padding-bottom: 0;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -ms-font-feature-settings: "normal";
  font-size: 1em;
  line-height: 1.6;
  color: #595757;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 4em;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  body {
    padding-top: 0;
  }
}
@media print {
  body {
    zoom: 0.64;
    padding-top: 0;
    -webkit-print-color-adjust: exact;
  }
}
body.en-content {
  font-family: "Barlow", sans-serif, "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 1279px) {
  body {
    font-size: 1.28vw;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.6vw;
  }
}
/* initialize: divider */
/* -------------------------------------------------------------------------- */
hr {
  border: 0;
  border-top: 1px solid #e0e0e0;
  margin: 2em 0;
}

/* initialize: link */
/* -------------------------------------------------------------------------- */
a {
  color: #595757;
}

.isnt-touch a:focus, .isnt-touch a:hover {
  color: #e94738;
}

/* initialize: list */
/* -------------------------------------------------------------------------- */
ol,
ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}

dl {
  margin-top: 0;
}
dl dt {
  font-weight: 700;
}
dl dd {
  margin-left: 0;
}

/* initialize: media */
/* -------------------------------------------------------------------------- */
figure {
  margin: 0;
}
figure figcaption {
  margin-top: 1em;
}

img,
svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* initialize: spacing */
/* -------------------------------------------------------------------------- */
button,
dd,
dt,
li {
  margin-bottom: 0.5em;
}

fieldset,
input,
select,
textarea {
  margin-bottom: 1em;
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
  margin-bottom: 1.5em;
}

/* initialize: table */
/* -------------------------------------------------------------------------- */
table {
  width: 100%;
}
table th,
table td {
  text-align: left;
  vertical-align: top;
}

/* initialize: typography */
/* -------------------------------------------------------------------------- */
b,
strong {
  font-weight: 700;
}

em {
  font-style: normal;
  font-weight: 700;
  color: #e94738;
}

address {
  font-style: normal;
}

p {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-bottom: 1em;
  margin-top: 0;
}

h1 {
  font-size: 4em;
  line-height: 1.2;
}

h2 {
  font-size: 3em;
  line-height: 1.2;
}

h3 {
  font-size: 2em;
  line-height: 1.3;
}

h4 {
  font-size: 1.5em;
  line-height: 1.4;
}

h5 {
  font-size: 1.25em;
  line-height: 1.5;
}

h6 {
  font-size: 1.125em;
  line-height: 1.6;
}

/* ========================================================================== */
/* Elements */
/* ========================================================================== */
/* elements: accordion */
/* -------------------------------------------------------------------------- */
.accordion-trigger {
  position: relative;
  padding: 0.5em 0;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
  line-height: 1.2;
  -webkit-transition-property: padding, background-color;
  -o-transition-property: padding, background-color;
  transition-property: padding, background-color;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.accordion-trigger .trigger-icon {
  position: absolute;
  top: 0.625em;
  right: 0;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #cccccc;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: background-color, color, -webkit-transform;
  transition-property: background-color, color, -webkit-transform;
  -o-transition-property: background-color, transform, color;
  transition-property: background-color, transform, color;
  transition-property: background-color, transform, color, -webkit-transform;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
@media screen and (max-width: 767px) {
  .accordion-trigger .trigger-icon {
    background-color: #e94738;
  }
}
.accordion-trigger .trigger-icon::before, .accordion-trigger .trigger-icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 0.25em);
  width: 0.5em;
  height: 2px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.accordion-trigger .trigger-icon::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion-trigger.open {
  padding: 0.5em 1em;
  background-color: #595757;
  color: #fff;
}
.accordion-trigger.open .trigger-icon {
  background-color: #7a7979;
}
@media screen and (max-width: 767px) {
  .accordion-trigger.open .trigger-icon {
    background-color: #e94738;
    -webkit-transform: translateX(-0.5em);
        -ms-transform: translateX(-0.5em);
            transform: translateX(-0.5em);
  }
}
.accordion-trigger.open .trigger-icon::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.accordion-trigger.open .trigger-icon::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.isnt-touch .accordion-trigger::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e94738;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.isnt-touch .accordion-trigger:focus, .isnt-touch .accordion-trigger:hover {
  padding: 0.5em 1em;
  background-color: #595757;
  color: #fff;
}
.isnt-touch .accordion-trigger:focus::after, .isnt-touch .accordion-trigger:hover::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.isnt-touch .accordion-trigger:focus .trigger-icon, .isnt-touch .accordion-trigger:hover .trigger-icon {
  background-color: #e94738;
  -webkit-transform: translateX(-0.5em);
      -ms-transform: translateX(-0.5em);
          transform: translateX(-0.5em);
}
.isnt-touch .accordion-trigger.open .trigger-icon {
  -webkit-transform: translateX(-0.5em);
      -ms-transform: translateX(-0.5em);
          transform: translateX(-0.5em);
}

.accordion-target {
  display: none;
}

/* elements: block */
/* -------------------------------------------------------------------------- */
.box-block {
  padding: 1.5em;
  border: 1px solid #e0e0e0;
}

.base-block {
  padding: 1.5em;
  background-color: #f5f5f5;
}

/* elements: button */
/* -------------------------------------------------------------------------- */
.button {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 1em 5em 1em 2em;
  background-color: #595757;
  border: 0;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}
.button .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 3em;
  height: 100%;
  padding-left: 0;
  background-color: #e94738;
}
.button .icon::before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1em;
  height: 1em;
}
.button .icon.arrow::before {
  background-image: url(../images/common/ico_arrow_ini_01.svg);
}
.button .icon.direction::before {
  background-image: url(../images/common/ico_direction_ini_01.svg);
}
.button .icon.window::before {
  background-image: url(../images/common/ico_window_ini_01.svg);
}
.button .icon.file::before {
  background-image: url(../images/common/ico_file_ini_01.svg);
}
.button .icon.globe::before {
  background-image: url(../images/common/ico_globe_pri_01.svg);
}
.button .icon.email::before {
  background-image: url(../images/common/ico_email_ini_01.svg);
}
.button .icon.pin::before {
  background-image: url(../images/common/ico_pin_ini_01.svg);
}
.button .icon.rss::before {
  background-image: url(../images/common/ico_rss_ini_01.svg);
}
.button .icon.question::before {
  background-image: url(../images/common/ico_question_ini_01.svg);
}
.button .icon.email-02::before {
  background-image: url(../images/common/ico_email_ini_02.svg);
}
.button .icon.sitemap::before {
  background-image: url(../images/common/ico_sitemap_ini_01.svg);
}
.button .icon.doc::before {
  background-image: url(../images/common/ico_doc_ini_01.svg);
}
.button .icon.link::before {
  background-image: url(../images/common/ico_link_ini_01.svg);
}
.button .icon.video::before {
  background-image: url(../images/common/ico_video_ini_01.svg);
}
.button .icon.download::before {
  background-image: url(../images/common/ico_download_ini_01.svg);
}
.button.prev {
  padding: 1em 2em 1em 5em;
}
.button.prev .icon {
  right: auto;
  left: 0;
}
.button.prev .icon.arrow::before {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
      -ms-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}

.isnt-touch .button {
  cursor: pointer;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
}
.isnt-touch .button::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #e94738;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.isnt-touch .button:focus, .isnt-touch .button:hover {
  color: #fff;
}
.isnt-touch .button:focus::before, .isnt-touch .button:hover::before {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.border-button {
  display: inline-block;
  padding: 0.25em 1em;
  border: 2px solid #e0e0e0;
  background-color: #fff;
  font-weight: 500;
  text-decoration: none;
}
.border-button.icon {
  padding-left: 2.5em;
}
.border-button.icon::before {
  top: 1em;
  left: 1em;
}

/* elements: color */
/* -------------------------------------------------------------------------- */
.color-initial {
  color: #fff;
}

.color-primary {
  color: #595757;
}

.color-secondary {
  color: #e94738;
}

.color-tertiary {
  color: #2996cc;
}

.color-quaternary {
  color: #662C4B;
}

.color-quinary {
  color: #2C6666;
}

.color-gray-98 {
  color: #fafafa;
}

.color-gray-96 {
  color: #f5f5f5;
}

.color-gray-92 {
  color: #ebebeb;
}

.color-gray-88 {
  color: #e0e0e0;
}

.color-gray-80 {
  color: #cccccc;
}

.color-gray-72 {
  color: #b8b6b6;
}

.color-gray-64 {
  color: #a3a2a2;
}

.color-gray-56 {
  color: #8f8d8d;
}

.color-gray-48 {
  color: #7a7979;
}

.color-gray-40 {
  color: #666464;
}

.color-gray-32 {
  color: #525050;
}

.color-gray-24 {
  color: #3d3d3d;
}

.color-gray-16 {
  color: #292828;
}

.color-gray-08 {
  color: #141414;
}

.color-green {
  color: #83b85f;
}

.color-turquoise {
  color: #42b8b0;
}

.color-blue {
  color: #517ab8;
}

.color-purple {
  color: #7d6fa3;
}

.color-pink {
  color: #cc6a91;
}

/* elements: bg-color */
/* -------------------------------------------------------------------------- */
.bg-initial {
  background-color: #fff;
}

.bg-primary {
  background-color: #595757;
}

.bg-secondary {
  background-color: #e94738;
}

.bg-tertiary {
  background-color: #2996cc;
}

.bg-quaternary {
  background-color: #662C4B;
}

.bg-quinary {
  background-color: #2C6666;
}

.bg-gray-98 {
  background-color: #fafafa;
}

.bg-gray-96 {
  background-color: #f5f5f5;
}

.bg-gray-92 {
  background-color: #ebebeb;
}

.bg-gray-88 {
  background-color: #e0e0e0;
}

.bg-gray-80 {
  background-color: #cccccc;
}

.bg-gray-72 {
  background-color: #b8b6b6;
}

.bg-gray-64 {
  background-color: #a3a2a2;
}

.bg-gray-56 {
  background-color: #8f8d8d;
}

.bg-gray-48 {
  background-color: #7a7979;
}

.bg-gray-40 {
  background-color: #666464;
}

.bg-gray-32 {
  background-color: #525050;
}

.bg-gray-24 {
  background-color: #3d3d3d;
}

.bg-gray-16 {
  background-color: #292828;
}

.bg-gray-08 {
  background-color: #141414;
}

.bg-green {
  background-color: #83b85f;
}

.bg-turquoise {
  background-color: #42b8b0;
}

.bg-blue {
  background-color: #517ab8;
}

.bg-purple {
  background-color: #7d6fa3;
}

.bg-pink {
  background-color: #cc6a91;
}

/* elements: display */
/* -------------------------------------------------------------------------- */
.d-b {
  display: block;
}

.d-i {
  display: inline;
}

.d-ib {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .sp-d-b {
    display: block;
  }
  .sp-d-i {
    display: inline;
  }
  .sp-d-ib {
    display: inline-block;
  }
}
/* elements: hover-image */
/* -------------------------------------------------------------------------- */
.hover-image {
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
  background-color: #292828;
}
.hover-image .img {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.hover-image .icon {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3em;
  height: 3em;
  background-color: #e94738;
  background-image: url(../images/common/ico_arrow_ini_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 33.333%;
}
.hover-image[target=_blank] .icon {
  background-image: url(../images/common/ico_window_ini_01.svg);
}
.hover-image::before, .hover-image::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 4px solid transparent;
  width: 0;
  height: 0;
}
.hover-image::before {
  top: 0;
  left: 0;
}
.hover-image::after {
  bottom: 0;
  right: 0;
}

.isnt-touch .hover-image:hover {
  color: #e94738;
}
.isnt-touch .hover-image:hover .img {
  opacity: 0.9;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.isnt-touch .hover-image:hover::before, .isnt-touch .hover-image:hover::after {
  width: 100%;
  height: 100%;
}
.isnt-touch .hover-image:hover::before {
  border-top-color: #e94738;
  border-right-color: #e94738;
  -webkit-transition: width 0.1s ease-out, height 0.1s ease-out 0.1s;
  -o-transition: width 0.1s ease-out, height 0.1s ease-out 0.1s;
  transition: width 0.1s ease-out, height 0.1s ease-out 0.1s;
}
.isnt-touch .hover-image:hover::after {
  border-bottom-color: #e94738;
  border-left-color: #e94738;
  -webkit-transition: border-color 0s ease-out 0.2s, width 0.1s ease-out 0.2s, height 0.2s ease-out 0.3s;
  -o-transition: border-color 0s ease-out 0.2s, width 0.1s ease-out 0.2s, height 0.2s ease-out 0.3s;
  transition: border-color 0s ease-out 0.2s, width 0.1s ease-out 0.2s, height 0.2s ease-out 0.3s;
}

/* elements: icon */
/* -------------------------------------------------------------------------- */
.icon {
  position: relative;
  padding-left: 1.5em;
}
.icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.8em;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.75em;
  height: 0.75em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.icon.arrow::before {
  background-image: url(../images/common/ico_arrow_sec_01.svg);
}
.icon.direction::before {
  background-image: url(../images/common/ico_direction_sec_01.svg);
}
.icon.window::before {
  background-image: url(../images/common/ico_window_sec_01.svg);
}
.icon.modal::before {
  background-image: url(../images/common/ico_modal_sec_01.svg);
}
.icon.file::before {
  background-image: url(../images/common/ico_file_sec_01.svg);
}
.icon.globe::before {
  background-image: url(../images/common/ico_globe_pri_01.svg);
}
.icon.email::before {
  background-image: url(../images/common/ico_email_sec_01.svg);
}
.icon.pin::before {
  background-image: url(../images/common/ico_pin_sec_01.svg);
}
.icon.facebook::before {
  background-image: url(../images/common/ico_facebook_hex_01.svg);
}
.icon.rss::before {
  background-image: url(../images/common/ico_rss_sec_01.svg);
}
.icon.chart::before {
  background-image: url(../images/common/ico_chart_sec_01.svg);
}
.icon.question::before {
  background-image: url(../images/common/ico_question_sec_01.svg);
}
.icon.email-02::before {
  background-image: url(../images/common/ico_email_sec_02.svg);
}
.icon.sitemap::before {
  background-image: url(../images/common/ico_sitemap_sec_01.svg);
}
.icon.doc::before {
  background-image: url(../images/common/ico_doc_sec_01.svg);
}
.icon.link::before {
  background-image: url(../images/common/ico_link_sec_01.svg);
}
.icon.video::before {
  background-image: url(../images/common/ico_video_sec_01.svg);
}
.icon.download::before {
  background-image: url(../images/common/ico_download_sec_01.svg);
}
.icon.comment::before {
  background-image: url(../images/common/ico_comment_sec_01.svg);
}

/* elements: images-slider */
/* -------------------------------------------------------------------------- */
.images-slider {
  margin-bottom: 1.5em;
  line-height: 0;
}
.images-slider figure {
  margin-bottom: 0;
}
.images-slider .slide-item {
  position: relative;
  margin: 0;
}
.images-slider .slide-number {
  position: absolute;
  top: 1em;
  left: 1em;
  z-index: 1;
  border-radius: 2em;
  padding: 0.3em 1em 0.2em;
  background-color: rgba(0, 0, 0, 0.666);
  font-family: "Barlow", sans-serif;
  font-size: 1em;
  line-height: 1;
  color: #fff;
}
.images-slider .slide-number .video {
  margin-left: 1em;
}
.images-slider .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4em;
  background-color: rgba(0, 0, 0, 0.666);
}
.images-slider .caption .text {
  position: absolute;
  top: 50%;
  left: 1em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100% - 13.5em);
  font-size: 0.75em;
  line-height: 1.6;
  color: #fff;
}

/* elements: legacy-alert */
/* -------------------------------------------------------------------------- */
.legacy-alert {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  padding: 10px 0;
  background-color: red;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6;
  color: white;
}

.file-label {
  display: inline-block;
  padding: 0.25em 0.5em;
  text-align: center;
  margin-left: 0.25em;
  border-radius: 0.25em;
  font-weight: 500;
  font-size: 0.75em;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}
.file-label.pdf {
  background-color: #eb4242;
}
.file-label.doc, .file-label.docx {
  background-color: #2b579a;
}
.file-label.xls, .file-label.xlsx {
  background-color: #217346;
}
.file-label.ppt, .file-label.pptx {
  background-color: #b7472a;
}
.file-label.zip {
  background-color: #556080;
}
.file-label.video {
  background-color: #49b2cc;
}
.file-label.url {
  background-color: #a3a2a2;
}

/* elements: list */
/* ---------------------------------------------------------------- */
ol.list {
  counter-reset: number;
}
ol.list > li {
  position: relative;
  padding-left: 1.5em;
}
ol.list > li::before {
  position: absolute;
  top: 0.8em;
  left: 0;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  width: 2em;
  height: 2em;
  padding: 0.5em 0;
  border-radius: 50%;
  background-color: #e94738;
  text-indent: 0;
  text-align: center;
  font-weight: 700;
  font-size: 0.5em;
  line-height: 1;
  color: #fff;
  -webkit-transform: translateY(-0.333em);
      -ms-transform: translateY(-0.333em);
          transform: translateY(-0.333em);
}

ul.list > li {
  position: relative;
  padding-left: 1em;
}
ul.list > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #e94738;
}

dl.list {
  margin-top: 0;
}
dl.list dt {
  font-weight: 700;
}
dl.list dd {
  margin-left: 1em;
  text-indent: -1em;
}
dl.list dd::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
  border-radius: 50%;
  background-color: #e94738;
  -webkit-transform: translateY(-0.1em);
      -ms-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}

/* elements: memo */
/* -------------------------------------------------------------------------- */
.memo-swicth-block {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  padding: 1em;
  border: 1px solid lightsteelblue;
  background-color: aliceblue;
  font-size: 0.75em;
  color: slategray;
}
.memo-swicth-block input {
  margin-bottom: 0;
}
.memo-swicth-block .show {
  display: none;
}

.memo-block {
  position: relative;
  margin-bottom: 1.5em;
  padding: 1.5em;
  border: 1px solid lightsteelblue;
  background-color: aliceblue;
  font-size: 0.75em;
  color: slategray;
}
.memo-block::before {
  content: "制作メモ";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5em;
  background-color: lightsteelblue;
  font-size: 80%;
  line-height: 1;
  color: white;
}
.memo-block > *:last-child {
  margin-bottom: 0;
}
.memo-block .to-tt {
  color: royalblue;
}
.memo-block .to-pn {
  color: mediumseagreen;
}
.memo-block .to-sw {
  color: goldenrod;
}

/* elements: slick-slide */
/* -------------------------------------------------------------------------- */
.slick-slide {
  line-height: 0;
}

/* elements: slick-arrow */
/* -------------------------------------------------------------------------- */
.slick-arrow {
  width: 4em;
  height: 4em;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: #595757;
  background-image: url(../images/common/ico_direction_ini_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-indent: 100%;
  -webkit-transition: background-color 0.1s ease-out;
  -o-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out;
}

.isnt-touch .slick-arrow:focus, .isnt-touch .slick-arrow:hover {
  cursor: pointer;
  background-color: #e94738;
}

/* elements: slick-dots */
/* -------------------------------------------------------------------------- */
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  padding: 1em;
}
.slick-dots li {
  position: relative;
  width: 1em;
  height: 1em;
  margin: 0 0.5em;
  line-height: 1;
}
.slick-dots button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.666);
      -ms-transform: translate(-50%, -50%) scale(0.666);
          transform: translate(-50%, -50%) scale(0.666);
  width: 1em;
  height: 1em;
  overflow: hidden;
  margin-bottom: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  outline: none;
  text-indent: 100%;
  background-color: #595757;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  -o-transition-property: transform, background-color;
  transition-property: transform, background-color;
  transition-property: transform, background-color, -webkit-transform;
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.slick-dots button:focus, .slick-dots button:hover {
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  background-color: #e94738;
}
.slick-dots .slick-active button {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  background-color: #e94738;
}

/* elements: primary-table */
/* -------------------------------------------------------------------------- */
.primary-table {
  border-top: 2px solid #e94738;
}
.primary-table th,
.primary-table td {
  padding: 1.5em;
}
@media screen and (max-width: 767px) {
  .primary-table th,
  .primary-table td {
    padding: 1em;
  }
}
.primary-table th {
  border-bottom: 1px solid #e0e0e0;
  background-color: #595757;
  background-color: #f5f5f5;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .primary-table th {
    width: 3em;
  }
  .primary-table th .text {
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    line-height: 1;
  }
}
.primary-table td {
  border-bottom: 1px solid #e0e0e0;
  background-color: #fafafa;
}
.primary-table thead th,
.primary-table thead td {
  border-bottom: 1px solid #7a7979;
  background-color: #595757;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}

/* elements: secondary-table */
/* -------------------------------------------------------------------------- */
.secondary-table {
  border-bottom: 1px solid #e0e0e0;
}
.secondary-table th,
.secondary-table td {
  border-top: 1px solid #e0e0e0;
  padding: 1em 0;
}
.secondary-table th {
  padding-right: 1em;
  white-space: nowrap;
}
.secondary-table thead th,
.secondary-table thead td {
  border-top: 0;
}

/* elements: normal-table */
/* -------------------------------------------------------------------------- */
.normal-table {
  border: 0;
}
.normal-table th,
.normal-table td {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.normal-table th {
  width: auto !important;
  padding-right: 0.5em;
}

table ol,
table ul {
  margin-bottom: 0;
}
table p {
  margin-bottom: 0.5em;
}

/* elements: base-title */
/* -------------------------------------------------------------------------- */
.base-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1em;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.base-title .ja,
.base-title .en {
  display: inline-block;
  color: #fff;
}
.base-title .ja {
  padding: 0.25em 0.5em 0.3em;
  background-color: #e94738;
}
.base-title .en {
  padding: 0.25em 1em 0.5em;
  background-color: #595757;
  font-size: 50%;
}

/* elements: je-title */
/* -------------------------------------------------------------------------- */
.je-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1.5em;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.je-title .ja,
.je-title .en {
  display: inline-block;
}
.je-title .ja {
  margin-bottom: 0.25em;
}
.je-title .en {
  font-size: 50%;
  color: #e94738;
}

/* elements: brackets-title */
/* -------------------------------------------------------------------------- */
.brackets-title {
  display: table;
  position: relative;
  margin: 0 auto 1.5em;
  padding: 0.5em 1.25em;
}
.brackets-title::before, .brackets-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.75em;
  height: 0.75em;
}
.brackets-title::before {
  top: 0;
  left: 0;
  border-top: 2px solid #e94738;
  border-left: 2px solid #e94738;
}
.brackets-title::after {
  right: 0;
  bottom: 0;
  border-right: 2px solid #e94738;
  border-bottom: 2px solid #e94738;
}

/* elements: circle-title */
/* -------------------------------------------------------------------------- */
.circle-title {
  position: relative;
  padding-left: 1em;
  font-size: 1.75em;
  line-height: 1.4;
}
.circle-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 0.666em;
  height: 0.666em;
  border-radius: 1em;
  border: 0.1875em solid #e94738;
}

/* elements: bar-title */
/* -------------------------------------------------------------------------- */
.bar-title {
  position: relative;
  padding-left: 1em;
  font-size: 1.75em;
  line-height: 1.4;
}
.bar-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.2em;
  height: 1.4em;
  background-color: #e94738;
}

/* elements: number-title */
/* -------------------------------------------------------------------------- */
.number-title {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.number-title.ta-center {
  padding-left: 0;
  text-indent: 0;
}
.number-title .number {
  display: inline-block;
  width: 2em;
  margin-right: 1em;
  -webkit-transform: translateY(-0.25em);
      -ms-transform: translateY(-0.25em);
          transform: translateY(-0.25em);
  border-radius: 50%;
  background-color: #e94738;
  color: #fff;
  text-indent: 0;
  text-align: center;
  font-size: 50%;
  line-height: 2;
}

/* ========================================================================== */
/* Site header */
/* ========================================================================== */
@-webkit-keyframes to-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2em);
            transform: translateY(2em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes to-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2em);
            transform: translateY(2em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes to-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2em);
            transform: translateX(2em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes to-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2em);
            transform: translateX(2em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* site-header: default */
/* -------------------------------------------------------------------------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 5em;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .site-header {
    height: 4em;
    padding: 1.125em;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .site-header {
    position: absolute;
  }
}
@media print {
  .site-header {
    position: relative;
    top: auto;
    left: auto;
  }
}
.site-header::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.25em;
  background-color: #e94738;
}
@media print {
  .site-header::before {
    display: none;
  }
}
.site-header * {
  margin-bottom: 0;
}
.site-header a,
.site-header .disabled {
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
}

/* site-header: wrapper */
/* -------------------------------------------------------------------------- */
.site-header .wrapper {
  padding: 0 1.5em;
}
@media screen and (min-width: 767px) {
  .site-header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .site-header .wrapper {
    padding: 0;
  }
}
.site-header .wrapper.secondary {
  max-width: 85em;
  margin: 0 auto;
}

/* site-header: site-title */
/* -------------------------------------------------------------------------- */
.site-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 1em;
  line-height: 0;
}
.site-title .logo {
  width: auto;
  height: 2.5em;
}
@media screen and (max-width: 767px) {
  .site-title .logo {
    height: 2em;
  }
}

/* site-header: global-navi */
/* -------------------------------------------------------------------------- */
@media screen and (min-width: 767px) {
  .global-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print {
  .global-navi {
    display: none;
  }
}

/* site-header: primary-menu */
/* -------------------------------------------------------------------------- */
@media screen and (min-width: 767px) {
  .global-navi .primary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* site-header: menu-item.primary */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .global-navi .menu-item.primary {
    position: relative;
    border-bottom: 1px solid #7a7979;
  }
}
.global-navi .menu-item.primary > a {
  width: 100%;
  height: 5em;
  padding: 2em 1em;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1279px) {
  .global-navi .menu-item.primary > a {
    height: auto;
    padding: 2em 0.75em;
  }
}
@media screen and (max-width: 767px) {
  .global-navi .menu-item.primary > a {
    position: relative;
    width: calc(100% - 2.6em);
    padding: 1.5em 1em;
    padding-left: 2.5em;
  }
  .global-navi .menu-item.primary > a::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 1em;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0.75em;
    height: 0.75em;
    background-image: url(../images/common/ico_arrow_sec_01.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
}

/* site-header: menu-item.secondary */
/* -------------------------------------------------------------------------- */
@media screen and (min-width: 767px) {
  .global-navi .menu-item.secondary.flow {
    background-image: url(../images/common/ico_direction_g72_01.svg);
    background-repeat: no-repeat;
    background-position: right 1em center;
    background-size: 0.75em;
  }
}
@media screen and (max-width: 767px) {
  .global-navi .menu-item.secondary.flow {
    position: relative;
  }
}
.global-navi .menu-item.secondary > a {
  font-weight: 500;
  color: #fff;
}
.global-navi .menu-item.secondary a,
.global-navi .menu-item.secondary .disabled {
  width: 100%;
  padding: 0.5em 1em;
}
@media screen and (max-width: 767px) {
  .global-navi .menu-item.secondary a,
  .global-navi .menu-item.secondary .disabled {
    width: calc(100% - 2.6em);
  }
}
.global-navi .menu-item.secondary a.icon,
.global-navi .menu-item.secondary .disabled.icon {
  padding-left: 2.5em;
}
@media screen and (max-width: 767px) {
  .global-navi .menu-item.secondary a.icon,
  .global-navi .menu-item.secondary .disabled.icon {
    padding-left: 3.5em;
  }
}
.global-navi .menu-item.secondary a.icon::before,
.global-navi .menu-item.secondary .disabled.icon::before {
  top: 50%;
  left: 1em;
}
@media screen and (max-width: 767px) {
  .global-navi .menu-item.secondary a.icon::before,
  .global-navi .menu-item.secondary .disabled.icon::before {
    left: 2em;
  }
}

/* site-header: menu-item.tertiary */
/* -------------------------------------------------------------------------- */
.global-navi .menu-item.tertiary a,
.global-navi .menu-item.tertiary .disabled {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .global-navi .menu-item.tertiary a.icon,
  .global-navi .menu-item.tertiary .disabled.icon {
    padding-left: 4.5em;
  }
}
@media screen and (max-width: 767px) {
  .global-navi .menu-item.tertiary a.icon::before,
  .global-navi .menu-item.tertiary .disabled.icon::before {
    left: 3em;
  }
}
.global-navi .menu-item.tertiary .disabled {
  opacity: 0.25;
}

/* site-header: local-navi */
/* -------------------------------------------------------------------------- */
@media screen and (min-width: 767px) {
  .global-navi .local-navi {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    padding: 3em 0;
    background-color: #595757;
  }
  .global-navi .local-navi::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1em;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.04)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .global-navi .local-navi .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 21em;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
  }
}
.global-navi .local-navi .intro {
  width: 25em;
  margin-right: 4em;
  margin-left: 2em;
}
@media screen and (max-width: 767px) {
  .global-navi .local-navi .intro {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .global-navi .local-navi .secondary-menu {
    width: 22.5em;
  }
}
@media screen and (max-width: 767px) {
  .global-navi .local-navi .secondary-menu {
    padding: 1em 0;
    background-color: #525050;
  }
}
.global-navi .local-navi .secondary-menu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 55em;
  width: 1px;
  height: 21em;
  background-color: #7a7979;
}
@media screen and (max-width: 767px) {
  .global-navi .local-navi .secondary-menu::before {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .global-navi .local-navi .tertiary-menu {
    position: absolute;
    top: 0;
    left: 55em;
    height: 100%;
    padding-left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .global-navi .local-navi .tertiary-menu {
    padding: 1em 0;
    background-color: #3d3d3d;
  }
}
.global-navi .local-navi .title {
  margin-bottom: 1em;
  font-weight: 700;
  font-size: 2em;
  color: #fff;
}
.global-navi .local-navi .read {
  font-size: 0.875em;
  line-height: 1.8;
  color: #fff;
}

/* site-header: global-navi default visibility */
/* -------------------------------------------------------------------------- */
.global-navi .local-navi {
  display: none;
}
.global-navi .tertiary-menu {
  display: none;
}

/* site-header: menu-item hover visibility */
/* -------------------------------------------------------------------------- */
@media screen and (min-width: 767px) {
  .global-navi .menu-item.primary:hover {
    background-color: #595757;
  }
  .global-navi .menu-item.primary:hover a {
    color: #fff;
  }
  .global-navi .menu-item.primary:hover .local-navi {
    display: block;
  }
  .global-navi .menu-item.secondary:hover {
    background-color: #666464;
  }
  .global-navi .menu-item.secondary:hover .tertiary-menu {
    display: block;
  }
  .global-navi .menu-item.tertiary:hover {
    background-color: #666464;
  }
}

/* site-header: menu-item.primary toggle visibility */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .global-navi {
    position: absolute;
    top: 100%;
    left: 100vw;
    width: 100%;
    min-height: 100vh;
    padding-bottom: 9em;
    background-color: #666464;
    max-height: calc(100vh - 4em);
    overflow-y: scroll;
    -webkit-transition: left 0.2s ease-out;
    -o-transition: left 0.2s ease-out;
    transition: left 0.2s ease-out;
  }
  .global-navi .menu-item.primary > a {
    color: #fff !important;
  }
  .global-navi.open {
    left: 0;
  }
}
/* site-header: menu-item.secondary toggle visibility */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .global-navi .menu-item.secondary > a {
    opacity: 0;
    -webkit-transform: translateX(2em);
        -ms-transform: translateX(2em);
            transform: translateX(2em);
  }
  .global-navi .menu-item.primary.open {
    background-color: #666464;
  }
  .global-navi .menu-item.primary.open > a {
    color: #fff !important;
  }
  .global-navi .menu-item.primary.open .menu-item.secondary > a {
    -webkit-animation-name: to-left;
            animation-name: to-left;
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .global-navi .menu-item.primary.open .menu-item.secondary:nth-child(1) > a {
    -webkit-animation-delay: 0.05s;
            animation-delay: 0.05s;
  }
  .global-navi .menu-item.primary.open .menu-item.secondary:nth-child(2) > a {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .global-navi .menu-item.primary.open .menu-item.secondary:nth-child(3) > a {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
  }
  .global-navi .menu-item.primary.open .menu-item.secondary:nth-child(4) > a {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .global-navi .menu-item.primary.open .menu-item.secondary:nth-child(5) > a {
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
  }
  .global-navi .menu-item.primary.open .menu-item.secondary:nth-child(6) > a {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .global-navi .menu-item.primary.open .menu-item.secondary:nth-child(7) > a {
    -webkit-animation-delay: 0.35s;
            animation-delay: 0.35s;
  }
  .global-navi .menu-item.primary.open .menu-item.secondary:nth-child(8) > a {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .global-navi .menu-item.primary.open .menu-item.secondary:nth-child(9) > a {
    -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s;
  }
  .global-navi .menu-item.primary.open .menu-item.secondary:nth-child(10) > a {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .global-navi .menu-item.primary.open .local-navi {
    display: block;
  }
}
/* site-header: menu-item.tertiary toggle visibility */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .global-navi .menu-item.tertiary > a {
    opacity: 0;
  }
  .global-navi .menu-item.secondary.open .menu-item.tertiary > a {
    -webkit-animation-name: to-left;
            animation-name: to-left;
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .global-navi .menu-item.secondary.open .menu-item.tertiary:nth-child(1) > a {
    -webkit-animation-delay: 0.05s;
            animation-delay: 0.05s;
  }
  .global-navi .menu-item.secondary.open .menu-item.tertiary:nth-child(2) > a {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .global-navi .menu-item.secondary.open .menu-item.tertiary:nth-child(3) > a {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
  }
  .global-navi .menu-item.secondary.open .menu-item.tertiary:nth-child(4) > a {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .global-navi .menu-item.secondary.open .menu-item.tertiary:nth-child(5) > a {
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
  }
  .global-navi .menu-item.secondary.open .menu-item.tertiary:nth-child(6) > a {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .global-navi .menu-item.secondary.open .menu-item.tertiary:nth-child(7) > a {
    -webkit-animation-delay: 0.35s;
            animation-delay: 0.35s;
  }
  .global-navi .menu-item.secondary.open .menu-item.tertiary:nth-child(8) > a {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .global-navi .menu-item.secondary.open .menu-item.tertiary:nth-child(9) > a {
    -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s;
  }
  .global-navi .menu-item.secondary.open .menu-item.tertiary:nth-child(10) > a {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .global-navi .menu-item.secondary.open .tertiary-menu {
    display: block;
  }
}
/* site-header: sub-menu */
/* -------------------------------------------------------------------------- */
.global-navi .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .global-navi .sub-menu {
    padding: 3em 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .global-navi .sub-menu a {
    color: #fff;
  }
}
@media screen and (min-width: 767px) {
  .global-navi .sub-menu {
    margin-left: 1.5em;
  }
}
@media screen and (min-width: 1279px) {
  .global-navi .sub-menu {
    margin-left: 2em;
  }
}
.global-navi .sub-menu .menu-item {
  font-size: 0.75em;
}
.global-navi .sub-menu .menu-item + .menu-item {
  margin-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .global-navi .sub-menu .menu-item + .menu-item {
    margin-left: 2em;
  }
}
.global-navi .sub-menu .menu-item.locale .icon {
  padding-left: 2.5em;
}
.global-navi .sub-menu .menu-item.locale .icon::before {
  width: 2em;
  height: 2em;
}
@media screen and (max-width: 767px) {
  .global-navi .sub-menu .menu-item.locale .icon::before {
    background-image: url(../images/common/ico_globe_ini_01.svg);
  }
}

/* site-header: navi-trigger */
/* -------------------------------------------------------------------------- */
.navi-trigger {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
@media print {
  .navi-trigger {
    display: none;
  }
}
.navi-trigger .line {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 33.333%;
  width: 33.333%;
  height: 0.125em;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.navi-trigger .line:nth-of-type(1) {
  -webkit-transform: translateY(-333.333%);
      -ms-transform: translateY(-333.333%);
          transform: translateY(-333.333%);
}
.navi-trigger .line:nth-of-type(3) {
  -webkit-transform: translateY(333.333%);
      -ms-transform: translateY(333.333%);
          transform: translateY(333.333%);
}
.navi-trigger.close .line:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.navi-trigger.close .line:nth-of-type(2) {
  opacity: 0;
}
.navi-trigger.close .line:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* site-header: navi-trigger unique */
/* -------------------------------------------------------------------------- */
.site-header .navi-trigger.primary {
  width: 4em;
  height: 4em;
  background-color: #e94738;
}
.site-header .navi-trigger.primary.close {
  background-color: #666464;
}
.site-header .navi-trigger.secondary,
.site-header .navi-trigger.tertiary {
  width: 2.6em;
}
.site-header .navi-trigger.secondary .line,
.site-header .navi-trigger.tertiary .line {
  background-color: #b8b8b8;
}
.site-header .navi-trigger.secondary .line:nth-of-type(1),
.site-header .navi-trigger.tertiary .line:nth-of-type(1) {
  -webkit-transform: translateY(-200%);
      -ms-transform: translateY(-200%);
          transform: translateY(-200%);
}
.site-header .navi-trigger.secondary .line:nth-of-type(3),
.site-header .navi-trigger.tertiary .line:nth-of-type(3) {
  -webkit-transform: translateY(200%);
      -ms-transform: translateY(200%);
          transform: translateY(200%);
}
.site-header .navi-trigger.secondary.close .line:nth-of-type(1),
.site-header .navi-trigger.tertiary.close .line:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.site-header .navi-trigger.secondary.close .line:nth-of-type(3),
.site-header .navi-trigger.tertiary.close .line:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.site-header .navi-trigger.secondary {
  height: 4em;
}
.site-header .navi-trigger.tertiary {
  height: 2.6em;
}

/* site-header: navi-trigger visibility */
/* -------------------------------------------------------------------------- */
@media screen and (min-width: 767px) {
  .site-header .navi-trigger {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .site-header .navi-trigger {
    display: block;
  }
}

/* site-header: global-navi current */
/* -------------------------------------------------------------------------- */
.philosophy-content .global-navi .menu-item.primary.philosophy > a {
  position: relative;
  color: #fff;
}
.philosophy-content .global-navi .menu-item.primary.philosophy > a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 1em);
  left: 0.25em;
  z-index: -1;
  width: calc(100% - 0.5em);
  height: 2em;
  background-color: #e94738;
}
@media screen and (max-width: 767px) {
  .philosophy-content .global-navi .menu-item.primary.philosophy > a::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .philosophy-content .global-navi .menu-item.primary.philosophy::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 0.25em;
    height: calc(4em - 1px);
    background-color: #e94738;
  }
}

.engineer-value-content .global-navi .menu-item.primary.engineer-value > a {
  position: relative;
  color: #fff;
}
.engineer-value-content .global-navi .menu-item.primary.engineer-value > a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 1em);
  left: 0.25em;
  z-index: -1;
  width: calc(100% - 0.5em);
  height: 2em;
  background-color: #e94738;
}
@media screen and (max-width: 767px) {
  .engineer-value-content .global-navi .menu-item.primary.engineer-value > a::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .engineer-value-content .global-navi .menu-item.primary.engineer-value::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 0.25em;
    height: calc(4em - 1px);
    background-color: #e94738;
  }
}

.domain-content .global-navi .menu-item.primary.domain > a {
  position: relative;
  color: #fff;
}
.domain-content .global-navi .menu-item.primary.domain > a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 1em);
  left: 0.25em;
  z-index: -1;
  width: calc(100% - 0.5em);
  height: 2em;
  background-color: #e94738;
}
@media screen and (max-width: 767px) {
  .domain-content .global-navi .menu-item.primary.domain > a::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .domain-content .global-navi .menu-item.primary.domain::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 0.25em;
    height: calc(4em - 1px);
    background-color: #e94738;
  }
}

/* site-header: ir disabled */
/* -------------------------------------------------------------------------- */
.global-navi .menu-item.primary.ir {
  display: none;
}

/* ========================================================================== */
/* Site footer */
/* ========================================================================== */
/* site-footer: default */
/* -------------------------------------------------------------------------- */
.site-footer {
  padding: 6em 0 2em;
  background-color: #fff;
}
.site-footer a {
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
}

/* wrapper */
.site-footer .wrapper {
  padding: 0 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .site-footer .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}

/* site-footer: footer-navi */
/* -------------------------------------------------------------------------- */
@media print {
  .footer-navi {
    display: none;
  }
}
.footer-navi .menu-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer-navi .menu-group {
    padding: 0 1.5em;
    background-color: #f5f5f5;
  }
}
@media screen and (max-width: 767px) {
  .footer-navi .menu-group.primary {
    padding-top: 3.5em;
  }
}
.footer-navi .menu-group.secondary {
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .footer-navi .menu-group.secondary {
    margin-top: 0;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-navi .menu-group .menu {
  margin-right: 4em;
}
@media screen and (max-width: 767px) {
  .footer-navi .menu-group .menu {
    width: 50%;
    margin-right: 0;
  }
}
.footer-navi .menu-group .menu:last-child {
  margin-right: 0;
}
.footer-navi .menu-item {
  font-size: 0.875em;
}
.footer-navi .menu-item.locale .icon {
  padding-left: 2.5em;
}
.footer-navi .menu-item.locale .icon::before {
  width: 2em;
  height: 2em;
}
.footer-navi .menu-item.sns .icon {
  padding-left: 2.5em;
}
.footer-navi .menu-item.sns .icon::before {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-size: 50%;
}
.footer-navi .menu-item.sns .sns-item.facebook .icon::before {
  background-color: #3b5998;
  background-image: url(../images/common/ico_facebook_ini_01.svg);
}
.footer-navi .menu-item.holding, .footer-navi .menu-item.group {
  margin-top: 1.5em;
}

/* site-footer: credit-block */
/* -------------------------------------------------------------------------- */
@media screen and (min-width: 767px) {
  .credit-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.credit-block .logo {
  text-align: right;
}
@media print {
  .credit-block .logo {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .credit-block .logo {
    margin-top: 4em;
    text-align: center;
  }
}
.credit-block .logo img {
  width: 10em;
}
.credit-block .copyright {
  margin-bottom: 1.875em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .credit-block .copyright {
    margin-top: 2em;
    text-align: center;
  }
}
.credit-block .copyright .text {
  font-size: 0.875em;
}

/* site-footer: ir disabled */
/* -------------------------------------------------------------------------- */
.footer-navi .menu-item.ir {
  display: none;
}

/* ========================================================================== */
/* Page header */
/* ========================================================================== */
.page-header {
  padding: 0 1.5em;
}
@media screen and (max-width: 767px) {
  .page-header {
    margin-top: 2em;
  }
}
.page-header .base-title {
  font-size: 2em;
}
@media screen and (max-width: 767px) {
  .page-header .base-title {
    font-size: 1.8em;
  }
}

/* ========================================================================== */
/* Page footer */
/* ========================================================================== */
.page-footer {
  padding: 0 1.5em;
  margin-top: 6em;
}
@media print {
  .page-footer {
    display: none;
  }
}
.page-footer .je-title {
  margin-bottom: 1.5em;
  font-size: 1.5em;
}

/* ========================================================================== */
/* Breadcrumb container */
/* ========================================================================== */
.breadcrumb-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .breadcrumb-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.breadcrumb-container a {
  display: inline-block;
  text-decoration: none;
  color: #b8b6b6;
}
.breadcrumb-container .breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  padding: 0.5em 1em 0.5em 10em;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(10em, #f5f5f5));
  background: -o-linear-gradient(left, #fff 0%, #f5f5f5 10em);
  background: linear-gradient(to right, #fff 0%, #f5f5f5 10em);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .breadcrumb-container .breadcrumb-list {
    width: 100%;
    padding: 0.5em 1em;
    background: #f5f5f5;
  }
}
.breadcrumb-container .breadcrumb-item {
  max-width: 20em;
  overflow: hidden;
  margin-bottom: 0;
  font-size: 0.75em;
  line-height: 2;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.breadcrumb-container .breadcrumb-item + .breadcrumb-item {
  margin-left: 0.75em;
}
.breadcrumb-container .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  margin-right: 0.75em;
  background-image: url(../images/common/ico_direction_g72_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.breadcrumb-container .breadcrumb-item:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb-container .breadcrumb-item:first-child a {
  position: relative;
  overflow: hidden;
  width: 2em;
  white-space: nowrap;
  text-indent: 100%;
  background-image: url(../images/common/ico_home_g72_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.333em;
}
.breadcrumb-container .breadcrumb-item:last-child {
  font-weight: 700;
}

.isnt-touch .breadcrumb-container a:hover {
  color: #e94738;
}
.isnt-touch .breadcrumb-container .breadcrumb-item:first-child a:hover {
  background-image: url(../images/common/ico_home_sec_01.svg);
}

/* ========================================================================== */
/* index-container */
/* ========================================================================== */
.index-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.index-container .index-item {
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .index-container .index-item {
    margin-bottom: 2em;
  }
}
.index-container .index-item a {
  text-decoration: none;
}

/* index-container: content */
/* -------------------------------------------------------------------------- */
.index-container .content {
  padding: 0 1.5em;
}
.index-container .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1em;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1;
  white-space: nowrap;
}
.index-container .title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 3em;
}
.index-container .title .ja {
  margin-bottom: 0.333em;
}
.index-container .title .en {
  font-size: 50%;
  color: #e94738;
}

/* index-container: disable */
/* -------------------------------------------------------------------------- */
.index-container .disable .image img {
  opacity: 0.25;
}

/* index-container: tertiary-content, quaternary-content */
/* -------------------------------------------------------------------------- */
.tertiary-content .page-footer .index-container .index-item,
.quaternary-content .page-footer .index-container .index-item {
  width: 32% !important;
  margin-right: 2% !important;
  margin-bottom: 1.5em !important;
}
.tertiary-content .page-footer .index-container .index-item:nth-child(3n),
.quaternary-content .page-footer .index-container .index-item:nth-child(3n) {
  margin-right: 0 !important;
}
@media screen and (max-width: 767px) {
  .tertiary-content .page-footer .index-container .index-item,
  .quaternary-content .page-footer .index-container .index-item {
    width: 100% !important;
  }
}
.tertiary-content .page-footer .index-container .index-item a,
.quaternary-content .page-footer .index-container .index-item a {
  display: inline-block;
  width: 100%;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #e0e0e0;
  font-weight: 500;
  font-size: 1.125em;
}

/* index-container: tertiary-content hover */
/* -------------------------------------------------------------------------- */
.tertiary-content.isnt-touch .page-footer .index-container .index-item a {
  position: relative;
}
.tertiary-content.isnt-touch .page-footer .index-container .index-item a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e94738;
  -webkit-transition: width 0.2s ease-out;
  -o-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.tertiary-content.isnt-touch .page-footer .index-container .index-item a:hover::after {
  width: 100%;
}

/* ========================================================================== */
/* column-container */
/* ========================================================================== */
.column-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.column-container.jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .column-container > .col-item {
    width: 100%;
  }
}
.column-container.col-2 > .col-item {
  width: calc(50% - 0.25em);
  margin-bottom: 0.5em;
}
.column-container.col-2 > .col-item:nth-child(even) {
  margin-left: 0.5em;
}
@media screen and (max-width: 767px) {
  .column-container.col-2 > .col-item {
    width: 100%;
  }
  .column-container.col-2 > .col-item:nth-child(even) {
    margin-left: 0;
  }
}
.column-container.col-3 > .col-item {
  width: calc(33.333% - 0.333em);
  margin-bottom: 0.5em;
  margin-left: 0.5em;
}
.column-container.col-3 > .col-item:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .column-container.col-3 > .col-item {
    width: 100%;
    margin-left: 0;
  }
}
.column-container.col-4 > .col-item {
  margin-bottom: 0.5em;
  width: calc(25% - 0.333em);
  margin-left: 0.5em;
}
.column-container.col-4 > .col-item:nth-child(4n+1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .column-container.col-4 > .col-item {
    width: 100%;
    margin-left: 0;
  }
}

/* ========================================================================== */
/* Home content */
/* ========================================================================== */
/* home-content: visual-container */
/* -------------------------------------------------------------------------- */
.home-content .visual-container {
  position: relative;
  overflow: hidden;
}
.home-content .visual-container .visual-item {
  position: relative;
  width: 100%;
  height: 38vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .home-content .visual-container .visual-item {
    height: 100vw;
  }
}
@media print {
  .home-content .visual-container .visual-item {
    height: 30em;
  }
}
.home-content .visual-container .visual-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.home-content .visual-container .visual-item.philosophy {
  background-image: url(../images/home/img_philosophy_01.jpg);
}
.home-content .visual-container .visual-item.message {
  background-image: url(../images/home/img_message_01.jpg);
  background-position: center 33.333%;
}
@media screen and (max-width: 767px) {
  .home-content .visual-container .visual-item.message {
    background-position: center;
  }
}
.home-content .visual-container .visual-item.vi {
  background-image: url(../images/home/img_vi_01.jpg);
}
.home-content .visual-container .visual-item.vi .logo {
  position: absolute;
  top: 25%;
  left: 10%;
  width: 80vw;
  height: 18vw;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .home-content .visual-container .visual-item.vi .logo {
    left: 5%;
    width: 90%;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.home-content .visual-container .visual-item.engineer-value {
  background-image: url(../images/home/img_engineer-value_01.jpg);
}
.home-content .visual-container .visual-item.company {
  background-color: #f5f5f5;
}
.home-content .visual-container .visual-item.company .logo {
  position: absolute;
  top: 45%;
  left: 10%;
  width: 80vw;
  height: 18vw;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .home-content .visual-container .visual-item.company .logo {
    left: 5%;
    width: 90%;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.home-content .visual-container .visual-item.company .content {
  top: 75%;
}
.home-content .visual-container .visual-item.ir {
  background-image: url(../images/home/img_ir_01.jpg);
}
.home-content .visual-container .visual-item.ir .content {
  top: 75%;
}
.home-content .visual-container .content {
  position: absolute;
  top: 50%;
  top: 50%;
  left: 10%;
}
@media screen and (max-width: 767px) {
  .home-content .visual-container .content {
    left: 5%;
  }
}
.home-content .visual-container .tl {
  display: inline-block;
  margin-bottom: 0.1em;
  background-color: #fff;
}
.home-content .visual-container .catch {
  margin-bottom: 0.25em;
  font-weight: 700;
  font-size: 3vw;
  line-height: 1.2;
  color: #595757;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .home-content .visual-container .catch {
    font-size: 6.4vw;
  }
}
.home-content .visual-container .catch .tl {
  padding: 0.25em 0.5em;
}
.home-content .visual-container .link {
  font-weight: 700;
  font-size: 1.5vw;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .home-content .visual-container .link {
    font-size: 3.2vw;
  }
}
.home-content .visual-container .link .tl {
  padding: 0.5em 1em 0.5em 2.5em;
}
.home-content .visual-container .link .tl.icon::before {
  top: 1.25em;
  left: 1em;
}
.home-content .visual-container .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.home-content .visual-container .title .en {
  margin-bottom: 0.1em;
  padding: 0.2em 0.5em 0.3em;
  background-color: #e94738;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 4vw;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .home-content .visual-container .title .en {
    font-size: 8vw;
  }
}
.home-content .visual-container .title .ja {
  padding: 0.5em 1em;
  background-color: #fff;
  font-weight: 700;
  font-size: 1.6vw;
  line-height: 1.25;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .home-content .visual-container .title .ja {
    font-size: 3.2vw;
  }
}

/* home-content: en visual-container */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .en-content.home-content .visual-container .catch {
    font-size: 5.6vw;
  }
}
.en-content.home-content .visual-container .visual-item.vi .catch {
  font-size: 2.4vw;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .en-content.home-content .visual-container .visual-item.vi .catch {
    font-size: 5.6vw;
  }
}

/* home-content: visual-container slick ui */
/* -------------------------------------------------------------------------- */
.home-content .visual-container .slick-arrow {
  position: absolute;
  bottom: 1.625em;
  width: 3em;
  height: 3em;
}
@media screen and (max-width: 767px) {
  .home-content .visual-container .slick-arrow {
    bottom: 0.125em;
  }
}
.home-content .visual-container .slick-arrow.slick-prev {
  right: calc(5% + 3.25em);
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .home-content .visual-container .slick-arrow.slick-prev {
    right: 3.25em;
  }
}
.home-content .visual-container .slick-arrow.slick-next {
  right: calc(5% + 0.125em);
}
@media screen and (max-width: 767px) {
  .home-content .visual-container .slick-arrow.slick-next {
    right: 0.125em;
  }
}
.home-content .visual-container .slick-dots {
  position: absolute;
  right: 5%;
  bottom: 1.5em;
  padding: 1.125em 7.25em 1.125em 1em;
  background-color: #595757;
}
@media screen and (max-width: 767px) {
  .home-content .visual-container .slick-dots {
    position: relative;
    right: auto;
    bottom: auto;
    padding: 1.125em 1em;
  }
}
.home-content .visual-container .slick-dots button {
  background-color: #fff;
}
.home-content .visual-container .slick-dots button:focus, .home-content .visual-container .slick-dots button:hover {
  background-color: #e94738;
}
.home-content .visual-container .slick-dots .slick-active button {
  background-color: #e94738;
}

@-webkit-keyframes vs-tr-base {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes vs-tr-base {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes vs-tr-arrow {
  0% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  100% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
}
@keyframes vs-tr-arrow {
  0% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  100% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
}
/* home-content: visual-container transition */
/* -------------------------------------------------------------------------- */
.home-content .visual-transition {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.home-content .visual-transition > * {
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.home-content .visual-transition .base {
  top: 0;
  left: 0;
  width: 200vw;
  height: 100%;
  background-image: url(../images/home/bse_direction_01.svg);
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media screen and (max-width: 767px) {
  .home-content .visual-transition .base {
    width: 600vw;
  }
}
.home-content .visual-transition .arrow {
  -webkit-transform: translateX(-100vw);
      -ms-transform: translateX(-100vw);
          transform: translateX(-100vw);
}
.home-content .visual-transition .arrow::before {
  content: "";
  display: inline-block;
  padding-top: 60%;
}
.home-content .visual-transition .arrow.c-ini {
  background-image: url(../images/common/lgo_symbol_ini_01.svg);
}
.home-content .visual-transition .arrow.c-pri {
  background-image: url(../images/common/lgo_symbol_pri_01.svg);
}
.home-content .visual-transition .arrow.a-01 {
  top: 46.666%;
  left: 88%;
  width: 4vw;
}
@media screen and (max-width: 767px) {
  .home-content .visual-transition .arrow.a-01 {
    width: 8vw;
  }
}
.home-content .visual-transition .arrow.a-02 {
  top: 72%;
  left: 32%;
  width: 8vw;
}
@media screen and (max-width: 767px) {
  .home-content .visual-transition .arrow.a-02 {
    width: 16vw;
  }
}
.home-content .visual-transition .arrow.a-03 {
  top: -4%;
  left: 8%;
  width: 12vw;
}
@media screen and (max-width: 767px) {
  .home-content .visual-transition .arrow.a-03 {
    width: 24vw;
  }
}
.home-content .visual-transition .arrow.a-04 {
  top: 20%;
  left: 16%;
  width: 16vw;
}
@media screen and (max-width: 767px) {
  .home-content .visual-transition .arrow.a-04 {
    width: 32vw;
  }
}
.home-content .visual-transition .arrow.a-05 {
  top: 80%;
  left: 48%;
  width: 20vw;
}
@media screen and (max-width: 767px) {
  .home-content .visual-transition .arrow.a-05 {
    width: 40vw;
  }
}
.home-content .visual-transition .arrow.a-06 {
  top: 72%;
  left: 64%;
  width: 24vw;
}
@media screen and (max-width: 767px) {
  .home-content .visual-transition .arrow.a-06 {
    width: 48vw;
  }
}
.home-content .visual-transition .arrow.a-07 {
  top: 16%;
  left: 0;
  width: 28vw;
}
@media screen and (max-width: 767px) {
  .home-content .visual-transition .arrow.a-07 {
    width: 56vw;
  }
}
.home-content .visual-transition .arrow.a-08 {
  top: -20%;
  left: 0;
  width: 32vw;
}
@media screen and (max-width: 767px) {
  .home-content .visual-transition .arrow.a-08 {
    width: 64vw;
  }
}
.home-content .visual-transition.changing {
  display: block;
}
.home-content .visual-transition.changing .base {
  -webkit-animation: vs-tr-base 2s linear forwards;
          animation: vs-tr-base 2s linear forwards;
}
.home-content .visual-transition.changing .arrow.a-01 {
  -webkit-animation: vs-tr-arrow 2s linear forwards;
          animation: vs-tr-arrow 2s linear forwards;
}
.home-content .visual-transition.changing .arrow.a-02 {
  -webkit-animation: vs-tr-arrow 1.8s linear forwards;
          animation: vs-tr-arrow 1.8s linear forwards;
}
.home-content .visual-transition.changing .arrow.a-03 {
  -webkit-animation: vs-tr-arrow 1.6s linear forwards;
          animation: vs-tr-arrow 1.6s linear forwards;
}
.home-content .visual-transition.changing .arrow.a-04 {
  -webkit-animation: vs-tr-arrow 1.4s linear forwards;
          animation: vs-tr-arrow 1.4s linear forwards;
}
.home-content .visual-transition.changing .arrow.a-05 {
  -webkit-animation: vs-tr-arrow 1.2s linear forwards;
          animation: vs-tr-arrow 1.2s linear forwards;
}
.home-content .visual-transition.changing .arrow.a-06 {
  -webkit-animation: vs-tr-arrow 1s linear forwards;
          animation: vs-tr-arrow 1s linear forwards;
}
.home-content .visual-transition.changing .arrow.a-07 {
  -webkit-animation: vs-tr-arrow 0.8s linear forwards;
          animation: vs-tr-arrow 0.8s linear forwards;
}
.home-content .visual-transition.changing .arrow.a-08 {
  -webkit-animation: vs-tr-arrow 0.6s linear forwards;
          animation: vs-tr-arrow 0.6s linear forwards;
}

/* home-content: list-container */
/* -------------------------------------------------------------------------- */
.home-content .list-container {
  margin: 0 5%;
}
@media screen and (max-width: 767px) {
  .home-content .list-container {
    margin: 0;
  }
}
.home-content .list-container .list-item {
  padding-right: 0.125em;
}
.home-content .list-container .list-item a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-bottom: 3em;
  background-color: #fff;
  text-decoration: none;
  line-height: 1.6;
}
.home-content .list-container .list-item a.icon::before {
  top: auto;
  right: 1em;
  bottom: 0.5em;
  left: auto;
  width: 1em;
  height: 1em;
}
.home-content .list-container .date {
  width: 8em;
  margin-bottom: 2em;
  margin-left: auto;
  padding: 0.5em 0;
  background-color: #595757;
  text-align: center;
  font-weight: 500;
  font-size: 0.75em;
  color: #fff;
}
.home-content .list-container .category {
  width: calc(100% - 4em);
  margin: 1.5em auto 0;
  padding-top: 0.5em;
  border-top: 1px solid #e0e0e0;
  font-weight: 500;
  font-size: 0.7em;
  color: #a3a2a2;
}
.home-content .list-container .image {
  width: calc(100% - 3em);
  margin: 0 auto 0.5em;
}
.home-content .list-container .content {
  margin-top: 0.5em;
  padding: 0 1.5em;
}
.home-content .list-container .content .title {
  font-weight: 500;
  font-size: 1em;
  line-height: 1.6;
}
.home-content .list-container .content .comment {
  margin-top: 0.5em;
  font-size: 0.75em;
  line-height: 1.6;
  color: #a3a2a2;
}
.home-content .list-container .slick-dots button {
  background-color: #fff;
}
.home-content .list-container .slick-dots button:focus, .home-content .list-container .slick-dots button:hover {
  background-color: #e94738;
}
.home-content .list-container .slick-dots .slick-active button {
  background-color: #e94738;
}

/* home-content: bg-index-container */
/* -------------------------------------------------------------------------- */
.home-content .bg-index-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 10em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media print {
  .home-content .bg-index-container {
    padding-bottom: 6em;
  }
}
.home-content .bg-index-container::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -6.4vw;
  right: 10%;
  width: 36vw;
  height: 21.6vw;
  background-image: url(../images/common/lgo_symbol_ini_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .home-content .bg-index-container::before {
    bottom: -3.2vw;
    right: 5%;
    width: 48vw;
    height: 28.8vw;
  }
}
.home-content .bg-index-container .index-item {
  margin-right: 0.125em;
  margin-bottom: 0.125em;
  width: calc(33.333% - 0.125em);
}
@media screen and (max-width: 767px) {
  .home-content .bg-index-container .index-item {
    width: 100%;
  }
}
.home-content .bg-index-container .index-item a {
  display: block;
  padding: 2em calc(15% + 1.5em);
  background-color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  font-size: 1.25em;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .home-content .bg-index-container .index-item a {
    padding: 1.5em 3em;
  }
}
.home-content .bg-index-container .index-item a::before {
  top: 2.5em;
  left: 15%;
}
@media screen and (max-width: 767px) {
  .home-content .bg-index-container .index-item a::before {
    top: 2em;
    left: 1.5em;
  }
}

.home-content.isnt-touch .bg-index-container .index-item a:hover {
  color: #e94738;
  background-color: rgba(0, 0, 0, 0.666);
}

/* home-content: splash-container */
/* -------------------------------------------------------------------------- */
.home-content .splash-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
}
.home-content .splash-container::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 500vh;
  height: 100%;
  background-image: url(../images/home/bse_direction_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.home-content .splash-container .read {
  position: absolute;
  top: calc(50% - 1.5em);
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 1em;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}
.home-content .splash-container .read .tl {
  display: inline-block;
}
.home-content .splash-container .read .tl.l-02 {
  margin-top: 1em;
}
.home-content .splash-container .read .c {
  display: inline-block;
}
.home-content .splash-container .read.r-02 {
  top: calc(50% + 4em);
}
.home-content .splash-container .logo {
  position: absolute;
  top: calc(50% - 1.1875em);
  left: calc(50% - 5.35em);
  width: 10.7em;
  height: 2.375em;
}
.home-content .splash-container .logo .symbol {
  position: absolute;
  top: 0;
  left: 0;
  width: 4em;
  height: 2.375em;
}
.home-content .splash-container .logo .symbol img {
  width: 4em;
  height: 2.375em;
}
.home-content .splash-container .logo .typo {
  position: absolute;
  top: 0;
  left: 3.25em;
  width: 7.45em;
  height: 2.375em;
}
.home-content .splash-container .logo .typo img {
  width: 7.45em;
  height: 2.375em;
}
.home-content .splash-container .skip-button {
  position: absolute;
  top: calc(90% - 1em);
  left: calc(50% - 4em);
  width: 8em;
  height: 2em;
  padding: 0.5em 0 0.5em 0.5em;
  border-radius: 1em;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  font-size: 1em;
  line-height: 1;
}
.home-content .splash-container .skip-button.icon::before {
  top: 1em;
  left: 1em;
}

.home-content.isnt-touch .splash-container .skip-button:hover {
  cursor: pointer;
  background-color: #595757;
  color: #fff;
}

@-webkit-keyframes splash-logo-symbol-out {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
}

@keyframes splash-logo-symbol-out {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
}
@-webkit-keyframes splash-logo-typo-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-4em);
            transform: translateX(-4em);
  }
}
@keyframes splash-logo-typo-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-4em);
            transform: translateX(-4em);
  }
}
/* home-content: splash-container animation */
/* -------------------------------------------------------------------------- */
.home-content .splash-container::before {
  -webkit-transform: translateX(-33.333vh);
      -ms-transform: translateX(-33.333vh);
          transform: translateX(-33.333vh);
  -webkit-transition: -webkit-transform 1.5s ease-in 6s;
  transition: -webkit-transform 1.5s ease-in 6s;
  -o-transition: transform 1.5s ease-in 6s;
  transition: transform 1.5s ease-in 6s;
  transition: transform 1.5s ease-in 6s, -webkit-transform 1.5s ease-in 6s;
}
.home-content .splash-container .read .c {
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.home-content .splash-container .read .c.hs {
  margin-left: 0.5em;
}
.home-content .splash-container .r-01 {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.25s;
       -o-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-delay: 3s;
       -o-transition-delay: 3s;
          transition-delay: 3s;
}
.home-content .splash-container .r-01 .l-01 .c:nth-child(1) {
  -webkit-transition-delay: 0.02s;
       -o-transition-delay: 0.02s;
          transition-delay: 0.02s;
}
.home-content .splash-container .r-01 .l-01 .c:nth-child(2) {
  -webkit-transition-delay: 0.04s;
       -o-transition-delay: 0.04s;
          transition-delay: 0.04s;
}
.home-content .splash-container .r-01 .l-01 .c:nth-child(3) {
  -webkit-transition-delay: 0.06s;
       -o-transition-delay: 0.06s;
          transition-delay: 0.06s;
}
.home-content .splash-container .r-01 .l-01 .c:nth-child(4) {
  -webkit-transition-delay: 0.08s;
       -o-transition-delay: 0.08s;
          transition-delay: 0.08s;
}
.home-content .splash-container .r-01 .l-01 .c:nth-child(5) {
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.home-content .splash-container .r-01 .l-01 .c:nth-child(6) {
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
}
.home-content .splash-container .r-01 .l-01 .c:nth-child(7) {
  -webkit-transition-delay: 0.14s;
       -o-transition-delay: 0.14s;
          transition-delay: 0.14s;
}
.home-content .splash-container .r-01 .l-01 .c:nth-child(8) {
  -webkit-transition-delay: 0.16s;
       -o-transition-delay: 0.16s;
          transition-delay: 0.16s;
}
.home-content .splash-container .r-01 .l-01 .c:nth-child(9) {
  -webkit-transition-delay: 0.18s;
       -o-transition-delay: 0.18s;
          transition-delay: 0.18s;
}
.home-content .splash-container .r-01 .l-01 .c:nth-child(10) {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.home-content .splash-container .r-01 .l-01 .c:nth-child(11) {
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
}
.home-content .splash-container .r-01 .l-01 .c:nth-child(12) {
  -webkit-transition-delay: 0.24s;
       -o-transition-delay: 0.24s;
          transition-delay: 0.24s;
}
.home-content .splash-container .r-01 .l-01 .c:nth-child(13) {
  -webkit-transition-delay: 0.26s;
       -o-transition-delay: 0.26s;
          transition-delay: 0.26s;
}
.home-content .splash-container .r-01 .l-01 .c:nth-child(14) {
  -webkit-transition-delay: 0.28s;
       -o-transition-delay: 0.28s;
          transition-delay: 0.28s;
}
.home-content .splash-container .r-01 .l-01 .c:nth-child(15) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.home-content .splash-container .r-01 .l-01 .c:nth-child(16) {
  -webkit-transition-delay: 0.32s;
       -o-transition-delay: 0.32s;
          transition-delay: 0.32s;
}
.home-content .splash-container .r-01 .l-01 .c:nth-child(17) {
  -webkit-transition-delay: 0.34s;
       -o-transition-delay: 0.34s;
          transition-delay: 0.34s;
}
.home-content .splash-container .r-01 .l-01 .c:nth-child(18) {
  -webkit-transition-delay: 0.36s;
       -o-transition-delay: 0.36s;
          transition-delay: 0.36s;
}
.home-content .splash-container .r-01 .l-01 .c:nth-child(19) {
  -webkit-transition-delay: 0.38s;
       -o-transition-delay: 0.38s;
          transition-delay: 0.38s;
}
.home-content .splash-container .r-01 .l-01 .c:nth-child(20) {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.home-content .splash-container .r-01 .l-01 .c:nth-child(21) {
  -webkit-transition-delay: 0.42s;
       -o-transition-delay: 0.42s;
          transition-delay: 0.42s;
}
.home-content .splash-container .r-01 .l-01 .c:nth-child(22) {
  -webkit-transition-delay: 0.44s;
       -o-transition-delay: 0.44s;
          transition-delay: 0.44s;
}
.home-content .splash-container .r-01 .l-01 .c:nth-child(23) {
  -webkit-transition-delay: 0.46s;
       -o-transition-delay: 0.46s;
          transition-delay: 0.46s;
}
.home-content .splash-container .r-01 .l-01 .c:nth-child(24) {
  -webkit-transition-delay: 0.48s;
       -o-transition-delay: 0.48s;
          transition-delay: 0.48s;
}
.home-content .splash-container .r-01 .l-01 .c:nth-child(25) {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.home-content .splash-container .r-01 .l-01 .c:nth-child(26) {
  -webkit-transition-delay: 0.52s;
       -o-transition-delay: 0.52s;
          transition-delay: 0.52s;
}
.home-content .splash-container .r-01 .l-01 .c:nth-child(27) {
  -webkit-transition-delay: 0.54s;
       -o-transition-delay: 0.54s;
          transition-delay: 0.54s;
}
.home-content .splash-container .r-01 .l-01 .c:nth-child(28) {
  -webkit-transition-delay: 0.56s;
       -o-transition-delay: 0.56s;
          transition-delay: 0.56s;
}
.home-content .splash-container .r-01 .l-01 .c:nth-child(29) {
  -webkit-transition-delay: 0.58s;
       -o-transition-delay: 0.58s;
          transition-delay: 0.58s;
}
.home-content .splash-container .r-01 .l-01 .c:nth-child(30) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.home-content .splash-container .r-01 .l-02 .c:nth-child(1) {
  -webkit-transition-delay: 1.02s;
       -o-transition-delay: 1.02s;
          transition-delay: 1.02s;
}
.home-content .splash-container .r-01 .l-02 .c:nth-child(2) {
  -webkit-transition-delay: 1.04s;
       -o-transition-delay: 1.04s;
          transition-delay: 1.04s;
}
.home-content .splash-container .r-01 .l-02 .c:nth-child(3) {
  -webkit-transition-delay: 1.06s;
       -o-transition-delay: 1.06s;
          transition-delay: 1.06s;
}
.home-content .splash-container .r-01 .l-02 .c:nth-child(4) {
  -webkit-transition-delay: 1.08s;
       -o-transition-delay: 1.08s;
          transition-delay: 1.08s;
}
.home-content .splash-container .r-01 .l-02 .c:nth-child(5) {
  -webkit-transition-delay: 1.1s;
       -o-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.home-content .splash-container .r-01 .l-02 .c:nth-child(6) {
  -webkit-transition-delay: 1.12s;
       -o-transition-delay: 1.12s;
          transition-delay: 1.12s;
}
.home-content .splash-container .r-01 .l-02 .c:nth-child(7) {
  -webkit-transition-delay: 1.14s;
       -o-transition-delay: 1.14s;
          transition-delay: 1.14s;
}
.home-content .splash-container .r-01 .l-02 .c:nth-child(8) {
  -webkit-transition-delay: 1.16s;
       -o-transition-delay: 1.16s;
          transition-delay: 1.16s;
}
.home-content .splash-container .r-01 .l-02 .c:nth-child(9) {
  -webkit-transition-delay: 1.18s;
       -o-transition-delay: 1.18s;
          transition-delay: 1.18s;
}
.home-content .splash-container .r-01 .l-02 .c:nth-child(10) {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.home-content .splash-container .r-01 .l-02 .c:nth-child(11) {
  -webkit-transition-delay: 1.22s;
       -o-transition-delay: 1.22s;
          transition-delay: 1.22s;
}
.home-content .splash-container .r-01 .l-02 .c:nth-child(12) {
  -webkit-transition-delay: 1.24s;
       -o-transition-delay: 1.24s;
          transition-delay: 1.24s;
}
.home-content .splash-container .r-01 .l-02 .c:nth-child(13) {
  -webkit-transition-delay: 1.26s;
       -o-transition-delay: 1.26s;
          transition-delay: 1.26s;
}
.home-content .splash-container .r-01 .l-02 .c:nth-child(14) {
  -webkit-transition-delay: 1.28s;
       -o-transition-delay: 1.28s;
          transition-delay: 1.28s;
}
.home-content .splash-container .r-01 .l-02 .c:nth-child(15) {
  -webkit-transition-delay: 1.3s;
       -o-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.home-content .splash-container .r-01 .l-02 .c:nth-child(16) {
  -webkit-transition-delay: 1.32s;
       -o-transition-delay: 1.32s;
          transition-delay: 1.32s;
}
.home-content .splash-container .r-01 .l-02 .c:nth-child(17) {
  -webkit-transition-delay: 1.34s;
       -o-transition-delay: 1.34s;
          transition-delay: 1.34s;
}
.home-content .splash-container .r-01 .l-02 .c:nth-child(18) {
  -webkit-transition-delay: 1.36s;
       -o-transition-delay: 1.36s;
          transition-delay: 1.36s;
}
.home-content .splash-container .r-01 .l-02 .c:nth-child(19) {
  -webkit-transition-delay: 1.38s;
       -o-transition-delay: 1.38s;
          transition-delay: 1.38s;
}
.home-content .splash-container .r-01 .l-02 .c:nth-child(20) {
  -webkit-transition-delay: 1.4s;
       -o-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.home-content .splash-container .r-01 .l-02 .c:nth-child(21) {
  -webkit-transition-delay: 1.42s;
       -o-transition-delay: 1.42s;
          transition-delay: 1.42s;
}
.home-content .splash-container .r-01 .l-02 .c:nth-child(22) {
  -webkit-transition-delay: 1.44s;
       -o-transition-delay: 1.44s;
          transition-delay: 1.44s;
}
.home-content .splash-container .r-01 .l-02 .c:nth-child(23) {
  -webkit-transition-delay: 1.46s;
       -o-transition-delay: 1.46s;
          transition-delay: 1.46s;
}
.home-content .splash-container .r-01 .l-02 .c:nth-child(24) {
  -webkit-transition-delay: 1.48s;
       -o-transition-delay: 1.48s;
          transition-delay: 1.48s;
}
.home-content .splash-container .r-01 .l-02 .c:nth-child(25) {
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.home-content .splash-container .r-01 .l-02 .c:nth-child(26) {
  -webkit-transition-delay: 1.52s;
       -o-transition-delay: 1.52s;
          transition-delay: 1.52s;
}
.home-content .splash-container .r-01 .l-02 .c:nth-child(27) {
  -webkit-transition-delay: 1.54s;
       -o-transition-delay: 1.54s;
          transition-delay: 1.54s;
}
.home-content .splash-container .r-01 .l-02 .c:nth-child(28) {
  -webkit-transition-delay: 1.56s;
       -o-transition-delay: 1.56s;
          transition-delay: 1.56s;
}
.home-content .splash-container .r-01 .l-02 .c:nth-child(29) {
  -webkit-transition-delay: 1.58s;
       -o-transition-delay: 1.58s;
          transition-delay: 1.58s;
}
.home-content .splash-container .r-01 .l-02 .c:nth-child(30) {
  -webkit-transition-delay: 1.6s;
       -o-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.home-content .splash-container .logo {
  -webkit-transform: translate(3.333em);
      -ms-transform: translate(3.333em);
          transform: translate(3.333em);
  -webkit-transition: -webkit-transform 0.25s ease-in 3.5s;
  transition: -webkit-transform 0.25s ease-in 3.5s;
  -o-transition: transform 0.25s ease-in 3.5s;
  transition: transform 0.25s ease-in 3.5s;
  transition: transform 0.25s ease-in 3.5s, -webkit-transform 0.25s ease-in 3.5s;
}
.home-content .splash-container .logo .symbol {
  opacity: 0;
  -webkit-transform: translateX(-4em);
      -ms-transform: translateX(-4em);
          transform: translateX(-4em);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.25s;
       -o-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-delay: 3s;
       -o-transition-delay: 3s;
          transition-delay: 3s;
}
.home-content .splash-container .logo .typo {
  overflow: hidden;
  width: 0;
  -webkit-transition: all 0.25s ease-in 3.5s;
  -o-transition: all 0.25s ease-in 3.5s;
  transition: all 0.25s ease-in 3.5s;
}
.home-content .splash-container .r-02 {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-delay: 6s;
       -o-transition-delay: 6s;
          transition-delay: 6s;
}
.home-content .splash-container .r-02 .c:nth-child(1) {
  -webkit-transition-delay: 4.02s;
       -o-transition-delay: 4.02s;
          transition-delay: 4.02s;
}
.home-content .splash-container .r-02 .c:nth-child(2) {
  -webkit-transition-delay: 4.04s;
       -o-transition-delay: 4.04s;
          transition-delay: 4.04s;
}
.home-content .splash-container .r-02 .c:nth-child(3) {
  -webkit-transition-delay: 4.06s;
       -o-transition-delay: 4.06s;
          transition-delay: 4.06s;
}
.home-content .splash-container .r-02 .c:nth-child(4) {
  -webkit-transition-delay: 4.08s;
       -o-transition-delay: 4.08s;
          transition-delay: 4.08s;
}
.home-content .splash-container .r-02 .c:nth-child(5) {
  -webkit-transition-delay: 4.1s;
       -o-transition-delay: 4.1s;
          transition-delay: 4.1s;
}
.home-content .splash-container .r-02 .c:nth-child(6) {
  -webkit-transition-delay: 4.12s;
       -o-transition-delay: 4.12s;
          transition-delay: 4.12s;
}
.home-content .splash-container .r-02 .c:nth-child(7) {
  -webkit-transition-delay: 4.14s;
       -o-transition-delay: 4.14s;
          transition-delay: 4.14s;
}
.home-content .splash-container .r-02 .c:nth-child(8) {
  -webkit-transition-delay: 4.16s;
       -o-transition-delay: 4.16s;
          transition-delay: 4.16s;
}
.home-content .splash-container .r-02 .c:nth-child(9) {
  -webkit-transition-delay: 4.18s;
       -o-transition-delay: 4.18s;
          transition-delay: 4.18s;
}
.home-content .splash-container .r-02 .c:nth-child(10) {
  -webkit-transition-delay: 4.2s;
       -o-transition-delay: 4.2s;
          transition-delay: 4.2s;
}
.home-content .splash-container .r-02 .c:nth-child(11) {
  -webkit-transition-delay: 4.22s;
       -o-transition-delay: 4.22s;
          transition-delay: 4.22s;
}
.home-content .splash-container .r-02 .c:nth-child(12) {
  -webkit-transition-delay: 4.24s;
       -o-transition-delay: 4.24s;
          transition-delay: 4.24s;
}
.home-content .splash-container .r-02 .c:nth-child(13) {
  -webkit-transition-delay: 4.26s;
       -o-transition-delay: 4.26s;
          transition-delay: 4.26s;
}
.home-content .splash-container .r-02 .c:nth-child(14) {
  -webkit-transition-delay: 4.28s;
       -o-transition-delay: 4.28s;
          transition-delay: 4.28s;
}
.home-content .splash-container .r-02 .c:nth-child(15) {
  -webkit-transition-delay: 4.3s;
       -o-transition-delay: 4.3s;
          transition-delay: 4.3s;
}
.home-content .splash-container .r-02 .c:nth-child(16) {
  -webkit-transition-delay: 4.32s;
       -o-transition-delay: 4.32s;
          transition-delay: 4.32s;
}
.home-content .splash-container .r-02 .c:nth-child(17) {
  -webkit-transition-delay: 4.34s;
       -o-transition-delay: 4.34s;
          transition-delay: 4.34s;
}
.home-content .splash-container .r-02 .c:nth-child(18) {
  -webkit-transition-delay: 4.36s;
       -o-transition-delay: 4.36s;
          transition-delay: 4.36s;
}
.home-content .splash-container .r-02 .c:nth-child(19) {
  -webkit-transition-delay: 4.38s;
       -o-transition-delay: 4.38s;
          transition-delay: 4.38s;
}
.home-content .splash-container .r-02 .c:nth-child(20) {
  -webkit-transition-delay: 4.4s;
       -o-transition-delay: 4.4s;
          transition-delay: 4.4s;
}
.home-content .splash-container .r-02 .c:nth-child(21) {
  -webkit-transition-delay: 4.42s;
       -o-transition-delay: 4.42s;
          transition-delay: 4.42s;
}
.home-content .splash-container .r-02 .c:nth-child(22) {
  -webkit-transition-delay: 4.44s;
       -o-transition-delay: 4.44s;
          transition-delay: 4.44s;
}
.home-content .splash-container .r-02 .c:nth-child(23) {
  -webkit-transition-delay: 4.46s;
       -o-transition-delay: 4.46s;
          transition-delay: 4.46s;
}
.home-content .splash-container .r-02 .c:nth-child(24) {
  -webkit-transition-delay: 4.48s;
       -o-transition-delay: 4.48s;
          transition-delay: 4.48s;
}
.home-content .splash-container .r-02 .c:nth-child(25) {
  -webkit-transition-delay: 4.5s;
       -o-transition-delay: 4.5s;
          transition-delay: 4.5s;
}
.home-content .splash-container .r-02 .c:nth-child(26) {
  -webkit-transition-delay: 4.52s;
       -o-transition-delay: 4.52s;
          transition-delay: 4.52s;
}
.home-content .splash-container .r-02 .c:nth-child(27) {
  -webkit-transition-delay: 4.54s;
       -o-transition-delay: 4.54s;
          transition-delay: 4.54s;
}
.home-content .splash-container .r-02 .c:nth-child(28) {
  -webkit-transition-delay: 4.56s;
       -o-transition-delay: 4.56s;
          transition-delay: 4.56s;
}
.home-content .splash-container .r-02 .c:nth-child(29) {
  -webkit-transition-delay: 4.58s;
       -o-transition-delay: 4.58s;
          transition-delay: 4.58s;
}
.home-content .splash-container .r-02 .c:nth-child(30) {
  -webkit-transition-delay: 4.6s;
       -o-transition-delay: 4.6s;
          transition-delay: 4.6s;
}
.home-content .splash-container .r-02 .c:nth-child(31) {
  -webkit-transition-delay: 4.62s;
       -o-transition-delay: 4.62s;
          transition-delay: 4.62s;
}
.home-content .splash-container .r-02 .c:nth-child(32) {
  -webkit-transition-delay: 4.64s;
       -o-transition-delay: 4.64s;
          transition-delay: 4.64s;
}
.home-content .splash-container .r-02 .c:nth-child(33) {
  -webkit-transition-delay: 4.66s;
       -o-transition-delay: 4.66s;
          transition-delay: 4.66s;
}
.home-content .splash-container .r-02 .c:nth-child(34) {
  -webkit-transition-delay: 4.68s;
       -o-transition-delay: 4.68s;
          transition-delay: 4.68s;
}
.home-content .splash-container .r-02 .c:nth-child(35) {
  -webkit-transition-delay: 4.7s;
       -o-transition-delay: 4.7s;
          transition-delay: 4.7s;
}
.home-content .splash-container .r-02 .c:nth-child(36) {
  -webkit-transition-delay: 4.72s;
       -o-transition-delay: 4.72s;
          transition-delay: 4.72s;
}
.home-content .splash-container .r-02 .c:nth-child(37) {
  -webkit-transition-delay: 4.74s;
       -o-transition-delay: 4.74s;
          transition-delay: 4.74s;
}
.home-content .splash-container .r-02 .c:nth-child(38) {
  -webkit-transition-delay: 4.76s;
       -o-transition-delay: 4.76s;
          transition-delay: 4.76s;
}
.home-content .splash-container .r-02 .c:nth-child(39) {
  -webkit-transition-delay: 4.78s;
       -o-transition-delay: 4.78s;
          transition-delay: 4.78s;
}
.home-content .splash-container .r-02 .c:nth-child(40) {
  -webkit-transition-delay: 4.8s;
       -o-transition-delay: 4.8s;
          transition-delay: 4.8s;
}
.home-content .splash-container .r-02 .c:nth-child(41) {
  -webkit-transition-delay: 4.82s;
       -o-transition-delay: 4.82s;
          transition-delay: 4.82s;
}
.home-content .splash-container .r-02 .c:nth-child(42) {
  -webkit-transition-delay: 4.84s;
       -o-transition-delay: 4.84s;
          transition-delay: 4.84s;
}
.home-content .splash-container .r-02 .c:nth-child(43) {
  -webkit-transition-delay: 4.86s;
       -o-transition-delay: 4.86s;
          transition-delay: 4.86s;
}
.home-content .splash-container .r-02 .c:nth-child(44) {
  -webkit-transition-delay: 4.88s;
       -o-transition-delay: 4.88s;
          transition-delay: 4.88s;
}
.home-content .splash-container .r-02 .c:nth-child(45) {
  -webkit-transition-delay: 4.9s;
       -o-transition-delay: 4.9s;
          transition-delay: 4.9s;
}
.home-content .splash-container .r-02 .c:nth-child(46) {
  -webkit-transition-delay: 4.92s;
       -o-transition-delay: 4.92s;
          transition-delay: 4.92s;
}
.home-content .splash-container .r-02 .c:nth-child(47) {
  -webkit-transition-delay: 4.94s;
       -o-transition-delay: 4.94s;
          transition-delay: 4.94s;
}
.home-content .splash-container .r-02 .c:nth-child(48) {
  -webkit-transition-delay: 4.96s;
       -o-transition-delay: 4.96s;
          transition-delay: 4.96s;
}
.home-content .splash-container .r-02 .c:nth-child(49) {
  -webkit-transition-delay: 4.98s;
       -o-transition-delay: 4.98s;
          transition-delay: 4.98s;
}
.home-content .splash-container .r-02 .c:nth-child(50) {
  -webkit-transition-delay: 5s;
       -o-transition-delay: 5s;
          transition-delay: 5s;
}
.home-content .splash-container .skip-button {
  opacity: 1;
  -webkit-transition: opacity 0.5s linear 6s;
  -o-transition: opacity 0.5s linear 6s;
  transition: opacity 0.5s linear 6s;
}
.home-content .splash-container .arrow {
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-transform: translateX(-150vw);
      -ms-transform: translateX(-150vw);
          transform: translateX(-150vw);
}
.home-content .splash-container .arrow::before {
  content: "";
  display: inline-block;
  padding-top: 60%;
}
.home-content .splash-container .arrow.c-ini {
  background-image: url(../images/common/lgo_symbol_ini_01.svg);
}
.home-content .splash-container .arrow.c-pri {
  background-image: url(../images/common/lgo_symbol_pri_01.svg);
}
.home-content .splash-container .arrow.a-01 {
  top: 46.666%;
  left: 88%;
  width: 4vw;
}
@media screen and (max-width: 767px) {
  .home-content .splash-container .arrow.a-01 {
    width: 8vw;
  }
}
.home-content .splash-container .arrow.a-02 {
  top: 72%;
  left: 32%;
  width: 8vw;
}
@media screen and (max-width: 767px) {
  .home-content .splash-container .arrow.a-02 {
    width: 16vw;
  }
}
.home-content .splash-container .arrow.a-03 {
  top: -4%;
  left: 8%;
  width: 12vw;
}
@media screen and (max-width: 767px) {
  .home-content .splash-container .arrow.a-03 {
    width: 24vw;
  }
}
.home-content .splash-container .arrow.a-04 {
  top: 20%;
  left: 16%;
  width: 16vw;
}
@media screen and (max-width: 767px) {
  .home-content .splash-container .arrow.a-04 {
    width: 32vw;
  }
}
.home-content .splash-container .arrow.a-05 {
  top: 80%;
  left: 48%;
  width: 20vw;
}
@media screen and (max-width: 767px) {
  .home-content .splash-container .arrow.a-05 {
    width: 40vw;
  }
}
.home-content .splash-container .arrow.a-06 {
  top: 72%;
  left: 64%;
  width: 24vw;
}
@media screen and (max-width: 767px) {
  .home-content .splash-container .arrow.a-06 {
    width: 48vw;
  }
}
.home-content .splash-container .arrow.a-07 {
  top: 16%;
  left: 0;
  width: 28vw;
}
@media screen and (max-width: 767px) {
  .home-content .splash-container .arrow.a-07 {
    width: 56vw;
  }
}
.home-content .splash-container .arrow.a-08 {
  top: -20%;
  left: 0;
  width: 32vw;
}
@media screen and (max-width: 767px) {
  .home-content .splash-container .arrow.a-08 {
    width: 64vw;
  }
}
.home-content .splash-container.in::before {
  -webkit-transform: translate(100vw);
      -ms-transform: translate(100vw);
          transform: translate(100vw);
}
.home-content .splash-container.in .r-01 {
  opacity: 0;
  -webkit-transform: translateX(-4em);
      -ms-transform: translateX(-4em);
          transform: translateX(-4em);
}
.home-content .splash-container.in .r-01 .c {
  opacity: 1;
}
.home-content .splash-container.in .logo {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.home-content .splash-container.in .logo .symbol {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation-name: splash-logo-symbol-out;
          animation-name: splash-logo-symbol-out;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.home-content .splash-container.in .logo .typo {
  width: 7.45em;
  -webkit-animation-name: splash-logo-typo-out;
          animation-name: splash-logo-typo-out;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.home-content .splash-container.in .r-02 {
  opacity: 0;
  -webkit-transform: translateX(-4em);
      -ms-transform: translateX(-4em);
          transform: translateX(-4em);
}
.home-content .splash-container.in .r-02 .c {
  opacity: 1;
}
.home-content .splash-container.in .skip-button {
  opacity: 0;
}
.home-content .splash-container.in .arrow.a-01 {
  -webkit-animation: vs-tr-arrow 2s linear forwards 6s;
          animation: vs-tr-arrow 2s linear forwards 6s;
}
.home-content .splash-container.in .arrow.a-02 {
  -webkit-animation: vs-tr-arrow 1.8s linear forwards 6s;
          animation: vs-tr-arrow 1.8s linear forwards 6s;
}
.home-content .splash-container.in .arrow.a-03 {
  -webkit-animation: vs-tr-arrow 1.6s linear forwards 6s;
          animation: vs-tr-arrow 1.6s linear forwards 6s;
}
.home-content .splash-container.in .arrow.a-04 {
  -webkit-animation: vs-tr-arrow 1.4s linear forwards 6s;
          animation: vs-tr-arrow 1.4s linear forwards 6s;
}
.home-content .splash-container.in .arrow.a-05 {
  -webkit-animation: vs-tr-arrow 1.2s linear forwards 6s;
          animation: vs-tr-arrow 1.2s linear forwards 6s;
}
.home-content .splash-container.in .arrow.a-06 {
  -webkit-animation: vs-tr-arrow 1s linear forwards 6s;
          animation: vs-tr-arrow 1s linear forwards 6s;
}
.home-content .splash-container.in .arrow.a-07 {
  -webkit-animation: vs-tr-arrow 0.8s linear forwards 6s;
          animation: vs-tr-arrow 0.8s linear forwards 6s;
}
.home-content .splash-container.in .arrow.a-08 {
  -webkit-animation: vs-tr-arrow 0.6s linear forwards 6s;
          animation: vs-tr-arrow 0.6s linear forwards 6s;
}

@media print {
  .home-content .splash-container {
    display: none;
  }
}

/* bng home-content: page-header */
/* -------------------------------------------------------------------------- */
.home-content .page-header {
  position: relative;
  padding: 3em 5% 2.5em;
  background-image: url(../images/home/img_engineer-value_01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.home-content .page-header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #595757;
  opacity: 0.5;
}
.home-content .page-header .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home-content .page-header .content-wrapper {
    display: block;
  }
}
.home-content .page-header .content-wrapper .content:nth-of-type(1) {
  width: 36%;
}
@media screen and (max-width: 767px) {
  .home-content .page-header .content-wrapper .content:nth-of-type(1) {
    width: 100%;
  }
  .home-content .page-header .content-wrapper .content:nth-of-type(1) .link {
    display: none;
  }
}
.home-content .page-header .content-wrapper .content:nth-of-type(2) {
  width: 64%;
}
@media screen and (max-width: 767px) {
  .home-content .page-header .content-wrapper .content:nth-of-type(2) {
    width: 100%;
  }
}
.home-content .page-header .content-wrapper .content:nth-of-type(2) .link {
  display: none;
}
@media screen and (max-width: 767px) {
  .home-content .page-header .content-wrapper .content:nth-of-type(2) .link {
    display: block;
    margin-top: 1.5em;
    text-align: center;
  }
  .home-content .page-header .content-wrapper .content:nth-of-type(2) .link .button {
    width: 75%;
  }
}
.home-content .page-header .catch {
  font-size: 3em;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .home-content .page-header .catch {
    font-size: 2.5em;
  }
}
.home-content .page-header .index-container {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .home-content .page-header .index-container {
    display: block;
  }
}
.home-content .page-header .index-item {
  width: calc(50% - 0.25em);
  margin: 0 0.5em 0.5em 0;
}
@media screen and (max-width: 767px) {
  .home-content .page-header .index-item {
    width: 100%;
  }
}
.home-content .page-header .index-item:nth-of-type(even) {
  margin-right: 0;
}
.home-content .page-header .hover-image {
  width: 100%;
  height: 100%;
  padding: 1.5em;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .home-content .page-header .hover-image {
    padding: 1em;
  }
}
.home-content .page-header .hover-image .icon {
  width: 2em;
  height: 2em;
  background-color: transparent;
  background-image: url(../images/common/ico_window_sec_01.svg);
  background-size: 50%;
}
.home-content .page-header .business {
  margin-bottom: 0.5em;
  padding-left: 0.75em;
  border-left: 0.15em solid #e94738;
  white-space: nowrap;
  font-size: 1.125em;
  color: #595757;
}
@media screen and (max-width: 767px) {
  .home-content .page-header .business {
    font-size: 1.2em;
  }
}
.home-content .page-header .business .text {
  display: inline;
}
.home-content .page-header .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5em;
  font-size: 0.7em;
}
@media screen and (max-width: 767px) {
  .home-content .page-header .category {
    font-size: 0.7em;
  }
}
.home-content .page-header .category__item {
  margin-right: 0.5em;
  color: #a3a2a2;
}
.home-content .page-header .category__item::after {
  content: "、";
}
.home-content .page-header .category__item:last-of-type {
  margin-right: 0;
}
.home-content .page-header .category__item:last-of-type::after {
  content: none;
}
.home-content .page-header .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .home-content .page-header .title {
    font-size: 1.125em;
  }
}
.home-content .page-header .title .ja {
  color: #595757;
}
.home-content .page-header .title .en {
  font-size: 66%;
}

/* page-header: group companies visual-container */
/* -------------------------------------------------------------------------- */
.gc-content.home-content .page-header .title .en {
  font-size: 4vw;
}
@media screen and (max-width: 767px) {
  .gc-content.home-content .page-header .title .en {
    font-size: 7.2vw;
  }
}
.gc-content.home-content .page-header .title .ja {
  font-size: 1.6vw;
}
@media screen and (max-width: 767px) {
  .gc-content.home-content .page-header .title .ja {
    font-size: 3.2vw;
  }
}

/* bng home-content: companies section */
/* -------------------------------------------------------------------------- */
/* bng home-content: concept section */
/* -------------------------------------------------------------------------- */
.bng-content.home-content #concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 4em 5% 4em;
}
@media screen and (max-width: 767px) {
  .bng-content.home-content #concept {
    display: block;
  }
}
.bng-content.home-content #concept .section-header {
  width: 33.333%;
}
@media screen and (max-width: 767px) {
  .bng-content.home-content #concept .section-header {
    width: 100%;
  }
}
.bng-content.home-content #concept .section-header .catch {
  font-size: 3em;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .bng-content.home-content #concept .section-header .catch {
    font-size: 2.125em;
  }
  .bng-content.home-content #concept .section-header .catch br {
    display: none;
  }
}
.bng-content.home-content #concept .section-header .read.primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.bng-content.home-content #concept .section-header .read.primary .tl {
  margin-bottom: 0.5em;
  padding: 0.25em 0.5em;
  background-color: #e94738;
  font-weight: 700;
  font-size: 1.2em;
  color: #fff;
}
.bng-content.home-content #concept .section-header .read.primary .tl:last-of-type {
  margin-bottom: 0;
}
.bng-content.home-content #concept .section-header .read.secondary {
  line-height: 2;
}
.bng-content.home-content #concept .content {
  width: 66.666%;
}
@media screen and (max-width: 767px) {
  .bng-content.home-content #concept .content {
    width: 100%;
  }
}
.bng-content.home-content #concept .content .read {
  line-height: 2;
}
.bng-content.home-content #concept .content .base-block::after {
  content: "";
  display: inline-block;
  clear: both;
}
.bng-content.home-content #concept .content .base-block .title {
  font-size: 1.2em;
}
.bng-content.home-content #concept .content .base-block .image {
  float: right;
  width: 7.5em;
  margin-left: 1.5em;
}
.bng-content.home-content #concept .content .base-block .read {
  margin-bottom: 0;
}

/* bng home-content: bestation section */
/* -------------------------------------------------------------------------- */
.bng-content.home-content #bestation {
  position: relative;
  padding: 2em 0 0;
}
.bng-content.home-content #bestation::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 18em;
  background-color: #e94738;
  background-image: url(../images/bestation/lgo_bestation_02.svg);
  background-repeat: no-repeat;
  background-position: right 2em top 2em;
  background-size: 10em;
}
@media screen and (max-width: 767px) {
  .bng-content.home-content #bestation::before {
    height: 24em;
    background-position: right 1em top 2em;
    background-size: 4em;
  }
}
.bng-content.home-content #bestation .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin: 0 5%;
}
.bng-content.home-content #bestation .section-header .bestation-title {
  width: 20em;
  padding: 0.5em;
  background-color: #fff;
  font-size: 1em;
}
.bng-content.home-content #bestation .section-header .read {
  padding: 0.25em 0.5em;
  background-color: #fff;
}
.bng-content.home-content #bestation .section-footer {
  margin: 2em 5% 0;
  text-align: right;
}

/* bng home-content: group-companies section */
/* -------------------------------------------------------------------------- */
.bng-content.home-content #group-companies {
  position: relative;
  padding: 4em 0 2em;
}
.bng-content.home-content #group-companies::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12.5vw;
  background-color: #595757;
}
@media screen and (max-width: 767px) {
  .bng-content.home-content #group-companies::before {
    height: 4em;
  }
}
.bng-content.home-content #group-companies .section-header {
  margin: 0 5%;
}
.bng-content.home-content #group-companies .index-container {
  margin: 0 5%;
}
@media screen and (max-width: 767px) {
  .bng-content.home-content #group-companies .index-container {
    margin: 0;
  }
}
.bng-content.home-content #group-companies .index-container .index-item {
  width: calc(25% - 0.125em);
  margin-right: 0.125em;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .bng-content.home-content #group-companies .index-container .index-item {
    width: 50%;
    margin-right: 0;
  }
}
.bng-content.home-content #group-companies .index-container .content {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .bng-content.home-content #group-companies .index-container .content {
    padding-left: 1.5em;
  }
}
.bng-content.home-content #group-companies .index-container .title {
  font-size: 1em;
  line-height: 1.6;
}
.bng-content.home-content #group-companies .index-container .title a {
  padding-right: 2em;
}
.bng-content.home-content #group-companies .index-container .title .en {
  font-size: 75%;
}
@media screen, print and (min-width: 100em) {
  .bng-content.home-content #group-companies .index-container .title br {
    display: none;
  }
}
.bng-content.home-content #group-companies .index-container .business {
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: 0.875em;
}
.bng-content.home-content #group-companies .index-container .business .text {
  display: inline-block;
  padding: 0 0.5em;
  background-color: #e94738;
  color: #fff;
}
.bng-content.home-content #group-companies .index-container .category {
  margin-bottom: 0.5em;
  font-size: 0.875em;
  color: #7a7979;
}

/* bng home-content: contents section */
/* -------------------------------------------------------------------------- */
.bng-content.home-content #contents {
  padding: 4em 0 2em;
}
.bng-content.home-content #contents .section-header {
  margin: 0 5%;
}
.bng-content.home-content #contents .index-container {
  margin: 0 5%;
}
@media screen and (max-width: 767px) {
  .bng-content.home-content #contents .index-container {
    margin: 0;
  }
}
.bng-content.home-content #contents .index-container .index-item {
  width: calc(33.333% - 0.125em);
  margin-right: 0.125em;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .bng-content.home-content #contents .index-container .index-item {
    width: calc(50% - 0.125em);
    margin-right: 0;
  }
}
.bng-content.home-content #contents .index-container .content {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .bng-content.home-content #contents .index-container .content {
    padding-left: 1.5em;
  }
}
.bng-content.home-content #contents .index-container .title {
  font-size: 1em;
  line-height: 1.6;
}
.bng-content.home-content #contents .index-container .title a {
  padding-right: 2em;
}
.bng-content.home-content #contents .index-container .title .en {
  font-size: 75%;
}
@media screen, print and (min-width: 100em) {
  .bng-content.home-content #contents .index-container .title br {
    display: none;
  }
}

.en-content.bng-content.home-content #contents {
  border-top: 1px solid #e0e0e0;
}

/* home-content: base-title */
/* -------------------------------------------------------------------------- */
.home-content .base-title {
  font-size: 2em;
}

/* home-content: news section */
/* -------------------------------------------------------------------------- */
.home-content #news {
  position: relative;
  padding: 2em 0 4em;
}
.home-content #news::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #e94738;
}
.home-content #news .bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #292828;
}
.home-content #news .bg::before, .home-content #news .bg::after {
  content: "";
  display: block;
  width: 50%;
}
.home-content #news .bg::before, .home-content #news .bg::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.2;
}
.home-content #news .bg::before {
  background-image: url(../images/home/img_topics_01.jpg);
}
.home-content #news .bg::after {
  background-image: url(../images/home/img_topics_02.jpg);
}
@media screen and (max-width: 767px) {
  .home-content #news .bg::before {
    content: none;
  }
  .home-content #news .bg::after {
    width: 100%;
  }
}
.home-content #news .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 5%;
}
.home-content #news .section-header .border-button {
  border-color: #fff;
}
.home-content #news .base-title {
  position: relative;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .home-content #news .base-title {
    margin-bottom: 0;
  }
}
.home-content #news .base-title .ja {
  background-color: #595757;
  color: #fff;
}
.home-content #news .base-title .en {
  background-color: #fff;
  color: #e94738;
}

/* home-content: company section */
/* -------------------------------------------------------------------------- */
.home-content #company {
  padding: 4em 0 2em;
}
@media screen and (max-width: 767px) {
  .home-content #company {
    padding: 2em 0;
  }
}
.home-content #company .section-header {
  margin: 0 5%;
}
.home-content #company .base-title {
  position: relative;
  z-index: 1;
  margin-bottom: 0.5em;
}
.home-content #company .bg-index-container {
  background-image: url(../images/home/img_company_01.jpg);
}

/* ========================================================================== */
/* Vision content */
/* ========================================================================== */
/* vision: secondary-content */
/* -------------------------------------------------------------------------- */
.vision-content.secondary-content .index-container .index-item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .vision-content.secondary-content .index-container .index-item {
    width: 100%;
  }
}

/* ========================================================================== */
/* Vision content: Philosophy content */
/* ========================================================================== */
/* philosophy: index-item current */
/* -------------------------------------------------------------------------- */
.philosophy-content .page-footer .index-container .index-item.philosophy a {
  border-color: #e94738;
}

/* philosophy: base-title */
/* -------------------------------------------------------------------------- */
.philosophy-content .base-title {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .philosophy-content .base-title .ja {
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0.85);
        -ms-transform: scaleX(0.85);
            transform: scaleX(0.85);
  }
}

/* philosophy: page-header */
/* -------------------------------------------------------------------------- */
.philosophy-content .page-header .read {
  text-align: center;
  line-height: 2;
}

.en-content.philosophy-content .page-header .read {
  line-height: 1.6;
}

/* philosophy: page-section */
/* -------------------------------------------------------------------------- */
.philosophy-content .page-section {
  position: relative;
  padding: 4em 0 6em;
}

/* philosophy: en-title */
/* -------------------------------------------------------------------------- */
.philosophy-content .en-title {
  width: 100%;
  margin-bottom: 0.25em;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 4em;
  line-height: 1;
}
.philosophy-content .en-title.os-item {
  -webkit-perspective: 400px;
          perspective: 400px;
}
.philosophy-content .en-title.os-item .c {
  display: inline-block;
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.philosophy-content .en-title.os-item .c:nth-child(even) {
  -webkit-transform: translateY(0.5em) rotateY(45deg);
          transform: translateY(0.5em) rotateY(45deg);
}
.philosophy-content .en-title.os-item .c:nth-child(odd) {
  -webkit-transform: translateY(-0.5em) rotateY(-45deg);
          transform: translateY(-0.5em) rotateY(-45deg);
}
.philosophy-content .en-title.os-item.on-screen .c {
  opacity: 1;
  -webkit-transform: translateY(0) rotateY(0);
          transform: translateY(0) rotateY(0);
}

/* philosophy: brackets-title */
/* -------------------------------------------------------------------------- */
.philosophy-content .brackets-title {
  position: relative;
  font-size: 1.5em;
}

/* philosophy: catch */
/* -------------------------------------------------------------------------- */
.philosophy-content .catch {
  position: relative;
  margin-bottom: 0;
  text-align: center;
  font-size: 2em;
}
@media screen and (max-width: 767px) {
  .philosophy-content .catch {
    font-size: 1.5em;
  }
}

.ja-content.philosophy-content .catch {
  font-weight: 700;
  letter-spacing: 0.5em;
}
@media screen and (max-width: 767px) {
  .ja-content.philosophy-content .catch {
    letter-spacing: 0.25em;
  }
}

/* philosophy: image-block */
/* -------------------------------------------------------------------------- */
.philosophy-content .image-block {
  height: 20em;
  margin-top: 12em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .philosophy-content .image-block {
    height: 66.666vw;
    margin-top: 8em;
    background-attachment: inherit;
  }
}

/* philosophy: figure */
/* -------------------------------------------------------------------------- */
.philosophy-content #structure {
  margin-top: -1.75em;
  padding-bottom: 6em;
}
.philosophy-content #structure .brackets-title {
  margin-bottom: 0;
}
.philosophy-content #structure .en-title {
  top: 0.4em;
  font-size: 10em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .philosophy-content #structure .en-title {
    top: 1.5em;
    font-size: 5em;
  }
}
.philosophy-content #structure .figure {
  position: relative;
  width: 90%;
  max-width: 40em;
  margin: 0 auto 1.5em;
}
.philosophy-content #structure .read {
  text-align: center;
  line-height: 2;
}

.en-content.philosophy-content #structure .read {
  line-height: 1.6;
}

/* philosophy: slogan */
/* -------------------------------------------------------------------------- */
.philosophy-content #slogan {
  background-color: #fafafa;
}
.philosophy-content #slogan .en-title {
  top: 0.2em;
}
@media screen and (max-width: 767px) {
  .philosophy-content #slogan .en-title {
    top: 0.666em;
  }
}
.philosophy-content #slogan .brackets-title::before, .philosophy-content #slogan .brackets-title::after {
  border-color: #cccccc;
}

/* philosophy: mission */
/* -------------------------------------------------------------------------- */
.philosophy-content #mission .en-title {
  color: #e94738;
}
.philosophy-content #mission .brackets-title::before, .philosophy-content #mission .brackets-title::after {
  border-color: #e94738;
}

/* philosophy: vision */
/* -------------------------------------------------------------------------- */
.philosophy-content #vision {
  background-color: #fafafa;
}
.philosophy-content #vision .en-title {
  color: #64c0ab;
}
.philosophy-content #vision .brackets-title::before, .philosophy-content #vision .brackets-title::after {
  border-color: #64c0ab;
}

/* philosophy: value */
/* -------------------------------------------------------------------------- */
.philosophy-content #value {
  padding-bottom: 4em;
}
.philosophy-content #value .en-title {
  color: #f8b62d;
}
.philosophy-content #value .brackets-title::before, .philosophy-content #value .brackets-title::after {
  border-color: #f8b62d;
}
.philosophy-content #value .je-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2em 0;
  text-align: center;
  font-size: 1.75em;
  line-height: 1.4;
}
.philosophy-content #value .je-title .en {
  color: #e94738;
}
.philosophy-content #value .read {
  line-height: 2;
}
.philosophy-content #value .arrow {
  width: 5em;
  margin: 2em auto 3em;
  opacity: 0.2;
}
.philosophy-content #value .column-container {
  width: 90%;
  max-width: 60em;
  margin: 0 auto;
}
.philosophy-content #value .column-container .col-item {
  width: calc(33.333% - 2em);
}
@media screen and (max-width: 767px) {
  .philosophy-content #value .column-container .col-item {
    width: 100%;
  }
}
.philosophy-content #value .column-container .col-item + .col-item {
  margin-left: 3em;
}
@media screen and (max-width: 767px) {
  .philosophy-content #value .column-container .col-item + .col-item {
    margin-top: 2em;
    margin-left: 0;
  }
}
.philosophy-content #value .content-wrapper {
  width: 90%;
  max-width: 60em;
  margin: 0 auto;
}
.philosophy-content #value .figure {
  width: 90%;
  max-width: 60em;
  margin: 0 auto 4em;
}

/* philosophy: healthy */
/* -------------------------------------------------------------------------- */
.philosophy-content #health {
  background-color: #fafafa;
}
.philosophy-content #health .en-title {
  color: #363387;
}
.philosophy-content #health .brackets-title::before, .philosophy-content #health .brackets-title::after {
  border-color: #363387;
}
.philosophy-content #health .circle-title {
  font-size: 1.5em;
}
.philosophy-content #health .circle-title::before {
  border-color: #363387;
}
.philosophy-content #health ul.list > li::before {
  background-color: #363387;
}
.philosophy-content #health .figure {
  margin-top: 3em;
  text-align: center;
}
.philosophy-content #health .figure img {
  max-width: 36em;
}
.philosophy-content #health .content-wrapper {
  width: 90%;
  max-width: 60em;
  margin: 0 auto;
}
.philosophy-content #health .block-section {
  margin-bottom: 3em;
}
.philosophy-content #health .block-section:last-of-type {
  margin-bottom: 0;
}

/* philosophy: bnp purpose */
/* -------------------------------------------------------------------------- */
.bnp-content.philosophy-content #purpose .read {
  text-align: justify;
}
.bnp-content.philosophy-content #purpose .section-header .image {
  position: relative;
}
@media screen and (max-width: 767px) {
  .bnp-content.philosophy-content #purpose .section-header .image {
    margin-top: 3em;
  }
}
.bnp-content.philosophy-content #purpose .section-header .image img {
  position: relative;
  border-radius: 50%;
  z-index: 2;
}
.bnp-content.philosophy-content #purpose .section-header .image__base {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  background-color: #e94738;
  opacity: 0.2;
}
.bnp-content.philosophy-content #purpose .section-header .image__base:nth-of-type(1) {
  top: -7.5%;
  left: 5%;
  width: 100%;
  height: 100%;
}
.bnp-content.philosophy-content #purpose .section-header .image__base:nth-of-type(2) {
  top: 5%;
  left: 7.5%;
  width: 100%;
  height: 100%;
  opacity: 0.15;
}
.bnp-content.philosophy-content #purpose .section-header .image__base:nth-of-type(3) {
  top: 0%;
  left: -5%;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
.bnp-content.philosophy-content #purpose .column-container.col-2 > .col-item {
  width: calc(50% - 2em);
  margin-bottom: 0;
}
.bnp-content.philosophy-content #purpose .column-container.col-2 > .col-item:nth-child(even) {
  margin-left: 4em;
}
@media screen and (max-width: 767px) {
  .bnp-content.philosophy-content #purpose .column-container.col-2 > .col-item {
    width: 100%;
  }
  .bnp-content.philosophy-content #purpose .column-container.col-2 > .col-item:nth-child(even) {
    margin-left: 0;
  }
}
.bnp-content.philosophy-content #purpose .column-container.col-3 > .col-item {
  width: calc(33.333% - 2em);
  margin-bottom: 0;
  margin-left: 3em;
}
.bnp-content.philosophy-content #purpose .column-container.col-3 > .col-item:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .bnp-content.philosophy-content #purpose .column-container.col-3 > .col-item {
    width: 100%;
    margin-left: 0;
  }
}
.bnp-content.philosophy-content #purpose .column-container.col-3 > .col-item h4 {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #595757;
}

/* ========================================================================== */
/* Vision content: Message content */
/* ========================================================================== */
/* message: index-item: current */
/* -------------------------------------------------------------------------- */
.message-content .page-footer .index-container .index-item.message a {
  border-color: #e94738;
}

/* message: intro-container */
/* -------------------------------------------------------------------------- */
.message-content .intro-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .message-content .intro-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.message-content .intro-container .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .message-content .intro-container .image {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
.message-content .intro-container .image .primary {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .message-content .intro-container .image .primary {
    width: 80%;
  }
}
.message-content .intro-container .image .secondary {
  width: 25%;
  background-image: url(../images/vision/message/img_visual_02.jpg);
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: center;
  background-size: cover;
  -webkit-transition: background-position-x 1s ease-out;
  -o-transition: background-position-x 1s ease-out;
  transition: background-position-x 1s ease-out;
}
@media screen and (max-width: 767px) {
  .message-content .intro-container .image .secondary {
    width: 20%;
  }
}
.message-content .intro-container .content {
  width: 20%;
  padding: 10vw 0 0 10vw;
}
@media screen and (max-width: 767px) {
  .message-content .intro-container .content {
    width: 100%;
    padding: 0 1.5em;
  }
}
.message-content .intro-container .content .line {
  display: inline-block;
  font-weight: 700;
  white-space: nowrap;
}
.message-content .intro-container .content .catch {
  margin-bottom: 0.5em;
  font-size: 3vw;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .message-content .intro-container .content .catch {
    margin-bottom: 1em;
    font-size: 2em;
  }
}
.message-content .intro-container .content .catch .line {
  margin-bottom: 0.1em;
  background-color: #fff;
}
.message-content .intro-container .content .profile .line {
  padding: 0.25em 1em;
  margin-bottom: 0.25em;
  color: #fff;
}
.message-content .intro-container .content .profile .line.position {
  background-color: #595757;
}
.message-content .intro-container .content .profile .line.name {
  background-color: #e94738;
}
.message-content.on .intro-container .image .secondary {
  background-position-x: -15vw;
}

/* en message: intro-container */
/* -------------------------------------------------------------------------- */
.en-content.message-content .intro-container .content .catch {
  font-size: 2.8vw;
}
@media screen and (max-width: 767px) {
  .en-content.message-content .intro-container .content .catch {
    font-size: 1.8em;
  }
}
.en-content.message-content .intro-container .content .catch .line {
  padding-right: 0.5em;
}

/* message: read-container */
/* -------------------------------------------------------------------------- */
.message-content .read-container {
  width: 45%;
  max-width: 50em;
  margin-top: 6em;
  margin-left: 20%;
}
@media screen and (max-width: 767px) {
  .message-content .read-container {
    width: 100%;
    margin-top: 3em;
    margin-left: 0;
    padding: 0 1.5em;
  }
}
@media print {
  .message-content .read-container {
    width: 80%;
  }
}
.message-content .read-container .read {
  font-size: 1.25em;
}
@media screen and (min-width: 1600px) {
  .message-content .read-container .read.p-03 {
    width: 75%;
  }
}
.message-content .read-container .in-image {
  position: relative;
}
.message-content .read-container .in-image .read {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .message-content .read-container .in-image .read {
    width: 100%;
  }
}
@media print {
  .message-content .read-container .in-image .read {
    width: 75%;
  }
}
.message-content .read-container .in-image .image {
  position: absolute;
  top: 0;
  left: 87.5%;
}
@media screen and (max-width: 767px) {
  .message-content .read-container .in-image .image {
    position: relative;
    top: auto;
    left: auto;
    margin: 5em 0 3em;
  }
}
@media print {
  .message-content .read-container .in-image .image {
    left: 80%;
  }
}
.message-content .read-container .in-image .image::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -10%;
  left: 66.666%;
  width: 12vw;
  max-width: 12em;
  height: 8vw;
  max-height: 8em;
  background-color: #e94738;
}
@media screen and (max-width: 767px) {
  .message-content .read-container .in-image .image::before {
    width: 36%;
    height: 40%;
    left: 40%;
  }
}
.message-content .read-container .in-image .image .primary {
  position: relative;
  width: 25vw;
  max-width: 25em;
}
@media screen and (max-width: 767px) {
  .message-content .read-container .in-image .image .primary {
    width: 66.666%;
  }
}
.message-content .read-container .in-image .image .secondary {
  position: relative;
  width: 20vw;
  max-width: 20em;
  margin-top: -25%;
  margin-left: 75%;
}
@media screen and (max-width: 767px) {
  .message-content .read-container .in-image .image .secondary {
    width: 50%;
    margin-top: -15%;
    margin-left: 50%;
  }
}

/* ja message: read-container */
/* -------------------------------------------------------------------------- */
.ja-content.message-content .read-container .read {
  text-align: justify;
  hanging-punctuation: allow-end;
  line-height: 2;
}

/* bng message: intro-container */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .bng-content.message-content .intro-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.bng-content.message-content .intro-container .image {
  margin-left: auto;
  width: 38.2%;
  -webkit-transform: translateX(5em);
      -ms-transform: translateX(5em);
          transform: translateX(5em);
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  -o-transition: transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}
@media screen and (max-width: 767px) {
  .bng-content.message-content .intro-container .image {
    width: 50%;
    margin-bottom: 0;
  }
}
.bng-content.message-content .intro-container .image .item.secondary {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .bng-content.message-content .intro-container .image .item.secondary {
    height: 50vw;
  }
}
.bng-content.message-content .intro-container .content {
  position: relative;
  width: 75%;
  padding: 5vw 0 5vw 19.1vw;
}
@media screen and (max-width: 767px) {
  .bng-content.message-content .intro-container .content {
    width: 50%;
    padding: 16vw 0 0 10vw;
  }
  .bng-content.message-content .intro-container .content .catch {
    font-size: 1.6em;
    line-height: 1.6;
  }
  .bng-content.message-content .intro-container .content .catch .line {
    margin-bottom: 0;
  }
}
.bng-content.message-content .read-container {
  width: 61.8%;
  max-width: inherit;
  margin: 3em auto 0;
}
@media screen and (max-width: 767px) {
  .bng-content.message-content .read-container {
    width: 90%;
  }
}
.bng-content.message-content.on .intro-container .image {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.bng-content.message-content.on .intro-container .image .secondary {
  background-position-x: 0;
}

/* message: site-footer */
/* -------------------------------------------------------------------------- */
.gc-content.message-content .page-footer {
  width: 45%;
  max-width: 50em;
  margin-top: 4em;
  margin-left: 20%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .gc-content.message-content .page-footer {
    width: 100%;
    margin-left: 0;
    padding: 0 1.5em;
  }
}
.gc-content.message-content .page-footer .box-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .gc-content.message-content .page-footer .box-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.gc-content.message-content .page-footer .read {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .gc-content.message-content .page-footer .read {
    margin-bottom: 1em;
  }
}

/* ========================================================================== */
/* Vision content: VI content */
/* ========================================================================== */
/* vi: index-item: current */
/* -------------------------------------------------------------------------- */
.vi-content .page-footer .index-container .index-item.vi a {
  border-color: #e94738;
}

/* vi: visual-container */
/* -------------------------------------------------------------------------- */
.vi-content .visual-container {
  position: relative;
  width: 100%;
  height: 20em;
  overflow: hidden;
  margin-top: -1.75em;
}
@media screen and (max-width: 767px) {
  .vi-content .visual-container {
    height: auto;
    margin-top: 0;
  }
}
.vi-content .visual-container .video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
@media screen and (max-width: 767px) {
  .vi-content .visual-container .video {
    position: relative;
    top: auto;
    left: auto;
    z-index: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    min-width: inherit;
    min-height: inherit;
    width: 100%;
    height: auto;
  }
}

/* vi: page-header */
/* -------------------------------------------------------------------------- */
.vi-content .page-header .base-title {
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .vi-content .page-header .base-title {
    margin-bottom: 1em;
  }
}

.ja-content.vi-content .page-header .base-title .ja {
  padding-right: 0.25em;
  letter-spacing: -0.066em;
}

/* vi: page-section */
/* -------------------------------------------------------------------------- */
.vi-content .page-section {
  width: 90%;
  max-width: 50em;
  margin: 0 auto;
}

/* vi: divider */
/* -------------------------------------------------------------------------- */
.vi-content .divider {
  margin: 6em 1.5em;
}

/* vi: je-title */
/* -------------------------------------------------------------------------- */
.vi-content .content-wrapper .je-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2em;
}

/* vi: read */
/* -------------------------------------------------------------------------- */
.vi-content .read {
  font-size: 1.125em;
}

.ja-content.vi-content .read {
  line-height: 2;
}

/* vi: vi-container */
/* -------------------------------------------------------------------------- */
.vi-content .vi-container {
  margin: 6em auto 4em;
}
.vi-content .vi-container.primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.vi-content .vi-container.primary .vi-item {
  width: calc(50% - 3em);
}
@media screen and (max-width: 767px) {
  .vi-content .vi-container.primary .vi-item {
    width: 80%;
    margin: 0 auto;
  }
  .vi-content .vi-container.primary .vi-item + .vi-item {
    margin-top: 3em;
  }
}
.vi-content .vi-container.primary figcaption {
  margin-top: 2em;
}
.vi-content .vi-container.secondary .vi-item {
  width: 66.666%;
  margin: 0 auto 1.5em;
}
@media screen and (max-width: 767px) {
  .vi-content .vi-container.secondary .vi-item {
    width: 80%;
    margin: 0 auto;
  }
}
.vi-content .vi-container.tertiary {
  margin-bottom: 12em;
}
.vi-content .vi-container.tertiary .vi-item {
  margin-bottom: 3em;
}

/* vi: intro */
/* -------------------------------------------------------------------------- */
.vi-content #intro {
  margin-top: 4em;
}
.vi-content #intro .read {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .vi-content #intro .read {
    font-size: 1em;
    white-space: normal;
  }
}

/* ========================================================================== */
/* Domain content */
/* ========================================================================== */
.bng-content.domain-content .content-wrapper {
  max-width: 70em;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .bng-content.domain-content .content-wrapper {
    padding: 0 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .bng-content.domain-content .page-header .content-wrapper {
    padding: 0;
  }
}
.bng-content.domain-content .page-section {
  position: relative;
  padding-top: 4em;
  margin-top: 3em;
}
.bng-content.domain-content .page-section::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 70em;
  height: 1px;
  background-color: #e0e0e0;
}
@media screen and (max-width: 767px) {
  .bng-content.domain-content .page-section::before {
    width: calc(100% - 3em);
    max-width: inherit;
  }
}
.bng-content.domain-content .page-section h3.bar-title {
  font-size: 1.5em;
}
.bng-content.domain-content .page-section h3.bar-title::before {
  background-color: #a3a2a2;
}

.bng-content.domain-content.secondary-content .page-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}
.bng-content.domain-content.secondary-content .page-index__item {
  width: calc(25% - 0.25em);
  margin: 0 0.25em 0.25em 0;
}
@media screen and (max-width: 767px) {
  .bng-content.domain-content.secondary-content .page-index__item {
    width: calc(50% - 0.25em);
    font-size: 0.75em;
  }
}
.bng-content.domain-content.secondary-content .page-index__link {
  display: inline-block;
  width: 100%;
  background-color: #f5f5f5;
  padding: 1em 0;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bng-content.domain-content.secondary-content .page-index__link {
    padding-left: 1.5em;
    text-align: left;
  }
}
.bng-content.domain-content.secondary-content .page-index__link .icon::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.bng-content.domain-content.secondary-content .section-header {
  margin-bottom: 3em;
}
.bng-content.domain-content.secondary-content .section-header .company-logo {
  margin-bottom: 1.5em;
  font-size: 1em;
  line-height: 1;
}
.bng-content.domain-content.secondary-content .section-header .company-logo img {
  width: 36em;
}
@media screen and (max-width: 767px) {
  .bng-content.domain-content.secondary-content .section-header .company-logo img {
    width: 100%;
  }
}
.bng-content.domain-content.secondary-content .section-header .read {
  line-height: 1.8;
}

.bng-content.domain-content.secondary-content .service .col-item {
  padding: 0;
  border: 0;
}
.bng-content.domain-content.secondary-content .service .image {
  width: 100%;
}
.bng-content.domain-content.secondary-content .service .content {
  position: relative;
  width: 80%;
  margin: -6.5em auto 0;
  padding: 1.5em;
  border-top: 0.2em solid #e94738;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .bng-content.domain-content.secondary-content .service .content {
    width: 90%;
    margin-top: -5em;
  }
}
.bng-content.domain-content.secondary-content .service .title {
  margin-bottom: 1em;
  text-align: center;
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  .bng-content.domain-content.secondary-content .service .title {
    font-size: 1.25em;
  }
}
.bng-content.domain-content.secondary-content .service .read {
  margin-bottom: 0;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .bng-content.domain-content.secondary-content .service .read {
    font-size: 0.875em;
  }
}
.bng-content.domain-content.secondary-content .service .col-item.temporary .content {
  border-top: 0.2em solid #517ab8;
}
.bng-content.domain-content.secondary-content .service .col-item.contract .content {
  border-top: 0.2em solid #42b8b0;
}

.bng-content.domain-content.secondary-content .solutions .col-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5em;
  padding: 1em;
  border: 1px solid #e0e0e0;
}
.bng-content.domain-content.secondary-content .solutions .image {
  position: relative;
  width: 7.5em;
  margin-right: 1em;
  -ms-flex-preferred-size: 1;
      flex-basis: 1;
}
.bng-content.domain-content.secondary-content .solutions .content {
  width: calc(100% - 7.5em);
}
.bng-content.domain-content.secondary-content .solutions .title {
  margin-bottom: 0.5em;
  font-size: 1.25em;
}
.bng-content.domain-content.secondary-content .solutions .read {
  margin-bottom: 1em;
  font-size: 0.875em;
  line-height: 1.8;
}

.bng-content.domain-content.secondary-content .labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1em;
  font-size: 0.75em;
}
.bng-content.domain-content.secondary-content .labels .label {
  margin: 0 0.25em 0.25em 0;
  padding: 0 1em;
  border: 1px solid #595757;
  border-radius: 0.25em;
  line-height: 2;
}
.bng-content.domain-content.secondary-content .labels .label.temporary {
  border-color: #517ab8;
  color: #517ab8;
}
.bng-content.domain-content.secondary-content .labels .label.contract {
  border-color: #42b8b0;
  color: #42b8b0;
}

.bng-content.domain-content.secondary-content .section-footer .column-container {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767px) {
  .bng-content.domain-content.secondary-content .section-footer .column-container {
    display: block;
  }
}
.bng-content.domain-content.secondary-content .section-footer .column-container .col-item {
  margin-left: 3em;
}
@media screen and (max-width: 767px) {
  .bng-content.domain-content.secondary-content .section-footer .column-container .col-item {
    margin-left: 0;
  }
}
.bng-content.domain-content.secondary-content .section-footer .column-container .col-item:nth-of-type(1) {
  width: 33.333%;
  margin-left: 0;
  border-right: 1px dotted #cccccc;
  font-size: 100%;
}
@media screen and (max-width: 767px) {
  .bng-content.domain-content.secondary-content .section-footer .column-container .col-item:nth-of-type(1) {
    width: 100%;
    margin-bottom: 1.5em;
    border-right: 0;
    border-bottom: 1px dotted #cccccc;
  }
}
.bng-content.domain-content.secondary-content .section-footer .column-container .col-item:nth-of-type(2) {
  width: calc(66.666% - 3em);
}
@media screen and (max-width: 767px) {
  .bng-content.domain-content.secondary-content .section-footer .column-container .col-item:nth-of-type(2) {
    width: 100%;
  }
}
.bng-content.domain-content.secondary-content .section-footer .column-container .col-item:nth-of-type(2) .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .bng-content.domain-content.secondary-content .section-footer .column-container .col-item:nth-of-type(2) .link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.bng-content.domain-content.secondary-content .section-footer .column-container .col-item:nth-of-type(2) .link__item {
  width: calc(33.333% - 0.5em);
  margin-right: 1em;
  text-align: center;
  font-size: 0.875em;
}
@media screen and (max-width: 767px) {
  .bng-content.domain-content.secondary-content .section-footer .column-container .col-item:nth-of-type(2) .link__item {
    width: calc(50% - 0.5em);
    margin-bottom: 1.5em;
    font-size: 0.75em;
  }
  .bng-content.domain-content.secondary-content .section-footer .column-container .col-item:nth-of-type(2) .link__item:nth-of-type(even) {
    margin-right: 0;
  }
}
.bng-content.domain-content.secondary-content .section-footer .column-container .col-item:nth-of-type(2) .link__item:last-of-type {
  margin-right: 0;
}
.bng-content.domain-content.secondary-content .section-footer .column-container .col-item:nth-of-type(2) .link__item .hover-image {
  display: block;
  margin-bottom: 0.5em;
}
.bng-content.domain-content.secondary-content .section-footer .column-container .col-item:nth-of-type(2) .link__item .hover-image .icon {
  width: 2em;
  height: 2em;
  background-image: url(../images/common/ico_window_ini_01.svg);
}
.bng-content.domain-content.secondary-content .section-footer .page-top {
  margin-top: 1.5em;
  text-align: right;
}
.bng-content.domain-content.secondary-content .section-footer .page-top__link {
  text-decoration: none;
  font-size: 0.875em;
}
.bng-content.domain-content.secondary-content .section-footer .page-top__link.icon::before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.bng-content.domain-content.secondary-content #bnw .service .content {
  width: 90%;
  margin: -5em auto 0;
}
.bng-content.domain-content.secondary-content #bnw .service .title {
  font-size: 1.25em;
}
.bng-content.domain-content.secondary-content #bnw .service .read {
  font-size: 0.875em;
}
.bng-content.domain-content.secondary-content #bnw .section-footer .col-item:nth-of-type(1) {
  width: 100%;
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .bng-content.domain-content.secondary-content #bnw .section-footer .col-item:nth-of-type(1) {
    border-bottom: 0;
  }
}
.bng-content.domain-content.secondary-content #bnw .section-footer .col-item:nth-of-type(1) .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bng-content.domain-content.secondary-content #bnw .section-footer .col-item:nth-of-type(1) .link__item {
  margin-right: 1.5em;
}
@media screen and (max-width: 767px) {
  .bng-content.domain-content.secondary-content #bnw .section-footer .col-item:nth-of-type(1) .link__item {
    width: 100%;
  }
}

/* ========================================================================== */
/* Sustainability content */
/* ========================================================================== */
/* sustainability: article */
/* -------------------------------------------------------------------------- */
.sustainability-content.quaternary-content .page-article {
  max-width: 60em;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sustainability-content.quaternary-content .page-article {
    padding: 0 1.5em;
  }
}
.sustainability-content.quaternary-content .page-article + .page-section {
  margin-top: 6em;
}
.sustainability-content.quaternary-content .page-article .block-section + .block-section {
  margin-top: 3em;
}
.sustainability-content.quaternary-content .page-article .catch {
  font-weight: 700;
  font-size: 2em;
  line-height: 1.6;
}
.sustainability-content.quaternary-content .page-article .read {
  line-height: 1.8;
}
.sustainability-content.quaternary-content .page-section {
  padding: 0;
}
.sustainability-content.quaternary-content .article-footer {
  margin-top: 3em;
  padding-top: 3em;
  border-top: 1px solid #e0e0e0;
}
.sustainability-content.quaternary-content .caption {
  padding-right: 1.5em;
  font-size: 0.875em;
}

/* en sustainability: article */
/* -------------------------------------------------------------------------- */
.en-content.sustainability-content.quaternary-content .page-article .catch {
  font-weight: 700;
  font-size: 2em;
  line-height: 1.2;
}

/* sustainability: engineer-value-content article */
/* -------------------------------------------------------------------------- */
.sustainability-content.engineer-value-content .base-title {
  margin-bottom: 1em;
}
.sustainability-content.engineer-value-content .content-wrapper {
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sustainability-content.engineer-value-content .content-wrapper {
    width: 90%;
  }
}
.sustainability-content.engineer-value-content .page-article .intro {
  text-align: center;
  font-size: 1.25em;
}
.sustainability-content.engineer-value-content .page-article .image {
  max-width: 30em;
  margin: 0 auto 4em;
}
.sustainability-content.engineer-value-content .page-article .number {
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 3em;
  line-height: 1;
  color: #e94738;
}
.sustainability-content.engineer-value-content .page-article .title {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.4;
}
.sustainability-content.engineer-value-content .page-article .title .small {
  font-size: 75%;
}
.sustainability-content.engineer-value-content .page-article .list li {
  margin-bottom: 1em;
  line-height: 1.8;
}
.sustainability-content.engineer-value-content .page-article .col-item {
  padding: 3em;
  border: 1px solid #e0e0e0;
}

/* sustainability: report-content date */
/* -------------------------------------------------------------------------- */
.sustainability-content.report-content .date {
  display: inline-block;
  margin-right: 1.5em;
  color: #a3a2a2;
}

/* ========================================================================== */
/* IR content */
/* ========================================================================== */
/* ========================================================================== */
/* Group company */
/* ========================================================================== */
/* group-company: global-navi current */
/* -------------------------------------------------------------------------- */
.gc-content.message-content .global-navi .menu-item.primary.message > a {
  position: relative;
  color: #fff;
}
.gc-content.message-content .global-navi .menu-item.primary.message > a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 1em);
  left: 0.25em;
  z-index: -1;
  width: calc(100% - 0.5em);
  height: 2em;
  background-color: #e94738;
}
@media screen and (max-width: 767px) {
  .gc-content.message-content .global-navi .menu-item.primary.message > a::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .gc-content.message-content .global-navi .menu-item.primary.message::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 0.25em;
    height: calc(4em - 1px);
    background-color: #e94738;
  }
}

.gc-content.company-content .global-navi .menu-item.primary.company > a {
  position: relative;
  color: #fff;
}
.gc-content.company-content .global-navi .menu-item.primary.company > a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 1em);
  left: 0.25em;
  z-index: -1;
  width: calc(100% - 0.5em);
  height: 2em;
  background-color: #e94738;
}
@media screen and (max-width: 767px) {
  .gc-content.company-content .global-navi .menu-item.primary.company > a::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .gc-content.company-content .global-navi .menu-item.primary.company::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 0.25em;
    height: calc(4em - 1px);
    background-color: #e94738;
  }
}

.gc-content.domain-content .global-navi .menu-item.primary.domain > a {
  position: relative;
  color: #fff;
}
.gc-content.domain-content .global-navi .menu-item.primary.domain > a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 1em);
  left: 0.25em;
  z-index: -1;
  width: calc(100% - 0.5em);
  height: 2em;
  background-color: #e94738;
}
@media screen and (max-width: 767px) {
  .gc-content.domain-content .global-navi .menu-item.primary.domain > a::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .gc-content.domain-content .global-navi .menu-item.primary.domain::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 0.25em;
    height: calc(4em - 1px);
    background-color: #e94738;
  }
}

.gc-content.advantage-content .global-navi .menu-item.primary.advantage > a {
  position: relative;
  color: #fff;
}
.gc-content.advantage-content .global-navi .menu-item.primary.advantage > a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 1em);
  left: 0.25em;
  z-index: -1;
  width: calc(100% - 0.5em);
  height: 2em;
  background-color: #e94738;
}
@media screen and (max-width: 767px) {
  .gc-content.advantage-content .global-navi .menu-item.primary.advantage > a::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .gc-content.advantage-content .global-navi .menu-item.primary.advantage::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 0.25em;
    height: calc(4em - 1px);
    background-color: #e94738;
  }
}

.gc-content.recruit-content .global-navi .menu-item.primary.recruit > a {
  position: relative;
  color: #fff;
}
.gc-content.recruit-content .global-navi .menu-item.primary.recruit > a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 1em);
  left: 0.25em;
  z-index: -1;
  width: calc(100% - 0.5em);
  height: 2em;
  background-color: #e94738;
}
@media screen and (max-width: 767px) {
  .gc-content.recruit-content .global-navi .menu-item.primary.recruit > a::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .gc-content.recruit-content .global-navi .menu-item.primary.recruit::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 0.25em;
    height: calc(4em - 1px);
    background-color: #e94738;
  }
}

/* group-company: wrapper and section */
/* -------------------------------------------------------------------------- */
.gc-content .content-wrapper,
.gc-content .page-section {
  padding: 0 1.5em;
}

/* group-company: address */
/* -------------------------------------------------------------------------- */
.gc-content address {
  margin-bottom: 0;
}
.gc-content address .button {
  margin: 0.5em 0;
  padding: 0.5em 3em 0.5em 1em;
  font-size: 0.875em;
}
.gc-content address .button .icon {
  width: 2em;
}
.gc-content address a.icon.pin {
  display: inline-block;
  margin: 0.5em 0;
  padding: 0.25em 1em 0.25em 2em;
  border-radius: 2em;
  border: 2px solid #e0e0e0;
  background-color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.75em;
}
.gc-content address a.icon.pin::before {
  top: 1em;
  left: 0.75em;
  width: 1em;
  height: 1em;
}

/* ========================================================================== */
/* Group company: Home content */
/* ========================================================================== */
/* home: page-header */
.gc-content.home-content .page-header {
  margin: 0;
  padding: 0;
}

/* home: visual-container */
/* -------------------------------------------------------------------------- */
.gc-content.home-content .visual-container {
  position: relative;
}

/* bnt home: visual-container */
/* -------------------------------------------------------------------------- */
.bnt-content.home-content .visual-container .visual-item.img-01 {
  background-image: url(../images/bnt/home/img_visual_01.jpg);
}
.bnt-content.home-content .visual-container .visual-item.img-02 {
  background-image: url(../images/bnt/home/img_visual_02.jpg);
}
.bnt-content.home-content .visual-container .visual-item.img-03 {
  background-image: url(../images/bnt/home/img_visual_03.jpg);
}
.bnt-content.home-content .visual-container .visual-item.img-04 {
  background-image: url(../images/bnt/home/img_visual_04.jpg);
}
.bnt-content.home-content .visual-container .content {
  top: 20%;
}
@media screen and (max-width: 767px) {
  .bnt-content.home-content .visual-container .content {
    top: 60%;
  }
}

/* bnp home: visual-container */
/* -------------------------------------------------------------------------- */
.bnp-content.home-content .visual-container .visual-item.img-01 {
  background-image: url(../images/bnp/home/img_visual_01.jpg);
}
.bnp-content.home-content .visual-container .visual-item.img-02 {
  background-image: url(../images/bnp/home/img_visual_02.jpg);
}
.bnp-content.home-content .visual-container .visual-item.img-03 {
  background-image: url(../images/bnp/home/img_visual_03.jpg);
}
.bnp-content.home-content .visual-container .visual-item.img-04 {
  background-image: url(../images/bnp/home/img_visual_04.jpg);
}
.bnp-content.home-content .visual-container .content {
  top: 20%;
}
@media screen and (max-width: 767px) {
  .bnp-content.home-content .visual-container .content {
    top: 60%;
  }
}

/* bns home: visual-container */
/* -------------------------------------------------------------------------- */
.bns-content.home-content .visual-container .visual-item.img-01 {
  background-image: url(../images/bns/home/img_visual_01.jpg);
}
.bns-content.home-content .visual-container .visual-item.img-02 {
  background-image: url(../images/bns/home/img_visual_02.jpg);
}
.bns-content.home-content .visual-container .visual-item.img-03 {
  background-image: url(../images/bns/home/img_visual_03.jpg);
}
.bns-content.home-content .visual-container .visual-item.img-04 {
  background-image: url(../images/bns/home/img_visual_04.jpg);
}
.bns-content.home-content .visual-container .content {
  top: 20%;
}
@media screen and (max-width: 767px) {
  .bns-content.home-content .visual-container .content {
    top: 60%;
  }
}

/* home: contents */
/* -------------------------------------------------------------------------- */
.gc-content.home-content #contents {
  margin-top: 4em;
}
.gc-content.home-content #contents .index-container {
  margin: 0 5%;
}
@media screen and (max-width: 767px) {
  .gc-content.home-content #contents .index-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
}
.gc-content.home-content #contents .index-container .index-item {
  width: calc(33.333% - 0.125em);
  margin-right: 0.125em;
}
@media screen and (max-width: 767px) {
  .gc-content.home-content #contents .index-container .index-item {
    width: 75%;
    margin-right: 0;
  }
  .gc-content.home-content #contents .index-container .index-item .content {
    padding: 0;
  }
}

/* home: company */
/* -------------------------------------------------------------------------- */
.gc-content.home-content #company {
  margin-top: 0;
}

/* bnt home: company */
/* -------------------------------------------------------------------------- */
.bnt-content.home-content #company .bg-index-container {
  background-image: url(../images/bnt/home/img_company_01.jpg);
}

/* bnp home: company */
/* -------------------------------------------------------------------------- */
.bnp-content.home-content #company .bg-index-container {
  background-image: url(../images/bnp/home/img_company_01.jpg);
}

/* bns home: company */
/* -------------------------------------------------------------------------- */
.bns-content.home-content #company .bg-index-container {
  background-image: url(../images/bns/home/img_company_01.jpg);
}

/* home: recruit */
/* -------------------------------------------------------------------------- */
.gc-content.home-content #recruit {
  margin-top: 4em;
  padding: 0 5%;
  background-color: #f5f5f5;
}
.gc-content.home-content #recruit .base-title {
  margin-bottom: 0;
  -webkit-transform: translateY(-1.55em);
      -ms-transform: translateY(-1.55em);
          transform: translateY(-1.55em);
}
.gc-content.home-content #recruit .index-container {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .gc-content.home-content #recruit .index-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.gc-content.home-content #recruit .index-container .index-item {
  width: calc(33.333% - 0.125em);
  margin-right: 0.125em;
}
@media screen and (max-width: 767px) {
  .gc-content.home-content #recruit .index-container .index-item {
    width: 100%;
    margin-right: 0;
  }
}
.gc-content.home-content #recruit .index-container .index-item .title {
  font-size: 1.25em;
  line-height: 1.4;
}
.gc-content.home-content #recruit .index-container .index-item .title .en {
  font-size: 66.666%;
}

/* bnt home: recruit */
/* -------------------------------------------------------------------------- */
.ja-content.bnt-content.home-content #recruit .index-container .index-item .title .ja {
  -webkit-transform: translateX(-0.5em);
      -ms-transform: translateX(-0.5em);
          transform: translateX(-0.5em);
}

/* bns home-content: recruit section */
/* -------------------------------------------------------------------------- */
/* ========================================================================== */
/* Group company: Message content */
/* ========================================================================== */
/* bns message: intro-container */
/* -------------------------------------------------------------------------- */
.bns-content.message-content .intro-container .content {
  position: relative;
  padding: 21vw 0 0 10vw;
}
@media screen and (max-width: 767px) {
  .bns-content.message-content .intro-container .content {
    padding: 0 1.5em;
  }
}

/* bnt message: intro-container */
/* -------------------------------------------------------------------------- */
.bnt-content.message-content .intro-container .image .secondary {
  background-position-x: 7vw;
  background-image: url(../images/bnt/message/img_visual_02.jpg);
}
.bnt-content.message-content .intro-container .content {
  position: relative;
}
.bnt-content.message-content .intro-container .content .catch {
  font-size: 2.8vw;
}
@media screen and (max-width: 767px) {
  .bnt-content.message-content .intro-container .content .catch {
    font-size: 1.7em;
  }
}
.bnt-content.message-content .intro-container .content .catch .line:last-child {
  padding-right: 0.5em;
}
.bnt-content.message-content.on .intro-container .image .secondary {
  background-position-x: -8vw;
}

/* bnp message: intro-container */
/* -------------------------------------------------------------------------- */
.bnp-content.message-content .intro-container .image .secondary {
  background-position-x: -36.75vw;
  background-image: url(../images/bnp/message/img_visual_02.jpg);
}
.bnp-content.message-content .intro-container .content {
  position: relative;
}
.bnp-content.message-content .intro-container .content small {
  font-size: 60%;
}
@media screen and (max-width: 767px) {
  .bnp-content.message-content .intro-container .content small {
    font-size: 80%;
  }
}
.bnp-content.message-content.on .intro-container .image .secondary {
  background-position-x: -21.75vw;
}

/* bns message: intro-container */
/* -------------------------------------------------------------------------- */
.bns-content.message-content .intro-container .image .secondary {
  background-position-x: -10vw;
  background-image: url(../images/bns/message/img_visual_02.jpg);
}
.bns-content.message-content.on .intro-container .image .secondary {
  background-position-x: -25vw;
}

/* ========================================================================== */
/* Group company: Company content */
/* ========================================================================== */
/* company: secondary-content index-container */
.gc-content.company-content.secondary-content .index-container .index-item {
  width: 33.333%;
}
@media screen and (max-width: 767px) {
  .gc-content.company-content.secondary-content .index-container .index-item {
    width: 50%;
  }
  .gc-content.company-content.secondary-content .index-container .index-item .title {
    font-size: 1em;
  }
  .gc-content.company-content.secondary-content .index-container .index-item .title .en {
    font-size: 66.666%;
  }
  .gc-content.company-content.secondary-content .index-container .index-item .icon {
    width: 2em;
    height: 2em;
  }
}

/* company: overview */
/* -------------------------------------------------------------------------- */
.gc-content.company-content.overview-content .page-footer .index-container .index-item.overview a {
  border-color: #e94738;
}
.gc-content.company-content.overview-content hr {
  margin: 4em 0;
}
.gc-content.company-content.overview-content .page-section,
.gc-content.company-content.overview-content .content-wrapper {
  max-width: 60em;
  margin: 0 auto;
}
.gc-content.company-content.overview-content .primary-table th {
  width: 8em;
}
@media screen and (max-width: 767px) {
  .gc-content.company-content.overview-content .primary-table th {
    width: auto;
  }
}

.bnp-content.overview-content #profile {
  margin-bottom: 4em;
}

/* company: location */
/* -------------------------------------------------------------------------- */
.gc-content.company-content.location-content .page-footer .index-container .index-item.location a {
  border-color: #e94738;
}
.gc-content.company-content.location-content .page-section,
.gc-content.company-content.location-content .content-wrapper {
  max-width: 60em;
  margin: 0 auto;
}
.gc-content.company-content.location-content #official {
  margin-bottom: 4em;
}

/* company: history */
/* -------------------------------------------------------------------------- */
.gc-content.company-content.history-content .page-footer .index-container .index-item.history a {
  border-color: #e94738;
}

/* bnt company: history */
/* -------------------------------------------------------------------------- */
.bnt-content.company-content.history-content .page-section,
.bnt-content.company-content.history-content .content-wrapper {
  max-width: 60em;
  margin: 0 auto;
}
.bnt-content.company-content.history-content .primary-table tbody th,
.bnt-content.company-content.history-content .primary-table tbody td {
  padding: 0.5em 1em;
  border-right: 1px solid #e0e0e0;
}
.bnt-content.company-content.history-content .primary-table th {
  width: 1em;
  border-left: 1px solid #e0e0e0;
}
.bnt-content.company-content.history-content .primary-table td {
  width: 100%;
}

/* bns company: history */
/* -------------------------------------------------------------------------- */
.bns-content.company-content.history-content .page-section,
.bns-content.company-content.history-content .content-wrapper {
  max-width: 80em;
  margin: 0 auto;
}

/* bnp company: history */
/* -------------------------------------------------------------------------- */
.bnp-content.company-content.history-content .content-wrapper {
  max-width: 60em;
  margin: 0 auto;
}
.bnp-content.company-content.history-content .primary-table tbody th {
  width: 1em;
}
.bnp-content.company-content.history-content .primary-table tbody td {
  width: 100%;
}

/* company: officer */
/* -------------------------------------------------------------------------- */
.gc-content.company-content.officer-content .page-footer .index-container .index-item.officer a {
  border-color: #e94738;
}
.gc-content.company-content.officer-content .page-section {
  max-width: 80em;
  margin: 0 auto;
}
.gc-content.company-content.officer-content .page-section + .page-section {
  margin-top: 2em;
}
.gc-content.company-content.officer-content .bar-title {
  margin-bottom: 0.5em;
}
.gc-content.company-content.officer-content .officer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gc-content.company-content.officer-content .officer-container .officer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 8em;
  margin-bottom: 0.125em;
  padding: 0.5em;
  border: 1px solid #e0e0e0;
  width: calc(33.333% - 0.125em);
  margin-right: 0.125em;
}
@media screen and (max-width: 767px) {
  .gc-content.company-content.officer-content .officer-container .officer-item {
    width: 100%;
    margin-right: 0;
  }
}
.gc-content.company-content.officer-content .officer-container .image {
  margin: 0;
  width: 7.5em;
}
.gc-content.company-content.officer-content .officer-container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 75%;
  margin-left: 1em;
}
.gc-content.company-content.officer-content .officer-container .content .name {
  font-size: 1.5em;
}
.gc-content.company-content.officer-content .officer-container .content .border-button {
  max-width: 7em;
  margin-top: 0.5em;
  font-size: 0.875em;
}
.gc-content.company-content.officer-content .modal-container .bar-title {
  font-size: 1.125em;
}
.gc-content.company-content.officer-content .modal-container .secondary-table {
  font-size: 0.875em;
}

.en-content.gc-content.company-content.officer-content .officer-container .content .position {
  margin-bottom: 0.5em;
  line-height: 1.2;
}
.en-content.gc-content.company-content.officer-content .officer-container .content .border-button {
  max-width: 9em;
}
.en-content.gc-content.company-content.officer-content .officer-container .content .border-button .icon::before {
  top: 0.7em;
}

/* company: compliance */
/* -------------------------------------------------------------------------- */
.gc-content.company-content.compliance-content .page-footer .index-container .index-item.compliance a {
  border-color: #e94738;
}
.gc-content.company-content.compliance-content hr {
  margin: 4em 0;
}
.gc-content.company-content.compliance-content .page-section {
  max-width: 60em;
  margin: 0 auto;
}
.gc-content.company-content.compliance-content .read {
  line-height: 2;
}
.gc-content.company-content.compliance-content figure {
  max-width: 36em;
  margin: 0 auto 1.5em;
}

.bns-content.company-content.compliance-content .list {
  line-height: 2;
}
.bns-content.company-content.compliance-content .list li {
  margin-bottom: 1.5em;
}
.bns-content.company-content.compliance-content .list li::before {
  top: 1.25em;
}

/* company: philosophy */
/* -------------------------------------------------------------------------- */
.gc-content.company-content.philosophy-content .page-footer .index-container .index-item.philosophy a {
  border-color: #e94738;
}
.gc-content.company-content.philosophy-content hr {
  margin: 4em 0;
}
.gc-content.company-content.philosophy-content .page-section {
  max-width: 60em;
  margin: 0 auto;
}
.gc-content.company-content.philosophy-content .read {
  line-height: 2;
}

/* company: group-company */
/* -------------------------------------------------------------------------- */
.gc-content.company-content.group-company-content .page-footer .index-container .index-item.group-company a {
  border-color: #e94738;
}
.gc-content.company-content.group-company-content .index-container.main {
  margin: 0 1.5em;
}
.gc-content.company-content.group-company-content .index-container.main .index-item {
  width: calc(25% - 0.125em);
  margin-right: 0.125em;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .gc-content.company-content.group-company-content .index-container.main .index-item {
    width: calc(50% - 0.125em);
  }
  .gc-content.company-content.group-company-content .index-container.main .index-item .icon {
    width: 2em;
    height: 2em;
  }
}
.gc-content.company-content.group-company-content .index-container.main .content {
  padding: 0;
}
.gc-content.company-content.group-company-content .index-container.main .title {
  font-size: 1em;
  line-height: 1.6;
}
.gc-content.company-content.group-company-content .index-container.main .title a {
  padding-right: 2em;
}
.gc-content.company-content.group-company-content .index-container.main .title .en {
  font-size: 75%;
}
@media screen and (min-width: 100em) {
  .gc-content.company-content.group-company-content .index-container.main .title br {
    display: none;
  }
}

/* company: overseas */
/* -------------------------------------------------------------------------- */
.gc-content.company-content.overseas-content .page-footer .index-container .index-item.overseas a {
  border-color: #e94738;
}
.gc-content.company-content.overseas-content hr {
  margin: 4em 0;
}
.gc-content.company-content.overseas-content .content-wrapper {
  max-width: 60em;
  margin: 0 auto;
}
.gc-content.company-content.overseas-content .column-container .col-item {
  border: 1px solid #e0e0e0;
  text-align: center;
}
.gc-content.company-content.overseas-content .column-container .col-item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.5em;
  padding-bottom: 2;
  text-decoration: none;
}
.gc-content.company-content.overseas-content .column-container .col-item a::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2.5em;
  height: 2.5em;
  background-color: #e94738;
  background-image: url(../images/common/ico_window_ini_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 33.333%;
}
.gc-content.company-content.overseas-content .column-container .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5em;
}
.gc-content.company-content.overseas-content .column-container .title {
  font-size: 1em;
  line-height: 1.6;
  white-space: nowrap;
}
.gc-content.company-content.overseas-content .column-container .read {
  font-size: 0.875em;
  line-height: 1.8;
  color: #595757 !important;
}
.gc-content.company-content.overseas-content .column-container .gap-personnel .logo img {
  max-width: 18em;
}
.gc-content.company-content.overseas-content .column-container .mtrec .logo img {
  max-width: 11em;
}
.gc-content.company-content.overseas-content .column-container .pt-trust-tech .logo img {
  max-width: 15em;
}
.gc-content.company-content.overseas-content .column-container .tt-shanghai {
  padding: 1.5em;
}
.gc-content.company-content.overseas-content .column-container .tt-shanghai .logo img {
  max-width: 13.5em;
}
.gc-content.company-content.overseas-content .column-container .trust-bridge .logo img {
  max-width: 15em;
}
.gc-content.company-content.overseas-content .column-container .trust-dianmi .logo img {
  max-width: 15em;
}
.gc-content.company-content.overseas-content .column-container .hktt {
  padding: 1.5em;
}
.gc-content.company-content.overseas-content .column-container .hktt .logo img {
  max-width: 11.25em;
}
.gc-content.company-content.overseas-content .column-container .l-a {
  padding: 1.5em;
}
.gc-content.company-content.overseas-content .column-container .l-a .logo img {
  max-width: 15em;
}

/* philosophy: page-section */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .gc-content.company-content.philosophy-content .base-title .ja {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.gc-content.company-content.philosophy-content .page-section {
  position: relative;
  max-width: inherit;
  padding: 4em 0 6em;
}

/* bnp philosophy: page-section */
/* -------------------------------------------------------------------------- */
.gc-content.bnp-content.company-content.philosophy-content .content-wrapper {
  max-width: 60em;
  margin: 0 auto;
}
.gc-content.bnp-content.company-content.philosophy-content .page-section {
  padding: 0;
}

.iso-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.iso-data:first-of-type {
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .iso-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.iso-data__title {
  padding-right: 0.5em;
}
.iso-data__data > .iso-data {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.iso-data__data > .iso-data .iso-data__title {
  font-weight: normal;
}
.iso-data__data > .iso-data .iso-data__data {
  padding-left: 1em;
}

/* ========================================================================== */
/* Group company: Domain content */
/* ========================================================================== */
/* domain: page-section */
/* -------------------------------------------------------------------------- */
.gc-content.domain-content .page-section {
  padding: 0;
}
.gc-content.domain-content .page-section + .page-section {
  margin-top: 6em;
}
.gc-content.domain-content .content-wrapper {
  max-width: 60em;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .gc-content.domain-content .content-wrapper {
    padding: 0 1.5em;
  }
}

/* domain: brackets-title */
/* -------------------------------------------------------------------------- */
.gc-content.domain-content .brackets-title {
  font-size: 1.5em;
}

/* domain: secondary-content figure */
/* -------------------------------------------------------------------------- */
.gc-content.domain-content.secondary-content .figure {
  display: block;
  max-width: 40em;
  margin: 0 auto;
}

/* domain: secondary-content column-container */
/* -------------------------------------------------------------------------- */
.gc-content.domain-content.secondary-content .column-container.col-2 .col-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5em;
  padding: 1em;
  border: 1px solid #e0e0e0;
}
.gc-content.domain-content.secondary-content .column-container.col-2 .image {
  width: 7.5em;
  position: relative;
  margin-right: 1em;
  -ms-flex-preferred-size: 1;
      flex-basis: 1;
}
.gc-content.domain-content.secondary-content .column-container.col-2 .content {
  width: calc(100% - 7.5em);
}
.gc-content.domain-content.secondary-content .column-container.col-2 .title {
  margin-bottom: 0.5em;
  font-size: 1.25em;
}
.gc-content.domain-content.secondary-content .column-container.col-2 .read {
  font-size: 0.875em;
  line-height: 1.8;
}
.gc-content.domain-content.secondary-content .column-container.col-2 .number {
  display: none;
  position: absolute;
  right: 0.2em;
  bottom: -0.45em;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 5em;
  line-height: 1;
  color: #e94738;
}

.en-content.gc-content.domain-content.secondary-content .column-container.col-2 .read {
  line-height: 1.6;
}

/* bnt domain */
/* ---------------------------------------------------------------- */
.bnt-content.domain-content .content-wrapper {
  width: 100%;
  max-width: inherit;
  padding: 0 1.5em;
}
.bnt-content.domain-content .domain-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 80em;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .bnt-content.domain-content .domain-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.bnt-content.domain-content .domain-container .domain-item {
  position: relative;
  width: calc(33.333% - 2px);
  overflow: hidden;
  margin-right: 2px;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .bnt-content.domain-content .domain-container .domain-item {
    width: 100%;
  }
}
.bnt-content.domain-content .domain-container .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 4em;
  font-size: 1.5em;
  line-height: 1.6;
  color: #fff;
  -webkit-transition: margin-bottom 0.4s ease-out;
  -o-transition: margin-bottom 0.4s ease-out;
  transition: margin-bottom 0.4s ease-out;
}
@media screen and (max-width: 767px) {
  .bnt-content.domain-content .domain-container .title {
    margin-bottom: 1.5em;
  }
}
.bnt-content.domain-content .domain-container .title .en {
  font-size: 66.666%;
}
.bnt-content.domain-content .domain-container .read {
  line-height: 1.8;
  color: #fff;
}
.bnt-content.domain-content .domain-container .image {
  margin-bottom: 0;
  background-color: #292828;
}
.bnt-content.domain-content .domain-container .image img {
  opacity: 0.666;
  -webkit-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
@media screen and (max-width: 767px) {
  .bnt-content.domain-content .domain-container .image img {
    opacity: 0.5;
  }
}
.bnt-content.domain-content .domain-container .content {
  position: absolute;
  top: 61.8%;
  left: 0;
  padding: 0 5%;
  -webkit-transition: top 0.4s ease-out;
  -o-transition: top 0.4s ease-out;
  transition: top 0.4s ease-out;
}
@media screen and (max-width: 767px) {
  .bnt-content.domain-content .domain-container .content {
    top: 38.2%;
  }
}

.en-content.bnt-content.domain-content .domain-container .title {
  font-size: 2em;
  line-height: 1.2;
}

.bnt-content.domain-content.isnt-touch .domain-container .domain-item:hover .title {
  margin-bottom: 1.5em;
}
.bnt-content.domain-content.isnt-touch .domain-container .domain-item:hover .image img {
  opacity: 0.2;
}
.bnt-content.domain-content.isnt-touch .domain-container .domain-item:hover .content {
  top: 38.2%;
}

/* bnp domain */
/* ---------------------------------------------------------------- */
.bnp-content.domain-content .page-header .content-wrapper {
  padding: 0;
}
.bnp-content.domain-content .catch {
  text-align: center;
  font-weight: 700;
}
.bnp-content.domain-content .catch > * {
  display: inline-block;
}
.bnp-content.domain-content .catch .ja {
  margin-bottom: 0.25em;
  font-size: 2.25em;
  line-height: 1.2;
}
.bnp-content.domain-content .catch .en {
  font-size: 1.125em;
  color: #e94738;
}
.bnp-content.domain-content .fig-arrow {
  margin-bottom: 1.5em;
  text-align: center;
}
.bnp-content.domain-content .fig-arrow img {
  max-width: 5em;
}
.bnp-content.domain-content .case-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bnp-content.domain-content .case-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: calc(50% - 0.25em);
  margin-bottom: 1.5em;
  padding: 1.5em 1em;
  background-color: #ebebeb;
}
@media screen and (max-width: 767px) {
  .bnp-content.domain-content .case-list .list-item {
    width: 100%;
  }
}
.bnp-content.domain-content .case-list .list-item::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1em 1em 0 0;
  border-color: #ebebeb transparent transparent transparent;
}
.bnp-content.domain-content .case-list .list-item:nth-child(even) {
  margin-left: 0.5em;
}
@media screen and (max-width: 767px) {
  .bnp-content.domain-content .case-list .list-item:nth-child(even) {
    margin-left: 0;
  }
}
.bnp-content.domain-content .case-list .list-item .number {
  margin-right: 1em;
  font-family: "Barlow", sans-serif;
  white-space: nowrap;
}
.bnp-content.domain-content .case-list .list-item .read {
  font-weight: 700;
}
.bnp-content.domain-content .merit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bnp-content.domain-content .merit-list .list-item {
  width: calc(50% - 0.25em);
  margin-bottom: 0.5em;
  padding: 1.5em 0 3em 0;
  border: 1px solid #ebebeb;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bnp-content.domain-content .merit-list .list-item {
    width: 100%;
  }
}
.bnp-content.domain-content .merit-list .list-item:nth-child(even) {
  margin-left: 0.5em;
}
@media screen and (max-width: 767px) {
  .bnp-content.domain-content .merit-list .list-item:nth-child(even) {
    margin-left: 0;
  }
}
.bnp-content.domain-content .merit-list .list-item .number {
  margin-bottom: 1em;
  font-family: "Barlow", sans-serif;
  font-size: 1.125em;
  white-space: nowrap;
}
.bnp-content.domain-content .merit-list .list-item .read {
  font-weight: 700;
  font-size: 2.25em;
  line-height: 1.4;
}

/* bnp domain: staffing-content */
/* ---------------------------------------------------------------- */
.bnp-content.domain-content.staffing-content .page-footer .index-container .index-item.staffing a {
  border-color: #e94738;
}
.bnp-content.domain-content.staffing-content #structure {
  margin-top: 4em;
}
.bnp-content.domain-content.staffing-content #structure .figure {
  display: block;
  max-width: 40em;
  margin: 0 auto;
}
.bnp-content.domain-content.staffing-content #other .list {
  width: 10em;
  margin: 0 auto 1.5em;
  font-size: 2em;
  white-space: nowrap;
}
.bnp-content.domain-content.staffing-content #notice {
  padding: 4em 1.5em;
  background-color: #fafafa;
}

/* bnp domain: subcontracting-content */
/* ---------------------------------------------------------------- */
.bnp-content.domain-content.subcontracting-content .page-footer .index-container .index-item.subcontracting a {
  border-color: #e94738;
}
.bnp-content.domain-content.subcontracting-content #merit {
  margin-top: 4em;
}
.bnp-content.domain-content.subcontracting-content #quality .list {
  width: 100%;
  max-width: 27em;
  margin: 0 auto 1.5em;
  font-size: 1.5em;
}

/* bnp domain: outsourcing-content */
/* ---------------------------------------------------------------- */
.bnp-content.domain-content.outsourcing-content .page-footer .index-container .index-item.outsourcing a {
  border-color: #e94738;
}
.bnp-content.domain-content.outsourcing-content #merit {
  margin-top: 4em;
}

/* bns domain: secondary-content figure */
/* ---------------------------------------------------------------- */
.bns-content.secondary-content.domain-content .figure {
  max-width: 50em;
}

/* bns domain: tertiary-content */
/* ---------------------------------------------------------------- */
.bns-content.tertiary-content.domain-content h1.base-title {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .bns-content.tertiary-content.domain-content .js-scrollable figure {
    width: 50em;
  }
  .bns-content.tertiary-content.domain-content .js-scrollable .primary-table {
    width: 60em;
  }
}

/* bns domain: visual-container */
/* ---------------------------------------------------------------- */
.bns-content.domain-content .visual-container {
  position: relative;
  height: 30em;
  margin-top: -1.75em;
  margin-bottom: 4em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .bns-content.domain-content .visual-container {
    height: 66.666vw;
  }
}
.bns-content.domain-content .visual-container .catch {
  position: absolute;
  top: 61.8%;
  left: 50%;
  width: 100%;
  max-width: 60em;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .bns-content.domain-content .visual-container .catch {
    padding: 0 1.5em;
  }
}
.bns-content.domain-content .visual-container .catch .text-line {
  display: inline-block;
  margin-bottom: 0.25em;
  padding: 0.25em 0.5em;
  background-color: #fff;
  font-weight: 700;
  font-size: 1.75em;
}
@media screen and (max-width: 767px) {
  .bns-content.domain-content .visual-container .catch .text-line {
    font-size: 1.25em;
  }
}

/* bns domain: block-section */
/* ---------------------------------------------------------------- */
.bns-content.domain-content .block-section + .block-section {
  margin-top: 4em;
}

/* bns domain: soft-content */
/* ---------------------------------------------------------------- */
.bns-content.domain-content.soft-content .visual-container {
  background-image: url(../images/bns/domain/soft/img_visual_01.jpg);
}
@media screen and (max-width: 767px) {
  .bns-content.domain-content.soft-content .visual-container .catch .text-line {
    font-size: 1.125em;
  }
}
.bns-content.domain-content.soft-content .page-footer .index-container .index-item.soft a {
  border-color: #e94738;
}
@media screen and (max-width: 767px) {
  .bns-content.domain-content.soft-content #solution .js-scrollable figure {
    width: 40em;
  }
}

/* bns domain: mobile-content */
/* ---------------------------------------------------------------- */
.bns-content.domain-content.mobile-content .visual-container {
  background-image: url(../images/bns/domain/mobile/img_visual_01.jpg);
}
.bns-content.domain-content.mobile-content .page-footer .index-container .index-item.mobile a {
  border-color: #e94738;
}

/* bns domain: cloud-content */
/* ---------------------------------------------------------------- */
.bns-content.domain-content.cloud-content .visual-container {
  background-image: url(../images/bns/domain/cloud/img_visual_01.jpg);
}
.bns-content.domain-content.cloud-content .page-footer .index-container .index-item.cloud a {
  border-color: #e94738;
}
@media screen and (max-width: 767px) {
  .bns-content.domain-content.cloud-content .column-container.col-2 .column-container.col-2 > .col-item {
    width: calc(50% - 0.25em);
    margin-bottom: 0.5em;
  }
  .bns-content.domain-content.cloud-content .column-container.col-2 .column-container.col-2 > .col-item:nth-child(even) {
    margin-left: 0.5em;
  }
}

/* bns domain: image-content */
/* ---------------------------------------------------------------- */
.bns-content.domain-content.image-content .visual-container {
  background-image: url(../images/bns/domain/image/img_visual_01.jpg);
}
.bns-content.domain-content.image-content .page-footer .index-container .index-item.image a {
  border-color: #e94738;
}

/* bns domain: software-content */
/* ---------------------------------------------------------------- */
.bns-content.domain-content.software-content .visual-container {
  background-image: url(../images/bns/domain/software/img_visual_01.jpg);
}
.bns-content.domain-content.software-content .page-footer .index-container .index-item.software a {
  border-color: #e94738;
}

/* bns domain: hardware-content */
/* ---------------------------------------------------------------- */
.bns-content.domain-content.hardware-content .visual-container {
  background-image: url(../images/bns/domain/hardware/img_visual_01.jpg);
}
.bns-content.domain-content.hardware-content .page-footer .index-container .index-item.hardware a {
  border-color: #e94738;
}

/* bns domain: foundation-content */
/* ---------------------------------------------------------------- */
.bns-content.domain-content.foundation-content .visual-container {
  background-image: url(../images/bns/domain/foundation/img_visual_01.jpg);
}
.bns-content.domain-content.foundation-content .page-footer .index-container .index-item.foundation a {
  border-color: #e94738;
}
.bns-content.domain-content.foundation-content #solution figure {
  max-width: 30em;
  margin: 0 auto 1.5em;
}

/* bns domain: development-content */
/* ---------------------------------------------------------------- */
.bns-content.domain-content.development-content .visual-container {
  background-image: url(../images/bns/domain/development/img_visual_01.jpg);
}
.bns-content.domain-content.development-content .visual-container .catch {
  top: 50%;
}
.bns-content.domain-content.development-content .page-footer .index-container .index-item.development a {
  border-color: #e94738;
}
.bns-content.domain-content.development-content #solution figure {
  max-width: 30em;
  margin: 0 auto 1.5em;
}

/* ========================================================================== */
/* Group company: Advantage content */
/* ========================================================================== */
/* advantage: page-section */
/* -------------------------------------------------------------------------- */
.gc-content.advantage-content .page-section {
  max-width: 80em;
  margin: 0 auto;
  margin-top: 6em;
}

/* advantage: intro-container */
/* -------------------------------------------------------------------------- */
.gc-content.advantage-content .intro-container {
  position: relative;
}
.gc-content.advantage-content .intro-container .image {
  width: 100%;
  background-color: #e94738;
}
.gc-content.advantage-content .intro-container .image img {
  width: 66.666%;
}
@media screen and (max-width: 767px) {
  .gc-content.advantage-content .intro-container .image img {
    width: 100%;
  }
}
.gc-content.advantage-content .intro-container .content {
  position: absolute;
  bottom: 0;
  width: 66.666%;
  padding-top: 3em;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .gc-content.advantage-content .intro-container .content {
    position: relative;
    width: 100%;
    bottom: auto;
    padding-top: 0;
  }
}
.gc-content.advantage-content .intro-container .number {
  position: absolute;
  top: 0;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 7.5em;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .gc-content.advantage-content .intro-container .number {
    top: -0.366em;
    color: #e94738;
  }
}
.gc-content.advantage-content .intro-container .title {
  font-size: 1.5em;
  line-height: 1.4;
  color: #e94738;
}
@media screen and (max-width: 767px) {
  .gc-content.advantage-content .intro-container .title {
    font-size: 1.25em;
  }
}
.gc-content.advantage-content .intro-container .catch {
  margin-bottom: 0.75em;
  font-weight: 500;
  font-size: 2em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .gc-content.advantage-content .intro-container .catch {
    font-size: 1.75em;
  }
}
.gc-content.advantage-content .intro-container .notice {
  font-size: 0.875em;
  color: #a3a2a2;
}

/* advantage: read-content */
/* -------------------------------------------------------------------------- */
.gc-content.advantage-content .read-content .read {
  font-size: 1.125em;
  line-height: 2;
}
.gc-content.advantage-content .read-content .list {
  font-size: 1.125em;
}

/* advantage: page-section nth-child */
/* -------------------------------------------------------------------------- */
.gc-content.advantage-content .page-section:nth-child(odd) .intro-container .image {
  text-align: right;
}
.gc-content.advantage-content .page-section:nth-child(odd) .intro-container .content {
  left: 0;
  padding-right: 3em;
}
@media screen and (max-width: 767px) {
  .gc-content.advantage-content .page-section:nth-child(odd) .intro-container .content {
    left: auto;
    padding-right: 0;
  }
}
.gc-content.advantage-content .page-section:nth-child(odd) .intro-container .number {
  left: 0.15em;
}
.gc-content.advantage-content .page-section:nth-child(odd) .read-content {
  padding-right: calc(33.333% + 3em);
}
@media screen and (max-width: 767px) {
  .gc-content.advantage-content .page-section:nth-child(odd) .read-content {
    padding-right: 0;
  }
}
.gc-content.advantage-content .page-section:nth-child(even) .intro-container .content {
  right: 0;
  margin-left: 33.333%;
  padding-left: 3em;
}
@media screen and (max-width: 767px) {
  .gc-content.advantage-content .page-section:nth-child(even) .intro-container .content {
    right: auto;
    margin-left: 0;
    padding-left: 0;
  }
}
.gc-content.advantage-content .page-section:nth-child(even) .intro-container .number {
  right: 0.15em;
}
.gc-content.advantage-content .page-section:nth-child(even) .read-content {
  padding-left: calc(33.333% + 3em);
}
@media screen and (max-width: 767px) {
  .gc-content.advantage-content .page-section:nth-child(even) .read-content {
    padding-left: 0;
  }
}

/* advantage: section-footer */
/* -------------------------------------------------------------------------- */
.advantage-content .section-footer {
  padding: 2em;
  background-color: #f5f5f5;
}
.advantage-content .section-footer .column-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.advantage-content .section-footer .column-container .col-item {
  width: 30em;
  text-align: center;
}
.advantage-content .section-footer .column-container .banner {
  max-width: 30em;
}
.advantage-content .section-footer .column-container .banner figcaption {
  font-size: 0.875em;
}

/* bnt advantage */
/* -------------------------------------------------------------------------- */
.bnt-content.advantage-content .intro-container {
  margin-bottom: 3em;
}
.bnt-content.advantage-content .intro-container .title {
  font-size: 1.25em;
}
.bnt-content.advantage-content .intro-container .catch {
  margin-bottom: 1em;
  font-size: 1.75em;
}
.bnt-content.advantage-content .bar-title {
  font-size: 1.5em;
}
.bnt-content.advantage-content .border-title {
  padding-top: 1em;
  border-top: 2px solid;
  font-size: 1.125em;
}
.bnt-content.advantage-content .read {
  line-height: 2;
}
.bnt-content.advantage-content .column-container.col-2 > .col-item {
  width: calc(50% - 1em);
}
.bnt-content.advantage-content .column-container.col-2 > .col-item:nth-child(even) {
  margin-left: 2em;
}
@media screen and (max-width: 767px) {
  .bnt-content.advantage-content .column-container.col-2 > .col-item {
    width: 100%;
  }
  .bnt-content.advantage-content .column-container.col-2 > .col-item:nth-child(even) {
    margin-left: 0;
  }
}
.bnt-content.advantage-content .column-container.col-3 > .col-item {
  width: calc(33.333% - 1em);
  margin-left: 1.5em;
}
.bnt-content.advantage-content .column-container.col-3 > .col-item:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .bnt-content.advantage-content .column-container.col-3 > .col-item {
    width: 100%;
    margin-left: 0;
  }
}
.bnt-content.advantage-content .notice {
  margin-bottom: 0.5em;
  padding-left: 1em;
  font-size: 0.875em;
  text-indent: -1em;
}
.bnt-content.advantage-content .notice::before {
  content: "※";
}
.bnt-content.advantage-content #point-01 .content-wrapper {
  padding: 4em 5% 0;
  background-color: #f5f5f5;
}
.bnt-content.advantage-content #point-01 .content-wrapper .column-container .col-item {
  margin-bottom: 4em;
}
.bnt-content.advantage-content #point-01 .content-wrapper .column-container .col-item:last-child {
  padding: 0 5%;
}
.bnt-content.advantage-content #point-01 .content-wrapper .column-container .title {
  display: table;
  margin: 0 auto 1.5em;
  padding: 0.25em 2em;
  border-radius: 2em;
  background-color: #fff;
  font-size: 1.5em;
}
.bnt-content.advantage-content #point-02 .figure {
  max-width: 80em;
  margin: 0 auto;
  margin-top: 3em;
}
.bnt-content.advantage-content #point-03 .column-container.col-3 {
  margin-bottom: 2em;
}
.bnt-content.advantage-content #point-03 .column-container.col-2 .column-container.col-2 .col-item:nth-child(1) .border-title {
  border-color: #f8b62d;
}
.bnt-content.advantage-content #point-03 .column-container.col-2 .column-container.col-2 .col-item:nth-child(2) .border-title {
  border-color: #e94738;
}
.bnt-content.advantage-content #point-03 .column-container.col-5 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bnt-content.advantage-content #point-03 .column-container.col-5 > .col-item {
  width: calc(20% - 1em);
  margin-bottom: 0.5em;
  margin-left: 1.25em;
}
.bnt-content.advantage-content #point-03 .column-container.col-5 > .col-item:nth-child(5n+1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .bnt-content.advantage-content #point-03 .column-container.col-5 > .col-item {
    width: 100%;
    margin-left: 0;
  }
}
.bnt-content.advantage-content #point-03 .column-container.col-5 > .col-item:nth-child(1) .border-title {
  border-color: #f8b62d;
}
.bnt-content.advantage-content #point-03 .column-container.col-5 > .col-item:nth-child(2) .border-title {
  border-color: #64c0ab;
}
.bnt-content.advantage-content #point-03 .column-container.col-5 > .col-item:nth-child(3) .border-title {
  border-color: #b81c22;
}
.bnt-content.advantage-content #point-03 .column-container.col-5 > .col-item:nth-child(4) .border-title {
  border-color: #363387;
}
.bnt-content.advantage-content #point-03 .column-container.col-5 > .col-item:nth-child(5) .border-title {
  border-color: #595757;
}

/* bnp advantage */
/* -------------------------------------------------------------------------- */
.bnp-content.advantage-content #intro {
  margin-top: 0;
}
.bnp-content.advantage-content #intro .catch {
  font-size: 2.5em;
  line-height: 1.4;
  white-space: nowrap;
}
.bnp-content.advantage-content #intro .read {
  font-size: 1.125em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .en-content.bnp-content.advantage-content #intro .catch {
    font-size: 2em;
  }
}

/* ========================================================================== */
/* Group company: Recruit content */
/* ========================================================================== */
/* recruit: site-footer */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .gc-content.recruit-content .site-footer {
    padding-top: 0;
  }
}

/* recruit: index-container */
/* -------------------------------------------------------------------------- */
.gc-content.recruit-content .index-container .index-item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .gc-content.recruit-content .index-container .index-item {
    width: 100%;
  }
}

/* bnt ja recruit: index-container */
/* -------------------------------------------------------------------------- */
.ja-content.bnt-content.recruit-content .index-container .index-item .title .ja {
  -webkit-transform: translateX(-0.5em);
      -ms-transform: translateX(-0.5em);
          transform: translateX(-0.5em);
}

/* ========================================================================== */
/* News content */
/* ========================================================================== */
/* news: page-header */
/* -------------------------------------------------------------------------- */
.news-content .page-header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .news-content .page-header .wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/* news: year-controller */
/* -------------------------------------------------------------------------- */
.news-content .year-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25em 0.5em;
  border-radius: 0.25em;
  background-color: #ebebeb;
}
@media screen and (max-width: 767px) {
  .news-content .year-controller {
    margin-bottom: 0.5em;
  }
}
.news-content .year-controller .title {
  margin-right: 0.5em;
  padding: 0.25em 0;
  font-size: 0.875em;
  white-space: nowrap;
  color: #8f8d8d;
}
.news-content .year-controller select {
  margin-bottom: 0;
}

/* news: category-controller */
/* -------------------------------------------------------------------------- */
.news-content .category-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5em;
  background-color: #ebebeb;
}
@media screen and (max-width: 767px) {
  .news-content .category-controller {
    display: block;
  }
}
.news-content .category-controller .category-list,
.news-content .category-controller .category-item {
  margin-bottom: 0;
}
.news-content .category-controller .category-list a,
.news-content .category-controller .category-list span {
  display: block;
  padding: 1em;
  color: #8f8d8d;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .news-content .category-controller .category-list a,
  .news-content .category-controller .category-list span {
    padding: 0.5em 1em;
  }
}
.news-content .category-controller .category-list span {
  opacity: 0.5;
}
.news-content .category-controller .category-list .selected {
  background-color: #e94738;
  color: #fff;
}
.news-content .category-controller > .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .news-content .category-controller > .category-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news-content .category-controller > .category-list .category-item .category-list a,
  .news-content .category-controller > .category-list .category-item .category-list span {
    padding-left: 2em;
  }
}
.news-content .category-controller > .category-list .category-item {
  position: relative;
}
.news-content .category-controller > .category-list .category-item .category-list {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .news-content .category-controller > .category-list .category-item .category-list {
    position: relative;
    top: auto;
    left: auto;
  }
}
.news-content .category-controller > .category-list .category-item .category-list .all {
  display: none;
}

.news-content.isnt-touch .category-controller a:focus,
.news-content.isnt-touch .category-controller a:hover {
  background-color: rgba(0, 0, 0, 0.075);
  color: #595757;
}
.news-content.isnt-touch .category-controller > .category-list .category-item:hover .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* news: function-block */
/* -------------------------------------------------------------------------- */
.news-content .function-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .news-content .function-block {
    display: block;
  }
}

/* news: list-container */
/* -------------------------------------------------------------------------- */
.news-content .list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 1.5em;
  list-style: none;
}
.news-content .list-container .list-item {
  width: calc(20% - 2px);
  margin-right: 2px;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .news-content .list-container .list-item {
    width: calc(50% - 2px);
  }
}
.news-content .list-container .list-item a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 3em;
  border: 1px solid #e0e0e0;
  text-decoration: none;
}
.news-content .list-container .list-item a.icon {
  padding-left: 0;
}
.news-content .list-container .list-item a.icon::before {
  top: auto;
  right: 1em;
  bottom: 0.5em;
  left: auto;
  width: 1em;
  height: 1em;
}
.news-content .list-container .date {
  width: 8em;
  margin-bottom: 2em;
  margin-left: auto;
  padding: 0.5em 0;
  background-color: #595757;
  text-align: center;
  font-weight: 500;
  font-size: 0.7em;
  color: #fff;
}
.news-content .list-container .image {
  width: calc(100% - 3em);
  margin: 0 auto 0.5em;
}
.news-content .list-container .category {
  width: calc(100% - 4em);
  margin: 1em auto 0;
  padding-top: 0.5em;
  border-top: 1px solid #e0e0e0;
  font-weight: 500;
  font-size: 0.7em;
  color: #a3a2a2;
}
.news-content .list-container .content {
  margin-top: 0.5em;
  padding: 0 1.5em;
}
.news-content .list-container .content .title {
  font-weight: 500;
  font-size: 1em;
  line-height: 1.6;
}

/* news: page-article */
/* -------------------------------------------------------------------------- */
.news-content .page-article {
  width: 90%;
  max-width: 60em;
  margin: 0 auto;
}
.news-content .page-article .atricle-header {
  margin-bottom: 1.5em;
}
.news-content .page-article .news-title {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #e0e0e0;
  font-size: 2em;
}
.news-content .page-article .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.news-content .page-article .status .category,
.news-content .page-article .status .date {
  font-weight: 500;
  font-size: 0.75em;
}
.news-content .page-article .status .category {
  margin-left: auto;
  padding: 0.666em 0;
  color: #a3a2a2;
}
.news-content .page-article .status .date {
  margin-left: 1em;
  padding: 0.666em 1em;
  background-color: #595757;
  color: #fff;
}
.news-content .page-article .sns-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .news-content .page-article .sns-share {
    margin-bottom: 3em;
  }
}
.news-content .page-article .sns-share .title {
  font-size: 0.875em;
}
.news-content .page-article .sns-share .sns-item {
  width: 2em;
  height: 2em;
  overflow: hidden;
  margin-left: 0.5em;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.news-content .page-article .sns-share .sns-item.facebook {
  background-color: #3b5998;
  background-image: url(../images/common/ico_facebook_ini_01.svg);
}
.news-content .page-article .sns-share .sns-item.twitter {
  background-color: #1da1f2;
  background-image: url(../images/common/ico_twitter_ini_01.svg);
}
.news-content .page-article .sns-share .sns-item.line {
  background-color: #00c300;
  background-image: url(../images/common/ico_line_ini_01.svg);
}
.news-content .page-article .article-footer {
  margin-top: 3em;
}
.news-content .page-article img {
  max-width: 66.666%;
}
@media screen and (max-width: 767px) {
  .news-content .page-article {
    max-width: inherit;
  }
}

/* news: page-navi */
/* -------------------------------------------------------------------------- */
.news-content .page-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 1.5em;
  margin-top: 1.5em;
}
.news-content .page-navi a,
.news-content .page-navi .current_page {
  width: 3em;
  height: 3em;
  margin-right: 1px;
  margin-bottom: 1px;
  background-color: #cccccc;
  font-family: "Barlow", sans-serif;
  text-decoration: none;
  text-align: center;
  line-height: 3;
  color: #fff;
}
.news-content .page-navi .current_page {
  background-color: #e94738;
}
.news-content .page-navi .prev a,
.news-content .page-navi .next a {
  display: inline-block;
  overflow: hidden;
  background-color: #595757;
  background-image: url(../images/common/ico_direction_ini_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1em;
  text-indent: 100%;
  white-space: nowrap;
}
.news-content .page-navi .prev a {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.news-content.isnt-touch .page-navi a:hover {
  background-color: #b8b6b6;
}
.news-content.isnt-touch .page-navi .prev a:hover,
.news-content.isnt-touch .page-navi .next a:hover {
  background-color: #7a7979;
}

/* ========================================================================== */
/* BeSTATION content */
/* ========================================================================== */
/* bestation-content: content-wrapper */
/* -------------------------------------------------------------------------- */
.bestation-content .content-wrapper {
  max-width: 70em;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .bestation-content .content-wrapper {
    padding: 0 1.5em;
  }
}

/* bestation-title */
/* -------------------------------------------------------------------------- */
.bestation-title {
  position: relative;
  width: 20em;
  padding: 0.5em;
  background-color: #fff;
  font-size: 1em;
  line-height: 1;
}

/* bestation-content: page-header */
/* -------------------------------------------------------------------------- */
.bestation-content.secondary-content .page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding: 2em 5% 0;
}
@media screen and (max-width: 767px) {
  .bestation-content.secondary-content .page-header {
    margin-top: 0;
  }
}
.bestation-content.secondary-content .page-header::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 18em;
  background-color: #e94738;
  background-image: url(../images/bestation/lgo_bestation_02.svg);
  background-repeat: no-repeat;
  background-position: right 2em top 2em;
  background-size: 10em;
}
@media screen and (max-width: 767px) {
  .bestation-content.secondary-content .page-header::before {
    height: 24em;
    background-position: right 1em top 2em;
    background-size: 4em;
  }
}
.bestation-content.secondary-content .page-header .read {
  position: relative;
  padding: 0.25em 0.5em;
  background-color: #fff;
}

/* index-container--bestation */
/* -------------------------------------------------------------------------- */
.index-container--bestation {
  position: relative;
  margin: 0 5%;
}
.index-container--bestation .index-item {
  width: calc(25% - 0.125em);
  margin-right: 0.125em;
  margin-bottom: 2em;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .index-container--bestation .index-item {
    width: 50%;
    margin-right: 0;
  }
}
.index-container--bestation .image {
  margin-bottom: 1em;
  line-height: 1;
}
.index-container--bestation .hover-image {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .index-container--bestation .hover-image .icon {
    width: 2em;
    height: 2em;
  }
}
.index-container--bestation .content {
  padding: 0 3em 0 0;
}
@media screen and (max-width: 767px) {
  .index-container--bestation .content {
    padding: 0 1em;
  }
}
.index-container--bestation .title {
  white-space: normal;
  font-size: 1.125em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .index-container--bestation .title {
    font-size: 1em;
  }
}
.index-container--bestation .title a {
  padding-right: 0;
}
.index-container--bestation .read {
  margin-bottom: 1em;
  font-size: 0.75em;
  color: #7a7979;
}
.index-container--bestation .date {
  font-family: "Barlow", sans-serif;
  font-size: 0.75em;
  color: #7a7979;
  letter-spacing: 0.1em;
}

/* article-content */
/* -------------------------------------------------------------------------- */
.bestation-content.article-content .page-header {
  padding: 2em 5% 5em;
  background-color: #e94738;
  background-image: url(../images/bestation/lgo_bestation_02.svg);
  background-repeat: no-repeat;
  background-position: right 2em top 2em;
  background-size: 10em;
}
@media screen and (max-width: 767px) {
  .bestation-content.article-content .page-header {
    margin-top: 0;
    padding: 2em 5% 3em;
    background-position: right 1em top 2em;
    background-size: 4em;
  }
}
.bestation-content.article-content .bestation-title {
  width: 10em;
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .bestation-content.article-content .bestation-title {
    width: 8em;
    margin-bottom: 1.5em;
  }
}
.bestation-content.article-content .entry-wrapper {
  position: relative;
  background-color: #f5f5f5;
  background-image: url(../images/bestation/lgo_bestation_03.svg);
  background-repeat: no-repeat;
  background-position: 5% 5em;
  background-size: 10%;
  padding-left: 20%;
}
@media screen and (max-width: 767px) {
  .bestation-content.article-content .entry-wrapper {
    padding-left: 5%;
  }
}
.bestation-content.article-content .entry-body-wrapper {
  -webkit-transform: translateY(-5em);
      -ms-transform: translateY(-5em);
          transform: translateY(-5em);
  padding: 5em 12.5em 5em 5em;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .bestation-content.article-content .entry-body-wrapper {
    -webkit-transform: translateY(-3em);
        -ms-transform: translateY(-3em);
            transform: translateY(-3em);
    padding: 3em 10%;
  }
}
.bestation-content.article-content .entry-body {
  max-width: 60em;
}
.bestation-content.article-content .entry-title {
  margin-bottom: 0.5em;
  white-space: nowrap;
  font-size: 3em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .bestation-content.article-content .entry-title {
    font-size: 1.5em;
  }
}
.bestation-content.article-content .entry-title__text {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(0%, white));
  background-image: -o-linear-gradient(transparent 10%, white 0%);
  background-image: linear-gradient(transparent 10%, white 0%);
}
.bestation-content.article-content .entry-status {
  margin-bottom: 1.5em;
}
.bestation-content.article-content .entry-status__date {
  font-family: "Barlow", sans-serif;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .bestation-content.article-content .entry-status__date {
    font-size: 0.875em;
  }
}
.bestation-content.article-content .entry-footer {
  padding: 0 12.5em 5em 0;
}
@media screen and (max-width: 767px) {
  .bestation-content.article-content .entry-footer {
    padding: 0 5% 3em 0;
  }
}
.bestation-content.article-content .entry-footer .wrapper {
  max-width: 70em;
}
.bestation-content.article-content .m-profile {
  margin-bottom: 3em;
}
.bestation-content.article-content .m-profile__main {
  position: relative;
}
.bestation-content.article-content .m-profile__fig {
  margin-bottom: 0;
}
.bestation-content.article-content .m-profile__txts {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  padding-top: 1.5em;
  padding-right: 1.5em;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .bestation-content.article-content .m-profile__txts {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    padding-right: 0;
  }
}
.bestation-content.article-content .m-profile__h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
  font-weight: 700;
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .bestation-content.article-content .m-profile__h {
    font-size: 1em;
  }
}
.bestation-content.article-content .m-profile__h small {
  margin-left: 1em;
  font-family: "Barlow", sans-serif;
  font-size: 66.666%;
  color: #e94738;
}
.bestation-content.article-content .m-profile__txt {
  font-size: 0.875em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .bestation-content.article-content .m-profile__txt {
    font-size: 0.75em;
  }
}
.bestation-content.article-content .bs_profile {
  width: 100%;
  margin: 3em auto;
}
.bestation-content.article-content .bs_profile__txts {
  width: 100%;
  padding: 0;
}
.bestation-content.article-content .bs_profile__h {
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 120%;
  line-height: 1.2 !important;
}
.bestation-content.article-content .bs_profile__h > small {
  display: inline-block;
  margin-left: 1em;
  font-size: 50%;
  color: #e94738;
}
.bestation-content.article-content .bs_profile__fig {
  width: 8em;
  height: 8em;
  overflow: hidden;
  margin: 1em 0 1em 1.5em;
  border: 0.125em solid #e94738;
  border-radius: 50%;
}
.bestation-content.article-content .bs_profile__txt {
  font-size: 0.75em;
}
.bestation-content.article-content .bs_people_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bestation-content.article-content .bs_people_inner {
  width: calc(25% - 0.5em);
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .bestation-content.article-content .bs_people_inner {
    width: calc(50% - 0.5em);
  }
}
.bestation-content.article-content .bs_people_inner .bs_profile__fig {
  margin: 1em auto;
}
.bestation-content.article-content .bs_people_inner .bs_profile__h > small {
  margin-left: 0;
}
.bestation-content.article-content .bs_people_inner .bs_profile__txts {
  text-align: center;
}
.bestation-content.article-content .has-border {
  margin-top: 3em;
  padding: 2em;
  border: 0.2em solid #f5f5f5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .bestation-content.article-content .has-border {
    padding: 1.5em;
  }
}
.bestation-content.article-content .has-border > *:last-child {
  margin-bottom: 0;
}
.bestation-content.article-content .m-talk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 3em;
}
.bestation-content.article-content .m-talk .m-talk__name {
  width: 5em;
  margin-bottom: 0;
  padding-right: 1em;
  font-weight: 700;
  color: #e94738;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .bestation-content.article-content .m-talk .m-talk__name {
    width: 3em;
  }
}
.bestation-content.article-content .m-talk .m-talk__body {
  width: calc(100% - 5em);
  padding-left: 2em;
  border-left: 0.2em solid #f5f5f5;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .bestation-content.article-content .m-talk .m-talk__body {
    width: calc(100% - 3em);
    padding-left: 1em;
  }
}
.bestation-content.article-content .m-talk .m-talk__body > *:last-of-type {
  margin-bottom: 0;
}
.bestation-content.article-content .bs_talk_l {
  margin-bottom: 3em;
}
.bestation-content.article-content .bs_talk_l .bs_talk__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bestation-content.article-content .bs_talk_l .bs_talk__body > div {
  width: calc(100% - 5em);
  padding-left: 2em;
  border-left: 0.2em solid #f5f5f5;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .bestation-content.article-content .bs_talk_l .bs_talk__body > div {
    width: calc(100% - 3em);
    padding-left: 1em;
  }
}
.bestation-content.article-content .bs_talk_l .bs_talk__body > div > *:last-of-type {
  margin-bottom: 0;
}
.bestation-content.article-content .bs_talk_l .bs_talk__name {
  width: 5em !important;
  padding-left: 0 !important;
  border-left: 0 !important;
  font-weight: 700;
  color: #e94738;
}
@media screen and (max-width: 767px) {
  .bestation-content.article-content .bs_talk_l .bs_talk__name {
    width: 3em;
  }
}
.bestation-content.article-content .bs_talk {
  margin-bottom: 3em;
}
.bestation-content.article-content .bs_talk .bs_talk__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bestation-content.article-content .bs_talk .bs_talk__body > div {
  width: calc(100% - 5em);
  padding-left: 2em;
  border-left: 0.2em solid #f5f5f5;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .bestation-content.article-content .bs_talk .bs_talk__body > div {
    width: calc(100% - 3em);
    padding-left: 1em;
  }
}
.bestation-content.article-content .bs_talk .bs_talk__body > div > *:last-of-type {
  margin-bottom: 0;
}
.bestation-content.article-content .bs_talk .bs_talk__name {
  width: 5em !important;
  padding-left: 0 !important;
  border-left: 0 !important;
  font-weight: 700;
  color: #e94738;
}
@media screen and (max-width: 767px) {
  .bestation-content.article-content .bs_talk .bs_talk__name {
    width: 3em;
  }
}
.bestation-content.article-content .last-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .bestation-content.article-content .last-message {
    display: block;
  }
}
.bestation-content.article-content .last-message__main {
  font-weight: 700;
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  .bestation-content.article-content .last-message__main {
    margin-bottom: 0.5em;
    font-size: 1.2em;
  }
}
.bestation-content.article-content .last-message__name {
  position: relative;
  font-weight: 700;
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  .bestation-content.article-content .last-message__name {
    font-size: 1em;
    text-align: right;
  }
}
.bestation-content.article-content .last-message__name span {
  display: inline-block;
  position: relative;
  padding-left: 3em;
}
.bestation-content.article-content .last-message__name span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 2em;
  height: 0.05em;
  background-color: #595757;
}
.bestation-content.article-content .note {
  font-size: 0.75em;
  line-height: 1.6;
  color: #a3a2a2;
}
.bestation-content.article-content .article h2 {
  position: relative;
  margin-top: 3em;
  padding-left: 1em;
  border-left: 0.125em solid #e94738;
  font-size: 2em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .bestation-content.article-content .article h2 {
    font-size: 1.25em;
  }
}
.bestation-content.article-content .article p {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .bestation-content.article-content .article p {
    font-size: 0.875em;
  }
}
.bestation-content.article-content .article ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}
.bestation-content.article-content .article ul > li {
  position: relative;
  padding-left: 1.5em;
}
.bestation-content.article-content .article ul > li::before {
  content: "●";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0.5em;
  color: #e94738;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}
.bestation-content.article-content .article ul > li > .list {
  margin-top: 0.5em;
  font-size: 90%;
}
.bestation-content.article-content .article ul > li > ul.list > li::before {
  content: "○";
}
.bestation-content.article-content .article ul > li > ol.list > li::before {
  color: #2996cc;
}
.bestation-content.article-content .article ol {
  counter-reset: number;
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}
.bestation-content.article-content .article ol > li {
  position: relative;
  padding-left: 2em;
}
.bestation-content.article-content .article ol > li::before {
  counter-increment: number;
  content: counter(number) ".";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  text-align: right;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.bestation-content.article-content .article dl {
  margin-top: 0;
}
.bestation-content.article-content .article dl dt {
  font-weight: 400;
}
.bestation-content.article-content .article dl dd {
  margin-left: 0;
}
.bestation-content.article-content .article table th,
.bestation-content.article-content .article table td {
  padding: 1em 0;
  vertical-align: top;
}
.bestation-content.article-content .article table th {
  white-space: nowrap;
}
.bestation-content.article-content .article table tr > * + * {
  padding-left: 1em;
}
.bestation-content.article-content .article table tbody th,
.bestation-content.article-content .article table tbody td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.bestation-content.article-content .article table thead th,
.bestation-content.article-content .article table thead td {
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  font-weight: 500;
}

.m-article__back {
  margin-top: 3em;
  text-align: center;
}

.m-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 2.5em 0;
  border-top: 0.2em solid #ebebeb;
  border-bottom: 0.2em solid #ebebeb;
}
@media screen and (max-width: 767px) {
  .m-pager {
    padding: 2em 0;
  }
}
.m-pager__page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  text-decoration: none;
}
.m-pager__page + .m-pager__page {
  border-left: 0.1em solid #ebebeb;
}
.m-pager__page + .m-pager__page .m-pager__page__main {
  padding-left: 2em;
}
.m-pager__page__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .m-pager__page__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.m-pager__page.is-prev .m-pager__page__main {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-right: 2em;
}
@media screen and (max-width: 767px) {
  .m-pager__page.is-prev .m-pager__page__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 1.5em;
  }
}
.m-pager__page.is-prev .m-pager__page__arrow {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.m-pager__page.is-next {
  margin-left: auto;
}
.m-pager__page.is-next .m-pager__page__main {
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  .m-pager__page.is-next .m-pager__page__main {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-left: 1.5em;
  }
}
.m-pager__page.is-next .m-pager__page__h {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .m-pager__page.is-next .m-pager__page__arrows {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .m-pager__page.is-next .m-pager__page__arrow {
    margin-right: 0;
    margin-left: 1em;
  }
}
.m-pager__page__h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 5em);
}
@media screen and (max-width: 767px) {
  .m-pager__page__h {
    width: 100%;
    margin-bottom: 1em;
  }
}
.m-pager__page__txt {
  margin-bottom: 0.5em;
}
.m-pager__page__time {
  font-family: "Barlow", sans-serif;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  color: #a3a2a2;
}
.m-pager__page__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3em;
}
@media screen and (max-width: 767px) {
  .m-pager__page__arrows {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
}
.m-pager__page__arrow {
  width: 1.25em;
  height: 1.25em;
  margin-bottom: 1em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url(../images/common/ico_arrow_sec_01.svg);
}
@media screen and (max-width: 767px) {
  .m-pager__page__arrow {
    margin-bottom: 0;
    margin-right: 1em;
  }
}
.m-pager__page__d {
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 0.75em;
  letter-spacing: 0.1em;
}

.isnt-touch .m-pager__page {
  -webkit-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.isnt-touch .m-pager__page__arrows {
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.25s;
       -o-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

/* ========================================================================== */
/* Doc content */
/* ========================================================================== */
.doc-content .page-section {
  max-width: 60em;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .doc-content .page-section {
    padding: 0 1.5em;
  }
}
.doc-content .page-section + .page-section {
  margin-top: 6em;
}
.doc-content .block-section + .block-section {
  margin-top: 3em;
}
.doc-content .read {
  line-height: 1.8;
}
.doc-content .p-mark img {
  max-width: 7.5em;
}

/* ========================================================================== */
/* Layout */
/* ========================================================================== */
/* layout: wrapper */
/* -------------------------------------------------------------------------- */
.w-full {
  width: 100%;
}

.w-80 {
  width: 90%;
  max-width: 80em;
  margin: 0 auto;
}

.w-70 {
  width: 90%;
  max-width: 70em;
  margin: 0 auto;
}

.w-60 {
  width: 90%;
  max-width: 60em;
  margin: 0 auto;
}

.w-50 {
  width: 90%;
  max-width: 50em;
  margin: 0 auto;
}

.w-40 {
  width: 90%;
  max-width: 40em;
  margin: 0 auto;
}

.w-30 {
  width: 90%;
  max-width: 30em;
  margin: 0 auto;
}

.w-20 {
  width: 90%;
  max-width: 20em;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sp-w-full {
    width: 100%;
  }
  .sp-w-80 {
    width: 90%;
    max-width: 80em;
    margin: 0 auto;
  }
  .sp-w-70 {
    width: 90%;
    max-width: 70em;
    margin: 0 auto;
  }
  .sp-w-60 {
    width: 90%;
    max-width: 60em;
    margin: 0 auto;
  }
  .sp-w-50 {
    width: 90%;
    max-width: 50em;
    margin: 0 auto;
  }
  .sp-w-40 {
    width: 90%;
    max-width: 40em;
    margin: 0 auto;
  }
  .sp-w-30 {
    width: 90%;
    max-width: 30em;
    margin: 0 auto;
  }
  .sp-w-20 {
    width: 90%;
    max-width: 20em;
    margin: 0 auto;
  }
}
/* layout: padding */
/* -------------------------------------------------------------------------- */
.p-0 {
  padding: 0 !important;
}

.p-05 {
  padding: 0.5em !important;
}

.p-1 {
  padding: 1em !important;
}

.p-2 {
  padding: 2em !important;
}

.p-3 {
  padding: 3em !important;
}

.p-4 {
  padding: 4em !important;
}

.p-5 {
  padding: 5em !important;
}

.p-6 {
  padding: 6em !important;
}

.p-7 {
  padding: 7em !important;
}

.p-8 {
  padding: 8em !important;
}

.p-9 {
  padding: 9em !important;
}

.p-10 {
  padding: 10em !important;
}

@media screen and (max-width: 767px) {
  .sp-p-0 {
    padding: 0 !important;
  }
  .sp-p-05 {
    padding: 0.5em !important;
  }
  .sp-p-1 {
    padding: 1em !important;
  }
  .sp-p-2 {
    padding: 2em !important;
  }
  .sp-p-3 {
    padding: 3em !important;
  }
  .sp-p-4 {
    padding: 4em !important;
  }
  .sp-p-5 {
    padding: 5em !important;
  }
  .sp-p-6 {
    padding: 6em !important;
  }
  .sp-p-7 {
    padding: 7em !important;
  }
  .sp-p-8 {
    padding: 8em !important;
  }
  .sp-p-9 {
    padding: 9em !important;
  }
  .sp-p-10 {
    padding: 10em !important;
  }
}
/* layout: padding top */
/* -------------------------------------------------------------------------- */
.pt-0 {
  padding-top: 0 !important;
}

.pt-05 {
  padding-top: 0.5em !important;
}

.pt-1 {
  padding-top: 1em !important;
}

.pt-2 {
  padding-top: 2em !important;
}

.pt-3 {
  padding-top: 3em !important;
}

.pt-4 {
  padding-top: 4em !important;
}

.pt-5 {
  padding-top: 5em !important;
}

.pt-6 {
  padding-top: 6em !important;
}

.pt-7 {
  padding-top: 7em !important;
}

.pt-8 {
  padding-top: 8em !important;
}

.pt-9 {
  padding-top: 9em !important;
}

.pt-10 {
  padding-top: 10em !important;
}

@media screen and (max-width: 767px) {
  .sp-pt-0 {
    padding-top: 0 !important;
  }
  .sp-pt-05 {
    padding-top: 0.5em !important;
  }
  .sp-pt-1 {
    padding-top: 1em !important;
  }
  .sp-pt-2 {
    padding-top: 2em !important;
  }
  .sp-pt-3 {
    padding-top: 3em !important;
  }
  .sp-pt-4 {
    padding-top: 4em !important;
  }
  .sp-pt-5 {
    padding-top: 5em !important;
  }
  .sp-pt-6 {
    padding-top: 6em !important;
  }
  .sp-pt-7 {
    padding-top: 7em !important;
  }
  .sp-pt-8 {
    padding-top: 8em !important;
  }
  .sp-pt-9 {
    padding-top: 9em !important;
  }
  .sp-pt-10 {
    padding-top: 10em !important;
  }
}
/* layout: padding right */
/* -------------------------------------------------------------------------- */
.pr-0 {
  padding-right: 0em !important;
}

.pr-05 {
  padding-right: 0.5em !important;
}

.pr-1 {
  padding-right: 1em !important;
}

.pr-2 {
  padding-right: 2em !important;
}

.pr-3 {
  padding-right: 3em !important;
}

.pr-4 {
  padding-right: 4em !important;
}

.pr-5 {
  padding-right: 5em !important;
}

.pr-6 {
  padding-right: 6em !important;
}

.pr-7 {
  padding-right: 7em !important;
}

.pr-8 {
  padding-right: 8em !important;
}

.pr-9 {
  padding-right: 9em !important;
}

.pr-10 {
  padding-right: 10em !important;
}

@media screen and (max-width: 767px) {
  .sp-pr-0 {
    padding-right: 0em !important;
  }
  .sp-pr-05 {
    padding-right: 0.5em !important;
  }
  .sp-pr-1 {
    padding-right: 1em !important;
  }
  .sp-pr-2 {
    padding-right: 2em !important;
  }
  .sp-pr-3 {
    padding-right: 3em !important;
  }
  .sp-pr-4 {
    padding-right: 4em !important;
  }
  .sp-pr-5 {
    padding-right: 5em !important;
  }
  .sp-pr-6 {
    padding-right: 6em !important;
  }
  .sp-pr-7 {
    padding-right: 7em !important;
  }
  .sp-pr-8 {
    padding-right: 8em !important;
  }
  .sp-pr-9 {
    padding-right: 9em !important;
  }
  .sp-pr-10 {
    padding-right: 10em !important;
  }
}
/* layout: padding bottom */
/* -------------------------------------------------------------------------- */
.pb-0 {
  padding-bottom: 0em !important;
}

.pb-05 {
  padding-bottom: 0.5em !important;
}

.pb-1 {
  padding-bottom: 1em !important;
}

.pb-2 {
  padding-bottom: 2em !important;
}

.pb-3 {
  padding-bottom: 3em !important;
}

.pb-4 {
  padding-bottom: 4em !important;
}

.pb-5 {
  padding-bottom: 5em !important;
}

.pb-6 {
  padding-bottom: 6em !important;
}

.pb-7 {
  padding-bottom: 7em !important;
}

.pb-8 {
  padding-bottom: 8em !important;
}

.pb-9 {
  padding-bottom: 9em !important;
}

.pb-10 {
  padding-bottom: 10em !important;
}

@media screen and (max-width: 767px) {
  .sp-pb-0 {
    padding-bottom: 0em !important;
  }
  .sp-pb-05 {
    padding-bottom: 0.5em !important;
  }
  .sp-pb-1 {
    padding-bottom: 1em !important;
  }
  .sp-pb-2 {
    padding-bottom: 2em !important;
  }
  .sp-pb-3 {
    padding-bottom: 3em !important;
  }
  .sp-pb-4 {
    padding-bottom: 4em !important;
  }
  .sp-pb-5 {
    padding-bottom: 5em !important;
  }
  .sp-pb-6 {
    padding-bottom: 6em !important;
  }
  .sp-pb-7 {
    padding-bottom: 7em !important;
  }
  .sp-pb-8 {
    padding-bottom: 8em !important;
  }
  .sp-pb-9 {
    padding-bottom: 9em !important;
  }
  .sp-pb-10 {
    padding-bottom: 10em !important;
  }
}
/* layout: padding left */
/* -------------------------------------------------------------------------- */
.pl-0 {
  padding-left: 0em !important;
}

.pl-05 {
  padding-left: 0.5em !important;
}

.pl-1 {
  padding-left: 1em !important;
}

.pl-2 {
  padding-left: 2em !important;
}

.pl-3 {
  padding-left: 3em !important;
}

.pl-4 {
  padding-left: 4em !important;
}

.pl-5 {
  padding-left: 5em !important;
}

.pl-6 {
  padding-left: 6em !important;
}

.pl-7 {
  padding-left: 7em !important;
}

.pl-8 {
  padding-left: 8em !important;
}

.pl-9 {
  padding-left: 9em !important;
}

.pl-10 {
  padding-left: 10em !important;
}

@media screen and (max-width: 767px) {
  .sp-pl-0 {
    padding-left: 0em !important;
  }
  .sp-pl-05 {
    padding-left: 0.5em !important;
  }
  .sp-pl-1 {
    padding-left: 1em !important;
  }
  .sp-pl-2 {
    padding-left: 2em !important;
  }
  .sp-pl-3 {
    padding-left: 3em !important;
  }
  .sp-pl-4 {
    padding-left: 4em !important;
  }
  .sp-pl-5 {
    padding-left: 5em !important;
  }
  .sp-pl-6 {
    padding-left: 6em !important;
  }
  .sp-pl-7 {
    padding-left: 7em !important;
  }
  .sp-pl-8 {
    padding-left: 8em !important;
  }
  .sp-pl-9 {
    padding-left: 9em !important;
  }
  .sp-pl-10 {
    padding-left: 10em !important;
  }
}
/* layout: margin auto */
/* -------------------------------------------------------------------------- */
.m-auto {
  margin: auto !important;
}

@media screen and (max-width: 767px) {
  .sp-m-auto {
    margin: auto !important;
  }
}
/* layout: margin top */
/* -------------------------------------------------------------------------- */
.mt-0 {
  margin-top: 0 !important;
}

.mt-05 {
  margin-top: 0.5em !important;
}

.mt-1 {
  margin-top: 1em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.mt-3 {
  margin-top: 3em !important;
}

.mt-4 {
  margin-top: 4em !important;
}

.mt-5 {
  margin-top: 5em !important;
}

.mt-6 {
  margin-top: 6em !important;
}

.mt-7 {
  margin-top: 7em !important;
}

.mt-8 {
  margin-top: 8em !important;
}

.mt-9 {
  margin-top: 9em !important;
}

.mt-10 {
  margin-top: 10em !important;
}

@media screen and (max-width: 767px) {
  .sp-mt-0 {
    margin-top: 0 !important;
  }
  .sp-mt-05 {
    margin-top: 0.5em !important;
  }
  .sp-mt-1 {
    margin-top: 1em !important;
  }
  .sp-mt-2 {
    margin-top: 2em !important;
  }
  .sp-mt-3 {
    margin-top: 3em !important;
  }
  .sp-mt-4 {
    margin-top: 4em !important;
  }
  .sp-mt-5 {
    margin-top: 5em !important;
  }
  .sp-mt-6 {
    margin-top: 6em !important;
  }
  .sp-mt-7 {
    margin-top: 7em !important;
  }
  .sp-mt-8 {
    margin-top: 8em !important;
  }
  .sp-mt-9 {
    margin-top: 9em !important;
  }
  .sp-mt-10 {
    margin-top: 10em !important;
  }
}
/* layout: margin right */
/* -------------------------------------------------------------------------- */
.mr-0 {
  margin-right: 0 !important;
}

.mr-05 {
  margin-right: 0.5em !important;
}

.mr-1 {
  margin-right: 1em !important;
}

.mr-2 {
  margin-right: 2em !important;
}

.mr-3 {
  margin-right: 3em !important;
}

.mr-4 {
  margin-right: 4em !important;
}

.mr-5 {
  margin-right: 5em !important;
}

.mr-6 {
  margin-right: 6em !important;
}

.mr-7 {
  margin-right: 7em !important;
}

.mr-8 {
  margin-right: 8em !important;
}

.mr-9 {
  margin-right: 9em !important;
}

.mr-10 {
  margin-right: 10em !important;
}

@media screen and (max-width: 767px) {
  .sp-mr-0 {
    margin-right: 0 !important;
  }
  .sp-mr-05 {
    margin-right: 0.5em !important;
  }
  .sp-mr-1 {
    margin-right: 1em !important;
  }
  .sp-mr-2 {
    margin-right: 2em !important;
  }
  .sp-mr-3 {
    margin-right: 3em !important;
  }
  .sp-mr-4 {
    margin-right: 4em !important;
  }
  .sp-mr-5 {
    margin-right: 5em !important;
  }
  .sp-mr-6 {
    margin-right: 6em !important;
  }
  .sp-mr-7 {
    margin-right: 7em !important;
  }
  .sp-mr-8 {
    margin-right: 8em !important;
  }
  .sp-mr-9 {
    margin-right: 9em !important;
  }
  .sp-mr-10 {
    margin-right: 10em !important;
  }
}
/* layout: margin bottom */
/* -------------------------------------------------------------------------- */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-05 {
  margin-bottom: 0.5em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.mb-4 {
  margin-bottom: 4em !important;
}

.mb-5 {
  margin-bottom: 5em !important;
}

.mb-6 {
  margin-bottom: 6em !important;
}

.mb-7 {
  margin-bottom: 7em !important;
}

.mb-8 {
  margin-bottom: 8em !important;
}

.mb-9 {
  margin-bottom: 9em !important;
}

.mb-10 {
  margin-bottom: 10em !important;
}

@media screen and (max-width: 767px) {
  .sp-mb-0 {
    margin-bottom: 0 !important;
  }
  .sp-mb-05 {
    margin-bottom: 0.5em !important;
  }
  .sp-mb-1 {
    margin-bottom: 1em !important;
  }
  .sp-mb-2 {
    margin-bottom: 2em !important;
  }
  .sp-mb-3 {
    margin-bottom: 3em !important;
  }
  .sp-mb-4 {
    margin-bottom: 4em !important;
  }
  .sp-mb-5 {
    margin-bottom: 5em !important;
  }
  .sp-mb-6 {
    margin-bottom: 6em !important;
  }
  .sp-mb-7 {
    margin-bottom: 7em !important;
  }
  .sp-mb-8 {
    margin-bottom: 8em !important;
  }
  .sp-mb-9 {
    margin-bottom: 9em !important;
  }
  .sp-mb-10 {
    margin-bottom: 10em !important;
  }
}
/* layout: margin left */
/* -------------------------------------------------------------------------- */
.ml-0 {
  margin-left: 0 !important;
}

.ml-05 {
  margin-left: 0.5em !important;
}

.ml-1 {
  margin-left: 1em !important;
}

.ml-2 {
  margin-left: 2em !important;
}

.ml-3 {
  margin-left: 3em !important;
}

.ml-4 {
  margin-left: 4em !important;
}

.ml-5 {
  margin-left: 5em !important;
}

.ml-6 {
  margin-left: 6em !important;
}

.ml-7 {
  margin-left: 7em !important;
}

.ml-8 {
  margin-left: 8em !important;
}

.ml-9 {
  margin-left: 9em !important;
}

.ml-10 {
  margin-left: 10em !important;
}

@media screen and (max-width: 767px) {
  .sp-ml-0 {
    margin-left: 0 !important;
  }
  .sp-ml-05 {
    margin-left: 0.5em !important;
  }
  .sp-ml-1 {
    margin-left: 1em !important;
  }
  .sp-ml-2 {
    margin-left: 2em !important;
  }
  .sp-ml-3 {
    margin-left: 3em !important;
  }
  .sp-ml-4 {
    margin-left: 4em !important;
  }
  .sp-ml-5 {
    margin-left: 5em !important;
  }
  .sp-ml-6 {
    margin-left: 6em !important;
  }
  .sp-ml-7 {
    margin-left: 7em !important;
  }
  .sp-ml-8 {
    margin-left: 8em !important;
  }
  .sp-ml-9 {
    margin-left: 9em !important;
  }
  .sp-ml-10 {
    margin-left: 10em !important;
  }
}
/* ========================================================================== */
/* Typography */
/* ========================================================================== */
/* typography: color */
/* -------------------------------------------------------------------------- */
.color-initial {
  color: #fff;
}

.color-primary {
  color: #595757;
}

.color-secondary {
  color: #e94738;
}

.color-tertiary {
  color: #2996cc;
}

.color-quaternary {
  color: #662C4B;
}

.color-quinary {
  color: #2C6666;
}

/* typography: font-family */
/* -------------------------------------------------------------------------- */
.ff-barlow {
  font-family: "Barlow", sans-serif;
}

/* typography: font-size */
/* -------------------------------------------------------------------------- */
.fz-small {
  font-size: 80%;
}

.fz-big {
  font-size: 120%;
}

.fz-10 {
  font-size: 0.625em;
}

.fz-12 {
  font-size: 0.75em;
}

.fz-14 {
  font-size: 0.875em;
}

.fz-16 {
  font-size: 1em;
}

.fz-18 {
  font-size: 1.125em;
}

.fz-20 {
  font-size: 1.25em;
}

.fz-22 {
  font-size: 1.375em;
}

.fz-24 {
  font-size: 1.5em;
}

.fz-28 {
  font-size: 1.75em;
}

.fz-32 {
  font-size: 2em;
}

.fz-40 {
  font-size: 2.5em;
}

.fz-48 {
  font-size: 3em;
}

.fz-64 {
  font-size: 4em;
}

.fz-small {
  font-size: 75%;
}

.fz-large {
  font-size: 150%;
}

.fz-big {
  font-size: 200%;
}

/* typography: font-style */
/* -------------------------------------------------------------------------- */
.fs-normal {
  font-style: normal;
}

.fs-italic {
  font-style: italic;
}

/* typography: font-weight */
/* -------------------------------------------------------------------------- */
.fw-normal {
  font-weight: 300;
}

.fw-bold {
  font-weight: 700;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-700 {
  font-weight: 700;
}

/* typography: letter-spacing */
/* -------------------------------------------------------------------------- */
.ls-0 {
  letter-spacing: 0;
}

.ls-1 {
  letter-spacing: 0.1em;
}

.ls-2 {
  letter-spacing: 0.2em;
}

.ls-3 {
  letter-spacing: 0.3em;
}

.ls-4 {
  letter-spacing: 0.4em;
}

/* typography: br */
/* -------------------------------------------------------------------------- */
@media screen and (min-width: 767px) {
  br.pc-br {
    display: inline;
  }
  br.sp-br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  br.pc-br {
    display: none;
  }
  br.sp-br {
    display: inline;
  }
}
@media print {
  br.sp-br {
    display: none;
  }
}
/* typography: line-height */
/* -------------------------------------------------------------------------- */
.lh-10 {
  line-height: 1;
}

.lh-12 {
  line-height: 1.2;
}

.lh-14 {
  line-height: 1.4;
}

.lh-16 {
  line-height: 1.6;
}

.lh-18 {
  line-height: 1.8;
}

.lh-20 {
  line-height: 2;
}

.lh-22 {
  line-height: 2.2;
}

.lh-24 {
  line-height: 2.4;
}

.lh-26 {
  line-height: 2.6;
}

.lh-28 {
  line-height: 2.8;
}

.lh-30 {
  line-height: 3;
}

.lh-32 {
  line-height: 3.2;
}

/* typography: text-align */
/* -------------------------------------------------------------------------- */
.ta-left {
  text-align: left;
}

.ta-center {
  text-align: center;
}

.ta-right {
  text-align: right;
}

@media screen and (max-width: 40em) {
  .sp-ta-left {
    text-align: left !important;
  }
  .sp-ta-center {
    text-align: center !important;
  }
  .sp-ta-right {
    text-align: right !important;
  }
}
/* typography: decoration */
/* -------------------------------------------------------------------------- */
.td-none {
  text-decoration: none;
}

.td-underline {
  text-decoration: underline;
}

.td-overline {
  text-decoration: overline;
}

/* typography: white-space */
/* -------------------------------------------------------------------------- */
.ws-normal {
  white-space: normal;
}

.ws-nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 767px) {
  .pc-ws-normal {
    white-pcace: normal;
  }
  .pc-ws-nowrap {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .sp-ws-normal {
    white-space: normal;
  }
  .sp-ws-nowrap {
    white-space: nowrap;
  }
}
/* typography: white-space */
/* -------------------------------------------------------------------------- */
.wm-v-rl {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
/*# sourceMappingURL=style.css.map */