@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=BIZ+UDPMincho:wght@400;700&family=Roboto:wght@300;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;
  scroll-behavior: smooth;
}

body {
  position: relative;
  background-color: #ffffff;
  font-family: "BIZ UDPGothic", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
  font-size: 1em;
  line-height: 1.6;
  letter-spacing: 0;
  color: #454b52;
}
@media screen and (max-width: 1600px) {
  body {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  body {
    font-size: 3.2vw;
  }
}
@media print {
  body {
    zoom: 0.64;
    padding-top: 0;
    -webkit-print-color-adjust: exact;
  }
}

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

/* initialize: link */
/* -------------------------------------------------------------------------- */
a {
  font-weight: 700;
  color: #454b52;
}

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

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

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

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

img {
  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: 700;
}

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

small {
  display: inline-block;
}

address {
  font-style: normal;
}

p {
  margin-top: 0;
}

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

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

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

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

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

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

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

/* ========================================================================== */
/* Elements */
/* ========================================================================== */
/* elements: blank-image */
/* -------------------------------------------------------------------------- */
.blank-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #dadbdc;
  vertical-align: bottom;
}
.blank-image__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #8f9397;
}
.blank-image--1-1 {
  aspect-ratio: 1/1;
}
.blank-image--2-1 {
  aspect-ratio: 2/1;
}
.blank-image--16-9 {
  aspect-ratio: 16/9;
}
.blank-image--3-2 {
  aspect-ratio: 3/2;
}
.blank-image--4-3 {
  aspect-ratio: 4/3;
}
.blank-image--2-3 {
  aspect-ratio: 2/3;
}
.blank-image--3-4 {
  aspect-ratio: 3/4;
}

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

/* elements: button */
/* -------------------------------------------------------------------------- */
.button {
  display: inline-block;
  position: relative;
  padding: 1em 2em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: 0;
  border-radius: 10em;
  background: -webkit-gradient(linear, left top, right top, from(#00c8ac), to(#28aad0));
  background: linear-gradient(to right, #00c8ac 0%, #28aad0 100%);
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}
.button.icon::before {
  color: #ffffff;
}
.button--pri {
  background: #454b52;
}
.button--sec {
  background: #00c8ac;
}
.button--ter {
  background: #28aad0;
}
.button--gray {
  background: #bcbec1;
}

.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 #00c8ac;
  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(to right, rgba(4, 150, 255, 0) 0%, rgba(0, 50, 153, 0) 100%);
  color: #00c8ac;
}
.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: #00c8ac;
}
.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(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
}

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

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

.c-pri {
  color: #454b52 !important;
}

.c-sec {
  color: #00c8ac !important;
}

.c-ter {
  color: #28aad0 !important;
}

.c-qua {
  color: #00a08c !important;
}

.c-qui {
  color: #176b87 !important;
}

.c-sen {
  color: #e5f9f7 !important;
}

.c-sep {
  color: #e9f6fa !important;
}

.c-oct {
  color: #DB4437 !important;
}

.c-g98 {
  color: #fbfbfc !important;
}

.c-g96 {
  color: #f8f8f8 !important;
}

.c-g94 {
  color: #f4f4f5 !important;
}

.c-g92 {
  color: #f0f1f1 !important;
}

.c-g90 {
  color: #eceded !important;
}

.c-g88 {
  color: #e8e9ea !important;
}

.c-g86 {
  color: #e5e6e7 !important;
}

.c-g84 {
  color: #e1e2e3 !important;
}

.c-g82 {
  color: #dddfe0 !important;
}

.c-g80 {
  color: #dadbdc !important;
}

.c-g78 {
  color: #d6d7d9 !important;
}

.c-g76 {
  color: #d3d4d6 !important;
}

.c-g74 {
  color: #cfd0d2 !important;
}

.c-g72 {
  color: #cbcdcf !important;
}

.c-g70 {
  color: #c7c9cb !important;
}

.c-g68 {
  color: #c3c5c7 !important;
}

.c-g66 {
  color: #c0c2c4 !important;
}

.c-g64 {
  color: #bcbec1 !important;
}

.c-g62 {
  color: #b8bbbd !important;
}

.c-g60 {
  color: #b5b7ba !important;
}

.c-g58 {
  color: #b1b3b6 !important;
}

.c-g56 {
  color: #adb0b3 !important;
}

.c-g54 {
  color: #aaacb0 !important;
}

.c-g52 {
  color: #a6a9ac !important;
}

.c-g50 {
  color: #a2a5a8 !important;
}

.c-g48 {
  color: #9ea1a5 !important;
}

.c-g46 {
  color: #bcbec1 !important;
}

.c-g44 {
  color: #979a9e !important;
}

.c-g42 {
  color: #93979b !important;
}

.c-g40 {
  color: #8f9397 !important;
}

.c-g38 {
  color: #8c8f94 !important;
}

.c-g36 {
  color: #888c90 !important;
}

.c-g34 {
  color: #84888d !important;
}

.c-g32 {
  color: #81858a !important;
}

.c-g30 {
  color: #7c8186 !important;
}

.c-g28 {
  color: #797d82 !important;
}

.c-g26 {
  color: #757a7f !important;
}

.c-g24 {
  color: #71767b !important;
}

.c-g22 {
  color: #6e7378 !important;
}

.c-g20 {
  color: #6a6f75 !important;
}

.c-g18 {
  color: #676b71 !important;
}

.c-g16 {
  color: #63686e !important;
}

.c-g14 {
  color: #5f646a !important;
}

.c-g12 {
  color: #5c6167 !important;
}

.c-g10 {
  color: #575d63 !important;
}

.c-g08 {
  color: #545960 !important;
}

.c-g06 {
  color: #50565c !important;
}

.c-g04 {
  color: #4c5259 !important;
}

.c-g02 {
  color: #494f55 !important;
}

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

.bg-pri {
  background-color: #454b52 !important;
}

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

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

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

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

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

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

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

.bg-g98 {
  background-color: #fbfbfc !important;
}

.bg-g96 {
  background-color: #f8f8f8 !important;
}

.bg-g94 {
  background-color: #f4f4f5 !important;
}

.bg-g92 {
  background-color: #f0f1f1 !important;
}

.bg-g90 {
  background-color: #eceded !important;
}

.bg-g88 {
  background-color: #e8e9ea !important;
}

.bg-g86 {
  background-color: #e5e6e7 !important;
}

.bg-g84 {
  background-color: #e1e2e3 !important;
}

.bg-g82 {
  background-color: #dddfe0 !important;
}

.bg-g80 {
  background-color: #dadbdc !important;
}

.bg-g78 {
  background-color: #d6d7d9 !important;
}

.bg-g76 {
  background-color: #d3d4d6 !important;
}

.bg-g74 {
  background-color: #cfd0d2 !important;
}

.bg-g72 {
  background-color: #cbcdcf !important;
}

.bg-g70 {
  background-color: #c7c9cb !important;
}

.bg-g68 {
  background-color: #c3c5c7 !important;
}

.bg-g66 {
  background-color: #c0c2c4 !important;
}

.bg-g64 {
  background-color: #bcbec1 !important;
}

.bg-g62 {
  background-color: #b8bbbd !important;
}

.bg-g60 {
  background-color: #b5b7ba !important;
}

.bg-g58 {
  background-color: #b1b3b6 !important;
}

.bg-g56 {
  background-color: #adb0b3 !important;
}

.bg-g54 {
  background-color: #aaacb0 !important;
}

.bg-g52 {
  background-color: #a6a9ac !important;
}

.bg-g50 {
  background-color: #a2a5a8 !important;
}

.bg-g48 {
  background-color: #9ea1a5 !important;
}

.bg-g46 {
  background-color: #bcbec1 !important;
}

.bg-g44 {
  background-color: #979a9e !important;
}

.bg-g42 {
  background-color: #93979b !important;
}

.bg-g40 {
  background-color: #8f9397 !important;
}

.bg-g38 {
  background-color: #8c8f94 !important;
}

.bg-g36 {
  background-color: #888c90 !important;
}

.bg-g34 {
  background-color: #84888d !important;
}

.bg-g32 {
  background-color: #81858a !important;
}

.bg-g30 {
  background-color: #7c8186 !important;
}

.bg-g28 {
  background-color: #797d82 !important;
}

.bg-g26 {
  background-color: #757a7f !important;
}

.bg-g24 {
  background-color: #71767b !important;
}

.bg-g22 {
  background-color: #6e7378 !important;
}

.bg-g20 {
  background-color: #6a6f75 !important;
}

.bg-g18 {
  background-color: #676b71 !important;
}

.bg-g16 {
  background-color: #63686e !important;
}

.bg-g14 {
  background-color: #5f646a !important;
}

.bg-g12 {
  background-color: #5c6167 !important;
}

.bg-g10 {
  background-color: #575d63 !important;
}

.bg-g08 {
  background-color: #545960 !important;
}

.bg-g06 {
  background-color: #50565c !important;
}

.bg-g04 {
  background-color: #4c5259 !important;
}

.bg-g02 {
  background-color: #494f55 !important;
}

/* display */
/* -------------------------------------------------------------------------- */
.d-i {
  display: inline;
}

.d-b {
  display: block;
}

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

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

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

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

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

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

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

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

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

/* elements: 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.75em 0.5em;
  border: 2px solid #00c8ac;
  border-radius: 0.25em;
  background-color: #ffffff;
  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: #f0f1f1;
}
.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 #28aad0;
  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: #bcbec1;
}
.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: #bcbec1;
}
.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: #bcbec1;
}
.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: #bcbec1;
}
.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: #bcbec1;
}
.form-control__unit {
  display: inline-block;
  margin-left: 0.25em;
  font-size: 1.25em;
  color: #454b52;
}
.form-control:-moz-placeholder-shown {
  border-color: #f0f1f1;
  background-color: #f0f1f1;
}
.form-control:-ms-input-placeholder {
  border-color: #f0f1f1;
  background-color: #f0f1f1;
}
.form-control:placeholder-shown {
  border-color: #f0f1f1;
  background-color: #f0f1f1;
}
.form-control:-moz-placeholder-shown + .form-control__unit {
  color: #bcbec1;
}
.form-control:-ms-input-placeholder + .form-control__unit {
  color: #bcbec1;
}
.form-control:placeholder-shown + .form-control__unit {
  color: #bcbec1;
}

/* 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-size: 1.25em;
  color: #8f9397;
}
.form-control__radio::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  border-radius: 50%;
  background-color: #f0f1f1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.form-control[type=radio]:checked + .form-control__radio {
  color: #454b52;
}
.form-control[type=radio]:checked + .form-control__radio::before {
  border: 0.3125em solid #00c8ac;
  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-size: 1.25em;
  color: #8f9397;
}
.form-control__checkbox::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  border-radius: 0.25em;
  background-color: #f0f1f1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.form-control[type=checkbox]:checked + .form-control__checkbox {
  color: #454b52;
}
.form-control[type=checkbox]:checked + .form-control__checkbox::before {
  border: 1px solid #00c8ac;
  background-color: #00c8ac;
}
.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;
  font-size: 1.25em;
}
.form-select::before {
  content: "";
  position: absolute;
  top: -0.25em;
  bottom: 0;
  right: 0.75em;
  width: 0.5em;
  height: 0.5em;
  margin: auto;
  border-top: 0.125em solid #454b52;
  border-right: 0.125em solid #454b52;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  pointer-events: none;
}
.form-select:has(select.form-control:invalid)::before {
  border-color: #bcbec1;
}
.form-select select.form-control {
  width: 100%;
  height: 2.4em;
  padding: 0 2em 0 1em;
  border: 2px solid #e8e9ea;
  border-radius: 0.25em;
  background-color: #ffffff;
  cursor: pointer;
  color: #454b52;
}
.form-select select.form-control:invalid {
  border-color: #f0f1f1;
  background-color: #f0f1f1;
  color: #bcbec1;
}
.form-select select.form-control:focus {
  outline: 0;
  border: 2px solid #28aad0;
  background-color: #ffffff;
}
.form-select select.form-control:has(option[selected]) {
  outline: 0;
  border: 2px solid #28aad0;
  background-color: #ffffff;
}

/* elements: textarea */
/* -------------------------------------------------------------------------- */
textarea.form-control {
  display: block;
  width: 100%;
  min-height: 16em;
  padding: 0.75em 0.5em;
  border: 2px solid #00c8ac;
  border-radius: 0.25em;
  background-color: #ffffff;
  resize: vertical;
  font-size: 1.25em;
}
textarea.form-control:focus {
  outline: 0;
  border: 2px solid #28aad0;
  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 {
  text-decoration: none;
}
.icon::before {
  display: inline-block;
  margin-right: 0.5em;
  text-decoration: none;
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  line-height: 1;
  color: #00c8ac;
}
.icon::before {
  content: "\e900";
}
.icon[target=_blank]::before {
  content: "\e902";
}
.icon[data-fancybox]::before {
  content: "\e903";
}
.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[class*=toggle-button]::before {
  content: "\e901";
}
.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--folder::before {
  content: "\e90e";
}
.icon--global::before {
  content: "\e90f";
}
.icon--after::before {
  content: none !important;
}
.icon--after.icon--arrow::after {
  content: "\e900";
}
.icon--after.icon--direction::after {
  content: "\e901";
}
.icon--after.icon--newtab::after {
  content: "\e902";
}
.icon--after.icon--modal::after {
  content: "\e903";
}
.icon--after.icon--file::after {
  content: "\e904";
}
.icon--after.icon--pin::after {
  content: "\e905";
}
.icon--after.icon--email::after {
  content: "\e906";
}
.icon--after.icon--phone::after {
  content: "\e907";
}
.icon--after.icon--camera::after {
  content: "\e908";
}
.icon--after.icon--comment::after {
  content: "\e909";
}
.icon--after.icon--video::after {
  content: "\e90a";
}
.icon--after.icon--download::after {
  content: "\e90b";
}
.icon--after.icon--attention::after {
  content: "\e90c";
}
.icon--after.icon--search::after {
  content: "\e90d";
}
.icon--after.icon--folder::after {
  content: "\e90e";
}
.icon--after.icon--global::after {
  content: "\e90f";
}
.icon--after::before {
  content: none;
}
.icon--after::after {
  display: inline-block;
  margin-left: 0.5em;
  text-decoration: none;
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  line-height: 1;
  color: #00c8ac;
}
.icon--after::after {
  content: "\e900";
}
.icon--after[target=_blank]::after {
  content: "\e902";
}
.icon--after[data-fancybox]::after {
  content: "\e903";
}
.icon--after[href^="mailto:"]::after, .icon--after[href*="/contact/"]::after {
  content: "\e906";
}
.icon--after[href^="tel:"]::after {
  content: "\e907";
}
.icon--after[href^="https://goo.gl/maps/"]::after, .icon--after[href^="https://www.google.com/maps/"]::after {
  content: "\e905";
}
.icon--after[class*=toggle-button]::after {
  content: "\e901";
}
.icon--after[href$=".pdf"]::after, .icon--after[href$=".xlsx"]::after, .icon--after[href$=".xls"]::after, .icon--after[href$=".docx"]::after, .icon--after[href$=".doc"]::after, .icon--after[href$=".pptx"]::after, .icon--after[href$=".ppt"]::after, .icon--after[href$=".txt"]::after {
  content: "\e904";
}
.icon--after--arrow::after {
  content: "\e900";
}
.icon--after--direction::after {
  content: "\e901";
}
.icon--after--newtab::after {
  content: "\e902";
}
.icon--after--modal::after {
  content: "\e903";
}
.icon--after--file::after {
  content: "\e904";
}
.icon--after--pin::after {
  content: "\e905";
}
.icon--after--email::after {
  content: "\e906";
}
.icon--after--phone::after {
  content: "\e907";
}
.icon--after--camera::after {
  content: "\e908";
}
.icon--after--comment::after {
  content: "\e909";
}
.icon--after--video::after {
  content: "\e90a";
}
.icon--after--download::after {
  content: "\e90b";
}
.icon--after--attention::after {
  content: "\e90c";
}
.icon--after--search::after {
  content: "\e90d";
}
.icon--after--folder::after {
  content: "\e90e";
}
.icon--after--global::after {
  content: "\e90f";
}
.icon--disc::before {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #00c8ac;
  background: -webkit-gradient(linear, left top, right top, from(rgb(4, 150, 255)), to(rgb(0, 50, 153)));
  background: linear-gradient(to right, 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: #cbcdcf;
}
.icon--disc-gray::before {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: none;
  background-color: #f8f8f8;
  text-align: center;
  line-height: 2;
  color: #cbcdcf;
}
.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);
}
.icon--after[data-fancybox] {
  display: inline-block;
  position: relative;
}
.icon--after[data-fancybox]::after {
  position: absolute;
  inset: auto 0 0 auto;
  width: 2em;
  height: 2em;
  background-color: #00c8ac;
  text-align: center;
  line-height: 2;
  color: #ffffff;
}

.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:focus::after, .isnt-touch a.icon:hover::before, .isnt-touch a.icon:hover::after {
  color: #28aad0;
}
.isnt-touch button.icon:focus::before, .isnt-touch button.icon:focus::after, .isnt-touch button.icon:hover::before, .isnt-touch button.icon:hover::after {
  color: #00c8ac;
}
.isnt-touch button.icon--disc:focus::before, .isnt-touch button.icon--disc:focus::after, .isnt-touch button.icon--disc:hover::before, .isnt-touch button.icon--disc:hover::after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  color: #ffffff;
}
.isnt-touch button.icon--disc-white:focus::before, .isnt-touch button.icon--disc-white:focus::after, .isnt-touch button.icon--disc-white:hover::before, .isnt-touch button.icon--disc-white:hover::after, .isnt-touch button.icon--disc-gray:focus::before, .isnt-touch button.icon--disc-gray:focus::after, .isnt-touch button.icon--disc-gray:hover::before, .isnt-touch button.icon--disc-gray:hover::after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  color: #00c8ac;
}
.isnt-touch a.icon--after[data-fancybox]:focus::after, .isnt-touch a.icon--after[data-fancybox]:hover::after {
  background-color: #28aad0;
  color: #ffffff;
}

/* elements: label */
/* -------------------------------------------------------------------------- */
.label {
  display: inline-block;
  padding: 0.15em 0.5em 0 0.5em;
  border-radius: 0.25em;
  background-color: #00c8ac;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
}
.label--pri {
  background-color: #454b52;
}
.label--sec {
  background-color: #00c8ac;
}
.label--ter {
  background-color: #28aad0;
}
.label--sen {
  background-color: #e5f9f7;
}
.label--sep {
  background-color: #e9f6fa;
}
.label--oct {
  background-color: #DB4437;
}
.label--border {
  border: 1px solid #454b52;
  background-color: transparent;
  color: #454b52;
}
.label--border.label--sec {
  border-color: #00c8ac;
  color: #00c8ac;
}
.label--border.label--ter {
  border-color: #28aad0;
  color: #28aad0;
}
.label--border.label--sen {
  border-color: #e5f9f7;
  color: #e5f9f7;
}
.label--border.label--sep {
  border-color: #e9f6fa;
  color: #e9f6fa;
}
.label--border.label--oct {
  border-color: #DB4437;
  color: #DB4437;
}
.label--info {
  background-color: #28aad0;
}
.label--press {
  background-color: #00c8ac;
}
.label--tec {
  background-color: #e9f6fa;
}
.label--product {
  background-color: #28aad0;
}
.label--paper {
  background-color: #00c8ac;
}
.label--introduction {
  background-color: #DB4437;
}
.label--description {
  background-color: #e9f6fa;
}

/* 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: #00c8ac;
  -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: 1.5em;
}
ol.list > li::before {
  display: inline-block;
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  text-align: right;
  font-family: "Roboto", sans-serif;
  color: #00c8ac;
}

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

/* elements: logo */
/* -------------------------------------------------------------------------- */
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.logo__symbol {
  width: 8em;
  fill: #00c8ac;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .logo__symbol {
    width: 6em;
  }
}
.logo__typo {
  margin-left: 1em;
  white-space: nowrap;
  font-size: 1.25em;
  color: #454b52;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .logo__typo {
    font-size: 1em;
  }
}

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

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

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

/* elements: table */
/* -------------------------------------------------------------------------- */
.table th,
.table td {
  vertical-align: top;
}
.table th {
  white-space: nowrap;
  font-weight: 700;
}
.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: #f8f8f8;
}
.table--pri tbody td {
  background-color: #f8f8f8;
}
.table--pri thead th,
.table--pri thead td {
  background-color: #00c8ac;
  font-weight: 700;
  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 #e8e9ea;
}
.table--sec thead th,
.table--sec thead td {
  border-bottom: 1px solid #454b52;
  font-weight: 700;
}
.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 #e8e9ea;
}
.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: #e8e9ea;
}
.table--border.table--sec thead th,
.table--border.table--sec thead td {
  border-bottom: 1px solid #454b52;
}
.table--striped th,
.table--striped td {
  padding: 1em;
}
.table--striped th {
  padding-right: 0;
  font-weight: 700;
}
.table--striped thead th,
.table--striped thead td {
  background-color: #b5b7ba;
  color: #ffffff;
}
.table--striped tbody tr:nth-of-type(odd) th,
.table--striped tbody tr:nth-of-type(odd) td {
  background-color: #f8f8f8;
}

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

.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: #454b52;
  color: #ffffff;
}
.base-text--sec {
  background-color: #00c8ac;
  color: #ffffff;
}
.base-text--ter {
  background-color: #28aad0;
}

/* 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%, #00c8ac));
  background: linear-gradient(to bottom, transparent 80%, #00c8ac 10%);
}
.underline-text--ter {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(10%, #28aad0));
  background: linear-gradient(to bottom, transparent 80%, #28aad0 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;
  gap: 0.25em;
  line-height: 1.2;
}
.multi-title__pri {
  font-weight: 400;
  font-size: 150%;
}
.multi-title__sec {
  font-size: 75%;
}
.multi-title .ff-roboto {
  line-height: 1;
}
.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: 0.625em;
  text-indent: -0.625em;
}
.title-icon::before {
  content: "";
  display: inline-block;
  text-decoration: none;
  width: 0.125em;
  height: 1.6em;
  margin-right: 0.55em;
  border-radius: 0.0625em;
  background-image: none;
  background-color: #00c8ac;
  vertical-align: middle;
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}

h1.title-icon::before {
  height: 1.1em;
}

h2.title-icon::before {
  height: 1.2em;
}

h3.title-icon::before {
  height: 1.3em;
}

h4.title-icon::before {
  height: 1.4em;
}

h5.title-icon::before {
  height: 1.5em;
}

h6.title-icon::before {
  height: 1.6em;
}

.title-icon--circle {
  padding-left: 1.25em;
  text-indent: -1.25em;
}
.title-icon--circle::before {
  width: 0.75em;
  height: 0.75em !important;
  margin-right: 0.5em;
  border: 0.2em solid #00c8ac;
  border-radius: 50%;
  background-color: transparent;
}
.title-icon--dot {
  padding-left: 1em;
  text-indent: -1em;
}
.title-icon--dot::before {
  width: 0.5em;
  margin-right: 0.5em;
  height: 0.5em !important;
  border-radius: 50%;
  background-image: none;
}

/* ========================================================================== */
/* Site header */
/* ========================================================================== */
.site-header {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 10;
  width: 100%;
  padding: 2em 2.5em 0.375em;
  background-color: transparent;
  -webkit-transition-property: padding, background-color;
  transition-property: padding, background-color;
  -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: 768px) and (orientation: portrait) {
  .site-header {
    height: 4em;
    padding: 0 4em 0 5%;
  }
}
.site-header::after {
  content: "";
  display: block;
  position: absolute;
  inset: 100% auto auto 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;
}

.is-scroll .site-header {
  padding: 0 2.5em;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) 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: 768px) 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);
  }
}

/* site-title */
/* -------------------------------------------------------------------------- */
.site-header .site-title {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1em;
  line-height: 1;
}

/* site-group-company */
/* -------------------------------------------------------------------------- */
.site-header .site-group-company {
  position: absolute;
  inset: 0.75em 2.5em auto auto;
  width: 20em;
  overflow: hidden;
  line-height: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-header .site-group-company {
    position: relative;
    inset: auto;
    margin: 4em auto 0;
  }
}

.is-scroll .site-header .site-group-company {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .is-scroll .site-header .site-group-company {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

/* site-navi */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-navi {
    position: fixed;
    inset: 0 auto auto 0;
    width: 100%;
    height: 100dvh;
    overflow: hidden;
    padding-top: 8em;
    background-color: #f0f1f1;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  .site-navi__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100dvh;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-header.is-open .site-navi {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* main-menu */
/* -------------------------------------------------------------------------- */
.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3em;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: margin-bottom 0.2s ease-out;
  transition: margin-bottom 0.2s ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5em;
    width: 100%;
  }
}
.main-menu__item {
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-menu__item {
    width: 100%;
    background-color: #f0f1f1;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
  }
  .main-menu__item.is-open {
    background-color: #f8f8f8;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-menu__item--contact {
    margin-top: 3em;
    text-align: center;
    font-size: 1.125em;
  }
}
.main-menu__item--contact .button {
  padding: 0.75em 2em;
  font-size: 1.125em;
}
.main-menu__anchor {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 1.375em;
  line-height: 3;
  -webkit-transition: line-height 0.2s ease-out;
  transition: line-height 0.2s ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-menu__anchor {
    width: 100%;
    padding: 0 3.2em 0 7.5%;
    font-size: 1.5em;
    line-height: 2.666;
  }
}

/* main-menu: current */
/* -------------------------------------------------------------------------- */
.company-page .main-menu__item--company .main-menu__anchor::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 0.2em;
  background: -webkit-gradient(linear, left top, right top, from(#00c8ac), to(#28aad0));
  background: linear-gradient(to right, #00c8ac 0%, #28aad0 100%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .company-page .main-menu__item--company .main-menu__anchor::after {
    width: 0.3em;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#00c8ac), to(#28aad0));
    background: linear-gradient(to bottom, #00c8ac 0%, #28aad0 100%);
  }
}

.business-page .main-menu__item--business .main-menu__anchor::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 0.2em;
  background: -webkit-gradient(linear, left top, right top, from(#00c8ac), to(#28aad0));
  background: linear-gradient(to right, #00c8ac 0%, #28aad0 100%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-page .main-menu__item--business .main-menu__anchor::after {
    width: 0.3em;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#00c8ac), to(#28aad0));
    background: linear-gradient(to bottom, #00c8ac 0%, #28aad0 100%);
  }
}

.projects-page .main-menu__item--projects .main-menu__anchor::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 0.2em;
  background: -webkit-gradient(linear, left top, right top, from(#00c8ac), to(#28aad0));
  background: linear-gradient(to right, #00c8ac 0%, #28aad0 100%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .projects-page .main-menu__item--projects .main-menu__anchor::after {
    width: 0.3em;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#00c8ac), to(#28aad0));
    background: linear-gradient(to bottom, #00c8ac 0%, #28aad0 100%);
  }
}

.recruit-page .main-menu__item--recruit .main-menu__anchor::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 0.2em;
  background: -webkit-gradient(linear, left top, right top, from(#00c8ac), to(#28aad0));
  background: linear-gradient(to right, #00c8ac 0%, #28aad0 100%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .recruit-page .main-menu__item--recruit .main-menu__anchor::after {
    width: 0.3em;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#00c8ac), to(#28aad0));
    background: linear-gradient(to bottom, #00c8ac 0%, #28aad0 100%);
  }
}

.partner-page .main-menu__item--partner .main-menu__anchor::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 0.2em;
  background: -webkit-gradient(linear, left top, right top, from(#00c8ac), to(#28aad0));
  background: linear-gradient(to right, #00c8ac 0%, #28aad0 100%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .partner-page .main-menu__item--partner .main-menu__anchor::after {
    width: 0.3em;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#00c8ac), to(#28aad0));
    background: linear-gradient(to bottom, #00c8ac 0%, #28aad0 100%);
  }
}

/* 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;
  inset: 100% auto auto -1.5em;
  z-index: 11;
  overflow: hidden;
  margin-bottom: 0;
  background-color: #ffffff;
  -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: 768px) and (orientation: portrait) {
  .main-menu__child {
    position: relative;
    inset: 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 2em;
  font-weight: 700;
  opacity: 0.333;
  font-size: 1.125em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-menu__child__sub-title {
    padding: 1em 1em 0.5em 2.5em;
    font-size: 1.25em;
  }
}
.main-menu__child__sub-title.title-icon::before {
  margin-right: 0.875em;
  background-color: #454b52;
}
.main-menu__child__item {
  padding: 0 1em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-menu__child__item {
    padding: 0;
  }
}
.main-menu__child__anchor {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 1em 1.5em;
  text-decoration: none;
  font-size: 1.125em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-menu__child__anchor {
    padding: 1em 1em 1em 2.75em;
    font-size: 1.25em;
  }
}

/* main-menu__child: toggle */
/* -------------------------------------------------------------------------- */
.main-menu__item .main-menu__child {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(1em);
          transform: translateY(1em);
  -webkit-transition-property: max-height, opacity, visibility, -webkit-transform;
  transition-property: max-height, opacity, visibility, -webkit-transform;
  transition-property: max-height, opacity, visibility, transform;
  transition-property: max-height, opacity, visibility, 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: 768px) and (orientation: portrait) {
  .main-menu__item .main-menu__child {
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (min-width: 768px) {
  .isnt-touch .main-menu__item:focus .main-menu__child, .isnt-touch .main-menu__item:hover .main-menu__child {
    max-height: 32em;
    line-height: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-menu__item .main-menu__child {
    opacity: 1;
  }
  .main-menu__item.is-open .main-menu__child {
    max-height: 32em;
    line-height: 1;
    visibility: visible;
  }
}
/* toggle-button */
/* -------------------------------------------------------------------------- */
.toggle-button {
  position: absolute;
  display: none;
  cursor: pointer;
}
@media print {
  .toggle-button {
    display: none;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .toggle-button {
    display: block;
  }
}
.toggle-button--pri {
  inset: 0 0 auto auto;
  z-index: 1;
  width: 4em;
  height: 4em;
  background: -webkit-gradient(linear, left top, right top, from(#00c8ac), to(#28aad0));
  background: linear-gradient(to right, #00c8ac 0%, #28aad0 100%);
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.toggle-button--pri .toggle-button__line {
  display: block;
  position: absolute;
  inset: 50% auto auto 30%;
  width: 40%;
  height: 1px;
  background-color: #ffffff;
}
.toggle-button--sec {
  inset: 0 0 auto auto;
  width: 4em;
  height: 4em;
}
.toggle-button--sec::before {
  position: absolute;
  inset: calc(50% - 0.5em) auto auto calc(50% - 0.5em);
  margin: 0;
  font-size: 1.25em;
  color: #00c8ac;
  -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);
}

@media screen and (min-width: 768px) {
  .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);
  }
}
@-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: #f8f8f8;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-aside {
    padding-bottom: 6em;
  }
}

.contact-announce__caption {
  position: absolute;
  bottom: -0.26em;
  left: 0;
  font-family: "Roboto", sans-serif;
  font-size: 10em;
  line-height: 1;
  color: #ffffff;
  white-space: nowrap;
}
@media screen and (max-width: 768px) 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: 768px) 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: "Roboto", sans-serif;
  color: #00c8ac;
}
@media screen and (max-width: 768px) 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: "BIZ UDPGothic", sans-serif;
  font-size: 87.5%;
  color: #454b52;
}
.contact-announce__link {
  margin-left: 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .contact-announce__link {
    margin-top: 1.5em;
    margin-left: 0;
  }
}

/* ========================================================================== */
/* Site footer */
/* ========================================================================== */
/* site-footer */
/* -------------------------------------------------------------------------- */
.site-footer {
  position: relative;
}
.site-footer__to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9;
  width: 4em;
  height: 4em;
  background-color: rgba(69, 75, 82, 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: 768px) 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--pri {
  padding: 4em 0;
  background-color: #f0f1f1;
}
.site-footer__section--sec {
  padding: 4em 0 2em;
  background-color: #454b52;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__section--sec {
    padding: 0;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__section--sec .site-footer__wrapper {
    width: 100%;
  }
}
.site-footer__section--ter {
  padding: 4em 0 2em;
}
.site-footer__section--ter .site-footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5em 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__section--ter .site-footer__wrapper {
    gap: 2em 0;
  }
}
.site-footer__section--ter .site-footer__wrapper .site-group-company {
  width: 30em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__section--ter .site-footer__wrapper .site-group-company {
    width: 100%;
  }
}
.site-footer__section--ter .site-footer__wrapper .site-group-banner {
  margin-left: auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__section--ter .site-footer__wrapper .site-group-banner {
    width: 100%;
  }
}
.site-footer__section--ter .site-footer__wrapper .site-copyright {
  width: 100%;
}

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

.isnt-touch .site-footer__to-top:focus, .isnt-touch .site-footer__to-top:hover {
  cursor: pointer;
  background-color: #28aad0;
}

/* lead-partner */
/* -------------------------------------------------------------------------- */
.lead-partner {
  position: relative;
  width: 95%;
  max-width: 75em;
  margin: 0 auto 6em;
}
.lead-partner::before {
  content: "";
  display: block;
  position: absolute;
  inset: 1em auto auto 1em;
  width: 100%;
  height: 100%;
  background-color: #e5e6e7;
}
.lead-partner__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-decoration: none;
  width: 100%;
  border: 0.5em solid #ffffff;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .lead-partner__anchor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.lead-partner__anchor.icon::after {
  position: absolute;
  inset: auto 0 0 auto;
  width: 2em;
  height: 2em;
  margin-right: 0;
  background-color: #00c8ac;
  text-align: center;
  line-height: 2;
  color: #ffffff;
}
.lead-partner__caption {
  position: absolute;
  inset: auto auto -0.1em 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 9em;
  line-height: 1;
  color: #454b52;
  opacity: 0.05;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .lead-partner__caption {
    font-size: 5.25em;
  }
}
.lead-partner__content {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-left: 4em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .lead-partner__content {
    padding: 1.5em;
  }
}
.lead-partner__image {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  position: relative;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .lead-partner__image img {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.lead-partner__title {
  margin-bottom: 0.5em;
  font-size: 2em;
  color: #454b52;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .lead-partner__title {
    font-size: 1.75em;
  }
}
.lead-partner__read {
  margin-bottom: 1.5em;
  text-align: justify;
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1.8;
  color: #454b52;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .lead-partner__read {
    font-size: 1.125em;
  }
  .lead-partner__read br {
    display: none;
  }
}

.isnt-touch .lead-partner::before {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -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 .lead-partner .lead-partner__image {
  overflow: hidden;
}
.isnt-touch .lead-partner .lead-partner__image img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.isnt-touch .lead-partner:focus::before, .isnt-touch .lead-partner:hover::before {
  -webkit-transform: translate(0.5em, 0.5em);
          transform: translate(0.5em, 0.5em);
}
.isnt-touch .lead-partner:focus .lead-partner__image img, .isnt-touch .lead-partner:hover .lead-partner__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.isnt-touch .lead-partner:focus .lead-partner__anchor.icon::after, .isnt-touch .lead-partner:hover .lead-partner__anchor.icon::after {
  background-color: #28aad0;
  color: #ffffff;
}

/* lead-contact */
/* -------------------------------------------------------------------------- */
.lead-contact {
  text-align: center;
}
.lead-contact__read {
  margin-bottom: 0;
  font-size: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .lead-contact__read {
    font-size: 1.375em;
  }
}
.lead-contact__link {
  margin: 1.5em 0;
  font-size: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .lead-contact__link {
    font-size: 1.375em;
  }
}

/* sitemap */
/* -------------------------------------------------------------------------- */
.sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4em 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sitemap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1px 0;
  }
}
.sitemap__item {
  position: relative;
  width: 20%;
  padding-left: 1.5em;
  border-right: 1px dotted #6a6f75;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sitemap__item {
    width: 100%;
    padding-left: 0;
    background-color: #545960;
  }
  .sitemap__item .toggle-button {
    width: 4em;
    height: 4em;
  }
}
.sitemap__item:first-of-type {
  border-left: 1px dotted #6a6f75;
}
.sitemap__anchor {
  text-decoration: none;
  font-size: 1.25em;
  color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sitemap__anchor {
    display: block;
    padding: 0.75em 3em 0.75em 1.5em;
    font-size: 1.25em;
  }
}
.sitemap__child {
  margin-bottom: 0;
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sitemap__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__child__sub-title {
  margin-bottom: 1em;
  border-radius: 0.25em;
  font-weight: 700;
  font-size: 1em;
  color: #ffffff;
  opacity: 0.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sitemap__child__sub-title {
    margin-bottom: 0;
    padding: 0.5em 0 0.5em 3em;
    font-size: 1em;
  }
}
.sitemap__child__sub-title.title-icon::before {
  margin-right: 0.875em;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sitemap__child__sub-title.title-icon::before {
    top: 0.5em;
    left: 2em;
  }
}
.sitemap__child__item {
  margin-bottom: 1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sitemap__child__item {
    margin-bottom: 0;
    padding-left: 0;
  }
  .sitemap__child__item:last-of-type {
    margin-bottom: 1em;
  }
}
.sitemap__child__item + .sitemap__child__sub-title {
  margin-top: 2em;
}
.sitemap__child__anchor {
  text-decoration: none;
  font-size: 1em;
  color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sitemap__child__anchor {
    display: inline-block;
    padding: 0.5em 0 0.5em 3em;
    font-size: 1em;
  }
}
.sitemap__item--other {
  width: 100%;
  padding-left: 0;
  border-right: 0;
}
.sitemap__item--other .sitemap__child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5em;
  margin-top: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sitemap__item--other .sitemap__child {
    max-height: inherit;
    padding: 1em 2em;
    background-color: #545960;
  }
}
.sitemap__item--other .sitemap__child__item {
  margin-bottom: 0;
}
.sitemap__item--other .sitemap__child__item:first-of-type {
  padding-left: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sitemap__item--other .sitemap__child__anchor {
    padding-left: 0;
  }
}
.sitemap__item.is-open .sitemap__child {
  max-height: 50em;
}

/* site-group-banner */
/* -------------------------------------------------------------------------- */
.site-group-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-group-banner {
    gap: 0.5em;
  }
}
.site-group-banner__item {
  width: 16em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-group-banner__item {
    width: calc(50% - 0.25em);
  }
}
.site-group-banner__anchor {
  display: inline-block;
  position: relative;
}
.site-group-banner__anchor::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  border: 1px solid #dadbdc;
  -webkit-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
}
.site-group-banner__anchor img {
  position: relative;
}

.isnt-touch .site-group-banner__anchor:focus::before, .isnt-touch .site-group-banner__anchor:hover::before {
  border: 3px solid #28aad0;
}

/* site-copyright */
/* -------------------------------------------------------------------------- */
.site-copyright {
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-copyright {
    text-align: center;
  }
}

/* ========================================================================== */
/* Page Menu */
/* ========================================================================== */
.page-menu {
  position: sticky;
  top: 6em;
  width: 100%;
  padding: 3em;
  border-radius: 1em 0 0 1em;
  background-color: #f8f8f8;
}
@media screen and (min-width: 1600px) {
  .page-menu {
    border-radius: 1em;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-menu {
    position: relative;
    top: auto;
    left: auto;
    width: inherit;
    border-radius: 1.5em 1.5em 0 0;
    margin-top: 6em;
  }
}
.page-menu__wrapper {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  max-height: calc(100vh - 19.75em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-menu__wrapper {
    overflow: visible;
    max-height: inherit;
  }
}
.page-menu__wrapper::-webkit-scrollbar {
  display: none;
}
.page-menu__anchor {
  text-decoration: none;
}
.page-menu__head {
  max-height: 5.25em;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #e8e9ea;
}
.page-menu__title {
  font-weight: 700;
  font-size: 1.25em;
}
.page-menu__sub-title {
  margin-bottom: 1em;
  font-weight: 700;
  opacity: 0.333;
}
.page-menu__sub-title.title-icon::before {
  background-color: #454b52;
}
.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: 768px) 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: 768px) and (orientation: portrait) {
  .page-menu__child__item {
    padding-left: 2em;
  }
}
.page-menu__child__anchor {
  text-decoration: none;
}
.page-menu .accordion__trigger {
  gap: 0;
  padding: 0.5em 1em;
  background-color: #dadbdc;
  font-size: 1em;
  opacity: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-menu .accordion__trigger {
    padding: 1em;
  }
}
.page-menu .accordion__icon {
  margin-left: auto;
}
.page-menu .accordion__target {
  padding-top: 0;
}

/* page-menu: current */
/* -------------------------------------------------------------------------- */
/* page-menu: child current */
/* -------------------------------------------------------------------------- */
/* ========================================================================== */
/* Common */
/* ========================================================================== */
.page-main {
  position: relative;
  padding-top: 10em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-main {
    padding-top: 8em;
  }
}

.page-footer {
  margin-top: 6em;
}

.particles-bg {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100vw;
  height: 40em;
}
.particles-bg canvas {
  mix-blend-mode: multiply;
}
.particles-bg::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255))), -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%), linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

/* ========================================================================== */
/* Accordion */
/* ========================================================================== */
.accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.accordion__trigger {
  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: 1em;
  padding: 0.75em 1em;
  border-radius: 0.25em;
  background-color: #f8f8f8;
  cursor: pointer;
  font-size: 1.5em;
}
.accordion__title {
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.5;
}
.accordion__icon {
  min-width: 1em;
  min-height: 1em;
  margin-top: 0.25em;
  -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__icon::before, .accordion__icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background-color: #454b52;
  -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__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.accordion__target {
  padding-top: 1em;
}
.accordion.is-open .accordion__trigger {
  background-color: #00c8ac;
  color: #ffffff;
}
.accordion.is-open .accordion__icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  background-color: #ffffff;
}
.accordion.is-open .accordion__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #ffffff;
}

.accordion__target {
  display: none;
}

.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: #28aad0;
  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__icon::before, .isnt-touch .accordion__trigger:focus .accordion__icon::after, .isnt-touch .accordion__trigger:hover .accordion__icon::before, .isnt-touch .accordion__trigger:hover .accordion__icon::after {
  background-color: #ffffff;
}

/* ========================================================================== */
/* Breadcrumb */
/* ========================================================================== */
.breadcrumb {
  padding: 1em 2.5%;
  background-color: #f8f8f8;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .breadcrumb {
    padding: 1em 5%;
  }
}
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
  margin-bottom: 0;
}
.breadcrumb__item {
  max-width: 20em;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  white-space: nowrap;
}
.breadcrumb__item::before {
  display: inline-block;
  margin-right: 0.5em;
  font-family: "icon" !important;
  content: "\e901";
  color: #a2a5a8;
}
.breadcrumb__item:first-of-type::before {
  content: none;
}
.breadcrumb__item--active {
  font-weight: 700;
  color: #454b52;
}
.breadcrumb__item--active::before {
  color: #00c8ac;
}
.breadcrumb__anchor {
  text-decoration: none;
  color: #a2a5a8;
}
/* ========================================================================== */
/* Business Figure */
/* ========================================================================== */
.business-figure {
  position: relative;
  padding: 7.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-figure {
    padding: 0;
  }
}
.business-figure__image {
  width: 30em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-figure__image {
    width: 100%;
    margin-bottom: 3em;
  }
}
.business-figure__item {
  position: absolute;
}
@media screen and (max-width: 768px) 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: 768px) 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: #f8f8f8;
  }
  .business-figure__anchor::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0.25em;
    height: 100%;
    background-color: #454b52;
  }
}
.business-figure__anchor.icon::before {
  position: absolute;
  right: 0;
  bottom: calc(50% - 1em);
  margin-right: 0;
}
@media screen and (max-width: 768px) 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: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 6em;
  line-height: 1;
}
@media screen and (max-width: 768px) 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 #e8e9ea;
  white-space: nowrap;
  line-height: 1.2;
}
@media screen and (max-width: 768px) 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: 768px) and (orientation: portrait) {
  .business-figure__title__pri {
    font-size: 1.75em;
  }
}
.business-figure__title__sec {
  margin-top: 0.25em;
  font-family: "Roboto", sans-serif;
  font-size: 1.25em;
  color: #454b52;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-figure__title__sec {
    font-size: 1em;
  }
}
.business-figure__read {
  font-size: 1.25em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-figure__read {
    display: block;
    white-space: nowrap;
    font-size: 1.25em;
    color: #454b52;
  }
}
.business-figure__item--merchant-ship {
  top: 0;
  left: 15em;
}
@media screen and (max-width: 768px) 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: 768px) 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: 768px) 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: 768px) 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: 768px) 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: 768px) and (orientation: portrait) {
  .business-figure__item--lifecycle .business-figure__title__pri {
    font-size: 1.5em;
  }
}

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

/* ========================================================================== */
/* Card */
/* ========================================================================== */
/* card */
/* -------------------------------------------------------------------------- */
.card {
  position: relative;
  background-color: #f8f8f8;
}
.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: #71767b;
}
.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: 700;
  font-size: 1.5em;
}
.card__read {
  margin-bottom: 1.5em;
  text-align: justify;
  font-weight: 400;
  line-height: 1.8;
  color: #454b52;
}
.card__category {
  margin-bottom: 1em;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.card__date {
  position: absolute;
  bottom: 1.25em;
  left: 1.5em;
  font-weight: 700;
  color: #bcbec1;
}
.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: 768px) 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: 768px) and (orientation: portrait) {
  .card--news .card__title {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 768px) 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;
}

/* project-card */
/* -------------------------------------------------------------------------- */
.project-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 #e8e9ea;
  border-radius: 0.5em;
}
.project-card__header {
  width: 100%;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid #e8e9ea;
}
.project-card__visual {
  position: relative;
  margin-bottom: 1em;
}
.project-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  margin-bottom: 0;
  background-color: #71767b;
}
.project-card__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-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);
}
.project-card__title {
  width: 100%;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.6;
}
.project-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;
}
.project-card__category__item {
  margin-right: 0.5em;
  margin-bottom: 0;
}
.project-card__date {
  margin-left: auto;
  white-space: nowrap;
  font-weight: 700;
  color: #ffffff;
}
.project-card__content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}
.project-card__content.is-open {
  max-height: 50em;
}
.project-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;
}
.project-card__toggle {
  display: inline-block;
  font-weight: 700;
  cursor: pointer;
}
.project-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;
}
.project-card__toggle__closed {
  display: inline;
}
.project-card__toggle__opened {
  display: none;
}
.project-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(to right, rgb(78, 80, 82) 0%, rgb(78, 80, 82));
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.project-card__toggle.is-open .project-card__toggle__closed {
  display: none;
}
.project-card__toggle.is-open .project-card__toggle__opened {
  display: inline;
}

.isnt-touch .project-card:focus, .isnt-touch .project-card:hover {
  background-color: #f8f8f8;
}
.isnt-touch .project-card__toggle:focus, .isnt-touch .project-card__toggle:hover {
  color: #28aad0;
}

/* ========================================================================== */
/* 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: #f0f1f1;
  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 #dadbdc;
}
.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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}
.column .column__item {
  margin-bottom: 0;
}

/* column: gap */
/* -------------------------------------------------------------------------- */
.column--g-1 {
  gap: 1em;
}
.column--g-2 {
  gap: 2em;
}
.column--g-3 {
  gap: 3em;
}
.column--g-4 {
  gap: 4em;
}
.column--g-5 {
  gap: 5em;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .column--sp-g-1 {
    gap: 1em;
  }
  .column--sp-g-2 {
    gap: 2em;
  }
  .column--sp-g-3 {
    gap: 3em;
  }
  .column--sp-g-4 {
    gap: 4em;
  }
  .column--sp-g-5 {
    gap: 5em;
  }
}
/* column: number and width */
/* -------------------------------------------------------------------------- */
.column--col-2 .column__item {
  width: 50%;
}
.column--col-3 .column__item {
  width: 33.333%;
}
.column--col-4 .column__item {
  width: 25%;
}
.column--col-5 .column__item {
  width: 20%;
}

.column--g-1.column--col-2 .column__item {
  width: calc(50% - 0.5em);
}
.column--g-1.column--col-3 .column__item {
  width: calc(33.333% - 0.666em);
}
.column--g-1.column--col-4 .column__item {
  width: calc(25% - 0.75em);
}
.column--g-1.column--col-5 .column__item {
  width: calc(20% - 0.8em);
}

.column--g-2.column--col-2 .column__item {
  width: calc(50% - 1em);
}
.column--g-2.column--col-3 .column__item {
  width: calc(33.333% - 1.333em);
}
.column--g-2.column--col-4 .column__item {
  width: calc(25% - 1.5em);
}
.column--g-2.column--col-5 .column__item {
  width: calc(20% - 1.6em);
}

.column--g-3.column--col-2 .column__item {
  width: calc(50% - 1.5em);
}
.column--g-3.column--col-3 .column__item {
  width: calc(33.333% - 2em);
}
.column--g-3.column--col-4 .column__item {
  width: calc(25% - 2.25em);
}
.column--g-3.column--col-5 .column__item {
  width: calc(20% - 2.4em);
}

.column--g-4.column--col-2 .column__item {
  width: calc(50% - 2em);
}
.column--g-4.column--col-3 .column__item {
  width: calc(33.333% - 2.666em);
}
.column--g-4.column--col-4 .column__item {
  width: calc(25% - 3em);
}
.column--g-4.column--col-5 .column__item {
  width: calc(20% - 3.2em);
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .column--sp-col-1 .column__item {
    width: 100%;
  }
  .column--sp-col-2 .column__item {
    width: 50%;
  }
  .column--g-1.column--sp-col-1 .column__item,
  .column--sp-g-1.column--sp-col-1 .column__item {
    width: 100%;
  }
  .column--g-1.column--sp-col-2 .column__item,
  .column--sp-g-1.column--sp-col-2 .column__item {
    width: calc(50% - 0.5em);
  }
  .column--g-2.column--sp-col-1 .column__item,
  .column--sp-g-2.column--sp-col-1 .column__item {
    width: 100%;
  }
  .column--g-2.column--sp-col-2 .column__item,
  .column--sp-g-2.column--sp-col-2 .column__item {
    width: calc(50% - 1em);
  }
  .column--g-3.column--sp-col-1 .column__item,
  .column--sp-g-3.column--sp-col-1 .column__item {
    width: 100%;
  }
  .column--g-3.column--sp-col-2 .column__item,
  .column--sp-g-3.column--sp-col-2 .column__item {
    width: calc(50% - 1.5em);
  }
  .column--g-4.column--sp-col-1 .column__item,
  .column--sp-g-4.column--sp-col-1 .column__item {
    width: 100%;
  }
  .column--g-4.column--sp-col-2 .column__item,
  .column--sp-g-4.column--sp-col-2 .column__item {
    width: calc(50% - 2em);
  }
}
/* 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: 768px) 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: 768px) 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: 768px) 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__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__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: 768px) 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: 768px) and (orientation: portrait) {
  .flex--sp-fd-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex--sp-fd-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex--sp-fd-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex--sp-fd-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.flex--jc-flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex--jc-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: 768px) 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: 768px) 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: 768px) 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: 768px) 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: #454b52;
  border-radius: 0.5em;
}
.form-process__item {
  width: 33.333%;
  margin-bottom: 0;
  padding: 0.75em 0;
  text-align: center;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1;
  color: #81858a;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .form-process__item {
    padding: 1em 0;
    font-size: 1em;
  }
}
.form-process__item::before {
  display: inline-block;
  width: 2em;
  margin-right: 1em;
  padding: 0.6em 0 0.4em;
  border-radius: 0.25em;
  background-color: #63686e;
  counter-increment: number;
  content: counter(number);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  color: #9ea1a5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .form-process__item::before {
    margin-right: 0.5em;
  }
}
.form-process__item--active {
  background: -webkit-gradient(linear, left top, right top, from(#00c8ac), to(#28aad0));
  background: linear-gradient(to right, #00c8ac 0%, #28aad0 100%);
  color: #ffffff;
}
.form-process__item--active::before {
  background-color: #ffffff;
  color: #00c8ac;
}

/* ========================================================================== */
/* Form */
/* ========================================================================== */
.form {
  margin-bottom: 0;
}
.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5em;
  padding: 2em 0;
  border-top: 2px solid rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form__col {
  width: calc(50% - 0.75em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .form__col {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .form__col:last-of-type {
    margin-bottom: 0;
  }
}
.form__title {
  margin-bottom: 0.5em;
  font-size: 1.5em !important;
  line-height: 1.6;
}
.form__title.title-icon > * {
  text-indent: 0;
}
.form__error {
  font-weight: 500;
  margin-top: 0.5em;
  font-size: 1.25em;
  color: #DB4437;
}
.form__value {
  padding-left: 1em;
  font-size: 1.25em;
  color: #6a6f75;
}
.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;
  gap: 1em;
}
.form__group__title {
  width: 100%;
}
.form__label + .form__label {
  margin-left: 1em;
}
.form__required, .form__any {
  display: inline-block;
  -webkit-transform: translateY(-0.25em);
          transform: translateY(-0.25em);
  margin-left: 1em;
  padding: 0.25em 0.75em;
  border-radius: 0.25em;
  font-size: 0.625em;
}
.form__required {
  background-color: #DB4437;
  color: #ffffff;
}
.form__any {
  background-color: #bcbec1;
  color: #ffffff;
}
.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%;
}
.form__notice {
  margin-top: 0.25em;
  font-size: 0.875em;
}
.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--narrow {
  width: calc(25% - 0.75em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .form__col--narrow {
    width: 100%;
  }
}
.form__col--middle {
  width: calc(33.333% - 1em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .form__col--middle {
    width: 100%;
  }
}
.form__col--full {
  width: 100%;
}
.form__col--bottom {
  text-align: center;
}
.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__error--base {
  margin-top: 0;
  padding: 0.5em;
  border-radius: 0.25em;
  background-color: #DB4437;
  text-align: center;
  color: #ffffff;
}

ul.form__value {
  margin-bottom: 0;
}
ul.form__value li:last-of-type {
  margin-bottom: 0;
}

/* ========================================================================== */
/* 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: #f8f8f8;
}
.content-list__date {
  margin-top: 0.25em;
  white-space: nowrap;
  font-weight: 700;
  color: #bcbec1;
}
.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: "Roboto", sans-serif;
  font-weight: 700;
}
.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: #f8f8f8;
  text-decoration: none;
  text-align: center;
  font-family: "Roboto", sans-serif;
  line-height: 3;
  color: #bcbec1;
}
.page-navi .prev a,
.page-navi .next a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background-color: #f8f8f8;
  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: #28aad0;
  color: #ffffff;
}
.page-navi .pages {
  width: 3em;
  height: 3em;
  text-align: center;
  font-family: "Roboto", sans-serif;
  line-height: 3;
  color: #00c8ac;
}

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

/* ========================================================================== */
/* 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: #f8f8f8;
  text-align: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .process__item {
    width: 100%;
  }
}
.process__number {
  position: absolute;
  top: -0.4em;
  left: calc(50% - 0.75em);
  width: 1.5em;
  font-family: "Roboto", sans-serif;
  font-size: 4em;
  line-height: 1;
}
.process__caption {
  font-family: "Roboto", 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: "BIZ UDPGothic", sans-serif;
  font-size: 2em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .process__title {
    font-size: 2.5em;
  }
}
.process__read {
  margin-top: 1.5em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) 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;
  inset: auto 1.5em 0 auto;
  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: "Roboto", sans-serif;
  font-weight: 500;
  color: #ffffff;
}
@media screen and (max-width: 768px) 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: 768px) and (orientation: portrait) {
  .search {
    height: 3em;
  }
}
.search__toggle-button {
  display: block;
  position: relative;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background-color: #f8f8f8;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
@media screen and (max-width: 768px) 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: 768px) 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: #454b52;
}
.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: #454b52;
}
.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: #f8f8f8;
  -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: 768px) 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: #454b52;
}
@media screen and (max-width: 768px) 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: 768px) and (orientation: portrait) {
  .search__form.is-close {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.search__form.is-open {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.search__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
  border: 0;
  outline: 0;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 1em;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .search__input {
    color: #ffffff;
  }
}

.isnt-touch .search__toggle-button:focus.icon::before, .isnt-touch .search__toggle-button:hover.icon::before {
  color: #28aad0;
}
.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: #28aad0;
}
@media screen and (max-width: 768px) 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: #f8f8f8;
}
.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;
}

/* ========================================================================== */
/* 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: #cbcdcf;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
}
.sort-menu__anchor {
  display: inline-block;
  width: 100%;
  padding: 0.5em 1em;
  border-radius: 0.25em;
  background-color: #f8f8f8;
  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: 768px) 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 #f8f8f8;
}

/* ========================================================================== */
/* Tabs */
/* ========================================================================== */
/* tabs-navi */
/* -------------------------------------------------------------------------- */
.tabs-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f8f8f8;
}
.tabs-navi__item {
  width: 100%;
  padding: 1em;
  text-decoration: none;
  text-align: center;
}
.tabs-navi__item.active {
  background-color: #00c8ac;
  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;
  overflow: hidden;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-visual {
    height: 100vw;
  }
}
.main-visual__slider {
  width: 100%;
  background-color: #454b52;
}
.main-visual__slider::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto auto 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(32, 32, 32, 0.333);
}
.main-visual__slide {
  position: relative;
  width: 100%;
  height: calc(100vh - 7.5em) !important;
  max-height: 50em;
  min-height: 30em;
  overflow: hidden;
  opacity: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-visual__slide {
    height: 100vw !important;
    max-height: inherit;
  }
}
.main-visual__split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.main-visual__split__left, .main-visual__split__right {
  width: 50%;
}
.main-visual__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* main-visual: slide animation */
/* ------------------------------------- */
.main-visual__slide {
  opacity: 1 !important;
}
.main-visual__split__left, .main-visual__split__right, .main-visual__image {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.main-visual__split__left, .main-visual__split__right {
  overflow: hidden;
}
.main-visual__split__left {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.main-visual__split__left .main-visual__image {
  -webkit-transform: translateY(80%);
          transform: translateY(80%);
}
.main-visual__split__right {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.main-visual__split__right .main-visual__image {
  -webkit-transform: translateY(-80%);
          transform: translateY(-80%);
}
.main-visual .swiper-slide-active {
  z-index: 2 !important;
}
.main-visual .swiper-slide-active .main-visual__split__left, .main-visual .swiper-slide-active .main-visual__split__right, .main-visual .swiper-slide-active .main-visual__image {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

/* main-visual: content */
/* ------------------------------------- */
.main-visual__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  inset: calc(50% - 5.5em) auto auto calc(50% - 15em);
  z-index: 2;
  width: 30em;
  height: 12em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-visual__content {
    font-size: 0.75em;
  }
}
.main-visual__title {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 1.25em;
  letter-spacing: 0.25em;
  line-height: 1;
  color: #ffffff;
}
.main-visual__catch {
  font-weight: 700;
  font-size: 1.75em;
  letter-spacing: 0.5em;
  line-height: 1;
  color: #ffffff;
}
.main-visual__name {
  margin-top: 1.25em;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}
.main-visual__theme {
  position: relative;
  width: 100%;
  height: 2em;
  margin: 2em 0;
  white-space: nowrap;
  text-align: center;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 2;
  color: #ffffff;
}
.main-visual__theme::before, .main-visual__theme::after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 2em;
}
.main-visual__theme::before {
  inset: 0 auto auto 0;
  border-radius: 5em 0 0 5em;
  background-color: #00c8ac;
}
.main-visual__theme::after {
  inset: 0 0 auto auto;
  border-radius: 0 5em 5em 0;
  background-color: #28aad0;
}
.main-visual__theme__item {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 2em;
}
.main-visual__theme__left, .main-visual__theme__right {
  position: absolute;
  width: 0;
  height: 2em;
  overflow: hidden;
  opacity: 0;
  -webkit-transition-property: width, opacity, -webkit-transform;
  transition-property: width, opacity, -webkit-transform;
  transition-property: width, opacity, transform;
  transition-property: width, opacity, transform, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.main-visual__theme__left {
  inset: 0 50% auto auto;
  -webkit-transform-origin: right;
          transform-origin: right;
}
.main-visual__theme__right {
  inset: 0 auto auto 50%;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.main-visual__theme__joint {
  position: absolute;
  inset: 0 auto auto calc(50% - 1em);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #14b9be;
  color: #454b52;
}
.main-visual__theme__item.active .main-visual__theme__left,
.main-visual__theme__item.active .main-visual__theme__right {
  width: 50%;
  opacity: 1;
}

/* swiper-autoplay-progress */
/* ------------------------------------- */
.swiper-autoplay-progress {
  position: absolute;
  inset: 0 0 0 0;
  z-index: 10;
  width: 3em;
  height: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .swiper-autoplay-progress {
    inset: auto 1.5em 1.5em auto;
  }
}
.swiper-autoplay-progress__indicator {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: #ffffff;
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.main-visual {
  /* 円形のプログレスバー */
}
.main-visual .swiper-pagination {
  top: calc(50% - 1.25em);
  left: calc(50% - 1.5em) !important;
  bottom: auto !important;
  width: 3em !important;
  height: 3em;
}
.main-visual .swiper-pagination-bullet {
  display: none;
  position: absolute;
  inset: 0 auto auto;
  width: 3em;
  height: 3em;
  margin: 0 !important;
  font-size: 1.5em;
}
.main-visual .swiper-pagination-bullet-active {
  display: block;
}
.main-visual .swiperCont {
  /* width: 80%; */
  margin: 0 auto;
  position: relative;
}
.main-visual .circle {
  position: relative;
  width: 2em;
  height: 2em;
  background: #ffffff !important;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  margin: auto;
  cursor: pointer;
}
.main-visual .circle::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -1em;
  width: 2em;
  height: 2em;
  background: #4fcbce;
  -webkit-transform-origin: right 1em;
          transform-origin: right 1em;
  z-index: 2;
}
.main-visual .circle::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 1em;
  width: 2em;
  height: 2em;
  background: #4fcbce;
  -webkit-transform-origin: left 1em;
          transform-origin: left 1em;
  z-index: 3;
}
.main-visual .swiper-pagination-bullet.swiper-pagination-bullet-active.circle::before {
  -webkit-animation: circleBefore 5s linear forwards;
          animation: circleBefore 5s linear forwards;
}
.main-visual .swiper-pagination-bullet.swiper-pagination-bullet-active.circle::after {
  -webkit-animation: circleAfter 5s linear forwards;
          animation: circleAfter 5s linear forwards;
}
.main-visual .circle .circle_inner {
  position: absolute;
  inset: 0.25em auto auto 0.25em;
  width: 1.5em;
  height: 1.5em;
  background: #14b9be;
  border-radius: 50%;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  color: #454b52;
}
@-webkit-keyframes circleAfter {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    background: #4fcbce;
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background: #4fcbce;
  }
  50.01% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    background: #ffffff;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    background: #ffffff;
  }
}
@keyframes circleAfter {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    background: #4fcbce;
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background: #4fcbce;
  }
  50.01% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    background: #ffffff;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    background: #ffffff;
  }
}
@-webkit-keyframes circleBefore {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@keyframes circleBefore {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.main-visual .swiper-button-prev,
.main-visual .swiper-button-next {
  top: calc(50% - 1.5em);
  width: 3em;
  height: 3em;
  margin-top: 0;
  color: #ffffff;
}
.main-visual .swiper-button-prev::after,
.main-visual .swiper-button-next::after {
  font-size: 3em;
}
.main-visual .swiper-button-prev {
  left: 1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-visual .swiper-button-prev {
    left: 0em;
  }
}
.main-visual .swiper-button-next {
  right: 1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-visual .swiper-button-next {
    right: 0em;
  }
}

/* header-visual */
/* -------------------------------------------------------------------------- */
.header-visual {
  position: relative;
  height: 100vw;
  max-height: 35em;
  overflow: hidden;
  padding-top: 4em;
  background-color: #454b52;
}
.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(to right, rgba(12, 38, 60, 0.333) 0%, rgba(12, 38, 60, 0) 100%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .header-visual::before {
    background: rgba(12, 38, 60, 0.333);
  }
}

/* visual */
/* -------------------------------------------------------------------------- */
.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;
  aspect-ratio: 2/1;
  background-color: #454b52;
}
.visual__image {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.visual__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.visual__title {
  position: relative;
  font-weight: 700;
}
.visual--2-1 {
  aspect-ratio: 2/1;
}

/* ========================================================================== */
/* 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 #f0f1f1;
}
.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 #28aad0;
}

/* ========================================================================== */
/* 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: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  max-width: 100em;
}
@media screen and (max-width: 768px) 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: 66.666%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .content-wrapper--column .content-wrapper__pri {
    width: 90%;
    overflow: hidden;
  }
}
.content-wrapper--column .content-wrapper__sec {
  width: 23.333%;
}
@media screen and (max-width: 768px) 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: 6.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-main {
    padding-top: 4em;
  }
}

/* page-header */
/* -------------------------------------------------------------------------- */
.home-page .page-header {
  position: relative;
}

/* divider */
/* -------------------------------------------------------------------------- */
.home-page .divider {
  width: 90%;
  max-width: 90em;
  margin: 0 auto;
}

/* page-section: page-section */
/* -------------------------------------------------------------------------- */
.home-page .page-section {
  position: relative;
}

/* page-section: page-section */
/* -------------------------------------------------------------------------- */
.home-page .main-visual {
  background-color: #6a6f75;
}

/* page-section: news */
/* -------------------------------------------------------------------------- */
.home-page .page-section--news {
  padding: 3em 0;
}
.home-page .page-section--news .content-wrapper {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5em 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--news .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-page .page-section--news .section-header {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-page .page-section--news .section-footer {
  width: 100%;
  text-align: right;
}
.home-page .page-section--news .section-title {
  margin-bottom: 0;
}
.home-page .page-section--news .news-list {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news-list {
    gap: 1.5em;
  }
}
.news-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5em;
  }
}
.news-list__date {
  min-width: 11em;
  padding: 0.25em 1em;
  border-radius: 5em;
  background-color: #00c8ac;
  text-align: center;
  font-size: 0.875em;
  line-height: 1.4;
  color: #ffffff;
}
.news-list__title {
  font-size: 1.125em;
}

/* page-section: concept */
/* -------------------------------------------------------------------------- */
.home-page .page-section--concept {
  padding: 3em 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--concept {
    padding-top: 5em;
  }
}
.home-page .page-section--concept .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--concept .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3em;
  }
}
.home-page .page-section--concept .section-header {
  width: 25%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--concept .section-header {
    width: 100%;
  }
}
.home-page .page-section--concept .section-header .catch {
  white-space: nowrap;
  font-weight: 700;
  font-size: 2em;
  letter-spacing: 0.25em;
}
.home-page .page-section--concept .section-header .read {
  text-align: justify;
  font-size: 1.25em;
  line-height: 2;
}
.home-page .page-section--concept .section-header .link {
  font-size: 1.25em;
}
.home-page .page-section--concept .content {
  position: relative;
  width: 75%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--concept .content {
    width: 100%;
  }
}
.home-page .page-section--concept .content .caption {
  position: absolute;
  inset: 50% auto auto 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--concept .content .caption {
    inset: 50% 0 auto auto;
    font-size: 1em;
  }
}

/* page-section: company */
/* -------------------------------------------------------------------------- */
.home-page .page-section--company {
  padding: 5em 0;
}
.home-page .page-section--company .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;
  gap: 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--company .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.home-page .page-section--company .section-header {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.home-page .page-section--company .section-header .read {
  font-size: 1.25em;
  line-height: 2;
}
.home-page .page-section--company .section-header .link {
  font-size: 1.25em;
}
.home-page .page-section--company .content {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
}

/* company-list */
/* ------------------------------------- */
.company-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5em 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .company-list {
    gap: 0.5em;
  }
}
.company-list__item {
  width: calc(50% - 1.5em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .company-list__item {
    width: 100%;
  }
}
.company-list__anchor {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dadbdc;
  text-decoration: none;
}
.company-list__anchor.icon--after::after {
  position: absolute;
  inset: calc(50% - 0.5em) 0 auto auto;
  font-size: 1.25em;
}
.company-list__image {
  width: 5em;
  aspect-ratio: 1/1;
}
.company-list__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1.5em;
}
.company-list__title {
  font-size: 1.25em;
}

.isnt-touch .company-list__image {
  overflow: hidden;
}
.isnt-touch .company-list__image img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.isnt-touch .company-list__anchor:focus .company-list__image img, .isnt-touch .company-list__anchor:hover .company-list__image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/* company-banner */
/* ------------------------------------- */
.company-banner {
  position: relative;
  aspect-ratio: 3/1;
  overflow: hidden;
  background-color: #454b52;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .company-banner {
    aspect-ratio: 2/1;
  }
}
.company-banner img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
}
.company-banner__anchor.icon--after::after {
  position: absolute;
  inset: auto 0 0 auto;
  width: 2em;
  height: 2em;
  margin-right: 0;
  background-color: #00c8ac;
  text-align: center;
  line-height: 2;
  color: #ffffff;
}
.company-banner__title {
  position: absolute;
  inset: auto auto 2.5% 2.5%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 5em;
  line-height: 1;
  color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .company-banner__title {
    font-size: 2.5em;
  }
}

.isnt-touch .company-banner__anchor:focus.icon--after::after, .isnt-touch .company-banner__anchor:hover.icon--after::after {
  background-color: #28aad0;
  color: #ffffff;
}

/* meisters-banner */
/* ------------------------------------- */
.meisters-banner {
  background-color: #f8f8f8;
}
.meisters-banner__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3em;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .meisters-banner__anchor {
    gap: 1.5em;
  }
}
.meisters-banner__anchor.icon--after::after {
  position: absolute;
  inset: calc(50% - 0.5em) 1em auto auto;
  font-size: 1.25em;
}
.meisters-banner__image {
  position: relative;
  width: 15em;
  aspect-ratio: 2/1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .meisters-banner__image {
    width: 10em;
    aspect-ratio: 3/2;
  }
}
.meisters-banner__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.meisters-banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .meisters-banner__content {
    font-size: 0.875em;
  }
}
.meisters-banner__title {
  font-weight: 700;
  font-size: 1.5em;
}
.meisters-banner__read {
  font-size: 1.125em;
}

/* meisters-list */
/* ------------------------------------- */
.meisters-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
}
.meisters-list__item {
  background-color: #f8f8f8;
}
.meisters-list__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-decoration: none;
  gap: 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .meisters-list__anchor {
    -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;
    gap: 0;
  }
}
.meisters-list .icon--after::after {
  position: absolute;
  inset: auto 0 0 auto;
  width: 2em;
  height: 2em;
  margin-right: 0;
  background-color: #00c8ac;
  text-align: center;
  line-height: 2;
  color: #ffffff;
}
.meisters-list__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  aspect-ratio: 2/1;
  position: relative;
}
.meisters-list__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.meisters-list__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .meisters-list__content {
    padding: 2em 2em 4em 2em;
    font-size: 0.75em;
  }
}
.meisters-list__title {
  font-size: 1.75em;
}
.meisters-list__read {
  font-size: 1.25em;
}
.meisters-list__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.meisters-list__label {
  min-width: 5em;
  padding: 0.25em 1em;
  border-radius: 5em;
  background-color: #00c8ac;
  text-align: center;
  font-size: 1.25em;
  line-height: 1.4;
  color: #ffffff;
}
.meisters-list__name {
  font-size: 1.75em;
}
.meisters-list--column {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .meisters-list--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.meisters-list--column .meisters-list__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: transparent;
}
.meisters-list--column .meisters-list__anchor {
  -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;
  gap: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .meisters-list--column .meisters-list__content {
    padding: 0;
  }
}

.isnt-touch .meisters-list__image {
  overflow: hidden;
}
.isnt-touch .meisters-list__image img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.isnt-touch .meisters-list__anchor:focus .meisters-list__label, .isnt-touch .meisters-list__anchor:hover .meisters-list__label {
  background-color: #28aad0;
}
.isnt-touch .meisters-list__anchor:focus .meisters-list__image img, .isnt-touch .meisters-list__anchor:hover .meisters-list__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.isnt-touch .meisters-list__anchor:focus .meisters-list__image.icon--after::after, .isnt-touch .meisters-list__anchor:hover .meisters-list__image.icon--after::after {
  background-color: #28aad0;
  color: #ffffff;
}
.isnt-touch .meisters-list__anchor:focus.icon--after::after, .isnt-touch .meisters-list__anchor:hover.icon--after::after {
  background-color: #28aad0;
  color: #ffffff;
}

/* page-section: business */
/* -------------------------------------------------------------------------- */
.home-page .page-section--business {
  padding: 5em 0 7.5em;
  background-color: #f8f8f8;
}
.home-page .page-section--business .section-header .read {
  text-align: center;
  font-size: 1.25em;
}

/* business-list */
/* ------------------------------------- */
.business-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6em;
  position: relative;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3em;
  }
}
.business-list::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto auto 50%;
  width: 1px;
  height: 100%;
  background-color: #dadbdc;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-list::before {
    content: none;
  }
}
.business-list__group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3em;
}
.business-list__header {
  position: relative;
}
.business-list__header__bgi {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 15em;
  background-color: #6a6f75;
  vertical-align: bottom;
}
.business-list__header__bgi img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-list__header__bgi {
    height: 12.5em;
  }
}
.business-list__header__title {
  position: absolute;
  inset: 50% auto auto 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-bottom: 0;
  font-size: 2em;
  color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-list__header__title {
    font-size: 1.5em;
  }
}
.business-list__header::before {
  content: "";
  display: block;
  position: absolute;
  inset: 1em auto auto 1em;
  width: 100%;
  height: 100%;
  background-color: #454b52;
}
.business-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
.business-list__item {
  background-color: #ffffff;
}
.business-list__anchor {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.business-list__anchor.icon--after::after {
  position: absolute;
  inset: calc(50% - 0.5em) 1em auto auto;
  font-size: 1.25em;
}
.business-list__image {
  width: 7.5em;
  aspect-ratio: 1/1;
}
.business-list__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.business-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1.5em;
}
.business-list__title {
  font-size: 1.25em;
}
.business-list__group--pri .business-list__header::before {
  background-color: #00c8ac;
}
.business-list__group--sec .business-list__header::before {
  background-color: #28aad0;
}
.business-list__group--sec .business-list__anchor.icon--after::after {
  color: #28aad0;
}
.business-list--simple .business-list__group {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-list--simple .business-list__group {
    -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;
  }
}
.business-list--simple .business-list__header__bgi {
  width: 15em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-list--simple .business-list__header__bgi {
    width: 100%;
    height: 12.5em;
  }
}
.business-list--simple .business-list__header__title {
  white-space: nowrap;
  font-size: 1.5em;
}
.business-list--simple .business-list__item {
  background-color: transparent;
}
.business-list--simple .business-list__anchor {
  display: inline-block;
}
.business-list--simple .business-list__anchor.icon::before {
  font-size: 1.5em;
}
.business-list--simple .business-list__title {
  font-size: 1.5em;
}

.isnt-touch .business-list__image {
  overflow: hidden;
}
.isnt-touch .business-list__image img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.isnt-touch .business-list__anchor:focus .business-list__image img, .isnt-touch .business-list__anchor:hover .business-list__image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/* gallery */
/* -------------------------------------------------------------------------- */
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
}
.gallery__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 200%;
  -webkit-animation: gallery-loop infinite linear 30s both;
          animation: gallery-loop infinite linear 30s both;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .gallery__wrapper {
    width: 400%;
    -webkit-animation-duration: 30s;
            animation-duration: 30s;
  }
}
.gallery__item {
  width: 20em;
  padding: 0.5em 0.25em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .gallery__item {
    width: 40em;
  }
}

@-webkit-keyframes gallery-loop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200em);
            transform: translateX(-200em);
    @media screen and (max-width: 768px) and (orientation: portrait) {
      -webkit-transform: translateX(-300em);
              transform: translateX(-300em);
    }
  }
}

@keyframes gallery-loop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200em);
            transform: translateX(-200em);
    @media screen and (max-width: 768px) and (orientation: portrait) {
      -webkit-transform: translateX(-300em);
              transform: translateX(-300em);
    }
  }
}
/* page-section: projects */
/* -------------------------------------------------------------------------- */
.home-page .page-section--projects {
  padding: 7.5em 0 5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--projects {
    padding-top: 5em;
  }
}
.home-page .page-section--projects .content-wrapper {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--projects .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-page .page-section--projects .section-header {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-page .page-section--projects .section-header .read {
  font-size: 1.25em;
  line-height: 2;
}
.home-page .page-section--projects .content {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.home-page .page-section--projects .content__section {
  margin-bottom: 3em;
}
.home-page .page-section--projects .content__section:last-of-type {
  margin-bottom: 0;
}

/* page-section: pickup */
/* -------------------------------------------------------------------------- */
.home-page .page-section--pickup {
  padding: 5em 0;
}

/* pickup-list */
/* ------------------------------------- */
.pickup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .pickup-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5em;
  }
}
.pickup-list__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pickup-list__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .pickup-list__anchor {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1em;
  }
}
.pickup-list__image {
  position: relative;
  aspect-ratio: 2/1;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .pickup-list__image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    aspect-ratio: 1/1;
  }
}
.pickup-list__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: multiply;
}
.pickup-list__image.icon::after {
  position: absolute;
  inset: auto 0 0 auto;
  width: 2em;
  height: 2em;
  margin-right: 0;
  background-color: #00c8ac;
  text-align: center;
  line-height: 2;
  color: #ffffff;
}
.pickup-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .pickup-list__content {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
}
.pickup-list__title {
  font-size: 1.5em;
}
.pickup-list__read {
  font-size: 1.125em;
}

.isnt-touch .pickup-list__image {
  overflow: hidden;
}
.isnt-touch .pickup-list__image img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.isnt-touch .pickup-list__anchor:focus .pickup-list__image img, .isnt-touch .pickup-list__anchor:hover .pickup-list__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.isnt-touch .pickup-list__anchor:focus .pickup-list__image.icon::after, .isnt-touch .pickup-list__anchor:hover .pickup-list__image.icon::after {
  background-color: #28aad0;
}

/* page-section: recruit */
/* -------------------------------------------------------------------------- */
.home-page .page-section--recruit {
  padding: 5em 0;
}
.home-page .page-section--recruit .content-wrapper {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--recruit .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-page .page-section--recruit .section-header {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-page .page-section--recruit .section-header .read {
  font-size: 1.25em;
  line-height: 2;
}
.home-page .page-section--recruit .content {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.home-page .page-section--recruit .content__section {
  margin-bottom: 3em;
}
.home-page .page-section--recruit .content__section:last-of-type {
  margin-bottom: 0;
}

/* recruit-list */
/* ------------------------------------- */
.recruit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .recruit-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recruit-list__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.recruit-list__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  gap: 1em;
}
.recruit-list__image {
  position: relative;
  aspect-ratio: 2/1;
}
.recruit-list__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-list__image.icon::after {
  position: absolute;
  inset: auto 0 0 auto;
  width: 2em;
  height: 2em;
  margin-right: 0;
  background-color: #00c8ac;
  text-align: center;
  line-height: 2;
  color: #ffffff;
}
.recruit-list__title {
  font-size: 1.5em;
}

.isnt-touch .recruit-list__image {
  overflow: hidden;
}
.isnt-touch .recruit-list__image img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.isnt-touch .recruit-list__anchor:focus .recruit-list__image img, .isnt-touch .recruit-list__anchor:hover .recruit-list__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.isnt-touch .recruit-list__anchor:focus .recruit-list__image.icon::after, .isnt-touch .recruit-list__anchor:hover .recruit-list__image.icon::after {
  background-color: #28aad0;
}

/* ========================================================================== */
/* Company Page */
/* ========================================================================== */
/* page-menu: current */
/* ------------------------------------- */
.company-page.philosophy-page .page-menu__item--philosophy .page-menu__anchor {
  color: #00c8ac;
}

.company-page.message-page .page-menu__item--message .page-menu__anchor {
  color: #00c8ac;
}

.company-page.concept-page .page-menu__item--concept .page-menu__anchor {
  color: #00c8ac;
}

.company-page.advantage-page .page-menu__item--advantage .page-menu__anchor {
  color: #00c8ac;
}

.company-page.profile-page .page-menu__item--profile .page-menu__anchor {
  color: #00c8ac;
}

.company-page.history-page .page-menu__item--history .page-menu__anchor {
  color: #00c8ac;
}

.company-page.location-page .page-menu__item--location .page-menu__anchor {
  color: #00c8ac;
}

.company-page.meisters-page .page-menu__item--meisters .page-menu__anchor {
  color: #00c8ac;
}
.company-page.meisters-page .page-menu__item--meisters .page-menu__child {
  display: block;
}
.company-page.meisters-page.atsushi-iwamaru-page .page-menu__child__item--atsushi-iwamaru .page-menu__child__anchor {
  color: #00c8ac;
}
.company-page.meisters-page.handingdown-page .page-menu__child__item--handingdown .page-menu__child__anchor {
  color: #00c8ac;
}

/* ter-page */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 768px) and (orientation: portrait) {
  .company-page:not(.sec-page) .page-footer {
    margin-top: 0;
  }
}

/* sec-page: company-list */
/* -------------------------------------------------------------------------- */
.company-page.sec-page .company-list__item {
  width: calc(33.333% - 2em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .company-page.sec-page .company-list__item {
    width: 100%;
  }
}
.company-page.sec-page .company-list__image {
  width: 10em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .company-page.sec-page .company-list__image {
    width: 7.5em;
  }
}
.company-page.sec-page .company-list__title {
  font-size: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .company-page.sec-page .company-list__title {
    font-size: 1.25em;
  }
}

/* sec-page: meisters-banner */
/* -------------------------------------------------------------------------- */
/* philosophy-page */
/* -------------------------------------------------------------------------- */
.company-page.philosophy-page .page-section--guidelines .list li {
  padding-left: 2.5em;
}
.company-page.philosophy-page .page-section--guidelines .list li::before {
  font-size: 1.75em;
  line-height: 1.3;
}

/* business-chart */
/* -------------------------------------------------------------------------- */
.business-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-chart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 0.75em;
  }
}
.business-chart__group {
  position: relative;
  aspect-ratio: 1/1;
}
.business-chart__group::before {
  content: "";
  display: block;
  position: absolute;
  inset: 4em auto auto 4em;
  width: calc(100% - 8em);
  height: calc(100% - 8em);
  border: 2em solid;
  border-radius: 50%;
}
.business-chart__image {
  position: absolute;
  inset: 4em auto auto 4em;
  width: calc(100% - 8em);
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
}
.business-chart__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.1;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.business-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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
  position: absolute;
  inset: calc(50% - 2em) auto auto 30%;
  line-height: 1;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-chart__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    inset: 50% auto auto 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.business-chart__title__pri {
  font-family: "Roboto", sans-serif;
  font-size: 200%;
}
.business-chart__title__sec {
  font-weight: 700;
}
.business-chart__item {
  display: block;
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
}
.business-chart__element {
  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: absolute;
  top: 0;
  left: calc(50% - 5em);
  width: 10em;
  height: 10em;
  border: 0.25em solid #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
  text-align: center;
}
.business-chart__text {
  font-weight: 700;
  font-size: 1.125em;
  color: #ffffff;
}
.business-chart__core {
  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: absolute;
  inset: calc(50% - 5em) auto auto calc(50% - 1.25em);
  width: 10em;
  height: 10em;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
  text-align: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-chart__core {
    inset: calc(50% - 2.5em) auto auto calc(50% - 5em);
  }
}
.business-chart__core .business-chart__text {
  color: #00c8ac;
}
.business-chart__logo {
  width: 6em;
}

.business-chart__group--pri {
  width: 60%;
  margin-left: 5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-chart__group--pri {
    width: 100%;
    margin-left: 0;
  }
}
.business-chart__group--pri::before {
  border-color: #00c8ac;
}
.business-chart__group--pri .business-chart__title__pri {
  color: #00c8ac;
}
.business-chart__group--pri .business-chart__item .business-chart__element {
  background-color: #00c8ac;
}
.business-chart__group--pri .business-chart__item--machinery {
  -webkit-transform: rotate(-22.5deg);
          transform: rotate(-22.5deg);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-chart__group--pri .business-chart__item--machinery {
    -webkit-transform: rotate(22.5deg);
            transform: rotate(22.5deg);
  }
}
.business-chart__group--pri .business-chart__item--machinery .business-chart__text {
  -webkit-transform: rotate(22.5deg);
          transform: rotate(22.5deg);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-chart__group--pri .business-chart__item--machinery .business-chart__text {
    -webkit-transform: rotate(-22.5deg);
            transform: rotate(-22.5deg);
  }
}
.business-chart__group--pri .business-chart__item--electricity {
  -webkit-transform: rotate(-67.5deg);
          transform: rotate(-67.5deg);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-chart__group--pri .business-chart__item--electricity {
    -webkit-transform: rotate(-22.5deg);
            transform: rotate(-22.5deg);
  }
}
.business-chart__group--pri .business-chart__item--electricity .business-chart__text {
  -webkit-transform: rotate(67.5deg);
          transform: rotate(67.5deg);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-chart__group--pri .business-chart__item--electricity .business-chart__text {
    -webkit-transform: rotate(22.5deg);
            transform: rotate(22.5deg);
  }
}
.business-chart__group--pri .business-chart__item--coating {
  -webkit-transform: rotate(-112.5deg);
          transform: rotate(-112.5deg);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-chart__group--pri .business-chart__item--coating {
    -webkit-transform: rotate(-67.5deg);
            transform: rotate(-67.5deg);
  }
}
.business-chart__group--pri .business-chart__item--coating .business-chart__text {
  -webkit-transform: rotate(112.5deg);
          transform: rotate(112.5deg);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-chart__group--pri .business-chart__item--coating .business-chart__text {
    -webkit-transform: rotate(67.5deg);
            transform: rotate(67.5deg);
  }
}
.business-chart__group--pri .business-chart__item--construction {
  -webkit-transform: rotate(-157.5deg);
          transform: rotate(-157.5deg);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-chart__group--pri .business-chart__item--construction {
    -webkit-transform: rotate(-112.5deg);
            transform: rotate(-112.5deg);
  }
}
.business-chart__group--pri .business-chart__item--construction .business-chart__text {
  -webkit-transform: rotate(157.5deg);
          transform: rotate(157.5deg);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-chart__group--pri .business-chart__item--construction .business-chart__text {
    -webkit-transform: rotate(112.5deg);
            transform: rotate(112.5deg);
  }
}
.business-chart__group--sec {
  width: 40%;
  margin-left: -10em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-chart__group--sec {
    width: 75%;
    margin-top: -10em;
    margin-left: 0;
  }
}
.business-chart__group--sec::before {
  border-color: #28aad0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-chart__group--sec .business-chart__title {
    -webkit-transform: translate(-70%, -50%);
            transform: translate(-70%, -50%);
  }
}
.business-chart__group--sec .business-chart__title__pri {
  color: #28aad0;
}
.business-chart__group--sec .business-chart__item .business-chart__element {
  background-color: #28aad0;
}
.business-chart__group--sec .business-chart__item--engineering {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-chart__group--sec .business-chart__item--engineering {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.business-chart__group--sec .business-chart__item--engineering .business-chart__text {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-chart__group--sec .business-chart__item--engineering .business-chart__text {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.business-chart__group--sec .business-chart__item--system {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-chart__group--sec .business-chart__item--system {
    -webkit-transform: rotate(160deg);
            transform: rotate(160deg);
  }
}
.business-chart__group--sec .business-chart__item--system .business-chart__text {
  -webkit-transform: rotate(-135deg) translateY(0.25em);
          transform: rotate(-135deg) translateY(0.25em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-chart__group--sec .business-chart__item--system .business-chart__text {
    -webkit-transform: rotate(-160deg) translateY(0.25em);
            transform: rotate(-160deg) translateY(0.25em);
  }
}

/* concept-advantage */
/* -------------------------------------------------------------------------- */
.concept-advantage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .concept-advantage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.concept-advantage__item {
  width: calc(33.333% - 2em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .concept-advantage__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5em;
    width: 100%;
  }
}
.concept-advantage__image {
  overflow: hidden;
  margin-bottom: 1em;
  border-radius: 50%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .concept-advantage__image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
  }
}
.concept-advantage__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;
  gap: 0.5em;
  font-size: 1.5em;
  line-height: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .concept-advantage__title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.concept-advantage__title__pri {
  font-family: "Roboto", sans-serif;
  font-size: 150%;
  color: #00c8ac;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .concept-advantage__item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

/* company-advantage */
/* -------------------------------------------------------------------------- */
.company-advantage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
}
.company-advantage__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .company-advantage__wrapper {
    -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;
    gap: 1.5em;
  }
}
.company-advantage__wrapper--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .company-advantage__wrapper--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.company-advantage__content {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.company-advantage__image {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .company-advantage__image {
    width: 75%;
  }
}
.company-advantage__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-advantage__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1em;
  margin-bottom: 1.5em;
}
.company-advantage__number {
  font-family: "Roboto", sans-serif;
  font-size: 4em;
  line-height: 1;
  color: #00c8ac;
}
.company-advantage__title {
  font-family: "Roboto", sans-serif;
  font-size: 2em;
  line-height: 1.2;
  color: #00c8ac;
}
.company-advantage__catch {
  font-weight: 700;
  font-size: 2.25em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .company-advantage__catch {
    font-size: 2em;
  }
}
.company-advantage__read {
  text-align: justify;
  font-size: 1.25em;
  line-height: 2;
}
.company-advantage__read:last-of-type {
  margin-bottom: 0;
}
.company-advantage__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em 1.5em;
  margin-bottom: 0;
  padding: 1em 1.5em;
  border-radius: 0.5em;
  background-color: #f8f8f8;
}
.company-advantage__list__item {
  margin-bottom: 0;
}
.company-advantage__list__item strong {
  font-size: 200%;
}

/* location-page */
/* -------------------------------------------------------------------------- */
.location-index__pri {
  display: block;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .location-index__pri {
    display: none;
  }
}
.location-index__sec {
  display: none;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .location-index__sec {
    display: block;
    padding-top: 5em;
  }
}

/* index-list */
/* ------------------------------------- */
.index-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em 1em;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
  padding: 1.5em;
  border-radius: 0.5em;
  background-color: #575d63;
}
.index-list__item {
  margin-bottom: 0;
}
.index-list__anchor {
  text-decoration: none;
  color: #ffffff;
}

/* location-map */
/* ------------------------------------- */
.location-map {
  position: relative;
  margin-bottom: 0;
}
.location-map__wrapper {
  position: relative;
  width: 80%;
}
.location-map__point {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
}
.location-map__point__pin {
  position: absolute;
  inset: auto auto 0 -1.25em;
  width: 2.5em;
}
.location-map__point__label {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  line-height: 1.2;
}
.location-map__point__label--top {
  inset: auto auto 2.875em 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
.location-map__point__label--right {
  inset: auto auto 0 1.25em;
  text-align: left;
}
.location-map__point__label--bottom {
  inset: 0.5em auto auto 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
.location-map__point__label--left {
  inset: auto 1.25em 0 auto;
  text-align: right;
}
.location-map__point--head {
  inset: 70% auto auto 66%;
}
.location-map__point--office-kyushu {
  inset: 80% auto auto 10%;
}
.location-map__point--office-chugoku {
  inset: 77% auto auto 28%;
}
.location-map__point--office-shikoku {
  inset: 79% auto auto 31%;
}
.location-map__point--office-chubu {
  inset: 75% auto auto 46%;
}
.location-map__point--office-kashima {
  inset: 69% auto auto 72%;
}
.location-map__point--office-tohoku {
  inset: 61% auto auto 72%;
}
.location-map__point--office-kanto {
  inset: 66.5% auto auto 68%;
}
.location-map__point--office-kanto .location-map__point__label--left {
  inset: auto 1.25em 0.5em auto;
}
.location-map__point--office-naoetsu {
  inset: 60% auto auto 57%;
}
.location-map__point--branch-kakogawa {
  inset: 76% auto auto 36%;
}
.location-map__point--branch-toyama {
  inset: 62% auto auto 51%;
}
.location-map__point--branch-otake {
  inset: 79% auto auto 19%;
}
.location-map__point--branch-kumamoto {
  inset: 88% auto auto 8%;
}
.location-map__legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
  position: absolute;
  inset: auto 0 5% auto;
  margin-bottom: 0;
  padding: 1.5em;
  border: 1px solid #e8e9ea;
  border-radius: 0.5em;
}
.location-map__legend__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
}
.location-map__legend__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  line-height: 1.2;
}
.location-map__legend__icon {
  width: 2.5em;
}
.location-map__legend__label {
  font-weight: 700;
}
.location-map__legend__notice {
  font-size: 0.875em;
}

.isnt-touch .location-map__point .location-map__point__pin {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.isnt-touch .location-map__point:focus, .isnt-touch .location-map__point:hover {
  z-index: 1;
}
.isnt-touch .location-map__point:focus .location-map__point__pin, .isnt-touch .location-map__point:hover .location-map__point__pin {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

/* location */
/* ------------------------------------- */
.location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
}
.location__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4em 2em 3em;
  border-radius: 0.5em;
  background-color: #f8f8f8;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .location__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3em 1.5em;
  }
}
.location__title {
  width: 8em;
  font-size: 1.5em;
}
.location__address {
  font-size: 1.25em;
  line-height: 1.8;
}
.location__access {
  margin-top: 1.5em;
}
.location__access__title {
  font-size: 1.375em;
  margin-bottom: 0.5em;
}
.location__access__list {
  margin-bottom: 0;
  font-size: 1.125em;
}
.location__link {
  margin-top: 1.5em;
}
.location__prev-index {
  text-align: right;
}

/* sec-page: meisters */
/* -------------------------------------------------------------------------- */
.company-page.sec-page .page-section--meisters .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2em;
  max-width: 70em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .company-page.sec-page .page-section--meisters .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.company-page.sec-page .page-section--meisters .section-header {
  width: calc(40% - 1em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .company-page.sec-page .page-section--meisters .section-header {
    width: 100%;
  }
}
.company-page.sec-page .page-section--meisters .image {
  width: calc(60% - 1em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .company-page.sec-page .page-section--meisters .image {
    width: 100%;
  }
}
.company-page.sec-page .page-section--meisters .image a {
  display: inline-block;
  position: relative;
}
.company-page.sec-page .page-section--meisters .image a.icon--after::after {
  position: absolute;
  inset: auto 0 0 auto;
  width: 2em;
  height: 2em;
  margin-right: 0;
  background-color: #00c8ac;
  text-align: center;
  line-height: 2;
  color: #ffffff;
}

.company-page.sec-page.isnt-touch .page-section--meisters .image img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.company-page.sec-page.isnt-touch .page-section--meisters .image a {
  overflow: hidden;
}
.company-page.sec-page.isnt-touch .page-section--meisters .image a:focus img, .company-page.sec-page.isnt-touch .page-section--meisters .image a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.company-page.sec-page.isnt-touch .page-section--meisters .image a:focus.icon::after, .company-page.sec-page.isnt-touch .page-section--meisters .image a:hover.icon::after {
  background-color: #28aad0;
}

/* meister-profile */
/* -------------------------------------------------------------------------- */
.meister-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3em;
  padding: 3em;
  background-color: #f8f8f8;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .meister-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.meister-profile__image {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.meister-profile__content {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.meister-profile__name {
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: 2em;
}
.meister-profile__status {
  font-size: 1.125em;
}
.meister-profile__read {
  text-align: justify;
  font-size: 1.25em;
  line-height: 1.8;
}
.meister-profile__read:last-of-type {
  margin-bottom: 0;
}

/* meister-image */
/* -------------------------------------------------------------------------- */
.meister-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.meister-image__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .meister-image__item {
    aspect-ratio: 1/1;
  }
}
.meister-image__item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* honorer */
/* -------------------------------------------------------------------------- */
.honorer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
}
.honorer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3em;
  padding: 3em;
  border-radius: 0.5em;
  background-color: #f8f8f8;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .honorer__item {
    padding: 2em;
  }
}
.honorer__content {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .honorer__content {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.honorer__image {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .honorer__image {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.honorer__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75em 0.5em;
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #00c8ac;
}
.honorer__label {
  min-width: 5em;
  padding: 0.25em 1em;
  border-radius: 5em;
  background-color: #00c8ac;
  text-align: center;
  font-size: 0.75em;
  line-height: 1.4;
  color: #ffffff;
}
.honorer__name {
  font-size: 1.25em;
}
.honorer__status {
  width: 100%;
  font-size: 0.75em;
}
.honorer__award {
  width: 100%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .honorer__award {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.honorer__award__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.honorer__award__date {
  width: 7em;
  white-space: nowrap;
  font-weight: 700;
}
.honorer .list {
  margin-bottom: 0;
}
.honorer .list li:last-of-type {
  margin-bottom: 0;
}

/* ========================================================================== */
/* Business Page */
/* ========================================================================== */
/* current navi */
/* -------------------------------------------------------------------------- */
.business-page.machinery-page .page-menu__item--business-machinery > a {
  color: #28aad0;
}

.business-page.electricity-page .page-menu__item--business-electricity > a {
  color: #28aad0;
}

.business-page.coating-page .page-menu__item--business-coating > a {
  color: #28aad0;
}

.business-page.construction-page .page-menu__item--business-construction > a {
  color: #28aad0;
}

.business-page.engineering-page .page-menu__item--business-engineering > a {
  color: #28aad0;
}

.business-page.system-page .page-menu__item--business-system > a {
  color: #28aad0;
}

/* sec-page */
/* -------------------------------------------------------------------------- */
.business-page.sec-page .business-list__item {
  background-color: #f8f8f8;
  font-size: 1.25em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-page.sec-page .business-list__item {
    font-size: 1em;
  }
}

/* ter-page */
/* -------------------------------------------------------------------------- */
.business-page.ter-page .page-main {
  padding-top: 6em;
}
.business-page.ter-page .page-main .page-menu {
  margin-top: -7.75em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-page.ter-page .page-main .page-menu {
    margin-top: 6em;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-page.ter-page .page-footer {
    margin-top: 0;
  }
}
.business-page.ter-page .business-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 20em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-page.ter-page .business-visual {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.business-page.ter-page .business-visual::before, .business-page.ter-page .business-visual::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
}
.business-page.ter-page .business-visual::before {
  inset: 0 uto auto 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(64, 75, 82, 0.75)), color-stop(50%, rgba(64, 75, 82, 0.5)), to(rgba(64, 75, 82, 0.5)));
  background: linear-gradient(to right, rgba(64, 75, 82, 0.75) 0%, rgba(64, 75, 82, 0.5) 50%, rgba(64, 75, 82, 0.5) 100%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-page.ter-page .business-visual::before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(64, 75, 82, 0.75)), color-stop(50%, rgba(64, 75, 82, 0.5)), to(rgba(64, 75, 82, 0.5)));
    background: linear-gradient(to top, rgba(64, 75, 82, 0.75) 0%, rgba(64, 75, 82, 0.5) 50%, rgba(64, 75, 82, 0.5) 100%);
  }
}
.business-page.ter-page .business-visual::after {
  inset: 100% auto auto 0;
  height: 0.5em;
  background: -webkit-gradient(linear, left top, right top, from(#00c8ac), to(#00a08c));
  background: linear-gradient(to right, #00c8ac 0%, #00a08c 100%);
}
.business-page.ter-page .page-header {
  margin-left: 5%;
  position: relative;
  color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-page.ter-page .page-header {
    margin-bottom: 1.5em;
  }
}
.business-page.ter-page .page-section--advantage {
  position: relative;
}

.business-page.machinery-page .business-visual {
  background-image: url(../images/business/machinery/img_visual_01.webp);
}

.business-page.electricity-page .business-visual {
  background-image: url(../images/business/electricity/img_visual_01.webp);
  background-position: 0 49.5%;
}

.business-page.coating-page .business-visual {
  background-image: url(../images/business/coating/img_visual_01.webp);
  background-position: 0 66.666%;
}

.business-page.construction-page .business-visual {
  background-image: url(../images/business/construction/img_visual_01.webp);
  background-position: 0 75%;
}

.business-page.engineering-page .business-visual {
  background-image: url(../images/business/engineering/img_visual_01.webp);
  background-position: 0 45%;
}

.business-page.system-page .business-visual {
  background-image: url(../images/business/system/img_visual_01.webp);
  background-position: 0 45%;
}

.business-page.engineering-page .business-visual::after,
.business-page.system-page .business-visual::after {
  inset: 100% auto auto 0;
  height: 0.5em;
  background: -webkit-gradient(linear, left top, right top, from(#28aad0), to(#176b87));
  background: linear-gradient(to right, #28aad0 0%, #176b87 100%);
}

.business-advantage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-advantage {
    -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;
  }
}
.business-advantage__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3em;
  padding-left: 2em;
  border-left: 0.25em solid #00c8ac;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-advantage__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 1.5em;
    padding-left: 0;
    border-top: 0.125em solid #00c8ac;
    border-left: 0;
  }
}
.business-advantage__content {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
}
.business-advantage__image {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  aspect-ratio: 1/1;
  margin-top: 5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-advantage__image {
    aspect-ratio: 16/9;
    margin-top: 0;
  }
}
.business-advantage__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.business-advantage__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  color: #00c8ac;
}
.business-advantage__number__sec {
  font-size: 300%;
}
.business-advantage__title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 2.5em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-advantage__title {
    font-size: 2em;
  }
}
.business-advantage__read {
  text-align: justify;
  font-size: 1.25em;
  line-height: 2;
}
.business-advantage__read:last-of-type {
  margin-bottom: 0;
}

.business-page.engineering-page .business-advantage__number,
.business-page.system-page .business-advantage__number {
  color: #28aad0;
}
.business-page.engineering-page .business-advantage__item,
.business-page.system-page .business-advantage__item {
  border-color: #28aad0;
}

.business-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.business-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3em;
  margin-bottom: 4em;
  padding-bottom: 4em;
  border-bottom: 1px dotted #e8e9ea;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-service__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2em;
  }
}
.business-service__item:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-service__item:nth-of-type(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.business-service__item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.business-service__image {
  width: calc(50% - 1.5em);
  aspect-ratio: 3/2;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-service__image {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
.business-service__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.business-service__content {
  width: calc(50% - 1.5em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-service__content {
    width: 100%;
  }
}
.business-service__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  margin-bottom: 1.5em;
  padding-top: 1.5em;
}
.business-service__number {
  position: relative;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  color: #00c8ac;
}
.business-service__number__pri {
  position: absolute;
  inset: -1.25em auto auto 0;
}
.business-service__number__sec {
  font-size: 300%;
}
.business-service__title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.2;
}
.business-service__read {
  text-align: justify;
  font-size: 1.25em;
  line-height: 2;
}
.business-service__read:last-of-type {
  margin-bottom: 0;
}

.business-page.engineering-page .business-service__number,
.business-page.system-page .business-service__number {
  color: #28aad0;
}

/* ========================================================================== */
/* Products Page */
/* ========================================================================== */
/* current navi */
/* -------------------------------------------------------------------------- */
.products-page .main-menu__item--products .main-menu__anchor::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 0.2em;
  background: -webkit-gradient(linear, left top, right top, from(#00c8ac), to(#28aad0));
  background: linear-gradient(to right, #00c8ac 0%, #28aad0 100%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .products-page .main-menu__item--products .main-menu__anchor::after {
    width: 0.3em;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#00c8ac), to(#28aad0));
    background: linear-gradient(to bottom, #00c8ac 0%, #28aad0 100%);
  }
}
.products-page.container-page .main-menu__child__item--products-container .main-menu__child__anchor {
  color: #28aad0;
}
.products-page.container-page .page-menu__item--products-container > a {
  color: #28aad0;
}
.products-page.bulk-carrier-page .main-menu__child__item--products-bulk-carrier .main-menu__child__anchor {
  color: #28aad0;
}
.products-page.bulk-carrier-page .page-menu__item--products-bulk-carrier > a {
  color: #28aad0;
}
.products-page.tanker-page .main-menu__child__item--products-tanker .main-menu__child__anchor {
  color: #28aad0;
}
.products-page.tanker-page .page-menu__item--products-tanker > a {
  color: #28aad0;
}
.products-page.ocean-gas-page .main-menu__child__item--products-ocean-gas .main-menu__child__anchor {
  color: #28aad0;
}
.products-page.ocean-gas-page .page-menu__item--products-ocean-gas > a {
  color: #28aad0;
}
.products-page.car-carrier-page .main-menu__child__item--products-car-carrier .main-menu__child__anchor {
  color: #28aad0;
}
.products-page.car-carrier-page .page-menu__item--products-car-carrier > a {
  color: #28aad0;
}
.products-page.cruise-ship-page .main-menu__child__item--products-cruise-ship .main-menu__child__anchor {
  color: #28aad0;
}
.products-page.cruise-ship-page .page-menu__item--products-cruise-ship > a {
  color: #28aad0;
}
.products-page.patrol-vessel-page .main-menu__child__item--products-patrol-vessel .main-menu__child__anchor {
  color: #28aad0;
}
.products-page.patrol-vessel-page .page-menu__item--products-patrol-vessel > a {
  color: #28aad0;
}
.products-page.naval-vessel-page .main-menu__child__item--products-naval-vessel .main-menu__child__anchor {
  color: #28aad0;
}
.products-page.naval-vessel-page .page-menu__item--products-naval-vessel > a {
  color: #28aad0;
}
.products-page.special-ship-page .main-menu__child__item--products-special-ship .main-menu__child__anchor {
  color: #28aad0;
}
.products-page.special-ship-page .page-menu__item--products-special-ship > a {
  color: #28aad0;
}
.products-page.support-vessel-page .main-menu__child__item--products-support-vessel .main-menu__child__anchor {
  color: #28aad0;
}
.products-page.support-vessel-page .page-menu__item--products-support-vessel > a {
  color: #28aad0;
}
.products-page.structure-page .main-menu__child__item--products-structure .main-menu__child__anchor {
  color: #28aad0;
}
.products-page.structure-page .page-menu__item--products-structure > a {
  color: #28aad0;
}
.products-page.sep-page .main-menu__child__item--products-sep .main-menu__child__anchor {
  color: #28aad0;
}
.products-page.sep-page .page-menu__item--products-sep > a {
  color: #28aad0;
}
.products-page.repair-page .main-menu__child__item--products-repair .main-menu__child__anchor {
  color: #28aad0;
}
.products-page.repair-page .page-menu__item--products-repair > a {
  color: #28aad0;
}
.products-page.engineering-page .main-menu__child__item--products-engineering .main-menu__child__anchor {
  color: #28aad0;
}
.products-page.engineering-page .page-menu__item--products-engineering > a {
  color: #28aad0;
}
.products-page.equipment-page .main-menu__child__item--products-equipment .main-menu__child__anchor {
  color: #28aad0;
}
.products-page.equipment-page .page-menu__item--products-equipment > a {
  color: #28aad0;
}
.products-page.mechatronics-page .main-menu__child__item--products-mechatronics .main-menu__child__anchor {
  color: #28aad0;
}
.products-page.mechatronics-page .page-menu__item--products-mechatronics > a {
  color: #28aad0;
}

/* ========================================================================== */
/* Projects Page */
/* ========================================================================== */
/* page-menu */
/* -------------------------------------------------------------------------- */
.projects-page .page-menu__item .page-menu__anchor::before {
  content: "#";
  margin-right: 0.25em;
}

/* ter-page */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 768px) and (orientation: portrait) {
  .projects-page:not(.sec-page) .page-footer {
    margin-top: 0;
  }
}

/* projects-menu */
/* -------------------------------------------------------------------------- */
.projects-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .projects-select {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) and (max-width: 768px) and (orientation: portrait) {
  .projects-select .form-select {
    width: 100%;
    font-size: 1.125em;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .projects-select__item {
    width: calc(50% - 0.25em);
  }
  .projects-select__item:last-of-type {
    width: 100%;
    text-align: right;
  }
}

.projects-menu {
  margin-bottom: 1.5em;
}
.projects-menu:last-of-type {
  margin-bottom: 0;
}
.projects-menu__title {
  margin-bottom: 0.5em;
  font-weight: 600;
  font-size: 1.5em;
}
.projects-menu__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em 0.5em;
}
.projects-menu__item {
  font-size: 1em;
}
.projects-menu__anchor {
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 5em;
  background-color: #f0f1f1;
  text-decoration: none;
}
.projects-menu__anchor::before {
  content: "#";
  display: inline;
  margin-right: 0;
  color: #00c8ac;
}
.projects-menu__anchor.active {
  background: -webkit-gradient(linear, left top, right top, from(#00c8ac), to(#28aad0));
  background: linear-gradient(to right, #00c8ac 0%, #28aad0 100%);
  color: #ffffff;
}
.projects-menu__anchor.active::before {
  color: #ffffff;
}

/* projects-list */
/* -------------------------------------------------------------------------- */
.projects-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
}
.projects-list__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
}
.projects-list__item {
  width: calc(25% - 0.75em);
  background-color: #f8f8f8;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .projects-list__item {
    width: calc(50% - 0.5em);
  }
}
.projects-list__image {
  position: relative;
  aspect-ratio: 3/2;
  margin-bottom: 0;
}
.projects-list__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.projects-list__image.icon::after {
  position: absolute;
  inset: auto 0 0 auto;
  width: 2em;
  height: 2em;
  margin-right: 0;
  background-color: #00c8ac;
  text-align: center;
  line-height: 2;
  color: #ffffff;
}
.projects-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  padding: 1.5em 1.5em 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .projects-list__content {
    padding: 1em 1em 2em;
  }
}
.projects-list__title {
  font-size: 1.25em;
  line-height: 1.6;
}
.projects-list__status {
  font-weight: 400;
  color: #81858a;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .projects-page.sec-page .page-section--projects-menu {
    position: relative;
    z-index: 1;
    margin-bottom: -2.5em;
  }
}

/* ========================================================================== */
/* Recruit Page */
/* ========================================================================== */
/* current navi */
/* -------------------------------------------------------------------------- */
.recruit-page.career-page .page-menu__item--recruit-career > a {
  color: #28aad0;
}
.recruit-page.career-page .page-menu__item--recruit-career .page-menu__child {
  display: block;
}

.intetour-index {
  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;
  gap: 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .intetour-index {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.intetour-index__item {
  width: 30em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .intetour-index__item {
    width: 100%;
  }
}
.intetour-index__anchor {
  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;
  gap: 1em;
  position: relative;
  aspect-ratio: 3/1;
  text-decoration: none;
}
.intetour-index__anchor.icon--after::after {
  position: absolute;
  inset: auto 0 0 auto;
  width: 1.5em;
  height: 1.5em;
  margin: 0;
  background-color: #000;
  text-align: center;
  line-height: 1.5;
  color: #ffffff !important;
}
.intetour-index__image {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  display: inline-block;
  position: relative;
}
.intetour-index__image::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  border: 0 solid #000;
}
.intetour-index__read {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  display: inline-block;
  color: #000;
}
.intetour-index__item--content {
  position: relative;
  background-color: #d1c2b2;
}
.intetour-index__item--content::after {
  content: "";
  display: block;
  position: absolute;
  inset: calc(50% - 0.75em) calc(100% - 0.1em) auto auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #d1c2b2 transparent transparent;
  border-width: 1em 1.5em 1em 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .intetour-index__item--content::after {
    inset: -1.4em auto auto calc(50% - 0.75em);
    border-color: transparent transparent #d1c2b2 transparent;
    border-width: 0 1em 1.5em 1em;
  }
}
.intetour-index__item--content .intetour-index__anchor {
  overflow: hidden;
  padding: 1em;
}
.intetour-index__item--content .intetour-index__anchor::before {
  display: block;
  position: absolute;
  content: "" !important;
  inset: 0 auto auto 50%;
  width: 70%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transform: skewX(-50deg);
          transform: skewX(-50deg);
}
.intetour-index__item--content .intetour-index__anchor .intetour-index__image,
.intetour-index__item--content .intetour-index__anchor .intetour-index__read {
  position: relative;
}

.isnt-touch .intetour-index__image::before {
  -webkit-transition: border-width 0.2s ease-out;
  transition: border-width 0.2s ease-out;
}
.isnt-touch .intetour-index__anchor:focus .intetour-index__image::before, .isnt-touch .intetour-index__anchor:hover .intetour-index__image::before {
  border-width: 4px;
}

/* ========================================================================== */
/* Partner Page */
/* ========================================================================== */
/* partner-page */
/* -------------------------------------------------------------------------- */
.partner-page .site-footer__section--pri {
  display: none;
}
.partner-page .partner-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 25em;
  background-image: url(../images/partner/img_visual_01.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-position: 0 75%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .partner-page .partner-visual {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    background-position: center;
  }
}
.partner-page .partner-visual::before, .partner-page .partner-visual::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
}
.partner-page .partner-visual::before {
  inset: 0 uto auto 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(64, 75, 82, 0.75)), color-stop(50%, rgba(64, 75, 82, 0.5)), to(rgba(64, 75, 82, 0.5)));
  background: linear-gradient(to right, rgba(64, 75, 82, 0.75) 0%, rgba(64, 75, 82, 0.5) 50%, rgba(64, 75, 82, 0.5) 100%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .partner-page .partner-visual::before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(64, 75, 82, 0.75)), color-stop(50%, rgba(64, 75, 82, 0.5)), to(rgba(64, 75, 82, 0.5)));
    background: linear-gradient(to top, rgba(64, 75, 82, 0.75) 0%, rgba(64, 75, 82, 0.5) 50%, rgba(64, 75, 82, 0.5) 100%);
  }
}
.partner-page .partner-visual::after {
  inset: 100% auto auto 0;
  height: 0.5em;
  background: -webkit-gradient(linear, left top, right top, from(#00c8ac), to(#00a08c));
  background: linear-gradient(to right, #00c8ac 0%, #00a08c 100%);
}
.partner-page .page-header {
  margin-left: 5%;
  position: relative;
  color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .partner-page .page-header {
    margin-bottom: 1.5em;
  }
}
.partner-page .page-main {
  position: relative;
  padding-top: 6em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .partner-page .page-main {
    padding-top: 4em;
  }
}
.partner-page .page-main .partner-caption {
  position: sticky;
  top: 0;
  width: 100vw;
  height: 100lvh;
  overflow: hidden;
}
.partner-page .page-main .partner-caption__text {
  position: absolute;
  inset: 50vh auto auto 0;
  white-space: nowrap;
  font-weight: 100;
  font-family: "Roboto", sans-serif;
  font-size: 20em;
  line-height: 1;
  opacity: 0.05;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .partner-page .page-main .partner-caption__text {
    font-size: 20em;
  }
}
.partner-page .page-main .partner-caption + .page-section {
  margin-top: -100lvh;
}

/* ========================================================================== */
/* News Page */
/* ========================================================================== */
/* current navi */
/* -------------------------------------------------------------------------- */
.news-page .main-menu__item--news .main-menu__anchor::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 0.2em;
  background: -webkit-gradient(linear, left top, right top, from(#00c8ac), to(#28aad0));
  background: linear-gradient(to right, #00c8ac 0%, #28aad0 100%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news-page .main-menu__item--news .main-menu__anchor::after {
    width: 0.3em;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#00c8ac), to(#28aad0));
    background: linear-gradient(to bottom, #00c8ac 0%, #28aad0 100%);
  }
}
.news-page.all-page .page-menu__item--all > a {
  color: #28aad0;
}
.news-page.category-info-page .page-menu__item--category-info > a {
  color: #28aad0;
}
.news-page.category-press-page .page-menu__item--category-press > a {
  color: #28aad0;
}
.news-page.category-tec-page .page-menu__item--category-tec > a {
  color: #28aad0;
}
.news-page.year-2040-page .page-menu__item--year-2040 > a {
  color: #28aad0;
}
.news-page.year-2039-page .page-menu__item--year-2039 > a {
  color: #28aad0;
}
.news-page.year-2038-page .page-menu__item--year-2038 > a {
  color: #28aad0;
}
.news-page.year-2037-page .page-menu__item--year-2037 > a {
  color: #28aad0;
}
.news-page.year-2036-page .page-menu__item--year-2036 > a {
  color: #28aad0;
}
.news-page.year-2035-page .page-menu__item--year-2035 > a {
  color: #28aad0;
}
.news-page.year-2034-page .page-menu__item--year-2034 > a {
  color: #28aad0;
}
.news-page.year-2033-page .page-menu__item--year-2033 > a {
  color: #28aad0;
}
.news-page.year-2032-page .page-menu__item--year-2032 > a {
  color: #28aad0;
}
.news-page.year-2031-page .page-menu__item--year-2031 > a {
  color: #28aad0;
}
.news-page.year-2030-page .page-menu__item--year-2030 > a {
  color: #28aad0;
}
.news-page.year-2029-page .page-menu__item--year-2029 > a {
  color: #28aad0;
}
.news-page.year-2028-page .page-menu__item--year-2028 > a {
  color: #28aad0;
}
.news-page.year-2027-page .page-menu__item--year-2027 > a {
  color: #28aad0;
}
.news-page.year-2026-page .page-menu__item--year-2026 > a {
  color: #28aad0;
}
.news-page.year-2025-page .page-menu__item--year-2025 > a {
  color: #28aad0;
}
.news-page.year-2024-page .page-menu__item--year-2024 > a {
  color: #28aad0;
}
.news-page.year-2023-page .page-menu__item--year-2023 > a {
  color: #28aad0;
}
.news-page.year-2022-page .page-menu__item--year-2022 > a {
  color: #28aad0;
}
.news-page.year-2021-page .page-menu__item--year-2021 > a {
  color: #28aad0;
}
.news-page.year-2020-page .page-menu__item--year-2020 > a {
  color: #28aad0;
}
.news-page.year-2019-page .page-menu__item--year-2019 > a {
  color: #28aad0;
}
.news-page.year-2018-page .page-menu__item--year-2018 > a {
  color: #28aad0;
}
.news-page.year-2017-page .page-menu__item--year-2017 > a {
  color: #28aad0;
}
.news-page.year-2016-page .page-menu__item--year-2016 > a {
  color: #28aad0;
}
.news-page.year-2015-page .page-menu__item--year-2015 > a {
  color: #28aad0;
}
.news-page.year-2014-page .page-menu__item--year-2014 > a {
  color: #28aad0;
}
.news-page.year-2013-page .page-menu__item--year-2013 > a {
  color: #28aad0;
}
.news-page.year-2012-page .page-menu__item--year-2012 > a {
  color: #28aad0;
}

.news-article__header {
  margin-bottom: 3em;
  padding: 1.5em;
  border-radius: 0.5em;
  background: #f8f8f8;
}
.news-article__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-article__category {
  margin-right: 1em;
  font-weight: 700;
}
.news-article__title {
  font-size: 2em;
  line-height: 1.6;
}
.news-article__date {
  font-weight: 700;
  color: #bcbec1;
}
.news-article__visual {
  margin: 3em 0;
}
.news-article__footer {
  margin-top: 3em;
  padding-top: 3em;
  border-top: 1px solid #e8e9ea;
}
@media screen and (max-width: 768px) 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: #00c8ac;
}
.news-article__body h3::before {
  top: 0.6em;
  width: 0.75em;
  height: 0.75em;
  border: 0.2em solid #00c8ac;
  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 #e8e9ea;
}
.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: #00c8ac;
  -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: #00c8ac;
}
.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 #e8e9ea;
  vertical-align: top;
}
.news-article__body table th,
.news-article__body table td:first-of-type {
  white-space: nowrap;
  font-weight: 700;
}
.news-article__body table thead th,
.news-article__body table thead td {
  background-color: #b5b7ba;
  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: #f8f8f8;
}
.news-article__body .mt-be-columns {
  gap: 1.5em;
}
@media screen and (max-width: 768px) 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: 768px) and (orientation: portrait) {
  .news-article__body .mt-be-column {
    width: 100%;
  }
  .news-article__body .mt-be-column img {
    width: 70%;
    margin: 0 auto;
  }
}

/* ========================================================================== */
/* Form Page */
/* ========================================================================== */
/* site-footer */
/* -------------------------------------------------------------------------- */
.form-page .site-footer__section--pri {
  display: none;
}

/* form__col */
/* -------------------------------------------------------------------------- */
.form-page .form__col--name .form__item, .form-page .form__col--name_kana .form__item {
  width: calc(50% - 0.5em);
}

/* form__col */
/* -------------------------------------------------------------------------- */
/* ========================================================================== */
/* Document Page */
/* ========================================================================== */
/* current navi */
/* -------------------------------------------------------------------------- */
/* ========================================================================== */
/* 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: 768px) and (orientation: portrait) {
  .sp-p-0 {
    padding: 0 !important;
  }
  .sp-p-d5 {
    padding: 0.5em !important;
  }
  .sp-p-1 {
    padding: 1em !important;
  }
  .sp-p-1d5 {
    padding: 1.5em !important;
  }
  .sp-p-2 {
    padding: 2em !important;
  }
  .sp-p-2d5 {
    padding: 2.5em !important;
  }
  .sp-p-3 {
    padding: 3em !important;
  }
  .sp-p-3d5 {
    padding: 3.5em !important;
  }
  .sp-p-4 {
    padding: 4em !important;
  }
  .sp-p-4d5 {
    padding: 4.5em !important;
  }
  .sp-p-5 {
    padding: 5em !important;
  }
  .sp-p-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: 768px) and (orientation: portrait) {
  .sp-pt-0 {
    padding-top: 0 !important;
  }
  .sp-pt-d5 {
    padding-top: 0.5em !important;
  }
  .sp-pt-1 {
    padding-top: 1em !important;
  }
  .sp-pt-1d5 {
    padding-top: 1.5em !important;
  }
  .sp-pt-2 {
    padding-top: 2em !important;
  }
  .sp-pt-2d5 {
    padding-top: 2.5em !important;
  }
  .sp-pt-3 {
    padding-top: 3em !important;
  }
  .sp-pt-3d5 {
    padding-top: 3.5em !important;
  }
  .sp-pt-4 {
    padding-top: 4em !important;
  }
  .sp-pt-4d5 {
    padding-top: 4.5em !important;
  }
  .sp-pt-5 {
    padding-top: 5em !important;
  }
  .sp-pt-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: 768px) and (orientation: portrait) {
  .sp-pr-0 {
    padding-right: 0em !important;
  }
  .sp-pr-d5 {
    padding-right: 0.5em !important;
  }
  .sp-pr-1 {
    padding-right: 1em !important;
  }
  .sp-pr-1d5 {
    padding-right: 1.5em !important;
  }
  .sp-pr-2 {
    padding-right: 2em !important;
  }
  .sp-pr-2d5 {
    padding-right: 2.5em !important;
  }
  .sp-pr-3 {
    padding-right: 3em !important;
  }
  .sp-pr-3d5 {
    padding-right: 3.5em !important;
  }
  .sp-pr-4 {
    padding-right: 4em !important;
  }
  .sp-pr-4d5 {
    padding-right: 4.5em !important;
  }
  .sp-pr-5 {
    padding-right: 5em !important;
  }
  .sp-pr-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: 768px) and (orientation: portrait) {
  .sp-pb-0 {
    padding-bottom: 0em !important;
  }
  .sp-pb-d5 {
    padding-bottom: 0.5em !important;
  }
  .sp-pb-1 {
    padding-bottom: 1em !important;
  }
  .sp-pb-1d5 {
    padding-bottom: 1.5em !important;
  }
  .sp-pb-2 {
    padding-bottom: 2em !important;
  }
  .sp-pb-2d5 {
    padding-bottom: 2.5em !important;
  }
  .sp-pb-3 {
    padding-bottom: 3em !important;
  }
  .sp-pb-3d5 {
    padding-bottom: 3.5em !important;
  }
  .sp-pb-4 {
    padding-bottom: 4em !important;
  }
  .sp-pb-4d5 {
    padding-bottom: 4.5em !important;
  }
  .sp-pb-5 {
    padding-bottom: 5em !important;
  }
  .sp-pb-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: 768px) and (orientation: portrait) {
  .sp-pl-0 {
    padding-left: 0em !important;
  }
  .sp-pl-d5 {
    padding-left: 0.5em !important;
  }
  .sp-pl-1 {
    padding-left: 1em !important;
  }
  .sp-pl-1d5 {
    padding-left: 1.5em !important;
  }
  .sp-pl-2 {
    padding-left: 2em !important;
  }
  .sp-pl-2d5 {
    padding-left: 2.5em !important;
  }
  .sp-pl-3 {
    padding-left: 3em !important;
  }
  .sp-pl-3d5 {
    padding-left: 3.5em !important;
  }
  .sp-pl-4 {
    padding-left: 4em !important;
  }
  .sp-pl-4d5 {
    padding-left: 4.5em !important;
  }
  .sp-pl-5 {
    padding-left: 5em !important;
  }
  .sp-pl-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: 768px) 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: 768px) and (orientation: portrait) {
  .sp-mt-0 {
    margin-top: 0 !important;
  }
  .sp-mt-d5 {
    margin-top: 0.5em !important;
  }
  .sp-mt-1 {
    margin-top: 1em !important;
  }
  .sp-mt-1d5 {
    margin-top: 1.5em !important;
  }
  .sp-mt-2 {
    margin-top: 2em !important;
  }
  .sp-mt-2d5 {
    margin-top: 2.5em !important;
  }
  .sp-mt-3 {
    margin-top: 3em !important;
  }
  .sp-mt-3d5 {
    margin-top: 3.5em !important;
  }
  .sp-mt-4 {
    margin-top: 4em !important;
  }
  .sp-mt-4d5 {
    margin-top: 4.5em !important;
  }
  .sp-mt-5 {
    margin-top: 5em !important;
  }
  .sp-mt-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: 768px) 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: 768px) and (orientation: portrait) {
  .sp-mb-0 {
    margin-bottom: 0 !important;
  }
  .sp-mb-d5 {
    margin-bottom: 0.5em !important;
  }
  .sp-mb-1 {
    margin-bottom: 1em !important;
  }
  .sp-mb-1d5 {
    margin-bottom: 1.5em !important;
  }
  .sp-mb-2 {
    margin-bottom: 2em !important;
  }
  .sp-mb-2d5 {
    margin-bottom: 2.5em !important;
  }
  .sp-mb-3 {
    margin-bottom: 3em !important;
  }
  .sp-mb-3d5 {
    margin-bottom: 3.5em !important;
  }
  .sp-mb-4 {
    margin-bottom: 4em !important;
  }
  .sp-mb-4d5 {
    margin-bottom: 4.5em !important;
  }
  .sp-mb-5 {
    margin-bottom: 5em !important;
  }
  .sp-mb-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: 768px) 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-fit {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-fit {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-w-fit {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .sp-w-100p {
    width: 100% !important;
  }
  .sp-w-95p {
    width: 95% !important;
  }
  .sp-w-90p {
    width: 90% !important;
  }
  .sp-w-85p {
    width: 85% !important;
  }
  .sp-w-80p {
    width: 80% !important;
  }
  .sp-w-75p {
    width: 75% !important;
  }
  .sp-w-70p {
    width: 70% !important;
  }
  .sp-w-65p {
    width: 65% !important;
  }
  .sp-w-60p {
    width: 60% !important;
  }
  .sp-w-55p {
    width: 55% !important;
  }
  .sp-w-50p {
    width: 50% !important;
  }
  .sp-w-45p {
    width: 45% !important;
  }
  .sp-w-40p {
    width: 40% !important;
  }
  .sp-w-35p {
    width: 35% !important;
  }
  .sp-w-30p {
    width: 30% !important;
  }
  .sp-w-25p {
    width: 25% !important;
  }
  .sp-w-20p {
    width: 20% !important;
  }
  .sp-w-15p {
    width: 15% !important;
  }
  .sp-w-10p {
    width: 10% !important;
  }
  .sp-w-5p {
    width: 5% !important;
  }
  .sp-w-auto {
    width: auto !important;
  }
  .sp-w-small {
    width: 33.333% !important;
  }
  .sp-w-middle {
    width: 66.666% !important;
  }
  .sp-w-fit {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !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: 768px) 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: 768px) and (orientation: portrait) {
  .sp-max-w-inherit {
    max-width: inherit !important;
  }
  .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: 768px) and (orientation: portrait) {
  .sp-min-w-inherit {
    max-width: inherit !important;
  }
  .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: 59em !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: 768px) 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: 768px) 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: 768px) 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: 768px) 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: 768px) 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: "BIZ UDPGothic", sans-serif;
}

.ff-serif {
  font-family: "BIZ UDPMincho", sans-serif;
}

.ff-roboto {
  font-family: "Roboto", sans-serif;
}

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

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

.fz-nomal {
  font-size: 100%;
}

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

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

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

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-fz-minimum {
    font-size: 50%;
  }
  .sp-fz-small {
    font-size: 75%;
  }
  .sp-fz-nomal {
    font-size: 100%;
  }
  .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: 768px) 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: 768px) 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 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-td-none {
    text-decoration: none;
  }
  .sp-td-underline {
    text-decoration: underline;
  }
  .sp-td-overline {
    text-decoration: overline;
  }
}
/* typography: white-space */
/* -------------------------------------------------------------------------- */
.ws-normal {
  white-space: normal;
}

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

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-ws-normal {
    white-space: normal;
  }
  .sp-ws-nowrap {
    white-space: nowrap;
  }
}
/* typography: 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: 768px) 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;
}

@media print {
  .main-menu,
  .site-footer__section--pri,
  .site-footer__section--sec,
  .content-wrapper__sec,
  .page-footer {
    display: none;
  }
  .content-wrapper--column .content-wrapper__pri {
    width: 100%;
  }
  .site-header {
    position: relative;
    inset: auto;
    padding: 1em 0 0 0 !important;
  }
  .site-header::after {
    content: none;
  }
  .site-header .site-group-company {
    position: absolute;
    inset: 1em 0 auto auto;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .site-footer__section--ter .site-footer__wrapper {
    width: 100%;
    max-width: inherit;
  }
  .home-page .page-main {
    padding-top: 3em;
  }
  .home-page .main-visual__slide {
    aspect-ratio: 2/1;
    height: 100% !important;
    max-height: inherit;
    min-height: inherit;
  }
  .home-page .main-visual__split__left,
  .home-page .main-visual__split____right {
    -webkit-transform: none;
            transform: none;
  }
}