@charset "UTF-8";
/*!
Theme Name: 吉川自動車運送
Theme URI: https://panarea.co.jp
Author: shogo yonetani
Author URI: https://panarea.co.jp
Description: 吉川自動車運送
*/
/*Color Management*/
:root {
  --s-font-noto: 'Noto Sans JP';
  --s-font-inter: Inter;
  --fw-5: 500;
  --fw-6: 600;
  --fw-7: 700;
  --fw-8: 800;
  --color-text: #231815;
  --backgrounds1: #fcfdff;
  --backgrounds2: #f5f9ff;
  --backgrounds2: #f5f9ff;
  --components1: #ebf2ff;
  --components2: #dde9ff;
  --components3: #cfdeff;
  --separators1: #bdd0ff;
  --separators2: #a5bcff;
  --separators3: #849fff;
  --key1: #1d2087;
  --key2: #2b379e;
  --key3: #4355d5;
  --key4: #1b1c83;
  --f7: #f7f7f7;
  --color-key3: #33719a;
  --color-key4: #1f455e;
  --color-key5: #0c1b25;
  --color-white: #fff;
  --color-gray: #757575;
  --color-lightgray: #fbf8f7;
  --color-black: #171617;
  --border-light-black: rgba(31,69,94,.1025);
  --border-light-white: rgba(255,255,255,.1025); }

/*Basic Color*/
/*Couplate Color*/
/*Footer*/
/*ASIDE*/
/*!color*/
/*!レスポンシブ*/
/*mouse-follower-dev*/
.mf-cursor {
  color: #555555;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001 !important;
  direction: ltr;
  contain: layout style size;
  pointer-events: none;
  transition: opacity 0.3s, color 0.4s; }
  @media screen and (max-width: 768px) {
    .mf-cursor {
      display: none; } }
  .mf-cursor:before {
    content: "";
    position: absolute;
    top: -24px;
    left: -24px;
    display: block;
    width: 48px;
    height: 48px;
    transform: scale(0.2);
    background: currentColor;
    border-radius: 50%;
    transition: transform 0.25s ease-in-out, opacity 0.1s; }
  .mf-cursor.-inverse {
    color: #aaaaaa; }
  @supports (mix-blend-mode: exclusion) {
    .mf-cursor.-exclusion {
      mix-blend-mode: exclusion; }
      .mf-cursor.-exclusion:before {
        background: #aaaaaa; } }
  .mf-cursor.-pointer:before {
    transform: scale(0.15); }
  .mf-cursor.-text {
    white-space: nowrap; }
    .mf-cursor.-text:before {
      opacity: 0.85;
      transform: scale(1.7); }
    .mf-cursor.-text.-active:before {
      transform: scale(1.6);
      transition-duration: 0.2s; }
  .mf-cursor.-icon:before {
    transform: scale(1.5); }
  .mf-cursor.-icon.-active:before {
    transform: scale(1.4); }
  .mf-cursor.-hidden:before {
    transform: scale(0); }
  .mf-cursor-text {
    position: absolute;
    top: -18px;
    left: -18px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0) rotate(10deg);
    opacity: 0;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    transition: opacity 0.4s, transform 0.3s; }
    .mf-cursor.-text .mf-cursor-text, .mf-cursor.-icon .mf-cursor-text {
      opacity: 1;
      transform: scale(1); }
  .mf-cursor-media {
    position: absolute;
    width: 150px !important;
    height: 150px !important;
    margin: -75px 0 0 -75px !important; }
    @media screen and (max-width: 768px) {
      .mf-cursor-media {
        width: 108px !important;
        height: 108px !important;
        margin: -54px 0 0 -54px !important; } }
    .mf-cursor-media img, .mf-cursor-media video {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 50%; }
      @supports (object-fit: cover) {
        .mf-cursor-media img, .mf-cursor-media video {
          position: static;
          width: 100%;
          height: 100%;
          object-fit: cover;
          transform: translateZ(0); } }
    .mf-cursor-media-box {
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden;
      transform: scale(0) translateZ(0);
      padding: 1px;
      opacity: 0;
      border-radius: 50%;
      transition: transform 0.35s, opacity 0.2s 0.2s; }
      .mf-cursor.-media .mf-cursor-media-box {
        opacity: 1;
        transform: scale(0.696);
        transition-duration: 0.4s, 0.4s;
        transition-delay: 0s, 0s; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, 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; }

a {
  background: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .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: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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] {
  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-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/*!//normalize.css*/
/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden; }

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.has-scroll-smooth body {
  overflow: hidden; }

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh; }

[data-scroll-direction=horizontal] [data-scroll-container] {
  display: inline-block;
  height: 100vh;
  white-space: nowrap; }

[data-scroll-direction=horizontal] [data-scroll-section] {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  white-space: nowrap; }

.c-scrollbar {
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center right;
  transition: transform .3s,opacity .3s;
  width: 11px; }

.c-scrollbar:hover {
  transform: scaleX(1.45); }

.c-scrollbar:hover, .has-scroll-dragging .c-scrollbar, .has-scroll-scrolling .c-scrollbar {
  opacity: 1; }

[data-scroll-direction=horizontal] .c-scrollbar {
  bottom: 0;
  height: 10px;
  top: auto;
  transform: scaleY(1);
  width: 100%; }

[data-scroll-direction=horizontal] .c-scrollbar:hover {
  transform: scaleY(1.3); }

.c-scrollbar_thumb {
  background-color: #000;
  border-radius: 10px;
  cursor: -webkit-grab;
  cursor: grab;
  margin: 2px;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  width: 7px; }

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
  bottom: 0;
  right: auto; }

/*!basic css*/
html {
  height: 100%;
  font-size: 1.2vw; }
  @media screen and (max-width: 768px) {
    html {
      font-size: 3.5vw; } }

body {
  margin: 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
  font-family: YakuHanJP_Narrow, Avenir Next,Verdana, 游ゴシック,Yu Gothic,YuGothic,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: var(--color-white);
  color: var(--color-text);
  /*
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  */
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  padding-bottom: 1px; }
  body::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    display: block;
    width: 100%;
    height: 100%;
    background: url("images/noise.png");
    background-repeat: repeat;
    background-size: 100px;
    pointer-events: none;
    opacity: .5; }

* {
  color: var(--color-text);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-feature-settings: "palt";
  -ms-overflow-style: none; }
  *::-webkit-scrollbar {
    display: none; }

::selection {
  background-color: rgba(0, 0, 0, 0.15);
  color: #252525; }

/*マウスストーカー*/
.mouse {
  background: #ee781f;
  border-radius: 50%;
  position: fixed;
  z-index: 10010;
  pointer-events: none;
  transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
  @media screen and (max-width: 768px) {
    .mouse {
      display: none; } }

.mouse2 {
  position: fixed;
  z-index: 100001;
  width: 1em;
  height: 1em;
  background: #ee781f;
  margin: -.5em 0 0 -.5em;
  border-radius: 8.2em;
  pointer-events: none;
  transition: transform 0.1s;
  transition-delay: .1s;
  opacity: 0; }
  @media screen and (max-width: 768px) {
    .mouse2 {
      display: none; } }

.mouse2.active {
  border: none;
  background: #ee781f;
  transform: scale(2);
  transition-delay: .1s; }

/*!TEXT*/
p, h1, h2, h3, h4, h5 {
  display: block;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  margin: 0;
  font-size: 1em; }

h1, h2, h3, h4, h5 {
  position: relative;
  z-index: 15; }

p {
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.64; }

.sans {
  font-family: 'Inter', Avenir Next,Verdana,'M PLUS 1p', 游ゴシック,Yu Gothic,YuGothic,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,sans-serif; }

.serif {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "HGS明朝B", "ＭＳ Ｐ明朝", serif, "Meiryo", "Sawarabi Mincho", "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }

i {
  font-style: normal; }

.emphasis {
  background: linear-gradient(#ff1d9157, #ff1d9157) no-repeat;
  background-size: 100%;
  background-position: 0; }

.posCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }

img {
  max-width: 100%;
  height: auto; }

img.objf {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

video.objf {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

iframe.objf {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

/*!LINK*/
a {
  text-decoration: none; }
  a.not {
    cursor: not-allowed; }
  a[target='_blank'] {
    		/*
      p {
       &::after {
        content: ''; display: inline-block; vertical-align: sub; width: 1em; height: 1em; background: url(images/iconLinkout.svg); background-size: cover; margin-left: 1em;
       }
      }
    		*/ }
  a.arrow {
    display: flex;
    align-items: center; }
    a.arrow > ._arrow {
      position: relative;
      z-index: 15;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 3.28em;
      height: 3.28em;
      margin-left: 18px;
      border-radius: 3.28em;
      overflow: hidden; }
      a.arrow > ._arrow::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: -1;
        display: block;
        width: 100%;
        height: 100%;
        background: #ee781f; }
      a.arrow > ._arrow img {
        width: 1em;
        height: 1em; }
  a.positionLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

p.btn {
  position: relative;
  z-index: 15;
  display: block; }
  p.btn._liner {
    display: table;
    margin: 0 auto;
    line-height: 3; }
    p.btn._liner::before {
      content: '';
      display: block;
      width: 0;
      height: 1px;
      background: #150606;
      position: absolute;
      bottom: 0;
      left: 0;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    p.btn._liner::after {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background: #150606;
      position: absolute;
      bottom: 0;
      right: 0;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      transition-delay: .246s; }
    p.btn._liner:hover::before {
      width: 100%;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      transition-delay: .246s; }
    p.btn._liner:hover::after {
      width: 0;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }

.noallow {
  cursor: not-allowed !important;
  pointer-events: none !important; }

.damy {
  color: tomato !important; }

/*!ul/dl*/
ul, dl {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  -moz-margin-before: 0;
  -moz-margin-after: 0;
  -moz-margin-start: 0;
  -moz-margin-end: 0;
  -moz-padding-start: 0;
  -ms-margin-before: 0;
  -ms-margin-after: 0;
  -ms-margin-start: 0;
  -ms-margin-end: 0;
  -ms-padding-start: 0;
  -o-margin-before: 0;
  -o-margin-after: 0;
  -o-margin-start: 0;
  -o-margin-end: 0;
  -o-padding-start: 0;
  margin-before: 0;
  margin-after: 0;
  margin-start: 0;
  margin-end: 0;
  padding-start: 0;
  -webkit-padding-left: 0;
  -moz-padding-left: 0;
  -ms-padding-left: 0;
  -o-padding-left: 0;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }

ul li {
  list-style-type: none; }

dl dd {
  margin-left: 0; }

.clear::after {
  content: '';
  display: block;
  clear: both; }

/*!ASPECT*/
.aspect {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden; }
  .aspect.aspect35 {
    padding-top: 35%; }
  .aspect.aspect41 {
    padding-top: 41.4%; }
  .aspect.aspect50 {
    padding-top: 50%; }
  .aspect.aspect56 {
    padding-top: 56.25%; }
  .aspect.aspect61 {
    padding-top: 61.8%; }
  .aspect.aspect75 {
    padding-top: 75%; }
  .aspect.aspect100 {
    padding-top: 100%; }
  .aspect.aspect120 {
    padding-top: 120%; }
  .aspect.aspect141 {
    padding-top: 141.4%; }
  .aspect.aspect178 {
    padding-top: 178%; }
  .aspect.aspect200 {
    padding-top: 200%; }
  .aspect.aspect282 {
    padding-top: 282.8%; }
  .aspect .aspectBlock {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
    .aspect .aspectBlock .aspectInner {
      height: calc(100% + 10rem);
      transform: translateY(-5rem); }
    .aspect .aspectBlock img {
      width: 100%;
      height: auto; }
      .aspect .aspectBlock img.objf {
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;'; }
    .aspect .aspectBlock blockquote {
      width: 100% !important;
      height: 100% !important; }
      .aspect .aspectBlock blockquote iframe {
        width: 100% !important;
        height: 100% !important; }
    .aspect .aspectBlock iframe {
      width: 100%;
      height: 100%; }
    .aspect .aspectBlock video {
      width: 100%;
      height: auto; }

.showImg {
  transform: scale(1.23);
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-duration: .82s; }
  .showImg:hover {
    transform: scale(1.1);
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }

/*!fugure*/
figure {
  margin: 0; }
  figure figurecaption {
    font-size: .85em;
    margin-top: .41em;
    display: block; }

/*!shadow*/
.sdw {
  box-shadfigureow: 0 1rem 3rem rgba(0, 0, 0, 0.05); }

.shadow {
  box-shadow: 0 2.5rem 2rem -2rem #193b4d66; }

/*!Resposive*/
.hidden-xs {
  display: block !important; }
  @media screen and (max-width: 768px) {
    .hidden-xs {
      display: none !important; } }

.visible-xs {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .visible-xs {
      display: block !important; } }

/*!.sticky*/
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 8999; }

/*!page loading*/
/*
#loading {
	position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
	background-color: #4daeef;
 background-image: radial-gradient(circle at 94% 95%, #1f445c 3%, transparent 76%), radial-gradient(circle at 13% 90%, #4a6db0 22.6048011414%, transparent 106.2351464535%), radial-gradient(circle at 86% 50%, rgba(237, 94, 194, 0) 7%, transparent 76%), radial-gradient(circle at 89% 79%, rgba(68, 44, 226, 0) 7%, transparent 87%), radial-gradient(circle at 15% 44%, rgba(242, 171, 166, 0) 15%, transparent 81%), radial-gradient(circle at 99% 20%, rgba(244, 253, 217, 0) 1%, transparent 68%);
 background-blend-mode: normal, normal, normal, normal, normal, normal;
 overflow: hidden;
 z-index: 10000;
 display: flex;
 justify-content: center;
 align-items: center;
 transition: opacity 0.82s ease, visibility 0.82s ease;
 opacity: 1;
 visibility: visible;
	color: var(--color-white);
	&.hidden {
  opacity: 0;
  visibility: hidden;
 }
}
*/
/* 初期状態: loadingを表示 */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #1e1a1a;
  background-image: radial-gradient(circle at 91% 11%, black 4.0387722132%, transparent 37.2265767974%), radial-gradient(circle at 66% 37%, black 0%, transparent 63.3364095611%), radial-gradient(circle at 36% 87%, black 12.1075360571%, transparent 63.3364095611%);
  background-blend-mode: normal,normal,normal;
  opacity: 1;
  transition: opacity 1s ease, visibility 1s ease; }
  #loading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
    display: block;
    width: 100%;
    height: 100%;
    background: url(images/noise.png);
    background-size: 100px;
    background-repeat: repeat; }
  #loading.hidden {
    opacity: 0;
    visibility: hidden; }
  #loading #lottie-container {
    width: 100%;
    height: 100%;
    max-width: 100vw;
    max-height: 100vh;
    aspect-ratio: 1 / 1; }

#main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background: #ee781f;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
  #main::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1; }
  #main .img {
    overflow: hidden;
    height: 2.05em; }
    #main .img img {
      width: auto;
      height: 2.05em;
      transform: translateY(2.05em); }
      @media screen and (max-width: 768px) {
        #main .img img {
          height: 2.05em; } }
      #main .img img.gone {
        transform: translateY(0);
        transition: cubic-bezier(0.43, 0.05, 0.17, 1) 0.82s 0.82s;
        -o-transition: cubic-bezier(0.43, 0.05, 0.17, 1) 0.82s 0.82s;
        -moz-transition: cubic-bezier(0.43, 0.05, 0.17, 1) 0.82s 0.82s;
        -webkit-transition: cubic-bezier(0.43, 0.05, 0.17, 1) 0.82s 0.82s; }
  #main .tagline p {
    font-size: 1.46em;
    font-weight: 600;
    color: var(--color-white); }
    #main .tagline p strong {
      color: #ee781f; }
  #main .tagline img {
    width: auto;
    height: 2.87em; }
    @media screen and (max-width: 768px) {
      #main .tagline img {
        display: block;
        margin: 0 auto;
        width: 70%;
        height: auto; } }

@keyframes headingAnimation {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -200% -200%; } }
/*ロード終了*/
[data-loading="true"] #main.hide {
  top: -100%;
  		/*
    opacity: 0;
    visibility: hidden;
  		*/
  pointer-events: none;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }

/*ページ遷移時*/
#remover {
  position: fixed;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999999;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background: #ee781f;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
  #remover::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1; }
  #remover.remove {
    top: 0;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }

/*!.inview*/
.inview {
  opacity: 0; }
  .inview.action {
    opacity: 1;
    transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
  .inview.action[data-delay="1"] {
    transition-delay: 0.05s; }
  .inview.action[data-delay="2"] {
    transition-delay: 0.1s; }
  .inview.action[data-delay="3"] {
    transition-delay: 0.15s; }
  .inview.action[data-delay="4"] {
    transition-delay: 0.2s; }
  .inview.action[data-delay="5"] {
    transition-delay: 0.25s; }
  .inview.action[data-delay="6"] {
    transition-delay: 0.3s; }
  .inview.action[data-delay="7"] {
    transition-delay: 0.35s; }
  .inview.action[data-delay="8"] {
    transition-delay: 0.4s; }
  .inview.action[data-delay="9"] {
    transition-delay: 0.45s; }
  .inview.action[data-delay="10"] {
    transition-delay: 0.5s; }

.animated {
  transform: translateY(24.6px); }
  .animated.move {
    transform: translateY(0);
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    transition-delay: .205s; }

.animate {
  transform: translateY(-2rem); }
  .animate.move {
    transform: translateY(0);
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }

.blur {
  filter: blur(10px);
  transform: translate3d(0, 0, 0) perspective(0);
  backface-visibility: hidden;
  will-change: contents; }
  .blur.action {
    filter: blur(0);
    transition: ease .5s; }

.animeBox {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 15;
  overflow: hidden; }
  .animeBox::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 0;
    height: 100%;
    background: #ee781f; }
  .animeBox img {
    opacity: 0; }
  .animeBox.gone::after {
    animation: animeCover 1.25s forwards;
    animation-delay: .5s; }
  .animeBox.gone img {
    animation: animeImg 1.25s forwards;
    animation-delay: .5s; }

@keyframes animeCover {
  0% {
    width: 0;
    left: 0; }
  50% {
    width: 100%;
    left: 0; }
  51% {
    width: 100%;
    left: initial;
    right: 0; }
  100% {
    width: 0;
    left: initial;
    right: 0; } }
@keyframes animeImg {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  51% {
    opacity: 1; }
  100% {
    opacity: 1; } }
/*ベンダープレフィックス登録*/
.animation {
  animation: humbNav 1.5s linear 0s infinite;
  -o-animation: humbNav 1.5s linear 0s infinite;
  -moz-animation: humbNav 1.5s linear 0s infinite;
  -webkit-animation: humbNav 1.5s linear 0s infinite; }

@keyframes humbNav {
  0% {
    width: 30%; }
  50% {
    width: 15%; }
  100% {
    width: 30%; } }
@-webkit-keyframes humbNav {
  0% {
    width: 30%; }
  50% {
    width: 15%; }
  100% {
    width: 30%; } }
@-o-keyframes humbNav {
  0% {
    width: 30%; }
  50% {
    width: 15%; }
  100% {
    width: 30%; } }
.anime_fade {
  display: flex; }

.anime_fade:hover span {
  animation: anime_fade 1s linear 0s 1;
  -o-animation: anime_fade 1s linear 0s 1;
  -moz-animation: anime_fade 1s linear 0s 1;
  -webkit-animation: anime_fade 1s linear 0s 1; }

@keyframes anime_fade {
  0% {
    opacity: 1; }
  5% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-webkit-keyframes anime_fade {
  0% {
    opacity: 1; }
  5% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-o-keyframes anime_fade {
  0% {
    opacity: 1; }
  5% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }
.transition {
  transition: ease 0.3s;
  transition: -o-ease 0.3s;
  transition: -moz-ease 0.3s;
  transition: -webkit-ease 0.3s; }

/*!input*/
select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: #f8f8f8;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  width: 100%;
  height: 60px;
  font-size: 1.5rem; }
  select option {
    background-color: #fff;
    color: #333; }

/*!------------------------------------
css_assets(パーツ)
-------------------------------------*/
/*!button*/
.humbBtn {
  position: relative;
  z-index: 15;
  width: 3.28em;
  height: 3.28em;
  border-radius: 4.1em;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
  @media screen and (max-width: 768px) {
    .humbBtn {
      display: block; } }
  .humbBtn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--color-white);
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
  .humbBtn span.dots {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #231814;
    position: absolute;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    .humbBtn span.dots:nth-child(1) {
      top: calc(50% - 8px);
      left: calc(50% - 8px);
      transform: translate(-50%, -50%); }
    .humbBtn span.dots:nth-child(2) {
      top: calc(50% - 8px);
      left: 50%;
      transform: translate(-50%, -50%); }
    .humbBtn span.dots:nth-child(3) {
      top: calc(50% - 8px);
      left: calc(50% + 8px);
      transform: translate(-50%, -50%); }
    .humbBtn span.dots:nth-child(4) {
      top: 50%;
      left: calc(50% - 8px);
      transform: translate(-50%, -50%); }
    .humbBtn span.dots:nth-child(5) {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .humbBtn span.dots:nth-child(6) {
      top: 50%;
      left: calc(50% + 8px);
      transform: translate(-50%, -50%); }
    .humbBtn span.dots:nth-child(7) {
      top: calc(50% + 8px);
      left: calc(50% - 8px);
      transform: translate(-50%, -50%); }
    .humbBtn span.dots:nth-child(8) {
      top: calc(50% + 8px);
      left: 50%;
      transform: translate(-50%, -50%); }
    .humbBtn span.dots:nth-child(9) {
      top: calc(50% + 8px);
      left: calc(50% + 8px);
      transform: translate(-50%, -50%); }
  .humbBtn span.border {
    display: block;
    width: 30%;
    height: 1px;
    border-radius: 2px;
    background: #231814;
    position: absolute;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    .humbBtn span.border:nth-child(1) {
      top: 40%;
      left: 55%;
      transform: translate(-50%, -50%); }
    .humbBtn span.border:nth-child(2) {
      top: 50%;
      left: 45%;
      transform: translate(-50%, -50%); }
    .humbBtn span.border:nth-child(3) {
      top: 60%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .humbBtn span.borders {
    display: block;
    width: 30%;
    height: 1px;
    border-radius: 2px;
    background: #231814;
    position: absolute;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    .humbBtn span.borders:nth-child(1) {
      top: 37.5%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .humbBtn span.borders:nth-child(2) {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .humbBtn span.borders:nth-child(3) {
      top: 62.5%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .humbBtn span.txt {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: .7em;
    color: var(--color-white);
    letter-spacing: 3px; }
  .humbBtn:hover {
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    .humbBtn:hover::before {
      border-radius: 6px;
      transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
    .humbBtn:hover span.dots {
      background: #231814;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
      .humbBtn:hover span.dots:nth-child(1) {
        top: calc(50% - 6px);
        left: calc(50% - 6px); }
      .humbBtn:hover span.dots:nth-child(2) {
        top: calc(50% - 6px);
        left: 50%; }
      .humbBtn:hover span.dots:nth-child(3) {
        top: calc(50% - 6px);
        left: calc(50% + 6px); }
      .humbBtn:hover span.dots:nth-child(4) {
        top: 50%;
        left: calc(50% - 6px); }
      .humbBtn:hover span.dots:nth-child(5) {
        top: 50%;
        left: 50%; }
      .humbBtn:hover span.dots:nth-child(6) {
        top: 50%;
        left: calc(50% + 6px); }
      .humbBtn:hover span.dots:nth-child(7) {
        top: calc(50% + 6px);
        left: calc(50% - 6px); }
      .humbBtn:hover span.dots:nth-child(8) {
        top: calc(50% + 6px);
        left: 50%; }
      .humbBtn:hover span.dots:nth-child(9) {
        top: calc(50% + 6px);
        left: calc(50% + 6px); }
    .humbBtn:hover span.borders {
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
      .humbBtn:hover span.borders:nth-child(1) {
        top: 50%; }
      .humbBtn:hover span.borders:nth-child(3) {
        top: 50%; }
  .humbBtn.active {
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    .humbBtn.active::before {
      transform: scale(1);
      pointer-events: none;
      opacity: 0;
      transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
    .humbBtn.active span.dots {
      background: #f5f5f5;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
      .humbBtn.active span.dots:nth-child(1) {
        top: 50%;
        left: calc(50% - 5px); }
      .humbBtn.active span.dots:nth-child(2) {
        top: 50%;
        left: 50%; }
      .humbBtn.active span.dots:nth-child(3) {
        top: 50%;
        left: calc(50% + 5px); }
      .humbBtn.active span.dots:nth-child(4) {
        top: 50%;
        left: calc(50% - 5px); }
      .humbBtn.active span.dots:nth-child(5) {
        top: 50%;
        left: 50%; }
      .humbBtn.active span.dots:nth-child(6) {
        top: 50%;
        left: calc(50% + 5px); }
      .humbBtn.active span.dots:nth-child(7) {
        top: 50%;
        left: calc(50% - 5px); }
      .humbBtn.active span.dots:nth-child(8) {
        top: 50%;
        left: 50%; }
      .humbBtn.active span.dots:nth-child(9) {
        top: 50%;
        left: calc(50% + 5px); }
    .humbBtn.active span.border {
      background: #999 !important;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
      .humbBtn.active span.border:nth-child(1) {
        top: 50%; }
      .humbBtn.active span.border:nth-child(3) {
        top: 50%; }
    .humbBtn.active span.borders {
      background: var(--color-white) !important;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
      .humbBtn.active span.borders:nth-child(1) {
        top: 50%;
        transform: translate(-50%, -50%) rotate(45deg); }
      .humbBtn.active span.borders:nth-child(2) {
        opacity: 0; }
      .humbBtn.active span.borders:nth-child(3) {
        top: 50%;
        transform: translate(-50%, -50%) rotate(-45deg); }
    .humbBtn.active span.txt {
      color: var(--color-white) !important; }
  .humbBtn.scroll span {
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }

/*!------------------------------------
css_sections(ブロック)
-------------------------------------*/
/*!#siteHeader------------------------------------------------------------------------------------------------*/
/*公式*/
#siteHead {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8000;
  width: 100%;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
  #siteHead::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    background: var(--color-white);
    z-index: -5;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
  #siteHead .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc(100% / 24 * 22);
    min-height: calc(8.5em / 8 * 5);
    margin: 0 auto;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    @media screen and (max-width: 768px) {
      #siteHead .wrapper {
        min-height: calc(8.5em / 8 * 3); } }
    #siteHead .wrapper.sub::before {
      content: '';
      display: block;
      flex: 1; }
      @media screen and (max-width: 768px) {
        #siteHead .wrapper.sub::before {
          display: none; } }
    #siteHead .wrapper.sub > ._head {
      margin-left: 0; }
      #siteHead .wrapper.sub > ._head a h1 img {
        filter: none; }
    #siteHead .wrapper > ._head {
      display: flex;
      margin-left: calc((100vw / 96)* -3); }
      @media screen and (max-width: 768px) {
        #siteHead .wrapper > ._head {
          margin-left: 0; } }
      #siteHead .wrapper > ._head a h1 {
        display: flex;
        align-items: center;
        column-gap: calc(8.5em / 8);
        font-weight: normal;
        line-height: 1.23; }
        @media screen and (max-width: 768px) {
          #siteHead .wrapper > ._head a h1 {
            column-gap: 0; } }
        #siteHead .wrapper > ._head a h1 img {
          display: block;
          width: auto;
          height: calc(8.5em / 32 * 12);
          line-height: 1.23;
          filter: brightness(0) invert(1);
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
          @media screen and (max-width: 768px) {
            #siteHead .wrapper > ._head a h1 img {
              height: calc(8.5em / 32 * 7); } }
    #siteHead .wrapper > ._body {
      flex: 1;
      display: flex;
      justify-content: flex-end; }
      #siteHead .wrapper > ._body nav > ul {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        column-gap: calc(8.5em / 16 * 3); }
        @media screen and (max-width: 768px) {
          #siteHead .wrapper > ._body nav > ul {
            column-gap: 0; } }
        #siteHead .wrapper > ._body nav > ul > li > * {
          min-height: 2.05em; }
          @media screen and (max-width: 768px) {
            #siteHead .wrapper > ._body nav > ul > li > * {
              min-height: 2.46em; } }
        #siteHead .wrapper > ._body nav > ul > li[data-type="lower"] {
          position: relative;
          z-index: 15; }
          @media screen and (max-width: 768px) {
            #siteHead .wrapper > ._body nav > ul > li[data-type="lower"] {
              display: none; } }
          #siteHead .wrapper > ._body nav > ul > li[data-type="lower"] * {
            color: var(--color-white); }
          #siteHead .wrapper > ._body nav > ul > li[data-type="lower"] > a {
            display: flex;
            align-items: center;
            gap: calc(8.5em / 32); }
            #siteHead .wrapper > ._body nav > ul > li[data-type="lower"] > a > span.slot {
              display: block;
              height: 1.23em;
              overflow: hidden; }
              #siteHead .wrapper > ._body nav > ul > li[data-type="lower"] > a > span.slot i {
                display: block;
                line-height: 1.23;
                transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
            #siteHead .wrapper > ._body nav > ul > li[data-type="lower"] > a > i {
              display: flex;
              align-items: center;
              justify-content: center;
              width: 1em;
              height: 1em;
              padding: calc(8.5em / 128 * 3);
              border: solid 1px var(--color-white);
              border-radius: calc(8.5em / 32);
              transform: rotate(90deg); }
              #siteHead .wrapper > ._body nav > ul > li[data-type="lower"] > a > i img {
                filter: invert(1); }
          #siteHead .wrapper > ._body nav > ul > li[data-type="lower"] > div[data-label] {
            position: relative;
            z-index: 15;
            display: flex;
            align-items: center;
            column-gap: calc(8.5em / 16); }
            #siteHead .wrapper > ._body nav > ul > li[data-type="lower"] > div[data-label] span {
              display: block;
              transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
            #siteHead .wrapper > ._body nav > ul > li[data-type="lower"] > div[data-label] i {
              display: block;
              width: 1em;
              height: 1em;
              transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
            #siteHead .wrapper > ._body nav > ul > li[data-type="lower"] > div[data-label]::before {
              content: attr(data-label);
              position: absolute;
              display: block;
              opacity: 0;
              transform: translateY(100%) translateZ(0);
              transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
          #siteHead .wrapper > ._body nav > ul > li[data-type="lower"] > div[data-type="navigation"] {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
            #siteHead .wrapper > ._body nav > ul > li[data-type="lower"] > div[data-type="navigation"] ul {
              display: grid;
              grid-auto-flow: column;
              grid-template-rows: repeat(4, auto);
              gap: calc(8.5em / 32 * 1);
              padding: calc(8.5em / 16* 1);
              background: var(--border-light-black);
              border-radius: calc(8.5em / 32);
              font-size: .9em;
              -webkit-backdrop-filter: blur(8px);
              backdrop-filter: blur(8px); }
              #siteHead .wrapper > ._body nav > ul > li[data-type="lower"] > div[data-type="navigation"] ul > li {
                min-width: 12.3em;
                padding: calc(8.5em / 32* 2) calc(8.5em / 32* 4);
                background: var(--key2);
                transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
                -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
                -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
                -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
                white-space: nowrap; }
                #siteHead .wrapper > ._body nav > ul > li[data-type="lower"] > div[data-type="navigation"] ul > li:hover {
                  opacity: 1 !important;
                  transform: scale(0.975);
                  transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
                  -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
                  -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
                  -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
              #siteHead .wrapper > ._body nav > ul > li[data-type="lower"] > div[data-type="navigation"] ul:hover > li {
                opacity: .328;
                transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
                -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
                -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
                -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
          #siteHead .wrapper > ._body nav > ul > li[data-type="lower"]:hover > a > span.slot i {
            transform: translateY(-1.23em);
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
          #siteHead .wrapper > ._body nav > ul > li[data-type="lower"]:hover > div[data-label] span {
            transform: translateY(-100%) translateZ(0);
            opacity: 0; }
          #siteHead .wrapper > ._body nav > ul > li[data-type="lower"]:hover > div[data-label] i {
            transform: rotate(180deg);
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
          #siteHead .wrapper > ._body nav > ul > li[data-type="lower"]:hover > div[data-label]::before {
            opacity: 1;
            transform: translateY(0) translateZ(0);
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
          #siteHead .wrapper > ._body nav > ul > li[data-type="lower"]:hover > div[data-type="navigation"] {
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
            #siteHead .wrapper > ._body nav > ul > li[data-type="lower"]:hover > div[data-type="navigation"] ul {
              box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px; }
        #siteHead .wrapper > ._body nav > ul > li[data-type="tel"] {
          font-size: 1.1275em; }
          @media screen and (max-width: 768px) {
            #siteHead .wrapper > ._body nav > ul > li[data-type="tel"] {
              display: none; } }
          #siteHead .wrapper > ._body nav > ul > li[data-type="tel"] a {
            display: flex;
            align-items: center;
            gap: calc(8.5em / 32); }
            #siteHead .wrapper > ._body nav > ul > li[data-type="tel"] a > .icon {
              display: block;
              width: 1em;
              height: 1em; }
            #siteHead .wrapper > ._body nav > ul > li[data-type="tel"] a > .text {
              letter-spacing: -.0205em; }
        #siteHead .wrapper > ._body nav > ul > li[data-type="button"] {
          background: linear-gradient(135deg, var(--color-black) 75%, var(--key2));
          border-radius: calc(8.5em / 32);
          overflow: hidden;
          font-size: .95em;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
          @media screen and (max-width: 768px) {
            #siteHead .wrapper > ._body nav > ul > li[data-type="button"][data-action="entry"] {
              display: none; } }
          #siteHead .wrapper > ._body nav > ul > li[data-type="button"] * {
            color: var(--color-white); }
          #siteHead .wrapper > ._body nav > ul > li[data-type="button"] a {
            display: flex;
            align-items: center; }
            @media screen and (max-width: 768px) {
              #siteHead .wrapper > ._body nav > ul > li[data-type="button"] a {
                justify-content: center; } }
            #siteHead .wrapper > ._body nav > ul > li[data-type="button"] a span {
              padding: 0 calc(8.5em / 12* 1);
              font-size: .95em; }
              @media screen and (max-width: 768px) {
                #siteHead .wrapper > ._body nav > ul > li[data-type="button"] a span {
                  padding: 0; } }
          #siteHead .wrapper > ._body nav > ul > li[data-type="button"]:hover, #siteHead .wrapper > ._body nav > ul > li[data-type="button"]:has(.active) {
            background: linear-gradient(135deg, var(--key2) 75%, var(--key3));
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
        #siteHead .wrapper > ._body nav > ul.inview > li {
          opacity: 0; }
        #siteHead .wrapper > ._body nav > ul.action > li {
          opacity: 1; }
          #siteHead .wrapper > ._body nav > ul.action > li:nth-child(0) {
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            transition-delay: calc((0 * 0.1435s) + 0.615s); }
          #siteHead .wrapper > ._body nav > ul.action > li:nth-child(1) {
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            transition-delay: calc((1 * 0.1435s) + 0.615s); }
          #siteHead .wrapper > ._body nav > ul.action > li:nth-child(2) {
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            transition-delay: calc((2 * 0.1435s) + 0.615s); }
          #siteHead .wrapper > ._body nav > ul.action > li:nth-child(3) {
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            transition-delay: calc((3 * 0.1435s) + 0.615s); }
          #siteHead .wrapper > ._body nav > ul.action > li:nth-child(4) {
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            transition-delay: calc((4 * 0.1435s) + 0.615s); }
          #siteHead .wrapper > ._body nav > ul.action > li:nth-child(5) {
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            transition-delay: calc((5 * 0.1435s) + 0.615s); }
          #siteHead .wrapper > ._body nav > ul.action > li:nth-child(6) {
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            transition-delay: calc((6 * 0.1435s) + 0.615s); }
          #siteHead .wrapper > ._body nav > ul.action > li:nth-child(7) {
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            transition-delay: calc((7 * 0.1435s) + 0.615s); }
          #siteHead .wrapper > ._body nav > ul.action > li:nth-child(8) {
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            transition-delay: calc((8 * 0.1435s) + 0.615s); }
          #siteHead .wrapper > ._body nav > ul.action > li:nth-child(9) {
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            transition-delay: calc((9 * 0.1435s) + 0.615s); }
          #siteHead .wrapper > ._body nav > ul.action > li:nth-child(10) {
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            transition-delay: calc((10 * 0.1435s) + 0.615s); }
          #siteHead .wrapper > ._body nav > ul.action > li:nth-child(11) {
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            transition-delay: calc((11 * 0.1435s) + 0.615s); }
          #siteHead .wrapper > ._body nav > ul.action > li:nth-child(12) {
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            transition-delay: calc((12 * 0.1435s) + 0.615s); }
          #siteHead .wrapper > ._body nav > ul.action > li:nth-child(13) {
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            transition-delay: calc((13 * 0.1435s) + 0.615s); }
          #siteHead .wrapper > ._body nav > ul.action > li:nth-child(14) {
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            transition-delay: calc((14 * 0.1435s) + 0.615s); }
          #siteHead .wrapper > ._body nav > ul.action > li:nth-child(15) {
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            transition-delay: calc((15 * 0.1435s) + 0.615s); }
          #siteHead .wrapper > ._body nav > ul.action > li:nth-child(16) {
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            transition-delay: calc((16 * 0.1435s) + 0.615s); }
          #siteHead .wrapper > ._body nav > ul.action > li:nth-child(17) {
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            transition-delay: calc((17 * 0.1435s) + 0.615s); }
          #siteHead .wrapper > ._body nav > ul.action > li:nth-child(18) {
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            transition-delay: calc((18 * 0.1435s) + 0.615s); }
          #siteHead .wrapper > ._body nav > ul.action > li:nth-child(19) {
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            transition-delay: calc((19 * 0.1435s) + 0.615s); }
          #siteHead .wrapper > ._body nav > ul.action > li:nth-child(20) {
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            transition-delay: calc((20 * 0.1435s) + 0.615s); }
  #siteHead ._menu {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 768px) {
      #siteHead ._menu {
        display: flex; } }
    #siteHead ._menu p.humbNav {
      display: flex;
      align-items: center;
      column-gap: calc(85px / 6);
      padding: 0 calc(8.5em / 16 * 2);
      text-transform: uppercase;
      font-size: .9em; }
      #siteHead ._menu p.humbNav > span {
        order: 1;
        position: relative;
        display: flex;
        align-content: space-between;
        flex-wrap: wrap;
        width: 1.435em;
        height: .8em;
        margin: 0 auto; }
        #siteHead ._menu p.humbNav > span > i {
          display: block;
          width: 1.435em;
          height: 1px;
          background: var(--color-white);
          border-radius: 1px;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
          #siteHead ._menu p.humbNav > span > i:first-child, #siteHead ._menu p.humbNav > span > i:last-child {
            width: 1.075em; }
          #siteHead ._menu p.humbNav > span > i:first-child {
            margin-left: auto; }
          #siteHead ._menu p.humbNav > span > i:last-child {
            margin-right: auto; }
      #siteHead ._menu p.humbNav.active > span {
        align-content: center; }
        #siteHead ._menu p.humbNav.active > span > i {
          width: 1.435em !important;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
          #siteHead ._menu p.humbNav.active > span > i:first-child {
            transform: rotate(18deg) translateY(0.5px); }
          #siteHead ._menu p.humbNav.active > span > i:nth-child(2) {
            width: 0;
            height: 0; }
          #siteHead ._menu p.humbNav.active > span > i:last-child {
            transform: rotate(-18deg) translateY(-0.5px); }
  #siteHead.lower::before {
    height: 100%;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
  #siteHead.lower .wrapper {
    min-height: calc(8.5em / 8 * 4);
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    @media screen and (max-width: 768px) {
      #siteHead.lower .wrapper {
        min-height: calc(8.5em / 8 * 3); } }
    #siteHead.lower .wrapper > ._head a h1 img {
      height: calc(8.5em / 32 * 9);
      filter: brightness(1) invert(0);
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
      @media screen and (max-width: 768px) {
        #siteHead.lower .wrapper > ._head a h1 img {
          height: calc(8.5em / 32 * 7); } }
    #siteHead.lower .wrapper > ._body nav > ul > li[data-type="lower"] * {
      color: var(--color-text); }
  #siteHead.invert .wrapper {
    min-height: calc(8.5em / 8 * 4);
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    @media screen and (max-width: 768px) {
      #siteHead.invert .wrapper {
        min-height: calc(8.5em / 8 * 3); } }
    #siteHead.invert .wrapper > ._head a h1 img {
      height: calc(8.5em / 32 * 9);
      filter: brightness(0) invert(1);
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
      @media screen and (max-width: 768px) {
        #siteHead.invert .wrapper > ._head a h1 img {
          height: calc(8.5em / 32 * 7); } }
    #siteHead.invert .wrapper > ._body nav > ul > li[data-type="tel"] {
      filter: invert(1); }
    #siteHead.invert .wrapper > ._body nav > ul > li[data-type="lower"] * {
      color: var(--color-text); }
  #siteHead.move {
    opacity: 0;
    pointer-events: none;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }

body.scroll #siteHead::before {
  height: 100%;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
body.scroll #siteHead .wrapper {
  min-height: calc(8.5em / 8 * 4);
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
  @media screen and (max-width: 768px) {
    body.scroll #siteHead .wrapper {
      min-height: calc(8.5em / 8 * 3); } }
  body.scroll #siteHead .wrapper > ._head a h1 img {
    height: calc(8.5em / 32 * 9);
    filter: brightness(1) invert(0);
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    @media screen and (max-width: 768px) {
      body.scroll #siteHead .wrapper > ._head a h1 img {
        height: calc(8.5em / 32 * 7); } }
  body.scroll #siteHead .wrapper > ._body nav > ul > li[data-type="tel"] {
    filter: invert(0); }
  body.scroll #siteHead .wrapper > ._body nav > ul > li[data-type="lower"] * {
    color: var(--color-text); }
body.scroll #siteHead .scrollHide {
  height: 1px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-30px);
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
body.scroll.scrollUp #siteHead .wrapper ._head {
  opacity: 1;
  pointer-events: auto;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
body.scroll.scrollUp #siteHead .scrollHide {
  height: auto;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
body.scroll.scrollUp #siteHead.move {
  background: none; }
  body.scroll.scrollUp #siteHead.move a.title {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
body.scroll.scrollUp #cside {
  transform: translateY(170px);
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }

/*!#aside*/
aside#aside {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 7999;
  display: none;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: scroll;
  backdrop-filter: blur(10px); }
  @media screen and (max-width: 768px) {
    aside#aside {
      padding-bottom: 4.1em;
      background: var(--border-light-black);
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px); } }
  aside#aside .navigation_wrapper {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    width: calc(100% / 16* 15);
    margin: 0 auto;
    height: 100%;
    margin: 0 auto;
    padding-top: calc(8.5em / 8 * 5); }
    @media screen and (max-width: 768px) {
      aside#aside .navigation_wrapper {
        justify-content: flex-start;
        padding-top: calc(8.5em / 8 * 4);
        padding-bottom: calc(8.5em / 12 * 1); } }
    aside#aside .navigation_wrapper .navigation_body {
      position: relative;
      z-index: 15;
      min-width: calc(8.5em / 8 * 21);
      max-width: 100%;
      padding: calc(8.5em / 16 * 3);
      border: solid 1px var(--border-light-black);
      border-radius: calc(8.5em / 16 * 1);
      overflow: scroll;
      background: linear-gradient(135deg, rgba(23, 22, 23, 0.95) 75%, rgba(43, 55, 158, 0.95));
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
    /*
				&::before {
					content: '';
					position: absolute;
					top: 0;
					left: 0;
					z-index: -1;
					display: block;
					width: 100%;
					height: 100%;
					background: linear-gradient(135deg, var(--color-black) 75%, var(--color-key4));
					opacity: .95;
					pointer-events: none;
				}
    */ }
      @media screen and (max-width: 768px) {
        aside#aside .navigation_wrapper .navigation_body {
          min-width: 100%; } }
    aside#aside .navigation_wrapper ul.list {
      border-top: solid 1px var(--border-light-black); }
      aside#aside .navigation_wrapper ul.list * {
        color: var(--color-white); }
      aside#aside .navigation_wrapper ul.list > li {
        border-bottom: solid 1px var(--border-light-black); }
        aside#aside .navigation_wrapper ul.list > li:hover dl > dt::before {
          background: var(--color-white);
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
        aside#aside .navigation_wrapper ul.list > li.current dl > dt::before {
          background: var(--color-white) !important;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
        aside#aside .navigation_wrapper ul.list > li dl {
          display: flex;
          align-items: center;
          gap: 0 calc(8.5em / 3); }
          @media screen and (max-width: 768px) {
            aside#aside .navigation_wrapper ul.list > li dl {
              flex-direction: column;
              align-items: flex-start; } }
          aside#aside .navigation_wrapper ul.list > li dl > dt {
            display: flex;
            align-items: center;
            column-gap: calc(8.5em / 12); }
            aside#aside .navigation_wrapper ul.list > li dl > dt::before {
              content: '';
              display: block;
              width: .9em;
              min-width: .9em;
              height: .9em;
              border-radius: calc(8.5em / 48);
              background: rgba(255, 255, 255, 0.328);
              transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
            aside#aside .navigation_wrapper ul.list > li dl > dt a, aside#aside .navigation_wrapper ul.list > li dl > dt div {
              display: flex;
              align-items: center;
              justify-content: space-between;
              column-gap: .615em;
              padding: calc(8.5em / 32 * 3) 0;
              font-size: 1.1275em;
              letter-spacing: -.01025em;
              line-height: 1; }
              @media screen and (max-width: 768px) {
                aside#aside .navigation_wrapper ul.list > li dl > dt a, aside#aside .navigation_wrapper ul.list > li dl > dt div {
                  padding: calc(85px / 6) 0; } }
              aside#aside .navigation_wrapper ul.list > li dl > dt a > span, aside#aside .navigation_wrapper ul.list > li dl > dt div > span {
                position: relative;
                z-index: 15;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 2em;
                height: 1em;
                border: solid 1px var(--color-white);
                border-radius: 50%; }
                aside#aside .navigation_wrapper ul.list > li dl > dt a > span i, aside#aside .navigation_wrapper ul.list > li dl > dt div > span i {
                  position: absolute;
                  top: calc(50% - (1px / 2));
                  left: calc(50% - (1em / 2));
                  display: block;
                  width: 1em;
                  height: 1px;
                  background: var(--color-white);
                  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
                  aside#aside .navigation_wrapper ul.list > li dl > dt a > span i:nth-child(2), aside#aside .navigation_wrapper ul.list > li dl > dt div > span i:nth-child(2) {
                    left: calc(50% - (.5em / 2));
                    width: .5em;
                    transform: rotate(90deg); }
          @media screen and (max-width: 768px) {
            aside#aside .navigation_wrapper ul.list > li dl > dd {
              padding-left: calc((8.5em / 12) + .9em);
              padding-bottom: calc(85px / 6); } }
          aside#aside .navigation_wrapper ul.list > li dl > dd ul.children {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: calc(8.5em / 16); }
          aside#aside .navigation_wrapper ul.list > li dl > dd a, aside#aside .navigation_wrapper ul.list > li dl > dd div {
            display: flex;
            align-items: center;
            column-gap: .615em;
            padding: calc(85px/12) calc(85px/6);
            background: rgba(255, 255, 255, 0.1025);
            border-radius: calc(85px / 24);
            font-size: 1em;
            letter-spacing: -.01025em;
            line-height: 1;
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
            aside#aside .navigation_wrapper ul.list > li dl > dd a:hover, aside#aside .navigation_wrapper ul.list > li dl > dd div:hover {
              color: var(--color-black);
              background: var(--color-white);
              transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
        aside#aside .navigation_wrapper ul.list > li.other {
          padding: calc(8.5em / 8) 0; }
          @media screen and (max-width: 768px) {
            aside#aside .navigation_wrapper ul.list > li.other {
              padding: calc(8.5em / 8) 0; } }
          aside#aside .navigation_wrapper ul.list > li.other a {
            display: flex;
            align-items: center;
            column-gap: .615em;
            padding: 0;
            font-size: 1.3325em;
            letter-spacing: -.01025em; }
            @media screen and (max-width: 768px) {
              aside#aside .navigation_wrapper ul.list > li.other a {
                padding: 5px 0;
                font-size: 1.3325em;
                line-height: 1; } }
            aside#aside .navigation_wrapper ul.list > li.other a > i {
              display: block;
              width: 1em;
              height: 1em; }
      aside#aside .navigation_wrapper ul.list.inview > li {
        opacity: 0; }
      aside#aside .navigation_wrapper ul.list.action > li {
        opacity: 1; }
        aside#aside .navigation_wrapper ul.list.action > li:nth-child(0) {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          transition-delay: calc((0 * 0.0615s) + 0.1025s); }
        aside#aside .navigation_wrapper ul.list.action > li:nth-child(1) {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          transition-delay: calc((1 * 0.0615s) + 0.1025s); }
        aside#aside .navigation_wrapper ul.list.action > li:nth-child(2) {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          transition-delay: calc((2 * 0.0615s) + 0.1025s); }
        aside#aside .navigation_wrapper ul.list.action > li:nth-child(3) {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          transition-delay: calc((3 * 0.0615s) + 0.1025s); }
        aside#aside .navigation_wrapper ul.list.action > li:nth-child(4) {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          transition-delay: calc((4 * 0.0615s) + 0.1025s); }
        aside#aside .navigation_wrapper ul.list.action > li:nth-child(5) {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          transition-delay: calc((5 * 0.0615s) + 0.1025s); }
        aside#aside .navigation_wrapper ul.list.action > li:nth-child(6) {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          transition-delay: calc((6 * 0.0615s) + 0.1025s); }
        aside#aside .navigation_wrapper ul.list.action > li:nth-child(7) {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          transition-delay: calc((7 * 0.0615s) + 0.1025s); }
        aside#aside .navigation_wrapper ul.list.action > li:nth-child(8) {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          transition-delay: calc((8 * 0.0615s) + 0.1025s); }
        aside#aside .navigation_wrapper ul.list.action > li:nth-child(9) {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          transition-delay: calc((9 * 0.0615s) + 0.1025s); }
        aside#aside .navigation_wrapper ul.list.action > li:nth-child(10) {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          transition-delay: calc((10 * 0.0615s) + 0.1025s); }
        aside#aside .navigation_wrapper ul.list.action > li:nth-child(11) {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          transition-delay: calc((11 * 0.0615s) + 0.1025s); }
        aside#aside .navigation_wrapper ul.list.action > li:nth-child(12) {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          transition-delay: calc((12 * 0.0615s) + 0.1025s); }
        aside#aside .navigation_wrapper ul.list.action > li:nth-child(13) {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          transition-delay: calc((13 * 0.0615s) + 0.1025s); }
        aside#aside .navigation_wrapper ul.list.action > li:nth-child(14) {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          transition-delay: calc((14 * 0.0615s) + 0.1025s); }
        aside#aside .navigation_wrapper ul.list.action > li:nth-child(15) {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          transition-delay: calc((15 * 0.0615s) + 0.1025s); }
        aside#aside .navigation_wrapper ul.list.action > li:nth-child(16) {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          transition-delay: calc((16 * 0.0615s) + 0.1025s); }
        aside#aside .navigation_wrapper ul.list.action > li:nth-child(17) {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          transition-delay: calc((17 * 0.0615s) + 0.1025s); }
        aside#aside .navigation_wrapper ul.list.action > li:nth-child(18) {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          transition-delay: calc((18 * 0.0615s) + 0.1025s); }
        aside#aside .navigation_wrapper ul.list.action > li:nth-child(19) {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          transition-delay: calc((19 * 0.0615s) + 0.1025s); }
        aside#aside .navigation_wrapper ul.list.action > li:nth-child(20) {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          transition-delay: calc((20 * 0.0615s) + 0.1025s); }
    aside#aside .navigation_wrapper ul.social {
      display: flex;
      align-items: center;
      justify-content: center;
      column-gap: calc(8.5em / 8);
      filter: brightness(0) invert(1); }
    aside#aside .navigation_wrapper .foot {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: calc(85px / 4);
      margin-top: calc(8.5em / 8 * 3); }
      @media screen and (max-width: 768px) {
        aside#aside .navigation_wrapper .foot {
          margin-top: calc(8.5em / 8 * 2); } }
      aside#aside .navigation_wrapper .foot * {
        color: var(--color-white); }
      aside#aside .navigation_wrapper .foot ul.basic {
        display: flex;
        align-items: center;
        gap: calc(8.5em / 8);
        font-size: .85em; }
        @media screen and (max-width: 768px) {
          aside#aside .navigation_wrapper .foot ul.basic {
            width: 100%;
            justify-content: center;
            text-align: center; } }
        aside#aside .navigation_wrapper .foot ul.basic > li {
          display: flex;
          align-items: center; }
          @media screen and (max-width: 768px) {
            aside#aside .navigation_wrapper .foot ul.basic > li:last-child {
              display: none; } }
aside#fixNav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10001;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(85px * 2);
  height: calc(85px * 1);
  transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
  -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
  -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
  -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
  @media screen and (max-width: 768px) {
    aside#fixNav {
      width: calc(60px * 2);
      height: calc(60px * 1);
      transform: translateY(0); } }
  aside#fixNav ._menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: var(--color-white); }
    aside#fixNav ._menu p.humbNav {
      display: flex;
      align-items: center;
      column-gap: calc(85px / 6);
      text-transform: uppercase;
      font-size: .9em; }
      aside#fixNav ._menu p.humbNav > span {
        order: 1;
        position: relative;
        display: flex;
        align-content: space-between;
        flex-wrap: wrap;
        width: 4.1em;
        height: .8em;
        margin: 0 auto; }
        aside#fixNav ._menu p.humbNav > span > i {
          display: block;
          width: 4.1em;
          height: 1px;
          background: var(--color-white);
          border-radius: 1px;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
      aside#fixNav ._menu p.humbNav.active > span {
        align-content: center; }
        aside#fixNav ._menu p.humbNav.active > span > i {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
          aside#fixNav ._menu p.humbNav.active > span > i:nth-child(1) {
            transform: rotate(8deg) translateY(0.5px); }
          aside#fixNav ._menu p.humbNav.active > span > i:nth-child(2) {
            transform: rotate(-8deg) translateY(-0.5px); }

nav.bside * {
  color: #e4e4e4; }
nav.bside ul {
  display: flex;
  flex-wrap: wrap; }
  nav.bside ul li {
    width: 100%;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    nav.bside ul li:nth-child(0) {
      transition-delay: calc((0 * 0.041s) + 0.205s); }
    nav.bside ul li:nth-child(1) {
      transition-delay: calc((1 * 0.041s) + 0.205s); }
    nav.bside ul li:nth-child(2) {
      transition-delay: calc((2 * 0.041s) + 0.205s); }
    nav.bside ul li:nth-child(3) {
      transition-delay: calc((3 * 0.041s) + 0.205s); }
    nav.bside ul li:nth-child(4) {
      transition-delay: calc((4 * 0.041s) + 0.205s); }
    nav.bside ul li:nth-child(5) {
      transition-delay: calc((5 * 0.041s) + 0.205s); }
    nav.bside ul li:nth-child(6) {
      transition-delay: calc((6 * 0.041s) + 0.205s); }
    nav.bside ul li:nth-child(7) {
      transition-delay: calc((7 * 0.041s) + 0.205s); }
    nav.bside ul li:nth-child(8) {
      transition-delay: calc((8 * 0.041s) + 0.205s); }
    nav.bside ul li:nth-child(9) {
      transition-delay: calc((9 * 0.041s) + 0.205s); }
    nav.bside ul li:nth-child(10) {
      transition-delay: calc((10 * 0.041s) + 0.205s); }
    nav.bside ul li ~ li {
      margin-top: 12px; }
      @media screen and (max-width: 768px) {
        nav.bside ul li ~ li {
          margin-top: 10px; } }
    nav.bside ul li.txt {
      margin-bottom: 15px; }
      @media screen and (max-width: 768px) {
        nav.bside ul li.txt {
          margin-bottom: 10px; } }
    nav.bside ul li.banar {
      position: relative;
      z-index: 15;
      border: solid 3px transparent;
      border-radius: 6px;
      overflow: hidden;
      margin-top: 3px;
      transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
      nav.bside ul li.banar:first-child {
        margin-top: 1.64em; }
      nav.bside ul li.banar > .bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #ee781f; }
        nav.bside ul li.banar > .bg img {
          filter: brightness(0.7175); }
      nav.bside ul li.banar > a {
        padding: 1.435em; }
      nav.bside ul li.banar:hover {
        border-color: #2e6eb8;
        transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
nav.bside dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -1.025em; }
  @media screen and (max-width: 768px) {
    nav.bside dl {
      margin-bottom: -10px; } }
  nav.bside dl > dt {
    display: block;
    width: 100%;
    height: 1.23em;
    margin-bottom: 12px;
    overflow: hidden;
    font-size: 2.05em;
    font-weight: 600; }
    @media screen and (max-width: 768px) {
      nav.bside dl > dt {
        font-size: 1.845em;
        margin-bottom: 10px; } }
    nav.bside dl > dt a {
      position: relative;
      position: relative;
      display: table;
      transform: translateY(1.23em);
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
  nav.bside dl > dd {
    margin-right: 2.05em;
    margin-bottom: 1.025em; }
    @media screen and (max-width: 768px) {
      nav.bside dl > dd {
        margin-bottom: 10px; } }
    nav.bside dl > dd a {
      opacity: 0;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    nav.bside dl > dd:last-child {
      margin-right: 0; }

#bside.move nav.bside ul li:nth-child(0) dl > dt a {
  transform: translateY(0);
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((0 * 0.0615s) + 0.205s); }
#bside.move nav.bside ul li:nth-child(0) dl > dd:nth-child(0) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((0 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(0) dl > dd:nth-child(1) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((1 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(0) dl > dd:nth-child(2) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((2 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(0) dl > dd:nth-child(3) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((3 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(0) dl > dd:nth-child(4) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((4 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(0) dl > dd:nth-child(5) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((5 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(0) dl > dd:nth-child(6) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((6 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(1) dl > dt a {
  transform: translateY(0);
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((1 * 0.0615s) + 0.205s); }
#bside.move nav.bside ul li:nth-child(1) dl > dd:nth-child(0) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((0 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(1) dl > dd:nth-child(1) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((1 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(1) dl > dd:nth-child(2) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((2 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(1) dl > dd:nth-child(3) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((3 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(1) dl > dd:nth-child(4) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((4 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(1) dl > dd:nth-child(5) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((5 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(1) dl > dd:nth-child(6) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((6 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(2) dl > dt a {
  transform: translateY(0);
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((2 * 0.0615s) + 0.205s); }
#bside.move nav.bside ul li:nth-child(2) dl > dd:nth-child(0) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((0 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(2) dl > dd:nth-child(1) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((1 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(2) dl > dd:nth-child(2) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((2 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(2) dl > dd:nth-child(3) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((3 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(2) dl > dd:nth-child(4) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((4 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(2) dl > dd:nth-child(5) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((5 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(2) dl > dd:nth-child(6) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((6 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(3) dl > dt a {
  transform: translateY(0);
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((3 * 0.0615s) + 0.205s); }
#bside.move nav.bside ul li:nth-child(3) dl > dd:nth-child(0) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((0 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(3) dl > dd:nth-child(1) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((1 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(3) dl > dd:nth-child(2) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((2 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(3) dl > dd:nth-child(3) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((3 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(3) dl > dd:nth-child(4) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((4 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(3) dl > dd:nth-child(5) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((5 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(3) dl > dd:nth-child(6) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((6 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(4) dl > dt a {
  transform: translateY(0);
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((4 * 0.0615s) + 0.205s); }
#bside.move nav.bside ul li:nth-child(4) dl > dd:nth-child(0) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((0 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(4) dl > dd:nth-child(1) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((1 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(4) dl > dd:nth-child(2) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((2 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(4) dl > dd:nth-child(3) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((3 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(4) dl > dd:nth-child(4) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((4 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(4) dl > dd:nth-child(5) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((5 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(4) dl > dd:nth-child(6) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((6 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(5) dl > dt a {
  transform: translateY(0);
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((5 * 0.0615s) + 0.205s); }
#bside.move nav.bside ul li:nth-child(5) dl > dd:nth-child(0) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((0 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(5) dl > dd:nth-child(1) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((1 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(5) dl > dd:nth-child(2) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((2 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(5) dl > dd:nth-child(3) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((3 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(5) dl > dd:nth-child(4) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((4 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(5) dl > dd:nth-child(5) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((5 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(5) dl > dd:nth-child(6) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((6 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(6) dl > dt a {
  transform: translateY(0);
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((6 * 0.0615s) + 0.205s); }
#bside.move nav.bside ul li:nth-child(6) dl > dd:nth-child(0) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((0 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(6) dl > dd:nth-child(1) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((1 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(6) dl > dd:nth-child(2) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((2 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(6) dl > dd:nth-child(3) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((3 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(6) dl > dd:nth-child(4) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((4 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(6) dl > dd:nth-child(5) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((5 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(6) dl > dd:nth-child(6) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((6 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(7) dl > dt a {
  transform: translateY(0);
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((7 * 0.0615s) + 0.205s); }
#bside.move nav.bside ul li:nth-child(7) dl > dd:nth-child(0) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((0 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(7) dl > dd:nth-child(1) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((1 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(7) dl > dd:nth-child(2) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((2 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(7) dl > dd:nth-child(3) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((3 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(7) dl > dd:nth-child(4) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((4 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(7) dl > dd:nth-child(5) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((5 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(7) dl > dd:nth-child(6) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((6 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(8) dl > dt a {
  transform: translateY(0);
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((8 * 0.0615s) + 0.205s); }
#bside.move nav.bside ul li:nth-child(8) dl > dd:nth-child(0) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((0 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(8) dl > dd:nth-child(1) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((1 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(8) dl > dd:nth-child(2) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((2 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(8) dl > dd:nth-child(3) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((3 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(8) dl > dd:nth-child(4) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((4 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(8) dl > dd:nth-child(5) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((5 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(8) dl > dd:nth-child(6) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((6 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(9) dl > dt a {
  transform: translateY(0);
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((9 * 0.0615s) + 0.205s); }
#bside.move nav.bside ul li:nth-child(9) dl > dd:nth-child(0) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((0 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(9) dl > dd:nth-child(1) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((1 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(9) dl > dd:nth-child(2) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((2 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(9) dl > dd:nth-child(3) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((3 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(9) dl > dd:nth-child(4) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((4 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(9) dl > dd:nth-child(5) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((5 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(9) dl > dd:nth-child(6) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((6 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(10) dl > dt a {
  transform: translateY(0);
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((10 * 0.0615s) + 0.205s); }
#bside.move nav.bside ul li:nth-child(10) dl > dd:nth-child(0) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((0 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(10) dl > dd:nth-child(1) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((1 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(10) dl > dd:nth-child(2) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((2 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(10) dl > dd:nth-child(3) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((3 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(10) dl > dd:nth-child(4) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((4 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(10) dl > dd:nth-child(5) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((5 * 0.082s) + 0.615s); }
#bside.move nav.bside ul li:nth-child(10) dl > dd:nth-child(6) a {
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: calc((6 * 0.082s) + 0.615s); }

/*!//#siteHeader------------------------------------------------------------------------------------------------*/
/*!#siteFooter------------------------------------------------------------------------------------------------*/
.getintouch {
  position: relative;
  z-index: 15;
  background: var(--backgrounds2);
  border-bottom-left-radius: calc(8.5em / 16 * 3);
  border-bottom-right-radius: calc(8.5em / 16 * 3);
  overflow: hidden; }
  .getintouch .f_wrapper {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% / 24 * 22);
    margin: 0 auto;
    padding: calc(8.5em / 8 * 5) 0; }
    @media screen and (max-width: 768px) {
      .getintouch .f_wrapper {
        flex-direction: column;
        padding: calc(8.5em / 8 * 2) 0; } }
    .getintouch .f_wrapper > .item {
      flex: 1; }
      .getintouch .f_wrapper > .item .card {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: calc(8.5em / 16 * 3);
        padding: calc(8.5em / 8 * 3); }
        @media screen and (max-width: 768px) {
          .getintouch .f_wrapper > .item .card {
            gap: calc(8.5em / 16 * 2);
            padding: calc(8.5em / 16 * 3); } }
        .getintouch .f_wrapper > .item .card > .head {
          display: flex;
          align-items: center;
          flex-direction: column;
          gap: calc(8.5em / 32 * 3) calc(8.5em / 32 * 2); }
          @media screen and (max-width: 768px) {
            .getintouch .f_wrapper > .item .card > .head {
              justify-content: center;
              flex-direction: row; } }
          .getintouch .f_wrapper > .item .card > .head .icon {
            width: calc(8.5em / 16 * 5);
            height: calc(8.5em / 16 * 5); }
            @media screen and (max-width: 768px) {
              .getintouch .f_wrapper > .item .card > .head .icon {
                width: calc(8.5em / 16 * 3);
                height: calc(8.5em / 16 * 3); } }
          .getintouch .f_wrapper > .item .card > .head .title {
            font-weight: var(--fw-6); }
        .getintouch .f_wrapper > .item .card > .body {
          text-align: center; }
        .getintouch .f_wrapper > .item .card > .foot {
          flex: 1;
          text-align: center; }
          @media screen and (max-width: 768px) {
            .getintouch .f_wrapper > .item .card > .foot {
              font-size: .9em; } }
      .getintouch .f_wrapper > .item ~ .item {
        border-left: solid 1px var(--components3); }
        @media screen and (max-width: 768px) {
          .getintouch .f_wrapper > .item ~ .item {
            border-top: solid 1px var(--components3);
            border-left: none; } }

#siteFoot {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: calc(8.5em / 8 * 10) 0 calc(8.5em / 8 * 3);
  background: var(--key2);
  background: linear-gradient(135deg, var(--key2), var(--key3));
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    #siteFoot {
      padding: calc(8.5em / 8 * 5) 0; } }
  #siteFoot::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    display: block;
    width: 100%;
    height: 100%;
    background: url(images/noise.png);
    background-repeat: repeat;
    background-size: 100px;
    pointer-events: none;
    opacity: .5; }
  #siteFoot * {
    color: var(--color-white); }
  #siteFoot .wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: calc(100% / 24 * 22);
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      #siteFoot .wrapper {
        width: calc(100% / 24 * 20); } }
    #siteFoot .wrapper .f_wrapper {
      display: flex;
      gap: calc(8.5em / 8 * 2) calc(((100vw / 24) * 2) + 16px * 3); }
      @media screen and (max-width: 768px) {
        #siteFoot .wrapper .f_wrapper {
          flex-direction: column; } }
      #siteFoot .wrapper .f_wrapper > .left_side {
        flex: 6;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        row-gap: calc(8.5em / 8 * 2); }
        @media screen and (max-width: 768px) {
          #siteFoot .wrapper .f_wrapper > .left_side {
            flex-direction: column-reverse; } }
        #siteFoot .wrapper .f_wrapper > .left_side .head {
          display: flex;
          flex-direction: column;
          gap: calc(8.5em / 16 * 3);
          padding: calc(8.5em / 32 * 6);
          padding-top: calc(8.5em / 32 * 8);
          background: var(--color-white);
          border-radius: calc(8.5em / 32 * 1);
          overflow: hidden; }
          @media screen and (max-width: 768px) {
            #siteFoot .wrapper .f_wrapper > .left_side .head {
              gap: calc(8.5em / 16 * 2); } }
          #siteFoot .wrapper .f_wrapper > .left_side .head * {
            color: var(--color-text); }
      #siteFoot .wrapper .f_wrapper > .right_side {
        flex: 14;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: calc(8.5em / 8 * 12); }
        @media screen and (max-width: 768px) {
          #siteFoot .wrapper .f_wrapper > .right_side {
            gap: calc(8.5em / 8 * 4); } }
  #siteFoot .contact_text {
    font-size: .9em; }
    #siteFoot .contact_text ul {
      display: flex;
      flex-direction: column;
      gap: calc(8.5em / 8); }
    #siteFoot .contact_text dl {
      display: flex;
      flex-direction: column;
      gap: calc(8.5em / 32); }
      #siteFoot .contact_text dl > dt {
        font-weight: var(--fw-6); }
  #siteFoot nav.footer_navigation ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: calc(8.5em / 32 * 4);
    column-gap: calc(8.5em / 16 * 4);
    padding-top: calc(8.5em / 32 * 8);
    border-top: solid 1px var(--border-light-white); }
    #siteFoot nav.footer_navigation ul > li {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: calc(8.5em / 8); }
      @media screen and (max-width: 768px) {
        #siteFoot nav.footer_navigation ul > li {
          min-width: 100%; } }
      #siteFoot nav.footer_navigation ul > li a {
        position: relative;
        z-index: 15; }
  #siteFoot nav.footer_navigation dl {
    display: flex;
    flex-direction: column;
    gap: calc(8.5em / 32 * 3); }
    #siteFoot nav.footer_navigation dl > dt {
      font-weight: var(--fw-6);
      font-size: 1.1275em; }
      @media screen and (max-width: 768px) {
        #siteFoot nav.footer_navigation dl > dt {
          display: flex;
          align-items: center;
          gap: calc(8.5em / 16); }
          #siteFoot nav.footer_navigation dl > dt::before {
            content: '';
            display: block;
            width: .9em;
            height: .9em;
            border-radius: calc(8.5em / 64);
            overflow: hidden;
            background: var(--color-white);
            opacity: .205;
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; } }
      @media screen and (max-width: 768px) {
        #siteFoot nav.footer_navigation dl > dt.current::before {
          opacity: 1;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; } }
      #siteFoot nav.footer_navigation dl > dt span {
        display: block;
        height: 1.23em;
        overflow: hidden; }
        #siteFoot nav.footer_navigation dl > dt span i {
          display: block;
          line-height: 1.23;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
      #siteFoot nav.footer_navigation dl > dt + dd {
        margin-top: calc(8.5em / 32 * 1); }
      #siteFoot nav.footer_navigation dl > dt:hover span i {
        transform: translateY(-1.23em);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    #siteFoot nav.footer_navigation dl > dd {
      opacity: .615;
      font-size: .95em;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
      @media screen and (max-width: 768px) {
        #siteFoot nav.footer_navigation dl > dd {
          display: none; } }
      #siteFoot nav.footer_navigation dl > dd:hover {
        opacity: 1;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
  #siteFoot ul.footer_basic {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: calc(8.5em / 16 * 2) calc(8.5em / 16 * 3);
    font-size: .9em; }
    @media screen and (max-width: 768px) {
      #siteFoot ul.footer_basic {
        flex-direction: column-reverse; } }
    #siteFoot ul.footer_basic > li a {
      position: relative;
      z-index: 15;
      transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
      #siteFoot ul.footer_basic > li a::before {
        content: '';
        position: absolute;
        top: 100%;
        right: 0;
        display: block;
        width: 0;
        height: 1px;
        background: #231814;
        transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
      #siteFoot ul.footer_basic > li a:hover {
        opacity: .615;
        transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
        #siteFoot ul.footer_basic > li a:hover::before {
          left: 0;
          width: 100%;
          transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
          -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
          -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
          -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
    #siteFoot ul.footer_basic img + li {
      color: #999; }
  #siteFoot dl.catchcopy > dt {
    font-size: 2.46em;
    font-weight: var(--fw-6);
    line-height: 1.23; }
    #siteFoot dl.catchcopy > dt + * {
      margin-top: calc(8.5em / 32 * 4); }
  #siteFoot dl.catchcopy > dd {
    line-height: 1.8;
    opacity: .5; }

/*//!#siteFooter----------------------------------------------------------------------------------------------*/
/*!#index----------------------------------------------------------------------------------------------*/
/*!#siteContent*/
#siteContent {
  position: relative;
  z-index: 15;
  width: 100%;
  margin-bottom: calc(8.5em / 16 * 3 * -1);
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: .246s; }
  @media screen and (max-width: 768px) {
    #siteContent {
      width: 100%;
      overflow: hidden;
      margin-bottom: 0 !important; } }
  #siteContent.openjob #pageHeader {
    background-image: radial-gradient(circle at 94% 95%, #1f445c 3%, transparent 76%), radial-gradient(circle at 13% 90%, #4a6db0 22.6048011414%, transparent 106.2351464535%), radial-gradient(circle at 86% 50%, rgba(237, 94, 194, 0) 7%, transparent 76%), radial-gradient(circle at 89% 79%, rgba(68, 44, 226, 0) 7%, transparent 87%), radial-gradient(circle at 15% 44%, rgba(242, 171, 166, 0) 15%, transparent 81%), radial-gradient(circle at 99% 20%, rgba(244, 253, 217, 0) 1%, transparent 68%);
    background-size: cover;
    background-repeat: repeat;
    background-blend-mode: normal,normal,normal,normal,normal,normal;
    overflow: hidden; }
    #siteContent.openjob #pageHeader .wrapper hgroup * {
      color: var(--color-white); }

.slider {
  display: flex;
  align-items: center; }
  .slider .slider__inner {
    display: flex;
    align-items: center; }
    .slider .slider__inner:first-child {
      animation: loop 180s linear infinite; }
    .slider .slider__inner:nth-child(2) {
      animation: loop2 180s -120s linear infinite; }
    .slider .slider__inner:last-child {
      animation: loop3 180s -60s linear infinite; }

@keyframes loop {
  0% {
    transform: translateX(200%); }
  to {
    transform: translateX(-100%); } }
@keyframes loop2 {
  0% {
    transform: translateX(100%); }
  to {
    transform: translateX(-200%); } }
@keyframes loop3 {
  0% {
    transform: translateX(0%); }
  to {
    transform: translateX(-300%); } }
.verticalslider {
  display: block; }
  .verticalslider .verticalslider__inner {
    display: block; }
    .verticalslider .verticalslider__inner:first-child {
      animation: loopV 180s linear infinite; }
    .verticalslider .verticalslider__inner:nth-child(2) {
      animation: loopV2 180s -120s linear infinite; }
    .verticalslider .verticalslider__inner:last-child {
      animation: loopV3 180s -60s linear infinite; }
    .verticalslider .verticalslider__inner .slider__item {
      width: 100%;
      padding: 5px 0; }
      .verticalslider .verticalslider__inner .slider__item .aspect {
        border-radius: 18px;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .verticalslider .verticalslider__inner .slider__item .aspect {
            border-radius: 10px; } }

@keyframes loopV {
  0% {
    transform: translateY(200%); }
  to {
    transform: translateY(-100%); } }
@keyframes loopV2 {
  0% {
    transform: translateY(100%); }
  to {
    transform: translateY(-200%); } }
@keyframes loopV3 {
  0% {
    transform: translateY(0%); }
  to {
    transform: translateY(-300%); } }
.hide_title {
  position: relative;
  z-index: 15;
  display: flex;
  align-items: center;
  gap: calc(8.5em / 16);
  overflow: hidden; }
  .hide_title::before {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: linear-gradient(to right, var(--key2), var(--key3));
    border-radius: 2px; }
  .hide_title span {
    display: block;
    transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    transition-delay: .205s; }
  .hide_title.done span {
    transform: translateY(150%); }
  .hide_title.gone::before {
    width: calc(8.5em / 8 * 2);
    transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
  .hide_title.gone span {
    transform: translateY(0);
    transition-delay: .5175s; }

.button {
  position: relative;
  z-index: 15;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: calc(8.5em / 32 * 3);
  background: var(--color-text);
  border-radius: calc(8.5em / 32);
  overflow: hidden;
  color: var(--color-white); }
  .button::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    z-index: -1;
    height: 100%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    background: var(--key4);
    transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
    -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
    -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
    -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
  .button .text {
    min-width: 10.25em;
    padding: 0 calc(8.5em / 8);
    color: var(--color-white); }
  .button .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(8.5em / 16 * 6);
    height: calc(8.5em / 16 * 6);
    border-left: solid 1px var(--border-light-white); }
    .button .icon img {
      width: 1em;
      height: 1em;
      filter: brightness(0) invert(1);
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
  .button:hover::before {
    width: 100%;
    border-radius: 0;
    transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
    -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
    -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
    -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
  .button[data-type="tel"] {
    height: calc(8.5rem / 16 * 6);
    background: transparent;
    font-size: 2.05em;
    font-weight: var(--fw-6);
    color: var(--color-text);
    letter-spacing: -.0205em; }
    .button[data-type="tel"]::before {
      display: none; }

@keyframes arrowAnimation {
  0% {
    transform: translateX(0);
    opacity: 1; }
  25% {
    transform: translateX(30px);
    opacity: 0; }
  55% {
    transform: translateX(-30px);
    opacity: 0; }
  80% {
    transform: translateX(0);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
.noentry {
  filter: opacity(0.41) !important;
  pointer-events: none !important;
  cursor: not-allowed; }

.comingsoon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(8.5em / 8 * 24);
  background: var(--color-white);
  border: solid 1px var(--border-light-black);
  border-radius: calc(8.5em / 32);
  overflow: hidden;
  color: var(--color-gray); }

nav.globalnavigation {
  margin-top: calc(8.5em / 16 * 3 * -1);
  border-top-left-radius: calc(8.5em / 16 * 3);
  border-top-right-radius: calc(8.5em / 16 * 3);
  background: var(--color-white); }
  nav.globalnavigation.sticky {
    top: calc(8.5em / 8 * 4);
    z-index: 9001; }
  nav.globalnavigation.slim > ul {
    min-height: calc(8.5em / 8 * 3); }
    @media screen and (max-width: 768px) {
      nav.globalnavigation.slim > ul {
        min-height: calc(8.5em / 16 * 3); } }
  nav.globalnavigation > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: calc(8.5em / 16 * 3);
    min-height: calc(8.5em / 8 * 5); }
    @media screen and (max-width: 768px) {
      nav.globalnavigation > ul {
        column-gap: 0;
        min-height: calc(8.5em / 16 * 3); } }
    nav.globalnavigation > ul > li > * {
      min-height: 2.05em; }
      @media screen and (max-width: 768px) {
        nav.globalnavigation > ul > li > * {
          min-height: 2.46em; } }
    nav.globalnavigation > ul > li[data-type="lower"] {
      position: relative;
      z-index: 15; }
      @media screen and (max-width: 768px) {
        nav.globalnavigation > ul > li[data-type="lower"] {
          display: none; } }
      nav.globalnavigation > ul > li[data-type="lower"] > a {
        display: flex;
        align-items: center;
        gap: calc(8.5em / 32); }
        nav.globalnavigation > ul > li[data-type="lower"] > a > span.slot {
          display: block;
          height: 1.23em;
          overflow: hidden; }
          nav.globalnavigation > ul > li[data-type="lower"] > a > span.slot i {
            display: block;
            line-height: 1.23;
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
        nav.globalnavigation > ul > li[data-type="lower"] > a > i {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 1em;
          height: 1em;
          padding: calc(8.5em / 128 * 3);
          border: solid 1px var(--color-text);
          border-radius: calc(8.5em / 32);
          transform: rotate(90deg); }
          nav.globalnavigation > ul > li[data-type="lower"] > a > i img {
            filter: invert(0); }
      nav.globalnavigation > ul > li[data-type="lower"] > div[data-label] {
        position: relative;
        z-index: 15;
        display: flex;
        align-items: center;
        column-gap: calc(8.5em / 16); }
        nav.globalnavigation > ul > li[data-type="lower"] > div[data-label] span {
          display: block;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
        nav.globalnavigation > ul > li[data-type="lower"] > div[data-label] i {
          display: block;
          width: 1em;
          height: 1em;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
        nav.globalnavigation > ul > li[data-type="lower"] > div[data-label]::before {
          content: attr(data-label);
          position: absolute;
          display: block;
          opacity: 0;
          transform: translateY(100%) translateZ(0);
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
      nav.globalnavigation > ul > li[data-type="lower"] > div[data-type="navigation"] {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
        nav.globalnavigation > ul > li[data-type="lower"] > div[data-type="navigation"] * {
          color: var(--color-white); }
        nav.globalnavigation > ul > li[data-type="lower"] > div[data-type="navigation"] ul {
          /*
          display: grid;
          grid-auto-flow: column;
          grid-template-rows: repeat(4, auto);
          */
          display: flex;
          flex-direction: column;
          gap: calc(8.5em / 32 * 1);
          padding: calc(8.5em / 16* 1);
          background: var(--border-light-black);
          border-radius: calc(8.5em / 32);
          font-size: .9em;
          -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px); }
          nav.globalnavigation > ul > li[data-type="lower"] > div[data-type="navigation"] ul > li {
            min-width: 12.3em;
            padding: calc(8.5em / 32* 2) calc(8.5em / 32* 4);
            background: var(--key2);
            transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            white-space: nowrap; }
            nav.globalnavigation > ul > li[data-type="lower"] > div[data-type="navigation"] ul > li:hover {
              opacity: 1 !important;
              transform: scale(0.975);
              transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
              -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
              -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
              -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
          nav.globalnavigation > ul > li[data-type="lower"] > div[data-type="navigation"] ul:hover > li {
            opacity: .328;
            transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
      nav.globalnavigation > ul > li[data-type="lower"]:hover > a > span.slot i {
        transform: translateY(-1.23em);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
      nav.globalnavigation > ul > li[data-type="lower"]:hover > div[data-label] span {
        transform: translateY(-100%) translateZ(0);
        opacity: 0; }
      nav.globalnavigation > ul > li[data-type="lower"]:hover > div[data-label] i {
        transform: rotate(180deg);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
      nav.globalnavigation > ul > li[data-type="lower"]:hover > div[data-label]::before {
        opacity: 1;
        transform: translateY(0) translateZ(0);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
      nav.globalnavigation > ul > li[data-type="lower"]:hover > div[data-type="navigation"] {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
        nav.globalnavigation > ul > li[data-type="lower"]:hover > div[data-type="navigation"] ul {
          box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px; }
    nav.globalnavigation > ul > li[data-type="tel"] {
      font-size: 1.1275em; }
      @media screen and (max-width: 768px) {
        nav.globalnavigation > ul > li[data-type="tel"] {
          display: none; } }
      nav.globalnavigation > ul > li[data-type="tel"] a {
        display: flex;
        align-items: center;
        gap: calc(8.5em / 32); }
        nav.globalnavigation > ul > li[data-type="tel"] a > .icon {
          display: block;
          width: 1em;
          height: 1em; }
        nav.globalnavigation > ul > li[data-type="tel"] a > .text {
          letter-spacing: -.0205em; }
    nav.globalnavigation > ul > li[data-type="button"] {
      background: linear-gradient(135deg, var(--color-black) 75%, var(--key2));
      border-radius: calc(8.5em / 32);
      overflow: hidden;
      font-size: .95em;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
      @media screen and (max-width: 768px) {
        nav.globalnavigation > ul > li[data-type="button"][data-action="entry"] {
          display: none; } }
      nav.globalnavigation > ul > li[data-type="button"] * {
        color: var(--color-white); }
      nav.globalnavigation > ul > li[data-type="button"] a {
        display: flex;
        align-items: center; }
        @media screen and (max-width: 768px) {
          nav.globalnavigation > ul > li[data-type="button"] a {
            justify-content: center; } }
        nav.globalnavigation > ul > li[data-type="button"] a span {
          padding: 0 calc(8.5em / 12* 1);
          font-size: .95em; }
          @media screen and (max-width: 768px) {
            nav.globalnavigation > ul > li[data-type="button"] a span {
              padding: 0; } }
      nav.globalnavigation > ul > li[data-type="button"]:hover, nav.globalnavigation > ul > li[data-type="button"]:has(.active) {
        background: linear-gradient(135deg, var(--key2) 75%, var(--key3));
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    nav.globalnavigation > ul.inview > li {
      opacity: 0; }
    nav.globalnavigation > ul.action > li {
      opacity: 1; }
      nav.globalnavigation > ul.action > li:nth-child(0) {
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        transition-delay: calc((0 * 0.1435s) + 0.615s); }
      nav.globalnavigation > ul.action > li:nth-child(1) {
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        transition-delay: calc((1 * 0.1435s) + 0.615s); }
      nav.globalnavigation > ul.action > li:nth-child(2) {
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        transition-delay: calc((2 * 0.1435s) + 0.615s); }
      nav.globalnavigation > ul.action > li:nth-child(3) {
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        transition-delay: calc((3 * 0.1435s) + 0.615s); }
      nav.globalnavigation > ul.action > li:nth-child(4) {
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        transition-delay: calc((4 * 0.1435s) + 0.615s); }
      nav.globalnavigation > ul.action > li:nth-child(5) {
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        transition-delay: calc((5 * 0.1435s) + 0.615s); }
      nav.globalnavigation > ul.action > li:nth-child(6) {
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        transition-delay: calc((6 * 0.1435s) + 0.615s); }
      nav.globalnavigation > ul.action > li:nth-child(7) {
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        transition-delay: calc((7 * 0.1435s) + 0.615s); }
      nav.globalnavigation > ul.action > li:nth-child(8) {
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        transition-delay: calc((8 * 0.1435s) + 0.615s); }
      nav.globalnavigation > ul.action > li:nth-child(9) {
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        transition-delay: calc((9 * 0.1435s) + 0.615s); }
      nav.globalnavigation > ul.action > li:nth-child(10) {
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        transition-delay: calc((10 * 0.1435s) + 0.615s); }
      nav.globalnavigation > ul.action > li:nth-child(11) {
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        transition-delay: calc((11 * 0.1435s) + 0.615s); }
      nav.globalnavigation > ul.action > li:nth-child(12) {
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        transition-delay: calc((12 * 0.1435s) + 0.615s); }
      nav.globalnavigation > ul.action > li:nth-child(13) {
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        transition-delay: calc((13 * 0.1435s) + 0.615s); }
      nav.globalnavigation > ul.action > li:nth-child(14) {
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        transition-delay: calc((14 * 0.1435s) + 0.615s); }
      nav.globalnavigation > ul.action > li:nth-child(15) {
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        transition-delay: calc((15 * 0.1435s) + 0.615s); }
      nav.globalnavigation > ul.action > li:nth-child(16) {
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        transition-delay: calc((16 * 0.1435s) + 0.615s); }
      nav.globalnavigation > ul.action > li:nth-child(17) {
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        transition-delay: calc((17 * 0.1435s) + 0.615s); }
      nav.globalnavigation > ul.action > li:nth-child(18) {
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        transition-delay: calc((18 * 0.1435s) + 0.615s); }
      nav.globalnavigation > ul.action > li:nth-child(19) {
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        transition-delay: calc((19 * 0.1435s) + 0.615s); }
      nav.globalnavigation > ul.action > li:nth-child(20) {
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        transition-delay: calc((20 * 0.1435s) + 0.615s); }
  nav.globalnavigation + .lowerRoots {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.idx {
  position: relative;
  z-index: 15; }
  .idx hgroup {
    display: flex;
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: calc(8.5em / 16); }
    .idx hgroup:has(h2) h2 {
      font-size: 1.23em;
      font-weight: var(--fw-5); }
    .idx hgroup:has(h2) .caption {
      font-size: 5.125em;
      font-weight: var(--fw-5);
      line-height: .9;
      letter-spacing: -.0205em; }
      @media screen and (max-width: 768px) {
        .idx hgroup:has(h2) .caption {
          font-size: 3.69em; } }
    .idx hgroup:has(h2) + * {
      margin-top: calc(8.5em / 16 * 3); }
    .idx hgroup:has(h3) h3 {
      font-weight: var(--fw-5); }
    .idx hgroup:has(h3) .caption {
      font-size: 2.87em;
      font-weight: var(--fw-6);
      line-height: 1;
      letter-spacing: -.0205em; }
    .idx hgroup:has(h3) + * {
      margin-top: calc(8.5em / 16 * 4); }
    .idx hgroup:has(h4) h4 {
      display: flex;
      align-items: center;
      gap: calc(8.5em / 32 * 2);
      font-size: 1.5575em;
      line-height: 1; }
      .idx hgroup:has(h4) h4::before {
        content: '';
        display: block;
        width: 4px;
        height: 1em;
        background: linear-gradient(to bottom, var(--key2), var(--key3)); }
    .idx hgroup:has(h4) + * {
      margin-top: calc(8.5em / 16 * 4); }
  .idx.idx_mainvisual {
    z-index: 10;
    width: 100vw;
    height: 100vh;
    min-height: calc(100vw / 58.82353);
    max-height: 800px;
    padding: calc(8.5em / 8 * 5) 0 calc(8.5em / 8 * 10);
    background-color: #4daeef;
    background-image: radial-gradient(circle at 94% 95%, #1f445c 3%, transparent 76%), radial-gradient(circle at 13% 90%, #4a6db0 22.6048011414%, transparent 106.2351464535%), radial-gradient(circle at 86% 50%, rgba(237, 94, 194, 0) 7%, transparent 76%), radial-gradient(circle at 89% 79%, rgba(68, 44, 226, 0) 7%, transparent 87%), radial-gradient(circle at 15% 44%, rgba(242, 171, 166, 0) 15%, transparent 81%), radial-gradient(circle at 99% 20%, rgba(244, 253, 217, 0) 1%, transparent 68%);
    background-blend-mode: normal,normal,normal,normal,normal,normal;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .idx.idx_mainvisual {
        max-height: 640px;
        padding-bottom: calc(8.5em / 8 * 5); } }
    .idx.idx_mainvisual::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 15;
      display: block;
      width: 100%;
      height: 100%;
      background: url(images/noise.png);
      background-repeat: repeat;
      background-size: 100px;
      pointer-events: none;
      opacity: .5; }
    .idx.idx_mainvisual * {
      color: var(--color-white); }
    .idx.idx_mainvisual .background {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -5;
      width: 100%;
      height: 100%;
      pointer-events: none; }
      .idx.idx_mainvisual .background::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 15;
        display: block;
        width: 100%;
        height: 100%;
        background: var(--key2);
        background: linear-gradient(135deg, var(--key2), var(--key3));
        opacity: .41; }
    .idx.idx_mainvisual .copy_wrapper {
      position: relative;
      z-index: 20;
      display: flex;
      align-items: center;
      width: calc(100% / 32 * 27);
      height: 100%;
      margin: 0 auto;
      padding-top: calc(8.5em / 8 * 5); }
      .idx.idx_mainvisual .copy_wrapper dl.catchcopy > dt {
        font-size: 3.28em;
        font-weight: var(--fw-6);
        line-height: 1.23; }
        @media screen and (max-width: 768px) {
          .idx.idx_mainvisual .copy_wrapper dl.catchcopy > dt {
            font-size: 3.075em; } }
        .idx.idx_mainvisual .copy_wrapper dl.catchcopy > dt + * {
          margin-top: calc(8.5em / 32 * 4); }
      .idx.idx_mainvisual .copy_wrapper dl.catchcopy > dd {
        line-height: 1.8;
        opacity: .5; }
    .idx.idx_mainvisual .scroll_wrapper {
      position: absolute;
      left: 0;
      bottom: 0;
      padding: calc((100vw / 96) * 1);
      padding-bottom: calc((100vw / 96) + (8.5em / 16 * 3)); }
      @media screen and (max-width: 768px) {
        .idx.idx_mainvisual .scroll_wrapper {
          padding: calc((100vw / 96) * 4);
          padding-bottom: calc(((100vw / 96) * 4) + (8.5em / 16 * 3)); } }
      .idx.idx_mainvisual .scroll_wrapper div {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        gap: calc(8.5em / 16); }
        .idx.idx_mainvisual .scroll_wrapper div i {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 1.23em;
          height: 1.23em;
          padding: calc(8.5em / 32);
          border: solid 1px var(--color-white);
          overflow: hidden;
          transform: rotate(90deg); }
          .idx.idx_mainvisual .scroll_wrapper div i img {
            filter: brightness(0) invert(1);
            animation: scrolldown 3.28s 0s ease-in-out infinite; }
@keyframes scrolldown {
  0% {
    transform: translateX(0);
    opacity: 1; }
  25% {
    transform: translateX(15px);
    opacity: 0; }
  55% {
    transform: translateX(-15px);
    opacity: 0; }
  80% {
    transform: translateX(0);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
  .idx.lowerRoots {
    padding: calc(8.5em / 8 * 5) 0 calc(8.5em / 8 * 2);
    margin-top: calc(8.5em / 16 * 3 * -1);
    border-top-left-radius: calc(8.5em / 16 * 3);
    border-top-right-radius: calc(8.5em / 16 * 3);
    background: var(--color-white); }
    @media screen and (max-width: 768px) {
      .idx.lowerRoots {
        padding: calc(8.5em / 8 * 4) 0; } }
    .idx.lowerRoots .wrapper {
      width: calc(100% / 24 * 22);
      margin: 0 auto; }
      .idx.lowerRoots .wrapper > .block {
        position: relative;
        z-index: 15;
        padding: calc(100vw / 24 * 1); }
    .idx.lowerRoots .lowerRoots_service .lowerRoots_service_head {
      display: flex;
      flex-direction: column;
      gap: calc(8.5em / 16 * 3); }
      .idx.lowerRoots .lowerRoots_service .lowerRoots_service_head dl * {
        font-weight: var(--fw-6); }
      .idx.lowerRoots .lowerRoots_service .lowerRoots_service_head dl > dt {
        color: var(--key2);
        background: linear-gradient(315deg, var(--key2) 0%, var(--key3) 74%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 1.845em; }
        @media screen and (max-width: 768px) {
          .idx.lowerRoots .lowerRoots_service .lowerRoots_service_head dl > dt {
            font-size: 1.5525em; } }
      .idx.lowerRoots .lowerRoots_service .lowerRoots_service_head dl > dd {
        font-size: 2.665em;
        line-height: 1.23; }
        @media screen and (max-width: 768px) {
          .idx.lowerRoots .lowerRoots_service .lowerRoots_service_head dl > dd {
            font-size: 2.05em; } }
      .idx.lowerRoots .lowerRoots_service .lowerRoots_service_head + * {
        margin-top: calc(8.5em / 8 * 4); }
    .idx.lowerRoots .lowerRoots_service .lowerRoots_service_body ul {
      display: flex;
      flex-direction: column;
      gap: calc(8.5em / 8 * 3); }
      .idx.lowerRoots .lowerRoots_service .lowerRoots_service_body ul > li.sticky {
        top: calc(8.5em / 8 * 5); }
      .idx.lowerRoots .lowerRoots_service .lowerRoots_service_body ul > li .card {
        display: flex;
        align-items: center;
        background: var(--color-white); }
        @media screen and (max-width: 768px) {
          .idx.lowerRoots .lowerRoots_service .lowerRoots_service_body ul > li .card {
            flex-direction: column; } }
        .idx.lowerRoots .lowerRoots_service .lowerRoots_service_body ul > li .card > .image {
          flex: 1;
          aspect-ratio: 4/3;
          border-radius: calc(8.5em / 32);
          overflow: hidden; }
          @media screen and (max-width: 768px) {
            .idx.lowerRoots .lowerRoots_service .lowerRoots_service_body ul > li .card > .image {
              width: 100%; } }
        .idx.lowerRoots .lowerRoots_service .lowerRoots_service_body ul > li .card > .text {
          flex: 1; }
          .idx.lowerRoots .lowerRoots_service .lowerRoots_service_body ul > li .card > .text .inner {
            display: flex;
            align-items: flex-start;
            flex-direction: column;
            gap: calc(8.5em / 16 * 5);
            padding: calc(8.5em / 8 * 2) calc(8.5em / 8 * 6); }
            @media screen and (max-width: 768px) {
              .idx.lowerRoots .lowerRoots_service .lowerRoots_service_body ul > li .card > .text .inner {
                gap: calc(8.5em / 16 * 3);
                padding: calc(8.5em / 8 * 2) calc(8.5em / 8 * 1); } }
            .idx.lowerRoots .lowerRoots_service .lowerRoots_service_body ul > li .card > .text .inner > .top {
              display: flex;
              flex-direction: column;
              gap: calc(8.5em / 16 * 2); }
              @media screen and (max-width: 768px) {
                .idx.lowerRoots .lowerRoots_service .lowerRoots_service_body ul > li .card > .text .inner > .top {
                  gap: calc(8.5em / 16 * 1); } }
              .idx.lowerRoots .lowerRoots_service .lowerRoots_service_body ul > li .card > .text .inner > .top .caption {
                color: var(--key2); }
              .idx.lowerRoots .lowerRoots_service .lowerRoots_service_body ul > li .card > .text .inner > .top dl.title {
                font-weight: var(--fw-6); }
                .idx.lowerRoots .lowerRoots_service .lowerRoots_service_body ul > li .card > .text .inner > .top dl.title > dt {
                  font-size: 1.075em; }
                .idx.lowerRoots .lowerRoots_service .lowerRoots_service_body ul > li .card > .text .inner > .top dl.title > dd {
                  font-size: 2.46em; }
                  @media screen and (max-width: 768px) {
                    .idx.lowerRoots .lowerRoots_service .lowerRoots_service_body ul > li .card > .text .inner > .top dl.title > dd {
                      font-size: 2.05em; } }
    .idx.lowerRoots .lowerRoots_service + * {
      margin-top: calc(8.5em / 8 * 5); }
      @media screen and (max-width: 768px) {
        .idx.lowerRoots .lowerRoots_service + * {
          margin-top: calc(8.5em / 8 * 2); } }
    .idx.lowerRoots .lowerRoots_truck {
      width: calc(100% / 22 * 23);
      margin-left: calc((100% / 22) / 2 * -1);
      margin-right: calc((100% / 22) / 2 * -1);
      padding: calc(100vw / 24 * 1) calc(100vw / 48 * 3) !important;
      background: var(--backgrounds2);
      border-radius: calc(8.5em / 32);
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .idx.lowerRoots .lowerRoots_truck {
          padding: calc(100vw / 24 * 2) calc(100vw / 48 * 3) !important; } }
      .idx.lowerRoots .lowerRoots_truck .lowerRoots_truck_head {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        @media screen and (max-width: 768px) {
          .idx.lowerRoots .lowerRoots_truck .lowerRoots_truck_head {
            align-items: flex-start;
            flex-direction: column; } }
        .idx.lowerRoots .lowerRoots_truck .lowerRoots_truck_head hgroup:has(h3) + * {
          margin-top: 0; }
          @media screen and (max-width: 768px) {
            .idx.lowerRoots .lowerRoots_truck .lowerRoots_truck_head hgroup:has(h3) + * {
              margin-top: calc(8.5em / 16 * 2); } }
        .idx.lowerRoots .lowerRoots_truck .lowerRoots_truck_head + * {
          margin-top: calc(8.5em / 16 * 5); }
          @media screen and (max-width: 768px) {
            .idx.lowerRoots .lowerRoots_truck .lowerRoots_truck_head + * {
              margin-top: calc(8.5em / 16 * 3); } }
      .idx.lowerRoots .lowerRoots_truck .lowerRoots_truck_body > .head {
        border-bottom: solid 1px var(--border-light-black);
        padding-bottom: calc(8.5em / 32 * 3);
        margin-bottom: calc(8.5em / 16 * 3); }
        .idx.lowerRoots .lowerRoots_truck .lowerRoots_truck_body > .head ul {
          display: flex;
          align-items: center;
          gap: calc(8.5em / 16); }
          .idx.lowerRoots .lowerRoots_truck .lowerRoots_truck_body > .head ul > li {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 1.64em;
            padding: 0 calc(8.5em / 16);
            background: transparent;
            border-radius: calc(8.5em / 32);
            overflow: hidden;
            cursor: pointer;
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
            .idx.lowerRoots .lowerRoots_truck .lowerRoots_truck_body > .head ul > li:hover {
              background: var(--color-white);
              transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
            .idx.lowerRoots .lowerRoots_truck .lowerRoots_truck_body > .head ul > li.current {
              background: var(--key2);
              background: linear-gradient(135deg, var(--key2), var(--key3));
              color: var(--color-white);
              transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
      .idx.lowerRoots .lowerRoots_truck .lowerRoots_truck_body > .body {
        position: relative;
        z-index: 15; }
        .idx.lowerRoots .lowerRoots_truck .lowerRoots_truck_body > .body > .switchBody {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: auto;
          opacity: 0;
          visibility: hidden;
          pointer-events: none;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
          .idx.lowerRoots .lowerRoots_truck .lowerRoots_truck_body > .body > .switchBody.current {
            position: relative;
            opacity: 1;
            visibility: visible;
            pointer-events: all;
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            transition-delay: .205s; }
        .idx.lowerRoots .lowerRoots_truck .lowerRoots_truck_body > .body ul {
          display: flex;
          flex-wrap: wrap;
          gap: 32px 16px; }
          @media screen and (max-width: 768px) {
            .idx.lowerRoots .lowerRoots_truck .lowerRoots_truck_body > .body ul {
              gap: 16px 12px; } }
          .idx.lowerRoots .lowerRoots_truck .lowerRoots_truck_body > .body ul > li {
            width: calc((100% / 4) - (16px * 3 / 4)); }
            @media screen and (max-width: 768px) {
              .idx.lowerRoots .lowerRoots_truck .lowerRoots_truck_body > .body ul > li {
                width: calc((100% / 2) - (12px * 1 / 2)); } }
            .idx.lowerRoots .lowerRoots_truck .lowerRoots_truck_body > .body ul > li .card {
              display: flex;
              flex-direction: column;
              gap: calc(8.5em / 32 * 3); }
              @media screen and (max-width: 768px) {
                .idx.lowerRoots .lowerRoots_truck .lowerRoots_truck_body > .body ul > li .card {
                  gap: calc(8.5em / 32 * 2); } }
              .idx.lowerRoots .lowerRoots_truck .lowerRoots_truck_body > .body ul > li .card > .image {
                aspect-ratio: 16/9;
                border-radius: calc(8.5em / 32);
                overflow: hidden;
                line-height: 0; }
                .idx.lowerRoots .lowerRoots_truck .lowerRoots_truck_body > .body ul > li .card > .image img {
                  transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
                  -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
                  -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
                  -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
              .idx.lowerRoots .lowerRoots_truck .lowerRoots_truck_body > .body ul > li .card > .text {
                font-weight: var(--fw-6); }
              .idx.lowerRoots .lowerRoots_truck .lowerRoots_truck_body > .body ul > li .card:hover > .image img {
                transform: scale(1.075);
                transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
                -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
                -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
                -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
        .idx.lowerRoots .lowerRoots_truck .lowerRoots_truck_body > .body + * {
          margin-top: calc(8.5em / 16 * 5); }
          @media screen and (max-width: 768px) {
            .idx.lowerRoots .lowerRoots_truck .lowerRoots_truck_body > .body + * {
              margin-top: calc(8.5em / 16 * 3); } }
  .idx.lowerCustomer .section_title {
    position: absolute;
    top: calc(8.5em / 8 * 5);
    left: calc(100vw / 24 * 2);
    z-index: 20; }
    @media screen and (max-width: 768px) {
      .idx.lowerCustomer .section_title {
        top: calc(8.5em / 8 * 3); } }
    .idx.lowerCustomer .section_title * {
      color: var(--color-white); }
  .idx.lowerCustomer .slider_navigation {
    position: absolute;
    left: calc(100% / 24 * 2);
    bottom: calc(8.5em / 8 * 4);
    z-index: 20;
    width: calc(100% / 24 * 20);
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .idx.lowerCustomer .slider_navigation {
        bottom: calc(8.5em / 8 * 2); } }
    .idx.lowerCustomer .slider_navigation * {
      color: var(--color-white); }
  .idx.lowerCustomer .indexCustomerSwiper .swiper-wrapper .swiper-slide .card .image {
    position: relative;
    z-index: 15;
    aspect-ratio: 16/9;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .idx.lowerCustomer .indexCustomerSwiper .swiper-wrapper .swiper-slide .card .image {
        aspect-ratio: 1/1; } }
    .idx.lowerCustomer .indexCustomerSwiper .swiper-wrapper .swiper-slide .card .image::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: var(--color-text);
      opacity: .41;
      pointer-events: none; }
  .idx.lowerCustomer .indexCustomerSwiper .swiper-wrapper .swiper-slide .card .text {
    position: absolute;
    left: calc(100vw / 24 * 2);
    right: calc(100vw / 24 * 2);
    bottom: calc(8.5em / 16 * 15);
    z-index: 15;
    opacity: 0; }
    @media screen and (max-width: 768px) {
      .idx.lowerCustomer .indexCustomerSwiper .swiper-wrapper .swiper-slide .card .text {
        bottom: calc(8.5em / 16 * 13); } }
    .idx.lowerCustomer .indexCustomerSwiper .swiper-wrapper .swiper-slide .card .text * {
      color: var(--color-white); }
    .idx.lowerCustomer .indexCustomerSwiper .swiper-wrapper .swiper-slide .card .text dl {
      font-weight: var(--fw-6); }
      .idx.lowerCustomer .indexCustomerSwiper .swiper-wrapper .swiper-slide .card .text dl > dt {
        height: 1.64em;
        font-size: 1.075em;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .idx.lowerCustomer .indexCustomerSwiper .swiper-wrapper .swiper-slide .card .text dl > dt {
            font-size: 1em; } }
        .idx.lowerCustomer .indexCustomerSwiper .swiper-wrapper .swiper-slide .card .text dl > dt > div {
          opacity: 0;
          transform: translateY(1.64em);
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
      .idx.lowerCustomer .indexCustomerSwiper .swiper-wrapper .swiper-slide .card .text dl > dd {
        height: 1.64em;
        font-size: 2.255em;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .idx.lowerCustomer .indexCustomerSwiper .swiper-wrapper .swiper-slide .card .text dl > dd {
            font-size: 1.845em; } }
        .idx.lowerCustomer .indexCustomerSwiper .swiper-wrapper .swiper-slide .card .text dl > dd > div {
          opacity: 0;
          transform: translateY(1.64em);
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
      .idx.lowerCustomer .indexCustomerSwiper .swiper-wrapper .swiper-slide .card .text dl + * {
        margin-top: calc(8.5em / 16); }
    .idx.lowerCustomer .indexCustomerSwiper .swiper-wrapper .swiper-slide .card .text .service_type {
      opacity: 0;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
      @media screen and (max-width: 768px) {
        .idx.lowerCustomer .indexCustomerSwiper .swiper-wrapper .swiper-slide .card .text .service_type {
          font-size: .9em; } }
  .idx.lowerCustomer .indexCustomerSwiper .swiper-wrapper .swiper-slide.swiper-slide-active .text {
    opacity: 1; }
    .idx.lowerCustomer .indexCustomerSwiper .swiper-wrapper .swiper-slide.swiper-slide-active .text dl > dt > div {
      opacity: 1;
      transform: translateY(0);
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      transition-delay: .205s; }
    .idx.lowerCustomer .indexCustomerSwiper .swiper-wrapper .swiper-slide.swiper-slide-active .text dl > dd > div {
      opacity: 1;
      transform: translateY(0);
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      transition-delay: .2255s; }
    .idx.lowerCustomer .indexCustomerSwiper .swiper-wrapper .swiper-slide.swiper-slide-active .text .service_type {
      opacity: 1;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      transition-delay: .2255s; }
  .idx.lowerCustomer .indexCustomerSwiper .swiper-control {
    position: relative;
    display: flex;
    align-items: center;
    gap: calc(8.5em / 16);
    margin-top: calc(8.5em / 16 * 3); }
    @media screen and (max-width: 768px) {
      .idx.lowerCustomer .indexCustomerSwiper .swiper-control {
        margin-top: calc(8.5em / 16 * 2); } }
    .idx.lowerCustomer .indexCustomerSwiper .swiper-control > .swiper-button-prev, .idx.lowerCustomer .indexCustomerSwiper .swiper-control > .swiper-button-next {
      position: relative;
      top: initial;
      left: initial;
      right: initial;
      bottom: initial;
      display: flex;
      align-items: center;
      justify-content: center;
      width: calc(8.5em / 16 * 7);
      min-width: calc(8.5em / 16 * 7);
      height: calc(8.5em / 16 * 7);
      margin: 0;
      -webkit-backdrop-filter: blur(8px);
      backdrop-filter: blur(8px);
      border: solid 1px var(--border-light-white);
      border-radius: calc(8.5em / 32); }
      @media screen and (max-width: 768px) {
        .idx.lowerCustomer .indexCustomerSwiper .swiper-control > .swiper-button-prev, .idx.lowerCustomer .indexCustomerSwiper .swiper-control > .swiper-button-next {
          width: calc(8.5em / 16 * 6);
          min-width: calc(8.5em / 16 * 6);
          height: calc(8.5em / 16 * 6); } }
      .idx.lowerCustomer .indexCustomerSwiper .swiper-control > .swiper-button-prev::before, .idx.lowerCustomer .indexCustomerSwiper .swiper-control > .swiper-button-next::before {
        content: '';
        display: block;
        width: 1em;
        height: 1em;
        background: url(images/icon/arrow.svg);
        filter: brightness(0) invert(1); }
      .idx.lowerCustomer .indexCustomerSwiper .swiper-control > .swiper-button-prev::after, .idx.lowerCustomer .indexCustomerSwiper .swiper-control > .swiper-button-next::after {
        display: none; }
    .idx.lowerCustomer .indexCustomerSwiper .swiper-control > .swiper-button-prev::before {
      transform: rotate(180deg); }
    .idx.lowerCustomer .indexCustomerSwiper .swiper-control > .swiper-pagination {
      position: relative;
      top: initial;
      left: initial;
      right: initial;
      bottom: initial;
      flex: 1; }
      .idx.lowerCustomer .indexCustomerSwiper .swiper-control > .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--color-white); }
      .idx.lowerCustomer .indexCustomerSwiper .swiper-control > .swiper-pagination.swiper-pagination-progressbar {
        height: 6px;
        margin: 0;
        margin-right: calc(8.5em / 8);
        padding: 0;
        background: var(--border-light-white);
        border-radius: 6px; }
        @media screen and (max-width: 768px) {
          .idx.lowerCustomer .indexCustomerSwiper .swiper-control > .swiper-pagination.swiper-pagination-progressbar {
            display: none; } }
        .idx.lowerCustomer .indexCustomerSwiper .swiper-control > .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
          background: var(--color-white);
          border-radius: 6px; }
  .idx.lowerCompany {
    background: var(--key2);
    background: linear-gradient(135deg, var(--key2), var(--key3));
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .idx.lowerCompany {
        padding: calc(8.5em / 8 * 4) 0 calc(8.5em / 8 * 2); } }
    .idx.lowerCompany::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 15;
      display: block;
      width: 100%;
      height: 100%;
      background: url(images/noise.png);
      background-repeat: repeat;
      background-size: 100px;
      pointer-events: none;
      opacity: .5; }
    .idx.lowerCompany * {
      color: var(--color-white); }
    .idx.lowerCompany .wrapper {
      width: calc(100% / 24 * 22);
      margin: 0 auto; }
      .idx.lowerCompany .wrapper .f_wrapper {
        display: flex;
        gap: calc(8.5em / 16* 5) calc(((100vw / 24)* 2) + 16px* 3); }
        @media screen and (max-width: 768px) {
          .idx.lowerCompany .wrapper .f_wrapper {
            flex-direction: column; } }
        .idx.lowerCompany .wrapper .f_wrapper > .left_side {
          flex: 10;
          display: flex;
          justify-content: space-between;
          flex-direction: column;
          gap: calc(8.5em / 8 * 3);
          padding: calc(8.5em / 8 * 8) 0 calc(8.5em / 8 * 7); }
          @media screen and (max-width: 768px) {
            .idx.lowerCompany .wrapper .f_wrapper > .left_side {
              width: 100%;
              padding: 0;
              gap: calc(8.5em / 16 * 3); } }
          .idx.lowerCompany .wrapper .f_wrapper > .left_side > .top .inner {
            padding-left: calc(10% + 16px); }
            @media screen and (max-width: 768px) {
              .idx.lowerCompany .wrapper .f_wrapper > .left_side > .top .inner {
                padding: 0 calc(100% / 22); } }
          .idx.lowerCompany .wrapper .f_wrapper > .left_side > .top ul {
            display: flex;
            flex-direction: column;
            gap: calc(8.5em / 8);
            margin-top: calc(8.5em / 16 * 3); }
            @media screen and (max-width: 768px) {
              .idx.lowerCompany .wrapper .f_wrapper > .left_side > .top ul {
                gap: calc(8.5em / 16); } }
            .idx.lowerCompany .wrapper .f_wrapper > .left_side > .top ul > li {
              width: 100%; }
              .idx.lowerCompany .wrapper .f_wrapper > .left_side > .top ul > li a {
                position: relative;
                z-index: 15;
                display: flex;
                align-items: center;
                justify-content: space-between;
                min-height: 4.1em;
                padding: calc(8.5em / 64 * 5);
                background: var(--key4);
                border-radius: calc(8.5em / 32 * 1);
                overflow: hidden; }
                .idx.lowerCompany .wrapper .f_wrapper > .left_side > .top ul > li a::before {
                  content: '';
                  position: absolute;
                  left: 0;
                  top: 0;
                  width: 0;
                  z-index: -1;
                  height: 100%;
                  border-top-right-radius: 50%;
                  border-bottom-right-radius: 50%;
                  background: var(--color-text);
                  transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
                  -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
                  -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
                  -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
                .idx.lowerCompany .wrapper .f_wrapper > .left_side > .top ul > li a .text {
                  flex: 1;
                  padding: 0 calc(8.5em / 8);
                  font-size: 1.1275em;
                  font-weight: var(--fw-6);
                  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
                .idx.lowerCompany .wrapper .f_wrapper > .left_side > .top ul > li a .icon {
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  width: calc(8.5em / 16 * 5);
                  min-width: calc(8.5em / 16 * 5);
                  height: calc(8.5em / 16 * 5);
                  padding: calc(8.5em / 64 * 6);
                  background: var(--color-white);
                  border: solid 1px var(--border-light-black);
                  border-radius: calc(8.5em / 32 * 1);
                  overflow: hidden; }
                .idx.lowerCompany .wrapper .f_wrapper > .left_side > .top ul > li a:hover::before {
                  width: 100%;
                  border-radius: 0;
                  transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
                  -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
                  -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
                  -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
                .idx.lowerCompany .wrapper .f_wrapper > .left_side > .top ul > li a:hover .text {
                  color: var(--color-white);
                  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
          @media screen and (max-width: 768px) {
            .idx.lowerCompany .wrapper .f_wrapper > .left_side > .bottom {
              padding: 0 calc(100% / 22); } }
        .idx.lowerCompany .wrapper .f_wrapper > .right_side {
          position: relative;
          z-index: 15;
          flex: 10; }
          @media screen and (max-width: 768px) {
            .idx.lowerCompany .wrapper .f_wrapper > .right_side {
              width: 100%; } }
          .idx.lowerCompany .wrapper .f_wrapper > .right_side ul {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            gap: 16px; }
            @media screen and (max-width: 768px) {
              .idx.lowerCompany .wrapper .f_wrapper > .right_side ul {
                position: relative;
                flex-direction: column;
                gap: 8px;
                width: calc(100% / 22 * 24);
                margin-left: calc(100% / 22 * -1);
                margin-right: calc(100% / 22 * -1); } }
            .idx.lowerCompany .wrapper .f_wrapper > .right_side ul > li {
              flex: 1; }
              .idx.lowerCompany .wrapper .f_wrapper > .right_side ul > li:nth-child(even) .slider .slider__inner {
                animation-direction: reverse; }
              .idx.lowerCompany .wrapper .f_wrapper > .right_side ul > li:nth-child(even) .verticalslider .verticalslider__inner {
                animation-direction: reverse; }
          .idx.lowerCompany .wrapper .f_wrapper > .right_side .slider .slider__inner .slider__item {
            aspect-ratio: 16/9;
            padding: 0 8px;
            line-height: 0; }
            @media screen and (max-width: 768px) {
              .idx.lowerCompany .wrapper .f_wrapper > .right_side .slider .slider__inner .slider__item {
                width: calc(8.5em / 8 * 10);
                padding: 0 4px; } }
            .idx.lowerCompany .wrapper .f_wrapper > .right_side .slider .slider__inner .slider__item img {
              border-radius: calc(8.5em / 32);
              overflow: hidden; }
          .idx.lowerCompany .wrapper .f_wrapper > .right_side .verticalslider .verticalslider__inner .slider__item {
            aspect-ratio: 5/6;
            padding: 8px 0;
            line-height: 0; }
            .idx.lowerCompany .wrapper .f_wrapper > .right_side .verticalslider .verticalslider__inner .slider__item img {
              border-radius: calc(8.5em / 32);
              overflow: hidden; }
  .idx.lowerSDGs {
    padding: calc(8.5em / 8 * 2) 0;
    background: var(--backgrounds2); }
    @media screen and (max-width: 768px) {
      .idx.lowerSDGs {
        padding: calc(8.5em / 8 * 1) 0; } }
    .idx.lowerSDGs .wrapper {
      width: calc(100% / 24 * 22);
      margin: 0 auto; }
      .idx.lowerSDGs .wrapper .f_wrapper {
        display: flex;
        gap: calc(8.5em / 16 * 3) calc(((100vw / 24) * 1) + 16px * 2);
        width: calc(100% / 22* 23);
        margin-left: calc((100% / 22) / 2* -1);
        margin-right: calc((100% / 22) / 2* -1);
        padding: calc(100vw / 24* 1) calc(100vw / 48* 3) !important;
        background: var(--color-white);
        border-radius: calc(8.5em / 32);
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .idx.lowerSDGs .wrapper .f_wrapper {
            flex-direction: column;
            padding: calc(100vw / 24 * 2) calc(100vw / 48 * 3) !important; } }
        .idx.lowerSDGs .wrapper .f_wrapper > .left_side {
          flex: 7;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          row-gap: calc(8.5em / 16 * 3); }
          .idx.lowerSDGs .wrapper .f_wrapper > .left_side .image + * {
            margin-top: calc(8.5em / 16 * 2); }
        .idx.lowerSDGs .wrapper .f_wrapper > .right_side {
          flex: 14; }
  .idx.lowerRecruit {
    padding: calc(8.5em / 8 * 4) 0 calc(8.5em / 8 * 7);
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .idx.lowerRecruit {
        padding: calc(8.5em / 16 * 5) 0 calc(8.5em / 8 * 3); } }
    .idx.lowerRecruit .beltline .slider {
      gap: 16px; }
      .idx.lowerRecruit .beltline .slider .slider__inner {
        gap: 16px; }
        .idx.lowerRecruit .beltline .slider .slider__inner .slider__item {
          width: calc(8.5em / 8 * 30);
          aspect-ratio: 4/3;
          border-radius: calc(8.5em / 32);
          overflow: hidden;
          line-height: 0; }
          @media screen and (max-width: 768px) {
            .idx.lowerRecruit .beltline .slider .slider__inner .slider__item {
              width: calc(8.5em / 8 * 16); } }
    .idx.lowerRecruit .beltline + * {
      margin-top: calc(8.5em / 8 * 5) !important; }
      @media screen and (max-width: 768px) {
        .idx.lowerRecruit .beltline + * {
          margin-top: calc(8.5em / 16 * 5) !important; } }
    .idx.lowerRecruit .wrapper {
      width: calc(100% / 24 * 20);
      margin: 0 auto; }
      .idx.lowerRecruit .wrapper .lowerRecruit_body {
        display: flex;
        flex-direction: column;
        gap: calc(8.5em / 16 * 5) calc(8.5em / 16 * 16); }
        @media screen and (max-width: 768px) {
          .idx.lowerRecruit .wrapper .lowerRecruit_body {
            gap: calc(8.5em / 16 * 3) calc(8.5em / 16 * 16); } }
        .idx.lowerRecruit .wrapper .lowerRecruit_body > .head {
          display: flex;
          align-items: flex-end;
          justify-content: space-between;
          gap: calc(8.5em / 8) calc(((100vw / 24) * 2) + 16px* 3); }
          @media screen and (max-width: 768px) {
            .idx.lowerRecruit .wrapper .lowerRecruit_body > .head {
              align-items: flex-start;
              flex-direction: column; } }
          .idx.lowerRecruit .wrapper .lowerRecruit_body > .head dl {
            flex: 8;
            display: flex;
            flex-direction: column;
            gap: calc(8.5em / 32); }
            .idx.lowerRecruit .wrapper .lowerRecruit_body > .head dl * {
              font-weight: var(--fw-6); }
            .idx.lowerRecruit .wrapper .lowerRecruit_body > .head dl > dt {
              color: var(--key2);
              background: linear-gradient(315deg, var(--key2) 0%, var(--key3) 74%);
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent;
              font-size: 1.845em; }
              @media screen and (max-width: 768px) {
                .idx.lowerRecruit .wrapper .lowerRecruit_body > .head dl > dt {
                  font-size: 1.5575em; } }
            .idx.lowerRecruit .wrapper .lowerRecruit_body > .head dl > dd {
              font-size: 2.665em;
              line-height: 1.23; }
              @media screen and (max-width: 768px) {
                .idx.lowerRecruit .wrapper .lowerRecruit_body > .head dl > dd {
                  font-size: 2.255em; } }
          .idx.lowerRecruit .wrapper .lowerRecruit_body > .head p {
            flex: 10; }
        .idx.lowerRecruit .wrapper .lowerRecruit_body > .body .lowerRecruit_buttons ul {
          display: grid;
          grid-auto-flow: column;
          grid-template-rows: repeat(2, auto);
          gap: 16px;
          max-width: calc(8.5em / 8 * 51.25); }
          @media screen and (max-width: 768px) {
            .idx.lowerRecruit .wrapper .lowerRecruit_body > .body .lowerRecruit_buttons ul {
              grid-template-rows: repeat(3, auto);
              gap: 8px; } }
          .idx.lowerRecruit .wrapper .lowerRecruit_body > .body .lowerRecruit_buttons ul > li {
            width: 100%; }
            .idx.lowerRecruit .wrapper .lowerRecruit_body > .body .lowerRecruit_buttons ul > li a {
              position: relative;
              z-index: 15;
              display: flex;
              align-items: center;
              justify-content: space-between;
              min-height: 4.1em;
              padding: calc(8.5em / 64 * 5);
              background: var(--color-lightgray);
              border-radius: calc(8.5em / 32 * 1);
              overflow: hidden; }
              .idx.lowerRecruit .wrapper .lowerRecruit_body > .body .lowerRecruit_buttons ul > li a::before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 0;
                z-index: -1;
                height: 100%;
                border-top-right-radius: 50%;
                border-bottom-right-radius: 50%;
                background: var(--color-text);
                transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
                -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
                -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
                -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
              .idx.lowerRecruit .wrapper .lowerRecruit_body > .body .lowerRecruit_buttons ul > li a .text {
                flex: 1;
                padding: 0 calc(8.5em / 8);
                font-size: 1.1275em;
                font-weight: var(--fw-6);
                transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
              .idx.lowerRecruit .wrapper .lowerRecruit_body > .body .lowerRecruit_buttons ul > li a .icon {
                display: flex;
                align-items: center;
                justify-content: center;
                width: calc(8.5em / 16 * 5);
                min-width: calc(8.5em / 16 * 5);
                height: calc(8.5em / 16 * 5);
                padding: calc(8.5em / 64 * 6);
                background: var(--color-white);
                border: solid 1px var(--border-light-black);
                border-radius: calc(8.5em / 32 * 1);
                overflow: hidden; }
              .idx.lowerRecruit .wrapper .lowerRecruit_body > .body .lowerRecruit_buttons ul > li a:hover::before {
                width: 100%;
                border-radius: 0;
                transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
                -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
                -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
                -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
              .idx.lowerRecruit .wrapper .lowerRecruit_body > .body .lowerRecruit_buttons ul > li a:hover .text {
                color: var(--color-white);
                transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
        .idx.lowerRecruit .wrapper .lowerRecruit_body > .body .lowerRecruit_buttons + * {
          margin-top: calc(8.5em / 8 * 2); }
        .idx.lowerRecruit .wrapper .lowerRecruit_body > .body .lowerRecruit_interview .indexInterviewSwiper {
          position: relative; }
          .idx.lowerRecruit .wrapper .lowerRecruit_body > .body .lowerRecruit_interview .indexInterviewSwiper .swiper-wrapper .swiper-slide .card > .image {
            aspect-ratio: 1/1;
            border-radius: calc(8.5em / 32);
            overflow: hidden;
            line-height: 0; }
            .idx.lowerRecruit .wrapper .lowerRecruit_body > .body .lowerRecruit_interview .indexInterviewSwiper .swiper-wrapper .swiper-slide .card > .image img {
              transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
              -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
              -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
              -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
            .idx.lowerRecruit .wrapper .lowerRecruit_body > .body .lowerRecruit_interview .indexInterviewSwiper .swiper-wrapper .swiper-slide .card > .image::after {
              content: '';
              position: absolute;
              left: 0;
              bottom: 0;
              display: block;
              width: 100%;
              height: 50%;
              background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.41)); }
          .idx.lowerRecruit .wrapper .lowerRecruit_body > .body .lowerRecruit_interview .indexInterviewSwiper .swiper-wrapper .swiper-slide .card > .text {
            position: absolute;
            left: 0;
            bottom: 0;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: calc(8.5em / 16);
            width: 100%;
            padding: calc(8.5em / 16); }
            .idx.lowerRecruit .wrapper .lowerRecruit_body > .body .lowerRecruit_interview .indexInterviewSwiper .swiper-wrapper .swiper-slide .card > .text > .title {
              flex: 1;
              padding: 0 calc(8.5em / 32);
              color: var(--color-white); }
            .idx.lowerRecruit .wrapper .lowerRecruit_body > .body .lowerRecruit_interview .indexInterviewSwiper .swiper-wrapper .swiper-slide .card > .text > .icon {
              display: flex;
              align-items: center;
              justify-content: center;
              width: 1.1275em;
              min-width: 1.1275em;
              height: 1.1275em;
              padding: calc(8.5em / 32);
              background: var(--color-white);
              border-radius: calc(8.5em / 64);
              overflow: hidden; }
          .idx.lowerRecruit .wrapper .lowerRecruit_body > .body .lowerRecruit_interview .indexInterviewSwiper .swiper-wrapper .swiper-slide .card:hover > .image img {
            transform: scale(1.025);
            transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
          .idx.lowerRecruit .wrapper .lowerRecruit_body > .body .lowerRecruit_interview .indexInterviewSwiper .swiper-control {
            position: relative;
            display: flex;
            align-items: center;
            gap: calc(8.5em / 16);
            margin-top: calc(8.5em / 16 * 3); }
            @media screen and (max-width: 768px) {
              .idx.lowerRecruit .wrapper .lowerRecruit_body > .body .lowerRecruit_interview .indexInterviewSwiper .swiper-control {
                margin-top: calc(8.5em / 16 * 2); } }
            .idx.lowerRecruit .wrapper .lowerRecruit_body > .body .lowerRecruit_interview .indexInterviewSwiper .swiper-control > .swiper-button-prev, .idx.lowerRecruit .wrapper .lowerRecruit_body > .body .lowerRecruit_interview .indexInterviewSwiper .swiper-control > .swiper-button-next {
              position: relative;
              top: initial;
              left: initial;
              right: initial;
              bottom: initial;
              display: flex;
              align-items: center;
              justify-content: center;
              width: calc(8.5em / 16 * 7);
              min-width: calc(8.5em / 16 * 7);
              height: calc(8.5em / 16 * 7);
              margin: 0;
              border: solid 1px var(--border-light-black);
              border-radius: calc(8.5em / 32); }
              @media screen and (max-width: 768px) {
                .idx.lowerRecruit .wrapper .lowerRecruit_body > .body .lowerRecruit_interview .indexInterviewSwiper .swiper-control > .swiper-button-prev, .idx.lowerRecruit .wrapper .lowerRecruit_body > .body .lowerRecruit_interview .indexInterviewSwiper .swiper-control > .swiper-button-next {
                  height: calc(8.5em / 16 * 4); } }
              .idx.lowerRecruit .wrapper .lowerRecruit_body > .body .lowerRecruit_interview .indexInterviewSwiper .swiper-control > .swiper-button-prev::before, .idx.lowerRecruit .wrapper .lowerRecruit_body > .body .lowerRecruit_interview .indexInterviewSwiper .swiper-control > .swiper-button-next::before {
                content: '';
                display: block;
                width: 1em;
                height: 1em;
                background: url(images/icon/arrow.svg); }
              .idx.lowerRecruit .wrapper .lowerRecruit_body > .body .lowerRecruit_interview .indexInterviewSwiper .swiper-control > .swiper-button-prev::after, .idx.lowerRecruit .wrapper .lowerRecruit_body > .body .lowerRecruit_interview .indexInterviewSwiper .swiper-control > .swiper-button-next::after {
                display: none; }
            .idx.lowerRecruit .wrapper .lowerRecruit_body > .body .lowerRecruit_interview .indexInterviewSwiper .swiper-control > .swiper-button-prev::before {
              transform: rotate(180deg); }
            .idx.lowerRecruit .wrapper .lowerRecruit_body > .body .lowerRecruit_interview .indexInterviewSwiper .swiper-control > .swiper-pagination {
              position: relative;
              top: initial;
              left: initial;
              right: initial;
              bottom: initial;
              margin: 0;
              margin-left: calc(8.5em / 8); }
              .idx.lowerRecruit .wrapper .lowerRecruit_body > .body .lowerRecruit_interview .indexInterviewSwiper .swiper-control > .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
                background: var(--key3); }
              .idx.lowerRecruit .wrapper .lowerRecruit_body > .body .lowerRecruit_interview .indexInterviewSwiper .swiper-control > .swiper-pagination.swiper-pagination-progressbar {
                padding: 0;
                height: 6px;
                border-radius: 6px; }
                .idx.lowerRecruit .wrapper .lowerRecruit_body > .body .lowerRecruit_interview .indexInterviewSwiper .swiper-control > .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
                  background: var(--color-text);
                  border-radius: 6px; }
        .idx.lowerRecruit .wrapper .lowerRecruit_body > .body .lowerRecruit_interview + * {
          margin-top: calc(8.5em / 8 * 3); }
        .idx.lowerRecruit .wrapper .lowerRecruit_body > .foot {
          margin-top: calc(8.5em / 16 * 6);
          padding-top: calc(8.5em / 16 * 6);
          border-top: solid 1px var(--border-light-black); }
  .idx.lowerBlog {
    padding: calc(8.5em / 8 * 5) 0 calc(8.5em / 8 * 7);
    border-top: solid 1px var(--border-light-black); }
    @media screen and (max-width: 768px) {
      .idx.lowerBlog {
        padding: calc(8.5em / 8 * 4) 0 calc(8.5em / 8 * 3); } }
    .idx.lowerBlog .wrapper {
      display: block;
      width: calc(100% / 24 * 22);
      margin: 0 auto; }
      .idx.lowerBlog .wrapper .f_wrapper {
        display: flex;
        gap: calc(8.5em / 16 * 3) calc(((100vw / 24) * 1) + 16px * 2); }
        @media screen and (max-width: 768px) {
          .idx.lowerBlog .wrapper .f_wrapper {
            flex-direction: column-reverse; } }
        .idx.lowerBlog .wrapper .f_wrapper > .left_side {
          flex: 5;
          display: flex;
          align-items: flex-start;
          flex-direction: column;
          justify-content: space-between; }
        .idx.lowerBlog .wrapper .f_wrapper > .right_side {
          flex: 16; }
          @media screen and (max-width: 768px) {
            .idx.lowerBlog .wrapper .f_wrapper > .right_side ul {
              margin-top: calc(8.5em / 16* 2); } }

.recruit_banar {
  position: relative;
  z-index: 15;
  display: flex;
  align-items: center;
  aspect-ratio: 400/100;
  padding: 0 calc(100% / 40 * 3);
  background: var(--key2);
  background: linear-gradient(135deg, var(--key2), var(--key3));
  border-radius: calc(8.5em / 64 * 3);
  overflow: hidden;
  cursor: pointer;
  transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
  -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
  -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
  -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
  @media screen and (max-width: 768px) {
    .recruit_banar {
      aspect-ratio: 200/100; } }
  .recruit_banar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background: url(images/noise.png);
    background-repeat: repeat;
    background-size: 100px;
    pointer-events: none;
    opacity: .5; }
  .recruit_banar * {
    color: var(--color-white); }
  .recruit_banar .background {
    position: absolute;
    right: 0;
    z-index: -5;
    padding: 0 calc(8.5em / 16);
    opacity: .41; }
    @media screen and (max-width: 768px) {
      .recruit_banar .background {
        opacity: .328; } }
    .recruit_banar .background ul {
      display: flex;
      align-items: center;
      gap: calc(8.5em / 16);
      transform: rotate(5deg); }
      .recruit_banar .background ul > li {
        display: flex;
        flex-direction: column;
        gap: calc(8.5em / 16); }
        .recruit_banar .background ul > li > .figure {
          width: calc(8.5em / 8 * 10);
          aspect-ratio: 5/6;
          background: var(--color-white); }
          @media screen and (max-width: 768px) {
            .recruit_banar .background ul > li > .figure {
              width: calc(8.5em / 8 * 5); } }
  .recruit_banar dl {
    display: flex;
    flex-direction: column;
    gap: calc(8.5em / 32 * 3); }
    @media screen and (max-width: 768px) {
      .recruit_banar dl {
        gap: calc(8.5em / 32 * 2); } }
    .recruit_banar dl > dt {
      font-size: 1.64em;
      font-weight: var(--fw-6); }
      @media screen and (max-width: 768px) {
        .recruit_banar dl > dt {
          font-size: 1.435em; } }
  .recruit_banar:hover {
    transform: scale(0.985);
    transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
    -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
    -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
    -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }

ul.social_window {
  display: flex;
  gap: calc(8.5em / 8); }
  @media screen and (max-width: 768px) {
    ul.social_window {
      gap: calc(8.5em / 16); } }
  ul.social_window > li {
    flex: 1;
    aspect-ratio: 5/6;
    background: var(--color-lightgray);
    border: solid 1px var(--border-light-black);
    border-radius: calc(8.5em / 32);
    overflow: hidden; }
  ul.social_window + * {
    margin-top: calc(8.5em / 8 * 2); }
    @media screen and (max-width: 768px) {
      ul.social_window + * {
        margin-top: calc(8.5em / 16 * 3); } }

ul.social_banar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(8.5em / 8); }
  @media screen and (max-width: 768px) {
    ul.social_banar {
      flex-direction: column;
      gap: calc(8.5em / 16); } }
  ul.social_banar > li a {
    display: block;
    width: auto;
    height: calc(8.5em / 8 * 6);
    transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
    -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
    -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
    -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
    @media screen and (max-width: 768px) {
      ul.social_banar > li a {
        height: calc(8.5em / 8 * 4); } }
    ul.social_banar > li a:hover {
      filter: brightness(0.95);
      transform: scale(0.985);
      transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
      -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
      -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
      -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }

.blogArchives {
  display: flex;
  flex-wrap: wrap;
  gap: calc(16px); }
  .blogArchives.col3 > li {
    width: calc((100% / 3) - (16px * 2 / 3)); }
    @media screen and (max-width: 768px) {
      .blogArchives.col3 > li {
        width: 100%; } }
  .blogArchives.col4 > li {
    width: calc((100% / 4) - (16px * 3 / 4)); }
  .blogArchives > li .card {
    display: flex;
    flex-direction: column;
    gap: calc(8.5em / 8); }
    @media screen and (max-width: 768px) {
      .blogArchives > li .card {
        flex-direction: row;
        gap: 0; } }
    .blogArchives > li .card > .image {
      aspect-ratio: 16/9;
      border-radius: calc(8.5em / 32);
      overflow: hidden;
      line-height: 0; }
      @media screen and (max-width: 768px) {
        .blogArchives > li .card > .image {
          width: calc(8.5em / 8 * 12); } }
    .blogArchives > li .card > .text {
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      gap: calc(8.5em / 16);
      padding: 0 calc(8.5em / 8); }
      .blogArchives > li .card > .text .category {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 1.64em;
        padding: 0 calc(8.5em / 16);
        background: var(--key2);
        background: linear-gradient(135deg, var(--key2), var(--key3));
        border-radius: calc(8.5em / 64);
        overflow: hidden;
        color: var(--color-white);
        font-size: .8em; }
      .blogArchives > li .card > .text p {
        font-weight: var(--fw-6); }
      .blogArchives > li .card > .text time {
        opacity: .5;
        font-size: .9em; }

.breadcrumb {
  width: calc(100% / 24 * 22);
  margin: 0 auto;
  border-top: solid 1px var(--border-light-black); }
  @media screen and (max-width: 768px) {
    .breadcrumb {
      display: flex;
      justify-content: flex-end;
      white-space: nowrap;
      overflow: hidden; } }
  .breadcrumb #breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 3.28em;
    font-size: .75em; }

header#pageHeader {
  position: relative;
  z-index: 15;
  padding-top: calc((8.5em / 8) * 5); }
  @media screen and (max-width: 768px) {
    header#pageHeader {
      padding-top: calc(8.5em / 32 * 14); } }
  header#pageHeader .background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
    width: 100%;
    height: 100%; }
    header#pageHeader .background::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 15;
      display: block;
      width: 100%;
      height: 100%;
      background: url(images/noise.png);
      background-repeat: repeat;
      background-size: 100px;
      pointer-events: none;
      opacity: .5; }
    header#pageHeader .background::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 15;
      display: block;
      width: 100%;
      height: 200%;
      background: var(--key2);
      background: linear-gradient(135deg, var(--key2), var(--key3));
      opacity: 0; }
  header#pageHeader .wrapper {
    display: block;
    width: calc(100% / 24 * 22);
    margin: 0 auto;
    padding: calc(8.5em / 2) 0; }
    @media screen and (max-width: 768px) {
      header#pageHeader .wrapper {
        width: calc(100% / 24 * 22);
        padding: calc(8.5em / 8 * 3) 0 calc(8.5em / 8 * 4); } }
    header#pageHeader .wrapper .page_title {
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      gap: calc(8.5em / 8 * 1); }
      @media screen and (max-width: 768px) {
        header#pageHeader .wrapper .page_title {
          gap: calc(8.5em / 32 * 1); } }
    header#pageHeader .wrapper hgroup {
      position: relative;
      z-index: 15;
      display: flex;
      flex-direction: column-reverse; }
      header#pageHeader .wrapper hgroup h1 {
        display: flex;
        align-items: center;
        gap: calc(8.5em / 64 * 3);
        font-size: 3.69em;
        font-weight: 600;
        color: var(--color-black); }
        @media screen and (max-width: 768px) {
          header#pageHeader .wrapper hgroup h1 {
            font-size: 2.46em; } }
      header#pageHeader .wrapper hgroup span {
        position: relative;
        z-index: 15;
        font-size: 1.435em;
        font-weight: 700;
        letter-spacing: -.041em;
        line-height: 1;
        color: var(--color-black);
        text-transform: capitalize; }
        @media screen and (max-width: 768px) {
          header#pageHeader .wrapper hgroup span {
            font-size: 1.1275em; } }
      header#pageHeader .wrapper hgroup + p {
        display: flex;
        align-items: center;
        gap: calc(8.5em / 32 * 3); }
        header#pageHeader .wrapper hgroup + p::before {
          content: '';
          display: block;
          width: calc(8.5em / 16 * 3);
          height: 3px;
          background: linear-gradient(to right, var(--key2), var(--key3));
          border-radius: calc(8.5em / 64);
          overflow: hidden; }
    header#pageHeader .wrapper.service {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        header#pageHeader .wrapper.service {
          flex-direction: column-reverse;
          gap: calc(8.5em / 16 * 3);
          padding-top: calc(8.5em / 16 * 2); } }
      header#pageHeader .wrapper.service > .head_figure {
        width: calc(100% / 22 * 6);
        aspect-ratio: 4/3;
        border-radius: calc(8.5em / 32);
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          header#pageHeader .wrapper.service > .head_figure {
            width: 100%; } }
    header#pageHeader .wrapper.f_wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        header#pageHeader .wrapper.f_wrapper {
          align-items: flex-start;
          flex-direction: column;
          gap: calc(8.5em / 8);
          width: calc(100% / 24 * 20);
          padding-top: calc(8.5em / 8); } }
  header#pageHeader.thumbnail .breadcrumb *, header#pageHeader.thumbnail .wrapper * {
    color: var(--color-white);
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.328); }
  header#pageHeader.service .background::after, header#pageHeader.recruit .background::after {
    opacity: 1; }
  header#pageHeader.service .breadcrumb *, header#pageHeader.service .wrapper *, header#pageHeader.recruit .breadcrumb *, header#pageHeader.recruit .wrapper * {
    color: var(--color-white); }
  header#pageHeader.head_single_cuntomer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    max-height: 800px; }
    @media screen and (max-width: 768px) {
      header#pageHeader.head_single_cuntomer {
        height: 123vw; } }
    header#pageHeader.head_single_cuntomer .background::after {
      content: '';
      background: var(--color-text);
      opacity: .41; }
    header#pageHeader.head_single_cuntomer .wrapper {
      padding-bottom: calc(8.5em / 16 * 10); }
      @media screen and (max-width: 768px) {
        header#pageHeader.head_single_cuntomer .wrapper {
          padding-bottom: calc(8.5em / 16 * 8); } }
      header#pageHeader.head_single_cuntomer .wrapper * {
        color: var(--color-white); }
      header#pageHeader.head_single_cuntomer .wrapper p {
        font-size: 1.1275em;
        font-weight: var(--fw-6); }
        @media screen and (max-width: 768px) {
          header#pageHeader.head_single_cuntomer .wrapper p {
            margin-bottom: calc(8.5em / 16 * 1); } }
      @media screen and (max-width: 768px) {
        header#pageHeader.head_single_cuntomer .wrapper h1 {
          line-height: 1.1275; } }
      header#pageHeader.head_single_cuntomer .wrapper .attr {
        margin-top: calc(8.5em / 16 * 3); }
        @media screen and (max-width: 768px) {
          header#pageHeader.head_single_cuntomer .wrapper .attr {
            margin-top: calc(8.5em / 16 * 2); } }
  header#pageHeader[data-mode="dark"] .background::after {
    opacity: 1; }
  header#pageHeader[data-mode="dark"] .breadcrumb *, header#pageHeader[data-mode="dark"] .wrapper * {
    color: var(--color-white); }

article.-page {
  position: relative;
  z-index: 50;
  padding: calc(8.5em / 8 * 2) 0;
  margin-top: calc(8.5em / 16* 3* -1);
  border-top-left-radius: calc(8.5em / 16* 3);
  border-top-right-radius: calc(8.5em / 16* 3);
  background: var(--color-white); }
  article.-page > .description_wrapper {
    width: calc(100% / 24 * 23);
    margin: 0 auto;
    padding: calc(8.5em / 16 * 7) 0;
    background: var(--components1);
    border-radius: calc(8.5em / 32);
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      article.-page > .description_wrapper {
        padding: calc(8.5em / 16 * 5) 0; } }
    article.-page > .description_wrapper .service_description {
      display: flex;
      flex-direction: column;
      gap: calc(8.5em / 8);
      width: calc(100% / 23 * 20);
      margin: 0 auto; }
      article.-page > .description_wrapper .service_description * {
        font-weight: var(--fw-6); }
      article.-page > .description_wrapper .service_description dl {
        display: flex;
        flex-direction: column;
        gap: calc(8.5em / 32); }
        @media screen and (max-width: 768px) {
          article.-page > .description_wrapper .service_description dl {
            gap: calc(8.5em / 16); } }
        article.-page > .description_wrapper .service_description dl > dt {
          color: var(--key2);
          background: linear-gradient(315deg, var(--key2) 0%, var(--key3) 74%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 2.46em;
          line-height: 1.23; }
          @media screen and (max-width: 768px) {
            article.-page > .description_wrapper .service_description dl > dt {
              font-size: 1.845em; } }
        article.-page > .description_wrapper .service_description dl > dd {
          font-size: 1.64em; }
          @media screen and (max-width: 768px) {
            article.-page > .description_wrapper .service_description dl > dd {
              font-size: 1.3325em; } }
        article.-page > .description_wrapper .service_description dl + p {
          font-size: 1.075em; }
    article.-page > .description_wrapper .sdgs_description {
      display: flex;
      align-items: center;
      flex-direction: column;
      gap: calc(8.5em / 16 * 3);
      width: calc(100% / 23 * 14);
      min-width: 600px;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        article.-page > .description_wrapper .sdgs_description {
          gap: calc(8.5em / 16 * 2);
          width: calc(100% / 23 * 19);
          min-width: initial; } }
      article.-page > .description_wrapper .sdgs_description .title {
        font-size: 1.845em;
        font-weight: var(--fw-6);
        text-align: center; }
        @media screen and (max-width: 768px) {
          article.-page > .description_wrapper .sdgs_description .title {
            font-size: 1.435em; } }
  article.-page > .wrapper {
    position: relative;
    z-index: 20;
    display: block;
    width: calc(100% / 24 * 22);
    margin: 0 auto;
    padding: calc(8.5em / 8 * 4) 0 calc(8.5em / 8 * 8); }
    @media screen and (max-width: 768px) {
      article.-page > .wrapper {
        padding: calc(8.5em / 8 * 3) 0 calc(8.5em / 8 * 4); } }
    article.-page > .wrapper.flex_wrapper > .left_side {
      position: absolute;
      top: 0;
      left: 0;
      width: calc(100% / 22 * 5);
      height: 100%;
      padding: calc(8.5em / 8* 4) 0 calc(8.5em / 8* 8); }
      @media screen and (max-width: 768px) {
        article.-page > .wrapper.flex_wrapper > .left_side {
          display: none; } }
      article.-page > .wrapper.flex_wrapper > .left_side .sticky {
        top: calc(8.5em / 1); }
        article.-page > .wrapper.flex_wrapper > .left_side .sticky h5 {
          display: flex;
          align-items: center;
          column-gap: calc(8.5em / 24);
          font-size: 1em;
          font-weight: 500;
          text-transform: uppercase; }
          article.-page > .wrapper.flex_wrapper > .left_side .sticky h5::before {
            content: '';
            display: block;
            width: 1em;
            height: 1em;
            background: url(images/icon/menu.svg); }
          article.-page > .wrapper.flex_wrapper > .left_side .sticky h5 + * {
            margin-top: calc(8.5em / 8); }
        article.-page > .wrapper.flex_wrapper > .left_side .sticky > ul {
          counter-reset: num;
          display: flex;
          flex-direction: column;
          gap: calc(8.5em / 16 * 3); }
          @media screen and (max-width: 768px) {
            article.-page > .wrapper.flex_wrapper > .left_side .sticky > ul {
              padding: calc(8.5em / 16 * 3);
              background: #f7f7f7;
              border-radius: calc(8.5em / 16 * 1); } }
          article.-page > .wrapper.flex_wrapper > .left_side .sticky > ul > li {
            display: flex;
            align-items: baseline;
            gap: calc(8.5em / 32 * 3);
            opacity: .5; }
            article.-page > .wrapper.flex_wrapper > .left_side .sticky > ul > li::before {
              counter-increment: num;
              content: counter(num);
              display: flex;
              align-items: center;
              justify-content: center;
              width: 2.05em;
              min-width: 2.05em;
              height: 2.05em;
              background: var(--key2);
              background: linear-gradient(135deg, var(--key2), var(--key3));
              border-radius: calc(8.5em / 1);
              overflow: hidden;
              font-weight: 500;
              color: var(--color-white); }
            article.-page > .wrapper.flex_wrapper > .left_side .sticky > ul > li dl {
              display: flex;
              flex-direction: column;
              gap: calc(8.5em / 16 * 1); }
              article.-page > .wrapper.flex_wrapper > .left_side .sticky > ul > li dl > dt {
                font-size: 1.23em; }
              article.-page > .wrapper.flex_wrapper > .left_side .sticky > ul > li dl > dd {
                font-size: 1em; }
            article.-page > .wrapper.flex_wrapper > .left_side .sticky > ul > li a {
              display: flex;
              align-items: center;
              gap: calc(8.5em / 16);
              font-weight: 600; }
            article.-page > .wrapper.flex_wrapper > .left_side .sticky > ul > li.active, article.-page > .wrapper.flex_wrapper > .left_side .sticky > ul > li:hover {
              opacity: 1; }
          article.-page > .wrapper.flex_wrapper > .left_side .sticky > ul.anker > li a::before {
            content: '';
            width: .41em;
            min-width: .41em;
            height: .615em;
            clip-path: polygon(0 0, 100% 50%, 0 100%); }
    article.-page > .wrapper.flex_wrapper > .right_side .page_block {
      width: calc(100% / 22 * 17);
      min-width: 767px;
      margin-left: auto;
      padding: 0 calc(100% / 22 * 1); }
      @media screen and (max-width: 768px) {
        article.-page > .wrapper.flex_wrapper > .right_side .page_block {
          width: 100%;
          min-width: 100%;
          padding: 0 calc(100% / 44 * 1); } }
    article.-page > .wrapper.document_wrapper {
      width: calc(100% / 16 * 12); }
      @media screen and (max-width: 768px) {
        article.-page > .wrapper.document_wrapper {
          width: calc(100% / 16 * 14); } }
    article.-page > .wrapper .page_main {
      counter-reset: num; }
      article.-page > .wrapper .page_main .page_body ~ .page_body {
        margin-top: calc(8.5em / 8 * 10); }
        @media screen and (max-width: 768px) {
          article.-page > .wrapper .page_main .page_body ~ .page_body {
            margin-top: calc(8.5em / 8 * 5); } }
      article.-page > .wrapper .page_main .page_body .page_block hgroup {
        display: flex;
        align-items: center;
        gap: calc(8.5em / 64 * 5); }
        article.-page > .wrapper .page_main .page_body .page_block hgroup h2 {
          display: flex;
          align-items: center;
          gap: calc(8.5em / 64* 3);
          font-size: 1.845em;
          font-weight: var(--fw-6);
          color: var(--color-black); }
          article.-page > .wrapper .page_main .page_body .page_block hgroup h2::before {
            counter-increment: num;
            content: counter(num);
            display: flex;
            align-items: center;
            justify-content: center;
            width: 1.64em;
            min-width: 1.64em;
            height: 1.64em;
            background: var(--key2);
            background: linear-gradient(135deg, var(--key2), var(--key3));
            border-radius: calc(8.5em / 1);
            overflow: hidden;
            font-size: .65em;
            font-weight: 500;
            color: var(--color-white); }
          @media screen and (max-width: 768px) {
            article.-page > .wrapper .page_main .page_body .page_block hgroup h2 {
              font-size: 1.3325em; } }
        article.-page > .wrapper .page_main .page_body .page_block hgroup:has(h3) {
          padding-bottom: calc(8.5em / 16);
          border-bottom: solid 1px var(--border-light-black); }
          article.-page > .wrapper .page_main .page_body .page_block hgroup:has(h3)::before {
            content: '';
            display: flex;
            align-items: center;
            justify-content: center;
            width: 3px;
            min-width: 3px;
            height: 1.23em;
            background: var(--key2);
            background: linear-gradient(to bottom, var(--key2), var(--key3)); }
          article.-page > .wrapper .page_main .page_body .page_block hgroup:has(h3) h3 {
            font-size: 1.3325em;
            font-weight: var(--fw-6);
            line-height: 1; }
            @media screen and (max-width: 768px) {
              article.-page > .wrapper .page_main .page_body .page_block hgroup:has(h3) h3 {
                font-size: 1.1275em; } }
          article.-page > .wrapper .page_main .page_body .page_block hgroup:has(h3) + * {
            margin-top: calc(8.5rem / 16 * 3); }
            @media screen and (max-width: 768px) {
              article.-page > .wrapper .page_main .page_body .page_block hgroup:has(h3) + * {
                margin-top: calc(8.5rem / 16 * 3); } }
        article.-page > .wrapper .page_main .page_body .page_block hgroup:has(h4) {
          padding: calc(8.5em / 32 * 2) calc(8.5em / 32 * 3);
          background: var(--f7);
          border-radius: calc(8.5em / 32 * 1); }
          article.-page > .wrapper .page_main .page_body .page_block hgroup:has(h4) h4 {
            font-size: 1.23em;
            font-weight: var(--fw-6);
            line-height: 1; }
            @media screen and (max-width: 768px) {
              article.-page > .wrapper .page_main .page_body .page_block hgroup:has(h4) h4 {
                font-size: 1.1275em; } }
          article.-page > .wrapper .page_main .page_body .page_block hgroup:has(h4) + * {
            margin-top: calc(8.5rem / 16 * 3); }
            @media screen and (max-width: 768px) {
              article.-page > .wrapper .page_main .page_body .page_block hgroup:has(h4) + * {
                margin-top: calc(8.5rem / 16 * 3); } }
        article.-page > .wrapper .page_main .page_body .page_block hgroup + * {
          margin-top: calc(8.5rem / 16 * 5); }
          @media screen and (max-width: 768px) {
            article.-page > .wrapper .page_main .page_body .page_block hgroup + * {
              margin-top: calc(8.5rem / 16 * 3); } }
      article.-page > .wrapper .page_main .page_body .page_block ~ .page_block {
        margin-top: calc(8.5em / 8 * 10); }
        @media screen and (max-width: 768px) {
          article.-page > .wrapper .page_main .page_body .page_block ~ .page_block {
            margin-top: calc(8.5em / 8 * 5); } }
      article.-page > .wrapper .page_main .page_body .page_block .page_cell ~ .page_cell {
        margin-top: calc(8.5em / 8 * 6); }
        @media screen and (max-width: 768px) {
          article.-page > .wrapper .page_main .page_body .page_block .page_cell ~ .page_cell {
            margin-top: calc(8.5em / 8 * 4); } }

header#singleHeader {
  position: relative;
  z-index: 15;
  margin-top: calc(30px + (8.5em / 32 * 22)); }
  @media screen and (max-width: 768px) {
    header#singleHeader {
      margin-top: calc(25px + (8.5em / 32 * 14)); } }
  header#singleHeader .wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: calc(8.5em / 8 * 1);
    width: calc(100% / 32 * 27);
    margin: 0 auto;
    padding-top: calc(8.5em / 2); }
    @media screen and (max-width: 768px) {
      header#singleHeader .wrapper {
        width: calc(100% / 32 * 28);
        padding-top: calc(8.5em / 8 * 2); } }
    header#singleHeader .wrapper hgroup {
      position: relative;
      z-index: 15; }
      header#singleHeader .wrapper hgroup h1 {
        font-size: 2.46em;
        font-weight: normal;
        line-height: 1.435; }
        @media screen and (max-width: 768px) {
          header#singleHeader .wrapper hgroup h1 {
            font-size: 1.64em; } }
    header#singleHeader .wrapper .publish {
      display: flex;
      align-items: center;
      column-gap: calc(8.5em / 12); }
      header#singleHeader .wrapper .publish p {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: calc(8.5em / 64 * 1) calc(8.5em / 64 * 5);
        background: var(--color-lightgray);
        border-radius: 8.5em;
        overflew: hidden; }
      header#singleHeader .wrapper .publish time {
        color: var(--color-gray); }

article.-single {
  position: relative;
  z-index: 25; }
  article.-single > .wrapper {
    display: block;
    width: calc(100% / 16 * 14);
    margin: 0 auto;
    padding: calc(8.5em / 8 * 4) 0 calc(8.5em / 8 * 8); }
    article.-single > .wrapper.flex_wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: calc(8.5em / 8 * 2) calc(8.5em / 8 * 4); }
      @media screen and (max-width: 768px) {
        article.-single > .wrapper.flex_wrapper {
          flex-direction: column; } }
      article.-single > .wrapper.flex_wrapper > .left_side {
        flex: 2;
        min-width: calc(8.5em / 8 * 8); }
        @media screen and (max-width: 768px) {
          article.-single > .wrapper.flex_wrapper > .left_side {
            display: none; } }
        article.-single > .wrapper.flex_wrapper > .left_side .sticky {
          top: calc(8.5em / 1); }
          article.-single > .wrapper.flex_wrapper > .left_side .sticky > ul.navigation {
            display: flex;
            flex-direction: column;
            gap: calc(8.5em / 12); }
            @media screen and (max-width: 768px) {
              article.-single > .wrapper.flex_wrapper > .left_side .sticky > ul.navigation {
                padding: calc(8.5em / 16 * 3);
                background: #f7f7f7;
                border-radius: calc(8.5em / 16 * 1); } }
            article.-single > .wrapper.flex_wrapper > .left_side .sticky > ul.navigation > li {
              display: flex;
              align-items: center;
              column-gap: calc(8.5em / 16);
              opacity: .5; }
              article.-single > .wrapper.flex_wrapper > .left_side .sticky > ul.navigation > li::after {
                content: '';
                display: block;
                width: 1.23em;
                height: 1.23em;
                background: url(images/icon/arrow.svg);
                opacity: 0;
                transform: translateX(calc(8.5em / -16));
                transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
              article.-single > .wrapper.flex_wrapper > .left_side .sticky > ul.navigation > li a {
                font-weight: 700;
                font-size: 1.435em; }
                @media screen and (max-width: 768px) {
                  article.-single > .wrapper.flex_wrapper > .left_side .sticky > ul.navigation > li a {
                    font-size: 1.23em; } }
              article.-single > .wrapper.flex_wrapper > .left_side .sticky > ul.navigation > li.current, article.-single > .wrapper.flex_wrapper > .left_side .sticky > ul.navigation > li:hover {
                opacity: 1; }
              article.-single > .wrapper.flex_wrapper > .left_side .sticky > ul.navigation > li:hover::after {
                opacity: 1;
                transform: translateX(0);
                transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
          article.-single > .wrapper.flex_wrapper > .left_side .sticky .title {
            display: flex;
            align-items: center;
            gap: calc(8.5em / 16);
            margin-top: calc(8.5em / 16 * 4); }
            article.-single > .wrapper.flex_wrapper > .left_side .sticky .title::before {
              content: '';
              display: block;
              width: calc(8.5em / 32);
              height: 1em;
              background: linear-gradient(to bottom, var(--color-key1) 50%, var(--color-key3) 50%); }
            article.-single > .wrapper.flex_wrapper > .left_side .sticky .title + * {
              margin-top: calc(8.5em / 8); }
      article.-single > .wrapper.flex_wrapper > .right_side {
        flex: 7; }
      article.-single > .wrapper.flex_wrapper::after {
        content: '';
        flex: 2;
        display: block; }
        @media screen and (max-width: 768px) {
          article.-single > .wrapper.flex_wrapper::after {
            display: none; } }

.page_navigation {
  position: relative;
  z-index: 15;
  padding: calc(8.5em / 8 * 2) 0 calc(8.5em / 8 * 2);
  background: var(--color-key1); }
  .page_navigation a {
    display: block; }
  .page_navigation .wrapper {
    position: relative;
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc(100% / 32 * 29);
    margin: 0 auto; }
    .page_navigation .wrapper * {
      color: var(--color-white); }
    .page_navigation .wrapper > span {
      font-size: 1.075em; }
    .page_navigation .wrapper .nextpage {
      display: flex;
      align-items: center;
      column-gap: calc(8.5em / 8 * 4); }
      @media screen and (max-width: 768px) {
        .page_navigation .wrapper .nextpage {
          align-items: flex-end;
          justify-content: space-between;
          column-gap: calc(8.5em / 8 * 2);
          width: 100%; } }
      .page_navigation .wrapper .nextpage > .text {
        display: flex;
        align-items: center;
        column-gap: calc(8.5em / 16 * 3); }
        .page_navigation .wrapper .nextpage > .text hgroup p {
          line-height: 1.3325; }
          .page_navigation .wrapper .nextpage > .text hgroup p.en {
            font-size: 2.05em; }
        .page_navigation .wrapper .nextpage > .text i {
          display: flex;
          align-items: center;
          min-height: 1.64em;
          padding: 0 calc(8.5em / 10);
          background: var(--color-black);
          border-radius: 8.5em; }
          .page_navigation .wrapper .nextpage > .text i img {
            display: block;
            width: .9em;
            height: .9em;
            filter: brightness(0) invert(1); }
      .page_navigation .wrapper .nextpage > .image {
        width: calc(8.5em / 8 * 8); }
        @media screen and (max-width: 768px) {
          .page_navigation .wrapper .nextpage > .image {
            width: calc(8.5em / 8 * 7); } }
        .page_navigation .wrapper .nextpage > .image div {
          aspect-ratio: 1/1;
          border-radius: calc(8.5em / 16);
          overflow: hidden; }

.service_feature .service_feature_trucks > .service_feature_trucks_head dl {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 16); }
  .service_feature .service_feature_trucks > .service_feature_trucks_head dl > dt {
    font-size: 1.845em;
    font-weight: var(--fw-6); }
    @media screen and (max-width: 768px) {
      .service_feature .service_feature_trucks > .service_feature_trucks_head dl > dt {
        font-size: 1.3325em; } }
  .service_feature .service_feature_trucks > .service_feature_trucks_head dl > dd {
    font-size: 1.075em; }
    @media screen and (max-width: 768px) {
      .service_feature .service_feature_trucks > .service_feature_trucks_head dl > dd {
        font-size: 1em; } }
.service_feature .service_feature_trucks > .service_feature_trucks_head + * {
  margin-top: calc(8.5em / 16 * 4); }
.service_feature .service_feature_trucks > .service_feature_trucks_body ul {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 16 * 3) calc(8.5em / 16 * 2); }
  .service_feature .service_feature_trucks > .service_feature_trucks_body ul > li {
    display: flex;
    gap: calc(8.5em / 16 * 3) calc(8.5em / 16 * 4); }
    @media screen and (max-width: 768px) {
      .service_feature .service_feature_trucks > .service_feature_trucks_body ul > li {
        flex-direction: column; } }
    .service_feature .service_feature_trucks > .service_feature_trucks_body ul > li .image {
      flex: 9; }
      .service_feature .service_feature_trucks > .service_feature_trucks_body ul > li .image .figure_grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: calc(8.5em / 16 * 1);
        grid-row-gap: calc(8.5em / 16 * 1);
        aspect-ratio: 3/2;
        overflow: hidden; }
        .service_feature .service_feature_trucks > .service_feature_trucks_body ul > li .image .figure_grid .figure.figure1 {
          grid-area: 1 / 1 / 4 / 3; }
        .service_feature .service_feature_trucks > .service_feature_trucks_body ul > li .image .figure_grid .figure.figure2 {
          grid-area: 1 / 3 / 3 / 4; }
        .service_feature .service_feature_trucks > .service_feature_trucks_body ul > li .image .figure_grid .figure.figure3 {
          grid-area: 3 / 3 / 4 / 4; }
    .service_feature .service_feature_trucks > .service_feature_trucks_body ul > li .text {
      flex: 6; }
.service_feature .service_feature_trucks > .service_feature_trucks_body + * {
  margin-top: calc(8.5em / 16 * 3); }
.service_feature .service_feature_trucks > .service_feature_trucks_foot {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(8.5em / 16) calc(8.5em / 8); }
.service_feature .service_feature_specification > .service_feature_specification_head dl {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 16); }
  .service_feature .service_feature_specification > .service_feature_specification_head dl > dt {
    font-size: 1.845em;
    font-weight: var(--fw-6); }
    @media screen and (max-width: 768px) {
      .service_feature .service_feature_specification > .service_feature_specification_head dl > dt {
        font-size: 1.3325em; } }
  .service_feature .service_feature_specification > .service_feature_specification_head dl > dd {
    font-size: 1.075em; }
    @media screen and (max-width: 768px) {
      .service_feature .service_feature_specification > .service_feature_specification_head dl > dd {
        font-size: 1em; } }
.service_feature .service_feature_specification > .service_feature_specification_head + * {
  margin-top: calc(8.5em / 16 * 4); }
.service_feature .service_feature_specification > .service_feature_specification_body ul {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 8 * 2); }
  .service_feature .service_feature_specification > .service_feature_specification_body ul > li {
    display: flex;
    align-items: flex-start;
    gap: calc(8.5em / 16 * 5); }
    @media screen and (max-width: 768px) {
      .service_feature .service_feature_specification > .service_feature_specification_body ul > li {
        flex-direction: column;
        gap: calc(8.5em / 16 * 3); } }
    .service_feature .service_feature_specification > .service_feature_specification_body ul > li > .image {
      flex: 6;
      aspect-ratio: 4/3;
      border-radius: calc(8.5em / 32);
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .service_feature .service_feature_specification > .service_feature_specification_body ul > li > .image {
          width: 100%;
          aspect-ratio: 3/2; } }
    .service_feature .service_feature_specification > .service_feature_specification_body ul > li > .text {
      flex: 8;
      display: flex;
      flex-direction: column;
      gap: calc(8.5em / 16 * 2); }
      @media screen and (max-width: 768px) {
        .service_feature .service_feature_specification > .service_feature_specification_body ul > li > .text {
          width: 100%; } }
      .service_feature .service_feature_specification > .service_feature_specification_body ul > li > .text dl {
        display: flex;
        flex-direction: column;
        gap: calc(8.5em / 32 * 2); }
        .service_feature .service_feature_specification > .service_feature_specification_body ul > li > .text dl > dt {
          font-size: 1.3325em;
          font-weight: var(--fw-6); }
      .service_feature .service_feature_specification > .service_feature_specification_body ul > li > .text table {
        width: 100%; }
        .service_feature .service_feature_specification > .service_feature_specification_body ul > li > .text table tr > th {
          padding: calc(8.5em / 64 * 3) calc(8.5em / 8);
          background: var(--backgrounds2);
          border: solid 1px var(--border-light-black); }
        .service_feature .service_feature_specification > .service_feature_specification_body ul > li > .text table tr > td {
          padding: calc(8.5em / 64 * 3) calc(8.5em / 8);
          border: solid 1px var(--border-light-black); }
.service_feature .service_feature_specification > .service_feature_specification_body + * {
  margin-top: calc(8.5em / 16 * 3); }
.service_feature .service_feature_supported > .service_feature_supported_head dl {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 16); }
  .service_feature .service_feature_supported > .service_feature_supported_head dl > dt {
    font-size: 1.845em;
    font-weight: var(--fw-6); }
    @media screen and (max-width: 768px) {
      .service_feature .service_feature_supported > .service_feature_supported_head dl > dt {
        font-size: 1.3325em; } }
  .service_feature .service_feature_supported > .service_feature_supported_head dl > dd {
    font-size: 1.075em; }
    @media screen and (max-width: 768px) {
      .service_feature .service_feature_supported > .service_feature_supported_head dl > dd {
        font-size: 1em; } }
.service_feature .service_feature_supported > .service_feature_supported_head + * {
  margin-top: calc(8.5em / 16 * 4); }
.service_feature .service_feature_supported > .service_feature_supported_body ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8.5em / 16 * 3) calc(8.5em / 16 * 2); }
  @media screen and (max-width: 768px) {
    .service_feature .service_feature_supported > .service_feature_supported_body ul {
      gap: calc(8.5em / 16 * 2) calc(8.5em / 16 * 1); } }
  .service_feature .service_feature_supported > .service_feature_supported_body ul > li {
    display: flex;
    flex-direction: column;
    gap: calc(8.5em / 16 * 2);
    width: calc((100% / 4) - ((8.5em / 16 * 2) * 3 / 4)); }
    @media screen and (max-width: 768px) {
      .service_feature .service_feature_supported > .service_feature_supported_body ul > li {
        width: calc((100% / 2) - ((8.5em / 16 * 1) * 1 / 2)); } }
    .service_feature .service_feature_supported > .service_feature_supported_body ul > li .image {
      aspect-ratio: 3/2;
      border: solid 1px var(--border-light-black);
      border-radius: calc(8.5em / 32);
      overflow: hidden; }
    .service_feature .service_feature_supported > .service_feature_supported_body ul > li .text {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      font-weight: var(--fw-6); }
      .service_feature .service_feature_supported > .service_feature_supported_body ul > li .text small {
        display: block; }
      .service_feature .service_feature_supported > .service_feature_supported_body ul > li .text:has(dl) dl {
        display: flex;
        flex-direction: column;
        gap: calc(8.5em / 32); }
        .service_feature .service_feature_supported > .service_feature_supported_body ul > li .text:has(dl) dl > dt {
          font-size: 1.1275em;
          text-align: center; }
          @media screen and (max-width: 768px) {
            .service_feature .service_feature_supported > .service_feature_supported_body ul > li .text:has(dl) dl > dt {
              font-size: 1.23em; } }
        .service_feature .service_feature_supported > .service_feature_supported_body ul > li .text:has(dl) dl > dd {
          font-weight: var(--fw-5); }
  .service_feature .service_feature_supported > .service_feature_supported_body ul.lg > li {
    width: calc((100% / 2) - ((8.5em / 16 * 2) * 1 / 2)); }
    @media screen and (max-width: 768px) {
      .service_feature .service_feature_supported > .service_feature_supported_body ul.lg > li {
        width: 100%; } }
.service_feature .service_feature_supported > .service_feature_supported_body + * {
  margin-top: calc(8.5em / 16 * 3); }
.service_feature .service_feature_supported > .service_feature_supported_body ~ .service_feature_supported_body {
  margin-top: calc(8.5em / 16 * 5); }
.service_feature .service_feature_supported > .service_feature_supported_caption {
  margin-top: calc(8.5em / 16 * 4);
  padding-top: calc(8.5em / 16 * 2);
  border-top: solid 1px var(--border-light-black); }
  .service_feature .service_feature_supported > .service_feature_supported_caption p {
    display: table;
    margin-left: auto;
    font-size: .9em; }
.service_feature .service_feature_area > .service_feature_area_head dl {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 16); }
  .service_feature .service_feature_area > .service_feature_area_head dl > dt {
    font-size: 1.845em;
    font-weight: var(--fw-6); }
    @media screen and (max-width: 768px) {
      .service_feature .service_feature_area > .service_feature_area_head dl > dt {
        font-size: 1.3325em; } }
  .service_feature .service_feature_area > .service_feature_area_head dl > dd {
    font-size: 1.075em; }
    @media screen and (max-width: 768px) {
      .service_feature .service_feature_area > .service_feature_area_head dl > dd {
        font-size: 1em; } }
.service_feature .service_feature_area > .service_feature_area_head + * {
  margin-top: calc(8.5em / 16 * 4); }
.service_feature .service_feature_area > .service_feature_area_body ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8.5em / 16 * 3) calc(8.5em / 16 * 2); }
  @media screen and (max-width: 768px) {
    .service_feature .service_feature_area > .service_feature_area_body ul {
      gap: calc(8.5em / 16 * 3) calc(8.5em / 16 * 1); } }
  .service_feature .service_feature_area > .service_feature_area_body ul > li {
    display: flex;
    flex-direction: column;
    gap: calc(8.5em / 16 * 2);
    width: calc((100% / 2) - ((8.5em / 16 * 2) * 1 / 2)); }
    @media screen and (max-width: 768px) {
      .service_feature .service_feature_area > .service_feature_area_body ul > li {
        width: calc((100% / 2) - ((8.5em / 16 * 1) * 1 / 2)); } }
    .service_feature .service_feature_area > .service_feature_area_body ul > li .image {
      aspect-ratio: 3/2;
      border: solid 1px var(--border-light-black);
      border-radius: calc(8.5em / 32);
      overflow: hidden; }
    .service_feature .service_feature_area > .service_feature_area_body ul > li .text dl {
      display: flex;
      flex-direction: column;
      gap: calc(8.5em / 16); }
      .service_feature .service_feature_area > .service_feature_area_body ul > li .text dl > dt {
        font-size: 1.23em;
        font-weight: var(--fw-6);
        text-align: center; }
.service_feature .service_feature_area > .service_feature_area_body + * {
  margin-top: calc(8.5em / 16 * 3); }
.service_feature .service_feature_area > .service_feature_area_foot {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(8.5em / 16) calc(8.5em / 8); }
.service_feature .service_feature_deliver > .service_feature_deliver_head dl {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 16); }
  .service_feature .service_feature_deliver > .service_feature_deliver_head dl > dt {
    font-size: 1.845em;
    font-weight: var(--fw-6); }
    @media screen and (max-width: 768px) {
      .service_feature .service_feature_deliver > .service_feature_deliver_head dl > dt {
        font-size: 1.3325em; } }
  .service_feature .service_feature_deliver > .service_feature_deliver_head dl > dd {
    font-size: 1.075em; }
    @media screen and (max-width: 768px) {
      .service_feature .service_feature_deliver > .service_feature_deliver_head dl > dd {
        font-size: 1em; } }
.service_feature .service_feature_deliver > .service_feature_deliver_head + * {
  margin-top: calc(8.5em / 16 * 4); }
.service_feature .service_feature_deliver > .service_feature_deliver_body {
  display: flex;
  gap: calc(8.5em / 8 * 1) calc(8.5em / 8 * 2); }
  @media screen and (max-width: 768px) {
    .service_feature .service_feature_deliver > .service_feature_deliver_body {
      flex-direction: column; } }
  .service_feature .service_feature_deliver > .service_feature_deliver_body > .image {
    flex: 1;
    border: solid 1px var(--border-light-black);
    border-radius: calc(8.5em / 32);
    overflow: hidden; }
  .service_feature .service_feature_deliver > .service_feature_deliver_body > .text {
    flex: 1; }
    .service_feature .service_feature_deliver > .service_feature_deliver_body > .text table {
      width: 100%; }
      .service_feature .service_feature_deliver > .service_feature_deliver_body > .text table tr > th {
        padding: calc(8.5em / 64 * 3) calc(8.5em / 16);
        background: var(--f7);
        border: solid 1px var(--border-light-black); }
      .service_feature .service_feature_deliver > .service_feature_deliver_body > .text table tr > td {
        padding: calc(8.5em / 64 * 3) calc(8.5em / 16);
        border: solid 1px var(--border-light-black); }
        .service_feature .service_feature_deliver > .service_feature_deliver_body > .text table tr > td.center {
          text-align: center; }
    .service_feature .service_feature_deliver > .service_feature_deliver_body > .text .note {
      display: table;
      margin-top: calc(8.5em / 32 * 3);
      margin-left: auto;
      font-size: .9em; }
  .service_feature .service_feature_deliver > .service_feature_deliver_body + * {
    margin-top: calc(8.5em / 16 * 3); }
.service_feature .service_feature_deliver > .service_feature_deliver_list ul {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 8); }
  .service_feature .service_feature_deliver > .service_feature_deliver_list ul > li {
    display: flex;
    align-items: flex-start;
    gap: calc(8.5em / 8 * 1) calc(8.5em / 8 * 2); }
    @media screen and (max-width: 768px) {
      .service_feature .service_feature_deliver > .service_feature_deliver_list ul > li {
        flex-direction: column; } }
    .service_feature .service_feature_deliver > .service_feature_deliver_list ul > li > .image {
      flex: 1;
      aspect-ratio: 3/2;
      border-radius: calc(8.5em / 32);
      overflow: hidden;
      background: var(--f7); }
      @media screen and (max-width: 768px) {
        .service_feature .service_feature_deliver > .service_feature_deliver_list ul > li > .image {
          width: 100%; } }
    .service_feature .service_feature_deliver > .service_feature_deliver_list ul > li > .text {
      flex: 1; }
      @media screen and (max-width: 768px) {
        .service_feature .service_feature_deliver > .service_feature_deliver_list ul > li > .text {
          width: 100%; } }
      .service_feature .service_feature_deliver > .service_feature_deliver_list ul > li > .text table {
        width: 100%; }
        .service_feature .service_feature_deliver > .service_feature_deliver_list ul > li > .text table tr > th {
          padding: calc(8.5em / 64 * 3) calc(8.5em / 16);
          background: var(--f7);
          border: solid 1px var(--border-light-black); }
        .service_feature .service_feature_deliver > .service_feature_deliver_list ul > li > .text table tr > td {
          padding: calc(8.5em / 64 * 3) calc(8.5em / 16);
          border: solid 1px var(--border-light-black); }
          .service_feature .service_feature_deliver > .service_feature_deliver_list ul > li > .text table tr > td.center {
            text-align: center; }
.service_feature .service_feature_deliver > .service_feature_deliver_list + * {
  margin-top: calc(8.5em / 16 * 3); }
.service_feature .service_feature_deliver > .service_feature_deliver_foot {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(8.5em / 16) calc(8.5em / 8); }
  .service_feature .service_feature_deliver > .service_feature_deliver_foot + * {
    margin-top: calc(8.5em / 16 * 4); }
.service_feature .service_feature_result > .service_feature_result_head dl {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 16); }
  .service_feature .service_feature_result > .service_feature_result_head dl > dt {
    font-size: 1.845em;
    font-weight: var(--fw-6); }
    @media screen and (max-width: 768px) {
      .service_feature .service_feature_result > .service_feature_result_head dl > dt {
        font-size: 1.3325em; } }
  .service_feature .service_feature_result > .service_feature_result_head dl > dd {
    font-size: 1.075em; }
    @media screen and (max-width: 768px) {
      .service_feature .service_feature_result > .service_feature_result_head dl > dd {
        font-size: 1em; } }
.service_feature .service_feature_result > .service_feature_result_head + * {
  margin-top: calc(8.5em / 16 * 4); }
.service_feature .service_feature_result > .service_feature_result_body + * {
  margin-top: calc(8.5em / 16 * 3); }
.service_feature .service_feature_result > .service_feature_result_foot {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(8.5em / 16) calc(8.5em / 8); }
.service_feature .service_feature_safety .service_feature_safety_head dl {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 16); }
  .service_feature .service_feature_safety .service_feature_safety_head dl > dt {
    font-size: 1.845em;
    font-weight: var(--fw-6); }
    @media screen and (max-width: 768px) {
      .service_feature .service_feature_safety .service_feature_safety_head dl > dt {
        font-size: 1.3325em; } }
  .service_feature .service_feature_safety .service_feature_safety_head dl > dd {
    font-size: 1.075em; }
    @media screen and (max-width: 768px) {
      .service_feature .service_feature_safety .service_feature_safety_head dl > dd {
        font-size: 1em; } }
.service_feature .service_feature_safety .service_feature_safety_head + * {
  margin-top: calc(8.5em / 16 * 4); }
.service_feature .service_feature_safety .service_feature_safety_body {
  padding: calc(8.5em / 8 * 2) 0;
  border-top: solid 1px var(--border-light-black);
  border-bottom: solid 1px var(--border-light-black); }
  .service_feature .service_feature_safety .service_feature_safety_body ul {
    display: flex;
    flex-direction: column;
    gap: calc(8.5em / 8); }
    .service_feature .service_feature_safety .service_feature_safety_body ul > li {
      display: flex;
      gap: calc(8.5em / 16 * 3); }
      .service_feature .service_feature_safety .service_feature_safety_body ul > li .image {
        flex: 5;
        aspect-ratio: 3/2;
        border: solid 1px var(--border-light-black);
        border-radius: calc(8.5em / 32);
        overflow: hidden; }
      .service_feature .service_feature_safety .service_feature_safety_body ul > li .text {
        flex: 10; }
        .service_feature .service_feature_safety .service_feature_safety_body ul > li .text dl {
          display: flex;
          flex-direction: column;
          gap: calc(8.5em / 32); }
          .service_feature .service_feature_safety .service_feature_safety_body ul > li .text dl > dt {
            font-size: 1.1275em;
            font-weight: var(--fw-6); }

.service_price {
  position: relative;
  z-index: 5;
  padding: calc(8.5em/ 8 * 6) 0; }
  @media screen and (max-width: 768px) {
    .service_price {
      padding: calc(8.5em/ 8 * 2) 0; } }
  .service_price::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: calc(100% / 22 * 23);
    height: 100%;
    margin-left: calc(100% / 44 * -1);
    margin-right: calc(100% / 44 * -1);
    background: var(--backgrounds2);
    border-radius: calc(8.5em / 16);
    overflow: hidden; }
  .service_price .service_price_body + * {
    margin-top: calc(8.5em / 8); }
  .service_price .service_price_foot .notion {
    font-size: 1.075em;
    font-weight: var(--fw-6); }
    .service_price .service_price_foot .notion + * {
      margin-top: calc(8.5em / 16); }
  .service_price .service_price_foot ul {
    display: flex;
    flex-direction: column;
    gap: calc(8.5em / 64); }

.trucks_feature .trucks_feature_head + * {
  margin-top: calc(8.5em / 8 * 1); }
  @media screen and (max-width: 768px) {
    .trucks_feature .trucks_feature_head + * {
      margin-top: calc(8.5em / 32 * 3); } }
.trucks_feature .trucks_feature_body {
  overflow-x: scroll; }
  .trucks_feature .trucks_feature_body table {
    width: 168%;
    font-size: .9em;
    white-space: nowrap; }
    @media screen and (max-width: 768px) {
      .trucks_feature .trucks_feature_body table {
        width: 200%; } }
    .trucks_feature .trucks_feature_body table tr th {
      padding: calc(8.5em/ 16) calc(8.5em/ 8);
      background: var(--backgrounds2);
      border: solid 1px var(--border-light-black); }
      .trucks_feature .trucks_feature_body table tr th small {
        display: block; }
    .trucks_feature .trucks_feature_body table tr td {
      padding: calc(8.5em/ 16) calc(8.5em/ 8);
      border: solid 1px var(--border-light-black); }
      .trucks_feature .trucks_feature_body table tr td small {
        display: block; }
      .trucks_feature .trucks_feature_body table tr td.nul {
        background: var(--f7); }
.trucks_feature .trucks_feature_foot {
  margin-top: calc(8.5em/ 16 * 3);
  padding-top: calc(8.5em/ 16 * 3);
  border-top: solid 1px var(--border-light-black); }
  .trucks_feature .trucks_feature_foot .button {
    margin-top: calc(8.5em/ 16 * 5); }

.trucks_list {
  position: relative;
  z-index: 5;
  padding: calc(8.5em/ 8 * 6) 0; }
  .trucks_list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: calc(100% / 22 * 23);
    height: 100%;
    margin-left: calc(100% / 44 * -1);
    margin-right: calc(100% / 44 * -1);
    background: var(--backgrounds2);
    border-radius: calc(8.5em / 16);
    overflow: hidden; }
  .trucks_list .truck_outline + * {
    margin-top: calc(8.5em/ 16 * 3); }
  .trucks_list ul.list {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 16px; }
    .trucks_list ul.list > li {
      display: flex;
      flex-direction: column;
      gap: calc(8.5em / 16 * 2);
      width: calc((100% / 2) - (16px / 2)); }
      @media screen and (max-width: 768px) {
        .trucks_list ul.list > li {
          width: 100%; } }
      .trucks_list ul.list > li > .image {
        aspect-ratio: 16/9;
        background: var(--color-white);
        border-radius: calc(8.5em / 32);
        overflow: hidden; }
      .trucks_list ul.list > li > .text dl {
        display: flex;
        flex-direction: column;
        gap: calc(8.5em / 16 * 1); }
        .trucks_list ul.list > li > .text dl > dt {
          font-size: 1.23em;
          font-weight: var(--fw-6); }

.archive_cv hgroup {
  display: flex;
  align-items: center;
  gap: calc(8.5em / 64* 5); }
  .archive_cv hgroup:has(h3) {
    padding-bottom: calc(8.5em / 16);
    border-bottom: solid 1px var(--border-light-black); }
    .archive_cv hgroup:has(h3)::before {
      content: '';
      display: flex;
      align-items: center;
      justify-content: center;
      width: 3px;
      min-width: 3px;
      height: 1.23em;
      background: var(--key2);
      background: linear-gradient(to bottom, var(--key2), var(--key3)); }
    .archive_cv hgroup:has(h3) h3 {
      font-size: 1.3325em;
      font-weight: var(--fw-6);
      line-height: 1; }
    .archive_cv hgroup:has(h3) + * {
      margin-top: calc(8.5rem / 16* 5); }
  .archive_cv hgroup:has(h4) {
    padding-bottom: calc(8.5em / 16);
    border-bottom: solid 1px var(--border-light-black); }
    .archive_cv hgroup:has(h4)::before {
      content: '';
      display: flex;
      align-items: center;
      justify-content: center;
      width: 3px;
      min-width: 3px;
      height: 1.23em;
      background: var(--key2);
      background: linear-gradient(to bottom, var(--key2), var(--key3)); }
    .archive_cv hgroup:has(h4) h4 {
      font-size: 1.3325em;
      font-weight: var(--fw-6);
      line-height: 1; }
    .archive_cv hgroup:has(h4) + * {
      margin-top: calc(8.5rem / 16* 5); }
.archive_cv .wrapper {
  padding-top: 0 !important; }
@media screen and (max-width: 768px) {
  .archive_cv .archive_cv_aside {
    margin-top: calc(8.5em / 16 * -3); } }
.archive_cv .archive_cv_aside .search_wrapper {
  width: calc(100% / 22 * 23);
  margin-left: calc(100% / 44 * -1);
  margin-right: calc(100% / 44 * -1);
  padding: calc(8.5em / 16 * 3) calc(100% / 88 * 3);
  background: var(--backgrounds2);
  border-radius: calc(8.5em / 32 * 3);
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .archive_cv .archive_cv_aside .search_wrapper {
      padding: calc(8.5em / 16 * 2) calc(100% / 88 * 3);
      border-radius: calc(8.5em / 32 * 4); } }
  .archive_cv .archive_cv_aside .search_wrapper .searchandfilter ul {
    display: flex;
    align-items: center;
    gap: calc(8.5em / 16);
    width: 100%; }
    .archive_cv .archive_cv_aside .search_wrapper .searchandfilter ul > li {
      display: flex;
      align-items: center;
      padding: 0;
      border-radius: 6px;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .archive_cv .archive_cv_aside .search_wrapper .searchandfilter ul > li label {
          flex: 1; } }
      .archive_cv .archive_cv_aside .search_wrapper .searchandfilter ul > li[data-sf-field-input-type="radio"] ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: calc(8.5em / 24);
        font-size: .9em; }
        .archive_cv .archive_cv_aside .search_wrapper .searchandfilter ul > li[data-sf-field-input-type="radio"] ul > li {
          display: table;
          padding: 0;
          border-radius: 4px;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
          .archive_cv .archive_cv_aside .search_wrapper .searchandfilter ul > li[data-sf-field-input-type="radio"] ul > li:hover {
            opacity: .5;
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
          .archive_cv .archive_cv_aside .search_wrapper .searchandfilter ul > li[data-sf-field-input-type="radio"] ul > li:has([checked="checked"]):hover {
            opacity: 1; }
      .archive_cv .archive_cv_aside .search_wrapper .searchandfilter ul > li[data-sf-field-type="tag"] ul > li:first-child {
        display: none; }
  .archive_cv .archive_cv_aside .search_wrapper .searchandfilter h4 {
    min-width: 5.575em;
    margin: 0; }
    @media screen and (max-width: 768px) {
      .archive_cv .archive_cv_aside .search_wrapper .searchandfilter h4 {
        display: none; } }
  .archive_cv .archive_cv_aside .search_wrapper .searchandfilter label {
    flex: 1; }
    @media screen and (max-width: 768px) {
      .archive_cv .archive_cv_aside .search_wrapper .searchandfilter label {
        display: block; } }
  .archive_cv .archive_cv_aside .search_wrapper .searchandfilter select {
    display: block;
    min-width: 184.5px;
    max-width: 100%;
    height: calc(8.5em / 8 * 3);
    background-color: var(--color-white);
    border: 1px solid rgba(0, 0, 0, 0.1025);
    border-radius: 6px;
    font-size: 16px;
    padding: 0 40px 0 20px;
    background-image: url(../images/common/icon-chevron-bottom.svg);
    background-position: calc(100% - 0.28rem) center;
    background-size: 0.08rem 0.14rem; }
    @media screen and (max-width: 768px) {
      .archive_cv .archive_cv_aside .search_wrapper .searchandfilter select {
        height: 41px; } }
  .archive_cv .archive_cv_aside .search_wrapper .searchandfilter input[type="radio"] {
    display: none; }
    .archive_cv .archive_cv_aside .search_wrapper .searchandfilter input[type="radio"] + label {
      padding: calc(8.5em / 24) calc(8.5em / 12);
      background: var(--color-white);
      border: solid 1px var(--border-light-black);
      border-radius: 4px; }
    .archive_cv .archive_cv_aside .search_wrapper .searchandfilter input[type="radio"]:checked + label {
      background: linear-gradient(135deg, var(--key2), var(--key3));
      color: var(--color-white); }
  .archive_cv .archive_cv_aside .search_wrapper .searchandfilter input[type="submit"] {
    display: block;
    min-width: 100%;
    height: calc(8.5em / 8 * 3);
    background-color: var(--color-white);
    border: 1px solid rgba(0, 0, 0, 0.1025);
    border-radius: 6px;
    font-size: 16px;
    padding: 0 20px;
    background: #1b1d22;
    background: url(images/noise.png), #1b1d22;
    background-repeat: repeat;
    background-size: 100px;
    color: var(--color-white); }
    @media screen and (max-width: 768px) {
      .archive_cv .archive_cv_aside .search_wrapper .searchandfilter input[type="submit"] {
        width: 100%;
        height: 51.25px; } }
  .archive_cv .archive_cv_aside .search_wrapper .searchandfilter + * {
    margin-top: calc(8.5em / 16 * 3); }
.archive_cv .archive_cv_aside + * {
  margin-top: calc(8.5em / 8 * 3); }
.archive_cv .archive_cv_main hgroup .count {
  font-size: 1.3325em;
  color: var(--key2); }
.archive_cv .archive_cv_main ul.list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8.5em / 8 * 3) calc(8.5em / 8); }
  @media screen and (max-width: 768px) {
    .archive_cv .archive_cv_main ul.list {
      gap: calc(8.5em / 8 * 2); } }
  .archive_cv .archive_cv_main ul.list > li {
    position: relative;
    z-index: 15;
    width: calc((100% / 3) - ((8.5em / 8) * 2 / 3)); }
    @media screen and (max-width: 768px) {
      .archive_cv .archive_cv_main ul.list > li {
        width: 100%; } }
    .archive_cv .archive_cv_main ul.list > li.new::before {
      content: '新着';
      position: absolute;
      top: 0;
      left: calc(8.5em / 32);
      z-index: 20;
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      height: auto;
      min-height: 1.845em;
      padding: 0 calc(8.5em / 16);
      background: linear-gradient(135deg, var(--key2), var(--key3));
      border-bottom-left-radius: calc(8.5em / 32);
      border-bottom-right-radius: calc(8.5em / 32);
      color: var(--color-white);
      font-size: .9em; }
    .archive_cv .archive_cv_main ul.list > li .card {
      display: flex;
      flex-direction: column;
      gap: calc(8.5em / 16 * 3);
      height: 100%; }
      @media screen and (max-width: 768px) {
        .archive_cv .archive_cv_main ul.list > li .card {
          gap: calc(8.5em / 16 * 2); } }
      .archive_cv .archive_cv_main ul.list > li .card > .image {
        aspect-ratio: 16/9;
        border-radius: calc(8.5em / 32);
        overflow: hidden; }
        .archive_cv .archive_cv_main ul.list > li .card > .image img {
          transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
      .archive_cv .archive_cv_main ul.list > li .card > .text {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: calc(8.5em / 16); }
        .archive_cv .archive_cv_main ul.list > li .card > .text dl.title {
          flex: 1;
          display: flex;
          flex-direction: column;
          gap: calc(8.5em / 32); }
          .archive_cv .archive_cv_main ul.list > li .card > .text dl.title > dt {
            font-weight: var(--fw-6);
            font-size: 1.23em; }
        .archive_cv .archive_cv_main ul.list > li .card > .text ul.table {
          padding: calc(8.5em / 32 * 4);
          background: var(--backgrounds2);
          border-radius: calc(8.5em / 32);
          overflow: hidden; }
          .archive_cv .archive_cv_main ul.list > li .card > .text ul.table > li dl {
            display: flex;
            align-items: center; }
            .archive_cv .archive_cv_main ul.list > li .card > .text ul.table > li dl > dt {
              flex: 1;
              opacity: .5; }
            .archive_cv .archive_cv_main ul.list > li .card > .text ul.table > li dl > dd {
              flex: 3; }
      .archive_cv .archive_cv_main ul.list > li .card:hover > .image img {
        transform: scale(1.025);
        transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }

.single_customer {
  position: relative;
  z-index: 50;
  padding: calc(8.5em / 8 * 2) 0;
  margin-top: calc(8.5em / 16* 3* -1);
  border-top-left-radius: calc(8.5em / 16* 3);
  border-top-right-radius: calc(8.5em / 16* 3);
  background: var(--color-white); }
  .single_customer hgroup {
    display: flex;
    align-items: center;
    gap: calc(8.5em / 64* 5); }
    .single_customer hgroup:has(h3) {
      padding-bottom: calc(8.5em / 16);
      border-bottom: solid 1px var(--border-light-black); }
      .single_customer hgroup:has(h3)::before {
        content: '';
        display: flex;
        align-items: center;
        justify-content: center;
        width: 3px;
        min-width: 3px;
        height: 1.23em;
        background: var(--key2);
        background: linear-gradient(to bottom, var(--key2), var(--key3)); }
      .single_customer hgroup:has(h3) h3 {
        font-size: 1.3325em;
        font-weight: var(--fw-6);
        line-height: 1; }
      .single_customer hgroup:has(h3) + * {
        margin-top: calc(8.5rem / 16* 5); }
  .single_customer .wrapper {
    width: calc(100% / 24 * 22);
    margin: 0 auto;
    padding: calc(8.5em / 8 * 4) 0; }
    @media screen and (max-width: 768px) {
      .single_customer .wrapper {
        padding: 0 0 calc(8.5em / 8 * 3); } }
    .single_customer .wrapper .flex_wrapper {
      display: flex;
      gap: calc(8.5em / 8 * 3); }
      @media screen and (max-width: 768px) {
        .single_customer .wrapper .flex_wrapper {
          flex-direction: column-reverse; } }
      .single_customer .wrapper .flex_wrapper > .right_side {
        flex: 1;
        min-width: 768px; }
        @media screen and (max-width: 768px) {
          .single_customer .wrapper .flex_wrapper > .right_side {
            min-width: 100%; } }
      .single_customer .wrapper .flex_wrapper > .left_side {
        width: calc(8.5em / 8 * 20); }
        @media screen and (max-width: 768px) {
          .single_customer .wrapper .flex_wrapper > .left_side {
            width: 100%; } }
        .single_customer .wrapper .flex_wrapper > .left_side .sticky {
          top: calc(8.5em / 8 * 8); }
  .single_customer .single_customer_main .single_customer_body ul {
    display: flex;
    flex-direction: column;
    gap: calc(8.5em / 8 * 4); }
    @media screen and (max-width: 768px) {
      .single_customer .single_customer_main .single_customer_body ul {
        gap: calc(8.5em / 16 * 4); } }
    .single_customer .single_customer_main .single_customer_body ul > li {
      display: flex;
      flex-direction: column;
      gap: calc(8.5em / 8 * 2); }
      @media screen and (max-width: 768px) {
        .single_customer .single_customer_main .single_customer_body ul > li {
          gap: calc(8.5em / 16 * 3); } }
      .single_customer .single_customer_main .single_customer_body ul > li > .image {
        border-radius: calc(8.5em / 16);
        overflow: hidden;
        line-height: 0; }
      @media screen and (max-width: 768px) {
        .single_customer .single_customer_main .single_customer_body ul > li > .text {
          padding: 0 calc(8.5em / 16); } }
      .single_customer .single_customer_main .single_customer_body ul > li > .text dl {
        display: flex;
        gap: calc(8.5em / 16) calc(8.5em / 8); }
        @media screen and (max-width: 768px) {
          .single_customer .single_customer_main .single_customer_body ul > li > .text dl {
            flex-direction: column; } }
        .single_customer .single_customer_main .single_customer_body ul > li > .text dl > dt {
          flex: 1;
          display: flex;
          align-items: baseline;
          gap: calc(8.5em / 8);
          font-weight: var(--fw-6); }
          @media screen and (max-width: 768px) {
            .single_customer .single_customer_main .single_customer_body ul > li > .text dl > dt {
              display: flex;
              gap: calc(8.5em / 32 * 3); }
              .single_customer .single_customer_main .single_customer_body ul > li > .text dl > dt::before {
                content: '';
                display: block;
                width: 3px;
                background: linear-gradient(to right, var(--key2), var(--key3)); } }
          .single_customer .single_customer_main .single_customer_body ul > li > .text dl > dt::before {
            content: 'Q';
            display: flex;
            align-items: center;
            justify-content: center;
            width: 2.05em;
            min-width: 2.05em;
            height: 1.64em;
            background: var(--key2);
            border-radius: 2.05em;
            color: var(--color-white); }
        .single_customer .single_customer_main .single_customer_body ul > li > .text dl > dd {
          flex: 1;
          display: flex;
          align-items: baseline;
          gap: calc(8.5em / 8); }
          .single_customer .single_customer_main .single_customer_body ul > li > .text dl > dd::before {
            content: 'A';
            display: flex;
            align-items: center;
            justify-content: center;
            width: 2.05em;
            min-width: 2.05em;
            height: 1.64em;
            background: var(--color-gray);
            border-radius: 2.05em;
            color: var(--color-white); }
  .single_customer .navigation .navigation_wrapper {
    padding: calc(8.5em / 16 * 3);
    border-radius: calc(8.5em / 16);
    border: solid 1px var(--border-light-black);
    overflow: hidden; }
    .single_customer .navigation .navigation_wrapper .navigation_head {
      padding-bottom: calc(8.5em / 32);
      border-bottom: solid 1px var(--border-light-black);
      font-size: 1.23em;
      font-weight: var(--fw-6); }
      @media screen and (max-width: 768px) {
        .single_customer .navigation .navigation_wrapper .navigation_head {
          display: none; } }
      .single_customer .navigation .navigation_wrapper .navigation_head + * {
        margin-top: calc(8.5em / 8); }
        @media screen and (max-width: 768px) {
          .single_customer .navigation .navigation_wrapper .navigation_head + * {
            margin-top: 0; } }
    .single_customer .navigation .navigation_wrapper .navigation_body ul {
      display: flex;
      flex-direction: column;
      gap: calc(8.5em / 32 * 3); }
      @media screen and (max-width: 768px) {
        .single_customer .navigation .navigation_wrapper .navigation_body ul {
          gap: calc(8.5em / 32 * 1); } }
      .single_customer .navigation .navigation_wrapper .navigation_body ul > li dl {
        display: flex;
        flex-direction: column; }
        @media screen and (max-width: 768px) {
          .single_customer .navigation .navigation_wrapper .navigation_body ul > li dl {
            flex-direction: row; } }
        .single_customer .navigation .navigation_wrapper .navigation_body ul > li dl > dt {
          opacity: .5; }
          @media screen and (max-width: 768px) {
            .single_customer .navigation .navigation_wrapper .navigation_body ul > li dl > dt {
              flex: 1; } }
        @media screen and (max-width: 768px) {
          .single_customer .navigation .navigation_wrapper .navigation_body ul > li dl > dd {
            flex: 3; } }
  .single_customer + .other_post .wrapper {
    width: calc(100% / 24 * 22); }

.about_message .about_message_head {
  aspect-ratio: 16/9;
  background: var(--backgrounds2);
  border-radius: calc(8.5em / 32);
  overflow: hidden; }
  .about_message .about_message_head + * {
    margin-top: calc(8.5em / 16 * 5); }
    @media screen and (max-width: 768px) {
      .about_message .about_message_head + * {
        margin-top: calc(8.5em / 16 * 3); } }
.about_message .about_message_body {
  display: flex;
  gap: calc(8.5em / 8 * 1) calc(8.5em / 8 * 4); }
  @media screen and (max-width: 768px) {
    .about_message .about_message_body {
      flex-direction: column; } }
  .about_message .about_message_body .text {
    flex: 3; }
  .about_message .about_message_body .sign {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    .about_message .about_message_body .sign .name {
      font-size: 1.3325em; }

.about_company {
  position: relative;
  z-index: 5;
  padding: calc(8.5em/ 8 * 6) 0; }
  @media screen and (max-width: 768px) {
    .about_company {
      padding: calc(8.5em/ 8 * 2) 0; } }
  .about_company::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: calc(100% / 22 * 23);
    height: 100%;
    margin-left: calc(100% / 44 * -1);
    margin-right: calc(100% / 44 * -1);
    background: var(--backgrounds2);
    border-radius: calc(8.5em / 16);
    overflow: hidden; }
  .about_company ul.list {
    border-top: solid 1px var(--border-light-black); }
    .about_company ul.list > li {
      padding: calc(8.5em / 16 * 3) 0;
      border-bottom: solid 1px var(--border-light-black); }
      @media screen and (max-width: 768px) {
        .about_company ul.list > li {
          padding: calc(8.5em / 32 * 3) 0; } }
      .about_company ul.list > li > dl {
        display: flex; }
        @media screen and (max-width: 768px) {
          .about_company ul.list > li > dl {
            flex-direction: column;
            gap: calc(8.5em / 64); } }
        .about_company ul.list > li > dl > dt {
          flex: 1;
          font-weight: var(--fw-6); }
          @media screen and (max-width: 768px) {
            .about_company ul.list > li > dl > dt {
              font-size: .9em; } }
        .about_company ul.list > li > dl > dd {
          flex: 3; }
          @media screen and (max-width: 768px) {
            .about_company ul.list > li > dl > dd {
              padding-left: calc(8.5em / 8); } }
    .about_company ul.list + * {
      margin-top: calc(8.5em / 8); }
  .about_company ul.desc {
    display: flex;
    flex-direction: column;
    gap: calc(8.5em / 64); }
  .about_company ul.card {
    display: flex;
    flex-direction: column;
    gap: calc(8.5em / 16); }
    .about_company ul.card > li > dl {
      display: flex;
      flex-direction: column;
      gap: calc(8.5em / 64); }
      .about_company ul.card > li > dl > dt {
        font-weight: 600; }

.about_prize ul.list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8.5em / 16 * 6) calc(8.5em / 16 * 3); }
  @media screen and (max-width: 768px) {
    .about_prize ul.list {
      flex-direction: column;
      gap: calc(8.5em / 16 * 2); } }
  .about_prize ul.list > li {
    display: flex;
    flex-direction: column;
    gap: calc(8.5em / 16 * 2);
    width: calc((100% / 2) - ((8.5em / 16 * 3) * 1 / 2)); }
    @media screen and (max-width: 768px) {
      .about_prize ul.list > li {
        align-items: center;
        flex-direction: row;
        width: 100%; } }
    .about_prize ul.list > li .image {
      display: flex;
      align-items: center;
      justify-content: center;
      aspect-ratio: 16/9;
      background: var(--backgrounds2);
      border: solid 1px var(--border-light-black);
      border-radius: calc(8.5em / 32);
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .about_prize ul.list > li .image {
          width: calc(8.5em / 8 * 5);
          aspect-ratio: 1/1; } }
    .about_prize ul.list > li .text {
      font-size: 1.23em;
      text-align: center;
      font-weight: var(--fw-6); }
      @media screen and (max-width: 768px) {
        .about_prize ul.list > li .text {
          font-size: 1.1275em; } }

.about_history {
  position: relative;
  z-index: 5;
  padding: calc(8.5em/ 8 * 6) 0; }
  @media screen and (max-width: 768px) {
    .about_history {
      padding: calc(8.5em/ 8 * 2) 0; } }
  .about_history::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: calc(100% / 22 * 23);
    height: 100%;
    margin-left: calc(100% / 44 * -1);
    margin-right: calc(100% / 44 * -1);
    background: var(--backgrounds2);
    border-radius: calc(8.5em / 16);
    overflow: hidden; }
  .about_history ul.list {
    display: flex;
    flex-direction: column;
    gap: calc(8.5em / 16 * 2);
    padding: calc(8.5em / 16 * 4) 0;
    border-top: solid 1px var(--border-light-black);
    border-bottom: solid 1px var(--border-light-black); }
    @media screen and (max-width: 768px) {
      .about_history ul.list {
        padding: calc(8.5em / 16 * 3) 0; } }
    .about_history ul.list > li dl {
      display: flex; }
      @media screen and (max-width: 768px) {
        .about_history ul.list > li dl {
          flex-direction: column;
          gap: calc(8.5em / 32); } }
      .about_history ul.list > li dl > dt {
        width: calc(8.5em / 8 * 10);
        font-weight: var(--fw-6); }
        @media screen and (max-width: 768px) {
          .about_history ul.list > li dl > dt {
            font-size: .85em; } }
      .about_history ul.list > li dl > dd {
        flex: 1; }
        @media screen and (max-width: 768px) {
          .about_history ul.list > li dl > dd {
            padding-left: calc(8.5em / 8); } }
  .about_history ul.desc {
    display: flex;
    flex-direction: column;
    gap: calc(8.5em / 64); }

.service-section_outline ul.outline {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 16 * 5); }
  @media screen and (max-width: 768px) {
    .service-section_outline ul.outline {
      gap: calc(8.5em / 16 * 4); } }
  .service-section_outline ul.outline > li {
    display: flex;
    flex-direction: column-reverse;
    gap: calc(8.5em / 16 * 2); }
    @media screen and (max-width: 768px) {
      .service-section_outline ul.outline > li {
        gap: calc(8.5em / 16 * 1); } }
    .service-section_outline ul.outline > li > .image {
      flex: 1;
      aspect-ratio: 2.35/1;
      background: var(--backgrounds2);
      border-radius: calc(8.5em / 32);
      overflow: hidden; }
    .service-section_outline ul.outline > li > .text {
      flex: 3; }
    .service-section_outline ul.outline > li dl {
      display: flex;
      flex-direction: column;
      gap: calc(8.5em / 32); }
      .service-section_outline ul.outline > li dl > dt {
        column-gap: calc(8.5em / 32 * 3);
        margin-bottom: calc(8.5em / 16);
        padding-bottom: calc(8.5em / 32);
        border-bottom: solid 1px var(--border-light-black);
        font-size: 1.3325em;
        font-weight: var(--fw-6); }
        @media screen and (max-width: 768px) {
          .service-section_outline ul.outline > li dl > dt {
            margin-bottom: calc(8.5em / 32); } }

.service-section_strength ul.strength {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 16 * 2);
  padding: calc(8.5em / 16 * 4) 0;
  border-top: solid 1px var(--border-light-black);
  border-bottom: solid 1px var(--border-light-black); }
  @media screen and (max-width: 768px) {
    .service-section_strength ul.strength {
      padding: calc(8.5em / 16 * 3) 0; } }
  .service-section_strength ul.strength > li {
    display: flex;
    align-items: center;
    gap: calc(8.5em / 16 * 4); }
    @media screen and (max-width: 768px) {
      .service-section_strength ul.strength > li {
        align-items: flex-start;
        gap: calc(8.5em / 16 * 3); } }
    .service-section_strength ul.strength > li > .image {
      flex: 1;
      aspect-ratio: 1/1;
      background: var(--backgrounds2);
      border-radius: calc(8.5em / 32);
      overflow: hidden; }
    .service-section_strength ul.strength > li > .text {
      flex: 3; }
    .service-section_strength ul.strength > li dl {
      display: flex;
      flex-direction: column;
      gap: calc(8.5em / 32); }
      .service-section_strength ul.strength > li dl > dt {
        font-size: 1.3325em;
        font-weight: var(--fw-6); }

.service-section_gallery .gallery_descripotion + * {
  margin-top: calc(8.5em / 16 * 2); }
.service-section_gallery .gallery_head figure {
  line-height: 1; }
  .service-section_gallery .gallery_head figure img {
    aspect-ratio: 2.35/1;
    border-radius: calc(8.5em / 32);
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .service-section_gallery .gallery_head figure img {
        aspect-ratio: 3/2; } }
  .service-section_gallery .gallery_head figure figurecaption {
    text-align: center; }
.service-section_gallery .gallery_head + * {
  margin-top: calc(8.5em / 16 * 3); }
.service-section_gallery .gallery_body ul.gallery_thumbnail {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8.5em / 16); }
  .service-section_gallery .gallery_body ul.gallery_thumbnail > li.gallery_item {
    width: calc((100% / 9) - ((8.5em / 16) * 8 / 9));
    aspect-ratio: 1/1;
    border-radius: calc(8.5em / 32);
    overflow: hidden;
    opacity: .5;
    line-height: 1;
    filter: grayscale(1);
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    @media screen and (max-width: 768px) {
      .service-section_gallery .gallery_body ul.gallery_thumbnail > li.gallery_item {
        width: calc((100% / 6) - ((8.5em / 16) * 5 / 6)); } }
    .service-section_gallery .gallery_body ul.gallery_thumbnail > li.gallery_item.current {
      opacity: 1;
      filter: grayscale(0);
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }

.service-section_recruit {
  position: relative;
  z-index: 5;
  padding: calc(8.5em/ 8 * 6) 0; }
  @media screen and (max-width: 768px) {
    .service-section_recruit {
      padding: calc(8.5em/ 8 * 2) 0; } }
  .service-section_recruit::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: calc(100% / 22 * 23);
    height: 100%;
    margin-left: calc(100% / 44 * -1);
    margin-right: calc(100% / 44 * -1);
    background: var(--backgrounds2);
    border-radius: calc(8.5em / 16);
    overflow: hidden; }
  .service-section_recruit ul.feature {
    display: flex;
    flex-direction: column;
    gap: calc(8.5em / 16 * 2);
    padding: calc(8.5em / 16 * 4) 0;
    border-top: solid 1px var(--border-light-black);
    border-bottom: solid 1px var(--border-light-black); }
    @media screen and (max-width: 768px) {
      .service-section_recruit ul.feature {
        padding: calc(8.5em / 16 * 3) 0; } }
    .service-section_recruit ul.feature > li {
      display: flex;
      align-items: center;
      gap: calc(8.5em / 16 * 4); }
      @media screen and (max-width: 768px) {
        .service-section_recruit ul.feature > li {
          align-items: flex-start;
          gap: calc(8.5em / 16 * 3); } }
      .service-section_recruit ul.feature > li > .image {
        flex: 1;
        aspect-ratio: 1/1;
        background: var(--color-white);
        border-radius: calc(8.5em / 32);
        overflow: hidden; }
      .service-section_recruit ul.feature > li > .text {
        flex: 3; }
      .service-section_recruit ul.feature > li dl {
        display: flex;
        flex-direction: column;
        gap: calc(8.5em / 32); }
        .service-section_recruit ul.feature > li dl > dt {
          font-size: 1.3325em;
          font-weight: var(--fw-6); }
  .service-section_recruit .service_support {
    display: flex;
    align-items: center;
    gap: 0 calc(8.5em / 8 * 2); }
    @media screen and (max-width: 768px) {
      .service-section_recruit .service_support {
        flex-direction: column; } }
    .service-section_recruit .service_support > .image {
      flex: 1;
      position: relative;
      mix-blend-mode: multiply; }
      @media screen and (max-width: 768px) {
        .service-section_recruit .service_support > .image {
          flex: initial;
          width: calc(100% / 24 * 16); } }
    .service-section_recruit .service_support > .text {
      flex: 3; }
      .service-section_recruit .service_support > .text dl {
        display: flex;
        flex-direction: column;
        gap: calc(8.5em / 16); }
        .service-section_recruit .service_support > .text dl > dt {
          font-size: 1.3325em;
          font-weight: 600; }
  .service-section_recruit .service-section_recruit_interview ul > li {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    .service-section_recruit .service-section_recruit_interview ul > li .card {
      display: flex;
      align-items: flex-start;
      gap: calc(8.5em / 16 * 4); }
      @media screen and (max-width: 768px) {
        .service-section_recruit .service-section_recruit_interview ul > li .card {
          flex-direction: column;
          gap: calc(8.5em / 16 * 3); } }
      .service-section_recruit .service-section_recruit_interview ul > li .card > .image {
        flex: 1;
        top: calc(8.5em / 8 * 5);
        border-radius: calc(8.5em / 32);
        overflow: hidden;
        line-height: 0; }
        @media screen and (max-width: 768px) {
          .service-section_recruit .service-section_recruit_interview ul > li .card > .image {
            width: 100%; } }
      .service-section_recruit .service-section_recruit_interview ul > li .card > .text {
        flex: 3; }
        .service-section_recruit .service-section_recruit_interview ul > li .card > .text ul.qa {
          display: flex;
          flex-direction: column;
          gap: calc(8.5em / 8 * 2); }
          @media screen and (max-width: 768px) {
            .service-section_recruit .service-section_recruit_interview ul > li .card > .text ul.qa {
              gap: calc(8.5em / 16 * 3); } }
          .service-section_recruit .service-section_recruit_interview ul > li .card > .text ul.qa > li {
            position: relative;
            z-index: 15; }
            .service-section_recruit .service-section_recruit_interview ul > li .card > .text ul.qa > li::before {
              content: '';
              position: absolute;
              bottom: calc(50% - (1.435em / 2));
              right: calc(100% - 1px);
              z-index: -1;
              width: 1em;
              height: 1.435em;
              clip-path: polygon(0 50%, 100% 0, 100% 100%);
              background: var(--color-white); }
              @media screen and (max-width: 768px) {
                .service-section_recruit .service-section_recruit_interview ul > li .card > .text ul.qa > li::before {
                  bottom: calc(100% - 1px);
                  right: calc(50% - (1.435em / 2));
                  width: 1.435em;
                  height: 1em;
                  clip-path: polygon(50% 0, 100% 100%, 0 100%); } }
            .service-section_recruit .service-section_recruit_interview ul > li .card > .text ul.qa > li dl {
              padding: calc(8.5em / 8 * 2);
              background: var(--color-white);
              border-radius: calc(8.5em / 16);
              overflow: hidden; }
              .service-section_recruit .service-section_recruit_interview ul > li .card > .text ul.qa > li dl > dt {
                display: flex;
                align-items: baseline;
                gap: calc(8.5em / 8); }
                .service-section_recruit .service-section_recruit_interview ul > li .card > .text ul.qa > li dl > dt div {
                  font-size: 1.23em;
                  font-weight: var(--fw-7); }
                  @media screen and (max-width: 768px) {
                    .service-section_recruit .service-section_recruit_interview ul > li .card > .text ul.qa > li dl > dt div {
                      font-size: 1.1275em; } }
                .service-section_recruit .service-section_recruit_interview ul > li .card > .text ul.qa > li dl > dt + dd {
                  margin-top: calc(8.5em / 32 * 3); }
              .service-section_recruit .service-section_recruit_interview ul > li .card > .text ul.qa > li dl > dd {
                display: flex;
                align-items: baseline;
                gap: calc(8.5em / 8); }
      .service-section_recruit .service-section_recruit_interview ul > li .card + * {
        margin-top: calc(8.5em / 16 * 3); }
        @media screen and (max-width: 768px) {
          .service-section_recruit .service-section_recruit_interview ul > li .card + * {
            margin-top: calc(8.5em / 16 * 3); } }
  .service-section_recruit .service-section_recruit_openjob ul {
    display: flex;
    flex-direction: column;
    gap: calc(8.5em / 16); }
    .service-section_recruit .service-section_recruit_openjob ul > li .card {
      display: flex;
      align-items: center;
      flex-direction: row-reverse;
      gap: calc(8.5em / 16 * 4);
      padding: calc(8.5em / 16 * 2);
      background: var(--color-white);
      border-radius: calc(8.5em / 32);
      overflow: hidden;
      transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
      -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
      -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
      -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
      @media screen and (max-width: 768px) {
        .service-section_recruit .service-section_recruit_openjob ul > li .card {
          gap: calc(8.5em / 16 * 3); } }
      .service-section_recruit .service-section_recruit_openjob ul > li .card > .image {
        width: calc(8.5em / 8 * 5);
        border-radius: calc(8.5em / 32);
        overflow: hidden;
        line-height: 0; }
      .service-section_recruit .service-section_recruit_openjob ul > li .card > .text {
        flex: 1;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: calc(8.5em / 16);
        padding: 0 calc(8.5em / 8); }
        @media screen and (max-width: 768px) {
          .service-section_recruit .service-section_recruit_openjob ul > li .card > .text {
            padding: 0 calc(8.5em / 16); } }
        .service-section_recruit .service-section_recruit_openjob ul > li .card > .text h2 {
          font-size: 1.435em;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
          @media screen and (max-width: 768px) {
            .service-section_recruit .service-section_recruit_openjob ul > li .card > .text h2 {
              font-size: 1.23em; } }
        .service-section_recruit .service-section_recruit_openjob ul > li .card > .text .location {
          display: flex;
          align-items: center;
          justify-content: center;
          min-height: 2.05em;
          padding: 0 calc(8.5em / 32 * 3);
          background: var(--separators1);
          border-radius: calc(8.5em / 32);
          overflow: hidden;
          font-size: .85em; }
      .service-section_recruit .service-section_recruit_openjob ul > li .card:hover {
        filter: brightness(0.985);
        transform: scale(0.985);
        transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
        .service-section_recruit .service-section_recruit_openjob ul > li .card:hover > .text h2 {
          color: var(--key2);
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }

.page_location hgroup {
  display: flex;
  align-items: center;
  gap: calc(8.5em / 64* 5); }
  .page_location hgroup:has(h3) {
    padding-bottom: calc(8.5em / 16);
    border-bottom: solid 1px var(--border-light-black); }
    .page_location hgroup:has(h3)::before {
      content: '';
      display: flex;
      align-items: center;
      justify-content: center;
      width: 3px;
      min-width: 3px;
      height: 1.23em;
      background: var(--key2);
      background: linear-gradient(to bottom, var(--key2), var(--key3)); }
    .page_location hgroup:has(h3) h3 {
      font-size: 1.3325em;
      font-weight: var(--fw-6);
      line-height: 1; }
    .page_location hgroup:has(h3) + * {
      margin-top: calc(8.5rem / 16* 5); }
  .page_location hgroup:has(h4) {
    padding-bottom: calc(8.5em / 16);
    border-bottom: solid 1px var(--border-light-black); }
    .page_location hgroup:has(h4)::before {
      content: '';
      display: flex;
      align-items: center;
      justify-content: center;
      width: 3px;
      min-width: 3px;
      height: 1.23em;
      background: var(--key2);
      background: linear-gradient(to bottom, var(--key2), var(--key3)); }
    .page_location hgroup:has(h4) h4 {
      font-size: 1.3325em;
      font-weight: var(--fw-6);
      line-height: 1; }
    .page_location hgroup:has(h4) + * {
      margin-top: calc(8.5rem / 16* 5); }
.page_location .wrapper {
  padding-top: 0 !important; }
@media screen and (max-width: 768px) {
  .page_location .location_aside {
    margin-top: calc(8.5em / 16 * -3); } }
.page_location .location_aside .location_aside_wrapper {
  display: flex;
  align-items: flex-start;
  width: calc(100% / 22 * 23);
  margin-left: calc(100% / 44 * -1);
  margin-right: calc(100% / 44 * -1);
  padding: calc(8.5em / 16 * 3) calc(100% / 88 * 3);
  background: var(--backgrounds2);
  border-radius: calc(8.5em / 32 * 3);
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .page_location .location_aside .location_aside_wrapper {
      flex-direction: column;
      gap: calc(8.5em / 16);
      padding: calc(8.5em / 16 * 2) calc(100% / 88 * 3);
      border-radius: calc(8.5em / 32 * 4); } }
  .page_location .location_aside .location_aside_wrapper .location_aside_title {
    flex: 1;
    display: flex;
    align-items: center;
    gap: calc(8.5em / 16); }
    .page_location .location_aside .location_aside_wrapper .location_aside_title i {
      display: block;
      width: 1.23em;
      height: 1.23em; }
    .page_location .location_aside .location_aside_wrapper .location_aside_title h3 {
      font-size: 1.1275em; }
  .page_location .location_aside .location_aside_wrapper ul {
    flex: 3;
    display: flex;
    flex-wrap: wrap;
    gap: 0 calc(8.5em / 8 * 2); }
    @media screen and (max-width: 768px) {
      .page_location .location_aside .location_aside_wrapper ul {
        gap: 0 calc(8.5em / 8 * 1); } }
    .page_location .location_aside .location_aside_wrapper ul > li {
      width: calc((100% / 2) - ((8.5em / 8 * 2) * 1 / 2));
      border-bottom: solid 1px var(--border-light-black); }
      @media screen and (max-width: 768px) {
        .page_location .location_aside .location_aside_wrapper ul > li {
          width: calc((100% / 2) - ((8.5em / 8) * 1 / 2)); } }
      .page_location .location_aside .location_aside_wrapper ul > li a {
        display: flex;
        align-items: center;
        padding: calc(8.5em / 16) 0; }
        .page_location .location_aside .location_aside_wrapper ul > li a > .image {
          width: calc(8.5em / 8 * 4);
          aspect-ratio: 3/2;
          background: var(--color-white);
          border-radius: calc(8.5em / 32);
          overflow: hidden;
          line-height: 0; }
          @media screen and (max-width: 768px) {
            .page_location .location_aside .location_aside_wrapper ul > li a > .image {
              width: calc(8.5em / 16 * 7); } }
          .page_location .location_aside .location_aside_wrapper ul > li a > .image img {
            transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
        .page_location .location_aside .location_aside_wrapper ul > li a > .text {
          flex: 1;
          display: flex;
          align-items: center;
          gap: calc(8.5em / 16);
          font-weight: var(--fw-6); }
          .page_location .location_aside .location_aside_wrapper ul > li a > .text > div {
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
            @media screen and (max-width: 768px) {
              .page_location .location_aside .location_aside_wrapper ul > li a > .text > div small {
                display: block; } }
          .page_location .location_aside .location_aside_wrapper ul > li a > .text i {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 1em;
            height: 1em;
            padding: calc(8.5em / 128 * 3);
            border: solid 1px var(--color-text);
            border-radius: calc(8.5em / 32);
            overflow: hidden;
            transform: rotate(90deg);
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
            .page_location .location_aside .location_aside_wrapper ul > li a > .text i img {
              transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
        .page_location .location_aside .location_aside_wrapper ul > li a:hover > .image img {
          transform: scale(1.025em);
          transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
        .page_location .location_aside .location_aside_wrapper ul > li a:hover > .text > div {
          color: var(--key2);
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
        .page_location .location_aside .location_aside_wrapper ul > li a:hover > .text i {
          background: var(--key2);
          border-color: var(--key2);
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
          .page_location .location_aside .location_aside_wrapper ul > li a:hover > .text i img {
            filter: invert(1);
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
.page_location .location_aside + * {
  margin-top: calc(8.5em / 8 * 3); }
.page_location .location_main {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 8 * 3); }
  .page_location .location_main .location_main_block .location_main_cell {
    display: flex;
    gap: calc(8.5em / 16 * 3) calc(8.5em / 16 * 4); }
    @media screen and (max-width: 768px) {
      .page_location .location_main .location_main_block .location_main_cell {
        flex-direction: column; } }
    .page_location .location_main .location_main_block .location_main_cell .image {
      flex: 1; }
      @media screen and (max-width: 768px) {
        .page_location .location_main .location_main_block .location_main_cell .image {
          margin-top: calc(8.5rem / 16* -3); } }
      .page_location .location_main .location_main_block .location_main_cell .image .image_head figure {
        border-radius: calc(8.5em / 32);
        overflow: hidden;
        line-height: 0; }
      .page_location .location_main .location_main_block .location_main_cell .image .image_head + * {
        margin-top: calc(8.5em / 16 * 1); }
      .page_location .location_main .location_main_block .location_main_cell .image .image_body ul.image_thumbnail {
        display: flex;
        flex-wrap: wrap;
        gap: calc(8.5em / 16); }
        .page_location .location_main .location_main_block .location_main_cell .image .image_body ul.image_thumbnail > li.image_item {
          width: calc((100% / 6) - ((8.5em / 16) * 5 / 6));
          aspect-ratio: 1/1;
          border-radius: calc(8.5em / 32);
          overflow: hidden;
          opacity: .5;
          line-height: 1;
          filter: grayscale(1);
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
          .page_location .location_main .location_main_block .location_main_cell .image .image_body ul.image_thumbnail > li.image_item.current {
            opacity: 1;
            filter: grayscale(0);
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    .page_location .location_main .location_main_block .location_main_cell .text {
      flex: 2;
      display: flex;
      flex-direction: column;
      gap: calc(8.5em / 16 * 2); }
      .page_location .location_main .location_main_block .location_main_cell .text .comment {
        display: flex;
        flex-direction: column;
        gap: calc(8.5em / 32 * 1);
        padding: calc(8.5em / 16 * 3);
        background: var(--backgrounds2);
        border-radius: calc(8.5em / 32);
        overflow: hidden; }
        .page_location .location_main .location_main_block .location_main_cell .text .comment .title {
          font-weight: var(--fw-6); }
      .page_location .location_main .location_main_block .location_main_cell .text ul.text_list {
        display: flex;
        flex-direction: column;
        border-top: solid 1px var(--border-light-black); }
        .page_location .location_main .location_main_block .location_main_cell .text ul.text_list > li {
          padding: calc(8.5em / 32 * 3) 0;
          border-bottom: solid 1px var(--border-light-black); }
          .page_location .location_main .location_main_block .location_main_cell .text ul.text_list > li dl {
            display: flex; }
            .page_location .location_main .location_main_block .location_main_cell .text ul.text_list > li dl > dt {
              flex: 1;
              font-weight: var(--fw-6); }
            .page_location .location_main .location_main_block .location_main_cell .text ul.text_list > li dl > dd {
              flex: 3; }
      .page_location .location_main .location_main_block .location_main_cell .text a[target="_blank"] {
        position: relative;
        z-index: 15;
        margin: 0 calc(8.5em / 16);
        padding-bottom: calc(8.5em / 32);
        font-size: .9em;
        opacity: .5;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
        .page_location .location_main .location_main_block .location_main_cell .text a[target="_blank"]::after {
          content: '';
          position: absolute;
          top: 100%;
          right: 0;
          display: block;
          width: 0;
          height: 1px;
          background: var(--color-text);
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
        .page_location .location_main .location_main_block .location_main_cell .text a[target="_blank"]:hover {
          opacity: 1;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
          .page_location .location_main .location_main_block .location_main_cell .text a[target="_blank"]:hover::after {
            left: 0;
            width: 100%;
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
      .page_location .location_main .location_main_block .location_main_cell .text a[data-type="button"] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 2.255em;
        padding: 0 calc(8.5em / 8);
        background: var(--color-text);
        border-radius: calc(8.5em / 32);
        overflow: hidden;
        color: var(--color-white);
        transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
        .page_location .location_main .location_main_block .location_main_cell .text a[data-type="button"]:hover {
          transform: scale(0.975);
          transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }

.sdgs_section {
  min-width: 600px;
  width: calc(100% / 22 * 16);
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 768px) {
    .sdgs_section {
      min-width: initial;
      width: calc(100% / 22 * 22); } }
  .sdgs_section .sdgs_attr ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: calc(8.5em / 32 * 3); }
    @media screen and (max-width: 768px) {
      .sdgs_section .sdgs_attr ul {
        gap: calc(8.5em / 32 * 2); } }
    .sdgs_section .sdgs_attr ul > li {
      width: calc(8.5em / 8 * 7);
      aspect-ratio: 1/1;
      overflow: hidden;
      background: var(--backgrounds2); }
      @media screen and (max-width: 768px) {
        .sdgs_section .sdgs_attr ul > li {
          width: calc(8.5em / 8 * 5); } }
  .sdgs_section .sdgs_attr + * {
    margin-top: calc(8.5em / 8 * 3); }
  .sdgs_section p + ul.flex {
    margin-top: calc(8.5em / 16 * 3); }
  .sdgs_section ul.flex {
    display: flex;
    flex-wrap: wrap;
    gap: calc(8.5em / 32 * 3); }
    @media screen and (max-width: 768px) {
      .sdgs_section ul.flex {
        gap: 0; } }
    .sdgs_section ul.flex > li {
      display: flex;
      flex-direction: column;
      width: calc((100% / 3) - ((8.5em / 32 * 3) * 2 / 3));
      border-radius: calc(8.5em / 32); }
      @media screen and (max-width: 768px) {
        .sdgs_section ul.flex > li {
          align-items: flex-start;
          flex-direction: row;
          width: 100%;
          gap: calc(8.5em / 8);
          padding: calc(8.5em / 8) 0;
          border-bottom: solid 1px var(--border-light-black); } }
      .sdgs_section ul.flex > li > .image {
        aspect-ratio: 16/9;
        background: var(--components1);
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .sdgs_section ul.flex > li > .image {
            width: calc(8.5em / 8 * 5);
            aspect-ratio: 1/1; } }
      .sdgs_section ul.flex > li > .text {
        padding: calc(8.5em / 8); }
        @media screen and (max-width: 768px) {
          .sdgs_section ul.flex > li > .text {
            flex: 1;
            padding: 0; } }
        .sdgs_section ul.flex > li > .text dl {
          display: flex;
          flex-direction: column;
          gap: calc(8.5em / 16); }
          .sdgs_section ul.flex > li > .text dl > dt {
            font-size: 1.1275em;
            font-weight: var(--fw-6);
            text-align: center; }
            @media screen and (max-width: 768px) {
              .sdgs_section ul.flex > li > .text dl > dt {
                display: flex;
                align-items: center;
                height: calc(8.5rem / 8 * 5);
                text-align: left; } }
          @media screen and (max-width: 768px) {
            .sdgs_section ul.flex > li > .text dl > dd {
              width: calc(100% + (8.5rem / 8 * 6));
              margin-left: calc((8.5rem / 8 * 6) * -1); } }

.list_blog ul.list {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 24px; }
  @media screen and (max-width: 768px) {
    .list_blog ul.list {
      gap: 24px 12px; } }
  .list_blog ul.list > li {
    width: calc((100% / 4) - (24px * 3 / 4)); }
    @media screen and (max-width: 768px) {
      .list_blog ul.list > li {
        width: calc((100% / 2) - (12px * 1 / 2)); } }
    .list_blog ul.list > li .card {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 16px;
      height: 100%; }
      .list_blog ul.list > li .card > .image {
        position: relative;
        z-index: 15;
        aspect-ratio: 4/3;
        border-radius: calc(8.5em / 32);
        overflow: hidden;
        transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
        .list_blog ul.list > li .card > .image img {
          transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
      .list_blog ul.list > li .card > .text {
        display: flex;
        flex-direction: column;
        gap: calc(8.5em / 8);
        width: 100%;
        padding: calc(8.5em / 16); }
        .list_blog ul.list > li .card > .text .attr {
          flex: 1;
          display: flex;
          align-items: flex-start;
          flex-direction: column;
          justify-content: space-between;
          gap: calc(8.5em / 32); }
          .list_blog ul.list > li .card > .text .attr p {
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 1.64em;
            padding: 0 calc(8.5em / 16);
            background: var(--key2);
            background: linear-gradient(135deg, var(--key2), var(--key3));
            border-radius: calc(8.5em / 64);
            overflow: hidden;
            color: var(--color-white);
            font-size: .85em; }
          .list_blog ul.list > li .card > .text .attr .title {
            font-size: 1.075em;
            font-weight: var(--fw-6); }
        .list_blog ul.list > li .card > .text time {
          font-size: .85em; }
      .list_blog ul.list > li .card:hover > .image {
        transform: scale(0.985);
        transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
        .list_blog ul.list > li .card:hover > .image img {
          transform: scale(1.05);
          transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }

.single_blogs .single_blogs_body .wrapper .blogs_title {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 16); }
  .single_blogs .single_blogs_body .wrapper .blogs_title h1 {
    font-size: 2.05em;
    font-weight: var(--fw-6);
    line-height: 1.435; }
    @media screen and (max-width: 768px) {
      .single_blogs .single_blogs_body .wrapper .blogs_title h1 {
        font-size: 1.64em; } }
  .single_blogs .single_blogs_body .wrapper .blogs_title .blogs_attr {
    display: flex;
    gap: calc(8.5em / 8);
    font-size: .9em; }
    .single_blogs .single_blogs_body .wrapper .blogs_title .blogs_attr p {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 1.64em;
      padding: 0 calc(8.5em / 16);
      background: var(--key2);
      background: linear-gradient(135deg, var(--key2), var(--key3));
      border-radius: calc(8.5em / 64);
      overflow: hidden;
      color: var(--color-white); }
.single_blogs .single_blogs_body .wrapper .blogs_thumbnail {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 16 * 3);
  border-radius: calc(8.5em / 32);
  overflow: hidden;
  line-height: 0; }
  @media screen and (max-width: 768px) {
    .single_blogs .single_blogs_body .wrapper .blogs_thumbnail {
      gap: calc(8.5em / 16 * 1); } }
  .single_blogs .single_blogs_body .wrapper .blogs_thumbnail .figure {
    aspect-ratio: 16/9;
    border-radius: calc(8.5em / 32);
    overflow: hidden;
    line-height: 0; }
.single_blogs .single_blogs_body .wrapper .blogs_body .interview_body_block ~ .interview_body_block {
  margin-top: calc(8.5rem / 16 * 10); }
  @media screen and (max-width: 768px) {
    .single_blogs .single_blogs_body .wrapper .blogs_body .interview_body_block ~ .interview_body_block {
      margin-top: calc(8.5rem / 16 * 5); } }
.single_blogs .single_blogs_body .wrapper .blogs_body .interview_body_block > * + * {
  margin-top: 1.435em; }
.single_blogs .single_blogs_body .wrapper .blogs_body .interview_body_block blockquote {
  margin: 0;
  padding: calc(8.5rem / 16 * 3) calc(8.5rem / 8 * 2);
  background: var(--backgrounds2);
  border-radius: calc(8.5em / 32);
  overflow: hidden; }
.single_blogs .single_blogs_body .wrapper .blogs_body .interview_body_block h2 {
  font-size: calc(8.5em / 16 * 4); }
.single_blogs .single_blogs_body .wrapper .blogs_body .interview_body_block h3 {
  font-size: calc(8.5em / 16 * 3); }
.single_blogs .single_blogs_body .wrapper .blogs_body .interview_body_block h4 {
  font-size: calc(8.5em / 16 * 2); }
.single_blogs .single_blogs_body .wrapper .blogs_body .indexInterviewWorkflow {
  position: relative;
  z-index: 15;
  padding-bottom: calc(8.5em / 8 * 2);
  cursor: pointer; }
  .single_blogs .single_blogs_body .wrapper .blogs_body .indexInterviewWorkflow > .swiper-wrapper > .swiper-slide {
    padding: calc(8.5em / 8);
    border: solid 1px var(--border-light-black);
    border-radius: calc(8.5em / 32);
    overflow: hidden; }
  .single_blogs .single_blogs_body .wrapper .blogs_body .indexInterviewWorkflow .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: var(--key3); }
.single_blogs .single_blogs_body .wrapper .blogs_body ul.qa {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 8 * 2); }
  @media screen and (max-width: 768px) {
    .single_blogs .single_blogs_body .wrapper .blogs_body ul.qa {
      gap: calc(8.5em / 16 * 3); } }
  .single_blogs .single_blogs_body .wrapper .blogs_body ul.qa > li dl > dt {
    display: flex;
    align-items: baseline;
    gap: calc(8.5em / 8); }
    .single_blogs .single_blogs_body .wrapper .blogs_body ul.qa > li dl > dt::before {
      content: 'Q';
      display: flex;
      align-items: center;
      justify-content: center;
      width: 2.05em;
      min-width: 2.05em;
      height: 1.64em;
      background: var(--key2);
      border-radius: 2.05em;
      color: var(--color-white); }
    .single_blogs .single_blogs_body .wrapper .blogs_body ul.qa > li dl > dt div {
      font-size: 1.23em;
      font-weight: var(--fw-7); }
      @media screen and (max-width: 768px) {
        .single_blogs .single_blogs_body .wrapper .blogs_body ul.qa > li dl > dt div {
          font-size: 1.1275em; } }
    .single_blogs .single_blogs_body .wrapper .blogs_body ul.qa > li dl > dt + dd {
      margin-top: calc(8.5em / 32 * 3); }
  .single_blogs .single_blogs_body .wrapper .blogs_body ul.qa > li dl > dd {
    display: flex;
    align-items: baseline;
    gap: calc(8.5em / 8); }
    .single_blogs .single_blogs_body .wrapper .blogs_body ul.qa > li dl > dd::before {
      content: 'A';
      display: flex;
      align-items: center;
      justify-content: center;
      width: 2.05em;
      min-width: 2.05em;
      height: 1.64em;
      background: var(--color-gray);
      border-radius: 2.05em;
      color: var(--color-white); }

.other_post_blogs .indexInterviewSwiper {
  position: relative; }
  .other_post_blogs .indexInterviewSwiper .swiper-wrapper .swiper-slide .card {
    display: flex;
    flex-direction: column;
    gap: calc(8.5em / 8); }
    .other_post_blogs .indexInterviewSwiper .swiper-wrapper .swiper-slide .card > .image {
      position: relative;
      aspect-ratio: 4/3;
      border-radius: calc(8.5em / 32);
      overflow: hidden;
      line-height: 0; }
      .other_post_blogs .indexInterviewSwiper .swiper-wrapper .swiper-slide .card > .image img {
        transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
    .other_post_blogs .indexInterviewSwiper .swiper-wrapper .swiper-slide .card > .text {
      display: flex;
      flex-direction: column;
      gap: calc(8.5em / 8);
      width: 100%;
      padding: calc(8.5em / 16); }
      .other_post_blogs .indexInterviewSwiper .swiper-wrapper .swiper-slide .card > .text .attr {
        flex: 1;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: space-between;
        gap: calc(8.5em / 32); }
        .other_post_blogs .indexInterviewSwiper .swiper-wrapper .swiper-slide .card > .text .attr p {
          display: flex;
          align-items: center;
          justify-content: center;
          min-height: 1.64em;
          padding: 0 calc(8.5em / 16);
          background: var(--key2);
          background: linear-gradient(135deg, var(--key2), var(--key3));
          border-radius: calc(8.5em / 64);
          overflow: hidden;
          color: var(--color-white);
          font-size: .85em; }
        .other_post_blogs .indexInterviewSwiper .swiper-wrapper .swiper-slide .card > .text .attr .title {
          font-size: 1.075em;
          font-weight: var(--fw-6); }
      .other_post_blogs .indexInterviewSwiper .swiper-wrapper .swiper-slide .card > .text time {
        font-size: .85em; }
    .other_post_blogs .indexInterviewSwiper .swiper-wrapper .swiper-slide .card:hover > .image img {
      transform: scale(1.025);
      transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
      -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
      -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
      -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
  .other_post_blogs .indexInterviewSwiper .swiper-control {
    position: relative;
    display: flex;
    align-items: center;
    gap: calc(8.5em / 16);
    margin-top: calc(8.5em / 16 * 3); }
    @media screen and (max-width: 768px) {
      .other_post_blogs .indexInterviewSwiper .swiper-control {
        margin-top: calc(8.5em / 16 * 2); } }
    .other_post_blogs .indexInterviewSwiper .swiper-control > .swiper-button-prev, .other_post_blogs .indexInterviewSwiper .swiper-control > .swiper-button-next {
      position: relative;
      top: initial;
      left: initial;
      right: initial;
      bottom: initial;
      display: flex;
      align-items: center;
      justify-content: center;
      width: calc(8.5em / 16 * 7);
      min-width: calc(8.5em / 16 * 7);
      height: calc(8.5em / 16 * 7);
      margin: 0;
      border: solid 1px var(--border-light-black);
      border-radius: calc(8.5em / 32); }
      @media screen and (max-width: 768px) {
        .other_post_blogs .indexInterviewSwiper .swiper-control > .swiper-button-prev, .other_post_blogs .indexInterviewSwiper .swiper-control > .swiper-button-next {
          height: calc(8.5em / 16 * 4); } }
      .other_post_blogs .indexInterviewSwiper .swiper-control > .swiper-button-prev::before, .other_post_blogs .indexInterviewSwiper .swiper-control > .swiper-button-next::before {
        content: '';
        display: block;
        width: 1em;
        height: 1em;
        background: url(images/icon/arrow.svg); }
      .other_post_blogs .indexInterviewSwiper .swiper-control > .swiper-button-prev::after, .other_post_blogs .indexInterviewSwiper .swiper-control > .swiper-button-next::after {
        display: none; }
    .other_post_blogs .indexInterviewSwiper .swiper-control > .swiper-button-prev::before {
      transform: rotate(180deg); }
    .other_post_blogs .indexInterviewSwiper .swiper-control > .swiper-pagination.swiper-pagination-progressbar {
      position: relative;
      top: initial;
      left: initial;
      right: initial;
      bottom: initial;
      margin: 0;
      margin-left: calc(8.5em / 8);
      padding: 0;
      height: 6px;
      border-radius: 6px; }
      .other_post_blogs .indexInterviewSwiper .swiper-control > .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: var(--color-text);
        border-radius: 6px; }
  .other_post_blogs .indexInterviewSwiper + * {
    margin-top: calc(8.5em / 8 * 4); }
    @media screen and (max-width: 768px) {
      .other_post_blogs .indexInterviewSwiper + * {
        margin-top: calc(8.5em / 8 * 2); } }

.recruit_locator {
  position: relative;
  z-index: 15; }
  .recruit_locator .recruit_locator_wrapper {
    width: calc(100% / 24 * 22);
    margin: 0 auto;
    background: var(--backgrounds2);
    border-radius: calc(8.5em / 64);
    overflow: hidden; }
    .recruit_locator .recruit_locator_wrapper dl {
      display: flex;
      align-items: center; }
      @media screen and (max-width: 768px) {
        .recruit_locator .recruit_locator_wrapper dl {
          justify-content: center;
          white-space: nowrap; } }
      @media screen and (max-width: 768px) {
        .recruit_locator .recruit_locator_wrapper dl > dt {
          display: none; } }
      .recruit_locator .recruit_locator_wrapper dl > dt a {
        display: block;
        padding: 0 calc(8.5em / 16 * 3);
        font-weight: var(--fw-6);
        border-right: dashed 1px var(--border-light-black); }
      .recruit_locator .recruit_locator_wrapper dl > dd {
        padding: 0 calc(8.5em / 16 * 3); }
        .recruit_locator .recruit_locator_wrapper dl > dd ul {
          display: flex;
          align-items: center;
          gap: calc(8.5em / 16 * 3); }
          @media screen and (max-width: 768px) {
            .recruit_locator .recruit_locator_wrapper dl > dd ul {
              gap: calc(8.5em / 32 * 5); } }
          .recruit_locator .recruit_locator_wrapper dl > dd ul > li {
            position: relative;
            z-index: 15; }
            .recruit_locator .recruit_locator_wrapper dl > dd ul > li::after {
              content: '';
              display: block;
              position: absolute;
              bottom: 0;
              right: 0;
              z-index: 5;
              width: 0;
              height: 2px;
              background: var(--key2);
              pointer-events: none;
              transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
            .recruit_locator .recruit_locator_wrapper dl > dd ul > li a {
              display: flex;
              align-items: center;
              justify-content: center;
              min-height: 2.87em; }
              @media screen and (max-width: 768px) {
                .recruit_locator .recruit_locator_wrapper dl > dd ul > li a {
                  min-height: 2.46em;
                  font-size: .9em; } }
            .recruit_locator .recruit_locator_wrapper dl > dd ul > li:hover::after, .recruit_locator .recruit_locator_wrapper dl > dd ul > li.current::after {
              left: 0;
              width: 100%;
              transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
            .recruit_locator .recruit_locator_wrapper dl > dd ul > li.current a {
              color: var(--key2); }
  .recruit_locator + .getintouch {
    margin-top: calc(8.5em / 8 * 4); }
    @media screen and (max-width: 768px) {
      .recruit_locator + .getintouch {
        margin-top: calc(8.5em / 8 * 2); } }

.archive_interview {
  position: relative;
  z-index: 30; }
  .archive_interview .archive_interview_head {
    position: relative;
    z-index: 15;
    margin-bottom: calc(8.5em / 16 * -3); }
    .archive_interview .archive_interview_head .wrapper {
      width: calc(100% / 24 * 22);
      margin: 0 auto; }
      .archive_interview .archive_interview_head .wrapper .search_wrapper {
        padding: calc(8.5em / 16 * 3) calc(100% / 22);
        background: var(--backgrounds2);
        border-radius: calc(8.5em / 16 * 3); }
        @media screen and (max-width: 768px) {
          .archive_interview .archive_interview_head .wrapper .search_wrapper {
            padding: calc(8.5em / 16 * 2) calc(100% / 22); } }
        .archive_interview .archive_interview_head .wrapper .search_wrapper ul.blogtype {
          display: flex;
          align-items: center;
          gap: calc(8.5em / 16 * 1); }
          .archive_interview .archive_interview_head .wrapper .search_wrapper ul.blogtype > li a {
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 2.46em;
            padding: 0 calc(8.5em / 16 * 3);
            background: var(--color-white);
            border: solid 1px var(--border-light-black);
            border-radius: calc(8.5em / 32);
            overflow: hidden;
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
          .archive_interview .archive_interview_head .wrapper .search_wrapper ul.blogtype > li:hover a {
            filter: brightness(0.975);
            transform: scale(0.985);
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
          .archive_interview .archive_interview_head .wrapper .search_wrapper ul.blogtype > li.current a {
            background: var(--key2);
            background: linear-gradient(135deg, var(--key2), var(--key3));
            border-radius: calc(8.5em / 64);
            overflow: hidden;
            color: var(--color-white);
            filter: brightness(1);
            transform: scale(1);
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
        .archive_interview .archive_interview_head .wrapper .search_wrapper .searchandfilter {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          flex-wrap: wrap; }
          .archive_interview .archive_interview_head .wrapper .search_wrapper .searchandfilter ul {
            display: flex;
            flex-direction: column;
            gap: calc(8.5em / 16);
            width: 100%; }
            .archive_interview .archive_interview_head .wrapper .search_wrapper .searchandfilter ul > li {
              display: flex;
              flex-direction: column;
              padding: 0;
              border-radius: 6px;
              overflow: hidden; }
              @media screen and (max-width: 768px) {
                .archive_interview .archive_interview_head .wrapper .search_wrapper .searchandfilter ul > li label {
                  flex: 1; } }
              .archive_interview .archive_interview_head .wrapper .search_wrapper .searchandfilter ul > li[data-sf-field-input-type="radio"] ul {
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                gap: calc(8.5em / 24);
                font-size: .9em; }
                .archive_interview .archive_interview_head .wrapper .search_wrapper .searchandfilter ul > li[data-sf-field-input-type="radio"] ul > li {
                  display: table;
                  border-radius: 4px;
                  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
                  .archive_interview .archive_interview_head .wrapper .search_wrapper .searchandfilter ul > li[data-sf-field-input-type="radio"] ul > li:hover {
                    opacity: .5;
                    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
              .archive_interview .archive_interview_head .wrapper .search_wrapper .searchandfilter ul > li[data-sf-field-type="tag"] ul > li:first-child {
                display: none; }
          .archive_interview .archive_interview_head .wrapper .search_wrapper .searchandfilter h4 {
            min-width: 5.575em;
            padding: 0;
            margin-bottom: calc(8.5em / 16); }
          .archive_interview .archive_interview_head .wrapper .search_wrapper .searchandfilter label {
            flex: 1; }
            @media screen and (max-width: 768px) {
              .archive_interview .archive_interview_head .wrapper .search_wrapper .searchandfilter label {
                display: block; } }
          .archive_interview .archive_interview_head .wrapper .search_wrapper .searchandfilter select {
            display: block;
            min-width: 184.5px;
            max-width: 100%;
            height: calc(8.5em / 8 * 3);
            background-color: var(--color-white);
            border: 1px solid rgba(0, 0, 0, 0.1025);
            border-radius: 6px;
            font-size: 16px;
            padding: 0 40px 0 20px;
            background-image: url(../images/common/icon-chevron-bottom.svg);
            background-position: calc(100% - 0.28rem) center;
            background-size: 0.08rem 0.14rem; }
            @media screen and (max-width: 768px) {
              .archive_interview .archive_interview_head .wrapper .search_wrapper .searchandfilter select {
                height: 41px; } }
          .archive_interview .archive_interview_head .wrapper .search_wrapper .searchandfilter input[type="radio"] {
            display: none; }
            .archive_interview .archive_interview_head .wrapper .search_wrapper .searchandfilter input[type="radio"] + label {
              padding: calc(8.5em / 24) calc(8.5em / 12);
              background: var(--color-white);
              border: solid 1px var(--border-light-black);
              border-radius: 4px; }
            .archive_interview .archive_interview_head .wrapper .search_wrapper .searchandfilter input[type="radio"]:checked + label {
              background: linear-gradient(135deg, var(--key2), var(--key3));
              color: var(--color-white); }
          .archive_interview .archive_interview_head .wrapper .search_wrapper .searchandfilter input[type="submit"] {
            display: block;
            min-width: 100%;
            height: calc(8.5em / 8 * 3);
            background-color: var(--color-white);
            border: 1px solid rgba(0, 0, 0, 0.1025);
            border-radius: 6px;
            font-size: 16px;
            padding: 0 20px;
            background: #1b1d22;
            background: url(images/noise.png), #1b1d22;
            background-repeat: repeat;
            background-size: 100px;
            color: var(--color-white); }
            @media screen and (max-width: 768px) {
              .archive_interview .archive_interview_head .wrapper .search_wrapper .searchandfilter input[type="submit"] {
                width: 100%;
                height: 51.25px; } }
          .archive_interview .archive_interview_head .wrapper .search_wrapper .searchandfilter + * {
            margin-top: calc(8.5em / 16 * 3); }
  .archive_interview .archive_interview_body {
    position: relative;
    z-index: 10;
    padding: calc(8.5em / 16 * 3) 0;
    border-top-left-radius: calc(8.5em / 16* 3);
    border-top-right-radius: calc(8.5em / 16* 3);
    background: var(--color-white); }
    .archive_interview .archive_interview_body .wrapper {
      width: calc(100% / 24 * 20);
      margin: 0 auto;
      padding: calc(8.5em / 8 * 5) 0 calc(8.5em / 8 * 8); }
      @media screen and (max-width: 768px) {
        .archive_interview .archive_interview_body .wrapper {
          width: calc(100% / 24 * 22);
          padding: calc(8.5em / 16 * 5) 0 calc(8.5em / 16 * 8); } }
      .archive_interview .archive_interview_body .wrapper .banar_wrapper {
        margin-top: calc(8.5em / 8 * 6); }
        @media screen and (max-width: 768px) {
          .archive_interview .archive_interview_body .wrapper .banar_wrapper {
            margin-top: calc(8.5em / 16 * 6); } }

.list_card ul.list {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 24px; }
  @media screen and (max-width: 768px) {
    .list_card ul.list {
      gap: 24px 12px; } }
  .list_card ul.list > li {
    width: calc((100% / 4) - (24px * 3 / 4)); }
    @media screen and (max-width: 768px) {
      .list_card ul.list > li {
        width: calc((100% / 2) - (12px * 1 / 2)); } }
    .list_card ul.list > li .card {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 16px;
      height: 100%; }
      .list_card ul.list > li .card > .image {
        position: relative;
        z-index: 15;
        aspect-ratio: 1/1;
        border-radius: calc(8.5em / 32);
        overflow: hidden;
        transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
        .list_card ul.list > li .card > .image img {
          transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
        .list_card ul.list > li .card > .image .icon {
          position: absolute;
          right: calc(8.5em / 32 * 3);
          bottom: calc(8.5em / 32 * 3);
          z-index: 15;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 1.435em;
          min-width: 1.435em;
          height: 1.435em;
          padding: calc(8.5em / 64 * 3);
          background: var(--color-white);
          border-radius: calc(8.5em / 64);
          overflow: hidden;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
          .list_card ul.list > li .card > .image .icon img {
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
        .list_card ul.list > li .card > .image::after {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          z-index: 1;
          display: block;
          width: 100%;
          height: 50%;
          background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.41)); }
      .list_card ul.list > li .card > .text {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 8px; }
        .list_card ul.list > li .card > .text dl {
          flex: 1;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          gap: 8px; }
          .list_card ul.list > li .card > .text dl > dt {
            font-size: 1.435em;
            font-weight: var(--fw-6); }
            @media screen and (max-width: 768px) {
              .list_card ul.list > li .card > .text dl > dt {
                font-size: 1.3325em; } }
          .list_card ul.list > li .card > .text dl > dd {
            font-size: 1.23em;
            font-weight: var(--fw-6); }
        @media screen and (max-width: 768px) {
          .list_card ul.list > li .card > .text .job_unit {
            font-size: .85em; } }
      .list_card ul.list > li .card:hover > .image {
        transform: scale(0.985);
        transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
        .list_card ul.list > li .card:hover > .image img {
          transform: scale(1.05);
          transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
        .list_card ul.list > li .card:hover > .image .icon {
          background: var(--key1);
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
          .list_card ul.list > li .card:hover > .image .icon img {
            filter: invert(1);
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }

.single_article {
  position: relative;
  z-index: 10; }
  .single_article .single_article_head {
    position: relative;
    z-index: 15; }
    .single_article .single_article_head .wrapper {
      width: calc(100% / 24 * 22);
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .single_article .single_article_head .wrapper {
          width: calc(100% / 24 * 20); } }
      .single_article .single_article_head .wrapper .f_wrapper {
        display: flex;
        align-items: center; }
        @media screen and (max-width: 768px) {
          .single_article .single_article_head .wrapper .f_wrapper {
            align-items: flex-start;
            flex-direction: column;
            gap: calc(8.5em / 16); } }
        .single_article .single_article_head .wrapper .f_wrapper > .left {
          flex: 1; }
          .single_article .single_article_head .wrapper .f_wrapper > .left a {
            display: flex;
            align-items: center;
            gap: calc(8.5em / 16); }
            @media screen and (max-width: 768px) {
              .single_article .single_article_head .wrapper .f_wrapper > .left a {
                font-size: .9em; } }
            .single_article .single_article_head .wrapper .f_wrapper > .left a .icon {
              display: flex;
              align-items: center;
              justify-content: center;
              width: 1.1275em;
              min-width: 1.1275em;
              height: 1.1275em;
              padding: calc(8.5em / 32);
              background: var(--color-white);
              border: solid 1px var(--border-light-black);
              border-radius: calc(8.5em / 64);
              overflow: hidden;
              transform: rotate(180deg);
              transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
              @media screen and (max-width: 768px) {
                .single_article .single_article_head .wrapper .f_wrapper > .left a .icon {
                  width: 1.23em;
                  min-width: 1.23em;
                  height: 1.23em; } }
              .single_article .single_article_head .wrapper .f_wrapper > .left a .icon img {
                transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
            .single_article .single_article_head .wrapper .f_wrapper > .left a:hover .icon {
              background: var(--key2);
              transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
              .single_article .single_article_head .wrapper .f_wrapper > .left a:hover .icon img {
                filter: invert(1);
                transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
        .single_article .single_article_head .wrapper .f_wrapper > .middle {
          width: calc(100% / 22 * 14); }
          @media screen and (max-width: 768px) {
            .single_article .single_article_head .wrapper .f_wrapper > .middle {
              width: 100%; } }
        .single_article .single_article_head .wrapper .f_wrapper::after {
          content: '';
          flex: 1;
          display: block; }
          @media screen and (max-width: 768px) {
            .single_article .single_article_head .wrapper .f_wrapper::after {
              display: none; } }
    .single_article .single_article_head + * {
      margin-top: calc(8.5em / 8 * 2); }
  .single_article .single_article_body {
    position: relative;
    z-index: 15; }
    .single_article .single_article_body .wrapper {
      display: flex;
      flex-direction: column;
      gap: calc(8.5em / 16 * 3);
      width: calc(100% / 24 * 14);
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .single_article .single_article_body .wrapper {
          gap: calc(8.5em / 16 * 2);
          width: calc(100% / 24 * 20); } }
    .single_article .single_article_body hgroup {
      display: flex;
      align-items: center;
      gap: calc(8.5em / 64* 5); }
      .single_article .single_article_body hgroup:has(h3) {
        padding-bottom: calc(8.5em / 16);
        border-bottom: solid 1px var(--border-light-black); }
        .single_article .single_article_body hgroup:has(h3)::before {
          content: '';
          display: flex;
          align-items: center;
          justify-content: center;
          width: 3px;
          min-width: 3px;
          height: 1.23em;
          background: var(--key2);
          background: linear-gradient(to bottom, var(--key2), var(--key3)); }
        .single_article .single_article_body hgroup:has(h3) h3 {
          font-size: 1.3325em;
          font-weight: var(--fw-6);
          line-height: 1; }
        .single_article .single_article_body hgroup:has(h3) + * {
          margin-top: calc(8.5rem / 16* 5); }
      .single_article .single_article_body hgroup:has(h4) {
        padding-bottom: calc(8.5em / 16);
        border-bottom: solid 1px var(--border-light-black); }
        .single_article .single_article_body hgroup:has(h4)::before {
          content: '';
          display: flex;
          align-items: center;
          justify-content: center;
          width: 3px;
          min-width: 3px;
          height: 1.23em;
          background: var(--key2);
          background: linear-gradient(to bottom, var(--key2), var(--key3)); }
        .single_article .single_article_body hgroup:has(h4) h4 {
          font-size: 1.3325em;
          font-weight: var(--fw-6);
          line-height: 1; }
        .single_article .single_article_body hgroup:has(h4) + * {
          margin-top: calc(8.5rem / 16* 5); }
  .single_article + .other_post {
    margin-top: calc(8.5em / 8 * 6); }
    @media screen and (max-width: 768px) {
      .single_article + .other_post {
        margin-top: calc(8.5em / 8 * 4); } }

.post_social {
  position: relative;
  z-index: 15;
  margin-top: calc(8.5em / 16 * 3);
  padding-top: calc(8.5em / 16 * 3);
  border-top: solid 1px var(--border-light-black); }
  .post_social ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(8.5em / 16* 3); }
    .post_social ul > li a {
      display: flex;
      align-items: center;
      gap: calc(8.5em / 16);
      min-height: 2.87em;
      padding-left: calc(8.5em / 16 * 2);
      padding-right: calc(8.5em / 16 * 3);
      border: solid 1px var(--border-light-black);
      border-radius: 8.5em; }
      .post_social ul > li a i {
        display: block;
        width: calc(8.5em / 16* 3);
        height: calc(8.5em / 16* 3); }
      .post_social ul > li a .text {
        font-weight: var(--fw-6); }

.other_post {
  position: relative;
  z-index: 20;
  overflow: hidden; }
  .other_post + * {
    margin-top: calc(8.5em / 8 * 8); }
    @media screen and (max-width: 768px) {
      .other_post + * {
        margin-top: calc(8.5em / 16 * 8); } }
  .other_post .wrapper {
    display: block;
    width: calc(100% / 24 * 20);
    margin: 0 auto;
    padding-top: calc(8.5em / 8 * 2);
    border-top: solid 1px var(--border-light-black); }
    @media screen and (max-width: 768px) {
      .other_post .wrapper {
        width: calc(100% / 24 * 22); } }
  .other_post hgroup {
    display: flex;
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: calc(8.5em / 16); }
    .other_post hgroup:has(h3) h3 {
      font-weight: var(--fw-5); }
    .other_post hgroup:has(h3) .caption {
      font-size: 2.87em;
      font-weight: var(--fw-6);
      line-height: 1;
      letter-spacing: -.0205em; }
    .other_post hgroup:has(h3) + * {
      margin-top: calc(8.5em / 16 * 4); }

.single_interview .single_interview_body .wrapper .interview_title p {
  display: table;
  margin: 0 auto;
  font-size: 2.05em;
  font-weight: var(--fw-6);
  line-height: 1.435; }
  @media screen and (max-width: 768px) {
    .single_interview .single_interview_body .wrapper .interview_title p {
      font-size: 1.64em; } }
.single_interview .single_interview_body .wrapper .interview_thumbnail {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 16 * 3); }
  @media screen and (max-width: 768px) {
    .single_interview .single_interview_body .wrapper .interview_thumbnail {
      gap: calc(8.5em / 16 * 1); } }
  .single_interview .single_interview_body .wrapper .interview_thumbnail + * {
    margin-top: calc(8.5em / 8 * 2); }
  .single_interview .single_interview_body .wrapper .interview_thumbnail .figure {
    aspect-ratio: 16/9;
    border-radius: calc(8.5em / 32);
    overflow: hidden;
    line-height: 0; }
  .single_interview .single_interview_body .wrapper .interview_thumbnail .profile {
    display: flex;
    align-items: center;
    gap: calc(8.5em / 16 * 3);
    padding: calc(8.5em / 16 * 2);
    background: var(--border-light-white);
    border: solid 1px var(--border-light-black);
    border-radius: calc(8.5em / 32);
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .single_interview .single_interview_body .wrapper .interview_thumbnail .profile {
        padding: calc(8.5em / 16 * 2); } }
    .single_interview .single_interview_body .wrapper .interview_thumbnail .profile > .image {
      width: calc(8.5em / 8 * 5); }
      .single_interview .single_interview_body .wrapper .interview_thumbnail .profile > .image div {
        aspect-ratio: 1/1;
        border-radius: calc(8.5em / 64);
        overflow: hidden; }
    .single_interview .single_interview_body .wrapper .interview_thumbnail .profile > .text {
      flex: 1; }
      .single_interview .single_interview_body .wrapper .interview_thumbnail .profile > .text dl > dt {
        font-weight: var(--fontweight-7); }
      .single_interview .single_interview_body .wrapper .interview_thumbnail .profile > .text dl > dd {
        font-size: .9em; }
        .single_interview .single_interview_body .wrapper .interview_thumbnail .profile > .text dl > dd ul {
          display: flex;
          align-items: center;
          flex-wrap: wrap;
          gap: 0 calc(8.5em / 16 * 2); }
          @media screen and (max-width: 768px) {
            .single_interview .single_interview_body .wrapper .interview_thumbnail .profile > .text dl > dd ul {
              gap: 0 calc(8.5em / 16 * 1); } }
.single_interview .single_interview_body .wrapper .interview_body .interview_body_block ~ .interview_body_block {
  margin-top: calc(8.5rem / 16 * 10); }
.single_interview .single_interview_body .wrapper .interview_body .indexInterviewWorkflow {
  position: relative;
  z-index: 15;
  padding-bottom: calc(8.5em / 8 * 2);
  cursor: pointer; }
  .single_interview .single_interview_body .wrapper .interview_body .indexInterviewWorkflow > .swiper-wrapper > .swiper-slide {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: calc(8.5em / 8);
    height: auto;
    padding: calc(8.5em / 16 * 3) calc(8.5em / 16 * 3) calc(8.5em / 16 * 5);
    border: solid 1px var(--border-light-black);
    border-radius: calc(8.5em / 32);
    overflow: hidden; }
    .single_interview .single_interview_body .wrapper .interview_body .indexInterviewWorkflow > .swiper-wrapper > .swiper-slide * {
      font-weight: var(--fw-6); }
    .single_interview .single_interview_body .wrapper .interview_body .indexInterviewWorkflow > .swiper-wrapper > .swiper-slide .time {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 1.845em;
      padding: 0 calc(8.5em / 16);
      background: var(--components2);
      border-radius: calc(8.5em / 32);
      overflow: hidden;
      font-size: .9em; }
    .single_interview .single_interview_body .wrapper .interview_body .indexInterviewWorkflow > .swiper-wrapper > .swiper-slide .event {
      font-size: 1.1275em; }
  .single_interview .single_interview_body .wrapper .interview_body .indexInterviewWorkflow .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: var(--key3); }
  .single_interview .single_interview_body .wrapper .interview_body .indexInterviewWorkflow .swiper-pagination.swiper-pagination-progressbar {
    position: relative;
    height: 6px;
    margin-top: calc(8.5em / 8);
    border-radius: 3px; }
    .single_interview .single_interview_body .wrapper .interview_body .indexInterviewWorkflow .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
      background: var(--key2);
      border-radius: 3px;
      overflow: hidden; }
.single_interview .single_interview_body .wrapper .interview_body ul.qa {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 8 * 2); }
  @media screen and (max-width: 768px) {
    .single_interview .single_interview_body .wrapper .interview_body ul.qa {
      gap: calc(8.5em / 16 * 3); } }
  .single_interview .single_interview_body .wrapper .interview_body ul.qa > li dl > dt {
    display: flex;
    align-items: baseline;
    gap: calc(8.5em / 8); }
    .single_interview .single_interview_body .wrapper .interview_body ul.qa > li dl > dt::before {
      content: 'Q';
      display: flex;
      align-items: center;
      justify-content: center;
      width: 2.05em;
      min-width: 2.05em;
      height: 1.64em;
      background: var(--key2);
      border-radius: 2.05em;
      color: var(--color-white); }
    .single_interview .single_interview_body .wrapper .interview_body ul.qa > li dl > dt div {
      font-size: 1.23em;
      font-weight: var(--fw-7); }
      @media screen and (max-width: 768px) {
        .single_interview .single_interview_body .wrapper .interview_body ul.qa > li dl > dt div {
          font-size: 1.1275em; } }
    .single_interview .single_interview_body .wrapper .interview_body ul.qa > li dl > dt + dd {
      margin-top: calc(8.5em / 32 * 3); }
  .single_interview .single_interview_body .wrapper .interview_body ul.qa > li dl > dd {
    display: flex;
    align-items: baseline;
    gap: calc(8.5em / 8); }
    .single_interview .single_interview_body .wrapper .interview_body ul.qa > li dl > dd::before {
      content: 'A';
      display: flex;
      align-items: center;
      justify-content: center;
      width: 2.05em;
      min-width: 2.05em;
      height: 1.64em;
      background: var(--color-gray);
      border-radius: 2.05em;
      color: var(--color-white); }

.other_post_interview .indexInterviewSwiper, .other_post_interview .indexCustomerSwiper {
  position: relative; }
  .other_post_interview .indexInterviewSwiper .swiper-wrapper .swiper-slide .card > .image, .other_post_interview .indexCustomerSwiper .swiper-wrapper .swiper-slide .card > .image {
    position: relative;
    border-radius: calc(8.5em / 32);
    overflow: hidden;
    line-height: 0; }
    .other_post_interview .indexInterviewSwiper .swiper-wrapper .swiper-slide .card > .image img, .other_post_interview .indexCustomerSwiper .swiper-wrapper .swiper-slide .card > .image img {
      transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
      -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
      -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
      -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
    .other_post_interview .indexInterviewSwiper .swiper-wrapper .swiper-slide .card > .image::after, .other_post_interview .indexCustomerSwiper .swiper-wrapper .swiper-slide .card > .image::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      display: block;
      width: 100%;
      height: 50%;
      background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.41)); }
  .other_post_interview .indexInterviewSwiper .swiper-wrapper .swiper-slide .card > .text, .other_post_interview .indexCustomerSwiper .swiper-wrapper .swiper-slide .card > .text {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(8.5em / 16);
    width: 100%;
    padding: calc(8.5em / 16); }
    .other_post_interview .indexInterviewSwiper .swiper-wrapper .swiper-slide .card > .text > .title, .other_post_interview .indexCustomerSwiper .swiper-wrapper .swiper-slide .card > .text > .title {
      flex: 1;
      padding: 0 calc(8.5em / 32);
      color: var(--color-white); }
    .other_post_interview .indexInterviewSwiper .swiper-wrapper .swiper-slide .card > .text > .icon, .other_post_interview .indexCustomerSwiper .swiper-wrapper .swiper-slide .card > .text > .icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 1.1275em;
      min-width: 1.1275em;
      height: 1.1275em;
      padding: calc(8.5em / 32);
      background: var(--color-white);
      border-radius: calc(8.5em / 64);
      overflow: hidden; }
  .other_post_interview .indexInterviewSwiper .swiper-wrapper .swiper-slide .card:hover > .image img, .other_post_interview .indexCustomerSwiper .swiper-wrapper .swiper-slide .card:hover > .image img {
    transform: scale(1.025);
    transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
    -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
    -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
    -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
  .other_post_interview .indexInterviewSwiper .swiper-wrapper .swiper-slide .block, .other_post_interview .indexCustomerSwiper .swiper-wrapper .swiper-slide .block {
    display: flex;
    flex-direction: column;
    gap: calc(8.5em / 16 * 3);
    height: 100%; }
    @media screen and (max-width: 768px) {
      .other_post_interview .indexInterviewSwiper .swiper-wrapper .swiper-slide .block, .other_post_interview .indexCustomerSwiper .swiper-wrapper .swiper-slide .block {
        gap: calc(8.5em / 16 * 2); } }
    .other_post_interview .indexInterviewSwiper .swiper-wrapper .swiper-slide .block > .image, .other_post_interview .indexCustomerSwiper .swiper-wrapper .swiper-slide .block > .image {
      position: relative;
      aspect-ratio: 16/9;
      border-radius: calc(8.5em / 32);
      overflow: hidden;
      line-height: 0; }
      .other_post_interview .indexInterviewSwiper .swiper-wrapper .swiper-slide .block > .image img, .other_post_interview .indexCustomerSwiper .swiper-wrapper .swiper-slide .block > .image img {
        transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
      .other_post_interview .indexInterviewSwiper .swiper-wrapper .swiper-slide .block > .image::after, .other_post_interview .indexCustomerSwiper .swiper-wrapper .swiper-slide .block > .image::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        width: 100%;
        height: 50%;
        background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.41)); }
    .other_post_interview .indexInterviewSwiper .swiper-wrapper .swiper-slide .block > .text, .other_post_interview .indexCustomerSwiper .swiper-wrapper .swiper-slide .block > .text {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: calc(8.5em / 16); }
      .other_post_interview .indexInterviewSwiper .swiper-wrapper .swiper-slide .block > .text dl.title, .other_post_interview .indexCustomerSwiper .swiper-wrapper .swiper-slide .block > .text dl.title {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: calc(8.5em / 32); }
        .other_post_interview .indexInterviewSwiper .swiper-wrapper .swiper-slide .block > .text dl.title > dt, .other_post_interview .indexCustomerSwiper .swiper-wrapper .swiper-slide .block > .text dl.title > dt {
          font-weight: var(--fw-6);
          font-size: 1.23em; }
      .other_post_interview .indexInterviewSwiper .swiper-wrapper .swiper-slide .block > .text ul.table, .other_post_interview .indexCustomerSwiper .swiper-wrapper .swiper-slide .block > .text ul.table {
        padding: calc(8.5em / 32 * 4);
        background: var(--backgrounds2);
        border-radius: calc(8.5em / 32);
        overflow: hidden; }
        .other_post_interview .indexInterviewSwiper .swiper-wrapper .swiper-slide .block > .text ul.table > li dl, .other_post_interview .indexCustomerSwiper .swiper-wrapper .swiper-slide .block > .text ul.table > li dl {
          display: flex;
          align-items: baseline; }
          .other_post_interview .indexInterviewSwiper .swiper-wrapper .swiper-slide .block > .text ul.table > li dl > dt, .other_post_interview .indexCustomerSwiper .swiper-wrapper .swiper-slide .block > .text ul.table > li dl > dt {
            flex: 1;
            opacity: .5; }
          .other_post_interview .indexInterviewSwiper .swiper-wrapper .swiper-slide .block > .text ul.table > li dl > dd, .other_post_interview .indexCustomerSwiper .swiper-wrapper .swiper-slide .block > .text ul.table > li dl > dd {
            flex: 3; }
  .other_post_interview .indexInterviewSwiper .swiper-wrapper .swiper-slide .openjob, .other_post_interview .indexCustomerSwiper .swiper-wrapper .swiper-slide .openjob {
    display: flex;
    flex-direction: column;
    gap: calc(8.5em / 16 * 3);
    height: 100%; }
    @media screen and (max-width: 768px) {
      .other_post_interview .indexInterviewSwiper .swiper-wrapper .swiper-slide .openjob, .other_post_interview .indexCustomerSwiper .swiper-wrapper .swiper-slide .openjob {
        gap: calc(8.5em / 16 * 2); } }
    .other_post_interview .indexInterviewSwiper .swiper-wrapper .swiper-slide .openjob > .image, .other_post_interview .indexCustomerSwiper .swiper-wrapper .swiper-slide .openjob > .image {
      position: relative;
      aspect-ratio: 16/9;
      border-radius: calc(8.5em / 32);
      overflow: hidden;
      line-height: 0; }
      .other_post_interview .indexInterviewSwiper .swiper-wrapper .swiper-slide .openjob > .image img, .other_post_interview .indexCustomerSwiper .swiper-wrapper .swiper-slide .openjob > .image img {
        transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
    .other_post_interview .indexInterviewSwiper .swiper-wrapper .swiper-slide .openjob > .text, .other_post_interview .indexCustomerSwiper .swiper-wrapper .swiper-slide .openjob > .text {
      flex: 1;
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      justify-content: space-between;
      gap: calc(8.5em / 16); }
      .other_post_interview .indexInterviewSwiper .swiper-wrapper .swiper-slide .openjob > .text .location, .other_post_interview .indexCustomerSwiper .swiper-wrapper .swiper-slide .openjob > .text .location {
        display: flex;
        align-items: center;
        min-height: 1.845em;
        padding: 0 calc(8.5em / 16);
        border-radius: calc(8.5em / 32);
        overflow: hidden;
        background: linear-gradient(135deg, var(--key2), var(--key3));
        font-size: .8em;
        color: var(--color-white); }
      .other_post_interview .indexInterviewSwiper .swiper-wrapper .swiper-slide .openjob > .text .title, .other_post_interview .indexCustomerSwiper .swiper-wrapper .swiper-slide .openjob > .text .title {
        font-weight: 600;
        font-size: 1.075em;
        line-height: 1.3325; }
    .other_post_interview .indexInterviewSwiper .swiper-wrapper .swiper-slide .openjob:hover > .image img, .other_post_interview .indexCustomerSwiper .swiper-wrapper .swiper-slide .openjob:hover > .image img {
      transform: scale(1.025);
      transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
      -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
      -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
      -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
  .other_post_interview .indexInterviewSwiper .swiper-control, .other_post_interview .indexCustomerSwiper .swiper-control {
    position: relative;
    display: flex;
    align-items: center;
    gap: calc(8.5em / 16);
    margin-top: calc(8.5em / 16 * 3); }
    @media screen and (max-width: 768px) {
      .other_post_interview .indexInterviewSwiper .swiper-control, .other_post_interview .indexCustomerSwiper .swiper-control {
        margin-top: calc(8.5em / 16 * 2); } }
    .other_post_interview .indexInterviewSwiper .swiper-control > .swiper-button-prev, .other_post_interview .indexInterviewSwiper .swiper-control > .swiper-button-next, .other_post_interview .indexCustomerSwiper .swiper-control > .swiper-button-prev, .other_post_interview .indexCustomerSwiper .swiper-control > .swiper-button-next {
      position: relative;
      top: initial;
      left: initial;
      right: initial;
      bottom: initial;
      display: flex;
      align-items: center;
      justify-content: center;
      width: calc(8.5em / 16 * 7);
      min-width: calc(8.5em / 16 * 7);
      height: calc(8.5em / 16 * 7);
      margin: 0;
      border: solid 1px var(--border-light-black);
      border-radius: calc(8.5em / 32); }
      @media screen and (max-width: 768px) {
        .other_post_interview .indexInterviewSwiper .swiper-control > .swiper-button-prev, .other_post_interview .indexInterviewSwiper .swiper-control > .swiper-button-next, .other_post_interview .indexCustomerSwiper .swiper-control > .swiper-button-prev, .other_post_interview .indexCustomerSwiper .swiper-control > .swiper-button-next {
          height: calc(8.5em / 16 * 4); } }
      .other_post_interview .indexInterviewSwiper .swiper-control > .swiper-button-prev::before, .other_post_interview .indexInterviewSwiper .swiper-control > .swiper-button-next::before, .other_post_interview .indexCustomerSwiper .swiper-control > .swiper-button-prev::before, .other_post_interview .indexCustomerSwiper .swiper-control > .swiper-button-next::before {
        content: '';
        display: block;
        width: 1em;
        height: 1em;
        background: url(images/icon/arrow.svg); }
      .other_post_interview .indexInterviewSwiper .swiper-control > .swiper-button-prev::after, .other_post_interview .indexInterviewSwiper .swiper-control > .swiper-button-next::after, .other_post_interview .indexCustomerSwiper .swiper-control > .swiper-button-prev::after, .other_post_interview .indexCustomerSwiper .swiper-control > .swiper-button-next::after {
        display: none; }
    .other_post_interview .indexInterviewSwiper .swiper-control > .swiper-button-prev::before, .other_post_interview .indexCustomerSwiper .swiper-control > .swiper-button-prev::before {
      transform: rotate(180deg); }
    .other_post_interview .indexInterviewSwiper .swiper-control > .swiper-pagination.swiper-pagination-progressbar, .other_post_interview .indexCustomerSwiper .swiper-control > .swiper-pagination.swiper-pagination-progressbar {
      position: relative;
      top: initial;
      left: initial;
      right: initial;
      bottom: initial;
      margin: 0;
      margin-left: calc(8.5em / 8);
      padding: 0;
      height: 6px;
      border-radius: 6px; }
      .other_post_interview .indexInterviewSwiper .swiper-control > .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill, .other_post_interview .indexCustomerSwiper .swiper-control > .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: var(--color-text);
        border-radius: 6px; }
  .other_post_interview .indexInterviewSwiper + *, .other_post_interview .indexCustomerSwiper + * {
    margin-top: calc(8.5em / 8 * 4); }
    @media screen and (max-width: 768px) {
      .other_post_interview .indexInterviewSwiper + *, .other_post_interview .indexCustomerSwiper + * {
        margin-top: calc(8.5em / 8 * 2); } }

.archive_openjob {
  position: relative;
  z-index: 30; }
  .archive_openjob .archive_openjob_head {
    position: relative;
    z-index: 15;
    margin-bottom: calc(8.5em / 16 * -3); }
    .archive_openjob .archive_openjob_head .wrapper {
      width: calc(100% / 24 * 22);
      margin: 0 auto; }
      .archive_openjob .archive_openjob_head .wrapper .search_wrapper {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: calc(8.5em / 16 * 1);
        padding: calc(8.5em / 16 * 3) calc(100% / 22);
        background: var(--backgrounds2);
        border-radius: calc(8.5em / 16 * 3); }
        @media screen and (max-width: 768px) {
          .archive_openjob .archive_openjob_head .wrapper .search_wrapper {
            padding: calc(8.5em / 16 * 2) calc(100% / 22);
            padding-top: calc(8.5em / 16 * 3); } }
        .archive_openjob .archive_openjob_head .wrapper .search_wrapper .search_head {
          display: flex;
          align-items: center;
          justify-content: center;
          gap: calc(8.5em / 16); }
          .archive_openjob .archive_openjob_head .wrapper .search_wrapper .search_head > .icon {
            display: block;
            width: 1.3325em;
            height: 1.3325em; }
          .archive_openjob .archive_openjob_head .wrapper .search_wrapper .search_head > .text {
            font-weight: 600;
            font-size: 1.3325em; }
          .archive_openjob .archive_openjob_head .wrapper .search_wrapper .search_head + * {
            margin-top: calc(8.5em / 16); }
        .archive_openjob .archive_openjob_head .wrapper .search_wrapper .searchandfilter {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          flex-wrap: wrap; }
          .archive_openjob .archive_openjob_head .wrapper .search_wrapper .searchandfilter > ul {
            display: flex;
            flex-direction: column;
            gap: calc(8.5em / 16);
            width: 100%; }
            @media screen and (max-width: 768px) {
              .archive_openjob .archive_openjob_head .wrapper .search_wrapper .searchandfilter > ul {
                gap: calc(8.5em / 8); } }
            .archive_openjob .archive_openjob_head .wrapper .search_wrapper .searchandfilter > ul > li {
              display: flex;
              align-items: center;
              padding: 0;
              border-radius: 6px;
              overflow: hidden; }
              @media screen and (max-width: 768px) {
                .archive_openjob .archive_openjob_head .wrapper .search_wrapper .searchandfilter > ul > li {
                  align-items: flex-start;
                  flex-direction: column; }
                  .archive_openjob .archive_openjob_head .wrapper .search_wrapper .searchandfilter > ul > li label {
                    flex: 1; } }
              .archive_openjob .archive_openjob_head .wrapper .search_wrapper .searchandfilter > ul > li[data-sf-field-input-type="radio"] ul, .archive_openjob .archive_openjob_head .wrapper .search_wrapper .searchandfilter > ul > li[data-sf-field-input-type="checkbox"] ul {
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                gap: calc(8.5em / 24);
                font-size: .9em; }
                .archive_openjob .archive_openjob_head .wrapper .search_wrapper .searchandfilter > ul > li[data-sf-field-input-type="radio"] ul > li, .archive_openjob .archive_openjob_head .wrapper .search_wrapper .searchandfilter > ul > li[data-sf-field-input-type="checkbox"] ul > li {
                  display: table;
                  margin: 0;
                  padding: 0;
                  border-radius: 4px;
                  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
                  .archive_openjob .archive_openjob_head .wrapper .search_wrapper .searchandfilter > ul > li[data-sf-field-input-type="radio"] ul > li:hover, .archive_openjob .archive_openjob_head .wrapper .search_wrapper .searchandfilter > ul > li[data-sf-field-input-type="checkbox"] ul > li:hover {
                    opacity: .5;
                    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
              .archive_openjob .archive_openjob_head .wrapper .search_wrapper .searchandfilter > ul > li[data-sf-field-type="tag"] ul > li:first-child {
                display: none; }
              .archive_openjob .archive_openjob_head .wrapper .search_wrapper .searchandfilter > ul > li h4 {
                min-width: 5.575em;
                margin: 0;
                padding: 0;
                font-size: 1.075em; }
                @media screen and (max-width: 768px) {
                  .archive_openjob .archive_openjob_head .wrapper .search_wrapper .searchandfilter > ul > li h4 {
                    display: flex;
                    gap: calc(8.5em / 16); }
                    .archive_openjob .archive_openjob_head .wrapper .search_wrapper .searchandfilter > ul > li h4::before {
                      content: '';
                      display: block;
                      width: 2px;
                      height: auto;
                      background: var(--key2); } }
                @media screen and (max-width: 768px) {
                  .archive_openjob .archive_openjob_head .wrapper .search_wrapper .searchandfilter > ul > li h4 + * {
                    margin-top: calc(8.5em / 16); } }
          .archive_openjob .archive_openjob_head .wrapper .search_wrapper .searchandfilter label {
            flex: 1; }
            @media screen and (max-width: 768px) {
              .archive_openjob .archive_openjob_head .wrapper .search_wrapper .searchandfilter label {
                display: block; } }
          .archive_openjob .archive_openjob_head .wrapper .search_wrapper .searchandfilter select {
            display: block;
            min-width: 184.5px;
            max-width: 100%;
            height: calc(8.5em / 8 * 3);
            background-color: var(--color-white);
            border: 1px solid rgba(0, 0, 0, 0.1025);
            border-radius: 6px;
            font-size: 16px;
            padding: 0 40px 0 20px;
            background-image: url(../images/common/icon-chevron-bottom.svg);
            background-position: calc(100% - 0.28rem) center;
            background-size: 0.08rem 0.14rem; }
            @media screen and (max-width: 768px) {
              .archive_openjob .archive_openjob_head .wrapper .search_wrapper .searchandfilter select {
                height: 41px; } }
          .archive_openjob .archive_openjob_head .wrapper .search_wrapper .searchandfilter input[type="radio"], .archive_openjob .archive_openjob_head .wrapper .search_wrapper .searchandfilter input[type="checkbox"] {
            display: none; }
            .archive_openjob .archive_openjob_head .wrapper .search_wrapper .searchandfilter input[type="radio"] + label, .archive_openjob .archive_openjob_head .wrapper .search_wrapper .searchandfilter input[type="checkbox"] + label {
              padding: calc(8.5em / 24) calc(8.5em / 12);
              background: var(--color-white);
              border: solid 1px var(--border-light-black);
              border-radius: 4px; }
            .archive_openjob .archive_openjob_head .wrapper .search_wrapper .searchandfilter input[type="radio"]:checked + label, .archive_openjob .archive_openjob_head .wrapper .search_wrapper .searchandfilter input[type="checkbox"]:checked + label {
              background: linear-gradient(135deg, var(--key2), var(--key3));
              color: var(--color-white); }
          .archive_openjob .archive_openjob_head .wrapper .search_wrapper .searchandfilter input[type="submit"] {
            display: block;
            min-width: calc(8.5em / 8 * 16);
            height: calc(8.5em / 8 * 3);
            margin: 0 auto;
            background-color: var(--color-white);
            border: 1px solid rgba(0, 0, 0, 0.1025);
            border-radius: 6px;
            font-size: 16px;
            padding: 0 20px;
            background: #1b1d22;
            background: url(images/noise.png), #1b1d22;
            background-repeat: repeat;
            background-size: 100px;
            color: var(--color-white); }
            @media screen and (max-width: 768px) {
              .archive_openjob .archive_openjob_head .wrapper .search_wrapper .searchandfilter input[type="submit"] {
                width: 100%;
                height: 51.25px; } }
          .archive_openjob .archive_openjob_head .wrapper .search_wrapper .searchandfilter + * {
            margin-top: calc(8.5em / 16 * 3); }
  .archive_openjob .archive_openjob_body {
    position: relative;
    z-index: 10;
    padding: calc(8.5em / 16 * 3) 0;
    border-top-left-radius: calc(8.5em / 16* 3);
    border-top-right-radius: calc(8.5em / 16* 3);
    background: var(--color-white); }
    .archive_openjob .archive_openjob_body hgroup {
      display: flex;
      align-items: center;
      gap: calc(8.5em / 64* 5); }
      .archive_openjob .archive_openjob_body hgroup:has(h3) {
        padding-bottom: calc(8.5em / 16);
        border-bottom: solid 1px var(--border-light-black); }
        .archive_openjob .archive_openjob_body hgroup:has(h3)::before {
          content: '';
          display: flex;
          align-items: center;
          justify-content: center;
          width: 3px;
          min-width: 3px;
          height: 1.23em;
          background: var(--key2);
          background: linear-gradient(to bottom, var(--key2), var(--key3)); }
        .archive_openjob .archive_openjob_body hgroup:has(h3) h3 {
          font-size: 1.3325em;
          font-weight: var(--fw-6);
          line-height: 1; }
        .archive_openjob .archive_openjob_body hgroup:has(h3) + * {
          margin-top: calc(8.5rem / 16* 5); }
      .archive_openjob .archive_openjob_body hgroup:has(h4) {
        padding-bottom: calc(8.5em / 16);
        border-bottom: solid 1px var(--border-light-black); }
        .archive_openjob .archive_openjob_body hgroup:has(h4)::before {
          content: '';
          display: flex;
          align-items: center;
          justify-content: center;
          width: 3px;
          min-width: 3px;
          height: 1.23em;
          background: var(--key2);
          background: linear-gradient(to bottom, var(--key2), var(--key3)); }
        .archive_openjob .archive_openjob_body hgroup:has(h4) h4 {
          font-size: 1.3325em;
          font-weight: var(--fw-6);
          line-height: 1; }
        .archive_openjob .archive_openjob_body hgroup:has(h4) + * {
          margin-top: calc(8.5rem / 16* 5); }
    .archive_openjob .archive_openjob_body .wrapper {
      width: calc(100% / 24 * 22);
      margin: 0 auto;
      padding: calc(8.5em / 8 * 5) 0 calc(8.5em / 8 * 8); }
      @media screen and (max-width: 768px) {
        .archive_openjob .archive_openjob_body .wrapper {
          width: calc(100% / 24 * 22);
          padding: calc(8.5em / 16 * 5) 0 calc(8.5em / 16 * 8); } }
      .archive_openjob .archive_openjob_body .wrapper .banar_wrapper {
        margin-top: calc(8.5em / 8 * 6); }
        @media screen and (max-width: 768px) {
          .archive_openjob .archive_openjob_body .wrapper .banar_wrapper {
            margin-top: calc(8.5em / 16 * 6); } }

.archive_joblist .searchandfilter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .archive_joblist .searchandfilter {
      padding: calc(8.5em / 16 * 3);
      background: var(--border-light-black);
      border-radius: calc(8.5em / 16); } }
  .archive_joblist .searchandfilter ul {
    display: flex;
    flex-direction: column;
    gap: calc(8.5em / 16);
    width: 100%; }
    .archive_joblist .searchandfilter ul > li {
      display: flex;
      flex-direction: column;
      padding: 0;
      border-radius: 6px;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .archive_joblist .searchandfilter ul > li label {
          flex: 1; } }
      .archive_joblist .searchandfilter ul > li[data-sf-field-input-type="radio"] {
        margin-top: calc(8.5em / 8); }
        .archive_joblist .searchandfilter ul > li[data-sf-field-input-type="radio"] ul {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          gap: calc(8.5em / 24);
          font-size: .9em; }
          .archive_joblist .searchandfilter ul > li[data-sf-field-input-type="radio"] ul > li {
            display: table;
            border-radius: 4px;
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
            .archive_joblist .searchandfilter ul > li[data-sf-field-input-type="radio"] ul > li:hover {
              opacity: .5;
              transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
      .archive_joblist .searchandfilter ul > li[data-sf-field-type="tag"] ul > li:first-child {
        display: none; }
  .archive_joblist .searchandfilter h4 {
    min-width: 5.575em;
    padding: 0;
    margin-bottom: calc(8.5em / 16); }
  .archive_joblist .searchandfilter label {
    flex: 1; }
    @media screen and (max-width: 768px) {
      .archive_joblist .searchandfilter label {
        display: block; } }
  .archive_joblist .searchandfilter select {
    display: block;
    min-width: 184.5px;
    max-width: 100%;
    height: calc(8.5em / 8 * 3);
    background-color: var(--color-white);
    border: 1px solid rgba(0, 0, 0, 0.1025);
    border-radius: 6px;
    font-size: 16px;
    padding: 0 40px 0 20px;
    background-image: url(../images/common/icon-chevron-bottom.svg);
    background-position: calc(100% - 0.28rem) center;
    background-size: 0.08rem 0.14rem; }
    @media screen and (max-width: 768px) {
      .archive_joblist .searchandfilter select {
        height: 41px; } }
  .archive_joblist .searchandfilter input[type="radio"] {
    display: none; }
    .archive_joblist .searchandfilter input[type="radio"] + label {
      padding: calc(8.5em / 24) calc(8.5em / 12);
      background: var(--color-white);
      border: solid 1px var(--border-light-black);
      border-radius: 4px; }
    .archive_joblist .searchandfilter input[type="radio"]:checked + label {
      background: #ee781f;
      color: var(--color-white); }
  .archive_joblist .searchandfilter input[type="submit"] {
    display: block;
    min-width: 100%;
    height: calc(8.5em / 8 * 3);
    background-color: var(--color-white);
    border: 1px solid rgba(0, 0, 0, 0.1025);
    border-radius: 6px;
    font-size: 16px;
    padding: 0 20px;
    background: #1b1d22;
    background: url(images/noise.png), #1b1d22;
    background-repeat: repeat;
    background-size: 100px;
    color: var(--color-white); }
    @media screen and (max-width: 768px) {
      .archive_joblist .searchandfilter input[type="submit"] {
        width: 100%;
        height: 51.25px; } }
  .archive_joblist .searchandfilter + * {
    margin-top: calc(8.5em / 16 * 3); }

.joblist_archive {
  width: calc(100% / 22 * 20);
  margin: 0 auto; }
  .joblist_archive ul.list {
    padding-bottom: calc(8.5em / 8 * 3);
    border-bottom: solid 1px rgba(0, 0, 0, 0.1025); }
    .joblist_archive ul.list > li ~ li {
      margin-top: calc(8.5em / 8 * 3);
      padding-top: calc(8.5em / 8 * 3);
      border-top: solid 1px rgba(0, 0, 0, 0.1025); }
      @media screen and (max-width: 768px) {
        .joblist_archive ul.list > li ~ li {
          padding-top: calc(8.5em / 16 * 3); } }
    .joblist_archive ul.list > li .card {
      display: flex;
      align-items: flex-start;
      flex-direction: row;
      gap: calc(8.5em / 16 * 3) calc(8.5em / 8 * 2); }
      @media screen and (max-width: 768px) {
        .joblist_archive ul.list > li .card {
          flex-direction: column; } }
      .joblist_archive ul.list > li .card > .image {
        flex: 1;
        display: block;
        border-radius: calc(8.5em / 32);
        overflow: hidden;
        line-height: 0; }
        @media screen and (max-width: 768px) {
          .joblist_archive ul.list > li .card > .image {
            width: 100%; } }
        .joblist_archive ul.list > li .card > .image img {
          transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
      .joblist_archive ul.list > li .card > .text {
        flex: 3;
        display: block; }
        @media screen and (max-width: 768px) {
          .joblist_archive ul.list > li .card > .text {
            width: 100%; } }
        .joblist_archive ul.list > li .card > .text .text_title {
          display: flex;
          align-items: flex-start;
          flex-direction: column;
          gap: calc(8.5em / 32); }
          .joblist_archive ul.list > li .card > .text .text_title .locaiton {
            display: flex;
            align-items: center;
            min-height: 1.845em;
            padding: 0 calc(8.5em / 16);
            border-radius: calc(8.5em / 32);
            overflow: hidden;
            background: linear-gradient(135deg, var(--key2), var(--key3));
            font-size: .8em;
            color: var(--color-white); }
          .joblist_archive ul.list > li .card > .text .text_title h2 {
            font-size: 1.1275em; }
        .joblist_archive ul.list > li .card > .text .text_body ul {
          display: flex;
          flex-direction: column;
          gap: calc(8.5em / 64);
          padding: calc(8.5em / 16) 0; }
          .joblist_archive ul.list > li .card > .text .text_body ul > li {
            display: flex;
            align-items: center; }
            .joblist_archive ul.list > li .card > .text .text_body ul > li span {
              flex: 1;
              display: block;
              font-weight: 600;
              min-width: 4.51em; }
            .joblist_archive ul.list > li .card > .text .text_body ul > li p {
              flex: 7; }
        .joblist_archive ul.list > li .card > .text .text_button {
          margin-top: calc(8.5em / 16 * 2);
          padding-top: calc(8.5em / 16 * 2);
          border-top: solid 1px var(--border-light-black); }
      .joblist_archive ul.list > li .card:hover > .image img {
        transform: scale(1.025);
        transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
    .joblist_archive ul.list > li .linker {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: calc(8.5em / 8 * 1);
      width: 100%; }
      @media screen and (max-width: 768px) {
        .joblist_archive ul.list > li .linker {
          gap: calc(8.5em / 16); } }
      @media screen and (max-width: 768px) {
        .joblist_archive ul.list > li .linker > li {
          flex: 1; } }
      .joblist_archive ul.list > li .linker > li a {
        background: var(--color-black);
        transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
        @media screen and (max-width: 768px) {
          .joblist_archive ul.list > li .linker > li a {
            gap: 0; } }
        @media screen and (max-width: 768px) {
          .joblist_archive ul.list > li .linker > li a .text {
            min-width: 8.2em; } }
        .joblist_archive ul.list > li .linker > li a:hover {
          transform: scale(0.985);
          filter: brightness(0.9);
          transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
      .joblist_archive ul.list > li .linker > li[data-type="entry"] a {
        background: linear-gradient(135deg, var(--key2), var(--key3)); }
  .joblist_archive nav.pagination {
    margin-top: calc(8.5em / 8 * 3); }
    .joblist_archive nav.pagination .screen-reader-text {
      display: none; }
    .joblist_archive nav.pagination .nav-links {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: calc(8.5em / 12); }
      .joblist_archive nav.pagination .nav-links .page-numbers {
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(8.5em / 3);
        height: calc(8.5em / 3);
        background: #f0f0f0;
        border-radius: 8.5em;
        overflow: hidden; }
        .joblist_archive nav.pagination .nav-links .page-numbers:hover {
          filter: brightness(0.9); }
        .joblist_archive nav.pagination .nav-links .page-numbers.current {
          filter: brightness(1);
          background: #1b1d22;
          background: url(images/noise.png), #1b1d22;
          background-repeat: repeat;
          background-size: 100px;
          color: var(--color-white); }
        .joblist_archive nav.pagination .nav-links .page-numbers.dots {
          background: none; }

.other_post_openjobs .indexInterviewSwiper {
  position: relative; }
  .other_post_openjobs .indexInterviewSwiper .swiper-wrapper .swiper-slide .card > .image {
    position: relative;
    border-radius: calc(8.5em / 32);
    overflow: hidden;
    line-height: 0; }
    .other_post_openjobs .indexInterviewSwiper .swiper-wrapper .swiper-slide .card > .image img {
      transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
      -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
      -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
      -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
    .other_post_openjobs .indexInterviewSwiper .swiper-wrapper .swiper-slide .card > .image::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      display: block;
      width: 100%;
      height: 50%;
      background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.41)); }
  .other_post_openjobs .indexInterviewSwiper .swiper-wrapper .swiper-slide .card > .text {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(8.5em / 16);
    width: 100%;
    padding: calc(8.5em / 16); }
    .other_post_openjobs .indexInterviewSwiper .swiper-wrapper .swiper-slide .card > .text > .title {
      flex: 1;
      padding: 0 calc(8.5em / 32);
      color: var(--color-white); }
    .other_post_openjobs .indexInterviewSwiper .swiper-wrapper .swiper-slide .card > .text > .icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 1.1275em;
      min-width: 1.1275em;
      height: 1.1275em;
      padding: calc(8.5em / 32);
      background: var(--color-white);
      border-radius: calc(8.5em / 64);
      overflow: hidden; }
  .other_post_openjobs .indexInterviewSwiper .swiper-wrapper .swiper-slide .card:hover > .image img {
    transform: scale(1.025);
    transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
    -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
    -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
    -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
  .other_post_openjobs .indexInterviewSwiper .swiper-control {
    position: relative;
    display: flex;
    align-items: center;
    gap: calc(8.5em / 16);
    margin-top: calc(8.5em / 16 * 3); }
    @media screen and (max-width: 768px) {
      .other_post_openjobs .indexInterviewSwiper .swiper-control {
        margin-top: calc(8.5em / 16 * 2); } }
    .other_post_openjobs .indexInterviewSwiper .swiper-control > .swiper-button-prev, .other_post_openjobs .indexInterviewSwiper .swiper-control > .swiper-button-next {
      position: relative;
      top: initial;
      left: initial;
      right: initial;
      bottom: initial;
      display: flex;
      align-items: center;
      justify-content: center;
      width: calc(8.5em / 16 * 7);
      min-width: calc(8.5em / 16 * 7);
      height: calc(8.5em / 16 * 7);
      margin: 0;
      border: solid 1px var(--border-light-black);
      border-radius: calc(8.5em / 32); }
      @media screen and (max-width: 768px) {
        .other_post_openjobs .indexInterviewSwiper .swiper-control > .swiper-button-prev, .other_post_openjobs .indexInterviewSwiper .swiper-control > .swiper-button-next {
          height: calc(8.5em / 16 * 4); } }
      .other_post_openjobs .indexInterviewSwiper .swiper-control > .swiper-button-prev::before, .other_post_openjobs .indexInterviewSwiper .swiper-control > .swiper-button-next::before {
        content: '';
        display: block;
        width: 1em;
        height: 1em;
        background: url(images/icon/arrow.svg); }
      .other_post_openjobs .indexInterviewSwiper .swiper-control > .swiper-button-prev::after, .other_post_openjobs .indexInterviewSwiper .swiper-control > .swiper-button-next::after {
        display: none; }
    .other_post_openjobs .indexInterviewSwiper .swiper-control > .swiper-button-prev::before {
      transform: rotate(180deg); }
    .other_post_openjobs .indexInterviewSwiper .swiper-control > .swiper-pagination.swiper-pagination-progressbar {
      position: relative;
      top: initial;
      left: initial;
      right: initial;
      bottom: initial;
      margin: 0;
      margin-left: calc(8.5em / 8);
      padding: 0;
      height: 6px;
      border-radius: 6px; }
      .other_post_openjobs .indexInterviewSwiper .swiper-control > .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: var(--color-text);
        border-radius: 6px; }
  .other_post_openjobs .indexInterviewSwiper + * {
    margin-top: calc(8.5em / 8 * 4); }
    @media screen and (max-width: 768px) {
      .other_post_openjobs .indexInterviewSwiper + * {
        margin-top: calc(8.5em / 8 * 2); } }

.page_recruit .recruit_banar {
  margin-top: calc(8.5em / 8 * 5); }
  @media screen and (max-width: 768px) {
    .page_recruit .recruit_banar {
      margin-top: calc(8.5em / 16 * 5); } }
.page_recruit .page_recruit_company_reason ul.card {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 8); }
  .page_recruit .page_recruit_company_reason ul.card > li {
    display: flex;
    flex-wrap: wrap;
    gap: calc(8.5em / 16 * 3) calc(8.5em / 16 * 4);
    padding: calc(8.5em / 16 * 4);
    background: var(--backgrounds2);
    border-radius: calc(8.5em / 32 * 3);
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .page_recruit .page_recruit_company_reason ul.card > li {
        flex-direction: column;
        padding: calc(8.5em / 16 * 3); } }
    .page_recruit .page_recruit_company_reason ul.card > li > .image {
      flex: 1;
      aspect-ratio: 3/2;
      background: var(--color-white);
      border-radius: calc(8.5em / 32);
      overflow: hidden; }
    .page_recruit .page_recruit_company_reason ul.card > li > .text {
      flex: 1; }
      .page_recruit .page_recruit_company_reason ul.card > li > .text > .title {
        display: flex;
        align-items: center;
        column-gap: calc(8.5em / 16);
        padding-bottom: calc(8.5em / 32);
        margin-bottom: calc(8.5em / 8);
        border-bottom: solid 1px var(--border-light-black);
        font-weight: 600;
        font-size: 1.435em; }
        @media screen and (max-width: 768px) {
          .page_recruit .page_recruit_company_reason ul.card > li > .text > .title {
            margin-bottom: calc(8.5em / 32 * 3); } }
        .page_recruit .page_recruit_company_reason ul.card > li > .text > .title > i {
          display: flex;
          align-items: center;
          justify-content: center;
          min-height: 1.845em;
          padding: 0 calc(8.5em / 16);
          color: var(--color-white);
          background: linear-gradient(315deg, var(--key2) 0%, var(--key3) 74%);
          font-size: .7em;
          border-radius: calc(8.5em / 32);
          overflow: hidden; }
        .page_recruit .page_recruit_company_reason ul.card > li > .text > .title .maintext {
          color: var(--key2);
          background: linear-gradient(315deg, var(--key2) 0%, var(--key3) 74%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
      .page_recruit .page_recruit_company_reason ul.card > li > .text dl {
        display: flex;
        flex-direction: column;
        gap: calc(8.5em / 16); }
        .page_recruit .page_recruit_company_reason ul.card > li > .text dl > dt {
          display: flex;
          gap: calc(8.5em / 16);
          font-size: 1.23em;
          font-weight: 600; }
          @media screen and (max-width: 768px) {
            .page_recruit .page_recruit_company_reason ul.card > li > .text dl > dt {
              font-size: 1.1275em; } }
          .page_recruit .page_recruit_company_reason ul.card > li > .text dl > dt ul {
            counter-reset: num; }
            .page_recruit .page_recruit_company_reason ul.card > li > .text dl > dt ul > li {
              display: flex;
              align-items: baseline;
              gap: calc(8.5em / 16); }
              .page_recruit .page_recruit_company_reason ul.card > li > .text dl > dt ul > li::before {
                counter-increment: num;
                content: counter(num) ".";
                display: block; }
        .page_recruit .page_recruit_company_reason ul.card > li > .text dl + dl {
          margin-top: calc(8.5em / 16); }
.page_recruit .page_recruit_company_workshop ul {
  display: flex;
  align-items: flex-start;
  gap: calc(8.5em / 16 * 3);
  counter-reset: num; }
  @media screen and (max-width: 768px) {
    .page_recruit .page_recruit_company_workshop ul {
      flex-wrap: wrap;
      gap: calc(8.5em / 16 * 3) calc(8.5em / 32 * 3); } }
  .page_recruit .page_recruit_company_workshop ul > li {
    width: calc((100% / 4) - ((8.5em / 16 * 3) * 3 / 4));
    display: flex;
    flex-direction: column;
    gap: calc(8.5em / 8); }
    @media screen and (max-width: 768px) {
      .page_recruit .page_recruit_company_workshop ul > li {
        width: calc((100% / 2) - ((8.5em / 32 * 3) * 1 / 2)); } }
    .page_recruit .page_recruit_company_workshop ul > li .image {
      position: relative;
      z-index: 15;
      aspect-ratio: 16/9;
      border: solid 1px var(--border-light-black);
      border-radius: calc(8.5em / 32);
      overflow: hidden; }
      .page_recruit .page_recruit_company_workshop ul > li .image::before {
        position: absolute;
        top: 0;
        left: calc(8.5em / 16);
        counter-increment: num;
        content: "0" counter(num);
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 2.055em;
        padding: 0 calc(8.5em / 16);
        color: var(--color-white);
        background: linear-gradient(315deg, var(--key2) 0%, var(--key3) 74%);
        border-bottom-left-radius: calc(8.5em / 32);
        border-bottom-right-radius: calc(8.5em / 32);
        font-size: .85em;
        font-weight: 600; }
    .page_recruit .page_recruit_company_workshop ul > li dl {
      display: flex;
      flex-direction: column;
      gap: calc(8.5em / 16); }
      .page_recruit .page_recruit_company_workshop ul > li dl > dt {
        font-weight: 600;
        font-size: 1.23em; }
.page_recruit .company_stepup {
  display: flex;
  flex-direction: column;
  gap: 2.125em; }
  .page_recruit .company_stepup .figure {
    max-width: 1080px;
    margin: 0 auto; }
    .page_recruit .company_stepup .figure ul.note {
      display: flex;
      flex-direction: column;
      gap: 1.0625em;
      margin-top: calc(8.5em / 16 * 2);
      padding-top: calc(8.5em / 16 * 3);
      padding-bottom: calc(8.5em / 16 * 3);
      border-top: dashed 1px var(--border-light-black);
      border-bottom: dashed 1px var(--border-light-black); }
      @media screen and (max-width: 768px) {
        .page_recruit .company_stepup .figure ul.note {
          padding: calc(8.5em / 16 * 3) calc(8.5em / 16 * 2); } }
      .page_recruit .company_stepup .figure ul.note li dl {
        display: flex;
        flex-wrap: wrap;
        gap: 0.53125em 2.125em; }
        @media screen and (max-width: 768px) {
          .page_recruit .company_stepup .figure ul.note li dl {
            flex-direction: column; } }
        .page_recruit .company_stepup .figure ul.note li dl > dt {
          flex: 1;
          display: flex;
          align-items: center;
          gap: calc(8.5em / 16);
          font-weight: 600; }
          .page_recruit .company_stepup .figure ul.note li dl > dt > i {
            display: block;
            width: 1.23em;
            height: 1.23em; }
        .page_recruit .company_stepup .figure ul.note li dl > dd {
          flex: 3; }
    .page_recruit .company_stepup .figure .manager_stepup {
      display: flex;
      gap: 0 2.125em;
      margin-top: 3.1875em; }
      @media screen and (max-width: 768px) {
        .page_recruit .company_stepup .figure .manager_stepup {
          flex-direction: column;
          margin-top: 2.125em; } }
      .page_recruit .company_stepup .figure .manager_stepup .side {
        flex: 1; }
        .page_recruit .company_stepup .figure .manager_stepup .side .title {
          top: calc(8.5em / 8* 5);
          display: flex;
          align-items: center;
          flex-direction: column;
          gap: calc(8.5em / 64* 5); }
          .page_recruit .company_stepup .figure .manager_stepup .side .title .icon {
            display: block;
            max-width: calc(8.5em / 8* 6);
            aspect-ratio: 1 / 1;
            padding: calc(8.5em / 16* 3);
            background: var(--color-white);
            border: solid 1px var(--border-light-black);
            border-radius: calc(8.5em / 16* 3);
            overflow: hidden; }
            .page_recruit .company_stepup .figure .manager_stepup .side .title .icon img {
              width: calc(8.5em / 16 * 9);
              height: auto; }
          .page_recruit .company_stepup .figure .manager_stepup .side .title .text {
            font-size: 1.075em;
            font-weight: 600; }
            @media screen and (max-width: 768px) {
              .page_recruit .company_stepup .figure .manager_stepup .side .title .text {
                font-size: 1.64em; } }
      .page_recruit .company_stepup .figure .manager_stepup .main {
        flex: 3; }
        .page_recruit .company_stepup .figure .manager_stepup .main .title {
          text-align: center;
          color: #2c9a58;
          font-size: 1.23em;
          font-weight: 600; }
          .page_recruit .company_stepup .figure .manager_stepup .main .title + * {
            margin-top: calc(8.5em / 16 * 2); }
        .page_recruit .company_stepup .figure .manager_stepup .main ul.list {
          display: flex;
          flex-direction: column;
          gap: calc(8.5em / 16);
          padding: 2.125em;
          background: #f0f6f3;
          border-radius: calc(8.5em / 8);
          overflow: hidden;
          counter-reset: num; }
          @media screen and (max-width: 768px) {
            .page_recruit .company_stepup .figure .manager_stepup .main ul.list {
              padding: 1.59375em 2.125em; } }
          .page_recruit .company_stepup .figure .manager_stepup .main ul.list > li {
            padding: 1.0625em;
            background: var(--color-white);
            border: solid 1px #2c9a58;
            border-radius: calc(8.5em / 16); }
            .page_recruit .company_stepup .figure .manager_stepup .main ul.list > li dl {
              display: flex;
              flex-direction: column;
              gap: calc(8.5em / 32); }
              .page_recruit .company_stepup .figure .manager_stepup .main ul.list > li dl > dt {
                display: flex;
                align-items: center;
                column-gap: calc(8.5em / 16);
                font-size: 1.1275em;
                font-weight: 600; }
                .page_recruit .company_stepup .figure .manager_stepup .main ul.list > li dl > dt::before {
                  counter-increment: num;
                  content: "0" counter(num);
                  color: rgba(47, 39, 37, 0.15);
                  font-size: 1.23em;
                  letter-spacing: -.0246em; }
              .page_recruit .company_stepup .figure .manager_stepup .main ul.list > li dl > dd {
                font-size: .9em; }
                .page_recruit .company_stepup .figure .manager_stepup .main ul.list > li dl > dd ul {
                  display: flex;
                  flex-direction: column;
                  gap: calc(8.5em / 64); }
                  .page_recruit .company_stepup .figure .manager_stepup .main ul.list > li dl > dd ul > li {
                    display: flex;
                    align-items: center;
                    gap: calc(8.5em / 16); }
                    .page_recruit .company_stepup .figure .manager_stepup .main ul.list > li dl > dd ul > li::before {
                      content: '';
                      display: block;
                      width: calc(8.5em / 64 * 3);
                      min-width: calc(8.5em / 64 * 3);
                      height: calc(8.5em / 64 * 3);
                      border-radius: calc(8.5em / 64 * 3);
                      background: #2c9a58; }
          .page_recruit .company_stepup .figure .manager_stepup .main ul.list + * {
            margin-top: calc(8.5em / 8); }
        .page_recruit .company_stepup .figure .manager_stepup .main p strong {
          color: #2c9a58; }
.page_recruit .lisence_outline .lisence_outline_head {
  display: flex;
  align-items: center;
  gap: calc(8.5em / 16* 3) calc(8.5em / 16* 4);
  padding: calc(8.5em / 16* 4);
  background: var(--backgrounds2);
  border-radius: calc(8.5em / 32 * 3);
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .page_recruit .lisence_outline .lisence_outline_head {
      flex-direction: column; } }
  .page_recruit .lisence_outline .lisence_outline_head > .image {
    flex: 1;
    aspect-ratio: 3 / 2;
    background: var(--color-white);
    border: solid 1px var(--border-light-black);
    border-radius: calc(8.5em / 32);
    overflow: hidden;
    line-height: 0; }
    @media screen and (max-width: 768px) {
      .page_recruit .lisence_outline .lisence_outline_head > .image {
        width: 100%; } }
  .page_recruit .lisence_outline .lisence_outline_head > .text {
    flex: 1; }
    @media screen and (max-width: 768px) {
      .page_recruit .lisence_outline .lisence_outline_head > .text {
        width: 100%; } }
    .page_recruit .lisence_outline .lisence_outline_head > .text ul {
      counter-reset: num;
      border-top: solid 1px var(--border-light-black); }
      .page_recruit .lisence_outline .lisence_outline_head > .text ul > li {
        position: relative;
        z-index: 15;
        padding: calc(8.5em / 16 * 3) 0;
        border-bottom: solid 1px var(--border-light-black); }
        @media screen and (max-width: 768px) {
          .page_recruit .lisence_outline .lisence_outline_head > .text ul > li {
            padding: calc(8.5em / 16 * 2) 0; } }
        .page_recruit .lisence_outline .lisence_outline_head > .text ul > li:after {
          content: '';
          position: absolute;
          top: 100%;
          z-index: 5;
          display: block;
          width: 0;
          height: 1px;
          background: var(--key2);
          pointer-events: none;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
        .page_recruit .lisence_outline .lisence_outline_head > .text ul > li a {
          display: flex;
          align-items: center;
          justify-content: space-between;
          column-gap: calc(8.5em / 32 * 3);
          padding: 0 calc(8.5em / 16);
          font-size: 1.1275em;
          font-weight: 600; }
          .page_recruit .lisence_outline .lisence_outline_head > .text ul > li a span {
            display: block;
            flex: 1; }
          .page_recruit .lisence_outline .lisence_outline_head > .text ul > li a::before {
            counter-increment: num;
            content: "0" counter(num);
            display: flex;
            align-items: center;
            justify-content: center;
            width: 2.255em;
            min-width: 2.255em;
            height: 2.255em;
            border-radius: calc(8.5em / 32);
            color: var(--color-white);
            font-size: .85em;
            letter-spacing: -.0246em;
            background: linear-gradient(315deg, var(--key2) 0%, var(--key3) 74%); }
          .page_recruit .lisence_outline .lisence_outline_head > .text ul > li a::after {
            content: '';
            display: block;
            width: 1em;
            min-width: 1em;
            height: .615em;
            background: linear-gradient(315deg, var(--key2) 0%, var(--key3) 74%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
            filter: grayscale(1) opacity(0.5);
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
        .page_recruit .lisence_outline .lisence_outline_head > .text ul > li:hover:after {
          width: 100%;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
        .page_recruit .lisence_outline .lisence_outline_head > .text ul > li:hover a::after {
          filter: grayscale(0) opacity(1);
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
  .page_recruit .lisence_outline .lisence_outline_head + * {
    margin-top: calc(8.5em / 8 * 3) !important; }
    @media screen and (max-width: 768px) {
      .page_recruit .lisence_outline .lisence_outline_head + * {
        margin-top: calc(8.5em / 8 * 2) !important; } }
.page_recruit .lisence_outline .lisence_outline_body {
  max-width: 1080px;
  margin: 0 auto; }
  .page_recruit .lisence_outline .lisence_outline_body ul.detail {
    counter-reset: num;
    display: flex;
    flex-direction: column;
    border-top: solid 1px var(--border-light-black); }
    .page_recruit .lisence_outline .lisence_outline_body ul.detail > li {
      display: flex;
      align-items: flex-start;
      gap: calc(8.5em / 32 * 3);
      padding: calc(8.5em / 16 * 4) calc(8.5em / 16 * 2);
      border-bottom: solid 1px var(--border-light-black); }
      @media screen and (max-width: 768px) {
        .page_recruit .lisence_outline .lisence_outline_body ul.detail > li {
          flex-direction: column;
          padding: calc(8.5em / 16 * 3) calc(8.5em / 16 * 1); } }
      .page_recruit .lisence_outline .lisence_outline_body ul.detail > li .title {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        column-gap: calc(8.5em / 32 * 3);
        font-weight: 600;
        font-size: 1.23em; }
        .page_recruit .lisence_outline .lisence_outline_body ul.detail > li .title::before {
          counter-increment: num;
          content: "0" counter(num);
          display: flex;
          align-items: center;
          justify-content: center;
          width: 2.255em;
          min-width: 2.255em;
          height: 2.255em;
          border-radius: calc(8.5em / 32);
          color: var(--color-white);
          font-size: .85em;
          letter-spacing: -.0246em;
          background: linear-gradient(315deg, var(--key2) 0%, var(--key3) 74%); }
        .page_recruit .lisence_outline .lisence_outline_body ul.detail > li .title span {
          flex: 1;
          display: block; }
      .page_recruit .lisence_outline .lisence_outline_body ul.detail > li .body {
        flex: 1;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: calc(8.5em / 32 * 2); }
        .page_recruit .lisence_outline .lisence_outline_body ul.detail > li .body p strong {
          color: var(--key2); }
        .page_recruit .lisence_outline .lisence_outline_body ul.detail > li .body table {
          width: 100%; }
          .page_recruit .lisence_outline .lisence_outline_body ul.detail > li .body table tr th {
            padding: calc(8.5em / 32 * 2) calc(8.5em / 32 * 3);
            background: var(--f7);
            border: solid 1px var(--border-light-black);
            white-space: nowrap; }
          .page_recruit .lisence_outline .lisence_outline_body ul.detail > li .body table tr td {
            padding: calc(8.5em / 32 * 2) calc(8.5em / 32 * 3);
            border: solid 1px var(--border-light-black); }
        .page_recruit .lisence_outline .lisence_outline_body ul.detail > li .body ul.flow {
          display: flex;
          flex-direction: column;
          gap: calc(8.5em / 16);
          padding: 2.125em;
          background: var(--backgrounds2);
          border-radius: calc(8.5em / 8);
          overflow: hidden;
          counter-reset: num; }
          @media screen and (max-width: 768px) {
            .page_recruit .lisence_outline .lisence_outline_body ul.detail > li .body ul.flow {
              padding: 1.59375em 2.125em; } }
          .page_recruit .lisence_outline .lisence_outline_body ul.detail > li .body ul.flow > li {
            padding: 0.796875em 1.0625em;
            background: var(--color-white);
            border: solid 1px var(--key2);
            border-radius: calc(8.5em / 16); }
            .page_recruit .lisence_outline .lisence_outline_body ul.detail > li .body ul.flow > li dl {
              display: flex;
              align-items: baseline;
              flex-wrap: wrap;
              gap: 0 calc(8.5em / 8); }
              .page_recruit .lisence_outline .lisence_outline_body ul.detail > li .body ul.flow > li dl > dt {
                display: flex;
                align-items: center;
                column-gap: calc(8.5em / 16);
                font-size: 1.1275em;
                font-weight: 600; }
                .page_recruit .lisence_outline .lisence_outline_body ul.detail > li .body ul.flow > li dl > dt::before {
                  counter-increment: num;
                  content: "0" counter(num);
                  color: rgba(47, 39, 37, 0.15);
                  font-size: 1.23em;
                  letter-spacing: -.0246em; }
              .page_recruit .lisence_outline .lisence_outline_body ul.detail > li .body ul.flow > li dl > dd {
                font-size: .9em; }
                .page_recruit .lisence_outline .lisence_outline_body ul.detail > li .body ul.flow > li dl > dd ul {
                  display: flex;
                  flex-direction: column;
                  gap: calc(8.5em / 64); }
                  .page_recruit .lisence_outline .lisence_outline_body ul.detail > li .body ul.flow > li dl > dd ul > li {
                    display: flex;
                    align-items: center;
                    gap: calc(8.5em / 16); }
                    .page_recruit .lisence_outline .lisence_outline_body ul.detail > li .body ul.flow > li dl > dd ul > li::before {
                      content: '';
                      display: block;
                      width: calc(8.5em / 64 * 3);
                      min-width: calc(8.5em / 64 * 3);
                      height: calc(8.5em / 64 * 3);
                      border-radius: calc(8.5em / 64 * 3);
                      background: #2c9a58; }
          .page_recruit .lisence_outline .lisence_outline_body ul.detail > li .body ul.flow + * {
            margin-top: calc(8.5em / 8); }
@media screen and (max-width: 768px) {
  .page_recruit .company_license {
    overflow: scroll; } }
.page_recruit .company_license table {
  width: 100%; }
  @media screen and (max-width: 768px) {
    .page_recruit .company_license table {
      width: 300%; }
      .page_recruit .company_license table * {
        white-space: nowrap; } }
  .page_recruit .company_license table tr th {
    padding: calc(8.5em /16);
    background: var(--f7);
    border: solid 1px var(--border-light-black); }
  .page_recruit .company_license table tr td {
    padding: calc(8.5em /16);
    border: solid 1px var(--border-light-black);
    text-align: center; }
.page_recruit .page_recruit_company_environment {
  display: flex;
  align-items: center;
  gap: calc(8.5em / 16 * 3) calc(8.5em / 16 * 4);
  padding: calc(8.5em / 16 * 4);
  background: var(--backgrounds2);
  border-radius: calc(8.5em / 32 * 3);
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .page_recruit .page_recruit_company_environment {
      flex-direction: column; } }
  .page_recruit .page_recruit_company_environment > .image {
    flex: 1;
    aspect-ratio: 3/2;
    background: var(--color-white);
    border: solid 1px var(--border-light-black);
    border-radius: calc(8.5em / 32);
    overflow: hidden; }
  .page_recruit .page_recruit_company_environment > .text {
    flex: 1; }
    .page_recruit .page_recruit_company_environment > .text dl {
      display: flex;
      flex-direction: column;
      gap: calc(8.5em / 16); }
      .page_recruit .page_recruit_company_environment > .text dl > dt {
        font-weight: 600;
        font-size: 1.3325em; }
    .page_recruit .page_recruit_company_environment > .text ul.category {
      display: flex;
      gap: calc(8.5em / 8);
      margin-top: calc(8.5em / 16 * 3); }
      @media screen and (max-width: 768px) {
        .page_recruit .page_recruit_company_environment > .text ul.category {
          gap: calc(8.5em / 16); } }
      .page_recruit .page_recruit_company_environment > .text ul.category > li {
        flex: 1;
        max-width: calc(8.5em / 8 * 6); }
        .page_recruit .page_recruit_company_environment > .text ul.category > li a {
          display: flex;
          align-items: center;
          flex-direction: column;
          gap: calc(8.5em / 64 * 5);
          cursor: pointer; }
          .page_recruit .page_recruit_company_environment > .text ul.category > li a > .image {
            display: block;
            aspect-ratio: 1/1;
            padding: calc(8.5em / 16 * 3);
            background: var(--color-white);
            border: solid 1px var(--border-light-black);
            border-radius: calc(8.5em / 16 * 3);
            overflow: hidden;
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
            @media screen and (max-width: 768px) {
              .page_recruit .page_recruit_company_environment > .text ul.category > li a > .image {
                padding: calc(8.5em / 32 * 3);
                border-radius: calc(8.5em / 16 * 2); } }
            .page_recruit .page_recruit_company_environment > .text ul.category > li a > .image img {
              width: calc(8.5em / 16 * 9); }
          .page_recruit .page_recruit_company_environment > .text ul.category > li a > .text {
            font-weight: 600; }
          .page_recruit .page_recruit_company_environment > .text ul.category > li a:hover > .image {
            box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
.page_recruit .welfare_wrapper {
  margin-top: calc(8.5em / 8 * 3); }
  .page_recruit .welfare_wrapper ul.block {
    display: flex;
    flex-direction: column;
    gap: calc(8.5em / 8 * 3); }
    .page_recruit .welfare_wrapper ul.block > li {
      display: flex; }
      @media screen and (max-width: 768px) {
        .page_recruit .welfare_wrapper ul.block > li {
          flex-direction: column;
          gap: calc(8.5em / 16 * 3); } }
      .page_recruit .welfare_wrapper ul.block > li > .image {
        flex: 1; }
        @media screen and (max-width: 768px) {
          .page_recruit .welfare_wrapper ul.block > li > .image {
            width: 100%; } }
        .page_recruit .welfare_wrapper ul.block > li > .image .category {
          top: calc(8.5em / 8 * 5);
          display: flex;
          align-items: center;
          flex-direction: column;
          gap: calc(8.5em / 64 * 5); }
          .page_recruit .welfare_wrapper ul.block > li > .image .category > .image {
            display: block;
            max-width: calc(8.5em / 8 * 6);
            aspect-ratio: 1/1;
            padding: calc(8.5em / 16 * 3);
            background: var(--color-white);
            border: solid 1px var(--border-light-black);
            border-radius: calc(8.5em / 16 * 3);
            overflow: hidden; }
            .page_recruit .welfare_wrapper ul.block > li > .image .category > .image img {
              width: calc(8.5em / 16 * 9);
              height: auto; }
          .page_recruit .welfare_wrapper ul.block > li > .image .category > .text {
            font-weight: 600; }
            @media screen and (max-width: 768px) {
              .page_recruit .welfare_wrapper ul.block > li > .image .category > .text {
                font-size: 1.3325em; } }
      .page_recruit .welfare_wrapper ul.block > li > .text {
        flex: 1; }
        @media screen and (max-width: 768px) {
          .page_recruit .welfare_wrapper ul.block > li > .text {
            width: 100%; } }
        .page_recruit .welfare_wrapper ul.block > li > .text ul {
          display: flex;
          flex-direction: column;
          gap: calc(8.5em / 8); }
          .page_recruit .welfare_wrapper ul.block > li > .text ul > li {
            display: flex;
            align-items: center;
            gap: calc(8.5em / 8 * 2); }
            @media screen and (max-width: 768px) {
              .page_recruit .welfare_wrapper ul.block > li > .text ul > li {
                gap: calc(8.5em / 16 * 3); } }
            .page_recruit .welfare_wrapper ul.block > li > .text ul > li > .image {
              width: calc(8.5em / 8 * 6);
              min-width: calc(8.5em / 8 * 6);
              height: calc(8.5em / 8 * 6);
              background: var(--color-white);
              border: solid 1px var(--border-light-black);
              border-radius: calc(8.5em / 16 * 1);
              overflow: hidden; }
              @media screen and (max-width: 768px) {
                .page_recruit .welfare_wrapper ul.block > li > .text ul > li > .image {
                  width: calc(8.5em / 8 * 5);
                  min-width: calc(8.5em / 8 * 5);
                  height: calc(8.5em / 8 * 5);
                  border-radius: calc(8.5em / 64 * 3); } }
            .page_recruit .welfare_wrapper ul.block > li > .text ul > li > .text dl > dt {
              font-weight: 600;
              font-size: 1.23em; }
              @media screen and (max-width: 768px) {
                .page_recruit .welfare_wrapper ul.block > li > .text ul > li > .text dl > dt {
                  font-size: 1.1275em; } }
.page_recruit .page_recruit_work_slide {
  position: relative;
  z-index: 15;
  line-height: 0;
  border-radius: calc(8.5em / 32);
  overflow: hidden; }
  .page_recruit .page_recruit_work_slide.workSwiper .swiper-wrapper .swiper-slide {
    aspect-ratio: 2.35/1;
    overflow: hidden; }
  .page_recruit .page_recruit_work_slide.workSwiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--key2); }
  .page_recruit .page_recruit_work_slide + * {
    margin-top: calc(8.5em / 8 * 3); }
.page_recruit .page_recruit_work_head ul {
  display: flex;
  gap: calc(8.5em / 16);
  border-bottom: solid 1px var(--border-light-black); }
  @media screen and (max-width: 768px) {
    .page_recruit .page_recruit_work_head ul {
      overflow-x: scroll; } }
  .page_recruit .page_recruit_work_head ul > li {
    position: relative;
    z-index: 15;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(8.5em / 16);
    min-height: 4.1em;
    background: var(--backgrounds2);
    border: solid 1px var(--border-light-black);
    border-bottom: none;
    border-top-left-radius: calc(8.5em / 32);
    border-top-right-radius: calc(8.5em / 32);
    font-weight: var(--fw-6);
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      .page_recruit .page_recruit_work_head ul > li {
        min-height: 3.28em;
        padding: 0 calc(8.5em / 16 * 3);
        white-space: nowrap; } }
    .page_recruit .page_recruit_work_head ul > li i {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 1em;
      height: 1em;
      padding: calc(8.5em / 128* 3);
      border: solid 1px var(--color-text);
      border-radius: calc(8.5em / 32);
      overflow: hidden;
      transform: rotate(90deg);
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
      .page_recruit .page_recruit_work_head ul > li i img {
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    .page_recruit .page_recruit_work_head ul > li.current {
      background: var(--color-white); }
      .page_recruit .page_recruit_work_head ul > li.current::after {
        content: '';
        position: absolute;
        top: 100%;
        z-index: 15;
        display: block;
        width: 100%;
        height: 1px;
        background: var(--color-white); }
    .page_recruit .page_recruit_work_head ul > li:hover i, .page_recruit .page_recruit_work_head ul > li.current i {
      background: var(--key2);
      border-color: var(--key2);
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
      .page_recruit .page_recruit_work_head ul > li:hover i img, .page_recruit .page_recruit_work_head ul > li.current i img {
        filter: invert(1);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
.page_recruit .page_recruit_work_head + * {
  margin-top: calc(8.5em / 8 * 4); }
.page_recruit .page_recruit_work_body {
  position: relative;
  z-index: 15;
  overflow: hidden; }
  .page_recruit .page_recruit_work_body > .switchBody {
    position: absolute;
    top: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
    .page_recruit .page_recruit_work_body > .switchBody.current {
      position: relative;
      z-index: 15;
      opacity: 1;
      visibility: visible;
      pointer-events: all;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      transition-delay: .205s; }
  .page_recruit .page_recruit_work_body .page_recruit_work_outline {
    display: flex;
    flex-direction: column;
    gap: calc(8.5em / 8 * 2);
    width: calc(100% / 22 * 16);
    margin: 0 auto;
    padding-top: calc(8.5rem / 16 * 3); }
    @media screen and (max-width: 768px) {
      .page_recruit .page_recruit_work_body .page_recruit_work_outline {
        width: 100%;
        gap: calc(8.5em / 16 * 3); } }
    .page_recruit .page_recruit_work_body .page_recruit_work_outline > .image {
      aspect-ratio: 2.35/1;
      background: var(--backgrounds2);
      border-radius: calc(8.5em / 32);
      overflow: hidden; }
    .page_recruit .page_recruit_work_body .page_recruit_work_outline > .text ul {
      display: flex;
      flex-wrap: wrap;
      gap: calc(8.5em / 16 * 5) calc(8.5em / 16 * 3); }
      @media screen and (max-width: 768px) {
        .page_recruit .page_recruit_work_body .page_recruit_work_outline > .text ul {
          gap: calc(8.5em / 16 * 3); } }
      .page_recruit .page_recruit_work_body .page_recruit_work_outline > .text ul > li {
        display: flex;
        flex-direction: column;
        gap: calc(8.5em / 16 * 2);
        width: calc((100% / 3) - ((8.5em / 16 * 3) * 2 / 3));
        height: auto; }
        @media screen and (max-width: 768px) {
          .page_recruit .page_recruit_work_body .page_recruit_work_outline > .text ul > li {
            align-items: flex-start;
            flex-direction: row;
            width: 100%; } }
        .page_recruit .page_recruit_work_body .page_recruit_work_outline > .text ul > li > .image {
          aspect-ratio: 16/9;
          overflow: hidden;
          border-radius: calc(8.5em / 32 * 1); }
          @media screen and (max-width: 768px) {
            .page_recruit .page_recruit_work_body .page_recruit_work_outline > .text ul > li > .image {
              flex: 1;
              aspect-ratio: 1/1; } }
        @media screen and (max-width: 768px) {
          .page_recruit .page_recruit_work_body .page_recruit_work_outline > .text ul > li > .text {
            flex: 3; } }
        .page_recruit .page_recruit_work_body .page_recruit_work_outline > .text ul > li > .text dl {
          display: flex;
          flex-direction: column;
          gap: calc(8.5em / 32* 1); }
          .page_recruit .page_recruit_work_body .page_recruit_work_outline > .text ul > li > .text dl > dt {
            font-size: 1.1275em;
            font-weight: 600; }
  .page_recruit .page_recruit_work_body .page_recruit_work_interview {
    display: flex;
    flex-direction: column;
    width: calc(100% / 22 * 16);
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .page_recruit .page_recruit_work_body .page_recruit_work_interview {
        width: 100%; } }
    .page_recruit .page_recruit_work_body .page_recruit_work_interview .page_recruit_work_interview_block {
      padding: calc(8.5rem / 16 * 3) 0; }
      .page_recruit .page_recruit_work_body .page_recruit_work_interview .page_recruit_work_interview_block .interview_title p.lead {
        font-size: 1.7175em;
        font-weight: var(--fw-8);
        color: var(--color-black);
        line-height: 1.435;
        text-align: center; }
      .page_recruit .page_recruit_work_body .page_recruit_work_interview .page_recruit_work_interview_block .interview_title + * {
        margin-top: calc(8.5em / 8 * 2); }
        @media screen and (max-width: 768px) {
          .page_recruit .page_recruit_work_body .page_recruit_work_interview .page_recruit_work_interview_block .interview_title + * {
            margin-top: calc(8.5em / 16 * 3); } }
      .page_recruit .page_recruit_work_body .page_recruit_work_interview .page_recruit_work_interview_block .interview_thumbnail {
        display: flex;
        flex-direction: column;
        gap: calc(8.5em / 8 * 2); }
        @media screen and (max-width: 768px) {
          .page_recruit .page_recruit_work_body .page_recruit_work_interview .page_recruit_work_interview_block .interview_thumbnail {
            gap: calc(8.5em / 8 * 1); } }
        .page_recruit .page_recruit_work_body .page_recruit_work_interview .page_recruit_work_interview_block .interview_thumbnail + * {
          margin-top: calc(8.5em / 8 * 3); }
        .page_recruit .page_recruit_work_body .page_recruit_work_interview .page_recruit_work_interview_block .interview_thumbnail .figure {
          aspect-ratio: 4/2;
          border-radius: calc(8.5em / 32);
          overflow: hidden;
          line-height: 0; }
        .page_recruit .page_recruit_work_body .page_recruit_work_interview .page_recruit_work_interview_block .interview_thumbnail .profile {
          display: flex;
          align-items: center;
          gap: calc(8.5em / 16 * 3);
          padding: calc(8.5em / 16 * 4);
          border: solid 1px var(--border-light-black);
          border-radius: calc(8.5em / 64);
          overflow: hidden; }
          @media screen and (max-width: 768px) {
            .page_recruit .page_recruit_work_body .page_recruit_work_interview .page_recruit_work_interview_block .interview_thumbnail .profile {
              padding: calc(8.5em / 16 * 2); } }
          .page_recruit .page_recruit_work_body .page_recruit_work_interview .page_recruit_work_interview_block .interview_thumbnail .profile > .image {
            width: calc(8.5em / 8 * 5); }
            .page_recruit .page_recruit_work_body .page_recruit_work_interview .page_recruit_work_interview_block .interview_thumbnail .profile > .image div {
              aspect-ratio: 1/1;
              border-radius: calc(8.5em / 64);
              overflow: hidden; }
          .page_recruit .page_recruit_work_body .page_recruit_work_interview .page_recruit_work_interview_block .interview_thumbnail .profile > .text {
            flex: 1; }
            .page_recruit .page_recruit_work_body .page_recruit_work_interview .page_recruit_work_interview_block .interview_thumbnail .profile > .text dl > dt {
              font-size: 1.23em;
              font-weight: var(--fw-7); }
            .page_recruit .page_recruit_work_body .page_recruit_work_interview .page_recruit_work_interview_block .interview_thumbnail .profile > .text dl > dd {
              font-size: .9em; }
              .page_recruit .page_recruit_work_body .page_recruit_work_interview .page_recruit_work_interview_block .interview_thumbnail .profile > .text dl > dd ul {
                display: flex;
                align-items: center;
                flex-wrap: wrap;
                gap: calc(8.5em / 16 * 2); }
                @media screen and (max-width: 768px) {
                  .page_recruit .page_recruit_work_body .page_recruit_work_interview .page_recruit_work_interview_block .interview_thumbnail .profile > .text dl > dd ul {
                    gap: 0 calc(8.5em / 16 * 1); } }
      .page_recruit .page_recruit_work_body .page_recruit_work_interview .page_recruit_work_interview_block .interview_body .indexInterviewWorkflow {
        position: relative;
        z-index: 15;
        padding-bottom: calc(8.5em / 8 * 2);
        cursor: pointer; }
        .page_recruit .page_recruit_work_body .page_recruit_work_interview .page_recruit_work_interview_block .interview_body .indexInterviewWorkflow > .swiper-wrapper > .swiper-slide {
          display: flex;
          align-items: flex-start;
          flex-direction: column;
          gap: calc(8.5em / 8);
          height: auto;
          padding: calc(8.5em / 16 * 3) calc(8.5em / 16 * 3) calc(8.5em / 16 * 5);
          border: solid 1px var(--border-light-black);
          border-radius: calc(8.5em / 32);
          overflow: hidden; }
          .page_recruit .page_recruit_work_body .page_recruit_work_interview .page_recruit_work_interview_block .interview_body .indexInterviewWorkflow > .swiper-wrapper > .swiper-slide * {
            font-weight: var(--fw-6); }
          .page_recruit .page_recruit_work_body .page_recruit_work_interview .page_recruit_work_interview_block .interview_body .indexInterviewWorkflow > .swiper-wrapper > .swiper-slide .time {
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 1.845em;
            padding: 0 calc(8.5em / 16);
            background: var(--components2);
            border-radius: calc(8.5em / 32);
            overflow: hidden;
            font-size: .9em; }
          .page_recruit .page_recruit_work_body .page_recruit_work_interview .page_recruit_work_interview_block .interview_body .indexInterviewWorkflow > .swiper-wrapper > .swiper-slide .event {
            font-size: 1.1275em; }
        .page_recruit .page_recruit_work_body .page_recruit_work_interview .page_recruit_work_interview_block .interview_body .indexInterviewWorkflow .swiper-scrollbar .swiper-scrollbar-drag {
          background-color: var(--key3); }
        .page_recruit .page_recruit_work_body .page_recruit_work_interview .page_recruit_work_interview_block .interview_body .indexInterviewWorkflow .swiper-pagination.swiper-pagination-progressbar {
          position: relative;
          height: 6px;
          border-radius: 6px;
          margin-top: calc(8.5em / 8); }
          .page_recruit .page_recruit_work_body .page_recruit_work_interview .page_recruit_work_interview_block .interview_body .indexInterviewWorkflow .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
            background: var(--key2);
            border-radius: 6px; }
      .page_recruit .page_recruit_work_body .page_recruit_work_interview .page_recruit_work_interview_block .interview_body ul.list {
        display: flex;
        flex-direction: column;
        gap: calc(8.5em / 8 * 4); }
        .page_recruit .page_recruit_work_body .page_recruit_work_interview .page_recruit_work_interview_block .interview_body ul.list > li dl > dt {
          display: flex;
          align-items: baseline;
          gap: calc(8.5em / 16);
          font-size: 1.23em;
          font-weight: var(--fontweight-7); }
          .page_recruit .page_recruit_work_body .page_recruit_work_interview .page_recruit_work_interview_block .interview_body ul.list > li dl > dt::before {
            content: '';
            display: block;
            width: calc(8.5em / 32);
            height: 1em;
            background: linear-gradient(to bottom, var(--color-key3) 70%, var(--color-black) 70%); }
          .page_recruit .page_recruit_work_body .page_recruit_work_interview .page_recruit_work_interview_block .interview_body ul.list > li dl > dt + dd {
            margin-top: calc(8.5em / 32 * 6); }
        .page_recruit .page_recruit_work_body .page_recruit_work_interview .page_recruit_work_interview_block .interview_body ul.list > li dl > dd {
          display: flex;
          align-items: flex-start;
          gap: calc(8.5em / 8); }
          .page_recruit .page_recruit_work_body .page_recruit_work_interview .page_recruit_work_interview_block .interview_body ul.list > li dl > dd > .talker {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: calc(8.5em / 32);
            text-align: center; }
            .page_recruit .page_recruit_work_body .page_recruit_work_interview .page_recruit_work_interview_block .interview_body ul.list > li dl > dd > .talker i {
              width: calc(8.5em / 8 * 3);
              min-width: calc(8.5em / 8 * 3);
              height: calc(8.5em / 8 * 3);
              border-radius: calc(8.5em / 32); }
            .page_recruit .page_recruit_work_body .page_recruit_work_interview .page_recruit_work_interview_block .interview_body ul.list > li dl > dd > .talker span {
              font-weight: var(--fontweght-6);
              font-size: .8em; }
          .page_recruit .page_recruit_work_body .page_recruit_work_interview .page_recruit_work_interview_block .interview_body ul.list > li dl > dd + dd {
            margin-top: calc(8.5em / 32 * 4); }
      .page_recruit .page_recruit_work_body .page_recruit_work_interview .page_recruit_work_interview_block .interview_body + * {
        margin-top: calc(8.5em / 8 * 3); }

.recruit_position .position_head ul {
  display: flex;
  align-items: center;
  gap: calc(8.5em / 16);
  margin-bottom: calc(8.5em / 8);
  padding-bottom: calc(8.5em / 16);
  line-height: 1;
  border-bottom: solid 1px var(--border-light-black); }
  .recruit_position .position_head ul > li {
    padding: calc(8.5em / 32 * 2) calc(8.5em / 32 * 3);
    border-radius: calc(8.5em / 32);
    overflow: hidden;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    .recruit_position .position_head ul > li:hover {
      background: var(--color-lightgray);
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    .recruit_position .position_head ul > li.current {
      background: var(--color-key5);
      color: var(--color-white);
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
.recruit_position .position_body {
  position: relative;
  z-index: 15; }
  .recruit_position .position_body .switchBody {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
    .recruit_position .position_body .switchBody.current {
      position: relative;
      display: block;
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }
  .recruit_position .position_body .outline {
    background: var(--border-light-black);
    padding: calc(8.5em / 16 * 3);
    border-radius: calc(8.5em / 32);
    overflow: hidden; }
    .recruit_position .position_body .outline p {
      font-size: 1.1275em; }
  .recruit_position .position_body ul {
    display: flex;
    flex-direction: column; }
    .recruit_position .position_body ul li {
      padding: calc(8.5em / 16 * 3) calc(8.5em / 16 * 2);
      border-bottom: solid 1px var(--border-light-black); }
      @media screen and (max-width: 768px) {
        .recruit_position .position_body ul li {
          padding: calc(8.5em / 16 * 3) 0; } }
      .recruit_position .position_body ul li dl {
        display: flex; }
        @media screen and (max-width: 768px) {
          .recruit_position .position_body ul li dl {
            flex-direction: column;
            gap: calc(8.5em / 16); } }
        .recruit_position .position_body ul li dl dt {
          flex: 2;
          font-weight: var(--fontweight-6); }
          @media screen and (max-width: 768px) {
            .recruit_position .position_body ul li dl dt {
              display: flex;
              align-items: center;
              gap: calc(8.5em / 64 * 3); }
              .recruit_position .position_body ul li dl dt::before {
                content: '';
                display: block;
                width: .8em;
                height: .8em;
                background: var(--color-key1);
                border-radius: calc(8.5em / 64);
                overflow: hidden; } }
        .recruit_position .position_body ul li dl dd {
          flex: 8; }

.recruit_flow ul {
  counter-reset: num;
  border-top: solid 1px var(--border-light-black); }
  .recruit_flow ul li {
    display: flex;
    align-items: center;
    padding: calc(8.5em / 16 * 4) 0;
    border-bottom: solid 1px var(--border-light-black); }
    .recruit_flow ul li::before {
      counter-increment: num;
      content: "0" counter(num);
      display: block;
      margin: 0 calc(8.5em / 16 * 2);
      font-size: 1.5575em;
      font-weight: var(--fontweight-6);
      letter-spacing: -.0205em; }
      @media screen and (max-width: 768px) {
        .recruit_flow ul li::before {
          margin: 0 calc(8.5em / 32 * 3) 0 calc(8.5em / 32 * 2); } }
    .recruit_flow ul li dl {
      border-left: dashed 1px var(--border-light-black);
      padding-left: calc(8.5em / 16 * 3); }
      @media screen and (max-width: 768px) {
        .recruit_flow ul li dl {
          padding-left: calc(8.5em / 16 * 2); } }
      .recruit_flow ul li dl > dt {
        font-size: 1.23em;
        font-weight: var(--fontweight-6); }

.recruit_entry .card {
  display: block;
  padding: calc(8.5em / 8 * 5) calc(8.5em / 8 * 3);
  background: linear-gradient(135deg, var(--color-black) 75%, var(--color-key4));
  border-radius: calc(8.5em / 32);
  overflow: hidden;
  transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
  -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
  -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
  -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
  @media screen and (max-width: 768px) {
    .recruit_entry .card {
      padding: calc(8.5em / 8 * 4) calc(8.5em / 8 * 3); } }
  .recruit_entry .card hgroup * {
    color: var(--color-white) !important; }
  .recruit_entry .card:hover {
    background: linear-gradient(135deg, var(--color-black) 65%, var(--color-key4));
    transform: scale(0.99);
    transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
    -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
    -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
    -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }

.page_interview .wrapper {
  padding-top: calc(8.5em / 8 * 2) !important; }
.page_interview ul.interview_flex {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8.5em / 8 * 3) calc(8.5em / 8); }
  @media screen and (max-width: 768px) {
    .page_interview ul.interview_flex {
      gap: calc(8.5em / 8 * 2) calc(8.5em / 32 * 3); } }
  .page_interview ul.interview_flex > li.interview {
    width: calc((100% / 3) - ((8.5em / 8) * 2 / 3 )); }
    @media screen and (max-width: 768px) {
      .page_interview ul.interview_flex > li.interview {
        width: calc((100% / 2) - ((8.5em / 32 * 3) * 1 / 2 )); } }
  .page_interview ul.interview_flex > li.crosstalk {
    width: 100%; }
  .page_interview ul.interview_flex > li a {
    display: flex;
    flex-direction: column;
    gap: calc(8.5em / 8); }
    .page_interview ul.interview_flex > li a .figure {
      position: relative;
      z-index: 15;
      line-height: 1; }
      .page_interview ul.interview_flex > li a .figure div {
        border-radius: calc(8.5em / 32);
        overflow: hidden; }
        .page_interview ul.interview_flex > li a .figure div img {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    .page_interview ul.interview_flex > li a .profile dl > dt {
      font-size: 1.1275em;
      font-weight: 600; }
    .page_interview ul.interview_flex > li a .profile dl > dd {
      font-size: .8em;
      font-weight: 600; }
    .page_interview ul.interview_flex > li a .profile ul {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      margin-top: calc(8.5em / 64* 6);
      font-size: .8em; }
      .page_interview ul.interview_flex > li a .profile ul > li {
        display: flex;
        align-items: center;
        gap: 0 calc(8.5em / 16);
        color: var(--color-gray); }
        .page_interview ul.interview_flex > li a .profile ul > li > i {
          display: block;
          width: 2.87em;
          height: 2.87em;
          background: var(--border-light-black);
          border-radius: calc(8.5em / 64 * 2);
          overflow: hidden; }
        .page_interview ul.interview_flex > li a .profile ul > li > p {
          line-height: 1.3325; }
          .page_interview ul.interview_flex > li a .profile ul > li > p span {
            display: block;
            font-weight: 600; }
            .page_interview ul.interview_flex > li a .profile ul > li > p span.jp {
              font-size: calc(1em / 8 * 10); }
      .page_interview ul.interview_flex > li a .profile ul.tag ~ li {
        display: flex;
        align-items: center; }
        .page_interview ul.interview_flex > li a .profile ul.tag ~ li::before {
          content: ' / ';
          display: block;
          margin: 0 calc(8.5em / 32); }
      .page_interview ul.interview_flex > li a .profile ul.icons {
        gap: calc(8.5em / 16) calc(8.5em / 16 * 2); }
        @media screen and (max-width: 768px) {
          .page_interview ul.interview_flex > li a .profile ul.icons > li {
            min-width: 50%;
            gap: calc(8.5em / 16); } }
  .page_interview ul.interview_flex > li:hover {
    opacity: 1 !important;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    .page_interview ul.interview_flex > li:hover a .figure div img {
      transform: scale(1.025);
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
  .page_interview ul.interview_flex:hover > li {
    opacity: .328;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }

.post_crosstalk > .flex_wrapper {
  flex-wrap: wrap;
  column-gap: calc(8.5em / 8 * 3) !important; }
  .post_crosstalk > .flex_wrapper > .left_side {
    width: calc(8.5em / 8 * 13) !important; }
  .post_crosstalk > .flex_wrapper > .center_side {
    width: 100%; }
.post_crosstalk .interview_head hgroup {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 16); }
  .post_crosstalk .interview_head hgroup h1 {
    display: flex;
    align-items: center;
    gap: calc(8.5em / 64* 3);
    font-size: 1em;
    font-weight: var(--fontweight-8);
    color: var(--color-black); }
    .post_crosstalk .interview_head hgroup h1::before {
      content: '';
      display: block;
      width: .85em;
      min-width: .85em;
      height: .85em;
      background: var(--color-key3);
      border-radius: calc(8.5em / 64);
      overflow: hidden; }
.post_crosstalk .interview_head p.lead {
  font-size: 1.7175em;
  font-weight: var(--fontweight-8);
  color: var(--color-black);
  line-height: 1.435; }
.post_crosstalk .interview_head + * {
  margin-top: calc(8.5em / 8 * 4); }
.post_crosstalk .interview_thumbnail {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 8 * 2); }
  @media screen and (max-width: 768px) {
    .post_crosstalk .interview_thumbnail {
      gap: calc(8.5em / 8 * 1); } }
  .post_crosstalk .interview_thumbnail + * {
    margin-top: calc(8.5em / 8 * 4); }
  .post_crosstalk .interview_thumbnail .figure {
    aspect-ratio: 4/2;
    border-radius: calc(8.5em / 32);
    overflow: hidden;
    line-height: 0; }
  .post_crosstalk .interview_thumbnail .profile {
    display: flex;
    align-items: center;
    gap: calc(8.5em / 16 * 3);
    padding: calc(8.5em / 16 * 4);
    border: solid 1px var(--border-light-black);
    border-radius: calc(8.5em / 64);
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .post_crosstalk .interview_thumbnail .profile {
        padding: calc(8.5em / 16 * 2); } }
    .post_crosstalk .interview_thumbnail .profile > .image {
      width: calc(8.5em / 8 * 5); }
      .post_crosstalk .interview_thumbnail .profile > .image div {
        aspect-ratio: 1/1;
        border-radius: calc(8.5em / 64);
        overflow: hidden; }
    .post_crosstalk .interview_thumbnail .profile > .text {
      flex: 1; }
      .post_crosstalk .interview_thumbnail .profile > .text dl > dt {
        font-weight: var(--fontweight-7); }
      .post_crosstalk .interview_thumbnail .profile > .text dl > dd {
        font-size: .9em; }
        .post_crosstalk .interview_thumbnail .profile > .text dl > dd ul {
          display: flex;
          align-items: center;
          flex-wrap: wrap;
          gap: calc(8.5em / 16 * 2); }
          @media screen and (max-width: 768px) {
            .post_crosstalk .interview_thumbnail .profile > .text dl > dd ul {
              gap: 0 calc(8.5em / 16 * 1); } }
    .post_crosstalk .interview_thumbnail .profile > ul {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: calc(8.5em / 16 * 2) calc(8.5em / 16 * 3); }
      @media screen and (max-width: 768px) {
        .post_crosstalk .interview_thumbnail .profile > ul {
          padding: calc(8.5em / 16 * 1); } }
      .post_crosstalk .interview_thumbnail .profile > ul > li {
        display: flex;
        align-items: center;
        gap: calc(8.5em / 16 * 1) calc(8.5em / 16 * 2); }
        .post_crosstalk .interview_thumbnail .profile > ul > li > .image {
          width: calc(8.5em / 8 * 5); }
          .post_crosstalk .interview_thumbnail .profile > ul > li > .image div {
            aspect-ratio: 1/1;
            border-radius: calc(8.5em / 64);
            overflow: hidden; }
        .post_crosstalk .interview_thumbnail .profile > ul > li > .text {
          flex: 1; }
          .post_crosstalk .interview_thumbnail .profile > ul > li > .text dl > dt {
            font-weight: var(--fontweight-7); }
          .post_crosstalk .interview_thumbnail .profile > ul > li > .text dl > dd {
            font-size: .9em; }
            .post_crosstalk .interview_thumbnail .profile > ul > li > .text dl > dd ul {
              display: flex;
              align-items: center;
              flex-wrap: wrap; }
              .post_crosstalk .interview_thumbnail .profile > ul > li > .text dl > dd ul > li ~ li {
                display: flex;
                align-items: center; }
                .post_crosstalk .interview_thumbnail .profile > ul > li > .text dl > dd ul > li ~ li::before {
                  content: '/';
                  display: block;
                  margin: 0 calc(8.5em / 64); }
                  @media screen and (max-width: 768px) {
                    .post_crosstalk .interview_thumbnail .profile > ul > li > .text dl > dd ul > li ~ li::before {
                      margin: 0 calc(8.5em / 64); } }
.post_crosstalk .interview_body ul.list {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 8 * 4); }
  .post_crosstalk .interview_body ul.list > li dl > dt {
    display: flex;
    align-items: baseline;
    gap: calc(8.5em / 16);
    font-size: 1.23em;
    font-weight: var(--fontweight-7); }
    .post_crosstalk .interview_body ul.list > li dl > dt::before {
      content: '';
      display: block;
      width: calc(8.5em / 32);
      height: 1em;
      background: linear-gradient(to bottom, var(--color-key3) 70%, var(--color-black) 70%); }
    .post_crosstalk .interview_body ul.list > li dl > dt + dd {
      margin-top: calc(8.5em / 32 * 6); }
  .post_crosstalk .interview_body ul.list > li dl > dd {
    display: flex;
    align-items: flex-start;
    gap: calc(8.5em / 8); }
    .post_crosstalk .interview_body ul.list > li dl > dd > .talker {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: calc(8.5em / 32);
      text-align: center; }
      .post_crosstalk .interview_body ul.list > li dl > dd > .talker i {
        width: calc(8.5em / 8 * 3);
        min-width: calc(8.5em / 8 * 3);
        height: calc(8.5em / 8 * 3);
        border-radius: calc(8.5em / 32); }
      .post_crosstalk .interview_body ul.list > li dl > dd > .talker span {
        font-weight: var(--fontweght-6);
        font-size: .8em; }
    .post_crosstalk .interview_body ul.list > li dl > dd + dd {
      margin-top: calc(8.5em / 32 * 4); }

ul.share {
  display: flex;
  align-items: center;
  gap: calc(8.5em / 8); }
  ul.share > li a i {
    display: block;
    width: 1.64em;
    height: 1.64em; }

.page_entry .wrapper {
  padding-top: calc(8.5em / 8 * 2) !important; }
  @media screen and (max-width: 768px) {
    .page_entry .wrapper {
      width: calc(100% / 16 * 15) !important; } }

@media screen and (max-width: 768px) {
  .single_joblist .flex_wrapper {
    padding: 0 !important; } }
@media screen and (max-width: 768px) {
  .single_joblist .flex_wrapper > .left_side {
    display: none; } }
.single_joblist .flex_wrapper > .right_side .page_body > .page_block ~ .page_block {
  margin-top: calc(8.5em / 8 * 6) !important; }
  @media screen and (max-width: 768px) {
    .single_joblist .flex_wrapper > .right_side .page_body > .page_block ~ .page_block {
      margin-top: calc(8.5em / 16 * 6) !important; } }
.single_joblist .openjob_head {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: calc(8.5em / 32 * 3); }
  .single_joblist .openjob_head .locaiton {
    display: flex;
    align-items: center;
    min-height: 1.845em;
    padding: 0 calc(8.5em / 16);
    border-radius: calc(8.5em / 32);
    overflow: hidden;
    background: linear-gradient(135deg, var(--key2), var(--key3));
    font-size: .8em;
    color: var(--color-white); }
  .single_joblist .openjob_head h1 {
    font-weight: 600;
    font-size: 1.845em;
    line-height: 1.23; }
  .single_joblist .openjob_head ul.terms {
    display: flex;
    flex-direction: column;
    gap: calc(8.5em / 32);
    padding: calc(8.5em / 32 * 3) calc(8.5em / 32 * 5);
    background: var(--f7);
    border-radius: calc(8.5em / 32);
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .single_joblist .openjob_head ul.terms {
        font-size: .9em; } }
    .single_joblist .openjob_head ul.terms > li dl {
      display: flex;
      align-items: center; }
      .single_joblist .openjob_head ul.terms > li dl > dt {
        min-width: 4.51em;
        font-weight: 600; }
  .single_joblist .openjob_head + .thumbnail {
    margin-top: calc(8.5em / 32 * 6);
    border-radius: calc(8.5em / 32);
    overflow: hidden;
    line-height: 0; }
.single_joblist .requirements_wrapper ul.list {
  border: solid 1px var(--border-light-black);
  border-bottom: none; }
  .single_joblist .requirements_wrapper ul.list > li {
    border-bottom: solid 1px var(--border-light-black); }
    .single_joblist .requirements_wrapper ul.list > li dl {
      display: flex;
      flex-wrap: wrap;
      column-gap: 18px; }
      @media screen and (max-width: 768px) {
        .single_joblist .requirements_wrapper ul.list > li dl {
          flex-direction: column; } }
      .single_joblist .requirements_wrapper ul.list > li dl > dt {
        flex: 1;
        padding: calc(8.5em / 8) calc(8.5em / 32 * 5);
        background: #f7f7f7;
        border-right: solid 1px var(--border-light-black); }
        @media screen and (max-width: 768px) {
          .single_joblist .requirements_wrapper ul.list > li dl > dt {
            padding: calc(8.5em / 32 * 2) calc(8.5em / 32 * 4);
            border-bottom: solid 1px var(--border-light-black);
            border-right: 0;
            font-size: .9em;
            line-height: 1; } }
        .single_joblist .requirements_wrapper ul.list > li dl > dt span {
          font-weight: 600; }
      .single_joblist .requirements_wrapper ul.list > li dl > dd {
        flex: 3;
        padding: calc(8.5em / 32 * 5); }
        @media screen and (max-width: 768px) {
          .single_joblist .requirements_wrapper ul.list > li dl > dd {
            padding: calc(8.5em / 32 * 4); } }
        .single_joblist .requirements_wrapper ul.list > li dl > dd span {
          display: block; }
          .single_joblist .requirements_wrapper ul.list > li dl > dd span ~ span {
            margin-top: 1em; }

.page_privacy .page_head p {
  font-size: 0.9em !important; }
.page_privacy .page_head nav {
  margin: calc(8.5em / 16 * 3) calc(8.5em / 8 * 2);
  padding: calc(8.5em / 8 * 2);
  background: #f7f7f7; }
  @media screen and (max-width: 768px) {
    .page_privacy .page_head nav {
      margin: calc(8.5em / 16 * 3) 0;
      padding: calc(8.5em / 16 * 2); } }
  .page_privacy .page_head nav > span {
    display: block;
    color: var(--color-gray);
    margin-bottom: calc(8.5em / 16 * 1); }
  .page_privacy .page_head nav ul > li a {
    display: block;
    padding: calc(8.5em / 32 * 1) 0;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    @media screen and (max-width: 768px) {
      .page_privacy .page_head nav ul > li a {
        padding: calc(8.5em / 64 * 1) 0; } }
    .page_privacy .page_head nav ul > li a:hover {
      opacity: .5;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
.page_privacy ul.list {
  padding: calc(8.5em / 16 * 4) 0;
  border-top: solid 1px rgba(0, 0, 0, 0.1025);
  border-bottom: solid 1px rgba(0, 0, 0, 0.1025); }
  .page_privacy ul.list > li ~ li {
    margin-top: calc(8.5em / 16 * 3); }
  .page_privacy ul.list > li[data-number] {
    display: flex;
    align-items: flex-start;
    justify-content: center; }
    .page_privacy ul.list > li[data-number]::before {
      content: attr(data-number) "";
      display: block;
      width: 3rem;
      font-weight: 600;
      font-size: 1.3325em;
      color: #ee781f;
      line-height: 1.64; }
  .page_privacy ul.list + p {
    margin-top: calc(85px / 8 * 3); }
.page_privacy dl._list {
  margin: 0 calc(8.5em / 16 * 4); }
  @media screen and (max-width: 768px) {
    .page_privacy dl._list {
      margin: 0; } }
  .page_privacy dl._list > dt {
    font-size: 1.3325em;
    font-weight: 600; }
    .page_privacy dl._list > dt + dd {
      margin-top: 12px; }
  .page_privacy dl._list > dd {
    padding-left: 1em;
    font-size: .9em; }
    .page_privacy dl._list > dd > * + * {
      margin-top: calc(8.5em / 16); }
.page_privacy ul.disc {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 32); }
  .page_privacy ul.disc > li {
    display: flex;
    align-items: baseline;
    column-gap: calc(8.5em / 16);
    line-height: 1.5; }
    .page_privacy ul.disc > li::before {
      content: '';
      width: 1em;
      min-width: 1em;
      height: 1em;
      background: var(--color-black);
      border-radius: 50%;
      transform: scale(0.41); }
.page_privacy ul.number {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 32);
  counter-reset: num; }
  .page_privacy ul.number > li {
    display: flex;
    align-items: baseline;
    column-gap: calc(8.5em / 16);
    line-height: 1.5; }
    .page_privacy ul.number > li::before {
      counter-increment: num;
      content: counter(num);
      width: 1em;
      min-width: 1em;
      height: 1em; }
.page_privacy .contactus > ul {
  display: flex;
  flex-direction: column;
  padding: calc(8.5em / 16 * 2) 0;
  background: var(--color-lightgray); }
  .page_privacy .contactus > ul > li {
    padding: calc(8.5em / 16 * 2);
    border-bottom: solid 1px var(--border-light-black); }
    .page_privacy .contactus > ul > li > dl {
      display: flex; }
      @media screen and (max-width: 768px) {
        .page_privacy .contactus > ul > li > dl {
          flex-direction: column;
          row-gap: calc(8.5em / 32); } }
      .page_privacy .contactus > ul > li > dl > dt {
        flex: 1;
        font-weight: 600; }
      .page_privacy .contactus > ul > li > dl > dd {
        flex: 3; }

article.-page.entry header {
  background: #0100a7;
  background: url(images/noise.png), #0100a7;
  background-repeat: repeat;
  background-size: 100px; }
  article.-page.entry header * {
    color: var(--color-white); }
  article.-page.entry header + .thumbnail {
    margin-bottom: calc(100% / 32 * -3); }
    @media screen and (max-width: 768px) {
      article.-page.entry header + .thumbnail {
        margin-bottom: calc(100% / 32 * -4); } }
article.-page.entry section {
  background: var(--color-white); }
  article.-page.entry section.nul {
    background: initial; }

.formWrap {
  position: relative;
  z-index: 15; }

ul.listDocForm li {
  margin-bottom: 1.23em; }
  @media screen and (max-width: 768px) {
    ul.listDocForm li {
      margin-bottom: 1.64em; } }
  ul.listDocForm li.hidden {
    display: none; }
  ul.listDocForm li:last-child {
    margin-bottom: 0; }

dl.listDocForm {
  display: flex;
  flex-wrap: wrap; }
  dl.listDocForm dt {
    width: 100%; }
    dl.listDocForm dt p {
      display: flex;
      align-items: baseline;
      column-gap: calc(8.5em /32);
      font-weight: 600; }
      dl.listDocForm dt p small[data-type="必須"] {
        color: #e04645; }
      dl.listDocForm dt p small[data-type="任意"] {
        color: #aaa; }
      dl.listDocForm dt p small::before {
        content: attr(data-type) "";
        display: block; }
      dl.listDocForm dt p.must {
        position: relative;
        z-index: 15;
        display: table; }
  dl.listDocForm dd {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    column-gap: calc(85px / 4);
    width: 100%;
    margin-top: 5px; }
    @media screen and (max-width: 768px) {
      dl.listDocForm dd {
        column-gap: calc(85px / 8);
        margin-top: 3px; } }
    dl.listDocForm dd > br {
      display: none; }
    dl.listDocForm dd span.caption {
      display: block;
      width: 100%;
      margin-top: .41em;
      font-size: .85em; }

@media screen and (max-width: 768px) {
  .mw_wp_form {
    width: calc(100% / 42 * 46);
    margin-left: calc(100% / 42 * -2);
    margin-right: calc(100% / 42 * -2); } }
.mw_wp_form .formHead {
  position: relative;
  z-index: 35;
  display: flex;
  justify-content: center;
  margin-bottom: calc((2.87em / 2) * -1.23); }
  .mw_wp_form .formHead::before {
    content: '';
    position: absolute;
    top: calc(100% - 1px);
    left: calc(50% - (1em / 2));
    display: block;
    width: 1em;
    height: .615em;
    background: var(--key2);
    clip-path: polygon(0 0, 100% 0, 50% 100%); }
  .mw_wp_form .formHead .title {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2.87em;
    padding: 0 calc(8.5em / 16* 6);
    background: var(--key2);
    background: linear-gradient(135deg, var(--key2), var(--key3));
    border-radius: calc(8.5em / 1);
    overflow: hidden;
    font-size: 1.23em;
    font-weight: var(--fw-6);
    color: var(--color-white);
    letter-spacing: .0205em; }
    @media screen and (max-width: 768px) {
      .mw_wp_form .formHead .title {
        font-size: 1.075em; } }
.mw_wp_form .formWrap {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 8);
  padding: calc(100% / 30 * 3);
  background: var(--backgrounds2);
  border-radius: calc(8.5em / 16);
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .mw_wp_form .formWrap {
      padding: calc(100% / 30 * 5) calc(100% / 30 * 2) calc(100% / 30 * 2);
      border-radius: calc(8.5em / 32); } }
  .mw_wp_form .formWrap .caption {
    text-align: center; }
    .mw_wp_form .formWrap .caption * {
      font-weight: var(--fw-6); }
    .mw_wp_form .formWrap .caption p {
      font-size: 1.1275em; }
.mw_wp_form .formFoot {
  margin-top: calc(8.5em / 8 * 4); }
  @media screen and (max-width: 768px) {
    .mw_wp_form .formFoot {
      margin-top: calc(8.5em / 8 * 2); } }
  @media screen and (max-width: 768px) {
    .mw_wp_form .formFoot .callus {
      width: calc(100% / 46 * 42);
      margin: 0 auto; } }
  .mw_wp_form .formFoot .callus * {
    text-align: center; }
  .mw_wp_form .formFoot .callus dl > dt {
    font-size: 1.435em;
    font-weight: var(--fw-6); }
    .mw_wp_form .formFoot .callus dl > dt + dd {
      margin-top: calc(8.5em / 16); }
  .mw_wp_form .formFoot .callus .touchpoint {
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-weight: var(--fw-6);
    margin-top: calc(8.5em / 16); }
    .mw_wp_form .formFoot .callus .touchpoint::before {
      content: 'Tel.';
      display: block;
      font-size: 1.435em; }
    .mw_wp_form .formFoot .callus .touchpoint a {
      font-size: 2.255em;
      letter-spacing: -.0205em; }
.mw_wp_form .horizontal-item + .horizontal-item {
  margin: 0 !important; }
.mw_wp_form span.mwform-checkbox-field {
  position: relative;
  z-index: 15;
  margin-right: 6px; }
  .mw_wp_form span.mwform-checkbox-field input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none; }
    .mw_wp_form span.mwform-checkbox-field input:checked + span.mwform-checkbox-field-text::after {
      transform: scale(1);
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
  .mw_wp_form span.mwform-checkbox-field span.mwform-checkbox-field-text {
    display: block;
    border: solid 1px #eeeeee;
    background: #f8f8f8;
    padding: 8px 18px 8px 44px;
    border-radius: 5px; }
    .mw_wp_form span.mwform-checkbox-field span.mwform-checkbox-field-text::before {
      content: '';
      position: absolute;
      left: 12px;
      top: calc(50% - 10px);
      display: block;
      width: 20px;
      height: 20px;
      border-radius: 3px;
      background: var(--color-white);
      border: solid 1px var(--border-light-black); }
    .mw_wp_form span.mwform-checkbox-field span.mwform-checkbox-field-text::after {
      content: '';
      position: absolute;
      left: 16px;
      top: calc(50% - 6px);
      display: block;
      width: 14px;
      height: 14px;
      border-radius: 2px;
      background: var(--color-key1);
      transform: scale(0);
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
.mw_wp_form span.mwform-radio-field {
  position: relative;
  z-index: 15; }
  .mw_wp_form span.mwform-radio-field input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none; }
    .mw_wp_form span.mwform-radio-field input:checked + span.mwform-radio-field-text::after {
      transform: scale(1);
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
  .mw_wp_form span.mwform-radio-field span.mwform-radio-field-text {
    display: block;
    border: solid 1px #eeeeee;
    background: var(--color-white);
    padding: 8px 18px 8px 44px;
    border-radius: 5px; }
    .mw_wp_form span.mwform-radio-field span.mwform-radio-field-text::before {
      content: '';
      position: absolute;
      left: 12px;
      top: calc(50% - 10px);
      display: block;
      width: 20px;
      height: 20px;
      border-radius: 20px;
      background: var(--color-white);
      border: solid 1px var(--border-light-black); }
    .mw_wp_form span.mwform-radio-field span.mwform-radio-field-text::after {
      content: '';
      position: absolute;
      left: 16px;
      top: calc(50% - 6px);
      display: block;
      width: 14px;
      height: 14px;
      border-radius: 14px;
      background: var(--color-key1);
      transform: scale(0);
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
.mw_wp_form form > p {
  display: none; }
.mw_wp_form input::placeholder {
  color: #aaa; }
.mw_wp_form input:focus::-webkit-input-placeholder {
  color: transparent; }
.mw_wp_form input:focus::-moz-placeholder {
  color: transparent; }
.mw_wp_form input:focus::-ms-input-placeholder {
  color: transparent; }
.mw_wp_form input:focus::placeholder {
  color: transparent; }
.mw_wp_form input[type="text"], .mw_wp_form textarea {
  width: 100%;
  height: auto;
  border: solid 1px rgba(0, 0, 0, 0.1025);
  background: var(--color-white);
  border-radius: 0;
  line-height: 1.5;
  color: #231814;
  font-size: 16px;
  border-radius: 6px;
  -webkit-appearance: none;
  appearance: none; }
.mw_wp_form select {
  width: 100%;
  height: auto;
  border: solid 1px rgba(0, 0, 0, 0.1025);
  background: var(--color-white);
  border-radius: 0;
  line-height: 1.5;
  color: #231814;
  font-size: 16px;
  border-radius: 6px; }
.mw_wp_form input[type="text"], .mw_wp_form textarea {
  padding: .82em; }
.mw_wp_form select {
  position: relative;
  z-index: 15;
  padding: 0 .82em; }
  .mw_wp_form select::after {
    content: '';
    position: absolute;
    right: .82em;
    top: calc(50% - .5em);
    display: block;
    width: 1em;
    height: 1em;
    background: url(images/icn-arrow-p.svg);
    background-size: cover; }
.mw_wp_form input[type="radio"] + span {
  color: #252525; }
.mw_wp_form input[type="text"]#namehead, .mw_wp_form input[type="text"]#kanahead {
  flex: 1; }
.mw_wp_form input[type="text"]#namebody, .mw_wp_form input[type="text"]#kanabody {
  flex: 1; }
.mw_wp_form input[type="text"]#postcode {
  width: 10em; }
.mw_wp_form input[type="text"]#address1, .mw_wp_form input[type="text"]#address2 {
  flex: 1;
  margin-right: 1em; }
.mw_wp_form input[type="text"]#address3 {
  flex: 2; }
.mw_wp_form input[type="text"]#old {
  width: 10em;
  margin-right: 1em; }
.mw_wp_form input[type="text"]#date2, .mw_wp_form input[type="text"]#date3 {
  margin-top: 1em; }
.mw_wp_form input[type="text"]#year, .mw_wp_form input[type="text"]#month, .mw_wp_form input[type="text"]#date {
  width: 8.2em; }
  .mw_wp_form input[type="text"]#year + span, .mw_wp_form input[type="text"]#month + span, .mw_wp_form input[type="text"]#date + span {
    margin: 0 .82em 0 .41em; }
.mw_wp_form input[type="text"].address {
  margin-top: 7px; }
.mw_wp_form select {
  height: 4em; }
.mw_wp_form label {
  /*line-height: 4em;*/ }
.mw_wp_form input[type="text"]:focus, .mw_wp_form textarea:focus, .mw_wp_form select:focus {
  outline: none;
  border: solid 1px #a0a0a0; }
.mw_wp_form input[type="submit"] {
  width: 100%;
  max-width: 18rem;
  height: 4em;
  border: none;
  font-weight: bold;
  text-align: center;
  line-height: 4em;
  font-size: 1em;
  background: #150606;
  color: var(--color-white);
  position: relative;
  margin: 0 auto;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
  @media screen and (max-width: 768px) {
    .mw_wp_form input[type="submit"] {
      height: 4em;
      line-height: 4em; } }
  .mw_wp_form input[type="submit"]:hover {
    background: #0b0f15;
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
.mw_wp_form.mw_wp_form_confirm ul.listDocForm li.entryBtnWrap {
  display: flex; }
  .mw_wp_form.mw_wp_form_confirm ul.listDocForm li.entryBtnWrap input[type="submit"].back {
    order: 1;
    background: #252525; }
.mw_wp_form.mw_wp_form_confirm dl.listDocForm dd {
  background: #f7f7f7;
  padding: 1.23em 2.46em;
  border-radius: 4px;
  border: solid 1px #eee;
  color: #777; }
.mw_wp_form.mw_wp_form_confirm dl.listDocForm dl.listComplete {
  font-weight: 500; }
.mw_wp_form.mw_wp_form_complete .completeWrap > * ~ * {
  margin-top: .82em; }
.mw_wp_form.mw_wp_form_complete .completeWrap dl.listComplete dt p {
  font-weight: 500;
  font-size: 1.41em;
  margin-top: .82em; }

/*//!#index----------------------------------------------------------------------------------------------*/
/* ie hack */
@media all and (-ms-high-contrast: none) {
  .headerLogo img {
    width: 100%;
    height: 4.5vw; }

  a.btn > span.circle {
    border: solid 2px rgba(240, 95, 64, 0.2); }

  ul.listFooterNav > li span.circle {
    border: solid 2px rgba(240, 95, 64, 0.2); }

  .careerstepWrap .flexWrap > .flexCenter .inner {
    border: solid 2px rgba(240, 95, 64, 0.8); }

  .secIndex.sec1 .kv_leadcopy .kv_leadcopy_inner {
    width: 100%; }

  .secIndex.sec3 .indexService .swiper-button-prev {
    left: auto;
    bottom: auto; }

  dl.listFootnav dt a {
    display: inline-block; }

  .secPage.root .flexWrap > .flexItem {
    width: calc((100% / 3) - 0.01px); }

  ul.listPhilosophy {
    justify-content: space-around; }

  .member_wrapper .f_wrapper .__left {
    position: relative; }

  header.pageHeader {
    height: 31.5em; }

  ul.listLGBtn a.btn {
    width: 100%; }

  ul.listLogos li img {
    width: 8em; }

  ul.listLogos {
    justify-content: space-between; } }
/*ヘッダー調整*/
nav.globalNav ul.listGlobal li span.en {
  white-space: nowrap; }

/*page_csr*/
.card_text ._body > img {
  margin-bottom: 0.82em; }

/*page_career*/
.careerImg {
  margin-bottom: 2.05em; }

/*page_csr*/
dl.listSDGs dt > span {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0;
  margin: 0 1.23em; }

dl.listSDGs dt > span img {
  width: calc(50% - 2px); }

dl.listSDGs dt > span img:nth-child(n+3) {
  margin-top: 4px; }

/*page_business/~*/
p.writer {
  text-align: right;
  font-size: 1em;
  margin-top: 0.82em; }
  p.writer > span {
    display: block;
    font-size: .8em;
    margin-bottom: .205em; }

/*page_movie*/
.secPage.lp.movie h2.pageTtl {
  background: #fff; }

/*single-events*/
body.single-events .flexLower {
  margin-bottom: 6.15em; }

.secPage.basic.eventForm .wrapper {
  padding-bottom: 0; }

/*page_about 事業紹介 画像調整*/
@media screen and (max-width: 768px) {
  .type_wrapper ._stokerImg {
    position: absolute;
    right: 0;
    left: auto; } }
/*crosstalk 調整*/
.interview_wrapper ._body p.box ~ p.box {
  margin-top: 1.125em; }

.interview_wrapper ._body p.box span {
  font-size: 0.625em;
  font-weight: 600; }
