@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500;600;700&family=Barlow:wght@300;400;500;600;800&family=Noto+Sans+JP:wght@400;500;700&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 */
/* ========================================================================== */
/* initialize: base */
/* -------------------------------------------------------------------------- */
*,
*:after,
*:before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

body {
  position: relative;
  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: #4e5052;
}
@media screen and (max-width: 1600px) {
  body {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  body {
    font-size: 3.2vw;
  }
}
@media print {
  body {
    zoom: 0.64;
    padding-top: 0;
    -webkit-print-color-adjust: exact;
  }
}

.en-page {
  letter-spacing: 0;
}

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

/* initialize: link */
/* -------------------------------------------------------------------------- */
a {
  font-weight: 500;
  color: #4e5052;
}

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

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

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

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

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

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

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

/* initialize: table */
/* -------------------------------------------------------------------------- */
table th,
table td {
  text-align: left;
  vertical-align: top;
}
table th {
  font-weight: 400;
}

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

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

small {
  display: inline-block;
}

address {
  font-style: normal;
}

p {
  margin-top: 0;
}

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

h1 {
  font-size: 2em;
  line-height: 1.1;
}

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

h3 {
  font-size: 1.5em;
  line-height: 1.2;
}

h4 {
  font-size: 1.25em;
  line-height: 1.3;
}

h5 {
  font-size: 1.125em;
  line-height: 1.4;
}

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

/* ========================================================================== */
/* Elements */
/* ========================================================================== */
/* elements: blank-image */
/* -------------------------------------------------------------------------- */
.blank-image {
  display: inline-block;
  position: relative;
  width: 100%;
  background-color: #e0e0e0;
}
.blank-image::before {
  content: "";
  display: block;
  padding-top: 66.666%;
}
.blank-image__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-family: "Barlow", sans-serif;
  opacity: 0.2;
}
.blank-image__title::before {
  content: "";
  display: block;
  width: 4em;
  height: 5em;
  margin: 0 auto;
  background-image: url(../images/icon/ico_camera_pri_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* elements: box */
/* -------------------------------------------------------------------------- */
.box {
  position: relative;
  padding: 2em;
  border-radius: 0.5em;
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .box {
    padding: 1.5em;
  }
}
.box--border {
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
}

/* elements: button */
/* -------------------------------------------------------------------------- */
.button {
  display: inline-block;
  position: relative;
  margin-bottom: 0.5em;
  padding: 1.5em 3em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: 0;
  border-radius: 10em;
  background: -webkit-gradient(linear, left top, right top, from(rgb(4, 150, 255)), to(rgb(0, 50, 153)));
  background: linear-gradient(90deg, rgb(4, 150, 255) 0%, rgb(0, 50, 153) 100%);
  text-decoration: none;
  text-align: center;
  line-height: 1;
  color: #ffffff;
}
.button.icon::before {
  color: #ffffff;
}
.button--pri {
  background: #4e5052;
}
.button--sec {
  background: #0b308e;
}
.button--ter {
  background: #00aeeb;
}

.isnt-touch a.button,
.isnt-touch button.button {
  cursor: pointer;
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.isnt-touch a.button::after,
.isnt-touch button.button::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0 solid #0b308e;
  border-radius: 10em;
  -webkit-transition: bordr 0.2s ease-out;
  transition: bordr 0.2s ease-out;
}
.isnt-touch a.button:focus, .isnt-touch a.button:hover,
.isnt-touch button.button:focus,
.isnt-touch button.button:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgba(4, 150, 255, 0)), to(rgba(0, 50, 153, 0)));
  background: linear-gradient(90deg, rgba(4, 150, 255, 0) 0%, rgba(0, 50, 153, 0) 100%);
  color: #0b308e;
}
.isnt-touch a.button:focus.icon::before, .isnt-touch a.button:hover.icon::before,
.isnt-touch button.button:focus.icon::before,
.isnt-touch button.button:hover.icon::before {
  color: #0b308e;
}
.isnt-touch a.button:focus::after, .isnt-touch a.button:hover::after,
.isnt-touch button.button:focus::after,
.isnt-touch button.button:hover::after {
  border-width: 0.125em;
}
.isnt-touch a.button--hover-white:focus, .isnt-touch a.button--hover-white:hover,
.isnt-touch button.button--hover-white:focus,
.isnt-touch button.button--hover-white:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
}

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

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

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

.color-sec {
  color: #0b308e !important;
}

.color-ter {
  color: #00aeeb !important;
}

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

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

.color-sen {
  color: #e0515a !important;
}

.color-sep {
  color: #42b8b0 !important;
}

.color-oct {
  color: #9662a3 !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: #ccc !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: #999 !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: #666 !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: #333 !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;
}

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

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

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

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

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

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

.bg-sen {
  background-color: #e0515a !important;
}

.bg-sep {
  background-color: #42b8b0 !important;
}

.bg-oct {
  background-color: #9662a3 !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: #ccc !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: #999 !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: #666 !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: #333 !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;
}

/* elements: contact-button */
/* -------------------------------------------------------------------------- */
.contact-button {
  display: inline-block;
  position: relative;
  width: 6em;
  height: 6em;
  overflow: hidden;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: height, transform;
  transition-property: height, transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .contact-button {
    width: 8em;
    height: 8em;
  }
}
.contact-button__svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.contact-button__stroke {
  fill: none;
  stroke: #4e5052;
  stroke-miterlimit: 10;
  stroke-width: 2;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.contact-button__symbol__stroke {
  fill: none;
  stroke: #4e5052;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}
.contact-button__symbol__fill {
  fill: #4e5052;
}
.contact-button__typo {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  fill: #4e5052;
}
.contact-button__typo__jp {
  font-size: 18;
  font-weight: 500;
}
.contact-button__typo__en {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18;
  font-weight: 500;
}

.is-scroll .site-menu__item--contact .contact-button {
  height: 4em;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .is-scroll .site-menu__item--contact .contact-button {
    height: 8em;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.is-scroll .site-menu__item--contact .contact-button__stroke, .is-scroll .site-menu__item--contact .contact-button__typo {
  opacity: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .is-scroll .site-menu__item--contact .contact-button__stroke, .is-scroll .site-menu__item--contact .contact-button__typo {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .site-header.is-open .contact-button__stroke {
    stroke: #ffffff;
  }
  .site-header.is-open .contact-button__symbol__stroke {
    stroke: #ffffff;
  }
  .site-header.is-open .contact-button__symbol__fill {
    fill: #ffffff;
  }
  .site-header.is-open .contact-button__typo {
    fill: #ffffff;
  }
}
.isnt-touch .contact-button:focus .contact-button__stroke, .isnt-touch .contact-button:hover .contact-button__stroke {
  stroke: #0b308e;
}
.isnt-touch .contact-button:focus .contact-button__symbol__stroke, .isnt-touch .contact-button:hover .contact-button__symbol__stroke {
  stroke: #0b308e;
}
.isnt-touch .contact-button:focus .contact-button__symbol__fill, .isnt-touch .contact-button:hover .contact-button__symbol__fill {
  fill: #0b308e;
}
.isnt-touch .contact-button:focus .contact-button__typo, .isnt-touch .contact-button:hover .contact-button__typo {
  fill: #0b308e;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .isnt-touch .contact-button:focus .contact-button__stroke, .isnt-touch .contact-button:hover .contact-button__stroke {
    stroke: #ffffff;
  }
  .isnt-touch .contact-button:focus .contact-button__symbol__stroke, .isnt-touch .contact-button:hover .contact-button__symbol__stroke {
    stroke: #ffffff;
  }
  .isnt-touch .contact-button:focus .contact-button__symbol__fill, .isnt-touch .contact-button:hover .contact-button__symbol__fill {
    fill: #ffffff;
  }
  .isnt-touch .contact-button:focus .contact-button__typo, .isnt-touch .contact-button:hover .contact-button__typo {
    fill: #ffffff;
  }
}

.home-page .contact-button__stroke {
  stroke: #ffffff;
}
.home-page .contact-button__symbol__stroke {
  stroke: #ffffff;
}
.home-page .contact-button__symbol__fill {
  fill: #ffffff;
}
.home-page .contact-button__typo {
  fill: #ffffff;
}
.home-page.isnt-touch .contact-button:focus, .home-page.isnt-touch .contact-button:hover {
  opacity: 0.75;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home-page.isnt-touch .contact-button:focus, .home-page.isnt-touch .contact-button:hover {
    opacity: 1;
  }
}
.home-page.isnt-touch .contact-button:focus .contact-button__stroke, .home-page.isnt-touch .contact-button:hover .contact-button__stroke {
  stroke: #ffffff;
}
.home-page.isnt-touch .contact-button:focus .contact-button__symbol__stroke, .home-page.isnt-touch .contact-button:hover .contact-button__symbol__stroke {
  stroke: #ffffff;
}
.home-page.isnt-touch .contact-button:focus .contact-button__symbol__fill, .home-page.isnt-touch .contact-button:hover .contact-button__symbol__fill {
  fill: #ffffff;
}
.home-page.isnt-touch .contact-button:focus .contact-button__typo, .home-page.isnt-touch .contact-button:hover .contact-button__typo {
  fill: #ffffff;
}
.home-page.is-scroll .contact-button__stroke {
  stroke: #4e5052;
}
.home-page.is-scroll .contact-button__symbol__stroke {
  stroke: #4e5052;
}
.home-page.is-scroll .contact-button__symbol__fill {
  fill: #4e5052;
}
.home-page.is-scroll .contact-button__typo {
  fill: #4e5052;
}
.home-page.is-scroll.isnt-touch .contact-button:focus, .home-page.is-scroll.isnt-touch .contact-button:hover {
  opacity: 1;
}
.home-page.is-scroll.isnt-touch .contact-button:focus .contact-button__stroke, .home-page.is-scroll.isnt-touch .contact-button:hover .contact-button__stroke {
  stroke: #0b308e;
}
.home-page.is-scroll.isnt-touch .contact-button:focus .contact-button__symbol__stroke, .home-page.is-scroll.isnt-touch .contact-button:hover .contact-button__symbol__stroke {
  stroke: #0b308e;
}
.home-page.is-scroll.isnt-touch .contact-button:focus .contact-button__symbol__fill, .home-page.is-scroll.isnt-touch .contact-button:hover .contact-button__symbol__fill {
  fill: #0b308e;
}
.home-page.is-scroll.isnt-touch .contact-button:focus .contact-button__typo, .home-page.is-scroll.isnt-touch .contact-button:hover .contact-button__typo {
  fill: #0b308e;
}

/* display */
/* -------------------------------------------------------------------------- */
.d-i-pc {
  display: inline;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .d-i-pc {
    display: none;
  }
}

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

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

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

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

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

/* elements: form-control */
/* -------------------------------------------------------------------------- */
.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-bottom: 0;
}
.form-control::-ms-expand {
  display: none;
}

/* elements: text */
/* -------------------------------------------------------------------------- */
.form-control[type=text], .form-control[type=email], .form-control[type=password], .form-control[type=search], .form-control[type=tel], .form-control[type=url], .form-control[type=number], .form-control[type=month], .form-control[type=week] {
  width: 100%;
  padding: 0.5em;
  border: 2px solid #f5f5f5;
  border-radius: 0.25em;
  background-color: #f5f5f5;
  font-family: sans-serif;
  font-size: 1.25em;
}
.form-control[type=text][readonly], .form-control[type=email][readonly], .form-control[type=password][readonly], .form-control[type=search][readonly], .form-control[type=tel][readonly], .form-control[type=url][readonly], .form-control[type=number][readonly], .form-control[type=month][readonly], .form-control[type=week][readonly] {
  background-color: #ebebeb;
}
.form-control[type=text]:focus, .form-control[type=email]:focus, .form-control[type=password]:focus, .form-control[type=search]:focus, .form-control[type=tel]:focus, .form-control[type=url]:focus, .form-control[type=number]:focus, .form-control[type=month]:focus, .form-control[type=week]:focus {
  border: 2px solid #00aeeb;
  background-color: #ffffff;
  outline: 0;
}
.form-control[type=text]::-webkit-input-placeholder, .form-control[type=email]::-webkit-input-placeholder, .form-control[type=password]::-webkit-input-placeholder, .form-control[type=search]::-webkit-input-placeholder, .form-control[type=tel]::-webkit-input-placeholder, .form-control[type=url]::-webkit-input-placeholder, .form-control[type=number]::-webkit-input-placeholder, .form-control[type=month]::-webkit-input-placeholder, .form-control[type=week]::-webkit-input-placeholder {
  color: #a3a3a3;
}
.form-control[type=text]::-moz-placeholder, .form-control[type=email]::-moz-placeholder, .form-control[type=password]::-moz-placeholder, .form-control[type=search]::-moz-placeholder, .form-control[type=tel]::-moz-placeholder, .form-control[type=url]::-moz-placeholder, .form-control[type=number]::-moz-placeholder, .form-control[type=month]::-moz-placeholder, .form-control[type=week]::-moz-placeholder {
  color: #a3a3a3;
}
.form-control[type=text]:-ms-input-placeholder, .form-control[type=email]:-ms-input-placeholder, .form-control[type=password]:-ms-input-placeholder, .form-control[type=search]:-ms-input-placeholder, .form-control[type=tel]:-ms-input-placeholder, .form-control[type=url]:-ms-input-placeholder, .form-control[type=number]:-ms-input-placeholder, .form-control[type=month]:-ms-input-placeholder, .form-control[type=week]:-ms-input-placeholder {
  color: #a3a3a3;
}
.form-control[type=text]::-ms-input-placeholder, .form-control[type=email]::-ms-input-placeholder, .form-control[type=password]::-ms-input-placeholder, .form-control[type=search]::-ms-input-placeholder, .form-control[type=tel]::-ms-input-placeholder, .form-control[type=url]::-ms-input-placeholder, .form-control[type=number]::-ms-input-placeholder, .form-control[type=month]::-ms-input-placeholder, .form-control[type=week]::-ms-input-placeholder {
  color: #a3a3a3;
}
.form-control[type=text]::placeholder, .form-control[type=email]::placeholder, .form-control[type=password]::placeholder, .form-control[type=search]::placeholder, .form-control[type=tel]::placeholder, .form-control[type=url]::placeholder, .form-control[type=number]::placeholder, .form-control[type=month]::placeholder, .form-control[type=week]::placeholder {
  color: #a3a3a3;
}

/* elements: radio */
/* -------------------------------------------------------------------------- */
.form-control[type=radio] {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

.form-control__radio {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: sans-serif;
  font-size: 1.25em;
}
.form-control__radio::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  border-radius: 50%;
  background-color: #ebebeb;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.form-control[type=radio]:checked + .form-control__radio::before {
  border: 0.3125em solid #00aeeb;
  background-color: #ffffff;
}

/* elements: checkbox */
/* -------------------------------------------------------------------------- */
.form-control[type=checkbox] {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

.form-control__checkbox {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-family: sans-serif;
  font-size: 1.25em;
}
.form-control__checkbox::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  border-radius: 0.25em;
  background-color: #ebebeb;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.form-control[type=checkbox]:checked + .form-control__checkbox::before {
  border: 1px solid #00aeeb;
  background-color: #00aeeb;
}

.form-control[type=checkbox]:checked + .form-control__checkbox::after {
  content: "";
  position: absolute;
  border: solid #fff;
  border-width: 0 0.125em 0.125em 0;
  left: 0.3em;
  top: 0;
  bottom: 0;
  width: 0.4em;
  height: 0.6em;
  -webkit-transform: translateY(-2px) rotate(45deg);
          transform: translateY(-2px) rotate(45deg);
  margin: auto;
}

/* elements: select */
/* -------------------------------------------------------------------------- */
.form-select {
  position: relative;
  display: inline-block;
}
.form-select::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.75em;
  width: 0.5em;
  height: 0.5em;
  margin: auto;
  border-top: 0.125em solid #525252;
  border-right: 0.125em solid #525252;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  pointer-events: none;
}
.form-select select.form-control {
  width: 100%;
  height: 2.4em;
  padding: 0 2em 0 1em;
  border: 2px solid #ebebeb;
  border-radius: 0.25em;
  background-color: #ebebeb;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 1.25em;
}
.form-select select.form-control:focus {
  outline: 0;
  border: 2px solid #00aeeb;
  background-color: #ffffff;
}

/* elements: textarea */
/* -------------------------------------------------------------------------- */
textarea.form-control {
  display: block;
  width: 100%;
  height: 10em;
  padding: 1em;
  border: none;
  border: 2px solid #f5f5f5;
  border-radius: 0.25em;
  background-color: #f5f5f5;
  resize: vertical;
  font-family: sans-serif;
  font-size: 1.25em;
}
textarea.form-control:focus {
  outline: 0;
  border: 2px solid #00aeeb;
  background-color: #ffffff;
}

/* elements: rough-hr */
/* -------------------------------------------------------------------------- */
/* elements: icon */
/* -------------------------------------------------------------------------- */
@font-face {
  font-family: "icon";
  src: url("../fonts/icon.eot?bfvk0i");
  src: url("../fonts/icon.eot?bfvk0i#iefix") format("embedded-opentype"), url("../fonts/icon.ttf?bfvk0i") format("truetype"), url("../fonts/icon.woff?bfvk0i") format("woff"), url("../fonts/icon.svg?bfvk0i#icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon {
  display: inline-block;
  text-decoration: none;
}
.icon::before {
  display: inline-block;
  margin-right: 0.5em;
  text-decoration: none;
  font-family: "icon" !important;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  line-height: 1;
  color: #00aeeb;
}
.icon::before {
  content: "\e900";
}
.icon[target=_blank]::before {
  content: "\e902";
}
.icon[data-fancybox]::before {
  content: "\e903";
}
.icon[href*="/procurement/"]::before {
  content: "\e90f";
}
.icon[href^="mailto:"]::before, .icon[href*="/contact/"]::before {
  content: "\e906";
}
.icon[href^="tel:"]::before {
  content: "\e907";
}
.icon[href^="https://goo.gl/maps/"]::before, .icon[href^="https://www.google.com/maps/"]::before {
  content: "\e905";
}
.icon[href^="https://www.instagram.com"]::before {
  content: "\e910";
}
.icon[href^="https://twitter.com"]::before {
  content: "\e911";
}
.icon[href^="https://www.facebook.com"]::before {
  content: "\e913";
}
.icon[class*=toggle-button]::before {
  content: "\e901";
}
.icon[href*="mt-search.cgi"]::before, .icon[action*="mt-search.cgi"]::before, .icon[for*=searchInput]::before {
  content: "\e90d";
}
.icon[href$=".pdf"]::before, .icon[href$=".xlsx"]::before, .icon[href$=".xls"]::before, .icon[href$=".docx"]::before, .icon[href$=".doc"]::before, .icon[href$=".pptx"]::before, .icon[href$=".ppt"]::before, .icon[href$=".txt"]::before {
  content: "\e904";
}
.icon--arrow::before {
  content: "\e900";
}
.icon--direction::before {
  content: "\e901";
}
.icon--newtab::before {
  content: "\e902";
}
.icon--modal::before {
  content: "\e903";
}
.icon--file::before {
  content: "\e904";
}
.icon--pin::before {
  content: "\e905";
}
.icon--email::before {
  content: "\e906";
}
.icon--phone::before {
  content: "\e907";
}
.icon--camera::before {
  content: "\e908";
}
.icon--comment::before {
  content: "\e909";
}
.icon--video::before {
  content: "\e90a";
}
.icon--download::before {
  content: "\e90b";
}
.icon--attention::before {
  content: "\e90c";
}
.icon--search::before {
  content: "\e90d";
}
.icon--global::before {
  content: "\e90e";
}
.icon--box::before {
  content: "\e90f";
}
.icon--instagram::before {
  content: "\e910";
}
.icon--x::before {
  content: "\e911";
}
.icon--twitter::before {
  content: "\e912";
}
.icon--facebook::before {
  content: "\e913";
}
.icon--disc::before {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #0b308e;
  background: -webkit-gradient(linear, left top, right top, from(rgb(4, 150, 255)), to(rgb(0, 50, 153)));
  background: linear-gradient(90deg, rgb(4, 150, 255) 0%, rgb(0, 50, 153) 100%);
  text-align: center;
  line-height: 2;
  color: #ffffff;
}
.icon--disc-white::before {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: none;
  background-color: #ffffff;
  text-align: center;
  line-height: 2;
  color: #b8b8b8;
}
.icon--disc-gray::before {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: none;
  background-color: #f5f5f5;
  text-align: center;
  line-height: 2;
  color: #b8b8b8;
}
.icon--r90::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.icon--r180::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.icon--r270::before {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.isnt-touch .icon--disc::before,
.isnt-touch .icon--disc-gray::before {
  -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 a.icon:focus::before, .isnt-touch a.icon:hover::before,
.isnt-touch button.icon:focus::before,
.isnt-touch button.icon:hover::before {
  color: #00aeeb;
}
.isnt-touch a.icon--disc:focus::before, .isnt-touch a.icon--disc:hover::before,
.isnt-touch button.icon--disc:focus::before,
.isnt-touch button.icon--disc:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  color: #ffffff;
}
.isnt-touch a.icon--disc-white:focus::before, .isnt-touch a.icon--disc-white:hover::before, .isnt-touch a.icon--disc-gray:focus::before, .isnt-touch a.icon--disc-gray:hover::before,
.isnt-touch button.icon--disc-white:focus::before,
.isnt-touch button.icon--disc-white:hover::before,
.isnt-touch button.icon--disc-gray:focus::before,
.isnt-touch button.icon--disc-gray:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  color: #00aeeb;
}

/* elements: label */
/* -------------------------------------------------------------------------- */
.label {
  display: inline-block;
  padding: 0 0.5em;
  border-radius: 0.25em;
  background-color: #0b308e;
  text-align: center;
  color: #ffffff;
}
.label--pri {
  background-color: #4e5052;
}
.label--sec {
  background-color: #0b308e;
}
.label--ter {
  background-color: #00aeeb;
}
.label--sen {
  background-color: #e0515a;
}
.label--sep {
  background-color: #42b8b0;
}
.label--oct {
  background-color: #9662a3;
}
.label--border {
  border: 1px solid #4e5052;
  background-color: transparent;
  color: #4e5052;
}
.label--border.label--sec {
  border-color: #0b308e;
  color: #0b308e;
}
.label--border.label--ter {
  border-color: #00aeeb;
  color: #00aeeb;
}
.label--border.label--sen {
  border-color: #e0515a;
  color: #e0515a;
}
.label--border.label--sep {
  border-color: #42b8b0;
  color: #42b8b0;
}
.label--border.label--oct {
  border-color: #9662a3;
  color: #9662a3;
}
.label--info {
  background-color: #00aeeb;
}
.label--press {
  background-color: #0b308e;
}
.label--tec {
  background-color: #42b8b0;
}
.label--product {
  background-color: #00aeeb;
}
.label--paper {
  background-color: #0b308e;
}
.label--introduction {
  background-color: #9662a3;
}
.label--description {
  background-color: #42b8b0;
}
.label--ariake, .label--tsu, .label--kure, .label--yokohama {
  background-color: #00aeeb;
}

/* elements: list */
/* ---------------------------------------------------------------- */
ul.list > li {
  position: relative;
  padding-left: 1em;
}
ul.list > li::before {
  content: "●";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #0b308e;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
ul.list > li ul li::before {
  content: "○";
}

ol.list {
  counter-reset: number;
}
ol.list > li {
  position: relative;
  padding-left: 2em;
}
ol.list > li::before {
  display: inline-block;
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  text-align: right;
  color: #0b308e;
}

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

/* elements: logo */
/* -------------------------------------------------------------------------- */
.logo {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo__symbol {
  width: 5em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .logo__symbol {
    width: 4em;
  }
}
.logo__symbol__pri {
  fill: #0b308e;
}
.logo__symbol__sec {
  fill: #00aeeb;
}
.logo__typo {
  margin-left: 1em;
  white-space: nowrap;
  font-size: 1.25em;
  color: #000000;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .logo__typo {
    font-size: 1em;
  }
}

.en-page .logo__typo {
  font-size: 1.5em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .en-page .logo__typo {
    font-size: 1.125em;
  }
}

.isnt-touch a.logo:focus, .isnt-touch a.logo:hover {
  opacity: 0.75;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .site-header .logo__symbol__pri,
  .site-header .logo__symbol__sec {
    -webkit-transition: fill 0.4s ease-out;
    transition: fill 0.4s ease-out;
  }
  .site-header .logo__typo {
    -webkit-transition: color 0.4s ease-out;
    transition: color 0.4s ease-out;
  }
  .site-header.is-open .logo__symbol__pri,
  .site-header.is-open .logo__symbol__sec {
    fill: #ffffff;
  }
  .site-header.is-open .logo__typo {
    color: #ffffff;
  }
}
.home-page .site-header .logo__symbol__pri,
.home-page .site-header .logo__symbol__sec {
  fill: #ffffff;
}
.home-page .site-header .logo__typo {
  color: #ffffff;
}
.home-page.is-scroll .site-header .logo__symbol__pri {
  fill: #0b308e;
}
.home-page.is-scroll .site-header .logo__symbol__sec {
  fill: #00aeeb;
}
.home-page.is-scroll .site-header .logo__typo {
  color: #000000;
}
.home-page.is-scroll .site-header.is-open .logo__symbol__pri,
.home-page.is-scroll .site-header.is-open .logo__symbol__sec {
  fill: #ffffff;
}
.home-page.is-scroll .site-header.is-open .logo__typo {
  color: #ffffff;
}

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

.sp-image {
  display: none;
}
@media screen and (max-width: 767px) 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;
}
.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: #7a7a7a;
  color: #ffffff;
}
.table--pri tbody td {
  background-color: #f5f5f5;
}
.table--pri thead th,
.table--pri thead td {
  background-color: #666;
  font-weight: 500;
  color: #ffffff;
}
.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 #e0e0e0;
}
.table--sec thead th,
.table--sec thead td {
  border-bottom: 1px solid #4e5052;
  font-weight: 500;
}
.table--ter th,
.table--ter td {
  padding: 0 1em 0.5em 0;
}
.table--ter tr > * + * {
  padding-right: 0;
}
.table--border {
  border-collapse: collapse;
}
.table--border th,
.table--border td {
  border: 1px solid #e0e0e0;
}
.table--border.table--pri {
  border-spacing: 0;
}
.table--border.table--pri tbody td {
  background-color: #ffffff;
}
.table--border.table--sec th,
.table--border.table--sec td {
  padding: 1em;
  border-color: #e0e0e0;
}
.table--border.table--sec thead th,
.table--border.table--sec thead td {
  border-bottom: 1px solid #4e5052;
}
.table--striped th,
.table--striped td {
  padding: 1em;
}
.table--striped th {
  font-weight: 500;
}
.table--striped thead th,
.table--striped thead td {
  background-color: #999;
  color: #ffffff;
}
.table--striped tbody tr:nth-of-type(odd) th,
.table--striped tbody tr:nth-of-type(odd) td {
  background-color: #f5f5f5;
}

.isnt-touch .table--striped tbody tr:hover th,
.isnt-touch .table--striped tbody tr:hover td {
  background-color: #ebebeb;
}
.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: #ebebeb;
}

.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: #4e5052;
  color: #ffffff;
}
.base-text--sec {
  background-color: #0b308e;
  color: #ffffff;
}
.base-text--ter {
  background-color: #00aeeb;
}

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

/* elements: title */
/* -------------------------------------------------------------------------- */
.multi-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.25;
}
.multi-title__pri {
  font-size: 150%;
}
.multi-title__sec {
  margin-top: 0.25em;
  font-size: 75%;
}
.multi-title--center {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.multi-title--right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.multi-title--horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.multi-title--horizontal .multi-title__sec {
  margin-top: inherit;
  margin-left: 1em;
}

.link-title {
  position: relative;
}
.link-title a.icon::before {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0;
}

.title-icon {
  position: relative;
  padding-left: 1em;
  line-height: 1.6;
}
.title-icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
  width: 0.125em;
  height: 1.6em;
  margin-right: 0.75em;
  border-radius: 0.0625em;
  background-image: none;
  background-color: #0b308e;
}
.title-icon--circle::before {
  top: 0.6em;
  width: 0.75em;
  height: 0.75em;
  border: 0.2em solid #0b308e;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transform: translateY(-0.125em);
          transform: translateY(-0.125em);
}
.title-icon--dot::before {
  top: 0.65em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-image: none;
  -webkit-transform: translateY(-0.075em);
          transform: translateY(-0.075em);
}

/* ========================================================================== */
/* Site header */
/* ========================================================================== */
.site-header {
  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;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: rgb(255, 255, 255);
  -webkit-transition-property: height, padding, background-color;
  transition-property: height, 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: 767px) and (orientation: portrait) {
  .site-header {
    height: 4em;
    padding: 0 4em 0 5%;
  }
}
.site-header::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1em;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition-property: background, -webkit-transform;
  transition-property: background, -webkit-transform;
  transition-property: background, transform;
  transition-property: background, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.site-header a {
  display: inline-block;
  text-decoration: none;
}

.is-scroll .site-header {
  padding: 0 5%;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .is-scroll .site-header {
    padding: 0 4em 0 5%;
  }
}
.is-scroll .site-header::after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .is-scroll .site-header.is-open::after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

.home-page .site-header {
  position: absolute;
  background-color: rgba(255, 255, 255, 0);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home-page .site-header {
    position: fixed;
  }
}
.home-page.is-scroll .site-header {
  position: fixed;
  background-color: rgb(255, 255, 255);
}

/* site-title */
/* -------------------------------------------------------------------------- */
.site-header .site-title {
  position: absolute;
  top: 1.5em;
  left: 50%;
  z-index: 1;
  width: 90%;
  max-width: 90em;
  max-height: 4em;
  overflow: hidden;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1;
  opacity: 1;
  -webkit-transform: scale(1) translateX(-50%);
          transform: scale(1) translateX(-50%);
  -webkit-transition-property: max-height, opacity;
  transition-property: max-height, opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .site-header .site-title {
    top: 0.75em;
  }
}

.is-scroll .site-header .site-title {
  max-height: 0;
  opacity: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .is-scroll .site-header .site-title {
    max-height: 4em;
    opacity: 1;
  }
}
.is-scroll.home-page .site-header .site-title {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

/* site-navi */
/* -------------------------------------------------------------------------- */
.site-navi {
  width: 100%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .site-navi {
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    overflow: hidden;
    padding-top: 0;
    opacity: 0;
    background-color: #4e5052;
    -webkit-transition-property: height, padding-top, opacity;
    transition-property: height, padding-top, opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
}
.site-navi__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 90em;
  min-height: 10em;
  margin: 0 auto;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .site-navi__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: inherit;
    overflow: hidden;
  }
}

.is-scroll .site-navi__wrapper {
  min-height: inherit;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .site-header.is-open .site-navi {
    height: 100vh;
    opacity: 1;
    padding-top: 6em;
  }
  .site-header.is-open .site-navi__wrapper {
    max-height: calc(100vh - 6em);
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.home-page .site-navi__wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100vh;
  max-height: 60em;
  min-height: 40em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home-page .site-navi__wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
    max-height: inherit;
    min-height: inherit;
  }
}
.home-page.is-scroll .site-navi__wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: auto;
  max-height: inherit;
  min-height: inherit;
}

/* main-menu */
/* -------------------------------------------------------------------------- */
.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5em;
  margin-bottom: 0;
  -webkit-transition: margin-bottom 0.2s ease-out;
  transition: margin-bottom 0.2s ease-out;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .main-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
  }
}
.main-menu::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
}
.main-menu__item {
  position: relative;
  margin-bottom: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .main-menu__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1px;
    background-color: #3d3d3d;
  }
  .main-menu__item:last-of-type {
    margin-bottom: 0;
  }
}
.main-menu__anchor {
  position: relative;
  font-size: 1.25em;
  line-height: 3.2;
  -webkit-transition: line-height 0.2s ease-out;
  transition: line-height 0.2s ease-out;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .main-menu__anchor {
    display: inline-block;
    width: 100%;
    padding: 0 3.2em 0 7.5%;
    color: #ffffff;
  }
}

.en-page .main-menu {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 3em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .en-page .main-menu {
    gap: 0;
  }
}

.is-scroll .site-header .main-menu {
  margin-top: 0;
}
.is-scroll .site-header .main-menu::before {
  height: 0;
}

.home-page .main-menu {
  margin-bottom: 5em;
  border-bottom: 1px solid #ffffff;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home-page .main-menu {
    margin-bottom: 0;
    border-bottom: 0;
  }
}
.home-page .main-menu::before {
  height: 0;
}
.home-page .main-menu__anchor {
  color: #ffffff;
}
.home-page.is-scroll .main-menu {
  margin-bottom: 0;
}
.home-page.is-scroll .main-menu__anchor {
  color: #4e5052;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home-page.is-scroll .main-menu__anchor {
    color: #ffffff;
  }
}
.home-page.isnt-touch .main-menu__anchor:focus, .home-page.isnt-touch .main-menu__anchor:hover {
  opacity: 0.666;
  color: #ffffff;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home-page.isnt-touch .main-menu__anchor:focus, .home-page.isnt-touch .main-menu__anchor:hover {
    opacity: 1;
  }
}
.home-page.isnt-touch.is-scroll .main-menu__anchor:focus, .home-page.isnt-touch.is-scroll .main-menu__anchor:hover {
  opacity: 1;
  color: #00aeeb;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home-page.isnt-touch.is-scroll .main-menu__anchor:focus, .home-page.isnt-touch.is-scroll .main-menu__anchor:hover {
    color: #ffffff;
  }
}

/* main-menu: current */
/* -------------------------------------------------------------------------- */
/* main-menu__child */
/* -------------------------------------------------------------------------- */
.main-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: -1.5em;
  z-index: 11;
  overflow: hidden;
  margin-bottom: 0;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 1em 1em 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1em 1em 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .main-menu__child {
    position: relative;
    top: auto;
    left: auto;
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.main-menu__child__sub-title {
  position: relative;
  padding: 1.5em 1.5em 0.75em 2.5em;
  font-weight: 500;
  opacity: 0.333;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .main-menu__child__sub-title {
    padding: 1em 1em 0.5em 3.875em;
    color: #ffffff;
  }
}
.main-menu__child__sub-title.title-icon::before {
  top: 1.5em;
  left: 1.5em;
  background-color: #4e5052;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .main-menu__child__sub-title.title-icon::before {
    top: 1em;
    left: 2.5em;
    background-color: #ffffff;
  }
}
.main-menu__child__item {
  min-width: 16em;
  margin-bottom: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .main-menu__child__item:last-of-type {
    margin-bottom: 1em;
  }
}
.main-menu__child__anchor {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 1em 1.5em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .main-menu__child__anchor {
    padding: 1em 1em 1em 4em;
    color: #ffffff;
  }
}

.main-menu__item--products .main-menu__child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 32em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .main-menu__item--products .main-menu__child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    min-width: inherit;
  }
}

.home-page .main-menu__child {
  top: auto;
  bottom: 100%;
}
.home-page.is-scroll .main-menu__child {
  top: 100%;
  bottom: auto;
}

.isnt-touch .main-menu__child__anchor:focus, .isnt-touch .main-menu__child__anchor:hover {
  background-color: #00aeeb;
  color: #ffffff !important;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .isnt-touch .main-menu__child__anchor:focus, .isnt-touch .main-menu__child__anchor:hover {
    background-color: transparent;
  }
}
.isnt-touch.home-page.is-scroll .main-menu__child__anchor:focus, .isnt-touch.home-page.is-scroll .main-menu__child__anchor:hover {
  color: #ffffff;
}

/* main-menu__child: toggle */
/* -------------------------------------------------------------------------- */
.main-menu__item .main-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.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .main-menu__item .main-menu__child {
    -webkit-transform: none;
            transform: none;
  }
}

.isnt-touch .main-menu__item:focus .main-menu__child, .isnt-touch .main-menu__item:hover .main-menu__child {
  max-height: 50em;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .main-menu__item .main-menu__child {
    opacity: 1;
  }
  .main-menu__item.is-open .main-menu__child {
    max-height: 55em;
  }
}
/* sub-menu */
/* -------------------------------------------------------------------------- */
.sub-menu {
  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;
  position: relative;
  z-index: 2;
  width: 60em;
  max-height: 3em;
  margin-top: 1.5em;
  margin-bottom: 0;
  margin-left: auto;
  opacity: 1;
  -webkit-transition-property: max-height, margin-top, opacity;
  transition-property: max-height, margin-top, opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .sub-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2em 0;
    width: 100%;
    max-height: inherit;
    margin-top: 0;
    padding: 3em 7.5% 10em;
  }
}
.sub-menu__item {
  margin-right: 1.5em;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .sub-menu__item {
    margin-right: 0;
  }
  .sub-menu__item a {
    color: #ffffff;
  }
}
.sub-menu__item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .sub-menu__item--language {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.sub-menu__item--language .icon::before {
  font-size: 150%;
  vertical-align: middle;
  color: #4e5052;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .sub-menu__item--language .icon::before {
    color: #ffffff;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .sub-menu__item--procurement, .sub-menu__item--contact {
    width: calc(50% - 0.25em);
  }
}
.sub-menu__item--procurement .button, .sub-menu__item--contact .button {
  max-height: 2.9em;
  margin-bottom: 0;
  padding: 1em 2em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .sub-menu__item--procurement .button, .sub-menu__item--contact .button {
    width: 100%;
  }
}
.sub-menu__item--procurement {
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .sub-menu__item--search {
    width: 100%;
    margin-top: 1.125em;
    border-bottom: 1px solid #7a7a7a;
  }
}

.is-scroll .sub-menu {
  max-height: 0;
  margin-top: 0;
  opacity: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .is-scroll .sub-menu {
    max-height: inherit;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .isnt-touch .sub-menu__item--procurement .button:focus, .isnt-touch .sub-menu__item--procurement .button:hover,
  .isnt-touch .sub-menu__item--contact .button:focus,
  .isnt-touch .sub-menu__item--contact .button:hover {
    color: #ffffff;
  }
  .isnt-touch .sub-menu__item--procurement .button:focus.icon::before, .isnt-touch .sub-menu__item--procurement .button:hover.icon::before,
  .isnt-touch .sub-menu__item--contact .button:focus.icon::before,
  .isnt-touch .sub-menu__item--contact .button:hover.icon::before {
    color: #ffffff;
  }
  .isnt-touch .sub-menu__item--procurement .button:focus::after, .isnt-touch .sub-menu__item--procurement .button:hover::after,
  .isnt-touch .sub-menu__item--contact .button:focus::after,
  .isnt-touch .sub-menu__item--contact .button:hover::after {
    border-color: #ffffff;
  }
}

.home-page .sub-menu {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.home-page .sub-menu__item--language a {
  color: #ffffff;
}
.home-page .sub-menu__item--language a.icon::before {
  color: #ffffff;
}
.home-page .sub-menu__item--search .search__toggle-button {
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home-page .sub-menu__item--search .search__toggle-button {
    background-color: transparent;
  }
}
.home-page .sub-menu__item--search .search__toggle-button.icon::before {
  color: #ffffff;
}
.home-page.is-scroll .sub-menu__item--language a {
  color: #4e5052;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home-page.is-scroll .sub-menu__item--language a {
    color: #ffffff;
  }
}
.home-page.is-scroll .sub-menu__item--language a.icon::before {
  color: #4e5052;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home-page.is-scroll .sub-menu__item--language a.icon::before {
    color: #ffffff;
  }
}
.home-page.is-scroll .sub-menu__item--search .search__toggle-button {
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home-page.is-scroll .sub-menu__item--search .search__toggle-button {
    background-color: transparent;
  }
}
.home-page.is-scroll .sub-menu__item--search .search__toggle-button.icon::before {
  color: #4e5052;
}
.home-page.isnt-touch .sub-menu__item--language a:focus, .home-page.isnt-touch .sub-menu__item--language a:hover {
  opacity: 0.666;
}
.home-page.isnt-touch .sub-menu__item--procurement .button:focus, .home-page.isnt-touch .sub-menu__item--procurement .button:hover,
.home-page.isnt-touch .sub-menu__item--contact .button:focus,
.home-page.isnt-touch .sub-menu__item--contact .button:hover {
  color: #ffffff;
}
.home-page.isnt-touch .sub-menu__item--procurement .button:focus.icon::before, .home-page.isnt-touch .sub-menu__item--procurement .button:hover.icon::before,
.home-page.isnt-touch .sub-menu__item--contact .button:focus.icon::before,
.home-page.isnt-touch .sub-menu__item--contact .button:hover.icon::before {
  color: #ffffff;
}
.home-page.isnt-touch .sub-menu__item--procurement .button:focus::after, .home-page.isnt-touch .sub-menu__item--procurement .button:hover::after,
.home-page.isnt-touch .sub-menu__item--contact .button:focus::after,
.home-page.isnt-touch .sub-menu__item--contact .button:hover::after {
  border-color: #ffffff;
}

/* toggle-button */
/* -------------------------------------------------------------------------- */
.toggle-button {
  position: absolute;
  display: none;
  cursor: pointer;
}
@media print {
  .toggle-button {
    display: none;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .toggle-button {
    display: block;
  }
}
.toggle-button--pri {
  top: 0;
  right: 0;
  z-index: 1;
  width: 4em;
  height: 4em;
  background-color: #0b308e;
  -webkit-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
}
.toggle-button--pri .toggle-button__line {
  display: block;
  position: absolute;
  top: 50%;
  left: 30%;
  width: 40%;
  height: 1px;
  background-color: #ffffff;
}
.toggle-button--sec {
  top: 0;
  right: 0;
  width: 4em;
  height: 4em;
}
.toggle-button--sec::before {
  position: absolute;
  top: calc(50% - 0.5em);
  left: calc(50% - 0.5em);
  margin: 0;
  color: #ffffff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.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);
}

.isnt-touch .main-menu__item:focus .toggle-button--sec::before, .isnt-touch .main-menu__item:hover .toggle-button--sec::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.site-header.is-open .toggle-button--pri {
  background-color: transparent;
}

@-webkit-keyframes tbl_1_o {
  0% {
    -webkit-transform: translateY(-0.5em) rotate(0);
            transform: translateY(-0.5em) rotate(0);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}

@keyframes tbl_1_o {
  0% {
    -webkit-transform: translateY(-0.5em) rotate(0);
            transform: translateY(-0.5em) rotate(0);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
@-webkit-keyframes tbl_1_c {
  0% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-0.5em) rotate(0);
            transform: translateY(-0.5em) rotate(0);
  }
}
@keyframes tbl_1_c {
  0% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-0.5em) rotate(0);
            transform: translateY(-0.5em) rotate(0);
  }
}
@-webkit-keyframes tbl_2_o {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes tbl_2_o {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@-webkit-keyframes tbl_2_c {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes tbl_2_c {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes tbl_3_o {
  0% {
    -webkit-transform: translateY(0.5em) rotate(0);
            transform: translateY(0.5em) rotate(0);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}
@keyframes tbl_3_o {
  0% {
    -webkit-transform: translateY(0.5em) rotate(0);
            transform: translateY(0.5em) rotate(0);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}
@-webkit-keyframes tbl_3_c {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0.5em) rotate(0);
            transform: translateY(0.5em) rotate(0);
  }
}
@keyframes tbl_3_c {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0.5em) rotate(0);
            transform: translateY(0.5em) rotate(0);
  }
}
.toggle-button--pri.is-open .toggle-button__line:nth-of-type(1) {
  -webkit-animation: tbl_1_o 0.3s ease-in forwards;
          animation: tbl_1_o 0.3s ease-in forwards;
}
.toggle-button--pri.is-open .toggle-button__line:nth-of-type(2) {
  -webkit-animation: tbl_2_o 0.3s ease-in forwards;
          animation: tbl_2_o 0.3s ease-in forwards;
}
.toggle-button--pri.is-open .toggle-button__line:nth-of-type(3) {
  -webkit-animation: tbl_3_o 0.3s ease-in forwards;
          animation: tbl_3_o 0.3s ease-in forwards;
}

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

/* ========================================================================== */
/* Site aside */
/* ========================================================================== */
.site-aside {
  position: relative;
  padding: 4em 5%;
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .site-aside {
    padding-bottom: 6em;
  }
}

.contact-announce__caption {
  position: absolute;
  bottom: -0.26em;
  left: 0;
  font-family: "Barlow", sans-serif;
  font-size: 10em;
  line-height: 1;
  color: #ffffff;
  white-space: nowrap;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .contact-announce__caption {
    font-size: 6.5em;
  }
}
.contact-announce__wrapper {
  position: relative;
  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;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .contact-announce__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.contact-announce__title {
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1.8;
}
.contact-announce__tel {
  margin-left: 3em;
  font-family: "Barlow", sans-serif;
  color: #0b308e;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .contact-announce__tel {
    margin-top: 1.5em;
    margin-left: 0;
  }
}
.contact-announce__tel a {
  text-decoration: none;
}
.contact-announce__tel small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 87.5%;
  color: #4e5052;
}
.contact-announce__link {
  margin-left: 3em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .contact-announce__link {
    margin-top: 1.5em;
    margin-left: 0;
  }
}

/* ========================================================================== */
/* Site footer */
/* ========================================================================== */
/* site-footer */
/* -------------------------------------------------------------------------- */
.site-footer {
  position: relative;
  color: #ffffff;
}
.site-footer a {
  text-decoration: none;
  color: #ffffff;
}
.site-footer__to-top {
  position: fixed;
  bottom: 5.5em;
  right: 1.5em;
  z-index: 9;
  width: 4em;
  height: 4em;
  border-radius: 50%;
  background-color: rgba(128, 128, 128, 0.5);
  text-align: center;
  -webkit-transform: translateY(10em);
          transform: translateY(10em);
  -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: 767px) and (orientation: portrait) {
  .site-footer__to-top {
    display: none;
  }
}
.site-footer__to-top::before {
  content: "\e901";
  display: block;
  position: absolute;
  top: calc(50% - 0.55em);
  left: calc(50% - 0.5em);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 1.5em;
  color: #ffffff;
}
.site-footer__wrapper {
  width: 90%;
  max-width: 90em;
  margin: 0 auto;
}
.site-footer__section--announce {
  padding: 1.5em 0;
  background-color: #474747;
}
.site-footer__section--announce .site-footer__wrapper {
  position: relative;
  padding-left: 2em;
}
.site-footer__section--announce .icon::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 160%;
  color: #ffffff;
}
.site-footer__section--announce a {
  text-decoration: underline;
}
.site-footer__section--pri {
  padding: 4em 0;
  background-color: #525252;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .site-footer__section--pri {
    padding: 6em 0 0;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .site-footer__section--pri .site-footer__wrapper {
    width: 100%;
  }
}
.site-footer__section--sec {
  padding: 4em 0;
  background-color: #292929;
}
.site-footer__section--sec .site-footer__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0fr 0 1fr;
  grid-template-columns: 0fr 1fr;
  -ms-grid-rows: 0fr 0 1fr;
  grid-template-rows: 0fr 1fr;
      grid-template-areas: "a1 a2" "a1 a3";
  gap: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .site-footer__section--sec .site-footer__wrapper {
    display: block;
  }
}
.site-footer__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .site-footer__intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 5%;
  }
}
.site-footer__intro .slogan {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 6em;
  line-height: 1;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .site-footer__intro .slogan {
    width: 100%;
    white-space: nowrap;
    font-size: 5em;
  }
}
.site-footer__intro .content {
  margin-left: 3em;
  font-size: 1.5em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .site-footer__intro .content {
    width: 100%;
    margin-top: 1.5em;
    margin-left: 0;
    font-size: 1.25em;
  }
}
.site-footer__sitemap {
  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;
  margin-top: 3em;
  padding-top: 3em;
  border-top: 1px solid #7a7a7a;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .site-footer__sitemap {
    -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-top: 0;
    border-top: 0;
  }
}
.site-footer__menu {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: a2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .site-footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 4em;
  }
}
.site-footer__menu__item {
  margin-bottom: 0;
  margin-right: 2em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .site-footer__menu__item {
    margin-right: 0;
    margin-bottom: 1em;
    text-align: center;
  }
}
.site-footer__menu__item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .site-footer__menu__item:last-of-type {
    margin-bottom: 0;
  }
}
.site-footer__logo {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: a1;
  margin-right: 3em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .site-footer__logo {
    margin-right: 0;
    margin-bottom: 4em;
    text-align: center;
  }
}
.site-footer__logo .logo {
  width: 8em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .site-footer__logo .logo {
    margin: 0 auto;
  }
}
.site-footer__logo .logo__symbol {
  width: 8em;
}
.site-footer__logo .logo__symbol__pri {
  fill: #ffffff;
}
.site-footer__logo .logo__symbol__sec {
  fill: #ffffff;
}
.site-footer__copyright {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: a3;
  font-family: "Barlow", sans-serif;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .site-footer__copyright {
    text-align: center;
  }
}

.is-scroll .site-footer__to-top {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.isnt-touch .site-footer a:focus,
.isnt-touch .site-footer a:hover {
  color: #00aeeb;
}
.isnt-touch .site-footer__to-top:focus, .isnt-touch .site-footer__to-top:hover {
  cursor: pointer;
  background-color: #999;
}

/* sitemap */
/* -------------------------------------------------------------------------- */
.sitemap-menu {
  position: relative;
  margin-bottom: 0;
}
.sitemap-menu__item {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .sitemap-menu__item {
    margin-top: 1px;
    margin-right: 0;
    margin-bottom: 0;
    background-color: #3d3d3d;
  }
  .sitemap-menu__item .toggle-button {
    width: 4em;
    height: 4em;
  }
}
.sitemap-menu__anchor {
  font-size: 1.125em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .sitemap-menu__anchor {
    display: block;
    padding: 0.75em 3em 0.75em 1.5em;
    font-size: 1.25em;
  }
}
.sitemap-menu__child {
  margin-bottom: 0;
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .sitemap-menu__child {
    max-height: 0;
    overflow: hidden;
    margin-top: 0;
    -webkit-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
}
.sitemap-menu__child__sub-title {
  margin-bottom: 0.5em;
  border-radius: 0.25em;
  font-weight: 500;
  font-size: 0.875em;
  color: #ffffff;
  opacity: 0.333;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .sitemap-menu__child__sub-title {
    margin-bottom: 0;
    padding: 0.5em 0 0.5em 3em;
    font-size: 1em;
  }
}
.sitemap-menu__child__sub-title.title-icon::before {
  margin-right: 0;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .sitemap-menu__child__sub-title.title-icon::before {
    top: 0.5em;
    left: 2em;
  }
}
.sitemap-menu__child__item {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .sitemap-menu__child__item {
    margin-bottom: 0;
  }
  .sitemap-menu__child__item:last-of-type {
    margin-bottom: 1em;
  }
}
.sitemap-menu__child__item + .sitemap-menu__child__sub-title {
  margin-top: 1em;
}
.sitemap-menu__child__anchor {
  font-size: 0.875em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .sitemap-menu__child__anchor {
    display: inline-block;
    padding: 0.5em 0 0.5em 3em;
    font-size: 1em;
  }
}
.sitemap-menu__item.is-open .sitemap-menu__child {
  max-height: 50em;
}

/* ========================================================================== */
/* Page Menu */
/* ========================================================================== */
.page-menu {
  width: 100%;
  margin-bottom: 5em;
  padding: 2em;
  border-radius: 0.5em;
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .page-menu {
    position: relative;
    top: auto;
    left: auto;
    width: inherit;
  }
}
.page-menu a {
  text-decoration: none;
}
.page-menu__title {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #e0e0e0;
  font-weight: 500;
  font-size: 1.25em;
}
.page-menu__sub-title {
  margin-bottom: 1em;
  font-weight: 500;
  opacity: 0.333;
}
.page-menu__sub-title.title-icon::before {
  background-color: #4e5052;
}
.page-menu__item {
  position: relative;
  margin-bottom: 1em;
}
.page-menu__item a {
  display: block;
}
.page-menu__item > a {
  font-size: 1.125em;
}
.page-menu__item + .page-menu__sub-title {
  margin-top: 2em;
}
.page-menu__child {
  display: none;
  margin-top: 0.75em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .page-menu__child {
    padding-bottom: 1.5em;
  }
}
.page-menu__child__item {
  position: relative;
  margin-top: 0.5em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .page-menu__child__item {
    padding-left: 2em;
  }
}

/* page-menu: current */
/* -------------------------------------------------------------------------- */
/* page-menu: child current */
/* -------------------------------------------------------------------------- */
/* ========================================================================== */
/* Common */
/* ========================================================================== */
.page-main {
  overflow: hidden;
  padding-top: 10em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .page-main {
    padding-top: 4em;
  }
}

.page-header .content-wrapper {
  position: relative;
}
.page-header .breadcrumb {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .page-header .breadcrumb {
    display: none;
  }
}

.page-section {
  position: relative;
}

.page-footer .breadcrumb {
  display: none;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .page-footer .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* ========================================================================== */
/* Accordion */
/* ========================================================================== */
.accordion-trigger {
  position: relative;
  margin-bottom: 0;
  padding: 0.5em 2em 0.5em 1em;
  background-color: #ebebeb;
  cursor: pointer;
  line-height: 1.6;
  font-weight: 400;
}
.accordion-trigger__icon {
  position: absolute;
  top: 0.8em;
  right: 0.5em;
  width: 1em;
  height: 1em;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -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: #0b308e;
  -webkit-transition-property: width, background-color, -webkit-transform;
  transition-property: width, background-color, -webkit-transform;
  transition-property: transform, width, background-color;
  transition-property: transform, width, 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: #4e5052;
  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: #00aeeb;
}
.accordion-trigger.is-open .accordion-trigger__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #00aeeb;
}

.accordion-target {
  display: none;
  padding: 1.5em;
  background-color: #4e5052;
  color: #ffffff;
}
.accordion-target a {
  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 {
  background-color: #4e5052;
  color: #ffffff;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -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;
}
.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: #00aeeb;
}

/* ========================================================================== */
/* Breadcrumb */
/* ========================================================================== */
.breadcrumb {
  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;
  overflow: hidden;
  margin-bottom: 0;
  font-size: 0.75em;
  line-height: 2;
}
.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;
  padding: 0.75em 1.5em;
  border-radius: 1.75em;
  background-color: #f5f5f5;
}
.breadcrumb__item {
  max-width: 20em;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 0.5em;
  margin-bottom: 0;
  white-space: nowrap;
  text-decoration: none;
}
.breadcrumb__item.icon::before {
  content: "\e901";
}
.breadcrumb__item--active {
  font-weight: 500;
  color: #00aeeb;
}

.page-footer .breadcrumb {
  font-size: 1em;
}
.page-footer .breadcrumb__list {
  width: 100%;
  border-radius: 0;
}

/* ========================================================================== */
/* Business Figure */
/* ========================================================================== */
.business-figure {
  position: relative;
  padding: 7.5em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .business-figure {
    padding: 0;
  }
}
.business-figure__image {
  width: 30em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .business-figure__image {
    width: 100%;
    margin-bottom: 3em;
  }
}
.business-figure__item {
  position: absolute;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .business-figure__item {
    position: relative;
    margin-bottom: 1em;
  }
  .business-figure__item:last-of-type {
    margin-bottom: 0;
  }
}
.business-figure__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-right: 5em;
  text-decoration: none;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .business-figure__anchor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 2em 2em 2em 4em;
    background-color: #f5f5f5;
  }
  .business-figure__anchor::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0.25em;
    height: 100%;
    background-color: #4e5052;
  }
}
.business-figure__anchor.icon::before {
  position: absolute;
  right: 0;
  bottom: calc(50% - 1em);
  margin-right: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .business-figure__anchor.icon::before {
    right: 1em;
    bottom: 1em;
  }
}
.business-figure__number {
  -webkit-transform: translateY(-0.05em);
          transform: translateY(-0.05em);
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-size: 6em;
  line-height: 1;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .business-figure__number {
    position: absolute;
    top: 0;
    left: 0;
    width: 0.5em;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    text-align: center;
    top: 0.333em;
    left: 0.25em;
    font-size: 4em;
  }
}
.business-figure__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 1.5em;
  margin-left: 1em;
  padding-right: 1.5em;
  border-right: 1px solid #e0e0e0;
  white-space: nowrap;
  line-height: 1.2;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .business-figure__title {
    margin-bottom: 1.5em;
    margin-left: 0;
    padding-right: 0;
    border-right: 0;
  }
}
.business-figure__title__pri {
  font-size: 2.5em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .business-figure__title__pri {
    font-size: 1.75em;
  }
}
.business-figure__title__sec {
  margin-top: 0.25em;
  font-family: "Barlow", sans-serif;
  font-size: 1.25em;
  color: #4e5052;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .business-figure__title__sec {
    font-size: 1em;
  }
}
.business-figure__read {
  font-size: 1.25em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .business-figure__read {
    display: block;
    white-space: nowrap;
    font-size: 1.25em;
    color: #4e5052;
  }
}
.business-figure__item--merchant-ship {
  top: 0;
  left: 15em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .business-figure__item--merchant-ship {
    top: auto;
    left: auto;
  }
}
.business-figure__item--merchant-ship .business-figure__anchor.icon--disc::before,
.business-figure__item--merchant-ship .business-figure__anchor::after {
  background: #023e8a;
}
.business-figure__item--merchant-ship .business-figure__number,
.business-figure__item--merchant-ship .business-figure__title__pri {
  color: #023e8a;
}
.business-figure__item--naval-vessel {
  top: 13em;
  left: 37em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .business-figure__item--naval-vessel {
    top: auto;
    left: auto;
  }
}
.business-figure__item--naval-vessel .business-figure__anchor.icon--disc::before,
.business-figure__item--naval-vessel .business-figure__anchor::after {
  background: #0077b6;
}
.business-figure__item--naval-vessel .business-figure__number,
.business-figure__item--naval-vessel .business-figure__title__pri {
  color: #0077b6;
}
.business-figure__item--engineering {
  top: 28em;
  left: 37em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .business-figure__item--engineering {
    top: auto;
    left: auto;
  }
}
.business-figure__item--engineering .business-figure__anchor.icon--disc::before,
.business-figure__item--engineering .business-figure__anchor::after {
  background: #0096c7;
}
.business-figure__item--engineering .business-figure__number,
.business-figure__item--engineering .business-figure__title__pri {
  color: #0096c7;
}
.business-figure__item--engineering .business-figure__title__pri {
  font-size: 2em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .business-figure__item--engineering .business-figure__title__pri {
    font-size: 1.5em;
  }
}
.business-figure__item--lifecycle {
  bottom: 0;
  left: 15em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .business-figure__item--lifecycle {
    bottom: auto;
    left: auto;
  }
}
.business-figure__item--lifecycle .business-figure__anchor.icon--disc::before,
.business-figure__item--lifecycle .business-figure__anchor::after {
  background: #00b4d8;
}
.business-figure__item--lifecycle .business-figure__number,
.business-figure__item--lifecycle .business-figure__title__pri {
  color: #00b4d8;
}
.business-figure__item--lifecycle .business-figure__title__pri {
  font-size: 2em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .business-figure__item--lifecycle .business-figure__title__pri {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .en-page .business-figure__read {
    white-space: normal;
  }
}

/* ========================================================================== */
/* Card */
/* ========================================================================== */
/* card */
/* -------------------------------------------------------------------------- */
.card {
  position: relative;
  background-color: #f5f5f5;
}
.card__wrapper, .card__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-decoration: none;
}
.card__anchor.icon::before {
  position: absolute;
  right: 1em;
  bottom: 1em;
  z-index: 1;
  margin: 0;
}
.card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  background-color: #3d3d3d;
}
.card__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.5em;
}
.card__title {
  margin-bottom: 1em;
  font-weight: 500;
  font-size: 1.5em;
}
.card__read {
  margin-bottom: 1.5em;
  text-align: justify;
  font-weight: 400;
  line-height: 1.8;
  color: #4e5052;
}
.card__category {
  margin-bottom: 1em;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
}
.card__date {
  position: absolute;
  bottom: 1.25em;
  left: 1.5em;
  font-weight: 500;
  color: #a3a3a3;
}
.card--horizontal .card__wrapper, .card--horizontal .card__anchor {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.card--horizontal .card__image {
  width: 33.333%;
  aspect-ratio: 1/1;
}
.card--horizontal .card__content {
  width: 66.666%;
}
.card--news .card__content {
  padding-bottom: 5em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .card--news .card__content {
    padding: 1em;
    padding-bottom: 4em;
  }
}
.card--news .card__title {
  font-size: 1.25em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .card--news .card__title {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .card--news .card__category .label {
    font-size: 0.875em;
  }
  .card--news .card__date {
    left: 1em;
  }
  .card--news .card__date time {
    font-size: 0.875em;
  }
}

.isnt-touch .card__anchor .card__image img {
  -webkit-transition: scale(1);
  transition: 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__anchor:focus .card__image img, .isnt-touch .card__anchor:hover .card__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.en-page .card__read {
  text-align: left;
}

/* archive-card */
/* -------------------------------------------------------------------------- */
.archive-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.5em;
  border: 1px solid #e0e0e0;
  border-radius: 0.5em;
}
.archive-card__header {
  width: 100%;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid #e0e0e0;
}
.archive-card__visual {
  position: relative;
  margin-bottom: 1em;
}
.archive-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  margin-bottom: 0;
  background-color: #3d3d3d;
}
.archive-card__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive-card__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5em;
  background-color: rgba(0, 0, 0, 0.5);
}
.archive-card__title {
  width: 100%;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.6;
}
.archive-card__category {
  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;
}
.archive-card__category__item {
  margin-right: 0.5em;
  margin-bottom: 0;
}
.archive-card__date {
  margin-left: auto;
  white-space: nowrap;
  font-weight: 500;
  color: #ffffff;
}
.archive-card__content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}
.archive-card__content.is-open {
  max-height: 50em;
}
.archive-card__footer {
  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;
  width: 100%;
  margin-top: auto;
}
.archive-card__toggle {
  display: inline-block;
  font-weight: 500;
  cursor: pointer;
}
.archive-card__toggle .icon::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition-property: background, -webkit-transform;
  transition-property: background, -webkit-transform;
  transition-property: transform, background;
  transition-property: transform, background, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.archive-card__toggle__closed {
  display: inline;
}
.archive-card__toggle__opened {
  display: none;
}
.archive-card__toggle.is-open .icon::before {
  background: -webkit-gradient(linear, left top, right top, from(rgb(78, 80, 82)), to(rgb(78, 80, 82)));
  background: linear-gradient(90deg, rgb(78, 80, 82) 0%, rgb(78, 80, 82));
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.archive-card__toggle.is-open .archive-card__toggle__closed {
  display: none;
}
.archive-card__toggle.is-open .archive-card__toggle__opened {
  display: inline;
}

.isnt-touch .archive-card:focus, .isnt-touch .archive-card:hover {
  background-color: #f5f5f5;
}
.isnt-touch .archive-card__toggle:focus, .isnt-touch .archive-card__toggle:hover {
  color: #00aeeb;
}

/* ========================================================================== */
/* Category List */
/* ========================================================================== */
.category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.5em 5% 1em;
  background-color: #ebebeb;
  font-size: 0.875em;
  line-height: 2;
}
.category-list__title {
  margin-right: 1.5em;
}
.category-list__item {
  margin-right: 1.5em;
  padding-right: 1.5em;
  border-right: 1px solid #ccc;
}
.category-list__item:last-of-type {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

/* ========================================================================== */
/* Column Container */
/* ========================================================================== */
/* column: default */
/* -------------------------------------------------------------------------- */
.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5em;
  margin-bottom: 0;
}
.column .column__item {
  margin-bottom: 0;
}

/* column: number and width */
/* -------------------------------------------------------------------------- */
.column--col-2 .column__item {
  width: calc(50% - 0.75em);
}
.column--col-3 .column__item {
  width: calc(33.333% - 1em);
}
.column--col-4 .column__item {
  width: calc(25% - 1.125em);
}
.column--col-5 .column__item {
  width: calc(20% - 1.2em);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .column--sp-col-1 .column__item {
    width: 100%;
  }
  .column--sp-col-2 .column__item {
    width: calc(50% - 0.75em);
  }
}

/* column: flex-wrap */
/* -------------------------------------------------------------------------- */
.column--fw-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.column--fw-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.column--fw-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .column--sp-fw-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .column--sp-fw-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .column--sp-fw-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}

/* column: flex-direction */
/* -------------------------------------------------------------------------- */
.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;
}
.column--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: 767px) and (orientation: portrait) {
  .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--sp-fd-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/* column: justify-content */
/* -------------------------------------------------------------------------- */
.column--jc-flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.column--jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.column--jc-flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.column--jc-space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.column--jc-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .column--sp-jc-flex-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .column--sp-jc-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .column--sp-jc-flex-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .column--sp-jc-space-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .column--sp-jc-space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* column: align-items */
/* -------------------------------------------------------------------------- */
.column--ai-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.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-flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.column--ai-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .column--sp-ai-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .column--sp-ai-flex-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .column--sp-ai-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .column--sp-ai-flex-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .column--sp-ai-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

/* ========================================================================== */
/* Cookie Banner */
/* ========================================================================== */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 1.5em 4.5em 1.5em 3.5em;
  background-color: rgba(32, 32, 32, 0.8);
  color: #ffffff;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -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-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.cookie-banner .icon::before {
  position: absolute;
  top: 1em;
  left: 1em;
  font-size: 160%;
  color: #ffffff;
}
.cookie-banner a {
  text-decoration: underline;
  color: #ffffff;
}
.cookie-banner__close {
  position: absolute;
  top: 0.75em;
  right: 0.5em;
  width: 3em;
  height: 3em;
}
.cookie-banner__close::before, .cookie-banner__close::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.05em);
  left: 1em;
  width: 1em;
  height: 0.1em;
  background-color: #ffffff;
}
.cookie-banner__close::after {
  -webkit-transform: rotate(-45deg) scaleX(1);
          transform: rotate(-45deg) scaleX(1);
}
.cookie-banner__close::before {
  -webkit-transform: rotate(45deg) scaleX(1);
          transform: rotate(45deg) scaleX(1);
}
.cookie-banner.is-close {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.isnt-touch .cookie-banner a:focus, .isnt-touch .cookie-banner a:hover {
  color: #00aeeb;
}
.isnt-touch .cookie-banner__close::after, .isnt-touch .cookie-banner__close::before {
  -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 .cookie-banner__close:focus, .isnt-touch .cookie-banner__close:hover {
  cursor: pointer;
}
.isnt-touch .cookie-banner__close:focus::after, .isnt-touch .cookie-banner__close:hover::after {
  -webkit-transform: rotate(-45deg) scaleX(1.5);
          transform: rotate(-45deg) scaleX(1.5);
}
.isnt-touch .cookie-banner__close:focus::before, .isnt-touch .cookie-banner__close:hover::before {
  -webkit-transform: rotate(45deg) scaleX(1.5);
          transform: rotate(45deg) scaleX(1.5);
}

/* ========================================================================== */
/* Embed */
/* ========================================================================== */
/* google-maps */
/* -------------------------------------------------------------------------- */
.google-maps {
  border: 0;
  outline: 0;
  aspect-ratio: 3/2;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .google-maps {
    aspect-ratio: 1/1;
  }
}
.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;
}

/* ========================================================================== */
/* Flex */
/* ========================================================================== */
/* flex: default */
/* -------------------------------------------------------------------------- */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.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: 767px) 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-flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex--jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.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: 767px) and (orientation: portrait) {
  .flex--sp-jc-flex-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex--sp-jc-flex-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .flex--sp-jc-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .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--ai-flex-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex--ai-flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex--ai-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex--ai-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.flex--ai-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .flex--sp-ai-flex-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flex--sp-ai-flex-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .flex--sp-ai-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex--sp-ai-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .flex--sp-ai-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.flex--fw-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex--fw-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .flex--sp-fw-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex--sp-fw-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.flex--g-0 {
  gap: 0;
}
.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;
}
.flex--g-5d5 {
  gap: 5.5em;
}
.flex--g-6 {
  gap: 6em;
}
.flex--g-7d5 {
  gap: 7.5em;
}
.flex--g-8 {
  gap: 8em;
}
.flex--g-8d5 {
  gap: 8.5em;
}
.flex--g-9 {
  gap: 9em;
}
.flex--g-9d5 {
  gap: 9.5em;
}
.flex--g-10 {
  gap: 10em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .flex--sp-g-0 {
    gap: 0;
  }
  .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--sp-g-5d5 {
    gap: 5.5em;
  }
  .flex--sp-g-6 {
    gap: 6em;
  }
  .flex--sp-g-7d5 {
    gap: 7.5em;
  }
  .flex--sp-g-8 {
    gap: 8em;
  }
  .flex--sp-g-8d5 {
    gap: 8.5em;
  }
  .flex--sp-g-9 {
    gap: 9em;
  }
  .flex--sp-g-9d5 {
    gap: 9.5em;
  }
  .flex--sp-g-10 {
    gap: 10;
  }
}

/* ========================================================================== */
/* Form process */
/* ========================================================================== */
.form-process {
  counter-reset: number;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fafafa;
}
.form-process__item {
  width: 33.333%;
  margin-bottom: 0;
  padding: 1em 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  color: #8f8f8f;
}
.form-process__item::before {
  display: inline-block;
  width: 2em;
  margin-right: 1em;
  padding: 0.6em 0 0.4em;
  border-radius: 50%;
  background-color: #00aeeb;
  counter-increment: number;
  content: counter(number);
  font-family: "Barlow", sans-serif;
  letter-spacing: 0;
  color: #ffffff;
}
.form-process__item--active {
  background-color: #0b308e;
  color: #ffffff;
}
.form-process__item--active::before {
  background-color: #ffffff;
  color: #0b308e;
}

/* ========================================================================== */
/* Form */
/* ========================================================================== */
.form {
  margin-bottom: 0;
}
.form__footer {
  margin-top: 1.5em;
  text-align: center;
}
.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5em 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form__row--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__col {
  width: calc(50% - 0.75em);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .form__col {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .form__col:last-of-type {
    margin-bottom: 0;
  }
}
.form__col--narrow {
  width: calc(25% - 0.75em);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .form__col--narrow {
    width: 100%;
  }
}
.form__col--middle {
  width: calc(33.333% - 0.75em);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .form__col--middle {
    width: 100%;
  }
}
.form__col--full {
  width: 100%;
}
.form__title {
  margin-bottom: 1em;
  font-size: 1.25em;
  line-height: 1.6;
}
.form__title .label {
  margin-left: 0.5em;
  font-size: 80%;
}
.form__error {
  margin: 0.5em 0;
  color: #e0515a;
}
.form__item {
  margin-right: 1em;
  margin-bottom: 0.5em;
}
.form__item:last-of-type {
  margin-right: 0;
}
.form__group {
  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;
}
.form__group__title {
  width: 100%;
}
.form__group--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form__group--column .form__item {
  margin-right: 0;
  margin-bottom: 0.5em;
}
.form__group--column .form__item:last-of-type {
  margin-bottom: 0;
}
.form__label + .form__label {
  margin-left: 1em;
}
.form__required {
  display: inline-block;
  margin-left: 1em;
  padding: 0.25em 0.75em;
  border-radius: 0.25em;
  background-color: #e0515a;
  font-size: 0.625em;
  color: #ffffff;
}
.form__value {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25em;
  line-height: 2;
}
.form__read-box {
  max-height: 25em;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 1.5em;
  padding: 3em;
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .form__read-box {
    max-height: 30em;
    padding: 2em;
  }
}
.form .form-control[type=text], .form .form-control[type=email], .form .form-control[type=password], .form .form-control[type=search], .form .form-control[type=tel], .form .form-control[type=url], .form .form-control[type=number], .form .form-control[type=month], .form .form-control[type=week] {
  width: 100%;
  font-size: 1.25em;
}
.form textarea.form-control {
  width: 100%;
  height: 15em;
}
.form img#captcha_img {
  width: 12em;
}
.form input#captcha {
  max-width: 8em;
}

.isnt-touch .form__label:focus, .isnt-touch .form__label:hover {
  color: #0b308e;
}

.form__section--captcha .form__group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#error_message {
  margin-top: 0;
  margin-bottom: 2em;
  padding: 0.5em;
  border-radius: 0;
  background-color: #e0515a;
  text-align: center;
  font-size: 1.25em;
  color: #ffffff;
}

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

/* ========================================================================== */
/* Content List */
/* ========================================================================== */
.content-list {
  position: relative;
}
.content-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1em;
  position: relative;
  width: 100%;
  margin-bottom: 0.5em;
  padding: 1.5em;
  border-radius: 0.5em;
  background-color: #f5f5f5;
}
.content-list__date {
  margin-top: 0.25em;
  white-space: nowrap;
  font-weight: 500;
  color: #a3a3a3;
}
.content-list__title {
  position: relative;
  padding-left: 1.5em;
  font-size: 1.25em;
}
.content-list__title .icon::before {
  position: absolute;
  top: 0.3em;
  left: 0;
}
.content-list__category {
  margin-top: 0.25em;
  margin-left: auto;
  white-space: nowrap;
}
.content-list__category .label {
  min-width: 5em;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
}
.content-list span.icon::before {
  content: "\e909";
}

/* ========================================================================== */
/* Page Navi */
/* ========================================================================== */
.page-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3em;
}
.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: #f5f5f5;
  text-decoration: none;
  text-align: center;
  font-family: "Barlow", sans-serif;
  line-height: 3;
  color: #a3a3a3;
}
.page-navi .prev a,
.page-navi .next a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background-color: #f5f5f5;
  text-indent: 100%;
  white-space: nowrap;
}
.page-navi .prev a::before,
.page-navi .next a::before {
  content: "\e901";
  display: block;
  position: absolute;
  top: calc(50% - 0.5em);
  left: calc(50% - 0.5em);
  width: 1em;
  height: 1em;
  text-decoration: none;
  font-family: "icon" !important;
  font-style: normal;
  font-size: 1em;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  line-height: 1;
}
.page-navi .prev a {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.page-navi .current_page {
  background-color: #00aeeb;
  color: #ffffff;
}
.page-navi .pages {
  width: 3em;
  height: 3em;
  text-align: center;
  font-family: "Barlow", sans-serif;
  line-height: 3;
  color: #0b308e;
}

.isnt-touch .page-navi a:focus,
.isnt-touch .page-navi a:hover {
  color: #00aeeb;
}

/* ========================================================================== */
/* Privacy Policy */
/* ========================================================================== */
.privacy-policy {
  position: relative;
  max-height: 15em;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.privacy-policy .title {
  font-weight: 400;
}
.privacy-policy h2.title {
  font-size: 1.5em;
}
.privacy-policy h3.title {
  font-size: 1.25em;
}
.privacy-policy .divider {
  margin: 1.5em auto;
}

/* ========================================================================== */
/* Process */
/* ========================================================================== */
.process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4em 2.5em;
}
.process__item {
  position: relative;
  width: 17.5em;
  padding: 3em 1em;
  background-color: #f5f5f5;
  text-align: center;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .process__item {
    width: 100%;
  }
}
.process__number {
  position: absolute;
  top: -0.4em;
  left: calc(50% - 0.75em);
  width: 1.5em;
  font-family: "Barlow", sans-serif;
  font-size: 4em;
  line-height: 1;
}
.process__caption {
  font-family: "Barlow", sans-serif;
  line-height: 1;
}
.process__image {
  margin-top: 1.5em;
}
.process__image img {
  max-width: 8em;
}
.process__title {
  margin-top: 0.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .process__title {
    font-size: 2.5em;
  }
}
.process__read {
  margin-top: 1.5em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .process__read {
    font-size: 1.25em;
  }
}

/* ========================================================================== */
/* Scroll Assist */
/* ========================================================================== */
.scroll-assist {
  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%;
  right: 2em;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  z-index: 3;
}
.scroll-assist__title {
  margin-bottom: 1em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 0.875em;
  color: #ffffff;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .scroll-assist__title {
    font-size: 0.75em;
  }
}
.scroll-assist__line {
  position: relative;
  width: 1px;
  height: 6em;
  overflow: hidden;
}
.scroll-assist__line::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-animation: scroll-assist_line 2s ease-in-out infinite;
          animation: scroll-assist_line 2s ease-in-out infinite;
}

@-webkit-keyframes scroll-assist_line {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes scroll-assist_line {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
/* ========================================================================== */
/* Search */
/* ========================================================================== */
.search {
  position: relative;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .search {
    height: 3em;
  }
}
.search__toggle-button {
  display: block;
  position: relative;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background-color: #f5f5f5;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .search__toggle-button {
    background-color: transparent;
  }
}
.search__toggle-button::before, .search__toggle-button::after {
  content: "";
  display: block;
  position: absolute;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .search__toggle-button::before, .search__toggle-button::after {
    display: none;
  }
}
.search__toggle-button.is-close.icon::before {
  top: 0.5em;
  left: 0.5em;
  font-size: 1.5em;
  color: #4e5052;
}
.search__toggle-button.is-open {
  background-color: transparent;
}
.search__toggle-button.is-open::before, .search__toggle-button.is-open::after {
  top: 50%;
  left: 50%;
  width: 1.25em;
  height: 0.125em;
  background-color: #4e5052;
}
.search__toggle-button.is-open::before {
  content: "";
  -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: 60em;
  height: 3em;
  overflow: hidden;
  padding-left: 2.5em;
  border-radius: 3em;
  background-color: #f5f5f5;
  -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;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .search__form {
    width: 100%;
    padding-left: 1.5em;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.search__form.icon::before {
  position: absolute;
  top: 0.5em;
  left: 1em;
  font-size: 1.5em;
  color: #4e5052;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .search__form.icon::before {
    top: 0.5em;
    left: 0;
    color: #ffffff;
  }
}
.search__form.is-close {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
@media screen and (max-width: 767px) 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: 767px) and (orientation: portrait) {
  .search__input {
    color: #ffffff;
  }
}

.isnt-touch .search__toggle-button:focus.icon::before, .isnt-touch .search__toggle-button:hover.icon::before {
  color: #00aeeb;
}
.isnt-touch.home-page .search__toggle-button:focus, .isnt-touch.home-page .search__toggle-button:hover {
  opacity: 0.666;
}
.isnt-touch.home-page .search__toggle-button:focus.icon::before, .isnt-touch.home-page .search__toggle-button:hover.icon::before {
  color: #ffffff;
}
.isnt-touch.home-page .search__toggle-button.is-open:focus, .isnt-touch.home-page .search__toggle-button.is-open:hover {
  opacity: 1;
}
.isnt-touch.home-page.is-scroll .search__toggle-button:focus, .isnt-touch.home-page.is-scroll .search__toggle-button:hover {
  opacity: 1;
  color: #00aeeb;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .isnt-touch.home-page.is-scroll .search__toggle-button:focus, .isnt-touch.home-page.is-scroll .search__toggle-button:hover {
    color: #ffffff;
  }
}

/* ========================================================================== */
/* Search Result */
/* ========================================================================== */
.search-result {
  position: relative;
}
.search-result__article {
  margin-bottom: 1em;
  padding: 1.5em;
  border-radius: 0.5em;
  background-color: #f5f5f5;
}
.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;
}

/* ========================================================================== */
/* TaSitemapbs */
/* ========================================================================== */
/* sitemap */
/* -------------------------------------------------------------------------- */
.sitemap {
  margin-bottom: 0;
}
.sitemap a {
  display: inline-block;
  text-decoration: none;
}
.sitemap__item {
  padding: 0.75em 1.25em;
  border-radius: 0.25em;
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .sitemap__item {
    width: 100%;
  }
}
.sitemap__anchor {
  font-size: 1.25em;
}
.sitemap__child {
  margin-top: 1em;
  margin-bottom: 0;
}
.sitemap__child__item {
  padding-left: 2em;
}
.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: 767px) 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__sub-title {
  width: 100%;
  font-weight: 500;
  font-size: 1.25em;
  color: #a3a3a3;
}
.sitemap__sub-title.title-icon::before {
  background-color: #a3a3a3;
}

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

/* ========================================================================== */
/* Sort Menu */
/* ========================================================================== */
.sort-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.sort-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 0;
  line-height: 2;
}
.sort-menu__item {
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  text-align: center;
}
.sort-menu__title {
  position: relative;
  min-width: 6em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  padding: 0.5em 1em;
  border-radius: 0.25em;
  background-color: #b8b8b8;
  text-align: center;
  font-weight: 500;
  color: #ffffff;
}
.sort-menu__anchor {
  display: inline-block;
  width: 100%;
  padding: 0.5em 1em;
  border-radius: 0.25em;
  background-color: #f5f5f5;
  text-decoration: none;
}
.sort-menu__reset {
  position: absolute;
  right: 0;
  bottom: 0.5em;
  line-height: 2;
}
.sort-menu__reset .sort-menu__anchor {
  padding: 0.5em 0;
  background-color: transparent;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .sort-menu .sort-menu__title,
  .sort-menu .sort-menu__item {
    width: calc(33.333% - 0.5em);
  }
  .sort-menu .sort-menu__anchor {
    padding: 0.5em;
  }
}
.sort-menu .sort-menu__list:last-of-type .sort-menu__item:last-of-type {
  margin-right: 6em;
}
.sort-menu--year .sort-menu__title,
.sort-menu--year .sort-menu__item {
  min-width: 8em;
}

/* ========================================================================== */
/* Space */
/* ========================================================================== */
.space {
  position: relative;
  height: 8em;
  border-bottom: 1px solid #f5f5f5;
}

/* ========================================================================== */
/* Tabs */
/* ========================================================================== */
/* tabs-navi */
/* -------------------------------------------------------------------------- */
.tabs-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
}
.tabs-navi__item {
  width: 100%;
  padding: 1em;
  text-decoration: none;
  text-align: center;
}
.tabs-navi__item.active {
  background-color: #0b308e;
  color: #ffffff;
}

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

/* ========================================================================== */
/* Visual */
/* ========================================================================== */
/* main-visual */
/* -------------------------------------------------------------------------- */
@-webkit-keyframes main-visual-image {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
  }
}
@keyframes main-visual-image {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
  }
}
.main-visual {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 60em;
  min-height: 40em;
  overflow: hidden;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .main-visual {
    height: 100vw;
  }
}
.main-visual__slider {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #4e5052;
}
.main-visual__slider::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(25%, rgba(0, 0, 0, 0.25)), color-stop(75%, rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0.5) 100%);
}
.main-visual__slide {
  position: relative;
  width: 100%;
  height: 100vh !important;
  max-height: 60em;
  min-height: 40em;
  overflow: hidden;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .main-visual__slide {
    height: 100vw !important;
    max-height: inherit;
  }
}
.main-visual__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.15);
          transform: translate(-50%, -50%) scale(1.15);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .main-visual__image {
    width: auto;
    height: 100%;
  }
}
.main-visual__title {
  position: absolute;
  top: calc(50% - 16em);
  left: calc(50% - 45em);
  z-index: 3;
  width: 90em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .main-visual__title {
    top: calc(80% - 4em);
    left: 5%;
    width: 90%;
  }
}
.main-visual__title__wrapper {
  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;
  white-space: nowrap;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 16em;
  line-height: 0.75;
  letter-spacing: 0;
  color: #ffffff;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .main-visual__title__wrapper {
    font-size: 5em;
  }
}
.main-visual__title__pri, .main-visual__title__sec {
  padding-bottom: 0.1em;
}
.main-visual.iv-item::before, .main-visual.iv-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(2) skewX(-20deg) translateX(25%);
          transform: scaleX(2) skewX(-20deg) translateX(25%);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .main-visual.iv-item::before, .main-visual.iv-item::after {
    -webkit-transform: scaleX(3) skewX(-20deg) translateX(25%);
            transform: scaleX(3) skewX(-20deg) translateX(25%);
  }
}
.main-visual.iv-item::before {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.main-visual.iv-item::after {
  -webkit-transition-duration: 1.25s;
          transition-duration: 1.25s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 0.5;
}
.main-visual.iv-item .main-visual__title__pri, .main-visual.iv-item .main-visual__title__sec {
  position: relative;
  width: 0;
  overflow: hidden;
  opacity: 0;
  letter-spacing: -0.1em;
  -webkit-transform: translateX(-2em);
          transform: translateX(-2em);
  -webkit-transition-property: width, opacity, letter-spacing, -webkit-transform;
  transition-property: width, opacity, letter-spacing, -webkit-transform;
  transition-property: width, opacity, letter-spacing, transform;
  transition-property: width, opacity, letter-spacing, transform, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.main-visual.iv-item .main-visual__title__pri::before, .main-visual.iv-item .main-visual__title__sec::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #4e5052;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}
.main-visual.iv-item .main-visual__title__pri {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.main-visual.iv-item .main-visual__title__pri::before {
  -webkit-transition-delay: 3.5s;
          transition-delay: 3.5s;
}
.main-visual.iv-item .main-visual__title__sec {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.main-visual.iv-item .main-visual__title__sec::before {
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}
.main-visual.iv-item.is-inview::before, .main-visual.iv-item.is-inview::after {
  -webkit-transform: scaleX(2) skewX(-15deg) translateX(125%);
          transform: scaleX(2) skewX(-15deg) translateX(125%);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .main-visual.iv-item.is-inview::before, .main-visual.iv-item.is-inview::after {
    -webkit-transform: scaleX(3) skewX(-15deg) translateX(125%);
            transform: scaleX(3) skewX(-15deg) translateX(125%);
  }
}
.main-visual.iv-item.is-inview .main-visual__title__pri, .main-visual.iv-item.is-inview .main-visual__title__sec {
  opacity: 1;
  letter-spacing: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.main-visual.iv-item.is-inview .main-visual__title__pri::before, .main-visual.iv-item.is-inview .main-visual__title__sec::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.main-visual.iv-item.is-inview .main-visual__title__pri {
  width: 4.55em;
}
.main-visual.iv-item.is-inview .main-visual__title__sec {
  width: 5.65em;
}

.swiper-slide-prev .main-visual__image,
.swiper-slide-active .main-visual__image,
.swiper-slide-duplicate-active .main-visual__image {
  -webkit-animation: main-visual-image 8s linear forwards;
          animation: main-visual-image 8s linear forwards;
}

/* header-visual */
/* -------------------------------------------------------------------------- */
.header-visual {
  position: relative;
  height: 100vw;
  max-height: 35em;
  overflow: hidden;
  padding-top: 4em;
  background-color: #4e5052;
}
.header-visual > * {
  position: relative;
  z-index: 2;
}
.header-visual__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.header-visual__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-visual::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(12, 38, 60, 0.333)), to(rgba(12, 38, 60, 0)));
  background: linear-gradient(90deg, rgba(12, 38, 60, 0.333) 0%, rgba(12, 38, 60, 0) 100%);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .header-visual::before {
    background: rgba(12, 38, 60, 0.333);
  }
}

/* wide-visual */
/* -------------------------------------------------------------------------- */
.wide-visual {
  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;
  position: relative;
  width: 97.5em;
  height: 24em;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .wide-visual {
    width: 100%;
    height: 16em;
  }
}
.wide-visual__caption {
  position: absolute;
  bottom: -0.275em;
  left: 20%;
  font-family: "Barlow", sans-serif;
  font-size: 10em;
  line-height: 1;
  letter-spacing: 0;
  color: #ffffff;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .wide-visual__caption {
    left: 4%;
  }
}

/* ========================================================================== */
/* Website Banner */
/* ========================================================================== */
.website-banner__anchor {
  position: relative;
  display: block;
  text-decoration: none;
}
.website-banner__anchor.icon::before {
  position: absolute;
  right: 0;
  bottom: 0;
}
.website-banner__image {
  display: block;
  position: relative;
}
.website-banner__image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ebebeb;
}
.website-banner__shadow {
  position: absolute;
  bottom: 0;
  width: 3em;
  height: 3em;
  opacity: 0.2;
}
.website-banner__shadow:nth-of-type(1) {
  left: calc(-3em + 1px);
}
.website-banner__shadow:nth-of-type(2) {
  right: calc(-3em + 1px);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.website-banner__content {
  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;
  gap: 0.5em 1.5em;
  margin-top: 1.5em;
  padding-right: 3em;
}
.website-banner__title {
  display: block;
  font-size: 1.5em;
}

.isnt-touch .website-banner__image::after {
  -webkit-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
}
.isnt-touch .website-banner__anchor:focus .website-banner__image::after, .isnt-touch .website-banner__anchor:hover .website-banner__image::after {
  border: 3px solid #00aeeb;
}

/* ========================================================================== */
/* Wrapper */
/* ========================================================================== */
/* content-wrapper: default */
/* -------------------------------------------------------------------------- */
.content-wrapper {
  width: 90%;
  max-width: 90em;
  margin: 0 auto;
}

/* content-wrapper: column */
/* -------------------------------------------------------------------------- */
.content-wrapper--column {
  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;
  gap: 0 3em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .content-wrapper--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-wrapper--column .content-wrapper__pri {
  width: calc(75% - 3em);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .content-wrapper--column .content-wrapper__pri {
    width: 100%;
  }
}
.content-wrapper--column .content-wrapper__sec {
  width: 25%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .content-wrapper--column .content-wrapper__sec {
    width: 100%;
  }
}

/* ========================================================================== */
/* Home Page */
/* ========================================================================== */
/* site-footer */
/* -------------------------------------------------------------------------- */
.home-page .site-footer {
  position: relative;
  z-index: 1;
}

/* page-main */
/* -------------------------------------------------------------------------- */
.home-page .page-main {
  padding-top: 0;
}

/* page-header */
/* -------------------------------------------------------------------------- */
.home-page .page-header {
  position: relative;
  height: 100vh;
  max-height: 60em;
  min-height: 40em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home-page .page-header {
    height: 100vw;
  }
}

/* page-section: page-section */
/* -------------------------------------------------------------------------- */
.home-page .page-section {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}
.home-page .section-header {
  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;
}
.home-page .section-header__link .icon::before {
  margin-right: 0;
}

/* page-section: news */
/* -------------------------------------------------------------------------- */
.home-page .page-section--news {
  padding: 3em 0;
  background-color: #f5f5f5;
}
.home-page .page-section--news::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15em;
  background-color: #4e5052;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home-page .page-section--news::before {
    height: 12.5em;
  }
}
.home-page .page-section--news .section-header {
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 1.5em;
}
.home-page .page-section--news .section-header .multi-title {
  margin-bottom: 0;
  color: #ffffff;
}
.home-page .page-section--news .section-header .multi-title__pri {
  font-family: "Barlow", sans-serif;
}
.home-page .page-section--news .column {
  position: relative;
}
.home-page .page-section--news .card {
  background-color: #ffffff;
}
.home-page .page-section--news .section-footer {
  margin-top: 1.5em;
  text-align: right;
}

.home-page.isnt-touch .page-section--news .section-header__link a:focus, .home-page.isnt-touch .page-section--news .section-header__link a:hover {
  color: #00aeeb;
}

.en-page.home-page .page-section--news::before {
  content: none;
}
.en-page.home-page .page-section--news .section-header .multi-title {
  color: #4e5052;
}
.en-page.home-page .page-section--news .content-list__item {
  background-color: #ffffff;
}

/* page-section: shipbuilding */
/* -------------------------------------------------------------------------- */
.home-page .page-section--shipbuilding {
  padding: 5em 0;
}
.home-page .page-section--shipbuilding .section-header {
  display: block;
}
.home-page .page-section--shipbuilding .section-header .multi-title {
  white-space: nowrap;
  font-size: 2.5em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home-page .page-section--shipbuilding .section-header .multi-title {
    white-space: normal;
  }
}
.home-page .page-section--shipbuilding .section-header .multi-title__pri {
  font-family: "Barlow", sans-serif;
  font-size: 300%;
  line-height: 1;
  color: #0b308e;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home-page .page-section--shipbuilding .section-header .multi-title__pri {
    font-size: 200%;
  }
}
.home-page .page-section--shipbuilding .section-header .multi-title__sec {
  margin-top: 0.5em;
}
.home-page .page-section--shipbuilding .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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home-page .page-section--shipbuilding .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-page .page-section--shipbuilding .content {
  position: relative;
  width: calc(50% - 3em);
  z-index: 2;
  padding-top: 6em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home-page .page-section--shipbuilding .content {
    width: 100%;
    padding-top: 0;
    margin-bottom: 3em;
  }
}
.home-page .page-section--shipbuilding .image {
  position: relative;
  z-index: 1;
  width: 50%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home-page .page-section--shipbuilding .image {
    width: 100%;
  }
}
.home-page .page-section--shipbuilding .image__pri {
  width: 72%;
  margin-left: 28%;
}
.home-page .page-section--shipbuilding .image__sec {
  width: 48%;
  margin-top: -12.5em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home-page .page-section--shipbuilding .image__sec {
    margin-top: -7.5em;
  }
}

/* page-section: technologies */
/* -------------------------------------------------------------------------- */
.home-page .page-section--technologies {
  padding: 5em 0;
}
.home-page .page-section--technologies .section-header .multi-title {
  font-size: 2.5em;
}
.home-page .page-section--technologies .section-header .multi-title__pri {
  font-family: "Barlow", sans-serif;
  line-height: 1;
  color: #0b308e;
}
.home-page .page-section--technologies .section-header .multi-title__sec {
  margin-top: 0.5em;
}

/* page-section: company */
/* -------------------------------------------------------------------------- */
.home-page .page-section--company {
  padding: 5em 0;
  background-color: #f5f5f5;
}
.home-page .page-section--company .section-header .multi-title {
  font-size: 2.5em;
}
.home-page .page-section--company .section-header .multi-title__pri {
  font-family: "Barlow", sans-serif;
  line-height: 1;
  color: #0b308e;
}
.home-page .page-section--company .section-header .multi-title__sec {
  margin-top: 0.5em;
}
.home-page .page-section--company .column__item {
  border-bottom: 1px solid #4e5052;
}
.home-page .page-section--company .column__item a {
  position: relative;
  width: 100%;
  font-size: 1.5em;
  line-height: 3;
}
.home-page .page-section--company .column__item a.icon::before {
  position: absolute;
  top: 1em;
  right: 0;
  font-size: 0.75em;
  margin-right: 0;
}

/* page-section: business */
/* -------------------------------------------------------------------------- */
.home-page .page-section--business {
  padding: 5em 0;
}
.home-page .page-section--business .section-header .multi-title {
  font-size: 2.5em;
}
.home-page .page-section--business .section-header .multi-title__pri {
  font-family: "Barlow", sans-serif;
  line-height: 1;
  color: #0b308e;
}
.home-page .page-section--business .section-header .multi-title__sec {
  margin-top: 0.5em;
}

/* page-section: products, archives */
/* -------------------------------------------------------------------------- */
.home-page .page-section--products,
.home-page .page-section--archives {
  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;
  width: 50%;
  height: 33.333vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home-page .page-section--products,
  .home-page .page-section--archives {
    width: 100%;
    height: 100vw;
  }
}
.home-page .page-section--products::before,
.home-page .page-section--archives::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 40, 41, 0.333);
}
.home-page .page-section--products {
  background-image: url(../images/home/img_product_01.webp);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home-page .page-section--products {
    background-position: 80% center;
  }
}
.home-page .page-section--archives {
  background-image: url(../images/home/img_archives_01.webp);
}
.home-page .page-section--products .section-header,
.home-page .page-section--archives .section-header {
  margin-bottom: 1.5em;
}
.home-page .page-section--products .section-header .multi-title,
.home-page .page-section--archives .section-header .multi-title {
  margin-bottom: 0;
  white-space: nowrap;
  font-size: 2.5em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home-page .page-section--products .section-header .multi-title,
  .home-page .page-section--archives .section-header .multi-title {
    font-size: 2em;
  }
}
.home-page .page-section--products .section-header .multi-title__pri,
.home-page .page-section--archives .section-header .multi-title__pri {
  font-family: "Barlow", sans-serif;
  line-height: 1;
}
.home-page .page-section--products .section-header .multi-title__sec,
.home-page .page-section--archives .section-header .multi-title__sec {
  margin-top: 0.5em;
}
.home-page .page-section--products .section-footer,
.home-page .page-section--archives .section-footer {
  text-align: center;
}
.home-page .page-section--products .content,
.home-page .page-section--archives .content {
  position: relative;
  width: 66.666%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home-page .page-section--products .content,
  .home-page .page-section--archives .content {
    width: 80%;
  }
}

.en-page.home-page .page-section--products {
  width: 100%;
  background-position: center bottom 10%;
}

/* page-section: employ */
/* -------------------------------------------------------------------------- */
.home-page .page-section--employ {
  padding: 5em 0;
}
.home-page .page-section--employ .section-header .multi-title {
  font-size: 2.5em;
}
.home-page .page-section--employ .section-header .multi-title__pri {
  font-family: "Barlow", sans-serif;
  line-height: 1;
  color: #0b308e;
}
.home-page .page-section--employ .section-header .multi-title__sec {
  margin-top: 0.5em;
}
.home-page .page-section--employ .content-wrapper--sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 5em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home-page .page-section--employ .content-wrapper--sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5em;
  }
}
.home-page .page-section--employ .content--main {
  width: 60%;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home-page .page-section--employ .content--main {
    width: 100%;
  }
}
.home-page .page-section--employ .content--sub {
  width: calc(40% - 5em);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home-page .page-section--employ .content--sub {
    width: 100%;
  }
}

/* ========================================================================== */
/* Company Page */
/* ========================================================================== */
/* current navi */
/* -------------------------------------------------------------------------- */
.company-page .main-menu__item--company .main-menu__anchor::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #00aeeb;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .company-page .main-menu__item--company .main-menu__anchor::after {
    width: 2px;
    height: 100%;
    background-color: #00aeeb;
  }
}
.company-page.message-page .main-menu__child__item--company-message .main-menu__child__anchor {
  color: #00aeeb;
}
.company-page.message-page .page-menu__item--company-message > a {
  color: #00aeeb;
}
.company-page.philosophy-page .main-menu__child__item--company-philosophy .main-menu__child__anchor {
  color: #00aeeb;
}
.company-page.philosophy-page .page-menu__item--company-philosophy > a {
  color: #00aeeb;
}
.company-page.profile-page .main-menu__child__item--company-profile .main-menu__child__anchor {
  color: #00aeeb;
}
.company-page.profile-page .page-menu__item--company-profile > a {
  color: #00aeeb;
}
.company-page.history-page .main-menu__child__item--company-history .main-menu__child__anchor {
  color: #00aeeb;
}
.company-page.history-page .page-menu__item--company-history > a {
  color: #00aeeb;
}
.company-page.location-page .main-menu__child__item--company-location .main-menu__child__anchor {
  color: #00aeeb;
}
.company-page.location-page .page-menu__item--company-location > a {
  color: #00aeeb;
}
.company-page.affiliates-page .main-menu__child__item--company-affiliates .main-menu__child__anchor {
  color: #00aeeb;
}
.company-page.affiliates-page .page-menu__item--company-affiliates > a {
  color: #00aeeb;
}

/* ========================================================================== */
/* Shipbuilding Page */
/* ========================================================================== */
/* current navi */
/* -------------------------------------------------------------------------- */
.shipbuilding-page .main-menu__item--shipbuilding .main-menu__anchor::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #00aeeb;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .shipbuilding-page .main-menu__item--shipbuilding .main-menu__anchor::after {
    width: 2px;
    height: 100%;
    background-color: #00aeeb;
  }
}
.shipbuilding-page.marketing-project-page .main-menu__child__item--shipbuilding-marketing-project .main-menu__child__anchor {
  color: #00aeeb;
}
.shipbuilding-page.marketing-project-page .page-menu__item--shipbuilding-marketing-project > a {
  color: #00aeeb;
}
.shipbuilding-page.wind-power-project-page .main-menu__child__item--shipbuilding-wind-power-project .main-menu__child__anchor {
  color: #00aeeb;
}
.shipbuilding-page.wind-power-project-page .page-menu__item--shipbuilding-wind-power-project > a {
  color: #00aeeb;
}
.shipbuilding-page.unmanned-system-page .main-menu__child__item--shipbuilding-unmanned-system .main-menu__child__anchor {
  color: #00aeeb;
}
.shipbuilding-page.unmanned-system-page .page-menu__item--shipbuilding-unmanned-system > a {
  color: #00aeeb;
}
.shipbuilding-page.new-fuel-page .main-menu__child__item--shipbuilding-new-fuel .main-menu__child__anchor {
  color: #00aeeb;
}
.shipbuilding-page.new-fuel-page .page-menu__item--shipbuilding-new-fuel > a {
  color: #00aeeb;
}
.shipbuilding-page.wind-power-page .main-menu__child__item--shipbuilding-wind-power .main-menu__child__anchor {
  color: #00aeeb;
}
.shipbuilding-page.wind-power-page .page-menu__item--shipbuilding-wind-power > a {
  color: #00aeeb;
}
.shipbuilding-page.actual-sea-page .main-menu__child__item--shipbuilding-actual-sea .main-menu__child__anchor {
  color: #00aeeb;
}
.shipbuilding-page.actual-sea-page .page-menu__item--shipbuilding-actual-sea > a {
  color: #00aeeb;
}

.shipbuilding-page.sec-page .main-menu::before {
  content: none;
}
.shipbuilding-page.sec-page .page-main {
  padding-top: 10em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .shipbuilding-page.sec-page .page-main {
    padding-top: 4em;
  }
}
.shipbuilding-page.sec-page .header-visual {
  height: auto;
  max-height: inherit;
  padding-bottom: 6em;
}
.shipbuilding-page.sec-page .header-visual::before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(12, 38, 60, 0.5)), to(rgba(12, 38, 60, 0.1)));
  background: linear-gradient(0, rgba(12, 38, 60, 0.5) 0%, rgba(12, 38, 60, 0.1) 100%);
}

/* ========================================================================== */
/* Technologies Page */
/* ========================================================================== */
/* current navi */
/* -------------------------------------------------------------------------- */
.technologies-page .main-menu__item--technologies .main-menu__anchor::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #00aeeb;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .technologies-page .main-menu__item--technologies .main-menu__anchor::after {
    width: 2px;
    height: 100%;
    background-color: #00aeeb;
  }
}
.technologies-page.unmanned-system-page .main-menu__child__item--technologies-unmanned-system .main-menu__child__anchor {
  color: #00aeeb;
}
.technologies-page.unmanned-system-page .page-menu__item--technologies-unmanned-system > a {
  color: #00aeeb;
}
.technologies-page.new-fuel-page .main-menu__child__item--technologies-new-fuel .main-menu__child__anchor {
  color: #00aeeb;
}
.technologies-page.new-fuel-page .page-menu__item--technologies-new-fuel > a {
  color: #00aeeb;
}
.technologies-page.wind-power-page .main-menu__child__item--technologies-wind-power .main-menu__child__anchor {
  color: #00aeeb;
}
.technologies-page.wind-power-page .page-menu__item--technologies-wind-power > a {
  color: #00aeeb;
}
.technologies-page.actual-sea-page .main-menu__child__item--technologies-actual-sea .main-menu__child__anchor {
  color: #00aeeb;
}
.technologies-page.actual-sea-page .page-menu__item--technologies-actual-sea > a {
  color: #00aeeb;
}

/* ========================================================================== */
/* Business Page */
/* ========================================================================== */
/* current navi */
/* -------------------------------------------------------------------------- */
.business-page .main-menu__item--business .main-menu__anchor::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #00aeeb;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .business-page .main-menu__item--business .main-menu__anchor::after {
    width: 2px;
    height: 100%;
    background-color: #00aeeb;
  }
}
.business-page.merchant-ship-page .main-menu__child__item--business-merchant-ship .main-menu__child__anchor {
  color: #00aeeb;
}
.business-page.merchant-ship-page .page-menu__item--business-merchant-ship > a {
  color: #00aeeb;
}
.business-page.naval-vessel-page .main-menu__child__item--business-naval-vessel .main-menu__child__anchor {
  color: #00aeeb;
}
.business-page.naval-vessel-page .page-menu__item--business-naval-vessel > a {
  color: #00aeeb;
}
.business-page.engineering-page .main-menu__child__item--business-engineering .main-menu__child__anchor {
  color: #00aeeb;
}
.business-page.engineering-page .page-menu__item--business-engineering > a {
  color: #00aeeb;
}
.business-page.lifecycle-page .main-menu__child__item--business-lifecycle .main-menu__child__anchor {
  color: #00aeeb;
}
.business-page.lifecycle-page .page-menu__item--business-lifecycle > a {
  color: #00aeeb;
}

.business-page.sec-page .main-menu::before {
  content: none;
}
.business-page.sec-page .page-main {
  padding-top: 10em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .business-page.sec-page .page-main {
    padding-top: 4em;
  }
}

/* ========================================================================== */
/* R&D Page */
/* ========================================================================== */
/* current navi */
/* -------------------------------------------------------------------------- */
.rd-page .main-menu__item--rd .main-menu__anchor::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #00aeeb;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .rd-page .main-menu__item--rd .main-menu__anchor::after {
    width: 2px;
    height: 100%;
    background-color: #00aeeb;
  }
}
.rd-page.research-institute-page .main-menu__child__item--rd-research-institute .main-menu__child__anchor {
  color: #00aeeb;
}
.rd-page.research-institute-page .page-menu__item--rd-research-institute > a {
  color: #00aeeb;
}
.rd-page.production-center-page .main-menu__child__item--rd-production-center .main-menu__child__anchor {
  color: #00aeeb;
}
.rd-page.production-center-page .page-menu__item--rd-production-center > a {
  color: #00aeeb;
}
.rd-page.hydrodynamics-page .main-menu__child__item--rd-hydrodynamics .main-menu__child__anchor {
  color: #00aeeb;
}
.rd-page.hydrodynamics-page .page-menu__item--rd-hydrodynamics > a {
  color: #00aeeb;
}
.rd-page.ice-page .main-menu__child__item--rd-ice .main-menu__child__anchor {
  color: #00aeeb;
}
.rd-page.ice-page .page-menu__item--rd-ice > a {
  color: #00aeeb;
}
.rd-page.structural-page .main-menu__child__item--rd-structural .main-menu__child__anchor {
  color: #00aeeb;
}
.rd-page.structural-page .page-menu__item--rd-structural > a {
  color: #00aeeb;
}
.rd-page.production-page .main-menu__child__item--rd-production .main-menu__child__anchor {
  color: #00aeeb;
}
.rd-page.production-page .page-menu__item--rd-production > a {
  color: #00aeeb;
}
.rd-page.technical-review-page .main-menu__child__item--technical-review .main-menu__child__anchor {
  color: #00aeeb;
}
.rd-page.technical-review-page .page-menu__item--technical-review > a {
  color: #00aeeb;
}

.rd-page #latestTR .content-list__item {
  background-color: #ffffff;
}

/* ========================================================================== */
/* Products Page */
/* ========================================================================== */
/* current navi */
/* -------------------------------------------------------------------------- */
.products-page .main-menu__item--products .main-menu__anchor::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #00aeeb;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .products-page .main-menu__item--products .main-menu__anchor::after {
    width: 2px;
    height: 100%;
    background-color: #00aeeb;
  }
}
.products-page.container-page .main-menu__child__item--products-container .main-menu__child__anchor {
  color: #00aeeb;
}
.products-page.container-page .page-menu__item--products-container > a {
  color: #00aeeb;
}
.products-page.bulk-carrier-page .main-menu__child__item--products-bulk-carrier .main-menu__child__anchor {
  color: #00aeeb;
}
.products-page.bulk-carrier-page .page-menu__item--products-bulk-carrier > a {
  color: #00aeeb;
}
.products-page.tanker-page .main-menu__child__item--products-tanker .main-menu__child__anchor {
  color: #00aeeb;
}
.products-page.tanker-page .page-menu__item--products-tanker > a {
  color: #00aeeb;
}
.products-page.ocean-gas-page .main-menu__child__item--products-ocean-gas .main-menu__child__anchor {
  color: #00aeeb;
}
.products-page.ocean-gas-page .page-menu__item--products-ocean-gas > a {
  color: #00aeeb;
}
.products-page.car-carrier-page .main-menu__child__item--products-car-carrier .main-menu__child__anchor {
  color: #00aeeb;
}
.products-page.car-carrier-page .page-menu__item--products-car-carrier > a {
  color: #00aeeb;
}
.products-page.cruise-ship-page .main-menu__child__item--products-cruise-ship .main-menu__child__anchor {
  color: #00aeeb;
}
.products-page.cruise-ship-page .page-menu__item--products-cruise-ship > a {
  color: #00aeeb;
}
.products-page.patrol-vessel-page .main-menu__child__item--products-patrol-vessel .main-menu__child__anchor {
  color: #00aeeb;
}
.products-page.patrol-vessel-page .page-menu__item--products-patrol-vessel > a {
  color: #00aeeb;
}
.products-page.naval-vessel-page .main-menu__child__item--products-naval-vessel .main-menu__child__anchor {
  color: #00aeeb;
}
.products-page.naval-vessel-page .page-menu__item--products-naval-vessel > a {
  color: #00aeeb;
}
.products-page.special-ship-page .main-menu__child__item--products-special-ship .main-menu__child__anchor {
  color: #00aeeb;
}
.products-page.special-ship-page .page-menu__item--products-special-ship > a {
  color: #00aeeb;
}
.products-page.support-vessel-page .main-menu__child__item--products-support-vessel .main-menu__child__anchor {
  color: #00aeeb;
}
.products-page.support-vessel-page .page-menu__item--products-support-vessel > a {
  color: #00aeeb;
}
.products-page.structure-page .main-menu__child__item--products-structure .main-menu__child__anchor {
  color: #00aeeb;
}
.products-page.structure-page .page-menu__item--products-structure > a {
  color: #00aeeb;
}
.products-page.sep-page .main-menu__child__item--products-sep .main-menu__child__anchor {
  color: #00aeeb;
}
.products-page.sep-page .page-menu__item--products-sep > a {
  color: #00aeeb;
}
.products-page.repair-page .main-menu__child__item--products-repair .main-menu__child__anchor {
  color: #00aeeb;
}
.products-page.repair-page .page-menu__item--products-repair > a {
  color: #00aeeb;
}
.products-page.engineering-page .main-menu__child__item--products-engineering .main-menu__child__anchor {
  color: #00aeeb;
}
.products-page.engineering-page .page-menu__item--products-engineering > a {
  color: #00aeeb;
}
.products-page.equipment-page .main-menu__child__item--products-equipment .main-menu__child__anchor {
  color: #00aeeb;
}
.products-page.equipment-page .page-menu__item--products-equipment > a {
  color: #00aeeb;
}
.products-page.mechatronics-page .main-menu__child__item--products-mechatronics .main-menu__child__anchor {
  color: #00aeeb;
}
.products-page.mechatronics-page .page-menu__item--products-mechatronics > a {
  color: #00aeeb;
}

/* ========================================================================== */
/* Archives Page */
/* ========================================================================== */
/* current navi */
/* -------------------------------------------------------------------------- */
.archives-page .main-menu__item--archives .main-menu__anchor::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #00aeeb;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .archives-page .main-menu__item--archives .main-menu__anchor::after {
    width: 2px;
    height: 100%;
    background-color: #00aeeb;
  }
}
.archives-page.category-container-page .sort-menu__item--category-container .sort-menu__anchor {
  background-color: #00aeeb;
  color: #ffffff;
}
.archives-page.category-bulk-carrier-page .sort-menu__item--category-bulk-carrier .sort-menu__anchor {
  background-color: #00aeeb;
  color: #ffffff;
}
.archives-page.category-tanker-page .sort-menu__item--category-tanker .sort-menu__anchor {
  background-color: #00aeeb;
  color: #ffffff;
}
.archives-page.category-ocean-gas-page .sort-menu__item--category-ocean-gas .sort-menu__anchor {
  background-color: #00aeeb;
  color: #ffffff;
}
.archives-page.category-car-carrier-page .sort-menu__item--category-car-carrier .sort-menu__anchor {
  background-color: #00aeeb;
  color: #ffffff;
}
.archives-page.category-offshore-page .sort-menu__item--category-offshore .sort-menu__anchor {
  background-color: #00aeeb;
  color: #ffffff;
}
.archives-page.category-cruise-ship-page .sort-menu__item--category-cruise-ship .sort-menu__anchor {
  background-color: #00aeeb;
  color: #ffffff;
}
.archives-page.category-patrol-vessel-page .sort-menu__item--category-patrol-vessel .sort-menu__anchor {
  background-color: #00aeeb;
  color: #ffffff;
}
.archives-page.category-naval-vessel-page .sort-menu__item--category-naval-vessel .sort-menu__anchor {
  background-color: #00aeeb;
  color: #ffffff;
}
.archives-page.category-special-ship-page .sort-menu__item--category-special-ship .sort-menu__anchor {
  background-color: #00aeeb;
  color: #ffffff;
}
.archives-page.category-structure-page .sort-menu__item--category-structure .sort-menu__anchor {
  background-color: #00aeeb;
  color: #ffffff;
}
.archives-page.category-ariake-page .sort-menu__item--category-ariake .sort-menu__anchor {
  background-color: #00aeeb;
  color: #ffffff;
}
.archives-page.category-tsu-page .sort-menu__item--category-tsu .sort-menu__anchor {
  background-color: #00aeeb;
  color: #ffffff;
}
.archives-page.category-kure-page .sort-menu__item--category-kure .sort-menu__anchor {
  background-color: #00aeeb;
  color: #ffffff;
}
.archives-page.year-2040-page .sort-menu__item--year-2040 .sort-menu__anchor {
  background-color: #00aeeb;
  color: #ffffff;
}
.archives-page.year-2039-page .sort-menu__item--year-2039 .sort-menu__anchor {
  background-color: #00aeeb;
  color: #ffffff;
}
.archives-page.year-2038-page .sort-menu__item--year-2038 .sort-menu__anchor {
  background-color: #00aeeb;
  color: #ffffff;
}
.archives-page.year-2037-page .sort-menu__item--year-2037 .sort-menu__anchor {
  background-color: #00aeeb;
  color: #ffffff;
}
.archives-page.year-2036-page .sort-menu__item--year-2036 .sort-menu__anchor {
  background-color: #00aeeb;
  color: #ffffff;
}
.archives-page.year-2035-page .sort-menu__item--year-2035 .sort-menu__anchor {
  background-color: #00aeeb;
  color: #ffffff;
}
.archives-page.year-2034-page .sort-menu__item--year-2034 .sort-menu__anchor {
  background-color: #00aeeb;
  color: #ffffff;
}
.archives-page.year-2033-page .sort-menu__item--year-2033 .sort-menu__anchor {
  background-color: #00aeeb;
  color: #ffffff;
}
.archives-page.year-2032-page .sort-menu__item--year-2032 .sort-menu__anchor {
  background-color: #00aeeb;
  color: #ffffff;
}
.archives-page.year-2031-page .sort-menu__item--year-2031 .sort-menu__anchor {
  background-color: #00aeeb;
  color: #ffffff;
}
.archives-page.year-2030-page .sort-menu__item--year-2030 .sort-menu__anchor {
  background-color: #00aeeb;
  color: #ffffff;
}
.archives-page.year-2029-page .sort-menu__item--year-2029 .sort-menu__anchor {
  background-color: #00aeeb;
  color: #ffffff;
}
.archives-page.year-2028-page .sort-menu__item--year-2028 .sort-menu__anchor {
  background-color: #00aeeb;
  color: #ffffff;
}
.archives-page.year-2027-page .sort-menu__item--year-2027 .sort-menu__anchor {
  background-color: #00aeeb;
  color: #ffffff;
}
.archives-page.year-2026-page .sort-menu__item--year-2026 .sort-menu__anchor {
  background-color: #00aeeb;
  color: #ffffff;
}
.archives-page.year-2025-page .sort-menu__item--year-2025 .sort-menu__anchor {
  background-color: #00aeeb;
  color: #ffffff;
}
.archives-page.year-2024-page .sort-menu__item--year-2024 .sort-menu__anchor {
  background-color: #00aeeb;
  color: #ffffff;
}
.archives-page.year-2023-page .sort-menu__item--year-2023 .sort-menu__anchor {
  background-color: #00aeeb;
  color: #ffffff;
}
.archives-page.year-2022-page .sort-menu__item--year-2022 .sort-menu__anchor {
  background-color: #00aeeb;
  color: #ffffff;
}
.archives-page.year-2021-page .sort-menu__item--year-2021 .sort-menu__anchor {
  background-color: #00aeeb;
  color: #ffffff;
}
.archives-page.year-2020-page .sort-menu__item--year-2020 .sort-menu__anchor {
  background-color: #00aeeb;
  color: #ffffff;
}
.archives-page.year-2019-page .sort-menu__item--year-2019 .sort-menu__anchor {
  background-color: #00aeeb;
  color: #ffffff;
}
.archives-page.year-2018-page .sort-menu__item--year-2018 .sort-menu__anchor {
  background-color: #00aeeb;
  color: #ffffff;
}
.archives-page.year-2017-page .sort-menu__item--year-2017 .sort-menu__anchor {
  background-color: #00aeeb;
  color: #ffffff;
}
.archives-page.year-2016-page .sort-menu__item--year-2016 .sort-menu__anchor {
  background-color: #00aeeb;
  color: #ffffff;
}
.archives-page.year-2015-page .sort-menu__item--year-2015 .sort-menu__anchor {
  background-color: #00aeeb;
  color: #ffffff;
}
.archives-page.year-2014-page .sort-menu__item--year-2014 .sort-menu__anchor {
  background-color: #00aeeb;
  color: #ffffff;
}
.archives-page.year-2013-page .sort-menu__item--year-2013 .sort-menu__anchor {
  background-color: #00aeeb;
  color: #ffffff;
}
.archives-page.year-2012-page .sort-menu__item--year-2012 .sort-menu__anchor {
  background-color: #00aeeb;
  color: #ffffff;
}

/* ========================================================================== */
/* Sustainability Page */
/* ========================================================================== */
/* current navi */
/* -------------------------------------------------------------------------- */
.sustainability-page .main-menu__item--sustainability .main-menu__anchor::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #00aeeb;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .sustainability-page .main-menu__item--sustainability .main-menu__anchor::after {
    width: 2px;
    height: 100%;
    background-color: #00aeeb;
  }
}
.sustainability-page.environment-page .main-menu__child__item--sustainability-environment .main-menu__child__anchor {
  color: #00aeeb;
}
.sustainability-page.environment-page .page-menu__item--sustainability-environment > a {
  color: #00aeeb;
}
.sustainability-page.social-page .main-menu__child__item--sustainability-social .main-menu__child__anchor {
  color: #00aeeb;
}
.sustainability-page.social-page .page-menu__item--sustainability-social > a {
  color: #00aeeb;
}
.sustainability-page.governance-page .main-menu__child__item--sustainability-governance .main-menu__child__anchor {
  color: #00aeeb;
}
.sustainability-page.governance-page .page-menu__item--sustainability-governance > a {
  color: #00aeeb;
}
.sustainability-page.esg-report-page .main-menu__child__item--sustainability-esg-report .main-menu__child__anchor {
  color: #00aeeb;
}
.sustainability-page.esg-report-page .page-menu__item--sustainability-esg-report > a {
  color: #00aeeb;
}

.hp-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
  padding-right: 1em;
  padding-bottom: 1em;
  font-size: 1.125em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hp-chart {
    width: 55em;
  }
}
.hp-chart__head {
  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;
  position: relative;
  height: 4em;
  margin-bottom: 0.5em;
  background-color: #0b308e;
}
.hp-chart__head::before, .hp-chart__head::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2em 0 2em 1em;
}
.hp-chart__head::before {
  border-color: transparent transparent transparent #ffffff;
}
.hp-chart__head::after {
  left: 100%;
  z-index: 1;
  border-color: transparent transparent transparent #0b308e;
}
.hp-chart__title {
  text-align: center;
  font-weight: 700;
  color: #ffffff;
}
.hp-chart__item {
  width: calc(33.333% - 0.333em);
}
.hp-chart__content {
  height: calc(100% - 4em);
  padding: 1.5em;
  border: 1px solid #e0e0e0;
}

.hr-image-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hr-image-chart {
    width: 55em;
  }
}
.hr-image-chart__item {
  width: calc(33.333% - 0.375em);
  padding: 2em;
  border-radius: 0.5em;
  background-color: rgba(0, 0, 0, 0.04);
}
.hr-image-chart__content {
  padding: 0 2em 2em;
}
.hr-image-chart__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1em;
  line-height: 1.5;
}
.hr-image-chart__title__pri {
  font-size: 2em;
  color: #0b308e;
}
.hr-image-chart__title__sec {
  font-family: "Barlow", sans-serif;
}
.hr-image-chart__read {
  text-align: justify;
  font-size: 1.2em;
  line-height: 1.8;
}
.hr-image-chart__read:last-of-type {
  margin-bottom: 0;
}
.hr-image-chart__item:last-of-type {
  width: 100%;
}

/* ========================================================================== */
/* Employ Page */
/* ========================================================================== */
/* current navi */
/* -------------------------------------------------------------------------- */
.employ-page .main-menu__item--employ .main-menu__anchor::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #00aeeb;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .employ-page .main-menu__item--employ .main-menu__anchor::after {
    width: 2px;
    height: 100%;
    background-color: #00aeeb;
  }
}

/* ========================================================================== */
/* News Page */
/* ========================================================================== */
/* current navi */
/* -------------------------------------------------------------------------- */
.news-page .main-menu__item--news .main-menu__anchor::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #00aeeb;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .news-page .main-menu__item--news .main-menu__anchor::after {
    width: 2px;
    height: 100%;
    background-color: #00aeeb;
  }
}
.news-page.all-page .page-menu__item--all > a {
  color: #00aeeb;
}
.news-page.category-info-page .page-menu__item--category-info > a {
  color: #00aeeb;
}
.news-page.category-press-page .page-menu__item--category-press > a {
  color: #00aeeb;
}
.news-page.category-tec-page .page-menu__item--category-tec > a {
  color: #00aeeb;
}
.news-page.year-2040-page .page-menu__item--year-2040 > a {
  color: #00aeeb;
}
.news-page.year-2039-page .page-menu__item--year-2039 > a {
  color: #00aeeb;
}
.news-page.year-2038-page .page-menu__item--year-2038 > a {
  color: #00aeeb;
}
.news-page.year-2037-page .page-menu__item--year-2037 > a {
  color: #00aeeb;
}
.news-page.year-2036-page .page-menu__item--year-2036 > a {
  color: #00aeeb;
}
.news-page.year-2035-page .page-menu__item--year-2035 > a {
  color: #00aeeb;
}
.news-page.year-2034-page .page-menu__item--year-2034 > a {
  color: #00aeeb;
}
.news-page.year-2033-page .page-menu__item--year-2033 > a {
  color: #00aeeb;
}
.news-page.year-2032-page .page-menu__item--year-2032 > a {
  color: #00aeeb;
}
.news-page.year-2031-page .page-menu__item--year-2031 > a {
  color: #00aeeb;
}
.news-page.year-2030-page .page-menu__item--year-2030 > a {
  color: #00aeeb;
}
.news-page.year-2029-page .page-menu__item--year-2029 > a {
  color: #00aeeb;
}
.news-page.year-2028-page .page-menu__item--year-2028 > a {
  color: #00aeeb;
}
.news-page.year-2027-page .page-menu__item--year-2027 > a {
  color: #00aeeb;
}
.news-page.year-2026-page .page-menu__item--year-2026 > a {
  color: #00aeeb;
}
.news-page.year-2025-page .page-menu__item--year-2025 > a {
  color: #00aeeb;
}
.news-page.year-2024-page .page-menu__item--year-2024 > a {
  color: #00aeeb;
}
.news-page.year-2023-page .page-menu__item--year-2023 > a {
  color: #00aeeb;
}
.news-page.year-2022-page .page-menu__item--year-2022 > a {
  color: #00aeeb;
}
.news-page.year-2021-page .page-menu__item--year-2021 > a {
  color: #00aeeb;
}
.news-page.year-2020-page .page-menu__item--year-2020 > a {
  color: #00aeeb;
}
.news-page.year-2019-page .page-menu__item--year-2019 > a {
  color: #00aeeb;
}
.news-page.year-2018-page .page-menu__item--year-2018 > a {
  color: #00aeeb;
}
.news-page.year-2017-page .page-menu__item--year-2017 > a {
  color: #00aeeb;
}
.news-page.year-2016-page .page-menu__item--year-2016 > a {
  color: #00aeeb;
}
.news-page.year-2015-page .page-menu__item--year-2015 > a {
  color: #00aeeb;
}
.news-page.year-2014-page .page-menu__item--year-2014 > a {
  color: #00aeeb;
}
.news-page.year-2013-page .page-menu__item--year-2013 > a {
  color: #00aeeb;
}
.news-page.year-2012-page .page-menu__item--year-2012 > a {
  color: #00aeeb;
}

.news-article__header {
  margin-bottom: 3em;
  padding: 1.5em;
  border-radius: 0.5em;
  background: #f5f5f5;
}
.news-article__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-article__category {
  margin-right: 1em;
  font-weight: 500;
}
.news-article__title {
  font-size: 2em;
  line-height: 1.6;
}
.news-article__date {
  font-weight: 500;
  color: #a3a3a3;
}
.news-article__visual {
  margin: 3em 0;
}
.news-article__footer {
  margin-top: 3em;
  padding-top: 3em;
  border-top: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .news-article__footer {
    text-align: center;
  }
}
.news-article__body h2,
.news-article__body h3,
.news-article__body h4 {
  position: relative;
  margin-top: 2em;
  padding-left: 1em;
  line-height: 1.6;
}
.news-article__body h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
  width: 0.125em;
  height: 1.6em;
  margin-right: 0.75em;
  border-radius: 0.0625em;
  background-image: none;
  background-color: #0b308e;
}
.news-article__body h3::before {
  top: 0.6em;
  width: 0.75em;
  height: 0.75em;
  border: 0.2em solid #0b308e;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transform: translateY(-0.125em);
          transform: translateY(-0.125em);
}
.news-article__body h4::before {
  top: 0.65em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-image: none;
  -webkit-transform: translateY(-0.075em);
          transform: translateY(-0.075em);
}
.news-article__body p {
  font-size: 1.25em;
  line-height: 2;
}
.news-article__body hr {
  margin: 4em auto;
  border: 0;
  border-top: 1px solid #e0e0e0;
}
.news-article__body ul {
  font-size: 1.25em;
}
.news-article__body ul > li {
  position: relative;
  padding-left: 1em;
}
.news-article__body ul > li::before {
  content: "●";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #0b308e;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.news-article__body ul > li ul li::before {
  content: "○";
}
.news-article__body ol {
  counter-reset: number;
  font-size: 1.25em;
}
.news-article__body ol > li {
  position: relative;
  padding-left: 2em;
}
.news-article__body ol > li::before {
  display: inline-block;
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  text-align: right;
  color: #0b308e;
}
.news-article__body table {
  width: auto !important;
  height: auto !important;
  border: 0;
  font-size: 1.125em;
}
.news-article__body table colgroup col {
  width: auto !important;
}
.news-article__body table tr {
  width: auto !important;
  height: auto !important;
}
.news-article__body table th,
.news-article__body table td {
  width: auto !important;
  height: auto !important;
  padding: 0.5em;
  border: 1px solid #e0e0e0;
  vertical-align: top;
}
.news-article__body table th,
.news-article__body table td:first-of-type {
  white-space: nowrap;
  font-weight: 500;
}
.news-article__body table thead th,
.news-article__body table thead td {
  background-color: #999;
  color: #ffffff;
}
.news-article__body table tbody tr:nth-of-type(odd) th,
.news-article__body table tbody tr:nth-of-type(odd) td {
  background-color: #f5f5f5;
}
.news-article__body .mt-be-columns {
  gap: 1.5em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .news-article__body .mt-be-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news-article__body .mt-be-column {
  width: 50%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .news-article__body .mt-be-column {
    width: 100%;
  }
  .news-article__body .mt-be-column img {
    width: 70%;
    margin: 0 auto;
  }
}

/* ========================================================================== */
/* Layout */
/* ========================================================================== */
/* 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-3s5 {
  padding: 3.5em !important;
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) 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-6 {
    padding: 6em !important;
  }
  .sp-p-7 {
    padding: 7em !important;
  }
  .sp-p-8 {
    padding: 8em !important;
  }
  .sp-p-9 {
    padding: 9em !important;
  }
  .sp-p-10 {
    padding: 10em !important;
  }
}
/* layout: padding top */
/* -------------------------------------------------------------------------- */
.pt-0 {
  padding-top: 0 !important;
}

.pt-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-6 {
  padding-top: 6em !important;
}

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

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

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

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

@media screen and (max-width: 767px) 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-6 {
    padding-top: 6em !important;
  }
  .sp-pt-7 {
    padding-top: 7em !important;
  }
  .sp-pt-8 {
    padding-top: 8em !important;
  }
  .sp-pt-9 {
    padding-top: 9em !important;
  }
  .sp-pt-10 {
    padding-top: 10em !important;
  }
}
/* layout: padding right */
/* -------------------------------------------------------------------------- */
.pr-0 {
  padding-right: 0em !important;
}

.pr-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-6 {
  padding-right: 6em !important;
}

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

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

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

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

@media screen and (max-width: 767px) 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-6 {
    padding-right: 6em !important;
  }
  .sp-pr-7 {
    padding-right: 7em !important;
  }
  .sp-pr-8 {
    padding-right: 8em !important;
  }
  .sp-pr-9 {
    padding-right: 9em !important;
  }
  .sp-pr-10 {
    padding-right: 10em !important;
  }
}
/* layout: padding bottom */
/* -------------------------------------------------------------------------- */
.pb-0 {
  padding-bottom: 0em !important;
}

.pb-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-6 {
  padding-bottom: 6em !important;
}

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

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

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

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

@media screen and (max-width: 767px) 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-6 {
    padding-bottom: 6em !important;
  }
  .sp-pb-7 {
    padding-bottom: 7em !important;
  }
  .sp-pb-8 {
    padding-bottom: 8em !important;
  }
  .sp-pb-9 {
    padding-bottom: 9em !important;
  }
  .sp-pb-10 {
    padding-bottom: 10em !important;
  }
}
/* layout: padding left */
/* -------------------------------------------------------------------------- */
.pl-0 {
  padding-left: 0em !important;
}

.pl-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-6 {
  padding-left: 6em !important;
}

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

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

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

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

@media screen and (max-width: 767px) 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-6 {
    padding-left: 6em !important;
  }
  .sp-pl-7 {
    padding-left: 7em !important;
  }
  .sp-pl-8 {
    padding-left: 8em !important;
  }
  .sp-pl-9 {
    padding-left: 9em !important;
  }
  .sp-pl-10 {
    padding-left: 10em !important;
  }
}
/* layout: margin auto */
/* -------------------------------------------------------------------------- */
.m-auto {
  margin: 0 auto !important;
}

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

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

@media screen and (max-width: 767px) and (orientation: portrait) {
  .sp-m-auto {
    margin: 0 auto !important;
  }
  .sp-mr-auto {
    margin-right: auto !important;
  }
  .sp-ml-auto {
    margin-left: auto !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-6 {
  margin-top: 6em !important;
}

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

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

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

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

@media screen and (max-width: 767px) 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-6 {
    margin-top: 6em !important;
  }
  .sp-mt-7 {
    margin-top: 7em !important;
  }
  .sp-mt-8 {
    margin-top: 8em !important;
  }
  .sp-mt-9 {
    margin-top: 9em !important;
  }
  .sp-mt-10 {
    margin-top: 10em !important;
  }
}
/* layout: margin right */
/* -------------------------------------------------------------------------- */
.mr-0 {
  margin-right: 0 !important;
}

.mr-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-6 {
  margin-right: 6em !important;
}

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

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

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

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

@media screen and (max-width: 767px) and (orientation: portrait) {
  .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-6 {
    margin-right: 6em !important;
  }
  .sp-mr-7 {
    margin-right: 7em !important;
  }
  .sp-mr-8 {
    margin-right: 8em !important;
  }
  .sp-mr-9 {
    margin-right: 9em !important;
  }
  .sp-mr-10 {
    margin-right: 10em !important;
  }
}
/* layout: margin bottom */
/* -------------------------------------------------------------------------- */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-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-6 {
  margin-bottom: 6em !important;
}

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

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

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

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

@media screen and (max-width: 767px) 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-6 {
    margin-bottom: 6em !important;
  }
  .sp-mb-7 {
    margin-bottom: 7em !important;
  }
  .sp-mb-8 {
    margin-bottom: 8em !important;
  }
  .sp-mb-9 {
    margin-bottom: 9em !important;
  }
  .sp-mb-10 {
    margin-bottom: 10em !important;
  }
}
/* layout: margin left */
/* -------------------------------------------------------------------------- */
.ml-0 {
  margin-left: 0 !important;
}

.ml-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-6 {
  margin-left: 6em !important;
}

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

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

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

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

@media screen and (max-width: 767px) and (orientation: portrait) {
  .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-6 {
    margin-left: 6em !important;
  }
  .sp-ml-7 {
    margin-left: 7em !important;
  }
  .sp-ml-8 {
    margin-left: 8em !important;
  }
  .sp-ml-9 {
    margin-left: 9em !important;
  }
  .sp-ml-10 {
    margin-left: 10em !important;
  }
}
/* layout: percentage width */
/* -------------------------------------------------------------------------- */
.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;
}

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

.w-small {
  width: 33.333% !important;
}

.w-middle {
  width: 66.666% !important;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .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;
  }
  .sp-w-auto {
    width: auto !important;
  }
  .sp-w-small {
    width: 33.333% !important;
  }
  .sp-w-middle {
    width: 66.666% !important;
  }
}
/* layout: em width */
/* -------------------------------------------------------------------------- */
.w-d5e {
  width: 0.5em !important;
}

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

.w-1d5e {
  width: 1.5em !important;
}

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

.w-2d5e {
  width: 2.5em !important;
}

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

.w-3d5e {
  width: 3.5em !important;
}

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

.w-4d5e {
  width: 4.5em !important;
}

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

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

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

.w-6d5e {
  width: 6.5em !important;
}

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

.w-7d5e {
  width: 7.5em !important;
}

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

.w-8d5e {
  width: 8.5em !important;
}

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

.w-9d5e {
  width: 9.5em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) and (orientation: portrait) {
  .sp-w-d5e {
    width: 0.5em !important;
  }
  .sp-w-1e {
    width: 1em !important;
  }
  .sp-w-1d5e {
    width: 1.5em !important;
  }
  .sp-w-2e {
    width: 2em !important;
  }
  .sp-w-2d5e {
    width: 2.5em !important;
  }
  .sp-w-3e {
    width: 3em !important;
  }
  .sp-w-3d5e {
    width: 3.5em !important;
  }
  .sp-w-4e {
    width: 4em !important;
  }
  .sp-w-4d5e {
    width: 4.5em !important;
  }
  .sp-w-5e {
    width: 5em !important;
  }
  .sp-w-5d5e {
    width: 5.5em !important;
  }
  .sp-w-6e {
    width: 6em !important;
  }
  .sp-w-6d5e {
    width: 6.5em !important;
  }
  .sp-w-7e {
    width: 7em !important;
  }
  .sp-w-7d5e {
    width: 7.5em !important;
  }
  .sp-w-8e {
    width: 8em !important;
  }
  .sp-w-8d5e {
    width: 8.5em !important;
  }
  .sp-w-9e {
    width: 9em !important;
  }
  .sp-w-9d5e {
    width: 9.5em !important;
  }
  .sp-w-10e {
    width: 10em !important;
  }
  .sp-w-11e {
    width: 11em !important;
  }
  .sp-w-12e {
    width: 12em !important;
  }
  .sp-w-13e {
    width: 13em !important;
  }
  .sp-w-14e {
    width: 14em !important;
  }
  .sp-w-15e {
    width: 15em !important;
  }
  .sp-w-16e {
    width: 16em !important;
  }
  .sp-w-17e {
    width: 17em !important;
  }
  .sp-w-18e {
    width: 18em !important;
  }
  .sp-w-19e {
    width: 19em !important;
  }
  .sp-w-20e {
    width: 20em !important;
  }
  .sp-w-21e {
    width: 21em !important;
  }
  .sp-w-22e {
    width: 22em !important;
  }
  .sp-w-23e {
    width: 23em !important;
  }
  .sp-w-24e {
    width: 24em !important;
  }
  .sp-w-25e {
    width: 25em !important;
  }
  .sp-w-26e {
    width: 26em !important;
  }
  .sp-w-27e {
    width: 27em !important;
  }
  .sp-w-28e {
    width: 28em !important;
  }
  .sp-w-29e {
    width: 29em !important;
  }
  .sp-w-30e {
    width: 30em !important;
  }
  .sp-w-31e {
    width: 31em !important;
  }
  .sp-w-32e {
    width: 32em !important;
  }
  .sp-w-33e {
    width: 33em !important;
  }
  .sp-w-34e {
    width: 34em !important;
  }
  .sp-w-35e {
    width: 35em !important;
  }
  .sp-w-36e {
    width: 36em !important;
  }
  .sp-w-37e {
    width: 37em !important;
  }
  .sp-w-38e {
    width: 38em !important;
  }
  .sp-w-39e {
    width: 39em !important;
  }
  .sp-w-40e {
    width: 40em !important;
  }
  .sp-w-41e {
    width: 41em !important;
  }
  .sp-w-42e {
    width: 42em !important;
  }
  .sp-w-43e {
    width: 43em !important;
  }
  .sp-w-44e {
    width: 44em !important;
  }
  .sp-w-45e {
    width: 45em !important;
  }
  .sp-w-46e {
    width: 46em !important;
  }
  .sp-w-47e {
    width: 47em !important;
  }
  .sp-w-48e {
    width: 48em !important;
  }
  .sp-w-49e {
    width: 49em !important;
  }
  .sp-w-50e {
    width: 50em !important;
  }
  .sp-w-51e {
    width: 51em !important;
  }
  .sp-w-52e {
    width: 52em !important;
  }
  .sp-w-53e {
    width: 53em !important;
  }
  .sp-w-54e {
    width: 54em !important;
  }
  .sp-w-55e {
    width: 55em !important;
  }
  .sp-w-56e {
    width: 56em !important;
  }
  .sp-w-57e {
    width: 57em !important;
  }
  .sp-w-58e {
    width: 58em !important;
  }
  .sp-w-59e {
    width: 59em !important;
  }
  .sp-w-60e {
    width: 59em !important;
  }
}
/* layout: em max-width */
/* -------------------------------------------------------------------------- */
.max-w-d5e {
  max-width: 0.5em !important;
}

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

.max-w-1d5e {
  max-width: 1.5em !important;
}

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

.max-w-2d5e {
  max-width: 2.5em !important;
}

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

.max-w-3d5e {
  max-width: 3.5em !important;
}

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

.max-w-4d5e {
  max-width: 4.5em !important;
}

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

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

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

.max-w-6d5e {
  max-width: 6.5em !important;
}

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

.max-w-7d5e {
  max-width: 7.5em !important;
}

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

.max-w-8d5e {
  max-width: 8.5em !important;
}

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

.max-w-9d5e {
  max-width: 9.5em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) and (orientation: portrait) {
  .sp-max-w-d5e {
    max-width: 0.5em !important;
  }
  .sp-max-w-1e {
    max-width: 1em !important;
  }
  .sp-max-w-1d5e {
    max-width: 1.5em !important;
  }
  .sp-max-w-2e {
    max-width: 2em !important;
  }
  .sp-max-w-2d5e {
    max-width: 2.5em !important;
  }
  .sp-max-w-3e {
    max-width: 3em !important;
  }
  .sp-max-w-3d5e {
    max-width: 3.5em !important;
  }
  .sp-max-w-4e {
    max-width: 4em !important;
  }
  .sp-max-w-4d5e {
    max-width: 4.5em !important;
  }
  .sp-max-w-5e {
    max-width: 5em !important;
  }
  .sp-max-w-5d5e {
    max-width: 5.5em !important;
  }
  .sp-max-w-6e {
    max-width: 6em !important;
  }
  .sp-max-w-6d5e {
    max-width: 6.5em !important;
  }
  .sp-max-w-7e {
    max-width: 7em !important;
  }
  .sp-max-w-7d5e {
    max-width: 7.5em !important;
  }
  .sp-max-w-8e {
    max-width: 8em !important;
  }
  .sp-max-w-8d5e {
    max-width: 8.5em !important;
  }
  .sp-max-w-9e {
    max-width: 9em !important;
  }
  .sp-max-w-9d5e {
    max-width: 9.5em !important;
  }
  .sp-max-w-10e {
    max-width: 10em !important;
  }
  .sp-max-w-11e {
    max-width: 11em !important;
  }
  .sp-max-w-12e {
    max-width: 12em !important;
  }
  .sp-max-w-13e {
    max-width: 13em !important;
  }
  .sp-max-w-14e {
    max-width: 14em !important;
  }
  .sp-max-w-15e {
    max-width: 15em !important;
  }
  .sp-max-w-16e {
    max-width: 16em !important;
  }
  .sp-max-w-17e {
    max-width: 17em !important;
  }
  .sp-max-w-18e {
    max-width: 18em !important;
  }
  .sp-max-w-19e {
    max-width: 19em !important;
  }
  .sp-max-w-20e {
    max-width: 20em !important;
  }
  .sp-max-w-21e {
    max-width: 21em !important;
  }
  .sp-max-w-22e {
    max-width: 22em !important;
  }
  .sp-max-w-23e {
    max-width: 23em !important;
  }
  .sp-max-w-24e {
    max-width: 24em !important;
  }
  .sp-max-w-25e {
    max-width: 25em !important;
  }
  .sp-max-w-26e {
    max-width: 26em !important;
  }
  .sp-max-w-27e {
    max-width: 27em !important;
  }
  .sp-max-w-28e {
    max-width: 28em !important;
  }
  .sp-max-w-29e {
    max-width: 29em !important;
  }
  .sp-max-w-30e {
    max-width: 30em !important;
  }
  .sp-max-w-31e {
    max-width: 31em !important;
  }
  .sp-max-w-32e {
    max-width: 32em !important;
  }
  .sp-max-w-33e {
    max-width: 33em !important;
  }
  .sp-max-w-34e {
    max-width: 34em !important;
  }
  .sp-max-w-35e {
    max-width: 35em !important;
  }
  .sp-max-w-36e {
    max-width: 36em !important;
  }
  .sp-max-w-37e {
    max-width: 37em !important;
  }
  .sp-max-w-38e {
    max-width: 38em !important;
  }
  .sp-max-w-39e {
    max-width: 39em !important;
  }
  .sp-max-w-40e {
    max-width: 40em !important;
  }
  .sp-max-w-41e {
    max-width: 41em !important;
  }
  .sp-max-w-42e {
    max-width: 42em !important;
  }
  .sp-max-w-43e {
    max-width: 43em !important;
  }
  .sp-max-w-44e {
    max-width: 44em !important;
  }
  .sp-max-w-45e {
    max-width: 45em !important;
  }
  .sp-max-w-46e {
    max-width: 46em !important;
  }
  .sp-max-w-47e {
    max-width: 47em !important;
  }
  .sp-max-w-48e {
    max-width: 48em !important;
  }
  .sp-max-w-49e {
    max-width: 49em !important;
  }
  .sp-max-w-50e {
    max-width: 50em !important;
  }
  .sp-max-w-51e {
    max-width: 51em !important;
  }
  .sp-max-w-52e {
    max-width: 52em !important;
  }
  .sp-max-w-53e {
    max-width: 53em !important;
  }
  .sp-max-w-54e {
    max-width: 54em !important;
  }
  .sp-max-w-55e {
    max-width: 55em !important;
  }
  .sp-max-w-56e {
    max-width: 56em !important;
  }
  .sp-max-w-57e {
    max-width: 57em !important;
  }
  .sp-max-w-58e {
    max-width: 58em !important;
  }
  .sp-max-w-59e {
    max-width: 59em !important;
  }
  .sp-max-w-60e {
    max-width: 59em !important;
  }
}
/* layout: em min-width */
/* -------------------------------------------------------------------------- */
.min-w-d5e {
  min-width: 0.5em !important;
}

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

.min-w-1d5e {
  min-width: 1.5em !important;
}

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

.min-w-2d5e {
  min-width: 2.5em !important;
}

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

.min-w-3d5e {
  min-width: 3.5em !important;
}

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

.min-w-4d5e {
  min-width: 4.5em !important;
}

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

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

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

.min-w-6d5e {
  min-width: 6.5em !important;
}

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

.min-w-7d5e {
  min-width: 7.5em !important;
}

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

.min-w-8d5e {
  min-width: 8.5em !important;
}

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

.min-w-9d5e {
  min-width: 9.5em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-min-width: 767px) and (orientation: portrait) {
  .sp-min-w-d5e {
    min-width: 0.5em !important;
  }
  .sp-min-w-1e {
    min-width: 1em !important;
  }
  .sp-min-w-1d5e {
    min-width: 1.5em !important;
  }
  .sp-min-w-2e {
    min-width: 2em !important;
  }
  .sp-min-w-2d5e {
    min-width: 2.5em !important;
  }
  .sp-min-w-3e {
    min-width: 3em !important;
  }
  .sp-min-w-3d5e {
    min-width: 3.5em !important;
  }
  .sp-min-w-4e {
    min-width: 4em !important;
  }
  .sp-min-w-4d5e {
    min-width: 4.5em !important;
  }
  .sp-min-w-5e {
    min-width: 5em !important;
  }
  .sp-min-w-5d5e {
    min-width: 5.5em !important;
  }
  .sp-min-w-6e {
    min-width: 6em !important;
  }
  .sp-min-w-6d5e {
    min-width: 6.5em !important;
  }
  .sp-min-w-7e {
    min-width: 7em !important;
  }
  .sp-min-w-7d5e {
    min-width: 7.5em !important;
  }
  .sp-min-w-8e {
    min-width: 8em !important;
  }
  .sp-min-w-8d5e {
    min-width: 8.5em !important;
  }
  .sp-min-w-9e {
    min-width: 9em !important;
  }
  .sp-min-w-9d5e {
    min-width: 9.5em !important;
  }
  .sp-min-w-10e {
    min-width: 10em !important;
  }
  .sp-min-w-11e {
    min-width: 11em !important;
  }
  .sp-min-w-12e {
    min-width: 12em !important;
  }
  .sp-min-w-13e {
    min-width: 13em !important;
  }
  .sp-min-w-14e {
    min-width: 14em !important;
  }
  .sp-min-w-15e {
    min-width: 15em !important;
  }
  .sp-min-w-16e {
    min-width: 16em !important;
  }
  .sp-min-w-17e {
    min-width: 17em !important;
  }
  .sp-min-w-18e {
    min-width: 18em !important;
  }
  .sp-min-w-19e {
    min-width: 19em !important;
  }
  .sp-min-w-20e {
    min-width: 20em !important;
  }
  .sp-min-w-21e {
    min-width: 21em !important;
  }
  .sp-min-w-22e {
    min-width: 22em !important;
  }
  .sp-min-w-23e {
    min-width: 23em !important;
  }
  .sp-min-w-24e {
    min-width: 24em !important;
  }
  .sp-min-w-25e {
    min-width: 25em !important;
  }
  .sp-min-w-26e {
    min-width: 26em !important;
  }
  .sp-min-w-27e {
    min-width: 27em !important;
  }
  .sp-min-w-28e {
    min-width: 28em !important;
  }
  .sp-min-w-29e {
    min-width: 29em !important;
  }
  .sp-min-w-30e {
    min-width: 30em !important;
  }
  .sp-min-w-31e {
    min-width: 31em !important;
  }
  .sp-min-w-32e {
    min-width: 32em !important;
  }
  .sp-min-w-33e {
    min-width: 33em !important;
  }
  .sp-min-w-34e {
    min-width: 34em !important;
  }
  .sp-min-w-35e {
    min-width: 35em !important;
  }
  .sp-min-w-36e {
    min-width: 36em !important;
  }
  .sp-min-w-37e {
    min-width: 37em !important;
  }
  .sp-min-w-38e {
    min-width: 38em !important;
  }
  .sp-min-w-39e {
    min-width: 39em !important;
  }
  .sp-min-w-40e {
    min-width: 40em !important;
  }
  .sp-min-w-41e {
    min-width: 41em !important;
  }
  .sp-min-w-42e {
    min-width: 42em !important;
  }
  .sp-min-w-43e {
    min-width: 43em !important;
  }
  .sp-min-w-44e {
    min-width: 44em !important;
  }
  .sp-min-w-45e {
    min-width: 45em !important;
  }
  .sp-min-w-46e {
    min-width: 46em !important;
  }
  .sp-min-w-47e {
    min-width: 47em !important;
  }
  .sp-min-w-48e {
    min-width: 48em !important;
  }
  .sp-min-w-49e {
    min-width: 49em !important;
  }
  .sp-min-w-50e {
    min-width: 50em !important;
  }
  .sp-min-w-51e {
    min-width: 51em !important;
  }
  .sp-min-w-52e {
    min-width: 52em !important;
  }
  .sp-min-w-53e {
    min-width: 53em !important;
  }
  .sp-min-w-54e {
    min-width: 54em !important;
  }
  .sp-min-w-55e {
    min-width: 55em !important;
  }
  .sp-min-w-56e {
    min-width: 56em !important;
  }
  .sp-min-w-57e {
    min-width: 57em !important;
  }
  .sp-min-w-58e {
    min-width: 58em !important;
  }
  .sp-min-w-59e {
    min-width: 59em !important;
  }
  .sp-min-w-60e {
    min-width: 60em !important;
  }
}
/* layout: percentage height */
/* -------------------------------------------------------------------------- */
.h-100p {
  height: 100% !important;
}

.h-90p {
  height: 90% !important;
}

.h-80p {
  height: 80% !important;
}

.h-70p {
  height: 70% !important;
}

.h-60p {
  height: 60% !important;
}

.h-50p {
  height: 50% !important;
}

.h-40p {
  height: 40% !important;
}

.h-30p {
  height: 30% !important;
}

.h-20p {
  height: 20% !important;
}

.h-10p {
  height: 10% !important;
}

.h-auto {
  height: auto !important;
}

.h-small {
  height: 33.333% !important;
}

.h-middle {
  height: 66.666% !important;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .sp-h-100p {
    height: 100% !important;
  }
  .sp-h-90p {
    height: 90% !important;
  }
  .sp-h-80p {
    height: 80% !important;
  }
  .sp-h-70p {
    height: 70% !important;
  }
  .sp-h-60p {
    height: 60% !important;
  }
  .sp-h-50p {
    height: 50% !important;
  }
  .sp-h-40p {
    height: 40% !important;
  }
  .sp-h-30p {
    height: 30% !important;
  }
  .sp-h-20p {
    height: 20% !important;
  }
  .sp-h-10p {
    height: 10% !important;
  }
  .sp-h-auto {
    height: auto !important;
  }
  .sp-h-small {
    height: 33.333% !important;
  }
  .sp-h-middle {
    height: 66.666% !important;
  }
}
/* layout: em height */
/* -------------------------------------------------------------------------- */
.h-inherit {
  height: inherit !important;
}

.h-d5e {
  height: 0.5em !important;
}

.h-1e {
  height: 1em !important;
}

.h-1d5e {
  height: 1.5em !important;
}

.h-2e {
  height: 2em !important;
}

.h-2d5e {
  height: 2.5em !important;
}

.h-3e {
  height: 3em !important;
}

.h-3d5e {
  height: 3.5em !important;
}

.h-4e {
  height: 4em !important;
}

.h-4d5e {
  height: 4.5em !important;
}

.h-5e {
  height: 5em !important;
}

.h-5d5e {
  height: 5.5em !important;
}

.h-6e {
  height: 6em !important;
}

.h-6d5e {
  height: 6.5em !important;
}

.h-7e {
  height: 7em !important;
}

.h-7d5e {
  height: 7.5em !important;
}

.h-8e {
  height: 8em !important;
}

.h-8d5e {
  height: 8.5em !important;
}

.h-9e {
  height: 9em !important;
}

.h-9d5e {
  height: 9.5em !important;
}

.h-10e {
  height: 10em !important;
}

.h-11e {
  height: 11em !important;
}

.h-12e {
  height: 12em !important;
}

.h-13e {
  height: 13em !important;
}

.h-14e {
  height: 14em !important;
}

.h-15e {
  height: 15em !important;
}

.h-16e {
  height: 16em !important;
}

.h-17e {
  height: 17em !important;
}

.h-18e {
  height: 18em !important;
}

.h-19e {
  height: 19em !important;
}

.h-20e {
  height: 20em !important;
}

.h-21e {
  height: 21em !important;
}

.h-22e {
  height: 22em !important;
}

.h-23e {
  height: 23em !important;
}

.h-24e {
  height: 24em !important;
}

.h-25e {
  height: 25em !important;
}

.h-26e {
  height: 26em !important;
}

.h-27e {
  height: 27em !important;
}

.h-28e {
  height: 28em !important;
}

.h-29e {
  height: 29em !important;
}

.h-30e {
  height: 30em !important;
}

.h-31e {
  height: 31em !important;
}

.h-32e {
  height: 32em !important;
}

.h-33e {
  height: 33em !important;
}

.h-34e {
  height: 34em !important;
}

.h-35e {
  height: 35em !important;
}

.h-36e {
  height: 36em !important;
}

.h-37e {
  height: 37em !important;
}

.h-38e {
  height: 38em !important;
}

.h-39e {
  height: 39em !important;
}

.h-40e {
  height: 40em !important;
}

.h-41e {
  height: 41em !important;
}

.h-42e {
  height: 42em !important;
}

.h-43e {
  height: 43em !important;
}

.h-44e {
  height: 44em !important;
}

.h-45e {
  height: 45em !important;
}

.h-46e {
  height: 46em !important;
}

.h-47e {
  height: 47em !important;
}

.h-48e {
  height: 48em !important;
}

.h-49e {
  height: 49em !important;
}

.h-50e {
  height: 50em !important;
}

.h-51e {
  height: 51em !important;
}

.h-52e {
  height: 52em !important;
}

.h-53e {
  height: 53em !important;
}

.h-54e {
  height: 54em !important;
}

.h-55e {
  height: 55em !important;
}

.h-56e {
  height: 56em !important;
}

.h-57e {
  height: 57em !important;
}

.h-58e {
  height: 58em !important;
}

.h-59e {
  height: 59em !important;
}

.h-60e {
  height: 59em !important;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .sp-h-inherit {
    height: inherit !important;
  }
  .sp-h-d5e {
    height: 0.5em !important;
  }
  .sp-h-1e {
    height: 1em !important;
  }
  .sp-h-1d5e {
    height: 1.5em !important;
  }
  .sp-h-2e {
    height: 2em !important;
  }
  .sp-h-2d5e {
    height: 2.5em !important;
  }
  .sp-h-3e {
    height: 3em !important;
  }
  .sp-h-3d5e {
    height: 3.5em !important;
  }
  .sp-h-4e {
    height: 4em !important;
  }
  .sp-h-4d5e {
    height: 4.5em !important;
  }
  .sp-h-5e {
    height: 5em !important;
  }
  .sp-h-5d5e {
    height: 5.5em !important;
  }
  .sp-h-6e {
    height: 6em !important;
  }
  .sp-h-6d5e {
    height: 6.5em !important;
  }
  .sp-h-7e {
    height: 7em !important;
  }
  .sp-h-7d5e {
    height: 7.5em !important;
  }
  .sp-h-8e {
    height: 8em !important;
  }
  .sp-h-8d5e {
    height: 8.5em !important;
  }
  .sp-h-9e {
    height: 9em !important;
  }
  .sp-h-9d5e {
    height: 9.5em !important;
  }
  .sp-h-10e {
    height: 10em !important;
  }
  .sp-h-11e {
    height: 11em !important;
  }
  .sp-h-12e {
    height: 12em !important;
  }
  .sp-h-13e {
    height: 13em !important;
  }
  .sp-h-14e {
    height: 14em !important;
  }
  .sp-h-15e {
    height: 15em !important;
  }
  .sp-h-16e {
    height: 16em !important;
  }
  .sp-h-17e {
    height: 17em !important;
  }
  .sp-h-18e {
    height: 18em !important;
  }
  .sp-h-19e {
    height: 19em !important;
  }
  .sp-h-20e {
    height: 20em !important;
  }
  .sp-h-21e {
    height: 21em !important;
  }
  .sp-h-22e {
    height: 22em !important;
  }
  .sp-h-23e {
    height: 23em !important;
  }
  .sp-h-24e {
    height: 24em !important;
  }
  .sp-h-25e {
    height: 25em !important;
  }
  .sp-h-26e {
    height: 26em !important;
  }
  .sp-h-27e {
    height: 27em !important;
  }
  .sp-h-28e {
    height: 28em !important;
  }
  .sp-h-29e {
    height: 29em !important;
  }
  .sp-h-30e {
    height: 30em !important;
  }
  .sp-h-31e {
    height: 31em !important;
  }
  .sp-h-32e {
    height: 32em !important;
  }
  .sp-h-33e {
    height: 33em !important;
  }
  .sp-h-34e {
    height: 34em !important;
  }
  .sp-h-35e {
    height: 35em !important;
  }
  .sp-h-36e {
    height: 36em !important;
  }
  .sp-h-37e {
    height: 37em !important;
  }
  .sp-h-38e {
    height: 38em !important;
  }
  .sp-h-39e {
    height: 39em !important;
  }
  .sp-h-40e {
    height: 40em !important;
  }
  .sp-h-41e {
    height: 41em !important;
  }
  .sp-h-42e {
    height: 42em !important;
  }
  .sp-h-43e {
    height: 43em !important;
  }
  .sp-h-44e {
    height: 44em !important;
  }
  .sp-h-45e {
    height: 45em !important;
  }
  .sp-h-46e {
    height: 46em !important;
  }
  .sp-h-47e {
    height: 47em !important;
  }
  .sp-h-48e {
    height: 48em !important;
  }
  .sp-h-49e {
    height: 49em !important;
  }
  .sp-h-50e {
    height: 50em !important;
  }
  .sp-h-51e {
    height: 51em !important;
  }
  .sp-h-52e {
    height: 52em !important;
  }
  .sp-h-53e {
    height: 53em !important;
  }
  .sp-h-54e {
    height: 54em !important;
  }
  .sp-h-55e {
    height: 55em !important;
  }
  .sp-h-56e {
    height: 56em !important;
  }
  .sp-h-57e {
    height: 57em !important;
  }
  .sp-h-58e {
    height: 58em !important;
  }
  .sp-h-59e {
    height: 59em !important;
  }
  .sp-h-60e {
    height: 59em !important;
  }
}
/* layout: em max-height */
/* -------------------------------------------------------------------------- */
.max-h-inherit {
  max-height: inherit !important;
}

.max-h-d5e {
  max-height: 0.5em !important;
}

.max-h-1e {
  max-height: 1em !important;
}

.max-h-1d5e {
  max-height: 1.5em !important;
}

.max-h-2e {
  max-height: 2em !important;
}

.max-h-2d5e {
  max-height: 2.5em !important;
}

.max-h-3e {
  max-height: 3em !important;
}

.max-h-3d5e {
  max-height: 3.5em !important;
}

.max-h-4e {
  max-height: 4em !important;
}

.max-h-4d5e {
  max-height: 4.5em !important;
}

.max-h-5e {
  max-height: 5em !important;
}

.max-h-5d5e {
  max-height: 5.5em !important;
}

.max-h-6e {
  max-height: 6em !important;
}

.max-h-6d5e {
  max-height: 6.5em !important;
}

.max-h-7e {
  max-height: 7em !important;
}

.max-h-7d5e {
  max-height: 7.5em !important;
}

.max-h-8e {
  max-height: 8em !important;
}

.max-h-8d5e {
  max-height: 8.5em !important;
}

.max-h-9e {
  max-height: 9em !important;
}

.max-h-9d5e {
  max-height: 9.5em !important;
}

.max-h-10e {
  max-height: 10em !important;
}

.max-h-11e {
  max-height: 11em !important;
}

.max-h-12e {
  max-height: 12em !important;
}

.max-h-13e {
  max-height: 13em !important;
}

.max-h-14e {
  max-height: 14em !important;
}

.max-h-15e {
  max-height: 15em !important;
}

.max-h-16e {
  max-height: 16em !important;
}

.max-h-17e {
  max-height: 17em !important;
}

.max-h-18e {
  max-height: 18em !important;
}

.max-h-19e {
  max-height: 19em !important;
}

.max-h-20e {
  max-height: 20em !important;
}

.max-h-21e {
  max-height: 21em !important;
}

.max-h-22e {
  max-height: 22em !important;
}

.max-h-23e {
  max-height: 23em !important;
}

.max-h-24e {
  max-height: 24em !important;
}

.max-h-25e {
  max-height: 25em !important;
}

.max-h-26e {
  max-height: 26em !important;
}

.max-h-27e {
  max-height: 27em !important;
}

.max-h-28e {
  max-height: 28em !important;
}

.max-h-29e {
  max-height: 29em !important;
}

.max-h-30e {
  max-height: 30em !important;
}

.max-h-31e {
  max-height: 31em !important;
}

.max-h-32e {
  max-height: 32em !important;
}

.max-h-33e {
  max-height: 33em !important;
}

.max-h-34e {
  max-height: 34em !important;
}

.max-h-35e {
  max-height: 35em !important;
}

.max-h-36e {
  max-height: 36em !important;
}

.max-h-37e {
  max-height: 37em !important;
}

.max-h-38e {
  max-height: 38em !important;
}

.max-h-39e {
  max-height: 39em !important;
}

.max-h-40e {
  max-height: 40em !important;
}

.max-h-41e {
  max-height: 41em !important;
}

.max-h-42e {
  max-height: 42em !important;
}

.max-h-43e {
  max-height: 43em !important;
}

.max-h-44e {
  max-height: 44em !important;
}

.max-h-45e {
  max-height: 45em !important;
}

.max-h-46e {
  max-height: 46em !important;
}

.max-h-47e {
  max-height: 47em !important;
}

.max-h-48e {
  max-height: 48em !important;
}

.max-h-49e {
  max-height: 49em !important;
}

.max-h-50e {
  max-height: 50em !important;
}

.max-h-51e {
  max-height: 51em !important;
}

.max-h-52e {
  max-height: 52em !important;
}

.max-h-53e {
  max-height: 53em !important;
}

.max-h-54e {
  max-height: 54em !important;
}

.max-h-55e {
  max-height: 55em !important;
}

.max-h-56e {
  max-height: 56em !important;
}

.max-h-57e {
  max-height: 57em !important;
}

.max-h-58e {
  max-height: 58em !important;
}

.max-h-59e {
  max-height: 59em !important;
}

.max-h-60e {
  max-height: 59em !important;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .sp-max-h-inherit {
    max-height: inherit !important;
  }
  .sp-max-h-d5e {
    max-height: 0.5em !important;
  }
  .sp-max-h-1e {
    max-height: 1em !important;
  }
  .sp-max-h-1d5e {
    max-height: 1.5em !important;
  }
  .sp-max-h-2e {
    max-height: 2em !important;
  }
  .sp-max-h-2d5e {
    max-height: 2.5em !important;
  }
  .sp-max-h-3e {
    max-height: 3em !important;
  }
  .sp-max-h-3d5e {
    max-height: 3.5em !important;
  }
  .sp-max-h-4e {
    max-height: 4em !important;
  }
  .sp-max-h-4d5e {
    max-height: 4.5em !important;
  }
  .sp-max-h-5e {
    max-height: 5em !important;
  }
  .sp-max-h-5d5e {
    max-height: 5.5em !important;
  }
  .sp-max-h-6e {
    max-height: 6em !important;
  }
  .sp-max-h-6d5e {
    max-height: 6.5em !important;
  }
  .sp-max-h-7e {
    max-height: 7em !important;
  }
  .sp-max-h-7d5e {
    max-height: 7.5em !important;
  }
  .sp-max-h-8e {
    max-height: 8em !important;
  }
  .sp-max-h-8d5e {
    max-height: 8.5em !important;
  }
  .sp-max-h-9e {
    max-height: 9em !important;
  }
  .sp-max-h-9d5e {
    max-height: 9.5em !important;
  }
  .sp-max-h-10e {
    max-height: 10em !important;
  }
  .sp-max-h-11e {
    max-height: 11em !important;
  }
  .sp-max-h-12e {
    max-height: 12em !important;
  }
  .sp-max-h-13e {
    max-height: 13em !important;
  }
  .sp-max-h-14e {
    max-height: 14em !important;
  }
  .sp-max-h-15e {
    max-height: 15em !important;
  }
  .sp-max-h-16e {
    max-height: 16em !important;
  }
  .sp-max-h-17e {
    max-height: 17em !important;
  }
  .sp-max-h-18e {
    max-height: 18em !important;
  }
  .sp-max-h-19e {
    max-height: 19em !important;
  }
  .sp-max-h-20e {
    max-height: 20em !important;
  }
  .sp-max-h-21e {
    max-height: 21em !important;
  }
  .sp-max-h-22e {
    max-height: 22em !important;
  }
  .sp-max-h-23e {
    max-height: 23em !important;
  }
  .sp-max-h-24e {
    max-height: 24em !important;
  }
  .sp-max-h-25e {
    max-height: 25em !important;
  }
  .sp-max-h-26e {
    max-height: 26em !important;
  }
  .sp-max-h-27e {
    max-height: 27em !important;
  }
  .sp-max-h-28e {
    max-height: 28em !important;
  }
  .sp-max-h-29e {
    max-height: 29em !important;
  }
  .sp-max-h-30e {
    max-height: 30em !important;
  }
  .sp-max-h-31e {
    max-height: 31em !important;
  }
  .sp-max-h-32e {
    max-height: 32em !important;
  }
  .sp-max-h-33e {
    max-height: 33em !important;
  }
  .sp-max-h-34e {
    max-height: 34em !important;
  }
  .sp-max-h-35e {
    max-height: 35em !important;
  }
  .sp-max-h-36e {
    max-height: 36em !important;
  }
  .sp-max-h-37e {
    max-height: 37em !important;
  }
  .sp-max-h-38e {
    max-height: 38em !important;
  }
  .sp-max-h-39e {
    max-height: 39em !important;
  }
  .sp-max-h-40e {
    max-height: 40em !important;
  }
  .sp-max-h-41e {
    max-height: 41em !important;
  }
  .sp-max-h-42e {
    max-height: 42em !important;
  }
  .sp-max-h-43e {
    max-height: 43em !important;
  }
  .sp-max-h-44e {
    max-height: 44em !important;
  }
  .sp-max-h-45e {
    max-height: 45em !important;
  }
  .sp-max-h-46e {
    max-height: 46em !important;
  }
  .sp-max-h-47e {
    max-height: 47em !important;
  }
  .sp-max-h-48e {
    max-height: 48em !important;
  }
  .sp-max-h-49e {
    max-height: 49em !important;
  }
  .sp-max-h-50e {
    max-height: 50em !important;
  }
  .sp-max-h-51e {
    max-height: 51em !important;
  }
  .sp-max-h-52e {
    max-height: 52em !important;
  }
  .sp-max-h-53e {
    max-height: 53em !important;
  }
  .sp-max-h-54e {
    max-height: 54em !important;
  }
  .sp-max-h-55e {
    max-height: 55em !important;
  }
  .sp-max-h-56e {
    max-height: 56em !important;
  }
  .sp-max-h-57e {
    max-height: 57em !important;
  }
  .sp-max-h-58e {
    max-height: 58em !important;
  }
  .sp-max-h-59e {
    max-height: 59em !important;
  }
  .sp-max-h-60e {
    max-height: 59em !important;
  }
}
/* layout: em min-height */
/* -------------------------------------------------------------------------- */
.min-h-inherit {
  min-height: inherit !important;
}

.min-h-d5e {
  min-height: 0.5em !important;
}

.min-h-1e {
  min-height: 1em !important;
}

.min-h-1d5e {
  min-height: 1.5em !important;
}

.min-h-2e {
  min-height: 2em !important;
}

.min-h-2d5e {
  min-height: 2.5em !important;
}

.min-h-3e {
  min-height: 3em !important;
}

.min-h-3d5e {
  min-height: 3.5em !important;
}

.min-h-4e {
  min-height: 4em !important;
}

.min-h-4d5e {
  min-height: 4.5em !important;
}

.min-h-5e {
  min-height: 5em !important;
}

.min-h-5d5e {
  min-height: 5.5em !important;
}

.min-h-6e {
  min-height: 6em !important;
}

.min-h-6d5e {
  min-height: 6.5em !important;
}

.min-h-7e {
  min-height: 7em !important;
}

.min-h-7d5e {
  min-height: 7.5em !important;
}

.min-h-8e {
  min-height: 8em !important;
}

.min-h-8d5e {
  min-height: 8.5em !important;
}

.min-h-9e {
  min-height: 9em !important;
}

.min-h-9d5e {
  min-height: 9.5em !important;
}

.min-h-10e {
  min-height: 10em !important;
}

.min-h-11e {
  min-height: 11em !important;
}

.min-h-12e {
  min-height: 12em !important;
}

.min-h-13e {
  min-height: 13em !important;
}

.min-h-14e {
  min-height: 14em !important;
}

.min-h-15e {
  min-height: 15em !important;
}

.min-h-16e {
  min-height: 16em !important;
}

.min-h-17e {
  min-height: 17em !important;
}

.min-h-18e {
  min-height: 18em !important;
}

.min-h-19e {
  min-height: 19em !important;
}

.min-h-20e {
  min-height: 20em !important;
}

.min-h-21e {
  min-height: 21em !important;
}

.min-h-22e {
  min-height: 22em !important;
}

.min-h-23e {
  min-height: 23em !important;
}

.min-h-24e {
  min-height: 24em !important;
}

.min-h-25e {
  min-height: 25em !important;
}

.min-h-26e {
  min-height: 26em !important;
}

.min-h-27e {
  min-height: 27em !important;
}

.min-h-28e {
  min-height: 28em !important;
}

.min-h-29e {
  min-height: 29em !important;
}

.min-h-30e {
  min-height: 30em !important;
}

.min-h-31e {
  min-height: 31em !important;
}

.min-h-32e {
  min-height: 32em !important;
}

.min-h-33e {
  min-height: 33em !important;
}

.min-h-34e {
  min-height: 34em !important;
}

.min-h-35e {
  min-height: 35em !important;
}

.min-h-36e {
  min-height: 36em !important;
}

.min-h-37e {
  min-height: 37em !important;
}

.min-h-38e {
  min-height: 38em !important;
}

.min-h-39e {
  min-height: 39em !important;
}

.min-h-40e {
  min-height: 40em !important;
}

.min-h-41e {
  min-height: 41em !important;
}

.min-h-42e {
  min-height: 42em !important;
}

.min-h-43e {
  min-height: 43em !important;
}

.min-h-44e {
  min-height: 44em !important;
}

.min-h-45e {
  min-height: 45em !important;
}

.min-h-46e {
  min-height: 46em !important;
}

.min-h-47e {
  min-height: 47em !important;
}

.min-h-48e {
  min-height: 48em !important;
}

.min-h-49e {
  min-height: 49em !important;
}

.min-h-50e {
  min-height: 50em !important;
}

.min-h-51e {
  min-height: 51em !important;
}

.min-h-52e {
  min-height: 52em !important;
}

.min-h-53e {
  min-height: 53em !important;
}

.min-h-54e {
  min-height: 54em !important;
}

.min-h-55e {
  min-height: 55em !important;
}

.min-h-56e {
  min-height: 56em !important;
}

.min-h-57e {
  min-height: 57em !important;
}

.min-h-58e {
  min-height: 58em !important;
}

.min-h-59e {
  min-height: 59em !important;
}

.min-h-60e {
  min-height: 59em !important;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .sp-min-h-inherit {
    min-height: inherit !important;
  }
  .sp-min-h-d5e {
    min-height: 0.5em !important;
  }
  .sp-min-h-1e {
    min-height: 1em !important;
  }
  .sp-min-h-1d5e {
    min-height: 1.5em !important;
  }
  .sp-min-h-2e {
    min-height: 2em !important;
  }
  .sp-min-h-2d5e {
    min-height: 2.5em !important;
  }
  .sp-min-h-3e {
    min-height: 3em !important;
  }
  .sp-min-h-3d5e {
    min-height: 3.5em !important;
  }
  .sp-min-h-4e {
    min-height: 4em !important;
  }
  .sp-min-h-4d5e {
    min-height: 4.5em !important;
  }
  .sp-min-h-5e {
    min-height: 5em !important;
  }
  .sp-min-h-5d5e {
    min-height: 5.5em !important;
  }
  .sp-min-h-6e {
    min-height: 6em !important;
  }
  .sp-min-h-6d5e {
    min-height: 6.5em !important;
  }
  .sp-min-h-7e {
    min-height: 7em !important;
  }
  .sp-min-h-7d5e {
    min-height: 7.5em !important;
  }
  .sp-min-h-8e {
    min-height: 8em !important;
  }
  .sp-min-h-8d5e {
    min-height: 8.5em !important;
  }
  .sp-min-h-9e {
    min-height: 9em !important;
  }
  .sp-min-h-9d5e {
    min-height: 9.5em !important;
  }
  .sp-min-h-10e {
    min-height: 10em !important;
  }
  .sp-min-h-11e {
    min-height: 11em !important;
  }
  .sp-min-h-12e {
    min-height: 12em !important;
  }
  .sp-min-h-13e {
    min-height: 13em !important;
  }
  .sp-min-h-14e {
    min-height: 14em !important;
  }
  .sp-min-h-15e {
    min-height: 15em !important;
  }
  .sp-min-h-16e {
    min-height: 16em !important;
  }
  .sp-min-h-17e {
    min-height: 17em !important;
  }
  .sp-min-h-18e {
    min-height: 18em !important;
  }
  .sp-min-h-19e {
    min-height: 19em !important;
  }
  .sp-min-h-20e {
    min-height: 20em !important;
  }
  .sp-min-h-21e {
    min-height: 21em !important;
  }
  .sp-min-h-22e {
    min-height: 22em !important;
  }
  .sp-min-h-23e {
    min-height: 23em !important;
  }
  .sp-min-h-24e {
    min-height: 24em !important;
  }
  .sp-min-h-25e {
    min-height: 25em !important;
  }
  .sp-min-h-26e {
    min-height: 26em !important;
  }
  .sp-min-h-27e {
    min-height: 27em !important;
  }
  .sp-min-h-28e {
    min-height: 28em !important;
  }
  .sp-min-h-29e {
    min-height: 29em !important;
  }
  .sp-min-h-30e {
    min-height: 30em !important;
  }
  .sp-min-h-31e {
    min-height: 31em !important;
  }
  .sp-min-h-32e {
    min-height: 32em !important;
  }
  .sp-min-h-33e {
    min-height: 33em !important;
  }
  .sp-min-h-34e {
    min-height: 34em !important;
  }
  .sp-min-h-35e {
    min-height: 35em !important;
  }
  .sp-min-h-36e {
    min-height: 36em !important;
  }
  .sp-min-h-37e {
    min-height: 37em !important;
  }
  .sp-min-h-38e {
    min-height: 38em !important;
  }
  .sp-min-h-39e {
    min-height: 39em !important;
  }
  .sp-min-h-40e {
    min-height: 40em !important;
  }
  .sp-min-h-41e {
    min-height: 41em !important;
  }
  .sp-min-h-42e {
    min-height: 42em !important;
  }
  .sp-min-h-43e {
    min-height: 43em !important;
  }
  .sp-min-h-44e {
    min-height: 44em !important;
  }
  .sp-min-h-45e {
    min-height: 45em !important;
  }
  .sp-min-h-46e {
    min-height: 46em !important;
  }
  .sp-min-h-47e {
    min-height: 47em !important;
  }
  .sp-min-h-48e {
    min-height: 48em !important;
  }
  .sp-min-h-49e {
    min-height: 49em !important;
  }
  .sp-min-h-50e {
    min-height: 50em !important;
  }
  .sp-min-h-51e {
    min-height: 51em !important;
  }
  .sp-min-h-52e {
    min-height: 52em !important;
  }
  .sp-min-h-53e {
    min-height: 53em !important;
  }
  .sp-min-h-54e {
    min-height: 54em !important;
  }
  .sp-min-h-55e {
    min-height: 55em !important;
  }
  .sp-min-h-56e {
    min-height: 56em !important;
  }
  .sp-min-h-57e {
    min-height: 57em !important;
  }
  .sp-min-h-58e {
    min-height: 58em !important;
  }
  .sp-min-h-59e {
    min-height: 59em !important;
  }
  .sp-min-h-60e {
    min-height: 59em !important;
  }
}
/* layout: float */
/* -------------------------------------------------------------------------- */
.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .sp-float-right {
    float: right;
  }
  .sp-float-left {
    float: left;
  }
  .sp-float-none {
    float: none;
  }
}
/* ========================================================================== */
/* Typography */
/* ========================================================================== */
/* typography: font-family */
/* -------------------------------------------------------------------------- */
.ff-sans {
  font-family: "Noto Sans JP", sans-serif;
}

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

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

.ff-barlow-con {
  font-family: "Barlow Condensed", sans-serif;
}

/* typography: font-size */
/* -------------------------------------------------------------------------- */
.fz-minimum {
  font-size: 50%;
}

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

.fz-medium {
  font-size: 125%;
}

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

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

@media screen and (max-width: 767px) and (orientation: portrait) {
  .sp-fz-minimum {
    font-size: 50%;
  }
  .sp-fz-small {
    font-size: 75%;
  }
  .sp-fz-medium {
    font-size: 125%;
  }
  .sp-fz-large {
    font-size: 150%;
  }
  .sp-fz-huge {
    font-size: 200%;
  }
}
.fz-10 {
  font-size: 0.625em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) and (orientation: portrait) {
  .sp-fs-normal {
    font-style: normal;
  }
  .sp-fs-italic {
    font-style: italic;
  }
  .sp-fs-italic {
    font-style: oblique;
  }
}
/* typography: font-weight */
/* -------------------------------------------------------------------------- */
.fw-light {
  font-weight: 300;
}

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

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

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

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

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

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

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

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

.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: 767px) 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: 767px) {
  br.pc-br {
    display: inline;
  }
  br.sp-br {
    display: none;
  }
}
@media screen and (max-width: 767px) 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: 767px) 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: 767px) and (orientation: portrait) {
  .sp-td-none {
    text-decoration: none;
  }
  .sp-td-underline {
    text-decoration: underline;
  }
  .sp-td-overline {
    text-decoration: overline;
  }
}
/* typography: white-space */
/* -------------------------------------------------------------------------- */
.ws-normal {
  white-space: normal;
}

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

@media screen and (max-width: 767px) and (orientation: portrait) {
  .sp-ws-normal {
    white-space: normal;
  }
  .sp-ws-nowrap {
    white-space: nowrap;
  }
}
/* typography: word-break */
/* -------------------------------------------------------------------------- */
.wb-normal {
  word-break: normal;
}

.wb-break-all {
  word-break: break-all;
}

.wb-keep-all {
  word-break: keep-all;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .sp-wb-normal {
    word-break: normal;
  }
  .sp-wb-break-all {
    word-break: break-all;
  }
  .sp-wb-keep-all {
    word-break: keep-all;
  }
}
/* typography: white-space */
/* -------------------------------------------------------------------------- */
.wm-v-rl {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

.dummy-image {
  position: relative;
  background-color: #ccc;
}
.dummy-image__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #666;
}
.dummy-image--1-1 {
  aspect-ratio: 1/1;
}
.dummy-image--2-1 {
  aspect-ratio: 2/1;
}
.dummy-image--16-9 {
  aspect-ratio: 16/9;
}
.dummy-image--3-2 {
  aspect-ratio: 3/2;
}
.dummy-image--4-3 {
  aspect-ratio: 4/3;
}
.dummy-image--1-2 {
  aspect-ratio: 1/2;
}
.dummy-image--9-16 {
  aspect-ratio: 9/16;
}
.dummy-image--2-3 {
  aspect-ratio: 2/3;
}
.dummy-image--3-4 {
  aspect-ratio: 3/4;
}
/*# sourceMappingURL=style.css.map */