@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;
  --color-text: #151515;
  --text: #151515;
  --key1: #1F4594;
  --key2: #1B75DE;
  --color-key1: #469ad3;
  --color-key2: #3c86b7;
  --color-key3: #33719a;
  --color-key4: #1f455e;
  --color-key5: #282828;
  --color-white: #fff;
  --white: #fff;
  --gray1: #f9f9f9;
  --gray2: #f5f5f5;
  --gray3: #f0f0f0;
  --lightblue: #E8F1FC;
  --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); }

/*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; } }
  @media screen and (min-width: 1367px) {
    html {
      font-size: 16.4px; } }

body {
  margin: 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
  font-family: YakuHanJP_Narrow, var(--s-font-inter), "Kosugi Maru", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: var(--white);
  color: var(--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, .sans {
  position: relative;
  z-index: 15;
  font-family: YakuHanJP_Narrow, var(--s-font-inter), 游ゴシック, Yu Gothic, YuGothic, sans-serif; }

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

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

i {
  font-style: normal; }

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

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

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

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

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

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

.modal-mov {
  position: relative;
  z-index: 15;
  display: block;
  aspect-ratio: 16/9;
  border-radius: 8px;
  overflow: hidden; }
  .modal-mov 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; }
  .modal-mov::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(images/icon/play.svg), rgba(0, 0, 0, 0.205);
    background-size: 70px, cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
  .modal-mov:hover img {
    transform: scale(1.025);
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
  .modal-mov:hover::after {
    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; }

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

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

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

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

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

dl dd {
  margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!------------------------------------
css_sections(ブロック)
-------------------------------------*/
/*!#siteHeader------------------------------------------------------------------------------------------------*/
/*公式*/
#siteHead {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8000;
  width: 100%;
  padding: 24px 32px;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
  @media screen and (max-width: 768px) {
    #siteHead {
      padding: 4px; } }
  #siteHead .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 8px 16px;
    background: var(--white);
    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; }
    @media screen and (max-width: 768px) {
      #siteHead .wrapper {
        padding: 4px 8px; } }
    #siteHead .wrapper > ._head {
      display: flex; }
      #siteHead .wrapper > ._head a {
        display: flex;
        align-items: center;
        gap: calc(8.5em / 16); }
        #siteHead .wrapper > ._head a h1 {
          display: flex;
          align-items: center;
          column-gap: calc(8.5em / 8);
          font-weight: normal;
          line-height: 1.23; }
          @media screen and (max-width: 768px) {
            #siteHead .wrapper > ._head a h1 {
              column-gap: 0; } }
          #siteHead .wrapper > ._head a h1 img {
            display: block;
            width: auto;
            height: calc(8.5em / 32 * 5);
            line-height: 0; }
            @media screen and (max-width: 768px) {
              #siteHead .wrapper > ._head a h1 img {
                height: calc(8.5em / 32 * 5); } }
        #siteHead .wrapper > ._head a p {
          color: var(--key1);
          font-size: .6em;
          line-height: 1.23; }
    #siteHead .wrapper > ._body {
      flex: 1;
      display: flex;
      justify-content: flex-end; }
      #siteHead .wrapper > ._body nav {
        display: flex;
        align-items: center; }
        #siteHead .wrapper > ._body nav > ul {
          display: flex;
          align-items: center; }
          @media screen and (max-width: 768px) {
            #siteHead .wrapper > ._body nav > ul {
              column-gap: 0; } }
          @media screen and (max-width: 768px) {
            #siteHead .wrapper > ._body nav > ul > li {
              display: none; } }
          #siteHead .wrapper > ._body nav > ul > li > * {
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 2.46em;
            padding: 0 calc(8.5em / 32 * 2); }
            @media screen and (max-width: 768px) {
              #siteHead .wrapper > ._body nav > ul > li > * {
                padding: 0 calc(8.5em / 16 * 2); } }
          #siteHead .wrapper > ._body nav > ul > li > a {
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(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 > a:hover {
              color: 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 .wrapper > ._body nav > ul > li[data-type="button"] {
            margin: 0 calc(8.5em / 32 * 3);
            background: var(--key2);
            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; }
            #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(8.5em / 12 * 2); }
            #siteHead .wrapper > ._body nav > ul > li[data-type="button"] * {
              color: var(--white); }
            #siteHead .wrapper > ._body nav > ul > li[data-type="button"] a {
              display: flex;
              align-items: center; }
              @media screen and (max-width: 768px) {
                #siteHead .wrapper > ._body nav > ul > li[data-type="button"] a {
                  justify-content: center; } }
              #siteHead .wrapper > ._body nav > ul > li[data-type="button"] a span {
                padding: 0 calc(8.5em / 12* 1);
                font-size: .95em; }
                @media screen and (max-width: 768px) {
                  #siteHead .wrapper > ._body nav > ul > li[data-type="button"] a span {
                    padding: 0; } }
            #siteHead .wrapper > ._body nav > ul > li[data-type="button"]:hover, #siteHead .wrapper > ._body nav > ul > li[data-type="button"]:has(.active) {
              background: 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 .wrapper > ._body nav > ul + ul::before {
            content: '';
            width: 0;
            height: 1em;
            margin: 0 calc(8.5em / 16 * 1);
            border: dashed 0.5px var(--text); }
            @media screen and (max-width: 768px) {
              #siteHead .wrapper > ._body nav > ul + ul::before {
                display: none; } }
  #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);
      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 {
  /*
   a.title {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    @include move;
   }
   ._menu {
    filter: invert(0);
   }
		 .wrapper {
    nav._nav {
     filter: invert(1);
     @include move;
    }
   }
  */ }
    #siteHead.lower .wrapper > ._head a h1 img {
      filter: brightness(1) invert(0); }
  #siteHead.move {
    opacity: 0;
    pointer-events: none;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }

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

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

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

/*!//#siteHeader------------------------------------------------------------------------------------------------*/
/*!#siteFooter------------------------------------------------------------------------------------------------*/
#siteFoot {
  position: relative;
  z-index: 15;
  width: 100%;
  padding: 32px;
  background: var(--gray1);
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    #siteFoot {
      padding: 8px;
      padding-bottom: calc(8px + 60px); } }
  #siteFoot * {
    color: var(--color-white); }
  #siteFoot hgroup:has(h2) {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 768px) {
      #siteFoot hgroup:has(h2) {
        align-items: flex-start;
        flex-direction: column;
        padding-top: 8px; } }
    #siteFoot hgroup:has(h2) h2 {
      display: flex;
      align-items: center;
      font-size: 1.435em;
      font-weight: normal; }
      #siteFoot hgroup:has(h2) h2::after {
        content: '｜';
        display: block;
        margin: 0 calc(8.5rem / 8); }
        @media screen and (max-width: 768px) {
          #siteFoot hgroup:has(h2) h2::after {
            display: none; } }
    #siteFoot hgroup:has(h2) + * {
      margin-top: calc(8.5em / 16 * 3); }
  #siteFoot .wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: calc(8.5em / 8 * 3);
    width: 100%;
    margin: 0 auto;
    padding: calc(8.5em / 8 * 4);
    background: var(--key2);
    border-radius: 16px; }
    #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; }
    @media screen and (max-width: 768px) {
      #siteFoot .wrapper {
        padding: 24px;
        border-radius: 8px; } }
    #siteFoot .wrapper > ._primary {
      width: 100%; }
    #siteFoot .wrapper > ._secondary {
      display: flex;
      gap: calc(8.5em / 16 * 6) calc(8.5em / 16 * 3);
      width: 100%; }
      @media screen and (max-width: 768px) {
        #siteFoot .wrapper > ._secondary {
          flex-direction: column; } }
      #siteFoot .wrapper > ._secondary > div {
        flex: 1; }
        #siteFoot .wrapper > ._secondary > div .slash {
          position: relative;
          z-index: 15; }
          #siteFoot .wrapper > ._secondary > div .slash::before {
            content: '';
            display: block;
            width: 100%;
            height: 1px;
            margin-bottom: calc(8.5em / 8 * 2);
            background: linear-gradient(to right, var(--white) 40px, var(--border-light-white) 40px); }
      #siteFoot .wrapper > ._secondary > .left {
        display: flex;
        flex-direction: column;
        gap: calc(8.5em / 16 * 3); }
        @media screen and (max-width: 768px) {
          #siteFoot .wrapper > ._secondary > .left {
            align-items: center; } }
        @media screen and (max-width: 768px) {
          #siteFoot .wrapper > ._secondary > .left > .left_foot {
            width: 100%; } }
      #siteFoot .wrapper > ._secondary > .right {
        display: flex;
        flex-direction: column;
        gap: calc(8.5em / 16 * 3);
        justify-content: space-between; }
        @media screen and (max-width: 768px) {
          #siteFoot .wrapper > ._secondary > .right {
            gap: calc(8.5em / 16 * 2); } }
        #siteFoot .wrapper > ._secondary > .right .right_head {
          display: flex;
          gap: calc(8.5em / 8 * 3) calc(8.5em / 16 * 3); }
          @media screen and (max-width: 768px) {
            #siteFoot .wrapper > ._secondary > .right .right_head {
              flex-direction: column; } }
          #siteFoot .wrapper > ._secondary > .right .right_head > .nav {
            flex: 3; }
          #siteFoot .wrapper > ._secondary > .right .right_head > .social {
            flex: 1; }
        #siteFoot .wrapper > ._secondary > .right .right_bottom {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          @media screen and (max-width: 768px) {
            #siteFoot .wrapper > ._secondary > .right .right_bottom {
              align-items: flex-start;
              flex-direction: column; } }
      #siteFoot .wrapper > ._secondary .corp {
        display: flex;
        flex-direction: column;
        gap: calc(8.5em / 16); }
        @media screen and (max-width: 768px) {
          #siteFoot .wrapper > ._secondary .corp {
            width: 100%; } }
        #siteFoot .wrapper > ._secondary .corp hgroup {
          display: flex;
          flex-direction: column;
          gap: calc(8.5em / 32 * 1); }
          #siteFoot .wrapper > ._secondary .corp hgroup h1 img {
            filter: brightness(0) invert(1); }
        #siteFoot .wrapper > ._secondary .corp p {
          font-size: .7em;
          line-height: 1.23; }
  #siteFoot .recruit_button {
    display: flex;
    align-items: center;
    gap: calc(8.5em / 16 * 2) calc(8.5em / 16 * 3); }
    @media screen and (max-width: 768px) {
      #siteFoot .recruit_button {
        flex-direction: column; } }
    #siteFoot .recruit_button > li {
      flex: 1; }
      @media screen and (max-width: 768px) {
        #siteFoot .recruit_button > li {
          width: 100%; } }
  #siteFoot .callus a {
    display: block;
    width: 100%;
    max-width: 24em;
    padding: calc(8.5em / 16);
    background: var(--border-light-white);
    border-radius: 8px;
    overflow: hidden; }
  #siteFoot .callus dl {
    display: flex;
    align-items: center;
    flex-direction: column; }
    #siteFoot .callus dl > dt {
      display: flex;
      align-items: center;
      gap: calc(8.5em / 32);
      font-size: 1.845em; }
      #siteFoot .callus dl > dt i {
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(8.5em / 8);
        height: calc(8.5em / 8); }
    #siteFoot .callus dl > dd {
      font-size: .8em; }
  #siteFoot nav.footer_navigation > ul {
    display: flex;
    gap: calc(8.5em / 8 * 2); }
    @media screen and (max-width: 768px) {
      #siteFoot nav.footer_navigation > ul {
        flex-direction: column;
        gap: calc(8.5em / 8); } }
    #siteFoot nav.footer_navigation > ul > li {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: calc(8.5em / 8); }
      #siteFoot nav.footer_navigation > ul > li a {
        position: relative;
        z-index: 15;
        display: inline-flex;
        padding-bottom: calc(8.5em / 32); }
        @media screen and (max-width: 768px) {
          #siteFoot nav.footer_navigation > ul > li a {
            display: flex;
            padding: calc(8.5em / 12) 0; } }
        #siteFoot nav.footer_navigation > ul > li a::before, #siteFoot nav.footer_navigation > ul > li 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 > ul > li a::before {
          width: 100%;
          background: var(--border-light-white); }
        #siteFoot nav.footer_navigation > ul > li a::after {
          width: 0;
          background: var(--color-white); }
        #siteFoot nav.footer_navigation > ul > li 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 nav.footer_navigation dl > dt {
    font-size: 1em; }
    #siteFoot nav.footer_navigation dl > dt + dd {
      margin-top: calc(8.5em / 32 * 3); }
  @media screen and (max-width: 768px) {
    #siteFoot nav.footer_navigation dl > dd {
      display: none; } }
  #siteFoot nav.footer_navigation dl > dd ul {
    display: flex;
    flex-direction: column;
    gap: calc(8.5em / 32 * 2);
    font-size: .85em; }
    #siteFoot nav.footer_navigation dl > dd ul > li {
      opacity: .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; }
      #siteFoot nav.footer_navigation dl > dd ul > li:hover {
        opacity: 1;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
  #siteFoot ul.social {
    display: flex;
    align-items: center;
    gap: calc(8.5em / 16 * 3); }
    #siteFoot ul.social > li a {
      display: flex;
      align-items: center;
      gap: calc(8.5em / 16); }
      #siteFoot ul.social > li a i {
        display: block;
        width: calc(8.5em / 32 * 4);
        height: calc(8.5em / 32 * 4); }
        #siteFoot ul.social > li a i img {
          filter: brightness(0) invert(1); }
  #siteFoot ul.footer_basic {
    display: flex;
    align-items: center;
    gap: calc(8.5em / 16 * 2) calc(8.5em / 16);
    font-size: .85em; }
    @media screen and (max-width: 768px) {
      #siteFoot ul.footer_basic {
        align-items: flex-start;
        flex-direction: column; } }
    #siteFoot ul.footer_basic > li a {
      position: relative;
      z-index: 15;
      display: inline-flex;
      padding-bottom: calc(8.5em / 32); }
      @media screen and (max-width: 768px) {
        #siteFoot ul.footer_basic > li a {
          display: flex;
          padding: calc(8.5em / 12) 0; } }
      #siteFoot ul.footer_basic > li a::before, #siteFoot ul.footer_basic > li 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 ul.footer_basic > li a::before {
        width: 100%;
        background: var(--border-light-white); }
      #siteFoot ul.footer_basic > li a::after {
        width: 0;
        background: var(--color-white); }
      #siteFoot ul.footer_basic > li 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; }

/*//!#siteFooter----------------------------------------------------------------------------------------------*/
/*!#index----------------------------------------------------------------------------------------------*/
/*!#siteContent*/
#siteContent {
  positiona: relative;
  z-index: 15;
  width: 100%;
  background: linear-gradient(to bottom, var(--white), var(--gray1));
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: .246s; }
  @media screen and (max-width: 768px) {
    #siteContent {
      width: 100%;
      overflow: hidden;
      margin-bottom: 0 !important; } }

.fancybox__container {
  --f-close-button-bg: var(--white);
  --fancybox-zIndex: 9999; }
  .fancybox__container * {
    color: var(--white); }

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

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

@keyframes loopV {
  0% {
    transform: translateY(200%); }
  to {
    transform: translateY(-100%); } }
@keyframes loopV2 {
  0% {
    transform: translateY(100%); }
  to {
    transform: translateY(-200%); } }
@keyframes loopV3 {
  0% {
    transform: translateY(0%); }
  to {
    transform: translateY(-300%); } }
.hide_title {
  position: relative;
  z-index: 15;
  display: inline-flex;
  padding-bottom: calc(8.5em / 32);
  overflow: hidden; }
  .hide_title::before, .hide_title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 1px;
    background: var(--color-text); }
  .hide_title::before {
    width: 100%;
    opacity: .205; }
  .hide_title::after {
    width: 0; }
  .hide_title span {
    display: block;
    transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    transition-delay: .205s; }
  .hide_title.done span {
    transform: translateY(150%); }
  .hide_title.gone::after {
    width: 100%;
    transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
  .hide_title.gone span {
    transform: translateY(0);
    transition-delay: .5175s; }

a.label, div.label {
  display: flex;
  align-items: center;
  column-gap: 8px;
  padding: 8px;
  border-radius: 8px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    a.label, div.label {
      padding: 6px; } }
  a.label > .image, div.label > .image {
    width: 80px;
    height: 80px;
    border-radius: 6px;
    overflow: hidden; }
    a.label > .image img, div.label > .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; }
  a.label > .text, div.label > .text {
    display: flex;
    flex-direction: column;
    padding: 0 16px;
    padding-right: 48px; }
    a.label > .text > .jp, div.label > .text > .jp {
      order: 2;
      font-size: .8em; }
    a.label > .text > .en, div.label > .text > .en {
      order: 1; }
    a.label > .text > .arrow, div.label > .text > .arrow {
      order: 3;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 2px; }
  a.label.small > .image, div.label.small > .image {
    width: 42px;
    height: 42px;
    padding: 8px; }
  a.label.small > .text, div.label.small > .text {
    flex: 1;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 32px; }
    @media screen and (max-width: 768px) {
      a.label.small > .text, div.label.small > .text {
        padding: 0 16px; } }
    a.label.small > .text > .arrow, div.label.small > .text > .arrow {
      width: calc(8.5em / 16 * 3);
      height: calc(8.5em / 16 * 3); }
  a.label.large > .image, div.label.large > .image {
    width: 120px;
    height: 120px; }
    @media screen and (max-width: 768px) {
      a.label.large > .image, div.label.large > .image {
        width: 80px;
        height: 80px; } }
  a.label.large > .text, div.label.large > .text {
    flex: 1;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 32px; }
    @media screen and (max-width: 768px) {
      a.label.large > .text, div.label.large > .text {
        padding: 0 16px; } }
    a.label.large > .text > .arrow, div.label.large > .text > .arrow {
      width: calc(8.5em / 16 * 3);
      height: calc(8.5em / 16 * 3); }
  a.label.white, div.label.white {
    background: var(--white); }
    a.label.white *, div.label.white * {
      color: var(--text); }
  a.label.blue, div.label.blue {
    background: var(--key2); }
    a.label.blue *, div.label.blue * {
      color: var(--white); }
    a.label.blue > .image, div.label.blue > .image {
      background: var(--white); }
    a.label.blue > .text > .arrow, div.label.blue > .text > .arrow {
      background: var(--white); }
  a.label.green, div.label.green {
    background: #4CAF50; }
    a.label.green *, div.label.green * {
      color: var(--white); }
    a.label.green > .image, div.label.green > .image {
      background: var(--white); }
  a.label.transparent, div.label.transparent {
    background: var(--border-light-white);
    border: solid 1px var(--white);
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    a.label.transparent *, div.label.transparent * {
      color: var(--text); }
    a.label.transparent > .text > .arrow, div.label.transparent > .text > .arrow {
      background: var(--key2); }
      a.label.transparent > .text > .arrow img, div.label.transparent > .text > .arrow img {
        filter: brightness(0) invert(1); }
    a.label.transparent:hover, div.label.transparent:hover {
      background: var(--key1);
      border: solid 1px 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; }
  a.label.no-images, div.label.no-images {
    justify-content: space-between;
    min-height: 5.125em; }
    a.label.no-images > .text, div.label.no-images > .text {
      padding-right: 16px; }
      a.label.no-images > .text .arrow, div.label.no-images > .text .arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 1.64em;
        height: 1.64em;
        padding: .41em;
        background: var(--key1);
        border-radius: 4px; }
        a.label.no-images > .text .arrow img, div.label.no-images > .text .arrow img {
          filter: invert(1); }
  a.label:hover > .image img, div.label: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; }
a.button, div.button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: calc(8.5em / 32 * 3);
  padding: 6px;
  background: var(--key2);
  border-radius: 6px;
  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; }
  a.button > .text, div.button > .text {
    padding: 0 12px;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
  a.button > .icon, div.button > .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: calc(8.5em / 16);
    background: var(--border-light-white);
    border-radius: 2px; }
  a.button.small, div.button.small {
    max-width: 14.35em;
    margin-left: auto; }
    a.button.small > .text, div.button.small > .text {
      font-size: .85em; }
    a.button.small > .icon, div.button.small > .icon {
      width: calc(8.5em / 8 * 2);
      height: calc(8.5em / 8 * 2); }
  a.button.large, div.button.large {
    max-width: 18.45em;
    margin-left: auto; }
    a.button.large > .icon, div.button.large > .icon {
      width: calc(8.5em / 8 * 3);
      height: calc(8.5em / 8 * 3); }
      a.button.large > .icon img, div.button.large > .icon img {
        width: calc(8.5em / 8 * 1);
        height: calc(8.5em / 8 * 1); }
  a.button.blue, div.button.blue {
    background: var(--key2); }
    a.button.blue *, div.button.blue * {
      color: var(--color-white); }
    a.button.blue > .icon img, div.button.blue > .icon img {
      filter: brightness(0) invert(1); }
    a.button.blue:hover, div.button.blue:hover {
      background: var(--key1); }
  a.button.white, div.button.white {
    background: var(--white); }
    a.button.white > .icon, div.button.white > .icon {
      background: var(--lightblue); }
    a.button.white:hover, div.button.white:hover {
      background: var(--key2);
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
      a.button.white:hover > .text, div.button.white:hover > .text {
        color: var(--white);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
  a.button:hover i, div.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; }
    a.button:hover i img, div.button:hover i img {
      animation: arrowAnimation .328s 0s ease-in-out 1; }
  a.button.left, div.button.left {
    justify-content: flex-start; }
  a.button.center, div.button.center {
    justify-content: center; }
  a.button.right, div.button.right {
    justify-content: flex-end; }

@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); }

.idx {
  position: relative;
  z-index: 15; }
  .idx hgroup:has(h2) {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .idx hgroup:has(h2) {
        align-items: flex-start;
        flex-direction: column; } }
    .idx hgroup:has(h2) h2 {
      display: flex;
      align-items: center;
      font-size: 1.435em;
      font-weight: normal; }
      .idx hgroup:has(h2) h2::after {
        content: '｜';
        display: block;
        margin: 0 calc(8.5rem / 8); }
        @media screen and (max-width: 768px) {
          .idx hgroup:has(h2) h2::after {
            display: none; } }
    .idx hgroup:has(h2) + * {
      margin-top: calc(8.5em / 16 * 3); }
  .idx.idx_mainvisual {
    z-index: 10;
    width: 100vw;
    padding-bottom: calc((146/1360 * 100vw) + (8.5em / 8 * 8)); }
    @media screen and (max-width: 768px) {
      .idx.idx_mainvisual {
        padding-bottom: calc(8.5em / 8 * 8); } }
    .idx.idx_mainvisual::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 15;
      display: block;
      width: 100%;
      height: 100%;
      background: url(images/noise.png);
      background-repeat: repeat;
      background-size: 100px;
      pointer-events: none;
      opacity: .5; }
    .idx.idx_mainvisual::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 15;
      display: block;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, transparent, var(--key1));
      opacity: .5; }
    .idx.idx_mainvisual * {
      color: var(--white); }
    .idx.idx_mainvisual .background {
      position: fixed;
      top: 0;
      left: 0;
      z-index: -5;
      width: 100vw;
      height: 100vh;
      pointer-events: none;
      filter: brightness(0.7175); }
    .idx.idx_mainvisual .wrapper {
      position: relative;
      z-index: 20;
      width: calc(100% / 32 * 27);
      margin: 0 auto; }
    .idx.idx_mainvisual .copy_wrapper {
      padding-top: 51.25vh; }
      @media screen and (max-width: 768px) {
        .idx.idx_mainvisual .copy_wrapper {
          padding-top: 41vh; } }
      .idx.idx_mainvisual .copy_wrapper dl > dt {
        font-size: calc(8.5em / 8 * 4);
        font-weight: 600;
        line-height: 1.23; }
        @media screen and (max-width: 768px) {
          .idx.idx_mainvisual .copy_wrapper dl > dt {
            font-size: calc(8.5em / 8 * 3); } }
        .idx.idx_mainvisual .copy_wrapper dl > dt + dd {
          margin-top: calc(8.5em / 8 * 4); }
      .idx.idx_mainvisual .copy_wrapper dl > dd {
        line-height: 2; }
      .idx.idx_mainvisual .copy_wrapper + * {
        margin-top: calc(8.5em / 8 * 4); }
    .idx.idx_mainvisual .button_wrapper ul {
      display: flex;
      align-items: center;
      gap: 8px 16px; }
      @media screen and (max-width: 768px) {
        .idx.idx_mainvisual .button_wrapper ul {
          align-items: normal;
          flex-direction: column; } }
    .idx.idx_mainvisual .arch {
      position: absolute;
      bottom: -1px;
      z-index: 20;
      width: 100%;
      aspect-ratio: 1360/146;
      background: url(images/arch.svg) center;
      background-repeat: repeat; }
  .idx.idx_gallery {
    background: var(--gray1); }
    .idx.idx_gallery .card_wrapper {
      position: relative;
      z-index: 15;
      aspect-ratio: 1360/680; }
      @media screen and (max-width: 768px) {
        .idx.idx_gallery .card_wrapper {
          aspect-ratio: 1360/1360; } }
      .idx.idx_gallery .card_wrapper .figure {
        position: absolute;
        height: auto; }
        .idx.idx_gallery .card_wrapper .figure.vertical > div {
          aspect-ratio: 4/5;
          border-radius: 8px;
          overflow: hidden;
          line-height: 0; }
        .idx.idx_gallery .card_wrapper .figure.horizal > div {
          aspect-ratio: 3/2;
          border-radius: 8px;
          overflow: hidden;
          line-height: 0; }
        .idx.idx_gallery .card_wrapper .figure.figure1 {
          left: 50%;
          top: calc(8.5em / 8 * -10); }
          @media screen and (max-width: 768px) {
            .idx.idx_gallery .card_wrapper .figure.figure1 {
              left: 55%;
              top: calc((8.5em / 8 * 4) * -1); } }
          .idx.idx_gallery .card_wrapper .figure.figure1 > div {
            width: calc(8.5em / 8 * 20);
            transform: rotate(5deg); }
            @media screen and (max-width: 768px) {
              .idx.idx_gallery .card_wrapper .figure.figure1 > div {
                width: calc(8.5em / 8 * 10); } }
        .idx.idx_gallery .card_wrapper .figure.figure2 {
          top: calc(50% - (8.5em / 8* 21 * 1.25) / 4);
          left: calc(60% + ((8.5em / 21 * 20) / 4 * 3)); }
          @media screen and (max-width: 768px) {
            .idx.idx_gallery .card_wrapper .figure.figure2 {
              top: calc((8.5em / 8 * 16) * (2 / 3));
              left: calc(50% + ((8.5em / 8 * 16) / 4 * 1)); } }
          .idx.idx_gallery .card_wrapper .figure.figure2 > div {
            width: calc(8.5em / 8 * 21);
            transform: rotate(-6deg); }
            @media screen and (max-width: 768px) {
              .idx.idx_gallery .card_wrapper .figure.figure2 > div {
                width: calc(8.5em / 8 * 16); } }
        .idx.idx_gallery .card_wrapper .figure.figure3 {
          top: calc((8.5em / 8 * 21 * .66) / 2);
          left: calc(35% - ((8.5em / 8 * 21) / 2)); }
          @media screen and (max-width: 768px) {
            .idx.idx_gallery .card_wrapper .figure.figure3 {
              top: calc(((8.5em / 8 * 12) * (2 / 3)) / 2);
              left: calc(25% - ((8.5em / 8 * 12) / 2)); } }
          .idx.idx_gallery .card_wrapper .figure.figure3 > div {
            width: calc(8.5em / 8 * 21);
            transform: rotate(-4deg); }
            @media screen and (max-width: 768px) {
              .idx.idx_gallery .card_wrapper .figure.figure3 > div {
                width: calc(8.5em / 8 * 12); } }
        .idx.idx_gallery .card_wrapper .figure.figure4 {
          top: calc((8.5em / 8 * 20 * 1.2) / -8);
          left: 0; }
          @media screen and (max-width: 768px) {
            .idx.idx_gallery .card_wrapper .figure.figure4 {
              top: calc(((8.5em / 8 * 12) * (2 / 3)) / -2);
              left: calc((8.5em / 8 * 12) / 8); } }
          .idx.idx_gallery .card_wrapper .figure.figure4 > div {
            width: calc(8.5em / 8 * 20);
            transform: rotate(5deg); }
            @media screen and (max-width: 768px) {
              .idx.idx_gallery .card_wrapper .figure.figure4 > div {
                width: calc(8.5em / 8 * 12); } }
        .idx.idx_gallery .card_wrapper .figure.figure5 {
          top: calc((8.5em / 8 * 10 * 1.2) / 8 * 9);
          left: calc(20% - ((8.5em / 8 * 10) / 2)); }
          @media screen and (max-width: 768px) {
            .idx.idx_gallery .card_wrapper .figure.figure5 {
              top: calc(((8.5em / 8 * 8) * ( 2/3 )) / 8 * 9);
              left: calc(50% - ((8.5em / 8 * 8) / 2)); } }
          .idx.idx_gallery .card_wrapper .figure.figure5 > div {
            width: calc(8.5em / 8 * 10);
            transform: rotate(-3deg); }
            @media screen and (max-width: 768px) {
              .idx.idx_gallery .card_wrapper .figure.figure5 > div {
                width: calc(8.5em / 8 * 8); } }
        .idx.idx_gallery .card_wrapper .figure.figure6 {
          top: calc(8.5em / 8 * -5);
          left: calc(65% + (8.5em / 8 * 12)); }
          @media screen and (max-width: 768px) {
            .idx.idx_gallery .card_wrapper .figure.figure6 {
              top: calc(((8.5em / 8 * 6) * 1.2) * .5);
              left: calc(60% + (8.5em / 8 * 6)); } }
          .idx.idx_gallery .card_wrapper .figure.figure6 > div {
            width: calc(8.5em / 8 * 12);
            transform: rotate(-2deg); }
            @media screen and (max-width: 768px) {
              .idx.idx_gallery .card_wrapper .figure.figure6 > div {
                width: calc(8.5em / 8 * 6); } }
        .idx.idx_gallery .card_wrapper .figure.figure7 {
          top: 50%;
          left: calc(50% - ((8.5em / 8 * 20) / 2)); }
          @media screen and (max-width: 768px) {
            .idx.idx_gallery .card_wrapper .figure.figure7 {
              top: calc(50% + (8.5em / 8 * 14) * (2/3) / 4);
              left: calc(50% - ((8.5em / 8 * 14) / 1)); } }
          .idx.idx_gallery .card_wrapper .figure.figure7 > div {
            width: calc(8.5em / 8 * 20);
            transform: rotate(5deg); }
            @media screen and (max-width: 768px) {
              .idx.idx_gallery .card_wrapper .figure.figure7 > div {
                width: calc(8.5em / 8 * 14); } }
        .idx.idx_gallery .card_wrapper .figure.figure8 {
          top: calc((8.5em / 8* 17* 1.25) / 8 * 11);
          left: calc(100% - ((8.5em / 8 * 17) / 4 * 3)); }
          @media screen and (max-width: 768px) {
            .idx.idx_gallery .card_wrapper .figure.figure8 {
              top: calc((8.5em / 21* 17* 1.25) / 8 * 11);
              left: calc(100% - ((8.5em / 21 * 17) / 4 * 3)); } }
          .idx.idx_gallery .card_wrapper .figure.figure8 > div {
            width: calc(8.5em / 8 * 17);
            transform: rotate(-7deg); }
            @media screen and (max-width: 768px) {
              .idx.idx_gallery .card_wrapper .figure.figure8 > div {
                width: calc(8.5em / 21 * 17); } }
      .idx.idx_gallery .card_wrapper.done > .figure > div img {
        opacity: 0;
        transform: scale(0.85); }
      .idx.idx_gallery .card_wrapper.gone > .figure:nth-child(0) > div img {
        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); }
      .idx.idx_gallery .card_wrapper.gone > .figure:nth-child(1) > div img {
        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); }
      .idx.idx_gallery .card_wrapper.gone > .figure:nth-child(2) > div img {
        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); }
      .idx.idx_gallery .card_wrapper.gone > .figure:nth-child(3) > div img {
        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); }
      .idx.idx_gallery .card_wrapper.gone > .figure:nth-child(4) > div img {
        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); }
      .idx.idx_gallery .card_wrapper.gone > .figure:nth-child(5) > div img {
        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); }
      .idx.idx_gallery .card_wrapper.gone > .figure:nth-child(6) > div img {
        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); }
      .idx.idx_gallery .card_wrapper.gone > .figure:nth-child(7) > div img {
        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); }
      .idx.idx_gallery .card_wrapper.gone > .figure:nth-child(8) > div img {
        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); }
  .idx.lowerRoots {
    padding: calc(8.5em / 8 * 4) 0;
    background: var(--gray1);
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .idx.lowerRoots {
        padding: calc(8.5em / 8 * 4) 0; } }
    .idx.lowerRoots .wrapper {
      width: 100%;
      margin: 0 auto;
      padding: 0 32px; }
      @media screen and (max-width: 768px) {
        .idx.lowerRoots .wrapper {
          padding: 0 24px; } }
      .idx.lowerRoots .wrapper .lowerRoots_body {
        margin-left: auto;
        margin-right: auto; }
        .idx.lowerRoots .wrapper .lowerRoots_body.medium {
          max-width: 1440px; }
        .idx.lowerRoots .wrapper .lowerRoots_body.large {
          max-width: 1680px; }
        .idx.lowerRoots .wrapper .lowerRoots_body + .lowerRoots_body {
          margin-top: calc(8.5em / 8 * 4); }
    .idx.lowerRoots .lowerRoots_wrapper ul {
      display: flex;
      flex-direction: column;
      gap: calc(8.5em / 8 * 2); }
      @media screen and (max-width: 768px) {
        .idx.lowerRoots .lowerRoots_wrapper ul {
          gap: calc(8.5em / 8 * 1); } }
      .idx.lowerRoots .lowerRoots_wrapper ul > li {
        position: relative;
        height: calc(100vh - (8.5em / 8 * 5));
        border-radius: calc(8.5em / 32);
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .idx.lowerRoots .lowerRoots_wrapper ul > li {
            height: calc(141.4vw - (8.5em / 8 * 5)); } }
        .idx.lowerRoots .lowerRoots_wrapper ul > li .background {
          position: absolute;
          top: 0;
          left: 0;
          z-index: -5;
          width: 100%;
          height: 100%; }
        .idx.lowerRoots .lowerRoots_wrapper ul > li a.card {
          display: flex;
          align-items: flex-end;
          justify-content: flex-end;
          width: 100%;
          height: 100%;
          padding: calc(8.5em / 8 * 2); }
          @media screen and (max-width: 768px) {
            .idx.lowerRoots .lowerRoots_wrapper ul > li a.card {
              padding: calc(8.5em / 16 * 3); } }
          .idx.lowerRoots .lowerRoots_wrapper ul > li a.card > .text {
            width: 32.8em;
            max-width: 100%;
            padding: calc(8.5em / 8 * 2);
            background: rgba(31, 69, 94, 0.41);
            border-radius: calc(8.5em / 32);
            overflow: hidden;
            -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px); }
            @media screen and (max-width: 768px) {
              .idx.lowerRoots .lowerRoots_wrapper ul > li a.card > .text {
                padding: calc(8.5em / 16 * 3); } }
            .idx.lowerRoots .lowerRoots_wrapper ul > li a.card > .text * {
              color: var(--color-white); }
            .idx.lowerRoots .lowerRoots_wrapper ul > li a.card > .text .inner {
              display: flex;
              align-items: flex-start;
              flex-direction: column;
              justify-content: space-between;
              gap: calc(8.5em / 8 * 3);
              height: 100%; }
              @media screen and (max-width: 768px) {
                .idx.lowerRoots .lowerRoots_wrapper ul > li a.card > .text .inner {
                  gap: calc(8.5em / 16 * 3); } }
    .idx.lowerRoots .lowerRoots_recruit {
      display: flex;
      flex-wrap: wrap; }
      @media screen and (max-width: 768px) {
        .idx.lowerRoots .lowerRoots_recruit {
          flex-direction: column; } }
      .idx.lowerRoots .lowerRoots_recruit > .left {
        flex: 3; }
        .idx.lowerRoots .lowerRoots_recruit > .left dl > dt {
          font-weight: 600; }
          .idx.lowerRoots .lowerRoots_recruit > .left dl > dt .jp {
            font-size: 2.05em;
            color: var(--key2); }
          .idx.lowerRoots .lowerRoots_recruit > .left dl > dt .en {
            font-size: .85em; }
          .idx.lowerRoots .lowerRoots_recruit > .left dl > dt + * {
            margin-top: calc(8.5em / 16 * 3); }
        .idx.lowerRoots .lowerRoots_recruit > .left dl + * {
          margin-top: calc(8.5em / 8 * 3); }
          @media screen and (max-width: 768px) {
            .idx.lowerRoots .lowerRoots_recruit > .left dl + * {
              margin-top: calc(8.5em / 8 * 2); } }
        .idx.lowerRoots .lowerRoots_recruit > .left ul {
          border-top: solid 1px var(--border-light-black); }
          .idx.lowerRoots .lowerRoots_recruit > .left ul > li {
            border-bottom: solid 1px var(--border-light-black); }
            .idx.lowerRoots .lowerRoots_recruit > .left ul > li a {
              display: flex;
              align-items: center;
              padding: calc(8.5em / 8) 0; }
              .idx.lowerRoots .lowerRoots_recruit > .left ul > li a > .text {
                position: relative;
                z-index: 15;
                display: flex;
                align-items: center;
                gap: calc(8.5em / 8);
                font-size: 1.23em; }
                .idx.lowerRoots .lowerRoots_recruit > .left ul > li a > .text::before {
                  content: '';
                  display: block;
                  width: 6px;
                  height: 1.435em;
                  background: var(--key2);
                  border-top-right-radius: 6px;
                  border-bottom-right-radius: 6px; }
              .idx.lowerRoots .lowerRoots_recruit > .left ul > li a .button {
                transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                -moz-transition: cubic-bezier(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_recruit > .left ul > li:hover .button {
              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; }
      .idx.lowerRoots .lowerRoots_recruit > .right {
        flex: 2; }
        @media screen and (max-width: 768px) {
          .idx.lowerRoots .lowerRoots_recruit > .right {
            display: none; } }
        .idx.lowerRoots .lowerRoots_recruit > .right .page_visual {
          width: 100%;
          max-width: 320px;
          aspect-ratio: 5/6;
          margin: 0 auto;
          border-radius: 8px;
          overflow: hidden;
          line-height: 1; }
          .idx.lowerRoots .lowerRoots_recruit > .right .page_visual img {
            opacity: 1;
            transform: scale(1);
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
            .idx.lowerRoots .lowerRoots_recruit > .right .page_visual img.fade-out {
              opacity: 0;
              transform: scale(0.9);
              transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    .idx.lowerRoots .lowerRoots_beigginner {
      position: relative;
      z-index: 15;
      border-radius: 12px;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .idx.lowerRoots .lowerRoots_beigginner {
          width: calc(100% + 32px);
          margin-left: -16px !important;
          margin-right: -16px !important;
          border-radius: 8px; } }
      .idx.lowerRoots .lowerRoots_beigginner > .background {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -5;
        width: 100%;
        height: 100%;
        padding-left: 20%; }
        @media screen and (max-width: 768px) {
          .idx.lowerRoots .lowerRoots_beigginner > .background {
            position: relative;
            padding-left: 0;
            margin-bottom: -1px; } }
        .idx.lowerRoots .lowerRoots_beigginner > .background::after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 100%;
          height: 100%;
          background: linear-gradient(to right, var(--key1) 25%, transparent 50%); }
          @media screen and (max-width: 768px) {
            .idx.lowerRoots .lowerRoots_beigginner > .background::after {
              background: linear-gradient(to top, var(--key1) 1%, transparent 20%); } }
      .idx.lowerRoots .lowerRoots_beigginner > .content {
        padding: calc(8.5em / 8 * 4); }
        @media screen and (max-width: 768px) {
          .idx.lowerRoots .lowerRoots_beigginner > .content {
            padding: calc(8.5em / 16 * 5) calc(8.5em / 16 * 4);
            background: var(--key1); } }
        .idx.lowerRoots .lowerRoots_beigginner > .content dl * {
          color: var(--white); }
        .idx.lowerRoots .lowerRoots_beigginner > .content dl > dt {
          font-weight: 600; }
          .idx.lowerRoots .lowerRoots_beigginner > .content dl > dt .jp {
            font-size: 2.05em; }
          .idx.lowerRoots .lowerRoots_beigginner > .content dl > dt .en {
            font-size: .85em; }
          .idx.lowerRoots .lowerRoots_beigginner > .content dl > dt + * {
            margin-top: calc(8.5em / 16 * 3); }
        .idx.lowerRoots .lowerRoots_beigginner > .content dl > dd .lead {
          font-size: 2.05em; }
          @media screen and (max-width: 768px) {
            .idx.lowerRoots .lowerRoots_beigginner > .content dl > dd .lead {
              font-size: 1.64em; } }
          .idx.lowerRoots .lowerRoots_beigginner > .content dl > dd .lead + * {
            margin-top: calc(8.5em / 8); }
        .idx.lowerRoots .lowerRoots_beigginner > .content dl + * {
          margin-top: calc(8.5em / 8 * 3); }
        .idx.lowerRoots .lowerRoots_beigginner > .content .button_wrapper ul {
          display: flex;
          align-items: center;
          gap: calc(8.5em / 8 * 1); }
          @media screen and (max-width: 768px) {
            .idx.lowerRoots .lowerRoots_beigginner > .content .button_wrapper ul {
              align-items: normal;
              flex-direction: column; } }
    .idx.lowerRoots .lowerRoots_culture > .lowerRoots_culture_body ul {
      display: flex;
      gap: calc(8.5em / 16 * 1) calc(8.5em / 16 * 3); }
      @media screen and (max-width: 768px) {
        .idx.lowerRoots .lowerRoots_culture > .lowerRoots_culture_body ul {
          flex-direction: column; } }
      .idx.lowerRoots .lowerRoots_culture > .lowerRoots_culture_body ul > li {
        flex: 1; }
        .idx.lowerRoots .lowerRoots_culture > .lowerRoots_culture_body ul > li .card {
          display: flex;
          flex-direction: column;
          height: 100%;
          background: var(--white);
          border-radius: 8px;
          overflow: hidden; }
          .idx.lowerRoots .lowerRoots_culture > .lowerRoots_culture_body ul > li .card > .image {
            position: relative;
            z-index: 15;
            aspect-ratio: 3/2;
            overflow: hidden;
            line-height: 1; }
            .idx.lowerRoots .lowerRoots_culture > .lowerRoots_culture_body ul > li .card > .image img {
              transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
              -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
              -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
              -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
          .idx.lowerRoots .lowerRoots_culture > .lowerRoots_culture_body ul > li .card > .text {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            gap: calc(8.5em / 16 * 3);
            padding: calc(8.5em / 16 * 3); }
            .idx.lowerRoots .lowerRoots_culture > .lowerRoots_culture_body ul > li .card > .text .text_body {
              display: flex;
              flex-direction: column;
              gap: calc(8.5em / 32); }
            .idx.lowerRoots .lowerRoots_culture > .lowerRoots_culture_body ul > li .card > .text .title {
              position: relative;
              z-index: 15;
              font-size: 1.23em; }
              .idx.lowerRoots .lowerRoots_culture > .lowerRoots_culture_body ul > li .card > .text .title::before {
                content: '';
                position: absolute;
                left: calc(8.5rem / 16 * -3);
                display: block;
                width: 6px;
                height: 1.435em;
                background: var(--key2);
                border-top-right-radius: 6px;
                border-bottom-right-radius: 6px; }
          .idx.lowerRoots .lowerRoots_culture > .lowerRoots_culture_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; }
          .idx.lowerRoots .lowerRoots_culture > .lowerRoots_culture_body ul > li .card:hover > .text .button {
            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; }
      .idx.lowerRoots .lowerRoots_culture > .lowerRoots_culture_body ul.done > li {
        opacity: 0;
        transform: scale(0.85); }
      .idx.lowerRoots .lowerRoots_culture > .lowerRoots_culture_body ul.gone > li: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); }
      .idx.lowerRoots .lowerRoots_culture > .lowerRoots_culture_body ul.gone > li: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); }
      .idx.lowerRoots .lowerRoots_culture > .lowerRoots_culture_body ul.gone > li: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); }
      .idx.lowerRoots .lowerRoots_culture > .lowerRoots_culture_body ul.gone > li: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); }
      .idx.lowerRoots .lowerRoots_culture > .lowerRoots_culture_body ul.gone > li: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); }
      .idx.lowerRoots .lowerRoots_culture > .lowerRoots_culture_body ul.gone > li: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); }
      .idx.lowerRoots .lowerRoots_culture > .lowerRoots_culture_body ul.gone > li: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); }
      .idx.lowerRoots .lowerRoots_culture > .lowerRoots_culture_body ul.gone > li: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); }
      .idx.lowerRoots .lowerRoots_culture > .lowerRoots_culture_body ul.gone > li: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); }
    .idx.lowerRoots .lowerRoots_member > .lowerRoots_member_body ul > li .card {
      display: flex;
      flex-direction: column; }
      .idx.lowerRoots .lowerRoots_member > .lowerRoots_member_body ul > li .card > .image {
        position: relative;
        z-index: 15;
        aspect-ratio: 5/6;
        border-radius: 8px;
        overflow: hidden;
        line-height: 1; }
        .idx.lowerRoots .lowerRoots_member > .lowerRoots_member_body ul > li .card > .image .category {
          position: absolute;
          top: 12px;
          left: 12px;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: calc(8.5em / 32) calc(8.5em / 16);
          background: var(--key2);
          border-radius: 4px;
          overflow: hidden;
          font-size: .85em;
          color: var(--white);
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
        .idx.lowerRoots .lowerRoots_member > .lowerRoots_member_body ul > li .card > .image img {
          transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
      .idx.lowerRoots .lowerRoots_member > .lowerRoots_member_body ul > li .card > .text {
        padding: calc(8.5em / 8); }
        .idx.lowerRoots .lowerRoots_member > .lowerRoots_member_body ul > li .card > .text .title {
          font-size: 1.23em; }
      .idx.lowerRoots .lowerRoots_member > .lowerRoots_member_body ul > li .card:hover > .image .category {
        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; }
      .idx.lowerRoots .lowerRoots_member > .lowerRoots_member_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; }
    .idx.lowerRoots .lowerRoots_member > .lowerRoots_member_body ul.done > li {
      opacity: 0;
      transform: scale(0.85); }
    .idx.lowerRoots .lowerRoots_member > .lowerRoots_member_body ul.gone > li: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); }
    .idx.lowerRoots .lowerRoots_member > .lowerRoots_member_body ul.gone > li: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); }
    .idx.lowerRoots .lowerRoots_member > .lowerRoots_member_body ul.gone > li: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); }
    .idx.lowerRoots .lowerRoots_member > .lowerRoots_member_body ul.gone > li: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); }
    .idx.lowerRoots .lowerRoots_member > .lowerRoots_member_body ul.gone > li: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); }
    .idx.lowerRoots .lowerRoots_member > .lowerRoots_member_body ul.gone > li: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); }
    .idx.lowerRoots .lowerRoots_member > .lowerRoots_member_body ul.gone > li: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); }
    .idx.lowerRoots .lowerRoots_member > .lowerRoots_member_body ul.gone > li: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); }
    .idx.lowerRoots .lowerRoots_member > .lowerRoots_member_body ul.gone > li: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); }
    .idx.lowerRoots .lowerRoots_member > .lowerRoots_member_body .swiper-button-wrapper {
      position: relative;
      z-index: 15;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 8px;
      margin-top: calc(8.5em / 16 * 3);
      --swiper-navigation-size: 1em;
      --swiper-navigation-color: var(--white); }
      .idx.lowerRoots .lowerRoots_member > .lowerRoots_member_body .swiper-button-wrapper .swiper-button-prev, .idx.lowerRoots .lowerRoots_member > .lowerRoots_member_body .swiper-button-wrapper .swiper-button-next {
        position: relative;
        margin: 0;
        padding: 0;
        top: initial;
        left: initial;
        right: initial;
        bottom: initial;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2.46em;
        height: 2.46em;
        background: var(--key2);
        border-radius: 4px; }

header#pageHeader {
  position: relative;
  z-index: 15;
  padding-top: calc((8.5em / 8) * 5); }
  @media screen and (max-width: 768px) {
    header#pageHeader {
      padding-top: calc(8.5em / 8 * 4); } }
  header#pageHeader .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden; }
    header#pageHeader .background img {
      filter: brightness(0.615); }
  header#pageHeader .wrapper {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: calc(8.5em / 8 * 1);
    width: calc(100% / 32 * 28);
    margin: 0 auto;
    padding: calc(8.5em / 8 * 4) 0 calc(8.5em / 8); }
    @media screen and (max-width: 768px) {
      header#pageHeader .wrapper {
        flex-wrap: wrap;
        width: calc(100% / 32 * 28);
        padding-top: calc(8.5em / 8 * 2); } }
    header#pageHeader .wrapper hgroup {
      position: relative;
      z-index: 15;
      display: flex;
      flex-direction: column; }
      header#pageHeader .wrapper hgroup h1 {
        display: flex;
        align-items: center;
        gap: calc(8.5em / 64 * 3);
        font-size: 2.05em;
        font-weight: 600;
        color: var(--key2); }
      header#pageHeader .wrapper hgroup span {
        position: relative;
        z-index: 15;
        font-weight: 400;
        line-height: 1;
        color: var(--text);
        text-transform: capitalize; }
  header#pageHeader.briefing-head .wrapper {
    width: calc(100% / 32 * 31);
    max-width: 1440px;
    padding: calc(8.5em / 8) 0; }
    @media screen and (max-width: 768px) {
      header#pageHeader.briefing-head .wrapper {
        padding: calc(8.5em / 16) 0; }
        header#pageHeader.briefing-head .wrapper * {
          color: var(--white); } }
    header#pageHeader.briefing-head .wrapper::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: -5;
      display: block;
      width: 100%;
      height: 100%;
      background: var(--lightblue); }
    header#pageHeader.briefing-head .wrapper hgroup {
      position: absolute;
      bottom: 0;
      padding: calc(8.5em / 8 * 3); }
      @media screen and (max-width: 768px) {
        header#pageHeader.briefing-head .wrapper hgroup {
          padding: calc(8.5em / 8 * 2); } }
    header#pageHeader.briefing-head .wrapper .bg-gallery-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 8px;
      width: 100%;
      max-width: 1080px;
      margin: 0;
      margin-left: auto;
      padding: 0;
      list-style: none; }
      @media screen and (max-width: 768px) {
        header#pageHeader.briefing-head .wrapper .bg-gallery-grid {
          gap: 4px; } }
      header#pageHeader.briefing-head .wrapper .bg-gallery-grid .bg-gallery-item {
        aspect-ratio: 1/1;
        border-radius: 8px;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          header#pageHeader.briefing-head .wrapper .bg-gallery-grid .bg-gallery-item {
            border-radius: 4px;
            filter: brightness(0.8); } }
  header#pageHeader.entry-head .wrapper {
    justify-content: center; }
  header#pageHeader:has(.background) .wrapper {
    align-items: flex-end;
    min-height: 410px;
    padding-bottom: calc(8.5em / 8 * 3); }
    @media screen and (max-width: 768px) {
      header#pageHeader:has(.background) .wrapper {
        min-height: 205px; } }
    header#pageHeader:has(.background) .wrapper * {
      color: var(--white); }
  header#pageHeader:has(.background) + .-page > .wrapper {
    padding-top: 0; }

.-page {
  position: relative;
  z-index: 25; }
  .-page > .wrapper {
    display: block;
    width: calc(100% / 16 * 15);
    margin: 0 auto;
    padding: calc(8.5em / 8 * 4) 0 calc(8.5em / 8 * 8); }
    @media screen and (max-width: 768px) {
      .-page > .wrapper {
        padding: calc(8.5em / 16 * 4) 0 calc(8.5em / 16 * 6); } }
    .-page > .wrapper.flex_wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: calc(8.5em / 8 * 2) calc(8.5em / 8 * 2); }
      @media screen and (max-width: 768px) {
        .-page > .wrapper.flex_wrapper {
          flex-direction: column; } }
      .-page > .wrapper.flex_wrapper > .left_side {
        width: calc(8.5em / 8 * 14); }
        @media screen and (max-width: 768px) {
          .-page > .wrapper.flex_wrapper > .left_side {
            display: none; } }
        .-page > .wrapper.flex_wrapper > .left_side .sticky {
          top: calc(8.5em / 1); }
          .-page > .wrapper.flex_wrapper > .left_side .sticky h5 {
            display: flex;
            align-items: center;
            column-gap: calc(8.5em / 24);
            font-size: 1em;
            font-weight: 500; }
            .-page > .wrapper.flex_wrapper > .left_side .sticky h5::before {
              content: '';
              display: block;
              width: 1em;
              height: 1em;
              background: url(images/icon/menu.svg); }
            .-page > .wrapper.flex_wrapper > .left_side .sticky h5 + * {
              margin-top: calc(8.5em / 8); }
          .-page > .wrapper.flex_wrapper > .left_side .sticky > ul {
            counter-reset: num;
            display: flex;
            flex-direction: column;
            gap: calc(8.5em / 12); }
            @media screen and (max-width: 768px) {
              .-page > .wrapper.flex_wrapper > .left_side .sticky > ul {
                padding: calc(8.5em / 16 * 3);
                background: #f7f7f7;
                border-radius: calc(8.5em / 16 * 1); } }
            .-page > .wrapper.flex_wrapper > .left_side .sticky > ul > li {
              display: flex;
              align-items: center;
              opacity: .5; }
              .-page > .wrapper.flex_wrapper > .left_side .sticky > ul > li a {
                display: flex;
                align-items: center;
                gap: calc(8.5em / 16);
                font-weight: 600;
                font-size: .9em; }
                .-page > .wrapper.flex_wrapper > .left_side .sticky > ul > li a::before {
                  counter-increment: num;
                  content: "0" counter(num);
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  width: 2.05em;
                  min-width: 2.05em;
                  height: 2.05em;
                  background: linear-gradient(135deg, var(--color-black) 75%, var(--color-key4));
                  border-radius: calc(8.5em / 32);
                  overflow: hidden;
                  font-weight: 500;
                  color: var(--color-white); }
              .-page > .wrapper.flex_wrapper > .left_side .sticky > ul > li.active, .-page > .wrapper.flex_wrapper > .left_side .sticky > ul > li:hover {
                opacity: 1; }
            .-page > .wrapper.flex_wrapper > .left_side .sticky > ul.anker > li a::before {
              content: '';
              width: .41em;
              min-width: .41em;
              height: .615em;
              clip-path: polygon(0 0, 100% 50%, 0 100%); }
      .-page > .wrapper.flex_wrapper > .right_side {
        width: calc(100% - ((8.5em / 8 * 14) + (8.5em / 8 * 2)));
        min-width: 767px; }
        @media screen and (max-width: 768px) {
          .-page > .wrapper.flex_wrapper > .right_side {
            width: 100%;
            min-width: 100%; } }
    .-page > .wrapper.document_wrapper {
      width: calc(100% / 16 * 12); }
      @media screen and (max-width: 768px) {
        .-page > .wrapper.document_wrapper {
          width: calc(100% / 16 * 14); } }
  .-page .page_main .page_body .page_block hgroup {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .-page .page_main .page_body .page_block hgroup:has(h2) {
      padding-top: calc(8.5em / 16);
      border-top: solid 1px var(--color-gray); }
    .-page .page_main .page_body .page_block hgroup:has(h3) {
      padding-bottom: calc(8.5em / 16);
      border-bottom: solid 1px var(--color-gray); }
    .-page .page_main .page_body .page_block hgroup span {
      position: relative;
      z-index: 15;
      letter-spacing: -.0205em;
      font-size: .85em;
      color: var(--color-black); }
    .-page .page_main .page_body .page_block hgroup h2 {
      font-size: 1.845em;
      font-weight: var(--fontweight-8);
      color: var(--key2); }
      @media screen and (max-width: 768px) {
        .-page .page_main .page_body .page_block hgroup h2 {
          font-size: 1.5575em; } }
    .-page .page_main .page_body .page_block hgroup h3 {
      font-size: 1.5575em;
      font-weight: var(--fontweight-8); }
      @media screen and (max-width: 768px) {
        .-page .page_main .page_body .page_block hgroup h3 {
          font-size: 1.3325em; } }
    .-page .page_main .page_body .page_block hgroup .sub {
      color: var(--color-key1); }
    .-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(8.5em / 8 * 8); }
    @media screen and (max-width: 768px) {
      .-page .page_main .page_body .page_block ~ .page_block {
        margin-top: calc(8.5em / 8 * 4); } }
  .-page .page_main .page_body .page_block .page_cell ~ .page_cell {
    margin-top: calc(8.5em / 8 * 6); }
    @media screen and (max-width: 768px) {
      .-page .page_main .page_body .page_block .page_cell ~ .page_cell {
        margin-top: calc(8.5em / 8 * 4); } }

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

article.-single {
  position: relative;
  z-index: 25; }
  article.-single > .wrapper {
    display: block;
    width: calc(100% / 16 * 14);
    margin: 0 auto;
    padding: calc(8.5em / 8 * 4) 0 calc(8.5em / 8 * 8); }
    article.-single > .wrapper.flex_wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: calc(8.5em / 8 * 2) calc(8.5em / 8 * 4); }
      @media screen and (max-width: 768px) {
        article.-single > .wrapper.flex_wrapper {
          flex-direction: column; } }
      article.-single > .wrapper.flex_wrapper > .left_side {
        flex: 2;
        min-width: calc(8.5em / 8 * 8); }
        @media screen and (max-width: 768px) {
          article.-single > .wrapper.flex_wrapper > .left_side {
            display: none; } }
        article.-single > .wrapper.flex_wrapper > .left_side .sticky {
          top: calc(8.5em / 1); }
          article.-single > .wrapper.flex_wrapper > .left_side .sticky > ul.navigation {
            display: flex;
            flex-direction: column;
            gap: calc(8.5em / 12); }
            @media screen and (max-width: 768px) {
              article.-single > .wrapper.flex_wrapper > .left_side .sticky > ul.navigation {
                padding: calc(8.5em / 16 * 3);
                background: #f7f7f7;
                border-radius: calc(8.5em / 16 * 1); } }
            article.-single > .wrapper.flex_wrapper > .left_side .sticky > ul.navigation > li {
              display: flex;
              align-items: center;
              column-gap: calc(8.5em / 16);
              opacity: .5; }
              article.-single > .wrapper.flex_wrapper > .left_side .sticky > ul.navigation > li::after {
                content: '';
                display: block;
                width: 1.23em;
                height: 1.23em;
                background: url(images/icon/arrow.svg);
                opacity: 0;
                transform: translateX(calc(8.5em / -16));
                transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
              article.-single > .wrapper.flex_wrapper > .left_side .sticky > ul.navigation > li a {
                font-weight: 700;
                font-size: 1.435em; }
                @media screen and (max-width: 768px) {
                  article.-single > .wrapper.flex_wrapper > .left_side .sticky > ul.navigation > li a {
                    font-size: 1.23em; } }
              article.-single > .wrapper.flex_wrapper > .left_side .sticky > ul.navigation > li.current, article.-single > .wrapper.flex_wrapper > .left_side .sticky > ul.navigation > li:hover {
                opacity: 1; }
              article.-single > .wrapper.flex_wrapper > .left_side .sticky > ul.navigation > li:hover::after {
                opacity: 1;
                transform: translateX(0);
                transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
          article.-single > .wrapper.flex_wrapper > .left_side .sticky .title {
            display: flex;
            align-items: center;
            gap: calc(8.5em / 16);
            margin-top: calc(8.5em / 16 * 4); }
            article.-single > .wrapper.flex_wrapper > .left_side .sticky .title::before {
              content: '';
              display: block;
              width: calc(8.5em / 32);
              height: 1em;
              background: linear-gradient(to bottom, var(--color-key1) 50%, var(--color-key3) 50%); }
            article.-single > .wrapper.flex_wrapper > .left_side .sticky .title + * {
              margin-top: calc(8.5em / 8); }
      article.-single > .wrapper.flex_wrapper > .right_side {
        flex: 7; }
      article.-single > .wrapper.flex_wrapper::after {
        content: '';
        flex: 2;
        display: block; }
        @media screen and (max-width: 768px) {
          article.-single > .wrapper.flex_wrapper::after {
            display: none; } }
  article.-single .single_main .thumbnail + * {
    margin-top: calc(8.5em / 16 * 3); }
  article.-single .single_main .single_body {
    display: flex;
    flex-direction: column;
    gap: calc(8.5em / 16 * 1); }
    article.-single .single_main .single_body + * {
      margin-top: calc(8.5em / 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(8.5em / 8) 0 calc(8.5em / 8 * 3); }
  nav.pageanker ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: calc(8.5em / 16) calc(8.5em / 8); }
    nav.pageanker ul > li a {
      display: flex;
      align-items: center;
      gap: calc(8.5em / 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(8.5em / 64);
        overflow: hidden;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
        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(8.5em / 8 * 2) 0 calc(8.5em / 8 * 2);
  background: #f0f0f0; }
  .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(8.5em / 8 * 4); }
      @media screen and (max-width: 768px) {
        .page_navigation .wrapper .nextpage {
          align-items: flex-end;
          justify-content: space-between;
          column-gap: calc(8.5em / 8 * 2);
          width: 100%; } }
      .page_navigation .wrapper .nextpage > .text {
        display: flex;
        align-items: center;
        column-gap: calc(8.5em / 16 * 3); }
        .page_navigation .wrapper .nextpage > .text hgroup p {
          line-height: 1.3325; }
          .page_navigation .wrapper .nextpage > .text hgroup p.en {
            font-size: 2.05em; }
        .page_navigation .wrapper .nextpage > .text i {
          display: flex;
          align-items: center;
          min-height: 1.64em;
          padding: 0 calc(8.5em / 10);
          background: var(--color-black);
          border-radius: 8.5em; }
          .page_navigation .wrapper .nextpage > .text i img {
            display: block;
            width: .9em;
            height: .9em;
            filter: brightness(0) invert(1); }
      .page_navigation .wrapper .nextpage > .image {
        width: calc(8.5em / 8 * 8); }
        @media screen and (max-width: 768px) {
          .page_navigation .wrapper .nextpage > .image {
            width: calc(8.5em / 8 * 7); } }
        .page_navigation .wrapper .nextpage > .image div {
          aspect-ratio: 1/1;
          border-radius: calc(8.5em / 16);
          overflow: hidden; }

.about_philosophy {
  position: relative;
  z-index: 15;
  padding: calc(8.5em / 8 * 6) 0; }
  @media screen and (max-width: 768px) {
    .about_philosophy {
      padding: calc(8.5em / 8 * 3) 0; } }
  .about_philosophy::before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(100% / 30 * -1);
    right: calc(100% / 30 * -1);
    z-index: -5;
    display: block;
    width: calc(100% / 15 * 16);
    height: 100%;
    background: var(--key1); }
  .about_philosophy * {
    color: var(--white); }
  .about_philosophy .about_philosophy-body {
    width: 100%;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 768px) {
      .about_philosophy .about_philosophy-body .lead {
        padding: 0 16px; } }
    .about_philosophy .about_philosophy-body .lead > span {
      display: block;
      margin-bottom: 1.64em;
      font-size: .85em; }
    .about_philosophy .about_philosophy-body .lead dl > dt {
      font-size: calc(8.5em / 8 * 4);
      font-weight: 600;
      line-height: 1.23; }
      @media screen and (max-width: 768px) {
        .about_philosophy .about_philosophy-body .lead dl > dt {
          font-size: calc(8.5em / 8 * 2); } }
      .about_philosophy .about_philosophy-body .lead dl > dt + dd {
        margin-top: calc(8.5em / 8 * 2); }
        @media screen and (max-width: 768px) {
          .about_philosophy .about_philosophy-body .lead dl > dt + dd {
            margin-top: calc(8.5em / 8 * 1); } }
    .about_philosophy .about_philosophy-body .lead dl > dd {
      display: flex;
      flex-wrap: wrap;
      gap: 16px 48px; }
      .about_philosophy .about_philosophy-body .lead dl > dd .text {
        width: 100%;
        max-width: 670px; }
      .about_philosophy .about_philosophy-body .lead dl > dd .talker {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px; }
        .about_philosophy .about_philosophy-body .lead dl > dd .talker .icon {
          display: block;
          width: calc(8.5em / 8 * 5);
          height: calc(8.5em / 8 * 5);
          border: solid 4px var(--border-light-white);
          border-radius: calc(8.5em / 8 * 5);
          overflow: hidden; }
        .about_philosophy .about_philosophy-body .lead dl > dd .talker .profile {
          display: flex;
          flex-direction: column; }
          .about_philosophy .about_philosophy-body .lead dl > dd .talker .profile > .position {
            font-size: .85em; }
          .about_philosophy .about_philosophy-body .lead dl > dd .talker .profile > .name {
            display: flex;
            align-items: baseline;
            gap: 8px; }
            .about_philosophy .about_philosophy-body .lead dl > dd .talker .profile > .name div.en {
              font-size: 10px; }
    .about_philosophy .about_philosophy-body .lead + * {
      margin-top: calc(8.5em / 8 * 3); }
      @media screen and (max-width: 768px) {
        .about_philosophy .about_philosophy-body .lead + * {
          margin-top: calc(8.5em / 8 * 2); } }
    .about_philosophy .about_philosophy-body .movie {
      padding: 0 40px; }
      @media screen and (max-width: 768px) {
        .about_philosophy .about_philosophy-body .movie {
          padding: 0; } }
  .about_philosophy .about_philosophy-foot {
    width: 100%;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(8.5em / 8 * 3);
    padding: 0 40px; }
    @media screen and (max-width: 768px) {
      .about_philosophy .about_philosophy-foot {
        margin-top: calc(8.5em / 8 * 2);
        padding: 0 16px; } }
    .about_philosophy .about_philosophy-foot > .about_philosophy-foot_wrapper .card_wrapper {
      display: flex;
      gap: 16px 32px; }
      @media screen and (max-width: 768px) {
        .about_philosophy .about_philosophy-foot > .about_philosophy-foot_wrapper .card_wrapper {
          flex-direction: column; } }
      .about_philosophy .about_philosophy-foot > .about_philosophy-foot_wrapper .card_wrapper > .card {
        flex: 1;
        background: var(--border-light-white);
        border: solid 1px var(--white);
        border-radius: 8px;
        overflow: hidden; }
        .about_philosophy .about_philosophy-foot > .about_philosophy-foot_wrapper .card_wrapper > .card > .title {
          padding: calc(8.5em / 8) calc(8.5em / 16 * 3);
          border-bottom: solid 1px var(--white); }
        .about_philosophy .about_philosophy-foot > .about_philosophy-foot_wrapper .card_wrapper > .card > .content {
          padding: calc(8.5em / 16 * 3); }

.about_business {
  position: relative;
  z-index: 15; }
  .about_business .about_business-body {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto; }
    .about_business .about_business-body .about_business-body_wrapper {
      width: 100%;
      max-width: 1130px;
      margin: 0 auto; }
    .about_business .about_business-body .about-container {
      position: relative; }
      .about_business .about_business-body .about-container .swiper-button-wrapper {
        position: relative;
        z-index: 15;
        display: none;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
        margin-top: calc(8.5em / 16 * 3);
        --swiper-navigation-size: 1em;
        --swiper-navigation-color: var(--white); }
        @media screen and (max-width: 768px) {
          .about_business .about_business-body .about-container .swiper-button-wrapper {
            display: flex; } }
        .about_business .about_business-body .about-container .swiper-button-wrapper .swiper-button-prev, .about_business .about_business-body .about-container .swiper-button-wrapper .swiper-button-next {
          position: relative;
          margin: 0;
          padding: 0;
          top: initial;
          left: initial;
          right: initial;
          bottom: initial;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 2.46em;
          height: 2.46em;
          background: var(--key2);
          border-radius: 4px; }
    .about_business .about_business-body ul > li > .image {
      aspect-ratio: 5/6;
      background: var(--gray1);
      border-radius: 8px;
      overflow: hidden; }
    .about_business .about_business-body ul > li > .text {
      margin-top: calc(8.5em / 16 * 3); }
      .about_business .about_business-body ul > li > .text dl > dt {
        font-size: 1.435em;
        font-weight: 600; }
        .about_business .about_business-body ul > li > .text dl > dt + * {
          margin-top: calc(8.5em / 16); }

.about_company .about_company-body {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto; }
  .about_company .about_company-body .about_company-body_wrapper {
    width: 100%;
    max-width: 960px;
    margin-left: auto; }
.about_company ul.table > li {
  display: flex;
  align-items: baseline;
  padding: calc(8.5em / 16 * 1) calc(8.5em / 16 * 4); }
  @media screen and (max-width: 768px) {
    .about_company ul.table > li {
      gap: 8px;
      padding: calc(8.5em / 16 * 1) calc(8.5em / 16 * 1); } }
  .about_company ul.table > li .title {
    flex: 2;
    color: var(--color-gray); }
  .about_company ul.table > li .content {
    flex: 8; }
.about_company ul.table + * {
  margin-top: calc(8.5em / 8 * 2);
  padding-top: calc(8.5em / 8 * 2);
  border-top: solid 1px var(--border-light-black); }
  @media screen and (max-width: 768px) {
    .about_company ul.table + * {
      margin-top: calc(8.5em / 16 * 3);
      padding-top: calc(8.5em / 16 * 3); } }
.about_company ul.desc {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 32); }
  .about_company ul.desc > li {
    display: flex;
    align-items: center;
    gap: calc(8.5em / 16); }
    .about_company ul.desc > li::before {
      content: '';
      display: block;
      width: calc(8.5em / 16);
      min-width: calc(8.5em / 16);
      height: calc(8.5em / 16);
      background: var(--color-key1);
      border-radius: 1em; }

.about_history .about_history-body {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto; }
  .about_history .about_history-body .about_history-body_wrapper {
    width: 100%;
    max-width: 960px;
    margin-left: auto; }
.about_history ul.timeline {
  position: relative;
  z-index: 15;
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 8 * 2); }
  .about_history ul.timeline .century {
    font-weight: 600;
    font-size: 3.28em; }
    @media screen and (max-width: 768px) {
      .about_history ul.timeline .century {
        font-size: 2.87em; } }
    .about_history ul.timeline .century + * {
      margin-top: calc(8.5em / 8 * 1); }
  .about_history ul.timeline ul.list {
    padding-left: calc(8.5em / 8 * 8); }
    @media screen and (max-width: 768px) {
      .about_history ul.timeline ul.list {
        padding-left: calc(8.5em / 8 * 3); } }
.about_history ul.list {
  position: relative;
  z-index: 15;
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 8 * 1); }
  .about_history ul.list::before, .about_history ul.list::after {
    content: '';
    position: absolute;
    display: block;
    background: var(--text); }
  .about_history ul.list::before {
    left: calc(((8.5em / 2) - (3px / 2)) * 1);
    bottom: 0;
    width: 3px;
    height: 100%; }
    @media screen and (max-width: 768px) {
      .about_history ul.list::before {
        left: calc(((8.5em / 16 * 3) - (3px / 2)) * 1); } }
  .about_history ul.list::after {
    left: calc(((8.5em / 2) - (16px / 2)) * 1);
    bottom: 0;
    width: 16px;
    height: 16px;
    border-radius: 16px; }
    @media screen and (max-width: 768px) {
      .about_history ul.list::after {
        left: calc(((8.5em / 16 * 3) - (16px / 2)) * 1); } }
  .about_history ul.list > li {
    display: flex;
    align-items: baseline;
    row-gap: calc(8.5em / 32 * 1); }
    @media screen and (max-width: 768px) {
      .about_history ul.list > li {
        flex-direction: column; } }
    .about_history ul.list > li > .year {
      width: 2.87em;
      font-size: 1.64em;
      font-weight: 600; }
    .about_history ul.list > li > .content {
      display: flex;
      flex-direction: column;
      gap: calc(8.5em / 8 * 1); }
      @media screen and (max-width: 768px) {
        .about_history ul.list > li > .content {
          gap: calc(8.5em / 32 * 3); } }
      .about_history ul.list > li > .content > .block {
        display: flex;
        align-items: baseline;
        gap: calc(8.5em / 8 * 2); }
        @media screen and (max-width: 768px) {
          .about_history ul.list > li > .content > .block {
            gap: calc(8.5em / 8 * 1); } }
        .about_history ul.list > li > .content > .block > .month {
          width: 1em;
          font-size: 1.1275em;
          font-weight: 600; }
          @media screen and (max-width: 768px) {
            .about_history ul.list > li > .content > .block > .month {
              width: 3.28em;
              min-width: 3.28em;
              text-align: right; } }

.about_ceritification .about_ceritification-body {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto; }
  .about_ceritification .about_ceritification-body .about_ceritification-body_wrapper {
    width: 100%;
    max-width: 960px;
    margin-left: auto; }
.about_ceritification ul.list {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 16 * 3); }
  @media screen and (max-width: 768px) {
    .about_ceritification ul.list {
      gap: calc(8.5em / 16 * 2); } }
  .about_ceritification ul.list > li {
    display: flex;
    align-items: center;
    gap: calc(8.5em / 8 * 3); }
    @media screen and (max-width: 768px) {
      .about_ceritification ul.list > li {
        gap: calc(8.5em / 16 * 3); } }
    .about_ceritification ul.list > li > .image {
      width: calc(8.5em / 1);
      min-width: calc(8.5em / 1);
      height: calc(8.5em / 1);
      background: var(--gray1);
      border: solid 1px var(--border-light-black);
      border-radius: 6px;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .about_ceritification ul.list > li > .image {
          width: calc(8.5em / 8 * 6);
          min-width: calc(8.5em / 8 * 6);
          height: calc(8.5em / 8 * 6); } }
    .about_ceritification ul.list > li > .text {
      font-size: 1.3325em;
      font-weight: 600; }
      @media screen and (max-width: 768px) {
        .about_ceritification ul.list > li > .text {
          font-size: 1.23em; } }

.strength_movie {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }
  .strength_movie + * {
    margin-top: calc(8.5em / 16 * 3); }

.strength_numbers .strength_numbers-body {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }
  .strength_numbers .strength_numbers-body .strength_numbers-body_wrapper {
    width: 100%;
    max-width: 960px;
    margin-left: auto; }
.strength_numbers .parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 8px; }
  .strength_numbers .parent .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: calc(8.5em / 16 * 5) calc(8.5em / 16 * 3);
    background: var(--gray3); }
    .strength_numbers .parent .item.div1 {
      grid-area: 1 / 1 / 2 / 2; }
    .strength_numbers .parent .item.div2 {
      grid-area: 1 / 2 / 2 / 3; }
    .strength_numbers .parent .item.div3 {
      grid-area: 2 / 1 / 3 / 2; }
    .strength_numbers .parent .item.div4 {
      grid-area: 2 / 2 / 3 / 3; }
    .strength_numbers .parent .item.div5 {
      grid-area: 3 / 1 / 4 / 2; }
    .strength_numbers .parent .item.div6 {
      grid-area: 3 / 2 / 4 / 3; }
    .strength_numbers .parent .item.div7 {
      grid-area: 4 / 1 / 6 / 3; }
    .strength_numbers .parent .item.div8 {
      grid-area: 1 / 3 / 3 / 5; }
    .strength_numbers .parent .item.div9 {
      grid-area: 3 / 3 / 4 / 4; }
    .strength_numbers .parent .item.div10 {
      grid-area: 3 / 4 / 4 / 5; }
    .strength_numbers .parent .item.div11 {
      grid-area: 4 / 3 / 5 / 5; }
    .strength_numbers .parent .item.div12 {
      grid-area: 5 / 3 / 6 / 4; }
    .strength_numbers .parent .item.div13 {
      grid-area: 5 / 4 / 6 / 5; }
    .strength_numbers .parent .item .title {
      font-weight: 600;
      font-size: 1.1275em;
      text-align: center; }
    .strength_numbers .parent .item .number {
      display: flex;
      align-items: baseline;
      justify-content: center;
      font-weight: 600; }
      .strength_numbers .parent .item .number .num {
        font-size: 4.1em;
        color: var(--key2); }
      .strength_numbers .parent .item .number .attr {
        font-size: 1.3325em; }
    .strength_numbers .parent .item .subtext {
      font-size: .85em;
      font-weight: 600; }
    .strength_numbers .parent .item .image {
      flex: 1;
      width: 100%;
      margin-top: calc(8.5em / 16 * 2); }
      .strength_numbers .parent .item .image img {
        width: 100%;
        height: auto; }
  @media screen and (max-width: 768px) {
    .strength_numbers .parent {
      grid-template-columns: repeat(2, auto);
      grid-template-rows: repeat(10, auto); }
      .strength_numbers .parent .item {
        padding: calc(8.5em / 16 * 3); }
        .strength_numbers .parent .item.div1 {
          grid-area: 1 / 1 / 2 / 2; }
        .strength_numbers .parent .item.div2 {
          grid-area: 1 / 2 / 2 / 3; }
        .strength_numbers .parent .item.div3 {
          grid-area: 2 / 1 / 3 / 2; }
        .strength_numbers .parent .item.div4 {
          grid-area: 2 / 2 / 3 / 3; }
        .strength_numbers .parent .item.div5 {
          grid-area: 3 / 1 / 4 / 2; }
        .strength_numbers .parent .item.div6 {
          grid-area: 3 / 2 / 4 / 3; }
        .strength_numbers .parent .item.div7 {
          grid-area: 4 / 1 / 6 / 3; }
        .strength_numbers .parent .item.div8 {
          grid-area: 6 / 1 / 8 / 3; }
        .strength_numbers .parent .item.div9 {
          grid-area: 8 / 1 / 9 / 2; }
        .strength_numbers .parent .item.div10 {
          grid-area: 8 / 2 / 9 / 3; }
        .strength_numbers .parent .item.div11 {
          grid-area: 9 / 1 / 10 / 3; }
        .strength_numbers .parent .item.div12 {
          grid-area: 10 / 1 / 11 / 2; }
        .strength_numbers .parent .item.div13 {
          grid-area: 10 / 2 / 11 / 3; }
        .strength_numbers .parent .item .number .num {
          font-size: 3.28em; } }

.strength_benefit .strength_benefit-body {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto; }
.strength_benefit ul.card {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 16 * 3);
  counter-reset: num; }
  @media screen and (max-width: 768px) {
    .strength_benefit ul.card {
      gap: calc(8.5em / 16 * 2); } }
  .strength_benefit ul.card > li {
    position: relative;
    z-index: 15;
    display: flex;
    flex-direction: row-reverse;
    padding: calc(8.5em / 8);
    background: var(--key1);
    border-radius: 8px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .strength_benefit ul.card > li {
        flex-direction: column;
        padding: calc(8.5em / 16); } }
    .strength_benefit ul.card > li > .image {
      width: 35%;
      aspect-ratio: 3/2;
      border-radius: 6px;
      overflow: hidden;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        .strength_benefit ul.card > li > .image {
          width: 100%; } }
    .strength_benefit ul.card > li > .text {
      width: 65%;
      display: flex;
      flex-direction: column;
      gap: calc(8.5em / 8);
      padding: calc(8.5em / 8 * 3); }
      @media screen and (max-width: 768px) {
        .strength_benefit ul.card > li > .text {
          width: 100%;
          padding: calc(8.5em / 16 * 3) calc(8.5em / 8 * 1); } }
      .strength_benefit ul.card > li > .text::before {
        counter-increment: num;
        content: counter(num);
        display: block;
        font-weight: 600;
        font-size: 1.64em;
        color: var(--white); }
        @media screen and (max-width: 768px) {
          .strength_benefit ul.card > li > .text::before {
            position: absolute;
            top: 0; } }
      .strength_benefit ul.card > li > .text * {
        color: var(--white); }
      .strength_benefit ul.card > li > .text dl > dt {
        font-size: 1.435em;
        font-weight: 600; }
        .strength_benefit ul.card > li > .text dl > dt + * {
          margin-top: calc(8.5em / 8); }
      .strength_benefit ul.card > li > .text dl > dd {
        max-width: 32.8em;
        line-height: 1.5;
        text-align: justify; }

.strength_welfare .strength_welfare-body {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto; }
  .strength_welfare .strength_welfare-body .strength_welfare-body_wrapper {
    width: 100%;
    max-width: 960px;
    margin-left: auto; }
.strength_welfare ul.block {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 16 * 4); }
  .strength_welfare ul.block > li .title {
    display: flex;
    align-items: center;
    gap: calc(8.5em / 16);
    padding-bottom: calc(8.5em / 32);
    border-bottom: solid 1px var(--text);
    font-size: 1.3325em;
    font-weight: 600; }
    .strength_welfare ul.block > li .title::before {
      content: '';
      display: block;
      width: calc(8.5em / 16 * 1);
      min-width: calc(8.5em / 16 * 1);
      height: calc(8.5em / 16 * 1);
      border-radius: calc(8.5em / 16 * 1);
      background: var(--key2); }
    .strength_welfare ul.block > li .title + * {
      margin-top: calc(8.5em / 16 * 1); }
.strength_welfare ul.table > li {
  display: flex;
  align-items: baseline;
  padding: calc(8.5em / 16 * 1) calc(8.5em / 16 * 3);
  border-bottom: dashed 1px var(--text); }
  @media screen and (max-width: 768px) {
    .strength_welfare ul.table > li {
      gap: 8px;
      padding: calc(8.5em / 16 * 1) calc(8.5em / 16 * 1); } }
  .strength_welfare ul.table > li .head {
    flex: 2;
    color: var(--key2); }
    @media screen and (max-width: 768px) {
      .strength_welfare ul.table > li .head {
        flex: 3; } }
  .strength_welfare ul.table > li .description {
    flex: 8; }
.strength_welfare ul.table + * {
  margin-top: calc(8.5em / 8 * 2);
  padding-top: calc(8.5em / 8 * 2);
  border-top: solid 1px var(--border-light-black); }
  @media screen and (max-width: 768px) {
    .strength_welfare ul.table + * {
      margin-top: calc(8.5em / 16 * 3);
      padding-top: calc(8.5em / 16 * 3); } }

.strength_business .strength_business-head {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }
  .strength_business .strength_business-head .strength_business-head_wrapper {
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto; }
  .strength_business .strength_business-head + * {
    margin-top: calc(8.5em / 16 * 4); }
.strength_business .strength_business-body {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }
  .strength_business .strength_business-body .strength_business-body_wrapper {
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto; }
  .strength_business .strength_business-body ul.card {
    display: flex;
    flex-direction: column;
    gap: calc(8.5em / 16 * 3); }
    @media screen and (max-width: 768px) {
      .strength_business .strength_business-body ul.card {
        gap: calc(8.5em / 16 * 2); } }
    .strength_business .strength_business-body ul.card > li a {
      display: flex;
      background: var(--gray3);
      border-radius: 8px;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .strength_business .strength_business-body ul.card > li a {
          flex-direction: column; } }
      .strength_business .strength_business-body ul.card > li a > .image {
        flex: 1;
        aspect-ratio: 16/9;
        line-height: 1;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .strength_business .strength_business-body ul.card > li a > .image {
            width: 100%; } }
      .strength_business .strength_business-body ul.card > li a > .text {
        flex: 1;
        display: flex;
        align-items: center;
        padding: 0 calc(8.5em / 8 * 2); }
        @media screen and (max-width: 768px) {
          .strength_business .strength_business-body ul.card > li a > .text {
            padding: calc(8.5em / 16 * 3) calc(8.5em / 8 * 1); } }
        .strength_business .strength_business-body ul.card > li a > .text dl > dt {
          font-size: 1.435em;
          font-weight: 600; }
          .strength_business .strength_business-body ul.card > li a > .text dl > dt + * {
            margin-top: calc(8.5em / 8); }
        .strength_business .strength_business-body ul.card > li a > .text dl > dd {
          line-height: 1.5;
          text-align: justify; }

.location_main .location_main-body .location_item {
  position: relative;
  z-index: 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; }
  .location_main .location_main-body .location_item::before {
    content: '';
    position: absolute;
    top: 0;
    z-index: -1;
    display: block;
    width: calc(100% / 15 * 16);
    height: 0;
    margin-left: calc(100% / 30 * -1);
    margin-right: calc(100% / 30 * -1);
    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; }
  .location_main .location_main-body .location_item.open {
    padding-top: calc(8.5em / 8);
    padding-bottom: calc(8.5em / 8 * 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; }
    .location_main .location_main-body .location_item.open::before {
      height: 100%;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    .location_main .location_main-body .location_item.open * {
      color: var(--white); }
    .location_main .location_main-body .location_item.open .location_item-head {
      border-color: var(--white); }
      .location_main .location_main-body .location_item.open .location_item-head > h2::before {
        background: url(images/icon/minus.svg), var(--color-gray);
        background-size: .5em, cover;
        background-position: center;
        background-repeat: no-repeat; }
    @media screen and (max-width: 768px) {
      .location_main .location_main-body .location_item.open .location_item-body {
        padding-top: calc(8.5em / 8); } }
  .location_main .location_main-body .location_item .location_item-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: calc(8.5em / 16) 0;
    border-top: solid 1px var(--color-gray); }
    .location_main .location_main-body .location_item .location_item-head > h2 {
      display: flex;
      align-items: center;
      gap: calc(8.5em / 16);
      font-size: 1.845em;
      font-weight: var(--fontweight-8); }
      @media screen and (max-width: 768px) {
        .location_main .location_main-body .location_item .location_item-head > h2 {
          font-size: 1.435em; } }
      .location_main .location_main-body .location_item .location_item-head > h2::before {
        content: '';
        display: block;
        width: 1.1275em;
        height: 1.1275em;
        background: url(images/icon/plus.svg), var(--key2);
        background-size: .5em, cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 6px;
        overflow: hidden; }
    .location_main .location_main-body .location_item .location_item-head > span {
      font-size: .9em; }
      @media screen and (max-width: 768px) {
        .location_main .location_main-body .location_item .location_item-head > span {
          font-size: .85em; } }
  .location_main .location_main-body .location_item .location_item-body {
    display: none; }
    .location_main .location_main-body .location_item .location_item-body hgroup {
      border-color: var(--white) !important; }
    .location_main .location_main-body .location_item .location_item-body .location_item-body_wrapper {
      display: flex;
      gap: 24px 64px;
      width: 100%;
      max-width: 1080px;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 768px) {
        .location_main .location_main-body .location_item .location_item-body .location_item-body_wrapper {
          flex-direction: column; } }
      .location_main .location_main-body .location_item .location_item-body .location_item-body_wrapper > .left_side {
        width: calc(100% / 26 * 16); }
        @media screen and (max-width: 768px) {
          .location_main .location_main-body .location_item .location_item-body .location_item-body_wrapper > .left_side {
            width: 100%; } }
      .location_main .location_main-body .location_item .location_item-body .location_item-body_wrapper > .right_side {
        width: calc(100% / 26 * 10); }
        @media screen and (max-width: 768px) {
          .location_main .location_main-body .location_item .location_item-body .location_item-body_wrapper > .right_side {
            width: 100%; } }
    .location_main .location_main-body .location_item .location_item-body .location_item-body_gallery .gallery-body figure img {
      display: block;
      width: 100%;
      aspect-ratio: 3/2;
      border-radius: 6px;
      overflow: hidden;
      line-height: 1; }
    .location_main .location_main-body .location_item .location_item-body .location_item-body_gallery .gallery-body figure figcaption {
      margin: 8px 0;
      text-align: center; }
    .location_main .location_main-body .location_item .location_item-body .location_item-body_gallery .gallery-body + * {
      margin-top: calc(8.5em / 8); }
    .location_main .location_main-body .location_item .location_item-body .location_item-body_gallery .gallery-foot ul {
      display: flex;
      flex-wrap: wrap;
      gap: 8px; }
      .location_main .location_main-body .location_item .location_item-body .location_item-body_gallery .gallery-foot ul > li {
        display: block;
        width: calc(8.5em / 8 * 6);
        aspect-ratio: 1/1;
        border-radius: 6px;
        overflow: hidden;
        line-height: 0;
        opacity: .5; }
        @media screen and (max-width: 768px) {
          .location_main .location_main-body .location_item .location_item-body .location_item-body_gallery .gallery-foot ul > li {
            width: calc(8.5em / 8 * 4); } }
        .location_main .location_main-body .location_item .location_item-body .location_item-body_gallery .gallery-foot ul > li.current {
          opacity: 1; }
    .location_main .location_main-body .location_item .location_item-body .location_item-body_gallery + * {
      margin-top: calc(8.5em / 32 * 8); }
    .location_main .location_main-body .location_item .location_item-body .location_item-body_message .message-body {
      display: flex;
      align-items: center;
      gap: 16px; }
      @media screen and (max-width: 768px) {
        .location_main .location_main-body .location_item .location_item-body .location_item-body_message .message-body {
          flex-direction: column-reverse;
          padding: 0 calc(8.5em / 16 * 3); } }
      .location_main .location_main-body .location_item .location_item-body .location_item-body_message .message-body > .text {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px; }
        .location_main .location_main-body .location_item .location_item-body .location_item-body_message .message-body > .text .icon {
          display: block;
          width: calc(8.5em / 8 * 5);
          height: calc(8.5em / 8 * 5);
          border: solid 4px var(--border-light-white);
          border-radius: calc(8.5em / 8 * 5);
          overflow: hidden; }
        .location_main .location_main-body .location_item .location_item-body .location_item-body_message .message-body > .text .profile {
          display: flex;
          flex-direction: column; }
          .location_main .location_main-body .location_item .location_item-body .location_item-body_message .message-body > .text .profile > .position {
            font-size: .85em; }
      .location_main .location_main-body .location_item .location_item-body .location_item-body_message .message-body > .image {
        flex: 1;
        aspect-ratio: 16/9;
        border-radius: 8px;
        overflow: hidden; }
    .location_main .location_main-body .location_item .location_item-body .location_item-body_info ul.table {
      display: flex;
      flex-direction: column;
      gap: calc(8.5em / 32 * 3); }
      @media screen and (max-width: 768px) {
        .location_main .location_main-body .location_item .location_item-body .location_item-body_info ul.table {
          padding: calc(8.5em / 16 * 3);
          background: rgba(0, 0, 0, 0.328);
          border-radius: 8px; } }
      .location_main .location_main-body .location_item .location_item-body .location_item-body_info ul.table > li .title {
        font-weight: 600;
        font-size: .9em; }
      .location_main .location_main-body .location_item .location_item-body .location_item-body_info ul.table + * {
        margin-top: calc(8.5em / 32 * 6); }
        @media screen and (max-width: 768px) {
          .location_main .location_main-body .location_item .location_item-body .location_item-body_info ul.table + * {
            margin-top: calc(8.5em / 32 * 4); } }
    .location_main .location_main-body .location_item .location_item-body .location_item-body_info .googlemap {
      display: block;
      aspect-ratio: 16/9;
      background: var(--border-light-black);
      border-radius: 8px;
      overflow: hidden; }
    .location_main .location_main-body .location_item .location_item-body .location_item-body_info + * {
      margin-top: calc(8.5em / 32 * 8); }
    .location_main .location_main-body .location_item .location_item-body .location_item-body_link * {
      color: var(--text); }
    .location_main .location_main-body .location_item .location_item-body .location_item-body_link ul {
      display: flex;
      flex-direction: column;
      gap: calc(8.5em / 16); }

.safety_item {
  position: relative;
  z-index: 15; }
  .safety_item .safety_item-head > * + * {
    margin-top: calc(8.5em / 8); }
  .safety_item .safety_item-head ul.list {
    display: flex;
    gap: calc(8.5em / 16) calc(8.5em / 8); }
    @media screen and (max-width: 768px) {
      .safety_item .safety_item-head ul.list {
        flex-direction: column; } }
    .safety_item .safety_item-head ul.list > li {
      flex: 1;
      display: flex;
      align-items: center;
      padding: calc(8.5em / 16);
      background: var(--gray3);
      border-radius: 8px;
      overflow: hidden; }
      .safety_item .safety_item-head ul.list > li .image {
        width: 80px;
        border-radius: 6px;
        overflow: hidden;
        line-height: 0; }
        @media screen and (max-width: 768px) {
          .safety_item .safety_item-head ul.list > li .image {
            width: 70px; } }
      .safety_item .safety_item-head ul.list > li .text {
        flex: 1;
        padding: 0 calc(8.5em / 8); }
  .safety_item .safety_item-head + * {
    margin-top: calc(8.5em / 16 * 4); }
  .safety_item .safety_item-body {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto; }
    .safety_item .safety_item-body .safety_item-body_gallery .gallery-head + * {
      margin-top: calc(8.5em / 8); }
    .safety_item .safety_item-body .safety_item-body_gallery .gallery-body figure img {
      display: block;
      width: 100%;
      aspect-ratio: 3/2;
      border-radius: 6px;
      overflow: hidden;
      line-height: 1; }
    .safety_item .safety_item-body .safety_item-body_gallery .gallery-body figure figcaption {
      margin: 8px 0;
      text-align: center; }
    .safety_item .safety_item-body .safety_item-body_gallery .gallery-body + * {
      margin-top: calc(8.5em / 8); }
    .safety_item .safety_item-body .safety_item-body_gallery .gallery-foot ul {
      display: flex;
      flex-wrap: wrap;
      gap: 8px; }
      .safety_item .safety_item-body .safety_item-body_gallery .gallery-foot ul > li {
        display: block;
        width: calc(8.5em / 8 * 6);
        aspect-ratio: 1/1;
        border-radius: 6px;
        overflow: hidden;
        line-height: 0;
        opacity: .5; }
        @media screen and (max-width: 768px) {
          .safety_item .safety_item-body .safety_item-body_gallery .gallery-foot ul > li {
            width: calc(8.5em / 8 * 4); } }
        .safety_item .safety_item-body .safety_item-body_gallery .gallery-foot ul > li.current {
          opacity: 1; }
    .safety_item .safety_item-body .safety_item-body_gallery + * {
      margin-top: calc(8.5em / 32 * 8); }

.begginers_main .begginers_main-body .begginers_item {
  position: relative;
  z-index: 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; }
  .begginers_main .begginers_main-body .begginers_item.open {
    padding-top: calc(8.5em / 8);
    padding-bottom: calc(8.5em / 8 * 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; }
    .begginers_main .begginers_main-body .begginers_item.open .begginers_item-head > h2::before {
      background: url(images/icon/minus.svg), var(--color-gray);
      background-size: .5em, cover;
      background-position: center;
      background-repeat: no-repeat; }
    .begginers_main .begginers_main-body .begginers_item.open .begginers_item-body {
      padding-top: calc(8.5em / 8); }
      @media screen and (max-width: 768px) {
        .begginers_main .begginers_main-body .begginers_item.open .begginers_item-body {
          padding-top: calc(8.5em / 8); } }
  .begginers_main .begginers_main-body .begginers_item .begginers_item-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: calc(8.5em / 16) 0;
    border-top: solid 1px var(--color-gray); }
    .begginers_main .begginers_main-body .begginers_item .begginers_item-head > h2 {
      display: flex;
      align-items: center;
      gap: calc(8.5em / 16);
      font-size: 1.845em;
      font-weight: var(--fontweight-8); }
      @media screen and (max-width: 768px) {
        .begginers_main .begginers_main-body .begginers_item .begginers_item-head > h2 {
          font-size: 1.435em; } }
      .begginers_main .begginers_main-body .begginers_item .begginers_item-head > h2::before {
        content: '';
        display: block;
        width: 1.1275em;
        height: 1.1275em;
        background: url(images/icon/plus.svg), var(--key2);
        background-size: .5em, cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 6px;
        overflow: hidden; }
    .begginers_main .begginers_main-body .begginers_item .begginers_item-head > span {
      display: block;
      margin-left: auto;
      font-size: .9em; }
      @media screen and (max-width: 768px) {
        .begginers_main .begginers_main-body .begginers_item .begginers_item-head > span {
          font-size: .85em; } }
  .begginers_main .begginers_main-body .begginers_item .begginers_item-body {
    display: none; }
    .begginers_main .begginers_main-body .begginers_item .begginers_item-body .begginers_item-body_wrapper {
      display: flex;
      flex-direction: column;
      gap: 48px;
      width: 100%;
      max-width: 1120px;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 768px) {
        .begginers_main .begginers_main-body .begginers_item .begginers_item-body .begginers_item-body_wrapper {
          flex-direction: column; } }
.begginers_main .begginers_item-body_thumnail {
  aspect-ratio: 2/1;
  border-radius: 8px;
  overflow: hidden; }
.begginers_main .begginers_item-body_flow .begginers_item-body_flow-body .flow-container {
  position: relative;
  z-index: 15; }
  .begginers_main .begginers_item-body_flow .begginers_item-body_flow-body .flow-container > .swiper-wapper > .swiper-slide {
    height: auto; }
  .begginers_main .begginers_item-body_flow .begginers_item-body_flow-body .flow-container .swiper-button-wrapper {
    position: relative;
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-top: calc(8.5em / 16 * 3);
    --swiper-navigation-size: 1em;
    --swiper-navigation-color: var(--white); }
    .begginers_main .begginers_item-body_flow .begginers_item-body_flow-body .flow-container .swiper-button-wrapper .swiper-button-prev, .begginers_main .begginers_item-body_flow .begginers_item-body_flow-body .flow-container .swiper-button-wrapper .swiper-button-next {
      position: relative;
      margin: 0;
      padding: 0;
      top: initial;
      left: initial;
      right: initial;
      bottom: initial;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 2.46em;
      height: 2.46em;
      background: var(--key2);
      border-radius: 4px; }
.begginers_main .begginers_item-body_flow .begginers_item-body_flow-body .first-container {
  height: 100%; }
.begginers_main .begginers_item-body_flow .begginers_item-body_flow-body ul {
  counter-reset: num; }
  .begginers_main .begginers_item-body_flow .begginers_item-body_flow-body ul > li {
    position: relative;
    z-index: 15;
    display: flex;
    flex-direction: column;
    max-width: 300px;
    height: auto;
    background: var(--gray3);
    border-radius: 8px;
    overflow: hidden; }
    .begginers_main .begginers_item-body_flow .begginers_item-body_flow-body ul > li::after {
      position: absolute;
      top: 0;
      left: calc(8.5em / 16 * 2);
      z-index: 15;
      counter-increment: num;
      content: "0" counter(num);
      display: flex;
      align-items: center;
      justify-content: center;
      width: 2.255em;
      height: 2.255em;
      background: var(--key2);
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px;
      color: var(--white);
      font-size: .85em; }
    .begginers_main .begginers_item-body_flow .begginers_item-body_flow-body ul > li .image {
      display: block;
      aspect-ratio: 1/1;
      background: var(--white); }
    .begginers_main .begginers_item-body_flow .begginers_item-body_flow-body ul > li .text {
      flex: 5;
      padding: calc(8.5em / 16 * 3); }
      @media screen and (max-width: 768px) {
        .begginers_main .begginers_item-body_flow .begginers_item-body_flow-body ul > li .text {
          padding: calc(8.5em / 16 * 3) calc(8.5em / 32 * 5); } }
.begginers_main .begginers_item-body_flow .begginers_item-body_flow-body dl > dt {
  font-size: 1.23em;
  font-weight: 600; }
  .begginers_main .begginers_item-body_flow .begginers_item-body_flow-body dl > dt + dd {
    margin-top: calc(8.5em / 16); }
.begginers_main .begginers_item-body_flow .begginers_item-body_flow-body dl > dd {
  line-height: 1.5;
  text-align: justify; }
.begginers_main .begginers_item-body_focus {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  gap: 32px 64px;
  padding: calc(8.5em / 8 * 4) calc(8.5em / 8 * 3) calc(8.5em / 8 * 3);
  background: var(--gray3);
  border-radius: 16px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .begginers_main .begginers_item-body_focus {
      padding: calc(8.5em / 16 * 3);
      border-radius: 12px; } }
  .begginers_main .begginers_item-body_focus > .left {
    flex: 1;
    display: flex;
    justify-content: center; }
    .begginers_main .begginers_item-body_focus > .left .vertical_title {
      font-size: 3.69em;
      font-weight: 600;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      text-orientation: mixed; }
      @media screen and (max-width: 768px) {
        .begginers_main .begginers_item-body_focus > .left .vertical_title {
          width: 100%;
          padding: calc(8.5em/16) 0;
          background: var(--key1);
          border-radius: 4px;
          text-align: center;
          font-size: 1.3325em;
          -ms-writing-mode: initial;
          writing-mode: initial;
          color: var(--white); } }
  .begginers_main .begginers_item-body_focus > .right {
    width: 700px;
    max-width: 100%; }
  .begginers_main .begginers_item-body_focus .vertical_title {
    font-size: 3.69em;
    font-weight: 600;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed; }
    @media screen and (max-width: 768px) {
      .begginers_main .begginers_item-body_focus .vertical_title {
        width: 100%;
        padding: calc(8.5em/16) 0;
        background: var(--lightblue);
        text-align: center;
        font-size: 1.3325em;
        -ms-writing-mode: initial;
        writing-mode: initial; } }
  .begginers_main .begginers_item-body_focus ul.list > li {
    padding: calc(8.5em / 16 * 3) 0;
    border-top: dashed 1px var(--color-gray); }
    @media screen and (max-width: 768px) {
      .begginers_main .begginers_item-body_focus ul.list > li {
        padding: calc(8.5em / 16 * 2) 0; } }
    .begginers_main .begginers_item-body_focus ul.list > li:first-child {
      border-top-style: solid; }
    .begginers_main .begginers_item-body_focus ul.list > li .text {
      display: flex;
      flex-direction: column;
      gap: calc(8.5em / 16 * 2); }
    .begginers_main .begginers_item-body_focus ul.list > li dl > dt {
      font-weight: 600;
      font-size: 1.3325em; }
      .begginers_main .begginers_item-body_focus ul.list > li dl > dt + dd {
        margin-top: calc(8.5em / 16); }
    .begginers_main .begginers_item-body_focus ul.list > li dl > dd {
      line-height: 1.5;
      text-align: justify; }

.recruitment_introduction .recruitment_introduction-head {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }
  .recruitment_introduction .recruitment_introduction-head + * {
    margin-top: calc(8.5em / 8 * 2); }
.recruitment_introduction .recruitment_introduction-body {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }
.recruitment_introduction .message_card {
  display: flex;
  align-items: center;
  gap: 8px 64px;
  padding: calc(8.5em / 8 * 2);
  background: var(--gray3);
  border-radius: 8px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .recruitment_introduction .message_card {
      flex-direction: column;
      padding: calc(8.5em / 32 * 2); } }
  .recruitment_introduction .message_card > .image {
    flex: 1;
    aspect-ratio: 1/1;
    border-radius: 8px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .recruitment_introduction .message_card > .image {
        flex: initial;
        width: 100%;
        aspect-ratio: 3/2; } }
  .recruitment_introduction .message_card > .text {
    flex: 2; }
    @media screen and (max-width: 768px) {
      .recruitment_introduction .message_card > .text {
        flex: initial;
        width: 100%; } }
    .recruitment_introduction .message_card > .text dl {
      padding: calc(8.5em / 8 * 2); }
      @media screen and (max-width: 768px) {
        .recruitment_introduction .message_card > .text dl {
          padding: calc(8.5em / 16 * 3); } }
      .recruitment_introduction .message_card > .text dl > dt {
        font-weight: 600; }
        .recruitment_introduction .message_card > .text dl > dt.tagline {
          font-size: 1.435em; }
          @media screen and (max-width: 768px) {
            .recruitment_introduction .message_card > .text dl > dt.tagline {
              font-size: 1.23em; } }
          .recruitment_introduction .message_card > .text dl > dt.tagline + * {
            margin-top: 4px; }
        .recruitment_introduction .message_card > .text dl > dt.lead {
          font-size: 1.845em;
          line-height: 1.435; }
          @media screen and (max-width: 768px) {
            .recruitment_introduction .message_card > .text dl > dt.lead {
              font-size: 1.435em; } }
          .recruitment_introduction .message_card > .text dl > dt.lead + * {
            margin-top: calc(8.5em / 8); }
      .recruitment_introduction .message_card > .text dl > dd {
        line-height: 1.64; }
        .recruitment_introduction .message_card > .text dl > dd.wrote {
          display: table;
          margin-top: calc(8.5em / 8);
          margin-left: auto;
          font-weight: 600; }
  .recruitment_introduction .message_card.reverse {
    flex-direction: row-reverse; }
    @media screen and (max-width: 768px) {
      .recruitment_introduction .message_card.reverse {
        flex-direction: column; } }

.recruitment_flex .recruitment_flex-body {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 64px;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 768px) {
    .recruitment_flex .recruitment_flex-body {
      flex-direction: column; } }
  .recruitment_flex .recruitment_flex-body > .left {
    flex: 1; }
    @media screen and (max-width: 768px) {
      .recruitment_flex .recruitment_flex-body > .left {
        display: none; } }
    .recruitment_flex .recruitment_flex-body > .left nav {
      top: calc(8.5em / 8 * 5);
      padding: calc(8.5em / 8 * 2) calc(8.5em / 16 * 3);
      -webkit-backdrop-filter: blur(16px);
      backdrop-filter: blur(16px);
      background: rgba(255, 255, 255, 0.205);
      border-radius: 16px;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .recruitment_flex .recruitment_flex-body > .left nav {
          top: calc(8.5em / 8 * 4); } }
      .recruitment_flex .recruitment_flex-body > .left nav ul {
        display: flex;
        flex-direction: column; }
        .recruitment_flex .recruitment_flex-body > .left nav ul > li a {
          display: flex;
          align-items: center;
          gap: calc(8.5em / 32 * 2);
          padding: calc(8.5em / 32 * 3) 0; }
          .recruitment_flex .recruitment_flex-body > .left nav ul > li a::before {
            content: '';
            display: block;
            width: calc(8.5em / 32 * 3);
            height: 3px;
            border-radius: 3px;
            background: var(--gray3);
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
        .recruitment_flex .recruitment_flex-body > .left nav ul > li.current a::before {
          background: var(--key2);
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    .recruitment_flex .recruitment_flex-body > .left:has(.vertical_title) {
      display: flex;
      justify-content: center; }
    .recruitment_flex .recruitment_flex-body > .left .vertical_title {
      font-size: 3.69em;
      font-weight: 600;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      text-orientation: mixed; }
      @media screen and (max-width: 768px) {
        .recruitment_flex .recruitment_flex-body > .left .vertical_title {
          width: 100%;
          padding: calc(8.5em/16) 0;
          background: var(--lightblue);
          text-align: center;
          font-size: 1.3325em;
          -ms-writing-mode: initial;
          writing-mode: initial; } }
  .recruitment_flex .recruitment_flex-body > .right {
    width: 860px;
    max-width: 100%; }
    .recruitment_flex .recruitment_flex-body > .right .right_block ~ .right_block {
      margin-top: calc(8.5em / 8 * 4); }
    .recruitment_flex .recruitment_flex-body > .right .right_block hgroup:has(h3) {
      padding-top: calc(8.5em / 16 * 2);
      padding-bottom: 0;
      border-top: solid 1px var(--color-gray);
      border-bottom: none; }
      .recruitment_flex .recruitment_flex-body > .right .right_block hgroup:has(h3) h3 {
        color: var(--key2); }
    .recruitment_flex .recruitment_flex-body > .right .mvv_block ~ .mvv_block {
      margin-top: calc(8.5em / 8 * 4); }
      @media screen and (max-width: 768px) {
        .recruitment_flex .recruitment_flex-body > .right .mvv_block ~ .mvv_block {
          margin-top: calc(8.5em / 8 * 2); } }
    .recruitment_flex .recruitment_flex-body > .right .mvv_block hgroup:has(h3) {
      padding-bottom: 0;
      border-bottom: none; }
      @media screen and (max-width: 768px) {
        .recruitment_flex .recruitment_flex-body > .right .mvv_block hgroup:has(h3) {
          justify-content: center; } }
      .recruitment_flex .recruitment_flex-body > .right .mvv_block hgroup:has(h3) h3 {
        color: var(--key2); }
      .recruitment_flex .recruitment_flex-body > .right .mvv_block hgroup:has(h3) + * {
        margin-top: calc(8.5em / 16 * 1); }
.recruitment_flex .mvv_column .mvv_column-body {
  line-height: 1.8; }
  @media screen and (max-width: 768px) {
    .recruitment_flex .mvv_column .mvv_column-body {
      padding: 0 calc(8.5em / 16 * 3); } }
.recruitment_flex .mvv_vision .mvv_vision-head {
  line-height: 1.8; }
  @media screen and (max-width: 768px) {
    .recruitment_flex .mvv_vision .mvv_vision-head {
      padding: 0 calc(8.5em / 16 * 3); } }
  .recruitment_flex .mvv_vision .mvv_vision-head + * {
    margin-top: calc(8.5em / 16 * 4); }
    @media screen and (max-width: 768px) {
      .recruitment_flex .mvv_vision .mvv_vision-head + * {
        margin-top: calc(8.5em / 16 * 2); } }
.recruitment_flex .mvv_vision .mvv_vision-body ul {
  display: flex;
  flex-wrap: wrap;
  gap: 32px; }
  @media screen and (max-width: 768px) {
    .recruitment_flex .mvv_vision .mvv_vision-body ul {
      flex-direction: column;
      gap: 16px; } }
  .recruitment_flex .mvv_vision .mvv_vision-body ul > li {
    width: calc((100% / 2) - ((32px * 1) / 2));
    padding: calc(8.5em / 16 * 4);
    background: var(--gray3);
    border-radius: 16px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .recruitment_flex .mvv_vision .mvv_vision-body ul > li {
        width: 100%; } }
    .recruitment_flex .mvv_vision .mvv_vision-body ul > li dl > dt {
      font-weight: 600;
      font-size: 1.5575em; }
      .recruitment_flex .mvv_vision .mvv_vision-body ul > li dl > dt + * {
        margin-top: calc(8.5em / 16); }
    .recruitment_flex .mvv_vision .mvv_vision-body ul > li dl > dd {
      line-height: 1.5;
      text-align: justify; }
.recruitment_flex .recruitment_flow .recruitment_flow-body {
  display: flex;
  gap: 48px; }
  @media screen and (max-width: 768px) {
    .recruitment_flex .recruitment_flow .recruitment_flow-body {
      gap: 32px; } }
  .recruitment_flex .recruitment_flow .recruitment_flow-body > .overall {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    width: 50px;
    border-top: solid 4px var(--text);
    border-bottom: solid 4px var(--text); }
    @media screen and (max-width: 768px) {
      .recruitment_flex .recruitment_flow .recruitment_flow-body > .overall {
        width: 40px; } }
    .recruitment_flex .recruitment_flow .recruitment_flow-body > .overall .time {
      font-size: 2.05em;
      font-weight: 600;
      white-space: nowrap; }
      @media screen and (max-width: 768px) {
        .recruitment_flex .recruitment_flow .recruitment_flow-body > .overall .time {
          font-size: 1.64em; } }
      .recruitment_flex .recruitment_flow .recruitment_flow-body > .overall .time::after {
        content: '分';
        display: inline-block;
        font-size: 1rem; }
    .recruitment_flex .recruitment_flow .recruitment_flow-body > .overall::before, .recruitment_flex .recruitment_flow .recruitment_flow-body > .overall::after {
      content: '';
      display: block;
      flex: 1;
      width: 4px;
      background: var(--text); }
  .recruitment_flex .recruitment_flow .recruitment_flow-body > .detail {
    flex: 1;
    padding: 6px 0; }
.recruitment_flex .recruitment_flow ul {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 16);
  font-weight: 600; }
  .recruitment_flex .recruitment_flow ul > li {
    display: flex;
    align-items: center;
    gap: calc(8.5em / 16 * 3);
    padding: calc(8.5em / 8) calc(8.5em / 16 * 3);
    border-left: solid 5px var(--key2); }
    @media screen and (max-width: 768px) {
      .recruitment_flex .recruitment_flow ul > li {
        gap: calc(8.5em / 16 * 2);
        padding: calc(8.5em / 32 * 3) calc(8.5em / 16 * 2); } }
    .recruitment_flex .recruitment_flow ul > li .time {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 1.845em;
      padding: 0 calc(8.5em / 32 * 3);
      background: var(--gray3);
      border-radius: 8px;
      overflow: hidden; }
      .recruitment_flex .recruitment_flow ul > li .time::after {
        content: '分';
        display: inline-block; }
.recruitment_flex .recruitment_rule ul.card {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 8);
  counter-reset: num; }
  .recruitment_flex .recruitment_rule ul.card > li {
    position: relative;
    display: flex;
    align-items: center;
    padding: calc(8.5em / 32 * 3);
    background: var(--key1);
    border-radius: 8px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .recruitment_flex .recruitment_rule ul.card > li {
        align-items: flex-start; } }
    .recruitment_flex .recruitment_rule ul.card > li::before {
      counter-increment: num;
      content: "0" counter(num);
      position: absolute;
      top: 0;
      left: calc(8.5em / 32 * 6);
      display: flex;
      align-items: center;
      justify-content: center;
      width: 2.05em;
      height: 2.05em;
      background: var(--key2);
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
      color: var(--white);
      line-height: 1; }
      @media screen and (max-width: 768px) {
        .recruitment_flex .recruitment_rule ul.card > li::before {
          left: calc(8.5em / 32 * 4);
          font-size: .85em; } }
    .recruitment_flex .recruitment_rule ul.card > li * {
      color: var(--white); }
    .recruitment_flex .recruitment_rule ul.card > li > .image {
      flex: 1;
      aspect-ratio: 1/1;
      border-radius: 6px;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .recruitment_flex .recruitment_rule ul.card > li > .image {
          flex: initial;
          width: 70px; } }
    .recruitment_flex .recruitment_rule ul.card > li > .text {
      flex: 3; }
      .recruitment_flex .recruitment_rule ul.card > li > .text dl {
        padding: calc(8.5em / 8 * 2); }
        @media screen and (max-width: 768px) {
          .recruitment_flex .recruitment_rule ul.card > li > .text dl {
            padding: 0; } }
        .recruitment_flex .recruitment_rule ul.card > li > .text dl > dt {
          font-size: 1.3325em;
          font-weight: 600; }
          @media screen and (max-width: 768px) {
            .recruitment_flex .recruitment_rule ul.card > li > .text dl > dt {
              display: flex;
              align-items: center;
              min-height: 70px;
              padding: 0 calc(8.5em / 16 * 3); } }
          .recruitment_flex .recruitment_rule ul.card > li > .text dl > dt + * {
            margin-top: calc(8.5em / 16); }
            @media screen and (max-width: 768px) {
              .recruitment_flex .recruitment_rule ul.card > li > .text dl > dt + * {
                margin-top: calc(8.5em / 8); } }
        @media screen and (max-width: 768px) {
          .recruitment_flex .recruitment_rule ul.card > li > .text dl > dd {
            margin-left: calc((70px) * -1);
            padding: calc(8.5em / 16); } }
.recruitment_flex .recruitment_strength .recruitment_strength-head ul {
  display: flex;
  align-items: baseline;
  padding: 0 48px; }
  @media screen and (max-width: 768px) {
    .recruitment_flex .recruitment_strength .recruitment_strength-head ul {
      flex-wrap: wrap;
      justify-content: center;
      padding: 0 24px; } }
  .recruitment_flex .recruitment_strength .recruitment_strength-head ul > li {
    position: relative;
    z-index: 15;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 323/206;
    font-weight: 600; }
    @media screen and (max-width: 768px) {
      .recruitment_flex .recruitment_strength .recruitment_strength-head ul > li {
        flex: initial;
        width: 50%; } }
    .recruitment_flex .recruitment_strength .recruitment_strength-head ul > li::before {
      content: '';
      position: absolute;
      top: calc(-1 * ((24px / (323/206)) * 1));
      left: -24px;
      display: block;
      width: calc(100% + (24px * 2));
      height: calc(100% + ((24px / (323/206)) * 2));
      background: url(images/recruitment/ellipse.svg);
      background-size: cover; }
    .recruitment_flex .recruitment_strength .recruitment_strength-head ul > li .numbers {
      display: flex;
      align-items: baseline;
      justify-content: center; }
      .recruitment_flex .recruitment_strength .recruitment_strength-head ul > li .numbers .num {
        font-size: 3.28em;
        color: var(--key2); }
      .recruitment_flex .recruitment_strength .recruitment_strength-head ul > li .numbers .attr {
        font-size: 1.23em; }
.recruitment_flex .recruitment_strength .recruitment_strength-head + * {
  margin-top: calc(8.5em / 16 * 3); }
.recruitment_flex .recruitment_strength .recruitment_strength-body {
  width: 100%;
  max-width: 700px;
  margin-left: auto; }
  @media screen and (max-width: 768px) {
    .recruitment_flex .recruitment_strength .recruitment_strength-body {
      padding: 0 24px; } }
.recruitment_flex .recruitment_strength ul.list {
  display: flex;
  flex-direction: column; }
  .recruitment_flex .recruitment_strength ul.list > li {
    padding: calc(8.5em / 16 * 3) 0;
    border-bottom: dashed 1px var(--color-gray); }
    .recruitment_flex .recruitment_strength ul.list > li dl > dt {
      font-size: 1.23em;
      font-weight: 600;
      color: var(--key2); }
      .recruitment_flex .recruitment_strength ul.list > li dl > dt + * {
        margin-top: calc(8.5em / 16); }
.recruitment_flex .recruitment_strength ul.disc {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 32); }
  .recruitment_flex .recruitment_strength ul.disc > li {
    display: flex;
    align-items: center;
    gap: calc(8.5em / 16);
    line-height: 1.5; }
    .recruitment_flex .recruitment_strength ul.disc > li::before {
      content: '';
      display: block;
      width: 5px;
      height: 5px;
      background: var(--key2);
      border-radius: 5px; }
.recruitment_flex .recruitment_newstrength .recruitment_newstrength-body ul.card {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 16 * 4); }
  .recruitment_flex .recruitment_newstrength .recruitment_newstrength-body ul.card > li {
    display: flex;
    align-items: flex-start;
    gap: 24px 32px; }
    @media screen and (max-width: 768px) {
      .recruitment_flex .recruitment_newstrength .recruitment_newstrength-body ul.card > li {
        flex-direction: column; } }
    .recruitment_flex .recruitment_newstrength .recruitment_newstrength-body ul.card > li .image {
      flex: 1;
      aspect-ratio: 1/1;
      border-radius: 8px;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .recruitment_flex .recruitment_newstrength .recruitment_newstrength-body ul.card > li .image {
          flex: initial;
          width: 100%;
          aspect-ratio: 3/2; } }
    .recruitment_flex .recruitment_newstrength .recruitment_newstrength-body ul.card > li .text {
      flex: 3;
      display: flex;
      flex-direction: column;
      gap: calc(8.5em / 16 * 2);
      padding-bottom: calc(8.5em / 16 * 4);
      border-bottom: dashed 1px var(--color-gray); }
      @media screen and (max-width: 768px) {
        .recruitment_flex .recruitment_newstrength .recruitment_newstrength-body ul.card > li .text {
          flex: initial;
          gap: calc(8.5em / 32 * 3);
          width: 100%;
          padding: 0 calc(8.5em / 16 * 3);
          padding-bottom: calc(8.5em / 16 * 4); } }
      .recruitment_flex .recruitment_newstrength .recruitment_newstrength-body ul.card > li .text .title {
        font-size: 1.435em;
        font-weight: 600; }
      .recruitment_flex .recruitment_newstrength .recruitment_newstrength-body ul.card > li .text ul.demical {
        padding-left: calc(8.5em / 16 * 3);
        font-weight: 600; }
        .recruitment_flex .recruitment_newstrength .recruitment_newstrength-body ul.card > li .text ul.demical > li {
          list-style-type: decimal;
          line-height: 1.8; }
      .recruitment_flex .recruitment_newstrength .recruitment_newstrength-body ul.card > li .text .remark {
        font-size: 1.435em;
        font-weight: 600;
        color: var(--key2); }
        @media screen and (max-width: 768px) {
          .recruitment_flex .recruitment_newstrength .recruitment_newstrength-body ul.card > li .text .remark {
            font-size: 1.3325em; } }
.recruitment_flex .recruitment_workstyle .recruitment_workstyle-body ul.card {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 8 * 3); }
  .recruitment_flex .recruitment_workstyle .recruitment_workstyle-body ul.card > li {
    display: flex;
    align-items: flex-start;
    gap: 16px 48px; }
    @media screen and (max-width: 768px) {
      .recruitment_flex .recruitment_workstyle .recruitment_workstyle-body ul.card > li {
        gap: 16px 24px; } }
    .recruitment_flex .recruitment_workstyle .recruitment_workstyle-body ul.card > li .image {
      flex: 3;
      display: block;
      aspect-ratio: 4/5;
      background: var(--gray2);
      border-radius: 8px;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .recruitment_flex .recruitment_workstyle .recruitment_workstyle-body ul.card > li .image {
          flex: initial;
          width: 90px; } }
    .recruitment_flex .recruitment_workstyle .recruitment_workstyle-body ul.card > li .text {
      flex: 4; }
      .recruitment_flex .recruitment_workstyle .recruitment_workstyle-body ul.card > li .text dl > dt {
        display: flex;
        align-items: center;
        gap: calc(8.5em / 16);
        font-size: 1.3325em;
        font-weight: 600; }
        .recruitment_flex .recruitment_workstyle .recruitment_workstyle-body ul.card > li .text dl > dt::before {
          content: '';
          display: block;
          width: calc(8.5em / 32 * 3);
          min-width: calc(8.5em / 32 * 3);
          height: calc(8.5em / 32 * 3);
          background: var(--key2);
          border-radius: 3px; }
        .recruitment_flex .recruitment_workstyle .recruitment_workstyle-body ul.card > li .text dl > dt + dd {
          margin-top: calc(8.5em / 16); }
      .recruitment_flex .recruitment_workstyle .recruitment_workstyle-body ul.card > li .text dl + * {
        margin-top: calc(8.5em / 16 * 4); }
        @media screen and (max-width: 768px) {
          .recruitment_flex .recruitment_workstyle .recruitment_workstyle-body ul.card > li .text dl + * {
            margin-top: calc(8.5em / 16 * 2); } }
    .recruitment_flex .recruitment_workstyle .recruitment_workstyle-body ul.card > li:nth-child(2n-1) {
      flex-direction: row-reverse; }
      @media screen and (max-width: 768px) {
        .recruitment_flex .recruitment_workstyle .recruitment_workstyle-body ul.card > li:nth-child(2n-1) {
          flex-direction: row; } }
    .recruitment_flex .recruitment_workstyle .recruitment_workstyle-body ul.card > li:nth-child(2n) {
      flex-direction: row; }
.recruitment_flex .recruitment_workstyle .recruitment_workstyle-body ul.timeline {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 16 * 2);
  padding: calc(8.5em / 16 * 3) calc(8.5em / 16 * 4);
  background: var(--gray3);
  border-radius: 8px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .recruitment_flex .recruitment_workstyle .recruitment_workstyle-body ul.timeline {
      gap: calc(8.5em / 32 * 3);
      padding: calc(8.5em / 16 * 3); } }
  .recruitment_flex .recruitment_workstyle .recruitment_workstyle-body ul.timeline > li {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .recruitment_flex .recruitment_workstyle .recruitment_workstyle-body ul.timeline > li {
        flex-direction: column;
        align-items: flex-start; } }
    .recruitment_flex .recruitment_workstyle .recruitment_workstyle-body ul.timeline > li .time {
      flex: 2; }
    .recruitment_flex .recruitment_workstyle .recruitment_workstyle-body ul.timeline > li .item {
      flex: 3; }
      @media screen and (max-width: 768px) {
        .recruitment_flex .recruitment_workstyle .recruitment_workstyle-body ul.timeline > li .item {
          margin-top: 2px; } }
.recruitment_flex .recruitment_type .recruitment_type-body ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8.5em / 8 * 2) calc(8.5em / 16); }
  .recruitment_flex .recruitment_type .recruitment_type-body ul > li {
    display: flex;
    flex-direction: column;
    gap: calc(8.5em / 16);
    width: calc((100% / 4) - ((8.5em / 16) * 3 / 4)); }
    @media screen and (max-width: 768px) {
      .recruitment_flex .recruitment_type .recruitment_type-body ul > li {
        width: calc((100% / 2) - ((8.5em / 16) * 3 / 4)); } }
    .recruitment_flex .recruitment_type .recruitment_type-body ul > li .image {
      aspect-ratio: 1/1;
      border-radius: 8px;
      overflow: hidden; }
    .recruitment_flex .recruitment_type .recruitment_type-body ul > li .text dl > dt {
      margin: calc(8.5em / 32 * 3) 0;
      text-align: center;
      font-weight: 600;
      font-size: 1.23em; }
    .recruitment_flex .recruitment_type .recruitment_type-body ul > li .text dl > dd {
      text-align: justify;
      line-height: 1.5; }
.recruitment_flex .recruitment_interview .recruitment_interview-body ul.card {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 8); }
  .recruitment_flex .recruitment_interview .recruitment_interview-body ul.card > li {
    display: flex;
    align-items: center;
    gap: calc(8.5em / 16 * 1) calc(8.5em / 16 * 3);
    padding: calc(8.5em / 16 * 3);
    background: var(--gray3);
    border-radius: 12px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .recruitment_flex .recruitment_interview .recruitment_interview-body ul.card > li {
        flex-direction: column; } }
    .recruitment_flex .recruitment_interview .recruitment_interview-body ul.card > li .image {
      flex: 1; }
      @media screen and (max-width: 768px) {
        .recruitment_flex .recruitment_interview .recruitment_interview-body ul.card > li .image {
          max-width: 50%; } }
      .recruitment_flex .recruitment_interview .recruitment_interview-body ul.card > li .image .figure {
        display: block;
        aspect-ratio: 5/6;
        border-radius: 8px;
        overflow: hidden;
        line-height: 1; }
        .recruitment_flex .recruitment_interview .recruitment_interview-body ul.card > li .image .figure + * {
          margin-top: 8px; }
      .recruitment_flex .recruitment_interview .recruitment_interview-body ul.card > li .image .attr {
        font-size: .9em;
        text-align: center; }
    .recruitment_flex .recruitment_interview .recruitment_interview-body ul.card > li .text {
      flex: 3; }
      .recruitment_flex .recruitment_interview .recruitment_interview-body ul.card > li .text dl {
        padding: calc(8.5em / 16 * 2); }
        .recruitment_flex .recruitment_interview .recruitment_interview-body ul.card > li .text dl > dt {
          font-weight: 600;
          font-size: 1.435em; }
          .recruitment_flex .recruitment_interview .recruitment_interview-body ul.card > li .text dl > dt + * {
            margin-top: calc(8.5em / 16 * 2); }
.recruitment_flex .recruitment_interview .recruitment_interview-body + * {
  margin-top: calc(8.5em / 16 * 3); }
.recruitment_flex .recruitment_question ul.qa {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 8); }
  .recruitment_flex .recruitment_question ul.qa > li .question {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .recruitment_flex .recruitment_question ul.qa > li .question::after {
      content: '';
      display: flex;
      align-items: center;
      justify-content: center;
      width: 2.255em;
      height: 2.255em;
      background: url(images/icon/plus-blue.svg), var(--lightblue);
      background-repeat: no-repeat;
      background-position: center;
      background-size: .8em, cover;
      border-radius: 12px; }
    .recruitment_flex .recruitment_question ul.qa > li .question .title {
      flex: 1;
      display: flex;
      align-items: center;
      gap: calc(8.5em / 16);
      font-weight: 600; }
      .recruitment_flex .recruitment_question ul.qa > li .question .title::before {
        content: 'Q';
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2.255em;
        height: 2.255em;
        background: linear-gradient(135deg, var(--key2), var(--key1));
        border-radius: 12px;
        font-size: .9em;
        font-weight: normal;
        color: var(--white); }
  .recruitment_flex .recruitment_question ul.qa > li .answer {
    display: none;
    width: calc(100% - (2.255em));
    padding: 1.5em;
    margin: calc(8.5em / 16) 0;
    margin-left: auto;
    background: var(--gray3);
    border-radius: 12px; }
    .recruitment_flex .recruitment_question ul.qa > li .answer p {
      font-weight: 600; }
      .recruitment_flex .recruitment_question ul.qa > li .answer p.focus {
        color: var(--key2); }
  .recruitment_flex .recruitment_question ul.qa > li.active .question::after {
    background: url("images/icon/minus-blue.svg"), var(--lightblue);
    background-repeat: no-repeat;
    background-position: center;
    background-size: .8em, cover; }
.recruitment_flex .recruitment_schedule ul.card {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 8 * 1); }
  .recruitment_flex .recruitment_schedule ul.card > li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px 48px;
    padding: calc(8.5em / 8 * 2);
    background: var(--gray3);
    border-radius: 16px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .recruitment_flex .recruitment_schedule ul.card > li {
        align-items: self-start;
        flex-direction: column;
        padding: calc(8.5em / 8 * 1);
        padding-top: calc(8.5em / 16 * 3);
        padding-left: calc(8.5em / 16 * 3); } }
    .recruitment_flex .recruitment_schedule ul.card > li .text {
      display: flex;
      flex-direction: column;
      gap: 2px; }
      .recruitment_flex .recruitment_schedule ul.card > li .text .calendar {
        display: flex;
        align-items: center;
        gap: 8px;
        font-weight: 600; }
        .recruitment_flex .recruitment_schedule ul.card > li .text .calendar .date {
          font-size: 2.05em; }
        .recruitment_flex .recruitment_schedule ul.card > li .text .calendar .week {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 1.845em;
          height: 1.845em;
          background: #cacaca;
          border-radius: 6px;
          overflow: hidden;
          color: var(--color-gray); }
        .recruitment_flex .recruitment_schedule ul.card > li .text .calendar .time {
          color: var(--color-gray); }
      .recruitment_flex .recruitment_schedule ul.card > li .text .location {
        display: flex;
        align-items: center;
        gap: 8px;
        line-height: 1.64; }
        .recruitment_flex .recruitment_schedule ul.card > li .text .location .address {
          display: flex;
          align-items: center;
          gap: 4px;
          font-weight: 600; }
          .recruitment_flex .recruitment_schedule ul.card > li .text .location .address::before {
            content: '';
            display: block;
            width: 1.1275em;
            height: 1.1275em;
            background: url(images/icon/pin.svg);
            opacity: .41; }
        .recruitment_flex .recruitment_schedule ul.card > li .text .location a {
          position: relative;
          z-index: 15;
          display: block;
          color: var(--key2);
          border-bottom: solid 1px var(--key2); }
.recruitment_flex .recruitment_step ul.card {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 8); }
  .recruitment_flex .recruitment_step ul.card > li {
    display: flex;
    align-items: flex-start;
    gap: calc(8.5em / 16 * 3);
    padding: calc(8.5em / 16 * 3);
    background: var(--gray3);
    border-radius: 12px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .recruitment_flex .recruitment_step ul.card > li {
        flex-direction: column;
        align-items: initial; } }
    .recruitment_flex .recruitment_step ul.card > li .timing {
      width: 100px; }
      @media screen and (max-width: 768px) {
        .recruitment_flex .recruitment_step ul.card > li .timing {
          width: 100%;
          align-items: center;
          display: flex;
          gap: calc(8.5em / 16 * 3); } }
      .recruitment_flex .recruitment_step ul.card > li .timing * {
        font-weight: 600;
        color: var(--white); }
      .recruitment_flex .recruitment_step ul.card > li .timing .month {
        display: flex;
        align-items: center;
        justify-content: center;
        aspect-ratio: 1/1;
        background: var(--key2);
        border-radius: 16px;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .recruitment_flex .recruitment_step ul.card > li .timing .month {
            width: 90px;
            white-space: nowrap; } }
        .recruitment_flex .recruitment_step ul.card > li .timing .month .num {
          font-size: 1.845em; }
      .recruitment_flex .recruitment_step ul.card > li .timing .title {
        margin-top: 8px;
        font-size: 1.23em;
        text-align: center;
        color: var(--key2);
        white-space: nowrap; }
        @media screen and (max-width: 768px) {
          .recruitment_flex .recruitment_step ul.card > li .timing .title {
            font-size: 1.435em; } }
    .recruitment_flex .recruitment_step ul.card > li .flow {
      flex: 1; }
    .recruitment_flex .recruitment_step ul.card > li:last-child {
      align-items: center;
      background: var(--key1); }
      @media screen and (max-width: 768px) {
        .recruitment_flex .recruitment_step ul.card > li:last-child {
          flex-direction: row; } }
      .recruitment_flex .recruitment_step ul.card > li:last-child * {
        color: var(--white); }
      @media screen and (max-width: 768px) {
        .recruitment_flex .recruitment_step ul.card > li:last-child ul.flow {
          flex: initial;
          width: 100%; } }
      .recruitment_flex .recruitment_step ul.card > li:last-child ul.flow > li {
        padding: 0;
        border: none; }
        .recruitment_flex .recruitment_step ul.card > li:last-child ul.flow > li dl > dt {
          font-size: 1.5575em; }
.recruitment_flex .recruitment_step ul.flow {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 32 * 3); }
  .recruitment_flex .recruitment_step ul.flow > li {
    padding-bottom: calc(8.5em / 32 * 3);
    border-bottom: dashed 1px var(--color-gray); }
    .recruitment_flex .recruitment_step ul.flow > li dl > dt {
      font-weight: 600;
      font-size: 1.23em; }
      .recruitment_flex .recruitment_step ul.flow > li dl > dt + dd {
        margin-top: calc(8.5em / 32 * 2); }
    .recruitment_flex .recruitment_step ul.flow > li dl dd {
      line-height: 1.5; }
    .recruitment_flex .recruitment_step ul.flow > li dl a {
      position: relative;
      display: inline-block;
      color: var(--key2);
      border-bottom: solid 1px var(--key2); }
.recruitment_flex .recruitment_entryflow .recruitment_entryflow-head + * {
  margin-top: calc(8.5em / 16 * 4); }
.recruitment_flex .recruitment_entryflow .recruitment_entryflow-body {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }
.recruitment_flex .recruitment_mov .recruitment_mov-body {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto; }
.recruitment_flex .recruitment_entry .recruitment_entry-head + * {
  margin-top: calc(8.5em / 16 * 4); }
.recruitment_flex .recruitment_entry .recruitment_entry-body .title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.69em;
  background: var(--key2);
  color: var(--white);
  border-radius: 4px; }
  .recruitment_flex .recruitment_entry .recruitment_entry-body .title + * {
    margin-top: calc(8.5em / 16 * 3); }

.recruitment_instagram .recruitment_instagram-body {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }
.recruitment_instagram .message_card {
  display: flex;
  align-items: center;
  gap: 8px 64px;
  padding: calc(8.5em / 8 * 2);
  background: var(--gray3);
  border-radius: 8px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .recruitment_instagram .message_card {
      flex-direction: column;
      padding: calc(8.5em / 32 * 2); } }
  .recruitment_instagram .message_card > .grid {
    flex: 1;
    aspect-ratio: 1/1;
    border-radius: 8px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .recruitment_instagram .message_card > .grid {
        flex: initial;
        width: 100%; } }
  .recruitment_instagram .message_card > .text {
    flex: 2; }
    @media screen and (max-width: 768px) {
      .recruitment_instagram .message_card > .text {
        flex: initial;
        width: 100%; } }
    .recruitment_instagram .message_card > .text dl {
      padding: calc(8.5em / 8 * 2); }
      @media screen and (max-width: 768px) {
        .recruitment_instagram .message_card > .text dl {
          padding: calc(8.5em / 16 * 3); } }
      .recruitment_instagram .message_card > .text dl > dt {
        font-size: 1.845em;
        font-weight: 600; }
        @media screen and (max-width: 768px) {
          .recruitment_instagram .message_card > .text dl > dt {
            font-size: 1.435em; } }
        .recruitment_instagram .message_card > .text dl > dt + * {
          margin-top: calc(8.5em / 8); }

.archive_voice .archive_voice_head {
  padding: calc(8.5em / 16 * 3) 0;
  border-top: solid 1px var(--color-gray); }
  .archive_voice .archive_voice_head ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px; }
    @media screen and (max-width: 768px) {
      .archive_voice .archive_voice_head ul {
        gap: 8px; } }
    .archive_voice .archive_voice_head ul > li a {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 2.05em;
      border-radius: 2.05em;
      padding: 0 calc(8.5em / 8);
      background: var(--gray3);
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(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_voice .archive_voice_head ul > li:hover a {
      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; }
    .archive_voice .archive_voice_head ul > li.current a {
      background: var(--key2) !important;
      color: var(--white);
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
.archive_voice .archive_voice_body {
  width: 100%;
  max-width: 980px;
  margin: 0 auto; }
.archive_voice ul.grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px; }
  @media screen and (max-width: 768px) {
    .archive_voice ul.grid {
      gap: 16px; } }
  .archive_voice ul.grid > li {
    width: calc((100% / 3) - (32px * 2 / 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; }
    @media screen and (max-width: 768px) {
      .archive_voice ul.grid > li {
        width: calc((100% / 2) - (16px * 1 / 2)); } }
    .archive_voice ul.grid > li.no-result {
      width: 100%; }
    .archive_voice ul.grid > 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_voice ul.grid > li .card {
      position: relative;
      z-index: 15;
      display: block; }
      .archive_voice ul.grid > li .card .image {
        position: relative;
        z-index: 15;
        display: block;
        aspect-ratio: 5 / 6;
        line-height: 1;
        background: var(--gray3);
        border-radius: 8px;
        overflow: hidden; }
        .archive_voice ul.grid > li .card .image img {
          transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
      .archive_voice ul.grid > li .card .category {
        position: absolute;
        top: 8px;
        left: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 1.845em;
        padding: 0 .82em;
        background: var(--key2);
        border-radius: 6px;
        font-size: .85em; }
        .archive_voice ul.grid > li .card .category * {
          color: var(--white); }
      .archive_voice ul.grid > li .card .text {
        width: 100%;
        padding: calc(8.5em / 32 * 5); }
        .archive_voice ul.grid > li .card .text p.title {
          font-size: 1.075em;
          line-height: 1.5;
          min-height: 3em; }
          .archive_voice ul.grid > li .card .text p.title + * {
            margin-top: .5em; }
        .archive_voice ul.grid > li .card .text p.name {
          font-size: .85em; }
      .archive_voice ul.grid > 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; }
  .archive_voice ul.grid:hover > li {
    filter: brightness(0.82);
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }

.post_interview .post_interview-body {
  display: flex;
  gap: 24px 64px;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 768px) {
    .post_interview .post_interview-body {
      flex-direction: column; } }
  .post_interview .post_interview-body .interview-title {
    flex: 1; }
    .post_interview .post_interview-body .interview-title .sticky {
      top: calc(8.5em / 8 * 5); }
      @media screen and (max-width: 768px) {
        .post_interview .post_interview-body .interview-title .sticky {
          top: calc(8.5em / 8 * 4); } }
    .post_interview .post_interview-body .interview-title .figure {
      display: block;
      aspect-ratio: 5/6;
      border-radius: 8px;
      overflow: hidden;
      line-height: 1; }
    .post_interview .post_interview-body .interview-title .profile {
      padding: calc(8.5em / 8); }
      .post_interview .post_interview-body .interview-title .profile dl > dt {
        font-size: 1.1275em;
        text-align: center; }
        .post_interview .post_interview-body .interview-title .profile dl > dt + dd {
          margin-top: calc(8.5em / 16); }
      .post_interview .post_interview-body .interview-title .profile dl > dd {
        font-size: .85em; }
        .post_interview .post_interview-body .interview-title .profile dl > dd ul {
          display: flex;
          justify-content: center;
          flex-wrap: wrap;
          gap: 4px 8px; }
          .post_interview .post_interview-body .interview-title .profile dl > dd ul > li {
            display: flex;
            align-items: center;
            gap: 6px; }
            .post_interview .post_interview-body .interview-title .profile dl > dd ul > li::before {
              content: '';
              display: block;
              width: 1.1275em;
              height: 1.1275em;
              opacity: .328; }
            .post_interview .post_interview-body .interview-title .profile dl > dd ul > li[data-type="type"]::before {
              background: url(images/icon/bag.svg);
              background-size: cover; }
            .post_interview .post_interview-body .interview-title .profile dl > dd ul > li[data-type="location"]::before {
              background: url(images/icon/pin.svg);
              background-size: cover; }
  .post_interview .post_interview-body .interview-content {
    flex: 2; }
    @media screen and (max-width: 768px) {
      .post_interview .post_interview-body .interview-content {
        padding: calc(8.5em / 16 * 3);
        padding-top: calc(8.5em / 16 * 4);
        background: var(--white);
        border: solid 1px var(--gray3);
        border-radius: 8px;
        overflow: hidden; } }
    .post_interview .post_interview-body .interview-content .content-head {
      font-size: 1.845em;
      line-height: 1.3325;
      font-weight: 600; }
      .post_interview .post_interview-body .interview-content .content-head + * {
        margin-top: calc(8.5em / 8 * 2); }
        @media screen and (max-width: 768px) {
          .post_interview .post_interview-body .interview-content .content-head + * {
            margin-top: calc(8.5em / 8 * 1.5); } }
    .post_interview .post_interview-body .interview-content .content-body .qa ul.list {
      display: flex;
      flex-direction: column;
      gap: calc(8.5em / 16 * 3); }
      @media screen and (max-width: 768px) {
        .post_interview .post_interview-body .interview-content .content-body .qa ul.list {
          gap: calc(8.5em / 16 * 3); } }
      .post_interview .post_interview-body .interview-content .content-body .qa ul.list > li dl > dt {
        display: flex;
        align-items: baseline;
        column-gap: 16px;
        font-size: 1.23em; }
        @media screen and (max-width: 768px) {
          .post_interview .post_interview-body .interview-content .content-body .qa ul.list > li dl > dt {
            column-gap: 12px; } }
        .post_interview .post_interview-body .interview-content .content-body .qa ul.list > li dl > dt::before {
          content: 'Q';
          display: flex;
          align-items: center;
          justify-content: center;
          width: 2.255em;
          height: 2.255em;
          background: linear-gradient(135deg, var(--key2), var(--key1));
          border-radius: 16px;
          color: var(--white); }
          @media screen and (max-width: 768px) {
            .post_interview .post_interview-body .interview-content .content-body .qa ul.list > li dl > dt::before {
              width: 2.05em;
              height: 2.05em; } }
        .post_interview .post_interview-body .interview-content .content-body .qa ul.list > li dl > dt + dd {
          margin-top: calc(8.5em / 8); }
      .post_interview .post_interview-body .interview-content .content-body .qa ul.list > li dl > dd {
        padding: calc(8.5em / 16 * 3);
        line-height: 1.64;
        background: var(--white);
        border: solid 1px var(--gray3);
        border-radius: 8px;
        overflow: hidden; }

.other_post {
  position: relative;
  z-index: 20; }
  .other_post ul > li .card {
    display: flex;
    flex-direction: column; }
    .other_post ul > li .card > .image {
      position: relative;
      z-index: 15;
      aspect-ratio: 5/6;
      border-radius: 8px;
      overflow: hidden;
      line-height: 1; }
      .other_post ul > li .card > .image .category {
        position: absolute;
        top: 12px;
        left: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: calc(8.5em / 32) calc(8.5em / 16);
        background: var(--key2);
        border-radius: 4px;
        overflow: hidden;
        font-size: .85em;
        color: var(--white);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
      .other_post 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; }
    .other_post ul > li .card > .text {
      padding: calc(8.5em / 8); }
      .other_post ul > li .card > .text .title {
        font-size: 1.23em;
        line-height: 1.3325; }
      .other_post ul > li .card > .text .name {
        margin-top: .25em; }
    .other_post ul > li .card:hover > .image .category {
      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; }
    .other_post 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; }
  .other_post ul.done > li {
    opacity: 0;
    transform: scale(0.85); }
  .other_post ul.gone > li: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); }
  .other_post ul.gone > li: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); }
  .other_post ul.gone > li: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); }
  .other_post ul.gone > li: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); }
  .other_post ul.gone > li: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); }
  .other_post ul.gone > li: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); }
  .other_post ul.gone > li: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); }
  .other_post ul.gone > li: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); }
  .other_post ul.gone > li: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); }
  .other_post .swiper-wrapper .swiper-slide {
    opacity: 0; }
    .other_post .swiper-wrapper .swiper-slide.swiper-slide-active {
      opacity: 1; }
      .other_post .swiper-wrapper .swiper-slide.swiper-slide-active ~ .swiper-slide {
        opacity: 1; }
  .other_post .swiper-button-wrapper {
    position: relative;
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-top: calc(8.5em / 16 * 3);
    --swiper-navigation-size: 1em;
    --swiper-navigation-color: var(--white); }
    .other_post .swiper-button-wrapper .swiper-button-prev, .other_post .swiper-button-wrapper .swiper-button-next {
      position: relative;
      margin: 0;
      padding: 0;
      top: initial;
      left: initial;
      right: initial;
      bottom: initial;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 2.46em;
      height: 2.46em;
      background: var(--key2);
      border-radius: 4px; }

/*
.page_business {
	.page_business_model {
		display: flex;
		flex-direction: column;
		gap: calc(8.5em / 8 * 5);
		.page_business_model_block {
			display: flex;
 		align-items: center;
			flex-wrap: wrap;
			gap: calc(8.5em / 8 * 2) calc(8.5em / 8 * 4);
			>.image {
				flex: 1;
				min-width: calc(8.5em / 1 * 3);
				line-height: 1;
				div {
					aspect-ratio: 1/1;
					background: var(--color-lightgray);
					border-radius: calc(8.5em / 8);
					overflow: hidden;
					@include mq(md){
						aspect-ratio: 16/9;
						border-radius: calc(8.5em / 32 * 3);
					}
				}
			}
			>.text {
				flex: 2;
				dl {
					>dt {
						font-size: 1.5575em;
						+dd {
							margin-top: calc(8.5em / 8);
							@include mq(md){
								margin-top: calc(8.5em / 12);
							}
						}
					}
					>dd {
						font-size: 1.23em;
						@include mq(md){
							font-size: 1.075em;
						}
      ul {
       display: flex;
       flex-direction: column;
       gap: calc(8.5em / 32);
       margin-bottom: calc(8.5em / 24);
       >li {
        display: flex;
        align-items: center;
        column-gap: calc(8.5em / 24);
        &::before {
         content: '';
         display: block;
         width: 1.23em;
         height: 1.23em;
         background: url(images/icon/icon_check.svg), var(--color-lightgray);
         background-position: center;
         background-size: 1em, cover;
         border-radius: 2px;
        }
       }
      }
					}
				}
			}
		}
	}
	.page_business_domain {
		display: flex;
		flex-direction: column;
		gap: calc(8.5em / 8 * 3);
		.page_business_domain_head {
			div {
				aspect-ratio: 2/1;
				border-radius: calc(8.5em / 8);
				overflow: hidden;
				@include mq(md){
					display: none;
					border-radius: calc(8.5em / 32 * 3);
				}
			}
		}
		.page_business_domain_body {
			ul {
				display: flex;
				flex-wrap: wrap;
				gap: calc(8.5em / 8 * 3) calc(8.5em / 8);
				counter-reset: num;
				@include mq(md){
					flex-direction: column;
				}
				>li {
		 		display: flex;
	 			flex-wrap: wrap;
 				gap: calc(8.5em / 16 * 4);
					width: calc((100% / 3) - ((8.5em / 8) * 2 / 3));
					@include mq(md){
						width: 100%;
						gap: calc(8.5em / 16 * 3);
					}
			  >.image {
				  flex: 1;
			  	line-height: 1;
				  div {
							position: relative;
							z-index: 15;
				  	aspect-ratio: 4/3;
							background: var(--color-lightgray);
				  	border-radius: calc(8.5em / 8);
							@include mq(md){
								border-radius: calc(8.5em / 32*3);
							}
							img {
								position: absolute;
								bottom: 0;
        width: 100%;
        height: auto;
							}
  				}
  			}
					>.text {
		 			display: flex;
	 				flex-direction: column;
 					gap: calc(8.5em / 16 * 2);
						@include mq(md){
							padding: 0 calc(8.5em / 32 * 2);
						}
				 	&::before {
	 	 			counter-increment: num;
 	 				content: '( 0'counter(num)' )';
	 					display: block;
 					}
				 	dl {
					 	display: flex;
				 		flex-direction: column;
					 	gap: calc(8.5em / 32);
				 		dt {
			 				font-size: 1.3325em;
		 				}
	 					dd {}
 					}
					}
				}
			}
		}
	}
	.page_business_strength {
		display: flex;
		gap: calc(8.5em / 8 * 2) calc(8.5em / 8 * 5);
		@include mq(md){
			flex-direction: column;
		}
		>div{
			flex: 1;
		}
		>.page_business_strength_head {
			div {
				aspect-ratio: 5/6;
				background: var(--color-lightgray);
				border-radius: calc(8.5em / 8);
		  overflow: hidden;
			}
		}
		>.page_business_strength_body {
			ul {
				border-top: solid 1px var(--border-light-black);
				counter-reset: num;
				>li {
					display: flex;
					flex-direction: column;
					gap: calc(8.5em / 16 * 2);
					padding: calc(8.5em / 16 * 4) 0;
					border-bottom: solid 1px var(--border-light-black);
					&::before {
	 				counter-increment: num;
 					content: '( 0'counter(num)' )';
						display: block;
					}
					dl {
						display: flex;
						flex-direction: column;
						gap: calc(8.5em / 12);
						dt {
							font-size: 1.3325em;
						}
						dd {}
					}
				}
			}
		}
	}
}
*/
/*
.page_culture {
	.page_culture_number {
		ul.list {
			display: flex;
			flex-wrap: wrap;
			border-top: solid 1px var(--border-light-black);
			border-left: solid 1px var(--border-light-black);
			>li {
				padding: calc(8.5em / 8 * 3);
				border-right: solid 1px var(--border-light-black);
				border-bottom: solid 1px var(--border-light-black);
				@include mq(md){
					padding: calc(8.5em / 16 * 3);
				}
				&.col6 {
					width: 50%;
					@include mq(md){
						width: 100%;
					}
				}
				&.col12 {
					width: 100%;
				}
				p {
					&.title {
						font-size: 1.7425em;
						@include mq(md){
							font-size: 1.5575em;
							text-align: center;
						}
						+* {
							margin-top: calc(8.5em / 8);
						}
					}
					&.number {
						display: flex;
						align-items: baseline;
						justify-content: center;
						span {
							display: block;
							line-height: 1.23;
							&.num {
								font-size: 10.25em;
								font-weight: 600;
								@include mq(md){
									font-size: calc(8.5em / 8 * 6);
								}
							}
							&.scale {
								font-size: 3.69em;
								font-weight: 900;
								@include mq(md){
									font-size: calc(8.5em / 8 * 3);
								}
							}
						}
					}
					&.caption {
						display: table;
						margin: 0 auto;
						@include mq(md){
							margin-top: calc(8.5em / 12);
						}
					}
				}
				.award {
					display: flex;
					align-items: center;
					justify-content: center;
					&::before, &::after {
						content: '';
						display: block;
						width: 53px;
						height: 150px;
					}
					&::before {
						background: url(images/award-01.svg);
						background-size: cover;
					}
					&::after {
						background: url(images/award-02.svg);
						background-size: cover;
					}
				}
				img {
					width: 100%;
					height: auto;
				}
			}
		}
	}
	.page_culture_event {
		overflow: hidden;
		&.page_flex {
			>.page_flex_side {
				flex: 1;
			}
			>.page_flex_main {
				flex: initial;
				width: 767px;
				max-width: 100%;
				overflow: hidden;
				@include mq(md){
					width: calc(100vw / 16 * 14);
				}
			}
		}
		.page_culture_event_body {
			display: flex;
			flex-direction: column;
			gap: calc(8.5em / 8 * 4);
			@include mq(md){
				gap: calc(8.5em / 8 * 2);
			}
	 	.page_culture_event_body_block {
				display: flex;
				flex-direction: column;
				gap: calc(8.5em / 16 * 2) calc(8.5em / 8 * 2);
				@include mq(md){
					gap: calc(8.5em / 16) calc(8.5em / 8 * 1);;
				}
				.culture_event {
					position: relative;
					z-index: 15;
					.swiper-wrapper {
						.swiper-slide {
							line-height: 1;
							border-radius: calc(8.5em / 32 * 2);
							overflow: hidden;
						}
					}
					.swiper-button-prev, .swiper-button-next {
						display: flex;
						align-items: center;
						justify-content: center;
						width: calc(8.5em / 16 * 7);
						height: calc(8.5em / 16 * 7);
						background: rgba(255,255,255,.85);
						border-radius: calc(8.5em / 16 * 7);
						overflow: hidden;
						opacity: 0;
						@include mov;
						@include mq(md){
	 					width: calc(8.5em / 16 * 6);
 						height: calc(8.5em / 16 * 6);
						}
						&.swiper-button-disabled {
							opacity: 0!important;
						}
					}
					.swiper-button-prev::before, .swiper-button-next::before {
						content: '';
						width: 1em;
						height: 1em;
						background: url(images/icon/arrow.svg);
					}
					.swiper-button-prev::after, .swiper-button-next::after {
						display: none;
					}
					.swiper-button-prev::before {
						transform: rotate(180deg);
					}
					.swiper-button-next {}
					&:hover {
						.swiper-button-prev, .swiper-button-next {
							opacity: 1;
							@include mov;
						}
					}
				}
				>.image {
					display: flex;
					column-gap: calc(8.5em / 8);
					width: 100%;
					overflow: hidden;
					@include mq(md){
						column-gap: calc(8.5em / 16);
					}
					.figure	{
						border-radius: calc(8.5em / 16);
						overflow: hidden;
		 			@include mq(md){
	 					border-radius: calc(8.5em / 32);
 					}
						&:nth-child(1) {
							flex: 3;
						}
						&:nth-child(2) {
							flex: 2;
						}
					}
     &:nth-child(2n) {
      .figure	{
       &:nth-child(1) {
        order: 1;
       }
      }
     }
				}
				>.text {
     margin-top: calc(8.5em / 16 * 1);
    }
				dl {
					display: flex;
					flex-direction: column;
					gap: calc(8.5em / 8);
					>dt {
						font-size: 1.845em;
						@include mq(md){
							font-size: 1.5575em;
						}
					}
					>dd {
						font-size: 1.23em;
						@include mq(md){
							font-size: 1.075em;
						}
					}
				}
 		}
		}
	}
	.page_culture_gallery {
		.page_culture_gallery_block {
			position: relative;
			z-index: 15;
			width: 100%;
		}
		.figureWrap {
			display: flex;
			gap: calc(8.5em / 8);
			@include mq(md){
				gap: calc(8.5em / 16);
			}
			.figureInnerWrap {
				display: flex;
				flex-direction: column;
				gap: calc(8.5em / 8);
				flex: 1;
				@include mq(md){
					gap: calc(8.5em / 16);
				}
			}
			.figureItem {
				line-height: 1;
				border-radius: calc(8.5em / 8);
				overflow: hidden;
				@include mq(md){
					border-radius: calc(8.5em / 32 * 3);
				}
			}
		}
	}
}
*/
/*
ul.share {
	display: flex;
	align-items: center;
	gap: calc(8.5em / 8);
	>li {
		a {
			i {
				display: block;
				width: 1.64em;
				height: 1.64em;
				img {}
			}
		}
	}
}
*/
.page_entry .wrapper {
  padding-top: calc(8.5em / 8 * 2) !important; }
  @media screen and (max-width: 768px) {
    .page_entry .wrapper {
      width: calc(100% / 16 * 15) !important; } }

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

@media screen and (max-width: 768px) {
  .joblist_archive {
    width: calc(100% / 30 * 28);
    margin: 0 auto; } }
.joblist_archive ul.list {
  padding-bottom: calc(8.5em / 8 * 3);
  border-bottom: solid 1px rgba(0, 0, 0, 0.1025); }
  .joblist_archive ul.list > li ~ li {
    margin-top: calc(8.5em / 8 * 3);
    padding-top: calc(8.5em / 8 * 3);
    border-top: solid 1px rgba(0, 0, 0, 0.1025); }
  .joblist_archive ul.list > li .card > ._head h2 {
    font-size: 1.845em;
    line-height: 1.435;
    font-weight: 600; }
    @media screen and (max-width: 768px) {
      .joblist_archive ul.list > li .card > ._head h2 {
        font-size: 1.64em; } }
  .joblist_archive ul.list > li .card > ._head + * {
    margin-top: calc(8.5em / 8); }
  .joblist_archive ul.list > li .card > ._body {
    display: flex;
    align-items: flex-start;
    gap: calc(8.5em / 16) calc(8.5em / 8 * 3); }
    @media screen and (max-width: 768px) {
      .joblist_archive ul.list > li .card > ._body {
        gap: calc(8.5em / 16) calc(8.5em / 8 * 1); } }
    .joblist_archive ul.list > li .card > ._body > .text {
      flex: 3; }
      .joblist_archive ul.list > li .card > ._body > .text ul {
        border-top: solid 1px rgba(0, 0, 0, 0.1025);
        font-size: .9em; }
        .joblist_archive ul.list > li .card > ._body > .text ul li {
          display: flex;
          align-items: baseline;
          padding: calc(8.5em / 16 * 1) 0;
          border-bottom: solid 1px rgba(0, 0, 0, 0.1025); }
          .joblist_archive ul.list > li .card > ._body > .text ul li span {
            flex: 1;
            font-weight: 600; }
          .joblist_archive ul.list > li .card > ._body > .text ul li p {
            flex: 3; }
        .joblist_archive ul.list > li .card > ._body > .text ul + * {
          margin-top: calc(8.5em / 8); }
    .joblist_archive ul.list > li .card > ._body > .thumbnail {
      flex: 1;
      border-radius: calc(8.5em / 24);
      overflow: hidden; }
      .joblist_archive ul.list > li .card > ._body > .thumbnail img {
        transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
  .joblist_archive ul.list > li .card:hover > ._body > .thumbnail img {
    transform: scale(1.05);
    transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
    -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
    -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
    -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
  .joblist_archive ul.list > li .linker {
    display: flex;
    align-items: center;
    gap: calc(8.5em / 8 * 1);
    width: 100%;
    margin-top: calc(8.5em / 16 * 3); }
    @media screen and (max-width: 768px) {
      .joblist_archive ul.list > li .linker {
        gap: calc(8.5em / 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(8.5em / 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(--key2); }
.joblist_archive nav.pagination {
  margin-top: calc(8.5em / 8 * 3); }
  .joblist_archive nav.pagination .screen-reader-text {
    display: none; }
  .joblist_archive nav.pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(8.5em / 12); }
    .joblist_archive nav.pagination .nav-links .page-numbers {
      display: flex;
      align-items: center;
      justify-content: center;
      width: calc(8.5em / 3);
      height: calc(8.5em / 3);
      background: #f0f0f0;
      border-radius: 8.5em;
      overflow: hidden; }
      .joblist_archive nav.pagination .nav-links .page-numbers:hover {
        filter: brightness(0.9); }
      .joblist_archive nav.pagination .nav-links .page-numbers.current {
        filter: brightness(1);
        background: #1b1d22;
        background: url(images/noise.png), #1b1d22;
        background-repeat: repeat;
        background-size: 100px;
        color: var(--color-white); }
      .joblist_archive nav.pagination .nav-links .page-numbers.dots {
        background: none; }

.single_joblist .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 .joblist_head .title {
  font-weight: 600;
  font-size: 1.845em; }
.single_joblist .joblist_head + * {
  margin-top: calc(8.5em / 16 * 3); }
  @media screen and (max-width: 768px) {
    .single_joblist .joblist_head + * {
      margin-top: calc(8.5em / 16 * 2); } }
.single_joblist .navigation {
  padding: calc(8.5em / 16 * 3) calc(8.5em / 16 * 6);
  background: var(--lightblue);
  background: url(images/noise.png), var(--lightblue);
  background-size: 100px, cover;
  background-repeat: repeat;
  background-blend-mode: normal;
  border-radius: calc(8.5em / 32); }
  @media screen and (max-width: 768px) {
    .single_joblist .navigation {
      padding: calc(8.5em / 16 * 1) calc(8.5em / 16 * 2); } }
  .single_joblist .navigation ul {
    display: flex;
    align-items: center;
    gap: calc(8.5em / 16 * 3); }
    @media screen and (max-width: 768px) {
      .single_joblist .navigation ul {
        gap: calc(8.5em / 16 * 1); } }
    .single_joblist .navigation ul > li {
      flex: 1;
      background: var(--color-white); }
      .single_joblist .navigation ul > li a {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 3.28em; }
        @media screen and (max-width: 768px) {
          .single_joblist .navigation ul > li a {
            min-height: 2.46em; } }
.single_joblist .joblist_body {
  margin-top: calc(8.5em / 8 * 3); }
  .single_joblist .joblist_body .job_attr {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: calc(8.5em / 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;
      gap: calc(8.5em / 16); }
      .single_joblist .joblist_body .job_attr ul.category > li {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 2.255em;
        padding: 0 calc(8.5em / 32 * 3);
        background: var(--lightblue);
        background: url(images/noise.png), var(--lightblue);
        background-size: 100px, cover;
        background-repeat: repeat;
        background-blend-mode: normal;
        border-radius: calc(8.5em / 32); }
    .single_joblist .joblist_body .job_attr + * {
      margin-top: calc(8.5em / 16 * 3); }
  .single_joblist .joblist_body .thumbnail {
    aspect-ratio: 2.35 / 1;
    border-radius: calc(8.5em / 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(8.5em / 16 * 4); }
  .single_joblist .joblist_body .joblist_block hgroup h3 {
    font-size: 1.435em; }
  .single_joblist .joblist_body .joblist_block hgroup + * {
    margin-top: calc(8.5em / 8); }
  .single_joblist .joblist_body .joblist_block ~ .joblist_block {
    margin-top: calc(8.5em / 8 * 3); }
.single_joblist .joblist_foot {
  margin-top: calc(8.5em / 8 * 6);
  padding: calc(8.5em / 16 * 6);
  background: var(--lightblue);
  background: url(images/noise.png), var(--lightblue);
  background-size: 100px, cover;
  background-repeat: repeat;
  background-blend-mode: normal;
  border-radius: calc(8.5em / 32); }
  @media screen and (max-width: 768px) {
    .single_joblist .joblist_foot {
      margin-top: calc(8.5em / 8 * 4);
      padding: calc(8.5em / 16 * 2);
      padding-top: calc(8.5em / 16 * 5); } }
  .single_joblist .joblist_foot .joblist_block hgroup h3 {
    text-align: center; }
.single_joblist .requirements_wrapper ul.list {
  border-top: solid 1px var(--border-light-black); }
  .single_joblist .requirements_wrapper ul.list > li {
    padding: calc(8.5em / 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(8.5em / 16 * 3); }
  .post_social h6 {
    margin: 0;
    text-align: center;
    font-size: 1em;
    font-weight: 500; }
    .post_social h6 + * {
      margin-top: calc(8.5em / 16* 2); }
  .post_social ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(8.5em / 16* 3); }
    .post_social ul > li a {
      display: block; }
      .post_social ul > li a i {
        display: block;
        width: calc(8.5em / 16* 3);
        height: calc(8.5em / 16* 3); }

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

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

.formWrap {
  position: relative;
  z-index: 15; }
  .formWrap .focus {
    font-size: 1.1275em;
    text-align: center; }
    .formWrap .focus p {
      color: var(--key2); }
    .formWrap .focus + * {
      margin-top: .5em; }
  .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: 1.64em; } }
  ul.listDocForm li.hidden {
    display: none; }
  ul.listDocForm li:last-child {
    margin-bottom: 0; }

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

.mw_wp_form {
  max-width: 768px;
  margin: 0 auto;
  padding: calc(8.5em / 8 * 3);
  background: var(--color-white);
  border-radius: calc(8.5em / 32);
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .mw_wp_form {
      padding: calc(100% / 44 * 3);
      border-radius: calc(8.5em / 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; }
