@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500&family=Barlow:wght@300;400;500&family=Noto+Sans+JP:wght@300;400;500&display=swap");
/* ========================================================================== */
/* 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;
}

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

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

body {
  background-color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -ms-font-feature-settings: "normal";
  font-weight: 400;
  font-size: 1em;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #4c4948;
}
@media screen and (max-width: 1440px) {
  body {
    font-size: 1.11vw;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  body {
    font-size: 3.6vw;
  }
}
@media print {
  body {
    zoom: 0.64;
    padding-top: 0;
    -webkit-print-color-adjust: exact;
  }
}
body.en-content {
  font-family: "Barlow", sans-serif;
  letter-spacing: 0;
}

/* iniize: divider */
/* -------------------------------------------------------------------------- */
hr {
  margin: 0 auto;
  border: 0;
  border-top: 1px solid #cccccc;
}

/* iniize: link */
/* -------------------------------------------------------------------------- */
a {
  font-weight: 500;
  color: #595757;
}

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

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

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

/* iniize: media */
/* -------------------------------------------------------------------------- */
figure {
  margin: 0;
}

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

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

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

/* iniize: 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;
}

/* iniize: table */
/* -------------------------------------------------------------------------- */
table {
  width: 100%;
}
table th,
table td {
  text-align: left;
  vertical-align: top;
}
table th {
  font-weight: 400;
}

/* iniize: typography */
/* -------------------------------------------------------------------------- */
b,
strong {
  font-weight: 500;
}

em {
  font-style: normal;
  font-weight: 400;
  color: #999999;
}

small {
  display: inline-block;
}

address {
  font-style: normal;
}

p {
  margin-top: 0;
}

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

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.75em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1.125em;
}

h6 {
  font-size: 1em;
}

/* ========================================================================== */
/* Elements */
/* ========================================================================== */
/* elements: box */
/* -------------------------------------------------------------------------- */
.box {
  margin-bottom: 1.5em;
  padding: 1.5em;
  background-color: #f5f5f5;
}
.box--border {
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
}

/* elements: button */
/* -------------------------------------------------------------------------- */
.button {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 1em 2em;
  border: 2px solid #ed6c00;
  border-radius: 0.333em;
  background-color: #ed6c00;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  color: #ffffff;
}
.button[disabled] {
  border-color: #cccccc;
  background-color: #cccccc;
}
.button--pri {
  border-color: #4c4948;
  background-color: #4c4948;
}
.button--ter {
  border-color: #999999;
  background-color: #999999;
}
.button--border {
  background-color: #ffffff;
  color: #ed6c00;
}
.button--border[disabled] {
  border-color: #cccccc;
  background-color: #ffffff;
  color: #cccccc;
}

.isnt-touch .button {
  -webkit-transition-property: background-color, color, -webkit-transform;
  transition-property: background-color, color, -webkit-transform;
  transition-property: background-color, color, transform;
  transition-property: background-color, color, transform, -webkit-transform;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}
.isnt-touch .button:focus, .isnt-touch .button:hover {
  border-color: #ed6c00;
  background-color: #ffffff;
  color: #ed6c00;
}
.isnt-touch .button[disabled]:focus, .isnt-touch .button[disabled]:hover {
  cursor: default;
  background-color: #cccccc;
  color: #ffffff;
}
.isnt-touch .button--border:focus, .isnt-touch .button--border:hover {
  background-color: #ed6c00;
  color: #ffffff;
}
.isnt-touch .button--border[disabled]:focus, .isnt-touch .button--border[disabled]:hover {
  background-color: #ffffff;
  color: #cccccc;
}

/* elements: clearfix */
/* -------------------------------------------------------------------------- */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* elements: color */
/* -------------------------------------------------------------------------- */
.color-ini {
  color: #ffffff !important;
}

.color-pri {
  color: #4c4948 !important;
}

.color-sec {
  color: #ed6c00 !important;
}

.color-ter {
  color: #999999 !important;
}

.color-qua {
  color: #cccccc !important;
}

.color-qui {
  color: #faf4eb !important;
}

.color-oct {
  color: #fed200 !important;
}

.color-nov {
  color: #4fbece !important;
}

.color-dec {
  color: #f4efe6 !important;
}

.color-orange {
  color: #ed6c00 !important;
}

.color-purple {
  color: #9f59a0 !important;
}

.color-green {
  color: #47ac32 !important;
}

.color-blue {
  color: #346db5 !important;
}

.color-l-orange {
  color: #fdf0e5 !important;
}

.color-l-purple {
  color: #f5eef5 !important;
}

.color-l-green {
  color: #f3f9e8 !important;
}

.color-l-blue {
  color: #eaf0f7 !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-color-ini {
    color: #ffffff !important;
  }
  .sp-color-pri {
    color: #4c4948 !important;
  }
  .sp-color-sec {
    color: #ed6c00 !important;
  }
  .sp-color-ter {
    color: #999999 !important;
  }
  .sp-color-qua {
    color: #cccccc !important;
  }
  .sp-color-qui {
    color: #faf4eb !important;
  }
  .sp-color-oct {
    color: #fed200 !important;
  }
  .sp-color-nov {
    color: #4fbece !important;
  }
  .sp-color-dec {
    color: #f4efe6 !important;
  }
  .sp-color-orange {
    color: #ed6c00 !important;
  }
  .sp-color-purple {
    color: #9f59a0 !important;
  }
  .sp-color-green {
    color: #47ac32 !important;
  }
  .sp-color-blue {
    color: #346db5 !important;
  }
  .sp-color-l-orange {
    color: #fdf0e5 !important;
  }
  .sp-color-l-purple {
    color: #f5eef5 !important;
  }
  .sp-color-l-green {
    color: #f3f9e8 !important;
  }
  .sp-color-l-blue {
    color: #eaf0f7 !important;
  }
}
.color-gray-98 {
  color: #fafafa !important;
}

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

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

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

.color-gray-84 {
  color: #d6d6d6 !important;
}

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

.color-gray-76 {
  color: #c2c2c2 !important;
}

.color-gray-72 {
  color: #b8b8b8 !important;
}

.color-gray-68 {
  color: #adadad !important;
}

.color-gray-64 {
  color: #a3a3a3 !important;
}

.color-gray-60 {
  color: #999999 !important;
}

.color-gray-56 {
  color: #8f8f8f !important;
}

.color-gray-52 {
  color: #858585 !important;
}

.color-gray-48 {
  color: #7a7a7a !important;
}

.color-gray-44 {
  color: #707070 !important;
}

.color-gray-40 {
  color: #666666 !important;
}

.color-gray-36 {
  color: #5c5c5c !important;
}

.color-gray-32 {
  color: #525252 !important;
}

.color-gray-28 {
  color: #474747 !important;
}

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

.color-gray-20 {
  color: #333333 !important;
}

.color-gray-16 {
  color: #292929 !important;
}

.color-gray-12 {
  color: #1f1f1f !important;
}

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

.color-gray-04 {
  color: #0a0a0a !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-color-gray-98 {
    color: #fafafa !important;
  }
  .sp-color-gray-96 {
    color: #f5f5f5 !important;
  }
  .sp-color-gray-92 {
    color: #ebebeb !important;
  }
  .sp-color-gray-88 {
    color: #e0e0e0 !important;
  }
  .sp-color-gray-84 {
    color: #d6d6d6 !important;
  }
  .sp-color-gray-80 {
    color: #cccccc !important;
  }
  .sp-color-gray-76 {
    color: #c2c2c2 !important;
  }
  .sp-color-gray-72 {
    color: #b8b8b8 !important;
  }
  .sp-color-gray-68 {
    color: #adadad !important;
  }
  .sp-color-gray-64 {
    color: #a3a3a3 !important;
  }
  .sp-color-gray-60 {
    color: #999999 !important;
  }
  .sp-color-gray-56 {
    color: #8f8f8f !important;
  }
  .sp-color-gray-52 {
    color: #858585 !important;
  }
  .sp-color-gray-48 {
    color: #7a7a7a !important;
  }
  .sp-color-gray-44 {
    color: #707070 !important;
  }
  .sp-color-gray-40 {
    color: #666666 !important;
  }
  .sp-color-gray-36 {
    color: #5c5c5c !important;
  }
  .sp-color-gray-32 {
    color: #525252 !important;
  }
  .sp-color-gray-28 {
    color: #474747 !important;
  }
  .sp-color-gray-24 {
    color: #3d3d3d !important;
  }
  .sp-color-gray-20 {
    color: #333333 !important;
  }
  .sp-color-gray-16 {
    color: #292929 !important;
  }
  .sp-color-gray-12 {
    color: #1f1f1f !important;
  }
  .sp-color-gray-08 {
    color: #141414 !important;
  }
  .sp-color-gray-04 {
    color: #0a0a0a !important;
  }
}
/* elements: bg-color */
/* -------------------------------------------------------------------------- */
.bg-ini {
  background-color: #ffffff !important;
}

.bg-pri {
  background-color: #4c4948 !important;
}

.bg-sec {
  background-color: #ed6c00 !important;
}

.bg-ter {
  background-color: #999999 !important;
}

.bg-qua {
  background-color: #cccccc !important;
}

.bg-qui {
  background-color: #faf4eb !important;
}

.bg-oct {
  background-color: #fed200 !important;
}

.bg-nov {
  background-color: #4fbece !important;
}

.bg-dec {
  background-color: #f4efe6 !important;
}

.bg-orange {
  background-color: #ed6c00 !important;
}

.bg-purple {
  background-color: #9f59a0 !important;
}

.bg-green {
  background-color: #47ac32 !important;
}

.bg-blue {
  background-color: #346db5 !important;
}

.bg-l-orange {
  background-color: #fdf0e5 !important;
}

.bg-l-purple {
  background-color: #f5eef5 !important;
}

.bg-l-green {
  background-color: #f3f9e8 !important;
}

.bg-l-blue {
  background-color: #eaf0f7 !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-bg-ini {
    background-color: #ffffff !important;
  }
  .sp-bg-pri {
    background-color: #4c4948 !important;
  }
  .sp-bg-sec {
    background-color: #ed6c00 !important;
  }
  .sp-bg-ter {
    background-color: #999999 !important;
  }
  .sp-bg-qua {
    background-color: #cccccc !important;
  }
  .sp-bg-qui {
    background-color: #faf4eb !important;
  }
  .sp-bg-oct {
    background-color: #fed200 !important;
  }
  .sp-bg-nov {
    background-color: #4fbece !important;
  }
  .sp-bg-dec {
    background-color: #f4efe6 !important;
  }
  .sp-bg-orange {
    background-color: #ed6c00 !important;
  }
  .sp-bg-purple {
    background-color: #9f59a0 !important;
  }
  .sp-bg-green {
    background-color: #47ac32 !important;
  }
  .sp-bg-blue {
    background-color: #346db5 !important;
  }
  .sp-bg-l-orange {
    background-color: #fdf0e5 !important;
  }
  .sp-bg-l-purple {
    background-color: #f5eef5 !important;
  }
  .sp-bg-l-green {
    background-color: #f3f9e8 !important;
  }
  .sp-bg-l-blue {
    background-color: #eaf0f7 !important;
  }
}
.bg-transparent {
  background-color: transparent !important;
}

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

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

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

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

.bg-gray-84 {
  background-color: #d6d6d6 !important;
}

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

.bg-gray-76 {
  background-color: #c2c2c2 !important;
}

.bg-gray-72 {
  background-color: #b8b8b8 !important;
}

.bg-gray-68 {
  background-color: #adadad !important;
}

.bg-gray-64 {
  background-color: #a3a3a3 !important;
}

.bg-gray-60 {
  background-color: #999999 !important;
}

.bg-gray-56 {
  background-color: #8f8f8f !important;
}

.bg-gray-52 {
  background-color: #858585 !important;
}

.bg-gray-48 {
  background-color: #7a7a7a !important;
}

.bg-gray-44 {
  background-color: #707070 !important;
}

.bg-gray-40 {
  background-color: #666666 !important;
}

.bg-gray-36 {
  background-color: #5c5c5c !important;
}

.bg-gray-32 {
  background-color: #525252 !important;
}

.bg-gray-28 {
  background-color: #474747 !important;
}

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

.bg-gray-20 {
  background-color: #333333 !important;
}

.bg-gray-16 {
  background-color: #292929 !important;
}

.bg-gray-12 {
  background-color: #1f1f1f !important;
}

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

.bg-gray-04 {
  background-color: #0a0a0a !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-bg-transparent {
    background-color: transparent !important;
  }
  .sp-bg-gray-98 {
    background-color: #fafafa !important;
  }
  .sp-bg-gray-96 {
    background-color: #f5f5f5 !important;
  }
  .sp-bg-gray-92 {
    background-color: #ebebeb !important;
  }
  .sp-bg-gray-88 {
    background-color: #e0e0e0 !important;
  }
  .sp-bg-gray-84 {
    background-color: #d6d6d6 !important;
  }
  .sp-bg-gray-80 {
    background-color: #cccccc !important;
  }
  .sp-bg-gray-76 {
    background-color: #c2c2c2 !important;
  }
  .sp-bg-gray-72 {
    background-color: #b8b8b8 !important;
  }
  .sp-bg-gray-68 {
    background-color: #adadad !important;
  }
  .sp-bg-gray-64 {
    background-color: #a3a3a3 !important;
  }
  .sp-bg-gray-60 {
    background-color: #999999 !important;
  }
  .sp-bg-gray-56 {
    background-color: #8f8f8f !important;
  }
  .sp-bg-gray-52 {
    background-color: #858585 !important;
  }
  .sp-bg-gray-48 {
    background-color: #7a7a7a !important;
  }
  .sp-bg-gray-44 {
    background-color: #707070 !important;
  }
  .sp-bg-gray-40 {
    background-color: #666666 !important;
  }
  .sp-bg-gray-36 {
    background-color: #5c5c5c !important;
  }
  .sp-bg-gray-32 {
    background-color: #525252 !important;
  }
  .sp-bg-gray-28 {
    background-color: #474747 !important;
  }
  .sp-bg-gray-24 {
    background-color: #3d3d3d !important;
  }
  .sp-bg-gray-20 {
    background-color: #333333 !important;
  }
  .sp-bg-gray-16 {
    background-color: #292929 !important;
  }
  .sp-bg-gray-12 {
    background-color: #1f1f1f !important;
  }
  .sp-bg-gray-08 {
    background-color: #141414 !important;
  }
  .sp-bg-gray-04 {
    background-color: #0a0a0a !important;
  }
}
/* elements: display */
/* -------------------------------------------------------------------------- */
.d-i-pc {
  display: inline;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .d-i-pc {
    display: none;
  }
}

.d-i-sp {
  display: none;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .d-i-sp {
    display: inline;
  }
}

.d-b-pc {
  display: block;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .d-b-pc {
    display: none;
  }
}

.d-b-sp {
  display: none;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .d-b-sp {
    display: block;
  }
}

.d-flex-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .d-flex-pc {
    display: none;
  }
}

.d-flex-sp {
  display: none;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .d-flex-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* elements: icon */
/* -------------------------------------------------------------------------- */
.icon {
  position: relative;
}
.icon::before, .icon::after {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  -webkit-transform: translateY(-0.0625em);
          transform: translateY(-0.0625em);
  background-image: url(../images/icon/ico_arrow_s_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.icon::before {
  content: "";
  margin-right: 0.5em;
}

a.icon[target=_blank]::before,
a.icon[target=_blank]::after {
  background-image: url(../images/icon/ico_newtab_s_01.svg);
}

a.icon[href$=".pdf"]::before,
a.icon[href$=".pdf"]::after,
a.icon[href$=".xls"]::before,
a.icon[href$=".xls"]::after,
a.icon[href$=".xlsx"]::before,
a.icon[href$=".xlsx"]::after,
a.icon[href$=".doc"]::before,
a.icon[href$=".doc"]::after,
a.icon[href$=".docx"]::before,
a.icon[href$=".docx"]::after,
a.icon[href$=".ppt"]::before,
a.icon[href$=".ppt"]::after,
a.icon[href$=".pptx"]::before,
a.icon[href$=".pptx"]::after {
  background-image: url(../images/icon/ico_file_s_01.svg);
}

a.icon[data-fancybox]::before,
a.icon[data-fancybox]::after {
  background-image: url(../images/icon/ico_modal_s_01.svg);
}

a.icon[href="JavaScript:mail_to('','')"]::before,
a.icon[href="JavaScript:mail_to('','')"]::after {
  background-image: url(../images/icon/ico_email_s_01.svg);
}

.icon--after::before {
  content: none;
}
.icon--after::after {
  content: "";
  margin-left: 0.5em;
}
.icon--prev::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.button.icon::before, .button.icon::after {
  background-image: url(../images/icon/ico_arrow_s_02.svg);
}

.button.icon[target=_blank]::before,
.button.icon[target=_blank]::after {
  background-image: url(../images/icon/ico_newtab_s_02.svg);
}

.button.icon[href$=".pdf"]::before,
.button.icon[href$=".pdf"]::after,
.button.icon[href$=".xls"]::before,
.button.icon[href$=".xls"]::after,
.button.icon[href$=".xlsx"]::before,
.button.icon[href$=".xlsx"]::after,
.button.icon[href$=".doc"]::before,
.button.icon[href$=".doc"]::after,
.button.icon[href$=".docx"]::before,
.button.icon[href$=".docx"]::after,
.button.icon[href$=".ppt"]::before,
.button.icon[href$=".ppt"]::after,
.button.icon[href$=".pptx"]::before,
.button.icon[href$=".pptx"]::after {
  background-image: url(../images/icon/ico_file_s_02.svg);
}

.button.icon[data-fancybox]::before,
.button.icon[data-fancybox]::after {
  background-image: url(../images/icon/ico_modal_s_02.svg);
}

.button.icon[href="JavaScript:mail_to('','')"]::before,
.button.icon[href="JavaScript:mail_to('','')"]::after {
  background-image: url(../images/icon/ico_email_s_02.svg);
}

.button--border.icon::before, .button--border.icon::after {
  background-image: url(../images/icon/ico_arrow_s_03.svg);
}

.button--border.icon[target=_blank]::before,
.button--border.icon[target=_blank]::after {
  background-image: url(../images/icon/ico_newtab_s_03.svg);
}

.button--border.icon[href$=".pdf"]::before,
.button--border.icon[href$=".pdf"]::after,
.button--border.icon[href$=".xls"]::before,
.button--border.icon[href$=".xls"]::after,
.button--border.icon[href$=".xlsx"]::before,
.button--border.icon[href$=".xlsx"]::after,
.button--border.icon[href$=".doc"]::before,
.button--border.icon[href$=".doc"]::after,
.button--border.icon[href$=".docx"]::before,
.button--border.icon[href$=".docx"]::after,
.button--border.icon[href$=".ppt"]::before,
.button--border.icon[href$=".ppt"]::after,
.button--border.icon[href$=".pptx"]::before,
.button--border.icon[href$=".pptx"]::after {
  background-image: url(../images/icon/ico_file_s_03.svg);
}

.button--border.icon[data-fancybox]::before,
.button--border.icon[data-fancybox]::after {
  background-image: url(../images/icon/ico_modal_s_03.svg);
}

.button--border.icon[href="JavaScript:mail_to('','')"]::before,
.button--border.icon[href="JavaScript:mail_to('','')"]::after {
  background-image: url(../images/icon/ico_email_s_03.svg);
}

.isnt-touch .button.icon:focus::before, .isnt-touch .button.icon:focus::after, .isnt-touch .button.icon:hover::before, .isnt-touch .button.icon:hover::after {
  background-image: url(../images/icon/ico_arrow_s_03.svg);
}
.isnt-touch .button.icon:focus[target=_blank]::before, .isnt-touch .button.icon:focus[target=_blank]::after, .isnt-touch .button.icon:hover[target=_blank]::before, .isnt-touch .button.icon:hover[target=_blank]::after {
  background-image: url(../images/icon/ico_newtab_s_03.svg);
}
.isnt-touch .button.icon:focus[href$=".pdf"]::before, .isnt-touch .button.icon:focus[href$=".pdf"]::after, .isnt-touch .button.icon:focus[href$=".xls"]::before, .isnt-touch .button.icon:focus[href$=".xls"]::after, .isnt-touch .button.icon:focus[href$=".xlsx"]::before, .isnt-touch .button.icon:focus[href$=".xlsx"]::after, .isnt-touch .button.icon:focus[href$=".doc"]::before, .isnt-touch .button.icon:focus[href$=".doc"]::after, .isnt-touch .button.icon:focus[href$=".docx"]::before, .isnt-touch .button.icon:focus[href$=".docx"]::after, .isnt-touch .button.icon:focus[href$=".ppt"]::before, .isnt-touch .button.icon:focus[href$=".ppt"]::after, .isnt-touch .button.icon:focus[href$=".pptx"]::before, .isnt-touch .button.icon:focus[href$=".pptx"]::after, .isnt-touch .button.icon:hover[href$=".pdf"]::before, .isnt-touch .button.icon:hover[href$=".pdf"]::after, .isnt-touch .button.icon:hover[href$=".xls"]::before, .isnt-touch .button.icon:hover[href$=".xls"]::after, .isnt-touch .button.icon:hover[href$=".xlsx"]::before, .isnt-touch .button.icon:hover[href$=".xlsx"]::after, .isnt-touch .button.icon:hover[href$=".doc"]::before, .isnt-touch .button.icon:hover[href$=".doc"]::after, .isnt-touch .button.icon:hover[href$=".docx"]::before, .isnt-touch .button.icon:hover[href$=".docx"]::after, .isnt-touch .button.icon:hover[href$=".ppt"]::before, .isnt-touch .button.icon:hover[href$=".ppt"]::after, .isnt-touch .button.icon:hover[href$=".pptx"]::before, .isnt-touch .button.icon:hover[href$=".pptx"]::after {
  background-image: url(../images/icon/ico_file_s_03.svg);
}
.isnt-touch .button.icon:focus[data-fancybox]::before, .isnt-touch .button.icon:focus[data-fancybox]::after, .isnt-touch .button.icon:hover[data-fancybox]::before, .isnt-touch .button.icon:hover[data-fancybox]::after {
  background-image: url(../images/icon/ico_modal_s_03.svg);
}
.isnt-touch .button.icon:focus[href="JavaScript:mail_to('','')"]::before, .isnt-touch .button.icon:focus[href="JavaScript:mail_to('','')"]::after, .isnt-touch .button.icon:hover[href="JavaScript:mail_to('','')"]::before, .isnt-touch .button.icon:hover[href="JavaScript:mail_to('','')"]::after {
  background-image: url(../images/icon/ico_email_s_03.svg);
}
.isnt-touch .button--border.icon:focus::before, .isnt-touch .button--border.icon:focus::after, .isnt-touch .button--border.icon:hover::before, .isnt-touch .button--border.icon:hover::after {
  background-image: url(../images/icon/ico_arrow_s_02.svg);
}
.isnt-touch .button--border.icon:focus[target=_blank]::before, .isnt-touch .button--border.icon:focus[target=_blank]::after, .isnt-touch .button--border.icon:hover[target=_blank]::before, .isnt-touch .button--border.icon:hover[target=_blank]::after {
  background-image: url(../images/icon/ico_newtab_s_02.svg);
}
.isnt-touch .button--border.icon:focus[href$=".pdf"]::before, .isnt-touch .button--border.icon:focus[href$=".pdf"]::after, .isnt-touch .button--border.icon:focus[href$=".xls"]::before, .isnt-touch .button--border.icon:focus[href$=".xls"]::after, .isnt-touch .button--border.icon:focus[href$=".xlsx"]::before, .isnt-touch .button--border.icon:focus[href$=".xlsx"]::after, .isnt-touch .button--border.icon:focus[href$=".doc"]::before, .isnt-touch .button--border.icon:focus[href$=".doc"]::after, .isnt-touch .button--border.icon:focus[href$=".docx"]::before, .isnt-touch .button--border.icon:focus[href$=".docx"]::after, .isnt-touch .button--border.icon:focus[href$=".ppt"]::before, .isnt-touch .button--border.icon:focus[href$=".ppt"]::after, .isnt-touch .button--border.icon:focus[href$=".pptx"]::before, .isnt-touch .button--border.icon:focus[href$=".pptx"]::after, .isnt-touch .button--border.icon:hover[href$=".pdf"]::before, .isnt-touch .button--border.icon:hover[href$=".pdf"]::after, .isnt-touch .button--border.icon:hover[href$=".xls"]::before, .isnt-touch .button--border.icon:hover[href$=".xls"]::after, .isnt-touch .button--border.icon:hover[href$=".xlsx"]::before, .isnt-touch .button--border.icon:hover[href$=".xlsx"]::after, .isnt-touch .button--border.icon:hover[href$=".doc"]::before, .isnt-touch .button--border.icon:hover[href$=".doc"]::after, .isnt-touch .button--border.icon:hover[href$=".docx"]::before, .isnt-touch .button--border.icon:hover[href$=".docx"]::after, .isnt-touch .button--border.icon:hover[href$=".ppt"]::before, .isnt-touch .button--border.icon:hover[href$=".ppt"]::after, .isnt-touch .button--border.icon:hover[href$=".pptx"]::before, .isnt-touch .button--border.icon:hover[href$=".pptx"]::after {
  background-image: url(../images/icon/ico_file_s_02.svg);
}
.isnt-touch .button--border.icon:focus[data-fancybox]::before, .isnt-touch .button--border.icon:focus[data-fancybox]::after, .isnt-touch .button--border.icon:hover[data-fancybox]::before, .isnt-touch .button--border.icon:hover[data-fancybox]::after {
  background-image: url(../images/icon/ico_modal_s_02.svg);
}
.isnt-touch .button--border.icon:focus[href="JavaScript:mail_to('','')"]::before, .isnt-touch .button--border.icon:focus[href="JavaScript:mail_to('','')"]::after, .isnt-touch .button--border.icon:hover[href="JavaScript:mail_to('','')"]::before, .isnt-touch .button--border.icon:hover[href="JavaScript:mail_to('','')"]::after {
  background-image: url(../images/icon/ico_email_s_02.svg);
}

.icon--circle::before {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-right: 0;
  border: 0.25em solid #ed6c00;
  border-radius: 50%;
  background-image: none;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: translateY(-0.125em) scale(0.75);
          transform: translateY(-0.125em) scale(0.75);
}
.icon--bar::before {
  width: 0.125em;
  height: 1.6em;
  vertical-align: middle;
  margin-right: 0.625em;
  background-image: none;
  background-color: #ed6c00;
  -webkit-transform: translateY(-0.075em);
          transform: translateY(-0.075em);
}
.icon--dot::before {
  width: 0.5em;
  height: 0.5em;
  vertical-align: middle;
  margin-right: 0.333em;
  border-radius: 50%;
  background-image: none;
  background-color: #ed6c00;
  -webkit-transform: translateY(-0.075em);
          transform: translateY(-0.075em);
}

h2.icon--circle,
h3.icon--circle,
h4.icon--circle,
h5.icon--circle,
h6.icon--circle {
  padding-left: 1em;
  text-indent: -1em;
}
h2.icon--bar,
h3.icon--bar,
h4.icon--bar,
h5.icon--bar,
h6.icon--bar {
  padding-left: 0.75em;
  text-indent: -0.75em;
}
h2.icon--dot,
h3.icon--dot,
h4.icon--dot,
h5.icon--dot,
h6.icon--dot {
  padding-left: 0.833em;
  text-indent: -0.833em;
}

/* elements: label */
/* -------------------------------------------------------------------------- */
.label {
  display: inline-block;
  padding: 0 0.5em;
  border-radius: 0.333em;
  border: 0.125em solid #999999;
  background-color: #999999;
  text-decoration: none;
  color: #ffffff;
}
.label--border {
  background-color: #ffffff;
  color: #999999;
}
.label--pri {
  border-color: #4c4948;
  background-color: #4c4948;
}
.label--pri.label--border {
  background-color: #ffffff;
  color: #4c4948;
}
.label--sec {
  border-color: #ed6c00;
  background-color: #ed6c00;
}
.label--sec.label--border {
  background-color: #ffffff;
  color: #ed6c00;
}
.label--orange {
  border-color: #ed6c00;
  background-color: #ed6c00;
}
.label--orange.label--border {
  background-color: #ffffff;
  color: #ed6c00;
}
.label--purple {
  border-color: #9f59a0;
  background-color: #9f59a0;
}
.label--purple.label--border {
  background-color: #ffffff;
  color: #9f59a0;
}
.label--green {
  border-color: #47ac32;
  background-color: #47ac32;
}
.label--green.label--border {
  background-color: #ffffff;
  color: #47ac32;
}
.label--blue {
  border-color: #346db5;
  background-color: #346db5;
}
.label--blue.label--border {
  background-color: #ffffff;
  color: #346db5;
}

.isnt-touch a.label:focus, .isnt-touch a.label:hover {
  border-color: #ed6c00;
  background-color: #ed6c00;
  color: #ffffff;
}
.isnt-touch a.label--border:focus, .isnt-touch a.label--border:hover {
  border-color: #ed6c00;
  background-color: #ffffff;
  color: #ed6c00;
}

/* elements: list */
/* ---------------------------------------------------------------- */
.list > * {
  position: relative;
  padding-left: 1.5em;
}
.list > *::before {
  content: "●";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0.5em;
  color: #ed6c00;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.list > * > .list {
  margin-top: 0.5em;
  font-size: 90%;
}
.list > * > ul.list > li::before {
  content: "○";
}
.list > * > ol.list > li::before {
  color: #999999;
}
.list--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list--flex > * {
  margin-right: 1em;
}

ol.list {
  counter-reset: number;
}
ol.list > li {
  padding-left: 2em;
}
ol.list > li::before {
  counter-increment: number;
  content: counter(number) ".";
  top: 0;
  left: 0;
  width: 1.5em;
  text-align: right;
  -webkit-transform: scale(1);
          transform: scale(1);
}
ol.list--disc > li::before {
  content: counter(number);
  width: 2em;
  height: 2em;
  padding: 0.5em 0;
  border-radius: 50%;
  background-color: #ed6c00;
  text-indent: 0;
  text-align: center;
  font-size: 0.666em;
  line-height: 1;
  color: #ffffff;
  -webkit-transform: translateY(0.25em);
          transform: translateY(0.25em);
}

dl.list > dt {
  padding-left: 0;
  font-weight: 500;
}
dl.list > dt::before {
  content: none;
}

/* elements: logo */
/* -------------------------------------------------------------------------- */
.logo {
  display: inline-block;
}
.logo__black {
  fill: #4c4948;
}
.logo__orange {
  fill: #ed6c00;
}

.logo-yumeshin,
.logo-yume-tech,
.logo-yume-tech-korea,
.logo-yume-proeng {
  max-width: 5em;
}

.logo-yume-tech-it,
.logo-yume-tech-eg {
  max-width: 6.875em;
}

.logo-jiff {
  max-width: 7em;
}

.logo-bnp,
.logo-bns,
.logo-bnw,
.logo-gn {
  max-width: 7.5em;
}

.logo-bnt,
.logo-neplus,
.logo-n-axis,
.logo-openupsystem,
.logo-openupitengineer,
.logo-openupwith {
  max-width: 8em;
}

.logo-ip,
.logo-arrow-i,
.logo-arrow-trust,
.logo-sbo,
.logo-samurai,
.logo-gap,
.logo-ttid,
.logo-ttsh,
.logo-tb,
.logo-td,
.logo-hktt,
.logo-laic {
  max-width: 10em;
}

.logo-image {
  position: relative;
  margin-bottom: 1em;
  background-color: #ffffff;
}
.logo-image::before {
  content: "";
  display: block;
  padding-top: 66.666%;
}
.logo-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.logo-sdgs {
  max-width: 15.5em;
}

/* elements: media */
/* -------------------------------------------------------------------------- */
.pc-image {
  display: inline;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .pc-image {
    display: none;
  }
}

.sp-image {
  display: none;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-image {
    display: inline;
  }
}

/* elements: table */
/* -------------------------------------------------------------------------- */
.table th,
.table td {
  vertical-align: top;
}
.table th {
  white-space: nowrap;
  font-weight: 500;
}
.table caption {
  margin-bottom: 0.5em;
  text-align: right;
  font-size: 0.875em;
}
.table--va-middle th,
.table--va-middle td {
  vertical-align: middle;
}
.table--va-bottom th,
.table--va-bottom td {
  vertical-align: bottom;
}
.table--pri {
  border-collapse: separate;
  border-spacing: 0 0.125em;
}
.table--pri th,
.table--pri td {
  padding: 1em;
}
.table--pri tbody th {
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
}
.table--pri tbody td {
  background-color: rgba(255, 255, 255, 0.5);
}
.table--pri thead th,
.table--pri thead td {
  background-color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  color: #ffffff;
}
.table--pri thead tr + tr th,
.table--pri thead tr + tr td {
  background-color: rgba(0, 0, 0, 0.4);
}
.table--sec th,
.table--sec td {
  padding: 1em 0;
}
.table--sec tr > * + * {
  padding-left: 1em;
}
.table--sec tbody th,
.table--sec tbody td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.table--sec thead th,
.table--sec thead td {
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  font-weight: 500;
}
.table--border {
  border-collapse: collapse;
  border-spacing: 0;
}
.table--border th,
.table--border td {
  border: 1px solid #cccccc;
}
.table--striped th,
.table--striped td {
  padding: 1em;
}
.table--striped th {
  font-weight: 500;
}
.table--striped thead th,
.table--striped thead td {
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
}
.table--striped tbody tr:nth-of-type(odd) th,
.table--striped tbody tr:nth-of-type(odd) td {
  background-color: rgba(0, 0, 0, 0.04);
}
.table--joint-next th,
.table--joint-next td {
  padding-bottom: 0;
  border-bottom: 0;
}
.table--joint-next + tr th,
.table--joint-next + tr td {
  border-top: 0;
}

.isnt-touch .table--striped tbody tr:hover th,
.isnt-touch .table--striped tbody tr:hover td {
  background-color: rgba(0, 0, 0, 0.08);
}
.isnt-touch .table--striped tbody tr:hover:nth-of-type(odd) th,
.isnt-touch .table--striped tbody tr:hover:nth-of-type(odd) td {
  background-color: rgba(0, 0, 0, 0.1);
}

.js-scrollable .table {
  width: calc(100% - 2px);
}

/* elements: base-text */
/* -------------------------------------------------------------------------- */
.base-text {
  display: inline-block;
  margin-bottom: 0.1em;
  padding: 0.5em;
  line-height: 1;
}
.base-text--ini {
  background-color: #ffffff;
}
.base-text--pri {
  background-color: #4c4948;
  color: #ffffff;
}
.base-text--sec {
  background-color: #ed6c00;
  color: #ffffff;
}
.base-text--ter {
  background-color: #999999;
}

/* elements: underline-text */
/* -------------------------------------------------------------------------- */
.underline-text {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(10%, #cccccc));
  background: linear-gradient(to bottom, transparent 80%, #cccccc 10%);
}
.underline-text--sec {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(10%, #ed6c00));
  background: linear-gradient(to bottom, transparent 80%, #ed6c00 10%);
}
.underline-text--ter {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(10%, #999999));
  background: linear-gradient(to bottom, transparent 80%, #999999 10%);
}

/* elements: site-title */
/* -------------------------------------------------------------------------- */
.site-title {
  margin-bottom: 0;
  font-size: 1em;
}
.site-title__text {
  display: inline-block;
  margin-top: 1em;
  font-weight: 500;
  font-size: 0.75em;
  color: #4c4948;
}

.en-content .site-title__text {
  margin-top: 0.75em;
  font-family: "Barlow", sans-serif;
  font-size: 1em;
}

.isnt-touch .site-title a:focus,
.isnt-touch .site-title a:hover {
  opacity: 0.5;
}

/* elements: multi-title */
/* -------------------------------------------------------------------------- */
.multi-title {
  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;
  line-height: 1.2;
}
.multi-title > *:last-of-type {
  margin: 0;
}
.multi-title__pri {
  margin-right: 0.5em;
  margin-bottom: 0.125em;
  font-size: 150%;
}
.multi-title__sec {
  margin-right: 1.5em;
  margin-bottom: 0.75em;
  font-size: 75%;
}
.multi-title--vertical {
  -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;
}
.multi-title--vertical .multi-title__pri {
  margin-right: inherit;
}
.multi-title--vertical .multi-title__sec {
  margin-right: inherit;
}
.multi-title--vertical.multi-title--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .multi-title--vertical.sp-multi-title--center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

a.multi-title.icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  padding-left: 2em;
}
a.multi-title.icon::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  -webkit-transform: none;
          transform: none;
}
a.multi-title.icon--after {
  padding-left: 0;
  padding-right: 2em;
}
a.multi-title.icon--after::after {
  position: absolute;
  top: 0.5em;
  right: 0;
  -webkit-transform: none;
          transform: none;
}

/* ========================================================================== */
/* Site header */
/* ========================================================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
}
.site-header::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition-property: height, background;
  transition-property: height, background;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.site-header .content-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;
  padding: 1.5em 3em;
  -webkit-transition-property: padding, background-color;
  transition-property: padding, background-color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-header .content-wrapper {
    height: 4em;
    padding: 0 1.5em;
  }
}
.site-header a {
  display: block;
  text-decoration: none;
}
.site-header .site-title {
  position: relative;
  z-index: 1;
  width: 10em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-header .site-title {
    width: 8em;
  }
}
.site-header .logo {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
.site-header .logo__black, .site-header .logo__orange {
  -webkit-transition: fill 0.4s ease-out;
  transition: fill 0.4s ease-out;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-header.is-open .logo__black {
    fill: #ffffff;
  }
}
/* site-navi */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-navi {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 6em 1.5em 1.5em;
    background-color: #4c4948;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .site-navi::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128, 0.5);
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-header.is-open .site-navi {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .site-header.is-open .site-navi::before {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .site-header.is-open .site-menu {
    max-height: calc(100vh - 8em);
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
/* site-menu */
/* -------------------------------------------------------------------------- */
.site-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: inherit;
  }
}
.site-menu__item {
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-menu__item {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 1.125em;
  }
}
.site-menu__item > a {
  position: relative;
  min-height: 3em;
  padding: 1em 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-menu__item > a {
    height: inherit;
    padding: 1em 3em 1em 0;
    text-align: left;
    color: #ffffff;
  }
}
.site-menu__item--language {
  margin-left: 3em;
  font-family: "Barlow", sans-serif;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-menu__item--language {
    border-bottom: 0;
    margin-top: 1.5em;
    margin-left: 0;
  }
}
.site-menu__item--language-disabled {
  display: none;
  margin-left: 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-menu__item--language-disabled {
    margin-left: 0;
  }
}
.site-menu__item--language-disabled .langexc-item {
  padding: 1em 1.5em;
  font-family: "Barlow", sans-serif;
  color: #cccccc;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-menu__item--language-disabled .langexc-item {
    padding: 1em 3em 1em 0;
    color: #666666;
  }
}
.site-menu__item--search {
  font-size: 1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-menu__item--search {
    margin-top: 1.5em;
  }
}

/* site-menu-current */
/* -------------------------------------------------------------------------- */
.news-content .site-menu__item--news > a {
  color: #ffffff;
}
.news-content .site-menu__item--news::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 2px solid #ed6c00;
  background-color: #4c4948;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news-content .site-menu__item--news > a {
    color: #ed6c00;
  }
  .news-content .site-menu__item--news::before {
    content: none;
  }
}

.company-content .site-menu__item--company > a {
  color: #ffffff;
}
.company-content .site-menu__item--company::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 2px solid #ed6c00;
  background-color: #4c4948;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .company-content .site-menu__item--company > a {
    color: #ed6c00;
  }
  .company-content .site-menu__item--company::before {
    content: none;
  }
}

.purpose-content .site-menu__item--purpose > a {
  color: #ffffff;
}
.purpose-content .site-menu__item--purpose::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 2px solid #ed6c00;
  background-color: #4c4948;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .purpose-content .site-menu__item--purpose > a {
    color: #ed6c00;
  }
  .purpose-content .site-menu__item--purpose::before {
    content: none;
  }
}

.sustainability-content .site-menu__item--sustainability > a {
  color: #ffffff;
}
.sustainability-content .site-menu__item--sustainability::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 2px solid #ed6c00;
  background-color: #4c4948;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sustainability-content .site-menu__item--sustainability > a {
    color: #ed6c00;
  }
  .sustainability-content .site-menu__item--sustainability::before {
    content: none;
  }
}

.ir-content .site-menu__item--ir > a {
  color: #ffffff;
}
.ir-content .site-menu__item--ir::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 2px solid #ed6c00;
  background-color: #4c4948;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .ir-content .site-menu__item--ir > a {
    color: #ed6c00;
  }
  .ir-content .site-menu__item--ir::before {
    content: none;
  }
}

/* site-menu__child */
/* -------------------------------------------------------------------------- */
.site-menu__child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  background-color: #666666;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-menu__child {
    position: relative;
    top: auto;
    left: auto;
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.site-menu__child__item {
  min-width: 16em;
  white-space: nowrap;
}
.site-menu__child__item > a {
  position: relative;
  padding: 1.5em;
  color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-menu__child__item > a {
    padding: 1em 1.5em;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-menu__child__item:last-of-type {
    margin-bottom: 1.5em;
  }
}

.isnt-touch .site-menu__child__item > a:focus, .isnt-touch .site-menu__child__item > a:hover {
  background-color: #525252;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .isnt-touch .site-menu__child__item > a:focus, .isnt-touch .site-menu__child__item > a:hover {
    background-color: transparent;
  }
}

/* site-menu__child: toggle */
/* -------------------------------------------------------------------------- */
.site-menu__item .site-menu__child {
  max-height: 0;
  opacity: 0;
  -webkit-transform: translateY(1em);
          transform: translateY(1em);
  -webkit-transition-property: max-height opacity, -webkit-transform;
  transition-property: max-height opacity, -webkit-transform;
  transition-property: max-height opacity, transform;
  transition-property: max-height opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-menu__item .site-menu__child {
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (min-width: 768px) {
  .isnt-touch .site-menu__item:focus .site-menu__child, .isnt-touch .site-menu__item:hover .site-menu__child {
    max-height: 50em;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-menu__item .site-menu__child {
    opacity: 1;
  }
  .site-menu__item.is-open .site-menu__child {
    max-height: 50em;
  }
}
/* toggle-button */
/* -------------------------------------------------------------------------- */
.toggle-button {
  position: absolute;
  display: none;
  cursor: pointer;
}
@media print {
  .toggle-button {
    display: none;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .toggle-button {
    display: block;
  }
}
.toggle-button--pri {
  top: 0;
  right: 0;
  width: 4em;
  height: 4em;
}
.toggle-button--pri .toggle-button__line {
  display: block;
  position: absolute;
  top: 50%;
  left: 30%;
  width: 40%;
  height: 0.1em;
  background-color: #595757;
}
.toggle-button--sec {
  top: 0;
  right: 0;
  width: 3em;
  height: 3em;
}
.toggle-button--sec::before {
  content: "";
  display: block;
  position: absolute;
  top: 1em;
  left: 1em;
  width: 1em;
  height: 1em;
  background-image: url(../images/icon/ico_direction_s_02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1em;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.toggle-button--sec.is-open::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.toggle-button--sec.is-close::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
  .isnt-touch .site-menu__item:focus .toggle-button--sec::before, .isnt-touch .site-menu__item:hover .toggle-button--sec::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@-webkit-keyframes tbl_1_o {
  0% {
    -webkit-transform: translateY(-0.4em) rotate(0);
            transform: translateY(-0.4em) rotate(0);
    background-color: #4c4948;
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
    background-color: #ffffff;
  }
}
@keyframes tbl_1_o {
  0% {
    -webkit-transform: translateY(-0.4em) rotate(0);
            transform: translateY(-0.4em) rotate(0);
    background-color: #4c4948;
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
    background-color: #ffffff;
  }
}
@-webkit-keyframes tbl_1_c {
  0% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
    background-color: #ffffff;
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-0.4em) rotate(0);
            transform: translateY(-0.4em) rotate(0);
    background-color: #4c4948;
  }
}
@keyframes tbl_1_c {
  0% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
    background-color: #ffffff;
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-0.4em) rotate(0);
            transform: translateY(-0.4em) rotate(0);
    background-color: #4c4948;
  }
}
@-webkit-keyframes tbl_2_o {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    background-color: #4c4948;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    background-color: #ffffff;
  }
}
@keyframes tbl_2_o {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    background-color: #4c4948;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    background-color: #ffffff;
  }
}
@-webkit-keyframes tbl_2_c {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    background-color: #ffffff;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    background-color: #4c4948;
  }
}
@keyframes tbl_2_c {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    background-color: #ffffff;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    background-color: #4c4948;
  }
}
@-webkit-keyframes tbl_3_o {
  0% {
    -webkit-transform: translateY(0.4em) rotate(0);
            transform: translateY(0.4em) rotate(0);
    background-color: #4c4948;
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
    background-color: #ffffff;
  }
}
@keyframes tbl_3_o {
  0% {
    -webkit-transform: translateY(0.4em) rotate(0);
            transform: translateY(0.4em) rotate(0);
    background-color: #4c4948;
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
    background-color: #ffffff;
  }
}
@-webkit-keyframes tbl_3_c {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
    background-color: #ffffff;
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0.4em) rotate(0);
            transform: translateY(0.4em) rotate(0);
    background-color: #4c4948;
  }
}
@keyframes tbl_3_c {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
    background-color: #ffffff;
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0.4em) rotate(0);
            transform: translateY(0.4em) rotate(0);
    background-color: #4c4948;
  }
}
.toggle-button--pri.is-open .toggle-button__line:nth-of-type(1) {
  -webkit-animation: tbl_1_o 0.4s ease-in forwards;
          animation: tbl_1_o 0.4s ease-in forwards;
}
.toggle-button--pri.is-open .toggle-button__line:nth-of-type(2) {
  -webkit-animation: tbl_2_o 0.4s ease-in forwards;
          animation: tbl_2_o 0.4s ease-in forwards;
}
.toggle-button--pri.is-open .toggle-button__line:nth-of-type(3) {
  -webkit-animation: tbl_3_o 0.4s ease-in forwards;
          animation: tbl_3_o 0.4s ease-in forwards;
}

.toggle-button--pri.is-close .toggle-button__line:nth-of-type(1) {
  -webkit-animation: tbl_1_c 0.4s ease-in forwards;
          animation: tbl_1_c 0.4s ease-in forwards;
}
.toggle-button--pri.is-close .toggle-button__line:nth-of-type(2) {
  -webkit-animation: tbl_2_c 0.4s ease-in forwards;
          animation: tbl_2_c 0.4s ease-in forwards;
}
.toggle-button--pri.is-close .toggle-button__line:nth-of-type(3) {
  -webkit-animation: tbl_3_c 0.4s ease-in forwards;
          animation: tbl_3_c 0.4s ease-in forwards;
}

/* is-scroll */
/* -------------------------------------------------------------------------- */
.site-header.is-scroll {
  background-color: rgb(255, 255, 255);
}
.site-header.is-scroll::after {
  height: 0.5em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
}
.site-header.is-scroll .content-wrapper {
  padding: 0 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-header.is-scroll .content-wrapper {
    padding: 0 1.5em;
  }
}
.site-header.is-scroll .logo {
  -webkit-transform: scale(0.666);
          transform: scale(0.666);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-header.is-scroll .logo {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-header.is-scroll.is-open::after {
    height: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
}

/* ========================================================================== */
/* Site aside */
/* ========================================================================== */
/* ========================================================================== */
/* Site footer */
/* ========================================================================== */
/* site-footer */
/* -------------------------------------------------------------------------- */
.site-footer {
  position: relative;
  padding: 6em 0 3em;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer .site-title {
    margin: 0 auto 3em;
  }
}
.site-footer__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: 768px) and (orientation: portrait) {
  .site-footer__wrapper {
    display: block;
  }
}
.site-footer .site-title {
  width: 12em;
  text-align: center;
}

/* site-map */
/* -------------------------------------------------------------------------- */
.site-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.site-map a {
  display: block;
  text-decoration: none;
}
.site-map__item {
  position: relative;
  margin-right: 5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-map__item {
    margin-right: 0;
    margin-bottom: 0.25em;
    background-color: #f5f5f5;
  }
  .site-map__item > a {
    padding: 1em;
    line-height: 1;
  }
  .site-map__item .toggle-button--sec {
    font-size: 1em;
  }
  .site-map__item .toggle-button--sec::before {
    background-image: url(../images/icon/ico_direction_s_01.svg);
  }
}
.site-map__item:last-of-type {
  margin-right: 0;
}
.site-map__child {
  padding-top: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-map__child {
    overflow: hidden;
    padding-top: 0;
    max-height: 0;
    -webkit-transition: max-height 0.4s ease-out;
    transition: max-height 0.4s ease-out;
  }
}
.site-map__child__item {
  margin-bottom: 0.5em;
  font-size: 75%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-map__child__item {
    margin-bottom: 0;
    font-size: 87.5%;
  }
  .site-map__child__item:last-of-type {
    margin-bottom: 2em;
  }
  .site-map__child__item > a {
    padding: 0.5em 0 0.5em 3em;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-map__item.is-open .site-map__child {
    max-height: 30em;
  }
}

/* footer-menu */
/* -------------------------------------------------------------------------- */
.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .footer-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 3em;
  }
}
.footer-menu a {
  display: inline-block;
  text-decoration: none;
}
.footer-menu__item {
  margin-right: 1.5em;
  font-size: 0.75em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .footer-menu__item {
    margin: 0 0.75em 1em 0.75em;
    font-size: 0.875em;
  }
}
.footer-menu__item:last-of-type {
  margin-right: 0;
}

/* copyright */
/* -------------------------------------------------------------------------- */
.copyright {
  margin-bottom: 1em;
  font-size: "Barlow", sans-serif;
  font-size: 0.75em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .copyright {
    text-align: center;
  }
}

/* ========================================================================== */
/* Common */
/* ========================================================================== */
.page-header {
  position: relative;
}
.page-header .prev-link {
  margin-left: 5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-header .prev-link {
    margin-bottom: 3em;
    margin-left: 3em;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-header .prev-link .en-ja-title {
    font-size: 0.875em;
  }
}
.page-header .prev-link .en-ja-title__en {
  font-size: 1.5em;
}
.page-header .prev-link .en-ja-title__ja {
  font-size: 0.75em;
}
.page-header .prev-link a {
  opacity: 0.5;
}

.isnt-touch .page-header .prev-link a:focus,
.isnt-touch .page-header .prev-link a:hover {
  opacity: 1;
}

.main {
  overflow: hidden;
}

.page-section {
  position: relative;
}

/* ========================================================================== */
/* Accordion */
/* ========================================================================== */
.accordion-trigger {
  position: relative;
  margin-bottom: 0.5em;
  padding: 0.5em 2em 0.5em 1em;
  border-radius: 0.25em;
  background-color: rgba(0, 0, 0, 0.08);
  line-height: 1.6;
  font-weight: 400;
}
.accordion-trigger__icon {
  position: absolute;
  top: 0.8em;
  right: 0.5em;
  width: 1em;
  height: 1em;
  -webkit-transition-property: background-color, color, -webkit-transform;
  transition-property: background-color, color, -webkit-transform;
  transition-property: background-color, transform, color;
  transition-property: background-color, transform, color, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.accordion-trigger__icon::before, .accordion-trigger__icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #4c4948;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: transform, background-color;
  transition-property: transform, background-color, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.accordion-trigger__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.accordion-trigger.is-open {
  background-color: #4c4948;
  color: #ffffff;
}
.accordion-trigger.is-open .accordion-trigger__icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  background-color: #ffffff;
}
.accordion-trigger.is-open .accordion-trigger__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #ffffff;
}

.accordion-target {
  display: none;
  margin-bottom: 1em;
  padding: 1em;
  border-radius: 0.25em;
  background-color: #ffffff;
}

.isnt-touch .accordion-trigger {
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.isnt-touch .accordion-trigger:focus, .isnt-touch .accordion-trigger:hover {
  cursor: pointer;
  background-color: #4c4948;
  color: #ffffff;
}
.isnt-touch .accordion-trigger:focus .accordion-trigger__icon::before, .isnt-touch .accordion-trigger:focus .accordion-trigger__icon::after, .isnt-touch .accordion-trigger:hover .accordion-trigger__icon::before, .isnt-touch .accordion-trigger:hover .accordion-trigger__icon::after {
  background-color: #ffffff;
}

/* ========================================================================== */
/* Breadcrumb container */
/* ========================================================================== */
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 2.5em;
  padding: 0.5em 2em 0.25em;
  background-color: #f5f5f5;
  font-size: 0.75em;
  line-height: 1.5;
}
.breadcrumb__item {
  position: relative;
  max-width: 20em;
  overflow: hidden;
  margin-bottom: 0.25em;
  padding-right: 3em;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  color: #999999;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .breadcrumb__item {
    padding-right: 2em;
  }
}
.breadcrumb__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  right: 1em;
  width: 1em;
  height: 1em;
  background-image: url(../images/icon/ico_direction_s_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  opacity: 0.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .breadcrumb__item::after {
    right: 0.5em;
  }
}
.breadcrumb__item--active {
  padding-right: 0;
  font-weight: 500;
  color: #4c4948;
}
.breadcrumb__item--active::after {
  content: none;
}

/* ========================================================================== */
/* BY25 Banner */
/* ========================================================================== */
.by25-banner {
  position: relative;
  display: block;
  width: 66.666%;
  margin: 0 auto;
  background-image: url(../images/purpose/bgi_yb25_01.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .by25-banner {
    width: 100%;
  }
}
.by25-banner::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .by25-banner::before {
    padding-top: 66.666%;
  }
}
.by25-banner__bg {
  width: 100%;
  height: auto;
}
.by25-banner__container {
  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;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  padding: 1.5em;
  background-color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  text-align: center;
  font-weight: 500;
}
.by25-banner__caption {
  font-size: 0.875em;
}
.by25-banner__date {
  margin-top: 0.5em;
  font-size: 0.875em;
}
.by25-banner__title {
  margin-top: 0.125em;
  font-family: "Barlow", sans-serif;
  font-size: 3em;
  line-height: 1;
}

/* ========================================================================== */
/* Card */
/* ========================================================================== */
.card {
  position: relative;
  background-color: #f5f5f5;
}
.card__link {
  display: block;
  height: 100%;
  padding-bottom: 1.5em;
  text-decoration: none;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .card__link {
    min-height: inherit;
  }
}
.card__link.icon {
  padding-bottom: 3.5em;
}
.card__link.icon::before {
  position: absolute;
  bottom: 1.5em;
  left: 1.5em;
  width: 2em;
  height: 2em;
  -webkit-transform: none;
          transform: none;
  margin-right: 0;
  border-radius: 0.25em;
  background-color: #ed6c00;
  background-image: url(../images/icon/ico_arrow_s_02.svg);
  background-size: 1em;
}
.card__link.icon[target=_blank]::before {
  background-image: url(../images/icon/ico_newtab_s_02.svg);
}
.card__link.icon[href$=".pdf"]::before {
  background-image: url(../images/icon/ico_file_s_02.svg);
}
.card__link.icon[data-fancybox]::before {
  background-image: url(../images/icon/ico_modal_s_02.svg);
}
.card__link.icon--right::before {
  left: auto;
  right: 1.5em;
}
.card__image {
  margin-bottom: 0;
}
.card__content {
  min-height: 10em;
  padding: 1.5em;
}
.card__label {
  margin-bottom: 1em;
  font-size: 0.75em;
}
.card__title {
  margin-bottom: 1em;
}
.card__lead {
  margin-bottom: 1.75em;
  text-align: justify;
  font-size: 0.875em;
  line-height: 1.8;
  color: #4c4948;
}
.card__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 1.5em;
  left: 1.5em;
}
.card__date {
  font-size: 0.75em;
  color: #999999;
}
.card__new {
  margin-left: 1em;
  font-family: "Barlow", sans-serif;
  font-size: 0.75em;
  color: #ed6c00;
}
.card--horizontal .card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .card--horizontal .card__link {
    display: block;
    padding-bottom: 1.5em;
  }
}
.card--horizontal .card__link.icon {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .card--horizontal .card__link.icon {
    padding-bottom: 3.5em;
  }
}
.card--horizontal .card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card--img-wide .card__link.icon::before {
  left: calc(75% + 1.5em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .card--img-wide .card__link.icon::before {
    left: 1.5em;
  }
}
.card--img-wide .card__link.icon--right::before {
  left: auto;
  right: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .card--img-wide .card__link.icon--right::before {
    left: auto;
    right: 1.5em;
  }
}
.card--img-wide .card__image {
  width: 75%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .card--img-wide .card__image {
    width: auto;
  }
}
.card--img-wide .card__content {
  width: 25%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .card--img-wide .card__content {
    width: auto;
  }
}
.card--img-middle .card__link.icon::before {
  left: calc(66.666% + 1.5em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .card--img-middle .card__link.icon::before {
    left: 1.5em;
  }
}
.card--img-middle .card__link.icon--right::before {
  left: auto;
  right: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .card--img-middle .card__link.icon--right::before {
    left: auto;
    right: 1.5em;
  }
}
.card--img-middle .card__image {
  width: 66.666%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .card--img-middle .card__image {
    width: auto;
  }
}
.card--img-middle .card__content {
  width: 33.333%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .card--img-middle .card__content {
    width: auto;
  }
}
.card--img-half .card__link.icon::before {
  left: calc(50% + 1.5em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .card--img-half .card__link.icon::before {
    left: 1.5em;
  }
}
.card--img-half .card__link.icon--right::before {
  left: auto;
  right: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .card--img-half .card__link.icon--right::before {
    left: auto;
    right: 1.5em;
  }
}
.card--img-half .card__image {
  width: 50%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .card--img-half .card__image {
    width: auto;
  }
}
.card--img-half .card__content {
  width: 50%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .card--img-half .card__content {
    width: auto;
  }
}
.card--img-small .card__link.icon::before {
  left: calc(33.333% + 1.5em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .card--img-small .card__link.icon::before {
    left: 1.5em;
  }
}
.card--img-small .card__link.icon--right::before {
  left: auto;
  right: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .card--img-small .card__link.icon--right::before {
    left: auto;
    right: 1.5em;
  }
}
.card--img-small .card__image {
  width: 33.333%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .card--img-small .card__image {
    width: auto;
  }
}
.card--img-small .card__content {
  width: 66.666%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .card--img-small .card__content {
    width: auto;
  }
}
.card--img-minimum .card__link.icon::before {
  left: calc(25% + 1.5em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .card--img-minimum .card__link.icon::before {
    left: 1.5em;
  }
}
.card--img-minimum .card__link.icon--right::before {
  left: auto;
  right: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .card--img-minimum .card__link.icon--right::before {
    left: auto;
    right: 1.5em;
  }
}
.card--img-minimum .card__image {
  width: 25%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .card--img-minimum .card__image {
    width: auto;
  }
}
.card--img-minimum .card__content {
  width: 75%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .card--img-minimum .card__content {
    width: auto;
  }
}

.en-content .card__lead {
  text-align: left;
}

.isnt-touch .card__image {
  overflow: hidden;
}
.isnt-touch .card__image img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-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 .card__link:focus .card__image img, .isnt-touch .card__link:hover .card__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* ========================================================================== */
/* Category List */
/* ========================================================================== */
.category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.category-list__item {
  margin: 0 0.5em 0.5em 0;
}
.category-list a {
  text-decoration: none;
}

/* ========================================================================== */
/* Certification Mark */
/* ========================================================================== */
.cert-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cert-mark {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cert-mark__item {
  margin-bottom: 0;
}
.cert-mark__image {
  aspect-ratio: 1/1;
  margin: 0 auto;
  height: 8em;
}
.cert-mark__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cert-mark__image--1-1 {
  aspect-ratio: 1/1;
}
.cert-mark__image--2-1 {
  aspect-ratio: 2/1;
}
.cert-mark__image--3-1 {
  aspect-ratio: 3/1;
}
.cert-mark__image--3-2 {
  aspect-ratio: 3/2;
}
.cert-mark__caption {
  margin-top: 1em;
  text-align: center;
  font-size: 0.75em;
}

/* ========================================================================== */
/* Column Container */
/* ========================================================================== */
/* column: default */
/* -------------------------------------------------------------------------- */
.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}
.column--fd-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.column--fd-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.column--fd-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.column--fd-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.column--fd-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .column--sp-fd-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .column--sp-fd-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .column--sp-fd-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .column--sp-fd-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .column--sp-fd-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.column--fw-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.column--fw-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.column--fw-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}
.column--jc-flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.column--jc-flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.column--jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.column--jc-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.column--jc-space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .column--sp-jc-flex-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .column--sp-jc-flex-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .column--sp-jc-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .column--sp-jc-space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .column--sp-jc-space-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.column--ai-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.column--ai-flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.column--ai-flex-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.column--ai-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.column--ai-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.column .column__item {
  margin-bottom: 1.5em;
}
.column .column__item--w-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.column .column__item--w-10 {
  width: 10%;
}
.column .column__item--w-15 {
  width: 15%;
}
.column .column__item--w-20 {
  width: 20%;
}
.column .column__item--w-25 {
  width: 25%;
}
.column .column__item--w-30 {
  width: 30%;
}
.column .column__item--w-35 {
  width: 35%;
}
.column .column__item--w-40 {
  width: 40%;
}
.column .column__item--w-45 {
  width: 45%;
}
.column .column__item--w-50 {
  width: 50%;
}
.column .column__item--w-55 {
  width: 55%;
}
.column .column__item--w-60 {
  width: 60%;
}
.column .column__item--w-65 {
  width: 65%;
}
.column .column__item--w-70 {
  width: 70%;
}
.column .column__item--w-75 {
  width: 75%;
}
.column .column__item--w-80 {
  width: 80%;
}
.column .column__item--w-85 {
  width: 85%;
}
.column .column__item--w-90 {
  width: 90%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .column .column__item--w-10, .column .column__item--w-15, .column .column__item--w-20, .column .column__item--w-25, .column .column__item--w-30, .column .column__item--w-35, .column .column__item--w-40, .column .column__item--w-45, .column .column__item--w-50, .column .column__item--w-55, .column .column__item--w-60, .column .column__item--w-65, .column .column__item--w-70, .column .column__item--w-75, .column .column__item--w-80, .column .column__item--w-85, .column .column__item--w-90 {
    width: 100%;
  }
}
.column--col-2 > .column__item {
  width: calc(50% - 2em);
  margin-left: 4em;
}
.column--col-2 > .column__item:nth-of-type(odd) {
  margin-left: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .column--col-2 > .column__item {
    width: 100%;
    margin-left: 0;
  }
}
.column--col-3 > .column__item {
  width: calc(33.333% - 2em);
  margin-left: 3em;
}
.column--col-3 > .column__item:nth-of-type(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .column--col-3 > .column__item {
    width: 100%;
    margin-left: 0;
  }
}
.column--col-4 > .column__item {
  width: calc(25% - 1.5em);
  margin-left: 2em;
}
.column--col-4 > .column__item:nth-of-type(4n+1) {
  margin-left: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .column--col-4 > .column__item {
    width: 100%;
    margin-left: 0;
  }
}
.column--col-5 > .column__item {
  width: calc(20% - 1.2em);
  margin-left: 1.5em;
}
.column--col-5 > .column__item:nth-of-type(5n+1) {
  margin-left: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .column--col-5 > .column__item {
    width: 100%;
    margin-left: 0;
  }
}
.column--col-6 > .column__item {
  width: calc(16.666% - 0.866em);
  margin-left: 1em;
}
.column--col-6 > .column__item:nth-of-type(6n+1) {
  margin-left: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .column--col-6 > .column__item {
    width: 100%;
    margin-left: 0;
  }
}
.column--sp-col-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .column--sp-col-2 > .column__item {
    width: calc(50% - 0.5em);
    margin-left: 1em !important;
  }
  .column--sp-col-2 > .column__item:nth-of-type(2n+1) {
    margin-left: 0 !important;
  }
}

/* ========================================================================== */
/* Contents List */
/* ========================================================================== */
.contents-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1em 1em 1em 1.5em;
  border-radius: 0.25em;
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .contents-list__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.contents-list__item:last-of-type {
  margin-bottom: 0;
}
.contents-list__date {
  width: 8em;
  min-width: 8em;
  max-width: 8em;
  margin-top: 0.133em;
  margin-right: 1em;
  font-size: 0.75em;
  line-height: 2;
  color: #999999;
  white-space: nowrap;
}
.contents-list__label {
  padding: 0 0.5em;
  margin-top: 0.133em;
  margin-right: 1em;
  border-radius: 0.25em;
  background-color: #999999;
  font-size: 0.75em;
  line-height: 2;
  color: #ffffff;
  white-space: nowrap;
}
.contents-list__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 2em;
  text-decoration: none;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .contents-list__title {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 100%;
  }
}
.contents-list__title.icon::before {
  position: absolute;
  top: 0.1em;
  right: 0;
  width: 1.5em;
  min-width: 1.5em;
  max-width: 1.5em;
  height: 1.5em;
  margin-right: 0;
  opacity: 0.2;
}
.contents-list--border .contents-list__item {
  padding: 0 0 0.5em 0;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0;
  background-color: transparent;
}
.contents-list--border .contents-list__item:last-of-type {
  padding: 0;
  border-bottom: 0;
}

/* ========================================================================== */
/* Date Align */
/* ========================================================================== */
.date-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.date-align__year {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.date-align__month, .date-align__date {
  width: 2.5em;
  text-align: right;
}

/* ========================================================================== */
/* Embed */
/* ========================================================================== */
/* google-maps */
/* -------------------------------------------------------------------------- */
.google-maps {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.5em;
  border-radius: 0.5em;
}
.google-maps::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .google-maps::before {
    padding-top: 100%;
  }
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* youtube */
/* -------------------------------------------------------------------------- */
.youtube {
  position: relative;
  width: 100%;
  margin-bottom: 1.5em;
}
.youtube::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ========================================================================== */
/* Factbook */
/* ========================================================================== */
.factbook {
  display: block;
  margin-top: 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .factbook {
    margin-bottom: 3em;
    text-align: center;
  }
}
.factbook .factbook__anchor.button--border {
  padding: 1em 1.25em;
  font-size: 0.875em;
}

/* ========================================================================== */
/* Flex */
/* ========================================================================== */
/* column: default */
/* -------------------------------------------------------------------------- */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex--g-d5 {
  gap: 0.5em;
}
.flex--g-1 {
  gap: 1em;
}
.flex--g-1d5 {
  gap: 1.5em;
}
.flex--g-2 {
  gap: 2em;
}
.flex--g-2d5 {
  gap: 2.5em;
}
.flex--g-3 {
  gap: 3em;
}
.flex--g-3d5 {
  gap: 3.5em;
}
.flex--g-4 {
  gap: 4em;
}
.flex--g-4d5 {
  gap: 4.5em;
}
.flex--g-5 {
  gap: 5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .flex--sp-g-d5 {
    gap: 0.5em;
  }
  .flex--sp-g-1 {
    gap: 1em;
  }
  .flex--sp-g-1d5 {
    gap: 1.5em;
  }
  .flex--sp-g-2 {
    gap: 2em;
  }
  .flex--sp-g-2d5 {
    gap: 2.5em;
  }
  .flex--sp-g-3 {
    gap: 3em;
  }
  .flex--sp-g-3d5 {
    gap: 3.5em;
  }
  .flex--sp-g-4 {
    gap: 4em;
  }
  .flex--sp-g-4d5 {
    gap: 4.5em;
  }
  .flex--sp-g-5 {
    gap: 5em;
  }
}
.flex--fd-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex--fd-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flex--fd-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex--fd-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .flex--sp-fd-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex--sp-fd-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex--sp-fd-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex--sp-fd-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.flex--jc-flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex--jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex--jc-flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex--jc-space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex--jc-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .flex--sp-jc-flex-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex--sp-jc-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex--sp-jc-flex-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .flex--sp-jc-space-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .flex--sp-jc-space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.flex--ais-flex-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex--ais-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex--ais-flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex--ais-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.flex--ais-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .flex--sp-ais-flex-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flex--sp-ais-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex--sp-ais-flex-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .flex--sp-ais-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .flex--sp-ais-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.flex--fwp-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex--fwp-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex--fwp-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .flex--sp-fwp-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flex--sp-fwp-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex--sp-fwp-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}

/* ========================================================================== */
/* IR Calendar */
/* ========================================================================== */
.ir-calendar {
  border-collapse: collapse;
  border-spacing: 0;
}
.ir-calendar th,
.ir-calendar td {
  width: 0.833%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .ir-calendar th,
  .ir-calendar td {
    min-width: 4em;
  }
}
.ir-calendar th {
  padding: 1.5em 0;
  white-space: nowrap;
  text-align: center;
  font-weight: 400;
  color: #999999;
}
.ir-calendar td {
  position: relative;
  height: 20em;
  border-right: 1px solid #d6d6d6;
}
.ir-calendar tr:first-of-type td {
  border-left: 1px solid #ed6c00;
}
.ir-calendar__event {
  position: absolute;
  -webkit-transform: translate(-0.5em, -0.7em);
          transform: translate(-0.5em, -0.7em);
  padding-left: 1.25em;
  white-space: nowrap;
  font-weight: 500;
  font-size: 1.125em;
  line-height: 1.4;
}
.ir-calendar__event::before {
  position: absolute;
  content: "";
  top: 0.4em;
  left: 0;
  width: 0.666em;
  height: 0.666em;
  border-radius: 50%;
  background-color: #ed6c00;
  margin-right: 0.25em;
}
.ir-calendar__event--1 {
  top: calc(25% - 0.7em);
  left: 30%;
}
.ir-calendar__event--2 {
  top: calc(75% - 0.7em);
  left: 75%;
}
.ir-calendar__event--3 {
  top: calc(50% - 0.7em);
  left: 85%;
}
.ir-calendar__event--4 {
  top: calc(75% - 0.7em);
  left: 15%;
}
.ir-calendar__event--5 {
  top: calc(25% - 0.7em);
  left: 30%;
}
.ir-calendar__event--6 {
  top: calc(50% - 0.7em);
  left: 80%;
}
.ir-calendar__event--7 {
  top: calc(25% - 0.7em);
  left: 30%;
}
.ir-calendar__event--8 {
  top: calc(50% - 0.7em);
  left: 80%;
}
.ir-calendar__event--9 {
  top: calc(75% - 0.7em);
  left: 20%;
}
.ir-calendar__event--10 {
  top: calc(25% - 0.7em);
  left: 30%;
}
.ir-calendar__event--11 {
  top: calc(50% - 0.7em);
  left: 70%;
}

/* ========================================================================== */
/* IR Distribution Chart */
/* ========================================================================== */
.ir-distribution-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 25%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .ir-distribution-chart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }
}
.ir-distribution-chart__graph {
  width: 66.666%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .ir-distribution-chart__graph {
    width: inherit;
    margin-bottom: 1.5em;
  }
}
.ir-distribution-chart__legend {
  width: 33.333%;
  margin-bottom: 0;
  padding-left: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .ir-distribution-chart__legend {
    width: inherit;
    padding-left: 0;
  }
}
.ir-distribution-chart__legend__item {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  line-height: 1.6;
}
.ir-distribution-chart__legend__item:last-of-type {
  margin-bottom: 0;
}
.ir-distribution-chart__legend__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
}
.ir-distribution-chart__legend__item:nth-of-type(1)::before {
  background-color: #184e77;
}
.ir-distribution-chart__legend__item:nth-of-type(2)::before {
  background-color: #1e6091;
}
.ir-distribution-chart__legend__item:nth-of-type(3)::before {
  background-color: #1a759f;
}
.ir-distribution-chart__legend__item:nth-of-type(4)::before {
  background-color: #168aad;
}
.ir-distribution-chart__legend__item:nth-of-type(5)::before {
  background-color: #34a0a4;
}
.ir-distribution-chart__legend__item:nth-of-type(6)::before {
  background-color: #52b69a;
}
.ir-distribution-chart__legend__item:nth-of-type(7)::before {
  background-color: #76c893;
}
.ir-distribution-chart__legend__item:nth-of-type(8)::before {
  background-color: #99d98c;
}

.en-content .ir-distribution-chart {
  padding-left: 0;
}
.en-content .ir-distribution-chart__graph {
  width: 50%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .en-content .ir-distribution-chart__graph {
    width: inherit;
  }
}
.en-content .ir-distribution-chart__legend {
  width: 50%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .en-content .ir-distribution-chart__legend {
    width: inherit;
  }
}

/* ========================================================================== */
/* Latest Article */
/* ========================================================================== */
.latest-article__item {
  margin-bottom: 0.5em;
  padding: 1em 0;
  border-top: 1px solid #e0e0e0;
}
.latest-article__link {
  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;
  text-decoration: none;
}
.latest-article__image {
  width: 50%;
  margin-bottom: 0;
}
.latest-article__status {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0.875em;
  font-size: 0.75em;
}
.latest-article__date {
  margin-top: 0.5em;
  color: #999999;
}
.latest-article__title {
  width: 100%;
  margin-top: 0.5em;
}

/* 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;
}

/* ========================================================================== */
/* Link List */
/* ========================================================================== */
.link-list {
  display: block;
}
.link-list__item {
  margin-bottom: 1em;
}
.link-list__item a {
  display: block;
  position: relative;
  padding: 0.5em 0;
  border-bottom: 1px solid #cccccc;
  text-decoration: none;
}
.link-list__item a.icon::before {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0.5em;
  margin-right: 0;
}
.link-list--button .link-list__item {
  margin-bottom: 0.5em;
}
.link-list--button .link-list__item a {
  padding: 1em 3em 1em 1em;
  border: 1px solid #e0e0e0;
  border-radius: 0.5em;
  background-color: #ffffff;
}
.link-list--button .link-list__item a.icon::before {
  right: 1em;
}
.link-list--horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .link-list--horizontal {
    display: block;
  }
}
.link-list--horizontal .link-list__item {
  width: calc(25% - 1em);
  margin-right: 1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .link-list--horizontal .link-list__item {
    width: inherit;
    margin-right: inherit;
  }
}
.link-list--horizontal--button .link-list__item {
  width: calc(25% - 0.5em);
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .link-list--horizontal--button .link-list__item {
    width: inherit;
    margin-right: inherit;
  }
}

/* ========================================================================== */
/* Modal content */
/* ========================================================================== */
.modal-content {
  display: none;
}

/* ========================================================================== */
/* MSTA */
/* ========================================================================== */
/* #msta_langArea */
/* -------------------------------------------------------------------------- */
.msta-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: auto !important;
  right: 0 !important;
  bottom: 0 !important;
  padding: 0.5em !important;
  border-radius: 0.5em 0 0 0 !important;
  background-color: #4c4948 !important;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .msta-default {
    font-size: 1.25em;
  }
}
.msta-default::before {
  content: "Language";
  display: inline-block;
  padding: 0 0.5em;
  font-family: "Barlow", sans-serif;
  font-size: 0.875em;
  letter-spacing: 0;
  color: #ffffff;
}

.msta-lang-list {
  margin-bottom: 0 !important;
}

#MSTAWarningBox {
  border: solid 2px #4c4948 !important;
}
#MSTAWarningBox .MSTAtitle {
  padding: 0.5em !important;
  background-color: #4c4948 !important;
}
#MSTAWarningBox .MSTAmsg {
  padding: 1.5em !important;
}
#MSTAWarningBox .MSTAbtn {
  background-color: #4c4948 !important;
}

/* #msta_footerArea */
/* -------------------------------------------------------------------------- */
#msta_footerArea {
  padding: 3em 0;
  background-color: #f5f5f5;
}
#msta_footerArea .kdsfooter1 {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 3em !important;
  text-align: left !important;
  border-top: 0 !important;
  color: #4c4948 !important;
  background-color: transparent !important;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  #msta_footerArea .kdsfooter1 {
    padding: 0 1.5em !important;
  }
}
#msta_footerArea .kdsfooter {
  width: auto !important;
  background-color: transparent !important;
  font-size: 0.875em !important;
}

/* langexc-item */
/* -------------------------------------------------------------------------- */
.langexc-en {
  font-family: "Barlow", sans-serif;
  letter-spacing: 0;
}

/* langexc-item */
/* -------------------------------------------------------------------------- */
.langexc-item {
  display: none;
}

.langexc-ja .langexc-item--ja {
  display: block;
}
.langexc-ja .langexc-item--ja.langexc-item--inline {
  display: inline;
}
.langexc-ja .langexc-item--ja.langexc-item--inline-block {
  display: inline-block;
}
.langexc-ja .langexc-item--ja.langexc-item--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.langexc-ja .langexc-item--ja.langexc-item--inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.langexc-en .langexc-item--en {
  display: block;
}
.langexc-en .langexc-item--en.langexc-item--inline {
  display: inline;
}
.langexc-en .langexc-item--en.langexc-item--inline-block {
  display: inline-block;
}
.langexc-en .langexc-item--en.langexc-item--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.langexc-en .langexc-item--en.langexc-item--inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* ========================================================================== */
/* News Widgets */
/* ========================================================================== */
.news-widgets {
  position: absolute;
  top: 11em;
  left: calc(50% + 24em);
  width: 18em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news-widgets {
    position: relative;
    top: auto;
    left: auto;
    width: inherit;
  }
}
.news-widgets__item {
  margin-bottom: 1em;
  padding: 2em;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news-widgets__item {
    margin-bottom: 4em;
    padding: 2em 0 0 0;
    border-top: 0.2em solid #4c4948;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0;
            box-shadow: 0 0 0 0;
    background-color: transparent;
  }
}

/* ========================================================================== */
/* Officer */
/* ========================================================================== */
.officer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.officer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(33.333% - 0.5em);
  margin: 0.25em;
  padding: 1.5em;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .officer__item {
    width: inherit;
  }
}
.officer__image {
  width: 33.333%;
  margin-right: 1.5em;
  margin-bottom: 0;
}
.officer__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.officer__position {
  margin-bottom: 1em;
  font-size: 0.875em;
}
.officer__name {
  margin-bottom: 1em;
  font-size: 1.25em;
  line-height: 1.2;
}
.officer__name small {
  font-size: 66.666%;
}
.officer__link {
  font-size: 0.875em;
}
.officer__link .button {
  padding: 0.5em 1em;
}

/* ========================================================================== */
/* Overlap Image */
/* ========================================================================== */
.overlap-image {
  position: relative;
}
.overlap-image__pri {
  position: relative;
  width: 90%;
}
.overlap-image__sec {
  position: relative;
  width: 45%;
  margin-top: -5em;
  margin-left: 55%;
}

/* ========================================================================== */
/* Page Menu */
/* ========================================================================== */
.page-menu {
  position: absolute;
  top: 11em;
  left: calc(50% + 24em);
  width: 18em;
  padding: 2em;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-menu {
    position: relative;
    top: auto;
    left: auto;
    width: inherit;
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0;
            box-shadow: 0 0 0 0;
    background-color: transparent;
  }
}
.page-menu a {
  display: block;
  text-decoration: none;
}
.page-menu__title {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #4c4948;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-menu__title {
    padding-bottom: 0;
    border-bottom: 0;
    font-size: 1.25em;
  }
}
.page-menu__title a {
  padding: 0;
  border-bottom: 0;
}
.page-menu__sub-title {
  margin-bottom: 1em;
  color: #a3a3a3;
}
.page-menu__item {
  position: relative;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-menu__item {
    margin-bottom: 0;
    border-bottom: 1px solid #cccccc;
  }
  .page-menu__item > a {
    position: relative;
    padding: 1em;
  }
  .page-menu__item > a::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(50% - 0.5em);
    right: 0.5em;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    -webkit-transform: translateY(-0.0625em);
            transform: translateY(-0.0625em);
    background-image: url(../images/icon/ico_arrow_s_01.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1em;
  }
}
.page-menu__child {
  display: none;
  margin-top: 0.75em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-menu__child {
    padding-bottom: 1.5em;
  }
}
.page-menu__child__item {
  position: relative;
  margin-top: 0.5em;
  padding-left: 1em;
  font-size: 0.875em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-menu__child__item {
    padding-left: 2em;
  }
}

/* page-menu: current */
/* -------------------------------------------------------------------------- */
/* page-menu: child current */
/* -------------------------------------------------------------------------- */
/* ========================================================================== */
/* Page Navi */
/* ========================================================================== */
.page-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.5em;
}
.page-navi a,
.page-navi .current_page {
  width: 3em;
  height: 3em;
  margin-right: 0.25em;
  margin-bottom: 0.25em;
  border-radius: 0.25em;
  background-color: #cccccc;
  text-decoration: none;
  text-align: center;
  font-family: "Barlow", sans-serif;
  line-height: 3;
  color: #ffffff;
}
.page-navi .prev a,
.page-navi .next a {
  display: inline-block;
  overflow: hidden;
  background-color: #4c4948;
  background-image: url(../images/icon/ico_direction_s_02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1em;
  text-indent: 100%;
  white-space: nowrap;
}
.page-navi .prev a {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.page-navi .current_page {
  background-color: #ed6c00;
}
.page-navi .pages {
  width: 3em;
  height: 3em;
  text-align: center;
  font-family: "Barlow", sans-serif;
  line-height: 3;
  color: #ed6c00;
}

.isnt-touch .page-navi a:focus,
.isnt-touch .page-navi a:hover {
  background-color: #999999;
  color: #ffffff;
}

/* ========================================================================== */
/* Purpose Figure */
/* ========================================================================== */
.purpose-figure {
  max-width: 65em;
  margin: 0 auto;
}
.purpose-figure__p {
  text-align: center;
  font-weight: 500;
  font-size: 1.125em;
  line-height: 1.8;
}
.purpose-figure__pri {
  text-align: center;
}
.purpose-figure__pri img {
  max-width: 45em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .purpose-figure__pri img {
    width: 90%;
  }
}
.purpose-figure__sec {
  position: relative;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .purpose-figure__sec img {
    width: 110%;
    margin-left: -5%;
  }
}
.purpose-figure__caption {
  position: absolute;
  white-space: nowrap;
  text-align: center;
  font-size: 0.875em;
}
.purpose-figure__caption--pri {
  bottom: 5%;
  left: 6%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .purpose-figure__caption--pri {
    bottom: 0;
    left: 2%;
  }
}
.purpose-figure__caption--sec {
  bottom: 5%;
  right: 6%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .purpose-figure__caption--sec {
    bottom: 0;
    right: 2%;
  }
}
.purpose-figure__ter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.purpose-figure__ter figure {
  width: 8em;
  text-align: center;
}
.purpose-figure__ter figure img {
  max-width: 4.5em;
  margin-bottom: 0.5em;
}
.purpose-figure__ter figure figcaption {
  font-size: 0.875em;
  white-space: nowrap;
}
.purpose-figure__ter::after {
  content: "";
  display: block;
  position: absolute;
  top: 20%;
  left: 70%;
  width: 4.8em;
  height: 1.6em;
  background-image: radial-gradient(#ef7b2e 33.333%, #fff 36.666%);
  background-size: 33.333% 100%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .purpose-figure__ter::after {
    top: 100%;
    left: calc(50% - 0.6em);
    width: 1.2em;
    height: 3.6em;
    background-size: 100% 33.333%;
  }
}

/* ========================================================================== */
/* Purpose Index */
/* ========================================================================== */
.purpose-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 2em 0;
  padding: 2em 0;
  border-radius: 0.333em;
  background-color: #ffffff;
  line-height: 1;
}
.purpose-index__caption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5em 1em;
  border-radius: 0.333em 0 0.333em 0;
  background-color: #ed6c00;
  color: #ffffff;
}
.purpose-index__value {
  margin-left: 0.25em;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 3em;
}
.purpose-index__unit {
  margin-left: 0.25em;
  -webkit-transform: translateY(0.5em);
          transform: translateY(0.5em);
  color: #999999;
}

/* ========================================================================== */
/* Other Content */
/* ========================================================================== */
/* ========================================================================== */
/* Search Result */
/* ========================================================================== */
.search-result {
  position: relative;
}
.search-result__article {
  margin-bottom: 1em;
  padding: 1.5em;
  border-radius: 0.5em;
  background-color: #ffffff;
}
.search-result__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.5em;
  font-size: 0.75em;
}
.search-result__labels .label {
  margin: 0 0.25em 0.25em;
}
.search-result__title {
  margin-bottom: 0.5em;
  font-weight: 400;
  font-size: 1.25em;
}
.search-result__excerpt {
  margin-bottom: 0.5em;
  font-size: 0.875em;
}
.search-result__permalink {
  margin-bottom: 0.5em;
  font-size: 0.75em;
}

/* ========================================================================== */
/* Search */
/* ========================================================================== */
.search {
  position: relative;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .search {
    height: 3em;
  }
}
.search__toggle-button {
  display: block;
  position: relative;
  width: 3em;
  height: 3em;
  cursor: pointer;
}
.search__toggle-button::before, .search__toggle-button::after {
  content: "";
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .search__toggle-button::before, .search__toggle-button::after {
    display: none;
  }
}
.search__toggle-button.is-close::before {
  top: 0.75em;
  left: 0.75em;
  width: 1.5em;
  height: 1.5em;
  background-image: url(../images/icon/ico_search_s_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.search__toggle-button.is-open::before, .search__toggle-button.is-open::after {
  top: 50%;
  left: 50%;
  width: 1.25em;
  height: 2px;
  background-color: #4c4948;
}
.search__toggle-button.is-open::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.search__toggle-button.is-open::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.search__form {
  position: absolute;
  top: 0;
  right: 0;
  width: 72em;
  height: 3em;
  overflow: hidden;
  padding-left: 2em;
  border-radius: 0.25em;
  background-color: #ffffff;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-box-shadow: 0.125em 0.125em 0.5em rgba(0, 0, 0, 0.1);
          box-shadow: 0.125em 0.125em 0.5em rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .search__form {
    width: 100%;
    padding-left: 1.5em;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.search__form::before {
  content: "";
  display: block;
  position: absolute;
  top: 1em;
  left: 1em;
  width: 1em;
  height: 1em;
  background-image: url(../images/icon/ico_search_s_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  opacity: 0.4;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .search__form::before {
    top: 0.75em;
    left: 0.25em;
    width: 1.5em;
    height: 1.5em;
    background-image: url(../images/icon/ico_search_s_02.svg);
  }
}
.search__form.is-close {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .search__form.is-close {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.search__form.is-open {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.search__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
  border: 0;
  outline: 0;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 1em;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .search__input {
    color: #ffffff;
  }
}

.site-header.is-scroll .search__form {
  border-radius: 0;
  background-color: #f5f5f5;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-header.is-scroll .search__form {
    background-color: transparent;
  }
}

/* ========================================================================== */
/* TaSitemapbs */
/* ========================================================================== */
/* sitemap */
/* -------------------------------------------------------------------------- */
.sitemap {
  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: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sitemap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sitemap__item {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sitemap__item {
    margin-right: 0;
  }
}
.sitemap__item a {
  text-decoration: none;
}
.sitemap--child {
  margin-bottom: 0;
}
.sitemap--child .sitemap__item {
  width: calc(20% - 0.5em);
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  border-radius: 0.25em;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sitemap--child .sitemap__item {
    width: 100%;
  }
}
.sitemap--child .sitemap__item a {
  display: inline-block;
  width: 100%;
  padding: 0.75em 1em;
}
.sitemap--child .sitemap--child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-bottom: 1.5em;
  padding-left: 2.5em;
  font-size: 0.75em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sitemap--child .sitemap--child {
    padding-left: 2em;
    font-size: 0.875em;
  }
}
.sitemap--child .sitemap--child .sitemap__item {
  width: inherit;
  margin-right: 0;
  margin-bottom: 0;
}
.sitemap--child .sitemap--child .sitemap__item a {
  padding: 0.5em 1em;
}
.sitemap__title {
  display: inline-block;
  position: relative;
}
.sitemap__title .multi-title.icon::before {
  position: absolute;
  top: 0.5em;
  right: -2em;
  width: 1.25em;
  height: 1.25em;
  margin-right: 0;
  border-radius: 0.15em;
  background-color: #4c4948;
  background-image: url(../images/icon/ico_arrow_s_02.svg);
  background-size: 50%;
}

.isnt-touch a.sitemap__title.icon:focus::before, .isnt-touch a.sitemap__title.icon:hover::before {
  background-color: #ed6c00;
}

/* elements: slick-slider */
/* -------------------------------------------------------------------------- */
.slick-slider {
  overflow: hidden;
}

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

/* elements: slick-arrow */
/* -------------------------------------------------------------------------- */
/* elements: slick-dots liset */
/* -------------------------------------------------------------------------- */
.slick-dots {
  margin-bottom: 0;
  line-height: 0;
}
.slick-dots li {
  margin-bottom: 0;
}
.slick-dots button {
  overflow: hidden;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  outline: none;
  text-indent: 100%;
}

.visual-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5em;
  padding-right: 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .visual-slider .slick-dots {
    position: absolute;
    bottom: 0;
    right: 1.5em;
    padding-right: 0;
    font-size: 0.75em;
  }
}
.visual-slider .slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 3em;
  margin-right: 1em;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
}
.visual-slider .slick-dots li:last-of-type {
  margin-right: 0;
}
.visual-slider .slick-dots button {
  position: relative;
  z-index: 0;
  width: 3em;
  height: 3em;
  padding: 0;
  border: 0;
  background-color: transparent;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  cursor: pointer;
  text-indent: 0;
}
.visual-slider .slick-dots button::before {
  content: "";
  display: block;
  position: absolute;
  top: 3%;
  left: 3%;
  z-index: -1;
  width: 96%;
  height: 96%;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 50%;
}
.visual-slider .slick-dots .progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1;
}
.visual-slider .slick-dots .progress-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.visual-slider .slick-dots .progress-circle circle {
  fill: none;
}
.visual-slider .slick-dots .progress-circle .circle-sratt {
  fill: rgba(255, 255, 255, 0);
  stroke: #ed6c00;
  stroke-width: 2;
  stroke-linecap: round;
  -webkit-animation: progress 10s linear;
          animation: progress 10s linear;
  stroke-dasharray: 360px;
  stroke-dashoffset: 360;
}

@-webkit-keyframes progress {
  from {
    stroke-dashoffset: 360;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes progress {
  from {
    stroke-dashoffset: 360;
  }
  to {
    stroke-dashoffset: 0;
  }
}
/* elements: slick-counter */
/* -------------------------------------------------------------------------- */
/* ========================================================================== */
/* SNS Share */
/* ========================================================================== */
.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;
  margin-bottom: 3em;
  line-height: 1;
}
.sns-share__title {
  width: 100%;
  margin-bottom: 1.5em;
  font-size: 0.75em;
  color: #999999;
}
.sns-share__item {
  margin-right: 0.75em;
}
.sns-share__item:last-of-type {
  margin-right: 0;
}
.sns-share__icon {
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  overflow: hidden;
  border-radius: 0.5em;
  background-color: #999999;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  white-space: nowrap;
  text-indent: 100%;
}
.sns-share__icon--facebook {
  background-color: #3b5998;
  background-image: url(../images/icon/ico_facebook_02.svg);
}
.sns-share__icon--twitter {
  background-color: #1da1f2;
  background-image: url(../images/icon/ico_twitter_02.svg);
}
.sns-share__icon--line {
  background-color: #00c300;
  background-image: url(../images/icon/ico_line_02.svg);
  background-size: 55%;
}

/* ========================================================================== */
/* Tabs */
/* ========================================================================== */
/* tabs-navi */
/* -------------------------------------------------------------------------- */
.tabs-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tabs-navi__item {
  padding: 0.5em 1.5em;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  color: #999999;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .tabs-navi__item {
    padding: 0.5em 1em;
  }
}
.tabs-navi__item.active {
  border-top: 2px solid #ed6c00;
  background-color: #4c4948;
  color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .tabs-navi--by {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .tabs-navi--by .tabs-navi__item {
    width: 50%;
    padding: 0.5em 0;
  }
}

.isnt-touch .tabs-navi__item {
  cursor: pointer;
}
.isnt-touch .tabs-navi__item:focus, .isnt-touch .tabs-navi__item:hover {
  color: #ed6c00;
}
.isnt-touch .tabs-navi__item.active:focus, .isnt-touch .tabs-navi__item.active:hover {
  color: #ffffff;
}

/* tabs-content */
/* -------------------------------------------------------------------------- */
.tabs-content {
  margin-top: 1.5em;
}
.tabs-content__item {
  display: none;
}
.tabs-content__item.show {
  display: block;
}

/* ========================================================================== */
/* To Top */
/* ========================================================================== */
.to-top {
  position: fixed;
  bottom: 1.5em;
  right: 1.5em;
  z-index: 9;
  width: 3em;
  height: 3em;
  border-radius: 0.25em;
  background-color: rgba(128, 128, 128, 0.5);
  text-align: center;
  -webkit-transform: translateY(5em);
          transform: translateY(5em);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .to-top {
    display: none;
  }
}
.to-top::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.5em);
  left: calc(50% - 0.5em);
  width: 1em;
  height: 1em;
  background-image: url(../images/icon/ico_direction_s_02.svg);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.to-top.is-scroll {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.isnt-touch .to-top:hover {
  cursor: pointer;
  background-color: #999999;
}

/* ========================================================================== */
/* Tooltips */
/* ========================================================================== */
.tooltips {
  display: inline-block;
  position: relative;
}
.tooltips__content {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  min-width: 15em;
  margin-bottom: 0.5em;
  padding: 1em;
  border-radius: 0.5em;
  background-color: rgba(50, 50, 50, 0.9);
  font-size: 0.875em;
  line-height: 1.6;
  color: #ffffff;
}
.tooltips__content::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 1.5em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75em 0.5em 0 0.5em;
  border-color: rgba(50, 50, 50, 0.9) transparent transparent transparent;
}
.tooltips--rt .tooltips__content {
  right: 0;
  left: auto;
}
.tooltips--rt .tooltips__content::before {
  left: auto;
  right: 1.5em;
}
.tooltips--rb .tooltips__content {
  top: 100%;
  right: 0;
  bottom: auto;
  left: auto;
  margin-top: 0.5em;
  margin-bottom: auto;
}
.tooltips--rb .tooltips__content::before {
  top: auto;
  bottom: 100%;
  right: 1.5em;
  left: auto;
  border-width: 0 0.5em 0.75em 0.5em;
  border-color: transparent transparent rgba(50, 50, 50, 0.9) transparent;
}
.tooltips--lb .tooltips__content {
  top: 100%;
  bottom: auto;
  margin-top: 0.5em;
  margin-bottom: auto;
}
.tooltips--lb .tooltips__content::before {
  top: auto;
  bottom: 100%;
  border-width: 0 0.5em 0.75em 0.5em;
  border-color: transparent transparent rgba(50, 50, 50, 0.9) transparent;
}
.tooltips:focus, .tooltips:hover {
  cursor: help;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .tooltips:focus, .tooltips:hover {
    cursor: default;
  }
}
.tooltips:focus .tooltips__content, .tooltips:hover .tooltips__content {
  display: block;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .tooltips:focus .tooltips__content, .tooltips:hover .tooltips__content {
    display: none;
  }
}

/* ========================================================================== */
/* Visual */
/* ========================================================================== */
/* visual */
/* -------------------------------------------------------------------------- */
.visual {
  position: relative;
  width: calc(100% + 3em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .visual {
    width: calc(100% + 0.75em);
  }
}
.visual__pri {
  width: 54em;
  margin-left: auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .visual__pri {
    width: inherit;
    margin-bottom: 2em;
  }
}
.visual__pri .visual__image + * {
  margin-right: 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .visual__pri .visual__image + * {
    margin-right: 1.5em;
  }
}
.visual__sec {
  position: absolute;
  width: 30em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .visual__sec {
    position: relative;
    width: calc(100% - 1.5em);
  }
}
.visual__sec--top {
  top: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .visual__sec--top {
    top: auto;
  }
}
.visual__sec--center {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .visual__sec--center {
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
}
.visual__sec--bottom {
  bottom: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .visual__sec--bottom {
    bottom: auto;
  }
}
.visual__image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.visual__image::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .visual__image::before {
    padding-top: 66.666%;
  }
}
.visual__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.visual__title {
  margin-bottom: 1em;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 2em;
  line-height: 1.6;
}
.visual__title::first-letter {
  color: #ed6c00;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .visual__title {
    margin-bottom: 1em;
    font-size: 1.25em;
  }
}
.visual__catch {
  white-space: nowrap;
  font-size: 2.75em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .visual__catch {
    font-size: 2em;
  }
}
.visual__catch__tl {
  display: inline-block;
  padding: 0.125em 0.25em 0.125em 0;
  background-color: #f5f5f5;
}
.visual__catch__tl--caption {
  margin-bottom: 0.5em;
  border-bottom: 0.1em solid #4c4948;
  font-size: 66.666%;
  letter-spacing: 0.1em;
}
.visual__lead {
  margin-top: 1.5em;
  white-space: nowrap;
  font-weight: 100;
  font-size: 1.5em;
  line-height: 1.6;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .visual__lead {
    font-size: 1em;
  }
}
.visual__link {
  margin-top: 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .visual__link {
    font-size: 0.875em;
  }
}

.en-content .visual__catch {
  letter-spacing: 0;
}
.en-content .visual__lead {
  margin-top: 1em;
  letter-spacing: 0.05em;
}

.visual-slider {
  width: 100%;
  overflow: visible !important;
}
.visual-slider__item {
  width: 66.666% !important;
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .visual-slider__item {
    width: 100% !important;
    padding-bottom: 0;
  }
}
.visual-slider__sec {
  position: absolute;
  bottom: 0;
  left: -1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .visual-slider__sec {
    position: relative;
    bottom: auto;
    left: auto;
  }
}
.visual-slider__image {
  margin-bottom: 0;
}
.visual-slider__image img {
  -webkit-filter: saturate(0%);
          filter: saturate(0%);
  -webkit-transition-property: -webkit-filter;
  transition-property: -webkit-filter;
  transition-property: filter;
  transition-property: filter, -webkit-filter;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.visual-slider__title {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 2em;
  line-height: 1.6;
  opacity: 0;
  -webkit-transform: translateX(-1.875em);
          transform: translateX(-1.875em);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .visual-slider__title {
    margin-top: 0.5em;
    font-size: 1.25em;
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.visual-slider__title__tl {
  display: inline-block;
  padding: 0 0.25em;
  background-color: #4c4948;
  color: #ffffff;
}
.visual-slider__title__tl::first-letter {
  color: #ed6c00;
}
.visual-slider__catch {
  position: relative;
  z-index: 1;
  white-space: nowrap;
  font-size: 2.5em;
  line-height: 1.2;
  opacity: 0;
  -webkit-transform: translateX(-1.5em);
          transform: translateX(-1.5em);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .visual-slider__catch {
    font-size: 1.5em;
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.visual-slider__catch__tl {
  display: inline-block;
  padding: 0.125em 0.25em 0.125em 0;
  background-color: #f5f5f5;
}
.visual-slider__catch__tl--caption {
  margin-bottom: 0.5em;
  border-bottom: 0.1em solid #4c4948;
  font-size: 66.666%;
  letter-spacing: 0.1em;
}
.visual-slider__link {
  position: relative;
  z-index: 1;
  margin-top: 0.5em;
  opacity: 0;
  -webkit-transform: translateX(-3.666em);
          transform: translateX(-3.666em);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .visual-slider__link {
    font-size: 0.875em;
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.visual-slider .swiper-slide-active .visual-slider__image img {
  -webkit-filter: saturate(100%);
          filter: saturate(100%);
}
.visual-slider .swiper-slide-active .visual-slider__title {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.visual-slider .swiper-slide-active .visual-slider__catch {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.visual-slider .swiper-slide-active .visual-slider__link {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.swiper-button-prev,
.swiper-button-next {
  width: 4em !important;
  height: 4em !important;
  background-color: #4c4948;
  margin-top: -2em !important;
  border-radius: 0.25em;
  color: #ed6c00 !important;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .swiper-button-prev,
  .swiper-button-next {
    top: auto !important;
    bottom: -4em !important;
    margin: 0 !important;
    font-size: 0.5em;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 2em !important;
}

.swiper-button-prev {
  left: 0 !important;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .swiper-button-prev {
    left: auto !important;
    right: 2.5em !important;
  }
}

.swiper-button-next {
  right: 0 !important;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .swiper-button-next {
    right: -2em !important;
  }
}

.swiper-pagination {
  top: auto !important;
  left: 50% !important;
  bottom: -3em !important;
  width: 100vw !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}

@keyframes progress {
  from {
    stroke-dashoffset: 360;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.swiper-pagination-bullet {
  position: relative;
  width: 3em !important;
  height: 3em !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 3%;
  left: 3%;
  z-index: -1;
  width: 96%;
  height: 96%;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 50%;
}

.progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.progress__circle {
  fill: rgba(255, 255, 255, 0);
}
.progress__number {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-family: "Barlow", sans-serif;
  line-height: 1;
}

.swiper-pagination-bullet-active {
  background-color: transparent !important;
}
.swiper-pagination-bullet-active .progress__circle {
  stroke: #ed6c00;
  stroke-width: 2;
  -webkit-animation: progress 10s linear forwards;
          animation: progress 10s linear forwards;
  stroke-dasharray: 360px;
  stroke-dashoffset: 360;
}

.swiper-pagination-progressbar {
  background-color: #ebebeb !important;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #e0e0e0 !important;
}

/* ========================================================================== */
/* Wrapper */
/* ========================================================================== */
/* content-wrapper */
/* -------------------------------------------------------------------------- */
.content-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .content-wrapper {
    padding: 0 1.5em;
  }
}

/* ========================================================================== */
/* Home Content */
/* ========================================================================== */
/* page-header */
/* -------------------------------------------------------------------------- */
.home-content .page-header {
  position: relative;
  padding: 6em 0 3em;
  overflow: hidden;
}
.home-content .page-header::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 66.666%;
  background-color: #f5f5f5;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-content #news .column__item:last-of-type {
    display: none;
  }
}
.home-content #purpose .catch,
.home-content #group-value .catch {
  margin-bottom: 0.5em;
  font-size: 3em;
  line-height: 1.4;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-content #purpose .catch,
  .home-content #group-value .catch {
    font-size: 2em;
    line-height: 1.5;
  }
}
.home-content #purpose .lead,
.home-content #group-value .lead {
  font-weight: 300;
  font-size: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-content #purpose .lead,
  .home-content #group-value .lead {
    font-size: 1em;
  }
}
.home-content #sustainability .catch {
  margin-bottom: 1em;
  font-size: 2.5em;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-content #sustainability .catch {
    white-space: nowrap;
    font-size: 1.6em;
    line-height: 1.5;
  }
}

.home-content.en-content #purpose .catch,
.home-content.en-content #group-value .catch {
  font-weight: 300;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-content.en-content #purpose .catch,
  .home-content.en-content #group-value .catch {
    font-size: 1.8em;
    letter-spacing: 0;
  }
}
.home-content.en-content #sustainability .catch {
  font-weight: 300;
  letter-spacing: 0;
}

/* ========================================================================== */
/* News Content */
/* ========================================================================== */
/* ter-content, qua-content */
/* -------------------------------------------------------------------------- */
.news-content.ter-content .page-article .content-wrapper {
  padding-right: 25em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news-content.ter-content .page-article .content-wrapper {
    padding-right: 1.5em;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news-content.ter-content .page-footer {
    background-color: #f5f5f5;
    padding: 5em 0;
  }
}

/* article-content */
/* -------------------------------------------------------------------------- */
.news-content .page-article {
  min-height: 60em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news-content .page-article {
    min-height: inherit;
  }
}

/* ========================================================================== */
/* Company Content */
/* ========================================================================== */
/* sec-content */
/* -------------------------------------------------------------------------- */
.company-content.sec-content .page-section .column__item {
  width: calc(25% - 2.25em);
  margin-bottom: 3em;
  margin-left: 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .company-content.sec-content .page-section .column__item {
    width: calc(50% - 0.5em);
    margin-left: 1em;
  }
  .company-content.sec-content .page-section .column__item:nth-of-type(even) {
    margin-left: 0;
  }
}
.company-content.sec-content .page-section .column__item:nth-of-type(3) {
  margin-left: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .company-content.sec-content .page-section .column__item:nth-of-type(3) {
    margin-left: 1em;
  }
}
.company-content.sec-content .page-section .column .card--horizontal {
  width: calc(75% - 0.75em);
  margin-left: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .company-content.sec-content .page-section .column .card--horizontal {
    width: 100%;
  }
  .company-content.sec-content .page-section .column .card--horizontal .card__lead {
    display: none;
  }
}

/* ter-content */
/* -------------------------------------------------------------------------- */
.company-content.ter-content .page-main {
  min-height: 38em;
}
.company-content.ter-content .page-section .content-wrapper {
  padding-right: 25em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .company-content.ter-content .page-section .content-wrapper {
    padding-right: 1.5em;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .company-content.ter-content .page-footer {
    background-color: #f5f5f5;
    padding: 5em 0;
  }
}

/* page-menu: current */
/* -------------------------------------------------------------------------- */
.company-content.message-content .page-menu__item--message > a {
  color: #ed6c00;
}

.company-content.profile-content .page-menu__item--profile > a {
  color: #ed6c00;
}

.company-content.history-content .page-menu__item--history > a {
  color: #ed6c00;
}

.company-content.officer-content .page-menu__item--officer > a {
  color: #ed6c00;
}

.company-content.group-content .page-menu__item--group > a {
  color: #ed6c00;
}

.company-content.ci-content .page-menu__item--ci > a {
  color: #ed6c00;
}

/* ter-content: link-list current */
/* -------------------------------------------------------------------------- */
/* message-content */
/* -------------------------------------------------------------------------- */
.company-content.message-content .page-section .image img {
  position: relative;
  z-index: 1;
  margin-top: -6em;
}
.company-content.message-content .page-section .image__wrapper {
  display: block;
  position: relative;
}
.company-content.message-content .page-section .image__wrapper::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% + 6em);
  top: -4em;
  left: 2em;
  background-color: #cccccc;
}

/* history-content */
/* -------------------------------------------------------------------------- */
.company-content.history-content .page-section .table th {
  width: 8em;
}

/* officer-content */
/* -------------------------------------------------------------------------- */
.company-content.officer-content .modal-content {
  max-width: 60em;
}

/* ========================================================================== */
/* Purpose Content */
/* ========================================================================== */
/* modal-content */
/* -------------------------------------------------------------------------- */
.purpose-content .modal-content {
  max-width: 50em;
}

/* sec-content */
/* -------------------------------------------------------------------------- */
.purpose-content.sec-content .page-section--index .column__item {
  width: calc(25% - 2.25em);
  margin-bottom: 3em;
  margin-left: 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .purpose-content.sec-content .page-section--index .column__item {
    width: calc(50% - 0.5em);
    margin-left: 1em;
  }
}
.purpose-content.sec-content .page-section--index .column__item--our-purpose {
  width: calc(50% - 1.5em);
  margin-left: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .purpose-content.sec-content .page-section--index .column__item--our-purpose {
    width: calc(50% - 1em);
    width: 100%;
  }
}
.purpose-content.sec-content .page-section--index .column__item--our-purpose .card__image {
  position: relative;
  min-height: 12.5em;
}
.purpose-content.sec-content .page-section--index .column__item--our-purpose .card__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.purpose-content.sec-content .page-section--index .column__item--our-purpose .card__link.icon::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .purpose-content.sec-content .page-section--index .column__item--effort {
    margin-left: 0;
  }
}
.purpose-content.sec-content .page-section--index .column__item--supporter, .purpose-content.sec-content .page-section--index .column__item--open-upper {
  width: calc(50% - 1.5em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .purpose-content.sec-content .page-section--index .column__item--supporter, .purpose-content.sec-content .page-section--index .column__item--open-upper {
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .purpose-content.sec-content .page-section--index .column__item--supporter .card__link, .purpose-content.sec-content .page-section--index .column__item--open-upper .card__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
  }
  .purpose-content.sec-content .page-section--index .column__item--supporter .card__link.icon--right::before, .purpose-content.sec-content .page-section--index .column__item--open-upper .card__link.icon--right::before {
    right: 1em;
    bottom: 1em;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .purpose-content.sec-content .page-section--index .column__item--supporter .card__image, .purpose-content.sec-content .page-section--index .column__item--open-upper .card__image {
    width: 33.333%;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .purpose-content.sec-content .page-section--index .column__item--supporter .card__content, .purpose-content.sec-content .page-section--index .column__item--open-upper .card__content {
    width: 66.666%;
    padding: 1em;
  }
}
.purpose-content.sec-content .page-section--index .column__item--supporter {
  margin-left: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .purpose-content.sec-content .page-section--index .column__item--open-upper {
    margin-left: 0;
  }
}

/* ter-content, qua-content */
/* -------------------------------------------------------------------------- */
.purpose-content.ter-content .page-main,
.purpose-content.qua-content .page-main {
  min-height: 45em;
}
.purpose-content.ter-content .page-header .content-wrapper:nth-of-type(2),
.purpose-content.qua-content .page-header .content-wrapper:nth-of-type(2) {
  padding-right: 25em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .purpose-content.ter-content .page-header .content-wrapper:nth-of-type(2),
  .purpose-content.qua-content .page-header .content-wrapper:nth-of-type(2) {
    padding-right: 1.5em;
  }
}
.purpose-content.ter-content .page-section .content-wrapper,
.purpose-content.qua-content .page-section .content-wrapper {
  padding-right: 25em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .purpose-content.ter-content .page-section .content-wrapper,
  .purpose-content.qua-content .page-section .content-wrapper {
    padding-right: 1.5em;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .purpose-content.ter-content .page-footer,
  .purpose-content.qua-content .page-footer {
    background-color: #f5f5f5;
    padding: 5em 0;
  }
}

/* supporter-content, open-upper-content */
/* -------------------------------------------------------------------------- */
.purpose-content.supporter-content .page-section .image img,
.purpose-content.open-upper-content .page-section .image img {
  position: relative;
  z-index: 1;
  margin-top: -5em;
}
.purpose-content.supporter-content .page-section .image__wrapper,
.purpose-content.open-upper-content .page-section .image__wrapper {
  display: block;
  position: relative;
}
.purpose-content.supporter-content .page-section .image__wrapper::before,
.purpose-content.open-upper-content .page-section .image__wrapper::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% + 6em);
  top: -4em;
  left: 2em;
  background-color: #cccccc;
}

/* page-menu */
/* -------------------------------------------------------------------------- */
.purpose-content .page-menu__child {
  display: block;
}

/* page-menu: current */
/* -------------------------------------------------------------------------- */
.purpose-content.ter-content.effort-content .page-menu__item--effort > a {
  color: #ed6c00;
}

.purpose-content.ter-content.supporter-content .page-menu__item--supporter > a {
  color: #ed6c00;
}

.purpose-content.ter-content.open-upper-content .page-menu__item--open-upper > a {
  color: #ed6c00;
}

.purpose-content.ter-content.ri-content .page-menu__item--ri > a {
  color: #ed6c00;
}

.purpose-content.ter-content.partnership-content .page-menu__item--partnership > a {
  color: #ed6c00;
}

.purpose-content.qua-content.kitazawa-haruta-content .page-menu__child__item--kitazawa-haruta > a {
  color: #ed6c00;
}

.purpose-content.qua-content.kitazawa-ogawa-content .page-menu__child__item--kitazawa-ogawa > a {
  color: #ed6c00;
}

.purpose-content.qua-content.kitazawa-sano-content .page-menu__child__item--kitazawa-sano > a {
  color: #ed6c00;
}

.purpose-content.qua-content.kitazawa-yoshii-content .page-menu__child__item--kitazawa-yoshii > a {
  color: #ed6c00;
}

.purpose-content.qua-content.kitazawa-sato-content .page-menu__child__item--kitazawa-sato > a {
  color: #ed6c00;
}

.purpose-content.qua-content.wakabayashi-nishida-content .page-menu__child__item--wakabayashi-nishida > a {
  color: #ed6c00;
}

.purpose-content.qua-content.bnt-content .page-menu__child__item--bnt > a {
  color: #ed6c00;
}

.purpose-content.qua-content.labo-content .page-menu__child__item--labo > a {
  color: #ed6c00;
}

.purpose-content.qua-content.bnp-content .page-menu__child__item--bnp > a {
  color: #ed6c00;
}

.purpose-content.qua-content.yume-tech-content .page-menu__child__item--yume-tech > a {
  color: #ed6c00;
}

.purpose-content.qua-content.sbs-content .page-menu__child__item--sbs > a {
  color: #ed6c00;
}

.purpose-content.qua-content.nikon-content .page-menu__child__item--nikon > a {
  color: #ed6c00;
}

.purpose-content.qua-content.hitachi-content .page-menu__child__item--hitachi > a {
  color: #ed6c00;
}

/* ========================================================================== */
/* Sustainability Content */
/* ========================================================================== */
.sustainability-content .page-top {
  bottom: 4em;
}

html[lang=en] .sustainability-content .card__title {
  white-space: normal !important;
}
html[lang=en] .sustainability-content .card__lead {
  text-align: left !important;
}

/* sec-content */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sustainability-content.sec-content .visual__catch {
    white-space: normal;
    font-size: 1.5em;
  }
}

/* ter-content, qua-content */
/* -------------------------------------------------------------------------- */
.sustainability-content.ter-content .page-main,
.sustainability-content.qua-content .page-main {
  min-height: 55em;
}
.sustainability-content.ter-content .page-header .content-wrapper:nth-of-type(2),
.sustainability-content.qua-content .page-header .content-wrapper:nth-of-type(2) {
  padding-right: 25em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sustainability-content.ter-content .page-header .content-wrapper:nth-of-type(2),
  .sustainability-content.qua-content .page-header .content-wrapper:nth-of-type(2) {
    padding-right: 1.5em;
  }
}
.sustainability-content.ter-content .page-section .content-wrapper,
.sustainability-content.qua-content .page-section .content-wrapper {
  padding-right: 25em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sustainability-content.ter-content .page-section .content-wrapper,
  .sustainability-content.qua-content .page-section .content-wrapper {
    padding-right: 1.5em;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sustainability-content.ter-content .page-footer,
  .sustainability-content.qua-content .page-footer {
    background-color: #f5f5f5;
    padding: 5em 0;
  }
}

/* ter-content  */
/* -------------------------------------------------------------------------- */
.sustainability-content.index-content .page-section .column > .column__item {
  width: calc(33.333% - 1em);
  margin-left: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sustainability-content.index-content .page-section .column > .column__item {
    width: calc(50% - 0.5em);
    margin-left: 1em !important;
  }
  .sustainability-content.index-content .page-section .column > .column__item:nth-of-type(2n+1) {
    margin-left: 0 !important;
  }
}
.sustainability-content.index-content .page-section .column > .column__item:nth-of-type(3n+1) {
  margin-left: 0;
}
.sustainability-content.index-content .page-section .card--border .card__content {
  border-top: 0.25em solid;
}

/* qua-content */
/* -------------------------------------------------------------------------- */
/* sdgs-content */
/* -------------------------------------------------------------------------- */
/* page-menu: opened child */
/* -------------------------------------------------------------------------- */
.sustainability-content.management-content .page-menu__item--management .page-menu__child {
  display: block;
}

.sustainability-content.human-content .page-menu__item--human .page-menu__child {
  display: block;
}

.sustainability-content.environment-content .page-menu__item--environment .page-menu__child {
  display: block;
}

.sustainability-content.governance-content .page-menu__item--governance .page-menu__child {
  display: block;
}

/* page-menu: current */
/* -------------------------------------------------------------------------- */
.sustainability-content.management-content .page-menu__item--management > a {
  color: #ed6c00;
}

.sustainability-content.human-content .page-menu__item--human > a {
  color: #ed6c00;
}

.sustainability-content.community-content .page-menu__item--community > a {
  color: #ed6c00;
}

.sustainability-content.environment-content .page-menu__item--environment > a {
  color: #ed6c00;
}

.sustainability-content.governance-content .page-menu__item--governance > a {
  color: #ed6c00;
}

.sustainability-content.corporate-ethics-content .page-menu__item--corporate-ethics > a {
  color: #ed6c00;
}

.sustainability-content.non-financial-content .page-menu__item--non-financial > a {
  color: #ed6c00;
}

.sustainability-content.evaluation-content .page-menu__item--evaluation > a {
  color: #ed6c00;
}

.sustainability-content.balance-sheets-content .page-menu__item--balance-sheets > a {
  color: #ed6c00;
}

.sustainability-content.esg-data-content .page-menu__item--esg-data > a {
  color: #ed6c00;
}

.sustainability-content.edit-policy-content .page-menu__item--edit-policy > a {
  color: #ed6c00;
}

/* page-menu__child: current */
/* -------------------------------------------------------------------------- */
.sustainability-content.management-content.policy-advancement-content .page-menu__child__item--policy-advancement > a {
  color: #ed6c00;
}

.sustainability-content.management-content.sdgs-initiatives-content .page-menu__child__item--sdgs-initiatives > a {
  color: #ed6c00;
}

.sustainability-content.management-content.materiality-content .page-menu__child__item--materiality > a {
  color: #ed6c00;
}

.sustainability-content.management-content.value-creation-content .page-menu__child__item--value-creation > a {
  color: #ed6c00;
}

.sustainability-content.management-content.dialogue-content .page-menu__child__item--dialogue > a {
  color: #ed6c00;
}

.sustainability-content.management-content.dialogue-stakeholders-content .page-menu__child__item--dialogue-stakeholders > a {
  color: #ed6c00;
}

/* ------------------------------------- */
.sustainability-content.human-content.human-rights-content .page-menu__child__item--human-rights > a {
  color: #ed6c00;
}

.sustainability-content.human-content.human-resource-content .page-menu__child__item--human-resource > a {
  color: #ed6c00;
}

.sustainability-content.human-content.advancement-content .page-menu__child__item--advancement > a {
  color: #ed6c00;
}

.sustainability-content.human-content.work-environment-content .page-menu__child__item--work-environment > a {
  color: #ed6c00;
}

/* ------------------------------------- */
/* ------------------------------------- */
.sustainability-content.governance-content.corporate-governance-content .page-menu__child__item--corporate-governance > a {
  color: #ed6c00;
}

.sustainability-content.governance-content.compliance-content .page-menu__child__item--compliance > a {
  color: #ed6c00;
}

.sustainability-content.governance-content.risk-management-content .page-menu__child__item--risk-management > a {
  color: #ed6c00;
}

.sustainability-content.governance-content.security-control-content .page-menu__child__item--security-control > a {
  color: #ed6c00;
}

.sustainability-content.governance-content.privacy-protection-content .page-menu__child__item--privacy-protection > a {
  color: #ed6c00;
}

/* ------------------------------------- */
.en-content.sustainability-content.social-content .page-menu__item--social > a {
  color: #ed6c00;
}

.en-content.sustainability-content.ethics-content .page-menu__item--ethics > a {
  color: #ed6c00;
}

.en-content.sustainability-content.sdgs-content .page-menu__item--sdgs > a {
  color: #ed6c00;
}

.en-content.sustainability-content.esg-index-content .page-menu__item--esg-index > a {
  color: #ed6c00;
}

/* related-sdgs */
/* -------------------------------------------------------------------------- */
.related-sdgs {
  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;
  padding: 1em;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .related-sdgs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.related-sdgs__title {
  margin-left: 1.5em;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 1em;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .related-sdgs__title {
    margin-left: 0;
    margin-bottom: 1em;
  }
}
.related-sdgs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.related-sdgs__list li {
  width: 4em;
  margin-right: 0.5em;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .related-sdgs__list li {
    width: 3em;
    margin-right: 0.25em;
  }
}
.related-sdgs__list li:last-of-type {
  margin-right: 0;
}

/* non-financial-content */
/* -------------------------------------------------------------------------- */
.non-financial-content .page-section .table th,
.non-financial-content .page-section .table td {
  position: relative;
}
.non-financial-content .page-section .table th img,
.non-financial-content .page-section .table td img {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  width: 3em;
}

/* language-menu disabled */
/* -------------------------------------------------------------------------- */
.sustainability-content.langexc-ja .site-menu__item--language {
  display: none;
}
.sustainability-content.langexc-ja .site-menu__item--language-disabled {
  display: block;
}
.sustainability-content.langexc-ja .to-top {
  bottom: 4em;
  -webkit-transform: translateY(7.5em);
          transform: translateY(7.5em);
}
.sustainability-content.langexc-ja .to-top.is-scroll {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ========================================================================== */
/* IR Content */
/* ========================================================================== */
/* ter-content, qua-content */
/* -------------------------------------------------------------------------- */
.ir-content.ter-content .page-main,
.ir-content.qua-content .page-main {
  min-height: 60em;
}
.ir-content.ter-content .page-section .content-wrapper,
.ir-content.qua-content .page-section .content-wrapper {
  padding-right: 25em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .ir-content.ter-content .page-section .content-wrapper,
  .ir-content.qua-content .page-section .content-wrapper {
    padding-right: 1.5em;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .ir-content.ter-content .page-footer,
  .ir-content.qua-content .page-footer {
    background-color: #f5f5f5;
    padding: 5em 0;
  }
}

/* page-menu: opened child */
/* -------------------------------------------------------------------------- */
.ir-content.library-content .page-menu__item--library .page-menu__child {
  display: block;
}

.ir-content.stock-content .page-menu__item--stock .page-menu__child {
  display: block;
}

.ir-content.finance-content .page-menu__item--finance .page-menu__child {
  display: block;
}

/* page-menu: current */
/* -------------------------------------------------------------------------- */
.ir-content.ir-news-content .page-menu__item--ir-news > a {
  color: #ed6c00;
}

.ir-content.calendar-content .page-menu__item--calendar > a {
  color: #ed6c00;
}

.ir-content.library-content .page-menu__item--library > a {
  color: #ed6c00;
}

.ir-content.stock-content .page-menu__item--stock > a {
  color: #ed6c00;
}

.ir-content.finance-content .page-menu__item--finance > a {
  color: #ed6c00;
}

.ir-content.investor-content .page-menu__item--investor > a {
  color: #ed6c00;
}

.ir-content.faq-content .page-menu__item--faq > a {
  color: #ed6c00;
}

.ir-content.policy-content .page-menu__item--policy > a {
  color: #ed6c00;
}

.ir-content.links-content .page-menu__item--links > a {
  color: #ed6c00;
}

.ir-content.email-content .page-menu__item--email > a {
  color: #ed6c00;
}

.ir-content.disclaimer-content .page-menu__item--disclaimer > a {
  color: #ed6c00;
}

/* page-menu__child: current */
/* -------------------------------------------------------------------------- */
.ir-content.financial-report-content .page-menu__child__item--financial-report > a {
  color: #ed6c00;
}

.ir-content.presentation-content .page-menu__child__item--presentation > a {
  color: #ed6c00;
}

.ir-content.movie-content .page-menu__child__item--movie > a {
  color: #ed6c00;
}

.ir-content.securities-report-content .page-menu__child__item--securities-report > a {
  color: #ed6c00;
}

.ir-content.shareholder-newsletter-content .page-menu__child__item--shareholder-newsletter > a {
  color: #ed6c00;
}

.ir-content.midterm-plan-content .page-menu__child__item--midterm-plan > a {
  color: #ed6c00;
}

.ir-content.integrated-report-content .page-menu__child__item--integrated-report > a {
  color: #ed6c00;
}

.ir-content.investors-guide-content .page-menu__child__item--investors-guide > a {
  color: #ed6c00;
}

.ir-content.info-content .page-menu__child__item--info > a {
  color: #ed6c00;
}

.ir-content.ownership-content .page-menu__child__item--ownership > a {
  color: #ed6c00;
}

.ir-content.dividend-info-content .page-menu__child__item--dividend-info > a {
  color: #ed6c00;
}

.ir-content.analyst-content .page-menu__child__item--analyst > a {
  color: #ed6c00;
}

.ir-content.highlight-content .page-menu__child__item--highlight > a {
  color: #ed6c00;
}

.ir-content.financial-position-content .page-menu__child__item--financial-position > a {
  color: #ed6c00;
}

.ir-content.cash-flows-content .page-menu__child__item--cash-flows > a {
  color: #ed6c00;
}

.ir-content.result-employees-content .page-menu__child__item--result-employees > a {
  color: #ed6c00;
}

/* ter-content */
/* -------------------------------------------------------------------------- */
.ir-content.ter-content.library-content .page-section .column > .column__item,
.ir-content.ter-content.stock-content .page-section .column > .column__item,
.ir-content.ter-content.finance-content .page-section .column > .column__item {
  width: calc(33.333% - 1em);
  margin-left: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .ir-content.ter-content.library-content .page-section .column > .column__item,
  .ir-content.ter-content.stock-content .page-section .column > .column__item,
  .ir-content.ter-content.finance-content .page-section .column > .column__item {
    width: calc(50% - 0.5em);
    margin-left: 1em !important;
  }
  .ir-content.ter-content.library-content .page-section .column > .column__item:nth-of-type(2n+1),
  .ir-content.ter-content.stock-content .page-section .column > .column__item:nth-of-type(2n+1),
  .ir-content.ter-content.finance-content .page-section .column > .column__item:nth-of-type(2n+1) {
    margin-left: 0 !important;
  }
}
.ir-content.ter-content.library-content .page-section .column > .column__item:nth-of-type(3n+1),
.ir-content.ter-content.stock-content .page-section .column > .column__item:nth-of-type(3n+1),
.ir-content.ter-content.finance-content .page-section .column > .column__item:nth-of-type(3n+1) {
  margin-left: 0;
}
.ir-content.ter-content.library-content .page-section .card__content,
.ir-content.ter-content.stock-content .page-section .card__content,
.ir-content.ter-content.finance-content .page-section .card__content {
  border-top: 0.25em solid;
}

/* stock-content: info-content */
/* -------------------------------------------------------------------------- */
.ir-content.stock-content.info-content #stock_distribution_by_owner {
  width: 100%;
  height: auto;
}
.ir-content.stock-content.info-content .ir-chart {
  width: 90%;
  margin: 0 auto 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .ir-content.stock-content.info-content .ir-chart {
    width: inherit;
  }
}

/* stock-content: fancybox */
/* -------------------------------------------------------------------------- */
.ir-content .fancybox-slide--video .fancybox-content {
  max-width: 960px;
  max-height: 540px;
}

/* ir-storage */
/* -------------------------------------------------------------------------- */
.ir-storage .contents-list__label {
  width: 6em;
  min-width: 6em;
  max-width: 6em;
  text-align: center;
}
.ir-storage .icon[target=_blank]:before {
  background-image: url(../images/icon/ico_newtab_m_01.svg);
}
.ir-storage .icon[href*=".pdf"]:before,
.ir-storage .icon[href*=".xlsx"]:before,
.ir-storage .icon[href*=".xls"]:before,
.ir-storage .icon[href*=".docx"]:before,
.ir-storage .icon[href*=".doc"]:before,
.ir-storage .icon[href*=".pptx"]:before,
.ir-storage .icon[href*=".ppt"]:before,
.ir-storage .icon[href*=".txt"]:before {
  background-image: url(../images/icon/ico_file_m_01.svg);
}
.ir-storage .icon[data-fancybox]:before {
  background-image: url(../images/icon/ico_modal_m_01.svg);
}
.ir-storage .icon[href*="vspm.irstreet.com"]:before,
.ir-storage .icon[href*="tokyoipo.com"]:before,
.ir-storage .icon[href*="www.youtube.com"]:before,
.ir-storage .icon[href*="www.broadstreaming.info"]:before,
.ir-storage .icon[href*="www.video-streaming.net"]:before,
.ir-storage .icon[href*="www.irbroadstreaming.net"]:before {
  background-image: url(../images/icon/ico_video_m_01.svg);
}

/* en-content */
/* -------------------------------------------------------------------------- */
.en-content .ir-storage .contents-list__date {
  width: 6em;
  min-width: 6em;
  max-width: 6em;
}
.en-content .ir-storage .contents-list__label {
  width: 12em;
  min-width: 12em;
  max-width: 12em;
}

/* ========================================================================== */
/* Other Content */
/* ========================================================================== */
/* ========================================================================== */
/* Article */
/* ========================================================================== */
.page-article .article-header {
  margin-bottom: 3em;
  padding-bottom: 3em;
  border-bottom: 1px solid #cccccc;
}
.page-article .article-footer {
  margin-top: 3em;
  padding-top: 3em;
  border-top: 1px solid #cccccc;
}
.page-article .article-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-article .article-status__item {
  margin: 0 0.5em 0.5em 0;
}

.page-article h1, .page-article h2, .page-article h3, .page-article h4, .page-article h5, .page-article h6 {
  font-weight: 500;
}
.page-article hr {
  margin: 3em auto;
}
.page-article p {
  font-size: 1.125em;
  line-height: 2;
}
.page-article strong {
  font-weight: 500;
}
.page-article small {
  font-size: 80%;
}
.page-article img {
  width: 100%;
  max-width: 40em;
  height: auto;
  aspect-ratio: inherit;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-article img {
    max-width: inherit;
  }
}
.page-article figure {
  text-align: center;
}
.page-article figure figcaption {
  width: 100%;
  margin-top: 1em;
  font-size: 90%;
}
.page-article figure.img-2 img {
  max-width: 30em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-article figure.img-2 img {
    max-width: 100%;
  }
}
.page-article figure.img-2 img + img {
  margin-left: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-article figure.img-2 img + img {
    margin-top: 1.5em;
    margin-left: 0;
  }
}
.page-article ul > li {
  position: relative;
  padding-left: 1.5em;
}
.page-article ul > li::before {
  content: "●";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0.5em;
  color: #ed6c00;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.page-article ul > li > .list {
  margin-top: 0.5em;
  font-size: 90%;
}
.page-article ul > li > ul.list > li::before {
  content: "○";
}
.page-article ul > li > ol.list > li::before {
  color: #999999;
}
.page-article ol {
  counter-reset: number;
}
.page-article ol > li {
  position: relative;
  padding-left: 2em;
}
.page-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;
          transform-origin: left center;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.page-article dl dt {
  font-weight: 500;
}
.page-article table th,
.page-article table td {
  padding: 1em 0;
  vertical-align: top;
}
.page-article table th {
  white-space: nowrap;
}
.page-article table tr > * + * {
  padding-left: 1em;
}
.page-article table tbody th,
.page-article table tbody td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-article table thead th,
.page-article table thead td {
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  font-weight: 500;
}
.page-article .column__item {
  width: calc(50% - 0.75em);
  margin-right: 1.5em;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-article .column__item {
    width: 100%;
    margin-right: 0;
  }
}
.page-article .column__item:nth-of-type(even) {
  margin-right: 0;
}

/* ========================================================================== */
/* Layout */
/* ========================================================================== */
/* layout: float */
/* -------------------------------------------------------------------------- */
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-none {
  float: none;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-float-left {
    float: left;
  }
  .sp-float-right {
    float: right;
  }
  .sp-float-none {
    float: none;
  }
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* layout: padding */
/* -------------------------------------------------------------------------- */
.p-0 {
  padding: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* layout: padding top */
/* -------------------------------------------------------------------------- */
.pt-0 {
  padding-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* layout: padding right */
/* -------------------------------------------------------------------------- */
.pr-0 {
  padding-right: 0em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* layout: padding bottom */
/* -------------------------------------------------------------------------- */
.pb-0 {
  padding-bottom: 0em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* layout: padding left */
/* -------------------------------------------------------------------------- */
.pl-0 {
  padding-left: 0em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* layout: padding (sp) */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-p-0 {
    padding: 0 !important;
  }
  .sp-p-d5 {
    padding: 0.5em !important;
  }
  .sp-p-1 {
    padding: 1em !important;
  }
  .sp-p-1d5 {
    padding: 1.5em !important;
  }
  .sp-p-2 {
    padding: 2em !important;
  }
  .sp-p-2d5 {
    padding: 2.5em !important;
  }
  .sp-p-3 {
    padding: 3em !important;
  }
  .sp-p-3d5 {
    padding: 3.5em !important;
  }
  .sp-p-4 {
    padding: 4em !important;
  }
  .sp-p-4d5 {
    padding: 4.5em !important;
  }
  .sp-p-5 {
    padding: 5em !important;
  }
  .sp-p-5d5 {
    padding: 5.5em !important;
  }
  .sp-p-6 {
    padding: 6em !important;
  }
  .sp-p-6d5 {
    padding: 6.5em !important;
  }
  .sp-p-7 {
    padding: 7em !important;
  }
  .sp-p-7d5 {
    padding: 7.5em !important;
  }
  .sp-p-8 {
    padding: 8em !important;
  }
  .sp-p-8d5 {
    padding: 8.5em !important;
  }
  .sp-p-9 {
    padding: 9em !important;
  }
  .sp-p-9d5 {
    padding: 9.5em !important;
  }
  .sp-p-10 {
    padding: 10em !important;
  }
}
/* layout: padding top (sp) */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-pt-0 {
    padding-top: 0 !important;
  }
  .sp-pt-d5 {
    padding-top: 0.5em !important;
  }
  .sp-pt-1 {
    padding-top: 1em !important;
  }
  .sp-pt-1d5 {
    padding-top: 1.5em !important;
  }
  .sp-pt-2 {
    padding-top: 2em !important;
  }
  .sp-pt-2d5 {
    padding-top: 2.5em !important;
  }
  .sp-pt-3 {
    padding-top: 3em !important;
  }
  .sp-pt-3d5 {
    padding-top: 3.5em !important;
  }
  .sp-pt-4 {
    padding-top: 4em !important;
  }
  .sp-pt-4d5 {
    padding-top: 4.5em !important;
  }
  .sp-pt-5 {
    padding-top: 5em !important;
  }
  .sp-pt-5d5 {
    padding-top: 5.5em !important;
  }
  .sp-pt-6 {
    padding-top: 6em !important;
  }
  .sp-pt-6d5 {
    padding-top: 6.5em !important;
  }
  .sp-pt-7 {
    padding-top: 7em !important;
  }
  .sp-pt-7d5 {
    padding-top: 7.5em !important;
  }
  .sp-pt-8 {
    padding-top: 8em !important;
  }
  .sp-pt-8d5 {
    padding-top: 8.5em !important;
  }
  .sp-pt-9 {
    padding-top: 9em !important;
  }
  .sp-pt-9d5 {
    padding-top: 9.5em !important;
  }
  .sp-pt-10 {
    padding-top: 10em !important;
  }
}
/* layout: padding right (sp) */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-pr-0 {
    padding-right: 0em !important;
  }
  .sp-pr-d5 {
    padding-right: 0.5em !important;
  }
  .sp-pr-1 {
    padding-right: 1em !important;
  }
  .sp-pr-1d5 {
    padding-right: 1.5em !important;
  }
  .sp-pr-2 {
    padding-right: 2em !important;
  }
  .sp-pr-2d5 {
    padding-right: 2.5em !important;
  }
  .sp-pr-3 {
    padding-right: 3em !important;
  }
  .sp-pr-3d5 {
    padding-right: 3.5em !important;
  }
  .sp-pr-4 {
    padding-right: 4em !important;
  }
  .sp-pr-4d5 {
    padding-right: 4.5em !important;
  }
  .sp-pr-5 {
    padding-right: 5em !important;
  }
  .sp-pr-5d5 {
    padding-right: 5.5em !important;
  }
  .sp-pr-6 {
    padding-right: 6em !important;
  }
  .sp-pr-6d5 {
    padding-right: 6.5em !important;
  }
  .sp-pr-7 {
    padding-right: 7em !important;
  }
  .sp-pr-7d5 {
    padding-right: 7.5em !important;
  }
  .sp-pr-8 {
    padding-right: 8em !important;
  }
  .sp-pr-8d5 {
    padding-right: 8.5em !important;
  }
  .sp-pr-9 {
    padding-right: 9em !important;
  }
  .sp-pr-9d5 {
    padding-right: 9.5em !important;
  }
  .sp-pr-10 {
    padding-right: 10em !important;
  }
}
/* layout: padding bottom (sp) */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-pb-0 {
    padding-bottom: 0em !important;
  }
  .sp-pb-d5 {
    padding-bottom: 0.5em !important;
  }
  .sp-pb-1 {
    padding-bottom: 1em !important;
  }
  .sp-pb-1d5 {
    padding-bottom: 1.5em !important;
  }
  .sp-pb-2 {
    padding-bottom: 2em !important;
  }
  .sp-pb-2d5 {
    padding-bottom: 2.5em !important;
  }
  .sp-pb-3 {
    padding-bottom: 3em !important;
  }
  .sp-pb-3d5 {
    padding-bottom: 3.5em !important;
  }
  .sp-pb-4 {
    padding-bottom: 4em !important;
  }
  .sp-pb-4d5 {
    padding-bottom: 4.5em !important;
  }
  .sp-pb-5 {
    padding-bottom: 5em !important;
  }
  .sp-pb-5d5 {
    padding-bottom: 5.5em !important;
  }
  .sp-pb-6 {
    padding-bottom: 6em !important;
  }
  .sp-pb-6d5 {
    padding-bottom: 6.5em !important;
  }
  .sp-pb-7 {
    padding-bottom: 7em !important;
  }
  .sp-pb-7d5 {
    padding-bottom: 7.5em !important;
  }
  .sp-pb-8 {
    padding-bottom: 8em !important;
  }
  .sp-pb-8d5 {
    padding-bottom: 8.5em !important;
  }
  .sp-pb-9 {
    padding-bottom: 9em !important;
  }
  .sp-pb-9d5 {
    padding-bottom: 9.5em !important;
  }
  .sp-pb-10 {
    padding-bottom: 10em !important;
  }
}
/* layout: padding left (sp) */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-pl-0 {
    padding-left: 0em !important;
  }
  .sp-pl-d5 {
    padding-left: 0.5em !important;
  }
  .sp-pl-1 {
    padding-left: 1em !important;
  }
  .sp-pl-1d5 {
    padding-left: 1.5em !important;
  }
  .sp-pl-2 {
    padding-left: 2em !important;
  }
  .sp-pl-2d5 {
    padding-left: 2.5em !important;
  }
  .sp-pl-3 {
    padding-left: 3em !important;
  }
  .sp-pl-3d5 {
    padding-left: 3.5em !important;
  }
  .sp-pl-4 {
    padding-left: 4em !important;
  }
  .sp-pl-4d5 {
    padding-left: 4.5em !important;
  }
  .sp-pl-5 {
    padding-left: 5em !important;
  }
  .sp-pl-5d5 {
    padding-left: 5.5em !important;
  }
  .sp-pl-6 {
    padding-left: 6em !important;
  }
  .sp-pl-6d5 {
    padding-left: 6.5em !important;
  }
  .sp-pl-7 {
    padding-left: 7em !important;
  }
  .sp-pl-7d5 {
    padding-left: 7.5em !important;
  }
  .sp-pl-8 {
    padding-left: 8em !important;
  }
  .sp-pl-8d5 {
    padding-left: 8.5em !important;
  }
  .sp-pl-9 {
    padding-left: 9em !important;
  }
  .sp-pl-9d5 {
    padding-left: 9.5em !important;
  }
  .sp-pl-10 {
    padding-left: 10em !important;
  }
}
/* layout: margin */
/* -------------------------------------------------------------------------- */
.m-auto {
  margin: 0 auto !important;
}

.m-0 {
  margin: 0 !important;
}

.m-d5 {
  margin: 0.5em !important;
}

.m-1 {
  margin: 1em !important;
}

.m-1d5 {
  margin: 1.5em !important;
}

.m-2 {
  margin: 2em !important;
}

.m-2d5 {
  margin: 2.5em !important;
}

.m-3 {
  margin: 3em !important;
}

.m-3d5 {
  margin: 3.5em !important;
}

.m-4 {
  margin: 4em !important;
}

.m-4d5 {
  margin: 4.5em !important;
}

.m-5 {
  margin: 5em !important;
}

.m-5d5 {
  margin: 5.5em !important;
}

.m-6 {
  margin: 6em !important;
}

.m-6d5 {
  margin: 6.5em !important;
}

.m-7 {
  margin: 7em !important;
}

.m-7d5 {
  margin: 7.5em !important;
}

.m-8 {
  margin: 8em !important;
}

.m-8d5 {
  margin: 8.5em !important;
}

.m-9 {
  margin: 9em !important;
}

.m-9d5 {
  margin: 9.5em !important;
}

.m-10 {
  margin: 10em !important;
}

/* layout: margin top */
/* -------------------------------------------------------------------------- */
.mt-0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* layout: margin right */
/* -------------------------------------------------------------------------- */
.mr-auto {
  margin-right: auto !important;
}

.mr-0 {
  margin-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* layout: margin bottom */
/* -------------------------------------------------------------------------- */
.mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* layout: margin left */
/* -------------------------------------------------------------------------- */
.ml-auto {
  margin-left: auto !important;
}

.ml-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* layout: margin (sp) */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-m-auto {
    margin: 0 auto !important;
  }
  .sp-m-0 {
    margin: 0 !important;
  }
  .sp-m-d5 {
    margin: 0.5em !important;
  }
  .sp-m-1 {
    margin: 1em !important;
  }
  .sp-m-1d5 {
    margin: 1.5em !important;
  }
  .sp-m-2 {
    margin: 2em !important;
  }
  .sp-m-2d5 {
    margin: 2.5em !important;
  }
  .sp-m-3 {
    margin: 3em !important;
  }
  .sp-m-3d5 {
    margin: 3.5em !important;
  }
  .sp-m-4 {
    margin: 4em !important;
  }
  .sp-m-4d5 {
    margin: 4.5em !important;
  }
  .sp-m-5 {
    margin: 5em !important;
  }
  .sp-m-5d5 {
    margin: 5.5em !important;
  }
  .sp-m-6 {
    margin: 6em !important;
  }
  .sp-m-6d5 {
    margin: 6.5em !important;
  }
  .sp-m-7 {
    margin: 7em !important;
  }
  .sp-m-7d5 {
    margin: 7.5em !important;
  }
  .sp-m-8 {
    margin: 8em !important;
  }
  .sp-m-8d5 {
    margin: 8.5em !important;
  }
  .sp-m-9 {
    margin: 9em !important;
  }
  .sp-m-9d5 {
    margin: 9.5em !important;
  }
  .sp-m-10 {
    margin: 10em !important;
  }
}
/* layout: margin top (sp) */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-mt-0 {
    margin-top: 0 !important;
  }
  .sp-mt-d5 {
    margin-top: 0.5em !important;
  }
  .sp-mt-1 {
    margin-top: 1em !important;
  }
  .sp-mt-1d5 {
    margin-top: 1.5em !important;
  }
  .sp-mt-2 {
    margin-top: 2em !important;
  }
  .sp-mt-2d5 {
    margin-top: 2.5em !important;
  }
  .sp-mt-3 {
    margin-top: 3em !important;
  }
  .sp-mt-3d5 {
    margin-top: 3.5em !important;
  }
  .sp-mt-4 {
    margin-top: 4em !important;
  }
  .sp-mt-4d5 {
    margin-top: 4.5em !important;
  }
  .sp-mt-5 {
    margin-top: 5em !important;
  }
  .sp-mt-5d5 {
    margin-top: 5.5em !important;
  }
  .sp-mt-6 {
    margin-top: 6em !important;
  }
  .sp-mt-6d5 {
    margin-top: 6.5em !important;
  }
  .sp-mt-7 {
    margin-top: 7em !important;
  }
  .sp-mt-7d5 {
    margin-top: 7.5em !important;
  }
  .sp-mt-8 {
    margin-top: 8em !important;
  }
  .sp-mt-8d5 {
    margin-top: 8.5em !important;
  }
  .sp-mt-9 {
    margin-top: 9em !important;
  }
  .sp-mt-9d5 {
    margin-top: 9.5em !important;
  }
  .sp-mt-10 {
    margin-top: 10em !important;
  }
}
/* layout: margin right (sp) */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-mr-auto {
    margin-right: auto !important;
  }
  .sp-mr-0 {
    margin-right: 0 !important;
  }
  .sp-mr-d5 {
    margin-right: 0.5em !important;
  }
  .sp-mr-1 {
    margin-right: 1em !important;
  }
  .sp-mr-1d5 {
    margin-right: 1.5em !important;
  }
  .sp-mr-2 {
    margin-right: 2em !important;
  }
  .sp-mr-2d5 {
    margin-right: 2.5em !important;
  }
  .sp-mr-3 {
    margin-right: 3em !important;
  }
  .sp-mr-3d5 {
    margin-right: 3.5em !important;
  }
  .sp-mr-4 {
    margin-right: 4em !important;
  }
  .sp-mr-4d5 {
    margin-right: 4.5em !important;
  }
  .sp-mr-5 {
    margin-right: 5em !important;
  }
  .sp-mr-5d5 {
    margin-right: 5.5em !important;
  }
  .sp-mr-6 {
    margin-right: 6em !important;
  }
  .sp-mr-6d5 {
    margin-right: 6.5em !important;
  }
  .sp-mr-7 {
    margin-right: 7em !important;
  }
  .sp-mr-7d5 {
    margin-right: 7.5em !important;
  }
  .sp-mr-8 {
    margin-right: 8em !important;
  }
  .sp-mr-8d5 {
    margin-right: 8.5em !important;
  }
  .sp-mr-9 {
    margin-right: 9em !important;
  }
  .sp-mr-9d5 {
    margin-right: 9.5em !important;
  }
  .sp-mr-10 {
    margin-right: 10em !important;
  }
}
/* layout: margin bottom (sp) */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-mb-0 {
    margin-bottom: 0 !important;
  }
  .sp-mb-d5 {
    margin-bottom: 0.5em !important;
  }
  .sp-mb-1 {
    margin-bottom: 1em !important;
  }
  .sp-mb-1d5 {
    margin-bottom: 1.5em !important;
  }
  .sp-mb-2 {
    margin-bottom: 2em !important;
  }
  .sp-mb-2d5 {
    margin-bottom: 2.5em !important;
  }
  .sp-mb-3 {
    margin-bottom: 3em !important;
  }
  .sp-mb-3d5 {
    margin-bottom: 3.5em !important;
  }
  .sp-mb-4 {
    margin-bottom: 4em !important;
  }
  .sp-mb-4d5 {
    margin-bottom: 4.5em !important;
  }
  .sp-mb-5 {
    margin-bottom: 5em !important;
  }
  .sp-mb-5d5 {
    margin-bottom: 5.5em !important;
  }
  .sp-mb-6 {
    margin-bottom: 6em !important;
  }
  .sp-mb-6d5 {
    margin-bottom: 6.5em !important;
  }
  .sp-mb-7 {
    margin-bottom: 7em !important;
  }
  .sp-mb-7d5 {
    margin-bottom: 7.5em !important;
  }
  .sp-mb-8 {
    margin-bottom: 8em !important;
  }
  .sp-mb-8d5 {
    margin-bottom: 8.5em !important;
  }
  .sp-mb-9 {
    margin-bottom: 9em !important;
  }
  .sp-mb-9d5 {
    margin-bottom: 9.5em !important;
  }
  .sp-mb-10 {
    margin-bottom: 10em !important;
  }
}
/* layout: margin left (sp) */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-ml-auto {
    margin-left: auto !important;
  }
  .sp-ml-0 {
    margin-left: 0 !important;
  }
  .sp-ml-d5 {
    margin-left: 0.5em !important;
  }
  .sp-ml-1 {
    margin-left: 1em !important;
  }
  .sp-ml-1d5 {
    margin-left: 1.5em !important;
  }
  .sp-ml-2 {
    margin-left: 2em !important;
  }
  .sp-ml-2d5 {
    margin-left: 2.5em !important;
  }
  .sp-ml-3 {
    margin-left: 3em !important;
  }
  .sp-ml-3d5 {
    margin-left: 3.5em !important;
  }
  .sp-ml-4 {
    margin-left: 4em !important;
  }
  .sp-ml-4d5 {
    margin-left: 4.5em !important;
  }
  .sp-ml-5 {
    margin-left: 5em !important;
  }
  .sp-ml-5d5 {
    margin-left: 5.5em !important;
  }
  .sp-ml-6 {
    margin-left: 6em !important;
  }
  .sp-ml-6d5 {
    margin-left: 6.5em !important;
  }
  .sp-ml-7 {
    margin-left: 7em !important;
  }
  .sp-ml-7d5 {
    margin-left: 7.5em !important;
  }
  .sp-ml-8 {
    margin-left: 8em !important;
  }
  .sp-ml-8d5 {
    margin-left: 8.5em !important;
  }
  .sp-ml-9 {
    margin-left: 9em !important;
  }
  .sp-ml-9d5 {
    margin-left: 9.5em !important;
  }
  .sp-ml-10 {
    margin-left: 10em !important;
  }
}
/* layout: width percentage */
/* -------------------------------------------------------------------------- */
.w-inherit {
  width: inherit !important;
}

.w-auto {
  width: auto !important;
}

.w-100p {
  width: 100% !important;
}

.w-95p {
  width: 95% !important;
}

.w-90p {
  width: 90% !important;
}

.w-85p {
  width: 85% !important;
}

.w-80p {
  width: 80% !important;
}

.w-75p {
  width: 75% !important;
}

.w-70p {
  width: 70% !important;
}

.w-65p {
  width: 65% !important;
}

.w-60p {
  width: 60% !important;
}

.w-55p {
  width: 55% !important;
}

.w-50p {
  width: 50% !important;
}

.w-45p {
  width: 45% !important;
}

.w-40p {
  width: 40% !important;
}

.w-35p {
  width: 35% !important;
}

.w-30p {
  width: 30% !important;
}

.w-25p {
  width: 25% !important;
}

.w-20p {
  width: 20% !important;
}

.w-15p {
  width: 15% !important;
}

.w-10p {
  width: 10% !important;
}

.w-5p {
  width: 5% !important;
}

/* layout: width em */
/* -------------------------------------------------------------------------- */
.w-90e {
  width: 90em !important;
}

.w-85e {
  width: 85em !important;
}

.w-80e {
  width: 80em !important;
}

.w-75e {
  width: 75em !important;
}

.w-70e {
  width: 70em !important;
}

.w-65e {
  width: 65em !important;
}

.w-60e {
  width: 60em !important;
}

.w-55e {
  width: 55em !important;
}

.w-50e {
  width: 50em !important;
}

.w-45e {
  width: 45em !important;
}

.w-40e {
  width: 40em !important;
}

.w-35e {
  width: 35em !important;
}

.w-30e {
  width: 30em !important;
}

.w-25e {
  width: 25em !important;
}

.w-20e {
  width: 20em !important;
}

.w-15e {
  width: 15em !important;
}

.w-10e {
  width: 10em !important;
}

.w-5e {
  width: 5em !important;
}

/* layout: min-width percentage */
/* -------------------------------------------------------------------------- */
.min-w-100p {
  min-width: 100% !important;
}

.min-w-95p {
  min-width: 95% !important;
}

.min-w-90p {
  min-width: 90% !important;
}

.min-w-85p {
  min-width: 85% !important;
}

.min-w-80p {
  min-width: 80% !important;
}

.min-w-75p {
  min-width: 75% !important;
}

.min-w-70p {
  min-width: 70% !important;
}

.min-w-65p {
  min-width: 65% !important;
}

.min-w-60p {
  min-width: 60% !important;
}

.min-w-55p {
  min-width: 55% !important;
}

.min-w-50p {
  min-width: 50% !important;
}

.min-w-45p {
  min-width: 45% !important;
}

.min-w-40p {
  min-width: 40% !important;
}

.min-w-35p {
  min-width: 35% !important;
}

.min-w-30p {
  min-width: 30% !important;
}

.min-w-25p {
  min-width: 25% !important;
}

.min-w-20p {
  min-width: 20% !important;
}

.min-w-15p {
  min-width: 15% !important;
}

.min-w-10p {
  min-width: 10% !important;
}

.min-w-5p {
  min-width: 5% !important;
}

/* layout: min-width em */
/* -------------------------------------------------------------------------- */
.min-w-90e {
  min-width: 90em !important;
}

.min-w-85e {
  min-width: 85em !important;
}

.min-w-80e {
  min-width: 80em !important;
}

.min-w-75e {
  min-width: 75em !important;
}

.min-w-70e {
  min-width: 70em !important;
}

.min-w-65e {
  min-width: 65em !important;
}

.min-w-60e {
  min-width: 60em !important;
}

.min-w-55e {
  min-width: 55em !important;
}

.min-w-50e {
  min-width: 50em !important;
}

.min-w-45e {
  min-width: 45em !important;
}

.min-w-40e {
  min-width: 40em !important;
}

.min-w-35e {
  min-width: 35em !important;
}

.min-w-30e {
  min-width: 30em !important;
}

.min-w-25e {
  min-width: 25em !important;
}

.min-w-20e {
  min-width: 20em !important;
}

.min-w-15e {
  min-width: 15em !important;
}

.min-w-10e {
  min-width: 10em !important;
}

.min-w-5e {
  min-width: 5em !important;
}

/* layout: max-width percentage */
/* -------------------------------------------------------------------------- */
.max-w-100p {
  max-width: 100% !important;
}

.max-w-95p {
  max-width: 95% !important;
}

.max-w-90p {
  max-width: 90% !important;
}

.max-w-85p {
  max-width: 85% !important;
}

.max-w-80p {
  max-width: 80% !important;
}

.max-w-75p {
  max-width: 75% !important;
}

.max-w-70p {
  max-width: 70% !important;
}

.max-w-65p {
  max-width: 65% !important;
}

.max-w-60p {
  max-width: 60% !important;
}

.max-w-55p {
  max-width: 55% !important;
}

.max-w-50p {
  max-width: 50% !important;
}

.max-w-45p {
  max-width: 45% !important;
}

.max-w-40p {
  max-width: 40% !important;
}

.max-w-35p {
  max-width: 35% !important;
}

.max-w-30p {
  max-width: 30% !important;
}

.max-w-25p {
  max-width: 25% !important;
}

.max-w-20p {
  max-width: 20% !important;
}

.max-w-15p {
  max-width: 15% !important;
}

.max-w-10p {
  max-width: 10% !important;
}

.max-w-5p {
  max-width: 5% !important;
}

/* layout: max-width em */
/* -------------------------------------------------------------------------- */
.max-w-90e {
  max-width: 90em !important;
}

.max-w-85e {
  max-width: 85em !important;
}

.max-w-80e {
  max-width: 80em !important;
}

.max-w-75e {
  max-width: 75em !important;
}

.max-w-70e {
  max-width: 70em !important;
}

.max-w-65e {
  max-width: 65em !important;
}

.max-w-60e {
  max-width: 60em !important;
}

.max-w-55e {
  max-width: 55em !important;
}

.max-w-50e {
  max-width: 50em !important;
}

.max-w-45e {
  max-width: 45em !important;
}

.max-w-40e {
  max-width: 40em !important;
}

.max-w-35e {
  max-width: 35em !important;
}

.max-w-30e {
  max-width: 30em !important;
}

.max-w-25e {
  max-width: 25em !important;
}

.max-w-20e {
  max-width: 20em !important;
}

.max-w-15e {
  max-width: 15em !important;
}

.max-w-10e {
  max-width: 10em !important;
}

.max-w-5e {
  max-width: 5em !important;
}

/* layout: width percentage (sp) */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-w-auto {
    width: auto !important;
  }
  .sp-w-100p {
    width: 100% !important;
  }
  .sp-w-95p {
    width: 95% !important;
  }
  .sp-w-90p {
    width: 90% !important;
  }
  .sp-w-85p {
    width: 85% !important;
  }
  .sp-w-80p {
    width: 80% !important;
  }
  .sp-w-75p {
    width: 75% !important;
  }
  .sp-w-70p {
    width: 70% !important;
  }
  .sp-w-65p {
    width: 65% !important;
  }
  .sp-w-60p {
    width: 60% !important;
  }
  .sp-w-55p {
    width: 55% !important;
  }
  .sp-w-50p {
    width: 50% !important;
  }
  .sp-w-45p {
    width: 45% !important;
  }
  .sp-w-40p {
    width: 40% !important;
  }
  .sp-w-35p {
    width: 35% !important;
  }
  .sp-w-30p {
    width: 30% !important;
  }
  .sp-w-25p {
    width: 25% !important;
  }
  .sp-w-20p {
    width: 20% !important;
  }
  .sp-w-15p {
    width: 15% !important;
  }
  .sp-w-10p {
    width: 10% !important;
  }
  .sp-w-5p {
    width: 5% !important;
  }
}
/* layout: width em (sp) */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-w-95e {
    width: 95em !important;
  }
  .sp-w-90e {
    width: 90em !important;
  }
  .sp-w-85e {
    width: 85em !important;
  }
  .sp-w-80e {
    width: 80em !important;
  }
  .sp-w-75e {
    width: 75em !important;
  }
  .sp-w-70e {
    width: 70em !important;
  }
  .sp-w-65e {
    width: 65em !important;
  }
  .sp-w-60e {
    width: 60em !important;
  }
  .sp-w-55e {
    width: 55em !important;
  }
  .sp-w-50e {
    width: 50em !important;
  }
  .sp-w-45e {
    width: 45em !important;
  }
  .sp-w-40e {
    width: 40em !important;
  }
  .sp-w-35e {
    width: 35em !important;
  }
  .sp-w-30e {
    width: 30em !important;
  }
  .sp-w-25e {
    width: 25em !important;
  }
  .sp-w-20e {
    width: 20em !important;
  }
  .sp-w-15e {
    width: 15em !important;
  }
  .sp-w-10e {
    width: 10em !important;
  }
  .sp-w-5e {
    width: 5em !important;
  }
}
/* layout: min-width percentage (sp) */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-min-w-100p {
    min-width: 100% !important;
  }
  .sp-min-w-95p {
    min-width: 95% !important;
  }
  .sp-min-w-90p {
    min-width: 90% !important;
  }
  .sp-min-w-85p {
    min-width: 85% !important;
  }
  .sp-min-w-80p {
    min-width: 80% !important;
  }
  .sp-min-w-75p {
    min-width: 75% !important;
  }
  .sp-min-w-70p {
    min-width: 70% !important;
  }
  .sp-min-w-65p {
    min-width: 65% !important;
  }
  .sp-min-w-60p {
    min-width: 60% !important;
  }
  .sp-min-w-55p {
    min-width: 55% !important;
  }
  .sp-min-w-50p {
    min-width: 50% !important;
  }
  .sp-min-w-45p {
    min-width: 45% !important;
  }
  .sp-min-w-40p {
    min-width: 40% !important;
  }
  .sp-min-w-35p {
    min-width: 35% !important;
  }
  .sp-min-w-30p {
    min-width: 30% !important;
  }
  .sp-min-w-25p {
    min-width: 25% !important;
  }
  .sp-min-w-20p {
    min-width: 20% !important;
  }
  .sp-min-w-15p {
    min-width: 15% !important;
  }
  .sp-min-w-10p {
    min-width: 10% !important;
  }
  .sp-min-w-5p {
    min-width: 5% !important;
  }
}
/* layout: min-width em (sp) */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-min-w-90e {
    min-width: 90em !important;
  }
  .sp-min-w-85e {
    min-width: 85em !important;
  }
  .sp-min-w-80e {
    min-width: 80em !important;
  }
  .sp-min-w-75e {
    min-width: 75em !important;
  }
  .sp-min-w-70e {
    min-width: 70em !important;
  }
  .sp-min-w-65e {
    min-width: 65em !important;
  }
  .sp-min-w-60e {
    min-width: 60em !important;
  }
  .sp-min-w-55e {
    min-width: 55em !important;
  }
  .sp-min-w-50e {
    min-width: 50em !important;
  }
  .sp-min-w-45e {
    min-width: 45em !important;
  }
  .sp-min-w-40e {
    min-width: 40em !important;
  }
  .sp-min-w-35e {
    min-width: 35em !important;
  }
  .sp-min-w-30e {
    min-width: 30em !important;
  }
  .sp-min-w-25e {
    min-width: 25em !important;
  }
  .sp-min-w-20e {
    min-width: 20em !important;
  }
  .sp-min-w-15e {
    min-width: 15em !important;
  }
  .sp-min-w-10e {
    min-width: 10em !important;
  }
  .sp-min-w-5e {
    min-width: 5em !important;
  }
}
/* layout: max-width percentage (sp) */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-max-w-100p {
    max-width: 100% !important;
  }
  .sp-max-w-95p {
    max-width: 95% !important;
  }
  .sp-max-w-90p {
    max-width: 90% !important;
  }
  .sp-max-w-85p {
    max-width: 85% !important;
  }
  .sp-max-w-80p {
    max-width: 80% !important;
  }
  .sp-max-w-75p {
    max-width: 75% !important;
  }
  .sp-max-w-70p {
    max-width: 70% !important;
  }
  .sp-max-w-65p {
    max-width: 65% !important;
  }
  .sp-max-w-60p {
    max-width: 60% !important;
  }
  .sp-max-w-55p {
    max-width: 55% !important;
  }
  .sp-max-w-50p {
    max-width: 50% !important;
  }
  .sp-max-w-45p {
    max-width: 45% !important;
  }
  .sp-max-w-40p {
    max-width: 40% !important;
  }
  .sp-max-w-35p {
    max-width: 35% !important;
  }
  .sp-max-w-30p {
    max-width: 30% !important;
  }
  .sp-max-w-25p {
    max-width: 25% !important;
  }
  .sp-max-w-20p {
    max-width: 20% !important;
  }
  .sp-max-w-15p {
    max-width: 15% !important;
  }
  .sp-max-w-10p {
    max-width: 10% !important;
  }
  .sp-max-w-5p {
    min-width: 5% !important;
  }
}
/* layout: max-width em (sp) */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-max-w-90e {
    max-width: 90em !important;
  }
  .sp-max-w-85e {
    max-width: 85em !important;
  }
  .sp-max-w-80e {
    max-width: 80em !important;
  }
  .sp-max-w-75e {
    max-width: 75em !important;
  }
  .sp-max-w-70e {
    max-width: 70em !important;
  }
  .sp-max-w-65e {
    max-width: 65em !important;
  }
  .sp-max-w-60e {
    max-width: 60em !important;
  }
  .sp-max-w-55e {
    max-width: 55em !important;
  }
  .sp-max-w-50e {
    max-width: 50em !important;
  }
  .sp-max-w-45e {
    max-width: 45em !important;
  }
  .sp-max-w-40e {
    max-width: 40em !important;
  }
  .sp-max-w-35e {
    max-width: 35em !important;
  }
  .sp-max-w-30e {
    max-width: 30em !important;
  }
  .sp-max-w-25e {
    max-width: 25em !important;
  }
  .sp-max-w-20e {
    max-width: 20em !important;
  }
  .sp-max-w-15e {
    max-width: 15em !important;
  }
  .sp-max-w-10e {
    max-width: 10em !important;
  }
  .sp-max-w-5e {
    min-width: 5em !important;
  }
}
/* ========================================================================== */
/* Typography */
/* ========================================================================== */
/* typography: color */
/* -------------------------------------------------------------------------- */
.color-ini {
  color: #ffffff;
}

.color-pri {
  color: #4c4948;
}

.color-sec {
  color: #ed6c00;
}

.color-ter {
  color: #999999;
}

.color-qua {
  color: #cccccc;
}

.color-qui {
  color: #faf4eb;
}

.color-sen {
  color: #595757;
}

/* typography: first-letter color */
/* -------------------------------------------------------------------------- */
.color-1l-ini::first-letter {
  color: #ffffff;
}

.color-1l-pri::first-letter {
  color: #4c4948;
}

.color-1l-sec::first-letter {
  color: #ed6c00;
}

.color-1l-ter::first-letter {
  color: #999999;
}

.color-1l-qua::first-letter {
  color: #cccccc;
}

.color-1l-qui::first-letter {
  color: #faf4eb;
}

.color-1l-sen::first-letter {
  color: #595757;
}

/* typography: font-family */
/* -------------------------------------------------------------------------- */
.ff-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.ff-serif {
  font-family: serif;
}

.ff-en {
  font-family: "Barlow", sans-serif;
}

.ff-en-cds {
  font-family: "Barlow Condensed", sans-serif;
}

/* typography: font-size */
/* -------------------------------------------------------------------------- */
.fz-50p {
  font-size: 50% !important;
}

.fz-75p {
  font-size: 75% !important;
}

.fz-100p {
  font-size: 100% !important;
}

.fz-125p {
  font-size: 125% !important;
}

.fz-150p {
  font-size: 150% !important;
}

.fz-175p {
  font-size: 175% !important;
}

.fz-200p {
  font-size: 200% !important;
}

.fz-225p {
  font-size: 225% !important;
}

.fz-250p {
  font-size: 250% !important;
}

.fz-275p {
  font-size: 275% !important;
}

.fz-300p {
  font-size: 300% !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-fz-50p {
    font-size: 50% !important;
  }
  .sp-fz-75p {
    font-size: 75% !important;
  }
  .sp-fz-100p {
    font-size: 100% !important;
  }
  .sp-fz-125p {
    font-size: 125% !important;
  }
  .sp-fz-150p {
    font-size: 150% !important;
  }
  .sp-fz-175p {
    font-size: 175% !important;
  }
  .sp-fz-200p {
    font-size: 200% !important;
  }
  .sp-fz-225p {
    font-size: 225% !important;
  }
  .sp-fz-250p {
    font-size: 250% !important;
  }
  .sp-fz-275p {
    font-size: 275% !important;
  }
  .sp-fz-300p {
    font-size: 300% !important;
  }
}
.fz-10 {
  font-size: 0.625em !important;
}

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

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

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

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

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

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

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

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

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

.fz-36 {
  font-size: 2.25em !important;
}

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

.fz-44 {
  font-size: 2.75em !important;
}

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

.fz-42 {
  font-size: 3.25em !important;
}

.fz-56 {
  font-size: 3.5em !important;
}

.fz-60 {
  font-size: 3.75em !important;
}

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

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-fz-10 {
    font-size: 0.625em !important;
  }
  .sp-fz-12 {
    font-size: 0.75em !important;
  }
  .sp-fz-14 {
    font-size: 0.875em !important;
  }
  .sp-fz-16 {
    font-size: 1em !important;
  }
  .sp-fz-18 {
    font-size: 1.125em !important;
  }
  .sp-fz-20 {
    font-size: 1.25em !important;
  }
  .sp-fz-22 {
    font-size: 1.375em !important;
  }
  .sp-fz-24 {
    font-size: 1.5em !important;
  }
  .sp-fz-28 {
    font-size: 1.75em !important;
  }
  .sp-fz-32 {
    font-size: 2em !important;
  }
  .sp-fz-36 {
    font-size: 2.25em !important;
  }
  .sp-fz-40 {
    font-size: 2.5em !important;
  }
  .sp-fz-44 {
    font-size: 2.75em !important;
  }
  .sp-fz-48 {
    font-size: 3em !important;
  }
  .sp-fz-42 {
    font-size: 3.25em !important;
  }
  .sp-fz-56 {
    font-size: 3.5em !important;
  }
  .sp-fz-60 {
    font-size: 3.75em !important;
  }
  .sp-fz-64 {
    font-size: 4em !important;
  }
}
/* typography: font-style */
/* -------------------------------------------------------------------------- */
.fs-normal {
  font-style: normal;
}

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

/* typography: font-weight */
/* -------------------------------------------------------------------------- */
.fw-thin {
  font-weight: 100 !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-regular {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: 500 !important;
}

.fw-black {
  font-weight: 700 !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-fw-thin {
    font-weight: 100 !important;
  }
  .sp-fw-light {
    font-weight: 300 !important;
  }
  .sp-fw-regular {
    font-weight: 400 !important;
  }
  .sp-fw-medium {
    font-weight: 500 !important;
  }
  .sp-fw-bold {
    font-weight: 500 !important;
  }
  .sp-fw-black {
    font-weight: 700 !important;
  }
}
/* 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;
}

.ls-5 {
  letter-spacing: 0.5em;
}

.ls-6 {
  letter-spacing: 0.6em;
}

.ls-7 {
  letter-spacing: 0.7em;
}

.ls-8 {
  letter-spacing: 0.8em;
}

.ls-9 {
  letter-spacing: 0.9em;
}

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

.ls-11 {
  letter-spacing: 1.1em;
}

.ls-12 {
  letter-spacing: 1.2em;
}

.ls-13 {
  letter-spacing: 1.3em;
}

.ls-14 {
  letter-spacing: 1.4em;
}

.ls-15 {
  letter-spacing: 1.5em;
}

.ls-16 {
  letter-spacing: 1.6em;
}

.ls-17 {
  letter-spacing: 1.7em;
}

.ls-18 {
  letter-spacing: 1.8em;
}

.ls-19 {
  letter-spacing: 1.9em;
}

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

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-ls-0 {
    letter-spacing: 0;
  }
  .sp-ls-1 {
    letter-spacing: 0.1em;
  }
  .sp-ls-2 {
    letter-spacing: 0.2em;
  }
  .sp-ls-3 {
    letter-spacing: 0.3em;
  }
  .sp-ls-4 {
    letter-spacing: 0.4em;
  }
  .sp-ls-5 {
    letter-spacing: 0.5em;
  }
  .sp-ls-6 {
    letter-spacing: 0.6em;
  }
  .sp-ls-7 {
    letter-spacing: 0.7em;
  }
  .sp-ls-8 {
    letter-spacing: 0.8em;
  }
  .sp-ls-9 {
    letter-spacing: 0.9em;
  }
  .sp-ls-10 {
    letter-spacing: 1em;
  }
  .sp-ls-11 {
    letter-spacing: 1.1em;
  }
  .sp-ls-12 {
    letter-spacing: 1.2em;
  }
  .sp-ls-13 {
    letter-spacing: 1.3em;
  }
  .sp-ls-14 {
    letter-spacing: 1.4em;
  }
  .sp-ls-15 {
    letter-spacing: 1.5em;
  }
  .sp-ls-16 {
    letter-spacing: 1.6em;
  }
  .sp-ls-17 {
    letter-spacing: 1.7em;
  }
  .sp-ls-18 {
    letter-spacing: 1.8em;
  }
  .sp-ls-19 {
    letter-spacing: 1.9em;
  }
  .sp-ls-20 {
    letter-spacing: 2em;
  }
}
/* typography: br */
/* -------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  br.pc-br {
    display: inline;
  }
  br.sp-br {
    display: none;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  br.pc-br {
    display: none;
  }
  br.sp-br {
    display: inline;
  }
}
@media print {
  br.sp-br {
    display: none;
  }
}
/* typography: line-height */
/* -------------------------------------------------------------------------- */
.lh-1 {
  line-height: 1;
}

.lh-1d2 {
  line-height: 1.2;
}

.lh-1d4 {
  line-height: 1.4;
}

.lh-1d6 {
  line-height: 1.6;
}

.lh-1d8 {
  line-height: 1.8;
}

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

.lh-2d2 {
  line-height: 2.2;
}

.lh-2d4 {
  line-height: 2.4;
}

.lh-2d6 {
  line-height: 2.6;
}

.lh-2d8 {
  line-height: 2.8;
}

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

.lh-3d2 {
  line-height: 3.2;
}

.lh-3d4 {
  line-height: 3.4;
}

.lh-3d6 {
  line-height: 3.6;
}

.lh-3d8 {
  line-height: 3.8;
}

.lh-4 {
  line-height: 4;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-lh-1 {
    line-height: 1;
  }
  .sp-lh-1d2 {
    line-height: 1.2;
  }
  .sp-lh-1d4 {
    line-height: 1.4;
  }
  .sp-lh-1d6 {
    line-height: 1.6;
  }
  .sp-lh-1d8 {
    line-height: 1.8;
  }
  .sp-lh-2 {
    line-height: 2;
  }
  .sp-lh-2d2 {
    line-height: 2.2;
  }
  .sp-lh-2d4 {
    line-height: 2.4;
  }
  .sp-lh-2d6 {
    line-height: 2.6;
  }
  .sp-lh-2d8 {
    line-height: 2.8;
  }
  .sp-lh-3 {
    line-height: 3;
  }
  .sp-lh-3d2 {
    line-height: 3.2;
  }
  .sp-lh-3d4 {
    line-height: 3.4;
  }
  .sp-lh-3d6 {
    line-height: 3.6;
  }
  .sp-lh-3d8 {
    line-height: 3.8;
  }
  .sp-lh-4 {
    line-height: 4;
  }
}
/* typography: text-align */
/* -------------------------------------------------------------------------- */
.ta-left {
  text-align: left;
}

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

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

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

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

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

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

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-td-none {
    text-decoration: none;
  }
  .sp-td-underline {
    text-decoration: underline;
  }
  .sp-td-overline {
    text-decoration: overline;
  }
}
/* typography: vertical-align */
/* -------------------------------------------------------------------------- */
.va-baseline {
  vertical-align: baseline !important;
}

.va-bottom {
  vertical-align: bottom !important;
}

.va-middle {
  vertical-align: middle !important;
}

.va-sub {
  vertical-align: sub !important;
}

.va-super {
  vertical-align: super !important;
}

.va-text-bottom {
  vertical-align: text-bottom !important;
}

.va-text-top {
  vertical-align: text-top !important;
}

.va-top {
  vertical-align: top !important;
}

.va-inherit {
  vertical-align: inherit !important;
}

@media screen and (max-width: 40em) {
  .sp-va-baseline {
    vertical-align: baseline !important;
  }
  .sp-va-bottom {
    vertical-align: bottom !important;
  }
  .sp-va-middle {
    vertical-align: middle !important;
  }
  .sp-va-sub {
    vertical-align: sub !important;
  }
  .sp-va-super {
    vertical-align: super !important;
  }
  .sp-va-text-bottom {
    vertical-align: text-bottom !important;
  }
  .sp-va-text-top {
    vertical-align: text-top !important;
  }
  .sp-va-top {
    vertical-align: top !important;
  }
  .sp-va-inherit {
    vertical-align: inherit !important;
  }
}
/* typography: white-space */
/* -------------------------------------------------------------------------- */
.ws-normal {
  white-space: normal;
}

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

@media screen and (max-width: 768px) and (orientation: portrait) {
  .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;
}

.dummy-image {
  display: inline-block;
  position: relative;
  width: 100%;
  background-color: #cccccc;
  vertical-align: bottom;
}
.dummy-image::before {
  content: "";
  display: block;
  padding-top: 66.666%;
}
.dummy-image__title {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-weight: 400;
  color: #666666;
}
.dummy-image--1-1::before {
  padding-top: 100%;
}
.dummy-image--2-1::before {
  padding-top: 50%;
}
.dummy-image--3-2::before {
  padding-top: 66.666%;
}
.dummy-image--4-3::before {
  padding-top: 75%;
}
.dummy-image--16-9::before {
  padding-top: 56.25%;
}
.dummy-image--2-3::before {
  padding-top: 150%;
}
.dummy-image--3-4::before {
  padding-top: 13.333%;
}

.tc-4bit {
  width: 1em;
}

.txt-yoshii {
  width: 2em;
}
/*# sourceMappingURL=style.css.map */