@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=Ubuntu: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: #f4f2f0;
  font-family: "BIZ UDPGothic", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
  font-size: 1vw;
  line-height: 1.6;
  letter-spacing: 0;
  color: #653a31;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  body {
    font-size: 3vw;
  }
}
@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 #e0e0e0;
}

/* initialize: link */
/* -------------------------------------------------------------------------- */
a {
  font-weight: 700;
  color: #653a31;
}

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

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

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: #cccccc;
  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: #666666;
}
.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: 3em;
  border-radius: 1em;
  background-color: #fff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .box {
    padding: 1.5em;
  }
}
.box--border {
  border: 1px solid #e0e0e0;
  background-color: #f4f2f0;
}

/* 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(#ef8200), to(#ff6048));
  background: linear-gradient(to right, #ef8200 0%, #ff6048 100%);
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  color: #f4f2f0;
}
.button.icon::before {
  color: #f4f2f0;
}
.button--pri {
  background: #653a31;
}
.button--sec {
  background: #ef8200;
}
.button--ter {
  background: #ffa040;
}
.button--gray {
  background: #a3a3a3;
}

.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 #ef8200;
  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: #ef8200;
}
.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: #ef8200;
}
.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: #f4f2f0 !important;
}

.c-pri {
  color: #653a31 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-g48 {
  color: #7a7a7a !important;
}

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

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

.c-g42 {
  color: #6b6b6b !important;
}

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

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

.c-g36 {
  color: #5c5c5c !important;
}

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

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

.c-g30 {
  color: #4d4d4d !important;
}

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

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

.c-g24 {
  color: #3d3d3d !important;
}

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

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

.c-g18 {
  color: #2e2e2e !important;
}

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

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

.c-g12 {
  color: #1f1f1f !important;
}

.c-g10 {
  color: #1a1a1a !important;
}

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

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

.c-g04 {
  color: #0a0a0a !important;
}

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

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

.bg-pri {
  background-color: #653a31 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-g42 {
  background-color: #6b6b6b !important;
}

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

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

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

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

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

.bg-g30 {
  background-color: #4d4d4d !important;
}

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

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

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

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

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

.bg-g18 {
  background-color: #2e2e2e !important;
}

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

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

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

.bg-g10 {
  background-color: #1a1a1a !important;
}

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

.bg-g06 {
  background-color: #0f0f0f !important;
}

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

.bg-g02 {
  background-color: #050505 !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: 1em 0.5em;
  border: 2px solid #ef8200;
  border-radius: 0.25em;
  background-color: #fff;
  font-size: 1.25em;
}
.form-control[type=text][readonly], .form-control[type=email][readonly], .form-control[type=password][readonly], .form-control[type=search][readonly], .form-control[type=tel][readonly], .form-control[type=url][readonly], .form-control[type=number][readonly], .form-control[type=month][readonly], .form-control[type=week][readonly] {
  background-color: #ebebeb;
}
.form-control[type=text]:focus, .form-control[type=email]:focus, .form-control[type=password]:focus, .form-control[type=search]:focus, .form-control[type=tel]:focus, .form-control[type=url]:focus, .form-control[type=number]:focus, .form-control[type=month]:focus, .form-control[type=week]:focus {
  border: 2px solid #ef8200;
  background-color: #fff;
  outline: 0;
}
.form-control[type=text]::-webkit-input-placeholder, .form-control[type=email]::-webkit-input-placeholder, .form-control[type=password]::-webkit-input-placeholder, .form-control[type=search]::-webkit-input-placeholder, .form-control[type=tel]::-webkit-input-placeholder, .form-control[type=url]::-webkit-input-placeholder, .form-control[type=number]::-webkit-input-placeholder, .form-control[type=month]::-webkit-input-placeholder, .form-control[type=week]::-webkit-input-placeholder {
  color: #a3a3a3;
}
.form-control[type=text]::-moz-placeholder, .form-control[type=email]::-moz-placeholder, .form-control[type=password]::-moz-placeholder, .form-control[type=search]::-moz-placeholder, .form-control[type=tel]::-moz-placeholder, .form-control[type=url]::-moz-placeholder, .form-control[type=number]::-moz-placeholder, .form-control[type=month]::-moz-placeholder, .form-control[type=week]::-moz-placeholder {
  color: #a3a3a3;
}
.form-control[type=text]:-ms-input-placeholder, .form-control[type=email]:-ms-input-placeholder, .form-control[type=password]:-ms-input-placeholder, .form-control[type=search]:-ms-input-placeholder, .form-control[type=tel]:-ms-input-placeholder, .form-control[type=url]:-ms-input-placeholder, .form-control[type=number]:-ms-input-placeholder, .form-control[type=month]:-ms-input-placeholder, .form-control[type=week]:-ms-input-placeholder {
  color: #a3a3a3;
}
.form-control[type=text]::-ms-input-placeholder, .form-control[type=email]::-ms-input-placeholder, .form-control[type=password]::-ms-input-placeholder, .form-control[type=search]::-ms-input-placeholder, .form-control[type=tel]::-ms-input-placeholder, .form-control[type=url]::-ms-input-placeholder, .form-control[type=number]::-ms-input-placeholder, .form-control[type=month]::-ms-input-placeholder, .form-control[type=week]::-ms-input-placeholder {
  color: #a3a3a3;
}
.form-control[type=text]::placeholder, .form-control[type=email]::placeholder, .form-control[type=password]::placeholder, .form-control[type=search]::placeholder, .form-control[type=tel]::placeholder, .form-control[type=url]::placeholder, .form-control[type=number]::placeholder, .form-control[type=month]::placeholder, .form-control[type=week]::placeholder {
  color: #a3a3a3;
}
.form-control__unit {
  display: inline-block;
  margin-left: 0.25em;
  font-size: 1.25em;
  color: #653a31;
}
.form-control:-moz-placeholder-shown {
  border-color: #ece7e5;
  background-color: #ece7e5;
}
.form-control:-ms-input-placeholder {
  border-color: #ece7e5;
  background-color: #ece7e5;
}
.form-control:placeholder-shown {
  border-color: #ece7e5;
  background-color: #ece7e5;
}

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

.form-control[type=radio]:checked + .form-control__radio {
  color: #653a31;
}
.form-control[type=radio]:checked + .form-control__radio::before {
  border: 0.375em solid #ef8200;
  background-color: #fff;
}

/* 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: #666666;
}
.form-control__checkbox::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
  border-radius: 0.25em;
  background-color: #ece7e5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.form-control[type=checkbox]:checked + .form-control__checkbox {
  color: #653a31;
}
.form-control[type=checkbox]:checked + .form-control__checkbox::before {
  border: 1px solid #ef8200;
  background-color: #ef8200;
}
.form-control[type=checkbox]:checked + .form-control__checkbox::after {
  content: "";
  position: absolute;
  left: 0.5em;
  top: 0.125em;
  border: solid #fff;
  border-width: 0 0.125em 0.125em 0;
  width: 0.5em;
  height: 1em;
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) 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 #653a31;
  border-right: 0.125em solid #653a31;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  pointer-events: none;
}
.form-select:has(select.form-control:invalid)::before {
  border-color: #a3a3a3;
}
.form-select select.form-control {
  width: 100%;
  height: 2.4em;
  padding: 0 2em 0 1em;
  border: 2px solid #ef8200;
  border-radius: 0.25em;
  background-color: #f4f2f0;
  cursor: pointer;
  color: #653a31;
}
.form-select select.form-control:invalid {
  border-color: #ebebeb;
  background-color: #ebebeb;
  color: #a3a3a3;
}
.form-select select.form-control:focus {
  outline: 0;
  border: 2px solid #ef8200;
  background-color: #f4f2f0;
}

/* elements: textarea */
/* -------------------------------------------------------------------------- */
textarea.form-control {
  display: block;
  width: 100%;
  min-height: 16em;
  padding: 0.75em 0.5em;
  border: 2px solid #ef8200;
  border-radius: 0.25em;
  background-color: #fff;
  resize: vertical;
  font-size: 1.25em;
}
textarea.form-control:focus {
  outline: 0;
}
textarea.form-control:-moz-placeholder-shown {
  border-color: #ece7e5;
  background-color: #ece7e5;
}
textarea.form-control:-ms-input-placeholder {
  border-color: #ece7e5;
  background-color: #ece7e5;
}
textarea.form-control:placeholder-shown {
  border-color: #ece7e5;
  background-color: #ece7e5;
}

/* elements: highlight-text */
/* -------------------------------------------------------------------------- */
.highlight-text {
  display: inline-block;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(0.2em, transparent), color-stop(0.2em, #ef8200), color-stop(0.3em, #ef8200), color-stop(0.3em, transparent));
  background: linear-gradient(to top, transparent 0%, transparent 0.2em, #ef8200 0.2em, #ef8200 0.3em, transparent 0.3em);
}

/* 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: #ef8200;
}
.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: #ef8200;
}
.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: #ef8200;
  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: #f4f2f0;
}
.icon--disc-white::before {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: none;
  background-color: #f4f2f0;
  text-align: center;
  line-height: 2;
  color: #b8b8b8;
}
.icon--disc-gray::before {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: none;
  background-color: #f5f5f5;
  text-align: center;
  line-height: 2;
  color: #b8b8b8;
}
.icon--r90::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.icon--r180::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.icon--r270::before {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.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: #ef8200;
  text-align: center;
  line-height: 2;
  color: #f4f2f0;
}

.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: #ffa040;
}
.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: #ef8200;
}
.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: #f4f2f0;
}
.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: #ef8200;
}
.isnt-touch a.icon--after[data-fancybox]:focus::after, .isnt-touch a.icon--after[data-fancybox]:hover::after {
  background-color: #ffa040;
  color: #f4f2f0;
}

/* elements: label */
/* -------------------------------------------------------------------------- */
.label {
  display: inline-block;
  padding: 0.15em 0.5em 0 0.5em;
  border-radius: 0.25em;
  background-color: #ef8200;
  font-weight: 500;
  text-align: center;
  color: #f4f2f0;
}
.label--pri {
  background-color: #653a31;
}
.label--sec {
  background-color: #ef8200;
}
.label--ter {
  background-color: #ffa040;
}
.label--sen {
  background-color: #45644c;
}
.label--sep {
  background-color: #5cac75;
}
.label--oct {
  background-color: #DB4437;
}
.label--border {
  border: 1px solid #653a31;
  background-color: transparent;
  color: #653a31;
}
.label--border.label--sec {
  border-color: #ef8200;
  color: #ef8200;
}
.label--border.label--ter {
  border-color: #ffa040;
  color: #ffa040;
}
.label--border.label--sen {
  border-color: #45644c;
  color: #45644c;
}
.label--border.label--sep {
  border-color: #5cac75;
  color: #5cac75;
}
.label--border.label--oct {
  border-color: #DB4437;
  color: #DB4437;
}
.label--info {
  background-color: #ffa040;
}
.label--press {
  background-color: #ef8200;
}
.label--tec {
  background-color: #5cac75;
}
.label--product {
  background-color: #ffa040;
}
.label--paper {
  background-color: #ef8200;
}
.label--introduction {
  background-color: #DB4437;
}
.label--description {
  background-color: #5cac75;
}

/* 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: #ef8200;
  -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: "Ubuntu", sans-serif;
  color: #ef8200;
}

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: #ef8200;
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}

/* elements: logo */
/* -------------------------------------------------------------------------- */
.logo {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  text-decoration: none;
}
.logo__symbol {
  width: 4em;
}
.logo__symbol__line {
  -webkit-mask: url(#anim-logo-mask);
          mask: url(#anim-logo-mask);
}
.logo__symbol__line__pri, .logo__symbol__line__sec {
  fill: none;
  stroke: #ef8200;
  stroke-width: 10px;
  stroke-miterlimit: 10;
}
.logo__symbol__line__pri {
  opacity: 0;
  stroke-dashoffset: 1389.2;
  stroke-dasharray: 694.6;
}
.logo__symbol__line__sec {
  stroke-dashoffset: 694.6;
  stroke-dasharray: 694.6;
}
.logo__typo {
  width: 5.65em;
  margin-top: 0.25em;
}
.logo--winfield .logo__typo {
  width: 11em;
}
.logo__guide {
  position: absolute;
  inset: 50% auto auto 0;
  width: 10.25em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

.classic-logo {
  text-align: center;
}
.classic-logo__image {
  max-width: 10em;
}

/* 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-bottom: 1px solid #e0e0e0;
}
.table--pri th,
.table--pri td {
  padding: 2em 0;
  border-top: 1px solid #e0e0e0;
}
.table--pri th {
  padding-right: 2em;
}
.table--sec th,
.table--sec td {
  padding: 1em 0;
}
.table--sec tr > * + * {
  padding-left: 1em;
}
.table--sec tbody th,
.table--sec tbody td {
  border-bottom: 1px solid #e0e0e0;
}
.table--sec thead th,
.table--sec thead td {
  border-bottom: 1px solid #653a31;
  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 #e0e0e0;
}
.table--border.table--pri {
  border-spacing: 0;
}
.table--border.table--pri tbody td {
  background-color: #f4f2f0;
}
.table--border.table--sec th,
.table--border.table--sec td {
  padding: 1em;
  border-color: #e0e0e0;
}
.table--border.table--sec thead th,
.table--border.table--sec thead td {
  border-bottom: 1px solid #653a31;
}
.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: #999999;
  color: #f4f2f0;
}
.table--striped tbody tr:nth-of-type(odd) th,
.table--striped tbody tr:nth-of-type(odd) td {
  background-color: #f5f5f5;
}

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

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

/* elements: base-text */
/* -------------------------------------------------------------------------- */
.base-text {
  display: inline-block;
  margin-bottom: 0.1em;
  padding: 0.5em;
  line-height: 1;
}
.base-text--ini {
  background-color: #f4f2f0;
}
.base-text--pri {
  background-color: #653a31;
  color: #f4f2f0;
}
.base-text--sec {
  background-color: #ef8200;
  color: #f4f2f0;
}
.base-text--ter {
  background-color: #ffa040;
}

/* 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%, #ef8200));
  background: linear-gradient(to bottom, transparent 80%, #ef8200 10%);
}
.underline-text--ter {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(10%, #ffa040));
  background: linear-gradient(to bottom, transparent 80%, #ffa040 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:has(.multi-title__icon) {
  position: relative;
  padding-left: 2.5em;
}
.multi-title__icon {
  position: absolute;
  inset: 0 auto auto 0;
  width: 2em;
}
.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: #ef8200;
  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 #ef8200;
  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: 1.5em auto auto 3em;
  z-index: 10;
  width: calc(100% - 6em);
  height: 6em;
  padding: 0 3em;
  border-radius: 0.5em;
  background-color: #fff;
  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.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-header {
    inset: 0.5em auto auto 0.5em;
    width: calc(100% - 1em);
    height: 5em;
    padding: 0 1.5em;
  }
}

.is-scroll .site-header {
  opacity: 0;
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
}

/* site-title */
/* -------------------------------------------------------------------------- */
.site-header .site-title {
  margin: 0;
  font-size: 1em;
  line-height: 1;
}

/* site-navi */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-navi {
    position: absolute;
    inset: calc(100% - 0.5em) auto auto 0;
    width: 100%;
    overflow: hidden;
    padding: 4em;
    border-radius: 0 0 0.5em 0.5em;
    background-color: #fff;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -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;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .navi-open.is-scroll .site-header {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .navi-open .site-navi {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .navi-opend.is-scroll .site-header {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .navi-opend .site-navi {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .navi-opend .site-navi__wrapper {
    opacity: 1;
  }
  .navi-close.is-scroll .site-header {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .navi-close .site-navi {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .navi-close .site-navi__wrapper {
    opacity: 0;
  }
  .navi-closed.is-scroll .site-header {
    opacity: 0;
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
  }
  .navi-closed .site-navi {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  .navi-closed .site-navi__wrapper {
    opacity: 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: 2em;
  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;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-menu__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-menu__item--contact {
    margin-top: 3em;
    text-align: center;
    font-size: 1.375em;
  }
  .main-menu__item--contact .button {
    width: 100%;
  }
}
.main-menu__anchor {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 1.125em;
  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%;
    font-size: 1.5em;
    line-height: 2.666;
  }
}
.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;
  gap: 0.5em;
  position: absolute;
  inset: 100% auto auto 0;
  min-width: 10em;
  padding: 1.5em;
  border-radius: 0.5em;
  background-color: #653a31;
  opacity: 0;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: translateY(-0.5em) scaleY(0);
          transform: translateY(-0.5em) scaleY(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.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__child {
    position: relative;
    inset: auto;
    padding: 1em 0 1em 1em;
    background-color: transparent;
    opacity: 1;
    -webkit-transform: translateY(0) scaleY(1);
            transform: translateY(0) scaleY(1);
  }
}
.main-menu__child__item {
  white-space: nowrap;
}
.main-menu__child__anchor {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .main-menu__child__anchor {
    color: #f4f2f0;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-menu__child__anchor {
    font-size: 1.25em;
  }
}

.isnt-touch .main-menu__item:has(.main-menu__child):focus .main-menu__child, .isnt-touch .main-menu__item:has(.main-menu__child):hover .main-menu__child {
  opacity: 1;
  -webkit-transform: translateY(0) scaleY(1);
          transform: translateY(0) scaleY(1);
}

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

.business-page .main-menu__item--business .main-menu__anchor {
  color: #ef8200;
}
.business-page .main-menu__item--business .main-menu__anchor::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto auto 0.5em 0;
  width: 100%;
  height: 0.2em;
  background: -webkit-gradient(linear, left top, right top, from(#ffa040), to(#ef8200));
  background: linear-gradient(to right, #ffa040 0%, #ef8200 100%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-page .main-menu__item--business .main-menu__anchor::after {
    inset: 0.5em calc(100% + 1em) auto auto;
    width: 0.15em;
    height: calc(100% - 1em);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffa040), to(#ef8200));
    background: linear-gradient(to bottom, #ffa040 0%, #ef8200 100%);
  }
}

.repowering-page .main-menu__child__item--repowering .main-menu__child__anchor {
  color: #ef8200;
}

.om-page .main-menu__child__item--om .main-menu__child__anchor {
  color: #ef8200;
}

.works-page .main-menu__item--works .main-menu__anchor {
  color: #ef8200;
}
.works-page .main-menu__item--works .main-menu__anchor::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto auto 0.5em 0;
  width: 100%;
  height: 0.2em;
  background: -webkit-gradient(linear, left top, right top, from(#ffa040), to(#ef8200));
  background: linear-gradient(to right, #ffa040 0%, #ef8200 100%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .works-page .main-menu__item--works .main-menu__anchor::after {
    inset: 0.5em calc(100% + 1em) auto auto;
    width: 0.15em;
    height: calc(100% - 1em);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffa040), to(#ef8200));
    background: linear-gradient(to bottom, #ffa040 0%, #ef8200 100%);
  }
}

.news-page .main-menu__item--news .main-menu__anchor {
  color: #ef8200;
}
.news-page .main-menu__item--news .main-menu__anchor::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto auto 0.5em 0;
  width: 100%;
  height: 0.2em;
  background: -webkit-gradient(linear, left top, right top, from(#ffa040), to(#ef8200));
  background: linear-gradient(to right, #ffa040 0%, #ef8200 100%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news-page .main-menu__item--news .main-menu__anchor::after {
    inset: 0.5em calc(100% + 1em) auto auto;
    width: 0.15em;
    height: calc(100% - 1em);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffa040), to(#ef8200));
    background: linear-gradient(to bottom, #ffa040 0%, #ef8200 100%);
  }
}

/* toggle-button */
/* -------------------------------------------------------------------------- */
.toggle-button {
  display: none;
  position: fixed;
  inset: 1em 1em auto auto;
  z-index: 11;
  width: 4em;
  height: 4em;
  cursor: pointer;
}
@media print {
  .toggle-button {
    display: none;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .toggle-button {
    display: block;
  }
}
.toggle-button__wrapper {
  position: absolute;
  inset: 16.666% auto auto 16.666%;
  width: 66.666%;
  height: 66.666%;
  border-radius: 50%;
  background-color: #ef8200;
  -webkit-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
.toggle-button__line {
  display: block;
  position: absolute;
  inset: 50% auto auto 30%;
  width: 40%;
  height: 0.15em;
  -webkit-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
  background-color: #f4f2f0;
}

@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.2em) rotate(0);
            transform: translateY(-0.2em) 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.2em) rotate(0);
            transform: translateY(-0.2em) 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.2em) rotate(0);
            transform: translateY(-0.2em) 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.2em) rotate(0);
            transform: translateY(-0.2em) rotate(0);
  }
}
@-webkit-keyframes tbl_2_o {
  0% {
    -webkit-transform: translateY(0.2em) rotate(0);
            transform: translateY(0.2em) 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_2_o {
  0% {
    -webkit-transform: translateY(0.2em) rotate(0);
            transform: translateY(0.2em) 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_2_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.2em) rotate(0);
            transform: translateY(0.2em) rotate(0);
  }
}
@keyframes tbl_2_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.2em) rotate(0);
            transform: translateY(0.2em) rotate(0);
  }
}
.navi-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;
}
.navi-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;
}

.navi-opend .toggle-button__wrapper {
  background-color: #e5e5e5;
}
.navi-opend .toggle-button__line {
  background-color: #333333;
}
.navi-opend .toggle-button__line:nth-of-type(1) {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}
.navi-opend .toggle-button__line:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.navi-close .toggle-button__line:nth-of-type(1) {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}
.navi-close .toggle-button__line:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.navi-closed .toggle-button__wrapper {
  background-color: #ef8200;
}
.navi-closed .toggle-button__line {
  background-color: #f4f2f0;
}
.navi-closed .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;
}
.navi-closed .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;
}

/* ========================================================================== */
/* Site aside */
/* ========================================================================== */
.site-aside {
  position: relative;
  padding: 4em 5%;
  background-color: #f5f5f5;
}
@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: "Ubuntu", sans-serif;
  font-size: 10em;
  line-height: 1;
  color: #f4f2f0;
  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: "Ubuntu", sans-serif;
  color: #ef8200;
}
@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: #653a31;
}
.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__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6em 10%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4em;
    padding: 6em 5%;
  }
}
.site-footer__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__navi {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.site-footer__navi__item {
  font-size: 1.125em;
}
.site-footer__navi__anchor {
  text-decoration: none;
}
.site-footer__copyright {
  margin-top: 2em;
  font-family: "Ubuntu", sans-serif;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__copyright {
    text-align: center;
  }
}
.site-footer__group-company {
  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;
  text-decoration: none;
  line-height: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__group-company {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.site-footer__group-company__text {
  font-size: 0.85em;
  color: #45644c;
}
.site-footer__group-company__logo {
  font-size: 1.25em;
}

.isnt-touch .site-footer__group-company:focus .site-footer__group-company__text, .isnt-touch .site-footer__group-company:hover .site-footer__group-company__text {
  color: #5cac75;
}

.site-address {
  padding: 6em 2em;
  background-color: #ece7e5;
  text-align: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.site-address__title {
  font-size: 1.75em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-address__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-address__read {
    text-align: center;
  }
}
.site-address__tel {
  margin-bottom: 0;
  font-family: "Ubuntu", sans-serif;
  font-size: 3em;
  line-height: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-address__tel {
    text-align: center;
  }
}
.site-address__tel a {
  text-decoration: none;
  font-weight: 400;
}
.site-address__notice {
  font-size: 0.875em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-address__notice {
    text-align: center;
  }
}
.site-address__link {
  font-size: 1.125em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-address__link {
    text-align: center;
  }
}
.site-address__name {
  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: 1em;
  margin-bottom: 2em;
  font-size: 1em;
  line-height: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-address__name {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.site-address__name__logo {
  font-size: 1.5em;
}
.site-address__office {
  margin-bottom: 2em;
}
.site-address__office__item {
  line-height: 2;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-address__office__item {
    text-align: center;
  }
}
.site-address__office__title {
  font-weight: 700;
}

/* ========================================================================== */
/* Page Menu */
/* ========================================================================== */
.page-menu {
  position: sticky;
  top: 4em;
  width: 100%;
  padding: 6em 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-menu {
    position: relative;
    top: auto;
    padding: 4em 10%;
    font-size: 1.25em;
  }
}
.page-menu__wrapper {
  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;
}
.page-menu__anchor {
  display: inline-block;
  position: relative;
  padding: 0.8em 0;
  background-color: transparent;
  text-decoration: none;
  line-height: 1.4;
}
.page-menu__anchor::before {
  content: "";
  display: inline-block;
  position: absolute;
  inset: 1.333em auto auto 0.5em;
  width: 0.333em;
  height: 0.333em;
  border-radius: 50%;
  background-color: #ef8200;
  opacity: 0;
  -webkit-transform: translateX(0);
          transform: translateX(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.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.page-menu__anchor.active {
  padding: 0.8em 1.5em 0.8em 2.5em;
  border-radius: 5em;
  background-color: #653a31;
  color: #f4f2f0;
  -webkit-transition-property: padding, background-color, color;
  transition-property: padding, background-color, 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) {
  .page-menu__anchor.active {
    padding: 0;
    background-color: transparent;
    color: #653a31;
  }
}
.page-menu__anchor.active::before {
  opacity: 1;
  -webkit-transform: translateX(1em);
          transform: translateX(1em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-menu__anchor.active::before {
    opacity: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.page-menu__head {
  max-height: 5.25em;
  margin-bottom: 4em;
}
.page-menu__title {
  font-weight: 700;
  font-size: 1.25em;
}
.page-menu__item {
  position: relative;
}

/* ========================================================================== */
/* Common */
/* ========================================================================== */
/* page-main */
/* -------------------------------------------------------------------------- */
.page-main {
  padding-top: 10em;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition: opacity 1s ease-out, -webkit-filter 0.6s ease-out;
  transition: opacity 1s ease-out, -webkit-filter 0.6s ease-out;
  transition: opacity 1s ease-out, filter 0.6s ease-out;
  transition: opacity 1s ease-out, filter 0.6s ease-out, -webkit-filter 0.6s ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-main {
    padding-top: 6em;
  }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .navi-open .page-main,
  .navi-open .site-footer,
  .navi-opend .page-main,
  .navi-opend .site-footer {
    -webkit-filter: blur(1em);
            filter: blur(1em);
  }
}

/* page-header */
/* -------------------------------------------------------------------------- */
.sec-page .page-header,
.ter-page .page-header {
  padding: 4em 6em 2em;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sec-page .page-header,
  .ter-page .page-header {
    padding: 3em 5% 1.5em;
  }
}
.sec-page .page-header__title,
.ter-page .page-header__title {
  margin-bottom: 1em;
  font-size: 4em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sec-page .page-header__title,
  .ter-page .page-header__title {
    font-size: 2.5em;
  }
}
.sec-page .page-header__title .multi-title__sec,
.ter-page .page-header__title .multi-title__sec {
  font-weight: 700;
  font-size: 33.333%;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sec-page .page-header__title .multi-title__sec,
  .ter-page .page-header__title .multi-title__sec {
    font-size: 50%;
  }
}
.sec-page .page-header__read,
.ter-page .page-header__read {
  text-align: justify;
  font-size: 1.25em;
  line-height: 2;
}

/* ========================================================================== */
/* 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: #f5f5f5;
  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: #653a31;
  -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: #ef8200;
  color: #f4f2f0;
}
.accordion.is-open .accordion__icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  background-color: #f4f2f0;
}
.accordion.is-open .accordion__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #f4f2f0;
}

.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: #ffa040;
  color: #f4f2f0;
  -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: #f4f2f0;
}

/* ========================================================================== */
/* Breadcrumb */
/* ========================================================================== */
.breadcrumb {
  padding: 1em 6em;
}
@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-weight: 400;
  font-family: "icon" !important;
  content: "\e901";
  color: #ef8200;
}
.breadcrumb__item:first-of-type::before {
  content: none;
}
.breadcrumb__item--active {
  font-weight: 700;
  color: #653a31;
}
.breadcrumb__anchor {
  text-decoration: none;
  color: #808080;
}

/* ========================================================================== */
/* 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: #f5f5f5;
  }
  .business-figure__anchor::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0.25em;
    height: 100%;
    background-color: #653a31;
  }
}
.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: "Ubuntu", 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 #e0e0e0;
  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: "Ubuntu", sans-serif;
  font-size: 1.25em;
  color: #653a31;
}
@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: #653a31;
  }
}
.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: #f5f5f5;
}
.card__wrapper, .card__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-decoration: none;
}
.card__anchor.icon::before {
  position: absolute;
  right: 1em;
  bottom: 1em;
  z-index: 1;
  margin: 0;
}
.card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  background-color: #3d3d3d;
}
.card__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.5em;
}
.card__title {
  margin-bottom: 1em;
  font-weight: 700;
  font-size: 1.5em;
}
.card__read {
  margin-bottom: 1.5em;
  text-align: justify;
  font-weight: 400;
  line-height: 1.8;
  color: #653a31;
}
.card__category {
  margin-bottom: 1em;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
}
.card__date {
  position: absolute;
  bottom: 1.25em;
  left: 1.5em;
  font-weight: 700;
  color: #a3a3a3;
}
.card--horizontal .card__wrapper, .card--horizontal .card__anchor {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.card--horizontal .card__image {
  width: 33.333%;
  aspect-ratio: 1/1;
}
.card--horizontal .card__content {
  width: 66.666%;
}
.card--news .card__content {
  padding-bottom: 5em;
}
@media screen and (max-width: 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 #e0e0e0;
  border-radius: 0.5em;
}
.project-card__header {
  width: 100%;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid #e0e0e0;
}
.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: #3d3d3d;
}
.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: #f4f2f0;
}
.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: #f5f5f5;
}
.isnt-touch .project-card__toggle:focus, .isnt-touch .project-card__toggle:hover {
  color: #ffa040;
}

/* ========================================================================== */
/* Category List */
/* ========================================================================== */
/* ========================================================================== */
/* 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: #f4f2f0;
  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: #f4f2f0;
}
.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: #f4f2f0;
}
.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: 2/1;
  width: 100%;
  height: auto;
  border-radius: 1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .google-maps {
    aspect-ratio: 1/1;
  }
}

/* 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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  margin-bottom: 6em;
  background-color: #fff;
  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: #a3a3a3;
}
@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.5em 0;
  border-radius: 0.25em;
  background-color: #cccccc;
  counter-increment: number;
  content: counter(number);
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
}
@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(#ef8200), to(#ffa040));
  background: linear-gradient(to right, #ef8200 0%, #ffa040 100%);
  color: #f4f2f0;
}
.form-process__item--active::before {
  background-color: #f4f2f0;
  color: #ef8200;
}

/* ========================================================================== */
/* 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: 3em 0;
  border-top: 1px solid #e0e0e0;
}
@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: 1em;
  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: #333333;
}
.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__group--ai-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.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: #f4f2f0;
}
.form__any {
  background-color: #a3a3a3;
  color: #f4f2f0;
}
.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% - 0.75em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .form__col--middle {
    width: 100%;
  }
}
.form__col--wide {
  width: calc(75% - 0.75em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .form__col--wide {
    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 {
  width: 100%;
  padding: 1em;
  border-radius: 0.25em;
  background-color: #DB4437;
  text-align: center;
  color: #f4f2f0;
}
.form__error--banner {
  position: fixed;
  inset: auto auto 0 0;
  z-index: 11;
  border-radius: 0;
}
.form__error--banner .form__error__close {
  display: block;
  position: absolute;
  inset: calc(50% - 1em) 0.25em auto auto;
  width: 2em;
  height: 2em;
  font-size: 1.5em;
  line-height: 2;
}
.form__error--banner .form__error__close::before {
  content: "×";
  display: block;
}
.form__captcha-img {
  max-width: 14em;
  border-radius: 0.25em;
}

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: #f5f5f5;
}
.content-list__date {
  margin-top: 0.25em;
  white-space: nowrap;
  font-weight: 700;
  color: #a3a3a3;
}
.content-list__title {
  position: relative;
  padding-left: 1.5em;
  font-size: 1.25em;
}
.content-list__title .icon::before {
  position: absolute;
  top: 0.3em;
  left: 0;
}
.content-list__category {
  margin-top: 0.25em;
  margin-left: auto;
  white-space: nowrap;
}
.content-list__category .label {
  min-width: 5em;
  text-align: center;
  font-family: "Ubuntu", 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: #f5f5f5;
  text-decoration: none;
  text-align: center;
  font-family: "Ubuntu", sans-serif;
  line-height: 3;
  color: #a3a3a3;
}
.page-navi .prev a,
.page-navi .next a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background-color: #f5f5f5;
  text-indent: 100%;
  white-space: nowrap;
}
.page-navi .prev a::before,
.page-navi .next a::before {
  content: "\e901";
  display: block;
  position: absolute;
  top: calc(50% - 0.5em);
  left: calc(50% - 0.5em);
  width: 1em;
  height: 1em;
  text-decoration: none;
  font-family: "icon" !important;
  font-style: normal;
  font-size: 1em;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  line-height: 1;
}
.page-navi .prev a {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.page-navi .current_page {
  background-color: #ffa040;
  color: #f4f2f0;
}
.page-navi .pages {
  width: 3em;
  height: 3em;
  text-align: center;
  font-family: "Ubuntu", sans-serif;
  line-height: 3;
  color: #ef8200;
}

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

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

/* ========================================================================== */
/* Process */
/* ========================================================================== */
.process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4em 2.5em;
}
.process__item {
  position: relative;
  width: 17.5em;
  padding: 3em 1em;
  background-color: #f5f5f5;
  text-align: center;
}
@media screen and (max-width: 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: "Ubuntu", sans-serif;
  font-size: 4em;
  line-height: 1;
}
.process__caption {
  font-family: "Ubuntu", 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: "Ubuntu", sans-serif;
  font-weight: 500;
  color: #f4f2f0;
}
@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: #f4f2f0;
  -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: #f5f5f5;
  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: #653a31;
}
.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: #653a31;
}
.search__toggle-button.is-open::before {
  content: "";
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.search__toggle-button.is-open::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.search__form {
  position: absolute;
  top: 0;
  right: 0;
  width: 60em;
  height: 3em;
  overflow: hidden;
  padding-left: 2.5em;
  border-radius: 3em;
  background-color: #f5f5f5;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
@media screen and (max-width: 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: #653a31;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .search__form.icon::before {
    top: 0.5em;
    left: 0;
    color: #f4f2f0;
  }
}
.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: #f4f2f0;
  }
}

.isnt-touch .search__toggle-button:focus.icon::before, .isnt-touch .search__toggle-button:hover.icon::before {
  color: #ffa040;
}
.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: #f4f2f0;
}
.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: #ffa040;
}
@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: #f4f2f0;
  }
}

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

/* ========================================================================== */
/* Sort Menu */
/* ========================================================================== */
.sort-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.sort-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 0;
  line-height: 2;
}
.sort-menu__item {
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  text-align: center;
}
.sort-menu__title {
  position: relative;
  min-width: 6em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  padding: 0.5em 1em;
  border-radius: 0.25em;
  background-color: #b8b8b8;
  text-align: center;
  font-weight: 700;
  color: #f4f2f0;
}
.sort-menu__anchor {
  display: inline-block;
  width: 100%;
  padding: 0.5em 1em;
  border-radius: 0.25em;
  background-color: #f5f5f5;
  text-decoration: none;
}
.sort-menu__reset {
  position: absolute;
  right: 0;
  bottom: 0.5em;
  line-height: 2;
}
.sort-menu__reset .sort-menu__anchor {
  padding: 0.5em 0;
  background-color: transparent;
}
@media screen and (max-width: 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 #f5f5f5;
}

/* ========================================================================== */
/* Splush */
/* ========================================================================== */
.splush {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 20;
  width: 100vw;
  height: 100svh;
  background-color: #f4f2f0;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  visibility: visible;
  -webkit-transition: visibility 0s 5.5s, -webkit-transform 1s ease-out 4.5s;
  transition: visibility 0s 5.5s, -webkit-transform 1s ease-out 4.5s;
  transition: transform 1s ease-out 4.5s, visibility 0s 5.5s;
  transition: transform 1s ease-out 4.5s, visibility 0s 5.5s, -webkit-transform 1s ease-out 4.5s;
}
.splush::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#ffa040), to(#ef8200));
  background: linear-gradient(to right, #ffa040 0%, #ef8200 100%);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.5s ease-out 3.75s;
  transition: -webkit-transform 0.5s ease-out 3.75s;
  transition: transform 0.5s ease-out 3.75s;
  transition: transform 0.5s ease-out 3.75s, -webkit-transform 0.5s ease-out 3.75s;
}
.splush .logo {
  font-size: 2em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .splush .logo {
    font-size: 1.5em;
  }
}
.splush .logo__typo {
  -webkit-transform: translateX(-1em);
          transform: translateX(-1em);
  clip-path: inset(0 100% 0 0);
}

.is-loaded .splush {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  visibility: hidden;
}
.is-loaded .splush::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.is-loaded .splush .logo__typo {
  -webkit-animation: anim-logo-typo 2.5s linear forwards 1s;
          animation: anim-logo-typo 2.5s linear forwards 1s;
}
.is-loaded .splush .logo__symbol__line__pri {
  -webkit-animation-name: anim-logo-symbol-pri_opacity, anim-logo-symbol-pri_offset;
          animation-name: anim-logo-symbol-pri_opacity, anim-logo-symbol-pri_offset;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.is-loaded .splush .logo__symbol__line__sec {
  -webkit-animation-name: anim-logo-symbol-sec_opacity, anim-logo-symbol-sec_offset;
          animation-name: anim-logo-symbol-sec_opacity, anim-logo-symbol-sec_offset;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.on-splush .splush {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.on-splush .page-main {
  opacity: 0;
  -webkit-transform: translateY(10em);
          transform: translateY(10em);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out 4.5s;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out 4.5s;
  transition: opacity 1s ease-out, transform 1s ease-out 4.5s;
  transition: opacity 1s ease-out, transform 1s ease-out 4.5s, -webkit-transform 1s ease-out 4.5s;
}
.on-splush.is-loaded .page-main {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@-webkit-keyframes anim-logo-typo {
  0% {
    -webkit-transform: translateX(-1em);
            transform: translateX(-1em);
    clip-path: inset(0 100% 0 0);
  }
  15% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    clip-path: inset(0 0 0 0);
  }
  85% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-transform: translateX(2em);
            transform: translateX(2em);
    clip-path: inset(0 0 0 100%);
  }
}

@keyframes anim-logo-typo {
  0% {
    -webkit-transform: translateX(-1em);
            transform: translateX(-1em);
    clip-path: inset(0 100% 0 0);
  }
  15% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    clip-path: inset(0 0 0 0);
  }
  85% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-transform: translateX(2em);
            transform: translateX(2em);
    clip-path: inset(0 0 0 100%);
  }
}
@-webkit-keyframes anim-logo-symbol-pri_opacity {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim-logo-symbol-pri_opacity {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes anim-logo-symbol-pri_offset {
  0% {
    stroke-dashoffset: 1389.2;
  }
  75% {
    stroke-dashoffset: 1389.2;
  }
  100% {
    stroke-dashoffset: 694.6;
  }
}
@keyframes anim-logo-symbol-pri_offset {
  0% {
    stroke-dashoffset: 1389.2;
  }
  75% {
    stroke-dashoffset: 1389.2;
  }
  100% {
    stroke-dashoffset: 694.6;
  }
}
@-webkit-keyframes anim-logo-symbol-sec_opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anim-logo-symbol-sec_opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes anim-logo-symbol-sec_offset {
  0% {
    stroke-dashoffset: 694.6;
  }
  25% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes anim-logo-symbol-sec_offset {
  0% {
    stroke-dashoffset: 694.6;
  }
  25% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* ========================================================================== */
/* Tabs */
/* ========================================================================== */
/* tabs-navi */
/* -------------------------------------------------------------------------- */
.tabs-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
}
.tabs-navi__item {
  width: 100%;
  padding: 1em;
  text-decoration: none;
  text-align: center;
}
.tabs-navi__item.active {
  background-color: #ef8200;
  color: #f4f2f0;
}

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

/* ========================================================================== */
/* To top */
/* ========================================================================== */
.to-top {
  display: block;
  position: fixed;
  right: 1.5em;
  bottom: 1.5em;
  width: 4em;
  height: 4em;
  border-radius: 0.25em;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  -webkit-transform: translateY(6.5em);
          transform: translateY(6.5em);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.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) {
  .to-top {
    display: none;
  }
}
.to-top::before {
  content: "\e900";
  display: block;
  position: absolute;
  top: calc(50% - 0.5em);
  left: calc(50% - 0.5em);
  width: 1em;
  height: 1em;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  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;
  font-size: 1.5em;
  letter-spacing: 0;
  line-height: 1;
  color: #b8b8b8;
}

.is-scroll .to-top {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.isnt-touch .to-top:hover {
  border-color: #ef8200;
}
.isnt-touch .to-top:hover::before {
  color: #ef8200;
}

/* ========================================================================== */
/* Visual */
/* ========================================================================== */
/* main-visual */
/* -------------------------------------------------------------------------- */
.main-visual {
  position: relative;
  overflow: hidden;
}
.main-visual__slider {
  width: 100%;
  height: 100vh;
  max-height: 60em;
  min-height: 40em;
  background-color: #653a31;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-visual__slider {
    height: 133.333vw;
    max-height: inherit;
    min-height: inherit;
  }
}
.main-visual__image {
  height: 100%;
}
.main-visual__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-visual__image::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto auto 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(64, 64, 64, 0.666)), color-stop(50%, rgba(64, 64, 64, 0)));
  background: linear-gradient(to top, rgba(64, 64, 64, 0.666) 0%, rgba(64, 64, 64, 0) 50%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-visual__image::after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(64, 64, 64, 0.8)), color-stop(66.666%, rgba(64, 64, 64, 0)));
    background: linear-gradient(to top, rgba(64, 64, 64, 0.8) 0%, rgba(64, 64, 64, 0) 66.666%);
  }
}
.main-visual__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5em;
  position: absolute;
  inset: auto auto 3em 10%;
  z-index: 2;
  width: 80%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-visual__content {
    -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: 3em;
    inset: auto auto 3em 5%;
    width: 90%;
  }
}
.main-visual__catch {
  -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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
  margin: 0;
  font-size: 2em;
  line-height: 1;
  color: #f4f2f0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-visual__catch {
    font-size: 1.75em;
  }
}
.main-visual__catch__pri {
  font-size: 0.875em;
}
.main-visual__catch__sec {
  font-size: 1.25em;
}
.main-visual__title {
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
  position: relative;
  text-decoration: none;
  font-size: 1em;
  line-height: 1;
  color: #f4f2f0;
}
.main-visual__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  inset: 0 auto auto -2.5em;
  width: 1px;
  height: 100%;
  border-radius: 0.5em;
  background-color: #f4f2f0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-visual__title::before {
    inset: -2em auto auto 0;
    width: 100%;
    height: 1px;
  }
}
.main-visual__title__pri {
  position: relative;
  font-size: 1.25em;
}
.main-visual__title__sec {
  position: relative;
  font-size: 1.75em;
}
.main-visual__title__link-icon {
  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% - 2em) 0 auto auto;
  width: 4em;
  height: 4em;
  border-radius: 0.25em;
  background-color: rgba(255, 255, 255, 0.2);
  line-height: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-visual__title__link-icon {
    inset: auto 0 -0.25em auto;
  }
}
.main-visual__title__link-icon.icon::before {
  margin: 0;
  font-size: 1.5em;
  color: #f4f2f0;
}

.isnt-touch .main-visual__title {
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.isnt-touch .main-visual__title::before {
  -webkit-transition-property: inset, width, height, background-color;
  transition-property: inset, width, height, background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.isnt-touch .main-visual__title:focus::before, .isnt-touch .main-visual__title:hover::before {
  width: calc(100% + 3.25em);
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .isnt-touch .main-visual__title:focus::before, .isnt-touch .main-visual__title:hover::before {
    inset: -1.5em auto auto -1em;
    width: calc(100% + 2em);
    height: 6.5em;
  }
}
.isnt-touch .main-visual__title:focus .main-visual__title__link-icon, .isnt-touch .main-visual__title:hover .main-visual__title__link-icon {
  background: -webkit-gradient(linear, left top, right top, from(#ef8200), to(#ff6048));
  background: linear-gradient(to right, #ef8200 0%, #ff6048 100%);
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-visual__item--repowering .main-visual__image img {
    -o-object-position: 80% center;
       object-position: 80% center;
  }
  .main-visual__item--om .main-visual__image img {
    -o-object-position: 40% center;
       object-position: 40% center;
  }
}
:root {
  --swiper-theme-color: #ef8200;
}

.main-visual .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  inset: auto auto 0 0;
}
.main-visual .swiper-pagination-bullet {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 !important;
  border-radius: 0;
}
.main-visual .swiperCont {
  /* width: 80%; */
  margin: 0 auto;
  position: relative;
}

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

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

/* ========================================================================== */
/* Wrapper */
/* ========================================================================== */
/* content-wrapper: column */
/* -------------------------------------------------------------------------- */
.content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-wrapper .content-wrapper__pri {
  width: 80%;
  padding-bottom: 10em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .content-wrapper .content-wrapper__pri {
    width: 100%;
    padding-bottom: 7.5em;
  }
}
.content-wrapper .content-wrapper__sec {
  width: 20%;
  border-left: 1px solid #e0e0e0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .content-wrapper .content-wrapper__sec {
    width: 100%;
    border-top: 1px solid #e0e0e0;
    border-left: 0;
  }
}

/* ========================================================================== */
/* Home Page */
/* ========================================================================== */
/* page-section: page-main */
/* -------------------------------------------------------------------------- */
.home-page .page-main {
  padding-top: 0;
}

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

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

/* page-section: business */
/* -------------------------------------------------------------------------- */
.home-page .page-section--business {
  padding: 8em 10% 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--business {
    padding: 6em 5% 0;
  }
}

/* home-business */
/* -------------------------------------------------------------------------- */
.home-business {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-business {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-business__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-business__item + .home-business__item {
    padding-top: 4em;
    border-top: 1px solid #653a31;
  }
}
.home-business__anchor {
  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;
  text-decoration: none;
}
.home-business__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5em;
}
.home-business__content-icon {
  width: 4em;
}
.home-business__link-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4em;
  height: 4em;
  margin-left: auto;
  border-radius: 0.25em;
  background-color: #fff;
  line-height: 1;
}
.home-business__link-icon.icon::before {
  margin: 0;
  font-size: 1.5em;
  color: #653a31;
}
.home-business__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;
  margin: 0;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1;
}
.home-business__title__pri {
  font-size: 0.75em;
}
.home-business__title__sec {
  font-size: 1.25em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-business__title__sec {
    font-size: 1.125em;
  }
}
.home-business__title strong {
  color: #ef8200;
}
.home-business__image {
  overflow: hidden;
  border-radius: 0.5em;
}
.home-business__image img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/1;
}
.home-business__catch {
  font-size: 1.5em;
  color: #653a31;
}
.home-business__read {
  text-align: justify;
  font-weight: 400;
  font-size: 1.125em;
  line-height: 1.8;
  color: #653a31;
}

.isnt-touch .home-business__image img {
  -webkit-transform: scale(1);
          transform: scale(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;
}
.isnt-touch .home-business__anchor:focus .home-business__link-icon, .isnt-touch .home-business__anchor:hover .home-business__link-icon {
  background: -webkit-gradient(linear, left top, right top, from(#ef8200), to(#ff6048));
  background: linear-gradient(to right, #ef8200 0%, #ff6048 100%);
}
.isnt-touch .home-business__anchor:focus .home-business__link-icon.icon::before, .isnt-touch .home-business__anchor:hover .home-business__link-icon.icon::before {
  color: #f4f2f0;
}
.isnt-touch .home-business__anchor:focus .home-business__image img, .isnt-touch .home-business__anchor:hover .home-business__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* page-section: works */
/* -------------------------------------------------------------------------- */
.home-page .page-section--works {
  position: relative;
  padding: 8em 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(12em, transparent), color-stop(5em, #ece7e5));
  background: linear-gradient(to bottom, transparent 0%, transparent 12em, #ece7e5 5em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--works {
    padding: 6em 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(12em, transparent), color-stop(5em, #ece7e5));
    background: linear-gradient(to bottom, transparent 0%, transparent 12em, #ece7e5 5em);
  }
}

/* home-works */
/* -------------------------------------------------------------------------- */
.home-works {
  position: relative;
  overflow: hidden;
}
.home-works__header {
  position: relative;
  z-index: 1;
  padding: 0 10%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-works__header {
    padding: 0 5%;
  }
}
.home-works__title {
  margin-bottom: 0;
  font-size: 2.5em;
  line-height: 1.4;
}
.home-works__content {
  position: relative;
  padding: 2em 10% 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-works__content {
    padding: 4em 5% 0;
  }
}
.home-works__read {
  text-align: center;
  font-size: 1.25em;
  line-height: 2;
}
.home-works__link {
  text-align: center;
}
.home-works__link .button {
  min-width: 10em;
  font-size: 1.5em;
}
.home-works__visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 400vw;
  padding-top: 2em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-works__visual {
    width: 800vw;
  }
}
.home-works__visual__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200vw;
  -webkit-animation: infinity-scroll 32s infinite linear both;
          animation: infinity-scroll 32s infinite linear both;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-works__visual__group {
    width: 400vw;
  }
}
.home-works__visual__item {
  padding: 0 1em;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.home-works__visual__item img {
  border-radius: 0.4em;
}
.home-works__visual__item:nth-of-type(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.home-works__visual__item:nth-of-type(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.home-works__visual__item:nth-of-type(3) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.home-works__visual__item:nth-of-type(4) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.home-works__visual__item:nth-of-type(5) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.home-works__visual__item:nth-of-type(6) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.home-works__visual__item:nth-of-type(7) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.home-works__visual__item:nth-of-type(8) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

@-webkit-keyframes infinity-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes up-donwn {
  0% {
    -webkit-transform: translateY(-2em);
            transform: translateY(-2em);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: translateY(2em);
            transform: translateY(2em);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  75% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(-2em);
            transform: translateY(-2em);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
@keyframes up-donwn {
  0% {
    -webkit-transform: translateY(-2em);
            transform: translateY(-2em);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: translateY(2em);
            transform: translateY(2em);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  75% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(-2em);
            transform: translateY(-2em);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
/* page-section: company */
/* -------------------------------------------------------------------------- */
.home-page .page-section--company {
  background-color: #ece7e5;
}

/* home-company */
/* -------------------------------------------------------------------------- */
.home-company {
  position: relative;
  padding: 8em 10%;
  background: -webkit-gradient(linear, left top, right top, from(#ffa040), to(#ef8200));
  background: linear-gradient(to right, #ffa040 0%, #ef8200 100%);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-company {
    padding: 6em 5%;
  }
}
.home-company__title {
  font-size: 2.5em;
  line-height: 1.4;
}
.home-company__read {
  text-align: justify;
  font-size: 1.25em;
  line-height: 2;
}
.home-company__read:last-of-type {
  margin-bottom: 0;
}
.home-company__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5em;
  margin: 0;
  padding-top: 8em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-company__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.home-company__list__item {
  width: 25%;
  margin: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-company__list__item {
    width: calc(50% - 0.75em);
  }
}
.home-company__list__anchor {
  display: block;
  position: relative;
  border-bottom: 1px solid #f4f2f0;
  text-decoration: none;
  font-size: 1.5em;
  line-height: 3;
}
.home-company__list__anchor.icon--after::after {
  position: absolute;
  inset: 1em 0 auto auto;
  color: #f4f2f0 !important;
}

.isnt-touch .home-company__list__anchor:focus, .isnt-touch .home-company__list__anchor:hover {
  color: #f4f2f0;
}

/* page-section: news */
/* -------------------------------------------------------------------------- */
.home-page .page-section--news {
  padding: 8em 10%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--news {
    padding: 8em 5%;
  }
}

/* home-news */
/* -------------------------------------------------------------------------- */
.home-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-news__header {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-news__content {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}

.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: 0.5em;
  margin: 0;
}
.news-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5em;
  margin: 0;
  padding: 1em 1.5em;
  border-radius: 0.5em;
  background-color: #fff;
  font-size: 1.125em;
}
@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 {
  font-family: "Ubuntu", sans-serif;
  color: #ef8200;
}

/* ========================================================================== */
/* Company Page */
/* ========================================================================== */
/* section-header */
/* -------------------------------------------------------------------------- */
.company-page .section-header {
  padding: 0 10em 4em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .company-page .section-header {
    padding: 0 5% 3em;
  }
}
.company-page .section-header .section-title {
  font-size: 2.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .company-page .section-header .section-title {
    font-size: 2em;
  }
}

/* page-section */
/* -------------------------------------------------------------------------- */
.company-page .page-section {
  padding: 8em 0 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .company-page .page-section {
    padding: 6em 0 0;
  }
}

/* section-title */
/* -------------------------------------------------------------------------- */
.company-page .section-title {
  margin-bottom: 0;
}

/* page-section--vision */
/* -------------------------------------------------------------------------- */
.company-page .page-section--vision {
  background: -webkit-gradient(linear, left bottom, left top, from(#ece7e5), color-stop(18em, #ece7e5), color-stop(18em, transparent));
  background: linear-gradient(to top, #ece7e5 0%, #ece7e5 18em, transparent 18em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .company-page .page-section--vision {
    background: -webkit-gradient(linear, left bottom, left top, from(#ece7e5), color-stop(12em, #ece7e5), color-stop(12em, transparent));
    background: linear-gradient(to top, #ece7e5 0%, #ece7e5 12em, transparent 12em);
  }
}

/* company-vision */
/* -------------------------------------------------------------------------- */
.company-vision {
  padding: 0 10em 6em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .company-vision {
    padding: 0 5% 6em;
  }
}
.company-vision__catch {
  font-weight: 700;
  font-size: 2.5em;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .company-vision__catch {
    font-size: 2em;
  }
}
.company-vision__read {
  text-align: justify;
  font-size: 1.25em;
  line-height: 2.4;
}
.company-vision__name {
  margin-bottom: 0;
  letter-spacing: 0.2em;
}
.company-vision__sign {
  max-width: 15em;
  margin-top: 1em;
}

/* company-visual */
/* -------------------------------------------------------------------------- */
.company-visual {
  position: relative;
  overflow: hidden;
}
.company-visual__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 400vw;
  padding-top: 2em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .company-visual__wrapper {
    width: 800vw;
  }
}
.company-visual__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200vw;
  -webkit-animation: infinity-scroll 32s infinite linear both;
          animation: infinity-scroll 32s infinite linear both;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .company-visual__group {
    width: 400vw;
  }
}
.company-visual__item {
  padding: 0 1em;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.company-visual__item--2-1 {
  width: 48em;
  margin-top: 3em;
}
.company-visual__item--1-1 {
  width: 30em;
  margin-top: 6em;
}
.company-visual__item--3-2 {
  width: 36em;
}
.company-visual__item--2-3 {
  width: 24em;
  margin-top: 6em;
}
.company-visual__item img {
  border-radius: 0.4em;
}
.company-visual__item:nth-of-type(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.company-visual__item:nth-of-type(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.company-visual__item:nth-of-type(3) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.company-visual__item:nth-of-type(4) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.company-visual__item:nth-of-type(5) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.company-visual__item:nth-of-type(6) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.company-visual__item:nth-of-type(7) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.company-visual__item:nth-of-type(8) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

/* company-slide */
/* -------------------------------------------------------------------------- */
.company-slide__item {
  width: 46em;
  padding: 0 2em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .company-slide__item {
    width: 26em;
    padding: 0 1em;
  }
}
.company-slide__item img {
  border-radius: 1em;
}

/* page-section--scheme */
/* -------------------------------------------------------------------------- */
.company-page .page-section--scheme {
  background-color: #ece7e5;
  padding-bottom: 8em;
}

/* company-scheme */
/* -------------------------------------------------------------------------- */
.company-scheme {
  padding: 0 10em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .company-scheme {
    padding: 0 5%;
  }
}
.company-scheme__read {
  text-align: justify;
  font-size: 1.25em;
  line-height: 2.4;
}
.company-scheme__read:last-of-type {
  margin-bottom: 0;
}
.company-scheme__figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding-top: 6em;
}
/* scheme-figure */
/* -------------------------------------------------------------------------- */
.scheme-figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3em 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .scheme-figure {
    font-size: 0.6em;
  }
}
.scheme-figure__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5em;
  position: relative;
  padding: 3em 0;
  border-radius: 1em;
}
.scheme-figure__title {
  text-align: center;
  font-weight: 700;
  font-size: 1.5em;
}
.scheme-figure__read {
  text-align: center;
  line-height: 1.8;
}
.scheme-figure__arrow {
  position: absolute;
  inset: calc(100% - 1px) auto auto calc(50% - 1.25em);
  width: 2.5em;
}
.scheme-figure__group--winfield {
  width: 60%;
  background-color: #5cac75;
}
.scheme-figure__group--winfield .scheme-figure__content {
  position: relative;
  padding: 0 3em;
}
.scheme-figure__group--winfield .scheme-figure__content .scheme-figure__solarpower {
  position: absolute;
  inset: 40% auto auto 33.333%;
  width: 33.333%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .scheme-figure__group--winfield .scheme-figure__read {
    font-size: 1.25em;
  }
}
.scheme-figure__group--winfield .scheme-figure__read a {
  color: #f4f2f0;
}
.scheme-figure__group--winfield .scheme-figure__read a.icon::before {
  color: #f4f2f0;
}
.scheme-figure__group--winfield .scheme-figure__arrow {
  fill: #5cac75;
}
.scheme-figure__group--other {
  width: calc(40% - 1.5em);
  background-color: #fff;
}
.scheme-figure__group--other .scheme-figure__content {
  width: 60%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .scheme-figure__group--other .scheme-figure__read {
    width: 80%;
    margin: 0 auto;
    text-align: justify;
    font-size: 1.25em;
  }
  .scheme-figure__group--other .scheme-figure__read br {
    display: none;
  }
}
.scheme-figure__group--other .scheme-figure__arrow {
  fill: #fff;
}
.scheme-figure__group--wintec {
  width: 100%;
  background-color: #ef8200;
}
.scheme-figure__group--wintec .scheme-figure__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3em;
}
.scheme-figure__group--wintec .scheme-figure__content__item {
  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: relative;
  width: 30%;
  padding: 0;
  text-align: center;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1;
  color: #f4f2f0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .scheme-figure__group--wintec .scheme-figure__content__item {
    width: 40%;
  }
}
.scheme-figure__group--wintec .scheme-figure__content__image {
  border-radius: 50%;
  margin-bottom: 1em;
}
.scheme-figure__group--wintec .scheme-figure__content__title {
  font-size: 1.5em;
}
.scheme-figure__group--wintec .scheme-figure__content__list {
  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.125em;
  position: absolute;
  inset: 50% auto auto -1.5em;
}
.scheme-figure__group--wintec .scheme-figure__content__list__item {
  padding: 0.5em 1em;
  border-radius: 5em;
  background-color: #653a31;
  font-size: 0.875em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .scheme-figure__group--wintec .scheme-figure__content__list__item {
    font-size: 1em;
  }
}
.scheme-figure__group--wintec .scheme-figure__content__list__item:nth-of-type(2) {
  margin-left: 1.25em;
}
.scheme-figure__group--wintec .scheme-figure__content__list__item:nth-of-type(3) {
  margin-left: 3em;
}

/* page-section--slogan */
/* -------------------------------------------------------------------------- */
.company-page .page-section--slogan .section-header {
  padding: 0 0 6em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .company-page .page-section--slogan .section-header {
    padding: 0 0 4em;
  }
}

/* company-slogan */
/* -------------------------------------------------------------------------- */
.company-slogan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6em;
  padding: 0 0 0 10em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .company-slogan {
    -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;
    padding: 0;
  }
}
.company-slogan__content {
  width: 50%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .company-slogan__content {
    width: 100%;
    padding: 0 5%;
  }
}
.company-slogan__image {
  position: relative;
  width: calc(50% - 6em);
  overflow: hidden;
  border-radius: 1.5em 0 0 1.5em;
  aspect-ratio: 2/3;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .company-slogan__image {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 0;
  }
}
.company-slogan__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-slogan__logo {
  margin-bottom: 1em;
  font-size: 1.5em;
}
.company-slogan__catch {
  font-weight: 700;
  font-size: 2.5em;
  letter-spacing: 0.2em;
  color: #203424;
}
.company-slogan__read {
  text-align: justify;
  font-size: 1.25em;
  line-height: 2.4;
}
.company-slogan__read:last-of-type {
  margin-bottom: 0;
}
.company-slogan__link {
  margin-top: 3em;
}
.company-slogan__link .button {
  font-size: 1.375em;
}

/* company-profile */
/* -------------------------------------------------------------------------- */
.company-profile {
  padding: 0 10em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .company-profile {
    padding: 0 5%;
  }
}
.company-profile__table {
  width: 100%;
  font-size: 1.25em;
  line-height: 2;
}

/* ========================================================================== */
/* Business Page */
/* ========================================================================== */
/* section-header */
/* -------------------------------------------------------------------------- */
.business-page .section-header {
  padding: 0 10em 4em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-page .section-header {
    padding: 0 5% 3em;
  }
}
.business-page .section-header .section-title {
  font-size: 2.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-page .section-header .section-title {
    font-size: 2em;
  }
}

/* page-section */
/* -------------------------------------------------------------------------- */
.business-page .page-section {
  padding: 8em 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-page .page-section {
    padding: 6em 0;
  }
}

/* section-title */
/* -------------------------------------------------------------------------- */
.business-page .section-title {
  margin-bottom: 0;
}

/* page-aside */
/* -------------------------------------------------------------------------- */
/* page-section--concept */
/* -------------------------------------------------------------------------- */
.page-section--concept .section-header__catch {
  margin-top: 3em;
  margin-bottom: 0;
  text-align: center;
  font-weight: 700;
  font-size: 2em;
  letter-spacing: 0.1em;
}

/* business-concept */
/* -------------------------------------------------------------------------- */
.business-concept {
  padding: 0 10em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-concept {
    padding: 0 5%;
  }
}
.business-concept__catch {
  text-align: center;
  font-weight: 700;
  font-size: 1.375em;
  letter-spacing: 0.1em;
  line-height: 2;
}
.business-concept__read {
  text-align: center;
  font-size: 1.25em;
  line-height: 2.4;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-concept__read {
    text-align: justify;
  }
}
.business-concept__read:last-of-type {
  margin-bottom: 0;
}
.business-concept__figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.5em 0 5em;
}
.business-concept__figure__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  mix-blend-mode: multiply;
}
.business-concept__figure__item:nth-of-type(1) {
  -webkit-transform: translateX(5%) scale(1.1);
          transform: translateX(5%) scale(1.1);
}
.business-concept__figure__item:nth-of-type(2) {
  -webkit-transform: translateX(-5%) scale(1.1);
          transform: translateX(-5%) scale(1.1);
}
.business-concept__figure__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.business-concept__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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  position: absolute;
  inset: 50% auto auto 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  text-align: center;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-concept__figure__title {
    font-size: 1.25em;
    letter-spacing: 0.1em;
  }
}
.business-concept__figure__title__pri {
  letter-spacing: 0.3em;
}
.business-concept__figure__title__sec {
  font-size: 0.5em;
  color: #ef8200;
}

/* business-index */
/* -------------------------------------------------------------------------- */
.business-index {
  padding: 0 10em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-index {
    padding: 0 5%;
  }
}
.business-index__item {
  position: relative;
  padding-bottom: 5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-index__item {
    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;
    margin-bottom: 0;
  }
}
.business-index__image {
  width: 80%;
  overflow: hidden;
  border-radius: 1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-index__image {
    width: 100%;
  }
}
.business-index__image img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-index__image img {
    aspect-ratio: 2/1;
  }
}
.business-index__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: 1.5em;
  position: absolute;
  inset: auto 0 0 auto;
  width: 40%;
  padding: 3em 0 0 2em;
  border-radius: 1em 0 0 0;
  background-color: #f4f2f0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-index__content {
    position: relative;
    inset: auto;
    width: 100%;
    padding: 0;
  }
}
.business-index__anchor {
  text-decoration: none;
}
.business-index__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;
  margin: 0;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1;
}
.business-index__title__pri {
  font-size: 0.875em;
}
.business-index__title__sec {
  font-size: 1.125em;
}
.business-index__title strong {
  color: #ef8200;
}
.business-index__catch {
  white-space: nowrap;
  font-size: 1.5em;
  color: #653a31;
}
.business-index__read {
  text-align: justify;
  font-weight: 400;
  font-size: 1.125em;
  line-height: 1.8;
  color: #653a31;
}
.business-index__link .button {
  font-size: 1.125em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-index__link .button {
    font-size: 1.25em;
  }
}

/* page-section--repowering */
/* -------------------------------------------------------------------------- */
.business-page .page-section--repowering {
  background-color: #ece7e5;
}
.business-page .page-section--repowering .business-index__content {
  background-color: #ece7e5;
}
.business-page .page-section--om {
  padding-bottom: 5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-page .page-section--om {
    padding-bottom: 0;
  }
}
.business-page .page-section--about {
  padding-top: 0;
}
.business-page .page-section--about .section-title {
  font-size: 1.5em;
}
.business-page .page-section--outline {
  background-color: #ece7e5;
}

.business-about__visual {
  margin-bottom: 4em;
}
.business-about__visual img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-about__visual img {
    aspect-ratio: 3/2;
  }
}
.business-about__wrapper {
  padding: 0 10em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-about__wrapper {
    padding: 0 5%;
  }
}
.business-about__read {
  text-align: justify;
  font-size: 1.25em;
  line-height: 2;
}
.business-about__read:last-of-type {
  margin-bottom: 0;
}
.business-about__lead-contact {
  margin-top: 3em;
  text-align: center;
}
.business-about__lead-contact__read {
  text-align: center;
  font-weight: 700;
  font-size: 2em;
  color: #ef8200;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-about__lead-contact__read {
    font-size: 1.75em;
  }
}
.business-about__lead-contact__link {
  font-size: 1.5em;
}

.business-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.business-visual__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.business-link {
  position: relative;
  margin-bottom: 6em;
  padding: 6em 10em;
  background-color: #fff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-link {
    padding: 5em 25% 5em 5%;
  }
}
.business-link__header {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5em;
  margin-bottom: 1.5em;
}
.business-link__content {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.business-link__icon {
  width: 5em;
}
.business-link__title {
  margin-bottom: 0;
  font-size: 1.5em;
}
.business-link__read {
  text-align: justify;
  font-size: 1.25em;
  line-height: 1.8;
}
.business-link__link .button {
  font-size: 1.5em;
}
.business-link__link .icon::before {
  position: absolute;
  inset: calc(50% - 0.5em) 5% auto auto;
  margin: 0;
  font-size: 4em;
}

.repowering-outline {
  padding: 0 10em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .repowering-outline {
    padding: 0 5%;
  }
}
.repowering-outline__title {
  line-height: 1.6;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .repowering-outline__title {
    text-align: center;
  }
}
.repowering-outline__read {
  text-align: justify;
  font-size: 1.25em;
  line-height: 2;
}
.repowering-outline__read:last-of-type {
  margin-bottom: 0;
}
.repowering-outline__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5em;
  margin-top: 5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .repowering-outline__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.repowering-outline__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 3em;
  border-radius: 1em;
  background-color: #f4f2f0;
}
.repowering-outline__list__title {
  margin-bottom: 1.5em;
  text-align: center;
  font-size: 1.5em;
}
.repowering-outline__list__item {
  margin-bottom: 0.5em;
  font-size: 1.125em;
}
.repowering-outline__list__item:last-of-type {
  margin-bottom: 0;
}
.repowering-outline__lead-contact {
  margin-top: 5em;
  text-align: center;
}
.repowering-outline__lead-contact__read {
  font-size: 1.5em;
  line-height: 1.8;
}
.repowering-outline__lead-contact__link {
  font-size: 1.5em;
}

.repowering-figure {
  position: relative;
  margin: 3em 0;
}
.repowering-figure__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .repowering-figure__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7.5em;
    font-size: 0.75em;
  }
}
.repowering-figure__item {
  position: relative;
}
.repowering-figure__item--before {
  width: 40%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .repowering-figure__item--before {
    width: 60%;
  }
}
.repowering-figure__item--after {
  width: 50%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .repowering-figure__item--after {
    width: 75%;
  }
}
.repowering-figure__title {
  position: absolute;
  inset: calc(50% - 0.5em) auto auto calc(50% - 2.5em);
  width: 5em;
  text-align: center;
  font-family: "Ubuntu", sans-serif;
  font-size: 2em;
  line-height: 1;
}
.repowering-figure__chart__ellipse {
  fill: none;
  stroke-width: 80;
  stroke-dashoffset: 753.98;
  stroke-dasharray: 753.98;
}
.repowering-figure__chart__ellipse--pri {
  stroke: #4cc0d5;
}
.repowering-figure__chart__ellipse--sec {
  stroke: #d54c4c;
}
.repowering-figure__label {
  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;
  position: absolute;
  width: 0;
  height: 0;
  white-space: nowrap;
  text-align: center;
  line-height: 1;
  color: #f4f2f0;
  opacity: 0;
  -webkit-transition: all 0.6s ease-out 1.2s;
  transition: all 0.6s ease-out 1.2s;
}
.repowering-figure__label__title {
  font-weight: 700;
  font-size: 0.75em;
}
.repowering-figure__label__value {
  font-family: "Ubuntu", sans-serif;
  font-size: 2em;
}
.repowering-figure__joint {
  position: absolute;
  inset: calc(50% - 5em) auto auto calc(46% - 5em);
  width: 10em;
  height: 10em;
  line-height: 1;
  opacity: 0;
  -webkit-transform: translate(-1.5em, 0);
          transform: translate(-1.5em, 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.6s;
          transition-duration: 0.6s;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .repowering-figure__joint {
    inset: calc(42.5% - 5em) auto auto calc(50% - 5em);
    -webkit-transform: translate(0, -1.5em);
            transform: translate(0, -1.5em);
  }
}
.repowering-figure__joint__arrow {
  fill: #e0e01b;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .repowering-figure__joint__arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.repowering-figure__joint__title {
  position: absolute;
  inset: calc(50% - 0.5em) auto auto calc(50% - 2.5em);
  width: 8em;
  height: 1em;
  font-weight: 700;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .repowering-figure__joint__title {
    inset: calc(50% - 2.5em) auto auto calc(50% - 0.5em);
    width: 1em;
    height: 8em;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
.repowering-figure__caption {
  text-align: right;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .repowering-figure__caption {
    text-align: center;
  }
}
.repowering-figure__item--before {
  position: relative;
  z-index: 1;
}
.repowering-figure__item--before .repowering-figure__label--pri {
  inset: 64% auto auto 20%;
}
.repowering-figure__item--before .repowering-figure__label--sec {
  inset: 22% auto auto 79%;
}
.repowering-figure__item--after .repowering-figure__label--pri {
  inset: 80% auto auto 38%;
}
.repowering-figure__item--after .repowering-figure__label--sec {
  inset: 10% auto auto 62%;
}
.repowering-figure__item--before.iv-item--active .repowering-figure__chart__ellipse--pri {
  -webkit-animation: repowering-chart-profit 1.2s linear 1 normal forwards;
          animation: repowering-chart-profit 1.2s linear 1 normal forwards;
}
.repowering-figure__item--before.iv-item--active .repowering-figure__chart__ellipse--sec {
  -webkit-animation: repowering-chart-before-cost-sec 1.2s linear 1 normal forwards;
          animation: repowering-chart-before-cost-sec 1.2s linear 1 normal forwards;
}
.repowering-figure__item--after.iv-item--active .repowering-figure__chart__ellipse--pri {
  -webkit-animation: repowering-chart-profit 1.2s linear 1 normal forwards;
          animation: repowering-chart-profit 1.2s linear 1 normal forwards;
}
.repowering-figure__item--after.iv-item--active .repowering-figure__chart__ellipse--sec {
  -webkit-animation: repowering-chart-after-cost-sec 1.2s linear 1 normal forwards;
          animation: repowering-chart-after-cost-sec 1.2s linear 1 normal forwards;
}
.repowering-figure__item.iv-item--active .repowering-figure__label {
  opacity: 1;
}
.repowering-figure__wrapper.iv-item--active .repowering-figure__joint {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@-webkit-keyframes repowering-chart-profit {
  0% {
    stroke-dashoffset: 753.98;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes repowering-chart-profit {
  0% {
    stroke-dashoffset: 753.98;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes repowering-chart-before-cost-sec {
  stroke-dashoffset: 753.98;
  30% {
    stroke-dashoffset: 527.79;
  }
  100% {
    stroke-dashoffset: 527.79;
  }
}
@keyframes repowering-chart-before-cost-sec {
  stroke-dashoffset: 753.98;
  30% {
    stroke-dashoffset: 527.79;
  }
  100% {
    stroke-dashoffset: 527.79;
  }
}
@-webkit-keyframes repowering-chart-after-cost-sec {
  stroke-dashoffset: 753.98;
  10% {
    stroke-dashoffset: 678.582;
  }
  100% {
    stroke-dashoffset: 678.582;
  }
}
@keyframes repowering-chart-after-cost-sec {
  stroke-dashoffset: 753.98;
  10% {
    stroke-dashoffset: 678.582;
  }
  100% {
    stroke-dashoffset: 678.582;
  }
}
.repowering-process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4em;
  margin: 0;
  padding: 0 10em;
  counter-reset: number;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .repowering-process {
    padding: 0 5%;
  }
}
.repowering-process__item {
  position: relative;
  margin: 0;
  padding: 3em;
  border-radius: 1em;
  background-color: #ece7e5;
}
.repowering-process__title {
  position: relative;
}
.repowering-process__title::before {
  display: inline-block;
  counter-increment: number;
  content: counter(number) ".";
  margin-right: 0.5em;
  text-align: right;
  font-family: "Ubuntu", sans-serif;
  color: #ef8200;
}
.repowering-process__read {
  text-align: justify;
  font-size: 1.25em;
  line-height: 2;
}
.repowering-process__arrow {
  position: absolute;
  inset: 100% auto auto calc(50% - 2em);
  width: 4em;
  height: 4em;
  fill: #ef8200;
}

.om-problem {
  margin-top: 5em;
}
.om-problem__title {
  margin-bottom: 2em;
  text-align: center;
  font-size: 1.75em;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .om-problem__title {
    font-size: 1.5em;
  }
}
.om-problem__wrapper {
  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: 3em 1.5em;
  padding-bottom: 3em;
}
.om-problem__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: calc(33.333% - 1em);
  min-height: 10em;
  border-radius: 1.5em;
  background-color: #ece7e5;
  text-align: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .om-problem__item {
    width: calc(50% - 1.5em);
    min-height: 8em;
  }
}
.om-problem__item::before, .om-problem__item::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  background-color: #ece7e5;
}
.om-problem__item::before {
  inset: calc(100% - 1em) 15% auto auto;
  width: 2em;
  height: 2em;
}
.om-problem__item::after {
  inset: calc(100% + 1em) 25% auto auto;
  width: 1em;
  height: 1em;
}
.om-problem__comment {
  font-size: 1.375em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .om-problem__comment {
    font-size: 1.125em;
  }
}

.om-problem-list {
  position: relative;
  margin-top: 5em;
  padding: 5em 3em 3em;
  border: 2px solid #e0e0e0;
  border-radius: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .om-problem-list {
    padding: 5em 2em 3em;
  }
}
.om-problem-list__title {
  position: absolute;
  inset: -0.8em auto auto calc(50% - 8em);
  width: 16em;
  background-color: #f4f2f0;
  text-align: center;
  font-size: 1.75em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .om-problem-list__title {
    font-size: 1.5em;
  }
}
.om-problem-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;
  margin: 0;
}
.om-problem-list__item {
  margin: 0;
  font-size: 1.25em;
}

.om-outline {
  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;
  padding: 3em 10em 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .om-outline {
    padding: 3em 5% 0;
  }
}
.om-outline__title {
  position: relative;
  margin-bottom: 1.5em;
  text-align: center;
}
.om-outline__title::before, .om-outline__title::after {
  content: "";
  display: inline;
  position: absolute;
  top: calc(50% - 1px);
  width: calc(50% - 3em);
  height: 2px;
  background-color: #653a31;
}
.om-outline__title::before {
  left: 0;
}
.om-outline__title::after {
  right: 0;
}
.om-outline__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .om-outline__list {
    -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;
  }
}
.om-outline__list__item {
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .om-outline__list__item {
    width: 50%;
  }
}
.om-outline__list__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 75%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #f4f2f0;
}
.om-outline__list__image img {
  width: 50%;
}
.om-outline__list__title {
  margin-bottom: 0;
  text-align: center;
}
.om-outline__list__read {
  text-align: justify;
  font-size: 1.25em;
  line-height: 1.8;
}

/* ========================================================================== */
/* Works Page */
/* ========================================================================== */
/* page-section */
/* -------------------------------------------------------------------------- */
.works-page .page-section,
.works-page .page-article {
  padding: 8em 0 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .works-page .page-section,
  .works-page .page-article {
    padding: 6em 5% 0;
  }
}

.works-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: 4em;
  margin: 0;
}
.works-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3em;
  position: relative;
  margin: 0;
  padding: 3em;
  border-radius: 1em;
  background-color: #fff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .works-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.works-list__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  overflow: hidden;
  border-radius: 0.5em;
}
.works-list__image__anchor {
  display: inline-block;
  text-decoration: none;
}
.works-list__image__anchor__icon {
  display: none;
}
.works-list__image img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .works-list__image img {
    aspect-ratio: 16/9;
  }
}
.works-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: 1.5em;
}
.works-list__title {
  font-size: 2em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .works-list__title {
    font-size: 1.75em;
  }
}
.works-list__title__anchor {
  text-decoration: none;
}
.works-list__category {
  font-size: 0.75em;
}
.works-list__read {
  text-align: justify;
  font-weight: 400;
  font-size: 1.125em;
  line-height: 1.8;
  color: #653a31;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .works-list__link {
    text-align: center;
  }
}
.works-list__link .button {
  font-size: 1.125em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .works-list__link .button {
    font-size: 1.25em;
  }
}
.works-list__item--coming-soon .works-list__image img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.works-list__item--coming-soon .works-list__title {
  font-family: "Ubuntu", sans-serif;
  color: #a3a3a3;
}
.works-list__item--coming-soon .works-list__read {
  color: #a3a3a3;
}

.isnt-touch .works-list__image img {
  -webkit-transform: scale(1);
          transform: scale(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;
}
.isnt-touch .works-list__image__anchor__icon {
  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% - 2em) auto auto calc(50% - 2em);
  width: 4em;
  height: 4em;
  border-radius: 0.25em;
  background: -webkit-gradient(linear, left top, right top, from(#ef8200), to(#ff6048));
  background: linear-gradient(to right, #ef8200 0%, #ff6048 100%);
  line-height: 1;
  opacity: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -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.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.isnt-touch .works-list__image__anchor__icon.icon::before {
  margin: 0;
  font-size: 1.5em;
  color: #f4f2f0;
}
.isnt-touch .works-list__image__anchor:focus img, .isnt-touch .works-list__image__anchor:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.isnt-touch .works-list__image__anchor:focus .works-list__image__anchor__icon, .isnt-touch .works-list__image__anchor:hover .works-list__image__anchor__icon {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
  margin: 0;
}
.category-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  margin: 0;
  padding: 0.5em 1.5em;
  border: 1px solid #e0e0e0;
  border-radius: 0.5em;
  font-weight: 700;
}
.category-list__icon {
  width: 2em;
}

.works-detail__title {
  font-size: 1.25em;
}
.works-detail__table th,
.works-detail__table td {
  padding-bottom: 0.5em;
}
.works-detail__table th {
  padding-right: 1.5em;
}

.page-article {
  padding: 8em 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-article {
    padding: 6em 0;
  }
}

.works__visual {
  overflow: hidden;
  margin-bottom: 4em;
  border-radius: 1.5em;
}
.works__visual img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .works__visual img {
    aspect-ratio: 3/2;
  }
}
.works__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .works__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3em;
  }
}
.works__header__wrapper--pri {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.works__header__wrapper--sec {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.works__title {
  line-height: 1.6;
}
.works__description {
  margin-top: 1.5em;
  margin-bottom: 0;
  text-align: justify;
  font-size: 1.25em;
  line-height: 1.8;
}
.works__detail {
  margin-bottom: 0;
}
.works__divider {
  border-color: #e0e0e0;
  margin: 4em 0;
}
.works__gallery {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  margin: 6em 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .works__gallery {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.works__gallery__item {
  width: calc(20% - 0.825em);
  overflow: hidden;
  border-radius: 0.5em;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .works__gallery__item {
    width: calc(50% - 0.5em);
  }
}
.works__gallery__item img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.works__gallery__anchor {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.works__gallery__anchor.icon::before {
  position: absolute;
  inset: auto 0 0 auto;
  z-index: 1;
  margin: 0;
  padding: 0.75em;
  border-radius: 0.5em 0 0 0;
  background-color: #ef8200;
  color: #f4f2f0 !important;
}
.works__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .works__image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.works__image__item {
  width: calc(50% - 1.5em);
  margin: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .works__image__item {
    width: 100%;
  }
}
.works__image__item img {
  border-radius: 1em;
}
.works__result {
  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: 1.5em;
  margin-top: 3em;
}
.works__result__read {
  margin-bottom: 0;
  text-align: center;
  font-weight: 700;
  font-size: 1.5em;
}
.works__result__read__strong {
  font-size: 2em;
  color: #ef8200;
}
.works__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3em;
  padding: 3em;
  border-radius: 1.5em;
  background-color: #fff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .works__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.works__column__header {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.works__column__content {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.works__column__title {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .works__column__title.section-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.works__column__read {
  text-align: justify;
  font-size: 1.125em;
  line-height: 2;
}
.works__column__read:last-of-type {
  margin-bottom: 0;
}
.works__comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3em;
  padding: 3em;
  border-radius: 1.5em;
  background-color: #ece7e5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .works__comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.works__comment__header {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.works__comment__content {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.works__comment__title {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .works__comment__title.section-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.works__comment__read {
  text-align: justify;
  font-size: 1.125em;
  line-height: 2;
}
.works__comment__read:last-of-type {
  margin-bottom: 0;
}
.works__footer {
  margin-top: 6em;
  text-align: center;
}

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

.case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3em;
  padding: 3em;
  border-radius: 1em;
  background-color: #fff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .case {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.case__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.case__image {
  padding: 0 10%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .case__image {
    padding: 0 20%;
  }
}
.case__title {
  text-align: center;
  font-size: 1.5em;
}
.case__comment {
  margin: 0;
  text-align: justify;
  font-size: 1.125em;
  line-height: 1.8;
}
.case__result {
  text-align: center;
  font-weight: 700;
  font-size: 1.25em;
  color: #ef8200;
}

.before-after {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: ;
  grid-template-rows: repeat(6);
  gap: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .before-after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.before-after__item {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  grid-row: 1/6;
  display: -ms-grid;
  display: grid;
  gap: 1.5em;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  background-color: #fff;
  padding: 2em;
  border-radius: 1.5em;
}
.before-after__title {
  border-radius: 0.25em;
  padding: 0.5em;
  background-color: #ef8200;
  text-align: center;
  font-size: 1.75em;
  color: #f4f2f0;
}
.before-after__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;
}
.before-after__joint {
  position: relative;
}
.before-after__joint__arrow {
  position: absolute;
  inset: calc(50% - 5em) auto auto calc(50% - 10em);
  z-index: 0;
  fill: #fac13c;
  width: 20em;
  opacity: 0.1;
}
.before-after__image {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 0 10%;
}
.before-after__image__img {
  position: relative;
}
.before-after__caption {
  margin-bottom: 0.5em;
  font-family: "Ubuntu", sans-serif;
  font-size: 3em;
  line-height: 1;
}
.before-after__comment {
  margin-bottom: 0;
  text-align: justify;
  font-size: 1.25em;
  line-height: 1.8;
}
.before-after__comment__item {
  margin-bottom: 1em;
}
.before-after__comment__item:last-of-type {
  margin-bottom: 0;
}
.before-after__content--before .before-after__caption {
  color: #a3a3a3;
}
.before-after__content--after .before-after__caption {
  color: #ef8200;
}

/* ========================================================================== */
/* 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-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: #ebebeb;
  text-decoration: none;
}
.projects-menu__anchor::before {
  content: "#";
  display: inline;
  margin-right: 0;
  color: #ef8200;
}
.projects-menu__anchor.active {
  background: -webkit-gradient(linear, left top, right top, from(#ef8200), to(#ffa040));
  background: linear-gradient(to right, #ef8200 0%, #ffa040 100%);
  color: #f4f2f0;
}
.projects-menu__anchor.active::before {
  color: #f4f2f0;
}

.isnt-touch .projects-menu__anchor:focus, .isnt-touch .projects-menu__anchor:hover {
  background-color: #ffa040;
  color: #f4f2f0;
}
.isnt-touch .projects-menu__anchor:focus::before, .isnt-touch .projects-menu__anchor:hover::before {
  color: #f4f2f0;
}

/* 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: #f5f5f5;
}
@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: #ef8200;
  text-align: center;
  line-height: 2;
  color: #f4f2f0;
}
.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: #525252;
}

/* ========================================================================== */
/* Recruit Page */
/* ========================================================================== */
/* intetour-index */
/* -------------------------------------------------------------------------- */
.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: #f4f2f0 !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: #f4f2f0;
  -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;
}

/* ========================================================================== */
/* News Page */
/* ========================================================================== */
/* content-wrapper__pri */
/* -------------------------------------------------------------------------- */
.news-page.sec-page .content-wrapper__pri {
  padding: 8em 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news-page.sec-page .content-wrapper__pri {
    padding: 6em 5%;
  }
}

.news-page.ter-page .page-section,
.news-page.ter-page .page-article {
  padding: 8em 0 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news-page.ter-page .page-section,
  .news-page.ter-page .page-article {
    padding: 6em 5% 0;
  }
}

.news__date {
  font-family: "Ubuntu", sans-serif;
  font-size: 1.25em;
  color: #ef8200;
}
.news__title {
  line-height: 1.6;
}
.news__read {
  text-align: justify;
  font-size: 1.25em;
  line-height: 2;
}
.news__divider {
  border-color: #e0e0e0;
  margin: 4em 0;
}
.news__footer {
  margin-top: 6em;
  text-align: center;
}

/* ========================================================================== */
/* Form Page */
/* ========================================================================== */
/* content-wrapper__pri */
/* -------------------------------------------------------------------------- */
.form-page .content-wrapper__pri {
  padding: 10em 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .form-page .content-wrapper__pri {
    padding: 7.5em 5%;
  }
}

/* ========================================================================== */
/* Document Page */
/* ========================================================================== */
/* current navi */
/* -------------------------------------------------------------------------- */
.doc-page .page-section,
.doc-page .page-footer {
  padding: 8em 0 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .doc-page .page-section,
  .doc-page .page-footer {
    padding: 6em 5% 0;
  }
}

/* ========================================================================== */
/* 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-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-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-en {
  font-family: "Ubuntu", 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;
}