@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&family=Josefin+Sans:wght@400;500&display=swap");
/* ========================================================================== */
/* Normalize */
/* ========================================================================== */
/* normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/* -------------------------------------------------------------------------- */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/* normalize: html5 display definitions */
/* -------------------------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/* normalize: links */
/* -------------------------------------------------------------------------- */
a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/* normalize: text-level semantics */
/* -------------------------------------------------------------------------- */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* normalize: embedded content */
/* -------------------------------------------------------------------------- */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* normalize: grouping content */
/* -------------------------------------------------------------------------- */
figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* normalize: forms */
/* -------------------------------------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* normalize: tables */
/* -------------------------------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  position: relative;
  background-color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
  font-size: 1em;
  line-height: 1.6;
  letter-spacing: 0;
  color: #454b52;
}
@media screen and (max-width: 1600px) {
  body {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  body {
    font-size: 3.2vw;
  }
}
@media print {
  body {
    padding-top: 0;
    -webkit-print-color-adjust: exact;
  }
  body .site-header {
    position: absolute !important;
    inset: 0 auto auto 0 !important;
    width: 100% !important;
  }
  body .is-scroll .site-header {
    position: absolute !important;
    inset: 0 auto auto 0 !important;
    width: 100% !important;
  }
  body .site-footer__section.site-footer__section--pri, body .site-footer__section.site-footer__section--sec {
    display: none !important;
  }
  body .home-intro__bg {
    position: absolute !important;
    inset: 0 auto auto 0 !important;
  }
  body .home-page {
    width: 100% !important;
  }
  body .site-key-visual {
    width: 100% !important;
  }
  body .site-key-visual .main-visual {
    width: 100% !important;
  }
  body .site-key-visual .main-visual .main-visual__wrapper {
    width: 100% !important;
  }
  body .site-key-visual .main-visual .scroll-assist {
    display: none !important;
  }
  body .site-key-visual .main-visual .main-visual__slogan {
    width: 90% !important;
  }
}

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

/* initialize: link */
/* -------------------------------------------------------------------------- */
a {
  font-weight: 400;
  color: #454b52;
  -webkit-transition-property: background, opacity, color;
  transition-property: background, opacity, color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

small {
  display: inline-block;
}

address {
  font-style: normal;
}

p {
  margin-top: 0;
}

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

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

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

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

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

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

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

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

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

/* elements: button 背景グラデーションのボタン */
/* -------------------------------------------------------------------------- */
.button {
  display: inline-block;
  position: relative;
  border-radius: 10em;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  color: #ffffff;
  z-index: 0;
}
.button::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 10em;
  z-index: -1;
  background: linear-gradient(135deg, #00c8ac 0%, #28aad0 100%) border-box border-box;
  -webkit-transition-property: background, opacity, color;
  transition-property: background, opacity, color;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.button::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 10em;
  z-index: -2;
  background: #ffffff;
  border: 0.2em solid #00c8ac;
}
.button.border {
  color: #00c8ac;
  z-index: 0;
}
.button.border::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 10em;
  z-index: -1;
  background: #ffffff;
  border: 0.2em solid #00c8ac;
}
.button.border::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 10em;
  z-index: -2;
  background: linear-gradient(135deg, #00c8ac 0%, #28aad0 100%) border-box border-box !important;
  border: 0.2em solid transparent;
  color: #ffffff;
  -webkit-transition-property: background, opacity, color;
  transition-property: background, opacity, color;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.button.icon::before {
  color: #ffffff;
}
.button--pri {
  background: #454b52;
}
.button--sec {
  background: #00c8ac;
}
.button--ter {
  background: #28aad0;
}
.button--gray {
  background: #bcbec1;
}

/* elements: button ボトムにボーダー アロー付きのボタン */
/* -------------------------------------------------------------------------- */
.button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 30em;
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .button-list {
    width: 100%;
  }
}
.button-list__item {
  width: 100%;
  height: 6.75em;
  border-top: 1px solid #cccccc;
  margin: 0;
}
.button-list__item:first-of-type {
  border-top: none;
}
.button-list__item:last-of-type {
  border-bottom: 1px solid #cccccc;
}
.button-list__item .button-arrow__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 1.25em;
  text-decoration: none;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .button-list__item .button-arrow__a {
    width: 100%;
    padding: 0;
  }
}
.button-list__item .button-arrow__a--text {
  font-weight: 500;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .button-list__item .button-arrow__a--text {
    padding-left: 0;
  }
}
.button-list__item .button-arrow__a--text__en, .button-list__item .button-arrow__a--text__jp {
  display: block;
}
.button-list__item .button-arrow__a--text__en {
  background: linear-gradient(135deg, #00c8ac 0%, #28aad0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.button-list__item .button-arrow__a .icon-circle__a,
.button-list__item .button-arrow__a .icon-circle__b {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5em;
  height: 2.5em;
  border: 1px solid #454b52;
  border-radius: 50%;
  background-color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -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;
}
.button-list__item .button-arrow__a .icon-circle__a::before,
.button-list__item .button-arrow__a .icon-circle__b::before {
  content: "\e901";
  display: block;
  font-size: 1em;
  color: #454b52;
}
.button-list__item .button-arrow__a .icon-circle__b::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.isnt-touch a.button:focus, .isnt-touch a.button:hover,
.isnt-touch button.button:focus,
.isnt-touch button.button:hover {
  color: #00c8ac;
}
.isnt-touch a.button:focus::before, .isnt-touch a.button:hover::before,
.isnt-touch button.button:focus::before,
.isnt-touch button.button:hover::before {
  opacity: 0;
}
.isnt-touch a.button:focus.icon::before, .isnt-touch a.button:hover.icon::before,
.isnt-touch button.button:focus.icon::before,
.isnt-touch button.button:hover.icon::before {
  color: #00c8ac;
}
.isnt-touch a.button--hover-white:focus, .isnt-touch a.button--hover-white:hover,
.isnt-touch button.button--hover-white:focus,
.isnt-touch button.button--hover-white:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
}
.isnt-touch .button-arrow__a:focus .icon-circle__a,
.isnt-touch .button-arrow__a:focus .icon-circle__b, .isnt-touch .button-arrow__a:hover .icon-circle__a,
.isnt-touch .button-arrow__a:hover .icon-circle__b {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.isnt-touch .border:focus, .isnt-touch .border:hover {
  color: #ffffff !important;
}
.isnt-touch .border:focus::before, .isnt-touch .border:hover::before {
  opacity: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-gd-a {
  background: linear-gradient(135deg, #00c8ac 0%, #28aad0 100%);
}

.bg-gd-green {
  background: -webkit-gradient(linear, left top, left bottom, from(#00c8ac), to(transparent)) border-box border-box;
  background: linear-gradient(#00c8ac, transparent) border-box border-box;
}

.bg-gd-blue {
  background: -webkit-gradient(linear, right top, left top, from(#28aad0), to(transparent)) border-box border-box;
  background: linear-gradient(to left, #28aad0, transparent) border-box border-box;
}

/* 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.eot?bfvk0i");
  src: url("../fonts/icon.eot?bfvk0i#iefix") format("embedded-opentype"), url("../fonts/icon.ttf?bfvk0i") format("truetype"), url("../fonts/icon.woff?bfvk0i") format("woff"), url("../fonts/icon.svg?bfvk0i#icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon {
  text-decoration: none;
}
.icon::before {
  display: inline-block;
  margin-right: 0.5em;
  text-decoration: none;
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  line-height: 1;
  color: #00c8ac;
}
.icon::before {
  content: "\e900";
}
.icon[target=_blank]::before {
  content: "\e902";
}
.icon[data-fancybox]::before {
  content: "\e903";
}
.icon[href^="mailto:"]::before, .icon[href*="/contact/"]::before {
  content: "\e906";
}
.icon[href^="tel:"]::before {
  content: "\e907";
}
.icon[href^="https://goo.gl/maps/"]::before, .icon[href^="https://www.google.com/maps/"]::before {
  content: "\e905";
}
.icon[class*=toggle-button]::before {
  content: "\e901";
}
.icon[href$=".pdf"]::before, .icon[href$=".xlsx"]::before, .icon[href$=".xls"]::before, .icon[href$=".docx"]::before, .icon[href$=".doc"]::before, .icon[href$=".pptx"]::before, .icon[href$=".ppt"]::before, .icon[href$=".txt"]::before {
  content: "\e904";
}
.icon--arrow::before {
  content: "\e900";
}
.icon--direction::before {
  content: "\e901";
}
.icon--newtab::before {
  content: "\e902";
}
.icon--modal::before {
  content: "\e903";
}
.icon--file::before {
  content: "\e904";
}
.icon--pin::before {
  content: "\e905";
}
.icon--email::before {
  content: "\e906";
}
.icon--phone::before {
  content: "\e907";
}
.icon--camera::before {
  content: "\e908";
}
.icon--comment::before {
  content: "\e909";
}
.icon--video::before {
  content: "\e90a";
}
.icon--download::before {
  content: "\e90b";
}
.icon--attention::before {
  content: "\e90c";
}
.icon--search::before {
  content: "\e90d";
}
.icon--folder::before {
  content: "\e90e";
}
.icon--global::before {
  content: "\e90f";
}
.icon--after::before {
  content: none !important;
}
.icon--after.icon--arrow::after {
  content: "\e900";
}
.icon--after.icon--direction::after {
  content: "\e901";
}
.icon--after.icon--newtab::after {
  content: "\e902";
}
.icon--after.icon--modal::after {
  content: "\e903";
}
.icon--after.icon--file::after {
  content: "\e904";
}
.icon--after.icon--pin::after {
  content: "\e905";
}
.icon--after.icon--email::after {
  content: "\e906";
}
.icon--after.icon--phone::after {
  content: "\e907";
}
.icon--after.icon--camera::after {
  content: "\e908";
}
.icon--after.icon--comment::after {
  content: "\e909";
}
.icon--after.icon--video::after {
  content: "\e90a";
}
.icon--after.icon--download::after {
  content: "\e90b";
}
.icon--after.icon--attention::after {
  content: "\e90c";
}
.icon--after.icon--search::after {
  content: "\e90d";
}
.icon--after.icon--folder::after {
  content: "\e90e";
}
.icon--after.icon--global::after {
  content: "\e90f";
}
.icon--after::before {
  content: none;
}
.icon--after::after {
  display: inline-block;
  margin-left: 0.5em;
  text-decoration: none;
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  line-height: 1;
  color: #00c8ac;
}
.icon--after::after {
  content: "\e900";
}
.icon--after[target=_blank]::after {
  content: "\e902";
}
.icon--after[data-fancybox]::after {
  content: "\e903";
}
.icon--after[href^="mailto:"]::after, .icon--after[href*="/contact/"]::after {
  content: "\e906";
}
.icon--after[href^="tel:"]::after {
  content: "\e907";
}
.icon--after[href^="https://goo.gl/maps/"]::after, .icon--after[href^="https://www.google.com/maps/"]::after {
  content: "\e905";
}
.icon--after[class*=toggle-button]::after {
  content: "\e901";
}
.icon--after[href$=".pdf"]::after, .icon--after[href$=".xlsx"]::after, .icon--after[href$=".xls"]::after, .icon--after[href$=".docx"]::after, .icon--after[href$=".doc"]::after, .icon--after[href$=".pptx"]::after, .icon--after[href$=".ppt"]::after, .icon--after[href$=".txt"]::after {
  content: "\e904";
}
.icon--after--arrow::after {
  content: "\e900";
}
.icon--after--direction::after {
  content: "\e901";
}
.icon--after--newtab::after {
  content: "\e902";
}
.icon--after--modal::after {
  content: "\e903";
}
.icon--after--file::after {
  content: "\e904";
}
.icon--after--pin::after {
  content: "\e905";
}
.icon--after--email::after {
  content: "\e906";
}
.icon--after--phone::after {
  content: "\e907";
}
.icon--after--camera::after {
  content: "\e908";
}
.icon--after--comment::after {
  content: "\e909";
}
.icon--after--video::after {
  content: "\e90a";
}
.icon--after--download::after {
  content: "\e90b";
}
.icon--after--attention::after {
  content: "\e90c";
}
.icon--after--search::after {
  content: "\e90d";
}
.icon--after--folder::after {
  content: "\e90e";
}
.icon--after--global::after {
  content: "\e90f";
}
.icon--disc::before {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #00c8ac;
  background: -webkit-gradient(linear, left top, right top, from(rgb(4, 150, 255)), to(rgb(0, 50, 153)));
  background: linear-gradient(to right, rgb(4, 150, 255) 0%, rgb(0, 50, 153) 100%);
  text-align: center;
  line-height: 2;
  color: #ffffff;
}
.icon--disc-white::before {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: none;
  background-color: #ffffff;
  text-align: center;
  line-height: 2;
  color: #cbcdcf;
}
.icon--disc-gray::before {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: none;
  background-color: #f8f8f8;
  text-align: center;
  line-height: 2;
  color: #cbcdcf;
}
.icon--r90::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.icon--r180::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.icon--r270::before {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.icon--after[data-fancybox] {
  display: inline-block;
  position: relative;
}
.icon--after[data-fancybox]::after {
  position: absolute;
  inset: auto 0 0 auto;
  width: 2em;
  height: 2em;
  background-color: #00c8ac;
  text-align: center;
  line-height: 2;
  color: #ffffff;
}

.isnt-touch .icon--disc::before,
.isnt-touch .icon--disc-gray::before {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.isnt-touch a.icon:focus::before, .isnt-touch a.icon:focus::after, .isnt-touch a.icon:hover::before, .isnt-touch a.icon:hover::after {
  color: #28aad0;
}
.isnt-touch button.icon:focus::before, .isnt-touch button.icon:focus::after, .isnt-touch button.icon:hover::before, .isnt-touch button.icon:hover::after {
  color: #00c8ac;
}
.isnt-touch button.icon--disc:focus::before, .isnt-touch button.icon--disc:focus::after, .isnt-touch button.icon--disc:hover::before, .isnt-touch button.icon--disc:hover::after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  color: #ffffff;
}
.isnt-touch button.icon--disc-white:focus::before, .isnt-touch button.icon--disc-white:focus::after, .isnt-touch button.icon--disc-white:hover::before, .isnt-touch button.icon--disc-white:hover::after, .isnt-touch button.icon--disc-gray:focus::before, .isnt-touch button.icon--disc-gray:focus::after, .isnt-touch button.icon--disc-gray:hover::before, .isnt-touch button.icon--disc-gray:hover::after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  color: #00c8ac;
}
.isnt-touch a.icon--after[data-fancybox]:focus::after, .isnt-touch a.icon--after[data-fancybox]:hover::after {
  background-color: #28aad0;
  color: #ffffff;
}

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

/* elements: list */
/* ---------------------------------------------------------------- */
@media screen and (max-width: 768px) and (orientation: portrait) {
  .brd-r-box {
    margin-top: 4em;
  }
}
.brd-r-box--item {
  width: 100%;
  padding: 3.125em;
  background: #ffffff;
}
.brd-r-box--item.bg-col--qua {
  background: #f0f4f8;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .brd-r-box--item {
    padding: 3em 2em;
  }
}
.brd-r-box--item:first-child {
  border-top-left-radius: 3em;
  border-top-right-radius: 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .brd-r-box--item:first-child {
    border-top-left-radius: 5vw;
    border-top-right-radius: 5vw;
  }
}
.brd-r-box--item:last-child {
  border-bottom-left-radius: 3em;
  border-bottom-right-radius: 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .brd-r-box--item:last-child {
    border-bottom-left-radius: 5vw;
    border-bottom-right-radius: 5vw;
  }
}
.brd-r-box--item__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .brd-r-box--item__contents + .brd-r-box--item__contents {
    margin-top: 1.5em;
  }
}
.brd-r-box--item__contents .item-head {
  width: 15em;
}
.brd-r-box--item__contents .item-spec__wrapper {
  width: 75em;
}
.brd-r-box--item__contents .item-spec__wrapper .lead {
  display: inline-block;
  width: 100%;
}
.brd-r-box--item__contents .item-spec__wrapper .note {
  margin-top: 0.5em;
}
.brd-r-box--item__contents .item-spec__wrapper--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.brd-r-box--item__contents .item-spec__wrapper--list + .item-spec__wrapper--list {
  margin-top: 2em;
}
.brd-r-box--item__contents .item-spec__wrapper .square-text {
  display: block;
  margin-bottom: 0.5em;
}
.brd-r-box--item__contents .item-spec__wrapper .num-text {
  display: inline-block;
  color: #28aad0;
  margin-right: 0.5em;
}
.brd-r-box--item__contents .question,
.brd-r-box--item__contents .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .brd-r-box--item__contents .question,
  .brd-r-box--item__contents .answer {
    width: 5em;
  }
}
.brd-r-box--item__contents .lead {
  width: 65em;
  margin: 0 0 0 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .brd-r-box--item__contents .lead {
    width: 45em;
  }
}
.brd-r-box--item__contents .answer-text {
  width: 80em;
}
.brd-r-box--item__contents .answer-text > p {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .brd-r-box--item__contents .answer-text {
    width: 60em;
  }
  .brd-r-box--item__contents .answer-text .square-text {
    line-height: 2;
    text-indent: -1em;
    padding-left: 1em;
  }
}

/* elements: list */
/* ---------------------------------------------------------------- */
/* elements: logo */
/* -------------------------------------------------------------------------- */
.logo {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.logo__symbol {
  width: 10em;
  fill: #00c8ac;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .logo__symbol {
    width: 25vw;
  }
}
.logo__typo {
  margin-left: 1em;
  white-space: nowrap;
  font-size: 1.25em;
  color: #454b52;
}
.isnt-touch a.logo:focus, .isnt-touch a.logo:hover {
  opacity: 0.75;
}

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

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

/* elements: table */
/* -------------------------------------------------------------------------- */
.table th,
.table td {
  vertical-align: top;
}
.table th {
  white-space: nowrap;
  font-weight: 700;
}
.table caption {
  margin-bottom: 0.5em;
  text-align: right;
}
.table--va-middle th,
.table--va-middle td {
  vertical-align: middle;
}
.table--va-bottom th,
.table--va-bottom td {
  vertical-align: bottom;
}
.table--pri {
  border-collapse: separate;
  border-spacing: 0 0.125em;
}
.table--pri th,
.table--pri td {
  padding: 1em;
}
.table--pri tbody th {
  background-color: #f8f8f8;
}
.table--pri tbody td {
  background-color: #f8f8f8;
}
.table--pri thead th,
.table--pri thead td {
  background-color: #00c8ac;
  font-weight: 700;
  color: #ffffff;
}
.table--sec th,
.table--sec td {
  padding: 1em 0;
}
.table--sec tr > * + * {
  padding-left: 1em;
}
.table--sec tbody th,
.table--sec tbody td {
  border-bottom: 1px solid #e8e9ea;
}
.table--sec thead th,
.table--sec thead td {
  border-bottom: 1px solid #454b52;
  font-weight: 700;
}
.table--ter th,
.table--ter td {
  padding: 0 1em 0.5em 0;
}
.table--ter tr > * + * {
  padding-right: 0;
}
.table--border {
  border-collapse: collapse;
}
.table--border th,
.table--border td {
  border: 1px solid #e8e9ea;
}
.table--border.table--pri {
  border-spacing: 0;
}
.table--border.table--pri tbody td {
  background-color: #ffffff;
}
.table--border.table--sec th,
.table--border.table--sec td {
  padding: 1em;
  border-color: #e8e9ea;
}
.table--border.table--sec thead th,
.table--border.table--sec thead td {
  border-bottom: 1px solid #454b52;
}
.table--striped th,
.table--striped td {
  padding: 1em;
}
.table--striped th {
  padding-right: 0;
  font-weight: 700;
}
.table--striped thead th,
.table--striped thead td {
  background-color: #b5b7ba;
  color: #ffffff;
}
.table--striped tbody tr:nth-of-type(odd) th,
.table--striped tbody tr:nth-of-type(odd) td {
  background-color: #f8f8f8;
}

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

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

/* elements: base-text */
/* -------------------------------------------------------------------------- */
.base-text {
  display: inline-block;
  margin-bottom: 0.1em;
  padding: 0.5em;
  line-height: 1;
}
.base-text--ini {
  background-color: #ffffff;
}
.base-text--pri {
  background-color: #454b52;
  color: #ffffff;
}
.base-text--sec {
  background-color: #00c8ac;
  color: #ffffff;
}
.base-text--ter {
  background-color: #28aad0;
}

/* elements: lead-text */
/* -------------------------------------------------------------------------- */
.lead-text {
  margin-top: 2em;
}
.lead-text.white {
  color: #ffffff;
}
/* elements: underline-text */
/* -------------------------------------------------------------------------- */
.underline-text {
  display: inline;
}
.underline-text--sec {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(10%, #00c8ac));
  background: linear-gradient(to bottom, transparent 80%, #00c8ac 10%);
}
.underline-text--ter {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(10%, #28aad0));
  background: linear-gradient(to bottom, transparent 80%, #28aad0 10%);
}

/* gradation-text */
/* -------------------------------------------------------------------------- */
.gd-text {
  background: linear-gradient(135deg, #00c8ac 0%, #28aad0 100%) border-box border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 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;
  letter-spacing: 0.2em;
  margin-bottom: 0;
}
.multi-title__pri {
  position: relative;
  font-weight: 400;
  font-size: 240%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .multi-title__pri {
    font-size: 1.5em;
  }
}
.multi-title__pri::before {
  content: "";
  display: block;
  width: 1.6em;
  height: 0.16em;
  border-radius: 1em;
  margin-bottom: 0.75em;
  background: linear-gradient(135deg, #00c8ac 0%, #28aad0 100%) border-box border-box;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .multi-title__pri::before {
    width: 2.4em;
    height: 0.2em;
    border-radius: 1em;
  }
}
.multi-title__pri.white {
  color: #ffffff;
}
.multi-title__pri.white::before {
  background: #ffffff;
}
.multi-title__pri--snd {
  font-size: 190%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .multi-title__pri--snd {
    font-size: 7.5vw;
  }
}
.multi-title__pri--gradation {
  background: linear-gradient(135deg, #00c8ac 0%, #28aad0 100%) border-box border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
  font-size: 240%;
}
.multi-title__pri--gradation::before {
  display: none;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .multi-title__pri--gradation {
    font-size: 120%;
  }
}
.multi-title__sec {
  font-size: 100%;
  font-weight: 700;
}
.multi-title__sec.white {
  color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .multi-title__sec {
    font-size: 0.8em;
  }
}
.multi-title .ff-josefin {
  line-height: 1;
}
.multi-title--center {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.multi-title--right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.multi-title--horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.multi-title--horizontal .multi-title__sec {
  margin-top: inherit;
  margin-left: 1em;
}
.multi-title__small {
  margin-top: 7.5em;
  font-size: 130%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .multi-title__small {
    margin-top: 4em;
  }
}
.multi-title__small .multi-title__pri::before {
  width: 1.4em;
  height: 0.15em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .multi-title__small .multi-title__pri {
    font-size: 130%;
  }
  .multi-title__small .multi-title__pri::before {
    width: 2.8em;
    height: 0.15em;
  }
}

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

.title-icon {
  position: relative;
  padding-left: 0.625em;
  text-indent: -0.625em;
}
.title-icon::before {
  content: "";
  display: inline-block;
  text-decoration: none;
  width: 0.125em;
  height: 1.6em;
  margin-right: 0.55em;
  border-radius: 0.0625em;
  background-image: none;
  background-color: #00c8ac;
  vertical-align: middle;
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}

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

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

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

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

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

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

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

.square-text {
  position: relative;
  line-height: 1;
}
.square-text:before {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  border-radius: 2px;
  background: linear-gradient(135deg, #00c8ac 0%, #28aad0 100%) border-box border-box;
  margin: -0.25em 0.5em 0 0;
}

.bg-br-title {
  display: inline-block;
  margin-top: 1em;
  padding: 0.5em 2em;
  border-radius: 10em;
  background: #ffffff;
  border: 1px solid #454b52;
  color: #454b52;
  text-align: center;
}

.boder-l__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.boder-l__header::before {
  content: "";
  display: inline-block;
  width: 0.375em;
  height: 4em;
  border-radius: 10em;
  background: linear-gradient(135deg, #00c8ac 0%, #28aad0 100%) border-box border-box;
  margin-right: 2em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .boder-l__header::before {
    width: 0.375em;
    height: 4em;
  }
}
.boder-l__header--green, .boder-l__header--blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.boder-l__header--green::before, .boder-l__header--blue::before {
  content: "";
  display: inline-block;
  width: 0.375em;
  height: 4em;
  border-radius: 10em;
  margin-right: 2em;
  background: #00c8ac;
}
.boder-l__header--blue::before {
  background: #28aad0;
}

/* elements:bg-color image */
/* -------------------------------------------------------------------------- */
.bg-col__image,
.bg-col__image--center {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}
.bg-col__image .frame,
.bg-col__image--center .frame {
  overflow: hidden;
  border-radius: 1em;
}
.bg-col__image .frame img,
.bg-col__image--center .frame img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bg-col__image .frame--1-1,
.bg-col__image--center .frame--1-1 {
  aspect-ratio: 1/1;
}
.bg-col__image .frame--2-1,
.bg-col__image--center .frame--2-1 {
  aspect-ratio: 2/1;
}
.bg-col__image .frame--16-9,
.bg-col__image--center .frame--16-9 {
  aspect-ratio: 16/9;
}
.bg-col__image .frame--3-2,
.bg-col__image--center .frame--3-2 {
  aspect-ratio: 3/2;
}
.bg-col__image .frame--4-3,
.bg-col__image--center .frame--4-3 {
  aspect-ratio: 4/3;
}
.bg-col__image .frame--2-3,
.bg-col__image--center .frame--2-3 {
  aspect-ratio: 2/3;
}
.bg-col__image .frame--3-4,
.bg-col__image--center .frame--3-4 {
  aspect-ratio: 3/4;
}

.br80 {
  overflow: hidden;
  border-radius: 5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .br80 {
    border-radius: 2.5em;
  }
}

.br48 {
  overflow: hidden;
  border-radius: 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .br48 {
    border-radius: 2.5em;
  }
}

.br32 {
  overflow: hidden;
  border-radius: 2em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .br32 {
    border-radius: 1.5em;
  }
}

.br24 {
  overflow: hidden;
  border-radius: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .br24 {
    border-radius: 1.5em;
  }
}

.br16 {
  overflow: hidden;
  border-radius: 1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .br16 {
    border-radius: 1.25em;
  }
}

.br8 {
  overflow: hidden;
  border-radius: 0.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .br8 {
    border-radius: 1em;
  }
}

.bg-col__top-left {
  position: absolute;
  display: block;
  top: -5em;
  left: -10em;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .bg-col__top-left {
    top: -2.5em;
    left: -2.5em;
  }
}

.bg-col__bottom-left {
  position: absolute;
  display: block;
  top: -5em;
  left: -10em;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .bg-col__bottom-left {
    top: -2.5em;
    left: -2.5em;
  }
}

.bg-col__bottom-right {
  position: absolute;
  display: block;
  right: 5em;
  bottom: -2.5em;
  width: 50%;
  height: 50%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  z-index: -2;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .bg-col__bottom-right {
    right: -2.5em;
    bottom: -2.5em;
  }
}

/* ========================================================================== */
/* Site header */
/* ========================================================================== */
.site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  inset: 0 auto auto 2.5em;
  z-index: 10;
  width: 95%;
  padding: 3em 0.9375em 1em 2.5em;
  background-color: #ffffff;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-header {
    inset: 0 auto auto 0;
    width: 100%;
    height: 4em;
    padding: 0 0 0 5vw;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.site-header::after {
  content: "";
  display: block;
  position: absolute;
  inset: 100% auto auto 0;
  width: 100%;
  height: 1em;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition-property: background, -webkit-transform;
  transition-property: background, -webkit-transform;
  transition-property: background, transform;
  transition-property: background, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.is-scroll .site-header {
  inset: 0 auto auto 0;
  background-color: #ffffff;
  width: 100%;
  padding: 0.5em 1em 0.5em 1em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .is-scroll .site-header {
    padding: 0 0 0 5vw;
  }
}
.is-scroll .site-header::after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .is-scroll .site-header.is-open::after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

/* site-title */
/* -------------------------------------------------------------------------- */
.site-header .site-title {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1;
  font-size: 0.875em;
}
.site-header .site-title .logo__typo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1em;
}
.site-header .site-title .logo__typo--jp {
  letter-spacing: 0.1em;
}
.site-header .site-title .logo__typo--en {
  margin-top: 0.7em;
  letter-spacing: 0.14em;
  color: #00c8ac;
}
.site-header .site-title .logo__typo--en .ff-josefin + .ff-josefin {
  padding-left: 0.5em;
  color: #28aad0;
}

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

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

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

.isnt-touch .main-menu__anchor:focus, .isnt-touch .main-menu__anchor:hover {
  background: linear-gradient(135deg, #00c8ac 0%, #28aad0 100%) border-box border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* main-menu: current */
/* -------------------------------------------------------------------------- */
.about-page--company-page .main-menu__item--about .main-menu__anchor, .about-page--business-page .main-menu__item--about .main-menu__anchor, .about-page--job-career-page .main-menu__item--about .main-menu__anchor, .about-page--learn-page .main-menu__item--about .main-menu__anchor {
  background: linear-gradient(135deg, #00c8ac 0%, #28aad0 100%) border-box border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.job-people-page--index-page .main-menu__item--job-people .main-menu__anchor, .job-people-page--people-01-page .main-menu__item--job-people .main-menu__anchor, .job-people-page--people-02-page .main-menu__item--job-people .main-menu__anchor, .job-people-page--people-03-page .main-menu__item--job-people .main-menu__anchor, .job-people-page--people-04-page .main-menu__item--job-people .main-menu__anchor, .job-people-page--people-05-page .main-menu__item--job-people .main-menu__anchor, .job-people-page--people-06-page .main-menu__item--job-people .main-menu__anchor, .job-people-page--people-07-page .main-menu__item--job-people .main-menu__anchor, .job-people-page--people-08-page .main-menu__item--job-people .main-menu__anchor {
  background: linear-gradient(135deg, #00c8ac 0%, #28aad0 100%) border-box border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.special-page--index-page .main-menu__item--special .main-menu__anchor, .special-page--career-story-page .main-menu__item--special .main-menu__anchor, .special-page--crosstalk-page .main-menu__item--special .main-menu__anchor, .special-page--photo-gallery-page .main-menu__item--special .main-menu__anchor {
  background: linear-gradient(135deg, #00c8ac 0%, #28aad0 100%) border-box border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rec-info-page--index-page .main-menu__item--rec-info .main-menu__anchor, .rec-info-page--requirements-page .main-menu__item--rec-info .main-menu__anchor, .rec-info-page--education-page .main-menu__item--rec-info .main-menu__anchor, .rec-info-page--welfare-page .main-menu__item--rec-info .main-menu__anchor, .rec-info-page--faq-page .main-menu__item--rec-info .main-menu__anchor, .rec-info-page--internship-page .main-menu__item--rec-info .main-menu__anchor {
  background: linear-gradient(135deg, #00c8ac 0%, #28aad0 100%) border-box border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* main-menu__child */
/* -------------------------------------------------------------------------- */
.main-menu__child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  inset: 100% auto auto 0;
  padding: 1em;
  z-index: 11;
  overflow: hidden;
  margin-bottom: 0;
  background-color: #ffffff;
  border-radius: 1em;
  -webkit-box-shadow: 0 1em 1em 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1em 1em 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-menu__child {
    position: relative;
    inset: auto;
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.main-menu__child__item {
  padding: 0 1em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-menu__child__item {
    padding: 0;
  }
}
.main-menu__child__anchor {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0.5em;
  text-decoration: none;
  font-size: 1em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-menu__child__anchor {
    padding: 1em 1em 1em 2.75em;
    font-size: 1.25em;
  }
}

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

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

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

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

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

/* ========================================================================== */
/* Site footer */
/* ========================================================================== */
.site-footer {
  position: relative;
}
.site-footer__to-top {
  position: fixed;
  bottom: 2.5em;
  right: 2.5em;
  z-index: 9;
  width: 4em;
  height: 4em;
  border-radius: 2em;
  background-color: rgba(69, 75, 82, 0.5);
  text-align: center;
  -webkit-transform: translateY(10em);
          transform: translateY(10em);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__to-top {
    display: none;
  }
}
.site-footer__to-top::before {
  content: "\e901";
  display: block;
  position: absolute;
  top: calc(50% - 0.55em);
  left: calc(50% - 0.5em);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 1.5em;
  color: #ffffff;
}
.site-footer__wrapper {
  width: 80%;
  max-width: 80em;
  margin: 0 auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__wrapper {
    width: 90vw;
    max-width: 90em;
  }
}
.site-footer__section--pri {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 30.3125vw;
  background-image: url(../images/common/img_site-footer__entry.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__section--pri {
    height: 45vw;
    background-position: center;
  }
}
.site-footer__section--sec {
  padding: 5em 0;
  background-color: #f0f4f8;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__section--sec {
    display: none;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__section--sec .site-footer__wrapper {
    width: 100%;
  }
}
.site-footer__section--ter {
  padding: 5em 0;
  background: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__section--ter {
    padding: 10vw 0;
  }
}
.site-footer__section--ter .site-footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__section--ter .site-footer__wrapper {
    -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;
  }
}
.site-footer__section--ter .site-footer__wrapper .site-end-area__first {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 25em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__section--ter .site-footer__wrapper .site-end-area__first {
    width: 100%;
    margin: 0 auto;
  }
}
.site-footer__section--ter .site-footer__wrapper .site-end-area__first .site-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  z-index: 1;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1;
  font-size: 0.875em;
}
.site-footer__section--ter .site-footer__wrapper .site-end-area__first .site-title .logo__symbol {
  width: 12em;
}
.site-footer__section--ter .site-footer__wrapper .site-end-area__first .site-title .logo__typo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1em;
  margin-left: 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__section--ter .site-footer__wrapper .site-end-area__first .site-title .logo__typo {
    margin-left: 2em;
  }
}
.site-footer__section--ter .site-footer__wrapper .site-end-area__first .site-title .logo__typo--jp {
  letter-spacing: 0.1em;
}
.site-footer__section--ter .site-footer__wrapper .site-end-area__first .site-title .logo__typo--en {
  margin-top: 0.7em;
  letter-spacing: 0.14em;
  font-family: "Josefin Sans", sans-serif;
}
.site-footer__section--ter .site-footer__wrapper .site-end-area__first .site-title .logo__typo--en .c-ter {
  padding-left: 0.5em;
}
.site-footer__section--ter .site-footer__wrapper .site-end-area__first .site-group-company {
  margin-top: 2em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__section--ter .site-footer__wrapper .site-end-area__first .site-group-company {
    width: 85%;
    margin: 2em auto 0;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__section--ter .site-footer__wrapper .site-end-area__second {
    width: 100%;
    margin: 4em auto 0;
    padding-top: 2em;
    text-align: center;
    border-top: 1px solid #cccccc;
  }
}
.site-footer__section--ter .site-footer__wrapper .site-end-area__second .site-copyright {
  width: 100%;
  margin-top: 2em;
  line-height: 1;
}

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

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

/* entry */
/* -------------------------------------------------------------------------- */
.footer-entry {
  text-align: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .footer-entry {
    width: 60%;
  }
}
.footer-entry__text {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 6em;
  line-height: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .footer-entry__text {
    font-size: 2em;
  }
}
.footer-entry__link {
  width: 30em;
  height: 6em;
  margin: 1em 0 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .footer-entry__link {
    width: 100%;
    height: 4em;
  }
}
.footer-entry__link .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .footer-entry__link .button {
    font-size: 1.375em;
  }
}

/* sitemap */
/* -------------------------------------------------------------------------- */
.sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4em 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sitemap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1px 0;
  }
}
.sitemap__item {
  position: relative;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sitemap__item {
    width: 100%;
    padding-left: 0;
    background-color: #545960;
  }
  .sitemap__item .toggle-button {
    width: 4em;
    height: 4em;
  }
}
.sitemap__anchor {
  text-decoration: none;
  color: #454b52;
  letter-spacing: 0.2em;
}
.sitemap__anchor + .sitemap__anchor {
  margin-top: 3.2em;
}
.sitemap__anchor--text--en {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.sitemap__anchor--text--en:before {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  border-radius: 2px;
  background: linear-gradient(135deg, #00c8ac 0%, #28aad0 100%) border-box border-box;
  margin: -0.25em 0.5em 0 0;
}
.sitemap__anchor--text--jp {
  display: block;
  margin-top: 0.25em;
  padding-left: 1.5em;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sitemap__anchor {
    display: block;
    padding: 0.75em 3em 0.75em 1.5em;
  }
}
.sitemap__child {
  margin-top: 1.5em;
  padding-left: 1.5em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sitemap__child {
    max-height: 0;
    overflow: hidden;
    margin-top: 0;
    -webkit-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
}
.sitemap__child__item {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sitemap__child__item {
    margin-bottom: 0;
    padding-left: 0;
  }
  .sitemap__child__item:last-of-type {
    margin-bottom: 1em;
  }
}
.sitemap__child__item + .sitemap__child__sub-title {
  margin-top: 2em;
}
.sitemap__child__anchor {
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #454b52;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sitemap__child__anchor {
    display: inline-block;
    padding: 0.5em 0 0.5em 3em;
  }
}
.sitemap__child__item.is-open .sitemap__child {
  max-height: 50em;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) and (orientation: portrait) {
  .column--sp-col-1 .column__item {
    width: 100%;
  }
  .column--sp-col-2 .column__item {
    width: 50%;
  }
  .column--g-1.column--sp-col-1 .column__item,
  .column--sp-g-1.column--sp-col-1 .column__item {
    width: 100%;
  }
  .column--g-1.column--sp-col-2 .column__item,
  .column--sp-g-1.column--sp-col-2 .column__item {
    width: calc(50% - 0.5em);
  }
  .column--g-2.column--sp-col-1 .column__item,
  .column--sp-g-2.column--sp-col-1 .column__item {
    width: 100%;
  }
  .column--g-2.column--sp-col-2 .column__item,
  .column--sp-g-2.column--sp-col-2 .column__item {
    width: calc(50% - 1em);
  }
  .column--g-3.column--sp-col-1 .column__item,
  .column--sp-g-3.column--sp-col-1 .column__item {
    width: 100%;
  }
  .column--g-3.column--sp-col-2 .column__item,
  .column--sp-g-3.column--sp-col-2 .column__item {
    width: calc(50% - 1.5em);
  }
  .column--g-4.column--sp-col-1 .column__item,
  .column--sp-g-4.column--sp-col-1 .column__item {
    width: 100%;
  }
  .column--g-4.column--sp-col-2 .column__item,
  .column--sp-g-4.column--sp-col-2 .column__item {
    width: calc(50% - 2em);
  }
}
/* column: flex-direction */
/* -------------------------------------------------------------------------- */
.column--fd-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.column--fd-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.column--fd-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.column--fd-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .column--sp-fd-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .column--sp-fd-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .column--sp-fd-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .column--sp-fd-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

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

/* column: align-items */
/* -------------------------------------------------------------------------- */
.column--ai-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.column--ai-flex-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.column--ai-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.column--ai-flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.column--ai-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .column--sp-ai-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .column--sp-ai-flex-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .column--sp-ai-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .column--sp-ai-flex-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .column--sp-ai-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

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

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

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

/* ========================================================================== */
/* Image Slider */
/* ========================================================================== */
.page-section--job-people .swiper {
  position: relative;
  width: 80%;
  max-width: 80em;
  margin: 0 auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-section--job-people .swiper {
    width: 100%;
    max-width: 100em;
    margin-top: 10vw;
    padding-bottom: 40vw;
  }
}
.page-section--job-people .swiper .swiper-wrapper {
  position: relative;
}
.page-section--job-people .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: default;
}
.page-section--job-people .swiper .swiper-wrapper .swiper-slide:not([class*=swiper-slide-active]) {
  pointer-events: none;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-section--job-people .swiper .swiper-wrapper .swiper-slide {
    -webkit-transform: scale(1) translate(0, 0) !important;
            transform: scale(1) translate(0, 0) !important;
  }
}
.page-section--job-people .swiper .swiper-wrapper .swiper-slide .job-people-slider__link {
  position: relative;
}
.page-section--job-people .swiper .swiper-wrapper .swiper-slide .job-people-slider__link .job-people-slider__image {
  position: relative;
  margin-bottom: 0;
}
.page-section--job-people .swiper .swiper-wrapper .swiper-slide .job-people-slider__link .job-people-slider__image .job-people__num {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  clip-path: inset(0 100% 0 0);
  -webkit-animation: markerHide 0.4s both;
          animation: markerHide 0.4s both;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.5em;
  height: 1.875em;
  background: rgba(255, 255, 255, 0.8);
  border-bottom-right-radius: 0.75em;
  z-index: 2;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-section--job-people .swiper .swiper-wrapper .swiper-slide .job-people-slider__link .job-people-slider__image .job-people__num {
    width: 20vw;
    height: 10vw;
    border-bottom-right-radius: 2.5vw;
    font-size: 5vw;
  }
}
.page-section--job-people .swiper .swiper-wrapper .swiper-slide .job-people-slider__text {
  position: absolute;
  left: -5em;
  bottom: -1em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  clip-path: inset(0 100% 0 0);
  -webkit-animation: markerHide 0.4s both;
          animation: markerHide 0.4s both;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-section--job-people .swiper .swiper-wrapper .swiper-slide .job-people-slider__text {
    left: -15vw;
    bottom: -25%;
  }
}
.page-section--job-people .swiper .swiper-wrapper .swiper-slide .job-people-slider__text__slogan {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #454b52;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-section--job-people .swiper .swiper-wrapper .swiper-slide .job-people-slider__text__slogan {
    width: 100vw;
  }
}
.page-section--job-people .swiper .swiper-wrapper .swiper-slide .job-people-slider__text__slogan .marker {
  display: inline-block;
  padding: 0.1em 0.2em;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
}
.page-section--job-people .swiper .swiper-wrapper .swiper-slide .job-people-slider__text__slogan .marker + .marker {
  margin-top: 0.25em;
}
.page-section--job-people .swiper .swiper-wrapper .swiper-slide .job-people-slider__text__category {
  display: inline-block;
  margin-top: 1em;
  padding: 0.5em 2em;
  border-radius: 10em;
  background: #00c8ac;
  color: #ffffff;
  text-align: center;
}
.page-section--job-people .swiper .swiper-wrapper .swiper-slide .job-people-slider__text__category.skill {
  background: #28aad0;
}
.page-section--job-people .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: scale(0.8) !important;
          transform: scale(0.8) !important;
  cursor: pointer !important;
  z-index: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-section--job-people .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
}
.page-section--job-people .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .job-people-slider__link .job-people-slider__image {
  overflow: hidden;
  margin-bottom: 0 !important;
}
.page-section--job-people .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .job-people-slider__link .job-people-slider__image .job-people__num {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  clip-path: inset(0 0 0 0);
  -webkit-animation: markerBg 1s 0.5s both;
          animation: markerBg 1s 0.5s both;
}
.page-section--job-people .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .job-people-slider__link .job-people-slider__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: scale;
  transition-property: scale;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.page-section--job-people .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .job-people-slider__text {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  clip-path: inset(0 0 0 0);
  -webkit-animation: markerBg 1s 0.5s both;
          animation: markerBg 1s 0.5s both;
}
.page-section--job-people .swiper .swiper-button-prev,
.page-section--job-people .swiper .swiper-button-next {
  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: 3.75em;
  height: 3.75em;
  margin-top: -1.875em;
  border: 1px solid #454b52;
  border-radius: 50%;
  background-color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -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;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-section--job-people .swiper .swiper-button-prev,
  .page-section--job-people .swiper .swiper-button-next {
    margin-top: -7.75em;
  }
}
.page-section--job-people .swiper .swiper-button-prev::before,
.page-section--job-people .swiper .swiper-button-next::before {
  content: "\e901";
  display: block;
  font-size: 1em;
  color: #454b52;
}
.page-section--job-people .swiper .swiper-button-prev::after,
.page-section--job-people .swiper .swiper-button-next::after {
  display: none;
}
.page-section--job-people .swiper .swiper-button-prev {
  top: 50%;
  left: 18.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-section--job-people .swiper .swiper-button-prev {
    left: 1.25vw;
  }
}
.page-section--job-people .swiper .swiper-button-prev::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.page-section--job-people .swiper .swiper-button-next {
  top: 50%;
  right: 18.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-section--job-people .swiper .swiper-button-next {
    right: 1.25vw;
  }
}

.isnt-touch .swiper-slide-active:focus .job-people-slider__link, .isnt-touch .swiper-slide-active:hover .job-people-slider__link {
  color: #454b52;
}
.isnt-touch .swiper-slide-active:focus .job-people-slider__link .job-people-slider__image img, .isnt-touch .swiper-slide-active:hover .job-people-slider__link .job-people-slider__image img {
  -webkit-transform: scale(1.1) !important;
          transform: scale(1.1) !important;
}
.isnt-touch .swiper-button-prev:focus, .isnt-touch .swiper-button-prev:hover,
.isnt-touch .swiper-button-next:focus,
.isnt-touch .swiper-button-next:hover {
  -webkit-transform: scale(1.1) !important;
          transform: scale(1.1) !important;
}

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

/* ========================================================================== */
/* Scroll Assist */
/* ========================================================================== */
.scroll-assist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: fixed;
  inset: 0 auto 0 0;
  width: 100vw;
  height: 100dvh;
  overflow: hidden;
  line-height: 1;
  z-index: 0;
}
.scroll-assist__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;
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.scroll-assist__title {
  margin-bottom: 1em;
  font-weight: 500;
  color: #ffffff;
}
.scroll-assist__line {
  position: relative;
  width: 2px;
  height: 3em;
  overflow: hidden;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .scroll-assist__line {
    height: 8em;
  }
}
.scroll-assist__line::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-animation: scroll-assist_line 2s ease-in-out infinite;
          animation: scroll-assist_line 2s ease-in-out infinite;
}

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

@keyframes scroll-assist_line {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.is-loaded .scroll-assist__content {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

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

/* ========================================================================== */
/* Visual */
/* ========================================================================== */
/* main-visual トップページ*/ 
/* -------------------------------------------------------------------------- */
.home-page {
  overflow-x: hidden !important;
}
.home-intro__bg {
  position: fixed;
  inset: 0 auto auto 0;
  width: 100vw;
  height: 100dvh;
  background-color: #454b52;
  z-index: -5;
}
.home-intro__bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-visual {
  position: relative;
  width: 100vw;
  height: 350svh;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-visual {
    height: 250svh;
  }
}
.main-visual__wrapper {
  position: sticky;
  top: 0;
  overflow: hidden;
  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: flex-start;
  width: 100vw;
  height: 100svh;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-visual__wrapper {
    overflow: hidden !important;
  }
}
.main-visual__content {
  position: absolute;
  top: calc(50% - 20em);
  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: 80em;
  height: 40em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-visual__content {
    top: calc(50% - 40em);
    height: 80em;
    font-size: 0.35em;
  }
}
.main-visual__slogan {
  font-size: 10em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.1;
  color: #ffffff;
  white-space: nowrap;
}
.main-visual__slogan .c {
  display: inline-block;
  clip-path: inset(0 0 100% 0);
  -webkit-transform: translate(-1em, 110%);
          transform: translate(-1em, 110%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.main-visual__slogan .c:nth-child(0) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.main-visual__slogan .c:nth-child(1) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.main-visual__slogan .c:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.main-visual__slogan .c:nth-child(3) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.main-visual__slogan .c:nth-child(4) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.main-visual__slogan .c:nth-child(5) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.main-visual__slogan .c:nth-child(6) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.main-visual__slogan .c:nth-child(7) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.main-visual__slogan .c:nth-child(8) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.main-visual__slogan .c:nth-child(9) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.main-visual__slogan .c:nth-child(10) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.main-visual__slogan .c:nth-child(11) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
.main-visual__slogan .c:nth-child(12) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.main-visual__slogan .c:nth-child(13) {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
.main-visual__slogan .c:nth-child(14) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.main-visual__slogan .c:nth-child(15) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.main-visual__person {
  position: absolute;
  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: 0;
  height: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-visual__person {
    font-size: 1.5em;
  }
}
.main-visual__person--1 {
  inset: 12em auto auto 22em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-visual__person--1 {
    inset: 15em auto auto 16em;
  }
}
.main-visual__person--1 img {
  width: 45em;
}
.main-visual__person--2 {
  inset: 12em 20em auto auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-visual__person--2 {
    inset: 15em 10em auto auto;
  }
}
.main-visual__person--2 img {
  width: 30em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-visual__person--2 img {
    width: 25em;
  }
}
.main-visual__person--3 {
  inset: auto 8em 14em auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-visual__person--3 {
    inset: auto 2.5em 20em auto;
  }
}
.main-visual__person--3 img {
  width: 20em;
}
.main-visual__person--4 {
  inset: auto 26em 4em auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-visual__person--4 {
    inset: auto 15em 13em auto;
  }
}
.main-visual__person--4 img {
  width: 24em;
}
.main-visual__person--5 {
  inset: auto auto 4em 30em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-visual__person--5 {
    inset: auto auto 8em 18em;
  }
}
.main-visual__person--5 img {
  width: 18em;
}
.main-visual__person--6 {
  inset: auto auto 4em 4em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-visual__person--6 {
    inset: auto auto 13em 2em;
  }
}
.main-visual__person--6 img {
  width: 18.75em;
}

.is-loaded .main-visual__slogan .c {
  clip-path: inset(0 0 0 0);
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.main-visual__lead__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50vw;
  gap: 3.75vw;
  margin: 0 auto;
  padding: 0 0 7.5vw 0;
  font-size: 1.5vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-visual__lead__wrapper {
    width: 90vw;
    font-size: 1.25em;
  }
}
.main-visual__lead__wrapper--text {
  color: #ffffff;
}

/* ========================================================================== */
/* Header Visual */
/* ========================================================================== */
.header-visual-a {
  position: relative;
  width: 100%;
}
.header-visual-a--company, .header-visual-a--business, .header-visual-a--job-career, .header-visual-a--learn, .header-visual-a--career-story, .header-visual-a--crosstalk {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 37.5vw;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom-left-radius: 10em;
  border-bottom-right-radius: 10em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .header-visual-a--company, .header-visual-a--business, .header-visual-a--job-career, .header-visual-a--learn, .header-visual-a--career-story, .header-visual-a--crosstalk {
    height: 75vw;
    margin-top: 12.8vw;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.header-visual-a--company .page-title, .header-visual-a--business .page-title, .header-visual-a--job-career .page-title, .header-visual-a--learn .page-title, .header-visual-a--career-story .page-title, .header-visual-a--crosstalk .page-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
  width: 20em;
  height: 4em;
  margin-bottom: -2em;
  border-radius: 10em;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .header-visual-a--company .page-title, .header-visual-a--business .page-title, .header-visual-a--job-career .page-title, .header-visual-a--learn .page-title, .header-visual-a--career-story .page-title, .header-visual-a--crosstalk .page-title {
    margin-bottom: -4em;
    border-radius: 0;
  }
}
.header-visual-a--company .page-title .en,
.header-visual-a--company .page-title .jp, .header-visual-a--business .page-title .en,
.header-visual-a--business .page-title .jp, .header-visual-a--job-career .page-title .en,
.header-visual-a--job-career .page-title .jp, .header-visual-a--learn .page-title .en,
.header-visual-a--learn .page-title .jp, .header-visual-a--career-story .page-title .en,
.header-visual-a--career-story .page-title .jp, .header-visual-a--crosstalk .page-title .en,
.header-visual-a--crosstalk .page-title .jp {
  display: inline-block;
  font-size: 0.6em;
}
.header-visual-a--company .page-title .en, .header-visual-a--business .page-title .en, .header-visual-a--job-career .page-title .en, .header-visual-a--learn .page-title .en, .header-visual-a--career-story .page-title .en, .header-visual-a--crosstalk .page-title .en {
  font-size: 1em;
  mix-blend-mode: overlay;
}
.header-visual-a--company {
  background-image: url(../images/about/company/img_company_01.webp);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .header-visual-a--company {
    background-image: url(../images/about/company/img_company_01_sp.webp);
  }
}
.header-visual-a--business {
  background-image: url(../images/about/business/img_business_01.webp);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .header-visual-a--business {
    background-image: url(../images/about/business/img_business_01_sp.webp);
  }
}
.header-visual-a--job-career {
  background-image: url(../images/about/job-career/img_job-career_01.webp);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .header-visual-a--job-career {
    background-image: url(../images/about/job-career/img_job-career_01_sp.webp);
  }
}
.header-visual-a--learn {
  background-image: url(../images/about/learn/img_learn_01.webp);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .header-visual-a--learn {
    background-image: url(../images/about/learn/img_learn_01_sp.webp);
  }
}
.header-visual-a--career-story {
  height: 50vw;
  background-image: url(../images/special/career-story/img_career-story_01.webp);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .header-visual-a--career-story {
    background-image: url(../images/special/career-story/img_career-story_01_sp.webp);
  }
}
.header-visual-a--career-story .page-title {
  height: 6em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .header-visual-a--career-story .page-title {
    margin-bottom: -6em;
  }
}
.header-visual-a--crosstalk {
  height: 50vw;
  background-image: url(../images/special/crosstalk/img_crosstalk_01.webp);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .header-visual-a--crosstalk {
    background-image: url(../images/special/crosstalk/img_crosstalk_01_sp.webp);
  }
}
.header-visual-a--crosstalk .page-title {
  height: 6em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .header-visual-a--crosstalk .page-title {
    margin-bottom: -6em;
  }
}

.job-people-header {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 12.8vw;
  }
}
.job-people-header .job-people-visual {
  position: relative;
  z-index: 1;
}
.job-people-header .job-people-visual__image {
  position: relative;
  width: 71.4285vw;
  height: auto;
  aspect-ratio: 3/2;
  border-bottom-left-radius: 8em;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-header .job-people-visual__image {
    width: 100%;
    border-bottom-left-radius: 0;
  }
}
.job-people-header .job-people-visual__image img {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
.job-people-header .job-people-visual .bg-col__bottom-left,
.job-people-header .job-people-visual .bg-col__bottom-right {
  position: absolute;
  inset: 0 auto auto -17.5vw;
  width: 71.4285vw;
  height: auto;
  aspect-ratio: 3/2;
  z-index: -1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-header .job-people-visual .bg-col__bottom-left,
  .job-people-header .job-people-visual .bg-col__bottom-right {
    display: none;
  }
}
.job-people-header .job-people-visual .bg-col__bottom-right {
  inset: auto 10vw -6.25vw auto;
  width: 35.71425vw;
}
.job-people-header .job-people-visual__contents {
  position: absolute;
  inset: 15vw auto auto 15vw;
  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;
  gap: 1em;
  z-index: 3;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-header .job-people-visual__contents {
    position: static;
    width: 100%;
    margin: 0 auto 0;
  }
}
.job-people-header .job-people-visual__contents__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 71.4285vw;
  line-height: 1.2;
  margin-bottom: 5em;
  color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-header .job-people-visual__contents__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 1.5em 0 0.5em;
    margin-bottom: 0.5em;
    background: linear-gradient(135deg, #00c8ac 0%, #28aad0 100%);
    text-align: center;
  }
}
.job-people-header .job-people-visual__contents__title--text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  mix-blend-mode: overlay;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-header .job-people-visual__contents__title--text {
    font-size: 1.5em;
  }
}
.job-people-header .job-people-visual__contents__title--number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-header .job-people-visual__contents__title--number {
    line-height: 1;
    mix-blend-mode: overlay;
  }
}
.job-people-header .job-people-visual__contents__main-text {
  width: 71.4285vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-header .job-people-visual__contents__main-text {
    width: 90%;
    margin: 0 auto;
  }
}
.job-people-header .job-people-visual__contents__main-text--slogan {
  position: relative;
  width: 70%;
  margin: 1em 0 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-header .job-people-visual__contents__main-text--slogan {
    width: 100%;
  }
}
.job-people-header .job-people-visual__contents__main-text--slogan--line {
  display: inline-block;
  padding: 0.2em;
  line-height: 1;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-header .job-people-visual__contents__main-text--slogan--line {
    background: none;
    padding: 0;
    border-radius: 0;
    font-size: 1.1em;
  }
}
.job-people-header .job-people-visual__contents__main-text--slogan--line + .job-people-visual__contents__main-text--slogan--line {
  margin-top: 0.1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-header .job-people-visual__contents__main-text--slogan--line + .job-people-visual__contents__main-text--slogan--line {
    margin-top: 0.5em;
  }
}
.job-people-header .job-people-visual__contents__main-text--category {
  display: inline-block;
  margin-top: 0;
  padding: 0.5em 2em;
  border-radius: 10em;
  background: #00c8ac;
  color: #ffffff;
  text-align: center;
}
.job-people-header .job-people-visual__contents__main-text--category.skill {
  background: #28aad0;
}
.job-people-header .job-people-visual__contents__main-text--profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
  margin-top: 1em;
}
.job-people-header .job-people-visual__contents__main-text--profile--status {
  margin-bottom: 0;
}

.internship__header {
  position: relative;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.internship__header:first-of-type {
  padding-top: 4em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .internship__header:first-of-type {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .internship__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.internship__header__visual__image {
  position: relative;
  width: 50em;
  height: auto;
  aspect-ratio: 3/2;
  z-index: 2;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .internship__header__visual__image {
    width: 100%;
    border-bottom-left-radius: 0;
  }
}
.internship__header__visual__image img {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
.internship__header__visual__image .bg-col__bottom-left,
.internship__header__visual__image .bg-col__bottom-right {
  position: absolute;
  inset: -4em auto auto -4em;
  width: 50%;
  height: 50%;
  aspect-ratio: 3/2;
  z-index: -1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .internship__header__visual__image .bg-col__bottom-left,
  .internship__header__visual__image .bg-col__bottom-right {
    inset: -2em auto auto -5em;
  }
}
.internship__header__visual .bg-col__bottom-right {
  inset: auto -4em -4em auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .internship__header__visual .bg-col__bottom-right {
    inset: auto -5em -2em auto;
  }
}
.internship__header__visual__contents {
  position: absolute;
  inset: auto auto 0 0;
  z-index: 3;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .internship__header__visual__contents {
    position: static;
    width: 100%;
    margin: 3em auto 0;
  }
}
.internship__header__visual__contents__text {
  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;
}
.internship__header__visual__contents__text__title {
  display: inline-block;
  margin-bottom: 1em;
}
.internship__header__visual__contents__text__slogan {
  position: relative;
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .internship__header__visual__contents__text__slogan {
    width: 100%;
  }
}
.internship__header__visual__contents__text__slogan--line {
  display: inline-block;
  padding: 0.2em;
  line-height: 1;
  border-radius: 8px;
  background: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .internship__header__visual__contents__text__slogan--line {
    display: inline;
    background: none;
    padding: 0;
    border-radius: 0;
    line-height: 1.4;
    font-size: 1.1em !important;
  }
}
.internship__header__visual__contents__text__slogan--line + .internship__header__visual__contents__text__slogan--line {
  margin-top: 0.1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .internship__header__visual__contents__text__slogan--line + .internship__header__visual__contents__text__slogan--line {
    margin-top: 0;
  }
}

.internship__header + .lead {
  width: 100%;
  margin: 5em 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .internship__header + .lead {
    margin: 2em 0 4em;
  }
}

/* ========================================================================== */
/* Wrapper */
/* ========================================================================== */
/* content-wrapper: default */
/* -------------------------------------------------------------------------- */
.content-wrapper {
  width: 80%;
  max-width: 80em;
  margin: 0 auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .content-wrapper {
    width: 90vw;
  }
}

/* content-wrapper: column */
/* -------------------------------------------------------------------------- */
.content-wrapper--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  max-width: 100em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .content-wrapper--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-wrapper--column .content-wrapper__pri {
  width: 66.666%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .content-wrapper--column .content-wrapper__pri {
    width: 90%;
    overflow: hidden;
  }
}
.content-wrapper--column .content-wrapper__sec {
  width: 23.333%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .content-wrapper--column .content-wrapper__sec {
    width: 100%;
  }
}

/* About us INDEX / Job & People INDEX / Special INDEX /*/
/* -------------------------------------------------------------------------- */
.about-page--index-page .page-main,
.job-people-page--index-page .page-main,
.special-page--index-page .page-main,
.rec-info-page--index-page .page-main {
  padding-top: 15em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--index-page .page-main,
  .job-people-page--index-page .page-main,
  .special-page--index-page .page-main,
  .rec-info-page--index-page .page-main {
    padding-top: 30vw;
  }
}
.about-page--index-page .page-main .content-wrapper .column--col-2,
.about-page--index-page .page-main .content-wrapper .column--col-3,
.job-people-page--index-page .page-main .content-wrapper .column--col-2,
.job-people-page--index-page .page-main .content-wrapper .column--col-3,
.special-page--index-page .page-main .content-wrapper .column--col-2,
.special-page--index-page .page-main .content-wrapper .column--col-3,
.rec-info-page--index-page .page-main .content-wrapper .column--col-2,
.rec-info-page--index-page .page-main .content-wrapper .column--col-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10em 0 0;
}
.about-page--index-page .page-main .content-wrapper .column--col-2.mb,
.about-page--index-page .page-main .content-wrapper .column--col-3.mb,
.job-people-page--index-page .page-main .content-wrapper .column--col-2.mb,
.job-people-page--index-page .page-main .content-wrapper .column--col-3.mb,
.special-page--index-page .page-main .content-wrapper .column--col-2.mb,
.special-page--index-page .page-main .content-wrapper .column--col-3.mb,
.rec-info-page--index-page .page-main .content-wrapper .column--col-2.mb,
.rec-info-page--index-page .page-main .content-wrapper .column--col-3.mb {
  margin-bottom: 10em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.about-page--index-page .page-main .content-wrapper .column--col-2.position-center,
.about-page--index-page .page-main .content-wrapper .column--col-3.position-center,
.job-people-page--index-page .page-main .content-wrapper .column--col-2.position-center,
.job-people-page--index-page .page-main .content-wrapper .column--col-3.position-center,
.special-page--index-page .page-main .content-wrapper .column--col-2.position-center,
.special-page--index-page .page-main .content-wrapper .column--col-3.position-center,
.rec-info-page--index-page .page-main .content-wrapper .column--col-2.position-center,
.rec-info-page--index-page .page-main .content-wrapper .column--col-3.position-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--index-page .page-main .content-wrapper .column--col-2,
  .about-page--index-page .page-main .content-wrapper .column--col-3,
  .job-people-page--index-page .page-main .content-wrapper .column--col-2,
  .job-people-page--index-page .page-main .content-wrapper .column--col-3,
  .special-page--index-page .page-main .content-wrapper .column--col-2,
  .special-page--index-page .page-main .content-wrapper .column--col-3,
  .rec-info-page--index-page .page-main .content-wrapper .column--col-2,
  .rec-info-page--index-page .page-main .content-wrapper .column--col-3 {
    -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;
    margin: 10vw 0 0;
  }
}
.about-page--index-page .page-main .content-wrapper .column--col-2 + .column--col-2,
.about-page--index-page .page-main .content-wrapper .column--col-3 + .column--col-2,
.job-people-page--index-page .page-main .content-wrapper .column--col-2 + .column--col-2,
.job-people-page--index-page .page-main .content-wrapper .column--col-3 + .column--col-2,
.special-page--index-page .page-main .content-wrapper .column--col-2 + .column--col-2,
.special-page--index-page .page-main .content-wrapper .column--col-3 + .column--col-2,
.rec-info-page--index-page .page-main .content-wrapper .column--col-2 + .column--col-2,
.rec-info-page--index-page .page-main .content-wrapper .column--col-3 + .column--col-2 {
  margin: 5em 0 10em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--index-page .page-main .content-wrapper .column--col-2 + .column--col-2,
  .about-page--index-page .page-main .content-wrapper .column--col-3 + .column--col-2,
  .job-people-page--index-page .page-main .content-wrapper .column--col-2 + .column--col-2,
  .job-people-page--index-page .page-main .content-wrapper .column--col-3 + .column--col-2,
  .special-page--index-page .page-main .content-wrapper .column--col-2 + .column--col-2,
  .special-page--index-page .page-main .content-wrapper .column--col-3 + .column--col-2,
  .rec-info-page--index-page .page-main .content-wrapper .column--col-2 + .column--col-2,
  .rec-info-page--index-page .page-main .content-wrapper .column--col-3 + .column--col-2 {
    margin: 10vw 0 20vw;
  }
}
.about-page--index-page .page-main .content-wrapper .column--col-2 .column__item.mt-0,
.about-page--index-page .page-main .content-wrapper .column--col-3 .column__item.mt-0,
.job-people-page--index-page .page-main .content-wrapper .column--col-2 .column__item.mt-0,
.job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item.mt-0,
.special-page--index-page .page-main .content-wrapper .column--col-2 .column__item.mt-0,
.special-page--index-page .page-main .content-wrapper .column--col-3 .column__item.mt-0,
.rec-info-page--index-page .page-main .content-wrapper .column--col-2 .column__item.mt-0,
.rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item.mt-0 {
  margin-top: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--index-page .page-main .content-wrapper .column--col-2 .column__item,
  .about-page--index-page .page-main .content-wrapper .column--col-3 .column__item,
  .job-people-page--index-page .page-main .content-wrapper .column--col-2 .column__item,
  .job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item,
  .special-page--index-page .page-main .content-wrapper .column--col-2 .column__item,
  .special-page--index-page .page-main .content-wrapper .column--col-3 .column__item,
  .rec-info-page--index-page .page-main .content-wrapper .column--col-2 .column__item,
  .rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item {
    width: 90%;
    margin: 10vw auto 0;
  }
}
.about-page--index-page .page-main .content-wrapper .column--col-2 .column__item + .column__item,
.about-page--index-page .page-main .content-wrapper .column--col-3 .column__item + .column__item,
.job-people-page--index-page .page-main .content-wrapper .column--col-2 .column__item + .column__item,
.job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item + .column__item,
.special-page--index-page .page-main .content-wrapper .column--col-2 .column__item + .column__item,
.special-page--index-page .page-main .content-wrapper .column--col-3 .column__item + .column__item,
.rec-info-page--index-page .page-main .content-wrapper .column--col-2 .column__item + .column__item,
.rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item + .column__item {
  margin-top: 5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--index-page .page-main .content-wrapper .column--col-2 .column__item + .column__item,
  .about-page--index-page .page-main .content-wrapper .column--col-3 .column__item + .column__item,
  .job-people-page--index-page .page-main .content-wrapper .column--col-2 .column__item + .column__item,
  .job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item + .column__item,
  .special-page--index-page .page-main .content-wrapper .column--col-2 .column__item + .column__item,
  .special-page--index-page .page-main .content-wrapper .column--col-3 .column__item + .column__item,
  .rec-info-page--index-page .page-main .content-wrapper .column--col-2 .column__item + .column__item,
  .rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item + .column__item {
    margin: 10vw auto 0;
  }
}
.about-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor,
.about-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor,
.about-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor,
.about-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor,
.job-people-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor,
.job-people-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor,
.job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor,
.job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor,
.special-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor,
.special-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor,
.special-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor,
.special-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor,
.rec-info-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor,
.rec-info-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor,
.rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor,
.rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor {
  width: 100%;
  height: auto;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.about-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image,
.about-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image,
.about-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image,
.about-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image,
.job-people-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image,
.job-people-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image,
.job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image,
.job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image,
.special-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image,
.special-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image,
.special-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image,
.special-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image,
.rec-info-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image,
.rec-info-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image,
.rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image,
.rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1.25em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image,
  .about-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image,
  .about-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image,
  .about-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image,
  .job-people-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image,
  .job-people-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image,
  .job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image,
  .job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image,
  .special-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image,
  .special-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image,
  .special-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image,
  .special-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image,
  .rec-info-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image,
  .rec-info-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image,
  .rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image,
  .rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image {
    height: auto;
    margin-bottom: 5vw;
  }
}
.about-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
.about-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__top-left,
.about-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
.about-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__top-left,
.job-people-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
.job-people-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__top-left,
.job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
.job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__top-left,
.special-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
.special-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__top-left,
.special-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
.special-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__top-left,
.rec-info-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
.rec-info-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__top-left,
.rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
.rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__top-left {
  top: -2.5em;
  left: -2.5em;
  width: 50%;
  height: 50%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
  .about-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__top-left,
  .about-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
  .about-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__top-left,
  .job-people-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
  .job-people-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__top-left,
  .job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
  .job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__top-left,
  .special-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
  .special-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__top-left,
  .special-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
  .special-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__top-left,
  .rec-info-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
  .rec-info-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__top-left,
  .rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
  .rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__top-left {
    top: -5vw;
    left: -5vw;
    width: 100%;
    height: 100%;
  }
}
.about-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
.about-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right,
.about-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
.about-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right,
.job-people-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
.job-people-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right,
.job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
.job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right,
.special-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
.special-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right,
.special-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
.special-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right,
.rec-info-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
.rec-info-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right,
.rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
.rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right {
  right: -2.5em;
  bottom: -2.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
  .about-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right,
  .about-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
  .about-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right,
  .job-people-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
  .job-people-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right,
  .job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
  .job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right,
  .special-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
  .special-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right,
  .special-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
  .special-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right,
  .rec-info-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
  .rec-info-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right,
  .rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
  .rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right {
    right: -5vw;
    bottom: -5vw;
    width: 100%;
    height: 100%;
  }
}
.about-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor--text,
.about-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor--text,
.about-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor--text,
.about-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor--text,
.job-people-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor--text,
.job-people-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor--text,
.job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor--text,
.job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor--text,
.special-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor--text,
.special-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor--text,
.special-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor--text,
.special-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor--text,
.rec-info-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor--text,
.rec-info-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor--text,
.rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor--text,
.rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor--text {
  display: block;
  margin-top: 2em;
  font-weight: 500;
  text-align: center;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor--text,
  .about-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor--text,
  .about-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor--text,
  .about-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor--text,
  .job-people-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor--text,
  .job-people-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor--text,
  .job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor--text,
  .job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor--text,
  .special-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor--text,
  .special-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor--text,
  .special-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor--text,
  .special-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor--text,
  .rec-info-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor--text,
  .rec-info-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor--text,
  .rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor--text,
  .rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor--text {
    padding-left: 0;
  }
}
.about-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor--text__en, .about-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor--text__jp,
.about-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor--text__en,
.about-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor--text__jp,
.about-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor--text__en,
.about-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor--text__jp,
.about-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor--text__en,
.about-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor--text__jp,
.job-people-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor--text__en,
.job-people-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor--text__jp,
.job-people-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor--text__en,
.job-people-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor--text__jp,
.job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor--text__en,
.job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor--text__jp,
.job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor--text__en,
.job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor--text__jp,
.special-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor--text__en,
.special-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor--text__jp,
.special-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor--text__en,
.special-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor--text__jp,
.special-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor--text__en,
.special-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor--text__jp,
.special-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor--text__en,
.special-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor--text__jp,
.rec-info-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor--text__en,
.rec-info-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor--text__jp,
.rec-info-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor--text__en,
.rec-info-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor--text__jp,
.rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor--text__en,
.rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor--text__jp,
.rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor--text__en,
.rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor--text__jp {
  display: block;
  text-decoration: none !important;
}
.about-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor--text__en,
.about-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor--text__en,
.about-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor--text__en,
.about-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor--text__en,
.job-people-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor--text__en,
.job-people-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor--text__en,
.job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor--text__en,
.job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor--text__en,
.special-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor--text__en,
.special-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor--text__en,
.special-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor--text__en,
.special-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor--text__en,
.rec-info-page--index-page .page-main .content-wrapper .column--col-2 .column__item .about-list__anchor--text__en,
.rec-info-page--index-page .page-main .content-wrapper .column--col-2 .column__item .special-list__anchor--text__en,
.rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item .about-list__anchor--text__en,
.rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item .special-list__anchor--text__en {
  background: linear-gradient(135deg, #00c8ac 0%, #28aad0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1em;
}
.about-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor,
.about-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor,
.job-people-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor,
.job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor,
.special-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor,
.special-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor,
.rec-info-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor,
.rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor {
  position: relative;
}
.about-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image,
.about-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image,
.job-people-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image,
.job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image,
.special-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image,
.special-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image,
.rec-info-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image,
.rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image {
  position: relative;
  margin-bottom: 0;
}
.about-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num,
.about-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num,
.job-people-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num,
.job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num,
.special-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num,
.special-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num,
.rec-info-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num,
.rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3em;
  height: 1.5em;
  background: rgba(255, 255, 255, 0.8);
  border-bottom-right-radius: 0.75em;
  z-index: 2;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num,
  .about-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num,
  .job-people-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num,
  .job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num,
  .special-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num,
  .special-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num,
  .rec-info-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num,
  .rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num {
    width: 20vw;
    height: 10vw;
    border-bottom-right-radius: 2.5vw;
    font-size: 5vw;
  }
}
.about-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image img,
.about-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image img,
.job-people-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image img,
.job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image img,
.special-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image img,
.special-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image img,
.rec-info-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image img,
.rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: scale;
  transition-property: scale;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.about-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text,
.about-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text,
.job-people-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text,
.job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text,
.special-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text,
.special-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text,
.rec-info-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text,
.rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text {
  position: absolute;
  left: -5em;
  bottom: -2em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text,
  .about-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text,
  .job-people-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text,
  .job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text,
  .special-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text,
  .special-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text,
  .rec-info-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text,
  .rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text {
    left: -2em;
    bottom: -2em;
  }
}
.about-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan,
.about-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan,
.job-people-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan,
.job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan,
.special-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan,
.special-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan,
.rec-info-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan,
.rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan {
  position: relative;
  display: inline-block;
  width: 110%;
  color: #454b52;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan,
  .about-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan,
  .job-people-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan,
  .job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan,
  .special-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan,
  .special-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan,
  .rec-info-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan,
  .rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan {
    width: 100vw;
  }
}
.about-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker,
.about-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker,
.job-people-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker,
.job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker,
.special-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker,
.special-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker,
.rec-info-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker,
.rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker {
  display: inline-block;
  padding: 0.1em 0.2em;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
}
.about-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker + .marker,
.about-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker + .marker,
.job-people-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker + .marker,
.job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker + .marker,
.special-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker + .marker,
.special-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker + .marker,
.rec-info-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker + .marker,
.rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker + .marker {
  margin-top: 0.25em;
}
.about-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__category,
.about-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__category,
.job-people-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__category,
.job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__category,
.special-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__category,
.special-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__category,
.rec-info-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__category,
.rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__category {
  display: inline-block;
  margin-top: 1em;
  padding: 0.5em 2em;
  border-radius: 10em;
  background: #00c8ac;
  color: #ffffff;
  text-align: center;
}
.about-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__category.skill,
.about-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__category.skill,
.job-people-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__category.skill,
.job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__category.skill,
.special-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__category.skill,
.special-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__category.skill,
.rec-info-page--index-page .page-main .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__category.skill,
.rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__category.skill {
  background: #28aad0;
}
.about-page--index-page .page-main .content-wrapper .column--col-3,
.job-people-page--index-page .page-main .content-wrapper .column--col-3,
.special-page--index-page .page-main .content-wrapper .column--col-3,
.rec-info-page--index-page .page-main .content-wrapper .column--col-3 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 10em 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--index-page .page-main .content-wrapper .column--col-3,
  .job-people-page--index-page .page-main .content-wrapper .column--col-3,
  .special-page--index-page .page-main .content-wrapper .column--col-3,
  .rec-info-page--index-page .page-main .content-wrapper .column--col-3 {
    margin: 0 0 10em 0;
  }
}
.about-page--index-page .page-main .content-wrapper .column--col-3 .column__item,
.job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item,
.special-page--index-page .page-main .content-wrapper .column--col-3 .column__item,
.rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item {
  width: 20em;
  margin-left: 8em;
}
.about-page--index-page .page-main .content-wrapper .column--col-3 .column__item:nth-of-type(3n + 1),
.job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item:nth-of-type(3n + 1),
.special-page--index-page .page-main .content-wrapper .column--col-3 .column__item:nth-of-type(3n + 1),
.rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item:nth-of-type(3n + 1) {
  margin: 5em 0;
}
.about-page--index-page .page-main .content-wrapper .column--col-3 .column__item:first-of-type,
.job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item:first-of-type,
.special-page--index-page .page-main .content-wrapper .column--col-3 .column__item:first-of-type,
.rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--index-page .page-main .content-wrapper .column--col-3 .column__item,
  .job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item,
  .special-page--index-page .page-main .content-wrapper .column--col-3 .column__item,
  .rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item {
    margin: 5em auto 0 !important;
  }
  .about-page--index-page .page-main .content-wrapper .column--col-3 .column__item:nth-of-type(3n + 1),
  .job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item:nth-of-type(3n + 1),
  .special-page--index-page .page-main .content-wrapper .column--col-3 .column__item:nth-of-type(3n + 1),
  .rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item:nth-of-type(3n + 1) {
    margin: 40vw auto 0;
  }
  .about-page--index-page .page-main .content-wrapper .column--col-3 .column__item:first-of-type,
  .job-people-page--index-page .page-main .content-wrapper .column--col-3 .column__item:first-of-type,
  .special-page--index-page .page-main .content-wrapper .column--col-3 .column__item:first-of-type,
  .rec-info-page--index-page .page-main .content-wrapper .column--col-3 .column__item:first-of-type {
    margin: 10vw auto 0 !important;
  }
}

.isnt-touch .bg-col__image img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.isnt-touch .about-list__anchor:focus img, .isnt-touch .about-list__anchor:hover img,
.isnt-touch .job-people-list__anchor:focus img,
.isnt-touch .job-people-list__anchor:hover img,
.isnt-touch .special-list__anchor:focus img,
.isnt-touch .special-list__anchor:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/* Job & People INDEX */
/* -------------------------------------------------------------------------- */
.job-people-page--people-01-page .content-wrapper .column--col-2,
.job-people-page--people-01-page .content-wrapper .column--col-3, .job-people-page--people-02-page .content-wrapper .column--col-2,
.job-people-page--people-02-page .content-wrapper .column--col-3, .job-people-page--people-03-page .content-wrapper .column--col-2,
.job-people-page--people-03-page .content-wrapper .column--col-3, .job-people-page--people-04-page .content-wrapper .column--col-2,
.job-people-page--people-04-page .content-wrapper .column--col-3, .job-people-page--people-05-page .content-wrapper .column--col-2,
.job-people-page--people-05-page .content-wrapper .column--col-3, .job-people-page--people-06-page .content-wrapper .column--col-2,
.job-people-page--people-06-page .content-wrapper .column--col-3, .job-people-page--people-07-page .content-wrapper .column--col-2,
.job-people-page--people-07-page .content-wrapper .column--col-3, .job-people-page--people-08-page .content-wrapper .column--col-2,
.job-people-page--people-08-page .content-wrapper .column--col-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10em 0 0;
}
.job-people-page--people-01-page .content-wrapper .column--col-2.mb,
.job-people-page--people-01-page .content-wrapper .column--col-3.mb, .job-people-page--people-02-page .content-wrapper .column--col-2.mb,
.job-people-page--people-02-page .content-wrapper .column--col-3.mb, .job-people-page--people-03-page .content-wrapper .column--col-2.mb,
.job-people-page--people-03-page .content-wrapper .column--col-3.mb, .job-people-page--people-04-page .content-wrapper .column--col-2.mb,
.job-people-page--people-04-page .content-wrapper .column--col-3.mb, .job-people-page--people-05-page .content-wrapper .column--col-2.mb,
.job-people-page--people-05-page .content-wrapper .column--col-3.mb, .job-people-page--people-06-page .content-wrapper .column--col-2.mb,
.job-people-page--people-06-page .content-wrapper .column--col-3.mb, .job-people-page--people-07-page .content-wrapper .column--col-2.mb,
.job-people-page--people-07-page .content-wrapper .column--col-3.mb, .job-people-page--people-08-page .content-wrapper .column--col-2.mb,
.job-people-page--people-08-page .content-wrapper .column--col-3.mb {
  margin-bottom: 10em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.job-people-page--people-01-page .content-wrapper .column--col-2.position-center,
.job-people-page--people-01-page .content-wrapper .column--col-3.position-center, .job-people-page--people-02-page .content-wrapper .column--col-2.position-center,
.job-people-page--people-02-page .content-wrapper .column--col-3.position-center, .job-people-page--people-03-page .content-wrapper .column--col-2.position-center,
.job-people-page--people-03-page .content-wrapper .column--col-3.position-center, .job-people-page--people-04-page .content-wrapper .column--col-2.position-center,
.job-people-page--people-04-page .content-wrapper .column--col-3.position-center, .job-people-page--people-05-page .content-wrapper .column--col-2.position-center,
.job-people-page--people-05-page .content-wrapper .column--col-3.position-center, .job-people-page--people-06-page .content-wrapper .column--col-2.position-center,
.job-people-page--people-06-page .content-wrapper .column--col-3.position-center, .job-people-page--people-07-page .content-wrapper .column--col-2.position-center,
.job-people-page--people-07-page .content-wrapper .column--col-3.position-center, .job-people-page--people-08-page .content-wrapper .column--col-2.position-center,
.job-people-page--people-08-page .content-wrapper .column--col-3.position-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-page--people-01-page .content-wrapper .column--col-2,
  .job-people-page--people-01-page .content-wrapper .column--col-3, .job-people-page--people-02-page .content-wrapper .column--col-2,
  .job-people-page--people-02-page .content-wrapper .column--col-3, .job-people-page--people-03-page .content-wrapper .column--col-2,
  .job-people-page--people-03-page .content-wrapper .column--col-3, .job-people-page--people-04-page .content-wrapper .column--col-2,
  .job-people-page--people-04-page .content-wrapper .column--col-3, .job-people-page--people-05-page .content-wrapper .column--col-2,
  .job-people-page--people-05-page .content-wrapper .column--col-3, .job-people-page--people-06-page .content-wrapper .column--col-2,
  .job-people-page--people-06-page .content-wrapper .column--col-3, .job-people-page--people-07-page .content-wrapper .column--col-2,
  .job-people-page--people-07-page .content-wrapper .column--col-3, .job-people-page--people-08-page .content-wrapper .column--col-2,
  .job-people-page--people-08-page .content-wrapper .column--col-3 {
    -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;
    margin: 10vw 0 0;
  }
}
.job-people-page--people-01-page .content-wrapper .column--col-2 + .column--col-2,
.job-people-page--people-01-page .content-wrapper .column--col-3 + .column--col-2, .job-people-page--people-02-page .content-wrapper .column--col-2 + .column--col-2,
.job-people-page--people-02-page .content-wrapper .column--col-3 + .column--col-2, .job-people-page--people-03-page .content-wrapper .column--col-2 + .column--col-2,
.job-people-page--people-03-page .content-wrapper .column--col-3 + .column--col-2, .job-people-page--people-04-page .content-wrapper .column--col-2 + .column--col-2,
.job-people-page--people-04-page .content-wrapper .column--col-3 + .column--col-2, .job-people-page--people-05-page .content-wrapper .column--col-2 + .column--col-2,
.job-people-page--people-05-page .content-wrapper .column--col-3 + .column--col-2, .job-people-page--people-06-page .content-wrapper .column--col-2 + .column--col-2,
.job-people-page--people-06-page .content-wrapper .column--col-3 + .column--col-2, .job-people-page--people-07-page .content-wrapper .column--col-2 + .column--col-2,
.job-people-page--people-07-page .content-wrapper .column--col-3 + .column--col-2, .job-people-page--people-08-page .content-wrapper .column--col-2 + .column--col-2,
.job-people-page--people-08-page .content-wrapper .column--col-3 + .column--col-2 {
  margin: 5em 0 10em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-page--people-01-page .content-wrapper .column--col-2 + .column--col-2,
  .job-people-page--people-01-page .content-wrapper .column--col-3 + .column--col-2, .job-people-page--people-02-page .content-wrapper .column--col-2 + .column--col-2,
  .job-people-page--people-02-page .content-wrapper .column--col-3 + .column--col-2, .job-people-page--people-03-page .content-wrapper .column--col-2 + .column--col-2,
  .job-people-page--people-03-page .content-wrapper .column--col-3 + .column--col-2, .job-people-page--people-04-page .content-wrapper .column--col-2 + .column--col-2,
  .job-people-page--people-04-page .content-wrapper .column--col-3 + .column--col-2, .job-people-page--people-05-page .content-wrapper .column--col-2 + .column--col-2,
  .job-people-page--people-05-page .content-wrapper .column--col-3 + .column--col-2, .job-people-page--people-06-page .content-wrapper .column--col-2 + .column--col-2,
  .job-people-page--people-06-page .content-wrapper .column--col-3 + .column--col-2, .job-people-page--people-07-page .content-wrapper .column--col-2 + .column--col-2,
  .job-people-page--people-07-page .content-wrapper .column--col-3 + .column--col-2, .job-people-page--people-08-page .content-wrapper .column--col-2 + .column--col-2,
  .job-people-page--people-08-page .content-wrapper .column--col-3 + .column--col-2 {
    margin: 10vw 0 20vw;
  }
}
.job-people-page--people-01-page .content-wrapper .column--col-2 .column__item.mt-0,
.job-people-page--people-01-page .content-wrapper .column--col-3 .column__item.mt-0, .job-people-page--people-02-page .content-wrapper .column--col-2 .column__item.mt-0,
.job-people-page--people-02-page .content-wrapper .column--col-3 .column__item.mt-0, .job-people-page--people-03-page .content-wrapper .column--col-2 .column__item.mt-0,
.job-people-page--people-03-page .content-wrapper .column--col-3 .column__item.mt-0, .job-people-page--people-04-page .content-wrapper .column--col-2 .column__item.mt-0,
.job-people-page--people-04-page .content-wrapper .column--col-3 .column__item.mt-0, .job-people-page--people-05-page .content-wrapper .column--col-2 .column__item.mt-0,
.job-people-page--people-05-page .content-wrapper .column--col-3 .column__item.mt-0, .job-people-page--people-06-page .content-wrapper .column--col-2 .column__item.mt-0,
.job-people-page--people-06-page .content-wrapper .column--col-3 .column__item.mt-0, .job-people-page--people-07-page .content-wrapper .column--col-2 .column__item.mt-0,
.job-people-page--people-07-page .content-wrapper .column--col-3 .column__item.mt-0, .job-people-page--people-08-page .content-wrapper .column--col-2 .column__item.mt-0,
.job-people-page--people-08-page .content-wrapper .column--col-3 .column__item.mt-0 {
  margin-top: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-page--people-01-page .content-wrapper .column--col-2 .column__item,
  .job-people-page--people-01-page .content-wrapper .column--col-3 .column__item, .job-people-page--people-02-page .content-wrapper .column--col-2 .column__item,
  .job-people-page--people-02-page .content-wrapper .column--col-3 .column__item, .job-people-page--people-03-page .content-wrapper .column--col-2 .column__item,
  .job-people-page--people-03-page .content-wrapper .column--col-3 .column__item, .job-people-page--people-04-page .content-wrapper .column--col-2 .column__item,
  .job-people-page--people-04-page .content-wrapper .column--col-3 .column__item, .job-people-page--people-05-page .content-wrapper .column--col-2 .column__item,
  .job-people-page--people-05-page .content-wrapper .column--col-3 .column__item, .job-people-page--people-06-page .content-wrapper .column--col-2 .column__item,
  .job-people-page--people-06-page .content-wrapper .column--col-3 .column__item, .job-people-page--people-07-page .content-wrapper .column--col-2 .column__item,
  .job-people-page--people-07-page .content-wrapper .column--col-3 .column__item, .job-people-page--people-08-page .content-wrapper .column--col-2 .column__item,
  .job-people-page--people-08-page .content-wrapper .column--col-3 .column__item {
    width: 90%;
    margin: 10vw auto 0;
  }
}
.job-people-page--people-01-page .content-wrapper .column--col-2 .column__item + .column__item,
.job-people-page--people-01-page .content-wrapper .column--col-3 .column__item + .column__item, .job-people-page--people-02-page .content-wrapper .column--col-2 .column__item + .column__item,
.job-people-page--people-02-page .content-wrapper .column--col-3 .column__item + .column__item, .job-people-page--people-03-page .content-wrapper .column--col-2 .column__item + .column__item,
.job-people-page--people-03-page .content-wrapper .column--col-3 .column__item + .column__item, .job-people-page--people-04-page .content-wrapper .column--col-2 .column__item + .column__item,
.job-people-page--people-04-page .content-wrapper .column--col-3 .column__item + .column__item, .job-people-page--people-05-page .content-wrapper .column--col-2 .column__item + .column__item,
.job-people-page--people-05-page .content-wrapper .column--col-3 .column__item + .column__item, .job-people-page--people-06-page .content-wrapper .column--col-2 .column__item + .column__item,
.job-people-page--people-06-page .content-wrapper .column--col-3 .column__item + .column__item, .job-people-page--people-07-page .content-wrapper .column--col-2 .column__item + .column__item,
.job-people-page--people-07-page .content-wrapper .column--col-3 .column__item + .column__item, .job-people-page--people-08-page .content-wrapper .column--col-2 .column__item + .column__item,
.job-people-page--people-08-page .content-wrapper .column--col-3 .column__item + .column__item {
  margin-top: 5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-page--people-01-page .content-wrapper .column--col-2 .column__item + .column__item,
  .job-people-page--people-01-page .content-wrapper .column--col-3 .column__item + .column__item, .job-people-page--people-02-page .content-wrapper .column--col-2 .column__item + .column__item,
  .job-people-page--people-02-page .content-wrapper .column--col-3 .column__item + .column__item, .job-people-page--people-03-page .content-wrapper .column--col-2 .column__item + .column__item,
  .job-people-page--people-03-page .content-wrapper .column--col-3 .column__item + .column__item, .job-people-page--people-04-page .content-wrapper .column--col-2 .column__item + .column__item,
  .job-people-page--people-04-page .content-wrapper .column--col-3 .column__item + .column__item, .job-people-page--people-05-page .content-wrapper .column--col-2 .column__item + .column__item,
  .job-people-page--people-05-page .content-wrapper .column--col-3 .column__item + .column__item, .job-people-page--people-06-page .content-wrapper .column--col-2 .column__item + .column__item,
  .job-people-page--people-06-page .content-wrapper .column--col-3 .column__item + .column__item, .job-people-page--people-07-page .content-wrapper .column--col-2 .column__item + .column__item,
  .job-people-page--people-07-page .content-wrapper .column--col-3 .column__item + .column__item, .job-people-page--people-08-page .content-wrapper .column--col-2 .column__item + .column__item,
  .job-people-page--people-08-page .content-wrapper .column--col-3 .column__item + .column__item {
    margin: 10vw auto 0;
  }
}
.job-people-page--people-01-page .content-wrapper .column--col-2 .column__item .about-list__anchor,
.job-people-page--people-01-page .content-wrapper .column--col-2 .column__item .special-list__anchor,
.job-people-page--people-01-page .content-wrapper .column--col-3 .column__item .about-list__anchor,
.job-people-page--people-01-page .content-wrapper .column--col-3 .column__item .special-list__anchor, .job-people-page--people-02-page .content-wrapper .column--col-2 .column__item .about-list__anchor,
.job-people-page--people-02-page .content-wrapper .column--col-2 .column__item .special-list__anchor,
.job-people-page--people-02-page .content-wrapper .column--col-3 .column__item .about-list__anchor,
.job-people-page--people-02-page .content-wrapper .column--col-3 .column__item .special-list__anchor, .job-people-page--people-03-page .content-wrapper .column--col-2 .column__item .about-list__anchor,
.job-people-page--people-03-page .content-wrapper .column--col-2 .column__item .special-list__anchor,
.job-people-page--people-03-page .content-wrapper .column--col-3 .column__item .about-list__anchor,
.job-people-page--people-03-page .content-wrapper .column--col-3 .column__item .special-list__anchor, .job-people-page--people-04-page .content-wrapper .column--col-2 .column__item .about-list__anchor,
.job-people-page--people-04-page .content-wrapper .column--col-2 .column__item .special-list__anchor,
.job-people-page--people-04-page .content-wrapper .column--col-3 .column__item .about-list__anchor,
.job-people-page--people-04-page .content-wrapper .column--col-3 .column__item .special-list__anchor, .job-people-page--people-05-page .content-wrapper .column--col-2 .column__item .about-list__anchor,
.job-people-page--people-05-page .content-wrapper .column--col-2 .column__item .special-list__anchor,
.job-people-page--people-05-page .content-wrapper .column--col-3 .column__item .about-list__anchor,
.job-people-page--people-05-page .content-wrapper .column--col-3 .column__item .special-list__anchor, .job-people-page--people-06-page .content-wrapper .column--col-2 .column__item .about-list__anchor,
.job-people-page--people-06-page .content-wrapper .column--col-2 .column__item .special-list__anchor,
.job-people-page--people-06-page .content-wrapper .column--col-3 .column__item .about-list__anchor,
.job-people-page--people-06-page .content-wrapper .column--col-3 .column__item .special-list__anchor, .job-people-page--people-07-page .content-wrapper .column--col-2 .column__item .about-list__anchor,
.job-people-page--people-07-page .content-wrapper .column--col-2 .column__item .special-list__anchor,
.job-people-page--people-07-page .content-wrapper .column--col-3 .column__item .about-list__anchor,
.job-people-page--people-07-page .content-wrapper .column--col-3 .column__item .special-list__anchor, .job-people-page--people-08-page .content-wrapper .column--col-2 .column__item .about-list__anchor,
.job-people-page--people-08-page .content-wrapper .column--col-2 .column__item .special-list__anchor,
.job-people-page--people-08-page .content-wrapper .column--col-3 .column__item .about-list__anchor,
.job-people-page--people-08-page .content-wrapper .column--col-3 .column__item .special-list__anchor {
  width: 100%;
  height: auto;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.job-people-page--people-01-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image,
.job-people-page--people-01-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image,
.job-people-page--people-01-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image,
.job-people-page--people-01-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image, .job-people-page--people-02-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image,
.job-people-page--people-02-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image,
.job-people-page--people-02-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image,
.job-people-page--people-02-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image, .job-people-page--people-03-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image,
.job-people-page--people-03-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image,
.job-people-page--people-03-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image,
.job-people-page--people-03-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image, .job-people-page--people-04-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image,
.job-people-page--people-04-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image,
.job-people-page--people-04-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image,
.job-people-page--people-04-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image, .job-people-page--people-05-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image,
.job-people-page--people-05-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image,
.job-people-page--people-05-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image,
.job-people-page--people-05-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image, .job-people-page--people-06-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image,
.job-people-page--people-06-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image,
.job-people-page--people-06-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image,
.job-people-page--people-06-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image, .job-people-page--people-07-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image,
.job-people-page--people-07-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image,
.job-people-page--people-07-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image,
.job-people-page--people-07-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image, .job-people-page--people-08-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image,
.job-people-page--people-08-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image,
.job-people-page--people-08-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image,
.job-people-page--people-08-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1.25em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-page--people-01-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image,
  .job-people-page--people-01-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image,
  .job-people-page--people-01-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image,
  .job-people-page--people-01-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image, .job-people-page--people-02-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image,
  .job-people-page--people-02-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image,
  .job-people-page--people-02-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image,
  .job-people-page--people-02-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image, .job-people-page--people-03-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image,
  .job-people-page--people-03-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image,
  .job-people-page--people-03-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image,
  .job-people-page--people-03-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image, .job-people-page--people-04-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image,
  .job-people-page--people-04-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image,
  .job-people-page--people-04-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image,
  .job-people-page--people-04-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image, .job-people-page--people-05-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image,
  .job-people-page--people-05-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image,
  .job-people-page--people-05-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image,
  .job-people-page--people-05-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image, .job-people-page--people-06-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image,
  .job-people-page--people-06-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image,
  .job-people-page--people-06-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image,
  .job-people-page--people-06-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image, .job-people-page--people-07-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image,
  .job-people-page--people-07-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image,
  .job-people-page--people-07-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image,
  .job-people-page--people-07-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image, .job-people-page--people-08-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image,
  .job-people-page--people-08-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image,
  .job-people-page--people-08-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image,
  .job-people-page--people-08-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image {
    height: auto;
    margin-bottom: 5vw;
    border-radius: 2.5vw;
  }
}
.job-people-page--people-01-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
.job-people-page--people-01-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__top-left,
.job-people-page--people-01-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
.job-people-page--people-01-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__top-left, .job-people-page--people-02-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
.job-people-page--people-02-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__top-left,
.job-people-page--people-02-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
.job-people-page--people-02-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__top-left, .job-people-page--people-03-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
.job-people-page--people-03-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__top-left,
.job-people-page--people-03-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
.job-people-page--people-03-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__top-left, .job-people-page--people-04-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
.job-people-page--people-04-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__top-left,
.job-people-page--people-04-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
.job-people-page--people-04-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__top-left, .job-people-page--people-05-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
.job-people-page--people-05-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__top-left,
.job-people-page--people-05-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
.job-people-page--people-05-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__top-left, .job-people-page--people-06-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
.job-people-page--people-06-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__top-left,
.job-people-page--people-06-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
.job-people-page--people-06-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__top-left, .job-people-page--people-07-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
.job-people-page--people-07-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__top-left,
.job-people-page--people-07-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
.job-people-page--people-07-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__top-left, .job-people-page--people-08-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
.job-people-page--people-08-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__top-left,
.job-people-page--people-08-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
.job-people-page--people-08-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__top-left {
  top: -2.5em;
  left: -2.5em;
  width: 50%;
  height: 50%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-page--people-01-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
  .job-people-page--people-01-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__top-left,
  .job-people-page--people-01-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
  .job-people-page--people-01-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__top-left, .job-people-page--people-02-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
  .job-people-page--people-02-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__top-left,
  .job-people-page--people-02-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
  .job-people-page--people-02-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__top-left, .job-people-page--people-03-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
  .job-people-page--people-03-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__top-left,
  .job-people-page--people-03-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
  .job-people-page--people-03-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__top-left, .job-people-page--people-04-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
  .job-people-page--people-04-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__top-left,
  .job-people-page--people-04-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
  .job-people-page--people-04-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__top-left, .job-people-page--people-05-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
  .job-people-page--people-05-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__top-left,
  .job-people-page--people-05-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
  .job-people-page--people-05-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__top-left, .job-people-page--people-06-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
  .job-people-page--people-06-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__top-left,
  .job-people-page--people-06-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
  .job-people-page--people-06-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__top-left, .job-people-page--people-07-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
  .job-people-page--people-07-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__top-left,
  .job-people-page--people-07-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
  .job-people-page--people-07-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__top-left, .job-people-page--people-08-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
  .job-people-page--people-08-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__top-left,
  .job-people-page--people-08-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__top-left,
  .job-people-page--people-08-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__top-left {
    top: -5vw;
    left: -5vw;
    width: 100%;
    height: 100%;
  }
}
.job-people-page--people-01-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
.job-people-page--people-01-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right,
.job-people-page--people-01-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
.job-people-page--people-01-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right, .job-people-page--people-02-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
.job-people-page--people-02-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right,
.job-people-page--people-02-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
.job-people-page--people-02-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right, .job-people-page--people-03-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
.job-people-page--people-03-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right,
.job-people-page--people-03-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
.job-people-page--people-03-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right, .job-people-page--people-04-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
.job-people-page--people-04-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right,
.job-people-page--people-04-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
.job-people-page--people-04-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right, .job-people-page--people-05-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
.job-people-page--people-05-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right,
.job-people-page--people-05-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
.job-people-page--people-05-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right, .job-people-page--people-06-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
.job-people-page--people-06-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right,
.job-people-page--people-06-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
.job-people-page--people-06-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right, .job-people-page--people-07-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
.job-people-page--people-07-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right,
.job-people-page--people-07-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
.job-people-page--people-07-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right, .job-people-page--people-08-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
.job-people-page--people-08-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right,
.job-people-page--people-08-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
.job-people-page--people-08-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right {
  right: -2.5em;
  bottom: -2.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-page--people-01-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
  .job-people-page--people-01-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right,
  .job-people-page--people-01-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
  .job-people-page--people-01-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right, .job-people-page--people-02-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
  .job-people-page--people-02-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right,
  .job-people-page--people-02-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
  .job-people-page--people-02-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right, .job-people-page--people-03-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
  .job-people-page--people-03-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right,
  .job-people-page--people-03-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
  .job-people-page--people-03-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right, .job-people-page--people-04-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
  .job-people-page--people-04-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right,
  .job-people-page--people-04-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
  .job-people-page--people-04-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right, .job-people-page--people-05-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
  .job-people-page--people-05-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right,
  .job-people-page--people-05-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
  .job-people-page--people-05-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right, .job-people-page--people-06-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
  .job-people-page--people-06-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right,
  .job-people-page--people-06-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
  .job-people-page--people-06-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right, .job-people-page--people-07-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
  .job-people-page--people-07-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right,
  .job-people-page--people-07-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
  .job-people-page--people-07-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right, .job-people-page--people-08-page .content-wrapper .column--col-2 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
  .job-people-page--people-08-page .content-wrapper .column--col-2 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right,
  .job-people-page--people-08-page .content-wrapper .column--col-3 .column__item .about-list__anchor .bg-col__image .bg-col__bottom-right,
  .job-people-page--people-08-page .content-wrapper .column--col-3 .column__item .special-list__anchor .bg-col__image .bg-col__bottom-right {
    right: -5vw;
    bottom: -5vw;
    width: 100%;
    height: 100%;
  }
}
.job-people-page--people-01-page .content-wrapper .column--col-2 .column__item .about-list__anchor--text,
.job-people-page--people-01-page .content-wrapper .column--col-2 .column__item .special-list__anchor--text,
.job-people-page--people-01-page .content-wrapper .column--col-3 .column__item .about-list__anchor--text,
.job-people-page--people-01-page .content-wrapper .column--col-3 .column__item .special-list__anchor--text, .job-people-page--people-02-page .content-wrapper .column--col-2 .column__item .about-list__anchor--text,
.job-people-page--people-02-page .content-wrapper .column--col-2 .column__item .special-list__anchor--text,
.job-people-page--people-02-page .content-wrapper .column--col-3 .column__item .about-list__anchor--text,
.job-people-page--people-02-page .content-wrapper .column--col-3 .column__item .special-list__anchor--text, .job-people-page--people-03-page .content-wrapper .column--col-2 .column__item .about-list__anchor--text,
.job-people-page--people-03-page .content-wrapper .column--col-2 .column__item .special-list__anchor--text,
.job-people-page--people-03-page .content-wrapper .column--col-3 .column__item .about-list__anchor--text,
.job-people-page--people-03-page .content-wrapper .column--col-3 .column__item .special-list__anchor--text, .job-people-page--people-04-page .content-wrapper .column--col-2 .column__item .about-list__anchor--text,
.job-people-page--people-04-page .content-wrapper .column--col-2 .column__item .special-list__anchor--text,
.job-people-page--people-04-page .content-wrapper .column--col-3 .column__item .about-list__anchor--text,
.job-people-page--people-04-page .content-wrapper .column--col-3 .column__item .special-list__anchor--text, .job-people-page--people-05-page .content-wrapper .column--col-2 .column__item .about-list__anchor--text,
.job-people-page--people-05-page .content-wrapper .column--col-2 .column__item .special-list__anchor--text,
.job-people-page--people-05-page .content-wrapper .column--col-3 .column__item .about-list__anchor--text,
.job-people-page--people-05-page .content-wrapper .column--col-3 .column__item .special-list__anchor--text, .job-people-page--people-06-page .content-wrapper .column--col-2 .column__item .about-list__anchor--text,
.job-people-page--people-06-page .content-wrapper .column--col-2 .column__item .special-list__anchor--text,
.job-people-page--people-06-page .content-wrapper .column--col-3 .column__item .about-list__anchor--text,
.job-people-page--people-06-page .content-wrapper .column--col-3 .column__item .special-list__anchor--text, .job-people-page--people-07-page .content-wrapper .column--col-2 .column__item .about-list__anchor--text,
.job-people-page--people-07-page .content-wrapper .column--col-2 .column__item .special-list__anchor--text,
.job-people-page--people-07-page .content-wrapper .column--col-3 .column__item .about-list__anchor--text,
.job-people-page--people-07-page .content-wrapper .column--col-3 .column__item .special-list__anchor--text, .job-people-page--people-08-page .content-wrapper .column--col-2 .column__item .about-list__anchor--text,
.job-people-page--people-08-page .content-wrapper .column--col-2 .column__item .special-list__anchor--text,
.job-people-page--people-08-page .content-wrapper .column--col-3 .column__item .about-list__anchor--text,
.job-people-page--people-08-page .content-wrapper .column--col-3 .column__item .special-list__anchor--text {
  display: block;
  margin-top: 2em;
  font-weight: 500;
  text-align: center;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-page--people-01-page .content-wrapper .column--col-2 .column__item .about-list__anchor--text,
  .job-people-page--people-01-page .content-wrapper .column--col-2 .column__item .special-list__anchor--text,
  .job-people-page--people-01-page .content-wrapper .column--col-3 .column__item .about-list__anchor--text,
  .job-people-page--people-01-page .content-wrapper .column--col-3 .column__item .special-list__anchor--text, .job-people-page--people-02-page .content-wrapper .column--col-2 .column__item .about-list__anchor--text,
  .job-people-page--people-02-page .content-wrapper .column--col-2 .column__item .special-list__anchor--text,
  .job-people-page--people-02-page .content-wrapper .column--col-3 .column__item .about-list__anchor--text,
  .job-people-page--people-02-page .content-wrapper .column--col-3 .column__item .special-list__anchor--text, .job-people-page--people-03-page .content-wrapper .column--col-2 .column__item .about-list__anchor--text,
  .job-people-page--people-03-page .content-wrapper .column--col-2 .column__item .special-list__anchor--text,
  .job-people-page--people-03-page .content-wrapper .column--col-3 .column__item .about-list__anchor--text,
  .job-people-page--people-03-page .content-wrapper .column--col-3 .column__item .special-list__anchor--text, .job-people-page--people-04-page .content-wrapper .column--col-2 .column__item .about-list__anchor--text,
  .job-people-page--people-04-page .content-wrapper .column--col-2 .column__item .special-list__anchor--text,
  .job-people-page--people-04-page .content-wrapper .column--col-3 .column__item .about-list__anchor--text,
  .job-people-page--people-04-page .content-wrapper .column--col-3 .column__item .special-list__anchor--text, .job-people-page--people-05-page .content-wrapper .column--col-2 .column__item .about-list__anchor--text,
  .job-people-page--people-05-page .content-wrapper .column--col-2 .column__item .special-list__anchor--text,
  .job-people-page--people-05-page .content-wrapper .column--col-3 .column__item .about-list__anchor--text,
  .job-people-page--people-05-page .content-wrapper .column--col-3 .column__item .special-list__anchor--text, .job-people-page--people-06-page .content-wrapper .column--col-2 .column__item .about-list__anchor--text,
  .job-people-page--people-06-page .content-wrapper .column--col-2 .column__item .special-list__anchor--text,
  .job-people-page--people-06-page .content-wrapper .column--col-3 .column__item .about-list__anchor--text,
  .job-people-page--people-06-page .content-wrapper .column--col-3 .column__item .special-list__anchor--text, .job-people-page--people-07-page .content-wrapper .column--col-2 .column__item .about-list__anchor--text,
  .job-people-page--people-07-page .content-wrapper .column--col-2 .column__item .special-list__anchor--text,
  .job-people-page--people-07-page .content-wrapper .column--col-3 .column__item .about-list__anchor--text,
  .job-people-page--people-07-page .content-wrapper .column--col-3 .column__item .special-list__anchor--text, .job-people-page--people-08-page .content-wrapper .column--col-2 .column__item .about-list__anchor--text,
  .job-people-page--people-08-page .content-wrapper .column--col-2 .column__item .special-list__anchor--text,
  .job-people-page--people-08-page .content-wrapper .column--col-3 .column__item .about-list__anchor--text,
  .job-people-page--people-08-page .content-wrapper .column--col-3 .column__item .special-list__anchor--text {
    padding-left: 0;
  }
}
.job-people-page--people-01-page .content-wrapper .column--col-2 .column__item .about-list__anchor--text__en, .job-people-page--people-01-page .content-wrapper .column--col-2 .column__item .about-list__anchor--text__jp,
.job-people-page--people-01-page .content-wrapper .column--col-2 .column__item .special-list__anchor--text__en,
.job-people-page--people-01-page .content-wrapper .column--col-2 .column__item .special-list__anchor--text__jp,
.job-people-page--people-01-page .content-wrapper .column--col-3 .column__item .about-list__anchor--text__en,
.job-people-page--people-01-page .content-wrapper .column--col-3 .column__item .about-list__anchor--text__jp,
.job-people-page--people-01-page .content-wrapper .column--col-3 .column__item .special-list__anchor--text__en,
.job-people-page--people-01-page .content-wrapper .column--col-3 .column__item .special-list__anchor--text__jp, .job-people-page--people-02-page .content-wrapper .column--col-2 .column__item .about-list__anchor--text__en, .job-people-page--people-02-page .content-wrapper .column--col-2 .column__item .about-list__anchor--text__jp,
.job-people-page--people-02-page .content-wrapper .column--col-2 .column__item .special-list__anchor--text__en,
.job-people-page--people-02-page .content-wrapper .column--col-2 .column__item .special-list__anchor--text__jp,
.job-people-page--people-02-page .content-wrapper .column--col-3 .column__item .about-list__anchor--text__en,
.job-people-page--people-02-page .content-wrapper .column--col-3 .column__item .about-list__anchor--text__jp,
.job-people-page--people-02-page .content-wrapper .column--col-3 .column__item .special-list__anchor--text__en,
.job-people-page--people-02-page .content-wrapper .column--col-3 .column__item .special-list__anchor--text__jp, .job-people-page--people-03-page .content-wrapper .column--col-2 .column__item .about-list__anchor--text__en, .job-people-page--people-03-page .content-wrapper .column--col-2 .column__item .about-list__anchor--text__jp,
.job-people-page--people-03-page .content-wrapper .column--col-2 .column__item .special-list__anchor--text__en,
.job-people-page--people-03-page .content-wrapper .column--col-2 .column__item .special-list__anchor--text__jp,
.job-people-page--people-03-page .content-wrapper .column--col-3 .column__item .about-list__anchor--text__en,
.job-people-page--people-03-page .content-wrapper .column--col-3 .column__item .about-list__anchor--text__jp,
.job-people-page--people-03-page .content-wrapper .column--col-3 .column__item .special-list__anchor--text__en,
.job-people-page--people-03-page .content-wrapper .column--col-3 .column__item .special-list__anchor--text__jp, .job-people-page--people-04-page .content-wrapper .column--col-2 .column__item .about-list__anchor--text__en, .job-people-page--people-04-page .content-wrapper .column--col-2 .column__item .about-list__anchor--text__jp,
.job-people-page--people-04-page .content-wrapper .column--col-2 .column__item .special-list__anchor--text__en,
.job-people-page--people-04-page .content-wrapper .column--col-2 .column__item .special-list__anchor--text__jp,
.job-people-page--people-04-page .content-wrapper .column--col-3 .column__item .about-list__anchor--text__en,
.job-people-page--people-04-page .content-wrapper .column--col-3 .column__item .about-list__anchor--text__jp,
.job-people-page--people-04-page .content-wrapper .column--col-3 .column__item .special-list__anchor--text__en,
.job-people-page--people-04-page .content-wrapper .column--col-3 .column__item .special-list__anchor--text__jp, .job-people-page--people-05-page .content-wrapper .column--col-2 .column__item .about-list__anchor--text__en, .job-people-page--people-05-page .content-wrapper .column--col-2 .column__item .about-list__anchor--text__jp,
.job-people-page--people-05-page .content-wrapper .column--col-2 .column__item .special-list__anchor--text__en,
.job-people-page--people-05-page .content-wrapper .column--col-2 .column__item .special-list__anchor--text__jp,
.job-people-page--people-05-page .content-wrapper .column--col-3 .column__item .about-list__anchor--text__en,
.job-people-page--people-05-page .content-wrapper .column--col-3 .column__item .about-list__anchor--text__jp,
.job-people-page--people-05-page .content-wrapper .column--col-3 .column__item .special-list__anchor--text__en,
.job-people-page--people-05-page .content-wrapper .column--col-3 .column__item .special-list__anchor--text__jp, .job-people-page--people-06-page .content-wrapper .column--col-2 .column__item .about-list__anchor--text__en, .job-people-page--people-06-page .content-wrapper .column--col-2 .column__item .about-list__anchor--text__jp,
.job-people-page--people-06-page .content-wrapper .column--col-2 .column__item .special-list__anchor--text__en,
.job-people-page--people-06-page .content-wrapper .column--col-2 .column__item .special-list__anchor--text__jp,
.job-people-page--people-06-page .content-wrapper .column--col-3 .column__item .about-list__anchor--text__en,
.job-people-page--people-06-page .content-wrapper .column--col-3 .column__item .about-list__anchor--text__jp,
.job-people-page--people-06-page .content-wrapper .column--col-3 .column__item .special-list__anchor--text__en,
.job-people-page--people-06-page .content-wrapper .column--col-3 .column__item .special-list__anchor--text__jp, .job-people-page--people-07-page .content-wrapper .column--col-2 .column__item .about-list__anchor--text__en, .job-people-page--people-07-page .content-wrapper .column--col-2 .column__item .about-list__anchor--text__jp,
.job-people-page--people-07-page .content-wrapper .column--col-2 .column__item .special-list__anchor--text__en,
.job-people-page--people-07-page .content-wrapper .column--col-2 .column__item .special-list__anchor--text__jp,
.job-people-page--people-07-page .content-wrapper .column--col-3 .column__item .about-list__anchor--text__en,
.job-people-page--people-07-page .content-wrapper .column--col-3 .column__item .about-list__anchor--text__jp,
.job-people-page--people-07-page .content-wrapper .column--col-3 .column__item .special-list__anchor--text__en,
.job-people-page--people-07-page .content-wrapper .column--col-3 .column__item .special-list__anchor--text__jp, .job-people-page--people-08-page .content-wrapper .column--col-2 .column__item .about-list__anchor--text__en, .job-people-page--people-08-page .content-wrapper .column--col-2 .column__item .about-list__anchor--text__jp,
.job-people-page--people-08-page .content-wrapper .column--col-2 .column__item .special-list__anchor--text__en,
.job-people-page--people-08-page .content-wrapper .column--col-2 .column__item .special-list__anchor--text__jp,
.job-people-page--people-08-page .content-wrapper .column--col-3 .column__item .about-list__anchor--text__en,
.job-people-page--people-08-page .content-wrapper .column--col-3 .column__item .about-list__anchor--text__jp,
.job-people-page--people-08-page .content-wrapper .column--col-3 .column__item .special-list__anchor--text__en,
.job-people-page--people-08-page .content-wrapper .column--col-3 .column__item .special-list__anchor--text__jp {
  display: block;
  text-decoration: none !important;
}
.job-people-page--people-01-page .content-wrapper .column--col-2 .column__item .about-list__anchor--text__en,
.job-people-page--people-01-page .content-wrapper .column--col-2 .column__item .special-list__anchor--text__en,
.job-people-page--people-01-page .content-wrapper .column--col-3 .column__item .about-list__anchor--text__en,
.job-people-page--people-01-page .content-wrapper .column--col-3 .column__item .special-list__anchor--text__en, .job-people-page--people-02-page .content-wrapper .column--col-2 .column__item .about-list__anchor--text__en,
.job-people-page--people-02-page .content-wrapper .column--col-2 .column__item .special-list__anchor--text__en,
.job-people-page--people-02-page .content-wrapper .column--col-3 .column__item .about-list__anchor--text__en,
.job-people-page--people-02-page .content-wrapper .column--col-3 .column__item .special-list__anchor--text__en, .job-people-page--people-03-page .content-wrapper .column--col-2 .column__item .about-list__anchor--text__en,
.job-people-page--people-03-page .content-wrapper .column--col-2 .column__item .special-list__anchor--text__en,
.job-people-page--people-03-page .content-wrapper .column--col-3 .column__item .about-list__anchor--text__en,
.job-people-page--people-03-page .content-wrapper .column--col-3 .column__item .special-list__anchor--text__en, .job-people-page--people-04-page .content-wrapper .column--col-2 .column__item .about-list__anchor--text__en,
.job-people-page--people-04-page .content-wrapper .column--col-2 .column__item .special-list__anchor--text__en,
.job-people-page--people-04-page .content-wrapper .column--col-3 .column__item .about-list__anchor--text__en,
.job-people-page--people-04-page .content-wrapper .column--col-3 .column__item .special-list__anchor--text__en, .job-people-page--people-05-page .content-wrapper .column--col-2 .column__item .about-list__anchor--text__en,
.job-people-page--people-05-page .content-wrapper .column--col-2 .column__item .special-list__anchor--text__en,
.job-people-page--people-05-page .content-wrapper .column--col-3 .column__item .about-list__anchor--text__en,
.job-people-page--people-05-page .content-wrapper .column--col-3 .column__item .special-list__anchor--text__en, .job-people-page--people-06-page .content-wrapper .column--col-2 .column__item .about-list__anchor--text__en,
.job-people-page--people-06-page .content-wrapper .column--col-2 .column__item .special-list__anchor--text__en,
.job-people-page--people-06-page .content-wrapper .column--col-3 .column__item .about-list__anchor--text__en,
.job-people-page--people-06-page .content-wrapper .column--col-3 .column__item .special-list__anchor--text__en, .job-people-page--people-07-page .content-wrapper .column--col-2 .column__item .about-list__anchor--text__en,
.job-people-page--people-07-page .content-wrapper .column--col-2 .column__item .special-list__anchor--text__en,
.job-people-page--people-07-page .content-wrapper .column--col-3 .column__item .about-list__anchor--text__en,
.job-people-page--people-07-page .content-wrapper .column--col-3 .column__item .special-list__anchor--text__en, .job-people-page--people-08-page .content-wrapper .column--col-2 .column__item .about-list__anchor--text__en,
.job-people-page--people-08-page .content-wrapper .column--col-2 .column__item .special-list__anchor--text__en,
.job-people-page--people-08-page .content-wrapper .column--col-3 .column__item .about-list__anchor--text__en,
.job-people-page--people-08-page .content-wrapper .column--col-3 .column__item .special-list__anchor--text__en {
  background: linear-gradient(135deg, #00c8ac 0%, #28aad0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1em;
}
.job-people-page--people-01-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor,
.job-people-page--people-01-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor, .job-people-page--people-02-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor,
.job-people-page--people-02-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor, .job-people-page--people-03-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor,
.job-people-page--people-03-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor, .job-people-page--people-04-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor,
.job-people-page--people-04-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor, .job-people-page--people-05-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor,
.job-people-page--people-05-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor, .job-people-page--people-06-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor,
.job-people-page--people-06-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor, .job-people-page--people-07-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor,
.job-people-page--people-07-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor, .job-people-page--people-08-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor,
.job-people-page--people-08-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor {
  position: relative;
}
.job-people-page--people-01-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image,
.job-people-page--people-01-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image, .job-people-page--people-02-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image,
.job-people-page--people-02-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image, .job-people-page--people-03-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image,
.job-people-page--people-03-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image, .job-people-page--people-04-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image,
.job-people-page--people-04-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image, .job-people-page--people-05-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image,
.job-people-page--people-05-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image, .job-people-page--people-06-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image,
.job-people-page--people-06-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image, .job-people-page--people-07-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image,
.job-people-page--people-07-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image, .job-people-page--people-08-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image,
.job-people-page--people-08-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image {
  position: relative;
  margin-bottom: 0;
}
.job-people-page--people-01-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num,
.job-people-page--people-01-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num, .job-people-page--people-02-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num,
.job-people-page--people-02-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num, .job-people-page--people-03-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num,
.job-people-page--people-03-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num, .job-people-page--people-04-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num,
.job-people-page--people-04-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num, .job-people-page--people-05-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num,
.job-people-page--people-05-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num, .job-people-page--people-06-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num,
.job-people-page--people-06-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num, .job-people-page--people-07-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num,
.job-people-page--people-07-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num, .job-people-page--people-08-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num,
.job-people-page--people-08-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3em;
  height: 1.5em;
  background: rgba(255, 255, 255, 0.8);
  border-bottom-right-radius: 0.75em;
  z-index: 2;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-page--people-01-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num,
  .job-people-page--people-01-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num, .job-people-page--people-02-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num,
  .job-people-page--people-02-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num, .job-people-page--people-03-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num,
  .job-people-page--people-03-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num, .job-people-page--people-04-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num,
  .job-people-page--people-04-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num, .job-people-page--people-05-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num,
  .job-people-page--people-05-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num, .job-people-page--people-06-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num,
  .job-people-page--people-06-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num, .job-people-page--people-07-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num,
  .job-people-page--people-07-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num, .job-people-page--people-08-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num,
  .job-people-page--people-08-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image .job-people__num {
    width: 20vw;
    height: 10vw;
    border-bottom-right-radius: 2.5vw;
    font-size: 5vw;
  }
}
.job-people-page--people-01-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image img,
.job-people-page--people-01-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image img, .job-people-page--people-02-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image img,
.job-people-page--people-02-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image img, .job-people-page--people-03-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image img,
.job-people-page--people-03-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image img, .job-people-page--people-04-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image img,
.job-people-page--people-04-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image img, .job-people-page--people-05-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image img,
.job-people-page--people-05-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image img, .job-people-page--people-06-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image img,
.job-people-page--people-06-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image img, .job-people-page--people-07-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image img,
.job-people-page--people-07-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image img, .job-people-page--people-08-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__image img,
.job-people-page--people-08-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: scale;
  transition-property: scale;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.job-people-page--people-01-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text,
.job-people-page--people-01-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text, .job-people-page--people-02-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text,
.job-people-page--people-02-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text, .job-people-page--people-03-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text,
.job-people-page--people-03-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text, .job-people-page--people-04-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text,
.job-people-page--people-04-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text, .job-people-page--people-05-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text,
.job-people-page--people-05-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text, .job-people-page--people-06-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text,
.job-people-page--people-06-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text, .job-people-page--people-07-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text,
.job-people-page--people-07-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text, .job-people-page--people-08-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text,
.job-people-page--people-08-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text {
  position: absolute;
  left: -5em;
  bottom: -2em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-page--people-01-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text,
  .job-people-page--people-01-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text, .job-people-page--people-02-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text,
  .job-people-page--people-02-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text, .job-people-page--people-03-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text,
  .job-people-page--people-03-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text, .job-people-page--people-04-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text,
  .job-people-page--people-04-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text, .job-people-page--people-05-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text,
  .job-people-page--people-05-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text, .job-people-page--people-06-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text,
  .job-people-page--people-06-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text, .job-people-page--people-07-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text,
  .job-people-page--people-07-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text, .job-people-page--people-08-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text,
  .job-people-page--people-08-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text {
    left: -2em;
    bottom: -2em;
  }
}
.job-people-page--people-01-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan,
.job-people-page--people-01-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan, .job-people-page--people-02-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan,
.job-people-page--people-02-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan, .job-people-page--people-03-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan,
.job-people-page--people-03-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan, .job-people-page--people-04-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan,
.job-people-page--people-04-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan, .job-people-page--people-05-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan,
.job-people-page--people-05-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan, .job-people-page--people-06-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan,
.job-people-page--people-06-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan, .job-people-page--people-07-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan,
.job-people-page--people-07-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan, .job-people-page--people-08-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan,
.job-people-page--people-08-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan {
  position: relative;
  display: inline-block;
  width: 110%;
  color: #454b52;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-page--people-01-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan,
  .job-people-page--people-01-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan, .job-people-page--people-02-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan,
  .job-people-page--people-02-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan, .job-people-page--people-03-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan,
  .job-people-page--people-03-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan, .job-people-page--people-04-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan,
  .job-people-page--people-04-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan, .job-people-page--people-05-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan,
  .job-people-page--people-05-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan, .job-people-page--people-06-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan,
  .job-people-page--people-06-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan, .job-people-page--people-07-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan,
  .job-people-page--people-07-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan, .job-people-page--people-08-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan,
  .job-people-page--people-08-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan {
    width: 100vw;
  }
}
.job-people-page--people-01-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker,
.job-people-page--people-01-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker, .job-people-page--people-02-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker,
.job-people-page--people-02-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker, .job-people-page--people-03-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker,
.job-people-page--people-03-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker, .job-people-page--people-04-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker,
.job-people-page--people-04-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker, .job-people-page--people-05-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker,
.job-people-page--people-05-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker, .job-people-page--people-06-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker,
.job-people-page--people-06-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker, .job-people-page--people-07-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker,
.job-people-page--people-07-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker, .job-people-page--people-08-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker,
.job-people-page--people-08-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker {
  display: inline-block;
  padding: 0.1em 0.2em;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
}
.job-people-page--people-01-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker + .marker,
.job-people-page--people-01-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker + .marker, .job-people-page--people-02-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker + .marker,
.job-people-page--people-02-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker + .marker, .job-people-page--people-03-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker + .marker,
.job-people-page--people-03-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker + .marker, .job-people-page--people-04-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker + .marker,
.job-people-page--people-04-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker + .marker, .job-people-page--people-05-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker + .marker,
.job-people-page--people-05-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker + .marker, .job-people-page--people-06-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker + .marker,
.job-people-page--people-06-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker + .marker, .job-people-page--people-07-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker + .marker,
.job-people-page--people-07-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker + .marker, .job-people-page--people-08-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker + .marker,
.job-people-page--people-08-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__slogan .marker + .marker {
  margin-top: 0.25em;
}
.job-people-page--people-01-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__category,
.job-people-page--people-01-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__category, .job-people-page--people-02-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__category,
.job-people-page--people-02-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__category, .job-people-page--people-03-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__category,
.job-people-page--people-03-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__category, .job-people-page--people-04-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__category,
.job-people-page--people-04-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__category, .job-people-page--people-05-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__category,
.job-people-page--people-05-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__category, .job-people-page--people-06-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__category,
.job-people-page--people-06-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__category, .job-people-page--people-07-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__category,
.job-people-page--people-07-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__category, .job-people-page--people-08-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__category,
.job-people-page--people-08-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__category {
  display: inline-block;
  margin-top: 1em;
  padding: 0.5em 2em;
  border-radius: 10em;
  background: #00c8ac;
  color: #ffffff;
  text-align: center;
}
.job-people-page--people-01-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__category.skill,
.job-people-page--people-01-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__category.skill, .job-people-page--people-02-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__category.skill,
.job-people-page--people-02-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__category.skill, .job-people-page--people-03-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__category.skill,
.job-people-page--people-03-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__category.skill, .job-people-page--people-04-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__category.skill,
.job-people-page--people-04-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__category.skill, .job-people-page--people-05-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__category.skill,
.job-people-page--people-05-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__category.skill, .job-people-page--people-06-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__category.skill,
.job-people-page--people-06-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__category.skill, .job-people-page--people-07-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__category.skill,
.job-people-page--people-07-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__category.skill, .job-people-page--people-08-page .content-wrapper .column--col-2 .column__item .job-people-list__anchor .job-people-list__anchor__text__category.skill,
.job-people-page--people-08-page .content-wrapper .column--col-3 .column__item .job-people-list__anchor .job-people-list__anchor__text__category.skill {
  background: #28aad0;
}
.job-people-page--people-01-page .content-wrapper .column--col-3, .job-people-page--people-02-page .content-wrapper .column--col-3, .job-people-page--people-03-page .content-wrapper .column--col-3, .job-people-page--people-04-page .content-wrapper .column--col-3, .job-people-page--people-05-page .content-wrapper .column--col-3, .job-people-page--people-06-page .content-wrapper .column--col-3, .job-people-page--people-07-page .content-wrapper .column--col-3, .job-people-page--people-08-page .content-wrapper .column--col-3 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 10em 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-page--people-01-page .content-wrapper .column--col-3, .job-people-page--people-02-page .content-wrapper .column--col-3, .job-people-page--people-03-page .content-wrapper .column--col-3, .job-people-page--people-04-page .content-wrapper .column--col-3, .job-people-page--people-05-page .content-wrapper .column--col-3, .job-people-page--people-06-page .content-wrapper .column--col-3, .job-people-page--people-07-page .content-wrapper .column--col-3, .job-people-page--people-08-page .content-wrapper .column--col-3 {
    margin: 0 0 10em 0;
  }
}
.job-people-page--people-01-page .content-wrapper .column--col-3 .column__item, .job-people-page--people-02-page .content-wrapper .column--col-3 .column__item, .job-people-page--people-03-page .content-wrapper .column--col-3 .column__item, .job-people-page--people-04-page .content-wrapper .column--col-3 .column__item, .job-people-page--people-05-page .content-wrapper .column--col-3 .column__item, .job-people-page--people-06-page .content-wrapper .column--col-3 .column__item, .job-people-page--people-07-page .content-wrapper .column--col-3 .column__item, .job-people-page--people-08-page .content-wrapper .column--col-3 .column__item {
  width: 20em;
  margin-left: 8em;
}
.job-people-page--people-01-page .content-wrapper .column--col-3 .column__item:nth-of-type(3n + 1), .job-people-page--people-02-page .content-wrapper .column--col-3 .column__item:nth-of-type(3n + 1), .job-people-page--people-03-page .content-wrapper .column--col-3 .column__item:nth-of-type(3n + 1), .job-people-page--people-04-page .content-wrapper .column--col-3 .column__item:nth-of-type(3n + 1), .job-people-page--people-05-page .content-wrapper .column--col-3 .column__item:nth-of-type(3n + 1), .job-people-page--people-06-page .content-wrapper .column--col-3 .column__item:nth-of-type(3n + 1), .job-people-page--people-07-page .content-wrapper .column--col-3 .column__item:nth-of-type(3n + 1), .job-people-page--people-08-page .content-wrapper .column--col-3 .column__item:nth-of-type(3n + 1) {
  margin: 5em 0;
}
.job-people-page--people-01-page .content-wrapper .column--col-3 .column__item:first-of-type, .job-people-page--people-02-page .content-wrapper .column--col-3 .column__item:first-of-type, .job-people-page--people-03-page .content-wrapper .column--col-3 .column__item:first-of-type, .job-people-page--people-04-page .content-wrapper .column--col-3 .column__item:first-of-type, .job-people-page--people-05-page .content-wrapper .column--col-3 .column__item:first-of-type, .job-people-page--people-06-page .content-wrapper .column--col-3 .column__item:first-of-type, .job-people-page--people-07-page .content-wrapper .column--col-3 .column__item:first-of-type, .job-people-page--people-08-page .content-wrapper .column--col-3 .column__item:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-page--people-01-page .content-wrapper .column--col-3 .column__item, .job-people-page--people-02-page .content-wrapper .column--col-3 .column__item, .job-people-page--people-03-page .content-wrapper .column--col-3 .column__item, .job-people-page--people-04-page .content-wrapper .column--col-3 .column__item, .job-people-page--people-05-page .content-wrapper .column--col-3 .column__item, .job-people-page--people-06-page .content-wrapper .column--col-3 .column__item, .job-people-page--people-07-page .content-wrapper .column--col-3 .column__item, .job-people-page--people-08-page .content-wrapper .column--col-3 .column__item {
    margin: 5em auto 0 !important;
  }
  .job-people-page--people-01-page .content-wrapper .column--col-3 .column__item:nth-of-type(3n + 1), .job-people-page--people-02-page .content-wrapper .column--col-3 .column__item:nth-of-type(3n + 1), .job-people-page--people-03-page .content-wrapper .column--col-3 .column__item:nth-of-type(3n + 1), .job-people-page--people-04-page .content-wrapper .column--col-3 .column__item:nth-of-type(3n + 1), .job-people-page--people-05-page .content-wrapper .column--col-3 .column__item:nth-of-type(3n + 1), .job-people-page--people-06-page .content-wrapper .column--col-3 .column__item:nth-of-type(3n + 1), .job-people-page--people-07-page .content-wrapper .column--col-3 .column__item:nth-of-type(3n + 1), .job-people-page--people-08-page .content-wrapper .column--col-3 .column__item:nth-of-type(3n + 1) {
    margin: 40vw auto 0;
  }
  .job-people-page--people-01-page .content-wrapper .column--col-3 .column__item:first-of-type, .job-people-page--people-02-page .content-wrapper .column--col-3 .column__item:first-of-type, .job-people-page--people-03-page .content-wrapper .column--col-3 .column__item:first-of-type, .job-people-page--people-04-page .content-wrapper .column--col-3 .column__item:first-of-type, .job-people-page--people-05-page .content-wrapper .column--col-3 .column__item:first-of-type, .job-people-page--people-06-page .content-wrapper .column--col-3 .column__item:first-of-type, .job-people-page--people-07-page .content-wrapper .column--col-3 .column__item:first-of-type, .job-people-page--people-08-page .content-wrapper .column--col-3 .column__item:first-of-type {
    margin: 10vw auto 0 !important;
  }
}

.isnt-touch .job-people-list__anchor:focus .job-people-list__anchor__image, .isnt-touch .job-people-list__anchor:hover .job-people-list__anchor__image {
  color: #454b52;
}
.isnt-touch .job-people-list__anchor:focus .job-people-list__anchor__image img, .isnt-touch .job-people-list__anchor:hover .job-people-list__anchor__image img {
  -webkit-transform: scale(1.1) !important;
          transform: scale(1.1) !important;
}

/* ABOUT US / SPECIAL ページ下部のリンクエリア */
/* -------------------------------------------------------------------------- */
.index-bottom__area {
  width: 100%;
  margin-top: 7.5em;
  padding: 7.5em 0;
  background: #f0f4f8;
}

.content-wrapper .multi-title__small {
  margin-top: 0;
}
.content-wrapper .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4em;
}
.content-wrapper .column .column__item {
  width: 18em;
  overflow: hidden;
  text-align: center;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.content-wrapper .column .column__item.col-3 {
  width: 24em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .content-wrapper .column .column__item {
    width: 13em;
  }
  .content-wrapper .column .column__item.col-3 {
    width: 13em;
  }
  .content-wrapper .column .column__item:nth-of-type(n + 3) {
    margin-top: 4em;
  }
}
.content-wrapper .column .column__item .about-list__anchor,
.content-wrapper .column .column__item .special-list__anchor {
  width: 100%;
  height: auto;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.content-wrapper .column .column__item .about-list__anchor .bg-col__image,
.content-wrapper .column .column__item .special-list__anchor .bg-col__image {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1.25em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .content-wrapper .column .column__item .about-list__anchor .bg-col__image,
  .content-wrapper .column .column__item .special-list__anchor .bg-col__image {
    height: auto;
    margin-bottom: 1em;
  }
}
.content-wrapper .column .column__item .about-list__anchor--text,
.content-wrapper .column .column__item .special-list__anchor--text {
  display: block;
  margin-top: 1em;
  font-weight: 500;
  text-align: center;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .content-wrapper .column .column__item .about-list__anchor--text,
  .content-wrapper .column .column__item .special-list__anchor--text {
    margin-top: 0;
    padding-left: 0;
  }
}
.content-wrapper .column .column__item .about-list__anchor--text__en, .content-wrapper .column .column__item .about-list__anchor--text__jp,
.content-wrapper .column .column__item .special-list__anchor--text__en,
.content-wrapper .column .column__item .special-list__anchor--text__jp {
  display: block;
  line-height: 1.6 !important;
  text-decoration: none !important;
}
.content-wrapper .column .column__item .about-list__anchor--text__en,
.content-wrapper .column .column__item .special-list__anchor--text__en {
  background: linear-gradient(135deg, #00c8ac 0%, #28aad0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .content-wrapper .column .column__item .about-list__anchor--text__en,
  .content-wrapper .column .column__item .special-list__anchor--text__en {
    margin-bottom: 0;
  }
}

.about-page--company-page .current__company .about-list__anchor .bg-col__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1em;
  border: 0.25em solid transparent;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  background: linear-gradient(135deg, #00c8ac 0%, #28aad0 100%) border-box border-box;
  z-index: 1;
}
.about-page--business-page .current__business .about-list__anchor .bg-col__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1em;
  border: 0.25em solid transparent;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  background: linear-gradient(135deg, #00c8ac 0%, #28aad0 100%) border-box border-box;
  z-index: 1;
}
.about-page--job-career-page .current__job-career .about-list__anchor .bg-col__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1em;
  border: 0.25em solid transparent;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  background: linear-gradient(135deg, #00c8ac 0%, #28aad0 100%) border-box border-box;
  z-index: 1;
}
.about-page--learn-page .current__learn .about-list__anchor .bg-col__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1em;
  border: 0.25em solid transparent;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  background: linear-gradient(135deg, #00c8ac 0%, #28aad0 100%) border-box border-box;
  z-index: 1;
}

.special-page--career-story-page .current__career-story .special-list__anchor .bg-col__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1em;
  border: 0.25em solid transparent;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  background: linear-gradient(135deg, #00c8ac 0%, #28aad0 100%) border-box border-box;
  z-index: 1;
}
.special-page--crosstalk-page .current__crosstalk .special-list__anchor .bg-col__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1em;
  border: 0.25em solid transparent;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  background: linear-gradient(135deg, #00c8ac 0%, #28aad0 100%) border-box border-box;
  z-index: 1;
}
.special-page--photo-career-story .current__photo-gallery .special-list__anchor .bg-col__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1em;
  border: 0.25em solid transparent;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  background: linear-gradient(135deg, #00c8ac 0%, #28aad0 100%) border-box border-box;
  z-index: 1;
}

/* RECRUIT INFO INDEX */
/* -------------------------------------------------------------------------- */
.rec-info-page--index-page .page-main, .rec-info-page--requirements-page .page-main, .rec-info-page--education-page .page-main, .rec-info-page--welfare-page .page-main, .rec-info-page--faq-page .page-main, .rec-info-page--internship-page .page-main {
  background: #f0f4f8 !important;
  padding-bottom: 10em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .rec-info-page--index-page .page-main, .rec-info-page--requirements-page .page-main, .rec-info-page--education-page .page-main, .rec-info-page--welfare-page .page-main, .rec-info-page--faq-page .page-main, .rec-info-page--internship-page .page-main {
    padding-bottom: 20vw;
  }
}
.rec-info-page--index-page .page-main .column, .rec-info-page--requirements-page .page-main .column, .rec-info-page--education-page .page-main .column, .rec-info-page--welfare-page .page-main .column, .rec-info-page--faq-page .page-main .column, .rec-info-page--internship-page .page-main .column {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rec-info-page--index-page .page-main .column .rec-info-list__item, .rec-info-page--requirements-page .page-main .column .rec-info-list__item, .rec-info-page--education-page .page-main .column .rec-info-list__item, .rec-info-page--welfare-page .page-main .column .rec-info-list__item, .rec-info-page--faq-page .page-main .column .rec-info-list__item, .rec-info-page--internship-page .page-main .column .rec-info-list__item {
  width: 15em;
  overflow: hidden;
  text-align: center;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .rec-info-page--index-page .page-main .column .rec-info-list__item, .rec-info-page--requirements-page .page-main .column .rec-info-list__item, .rec-info-page--education-page .page-main .column .rec-info-list__item, .rec-info-page--welfare-page .page-main .column .rec-info-list__item, .rec-info-page--faq-page .page-main .column .rec-info-list__item, .rec-info-page--internship-page .page-main .column .rec-info-list__item {
    width: 42.5vw;
  }
  .rec-info-page--index-page .page-main .column .rec-info-list__item:nth-of-type(n + 3), .rec-info-page--requirements-page .page-main .column .rec-info-list__item:nth-of-type(n + 3), .rec-info-page--education-page .page-main .column .rec-info-list__item:nth-of-type(n + 3), .rec-info-page--welfare-page .page-main .column .rec-info-list__item:nth-of-type(n + 3), .rec-info-page--faq-page .page-main .column .rec-info-list__item:nth-of-type(n + 3), .rec-info-page--internship-page .page-main .column .rec-info-list__item:nth-of-type(n + 3) {
    margin-top: 4em;
  }
}
.rec-info-page--index-page .page-main .column .rec-info-list__item .rec-info-list__anchor, .rec-info-page--requirements-page .page-main .column .rec-info-list__item .rec-info-list__anchor, .rec-info-page--education-page .page-main .column .rec-info-list__item .rec-info-list__anchor, .rec-info-page--welfare-page .page-main .column .rec-info-list__item .rec-info-list__anchor, .rec-info-page--faq-page .page-main .column .rec-info-list__item .rec-info-list__anchor, .rec-info-page--internship-page .page-main .column .rec-info-list__item .rec-info-list__anchor {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.rec-info-page--index-page .page-main .column .rec-info-list__item .rec-info-list__anchor .rec-info-list__image, .rec-info-page--requirements-page .page-main .column .rec-info-list__item .rec-info-list__anchor .rec-info-list__image, .rec-info-page--education-page .page-main .column .rec-info-list__item .rec-info-list__anchor .rec-info-list__image, .rec-info-page--welfare-page .page-main .column .rec-info-list__item .rec-info-list__anchor .rec-info-list__image, .rec-info-page--faq-page .page-main .column .rec-info-list__item .rec-info-list__anchor .rec-info-list__image, .rec-info-page--internship-page .page-main .column .rec-info-list__item .rec-info-list__anchor .rec-info-list__image {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 1.25em;
  background: #ffffff;
  border-radius: 1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .rec-info-page--index-page .page-main .column .rec-info-list__item .rec-info-list__anchor .rec-info-list__image, .rec-info-page--requirements-page .page-main .column .rec-info-list__item .rec-info-list__anchor .rec-info-list__image, .rec-info-page--education-page .page-main .column .rec-info-list__item .rec-info-list__anchor .rec-info-list__image, .rec-info-page--welfare-page .page-main .column .rec-info-list__item .rec-info-list__anchor .rec-info-list__image, .rec-info-page--faq-page .page-main .column .rec-info-list__item .rec-info-list__anchor .rec-info-list__image, .rec-info-page--internship-page .page-main .column .rec-info-list__item .rec-info-list__anchor .rec-info-list__image {
    height: auto;
    margin-bottom: 2.5vw;
    border-radius: 2.5vw;
  }
}
.rec-info-page--index-page .page-main .column .rec-info-list__item .rec-info-list__anchor .rec-info-list__text, .rec-info-page--requirements-page .page-main .column .rec-info-list__item .rec-info-list__anchor .rec-info-list__text, .rec-info-page--education-page .page-main .column .rec-info-list__item .rec-info-list__anchor .rec-info-list__text, .rec-info-page--welfare-page .page-main .column .rec-info-list__item .rec-info-list__anchor .rec-info-list__text, .rec-info-page--faq-page .page-main .column .rec-info-list__item .rec-info-list__anchor .rec-info-list__text, .rec-info-page--internship-page .page-main .column .rec-info-list__item .rec-info-list__anchor .rec-info-list__text {
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.rec-info-page--requirements-page .current__requirements .rec-info-list__anchor .rec-info-list__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1em;
  border: 0.25em solid transparent;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  background: linear-gradient(135deg, #00c8ac 0%, #28aad0 100%) border-box border-box;
}
.rec-info-page--education-page .current__education .rec-info-list__anchor .rec-info-list__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1em;
  border: 0.25em solid transparent;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  background: linear-gradient(135deg, #00c8ac 0%, #28aad0 100%) border-box border-box;
}
.rec-info-page--welfare-page .current__welfare .rec-info-list__anchor .rec-info-list__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1em;
  border: 0.25em solid transparent;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  background: linear-gradient(135deg, #00c8ac 0%, #28aad0 100%) border-box border-box;
}
.rec-info-page--faq-page .current__faq .rec-info-list__anchor .rec-info-list__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1em;
  border: 0.25em solid transparent;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  background: linear-gradient(135deg, #00c8ac 0%, #28aad0 100%) border-box border-box;
}
.rec-info-page--internship-page .current__internship .rec-info-list__anchor .rec-info-list__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1em;
  border: 0.25em solid transparent;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  background: linear-gradient(135deg, #00c8ac 0%, #28aad0 100%) border-box border-box;
}

.isnt-touch .rec-info-list__image img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -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 .rec-info-list__anchor:focus .rec-info-list__image::before, .isnt-touch .rec-info-list__anchor:hover .rec-info-list__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1em;
  border: 0.25em solid transparent;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  background: linear-gradient(135deg, #00c8ac 0%, #28aad0 100%) border-box border-box;
}
.isnt-touch .rec-info-list__anchor:focus .rec-info-list__image img, .isnt-touch .rec-info-list__anchor:hover .rec-info-list__image img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* ========================================================================== */
/* gallery */
/* ========================================================================== */
.gallery__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
  margin-top: 5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .gallery__area {
    margin-top: 3em;
  }
}
.gallery__area__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 19em;
  cursor: pointer;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .gallery__area__item {
    width: 13.5em;
  }
}
.gallery__area__item__image {
  margin: 0;
}
.gallery__area__item .toggle-button {
  position: absolute;
  inset: auto 1em 1em auto;
  display: block;
  width: 2.5em;
  height: 2.5em;
  background-color: #ffffff;
  border: 1px solid #454b52;
  border-radius: 10em;
}
.gallery__area__item .toggle-button .toggle-button__wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.gallery__area__item .toggle-button .toggle-button__wrap .toggle-button__w,
.gallery__area__item .toggle-button .toggle-button__wrap .toggle-button__h {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 1.25em;
  height: 1px;
  background-color: #454b52;
}
.gallery__area__item .toggle-button .toggle-button__wrap .toggle-button__h {
  width: 1px;
  height: 1.25em;
}

/* ========================================================================== */
/* Modal content */
/* ========================================================================== */
.modal-content {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, #00c8ac 0%, #28aad0 100%) border-box border-box;
  width: 100vw;
  height: 100dvh;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: calc(100% + 1px);
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.modal-content .modal_reset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}
.modal-content .modal_reset .modal_cont {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.modal-content .modal_reset .modal_cont .modal_cont_reset {
  position: relative;
}
.modal-content .modal_reset .modal_cont .modal_cont_reset .modal_close_bt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: -5em;
  top: 0;
  width: 3.75em;
  height: 3.75em;
  background: #ffffff;
  border: 1px solid #454b52;
  border-radius: 10em;
  z-index: 5;
  cursor: pointer;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .modal-content .modal_reset .modal_cont .modal_cont_reset .modal_close_bt {
    right: 50%;
    top: -5em;
    margin-right: -1.875em;
  }
}
.modal-content .modal_reset .modal_cont .modal_cont_reset .modal_close_bt .modal_close_bt_reset {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.modal-content .modal_reset .modal_cont .modal_cont_reset .modal_close_bt .modal_close_bt_reset::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 60%;
  background-color: #454b52;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal-content .modal_reset .modal_cont .modal_cont_reset .modal_close_bt .modal_close_bt_reset::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 60%;
  background-color: #454b52;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-content .nonScroll {
  width: 1px;
  height: calc(100vh + 1px);
  background-color: transparent;
}
.modal-content .swiper-button-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.75em;
  height: 3.75em;
  background: #ffffff;
  border: 1px solid #454b52;
  border-radius: 10em;
  left: -15em;
  text-align: center;
  text-decoration: none;
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -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;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .modal-content .swiper-button-prev {
    left: 25%;
    top: -3em;
  }
}
.modal-content .swiper-button-prev:before {
  display: block;
  content: "\e901";
  font-size: 1em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  color: #454b52;
}
.modal-content .swiper-button-prev::after {
  display: none;
}
.modal-content .swiper-button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.75em;
  height: 3.75em;
  background: #ffffff;
  border: 1px solid #454b52;
  border-radius: 10em;
  right: -15em;
  text-align: center;
  text-decoration: none;
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -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;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .modal-content .swiper-button-next {
    right: 25%;
    top: -3em;
  }
}
.modal-content .swiper-button-next:before {
  display: block;
  content: "\e901";
  font-size: 1em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #454b52;
}
.modal-content .swiper-button-next::after {
  display: none;
}

.modal_off {
  opacity: 0;
  z-index: -1000;
  pointer-events: none;
  -webkit-animation: modal_off 1s;
          animation: modal_off 1s;
}
.modal_off .modal_in {
  opacity: 0;
  -webkit-animation: modal_in_off 1s;
          animation: modal_in_off 1s;
}

.modal_on {
  opacity: 1;
  z-index: 1000;
  pointer-events: auto;
  -webkit-animation: modal_on 1s;
          animation: modal_on 1s;
}
.modal_on .modal_in {
  width: 52.5em;
  opacity: 1;
  -webkit-animation: modal_in_on 1s;
          animation: modal_in_on 1s;
}
.modal__image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
  color: #ffffff;
  z-index: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .modal__image {
    width: 50%;
    margin: 0 auto;
  }
}

.swiper-slide {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.swiper-slide.swiper-slide-active {
  opacity: 1;
}

.photo-gallery-slide {
  opacity: 0;
}

.swiper-pagination-bullet-active {
  background: #ffffff !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .swiper_gallery__pagination {
    display: none !important;
  }
}

@-webkit-keyframes modal_off {
  0% {
    opacity: 1;
    z-index: 1000;
  }
  50% {
    opacity: 1;
    z-index: 1000;
  }
  99% {
    opacity: 0;
    z-index: 1000;
  }
  100% {
    opacity: 0;
    z-index: -1000;
  }
}

@keyframes modal_off {
  0% {
    opacity: 1;
    z-index: 1000;
  }
  50% {
    opacity: 1;
    z-index: 1000;
  }
  99% {
    opacity: 0;
    z-index: 1000;
  }
  100% {
    opacity: 0;
    z-index: -1000;
  }
}
@-webkit-keyframes modal_on {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal_on {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes modal_in_off {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes modal_in_off {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes modal_in_on {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal_in_on {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ==========================================================================  */
/* Animation */
/* ========================================================================== */
/* ========================================================================== */
/* Animation Common */
/* ========================================================================== */
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  color: #ffffff;
  /*上の画面*/
  /*下の画面*/
  /*クラス名がついたらY軸方向に0*/
}
#splash #splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
}
#splash .loader_cover {
  width: 100%;
  height: 50%;
  background-color: #00c8ac;
  -webkit-transition: all 0.2s cubic-bezier(0.04, 0.435, 0.315, 0.9);
  transition: all 0.2s cubic-bezier(0.04, 0.435, 0.315, 0.9);
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
#splash .loader_cover-up {
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
#splash .loader_cover-down {
  position: absolute;
  bottom: 0;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
#splash .coveranime {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.basic-animation--1.iv-item {
  -webkit-transform: translate(-6vw, -3vw) scale(1.25) skew(-30deg);
  transform: translate(-6vw, -3vw) scale(1.25) skew(-30deg);
  clip-path: polygon(0 0, 0 0, 0 0);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.basic-animation--1.iv-item.is-inview {
  -webkit-transform: translate(0, 0) scale(1) skew(0);
  transform: translate(0, 0) scale(1) skew(0);
  clip-path: polygon(0 0, 200% 0, 0 200%);
}

.basic-animation--2.iv-item {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.basic-animation--2.iv-item.is-inview {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.basic-animation--2 + .basic-animation--2.iv-item.is-inview {
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}

.bg-gd--animation.iv-item {
  -webkit-transform: translate(2vw, 3vw);
  transform: translate(2vw, 3vw);
  clip-path: polygon(0 0, 0 0, 0 0);
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.bg-gd--animation.iv-item.is-inview {
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
  clip-path: polygon(0 0, 200% 0, 0 200%);
}

.curtain--animation.iv-item {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  clip-path: inset(0 100% 0 0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.curtain--animation.iv-item.is-inview {
  clip-path: inset(0 0 0 0);
  -webkit-animation: markerBg 1s 1s both;
          animation: markerBg 1s 1s both;
}

.border-animation--01 {
  overflow: hidden;
}
.border-animation--01.iv-item::before {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  clip-path: inset(0 100% 0 0);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.border-animation--01.iv-item.is-inview::before {
  clip-path: inset(0 0 0 0);
  -webkit-animation: markerBg 1s 1s both;
          animation: markerBg 1s 1s both;
}

:root {
  --animation-delay: 0.1;
}

.js-textAnime-01,
.js-textAnime-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.js-textAnime-01 > span,
.js-textAnime-02 > span {
  opacity: 0;
  display: inline-block;
  -webkit-transform: translateY(1em);
          transform: translateY(1em);
}
.js-textAnime-01.is-inview > span,
.js-textAnime-02.is-inview > span {
  -webkit-animation: fadeInUp 0.2s ease forwards;
          animation: fadeInUp 0.2s ease forwards;
}

@-webkit-keyframes fadeInUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes markerBg {
  clip-path: inset(0 0 0 0);
}
@keyframes markerBg {
  clip-path: inset(0 0 0 0);
}
@-webkit-keyframes markerHide {
  -webkit-transition: clip-path 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  transition: clip-path 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  clip-path: inset(0 100% 0 0);
}
@keyframes markerHide {
  -webkit-transition: clip-path 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  transition: clip-path 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  clip-path: inset(0 100% 0 0);
}
/* ========================================================================== */
/* Home Page */
/* ========================================================================== */
/* page-main */
/* -------------------------------------------------------------------------- */
.home-page .site-header {
  background-color: transparent;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .site-header {
    background-color: #ffffff;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4em;
    padding: 0 0 0 5vw;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.home-page .site-header .site-title .logo__typo--jp {
  color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .site-header .site-title .logo__typo--jp {
    color: #454b52;
  }
}
.home-page .site-header .site-title .logo__typo--en {
  color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .site-header .site-title .logo__typo--en {
    color: #00c8ac !important;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .site-header .site-title .logo__typo--en .ff-josefin {
    color: #00c8ac !important;
  }
}
.home-page .site-header .site-title .logo__typo--en .ff-josefin + .ff-josefin {
  color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .site-header .site-title .logo__typo--en .ff-josefin + .ff-josefin {
    color: #28aad0 !important;
  }
}
.home-page .main-menu__anchor {
  color: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .main-menu__anchor {
    color: #454b52;
  }
}

.is-scroll .site-header {
  background-color: #ffffff;
}
.is-scroll .site-header .site-title .logo__typo--jp {
  color: #454b52 !important;
}
.is-scroll .site-header .site-title .logo__typo--en {
  color: #00c8ac !important;
}
.is-scroll .site-header .site-title .logo__typo--en .ff-josefin + .ff-josefin {
  color: #28aad0 !important;
}
.is-scroll .site-header .main-menu__anchor {
  color: #454b52;
}

.page-main {
  background: #ffffff;
}
/* page-section: page-section */
/* -------------------------------------------------------------------------- */
.home-page .page-section {
  position: relative;
  padding: 7.5em 0 0;
}

/* page-section: ABOUT US */
/* -------------------------------------------------------------------------- */
.home-page {
  /* page-section: JOB & PEOPLE */
}
.home-page .page-section--about {
  position: relative;
  padding: 0 0 0 0;
}
.home-page .page-section--about .content-wrapper {
  position: relative;
}
.home-page .page-section--about .content-wrapper .bg-col__image {
  position: absolute;
  right: -10em;
  bottom: 0;
  width: 45em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--about .content-wrapper .bg-col__image {
    position: relative;
    width: 90%;
    right: auto;
    bottom: auto;
    margin: 7.5em auto 0;
  }
}
@media screen and (max-width: 1600px) {
  .home-page .page-section--about .content-wrapper .bg-col__image .overflow {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--about .content-wrapper .bg-col__image .overflow {
    border-top-right-radius: 5vw;
    border-bottom-right-radius: 5vw;
  }
}
.home-page .page-section--about .content-wrapper .button-list {
  margin-top: 2.5em;
}

/* -------------------------------------------------------------------------- */
.home-page .page-section--job-people {
  position: relative;
  margin-top: 10em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--job-people {
    margin-top: 7.5em;
  }
}
.home-page .page-section--job-people::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: inline-block;
  width: 95em;
  height: 41.25em;
  border-radius: 3em;
  background: linear-gradient(135deg, #00c8ac 0%, #28aad0 100%) border-box border-box;
  z-index: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--job-people::before {
    width: 100%;
    height: 70%;
    border-radius: 0;
  }
}
.home-page .page-section--job-people .page-header .multi-title__sec {
  position: relative;
}
.home-page .page-section--job-people .lead-text {
  position: relative;
}
.home-page .page-section--job-people .job-people__link .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 14.5em;
  height: 3.5em;
  margin: 0 auto 0;
}
/* page-section: SPECIAL */
/* -------------------------------------------------------------------------- */
.home-page .page-section--special {
  position: relative;
}
.home-page .page-section--special .content-wrapper {
  position: relative;
}
.home-page .page-section--special .content-wrapper .lead-button__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--special .content-wrapper .lead-button__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-page .page-section--special .content-wrapper .lead-button__wrap .button-list {
  margin-top: -4em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--special .content-wrapper .lead-button__wrap .button-list {
    margin-top: 1em;
  }
}
.home-page .page-section--special .content-wrapper .bg-col__image {
  position: relative;
  width: 30em;
  margin-top: -2em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--special .content-wrapper .bg-col__image {
    width: 90%;
    margin: 7.5em auto 0;
  }
}
.home-page .page-section--special .content-wrapper .bg-col__image .bg-col__top-left {
  top: -2.5em;
  left: -5em;
}
.home-page .page-section--special .content-wrapper .bg-col__image--center {
  position: absolute;
  left: 25em;
  bottom: -7.5em;
  width: 30em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--special .content-wrapper .bg-col__image--center {
    position: relative;
    left: auto;
    bottom: auto;
    width: 90%;
    margin: 5vw auto 0;
  }
}
.home-page .page-section--special .content-wrapper .bg-col__image--center .frame--3-2.br24 {
  position: relative;
}
.home-page .page-section--special .content-wrapper .bg-col__image--center .bg-col__bottom-right {
  right: -5em;
  bottom: -2.5em;
}

/*  page-section: RECRUIT INFO */
/* -------------------------------------------------------------------------- */
.home-page .page-section--rec-info {
  background: #f0f4f8;
  margin-top: 17.5em;
  padding: 7.5em 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--rec-info {
    margin-top: 10em;
    padding: 7.5em 0;
  }
}
.home-page .page-section--rec-info .content-wrapper .column {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-page .page-section--rec-info .content-wrapper .column .rec-info-list__item {
  width: 15em;
  overflow: hidden;
  text-align: center;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--rec-info .content-wrapper .column .rec-info-list__item {
    width: 42.5vw;
  }
  .home-page .page-section--rec-info .content-wrapper .column .rec-info-list__item:nth-of-type(n + 3) {
    margin-top: 4em;
  }
}
.home-page .page-section--rec-info .content-wrapper .column .rec-info-list__item .rec-info-list__anchor {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.home-page .page-section--rec-info .content-wrapper .column .rec-info-list__item .rec-info-list__anchor .rec-info-list__image {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 1.25em;
  background: #ffffff;
  border-radius: 1em;
}
.home-page .page-section--rec-info .content-wrapper .column .rec-info-list__item .rec-info-list__anchor .rec-info-list__image img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-page .page-section--rec-info .content-wrapper .column .rec-info-list__item .rec-info-list__anchor .rec-info-list__image {
    height: auto;
    margin-bottom: 2.5vw;
    border-radius: 2.5vw;
  }
}
.home-page .page-section--rec-info .content-wrapper .column .rec-info-list__item .rec-info-list__anchor .rec-info-list__text {
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

/* ========================================================================== */
/* About us Page */
/* ========================================================================== */
/* About us */
/* -------------------------------------------------------------------------- */
.about-page--company-page .page-main, .about-page--business-page .page-main, .about-page--job-career-page .page-main, .about-page--learn-page .page-main {
  padding-top: 0;
}
.about-page--company-page .page-main .about-section, .about-page--business-page .page-main .about-section, .about-page--job-career-page .page-main .about-section, .about-page--learn-page .page-main .about-section {
  padding: 7.5em 0 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--company-page .page-main .about-section, .about-page--business-page .page-main .about-section, .about-page--job-career-page .page-main .about-section, .about-page--learn-page .page-main .about-section {
    padding: 5em 0 0;
  }
}
.about-page--company-page .page-main .about-section:first-of-type, .about-page--business-page .page-main .about-section:first-of-type, .about-page--job-career-page .page-main .about-section:first-of-type, .about-page--learn-page .page-main .about-section:first-of-type {
  padding: 10em 0 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--company-page .page-main .about-section:first-of-type, .about-page--business-page .page-main .about-section:first-of-type, .about-page--job-career-page .page-main .about-section:first-of-type, .about-page--learn-page .page-main .about-section:first-of-type {
    padding: 10em 0 0;
  }
}
.about-page--company-page .page-main .about-section .page-intro--lead, .about-page--company-page .page-main .about-section .page-intro--note, .about-page--business-page .page-main .about-section .page-intro--lead, .about-page--business-page .page-main .about-section .page-intro--note, .about-page--job-career-page .page-main .about-section .page-intro--lead, .about-page--job-career-page .page-main .about-section .page-intro--note, .about-page--learn-page .page-main .about-section .page-intro--lead, .about-page--learn-page .page-main .about-section .page-intro--note {
  margin: 0;
  text-align: center;
}
.about-page--company-page .page-main .about-section .page-intro--note, .about-page--business-page .page-main .about-section .page-intro--note, .about-page--job-career-page .page-main .about-section .page-intro--note, .about-page--learn-page .page-main .about-section .page-intro--note {
  margin-top: 2em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--company-page .page-main .about-section .page-intro--note, .about-page--business-page .page-main .about-section .page-intro--note, .about-page--job-career-page .page-main .about-section .page-intro--note, .about-page--learn-page .page-main .about-section .page-intro--note {
    text-align: left;
  }
}
.about-page--company-page .page-main .about-section .multi-title--type, .about-page--business-page .page-main .about-section .multi-title--type, .about-page--job-career-page .page-main .about-section .multi-title--type, .about-page--learn-page .page-main .about-section .multi-title--type {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.about-page--company-page .page-main .about-section .multi-title--type .en, .about-page--business-page .page-main .about-section .multi-title--type .en, .about-page--job-career-page .page-main .about-section .multi-title--type .en, .about-page--learn-page .page-main .about-section .multi-title--type .en {
  color: #00c8ac;
}
.about-page--company-page .page-main .about-section .multi-title--type::before, .about-page--business-page .page-main .about-section .multi-title--type::before, .about-page--job-career-page .page-main .about-section .multi-title--type::before, .about-page--learn-page .page-main .about-section .multi-title--type::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.1875em;
  margin-bottom: 1.5em;
  border-radius: 10em;
  background-color: #00c8ac;
}
.about-page--company-page .page-main .about-section .multi-title--type--blue, .about-page--business-page .page-main .about-section .multi-title--type--blue, .about-page--job-career-page .page-main .about-section .multi-title--type--blue, .about-page--learn-page .page-main .about-section .multi-title--type--blue {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.about-page--company-page .page-main .about-section .multi-title--type--blue .en, .about-page--business-page .page-main .about-section .multi-title--type--blue .en, .about-page--job-career-page .page-main .about-section .multi-title--type--blue .en, .about-page--learn-page .page-main .about-section .multi-title--type--blue .en {
  color: #28aad0;
}
.about-page--company-page .page-main .about-section .multi-title--type--blue::before, .about-page--business-page .page-main .about-section .multi-title--type--blue::before, .about-page--job-career-page .page-main .about-section .multi-title--type--blue::before, .about-page--learn-page .page-main .about-section .multi-title--type--blue::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.1875em;
  margin-bottom: 1.5em;
  border-radius: 10em;
  background-color: #28aad0;
}
.about-page--company-page .page-main .about-section .multi-title--number, .about-page--business-page .page-main .about-section .multi-title--number, .about-page--job-career-page .page-main .about-section .multi-title--number, .about-page--learn-page .page-main .about-section .multi-title--number {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-page--company-page .page-main .about-section .multi-title--number .en, .about-page--business-page .page-main .about-section .multi-title--number .en, .about-page--job-career-page .page-main .about-section .multi-title--number .en, .about-page--learn-page .page-main .about-section .multi-title--number .en {
  background: linear-gradient(135deg, #00c8ac 0%, #28aad0 100%) border-box border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 0.5em;
}
.about-page--company-page .page-main .about-section .multi-title--number .en .jp, .about-page--business-page .page-main .about-section .multi-title--number .en .jp, .about-page--job-career-page .page-main .about-section .multi-title--number .en .jp, .about-page--learn-page .page-main .about-section .multi-title--number .en .jp {
  margin-top: -1em;
}
.about-page--company-page .page-main .about-section .job-category__list, .about-page--business-page .page-main .about-section .job-category__list, .about-page--job-career-page .page-main .about-section .job-category__list, .about-page--learn-page .page-main .about-section .job-category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.75em;
  width: 100%;
  margin-top: 5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--company-page .page-main .about-section .job-category__list, .about-page--business-page .page-main .about-section .job-category__list, .about-page--job-career-page .page-main .about-section .job-category__list, .about-page--learn-page .page-main .about-section .job-category__list {
    margin-top: 3em;
  }
}
.about-page--company-page .page-main .about-section .job-category__list__item, .about-page--business-page .page-main .about-section .job-category__list__item, .about-page--job-career-page .page-main .about-section .job-category__list__item, .about-page--learn-page .page-main .about-section .job-category__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--company-page .page-main .about-section .job-category__list__item, .about-page--business-page .page-main .about-section .job-category__list__item, .about-page--job-career-page .page-main .about-section .job-category__list__item, .about-page--learn-page .page-main .about-section .job-category__list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
  }
}
.about-page--company-page .page-main .about-section .job-category__list__item__image, .about-page--business-page .page-main .about-section .job-category__list__item__image, .about-page--job-career-page .page-main .about-section .job-category__list__item__image, .about-page--learn-page .page-main .about-section .job-category__list__item__image {
  width: 15em;
  height: 15em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--company-page .page-main .about-section .job-category__list__item__image, .about-page--business-page .page-main .about-section .job-category__list__item__image, .about-page--job-career-page .page-main .about-section .job-category__list__item__image, .about-page--learn-page .page-main .about-section .job-category__list__item__image {
    width: 70%;
    height: 70%;
    margin: 0 auto;
  }
}
.about-page--company-page .page-main .about-section .job-category__list__item__image img, .about-page--business-page .page-main .about-section .job-category__list__item__image img, .about-page--job-career-page .page-main .about-section .job-category__list__item__image img, .about-page--learn-page .page-main .about-section .job-category__list__item__image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.about-page--company-page .page-main .about-section .job-category__list__item__text, .about-page--business-page .page-main .about-section .job-category__list__item__text, .about-page--job-career-page .page-main .about-section .job-category__list__item__text, .about-page--learn-page .page-main .about-section .job-category__list__item__text {
  width: 62.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--company-page .page-main .about-section .job-category__list__item__text, .about-page--business-page .page-main .about-section .job-category__list__item__text, .about-page--job-career-page .page-main .about-section .job-category__list__item__text, .about-page--learn-page .page-main .about-section .job-category__list__item__text {
    width: 100%;
  }
}
.about-page--company-page .page-main .about-section .job-category__list__item__text__category, .about-page--business-page .page-main .about-section .job-category__list__item__text__category, .about-page--job-career-page .page-main .about-section .job-category__list__item__text__category, .about-page--learn-page .page-main .about-section .job-category__list__item__text__category {
  display: inline-block;
  margin: 0 0 1em 0;
  padding: 0.5em 2em;
  border-radius: 10em;
  background: #00c8ac;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--company-page .page-main .about-section .job-category__list__item__text__category, .about-page--business-page .page-main .about-section .job-category__list__item__text__category, .about-page--job-career-page .page-main .about-section .job-category__list__item__text__category, .about-page--learn-page .page-main .about-section .job-category__list__item__text__category {
    width: 100%;
    margin: 1em auto 0;
  }
}
.about-page--company-page .page-main .about-section .job-category__list__item__text__category.blue, .about-page--business-page .page-main .about-section .job-category__list__item__text__category.blue, .about-page--job-career-page .page-main .about-section .job-category__list__item__text__category.blue, .about-page--learn-page .page-main .about-section .job-category__list__item__text__category.blue {
  background: #28aad0;
}
.about-page--company-page .page-main .about-section .job-category__list__item__text__slogan, .about-page--business-page .page-main .about-section .job-category__list__item__text__slogan, .about-page--job-career-page .page-main .about-section .job-category__list__item__text__slogan, .about-page--learn-page .page-main .about-section .job-category__list__item__text__slogan {
  margin: 0 0 0.5em 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--company-page .page-main .about-section .job-category__list__item__text__slogan, .about-page--business-page .page-main .about-section .job-category__list__item__text__slogan, .about-page--job-career-page .page-main .about-section .job-category__list__item__text__slogan, .about-page--learn-page .page-main .about-section .job-category__list__item__text__slogan {
    margin: 1em 0 1em 0;
  }
}
.about-page--company-page .page-main .about-section .job-category__list__item__text__lead, .about-page--business-page .page-main .about-section .job-category__list__item__text__lead, .about-page--job-career-page .page-main .about-section .job-category__list__item__text__lead, .about-page--learn-page .page-main .about-section .job-category__list__item__text__lead {
  margin: 0 0 0 0;
}
.about-page--company-page .page-main .about-section .job-category__list__item__text .recommended, .about-page--business-page .page-main .about-section .job-category__list__item__text .recommended, .about-page--job-career-page .page-main .about-section .job-category__list__item__text .recommended, .about-page--learn-page .page-main .about-section .job-category__list__item__text .recommended {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1em 1.875em;
  margin: 1em 0 0 0;
  background: #f0f4f8;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--company-page .page-main .about-section .job-category__list__item__text .recommended, .about-page--business-page .page-main .about-section .job-category__list__item__text .recommended, .about-page--job-career-page .page-main .about-section .job-category__list__item__text .recommended, .about-page--learn-page .page-main .about-section .job-category__list__item__text .recommended {
    margin: 2em 0 0 0;
  }
}
.about-page--company-page .page-main .about-section .job-category__list__item__text .recommended__title, .about-page--business-page .page-main .about-section .job-category__list__item__text .recommended__title, .about-page--job-career-page .page-main .about-section .job-category__list__item__text .recommended__title, .about-page--learn-page .page-main .about-section .job-category__list__item__text .recommended__title {
  margin: 0 0 0.5em 0;
  color: #00c8ac;
}
.about-page--company-page .page-main .about-section .job-category__list__item__text .recommended__title.blue, .about-page--business-page .page-main .about-section .job-category__list__item__text .recommended__title.blue, .about-page--job-career-page .page-main .about-section .job-category__list__item__text .recommended__title.blue, .about-page--learn-page .page-main .about-section .job-category__list__item__text .recommended__title.blue {
  color: #28aad0;
}
.about-page--company-page .page-main .about-section .job-category__list__item__text .button-list, .about-page--business-page .page-main .about-section .job-category__list__item__text .button-list, .about-page--job-career-page .page-main .about-section .job-category__list__item__text .button-list, .about-page--learn-page .page-main .about-section .job-category__list__item__text .button-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 1em 0 0 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--company-page .page-main .about-section .job-category__list__item__text .button-list, .about-page--business-page .page-main .about-section .job-category__list__item__text .button-list, .about-page--job-career-page .page-main .about-section .job-category__list__item__text .button-list, .about-page--learn-page .page-main .about-section .job-category__list__item__text .button-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-page--company-page .page-main .about-section .job-category__list__item__text .button-list__item, .about-page--business-page .page-main .about-section .job-category__list__item__text .button-list__item, .about-page--job-career-page .page-main .about-section .job-category__list__item__text .button-list__item, .about-page--learn-page .page-main .about-section .job-category__list__item__text .button-list__item {
  width: 47.5%;
  border-top: none;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--company-page .page-main .about-section .job-category__list__item__text .button-list__item, .about-page--business-page .page-main .about-section .job-category__list__item__text .button-list__item, .about-page--job-career-page .page-main .about-section .job-category__list__item__text .button-list__item, .about-page--learn-page .page-main .about-section .job-category__list__item__text .button-list__item {
    width: 100%;
  }
}
.about-page--company-page .page-main .about-section .job-category__list__item__text .button-list__item:first-of-type, .about-page--business-page .page-main .about-section .job-category__list__item__text .button-list__item:first-of-type, .about-page--job-career-page .page-main .about-section .job-category__list__item__text .button-list__item:first-of-type, .about-page--learn-page .page-main .about-section .job-category__list__item__text .button-list__item:first-of-type {
  border-bottom: 1px solid #cccccc;
}
.about-page--company-page .page-main .about-section .job-category__list__item__text .button-list__item:last-of-type, .about-page--business-page .page-main .about-section .job-category__list__item__text .button-list__item:last-of-type, .about-page--job-career-page .page-main .about-section .job-category__list__item__text .button-list__item:last-of-type, .about-page--learn-page .page-main .about-section .job-category__list__item__text .button-list__item:last-of-type {
  border-top: none;
}
.about-page--company-page .page-main .about-section .flow__wrapper, .about-page--business-page .page-main .about-section .flow__wrapper, .about-page--job-career-page .page-main .about-section .flow__wrapper, .about-page--learn-page .page-main .about-section .flow__wrapper {
  margin-top: 5em;
}
.about-page--company-page .page-main .about-section .flow__content, .about-page--business-page .page-main .about-section .flow__content, .about-page--job-career-page .page-main .about-section .flow__content, .about-page--learn-page .page-main .about-section .flow__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--company-page .page-main .about-section .flow__content, .about-page--business-page .page-main .about-section .flow__content, .about-page--job-career-page .page-main .about-section .flow__content, .about-page--learn-page .page-main .about-section .flow__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.5em;
  }
}
.about-page--company-page .page-main .about-section .flow__content__item, .about-page--business-page .page-main .about-section .flow__content__item, .about-page--job-career-page .page-main .about-section .flow__content__item, .about-page--learn-page .page-main .about-section .flow__content__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 18.75em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--company-page .page-main .about-section .flow__content__item, .about-page--business-page .page-main .about-section .flow__content__item, .about-page--job-career-page .page-main .about-section .flow__content__item, .about-page--learn-page .page-main .about-section .flow__content__item {
    width: 100%;
  }
}
.about-page--company-page .page-main .about-section .flow__content__item--col-5, .about-page--business-page .page-main .about-section .flow__content__item--col-5, .about-page--job-career-page .page-main .about-section .flow__content__item--col-5, .about-page--learn-page .page-main .about-section .flow__content__item--col-5 {
  position: relative;
  width: 15em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--company-page .page-main .about-section .flow__content__item--col-5, .about-page--business-page .page-main .about-section .flow__content__item--col-5, .about-page--job-career-page .page-main .about-section .flow__content__item--col-5, .about-page--learn-page .page-main .about-section .flow__content__item--col-5 {
    width: 100%;
  }
}
.about-page--company-page .page-main .about-section .flow__content__item--col-6, .about-page--business-page .page-main .about-section .flow__content__item--col-6, .about-page--job-career-page .page-main .about-section .flow__content__item--col-6, .about-page--learn-page .page-main .about-section .flow__content__item--col-6 {
  position: relative;
  width: 12.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--company-page .page-main .about-section .flow__content__item--col-6, .about-page--business-page .page-main .about-section .flow__content__item--col-6, .about-page--job-career-page .page-main .about-section .flow__content__item--col-6, .about-page--learn-page .page-main .about-section .flow__content__item--col-6 {
    width: 100%;
  }
}
.about-page--company-page .page-main .about-section .flow__content__item--col-7, .about-page--business-page .page-main .about-section .flow__content__item--col-7, .about-page--job-career-page .page-main .about-section .flow__content__item--col-7, .about-page--learn-page .page-main .about-section .flow__content__item--col-7 {
  position: relative;
  width: 10.625em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--company-page .page-main .about-section .flow__content__item--col-7, .about-page--business-page .page-main .about-section .flow__content__item--col-7, .about-page--job-career-page .page-main .about-section .flow__content__item--col-7, .about-page--learn-page .page-main .about-section .flow__content__item--col-7 {
    width: 100%;
  }
}
.about-page--company-page .page-main .about-section .flow__content__item__title, .about-page--business-page .page-main .about-section .flow__content__item__title, .about-page--job-career-page .page-main .about-section .flow__content__item__title, .about-page--learn-page .page-main .about-section .flow__content__item__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 6.25em;
  border: 0.375em solid #00c8ac;
  color: #00c8ac;
  text-align: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--company-page .page-main .about-section .flow__content__item__title, .about-page--business-page .page-main .about-section .flow__content__item__title, .about-page--job-career-page .page-main .about-section .flow__content__item__title, .about-page--learn-page .page-main .about-section .flow__content__item__title {
    border-radius: 0.5em;
    border: 3px solid #00c8ac;
  }
}
.about-page--company-page .page-main .about-section .flow__content__item__title--blue, .about-page--business-page .page-main .about-section .flow__content__item__title--blue, .about-page--job-career-page .page-main .about-section .flow__content__item__title--blue, .about-page--learn-page .page-main .about-section .flow__content__item__title--blue {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 6.25em;
  border: 0.375em solid #28aad0;
  color: #28aad0;
  text-align: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--company-page .page-main .about-section .flow__content__item__title--blue, .about-page--business-page .page-main .about-section .flow__content__item__title--blue, .about-page--job-career-page .page-main .about-section .flow__content__item__title--blue, .about-page--learn-page .page-main .about-section .flow__content__item__title--blue {
    border-radius: 0.5em;
    border: 3px solid #28aad0;
  }
}
.about-page--company-page .page-main .about-section .flow__content__item__text__year, .about-page--business-page .page-main .about-section .flow__content__item__text__year, .about-page--job-career-page .page-main .about-section .flow__content__item__text__year, .about-page--learn-page .page-main .about-section .flow__content__item__text__year {
  color: #00c8ac;
  margin: 1em auto;
  text-align: center;
}
.about-page--company-page .page-main .about-section .flow__content__item__text__year--blue, .about-page--business-page .page-main .about-section .flow__content__item__text__year--blue, .about-page--job-career-page .page-main .about-section .flow__content__item__text__year--blue, .about-page--learn-page .page-main .about-section .flow__content__item__text__year--blue {
  color: #28aad0;
  margin: 1em auto;
  text-align: center;
}
.about-page--company-page .page-main .about-section .flow__content__item__text__lead, .about-page--business-page .page-main .about-section .flow__content__item__text__lead, .about-page--job-career-page .page-main .about-section .flow__content__item__text__lead, .about-page--learn-page .page-main .about-section .flow__content__item__text__lead {
  margin: 0 0 0 0;
}
.about-page--company-page .page-main .about-section .flow__content__item--arrow, .about-page--business-page .page-main .about-section .flow__content__item--arrow, .about-page--job-career-page .page-main .about-section .flow__content__item--arrow, .about-page--learn-page .page-main .about-section .flow__content__item--arrow {
  position: absolute;
  inset: 2.5em -4em auto auto;
  width: 4em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--company-page .page-main .about-section .flow__content__item--arrow, .about-page--business-page .page-main .about-section .flow__content__item--arrow, .about-page--job-career-page .page-main .about-section .flow__content__item--arrow, .about-page--learn-page .page-main .about-section .flow__content__item--arrow {
    inset: auto 50% -4em auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-right: -2em;
  }
}
.about-page--company-page .page-main .about-section .brd-r-box, .about-page--business-page .page-main .about-section .brd-r-box, .about-page--job-career-page .page-main .about-section .brd-r-box, .about-page--learn-page .page-main .about-section .brd-r-box {
  margin-top: 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--company-page .page-main .about-section .brd-r-box, .about-page--business-page .page-main .about-section .brd-r-box, .about-page--job-career-page .page-main .about-section .brd-r-box, .about-page--learn-page .page-main .about-section .brd-r-box {
    margin-top: 3em;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--company-page .page-main .about-section .brd-r-box--item__contents, .about-page--business-page .page-main .about-section .brd-r-box--item__contents, .about-page--job-career-page .page-main .about-section .brd-r-box--item__contents, .about-page--learn-page .page-main .about-section .brd-r-box--item__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--company-page .page-main .about-section .brd-r-box--item__contents .item-head, .about-page--business-page .page-main .about-section .brd-r-box--item__contents .item-head, .about-page--job-career-page .page-main .about-section .brd-r-box--item__contents .item-head, .about-page--learn-page .page-main .about-section .brd-r-box--item__contents .item-head {
    width: 100%;
  }
}
.about-page--company-page .page-main .about-section .brd-r-box--item__contents .item-spec__wrapper, .about-page--business-page .page-main .about-section .brd-r-box--item__contents .item-spec__wrapper, .about-page--job-career-page .page-main .about-section .brd-r-box--item__contents .item-spec__wrapper, .about-page--learn-page .page-main .about-section .brd-r-box--item__contents .item-spec__wrapper {
  width: 100%;
}
.about-page--company-page .page-main .about-section .scroll::after, .about-page--business-page .page-main .about-section .scroll::after, .about-page--job-career-page .page-main .about-section .scroll::after, .about-page--learn-page .page-main .about-section .scroll::after {
  color: #454b52;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--company-page .page-main .about-section .chart .chart__image, .about-page--business-page .page-main .about-section .chart .chart__image, .about-page--job-career-page .page-main .about-section .chart .chart__image, .about-page--learn-page .page-main .about-section .chart .chart__image {
    overflow-x: scroll;
  }
  .about-page--company-page .page-main .about-section .chart .chart__image img, .about-page--business-page .page-main .about-section .chart .chart__image img, .about-page--job-career-page .page-main .about-section .chart .chart__image img, .about-page--learn-page .page-main .about-section .chart .chart__image img {
    width: 200%;
  }
}
.about-page--company-page .page-main .about-section .location__link, .about-page--business-page .page-main .about-section .location__link, .about-page--job-career-page .page-main .about-section .location__link, .about-page--learn-page .page-main .about-section .location__link {
  margin-top: 1em;
}
.about-page--company-page .page-main .about-section .location__link .icon, .about-page--business-page .page-main .about-section .location__link .icon, .about-page--job-career-page .page-main .about-section .location__link .icon, .about-page--learn-page .page-main .about-section .location__link .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-page--company-page .page-main .about-section .location__link .icon::before, .about-page--business-page .page-main .about-section .location__link .icon::before, .about-page--job-career-page .page-main .about-section .location__link .icon::before, .about-page--learn-page .page-main .about-section .location__link .icon::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2em;
  height: 2em;
  border-radius: 10em;
  background: #ffffff;
  border: 1px solid #454b52;
  color: #454b52;
}
.about-page--company-page .page-main .about-section .button, .about-page--business-page .page-main .about-section .button, .about-page--job-career-page .page-main .about-section .button, .about-page--learn-page .page-main .about-section .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 14.5em;
  height: 3.5em;
  margin: 2.5em auto 0;
}
.about-page--company-page .page-main .about-section .network__area, .about-page--business-page .page-main .about-section .network__area, .about-page--job-career-page .page-main .about-section .network__area, .about-page--learn-page .page-main .about-section .network__area {
  position: relative;
}
.about-page--company-page .page-main .about-section .network__area__slogan, .about-page--business-page .page-main .about-section .network__area__slogan, .about-page--job-career-page .page-main .about-section .network__area__slogan, .about-page--learn-page .page-main .about-section .network__area__slogan {
  margin: 0 0 0 0;
}
.about-page--company-page .page-main .about-section .network__area__map, .about-page--business-page .page-main .about-section .network__area__map, .about-page--job-career-page .page-main .about-section .network__area__map, .about-page--learn-page .page-main .about-section .network__area__map {
  position: absolute;
  inset: 0 0 auto auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--company-page .page-main .about-section .network__area__map, .about-page--business-page .page-main .about-section .network__area__map, .about-page--job-career-page .page-main .about-section .network__area__map, .about-page--learn-page .page-main .about-section .network__area__map {
    position: static;
  }
}
.about-page--company-page .page-main .about-section .network__area__map__content, .about-page--business-page .page-main .about-section .network__area__map__content, .about-page--job-career-page .page-main .about-section .network__area__map__content, .about-page--learn-page .page-main .about-section .network__area__map__content {
  position: relative;
  width: 45em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--company-page .page-main .about-section .network__area__map__content, .about-page--business-page .page-main .about-section .network__area__map__content, .about-page--job-career-page .page-main .about-section .network__area__map__content, .about-page--learn-page .page-main .about-section .network__area__map__content {
    width: 100%;
  }
}
.about-page--company-page .page-main .about-section .network__area__map__content__list, .about-page--business-page .page-main .about-section .network__area__map__content__list, .about-page--job-career-page .page-main .about-section .network__area__map__content__list, .about-page--learn-page .page-main .about-section .network__area__map__content__list {
  position: absolute;
  inset: auto 0 0 auto;
  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;
  padding: 1.25em 2em;
  background: #ffffff;
  border: 1px solid #cccccc;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--company-page .page-main .about-section .network__area__map__content__list, .about-page--business-page .page-main .about-section .network__area__map__content__list, .about-page--job-career-page .page-main .about-section .network__area__map__content__list, .about-page--learn-page .page-main .about-section .network__area__map__content__list {
    inset: 2em auto auto 0;
    padding: 1em;
  }
}
.about-page--company-page .page-main .about-section .network__area__map__content__list__item, .about-page--business-page .page-main .about-section .network__area__map__content__list__item, .about-page--job-career-page .page-main .about-section .network__area__map__content__list__item, .about-page--learn-page .page-main .about-section .network__area__map__content__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.about-page--company-page .page-main .about-section .network__area__map__content__list__item__pin, .about-page--business-page .page-main .about-section .network__area__map__content__list__item__pin, .about-page--job-career-page .page-main .about-section .network__area__map__content__list__item__pin, .about-page--learn-page .page-main .about-section .network__area__map__content__list__item__pin {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1em;
  margin-right: 1em;
}
.about-page--company-page .page-main .about-section .network__area .button-list, .about-page--business-page .page-main .about-section .network__area .button-list, .about-page--job-career-page .page-main .about-section .network__area .button-list, .about-page--learn-page .page-main .about-section .network__area .button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2em;
  width: 50em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--company-page .page-main .about-section .network__area .button-list, .about-page--business-page .page-main .about-section .network__area .button-list, .about-page--job-career-page .page-main .about-section .network__area .button-list, .about-page--learn-page .page-main .about-section .network__area .button-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    width: 100%;
  }
}
.about-page--company-page .page-main .about-section .network__area .button-list__item, .about-page--business-page .page-main .about-section .network__area .button-list__item, .about-page--job-career-page .page-main .about-section .network__area .button-list__item, .about-page--learn-page .page-main .about-section .network__area .button-list__item {
  width: 15em;
  height: 4em;
  border-top: none;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--company-page .page-main .about-section .network__area .button-list__item, .about-page--business-page .page-main .about-section .network__area .button-list__item, .about-page--job-career-page .page-main .about-section .network__area .button-list__item, .about-page--learn-page .page-main .about-section .network__area .button-list__item {
    width: 48%;
    height: 4em;
  }
}
.about-page--company-page .page-main .company-section:nth-of-type(3), .about-page--business-page .page-main .company-section:nth-of-type(3), .about-page--job-career-page .page-main .company-section:nth-of-type(3), .about-page--learn-page .page-main .company-section:nth-of-type(3) {
  margin-bottom: 15em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--company-page .page-main .company-section:nth-of-type(3), .about-page--business-page .page-main .company-section:nth-of-type(3), .about-page--job-career-page .page-main .company-section:nth-of-type(3), .about-page--learn-page .page-main .company-section:nth-of-type(3) {
    margin-bottom: 0;
  }
}
.about-page--company-page .page-main .learn-section .learn__list, .about-page--business-page .page-main .learn-section .learn__list, .about-page--job-career-page .page-main .learn-section .learn__list, .about-page--learn-page .page-main .learn-section .learn__list {
  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: 4em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--company-page .page-main .learn-section .learn__list, .about-page--business-page .page-main .learn-section .learn__list, .about-page--job-career-page .page-main .learn-section .learn__list, .about-page--learn-page .page-main .learn-section .learn__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4em;
  }
}
.about-page--company-page .page-main .learn-section .learn__list__item, .about-page--business-page .page-main .learn-section .learn__list__item, .about-page--job-career-page .page-main .learn-section .learn__list__item, .about-page--learn-page .page-main .learn-section .learn__list__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;
  width: 37.5em;
  padding: 2.5em;
  border: 1px solid #cccccc;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--company-page .page-main .learn-section .learn__list__item, .about-page--business-page .page-main .learn-section .learn__list__item, .about-page--job-career-page .page-main .learn-section .learn__list__item, .about-page--learn-page .page-main .learn-section .learn__list__item {
    width: 100%;
  }
}
.about-page--company-page .page-main .learn-section .learn__list__item__title, .about-page--business-page .page-main .learn-section .learn__list__item__title, .about-page--job-career-page .page-main .learn-section .learn__list__item__title, .about-page--learn-page .page-main .learn-section .learn__list__item__title {
  background: linear-gradient(135deg, #00c8ac 0%, #28aad0 100%) border-box border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.about-page--company-page .page-main .learn-section .learn__list__item__content, .about-page--business-page .page-main .learn-section .learn__list__item__content, .about-page--job-career-page .page-main .learn-section .learn__list__item__content, .about-page--learn-page .page-main .learn-section .learn__list__item__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}
.about-page--company-page .page-main .learn-section .learn__list__item__content__image, .about-page--business-page .page-main .learn-section .learn__list__item__content__image, .about-page--job-career-page .page-main .learn-section .learn__list__item__content__image, .about-page--learn-page .page-main .learn-section .learn__list__item__content__image {
  width: 8em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--company-page .page-main .learn-section .learn__list__item__content__image, .about-page--business-page .page-main .learn-section .learn__list__item__content__image, .about-page--job-career-page .page-main .learn-section .learn__list__item__content__image, .about-page--learn-page .page-main .learn-section .learn__list__item__content__image {
    width: 6em;
  }
}
.about-page--company-page .page-main .learn-section .learn__list__item__content__image.large-image, .about-page--business-page .page-main .learn-section .learn__list__item__content__image.large-image, .about-page--job-career-page .page-main .learn-section .learn__list__item__content__image.large-image, .about-page--learn-page .page-main .learn-section .learn__list__item__content__image.large-image {
  width: 10em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .about-page--company-page .page-main .learn-section .learn__list__item__content__image.large-image, .about-page--business-page .page-main .learn-section .learn__list__item__content__image.large-image, .about-page--job-career-page .page-main .learn-section .learn__list__item__content__image.large-image, .about-page--learn-page .page-main .learn-section .learn__list__item__content__image.large-image {
    width: 8em;
  }
}
.about-page--company-page .page-main .learn-section .learn__list__item__content__image.small-image, .about-page--business-page .page-main .learn-section .learn__list__item__content__image.small-image, .about-page--job-career-page .page-main .learn-section .learn__list__item__content__image.small-image, .about-page--learn-page .page-main .learn-section .learn__list__item__content__image.small-image {
  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;
  gap: 1em;
  width: 5em;
  text-align: center;
}
.about-page--company-page .page-main .learn-section .learn__list__item__text .note, .about-page--business-page .page-main .learn-section .learn__list__item__text .note, .about-page--job-career-page .page-main .learn-section .learn__list__item__text .note, .about-page--learn-page .page-main .learn-section .learn__list__item__text .note {
  text-align: right;
}

/* 事業紹介ページ business-chart */
/* -------------------------------------------------------------------------- */
.content {
  position: relative;
}
.content .caption {
  position: absolute;
  inset: 50% auto auto 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  white-space: nowrap;
  font-weight: 400;
  font-size: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .content .caption {
    inset: 50% 0 auto auto;
    font-size: 1em;
  }
}

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

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

/* ========================================================================== */
/* Job-people Page */
/* ========================================================================== */
/* job-people */
/* -------------------------------------------------------------------------- */
.job-people-page--people-01-page .page-main, .job-people-page--people-02-page .page-main, .job-people-page--people-03-page .page-main, .job-people-page--people-04-page .page-main, .job-people-page--people-05-page .page-main, .job-people-page--people-06-page .page-main, .job-people-page--people-07-page .page-main, .job-people-page--people-08-page .page-main {
  padding-top: 0;
}
.job-people-page--people-01-page .page-main .job-people-section, .job-people-page--people-02-page .page-main .job-people-section, .job-people-page--people-03-page .page-main .job-people-section, .job-people-page--people-04-page .page-main .job-people-section, .job-people-page--people-05-page .page-main .job-people-section, .job-people-page--people-06-page .page-main .job-people-section, .job-people-page--people-07-page .page-main .job-people-section, .job-people-page--people-08-page .page-main .job-people-section {
  padding: 7.5em 0 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-page--people-01-page .page-main .job-people-section, .job-people-page--people-02-page .page-main .job-people-section, .job-people-page--people-03-page .page-main .job-people-section, .job-people-page--people-04-page .page-main .job-people-section, .job-people-page--people-05-page .page-main .job-people-section, .job-people-page--people-06-page .page-main .job-people-section, .job-people-page--people-07-page .page-main .job-people-section, .job-people-page--people-08-page .page-main .job-people-section {
    padding: 5em 0 0;
  }
}
.job-people-page--people-01-page .page-main .job-people-section:first-of-type, .job-people-page--people-02-page .page-main .job-people-section:first-of-type, .job-people-page--people-03-page .page-main .job-people-section:first-of-type, .job-people-page--people-04-page .page-main .job-people-section:first-of-type, .job-people-page--people-05-page .page-main .job-people-section:first-of-type, .job-people-page--people-06-page .page-main .job-people-section:first-of-type, .job-people-page--people-07-page .page-main .job-people-section:first-of-type, .job-people-page--people-08-page .page-main .job-people-section:first-of-type {
  padding: 17.5em 0 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-page--people-01-page .page-main .job-people-section:first-of-type, .job-people-page--people-02-page .page-main .job-people-section:first-of-type, .job-people-page--people-03-page .page-main .job-people-section:first-of-type, .job-people-page--people-04-page .page-main .job-people-section:first-of-type, .job-people-page--people-05-page .page-main .job-people-section:first-of-type, .job-people-page--people-06-page .page-main .job-people-section:first-of-type, .job-people-page--people-07-page .page-main .job-people-section:first-of-type, .job-people-page--people-08-page .page-main .job-people-section:first-of-type {
    padding: 5em 0 0;
  }
}
.job-people-page--people-01-page .page-main .job-people-section:last-of-type, .job-people-page--people-02-page .page-main .job-people-section:last-of-type, .job-people-page--people-03-page .page-main .job-people-section:last-of-type, .job-people-page--people-04-page .page-main .job-people-section:last-of-type, .job-people-page--people-05-page .page-main .job-people-section:last-of-type, .job-people-page--people-06-page .page-main .job-people-section:last-of-type, .job-people-page--people-07-page .page-main .job-people-section:last-of-type, .job-people-page--people-08-page .page-main .job-people-section:last-of-type {
  padding-bottom: 7.5em;
}
.job-people-page--people-01-page .page-main .job-people-section.pt-none, .job-people-page--people-02-page .page-main .job-people-section.pt-none, .job-people-page--people-03-page .page-main .job-people-section.pt-none, .job-people-page--people-04-page .page-main .job-people-section.pt-none, .job-people-page--people-05-page .page-main .job-people-section.pt-none, .job-people-page--people-06-page .page-main .job-people-section.pt-none, .job-people-page--people-07-page .page-main .job-people-section.pt-none, .job-people-page--people-08-page .page-main .job-people-section.pt-none {
  padding: 7.5em 0 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-page--people-01-page .page-main .job-people-section.pt-none, .job-people-page--people-02-page .page-main .job-people-section.pt-none, .job-people-page--people-03-page .page-main .job-people-section.pt-none, .job-people-page--people-04-page .page-main .job-people-section.pt-none, .job-people-page--people-05-page .page-main .job-people-section.pt-none, .job-people-page--people-06-page .page-main .job-people-section.pt-none, .job-people-page--people-07-page .page-main .job-people-section.pt-none, .job-people-page--people-08-page .page-main .job-people-section.pt-none {
    padding: 5em 0 0;
  }
}
.job-people-page--people-01-page .page-main .job-people-section.pt-none .job-people-section--question-area, .job-people-page--people-02-page .page-main .job-people-section.pt-none .job-people-section--question-area, .job-people-page--people-03-page .page-main .job-people-section.pt-none .job-people-section--question-area, .job-people-page--people-04-page .page-main .job-people-section.pt-none .job-people-section--question-area, .job-people-page--people-05-page .page-main .job-people-section.pt-none .job-people-section--question-area, .job-people-page--people-06-page .page-main .job-people-section.pt-none .job-people-section--question-area, .job-people-page--people-07-page .page-main .job-people-section.pt-none .job-people-section--question-area, .job-people-page--people-08-page .page-main .job-people-section.pt-none .job-people-section--question-area {
  margin-top: 0;
}
.job-people-page--people-01-page .page-main .job-people-section--question-area, .job-people-page--people-01-page .page-main .job-people-section--episode-area, .job-people-page--people-02-page .page-main .job-people-section--question-area, .job-people-page--people-02-page .page-main .job-people-section--episode-area, .job-people-page--people-03-page .page-main .job-people-section--question-area, .job-people-page--people-03-page .page-main .job-people-section--episode-area, .job-people-page--people-04-page .page-main .job-people-section--question-area, .job-people-page--people-04-page .page-main .job-people-section--episode-area, .job-people-page--people-05-page .page-main .job-people-section--question-area, .job-people-page--people-05-page .page-main .job-people-section--episode-area, .job-people-page--people-06-page .page-main .job-people-section--question-area, .job-people-page--people-06-page .page-main .job-people-section--episode-area, .job-people-page--people-07-page .page-main .job-people-section--question-area, .job-people-page--people-07-page .page-main .job-people-section--episode-area, .job-people-page--people-08-page .page-main .job-people-section--question-area, .job-people-page--people-08-page .page-main .job-people-section--episode-area {
  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;
  margin-top: 7.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-page--people-01-page .page-main .job-people-section--question-area, .job-people-page--people-01-page .page-main .job-people-section--episode-area, .job-people-page--people-02-page .page-main .job-people-section--question-area, .job-people-page--people-02-page .page-main .job-people-section--episode-area, .job-people-page--people-03-page .page-main .job-people-section--question-area, .job-people-page--people-03-page .page-main .job-people-section--episode-area, .job-people-page--people-04-page .page-main .job-people-section--question-area, .job-people-page--people-04-page .page-main .job-people-section--episode-area, .job-people-page--people-05-page .page-main .job-people-section--question-area, .job-people-page--people-05-page .page-main .job-people-section--episode-area, .job-people-page--people-06-page .page-main .job-people-section--question-area, .job-people-page--people-06-page .page-main .job-people-section--episode-area, .job-people-page--people-07-page .page-main .job-people-section--question-area, .job-people-page--people-07-page .page-main .job-people-section--episode-area, .job-people-page--people-08-page .page-main .job-people-section--question-area, .job-people-page--people-08-page .page-main .job-people-section--episode-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.job-people-page--people-01-page .page-main .job-people-section--question-area.flex-start, .job-people-page--people-01-page .page-main .job-people-section--episode-area.flex-start, .job-people-page--people-02-page .page-main .job-people-section--question-area.flex-start, .job-people-page--people-02-page .page-main .job-people-section--episode-area.flex-start, .job-people-page--people-03-page .page-main .job-people-section--question-area.flex-start, .job-people-page--people-03-page .page-main .job-people-section--episode-area.flex-start, .job-people-page--people-04-page .page-main .job-people-section--question-area.flex-start, .job-people-page--people-04-page .page-main .job-people-section--episode-area.flex-start, .job-people-page--people-05-page .page-main .job-people-section--question-area.flex-start, .job-people-page--people-05-page .page-main .job-people-section--episode-area.flex-start, .job-people-page--people-06-page .page-main .job-people-section--question-area.flex-start, .job-people-page--people-06-page .page-main .job-people-section--episode-area.flex-start, .job-people-page--people-07-page .page-main .job-people-section--question-area.flex-start, .job-people-page--people-07-page .page-main .job-people-section--episode-area.flex-start, .job-people-page--people-08-page .page-main .job-people-section--question-area.flex-start, .job-people-page--people-08-page .page-main .job-people-section--episode-area.flex-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-page--people-01-page .page-main .job-people-section--question-area.flex-start .job-people-section--question-area--text + .job-people-section--question-area--text, .job-people-page--people-01-page .page-main .job-people-section--episode-area.flex-start .job-people-section--question-area--text + .job-people-section--question-area--text, .job-people-page--people-02-page .page-main .job-people-section--question-area.flex-start .job-people-section--question-area--text + .job-people-section--question-area--text, .job-people-page--people-02-page .page-main .job-people-section--episode-area.flex-start .job-people-section--question-area--text + .job-people-section--question-area--text, .job-people-page--people-03-page .page-main .job-people-section--question-area.flex-start .job-people-section--question-area--text + .job-people-section--question-area--text, .job-people-page--people-03-page .page-main .job-people-section--episode-area.flex-start .job-people-section--question-area--text + .job-people-section--question-area--text, .job-people-page--people-04-page .page-main .job-people-section--question-area.flex-start .job-people-section--question-area--text + .job-people-section--question-area--text, .job-people-page--people-04-page .page-main .job-people-section--episode-area.flex-start .job-people-section--question-area--text + .job-people-section--question-area--text, .job-people-page--people-05-page .page-main .job-people-section--question-area.flex-start .job-people-section--question-area--text + .job-people-section--question-area--text, .job-people-page--people-05-page .page-main .job-people-section--episode-area.flex-start .job-people-section--question-area--text + .job-people-section--question-area--text, .job-people-page--people-06-page .page-main .job-people-section--question-area.flex-start .job-people-section--question-area--text + .job-people-section--question-area--text, .job-people-page--people-06-page .page-main .job-people-section--episode-area.flex-start .job-people-section--question-area--text + .job-people-section--question-area--text, .job-people-page--people-07-page .page-main .job-people-section--question-area.flex-start .job-people-section--question-area--text + .job-people-section--question-area--text, .job-people-page--people-07-page .page-main .job-people-section--episode-area.flex-start .job-people-section--question-area--text + .job-people-section--question-area--text, .job-people-page--people-08-page .page-main .job-people-section--question-area.flex-start .job-people-section--question-area--text + .job-people-section--question-area--text, .job-people-page--people-08-page .page-main .job-people-section--episode-area.flex-start .job-people-section--question-area--text + .job-people-section--question-area--text {
    margin-top: 5em;
  }
}
.job-people-page--people-01-page .page-main .job-people-section--question-area.reverse, .job-people-page--people-01-page .page-main .job-people-section--episode-area.reverse, .job-people-page--people-02-page .page-main .job-people-section--question-area.reverse, .job-people-page--people-02-page .page-main .job-people-section--episode-area.reverse, .job-people-page--people-03-page .page-main .job-people-section--question-area.reverse, .job-people-page--people-03-page .page-main .job-people-section--episode-area.reverse, .job-people-page--people-04-page .page-main .job-people-section--question-area.reverse, .job-people-page--people-04-page .page-main .job-people-section--episode-area.reverse, .job-people-page--people-05-page .page-main .job-people-section--question-area.reverse, .job-people-page--people-05-page .page-main .job-people-section--episode-area.reverse, .job-people-page--people-06-page .page-main .job-people-section--question-area.reverse, .job-people-page--people-06-page .page-main .job-people-section--episode-area.reverse, .job-people-page--people-07-page .page-main .job-people-section--question-area.reverse, .job-people-page--people-07-page .page-main .job-people-section--episode-area.reverse, .job-people-page--people-08-page .page-main .job-people-section--question-area.reverse, .job-people-page--people-08-page .page-main .job-people-section--episode-area.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-page--people-01-page .page-main .job-people-section--question-area.reverse, .job-people-page--people-01-page .page-main .job-people-section--episode-area.reverse, .job-people-page--people-02-page .page-main .job-people-section--question-area.reverse, .job-people-page--people-02-page .page-main .job-people-section--episode-area.reverse, .job-people-page--people-03-page .page-main .job-people-section--question-area.reverse, .job-people-page--people-03-page .page-main .job-people-section--episode-area.reverse, .job-people-page--people-04-page .page-main .job-people-section--question-area.reverse, .job-people-page--people-04-page .page-main .job-people-section--episode-area.reverse, .job-people-page--people-05-page .page-main .job-people-section--question-area.reverse, .job-people-page--people-05-page .page-main .job-people-section--episode-area.reverse, .job-people-page--people-06-page .page-main .job-people-section--question-area.reverse, .job-people-page--people-06-page .page-main .job-people-section--episode-area.reverse, .job-people-page--people-07-page .page-main .job-people-section--question-area.reverse, .job-people-page--people-07-page .page-main .job-people-section--episode-area.reverse, .job-people-page--people-08-page .page-main .job-people-section--question-area.reverse, .job-people-page--people-08-page .page-main .job-people-section--episode-area.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.job-people-page--people-01-page .page-main .job-people-section--question-area--title, .job-people-page--people-01-page .page-main .job-people-section--episode-area--title, .job-people-page--people-02-page .page-main .job-people-section--question-area--title, .job-people-page--people-02-page .page-main .job-people-section--episode-area--title, .job-people-page--people-03-page .page-main .job-people-section--question-area--title, .job-people-page--people-03-page .page-main .job-people-section--episode-area--title, .job-people-page--people-04-page .page-main .job-people-section--question-area--title, .job-people-page--people-04-page .page-main .job-people-section--episode-area--title, .job-people-page--people-05-page .page-main .job-people-section--question-area--title, .job-people-page--people-05-page .page-main .job-people-section--episode-area--title, .job-people-page--people-06-page .page-main .job-people-section--question-area--title, .job-people-page--people-06-page .page-main .job-people-section--episode-area--title, .job-people-page--people-07-page .page-main .job-people-section--question-area--title, .job-people-page--people-07-page .page-main .job-people-section--episode-area--title, .job-people-page--people-08-page .page-main .job-people-section--question-area--title, .job-people-page--people-08-page .page-main .job-people-section--episode-area--title {
  position: absolute;
  inset: -2.5em auto auto 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25em;
  height: 5em;
  border-radius: 10em;
  margin-left: -12.5em;
  background: #ffffff;
  color: #454b52;
  z-index: 1;
}
.job-people-page--people-01-page .page-main .job-people-section--question-area--text, .job-people-page--people-01-page .page-main .job-people-section--episode-area--text, .job-people-page--people-02-page .page-main .job-people-section--question-area--text, .job-people-page--people-02-page .page-main .job-people-section--episode-area--text, .job-people-page--people-03-page .page-main .job-people-section--question-area--text, .job-people-page--people-03-page .page-main .job-people-section--episode-area--text, .job-people-page--people-04-page .page-main .job-people-section--question-area--text, .job-people-page--people-04-page .page-main .job-people-section--episode-area--text, .job-people-page--people-05-page .page-main .job-people-section--question-area--text, .job-people-page--people-05-page .page-main .job-people-section--episode-area--text, .job-people-page--people-06-page .page-main .job-people-section--question-area--text, .job-people-page--people-06-page .page-main .job-people-section--episode-area--text, .job-people-page--people-07-page .page-main .job-people-section--question-area--text, .job-people-page--people-07-page .page-main .job-people-section--episode-area--text, .job-people-page--people-08-page .page-main .job-people-section--question-area--text, .job-people-page--people-08-page .page-main .job-people-section--episode-area--text {
  width: 37.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-page--people-01-page .page-main .job-people-section--question-area--text, .job-people-page--people-01-page .page-main .job-people-section--episode-area--text, .job-people-page--people-02-page .page-main .job-people-section--question-area--text, .job-people-page--people-02-page .page-main .job-people-section--episode-area--text, .job-people-page--people-03-page .page-main .job-people-section--question-area--text, .job-people-page--people-03-page .page-main .job-people-section--episode-area--text, .job-people-page--people-04-page .page-main .job-people-section--question-area--text, .job-people-page--people-04-page .page-main .job-people-section--episode-area--text, .job-people-page--people-05-page .page-main .job-people-section--question-area--text, .job-people-page--people-05-page .page-main .job-people-section--episode-area--text, .job-people-page--people-06-page .page-main .job-people-section--question-area--text, .job-people-page--people-06-page .page-main .job-people-section--episode-area--text, .job-people-page--people-07-page .page-main .job-people-section--question-area--text, .job-people-page--people-07-page .page-main .job-people-section--episode-area--text, .job-people-page--people-08-page .page-main .job-people-section--question-area--text, .job-people-page--people-08-page .page-main .job-people-section--episode-area--text {
    width: 100%;
  }
}
.job-people-page--people-01-page .page-main .job-people-section--question-area--text__question, .job-people-page--people-01-page .page-main .job-people-section--episode-area--text__question, .job-people-page--people-02-page .page-main .job-people-section--question-area--text__question, .job-people-page--people-02-page .page-main .job-people-section--episode-area--text__question, .job-people-page--people-03-page .page-main .job-people-section--question-area--text__question, .job-people-page--people-03-page .page-main .job-people-section--episode-area--text__question, .job-people-page--people-04-page .page-main .job-people-section--question-area--text__question, .job-people-page--people-04-page .page-main .job-people-section--episode-area--text__question, .job-people-page--people-05-page .page-main .job-people-section--question-area--text__question, .job-people-page--people-05-page .page-main .job-people-section--episode-area--text__question, .job-people-page--people-06-page .page-main .job-people-section--question-area--text__question, .job-people-page--people-06-page .page-main .job-people-section--episode-area--text__question, .job-people-page--people-07-page .page-main .job-people-section--question-area--text__question, .job-people-page--people-07-page .page-main .job-people-section--episode-area--text__question, .job-people-page--people-08-page .page-main .job-people-section--question-area--text__question, .job-people-page--people-08-page .page-main .job-people-section--episode-area--text__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-page--people-01-page .page-main .job-people-section--question-area--text__question, .job-people-page--people-01-page .page-main .job-people-section--episode-area--text__question, .job-people-page--people-02-page .page-main .job-people-section--question-area--text__question, .job-people-page--people-02-page .page-main .job-people-section--episode-area--text__question, .job-people-page--people-03-page .page-main .job-people-section--question-area--text__question, .job-people-page--people-03-page .page-main .job-people-section--episode-area--text__question, .job-people-page--people-04-page .page-main .job-people-section--question-area--text__question, .job-people-page--people-04-page .page-main .job-people-section--episode-area--text__question, .job-people-page--people-05-page .page-main .job-people-section--question-area--text__question, .job-people-page--people-05-page .page-main .job-people-section--episode-area--text__question, .job-people-page--people-06-page .page-main .job-people-section--question-area--text__question, .job-people-page--people-06-page .page-main .job-people-section--episode-area--text__question, .job-people-page--people-07-page .page-main .job-people-section--question-area--text__question, .job-people-page--people-07-page .page-main .job-people-section--episode-area--text__question, .job-people-page--people-08-page .page-main .job-people-section--question-area--text__question, .job-people-page--people-08-page .page-main .job-people-section--episode-area--text__question {
    margin: 0 0 1em 0;
  }
}
.job-people-page--people-01-page .page-main .job-people-section--question-area--text__question .num, .job-people-page--people-01-page .page-main .job-people-section--episode-area--text__question .num, .job-people-page--people-02-page .page-main .job-people-section--question-area--text__question .num, .job-people-page--people-02-page .page-main .job-people-section--episode-area--text__question .num, .job-people-page--people-03-page .page-main .job-people-section--question-area--text__question .num, .job-people-page--people-03-page .page-main .job-people-section--episode-area--text__question .num, .job-people-page--people-04-page .page-main .job-people-section--question-area--text__question .num, .job-people-page--people-04-page .page-main .job-people-section--episode-area--text__question .num, .job-people-page--people-05-page .page-main .job-people-section--question-area--text__question .num, .job-people-page--people-05-page .page-main .job-people-section--episode-area--text__question .num, .job-people-page--people-06-page .page-main .job-people-section--question-area--text__question .num, .job-people-page--people-06-page .page-main .job-people-section--episode-area--text__question .num, .job-people-page--people-07-page .page-main .job-people-section--question-area--text__question .num, .job-people-page--people-07-page .page-main .job-people-section--episode-area--text__question .num, .job-people-page--people-08-page .page-main .job-people-section--question-area--text__question .num, .job-people-page--people-08-page .page-main .job-people-section--episode-area--text__question .num {
  margin-right: 0.5em;
}
.job-people-page--people-01-page .page-main .job-people-section--question-area--text__slogan, .job-people-page--people-01-page .page-main .job-people-section--episode-area--text__slogan, .job-people-page--people-02-page .page-main .job-people-section--question-area--text__slogan, .job-people-page--people-02-page .page-main .job-people-section--episode-area--text__slogan, .job-people-page--people-03-page .page-main .job-people-section--question-area--text__slogan, .job-people-page--people-03-page .page-main .job-people-section--episode-area--text__slogan, .job-people-page--people-04-page .page-main .job-people-section--question-area--text__slogan, .job-people-page--people-04-page .page-main .job-people-section--episode-area--text__slogan, .job-people-page--people-05-page .page-main .job-people-section--question-area--text__slogan, .job-people-page--people-05-page .page-main .job-people-section--episode-area--text__slogan, .job-people-page--people-06-page .page-main .job-people-section--question-area--text__slogan, .job-people-page--people-06-page .page-main .job-people-section--episode-area--text__slogan, .job-people-page--people-07-page .page-main .job-people-section--question-area--text__slogan, .job-people-page--people-07-page .page-main .job-people-section--episode-area--text__slogan, .job-people-page--people-08-page .page-main .job-people-section--question-area--text__slogan, .job-people-page--people-08-page .page-main .job-people-section--episode-area--text__slogan {
  margin: 0.25em 0 0.75em 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-page--people-01-page .page-main .job-people-section--question-area--text__slogan, .job-people-page--people-01-page .page-main .job-people-section--episode-area--text__slogan, .job-people-page--people-02-page .page-main .job-people-section--question-area--text__slogan, .job-people-page--people-02-page .page-main .job-people-section--episode-area--text__slogan, .job-people-page--people-03-page .page-main .job-people-section--question-area--text__slogan, .job-people-page--people-03-page .page-main .job-people-section--episode-area--text__slogan, .job-people-page--people-04-page .page-main .job-people-section--question-area--text__slogan, .job-people-page--people-04-page .page-main .job-people-section--episode-area--text__slogan, .job-people-page--people-05-page .page-main .job-people-section--question-area--text__slogan, .job-people-page--people-05-page .page-main .job-people-section--episode-area--text__slogan, .job-people-page--people-06-page .page-main .job-people-section--question-area--text__slogan, .job-people-page--people-06-page .page-main .job-people-section--episode-area--text__slogan, .job-people-page--people-07-page .page-main .job-people-section--question-area--text__slogan, .job-people-page--people-07-page .page-main .job-people-section--episode-area--text__slogan, .job-people-page--people-08-page .page-main .job-people-section--question-area--text__slogan, .job-people-page--people-08-page .page-main .job-people-section--episode-area--text__slogan {
    margin: 0 0 1em 0;
  }
}
.job-people-page--people-01-page .page-main .job-people-section--question-area--text__lead, .job-people-page--people-01-page .page-main .job-people-section--episode-area--text__lead, .job-people-page--people-02-page .page-main .job-people-section--question-area--text__lead, .job-people-page--people-02-page .page-main .job-people-section--episode-area--text__lead, .job-people-page--people-03-page .page-main .job-people-section--question-area--text__lead, .job-people-page--people-03-page .page-main .job-people-section--episode-area--text__lead, .job-people-page--people-04-page .page-main .job-people-section--question-area--text__lead, .job-people-page--people-04-page .page-main .job-people-section--episode-area--text__lead, .job-people-page--people-05-page .page-main .job-people-section--question-area--text__lead, .job-people-page--people-05-page .page-main .job-people-section--episode-area--text__lead, .job-people-page--people-06-page .page-main .job-people-section--question-area--text__lead, .job-people-page--people-06-page .page-main .job-people-section--episode-area--text__lead, .job-people-page--people-07-page .page-main .job-people-section--question-area--text__lead, .job-people-page--people-07-page .page-main .job-people-section--episode-area--text__lead, .job-people-page--people-08-page .page-main .job-people-section--question-area--text__lead, .job-people-page--people-08-page .page-main .job-people-section--episode-area--text__lead {
  margin: 0 0 0 0;
}
.job-people-page--people-01-page .page-main .job-people-section--question-area--photo, .job-people-page--people-01-page .page-main .job-people-section--episode-area--photo, .job-people-page--people-02-page .page-main .job-people-section--question-area--photo, .job-people-page--people-02-page .page-main .job-people-section--episode-area--photo, .job-people-page--people-03-page .page-main .job-people-section--question-area--photo, .job-people-page--people-03-page .page-main .job-people-section--episode-area--photo, .job-people-page--people-04-page .page-main .job-people-section--question-area--photo, .job-people-page--people-04-page .page-main .job-people-section--episode-area--photo, .job-people-page--people-05-page .page-main .job-people-section--question-area--photo, .job-people-page--people-05-page .page-main .job-people-section--episode-area--photo, .job-people-page--people-06-page .page-main .job-people-section--question-area--photo, .job-people-page--people-06-page .page-main .job-people-section--episode-area--photo, .job-people-page--people-07-page .page-main .job-people-section--question-area--photo, .job-people-page--people-07-page .page-main .job-people-section--episode-area--photo, .job-people-page--people-08-page .page-main .job-people-section--question-area--photo, .job-people-page--people-08-page .page-main .job-people-section--episode-area--photo {
  position: relative;
  width: 37.5em;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-page--people-01-page .page-main .job-people-section--question-area--photo, .job-people-page--people-01-page .page-main .job-people-section--episode-area--photo, .job-people-page--people-02-page .page-main .job-people-section--question-area--photo, .job-people-page--people-02-page .page-main .job-people-section--episode-area--photo, .job-people-page--people-03-page .page-main .job-people-section--question-area--photo, .job-people-page--people-03-page .page-main .job-people-section--episode-area--photo, .job-people-page--people-04-page .page-main .job-people-section--question-area--photo, .job-people-page--people-04-page .page-main .job-people-section--episode-area--photo, .job-people-page--people-05-page .page-main .job-people-section--question-area--photo, .job-people-page--people-05-page .page-main .job-people-section--episode-area--photo, .job-people-page--people-06-page .page-main .job-people-section--question-area--photo, .job-people-page--people-06-page .page-main .job-people-section--episode-area--photo, .job-people-page--people-07-page .page-main .job-people-section--question-area--photo, .job-people-page--people-07-page .page-main .job-people-section--episode-area--photo, .job-people-page--people-08-page .page-main .job-people-section--question-area--photo, .job-people-page--people-08-page .page-main .job-people-section--episode-area--photo {
    width: 80%;
    margin-top: 5em;
  }
}
.job-people-page--people-01-page .page-main .job-people-section--question-area--photo img, .job-people-page--people-01-page .page-main .job-people-section--episode-area--photo img, .job-people-page--people-02-page .page-main .job-people-section--question-area--photo img, .job-people-page--people-02-page .page-main .job-people-section--episode-area--photo img, .job-people-page--people-03-page .page-main .job-people-section--question-area--photo img, .job-people-page--people-03-page .page-main .job-people-section--episode-area--photo img, .job-people-page--people-04-page .page-main .job-people-section--question-area--photo img, .job-people-page--people-04-page .page-main .job-people-section--episode-area--photo img, .job-people-page--people-05-page .page-main .job-people-section--question-area--photo img, .job-people-page--people-05-page .page-main .job-people-section--episode-area--photo img, .job-people-page--people-06-page .page-main .job-people-section--question-area--photo img, .job-people-page--people-06-page .page-main .job-people-section--episode-area--photo img, .job-people-page--people-07-page .page-main .job-people-section--question-area--photo img, .job-people-page--people-07-page .page-main .job-people-section--episode-area--photo img, .job-people-page--people-08-page .page-main .job-people-section--question-area--photo img, .job-people-page--people-08-page .page-main .job-people-section--episode-area--photo img {
  -o-object-fit: cover;
     object-fit: cover;
}
.job-people-page--people-01-page .page-main .job-people-section--question-area--photo .swiper, .job-people-page--people-01-page .page-main .job-people-section--episode-area--photo .swiper, .job-people-page--people-02-page .page-main .job-people-section--question-area--photo .swiper, .job-people-page--people-02-page .page-main .job-people-section--episode-area--photo .swiper, .job-people-page--people-03-page .page-main .job-people-section--question-area--photo .swiper, .job-people-page--people-03-page .page-main .job-people-section--episode-area--photo .swiper, .job-people-page--people-04-page .page-main .job-people-section--question-area--photo .swiper, .job-people-page--people-04-page .page-main .job-people-section--episode-area--photo .swiper, .job-people-page--people-05-page .page-main .job-people-section--question-area--photo .swiper, .job-people-page--people-05-page .page-main .job-people-section--episode-area--photo .swiper, .job-people-page--people-06-page .page-main .job-people-section--question-area--photo .swiper, .job-people-page--people-06-page .page-main .job-people-section--episode-area--photo .swiper, .job-people-page--people-07-page .page-main .job-people-section--question-area--photo .swiper, .job-people-page--people-07-page .page-main .job-people-section--episode-area--photo .swiper, .job-people-page--people-08-page .page-main .job-people-section--question-area--photo .swiper, .job-people-page--people-08-page .page-main .job-people-section--episode-area--photo .swiper {
  width: 37.5em;
  height: auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-page--people-01-page .page-main .job-people-section--question-area--photo .swiper, .job-people-page--people-01-page .page-main .job-people-section--episode-area--photo .swiper, .job-people-page--people-02-page .page-main .job-people-section--question-area--photo .swiper, .job-people-page--people-02-page .page-main .job-people-section--episode-area--photo .swiper, .job-people-page--people-03-page .page-main .job-people-section--question-area--photo .swiper, .job-people-page--people-03-page .page-main .job-people-section--episode-area--photo .swiper, .job-people-page--people-04-page .page-main .job-people-section--question-area--photo .swiper, .job-people-page--people-04-page .page-main .job-people-section--episode-area--photo .swiper, .job-people-page--people-05-page .page-main .job-people-section--question-area--photo .swiper, .job-people-page--people-05-page .page-main .job-people-section--episode-area--photo .swiper, .job-people-page--people-06-page .page-main .job-people-section--question-area--photo .swiper, .job-people-page--people-06-page .page-main .job-people-section--episode-area--photo .swiper, .job-people-page--people-07-page .page-main .job-people-section--question-area--photo .swiper, .job-people-page--people-07-page .page-main .job-people-section--episode-area--photo .swiper, .job-people-page--people-08-page .page-main .job-people-section--question-area--photo .swiper, .job-people-page--people-08-page .page-main .job-people-section--episode-area--photo .swiper {
    width: 100%;
  }
}
.job-people-page--people-01-page .page-main .job-people-section--question-area--photo .bg-col__top-left,
.job-people-page--people-01-page .page-main .job-people-section--question-area--photo .bg-col__bottom-right, .job-people-page--people-01-page .page-main .job-people-section--episode-area--photo .bg-col__top-left,
.job-people-page--people-01-page .page-main .job-people-section--episode-area--photo .bg-col__bottom-right, .job-people-page--people-02-page .page-main .job-people-section--question-area--photo .bg-col__top-left,
.job-people-page--people-02-page .page-main .job-people-section--question-area--photo .bg-col__bottom-right, .job-people-page--people-02-page .page-main .job-people-section--episode-area--photo .bg-col__top-left,
.job-people-page--people-02-page .page-main .job-people-section--episode-area--photo .bg-col__bottom-right, .job-people-page--people-03-page .page-main .job-people-section--question-area--photo .bg-col__top-left,
.job-people-page--people-03-page .page-main .job-people-section--question-area--photo .bg-col__bottom-right, .job-people-page--people-03-page .page-main .job-people-section--episode-area--photo .bg-col__top-left,
.job-people-page--people-03-page .page-main .job-people-section--episode-area--photo .bg-col__bottom-right, .job-people-page--people-04-page .page-main .job-people-section--question-area--photo .bg-col__top-left,
.job-people-page--people-04-page .page-main .job-people-section--question-area--photo .bg-col__bottom-right, .job-people-page--people-04-page .page-main .job-people-section--episode-area--photo .bg-col__top-left,
.job-people-page--people-04-page .page-main .job-people-section--episode-area--photo .bg-col__bottom-right, .job-people-page--people-05-page .page-main .job-people-section--question-area--photo .bg-col__top-left,
.job-people-page--people-05-page .page-main .job-people-section--question-area--photo .bg-col__bottom-right, .job-people-page--people-05-page .page-main .job-people-section--episode-area--photo .bg-col__top-left,
.job-people-page--people-05-page .page-main .job-people-section--episode-area--photo .bg-col__bottom-right, .job-people-page--people-06-page .page-main .job-people-section--question-area--photo .bg-col__top-left,
.job-people-page--people-06-page .page-main .job-people-section--question-area--photo .bg-col__bottom-right, .job-people-page--people-06-page .page-main .job-people-section--episode-area--photo .bg-col__top-left,
.job-people-page--people-06-page .page-main .job-people-section--episode-area--photo .bg-col__bottom-right, .job-people-page--people-07-page .page-main .job-people-section--question-area--photo .bg-col__top-left,
.job-people-page--people-07-page .page-main .job-people-section--question-area--photo .bg-col__bottom-right, .job-people-page--people-07-page .page-main .job-people-section--episode-area--photo .bg-col__top-left,
.job-people-page--people-07-page .page-main .job-people-section--episode-area--photo .bg-col__bottom-right, .job-people-page--people-08-page .page-main .job-people-section--question-area--photo .bg-col__top-left,
.job-people-page--people-08-page .page-main .job-people-section--question-area--photo .bg-col__bottom-right, .job-people-page--people-08-page .page-main .job-people-section--episode-area--photo .bg-col__top-left,
.job-people-page--people-08-page .page-main .job-people-section--episode-area--photo .bg-col__bottom-right {
  width: 50%;
  height: 50%;
  inset: -2.5em auto auto -5em;
  z-index: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-page--people-01-page .page-main .job-people-section--question-area--photo .bg-col__top-left,
  .job-people-page--people-01-page .page-main .job-people-section--question-area--photo .bg-col__bottom-right, .job-people-page--people-01-page .page-main .job-people-section--episode-area--photo .bg-col__top-left,
  .job-people-page--people-01-page .page-main .job-people-section--episode-area--photo .bg-col__bottom-right, .job-people-page--people-02-page .page-main .job-people-section--question-area--photo .bg-col__top-left,
  .job-people-page--people-02-page .page-main .job-people-section--question-area--photo .bg-col__bottom-right, .job-people-page--people-02-page .page-main .job-people-section--episode-area--photo .bg-col__top-left,
  .job-people-page--people-02-page .page-main .job-people-section--episode-area--photo .bg-col__bottom-right, .job-people-page--people-03-page .page-main .job-people-section--question-area--photo .bg-col__top-left,
  .job-people-page--people-03-page .page-main .job-people-section--question-area--photo .bg-col__bottom-right, .job-people-page--people-03-page .page-main .job-people-section--episode-area--photo .bg-col__top-left,
  .job-people-page--people-03-page .page-main .job-people-section--episode-area--photo .bg-col__bottom-right, .job-people-page--people-04-page .page-main .job-people-section--question-area--photo .bg-col__top-left,
  .job-people-page--people-04-page .page-main .job-people-section--question-area--photo .bg-col__bottom-right, .job-people-page--people-04-page .page-main .job-people-section--episode-area--photo .bg-col__top-left,
  .job-people-page--people-04-page .page-main .job-people-section--episode-area--photo .bg-col__bottom-right, .job-people-page--people-05-page .page-main .job-people-section--question-area--photo .bg-col__top-left,
  .job-people-page--people-05-page .page-main .job-people-section--question-area--photo .bg-col__bottom-right, .job-people-page--people-05-page .page-main .job-people-section--episode-area--photo .bg-col__top-left,
  .job-people-page--people-05-page .page-main .job-people-section--episode-area--photo .bg-col__bottom-right, .job-people-page--people-06-page .page-main .job-people-section--question-area--photo .bg-col__top-left,
  .job-people-page--people-06-page .page-main .job-people-section--question-area--photo .bg-col__bottom-right, .job-people-page--people-06-page .page-main .job-people-section--episode-area--photo .bg-col__top-left,
  .job-people-page--people-06-page .page-main .job-people-section--episode-area--photo .bg-col__bottom-right, .job-people-page--people-07-page .page-main .job-people-section--question-area--photo .bg-col__top-left,
  .job-people-page--people-07-page .page-main .job-people-section--question-area--photo .bg-col__bottom-right, .job-people-page--people-07-page .page-main .job-people-section--episode-area--photo .bg-col__top-left,
  .job-people-page--people-07-page .page-main .job-people-section--episode-area--photo .bg-col__bottom-right, .job-people-page--people-08-page .page-main .job-people-section--question-area--photo .bg-col__top-left,
  .job-people-page--people-08-page .page-main .job-people-section--question-area--photo .bg-col__bottom-right, .job-people-page--people-08-page .page-main .job-people-section--episode-area--photo .bg-col__top-left,
  .job-people-page--people-08-page .page-main .job-people-section--episode-area--photo .bg-col__bottom-right {
    inset: -2.5em auto auto -2.5em;
  }
}
.job-people-page--people-01-page .page-main .job-people-section--question-area--photo .bg-col__bottom-right, .job-people-page--people-01-page .page-main .job-people-section--episode-area--photo .bg-col__bottom-right, .job-people-page--people-02-page .page-main .job-people-section--question-area--photo .bg-col__bottom-right, .job-people-page--people-02-page .page-main .job-people-section--episode-area--photo .bg-col__bottom-right, .job-people-page--people-03-page .page-main .job-people-section--question-area--photo .bg-col__bottom-right, .job-people-page--people-03-page .page-main .job-people-section--episode-area--photo .bg-col__bottom-right, .job-people-page--people-04-page .page-main .job-people-section--question-area--photo .bg-col__bottom-right, .job-people-page--people-04-page .page-main .job-people-section--episode-area--photo .bg-col__bottom-right, .job-people-page--people-05-page .page-main .job-people-section--question-area--photo .bg-col__bottom-right, .job-people-page--people-05-page .page-main .job-people-section--episode-area--photo .bg-col__bottom-right, .job-people-page--people-06-page .page-main .job-people-section--question-area--photo .bg-col__bottom-right, .job-people-page--people-06-page .page-main .job-people-section--episode-area--photo .bg-col__bottom-right, .job-people-page--people-07-page .page-main .job-people-section--question-area--photo .bg-col__bottom-right, .job-people-page--people-07-page .page-main .job-people-section--episode-area--photo .bg-col__bottom-right, .job-people-page--people-08-page .page-main .job-people-section--question-area--photo .bg-col__bottom-right, .job-people-page--people-08-page .page-main .job-people-section--episode-area--photo .bg-col__bottom-right {
  inset: auto -5em -2.5em auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-page--people-01-page .page-main .job-people-section--question-area--photo .bg-col__bottom-right, .job-people-page--people-01-page .page-main .job-people-section--episode-area--photo .bg-col__bottom-right, .job-people-page--people-02-page .page-main .job-people-section--question-area--photo .bg-col__bottom-right, .job-people-page--people-02-page .page-main .job-people-section--episode-area--photo .bg-col__bottom-right, .job-people-page--people-03-page .page-main .job-people-section--question-area--photo .bg-col__bottom-right, .job-people-page--people-03-page .page-main .job-people-section--episode-area--photo .bg-col__bottom-right, .job-people-page--people-04-page .page-main .job-people-section--question-area--photo .bg-col__bottom-right, .job-people-page--people-04-page .page-main .job-people-section--episode-area--photo .bg-col__bottom-right, .job-people-page--people-05-page .page-main .job-people-section--question-area--photo .bg-col__bottom-right, .job-people-page--people-05-page .page-main .job-people-section--episode-area--photo .bg-col__bottom-right, .job-people-page--people-06-page .page-main .job-people-section--question-area--photo .bg-col__bottom-right, .job-people-page--people-06-page .page-main .job-people-section--episode-area--photo .bg-col__bottom-right, .job-people-page--people-07-page .page-main .job-people-section--question-area--photo .bg-col__bottom-right, .job-people-page--people-07-page .page-main .job-people-section--episode-area--photo .bg-col__bottom-right, .job-people-page--people-08-page .page-main .job-people-section--question-area--photo .bg-col__bottom-right, .job-people-page--people-08-page .page-main .job-people-section--episode-area--photo .bg-col__bottom-right {
    inset: -2.5em -2.5em auto auto;
  }
}
.job-people-page--people-01-page .page-main .job-people-section--episode-area, .job-people-page--people-02-page .page-main .job-people-section--episode-area, .job-people-page--people-03-page .page-main .job-people-section--episode-area, .job-people-page--people-04-page .page-main .job-people-section--episode-area, .job-people-page--people-05-page .page-main .job-people-section--episode-area, .job-people-page--people-06-page .page-main .job-people-section--episode-area, .job-people-page--people-07-page .page-main .job-people-section--episode-area, .job-people-page--people-08-page .page-main .job-people-section--episode-area {
  position: relative;
  width: 95em;
  padding: 7.5em;
  margin: 0 auto;
  color: #ffffff;
  overflow: visible;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-page--people-01-page .page-main .job-people-section--episode-area, .job-people-page--people-02-page .page-main .job-people-section--episode-area, .job-people-page--people-03-page .page-main .job-people-section--episode-area, .job-people-page--people-04-page .page-main .job-people-section--episode-area, .job-people-page--people-05-page .page-main .job-people-section--episode-area, .job-people-page--people-06-page .page-main .job-people-section--episode-area, .job-people-page--people-07-page .page-main .job-people-section--episode-area, .job-people-page--people-08-page .page-main .job-people-section--episode-area {
    width: 100%;
    padding: 5em 5vw;
    border-radius: 0;
  }
}
.job-people-page--people-01-page .page-main .job-people-section--episode-area--photo figure, .job-people-page--people-02-page .page-main .job-people-section--episode-area--photo figure, .job-people-page--people-03-page .page-main .job-people-section--episode-area--photo figure, .job-people-page--people-04-page .page-main .job-people-section--episode-area--photo figure, .job-people-page--people-05-page .page-main .job-people-section--episode-area--photo figure, .job-people-page--people-06-page .page-main .job-people-section--episode-area--photo figure, .job-people-page--people-07-page .page-main .job-people-section--episode-area--photo figure, .job-people-page--people-08-page .page-main .job-people-section--episode-area--photo figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
.job-people-page--people-01-page .page-main .job-people-section--episode-area--photo figure img, .job-people-page--people-02-page .page-main .job-people-section--episode-area--photo figure img, .job-people-page--people-03-page .page-main .job-people-section--episode-area--photo figure img, .job-people-page--people-04-page .page-main .job-people-section--episode-area--photo figure img, .job-people-page--people-05-page .page-main .job-people-section--episode-area--photo figure img, .job-people-page--people-06-page .page-main .job-people-section--episode-area--photo figure img, .job-people-page--people-07-page .page-main .job-people-section--episode-area--photo figure img, .job-people-page--people-08-page .page-main .job-people-section--episode-area--photo figure img {
  width: 70%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-page--people-01-page .page-main .job-people-section--episode-area--photo figure img, .job-people-page--people-02-page .page-main .job-people-section--episode-area--photo figure img, .job-people-page--people-03-page .page-main .job-people-section--episode-area--photo figure img, .job-people-page--people-04-page .page-main .job-people-section--episode-area--photo figure img, .job-people-page--people-05-page .page-main .job-people-section--episode-area--photo figure img, .job-people-page--people-06-page .page-main .job-people-section--episode-area--photo figure img, .job-people-page--people-07-page .page-main .job-people-section--episode-area--photo figure img, .job-people-page--people-08-page .page-main .job-people-section--episode-area--photo figure img {
    width: 100%;
  }
}
.job-people-page--people-01-page .page-main .job-people-section--episode-area .bg-large-text, .job-people-page--people-02-page .page-main .job-people-section--episode-area .bg-large-text, .job-people-page--people-03-page .page-main .job-people-section--episode-area .bg-large-text, .job-people-page--people-04-page .page-main .job-people-section--episode-area .bg-large-text, .job-people-page--people-05-page .page-main .job-people-section--episode-area .bg-large-text, .job-people-page--people-06-page .page-main .job-people-section--episode-area .bg-large-text, .job-people-page--people-07-page .page-main .job-people-section--episode-area .bg-large-text, .job-people-page--people-08-page .page-main .job-people-section--episode-area .bg-large-text {
  position: absolute;
  inset: -0.35em auto auto -0.15em;
  color: #ffffff;
  mix-blend-mode: overlay;
  opacity: 0.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-page--people-01-page .page-main .job-people-section--episode-area .bg-large-text, .job-people-page--people-02-page .page-main .job-people-section--episode-area .bg-large-text, .job-people-page--people-03-page .page-main .job-people-section--episode-area .bg-large-text, .job-people-page--people-04-page .page-main .job-people-section--episode-area .bg-large-text, .job-people-page--people-05-page .page-main .job-people-section--episode-area .bg-large-text, .job-people-page--people-06-page .page-main .job-people-section--episode-area .bg-large-text, .job-people-page--people-07-page .page-main .job-people-section--episode-area .bg-large-text, .job-people-page--people-08-page .page-main .job-people-section--episode-area .bg-large-text {
    font-size: 7em;
  }
}
.job-people-page--people-01-page .page-main .job-people-section--one-day-area, .job-people-page--people-01-page .page-main .job-people-section--weekend-area, .job-people-page--people-02-page .page-main .job-people-section--one-day-area, .job-people-page--people-02-page .page-main .job-people-section--weekend-area, .job-people-page--people-03-page .page-main .job-people-section--one-day-area, .job-people-page--people-03-page .page-main .job-people-section--weekend-area, .job-people-page--people-04-page .page-main .job-people-section--one-day-area, .job-people-page--people-04-page .page-main .job-people-section--weekend-area, .job-people-page--people-05-page .page-main .job-people-section--one-day-area, .job-people-page--people-05-page .page-main .job-people-section--weekend-area, .job-people-page--people-06-page .page-main .job-people-section--one-day-area, .job-people-page--people-06-page .page-main .job-people-section--weekend-area, .job-people-page--people-07-page .page-main .job-people-section--one-day-area, .job-people-page--people-07-page .page-main .job-people-section--weekend-area, .job-people-page--people-08-page .page-main .job-people-section--one-day-area, .job-people-page--people-08-page .page-main .job-people-section--weekend-area {
  padding: 5em;
  background: #f0f4f8;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-page--people-01-page .page-main .job-people-section--one-day-area, .job-people-page--people-01-page .page-main .job-people-section--weekend-area, .job-people-page--people-02-page .page-main .job-people-section--one-day-area, .job-people-page--people-02-page .page-main .job-people-section--weekend-area, .job-people-page--people-03-page .page-main .job-people-section--one-day-area, .job-people-page--people-03-page .page-main .job-people-section--weekend-area, .job-people-page--people-04-page .page-main .job-people-section--one-day-area, .job-people-page--people-04-page .page-main .job-people-section--weekend-area, .job-people-page--people-05-page .page-main .job-people-section--one-day-area, .job-people-page--people-05-page .page-main .job-people-section--weekend-area, .job-people-page--people-06-page .page-main .job-people-section--one-day-area, .job-people-page--people-06-page .page-main .job-people-section--weekend-area, .job-people-page--people-07-page .page-main .job-people-section--one-day-area, .job-people-page--people-07-page .page-main .job-people-section--weekend-area, .job-people-page--people-08-page .page-main .job-people-section--one-day-area, .job-people-page--people-08-page .page-main .job-people-section--weekend-area {
    padding: 3em 2em;
    border-radius: 1.5em;
  }
}
.job-people-page--people-01-page .page-main .job-people-section--one-day-area--flow, .job-people-page--people-01-page .page-main .job-people-section--weekend-area--flow, .job-people-page--people-02-page .page-main .job-people-section--one-day-area--flow, .job-people-page--people-02-page .page-main .job-people-section--weekend-area--flow, .job-people-page--people-03-page .page-main .job-people-section--one-day-area--flow, .job-people-page--people-03-page .page-main .job-people-section--weekend-area--flow, .job-people-page--people-04-page .page-main .job-people-section--one-day-area--flow, .job-people-page--people-04-page .page-main .job-people-section--weekend-area--flow, .job-people-page--people-05-page .page-main .job-people-section--one-day-area--flow, .job-people-page--people-05-page .page-main .job-people-section--weekend-area--flow, .job-people-page--people-06-page .page-main .job-people-section--one-day-area--flow, .job-people-page--people-06-page .page-main .job-people-section--weekend-area--flow, .job-people-page--people-07-page .page-main .job-people-section--one-day-area--flow, .job-people-page--people-07-page .page-main .job-people-section--weekend-area--flow, .job-people-page--people-08-page .page-main .job-people-section--one-day-area--flow, .job-people-page--people-08-page .page-main .job-people-section--weekend-area--flow {
  margin: 0;
}
.job-people-page--people-01-page .page-main .job-people-section--one-day-area--flow__list, .job-people-page--people-01-page .page-main .job-people-section--weekend-area--flow__list, .job-people-page--people-02-page .page-main .job-people-section--one-day-area--flow__list, .job-people-page--people-02-page .page-main .job-people-section--weekend-area--flow__list, .job-people-page--people-03-page .page-main .job-people-section--one-day-area--flow__list, .job-people-page--people-03-page .page-main .job-people-section--weekend-area--flow__list, .job-people-page--people-04-page .page-main .job-people-section--one-day-area--flow__list, .job-people-page--people-04-page .page-main .job-people-section--weekend-area--flow__list, .job-people-page--people-05-page .page-main .job-people-section--one-day-area--flow__list, .job-people-page--people-05-page .page-main .job-people-section--weekend-area--flow__list, .job-people-page--people-06-page .page-main .job-people-section--one-day-area--flow__list, .job-people-page--people-06-page .page-main .job-people-section--weekend-area--flow__list, .job-people-page--people-07-page .page-main .job-people-section--one-day-area--flow__list, .job-people-page--people-07-page .page-main .job-people-section--weekend-area--flow__list, .job-people-page--people-08-page .page-main .job-people-section--one-day-area--flow__list, .job-people-page--people-08-page .page-main .job-people-section--weekend-area--flow__list {
  margin: 3.75em 0 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-page--people-01-page .page-main .job-people-section--one-day-area--flow__list, .job-people-page--people-01-page .page-main .job-people-section--weekend-area--flow__list, .job-people-page--people-02-page .page-main .job-people-section--one-day-area--flow__list, .job-people-page--people-02-page .page-main .job-people-section--weekend-area--flow__list, .job-people-page--people-03-page .page-main .job-people-section--one-day-area--flow__list, .job-people-page--people-03-page .page-main .job-people-section--weekend-area--flow__list, .job-people-page--people-04-page .page-main .job-people-section--one-day-area--flow__list, .job-people-page--people-04-page .page-main .job-people-section--weekend-area--flow__list, .job-people-page--people-05-page .page-main .job-people-section--one-day-area--flow__list, .job-people-page--people-05-page .page-main .job-people-section--weekend-area--flow__list, .job-people-page--people-06-page .page-main .job-people-section--one-day-area--flow__list, .job-people-page--people-06-page .page-main .job-people-section--weekend-area--flow__list, .job-people-page--people-07-page .page-main .job-people-section--one-day-area--flow__list, .job-people-page--people-07-page .page-main .job-people-section--weekend-area--flow__list, .job-people-page--people-08-page .page-main .job-people-section--one-day-area--flow__list, .job-people-page--people-08-page .page-main .job-people-section--weekend-area--flow__list {
    margin: 3em 0 0;
  }
}
.job-people-page--people-01-page .page-main .job-people-section--one-day-area--flow__list--item, .job-people-page--people-01-page .page-main .job-people-section--weekend-area--flow__list--item, .job-people-page--people-02-page .page-main .job-people-section--one-day-area--flow__list--item, .job-people-page--people-02-page .page-main .job-people-section--weekend-area--flow__list--item, .job-people-page--people-03-page .page-main .job-people-section--one-day-area--flow__list--item, .job-people-page--people-03-page .page-main .job-people-section--weekend-area--flow__list--item, .job-people-page--people-04-page .page-main .job-people-section--one-day-area--flow__list--item, .job-people-page--people-04-page .page-main .job-people-section--weekend-area--flow__list--item, .job-people-page--people-05-page .page-main .job-people-section--one-day-area--flow__list--item, .job-people-page--people-05-page .page-main .job-people-section--weekend-area--flow__list--item, .job-people-page--people-06-page .page-main .job-people-section--one-day-area--flow__list--item, .job-people-page--people-06-page .page-main .job-people-section--weekend-area--flow__list--item, .job-people-page--people-07-page .page-main .job-people-section--one-day-area--flow__list--item, .job-people-page--people-07-page .page-main .job-people-section--weekend-area--flow__list--item, .job-people-page--people-08-page .page-main .job-people-section--one-day-area--flow__list--item, .job-people-page--people-08-page .page-main .job-people-section--weekend-area--flow__list--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5em 2em;
  background: #ffffff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-page--people-01-page .page-main .job-people-section--one-day-area--flow__list--item, .job-people-page--people-01-page .page-main .job-people-section--weekend-area--flow__list--item, .job-people-page--people-02-page .page-main .job-people-section--one-day-area--flow__list--item, .job-people-page--people-02-page .page-main .job-people-section--weekend-area--flow__list--item, .job-people-page--people-03-page .page-main .job-people-section--one-day-area--flow__list--item, .job-people-page--people-03-page .page-main .job-people-section--weekend-area--flow__list--item, .job-people-page--people-04-page .page-main .job-people-section--one-day-area--flow__list--item, .job-people-page--people-04-page .page-main .job-people-section--weekend-area--flow__list--item, .job-people-page--people-05-page .page-main .job-people-section--one-day-area--flow__list--item, .job-people-page--people-05-page .page-main .job-people-section--weekend-area--flow__list--item, .job-people-page--people-06-page .page-main .job-people-section--one-day-area--flow__list--item, .job-people-page--people-06-page .page-main .job-people-section--weekend-area--flow__list--item, .job-people-page--people-07-page .page-main .job-people-section--one-day-area--flow__list--item, .job-people-page--people-07-page .page-main .job-people-section--weekend-area--flow__list--item, .job-people-page--people-08-page .page-main .job-people-section--one-day-area--flow__list--item, .job-people-page--people-08-page .page-main .job-people-section--weekend-area--flow__list--item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.job-people-page--people-01-page .page-main .job-people-section--one-day-area--flow__list--item__time, .job-people-page--people-01-page .page-main .job-people-section--weekend-area--flow__list--item__time, .job-people-page--people-02-page .page-main .job-people-section--one-day-area--flow__list--item__time, .job-people-page--people-02-page .page-main .job-people-section--weekend-area--flow__list--item__time, .job-people-page--people-03-page .page-main .job-people-section--one-day-area--flow__list--item__time, .job-people-page--people-03-page .page-main .job-people-section--weekend-area--flow__list--item__time, .job-people-page--people-04-page .page-main .job-people-section--one-day-area--flow__list--item__time, .job-people-page--people-04-page .page-main .job-people-section--weekend-area--flow__list--item__time, .job-people-page--people-05-page .page-main .job-people-section--one-day-area--flow__list--item__time, .job-people-page--people-05-page .page-main .job-people-section--weekend-area--flow__list--item__time, .job-people-page--people-06-page .page-main .job-people-section--one-day-area--flow__list--item__time, .job-people-page--people-06-page .page-main .job-people-section--weekend-area--flow__list--item__time, .job-people-page--people-07-page .page-main .job-people-section--one-day-area--flow__list--item__time, .job-people-page--people-07-page .page-main .job-people-section--weekend-area--flow__list--item__time, .job-people-page--people-08-page .page-main .job-people-section--one-day-area--flow__list--item__time, .job-people-page--people-08-page .page-main .job-people-section--weekend-area--flow__list--item__time {
  margin: 0;
}
.job-people-page--people-01-page .page-main .job-people-section--one-day-area--flow__list--item__text, .job-people-page--people-01-page .page-main .job-people-section--weekend-area--flow__list--item__text, .job-people-page--people-02-page .page-main .job-people-section--one-day-area--flow__list--item__text, .job-people-page--people-02-page .page-main .job-people-section--weekend-area--flow__list--item__text, .job-people-page--people-03-page .page-main .job-people-section--one-day-area--flow__list--item__text, .job-people-page--people-03-page .page-main .job-people-section--weekend-area--flow__list--item__text, .job-people-page--people-04-page .page-main .job-people-section--one-day-area--flow__list--item__text, .job-people-page--people-04-page .page-main .job-people-section--weekend-area--flow__list--item__text, .job-people-page--people-05-page .page-main .job-people-section--one-day-area--flow__list--item__text, .job-people-page--people-05-page .page-main .job-people-section--weekend-area--flow__list--item__text, .job-people-page--people-06-page .page-main .job-people-section--one-day-area--flow__list--item__text, .job-people-page--people-06-page .page-main .job-people-section--weekend-area--flow__list--item__text, .job-people-page--people-07-page .page-main .job-people-section--one-day-area--flow__list--item__text, .job-people-page--people-07-page .page-main .job-people-section--weekend-area--flow__list--item__text, .job-people-page--people-08-page .page-main .job-people-section--one-day-area--flow__list--item__text, .job-people-page--people-08-page .page-main .job-people-section--weekend-area--flow__list--item__text {
  width: 57.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-page--people-01-page .page-main .job-people-section--one-day-area--flow__list--item__text, .job-people-page--people-01-page .page-main .job-people-section--weekend-area--flow__list--item__text, .job-people-page--people-02-page .page-main .job-people-section--one-day-area--flow__list--item__text, .job-people-page--people-02-page .page-main .job-people-section--weekend-area--flow__list--item__text, .job-people-page--people-03-page .page-main .job-people-section--one-day-area--flow__list--item__text, .job-people-page--people-03-page .page-main .job-people-section--weekend-area--flow__list--item__text, .job-people-page--people-04-page .page-main .job-people-section--one-day-area--flow__list--item__text, .job-people-page--people-04-page .page-main .job-people-section--weekend-area--flow__list--item__text, .job-people-page--people-05-page .page-main .job-people-section--one-day-area--flow__list--item__text, .job-people-page--people-05-page .page-main .job-people-section--weekend-area--flow__list--item__text, .job-people-page--people-06-page .page-main .job-people-section--one-day-area--flow__list--item__text, .job-people-page--people-06-page .page-main .job-people-section--weekend-area--flow__list--item__text, .job-people-page--people-07-page .page-main .job-people-section--one-day-area--flow__list--item__text, .job-people-page--people-07-page .page-main .job-people-section--weekend-area--flow__list--item__text, .job-people-page--people-08-page .page-main .job-people-section--one-day-area--flow__list--item__text, .job-people-page--people-08-page .page-main .job-people-section--weekend-area--flow__list--item__text {
    width: 100%;
  }
}
.job-people-page--people-01-page .page-main .job-people-section--one-day-area--flow__list--item__text h4,
.job-people-page--people-01-page .page-main .job-people-section--one-day-area--flow__list--item__text p, .job-people-page--people-01-page .page-main .job-people-section--weekend-area--flow__list--item__text h4,
.job-people-page--people-01-page .page-main .job-people-section--weekend-area--flow__list--item__text p, .job-people-page--people-02-page .page-main .job-people-section--one-day-area--flow__list--item__text h4,
.job-people-page--people-02-page .page-main .job-people-section--one-day-area--flow__list--item__text p, .job-people-page--people-02-page .page-main .job-people-section--weekend-area--flow__list--item__text h4,
.job-people-page--people-02-page .page-main .job-people-section--weekend-area--flow__list--item__text p, .job-people-page--people-03-page .page-main .job-people-section--one-day-area--flow__list--item__text h4,
.job-people-page--people-03-page .page-main .job-people-section--one-day-area--flow__list--item__text p, .job-people-page--people-03-page .page-main .job-people-section--weekend-area--flow__list--item__text h4,
.job-people-page--people-03-page .page-main .job-people-section--weekend-area--flow__list--item__text p, .job-people-page--people-04-page .page-main .job-people-section--one-day-area--flow__list--item__text h4,
.job-people-page--people-04-page .page-main .job-people-section--one-day-area--flow__list--item__text p, .job-people-page--people-04-page .page-main .job-people-section--weekend-area--flow__list--item__text h4,
.job-people-page--people-04-page .page-main .job-people-section--weekend-area--flow__list--item__text p, .job-people-page--people-05-page .page-main .job-people-section--one-day-area--flow__list--item__text h4,
.job-people-page--people-05-page .page-main .job-people-section--one-day-area--flow__list--item__text p, .job-people-page--people-05-page .page-main .job-people-section--weekend-area--flow__list--item__text h4,
.job-people-page--people-05-page .page-main .job-people-section--weekend-area--flow__list--item__text p, .job-people-page--people-06-page .page-main .job-people-section--one-day-area--flow__list--item__text h4,
.job-people-page--people-06-page .page-main .job-people-section--one-day-area--flow__list--item__text p, .job-people-page--people-06-page .page-main .job-people-section--weekend-area--flow__list--item__text h4,
.job-people-page--people-06-page .page-main .job-people-section--weekend-area--flow__list--item__text p, .job-people-page--people-07-page .page-main .job-people-section--one-day-area--flow__list--item__text h4,
.job-people-page--people-07-page .page-main .job-people-section--one-day-area--flow__list--item__text p, .job-people-page--people-07-page .page-main .job-people-section--weekend-area--flow__list--item__text h4,
.job-people-page--people-07-page .page-main .job-people-section--weekend-area--flow__list--item__text p, .job-people-page--people-08-page .page-main .job-people-section--one-day-area--flow__list--item__text h4,
.job-people-page--people-08-page .page-main .job-people-section--one-day-area--flow__list--item__text p, .job-people-page--people-08-page .page-main .job-people-section--weekend-area--flow__list--item__text h4,
.job-people-page--people-08-page .page-main .job-people-section--weekend-area--flow__list--item__text p {
  margin-bottom: 0;
}
.job-people-page--people-01-page .page-main .job-people-section--one-day-area--flow__list--item__text p, .job-people-page--people-01-page .page-main .job-people-section--weekend-area--flow__list--item__text p, .job-people-page--people-02-page .page-main .job-people-section--one-day-area--flow__list--item__text p, .job-people-page--people-02-page .page-main .job-people-section--weekend-area--flow__list--item__text p, .job-people-page--people-03-page .page-main .job-people-section--one-day-area--flow__list--item__text p, .job-people-page--people-03-page .page-main .job-people-section--weekend-area--flow__list--item__text p, .job-people-page--people-04-page .page-main .job-people-section--one-day-area--flow__list--item__text p, .job-people-page--people-04-page .page-main .job-people-section--weekend-area--flow__list--item__text p, .job-people-page--people-05-page .page-main .job-people-section--one-day-area--flow__list--item__text p, .job-people-page--people-05-page .page-main .job-people-section--weekend-area--flow__list--item__text p, .job-people-page--people-06-page .page-main .job-people-section--one-day-area--flow__list--item__text p, .job-people-page--people-06-page .page-main .job-people-section--weekend-area--flow__list--item__text p, .job-people-page--people-07-page .page-main .job-people-section--one-day-area--flow__list--item__text p, .job-people-page--people-07-page .page-main .job-people-section--weekend-area--flow__list--item__text p, .job-people-page--people-08-page .page-main .job-people-section--one-day-area--flow__list--item__text p, .job-people-page--people-08-page .page-main .job-people-section--weekend-area--flow__list--item__text p {
  margin: 0.5em 0 0 0;
}
.job-people-page--people-01-page .page-main .job-people-section--weekend-area, .job-people-page--people-02-page .page-main .job-people-section--weekend-area, .job-people-page--people-03-page .page-main .job-people-section--weekend-area, .job-people-page--people-04-page .page-main .job-people-section--weekend-area, .job-people-page--people-05-page .page-main .job-people-section--weekend-area, .job-people-page--people-06-page .page-main .job-people-section--weekend-area, .job-people-page--people-07-page .page-main .job-people-section--weekend-area, .job-people-page--people-08-page .page-main .job-people-section--weekend-area {
  background: #eefbf9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-page--people-01-page .page-main .job-people-section--weekend-area, .job-people-page--people-02-page .page-main .job-people-section--weekend-area, .job-people-page--people-03-page .page-main .job-people-section--weekend-area, .job-people-page--people-04-page .page-main .job-people-section--weekend-area, .job-people-page--people-05-page .page-main .job-people-section--weekend-area, .job-people-page--people-06-page .page-main .job-people-section--weekend-area, .job-people-page--people-07-page .page-main .job-people-section--weekend-area, .job-people-page--people-08-page .page-main .job-people-section--weekend-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.job-people-page--people-01-page .page-main .job-people-section--weekend-area--text, .job-people-page--people-02-page .page-main .job-people-section--weekend-area--text, .job-people-page--people-03-page .page-main .job-people-section--weekend-area--text, .job-people-page--people-04-page .page-main .job-people-section--weekend-area--text, .job-people-page--people-05-page .page-main .job-people-section--weekend-area--text, .job-people-page--people-06-page .page-main .job-people-section--weekend-area--text, .job-people-page--people-07-page .page-main .job-people-section--weekend-area--text, .job-people-page--people-08-page .page-main .job-people-section--weekend-area--text {
  width: 35em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-page--people-01-page .page-main .job-people-section--weekend-area--text, .job-people-page--people-02-page .page-main .job-people-section--weekend-area--text, .job-people-page--people-03-page .page-main .job-people-section--weekend-area--text, .job-people-page--people-04-page .page-main .job-people-section--weekend-area--text, .job-people-page--people-05-page .page-main .job-people-section--weekend-area--text, .job-people-page--people-06-page .page-main .job-people-section--weekend-area--text, .job-people-page--people-07-page .page-main .job-people-section--weekend-area--text, .job-people-page--people-08-page .page-main .job-people-section--weekend-area--text {
    width: 100%;
  }
}
.job-people-page--people-01-page .page-main .job-people-section--weekend-area--text__slogan, .job-people-page--people-02-page .page-main .job-people-section--weekend-area--text__slogan, .job-people-page--people-03-page .page-main .job-people-section--weekend-area--text__slogan, .job-people-page--people-04-page .page-main .job-people-section--weekend-area--text__slogan, .job-people-page--people-05-page .page-main .job-people-section--weekend-area--text__slogan, .job-people-page--people-06-page .page-main .job-people-section--weekend-area--text__slogan, .job-people-page--people-07-page .page-main .job-people-section--weekend-area--text__slogan, .job-people-page--people-08-page .page-main .job-people-section--weekend-area--text__slogan {
  margin-top: 1.25em;
}
.job-people-page--people-01-page .page-main .job-people-section--weekend-area--photo, .job-people-page--people-02-page .page-main .job-people-section--weekend-area--photo, .job-people-page--people-03-page .page-main .job-people-section--weekend-area--photo, .job-people-page--people-04-page .page-main .job-people-section--weekend-area--photo, .job-people-page--people-05-page .page-main .job-people-section--weekend-area--photo, .job-people-page--people-06-page .page-main .job-people-section--weekend-area--photo, .job-people-page--people-07-page .page-main .job-people-section--weekend-area--photo, .job-people-page--people-08-page .page-main .job-people-section--weekend-area--photo {
  width: 30em;
  height: 20em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-page--people-01-page .page-main .job-people-section--weekend-area--photo, .job-people-page--people-02-page .page-main .job-people-section--weekend-area--photo, .job-people-page--people-03-page .page-main .job-people-section--weekend-area--photo, .job-people-page--people-04-page .page-main .job-people-section--weekend-area--photo, .job-people-page--people-05-page .page-main .job-people-section--weekend-area--photo, .job-people-page--people-06-page .page-main .job-people-section--weekend-area--photo, .job-people-page--people-07-page .page-main .job-people-section--weekend-area--photo, .job-people-page--people-08-page .page-main .job-people-section--weekend-area--photo {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
.job-people-page--people-01-page .page-main .job-people-section--weekend-area--photo figure, .job-people-page--people-02-page .page-main .job-people-section--weekend-area--photo figure, .job-people-page--people-03-page .page-main .job-people-section--weekend-area--photo figure, .job-people-page--people-04-page .page-main .job-people-section--weekend-area--photo figure, .job-people-page--people-05-page .page-main .job-people-section--weekend-area--photo figure, .job-people-page--people-06-page .page-main .job-people-section--weekend-area--photo figure, .job-people-page--people-07-page .page-main .job-people-section--weekend-area--photo figure, .job-people-page--people-08-page .page-main .job-people-section--weekend-area--photo figure {
  width: 100%;
  margin-bottom: 0;
}
.job-people-page--people-01-page .job-people-aside, .job-people-page--people-02-page .job-people-aside, .job-people-page--people-03-page .job-people-aside, .job-people-page--people-04-page .job-people-aside, .job-people-page--people-05-page .job-people-aside, .job-people-page--people-06-page .job-people-aside, .job-people-page--people-07-page .job-people-aside, .job-people-page--people-08-page .job-people-aside {
  width: 100%;
  height: 38.125vw;
  margin-top: 10em;
}
.job-people-page--people-01-page .job-people-aside img, .job-people-page--people-02-page .job-people-aside img, .job-people-page--people-03-page .job-people-aside img, .job-people-page--people-04-page .job-people-aside img, .job-people-page--people-05-page .job-people-aside img, .job-people-page--people-06-page .job-people-aside img, .job-people-page--people-07-page .job-people-aside img, .job-people-page--people-08-page .job-people-aside img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .job-people-page--people-01-page .job-people-aside, .job-people-page--people-02-page .job-people-aside, .job-people-page--people-03-page .job-people-aside, .job-people-page--people-04-page .job-people-aside, .job-people-page--people-05-page .job-people-aside, .job-people-page--people-06-page .job-people-aside, .job-people-page--people-07-page .job-people-aside, .job-people-page--people-08-page .job-people-aside {
    margin-top: 5em;
  }
}

/* ========================================================================== */
/* Special Page */
/* ========================================================================== */
/* Special */
/* -------------------------------------------------------------------------- */
.special-page--career-story-page .page-main, .special-page--crosstalk-page .page-main, .special-page--photo-gallery-page .page-main {
  padding-top: 0;
}
.special-page--career-story-page .page-main .special-section, .special-page--crosstalk-page .page-main .special-section, .special-page--photo-gallery-page .page-main .special-section {
  padding: 7.5em 0 0;
}
.special-page--career-story-page .page-main .special-section.future-section, .special-page--crosstalk-page .page-main .special-section.future-section, .special-page--photo-gallery-page .page-main .special-section.future-section {
  position: relative;
  padding-bottom: 7.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-page--career-story-page .page-main .special-section.future-section, .special-page--crosstalk-page .page-main .special-section.future-section, .special-page--photo-gallery-page .page-main .special-section.future-section {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-page--career-story-page .page-main .special-section, .special-page--crosstalk-page .page-main .special-section, .special-page--photo-gallery-page .page-main .special-section {
    padding: 5em 0 0;
  }
}
.special-page--career-story-page .page-main .special-section:first-of-type, .special-page--crosstalk-page .page-main .special-section:first-of-type, .special-page--photo-gallery-page .page-main .special-section:first-of-type {
  padding: 10em 0 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-page--career-story-page .page-main .special-section:first-of-type, .special-page--crosstalk-page .page-main .special-section:first-of-type, .special-page--photo-gallery-page .page-main .special-section:first-of-type {
    padding: 5em 0 0;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-page--career-story-page .page-main .special-section:first-of-type.pd-top__sp, .special-page--crosstalk-page .page-main .special-section:first-of-type.pd-top__sp, .special-page--photo-gallery-page .page-main .special-section:first-of-type.pd-top__sp {
    padding: 5em 0 0;
  }
}
.special-page--career-story-page .page-main .special-section .page-intro--slogan, .special-page--career-story-page .page-main .special-section .page-intro--lead, .special-page--career-story-page .page-main .special-section .page-intro--note, .special-page--crosstalk-page .page-main .special-section .page-intro--slogan, .special-page--crosstalk-page .page-main .special-section .page-intro--lead, .special-page--crosstalk-page .page-main .special-section .page-intro--note, .special-page--photo-gallery-page .page-main .special-section .page-intro--slogan, .special-page--photo-gallery-page .page-main .special-section .page-intro--lead, .special-page--photo-gallery-page .page-main .special-section .page-intro--note {
  margin: 0;
  text-align: center;
}
.special-page--career-story-page .page-main .special-section .page-intro--note, .special-page--crosstalk-page .page-main .special-section .page-intro--note, .special-page--photo-gallery-page .page-main .special-section .page-intro--note {
  margin-top: 2em;
}
.special-page--career-story-page .page-main .special-section .page-intro--slogan, .special-page--crosstalk-page .page-main .special-section .page-intro--slogan, .special-page--photo-gallery-page .page-main .special-section .page-intro--slogan {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-page--career-story-page .page-main .special-section .page-intro--slogan, .special-page--crosstalk-page .page-main .special-section .page-intro--slogan, .special-page--photo-gallery-page .page-main .special-section .page-intro--slogan {
    margin: 2.5em 0 1.5em;
  }
}
.special-page--career-story-page .page-main .special-section .multi-title--number, .special-page--crosstalk-page .page-main .special-section .multi-title--number, .special-page--photo-gallery-page .page-main .special-section .multi-title--number {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.special-page--career-story-page .page-main .special-section .multi-title--number .en, .special-page--crosstalk-page .page-main .special-section .multi-title--number .en, .special-page--photo-gallery-page .page-main .special-section .multi-title--number .en {
  background: linear-gradient(135deg, #00c8ac 0%, #28aad0 100%) border-box border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 0.5em;
}
.special-page--career-story-page .page-main .special-section .multi-title--number .jp, .special-page--crosstalk-page .page-main .special-section .multi-title--number .jp, .special-page--photo-gallery-page .page-main .special-section .multi-title--number .jp {
  color: #28aad0;
}
.special-page--career-story-page .page-main .special-section .border-left, .special-page--crosstalk-page .page-main .special-section .border-left, .special-page--photo-gallery-page .page-main .special-section .border-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.5em;
  padding-left: 6em;
  width: 100%;
}
.special-page--career-story-page .page-main .special-section .border-left::before, .special-page--crosstalk-page .page-main .special-section .border-left::before, .special-page--photo-gallery-page .page-main .special-section .border-left::before {
  position: absolute;
  inset: 1em auto auto 0;
  content: " ";
  display: block;
  width: 3.75em;
  height: 2px;
  background: #454b52;
  margin-right: 2em;
}
.special-page--career-story-page .page-main .special-section .talk__area, .special-page--crosstalk-page .page-main .special-section .talk__area, .special-page--photo-gallery-page .page-main .special-section .talk__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.special-page--career-story-page .page-main .special-section .talk__area + .talk__area, .special-page--crosstalk-page .page-main .special-section .talk__area + .talk__area, .special-page--photo-gallery-page .page-main .special-section .talk__area + .talk__area {
  margin-top: 2em;
}
.special-page--career-story-page .page-main .special-section .talk__area__image, .special-page--crosstalk-page .page-main .special-section .talk__area__image, .special-page--photo-gallery-page .page-main .special-section .talk__area__image {
  width: 4.75em;
  height: 4.75em;
  margin: 0 0 0 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-page--career-story-page .page-main .special-section .talk__area__image, .special-page--crosstalk-page .page-main .special-section .talk__area__image, .special-page--photo-gallery-page .page-main .special-section .talk__area__image {
    width: 4.75em;
    height: 4.75em;
  }
}
.special-page--career-story-page .page-main .special-section .talk__area__image img, .special-page--crosstalk-page .page-main .special-section .talk__area__image img, .special-page--photo-gallery-page .page-main .special-section .talk__area__image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.special-page--career-story-page .page-main .special-section .talk__area__text, .special-page--crosstalk-page .page-main .special-section .talk__area__text, .special-page--photo-gallery-page .page-main .special-section .talk__area__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 72.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-page--career-story-page .page-main .special-section .talk__area__text, .special-page--crosstalk-page .page-main .special-section .talk__area__text, .special-page--photo-gallery-page .page-main .special-section .talk__area__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 75%;
  }
}
.special-page--career-story-page .page-main .special-section .talk__area__text__name, .special-page--crosstalk-page .page-main .special-section .talk__area__text__name, .special-page--photo-gallery-page .page-main .special-section .talk__area__text__name {
  width: 5%;
  background: linear-gradient(135deg, #00c8ac 0%, #28aad0 100%) border-box border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-page--career-story-page .page-main .special-section .talk__area__text__name, .special-page--crosstalk-page .page-main .special-section .talk__area__text__name, .special-page--photo-gallery-page .page-main .special-section .talk__area__text__name {
    width: 100%;
  }
}
.special-page--career-story-page .page-main .special-section .talk__area__text__lead, .special-page--crosstalk-page .page-main .special-section .talk__area__text__lead, .special-page--photo-gallery-page .page-main .special-section .talk__area__text__lead {
  width: 95%;
  margin: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-page--career-story-page .page-main .special-section .talk__area__text__lead, .special-page--crosstalk-page .page-main .special-section .talk__area__text__lead, .special-page--photo-gallery-page .page-main .special-section .talk__area__text__lead {
    width: 100%;
  }
}
.special-page--career-story-page .page-main .special-section .aside-image__area, .special-page--crosstalk-page .page-main .special-section .aside-image__area, .special-page--photo-gallery-page .page-main .special-section .aside-image__area {
  position: relative;
  width: 100%;
  margin: 10em auto 12.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-page--career-story-page .page-main .special-section .aside-image__area, .special-page--crosstalk-page .page-main .special-section .aside-image__area, .special-page--photo-gallery-page .page-main .special-section .aside-image__area {
    margin: 5em auto 5em;
  }
}
.special-page--career-story-page .page-main .special-section .aside-image__area .bg-col__image, .special-page--crosstalk-page .page-main .special-section .aside-image__area .bg-col__image, .special-page--photo-gallery-page .page-main .special-section .aside-image__area .bg-col__image {
  width: 37.5em;
  margin-left: 5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-page--career-story-page .page-main .special-section .aside-image__area .bg-col__image, .special-page--crosstalk-page .page-main .special-section .aside-image__area .bg-col__image, .special-page--photo-gallery-page .page-main .special-section .aside-image__area .bg-col__image {
    width: 70%;
    margin: 0 auto;
  }
}
.special-page--career-story-page .page-main .special-section .aside-image__area .bg-col__image.right, .special-page--crosstalk-page .page-main .special-section .aside-image__area .bg-col__image.right, .special-page--photo-gallery-page .page-main .special-section .aside-image__area .bg-col__image.right {
  position: absolute;
  inset: 12.5em 5em auto auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-page--career-story-page .page-main .special-section .aside-image__area .bg-col__image.right, .special-page--crosstalk-page .page-main .special-section .aside-image__area .bg-col__image.right, .special-page--photo-gallery-page .page-main .special-section .aside-image__area .bg-col__image.right {
    position: relative;
    inset: auto auto auto auto;
    margin-top: 2em;
  }
}
.special-page--career-story-page .page-main .special-section .aside-image__area .bg-col__image .bg-col__top-left,
.special-page--career-story-page .page-main .special-section .aside-image__area .bg-col__image .bg-col__bottom-right, .special-page--crosstalk-page .page-main .special-section .aside-image__area .bg-col__image .bg-col__top-left,
.special-page--crosstalk-page .page-main .special-section .aside-image__area .bg-col__image .bg-col__bottom-right, .special-page--photo-gallery-page .page-main .special-section .aside-image__area .bg-col__image .bg-col__top-left,
.special-page--photo-gallery-page .page-main .special-section .aside-image__area .bg-col__image .bg-col__bottom-right {
  width: 50%;
  height: 50%;
}
.special-page--career-story-page .page-main .special-section .aside-image__area .bg-col__image .bg-col__top-left, .special-page--crosstalk-page .page-main .special-section .aside-image__area .bg-col__image .bg-col__top-left, .special-page--photo-gallery-page .page-main .special-section .aside-image__area .bg-col__image .bg-col__top-left {
  left: -5em;
  top: -2.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-page--career-story-page .page-main .special-section .aside-image__area .bg-col__image .bg-col__top-left, .special-page--crosstalk-page .page-main .special-section .aside-image__area .bg-col__image .bg-col__top-left, .special-page--photo-gallery-page .page-main .special-section .aside-image__area .bg-col__image .bg-col__top-left {
    left: -2.5em;
  }
}
.special-page--career-story-page .page-main .special-section .aside-image__area .bg-col__image .bg-col__bottom-right, .special-page--crosstalk-page .page-main .special-section .aside-image__area .bg-col__image .bg-col__bottom-right, .special-page--photo-gallery-page .page-main .special-section .aside-image__area .bg-col__image .bg-col__bottom-right {
  right: -5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-page--career-story-page .page-main .special-section .aside-image__area .bg-col__image .bg-col__bottom-right, .special-page--crosstalk-page .page-main .special-section .aside-image__area .bg-col__image .bg-col__bottom-right, .special-page--photo-gallery-page .page-main .special-section .aside-image__area .bg-col__image .bg-col__bottom-right {
    right: -2.5em;
  }
}
.special-page--career-story-page .page-main .special-section .kind-of__area, .special-page--crosstalk-page .page-main .special-section .kind-of__area, .special-page--photo-gallery-page .page-main .special-section .kind-of__area {
  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;
}
.special-page--career-story-page .page-main .special-section .kind-of__area__title, .special-page--crosstalk-page .page-main .special-section .kind-of__area__title, .special-page--photo-gallery-page .page-main .special-section .kind-of__area__title {
  text-align: center;
  margin-bottom: 0;
}
.special-page--career-story-page .page-main .special-section .kind-of__area__title::before, .special-page--career-story-page .page-main .special-section .kind-of__area__title::after, .special-page--crosstalk-page .page-main .special-section .kind-of__area__title::before, .special-page--crosstalk-page .page-main .special-section .kind-of__area__title::after, .special-page--photo-gallery-page .page-main .special-section .kind-of__area__title::before, .special-page--photo-gallery-page .page-main .special-section .kind-of__area__title::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 1em;
  background: #454b52;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-right: 1em;
}
.special-page--career-story-page .page-main .special-section .kind-of__area__title::after, .special-page--crosstalk-page .page-main .special-section .kind-of__area__title::after, .special-page--photo-gallery-page .page-main .special-section .kind-of__area__title::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-right: 0;
  margin-left: 1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-page--career-story-page .page-main .special-section .kind-of__area__title::before, .special-page--career-story-page .page-main .special-section .kind-of__area__title::after, .special-page--crosstalk-page .page-main .special-section .kind-of__area__title::before, .special-page--crosstalk-page .page-main .special-section .kind-of__area__title::after, .special-page--photo-gallery-page .page-main .special-section .kind-of__area__title::before, .special-page--photo-gallery-page .page-main .special-section .kind-of__area__title::after {
    display: none;
  }
}
.special-page--career-story-page .page-main .special-section .kind-of__area__item, .special-page--crosstalk-page .page-main .special-section .kind-of__area__item, .special-page--photo-gallery-page .page-main .special-section .kind-of__area__item {
  position: relative;
  padding: 2.5em;
  background: #eefbf9;
}
.special-page--career-story-page .page-main .special-section .kind-of__area__item__image, .special-page--crosstalk-page .page-main .special-section .kind-of__area__item__image, .special-page--photo-gallery-page .page-main .special-section .kind-of__area__item__image {
  position: absolute;
  inset: auto auto 0 2.5em;
  width: 22em;
  margin: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-page--career-story-page .page-main .special-section .kind-of__area__item__image, .special-page--crosstalk-page .page-main .special-section .kind-of__area__item__image, .special-page--photo-gallery-page .page-main .special-section .kind-of__area__item__image {
    position: static;
    inset: auto auto auto auto;
    width: 22em;
    margin: 0 auto;
  }
}
.special-page--career-story-page .page-main .special-section .kind-of__area__item__text, .special-page--crosstalk-page .page-main .special-section .kind-of__area__item__text, .special-page--photo-gallery-page .page-main .special-section .kind-of__area__item__text {
  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: 50em;
  margin-left: 22.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-page--career-story-page .page-main .special-section .kind-of__area__item__text, .special-page--crosstalk-page .page-main .special-section .kind-of__area__item__text, .special-page--photo-gallery-page .page-main .special-section .kind-of__area__item__text {
    width: 100%;
    margin-left: 0;
    margin-top: 2.5em;
  }
}
.special-page--career-story-page .page-main .special-section .kind-of__area__item__text__slogan, .special-page--crosstalk-page .page-main .special-section .kind-of__area__item__text__slogan, .special-page--photo-gallery-page .page-main .special-section .kind-of__area__item__text__slogan {
  background: linear-gradient(135deg, #00c8ac 0%, #28aad0 100%) border-box border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.special-page--career-story-page .page-main .special-section .kind-of__area__item__text__lead, .special-page--crosstalk-page .page-main .special-section .kind-of__area__item__text__lead, .special-page--photo-gallery-page .page-main .special-section .kind-of__area__item__text__lead {
  margin: 0;
}
.special-page--career-story-page .page-main .profile__area, .special-page--crosstalk-page .page-main .profile__area, .special-page--photo-gallery-page .page-main .profile__area {
  width: 100%;
  margin: 5em 0 0 0;
  padding: 5em 0;
  background: #eefbf9;
}
.special-page--career-story-page .page-main .profile__area__title, .special-page--crosstalk-page .page-main .profile__area__title, .special-page--photo-gallery-page .page-main .profile__area__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.5em;
  text-align: center;
}
.special-page--career-story-page .page-main .profile__area .profile__area__contents, .special-page--crosstalk-page .page-main .profile__area .profile__area__contents, .special-page--photo-gallery-page .page-main .profile__area .profile__area__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-page--career-story-page .page-main .profile__area .profile__area__contents, .special-page--crosstalk-page .page-main .profile__area .profile__area__contents, .special-page--photo-gallery-page .page-main .profile__area .profile__area__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.special-page--career-story-page .page-main .profile__area .profile__area__contents__item, .special-page--crosstalk-page .page-main .profile__area .profile__area__contents__item, .special-page--photo-gallery-page .page-main .profile__area .profile__area__contents__item {
  width: 25em;
  text-align: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-page--career-story-page .page-main .profile__area .profile__area__contents__item, .special-page--crosstalk-page .page-main .profile__area .profile__area__contents__item, .special-page--photo-gallery-page .page-main .profile__area .profile__area__contents__item {
    width: 100%;
  }
  .special-page--career-story-page .page-main .profile__area .profile__area__contents__item + .profile__area__contents__item, .special-page--crosstalk-page .page-main .profile__area .profile__area__contents__item + .profile__area__contents__item, .special-page--photo-gallery-page .page-main .profile__area .profile__area__contents__item + .profile__area__contents__item {
    margin-top: 4em;
  }
}
.special-page--career-story-page .page-main .profile__area .profile__area__contents__item__image, .special-page--crosstalk-page .page-main .profile__area .profile__area__contents__item__image, .special-page--photo-gallery-page .page-main .profile__area .profile__area__contents__item__image {
  width: 7.5em;
  height: 7.5em;
  margin: 0 auto;
}
.special-page--career-story-page .page-main .profile__area .profile__area__contents__item__image img, .special-page--crosstalk-page .page-main .profile__area .profile__area__contents__item__image img, .special-page--photo-gallery-page .page-main .profile__area .profile__area__contents__item__image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.special-page--career-story-page .page-main .profile__area .profile__area__contents__item__name, .special-page--crosstalk-page .page-main .profile__area .profile__area__contents__item__name, .special-page--photo-gallery-page .page-main .profile__area .profile__area__contents__item__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
  margin: 1.5em 0;
}
.special-page--career-story-page .page-main .profile__area .profile__area__contents__item__name .en, .special-page--crosstalk-page .page-main .profile__area .profile__area__contents__item__name .en, .special-page--photo-gallery-page .page-main .profile__area .profile__area__contents__item__name .en {
  background: linear-gradient(135deg, #00c8ac 0%, #28aad0 100%) border-box border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.special-page--career-story-page .page-main .profile__area .profile__area__contents__item__text, .special-page--crosstalk-page .page-main .profile__area .profile__area__contents__item__text, .special-page--photo-gallery-page .page-main .profile__area .profile__area__contents__item__text {
  background: #ffffff;
  padding: 1em;
}
.special-page--career-story-page .page-main .profile__area .profile__area__contents.col-1, .special-page--crosstalk-page .page-main .profile__area .profile__area__contents.col-1, .special-page--photo-gallery-page .page-main .profile__area .profile__area__contents.col-1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-page--career-story-page .page-main .profile__area .profile__area__contents.col-1, .special-page--crosstalk-page .page-main .profile__area .profile__area__contents.col-1, .special-page--photo-gallery-page .page-main .profile__area .profile__area__contents.col-1 {
    width: 100%;
  }
}
.special-page--career-story-page .page-main .profile__area .profile__area__contents.col-1 .profile__area__contents__item, .special-page--crosstalk-page .page-main .profile__area .profile__area__contents.col-1 .profile__area__contents__item, .special-page--photo-gallery-page .page-main .profile__area .profile__area__contents.col-1 .profile__area__contents__item {
  width: 40em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-page--career-story-page .page-main .profile__area .profile__area__contents.col-1 .profile__area__contents__item, .special-page--crosstalk-page .page-main .profile__area .profile__area__contents.col-1 .profile__area__contents__item, .special-page--photo-gallery-page .page-main .profile__area .profile__area__contents.col-1 .profile__area__contents__item {
    width: 100%;
  }
}
.special-page--career-story-page .page-main .profile__area .profile__area__contents.col-1 .profile__area__contents__item .profile__area__contents__item__image, .special-page--crosstalk-page .page-main .profile__area .profile__area__contents.col-1 .profile__area__contents__item .profile__area__contents__item__image, .special-page--photo-gallery-page .page-main .profile__area .profile__area__contents.col-1 .profile__area__contents__item .profile__area__contents__item__image {
  width: 20em;
  height: 20em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-page--career-story-page .page-main .profile__area .profile__area__contents.col-1 .profile__area__contents__item .profile__area__contents__item__image, .special-page--crosstalk-page .page-main .profile__area .profile__area__contents.col-1 .profile__area__contents__item .profile__area__contents__item__image, .special-page--photo-gallery-page .page-main .profile__area .profile__area__contents.col-1 .profile__area__contents__item .profile__area__contents__item__image {
    width: 15em;
    height: 15em;
  }
}
.special-page--career-story-page .page-main .profile__area .multi-title--number, .special-page--crosstalk-page .page-main .profile__area .multi-title--number, .special-page--photo-gallery-page .page-main .profile__area .multi-title--number {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.special-page--career-story-page .page-main .profile__area .multi-title--number .en, .special-page--crosstalk-page .page-main .profile__area .multi-title--number .en, .special-page--photo-gallery-page .page-main .profile__area .multi-title--number .en {
  background: linear-gradient(135deg, #00c8ac 0%, #28aad0 100%) border-box border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 0.5em;
}
.special-page--career-story-page .page-main .profile__area .multi-title--number .en .jp, .special-page--crosstalk-page .page-main .profile__area .multi-title--number .en .jp, .special-page--photo-gallery-page .page-main .profile__area .multi-title--number .en .jp {
  margin-top: -1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-page--crosstalk-page .page-main .special-section:first-of-type {
    padding: 10em 0 0;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-page--career-story-page .page-main .special-section:first-of-type {
    padding: 10em 0 0;
  }
}
.special-page--career-story-page .page-main .career-story-section__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-page--career-story-page .page-main .career-story-section__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.special-page--career-story-page .page-main .career-story-section__header__slogan {
  margin-left: 2em;
  margin-top: -0.4em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-page--career-story-page .page-main .career-story-section__header__slogan {
    margin-left: 0;
    margin-top: 1em;
    margin-bottom: 0;
  }
}
.special-page--career-story-page .page-main .career-story-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-page--career-story-page .page-main .career-story-section__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.special-page--career-story-page .page-main .career-story-section__content.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-page--career-story-page .page-main .career-story-section__content.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.special-page--career-story-page .page-main .career-story-section__content__text {
  width: 37.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-page--career-story-page .page-main .career-story-section__content__text {
    width: 100%;
  }
}
.special-page--career-story-page .page-main .career-story-section__content__text__lead {
  margin: 0;
}
.special-page--career-story-page .page-main .career-story-section__content__text__lead + .career-story-section__content__text__lead {
  margin-top: 1em;
}
.special-page--career-story-page .page-main .career-story-section__content__image {
  width: 37.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-page--career-story-page .page-main .career-story-section__content__image {
    width: 70%;
    margin: 5em auto;
  }
}
.special-page--career-story-page .page-main .career-story-section__content__image .bg-col__top-left,
.special-page--career-story-page .page-main .career-story-section__content__image .bg-col__bottom-right {
  width: 50%;
  height: 50%;
  top: -2.5em;
  left: -5em;
}
.special-page--career-story-page .page-main .career-story-section__content__image .bg-col__bottom-right {
  bottom: -2.5em;
  right: -2.5em;
  top: auto;
  left: auto;
}
.special-page--career-story-page .page-main .career-story-section__future {
  position: relative;
  width: 37.5em;
  margin: 0 auto;
  background: #ffffff;
  padding: 2.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-page--career-story-page .page-main .career-story-section__future {
    width: 100%;
    margin: 2.5em auto 0;
  }
}
.special-page--career-story-page .page-main .career-story-section__future__image {
  position: absolute;
  inset: auto auto 0 12.5em;
  width: 22.5em;
  margin: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-page--career-story-page .page-main .career-story-section__future__image {
    position: static;
    inset: auto auto auto auto;
    width: 10em;
    margin: 2.5em auto 0;
  }
}
@media screen and (min-width: 2400px) {
  .special-page--career-story-page .page-main .career-story-section__future__image {
    inset: auto auto 0 35em;
  }
}
.special-page--career-story-page .page-main .index-bottom__area {
  margin-top: 0;
}
.special-page--photo-gallery-page .page-main {
  padding: 16em 0 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .special-page--photo-gallery-page .page-main {
    padding: 10em 0 0em;
  }
}

/* ========================================================================== */
/* Recruit info Page */
/* ========================================================================== */
/* Recruit info */
/* -------------------------------------------------------------------------- */
.rec-info-page--requirements-page .page-main, .rec-info-page--education-page .page-main, .rec-info-page--welfare-page .page-main, .rec-info-page--faq-page .page-main, .rec-info-page--internship-page .page-main {
  background: #f0f4f8 !important;
  padding: 16em 0 10em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .rec-info-page--requirements-page .page-main, .rec-info-page--education-page .page-main, .rec-info-page--welfare-page .page-main, .rec-info-page--faq-page .page-main, .rec-info-page--internship-page .page-main {
    padding: 10em 0 7.5em;
  }
}
.rec-info-page--requirements-page .page-main .page-section, .rec-info-page--education-page .page-main .page-section, .rec-info-page--welfare-page .page-main .page-section, .rec-info-page--faq-page .page-main .page-section, .rec-info-page--internship-page .page-main .page-section {
  margin-top: 8em;
}
.rec-info-page--requirements-page .page-main .page-section:last-of-type, .rec-info-page--education-page .page-main .page-section:last-of-type, .rec-info-page--welfare-page .page-main .page-section:last-of-type, .rec-info-page--faq-page .page-main .page-section:last-of-type, .rec-info-page--internship-page .page-main .page-section:last-of-type {
  padding-bottom: 7.5em;
}
.rec-info-page--requirements-page .page-main .page-section .brd-r-box, .rec-info-page--education-page .page-main .page-section .brd-r-box, .rec-info-page--welfare-page .page-main .page-section .brd-r-box, .rec-info-page--faq-page .page-main .page-section .brd-r-box, .rec-info-page--internship-page .page-main .page-section .brd-r-box {
  margin-top: 3em;
}

/* 募集要項 */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 768px) and (orientation: portrait) {
  .rec-info-page--requirements-page .brd-r-box--item {
    padding: 2em 2em;
  }
  .rec-info-page--requirements-page .brd-r-box--item__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rec-info-page--requirements-page .brd-r-box--item__contents .item-head {
    width: 100%;
  }
  .rec-info-page--requirements-page .brd-r-box--item__contents .item-spec__wrapper {
    width: 100%;
    margin-top: 2em;
  }
}

/* 教育・研修制度／福利厚生制度 */
/* -------------------------------------------------------------------------- */
.rec-info-page--education-page .scroll::after, .rec-info-page--welfare-page .scroll::after {
  color: #454b52;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .rec-info-page--education-page .education-figure .frame--3-2, .rec-info-page--welfare-page .education-figure .frame--3-2 {
    overflow-x: scroll;
  }
  .rec-info-page--education-page .education-figure .frame--3-2 img, .rec-info-page--welfare-page .education-figure .frame--3-2 img {
    width: 200%;
  }
}
.rec-info-page--education-page .bg-col__image, .rec-info-page--welfare-page .bg-col__image {
  width: 60%;
  margin: 5em auto 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .rec-info-page--education-page .bg-col__image, .rec-info-page--welfare-page .bg-col__image {
    width: 80vw;
  }
}
.rec-info-page--education-page .bg-col__top-left, .rec-info-page--welfare-page .bg-col__top-left {
  top: -2.5em;
  left: -2.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .rec-info-page--education-page .bg-col__top-left, .rec-info-page--welfare-page .bg-col__top-left {
    top: -5vw;
    left: -5vw;
  }
}
.rec-info-page--education-page .bg-col__bottom-right, .rec-info-page--welfare-page .bg-col__bottom-right {
  bottom: -2.5em;
  right: -2.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .rec-info-page--education-page .bg-col__bottom-right, .rec-info-page--welfare-page .bg-col__bottom-right {
    bottom: -5vw;
    right: -5vw;
  }
}
.rec-info-page--education-page .bg-br-title, .rec-info-page--welfare-page .bg-br-title {
  display: block;
  width: 60%;
  margin: 2.5em auto 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .rec-info-page--education-page .bg-br-title, .rec-info-page--welfare-page .bg-br-title {
    width: 100%;
    margin: 1.5em auto 0;
    font-size: 1.5em;
  }
}
.rec-info-page--education-page .brd-r-box--item__contents .item-head, .rec-info-page--welfare-page .brd-r-box--item__contents .item-head {
  width: 20em;
}
.rec-info-page--education-page .brd-r-box--item__contents .item-spec__wrapper, .rec-info-page--welfare-page .brd-r-box--item__contents .item-spec__wrapper {
  width: 75em;
}
.rec-info-page--education-page .brd-r-box--item__contents .item-spec__wrapper .square-text, .rec-info-page--welfare-page .brd-r-box--item__contents .item-spec__wrapper .square-text {
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .rec-info-page--education-page .brd-r-box--item, .rec-info-page--welfare-page .brd-r-box--item {
    padding: 2em 2em;
  }
  .rec-info-page--education-page .brd-r-box--item__contents, .rec-info-page--welfare-page .brd-r-box--item__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rec-info-page--education-page .brd-r-box--item__contents .item-head, .rec-info-page--welfare-page .brd-r-box--item__contents .item-head {
    width: 100%;
  }
  .rec-info-page--education-page .brd-r-box--item__contents .item-spec__wrapper, .rec-info-page--welfare-page .brd-r-box--item__contents .item-spec__wrapper {
    width: 100%;
    margin-top: 2em;
  }
}

/* よくあるご質問 */
/* -------------------------------------------------------------------------- */
.rec-info-page--faq-page .button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2em;
  width: 100%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .rec-info-page--faq-page .button-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}
.rec-info-page--faq-page .button-list__item {
  width: 20em;
  height: 4em;
  border-top: none;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .rec-info-page--faq-page .button-list__item {
    width: 48%;
    height: 4em;
  }
}
.rec-info-page--faq-page .button-list__item:first-of-type {
  border-top: none;
}
.rec-info-page--faq-page .button-list__item .button-arrow__a .icon-circle__b {
  width: 2em;
  height: 2em;
}
.rec-info-page--faq-page .faq-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  width: 100%;
  margin: 2em auto 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .rec-info-page--faq-page .faq-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 4em auto 0 !important;
  }
  .rec-info-page--faq-page .faq-image + .faq-image--item {
    margin: 1em 0 0 0 !important;
  }
}
.rec-info-page--faq-page .faq-image img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* インターンシップ */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 768px) and (orientation: portrait) {
  .rec-info-page--internship-page .page-section .brd-r-box--item {
    padding: 4em 2em;
  }
}
.rec-info-page--internship-page .page-section .brd-r-box--item__contents {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .rec-info-page--internship-page .page-section .brd-r-box--item__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.rec-info-page--internship-page .page-section .brd-r-box--item__contents__text {
  width: 45em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .rec-info-page--internship-page .page-section .brd-r-box--item__contents__text {
    width: 100%;
  }
}
.rec-info-page--internship-page .page-section .brd-r-box--item__contents__text__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1em;
  border-bottom: 1px solid #cccccc;
}
.rec-info-page--internship-page .page-section .brd-r-box--item__contents__text__title .en {
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .rec-info-page--internship-page .page-section .brd-r-box--item__contents__text__title .en {
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .rec-info-page--internship-page .page-section .brd-r-box--item__contents__text__title .jp {
    line-height: 1.6;
  }
}
.rec-info-page--internship-page .page-section .brd-r-box--item__contents__text--w-full {
  width: 100%;
}
.rec-info-page--internship-page .page-section .brd-r-box--item__contents__text--w-full .lead {
  width: 100%;
  margin: 0;
}
.rec-info-page--internship-page .page-section .brd-r-box--item__contents__image {
  position: relative;
  width: 24em;
  height: 16em;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .rec-info-page--internship-page .page-section .brd-r-box--item__contents__image {
    width: 100%;
    height: auto;
    margin: 2em 0 0;
  }
}
.rec-info-page--internship-page .page-section .brd-r-box--item__contents__image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.rec-info-page--internship-page .page-section .brd-r-box--item__contents__image.dummy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #cccccc;
}
.rec-info-page--internship-page .page-section .brd-r-box--item__contents .square-text {
  padding-left: 1.25em;
  text-indent: -1.25em;
  margin-bottom: 0;
}
.rec-info-page--internship-page .page-section .brd-r-box--item__contents .square-text:first-of-type {
  margin-top: 0 !important;
}
.rec-info-page--internship-page .page-section .brd-r-box + .square-text {
  margin-top: 4em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-p-0 {
    padding: 0 !important;
  }
  .sp-p-d5 {
    padding: 0.5em !important;
  }
  .sp-p-1 {
    padding: 1em !important;
  }
  .sp-p-1d5 {
    padding: 1.5em !important;
  }
  .sp-p-2 {
    padding: 2em !important;
  }
  .sp-p-2d5 {
    padding: 2.5em !important;
  }
  .sp-p-3 {
    padding: 3em !important;
  }
  .sp-p-3d5 {
    padding: 3.5em !important;
  }
  .sp-p-4 {
    padding: 4em !important;
  }
  .sp-p-4d5 {
    padding: 4.5em !important;
  }
  .sp-p-5 {
    padding: 5em !important;
  }
  .sp-p-6 {
    padding: 6em !important;
  }
  .sp-p-7 {
    padding: 7em !important;
  }
  .sp-p-8 {
    padding: 8em !important;
  }
  .sp-p-9 {
    padding: 9em !important;
  }
  .sp-p-10 {
    padding: 10em !important;
  }
}
/* layout: padding top */
/* -------------------------------------------------------------------------- */
.pt-0 {
  padding-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-pt-0 {
    padding-top: 0 !important;
  }
  .sp-pt-d5 {
    padding-top: 0.5em !important;
  }
  .sp-pt-1 {
    padding-top: 1em !important;
  }
  .sp-pt-1d5 {
    padding-top: 1.5em !important;
  }
  .sp-pt-2 {
    padding-top: 2em !important;
  }
  .sp-pt-2d5 {
    padding-top: 2.5em !important;
  }
  .sp-pt-3 {
    padding-top: 3em !important;
  }
  .sp-pt-3d5 {
    padding-top: 3.5em !important;
  }
  .sp-pt-4 {
    padding-top: 4em !important;
  }
  .sp-pt-4d5 {
    padding-top: 4.5em !important;
  }
  .sp-pt-5 {
    padding-top: 5em !important;
  }
  .sp-pt-6 {
    padding-top: 6em !important;
  }
  .sp-pt-7 {
    padding-top: 7em !important;
  }
  .sp-pt-8 {
    padding-top: 8em !important;
  }
  .sp-pt-9 {
    padding-top: 9em !important;
  }
  .sp-pt-10 {
    padding-top: 10em !important;
  }
}
/* layout: padding right */
/* -------------------------------------------------------------------------- */
.pr-0 {
  padding-right: 0em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-pr-0 {
    padding-right: 0em !important;
  }
  .sp-pr-d5 {
    padding-right: 0.5em !important;
  }
  .sp-pr-1 {
    padding-right: 1em !important;
  }
  .sp-pr-1d5 {
    padding-right: 1.5em !important;
  }
  .sp-pr-2 {
    padding-right: 2em !important;
  }
  .sp-pr-2d5 {
    padding-right: 2.5em !important;
  }
  .sp-pr-3 {
    padding-right: 3em !important;
  }
  .sp-pr-3d5 {
    padding-right: 3.5em !important;
  }
  .sp-pr-4 {
    padding-right: 4em !important;
  }
  .sp-pr-4d5 {
    padding-right: 4.5em !important;
  }
  .sp-pr-5 {
    padding-right: 5em !important;
  }
  .sp-pr-6 {
    padding-right: 6em !important;
  }
  .sp-pr-7 {
    padding-right: 7em !important;
  }
  .sp-pr-8 {
    padding-right: 8em !important;
  }
  .sp-pr-9 {
    padding-right: 9em !important;
  }
  .sp-pr-10 {
    padding-right: 10em !important;
  }
}
/* layout: padding bottom */
/* -------------------------------------------------------------------------- */
.pb-0 {
  padding-bottom: 0em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-pb-0 {
    padding-bottom: 0em !important;
  }
  .sp-pb-d5 {
    padding-bottom: 0.5em !important;
  }
  .sp-pb-1 {
    padding-bottom: 1em !important;
  }
  .sp-pb-1d5 {
    padding-bottom: 1.5em !important;
  }
  .sp-pb-2 {
    padding-bottom: 2em !important;
  }
  .sp-pb-2d5 {
    padding-bottom: 2.5em !important;
  }
  .sp-pb-3 {
    padding-bottom: 3em !important;
  }
  .sp-pb-3d5 {
    padding-bottom: 3.5em !important;
  }
  .sp-pb-4 {
    padding-bottom: 4em !important;
  }
  .sp-pb-4d5 {
    padding-bottom: 4.5em !important;
  }
  .sp-pb-5 {
    padding-bottom: 5em !important;
  }
  .sp-pb-6 {
    padding-bottom: 6em !important;
  }
  .sp-pb-7 {
    padding-bottom: 7em !important;
  }
  .sp-pb-8 {
    padding-bottom: 8em !important;
  }
  .sp-pb-9 {
    padding-bottom: 9em !important;
  }
  .sp-pb-10 {
    padding-bottom: 10em !important;
  }
}
/* layout: padding left */
/* -------------------------------------------------------------------------- */
.pl-0 {
  padding-left: 0em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-m-auto {
    margin: 0 auto !important;
  }
  .sp-mr-auto {
    margin-right: auto !important;
  }
  .sp-ml-auto {
    margin-left: auto !important;
  }
}
/* layout: margin top */
/* -------------------------------------------------------------------------- */
.mt-0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-mt-0 {
    margin-top: 0 !important;
  }
  .sp-mt-d5 {
    margin-top: 0.5em !important;
  }
  .sp-mt-1 {
    margin-top: 1em !important;
  }
  .sp-mt-1d5 {
    margin-top: 1.5em !important;
  }
  .sp-mt-2 {
    margin-top: 2em !important;
  }
  .sp-mt-2d5 {
    margin-top: 2.5em !important;
  }
  .sp-mt-3 {
    margin-top: 3em !important;
  }
  .sp-mt-3d5 {
    margin-top: 3.5em !important;
  }
  .sp-mt-4 {
    margin-top: 4em !important;
  }
  .sp-mt-4d5 {
    margin-top: 4.5em !important;
  }
  .sp-mt-5 {
    margin-top: 5em !important;
  }
  .sp-mt-6 {
    margin-top: 6em !important;
  }
  .sp-mt-7 {
    margin-top: 7em !important;
  }
  .sp-mt-8 {
    margin-top: 8em !important;
  }
  .sp-mt-9 {
    margin-top: 9em !important;
  }
  .sp-mt-10 {
    margin-top: 10em !important;
  }
}
/* layout: margin right */
/* -------------------------------------------------------------------------- */
.mr-0 {
  margin-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-mr-0 {
    margin-right: 0 !important;
  }
  .sp-mr-d5 {
    margin-right: 0.5em !important;
  }
  .sp-mr-1 {
    margin-right: 1em !important;
  }
  .sp-mr-1d5 {
    margin-right: 1.5em !important;
  }
  .sp-mr-2 {
    margin-right: 2em !important;
  }
  .sp-mr-2d5 {
    margin-right: 2.5em !important;
  }
  .sp-mr-3 {
    margin-right: 3em !important;
  }
  .sp-mr-3d5 {
    margin-right: 3.5em !important;
  }
  .sp-mr-4 {
    margin-right: 4em !important;
  }
  .sp-mr-4d5 {
    margin-right: 4.5em !important;
  }
  .sp-mr-5 {
    margin-right: 5em !important;
  }
  .sp-mr-6 {
    margin-right: 6em !important;
  }
  .sp-mr-7 {
    margin-right: 7em !important;
  }
  .sp-mr-8 {
    margin-right: 8em !important;
  }
  .sp-mr-9 {
    margin-right: 9em !important;
  }
  .sp-mr-10 {
    margin-right: 10em !important;
  }
}
/* layout: margin bottom */
/* -------------------------------------------------------------------------- */
.mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-mb-0 {
    margin-bottom: 0 !important;
  }
  .sp-mb-d5 {
    margin-bottom: 0.5em !important;
  }
  .sp-mb-1 {
    margin-bottom: 1em !important;
  }
  .sp-mb-1d5 {
    margin-bottom: 1.5em !important;
  }
  .sp-mb-2 {
    margin-bottom: 2em !important;
  }
  .sp-mb-2d5 {
    margin-bottom: 2.5em !important;
  }
  .sp-mb-3 {
    margin-bottom: 3em !important;
  }
  .sp-mb-3d5 {
    margin-bottom: 3.5em !important;
  }
  .sp-mb-4 {
    margin-bottom: 4em !important;
  }
  .sp-mb-4d5 {
    margin-bottom: 4.5em !important;
  }
  .sp-mb-5 {
    margin-bottom: 5em !important;
  }
  .sp-mb-6 {
    margin-bottom: 6em !important;
  }
  .sp-mb-7 {
    margin-bottom: 7em !important;
  }
  .sp-mb-8 {
    margin-bottom: 8em !important;
  }
  .sp-mb-9 {
    margin-bottom: 9em !important;
  }
  .sp-mb-10 {
    margin-bottom: 10em !important;
  }
}
/* layout: margin left */
/* -------------------------------------------------------------------------- */
.ml-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-ml-0 {
    margin-left: 0 !important;
  }
  .sp-ml-d5 {
    margin-left: 0.5em !important;
  }
  .sp-ml-1 {
    margin-left: 1em !important;
  }
  .sp-ml-1d5 {
    margin-left: 1.5em !important;
  }
  .sp-ml-2 {
    margin-left: 2em !important;
  }
  .sp-ml-2d5 {
    margin-left: 2.5em !important;
  }
  .sp-ml-3 {
    margin-left: 3em !important;
  }
  .sp-ml-3d5 {
    margin-left: 3.5em !important;
  }
  .sp-ml-4 {
    margin-left: 4em !important;
  }
  .sp-ml-4d5 {
    margin-left: 4.5em !important;
  }
  .sp-ml-5 {
    margin-left: 5em !important;
  }
  .sp-ml-6 {
    margin-left: 6em !important;
  }
  .sp-ml-7 {
    margin-left: 7em !important;
  }
  .sp-ml-8 {
    margin-left: 8em !important;
  }
  .sp-ml-9 {
    margin-left: 9em !important;
  }
  .sp-ml-10 {
    margin-left: 10em !important;
  }
}
/* layout: percentage width */
/* -------------------------------------------------------------------------- */
.w-100p {
  width: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-w-100p {
    width: 100% !important;
  }
  .sp-w-95p {
    width: 95% !important;
  }
  .sp-w-90p {
    width: 90% !important;
  }
  .sp-w-85p {
    width: 85% !important;
  }
  .sp-w-80p {
    width: 80% !important;
  }
  .sp-w-75p {
    width: 75% !important;
  }
  .sp-w-70p {
    width: 70% !important;
  }
  .sp-w-65p {
    width: 65% !important;
  }
  .sp-w-60p {
    width: 60% !important;
  }
  .sp-w-55p {
    width: 55% !important;
  }
  .sp-w-50p {
    width: 50% !important;
  }
  .sp-w-45p {
    width: 45% !important;
  }
  .sp-w-40p {
    width: 40% !important;
  }
  .sp-w-35p {
    width: 35% !important;
  }
  .sp-w-30p {
    width: 30% !important;
  }
  .sp-w-25p {
    width: 25% !important;
  }
  .sp-w-20p {
    width: 20% !important;
  }
  .sp-w-15p {
    width: 15% !important;
  }
  .sp-w-10p {
    width: 10% !important;
  }
  .sp-w-5p {
    width: 5% !important;
  }
  .sp-w-auto {
    width: auto !important;
  }
  .sp-w-small {
    width: 33.333% !important;
  }
  .sp-w-middle {
    width: 66.666% !important;
  }
  .sp-w-fit {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
/* layout: em width */
/* -------------------------------------------------------------------------- */
.w-d5e {
  width: 0.5em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-left {
  float: left;
}

.float-none {
  float: none;
}

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

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

.ff-josefin {
  font-family: "Josefin Sans", sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fz-32 {
  font-size: 2em;
}

.fz-36 {
  font-size: 2.25em;
}

.fz-40 {
  font-size: 2.5em;
}

.fz-44 {
  font-size: 2.75em;
}

.fz-48 {
  font-size: 3em;
}

.fz-42 {
  font-size: 3.25em;
}

.fz-56 {
  font-size: 3.5em;
}

.fz-60 {
  font-size: 3.75em;
}

.fz-64 {
  font-size: 4em;
}

.fz-80 {
  font-size: 5em;
}

.fz-120 {
  font-size: 7.5em;
}

.fz-144 {
  font-size: 9em;
}

.fz-160 {
  font-size: 10em;
}

@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;
  }
  .sp-fz-80 {
    font-size: 5em;
  }
  .sp-fz-120 {
    font-size: 7.5em;
  }
  .sp-fz-144 {
    font-size: 9em;
  }
  .sp-fz-160 {
    font-size: 10em;
  }
}
/* typography: font-style */
/* -------------------------------------------------------------------------- */
.fs-normal {
  font-style: normal;
}

.fs-italic {
  font-style: italic;
}

.fs-italic {
  font-style: oblique;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-fs-normal {
    font-style: normal;
  }
  .sp-fs-italic {
    font-style: italic;
  }
  .sp-fs-italic {
    font-style: oblique;
  }
}
/* typography: font-weight */
/* -------------------------------------------------------------------------- */
.fw-light {
  font-weight: 300 !important;
}

.fw-regular {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

/* typography: letter-spacing */
/* -------------------------------------------------------------------------- */
.ls-0 {
  letter-spacing: 0;
}

.ls-1 {
  letter-spacing: 0.1em;
}

.ls-2 {
  letter-spacing: 0.2em;
}

.ls-3 {
  letter-spacing: 0.3em;
}

.ls-4 {
  letter-spacing: 0.4em;
}

.ls-5 {
  letter-spacing: 0.5em;
}

.ls-6 {
  letter-spacing: 0.6em;
}

.ls-7 {
  letter-spacing: 0.7em;
}

.ls-8 {
  letter-spacing: 0.8em;
}

.ls-9 {
  letter-spacing: 0.9em;
}

.ls-10 {
  letter-spacing: 1em;
}

.ls-11 {
  letter-spacing: 1.1em;
}

.ls-12 {
  letter-spacing: 1.2em;
}

.ls-13 {
  letter-spacing: 1.3em;
}

.ls-14 {
  letter-spacing: 1.4em;
}

.ls-15 {
  letter-spacing: 1.5em;
}

.ls-16 {
  letter-spacing: 1.6em;
}

.ls-17 {
  letter-spacing: 1.7em;
}

.ls-18 {
  letter-spacing: 1.8em;
}

.ls-19 {
  letter-spacing: 1.9em;
}

.ls-20 {
  letter-spacing: 2em;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-ls-0 {
    letter-spacing: 0;
  }
  .sp-ls-1 {
    letter-spacing: 0.1em;
  }
  .sp-ls-2 {
    letter-spacing: 0.2em;
  }
  .sp-ls-3 {
    letter-spacing: 0.3em;
  }
  .sp-ls-4 {
    letter-spacing: 0.4em;
  }
  .sp-ls-5 {
    letter-spacing: 0.5em;
  }
  .sp-ls-6 {
    letter-spacing: 0.6em;
  }
  .sp-ls-7 {
    letter-spacing: 0.7em;
  }
  .sp-ls-8 {
    letter-spacing: 0.8em;
  }
  .sp-ls-9 {
    letter-spacing: 0.9em;
  }
  .sp-ls-10 {
    letter-spacing: 1em;
  }
  .sp-ls-11 {
    letter-spacing: 1.1em;
  }
  .sp-ls-12 {
    letter-spacing: 1.2em;
  }
  .sp-ls-13 {
    letter-spacing: 1.3em;
  }
  .sp-ls-14 {
    letter-spacing: 1.4em;
  }
  .sp-ls-15 {
    letter-spacing: 1.5em;
  }
  .sp-ls-16 {
    letter-spacing: 1.6em;
  }
  .sp-ls-17 {
    letter-spacing: 1.7em;
  }
  .sp-ls-18 {
    letter-spacing: 1.8em;
  }
  .sp-ls-19 {
    letter-spacing: 1.9em;
  }
  .sp-ls-20 {
    letter-spacing: 2em;
  }
}
/* typography: br */
/* -------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  br.pc-br {
    display: inline;
  }
  br.sp-br {
    display: none;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  br.pc-br {
    display: none;
  }
  br.sp-br {
    display: inline;
  }
}
@media print {
  br.sp-br {
    display: none;
  }
}
/* typography: line-height */
/* -------------------------------------------------------------------------- */
.lh-1 {
  line-height: 1;
}

.lh-1d2 {
  line-height: 1.2;
}

.lh-1d4 {
  line-height: 1.4;
}

.lh-1d6 {
  line-height: 1.6;
}

.lh-1d8 {
  line-height: 1.8;
}

.lh-2 {
  line-height: 2;
}

.lh-2d2 {
  line-height: 2.2;
}

.lh-2d4 {
  line-height: 2.4;
}

.lh-2d6 {
  line-height: 2.6;
}

.lh-2d8 {
  line-height: 2.8;
}

.lh-3 {
  line-height: 3;
}

.lh-3d2 {
  line-height: 3.2;
}

.lh-3d4 {
  line-height: 3.4;
}

.lh-3d6 {
  line-height: 3.6;
}

.lh-3d8 {
  line-height: 3.8;
}

.lh-4 {
  line-height: 4;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-lh-1 {
    line-height: 1;
  }
  .sp-lh-1d2 {
    line-height: 1.2;
  }
  .sp-lh-1d4 {
    line-height: 1.4;
  }
  .sp-lh-1d6 {
    line-height: 1.6;
  }
  .sp-lh-1d8 {
    line-height: 1.8;
  }
  .sp-lh-2 {
    line-height: 2;
  }
  .sp-lh-2d2 {
    line-height: 2.2;
  }
  .sp-lh-2d4 {
    line-height: 2.4;
  }
  .sp-lh-2d6 {
    line-height: 2.6;
  }
  .sp-lh-2d8 {
    line-height: 2.8;
  }
  .sp-lh-3 {
    line-height: 3;
  }
  .sp-lh-3d2 {
    line-height: 3.2;
  }
  .sp-lh-3d4 {
    line-height: 3.4;
  }
  .sp-lh-3d6 {
    line-height: 3.6;
  }
  .sp-lh-3d8 {
    line-height: 3.8;
  }
  .sp-lh-4 {
    line-height: 4;
  }
}
/* typography: text-align */
/* -------------------------------------------------------------------------- */
.ta-left {
  text-align: left;
}

.ta-center {
  text-align: center;
}

.ta-right {
  text-align: right;
}

.ta-justify {
  text-align: justify;
}

@media screen and (max-width: 40em) {
  .sp-ta-left {
    text-align: left;
  }
  .sp-ta-center {
    text-align: center;
  }
  .sp-ta-right {
    text-align: right;
  }
  .sp-ta-justify {
    text-align: justify;
  }
}
/* typography: decoration */
/* -------------------------------------------------------------------------- */
.td-none {
  text-decoration: none;
}

.td-underline {
  text-decoration: underline;
}

.td-overline {
  text-decoration: overline;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-td-none {
    text-decoration: none;
  }
  .sp-td-underline {
    text-decoration: underline;
  }
  .sp-td-overline {
    text-decoration: overline;
  }
}
/* typography: white-space */
/* -------------------------------------------------------------------------- */
.ws-normal {
  white-space: normal;
}

.ws-nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-ws-normal {
    white-space: normal;
  }
  .sp-ws-nowrap {
    white-space: nowrap;
  }
}
/* typography: word-break */
/* -------------------------------------------------------------------------- */
.wb-normal {
  word-break: normal;
}

.wb-break-all {
  word-break: break-all;
}

.wb-keep-all {
  word-break: keep-all;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-wb-normal {
    word-break: normal;
  }
  .sp-wb-break-all {
    word-break: break-all;
  }
  .sp-wb-keep-all {
    word-break: keep-all;
  }
}
/* typography: white-space */
/* -------------------------------------------------------------------------- */
.wm-v-rl {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
/*# sourceMappingURL=style.css.map */