@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;
  --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: #009944;
  --key2: #90c31f;
  --gray1: #f7f7f7;
  --gray2: #f0f0f0;
  --gray3: #dddddd;
  --black1: #262626;
  --black2: #151515;
  --blue1: #0071bc;
  --border-black: rgba(0,0,0,.328);
  --border-white: rgba(255,255,255,.1025);
  --key3: #24a100;
  --key4: #c3ff7b;
  --key5: #0036e4;
  --base1: #0092e0;
  --base2: #00408e;
  --background1: #e8e6df;
  --background2: #d8d2c6; }

/*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), 游ゴシック, Yu Gothic, YuGothic, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: var(--gray1);
  color: var(--color-text);
  /*
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  */
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  padding-bottom: 1px; }
  body::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    display: block;
    width: 100%;
    height: 100%;
    background: url("images/noise.png");
    background-repeat: repeat;
    background-size: 100px;
    pointer-events: none;
    opacity: .5; }

html.no-scroll {
  overflow: hidden; }

body.no-scroll {
  position: fixed;
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

i {
  font-style: normal; }

.emphasis {
  padding: 0 5px;
  background: linear-gradient(var(--key4), var(--key4)) no-repeat;
  background-size: 100%;
  background-position: 0; }

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

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

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

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

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

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

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

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

/*!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;
  inset: 0;
  padding: calc(8em / 8 * 2);
  background-color: var(--white);
  background-image: radial-gradient(circle at 100% 1%, rgba(143, 193, 31, 0.2) 5.0301810865%, transparent 36.2836344237%), radial-gradient(circle at 4% 87%, rgba(0, 153, 68, 0.1) 8.4403061435%, transparent 32.4905727087%);
  background-blend-mode: normal, normal;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity .6s ease, visibility .6s ease; }
  #loading.hide {
    opacity: 0;
    visibility: hidden; }

#content {
  opacity: 0;
  transition: opacity .6s ease; }
  #content.visible {
    opacity: 1; }

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

@keyframes headingAnimation {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -200% -200%; } }
/*ロード終了
[data-loading="true"] {
 #main.hide {
		top: -100%;
  pointer-events: none;
  @include mov;
 }
}
#remover {
 position: fixed;
 top: 100%;
 left: 0;
 right: 0;
 z-index: 999999;
 width: 100%;
 height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
 background: $key;
 display: flex;
 justify-content: center;
 align-items: center;
 flex-direction: column;
	@include mov;
 &::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  //background-image: radial-gradient(circle farthest-side, #19080826, #280b0b26);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
 }
	&.remove {
		top: 0;
		@include mov;
	}
}
*/
/*!.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; }

/*ベンダープレフィックス登録*/
.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%; } }
/*!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%;
  padding: 1em;
  transform: translateY(-80px);
  opacity: 0;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
  @media screen and (max-width: 768px) {
    #siteHead {
      padding: .5em; } }
  #siteHead .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    min-height: calc(8em / 16 * 7);
    margin: 0 auto;
    padding: 0 calc(8em / 16 * 1);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border: solid 1px var(--border-white);
    border-radius: calc(8em / 16);
    overflow: hidden;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    @media screen and (max-width: 768px) {
      #siteHead .wrapper {
        min-height: calc(8em / 8 * 3); } }
    #siteHead .wrapper > ._head {
      display: flex; }
      #siteHead .wrapper > ._head a {
        display: flex;
        align-items: center;
        gap: calc(8em / 16);
        padding: calc(8em / 8); }
        #siteHead .wrapper > ._head a h1 {
          display: flex;
          align-items: center;
          column-gap: calc(8em / 8);
          font-weight: normal;
          line-height: 1.23; }
          @media screen and (max-width: 768px) {
            #siteHead .wrapper > ._head a h1 {
              column-gap: 0; } }
          #siteHead .wrapper > ._head a h1 img {
            display: block;
            width: auto;
            height: calc(8em / 64 * 12);
            line-height: 1.23;
            filter: brightness(0) invert(1); }
            @media screen and (max-width: 768px) {
              #siteHead .wrapper > ._head a h1 img {
                height: calc(8em / 32 * 5); } }
        #siteHead .wrapper > ._head a p {
          font-size: .8em;
          line-height: 1.23;
          color: var(--white); }
    #siteHead .wrapper > ._body {
      flex: 1;
      display: flex;
      justify-content: flex-end; }
      #siteHead .wrapper > ._body nav > ul {
        display: flex;
        align-items: center;
        gap: calc(8em / 32); }
        #siteHead .wrapper > ._body nav > ul > li > * {
          display: flex;
          align-items: center;
          align-items: center;
          justify-content: center;
          min-height: 2.46em;
          padding: 0 calc(8em / 32 * 3);
          color: var(--white);
          font-size: .9em;
          font-weight: 600;
          letter-spacing: .0328em; }
          @media screen and (max-width: 768px) {
            #siteHead .wrapper > ._body nav > ul > li > * {
              min-height: 2.46em;
              padding: 0 calc(8em / 16 * 2); } }
        @media screen and (max-width: 768px) {
          #siteHead .wrapper > ._body nav > ul > li[data-type="blur"] {
            display: none; } }
        #siteHead .wrapper > ._body nav > ul > li[data-type="blur"] + [data-type="button"] {
          margin-left: 1em; }
        #siteHead .wrapper > ._body nav > ul > li[data-type="button"] {
          min-width: 8em;
          border-radius: calc(8em / 32);
          overflow: hidden;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
          #siteHead .wrapper > ._body nav > ul > li[data-type="button"][data-action="entry"] {
            background: var(--key2); }
          #siteHead .wrapper > ._body nav > ul > li[data-type="button"][data-action="event"] {
            background: var(--key1); }
          #siteHead .wrapper > ._body nav > ul > li[data-type="button"][data-action="navigation"] {
            display: none; }
            @media screen and (max-width: 768px) {
              #siteHead .wrapper > ._body nav > ul > li[data-type="button"][data-action="navigation"] {
                display: block; } }
            #siteHead .wrapper > ._body nav > ul > li[data-type="button"][data-action="navigation"] > * {
              padding: 0 calc(8em / 12 * 2); }
          @media screen and (max-width: 768px) {
            #siteHead .wrapper > ._body nav > ul > li[data-type="button"] {
              flex: 1; }
              #siteHead .wrapper > ._body nav > ul > li[data-type="button"][data-action="entry"], #siteHead .wrapper > ._body nav > ul > li[data-type="button"][data-action="event"] {
                display: none; }
              #siteHead .wrapper > ._body nav > ul > li[data-type="button"][data-action="navigation"] {
                background: var(--text); } }
          #siteHead .wrapper > ._body nav > ul > li[data-type="button"] * {
            color: var(--color-white); }
          #siteHead .wrapper > ._body nav > ul > li[data-type="button"] a {
            display: flex;
            align-items: center; }
            @media screen and (max-width: 768px) {
              #siteHead .wrapper > ._body nav > ul > li[data-type="button"] a {
                justify-content: center; } }
            #siteHead .wrapper > ._body nav > ul > li[data-type="button"] a span {
              padding: 0 calc(8em / 12* 1);
              font-size: .95em; }
              @media screen and (max-width: 768px) {
                #siteHead .wrapper > ._body nav > ul > li[data-type="button"] a span {
                  padding: 0; } }
          #siteHead .wrapper > ._body nav > ul > li[data-type="button"]:hover, #siteHead .wrapper > ._body nav > ul > li[data-type="button"]:has(.active) {
            background: 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; }
  #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; }
      #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 {
    transform: translateY(0);
    opacity: 1;
  /*
   a.title {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    @include move;
   }
   ._menu {
    filter: invert(0);
   }
		 .wrapper {
    nav._nav {
     filter: invert(1);
     @include move;
    }
   }
  */ }
  #siteHead.open {
    transform: translateY(0);
    opacity: 1;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }

body.scroll #siteHead {
  transform: translateY(0);
  opacity: 1;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
  body.scroll #siteHead .wrapper {
    background: rgba(0, 0, 0, 0.1025);
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    body.scroll #siteHead .wrapper ._head {
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(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);
  padding: 0 1em;
  overflow: scroll;
  backdrop-filter: blur(10px); }
  @media screen and (max-width: 768px) {
    aside#aside {
      background: var(--border-black);
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px); } }
  aside#aside .navigation_wrapper {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    margin: 0 auto;
    padding-top: calc(8em / 8 * 5);
    overflow: scroll; }
    @media screen and (max-width: 768px) {
      aside#aside .navigation_wrapper {
        justify-content: flex-start;
        padding-top: calc(8em / 8 * 4);
        padding-bottom: calc(8em / 12 * 1); } }
    aside#aside .navigation_wrapper .navigation_body {
      position: relative;
      z-index: 15;
      min-width: calc(8em / 8 * 21);
      max-width: 100%;
      padding: calc(8em / 16 * 3);
      background: var(--white);
      background-image: radial-gradient(circle at 100% 1%, rgba(143, 193, 31, 0.2) 5.0301810865%, transparent 36.2836344237%), radial-gradient(circle at 4% 87%, rgba(0, 153, 68, 0.1) 8.4403061435%, transparent 32.4905727087%);
      background-blend-mode: normal, normal;
      border-radius: calc(8em / 16);
      overflow: scroll;
      -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: url(images/noise.png);
        background-repeat: repeat;
        background-size: 100px;
        pointer-events: none;
        opacity: .5; }
    aside#aside .navigation_wrapper ul.list {
      border-top: solid 1px var(--gray2); }
      aside#aside .navigation_wrapper ul.list > li {
        border-bottom: solid 1px var(--gray2); }
        aside#aside .navigation_wrapper ul.list > li:hover dl > dt::before {
          background: var(--gray2);
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(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(--key2) !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(8em / 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(8em / 12); }
            aside#aside .navigation_wrapper ul.list > li dl > dt::before {
              content: '';
              display: block;
              width: .9em;
              min-width: .9em;
              height: .9em;
              border-radius: calc(8em / 48);
              background: var(--gray2);
              transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -moz-transition: cubic-bezier(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:has([data-type="button"]) {
              width: 100%;
              background: var(--text);
              margin: calc(8em / 32) 0;
              padding: 0 calc(8em / 8);
              border-radius: calc(8em / 32); }
              aside#aside .navigation_wrapper ul.list > li dl > dt:has([data-type="button"]) * {
                color: var(--white); }
              aside#aside .navigation_wrapper ul.list > li dl > dt:has([data-type="button"]):has([data-color="recruit"]) {
                background: var(--key1); }
              aside#aside .navigation_wrapper ul.list > li dl > dt:has([data-type="button"]):has([data-color="event"]) {
                background: var(--key2); }
            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(8em / 32 * 3) 0;
              font-size: 1.1275em;
              letter-spacing: -.01025em;
              line-height: 1; }
              @media screen and (max-width: 768px) {
                aside#aside .navigation_wrapper ul.list > li dl > dt a, aside#aside .navigation_wrapper ul.list > li dl > dt div {
                  padding: calc(85px / 6) 0; } }
              aside#aside .navigation_wrapper ul.list > li dl > dt a > span, aside#aside .navigation_wrapper ul.list > li dl > dt div > span {
                position: relative;
                z-index: 15;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 2em;
                height: 1em;
                border: solid 1px var(--color-white);
                border-radius: 50%; }
                aside#aside .navigation_wrapper ul.list > li dl > dt a > span i, aside#aside .navigation_wrapper ul.list > li dl > dt div > span i {
                  position: absolute;
                  top: calc(50% - (1px / 2));
                  left: calc(50% - (1em / 2));
                  display: block;
                  width: 1em;
                  height: 1px;
                  background: var(--color-white);
                  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
                  aside#aside .navigation_wrapper ul.list > li dl > dt a > span i:nth-child(2), aside#aside .navigation_wrapper ul.list > li dl > dt div > span i:nth-child(2) {
                    left: calc(50% - (.5em / 2));
                    width: .5em;
                    transform: rotate(90deg); }
          @media screen and (max-width: 768px) {
            aside#aside .navigation_wrapper ul.list > li dl > dd {
              padding-bottom: calc(85px / 6); } }
          aside#aside .navigation_wrapper ul.list > li dl > dd ul.children {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: calc(8em / 16); }
          aside#aside .navigation_wrapper ul.list > li dl > dd a, aside#aside .navigation_wrapper ul.list > li dl > dd div {
            display: flex;
            align-items: center;
            column-gap: .615em;
            padding: calc(85px/12) calc(85px/6);
            background: rgba(255, 255, 255, 0.1025);
            border: solid 1px var(--color-white);
            border-radius: calc(85px / 24);
            font-size: 1em;
            font-weight: 600;
            letter-spacing: -.01025em;
            line-height: 1;
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
            @media screen and (max-width: 768px) {
              aside#aside .navigation_wrapper ul.list > li dl > dd a, aside#aside .navigation_wrapper ul.list > li dl > dd div {
                font-size: .9em; } }
            aside#aside .navigation_wrapper ul.list > li dl > dd a:hover, aside#aside .navigation_wrapper ul.list > li dl > dd div:hover {
              color: var(--color-black);
              background: var(--color-white);
              transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
        aside#aside .navigation_wrapper ul.list > li.other {
          padding: calc(8em / 8) 0; }
          @media screen and (max-width: 768px) {
            aside#aside .navigation_wrapper ul.list > li.other {
              padding: calc(8em / 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(8em / 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(8em / 8 * 3); }
      @media screen and (max-width: 768px) {
        aside#aside .navigation_wrapper .foot {
          margin-top: calc(8em / 8 * 2); } }
      aside#aside .navigation_wrapper .foot ul.basic {
        display: flex;
        align-items: center;
        gap: calc(8em / 8);
        font-size: .85em; }
        @media screen and (max-width: 768px) {
          aside#aside .navigation_wrapper .foot ul.basic {
            width: 100%;
            justify-content: center;
            text-align: center; } }
        aside#aside .navigation_wrapper .foot ul.basic > li {
          display: flex;
          align-items: center; }
          @media screen and (max-width: 768px) {
            aside#aside .navigation_wrapper .foot ul.basic > li:last-child {
              display: none; } }
aside#fixNav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10001;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(85px * 2);
  height: calc(85px * 1);
  transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
  -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
  -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
  -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
  @media screen and (max-width: 768px) {
    aside#fixNav {
      width: calc(60px * 2);
      height: calc(60px * 1);
      transform: translateY(0); } }
  aside#fixNav ._menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: var(--color-white); }
    aside#fixNav ._menu p.humbNav {
      display: flex;
      align-items: center;
      column-gap: calc(85px / 6);
      text-transform: uppercase;
      font-size: .9em; }
      aside#fixNav ._menu p.humbNav > span {
        order: 1;
        position: relative;
        display: flex;
        align-content: space-between;
        flex-wrap: wrap;
        width: 4.1em;
        height: .8em;
        margin: 0 auto; }
        aside#fixNav ._menu p.humbNav > span > i {
          display: block;
          width: 4.1em;
          height: 1px;
          background: var(--color-white);
          border-radius: 1px;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
      aside#fixNav ._menu p.humbNav.active > span {
        align-content: center; }
        aside#fixNav ._menu p.humbNav.active > span > i {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
          aside#fixNav ._menu p.humbNav.active > span > i:nth-child(1) {
            transform: rotate(8deg) translateY(0.5px); }
          aside#fixNav ._menu p.humbNav.active > span > i:nth-child(2) {
            transform: rotate(-8deg) translateY(-0.5px); }

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

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

.scroll-area {
  overflow: auto;
  touch-action: pan-y;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch; }

/*!//#siteHeader------------------------------------------------------------------------------------------------*/
/*!#siteFooter------------------------------------------------------------------------------------------------*/
#siteFoot {
  width: 100%;
  overflow: hidden;
  padding: 1em; }
  #siteFoot * {
    color: var(--background1); }
  #siteFoot .wrapper {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 4em;
    background-color: var(--key1);
    background-image: radial-gradient(circle at 98% 99%, var(--key2) 3%, transparent 76%), radial-gradient(circle at 55% 99%, var(--key1) 10.3075368361%, transparent 30.2103012604%), 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;
    border-radius: calc(8em / 16);
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      #siteFoot .wrapper {
        gap: calc(8em / 8);
        padding: 3em 2em; } }
    #siteFoot .wrapper::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 15;
      display: block;
      width: 100%;
      height: 100%;
      background: url(images/noise.png);
      background-repeat: repeat;
      background-size: 100px;
      pointer-events: none;
      opacity: .5; }
    #siteFoot .wrapper > ._primary {
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap;
      gap: 2em 6em;
      width: 100%; }
      @media screen and (max-width: 768px) {
        #siteFoot .wrapper > ._primary {
          flex-wrap: wrap; } }
      @media screen and (max-width: 768px) {
        #siteFoot .wrapper > ._primary > div {
          min-width: 100%; } }
      #siteFoot .wrapper > ._primary .__left {
        width: 640px;
        display: flex;
        flex-direction: column;
        gap: calc(8em / 16 * 3); }
        #siteFoot .wrapper > ._primary .__left hgroup {
          display: flex;
          align-items: center;
          gap: calc(8em / 16 * 1); }
          @media screen and (max-width: 768px) {
            #siteFoot .wrapper > ._primary .__left hgroup {
              justify-content: center; } }
          #siteFoot .wrapper > ._primary .__left hgroup h1 img {
            width: auto;
            height: 1.64em; }
            @media screen and (max-width: 768px) {
              #siteFoot .wrapper > ._primary .__left hgroup h1 img {
                width: auto;
                height: calc(8em / 32 * 4); } }
          #siteFoot .wrapper > ._primary .__left hgroup p {
            text-transform: uppercase;
            font-size: .8em;
            line-height: 1.23; }
      #siteFoot .wrapper > ._primary .__right {
        width: calc(100% - (6em + 640px)); }
        @media screen and (max-width: 768px) {
          #siteFoot .wrapper > ._primary .__right {
            width: 100%; } }
      #siteFoot .wrapper > ._primary a.recruit_btn {
        display: flex;
        align-items: center;
        gap: 0 calc(8em / 32 * 5);
        padding: calc(8em / 32);
        background: var(--border-black);
        border-radius: calc(8em / 32);
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          #siteFoot .wrapper > ._primary a.recruit_btn {
            flex-direction: column-reverse; } }
        #siteFoot .wrapper > ._primary a.recruit_btn .image {
          line-height: 0; }
          @media screen and (max-width: 768px) {
            #siteFoot .wrapper > ._primary a.recruit_btn .image {
              width: 100%; }
              #siteFoot .wrapper > ._primary a.recruit_btn .image img {
                width: 100%; } }
        @media screen and (max-width: 768px) {
          #siteFoot .wrapper > ._primary a.recruit_btn .text {
            padding: 1em;
            text-align: center; } }
        #siteFoot .wrapper > ._primary a.recruit_btn .text > span {
          display: block; }
        #siteFoot .wrapper > ._primary a.recruit_btn .text .en {
          font-size: .8em; }
          @media screen and (max-width: 768px) {
            #siteFoot .wrapper > ._primary a.recruit_btn .text .en {
              font-size: 1.845em;
              text-transform: uppercase; } }
        #siteFoot .wrapper > ._primary a.recruit_btn .text .jp {
          font-weight: bold;
          font-size: 1.1275em; }
          @media screen and (max-width: 768px) {
            #siteFoot .wrapper > ._primary a.recruit_btn .text .jp {
              font-size: .9em; } }
    #siteFoot .wrapper > ._secondary {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 1.5em;
      padding-top: 1.5em;
      border-top: solid 1px var(--border-white); }
      #siteFoot .wrapper > ._secondary .copyarea {
        display: flex;
        flex-direction: column;
        gap: calc(8em / 8);
        width: calc(100% / 16 * 7);
        margin: 0 auto;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          #siteFoot .wrapper > ._secondary .copyarea {
            width: calc(100% / 32 * 25); } }
        #siteFoot .wrapper > ._secondary .copyarea .copy1 {
          width: 100%; }
        #siteFoot .wrapper > ._secondary .copyarea .copy2 {
          width: 100%; }
        #siteFoot .wrapper > ._secondary .copyarea .slider {
          width: 100%; }
          @media screen and (max-width: 768px) {
            #siteFoot .wrapper > ._secondary .copyarea .slider .slider__inner .slider__item {
              width: 300px;
              height: 10px;
              line-height: 0; } }
  #siteFoot nav.footer_navigation {
    font-size: .8em; }
    @media screen and (max-width: 768px) {
      #siteFoot nav.footer_navigation {
        display: none; } }
    #siteFoot nav.footer_navigation a {
      position: relative;
      z-index: 15;
      display: inline-flex;
      padding-bottom: calc(8em / 32); }
      @media screen and (max-width: 768px) {
        #siteFoot nav.footer_navigation a {
          display: flex;
          padding: calc(8em / 12) 0; } }
      #siteFoot nav.footer_navigation a::before, #siteFoot nav.footer_navigation a::after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        display: block;
        height: 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; }
      #siteFoot nav.footer_navigation a::before {
        width: 100%;
        background: var(--border-light-white); }
      #siteFoot nav.footer_navigation a::after {
        width: 0;
        background: var(--color-white); }
      #siteFoot nav.footer_navigation a:hover::after {
        width: 100%;
        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; }
  #siteFoot .footer_policy {
    font-size: .8em; }
  #siteFoot ul.social {
    display: flex;
    align-items: center;
    gap: calc(8em / 16 * 3); }
    #siteFoot ul.social > li a {
      display: block; }
      #siteFoot ul.social > li a i {
        display: block;
        width: calc(8em / 32 * 5);
        height: calc(8em / 32 * 5); }
        #siteFoot ul.social > li a i img {
          filter: brightness(0) invert(1); }
  #siteFoot .horizal {
    display: flex;
    align-items: center;
    gap: 2em; }

:root {
  --stacked-w: 520px;
  /* カード幅（PC） */
  --stacked-gap: -60px;
  /* 重なり量(負値でオーバーラップ) */
  --stacked-radius: .5em; }
  @media screen and (max-width: 768px) {
    :root {
      --stacked-w: 320px;
      --stacked-gap: -40px; } }

.stacked-cards .stacked-cards__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr min(var(--stacked-w), 90vw);
  gap: clamp(16px, 4vw, 48px);
  align-items: center; }

.stackedSwiper {
  position: relative;
  width: min(var(--stacked-w), 90vw);
  padding-left: 2.5em !important;
  overflow: visible !important; }
  .stackedSwiper .swiper-wrapper {
    align-items: stretch;
    pointer-events: none; }
  .stackedSwiper .swiper-slide {
    top: 0;
    z-index: 30 !important;
    display: block;
    width: min(var(--stacked-w), 90vw);
    height: auto;
    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; }
    .stackedSwiper .swiper-slide.swiper-slide-prev {
      top: -2.5em;
      opacity: 0;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
      @media screen and (max-width: 768px) {
        .stackedSwiper .swiper-slide.swiper-slide-prev {
          left: 0;
          right: 0; } }
    .stackedSwiper .swiper-slide.swiper-slide-next {
      top: 2.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; }
      @media screen and (max-width: 768px) {
        .stackedSwiper .swiper-slide.swiper-slide-next {
          left: 0;
          right: 0; } }
      .stackedSwiper .swiper-slide.swiper-slide-next + .swiper-slide {
        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; }
    .stackedSwiper .swiper-slide.card {
      display: block;
      padding: calc(8em / 16);
      background: var(--key1);
      border-radius: var(--stacked-radius);
      overflow: hidden;
      transform-origin: top left; }
      .stackedSwiper .swiper-slide.card .card__media img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover; }
      .stackedSwiper .swiper-slide.card .card__body {
        display: flex;
        flex-direction: column;
        gap: calc(8em / 32);
        padding: calc(8em / 32 * 3);
        padding-bottom: calc(8em / 16 * 3);
        color: var(--color-white); }
        .stackedSwiper .swiper-slide.card .card__body .card__title {
          font-size: 1.1275em;
          line-height: 1.4; }
        .stackedSwiper .swiper-slide.card .card__body .card__meta {
          font-size: .8em;
          opacity: .9; }
  .stackedSwiper .stacked-button_wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20;
    display: flex;
    flex-direction: column;
    gap: .5em; }
  .stackedSwiper .stacked-button {
    position: relative;
    top: 50%;
    translate: 0 -50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(8em / 16 * 5);
    height: calc(8em / 16 * 5);
    background: var(--border-light-white);
    border: solid 1px var(--color-white);
    border-radius: calc(8em / 32);
    cursor: pointer; }
    .stackedSwiper .stacked-button::before {
      content: "";
      display: block;
      width: .5em;
      height: .5em;
      border: solid 2px var(--color-white);
      border-top: 0;
      border-left: 0;
      transform: rotate(45deg); }
    @media screen and (max-width: 768px) {
      .stackedSwiper .stacked-button.prev {
        left: 0;
        right: 0; } }
    .stackedSwiper .stacked-button.prev::before {
      margin-top: .25em;
      transform: rotate(225deg); }
    @media screen and (max-width: 768px) {
      .stackedSwiper .stacked-button.next {
        left: 0;
        right: 0; } }
    .stackedSwiper .stacked-button.next::before {
      margin-bottom: .25em; }

/* SPは重なり解除（見やすさ優先） */
@media (max-width: 767px) {
  :root {
    --stacked-gap: 16px; }

  .stacked-cards__inner {
    grid-template-columns: 1fr; }

  .stacked-button.prev {
    left: 6px; }

  .stacked-button.next {
    right: 6px; } }
/*//!#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%;
      margin-bottom: 0 !important; } }
  #siteContent.lower {
    background-color: white;
    background-image: radial-gradient(circle at -2% 58%, rgba(0, 153, 68, 0.2) 5.0301810865%, transparent 22.2193813516%), radial-gradient(circle at 96% 28%, rgba(143, 193, 31, 0.2) 3%, transparent 24.3747114032%);
    background-blend-mode: normal, normal;
    background-size: 100vw 200vw; }
  #siteContent::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    display: block;
    width: 100%;
    height: 100%;
    background: url(images/noise.png);
    background-repeat: repeat;
    background-size: 100px;
    pointer-events: none; }

.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(8em / 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;
  column-gap: calc(8em / 64);
  border-radius: calc(8em / 32);
  overflow: hidden; }
  .button * {
    color: var(--color-white); }
  .button .text {
    display: flex;
    align-items: center;
    min-width: 12.3em;
    min-height: 3.28em;
    padding: 0 calc(8em / 12* 2);
    background: var(--text);
    border-radius: calc(8em / 32);
    overflow: hidden;
    font-weight: 600;
    letter-spacing: .0615em; }
  .button .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 3.28em;
    min-height: 3.28em;
    background: var(--text);
    line-height: 0;
    border-radius: calc(8em / 32);
    overflow: hidden; }
    .button .icon img {
      filter: invert(1); }
  .button:hover i {
    background: var(--color-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; }
    .button:hover i img {
      animation: arrowAnimation .328s 0s ease-in-out 1; }
  .button.left {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: auto; }
  .button.center {
    justify-content: center;
    margin-left: auto;
    margin-right: auto; }
  .button.right {
    justify-content: flex-end;
    margin-left: auto;
    margin-right: 0; }
  .button.xs .text {
    flex: 1;
    display: flex;
    align-items: center;
    min-height: 2.46em;
    padding: calc(8em / 32 * 1); }
    @media screen and (max-width: 768px) {
      .button.xs .text {
        min-height: 2.46em; } }
    .button.xs .text > .image {
      width: calc(2.46em - (8em / 16));
      aspect-ratio: 1/1;
      border-radius: calc(8em / 32);
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .button.xs .text > .image {
          width: calc(2.46em - (8em / 16)); } }
    .button.xs .text > .title {
      flex: 1;
      display: flex;
      flex-direction: column-reverse;
      min-width: 12em;
      padding: 0 1em;
      font-weight: 600; }
      @media screen and (max-width: 768px) {
        .button.xs .text > .title {
          padding: 0 1em; } }
      .button.xs .text > .title .en {
        font-size: 1.435em;
        letter-spacing: -.0328em; }
        @media screen and (max-width: 768px) {
          .button.xs .text > .title .en {
            font-size: 1.3325em;
            letter-spacing: -.01025em; } }
      .button.xs .text > .title .jp {
        font-size: .8em; }
  .button.xs .icon {
    min-width: 4.1em;
    min-height: 4.1em; }
    @media screen and (max-width: 768px) {
      .button.xs .icon {
        min-width: 4.1em;
        min-height: 4.1em; } }
  .button.mini .text {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 8em;
    min-height: 3.28em;
    padding: calc(8em / 32 * 1); }
    @media screen and (max-width: 768px) {
      .button.mini .text {
        min-height: 3.28em; } }
    .button.mini .text > .image {
      width: calc(3.28em - (8em / 16));
      aspect-ratio: 1/1;
      border-radius: calc(8em / 32);
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .button.mini .text > .image {
          width: calc(3.28em - (8em / 16)); } }
    .button.mini .text > .title {
      flex: 1;
      display: flex;
      justify-content: center;
      flex-direction: column-reverse;
      min-width: 8em;
      padding: 0 1em;
      font-weight: 600; }
      @media screen and (max-width: 768px) {
        .button.mini .text > .title {
          padding: 0 1em; } }
      .button.mini .text > .title .en {
        font-size: 1.435em;
        letter-spacing: -.0328em; }
        @media screen and (max-width: 768px) {
          .button.mini .text > .title .en {
            font-size: 1.3325em;
            letter-spacing: -.01025em; } }
      .button.mini .text > .title .jp {
        font-size: .8em; }
  .button.mini .icon {
    min-width: 3.28em;
    min-height: 3.28em; }
    @media screen and (max-width: 768px) {
      .button.mini .icon {
        min-width: 3.28em;
        min-height: 3.28em; } }
  .button.small .text {
    flex: 1;
    display: flex;
    align-items: center;
    min-height: 4.1em;
    padding: calc(8em / 32 * 1); }
    @media screen and (max-width: 768px) {
      .button.small .text {
        min-height: 4.1em; } }
    .button.small .text > .image {
      width: calc(4.1em - (8em / 16));
      aspect-ratio: 1/1;
      border-radius: calc(8em / 32);
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .button.small .text > .image {
          width: calc(4.1em - (8em / 16)); } }
    .button.small .text > .title {
      flex: 1;
      display: flex;
      flex-direction: column-reverse;
      min-width: 12em;
      padding: 0 1em;
      font-weight: 600; }
      @media screen and (max-width: 768px) {
        .button.small .text > .title {
          padding: 0 1em; } }
      .button.small .text > .title .en {
        font-size: 1.435em;
        letter-spacing: -.0328em; }
        @media screen and (max-width: 768px) {
          .button.small .text > .title .en {
            font-size: 1.3325em;
            letter-spacing: -.01025em; } }
      .button.small .text > .title .jp {
        font-size: .8em; }
  .button.small .icon {
    min-width: 4.1em;
    min-height: 4.1em; }
    @media screen and (max-width: 768px) {
      .button.small .icon {
        min-width: 4.1em;
        min-height: 4.1em; } }
  .button.large .text {
    flex: 1;
    display: flex;
    align-items: center;
    min-height: 8.2em;
    padding: calc(8em / 32 * 1); }
    @media screen and (max-width: 768px) {
      .button.large .text {
        min-height: 5.1275em; } }
    .button.large .text > .image {
      width: calc(8.2em - (8em / 16));
      aspect-ratio: 1/1;
      border-radius: calc(8em / 32);
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .button.large .text > .image {
          width: calc(5.1275em - (8em / 16)); } }
    .button.large .text > .title {
      flex: 1;
      display: flex;
      flex-direction: column-reverse;
      padding: 0 2em;
      font-weight: 600; }
      @media screen and (max-width: 768px) {
        .button.large .text > .title {
          padding: 0 1em; } }
      .button.large .text > .title .en {
        font-size: 2.46em;
        letter-spacing: -.0328em; }
        @media screen and (max-width: 768px) {
          .button.large .text > .title .en {
            font-size: 1.845em;
            letter-spacing: -.01025em; } }
      .button.large .text > .title .jp {
        font-size: .9em; }
  .button.large .icon {
    min-width: 8.2em;
    min-height: 8.2em; }
    @media screen and (max-width: 768px) {
      .button.large .icon {
        min-width: 5.1275em;
        min-height: 5.1275em; } }
  .button.green .text {
    background: var(--key1); }
  .button.green .icon {
    background: var(--key1); }
  .button.blue .text {
    background: #2156c1; }
  .button.blue .icon {
    background: #2156c1; }
  .button.red .text {
    background: #ff3333; }
  .button.red .icon {
    background: #ff3333; }
  .button.black .text {
    background: var(--black2); }
  .button.black .icon {
    background: var(--black2); }

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

.comingsoon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 180px;
  background: #f7f7f7;
  filter: opacity(0.5); }

.favicon_title {
  display: flex;
  align-items: center; }
  .favicon_title::before {
    content: '';
    display: inline-block;
    width: 1.23em;
    height: 1.23em;
    margin-right: calc(8em / 16);
    background: url(images/favicon.svg);
    background-size: cover; }

.idx {
  position: relative;
  z-index: 15; }
  .idx + .idx {
    margin-top: 1em; }
  .idx.idx_mainvisual {
    z-index: 10;
    width: 100vw;
    padding: calc(8em / 8 * 2) calc(8em / 8 * 2) 0;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .idx.idx_mainvisual {
        padding: calc(8em / 16) calc(8em / 16) 0; } }
    .idx.idx_mainvisual::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 15;
      display: block;
      width: 100%;
      height: 100%;
      background: url(images/noise.png);
      background-repeat: repeat;
      background-size: 100px;
      pointer-events: none;
      opacity: .328; }
    .idx.idx_mainvisual .keyvisual_wrapper {
      position: relative;
      z-index: 15; }
      .idx.idx_mainvisual .keyvisual_wrapper ul > li {
        position: relative;
        z-index: 15;
        height: calc(100vh - 4em);
        border-radius: calc(8em / 16);
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .idx.idx_mainvisual .keyvisual_wrapper ul > li {
            max-height: 480px; } }
        .idx.idx_mainvisual .keyvisual_wrapper ul > li .background {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
          .idx.idx_mainvisual .keyvisual_wrapper ul > li .background img {
            opacity: 0;
            filter: blur(15px);
            transform: scale(1.2); }
        .idx.idx_mainvisual .keyvisual_wrapper ul > li .text {
          position: relative;
          z-index: 15; }
          .idx.idx_mainvisual .keyvisual_wrapper ul > li .text img {
            opacity: 0;
            filter: blur(15px);
            transform: scale(1.2); }
      .idx.idx_mainvisual .keyvisual_wrapper ul.action > li .background img {
        opacity: 1;
        filter: blur(0);
        transform: scale(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.idx_mainvisual .keyvisual_wrapper ul.action > li .text img {
        opacity: 1;
        filter: blur(0);
        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;
        transition-duration: .615s;
        transition-delay: calc(.0615s * 13); }
      .idx.idx_mainvisual .keyvisual_wrapper ul.action > li:nth-child(1) .background img {
        transition-delay: calc(.0615s * 13); }
      .idx.idx_mainvisual .keyvisual_wrapper ul.action > li:nth-child(2) .background img {
        transition-delay: calc(.0615s * 8); }
      .idx.idx_mainvisual .keyvisual_wrapper ul.action > li:nth-child(3) .background img {
        transition-delay: 0; }
      .idx.idx_mainvisual .keyvisual_wrapper ul.action > li:nth-child(4) .background img {
        transition-delay: calc(.0615s * 6); }
      .idx.idx_mainvisual .keyvisual_wrapper ul.action > li:nth-child(5) .background img {
        transition-delay: calc(.0615s * 11); }
    @media screen and (max-width: 768px) {
      .idx.idx_mainvisual .keyvisual-container > .swiper-wrapper > .swiper-slide.swiper-slide-active {
        width: 240px !important; } }
    .idx.idx_mainvisual .copy_wrapper {
      margin-top: calc(8em / 8 * 2); }
      @media screen and (max-width: 768px) {
        .idx.idx_mainvisual .copy_wrapper {
          margin-top: calc(8em / 8 * 1);
          padding: 0 calc(8em / 8 * 1); } }
  .idx.idx_introduction {
    padding: 0 1em;
    padding-top: calc(8em / 8 * 8); }
    @media screen and (max-width: 768px) {
      .idx.idx_introduction {
        padding: 0 2em;
        padding-top: calc(8em / 8 * 3); } }
    .idx.idx_introduction .wrapper {
      display: flex;
      align-items: center;
      justify-content: center; }
      .idx.idx_introduction .wrapper .content .title {
        font-size: 1.23em;
        font-weight: 600; }
        @media screen and (max-width: 768px) {
          .idx.idx_introduction .wrapper .content .title {
            font-size: 1.075em; } }
      .idx.idx_introduction .wrapper .content dl {
        margin-top: calc(8em / 16 * 3); }
        @media screen and (max-width: 768px) {
          .idx.idx_introduction .wrapper .content dl {
            margin-top: calc(8em / 16 * 2); } }
        .idx.idx_introduction .wrapper .content dl > dt + dd {
          margin-top: calc(8em / 16); }
        .idx.idx_introduction .wrapper .content dl > dd {
          font-size: 1.435em;
          font-weight: 600;
          line-height: 2; }
          @media screen and (max-width: 768px) {
            .idx.idx_introduction .wrapper .content dl > dd {
              font-size: 1.1275em;
              line-height: 1.8; } }
        .idx.idx_introduction .wrapper .content dl + * {
          margin-top: calc(8em / 16 * 3); }
          @media screen and (max-width: 768px) {
            .idx.idx_introduction .wrapper .content dl + * {
              margin-top: calc(8em / 16 * 2); } }
  .idx.lowerRoots {
    padding: calc(8em / 8 * 4) calc(8em / 8 * 2); }
    @media screen and (max-width: 768px) {
      .idx.lowerRoots {
        padding: calc(8em / 8 * 3) calc(8em / 8 * 1) 0; } }
    .idx.lowerRoots .wrapper {
      width: 100%;
      margin: 0 auto; }
      .idx.lowerRoots .wrapper hgroup {
        display: flex;
        align-items: flex-start;
        flex-direction: column-reverse; }
        .idx.lowerRoots .wrapper hgroup h2 {
          font-size: 1em; }
          @media screen and (max-width: 768px) {
            .idx.lowerRoots .wrapper hgroup h2 {
              font-size: .85em; } }
        .idx.lowerRoots .wrapper hgroup p {
          font-size: 2.87em;
          line-height: 1.23;
          font-weight: 400; }
          @media screen and (max-width: 768px) {
            .idx.lowerRoots .wrapper hgroup p {
              font-size: 2.255em; } }
        .idx.lowerRoots .wrapper hgroup + * {
          margin-top: calc(8em / 16 * 2); }
          @media screen and (max-width: 768px) {
            .idx.lowerRoots .wrapper hgroup + * {
              margin-top: calc(8em / 16 * 1); } }
    .idx.lowerRoots .lowerRoots_wrapper ul {
      display: flex;
      flex-direction: column;
      gap: calc(8em / 8 * 2); }
      @media screen and (max-width: 768px) {
        .idx.lowerRoots .lowerRoots_wrapper ul {
          gap: calc(8em / 8 * 1); } }
      .idx.lowerRoots .lowerRoots_wrapper ul > li {
        top: calc(8em / 8 * 5);
        display: flex;
        align-items: center;
        height: calc(100vh - (8em / 8 * 5));
        transform-origin: top;
        filter: brightness(1); }
        @media screen and (max-width: 768px) {
          .idx.lowerRoots .lowerRoots_wrapper ul > li {
            height: auto; } }
        .idx.lowerRoots .lowerRoots_wrapper ul > li .card {
          display: flex;
          gap: 0 calc(6em);
          width: 100%;
          padding: calc(8em / 16 * 4);
          background: var(--key1);
          border-radius: calc(8em / 16);
          overflow: hidden; }
          @media screen and (max-width: 768px) {
            .idx.lowerRoots .lowerRoots_wrapper ul > li .card {
              flex-direction: column-reverse;
              padding: calc(8em / 16 * 1); } }
          .idx.lowerRoots .lowerRoots_wrapper ul > li .card > .text {
            flex: 9; }
            @media screen and (max-width: 768px) {
              .idx.lowerRoots .lowerRoots_wrapper ul > li .card > .text {
                flex: initial;
                width: 100%; } }
            .idx.lowerRoots .lowerRoots_wrapper ul > li .card > .text * {
              color: var(--white); }
            .idx.lowerRoots .lowerRoots_wrapper ul > li .card > .text .inner {
              display: flex;
              flex-direction: column;
              justify-content: space-between;
              gap: 2em;
              padding: 3em 4em; }
              @media screen and (max-width: 768px) {
                .idx.lowerRoots .lowerRoots_wrapper ul > li .card > .text .inner {
                  gap: 1em;
                  padding: 2em 1.5em; } }
              .idx.lowerRoots .lowerRoots_wrapper ul > li .card > .text .inner > .top hgroup + P {
                font-weight: 600; }
              .idx.lowerRoots .lowerRoots_wrapper ul > li .card > .text .inner > .bottom {
                display: flex;
                flex-direction: column;
                gap: 2em; }
                @media screen and (max-width: 768px) {
                  .idx.lowerRoots .lowerRoots_wrapper ul > li .card > .text .inner > .bottom {
                    gap: 1em; } }
                .idx.lowerRoots .lowerRoots_wrapper ul > li .card > .text .inner > .bottom dl {
                  display: flex;
                  flex-direction: column;
                  gap: calc(8em / 16); }
                  @media screen and (max-width: 768px) {
                    .idx.lowerRoots .lowerRoots_wrapper ul > li .card > .text .inner > .bottom dl {
                      gap: calc(8em / 32); } }
                  .idx.lowerRoots .lowerRoots_wrapper ul > li .card > .text .inner > .bottom dl > dd a {
                    display: flex;
                    align-items: center;
                    column-gap: calc(8em / 16); }
                    .idx.lowerRoots .lowerRoots_wrapper ul > li .card > .text .inner > .bottom dl > dd a .icon {
                      display: flex;
                      align-items: center;
                      justify-content: center;
                      width: calc(8em / 32 * 5);
                      height: calc(8em / 32 * 5);
                      padding: calc(8em / 32);
                      background: var(--border-white);
                      border: solid 1px var(--white);
                      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; }
                      .idx.lowerRoots .lowerRoots_wrapper ul > li .card > .text .inner > .bottom dl > dd a .icon img {
                        filter: brightness(0) invert(1); }
                    .idx.lowerRoots .lowerRoots_wrapper ul > li .card > .text .inner > .bottom dl > dd a:hover .icon {
                      background: var(--text);
                      border: solid 1px var(--text);
                      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
            .idx.lowerRoots .lowerRoots_wrapper ul > li .card > .text hgroup h2 {
              font-weight: 600; }
            .idx.lowerRoots .lowerRoots_wrapper ul > li .card > .text hgroup p {
              letter-spacing: -.0328em;
              text-transform: uppercase; }
          .idx.lowerRoots .lowerRoots_wrapper ul > li .card > .image {
            flex: 7;
            aspect-ratio: 1/1;
            border-radius: calc(8em / 16);
            overflow: hidden;
            line-height: 0; }
            @media screen and (max-width: 768px) {
              .idx.lowerRoots .lowerRoots_wrapper ul > li .card > .image {
                flex: initial;
                width: 100%;
                aspect-ratio: 3/2; } }
  .idx.idx_interview {
    padding: 0 1em; }
    .idx.idx_interview hgroup {
      display: flex;
      align-items: center;
      flex-direction: column-reverse; }
      .idx.idx_interview hgroup p {
        font-size: 2.87em;
        line-height: 1.23;
        font-weight: 500;
        letter-spacing: -.0328em; }
    .idx.idx_interview .backstep2 {
      position: relative;
      z-index: 15;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: calc(8em / 8 * 3);
      width: 100%;
      max-height: 640px;
      aspect-ratio: 2.35/1;
      background: var(--text);
      background: url(images/noise.png), var(--text);
      background-repeat: repeat;
      background-size: 100px;
      clip-path: inset(0% 5.5556% round 8px);
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .idx.idx_interview .backstep2 {
          aspect-ratio: 1/1;
          clip-path: inset(0% 5.5556% round 4px); } }
    .idx.idx_interview .background {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      opacity: .205; }
      .idx.idx_interview .background ul {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        gap: calc(8em / 16);
        transform: rotate(-10deg); }
        .idx.idx_interview .background ul > li {
          display: flex;
          flex-direction: column;
          gap: 6em; }
          .idx.idx_interview .background ul > li > .figure {
            padding: calc(8em / 16);
            background: var(--color-white);
            border-radius: calc(8em / 32);
            overflow: hidden; }
            .idx.idx_interview .background ul > li > .figure > .image {
              width: 16em;
              aspect-ratio: 3/2; }
              @media screen and (max-width: 768px) {
                .idx.idx_interview .background ul > li > .figure > .image {
                  width: calc(8em / 8 * 5); } }
            .idx.idx_interview .background ul > li > .figure > .text {
              display: flex;
              flex-direction: column-reverse;
              gap: calc(8em / 32 * 1);
              padding: calc(8em / 32 * 3) calc(8em / 16 * 1); }
              .idx.idx_interview .background ul > li > .figure > .text p {
                font-weight: 600;
                line-height: 1; }
                .idx.idx_interview .background ul > li > .figure > .text p.jp {
                  font-size: .8em; }
                .idx.idx_interview .background ul > li > .figure > .text p.en {
                  text-transform: uppercase;
                  font-size: 1.23em; }
    .idx.idx_interview .card_text {
      padding: 4em;
      background: var(--white);
      border-radius: calc(8em / 32); }
      .idx.idx_interview .card_text dl > dt + * {
        margin-top: calc(8em / 16 * 2); }
      .idx.idx_interview .card_text dl > dd {
        text-align: center; }
      .idx.idx_interview .card_text dl + * {
        margin-top: calc(8em / 16 * 3); }
        @media screen and (max-width: 768px) {
          .idx.idx_interview .card_text dl + * {
            margin-top: calc(8em / 8 * 1); } }
  .idx.lowerRecruit {
    padding: 0 1em; }
    .idx.lowerRecruit .wrapper {
      width: 100%;
      margin: 0 auto;
      border-radius: calc(8em / 16);
      overflow: hidden; }
      .idx.lowerRecruit .wrapper .card {
        display: flex;
        align-items: center;
        padding: 3em 4em;
        background: var(--white);
        background-color: white;
        background-image: radial-gradient(circle at 100% 1%, rgba(143, 193, 31, 0.2) 5.0301810865%, transparent 36.2836344237%), radial-gradient(circle at 4% 87%, rgba(0, 153, 68, 0.1) 8.4403061435%, transparent 32.4905727087%);
        background-blend-mode: normal, normal;
        border-radius: calc(8em / 16);
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .idx.lowerRecruit .wrapper .card {
            flex-direction: column;
            gap: calc(8em / 16 * 3);
            padding: 3em 2em; } }
        .idx.lowerRecruit .wrapper .card > .text {
          flex: 1; }
          .idx.lowerRecruit .wrapper .card > .text hgroup {
            display: flex;
            flex-direction: column-reverse; }
            @media screen and (max-width: 768px) {
              .idx.lowerRecruit .wrapper .card > .text hgroup {
                align-items: center; } }
            .idx.lowerRecruit .wrapper .card > .text hgroup p {
              font-size: 2.87em;
              line-height: 1.23;
              font-weight: 500;
              letter-spacing: -.0328em;
              text-transform: uppercase; }
            .idx.lowerRecruit .wrapper .card > .text hgroup + p {
              margin-top: calc(8em / 16);
              font-weight: 600;
              font-size: 2.05em;
              letter-spacing: .041em;
              line-height: 1.435; }
        .idx.lowerRecruit .wrapper .card > .link {
          display: flex;
          flex-direction: column;
          gap: 1em; }
          @media screen and (max-width: 768px) {
            .idx.lowerRecruit .wrapper .card > .link {
              gap: .5em; } }

header#pageHeader {
  position: relative;
  z-index: 15;
  overflow: hidden; }
  header#pageHeader:has(.background) {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100); }
    @media screen and (max-width: 768px) {
      header#pageHeader:has(.background) {
        height: 140vw;
        max-height: calc(var(--vh, 1vh) * 100); } }
  header#pageHeader:has(.catchcopy) {
    padding: calc(8em / 8 * 8) 1em 0; }
    @media screen and (max-width: 768px) {
      header#pageHeader:has(.catchcopy) {
        padding: calc(8em / 8 * 5) 1em 0;
        margin-bottom: -1em; } }
  header#pageHeader .background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
    width: 100%;
    height: 100%; }
    header#pageHeader .background::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, transparent, var(--border-black)); }
  header#pageHeader .wrapper {
    display: flex;
    align-items: center;
    gap: calc(8em / 8 * 1);
    width: calc(100% / 16 * 15);
    height: 100%;
    margin: 0 auto;
    padding: calc(8em / 2) 0 calc(8em / 8);
    padding-left: calc(100% / 32 * 1); }
    @media screen and (max-width: 768px) {
      header#pageHeader .wrapper {
        width: 100%;
        padding: calc(8em / 2) calc(8em / 8 * 3) calc(8em / 8); } }
    header#pageHeader .wrapper .text {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
      @media screen and (max-width: 768px) {
        header#pageHeader .wrapper .text {
          flex-direction: column;
          align-items: flex-start;
          gap: calc(8em / 8); } }
      header#pageHeader .wrapper .text > p {
        font-weight: 600;
        color: var(--white); }
    header#pageHeader .wrapper hgroup {
      position: relative;
      z-index: 15;
      display: flex;
      align-items: flex-start;
      flex-direction: column-reverse; }
      header#pageHeader .wrapper hgroup * {
        color: var(--white); }
      header#pageHeader .wrapper hgroup h1 {
        display: flex;
        align-items: center;
        gap: calc(8em / 64 * 3);
        font-weight: 600; }
      header#pageHeader .wrapper hgroup span {
        position: relative;
        z-index: 15;
        font-size: 4.51em;
        font-weight: 500;
        letter-spacing: -.041em;
        line-height: 1;
        text-transform: uppercase; }
        @media screen and (max-width: 768px) {
          header#pageHeader .wrapper hgroup span {
            font-size: 3.28em; } }

.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: 100%;
    margin: 0 auto;
    padding: calc(8em / 8 * 4) 1em calc(8em / 8 * 8); }
    @media screen and (max-width: 768px) {
      .-page > .wrapper {
        padding: calc(8em / 16 * 4) 0.5em calc(8em / 16 * 6); } }
    .-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 hgroup {
    display: flex;
    align-items: end;
    justify-content: flex-end;
    flex-direction: row-reverse;
    column-gap: calc(8em / 16);
    padding-top: calc(8em / 32 * 5);
    border-top: solid 3px var(--gray3); }
    @media screen and (max-width: 768px) {
      .-page .page_main .page_body .page_block hgroup {
        padding: calc(8em / 32 * 4) calc(8em / 32 * 2); } }
    .-page .page_main .page_body .page_block hgroup span {
      position: relative;
      z-index: 15;
      display: flex;
      align-items: center;
      column-gap: calc(8em / 16);
      font-size: 1.1275em;
      font-weight: 600;
      letter-spacing: -.0328em;
      color: var(--text);
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        .-page .page_main .page_body .page_block hgroup span {
          font-size: 1.23em; } }
      .-page .page_main .page_body .page_block hgroup span::before {
        content: '';
        display: block;
        width: 1.1275em;
        height: 1.1275em;
        background: url(images/favicon.svg);
        background-size: cover; }
        @media screen and (max-width: 768px) {
          .-page .page_main .page_body .page_block hgroup span::before {
            width: 1em;
            height: 1em; } }
    .-page .page_main .page_body .page_block hgroup h2 {
      display: flex;
      align-items: center;
      gap: calc(8em / 64* 3);
      font-size: .75em;
      font-weight: var(--fontweight-6);
      color: var(--text); }
      .-page .page_main .page_body .page_block hgroup h2.large {
        font-size: 1em; }
        .-page .page_main .page_body .page_block hgroup h2.large::before {
          content: '';
          display: block;
          width: 1.1275em;
          height: 1.1275em;
          background: url(images/favicon.svg);
          background-size: cover; }
          @media screen and (max-width: 768px) {
            .-page .page_main .page_body .page_block hgroup h2.large::before {
              width: 1em;
              height: 1em; } }
    .-page .page_main .page_body .page_block hgroup + * {
      margin-top: calc(8.5rem / 16 * 5); }
      @media screen and (max-width: 768px) {
        .-page .page_main .page_body .page_block hgroup + * {
          margin-top: calc(8.5rem / 16 * 3); } }
  .-page .page_main .page_body .page_block ~ .page_block {
    margin-top: calc(8em / 16 * 2); }
    @media screen and (max-width: 768px) {
      .-page .page_main .page_body .page_block ~ .page_block {
        margin-top: calc(8em / 16 * 1); } }
  .-page .page_main .page_body .page_block .page_cell .page_item {
    width: 980px;
    max-width: 100%;
    margin-left: auto; }
    @media screen and (min-width: 1367px) {
      .-page .page_main .page_body .page_block .page_cell .page_item {
        width: 72%; } }
  .-page .page_main .page_body .page_block .page_cell ~ .page_cell {
    margin-top: calc(8em / 8 * 6); }
    @media screen and (max-width: 768px) {
      .-page .page_main .page_body .page_block .page_cell ~ .page_cell {
        margin-top: calc(8em / 8 * 4); } }
  .-page .page_main .page_body .seplate.medium {
    aspect-ratio: 2.35/1;
    border-radius: calc(8em / 16);
    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 + (8em / 32 * 22)); }
  @media screen and (max-width: 768px) {
    header#singleHeader {
      margin-top: calc(25px + (8em / 32 * 14)); } }
  header#singleHeader .wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: calc(8em / 8 * 1);
    width: calc(100% / 32 * 27);
    margin: 0 auto;
    padding-top: calc(8em / 2); }
    @media screen and (max-width: 768px) {
      header#singleHeader .wrapper {
        width: calc(100% / 32 * 28);
        padding-top: calc(8em / 8 * 2); } }
    header#singleHeader .wrapper hgroup {
      position: relative;
      z-index: 15; }
      header#singleHeader .wrapper hgroup h1 {
        font-size: 2.46em;
        font-weight: normal;
        line-height: 1.435; }
        @media screen and (max-width: 768px) {
          header#singleHeader .wrapper hgroup h1 {
            font-size: 1.64em; } }
    header#singleHeader .wrapper .publish {
      display: flex;
      align-items: center;
      column-gap: calc(8em / 12); }
      header#singleHeader .wrapper .publish p {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: calc(8em / 64 * 1) calc(8em / 64 * 5);
        background: var(--color-lightgray);
        border-radius: 8em;
        overflew: hidden; }
      header#singleHeader .wrapper .publish time {
        color: var(--color-gray); }

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

nav.pageanker {
  width: calc(100% / 32 * 30);
  margin: 0 auto;
  padding: calc(8em / 8) 0 calc(8em / 8 * 3); }
  @media screen and (max-width: 768px) {
    nav.pageanker {
      padding: calc(8em / 8) 0; } }
  nav.pageanker ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: calc(8em / 16) calc(8em / 8); }
    @media screen and (max-width: 768px) {
      nav.pageanker ul {
        gap: calc(8em / 16) calc(8em / 32 * 3); } }
    nav.pageanker ul > li a {
      display: flex;
      align-items: center;
      gap: calc(8em / 64 * 3); }
      nav.pageanker ul > li a i {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 1em;
        height: 1em;
        background: var(--color-white);
        border: solid 1px var(--border-light-black);
        border-radius: calc(8em / 64);
        overflow: hidden;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
        nav.pageanker ul > li a i::after {
          content: '';
          display: block;
          width: 1em;
          height: 1em;
          background: url(images/icon/arrowb.svg);
          background-size: .5em;
          background-repeat: no-repeat;
          background-position: center;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(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.pageanker ul > li a:hover i {
        background: var(--color-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; }
        nav.pageanker ul > li a:hover i::after {
          filter: invert(1);
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }

.page_navigation {
  position: relative;
  z-index: 15;
  padding: calc(8em / 8 * 2) 0 calc(8em / 8 * 2);
  background-color: var(--background2);
  background-image: radial-gradient(circle at 94% 95%, var(--background1) 3%, transparent 76%), radial-gradient(circle at 13% 90%, var(--background2) 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;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(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_navigation::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    display: block;
    width: 100%;
    height: 100%;
    background: url(images/noise.png);
    background-repeat: repeat;
    background-size: 100px;
    pointer-events: none;
    opacity: 1; }
  .page_navigation a {
    display: block; }
  .page_navigation .wrapper {
    position: relative;
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc(100% / 32 * 29);
    margin: 0 auto; }
    .page_navigation .wrapper > span {
      font-size: 1.075em; }
    .page_navigation .wrapper .nextpage {
      display: flex;
      align-items: center;
      column-gap: calc(8em / 8 * 4); }
      @media screen and (max-width: 768px) {
        .page_navigation .wrapper .nextpage {
          align-items: flex-end;
          justify-content: space-between;
          column-gap: calc(8em / 8 * 1);
          width: 100%; } }
      .page_navigation .wrapper .nextpage > .text {
        display: flex;
        align-items: center;
        column-gap: calc(8em / 16 * 3); }
        @media screen and (max-width: 768px) {
          .page_navigation .wrapper .nextpage > .text {
            column-gap: calc(8em / 16 * 1); } }
        .page_navigation .wrapper .nextpage > .text hgroup p {
          line-height: 1.3325; }
          .page_navigation .wrapper .nextpage > .text hgroup p.en {
            font-size: 2.05em; }
        .page_navigation .wrapper .nextpage > .text i {
          display: flex;
          align-items: center;
          min-height: 1.64em;
          padding: 0 calc(8em / 10);
          background: var(--color-black);
          border-radius: 8em; }
          .page_navigation .wrapper .nextpage > .text i img {
            display: block;
            width: .9em;
            height: .9em;
            filter: brightness(0) invert(1); }
      .page_navigation .wrapper .nextpage > .image {
        width: calc(8em / 8 * 8); }
        @media screen and (max-width: 768px) {
          .page_navigation .wrapper .nextpage > .image {
            width: calc(8em / 8 * 6); } }
        .page_navigation .wrapper .nextpage > .image div {
          aspect-ratio: 1/1;
          border-radius: 8px;
          overflow: hidden; }
  .page_navigation:hover {
    background-color: var(--key1);
    background-image: radial-gradient(circle at 94% 95%, var(--key2) 3%, transparent 76%), radial-gradient(circle at 13% 90%, var(--key1) 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;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }

.item_title {
  display: flex;
  align-items: center;
  gap: calc(8em / 16);
  font-weight: 600; }
  .item_title::before {
    content: '';
    display: block;
    width: calc(8em / 64 * 7);
    height: calc(8em / 64 * 7);
    gap: calc(8em / 32);
    background: var(--key1);
    border-radius: calc(8em / 32); }
  .item_title + * {
    margin-top: calc(8em / 16); }

.concept_main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: calc(8em / 8 * 6);
  border-top: solid 3px var(--gray3); }
  @media screen and (max-width: 768px) {
    .concept_main .item {
      padding: 0 calc(8em / 8 * 2); } }
  .concept_main .item ~ .item {
    margin-top: calc(8em / 8 * 5); }
  .concept_main dl > dt + * {
    margin-top: calc(8em / 16 * 3); }
  .concept_main dl > dd {
    font-size: 1.3325em;
    line-height: 2.46; }
    @media screen and (max-width: 768px) {
      .concept_main dl > dd {
        font-size: 1.1275em; } }

.about_message .message_body {
  position: relative;
  z-index: 15;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 0 calc(8em / 8 * 2);
  padding: calc(8em / 8 * 2);
  background: var(--key1);
  border-radius: calc(8em / 16 * 1);
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .about_message .message_body {
      flex-direction: column;
      padding: calc(8em / 16); } }
  .about_message .message_body::before {
    content: '';
    position: absolute;
    top: calc(1em * 2);
    left: calc(1em * 2);
    z-index: -5;
    display: block;
    width: calc(1em * 20);
    height: calc(1em * 20);
    background: url(images/favicon.svg);
    filter: brightness(0) invert(1);
    opacity: .1; }
    @media screen and (max-width: 768px) {
      .about_message .message_body::before {
        top: initial;
        left: initial;
        bottom: calc(1em * 2);
        right: calc(1em * 2); } }
  .about_message .message_body * {
    color: var(--white); }
  .about_message .message_body > .image {
    flex: 4;
    aspect-ratio: 1/1;
    background: var(--white);
    border-radius: calc(8em / 64 * 3);
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .about_message .message_body > .image {
        flex: initial;
        width: 100%; } }
  .about_message .message_body > .text {
    flex: 6; }
    @media screen and (max-width: 768px) {
      .about_message .message_body > .text {
        flex: initial;
        width: 100%; } }
    .about_message .message_body > .text .text-body {
      display: flex;
      flex-direction: column;
      gap: calc(8em / 16 * 3);
      padding: calc(8em / 8 * 3); }
      @media screen and (max-width: 768px) {
        .about_message .message_body > .text .text-body {
          padding: calc(8em / 16 * 3);
          padding-top: calc(8em / 16 * 5); } }
      .about_message .message_body > .text .text-body::before {
        content: '';
        display: block;
        width: 3em;
        height: 3em; }
        @media screen and (max-width: 768px) {
          .about_message .message_body > .text .text-body::before {
            display: none; } }
      .about_message .message_body > .text .text-body .content {
        font-size: 1.075em;
        font-weight: 600;
        line-height: 2; }
      .about_message .message_body > .text .text-body .sign {
        display: table;
        margin-left: auto; }
        .about_message .message_body > .text .text-body .sign .affiliation {
          font-weight: 600;
          font-size: .85em; }

.about_mvv {
  position: relative;
  z-index: 15;
  padding: calc(8em / 8 * 5) 0; }
  @media screen and (max-width: 768px) {
    .about_mvv {
      padding: calc(8em / 8 * 3) 0; } }
  .about_mvv .mvv_body .mvv_item {
    padding-top: calc(8em / 16 * 3);
    border-top: solid 1px var(--gray3); }
    @media screen and (max-width: 768px) {
      .about_mvv .mvv_body .mvv_item {
        padding-top: calc(8em / 16 * 1); } }
    .about_mvv .mvv_body .mvv_item ~ .mvv_item {
      margin-top: calc(8em / 16 * 3); }
  .about_mvv .mvv_body .mvv_flex {
    display: flex;
    gap: calc(1em / 2) calc(1em / 1); }
    @media screen and (max-width: 768px) {
      .about_mvv .mvv_body .mvv_flex {
        flex-direction: column; } }
    .about_mvv .mvv_body .mvv_flex > .title {
      flex: 1;
      font-weight: 600; }
      @media screen and (max-width: 768px) {
        .about_mvv .mvv_body .mvv_flex > .title {
          padding: 0 calc(8em / 16 * 2); } }
    .about_mvv .mvv_body .mvv_flex > .content {
      flex: 3;
      display: flex;
      flex-direction: column;
      gap: calc(8em / 16 * 1);
      padding: calc(8em / 16 * 3);
      background: var(--white);
      border-radius: calc(8em / 16 * 1);
      overflow: hidden;
      font-size: .95em; }
      .about_mvv .mvv_body .mvv_flex > .content:has(.philosophy) {
        font-weight: 600; }
        .about_mvv .mvv_body .mvv_flex > .content:has(.philosophy) ul {
          padding-left: 1rem;
          border-left: solid 2px var(--gray3);
          font-size: 1.3325em; }
          @media screen and (max-width: 768px) {
            .about_mvv .mvv_body .mvv_flex > .content:has(.philosophy) ul {
              display: flex;
              flex-direction: column;
              gap: calc(8em / 16); } }
  .about_mvv ul.desc {
    display: flex;
    flex-direction: column;
    gap: calc(8em / 32); }
    .about_mvv ul.desc > li {
      display: flex;
      align-items: center;
      gap: calc(8em / 16); }
      .about_mvv ul.desc > li::before {
        content: '';
        display: block;
        width: calc(8em / 16);
        min-width: calc(8em / 16);
        height: calc(8em / 16);
        background: var(--key1);
        border-radius: 1em; }

.about_number .about_number-body ul.grid {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8em / 32); }
  .about_number .about_number-body ul.grid > li {
    background: var(--white);
    border-radius: calc(8em / 32);
    overflow: hidden; }
    .about_number .about_number-body ul.grid > li.sm {
      width: calc((100% / 4) - ((8em / 32) * 3 / 4)); }
      @media screen and (max-width: 768px) {
        .about_number .about_number-body ul.grid > li.sm {
          width: calc((100% / 2) - ((8em / 32) * 1 / 2)); } }
    .about_number .about_number-body ul.grid > li.md {
      width: calc((100% / 2) - ((8em / 32) * 2 / 3)); }
      @media screen and (max-width: 768px) {
        .about_number .about_number-body ul.grid > li.md {
          order: -1;
          width: 100%; } }
    .about_number .about_number-body ul.grid > li .title {
      display: flex;
      align-items: center;
      flex-direction: column;
      padding-top: 1em;
      font-weight: 600; }
    .about_number .about_number-body ul.grid > li .number {
      display: flex;
      align-items: baseline;
      justify-content: center;
      padding: 2em 1em;
      font-weight: 600; }
      .about_number .about_number-body ul.grid > li .number:has(.valwrap) {
        align-items: flex-end; }
      .about_number .about_number-body ul.grid > li .number .valwrap {
        display: flex;
        align-items: center;
        flex-direction: column; }
        .about_number .about_number-body ul.grid > li .number .valwrap .cap {
          font-size: .8em; }
        .about_number .about_number-body ul.grid > li .number .valwrap .val {
          line-height: 1; }
      .about_number .about_number-body ul.grid > li .number .val {
        font-size: 2.46em;
        color: var(--key1); }
    .about_number .about_number-body ul.grid > li .caption {
      text-align: center;
      font-size: .75em; }

.about_company {
  padding: calc(8em / 8 * 2) calc(8em / 8 * 2) calc(8em / 8 * 4);
  background: var(--white);
  border-radius: calc(8em / 16 * 1);
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .about_company {
      padding: calc(8em / 16 * 3); } }
  .about_company ul.main {
    border-top: solid 1px var(--border-light-black); }
    .about_company ul.main > li {
      border-bottom: solid 1px var(--border-light-black); }
  .about_company ul.desc {
    display: flex;
    flex-direction: column;
    gap: calc(8em / 32); }
    .about_company ul.desc > li {
      display: flex;
      align-items: center;
      gap: calc(8em / 16); }
      .about_company ul.desc > li::before {
        content: '';
        display: block;
        width: calc(8em / 16);
        min-width: calc(8em / 16);
        height: calc(8em / 16);
        background: var(--key1);
        border-radius: 1em; }
  .about_company ul.list {
    display: flex;
    flex-direction: column;
    gap: calc(8em / 16); }
    .about_company ul.list > li a {
      color: var(--blue1); }
  .about_company dl > div {
    display: flex;
    align-items: baseline;
    padding: calc(8em / 16 * 3); }
    @media screen and (max-width: 768px) {
      .about_company dl > div {
        flex-direction: column;
        gap: calc(8em / 32);
        padding: calc(8em / 16 * 1) calc(8em / 16 * 1) calc(8em / 16 * 3); } }
  .about_company dl dt {
    flex: 2;
    color: var(--color-gray); }
    @media screen and (max-width: 768px) {
      .about_company dl dt {
        font-size: .85em; } }
  .about_company dl dd {
    flex: 6; }

.about_history {
  padding: calc(8em / 8 * 2) calc(8em / 8 * 2) calc(8em / 8 * 4);
  background: var(--white);
  border-radius: calc(8em / 16 * 1);
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .about_history {
      padding: calc(8em / 16 * 3); } }
  .about_history ul.main {
    border-top: solid 1px var(--border-light-black); }
    .about_history ul.main > li {
      border-bottom: solid 1px var(--border-light-black); }
  .about_history dl > div {
    display: flex;
    align-items: baseline;
    padding: calc(8em / 16 * 3); }
    @media screen and (max-width: 768px) {
      .about_history dl > div {
        flex-direction: column;
        gap: calc(8em / 32);
        padding: calc(8em / 16 * 1) calc(8em / 16 * 1) calc(8em / 16 * 3); } }
  .about_history dl dt {
    flex: 2;
    color: var(--color-gray); }
    @media screen and (max-width: 768px) {
      .about_history dl dt {
        font-size: .85em; } }
  .about_history dl dd {
    flex: 6; }

@media screen and (max-width: 768px) {
  .page_service {
    overflow: hidden; } }

.service_jobtype .service_jobtype-body {
  display: flex;
  flex-direction: column;
  gap: calc(8em / 16 * 6); }
  .service_jobtype .service_jobtype-body .service_jobtype-body_block .card {
    display: flex;
    gap: calc(8em / 16 * 2) calc(8em / 16 * 4);
    padding: calc(8em / 16 * 4);
    background: var(--white);
    border-radius: calc(8em / 16 * 1);
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .service_jobtype .service_jobtype-body .service_jobtype-body_block .card {
        flex-direction: column-reverse;
        padding: calc(8em / 16 * 2); } }
    .service_jobtype .service_jobtype-body .service_jobtype-body_block .card > .text {
      flex: 1; }
      @media screen and (max-width: 768px) {
        .service_jobtype .service_jobtype-body .service_jobtype-body_block .card > .text {
          min-width: 100%;
          padding: calc(8em / 16 * 2); } }
      .service_jobtype .service_jobtype-body .service_jobtype-body_block .card > .text .type {
        color: var(--key1);
        font-weight: 600; }
      .service_jobtype .service_jobtype-body .service_jobtype-body_block .card > .text .lead {
        font-size: 1.5525em;
        font-weight: 600;
        line-height: 1.435; }
        .service_jobtype .service_jobtype-body .service_jobtype-body_block .card > .text .lead + * {
          margin-top: calc(8em / 16 * 1); }
    .service_jobtype .service_jobtype-body .service_jobtype-body_block .card > .image {
      width: 12em;
      min-width: 8em;
      aspect-ratio: 1/1;
      border-radius: calc(8em / 32 * 1);
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .service_jobtype .service_jobtype-body .service_jobtype-body_block .card > .image {
          width: 100%;
          aspect-ratio: 3/2; } }
    .service_jobtype .service_jobtype-body .service_jobtype-body_block .card + * {
      margin-top: calc(8em / 16 * 3); }
  .service_jobtype .service_jobtype-body .service_jobtype-body_block .button_link {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: calc(8em / 16); }
    @media screen and (max-width: 768px) {
      .service_jobtype .service_jobtype-body .service_jobtype-body_block .button_link {
        flex-direction: column; } }

.sep_column {
  position: relative;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3em;
  padding: calc(8em / 8 * 3);
  border-radius: calc(8em / 16);
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .sep_column {
      padding: calc(8em / 8 * 4) calc(8em / 8 * 1); } }
  .sep_column .background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
    width: 100%;
    height: 100%; }
    .sep_column .background .inner {
      height: calc(100% + 80px); }
  .sep_column .content {
    width: 44%;
    min-width: 760px;
    max-width: 100%;
    margin: 0 auto;
    padding: calc(8em / 8 * 3) calc(8em / 8 * 5);
    background: var(--white);
    border-radius: calc(8em / 16);
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .sep_column .content {
        min-width: 100%;
        padding: calc(8em / 16 * 6) calc(8em / 16 * 3); } }
    .sep_column .content > .lead {
      font-size: 1.3325em;
      font-weight: 600;
      text-align: center; }
      .sep_column .content > .lead + * {
        margin-top: calc(8em / 16 * 2); }

@media screen and (max-width: 768px) {
  .service_carrer .service_carrer-head {
    padding: 0 1em; } }
.service_carrer .service_carrer-head dl {
  display: flex;
  flex-direction: column;
  gap: 1em; }
  .service_carrer .service_carrer-head dl > dt {
    font-size: 1.845em;
    font-weight: 600;
    line-height: 1.435; }
    @media screen and (max-width: 768px) {
      .service_carrer .service_carrer-head dl > dt {
        font-size: 1.64em; } }
.service_carrer .service_carrer-head + * {
  margin-top: calc(8em / 16 * 4); }
  @media screen and (max-width: 768px) {
    .service_carrer .service_carrer-head + * {
      margin-top: calc(8em / 16 * 3); } }
.service_carrer .service_carrer-body ul.card {
  display: flex;
  flex-wrap: wrap;
  gap: calc(1em / 2); }
  .service_carrer .service_carrer-body ul.card > li {
    display: flex;
    flex-direction: column;
    gap: 1em;
    width: calc((100% / 2) - ((1em / 2) / 2));
    padding: 2em 3em;
    background: var(--white);
    border-radius: calc(1em / 2);
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .service_carrer .service_carrer-body ul.card > li {
        width: 100%; } }
    .service_carrer .service_carrer-body ul.card > li .title {
      text-align: center;
      font-weight: 600; }
      .service_carrer .service_carrer-body ul.card > li .title .tagline {
        color: var(--key1); }
      .service_carrer .service_carrer-body ul.card > li .title .copy {
        font-size: 1.23em; }
        @media screen and (max-width: 768px) {
          .service_carrer .service_carrer-body ul.card > li .title .copy {
            font-size: 1.435em; } }
    .service_carrer .service_carrer-body ul.card > li .image {
      padding: 0 2em; }

@media screen and (max-width: 768px) {
  .service_training .service_training-head {
    padding: 0 1em; } }
.service_training .service_training-head dl {
  display: flex;
  flex-direction: column;
  gap: 1em; }
  .service_training .service_training-head dl > dt {
    font-size: 1.845em;
    font-weight: 600;
    line-height: 1.435; }
    @media screen and (max-width: 768px) {
      .service_training .service_training-head dl > dt {
        font-size: 1.64em; } }
.service_training .service_training-head + * {
  margin-top: calc(8em / 16 * 4); }
  @media screen and (max-width: 768px) {
    .service_training .service_training-head + * {
      margin-top: calc(8em / 16 * 3); } }
.service_training .service_training-body ul.list {
  display: flex;
  flex-direction: column;
  gap: calc(1em / 2); }
  .service_training .service_training-body ul.list > li {
    display: flex;
    align-items: center;
    column-gap: 1em;
    padding: calc(1em / 4);
    background: var(--white); }
    .service_training .service_training-body ul.list > li > .image {
      width: 8em;
      aspect-ratio: 2/1; }
    .service_training .service_training-body ul.list > li > .text {
      flex: 1;
      padding: 0 1em;
      font-size: 1.1275em;
      font-weight: 600; }
.service_training .service_training-body + * {
  margin-top: 2em; }
.service_training .service_training-foot .roadmap-container {
  position: relative;
  z-index: 15;
  padding-top: 1em;
  padding-bottom: 2em; }
  @media screen and (max-width: 768px) {
    .service_training .service_training-foot .roadmap-container {
      padding-top: calc(8em / 16 * 1);
      padding-bottom: calc(8em / 16 * 2); } }
  .service_training .service_training-foot .roadmap-container .swiper-wrapper .swiper-slide {
    height: auto; }
  .service_training .service_training-foot .roadmap-container .swiper-pagination {
    top: initial;
    bottom: 0;
    border-radius: 3px;
    overflow: hidden; }
    .service_training .service_training-foot .roadmap-container .swiper-pagination .swiper-pagination-progressbar-fill {
      background: var(--key1);
      border-radius: 3px;
      overflow: hidden; }
  .service_training .service_training-foot .roadmap-container + * {
    margin-top: 2em; }
    @media screen and (max-width: 768px) {
      .service_training .service_training-foot .roadmap-container + * {
        margin-top: calc(8em / 16 * 3); } }
.service_training .service_training-foot .roadmap_follow ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px; }
  @media screen and (max-width: 768px) {
    .service_training .service_training-foot .roadmap_follow ul {
      gap: 8px; } }
  .service_training .service_training-foot .roadmap_follow ul > li {
    width: calc((100% / 2) - (16px * 1 / 2));
    padding: calc(8em / 16 * 4) calc(8em / 16 * 3);
    background: var(--white);
    border-radius: calc(8em / 16 * 1); }
    @media screen and (max-width: 768px) {
      .service_training .service_training-foot .roadmap_follow ul > li {
        width: 100%; } }
    .service_training .service_training-foot .roadmap_follow ul > li.large {
      width: 100%; }
    .service_training .service_training-foot .roadmap_follow ul > li::before {
      content: '注目ポイント';
      display: block;
      margin-bottom: calc(8em / 32 * 1);
      color: var(--key1);
      font-size: .9em;
      font-weight: 600; }
.service_training .service_training-foot .roadmap_follow dl > dt {
  font-size: 1.23em;
  font-weight: 600; }
  .service_training .service_training-foot .roadmap_follow dl > dt + * {
    margin-top: calc(8em / 16); }
.service_training .service_training-foot .roadmap_follow + * {
  margin-top: 2em; }
  @media screen and (max-width: 768px) {
    .service_training .service_training-foot .roadmap_follow + * {
      margin-top: calc(8em / 16 * 3); } }
.service_training .service_training-foot .roadmap_term {
  margin-top: 2em;
  padding-top: 2em;
  border-top: solid 1px var(--border-black); }
  .service_training .service_training-foot .roadmap_term ul {
    display: flex;
    flex-direction: column;
    gap: calc(8em / 16); }
    .service_training .service_training-foot .roadmap_term ul > li {
      display: flex;
      align-items: baseline;
      gap: calc(8em / 16);
      font-size: .85em;
      opacity: .8; }
      .service_training .service_training-foot .roadmap_term ul > li::before {
        content: '※';
        display: block; }
.service_training .service_training-foot .caption {
  display: flex;
  align-items: baseline;
  gap: .5em; }
  @media screen and (max-width: 768px) {
    .service_training .service_training-foot .caption {
      margin-top: calc(8em / 16 * 3);
      padding-top: calc(8em / 16 * 3); } }
  .service_training .service_training-foot .caption::before {
    content: '';
    display: block;
    width: .615em;
    min-width: .615em;
    height: .615em;
    background: url(images/icon/quotation.svg);
    opacity: .5; }
.service_training ul.list_card > li {
  padding: calc(8em / 16 * 4) calc(8em / 16 * 3);
  background: var(--white);
  border-radius: calc(8em / 16 * 1); }
  .service_training ul.list_card > li .timing {
    font-size: .95em;
    color: var(--key1);
    font-weight: 600; }
    .service_training ul.list_card > li .timing + * {
      margin-top: calc(8em / 16 * 1); }
  .service_training ul.list_card > li dl > dt {
    font-size: 1.23em;
    font-weight: 600; }
    .service_training ul.list_card > li dl > dt + dd {
      margin-top: calc(8em / 16 * 1); }
  .service_training ul.list_card > li dl > dd {
    font-size: .95em; }

.environment_strength .environment_strength_head {
  text-align: center; }
  .environment_strength .environment_strength_head + * {
    margin-top: calc(8em / 8 * 2);
    padding-top: calc(8em / 8 * 2);
    border-top: solid 1px var(--border-light-black); }
.environment_strength .environment_strength_body ul {
  display: flex;
  flex-wrap: wrap;
  counter-reset: num;
  gap: calc(8em / 64 * 3); }
  .environment_strength .environment_strength_body ul * {
    color: var(--color-white); }
  .environment_strength .environment_strength_body ul > li {
    position: relative;
    z-index: 15;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: calc(8em / 32 * 8);
    width: calc((100% / 3) - ((8em / 64 * 3) * 2 / 3));
    aspect-ratio: 4/5;
    padding: calc(8em / 16 * 3);
    background-color: var(--color-key5);
    background-image: radial-gradient(circle at 93% 95%, #0f2b3d 18.2902605222%, transparent 48.2070758094%), radial-gradient(circle at 9% 94%, rgba(15, 44, 72, 0.23) 18.2902605222%, transparent 48.2070758094%);
    background-blend-mode: normal, normal;
    border-radius: calc(8em / 32);
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .environment_strength .environment_strength_body ul > li {
        justify-content: space-between;
        width: 100%;
        aspect-ratio: 4/4; } }
    .environment_strength .environment_strength_body ul > li::before {
      counter-increment: num;
      content: counter(num);
      display: block;
      height: 15%;
      font-size: 2.255em;
      line-height: 1;
      opacity: .85; }
    .environment_strength .environment_strength_body ul > li .background {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -5;
      width: 100%;
      height: 100%; }
      .environment_strength .environment_strength_body ul > li .background::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: -5;
        display: block;
        width: 100%;
        height: 100%;
        background-image: url(images/noise.png);
        background-size: 100px 100px;
        background-repeat: repeat;
        background-blend-mode: normal; }
      .environment_strength .environment_strength_body ul > li .background img {
        opacity: .205; }
    .environment_strength .environment_strength_body ul > li dl {
      min-height: 50%; }
      @media screen and (max-width: 768px) {
        .environment_strength .environment_strength_body ul > li dl {
          min-height: initial; } }
      .environment_strength .environment_strength_body ul > li dl > dt {
        display: flex;
        align-items: center;
        min-height: 3em;
        font-size: 1.435em;
        font-weight: var(--fontweight-7); }
        @media screen and (max-width: 768px) {
          .environment_strength .environment_strength_body ul > li dl > dt {
            min-height: initial; } }
        .environment_strength .environment_strength_body ul > li dl > dt + dd {
          margin-top: calc(8em / 32 * 2); }
.environment_strength .environment_strength_body + * {
  margin-top: calc(8em / 8 * 2);
  padding-top: calc(8em / 8 * 2);
  border-top: solid 1px var(--border-light-black); }

.environment_career .environment_career_list {
  position: relative;
  z-index: 15;
  display: flex;
  flex-direction: column;
  gap: calc(8em / 16 * 3);
  counter-reset: num; }
  .environment_career .environment_career_list > .environment_career_listitem {
    display: flex;
    flex-direction: column;
    gap: calc(8em / 16 * 1); }
    .environment_career .environment_career_list > .environment_career_listitem::before {
      counter-increment: num;
      content: "Step 0" counter(num);
      display: block;
      font-size: 2.255em;
      font-weight: var(--fontweight-6);
      letter-spacing: -.0205em;
      line-height: 1; }
    .environment_career .environment_career_list > .environment_career_listitem > div {
      display: flex;
      gap: calc(8em / 8 * 1); }
      @media screen and (max-width: 768px) {
        .environment_career .environment_career_list > .environment_career_listitem > div {
          flex-direction: column; } }
    .environment_career .environment_career_list > .environment_career_listitem dl > dd {
      display: flex;
      align-items: baseline;
      font-weight: var(--fontweight-7); }
      .environment_career .environment_career_list > .environment_career_listitem dl > dd span.num {
        font-size: 1.435em;
        font-weight: var(--fontweight-5); }
    .environment_career .environment_career_list > .environment_career_listitem ul {
      display: flex;
      flex-direction: column;
      gap: calc(8em / 32);
      padding: calc(8em / 16 * 3);
      background: var(--border-light-black);
      border-radius: calc(8em / 32);
      overflow: hidden; }

.environment_gallery .office_gallery .swiper-wrapper .swiper-slide {
  position: relative;
  z-index: 15;
  text-align: center;
  line-height: 0;
  overflow: hidden;
  overflow: hidden; }
  .environment_gallery .office_gallery .swiper-wrapper .swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--slide-bg) center/cover no-repeat;
    z-index: -10; }
  .environment_gallery .office_gallery .swiper-wrapper .swiper-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    z-index: -5; }
  .environment_gallery .office_gallery .swiper-wrapper .swiper-slide img {
    width: 100%;
    max-width: 960px;
    height: auto;
    aspect-ratio: 3/2;
    overflow: hidden; }
.environment_gallery .office_gallery .swiper-button-prev, .environment_gallery .office_gallery .swiper-button-next {
  display: none;
  width: auto;
  height: auto; }
  @media screen and (max-width: 768px) {
    .environment_gallery .office_gallery .swiper-button-prev, .environment_gallery .office_gallery .swiper-button-next {
      display: block; } }
  .environment_gallery .office_gallery .swiper-button-prev::after, .environment_gallery .office_gallery .swiper-button-next::after {
    display: none; }
.environment_gallery .office_gallery .swiper-button-prev .buttonicon {
  transform: rotate(180deg); }
.environment_gallery .office_gallery-thumbnail {
  position: relative;
  z-index: 15;
  width: calc(688px + ((32px + 36px) * 2));
  max-width: 100%;
  margin: 0 auto;
  margin-top: 32px;
  padding: 0 calc(32px + 36px); }
  @media screen and (max-width: 768px) {
    .environment_gallery .office_gallery-thumbnail {
      margin-top: 12px;
      padding: 0; } }
  .environment_gallery .office_gallery-thumbnail .swiper-wrapper .swiper-slide {
    position: relative;
    z-index: 15;
    line-height: 0; }
    .environment_gallery .office_gallery-thumbnail .swiper-wrapper .swiper-slide::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 0;
      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; }
    .environment_gallery .office_gallery-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active::after {
      height: 6px;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(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) {
        .environment_gallery .office_gallery-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active::after {
          height: 3px; } }
  .environment_gallery .office_gallery-thumbnail::before, .environment_gallery .office_gallery-thumbnail::after {
    content: '';
    display: block;
    width: calc(32px + 36px);
    height: 100%;
    background: var(--secondary);
    position: absolute;
    top: 0;
    z-index: 5; }
    @media screen and (max-width: 768px) {
      .environment_gallery .office_gallery-thumbnail::before, .environment_gallery .office_gallery-thumbnail::after {
        display: none; } }
  .environment_gallery .office_gallery-thumbnail::before {
    left: 0; }
  .environment_gallery .office_gallery-thumbnail::after {
    right: 0; }
  .environment_gallery .office_gallery-thumbnail .swiper-button-prev, .environment_gallery .office_gallery-thumbnail .swiper-button-next {
    display: block;
    width: auto;
    height: auto; }
    @media screen and (max-width: 768px) {
      .environment_gallery .office_gallery-thumbnail .swiper-button-prev, .environment_gallery .office_gallery-thumbnail .swiper-button-next {
        display: none; } }
    .environment_gallery .office_gallery-thumbnail .swiper-button-prev::after, .environment_gallery .office_gallery-thumbnail .swiper-button-next::after {
      display: none; }
  .environment_gallery .office_gallery-thumbnail .swiper-button-prev .buttonicon {
    transform: rotate(180deg); }

.buttonicon {
  display: flex;
  align-items: center;
  justify-content: center; }
  .buttonicon.small {
    width: 1.435em;
    height: 1.435em;
    padding: .41em;
    border-radius: 4px; }
    @media screen and (max-width: 768px) {
      .buttonicon.small {
        width: 2em;
        height: 2em;
        padding: .5em; } }
  .buttonicon.gray {
    background: var(--text); }
    .buttonicon.gray img {
      filter: brightness(0) invert(1); }

.environment_welfare .environment_welfare_body {
  max-width: 1080px;
  margin: 0 auto; }
  .environment_welfare .environment_welfare_body ul.block {
    display: flex;
    flex-wrap: wrap;
    gap: calc(8em / 8); }
    @media screen and (max-width: 768px) {
      .environment_welfare .environment_welfare_body ul.block {
        gap: calc(8em / 16); } }
    .environment_welfare .environment_welfare_body ul.block > li {
      width: calc((100% / 3) - (8em / 8 * 2 / 3));
      max-width: 360px;
      padding: 24px;
      background: var(--white);
      border-radius: 8px; }
      @media screen and (max-width: 768px) {
        .environment_welfare .environment_welfare_body ul.block > li {
          width: calc((100% / 2) - (8em / 16 * 1 / 2));
          padding: 16px; } }
      .environment_welfare .environment_welfare_body ul.block > li .image {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 16px 0; }
        @media screen and (max-width: 768px) {
          .environment_welfare .environment_welfare_body ul.block > li .image {
            padding: 12px 0; } }
        .environment_welfare .environment_welfare_body ul.block > li .image .icon {
          width: 80px;
          height: auto; }
          @media screen and (max-width: 768px) {
            .environment_welfare .environment_welfare_body ul.block > li .image .icon {
              width: 48px; } }
      .environment_welfare .environment_welfare_body ul.block > li dl > dt {
        text-align: center;
        font-weight: 600; }
        @media screen and (max-width: 768px) {
          .environment_welfare .environment_welfare_body ul.block > li dl > dt {
            white-space: nowrap; } }
        .environment_welfare .environment_welfare_body ul.block > li dl > dt + dd {
          margin-top: calc(8em / 32); }
      .environment_welfare .environment_welfare_body ul.block > li dl > dd {
        font-size: .85em; }
    .environment_welfare .environment_welfare_body ul.block + * {
      margin-top: calc(8em / 16 * 3); }
      @media screen and (max-width: 768px) {
        .environment_welfare .environment_welfare_body ul.block + * {
          margin-top: calc(8em / 16 * 2); } }
  .environment_welfare .environment_welfare_body .environment_welfare_body_other {
    background: var(--white);
    padding: calc(8em / 16 * 3);
    border-radius: 8px; }
    @media screen and (max-width: 768px) {
      .environment_welfare .environment_welfare_body .environment_welfare_body_other {
        padding: 20px; } }
    .environment_welfare .environment_welfare_body .environment_welfare_body_other .text {
      margin-bottom: calc(8em / 16 * 2);
      padding-bottom: calc(8em / 32 * 3);
      border-bottom: solid 1px var(--border-light-black); }
  .environment_welfare .environment_welfare_body ul.list {
    display: flex;
    flex-wrap: wrap;
    gap: calc(8em / 32); }
    .environment_welfare .environment_welfare_body ul.list > li {
      display: flex;
      align-items: center;
      gap: 8px;
      width: calc(50% - ((8em / 32) *  1 / 2)); }
      .environment_welfare .environment_welfare_body ul.list > li::before {
        content: '';
        display: block;
        width: 1em;
        height: 1em;
        background: var(--text);
        border-radius: 4px;
        transform: scale(0.615); }

.team_interview .team_interview-body ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1em; }
  @media screen and (max-width: 768px) {
    .team_interview .team_interview-body ul {
      flex-direction: column; } }
  .team_interview .team_interview-body ul > li {
    width: calc((100% / 3) - (1em * 2 / 3)); }
    @media screen and (max-width: 768px) {
      .team_interview .team_interview-body ul > li {
        width: 100%; } }
    .team_interview .team_interview-body ul > li .card {
      display: flex;
      flex-direction: column;
      padding: 1em;
      background: var(--key1);
      border-radius: calc(8em / 16);
      overflow: hidden; }
      .team_interview .team_interview-body ul > li .card > .image {
        aspect-ratio: 3/2;
        border-radius: calc(8em / 16);
        overflow: hidden; }
        .team_interview .team_interview-body ul > li .card > .image img {
          transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
      .team_interview .team_interview-body ul > li .card > .text {
        display: flex;
        flex-direction: column;
        gap: calc(8em / 32);
        padding: calc(8em / 16 * 3) calc(8em / 16 * 2);
        padding-bottom: calc(8em / 16 * 5); }
        .team_interview .team_interview-body ul > li .card > .text * {
          font-weight: 600;
          color: var(--white); }
        .team_interview .team_interview-body ul > li .card > .text .en {
          font-size: 1.3325em; }
        .team_interview .team_interview-body ul > li .card > .text .jp {
          font-size: .95em; }
      .team_interview .team_interview-body ul > li .card:hover {
        filter: brightness(0.9); }
        .team_interview .team_interview-body ul > li .card:hover > .image img {
          transform: scale(1.025);
          transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }

.team_crosstalk .team_crosstalk-body ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1em; }
  @media screen and (max-width: 768px) {
    .team_crosstalk .team_crosstalk-body ul {
      flex-direction: column; } }
  .team_crosstalk .team_crosstalk-body ul > li {
    width: calc((100% / 2) - (1em * 1 / 2)); }
    @media screen and (max-width: 768px) {
      .team_crosstalk .team_crosstalk-body ul > li {
        width: 100%; } }
    .team_crosstalk .team_crosstalk-body ul > li .card {
      display: flex;
      flex-direction: column;
      padding: 1em;
      background: var(--key1);
      border-radius: calc(8em / 16);
      overflow: hidden; }
      .team_crosstalk .team_crosstalk-body ul > li .card > .image {
        aspect-ratio: 2/1;
        border-radius: calc(8em / 16);
        overflow: hidden; }
        .team_crosstalk .team_crosstalk-body ul > li .card > .image img {
          transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
      .team_crosstalk .team_crosstalk-body ul > li .card > .text {
        display: flex;
        flex-direction: column;
        gap: calc(8em / 32);
        padding: calc(8em / 16 * 3) calc(8em / 16 * 2);
        padding-bottom: calc(8em / 16 * 5); }
        .team_crosstalk .team_crosstalk-body ul > li .card > .text * {
          font-weight: 600;
          color: var(--white); }
        .team_crosstalk .team_crosstalk-body ul > li .card > .text .title {
          font-size: 1.3325em; }
        .team_crosstalk .team_crosstalk-body ul > li .card > .text .talker {
          font-size: .95em; }
      .team_crosstalk .team_crosstalk-body ul > li .card:hover {
        filter: brightness(0.9); }
        .team_crosstalk .team_crosstalk-body ul > li .card:hover > .image img {
          transform: scale(1.025);
          transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }

@media screen and (max-width: 768px) {
  .post_interview > .wrapper {
    padding-top: calc(8em / 16 * 9); } }
.post_interview .interview_body {
  display: flex;
  gap: 16px; }
  @media screen and (max-width: 768px) {
    .post_interview .interview_body {
      flex-direction: column; } }
  .post_interview .interview_body > .interview_body_thumbnail {
    flex: 1; }
    @media screen and (max-width: 768px) {
      .post_interview .interview_body > .interview_body_thumbnail {
        width: 100%; } }
    .post_interview .interview_body > .interview_body_thumbnail .sticky {
      top: calc(8em / 8 * 5); }
    .post_interview .interview_body > .interview_body_thumbnail .card {
      display: flex;
      flex-direction: column;
      width: 100%;
      max-width: 520px;
      height: auto;
      padding: 16px;
      margin: 0 auto;
      background: var(--white);
      border-radius: 8px;
      transform-origin: center;
      z-index: 1; }
      @media screen and (max-width: 768px) {
        .post_interview .interview_body > .interview_body_thumbnail .card {
          padding: 12px; } }
      .post_interview .interview_body > .interview_body_thumbnail .card .image {
        aspect-ratio: 3/2;
        border-radius: 6px;
        overflow: hidden;
        line-height: 0; }
        @media screen and (max-width: 768px) {
          .post_interview .interview_body > .interview_body_thumbnail .card .image {
            border-radius: 4px; } }
        .post_interview .interview_body > .interview_body_thumbnail .card .image img {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
      .post_interview .interview_body > .interview_body_thumbnail .card .text {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: calc(8em / 32 * 1);
        padding: 24px 16px;
        font-weight: 600; }
        @media screen and (max-width: 768px) {
          .post_interview .interview_body > .interview_body_thumbnail .card .text {
            padding: 12px 4px 0; } }
        .post_interview .interview_body > .interview_body_thumbnail .card .text .position {
          display: flex;
          align-items: center;
          justify-content: center;
          min-height: 1.845em;
          padding: 0 calc(8em / 32 * 4);
          border-radius: calc(8em / 32);
          overflow: hidden;
          font-size: .8em; }
        .post_interview .interview_body > .interview_body_thumbnail .card .text dl {
          display: flex;
          align-items: center;
          flex-direction: column; }
          .post_interview .interview_body > .interview_body_thumbnail .card .text dl > dt {
            font-size: 1.23em; }
          .post_interview .interview_body > .interview_body_thumbnail .card .text dl > dd {
            font-size: .8em;
            font-weight: normal; }
  .post_interview .interview_body > .interview_body_thumbnail_content {
    flex: 2;
    padding-top: 1em; }
    .post_interview .interview_body > .interview_body_thumbnail_content hgroup:has(h2) h2 {
      padding: calc(8em / 32 * 3) 0;
      border-top: solid 1px;
      font-size: 1.435em;
      font-weight: 600;
      line-height: 1.23; }
      @media screen and (max-width: 768px) {
        .post_interview .interview_body > .interview_body_thumbnail_content hgroup:has(h2) h2 {
          text-align: center; } }
    .post_interview .interview_body > .interview_body_thumbnail_content hgroup:has(h2) ~ hgroup {
      margin-top: calc(8em / 8 * 3); }
    .post_interview .interview_body > .interview_body_thumbnail_content .qa ul.list {
      display: flex;
      flex-direction: column;
      gap: 16px;
      counter-reset: num; }
      @media screen and (max-width: 768px) {
        .post_interview .interview_body > .interview_body_thumbnail_content .qa ul.list {
          gap: 6px; } }
      .post_interview .interview_body > .interview_body_thumbnail_content .qa ul.list > li {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        padding: 32px;
        border-radius: 8px;
        background: var(--white); }
        @media screen and (max-width: 768px) {
          .post_interview .interview_body > .interview_body_thumbnail_content .qa ul.list > li {
            padding: 16px; } }
        .post_interview .interview_body > .interview_body_thumbnail_content .qa ul.list > li dl > dt {
          padding-bottom: calc(8em / 32 * 3);
          border-bottom: solid 1px var(--border-black);
          font-size: 1.23em;
          font-weight: var(--fontweight-7); }
          .post_interview .interview_body > .interview_body_thumbnail_content .qa ul.list > li dl > dt + dd {
            margin-top: calc(8em / 8); }
            @media screen and (max-width: 768px) {
              .post_interview .interview_body > .interview_body_thumbnail_content .qa ul.list > li dl > dt + dd {
                margin-top: calc(8em / 8);
                padding-bottom: .5em;
                padding-right: 1em; } }
        .post_interview .interview_body > .interview_body_thumbnail_content .qa ul.list > li dl > dd {
          display: flex;
          align-items: baseline;
          gap: 1em; }
          .post_interview .interview_body > .interview_body_thumbnail_content .qa ul.list > li dl > dd::before {
            content: '';
            display: block;
            width: 1.435em;
            min-width: 1.435em;
            height: 1.435em;
            background: url(images/icon/quotation.svg);
            background-size: cover;
            opacity: .328; }
    .post_interview .interview_body > .interview_body_thumbnail_content .schedule ul.list {
      display: flex;
      flex-direction: column;
      gap: calc(16px); }
      @media screen and (max-width: 768px) {
        .post_interview .interview_body > .interview_body_thumbnail_content .schedule ul.list {
          gap: calc(6px); } }
      .post_interview .interview_body > .interview_body_thumbnail_content .schedule ul.list > li {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        padding: 24px 32px;
        border-radius: 8px;
        background: var(--white); }
        @media screen and (max-width: 768px) {
          .post_interview .interview_body > .interview_body_thumbnail_content .schedule ul.list > li {
            padding: 12px 16px; } }
        .post_interview .interview_body > .interview_body_thumbnail_content .schedule ul.list > li dl {
          display: flex;
          align-items: center;
          column-gap: 1em; }
          .post_interview .interview_body > .interview_body_thumbnail_content .schedule ul.list > li dl * {
            font-weight: 600; }
          .post_interview .interview_body > .interview_body_thumbnail_content .schedule ul.list > li dl > dt {
            font-size: 2.05em;
            letter-spacing: -.041em; }
            @media screen and (max-width: 768px) {
              .post_interview .interview_body > .interview_body_thumbnail_content .schedule ul.list > li dl > dt {
                font-size: 1.64em; } }
.post_interview .interview_foot {
  width: 100%;
  aspect-ratio: 2.35/1;
  margin-top: 16px;
  border-radius: 8px;
  overflow: hidden;
  line-height: 0; }
  .post_interview .interview_foot .inner {
    width: 100%;
    height: calc(100% + 80px); }

.archive_interview {
  overflow: hidden; }
  .archive_interview .wrapper {
    padding-top: 2em; }
  .archive_interview .interview-container {
    --swiper-navigation-color: var(--white);
    --swiper-navigation-size: 1em; }
    .archive_interview .interview-container .swiper-button_wrapper {
      position: relative;
      z-index: 15;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 8px;
      margin-top: calc(8em / 8); }
      @media screen and (max-width: 768px) {
        .archive_interview .interview-container .swiper-button_wrapper {
          gap: 8px; } }
      .archive_interview .interview-container .swiper-button_wrapper .swiper-button-prev, .archive_interview .interview-container .swiper-button_wrapper .swiper-button-next {
        position: relative;
        top: initial;
        left: initial;
        right: initial;
        bottom: initial;
        width: calc(8em / 8 * 3);
        height: calc(8em / 8 * 3);
        margin: 0;
        padding: 0;
        background: linear-gradient(135deg, var(--text) 90%, var(--key4));
        border-radius: 6px; }
  .archive_interview ul.list > li {
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    .archive_interview ul.list > li:hover {
      filter: brightness(1) !important;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    .archive_interview ul.list > li .card {
      display: flex;
      flex-direction: column;
      width: 100%;
      max-width: 520px;
      height: auto;
      padding: 16px;
      margin: 0 auto;
      background: var(--white);
      border-radius: 8px;
      transform-origin: center;
      z-index: 1; }
      @media screen and (max-width: 768px) {
        .archive_interview ul.list > li .card {
          width: 320px;
          padding: 12px; } }
      .archive_interview ul.list > li .card .image {
        aspect-ratio: 3/2;
        border-radius: 6px;
        overflow: hidden;
        line-height: 0; }
        @media screen and (max-width: 768px) {
          .archive_interview ul.list > li .card .image {
            border-radius: 4px; } }
        .archive_interview ul.list > li .card .image img {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
      .archive_interview ul.list > li .card .text {
        display: flex;
        flex-direction: column-reverse;
        padding: 24px 16px;
        font-weight: 600; }
        @media screen and (max-width: 768px) {
          .archive_interview ul.list > li .card .text {
            padding: 12px 4px 0; } }
        .archive_interview ul.list > li .card .text .en {
          font-size: .8em;
          font-weight: normal; }
        .archive_interview ul.list > li .card .text .title {
          font-size: 1.3325em; }
        .archive_interview ul.list > li .card .text .talker {
          font-size: .95em; }
  .archive_interview ul.list:hover > li {
    filter: brightness(0.615);
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }

.post_crosstalk {
  padding-top: calc((1em * 2) + (8em / 16 * 7)); }
  @media screen and (max-width: 768px) {
    .post_crosstalk {
      padding-top: calc((.5em * 2) + (8em / 16 * 7)); } }
  .post_crosstalk .wrapper.flex_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 0; }
    @media screen and (max-width: 768px) {
      .post_crosstalk .wrapper.flex_wrapper {
        flex-direction: column;
        gap: 6px; } }
    .post_crosstalk .wrapper.flex_wrapper > .center_side {
      width: 100%; }
    .post_crosstalk .wrapper.flex_wrapper > .left_side {
      width: calc(100% - (16px + 320px));
      min-width: 376px; }
      @media screen and (max-width: 768px) {
        .post_crosstalk .wrapper.flex_wrapper > .left_side {
          min-width: 100%;
          width: 100%; } }
    .post_crosstalk .wrapper.flex_wrapper > .right_side {
      width: 320px; }
      @media screen and (max-width: 768px) {
        .post_crosstalk .wrapper.flex_wrapper > .right_side {
          display: none; } }
      .post_crosstalk .wrapper.flex_wrapper > .right_side .sticky {
        top: calc((1em * 2) + (8em / 16 * 7));
        padding: calc(8em / 8 * 2); }
        .post_crosstalk .wrapper.flex_wrapper > .right_side .sticky * {
          color: var(--color-white); }
        .post_crosstalk .wrapper.flex_wrapper > .right_side .sticky h5 {
          display: flex;
          align-items: center;
          column-gap: calc(8em / 24);
          font-size: 1em;
          font-weight: 500;
          text-transform: uppercase; }
          .post_crosstalk .wrapper.flex_wrapper > .right_side .sticky h5::before {
            content: '';
            display: block;
            width: 1em;
            height: 1em;
            background: url(images/icon/menu.svg);
            filter: brightness(0) invert(1); }
          .post_crosstalk .wrapper.flex_wrapper > .right_side .sticky h5 + * {
            margin-top: calc(8em / 8); }
        .post_crosstalk .wrapper.flex_wrapper > .right_side .sticky > ul {
          counter-reset: num;
          display: flex;
          flex-direction: column;
          gap: calc(8em / 12); }
          @media screen and (max-width: 768px) {
            .post_crosstalk .wrapper.flex_wrapper > .right_side .sticky > ul {
              padding: calc(8em / 16 * 3);
              background: #f7f7f7;
              border-radius: calc(8em / 16 * 1); } }
          .post_crosstalk .wrapper.flex_wrapper > .right_side .sticky > ul > li {
            display: flex;
            align-items: center;
            opacity: .5; }
            .post_crosstalk .wrapper.flex_wrapper > .right_side .sticky > ul > li a {
              display: flex;
              align-items: center;
              gap: calc(8em / 16);
              font-weight: 600;
              font-size: .9em; }
              .post_crosstalk .wrapper.flex_wrapper > .right_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-white) 75%, var(--color-white));
                border-radius: calc(8em / 32);
                overflow: hidden;
                font-weight: 500;
                color: var(--color-white); }
            .post_crosstalk .wrapper.flex_wrapper > .right_side .sticky > ul > li.active, .post_crosstalk .wrapper.flex_wrapper > .right_side .sticky > ul > li:hover {
              opacity: 1; }
          .post_crosstalk .wrapper.flex_wrapper > .right_side .sticky > ul.anker > li a::before {
            content: '';
            width: .41em;
            min-width: .41em;
            height: .615em;
            clip-path: polygon(0 0, 100% 50%, 0 100%); }
  .post_crosstalk .interview_thumbnail {
    position: relative;
    z-index: 15;
    display: flex;
    flex-direction: column;
    gap: 6px; }
    .post_crosstalk .interview_thumbnail .figure {
      aspect-ratio: 2.35/1;
      border-radius: calc(8em / 32);
      overflow: hidden;
      line-height: 0; }
      .post_crosstalk .interview_thumbnail .figure .inner {
        width: 100%;
        height: calc(100% + 80px); }
    .post_crosstalk .interview_thumbnail .profile {
      position: absolute;
      left: calc(8em / 16 * 3);
      bottom: calc(8em / 16 * 3);
      display: flex;
      align-items: center;
      gap: calc(8em / 16 * 3);
      padding: calc(8em / 32);
      padding-right: calc(8em / 16 * 8);
      background: rgba(0, 0, 0, 0.5);
      -webkit-backdrop-filter: blur(15px);
      backdrop-filter: blur(15px);
      border-radius: calc(8em);
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .post_crosstalk .interview_thumbnail .profile {
          position: relative;
          left: initial;
          bottom: initial;
          border-radius: calc(8em / 32); } }
      .post_crosstalk .interview_thumbnail .profile ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: calc(8em / 16 * 4); }
        .post_crosstalk .interview_thumbnail .profile ul > li {
          display: flex;
          align-items: center;
          gap: calc(8em / 32 * 3); }
          .post_crosstalk .interview_thumbnail .profile ul > li > .image {
            width: calc(8em / 16 * 7); }
            .post_crosstalk .interview_thumbnail .profile ul > li > .image div {
              aspect-ratio: 1/1;
              border-radius: calc(8em);
              overflow: hidden; }
              @media screen and (max-width: 768px) {
                .post_crosstalk .interview_thumbnail .profile ul > li > .image div {
                  border-radius: calc(8em / 32); } }
          .post_crosstalk .interview_thumbnail .profile ul > li > .text {
            flex: 1; }
            .post_crosstalk .interview_thumbnail .profile ul > li > .text * {
              color: var(--color-white); }
            .post_crosstalk .interview_thumbnail .profile ul > li > .text dl > dt {
              font-size: .9em;
              font-weight: var(--fontweight-7); }
            .post_crosstalk .interview_thumbnail .profile ul > li > .text dl > dd {
              font-size: .75em; }
              .post_crosstalk .interview_thumbnail .profile ul > li > .text dl > dd ul {
                display: flex;
                align-items: center;
                flex-wrap: wrap; }
                .post_crosstalk .interview_thumbnail .profile ul > li > .text dl > dd ul > li ~ li {
                  display: flex;
                  align-items: center; }
                  .post_crosstalk .interview_thumbnail .profile ul > li > .text dl > dd ul > li ~ li::before {
                    content: '/';
                    display: block;
                    margin: 0 calc(8em / 64); }
                    @media screen and (max-width: 768px) {
                      .post_crosstalk .interview_thumbnail .profile ul > li > .text dl > dd ul > li ~ li::before {
                        margin: 0 calc(8em / 64); } }
  .post_crosstalk .interview_body {
    padding: calc(8em / 8 * 6) calc(8em / 8 * 3) calc(8em / 8 * 8);
    background: var(--color-white);
    border-radius: calc(8em / 32);
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .post_crosstalk .interview_body {
        padding: calc(8em / 8 * 2) calc(8em / 16 * 3) calc(8em / 8 * 4); } }
    .post_crosstalk .interview_body ul.list {
      display: flex;
      flex-direction: column;
      gap: calc(8em / 8 * 2);
      width: 680px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .post_crosstalk .interview_body ul.list > li .image + * {
        margin-top: calc(8em / 16 * 3); }
      .post_crosstalk .interview_body ul.list > li dl > dt {
        font-size: 1.435em;
        font-weight: var(--fontweight-7); }
        .post_crosstalk .interview_body ul.list > li dl > dt + dd {
          margin-top: calc(8em / 32 * 4); }
      .post_crosstalk .interview_body ul.list > li dl > dd {
        display: flex;
        align-items: flex-start;
        gap: calc(8em / 8); }
        .post_crosstalk .interview_body ul.list > li dl > dd > .talker {
          display: flex;
          flex-direction: column;
          align-items: center;
          gap: calc(8em / 64);
          text-align: center; }
          .post_crosstalk .interview_body ul.list > li dl > dd > .talker i {
            width: calc(8em / 16 * 5);
            min-width: calc(8em / 16 * 5);
            height: calc(8em / 16 * 5);
            border-radius: calc(8em);
            overflow: hidden; }
          .post_crosstalk .interview_body ul.list > li dl > dd > .talker span {
            font-weight: var(--fontweght-6);
            font-size: .75em; }
        .post_crosstalk .interview_body ul.list > li dl > dd p {
          display: flex;
          align-items: center;
          min-height: calc(8em / 16 * 5);
          line-height: 1.5; }
        .post_crosstalk .interview_body ul.list > li dl > dd + dd {
          margin-top: calc(8em / 32 * 2); }

@media screen and (max-width: 768px) {
  .environment_system .environment_system_head {
    padding: 0 1em; } }
.environment_system .environment_system_head dl {
  display: flex;
  flex-direction: column;
  gap: 1em; }
  @media screen and (max-width: 768px) {
    .environment_system .environment_system_head dl {
      gap: calc(8em / 32 * 3); } }
  .environment_system .environment_system_head dl > dt {
    font-size: 1.845em;
    font-weight: 600;
    line-height: 1.435; }
    @media screen and (max-width: 768px) {
      .environment_system .environment_system_head dl > dt {
        font-size: 1.64em; } }
.environment_system .environment_system_head + * {
  margin-top: 2em; }
.environment_system .environment_system_body {
  display: flex;
  flex-direction: column;
  gap: 1em; }
  .environment_system .environment_system_body .environment_system_body-item {
    position: relative;
    z-index: 15;
    padding: calc(8em / 16 * 5) calc(8em / 16 * 6);
    background: var(--white);
    background: var(--white);
    border-radius: calc(8em / 16);
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .environment_system .environment_system_body .environment_system_body-item {
        padding: calc(8em / 16 * 5) calc(8em / 16 * 3) calc(8em / 16 * 4); } }
    .environment_system .environment_system_body .environment_system_body-item::before {
      content: '';
      position: absolute;
      top: 0;
      left: calc(8em / 16 * 5);
      display: block;
      width: calc(8em / 8 * 6);
      height: calc(8em / 32);
      background: var(--key1); }
      @media screen and (max-width: 768px) {
        .environment_system .environment_system_body .environment_system_body-item::before {
          left: calc(8em / 16 * 3); } }
    .environment_system .environment_system_body .environment_system_body-item.black {
      background: var(--black1); }
      .environment_system .environment_system_body .environment_system_body-item.black * {
        color: var(--white); }
      .environment_system .environment_system_body .environment_system_body-item.black > ul {
        background: var(--black2);
        background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #cbaf67 0%, #cbaf67 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%); }
        .environment_system .environment_system_body .environment_system_body-item.black > ul ul.desc > li::before {
          background: var(--white); }
      .environment_system .environment_system_body .environment_system_body-item.black .background {
        position: absolute;
        top: 0;
        right: -7.5%;
        z-index: -1;
        width: 60%;
        mix-blend-mode: lighten; }
    .environment_system .environment_system_body .environment_system_body-item > dl > dt {
      font-size: 1.5575em;
      font-weight: 600;
      line-height: 1.3325em; }
      .environment_system .environment_system_body .environment_system_body-item > dl > dt + dd {
        margin-top: calc(8em / 32 * 3); }
    .environment_system .environment_system_body .environment_system_body-item > dl + * {
      margin-top: calc(8em / 16 * 3); }
    .environment_system .environment_system_body .environment_system_body-item > ul {
      padding: calc(8em / 16 * 3);
      background: var(--gray1);
      border-radius: calc(8em / 16);
      overflow: hidden;
      font-size: .95em; }
.environment_system ul.flex {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1em;
  max-height: 18em; }
  @media screen and (max-width: 768px) {
    .environment_system ul.flex {
      max-height: initial; } }
  .environment_system ul.flex > li dl > dt {
    font-weight: 600; }
    .environment_system ul.flex > li dl > dt + * {
      margin-top: calc(8em / 16); }
.environment_system ul.desc {
  display: flex;
  flex-direction: column;
  gap: calc(8em / 32); }
  .environment_system ul.desc > li {
    display: flex;
    align-items: center;
    gap: calc(8em / 16); }
    .environment_system ul.desc > li::before {
      content: '';
      display: block;
      width: calc(8em / 64 * 3);
      min-width: calc(8em / 64 * 3);
      height: calc(8em / 64 * 3);
      background: var(--black1);
      border-radius: 1em; }

.environment_event .environment_event_body {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8em / 16); }
  .environment_event .environment_event_body .environment_event_body-card {
    background: var(--white);
    border-radius: calc(8em / 16);
    overflow: hidden; }
    .environment_event .environment_event_body .environment_event_body-card.small {
      display: flex;
      gap: 1em;
      width: 100%;
      padding: calc(8em / 16); }
      @media screen and (max-width: 768px) {
        .environment_event .environment_event_body .environment_event_body-card.small {
          gap: 0; } }
      .environment_event .environment_event_body .environment_event_body-card.small > .image {
        width: calc(8em);
        aspect-ratio: 3/2; }
        @media screen and (max-width: 768px) {
          .environment_event .environment_event_body .environment_event_body-card.small > .image {
            width: calc(6em); } }
      .environment_event .environment_event_body .environment_event_body-card.small > .text {
        flex: 1;
        padding: calc(8em / 32 * 3) calc(8em / 32 * 4); }
    .environment_event .environment_event_body .environment_event_body-card.large {
      display: flex;
      flex-direction: column;
      gap: 1em;
      width: calc((100% / 2) - ((8em / 16) *1 / 2));
      padding: calc(8em / 16 * 3); }
      @media screen and (max-width: 768px) {
        .environment_event .environment_event_body .environment_event_body-card.large {
          width: 100%; } }
      .environment_event .environment_event_body .environment_event_body-card.large > .text:has(.title) {
        display: flex;
        flex-direction: column;
        gap: calc(8em / 32);
        text-align: center; }
      .environment_event .environment_event_body .environment_event_body-card.large > .image {
        width: 100%;
        aspect-ratio: 16/9; }
    .environment_event .environment_event_body .environment_event_body-card .image {
      border-radius: calc(8em / 32);
      overflow: hidden; }
    .environment_event .environment_event_body .environment_event_body-card .text .title {
      font-weight: 600;
      color: var(--key1); }
    .environment_event .environment_event_body .environment_event_body-card .text .lead {
      font-weight: 600;
      font-size: 1.3325em;
      line-height: 1.3325; }
    .environment_event .environment_event_body .environment_event_body-card .text .content {
      font-size: .9em; }

.page_faq .faq ul {
  background: var(--color-white);
  padding: calc(8em / 8 * 3);
  border-radius: calc(8em / 32);
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .page_faq .faq ul {
      margin-top: -1em;
      padding: calc(8em / 8 * 1);
      padding-top: calc(8em / 16 * 1); } }
  .page_faq .faq ul > li {
    border-bottom: solid 1px var(--border-light-black); }
    .page_faq .faq ul > li dl {
      padding: calc(8em / 16 * 3) calc(8em / 16 * 4); }
      @media screen and (max-width: 768px) {
        .page_faq .faq ul > li dl {
          padding: calc(8em / 16 * 3) calc(8em / 32 * 1); } }
      .page_faq .faq ul > li dl dt {
        display: flex;
        align-items: baseline;
        column-gap: calc(8em / 32 * 3);
        font-weight: var(--fontweight-7); }
        .page_faq .faq ul > li dl dt::before {
          content: 'Q';
          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(8em / 32);
          overflow: hidden;
          font-weight: 500;
          color: var(--color-white); }
        .page_faq .faq ul > li dl dt + dd {
          margin-top: calc(8em / 16); }
      .page_faq .faq ul > li dl dd {
        display: flex;
        align-items: baseline;
        column-gap: calc(8em / 32 * 3);
        line-height: 1.8; }
        .page_faq .faq ul > li dl dd::before {
          content: 'A';
          display: flex;
          align-items: center;
          justify-content: center;
          width: 2.05em;
          min-width: 2.05em;
          height: 2.05em;
          background: linear-gradient(135deg, var(--key2) 75%, var(--key1));
          border-radius: calc(8em / 32);
          overflow: hidden;
          font-weight: 500;
          color: var(--color-white); }
        .page_faq .faq ul > li dl dd a {
          color: var(--color-key2);
          text-decoration: underline; }
.page_faq .page_benefits_welfare .page_benefits_welfare_body .page_benefits_welfare_body_block ul.list {
  border-top: solid 1px var(--border-light-black);
  counter-reset: num; }
  .page_faq .page_benefits_welfare .page_benefits_welfare_body .page_benefits_welfare_body_block ul.list > li {
    padding: calc(8em / 16 * 4) 0;
    border-bottom: solid 1px var(--border-light-black); }
    .page_faq .page_benefits_welfare .page_benefits_welfare_body .page_benefits_welfare_body_block ul.list > li dl > dt {
      display: flex;
      align-items: center;
      gap: calc(8em / 16); }
      .page_faq .page_benefits_welfare .page_benefits_welfare_body .page_benefits_welfare_body_block ul.list > li dl > dt::before {
        counter-increment: num;
        content: "( 0" counter(num) " )";
        display: block; }
      .page_faq .page_benefits_welfare .page_benefits_welfare_body .page_benefits_welfare_body_block ul.list > li dl > dt p {
        font-weight: 600;
        font-size: 1.3325em; }
      .page_faq .page_benefits_welfare .page_benefits_welfare_body .page_benefits_welfare_body_block ul.list > li dl > dt + dd {
        margin-top: calc(8em / 8); }
    .page_faq .page_benefits_welfare .page_benefits_welfare_body .page_benefits_welfare_body_block ul.list > li dl > dd ul.desc {
      display: flex;
      flex-wrap: wrap;
      gap: calc(8em / 12); }
      @media screen and (max-width: 768px) {
        .page_faq .page_benefits_welfare .page_benefits_welfare_body .page_benefits_welfare_body_block ul.list > li dl > dd ul.desc {
          gap: calc(8em / 24); } }
      .page_faq .page_benefits_welfare .page_benefits_welfare_body .page_benefits_welfare_body_block ul.list > li dl > dd ul.desc > li {
        display: flex;
        align-items: center;
        column-gap: calc(8em / 16);
        width: calc((100% / 2) - ((8em / 12) *1 / 2));
        padding: calc(8em / 8);
        background: rgba(0, 0, 0, 0.041);
        border-radius: calc(8em / 32); }
        @media screen and (max-width: 768px) {
          .page_faq .page_benefits_welfare .page_benefits_welfare_body .page_benefits_welfare_body_block ul.list > li dl > dd ul.desc > li {
            min-width: 100%;
            padding: calc(8em / 16); } }
        .page_faq .page_benefits_welfare .page_benefits_welfare_body .page_benefits_welfare_body_block ul.list > li dl > dd ul.desc > li::before {
          content: '';
          display: block;
          width: .85em;
          min-width: .85em;
          height: .85em;
          border-radius: 1em;
          background: var(--color-key1); }
.page_faq .page_benefits_work .page_benefits_work_head p {
  font-size: 1.23em; }
.page_faq .page_benefits_work .page_benefits_work_head + * {
  margin-top: calc(8em / 16 * 5); }
.page_faq .page_benefits_work .page_benefits_work_body {
  display: flex;
  flex-direction: column;
  gap: calc(8em / 8 * 2); }
  @media screen and (max-width: 768px) {
    .page_faq .page_benefits_work .page_benefits_work_body {
      gap: calc(8em / 8 * 1); } }
  .page_faq .page_benefits_work .page_benefits_work_body .page_benefits_work_body_block {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: calc(8em / 16 * 3) calc(8em / 8 * 4);
    width: calc(100% + ((8em / 16 * 5) * 2));
    margin: 0 calc((8em / 16 * -5));
    padding: calc(8em / 16 * 7);
    background: var(--color-lightgray);
    border-radius: 1em;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .page_faq .page_benefits_work .page_benefits_work_body .page_benefits_work_body_block {
        width: calc(100% + ((8em / 16 * 1) * 2));
        margin: 0 calc((8em / 16 * -1));
        padding: calc(8em / 16 * 2);
        border-radius: 0.5em; } }
    .page_faq .page_benefits_work .page_benefits_work_body .page_benefits_work_body_block > .image {
      flex: 1;
      max-width: calc(8em / 1 * 3);
      order: 1; }
      @media screen and (max-width: 768px) {
        .page_faq .page_benefits_work .page_benefits_work_body .page_benefits_work_body_block > .image {
          order: 0; } }
      .page_faq .page_benefits_work .page_benefits_work_body .page_benefits_work_body_block > .image div {
        aspect-ratio: 1/1;
        background: var(--color-white);
        border-radius: calc(8em / 8); }
        @media screen and (max-width: 768px) {
          .page_faq .page_benefits_work .page_benefits_work_body .page_benefits_work_body_block > .image div {
            aspect-ratio: 4/3;
            border-radius: calc(8em / 16); } }
    .page_faq .page_benefits_work .page_benefits_work_body .page_benefits_work_body_block > .text {
      flex: 1; }
      @media screen and (max-width: 768px) {
        .page_faq .page_benefits_work .page_benefits_work_body .page_benefits_work_body_block > .text {
          min-width: 100%;
          padding: 0 calc(8em / 16 * 2) calc(8em / 16 * 2); } }
      .page_faq .page_benefits_work .page_benefits_work_body .page_benefits_work_body_block > .text dl > dt {
        font-size: 1.9475em; }
        @media screen and (max-width: 768px) {
          .page_faq .page_benefits_work .page_benefits_work_body .page_benefits_work_body_block > .text dl > dt {
            font-size: 1.64em; } }
        .page_faq .page_benefits_work .page_benefits_work_body .page_benefits_work_body_block > .text dl > dt + dd {
          margin-top: calc(8em / 16); }
          @media screen and (max-width: 768px) {
            .page_faq .page_benefits_work .page_benefits_work_body .page_benefits_work_body_block > .text dl > dt + dd {
              margin-top: calc(8em / 12); } }
      .page_faq .page_benefits_work .page_benefits_work_body .page_benefits_work_body_block > .text dl > dd {
        max-width: 24.6em;
        font-size: 1.1275em; }
        @media screen and (max-width: 768px) {
          .page_faq .page_benefits_work .page_benefits_work_body .page_benefits_work_body_block > .text dl > dd {
            font-size: 1.075em; } }
.page_faq .page_benefits_career .page_benefits_career_block div {
  background: var(--color-lightgray);
  border-radius: calc(8em / 8);
  overflow: hidden; }
  .page_faq .page_benefits_career .page_benefits_career_block div img {
    width: 100%;
    height: auto; }

.tgr_parents {
  cursor: pointer; }

.archive_joblist .archive_joblist_body {
  display: flex;
  gap: calc(8em / 8 * 1) calc(8em / 8 * 3);
  width: 980px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 1367px) {
    .archive_joblist .archive_joblist_body {
      width: 72%; } }
  @media screen and (max-width: 768px) {
    .archive_joblist .archive_joblist_body {
      flex-direction: column; } }
  .archive_joblist .archive_joblist_body > .left_side {
    flex: 1;
    min-width: 240px; }
    @media screen and (max-width: 768px) {
      .archive_joblist .archive_joblist_body > .left_side {
        padding: 0 1em; } }
    .archive_joblist .archive_joblist_body > .left_side .sticky {
      top: calc((1em * 2) + (1em * 2) + (8em / 16 * 7)); }
    .archive_joblist .archive_joblist_body > .left_side .navigation {
      display: flex;
      flex-direction: column;
      gap: 1em; }
      .archive_joblist .archive_joblist_body > .left_side .navigation h5 {
        display: flex;
        align-items: center;
        gap: calc(8em / 16); }
        .archive_joblist .archive_joblist_body > .left_side .navigation h5::before {
          content: '';
          display: block;
          width: 1.1275em;
          height: 1.1275em;
          background: url(images/icon/search.svg);
          background-size: cover; }
  .archive_joblist .archive_joblist_body > .right_side {
    flex: 3; }
    @media screen and (max-width: 768px) {
      .archive_joblist .archive_joblist_body > .right_side {
        padding: 0 1em; } }
.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(8em / 16 * 3);
      background: var(--white);
      border-radius: calc(8em / 32); } }
  .archive_joblist .searchandfilter ul {
    display: flex;
    flex-direction: column;
    gap: calc(8em / 16);
    width: 100%; }
    .archive_joblist .searchandfilter ul > li {
      display: flex;
      flex-direction: column;
      padding: 0;
      border-radius: 6px;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .archive_joblist .searchandfilter ul > li label {
          flex: 1; } }
      .archive_joblist .searchandfilter ul > li[data-sf-field-input-type="radio"] {
        margin-top: calc(8em / 8); }
        .archive_joblist .searchandfilter ul > li[data-sf-field-input-type="radio"] ul {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          gap: calc(8em / 24);
          font-size: .9em; }
          .archive_joblist .searchandfilter ul > li[data-sf-field-input-type="radio"] ul > li {
            display: table;
            border-radius: 4px;
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
            .archive_joblist .searchandfilter ul > li[data-sf-field-input-type="radio"] ul > li:hover {
              opacity: .5;
              transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
      .archive_joblist .searchandfilter ul > li[data-sf-field-type="tag"] ul > li:first-child {
        display: none; }
      .archive_joblist .searchandfilter 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(8em / 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(8em / 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(8em / 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(8em / 24) calc(8em / 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(8em / 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(8em / 16 * 3); }

@media screen and (max-width: 768px) {
  .joblist_archive {
    padding: 0 1em; } }
.joblist_archive ul.list {
  padding-bottom: calc(8em / 16 * 5);
  border-bottom: dashed 1px var(--border-black); }
  @media screen and (max-width: 768px) {
    .joblist_archive ul.list {
      padding-bottom: calc(8em / 16 * 4); } }
  .joblist_archive ul.list > li ~ li {
    margin-top: calc(8em / 16 * 5);
    padding-top: calc(8em / 16 * 5);
    border-top: dashed 1px var(--border-black); }
    @media screen and (max-width: 768px) {
      .joblist_archive ul.list > li ~ li {
        margin-top: calc(8em / 16 * 4);
        padding-top: calc(8em / 16 * 4); } }
  .joblist_archive ul.list > li .card > .image {
    display: block;
    aspect-ratio: 2.35/1;
    border-radius: calc(8em / 32);
    overflow: hidden; }
    .joblist_archive ul.list > li .card > .image img {
      transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
      -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
      -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
      -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
    .joblist_archive ul.list > li .card > .image + * {
      margin-top: calc(8em / 16 * 3); }
  .joblist_archive ul.list > li .card > .text {
    display: block; }
    .joblist_archive ul.list > li .card > .text ul {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: calc(8em / 16);
      font-size: .9em; }
      @media screen and (max-width: 768px) {
        .joblist_archive ul.list > li .card > .text ul {
          font-size: .8em; } }
      .joblist_archive ul.list > li .card > .text ul li {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 2em;
        padding: 0 calc(8em / 32 * 4);
        border-radius: 2em;
        line-height: 1;
        font-weight: 600;
        color: var(--white); }
        .joblist_archive ul.list > li .card > .text ul li.company {
          background: var(--black2); }
        .joblist_archive ul.list > li .card > .text ul li.jobtype {
          background: var(--key1); }
          .joblist_archive ul.list > li .card > .text ul li.jobtype[data-type="正社員"] {
            background: #f33; }
          .joblist_archive ul.list > li .card > .text ul li.jobtype[data-type="パート・アルバイト"] {
            background: #2156c1; }
        .joblist_archive ul.list > li .card > .text ul li.title {
          background: var(--key1); }
      .joblist_archive ul.list > li .card > .text ul + * {
        margin-top: calc(8em / 16); }
    .joblist_archive ul.list > li .card > .text dl {
      display: flex;
      flex-direction: column;
      gap: calc(8em / 16); }
    .joblist_archive ul.list > li .card > .text h2 {
      font-size: 1.5575em;
      line-height: 1.435;
      font-weight: 600; }
      @media screen and (max-width: 768px) {
        .joblist_archive ul.list > li .card > .text h2 {
          font-size: 1.64em; } }
  .joblist_archive ul.list > li .card:hover > .image img {
    transform: scale(1.05);
    transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
    -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
    -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
    -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
  .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(--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; }
        .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(--color-key2); }
.joblist_archive nav.pagination {
  margin-top: calc(8em / 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(8em / 12); }
    .joblist_archive nav.pagination .nav-links .page-numbers {
      display: flex;
      align-items: center;
      justify-content: center;
      width: calc(8em / 3);
      height: calc(8em / 3);
      background: var(--white);
      border-radius: calc(8em / 32);
      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: var(--key1);
        background: url(images/noise.png), var(--key1);
        background-repeat: repeat;
        background-size: 100px;
        color: var(--white); }
      .joblist_archive nav.pagination .nav-links .page-numbers.dots {
        background: none; }

.single_joblist .wrapper {
  width: calc(100% / 30 * 24);
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .single_joblist .wrapper {
      width: calc(100% / 30 * 28); } }
.single_joblist .navigation ul {
  display: flex;
  align-items: center;
  gap: calc(8em / 16 * 3); }
  @media screen and (max-width: 768px) {
    .single_joblist .navigation ul {
      gap: calc(8em / 16 * 1); } }
  .single_joblist .navigation ul > li {
    flex: 1;
    background: var(--black2);
    background: url(images/noise.png), var(--black2);
    background-size: 100px;
    border-radius: 4px;
    overflow: hidden;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    .single_joblist .navigation ul > li:last-child {
      background: var(--key1);
      background: url(images/noise.png), var(--key1);
      background-size: 100px; }
    .single_joblist .navigation ul > li:hover {
      filter: brightness(0.95);
      transform: scale(0.985);
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    .single_joblist .navigation ul > li a {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      min-height: 3.28em;
      color: var(--white); }
      @media screen and (max-width: 768px) {
        .single_joblist .navigation ul > li a {
          min-height: 2.46em; } }
      .single_joblist .navigation ul > li a::after {
        content: '';
        display: block;
        width: 1em;
        height: 1em;
        background: url(images/icon/arrowb.svg), var(--white);
        background-size: .5em;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 2px;
        border: solid 1px var(--border-light-black); }
.single_joblist .navigation + * {
  margin-top: calc(8em / 16 * 4); }
.single_joblist .joblist_body .job_attr {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: calc(8em / 16); }
  .single_joblist .joblist_body .job_attr h1 {
    font-weight: 600;
    font-size: 1.64em; }
  .single_joblist .joblist_body .job_attr ul.category {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: calc(8em / 16); }
    @media screen and (max-width: 768px) {
      .single_joblist .joblist_body .job_attr ul.category {
        gap: 6px; } }
    .single_joblist .joblist_body .job_attr ul.category > li {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 2.255em;
      padding: 0 calc(8em / 32 * 3);
      background: var(--white);
      background: url(images/noise.png), var(--white);
      background-size: 100px, cover;
      background-repeat: repeat;
      background-blend-mode: normal;
      border-radius: calc(8em / 32); }
      @media screen and (max-width: 768px) {
        .single_joblist .joblist_body .job_attr ul.category > li {
          min-height: 1.435em;
          padding: 0 calc(8em / 32 * 2); } }
  .single_joblist .joblist_body .job_attr + * {
    margin-top: calc(8em / 16 * 3); }
.single_joblist .joblist_body .thumbnail {
  aspect-ratio: 2.35 / 1;
  border-radius: calc(8em / 32);
  overflow: hidden;
  line-height: 0; }
  @media screen and (max-width: 768px) {
    .single_joblist .joblist_body .thumbnail {
      aspect-ratio: 16/9; } }
  .single_joblist .joblist_body .thumbnail + * {
    margin-top: calc(8em / 16 * 4); }
.single_joblist .joblist_body .joblist_block hgroup h3 {
  font-size: 1.435em; }
.single_joblist .joblist_body .joblist_block hgroup + * {
  margin-top: calc(8em / 8); }
.single_joblist .joblist_body .joblist_block ~ .joblist_block {
  margin-top: calc(8em / 8 * 3); }
.single_joblist .joblist_foot {
  margin-top: calc(8em / 8 * 6);
  padding: calc(8em / 16 * 6);
  background: var(--color-white);
  background: url(images/noise.png), var(--color-white);
  background-size: 100px, cover;
  background-repeat: repeat;
  background-blend-mode: normal;
  border-radius: calc(8em / 32); }
  @media screen and (max-width: 768px) {
    .single_joblist .joblist_foot {
      margin-top: calc(8em / 8 * 4);
      padding: calc(8em / 16 * 2);
      padding-top: calc(8em / 16 * 5); } }
  .single_joblist .joblist_foot .joblist_block hgroup h3 {
    text-align: center; }
.single_joblist .requirements_wrapper {
  padding: 40px 32px;
  background: var(--white);
  border-radius: 8px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .single_joblist .requirements_wrapper {
      padding: 20px 16px; } }
  .single_joblist .requirements_wrapper ul.list {
    border-top: solid 1px var(--border-light-black); }
    .single_joblist .requirements_wrapper ul.list > li {
      padding: calc(8em / 16);
      border-bottom: solid 1px var(--border-light-black); }
      @media screen and (max-width: 768px) {
        .single_joblist .requirements_wrapper ul.list > li {
          padding: 0; } }
      .single_joblist .requirements_wrapper ul.list > li dl {
        display: flex;
        flex-wrap: wrap;
        column-gap: 18px; }
        @media screen and (max-width: 768px) {
          .single_joblist .requirements_wrapper ul.list > li dl {
            flex-direction: column; } }
        .single_joblist .requirements_wrapper ul.list > li dl > dt {
          flex: 1;
          padding: calc(85px / 8) calc(85px / 6);
          border-right: solid 1px var(--border-light-black); }
          @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 {
            letter-spacing: .041em;
            font-weight: 600; }
        .single_joblist .requirements_wrapper ul.list > li dl > dd {
          flex: 3;
          padding: calc(85px / 6); }
          .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; }

.post_social {
  position: relative;
  z-index: 15;
  margin-top: calc(8em / 16 * 3); }
  .post_social h6 {
    margin: 0;
    text-align: center;
    font-size: 1em;
    font-weight: 500; }
    .post_social h6 + * {
      margin-top: calc(8em / 16* 2); }
  .post_social ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(8em / 16* 3); }
    .post_social ul > li a {
      display: block; }
      .post_social ul > li a i {
        display: block;
        width: calc(8em / 16* 3);
        height: calc(8em / 16* 3); }

.archive-event header#pageHeader {
  z-index: 10 !important;
  background: var(--color-key5); }
  @media screen and (max-width: 768px) {
    .archive-event header#pageHeader .wrapper {
      padding: calc(8em / 2) calc(8em / 8 * 1.5) calc(8em / 8); } }
  .archive-event header#pageHeader .text {
    padding-top: calc(8em / 8 * 6); }
    @media screen and (max-width: 768px) {
      .archive-event header#pageHeader .text {
        padding-top: calc(8em / 8 * 4); } }

article.event_frame {
  background: var(--color-key5); }

aside.event_frame {
  background: transparent; }

.event_frame {
  overflow: hidden; }
  .event_frame .event-block--upcoming hgroup h2 {
    color: var(--color-white); }
  .event_frame hgroup:has(h2) h2 {
    font-size: 1.435em; }
  .event_frame hgroup:has(h2) + * {
    margin-top: calc(8em / 16 * 3); }
  .event_frame .wrapper {
    width: calc(100% / 16 * 15);
    margin-left: auto;
    margin-right: auto;
    padding: calc(8em / 8 * 4) calc(100% / 32 * 1) calc(8em / 8 * 6); }
    @media screen and (max-width: 768px) {
      .event_frame .wrapper {
        padding: calc(8em / 8 * 4) calc(100% / 32 * 1) calc(8em / 8 * 3); } }
  .event_frame .event-block .event-container {
    --swiper-navigation-size: 1rem;
    position: relative;
    z-index: 15;
    display: flex;
    flex-direction: column-reverse;
    margin-top: calc(1.435em * 1.5 * -1); }
    .event_frame .event-block .event-container ul.event-list {
      flex-wrap: nowrap; }
    .event_frame .event-block .event-container .swiper-button-wrapper {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: calc(8em / 16);
      margin-bottom: calc(8em / 16 * 3); }
      .event_frame .event-block .event-container .swiper-button-wrapper .swiper-button-next, .event_frame .event-block .event-container .swiper-button-wrapper .swiper-button-prev {
        position: relative;
        top: initial;
        left: initial;
        right: initial;
        bottom: initial;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding: 0;
        width: 2.05em;
        height: 2.05em;
        border: solid 1px var(--border-light-white);
        border-radius: calc(8em / 32);
        overflow: hidden;
        color: var(--color-white); }
  .event_frame .event-block ul.event-list {
    display: flex;
    flex-wrap: wrap;
    gap: calc(8em / 16 * 2) calc(8em / 16 * 4); }
    .event_frame .event-block ul.event-list > li {
      width: 27.6525em;
      max-width: 100%;
      height: auto; }
      .event_frame .event-block ul.event-list > li .card {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        height: 100%;
        padding: calc(8em / 8);
        border-radius: calc(8em / 32);
        overflow: hidden; }
        .event_frame .event-block ul.event-list > li .card * {
          color: var(--color-white); }
        .event_frame .event-block ul.event-list > li .card > .image {
          display: block;
          width: 100%;
          border-radius: calc(8em / 32);
          overflow: hidden; }
        .event_frame .event-block ul.event-list > li .card > .text {
          flex: 1;
          display: flex;
          flex-direction: column;
          gap: calc(8em / 16);
          padding: calc(8em / 32 * 3) calc(8em / 32 * 3) calc(8em / 16 * 3); }
          .event_frame .event-block ul.event-list > li .card > .text .event-title {
            font-size: 1.3325em;
            font-weight: 600; }
          .event_frame .event-block ul.event-list > li .card > .text .event-date {
            display: flex;
            align-items: center;
            gap: calc(8em / 64 * 3);
            font-size: .9em;
            opacity: .6; }
            .event_frame .event-block ul.event-list > li .card > .text .event-date::before {
              content: '';
              display: block;
              width: 1.1275em;
              min-width: 1.1275em;
              height: 1.1275em;
              background: url(images/icon/time.svg);
              background-size: cover;
              filter: brightness(0) invert(1); }
      .event_frame .event-block ul.event-list > li.event-card--past {
        filter: grayscale(1); }
    .event_frame .event-block ul.event-list.event-list--upcoming > li {
      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; }
      .event_frame .event-block ul.event-list.event-list--upcoming > li:hover {
        transform: scale(0.95);
        transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }

.single-post-event {
  padding-top: calc((1em * 2) + (8em / 16 * 7));
  background: linear-gradient(to bottom, var(--black2) 15%, transparent 15%); }
  @media screen and (max-width: 768px) {
    .single-post-event {
      padding-top: calc((.5em * 2) + (8em / 16 * 7)); } }

header#eventHeader {
  position: relative; }
  header#eventHeader .wrapper {
    display: flex;
    flex-direction: column;
    gap: calc(8em / 32 * 3);
    width: calc(100% / 16 * 14);
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: calc(8em / 8 * 4) 0 calc(8em / 8 * 3); }
    @media screen and (max-width: 768px) {
      header#eventHeader .wrapper {
        padding: calc(8em / 8 * 2) 0 calc(8em / 8 * 1); } }
    header#eventHeader .wrapper * {
      color: var(--color-white); }
    header#eventHeader .wrapper h1 {
      font-size: 2.05em;
      line-height: 1.23;
      font-weight: 600; }
    header#eventHeader .wrapper time {
      opacity: .6; }
      header#eventHeader .wrapper time.event-date {
        display: flex;
        align-items: center;
        gap: calc(8em / 64 * 3);
        font-size: .9em;
        opacity: .6; }
        header#eventHeader .wrapper time.event-date::before {
          content: '';
          display: block;
          width: 1.1275em;
          min-width: 1.1275em;
          height: 1.1275em;
          background: url(images/icon/time.svg);
          background-size: cover;
          filter: brightness(0) invert(1); }
    header#eventHeader .wrapper .thumbnail {
      margin-top: calc(8em / 16 * 2); }

.single-post-event-body {
  padding-bottom: calc(8em / 8 * 4); }
  .single-post-event-body .wrapper {
    width: calc(100% / 16 * 14);
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto; }
    .single-post-event-body .wrapper.flex {
      display: flex;
      justify-content: center;
      gap: calc(8em / 8 * 2) 40px; }
      @media screen and (max-width: 768px) {
        .single-post-event-body .wrapper.flex {
          flex-direction: column-reverse; } }
      .single-post-event-body .wrapper.flex > .main {
        position: relative;
        z-index: 15;
        width: 680px;
        max-width: 100%; }
        .single-post-event-body .wrapper.flex > .main hgroup:has(h2) h2 {
          font-size: 1.435em; }
        .single-post-event-body .wrapper.flex > .main hgroup:has(h2) + * {
          margin-top: calc(8em / 32 * 4); }
        .single-post-event-body .wrapper.flex > .main .block-item ~ .block-item {
          margin-top: calc(8em / 16 * 4); }
        .single-post-event-body .wrapper.flex > .main .block-item .cell-item {
          padding: calc(8em / 8 * 2.5);
          background: var(--color-white);
          border-radius: calc(8em / 32);
          overflow: hidden; }
          @media screen and (max-width: 768px) {
            .single-post-event-body .wrapper.flex > .main .block-item .cell-item {
              padding: calc(8em / 32 * 6); } }
          .single-post-event-body .wrapper.flex > .main .block-item .cell-item .mw_wp_form {
            padding: 0; }
      .single-post-event-body .wrapper.flex > .side {
        width: 280px;
        max-width: 100%; }
        @media screen and (max-width: 768px) {
          .single-post-event-body .wrapper.flex > .side {
            width: 100%; } }
        .single-post-event-body .wrapper.flex > .side .sticky {
          top: calc(8em / 8 * 6); }
        .single-post-event-body .wrapper.flex > .side .block-item ~ .block-item {
          margin-top: calc(8em / 16 * 3); }
        .single-post-event-body .wrapper.flex > .side .block-item:has(h3) {
          padding: calc(8em / 32 * 5);
          background: var(--color-white);
          border-radius: calc(8em / 32);
          overflow: hidden; }
          .single-post-event-body .wrapper.flex > .side .block-item:has(h3) h3 + * {
            margin-top: calc(8em / 32 * 3); }
        .single-post-event-body .wrapper.flex > .side ul.table {
          display: flex;
          flex-direction: column;
          gap: calc(8em / 32 * 1);
          opacity: .7;
          font-size: .85em; }
          .single-post-event-body .wrapper.flex > .side ul.table > li {
            display: flex;
            align-items: center;
            gap: calc(8em / 32 * 1); }
            .single-post-event-body .wrapper.flex > .side ul.table > li .title {
              display: block;
              width: 1.23em;
              min-width: 1.23em;
              height: 1.23em;
              filter: brightness(0); }
            .single-post-event-body .wrapper.flex > .side ul.table > li .description {
              font-weight: 600; }

.business_jobtype {
  position: relative;
  z-index: 15;
  padding: calc(8em / 8 * 5) 0; }
  .business_jobtype::before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(100% / 30 * -1);
    z-index: -5;
    display: block;
    width: calc(100% / 30 * 32);
    height: 100%;
    background: #E8EEEE;
    background: url(images/noise.png), #E8EEEE;
    background-size: 100px, cover;
    background-repeat: repeat;
    background-blend-mode: normal; }
  .business_jobtype .business_jobtype_head {
    display: flex;
    flex-direction: column;
    gap: calc(8em / 8 * 2);
    width: calc(100% / 30 * 22);
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .business_jobtype .business_jobtype_head {
        width: calc(100% / 30 * 24); } }
    .business_jobtype .business_jobtype_head img {
      filter: invert(1); }
    .business_jobtype .business_jobtype_head p {
      font-size: 1.1275em; }
    .business_jobtype .business_jobtype_head + * {
      margin-top: calc(8em / 8 * 4); }
  .business_jobtype .business_jobtype_list {
    display: flex;
    flex-direction: column;
    gap: calc(8em / 8 * 3);
    width: calc(100% / 30 * 24);
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 768px) {
      .business_jobtype .business_jobtype_list {
        width: calc(100% / 30 * 28);
        gap: calc(8em / 32 * 10); } }
    .business_jobtype .business_jobtype_list .business_jobtype_listitem {
      display: flex;
      flex-direction: column;
      gap: calc(8em / 16 * 4) calc(8em / 8 * 2); }
      @media screen and (max-width: 768px) {
        .business_jobtype .business_jobtype_list .business_jobtype_listitem {
          gap: calc(8em / 8 * 1) calc(8em / 8 * 1); } }
      .business_jobtype .business_jobtype_list .business_jobtype_listitem > .image {
        flex: 1; }
        .business_jobtype .business_jobtype_list .business_jobtype_listitem > .image div {
          aspect-ratio: 2.35/1;
          background: var(--border-light-black);
          border-radius: calc(8em / 32);
          overflow: hidden; }
          @media screen and (max-width: 768px) {
            .business_jobtype .business_jobtype_list .business_jobtype_listitem > .image div {
              aspect-ratio: 16/9; } }
      .business_jobtype .business_jobtype_list .business_jobtype_listitem > .text {
        flex: 4; }
        .business_jobtype .business_jobtype_list .business_jobtype_listitem > .text > dl > dt {
          font-size: 1.3325em;
          font-weight: var(--fontweight-6); }
          @media screen and (max-width: 768px) {
            .business_jobtype .business_jobtype_list .business_jobtype_listitem > .text > dl > dt {
              display: flex;
              align-items: center;
              min-height: calc((8.5rem / 8 * 5) / 16 * 9); } }
          .business_jobtype .business_jobtype_list .business_jobtype_listitem > .text > dl > dt + dd {
            margin-top: calc(8em / 16); }
        .business_jobtype .business_jobtype_list .business_jobtype_listitem > .text > dl.horizal {
          display: flex; }
          @media screen and (max-width: 768px) {
            .business_jobtype .business_jobtype_list .business_jobtype_listitem > .text > dl.horizal {
              flex-direction: column; } }
          .business_jobtype .business_jobtype_list .business_jobtype_listitem > .text > dl.horizal > dt {
            flex: 1; }
          .business_jobtype .business_jobtype_list .business_jobtype_listitem > .text > dl.horizal > dd {
            flex: 2; }
          .business_jobtype .business_jobtype_list .business_jobtype_listitem > .text > dl.horizal ~ .horizal {
            margin-top: calc(8em / 8 * 2);
            padding-top: calc(8em / 16 * 3);
            border-top: solid 1px var(--border-light-black); }
        .business_jobtype .business_jobtype_list .business_jobtype_listitem > .text .focus {
          position: relative;
          z-index: 15;
          margin: calc(8em / 32 * 3) 0;
          padding: calc(8em / 16 * 4);
          background-color: var(--color-key5);
          background-image: radial-gradient(circle at 93% 95%, #0f2b3d 18.2902605222%, transparent 48.2070758094%), radial-gradient(circle at 9% 94%, rgba(15, 44, 72, 0.23) 18.2902605222%, transparent 48.2070758094%);
          background-blend-mode: normal, normal;
          border-radius: calc(8em / 32);
          overflow: hidden; }
          .business_jobtype .business_jobtype_list .business_jobtype_listitem > .text .focus * {
            color: var(--color-white); }
          .business_jobtype .business_jobtype_list .business_jobtype_listitem > .text .focus .title {
            margin-bottom: calc(8em / 32);
            font-size: .85em;
            letter-spacing: .041em;
            color: var(--color-key1); }
            .business_jobtype .business_jobtype_list .business_jobtype_listitem > .text .focus .title ~ .title {
              margin-top: calc(8em / 16 * 3); }
          .business_jobtype .business_jobtype_list .business_jobtype_listitem > .text .focus .focus_head ul {
            display: flex;
            gap: calc(8em / 8); }
            @media screen and (max-width: 768px) {
              .business_jobtype .business_jobtype_list .business_jobtype_listitem > .text .focus .focus_head ul {
                flex-direction: column; } }
            .business_jobtype .business_jobtype_list .business_jobtype_listitem > .text .focus .focus_head ul > li {
              position: relative;
              z-index: 15;
              flex: 1;
              display: flex;
              align-items: center;
              justify-content: center;
              padding: calc(8em / 16 * 2);
              background: var(--border-light-white);
              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; }
              .business_jobtype .business_jobtype_list .business_jobtype_listitem > .text .focus .focus_head ul > li dl > dt {
                font-weight: 600; }
              .business_jobtype .business_jobtype_list .business_jobtype_listitem > .text .focus .focus_head ul > li dl > dd {
                display: none; }
                @media screen and (max-width: 768px) {
                  .business_jobtype .business_jobtype_list .business_jobtype_listitem > .text .focus .focus_head ul > li dl > dd {
                    display: block; } }
              .business_jobtype .business_jobtype_list .business_jobtype_listitem > .text .focus .focus_head ul > li::after {
                content: '';
                position: absolute;
                left: 100%;
                top: calc(50% - ((8em / 32 * 4) / 2) + 1px);
                display: block;
                width: calc(8em / 32 * 3);
                height: calc(8em / 32 * 4);
                background: var(--border-light-white);
                clip-path: polygon(0 0, 100% 50%, 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; }
                @media screen and (max-width: 768px) {
                  .business_jobtype .business_jobtype_list .business_jobtype_listitem > .text .focus .focus_head ul > li::after {
                    left: calc(50% - ((8em / 32 * 4) / 2));
                    top: calc(100% - 1px);
                    width: calc(8em / 32 * 4);
                    height: calc(8em / 32 * 3);
                    clip-path: polygon(0 0, 100% 0, 50% 100%); } }
              @media screen and (max-width: 768px) {
                .business_jobtype .business_jobtype_list .business_jobtype_listitem > .text .focus .focus_head ul > li:last-child {
                  background: var(--color-key1); } }
              .business_jobtype .business_jobtype_list .business_jobtype_listitem > .text .focus .focus_head ul > li:last-child::after {
                display: none; }
              .business_jobtype .business_jobtype_list .business_jobtype_listitem > .text .focus .focus_head ul > li.current {
                background: var(--color-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; }
                @media screen and (max-width: 768px) {
                  .business_jobtype .business_jobtype_list .business_jobtype_listitem > .text .focus .focus_head ul > li.current {
                    background: var(--border-light-white); } }
                .business_jobtype .business_jobtype_list .business_jobtype_listitem > .text .focus .focus_head ul > li.current::after {
                  background: var(--color-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; }
                  @media screen and (max-width: 768px) {
                    .business_jobtype .business_jobtype_list .business_jobtype_listitem > .text .focus .focus_head ul > li.current::after {
                      background: var(--border-light-white); } }
          .business_jobtype .business_jobtype_list .business_jobtype_listitem > .text .focus .focus_body {
            margin-top: calc(8em / 32 * 3); }
            @media screen and (max-width: 768px) {
              .business_jobtype .business_jobtype_list .business_jobtype_listitem > .text .focus .focus_body {
                display: none; } }
            .business_jobtype .business_jobtype_list .business_jobtype_listitem > .text .focus .focus_body ul {
              position: relative;
              z-index: 15; }
              .business_jobtype .business_jobtype_list .business_jobtype_listitem > .text .focus .focus_body ul > li {
                position: absolute;
                z-index: 15;
                top: 0;
                left: 0;
                width: 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; }
                .business_jobtype .business_jobtype_list .business_jobtype_listitem > .text .focus .focus_body ul > li::after {
                  content: '';
                  position: absolute;
                  left: 100%;
                  top: calc(50% - ((8em / 32 * 4) / 2) + 1px);
                  display: block;
                  width: calc(8em / 32 * 3);
                  height: calc(8em / 32 * 4);
                  background: var(--border-light-white);
                  clip-path: polygon(0 0, 100% 50%, 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; }
                  @media screen and (max-width: 768px) {
                    .business_jobtype .business_jobtype_list .business_jobtype_listitem > .text .focus .focus_body ul > li::after {
                      left: calc(50% - ((8em / 32 * 4) / 2));
                      top: calc(100% - 1px);
                      width: calc(8em / 32 * 4);
                      height: calc(8em / 32 * 3);
                      clip-path: polygon(0 0, 100% 0, 50% 100%); } }
                .business_jobtype .business_jobtype_list .business_jobtype_listitem > .text .focus .focus_body ul > li._imgs {
                  padding: calc(8em / 16 * 2);
                  background: var(--border-light-white);
                  border-radius: calc(8em / 32); }
                .business_jobtype .business_jobtype_list .business_jobtype_listitem > .text .focus .focus_body ul > li.current {
                  position: relative;
                  opacity: 1;
                  visibility: visible;
                  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;
                  transition-delay: .205s; }
    .business_jobtype .business_jobtype_list.done > .business_jobtype_listitem {
      opacity: 0;
      transform: scale(0.95); }
    .business_jobtype .business_jobtype_list.gone > .business_jobtype_listitem:nth-child(0) {
      opacity: 1;
      transform: scale(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;
      transition-delay: calc((0 * 0.1025s) + 0.615s); }
    .business_jobtype .business_jobtype_list.gone > .business_jobtype_listitem:nth-child(1) {
      opacity: 1;
      transform: scale(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;
      transition-delay: calc((1 * 0.1025s) + 0.615s); }
    .business_jobtype .business_jobtype_list.gone > .business_jobtype_listitem:nth-child(2) {
      opacity: 1;
      transform: scale(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;
      transition-delay: calc((2 * 0.1025s) + 0.615s); }
    .business_jobtype .business_jobtype_list.gone > .business_jobtype_listitem:nth-child(3) {
      opacity: 1;
      transform: scale(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;
      transition-delay: calc((3 * 0.1025s) + 0.615s); }
    .business_jobtype .business_jobtype_list.gone > .business_jobtype_listitem:nth-child(4) {
      opacity: 1;
      transform: scale(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;
      transition-delay: calc((4 * 0.1025s) + 0.615s); }
    .business_jobtype .business_jobtype_list.gone > .business_jobtype_listitem:nth-child(5) {
      opacity: 1;
      transform: scale(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;
      transition-delay: calc((5 * 0.1025s) + 0.615s); }
    .business_jobtype .business_jobtype_list.gone > .business_jobtype_listitem:nth-child(6) {
      opacity: 1;
      transform: scale(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;
      transition-delay: calc((6 * 0.1025s) + 0.615s); }
    .business_jobtype .business_jobtype_list.gone > .business_jobtype_listitem:nth-child(7) {
      opacity: 1;
      transform: scale(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;
      transition-delay: calc((7 * 0.1025s) + 0.615s); }
    .business_jobtype .business_jobtype_list.gone > .business_jobtype_listitem:nth-child(8) {
      opacity: 1;
      transform: scale(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;
      transition-delay: calc((8 * 0.1025s) + 0.615s); }

.business_careerstep .careerstep_body {
  width: calc(100% / 30 * 22);
  margin: 0 auto;
  padding: calc(8em / 16 * 5);
  background: #E8EEEE;
  background: url(images/noise.png), #E8EEEE;
  background-size: 100px, cover;
  background-repeat: repeat;
  background-blend-mode: normal;
  border-radius: calc(8em / 32); }
  @media screen and (max-width: 768px) {
    .business_careerstep .careerstep_body {
      width: calc(100% / 30 * 30);
      padding: calc(8em / 16 * 1); } }
  .business_careerstep .careerstep_body ul {
    display: flex;
    flex-direction: column;
    gap: calc(8em / 16 * 3); }
    @media screen and (max-width: 768px) {
      .business_careerstep .careerstep_body ul {
        gap: calc(8em / 16 * 2); } }
    .business_careerstep .careerstep_body ul > li {
      position: relative;
      z-index: 15;
      padding: calc(8em / 8 * 2);
      background: var(--color-white);
      border-radius: calc(8em / 32); }
      @media screen and (max-width: 768px) {
        .business_careerstep .careerstep_body ul > li {
          padding: calc(8em / 16 * 3); } }
      .business_careerstep .careerstep_body ul > li::after {
        content: '';
        position: absolute;
        left: calc(50% - ((8em / 32 * 4) / 2));
        top: calc(100% - 1px);
        display: block;
        width: calc(8em / 32 * 4);
        height: calc(8em / 32 * 3);
        background: var(--color-white);
        clip-path: polygon(0 0, 100% 0, 50% 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; }
      .business_careerstep .careerstep_body ul > li:last-child::after {
        display: none; }
      .business_careerstep .careerstep_body ul > li dl {
        display: flex;
        align-items: center;
        flex-direction: column; }
        .business_careerstep .careerstep_body ul > li dl dt {
          font-size: 1.23em;
          font-weight: 600; }

.archive_news .archive_news_body {
  width: calc(100% / 30 * 22);
  margin: 0 auto; }
  .archive_news .archive_news_body ul.list > li {
    position: relative;
    z-index: 15; }
    .archive_news .archive_news_body ul.list > li::before {
      content: '';
      position: absolute;
      top: 0;
      left: calc(8em / 16 * -3);
      display: block;
      width: calc(100% + (8em / 16 * 6));
      height: 100%;
      background: transparent;
      border-radius: calc(8em / 32);
      overflow: hidden;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    .archive_news .archive_news_body ul.list > li .card {
      position: relative;
      z-index: 15;
      display: flex;
      align-items: center;
      gap: calc(8em / 8 * 4);
      padding: calc(8em / 32 * 8) 0;
      border-bottom: solid 1px var(--border-light-black); }
      .archive_news .archive_news_body ul.list > li .card > .text {
        display: flex;
        align-items: center;
        gap: calc(8em / 32 * 3);
        flex: 1; }
        .archive_news .archive_news_body ul.list > li .card > .text time {
          min-width: 8.2em;
          text-align: center;
          font-size: .85em;
          opacity: .5; }
        .archive_news .archive_news_body ul.list > li .card > .text .category {
          display: flex;
          align-items: center;
          justify-content: center;
          min-width: 6.15em;
          min-height: 2.05em;
          padding: 0 calc(8em / 32 * 3);
          background: #E8EEEE;
          background: url(images/noise.png), #E8EEEE;
          background-size: 100px, cover;
          background-repeat: repeat;
          background-blend-mode: normal;
          border-radius: calc(8em / 64);
          font-size: .8em; }
        .archive_news .archive_news_body ul.list > li .card > .text p {
          font-weight: 600; }
      .archive_news .archive_news_body ul.list > li .card > .button {
        width: 1.64em;
        min-height: 1.64em;
        padding: 0; }
        .archive_news .archive_news_body ul.list > li .card > .button i {
          display: block;
          width: 1.64em;
          height: 1.64em;
          padding: calc(8em / 32); }
          .archive_news .archive_news_body ul.list > li .card > .button i img {
            filter: brightness(0) invert(1); }
    .archive_news .archive_news_body ul.list > li:hover::before {
      background: var(--color-white);
      box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(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_news .archive_news_body ul.list > li:hover .card > .button i {
      background: var(--color-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; }

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

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

.page_privacy .page_head p {
  font-size: 0.9em !important; }
.page_privacy .page_head nav {
  margin: calc(8em / 16 * 3) calc(8em / 8 * 2);
  padding: calc(8em / 8 * 2);
  background: #f7f7f7; }
  @media screen and (max-width: 768px) {
    .page_privacy .page_head nav {
      margin: calc(8em / 16 * 3) 0;
      padding: calc(8em / 16 * 2); } }
  .page_privacy .page_head nav > span {
    display: block;
    color: var(--color-gray);
    margin-bottom: calc(8em / 16 * 1); }
  .page_privacy .page_head nav ul > li a {
    display: block;
    padding: calc(8em / 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(8em / 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(8em / 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(8em / 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(8em / 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(8em / 16); }
.page_privacy ul.disc {
  display: flex;
  flex-direction: column;
  gap: calc(8em / 32); }
  .page_privacy ul.disc > li {
    display: flex;
    align-items: baseline;
    column-gap: calc(8em / 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(8em / 32);
  counter-reset: num; }
  .page_privacy ul.number > li {
    display: flex;
    align-items: baseline;
    column-gap: calc(8em / 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(8em / 16 * 2) 0;
  background: var(--color-lightgray); }
  .page_privacy .contactus > ul > li {
    padding: calc(8em / 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(8em / 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 {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1025);
    padding-bottom: 2.05em;
    margin-bottom: 2.46em; }
    @media screen and (max-width: 768px) {
      .formWrap .caption {
        padding: 0;
        padding-bottom: 1.23em;
        margin-bottom: 2.05em; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

  header.pageHeader {
    height: 31.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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