@charset "UTF-8";
/*!
Theme Name: ロジックナンカイ
Theme URI: https://antway.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;
  --fontweight-5: 500;
  --fontweight-6: 600;
  --fontweight-7: 700;
  --fontweight-8: 800;
  --text: #0a0000;
  --color-text: #151515;
  --color-key1: #469ad3;
  --color-key2: #3c86b7;
  --color-key3: #33719a;
  --color-key4: #1f455e;
  --color-key5: #282828;
  --color-white: #fff;
  --white: #fff;
  --gray1: #f7f7f7;
  --gray2: #f0f0f0;
  --black: #000;
  --color-gray: #757575;
  --color-lightgray: #ecedf0;
  --color-black: #171617;
  --border-light-black: rgba(31,69,94,.205);
  --border-light-white: rgba(255,255,255,.1025);
  --key1: #00a4f9;
  --key2: #003680;
  --key3: #0079bc;
  --key4: #083855;
  --key5: #0036e4;
  --eye: #f15a24;
  --eye2: #f7931e;
  --line: #00b900;
  --base1: #0092e0;
  --base2: #00408e;
  --background1: #f4fafe;
  --background2: #d8d2c6;
  --background3: #eff1f3; }

/*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, var(--s-font-inter), sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 1px;
  background-color: var(--key4);
  background-image: linear-gradient(to right, var(--key2), var(--key1));
  overflow: hidden;
  color: var(--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; }
  body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
    background-size: 16px 16px;
    background-repeat: repeat;
    background-position: center center;
    opacity: .0328; }
  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: 1; }

.no-scroll {
  overflow: hidden; }

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

/*!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;
  line-height: 1.64; }

.fs-xs {
  font-size: .85em; }

.sans {
  font-family: "League Gothic", sans-serif; }

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

i {
  font-style: normal; }

.emphasis {
  padding: calc(8em / 32) calc(8em / 32);
  background: linear-gradient(to right, var(--key1), var(--key2)) no-repeat;
  background-size: 100%;
  background-position: 0;
  color: var(--white); }

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

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

img.objf, svg.objf, video.objf, 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; }

/*!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 .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%;
  background: var(--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; }
  #siteHead .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc(100% / 32 * 31);
    min-height: calc(8em / 16 * 7);
    margin-left: 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(8em / 16 * 6);
        padding-right: calc(8em / 32); } }
    #siteHead .wrapper > ._head {
      display: flex; }
      #siteHead .wrapper > ._head a {
        display: flex;
        align-items: center;
        gap: calc(8.5em / 16);
        font-size: .9em; }
        @media screen and (max-width: 768px) {
          #siteHead .wrapper > ._head a {
            padding: 0 calc(8em / 16); } }
        #siteHead .wrapper > ._head a h1 {
          display: flex;
          align-items: center;
          gap: calc(8em / 16);
          font-weight: normal;
          line-height: 1.23; }
          #siteHead .wrapper > ._head a h1 img {
            display: block;
            width: auto;
            height: calc(8em / 8 * 3);
            line-height: 1.23; }
            @media screen and (max-width: 768px) {
              #siteHead .wrapper > ._head a h1 img {
                height: calc(8.5em / 32 * 6); } }
          #siteHead .wrapper > ._head a h1 .text {
            font-size: .8em;
            font-weight: 600; }
            @media screen and (max-width: 768px) {
              #siteHead .wrapper > ._head a h1 .text {
                display: block; } }
        #siteHead .wrapper > ._head a p {
          font-size: .8em;
          font-weight: 600;
          line-height: 1.23; }
    #siteHead .wrapper > ._body {
      flex: 1;
      display: flex;
      justify-content: flex-end; }
      #siteHead .wrapper > ._body nav {
        font-weight: 600; }
        #siteHead .wrapper > ._body nav > ul {
          display: flex;
          align-items: center; }
          #siteHead .wrapper > ._body nav > ul > li {
            display: flex;
            align-items: center;
            height: calc(8em / 16 * 7);
            padding: 0 calc(8em / 32 * 2); }
            @media screen and (max-width: 768px) {
              #siteHead .wrapper > ._body nav > ul > li {
                height: calc(8em / 16 * 5); } }
            @media screen and (max-width: 768px) {
              #siteHead .wrapper > ._body nav > ul > li:not([data-action="navigation"]) {
                display: none; } }
            #siteHead .wrapper > ._body nav > ul > li[data-type="button"] {
              display: flex;
              align-items: center;
              justify-content: center;
              min-width: 10.25em;
              height: calc(8em / 16 * 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; }
              @media screen and (max-width: 768px) {
                #siteHead .wrapper > ._body nav > ul > li[data-type="button"] {
                  min-width: initial;
                  height: calc(8em / 16 * 5); } }
              #siteHead .wrapper > ._body nav > ul > li[data-type="button"] a {
                display: flex;
                align-items: center;
                justify-content: center;
                gap: calc(8em / 16);
                filter: brightness(0) invert(1); }
                #siteHead .wrapper > ._body nav > ul > li[data-type="button"] a .icon {
                  width: 1.1275em;
                  min-width: 1.1275em;
                  height: 1.1275em; }
              #siteHead .wrapper > ._body nav > ul > li[data-type="button"]:hover {
                filter: brightness(0.82);
                transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                -moz-transition: cubic-bezier(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-action="recruit"] {
              margin-left: calc(8em / 16 * 2);
              background: var(--eye2); }
              @media screen and (max-width: 768px) {
                #siteHead .wrapper > ._body nav > ul > li[data-action="recruit"] {
                  display: none; } }
            #siteHead .wrapper > ._body nav > ul > li[data-action="entry"] {
              background: var(--eye); }
              @media screen and (max-width: 768px) {
                #siteHead .wrapper > ._body nav > ul > li[data-action="entry"] {
                  display: none; } }
            #siteHead .wrapper > ._body nav > ul > li[data-action="navigation"] {
              display: none;
              background: var(--text);
              border-radius: calc(8em / 64);
              overflow: hidden; }
              @media screen and (max-width: 768px) {
                #siteHead .wrapper > ._body nav > ul > li[data-action="navigation"] {
                  display: block; } }
            #siteHead .wrapper > ._body nav > ul > li.has_chilren {
              position: relative;
              z-index: 15; }
              #siteHead .wrapper > ._body nav > ul > li.has_chilren:hover .children {
                pointer-events: auto; }
                #siteHead .wrapper > ._body nav > ul > li.has_chilren:hover .children ul {
                  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.has_chilren .children {
                position: absolute;
                top: calc(100% - 4px);
                left: 50%;
                transform: translateX(-50%);
                pointer-events: none; }
                #siteHead .wrapper > ._body nav > ul > li.has_chilren .children ul {
                  display: flex;
                  flex-direction: column;
                  gap: 2px;
                  white-space: nowrap;
                  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.has_chilren .children ul > li {
                    display: flex;
                    align-items: center;
                    height: calc(8em / 16 * 7);
                    background: var(--gray2); }
                    @media screen and (max-width: 768px) {
                      #siteHead .wrapper > ._body nav > ul > li.has_chilren .children ul > li {
                        height: calc(8em / 16 * 5); } }
                    #siteHead .wrapper > ._body nav > ul > li.has_chilren .children ul > li a {
                      padding: 0 1em; }
  #siteHead ._menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; }
    #siteHead ._menu p.humbNav {
      display: flex;
      align-items: center;
      column-gap: calc(85px / 6);
      text-transform: uppercase;
      font-size: .9em;
      color: var(--white); }
      #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:hover::before {
    height: 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; }
  #siteHead.lower {
  /*
   a.title {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    @include move;
   }
   ._menu {
    filter: invert(0);
   }
		 .wrapper {
    nav._nav {
     filter: invert(1);
     @include move;
    }
   }
  */ }
  #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 {
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(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 #cside {
  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 {
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(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.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);
    overflow: scroll; }
    @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: hidden;
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px); }
      @media screen and (max-width: 768px) {
        aside#aside .navigation_wrapper .navigation_body {
          min-width: 100%; } }
      aside#aside .navigation_wrapper .navigation_body::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, var(--key2), var(--key1));
        opacity: .95;
        pointer-events: none; }
    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); }
          aside#aside .navigation_wrapper ul.list > li dl > dd {
            padding: calc(8em / 16);
            padding-left: calc((8.5em / 12) + .9em); }
            aside#aside .navigation_wrapper ul.list > li dl > dd ul.children {
              display: flex;
              flex-direction: column;
              gap: calc(8em / 8); }
              aside#aside .navigation_wrapper ul.list > li dl > dd ul.children > li {
                width: 100%; }
                aside#aside .navigation_wrapper ul.list > li dl > dd ul.children > li a {
                  display: flex;
                  align-items: center;
                  gap: clac(8em/16); }
                  aside#aside .navigation_wrapper ul.list > li dl > dd ul.children > li a::before {
                    content: '';
                    display: block;
                    width: .5em;
                    height: .5em;
                    background: var(--white);
                    clip-path: polygon(0 0, 100% 50%, 0 100%); }
            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: calc(8em / 32 * 3);
              border-radius: calc(85px / 24);
              font-size: 1em;
              font-weight: 600;
              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 > .icon, aside#aside .navigation_wrapper ul.list > li dl > dd div > .icon {
                width: calc(8em / 16 * 7);
                min-width: calc(8em / 16 * 7);
                height: calc(8em / 16 * 7);
                border-radius: calc(8em / 32);
                overflow: hidden; }
        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;
      color: var(--white); }
      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); }
aside#float {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 8999; }
  @media screen and (max-width: 768px) {
    aside#float {
      width: 100%; } }
  aside#float ul.float_main {
    position: absolute;
    right: calc(8em / 8 * 4);
    bottom: 0;
    display: flex;
    align-items: flex-end; }
    @media screen and (max-width: 768px) {
      aside#float ul.float_main {
        width: calc(100% - (8em / 8 * 3));
        right: calc(8em / 8 * 3); } }
    @media screen and (max-width: 768px) {
      aside#float ul.float_main > li {
        flex: 1; } }
    aside#float ul.float_main > li a {
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 12.3em;
      min-height: calc(8em / 8 * 4);
      column-gap: calc(8em / 16); }
      @media screen and (max-width: 768px) {
        aside#float ul.float_main > li a {
          width: 100%;
          min-width: initial;
          min-height: calc(8em / 8 * 3); } }
      aside#float ul.float_main > li a[data-type="jobpot"] {
        background: var(--key2); }
      aside#float ul.float_main > li a[data-type="entry"] {
        background: var(--eye); }
      aside#float ul.float_main > li a[data-type="tel"] {
        display: none;
        background: var(--eye2); }
        @media screen and (max-width: 768px) {
          aside#float ul.float_main > li a[data-type="tel"] {
            display: flex; } }
      aside#float ul.float_main > li a span {
        display: block;
        white-space: nowrap; }
        aside#float ul.float_main > li a span.icon {
          width: 1.3325em;
          height: 1.3325em;
          filter: brightness(0) invert(1); }
        aside#float ul.float_main > li a span.text {
          font-weight: 600;
          color: var(--white); }
  aside#float ul.float_social {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column; }
    aside#float ul.float_social > li a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: calc(8em / 8 * 4);
      min-width: calc(8em / 8 * 4);
      height: calc(8em / 8 * 4); }
      @media screen and (max-width: 768px) {
        aside#float ul.float_social > li a {
          width: calc(8em / 8 * 3);
          min-width: calc(8em / 8 * 3);
          height: calc(8em / 8 * 3); } }
      aside#float ul.float_social > li a.tiktok {
        background: #312f30; }
      aside#float ul.float_social > li a.instagram {
        background: #da2f6c; }
      aside#float ul.float_social > li a.line {
        background: #07c054; }
      aside#float ul.float_social > li a img {
        width: 1.3325em;
        height: 1.3325em;
        filter: brightness(0) invert(1); }

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------------------------------------------------------------------------------------------------*/
hgroup.standard {
  display: flex;
  flex-direction: column-reverse; }
  hgroup.standard:has(h2) {
    align-items: flex-end; }
    @media screen and (max-width: 768px) {
      hgroup.standard:has(h2) {
        align-items: flex-start; } }
    hgroup.standard:has(h2) h2 {
      display: flex;
      align-items: baseline;
      font-size: 1.64em;
      line-height: 1; }
      hgroup.standard:has(h2) h2:before {
        content: '/';
        display: block; }
    hgroup.standard:has(h2) span {
      font-size: 8.2em;
      line-height: 1;
      color: var(--key1);
      letter-spacing: -.0205em;
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        hgroup.standard:has(h2) span {
          font-size: 6.15em; } }
  hgroup.standard:has(h3) h3 {
    display: flex;
    align-items: baseline;
    font-size: 1.23em;
    line-height: 1; }
    @media screen and (max-width: 768px) {
      hgroup.standard:has(h3) h3 {
        font-size: 1.075em; } }
    hgroup.standard:has(h3) h3:before {
      content: '/';
      display: block; }
  hgroup.standard:has(h3) span {
    font-size: 2.46em;
    line-height: 1.435;
    font-weight: 600;
    text-transform: uppercase; }
    @media screen and (max-width: 768px) {
      hgroup.standard:has(h3) span {
        font-size: 2.05em; } }

.footer_recruit {
  background: var(--white); }
  .footer_recruit .wrapper {
    display: flex;
    flex-direction: row-reverse;
    gap: calc(8em / 8 * 3);
    width: calc(100% / 32 * 29);
    margin: 0 auto;
    padding: calc(8em / 8 * 3) 0; }
    @media screen and (max-width: 768px) {
      .footer_recruit .wrapper {
        flex-direction: column;
        gap: calc(8em / 16 * 3);
        width: calc(100% / 32 * 28); } }
    .footer_recruit .wrapper > .head {
      flex: 2;
      display: flex;
      justify-content: space-around;
      flex-direction: column; }
      .footer_recruit .wrapper > .head > .top {
        display: flex;
        flex-direction: column;
        gap: calc(8em / 16 * 3); }
      @media screen and (max-width: 768px) {
        .footer_recruit .wrapper > .head > .bottom {
          display: none; } }
    .footer_recruit .wrapper > .body {
      flex: 5; }
      .footer_recruit .wrapper > .body ul {
        display: flex;
        flex-direction: column;
        gap: calc(8em / 16 * 3); }
        .footer_recruit .wrapper > .body ul > li .card {
          display: flex;
          background: var(--key1); }
          @media screen and (max-width: 768px) {
            .footer_recruit .wrapper > .body ul > li .card {
              flex-direction: column-reverse; } }
          .footer_recruit .wrapper > .body ul > li .card > .text {
            flex: 5; }
            .footer_recruit .wrapper > .body ul > li .card > .text .inner {
              display: flex;
              flex-direction: column;
              justify-content: space-between;
              gap: calc(8em / 8 * 3);
              height: 100%;
              padding: calc(8em / 16 * 3); }
              @media screen and (max-width: 768px) {
                .footer_recruit .wrapper > .body ul > li .card > .text .inner {
                  gap: calc(8em / 8 * 2);
                  padding-top: 0; } }
            .footer_recruit .wrapper > .body ul > li .card > .text hgroup * {
              color: var(--white); }
          .footer_recruit .wrapper > .body ul > li .card > .image {
            flex: 3;
            aspect-ratio: 4/3;
            line-height: 0;
            clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%); }
            @media screen and (max-width: 768px) {
              .footer_recruit .wrapper > .body ul > li .card > .image {
                aspect-ratio: 2.35/1;
                clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%); } }
    .footer_recruit .wrapper > .foot {
      flex: 2; }

#siteFoot {
  position: relative;
  z-index: 15;
  width: 100%;
  overflow: hidden; }
  #siteFoot * {
    color: var(--white); }
  #siteFoot .wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: calc(100% / 32 * 29);
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      #siteFoot .wrapper {
        width: calc(100% / 32 * 28); } }
    #siteFoot .wrapper > ._primary {
      display: flex;
      align-items: center;
      width: 100%;
      padding: calc(8em / 8 * 2) 0; }
      @media screen and (max-width: 768px) {
        #siteFoot .wrapper > ._primary {
          padding: calc(8em / 16 * 4) 0; } }
      #siteFoot .wrapper > ._primary > .left {
        flex: 1; }
        @media screen and (max-width: 768px) {
          #siteFoot .wrapper > ._primary > .left {
            flex: initial;
            width: 100%; } }
        #siteFoot .wrapper > ._primary > .left .logo {
          display: flex;
          align-items: center;
          justify-content: center; }
          #siteFoot .wrapper > ._primary > .left .logo img {
            display: block;
            width: auto;
            height: 50px;
            margin-left: auto;
            margin-right: auto; }
            @media screen and (max-width: 768px) {
              #siteFoot .wrapper > ._primary > .left .logo img {
                height: 40px; } }
      #siteFoot .wrapper > ._primary > .right {
        flex: 4;
        display: flex;
        flex-direction: column;
        gap: calc(8em / 8 * 2); }
        @media screen and (max-width: 768px) {
          #siteFoot .wrapper > ._primary > .right {
            display: none;
            flex: initial;
            gap: calc(8em / 16 * 3);
            width: 100%; } }
    #siteFoot .wrapper > ._secondary {
      display: flex;
      flex-direction: column;
      gap: calc(8em / 8 * 5);
      padding: calc(8em / 8 * 3) 0;
      padding-left: 20%;
      border-top: solid 1px var(--border-light-white); }
      @media screen and (max-width: 768px) {
        #siteFoot .wrapper > ._secondary {
          padding-left: 0; } }
      #siteFoot .wrapper > ._secondary .__top {
        display: flex;
        align-items: flex-start; }
        #siteFoot .wrapper > ._secondary .__top > .left {
          flex: 3; }
        #siteFoot .wrapper > ._secondary .__top > .right {
          flex: 1; }
      #siteFoot .wrapper > ._secondary .__bottom {
        display: flex;
        align-items: flex-start;
        gap: calc(8em / 8); }
        @media screen and (max-width: 768px) {
          #siteFoot .wrapper > ._secondary .__bottom {
            flex-direction: column-reverse; } }
        #siteFoot .wrapper > ._secondary .__bottom > .left {
          flex: 3; }
        #siteFoot .wrapper > ._secondary .__bottom > .right {
          flex: 1; }
      #siteFoot .wrapper > ._secondary > .left {
        font-size: .85em; }
        @media screen and (max-width: 768px) {
          #siteFoot .wrapper > ._secondary > .left {
            order: 2; } }
      #siteFoot .wrapper > ._secondary > .right {
        display: flex;
        justify-content: flex-end;
        font-size: .85em; }
        @media screen and (max-width: 768px) {
          #siteFoot .wrapper > ._secondary > .right {
            order: 1;
            display: none; } }
  @media screen and (max-width: 768px) {
    #siteFoot nav.footer_navigation {
      display: none; } }
  #siteFoot nav.footer_navigation ul {
    display: flex;
    gap: calc(8em / 16 * 3); }
  #siteFoot ul.corp {
    display: flex;
    flex-direction: column;
    gap: calc(8em / 16 * 3); }
    #siteFoot ul.corp > li dl {
      display: flex;
      flex-direction: column;
      gap: calc(8em / 32 * 1); }
      #siteFoot ul.corp > li dl > dt {
        font-weight: 600; }
  #siteFoot ul.social {
    display: flex;
    flex-direction: column;
    gap: calc(8em / 32 * 3); }
    @media screen and (max-width: 768px) {
      #siteFoot ul.social {
        display: none; } }
    #siteFoot ul.social > li a {
      display: flex;
      align-items: center;
      gap: calc(8em / 8); }
      #siteFoot ul.social > li a span {
        display: block; }
        #siteFoot ul.social > li a span.icon {
          width: 1.23em;
          min-width: 1.23em;
          height: 1.23em;
          filter: brightness(0) invert(1); }

.roll {
  position: relative;
  z-index: 15;
  display: block;
  height: 1.5em;
  overflow: hidden; }
  .roll i {
    display: block;
    line-height: 1.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; }
  .roll:hover i {
    transform: translateY(-1.5em);
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }

/*//!#siteFooter----------------------------------------------------------------------------------------------*/
/*!#index----------------------------------------------------------------------------------------------*/
/*!#siteContent*/
#siteContent {
  position: relative;
  z-index: 15;
  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; }
  @media screen and (max-width: 768px) {
    #siteContent {
      width: 100%;
      overflow: hidden;
      margin-bottom: 0 !important; } }

.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: inline-flex;
  padding-bottom: calc(8.5em / 32);
  overflow: hidden; }
  .hide_title::before, .hide_title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 1px;
    background: var(--color-text); }
  .hide_title::before {
    width: 100%;
    opacity: .205; }
  .hide_title::after {
    width: 0; }
  .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::after {
    width: 100%;
    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 {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: calc(8em / 32 * 3);
  width: 18.45em;
  max-width: 100%;
  padding: calc(8em / 32 * 4) calc(8em / 32 * 5);
  border-radius: calc(8em / 64);
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .button {
      width: 14.35em;
      padding: calc(8em / 32 * 3) calc(8em / 32 * 5); } }
  .button .text {
    font-weight: 600; }
  .button .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.23em;
    height: 1.23em;
    overflow: hidden;
    line-height: 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; }
    .button .icon svg {
      fill: var(--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; }
  .button.left {
    margin-left: 0;
    margin-right: auto; }
  .button.center {
    margin-left: auto;
    margin-right: auto; }
  .button.right {
    margin-left: auto;
    margin-right: 0; }
  .button.white {
    background: var(--white); }
  .button.blue {
    background: var(--key2); }
    .button.blue * {
      filter: brightness(0) invert(1); }
  .button.orange {
    background: var(--eye); }
    .button.orange * {
      filter: brightness(0) invert(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: 180px;
  background: #f7f7f7;
  filter: opacity(0.5); }

.beltline {
  background: var(--gray2);
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .beltline {
      padding: calc(8em / 16) 0; } }
  .beltline * {
    white-space: nowrap; }
  .beltline .slider .slider__inner .slider__item {
    font-size: 5.125em;
    font-weight: 600;
    letter-spacing: -.0205em; }
    @media screen and (max-width: 768px) {
      .beltline .slider .slider__inner .slider__item {
        font-size: 2.05em; } }
    .beltline .slider .slider__inner .slider__item i {
      color: var(--key1);
      text-transform: uppercase;
      background: linear-gradient(0deg, var(--key2), var(--key1));
      background: -webkit-linear-gradient(0deg, var(--key2), var(--key1));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }

.idx {
  position: relative;
  z-index: 15; }
  .idx.idx_mainvisual {
    z-index: 10;
    width: 100vw;
    padding: calc(8em / 16 * 7) 0 0; }
    @media screen and (max-width: 768px) {
      .idx.idx_mainvisual {
        padding: calc(8em / 16 * 6) 0 0; } }
    .idx.idx_mainvisual * {
      color: var(--white); }
    .idx.idx_mainvisual .idx_mainvisual-head {
      line-height: 0; }
      .idx.idx_mainvisual .idx_mainvisual-head .video {
        position: relative;
        z-index: 15;
        max-width: 100%;
        aspect-ratio: 16 / 9;
        pointer-events: none; }
        .idx.idx_mainvisual .idx_mainvisual-head .video > iframe {
          position: absolute;
          inset: 0;
          width: 100%;
          height: 100%; }
  .idx.index_about {
    background: var(--white);
    overflow: hidden; }
    .idx.index_about .primary {
      position: relative;
      z-index: 15; }
      .idx.index_about .primary .map {
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
        width: 75vw; }
        @media screen and (max-width: 768px) {
          .idx.index_about .primary .map {
            width: 100vw; } }
        .idx.index_about .primary .map .japan {
          width: 100%;
          height: auto;
          margin-top: calc(8em / 8 * -6); }
          @media screen and (max-width: 768px) {
            .idx.index_about .primary .map .japan {
              margin-top: calc(8em / 8 * 10); } }
        .idx.index_about .primary .map .pin {
          position: absolute;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column; }
          .idx.index_about .primary .map .pin.pin1 {
            top: 66%;
            left: 43.5%; }
            @media screen and (max-width: 768px) {
              .idx.index_about .primary .map .pin.pin1 {
                top: 73%;
                left: 41.5%; } }
            .idx.index_about .primary .map .pin.pin1 .text {
              left: -2.5em; }
              @media screen and (max-width: 768px) {
                .idx.index_about .primary .map .pin.pin1 .text {
                  bottom: 1.25em; } }
          .idx.index_about .primary .map .pin.pin2 {
            top: 62%;
            left: 52.25%; }
            @media screen and (max-width: 768px) {
              .idx.index_about .primary .map .pin.pin2 {
                top: 70%;
                left: 50.25%; } }
          .idx.index_about .primary .map .pin.pin3 {
            top: 58%;
            left: 72%; }
            @media screen and (max-width: 768px) {
              .idx.index_about .primary .map .pin.pin3 {
                top: 67%;
                left: 70%; } }
          .idx.index_about .primary .map .pin img {
            width: 2em;
            height: 2em; }
          .idx.index_about .primary .map .pin .text {
            position: absolute;
            bottom: 2.25em;
            white-space: nowrap;
            line-height: 1.1275;
            font-weight: 600; }
            .idx.index_about .primary .map .pin .text .main {
              font-size: 1.7em; }
              @media screen and (max-width: 768px) {
                .idx.index_about .primary .map .pin .text .main {
                  font-size: 1.23em; } }
            .idx.index_about .primary .map .pin .text .sub {
              font-size: .85em; }
              @media screen and (max-width: 768px) {
                .idx.index_about .primary .map .pin .text .sub {
                  font-size: .75em; } }
        .idx.index_about .primary .map.done > .pin {
          opacity: 0;
          transform: translateY(-20px); }
        .idx.index_about .primary .map.gone > .pin {
          opacity: 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; }
          .idx.index_about .primary .map.gone > .pin:nth-child(0) {
            transform: translateY(0);
            transition-delay: calc((0 * 0.205s) + 0.205s); }
          .idx.index_about .primary .map.gone > .pin:nth-child(1) {
            transform: translateY(0);
            transition-delay: calc((1 * 0.205s) + 0.205s); }
          .idx.index_about .primary .map.gone > .pin:nth-child(2) {
            transform: translateY(0);
            transition-delay: calc((2 * 0.205s) + 0.205s); }
          .idx.index_about .primary .map.gone > .pin:nth-child(3) {
            transform: translateY(0);
            transition-delay: calc((3 * 0.205s) + 0.205s); }
          .idx.index_about .primary .map.gone > .pin:nth-child(4) {
            transform: translateY(0);
            transition-delay: calc((4 * 0.205s) + 0.205s); }
          .idx.index_about .primary .map.gone > .pin:nth-child(5) {
            transform: translateY(0);
            transition-delay: calc((5 * 0.205s) + 0.205s); }
          .idx.index_about .primary .map.gone > .pin:nth-child(6) {
            transform: translateY(0);
            transition-delay: calc((6 * 0.205s) + 0.205s); }
      .idx.index_about .primary .background {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        filter: brightness(0.5); }
        .idx.index_about .primary .background .section_title {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 20;
          opacity: .41;
          font-size: 14.35em;
          line-height: .74;
          color: var(--white);
          white-space: nowrap; }
          @media screen and (max-width: 768px) {
            .idx.index_about .primary .background .section_title {
              font-size: 7.175em; } }
    .idx.index_about .secondary {
      position: relative;
      z-index: 15; }
      .idx.index_about .secondary + * {
        margin-top: calc(8em / 8 * 5); }
    .idx.index_about .tertiary {
      position: relative;
      z-index: 20;
      aspect-ratio: 2/1;
      overflow: hidden;
      line-height: 0; }
    .idx.index_about .wrapper {
      display: flex;
      flex-direction: column;
      gap: calc(8em / 16 * 3);
      width: calc(100% / 32 * 26);
      margin: 0 auto;
      padding: calc(8em / 8 * 8) 0 calc(8em / 8 * 11); }
      @media screen and (max-width: 768px) {
        .idx.index_about .wrapper {
          width: calc(100% / 32 * 28);
          padding: calc(8em / 8 * 4) 0 calc(8em / 8 * 11); } }
      .idx.index_about .wrapper > .top .lead {
        font-weight: 600;
        font-size: 4.51em;
        line-height: 1; }
        @media screen and (max-width: 768px) {
          .idx.index_about .wrapper > .top .lead {
            font-size: 2.05em; } }
        .idx.index_about .wrapper > .top .lead span {
          display: block; }
      .idx.index_about .wrapper > .middle p {
        line-height: 1.64;
        font-weight: 600;
        font-size: 1.435em; }
        @media screen and (max-width: 768px) {
          .idx.index_about .wrapper > .middle p {
            font-size: 1em; } }
  .idx.index_work .primary {
    position: relative;
    z-index: 15; }
    .idx.index_work .primary .background {
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      filter: brightness(0.5); }
      .idx.index_work .primary .background .section_title {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 20;
        opacity: .41;
        font-size: 14.35em;
        line-height: .74;
        color: var(--key1); }
        @media screen and (max-width: 768px) {
          .idx.index_work .primary .background .section_title {
            font-size: 7.175em; } }
  .idx.index_work .tertiary {
    padding-bottom: calc(8em / 8 * 8); }
    @media screen and (max-width: 768px) {
      .idx.index_work .tertiary {
        padding-bottom: calc(8em / 16 * 8); } }
    .idx.index_work .tertiary ul.list_card {
      display: flex;
      justify-content: center;
      gap: calc(8em / 8 * 2); }
      @media screen and (max-width: 768px) {
        .idx.index_work .tertiary ul.list_card {
          gap: calc(8em / 64 * 2); } }
      .idx.index_work .tertiary ul.list_card > li {
        width: 540px;
        max-width: 100%; }
        .idx.index_work .tertiary ul.list_card > li:nth-child(1) {
          background: var(--key1); }
        .idx.index_work .tertiary ul.list_card > li:nth-child(2) {
          background: var(--key2); }
    .idx.index_work .tertiary a.card {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      gap: calc(8em / 8 * 3);
      height: 100%;
      padding: calc(8em / 16 * 3);
      border-radius: calc(8em / 64);
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .idx.index_work .tertiary a.card {
          gap: calc(8em / 16 * 2);
          padding: calc(8em / 16 * 1); } }
      .idx.index_work .tertiary a.card * {
        color: var(--white); }
      .idx.index_work .tertiary a.card > .text {
        display: flex;
        flex-direction: column;
        gap: calc(8em / 16); }
        @media screen and (max-width: 768px) {
          .idx.index_work .tertiary a.card > .text {
            padding: calc(8em / 16 * 1); } }
        .idx.index_work .tertiary a.card > .text .title {
          font-size: 2.05em;
          font-weight: 600; }
          @media screen and (max-width: 768px) {
            .idx.index_work .tertiary a.card > .text .title {
              font-size: 1.23em; } }
        .idx.index_work .tertiary a.card > .text ul.list_tag {
          display: flex;
          flex-wrap: wrap;
          gap: calc(8em / 32) calc(8em / 8);
          font-size: 1.23em;
          font-weight: 600; }
          @media screen and (max-width: 768px) {
            .idx.index_work .tertiary a.card > .text ul.list_tag {
              font-size: .85em; } }
          .idx.index_work .tertiary a.card > .text ul.list_tag > li::before {
            content: '#';
            display: inline-block;
            margin-right: .25em; }
      .idx.index_work .tertiary a.card > .image {
        aspect-ratio: 3/2;
        border-radius: calc(8em / 64);
        overflow: hidden; }
  .idx.index_work .wrapper {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: calc(8em / 16 * 3);
    width: calc(100% / 32 * 26);
    margin: 0 auto;
    padding: calc(8em / 8 * 8) 0 calc(8em / 8 * 3); }
    @media screen and (max-width: 768px) {
      .idx.index_work .wrapper {
        align-items: flex-start;
        width: calc(100% / 32 * 28);
        padding: calc(8em / 8 * 4) 0 calc(8em / 16 * 3); } }
    .idx.index_work .wrapper * {
      color: var(--white); }
    .idx.index_work .wrapper > .top .lead {
      font-weight: 600;
      font-size: 4.51em;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        .idx.index_work .wrapper > .top .lead {
          font-size: 2.05em; } }
      .idx.index_work .wrapper > .top .lead span {
        display: block; }
    .idx.index_work .wrapper > .middle p {
      line-height: 1.64;
      font-weight: 600;
      font-size: 1.435em; }
      @media screen and (max-width: 768px) {
        .idx.index_work .wrapper > .middle p {
          font-size: 1em; } }
  .idx.index_workstyle {
    overflow: hidden; }
    .idx.index_workstyle .primary {
      position: relative;
      z-index: 15;
      padding: calc(8em / 8 * 8) 0 calc(8em / 8 * 5); }
      @media screen and (max-width: 768px) {
        .idx.index_workstyle .primary {
          padding: calc(8em / 8 * 5) 0 calc(8em / 8 * 5); } }
      .idx.index_workstyle .primary .background {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        filter: brightness(0.5); }
        .idx.index_workstyle .primary .background .section_title {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 20;
          opacity: .41;
          font-size: 14.35em;
          line-height: .74;
          color: var(--white);
          white-space: nowrap; }
          @media screen and (max-width: 768px) {
            .idx.index_workstyle .primary .background .section_title {
              font-size: 7.175em; } }
        .idx.index_workstyle .primary .background::after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 100%;
          height: 100%;
          background-color: var(--key4);
          background-image: linear-gradient(to right, var(--key2), var(--key1));
          opacity: .7; }
    .idx.index_workstyle .wrapper {
      display: flex;
      flex-direction: column;
      gap: calc(8em / 16 * 3);
      width: calc(100% / 32 * 26);
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .idx.index_workstyle .wrapper {
          width: calc(100% / 32 * 28); } }
      .idx.index_workstyle .wrapper > .top * {
        color: var(--white); }
      .idx.index_workstyle .wrapper > .top .lead {
        font-weight: 600;
        font-size: 4.51em;
        line-height: 1; }
        @media screen and (max-width: 768px) {
          .idx.index_workstyle .wrapper > .top .lead {
            font-size: 2.05em; } }
        .idx.index_workstyle .wrapper > .top .lead span {
          display: block; }
      .idx.index_workstyle .wrapper > .middle .card {
        display: flex;
        flex-direction: column;
        gap: calc(8em / 16 * 3);
        height: auto;
        padding: calc(8em / 16 * 3);
        padding-top: calc(8em / 16 * 4);
        background: var(--white);
        border-radius: calc(8em / 64); }
        @media screen and (max-width: 768px) {
          .idx.index_workstyle .wrapper > .middle .card {
            gap: calc(8em / 16 * 2);
            padding: calc(8em / 16 * 2);
            padding-top: calc(8em / 16 * 3); } }
        .idx.index_workstyle .wrapper > .middle .card .title {
          font-size: 1.23em;
          font-weight: 600;
          text-align: center; }
        .idx.index_workstyle .wrapper > .middle .card .chart {
          position: relative;
          z-index: 15;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;
          height: 100%; }
          .idx.index_workstyle .wrapper > .middle .card .chart:has(canvas) {
            flex-direction: column; }
            .idx.index_workstyle .wrapper > .middle .card .chart:has(canvas) canvas {
              aspect-ratio: 1/1; }
          .idx.index_workstyle .wrapper > .middle .card .chart .backimage {
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            display: flex;
            align-items: center;
            width: 100%;
            height: 100%;
            opacity: .65; }
          .idx.index_workstyle .wrapper > .middle .card .chart .number {
            display: flex;
            align-items: baseline;
            font-weight: 600;
            white-space: nowrap;
            align-items: center;
            aspect-ratio: 1/1; }
            .idx.index_workstyle .wrapper > .middle .card .chart .number .num {
              font-size: 5.125em;
              letter-spacing: -.0205em;
              color: var(--key1); }
            .idx.index_workstyle .wrapper > .middle .card .chart .number .attr {
              font-size: 1.64em; }
      .idx.index_workstyle .wrapper > .middle ul.pie-legend {
        display: flex;
        flex-wrap: wrap;
        gap: calc(8em / 32); }
        .idx.index_workstyle .wrapper > .middle ul.pie-legend > li {
          display: flex;
          align-items: center;
          gap: calc(8em / 16); }
          .idx.index_workstyle .wrapper > .middle ul.pie-legend > li .sw {
            display: block;
            width: calc(8em / 16);
            height: calc(8em / 16);
            border-radius: calc(8em / 16); }
    .idx.index_workstyle .slider .slider__inner .slider__item {
      width: 30vw; }
      @media screen and (max-width: 768px) {
        .idx.index_workstyle .slider .slider__inner .slider__item {
          width: 50vw; } }
  .idx.index_interview {
    padding: calc(8em / 8 * 3) 0; }
    .idx.index_interview .wrapper {
      width: calc(100% / 32 * 29);
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .idx.index_interview .wrapper {
          width: calc(100% / 32 * 30); } }
    .idx.index_interview .index_interview-body {
      display: flex;
      flex-direction: column;
      gap: calc(8em / 16 * 3); }
      @media screen and (max-width: 768px) {
        .idx.index_interview .index_interview-body {
          gap: calc(100vw / 32); } }
      .idx.index_interview .index_interview-body > .top {
        position: relative;
        z-index: 15; }
        .idx.index_interview .index_interview-body > .top .text {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 20;
          display: flex;
          justify-content: space-between;
          flex-direction: column;
          width: 100%;
          height: 100%; }
          .idx.index_interview .index_interview-body > .top .text .lead {
            display: table;
            margin-left: auto;
            font-weight: 600;
            font-size: 3.28em;
            line-height: 1;
            color: var(--key1);
            text-transform: uppercase;
            background: linear-gradient(0deg, var(--key2), var(--key1));
            background: -webkit-linear-gradient(0deg, var(--key2), var(--key1));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; }
            @media screen and (max-width: 768px) {
              .idx.index_interview .index_interview-body > .top .text .lead {
                font-size: 2.05em; } }
            .idx.index_interview .index_interview-body > .top .text .lead span {
              display: block; }
          .idx.index_interview .index_interview-body > .top .text .body {
            display: inline-block;
            text-align: center;
            line-height: .74;
            color: var(--key1);
            text-transform: uppercase;
            background: linear-gradient(0deg, var(--key2), var(--key1));
            background: -webkit-linear-gradient(0deg, var(--key2), var(--key1));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            white-space: nowrap; }
        .idx.index_interview .index_interview-body > .top::after {
          content: '';
          position: absolute;
          z-index: 20;
          display: block;
          inset: 0;
          width: 100%;
          height: 100%;
          background: url(images/index/play.png) center;
          background-size: cover;
          background-size: 8em 8em;
          background-repeat: no-repeat; }
          @media screen and (max-width: 768px) {
            .idx.index_interview .index_interview-body > .top::after {
              background-size: 4em 4em; } }
    .idx.index_interview .video {
      position: relative;
      z-index: 15;
      max-width: 100%;
      aspect-ratio: 16 / 9;
      filter: brightness(0.5); }
      .idx.index_interview .video::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: var(--black);
        mix-blend-mode: hue; }
      .idx.index_interview .video > iframe {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%; }

header#pageHeader {
  position: relative;
  z-index: 20;
  padding-top: calc((8.5em / 8) * 5); }
  @media screen and (max-width: 768px) {
    header#pageHeader {
      padding-top: calc(8.5em / 8 * 4); } }
  header#pageHeader aside {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    color: var(--key1);
    font-size: 12.3em;
    text-transform: uppercase;
    letter-spacing: -.0328em;
    opacity: .1; }
  header#pageHeader .wrapper {
    position: relative;
    z-index: 15;
    width: calc(100% / 32 * 31);
    margin: 0 auto;
    padding: calc(8em / 8 * 4) 0; }
    @media screen and (max-width: 768px) {
      header#pageHeader .wrapper {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        padding: calc(8em / 8 * 3) 0; } }
    header#pageHeader .wrapper > .image {
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1;
      width: 50%;
      aspect-ratio: 2.35/1;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        header#pageHeader .wrapper > .image {
          position: relative;
          width: 100%;
          margin-top: calc(8em / 8 * 3);
          margin-bottom: calc(8em / 8 * -3); } }
    header#pageHeader .wrapper > .text {
      display: flex;
      flex-direction: column;
      gap: calc(8em / 8 * 3);
      width: calc(100% / 31 * 28);
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 768px) {
        header#pageHeader .wrapper > .text {
          gap: calc(8em / 16 * 3);
          width: calc(100% / 16 * 15);
          margin-left: auto;
          margin-right: auto; } }
    header#pageHeader .wrapper hgroup {
      position: relative;
      z-index: 15;
      display: flex;
      flex-direction: column-reverse;
      align-items: baseline; }
      header#pageHeader .wrapper hgroup * {
        color: var(--white); }
      header#pageHeader .wrapper hgroup h1 {
        display: flex;
        align-items: center;
        gap: calc(8.5em / 64 * 3);
        font-size: 1.64em;
        font-weight: 600;
        line-height: 1; }
        @media screen and (max-width: 768px) {
          header#pageHeader .wrapper hgroup h1 {
            font-size: 1.3325em; } }
      header#pageHeader .wrapper hgroup span {
        position: relative;
        z-index: 15;
        font-size: 4.51em;
        font-weight: 400;
        line-height: 1;
        text-transform: uppercase; }
        @media screen and (max-width: 768px) {
          header#pageHeader .wrapper hgroup span {
            font-size: 4.1em; } }

.anker_navigation {
  font-size: .9em; }
  .anker_navigation * {
    color: var(--white); }
  .anker_navigation ul {
    display: flex;
    align-items: center;
    gap: calc(1em / 2) calc(1em * 2); }
    @media screen and (max-width: 768px) {
      .anker_navigation ul {
        flex-wrap: wrap;
        gap: calc(1em / 2) calc(1em / 2 * 3); } }
    .anker_navigation ul > li a {
      display: flex;
      align-items: center;
      flex-direction: row-reverse;
      gap: calc(1em / 4 * 3); }
      .anker_navigation ul > li a span {
        display: block; }
        .anker_navigation ul > li a span.icon {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 1.23em;
          min-width: 1.23em;
          height: 1.23em;
          background: var(--key1);
          border-radius: calc(1em / 8); }
          .anker_navigation ul > li a span.icon svg {
            fill: var(--white);
            transform: rotate(90deg); }
        .anker_navigation ul > li a span.text {
          font-weight: 600; }

.rollIn h1, .rollIn span {
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.6s ease; }
.rollIn.is-visible h1, .rollIn.is-visible span {
  transform: translateY(0);
  opacity: 1; }
.rollIn.is-visible h1 {
  transition-delay: 0.4s; }
.rollIn.is-visible span {
  transition-delay: 0.2s; }

.-page {
  position: relative;
  z-index: 25; }
  .-page > .wrapper {
    display: block;
    width: calc(100% / 16 * 15);
    margin: 0 auto;
    padding: calc(8.5em / 8 * 4) 0 calc(8.5em / 8 * 8); }
    @media screen and (max-width: 768px) {
      .-page > .wrapper {
        padding: calc(8.5em / 16 * 4) 0 calc(8.5em / 16 * 6); } }
    .-page > .wrapper.flex_wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: calc(8.5em / 8 * 2) calc(8.5em / 8 * 2); }
      @media screen and (max-width: 768px) {
        .-page > .wrapper.flex_wrapper {
          flex-direction: column; } }
      .-page > .wrapper.flex_wrapper > .left_side {
        width: calc(8.5em / 8 * 14); }
        @media screen and (max-width: 768px) {
          .-page > .wrapper.flex_wrapper > .left_side {
            display: none; } }
        .-page > .wrapper.flex_wrapper > .left_side .sticky {
          top: calc(8.5em / 1); }
          .-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; }
            .-page > .wrapper.flex_wrapper > .left_side .sticky h5::before {
              content: '';
              display: block;
              width: 1em;
              height: 1em;
              background: url(images/icon/menu.svg); }
            .-page > .wrapper.flex_wrapper > .left_side .sticky h5 + * {
              margin-top: calc(8.5em / 8); }
          .-page > .wrapper.flex_wrapper > .left_side .sticky > ul {
            counter-reset: num;
            display: flex;
            flex-direction: column;
            gap: calc(8.5em / 12); }
            @media screen and (max-width: 768px) {
              .-page > .wrapper.flex_wrapper > .left_side .sticky > ul {
                padding: calc(8.5em / 16 * 3);
                background: #f7f7f7;
                border-radius: calc(8.5em / 16 * 1); } }
            .-page > .wrapper.flex_wrapper > .left_side .sticky > ul > li {
              display: flex;
              align-items: center;
              opacity: .5; }
              .-page > .wrapper.flex_wrapper > .left_side .sticky > ul > li a {
                display: flex;
                align-items: center;
                gap: calc(8.5em / 16);
                font-weight: 600;
                font-size: .9em; }
                .-page > .wrapper.flex_wrapper > .left_side .sticky > ul > li a::before {
                  counter-increment: num;
                  content: "0" counter(num);
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  width: 2.05em;
                  min-width: 2.05em;
                  height: 2.05em;
                  background: linear-gradient(135deg, var(--color-black) 75%, var(--color-key4));
                  border-radius: calc(8.5em / 32);
                  overflow: hidden;
                  font-weight: 500;
                  color: var(--color-white); }
              .-page > .wrapper.flex_wrapper > .left_side .sticky > ul > li.active, .-page > .wrapper.flex_wrapper > .left_side .sticky > ul > li:hover {
                opacity: 1; }
            .-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%); }
      .-page > .wrapper.flex_wrapper > .right_side {
        width: calc(100% - ((8.5em / 8 * 14) + (8.5em / 8 * 2)));
        min-width: 767px; }
        @media screen and (max-width: 768px) {
          .-page > .wrapper.flex_wrapper > .right_side {
            width: 100%;
            min-width: 100%; } }
    .-page > .wrapper.document_wrapper {
      width: calc(100% / 16 * 12); }
      @media screen and (max-width: 768px) {
        .-page > .wrapper.document_wrapper {
          width: calc(100% / 16 * 14); } }
  .-page .page_main .page_body .page_block {
    padding: calc(8em / 8 * 6) 0; }
    @media screen and (max-width: 768px) {
      .-page .page_main .page_body .page_block {
        padding: calc(8em / 8 * 3) 0; } }
    .-page .page_main .page_body .page_block hgroup + .page_cell {
      margin-top: calc(8em / 8 * 4); }
      @media screen and (max-width: 768px) {
        .-page .page_main .page_body .page_block hgroup + .page_cell {
          margin-top: calc(8em / 8 * 2); } }
    .-page .page_main .page_body .page_block hgroup ~ hgroup {
      margin-top: calc(8em / 8 * 6); }
      @media screen and (max-width: 768px) {
        .-page .page_main .page_body .page_block hgroup ~ hgroup {
          margin-top: calc(8em / 8 * 3); } }
    .-page .page_main .page_body .page_block .page_cell ~ .page_cell {
      margin-top: calc(8em / 8 * 4); }
      @media screen and (max-width: 768px) {
        .-page .page_main .page_body .page_block .page_cell ~ .page_cell {
          margin-top: calc(8em / 8 * 2); } }
  .-page .page_main .page_body .seplate {
    width: calc(100% / 30 * 32);
    margin-left: calc(100% / 30 * -1);
    margin-right: calc(100% / 30 * -1); }
    .-page .page_main .page_body .seplate.medium {
      aspect-ratio: 2.35/1;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .-page .page_main .page_body .seplate.medium {
          aspect-ratio: 16/9; } }
      .-page .page_main .page_body .seplate.medium .inner {
        height: calc(100% + 80px); }

/*
header#singleHeader {
	position: relative;
	z-index: 15;
	margin-top: calc(30px + (8.5em / 32 * 22));
	@include mq(md){
		margin-top: calc(25px + (8.5em / 32 * 14));
	}
	.wrapper {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		gap: calc(8.5em / 8 * 1);
		width: calc(100% / 32 * 27);
		//max-width: calc(1680px / 16* 14);
		margin: 0 auto;
		padding-top: calc(8.5em / 2);
		@include mq(md){
			width: calc(100% / 32 * 28);
			padding-top: calc(8.5em / 8 * 2);
		}
		hgroup {
			position: relative;
			z-index: 15;
			@include mq(md){
			}
	 	h1 {
			 font-size: 2.46em;
				font-weight: normal;
				line-height: 1.435;
				@include mq(md){
					font-size: 1.64em;
				}
			}
		}
		.publish {
			display: flex;
			align-items: center;
			column-gap: calc(8.5em / 12);
			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;
			}
			time {
				color: var(--color-gray);
			}
		}
	}
}
article.-single {
	position: relative;
	z-index: 25;
	>.wrapper {
		display: block;
		width: calc(100% / 16 * 14);
		//max-width: calc(1680px / 16* 14);
		margin: 0 auto;
		padding: calc(8.5em / 8 * 4) 0 calc(8.5em / 8 * 8);
		&.flex_wrapper {
			display: flex;
			flex-wrap: wrap;
			gap: calc(8.5em / 8 * 2) calc(8.5em / 8 * 4);
			@include mq(md){
				flex-direction: column;
			}
			>.left_side {
				flex: 2;
				min-width: calc(8.5em / 8 * 8);
				@include mq(md){
					display: none;
				}
				.sticky {
					top: calc(8.5em / 1);
					>ul.navigation {
						display: flex;
						flex-direction: column;
						gap: calc(8.5em / 12);
						@include mq(md){
							padding: calc(8.5em / 16 * 3);
							background: $f7;
							border-radius: calc(8.5em / 16 * 1);
						}
						>li {
							display: flex;
							align-items: center;
							column-gap: calc(8.5em / 16);
							opacity: .5;
							&::after {
								content: '';
								display: block;
								width: 1.23em;
								height: 1.23em;
								background: url(images/icon/arrow.svg);
								opacity: 0;
								transform: translateX(calc(8.5em / -16));
								@include mov;
							}
							a {
								font-weight: 700;
								font-size: 1.435em;
								@include mq(md){
									font-size: 1.23em;
								}
							}
							&.current, &:hover {
								opacity: 1;
							}
							&:hover {
								&::after {
									opacity: 1;
									transform: translateX(0);
									@include mov;
								}
							}
						}
					}
					.title {
						display: flex;
						align-items: center;
						gap: calc(8.5em / 16);
						margin-top: calc(8.5em / 16 * 4);
						&::before {
							content: '';
							display: block;
							width: calc(8.5em / 32);
							height: 1em;
							background: linear-gradient(to bottom, var(--color-key1) 50%, var(--color-key3) 50%);
						}
						+* {
							margin-top: calc(8.5em / 8);
						}
					}
				}
			}
			>.right_side {
				flex: 7;
			}
			&::after {
				content: '';
				flex: 2;
				display: block;
				@include mq(md){
					display: none;
				}
			}
		}
 	.single_main {
	 }
	}
 .single_main {
  .thumbnail {
   +* {
    margin-top: calc(8.5em / 16 * 3);
   }
  }
  .single_body {
   display: flex;
   flex-direction: column;
   gap: calc(8.5em / 16 * 1);
   +* {
    margin-top: calc(8.5em / 16 * 3);
   }
  }
  .single_foot {
   
  }
  a {
   color: var(--color-key1);
   text-decoration: underline;
   * {
    color: var(--color-key1);
   }
  }
 }
}
*/
.fancybox__container {
  --fancybox-zIndex: 9999; }
  .fancybox__container * {
    color: var(--white); }

.page_ .wrapper {
  width: calc(100% / 16 * 12);
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 768px) {
    .page_ .wrapper {
      width: calc(100% / 16 * 14); } }
.page_ .column {
  display: flex; }
  @media screen and (max-width: 768px) {
    .page_ .column {
      flex-direction: column; } }
  .page_ .column > .column-left {
    flex: 1; }
    .page_ .column > .column-left .column-title {
      font-size: 2em;
      letter-spacing: -.0205em; }
      @media screen and (max-width: 768px) {
        .page_ .column > .column-left .column-title {
          display: none; } }
    .page_ .column > .column-left .column-subtitle {
      font-size: .9em;
      letter-spacing: .0205em;
      font-weight: 600; }
      @media screen and (max-width: 768px) {
        .page_ .column > .column-left .column-subtitle {
          font-size: 1.23em;
          margin-bottom: 1em; } }
  .page_ .column > .column-right {
    flex: 4; }

.page_frame hgroup:has(.h2) {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: calc(8em / 32) calc(8em / 16 * 2); }
  .page_frame hgroup:has(.h2) .h2 {
    font-size: 1.3325em; }
  .page_frame hgroup:has(.h2) + * {
    margin-top: calc(8em / 16 * 3); }
.page_frame hgroup:has(.icon) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(8em / 16 * 1);
  font-size: 1.3325em; }
  .page_frame hgroup:has(.icon) .icon {
    width: 1.23em;
    height: 1.23em;
    filter: brightness(0) invert(1); }
  .page_frame hgroup:has(.icon) h2 {
    color: var(--white);
    line-height: 1; }
  .page_frame hgroup:has(.icon) + * {
    margin-top: calc(8em / 16 * 3); }
.page_frame hgroup:has(.h3) {
  border-top: solid 1px var(--border-light-black);
  padding-top: calc(8em / 32 * 3); }
  .page_frame hgroup:has(.h3) .h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2.46em;
    padding: calc(8em / 16) 0;
    background: var(--white);
    color: var(--text); }
  .page_frame hgroup:has(.h3) + * {
    margin-top: calc(8em / 16 * 3); }
.page_frame hgroup:has(.gray) .gray {
  background: var(--gray1); }
.page_frame .page_block ~ .page_block {
  margin-top: calc(8em / 16 * 10); }
.page_frame .page_block .page_cell ~ .page_cell {
  margin-top: calc(8em / 16 * 6); }

.comment_wrapper {
  position: relative;
  z-index: 15; }
  .comment_wrapper ul {
    display: flex;
    flex-wrap: wrap;
    gap: calc(8em / 16 * 3); }
    @media screen and (max-width: 768px) {
      .comment_wrapper ul {
        flex-direction: column;
        gap: calc(8em / 16 * 2); } }
    .comment_wrapper ul > li {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-direction: column;
      gap: calc(8em / 64 * 3);
      width: calc((100% / 3) - ((8em / 16 * 3) * 2 / 3));
      padding: calc(8em / 16 * 3);
      background: var(--white);
      border: solid 1px var(--border-light-black); }
      @media screen and (max-width: 768px) {
        .comment_wrapper ul > li {
          width: 100%; } }
      .comment_wrapper ul > li > .comment {
        display: flex;
        flex-direction: column;
        gap: calc(8em / 64);
        font-size: .95em; }
        .comment_wrapper ul > li > .comment .type {
          display: flex;
          align-items: center;
          gap: calc(8em / 64 * 3);
          font-weight: 600; }
          .comment_wrapper ul > li > .comment .type[data-type="comment"]::before {
            content: '';
            display: block;
            width: 1.23em;
            height: 1.23em;
            background: url("images/icon/comment.svg"); }
          .comment_wrapper ul > li > .comment .type[data-type="point"]::before {
            content: '';
            display: block;
            width: 1.23em;
            height: 1.23em;
            background: url("images/icon/comment.svg"); }
          .comment_wrapper ul > li > .comment .type .movie {
            display: block;
            width: 1.5em;
            min-width: 1.5em;
            height: 1.5em;
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
            .comment_wrapper ul > li > .comment .type .movie: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; }
      .comment_wrapper ul > li > .profile {
        display: flex;
        align-items: center;
        gap: calc(8em / 64 * 6); }
        .comment_wrapper ul > li > .profile .image {
          display: block;
          width: calc(8em / 16 * 7);
          min-width: calc(8em / 16 * 7);
          height: calc(8em / 16 * 7);
          background: var(--gray1);
          border-radius: calc(8em / 16 * 7);
          overflow: hidden; }
        .comment_wrapper ul > li > .profile .text .name {
          font-weight: 600; }
        .comment_wrapper ul > li > .profile .text .attr {
          font-size: .8em;
          font-size: min(0.8em, 14px);
          color: var(--color-gray); }

.card_wrapper {
  position: relative;
  z-index: 15; }
  .card_wrapper ul {
    display: flex;
    flex-wrap: wrap;
    gap: calc(8em / 16 * 3); }
    @media screen and (max-width: 768px) {
      .card_wrapper ul {
        flex-direction: column;
        gap: calc(8em / 16 * 2); } }
    .card_wrapper ul > li {
      display: flex;
      flex-direction: column;
      height: auto;
      width: calc((100% / 3) - ((8em / 16 * 3) * 2 / 3));
      padding: calc(8em / 32 * 3);
      background: var(--white);
      border: solid 1px var(--border-light-black); }
      @media screen and (max-width: 768px) {
        .card_wrapper ul > li {
          width: 100%; } }
      .card_wrapper ul > li .image {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        aspect-ratio: 3/2;
        overflow: hidden; }
        .card_wrapper ul > li .image img {
          width: 100%; }
      .card_wrapper ul > li .text {
        display: flex;
        flex-direction: column;
        gap: calc(8em / 32);
        padding: calc(8em / 32 * 3) calc(8em / 32 * 2); }
        .card_wrapper ul > li .text .title {
          display: flex;
          justify-content: center; }
          .card_wrapper ul > li .text .title p {
            font-size: 1.1275em;
            font-weight: 600;
            color: var(--text); }
        .card_wrapper ul > li .text .description p {
          font-size: .9em;
          line-height: 1.64; }
  .card_wrapper.container ul {
    display: initial;
    gap: initial; }
    .card_wrapper.container ul > li {
      width: auto; }

.swiper-scroll-and-button {
  position: relative;
  z-index: 15; }
  .swiper-scroll-and-button .swiper-slide {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: calc(8em / 32 * 3);
    background: var(--white); }
    .swiper-scroll-and-button .swiper-slide .image {
      position: relative;
      z-index: 15;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      aspect-ratio: 3/2;
      overflow: hidden; }
      .swiper-scroll-and-button .swiper-slide .image .background {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%; }
        .swiper-scroll-and-button .swiper-slide .image .background::after {
          content: '';
          position: absolute;
          top: 0;
          z-index: 5;
          display: block;
          width: 100%;
          height: 100%;
          -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px); }
      .swiper-scroll-and-button .swiper-slide .image img {
        width: 100%; }
    .swiper-scroll-and-button .swiper-slide .text {
      padding: calc(8em / 32 * 3) calc(8em / 32 * 2); }
      .swiper-scroll-and-button .swiper-slide .text .title {
        display: flex;
        align-items: baseline;
        gap: calc(8em / 16);
        font-size: 1.1275em; }
        .swiper-scroll-and-button .swiper-slide .text .title .time {
          font-weight: 600;
          color: var(--color-gray); }
        .swiper-scroll-and-button .swiper-slide .text .title .event {
          font-weight: 600;
          color: var(--text); }
      .swiper-scroll-and-button .swiper-slide .text .description p {
        color: var(--text);
        font-size: .85em; }
  .swiper-scroll-and-button .swiper-controll {
    display: flex;
    align-items: center;
    gap: calc(8em / 16 * 3);
    margin-top: calc(8em / 16 * 3); }
    .swiper-scroll-and-button .swiper-controll > .swiper-scrollbar {
      position: relative;
      top: initial;
      left: initial;
      bottom: initial;
      right: initial;
      flex: 1;
      margin: 0;
      padding: 0;
      opacity: 1; }
      .swiper-scroll-and-button .swiper-controll > .swiper-scrollbar .swiper-scrollbar-drag {
        background: var(--white); }
    .swiper-scroll-and-button .swiper-controll > .swiper-button-wrapper {
      display: flex;
      align-items: center;
      gap: calc(8em / 16); }
      .swiper-scroll-and-button .swiper-controll > .swiper-button-wrapper .swiper-button-prev, .swiper-scroll-and-button .swiper-controll > .swiper-button-wrapper .swiper-button-next {
        position: relative;
        top: initial;
        left: initial;
        bottom: initial;
        right: initial;
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(8em / 16 * 7);
        min-width: calc(8em / 16 * 7);
        height: calc(8em / 16 * 7);
        margin: 0;
        padding: 0;
        background: var(--white); }
        .swiper-scroll-and-button .swiper-controll > .swiper-button-wrapper .swiper-button-prev::after, .swiper-scroll-and-button .swiper-controll > .swiper-button-wrapper .swiper-button-next::after {
          font-size: 1.23rem; }

.page_hardwork-recommend {
  position: relative;
  z-index: 15;
  background: var(--white); }
  .page_hardwork-recommend .wrapper {
    width: calc(100% / 32 * 28);
    margin-left: auto;
    margin-right: auto;
    padding: calc(8em / 8 * 10) 0; }
    @media screen and (max-width: 768px) {
      .page_hardwork-recommend .wrapper {
        padding: calc(8em / 8 * 4) 0 calc(8em / 8 * 6); } }
    .page_hardwork-recommend .wrapper .inner {
      width: calc(100% / 28 * 24);
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 768px) {
        .page_hardwork-recommend .wrapper .inner {
          width: 100%; } }
  .page_hardwork-recommend .page_hardwork-recommend_head {
    text-align: center; }
    .page_hardwork-recommend .page_hardwork-recommend_head .lead p {
      font-weight: 600;
      line-height: 1.23; }
      .page_hardwork-recommend .page_hardwork-recommend_head .lead p.main {
        font-size: 4.51em; }
        @media screen and (max-width: 768px) {
          .page_hardwork-recommend .page_hardwork-recommend_head .lead p.main {
            font-size: 2.46em; } }
      .page_hardwork-recommend .page_hardwork-recommend_head .lead p.sub {
        font-size: 1.64em; }
        @media screen and (max-width: 768px) {
          .page_hardwork-recommend .page_hardwork-recommend_head .lead p.sub {
            font-size: 1.435em; } }
    .page_hardwork-recommend .page_hardwork-recommend_head .lead + * {
      margin-top: calc(8em / 16 * 3); }
    .page_hardwork-recommend .page_hardwork-recommend_head + * {
      margin-top: calc(8em / 16 * 5); }
  .page_hardwork-recommend .page_hardwork-recommend_body ul.sticky_card {
    display: flex;
    flex-direction: column;
    gap: calc(8em / 16 * 4); }
    .page_hardwork-recommend .page_hardwork-recommend_body ul.sticky_card > li {
      top: calc(8em / 8 * 4);
      padding: calc(8em / 8 * 4) 0 calc(8em / 8 * 6);
      background: linear-gradient(to right, var(--key2), var(--key1));
      filter: brightness(1); }
      @media screen and (max-width: 768px) {
        .page_hardwork-recommend .page_hardwork-recommend_body ul.sticky_card > li {
          padding: calc(8em / 8 * 3) calc(8em / 8 * 1) calc(8em / 8 * 4); } }
      .page_hardwork-recommend .page_hardwork-recommend_body ul.sticky_card > li * {
        color: var(--white); }
  .page_hardwork-recommend .recommend-container {
    position: relative;
    z-index: 15; }
    .page_hardwork-recommend .recommend-container .card .image {
      position: relative;
      z-index: 15;
      display: flex;
      align-items: center;
      justify-content: center;
      aspect-ratio: 2.35/1;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .page_hardwork-recommend .recommend-container .card .image {
          aspect-ratio: 3/2; } }
      .page_hardwork-recommend .recommend-container .card .image:has(.chart) img {
        filter: brightness(0.5); }
      .page_hardwork-recommend .recommend-container .card .image .chart {
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 5;
        display: flex;
        align-items: center;
        gap: calc(8em / 32 * 6);
        width: auto;
        height: 100%;
        transform: translateX(-50%); }
        .page_hardwork-recommend .recommend-container .card .image .chart ul {
          white-space: nowrap; }
          @media screen and (max-width: 768px) {
            .page_hardwork-recommend .recommend-container .card .image .chart ul {
              display: none; } }
          .page_hardwork-recommend .recommend-container .card .image .chart ul > li {
            display: flex;
            align-items: center;
            gap: calc(8em / 32 * 3); }
            .page_hardwork-recommend .recommend-container .card .image .chart ul > li .sw {
              display: block;
              width: 1em;
              height: 1em; }
      .page_hardwork-recommend .recommend-container .card .image + * {
        margin-top: calc(8em / 16 * 3); }
    .page_hardwork-recommend .recommend-container .card dl {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      .page_hardwork-recommend .recommend-container .card dl > dt {
        font-size: 1.1275em;
        font-weight: 600; }
        @media screen and (max-width: 768px) {
          .page_hardwork-recommend .recommend-container .card dl > dt {
            font-size: 1.075em; } }
      .page_hardwork-recommend .recommend-container .card dl > dd {
        font-size: .95em; }
    .page_hardwork-recommend .recommend-container .swiper-controll {
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      align-items: flex-end;
      gap: calc(8em / 16 * 3);
      width: 100%;
      padding: 1em;
      aspect-ratio: 2.35/1; }
      @media screen and (max-width: 768px) {
        .page_hardwork-recommend .recommend-container .swiper-controll {
          padding: .5em;
          aspect-ratio: 3/2; } }
      .page_hardwork-recommend .recommend-container .swiper-controll > .swiper-pagination {
        position: relative;
        top: initial;
        left: initial;
        bottom: initial;
        right: initial;
        flex: 1;
        display: flex;
        margin: 0;
        padding: 0;
        opacity: 1; }
        .page_hardwork-recommend .recommend-container .swiper-controll > .swiper-pagination .swiper-pagination-active {
          background: var(--key1); }
      .page_hardwork-recommend .recommend-container .swiper-controll > .swiper-button-wrapper {
        display: flex;
        align-items: center;
        gap: calc(8em / 16); }
        .page_hardwork-recommend .recommend-container .swiper-controll > .swiper-button-wrapper .swiper-button-prev, .page_hardwork-recommend .recommend-container .swiper-controll > .swiper-button-wrapper .swiper-button-next {
          position: relative;
          top: initial;
          left: initial;
          bottom: initial;
          right: initial;
          display: flex;
          align-items: center;
          justify-content: center;
          width: calc(8em / 16 * 6);
          min-width: calc(8em / 16 * 6);
          height: calc(8em / 16 * 6);
          margin: 0;
          padding: 0;
          background: var(--white);
          color: var(--text); }
          @media screen and (max-width: 768px) {
            .page_hardwork-recommend .recommend-container .swiper-controll > .swiper-button-wrapper .swiper-button-prev, .page_hardwork-recommend .recommend-container .swiper-controll > .swiper-button-wrapper .swiper-button-next {
              width: calc(8em / 16 * 5);
              min-width: calc(8em / 16 * 5);
              height: calc(8em / 16 * 5); } }
          .page_hardwork-recommend .recommend-container .swiper-controll > .swiper-button-wrapper .swiper-button-prev::after, .page_hardwork-recommend .recommend-container .swiper-controll > .swiper-button-wrapper .swiper-button-next::after {
            font-size: 1.23rem; }
            @media screen and (max-width: 768px) {
              .page_hardwork-recommend .recommend-container .swiper-controll > .swiper-button-wrapper .swiper-button-prev::after, .page_hardwork-recommend .recommend-container .swiper-controll > .swiper-button-wrapper .swiper-button-next::after {
                font-size: 1rem; } }

.page_hardwork-style {
  overflow: hidden; }
  .page_hardwork-style .wrapper {
    width: calc(100% / 32 * 28);
    margin-left: auto;
    margin-right: auto;
    padding: calc(8em / 8 * 5) 0; }
    .page_hardwork-style .wrapper .inner {
      width: calc(100% / 28 * 24);
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 768px) {
        .page_hardwork-style .wrapper .inner {
          width: 100%; } }
  .page_hardwork-style .page_hardwork-style_body .switch_head ul {
    display: flex; }
    .page_hardwork-style .page_hardwork-style_body .switch_head ul > li {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 4.1em;
      background: var(--text);
      opacity: .5;
      font-weight: 600;
      color: var(--white); }
      @media screen and (max-width: 768px) {
        .page_hardwork-style .page_hardwork-style_body .switch_head ul > li {
          min-height: 3.28em; } }
      .page_hardwork-style .page_hardwork-style_body .switch_head ul > li.current {
        opacity: 1; }
  .page_hardwork-style .page_hardwork-style_body .switch_body {
    position: relative;
    z-index: 15; }
    .page_hardwork-style .page_hardwork-style_body .switch_body .switchBody {
      position: absolute;
      top: 0;
      width: 100%;
      opacity: 0;
      visibility: hidden;
      pointer-events: none; }
      .page_hardwork-style .page_hardwork-style_body .switch_body .switchBody.current {
        position: relative;
        opacity: 1;
        visibility: visible;
        pointer-events: auto; }
    .page_hardwork-style .page_hardwork-style_body .switch_body .introduction {
      display: flex;
      justify-content: center;
      padding: calc(8em / 16 * 4) 0; }
      @media screen and (max-width: 768px) {
        .page_hardwork-style .page_hardwork-style_body .switch_body .introduction {
          padding: calc(8em / 16 * 3) 0; } }
      .page_hardwork-style .page_hardwork-style_body .switch_body .introduction * {
        color: var(--white); }
    .page_hardwork-style .page_hardwork-style_body .switch_body .openpost {
      padding: calc(8em / 16 * 6);
      background: var(--white);
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .page_hardwork-style .page_hardwork-style_body .switch_body .openpost {
          padding: calc(8em / 16 * 3); } }
      .page_hardwork-style .page_hardwork-style_body .switch_body .openpost ul.list > li ~ li {
        margin-top: 0;
        padding-top: 0;
        border-top: none; }
      .page_hardwork-style .page_hardwork-style_body .switch_body .openpost .swiper-button-wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: calc(8em / 16); }
        .page_hardwork-style .page_hardwork-style_body .switch_body .openpost .swiper-button-wrapper .swiper-button-prev, .page_hardwork-style .page_hardwork-style_body .switch_body .openpost .swiper-button-wrapper .swiper-button-next {
          position: relative;
          top: initial;
          left: initial;
          bottom: initial;
          right: initial;
          display: flex;
          align-items: center;
          justify-content: center;
          width: calc(8em / 16 * 7);
          min-width: calc(8em / 16 * 7);
          height: calc(8em / 16 * 7);
          margin: 0;
          padding: 0;
          background: var(--white); }
          .page_hardwork-style .page_hardwork-style_body .switch_body .openpost .swiper-button-wrapper .swiper-button-prev::after, .page_hardwork-style .page_hardwork-style_body .switch_body .openpost .swiper-button-wrapper .swiper-button-next::after {
            font-size: 1.23rem; }

.page_worklife-introduction {
  position: relative;
  z-index: 15;
  background: var(--white); }
  .page_worklife-introduction * {
    font-weight: 600; }
  .page_worklife-introduction .wrapper {
    width: calc(100% / 32 * 28);
    margin-left: auto;
    margin-right: auto;
    padding: calc(8em / 8 * 10) 0 calc(8em / 8 * 5); }
    @media screen and (max-width: 768px) {
      .page_worklife-introduction .wrapper {
        padding: calc(8em / 8 * 4) 0 calc(8em / 8 * 5); } }
    .page_worklife-introduction .wrapper .inner {
      width: calc(100% / 28 * 24);
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 768px) {
        .page_worklife-introduction .wrapper .inner {
          width: 100%; } }
  .page_worklife-introduction .page_worklife-introduction_head p {
    display: flex;
    align-items: center;
    flex-direction: column; }
    .page_worklife-introduction .page_worklife-introduction_head p span {
      display: block; }
      .page_worklife-introduction .page_worklife-introduction_head p span.main {
        font-size: 2.87em;
        line-height: 1.23; }
      .page_worklife-introduction .page_worklife-introduction_head p span.sub {
        font-size: 2.05em;
        line-height: 1.23; }
        @media screen and (max-width: 768px) {
          .page_worklife-introduction .page_worklife-introduction_head p span.sub {
            font-size: 1.845em; } }
  .page_worklife-introduction .page_worklife-introduction_head + * {
    margin-top: calc(8em / 16 * 4); }
  .page_worklife-introduction .page_worklife-introduction_body {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: calc(8em / 16 * 2); }
    .page_worklife-introduction .page_worklife-introduction_body > * {
      font-size: 1.1275em;
      text-align: center; }
    .page_worklife-introduction .page_worklife-introduction_body .development {
      text-align: left; }
      @media screen and (max-width: 768px) {
        .page_worklife-introduction .page_worklife-introduction_body .development br {
          display: none; } }
    .page_worklife-introduction .page_worklife-introduction_body .turning {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: calc(8em / 8); }
      .page_worklife-introduction .page_worklife-introduction_body .turning::before, .page_worklife-introduction .page_worklife-introduction_body .turning::after {
        content: '';
        display: block;
        width: 1em;
        height: 2em;
        background: url(images/workstyle/surprise.svg);
        background-size: cover; }
      .page_worklife-introduction .page_worklife-introduction_body .turning::before {
        transform: rotateY(180deg); }
    .page_worklife-introduction .page_worklife-introduction_body .conclusion p {
      line-height: 2; }

.page_worklife-description .wrapper {
  width: calc(100% / 32 * 28);
  margin-left: auto;
  margin-right: auto;
  padding: calc(8em / 8 * 5) 0; }
  .page_worklife-description .wrapper .inner {
    width: calc(100% / 28 * 24);
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 768px) {
      .page_worklife-description .wrapper .inner {
        width: 100%; } }

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

.page_strength-introduction {
  position: relative;
  z-index: 15;
  background: var(--white);
  text-align: center; }
  .page_strength-introduction .background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%; }
    .page_strength-introduction .background .slider_text {
      text-transform: uppercase;
      font-size: 28.7em;
      color: var(--key1);
      opacity: .041;
      white-space: nowrap; }
  .page_strength-introduction .wrapper {
    width: calc(100% / 32 * 28);
    margin-left: auto;
    margin-right: auto;
    padding: calc(8em / 8 * 10) 0 calc(8em / 8 * 8); }
    @media screen and (max-width: 768px) {
      .page_strength-introduction .wrapper {
        padding: calc(8em / 8 * 6) 0 calc(8em / 8 * 4); } }
  .page_strength-introduction .lead p {
    font-weight: 600;
    line-height: 1.23; }
    .page_strength-introduction .lead p.main {
      font-size: 4.51em; }
      @media screen and (max-width: 768px) {
        .page_strength-introduction .lead p.main {
          font-size: 4.1em; } }
    .page_strength-introduction .lead p.sub {
      font-size: 1.64em; }
  .page_strength-introduction .lead + * {
    margin-top: calc(8em / 16 * 3); }
  .page_strength-introduction .body p {
    font-weight: 600;
    line-height: 2.46; }
    @media screen and (max-width: 768px) {
      .page_strength-introduction .body p {
        line-height: 1.8;
        text-align: left; } }
    @media screen and (max-width: 768px) {
      .page_strength-introduction .body p br {
        display: none; } }

.page_strength-reason {
  position: relative;
  z-index: 15; }
  .page_strength-reason * {
    color: var(--white); }
  .page_strength-reason .wrapper {
    width: calc(100% / 32 * 28);
    margin-left: auto;
    margin-right: auto;
    padding: calc(8em / 8 * 10) 0; }
    @media screen and (max-width: 768px) {
      .page_strength-reason .wrapper {
        padding: calc(8em / 8 * 4) 0; } }
    .page_strength-reason .wrapper .inner {
      width: calc(100% / 28 * 24);
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 768px) {
        .page_strength-reason .wrapper .inner {
          width: 100%; } }
  .page_strength-reason .cell_description {
    text-align: center; }
    .page_strength-reason .cell_description + * {
      margin-top: calc(8em / 16 * 3); }
  .page_strength-reason .page_strength-reason_training .page_strength-reason_training-flex {
    display: flex;
    flex-wrap: wrap;
    gap: calc(8em / 8 * 2) calc(8em / 8 * 4); }
    @media screen and (max-width: 768px) {
      .page_strength-reason .page_strength-reason_training .page_strength-reason_training-flex {
        flex-direction: column; } }
    .page_strength-reason .page_strength-reason_training .page_strength-reason_training-flex > .left {
      flex: 3; }
      .page_strength-reason .page_strength-reason_training .page_strength-reason_training-flex > .left .training-flow {
        padding: 0 calc(8em / 16 * 3);
        border: solid 1px var(--border-light-white);
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px); }
        .page_strength-reason .page_strength-reason_training .page_strength-reason_training-flex > .left .training-flow > .training-flow_head {
          padding: calc(8rem / 16 * 3) 0;
          border-bottom: solid 1px var(--border-light-white);
          font-size: 1.3325em;
          font-weight: 600;
          text-align: center; }
          @media screen and (max-width: 768px) {
            .page_strength-reason .page_strength-reason_training .page_strength-reason_training-flex > .left .training-flow > .training-flow_head {
              padding: calc(8em / 16 * 2) 0;
              font-size: 1.23em; } }
        .page_strength-reason .page_strength-reason_training .page_strength-reason_training-flex > .left .training-flow > .training-flow_body {
          padding: calc(8rem / 16 * 6) 0; }
          @media screen and (max-width: 768px) {
            .page_strength-reason .page_strength-reason_training .page_strength-reason_training-flex > .left .training-flow > .training-flow_body {
              padding: calc(8em / 16 * 4) 0; } }
      .page_strength-reason .page_strength-reason_training .page_strength-reason_training-flex > .left ul {
        display: flex;
        flex-direction: column;
        gap: calc(8em / 8 * 2); }
        @media screen and (max-width: 768px) {
          .page_strength-reason .page_strength-reason_training .page_strength-reason_training-flex > .left ul {
            gap: calc(8em / 16 * 3); } }
        .page_strength-reason .page_strength-reason_training .page_strength-reason_training-flex > .left ul > li {
          position: relative;
          z-index: 15;
          display: flex;
          align-items: center;
          justify-content: center;
          min-height: 2.46em;
          background: var(--white);
          font-size: 1.23em;
          font-weight: 600;
          color: var(--text); }
          @media screen and (max-width: 768px) {
            .page_strength-reason .page_strength-reason_training .page_strength-reason_training-flex > .left ul > li {
              font-size: 1.1275em; } }
          .page_strength-reason .page_strength-reason_training .page_strength-reason_training-flex > .left ul > li:last-child {
            background: var(--key1);
            color: var(--white); }
          .page_strength-reason .page_strength-reason_training .page_strength-reason_training-flex > .left ul > li:not(:last-child)::after {
            content: '';
            position: absolute;
            top: calc(100% - 1px);
            left: 50%;
            display: block;
            width: 8em;
            height: calc(8em / 32 * 3);
            background: var(--white);
            transform: translateX(-50%);
            clip-path: polygon(0 0, 100% 0, 50% 100%); }
            @media screen and (max-width: 768px) {
              .page_strength-reason .page_strength-reason_training .page_strength-reason_training-flex > .left ul > li:not(:last-child)::after {
                height: calc(8em / 32 * 2); } }
    .page_strength-reason .page_strength-reason_training .page_strength-reason_training-flex > .right {
      flex: 5; }
      .page_strength-reason .page_strength-reason_training .page_strength-reason_training-flex > .right ul {
        display: flex;
        flex-direction: column;
        gap: calc(8em / 8 * 2);
        counter-reset: num; }
        .page_strength-reason .page_strength-reason_training .page_strength-reason_training-flex > .right ul > li {
          display: flex;
          align-items: flex-start;
          gap: calc(8em / 8 * 2); }
          @media screen and (max-width: 768px) {
            .page_strength-reason .page_strength-reason_training .page_strength-reason_training-flex > .right ul > li {
              gap: calc(8em / 16 * 3); } }
          .page_strength-reason .page_strength-reason_training .page_strength-reason_training-flex > .right ul > li > .text {
            display: flex;
            align-items: baseline;
            gap: calc(8em / 32 * 3); }
            .page_strength-reason .page_strength-reason_training .page_strength-reason_training-flex > .right ul > li > .text::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); }
            .page_strength-reason .page_strength-reason_training .page_strength-reason_training-flex > .right ul > li > .text dl {
              display: flex;
              flex-direction: column;
              gap: calc(8em / 16); }
              .page_strength-reason .page_strength-reason_training .page_strength-reason_training-flex > .right ul > li > .text dl > dt {
                font-size: 1.23em;
                font-weight: 600; }
              .page_strength-reason .page_strength-reason_training .page_strength-reason_training-flex > .right ul > li > .text dl > dd {
                line-height: 1.8; }
                @media screen and (max-width: 768px) {
                  .page_strength-reason .page_strength-reason_training .page_strength-reason_training-flex > .right ul > li > .text dl > dd {
                    line-height: 1.64; } }
          .page_strength-reason .page_strength-reason_training .page_strength-reason_training-flex > .right ul > li > .image {
            width: calc(8em);
            min-width: calc(8em);
            height: auto;
            aspect-ratio: 1/1;
            overflow: hidden; }
            @media screen and (max-width: 768px) {
              .page_strength-reason .page_strength-reason_training .page_strength-reason_training-flex > .right ul > li > .image {
                width: calc(6em);
                min-width: calc(6em); } }
  .page_strength-reason .page_strength-reason_gallery > .gallery_head {
    position: relative;
    z-index: 15; }
    .page_strength-reason .page_strength-reason_gallery > .gallery_head figure {
      display: block;
      width: 100%;
      height: auto;
      aspect-ratio: 16/9;
      overflow: hidden; }
      .page_strength-reason .page_strength-reason_gallery > .gallery_head figure figurecaption {
        position: absolute;
        bottom: 0;
        z-index: 15;
        width: 100%;
        line-height: 3.69;
        font-size: .85em;
        text-align: center; }
    .page_strength-reason .page_strength-reason_gallery > .gallery_head + * {
      margin-top: calc(8em / 16 * 3); }
  .page_strength-reason .page_strength-reason_gallery > .gallery_body ul.gallery_thumbnail {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: calc(8em / 16); }
    .page_strength-reason .page_strength-reason_gallery > .gallery_body ul.gallery_thumbnail > li.gallery_item {
      width: calc((100% / 8) - ((8em / 16) * 7 / 8));
      min-width: 6em;
      aspect-ratio: 1/1;
      overflow: hidden;
      opacity: .5; }
      .page_strength-reason .page_strength-reason_gallery > .gallery_body ul.gallery_thumbnail > li.gallery_item.current {
        opacity: 1; }

.page_strength-course {
  position: relative;
  z-index: 15;
  background: var(--gray1); }
  .page_strength-course .wrapper {
    width: calc(100% / 32 * 28);
    margin-left: auto;
    margin-right: auto;
    padding: calc(8em / 8 * 10) 0; }
    @media screen and (max-width: 768px) {
      .page_strength-course .wrapper {
        padding: calc(8em / 8 * 4) 0 calc(8em / 8 * 6); } }

ul.workstyle_card {
  display: flex;
  justify-content: center;
  gap: calc(8em / 8 * 2); }
  @media screen and (max-width: 768px) {
    ul.workstyle_card {
      flex-direction: column;
      gap: calc(8em / 64 * 2); } }
  ul.workstyle_card > li {
    width: 540px;
    max-width: 100%; }
    ul.workstyle_card > li:nth-child(1) {
      background: var(--key1); }
    ul.workstyle_card > li:nth-child(2) {
      background: var(--key2); }
  ul.workstyle_card a.card {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: calc(8em / 8 * 3);
    height: 100%;
    padding: calc(8em / 16 * 3);
    border-radius: calc(8em / 64);
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      ul.workstyle_card a.card {
        gap: calc(8em / 16 * 2);
        padding: calc(8em / 16 * 1); } }
    ul.workstyle_card a.card * {
      color: var(--white); }
    ul.workstyle_card a.card > .text {
      display: flex;
      flex-direction: column;
      gap: calc(8em / 16); }
      @media screen and (max-width: 768px) {
        ul.workstyle_card a.card > .text {
          padding: calc(8em / 16 * 1); } }
      ul.workstyle_card a.card > .text .title {
        font-size: 2.05em;
        font-weight: 600; }
        @media screen and (max-width: 768px) {
          ul.workstyle_card a.card > .text .title {
            font-size: 1.23em; } }
        ul.workstyle_card a.card > .text .title small {
          font-size: .7em; }
      ul.workstyle_card a.card > .text ul.list_tag {
        display: flex;
        flex-wrap: wrap;
        gap: calc(8em / 32) calc(8em / 8);
        font-size: 1.23em;
        font-weight: 600; }
        @media screen and (max-width: 768px) {
          ul.workstyle_card a.card > .text ul.list_tag {
            font-size: .85em; } }
        ul.workstyle_card a.card > .text ul.list_tag > li::before {
          content: '#';
          display: inline-block;
          margin-right: .25em; }
    ul.workstyle_card a.card > .image {
      aspect-ratio: 3/2;
      border-radius: calc(8em / 64);
      overflow: hidden; }

.page_interview {
  position: relative;
  z-index: 15; }
  .page_interview .character_wrapper {
    position: relative;
    z-index: 15; }
    .page_interview .character_wrapper ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: calc(8em / 16 * 3); }
      .page_interview .character_wrapper ul > li {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: calc(8em / 64 * 3); }
        .page_interview .character_wrapper ul > li > .profile {
          display: flex;
          align-items: center;
          gap: calc(8em / 64 * 6); }
          .page_interview .character_wrapper ul > li > .profile .image {
            display: block;
            width: calc(8em / 16 * 7);
            min-width: calc(8em / 16 * 7);
            height: calc(8em / 16 * 7);
            background: var(--gray1);
            border-radius: calc(8em / 16 * 7);
            overflow: hidden; }
          .page_interview .character_wrapper ul > li > .profile .text .name {
            font-weight: 600; }
          .page_interview .character_wrapper ul > li > .profile .text .attr {
            font-size: .8em;
            font-size: min(0.8em, 14px);
            color: var(--color-gray); }

.page_interview-corsstalk {
  position: relative;
  z-index: 15;
  background: var(--white); }
  .page_interview-corsstalk .wrapper {
    width: calc(100% / 32 * 28);
    margin-left: auto;
    margin-right: auto;
    padding: calc(8em / 8 * 8) 0; }
    @media screen and (max-width: 768px) {
      .page_interview-corsstalk .wrapper {
        padding: calc(8em / 8 * 4) 0; } }
    .page_interview-corsstalk .wrapper .inner {
      width: calc(100% / 28 * 24);
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 768px) {
        .page_interview-corsstalk .wrapper .inner {
          width: 100%; } }
  .page_interview-corsstalk .page_interview-corsstalk_head .lead p {
    font-size: 1.3325em;
    font-weight: 600;
    text-align: center; }
  .page_interview-corsstalk .page_interview-corsstalk_head .lead + * {
    margin-top: calc(8em / 16 * 5); }
  .page_interview-corsstalk .page_interview-corsstalk_head .movie {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    margin-top: calc(8em / 16 * 5);
    overflow: hidden; }
    .page_interview-corsstalk .page_interview-corsstalk_head .movie::after {
      content: '';
      position: absolute;
      z-index: 20;
      display: block;
      inset: 0;
      width: 100%;
      height: 100%;
      background: url(images/index/play.png) center;
      background-size: cover;
      background-size: 8em;
      background-repeat: no-repeat; }
      @media screen and (max-width: 768px) {
        .page_interview-corsstalk .page_interview-corsstalk_head .movie::after {
          background-size: 5em; } }

.page_interview-interview {
  position: relative;
  z-index: 15;
  background: var(--gray1); }
  .page_interview-interview .wrapper {
    width: calc(100% / 32 * 28);
    margin-left: auto;
    margin-right: auto;
    padding: calc(8em / 8 * 5) 0; }
    @media screen and (max-width: 768px) {
      .page_interview-interview .wrapper {
        padding: calc(8em / 8 * 4) 0; } }
  .page_interview-interview .interview-container .swiper-wrapper .swiper-slide {
    display: block;
    width: min(540px, 100%);
    aspect-ratio: 8/16; }
    .page_interview-interview .interview-container .swiper-wrapper .swiper-slide blockquote.instagram-media {
      display: block;
      width: min(540px, 100%);
      aspect-ratio: 9/16;
      background: #0000000d; }
    .page_interview-interview .interview-container .swiper-wrapper .swiper-slide iframe {
      width: 100%; }
  .page_interview-interview .interview-container .swiper-wrapper + * {
    margin-top: calc(8em / 16 * 1); }
  .page_interview-interview .interview-container .swiper-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: calc(8em / 16); }
    .page_interview-interview .interview-container .swiper-button-wrapper .swiper-button-prev, .page_interview-interview .interview-container .swiper-button-wrapper .swiper-button-next {
      position: relative;
      top: initial;
      left: initial;
      bottom: initial;
      right: initial;
      display: flex;
      align-items: center;
      justify-content: center;
      width: calc(8em / 16 * 7);
      min-width: calc(8em / 16 * 7);
      height: calc(8em / 16 * 7);
      margin: 0;
      padding: 0;
      background: var(--white); }
      .page_interview-interview .interview-container .swiper-button-wrapper .swiper-button-prev::after, .page_interview-interview .interview-container .swiper-button-wrapper .swiper-button-next::after {
        font-size: 1.23rem; }

.page_jobchange {
  position: relative;
  z-index: 15;
  background: var(--white); }
  .page_jobchange .wrapper {
    width: calc(100% / 32 * 28);
    margin-left: auto;
    margin-right: auto;
    padding: calc(8em / 8 * 10) 0; }
    @media screen and (max-width: 768px) {
      .page_jobchange .wrapper {
        padding: calc(8em / 8 * 3) 0 calc(8em / 8 * 4); } }
    .page_jobchange .wrapper.flex {
      display: flex;
      gap: calc(8em / 8 * 3); }
      @media screen and (max-width: 768px) {
        .page_jobchange .wrapper.flex {
          flex-direction: column-reverse; } }
      .page_jobchange .wrapper.flex > .main {
        width: calc((100% - (8em / 8 * 3)) / 6 * 5); }
        @media screen and (max-width: 768px) {
          .page_jobchange .wrapper.flex > .main {
            width: 100%; } }
      .page_jobchange .wrapper.flex > .side {
        width: calc((100% - (8em / 8 * 3)) / 6 * 1); }
        @media screen and (max-width: 768px) {
          .page_jobchange .wrapper.flex > .side {
            display: none;
            width: 100%; } }
        .page_jobchange .wrapper.flex > .side .sticky {
          top: calc(8em / 8 * 6); }
          .page_jobchange .wrapper.flex > .side .sticky ul {
            display: flex;
            flex-direction: column;
            gap: calc(8em / 32 * 3);
            font-size: .95em; }
            .page_jobchange .wrapper.flex > .side .sticky ul > li {
              display: flex;
              align-items: center;
              gap: calc(8em / 16); }
              .page_jobchange .wrapper.flex > .side .sticky ul > li::before {
                content: '';
                display: block;
                width: 8px;
                height: 8px;
                background: transparent;
                clip-path: polygon(0 0, 100% 50%, 0 100%); }
              .page_jobchange .wrapper.flex > .side .sticky ul > li a {
                font-weight: 600; }
              .page_jobchange .wrapper.flex > .side .sticky ul > li.active::before {
                background: var(--key1); }
  .page_jobchange .page_jobchange-feature .container {
    position: relative;
    z-index: 15;
    overflow: hidden; }
    .page_jobchange .page_jobchange-feature .container ul > li {
      display: flex;
      flex-direction: column;
      height: auto;
      width: calc((100% / 3) - ((8em / 16 * 3) * 2 / 3));
      padding: calc(8em / 32 * 3);
      background: var(--white);
      border: solid 1px var(--border-light-black); }
      @media screen and (max-width: 768px) {
        .page_jobchange .page_jobchange-feature .container ul > li {
          width: 100%; } }
      .page_jobchange .page_jobchange-feature .container ul > li .image {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        aspect-ratio: 3/2;
        overflow: hidden; }
        .page_jobchange .page_jobchange-feature .container ul > li .image img {
          width: 100%; }
      .page_jobchange .page_jobchange-feature .container ul > li .text {
        display: flex;
        flex-direction: column;
        gap: calc(8em / 32);
        padding: calc(8em / 32 * 3) calc(8em / 32 * 2); }
        .page_jobchange .page_jobchange-feature .container ul > li .text .title {
          display: flex;
          justify-content: center; }
          .page_jobchange .page_jobchange-feature .container ul > li .text .title p {
            font-size: 1.1275em;
            font-weight: 600;
            color: var(--text); }
        .page_jobchange .page_jobchange-feature .container ul > li .text .description p {
          font-size: .9em;
          line-height: 1.64; }
    .page_jobchange .page_jobchange-feature .container .swiper-controll {
      display: flex;
      align-items: center;
      gap: calc(8em / 16 * 3);
      margin-top: calc(8em / 16 * 3); }
      .page_jobchange .page_jobchange-feature .container .swiper-controll > .swiper-scrollbar {
        position: relative;
        top: initial;
        left: initial;
        bottom: initial;
        right: initial;
        flex: 1;
        margin: 0;
        padding: 0;
        opacity: 1; }
        .page_jobchange .page_jobchange-feature .container .swiper-controll > .swiper-scrollbar .swiper-scrollbar-drag {
          background: var(--border-light-black); }
      .page_jobchange .page_jobchange-feature .container .swiper-controll > .swiper-button-wrapper {
        display: flex;
        align-items: center;
        gap: calc(8em / 16); }
        .page_jobchange .page_jobchange-feature .container .swiper-controll > .swiper-button-wrapper .swiper-button-prev, .page_jobchange .page_jobchange-feature .container .swiper-controll > .swiper-button-wrapper .swiper-button-next {
          position: relative;
          top: initial;
          left: initial;
          bottom: initial;
          right: initial;
          display: flex;
          align-items: center;
          justify-content: center;
          width: calc(8em / 16 * 7);
          min-width: calc(8em / 16 * 7);
          height: calc(8em / 16 * 7);
          margin: 0;
          padding: 0;
          border: solid 1px var(--border-light-black); }
          .page_jobchange .page_jobchange-feature .container .swiper-controll > .swiper-button-wrapper .swiper-button-prev::after, .page_jobchange .page_jobchange-feature .container .swiper-controll > .swiper-button-wrapper .swiper-button-next::after {
            font-size: 1.23rem; }
  .page_jobchange .page_jobchange-schedule .page_jobchange-schedule_location {
    display: flex;
    align-items: center;
    padding: calc(8em / 32 * 8);
    background: var(--gray1); }
    @media screen and (max-width: 768px) {
      .page_jobchange .page_jobchange-schedule .page_jobchange-schedule_location {
        flex-direction: column; } }
    .page_jobchange .page_jobchange-schedule .page_jobchange-schedule_location .title {
      flex: 1;
      display: flex;
      align-items: center;
      gap: calc(8em / 32); }
      .page_jobchange .page_jobchange-schedule .page_jobchange-schedule_location .title .icon {
        display: block;
        width: 1.23em;
        height: 1.23em; }
      .page_jobchange .page_jobchange-schedule .page_jobchange-schedule_location .title p {
        font-weight: 600; }
    .page_jobchange .page_jobchange-schedule .page_jobchange-schedule_location dl {
      flex: 5;
      display: flex;
      flex-wrap: wrap;
      gap: calc(8em / 128) calc(8em / 8); }
      @media screen and (max-width: 768px) {
        .page_jobchange .page_jobchange-schedule .page_jobchange-schedule_location dl {
          flex-direction: column;
          align-items: center; } }
      .page_jobchange .page_jobchange-schedule .page_jobchange-schedule_location dl > dt {
        font-weight: 600; }
    .page_jobchange .page_jobchange-schedule .page_jobchange-schedule_location + * {
      margin-top: calc(8em / 16 * 3); }
  .page_jobchange .page_jobchange-schedule .page_jobchange-schedule_map {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3/1;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .page_jobchange .page_jobchange-schedule .page_jobchange-schedule_map {
        aspect-ratio: 3/2; } }
    .page_jobchange .page_jobchange-schedule .page_jobchange-schedule_map + * {
      margin-top: calc(8em / 16 * 3); }
  .page_jobchange .page_jobchange-schedule .page_jobchange-schedule_table ul {
    display: flex;
    flex-wrap: wrap;
    gap: calc(8em / 16 * 2); }
    @media screen and (max-width: 768px) {
      .page_jobchange .page_jobchange-schedule .page_jobchange-schedule_table ul {
        gap: calc(8em / 32 * 2); } }
    .page_jobchange .page_jobchange-schedule .page_jobchange-schedule_table ul > li {
      width: calc((100% / 5) - ((8em / 16 * 2) * 4 / 5)); }
      @media screen and (max-width: 768px) {
        .page_jobchange .page_jobchange-schedule .page_jobchange-schedule_table ul > li {
          width: calc((100% / 2) - ((8em / 32 * 2) * 1 / 2)); } }
      .page_jobchange .page_jobchange-schedule .page_jobchange-schedule_table ul > li a {
        position: relative;
        z-index: 15;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: calc(8em / 16 * 3);
        background: var(--white);
        border: solid 1px var(--border-light-black);
        border-radius: calc(8em / 32);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(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_jobchange .page_jobchange-schedule .page_jobchange-schedule_table ul > li a {
            align-items: baseline;
            flex-direction: row;
            gap: calc(8em / 32);
            padding: calc(8em / 32 * 3) calc(8em / 16 * 2); } }
        .page_jobchange .page_jobchange-schedule .page_jobchange-schedule_table ul > li a::before {
          content: '';
          position: absolute;
          z-index: 5;
          right: calc(8em / 32 * 1);
          bottom: calc(8em / 32 * 1);
          display: block;
          width: calc(8em / 32 * 3);
          height: calc(8em / 32 * 3);
          background: var(--text);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
          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_jobchange .page_jobchange-schedule .page_jobchange-schedule_table ul > li a:hover {
          filter: brightness(0.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; }
          .page_jobchange .page_jobchange-schedule .page_jobchange-schedule_table ul > li a:hover::before {
            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; }
      .page_jobchange .page_jobchange-schedule .page_jobchange-schedule_table ul > li .calendar {
        display: flex;
        align-items: baseline;
        gap: calc(8em / 16);
        font-weight: 600; }
        @media screen and (max-width: 768px) {
          .page_jobchange .page_jobchange-schedule .page_jobchange-schedule_table ul > li .calendar {
            gap: calc(8em / 64); } }
        .page_jobchange .page_jobchange-schedule .page_jobchange-schedule_table ul > li .calendar[data-week="sat"] *, .page_jobchange .page_jobchange-schedule .page_jobchange-schedule_table ul > li .calendar[data-week="sat"] + * {
          color: blue; }
        .page_jobchange .page_jobchange-schedule .page_jobchange-schedule_table ul > li .calendar[data-week="sun"] *, .page_jobchange .page_jobchange-schedule .page_jobchange-schedule_table ul > li .calendar[data-week="sun"] + * {
          color: red; }
        .page_jobchange .page_jobchange-schedule .page_jobchange-schedule_table ul > li .calendar .date {
          letter-spacing: -.0328em;
          font-size: 1.845em; }
          @media screen and (max-width: 768px) {
            .page_jobchange .page_jobchange-schedule .page_jobchange-schedule_table ul > li .calendar .date {
              font-size: 1.435em; } }
        .page_jobchange .page_jobchange-schedule .page_jobchange-schedule_table ul > li .calendar .week {
          font-size: 1.1275em; }
          @media screen and (max-width: 768px) {
            .page_jobchange .page_jobchange-schedule .page_jobchange-schedule_table ul > li .calendar .week {
              font-size: 1em; } }
      .page_jobchange .page_jobchange-schedule .page_jobchange-schedule_table ul > li .time {
        font-size: .85em; }
  .page_jobchange .page_jobchange-schedule .page_jobchange-schedule_caption {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: calc(8em / 32 * 8); }
  .page_jobchange .page_jobchange-entry {
    padding: calc(8em / 8);
    border: solid 1px var(--border-light-black);
    border-radius: calc(8em / 32); }
  .page_jobchange .page_jobchange-faq ul {
    display: flex;
    flex-direction: column;
    gap: calc(8em / 32 * 6); }
    .page_jobchange .page_jobchange-faq ul > li {
      display: flex;
      flex-direction: column;
      gap: calc(8em / 32 * 2); }
      .page_jobchange .page_jobchange-faq ul > li .question {
        display: flex;
        align-items: baseline;
        column-gap: calc(8em / 32 * 3);
        font-weight: 600; }
        .page_jobchange .page_jobchange-faq ul > li .question::before {
          content: 'Q';
          display: flex;
          align-items: center;
          justify-content: center;
          width: 2.46em;
          min-width: 2.46em;
          height: 2.46em;
          background: var(--key2);
          border-radius: calc(8em / 32);
          overflow: hidden;
          color: var(--white);
          font-weight: 600; }
      .page_jobchange .page_jobchange-faq ul > li .answer {
        display: flex;
        align-items: baseline;
        column-gap: calc(8em / 32 * 3); }
        .page_jobchange .page_jobchange-faq ul > li .answer::before {
          content: 'A';
          display: flex;
          align-items: center;
          justify-content: center;
          width: 2.46em;
          min-width: 2.46em;
          height: 2.46em;
          background: var(--eye);
          border-radius: calc(8em / 32);
          overflow: hidden;
          color: var(--white);
          font-weight: 600; }

.page_form {
  background: var(--white);
  border-radius: .5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden; }
  .page_form .wrapper {
    width: calc(100% / 32 * 28);
    margin-left: auto;
    margin-right: auto;
    padding: calc(8em / 8 * 3) 0; }
    .page_form .wrapper .inner {
      width: calc(100% / 28 * 24);
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 768px) {
        .page_form .wrapper .inner {
          width: 100%; } }

.archive_joblist {
  position: relative;
  z-index: 15;
  background: var(--white); }
  .archive_joblist .wrapper {
    width: calc(100% / 32 * 28);
    margin-left: auto;
    margin-right: auto;
    padding: calc(8em / 8 * 10) 0; }
    @media screen and (max-width: 768px) {
      .archive_joblist .wrapper {
        padding: calc(8em / 8 * 3) 0 calc(8em / 8 * 4); } }
    .archive_joblist .wrapper.flex_wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: calc(8.5em / 8 * 2) calc(8.5em / 8 * 2); }
      @media screen and (max-width: 768px) {
        .archive_joblist .wrapper.flex_wrapper {
          flex-direction: column; } }
      .archive_joblist .wrapper.flex_wrapper > .left_side {
        width: calc(8.5em / 8 * 14); }
        @media screen and (max-width: 768px) {
          .archive_joblist .wrapper.flex_wrapper > .left_side {
            display: none; } }
        .archive_joblist .wrapper.flex_wrapper > .left_side .sticky {
          top: calc(8em / 8 * 6); }
          .archive_joblist .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; }
            .archive_joblist .wrapper.flex_wrapper > .left_side .sticky h5::before {
              content: '';
              display: block;
              width: 1em;
              height: 1em;
              background: url(images/icon/menu.svg); }
            .archive_joblist .wrapper.flex_wrapper > .left_side .sticky h5 + * {
              margin-top: calc(8.5em / 8); }
          .archive_joblist .wrapper.flex_wrapper > .left_side .sticky > ul {
            counter-reset: num;
            display: flex;
            flex-direction: column;
            gap: calc(8.5em / 12); }
            @media screen and (max-width: 768px) {
              .archive_joblist .wrapper.flex_wrapper > .left_side .sticky > ul {
                padding: calc(8.5em / 16 * 3);
                background: #f7f7f7;
                border-radius: calc(8.5em / 16 * 1); } }
            .archive_joblist .wrapper.flex_wrapper > .left_side .sticky > ul > li {
              display: flex;
              align-items: center;
              opacity: .5; }
              .archive_joblist .wrapper.flex_wrapper > .left_side .sticky > ul > li a {
                display: flex;
                align-items: center;
                gap: calc(8.5em / 16);
                font-weight: 600;
                font-size: .9em; }
                .archive_joblist .wrapper.flex_wrapper > .left_side .sticky > ul > li a::before {
                  counter-increment: num;
                  content: "0" counter(num);
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  width: 2.05em;
                  min-width: 2.05em;
                  height: 2.05em;
                  background: linear-gradient(135deg, var(--color-black) 75%, var(--color-key4));
                  border-radius: calc(8.5em / 32);
                  overflow: hidden;
                  font-weight: 500;
                  color: var(--color-white); }
              .archive_joblist .wrapper.flex_wrapper > .left_side .sticky > ul > li.active, .archive_joblist .wrapper.flex_wrapper > .left_side .sticky > ul > li:hover {
                opacity: 1; }
            .archive_joblist .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%); }
      .archive_joblist .wrapper.flex_wrapper > .right_side {
        width: calc(100% - ((8.5em / 8 * 14) + (8.5em / 8 * 2)));
        min-width: 767px; }
        @media screen and (max-width: 768px) {
          .archive_joblist .wrapper.flex_wrapper > .right_side {
            width: 100%;
            min-width: 100%; } }
  .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-name="_sfm_saf_選べる働き方"] {
          display: none; }
        .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"] {
          margin-top: calc(8em / 64 * 3); }
          .archive_joblist .searchandfilter ul > li[data-sf-field-type="tag"] ul {
            max-height: 210px;
            overflow: scroll;
            background: var(--gray1);
            padding: .75em;
            border: 1px solid rgba(0, 0, 0, 0.1025);
            border-radius: 6px; }
            .archive_joblist .searchandfilter ul > li[data-sf-field-type="tag"] ul > li {
              position: relative;
              align-items: center;
              flex-direction: row;
              font-size: 16px; }
              .archive_joblist .searchandfilter ul > li[data-sf-field-type="tag"] ul > li input {
                width: 1px;
                opacity: 0; }
              .archive_joblist .searchandfilter ul > li[data-sf-field-type="tag"] ul > li::before {
                content: '';
                display: block;
                width: 1.23em;
                height: 1.23em;
                background: url(images/icon/check.svg);
                background-size: cover;
                filter: grayscale(1); }
              .archive_joblist .searchandfilter ul > li[data-sf-field-type="tag"] ul > li:has(input[type="checkbox"]:checked)::before {
                filter: grayscale(0); }
        .archive_joblist .searchandfilter ul > li[data-sf-field-input-type="link"] a {
          display: flex;
          align-items: center;
          justify-content: center;
          min-height: 2.87em;
          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; }
          .archive_joblist .searchandfilter ul > li[data-sf-field-input-type="link"] a:hover {
            filter: brightness(0.8);
            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; }
    .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 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); }
  .joblist_archive ul.list > li .card > ._head h2 {
    font-size: 1.845em;
    line-height: 1.435;
    font-weight: 600; }
    @media screen and (max-width: 768px) {
      .joblist_archive ul.list > li .card > ._head h2 {
        font-size: 1.64em; } }
  .joblist_archive ul.list > li .card > ._head + * {
    margin-top: calc(8.5em / 8); }
  .joblist_archive ul.list > li .card > ._body {
    display: flex;
    align-items: flex-start;
    gap: calc(8.5em / 16) calc(8.5em / 8 * 3); }
    @media screen and (max-width: 768px) {
      .joblist_archive ul.list > li .card > ._body {
        flex-direction: column-reverse;
        gap: calc(8.5em / 16) calc(8.5em / 8 * 1); } }
    .joblist_archive ul.list > li .card > ._body > .text {
      flex: 3; }
      .joblist_archive ul.list > li .card > ._body > .text ul {
        border-top: solid 1px rgba(0, 0, 0, 0.1025);
        font-size: .9em; }
        .joblist_archive ul.list > li .card > ._body > .text ul li {
          display: flex;
          align-items: baseline;
          padding: calc(8.5em / 16 * 1) 0;
          border-bottom: solid 1px rgba(0, 0, 0, 0.1025); }
          .joblist_archive ul.list > li .card > ._body > .text ul li span {
            flex: 1;
            font-weight: 600; }
          .joblist_archive ul.list > li .card > ._body > .text ul li p {
            flex: 3; }
        .joblist_archive ul.list > li .card > ._body > .text ul + * {
          margin-top: calc(8.5em / 8); }
    .joblist_archive ul.list > li .card > ._body > .thumbnail {
      flex: 1;
      border-radius: calc(8.5em / 24);
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .joblist_archive ul.list > li .card > ._body > .thumbnail {
          flex: initial;
          min-width: 100%; } }
      @media screen and (max-width: 768px) {
        .joblist_archive ul.list > li .card > ._body > .thumbnail .aspect.aspect100 {
          padding-top: 50%; } }
      .joblist_archive ul.list > li .card > ._body > .thumbnail 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:hover > ._body > .thumbnail 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; }
  .joblist_archive ul.list > li .linker {
    display: flex;
    align-items: center;
    gap: calc(8em / 8 * 1);
    width: 100%;
    margin-top: calc(8em / 16 * 3); }
    @media screen and (max-width: 768px) {
      .joblist_archive ul.list > li .linker {
        gap: calc(8em / 16 * 1); } }
    .joblist_archive ul.list > li .linker > li {
      flex: 1; }
      .joblist_archive ul.list > li .linker > li a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: calc(8em / 8 * 3);
        background: var(--color-black);
        border: 1px solid rgba(0, 0, 0, 0.1025);
        border-radius: 6px;
        font-size: 16px;
        padding: 0 20px;
        color: var(--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; }
        @media screen and (max-width: 768px) {
          .joblist_archive ul.list > li .linker > li a {
            height: calc(8em / 16 * 5); } }
        .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: var(--eye); }
.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; }

.single_joblist {
  position: relative;
  z-index: 15;
  background: var(--white); }
  .single_joblist .wrapper {
    width: calc(100% / 32 * 28);
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding: calc(8em / 8 * 10) 0; }
    @media screen and (max-width: 768px) {
      .single_joblist .wrapper {
        padding: calc(8em / 8 * 3) 0 calc(8em / 8 * 4); } }
  .single_joblist .flex_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 2em 60px; }
    .single_joblist .flex_wrapper > .main {
      width: 640px;
      max-width: 100%; }
    .single_joblist .flex_wrapper > .side {
      width: 280px;
      max-width: 100%; }
      @media screen and (max-width: 768px) {
        .single_joblist .flex_wrapper > .side {
          width: 100%; } }
      .single_joblist .flex_wrapper > .side .sticky {
        top: calc(8em / 8 * 6);
        display: flex;
        flex-direction: column;
        gap: calc(8em / 8 * 2); }
  .single_joblist .single_head {
    display: flex;
    flex-direction: column;
    gap: calc(8em / 32 * 2); }
    .single_joblist .single_head .locaiton {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      font-size: .8em; }
      .single_joblist .single_head .locaiton p {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 2.05em;
        padding: 0 calc(8em / 32 * 3);
        background: var(--key2);
        border-radius: 2.05em;
        color: var(--white); }
    .single_joblist .single_head h1 {
      font-size: 2.05em;
      font-weight: 600;
      line-height: 1.23; }
      @media screen and (max-width: 768px) {
        .single_joblist .single_head h1 {
          font-size: 1.845em; } }
    .single_joblist .single_head ul.terms {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: calc(8em / 16) calc(8em / 8);
      font-size: .9em; }
      .single_joblist .single_head ul.terms > li {
        display: flex;
        align-items: center;
        gap: calc(8em / 32); }
        .single_joblist .single_head ul.terms > li .icon {
          display: block;
          width: 1em;
          height: 1em; }
          .single_joblist .single_head ul.terms > li .icon img {
            filter: brightness(0) opacity(0.6); }
    .single_joblist .single_head + * {
      margin-top: calc(8em / 8 * 2); }
  .single_joblist .single_body hgroup:has(h2) h2 {
    font-size: 1.5575em; }
    @media screen and (max-width: 768px) {
      .single_joblist .single_body hgroup:has(h2) h2 {
        font-size: 1.3325em; } }
  .single_joblist .single_body hgroup:has(h2) + * {
    margin-top: calc(8em / 8); }
  .single_joblist .single_body hgroup:has(h3) h3 {
    font-size: 1.075em; }
  .single_joblist .single_body hgroup:has(h3) + * {
    margin-top: calc(8em / 8); }
  .single_joblist .single_body .single_block ~ .single_block {
    margin-top: calc(8em / 8 * 4); }
    @media screen and (max-width: 768px) {
      .single_joblist .single_body .single_block ~ .single_block {
        margin-top: calc(8em / 8 * 3); } }
  .single_joblist .requirements_wrapper ul.list {
    font-size: .9em;
    border-top: solid 1px var(--border-light-black); }
    @media screen and (max-width: 768px) {
      .single_joblist .requirements_wrapper ul.list {
        font-size: 1em; } }
    .single_joblist .requirements_wrapper ul.list > li {
      padding: calc(8em / 32 * 3) 0;
      border-bottom: solid 1px var(--border-light-black); }
      @media screen and (max-width: 768px) {
        .single_joblist .requirements_wrapper ul.list > li {
          padding: calc(8em / 32 * 2) 0 calc(8em / 32 * 3); } }
      .single_joblist .requirements_wrapper ul.list > li dl {
        display: flex;
        flex-wrap: wrap;
        gap: calc(8em / 32 * 2) 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; }
          @media screen and (max-width: 768px) {
            .single_joblist .requirements_wrapper ul.list > li dl > dt {
              padding-bottom: 0;
              border-right: 0;
              line-height: 1;
              font-size: .85em; } }
          .single_joblist .requirements_wrapper ul.list > li dl > dt span {
            font-weight: 600; }
        .single_joblist .requirements_wrapper ul.list > li dl > dd {
          flex: 3; }
          .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; }
  .single_joblist .requirements_wrapper ul.table {
    display: flex;
    flex-direction: column;
    gap: calc(8em / 16);
    padding: calc(8em / 16 * 3);
    background: var(--gray2);
    border-radius: calc(8em / 32);
    overflow: hidden;
    font-size: .9em; }
    .single_joblist .requirements_wrapper ul.table > li dl {
      display: flex;
      flex-direction: column;
      gap: calc(8em / 128); }
      .single_joblist .requirements_wrapper ul.table > li dl > dt {
        font-weight: 600;
        font-size: .8em; }
      .single_joblist .requirements_wrapper ul.table > li dl > dd span {
        display: block; }
  .single_joblist .requirements_wrapper .form_wrapper {
    padding: 0 calc(8em / 16 * 3);
    border: solid 1px var(--border-light-black);
    border-radius: calc(8em / 32);
    font-size: .9em; }

.page_privacy {
  background: var(--white);
  border-radius: .5em;
  overflow: hidden; }
  .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; }

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

.formWrap {
  position: relative;
  z-index: 15; }
  .formWrap .caption {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: calc(8em / 16 * 3);
    padding-bottom: calc(8em / 16 * 3);
    border-bottom: solid 1px var(--border-light-black); }
    @media screen and (max-width: 768px) {
      .formWrap .caption {
        margin-bottom: 1.23em; } }

ul.listDocForm li {
  margin-bottom: 1em; }
  @media screen and (max-width: 768px) {
    ul.listDocForm li {
      margin-bottom: 1em; } }
  ul.listDocForm li.input {
    text-align: center; }
    @media screen and (max-width: 768px) {
      ul.listDocForm li.input {
        text-align: left; } }
    ul.listDocForm li.input a {
      color: var(--key1); }
  ul.listDocForm li.hidden {
    display: none; }
  ul.listDocForm li.policy {
    text-align: center; }
    ul.listDocForm li.policy a {
      color: var(--key1);
      text-decoration: underline; }
  ul.listDocForm li:last-child {
    margin-bottom: 0; }

dl.listDocForm {
  display: flex;
  align-items: center;
  gap: .25em 1.5em; }
  @media screen and (max-width: 768px) {
    dl.listDocForm {
      flex-direction: column; } }
  dl.listDocForm dt {
    flex: 2;
    width: 100%; }
    dl.listDocForm dt p {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      column-gap: calc(1em / 2);
      white-space: nowrap;
      font-weight: 600; }
      @media screen and (max-width: 768px) {
        dl.listDocForm dt p {
          justify-content: flex-start; } }
      dl.listDocForm dt p::after {
        content: '';
        display: flex;
        align-items: center;
        justify-content: center;
        width: 3.28em;
        height: 1.64em;
        background: var(--white);
        border-radius: calc(1em / 4);
        color: var(--white);
        font-size: .8em; }
      dl.listDocForm dt p.must {
        position: relative;
        z-index: 15; }
        dl.listDocForm dt p.must::after {
          content: '必須';
          background-color: red; }
  dl.listDocForm dd {
    flex: 5;
    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; }

.mw_wp_form {
  max-width: 768px;
  margin: 0 auto;
  padding: calc(8em / 8 * 3) 0; }
  @media screen and (max-width: 768px) {
    .mw_wp_form {
      padding: calc(8em / 16 * 3) 0; } }
  .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: var(--background3);
      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(--background3);
        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;
      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(--background3);
        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 var(--border-light-black);
    background: var(--background3);
    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 var(--border-light-black);
    background: var(--background3);
    border-radius: 0;
    line-height: 1.5;
    color: var(--color-text);
    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: 3.28em; }
  .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: 3em;
    border: none;
    font-weight: bold;
    text-align: center;
    line-height: 3em;
    font-size: 1em;
    background: var(--key5);
    color: var(--color-white);
    position: relative;
    margin: 0 auto;
    border-radius: calc(1em / 4);
    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; }
