@charset "UTF-8";
/*!
Theme Name: 力道電設
Theme URI: https://panarea.co.jp
Author: shogo yonetani
Author URI: https://panarea.co.jp
Description: 力道電設
*/
/*Color Management*/
:root {
  --color-white: #ffffff;
  --color-key1: #f6dd08;
  --color-key2: #ee781f;
  --color-background: #110801;
  --border-black: rgba(0,0,0,.1025);
  --gray-1: #FFFCFB;
  --gray-12: #2B1C14; }

/*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: 'Inter', Avenir Next,Verdana, 游ゴシック,Yu Gothic,YuGothic,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #ffffff;
  background: url(images/noise.gif), #ffffff;
  background-size: 100px, cover;
  background-repeat: repeat;
  color: #231814;
  /*
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  */
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(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;
  	/*
   &::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;
   }
  	*/ }

* {
  color: #231814;
  -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;
  line-height: 2; }

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

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

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

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

i {
  font-style: normal; }

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

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

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

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

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

/*!LINK*/
a {
  color: #151515;
  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; }

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*/
#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: #ffffff; }
    #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: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(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.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: #ffffff;
    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: #ffffff;
    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: #ffffff !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: #ffffff !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: relative;
  top: 0;
  left: 0;
  z-index: 8000;
  display: none;
  width: 100%;
  height: 85px;
  background: #ffffff;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(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 {
      display: flex;
      height: 60px; } }
  #siteHead .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc(100% / 16 * 14);
    margin: 0 auto;
    padding-right: calc(100% / 32 * 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; }
    #siteHead .wrapper > div * {
      font-weight: 600; }
    #siteHead .wrapper > ._head {
      flex: 2;
      display: flex; }
      #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 {
            flex-direction: column; } }
        #siteHead .wrapper > ._head a h1 img {
          display: block;
          width: auto;
          height: calc(85px / 32 * 12);
          line-height: 1.23; }
          @media screen and (max-width: 768px) {
            #siteHead .wrapper > ._head a h1 img {
              height: calc(85px / 64 * 16); } }
        #siteHead .wrapper > ._head a h1 span {
          font-size: .75em;
          color: #999; }
    #siteHead .wrapper > ._body {
      flex: 1;
      display: flex;
      justify-content: flex-end; }
      @media screen and (max-width: 768px) {
        #siteHead .wrapper > ._body {
          display: none; } }
      #siteHead .wrapper > ._body ul.social {
        display: flex;
        align-items: center;
        column-gap: calc(85px / 4); }
        @media screen and (max-width: 768px) {
          #siteHead .wrapper > ._body ul.social {
            display: none; } }
        #siteHead .wrapper > ._body ul.social::before {
          content: 'Social';
          display: block;
          font-weight: 400; }
        #siteHead .wrapper > ._body ul.social > li a i {
          display: block;
          width: calc(85px / 16 * 4);
          height: calc(85px / 16 * 4); }
      #siteHead .wrapper > ._body nav {
        font-size: 1.1275em;
        letter-spacing: .05125em; }
        #siteHead .wrapper > ._body nav ul {
          display: flex;
          align-items: center;
          column-gap: calc(85px / 8 * 3); }
          #siteHead .wrapper > ._body nav ul > li a {
            display: flex;
            align-items: center;
            column-gap: calc(85px / 6); }
            #siteHead .wrapper > ._body nav ul > li a i {
              display: block;
              width: .8em;
              height: .8em;
              transform: rotate(135deg); }
    #siteHead .wrapper > ._foot {
      display: none;
      justify-content: center;
      align-items: center;
      padding: 3px;
      font-size: 1.1275em; }
      @media screen and (max-width: 768px) {
        #siteHead .wrapper > ._foot {
          display: flex; } }
  #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 {
    display: flex;
    transform: translateY(0); }
    #siteHead.lower a.title {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      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; }
    #siteHead.lower ._menu {
      filter: invert(0); }
    #siteHead.lower .wrapper nav._nav {
      filter: invert(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; }
  #siteHead.move {
    opacity: 0;
    pointer-events: none;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }

body.scroll #siteHead {
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
body.scroll #cside {
  transform: translateY(0);
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
body.scroll.scrollUp #siteHead {
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
  body.scroll.scrollUp #siteHead.move {
    background: none; }
    body.scroll.scrollUp #siteHead.move a.title {
      opacity: 0;
      visibility: hidden;
      pointer-events: none; }
body.scroll.scrollUp #cside {
  transform: translateY(170px);
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }

/*!#aside*/
aside#aside {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 7999;
  display: none;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  padding-left: 85px;
  background: #ee781f;
  background: url(images/noise.png), linear-gradient(to bottom, #f8a60c, #ee781f);
  background-repeat: repeat;
  background-size: 100px;
  overflow: scroll; }
  @media screen and (max-width: 768px) {
    aside#aside {
      padding-left: 0;
      padding-bottom: 85px; } }
  aside#aside .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: calc(100% / 16 * 14);
    height: 100%;
    margin: 0 auto;
    padding: calc((100% / 32 * 1) + 50px) 0 calc(100% / 32 * 1); }
    @media screen and (max-width: 768px) {
      aside#aside .wrapper {
        padding-top: 85px;
        padding-bottom: calc(100% / 32 * 3); } }
    aside#aside .wrapper > div {
      flex: 1; }
      @media screen and (max-width: 768px) {
        aside#aside .wrapper > div {
          min-width: 100%; } }
    aside#aside .wrapper dl.title {
      display: flex;
      align-items: center;
      column-gap: calc(8.5em / 8); }
      aside#aside .wrapper dl.title > dt img {
        width: auto;
        height: calc(8.5em / 8* 4); }
      aside#aside .wrapper dl.title > dd p {
        padding: calc(8.5em / 16) calc(8.5em / 8);
        border: solid 1px #ffffff;
        border-radius: 8.5em;
        font-size: .8em;
        line-height: 1;
        color: #ffffff;
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px); }
      aside#aside .wrapper dl.title + * {
        margin-top: calc(8.5em / 8* 2); }
        @media screen and (max-width: 768px) {
          aside#aside .wrapper dl.title + * {
            margin-top: calc(8.5em / 6); } }
    aside#aside .wrapper ul.list {
      width: 100%;
      border-top: solid 1px #ffffff; }
      aside#aside .wrapper ul.list * {
        color: #ffffff; }
      aside#aside .wrapper ul.list > li {
        border-bottom: dashed 1px #ffffff; }
        aside#aside .wrapper ul.list > li:hover dl > dt::before {
          background: #ffffff;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(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 .wrapper ul.list > li.current dl > dt::before {
          background: #ee781f !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 .wrapper ul.list > li dl {
          display: flex;
          align-items: center;
          gap: 0 calc(8.5em / 3); }
          @media screen and (max-width: 768px) {
            aside#aside .wrapper ul.list > li dl {
              flex-direction: column;
              align-items: flex-start; } }
          aside#aside .wrapper ul.list > li dl > dt {
            display: flex;
            align-items: center;
            column-gap: calc(8.5em / 12); }
            aside#aside .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 .wrapper ul.list > li dl > dt a, aside#aside .wrapper ul.list > li dl > dt div {
              display: flex;
              align-items: center;
              justify-content: space-between;
              column-gap: .615em;
              padding: calc(85px / 4) 0;
              font-size: 1.3325em;
              font-weight: 600;
              letter-spacing: -.01025em;
              line-height: 1; }
              @media screen and (max-width: 768px) {
                aside#aside .wrapper ul.list > li dl > dt a, aside#aside .wrapper ul.list > li dl > dt div {
                  padding: calc(85px / 6) 0; } }
              aside#aside .wrapper ul.list > li dl > dt a > span, aside#aside .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 #ffffff;
                border-radius: 50%; }
                aside#aside .wrapper ul.list > li dl > dt a > span i, aside#aside .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: #ffffff;
                  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                  -moz-transition: cubic-bezier(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 .wrapper ul.list > li dl > dt a > span i:nth-child(2), aside#aside .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 .wrapper ul.list > li dl > dd {
              padding-bottom: calc(85px / 6); } }
          aside#aside .wrapper ul.list > li dl > dd ul.children {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: calc(8.5em / 16); }
          aside#aside .wrapper ul.list > li dl > dd a, aside#aside .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 #ffffff;
            border-radius: 8.5em;
            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 .wrapper ul.list > li dl > dd a, aside#aside .wrapper ul.list > li dl > dd div {
                font-size: .9em; } }
            aside#aside .wrapper ul.list > li dl > dd a:hover, aside#aside .wrapper ul.list > li dl > dd div:hover {
              border-color: #231814;
              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; }
        aside#aside .wrapper ul.list > li.other {
          padding: calc(8.5em / 8) 0; }
          @media screen and (max-width: 768px) {
            aside#aside .wrapper ul.list > li.other {
              padding: calc(8.5em / 8) 0; } }
          aside#aside .wrapper ul.list > li.other a {
            display: flex;
            align-items: center;
            column-gap: .615em;
            padding: 0;
            font-size: 1.5525em;
            letter-spacing: -.01025em; }
            @media screen and (max-width: 768px) {
              aside#aside .wrapper ul.list > li.other a {
                padding: 5px 0;
                font-size: 1.5525em;
                line-height: 1; } }
            aside#aside .wrapper ul.list > li.other a > i {
              display: block;
              width: 1em;
              height: 1em; }
    aside#aside .wrapper ul.social {
      display: flex;
      align-items: center;
      column-gap: calc(85px / 8 * 3);
      filter: brightness(0) invert(1); }
    aside#aside .wrapper .foot {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: calc(85px / 4);
      width: 100%;
      margin-top: calc(8.5em / 8 * 4); }
      @media screen and (max-width: 768px) {
        aside#aside .wrapper .foot {
          margin-top: calc(8.5em / 8 * 2); } }
      aside#aside .wrapper .foot * {
        color: #ffffff; }
      aside#aside .wrapper .foot ul.basic {
        display: flex;
        align-items: center;
        font-size: 1em;
        font-weight: 600; }
        @media screen and (max-width: 768px) {
          aside#aside .wrapper .foot ul.basic {
            width: 100%;
            justify-content: center;
            text-align: center; } }
        aside#aside .wrapper .foot ul.basic > li {
          display: flex;
          align-items: center; }
          aside#aside .wrapper .foot ul.basic > li ~ li::before {
            content: '';
            display: block;
            width: 5px;
            height: 5px;
            border-radius: 5px;
            background: #ffffff;
            margin: 0 calc(85px / 32 * 3); }
          @media screen and (max-width: 768px) {
            aside#aside .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%; }
    aside#fixNav ._menu .humbNav {
      display: flex;
      align-items: center;
      column-gap: calc(85px / 8);
      padding: calc(85px / 16 * 1);
      padding-left: calc(85px / 16 * 3);
      background: var(--color-key1);
      border-radius: calc(8.5em / 1);
      text-transform: uppercase;
      font-size: .9em;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(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 .humbNav > span {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 1em;
        height: .8em;
        margin: 0 auto;
        line-height: 1; }
        aside#fixNav ._menu .humbNav > span > i {
          display: block;
          width: 1em;
          height: 2px;
          background: #231814;
          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 .humbNav > span > i:nth-child(3) {
            width: .7em; }
      aside#fixNav ._menu .humbNav .boy {
        position: relative;
        z-index: 15;
        display: block;
        width: calc(8.5em / 16 * 6);
        height: calc(8.5em / 16 * 6);
        background: #ffffff;
        border-radius: 2em; }
      aside#fixNav ._menu .humbNav.active {
        color: #ffffff;
        background: var(--color-background);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(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 .humbNav.active > span > i {
          background: #ffffff;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(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 .humbNav.active > span {
          align-content: center;
          justify-content: center; }
          aside#fixNav ._menu .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 .humbNav.active > span > i:nth-child(1) {
              transform: rotate(45deg) translateY(2.5px); }
            aside#fixNav ._menu .humbNav.active > span > i:nth-child(2) {
              opacity: 0; }
            aside#fixNav ._menu .humbNav.active > span > i:nth-child(3) {
              width: 100%;
              transform: rotate(-45deg) translateY(-2.5px); }

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

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

/*!//#siteHeader------------------------------------------------------------------------------------------------*/
/*!#siteFooter------------------------------------------------------------------------------------------------*/
#siteFoot {
  position: relative;
  z-index: 10;
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  background: url(images/noise.png), #ffffff;
  background-size: 100px, cover;
  background-repeat: repeat; }
  #siteFoot .wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: calc(100% / 16 * 14);
    margin: 0 auto;
    padding: calc(8.5em / 8 * 6) 0 calc(8.5em / 8 * 4); }
    @media screen and (max-width: 768px) {
      #siteFoot .wrapper {
        padding: calc(8.5em / 8 * 4) 0 calc(8.5em / 8 * 2); } }
    #siteFoot .wrapper > ._primary {
      display: flex;
      flex-wrap: wrap;
      gap: calc(8.5em / 8 * 2) calc(8.5em / 8 * 6);
      width: 100%; }
      #siteFoot .wrapper > ._primary > div > span {
        display: block;
        margin-bottom: 2.125em;
        font-size: .7em;
        color: #999; }
      #siteFoot .wrapper > ._primary .__nav {
        flex: 2; }
        @media screen and (max-width: 768px) {
          #siteFoot .wrapper > ._primary .__nav {
            min-width: 100%; } }
      #siteFoot .wrapper > ._primary .__recruit {
        flex: 1; }
        @media screen and (max-width: 768px) {
          #siteFoot .wrapper > ._primary .__recruit {
            min-width: 100%; } }
    #siteFoot .wrapper > ._secondary {
      display: flex;
      flex-wrap: wrap;
      column-gap: calc(8.5em / 8 * 6);
      justify-content: space-between;
      width: 100%;
      margin-top: calc(8.5em / 8 * 6); }
      @media screen and (max-width: 768px) {
        #siteFoot .wrapper > ._secondary {
          flex-direction: column;
          margin-top: calc(8.5em / 8 * 3); }
          #siteFoot .wrapper > ._secondary > .footer_basic:nth-child(1) {
            order: 1;
            margin-top: calc(8.5em / 8 * 7); } }
  #siteFoot ul.basic {
    display: flex;
    align-items: center;
    font-size: 1em; }
    @media screen and (max-width: 768px) {
      #siteFoot ul.basic {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
        font-size: .9em; } }
    #siteFoot ul.basic > li {
      display: flex;
      align-items: center; }
      #siteFoot ul.basic > li ~ li::before {
        content: '';
        display: block;
        width: 5px;
        height: 5px;
        border-radius: 5px;
        background: #999;
        margin: 0 calc(85px / 32 * 3); }
      @media screen and (max-width: 768px) {
        #siteFoot ul.basic > li:last-child {
          justify-content: center;
          width: 100%; }
          #siteFoot ul.basic > li:last-child::before {
            display: none; } }

ul.footer_sitemap {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 24); }
  ul.footer_sitemap > li a {
    position: relative;
    z-index: 15;
    display: inline-flex;
    align-items: center;
    gap: calc(8.5em / 16);
    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) {
      ul.footer_sitemap > li a {
        padding: calc(8.5em / 16) calc(8.5em / 8); } }
    ul.footer_sitemap > li a::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: 0;
      height: 100%;
      z-index: -1;
      background-color: #ffc20f;
      background-image: radial-gradient(circle at 40% 20%, #f79e1d 0%, transparent 50%), radial-gradient(circle at 80% 0%, #ed5821 0%, transparent 50%), radial-gradient(circle at 0% 50%, #e92027 0%, transparent 50%);
      background-blend-mode: normal,normal,normal;
      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; }
    ul.footer_sitemap > li a > span {
      font-weight: 600; }
      ul.footer_sitemap > li a > span.jp {
        order: 1;
        font-size: .85em; }
      ul.footer_sitemap > li a > span.en {
        font-size: 1.845em;
        letter-spacing: -.0615em; }
    ul.footer_sitemap > li a:hover, ul.footer_sitemap > li a.current {
      color: #ffffff;
      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; }
      ul.footer_sitemap > li a:hover::before, ul.footer_sitemap > li a.current::before {
        left: 0;
        width: 100%;
        transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }

ul.footer_recruit > li {
  border-top: solid 1px rgba(0, 0, 0, 0.1025); }
  ul.footer_recruit > li ~ li {
    margin-top: calc(8.5em / 8 * 1); }
  ul.footer_recruit > li a {
    display: flex;
    align-items: center;
    padding: calc(8.5em / 8 * 1) 0; }
    ul.footer_recruit > li a p {
      flex: 1; }
      ul.footer_recruit > li a p > span {
        display: block; }
        ul.footer_recruit > li a p > span.primary {
          font-size: 1.435em; }
        ul.footer_recruit > li a p > span.secondary {
          font-size: .7em;
          line-height: 1;
          color: #999;
          text-transform: uppercase; }
    ul.footer_recruit > li a i {
      display: flex;
      align-items: center;
      justify-content: center;
      width: calc(8.5em / 8 * 3);
      min-width: calc(8.5em / 8 * 3);
      height: calc(8.5em / 8 * 2);
      background: #ffffff;
      border: solid 1px rgba(0, 0, 0, 0.1025);
      border-radius: 50%;
      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; }
      ul.footer_recruit > li a i img {
        width: .7em;
        height: .7em;
        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; }
    ul.footer_recruit > li a:hover i {
      background: #ee781f;
      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; }
      ul.footer_recruit > li a:hover i img {
        filter: brightness(0) invert(1);
        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;
        animation: arrow 0.328s cubic-bezier(0.55, 0.05, 0.22, 0.99) 1; }

ul.footer_basic {
  display: flex;
  align-items: center;
  column-gap: calc(8.5em / 16 * 3);
  font-size: .8em; }
  @media screen and (max-width: 768px) {
    ul.footer_basic {
      justify-content: center; } }
  ul.footer_basic > li a {
    position: relative;
    z-index: 15;
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
    ul.footer_basic > li a::before {
      content: '';
      position: absolute;
      top: 100%;
      right: 0;
      display: block;
      width: 0;
      height: 1px;
      background: #231814;
      transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
    ul.footer_basic > li a:hover {
      opacity: .615;
      transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
      ul.footer_basic > li a:hover::before {
        left: 0;
        width: 100%;
        transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
  ul.footer_basic img + li {
    color: #999; }

@keyframes arrow {
  0% {
    transform: translateX(-15px); }
  to {
    transform: translateX(0); } }
/*//!#siteFooter----------------------------------------------------------------------------------------------*/
/*!#index----------------------------------------------------------------------------------------------*/
/*!#loading*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background: url(images/noise.gif), var(--color-background);
  background-size: 100px, cover;
  background-repeat: repeat;
  transition: opacity 1.5s ease;
  /* フェードアウト効果 */
  opacity: 1;
  /* 初期状態 */ }
  #loading img {
    aspect-ratio: 300 / 66;
    width: auto;
    height: calc(100vh / 3); }
    @media screen and (max-width: 768px) {
      #loading img {
        width: 100vw;
        height: 22vw; } }
  #loading.done img {
    transform: scale(1.1);
    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; }
  #loading.gone img {
    transform: scale(1);
    opacity: 1;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    #loading.gone img:nth-child(0) {
      transition-delay: calc((0 * 0.328s) + .1025s); }
    #loading.gone img:nth-child(1) {
      transition-delay: calc((1 * 0.328s) + .1025s); }
    #loading.gone img:nth-child(2) {
      transition-delay: calc((2 * 0.328s) + .1025s); }
    #loading.gone img:nth-child(3) {
      transition-delay: calc((3 * 0.328s) + .1025s); }

#contents {
  display: block; }

/*!#siteContent*/
#siteContent {
  position: relative;
  z-index: 15;
  width: 100%;
  background: #f0f0f0;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  transition-delay: .246s; }
  @media screen and (max-width: 768px) {
    #siteContent {
      width: 100%;
      overflow: hidden;
      margin-bottom: 0 !important; } }
  #siteContent.lower {
    background: #ffffff;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1025); }

.slider {
  display: flex;
  align-items: center;
  padding: calc(100% / 64 * 1) 0; }
  @media screen and (max-width: 768px) {
    .slider {
      padding: calc(100% / 32 * 1) 0; } }
  .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; }
    .slider .slider__inner .slider__item {
      width: 557.2px;
      padding: 0 9px; }
      @media screen and (max-width: 768px) {
        .slider .slider__inner .slider__item {
          width: 82vw;
          padding: 0 4px; } }
      .slider .slider__inner .slider__item .aspect {
        border-radius: 18px;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .slider .slider__inner .slider__item .aspect {
            border-radius: 10px; } }

@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%); } }
.button {
  position: relative;
  z-index: 15;
  display: inline-flex;
  align-items: center;
  column-gap: calc(85px / 4);
  padding-bottom: calc(85px / 8);
  font-size: 1.23em; }
  .button::before {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    display: block;
    width: 100%;
    height: 1px;
    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; }
  .button span {
    display: block;
    text-align: center;
    font-weight: 600; }
  .button i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3em;
    height: 2em;
    border: solid 1px #231814;
    border-radius: 50%;
    overflow: hidden; }
    .button i img {
      display: block;
      width: .7em;
      height: .7em;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
  .button.white::before {
    background: #ffffff; }
  .button.white i {
    border: solid 1px #ffffff; }
    .button.white i img {
      filter: brightness(0) invert(1); }
  .button:hover::before {
    width: 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; }
  .button:hover i {
    background: #ee781f;
    border: solid 1px #ee781f;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    .button:hover i img {
      filter: brightness(0) invert(1);
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }

@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; } }
.ticket {
  position: relative;
  z-index: 15;
  display: flex;
  align-items: center;
  background: var(--color-key1); }
  .ticket::before {
    content: '';
    position: absolute;
    right: 0;
    z-index: -1;
    display: block;
    width: 0;
    height: 100%;
    background: var(--color-background);
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
  .ticket span {
    display: flex;
    align-items: center;
    padding: 0 calc(8.5em / 32 * 8) 0 calc(8.5em / 32 * 4);
    color: var(--color-backgroud);
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
  .ticket i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.28em;
    height: 3.28em; }
    .ticket i img {
      width: 1em;
      height: 1em;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
  .ticket:hover::before {
    left: 0;
    width: 100%;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
  .ticket:hover span {
    color: var(--color-white);
    transform: translateX(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; }
  .ticket:hover i img {
    transform: translateX(4px);
    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; }
  .ticket.black {
    background: var(--color-background); }
    .ticket.black::before {
      background: var(--color-key2); }
    .ticket.black span {
      color: var(--color-white); }
    .ticket.black i img {
      filter: invert(1); }
    .ticket.black:hover span {
      color: var(--color-background); }
    .ticket.black:hover i img {
      filter: invert(0); }

.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; }
  @media screen and (max-width: 768px) {
    .idx .title {
      text-align: center; } }
  .idx .title > span {
    font-size: 4.1em;
    font-weight: 600; }
    @media screen and (max-width: 768px) {
      .idx .title > span {
        font-size: 3.28em; } }
    .idx .title > span.done {
      opacity: 0;
      filter: blur(5px); }
    .idx .title > span.gone {
      opacity: 1;
      filter: blur(0);
      transition: cubic-bezier(0.22, 0.61, 0.36, 1) 1.25s;
      -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 1.25s;
      -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 1.25s;
      -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 1.25s; }
  .idx .title > h2 {
    font-size: 1.3325em;
    font-weight: 600; }
    @media screen and (max-width: 768px) {
      .idx .title > h2 {
        font-size: 1.23em; } }
    .idx .title > h2.done {
      clip-path: polygon(0 0, 0 0, 0 100%, 0 100%); }
    .idx .title > h2.gone {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
      transition: cubic-bezier(0.22, 0.61, 0.36, 1) 1.25s;
      -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 1.25s;
      -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 1.25s;
      -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 1.25s;
      transition-delay: .205s; }
  .idx.idx_mainvisual {
    z-index: 10;
    width: 100vw;
    height: auto;
    max-height: 800px;
    aspect-ratio: 227/150; }
    @media screen and (max-width: 768px) {
      .idx.idx_mainvisual {
        height: 123vw;
        max-height: auto;
        aspect-ratio: initial; } }
    .idx.idx_mainvisual .background {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%; }
      .idx.idx_mainvisual .background .first-container {
        height: 100%; }
        .idx.idx_mainvisual .background .first-container .swiper-wrapper .swiper-slide.swiper-slide-next img {
          transform: scale(1.025);
          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; }
        .idx.idx_mainvisual .background .first-container .swiper-wrapper .swiper-slide.swiper-slide-active img {
          transform: scale(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; }
    .idx.idx_mainvisual .text {
      position: absolute;
      width: auto;
      height: 100%;
      aspect-ratio: 227/150; }
      @media screen and (max-width: 768px) {
        .idx.idx_mainvisual .text {
          display: flex;
          align-items: center;
          justify-content: center;
          aspect-ratio: initial;
          width: 100%; } }
      .idx.idx_mainvisual .text img {
        filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.205)); }
        @media screen and (max-width: 768px) {
          .idx.idx_mainvisual .text img {
            height: auto;
            aspect-ratio: 227/150; } }
    .idx.idx_mainvisual .wrapper {
      display: flex;
      align-items: center;
      column-gap: calc(8.5em / 6);
      width: calc(100% / 16 * 13);
      height: 100%;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .idx.idx_mainvisual .wrapper {
          display: none; } }
      .idx.idx_mainvisual .wrapper img {
        width: auto;
        height: calc(8.5em / 8 * 5); }
      .idx.idx_mainvisual .wrapper p {
        padding: calc(8.5em / 16) calc(8.5em / 8);
        border: solid 1px #ffffff;
        border-radius: 8.5em;
        font-size: .8em;
        line-height: 1;
        color: #ffffff;
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px); }
  .idx.idx_saf {
    background: #1b1d22;
    background: url(images/noise.gif), #1b1d22;
    background-size: 100px, cover;
    background-repeat: repeat; }
    .idx.idx_saf .wrapper {
      width: calc(100% / 16 * 13);
      margin: 0 auto;
      padding: calc(8.5em / 8 * 1) 0; }
      @media screen and (max-width: 768px) {
        .idx.idx_saf .wrapper {
          padding: calc(8.5em / 8 * 2) 0; } }
      .idx.idx_saf .wrapper > * {
        color: #ffffff; }
      .idx.idx_saf .wrapper h4 {
        font-size: 1.23em; }
    .idx.idx_saf .flex_wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      column-gap: calc(8.5em / 3 * 1); }
    @media screen and (max-width: 768px) {
      .idx.idx_saf form.searchandfilter {
        margin-top: calc(8.5em / 12); } }
    .idx.idx_saf form.searchandfilter > ul {
      display: flex;
      align-items: center;
      gap: calc(8.5em / 10 * 1) calc(8.5em / 6 * 1); }
      @media screen and (max-width: 768px) {
        .idx.idx_saf form.searchandfilter > ul {
          flex-direction: column; } }
      .idx.idx_saf form.searchandfilter > ul > li {
        padding: 0; }
        @media screen and (max-width: 768px) {
          .idx.idx_saf form.searchandfilter > ul > li {
            width: 100%; } }
        .idx.idx_saf form.searchandfilter > ul > li[data-sf-field-input-type="radio"] ul {
          display: flex;
          align-items: center;
          border: solid 1px #ffffff;
          border-radius: calc(8.5em / 21);
          overflow: hidden; }
          .idx.idx_saf form.searchandfilter > ul > li[data-sf-field-input-type="radio"] ul * {
            color: #ffffff; }
          .idx.idx_saf form.searchandfilter > ul > li[data-sf-field-input-type="radio"] ul > li {
            display: flex;
            align-items: center;
            padding: 0 calc(8.5em / 4); }
            .idx.idx_saf form.searchandfilter > ul > li[data-sf-field-input-type="radio"] ul > li:first-child {
              display: none; }
            .idx.idx_saf form.searchandfilter > ul > li[data-sf-field-input-type="radio"] ul > li ~ li {
              border-left: solid 1px #ffffff; }
            .idx.idx_saf form.searchandfilter > ul > li[data-sf-field-input-type="radio"] ul > li input[type="radio"] {
              height: calc(8.5em / 16 * 7); }
              @media screen and (max-width: 768px) {
                .idx.idx_saf form.searchandfilter > ul > li[data-sf-field-input-type="radio"] ul > li input[type="radio"] {
                  height: calc(8.5em / 8 * 3); } }
        .idx.idx_saf form.searchandfilter > ul > li[data-sf-field-input-type="select"] label {
          width: 100%; }
        .idx.idx_saf form.searchandfilter > ul > li[data-sf-field-input-type="select"] select {
          position: relative;
          z-index: 15;
          width: 100%;
          height: calc(8.5em / 16 * 7);
          border: solid 1px #ffffff;
          background: #ffffff;
          border-radius: 0;
          color: #231814;
          font-size: 16px;
          border-radius: calc(8.5em / 21);
          padding: 0 .82em; }
          @media screen and (max-width: 768px) {
            .idx.idx_saf form.searchandfilter > ul > li[data-sf-field-input-type="select"] select {
              height: calc(8.5em / 8 * 3); } }
        .idx.idx_saf form.searchandfilter > ul > li.sf-field-submit input[type="submit"] {
          position: relative;
          display: block;
          width: 8.5em;
          height: calc(8.5em / 16 * 7);
          margin: 0 auto;
          background: #ee781f;
          border: solid 1px #ee781f;
          border-radius: calc(8.5em / 21);
          overflow: hidden;
          font-weight: bold;
          text-align: center;
          font-size: 1em;
          color: #ffffff; }
          @media screen and (max-width: 768px) {
            .idx.idx_saf form.searchandfilter > ul > li.sf-field-submit input[type="submit"] {
              width: 100%;
              height: calc(8.5em / 8 * 3); } }
  .idx.idx_about_wrap {
    background: #f0f0f0; }
    .idx.idx_about_wrap .wrapper {
      width: calc(100% / 16 * 13);
      margin: 0 auto;
      padding: calc(8.5em / 8 * 10) 0; }
      @media screen and (max-width: 768px) {
        .idx.idx_about_wrap .wrapper {
          width: calc(100% / 16 * 14);
          padding: calc(8.5em / 8 * 4) 0; } }
    .idx.idx_about_wrap .flex_wrapper {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: calc(8.5em / 3) calc(8.5em / 4 * 3); }
      .idx.idx_about_wrap .flex_wrapper > ._thumbnail {
        position: relative;
        z-index: 15;
        order: 1;
        flex: 2;
        max-width: calc(8.5em * 3); }
        @media screen and (max-width: 768px) {
          .idx.idx_about_wrap .flex_wrapper > ._thumbnail {
            width: 100%;
            max-width: calc(8.5em * 2);
            margin: 0 auto; } }
        .idx.idx_about_wrap .flex_wrapper > ._thumbnail .card-container .swiper-wrapper .swiper-slide {
          position: relative;
          z-index: 15;
          border-radius: calc(8.5em / 8);
          overflow: hidden; }
          .idx.idx_about_wrap .flex_wrapper > ._thumbnail .card-container .swiper-wrapper .swiper-slide::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 8.5em;
            background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4)); }
          .idx.idx_about_wrap .flex_wrapper > ._thumbnail .card-container .swiper-wrapper .swiper-slide a:hover .aspect img {
            transform: scale(1.075);
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(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.idx_about_wrap .flex_wrapper > ._thumbnail .card-container .swiper-wrapper .swiper-slide a:hover .txt i {
            background: #ee781f;
            border-color: #ee781f;
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(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.idx_about_wrap .flex_wrapper > ._thumbnail .card-container .swiper-wrapper .swiper-slide .aspect 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; }
          .idx.idx_about_wrap .flex_wrapper > ._thumbnail .card-container .swiper-wrapper .swiper-slide .txt {
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 15;
            display: inline-flex;
            align-items: center;
            column-gap: calc(8.5em / 8);
            padding: calc(8.5em / 6) calc(8.5em / 4);
            font-size: 1.23em;
            width: 100%; }
            @media screen and (max-width: 768px) {
              .idx.idx_about_wrap .flex_wrapper > ._thumbnail .card-container .swiper-wrapper .swiper-slide .txt {
                padding: calc(8.5em / 6);
                font-size: 1em; } }
            .idx.idx_about_wrap .flex_wrapper > ._thumbnail .card-container .swiper-wrapper .swiper-slide .txt p {
              color: #ffffff; }
            .idx.idx_about_wrap .flex_wrapper > ._thumbnail .card-container .swiper-wrapper .swiper-slide .txt i {
              display: flex;
              align-items: center;
              justify-content: center;
              width: 3em;
              min-width: 3em;
              height: 2em;
              border: solid 1px #ffffff;
              border-radius: 50%;
              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; }
              .idx.idx_about_wrap .flex_wrapper > ._thumbnail .card-container .swiper-wrapper .swiper-slide .txt i img {
                display: block;
                width: .7em;
                height: .7em;
                filter: brightness(0) invert(1); }
      .idx.idx_about_wrap .flex_wrapper > ._text {
        flex: 3; }
        @media screen and (max-width: 768px) {
          .idx.idx_about_wrap .flex_wrapper > ._text {
            min-width: 100%; } }
        .idx.idx_about_wrap .flex_wrapper > ._text dl {
          margin-top: calc(8.5em / 8 * 2); }
          @media screen and (max-width: 768px) {
            .idx.idx_about_wrap .flex_wrapper > ._text dl {
              margin-top: calc(8.5em / 16 * 3); } }
          .idx.idx_about_wrap .flex_wrapper > ._text dl > dt {
            font-weight: 600;
            font-size: 1.845em; }
            @media screen and (max-width: 768px) {
              .idx.idx_about_wrap .flex_wrapper > ._text dl > dt {
                display: table;
                margin: 0 auto;
                font-size: 1.5525em; } }
            .idx.idx_about_wrap .flex_wrapper > ._text dl > dt + dd {
              margin-top: calc(8.5em / 8 * 1); }
          .idx.idx_about_wrap .flex_wrapper > ._text dl > dd {
            font-size: 1.1275em; }
            @media screen and (max-width: 768px) {
              .idx.idx_about_wrap .flex_wrapper > ._text dl > dd {
                padding: 0 calc(8.5em / 8);
                font-size: 1em; } }
          .idx.idx_about_wrap .flex_wrapper > ._text dl + * {
            margin-top: calc(8.5em / 3); }
            @media screen and (max-width: 768px) {
              .idx.idx_about_wrap .flex_wrapper > ._text dl + * {
                margin-top: calc(8.5em / 4);
                text-align: center; } }
  .idx.idx_about {
    padding-top: calc(8.5em / 8 * 6); }
    @media screen and (max-width: 768px) {
      .idx.idx_about {
        padding-top: calc(8.5em / 8 * 4); } }
    .idx.idx_about .wrapper {
      width: calc(100% / 16 * 14);
      margin: 0 auto; }
      .idx.idx_about .wrapper .idx_about_title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: calc(100% / 16 * 16);
        margin: 0 auto;
        padding: calc(8.5em / 8 * 5) 0 calc(8.5em / 8 * 2); }
        @media screen and (max-width: 768px) {
          .idx.idx_about .wrapper .idx_about_title {
            padding: calc(8.5em / 8 * 1) 0 calc(8.5em / 8 * 1); } }
        .idx.idx_about .wrapper .idx_about_title hgroup {
          display: flex;
          flex-direction: column; }
          .idx.idx_about .wrapper .idx_about_title hgroup h2 {
            font-size: 1.1275em; }
          .idx.idx_about .wrapper .idx_about_title hgroup span {
            order: -1;
            display: block;
            font-size: 3.28em;
            font-weight: 600;
            line-height: 1; }
      .idx.idx_about .wrapper .idx_about_text {
        display: flex;
        flex-wrap: wrap;
        gap: calc(8.5em / 16 * 3) calc(8.5em / 8 * 6); }
        @media screen and (max-width: 768px) {
          .idx.idx_about .wrapper .idx_about_text {
            flex-direction: column; } }
        .idx.idx_about .wrapper .idx_about_text > div {
          flex: 1; }
        .idx.idx_about .wrapper .idx_about_text dl > dt {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: calc(8.5em/16); }
          .idx.idx_about .wrapper .idx_about_text dl > dt img {
            width: auto;
            height: 4.92em;
            filter: invert(1); }
        .idx.idx_about .wrapper .idx_about_text dl > dd {
          font-weight: 600;
          font-size: 1.3325em;
          line-height: 1.8; }
          @media screen and (max-width: 768px) {
            .idx.idx_about .wrapper .idx_about_text dl > dd {
              font-size: 1.23em; } }
          .idx.idx_about .wrapper .idx_about_text dl > dd + dt {
            margin-top: calc(8.5em/16 * 5); }
        .idx.idx_about .wrapper .idx_about_text + div {
          margin-top: calc(8.5em / 8 * 3); }
      .idx.idx_about .wrapper .idx_about_image {
        aspect-ratio: 2.35/1;
        line-height: 0;
        border-radius: 4px;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .idx.idx_about .wrapper .idx_about_image {
            aspect-ratio: 4/3; } }
      .idx.idx_about .wrapper .idx_about_bottom {
        margin-top: calc(8.5em / 16 * 3);
        display: flex;
        justify-content: center; }
  .idx.idx_business_wrap .flex_wrapper {
    display: flex;
    flex-wrap: wrap; }
    .idx.idx_business_wrap .flex_wrapper > div {
      flex: 1; }
      @media screen and (max-width: 768px) {
        .idx.idx_business_wrap .flex_wrapper > div {
          min-width: 100%; } }
    @media screen and (max-width: 768px) {
      .idx.idx_business_wrap .flex_wrapper > ._image {
        display: none; } }
    .idx.idx_business_wrap .flex_wrapper > ._image ._image-content {
      position: relative;
      z-index: 15;
      width: calc(100% + (8.5em / 2));
      border-top-right-radius: calc(8.5em / 3);
      border-bottom-right-radius: calc(8.5em / 3);
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .idx.idx_business_wrap .flex_wrapper > ._image ._image-content {
          width: 100%;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; } }
      .idx.idx_business_wrap .flex_wrapper > ._image ._image-content > ._imgs {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        opacity: 0;
        visibility: 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; }
        .idx.idx_business_wrap .flex_wrapper > ._image ._image-content > ._imgs.current {
          position: relative;
          z-index: 15;
          opacity: 1;
          visibility: visible;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(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.idx_business_wrap .flex_wrapper > ._text {
      position: relative;
      z-index: 20;
      margin-top: calc(8.5em/4 * 3); }
      @media screen and (max-width: 768px) {
        .idx.idx_business_wrap .flex_wrapper > ._text {
          margin-top: 0; } }
      .idx.idx_business_wrap .flex_wrapper > ._text ._text-content {
        width: calc(100% + (8.5em / 2));
        margin-left: calc((8.5em / -2));
        padding: calc(8.5em/4 * 3) calc(100% / 16 * 3);
        background: #ffffff;
        border-top-left-radius: calc(8.5em / 3);
        border-bottom-left-radius: calc(8.5em / 3);
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .idx.idx_business_wrap .flex_wrapper > ._text ._text-content {
            width: 100%;
            margin-left: 0;
            padding: calc(8.5em/4 * 2) calc(100% / 16 * 1);
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            background: #4b505f; }
            .idx.idx_business_wrap .flex_wrapper > ._text ._text-content * {
              color: #ffffff; } }
        .idx.idx_business_wrap .flex_wrapper > ._text ._text-content ul {
          margin-top: calc(8.5em / 8 * 2);
          border-top: solid 1px rgba(0, 0, 0, 0.1025); }
          @media screen and (max-width: 768px) {
            .idx.idx_business_wrap .flex_wrapper > ._text ._text-content ul {
              border-color: rgba(255, 255, 255, 0.1025); } }
          .idx.idx_business_wrap .flex_wrapper > ._text ._text-content ul > li {
            border-bottom: solid 1px rgba(0, 0, 0, 0.1025);
            opacity: .41;
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
            @media screen and (max-width: 768px) {
              .idx.idx_business_wrap .flex_wrapper > ._text ._text-content ul > li {
                opacity: 1;
                border-color: rgba(255, 255, 255, 0.1025); } }
            .idx.idx_business_wrap .flex_wrapper > ._text ._text-content ul > li.current {
              opacity: 1;
              transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -moz-transition: cubic-bezier(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.idx_business_wrap .flex_wrapper > ._text ._text-content ul > li a {
              display: flex;
              align-items: center;
              justify-content: space-between;
              column-gap: calc(8.5em / 6);
              padding: 1.59375em 0; }
              .idx.idx_business_wrap .flex_wrapper > ._text ._text-content ul > li a .icon {
                display: block;
                width: calc(8.5em / 8 * 4);
                min-width: calc(8.5em / 8 * 4);
                height: calc(8.5em / 8 * 4);
                border-radius: calc(8.5em / 18);
                overflow: hidden; }
              .idx.idx_business_wrap .flex_wrapper > ._text ._text-content ul > li a p {
                flex: 1; }
                .idx.idx_business_wrap .flex_wrapper > ._text ._text-content ul > li a p span {
                  display: block; }
                  .idx.idx_business_wrap .flex_wrapper > ._text ._text-content ul > li a p span.primary {
                    font-size: 1.435em; }
                  .idx.idx_business_wrap .flex_wrapper > ._text ._text-content ul > li a p span.secondary {
                    font-size: .7em;
                    line-height: 1;
                    color: #999;
                    text-transform: uppercase; }
              .idx.idx_business_wrap .flex_wrapper > ._text ._text-content ul > li a i {
                display: flex;
                align-items: center;
                justify-content: center;
                width: calc(8.5em / 8 * 3);
                min-width: calc(8.5em / 8 * 3);
                height: calc(8.5em / 8 * 2);
                background: #ffffff;
                border: solid 1px rgba(0, 0, 0, 0.1025);
                border-radius: 50%;
                transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                -moz-transition: cubic-bezier(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.idx_business_wrap .flex_wrapper > ._text ._text-content ul > li a i img {
                  display: block;
                  width: .7em;
                  height: .7em;
                  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                  -moz-transition: cubic-bezier(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.idx_business_wrap .flex_wrapper > ._text ._text-content ul > li a:hover i {
                background: #ee781f;
                border-color: #ee781f;
                transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                -moz-transition: cubic-bezier(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.idx_business_wrap .flex_wrapper > ._text ._text-content ul > li a:hover i img {
                  filter: brightness(0) invert(1);
                  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
          .idx.idx_business_wrap .flex_wrapper > ._text ._text-content ul + * {
            margin-top: calc(8.5em / 3); }
            @media screen and (max-width: 768px) {
              .idx.idx_business_wrap .flex_wrapper > ._text ._text-content ul + * {
                margin-top: calc(8.5em / 4);
                text-align: center; } }
  .idx.idx_business_wrap + * {
    margin-top: calc(8.5em / 4 * 3); }
    @media screen and (max-width: 768px) {
      .idx.idx_business_wrap + * {
        margin-top: 0; } }
  @media screen and (max-width: 768px) {
    .idx.idx_business .wrapper {
      padding-bottom: calc(8.5em / 8 * 3); } }
  .idx.idx_business .wrapper .idx_business_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% / 16 * 14);
    margin: 0 auto;
    padding: calc(8.5em / 8 * 5) 0 calc(8.5em / 8 * 2); }
    @media screen and (max-width: 768px) {
      .idx.idx_business .wrapper .idx_business_title {
        padding: calc(8.5em / 8 * 4) 0 calc(8.5em / 8 * 1); } }
    .idx.idx_business .wrapper .idx_business_title hgroup {
      display: flex;
      flex-direction: column; }
      .idx.idx_business .wrapper .idx_business_title hgroup h2 {
        font-size: 1.1275em; }
      .idx.idx_business .wrapper .idx_business_title hgroup span {
        order: -1;
        display: block;
        font-size: 3.28em;
        font-weight: 600;
        line-height: 1; }
  @media screen and (max-width: 768px) {
    .idx.idx_business .wrapper ul.idx_business_list {
      border-bottom: solid 1px var(--border-black); } }
  .idx.idx_business .wrapper ul.idx_business_list > li {
    border-top: solid 1px var(--border-black); }
    .idx.idx_business .wrapper ul.idx_business_list > li a {
      position: relative;
      z-index: 15;
      display: block; }
      .idx.idx_business .wrapper ul.idx_business_list > li a::before {
        content: '';
        position: absolute;
        bottom: 0;
        z-index: -5;
        display: block;
        width: 100%;
        height: 0;
        background: var(--color-background);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(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.idx_business .wrapper ul.idx_business_list > li a .idx_business_image {
        position: absolute;
        top: 50%;
        left: 50%;
        width: calc(8.5em * 4);
        transform: translate(-50%, -45%);
        opacity: 0;
        pointer-events: none;
        line-height: 0;
        border-radius: 4px;
        overflow: hidden;
        transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
        @media screen and (max-width: 768px) {
          .idx.idx_business .wrapper ul.idx_business_list > li a .idx_business_image {
            width: calc(8.5em * 2); } }
      .idx.idx_business .wrapper ul.idx_business_list > li a .idx_business_text {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: calc(100% / 16 * 14);
        margin: 0 auto;
        padding: calc(8.5em / 8 * 2) 0; }
        @media screen and (max-width: 768px) {
          .idx.idx_business .wrapper ul.idx_business_list > li a .idx_business_text {
            padding: calc(8.5em / 16 * 3) 0; } }
        .idx.idx_business .wrapper ul.idx_business_list > li a .idx_business_text * {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
        .idx.idx_business .wrapper ul.idx_business_list > li a .idx_business_text p {
          display: flex;
          flex-direction: column; }
          .idx.idx_business .wrapper ul.idx_business_list > li a .idx_business_text p span {
            display: block; }
            .idx.idx_business .wrapper ul.idx_business_list > li a .idx_business_text p span.primary {
              font-size: 2.05em; }
              @media screen and (max-width: 768px) {
                .idx.idx_business .wrapper ul.idx_business_list > li a .idx_business_text p span.primary {
                  font-size: 1.845em;
                  line-height: 1.435; } }
        .idx.idx_business .wrapper ul.idx_business_list > li a .idx_business_text i {
          display: block;
          width: 2.46em;
          height: 2.46em;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
          @media screen and (max-width: 768px) {
            .idx.idx_business .wrapper ul.idx_business_list > li a .idx_business_text i {
              width: 1.845em;
              height: 1.845em; } }
          .idx.idx_business .wrapper ul.idx_business_list > li a .idx_business_text i img {
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
      .idx.idx_business .wrapper ul.idx_business_list > li a:hover::before {
        top: 0;
        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; }
      .idx.idx_business .wrapper ul.idx_business_list > li a:hover .idx_business_image {
        transform: translate(-50%, -50%);
        opacity: 1;
        transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
      .idx.idx_business .wrapper ul.idx_business_list > li a:hover .idx_business_text * {
        color: var(--color-white);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
      .idx.idx_business .wrapper ul.idx_business_list > li a:hover .idx_business_text i {
        display: block;
        width: 2.46em;
        height: 2.46em;
        transform: translateX(10px);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(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.idx_business .wrapper ul.idx_business_list > li a:hover .idx_business_text i img {
          filter: invert(1);
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
  .idx.idx_business .wrapper .idx_business_bottom {
    margin-top: calc(8.5em / 16 * 3);
    display: flex;
    justify-content: center; }
  .idx.idx_interview_wrap .content {
    width: calc(100% / 16 * 15);
    padding: calc(8.5em / 4 * 3) 0;
    padding-left: calc(100% / 32 * 3);
    padding-right: calc(100% / 32 * 2);
    background: #ffffff;
    border-top-right-radius: calc(8.5em / 3);
    border-bottom-right-radius: calc(8.5em / 3); }
    @media screen and (max-width: 768px) {
      .idx.idx_interview_wrap .content {
        width: calc(100% / 16 * 16);
        padding: calc(8.5em / 4 * 2) calc(100% / 32 * 2);
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; } }
    .idx.idx_interview_wrap .content .flex_wrapper {
      display: flex;
      flex-direction: column;
      gap: calc(8.5em / 3); }
      .idx.idx_interview_wrap .content .flex_wrapper > ._body {
        display: flex;
        flex-wrap: wrap;
        gap: calc(8.5em / 4) calc(8.5em / 4 * 3); }
        .idx.idx_interview_wrap .content .flex_wrapper > ._body > .__text {
          flex: 3; }
          @media screen and (max-width: 768px) {
            .idx.idx_interview_wrap .content .flex_wrapper > ._body > .__text {
              min-width: 100%; } }
          .idx.idx_interview_wrap .content .flex_wrapper > ._body > .__text dl {
            margin-top: calc(85px / 8 * 3); }
            @media screen and (max-width: 768px) {
              .idx.idx_interview_wrap .content .flex_wrapper > ._body > .__text dl {
                margin-top: calc(85px / 8 * 2); } }
            .idx.idx_interview_wrap .content .flex_wrapper > ._body > .__text dl > dt {
              font-size: 1.845em;
              font-weight: 600; }
              @media screen and (max-width: 768px) {
                .idx.idx_interview_wrap .content .flex_wrapper > ._body > .__text dl > dt {
                  display: table;
                  margin: 0 auto; } }
            .idx.idx_interview_wrap .content .flex_wrapper > ._body > .__text dl > dd {
              margin-top: calc(8.5em / 8 * 1);
              font-size: 1.23em; }
              @media screen and (max-width: 768px) {
                .idx.idx_interview_wrap .content .flex_wrapper > ._body > .__text dl > dd {
                  padding: 0 calc(8.5em / 8);
                  font-size: 1em; } }
        .idx.idx_interview_wrap .content .flex_wrapper > ._body > .__content {
          flex: 5; }
          @media screen and (max-width: 768px) {
            .idx.idx_interview_wrap .content .flex_wrapper > ._body > .__content {
              min-width: 100%; } }
          .idx.idx_interview_wrap .content .flex_wrapper > ._body > .__content ul {
            display: flex;
            flex-wrap: wrap;
            gap: calc(8.5em / 4); }
            @media screen and (max-width: 768px) {
              .idx.idx_interview_wrap .content .flex_wrapper > ._body > .__content ul {
                gap: calc(8.5em / 8); } }
            .idx.idx_interview_wrap .content .flex_wrapper > ._body > .__content ul > li {
              width: calc((100% / 2) - ((8.5em / 4) * 1 / 2)); }
              @media screen and (max-width: 768px) {
                .idx.idx_interview_wrap .content .flex_wrapper > ._body > .__content ul > li {
                  width: calc((100% / 2) - ((8.5em / 8) * 1 / 2)); } }
              .idx.idx_interview_wrap .content .flex_wrapper > ._body > .__content ul > li a {
                position: relative;
                z-index: 15;
                display: block;
                border-radius: calc(8.5em / 12);
                overflow: hidden; }
                .idx.idx_interview_wrap .content .flex_wrapper > ._body > .__content ul > li a span {
                  position: absolute;
                  top: calc(8.5em / 16);
                  left: calc(8.5em / 16);
                  padding: calc(8.5em / 18) calc(8.5em / 8);
                  background: #231814;
                  border-radius: 8.5em;
                  font-size: .85em;
                  line-height: 1;
                  color: #ffffff; }
                  .idx.idx_interview_wrap .content .flex_wrapper > ._body > .__content ul > li a span.iv {
                    background: #506ee7; }
                  .idx.idx_interview_wrap .content .flex_wrapper > ._body > .__content ul > li a span.cs {
                    background: #e7295a; }
      @media screen and (max-width: 768px) {
        .idx.idx_interview_wrap .content .flex_wrapper > ._foot {
          text-align: center; } }
  .idx.idx_member {
    padding: calc(8.5em / 8 * 5) 0;
    background: url(images/background_logo.svg), var(--color-key1);
    background-repeat: repeat;
    background-size: 300px; }
    .idx.idx_member .wrapper {
      width: calc(100% / 16 * 14);
      margin: 0 auto; }
      .idx.idx_member .wrapper .idx_member_title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: calc(100% / 16 * 16);
        margin: 0 auto;
        padding: calc(8.5em / 8 * 2) 0 calc(8.5em / 8 * 2); }
        @media screen and (max-width: 768px) {
          .idx.idx_member .wrapper .idx_member_title {
            padding: 0 0 calc(8.5em / 8 * 1); } }
        .idx.idx_member .wrapper .idx_member_title hgroup {
          display: flex;
          flex-direction: column; }
          .idx.idx_member .wrapper .idx_member_title hgroup h2 {
            font-size: 1.1275em; }
          .idx.idx_member .wrapper .idx_member_title hgroup span {
            order: -1;
            display: block;
            font-size: 3.28em;
            font-weight: 600;
            line-height: 1; }
      .idx.idx_member .wrapper ul.ordered-posts-list {
        display: flex;
        gap: 5px; }
        @media screen and (max-width: 768px) {
          .idx.idx_member .wrapper ul.ordered-posts-list {
            flex-wrap: wrap; } }
        .idx.idx_member .wrapper ul.ordered-posts-list > li {
          width: calc((100% / 5) - (5px * 4 / 5)); }
          @media screen and (max-width: 768px) {
            .idx.idx_member .wrapper ul.ordered-posts-list > li {
              width: calc((100% / 2) - (5px * 1 / 2)); }
              .idx.idx_member .wrapper ul.ordered-posts-list > li:nth-child(5) {
                display: none; } }
          .idx.idx_member .wrapper ul.ordered-posts-list > li a {
            position: relative;
            z-index: 15;
            display: block; }
            .idx.idx_member .wrapper ul.ordered-posts-list > li a .figure {
              line-height: 0;
              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; }
              .idx.idx_member .wrapper ul.ordered-posts-list > li a .figure 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; }
            .idx.idx_member .wrapper ul.ordered-posts-list > li a .arrow {
              position: absolute;
              right: 10px;
              bottom: 10px;
              display: block; }
              .idx.idx_member .wrapper ul.ordered-posts-list > li a .arrow i {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 2.05em;
                height: 2.05em;
                background: var(--color-background); }
                .idx.idx_member .wrapper ul.ordered-posts-list > li a .arrow i img {
                  display: block;
                  width: 1em;
                  height: 1em;
                  filter: invert(1); }
            .idx.idx_member .wrapper ul.ordered-posts-list > li a:hover .figure {
              filter: grayscale(0) opacity(1) !important;
              transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
              .idx.idx_member .wrapper ul.ordered-posts-list > li a:hover .figure 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; }
        .idx.idx_member .wrapper ul.ordered-posts-list:hover > li a .figure {
          filter: grayscale(1) opacity(0.5);
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
      .idx.idx_member .wrapper .idx_member_bottom {
        margin-top: calc(8.5em / 16 * 3);
        display: flex;
        justify-content: center; }
  .idx.idx_environment_wrap {
    z-index: 10;
    margin-top: calc(8.5em / -2);
    background: #ffffff; }
    @media screen and (max-width: 768px) {
      .idx.idx_environment_wrap {
        margin-top: 0; } }
    .idx.idx_environment_wrap > .body {
      position: relative;
      z-index: 15;
      width: 100vw;
      height: calc(100vh - (8.5em / 8 * 6));
      height: calc((var(--vh, 1vh) * 100) - (8.5em / 8 * 6));
      max-height: 900px; }
      @media screen and (max-width: 768px) {
        .idx.idx_environment_wrap > .body {
          height: initial;
          max-height: initial;
          padding-bottom: 100vw;
          background: #e8e4dd;
          background: url(images/noise.gif), #e8e4dd;
          background-size: 100px, cover;
          background-repeat: repeat; } }
      @media screen and (max-width: 768px) {
        .idx.idx_environment_wrap > .body::before {
          content: '';
          position: absolute;
          left: 0;
          bottom: calc(100vw - 8.5em);
          display: block;
          width: 100%;
          height: 8.5em;
          background: linear-gradient(to top, transparent, #e8e4dd); } }
      .idx.idx_environment_wrap > .body::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        width: 100%;
        height: 8.5em;
        background: linear-gradient(to bottom, transparent, #e8e4dd); }
      .idx.idx_environment_wrap > .body > ._background {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        filter: brightness(0.8); }
        @media screen and (max-width: 768px) {
          .idx.idx_environment_wrap > .body > ._background {
            height: 100vw; } }
      .idx.idx_environment_wrap > .body .wrapper {
        width: calc(100% / 16 * 12);
        height: 100%;
        margin: 0 auto;
        padding: calc(8.5em / 4 * 5) 0 calc(8.5em / 1); }
        @media screen and (max-width: 768px) {
          .idx.idx_environment_wrap > .body .wrapper {
            padding: calc(8.5em / 4 * 2) 0 0; } }
      .idx.idx_environment_wrap > .body .flex_wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .idx.idx_environment_wrap > .body .flex_wrapper > ._head * {
          color: #ffffff; }
          @media screen and (max-width: 768px) {
            .idx.idx_environment_wrap > .body .flex_wrapper > ._head * {
              color: #231814; } }
        .idx.idx_environment_wrap > .body .flex_wrapper > ._body {
          display: flex;
          align-items: flex-start;
          flex-wrap: wrap;
          column-gap: calc(8.5em / 8 * 12); }
          @media screen and (max-width: 768px) {
            .idx.idx_environment_wrap > .body .flex_wrapper > ._body {
              margin-top: calc(85px / 8 * 2); } }
          .idx.idx_environment_wrap > .body .flex_wrapper > ._body > p {
            flex: 1;
            font-size: 1.075em;
            color: #ffffff; }
            @media screen and (max-width: 768px) {
              .idx.idx_environment_wrap > .body .flex_wrapper > ._body > p {
                font-size: 1em;
                color: #231814; } }
          @media screen and (max-width: 768px) {
            .idx.idx_environment_wrap > .body .flex_wrapper > ._body .__foot {
              width: 100%;
              margin-top: calc(8.5em / 3);
              text-align: center; } }
    .idx.idx_environment_wrap > .foot {
      background: #e8e4dd;
      background: url(images/noise.gif), #e8e4dd;
      background-size: 100px, cover;
      background-repeat: repeat;
      padding-bottom: calc(8.5em / 1);
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .idx.idx_environment_wrap > .foot {
          padding-bottom: calc(8.5em / 2); } }
      .idx.idx_environment_wrap > .foot .wrapper {
        width: calc(100% / 16 * 13);
        margin: 0 auto;
        padding: calc(8.5em / 3 * 1) 0 calc(8.5em / 4 * 1); }
        @media screen and (max-width: 768px) {
          .idx.idx_environment_wrap > .foot .wrapper .title > span {
            font-size: 2.46em; } }
      .idx.idx_environment_wrap > .foot .slider {
        padding: 0; }
        .idx.idx_environment_wrap > .foot .slider .slider__inner .slider__item {
          width: calc(8.5em / 2 * 5);
          padding: 0 2.5px; }
          @media screen and (max-width: 768px) {
            .idx.idx_environment_wrap > .foot .slider .slider__inner .slider__item {
              width: calc(8.5em / 2 * 3);
              padding: 0 2.5px; } }
          .idx.idx_environment_wrap > .foot .slider .slider__inner .slider__item .aspect {
            border-radius: 4px; }
  .idx.idx_recruit_wrap {
    background: #ffffff; }
    .idx.idx_recruit_wrap header {
      position: relative;
      z-index: 15;
      width: calc(100% / 16 * 13);
      margin: 0 auto;
      padding-top: calc(8.5em / 8 * 10); }
      @media screen and (max-width: 768px) {
        .idx.idx_recruit_wrap header {
          padding-top: calc(8.5em / 8 * 7); } }
      .idx.idx_recruit_wrap header dl {
        margin-top: calc(85px / 8 * 3); }
        .idx.idx_recruit_wrap header dl > dt {
          font-size: 1.845em;
          font-weight: 600; }
        .idx.idx_recruit_wrap header dl > dd {
          margin-top: calc(85px / 8 * 2);
          font-size: 1.23em; }
          @media screen and (max-width: 768px) {
            .idx.idx_recruit_wrap header dl > dd {
              font-size: 1em;
              margin-top: calc(85px / 8 * 1); } }
      .idx.idx_recruit_wrap header + div {
        padding-top: calc(85px / 8 * 6); }
        @media screen and (max-width: 768px) {
          .idx.idx_recruit_wrap header + div {
            padding-top: calc(85px / 8 * 3); } }
    .idx.idx_recruit_wrap .wrapper {
      width: calc(100% / 16 * 13);
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .idx.idx_recruit_wrap .wrapper {
          width: calc(100% / 16 * 14); } }
    .idx.idx_recruit_wrap .flex_wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: calc(8.5em / 16 * 3) 5px; }
      .idx.idx_recruit_wrap .flex_wrapper > .block {
        flex: 1; }
        @media screen and (max-width: 768px) {
          .idx.idx_recruit_wrap .flex_wrapper > .block {
            min-width: 100%; } }
        .idx.idx_recruit_wrap .flex_wrapper > .block > ._thumbnail {
          border-radius: 4px;
          overflow: hidden; }
          .idx.idx_recruit_wrap .flex_wrapper > .block > ._thumbnail 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; }
        .idx.idx_recruit_wrap .flex_wrapper > .block > ._text {
          display: flex;
          align-items: center;
          margin-top: calc(8.5em / 6);
          padding: 0 calc(8.5em / 6); }
          .idx.idx_recruit_wrap .flex_wrapper > .block > ._text p {
            flex: 1; }
            .idx.idx_recruit_wrap .flex_wrapper > .block > ._text p span {
              display: block; }
              .idx.idx_recruit_wrap .flex_wrapper > .block > ._text p span.primary {
                font-size: 1.435em; }
              .idx.idx_recruit_wrap .flex_wrapper > .block > ._text p span.secondary {
                font-size: .7em;
                line-height: 1;
                color: #999;
                text-transform: uppercase; }
          .idx.idx_recruit_wrap .flex_wrapper > .block > ._text i {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 3.28em;
            min-width: 3.28em;
            height: 3.28em;
            background: var(--color-background);
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(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.idx_recruit_wrap .flex_wrapper > .block > ._text i img {
              display: block;
              width: 1em;
              height: 1em;
              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; }
        .idx.idx_recruit_wrap .flex_wrapper > .block:hover > ._thumbnail 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; }
        .idx.idx_recruit_wrap .flex_wrapper > .block:hover > ._text i {
          background: #ee781f;
          border-color: #ee781f;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(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.idx_recruit_wrap .flex_wrapper > .block:hover > ._text i img {
            filter: brightness(0) invert(1);
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
  .idx.idx_faq_wrap {
    background: #ffffff; }
    .idx.idx_faq_wrap .wrapper {
      width: calc(100% / 16 * 13);
      margin: 0 auto;
      padding: calc(8.5em / 8 * 8) 0 calc(8.5em / 8 * 10); }
      @media screen and (max-width: 768px) {
        .idx.idx_faq_wrap .wrapper {
          width: calc(100% / 16 * 14);
          padding: calc(8.5em / 8 * 6) 0 calc(8.5em / 8 * 8); } }
    .idx.idx_faq_wrap .flex_wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: calc(8.5em / 4) calc(8.5em / 1); }
      .idx.idx_faq_wrap .flex_wrapper > ._head {
        flex: 1; }
      .idx.idx_faq_wrap .flex_wrapper > ._body {
        flex: 3; }
        @media screen and (max-width: 768px) {
          .idx.idx_faq_wrap .flex_wrapper > ._body {
            min-width: 100%; } }
        .idx.idx_faq_wrap .flex_wrapper > ._body > .__foot {
          display: flex;
          justify-content: flex-end; }
          @media screen and (max-width: 768px) {
            .idx.idx_faq_wrap .flex_wrapper > ._body > .__foot {
              justify-content: center; } }
    .idx.idx_faq_wrap .idx_faq_body {
      display: flex;
      flex-direction: column;
      gap: 5px; }
      .idx.idx_faq_wrap .idx_faq_body dl {
        background: #f0f0f0;
        border-radius: 4px;
        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; }
        .idx.idx_faq_wrap .idx_faq_body dl > dt {
          position: relative;
          z-index: 15;
          padding: calc(8.5rem / 6);
          padding-right: calc(((8.5rem / 6) * 2) + .7em);
          font-size: 1.23em;
          font-weight: 600;
          cursor: pointer; }
          .idx.idx_faq_wrap .idx_faq_body dl > dt::before, .idx.idx_faq_wrap .idx_faq_body dl > dt::after {
            content: '';
            position: absolute;
            top: calc(50% - 1px);
            right: calc(8.5rem / 6);
            display: block;
            width: .7em;
            height: 2px;
            background: #231814;
            border-radius: 1px; }
          .idx.idx_faq_wrap .idx_faq_body dl > dt::after {
            transform: rotate(90deg); }
        .idx.idx_faq_wrap .idx_faq_body dl > dd > div {
          border-top: solid 1px rgba(255, 255, 255, 0.1025);
          padding: calc(8.5rem / 6);
          padding-right: calc(((8.5rem / 6) * 2) + .7em);
          font-size: 1.075em; }
        .idx.idx_faq_wrap .idx_faq_body dl:hover, .idx.idx_faq_wrap .idx_faq_body dl.active {
          background: #ee781f;
          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; }
          .idx.idx_faq_wrap .idx_faq_body dl:hover *, .idx.idx_faq_wrap .idx_faq_body dl.active * {
            color: #ffffff; }
          .idx.idx_faq_wrap .idx_faq_body dl:hover > dt::before, .idx.idx_faq_wrap .idx_faq_body dl:hover > dt::after, .idx.idx_faq_wrap .idx_faq_body dl.active > dt::before, .idx.idx_faq_wrap .idx_faq_body dl.active > dt::after {
            background: #ffffff; }
      .idx.idx_faq_wrap .idx_faq_body + * {
        margin-top: calc(8.5em / 3); }
        @media screen and (max-width: 768px) {
          .idx.idx_faq_wrap .idx_faq_body + * {
            margin-top: calc(8.5em / 16 * 3); } }

.idx_beltline {
  padding: calc(100%/128*1) 0;
  background: var(--color-background);
  overflow: hidden;
  color: var(--color-key1); }
  .idx_beltline * {
    color: var(--color-key1); }
  .idx_beltline .slider {
    padding: calc(100%/128*1) 0; }
    @media screen and (max-width: 768px) {
      .idx_beltline .slider {
        padding: calc(100%/64*1) 0;
        border-bottom: dotted .25px; }
        .idx_beltline .slider:first-child {
          border-top: dotted .25px; } }
    .idx_beltline .slider .slider__inner .slider__item {
      width: auto; }
      .idx_beltline .slider .slider__inner .slider__item div {
        font-size: 2.255em;
        font-weight: 900;
        line-height: 1;
        letter-spacing: -.041em;
        white-space: nowrap; }
        .idx_beltline .slider .slider__inner .slider__item div i {
          color: var(--color-key2); }
    .idx_beltline .slider:nth-child(2n) .slider__inner {
      animation-direction: reverse; }

header#pageHeader .wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: calc(100% / 16 * 14);
  margin: 0 auto;
  padding: calc(8.5em / 8 * 3) 0; }
  @media screen and (max-width: 768px) {
    header#pageHeader .wrapper {
      flex-direction: column;
      gap: calc(8.5em / 16);
      width: calc(100% / 16 * 15);
      padding: calc(8.5em / 8 * 2) 0; } }
  header#pageHeader .wrapper hgroup {
    display: flex;
    flex-direction: column; }
    header#pageHeader .wrapper hgroup span {
      order: 1;
      display: inline-block;
      padding-right: .205em;
      background: linear-gradient(135deg, #150606 85%, var(--color-key2));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: 700;
      font-size: 7.175em;
      letter-spacing: -.0615em;
      line-height: 1;
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        header#pageHeader .wrapper hgroup span {
          font-size: 3.28em; } }
    header#pageHeader .wrapper hgroup h1 {
      display: flex;
      align-items: center;
      column-gap: calc(8.5em / 16);
      font-size: 1.3325em; }
      @media screen and (max-width: 768px) {
        header#pageHeader .wrapper hgroup h1 {
          font-size: 1.12755em; } }
      header#pageHeader .wrapper hgroup h1::before {
        content: '';
        display: block;
        width: .85em;
        height: .85em;
        background: var(--color-key2);
        border-radius: calc(8.5em / 64);
        overflow: hidden; }
header#pageHeader #breadcrumbs {
  white-space: nowrap; }
  @media screen and (max-width: 768px) {
    header#pageHeader #breadcrumbs {
      font-size: .9em; } }
  header#pageHeader #breadcrumbs > span {
    display: flex;
    column-gap: calc(85px / 8);
    width: calc(100% / 16 * 14);
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      header#pageHeader #breadcrumbs > span {
        column-gap: calc(85px / 16);
        width: calc(100% / 16 * 15); } }
    header#pageHeader #breadcrumbs > span a {
      color: #ee781f; }
  header#pageHeader #breadcrumbs ~ #breadcrumbs {
    border-top: none; }
header#pageHeader .slider .slider__inner .slider__item {
  width: calc(8.5em * 3); }

article.-page {
  position: relative;
  z-index: 25;
  background: #ffffff; }
  article.-page:has(section) {
    padding: 0; }
  article.-page > header {
    position: relative;
    z-index: 15; }
    article.-page > header .thumbnail {
      position: relative;
      z-index: 15; }
      article.-page > header .thumbnail::before {
        content: '';
        position: absolute;
        top: -1px;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 10vw;
        background: url(images/slice_mountain.svg);
        background-size: cover; }
    article.-page > header .wrapper {
      width: calc(100% / 16 * 13);
      margin: 0 auto;
      padding: calc(85px / 4 * 3) 0 0; }
      @media screen and (max-width: 768px) {
        article.-page > header .wrapper {
          padding: calc(85px / 4 * 2) 0 calc(85px / 6 * 1); } }
      article.-page > header .wrapper > span {
        display: block;
        margin-bottom: calc(85px / 16 * 2);
        font-size: 1.3325em;
        color: #ee781f;
        font-weight: 600; }
        @media screen and (max-width: 768px) {
          article.-page > header .wrapper > span {
            font-size: 1.23em;
            margin-bottom: calc(85px / 16 * 2); } }
      article.-page > header .wrapper h1 {
        font-size: 2.87em;
        line-height: 1;
        color: #231814; }
        @media screen and (max-width: 768px) {
          article.-page > header .wrapper h1 {
            font-size: 2.05em; } }
        article.-page > header .wrapper h1 + p {
          margin-top: calc(85px / 4);
          font-weight: 600;
          font-size: 1.23em;
          color: #ffffff; }
          @media screen and (max-width: 768px) {
            article.-page > header .wrapper h1 + p {
              margin-top: calc(85px / 6);
              font-size: 1em; } }
        article.-page > header .wrapper h1 + .publish {
          display: flex;
          align-items: center;
          column-gap: calc(85px/ 8); }
          @media screen and (max-width: 768px) {
            article.-page > header .wrapper h1 + .publish {
              column-gap: calc(85px/ 8); } }
          article.-page > header .wrapper h1 + .publish p, article.-page > header .wrapper h1 + .publish time {
            margin-top: calc(85px / 4);
            font-weight: 600;
            font-size: 1.23em;
            color: #8b959a; }
            @media screen and (max-width: 768px) {
              article.-page > header .wrapper h1 + .publish p, article.-page > header .wrapper h1 + .publish time {
                margin-top: calc(85px / 6);
                font-size: 1.23em; } }
    article.-page > header + .thumbnail {
      position: relative;
      z-index: 20;
      margin-top: calc(7.5vw * -1); }
      article.-page > header + .thumbnail .wrapper {
        width: calc(100% / 16 * 13);
        margin: 0 auto;
        border-radius: calc(85px / 8 * 2);
        overflow: hidden; }
  article.-page .hero_wrapper {
    background: linear-gradient(to bottom, transparent, var(--gray-1)); }
    article.-page .hero_wrapper .thumbnails div {
      aspect-ratio: 2.35 / 1; }
      @media screen and (max-width: 768px) {
        article.-page .hero_wrapper .thumbnails div {
          aspect-ratio: 16 / 9; } }
    article.-page .hero_wrapper .f_wrapper {
      display: flex; }
      @media screen and (max-width: 768px) {
        article.-page .hero_wrapper .f_wrapper {
          flex-direction: column; } }
      article.-page .hero_wrapper .f_wrapper .text {
        flex: 1;
        padding: calc(100% / 32) calc(100% / 16); }
        @media screen and (max-width: 768px) {
          article.-page .hero_wrapper .f_wrapper .text {
            order: 1; } }
      article.-page .hero_wrapper .f_wrapper .image {
        flex: 3; }
        article.-page .hero_wrapper .f_wrapper .image .f-carousel .f-carousel__slide {
          display: block;
          aspect-ratio: 16 / 9;
          border-radius: calc(8.5em / 32);
          overflow: hidden;
          line-height: 0; }
  article.-page section {
    position: relative;
    z-index: 15;
    padding: calc(8.5em / 8 * 5) 0; }
    article.-page section .wrapper {
      display: block;
      width: calc(100% / 16 * 14);
      margin: 0 auto; }
      article.-page section .wrapper hgroup {
        display: flex;
        flex-direction: column; }
        article.-page section .wrapper hgroup h3 {
          display: flex;
          align-items: center;
          column-gap: calc(8.5em / 16);
          font-size: .9em;
          font-weight: 600; }
          article.-page section .wrapper hgroup h3::before {
            content: '';
            display: block;
            width: 1em;
            height: 1em;
            background: var(--color-key2); }
        article.-page section .wrapper hgroup:has(h4) {
          flex-direction: row; }
          article.-page section .wrapper hgroup:has(h4) h4 {
            display: inline-block;
            padding: calc(8.5em / 64 * 3) calc(8.5em / 16);
            background: var(--color-key2);
            line-height: 1;
            clip-path: polygon(0 0, calc(100% - 5px) 0, 100% 5px, 100% 100%, 0 100%); }
          article.-page section .wrapper hgroup:has(h4) + * {
            margin-top: calc(8.5em / 8 * 2); }
            @media screen and (max-width: 768px) {
              article.-page section .wrapper hgroup:has(h4) + * {
                margin-top: calc(8.5em / 8 * 2); } }
        article.-page section .wrapper hgroup h5 {
          display: flex;
          align-items: center;
          column-gap: calc(8.5em / 16);
          font-size: 2.05em;
          font-weight: 600;
          line-height: 1;
          letter-spacing: -.0205em; }
        article.-page section .wrapper hgroup:has(h5) + * {
          margin-top: calc(8.5em / 8 * 1); }
          @media screen and (max-width: 768px) {
            article.-page section .wrapper hgroup:has(h5) + * {
              margin-top: calc(8.5em / 8 * 1); } }
        article.-page section .wrapper hgroup span {
          font-size: 4.1em;
          font-weight: 700;
          letter-spacing: -.0615em; }
          @media screen and (max-width: 768px) {
            article.-page section .wrapper hgroup span {
              font-size: 3.075em;
              letter-spacing: -.041em; } }
        article.-page section .wrapper hgroup + * {
          margin-top: calc(8.5em / 8 * 4); }
          @media screen and (max-width: 768px) {
            article.-page section .wrapper hgroup + * {
              margin-top: calc(8.5em / 8 * 2); } }
        article.-page section .wrapper hgroup ~ hgroup {
          margin-top: calc(8.5em / 8 * 4); }
          @media screen and (max-width: 768px) {
            article.-page section .wrapper hgroup ~ hgroup {
              margin-top: calc(8.5em / 8 * 2); } }
  article.-page > .wrapper {
    display: block;
    width: calc(100% / 16 * 14);
    margin: 0 auto;
    padding: calc(8.5em / 8 * 2) 0 calc(8.5em / 8 * 8); }
    article.-page > .wrapper.flex_wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: calc(8.5em / 8 * 2) calc(8.5em / 8 * 4); }
      article.-page > .wrapper.flex_wrapper > .full_width {
        min-width: 100%; }
      article.-page > .wrapper.flex_wrapper > .left_side {
        flex: 1;
        min-width: calc(8.5em / 8 * 8); }
        @media screen and (max-width: 768px) {
          article.-page > .wrapper.flex_wrapper > .left_side {
            min-width: 100%; } }
        article.-page > .wrapper.flex_wrapper > .left_side .sticky {
          top: calc(8.5em / 1); }
          article.-page > .wrapper.flex_wrapper > .left_side .sticky h5 {
            display: flex;
            align-items: center;
            column-gap: calc(8.5em / 8);
            padding: calc(8.5em / 24) 0;
            background: #f7f7f7;
            font-size: 1.23em; }
            article.-page > .wrapper.flex_wrapper > .left_side .sticky h5::before {
              content: '';
              display: block;
              width: calc(8.5em / 24);
              height: 1em;
              background: linear-gradient(to bottom, #ee781f 50%, #f8df0c 50%); }
            article.-page > .wrapper.flex_wrapper > .left_side .sticky h5 + * {
              margin-top: calc(8.5em / 8); }
          article.-page > .wrapper.flex_wrapper > .left_side .sticky ul {
            border-top: dotted 1px rgba(0, 0, 0, 0.1025); }
            article.-page > .wrapper.flex_wrapper > .left_side .sticky ul > li {
              border-bottom: dotted 1px rgba(0, 0, 0, 0.1025); }
              article.-page > .wrapper.flex_wrapper > .left_side .sticky ul > li a {
                display: flex;
                padding: calc(8.5em / 8) 0; }
      article.-page > .wrapper.flex_wrapper > .right_side {
        flex: 3; }

.page_navigation {
  position: relative;
  z-index: 15;
  padding: calc(8.5em / 8 * 8) 0 calc(8.5em / 8 * 3);
  background: #e8e4dd; }
  .page_navigation .wrapper {
    position: relative;
    z-index: 15;
    width: calc(100% / 32 * 29);
    margin: 0 auto; }
    .page_navigation .wrapper ul.list > li .card {
      display: flex;
      flex-direction: column;
      gap: calc(8.5em / 8);
      transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
      -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
      -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
      -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
      .page_navigation .wrapper ul.list > li .card > ._img {
        aspect-ratio: 1 / 1;
        border-radius: calc(8.5em / 16);
        overflow: hidden;
        background: #ee781f; }
        .page_navigation .wrapper ul.list > li .card > ._img img {
          transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
      .page_navigation .wrapper ul.list > li .card > ._txt {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .page_navigation .wrapper ul.list > li .card > ._txt * {
          color: #231814; }
        @media screen and (max-width: 768px) {
          .page_navigation .wrapper ul.list > li .card > ._txt .title_block h2 {
            font-size: 1em; } }
        .page_navigation .wrapper ul.list > li .card > ._txt i {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 1em;
          height: 1em;
          background: #ee781f;
          border-radius: 1em; }
          .page_navigation .wrapper ul.list > li .card > ._txt i::after {
            content: '';
            display: block;
            width: .328em;
            height: .328em;
            background: #ffffff;
            border-radius: 1em;
            transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
      .page_navigation .wrapper ul.list > li .card:hover {
        transform: scale(0.975);
        transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
        .page_navigation .wrapper ul.list > li .card:hover > ._img img {
          opacity: .5;
          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; }
        .page_navigation .wrapper ul.list > li .card:hover i::after {
          width: .8em;
          height: .8em;
          transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
    .page_navigation .wrapper ul.list > li.current .card > ._txt * {
      color: #ee781f; }
    .page_navigation .wrapper ul.list > li.current .card > ._txt i {
      filter: brightness(0) invert(1); }
    .page_navigation .wrapper ul.list.done > li {
      opacity: 0;
      transform: scale(0.85); }
    .page_navigation .wrapper ul.list.gone > li {
      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; }
      .page_navigation .wrapper ul.list.gone > li:nth-child(0) {
        transition-delay: calc((0 * 0.082s) + 0.615s); }
      .page_navigation .wrapper ul.list.gone > li:nth-child(1) {
        transition-delay: calc((1 * 0.082s) + 0.615s); }
      .page_navigation .wrapper ul.list.gone > li:nth-child(2) {
        transition-delay: calc((2 * 0.082s) + 0.615s); }
      .page_navigation .wrapper ul.list.gone > li:nth-child(3) {
        transition-delay: calc((3 * 0.082s) + 0.615s); }
      .page_navigation .wrapper ul.list.gone > li:nth-child(4) {
        transition-delay: calc((4 * 0.082s) + 0.615s); }
      .page_navigation .wrapper ul.list.gone > li:nth-child(5) {
        transition-delay: calc((5 * 0.082s) + 0.615s); }
      .page_navigation .wrapper ul.list.gone > li:nth-child(6) {
        transition-delay: calc((6 * 0.082s) + 0.615s); }
      .page_navigation .wrapper ul.list.gone > li:nth-child(7) {
        transition-delay: calc((7 * 0.082s) + 0.615s); }
      .page_navigation .wrapper ul.list.gone > li:nth-child(8) {
        transition-delay: calc((8 * 0.082s) + 0.615s); }
      .page_navigation .wrapper ul.list.gone > li:nth-child(9) {
        transition-delay: calc((9 * 0.082s) + 0.615s); }
      .page_navigation .wrapper ul.list.gone > li:nth-child(10) {
        transition-delay: calc((10 * 0.082s) + 0.615s); }
    .page_navigation .wrapper .swiper-pagination {
      position: relative;
      display: block;
      margin-top: calc(8.5em / 8); }

.page_about .page_main .page_head p {
  font-size: 1.075em; }
.page_about .page_main .page_head + * {
  margin-top: calc(8.5em / 8 * 2); }
.page_about .page_main .page_body .page_about_body .page_about_cell > .text {
  margin-top: calc(8.5em / 8 * 2); }
.page_about .page_main h3 {
  display: flex;
  align-items: center;
  column-gap: calc(8.5em / 12);
  font-size: 1.845em; }
  .page_about .page_main h3::before {
    content: '';
    display: block;
    width: calc(8.5em / 24);
    height: 1em;
    background: linear-gradient(to bottom, #ee781f 50%, #f8df0c 50%); }
.page_about .page_main h4 {
  padding-bottom: calc(8.5em / 24);
  border-bottom: solid 1px rgba(0, 0, 0, 0.1025);
  font-size: 1.5575em; }
  .page_about .page_main h4:first-letter {
    color: #ee781f; }
  .page_about .page_main h4 + * {
    margin-top: calc(8.5em / 16 * 3); }
.page_about .page_main .f-carousel .f-carousel__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  aspect-ratio: 1 / .41; }
.page_about .page_about_body {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 8); }
  @media screen and (max-width: 768px) {
    .page_about .page_about_body {
      gap: calc(8.5em / 12); } }
  .page_about .page_about_body + * {
    margin-top: calc(8.5em / 3); }
.page_about .page_about_company ul.list {
  border-top: dotted 1px rgba(0, 0, 0, 0.1025); }
  .page_about .page_about_company ul.list > li {
    padding: calc(8.5em / 8) 0;
    border-bottom: dotted 1px rgba(0, 0, 0, 0.1025); }
    .page_about .page_about_company ul.list > li dl {
      display: flex;
      flex-wrap: wrap; }
      .page_about .page_about_company ul.list > li dl > dt {
        flex: 1;
        font-weight: 600; }
      .page_about .page_about_company ul.list > li dl > dd {
        flex: 3;
        font-weight: 400; }
        .page_about .page_about_company ul.list > li dl > dd a {
          position: relative;
          z-index: 15;
          display: inline-flex;
          padding-bottom: calc(8.5em / 24);
          color: #ee781f; }
          .page_about .page_about_company ul.list > li dl > dd a::before, .page_about .page_about_company ul.list > li dl > dd 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; }
          .page_about .page_about_company ul.list > li dl > dd a::before {
            width: 100%;
            background: rgba(0, 0, 0, 0.1025); }
          .page_about .page_about_company ul.list > li dl > dd a::after {
            width: 0;
            background: #ee781f; }
          .page_about .page_about_company ul.list > li dl > dd 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; }
  .page_about .page_about_company ul.list + .googlemap {
    margin-top: calc(8.5em / 8 *  2); }
    .page_about .page_about_company ul.list + .googlemap .iframe_wrap {
      width: 100%;
      height: auto;
      aspect-ratio: 1 / .5;
      margin-top: calc(8.5em / 8); }
      .page_about .page_about_company ul.list + .googlemap .iframe_wrap iframe {
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;'; }
.page_about .page_about_company ul.disc > li {
  display: flex;
  align-items: center;
  column-gap: calc(8.5em / 16); }
  .page_about .page_about_company ul.disc > li::before {
    content: '';
    display: block;
    width: calc(8.5em / 16);
    min-width: calc(8.5em / 16);
    height: calc(8.5em / 16);
    background: #ee781f;
    border-radius: 8.5em; }
.page_about .page_about_company ul.flex {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: calc(8.5em / 40); }
  @media screen and (max-width: 768px) {
    .page_about .page_about_company ul.flex {
      font-size: .9em; } }
  .page_about .page_about_company ul.flex > li {
    padding: calc(8.5em / 24) calc(8.5em / 12);
    background: #f7f7f7;
    border: solid 1px rgba(0, 0, 0, 0.1025);
    border-radius: 4.1em;
    line-height: 1; }

.page_about_philosophy {
  background: var(--gray-1); }
  .page_about_philosophy .page_about_philosophy_body {
    position: relative;
    z-index: 15;
    background: url("images/noise.png"), #150606;
    background-size: 100px, cover;
    background-repeat: repeat;
    border-radius: calc(8.5em / 32);
    overflow: hidden;
    text-align: center;
    padding: calc(100% / 14 * 1); }
    @media screen and (max-width: 768px) {
      .page_about_philosophy .page_about_philosophy_body {
        width: calc(100% / 14* 15);
        margin-left: calc(100% / 28* -1);
        text-align: left;
        padding: calc(100% / 28 * 3); } }
    .page_about_philosophy .page_about_philosophy_body .background {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -5;
      height: 100%;
      width: 100%;
      mix-blend-mode: soft-light;
      opacity: .41; }
    .page_about_philosophy .page_about_philosophy_body p {
      color: #ffffff;
      font-size: 1.325em; }
      @media screen and (max-width: 768px) {
        .page_about_philosophy .page_about_philosophy_body p {
          font-size: 1.23em; } }

.page_about_message .message_body {
  display: flex;
  gap: calc(8.5em / 8 * 2) calc(8.5em / 8 * 4);
  width: calc(100% / 14* 13);
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .page_about_message .message_body {
      flex-direction: column;
      width: calc(100% / 14* 14); } }
  .page_about_message .message_body > div {
    flex: 1; }
  .page_about_message .message_body > .message_body_text {
    padding-top: calc(8.5em / 8 * 4); }
    @media screen and (max-width: 768px) {
      .page_about_message .message_body > .message_body_text {
        order: 1;
        padding-top: 0; } }
    .page_about_message .message_body > .message_body_text dl > dt {
      font-weight: 600;
      font-size: 1.845em; }
      @media screen and (max-width: 768px) {
        .page_about_message .message_body > .message_body_text dl > dt {
          font-size: 1.5525em; } }
      .page_about_message .message_body > .message_body_text dl > dt + dd {
        margin-top: calc(8.5em / 32 * 3); }
    .page_about_message .message_body > .message_body_text dl + p {
      margin-top: calc(8.5em / 16 * 3); }
  @media screen and (max-width: 768px) {
    .page_about_message .message_body > .message_body_image {
      width: calc(100% / 14 * 10);
      margin: 0 auto; } }
  .page_about_message .message_body > .message_body_image > div {
    aspect-ratio: 5/6;
    border-radius: calc(8.5em / 32);
    overflow: hidden;
    line-height: 1; }

.page_about_service .service_head + .service_body {
  margin-top: calc(8.5em / 16 * 3); }
.page_about_service .service_body .service_body_list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8.5em / 16 * 3); }
  @media screen and (max-width: 768px) {
    .page_about_service .service_body .service_body_list {
      gap: calc(8.5em / 16 * 4); } }
  .page_about_service .service_body .service_body_list > .service_body_item {
    display: flex;
    gap: calc(8.5em / 8 * 2);
    width: calc((100% / 2) - ((8.5em / 16 * 3) * 1 / 2)); }
    @media screen and (max-width: 768px) {
      .page_about_service .service_body .service_body_list > .service_body_item {
        gap: calc(8.5em / 8 * 1);
        width: 100%; } }
    .page_about_service .service_body .service_body_list > .service_body_item > .image {
      flex: 1; }
      .page_about_service .service_body .service_body_list > .service_body_item > .image > div {
        aspect-ratio: 1/1;
        border-radius: calc(8.5em / 32);
        overflow: hidden; }
    .page_about_service .service_body .service_body_list > .service_body_item > .text {
      flex: 2; }
      .page_about_service .service_body .service_body_list > .service_body_item > .text dl {
        padding: calc(8.5em / 8 * 1) 0; }
        @media screen and (max-width: 768px) {
          .page_about_service .service_body .service_body_list > .service_body_item > .text dl {
            padding: 0; } }
        .page_about_service .service_body .service_body_list > .service_body_item > .text dl > dt {
          font-weight: 600;
          font-size: 1.3325em; }
          .page_about_service .service_body .service_body_list > .service_body_item > .text dl > dt + dd {
            margin-top: calc(8.5em / 8); }
            @media screen and (max-width: 768px) {
              .page_about_service .service_body .service_body_list > .service_body_item > .text dl > dt + dd {
                margin-top: calc(8.5em / 16); } }

.page_about_future {
  background: var(--gray-12);
  overflow: hidden; }
  .page_about_future * {
    color: #ffffff; }
  .page_about_future .future_body {
    position: relative;
    z-index: 15;
    display: flex;
    align-items: center;
    gap: calc(8.5em / 8 * 2) calc(8.5em / 8 * 4);
    padding-bottom: calc(8.5em/8*4); }
    @media screen and (max-width: 768px) {
      .page_about_future .future_body {
        flex-direction: column;
        padding-bottom: calc(8.5em/8*2); } }
    .page_about_future .future_body > div {
      flex: 1; }
      @media screen and (max-width: 768px) {
        .page_about_future .future_body > div {
          min-width: 100%; } }
    .page_about_future .future_body span {
      position: absolute;
      bottom: 0;
      left: 0;
      display: inline-block;
      padding-right: .205em;
      background: linear-gradient(135deg, #ffffff 85%, var(--color-key2));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: 700;
      font-size: 10.25em;
      letter-spacing: -.0615em;
      line-height: .85;
      opacity: .0205; }
      @media screen and (max-width: 768px) {
        .page_about_future .future_body span {
          font-size: 7.175em; } }
    @media screen and (max-width: 768px) {
      .page_about_future .future_body dl {
        width: calc(100% / 14 * 12); } }
    .page_about_future .future_body dl > dt {
      font-size: 2.255em;
      font-weight: 600;
      line-height: 1.435; }
      .page_about_future .future_body dl > dt + dd {
        margin-top: calc(8.5em / 8); }
    .page_about_future .future_body dl > dd {
      font-size: 1.3325em;
      font-weight: 600;
      line-height: 2; }
      @media screen and (max-width: 768px) {
        .page_about_future .future_body dl > dd {
          font-size: 1.1275em; } }
  .page_about_future + .gallery {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto; }
    @media screen and (max-width: 768px) {
      .page_about_future + .gallery {
        flex-direction: column; } }
    .page_about_future + .gallery > .gallery_item {
      flex: 1; }
      @media screen and (max-width: 768px) {
        .page_about_future + .gallery > .gallery_item:nth-child(1) {
          display: none; }
        .page_about_future + .gallery > .gallery_item:nth-child(3) {
          display: none; } }
      .page_about_future + .gallery > .gallery_item > div {
        aspect-ratio: 16/9;
        overflow: hidden; }

.page_people .page_main .page_head p {
  font-size: 1.075em; }
.page_people .page_main .page_head + * {
  margin-top: calc(8.5em / 8 * 2); }
.page_people ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8.5em / 4); }
  @media screen and (max-width: 768px) {
    .page_people ul {
      gap: calc(8.5em / 8); } }
  .page_people ul > li {
    width: calc((100% / 3) - ((8.5em / 3) * 2 / 3)); }
    @media screen and (max-width: 768px) {
      .page_people ul > li {
        width: calc((100% / 2) - ((8.5em / 8) * 1 / 2)); } }
    .page_people ul > li.crosstalk {
      width: calc((100% / 2) - ((8.5em / 3) * 1 / 2)); }
      @media screen and (max-width: 768px) {
        .page_people ul > li.crosstalk {
          width: 100%; } }
    .page_people ul > li a {
      position: relative;
      z-index: 15;
      display: block;
      border-radius: calc(8.5em / 12);
      overflow: hidden; }
      .page_people ul > li a img {
        transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
      .page_people ul > li a span {
        position: absolute;
        top: calc(8.5em / 16);
        left: calc(8.5em / 16);
        padding: calc(8.5em / 18) calc(8.5em / 8);
        background: #231814;
        border-radius: 8.5em;
        font-size: .85em;
        line-height: 1;
        color: #ffffff; }
        .page_people ul > li a span.iv {
          background: #506ee7; }
        .page_people ul > li a span.cs {
          background: #e7295a; }
      .page_people ul > li a:hover img {
        transform: scale(1.075);
        transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }

#interview-head {
  position: relative;
  z-index: 15;
  width: 100%;
  aspect-ratio: 1 / .41;
  overflow: hidden; }
  #interview-head .inner {
    width: 100%;
    height: calc(100% + 85px); }

.other_post {
  position: relative;
  z-index: 20;
  background: var(--color-white); }
  .other_post .wrapper {
    display: block;
    width: calc(100% / 16* 14);
    margin: 0 auto;
    padding: calc(8.5em / 8* 4) 0 calc(8.5em / 8* 8); }
    .other_post .wrapper.other_post_interview h3 {
      display: flex;
      align-items: flex-start;
      column-gap: calc(8.5em / 24);
      font-size: 1.845em;
      line-height: 1.23; }
      .other_post .wrapper.other_post_interview h3 i {
        display: block;
        width: .85em;
        height: .85em;
        background: url(images/icon/flower.svg);
        background: cover;
        animation: flower 1.64s cubic-bezier(0.55, 0.05, 0.22, 0.99) 0s infinite normal; }
      .other_post .wrapper.other_post_interview h3 + * {
        margin-top: calc(8.5em / 16 * 4); }
        @media screen and (max-width: 768px) {
          .other_post .wrapper.other_post_interview h3 + * {
            margin-top: calc(8.5em / 16 * 3); } }
    .other_post .wrapper.other_post_interview ul.list {
      display: flex;
      flex-wrap: wrap;
      gap: calc(8.5em / 16 * 2); }
      @media screen and (max-width: 768px) {
        .other_post .wrapper.other_post_interview ul.list {
          gap: calc(8.5em / 16 * 2); } }
      .other_post .wrapper.other_post_interview ul.list > li {
        width: calc((100% / 5) - ((8.5em / 16 * 2) * 4 / 5)); }
        @media screen and (max-width: 768px) {
          .other_post .wrapper.other_post_interview ul.list > li {
            width: 100%; } }
        .other_post .wrapper.other_post_interview ul.list > li a {
          position: relative;
          z-index: 15;
          display: flex;
          align-items: flex-end;
          aspect-ratio: 1 / 1;
          border-radius: calc(8.5em / 16);
          overflow: hidden; }
          .other_post .wrapper.other_post_interview ul.list > li a .background {
            position: absolute;
            top: 0;
            left: 0;
            z-index: -5;
            width: 100%;
            height: 100%;
            pointer-events: none; }
            .other_post .wrapper.other_post_interview ul.list > li a .background 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 .wrapper.other_post_interview ul.list > li a span {
            position: absolute;
            top: calc(8.5em / 16);
            left: calc(8.5em / 16);
            padding: calc(8.5em / 18) calc(8.5em / 8);
            border-radius: 8.5em;
            font-size: .85em;
            line-height: 1;
            color: #ffffff; }
            .other_post .wrapper.other_post_interview ul.list > li a span.iv {
              background: #506ee7; }
            .other_post .wrapper.other_post_interview ul.list > li a span.cs {
              background: var(--color-background); }
          .other_post .wrapper.other_post_interview ul.list > li a .text {
            width: 100%;
            padding: calc(8.5em / 16 * 2); }
            @media screen and (max-width: 768px) {
              .other_post .wrapper.other_post_interview ul.list > li a .text {
                padding: calc(8.5em / 16 * 3); } }
            .other_post .wrapper.other_post_interview ul.list > li a .text .profile {
              display: flex;
              align-items: flex-end;
              column-gap: calc(8.5em / 8); }
              .other_post .wrapper.other_post_interview ul.list > li a .text .profile .profile_name {
                font-size: 1.23em;
                line-height: 1;
                font-weight: 600; }
                @media screen and (max-width: 768px) {
                  .other_post .wrapper.other_post_interview ul.list > li a .text .profile .profile_name {
                    font-size: 1.075em; } }
          .other_post .wrapper.other_post_interview ul.list > li a:hover .background 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 .wrapper.recently_post hgroup {
      display: flex;
      align-items: baseline;
      flex-wrap: wrap;
      gap: calc(8.5em / 24) calc(8.5em / 4);
      padding: calc(8.5em / 8) 0;
      border-bottom: solid 1px var(--border-light-white); }
      .other_post .wrapper.recently_post hgroup * {
        color: var(--color-white); }
      .other_post .wrapper.recently_post hgroup h2 {
        font-size: 1.845em;
        font-weight: normal; }
        @media screen and (max-width: 768px) {
          .other_post .wrapper.recently_post hgroup h2 {
            font-size: 1.435em;
            font-weight: var(--fontweight-bold); } }
      .other_post .wrapper.recently_post hgroup + * {
        margin-top: calc(8.5em / 8 * 2); }
    .other_post .wrapper.recently_post .recently_container {
      position: relative;
      z-index: 15; }
      .other_post .wrapper.recently_post .recently_container .swiper-button-wrap {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        column-gap: calc(8.5em / 32 * 3);
        margin-top: calc(8.5em / 8); }
        @media screen and (max-width: 768px) {
          .other_post .wrapper.recently_post .recently_container .swiper-button-wrap {
            column-gap: calc(8.5em / 32 * 3);
            margin-top: calc(8.5em / 8); } }
      .other_post .wrapper.recently_post .recently_container .swiper-button-prev, .other_post .wrapper.recently_post .recently_container .swiper-button-next {
        position: relative;
        top: initial;
        left: initial;
        right: initial;
        bottom: initial;
        margin: initial;
        padding: initial;
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(8.5em / 8 * 4);
        height: calc(8.5em / 8 * 4);
        background: var(--color-white);
        border: solid 1px var(--border-light-black);
        border-radius: calc(8.5em / 8 * 4); }
        @media screen and (max-width: 768px) {
          .other_post .wrapper.recently_post .recently_container .swiper-button-prev, .other_post .wrapper.recently_post .recently_container .swiper-button-next {
            width: calc(8.5em / 16 * 7);
            height: calc(8.5em / 16 * 7); } }
        .other_post .wrapper.recently_post .recently_container .swiper-button-prev::before, .other_post .wrapper.recently_post .recently_container .swiper-button-next::before {
          content: '';
          display: block;
          width: 1em;
          height: 1em;
          background: url(images/icon/arrow.svg); }
        .other_post .wrapper.recently_post .recently_container .swiper-button-prev::after, .other_post .wrapper.recently_post .recently_container .swiper-button-next::after {
          display: none; }
      .other_post .wrapper.recently_post .recently_container .swiper-button-prev::before {
        transform: rotate(180deg); }
    .other_post .wrapper.recently_post ul.post > li .card {
      display: flex;
      flex-direction: column;
      border-radius: calc(8.5em / 12);
      overflow: hidden;
      background: var(--color-white);
      background: #efeae5; }
      .other_post .wrapper.recently_post ul.post > li .card .background {
        width: 100%;
        aspect-ratio: 1 / .5625;
        overflow: hidden; }
        .other_post .wrapper.recently_post ul.post > li .card .background 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 .wrapper.recently_post ul.post > li .card .text {
        display: flex;
        flex-direction: column;
        gap: calc(8.5em / 16);
        padding: calc(8.5em / 16 * 3); }
        .other_post .wrapper.recently_post ul.post > li .card .text h1 {
          order: 3;
          font-size: 1.1275em;
          font-weight: 600;
          line-height: 1.435; }
          @media screen and (max-width: 768px) {
            .other_post .wrapper.recently_post ul.post > li .card .text h1 {
              font-size: 1.23em; } }
        .other_post .wrapper.recently_post ul.post > li .card .text p {
          order: 1;
          color: var(--color-key);
          font-weight: var(--fontweight-bold);
          line-height: 1.23; }
        .other_post .wrapper.recently_post ul.post > li .card .text ul.category {
          order: 2;
          display: flex;
          align-items: center;
          column-gap: calc(8.5em / 16);
          font-size: .7em; }
          .other_post .wrapper.recently_post ul.post > li .card .text ul.category > li {
            padding: calc(8.5em / 32) calc(8.5em / 8);
            background: #efeae5;
            background: var(--color-white);
            border-radius: 8.5em; }
        .other_post .wrapper.recently_post ul.post > li .card .text ul.terms {
          order: 4;
          display: flex;
          flex-direction: column;
          gap: calc(8.5em / 24);
          font-size: .7em; }
          .other_post .wrapper.recently_post ul.post > li .card .text ul.terms > li dl {
            display: flex;
            align-items: center; }
            .other_post .wrapper.recently_post ul.post > li .card .text ul.terms > li dl > dt {
              min-width: 5.125em;
              font-weight: 700; }
        .other_post .wrapper.recently_post ul.post > li .card .text ul.tag {
          order: 5;
          display: flex;
          align-items: center;
          flex-wrap: wrap;
          column-gap: calc(8.5em / 16);
          font-size: .7em; }
          .other_post .wrapper.recently_post ul.post > li .card .text ul.tag > li {
            padding: calc(8.5em / 24) calc(8.5em / 16);
            background: var(--color-white);
            border: solid 1px var(--border-light-black);
            border-radius: calc(8.5em / 32);
            line-height: 1; }
      .other_post .wrapper.recently_post ul.post > li .card:hover .background 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; }

.crosstalk_talker {
  width: calc(100% / 32 * 30);
  margin: calc(8.5em / 8 * 2) auto;
  padding: calc(8.5em / 16 * 4);
  background: #f7f7f7;
  border-radius: calc(8.5em / 32);
  overflow: hidden; }
  .crosstalk_talker > span {
    display: flex;
    align-items: center;
    column-gap: calc(8.5em / 16);
    font-weight: 600; }
    .crosstalk_talker > span::before {
      content: '';
      width: calc(8.5em / 10);
      height: calc(8.5em / 10);
      background: var(--color-key2);
      border-radius: calc(8.5em / 64);
      overflow: hidden; }
    .crosstalk_talker > span + * {
      margin-top: calc(8.5em / 8); }
  .crosstalk_talker ul {
    display: flex;
    flex-wrap: wrap; }
    .crosstalk_talker ul > li {
      flex: 1;
      display: flex;
      align-items: center;
      gap: calc(8.5em / 16 * 3);
      min-width: 50%; }
      .crosstalk_talker ul > li > i {
        display: block;
        width: calc(8.5em / 8 * 6);
        min-width: calc(8.5em / 8 * 6);
        height: calc(8.5em / 8 * 6);
        border-radius: calc(8.5em / 32);
        overflow: hidden; }
      .crosstalk_talker ul > li dl {
        flex: 1; }
        .crosstalk_talker ul > li dl > dt {
          font-size: 1.23em;
          font-weight: 600; }

.crosstalk_body {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 8 * 4); }
  .crosstalk_body > .image {
    flex: 1; }
  .crosstalk_body > .text {
    flex: 1; }
  .crosstalk_body ul.list {
    display: flex;
    flex-direction: column;
    gap: calc(8.5em / 8 * 4);
    width: calc(100% / 14 * 12);
    margin-left: auto; }
    .crosstalk_body ul.list > li dl {
      display: flex;
      flex-direction: column;
      gap: calc(8.5em / 8 * 2); }
      @media screen and (max-width: 768px) {
        .crosstalk_body ul.list > li dl {
          flex-direction: column; } }
      .crosstalk_body ul.list > li dl > dt {
        flex: 1;
        min-width: calc(8.5em * 2);
        display: flex;
        align-items: center;
        column-gap: calc(8.5em / 32 * 3);
        font-weight: 600;
        font-size: 1.23em;
        color: var(--color-key2); }
        .crosstalk_body ul.list > li dl > dt + dd {
          margin-top: calc(8.5em / 8); }
      .crosstalk_body ul.list > li dl > dd {
        flex: 3; }
        .crosstalk_body ul.list > li dl > dd ul {
          display: flex;
          flex-direction: column;
          gap: calc(8.5em / 8); }
          .crosstalk_body ul.list > li dl > dd ul > li {
            display: flex;
            align-items: flex-start; }
            .crosstalk_body ul.list > li dl > dd ul > li span {
              display: flex;
              flex-direction: column;
              gap: calc(8.5em / 32);
              min-width: calc(8.5em);
              font-size: .8em;
              color: #8b959a;
              text-align: center; }
              .crosstalk_body ul.list > li dl > dd ul > li span i {
                display: block;
                width: calc(8.5em / 8 * 5);
                height: calc(8.5em / 8 * 5);
                margin: 0 auto;
                border-radius: calc(8.5em / 8 * 6);
                overflow: hidden; }
            .crosstalk_body ul.list > li dl > dd ul > li p {
              flex: 1;
              background: #f7f7f7;
              padding: calc(8.5em / 32 * 5);
              border-radius: calc(8.5em / 32);
              overflow: hidden; }
    .crosstalk_body ul.list .figure_wrap {
      width: calc((100% / 4 * 1) - (8.5em / 8 * 4 / 2)); }
      .crosstalk_body ul.list .figure_wrap.left {
        order: 1; }
      .crosstalk_body ul.list .figure_wrap.right {
        order: 4; }
  .crosstalk_body .thumbnail_inline {
    margin-top: calc(8.5em / 16 * 4);
    border-radius: calc(8.5em / 16);
    overflow: hidden;
    line-height: 0; }
  .crosstalk_body .thumbnail_end {
    aspect-ratio: 2/1;
    border-radius: calc(8.5em / 16);
    overflow: hidden;
    line-height: 0; }

a.inline {
  display: flex;
  align-items: center;
  gap: calc(8.5em / 16); }
  a.inline > span {
    display: inline-block;
    padding-bottom: calc(8.5em / 32);
    border-bottom: solid 1px var(--color-background); }
  a.inline > i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.845em;
    height: 1.845em;
    background: #f7f7f7;
    border-radius: calc(8.5em / 32);
    overflow: hidden;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    a.inline > i img {
      display: block;
      width: .9em;
      height: .9em; }
  a.inline:hover > i {
    background-color: #ffc20f;
    background-image: radial-gradient(circle at 40% 20%, #f79e1d 0%, transparent 50%), radial-gradient(circle at 80% 0%, #ed5821 0%, transparent 50%), radial-gradient(circle at 0% 50%, #e92027 0%, transparent 50%);
    background-blend-mode: normal, normal, normal;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }

.page_business_jobtypes {
  background: var(--gray-1); }
  .page_business_jobtypes ul.jobtypes_interview {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: calc(8.5em / 32 * 3); }
    .page_business_jobtypes ul.jobtypes_interview > li a {
      display: block;
      width: calc(8.5em / 8 * 6);
      background-color: #ffc20f;
      background-image: radial-gradient(circle at 40% 20%, #f79e1d 0%, transparent 50%), radial-gradient(circle at 80% 0%, #ed5821 0%, transparent 50%), radial-gradient(circle at 0% 50%, #e92027 0%, transparent 50%);
      background-blend-mode: normal, normal, normal;
      border-radius: calc(8.5em / 24);
      overflow: hidden; }
      .page_business_jobtypes ul.jobtypes_interview > li a div {
        padding: 0;
        backdrop-filter: blur(10px);
        background: rgba(255, 255, 255, 0.41);
        line-height: 0;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
      .page_business_jobtypes ul.jobtypes_interview > li a:hover div {
        padding: calc(8.5em / 32);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }

.page_business_jobtypes_list {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 8 * 4);
  width: calc(100% / 14 * 13);
  margin: 0 auto;
  counter-reset: num; }
  @media screen and (max-width: 768px) {
    .page_business_jobtypes_list {
      width: calc(100% / 14 * 14); } }
  .page_business_jobtypes_list .page_business_jobtypes_items {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: calc(8.5em / 8 * 2) calc(8.5em / 8 * 6); }
    @media screen and (max-width: 768px) {
      .page_business_jobtypes_list .page_business_jobtypes_items {
        flex-direction: column; } }
    .page_business_jobtypes_list .page_business_jobtypes_items > .text {
      flex: 1; }
      @media screen and (max-width: 768px) {
        .page_business_jobtypes_list .page_business_jobtypes_items > .text {
          order: 1; } }
      .page_business_jobtypes_list .page_business_jobtypes_items > .text::before {
        counter-increment: num 1;
        content: "TYPE 0" counter(num);
        display: inline-block;
        margin-bottom: calc(8.5em / 16* 3);
        padding: calc(8.5em / 32) calc(8.5em / 16);
        background: var(--color-background);
        color: var(--color-white);
        font-size: .9em;
        font-weight: 700;
        letter-spacing: -.0615em; }
      .page_business_jobtypes_list .page_business_jobtypes_items > .text dl > dt {
        font-size: 1.845em;
        font-weight: 600; }
        .page_business_jobtypes_list .page_business_jobtypes_items > .text dl > dt + dd {
          margin-top: calc(8.5em / 8); }
      .page_business_jobtypes_list .page_business_jobtypes_items > .text dl + * {
        margin-top: calc(8.5em / 16 * 3); }
      .page_business_jobtypes_list .page_business_jobtypes_items > .text a.inline {
        margin-top: calc(8.5em / 16* 4); }
    .page_business_jobtypes_list .page_business_jobtypes_items > .image {
      flex: 1; }
      @media screen and (max-width: 768px) {
        .page_business_jobtypes_list .page_business_jobtypes_items > .image {
          width: 100%; } }
      .page_business_jobtypes_list .page_business_jobtypes_items > .image div {
        aspect-ratio: 6/5;
        border-radius: calc(8.5em / 24);
        overflow: hidden; }

.business_cio {
  background: var(--gray-12); }
  .business_cio * {
    color: var(--gray-1); }
  .business_cio .business_cio_flex {
    display: flex;
    align-items: center;
    gap: calc(8.5em / 8 * 2) calc(8.5em / 8 * 4); }
    @media screen and (max-width: 768px) {
      .business_cio .business_cio_flex {
        align-items: stretch;
        flex-direction: column; } }
    .business_cio .business_cio_flex > div {
      flex: 1; }
      @media screen and (max-width: 768px) {
        .business_cio .business_cio_flex > div {
          min-width: 100%; } }
  .business_cio .business_cio_list {
    display: flex;
    flex-direction: column;
    border-top: solid 1px rgba(255, 255, 255, 0.1025); }
    .business_cio .business_cio_list > .business_cio_item {
      padding: calc(8.5em / 16 * 5) 0;
      border-bottom: dashed 1px rgba(255, 255, 255, 0.1025); }
      @media screen and (max-width: 768px) {
        .business_cio .business_cio_list > .business_cio_item {
          padding: calc(8.5em / 16 * 4) 0; } }
      .business_cio .business_cio_list > .business_cio_item dl > dt {
        font-size: 1.5525em;
        font-weight: 700; }
        .business_cio .business_cio_list > .business_cio_item dl > dt + dd {
          margin-top: calc(8.5em / 8); }
          @media screen and (max-width: 768px) {
            .business_cio .business_cio_list > .business_cio_item dl > dt + dd {
              margin-top: calc(8.5em / 16); } }

.page_business .page_main .page_head p {
  font-size: 1.075em; }
.page_business .page_main .page_head + * {
  margin-top: calc(8.5em / 8 * 2); }
.page_business .page_main .page_body .page_business_body .page_business_cell > .text {
  margin-top: calc(8.5em / 8 * 2); }
.page_business .page_main h3 {
  display: flex;
  align-items: center;
  column-gap: calc(8.5em / 12);
  font-size: 1.845em; }
  .page_business .page_main h3::before {
    content: '';
    display: block;
    width: calc(8.5em / 24);
    height: 1em;
    background: linear-gradient(to bottom, #ee781f 50%, #f8df0c 50%); }
.page_business .page_main .f-carousel .f-carousel__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  aspect-ratio: 1 / .41; }
.page_business .page_business_body {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 8); }
  @media screen and (max-width: 768px) {
    .page_business .page_business_body {
      gap: calc(8.5em / 12); } }
  .page_business .page_business_body + * {
    margin-top: calc(8.5em / 3); }

.page_culture_numbers {
  background: var(--gray-1); }
  .page_culture_numbers .numbers_body ul {
    display: flex;
    flex-wrap: wrap;
    gap: calc(8.5em / 8 * 2); }
    @media screen and (max-width: 768px) {
      .page_culture_numbers .numbers_body ul {
        flex-direction: column;
        gap: calc(8.5em / 8 * 1); } }
    .page_culture_numbers .numbers_body ul > li {
      display: flex;
      align-items: center;
      flex-direction: column;
      gap: calc(8.5em / 8);
      width: calc((100% / 3) - ((8.5em / 8 * 2) * 2 / 3));
      padding: calc(8.5em / 8 * 3);
      background: #ffffff; }
      @media screen and (max-width: 768px) {
        .page_culture_numbers .numbers_body ul > li {
          width: 100%; } }
      .page_culture_numbers .numbers_body ul > li .title {
        text-align: center;
        font-size: 1.1275em;
        font-weight: 600; }
      .page_culture_numbers .numbers_body ul > li .body .text {
        display: flex;
        align-items: baseline; }
        .page_culture_numbers .numbers_body ul > li .body .text .num {
          font-size: 3.69em;
          font-weight: 600;
          line-height: .8; }
        .page_culture_numbers .numbers_body ul > li .body .text .attr {
          font-size: 1.3325em;
          font-weight: 900; }
      .page_culture_numbers .numbers_body ul > li .foot {
        opacity: .7;
        font-size: .85em; }

.page_culture_career .culture_body {
  width: 75%;
  margin-left: auto; }
  @media screen and (max-width: 768px) {
    .page_culture_career .culture_body {
      width: 100%; } }
  .page_culture_career .culture_body ul.list {
    position: relative;
    z-index: 15;
    display: flex;
    flex-direction: column;
    gap: calc(8.5em / 8 * 2); }
    .page_culture_career .culture_body ul.list > li {
      position: relative;
      z-index: 15;
      display: flex;
      flex-direction: column;
      gap: calc(8.5em / 16 * 3); }
      .page_culture_career .culture_body ul.list > li::before {
        content: '';
        position: absolute;
        top: calc(8.5em / 8 * 2);
        left: calc((100% / 2) - (2px / 2));
        z-index: -1;
        display: block;
        width: 2px;
        height: 100%;
        background: var(--color-key2); }
      .page_culture_career .culture_body ul.list > li:last-child::before {
        display: none; }
      .page_culture_career .culture_body ul.list > li dl {
        position: relative;
        z-index: 15;
        display: flex;
        flex-direction: column;
        gap: calc(8.5em / 16 * 1); }
        .page_culture_career .culture_body ul.list > li dl > dt {
          padding: calc(8.5em / 16);
          background: var(--color-key2);
          border-radius: calc(8.5em / 32);
          text-align: center;
          font-size: 1.23em;
          font-weight: 600;
          color: var(--color-white); }
        .page_culture_career .culture_body ul.list > li dl > dd {
          padding: calc(8.5em / 32 * 3);
          background: var(--color-white);
          border: solid 1px var(--color-key2);
          border-radius: calc(8.5em / 32);
          font-size: 1.1275em;
          text-align: center; }
          .page_culture_career .culture_body ul.list > li dl > dd.nul {
            border-width: 0px; }
          .page_culture_career .culture_body ul.list > li dl > dd ul {
            display: flex;
            flex-direction: column;
            gap: calc(8.5em / 32); }
            .page_culture_career .culture_body ul.list > li dl > dd ul > li {
              display: flex;
              align-items: center;
              gap: calc(8.5em / 16); }
              .page_culture_career .culture_body ul.list > li dl > dd ul > 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; }

.page_culture_benefits .page_culture_benefits_block {
  display: flex; }
  @media screen and (max-width: 768px) {
    .page_culture_benefits .page_culture_benefits_block {
      flex-direction: column;
      gap: calc(8.5em / 8); } }
  .page_culture_benefits .page_culture_benefits_block ~ .page_culture_benefits_block {
    margin-top: calc(8.5em / 16 * 6); }
  .page_culture_benefits .page_culture_benefits_block > .page_culture_benefits_title {
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: calc(8.5em / 32 * 3); }
    @media screen and (max-width: 768px) {
      .page_culture_benefits .page_culture_benefits_block > .page_culture_benefits_title {
        justify-content: center;
        flex-direction: row;
        gap: calc(8.5em / 32 * 5); } }
    .page_culture_benefits .page_culture_benefits_block > .page_culture_benefits_title > .image {
      width: calc(8.5em / 8 * 8);
      aspect-ratio: 1/1;
      padding: calc(8.5em / 8 * 1);
      background: #f7f7f7;
      border-radius: calc(8.5em / 32);
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .page_culture_benefits .page_culture_benefits_block > .page_culture_benefits_title > .image {
          width: calc(8.5em / 8 * 5);
          padding: calc(8.5em / 16 * 1); } }
    .page_culture_benefits .page_culture_benefits_block > .page_culture_benefits_title > .text {
      font-size: 1.23em;
      font-weight: 600; }
      @media screen and (max-width: 768px) {
        .page_culture_benefits .page_culture_benefits_block > .page_culture_benefits_title > .text {
          flex: 1; } }
  .page_culture_benefits .page_culture_benefits_block > .page_culture_benefits_main {
    flex: 3; }
    .page_culture_benefits .page_culture_benefits_block > .page_culture_benefits_main ul {
      border-top: solid 1px var(--border-black); }
      .page_culture_benefits .page_culture_benefits_block > .page_culture_benefits_main ul > li {
        padding: calc(8.5em / 16 * 3) 0;
        border-bottom: solid 1px var(--border-black); }
        @media screen and (max-width: 768px) {
          .page_culture_benefits .page_culture_benefits_block > .page_culture_benefits_main ul > li {
            padding: calc(8.5em / 16 * 2); } }
        .page_culture_benefits .page_culture_benefits_block > .page_culture_benefits_main ul > li dl {
          display: flex; }
          @media screen and (max-width: 768px) {
            .page_culture_benefits .page_culture_benefits_block > .page_culture_benefits_main ul > li dl {
              flex-direction: column;
              gap: calc(8.5em / 32); } }
          .page_culture_benefits .page_culture_benefits_block > .page_culture_benefits_main ul > li dl > dt {
            flex: 1;
            font-weight: 600; }
          .page_culture_benefits .page_culture_benefits_block > .page_culture_benefits_main ul > li dl > dd {
            flex: 3; }

.page_culture .page_main .page_head p {
  font-size: 1.075em; }
.page_culture .page_main .page_head + * {
  margin-top: calc(8.5em / 8 * 2); }
.page_culture .page_main h3 {
  display: flex;
  align-items: center;
  column-gap: calc(8.5em / 12);
  font-size: 1.845em; }
  .page_culture .page_main h3::before {
    content: '';
    display: block;
    width: calc(8.5em / 24);
    height: 1em;
    background: linear-gradient(to bottom, #ee781f 50%, #f8df0c 50%); }
.page_culture .page_culture_body {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 8); }
  @media screen and (max-width: 768px) {
    .page_culture .page_culture_body {
      gap: calc(8.5em / 12); } }
  .page_culture .page_culture_body + * {
    margin-top: calc(8.5em / 3); }

.page_faq .page_main .page_head p {
  font-size: 1.075em; }
.page_faq .page_main .page_head + * {
  margin-top: calc(8.5em / 8 * 2); }
.page_faq .page_main h3 {
  display: flex;
  align-items: center;
  column-gap: calc(8.5em / 12);
  font-size: 1.845em; }
  .page_faq .page_main h3::before {
    content: '';
    display: block;
    width: calc(8.5em / 24);
    height: 1em;
    background: linear-gradient(to bottom, #ee781f 50%, #f8df0c 50%); }
.page_faq .idx_faq_body {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 8); }
  @media screen and (max-width: 768px) {
    .page_faq .idx_faq_body {
      gap: calc(8.5em / 12); } }
  .page_faq .idx_faq_body dl {
    background: #f0f0f0;
    border-radius: calc(8.5em / 16);
    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; }
    .page_faq .idx_faq_body dl > dt {
      position: relative;
      z-index: 15;
      padding: calc(8.5rem / 6);
      padding-right: calc(((8.5rem / 6) * 2) + .7em);
      font-size: 1.23em;
      font-weight: 600;
      cursor: pointer; }
      .page_faq .idx_faq_body dl > dt::before, .page_faq .idx_faq_body dl > dt::after {
        content: '';
        position: absolute;
        top: calc(50% - 1px);
        right: calc(8.5rem / 6);
        display: block;
        width: .7em;
        height: 2px;
        background: #231814;
        border-radius: 1px; }
      .page_faq .idx_faq_body dl > dt::after {
        transform: rotate(90deg); }
    .page_faq .idx_faq_body dl > dd > div {
      border-top: solid 1px rgba(255, 255, 255, 0.1025);
      padding: calc(8.5rem / 6);
      padding-right: calc(((8.5rem / 6) * 2) + .7em);
      font-size: 1.075em; }
    .page_faq .idx_faq_body dl:hover, .page_faq .idx_faq_body dl.active {
      background: #ee781f;
      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; }
      .page_faq .idx_faq_body dl:hover *, .page_faq .idx_faq_body dl.active * {
        color: #ffffff; }
      .page_faq .idx_faq_body dl:hover > dt::before, .page_faq .idx_faq_body dl:hover > dt::after, .page_faq .idx_faq_body dl.active > dt::before, .page_faq .idx_faq_body dl.active > dt::after {
        background: #ffffff; }
  .page_faq .idx_faq_body + * {
    margin-top: calc(8.5em / 3); }

.page_newgraduate .page_newgraduate_message .page_newgraduate_message_body {
  position: relative;
  z-index: 15;
  background: url("images/noise.png"), #150606;
  background-size: 100px, cover;
  background-repeat: repeat;
  border-radius: calc(8.5em / 32);
  overflow: hidden;
  text-align: center;
  padding: calc(100% / 14 * 1); }
  @media screen and (max-width: 768px) {
    .page_newgraduate .page_newgraduate_message .page_newgraduate_message_body {
      width: calc(100% / 14* 15);
      margin-left: calc(100% / 28* -1);
      text-align: left;
      padding: calc(100% / 28 * 3); } }
  .page_newgraduate .page_newgraduate_message .page_newgraduate_message_body .background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
    height: 100%;
    width: 100%;
    mix-blend-mode: soft-light;
    opacity: .41; }
  .page_newgraduate .page_newgraduate_message .page_newgraduate_message_body dl {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(8.5em / 16 * 3); }
    .page_newgraduate .page_newgraduate_message .page_newgraduate_message_body dl * {
      color: #ffffff;
      font-weight: 600; }
    .page_newgraduate .page_newgraduate_message .page_newgraduate_message_body dl dt {
      font-size: 1.64em; }
      @media screen and (max-width: 768px) {
        .page_newgraduate .page_newgraduate_message .page_newgraduate_message_body dl dt {
          font-size: 1.5575em; } }
    .page_newgraduate .page_newgraduate_message .page_newgraduate_message_body dl dd {
      font-size: 1.23em; }
      @media screen and (max-width: 768px) {
        .page_newgraduate .page_newgraduate_message .page_newgraduate_message_body dl dd {
          font-size: 1.075em; } }
.page_newgraduate .page_newgraduate_outline .outline_jobpost ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.125em; }
  @media screen and (max-width: 768px) {
    .page_newgraduate .page_newgraduate_outline .outline_jobpost ul {
      flex-direction: column; } }
  .page_newgraduate .page_newgraduate_outline .outline_jobpost ul > li {
    display: flex;
    gap: calc(8.5em / 8 * 2);
    width: 100%; }
    @media screen and (max-width: 768px) {
      .page_newgraduate .page_newgraduate_outline .outline_jobpost ul > li {
        flex-direction: column;
        gap: calc(8.5em / 32 * 5); } }
    .page_newgraduate .page_newgraduate_outline .outline_jobpost ul > li > .image {
      flex: 1; }
      .page_newgraduate .page_newgraduate_outline .outline_jobpost ul > li > .image div {
        aspect-ratio: 3/2;
        background: #f7f7f7;
        border-radius: calc(8.5em / 16 * 1);
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .page_newgraduate .page_newgraduate_outline .outline_jobpost ul > li > .image div {
            aspect-ratio: 2.35/1; } }
    .page_newgraduate .page_newgraduate_outline .outline_jobpost ul > li > .text {
      flex: 3; }
      .page_newgraduate .page_newgraduate_outline .outline_jobpost ul > li > .text dl > dt {
        font-size: 1.435em;
        font-weight: 600;
        line-height: 1.435; }
        .page_newgraduate .page_newgraduate_outline .outline_jobpost ul > li > .text dl > dt + dd {
          margin-top: calc(8.5em / 16 * 1); }
.page_newgraduate .page_newgraduate_outline .outline_jobdescription > ul {
  border-top: solid 1px rgba(0, 0, 0, 0.1025); }
  .page_newgraduate .page_newgraduate_outline .outline_jobdescription > ul > li {
    padding: calc(8.5em / 16 * 5) 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1025); }
    @media screen and (max-width: 768px) {
      .page_newgraduate .page_newgraduate_outline .outline_jobdescription > ul > li {
        padding: calc(8.5em / 16 * 1) 0 calc(8.5em / 16 * 2); } }
    .page_newgraduate .page_newgraduate_outline .outline_jobdescription > ul > li > dl {
      display: flex;
      align-items: baseline; }
      @media screen and (max-width: 768px) {
        .page_newgraduate .page_newgraduate_outline .outline_jobdescription > ul > li > dl {
          flex-direction: column;
          gap: calc(8.5em / 16); } }
      .page_newgraduate .page_newgraduate_outline .outline_jobdescription > ul > li > dl > dt {
        flex: 2;
        min-width: calc(8.5em / 8 * 12);
        font-weight: 600; }
        @media screen and (max-width: 768px) {
          .page_newgraduate .page_newgraduate_outline .outline_jobdescription > ul > li > dl > dt {
            min-width: calc(8.5em / 8 * 5);
            font-size: .85em; } }
      .page_newgraduate .page_newgraduate_outline .outline_jobdescription > ul > li > dl > dd {
        flex: 8; }
        @media screen and (max-width: 768px) {
          .page_newgraduate .page_newgraduate_outline .outline_jobdescription > ul > li > dl > dd {
            padding: 0 calc(8.5em / 8); } }
        .page_newgraduate .page_newgraduate_outline .outline_jobdescription > ul > li > dl > dd ul.flow {
          display: flex;
          flex-direction: column;
          gap: calc(8.5em / 32 * 3);
          background: #f7f7f7;
          padding: calc(8.5em / 16 * 4);
          border-radius: calc(8.5em / 32);
          overflow: hidden; }
          .page_newgraduate .page_newgraduate_outline .outline_jobdescription > ul > li > dl > dd ul.flow > li > dl {
            display: flex;
            flex-direction: column;
            gap: calc(8.5em / 32); }
            .page_newgraduate .page_newgraduate_outline .outline_jobdescription > ul > li > dl > dd ul.flow > li > dl > dt {
              font-weight: 600;
              color: #ee781f; }
            .page_newgraduate .page_newgraduate_outline .outline_jobdescription > ul > li > dl > dd ul.flow > li > dl > dd {
              padding-left: calc(8.5em / 8);
              border-left: solid 1px rgba(0, 0, 0, 0.1025); }
        .page_newgraduate .page_newgraduate_outline .outline_jobdescription > ul > li > dl > dd ul.tag {
          display: flex;
          flex-wrap: wrap;
          gap: calc(8.5em / 32);
          margin-top: calc(8.5em / 16);
          font-size: .9em; }
          .page_newgraduate .page_newgraduate_outline .outline_jobdescription > ul > li > dl > dd ul.tag > li {
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 2.05em;
            padding: 0 calc(8.5em / 32 * 3);
            border-radius: calc(8.5em / 32);
            overflow: hidden;
            background: #8ba0b0;
            color: #ffffff; }
.page_newgraduate .page_newgraduate_outline .outline_wanted {
  padding: calc(8.5em / 16 * 3);
  background: var(--color-background);
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .page_newgraduate .page_newgraduate_outline .outline_wanted {
      padding: calc(8.5em / 32 * 3); } }
  .page_newgraduate .page_newgraduate_outline .outline_wanted ul {
    display: flex;
    flex-wrap: wrap;
    gap: calc(8.5em / 16 * 2);
    counter-reset: num; }
    @media screen and (max-width: 768px) {
      .page_newgraduate .page_newgraduate_outline .outline_wanted ul {
        gap: calc(8.5em / 16 * 1); } }
    .page_newgraduate .page_newgraduate_outline .outline_wanted ul > li {
      position: relative;
      z-index: 15;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      padding: calc(8.5em / 16 * 3);
      background: linear-gradient(160deg, #f3ad1a, var(--color-key2), #d71800);
      border-radius: calc(8.5em / 16);
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .page_newgraduate .page_newgraduate_outline .outline_wanted ul > li {
          align-items: flex-start;
          flex-direction: column;
          width: 100%;
          padding: calc(8.5em / 16 * 3); } }
      .page_newgraduate .page_newgraduate_outline .outline_wanted ul > li::before {
        counter-increment: num 1;
        content: "( Wanted 0" counter(num) " )";
        display: block;
        margin-bottom: calc(8.5em/32 * 3); }
        @media screen and (max-width: 768px) {
          .page_newgraduate .page_newgraduate_outline .outline_wanted ul > li::before {
            margin-bottom: calc(8.5em/32 * 2);
            font-size: .85em; } }
      .page_newgraduate .page_newgraduate_outline .outline_wanted ul > li p {
        font-weight: 600;
        font-size: 1.5525em;
        line-height: 1.435; }
        @media screen and (max-width: 768px) {
          .page_newgraduate .page_newgraduate_outline .outline_wanted ul > li p {
            font-size: 1.23em; } }
.page_newgraduate .page_newgraduate_outline .outline_contact {
  padding: calc(8.5em / 16 * 4);
  background: #f7f7f7;
  border-radius: calc(8.5em / 32);
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .page_newgraduate .page_newgraduate_outline .outline_contact {
      padding: calc(8.5em / 16 * 3); } }
.page_newgraduate .page_newgraduate_flow ul {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 16 * 3);
  counter-reset: num;
  width: calc(100% / 14 * 12);
  margin-left: auto; }
  @media screen and (max-width: 768px) {
    .page_newgraduate .page_newgraduate_flow ul {
      width: calc(100% / 14 * 14); } }
  .page_newgraduate .page_newgraduate_flow ul > li {
    display: flex;
    align-items: flex-start;
    gap: calc(8.5em / 8); }
    .page_newgraduate .page_newgraduate_flow ul > li::before {
      counter-increment: num 1;
      content: "0" counter(num);
      display: flex;
      align-items: center;
      justify-content: center;
      width: calc(2.05em);
      min-width: calc(2.05em);
      height: calc(2.05em);
      background: var(--color-key2);
      border-radius: calc(8.5em / 32);
      font-weight: 600;
      font-size: .85em; }
    .page_newgraduate .page_newgraduate_flow ul > li dl > dt {
      font-weight: 600;
      font-size: 1.23em; }
      .page_newgraduate .page_newgraduate_flow ul > li dl > dt + dd {
        margin-top: calc(8.5em / 32 * 2); }
    .page_newgraduate .page_newgraduate_flow ul > li dl > dd > * + * {
      margin-top: calc(8.5em / 16); }
    .page_newgraduate .page_newgraduate_flow ul > li dl > dd .hold {
      display: inline-block;
      padding: calc(8.5em / 8);
      background: #f7f7f7;
      border: solid 1px rgba(0, 0, 0, 0.1025);
      border-radius: calc(8.5em / 32);
      overflow: hidden;
      font-size: .9em; }
    .page_newgraduate .page_newgraduate_flow ul > li dl > dd a {
      color: cornflowerblue;
      text-decoration: underline; }

.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: rgba(0, 0, 0, 0.1025);
      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);
          border-width: 0px;
          font-size: .9em; }
          .archive_joblist .searchandfilter ul > li[data-sf-field-input-type="radio"] ul > li {
            display: table;
            border-width: 0px;
            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:first-child {
              display: none; }
            .archive_joblist .searchandfilter ul > li[data-sf-field-input-type="radio"] ul > li:hover {
              opacity: .5;
              transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
      .archive_joblist .searchandfilter ul > li[data-sf-field-type="tag"] ul > li:first-child {
        display: none; }
  .archive_joblist .searchandfilter h4 {
    min-width: 5.575em;
    padding: 0;
    margin-bottom: calc(8.5em / 16); }
  .archive_joblist .searchandfilter label {
    flex: 1; }
    @media screen and (max-width: 768px) {
      .archive_joblist .searchandfilter label {
        display: block; } }
  .archive_joblist .searchandfilter select {
    display: block;
    min-width: 184.5px;
    max-width: 100%;
    height: calc(8.5em / 8 * 3);
    background-color: #ffffff;
    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: #ffffff;
      border: solid 1px rgba(0, 0, 0, 0.1025);
      border-radius: 4px; }
    .archive_joblist .searchandfilter input[type="radio"]:checked + label {
      background: #ee781f;
      color: #ffffff; }
  .archive_joblist .searchandfilter input[type="submit"] {
    display: block;
    min-width: 100%;
    height: calc(8.5em / 8 * 3);
    background-color: #ffffff;
    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: #ffffff; }
    @media screen and (max-width: 768px) {
      .archive_joblist .searchandfilter input[type="submit"] {
        width: 100%;
        height: 51.25px; } }
  .archive_joblist .searchandfilter + * {
    margin-top: calc(8.5em / 16 * 3); }

.joblist_archive ul.list {
  padding-bottom: calc(8.5em / 8 * 3);
  border-bottom: solid 1px rgba(0, 0, 0, 0.1025); }
  .joblist_archive ul.list > li ~ li {
    margin-top: calc(8.5em / 8 * 3);
    padding-top: calc(8.5em / 8 * 3);
    border-top: solid 1px rgba(0, 0, 0, 0.1025); }
  .joblist_archive ul.list > li .card > ._head h2 {
    font-size: 1.845em;
    line-height: 1.435;
    font-weight: 600; }
  .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 > .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 > ._body + * {
      margin-top: calc(8.5em / 8); }
  .joblist_archive ul.list > li .card > ._foot p {
    font-size: .9em; }
  .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); }
    .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: #231814;
        background: url(images/noise.png), #231814;
        background-repeat: repeat;
        background-size: 100px;
        border: 1px solid rgba(0, 0, 0, 0.1025);
        border-radius: 6px;
        font-size: 16px;
        padding: 0 20px;
        color: #ffffff;
        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: #ee781f;
        background: url(images/noise.png), #ee781f;
        background-repeat: repeat;
        background-size: 100px; }
.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: #ffffff; }
      .joblist_archive nav.pagination .nav-links .page-numbers.dots {
        background: none; }

@media screen and (max-width: 768px) {
  .single_joblist .flex_wrapper {
    padding: calc(8.5em / 8 * 1) 0 calc(8.5em / 8 * 6) !important; } }
@media screen and (max-width: 768px) {
  .single_joblist .flex_wrapper > .left_side {
    display: none; } }
.single_joblist .flex_wrapper > .right_side .single_head {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 12); }
  .single_joblist .flex_wrapper > .right_side .single_head h1 {
    order: 3;
    font-size: 2.255em;
    font-weight: 600;
    line-height: 1.435; }
    @media screen and (max-width: 768px) {
      .single_joblist .flex_wrapper > .right_side .single_head h1 {
        font-size: 1.845em; } }
  .single_joblist .flex_wrapper > .right_side .single_head p {
    order: 1;
    font-size: 1.23em;
    color: #ee781f;
    font-weight: 700;
    line-height: 1.23; }
  .single_joblist .flex_wrapper > .right_side .single_head ul.category {
    order: 2;
    display: flex;
    align-items: center;
    column-gap: calc(8.5em / 16);
    font-size: .9em; }
    .single_joblist .flex_wrapper > .right_side .single_head ul.category > li {
      padding: calc(8.5em / 32) calc(8.5em / 8);
      background: #f5f5f5;
      border-radius: 8.5em; }
  .single_joblist .flex_wrapper > .right_side .single_head ul.terms {
    order: 4;
    display: flex;
    flex-direction: column;
    gap: calc(8.5em / 24);
    font-size: .9em; }
    .single_joblist .flex_wrapper > .right_side .single_head ul.terms > li dl {
      display: flex;
      align-items: center; }
      .single_joblist .flex_wrapper > .right_side .single_head ul.terms > li dl > dt {
        min-width: 5.125em;
        font-weight: 700; }
  .single_joblist .flex_wrapper > .right_side .single_head ul.tag {
    order: 5;
    display: flex;
    align-items: center;
    column-gap: calc(8.5em / 16);
    font-size: .9em; }
    .single_joblist .flex_wrapper > .right_side .single_head ul.tag > li {
      padding: calc(8.5em / 24) calc(8.5em / 16);
      background: #ffffff;
      border: solid 1px rgba(0, 0, 0, 0.1025);
      border-radius: calc(8.5em / 32);
      line-height: 1; }
  .single_joblist .flex_wrapper > .right_side .single_head .thumbnail {
    order: 6;
    width: 100%;
    margin-top: calc(8.5em / 16 * 3);
    aspect-ratio: 1 / .5625;
    border-radius: calc(8.5em / 16);
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .single_joblist .flex_wrapper > .right_side .single_head .thumbnail {
        margin-top: calc(8.5em / 16 * 2); } }
.single_joblist .flex_wrapper > .right_side .single_body {
  margin-top: calc(8.5em / 8 * 4); }
  .single_joblist .flex_wrapper > .right_side .single_body .single_block hgroup {
    display: table; }
    .single_joblist .flex_wrapper > .right_side .single_body .single_block hgroup h2 {
      font-size: 2.05em; }
      @media screen and (max-width: 768px) {
        .single_joblist .flex_wrapper > .right_side .single_body .single_block hgroup h2 {
          font-size: 1.845em; } }
    .single_joblist .flex_wrapper > .right_side .single_body .single_block hgroup h3 {
      font-size: 1.845em; }
      @media screen and (max-width: 768px) {
        .single_joblist .flex_wrapper > .right_side .single_body .single_block hgroup h3 {
          font-size: 1.5575em; } }
      .single_joblist .flex_wrapper > .right_side .single_body .single_block hgroup h3::first-letter {
        color: #ee781f; }
    .single_joblist .flex_wrapper > .right_side .single_body .single_block hgroup + * {
      margin-top: calc(8.5rem / 16 * 3); }
  .single_joblist .flex_wrapper > .right_side .single_body .single_block ~ .single_block {
    margin-top: calc(8.5em / 8 * 6); }
    @media screen and (max-width: 768px) {
      .single_joblist .flex_wrapper > .right_side .single_body .single_block ~ .single_block {
        margin-top: calc(8.5em / 8 * 3); } }
  .single_joblist .flex_wrapper > .right_side .single_body .single_block .single_cell ~ .single_cell {
    margin-top: calc(8.5em / 8 * 4); }
    @media screen and (max-width: 768px) {
      .single_joblist .flex_wrapper > .right_side .single_body .single_block .single_cell ~ .single_cell {
        margin-top: calc(8.5em / 8 * 2); } }
.single_joblist .flex_wrapper > .right_side .interview_head {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 12); }
  @media screen and (max-width: 768px) {
    .single_joblist .flex_wrapper > .right_side .interview_head {
      margin-top: calc(8.5em / 8 * 2); } }
  .single_joblist .flex_wrapper > .right_side .interview_head h1 {
    order: 3;
    font-size: 5.175em;
    font-weight: var(--fontweight-bold);
    line-height: 1.23; }
    @media screen and (max-width: 768px) {
      .single_joblist .flex_wrapper > .right_side .interview_head h1 {
        font-size: 3.28em; } }
.single_joblist .flex_wrapper > .right_side .interview_body .single_block ~ .single_block {
  margin-top: calc(8.5em / 8 * 6); }
  @media screen and (max-width: 768px) {
    .single_joblist .flex_wrapper > .right_side .interview_body .single_block ~ .single_block {
      margin-top: calc(8.5em / 8 * 3); } }
.single_joblist .flex_wrapper > .right_side .interview_body .single_block .single_cell ~ .single_cell {
  margin-top: calc(8.5em / 8 * 4); }
  @media screen and (max-width: 768px) {
    .single_joblist .flex_wrapper > .right_side .interview_body .single_block .single_cell ~ .single_cell {
      margin-top: calc(8.5em / 8 * 2); } }
.single_joblist .flex_wrapper > .right_side .interview_body ul.list {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 8 * 3); }
  .single_joblist .flex_wrapper > .right_side .interview_body ul.list > li > dl > dt {
    font-size: 1.845em;
    font-weight: 600; }
    @media screen and (max-width: 768px) {
      .single_joblist .flex_wrapper > .right_side .interview_body ul.list > li > dl > dt {
        font-size: 1.435em; } }
    .single_joblist .flex_wrapper > .right_side .interview_body ul.list > li > dl > dt::before {
      content: 'Question';
      display: table;
      margin-bottom: calc(8.5em / 12);
      padding: calc(8.5em / 32) calc(8.5em / 12);
      background: #ee781f;
      border: solid #ee781f;
      border-radius: 8.5em;
      font-size: 14px;
      font-weight: normal;
      color: #ffffff;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        .single_joblist .flex_wrapper > .right_side .interview_body ul.list > li > dl > dt::before {
          margin-bottom: calc(8.5em / 16); } }
    .single_joblist .flex_wrapper > .right_side .interview_body ul.list > li > dl > dt + dd {
      margin-top: calc(8.5em / 8); }
      @media screen and (max-width: 768px) {
        .single_joblist .flex_wrapper > .right_side .interview_body ul.list > li > dl > dt + dd {
          margin-top: calc(8.5em / 12); } }
  .single_joblist .flex_wrapper > .right_side .interview_body ul.list > li > dl > dd {
    padding-left: calc(8.5em / 8 * 2);
    border-left: solid calc(8.5em / 40) rgba(0, 0, 0, 0.1025);
    font-size: 1.075em;
    line-height: 1.8; }
    @media screen and (max-width: 768px) {
      .single_joblist .flex_wrapper > .right_side .interview_body ul.list > li > dl > dd {
        font-size: 1em; } }
    .single_joblist .flex_wrapper > .right_side .interview_body ul.list > li > dl > dd::before {
      content: 'Answer';
      display: table;
      margin-bottom: calc(8.5em / 12);
      padding: calc(8.5em / 32) calc(8.5em / 12);
      background: #f5f5f5;
      border: solid rgba(0, 0, 0, 0.1025);
      border-radius: 8.5em;
      font-size: 14px;
      color: #999;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        .single_joblist .flex_wrapper > .right_side .interview_body ul.list > li > dl > dd::before {
          margin-bottom: calc(8.5em / 16); } }
  .single_joblist .flex_wrapper > .right_side .interview_body ul.list > li > dl + ._img {
    display: block;
    width: 100%;
    margin-top: calc(8.5em / 8 * 2);
    aspect-ratio: 1 / .5625;
    border-radius: calc(8.5em / 8 * 1);
    overflow: hidden; }
.single_joblist .requirements_wrapper ul.list {
  border: solid 1px rgba(0, 0, 0, 0.1025);
  border-bottom: none; }
  .single_joblist .requirements_wrapper ul.list > li {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1025); }
    .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);
        background: #f7f7f7;
        border-right: solid 1px rgba(0, 0, 0, 0.1025); }
        @media screen and (max-width: 768px) {
          .single_joblist .requirements_wrapper ul.list > li dl > dt {
            border-bottom: solid 1px rgba(0, 0, 0, 0.1025);
            border-right: 0;
            line-height: 1; } }
        .single_joblist .requirements_wrapper ul.list > li dl > dt span {
          font-weight: 600; }
      .single_joblist .requirements_wrapper ul.list > li dl > dd {
        flex: 3;
        padding: calc(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;
    font-size: .9em;
    font-weight: 500; }
    .post_social h6 + * {
      margin-top: calc(8.5em / 16* 3); }
  .post_social ul {
    display: flex;
    align-items: center;
    gap: calc(8.5em / 16* 3);
    border-width: 0 !important; }
    .post_social ul > li {
      border-width: 0 !important; }
      .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); }

.recruit_introduction p.lead {
  font-size: 2.87em;
  line-height: 1.23;
  font-weight: 600; }
  @media screen and (max-width: 768px) {
    .recruit_introduction p.lead {
      font-size: 2.05em; } }
  .recruit_introduction p.lead i {
    margin: calc(85px / 4 * 3) 0 calc(85px / 8 * 5);
    font-weight: 600;
    font-size: 1.64em;
    letter-spacing: -0.0256125em;
    line-height: 1.23;
    animation: AnimationTitle 5s ease infinite;
    background: linear-gradient(to right, #ee781f, #56cb6f, #ee781f);
    background-size: 200% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent; }
    @media screen and (max-width: 768px) {
      .recruit_introduction p.lead i {
        margin: calc(85px / 4 * 2) 0;
        font-size: 1.64em; } }
@keyframes AnimationTitle {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
.recruit_introduction .switch_comment {
  margin-top: calc(85px / 4 * 1); }
.recruit_introduction ul.comment {
  position: relative;
  z-index: 15;
  padding: calc(85px / 4 * 3);
  background: #ee781f;
  background: url(images/noise.png), #ee781f;
  background-size: 100px, cover;
  border-radius: calc(85px / 6 * 1); }
  @media screen and (max-width: 768px) {
    .recruit_introduction ul.comment {
      padding: calc(85px / 8) calc(85px / 4) calc(85px / 4);
      border-radius: calc(85px / 8 * 1); } }
  .recruit_introduction ul.comment > li {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    .recruit_introduction ul.comment > li.active {
      position: relative;
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    .recruit_introduction ul.comment > li p {
      position: relative;
      z-index: 15;
      display: table;
      margin: 0 auto;
      padding-top: calc(85px / 3);
      padding-left: calc(85px / 4 * 3);
      font-size: 1.845em;
      font-weight: 600;
      line-height: 1.23;
      text-align: center;
      color: #ffffff;
      word-break: auto-phrase; }
      @media screen and (max-width: 768px) {
        .recruit_introduction ul.comment > li p {
          padding-top: calc(85px / 4);
          padding-left: calc(85px / 4);
          font-size: 1.5525em; } }
      .recruit_introduction ul.comment > li p::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: -5;
        display: block;
        width: calc(85px / 4 * 2);
        height: calc(85px / 4 * 2);
        background: url(images/quotation.svg);
        background-size: cover;
        opacity: .205; }
.recruit_introduction ul.talker {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: calc(85px / 6);
  margin-top: calc(85px / 4);
  padding: 0 calc(85px / 4 * 3); }
  @media screen and (max-width: 768px) {
    .recruit_introduction ul.talker {
      padding: 0 calc(85px / 4 * 1); } }
  .recruit_introduction ul.talker > li {
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    .recruit_introduction ul.talker > li i {
      display: block;
      width: calc(85px);
      height: calc(85px);
      border-radius: 50%;
      overflow: hidden;
      border: solid 3px transparent;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -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; }
      @media screen and (max-width: 768px) {
        .recruit_introduction ul.talker > li i {
          width: calc(85px / 4 * 3);
          height: calc(85px / 4 * 3); } }
    .recruit_introduction ul.talker > li.active i {
      border-color: #ee781f;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }

.privacy_wrapper ._head nav {
  margin: calc(85px / 8 * 3);
  padding: calc(85px / 8 * 3);
  background: #f7f7f7; }
  @media screen and (max-width: 768px) {
    .privacy_wrapper ._head nav {
      margin: calc(85px / 8 * 3) 0;
      padding: calc(85px / 8 * 3); } }
  .privacy_wrapper ._head nav > span {
    display: block;
    color: #8b959a;
    margin-bottom: calc(85px / 8); }
  .privacy_wrapper ._head nav ul > li a {
    display: block;
    padding: calc(85px / 16) 0; }
.privacy_wrapper ul.list {
  padding: calc(85px / 8 * 5) 0;
  border-top: solid 1px rgba(0, 0, 0, 0.1025);
  border-bottom: solid 1px rgba(0, 0, 0, 0.1025); }
  .privacy_wrapper ul.list > li ~ li {
    margin-top: 2.46em; }
  .privacy_wrapper ul.list > li[data-number] {
    display: flex;
    align-items: flex-start;
    justify-content: center; }
    .privacy_wrapper 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; }
  .privacy_wrapper ul.list + p {
    margin-top: calc(85px / 8 * 3); }
.privacy_wrapper dl._list {
  margin: 0 calc(85px / 8 * 3); }
  @media screen and (max-width: 768px) {
    .privacy_wrapper dl._list {
      margin: 0; } }
  .privacy_wrapper dl._list > dt {
    font-size: 1.3325em;
    font-weight: 600; }
    .privacy_wrapper dl._list > dt + dd {
      margin-top: 12px; }
  .privacy_wrapper dl._list > dd {
    padding-left: 1em; }

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

header.post_header + .page_body {
  margin-top: calc(100% / 16); }

.___single .wrapper {
  width: calc(100% / 28 * 24);
  margin: 0 auto;
  font-size: 1.23em; }
  @media screen and (max-width: 768px) {
    .___single .wrapper {
      width: calc(100% / 30 * 28);
      font-size: 1em; } }
  .___single .wrapper .thumbnail {
    margin-bottom: calc(100% / 24 * 1.64);
    border-radius: calc(85px / 16);
    overflow: hidden;
    line-height: 0; }
    @media screen and (max-width: 768px) {
      .___single .wrapper .thumbnail {
        border-radius: calc(85px / 16); } }
  .___single .wrapper ._block h2 {
    display: flex;
    align-items: center;
    column-gap: 18px;
    margin-bottom: calc(100% / 176 * 3);
    font-weight: 600;
    font-size: 1.5525em; }
    .___single .wrapper ._block h2 > i {
      display: block;
      width: 5px;
      height: 1em;
      background: #ee781f;
      border-radius: 3px; }
  .___single .wrapper ._block ~ ._block {
    margin-top: calc(100% / 44 * 3); }
  .___single .wrapper dl.require_headline > dt p {
    font-size: 2.05em;
    font-weight: 600;
    line-height: 1.435; }
    @media screen and (max-width: 768px) {
      .___single .wrapper dl.require_headline > dt p {
        font-size: 1.64em; } }
  .___single .wrapper dl.require_headline > dd {
    margin-top: calc(100% / 176 * 3); }
  .___single .wrapper ul.jobtag {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: calc(85px / 16);
    margin-top: calc(85px / 8); }
    .___single .wrapper ul.jobtag > li {
      background: #ee781f; }
      .___single .wrapper ul.jobtag > li span {
        display: block;
        padding: calc(85px / 8) calc(85px / 6);
        color: #ffffff;
        font-weight: 600;
        line-height: 1; }
        @media screen and (max-width: 768px) {
          .___single .wrapper ul.jobtag > li span {
            padding: calc(85px / 12) calc(85px / 6); } }
  .___single .wrapper .requirements_wrapper {
    padding: calc(85px / 4 * 3);
    background: #ffffff; }
    @media screen and (max-width: 768px) {
      .___single .wrapper .requirements_wrapper {
        padding: 0; } }
    .___single .wrapper .requirements_wrapper.form_wrapper {
      border: none !important; }
    .___single .wrapper .requirements_wrapper ul.list {
      border: solid 1px rgba(0, 0, 0, 0.1025);
      border-bottom: none; }
      .___single .wrapper .requirements_wrapper ul.list > li {
        border-bottom: solid 1px rgba(0, 0, 0, 0.1025); }
        .___single .wrapper .requirements_wrapper ul.list > li dl {
          display: flex;
          flex-wrap: wrap;
          column-gap: 18px; }
          @media screen and (max-width: 768px) {
            .___single .wrapper .requirements_wrapper ul.list > li dl {
              column-gap: 8px; } }
          .___single .wrapper .requirements_wrapper ul.list > li dl > dt {
            width: 10.25em;
            padding: calc(85px / 8) calc(85px / 6);
            background: #f7f7f7; }
            @media screen and (max-width: 768px) {
              .___single .wrapper .requirements_wrapper ul.list > li dl > dt {
                width: 6.15em; } }
            .___single .wrapper .requirements_wrapper ul.list > li dl > dt span {
              font-weight: 600; }
          .___single .wrapper .requirements_wrapper ul.list > li dl > dd {
            flex: 1;
            padding: calc(85px / 6); }
            .___single .wrapper .requirements_wrapper ul.list > li dl > dd span {
              display: block; }
              .___single .wrapper .requirements_wrapper ul.list > li dl > dd span ~ span {
                margin-top: 1em; }
    .___single .wrapper .requirements_wrapper .mw_wp_form {
      padding: 0;
      background: none; }

.formWrap {
  position: relative;
  z-index: 15; }
  .formWrap .caption + * {
    margin-top: 1em; }

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 {
      font-weight: 600; }
      dl.listDocForm dt p small {
        color: #e04645; }
      dl.listDocForm dt p.must {
        position: relative;
        z-index: 15;
        display: flex;
        align-items: center;
        column-gap: calc(8.5em / 16); }
        dl.listDocForm dt p.must::after {
          content: '必須';
          color: tomato; }
  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 {
  padding: calc(100% / 11 * 1);
  background: #f5f5f5;
  border-radius: 22.55px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .mw_wp_form {
      padding: calc(100% / 44 * 3);
      border-radius: 12.3px; } }
  .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: #ffffff;
        border: solid 1px rgba(0, 0, 0, 0.1025); }
      .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: #ee781f;
        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: #ffffff;
      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: #ffffff;
        border: solid 1px rgba(0, 0, 0, 0.1025); }
      .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: #ee781f;
        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: #ffffff;
    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: #ffffff;
    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: #ffffff;
    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: #fff;
    padding: 1em;
    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; }

.single_archive ul.list {
  padding: calc(85px / 2);
  background: #f7f7f7; }
  @media screen and (max-width: 768px) {
    .single_archive ul.list {
      padding: calc(85px / 3); } }
  .single_archive ul.list > li ~ li {
    margin-top: calc(85px / 4); }
  .single_archive ul.list > li .card {
    position: relative;
    z-index: 15;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #ffffff; }
    .single_archive ul.list > li .card > ._img {
      flex: 1; }
      @media screen and (max-width: 768px) {
        .single_archive ul.list > li .card > ._img {
          min-width: 100%; } }
      .single_archive ul.list > li .card > ._img 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; }
    .single_archive ul.list > li .card > ._txt {
      flex: 3;
      padding: calc(85px / 2); }
      @media screen and (max-width: 768px) {
        .single_archive ul.list > li .card > ._txt {
          padding: calc(85px / 8 * 2); } }
      .single_archive ul.list > li .card > ._txt h1 {
        font-size: 1.5525em;
        line-height: 1.435;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
      .single_archive ul.list > li .card > ._txt .publish {
        display: flex;
        align-items: center;
        column-gap: calc(85px / 8);
        margin-top: calc(85px / 8);
        font-size: 1em; }
        .single_archive ul.list > li .card > ._txt .publish * {
          font-weight: 600;
          color: #8b959a; }
    .single_archive ul.list > li .card > i {
      position: absolute;
      bottom: 0;
      right: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: calc(85px / 8 * 5);
      height: calc(85px / 8 * 5);
      background: #ee781f; }
      @media screen and (max-width: 768px) {
        .single_archive ul.list > li .card > i {
          width: calc(85px / 8 * 4);
          height: calc(85px / 8 * 4); } }
      .single_archive ul.list > li .card > i img {
        width: 1em;
        height: 1em; }
    .single_archive ul.list > li .card:hover > ._img img {
      transform: scale(1.075);
      transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
      -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
      -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
      -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
    .single_archive ul.list > li .card:hover > ._txt h1 {
      color: #ee781f;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }

header.interviewHeader {
  position: relative;
  z-index: 15;
  width: 100vw;
  height: 50vw;
  max-height: 517.5px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    header.interviewHeader {
      height: 75vw; } }
  header.interviewHeader .thumbnail_wrapper {
    position: relative;
    z-index: 15; }

.interviewBody {
  position: relative;
  z-index: 15; }
  .interviewBody .wrapper {
    width: calc(100% / 16 * 14);
    margin: 0 auto; }
    .interviewBody .wrapper ._main > .__article {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      column-gap: calc(85px / 4 * 3);
      margin-top: calc(85px / 2 * 3); }
      @media screen and (max-width: 768px) {
        .interviewBody .wrapper ._main > .__article {
          margin-top: calc(85px / 8 * 3); } }
      .interviewBody .wrapper ._main > .__article > ._side .sticky {
        top: calc(85px / 2 * 3);
        display: flex;
        align-items: center;
        column-gap: calc(85px / 4); }
        .interviewBody .wrapper ._main > .__article > ._side .sticky i {
          display: block;
          width: calc(85px / 4 * 3);
          height: calc(85px / 4 * 3);
          border: solid 3px transparent;
          border-radius: calc(85px / 4 * 3);
          overflow: hidden;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px; }
      .interviewBody .wrapper ._main > .__article ul {
        max-width: 640px; }
        @media screen and (max-width: 768px) {
          .interviewBody .wrapper ._main > .__article ul {
            margin-top: calc(85px / 8 * 3); } }
        .interviewBody .wrapper ._main > .__article ul > li ~ li {
          margin-top: calc(85px / 8 * 6); }
          @media screen and (max-width: 768px) {
            .interviewBody .wrapper ._main > .__article ul > li ~ li {
              margin-top: calc(85px / 8 * 5); } }
        .interviewBody .wrapper ._main > .__article ul > li dl > dt {
          position: relative;
          z-index: 15;
          border-top: solid 3px #f7f7f7;
          padding-top: calc(85px / 8 * 3);
          margin-bottom: calc(85px / 8 * 3); }
          @media screen and (max-width: 768px) {
            .interviewBody .wrapper ._main > .__article ul > li dl > dt {
              padding-top: calc(85px / 8 * 3);
              margin-bottom: calc(85px / 16 * 3); } }
          .interviewBody .wrapper ._main > .__article ul > li dl > dt::before {
            content: '';
            position: absolute;
            top: -3px;
            left: 0;
            width: calc(85px);
            height: 3px;
            background: #ee781f; }
          .interviewBody .wrapper ._main > .__article ul > li dl > dt p {
            font-weight: 600;
            font-size: 1.435em;
            line-height: 1.5; }
        .interviewBody .wrapper ._main > .__article ul > li dl > dd p {
          font-size: 1.1275em;
          line-height: 1.8; }
          @media screen and (max-width: 768px) {
            .interviewBody .wrapper ._main > .__article ul > li dl > dd p {
              font-size: 1.075em; } }
        .interviewBody .wrapper ._main > .__article ul > li > ._img {
          display: block;
          margin-top: calc(85px / 8 * 3);
          border: solid 3px transparent;
          box-shadow: rgba(0, 0, 0, 0.1025) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
          line-height: 0; }
          @media screen and (max-width: 768px) {
            .interviewBody .wrapper ._main > .__article ul > li > ._img {
              margin-top: calc(85px / 16 * 3); } }
  .interviewBody .footer {
    width: 100vw;
    height: 50vw;
    max-height: 640px;
    margin-top: calc(85px / 2 * 3);
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .interviewBody .footer {
        height: 75vw;
        margin-top: calc(85px / 2 * 1); } }

.interviewFoot {
  position: relative;
  z-index: 15;
  padding-bottom: calc(85px / 2 * 3); }
  @media screen and (max-width: 768px) {
    .interviewFoot {
      padding-bottom: calc(85px / 4 * 3); } }
  .interviewFoot .wrapper {
    width: calc(100% / 16 * 14);
    margin: 0 auto; }
    .interviewFoot .wrapper ._foot {
      margin-top: calc(85px / 2 * 3);
      padding-top: calc(85px / 2 * 2);
      border-top: solid 1px rgba(0, 0, 0, 0.1025); }
      @media screen and (max-width: 768px) {
        .interviewFoot .wrapper ._foot {
          margin-top: calc(85px / 2 * 2);
          padding-top: calc(85px / 2 * 1); } }
      .interviewFoot .wrapper ._foot h2 {
        display: flex;
        align-items: center;
        column-gap: calc(85px / 6);
        font-size: 2.05em; }
        @media screen and (max-width: 768px) {
          .interviewFoot .wrapper ._foot h2 {
            font-size: 1.845em; } }
        .interviewFoot .wrapper ._foot h2::before {
          content: '';
          display: block;
          width: calc(85px / 8);
          height: calc(85px / 8);
          border-radius: calc(85px / 8);
          background: #ee781f; }
        .interviewFoot .wrapper ._foot h2 + * {
          margin-top: calc(85px / 4 * 2); }
          @media screen and (max-width: 768px) {
            .interviewFoot .wrapper ._foot h2 + * {
              margin-top: calc(85px / 4 * 1); } }
      .interviewFoot .wrapper ._foot ul.list {
        display: flex;
        flex-wrap: wrap;
        gap: calc(85px / 2) calc(85px / 4);
        counter-reset: num;
        padding: 0 calc(85px / 2); }
        @media screen and (max-width: 768px) {
          .interviewFoot .wrapper ._foot ul.list {
            gap: calc(85px / 16 * 6) calc(85px / 4);
            padding: 0; } }
        .interviewFoot .wrapper ._foot ul.list > li {
          width: calc((100% / 3) - (85px / 4 * 2 / 3)); }
          @media screen and (max-width: 768px) {
            .interviewFoot .wrapper ._foot ul.list > li {
              width: calc((100% / 2) - (85px / 4 * 1 / 2)); }
              .interviewFoot .wrapper ._foot ul.list > li:nth-of-type(2) ~ li {
                display: none; } }
          .interviewFoot .wrapper ._foot ul.list > li .card {
            display: block; }
            .interviewFoot .wrapper ._foot ul.list > li .card::before {
              display: block;
              counter-increment: num 1;
              content: "( OTHER INTERVIEW 0" counter(num) " )";
              margin-bottom: calc(85px / 16 * 2);
              font-size: .8em;
              text-align: center;
              font-weight: 400;
              color: #8b959a; }
            .interviewFoot .wrapper ._foot ul.list > li .card ._img {
              border: solid 3px transparent;
              box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -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; }
            .interviewFoot .wrapper ._foot ul.list > li .card dl {
              margin-top: calc(85px / 16 * 4); }
              @media screen and (max-width: 768px) {
                .interviewFoot .wrapper ._foot ul.list > li .card dl {
                  margin-top: calc(85px / 16 * 3); } }
              .interviewFoot .wrapper ._foot ul.list > li .card dl > dt {
                font-size: 1.23em;
                font-weight: 600;
                text-align: 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; }
            .interviewFoot .wrapper ._foot ul.list > li .card:hover ._img {
              border-color: #ee781f;
              transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
            .interviewFoot .wrapper ._foot ul.list > li .card:hover dl > dt {
              color: #ee781f;
              transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }

.wanted_wrapper {
  position: relative;
  z-index: 15;
  padding: calc(85px / 4 * 3);
  background: #ee781f;
  background: url(images/noise.png), #ee781f;
  background-repeat: repeat;
  background-size: 100px; }
  @media screen and (max-width: 768px) {
    .wanted_wrapper {
      padding: calc(85px / 8 * 3); } }
  .wanted_wrapper * {
    color: #ffffff; }
  .wanted_wrapper ul.list {
    counter-reset: num; }
    .wanted_wrapper ul.list * {
      color: #ffffff; }
    .wanted_wrapper ul.list > li {
      display: flex;
      align-items: center;
      column-gap: calc(85px / 8 * 3);
      padding: calc(85px / 4) 0;
      border-bottom: dotted 3px #ffffff;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(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) {
        .wanted_wrapper ul.list > li {
          column-gap: calc(85px / 8 * 2); } }
      .wanted_wrapper ul.list > li::before {
        counter-increment: num 1;
        content: counter(num);
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(85px / 8 * 5);
        height: calc(85px / 8 * 5);
        background: #ffffff;
        color: #ee781f;
        font-weight: 600; }
        @media screen and (max-width: 768px) {
          .wanted_wrapper ul.list > li::before {
            width: calc(85px / 8 * 3);
            min-width: calc(85px / 8 * 3);
            height: calc(85px / 8 * 3); } }
      .wanted_wrapper ul.list > li dl > dt {
        font-weight: 600;
        font-size: 1.1275em; }
      .wanted_wrapper ul.list > li dl > dd {
        margin-top: calc(85px / 16); }

.recruit-message_wrapper {
  padding: calc(85px / 4 * 3);
  background: #ffffff; }
  @media screen and (max-width: 768px) {
    .recruit-message_wrapper {
      padding: calc(85px / 8 * 2);
      border: solid 1px rgba(0, 0, 0, 0.1025); } }
  .recruit-message_wrapper dl > dt {
    font-weight: 600;
    font-size: 1.435em; }
    @media screen and (max-width: 768px) {
      .recruit-message_wrapper dl > dt {
        font-size: 1.3325em; } }
  .recruit-message_wrapper dl > dd {
    margin-top: calc(85px / 4); }
    @media screen and (max-width: 768px) {
      .recruit-message_wrapper dl > dd {
        margin-top: calc(85px / 6); } }

/*//!#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; }
