@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600&family=Noto+Sans+JP:wght@400;500;600&family=Nanum+Myeongjo&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: border-box;
          box-sizing: border-box;
}

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

body {
  position: relative;
  background-color: #fff;
  font-family: "Noto Serif JP", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 300;
  font-size: 1vw;
  line-height: 1.6;
  letter-spacing: 0;
  color: #363636;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  body {
    font-size: 3.2vw;
  }
}
@media print {
  body {
    zoom: 0.64;
    padding-top: 0;
    -webkit-print-color-adjust: exact;
  }
}

@-webkit-keyframes noise-animation {
  100% {
    background-position: -100% 100%;
  }
}

@keyframes noise-animation {
  100% {
    background-position: -100% 100%;
  }
}
/* initialize: divider */
/* -------------------------------------------------------------------------- */
hr {
  margin: 0 auto;
  border: 0;
  border-top: 1px solid #e0e0e0;
}

/* initialize: link */
/* -------------------------------------------------------------------------- */
a {
  font-weight: 400;
  color: #ff6614;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

small {
  display: inline-block;
}

address {
  font-style: normal;
}

p {
  margin-top: 0;
}

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

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

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

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

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

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

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

/* ========================================================================== */
/* Elements */
/* ========================================================================== */
/* elements: blank-image */
/* -------------------------------------------------------------------------- */
.bg-element {
  position: absolute;
  opacity: 0.5;
}
.bg-element--dot {
  width: 4em;
}
.bg-element--cross {
  width: 3em;
}
.bg-element--square {
  width: 1.5em;
}
.bg-element--multi-circle {
  width: 20em;
  opacity: 0.25;
}
.bg-element--multi-circle circle {
  fill: none;
  stroke-width: 1;
}
.bg-element--multi-circle circle:nth-of-type(1) {
  stroke-dashoffset: 502.65;
  stroke-dasharray: 502.65;
  stroke: #363636;
}
.bg-element--multi-circle circle:nth-of-type(2) {
  stroke-dashoffset: 753.98;
  stroke-dasharray: 753.98;
  stroke: #363636;
}
.bg-element--multi-rect {
  width: 20em;
  opacity: 0.25;
}
.bg-element--multi-rect rect {
  fill: none;
  stroke-width: 1;
}
.bg-element--multi-rect rect:nth-of-type(1) {
  stroke-dashoffset: 640;
  stroke-dasharray: 640;
  stroke: #363636;
}
.bg-element--multi-rect rect:nth-of-type(2) {
  stroke-dashoffset: 960;
  stroke-dasharray: 960;
  stroke: #363636;
}

.bg-element--multi-circle circle:nth-of-type(1) {
  -webkit-animation: circle_r80 5s linear infinite 0s forwards;
          animation: circle_r80 5s linear infinite 0s forwards;
}
.bg-element--multi-circle circle:nth-of-type(2) {
  -webkit-animation: circle_r120 5s linear infinite 0.25s forwards;
          animation: circle_r120 5s linear infinite 0.25s forwards;
}

.bg-element--multi-rect rect:nth-of-type(1) {
  -webkit-animation: rect_w160_h160 5s linear infinite 2s forwards;
          animation: rect_w160_h160 5s linear infinite 2s forwards;
}
.bg-element--multi-rect rect:nth-of-type(2) {
  -webkit-animation: rect_w240_h240 5s linear infinite 2.25s forwards;
          animation: rect_w240_h240 5s linear infinite 2.25s forwards;
}

@-webkit-keyframes circle_r80 {
  0% {
    stroke-dashoffset: 502.65;
  }
  10% {
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dashoffset: 0;
  }
  60% {
    stroke-dashoffset: 502.65;
  }
  100% {
    stroke-dashoffset: 502.65;
  }
}

@keyframes circle_r80 {
  0% {
    stroke-dashoffset: 502.65;
  }
  10% {
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dashoffset: 0;
  }
  60% {
    stroke-dashoffset: 502.65;
  }
  100% {
    stroke-dashoffset: 502.65;
  }
}
@-webkit-keyframes circle_r120 {
  0% {
    stroke-dashoffset: 753.98;
  }
  10% {
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dashoffset: 0;
  }
  60% {
    stroke-dashoffset: 753.98;
  }
  100% {
    stroke-dashoffset: 753.98;
  }
}
@keyframes circle_r120 {
  0% {
    stroke-dashoffset: 753.98;
  }
  10% {
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dashoffset: 0;
  }
  60% {
    stroke-dashoffset: 753.98;
  }
  100% {
    stroke-dashoffset: 753.98;
  }
}
@-webkit-keyframes rect_w160_h160 {
  0% {
    stroke-dashoffset: 640;
  }
  10% {
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dashoffset: 0;
  }
  60% {
    stroke-dashoffset: 640;
  }
  100% {
    stroke-dashoffset: 640;
  }
}
@keyframes rect_w160_h160 {
  0% {
    stroke-dashoffset: 640;
  }
  10% {
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dashoffset: 0;
  }
  60% {
    stroke-dashoffset: 640;
  }
  100% {
    stroke-dashoffset: 640;
  }
}
@-webkit-keyframes rect_w240_h240 {
  0% {
    stroke-dashoffset: 960;
  }
  10% {
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dashoffset: 0;
  }
  60% {
    stroke-dashoffset: 960;
  }
  100% {
    stroke-dashoffset: 960;
  }
}
@keyframes rect_w240_h240 {
  0% {
    stroke-dashoffset: 960;
  }
  10% {
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dashoffset: 0;
  }
  60% {
    stroke-dashoffset: 960;
  }
  100% {
    stroke-dashoffset: 960;
  }
}
/* elements: box */
/* -------------------------------------------------------------------------- */
.box {
  position: relative;
  padding: 2em;
  border-radius: 0.5em;
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .box {
    padding: 1.5em;
  }
}
.box--border {
  border: 1px solid #e0e0e0;
  background-color: #fff;
}

/* elements: button */
/* -------------------------------------------------------------------------- */
.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  min-width: 10em;
  padding: 1.25em 2em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: 0;
  background-color: #ff6614;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
.button__text {
  position: relative;
  font-family: "Nanum Myeongjo", serif;
}
.button--ini {
  background-color: #fff;
  color: #ff6614;
}
.button--outline {
  -webkit-box-shadow: inset 0 0 0 0.1em #fff;
          box-shadow: inset 0 0 0 0.1em #fff;
  background-color: #ff6614;
  color: #fff;
}
.button--outline-ini {
  -webkit-box-shadow: inset 0 0 0 0.1em #ff6614;
          box-shadow: inset 0 0 0 0.1em #ff6614;
  background-color: #fff;
  color: #ff6614;
}
.button--round {
  border-radius: 10em;
}

.button .button__text.icon::before {
  content: "\e900";
  color: #fff;
}
.button[target=_blank] .button__text.icon::before {
  content: "\e902";
}
.button[data-fancybox] .button__text.icon::before {
  content: "\e903";
}
.button[href^="mailto:"] .button__text.icon::before, .button[href*="/contact/"] .button__text.icon::before {
  content: "\e906";
}
.button[href^="tel:"] .button__text.icon::before {
  content: "\e907";
}
.button[href^="https://goo.gl/maps/"] .button__text.icon::before, .button[href^="https://www.google.com/maps/"] .button__text.icon::before {
  content: "\e905";
}
.button[class*=toggle-button] .button__text.icon::before {
  content: "\e901";
}
.button[href$=".pdf"] .button__text.icon::before, .button[href$=".xlsx"] .button__text.icon::before, .button[href$=".xls"] .button__text.icon::before, .button[href$=".docx"] .button__text.icon::before, .button[href$=".doc"] .button__text.icon::before, .button[href$=".pptx"] .button__text.icon::before, .button[href$=".ppt"] .button__text.icon::before, .button[href$=".txt"] .button__text.icon::before {
  content: "\e904";
}
.button--ini .button__text.icon::before, .button--outline-ini .button__text.icon::before {
  color: #ff6614;
}

.button .button__text.icon--after::before {
  content: none;
}
.button .button__text.icon--after::after {
  content: "\e900";
  color: #fff;
}
.button[target=_blank] .button__text.icon--after::after {
  content: "\e902";
}
.button[data-fancybox] .button__text.icon--after::after {
  content: "\e903";
}
.button[href^="mailto:"] .button__text.icon--after::after, .button[href*="/contact/"] .button__text.icon--after::after {
  content: "\e906";
}
.button[href^="tel:"] .button__text.icon--after::after {
  content: "\e907";
}
.button[href^="https://goo.gl/maps/"] .button__text.icon--after::after, .button[href^="https://www.google.com/maps/"] .button__text.icon--after::after {
  content: "\e905";
}
.button[class*=toggle-button] .button__text.icon--after::after {
  content: "\e901";
}
.button[href$=".pdf"] .button__text.icon--after::after, .button[href$=".xlsx"] .button__text.icon--after::after, .button[href$=".xls"] .button__text.icon--after::after, .button[href$=".docx"] .button__text.icon--after::after, .button[href$=".doc"] .button__text.icon--after::after, .button[href$=".pptx"] .button__text.icon--after::after, .button[href$=".ppt"] .button__text.icon--after::after, .button[href$=".txt"] .button__text.icon--after::after {
  content: "\e904";
}
.button--ini .button__text.icon--after::after, .button--outline-ini .button__text.icon--after::after {
  color: #ff6614;
}

.isnt-touch .button {
  cursor: pointer;
  overflow: hidden;
  -webkit-transition-property: color, -webkit-box-shadow;
  transition-property: color, -webkit-box-shadow;
  transition-property: color, box-shadow;
  transition-property: color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.isnt-touch .button::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  background-color: #4d4d4d;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: translateX(-125%) skewX(45deg);
          transform: translateX(-125%) skewX(45deg);
  -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 .button:focus, .isnt-touch .button:hover {
  color: #ff6614;
}
.isnt-touch .button:focus::before, .isnt-touch .button:hover::before {
  -webkit-transform: translateX(0) skewX(0deg);
          transform: translateX(0) skewX(0deg);
}
.isnt-touch .button:focus .button__text.icon::before, .isnt-touch .button:focus .button__text.icon::after, .isnt-touch .button:hover .button__text.icon::before, .isnt-touch .button:hover .button__text.icon::after {
  color: #ff6614;
}

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

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

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

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

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

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

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

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

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

.c-oct {
  color: #ffd9c4 !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: #fff !important;
}

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

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

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

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

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

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

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

.bg-oct {
  background-color: #ffd9c4 !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;
}

/* elements: stroke-color */
/* -------------------------------------------------------------------------- */
.str-ini {
  stroke: #fff !important;
}

.str-pri {
  stroke: #363636 !important;
}

.str-sec {
  stroke: #ff6614 !important;
}

.str-ter {
  stroke: #4d4d4d !important;
}

.str-qua {
  stroke: #3eaae0 !important;
}

.str-qui {
  stroke: #82be5a !important;
}

.str-sen {
  stroke: #d572be !important;
}

.str-sep {
  stroke: #ffec5c !important;
}

.str-oct {
  stroke: #ffd9c4 !important;
}

.str-g98 {
  stroke: #fafafa !important;
}

.str-g96 {
  stroke: #f5f5f5 !important;
}

.str-g94 {
  stroke: #f0f0f0 !important;
}

.str-g92 {
  stroke: #ebebeb !important;
}

.str-g90 {
  stroke: #e5e5e5 !important;
}

.str-g88 {
  stroke: #e0e0e0 !important;
}

.str-g86 {
  stroke: #dbdbdb !important;
}

.str-g84 {
  stroke: #d6d6d6 !important;
}

.str-g82 {
  stroke: #d1d1d1 !important;
}

.str-g80 {
  stroke: #cccccc !important;
}

.str-g78 {
  stroke: #c7c7c7 !important;
}

.str-g76 {
  stroke: #c2c2c2 !important;
}

.str-g74 {
  stroke: #bdbdbd !important;
}

.str-g72 {
  stroke: #b8b8b8 !important;
}

.str-g70 {
  stroke: #b3b3b3 !important;
}

.str-g68 {
  stroke: #adadad !important;
}

.str-g66 {
  stroke: #a8a8a8 !important;
}

.str-g64 {
  stroke: #a3a3a3 !important;
}

.str-g62 {
  stroke: #9e9e9e !important;
}

.str-g60 {
  stroke: #999999 !important;
}

.str-g58 {
  stroke: #949494 !important;
}

.str-g56 {
  stroke: #8f8f8f !important;
}

.str-g54 {
  stroke: #8a8a8a !important;
}

.str-g52 {
  stroke: #858585 !important;
}

.str-g50 {
  stroke: #808080 !important;
}

.str-g48 {
  stroke: #7a7a7a !important;
}

.str-g46 {
  stroke: #a3a3a3 !important;
}

.str-g44 {
  stroke: #707070 !important;
}

.str-g42 {
  stroke: #6b6b6b !important;
}

.str-g40 {
  stroke: #666666 !important;
}

.str-g38 {
  stroke: #616161 !important;
}

.str-g36 {
  stroke: #5c5c5c !important;
}

.str-g34 {
  stroke: #575757 !important;
}

.str-g32 {
  stroke: #525252 !important;
}

.str-g30 {
  stroke: #4d4d4d !important;
}

.str-g28 {
  stroke: #474747 !important;
}

.str-g26 {
  stroke: #424242 !important;
}

.str-g24 {
  stroke: #3d3d3d !important;
}

.str-g22 {
  stroke: #383838 !important;
}

.str-g20 {
  stroke: #333333 !important;
}

.str-g18 {
  stroke: #2e2e2e !important;
}

.str-g16 {
  stroke: #292929 !important;
}

.str-g14 {
  stroke: #242424 !important;
}

.str-g12 {
  stroke: #1f1f1f !important;
}

.str-g10 {
  stroke: #1a1a1a !important;
}

.str-g08 {
  stroke: #141414 !important;
}

.str-g06 {
  stroke: #0f0f0f !important;
}

.str-g04 {
  stroke: #0a0a0a !important;
}

.str-g02 {
  stroke: #050505 !important;
}

/* elements: fill-color */
/* -------------------------------------------------------------------------- */
.fil-ini {
  fill: #fff !important;
}

.fil-pri {
  fill: #363636 !important;
}

.fil-sec {
  fill: #ff6614 !important;
}

.fil-ter {
  fill: #4d4d4d !important;
}

.fil-qua {
  fill: #3eaae0 !important;
}

.fil-qui {
  fill: #82be5a !important;
}

.fil-sen {
  fill: #d572be !important;
}

.fil-sep {
  fill: #ffec5c !important;
}

.fil-oct {
  fill: #ffd9c4 !important;
}

.fil-g98 {
  fill: #fafafa !important;
}

.fil-g96 {
  fill: #f5f5f5 !important;
}

.fil-g94 {
  fill: #f0f0f0 !important;
}

.fil-g92 {
  fill: #ebebeb !important;
}

.fil-g90 {
  fill: #e5e5e5 !important;
}

.fil-g88 {
  fill: #e0e0e0 !important;
}

.fil-g86 {
  fill: #dbdbdb !important;
}

.fil-g84 {
  fill: #d6d6d6 !important;
}

.fil-g82 {
  fill: #d1d1d1 !important;
}

.fil-g80 {
  fill: #cccccc !important;
}

.fil-g78 {
  fill: #c7c7c7 !important;
}

.fil-g76 {
  fill: #c2c2c2 !important;
}

.fil-g74 {
  fill: #bdbdbd !important;
}

.fil-g72 {
  fill: #b8b8b8 !important;
}

.fil-g70 {
  fill: #b3b3b3 !important;
}

.fil-g68 {
  fill: #adadad !important;
}

.fil-g66 {
  fill: #a8a8a8 !important;
}

.fil-g64 {
  fill: #a3a3a3 !important;
}

.fil-g62 {
  fill: #9e9e9e !important;
}

.fil-g60 {
  fill: #999999 !important;
}

.fil-g58 {
  fill: #949494 !important;
}

.fil-g56 {
  fill: #8f8f8f !important;
}

.fil-g54 {
  fill: #8a8a8a !important;
}

.fil-g52 {
  fill: #858585 !important;
}

.fil-g50 {
  fill: #808080 !important;
}

.fil-g48 {
  fill: #7a7a7a !important;
}

.fil-g46 {
  fill: #a3a3a3 !important;
}

.fil-g44 {
  fill: #707070 !important;
}

.fil-g42 {
  fill: #6b6b6b !important;
}

.fil-g40 {
  fill: #666666 !important;
}

.fil-g38 {
  fill: #616161 !important;
}

.fil-g36 {
  fill: #5c5c5c !important;
}

.fil-g34 {
  fill: #575757 !important;
}

.fil-g32 {
  fill: #525252 !important;
}

.fil-g30 {
  fill: #4d4d4d !important;
}

.fil-g28 {
  fill: #474747 !important;
}

.fil-g26 {
  fill: #424242 !important;
}

.fil-g24 {
  fill: #3d3d3d !important;
}

.fil-g22 {
  fill: #383838 !important;
}

.fil-g20 {
  fill: #333333 !important;
}

.fil-g18 {
  fill: #2e2e2e !important;
}

.fil-g16 {
  fill: #292929 !important;
}

.fil-g14 {
  fill: #242424 !important;
}

.fil-g12 {
  fill: #1f1f1f !important;
}

.fil-g10 {
  fill: #1a1a1a !important;
}

.fil-g08 {
  fill: #141414 !important;
}

.fil-g06 {
  fill: #0f0f0f !important;
}

.fil-g04 {
  fill: #0a0a0a !important;
}

.fil-g02 {
  fill: #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: rough-hr */
/* -------------------------------------------------------------------------- */
/* elements: icon */
/* -------------------------------------------------------------------------- */
@font-face {
  font-family: "icon";
  src: url("../fonts/icon.ttf?4nlax6") format("truetype"), url("../fonts/icon.woff?4nlax6") format("woff"), url("../fonts/icon.svg?4nlax6#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;
}
.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: #ff6614;
}
.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: #ff6614;
  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: #fff;
}
.icon--disc-white::before {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: none;
  background-color: #fff;
  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);
}

/* elements: label */
/* -------------------------------------------------------------------------- */
.label {
  display: inline-block;
  padding: 0.15em 0.5em 0 0.5em;
  border-radius: 0.25em;
  background-color: #ff6614;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.label--pri {
  background-color: #363636;
}
.label--sec {
  background-color: #ff6614;
}
.label--ter {
  background-color: #4d4d4d;
}
.label--sen {
  background-color: #d572be;
}
.label--sep {
  background-color: #ffec5c;
}
.label--oct {
  background-color: #ffd9c4;
}
.label--border {
  border: 1px solid #363636;
  background-color: transparent;
  color: #363636;
}
.label--border.label--sec {
  border-color: #ff6614;
  color: #ff6614;
}
.label--border.label--ter {
  border-color: #4d4d4d;
  color: #4d4d4d;
}
.label--border.label--sen {
  border-color: #d572be;
  color: #d572be;
}
.label--border.label--sep {
  border-color: #ffec5c;
  color: #ffec5c;
}
.label--border.label--oct {
  border-color: #ffd9c4;
  color: #ffd9c4;
}
.label--info {
  background-color: #4d4d4d;
}
.label--press {
  background-color: #ff6614;
}
.label--tec {
  background-color: #ffec5c;
}
.label--product {
  background-color: #4d4d4d;
}
.label--paper {
  background-color: #ff6614;
}
.label--introduction {
  background-color: #ffd9c4;
}
.label--description {
  background-color: #ffec5c;
}
.label--ariake, .label--tsu, .label--kure, .label--yokohama {
  background-color: #4d4d4d;
}

/* 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: #ff6614;
  -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: "Nanum Myeongjo", serif;
  color: #ff6614;
}

dl.list {
  margin-top: 0;
}
dl.list dt {
  font-weight: 600;
}
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: #ff6614;
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}

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

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

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

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

/* elements: table */
/* -------------------------------------------------------------------------- */
.table th,
.table td {
  vertical-align: top;
}
.table th {
  white-space: nowrap;
  font-weight: 600;
}
.table caption {
  margin-bottom: 0.5em;
  text-align: right;
}
.table--va-middle th,
.table--va-middle td {
  vertical-align: middle;
}
.table--va-bottom th,
.table--va-bottom td {
  vertical-align: bottom;
}
.table--pri {
  border-collapse: separate;
  border-spacing: 0 0.125em;
}
.table--pri th,
.table--pri td {
  padding: 1em;
}
.table--pri tbody th {
  background-color: #7a7a7a;
  color: #fff;
}
.table--pri tbody td {
  background-color: #f5f5f5;
}
.table--pri thead th,
.table--pri thead td {
  background-color: #666666;
  font-weight: 600;
  color: #fff;
}
.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 #363636;
  font-weight: 600;
}
.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: #fff;
}
.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 #363636;
}
.table--striped th,
.table--striped td {
  padding: 1em;
}
.table--striped th {
  padding-right: 0;
  font-weight: 600;
}
.table--striped thead th,
.table--striped thead td {
  background-color: #999999;
  color: #fff;
}
.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: #fff;
}
.base-text--pri {
  background-color: #363636;
  color: #fff;
}
.base-text--sec {
  background-color: #ff6614;
  color: #fff;
}
.base-text--ter {
  background-color: #4d4d4d;
}

/* 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%, #ff6614));
  background: linear-gradient(to bottom, transparent 80%, #ff6614 10%);
}
.underline-text--ter {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(10%, #4d4d4d));
  background: linear-gradient(to bottom, transparent 80%, #4d4d4d 10%);
}

/* elements: title */
/* -------------------------------------------------------------------------- */
.multi-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.25em;
  line-height: 1.2;
}
.multi-title__pri {
  font-weight: 400;
  font-size: 150%;
}
.multi-title__sec {
  font-size: 75%;
}
.multi-title--center {
  -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: #ff6614;
  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 #ff6614;
  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;
}

.section-title {
  position: absolute;
  inset: 1em auto auto 0;
  z-index: 8;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Nanum Myeongjo", serif;
  font-weight: 300;
  font-size: 4em;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #ff6614;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .section-title {
    position: relative;
    z-index: auto;
    inset: auto;
    margin-bottom: 3em;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 1.25em;
  }
}

.underbar-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #363636;
}
.underbar-title--bc-ini {
  border-color: #fff;
}
.underbar-title--bc-pri {
  border-color: #363636;
}
.underbar-title--bc-sec {
  border-color: #ff6614;
}
.underbar-title--bc-ter {
  border-color: #4d4d4d;
}

.accent-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.accent-title__pri {
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background-color: #ff6614;
  text-align: center;
  font-size: 1.125em;
  line-height: 3;
  color: #fff;
}
.accent-title__sec {
  color: #ff6614;
}

.box-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.25em;
  line-height: 1.6;
}
.box-title::before, .box-title::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 0.5em);
  height: 1px;
  background-color: rgba(160, 160, 160, 0.25);
}
.box-title::before {
  inset: 0 auto auto -0.25em;
}
.box-title::after {
  inset: auto -0.25em 0 auto;
}
.box-title__wrapper {
  display: block;
}
.box-title__wrapper::before, .box-title__wrapper::after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(160, 160, 160, 0.25);
  width: 1px;
  height: calc(100% + 0.5em);
}
.box-title__wrapper::before {
  inset: -0.25em 0 auto auto;
}
.box-title__wrapper::after {
  inset: auto auto -0.25em 0;
}
.box-title--center {
  margin: 0 auto 1em;
  text-align: center;
}

/* member-title */
/* -------------------------------------------------------------------------- */
.member-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1em;
  font-size: 1.25em !important;
}
.member-title__name {
  font-size: 200%;
  line-height: 1.2;
}
.member-title__status {
  line-height: 1.2;
}
.member-title.card__title::before {
  top: 0.5em;
}

/* ========================================================================== */
/* Site header */
/* ========================================================================== */
.site-header {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 10;
  width: 100%;
}
.site-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4em;
  position: relative;
  z-index: 1;
  height: 8em;
  padding: 0 2em;
  background-color: #ebebeb;
  -webkit-transition: height 0.4s ease-out;
  transition: height 0.4s ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-header__wrapper {
    height: 4em;
    gap: 0;
    padding: 0 0 0 5%;
  }
}
.site-header__wrapper::after {
  content: "";
  display: block;
  position: absolute;
  inset: 100% auto auto 0;
  width: 100%;
  height: 1em;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition-property: background, -webkit-transform;
  transition-property: background, -webkit-transform;
  transition-property: background, transform;
  transition-property: background, transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.is-scroll .site-header__wrapper {
  height: 5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .is-scroll .site-header__wrapper {
    height: 4em;
  }
}
.is-scroll .site-header__wrapper::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
}

/* site-title */
/* -------------------------------------------------------------------------- */
.site-header .site-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5em;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1;
}
.site-header .site-title__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5em;
  text-decoration: none;
}
.site-header .site-title__logo {
  width: 12.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-header .site-title__logo {
    width: 8em;
  }
}
.site-header .site-title__text {
  font-family: "Nanum Myeongjo", serif;
}

/* link-menu */
/* -------------------------------------------------------------------------- */
.link-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  margin-left: auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .link-menu {
    gap: 0;
    position: fixed;
    inset: auto auto 0 0;
    z-index: 11;
    width: 100%;
  }
  .link-menu__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.link-menu .button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 10em;
  padding: 1em 2em;
  text-align: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .link-menu .button {
    width: 100%;
    height: 4em;
  }
}

/* site-navi */
/* -------------------------------------------------------------------------- */
.site-navi {
  position: absolute;
  inset: 100% auto auto 0;
  width: 100%;
  max-height: calc(100vh - 8em);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #525252;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

.site-navi.is-open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.is-scroll .site-navi {
  max-height: calc(100vh - 5em);
}

/* main-menu */
/* -------------------------------------------------------------------------- */
.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 3em;
  position: relative;
  padding: 6em;
  -webkit-transition: margin-bottom 0.4s ease-out;
  transition: margin-bottom 0.4s 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;
    width: 100%;
    padding: 3em;
  }
}
.main-menu__group {
  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: relative;
  -ms-flex-preferred-size: calc(33.333% - 2em);
      flex-basis: calc(33.333% - 2em);
}
.main-menu__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: 1em;
  position: relative;
  padding-bottom: 1.25em;
  font-size: 0.875em;
  line-height: 1;
  color: #fff;
}
.main-menu__title::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#ff6614), color-stop(10%, #ff6614), color-stop(10%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background: linear-gradient(to right, #ff6614 0%, #ff6614 10%, rgba(255, 255, 255, 0.1) 10%, rgba(255, 255, 255, 0.1) 100%);
}
.main-menu__title__pri {
  font-size: 1.5em;
}
.main-menu__title__sec {
  opacity: 0.333;
  font-family: "Nanum Myeongjo", serif;
}
.main-menu__wrapper {
  padding-bottom: 6em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-menu__wrapper {
    max-height: 0;
    overflow: hidden;
    padding-bottom: 0;
    -webkit-transition-property: max-height, padding-bottom;
    transition-property: max-height, padding-bottom;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  .main-menu__wrapper.is-open {
    max-height: 40em;
    padding-bottom: 3em;
  }
}
.main-menu__item {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-menu__item {
    width: 100%;
  }
}
.main-menu__anchor {
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
  text-decoration: none;
  font-size: 1.25em;
  -webkit-transition: line-height 0.4s ease-out;
  transition: line-height 0.4s ease-out;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-menu__anchor {
    width: 100%;
  }
}
.main-menu__anchor::before {
  content: "" !important;
  display: block;
  position: absolute;
  inset: 1em auto auto 0;
  width: 0.75em;
  height: 1px;
  background-color: #ff6614;
}

/* toggle-button */
/* -------------------------------------------------------------------------- */
.toggle-button {
  position: relative;
  cursor: pointer;
}
@media print {
  .toggle-button {
    display: none;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .toggle-button {
    margin-left: auto;
  }
}
.toggle-button--pri {
  width: 4em;
  height: 4em;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}
.toggle-button--pri .toggle-button__line {
  display: block;
  position: absolute;
  inset: 50% auto auto 10%;
  width: 80%;
  height: 1px;
  background-color: #ff6614;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .toggle-button--pri .toggle-button__line {
    inset: 50% auto auto 20%;
    width: 60%;
  }
}
.toggle-button--sec {
  display: none;
  position: absolute;
  inset: 0 0 auto auto;
  width: 100%;
  height: 4em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .toggle-button--sec {
    display: block;
  }
}
.toggle-button--sec::before {
  position: absolute;
  inset: 0.125em 0.5em auto auto;
  margin: 0;
  font-size: 1.25em;
  color: #ff6614;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.toggle-button--sec.is-open::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@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.75em) rotate(0);
            transform: translateY(-0.75em) 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.75em) rotate(0);
            transform: translateY(-0.75em) 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.75em) rotate(0);
            transform: translateY(-0.75em) 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.75em) rotate(0);
            transform: translateY(-0.75em) rotate(0);
  }
}
@-webkit-keyframes tbl_2_o {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes tbl_2_o {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@-webkit-keyframes tbl_2_c {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes tbl_2_c {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes tbl_3_o {
  0% {
    -webkit-transform: translateY(0.75em) rotate(0);
            transform: translateY(0.75em) rotate(0);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}
@keyframes tbl_3_o {
  0% {
    -webkit-transform: translateY(0.75em) rotate(0);
            transform: translateY(0.75em) rotate(0);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}
@-webkit-keyframes tbl_3_c {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0.75em) rotate(0);
            transform: translateY(0.75em) rotate(0);
  }
}
@keyframes tbl_3_c {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0.75em) rotate(0);
            transform: translateY(0.75em) rotate(0);
  }
}
.toggle-button--pri.is-open .toggle-button__line:nth-of-type(1) {
  -webkit-animation: tbl_1_o 0.4s ease-in forwards;
          animation: tbl_1_o 0.4s ease-in forwards;
}
.toggle-button--pri.is-open .toggle-button__line:nth-of-type(2) {
  -webkit-animation: tbl_2_o 0.4s ease-in forwards;
          animation: tbl_2_o 0.4s ease-in forwards;
}
.toggle-button--pri.is-open .toggle-button__line:nth-of-type(3) {
  -webkit-animation: tbl_3_o 0.4s ease-in forwards;
          animation: tbl_3_o 0.4s ease-in forwards;
}

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

/* ========================================================================== */
/* 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: "Nanum Myeongjo", serif;
  font-size: 10em;
  line-height: 1;
  color: #fff;
  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: "Nanum Myeongjo", serif;
  color: #ff6614;
}
@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: "Noto Sans JP", sans-serif;
  font-size: 87.5%;
  color: #363636;
}
.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 {
  background-color: #666666;
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer {
    padding-bottom: 8em;
  }
}
.site-footer__notice {
  padding: 0 6em 3em;
}
.site-footer__notice__item {
  font-family: "Noto Sans JP", sans-serif;
  color: #a3a3a3;
}
.site-footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5em;
  padding: 0 6em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__link {
    padding: 0 3em;
  }
}
.site-footer__link__item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125em;
}
.site-footer__link__anchor {
  text-decoration: none;
  color: #fff;
}
.site-footer__copyright {
  padding: 3em 6em 0;
  font-family: "Nanum Myeongjo", serif;
  color: #fff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__copyright {
    padding: 3em 3em 0;
  }
}

/* ========================================================================== */
/* Page Menu */
/* ========================================================================== */
.page-menu {
  position: sticky;
  top: 6em;
  width: 100%;
  padding: 3em;
  border-radius: 1em 0 0 1em;
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-menu {
    position: relative;
    top: auto;
    left: auto;
    width: inherit;
    border-radius: 1.5em 1.5em 0 0;
    margin-top: 6em;
  }
}
.page-menu__wrapper {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  max-height: calc(100vh - 19.75em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-menu__wrapper {
    overflow: visible;
    max-height: inherit;
  }
}
.page-menu__anchor {
  text-decoration: none;
}
.page-menu__head {
  max-height: 5.25em;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #e0e0e0;
}
.page-menu__title {
  font-weight: 600;
  font-size: 1.25em;
}
.page-menu__sub-title {
  margin-bottom: 1em;
  font-weight: 600;
  opacity: 0.333;
}
.page-menu__sub-title.title-icon::before {
  background-color: #363636;
}
.page-menu__item {
  position: relative;
  margin-bottom: 1em;
}
.page-menu__item a {
  display: block;
}
.page-menu__item > a {
  font-size: 1.125em;
}
.page-menu__item + .page-menu__sub-title {
  margin-top: 2em;
}
.page-menu__child {
  display: none;
  margin-top: 0.75em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-menu__child {
    padding-bottom: 1.5em;
  }
}
.page-menu__child__item {
  position: relative;
  margin-top: 0.5em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-menu__child__item {
    padding-left: 2em;
  }
}

/* page-menu: current */
/* -------------------------------------------------------------------------- */
/* page-menu: child current */
/* -------------------------------------------------------------------------- */
/* ========================================================================== */
/* Common */
/* ========================================================================== */
/* page-main */
/* -------------------------------------------------------------------------- */
/* page-section */
/* -------------------------------------------------------------------------- */
.page-section {
  position: relative;
  overflow: hidden;
}

/* page-footer */
/* -------------------------------------------------------------------------- */
.page-footer {
  overflow: hidden;
}

.entry-link {
  padding: 8em 0;
  background-color: #ff6614;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .entry-link {
    padding: 4em 0;
  }
}

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

.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: #4d4d4d;
  color: #fff;
  -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: #fff;
}

/* ========================================================================== */
/* BG Grid */
/* ========================================================================== */
.bg-grid {
  background-repeat: repeat-y;
  background-position: center 0;
  background-size: 100%;
}
.bg-grid--squ-w {
  background-image: url(../images/common/bgi_grid_01.svg);
}
.bg-grid--squ-b {
  background-image: url(../images/common/bgi_grid_02.svg);
}
.bg-grid--str-w {
  background-image: url(../images/common/bgi_grid_03.svg);
}
.bg-grid--str-b {
  background-image: url(../images/common/bgi_grid_04.svg);
}

/* ========================================================================== */
/* Breadcrumb */
/* ========================================================================== */
.breadcrumb {
  padding: 2em 3em;
  background-color: #d1d1d1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .breadcrumb {
    padding: 1.5em 5%;
  }
}
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
  margin-bottom: 0;
}
.breadcrumb__item {
  max-width: 20em;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  white-space: nowrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .breadcrumb__item {
    font-size: 1em;
  }
}
.breadcrumb__item::before {
  display: inline-block;
  margin-right: 1em;
  font-family: "icon" !important;
  content: "\e901";
  color: #808080;
}
.breadcrumb__item:first-of-type::before {
  content: none;
}
.breadcrumb__anchor {
  text-decoration: none;
  color: #808080;
}
.breadcrumb__item--active {
  font-weight: 600;
  color: #363636;
}
.breadcrumb__item--active::before {
  font-weight: 400;
  color: #ff6614;
}

/* ========================================================================== */
/* Card */
/* ========================================================================== */
/* card */
/* -------------------------------------------------------------------------- */
.card {
  position: relative;
}
.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;
  gap: 2em;
  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;
}
.card__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__image.icon::before {
  position: absolute;
  inset: auto 0 0 auto;
  z-index: 1;
  width: 3em;
  height: 3em;
  margin: 0;
  background-color: #ff6614;
  text-align: center;
  font-size: 1em;
  line-height: 3;
}
.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;
  gap: 1.5em;
}
.card__title {
  position: relative;
  padding-left: 1.5em;
  font-size: 1.5em;
  line-height: 1.6;
  color: #363636;
}
.card__title::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto auto 0;
  width: 0.25em;
  height: 1.6em;
  background-color: #ff6614;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.card__read {
  text-align: justify;
  font-weight: 400;
  line-height: 1.8;
  color: #fff;
}
.card__category {
  margin-bottom: 1em;
  font-family: "Nanum Myeongjo", serif;
  font-weight: 600;
}
.card__date {
  position: absolute;
  bottom: 1.25em;
  left: 1.5em;
  font-weight: 600;
  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 {
  -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%;
  aspect-ratio: 1/1;
}
.card--horizontal .card__content {
  -ms-flex-preferred-size: 66.666%;
      flex-basis: 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,
.isnt-touch .card__anchor .card__image .dummy-image {
  -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 .card__image.icon::before {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -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.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.isnt-touch .card__anchor:focus .card__image img,
.isnt-touch .card__anchor:focus .card__image .dummy-image, .isnt-touch .card__anchor:hover .card__image img,
.isnt-touch .card__anchor:hover .card__image .dummy-image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.isnt-touch .card__anchor:focus .card__image.icon::before, .isnt-touch .card__anchor:hover .card__image.icon::before {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* ========================================================================== */
/* Column Container */
/* ========================================================================== */
.column {
  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: 5em;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4em;
  }
}
.column__item {
  -ms-flex-preferred-size: calc(33.333% - 3.333em);
      flex-basis: calc(33.333% - 3.333em);
  margin-bottom: 0;
}
.column__item--half {
  -ms-flex-preferred-size: calc(50% - 2.5em);
      flex-basis: calc(50% - 2.5em);
}
.column__item--wide {
  -ms-flex-preferred-size: calc(66.666% - 1.666em);
      flex-basis: calc(66.666% - 1.666em);
}
.column--step {
  gap: 0 5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .column--step {
    gap: 4em;
  }
}
.column--step .column__item:nth-of-type(3n-1) {
  margin-top: 4em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .column--step .column__item:nth-of-type(3n-1) {
    margin-top: 0;
  }
}
.column--step .column__item:nth-of-type(3n) {
  margin-top: 8em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .column--step .column__item:nth-of-type(3n) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .column--sp-g0 {
    gap: 0;
  }
}
.column--jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.column--ai-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.column--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: #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.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: #fff;
}
.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: #fff;
}
.cookie-banner__close::after {
  -webkit-transform: rotate(-45deg) scaleX(1);
          transform: rotate(-45deg) scaleX(1);
}
.cookie-banner__close::before {
  -webkit-transform: rotate(45deg) scaleX(1);
          transform: rotate(45deg) scaleX(1);
}
.cookie-banner.is-close {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.isnt-touch .cookie-banner__close::after, .isnt-touch .cookie-banner__close::before {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.isnt-touch .cookie-banner__close:focus, .isnt-touch .cookie-banner__close:hover {
  cursor: pointer;
}
.isnt-touch .cookie-banner__close:focus::after, .isnt-touch .cookie-banner__close:hover::after {
  -webkit-transform: rotate(-45deg) scaleX(1.5);
          transform: rotate(-45deg) scaleX(1.5);
}
.isnt-touch .cookie-banner__close:focus::before, .isnt-touch .cookie-banner__close:hover::before {
  -webkit-transform: rotate(45deg) scaleX(1.5);
          transform: rotate(45deg) scaleX(1.5);
}

/* ========================================================================== */
/* Embed */
/* ========================================================================== */
/* google-maps */
/* -------------------------------------------------------------------------- */
.google-maps {
  border: 0;
  outline: 0;
  aspect-ratio: 3/2;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .google-maps {
    aspect-ratio: 1/1;
  }
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

/* ========================================================================== */
/* Entry Container */
/* ========================================================================== */
.entry-container {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 11;
  width: 0;
  height: 100vh;
  overflow: hidden;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.entry-container__bg {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  background-color: rgba(224, 224, 224, 0.96);
}
.entry-container__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
  position: absolute;
  inset: 50% auto auto 50%;
  -webkit-transform: translate(-75%, -50%);
          transform: translate(-75%, -50%);
  padding: 4em 4em 6em 4em;
  background-color: #f5f5f5;
  opacity: 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-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .entry-container__content {
    padding: 4em 2em 6em 2em;
  }
}
.entry-container__content::before {
  content: "";
  position: absolute;
  inset: auto auto 0 5%;
  width: 90%;
  height: 1.5em;
  -webkit-box-shadow: 0 3em 1em rgba(0, 0, 0, 0.1);
          box-shadow: 0 3em 1em rgba(0, 0, 0, 0.1);
  background-color: transparent;
  border-radius: 50%;
}
.entry-container__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em;
  margin-bottom: 0;
}
.entry-container__title__pri {
  color: #ff6614;
}
.entry-container__title__sec {
  font-size: 0.5em;
}
.entry-container__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  white-space: nowrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .entry-container__link {
    -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;
  }
}
.entry-container__link .button {
  width: 15em;
}
.entry-container__read {
  white-space: nowrap;
  text-align: center;
  font-size: 1.125em;
}
.entry-container__close {
  position: absolute;
  inset: 0 0 auto auto;
  width: 2.5em;
  height: 2.5em;
  background-color: #363636;
  text-align: center;
  font-size: 1.5em;
  line-height: 2.5;
  color: #fff;
}
.entry-container.is-open {
  width: 100vw;
}
.entry-container.is-open .entry-container__content {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.isnt-touch .entry-container__close:hover {
  cursor: pointer;
  background-color: #ff6614;
  color: #fff;
}

/* ========================================================================== */
/* 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 */
/* ========================================================================== */
.form {
  margin-bottom: 0;
}
.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5em;
  padding: 2em 0;
  border-top: 2px solid rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form__col {
  width: calc(50% - 0.75em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .form__col {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .form__col:last-of-type {
    margin-bottom: 0;
  }
}
.form__title {
  margin-bottom: 0.5em;
  font-size: 1.5em !important;
  line-height: 1.6;
}
.form__title.title-icon > * {
  text-indent: 0;
}
.form__error {
  font-weight: 500;
  margin-top: 0.5em;
  font-size: 1.25em;
  color: #ffd9c4;
}
.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__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: #ffd9c4;
  color: #fff;
}
.form__any {
  background-color: #a3a3a3;
  color: #fff;
}
.form .form-control[type=text], .form .form-control[type=email], .form .form-control[type=password], .form .form-control[type=search], .form .form-control[type=tel], .form .form-control[type=url], .form .form-control[type=number], .form .form-control[type=month], .form .form-control[type=week] {
  width: 100%;
}
.form__notice {
  margin-top: 0.25em;
  font-size: 0.875em;
}
.form__row--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__col--narrow {
  width: calc(25% - 0.75em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .form__col--narrow {
    width: 100%;
  }
}
.form__col--middle {
  width: calc(33.333% - 1em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .form__col--middle {
    width: 100%;
  }
}
.form__col--full {
  width: 100%;
}
.form__col--bottom {
  text-align: center;
}
.form__group--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form__group--column .form__item {
  margin-right: 0;
  margin-bottom: 0.5em;
}
.form__group--column .form__item:last-of-type {
  margin-bottom: 0;
}
.form__error--base {
  margin-top: 0;
  padding: 0.5em;
  border-radius: 0.25em;
  background-color: #ffd9c4;
  text-align: center;
  color: #fff;
}

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

/* ========================================================================== */
/* HR Slogan */
/* ========================================================================== */
/* ========================================================================== */
/* Keyword */
/* ========================================================================== */
/* keyword-list */
/* -------------------------------------------------------------------------- */
.keyword-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1em;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .keyword-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.keyword-list__item {
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125em;
  line-height: 2;
}
.keyword-list__anchor {
  display: inline-block;
  padding: 0.25em 1.5em;
  border-radius: 10em;
  background-color: #fff;
  text-decoration: none;
  color: #363636;
}
.keyword-list__anchor::before {
  content: "#";
}
.keyword-list__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;
}
.keyword-list__button {
  cursor: pointer;
  display: inline-block;
  padding: 0.25em 1.5em;
  border-radius: 10em;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  color: #363636;
}
.keyword-list__button::before {
  content: "#";
}
.keyword-list__button.active {
  background-color: #363636;
  color: #ff6614;
}
.keyword-list__button--close {
  width: 2.5em;
  padding: 0.25em;
  background-color: #cccccc;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(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.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.keyword-list__button--close::before {
  content: "×";
  position: relative;
  border-radius: 50%;
}
.keyword-list.is-active .keyword-list__button--close {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.keyword-list__radio:checked + .keyword-list__button {
  background-color: #ff6614;
  color: #fff !important;
}

.isnt-touch .keyword-list__button:focus, .isnt-touch .keyword-list__button:hover {
  color: #ff6614;
}
.isnt-touch .keyword-list__button--close:focus, .isnt-touch .keyword-list__button--close:hover {
  background-color: #fff;
}

/* keyword-container */
/* -------------------------------------------------------------------------- */
.keyword-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 4em;
}
.keyword-container__item {
  width: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0 0 1em;
}
.keyword-container__item.active {
  width: calc(33.333% - 1em);
  max-height: 10em;
  margin: 0 0.5em 1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .keyword-container__item.active {
    width: 100%;
    margin: 0 0 1em;
  }
}
.keyword-container__anchor {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #363636;
}
.keyword-container__anchor.icon--after::after {
  position: absolute;
  inset: auto 0.75em 0.75em auto;
  margin: 0;
}
.keyword-container__image {
  width: 6em;
  height: 6em;
  aspect-ratio: 1/1;
  background-color: #f5f5f5;
}
.keyword-container__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.keyword-container__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: calc(100% - 6em);
  padding: 0.5em 0.5em 0.5em 1em;
  background-color: #fff;
}
.keyword-container__title {
  font-size: 1.25em;
}
.keyword-container__category {
  font-family: "Noto Sans JP", sans-serif;
  color: #a3a3a3;
}

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

/* ========================================================================== */
/* 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: "Nanum Myeongjo", serif;
  font-weight: 500;
  color: #fff;
}
@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: #fff;
  -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%);
  }
}
/* ========================================================================== */
/* Section Navi */
/* ========================================================================== */
.section-navi {
  position: sticky;
  top: 5em;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5em 0;
  background-color: #d6d6d6;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .section-navi {
    top: 4em;
  }
}
.section-navi__item {
  padding: 0 1.5em;
  border-left: 1px dotted #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .section-navi__item {
    padding: 0 1em;
    font-size: 1em;
  }
}
.section-navi__item:last-of-type {
  border-right: 1px dotted #fff;
}
.section-navi__anchor {
  display: block;
  position: relative;
  padding: 0.25em 0;
  text-decoration: none;
  color: #999999;
}
.section-navi__anchor::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 0.1em;
  background-color: #ff6614;
  -webkit-transform: scaleX(0);
          transform: scaleX(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;
}
.section-navi__anchor.active {
  color: #363636;
}
.section-navi__anchor.active::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* ========================================================================== */
/* 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: #ff6614;
  color: #fff;
}

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

/* ========================================================================== */
/* Visual */
/* ========================================================================== */
/* visual */
/* -------------------------------------------------------------------------- */
.visual {
  position: relative;
  overflow: hidden;
  background-color: #ebebeb;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .visual {
    aspect-ratio: 1/1;
  }
}

/* visual: bg */
/* ------------------------------------- */
.visual__bg {
  position: absolute;
  inset: 0 auto auto 0;
  z-index: 1;
  width: 100%;
  aspect-ratio: 2/1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .visual__bg {
    width: 200%;
    margin-left: -100%;
  }
}
.visual__bg__img {
  position: absolute;
  inset: 0 auto auto 0;
}
.visual__bg__img--elements {
  opacity: 0;
  -webkit-transition: opacity 1s ease 2s;
  transition: opacity 1s ease 2s;
}

.is-inview .visual__bg__img--elements {
  opacity: 1;
}

/* visual: grid */
/* ------------------------------------- */
.visual__grid__lines line {
  fill: none;
  stroke: #ff6614;
  stroke-width: 0.4;
  stroke-miterlimit: 10;
}
.visual__grid__lines--row line {
  stroke-dashoffset: 1280;
  stroke-dasharray: 1280;
  -webkit-transition: stroke-dashoffset 0.6s ease-out;
  transition: stroke-dashoffset 0.6s ease-out;
}
.visual__grid__lines--row line:nth-of-type(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.visual__grid__lines--row line:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.visual__grid__lines--row line:nth-of-type(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.visual__grid__lines--row line:nth-of-type(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.visual__grid__lines--row line:nth-of-type(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.visual__grid__lines--row line:nth-of-type(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.visual__grid__lines--row line:nth-of-type(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.visual__grid__lines--row line:nth-of-type(8) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.visual__grid__lines--row line:nth-of-type(9) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.visual__grid__lines--col line {
  stroke-dashoffset: 640;
  stroke-dasharray: 640;
  -webkit-transition: stroke-dashoffset 0.3s ease-out;
  transition: stroke-dashoffset 0.3s ease-out;
}
.visual__grid__lines--col line:nth-of-type(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.visual__grid__lines--col line:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.visual__grid__lines--col line:nth-of-type(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.visual__grid__lines--col line:nth-of-type(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.visual__grid__lines--col line:nth-of-type(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.visual__grid__lines--col line:nth-of-type(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.visual__grid__lines--col line:nth-of-type(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.visual__grid__lines--col line:nth-of-type(8) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.visual__grid__lines--col line:nth-of-type(9) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.visual__grid__lines--col line:nth-of-type(10) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.visual__grid__lines--col line:nth-of-type(11) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.visual__grid__lines--col line:nth-of-type(12) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.visual__grid__lines--col line:nth-of-type(13) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.visual__grid__lines--col line:nth-of-type(14) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.visual__grid__lines--col line:nth-of-type(15) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.visual__grid__lines--col line:nth-of-type(16) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.visual__grid__lines--col line:nth-of-type(17) {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.visual__grid__lines--col line:nth-of-type(18) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.visual__grid__points__mask {
  -webkit-transform: skewX(-45deg) translateX(-150%);
          transform: skewX(-45deg) translateX(-150%);
  fill: #fff;
  stroke-width: 0;
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}
.visual__grid__points circle {
  fill: #ff6614;
  stroke-width: 0;
  -webkit-animation: points 5s normal infinite;
          animation: points 5s normal infinite;
}
.visual__grid__points circle:nth-of-type(1) {
  -webkit-animation-delay: 0.01s;
          animation-delay: 0.01s;
}
.visual__grid__points circle:nth-of-type(2) {
  -webkit-animation-delay: 0.02s;
          animation-delay: 0.02s;
}
.visual__grid__points circle:nth-of-type(3) {
  -webkit-animation-delay: 0.03s;
          animation-delay: 0.03s;
}
.visual__grid__points circle:nth-of-type(4) {
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
}
.visual__grid__points circle:nth-of-type(5) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}
.visual__grid__points circle:nth-of-type(6) {
  -webkit-animation-delay: 0.06s;
          animation-delay: 0.06s;
}
.visual__grid__points circle:nth-of-type(7) {
  -webkit-animation-delay: 0.07s;
          animation-delay: 0.07s;
}
.visual__grid__points circle:nth-of-type(8) {
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
}
.visual__grid__points circle:nth-of-type(9) {
  -webkit-animation-delay: 0.09s;
          animation-delay: 0.09s;
}
.visual__grid__points circle:nth-of-type(10) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.visual__grid__points circle:nth-of-type(11) {
  -webkit-animation-delay: 0.11s;
          animation-delay: 0.11s;
}
.visual__grid__points circle:nth-of-type(12) {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}
.visual__grid__points circle:nth-of-type(13) {
  -webkit-animation-delay: 0.13s;
          animation-delay: 0.13s;
}
.visual__grid__points circle:nth-of-type(14) {
  -webkit-animation-delay: 0.14s;
          animation-delay: 0.14s;
}
.visual__grid__points circle:nth-of-type(15) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.visual__grid__points circle:nth-of-type(16) {
  -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s;
}
.visual__grid__points circle:nth-of-type(17) {
  -webkit-animation-delay: 0.17s;
          animation-delay: 0.17s;
}
.visual__grid__points circle:nth-of-type(18) {
  -webkit-animation-delay: 0.18s;
          animation-delay: 0.18s;
}
.visual__grid__points circle:nth-of-type(19) {
  -webkit-animation-delay: 0.19s;
          animation-delay: 0.19s;
}
.visual__grid__points circle:nth-of-type(20) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.visual__grid__points circle:nth-of-type(21) {
  -webkit-animation-delay: 0.21s;
          animation-delay: 0.21s;
}
.visual__grid__points circle:nth-of-type(22) {
  -webkit-animation-delay: 0.22s;
          animation-delay: 0.22s;
}
.visual__grid__points circle:nth-of-type(23) {
  -webkit-animation-delay: 0.23s;
          animation-delay: 0.23s;
}
.visual__grid__points circle:nth-of-type(24) {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}
.visual__grid__points circle:nth-of-type(25) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.visual__grid__points circle:nth-of-type(26) {
  -webkit-animation-delay: 0.26s;
          animation-delay: 0.26s;
}
.visual__grid__points circle:nth-of-type(27) {
  -webkit-animation-delay: 0.27s;
          animation-delay: 0.27s;
}
.visual__grid__points circle:nth-of-type(28) {
  -webkit-animation-delay: 0.28s;
          animation-delay: 0.28s;
}
.visual__grid__points circle:nth-of-type(29) {
  -webkit-animation-delay: 0.29s;
          animation-delay: 0.29s;
}
.visual__grid__points circle:nth-of-type(30) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.visual__grid__points circle:nth-of-type(31) {
  -webkit-animation-delay: 0.31s;
          animation-delay: 0.31s;
}
.visual__grid__points circle:nth-of-type(32) {
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
}
.visual__grid__points circle:nth-of-type(33) {
  -webkit-animation-delay: 0.33s;
          animation-delay: 0.33s;
}
.visual__grid__points circle:nth-of-type(34) {
  -webkit-animation-delay: 0.34s;
          animation-delay: 0.34s;
}
.visual__grid__points circle:nth-of-type(35) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.visual__grid__points circle:nth-of-type(36) {
  -webkit-animation-delay: 0.36s;
          animation-delay: 0.36s;
}
.visual__grid__points circle:nth-of-type(37) {
  -webkit-animation-delay: 0.37s;
          animation-delay: 0.37s;
}
.visual__grid__points circle:nth-of-type(38) {
  -webkit-animation-delay: 0.38s;
          animation-delay: 0.38s;
}
.visual__grid__points circle:nth-of-type(39) {
  -webkit-animation-delay: 0.39s;
          animation-delay: 0.39s;
}
.visual__grid__points circle:nth-of-type(40) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.visual__grid__points circle:nth-of-type(41) {
  -webkit-animation-delay: 0.41s;
          animation-delay: 0.41s;
}
.visual__grid__points circle:nth-of-type(42) {
  -webkit-animation-delay: 0.42s;
          animation-delay: 0.42s;
}
.visual__grid__points circle:nth-of-type(43) {
  -webkit-animation-delay: 0.43s;
          animation-delay: 0.43s;
}
.visual__grid__points circle:nth-of-type(44) {
  -webkit-animation-delay: 0.44s;
          animation-delay: 0.44s;
}
.visual__grid__points circle:nth-of-type(45) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.visual__grid__points circle:nth-of-type(46) {
  -webkit-animation-delay: 0.46s;
          animation-delay: 0.46s;
}
.visual__grid__points circle:nth-of-type(47) {
  -webkit-animation-delay: 0.47s;
          animation-delay: 0.47s;
}
.visual__grid__points circle:nth-of-type(48) {
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}
.visual__grid__points circle:nth-of-type(49) {
  -webkit-animation-delay: 0.49s;
          animation-delay: 0.49s;
}
.visual__grid__points circle:nth-of-type(50) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.visual__grid__points circle:nth-of-type(51) {
  -webkit-animation-delay: 0.51s;
          animation-delay: 0.51s;
}
.visual__grid__points circle:nth-of-type(52) {
  -webkit-animation-delay: 0.52s;
          animation-delay: 0.52s;
}
.visual__grid__points circle:nth-of-type(53) {
  -webkit-animation-delay: 0.53s;
          animation-delay: 0.53s;
}
.visual__grid__points circle:nth-of-type(54) {
  -webkit-animation-delay: 0.54s;
          animation-delay: 0.54s;
}
.visual__grid__points circle:nth-of-type(55) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
.visual__grid__points circle:nth-of-type(56) {
  -webkit-animation-delay: 0.56s;
          animation-delay: 0.56s;
}
.visual__grid__points circle:nth-of-type(57) {
  -webkit-animation-delay: 0.57s;
          animation-delay: 0.57s;
}
.visual__grid__points circle:nth-of-type(58) {
  -webkit-animation-delay: 0.58s;
          animation-delay: 0.58s;
}
.visual__grid__points circle:nth-of-type(59) {
  -webkit-animation-delay: 0.59s;
          animation-delay: 0.59s;
}
.visual__grid__points circle:nth-of-type(60) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.visual__grid__points circle:nth-of-type(61) {
  -webkit-animation-delay: 0.61s;
          animation-delay: 0.61s;
}
.visual__grid__points circle:nth-of-type(62) {
  -webkit-animation-delay: 0.62s;
          animation-delay: 0.62s;
}
.visual__grid__points circle:nth-of-type(63) {
  -webkit-animation-delay: 0.63s;
          animation-delay: 0.63s;
}
.visual__grid__points circle:nth-of-type(64) {
  -webkit-animation-delay: 0.64s;
          animation-delay: 0.64s;
}
.visual__grid__points circle:nth-of-type(65) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}
.visual__grid__points circle:nth-of-type(66) {
  -webkit-animation-delay: 0.66s;
          animation-delay: 0.66s;
}
.visual__grid__points circle:nth-of-type(67) {
  -webkit-animation-delay: 0.67s;
          animation-delay: 0.67s;
}
.visual__grid__points circle:nth-of-type(68) {
  -webkit-animation-delay: 0.68s;
          animation-delay: 0.68s;
}
.visual__grid__points circle:nth-of-type(69) {
  -webkit-animation-delay: 0.69s;
          animation-delay: 0.69s;
}
.visual__grid__points circle:nth-of-type(70) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.visual__grid__points circle:nth-of-type(71) {
  -webkit-animation-delay: 0.71s;
          animation-delay: 0.71s;
}
.visual__grid__points circle:nth-of-type(72) {
  -webkit-animation-delay: 0.72s;
          animation-delay: 0.72s;
}
.visual__grid__points circle:nth-of-type(73) {
  -webkit-animation-delay: 0.73s;
          animation-delay: 0.73s;
}
.visual__grid__points circle:nth-of-type(74) {
  -webkit-animation-delay: 0.74s;
          animation-delay: 0.74s;
}
.visual__grid__points circle:nth-of-type(75) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.visual__grid__points circle:nth-of-type(76) {
  -webkit-animation-delay: 0.76s;
          animation-delay: 0.76s;
}
.visual__grid__points circle:nth-of-type(77) {
  -webkit-animation-delay: 0.77s;
          animation-delay: 0.77s;
}
.visual__grid__points circle:nth-of-type(78) {
  -webkit-animation-delay: 0.78s;
          animation-delay: 0.78s;
}
.visual__grid__points circle:nth-of-type(79) {
  -webkit-animation-delay: 0.79s;
          animation-delay: 0.79s;
}
.visual__grid__points circle:nth-of-type(80) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.visual__grid__points circle:nth-of-type(81) {
  -webkit-animation-delay: 0.81s;
          animation-delay: 0.81s;
}
.visual__grid__points circle:nth-of-type(82) {
  -webkit-animation-delay: 0.82s;
          animation-delay: 0.82s;
}
.visual__grid__points circle:nth-of-type(83) {
  -webkit-animation-delay: 0.83s;
          animation-delay: 0.83s;
}
.visual__grid__points circle:nth-of-type(84) {
  -webkit-animation-delay: 0.84s;
          animation-delay: 0.84s;
}
.visual__grid__points circle:nth-of-type(85) {
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s;
}
.visual__grid__points circle:nth-of-type(86) {
  -webkit-animation-delay: 0.86s;
          animation-delay: 0.86s;
}
.visual__grid__points circle:nth-of-type(87) {
  -webkit-animation-delay: 0.87s;
          animation-delay: 0.87s;
}
.visual__grid__points circle:nth-of-type(88) {
  -webkit-animation-delay: 0.88s;
          animation-delay: 0.88s;
}
.visual__grid__points circle:nth-of-type(89) {
  -webkit-animation-delay: 0.89s;
          animation-delay: 0.89s;
}
.visual__grid__points circle:nth-of-type(90) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.visual__grid__points circle:nth-of-type(91) {
  -webkit-animation-delay: 0.91s;
          animation-delay: 0.91s;
}
.visual__grid__points circle:nth-of-type(92) {
  -webkit-animation-delay: 0.92s;
          animation-delay: 0.92s;
}
.visual__grid__points circle:nth-of-type(93) {
  -webkit-animation-delay: 0.93s;
          animation-delay: 0.93s;
}
.visual__grid__points circle:nth-of-type(94) {
  -webkit-animation-delay: 0.94s;
          animation-delay: 0.94s;
}
.visual__grid__points circle:nth-of-type(95) {
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
}
.visual__grid__points circle:nth-of-type(96) {
  -webkit-animation-delay: 0.96s;
          animation-delay: 0.96s;
}
.visual__grid__points circle:nth-of-type(97) {
  -webkit-animation-delay: 0.97s;
          animation-delay: 0.97s;
}
.visual__grid__points circle:nth-of-type(98) {
  -webkit-animation-delay: 0.98s;
          animation-delay: 0.98s;
}
.visual__grid__points circle:nth-of-type(99) {
  -webkit-animation-delay: 0.99s;
          animation-delay: 0.99s;
}
.visual__grid__points circle:nth-of-type(100) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.visual__grid__points circle:nth-of-type(101) {
  -webkit-animation-delay: 1.01s;
          animation-delay: 1.01s;
}
.visual__grid__points circle:nth-of-type(102) {
  -webkit-animation-delay: 1.02s;
          animation-delay: 1.02s;
}
.visual__grid__points circle:nth-of-type(103) {
  -webkit-animation-delay: 1.03s;
          animation-delay: 1.03s;
}
.visual__grid__points circle:nth-of-type(104) {
  -webkit-animation-delay: 1.04s;
          animation-delay: 1.04s;
}
.visual__grid__points circle:nth-of-type(105) {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}
.visual__grid__points circle:nth-of-type(106) {
  -webkit-animation-delay: 1.06s;
          animation-delay: 1.06s;
}
.visual__grid__points circle:nth-of-type(107) {
  -webkit-animation-delay: 1.07s;
          animation-delay: 1.07s;
}
.visual__grid__points circle:nth-of-type(108) {
  -webkit-animation-delay: 1.08s;
          animation-delay: 1.08s;
}
.visual__grid__points circle:nth-of-type(109) {
  -webkit-animation-delay: 1.09s;
          animation-delay: 1.09s;
}
.visual__grid__points circle:nth-of-type(110) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.visual__grid__points circle:nth-of-type(111) {
  -webkit-animation-delay: 1.11s;
          animation-delay: 1.11s;
}
.visual__grid__points circle:nth-of-type(112) {
  -webkit-animation-delay: 1.12s;
          animation-delay: 1.12s;
}
.visual__grid__points circle:nth-of-type(113) {
  -webkit-animation-delay: 1.13s;
          animation-delay: 1.13s;
}
.visual__grid__points circle:nth-of-type(114) {
  -webkit-animation-delay: 1.14s;
          animation-delay: 1.14s;
}
.visual__grid__points circle:nth-of-type(115) {
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
}
.visual__grid__points circle:nth-of-type(116) {
  -webkit-animation-delay: 1.16s;
          animation-delay: 1.16s;
}
.visual__grid__points circle:nth-of-type(117) {
  -webkit-animation-delay: 1.17s;
          animation-delay: 1.17s;
}
.visual__grid__points circle:nth-of-type(118) {
  -webkit-animation-delay: 1.18s;
          animation-delay: 1.18s;
}
.visual__grid__points circle:nth-of-type(119) {
  -webkit-animation-delay: 1.19s;
          animation-delay: 1.19s;
}
.visual__grid__points circle:nth-of-type(120) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.visual__grid__points circle:nth-of-type(121) {
  -webkit-animation-delay: 1.21s;
          animation-delay: 1.21s;
}
.visual__grid__points circle:nth-of-type(122) {
  -webkit-animation-delay: 1.22s;
          animation-delay: 1.22s;
}
.visual__grid__points circle:nth-of-type(123) {
  -webkit-animation-delay: 1.23s;
          animation-delay: 1.23s;
}
.visual__grid__points circle:nth-of-type(124) {
  -webkit-animation-delay: 1.24s;
          animation-delay: 1.24s;
}
.visual__grid__points circle:nth-of-type(125) {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}
.visual__grid__points circle:nth-of-type(126) {
  -webkit-animation-delay: 1.26s;
          animation-delay: 1.26s;
}
.visual__grid__points circle:nth-of-type(127) {
  -webkit-animation-delay: 1.27s;
          animation-delay: 1.27s;
}
.visual__grid__points circle:nth-of-type(128) {
  -webkit-animation-delay: 1.28s;
          animation-delay: 1.28s;
}
.visual__grid__points circle:nth-of-type(129) {
  -webkit-animation-delay: 1.29s;
          animation-delay: 1.29s;
}
.visual__grid__points circle:nth-of-type(130) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.visual__grid__points circle:nth-of-type(131) {
  -webkit-animation-delay: 1.31s;
          animation-delay: 1.31s;
}
.visual__grid__points circle:nth-of-type(132) {
  -webkit-animation-delay: 1.32s;
          animation-delay: 1.32s;
}
.visual__grid__points circle:nth-of-type(133) {
  -webkit-animation-delay: 1.33s;
          animation-delay: 1.33s;
}
.visual__grid__points circle:nth-of-type(134) {
  -webkit-animation-delay: 1.34s;
          animation-delay: 1.34s;
}
.visual__grid__points circle:nth-of-type(135) {
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
}
.visual__grid__points circle:nth-of-type(136) {
  -webkit-animation-delay: 1.36s;
          animation-delay: 1.36s;
}
.visual__grid__points circle:nth-of-type(137) {
  -webkit-animation-delay: 1.37s;
          animation-delay: 1.37s;
}
.visual__grid__points circle:nth-of-type(138) {
  -webkit-animation-delay: 1.38s;
          animation-delay: 1.38s;
}
.visual__grid__points circle:nth-of-type(139) {
  -webkit-animation-delay: 1.39s;
          animation-delay: 1.39s;
}
.visual__grid__points circle:nth-of-type(140) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.visual__grid__points circle:nth-of-type(141) {
  -webkit-animation-delay: 1.41s;
          animation-delay: 1.41s;
}
.visual__grid__points circle:nth-of-type(142) {
  -webkit-animation-delay: 1.42s;
          animation-delay: 1.42s;
}
.visual__grid__points circle:nth-of-type(143) {
  -webkit-animation-delay: 1.43s;
          animation-delay: 1.43s;
}
.visual__grid__points circle:nth-of-type(144) {
  -webkit-animation-delay: 1.44s;
          animation-delay: 1.44s;
}
.visual__grid__points circle:nth-of-type(145) {
  -webkit-animation-delay: 1.45s;
          animation-delay: 1.45s;
}
.visual__grid__points circle:nth-of-type(146) {
  -webkit-animation-delay: 1.46s;
          animation-delay: 1.46s;
}
.visual__grid__points circle:nth-of-type(147) {
  -webkit-animation-delay: 1.47s;
          animation-delay: 1.47s;
}
.visual__grid__points circle:nth-of-type(148) {
  -webkit-animation-delay: 1.48s;
          animation-delay: 1.48s;
}
.visual__grid__points circle:nth-of-type(149) {
  -webkit-animation-delay: 1.49s;
          animation-delay: 1.49s;
}
.visual__grid__points circle:nth-of-type(150) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.visual__grid__points circle:nth-of-type(151) {
  -webkit-animation-delay: 1.51s;
          animation-delay: 1.51s;
}
.visual__grid__points circle:nth-of-type(152) {
  -webkit-animation-delay: 1.52s;
          animation-delay: 1.52s;
}
.visual__grid__points circle:nth-of-type(153) {
  -webkit-animation-delay: 1.53s;
          animation-delay: 1.53s;
}
.visual__grid__points circle:nth-of-type(154) {
  -webkit-animation-delay: 1.54s;
          animation-delay: 1.54s;
}
.visual__grid__points circle:nth-of-type(155) {
  -webkit-animation-delay: 1.55s;
          animation-delay: 1.55s;
}
.visual__grid__points circle:nth-of-type(156) {
  -webkit-animation-delay: 1.56s;
          animation-delay: 1.56s;
}
.visual__grid__points circle:nth-of-type(157) {
  -webkit-animation-delay: 1.57s;
          animation-delay: 1.57s;
}
.visual__grid__points circle:nth-of-type(158) {
  -webkit-animation-delay: 1.58s;
          animation-delay: 1.58s;
}
.visual__grid__points circle:nth-of-type(159) {
  -webkit-animation-delay: 1.59s;
          animation-delay: 1.59s;
}
.visual__grid__points circle:nth-of-type(160) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

@-webkit-keyframes points {
  0% {
    fill: #ff6614;
  }
  90% {
    fill: #ff6614;
  }
  92% {
    fill: #fff;
  }
  100% {
    fill: #ff6614;
  }
}

@keyframes points {
  0% {
    fill: #ff6614;
  }
  90% {
    fill: #ff6614;
  }
  92% {
    fill: #fff;
  }
  100% {
    fill: #ff6614;
  }
}
.is-inview .visual__grid__lines line {
  stroke-dashoffset: 0;
}
.is-inview .visual__grid__points__mask {
  -webkit-transform: skewX(-45deg) translateX(0);
          transform: skewX(-45deg) translateX(0);
}

/* visual: iamge */
/* ------------------------------------- */
.visual__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: 100vw;
  height: 50vw;
  background-color: #363636;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .visual__image {
    height: 100vw;
  }
}
.visual__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}

.visual.iv-item .visual__image {
  clip-path: inset(100% 0 0 0);
  -webkit-transition: clip-path 1s ease-out 1.5s;
  transition: clip-path 1s ease-out 1.5s;
}
.visual.iv-item .visual__image img {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  -webkit-transition: -webkit-transform 1s ease-out 1.5s;
  transition: -webkit-transform 1s ease-out 1.5s;
  transition: transform 1s ease-out 1.5s;
  transition: transform 1s ease-out 1.5s, -webkit-transform 1s ease-out 1.5s;
}
.visual.iv-item.is-inview .visual__image {
  clip-path: inset(0 0 0 0);
}
.visual.iv-item.is-inview .visual__image img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* visual: slider */
/* ------------------------------------- */
.visual__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.visual__item {
  width: 25%;
  clip-path: inset(0 0 0 100%);
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-transition-property: clip-path, -webkit-transform;
  transition-property: clip-path, -webkit-transform;
  transition-property: clip-path, transform;
  transition-property: clip-path, transform, -webkit-transform;
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}
.visual__slider__item {
  overflow: hidden;
  background-color: #000;
}
.visual__slider__image {
  opacity: 0.666;
}
.visual__slider__image img {
  height: 50vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .visual__slider__image img {
    height: 100vw;
  }
}
.visual__item--1 .visual__slider__image img {
  -o-object-position: 0 0;
     object-position: 0 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .visual__item--1 .visual__slider__image img {
    -o-object-position: 28.75% 0;
       object-position: 28.75% 0;
  }
}
.visual__item--2 .visual__slider__image img {
  -o-object-position: 33.333% 0;
     object-position: 33.333% 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .visual__item--2 .visual__slider__image img {
    -o-object-position: 43% 0;
       object-position: 43% 0;
  }
}
.visual__item--3 .visual__slider__image img {
  -o-object-position: 66.666% 0;
     object-position: 66.666% 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .visual__item--3 .visual__slider__image img {
    -o-object-position: 57.25% 0;
       object-position: 57.25% 0;
  }
}
.visual__item--4 .visual__slider__image img {
  -o-object-position: 100% 0;
     object-position: 100% 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .visual__item--4 .visual__slider__image img {
    -o-object-position: 71.5% 0;
       object-position: 71.5% 0;
  }
}

.visual.is-inview .visual__item {
  clip-path: inset(0 0 0 0);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.visual .visual__slider--fade {
  -webkit-transform: scale(125%);
          transform: scale(125%);
  opacity: 0;
  -webkit-transition: opacity 1.5s linear 4s, -webkit-transform 5s linear 4s;
  transition: opacity 1.5s linear 4s, -webkit-transform 5s linear 4s;
  transition: transform 5s linear 4s, opacity 1.5s linear 4s;
  transition: transform 5s linear 4s, opacity 1.5s linear 4s, -webkit-transform 5s linear 4s;
}
.visual .visual__slider--fade .visual__slider__item img {
  -webkit-transform: scale(125%);
          transform: scale(125%);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 5s;
          transition-duration: 5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.visual .visual__slider--fade .visual__slider__item.swiper-slide-prev img, .visual .visual__slider--fade .visual__slider__item.swiper-slide-duplicate-active img, .visual .visual__slider--fade .visual__slider__item.swiper-slide-active img {
  -webkit-transform: scale(100%);
          transform: scale(100%);
}
.visual.is-inview .visual__slider--fade {
  -webkit-transform: scale(100%);
          transform: scale(100%);
  opacity: 1;
}

/* visual: content */
/* ------------------------------------- */
.visual__content {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 75%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .visual__content {
    width: 90%;
  }
}
.visual__content .multi-title {
  margin-bottom: 0.125em;
  font-size: 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .visual__content .multi-title {
    font-size: 2.5em;
  }
}

.visual.iv-item .visual__content {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(1.5);
          transform: translate(-50%, -50%) scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.visual.iv-item.is-inview .visual__content {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

/* visual: catch */
/* ------------------------------------- */
.visual__catch {
  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: 3.5em;
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 2;
  width: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .visual__catch {
    width: 75%;
    gap: 1.9em;
  }
}
.visual__catch__character {
  display: inline-block;
  clip-path: inset(-10% -15% 100% -10%);
  -webkit-transform: translate(-0.5em, 1em);
          transform: translate(-0.5em, 1em);
  -webkit-transition-property: clip-path, fill, -webkit-transform;
  transition-property: clip-path, fill, -webkit-transform;
  transition-property: clip-path, transform, fill;
  transition-property: clip-path, transform, fill, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.visual__catch__character svg {
  fill: #ff6614;
  width: auto;
  height: 6em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .visual__catch__character svg {
    height: 2.75em;
  }
}
.visual__catch__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.visual__catch__line:nth-of-type(1) .visual__catch__character:nth-child(1) {
  -webkit-transition-delay: 1.55s;
          transition-delay: 1.55s;
}
.visual__catch__line:nth-of-type(1) .visual__catch__character:nth-child(2) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.visual__catch__line:nth-of-type(1) .visual__catch__character:nth-child(3) {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}
.visual__catch__line:nth-of-type(1) .visual__catch__character:nth-child(4) {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.visual__catch__line:nth-of-type(1) .visual__catch__character:nth-child(5) {
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s;
}
.visual__catch__line:nth-of-type(1) .visual__catch__character:nth-child(6) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.visual__catch__line:nth-of-type(1) .visual__catch__character:nth-child(7) {
  -webkit-transition-delay: 1.85s;
          transition-delay: 1.85s;
}
.visual__catch__line:nth-of-type(1) .visual__catch__character:nth-child(8) {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
.visual__catch__line:nth-of-type(1) .visual__catch__character:nth-child(9) {
  -webkit-transition-delay: 1.95s;
          transition-delay: 1.95s;
}
.visual__catch__line:nth-of-type(1) .visual__catch__character:nth-child(10) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.visual__catch__line:nth-of-type(2) .visual__catch__character:nth-child(1) {
  -webkit-transition-delay: 2.05s;
          transition-delay: 2.05s;
}
.visual__catch__line:nth-of-type(2) .visual__catch__character:nth-child(2) {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}
.visual__catch__line:nth-of-type(2) .visual__catch__character:nth-child(3) {
  -webkit-transition-delay: 2.15s;
          transition-delay: 2.15s;
}
.visual__catch__line:nth-of-type(2) .visual__catch__character:nth-child(4) {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}
.visual__catch__line:nth-of-type(2) .visual__catch__character:nth-child(5) {
  -webkit-transition-delay: 2.25s;
          transition-delay: 2.25s;
}
.visual__catch__line:nth-of-type(2) .visual__catch__character:nth-child(6) {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}
.visual__catch__line:nth-of-type(2) .visual__catch__character:nth-child(7) {
  -webkit-transition-delay: 2.35s;
          transition-delay: 2.35s;
}
.visual__catch__line:nth-of-type(2) .visual__catch__character:nth-child(8) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.visual__catch__line:nth-of-type(2) .visual__catch__character:nth-child(9) {
  -webkit-transition-delay: 2.45s;
          transition-delay: 2.45s;
}
.visual__catch__line:nth-of-type(2) .visual__catch__character:nth-child(10) {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.visual__catch__line:nth-of-type(3) .visual__catch__character:nth-child(1) {
  -webkit-transition-delay: 2.55s;
          transition-delay: 2.55s;
}
.visual__catch__line:nth-of-type(3) .visual__catch__character:nth-child(2) {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}
.visual__catch__line:nth-of-type(3) .visual__catch__character:nth-child(3) {
  -webkit-transition-delay: 2.65s;
          transition-delay: 2.65s;
}
.visual__catch__line:nth-of-type(3) .visual__catch__character:nth-child(4) {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}
.visual__catch__line:nth-of-type(3) .visual__catch__character:nth-child(5) {
  -webkit-transition-delay: 2.75s;
          transition-delay: 2.75s;
}
.visual__catch__line:nth-of-type(3) .visual__catch__character:nth-child(6) {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}
.visual__catch__line:nth-of-type(3) .visual__catch__character:nth-child(7) {
  -webkit-transition-delay: 2.85s;
          transition-delay: 2.85s;
}
.visual__catch__line:nth-of-type(3) .visual__catch__character:nth-child(8) {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}
.visual__catch__line:nth-of-type(3) .visual__catch__character:nth-child(9) {
  -webkit-transition-delay: 2.95s;
          transition-delay: 2.95s;
}
.visual__catch__line:nth-of-type(3) .visual__catch__character:nth-child(10) {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

@-webkit-keyframes visual__catch {
  0% {
    fill: #ff6614;
    -webkit-filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
            filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
  }
  15% {
    fill: #fff;
    -webkit-filter: drop-shadow(0 0 0.5em rgb(255, 255, 255));
            filter: drop-shadow(0 0 0.5em rgb(255, 255, 255));
  }
  50% {
    fill: #fff;
    -webkit-filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
            filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
  }
  65% {
    fill: #fff;
    -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
            filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  }
  100% {
    fill: #fff;
    -webkit-filter: drop-shadow(0.2em 0.2em 0.1em rgba(0, 0, 0, 0.5));
            filter: drop-shadow(0.2em 0.2em 0.1em rgba(0, 0, 0, 0.5));
  }
}

@keyframes visual__catch {
  0% {
    fill: #ff6614;
    -webkit-filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
            filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
  }
  15% {
    fill: #fff;
    -webkit-filter: drop-shadow(0 0 0.5em rgb(255, 255, 255));
            filter: drop-shadow(0 0 0.5em rgb(255, 255, 255));
  }
  50% {
    fill: #fff;
    -webkit-filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
            filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
  }
  65% {
    fill: #fff;
    -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
            filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  }
  100% {
    fill: #fff;
    -webkit-filter: drop-shadow(0.2em 0.2em 0.1em rgba(0, 0, 0, 0.5));
            filter: drop-shadow(0.2em 0.2em 0.1em rgba(0, 0, 0, 0.5));
  }
}
.is-inview .visual__catch__character {
  clip-path: inset(-10% -15% -10% -10%);
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.is-inview .visual__catch__character svg {
  -webkit-animation: visual__catch 2s ease-out 5.5s forwards;
          animation: visual__catch 2s ease-out 5.5s forwards;
}

/* ========================================================================== */
/* Wrapper */
/* ========================================================================== */
/* body-wrapper */
/* -------------------------------------------------------------------------- */
/* content-wrapper: default */
/* -------------------------------------------------------------------------- */
.content-wrapper {
  padding: 0 7.5%;
}

/* bg-wrapper */
/* -------------------------------------------------------------------------- */
.bg-wrapper {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

*:has(.bg-wrapper) {
  position: relative;
}

.fancybox__container {
  --fancybox-color: $c-pri;
  --fancybox-bg: rgba(224, 224, 224, .96);
}

.fancybox__caption {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125em;
  color: #363636;
}

/* ========================================================================== */
/* Home Page */
/* ========================================================================== */
/* page-header: statement */
/* ------------------------------------- */
.statement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 8em 0;
  background-color: #4d4d4d;
}
.statement__content {
  position: relative;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  white-space: nowrap;
}
.statement__read {
  font-size: 1.5em;
  line-height: 2;
  color: #ff6614;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .statement__read {
    font-size: 1.375em;
  }
}
.statement__catch {
  margin-top: 6em;
  width: 42em;
  height: auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .statement__catch {
    width: 100%;
  }
}

/* page-header */
/* -------------------------------------------------------------------------- */
.home-page .page-header {
  position: relative;
  padding: 8em 0 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-header {
    padding: 4em 0 0;
  }
}

/* sec-page: visual */
/* -------------------------------------------------------------------------- */
.home-page .visual.iv-item .visual__grid__lines {
  opacity: 1;
  -webkit-transition: opacity 1s linear 5.5s;
  transition: opacity 1s linear 5.5s;
}
.home-page .visual.iv-item.is-inview .visual__grid__lines {
  opacity: 0.5;
}

/* page-section: keyword */
/* -------------------------------------------------------------------------- */
.home-page .page-section--keyword {
  padding: 6em 0;
}

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

/* page-section: member */
/* -------------------------------------------------------------------------- */
.home-page .page-section--member {
  padding: 10em 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--member {
    padding: 5em 0;
  }
}
.home-page .page-section--member .member-title {
  color: #fff;
}
.home-page .page-section--member .member-title::before {
  background-color: #fff;
}

/* page-section: project */
/* -------------------------------------------------------------------------- */
.home-page .page-section--project {
  padding: 10em 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--project {
    padding: 5em 0;
  }
}
.home-page .page-section--project::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/home/bgi_project_01.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: multiply;
}
.home-page .page-section--project .section-header,
.home-page .page-section--project .column {
  position: relative;
}

/* page-section: workstyle */
/* -------------------------------------------------------------------------- */
.home-page .page-section--workstyle {
  padding: 10em 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--workstyle {
    padding: 5em 0;
  }
}
.home-page .page-section--workstyle .card__image {
  height: 35em;
  aspect-ratio: 2/1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--workstyle .card__image {
    height: auto;
    aspect-ratio: 1/1;
  }
}

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

/* page-section: special */
/* -------------------------------------------------------------------------- */
.home-page .page-section--special {
  padding: 10em 0;
  border-top: 0.1em solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--special {
    padding: 5em 0;
  }
}
.home-page .page-section--special .card__image {
  aspect-ratio: 3/1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--special .card__image {
    height: auto;
    aspect-ratio: 3/2;
  }
}

/* bg-element */
/* -------------------------------------------------------------------------- */
/* bg-element: statement */
/* ------------------------------------- */
.home-page .statement .bg-element--multi-circle {
  inset: 12.5% auto auto 77.5%;
}
.home-page .statement .bg-element--multi-rect {
  inset: 64% auto auto 4%;
}
.home-page .statement .bg-element--dot {
  inset: 28.5% auto auto 13.5%;
}
.home-page .statement .bg-element--cross {
  inset: 50% auto auto 77.5%;
}
.home-page .statement .bg-element--square {
  inset: 77.5% auto auto 85%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* bg-element: about */
/* ------------------------------------- */
.home-page .page-section--about .bg-element--multi-circle {
  inset: 8% auto auto 55%;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.home-page .page-section--about .bg-element--dot {
  inset: 15% auto auto 85%;
}
.home-page .page-section--about .bg-element--cross {
  inset: 80% auto auto 12.5%;
  -webkit-transform: rotate(-90deg) scaleX(-1);
          transform: rotate(-90deg) scaleX(-1);
}

/* bg-element: member */
/* ------------------------------------- */
.home-page .page-section--member .bg-element--multi-rect {
  inset: 85% auto auto 80%;
}
.home-page .page-section--member .bg-element--multi-rect rect:nth-of-type(1) {
  stroke: #4d4d4d;
}
.home-page .page-section--member .bg-element--multi-rect rect:nth-of-type(2) {
  stroke: #fff;
}
.home-page .page-section--member .bg-element--dot {
  inset: 15% auto auto 55%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.home-page .page-section--member .bg-element--square {
  inset: 75% auto auto 15%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* bg-element: project */
/* ------------------------------------- */
/* bg-element: workstyle */
/* ------------------------------------- */
.home-page .page-section--workstyle .bg-element--multi-circle {
  inset: 16% auto auto 50%;
}
.home-page .page-section--workstyle .bg-element--dot {
  inset: 8% auto auto 90%;
}
.home-page .page-section--workstyle .bg-element--cross {
  inset: 86% auto auto 24%;
  -webkit-transform: rotate(-90deg) scaleX(-1);
          transform: rotate(-90deg) scaleX(-1);
}

/* bg-element: environment */
/* ------------------------------------- */
.home-page .page-section--environment .bg-element--multi-rect {
  inset: -5% auto auto 50%;
}
.home-page .page-section--environment .bg-element--square {
  inset: 60% auto auto 86%;
}

/* bg-element: special */
/* ------------------------------------- */
.home-page .page-section--special .bg-element--multi-circle {
  inset: 75% auto auto 60%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.home-page .page-section--special .bg-element--cross {
  inset: 4% auto auto 40%;
}

/* ========================================================================== */
/* About Style */
/* ========================================================================== */
/* advantage */
/* -------------------------------------------------------------------------- */
.advantage {
  position: relative;
}
.advantage__image {
  width: 64.70588235%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .advantage__image {
    width: 100%;
    margin-bottom: 2em;
  }
}
.advantage__content {
  position: absolute;
  top: 5em;
  right: 0;
  width: 50%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .advantage__content {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
  }
}
.advantage__title {
  font-size: 3em;
  color: #ff6614;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .advantage__title {
    margin-bottom: 0.5em;
    font-size: 2em;
  }
}
.advantage__read {
  margin-bottom: 0;
  padding: 0.5em;
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25em;
  line-height: 2;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .advantage__read {
    padding: 0;
  }
}
.advantage--reverse .advantage__image {
  margin-left: auto;
}
.advantage--reverse .advantage__content {
  right: auto;
  left: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .advantage--reverse .advantage__content {
    left: auto;
  }
}

/* challenge */
/* -------------------------------------------------------------------------- */
.challenge {
  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;
}
.challenge__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .challenge__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 1.5em;
  }
}
.challenge__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.challenge__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.challenge__label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.5em;
  padding: 0 0.5em;
  background-color: #ff6614;
  font-family: "Nanum Myeongjo", serif;
  line-height: 2;
  color: #fff;
}
.challenge__title {
  margin-bottom: 0.5em;
  font-size: 2.5em;
  line-height: 1.6;
  color: #ff6614;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .challenge__title {
    font-size: 2em;
  }
}
.challenge__read {
  margin-bottom: 0;
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25em;
  line-height: 2;
}

/* round-box */
/* -------------------------------------------------------------------------- */
.round-box {
  position: relative;
  padding: 4em 3em;
  border: 1px solid #ff6614;
  border-radius: 1.5em;
  background-color: #fff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .round-box {
    padding: 4em 1.5em;
  }
}
.round-box__title {
  position: absolute;
  inset: -1em auto auto 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0.2em 1.5em;
  border-radius: 10em;
  background-color: #ff6614;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25em;
  line-height: 1.6;
  color: #fff;
}

/* hr-slogan */
/* -------------------------------------------------------------------------- */
.hr-slogan {
  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: 1.5em;
  font-size: 1.75em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .hr-slogan {
    font-size: 1.375em;
  }
}
.hr-slogan__icon {
  width: 6em;
}
.hr-slogan__title {
  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.4em;
  width: 8em;
  white-space: nowrap;
  font-weight: 500;
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  color: #ff6614;
}
.hr-slogan__title__strong {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0 0.5em;
  border: solid 1px;
}
.hr-slogan__title__line:nth-of-type(1) {
  letter-spacing: 0.4em;
}
.hr-slogan__title__line:nth-of-type(2) {
  letter-spacing: 0.115em;
}
.hr-slogan__title__line:nth-of-type(3) {
  letter-spacing: 0.35em;
}

/* message */
/* -------------------------------------------------------------------------- */
.message {
  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: 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .message {
    padding: 0;
  }
}
.message__header {
  padding: 0 5%;
}
.message__visual {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2/1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .message__visual {
    aspect-ratio: 3/2;
  }
}
.message__visual img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.message__visual__title {
  position: absolute;
  inset: auto auto 5% 7.5%;
  width: 42.5%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .message__visual__title {
    width: 52.5%;
    inset: auto auto 12.5% 7.5%;
  }
}
.message__name {
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125em;
}
.message__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 15%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .message__wrapper {
    padding: 0;
  }
}
.message__image {
  position: relative;
  overflow: hidden;
  margin: 3em 0;
  aspect-ratio: 16/9;
}
.message__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.message__read {
  margin-bottom: 0;
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25em;
  line-height: 2;
}

/* about-page: page-header */
/* -------------------------------------------------------------------------- */
.about-page .page-header {
  position: relative;
  padding: 8em 0 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page .page-header {
    padding: 4em 0 0;
  }
}

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

/* bg-element: advantage-page */
/* -------------------------------------------------------------------------- */
.advantage-page .page-section--advantage-1 .bg-element--cross {
  inset: 10% auto auto 85%;
}
.advantage-page .page-section--advantage-2 .bg-element--dot {
  inset: -5% auto auto 75%;
}
.advantage-page .page-section--advantage-3 .bg-element--multi-rect {
  inset: auto auto 0 85%;
}
.advantage-page .page-section--advantage-4 .bg-element--multi-circle {
  inset: 1% auto auto 5%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.advantage-page .page-section--advantage-5 .bg-element--square {
  inset: auto auto 0 85%;
}

/* ========================================================================== */
/* Job & Member Style */
/* ========================================================================== */
/* member-slider */
/* -------------------------------------------------------------------------- */
.member-slider {
  position: relative;
}
.member-slider::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 20em;
  background-color: rgba(77, 77, 77, 0.2);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .member-slider::before {
    height: 18em;
  }
}
.member-slider__item {
  width: 30em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .member-slider__item {
    width: 27.5em;
  }
}
.member-slider .card__image {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.member-slider .card__image img {
  width: 112%;
  margin-left: -6%;
  -webkit-transform: scale(1) skewX(10deg);
          transform: scale(1) skewX(10deg);
}
.member-slider .member-title {
  padding-left: 2.5em;
}
.member-slider .member-title::before {
  left: 1em;
}

.isnt-touch .member-slider .card__anchor:focus .card__image img, .isnt-touch .member-slider .card__anchor:hover .card__image img {
  -webkit-transform: scale(1.1) skewX(10deg);
          transform: scale(1.1) skewX(10deg);
}

/* member-visual-content */
/* -------------------------------------------------------------------------- */
.member-visual-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
  position: absolute;
  top: 15%;
  z-index: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .member-visual-content {
    position: relative;
    top: auto;
    background-color: #999999;
  }
}
.member-visual-content__catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
  white-space: nowrap;
  font-size: 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .member-visual-content__catch {
    font-size: 2.25em;
  }
}
.member-visual-content__catch__line {
  background-color: #ff6614;
  color: #fff;
}
.member-visual-content__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
  background-color: #999999;
  font-size: 1em;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .member-visual-content__title {
    padding: 1.5em;
    font-size: 0.875em;
  }
}
.member-visual-content__title__name {
  margin-bottom: 0.5em;
  font-size: 2em;
  line-height: 1;
}
.member-visual-content__title__status {
  font-size: 1.125em;
}
.member-visual-content--left {
  left: 5%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .member-visual-content--left {
    left: auto;
  }
}
.member-visual-content--right {
  right: 5%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .member-visual-content--right {
    right: auto;
  }
}

.visual.iv-item .member-visual-content__catch, .visual.iv-item .member-visual-content__title {
  clip-path: polygon(0 0, 0 0, 0 0);
  -webkit-transition-property: clip-path, -webkit-transform;
  transition-property: clip-path, -webkit-transform;
  transition-property: clip-path, transform;
  transition-property: clip-path, transform, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.visual.iv-item .member-visual-content__catch {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.visual.iv-item .member-visual-content__title {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.visual.iv-item .member-visual-content--right .member-visual-content__catch,
.visual.iv-item .member-visual-content--right .member-visual-content__title {
  -webkit-transform: translate(-10vw, 0) scale(1.25);
          transform: translate(-10vw, 0) scale(1.25);
}
.visual.iv-item .member-visual-content--left .member-visual-content__catch,
.visual.iv-item .member-visual-content--left .member-visual-content__title {
  -webkit-transform: translate(10vw, 0) scale(1.25);
          transform: translate(10vw, 0) scale(1.25);
}
.visual.iv-item.is-inview .member-visual-content .member-visual-content__catch,
.visual.iv-item.is-inview .member-visual-content .member-visual-content__title {
  clip-path: polygon(0 0, 200% 0, 0 200%);
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

/* job-chart */
/* -------------------------------------------------------------------------- */
.job-chart {
  padding: 6em;
  background-color: #f5f5f5;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-chart {
    min-width: 80em;
    font-size: 1em;
  }
}
.job-chart__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: 0.5em;
  position: relative;
}
.job-chart__row {
  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: relative;
}
.job-chart__grid {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.job-chart__grid__line {
  width: 1px;
  height: calc(100% - 10em);
  background-color: #e0e0e0;
}
.job-chart__repeat {
  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.25em;
  width: 85.7142857142%;
  text-align: center;
}
.job-chart__title {
  position: absolute;
  inset: 0 calc(100% + 0.5em) auto auto;
  height: 100%;
  border: 0.15em solid;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  white-space: nowrap;
  text-align: center;
  line-height: 3;
}
.job-chart__process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.job-chart__process__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  padding: 1em 0;
  text-align: center;
}
.job-chart__process__item::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto auto 100%;
  z-index: 1;
  width: 1em;
  height: 100%;
  background-color: orange;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.job-chart__process__label {
  -webkit-transform: translateX(0.5em);
          transform: translateX(0.5em);
}
.job-chart__progress {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.job-chart__progress__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0.5em 2em 0.5em 0.5em;
  text-decoration: none;
  color: #fff !important;
}
.job-chart__progress__item.icon--after::after {
  position: absolute;
  inset: calc(50% - 0.5em) 0.5em auto auto;
  margin: 0;
  color: #fff !important;
}
.job-chart__progress__label {
  position: relative;
}

.isnt-touch .job-chart__progress__item {
  overflow: hidden;
}
.isnt-touch .job-chart__progress__item::before {
  content: "" !important;
  display: block;
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  background-color: #363636;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: translateX(-125%) skewX(45deg);
          transform: translateX(-125%) skewX(45deg);
  -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 .job-chart__progress__item:focus::before, .isnt-touch .job-chart__progress__item:hover::before {
  -webkit-transform: translateX(0) skewX(0deg);
          transform: translateX(0) skewX(0deg);
}

.job-chart__process__item:nth-of-type(1) {
  background-color: #ffe0d0;
}
.job-chart__process__item:nth-of-type(1)::after {
  background-color: #ffe0d0;
}
.job-chart__process__item:nth-of-type(2) {
  background-color: #ffd1b8;
}
.job-chart__process__item:nth-of-type(2)::after {
  background-color: #ffd1b8;
}
.job-chart__process__item:nth-of-type(3) {
  background-color: #ffc2a1;
}
.job-chart__process__item:nth-of-type(3)::after {
  background-color: #ffc2a1;
}
.job-chart__process__item:nth-of-type(4) {
  background-color: #ffb289;
}
.job-chart__process__item:nth-of-type(4)::after {
  background-color: #ffb289;
}
.job-chart__process__item:nth-of-type(5) {
  background-color: #ffa372;
}
.job-chart__process__item:nth-of-type(5)::after {
  background-color: #ffa372;
}
.job-chart__process__item:nth-of-type(6) {
  background-color: #ff945b;
}
.job-chart__process__item:nth-of-type(6)::after {
  background-color: #ff945b;
}
.job-chart__process__item:nth-of-type(7) {
  background-color: #ff8543;
}
.job-chart__process__item:nth-of-type(7)::after {
  background-color: #ff8543;
}

.job-chart__row--development .job-chart__title {
  border-color: #3eaae0;
  color: #3eaae0;
}
.job-chart__row--development .job-chart__progress__item {
  background-color: #3eaae0;
}
.job-chart__row--development .job-chart__progress__item--reserch-development {
  width: 28%;
  margin-left: 0;
}
.job-chart__row--development .job-chart__progress__item--product-development {
  width: 39%;
  margin-left: 15%;
}
.job-chart__row--production .job-chart__title {
  border-color: #82be5a;
  color: #82be5a;
}
.job-chart__row--production .job-chart__progress__item {
  background-color: #82be5a;
}
.job-chart__row--production .job-chart__progress__item--industrial-science:nth-of-type(1) {
  width: 13%;
  margin-left: 15%;
}
.job-chart__row--production .job-chart__progress__item--industrial-science:nth-of-type(2) {
  width: 26%;
  margin-left: 16%;
}
.job-chart__row--production .job-chart__progress__item--quality-management, .job-chart__row--production .job-chart__progress__item--production-control, .job-chart__row--production .job-chart__progress__item--purchase {
  width: 26%;
  margin-left: 44%;
}
.job-chart__row--production .job-chart__progress__item--manufacturing {
  width: 12%;
  margin-left: 58%;
}
.job-chart__row--sales .job-chart__title {
  border-color: #ef7060;
  color: #ef7060;
}
.job-chart__row--sales .job-chart__progress__item {
  background-color: #ef7060;
}
.job-chart__row--sales .job-chart__progress__item:nth-of-type(1) {
  width: 14%;
  margin-left: 12%;
}
.job-chart__row--sales .job-chart__progress__item:nth-of-type(2) {
  width: 27%;
  margin-left: auto;
}
.job-chart__row--sales .job-chart__progress__item--service-engineer {
  width: 12% !important;
  margin-left: auto !important;
}
.job-chart__row--management .job-chart__title {
  min-height: 6em;
  border-color: #7776ba;
  color: #7776ba;
}
.job-chart__row--management .job-chart__progress {
  margin: 2em 0;
}
.job-chart__row--management .job-chart__progress__item--planning-management {
  width: 100%;
  background-color: #7776ba;
}

/* job-modal */
/* -------------------------------------------------------------------------- */
.job-modal {
  display: none;
  max-width: 80em;
  padding: 0;
}
.job-modal__header {
  padding: 3em 3em 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-modal__header {
    padding: 4em 5% 0;
  }
}
.job-modal__header__title {
  margin-bottom: 1.5em;
  padding: 0.5em;
  text-align: center;
  background-color: #363636;
  font-size: 2.5em;
  color: #fff;
}
.job-modal__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 3em 3em 3em;
  gap: 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-modal__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 5% 3em 5%;
  }
}
.job-modal__content {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.job-modal__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.job-modal__section {
  margin-bottom: 3em;
}
.job-modal__title {
  padding: 0.5em;
  border: 1px solid;
  border-radius: 10em;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5em;
}
.job-modal__read {
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25em;
  line-height: 2;
}
.job-modal__read:last-of-type {
  margin-bottom: 0;
}
.job-modal__member {
  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;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-modal__member {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.job-modal__member__item {
  width: calc(33.333% - 2em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-modal__member__item {
    width: 100%;
  }
}
.job-modal__member__item .card__title {
  color: #fff;
}
.job-modal__member__item .card__title::before {
  background-color: #fff;
}
.job-modal__footer {
  padding: 5em 3em;
  color: #fff;
}
.job-modal__footer__title {
  margin-bottom: 1.5em;
  text-align: center;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2em;
  color: #fff;
}
.job-modal--development .job-modal__header__title,
.job-modal--development .job-modal__footer {
  background-color: #3eaae0;
}
.job-modal--development .job-modal__title {
  border-color: #3eaae0;
  color: #3eaae0;
}
.job-modal--production .job-modal__header__title,
.job-modal--production .job-modal__footer {
  background-color: #82be5a;
}
.job-modal--production .job-modal__title {
  border-color: #82be5a;
  color: #82be5a;
}
.job-modal--sales .job-modal__header__title,
.job-modal--sales .job-modal__footer {
  background-color: #ef7060;
}
.job-modal--sales .job-modal__title {
  border-color: #ef7060;
  color: #ef7060;
}
.job-modal--management .job-modal__header__title,
.job-modal--management .job-modal__footer {
  background-color: #7776ba;
}
.job-modal--management .job-modal__title {
  border-color: #7776ba;
  color: #7776ba;
}

/* member */
/* -------------------------------------------------------------------------- */
.member {
  position: relative;
}
.member__title {
  font-size: 2.5em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .member__title {
    font-size: 2em;
  }
}
.member__title__line {
  background-color: #ff6614;
  color: #fff;
}
.member__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.member__content {
  width: 64.70588235%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .member__content {
    width: 100%;
  }
}
.member__image {
  margin-bottom: 0;
}
.member__read {
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25em;
  line-height: 2;
}
.member__read:last-of-type {
  margin-bottom: 0;
}
.member--pri .member__image {
  width: 64.70588235%;
  margin-top: 5em;
  margin-left: auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .member--pri .member__image {
    width: 100%;
  }
}
.member--sec .member__wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .member--sec .member__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.member--sec .member__image {
  width: 29.41176471%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .member--sec .member__image {
    width: 100%;
  }
}
.member--sec .member__image img {
  width: 130%;
  margin-left: -30%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .member--sec .member__image img {
    width: 100%;
    margin-left: 0;
  }
}
.member--ter .member__image {
  aspect-ratio: 16/9;
  margin-top: 5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .member--ter .member__image {
    aspect-ratio: auto;
  }
}
.member--ter .member__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* policy-title */
/* -------------------------------------------------------------------------- */
.policy-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2em;
  font-size: 2em;
  text-align: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .policy-title {
    width: 100%;
    font-size: 1.75em;
  }
}
.policy-title__pri {
  position: relative;
  width: 100%;
  border: 0.05em solid #fff;
  border-radius: 0.25em;
  padding: 0.5em;
  color: #fff;
}
.policy-title__pri::after {
  content: "＝";
  display: block;
  position: absolute;
  inset: calc(100% + 0.5em) auto auto calc(50% - 0.5em);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.policy-title__sec {
  width: 100%;
  border: 0.05em solid #fff;
  background-color: #fff;
  border-radius: 0.25em;
  padding: 0.5em;
  color: #ff6614;
}
.policy-title__joint {
  color: #fff;
}

/* page-title */
/* -------------------------------------------------------------------------- */
.job-member-page .page-header {
  position: relative;
  padding: 8em 0 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-member-page .page-header {
    padding: 4em 0 0;
  }
}

/* visual */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-member-page.ter-page .visual {
    aspect-ratio: auto;
  }
}
.job-member-page.ter-page .visual__image img {
  opacity: 0.9;
}
.job-member-page.ter-page .visual.iv-item .visual__bg {
  -webkit-transition: opacity 1s ease-out 1.5s;
  transition: opacity 1s ease-out 1.5s;
}
.job-member-page.ter-page .visual.iv-item.is-inview .visual__bg {
  opacity: 0.25;
}

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

/* page-section: policy */
/* -------------------------------------------------------------------------- */
.job-member-page .page-section--policy .content-wrapper {
  padding: 0 25%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-member-page .page-section--policy .content-wrapper {
    padding: 0 5%;
  }
}

/* bg-element */
/* -------------------------------------------------------------------------- */
.job-member-page .page-section--interview-1 .bg-element--cross {
  inset: 5% auto auto 70%;
}
.job-member-page .page-section--interview-1 .bg-element--dot {
  inset: 50% auto auto 90%;
}
.job-member-page .page-section--interview-2 .bg-element--multi-circle {
  inset: 0 auto auto 5%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.job-member-page .page-section--interview-2 .bg-element--multi-rect {
  inset: auto auto 0 90%;
}
.job-member-page .page-section--interview-3 .bg-element--square {
  inset: 15% auto auto 85%;
}

/* ========================================================================== */
/* Work Style */
/* ========================================================================== */
/* workstyle-menu */
/* -------------------------------------------------------------------------- */
.workstyle-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: calc(33.333% - 3.333em);
      flex-basis: calc(33.333% - 3.333em);
  margin-bottom: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .workstyle-menu {
    width: 100%;
  }
}
.workstyle-menu__title {
  font-size: 2em;
}
.workstyle-menu__item {
  position: relative;
  margin-bottom: 0;
  border-top: 1px dotted #cccccc;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125em;
}
.workstyle-menu__item:last-of-type {
  border-bottom: 1px dotted #cccccc;
}
.workstyle-menu__anchor {
  display: block;
  position: relative;
  padding: 1.5em 3em 1.5em 1em;
  color: #363636;
}
.workstyle-menu__anchor.icon--after::after {
  position: absolute;
  inset: calc(50% - 0.5em) 1em auto auto;
  margin-left: auto;
}
.workstyle-menu__item--active .workstyle-menu__anchor {
  background-color: #363636;
}

/* workstyle-map */
/* -------------------------------------------------------------------------- */
.workstyle-map {
  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;
  -ms-flex-preferred-size: calc(66.666% - 1.666em);
      flex-basis: calc(66.666% - 1.666em);
  margin-bottom: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .workstyle-map {
    width: 100%;
  }
}
.workstyle-map__wrapper {
  position: relative;
  width: 66.666%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .workstyle-map__wrapper {
    width: 100%;
  }
}
.workstyle-map__point {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
}
.workstyle-map__point__pin {
  position: absolute;
  inset: auto auto 0 -1.25em;
  width: 2.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .workstyle-map__point__pin {
    inset: auto auto 0 -1em;
    width: 2em;
  }
}
.workstyle-map__point__tooltip {
  position: absolute;
  inset: auto auto 3.5em 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  min-width: 6em;
  padding: 0.5em 0.75em;
  border-radius: 0.25em;
  background-color: #363636;
  white-space: nowrap;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  color: #fff;
}
.workstyle-map__point__tooltip::after {
  content: "";
  display: block;
  position: absolute;
  inset: 100% auto auto calc(50% - 0.25em);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5em 0.25em 0 0.25em;
  border-color: #363636 transparent transparent transparent;
}
.workstyle-map__point--kawasaki {
  inset: 71% auto auto 65%;
}
.workstyle-map__point--utsunomiya {
  inset: 65% auto auto 67%;
}
.workstyle-map__point--hiroshima {
  inset: 77% auto auto 24%;
}
.workstyle-map__point--nakatsugawa {
  inset: 71% auto auto 51%;
}
.workstyle-map__point--kochi {
  inset: 83% auto auto 28%;
}
.workstyle-map__point--miyazaki {
  inset: 94% auto auto 12%;
}
.workstyle-map__point--sapporo {
  inset: 18% auto auto 76%;
}
.workstyle-map__area {
  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;
  min-width: 5em;
  min-height: 5em;
  border-radius: 50%;
  background-color: #ff6614;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .workstyle-map__area {
    font-size: 0.75em;
  }
}
.workstyle-map__area__text {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}
.workstyle-map__area--tohoku {
  inset: calc(45% - 2.5em) auto auto calc(73% - 2.5em);
}
.workstyle-map__area--kanto {
  inset: calc(67% - 3.5em) auto auto calc(69% - 3.5em);
  min-width: 7em;
  min-height: 7em;
}
.workstyle-map__area--chubu {
  inset: calc(70% - 2.5em) auto auto calc(51% - 2.5em);
}
.workstyle-map__area--kinki {
  inset: calc(77% - 2.5em) auto auto calc(38% - 2.5em);
}
.workstyle-map__area--chugoku {
  inset: calc(73% - 2.5em) auto auto calc(21% - 2.5em);
}
.workstyle-map__area--kyushu {
  inset: calc(88% - 2.5em) auto auto calc(9% - 2.5em);
}
.workstyle-map.iv-item .workstyle-map__point {
  opacity: 0;
  -webkit-transform: translateY(-5em);
          transform: translateY(-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;
}
.workstyle-map.iv-item .workstyle-map__point:nth-of-type(1) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.workstyle-map.iv-item .workstyle-map__point:nth-of-type(2) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.workstyle-map.iv-item .workstyle-map__point:nth-of-type(3) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.workstyle-map.iv-item .workstyle-map__point:nth-of-type(4) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.workstyle-map.iv-item .workstyle-map__point:nth-of-type(5) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.workstyle-map.iv-item .workstyle-map__point:nth-of-type(6) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.workstyle-map.iv-item.is-inview .workstyle-map__point {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.isnt-touch .workstyle-map__point .workstyle-map__point__pin {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.isnt-touch .workstyle-map__point .workstyle-map__point__tooltip {
  opacity: 0;
  -webkit-transform: translate(-50%, 1em) scaleY(0);
          transform: translate(-50%, 1em) 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.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.isnt-touch .workstyle-map__point:focus .workstyle-map__point__pin, .isnt-touch .workstyle-map__point:hover .workstyle-map__point__pin {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
.isnt-touch .workstyle-map__point:focus .workstyle-map__point__tooltip, .isnt-touch .workstyle-map__point:hover .workstyle-map__point__tooltip {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scaleY(1);
          transform: translate(-50%, 0) scaleY(1);
}

.is-touch .workstyle-map__point__tooltip {
  display: none;
}

/* location-access */
/* -------------------------------------------------------------------------- */
.location-access {
  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) {
  .location-access {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.location-access__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  gap: 0.5em;
  white-space: nowrap;
}
.location-access__point {
  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: 5em;
  height: 5em;
  border-radius: 50%;
  text-align: center;
  font-weight: 500;
  font-size: 2em;
  line-height: 1.2;
  color: #fff;
}
.location-access__point--pri {
  background-color: #ff6614;
}
.location-access__point--sec {
  background-color: #3eaae0;
}
.location-access__point--ter {
  background-color: #ea9b2b;
}
.location-access__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  line-height: 1.2;
}
.location-access__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1em;
  padding: 0 0.5em 0.25em;
  border-bottom: 1px solid #363636;
}
.location-access__line strong {
  font-family: "Noto Serif JP", serif;
  font-size: 2em;
}
.location-access--hiroshima .location-access__item {
  width: 48em;
}
.location-access--nakatsugawa .location-access__item {
  width: 51em;
}
.location-access--kochi .location-access__item--kochi-okayama-hiroshima .location-access__line {
  -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;
}
.location-access--kochi .location-access__item {
  width: 52em;
}
.location-access--miyazaki .location-access__item {
  width: 48em;
}

/* location-map */
/* -------------------------------------------------------------------------- */
.location-map__image {
  overflow: hidden;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .location-map__image {
    aspect-ratio: 1/1;
  }
}
.location-map__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* location */
/* -------------------------------------------------------------------------- */
.location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6em;
}
.location__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .location__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5em;
  }
}
.location__content {
  -ms-flex-preferred-size: calc(33.333% - 3.333em);
      flex-basis: calc(33.333% - 3.333em);
}
.location__image {
  -ms-flex-preferred-size: calc(66.666% - 1.666em);
      flex-basis: calc(66.666% - 1.666em);
  aspect-ratio: 16/9;
  overflow: hidden;
  margin-bottom: 0;
}
.location__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* product */
/* -------------------------------------------------------------------------- */
.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .product {
    gap: 0 1.5em;
  }
}
.product__item {
  -ms-flex-preferred-size: calc(33.333% - 3.333em);
      flex-basis: calc(33.333% - 3.333em);
  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;
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .product__item {
    -ms-flex-preferred-size: calc(50% - 0.75em);
        flex-basis: calc(50% - 0.75em);
  }
}
.product__image {
  margin-bottom: 0;
}
.product__title {
  width: 100%;
  padding-left: 1.5em;
  text-indent: -0.75em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .product__title {
    font-size: 1em;
  }
}
.product__title::before {
  content: "●";
  display: inline-block;
  margin-right: 0.5em;
  color: #ff6614;
}

/* like */
/* -------------------------------------------------------------------------- */
.like {
  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: 5em;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .like {
    gap: 4em;
  }
}
.like__item {
  -ms-flex-preferred-size: calc(33.333% - 3.333em);
      flex-basis: calc(33.333% - 3.333em);
  overflow: hidden;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .like__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.like__anchor {
  display: inline-block;
  position: relative;
}
.like__anchor.icon--after::after {
  position: absolute;
  inset: auto 0 0 auto;
  margin: 0;
  background-color: #ff6614;
  padding: 1em;
  color: #fff;
}
.like img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.like-section--person .accent-title__pri {
  background-color: #ef7060;
}
.like-section--person .accent-title__sec {
  color: #ef7060;
}
.like-section--person .like__anchor.icon--after::after {
  background-color: #ef7060;
}
.like-section--item .accent-title__pri {
  background-color: #36c2b1;
}
.like-section--item .accent-title__sec {
  color: #36c2b1;
}
.like-section--item .like__anchor.icon--after::after {
  background-color: #36c2b1;
}
.like-section--place .accent-title__pri {
  background-color: #82be5a;
}
.like-section--place .accent-title__sec {
  color: #82be5a;
}
.like-section--place .like__anchor.icon--after::after {
  background-color: #82be5a;
}

/* topics */
/* -------------------------------------------------------------------------- */
.topics {
  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;
}
.topics__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .topics__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 1.5em;
  }
}
.topics__content {
  -ms-flex-preferred-size: calc(64.70588235% - 5em);
      flex-basis: calc(64.70588235% - 5em);
}
.topics__image {
  -ms-flex-preferred-size: 35.29411765%;
      flex-basis: 35.29411765%;
}
.topics__label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.5em;
  padding: 0 0.5em;
  background-color: #ff6614;
  font-family: "Nanum Myeongjo", serif;
  line-height: 2;
  color: #fff;
}
.topics__title {
  margin-bottom: 0.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .topics__title {
    font-size: 1.75em;
  }
}
.topics__read {
  margin-bottom: 0;
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25em;
  line-height: 2;
}

/* people-header */
/* -------------------------------------------------------------------------- */
.people-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .people-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.people-header__content {
  -ms-flex-preferred-size: 35.29411765%;
      flex-basis: 35.29411765%;
  padding: 3em;
  background-color: #36c2b1;
  color: #fff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .people-header__content {
    padding: 1.5em;
  }
}
.people-header__image {
  -ms-flex-preferred-size: 64.70588235%;
      flex-basis: 64.70588235%;
  margin-bottom: 0;
}
.people-header__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .people-header__image img {
    aspect-ratio: 3/2;
  }
}
.people-header__title {
  font-size: 2em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .people-header__title {
    font-size: 1.75em;
  }
}
.people-header__status {
  margin-bottom: 0;
}
.people-header__status__name {
  font-weight: 400;
  font-size: 1.5em;
}
.people-header__status__item {
  font-size: 1em;
}

/* people */
/* -------------------------------------------------------------------------- */
.people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6em;
}
.people__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .people__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3em;
  }
}
.people__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.people__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
  overflow: hidden;
  aspect-ratio: 3/2;
}
.people__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.people__title {
  font-size: 2em;
  line-height: 1.6;
  color: #36c2b1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .people__title {
    font-size: 1.75em;
  }
}
.people__read {
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25em;
  line-height: 2;
}
.people__read:last-of-type {
  margin-bottom: 0;
}
.people__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .people__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* page-title */
/* -------------------------------------------------------------------------- */
.workstyle-page .page-header {
  position: relative;
  padding: 8em 0 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .workstyle-page .page-header {
    padding: 4em 0 0;
  }
}

/* sec-page: visual */
/* -------------------------------------------------------------------------- */
.workstyle-page.sec-page .visual__bg {
  opacity: 0.75;
}
.workstyle-page.sec-page .visual__image img {
  opacity: 0.75;
}

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

/* kawasaki */
/* ------------------------------------- */
.page-section.page-section--kawasaki .location__image img {
  -o-object-position: 0 100%;
     object-position: 0 100%;
}

.kawasaki-page .workstyle-menu__item--kawasaki::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto auto 0;
  width: 0.1em;
  height: 100%;
  background-color: #ff6614;
}
.kawasaki-page .location__item:nth-of-type(1) .location__image img {
  -o-object-position: 0 100%;
     object-position: 0 100%;
}

/* utsunomiya */
/* ------------------------------------- */
.page-section.page-section--utsunomiya .location__image img {
  -o-object-position: 0 70%;
     object-position: 0 70%;
}

.utsunomiya-page .workstyle-menu__item--utsunomiya::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto auto 0;
  width: 0.1em;
  height: 100%;
  background-color: #ff6614;
}
.utsunomiya-page .location__item:nth-of-type(2) .location__image img {
  -o-object-position: 0 70%;
     object-position: 0 70%;
}

/* hiroshima */
/* ------------------------------------- */
.page-section.page-section--hiroshima .location__image img {
  -o-object-position: 0 100%;
     object-position: 0 100%;
}

.hiroshima-page .workstyle-menu__item--hiroshima::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto auto 0;
  width: 0.1em;
  height: 100%;
  background-color: #ff6614;
}
.hiroshima-page .location__item:nth-of-type(1) .location__image img {
  -o-object-position: 0 40%;
     object-position: 0 40%;
}
.hiroshima-page .location__item:nth-of-type(2) .location__image img {
  -o-object-position: 0 100%;
     object-position: 0 100%;
}

/* nakatsugawa */
/* ------------------------------------- */
.page-section.page-section--nakatsugawa .location__image img {
  -o-object-position: 0 90%;
     object-position: 0 90%;
}

.nakatsugawa-page .workstyle-menu__item--nakatsugawa::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto auto 0;
  width: 0.1em;
  height: 100%;
  background-color: #ff6614;
}
.nakatsugawa-page .location__item:nth-of-type(1) .location__image img {
  -o-object-position: 0 90%;
     object-position: 0 90%;
}

/* kochi */
/* ------------------------------------- */
.page-section.page-section--kochi .location__image img {
  -o-object-position: 0 10%;
     object-position: 0 10%;
}

.kochi-page .workstyle-menu__item--kochi::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto auto 0;
  width: 0.1em;
  height: 100%;
  background-color: #ff6614;
}
.kochi-page .location__item:nth-of-type(1) .location__image img {
  -o-object-position: 0 10%;
     object-position: 0 10%;
}

.kochi-page .like-section--item .like__item:nth-of-type(2) img {
  -o-object-position: 0 15%;
     object-position: 0 15%;
}

/* kochi */
/* ------------------------------------- */
.miyazaki-page .workstyle-menu__item--miyazaki::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto auto 0;
  width: 0.1em;
  height: 100%;
  background-color: #ff6614;
}

/* ========================================================================== */
/* Environment Contents */
/* ========================================================================== */
/* number-visual */
/* -------------------------------------------------------------------------- */
.number-visual {
  position: relative;
  width: 100%;
  aspect-ratio: 2/1;
  overflow: hidden;
  background-color: #d6d6d6;
}
.number-visual__item {
  position: absolute;
  font-family: "Nanum Myeongjo", serif;
  line-height: 1.1;
  color: #e0e0e0;
}
.number-visual__item span {
  display: inline-block;
}
.number-visual__item--pri {
  inset: -6.125vw auto auto -0.25vw;
  font-size: 20vw;
}
.number-visual__item--sec {
  inset: -2vw auto auto 51vw;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 20vw;
}
.number-visual__item--ter {
  inset: -6.875vw auto auto 74vw;
  font-size: 17.375vw;
}
.number-visual__item--qua {
  inset: 8.875vw auto auto 74vw;
  font-size: 17.375vw;
}
.number-visual__item--qui {
  inset: 11vw auto auto -2vw;
  font-size: 26vw;
}
.number-visual__item--sen {
  inset: 35vw auto auto 0.125vw;
  font-size: 19vw;
}
.number-visual__item--sep {
  inset: 33vw auto auto 29vw;
  font-size: 29vw;
}
.number-visual__item--oct {
  inset: 22.25vw auto auto 70.5vw;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 28.5vw;
}

/* number-container */
/* -------------------------------------------------------------------------- */
.number-container {
  position: relative;
  padding: 3em 2em 4em;
}
.number-container::before, .number-container::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 1em);
  height: 1px;
  background-color: #ff6614;
}
.number-container::before {
  inset: 0 auto auto -0.5em;
}
.number-container::after {
  inset: auto -0.5em 0 auto;
}
.number-container__wrapper::before, .number-container__wrapper::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #ff6614;
  width: 1px;
  height: calc(100% + 1em);
}
.number-container__wrapper::before {
  inset: -0.5em 0 auto auto;
}
.number-container__wrapper::after {
  inset: auto auto -0.5em 0;
}
.number-container__title {
  margin-bottom: 0;
  font-size: 2em;
  text-align: center;
}
.number-container__chart {
  margin-bottom: 0;
}
.number-container__read {
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25em;
  line-height: 2;
}
.number-container__read:last-of-type {
  margin-bottom: 0;
}
.number-container__date {
  position: absolute;
  inset: auto 2em 2em auto;
  font-family: "Noto Sans JP", sans-serif;
  text-align: right;
}

/* doughnut-graph */
/* -------------------------------------- */
.doughnut-graph {
  width: 15em;
}
.doughnut-graph__circle {
  fill: none;
  stroke: #ff6614;
  stroke-width: 80;
  stroke-miterlimit: 10;
  stroke-dashoffset: 753.98;
  stroke-dasharray: 753.98;
}

/* bar-graph */
/* -------------------------------------- */
.bar-graph {
  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;
  width: 100%;
}
.bar-graph__caption {
  text-align: right;
  font-size: 1.125em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .bar-graph__caption {
    font-size: 1em;
  }
}
.bar-graph__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  font-family: "Nanum Myeongjo", serif;
}
.bar-graph__bar {
  height: 3em;
  background-color: black;
}
.bar-graph__value {
  font-size: 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .bar-graph__value {
    font-size: 2em;
  }
}
.bar-graph__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}

/* chart color */
/* -------------------------------------- */
/* chart */
/* -------------------------------------- */
.chart {
  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;
  min-height: 20em;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
.chart__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* chart: science-humanities */
/* -------------------------------------- */
.chart--science-humanities .chart__group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .chart--science-humanities .chart__group {
    position: absolute;
    font-size: 1.5em;
  }
}
.chart--science-humanities .chart__group--pri {
  color: #55bae6;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .chart--science-humanities .chart__group--pri {
    inset: 12.5% auto auto 0;
  }
}
.chart--science-humanities .chart__group--sec {
  color: #4ccfbd;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .chart--science-humanities .chart__group--sec {
    inset: auto 0 12.5% auto;
  }
}
.chart--science-humanities .chart__title {
  font-size: 75%;
}
.chart--science-humanities .chart__value {
  font-size: 200%;
  font-family: "Nanum Myeongjo", serif;
}
.chart--science-humanities .doughnut-graph__circle--1 {
  stroke: #4ccfbd;
}
.chart--science-humanities .doughnut-graph__circle--2 {
  stroke: #55bae6;
}
.chart--science-humanities.iv-item.is-inview #science-humanities_1 {
  -webkit-animation: circleMask1 1000ms linear 1 normal forwards;
          animation: circleMask1 1000ms linear 1 normal forwards;
}
@-webkit-keyframes circleMask1 {
  0% {
    stroke-dashoffset: 753.98;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes circleMask1 {
  0% {
    stroke-dashoffset: 753.98;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.chart--science-humanities.iv-item.is-inview #science-humanities_2 {
  -webkit-animation: circleMask2 1000ms linear 1 normal forwards;
          animation: circleMask2 1000ms linear 1 normal forwards;
}
@-webkit-keyframes circleMask2 {
  0% {
    stroke-dashoffset: 753.98;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes circleMask2 {
  0% {
    stroke-dashoffset: 753.98;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

/* chart: employees */
/* -------------------------------------- */
.chart--employees {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.chart--employees .chart__number {
  font-size: 2em;
  color: #55bae6;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .chart--employees .chart__number {
    font-size: 1.75em;
  }
}
.chart--employees .chart__value {
  font-family: "Nanum Myeongjo", serif;
  font-size: 300%;
}
.chart--employees .chart__image {
  width: 90%;
  aspect-ratio: 40/8;
  overflow: hidden;
}
.chart--employees.iv-item .chart__image img {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}
.chart--employees.iv-item.is-inview .chart__image img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* chart: fresh-career */
/* -------------------------------------- */
.chart--fresh-career .chart__group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .chart--fresh-career .chart__group {
    position: absolute;
    font-size: 1em;
  }
}
.chart--fresh-career .chart__group--pri {
  color: #55bae6;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .chart--fresh-career .chart__group--pri {
    inset: 12.5% auto auto 0;
  }
}
.chart--fresh-career .chart__group--sec {
  color: #4ccfbd;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .chart--fresh-career .chart__group--sec {
    inset: auto 0 12.5% auto;
  }
}
.chart--fresh-career .chart__title {
  font-size: 75%;
}
.chart--fresh-career .chart__value {
  font-size: 200%;
  font-family: "Nanum Myeongjo", serif;
}
.chart--fresh-career .doughnut-graph__circle--1 {
  stroke: #4ccfbd;
}
.chart--fresh-career .doughnut-graph__circle--2 {
  stroke: #55bae6;
}
.chart--fresh-career.iv-item.is-inview #fresh-career_1 {
  -webkit-animation: circleMask1 1000ms linear 1 normal forwards;
          animation: circleMask1 1000ms linear 1 normal forwards;
}
@keyframes circleMask1 {
  0% {
    stroke-dashoffset: 753.98;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.chart--fresh-career.iv-item.is-inview #fresh-career_2 {
  -webkit-animation: circleMask2 1000ms linear 1 normal forwards;
          animation: circleMask2 1000ms linear 1 normal forwards;
}
@keyframes circleMask2 {
  0% {
    stroke-dashoffset: 753.98;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

/* chart: occupation */
/* -------------------------------------- */
.chart--occupation .chart__graph {
  width: 100%;
}
.chart--occupation .bar-graph__caption {
  width: 7.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .chart--occupation .bar-graph__caption {
    width: 5em;
  }
}
.chart--occupation .bar-graph__number {
  width: calc(100% - 8em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .chart--occupation .bar-graph__number {
    width: calc(100% - 5.5em);
  }
}
.chart--occupation .bar-graph__item--pri .bar-graph__caption,
.chart--occupation .bar-graph__item--pri .bar-graph__value {
  color: #4ccfbd;
}
.chart--occupation .bar-graph__item--pri .bar-graph__bar {
  background-color: #4ccfbd;
}
.chart--occupation .bar-graph__item--sec .bar-graph__caption,
.chart--occupation .bar-graph__item--sec .bar-graph__value {
  color: #55bae6;
}
.chart--occupation .bar-graph__item--sec .bar-graph__bar {
  background-color: #55bae6;
}
.chart--occupation .bar-graph__item--ter .bar-graph__caption,
.chart--occupation .bar-graph__item--ter .bar-graph__value {
  color: #4c92cf;
}
.chart--occupation .bar-graph__item--ter .bar-graph__bar {
  background-color: #4c92cf;
}
.chart--occupation .bar-graph__item--qua .bar-graph__caption,
.chart--occupation .bar-graph__item--qua .bar-graph__value {
  color: #5f70cf;
}
.chart--occupation .bar-graph__item--qua .bar-graph__bar {
  background-color: #5f70cf;
}
.chart--occupation.iv-item .bar-graph__bar {
  width: 0;
  -webkit-transition: width 1s ease-out;
  transition: width 1s ease-out;
}
.chart--occupation.iv-item.is-inview .bar-graph__item--pri .bar-graph__bar {
  width: 20.6%;
}
.chart--occupation.iv-item.is-inview .bar-graph__item--sec .bar-graph__bar {
  width: 63.4%;
}
.chart--occupation.iv-item.is-inview .bar-graph__item--ter .bar-graph__bar {
  width: 13.25%;
}
.chart--occupation.iv-item.is-inview .bar-graph__item--qua .bar-graph__bar {
  width: 31.65%;
}

/* chart: skill-test-license */
/* -------------------------------------- */
.chart--skill-test-license {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.chart--skill-test-license .chart__number {
  font-size: 2.5em;
  color: #4ccfbd;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .chart--skill-test-license .chart__number {
    font-size: 1.75em;
  }
}
.chart--skill-test-license .chart__value {
  font-family: "Nanum Myeongjo", serif;
  font-size: 300%;
}
.chart--skill-test-license .chart__image {
  width: 90%;
  aspect-ratio: 40/8;
  overflow: hidden;
}
.chart--skill-test-license.iv-item .chart__image img {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}
.chart--skill-test-license.iv-item.is-inview .chart__image img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* chart: turnover */
/* -------------------------------------- */
.chart--turnover {
  gap: 0.5em;
}
.chart--turnover .chart__number {
  position: absolute;
  inset: 50% auto auto 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.5em;
  color: #ff5d7a;
}
.chart--turnover .chart__value {
  font-family: "Nanum Myeongjo", serif;
  font-size: 200%;
}
.chart--turnover .doughnut-graph__circle {
  stroke-width: 60;
  stroke-dashoffset: 816.83;
  stroke-dasharray: 816.83;
}
.chart--turnover .doughnut-graph__circle--1 {
  stroke: #ff5d7a;
}
.chart--turnover .doughnut-graph__circle--2 {
  stroke: #b3b3b3;
}
.chart--turnover.iv-item.is-inview #turnover_1 {
  -webkit-animation: circleMask1 1000ms linear 1 normal forwards;
          animation: circleMask1 1000ms linear 1 normal forwards;
}
@keyframes circleMask1 {
  0% {
    stroke-dashoffset: 816.83;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.chart--turnover.iv-item.is-inview #turnover_2 {
  -webkit-animation: circleMask2 1000ms linear 1 normal forwards;
          animation: circleMask2 1000ms linear 1 normal forwards;
}
@keyframes circleMask2 {
  0% {
    stroke-dashoffset: 816.83;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

/* chart: special-holiday and other */
/* -------------------------------------- */
.chart--special-holiday,
.chart--annual-holiday,
.chart--overtime-hours,
.chart--paid-holiday {
  gap: 2em;
}
.chart--special-holiday .chart__group,
.chart--annual-holiday .chart__group,
.chart--overtime-hours .chart__group,
.chart--paid-holiday .chart__group {
  font-size: 2.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .chart--special-holiday .chart__group,
  .chart--annual-holiday .chart__group,
  .chart--overtime-hours .chart__group,
  .chart--paid-holiday .chart__group {
    font-size: 2em;
  }
}
.chart--special-holiday .chart__title,
.chart--annual-holiday .chart__title,
.chart--overtime-hours .chart__title,
.chart--paid-holiday .chart__title {
  font-size: 75%;
  color: #ff5d7a;
}
.chart--special-holiday .chart__number,
.chart--annual-holiday .chart__number,
.chart--overtime-hours .chart__number,
.chart--paid-holiday .chart__number {
  color: #ff5d7a;
}
.chart--special-holiday .chart__value,
.chart--annual-holiday .chart__value,
.chart--overtime-hours .chart__value,
.chart--paid-holiday .chart__value {
  font-family: "Nanum Myeongjo", serif;
  font-size: 300%;
}

/* chart: man-woman */
/* -------------------------------------- */
.chart--man-woman .chart__group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .chart--man-woman .chart__group {
    position: absolute;
    font-size: 1.5em;
  }
}
.chart--man-woman .chart__group--pri {
  color: #5490d1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .chart--man-woman .chart__group--pri {
    inset: 12.5% auto auto 0;
  }
}
.chart--man-woman .chart__group--sec {
  color: #545ad1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .chart--man-woman .chart__group--sec {
    inset: auto 0 12.5% auto;
  }
}
.chart--man-woman .chart__title {
  font-size: 75%;
}
.chart--man-woman .chart__value {
  font-size: 200%;
  font-family: "Nanum Myeongjo", serif;
}
.chart--man-woman .chart__unit {
  font-size: 50%;
}
.chart--man-woman .doughnut-graph__circle--1 {
  stroke: #545ad1;
}
.chart--man-woman .doughnut-graph__circle--2 {
  stroke: #5490d1;
}
.chart--man-woman.iv-item.is-inview #man-woman_1 {
  -webkit-animation: circleMask1 1000ms linear 1 normal forwards;
          animation: circleMask1 1000ms linear 1 normal forwards;
}
@keyframes circleMask1 {
  0% {
    stroke-dashoffset: 753.98;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.chart--man-woman.iv-item.is-inview #man-woman_2 {
  -webkit-animation: circleMask2 1000ms linear 1 normal forwards;
          animation: circleMask2 1000ms linear 1 normal forwards;
}
@keyframes circleMask2 {
  0% {
    stroke-dashoffset: 753.98;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

/* chart: length-service and other */
/* -------------------------------------- */
.chart--length-service,
.chart--childcare-leave {
  gap: 2em;
}
.chart--length-service .chart__group,
.chart--childcare-leave .chart__group {
  font-size: 2.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .chart--length-service .chart__group,
  .chart--childcare-leave .chart__group {
    font-size: 1.75em;
  }
}
.chart--length-service .chart__title,
.chart--childcare-leave .chart__title {
  font-size: 75%;
}
.chart--length-service .chart__value,
.chart--childcare-leave .chart__value {
  font-family: "Nanum Myeongjo", serif;
}
.chart--length-service .chart__number,
.chart--childcare-leave .chart__number {
  font-size: 200%;
}
.chart--length-service .chart__group--pri .chart__title,
.chart--length-service .chart__group--pri .chart__number,
.chart--childcare-leave .chart__group--pri .chart__title,
.chart--childcare-leave .chart__group--pri .chart__number {
  color: #545ad1;
}
.chart--length-service .chart__group--sec .chart__title,
.chart--length-service .chart__group--sec .chart__number,
.chart--childcare-leave .chart__group--sec .chart__title,
.chart--childcare-leave .chart__group--sec .chart__number {
  color: #5490d1;
}

/* chart: woman-manager */
/* -------------------------------------- */
.chart--woman-manager .chart__graph {
  width: 100%;
}
.chart--woman-manager .bar-graph__bar {
  height: 2.5em;
}
.chart--woman-manager .bar-graph__caption {
  width: 6em;
  font-family: "Nanum Myeongjo", serif;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .chart--woman-manager .bar-graph__caption {
    width: 3em;
  }
}
.chart--woman-manager .bar-graph__number {
  width: calc(100% - 6.5em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .chart--woman-manager .bar-graph__number {
    width: calc(100% - 3.5em);
  }
}
.chart--woman-manager .bar-graph__value {
  font-size: 2.5em;
}
.chart--woman-manager .bar-graph__item--pri .bar-graph__caption,
.chart--woman-manager .bar-graph__item--pri .bar-graph__value {
  color: #545ad1;
}
.chart--woman-manager .bar-graph__item--pri .bar-graph__bar {
  background-color: #545ad1;
}
.chart--woman-manager .bar-graph__item--sec .bar-graph__caption,
.chart--woman-manager .bar-graph__item--sec .bar-graph__value {
  color: #5473d1;
}
.chart--woman-manager .bar-graph__item--sec .bar-graph__bar {
  background-color: #5473d1;
}
.chart--woman-manager .bar-graph__item--ter .bar-graph__caption,
.chart--woman-manager .bar-graph__item--ter .bar-graph__value {
  color: #5490d1;
}
.chart--woman-manager .bar-graph__item--ter .bar-graph__bar {
  background-color: #5490d1;
}
.chart--woman-manager .bar-graph__item--qua .bar-graph__caption,
.chart--woman-manager .bar-graph__item--qua .bar-graph__value {
  color: #54a7d1;
}
.chart--woman-manager .bar-graph__item--qua .bar-graph__bar {
  background-color: #54a7d1;
}
.chart--woman-manager .bar-graph__item--qui .bar-graph__caption,
.chart--woman-manager .bar-graph__item--qui .bar-graph__value {
  color: #54c2d1;
}
.chart--woman-manager .bar-graph__item--qui .bar-graph__bar {
  background-color: #54c2d1;
}
.chart--woman-manager.iv-item .bar-graph__bar {
  width: 0;
  -webkit-transition: width 1s ease-out;
  transition: width 1s ease-out;
}
.chart--woman-manager.iv-item.is-inview .bar-graph__item--pri .bar-graph__bar {
  width: 68.666%;
}
.chart--woman-manager.iv-item.is-inview .bar-graph__item--sec .bar-graph__bar {
  width: 66.666%;
}
.chart--woman-manager.iv-item.is-inview .bar-graph__item--ter .bar-graph__bar {
  width: 66.666%;
}
.chart--woman-manager.iv-item.is-inview .bar-graph__item--qua .bar-graph__bar {
  width: 50%;
}
.chart--woman-manager.iv-item.is-inview .bar-graph__item--qui .bar-graph__bar {
  width: 30%;
}

/* chart: wage */
/* -------------------------------------- */
.chart--wage {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.chart--wage .chart__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .chart--wage .chart__row {
    gap: 1em;
  }
}
.chart--wage .chart__row--sec {
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 1px solid #cccccc;
}
.chart--wage .chart__caption {
  -webkit-transform: translateY(0.5em);
          transform: translateY(0.5em);
  text-align: left;
  font-size: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .chart--wage .chart__caption {
    font-size: 1em;
  }
}
.chart--wage .chart__title {
  font-size: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .chart--wage .chart__title {
    font-size: 1em;
  }
}
.chart--wage .chart__vlue {
  font-family: "Nanum Myeongjo", serif;
}
.chart--wage .chart__number {
  font-size: 5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .chart--wage .chart__number {
    font-size: 4em;
  }
}
.chart--wage .chart__unit {
  font-size: 33.333%;
}
.chart--wage .chart__group--pri .chart__title,
.chart--wage .chart__group--pri .chart__number {
  color: #545ad1;
}
.chart--wage .chart__group--sec .chart__title,
.chart--wage .chart__group--sec .chart__number {
  color: #5490d1;
}

/* hrd-figure */
/* -------------------------------------------------------------------------- */
.hrd-figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  border-radius: 0.5em;
  font-size: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .hrd-figure {
    font-size: 0.675em;
  }
}
.hrd-figure__wrapper {
  position: relative;
  width: 40em;
  height: 20em;
}
.hrd-figure__core {
  position: absolute;
  inset: auto auto 0 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hrd-figure__core.hr-slogan {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
  font-size: 1em;
}
.hrd-figure__core.hr-slogan .hr-slogan__icon {
  position: relative;
}
.hrd-figure__core.hr-slogan .hr-slogan__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.hrd-figure__core.hr-slogan .hr-slogan__title__line:nth-of-type(1) {
  letter-spacing: 0.1em;
}
.hrd-figure__core.hr-slogan .hr-slogan__title__line:nth-of-type(2) {
  -webkit-transform: translateX(0.2em);
          transform: translateX(0.2em);
}
.hrd-figure__core::before {
  display: block;
  content: "";
  position: absolute;
  inset: 0 auto auto 1em;
  width: 6em;
  height: 6em;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1.5em 0 #fff;
          box-shadow: 0 0 1.5em 0 #fff;
}
.hrd-figure__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  width: 12em;
  background-color: #ffe4d6;
  text-align: center;
}
.hrd-figure__title {
  padding: 0.25em;
  background-color: #ff6614;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  color: #fff;
}
.hrd-figure__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 0.5em;
}
.hrd-figure__read {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  color: #ff6614;
}
.hrd-figure__item:nth-of-type(1) {
  inset: 0 auto auto calc(50% - 6em);
}
.hrd-figure__item:nth-of-type(2) {
  inset: 30% 0 auto auto;
}
.hrd-figure__item:nth-of-type(3) {
  inset: 70% 0 auto auto;
}
.hrd-figure__item:nth-of-type(4) {
  inset: 70% auto auto 0;
}
.hrd-figure__item:nth-of-type(5) {
  inset: 30% auto auto 0;
}
.hrd-figure__arrow {
  position: absolute;
  width: 5em;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.hrd-figure__arrow:nth-of-type(1) {
  inset: auto auto 36% calc(50% - 2.5em);
}
.hrd-figure__arrow:nth-of-type(2) {
  inset: auto auto 36% calc(50% - 2.5em);
  -webkit-transform: rotate(60deg) translateY(-25%);
          transform: rotate(60deg) translateY(-25%);
}
.hrd-figure__arrow:nth-of-type(3) {
  inset: auto auto 36% calc(50% - 2.5em);
  -webkit-transform: rotate(120deg) translateY(-25%);
          transform: rotate(120deg) translateY(-25%);
}
.hrd-figure__arrow:nth-of-type(4) {
  inset: auto auto 36% calc(50% - 2.5em);
  -webkit-transform: rotate(-120deg) translateY(-25%);
          transform: rotate(-120deg) translateY(-25%);
}
.hrd-figure__arrow:nth-of-type(5) {
  inset: auto auto 36% calc(50% - 2.5em);
  -webkit-transform: rotate(-60deg) translateY(-25%);
          transform: rotate(-60deg) translateY(-25%);
}

/* effort */
/* -------------------------------------------------------------------------- */
.effort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5em;
}
.effort__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .effort__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5em;
  }
}
.effort__content {
  -ms-flex-preferred-size: calc(66.666% - 1.666em);
      flex-basis: calc(66.666% - 1.666em);
}
.effort__image {
  margin-bottom: 0;
  -ms-flex-preferred-size: calc(33.333% - 3.333em);
      flex-basis: calc(33.333% - 3.333em);
}
.effort__label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1em;
  padding: 0 0.5em;
  background-color: #ff6614;
  font-family: "Nanum Myeongjo", serif;
  line-height: 2;
  color: #fff;
}
.effort__title {
  margin-bottom: 1em;
  font-weight: 500;
  font-size: 2em;
  line-height: 1.6;
  color: #ff6614;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .effort__title {
    font-size: 1.75em;
  }
}
.effort__read {
  margin-bottom: 0;
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25em;
  line-height: 2;
}

/* benefit */
/* -------------------------------------------------------------------------- */
.benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .benefit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.benefit__item {
  -ms-flex-preferred-size: calc(33.333% - 3.333em);
      flex-basis: calc(33.333% - 3.333em);
}
.benefit__image {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.benefit__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.benefit__title {
  margin-bottom: 0.75em;
  text-align: center;
  font-weight: 500;
  font-size: 1.75em;
  line-height: 1.6;
  color: #ff6614;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .benefit__title {
    font-size: 1.5em;
  }
}
.benefit__read {
  margin-bottom: 0;
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25em;
  line-height: 2;
}

/* page-title */
/* -------------------------------------------------------------------------- */
.environment-page .page-header {
  position: relative;
  padding: 8em 0 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .environment-page .page-header {
    padding: 4em 0 0;
  }
}

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

/* number-page */
/* -------------------------------------------------------------------------- */
.environment-page.number-page .visual__image {
  background-color: #ebebeb;
}

/* ========================================================================== */
/* Special Contents */
/* ========================================================================== */
/* special-index */
/* -------------------------------------------------------------------------- */
.special-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6em;
}
.special-index__item {
  position: relative;
  padding: 4em 0 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-index__item {
    padding: 3em 0 0;
  }
}
.special-index__image {
  display: block;
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-index__image {
    margin-bottom: 3em;
  }
}
.special-index__image::before {
  content: "";
  display: block;
  position: absolute;
  top: 3em;
  width: 100%;
  height: 100%;
  background-color: #ff6614;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-index__image::before {
    top: 1.5em;
  }
}
.special-index__image__wrapper {
  display: block;
  aspect-ratio: 3/1;
  background-color: #363636;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-index__image__wrapper {
    aspect-ratio: 3/2;
  }
}
.special-index__image__title {
  position: absolute;
  inset: 50% auto auto 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 3em;
  color: #ff6614;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-index__image__title {
    white-space: nowrap;
    font-size: 1.5em;
  }
}
.special-index__image img {
  position: relative;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.special-index__image .icon {
  display: none;
  position: absolute;
  bottom: 1em;
  width: 3em;
  height: 3em;
  background-color: #fff;
  text-align: center;
  line-height: 3;
}
.special-index__image .icon::before {
  margin: 0;
}
.special-index__title {
  display: block;
  position: absolute;
  top: 0;
  background-color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-index__title {
    font-size: 2em;
  }
}
.special-index__title.box-title {
  padding: 0.25em 0;
  line-height: 1.4;
}
.special-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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
  position: absolute;
  bottom: 0;
  padding-top: 1em;
  background-color: #fff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-index__content {
    position: relative;
    inse: auto !important;
    padding: 0 !important;
    background-color: transparent;
  }
}
.special-index__label {
  padding: 0.25em 1em;
  background-color: #ff6614;
  color: #fff;
}
.special-index__read {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25em;
  line-height: 2;
  color: #363636;
}
.special-index__anchor {
  text-decoration: none;
}
.special-index__anchor .special-index__image img,
.special-index__anchor .special-index__image .dummy-image {
  opacity: 1;
}
.special-index__anchor .special-index__image .special-index__image__title {
  display: none;
}
.special-index__anchor .special-index__image .icon {
  display: block;
}

.special-index__item:nth-of-type(odd) .special-index__image::before {
  left: 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-index__item:nth-of-type(odd) .special-index__image::before {
    left: 1.5em;
  }
}
.special-index__item:nth-of-type(odd) .icon {
  right: 0.75em;
}
.special-index__item:nth-of-type(odd) .special-index__title {
  right: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-index__item:nth-of-type(odd) .special-index__title {
    right: 0.75em;
  }
}
.special-index__item:nth-of-type(odd) .special-index__content {
  left: 0;
  padding-right: 1em;
}
.special-index__item:nth-of-type(even) .special-index__image::before {
  right: 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-index__item:nth-of-type(even) .special-index__image::before {
    right: 1.5em;
  }
}
.special-index__item:nth-of-type(even) .icon {
  left: 0.75em;
}
.special-index__item:nth-of-type(even) .special-index__title {
  left: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-index__item:nth-of-type(even) .special-index__title {
    left: 0.75em;
  }
}
.special-index__item:nth-of-type(even) .special-index__content {
  right: 0;
  padding-left: 1em;
}
.special-index__item--woman .special-index__image img {
  -o-object-position: 0 36%;
     object-position: 0 36%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-index__item--woman .special-index__image img {
    height: 120%;
    -o-object-position: 100% 0;
       object-position: 100% 0;
  }
}
.special-index__item--woman .special-index__image::before,
.special-index__item--woman .special-index__label {
  background-color: #ef7060;
}
.special-index__item--woman .special-index__title,
.special-index__item--woman .special-index__image__title,
.special-index__item--woman .icon::before {
  color: #ef7060;
}
.special-index__item--middle .special-index__image img {
  opacity: 0.5;
}
.special-index__item--middle .special-index__image::before,
.special-index__item--middle .special-index__label {
  background-color: #3eaae0;
}
.special-index__item--middle .special-index__title,
.special-index__item--middle .special-index__image__title,
.special-index__item--middle .icon::before {
  color: #3eaae0;
}
.special-index__item--college .special-index__image img {
  opacity: 0.5;
}
.special-index__item--college .special-index__image::before,
.special-index__item--college .special-index__label {
  background-color: #82be5a;
}
.special-index__item--college .special-index__title,
.special-index__item--college .special-index__image__title,
.special-index__item--college .icon::before {
  color: #82be5a;
}
.special-index__item--highschool .special-index__image img {
  opacity: 0.5;
}
.special-index__item--highschool .special-index__image::before,
.special-index__item--highschool .special-index__label {
  background-color: #7776ba;
}
.special-index__item--highschool .special-index__title,
.special-index__item--highschool .special-index__image__title,
.special-index__item--highschool .icon::before {
  color: #7776ba;
}

.special-index .special-index__item.iv-item .special-index__image::before {
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.special-index .special-index__item.iv-item .special-index__image__wrapper {
  -webkit-transform: translate(-10vw, 0) scale(1.25);
          transform: translate(-10vw, 0) scale(1.25);
  clip-path: polygon(0 0, 0 0, 0 0);
  -webkit-transition-property: clip-path, -webkit-transform;
  transition-property: clip-path, -webkit-transform;
  transition-property: clip-path, transform;
  transition-property: clip-path, transform, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.special-index .special-index__item.iv-item.is-inview .special-index__image::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.special-index .special-index__item.iv-item.is-inview .special-index__image__wrapper {
  clip-path: polygon(0 0, 200% 0, 0 200%);
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

.isnt-touch .special-index__anchor .special-index__image__wrapper {
  overflow: hidden;
}
.isnt-touch .special-index__anchor img,
.isnt-touch .special-index__anchor .dummy-image {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.isnt-touch .special-index__anchor:focus img,
.isnt-touch .special-index__anchor:focus .dummy-image, .isnt-touch .special-index__anchor:hover img,
.isnt-touch .special-index__anchor:hover .dummy-image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* special-profile */
/* -------------------------------------------------------------------------- */
.special-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3em;
  padding: 0 5%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.special-profile__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: 1.5em;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-profile__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.special-profile__image {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-profile__image {
    width: 8em;
  }
}
.special-profile__image img {
  border-radius: 50%;
}
.special-profile__name {
  margin-bottom: 0.5em;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2em;
  line-height: 1;
  color: #ff6614;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-profile__name {
    text-align: left;
  }
}
.special-profile__status {
  text-align: center;
  font-size: 1em;
  color: #ff6614;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-profile__status {
    text-align: left;
  }
}

/* special-header */
/* -------------------------------------------------------------------------- */
.special-header {
  margin-bottom: 3em;
}
.special-header__label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1.5em;
  padding: 0 0.5em;
  background-color: #ff6614;
  font-family: "Nanum Myeongjo", serif;
  line-height: 2;
  color: #fff;
}
.special-header__title {
  text-align: center;
  font-weight: 500;
  font-size: 2em;
  line-height: 1.6;
  color: #ff6614;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-header__title {
    font-size: 1.75em;
  }
}

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

/* special */
/* -------------------------------------------------------------------------- */
.special {
  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;
}
.special__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special__item {
    gap: 1em;
  }
}
.special__image {
  margin-bottom: 0;
  -ms-flex-preferred-size: 8em;
      flex-basis: 8em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special__image {
    -ms-flex-preferred-size: 5em;
        flex-basis: 5em;
  }
}
.special__image img {
  border-radius: 50%;
}
.special__image__caption {
  margin-top: 0.5em;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25em;
  line-height: 1;
  color: #ff6614;
}
.special__content {
  position: relative;
  -ms-flex-preferred-size: calc(100% - 20em);
      flex-basis: calc(100% - 20em);
  padding: 1.5em;
  border-radius: 1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special__content {
    -ms-flex-preferred-size: calc(100% - 6em);
        flex-basis: calc(100% - 6em);
  }
}
.special__content::after {
  content: "";
  display: block;
  position: absolute;
  width: 2em;
  height: 2em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special__content::after {
    width: 1.5em;
    height: 1.5em;
  }
}
.special__read {
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25em;
  line-height: 2;
}
.special__item:nth-of-type(odd) .special__content {
  background-color: #f5ead5;
}
.special__item:nth-of-type(odd) .special__content::after {
  inset: 6em 100% auto auto;
  background-color: #f5ead5;
  clip-path: polygon(100% 25%, 0 0, 100% 100%);
}
.special__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.special__item:nth-of-type(even) .special__content {
  background-color: #f5dfd7;
}
.special__item:nth-of-type(even) .special__content::after {
  inset: 6em auto auto 100%;
  background-color: #f5dfd7;
  clip-path: polygon(100% 0, 0 25%, 0 100%);
}

/* page-title */
/* -------------------------------------------------------------------------- */
.special-page .page-header {
  position: relative;
  padding: 8em 0 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-page .page-header {
    padding: 4em 0 0;
  }
}

/* sec-page: visual */
/* -------------------------------------------------------------------------- */
.special-page.sec-page .visual__image img {
  opacity: 0.75;
}
.special-page.sec-page .visual__content .multi-title__sec {
  text-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
}

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

/* bg-element */
/* -------------------------------------------------------------------------- */
.special-page .special-index__item--woman .bg-element--cross {
  inset: -5% auto auto -2.5%;
}
.special-page .special-index__item--middle .bg-element--multi-circle {
  inset: -25% auto auto 90%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.special-page .special-index__item--middle .bg-element--multi-circle circle:nth-of-type(1) {
  stroke: #a3a3a3;
}
.special-page .special-index__item--college .bg-element--square {
  inset: -15% auto auto 15%;
}
.special-page .special-index__item--highschool .bg-element--dot {
  inset: -10% auto auto 70%;
}

/* woman-page */
/* -------------------------------------------------------------------------- */
.special-page.woman-page .visual__image img {
  opacity: 0.9;
}
.special-page.woman-page .visual.iv-item .visual__bg {
  -webkit-transition: opacity 1s ease-out 1.5s;
  transition: opacity 1s ease-out 1.5s;
}
.special-page.woman-page .visual.iv-item.is-inview .visual__bg {
  opacity: 0.25;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-page.woman-page .visual__content {
    inset: 66.666% auto auto 50%;
  }
}
.special-page.woman-page .visual__content .multi-title {
  position: relative;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-page.woman-page .visual__content .multi-title {
    gap: 3em;
    font-size: 2em;
  }
}
.special-page.woman-page .visual__content .multi-title__sec {
  text-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
}
.special-page.woman-page .visual__content .multi-title__ter {
  position: absolute;
  inset: 33.333% auto auto 66.666%;
  width: 7.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-page.woman-page .visual__content .multi-title__ter {
    inset: 40% auto auto 50%;
  }
}
.special-page.woman-page .visual__content p {
  text-shadow: 0 0 1em rgba(0, 0, 0, 0.75);
}
.special-page.woman-page .special-visual--single img {
  -o-object-position: 0 36%;
     object-position: 0 36%;
}

/* ========================================================================== */
/* Animation */
/* ========================================================================== */
.anim-mv {
  clip-path: polygon(0 0, 0 0, 0 0);
  -webkit-transition-property: clip-path, -webkit-transform;
  transition-property: clip-path, -webkit-transform;
  transition-property: clip-path, transform;
  transition-property: clip-path, transform, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.anim-mv--tb {
  -webkit-transform: translate(0, -10vw) scale(1.25);
          transform: translate(0, -10vw) scale(1.25);
}
.anim-mv--rl {
  -webkit-transform: translate(10vw, 0) scale(1.25);
          transform: translate(10vw, 0) scale(1.25);
}
.anim-mv--bt {
  -webkit-transform: translate(0, 10vw) scale(1.25);
          transform: translate(0, 10vw) scale(1.25);
}
.anim-mv--lr {
  -webkit-transform: translate(-10vw, 0) scale(1.25);
          transform: translate(-10vw, 0) scale(1.25);
}
.anim-mv.is-inview {
  clip-path: polygon(0 0, 200% 0, 0 200%);
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

/* ========================================================================== */
/* Layout */
/* ========================================================================== */
/* elements: box */
/* -------------------------------------------------------------------------- */
.b {
  border: solid 1px #363636;
}

.bt {
  border-top: solid 1px #363636;
}

.br {
  border-right: solid 1px #363636;
}

.bb {
  border-bottom: solid 1px #363636;
}

.bl {
  border-left: solid 1px #363636;
}

.b--bw-0,
.bt--bw-0,
.br--bw-0,
.bb--bw-0,
.bl--bw-0 {
  border-width: 0 !important;
}
.b--bw-2,
.bt--bw-2,
.br--bw-2,
.bb--bw-2,
.bl--bw-2 {
  border-width: 2px !important;
}
.b--bw-3,
.bt--bw-3,
.br--bw-3,
.bb--bw-3,
.bl--bw-3 {
  border-width: 3px !important;
}
.b--bw-4,
.bt--bw-4,
.br--bw-4,
.bb--bw-4,
.bl--bw-4 {
  border-width: 4px !important;
}
.b--bw-5,
.bt--bw-5,
.br--bw-5,
.bb--bw-5,
.bl--bw-5 {
  border-width: 5px !important;
}
.b--bw-6,
.bt--bw-6,
.br--bw-6,
.bb--bw-6,
.bl--bw-6 {
  border-width: 6px !important;
}
.b--bw-7,
.bt--bw-7,
.br--bw-7,
.bb--bw-7,
.bl--bw-7 {
  border-width: 7px !important;
}
.b--bw-8,
.bt--bw-8,
.br--bw-8,
.bb--bw-8,
.bl--bw-8 {
  border-width: 8px !important;
}

.b--bs-none,
.bt--bs-none,
.br--bs-none,
.bb--bs-none,
.bl--bs-none {
  border-style: none !important;
}
.b--bs-hidden,
.bt--bs-hidden,
.br--bs-hidden,
.bb--bs-hidden,
.bl--bs-hidden {
  border-style: hidden !important;
}
.b--bs-dotted,
.bt--bs-dotted,
.br--bs-dotted,
.bb--bs-dotted,
.bl--bs-dotted {
  border-style: dotted !important;
}
.b--bs-dashed,
.bt--bs-dashed,
.br--bs-dashed,
.bb--bs-dashed,
.bl--bs-dashed {
  border-style: dashed !important;
}
.b--bs-solid,
.bt--bs-solid,
.br--bs-solid,
.bb--bs-solid,
.bl--bs-solid {
  border-style: solid !important;
}
.b--bs-double,
.bt--bs-double,
.br--bs-double,
.bb--bs-double,
.bl--bs-double {
  border-style: double !important;
}
.b--bs-groove,
.bt--bs-groove,
.br--bs-groove,
.bb--bs-groove,
.bl--bs-groove {
  border-style: groove !important;
}
.b--bs-ridge,
.bt--bs-ridge,
.br--bs-ridge,
.bb--bs-ridge,
.bl--bs-ridge {
  border-style: ridge !important;
}
.b--bs-inset,
.bt--bs-inset,
.br--bs-inset,
.bb--bs-inset,
.bl--bs-inset {
  border-style: inset !important;
}
.b--bs-outset,
.bt--bs-outset,
.br--bs-outset,
.bb--bs-outset,
.bl--bs-outset {
  border-style: outset !important;
}

.b--bc-ini,
.bt--bc-ini,
.br--bc-ini,
.bb--bc-ini,
.bl--bc-ini {
  border-color: #fff !important;
}
.b--bc-pri,
.bt--bc-pri,
.br--bc-pri,
.bb--bc-pri,
.bl--bc-pri {
  border-color: #363636 !important;
}
.b--bc-sec,
.bt--bc-sec,
.br--bc-sec,
.bb--bc-sec,
.bl--bc-sec {
  border-color: #ff6614 !important;
}
.b--bc-ter,
.bt--bc-ter,
.br--bc-ter,
.bb--bc-ter,
.bl--bc-ter {
  border-color: #4d4d4d !important;
}
.b--bc-qua,
.bt--bc-qua,
.br--bc-qua,
.bb--bc-qua,
.bl--bc-qua {
  border-color: #3eaae0 !important;
}
.b--bc-qui,
.bt--bc-qui,
.br--bc-qui,
.bb--bc-qui,
.bl--bc-qui {
  border-color: #82be5a !important;
}
.b--bc-sen,
.bt--bc-sen,
.br--bc-sen,
.bb--bc-sen,
.bl--bc-sen {
  border-color: #d572be !important;
}
.b--bc-sep,
.bt--bc-sep,
.br--bc-sep,
.bb--bc-sep,
.bl--bc-sep {
  border-color: #ffec5c !important;
}
.b--bc-oct,
.bt--bc-oct,
.br--bc-oct,
.bb--bc-oct,
.bl--bc-oct {
  border-color: #ffd9c4 !important;
}
.b--bc-g98,
.bt--bc-g98,
.br--bc-g98,
.bb--bc-g98,
.bl--bc-g98 {
  border-color: #fafafa !important;
}
.b--bc-g96,
.bt--bc-g96,
.br--bc-g96,
.bb--bc-g96,
.bl--bc-g96 {
  border-color: #f5f5f5 !important;
}
.b--bc-g94,
.bt--bc-g94,
.br--bc-g94,
.bb--bc-g94,
.bl--bc-g94 {
  border-color: #f0f0f0 !important;
}
.b--bc-g92,
.bt--bc-g92,
.br--bc-g92,
.bb--bc-g92,
.bl--bc-g92 {
  border-color: #ebebeb !important;
}
.b--bc-g90,
.bt--bc-g90,
.br--bc-g90,
.bb--bc-g90,
.bl--bc-g90 {
  border-color: #e5e5e5 !important;
}
.b--bc-g88,
.bt--bc-g88,
.br--bc-g88,
.bb--bc-g88,
.bl--bc-g88 {
  border-color: #e0e0e0 !important;
}
.b--bc-g86,
.bt--bc-g86,
.br--bc-g86,
.bb--bc-g86,
.bl--bc-g86 {
  border-color: #dbdbdb !important;
}
.b--bc-g84,
.bt--bc-g84,
.br--bc-g84,
.bb--bc-g84,
.bl--bc-g84 {
  border-color: #d6d6d6 !important;
}
.b--bc-g82,
.bt--bc-g82,
.br--bc-g82,
.bb--bc-g82,
.bl--bc-g82 {
  border-color: #d1d1d1 !important;
}
.b--bc-g80,
.bt--bc-g80,
.br--bc-g80,
.bb--bc-g80,
.bl--bc-g80 {
  border-color: #cccccc !important;
}
.b--bc-g78,
.bt--bc-g78,
.br--bc-g78,
.bb--bc-g78,
.bl--bc-g78 {
  border-color: #c7c7c7 !important;
}
.b--bc-g76,
.bt--bc-g76,
.br--bc-g76,
.bb--bc-g76,
.bl--bc-g76 {
  border-color: #c2c2c2 !important;
}
.b--bc-g74,
.bt--bc-g74,
.br--bc-g74,
.bb--bc-g74,
.bl--bc-g74 {
  border-color: #bdbdbd !important;
}
.b--bc-g72,
.bt--bc-g72,
.br--bc-g72,
.bb--bc-g72,
.bl--bc-g72 {
  border-color: #b8b8b8 !important;
}
.b--bc-g70,
.bt--bc-g70,
.br--bc-g70,
.bb--bc-g70,
.bl--bc-g70 {
  border-color: #b3b3b3 !important;
}
.b--bc-g68,
.bt--bc-g68,
.br--bc-g68,
.bb--bc-g68,
.bl--bc-g68 {
  border-color: #adadad !important;
}
.b--bc-g66,
.bt--bc-g66,
.br--bc-g66,
.bb--bc-g66,
.bl--bc-g66 {
  border-color: #a8a8a8 !important;
}
.b--bc-g64,
.bt--bc-g64,
.br--bc-g64,
.bb--bc-g64,
.bl--bc-g64 {
  border-color: #a3a3a3 !important;
}
.b--bc-g62,
.bt--bc-g62,
.br--bc-g62,
.bb--bc-g62,
.bl--bc-g62 {
  border-color: #9e9e9e !important;
}
.b--bc-g60,
.bt--bc-g60,
.br--bc-g60,
.bb--bc-g60,
.bl--bc-g60 {
  border-color: #999999 !important;
}
.b--bc-g58,
.bt--bc-g58,
.br--bc-g58,
.bb--bc-g58,
.bl--bc-g58 {
  border-color: #949494 !important;
}
.b--bc-g56,
.bt--bc-g56,
.br--bc-g56,
.bb--bc-g56,
.bl--bc-g56 {
  border-color: #8f8f8f !important;
}
.b--bc-g54,
.bt--bc-g54,
.br--bc-g54,
.bb--bc-g54,
.bl--bc-g54 {
  border-color: #8a8a8a !important;
}
.b--bc-g52,
.bt--bc-g52,
.br--bc-g52,
.bb--bc-g52,
.bl--bc-g52 {
  border-color: #858585 !important;
}
.b--bc-g50,
.bt--bc-g50,
.br--bc-g50,
.bb--bc-g50,
.bl--bc-g50 {
  border-color: #808080 !important;
}
.b--bc-g48,
.bt--bc-g48,
.br--bc-g48,
.bb--bc-g48,
.bl--bc-g48 {
  border-color: #7a7a7a !important;
}
.b--bc-g46,
.bt--bc-g46,
.br--bc-g46,
.bb--bc-g46,
.bl--bc-g46 {
  border-color: #a3a3a3 !important;
}
.b--bc-g44,
.bt--bc-g44,
.br--bc-g44,
.bb--bc-g44,
.bl--bc-g44 {
  border-color: #707070 !important;
}
.b--bc-g42,
.bt--bc-g42,
.br--bc-g42,
.bb--bc-g42,
.bl--bc-g42 {
  border-color: #6b6b6b !important;
}
.b--bc-g40,
.bt--bc-g40,
.br--bc-g40,
.bb--bc-g40,
.bl--bc-g40 {
  border-color: #666666 !important;
}
.b--bc-g38,
.bt--bc-g38,
.br--bc-g38,
.bb--bc-g38,
.bl--bc-g38 {
  border-color: #616161 !important;
}
.b--bc-g36,
.bt--bc-g36,
.br--bc-g36,
.bb--bc-g36,
.bl--bc-g36 {
  border-color: #5c5c5c !important;
}
.b--bc-g34,
.bt--bc-g34,
.br--bc-g34,
.bb--bc-g34,
.bl--bc-g34 {
  border-color: #575757 !important;
}
.b--bc-g32,
.bt--bc-g32,
.br--bc-g32,
.bb--bc-g32,
.bl--bc-g32 {
  border-color: #525252 !important;
}
.b--bc-g30,
.bt--bc-g30,
.br--bc-g30,
.bb--bc-g30,
.bl--bc-g30 {
  border-color: #4d4d4d !important;
}
.b--bc-g28,
.bt--bc-g28,
.br--bc-g28,
.bb--bc-g28,
.bl--bc-g28 {
  border-color: #474747 !important;
}
.b--bc-g26,
.bt--bc-g26,
.br--bc-g26,
.bb--bc-g26,
.bl--bc-g26 {
  border-color: #424242 !important;
}
.b--bc-g24,
.bt--bc-g24,
.br--bc-g24,
.bb--bc-g24,
.bl--bc-g24 {
  border-color: #3d3d3d !important;
}
.b--bc-g22,
.bt--bc-g22,
.br--bc-g22,
.bb--bc-g22,
.bl--bc-g22 {
  border-color: #383838 !important;
}
.b--bc-g20,
.bt--bc-g20,
.br--bc-g20,
.bb--bc-g20,
.bl--bc-g20 {
  border-color: #333333 !important;
}
.b--bc-g18,
.bt--bc-g18,
.br--bc-g18,
.bb--bc-g18,
.bl--bc-g18 {
  border-color: #2e2e2e !important;
}
.b--bc-g16,
.bt--bc-g16,
.br--bc-g16,
.bb--bc-g16,
.bl--bc-g16 {
  border-color: #292929 !important;
}
.b--bc-g14,
.bt--bc-g14,
.br--bc-g14,
.bb--bc-g14,
.bl--bc-g14 {
  border-color: #242424 !important;
}
.b--bc-g12,
.bt--bc-g12,
.br--bc-g12,
.bb--bc-g12,
.bl--bc-g12 {
  border-color: #1f1f1f !important;
}
.b--bc-g10,
.bt--bc-g10,
.br--bc-g10,
.bb--bc-g10,
.bl--bc-g10 {
  border-color: #1a1a1a !important;
}
.b--bc-g08,
.bt--bc-g08,
.br--bc-g08,
.bb--bc-g08,
.bl--bc-g08 {
  border-color: #141414 !important;
}
.b--bc-g06,
.bt--bc-g06,
.br--bc-g06,
.bb--bc-g06,
.bl--bc-g06 {
  border-color: #0f0f0f !important;
}
.b--bc-g04,
.bt--bc-g04,
.br--bc-g04,
.bb--bc-g04,
.bl--bc-g04 {
  border-color: #0a0a0a !important;
}
.b--bc-g02,
.bt--bc-g02,
.br--bc-g02,
.bb--bc-g02,
.bl--bc-g02 {
  border-color: #050505 !important;
}

.br {
  overflow: hidden;
  border-radius: 1em;
}
.br--d25 {
  border-radius: 0.25em !important;
}
.br--d5 {
  border-radius: 0.5em !important;
}
.br--d75 {
  border-radius: 0.75em !important;
}
.br--d1 {
  border-radius: 1em !important;
}
.br--1d25 {
  border-radius: 1.25em !important;
}
.br--1d5 {
  border-radius: 1.5em !important;
}
.br--1d75 {
  border-radius: 1.75em !important;
}
.br--d2 {
  border-radius: 2em !important;
}
.br--2d25 {
  border-radius: 2.25em !important;
}
.br--2d5 {
  border-radius: 2.5em !important;
}
.br--2d75 {
  border-radius: 2.75em !important;
}
.br--d3 {
  border-radius: 3em !important;
}
.br--3d25 {
  border-radius: 3.25em !important;
}
.br--3d5 {
  border-radius: 3.5em !important;
}
.br--3d75 {
  border-radius: 3.75em !important;
}
.br--d4 {
  border-radius: 2em !important;
}

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

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

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

/* 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 (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;
  }
}
@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;
  }
}
@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;
  }
}
@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: "Noto Sans JP", sans-serif;
}

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

.ff-en-serif {
  font-family: "Nanum Myeongjo", serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 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-regular {
  font-weight: 400 !important;
}

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

.fw-bold {
  font-weight: 600 !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;
}