@charset "UTF-8";
/*!
Theme Name: ウインテック
Theme URI: https://www.win-tech.jp/
Author: shogo yonetani
Author URI: https://panarea.co.jp
Description: ウインテック
*/
/*Color Management*/
:root {
  --s-font-noto: 'Noto Sans JP';
  --s-font-inter: Inter;
  --fontweight-5: 500;
  --fontweight-6: 600;
  --fontweight-7: 700;
  --fontweight-8: 800;
  --text: #0a0000;
  --color-text: #151515;
  --color-key1: #469ad3;
  --color-key2: #3c86b7;
  --color-key3: #33719a;
  --color-key4: #1f455e;
  --color-key5: #282828;
  --color-white: #fff;
  --white: #fff;
  --gray1: #f7f7f7;
  --gray2: #f0f0f0;
  --black: #000;
  --color-gray: #757575;
  --color-lightgray: #ecedf0;
  --color-black: #171617;
  --border-light-black: rgba(31,69,94,.205);
  --border-light-white: rgba(255,255,255,.1025);
  --transparent: rgba(255,255,255,.246);
  --key1: #273675;
  --key2: #191749;
  --key3: #1e242c;
  --key4: #653cad;
  --key5: #0036e4;
  --eye: #d0584f;
  --eye2: #ea3434;
  --line: #00b900;
  --base1: #0092e0;
  --base2: #00408e;
  --background1: #eee9e5;
  --background2: #f7e0ca;
  --background3: #eff1f3; }

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

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

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background: transparent; }

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

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

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  /*cursor:pointer*/ }

button[disabled], html input[disabled] {
  /*cursor:default*/ }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

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

td, th {
  padding: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  margin: 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
  font-family: YakuHanJP_Narrow, var(--s-font-inter), 游ゴシック, Yu Gothic, YuGothic, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 1px;
  background-color: var(--key3);
  background-image: linear-gradient(to right, var(--key3), var(--key2));
  color: var(--white);
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
 /*
 &::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  display: block;
  width: 100%;
  height: 100%;
  background: url("images/noise.png");
  background-repeat: repeat;
  background-size: 100px;
		pointer-events: none;
		opacity: 1;
 }
 */ }
  body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
    background-size: 16px 16px;
    background-repeat: repeat;
    background-position: center center;
    opacity: .0328; }

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

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

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

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

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

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

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

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

i {
  font-style: normal; }

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

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

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

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

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

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

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

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

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

dl dd {
  margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!------------------------------------
css_sections(ブロック)
-------------------------------------*/
/*!#siteHeader------------------------------------------------------------------------------------------------*/
/*公式*/
#siteHead {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8000;
  width: 100%;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
  #siteHead .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc(100% / 32 * 31);
    height: calc(8em / 8 * 5);
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    @media screen and (max-width: 768px) {
      #siteHead .wrapper {
        width: 100%;
        min-height: calc(8em / 8 * 4); } }
    #siteHead .wrapper > ._head {
      display: flex; }
      #siteHead .wrapper > ._head a {
        display: flex;
        align-items: center;
        gap: calc(8.5em / 16); }
        @media screen and (max-width: 768px) {
          #siteHead .wrapper > ._head a {
            padding: 0 calc(8em / 16); } }
        #siteHead .wrapper > ._head a h1 {
          display: flex;
          align-items: center;
          font-weight: normal;
          line-height: 1.23; }
          #siteHead .wrapper > ._head a h1 img {
            display: block;
            width: auto;
            height: calc(8em / 8 * 3);
            line-height: 1.23; }
            @media screen and (max-width: 768px) {
              #siteHead .wrapper > ._head a h1 img {
                height: calc(8.5em / 32 * 10); } }
          #siteHead .wrapper > ._head a h1 .text {
            display: flex;
            align-items: center;
            font-size: .8em;
            font-weight: 600; }
            #siteHead .wrapper > ._head a h1 .text::before {
              content: '｜';
              display: block;
              margin: 0 calc(8em / 32 * 3); }
        #siteHead .wrapper > ._head a p {
          font-size: .8em;
          font-weight: 600;
          line-height: 1.23; }
    #siteHead .wrapper > ._body {
      flex: 1;
      display: flex;
      justify-content: flex-end; }
      #siteHead .wrapper > ._body nav {
        font-weight: 600; }
        #siteHead .wrapper > ._body nav > ul {
          display: flex;
          align-items: center;
          column-gap: calc(8em / 32 * 3); }
          #siteHead .wrapper > ._body nav > ul > li {
            padding: 0 calc(8em / 64 * 3); }
            @media screen and (max-width: 768px) {
              #siteHead .wrapper > ._body nav > ul > li:not([data-action="navigation"]) {
                display: none; } }
            #siteHead .wrapper > ._body nav > ul > li[data-type="button"] {
              display: flex;
              align-items: center;
              justify-content: center;
              height: calc(8em / 16 * 5);
              padding: 0 calc(8em / 16 * 4);
              border-radius: calc(8em / 16 * 6);
              overflow: hidden;
              transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
              @media screen and (max-width: 768px) {
                #siteHead .wrapper > ._body nav > ul > li[data-type="button"] {
                  min-width: initial;
                  height: calc(8em / 16 * 5); } }
              #siteHead .wrapper > ._body nav > ul > li[data-type="button"] a {
                filter: brightness(0) invert(1); }
              #siteHead .wrapper > ._body nav > ul > li[data-type="button"]:hover {
                filter: brightness(0.82);
                transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
            #siteHead .wrapper > ._body nav > ul > li[data-action="recruit"] {
              margin-left: calc(8em / 16 * 1);
              background: var(--eye2); }
              @media screen and (max-width: 768px) {
                #siteHead .wrapper > ._body nav > ul > li[data-action="recruit"] {
                  display: none; } }
            #siteHead .wrapper > ._body nav > ul > li[data-action="navigation"] {
              background: var(--text); }
  #siteHead ._menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; }
    #siteHead ._menu p.humbNav {
      display: flex;
      align-items: center;
      column-gap: calc(85px / 6);
      text-transform: uppercase;
      font-size: .9em;
      color: var(--white); }
      #siteHead ._menu p.humbNav > span {
        order: 1;
        position: relative;
        display: flex;
        align-content: space-between;
        flex-wrap: wrap;
        width: 1.435em;
        height: .8em;
        margin: 0 auto; }
        #siteHead ._menu p.humbNav > span > i {
          display: block;
          width: 1.435em;
          height: 1px;
          background: var(--color-white);
          border-radius: 1px;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
          #siteHead ._menu p.humbNav > span > i:first-child, #siteHead ._menu p.humbNav > span > i:last-child {
            width: 1.075em; }
          #siteHead ._menu p.humbNav > span > i:first-child {
            margin-left: auto; }
          #siteHead ._menu p.humbNav > span > i:last-child {
            margin-right: auto; }
      #siteHead ._menu p.humbNav.active > span {
        align-content: center; }
        #siteHead ._menu p.humbNav.active > span > i {
          width: 1.435em !important;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
          #siteHead ._menu p.humbNav.active > span > i:first-child {
            transform: rotate(18deg) translateY(0.5px); }
          #siteHead ._menu p.humbNav.active > span > i:nth-child(2) {
            width: 0;
            height: 0; }
          #siteHead ._menu p.humbNav.active > span > i:last-child {
            transform: rotate(-18deg) translateY(-0.5px); }
  #siteHead:hover::before {
    height: 100%;
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
  #siteHead.lower {
  /*
   a.title {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    @include move;
   }
   ._menu {
    filter: invert(0);
   }
		 .wrapper {
    nav._nav {
     filter: invert(1);
     @include move;
    }
   }
  */ }
  #siteHead.move {
    opacity: 0;
    pointer-events: none;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }

body.scroll #siteHead {
  padding: 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) {
    body.scroll #siteHead {
      padding: calc(1em / 4); } }
  body.scroll #siteHead .wrapper {
    height: calc(8em / 8 * 4);
    padding: calc(8em / 16) calc(8em / 8);
    padding-left: calc(8em / 8 * 2);
    background: rgba(255, 255, 255, 0.328);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border-radius: 8em;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    @media screen and (max-width: 768px) {
      body.scroll #siteHead .wrapper {
        padding-left: calc(8em / 8 * 1);
        border-radius: calc(8em / 16 * 1); } }
body.scroll #cside {
  transform: translateY(0);
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
body.scroll.scrollUp #siteHead {
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
  body.scroll.scrollUp #siteHead .wrapper ._head {
    opacity: 1;
    pointer-events: auto;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
  body.scroll.scrollUp #siteHead.move {
    background: none; }
    body.scroll.scrollUp #siteHead.move a.title {
      opacity: 0;
      visibility: hidden;
      pointer-events: none; }
body.scroll.scrollUp #cside {
  transform: translateY(170px);
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }

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

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

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

/*!//#siteHeader------------------------------------------------------------------------------------------------*/
/*!#siteFooter------------------------------------------------------------------------------------------------*/
hgroup.standard {
  display: flex;
  flex-direction: column-reverse; }
  hgroup.standard:has(h2) {
    align-items: flex-end; }
    @media screen and (max-width: 768px) {
      hgroup.standard:has(h2) {
        align-items: flex-start; } }
    hgroup.standard:has(h2) h2 {
      display: flex;
      align-items: baseline;
      font-size: 1.64em;
      line-height: 1; }
      hgroup.standard:has(h2) h2:before {
        content: '/';
        display: block; }
    hgroup.standard:has(h2) span {
      font-size: 8.2em;
      line-height: 1;
      color: var(--key1);
      letter-spacing: -.0205em;
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        hgroup.standard:has(h2) span {
          font-size: 6.15em; } }
  hgroup.standard:has(h3) h3 {
    display: flex;
    align-items: baseline;
    font-size: 1.23em;
    line-height: 1; }
    @media screen and (max-width: 768px) {
      hgroup.standard:has(h3) h3 {
        font-size: 1.075em; } }
    hgroup.standard:has(h3) h3:before {
      content: '/';
      display: block; }
  hgroup.standard:has(h3) span {
    font-size: 4.1em;
    line-height: 1;
    letter-spacing: -.0205em;
    text-transform: uppercase; }
    @media screen and (max-width: 768px) {
      hgroup.standard:has(h3) span {
        font-size: 3.28em; } }

#siteFoot {
  position: relative;
  z-index: 15;
  width: 100%;
  overflow: hidden;
  background: url(images/gradation_bg.jpg);
  background-size: cover;
  background-position: top center; }
  #siteFoot::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, var(--white), transparent); }
  #siteFoot .wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: calc(100% / 32 * 26);
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      #siteFoot .wrapper {
        width: calc(100% / 32 * 28); } }
    #siteFoot .wrapper > ._primary {
      display: flex;
      justify-content: space-between;
      width: 100%;
      padding: calc(8em / 8 * 8) 0 calc(8em / 8 * 2); }
      @media screen and (max-width: 768px) {
        #siteFoot .wrapper > ._primary {
          padding: calc(8em / 16 * 4) 0; } }
      #siteFoot .wrapper > ._primary > .left {
        display: flex;
        flex-direction: column;
        gap: calc(8em / 16 * 3); }
        @media screen and (max-width: 768px) {
          #siteFoot .wrapper > ._primary > .left {
            flex: initial;
            width: 100%; } }
        #siteFoot .wrapper > ._primary > .left .logo {
          display: flex;
          align-items: center; }
          @media screen and (max-width: 768px) {
            #siteFoot .wrapper > ._primary > .left .logo {
              justify-content: center; } }
          #siteFoot .wrapper > ._primary > .left .logo img {
            display: block;
            width: auto;
            height: calc(8em / 8 * 4); }
            @media screen and (max-width: 768px) {
              #siteFoot .wrapper > ._primary > .left .logo img {
                height: calc(8em / 8 * 3); } }
          #siteFoot .wrapper > ._primary > .left .logo .text {
            display: flex;
            align-items: center;
            font-size: .8em;
            font-weight: 600; }
            #siteFoot .wrapper > ._primary > .left .logo .text::before {
              content: '｜';
              display: block;
              margin: 0 calc(8em / 32 * 3); }
      #siteFoot .wrapper > ._primary > .right {
        display: flex;
        flex-direction: column;
        gap: calc(8em / 8 * 2); }
        @media screen and (max-width: 768px) {
          #siteFoot .wrapper > ._primary > .right {
            display: none;
            flex: initial;
            gap: calc(8em / 16 * 3);
            width: 100%; } }
    #siteFoot .wrapper > ._secondary {
      display: flex;
      flex-direction: column;
      gap: calc(8em / 8 * 5);
      padding: calc(8em / 8 * 3) 0; }
      @media screen and (max-width: 768px) {
        #siteFoot .wrapper > ._secondary {
          padding-top: calc(8em / 8); } }
      #siteFoot .wrapper > ._secondary .__bottom {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: calc(8em / 8); }
        @media screen and (max-width: 768px) {
          #siteFoot .wrapper > ._secondary .__bottom {
            align-items: center;
            flex-direction: column; } }
      #siteFoot .wrapper > ._secondary > .left {
        font-size: .85em; }
        @media screen and (max-width: 768px) {
          #siteFoot .wrapper > ._secondary > .left {
            order: 2; } }
      #siteFoot .wrapper > ._secondary > .right {
        display: flex;
        justify-content: flex-end;
        font-size: .85em; }
        @media screen and (max-width: 768px) {
          #siteFoot .wrapper > ._secondary > .right {
            order: 1;
            display: none; } }
  @media screen and (max-width: 768px) {
    #siteFoot nav.footer_navigation {
      display: none; } }
  #siteFoot nav.footer_navigation ul.col {
    display: flex;
    gap: calc(8em / 8 * 3); }
    #siteFoot nav.footer_navigation ul.col > li {
      flex: 1; }
  #siteFoot nav.footer_navigation ul.row {
    display: flex;
    flex-direction: column; }
    #siteFoot nav.footer_navigation ul.row > li ~ li {
      margin-top: calc(8em / 16 * 3);
      padding-top: calc(8em / 16 * 3);
      border-top: solid 1px var(--border-light-black); }
  #siteFoot nav.footer_navigation dl * {
    font-weight: 600; }
  #siteFoot nav.footer_navigation dl > dt a {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: calc(8em / 16 * 3); }
    #siteFoot nav.footer_navigation dl > dt a > span.en {
      font-size: .85em;
      color: var(--key4); }
  #siteFoot nav.footer_navigation dl > dt + * {
    margin-top: calc(8em / 16); }
  #siteFoot nav.footer_navigation dl > dd > ul {
    display: flex;
    flex-direction: column;
    gap: calc(8em / 32); }
    #siteFoot nav.footer_navigation dl > dd > ul > li {
      font-size: .9em; }
  #siteFoot ul.corp {
    display: flex;
    flex-direction: column;
    gap: calc(8em / 16 * 3); }
    @media screen and (max-width: 768px) {
      #siteFoot ul.corp {
        align-items: center; } }
    #siteFoot ul.corp > li dl {
      display: flex;
      flex-direction: column;
      gap: calc(8em / 32 * 1); }
      #siteFoot ul.corp > li dl > dt {
        font-weight: 600; }
  #siteFoot ul.social {
    display: flex;
    gap: calc(8em / 32 * 3); }
    @media screen and (max-width: 768px) {
      #siteFoot ul.social {
        align-items: center;
        justify-content: center; } }
    #siteFoot ul.social > li a {
      display: flex;
      align-items: center;
      gap: calc(8em / 8); }
      #siteFoot ul.social > li a span {
        display: block; }
        #siteFoot ul.social > li a span.icon {
          width: 1.23em;
          min-width: 1.23em;
          height: 1.23em;
          filter: brightness(0); }

.roll {
  position: relative;
  z-index: 15;
  display: block;
  height: 1.5em;
  overflow: hidden; }
  .roll i {
    display: block;
    line-height: 1.5;
    white-space: nowrap;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
  .roll:hover i {
    transform: translateY(-1.5em);
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }

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

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

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

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

.button {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: calc(8em / 32 * 5);
  background: var(--white);
  border: solid 2px var(--background2);
  border-radius: calc(8em / 32 * 3); }
  .button span {
    font-weight: 600; }
    .button span.jp {
      color: var(--key3);
      font-size: 1.23em; }
    .button span.en {
      color: var(--key4);
      font-size: .9em; }

.noentry {
  filter: opacity(0.41) !important;
  pointer-events: none !important;
  cursor: not-allowed; }

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

.beltline {
  padding-top: calc(8em / 8 * 3); }
  @media screen and (max-width: 768px) {
    .beltline {
      overflow: hidden; } }
  .beltline * {
    white-space: nowrap; }
  .beltline .slider .slider__inner .slider__item {
    padding: 0 calc(8em / 32);
    font-size: 3.28em;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.0205em; }
  .beltline .visual_block {
    position: relative;
    z-index: 15;
    display: block;
    width: 4.51em;
    height: auto;
    aspect-ratio: 2.35/1;
    background: linear-gradient(to right, var(--key1), var(--eye), var(--background1));
    border-radius: calc(8rem / 8); }
    @media screen and (max-width: 768px) {
      .beltline .visual_block {
        border-radius: calc(8rem / 16); } }
    .beltline .visual_block img {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: auto; }

.idx {
  position: relative;
  z-index: 15; }
  .idx.idx_mainvisual {
    z-index: 10;
    width: 100vw; }
    .idx.idx_mainvisual * {
      color: var(--white); }
    .idx.idx_mainvisual .layer_wrapper {
      position: relative;
      z-index: 15;
      display: flex;
      align-items: center;
      justify-content: center;
      aspect-ratio: 3001/1821;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .idx.idx_mainvisual .layer_wrapper {
          aspect-ratio: 1/1; } }
    .idx.idx_mainvisual .layer {
      position: absolute;
      top: 0;
      left: 0; }
      .idx.idx_mainvisual .layer.layer1 {
        width: 100%;
        height: 100%;
        z-index: 25; }
      .idx.idx_mainvisual .layer.layer2 {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        z-index: 20;
        width: 100%;
        height: 100%;
        padding-top: calc(8em / 8 * 5); }
        .idx.idx_mainvisual .layer.layer2 img {
          width: 50%; }
          @media screen and (max-width: 768px) {
            .idx.idx_mainvisual .layer.layer2 img {
              width: 71.75%; } }
      .idx.idx_mainvisual .layer.layer3 {
        width: 100%;
        height: 100%;
        z-index: 15; }
  .idx.index_introduction {
    margin-top: -4em;
    padding: calc(8em / 8 * 6) 0;
    background: var(--eye2);
    border-radius: 4em;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .idx.index_introduction {
        margin-top: -2em;
        padding: calc(8em / 8 * 4) 0;
        border-radius: 2em; } }
    .idx.index_introduction * {
      color: var(--background2); }
    .idx.index_introduction .background {
      position: absolute;
      top: 25%;
      left: 50%;
      width: 150%;
      height: 150%;
      z-index: 25;
      mix-blend-mode: lighten;
      transform: translate(-50%, -50%) rotateY(180deg);
      opacity: .5; }
    .idx.index_introduction .wrapper {
      display: flex;
      align-items: center;
      gap: calc(8em / 8 * 4);
      width: calc(100% / 32 * 29);
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .idx.index_introduction .wrapper {
          flex-direction: column;
          width: calc(100% / 32 * 30); } }
      .idx.index_introduction .wrapper > .text {
        flex: 7;
        display: flex;
        gap: calc(8em / 16 * 3);
        padding: calc(8em / 8 * 3) 0;
        font-weight: 600; }
        @media screen and (max-width: 768px) {
          .idx.index_introduction .wrapper > .text {
            padding: 0; } }
        .idx.index_introduction .wrapper > .text > .title {
          -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
          font-size: 3.69em; }
          @media screen and (max-width: 768px) {
            .idx.index_introduction .wrapper > .text > .title {
              font-size: 2.87em; } }
          .idx.index_introduction .wrapper > .text > .title i {
            -webkit-writing-mode: sideways-rl;
            writing-mode: sideways-rl; }
        .idx.index_introduction .wrapper > .text > .content {
          display: flex;
          flex-direction: column;
          gap: calc(8em / 8);
          line-height: 1.8; }
          .idx.index_introduction .wrapper > .text > .content > div {
            font-size: 1.1275em; }
            @media screen and (max-width: 768px) {
              .idx.index_introduction .wrapper > .text > .content > div {
                font-size: 1.075em; } }
            .idx.index_introduction .wrapper > .text > .content > div:last-child {
              font-size: 1.64em; }
              @media screen and (max-width: 768px) {
                .idx.index_introduction .wrapper > .text > .content > div:last-child {
                  font-size: 2.255em;
                  line-height: 1.23; } }
      .idx.index_introduction .wrapper > .image {
        flex: 4; }
        .idx.index_introduction .wrapper > .image ul {
          display: flex;
          gap: calc(8em / 16);
          width: calc(100% + (100vw / 32 * 1.5)); }
          @media screen and (max-width: 768px) {
            .idx.index_introduction .wrapper > .image ul {
              width: 100%; } }
  .idx.index_special {
    padding: calc(8em / 8 * 5) 0; }
    @media screen and (max-width: 768px) {
      .idx.index_special {
        padding: calc(8em / 8 * 4) 0;
        overflow: hidden; } }
    .idx.index_special .title {
      display: flex;
      align-items: center;
      justify-content: center; }
      .idx.index_special .title img {
        width: auto;
        height: 2em;
        line-height: 1; }
      .idx.index_special .title + * {
        margin-top: calc(8em / 8 * 2); }
    .idx.index_special .wrapper {
      width: calc(100% / 32 * 28);
      max-width: 860px;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .idx.index_special .wrapper {
          width: calc(100% / 32 * 30); } }
      .idx.index_special .wrapper .index_special-container a.card {
        position: relative;
        z-index: 15;
        display: block;
        border-radius: calc(8em / 16 * 3);
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .idx.index_special .wrapper .index_special-container a.card {
            border-radius: calc(8em / 16 * 2); } }
        .idx.index_special .wrapper .index_special-container a.card .image img {
          transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
        .idx.index_special .wrapper .index_special-container a.card .title {
          position: absolute;
          bottom: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          padding: calc(8em / 16) 0;
          background: var(--background1);
          font-weight: 600; }
        .idx.index_special .wrapper .index_special-container a.card:hover .image img {
          transform: scale(1.025);
          transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
  .idx.index_about {
    padding: calc(8em / 8 * 6) 0 calc(8em / 8 * 2);
    background: var(--background2);
    border-radius: 4em; }
    @media screen and (max-width: 768px) {
      .idx.index_about {
        padding: calc(8em / 8 * 4) 0 calc(8em / 8 * 2);
        border-radius: 2em; } }
    .idx.index_about .title {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: calc(8em / 16 * 2); }
      .idx.index_about .title h2 {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: calc(8em / 16);
        font-size: 1.23em; }
        .idx.index_about .title h2::before {
          content: '';
          display: block;
          width: 1.23em;
          height: 1.23em;
          background: url(images/gradation_egg.png);
          background-size: cover; }
      .idx.index_about .title img {
        width: auto;
        height: 4em;
        line-height: 1; }
      .idx.index_about .title + * {
        margin-top: calc(8em / 8 * 2); }
    .idx.index_about .wrapper {
      display: flex;
      flex-direction: column;
      gap: calc(8em / 16 * 3);
      width: calc(100% / 32 * 26);
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .idx.index_about .wrapper {
          width: calc(100% / 32 * 28); }
          .idx.index_about .wrapper + * {
            margin-top: 2em; } }
      .idx.index_about .wrapper ul.list_card > li {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: calc(100vh - (8em / 8 * 5)); }
        .idx.index_about .wrapper ul.list_card > li.sticky {
          top: calc(8em / 8 * 5); }
        .idx.index_about .wrapper ul.list_card > li:nth-child(1) a {
          background: var(--white); }
        .idx.index_about .wrapper ul.list_card > li:nth-child(2) a {
          background: var(--background1); }
        .idx.index_about .wrapper ul.list_card > li:nth-child(3) a {
          background: url(images/gradation_bg.jpg);
          background-size: cover; }
          .idx.index_about .wrapper ul.list_card > li:nth-child(3) a * {
            color: var(--white); }
        .idx.index_about .wrapper ul.list_card > li .card {
          position: relative;
          z-index: 15;
          display: block;
          width: 100%;
          aspect-ratio: 16/9;
          padding: calc(8em / 8 * 8) calc(8em / 8 * 4) calc(8em / 8 * 4);
          border-radius: calc(8em / 8 * 4);
          overflow: hidden; }
          @media screen and (max-width: 768px) {
            .idx.index_about .wrapper ul.list_card > li .card {
              height: calc(100vh - (8em / 8 * 5));
              aspect-ratio: initial;
              padding: calc(8em / 8 * 4) calc(8em / 8 * 2) calc(8em / 8 * 2);
              border-radius: calc(8em / 8 * 2); } }
          .idx.index_about .wrapper ul.list_card > li .card .background {
            position: absolute;
            bottom: -15%;
            right: -10%;
            z-index: -1;
            width: 60%; }
            @media screen and (max-width: 768px) {
              .idx.index_about .wrapper ul.list_card > li .card .background {
                bottom: -5%;
                right: -5%;
                width: 90%; } }
          .idx.index_about .wrapper ul.list_card > li .card .text {
            display: flex;
            justify-content: space-between;
            flex-direction: column;
            gap: 3em;
            width: 60%;
            height: 100%; }
            @media screen and (max-width: 768px) {
              .idx.index_about .wrapper ul.list_card > li .card .text {
                justify-content: flex-start;
                gap: 2em;
                width: 100%; } }
            .idx.index_about .wrapper ul.list_card > li .card .text > .top {
              display: flex;
              flex-direction: column;
              gap: calc(8em / 32 * 6); }
            .idx.index_about .wrapper ul.list_card > li .card .text > .bottom {
              display: flex;
              align-items: center;
              flex-direction: column;
              padding: calc(8em / 32 * 5);
              background: var(--white);
              border: solid 2px var(--background2);
              border-radius: calc(8em / 32 * 3); }
              .idx.index_about .wrapper ul.list_card > li .card .text > .bottom span {
                font-weight: 600; }
                .idx.index_about .wrapper ul.list_card > li .card .text > .bottom span.jp {
                  color: var(--key3);
                  font-size: 1.23em; }
                .idx.index_about .wrapper ul.list_card > li .card .text > .bottom span.en {
                  color: var(--key4);
                  font-size: .9em; }
            .idx.index_about .wrapper ul.list_card > li .card .text h3 img {
              width: auto;
              height: 3.69em;
              line-height: 1; }
              @media screen and (max-width: 768px) {
                .idx.index_about .wrapper ul.list_card > li .card .text h3 img {
                  height: 2.46em; } }
            .idx.index_about .wrapper ul.list_card > li .card .text p {
              font-weight: 600;
              line-height: 1.8; }
  .idx.index_interview {
    z-index: 10;
    margin-top: calc(8em / 8 * -4);
    padding: calc(8em / 8 * 10) 0 calc(8em / 8 * 6);
    background: var(--background1);
    background: linear-gradient(135deg, #cdcdf5, #fff3eb, #fddaf0);
    border-bottom-left-radius: 4em;
    border-bottom-right-radius: 4em;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .idx.index_interview {
        margin-top: calc(8em / 8 * -2);
        padding: calc(8em / 8 * 6) 0 calc(8em / 8 * 3);
        border-bottom-left-radius: 2em;
        border-bottom-right-radius: 2em;
        overflow: hidden; } }
    .idx.index_interview::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      display: block;
      width: 100%;
      height: 100%;
      background: url(images/bg_effect.webp); }
    .idx.index_interview .wrapper {
      width: calc(100% / 32 * 30);
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .idx.index_interview .wrapper {
          width: calc(100% / 32 * 30); } }
      .idx.index_interview .wrapper .title {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: calc(8em / 16 * 2); }
        .idx.index_interview .wrapper .title img {
          width: auto;
          height: 4em;
          line-height: 1; }
          @media screen and (max-width: 768px) {
            .idx.index_interview .wrapper .title img {
              height: 2.46em; } }
        .idx.index_interview .wrapper .title + * {
          margin-top: calc(8em / 8 * 2); }
          @media screen and (max-width: 768px) {
            .idx.index_interview .wrapper .title + * {
              margin-top: calc(8em / 8 * 1); } }
      .idx.index_interview .wrapper .index_interview-body .card {
        display: flex;
        align-items: center;
        flex-direction: column; }
        .idx.index_interview .wrapper .index_interview-body .card .text {
          display: flex;
          align-items: center;
          flex-direction: column; }
          .idx.index_interview .wrapper .index_interview-body .card .text span {
            display: block;
            font-weight: 600; }
            .idx.index_interview .wrapper .index_interview-body .card .text span.jp {
              font-size: 1.1275em; }
            .idx.index_interview .wrapper .index_interview-body .card .text span.en {
              font-size: .85em;
              color: var(--key4); }
      .idx.index_interview .wrapper .index_interview-body + * {
        margin-top: calc(8em / 8 * 3); }
        @media screen and (max-width: 768px) {
          .idx.index_interview .wrapper .index_interview-body + * {
            margin-top: calc(8em / 16 * 3); } }
      .idx.index_interview .wrapper .index_interview-foot a {
        width: 50%;
        margin: 0 auto; }
        @media screen and (max-width: 768px) {
          .idx.index_interview .wrapper .index_interview-foot a {
            width: 100%; } }
  .idx.index_recruit {
    position: relative;
    z-index: 15;
    margin-top: -4em;
    padding: calc(8em / 8 * 8) 0 calc(8em / 8 * 6);
    background: var(--white);
    border-top-left-radius: 4em;
    border-top-right-radius: 4em;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .idx.index_recruit {
        margin-top: -2em;
        padding: calc(8em / 8 * 4) 0 calc(8em / 8 * 3);
        border-top-left-radius: 2em;
        border-top-right-radius: 2em; } }
    .idx.index_recruit > .background {
      position: absolute;
      bottom: 0;
      right: -10%;
      z-index: -1;
      width: 50%; }
      @media screen and (max-width: 768px) {
        .idx.index_recruit > .background {
          display: none; } }
    .idx.index_recruit .title {
      display: flex;
      justify-content: center;
      flex-direction: column;
      gap: calc(8em / 16 * 2); }
      .idx.index_recruit .title h2 img {
        width: auto;
        height: 4em;
        line-height: 1; }
        @media screen and (max-width: 768px) {
          .idx.index_recruit .title h2 img {
            height: 2.46em; } }
      .idx.index_recruit .title + * {
        margin-top: calc(8em / 8 * 3); }
        @media screen and (max-width: 768px) {
          .idx.index_recruit .title + * {
            margin-top: calc(8em / 8 * 2); } }
    .idx.index_recruit .wrapper {
      width: calc(100% / 32 * 26);
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .idx.index_recruit .wrapper {
          width: calc(100% / 32 * 28); } }
    .idx.index_recruit .index_recruit-body ul {
      display: flex;
      flex-direction: column;
      gap: calc(8em / 8);
      width: 60%; }
      @media screen and (max-width: 768px) {
        .idx.index_recruit .index_recruit-body ul {
          width: 100%; } }

.quiet_wrapper {
  position: relative;
  z-index: 1;
  margin: -4em 0;
  aspect-ratio: 2.35/1; }
  .quiet_wrapper .inner {
    width: 100%;
    height: calc(100% + 8em); }

header#pageHeader {
  position: relative;
  z-index: 15;
  padding-top: calc((8.5em / 8) * 5);
  background: var(--background1);
  background: linear-gradient(25deg, #cdcdf5, #fff3eb, #fddaf0); }
  @media screen and (max-width: 768px) {
    header#pageHeader {
      padding: 0 16px;
      padding-top: calc(8.5em / 8 * 4); } }
  header#pageHeader:has(.background) {
    overflow: hidden; }
  header#pageHeader .background {
    position: absolute;
    top: 0;
    right: -12%;
    z-index: -5; }
    header#pageHeader .background .inner {
      width: 100%;
      max-width: 860px;
      margin-left: auto;
      transform: translateY(-25%); }
      @media screen and (max-width: 768px) {
        header#pageHeader .background .inner {
          width: 50%; } }
  header#pageHeader .wrapper {
    width: calc(100% / 16 * 12);
    margin: 0 auto;
    padding: calc(8em / 8 * 4) 0; }
    @media screen and (max-width: 768px) {
      header#pageHeader .wrapper {
        flex-direction: column;
        width: 100%;
        padding: calc(8em / 8 * 3) 0; } }
    header#pageHeader .wrapper .text {
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      gap: calc(8em / 16); }
    header#pageHeader .wrapper hgroup {
      position: relative;
      z-index: 15;
      display: flex;
      flex-direction: column;
      align-items: baseline; }
      header#pageHeader .wrapper hgroup h1 {
        font-size: 2.87em; }
        @media screen and (max-width: 768px) {
          header#pageHeader .wrapper hgroup h1 {
            font-size: 2.255em; } }
        header#pageHeader .wrapper hgroup h1 img {
          width: auto;
          height: 1.435em; }
    header#pageHeader .wrapper .description p {
      font-weight: 600; }
    header#pageHeader .wrapper .card_list {
      margin-top: calc(8em / 16 * 3); }
      header#pageHeader .wrapper .card_list ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: calc(8em / 16 * 2); }
        @media screen and (max-width: 768px) {
          header#pageHeader .wrapper .card_list ul {
            gap: calc(8em / 16 * 1); } }
        @media screen and (max-width: 768px) {
          header#pageHeader .wrapper .card_list ul > li {
            width: 100%; } }
        header#pageHeader .wrapper .card_list ul > li .card {
          display: flex;
          align-items: center;
          min-width: 16.4em;
          min-height: 3.69em;
          padding: 0 calc((3.69em - 3.28em) / 2);
          background: var(--white);
          border-radius: calc(8em / 32);
          overflow: hidden;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
          @media screen and (max-width: 768px) {
            header#pageHeader .wrapper .card_list ul > li .card {
              width: 100%;
              min-height: 4.51em;
              padding: 0 calc((4.51em - 4.1em) / 2); } }
          header#pageHeader .wrapper .card_list ul > li .card .image {
            display: block;
            width: 3.28em;
            height: 3.28em;
            background: var(--gray1);
            border-radius: calc(8em / 32);
            overflow: hidden; }
            @media screen and (max-width: 768px) {
              header#pageHeader .wrapper .card_list ul > li .card .image {
                width: 4.1em;
                height: 4.1em; } }
          header#pageHeader .wrapper .card_list ul > li .card .text {
            padding: 0 calc(8em / 16 * 2);
            font-weight: 600; }
          header#pageHeader .wrapper .card_list ul > li .card:hover {
            filter: brightness(0.95);
            transform: scale(0.985);
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
  header#pageHeader.member {
    background: var(--background1);
    background: linear-gradient(25deg, #cdcdf5, #fff3eb, #fddaf0); }

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

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

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

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

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

.page_ .wrapper {
  width: calc(100% / 16 * 12);
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 768px) {
    .page_ .wrapper {
      width: calc(100% / 16 * 14); } }
  .page_ .wrapper hgroup:has(.h2) .h2 {
    font-weight: 600;
    font-size: 4.1em; }
    @media screen and (max-width: 768px) {
      .page_ .wrapper hgroup:has(.h2) .h2 {
        font-size: 2.87em; } }
    .page_ .wrapper hgroup:has(.h2) .h2 + p {
      display: flex;
      align-items: baseline;
      gap: calc(8em / 32 * 2);
      font-weight: 600; }
      .page_ .wrapper hgroup:has(.h2) .h2 + p::before {
        content: '';
        display: block;
        width: .7em;
        min-width: .7em;
        height: .7em;
        background: var(--key4);
        border-radius: 1em; }
  .page_ .wrapper hgroup:has(.h3) {
    display: flex;
    align-items: center;
    gap: calc(8em / 32 * 4); }
    .page_ .wrapper hgroup:has(.h3) .h3 {
      display: flex;
      align-items: baseline;
      gap: calc(8em / 32 * 2);
      font-weight: 600; }
      .page_ .wrapper hgroup:has(.h3) .h3::before {
        content: '';
        display: block;
        width: .7em;
        min-width: .7em;
        height: .7em;
        background: var(--key4);
        border-radius: 1em; }
    .page_ .wrapper hgroup:has(.h3) p {
      font-size: .85em;
      color: var(--key4); }
.page_ .column {
  display: flex; }
  @media screen and (max-width: 768px) {
    .page_ .column {
      flex-direction: column; } }
  .page_ .column > .column-left {
    flex: 1; }
    .page_ .column > .column-left .column-title {
      font-size: 2em;
      letter-spacing: -.0205em; }
      @media screen and (max-width: 768px) {
        .page_ .column > .column-left .column-title {
          display: none; } }
    .page_ .column > .column-left .column-subtitle {
      font-size: .9em;
      letter-spacing: .0205em;
      font-weight: 600; }
      @media screen and (max-width: 768px) {
        .page_ .column > .column-left .column-subtitle {
          font-size: 1.23em;
          margin-bottom: 1em; } }
  .page_ .column > .column-right {
    flex: 4; }

aside.next {
  position: relative;
  z-index: 15;
  background: var(--key1);
  background: linear-gradient(135deg, var(--eye), #eee9e5, #eee9e5, var(--key4)); }
  aside.next::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: url(images/noise.png);
    background-size: 100px, cover;
    background-repeat: repeat;
    background-blend-mode: normal;
    opacity: 1;
    pointer-events: none;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
  aside.next .wrapper {
    position: relative;
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(8em / 8 * 4);
    width: calc(100% / 16 * 14);
    margin: 0 auto;
    padding: calc(8em / 16 * 1) 0; }
    aside.next .wrapper > .image {
      width: calc(8em / 8 * 8);
      min-width: calc(8em / 8 * 8);
      height: calc(8em / 8 * 8); }
      aside.next .wrapper > .image img {
        transform: scale(1.2); }
    aside.next .wrapper > .text {
      display: flex;
      flex-direction: column; }
      aside.next .wrapper > .text > span {
        font-size: .8em; }
      aside.next .wrapper > .text > p {
        font-weight: 600; }
        aside.next .wrapper > .text > p.title {
          font-size: 1.435em; }
        aside.next .wrapper > .text > p.sub {
          font-size: .85em;
          color: var(--key4); }
  aside.next:hover::after {
    filter: brightness(0.25);
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(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 {
  background: var(--background1); }
  .page_business .business_service, .page_business .business_future, .page_business .business_outline {
    border-top: solid 1px var(--border-light-black); }

.business_service .business_service-head + * {
  margin-top: calc(8em / 16 * 3); }
.business_service .business_service-body {
  display: flex;
  flex-direction: column;
  gap: calc(8em / 8 * 3); }
  @media screen and (max-width: 768px) {
    .business_service .business_service-body {
      gap: calc(8em / 16 * 3); } }
  .business_service .business_service-body .card {
    display: flex;
    gap: calc(8em / 8 * 3);
    padding: calc(8em / 8 * 3);
    border-radius: calc(8em / 8);
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .business_service .business_service-body .card {
        position: relative;
        z-index: 15;
        flex-direction: column;
        gap: calc(8em / 16) calc(8em / 8 * 2);
        padding: calc(8em / 16 * 1); } }
    .business_service .business_service-body .card:nth-child(2n) {
      background: var(--white); }
    .business_service .business_service-body .card:nth-child(2n-1) {
      background: var(--gray1); }
    .business_service .business_service-body .card.sticky {
      top: calc(8em / 8 * 6); }
      @media screen and (max-width: 768px) {
        .business_service .business_service-body .card.sticky {
          top: 0; } }
    .business_service .business_service-body .card > .image {
      flex: 5;
      position: relative;
      z-index: 15;
      border-radius: calc(8em / 8);
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .business_service .business_service-body .card > .image {
          aspect-ratio: 3/2; } }
      .business_service .business_service-body .card > .image .swiper-pagination-wrapper .swiper-pagination .swiper-pagination-bullet-active {
        background: var(--eye2); }
    .business_service .business_service-body .card > .text {
      flex: 7;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      flex-direction: column;
      gap: calc(8em / 8 * 2); }
      @media screen and (max-width: 768px) {
        .business_service .business_service-body .card > .text {
          gap: calc(8em / 8 * 1);
          padding: calc(8em / 16 * 2); } }
      .business_service .business_service-body .card > .text .number {
        display: flex;
        align-items: center;
        flex-direction: column; }
        @media screen and (max-width: 768px) {
          .business_service .business_service-body .card > .text .number {
            position: absolute;
            top: 1em; } }
        .business_service .business_service-body .card > .text .number .attr {
          font-size: .85em; }
        .business_service .business_service-body .card > .text .number .num {
          font-weight: 600;
          font-size: 2.46em;
          color: var(--eye2);
          line-height: 1; }
      .business_service .business_service-body .card > .text dl {
        font-weight: 600; }
        .business_service .business_service-body .card > .text dl > dt {
          font-size: 1.5575em; }
        .business_service .business_service-body .card > .text dl > dd {
          font-size: 1.1275em; }
        .business_service .business_service-body .card > .text dl + * {
          margin-top: calc(8em / 8 * 1); }
        .business_service .business_service-body .card > .text dl + p {
          font-size: .9em; }

.business_future .wrapper {
  padding-bottom: calc(8em / 8 * 6); }
  @media screen and (max-width: 768px) {
    .business_future .wrapper {
      padding-bottom: calc(8em / 8 * 3); } }
.business_future .business_future-body {
  display: table;
  margin-left: auto;
  margin-right: auto; }
  .business_future .business_future-body .text {
    display: table;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1275em;
    font-weight: 600;
    line-height: 2; }
    .business_future .business_future-body .text b {
      color: var(--key4); }
    .business_future .business_future-body .text + * {
      margin-top: calc(8em / 16 * 3); }

.business_outline {
  background: var(--color-black); }
  .business_outline hgroup * {
    color: var(--white); }
  .business_outline .business_outline-body {
    display: flex;
    gap: calc(8em / 8 * 3); }
    @media screen and (max-width: 768px) {
      .business_outline .business_outline-body {
        flex-direction: column;
        gap: calc(8em / 16 * 4); } }
    .business_outline .business_outline-body > .left {
      flex: 5; }
      .business_outline .business_outline-body > .left .sticky {
        top: calc(8em / 8 * 6); }
    .business_outline .business_outline-body > .right {
      flex: 7;
      display: flex;
      flex-direction: column;
      gap: calc(8em / 8 * 3); }
      @media screen and (max-width: 768px) {
        .business_outline .business_outline-body > .right {
          gap: calc(8em / 16 * 3); } }
      .business_outline .business_outline-body > .right .card .image {
        display: block;
        aspect-ratio: 2.35/1;
        border-radius: calc(8em / 16);
        overflow: hidden; }
        .business_outline .business_outline-body > .right .card .image + * {
          margin-top: calc(8em / 16 * 2); }
      .business_outline .business_outline-body > .right .card dl {
        font-weight: 600; }
        .business_outline .business_outline-body > .right .card dl > dt {
          font-size: 1.5575em; }
        .business_outline .business_outline-body > .right .card dl > dd {
          font-size: 1.1275em; }
        .business_outline .business_outline-body > .right .card dl + * {
          margin-top: calc(8em / 8 * 1); }
        .business_outline .business_outline-body > .right .card dl + p {
          font-size: .9em; }
    .business_outline .business_outline-body * {
      color: var(--white); }
  .business_outline .business_outline-foot {
    margin-top: calc(8em / 16 * 6);
    padding-top: calc(8em / 16 * 5);
    border-top: dashed 1px var(--white); }
    @media screen and (max-width: 768px) {
      .business_outline .business_outline-foot {
        margin-top: calc(8em / 16 * 5);
        padding-top: calc(8em / 16 * 3); } }
    .business_outline .business_outline-foot * {
      text-align: center;
      color: var(--white); }
      @media screen and (max-width: 768px) {
        .business_outline .business_outline-foot * {
          text-align: left; } }

.page_culture {
  background: var(--background1); }
  .page_culture .culture-benefit, .page_culture .culture-career, .page_culture .culture-training {
    border-top: solid 1px var(--border-light-black); }

.culture-number .culture-number_body {
  display: flex;
  flex-direction: column;
  gap: calc(8em / 8 * 3); }
  .culture-number .culture-number_body .card {
    display: flex;
    flex-direction: column;
    gap: calc(8em / 8 * 1); }
    .culture-number .culture-number_body .card ul {
      display: flex;
      flex-wrap: wrap;
      gap: calc(8em / 16 * 3); }
      @media screen and (max-width: 768px) {
        .culture-number .culture-number_body .card ul {
          flex-direction: column;
          gap: calc(8em / 16 * 2); } }
      .culture-number .culture-number_body .card ul > li {
        display: flex;
        flex-direction: column;
        gap: calc(8em / 16);
        width: calc((100% / 2) - ((8em / 16 * 3) * 1 / 2));
        padding: calc(8em / 8 * 2) calc(8em / 8 * 3);
        background: var(--white);
        border-radius: calc(8em / 8);
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .culture-number .culture-number_body .card ul > li {
            width: 100%;
            padding: calc(8em / 16 * 3) calc(8em / 8 * 2); } }
        .culture-number .culture-number_body .card ul > li .title {
          font-weight: 600;
          font-size: 1.1275em;
          line-height: 1.23; }
        .culture-number .culture-number_body .card ul > li .content {
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: calc(8em / 8); }
          .culture-number .culture-number_body .card ul > li .content .text .number {
            display: flex;
            align-items: baseline;
            font-weight: 600; }
            .culture-number .culture-number_body .card ul > li .content .text .number .num {
              font-size: 2.87em;
              line-height: 1;
              color: var(--eye2); }
              @media screen and (max-width: 768px) {
                .culture-number .culture-number_body .card ul > li .content .text .number .num {
                  font-size: 2.665em; } }
            .culture-number .culture-number_body .card ul > li .content .text .number .attr {
              font-size: 1.3325em;
              line-height: 1; }
              @media screen and (max-width: 768px) {
                .culture-number .culture-number_body .card ul > li .content .text .number .attr {
                  font-size: 1.23em; } }
              .culture-number .culture-number_body .card ul > li .content .text .number .attr b {
                color: var(--eye2); }
          .culture-number .culture-number_body .card ul > li .content .text .caption {
            margin-top: calc(8em / 16);
            opacity: .615;
            font-size: .85em; }
          .culture-number .culture-number_body .card ul > li .content .image {
            width: 6em;
            height: auto; }
            @media screen and (max-width: 768px) {
              .culture-number .culture-number_body .card ul > li .content .image {
                width: 4.51em; } }

.culture-benefit .culture-benefit_body {
  display: flex;
  flex-direction: column;
  gap: calc(8em / 16 * 3);
  max-width: 860px;
  margin: 0 auto; }
  .culture-benefit .culture-benefit_body .card {
    display: flex;
    align-items: flex-start;
    gap: calc(8em / 16) calc(8em / 8); }
    @media screen and (max-width: 768px) {
      .culture-benefit .culture-benefit_body .card {
        flex-direction: column; } }
    .culture-benefit .culture-benefit_body .card > .cardtitle {
      flex: 4;
      display: flex;
      align-items: center;
      gap: calc(8em / 16);
      font-size: 1.23em; }
      @media screen and (max-width: 768px) {
        .culture-benefit .culture-benefit_body .card > .cardtitle {
          min-width: 100%; } }
      .culture-benefit .culture-benefit_body .card > .cardtitle .icon {
        width: 1.1275em;
        min-width: 1.1275em;
        height: auto; }
      .culture-benefit .culture-benefit_body .card > .cardtitle .text {
        font-weight: 600; }
    .culture-benefit .culture-benefit_body .card > .cardbody {
      flex: 8; }
      @media screen and (max-width: 768px) {
        .culture-benefit .culture-benefit_body .card > .cardbody {
          min-width: 100%; } }
      .culture-benefit .culture-benefit_body .card > .cardbody ul {
        display: flex;
        flex-direction: column;
        gap: calc(8em / 16); }
        .culture-benefit .culture-benefit_body .card > .cardbody ul > li {
          padding: calc(8em / 16 * 2) calc(8em / 16 * 3);
          background: var(--white);
          border-radius: calc(8em / 16); }
          @media screen and (max-width: 768px) {
            .culture-benefit .culture-benefit_body .card > .cardbody ul > li {
              padding: calc(8em / 16 * 2) calc(8em / 32 * 5); } }
          .culture-benefit .culture-benefit_body .card > .cardbody ul > li .title {
            font-size: 1.1275em;
            font-weight: 600; }
            @media screen and (max-width: 768px) {
              .culture-benefit .culture-benefit_body .card > .cardbody ul > li .title {
                font-size: 1em; } }
            .culture-benefit .culture-benefit_body .card > .cardbody ul > li .title .swicth {
              display: flex;
              align-items: center;
              justify-content: center;
              width: 1.23em;
              height: 1.23em;
              border-radius: calc(8em / 32);
              background: var(--gray2);
              overflow: hidden; }
              .culture-benefit .culture-benefit_body .card > .cardbody ul > li .title .swicth::before {
                content: '+';
                display: block;
                font-weight: 600; }
            .culture-benefit .culture-benefit_body .card > .cardbody ul > li .title.tgr_parents {
              display: flex;
              align-items: center;
              gap: calc(8em / 64 * 3); }
              .culture-benefit .culture-benefit_body .card > .cardbody ul > li .title.tgr_parents.open .swicth::before {
                content: '-'; }
            .culture-benefit .culture-benefit_body .card > .cardbody ul > li .title + * {
              margin-top: calc(8em / 32); }
              @media screen and (max-width: 768px) {
                .culture-benefit .culture-benefit_body .card > .cardbody ul > li .title + * {
                  margin-top: 0; } }
          .culture-benefit .culture-benefit_body .card > .cardbody ul > li .description {
            font-size: .9em; }
            .culture-benefit .culture-benefit_body .card > .cardbody ul > li .description.tgr_child {
              margin-top: calc(8em / 32 * 3); }
            .culture-benefit .culture-benefit_body .card > .cardbody ul > li .description .eyecatch {
              aspect-ratio: 16/9;
              border-radius: calc(8em / 32 * 1);
              overflow: hidden;
              line-height: 1; }
              .culture-benefit .culture-benefit_body .card > .cardbody ul > li .description .eyecatch + * {
                margin-top: calc(8em / 32 * 3); }
          .culture-benefit .culture-benefit_body .card > .cardbody ul > li:has(.image) {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            flex-direction: row-reverse;
            gap: calc(8em / 16 * 3);
            padding: calc(8em / 16); }
            .culture-benefit .culture-benefit_body .card > .cardbody ul > li:has(.image) .image {
              width: calc(8em / 8 * 5);
              margin-top: 0;
              border-radius: calc(8em / 32);
              overflow: hidden;
              line-height: 0; }
      .culture-benefit .culture-benefit_body .card > .cardbody table {
        width: 100%;
        padding: calc(8em / 16 * 3) calc(8em / 16 * 4);
        background: var(--white);
        border: solid 1px var(--border-light-black);
        border-radius: calc(8em / 16);
        overflow: hidden;
        font-size: .9em;
        white-space: nowrap; }
        .culture-benefit .culture-benefit_body .card > .cardbody table tr th {
          padding: calc(8em / 32 * 3) calc(8em / 32 * 1);
          background: var(--gray2);
          border: solid 1px var(--border-light-black); }
        .culture-benefit .culture-benefit_body .card > .cardbody table tr td {
          padding: calc(8em / 32 * 3) calc(8em / 32 * 1);
          border: solid 1px var(--border-light-black);
          text-align: center; }

.culture-career .culture-career_head + * {
  margin-top: calc(8em / 16 * 5); }
.culture-career .culture-career_head .title {
  display: flex;
  align-items: center;
  gap: calc(8em / 32 * 2);
  padding-bottom: calc(8em / 64 * 3);
  border-bottom: solid 1px var(--border-light-black);
  font-weight: 600;
  font-size: 1.23em; }
  .culture-career .culture-career_head .title::before {
    content: '';
    display: block;
    width: .7em;
    min-width: .7em;
    height: .7em;
    background: var(--key4);
    border-radius: 1em; }
  .culture-career .culture-career_head .title + * {
    display: block;
    margin-top: calc(8em / 16 * 3); }
.culture-career .culture-career_head .caption {
  display: table;
  margin-top: calc(8em / 32 * 3);
  margin-left: auto;
  font-size: .85em;
  opacity: .615; }
.culture-career .culture-career_body {
  display: flex;
  flex-direction: column;
  gap: calc(8em / 16 * 3); }
  .culture-career .culture-career_body .card .cardtitle {
    display: flex;
    align-items: center;
    gap: calc(8em / 32 * 2);
    padding-bottom: calc(8em / 64 * 3);
    border-bottom: solid 1px var(--border-light-black);
    font-weight: 600;
    font-size: 1.23em; }
    .culture-career .culture-career_body .card .cardtitle::before {
      content: '';
      display: block;
      width: .7em;
      min-width: .7em;
      height: .7em;
      background: var(--key4);
      border-radius: 1em; }
    .culture-career .culture-career_body .card .cardtitle + * {
      margin-top: 1em; }
  .culture-career .culture-career_body .card .cardbody {
    display: flex; }
    @media screen and (max-width: 768px) {
      .culture-career .culture-career_body .card .cardbody {
        flex-direction: column; } }
    .culture-career .culture-career_body .card .cardbody > li {
      flex: 1; }
      .culture-career .culture-career_body .card .cardbody > li:first-child dl > dt {
        border-top-left-radius: .25em;
        border-bottom-left-radius: .25em; }
        @media screen and (max-width: 768px) {
          .culture-career .culture-career_body .card .cardbody > li:first-child dl > dt {
            border-top-right-radius: .25em;
            border-bottom-left-radius: 0; } }
      .culture-career .culture-career_body .card .cardbody > li:last-child dl > dt {
        border-top-right-radius: .25em;
        border-bottom-right-radius: .25em; }
        @media screen and (max-width: 768px) {
          .culture-career .culture-career_body .card .cardbody > li:last-child dl > dt {
            border-top-right-radius: 0;
            border-bottom-left-radius: .25em; } }
      .culture-career .culture-career_body .card .cardbody > li:nth-child(1) dl > dt {
        background: #FDFCFE; }
        .culture-career .culture-career_body .card .cardbody > li:nth-child(1) dl > dt::after {
          content: '';
          display: block;
          width: .5em;
          height: 100%;
          position: absolute;
          right: calc(-.5em + 1px);
          top: 0;
          z-index: 20;
          background: inherit;
          clip-path: polygon(0 0, 100% 50%, 0 100%); }
          @media screen and (max-width: 768px) {
            .culture-career .culture-career_body .card .cardbody > li:nth-child(1) dl > dt::after {
              width: 100%;
              height: .5em;
              top: calc(100% - 1px);
              right: 0;
              clip-path: polygon(0 0, 100% 0, 50% 100%); } }
      .culture-career .culture-career_body .card .cardbody > li:nth-child(2) dl > dt {
        background: #FAF8FF; }
        .culture-career .culture-career_body .card .cardbody > li:nth-child(2) dl > dt::after {
          content: '';
          display: block;
          width: .5em;
          height: 100%;
          position: absolute;
          right: calc(-.5em + 1px);
          top: 0;
          z-index: 20;
          background: inherit;
          clip-path: polygon(0 0, 100% 50%, 0 100%); }
          @media screen and (max-width: 768px) {
            .culture-career .culture-career_body .card .cardbody > li:nth-child(2) dl > dt::after {
              width: 100%;
              height: .5em;
              top: calc(100% - 1px);
              right: 0;
              clip-path: polygon(0 0, 100% 0, 50% 100%); } }
      .culture-career .culture-career_body .card .cardbody > li:nth-child(3) dl > dt {
        background: #F3F0FF; }
        .culture-career .culture-career_body .card .cardbody > li:nth-child(3) dl > dt::after {
          content: '';
          display: block;
          width: .5em;
          height: 100%;
          position: absolute;
          right: calc(-.5em + 1px);
          top: 0;
          z-index: 20;
          background: inherit;
          clip-path: polygon(0 0, 100% 50%, 0 100%); }
          @media screen and (max-width: 768px) {
            .culture-career .culture-career_body .card .cardbody > li:nth-child(3) dl > dt::after {
              width: 100%;
              height: .5em;
              top: calc(100% - 1px);
              right: 0;
              clip-path: polygon(0 0, 100% 0, 50% 100%); } }
      .culture-career .culture-career_body .card .cardbody > li:nth-child(4) dl > dt {
        background: #EBE4FF; }
        .culture-career .culture-career_body .card .cardbody > li:nth-child(4) dl > dt::after {
          content: '';
          display: block;
          width: .5em;
          height: 100%;
          position: absolute;
          right: calc(-.5em + 1px);
          top: 0;
          z-index: 20;
          background: inherit;
          clip-path: polygon(0 0, 100% 50%, 0 100%); }
          @media screen and (max-width: 768px) {
            .culture-career .culture-career_body .card .cardbody > li:nth-child(4) dl > dt::after {
              width: 100%;
              height: .5em;
              top: calc(100% - 1px);
              right: 0;
              clip-path: polygon(0 0, 100% 0, 50% 100%); } }
      .culture-career .culture-career_body .card .cardbody > li:nth-child(5) dl > dt {
        background: #E2D8FF; }
        .culture-career .culture-career_body .card .cardbody > li:nth-child(5) dl > dt::after {
          content: '';
          display: block;
          width: .5em;
          height: 100%;
          position: absolute;
          right: calc(-.5em + 1px);
          top: 0;
          z-index: 20;
          background: inherit;
          clip-path: polygon(0 0, 100% 50%, 0 100%); }
          @media screen and (max-width: 768px) {
            .culture-career .culture-career_body .card .cardbody > li:nth-child(5) dl > dt::after {
              width: 100%;
              height: .5em;
              top: calc(100% - 1px);
              right: 0;
              clip-path: polygon(0 0, 100% 0, 50% 100%); } }
      .culture-career .culture-career_body .card .cardbody > li:nth-child(6) dl > dt {
        background: #D6C9FF; }
        .culture-career .culture-career_body .card .cardbody > li:nth-child(6) dl > dt::after {
          content: '';
          display: block;
          width: .5em;
          height: 100%;
          position: absolute;
          right: calc(-.5em + 1px);
          top: 0;
          z-index: 20;
          background: inherit;
          clip-path: polygon(0 0, 100% 50%, 0 100%); }
          @media screen and (max-width: 768px) {
            .culture-career .culture-career_body .card .cardbody > li:nth-child(6) dl > dt::after {
              width: 100%;
              height: .5em;
              top: calc(100% - 1px);
              right: 0;
              clip-path: polygon(0 0, 100% 0, 50% 100%); } }
      .culture-career .culture-career_body .card .cardbody > li:nth-child(7) dl > dt {
        background: #C4B3F7; }
      @media screen and (max-width: 768px) {
        .culture-career .culture-career_body .card .cardbody > li dl {
          display: flex;
          gap: 1.5em; } }
      .culture-career .culture-career_body .card .cardbody > li dl dt {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 2.255em;
        font-weight: 600;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .culture-career .culture-career_body .card .cardbody > li dl dt {
            min-width: 3em;
            min-height: 6em;
            writing-mode: tb-rl; } }
        .culture-career .culture-career_body .card .cardbody > li dl dt + dd {
          margin-top: 1em; }
          @media screen and (max-width: 768px) {
            .culture-career .culture-career_body .card .cardbody > li dl dt + dd {
              margin-bottom: 1em; } }
      .culture-career .culture-career_body .card .cardbody > li dl dd {
        padding: 0 .25em;
        font-size: .9em; }
  .culture-career .culture-career_body .card .caption {
    display: table;
    margin-top: calc(8em / 32 * 3);
    margin-left: auto;
    font-size: .85em;
    opacity: .615; }

.culture-training .culture-training_body {
  display: flex;
  flex-direction: column;
  gap: calc(8em / 8 * 3); }
  @media screen and (max-width: 768px) {
    .culture-training .culture-training_body {
      gap: calc(8em / 16 * 3); } }
  .culture-training .culture-training_body .card {
    display: flex;
    gap: calc(8em / 8 * 3);
    padding: calc(8em / 8 * 3);
    border-radius: calc(8em / 8);
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .culture-training .culture-training_body .card {
        flex-direction: column;
        gap: calc(8em / 16) calc(8em / 8 * 2);
        padding: calc(8em / 16 * 1); } }
    .culture-training .culture-training_body .card:nth-child(2n) {
      background: var(--white); }
    .culture-training .culture-training_body .card:nth-child(2n-1) {
      background: var(--gray1); }
    .culture-training .culture-training_body .card.sticky {
      top: calc(8em / 8 * 6); }
      @media screen and (max-width: 768px) {
        .culture-training .culture-training_body .card.sticky {
          top: 0; } }
    .culture-training .culture-training_body .card > .image {
      flex: 5;
      position: relative;
      z-index: 15;
      border-radius: calc(8em / 8);
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .culture-training .culture-training_body .card > .image {
          aspect-ratio: 3/2; } }
      .culture-training .culture-training_body .card > .image .swiper-pagination-wrapper .swiper-pagination .swiper-pagination-bullet-active {
        background: var(--eye2); }
    .culture-training .culture-training_body .card > .text {
      flex: 7;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      flex-direction: column;
      gap: calc(8em / 8 * 2); }
      @media screen and (max-width: 768px) {
        .culture-training .culture-training_body .card > .text {
          gap: calc(8em / 8 * 1);
          padding: calc(8em / 16 * 2); } }
      .culture-training .culture-training_body .card > .text .number {
        display: flex;
        align-items: center;
        flex-direction: column; }
        .culture-training .culture-training_body .card > .text .number .attr {
          font-size: .85em; }
        .culture-training .culture-training_body .card > .text .number .num {
          font-weight: 600;
          font-size: 2.46em;
          color: var(--eye2);
          line-height: 1; }
      .culture-training .culture-training_body .card > .text .textbody ul.tag {
        display: inline-flex;
        flex-wrap: wrap;
        gap: calc(8em / 32 * 3);
        margin-top: calc(8em / 32 * 2);
        padding: calc(8em / 32 * 3) calc(8em / 32 * 4);
        background: var(--gray2);
        border-radius: calc(8em / 32 * 2); }
        .culture-training .culture-training_body .card > .text .textbody ul.tag > li {
          display: flex;
          align-items: center;
          gap: calc(8em / 32 * 2); }
          .culture-training .culture-training_body .card > .text .textbody ul.tag > li::before {
            content: '';
            display: block;
            width: .7em;
            min-width: .7em;
            height: .7em;
            background: var(--key4);
            border-radius: 1em; }
        .culture-training .culture-training_body .card > .text .textbody ul.tag::after {
          content: 'など…';
          display: block;
          font-size: .9em; }
      .culture-training .culture-training_body .card > .text dl {
        font-weight: 600; }
        .culture-training .culture-training_body .card > .text dl > dt {
          font-size: 1.5575em; }
        .culture-training .culture-training_body .card > .text dl > dd {
          font-size: 1.1275em; }
        .culture-training .culture-training_body .card > .text dl + * {
          margin-top: calc(8em / 8 * 1); }
        .culture-training .culture-training_body .card > .text dl + p {
          font-size: .9em; }

.archive_member {
  background: var(--background1);
  background: linear-gradient(135deg, #cdcdf5, #fff3eb, #fddaf0); }
  .archive_member .archive_member-body ul.list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 1em; }
    .archive_member .archive_member-body ul.list > li {
      flex: 1;
      min-width: 360px; }
  .archive_member .archive_member-body .card {
    display: flex;
    flex-direction: column;
    gap: calc(8em / 16 * 2); }
    .archive_member .archive_member-body .card .text {
      display: flex;
      align-items: center;
      flex-direction: column; }
      .archive_member .archive_member-body .card .text p {
        line-height: 1.3325;
        font-weight: 600; }
        .archive_member .archive_member-body .card .text p.main {
          font-size: 1.1275em; }
        .archive_member .archive_member-body .card .text p.sub {
          font-size: .85em;
          color: var(--key4); }

#siteContent:has(.single_member) {
  position: relative;
  z-index: 20;
  padding-top: calc(8em / 8 * 5);
  background: var(--white); }

.single_member {
  border-top: solid 1px var(--border-light-black); }
  .single_member .wrapper {
    width: calc(100% / 16 * 14);
    max-width: 980px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 768px) {
      .single_member .wrapper {
        width: calc(100% / 30 * 28); } }
  .single_member .single_member-thumbnail {
    aspect-ratio: 2.35/1;
    overflow: hidden;
    line-height: 0; }
    .single_member .single_member-thumbnail + * {
      margin-top: calc(8em / 16 * 5); }
  .single_member .single_member-body {
    display: flex;
    flex-direction: row;
    gap: calc(8em / 16 * 5); }
    @media screen and (max-width: 768px) {
      .single_member .single_member-body {
        flex-direction: column; } }
    .single_member .single_member-body > .navigation {
      flex: 3; }
      .single_member .single_member-body > .navigation .sticky {
        top: calc((8em / 8 * 5) + (8em / 16 * 4)); }
      .single_member .single_member-body > .navigation .block ~ .block {
        margin-top: calc(8em / 16 * 3);
        padding-top: calc(8em / 16 * 3);
        border-top: solid 1px var(--border-light-black); }
    .single_member .single_member-body > .main {
      flex: 6; }
      @media screen and (max-width: 768px) {
        .single_member .single_member-body > .main {
          min-width: 100%;
          padding: 0 8px; } }
      .single_member .single_member-body > .main .block ~ .block {
        margin-top: calc(8em / 16 * 3);
        padding-top: calc(8em / 16 * 3); }
      .single_member .single_member-body > .main h3 {
        letter-spacing: .041em;
        font-size: 1.23em; }
        @media screen and (max-width: 768px) {
          .single_member .single_member-body > .main h3 {
            font-size: 1.435em; } }
        .single_member .single_member-body > .main h3 + * {
          margin-top: calc(8em / 32 * 3); }
    .single_member .single_member-body .profile {
      display: flex;
      align-items: center;
      gap: calc(8em / 32 * 3); }
      .single_member .single_member-body .profile .icon {
        width: 4.51em;
        min-width: 4.51em;
        height: 4.51em;
        padding: 4px;
        border-radius: 4.51em;
        background: var(--background1);
        background: linear-gradient(135deg, #cdcdf5, #fff3eb, #fddaf0);
        overflow: hidden; }
        .single_member .single_member-body .profile .icon .inner {
          width: 100%;
          height: 100%;
          border-radius: 50%;
          overflow: hidden; }
      .single_member .single_member-body .profile .text {
        display: flex;
        flex-direction: column;
        gap: calc(8em / 32); }
        .single_member .single_member-body .profile .text .name {
          font-weight: 600; }
        .single_member .single_member-body .profile .text ul {
          display: flex;
          align-items: baseline;
          flex-wrap: wrap;
          gap: calc(8em / 32) calc(8em / 16);
          font-size: .8em; }
    .single_member .single_member-body .profile_information ul.list {
      display: flex;
      flex-direction: column;
      gap: calc(8em / 32 * 3);
      font-size: 14px; }
      @media screen and (max-width: 768px) {
        .single_member .single_member-body .profile_information ul.list {
          font-size: 13px; } }
      .single_member .single_member-body .profile_information ul.list > li {
        padding: calc(8em / 16 * 2);
        background: var(--color-lightgray);
        border-radius: calc(8em / 32);
        overflow: hidden; }
        .single_member .single_member-body .profile_information ul.list > li dl > dt {
          font-weight: 600; }
    .single_member .single_member-body ul.qa {
      display: flex;
      flex-direction: column;
      gap: calc(8em / 8 * 3); }
      .single_member .single_member-body ul.qa > li {
        position: relative;
        z-index: 15; }
        .single_member .single_member-body ul.qa > li::before {
          content: '';
          display: block;
          width: 6em;
          height: 2px;
          margin-bottom: calc(8em / 32 * 3);
          background: linear-gradient(to right, var(--key4), var(--eye2), transparent);
          border-radius: 1px; }

#siteContent:has(.single_lp) {
  position: relative;
  z-index: 20;
  padding-top: calc(8em / 8 * 5);
  background: var(--white); }

.single_lp {
  border-top: solid 1px var(--border-light-black); }
  .single_lp .wrapper {
    width: calc(100% / 16 * 14);
    max-width: 980px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 768px) {
      .single_lp .wrapper {
        width: calc(100% / 30 * 28); } }
  .single_lp .single_lp-thumbnail {
    aspect-ratio: 2.35/1;
    overflow: hidden;
    line-height: 0; }
    .single_lp .single_lp-thumbnail + * {
      margin-top: calc(8em / 16 * 5); }
  .single_lp .single_lp-introduction p {
    text-align: center;
    font-size: 1.64em;
    transform: scaleY(0.95);
    font-weight: 600; }
    @media screen and (max-width: 768px) {
      .single_lp .single_lp-introduction p {
        font-size: 1.3325em; } }
  .single_lp .single_lp-introduction + * {
    margin-top: calc(8em / 16 * 5); }
  .single_lp .single_lp-body {
    display: flex;
    flex-direction: column;
    gap: calc(8em / 16 * 5); }
    @media screen and (max-width: 768px) {
      .single_lp .single_lp-body {
        flex-direction: column; } }
    .single_lp .single_lp-body > .navigation {
      flex: 3; }
      .single_lp .single_lp-body > .navigation .sticky {
        top: calc((8em / 8 * 5) + (8em / 16 * 4)); }
      .single_lp .single_lp-body > .navigation ul {
        display: flex;
        align-items: center;
        justify-content: center; }
        @media screen and (max-width: 768px) {
          .single_lp .single_lp-body > .navigation ul {
            justify-content: flex-start;
            overflow: scroll;
            white-space: nowrap; } }
        .single_lp .single_lp-body > .navigation ul > li ~ li {
          display: flex;
          align-items: center; }
          .single_lp .single_lp-body > .navigation ul > li ~ li::before {
            content: '|';
            display: block;
            margin: 0 .5em;
            opacity: .328; }
        .single_lp .single_lp-body > .navigation ul > li a {
          display: flex;
          align-items: center;
          justify-content: center;
          min-height: 2.05em;
          border-radius: .25em;
          padding: 0 .75em;
          font-size: 1.075em;
          letter-spacing: .041em;
          font-weight: 600;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(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_lp .single_lp-body > .navigation ul > li a:hover {
            background: var(--background3);
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(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_lp .single_lp-body > .main {
      flex: 6; }
      @media screen and (max-width: 768px) {
        .single_lp .single_lp-body > .main {
          min-width: 100%;
          padding: 0 8px; } }
      .single_lp .single_lp-body > .main .block ~ .block {
        margin-top: calc(8em / 16 * 3);
        padding-top: calc(8em / 16 * 3); }
      .single_lp .single_lp-body > .main h3 {
        letter-spacing: .041em;
        font-size: 1.23em; }
        @media screen and (max-width: 768px) {
          .single_lp .single_lp-body > .main h3 {
            font-size: 1.435em; } }
        .single_lp .single_lp-body > .main h3 + * {
          margin-top: calc(8em / 32 * 3); }
    .single_lp .single_lp-body .outline .outline_card {
      padding: calc(8em / 16 * 4);
      box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
      border-radius: calc(8em / 16);
      overflow: hidden; }
    .single_lp .single_lp-body .outline dl > dt {
      font-weight: 600; }
      .single_lp .single_lp-body .outline dl > dt .tagline {
        display: inline;
        padding-left: calc(8em / 16);
        padding-right: calc(8em / 16);
        background-color: var(--eye2);
        color: var(--white);
        font-size: 1.23em;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone; }
      .single_lp .single_lp-body .outline dl > dt .title {
        font-size: 1.64em;
        line-height: 1.3325; }
      .single_lp .single_lp-body .outline dl > dt + dd {
        line-height: 1.64;
        margin-top: calc(8em / 16); }
    .single_lp .single_lp-body .bonus .bonus_card {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: calc(8em / 16 * 4);
      background: #ffd049;
      box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
      border-radius: calc(8em / 16);
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .single_lp .single_lp-body .bonus .bonus_card {
          flex-direction: column; } }
      .single_lp .single_lp-body .bonus .bonus_card p {
        font-weight: 600; }
    .single_lp .single_lp-body .user_voice ul {
      display: flex;
      gap: calc(8em / 8); }
      @media screen and (max-width: 768px) {
        .single_lp .single_lp-body .user_voice ul {
          flex-direction: column; } }
      .single_lp .single_lp-body .user_voice ul > li {
        flex: 1;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: calc(8em / 8);
        padding: calc(8em / 16 * 3);
        box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
        border-radius: calc(8em / 16);
        overflow: hidden; }
        .single_lp .single_lp-body .user_voice ul > li dl > dt {
          font-size: 1.1275em;
          font-weight: 600; }
          .single_lp .single_lp-body .user_voice ul > li dl > dt + dd {
            margin-top: calc(8em / 32); }
        .single_lp .single_lp-body .user_voice ul > li .user {
          margin-top: .5em;
          font-size: .85em;
          opacity: .7; }

.page_challenge {
  background: var(--background1); }

.challenge-body {
  display: flex;
  flex-direction: column;
  gap: calc(8em / 8 * 3); }
  @media screen and (max-width: 768px) {
    .challenge-body {
      gap: calc(8em / 16 * 3); } }
  .challenge-body .card {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: calc(8em / 8 * 3);
    padding: calc(8em / 8 * 3);
    border-radius: calc(8em / 8);
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .challenge-body .card {
        position: relative;
        z-index: 15;
        flex-direction: column;
        gap: calc(8em / 16) calc(8em / 8 * 2);
        padding: calc(8em / 16 * 1); } }
    .challenge-body .card:nth-child(2n) {
      background: var(--white); }
    .challenge-body .card:nth-child(2n-1) {
      background: var(--gray1); }
    .challenge-body .card.sticky {
      top: calc(8em / 8 * 6); }
      @media screen and (max-width: 768px) {
        .challenge-body .card.sticky {
          top: 0; } }
    .challenge-body .card > .image {
      flex: 5;
      position: relative;
      z-index: 15;
      display: flex;
      justify-content: flex-end;
      border-radius: calc(8em / 8);
      overflow: hidden;
      aspect-ratio: 1/1; }
      @media screen and (max-width: 768px) {
        .challenge-body .card > .image {
          width: 8em;
          margin-left: auto; } }
      .challenge-body .card > .image .swiper-pagination-wrapper .swiper-pagination .swiper-pagination-bullet-active {
        background: var(--eye2); }
    .challenge-body .card > .text {
      flex: 7;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      flex-direction: column;
      gap: calc(8em / 8 * 2); }
      @media screen and (max-width: 768px) {
        .challenge-body .card > .text {
          gap: calc(8em / 8 * 1);
          padding: calc(8em / 16 * 2); } }
      .challenge-body .card > .text .number_wrap {
        display: flex;
        align-items: center;
        gap: calc(8em / 32 * 6); }
        .challenge-body .card > .text .number_wrap .title img {
          width: auto;
          height: 4.51em; }
      .challenge-body .card > .text .number {
        display: flex;
        align-items: center;
        flex-direction: column; }
        @media screen and (max-width: 768px) {
          .challenge-body .card > .text .number {
            position: absolute;
            top: 1em; } }
        .challenge-body .card > .text .number .attr {
          font-size: .85em; }
        .challenge-body .card > .text .number .num {
          font-weight: 600;
          font-size: 4.51em;
          color: var(--eye2);
          line-height: 1; }
      .challenge-body .card > .text .textbody dl {
        font-weight: 600; }
        .challenge-body .card > .text .textbody dl > dt {
          font-size: 1.5575em; }
        .challenge-body .card > .text .textbody dl > dd {
          font-size: 1.1275em; }
        .challenge-body .card > .text .textbody dl + * {
          margin-top: calc(8em / 8 * 1); }
      .challenge-body .card > .text .textbody hgroup + * {
        margin-top: calc(8em / 16 * 1); }
      .challenge-body .card > .text .textbody p {
        font-size: .9em; }
    .challenge-body .card.other {
      background: var(--color-black); }
      .challenge-body .card.other * {
        color: var(--white); }
      @media screen and (max-width: 768px) {
        .challenge-body .card.other > .text .number {
          position: relative;
          top: 0; } }

.page_about {
  background: var(--background1); }
  .page_about .about-outline, .page_about .about-history {
    border-top: solid 1px var(--border-light-black); }

.about-philosophy .about-philosophy_body {
  display: flex;
  flex-direction: column;
  gap: calc(8em / 16 * 3);
  max-width: 860px;
  margin: 0 auto; }

.about-outline .about-outline_body {
  max-width: 860px;
  margin: 0 auto; }
  .about-outline .about-outline_body ul > li {
    display: flex;
    gap: calc(8em / 8); }
    .about-outline .about-outline_body ul > li > .title {
      flex: 3;
      padding: calc(8em / 8) 0;
      border-bottom: solid 1px var(--color-black);
      font-weight: 600; }
    .about-outline .about-outline_body ul > li > .content {
      flex: 9;
      padding: calc(8em / 8) 0;
      border-bottom: solid 1px var(--border-light-black); }
      .about-outline .about-outline_body ul > li > .content a {
        color: var(--color-key2);
        text-decoration: underline; }

.about-history .about-history_body {
  max-width: 860px;
  margin: 0 auto; }
  .about-history .about-history_body ul.timeline {
    position: relative;
    z-index: 15;
    display: flex;
    flex-direction: column;
    gap: calc(8em / 16 * 3); }
    .about-history .about-history_body ul.timeline::before {
      content: '';
      position: absolute;
      left: calc(50% - (2px / 2));
      z-index: -1;
      display: block;
      width: 2px;
      height: 100%;
      opacity: .1025;
      background: var(--black); }
      @media screen and (max-width: 768px) {
        .about-history .about-history_body ul.timeline::before {
          left: calc(2px / -2); } }
    .about-history .about-history_body ul.timeline > li {
      position: relative;
      z-index: 15;
      display: flex;
      flex-direction: column;
      gap: calc(8em / 8);
      width: calc(50% - 3em); }
      @media screen and (max-width: 768px) {
        .about-history .about-history_body ul.timeline > li {
          gap: calc(8em / 16);
          width: calc(100% - 3em); } }
      .about-history .about-history_body ul.timeline > li::before {
        content: '';
        position: absolute;
        top: .75em;
        display: block;
        width: 1em;
        height: 1em;
        background: var(--key4);
        border-radius: 1em; }
      .about-history .about-history_body ul.timeline > li:nth-child(2n-1) {
        align-items: flex-start;
        margin-left: auto; }
        .about-history .about-history_body ul.timeline > li:nth-child(2n-1)::before {
          left: calc((3em + (1em / 2)) * -1); }
      .about-history .about-history_body ul.timeline > li:nth-child(2n) {
        align-items: flex-end;
        margin-right: auto; }
        @media screen and (max-width: 768px) {
          .about-history .about-history_body ul.timeline > li:nth-child(2n) {
            align-items: flex-start;
            margin-right: 0;
            margin-left: auto; } }
        .about-history .about-history_body ul.timeline > li:nth-child(2n)::before {
          right: calc((3em + (1em / 2)) * -1); }
          @media screen and (max-width: 768px) {
            .about-history .about-history_body ul.timeline > li:nth-child(2n)::before {
              right: initial;
              left: calc((3em + (1em / 2)) * -1); } }
      .about-history .about-history_body ul.timeline > li .year {
        display: flex;
        align-items: baseline;
        gap: calc(8em / 64 * 3);
        font-weight: 600; }
        @media screen and (max-width: 768px) {
          .about-history .about-history_body ul.timeline > li .year {
            gap: calc(8em / 64 * 1); } }
        .about-history .about-history_body ul.timeline > li .year .num {
          font-size: 2.05em;
          letter-spacing: -.0205em; }
          @media screen and (max-width: 768px) {
            .about-history .about-history_body ul.timeline > li .year .num {
              font-size: 1.64em; } }
      .about-history .about-history_body ul.timeline > li .content {
        flex: 9;
        width: 100%; }
        .about-history .about-history_body ul.timeline > li .content dl .month {
          display: table;
          padding: calc(8em / 64) calc(8em / 32 * 3);
          margin-bottom: calc(8em / 32 * 1);
          background: var(--key4);
          border-radius: calc(8em / 32);
          overflow: hidden;
          font-size: .9em;
          font-weight: 600;
          color: var(--white); }
        .about-history .about-history_body ul.timeline > li .content dl > dt {
          font-size: 1.435em;
          font-weight: 600; }
          .about-history .about-history_body ul.timeline > li .content dl > dt + * {
            margin-top: calc(8em / 16); }
            @media screen and (max-width: 768px) {
              .about-history .about-history_body ul.timeline > li .content dl > dt + * {
                margin-top: calc(8em / 32); } }
        .about-history .about-history_body ul.timeline > li .content dl > dd p {
          font-size: .95em; }
        .about-history .about-history_body ul.timeline > li .content dl ~ dl {
          margin-top: calc(8em / 16 * 3); }
  .about-history .about-history_body ul.desc {
    font-size: .9em; }
    .about-history .about-history_body ul.desc > li {
      display: flex;
      align-items: baseline;
      gap: calc(8em / 32 * 2); }
      .about-history .about-history_body ul.desc > li::before {
        content: '';
        display: block;
        width: .7em;
        min-width: .7em;
        height: .7em;
        background: var(--key4);
        border-radius: 1em; }

.page_service-core {
  background: var(--white); }
  .page_service-core .page_service-core-body {
    display: flex;
    flex-direction: column;
    gap: calc(8em / 8 * 1); }
    @media screen and (max-width: 768px) {
      .page_service-core .page_service-core-body {
        gap: calc(8em / 16 * 1); } }
    .page_service-core .page_service-core-body .top {
      padding: calc(8em / 16 * 5) calc(8em / 16 * 7); }
      @media screen and (max-width: 768px) {
        .page_service-core .page_service-core-body .top {
          padding: calc(8em / 16 * 3) 0; } }
      .page_service-core .page_service-core-body .top p {
        display: table;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.845em;
        font-weight: 600;
        letter-spacing: .041em; }
        @media screen and (max-width: 768px) {
          .page_service-core .page_service-core-body .top p {
            font-size: 1.64em; } }
        .page_service-core .page_service-core-body .top p b {
          color: var(--key1); }
    .page_service-core .page_service-core-body .middle {
      position: relative;
      z-index: 20;
      padding: calc(8em / 16 * 5) calc(8em / 16 * 7);
      background: var(--background1);
      border-radius: calc(8em / 32); }
      @media screen and (max-width: 768px) {
        .page_service-core .page_service-core-body .middle {
          padding: calc(8em / 16 * 3); } }
      .page_service-core .page_service-core-body .middle::before {
        content: '';
        position: absolute;
        top: calc(100% - 1px);
        left: calc(50%);
        z-index: 1;
        display: block;
        width: 16em;
        height: 2em;
        background: var(--background1);
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        transform: translateX(-50%); }
        @media screen and (max-width: 768px) {
          .page_service-core .page_service-core-body .middle::before {
            width: 8em;
            height: 1em; } }
      .page_service-core .page_service-core-body .middle .title {
        display: table;
        padding: calc(8em / 32) calc(8em / 32 * 3);
        background: var(--key1);
        border-radius: calc(8em / 32);
        font-weight: 600;
        letter-spacing: .041em;
        color: var(--white); }
        .page_service-core .page_service-core-body .middle .title + * {
          margin-top: calc(8em / 32 * 4); }
      .page_service-core .page_service-core-body .middle ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: calc(8em / 32 * 3) calc(8em / 8); }
        @media screen and (max-width: 768px) {
          .page_service-core .page_service-core-body .middle ul {
            flex-direction: column;
            gap: calc(8em / 32 * 2) calc(8em / 8); } }
        .page_service-core .page_service-core-body .middle ul > li {
          display: flex;
          align-items: center;
          gap: calc(8em / 16);
          width: calc(50% - ((8em / 8) / 2));
          font-weight: 600;
          letter-spacing: .0205em; }
          @media screen and (max-width: 768px) {
            .page_service-core .page_service-core-body .middle ul > li {
              width: 100%; } }
          .page_service-core .page_service-core-body .middle ul > li::before {
            content: '';
            display: block;
            width: 1.1275em;
            min-width: 1.1275em;
            height: 1.1275em;
            background: url(images/check.svg);
            background-size: cover; }
    .page_service-core .page_service-core-body .bottom {
      display: flex;
      align-items: center;
      gap: calc(8em / 16 * 1) calc(8em / 8 * 3);
      padding: calc(8em / 16);
      background: var(--key1);
      border-radius: calc(8em / 32);
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .page_service-core .page_service-core-body .bottom {
          flex-direction: column-reverse; } }
      .page_service-core .page_service-core-body .bottom * {
        color: var(--white); }
      .page_service-core .page_service-core-body .bottom > .text {
        flex: 3; }
        .page_service-core .page_service-core-body .bottom > .text p {
          padding: calc(8em / 16 * 4) calc(8em / 16 * 6);
          font-size: 1.23em;
          font-weight: 600; }
          @media screen and (max-width: 768px) {
            .page_service-core .page_service-core-body .bottom > .text p {
              padding: calc(8em / 16 * 2);
              font-size: 1em; } }
      .page_service-core .page_service-core-body .bottom > .result {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: calc(8em / 64 * 3);
        aspect-ratio: 4/3;
        background: var(--border-light-white);
        border-radius: calc(8em / 32);
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .page_service-core .page_service-core-body .bottom > .result {
            width: 100%;
            padding: calc(8em / 8 * 2) 0;
            aspect-ratio: initial;
            font-size: 1.3325em; } }
        .page_service-core .page_service-core-body .bottom > .result::before, .page_service-core .page_service-core-body .bottom > .result::after {
          content: '';
          display: block;
          width: 1.3325em;
          height: auto;
          aspect-ratio: 53 / 150;
          background: url(images/icon/crown.svg);
          filter: brightness(0) invert(1); }
        .page_service-core .page_service-core-body .bottom > .result::after {
          transform: rotateY(180deg); }
        .page_service-core .page_service-core-body .bottom > .result .text {
          display: flex;
          align-items: center;
          flex-direction: column;
          gap: calc(8em / 64 * 2); }
          .page_service-core .page_service-core-body .bottom > .result .text .title {
            font-weight: 600;
            font-size: .75em; }
          .page_service-core .page_service-core-body .bottom > .result .text .count {
            display: flex;
            align-items: end; }
            .page_service-core .page_service-core-body .bottom > .result .text .count .attr {
              font-weight: 600;
              font-size: .8em;
              line-height: 1; }
            .page_service-core .page_service-core-body .bottom > .result .text .count .num {
              font-weight: 600;
              font-size: 2.255em;
              line-height: .85; }
              @media screen and (max-width: 768px) {
                .page_service-core .page_service-core-body .bottom > .result .text .count .num {
                  font-size: 2.05em; } }

.page_service-content {
  position: relative;
  z-index: 15;
  background: var(--background1); }
  .page_service-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), var(--key1) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), var(--key1) calc(100% - 1px));
    background-size: 16px 16px;
    background-repeat: repeat;
    background-position: center center;
    opacity: .041; }
  .page_service-content .page_cell ~ .page_cell {
    padding-top: calc(8em / 8 * 4);
    border-top: dashed 1px var(--key2); }
    @media screen and (max-width: 768px) {
      .page_service-content .page_cell ~ .page_cell {
        padding-top: calc(8em / 16 * 5); } }
  .page_service-content .page_service-content_feature ul {
    display: flex;
    flex-direction: column;
    gap: calc(8em / 16 * 3);
    counter-reset: num; }
    .page_service-content .page_service-content_feature ul > li {
      display: flex;
      align-items: baseline;
      gap: calc(8em / 16 * 2); }
      .page_service-content .page_service-content_feature ul > li::before {
        counter-increment: num;
        content: "0" counter(num);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2.05em;
        min-width: 2.05em;
        height: 2.05em;
        background: var(--key1);
        border-radius: calc(8em / 64 * 3);
        color: var(--white); }
      .page_service-content .page_service-content_feature ul > li dl {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: calc(8em / 32); }
        .page_service-content .page_service-content_feature ul > li dl > dt {
          font-weight: 600;
          font-size: 1.23em; }
  .page_service-content .page_service-content_service ul {
    display: flex;
    flex-direction: column;
    gap: calc(8em / 16 * 2); }
    .page_service-content .page_service-content_service ul > li.card {
      display: flex;
      align-items: center;
      gap: 0 calc(8em / 16 * 8);
      padding: calc(8em / 16 * 4);
      background: var(--white);
      border-radius: calc(8em / 32);
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .page_service-content .page_service-content_service ul > li.card {
          flex-direction: column-reverse;
          padding: 0; } }
      .page_service-content .page_service-content_service ul > li.card > .text {
        flex: 2; }
        @media screen and (max-width: 768px) {
          .page_service-content .page_service-content_service ul > li.card > .text {
            min-width: 100%;
            padding: calc(8em / 16 * 4) calc(8em / 16 * 3); } }
      .page_service-content .page_service-content_service ul > li.card > .image {
        flex: 1;
        aspect-ratio: 1/1;
        border-radius: calc(8em / 32); }
        @media screen and (max-width: 768px) {
          .page_service-content .page_service-content_service ul > li.card > .image {
            min-width: 100%;
            aspect-ratio: 16/9; } }
    .page_service-content .page_service-content_service ul > li dl {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: calc(8em / 32); }
      .page_service-content .page_service-content_service ul > li dl > dt {
        font-weight: 600;
        font-size: 1.23em;
        color: var(--key1); }
  .page_service-content .page_service-content_price .table {
    display: flex;
    flex-wrap: wrap;
    gap: calc(8em / 16 * 3); }
    .page_service-content .page_service-content_price .table .col {
      display: flex;
      flex-direction: column;
      gap: calc(8em / 8); }
      .page_service-content .page_service-content_price .table .col.col1 {
        width: 100%; }
      .page_service-content .page_service-content_price .table .col.col2 {
        width: calc((100% / 2) - ((8em / 16 * 3) * 1 / 2)); }
        @media screen and (max-width: 768px) {
          .page_service-content .page_service-content_price .table .col.col2 {
            width: 100%; } }
      .page_service-content .page_service-content_price .table .col .title {
        display: flex;
        align-items: center;
        gap: calc(8em / 16 * 1); }
        .page_service-content .page_service-content_price .table .col .title > .icon {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 1.435em;
          min-width: 1.435em;
          height: 1.435em; }
        .page_service-content .page_service-content_price .table .col .title > .text {
          font-weight: 600;
          font-size: 1.1275em; }
      .page_service-content .page_service-content_price .table .col .content {
        display: flex;
        gap: calc(8em / 8); }
        .page_service-content .page_service-content_price .table .col .content .content-cell {
          flex: 1;
          border-radius: calc(8em / 32);
          overflow: hidden; }
          .page_service-content .page_service-content_price .table .col .content .content-cell .content-head {
            display: flex;
            justify-content: center;
            padding: calc(8em / 32);
            background: var(--key1);
            color: var(--white);
            font-weight: 600; }
          .page_service-content .page_service-content_price .table .col .content .content-cell .content-body {
            display: flex;
            align-items: baseline;
            justify-content: center;
            padding: calc(8em / 16 * 4);
            background: var(--white); }
            @media screen and (max-width: 768px) {
              .page_service-content .page_service-content_price .table .col .content .content-cell .content-body {
                align-items: center;
                justify-content: center;
                flex-direction: column; } }
            .page_service-content .page_service-content_price .table .col .content .content-cell .content-body span {
              display: flex;
              align-items: baseline;
              white-space: nowrap; }
              .page_service-content .page_service-content_price .table .col .content .content-cell .content-body span.num {
                font-size: 2.255em;
                font-weight: 600; }
              .page_service-content .page_service-content_price .table .col .content .content-cell .content-body span.price {
                font-size: 1.3325em;
                font-weight: 600; }
              .page_service-content .page_service-content_price .table .col .content .content-cell .content-body span.attr {
                font-size: 1em; }
              .page_service-content .page_service-content_price .table .col .content .content-cell .content-body span.blue {
                color: var(--key1); }
    .page_service-content .page_service-content_price .table + * {
      margin-top: calc(8em / 8); }
  .page_service-content .page_service-content_price .caption {
    display: flex;
    justify-content: flex-end;
    opacity: .6; }
  .page_service-content .page_service-content_price .banar a {
    display: flex;
    align-items: center;
    gap: calc(8em / 16 * 3) calc(8em / 8 * 2);
    padding: calc(8em / 16 * 5);
    background: var(--key1);
    border-radius: calc(8em / 32);
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .page_service-content .page_service-content_price .banar a {
        flex-direction: column;
        padding: calc(8em / 16 * 4); } }
    .page_service-content .page_service-content_price .banar a > .image {
      flex: 1; }
      @media screen and (max-width: 768px) {
        .page_service-content .page_service-content_price .banar a > .image {
          max-width: 10em; } }
    .page_service-content .page_service-content_price .banar a > .title {
      flex: 2; }
      @media screen and (max-width: 768px) {
        .page_service-content .page_service-content_price .banar a > .title {
          min-width: 100%; } }
      .page_service-content .page_service-content_price .banar a > .title dl {
        display: flex;
        flex-direction: column;
        gap: calc(8em / 16); }
        .page_service-content .page_service-content_price .banar a > .title dl > dt {
          font-weight: 600;
          color: var(--white); }
        .page_service-content .page_service-content_price .banar a > .title dl > dd {
          font-size: 2.05em;
          font-weight: 600;
          line-height: 1.3325;
          color: var(--white); }
          @media screen and (max-width: 768px) {
            .page_service-content .page_service-content_price .banar a > .title dl > dd {
              font-size: 1.64em; } }
  .page_service-content .page_service-content_price .banar + * {
    display: table;
    margin-top: calc(8em / 8);
    margin-left: auto;
    margin-right: auto; }
  .page_service-content .page_service-content_price p a {
    color: var(--key1);
    text-decoration: underline; }
  .page_service-content .page_service-content_results .column-right > * + * {
    margin-top: calc(8em / 8); }
  .page_service-content .page_service-content_results p::before {
    content: '';
    display: block;
    width: 1.3325em;
    min-width: 1.3325em;
    height: 1.3325em;
    margin: .41em 0;
    background: url(//ourspace.jp/demo/ajisaka/wp-content/themes/ajisaka/images/icon/comment.svg);
    background-size: cover; }
  .page_service-content .page_service-content_results .cases ul.list {
    display: flex;
    flex-direction: column;
    gap: calc(8em / 16 * 2);
    counter-reset: num; }
    .page_service-content .page_service-content_results .cases ul.list > li {
      padding: calc(8em / 16 * 3);
      background: var(--white);
      border-radius: calc(8em / 32); }
      .page_service-content .page_service-content_results .cases ul.list > li .title {
        display: flex;
        align-items: center;
        gap: calc(8em / 8);
        padding-bottom: calc(8em / 16);
        margin-bottom: calc(8em / 32 * 3);
        border-bottom: dashed 1px var(--key2);
        font-size: 1.1275em;
        font-weight: 600; }
        @media screen and (max-width: 768px) {
          .page_service-content .page_service-content_results .cases ul.list > li .title {
            margin-bottom: calc(8em / 32 * 4); } }
        .page_service-content .page_service-content_results .cases ul.list > li .title::before {
          counter-increment: num;
          content: "Case 0" counter(num);
          display: flex;
          align-items: center;
          justify-content: center;
          min-height: 2.05em;
          padding: 0 calc(8.5em / 16 * 2);
          background: var(--key1);
          border-radius: calc(8em / 32);
          color: var(--white);
          font-size: .8em;
          font-weight: 600;
          letter-spacing: -.0205em;
          white-space: nowrap; }
      .page_service-content .page_service-content_results .cases ul.list > li .pass {
        display: flex;
        flex-direction: column;
        gap: calc(8em / 16 * 2); }
        .page_service-content .page_service-content_results .cases ul.list > li .pass > .before {
          display: flex;
          align-items: baseline;
          gap: calc(8em / 32 * 1) calc(8em / 16 * 3); }
          @media screen and (max-width: 768px) {
            .page_service-content .page_service-content_results .cases ul.list > li .pass > .before {
              flex-direction: column; } }
          .page_service-content .page_service-content_results .cases ul.list > li .pass > .before::before {
            content: 'Before';
            display: block;
            min-width: 5em;
            font-weight: 600; }
          .page_service-content .page_service-content_results .cases ul.list > li .pass > .before ul.disc > li::before {
            filter: grayscale(1); }
        .page_service-content .page_service-content_results .cases ul.list > li .pass > .after {
          display: flex;
          align-items: baseline;
          gap: calc(8em / 32 * 1) calc(8em / 16 * 3); }
          @media screen and (max-width: 768px) {
            .page_service-content .page_service-content_results .cases ul.list > li .pass > .after {
              flex-direction: column; } }
          .page_service-content .page_service-content_results .cases ul.list > li .pass > .after::before {
            content: 'After';
            display: block;
            min-width: 5em;
            font-weight: 600;
            color: var(--key1); }
          .page_service-content .page_service-content_results .cases ul.list > li .pass > .after .pass_title {
            color: var(--key1); }
        .page_service-content .page_service-content_results .cases ul.list > li .pass .pass_title {
          font-size: 1.1275em;
          font-weight: 600; }
          .page_service-content .page_service-content_results .cases ul.list > li .pass .pass_title + * {
            margin-top: calc(8em / 16); }
  .page_service-content .page_service-content_results .cases ul.disc {
    display: flex;
    flex-direction: column;
    gap: calc(8em / 64); }
    .page_service-content .page_service-content_results .cases ul.disc > li {
      display: flex;
      align-items: baseline;
      gap: calc(8em / 16 * 1); }
      .page_service-content .page_service-content_results .cases ul.disc > li::before {
        content: '';
        display: block;
        width: 1.1275em;
        min-width: 1.1275em;
        height: 1.1275em;
        background: url(images/check.svg);
        background-size: cover; }

.page_service-foot {
  padding-bottom: calc(8em / 8 * 10) !important;
  background: var(--white); }
  @media screen and (max-width: 768px) {
    .page_service-foot {
      padding-bottom: calc(8em / 8 * 5) !important; } }
  .page_service-foot .service_navigation ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5em; }
    @media screen and (max-width: 768px) {
      .page_service-foot .service_navigation ul {
        gap: 0.75em; } }
    .page_service-foot .service_navigation ul > li {
      width: calc((100% / 3) - ((8em / 16 * 3) * 2 / 3)); }
      @media screen and (max-width: 768px) {
        .page_service-foot .service_navigation ul > li {
          width: 100%; } }
      .page_service-foot .service_navigation ul > li a {
        display: flex;
        align-items: center;
        gap: 1.5em; }
        .page_service-foot .service_navigation ul > li a > .icon {
          flex: 3;
          border-radius: 0.25em;
          overflow: hidden;
          line-height: 0; }
          @media screen and (max-width: 768px) {
            .page_service-foot .service_navigation ul > li a > .icon {
              flex: 2; } }
        .page_service-foot .service_navigation ul > li a > .text {
          flex: 5;
          display: flex;
          flex-direction: column; }
          .page_service-foot .service_navigation ul > li a > .text .jp {
            font-weight: 600;
            font-size: 1.23em; }
          .page_service-foot .service_navigation ul > li a > .text .en {
            color: var(--key1);
            font-size: .8em; }

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

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

#siteContent:has(.single_recruit) {
  position: relative;
  z-index: 20;
  padding-top: calc(8em / 8 * 5);
  background: var(--white); }

.single_recruit {
  border-top: solid 1px var(--border-light-black); }
  .single_recruit .wrapper {
    width: calc(100% / 16 * 14);
    max-width: 980px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 768px) {
      .single_recruit .wrapper {
        width: calc(100% / 30 * 28); } }
  .single_recruit .single_recruit-head {
    display: flex;
    flex-direction: column-reverse;
    gap: calc(8em / 16); }
    .single_recruit .single_recruit-head h1 {
      font-size: 1.64em;
      line-height: 1.435; }
    .single_recruit .single_recruit-head ul.category {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: calc(8em / 16); }
      .single_recruit .single_recruit-head ul.category > li {
        display: flex;
        align-items: center;
        gap: calc(8em / 32);
        font-size: .8em; }
        .single_recruit .single_recruit-head ul.category > li[data-type="button"] {
          justify-content: center;
          min-width: 5.175em;
          min-height: 1.64em;
          padding: 0 calc(8em / 32 * 3);
          border: solid 1px var(--key4);
          border-radius: 2em;
          color: var(--key4); }
        .single_recruit .single_recruit-head ul.category > li[data-color="正社員"] {
          background: var(--eye2);
          border-color: var(--eye2);
          color: var(--white); }
        .single_recruit .single_recruit-head ul.category > li[data-color="パート・アルバイト"] {
          background: var(--key5);
          border-color: var(--key5);
          color: var(--white); }
        .single_recruit .single_recruit-head ul.category > li .icon {
          display: block;
          width: 1em;
          height: 1em; }
          .single_recruit .single_recruit-head ul.category > li .icon img {
            filter: grayscale(1); }
    .single_recruit .single_recruit-head + * {
      margin-top: calc(8em / 16 * 3); }
  .single_recruit .single_recruit-thumbnail {
    aspect-ratio: 2.35/1;
    overflow: hidden;
    line-height: 0; }
    .single_recruit .single_recruit-thumbnail + * {
      margin-top: calc(8em / 16 * 3); }
  .single_recruit .single_recruit-body {
    display: flex;
    flex-direction: row-reverse;
    gap: calc(8em / 16 * 5); }
    @media screen and (max-width: 768px) {
      .single_recruit .single_recruit-body {
        flex-direction: column-reverse; } }
    .single_recruit .single_recruit-body > .navigation {
      flex: 3; }
      @media screen and (max-width: 768px) {
        .single_recruit .single_recruit-body > .navigation {
          position: fixed;
          left: 0;
          bottom: 0;
          z-index: 25;
          min-width: 100%;
          padding: 16px; } }
      .single_recruit .single_recruit-body > .navigation .sticky {
        top: calc((8em / 8 * 5) + (8em / 16 * 4)); }
      .single_recruit .single_recruit-body > .navigation .block ~ .block {
        margin-top: calc(8em / 16 * 3);
        padding-top: calc(8em / 16 * 3);
        border-top: solid 1px var(--border-light-black); }
        @media screen and (max-width: 768px) {
          .single_recruit .single_recruit-body > .navigation .block ~ .block {
            display: none; } }
      .single_recruit .single_recruit-body > .navigation .block h3 {
        letter-spacing: .041em;
        font-size: .9em; }
        .single_recruit .single_recruit-body > .navigation .block h3 + * {
          margin-top: calc(8em / 32 * 3); }
    .single_recruit .single_recruit-body > .main {
      flex: 6; }
      @media screen and (max-width: 768px) {
        .single_recruit .single_recruit-body > .main {
          min-width: 100%;
          padding: 0 8px; } }
      .single_recruit .single_recruit-body > .main .block ~ .block {
        margin-top: calc(8em / 16 * 3);
        padding-top: calc(8em / 16 * 3); }
      .single_recruit .single_recruit-body > .main h3 {
        letter-spacing: .041em;
        font-size: 1.23em; }
        @media screen and (max-width: 768px) {
          .single_recruit .single_recruit-body > .main h3 {
            font-size: 1.435em; } }
        .single_recruit .single_recruit-body > .main h3 + * {
          margin-top: calc(8em / 32 * 3); }
    .single_recruit .single_recruit-body .anker_entry {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      min-height: 2.87em;
      background: var(--background1);
      background: linear-gradient(135deg, #cdcdf5, #fff3eb, #fddaf0);
      border-radius: 8em;
      color: var(--key4);
      font-weight: 600; }
      @media screen and (max-width: 768px) {
        .single_recruit .single_recruit-body .anker_entry {
          min-height: 3.28em; } }
    .single_recruit .single_recruit-body .company_information {
      padding: calc(8em / 16 * 2);
      background: var(--color-lightgray);
      border-radius: calc(8em / 32);
      overflow: hidden; }
      .single_recruit .single_recruit-body .company_information ul.list {
        display: flex;
        flex-direction: column;
        gap: calc(8em / 32 * 3);
        font-size: 14px; }
        @media screen and (max-width: 768px) {
          .single_recruit .single_recruit-body .company_information ul.list {
            font-size: 13px; } }
        .single_recruit .single_recruit-body .company_information ul.list > li dl > dt {
          font-weight: 600; }
  .single_recruit .joblist_body .job_attr {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: calc(8.5em / 16); }
    .single_recruit .joblist_body .job_attr h1 {
      font-weight: 600;
      font-size: 1.64em; }
    .single_recruit .joblist_body .job_attr ul.category {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: calc(8.5em / 16); }
      @media screen and (max-width: 768px) {
        .single_recruit .joblist_body .job_attr ul.category {
          gap: 6px; } }
      .single_recruit .joblist_body .job_attr ul.category > li {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 2.255em;
        padding: 0 calc(8.5em / 32 * 3);
        background: var(--white);
        background: url(images/noise.png), var(--white);
        background-size: 100px, cover;
        background-repeat: repeat;
        background-blend-mode: normal;
        border-radius: calc(8.5em / 32); }
        @media screen and (max-width: 768px) {
          .single_recruit .joblist_body .job_attr ul.category > li {
            min-height: 1.435em;
            padding: 0 calc(8.5em / 32 * 2); } }
    .single_recruit .joblist_body .job_attr + * {
      margin-top: calc(8.5em / 16 * 3); }
  .single_recruit .joblist_body .thumbnail {
    aspect-ratio: 2.35 / 1;
    border-radius: calc(8.5em / 32);
    overflow: hidden;
    line-height: 0; }
    @media screen and (max-width: 768px) {
      .single_recruit .joblist_body .thumbnail {
        aspect-ratio: 16/9; } }
    .single_recruit .joblist_body .thumbnail + * {
      margin-top: calc(8.5em / 16 * 4); }
  .single_recruit .joblist_body .joblist_block hgroup h3 {
    font-size: 1.435em; }
  .single_recruit .joblist_body .joblist_block hgroup + * {
    margin-top: calc(8.5em / 8); }
  .single_recruit .joblist_body .joblist_block ~ .joblist_block {
    margin-top: calc(8.5em / 8 * 3); }
  .single_recruit .joblist_foot {
    margin-top: calc(8.5em / 8 * 6);
    padding: calc(8.5em / 16 * 6);
    background: var(--color-white);
    background: url(images/noise.png), var(--color-white);
    background-size: 100px, cover;
    background-repeat: repeat;
    background-blend-mode: normal;
    border-radius: calc(8.5em / 32); }
    @media screen and (max-width: 768px) {
      .single_recruit .joblist_foot {
        margin-top: calc(8.5em / 8 * 4);
        padding: calc(8.5em / 16 * 2);
        padding-top: calc(8.5em / 16 * 5); } }
    .single_recruit .joblist_foot .joblist_block hgroup h3 {
      text-align: center; }
  .single_recruit .job_outline {
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      .single_recruit .job_outline {
        font-size: 15px; } }
  .single_recruit .requirements_wrapper ul.list {
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      .single_recruit .requirements_wrapper ul.list {
        font-size: 15px; } }
    .single_recruit .requirements_wrapper ul.list > li dl {
      display: flex;
      flex-wrap: wrap; }
      .single_recruit .requirements_wrapper ul.list > li dl > dt {
        flex: 1;
        padding: calc(16px / 4 * 3) 0;
        border-bottom: solid 1px var(--border-light-black); }
        .single_recruit .requirements_wrapper ul.list > li dl > dt span {
          letter-spacing: .041em;
          font-weight: 600; }
      .single_recruit .requirements_wrapper ul.list > li dl > dd {
        flex: 3;
        padding: calc(16px / 4 * 3) 0;
        border-bottom: solid 1px var(--color-lightgray); }
        .single_recruit .requirements_wrapper ul.list > li dl > dd span {
          display: block; }
          .single_recruit .requirements_wrapper ul.list > li dl > dd span ~ span {
            margin-top: 1em; }

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

/*
.page_recruit {}
.recruit_message {
 * {
  color: var(--white);
 }
 .recruit_message-body {
  display: flex;
  flex-direction: column;
  gap: calc(1em * 3);
  .image {
   width: 100%;
   aspect-ratio: 2.35/1;
   border-radius: calc(1em / 4);
   overflow: hidden;
  }
  dl.text {
   display: flex;
   flex-direction: column;
   gap: calc(1em * 2);
   >dt {
    font-size: 2.05em;
    font-weight: 600;
    line-height: 1.435;
    @include mq(md) {
     font-size: 1.64em;
     line-height: 1.64;
    }
   }
   >dd {
    text-align: justify;
    line-height: 1.8;
    font-weight: 600;
    @include mq(md) {
     line-height: 1.64;
    }
   }
  }
 }
}
.recruit_wanted {
	//求める人材
 background: var(--background1);
 border-radius: .5em;
 overflow: hidden;
 .calusel {
  .slider {
   .slider__inner {
    align-items: initial;
    column-gap: calc(8em / 16 * 3);
    .slider__item {}
   }
   &:hover {
    .slider__inner {
     animation-play-state: paused;
    }
   }
  }
  +.calusel {
   margin-top: calc(8em / 16 * 3);
   .slider {
    .slider__inner {
     animation-direction: reverse;
     .slider__item {}
    }
   }
  }
 }
 .card {
  position: relative;
  z-index: 15;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 2em;
  width: 400px;
  max-width: 100%;
  padding: calc(8em / 16 * 3);
  background: var(--white);
  border-radius: calc(8em / 32);
  @include mq(md) {
   width: 320px;
  }
  dl {
   display: flex;
   flex-direction: column;
   gap: calc(8em / 16);
   >dt {
    font-size: 1.23em;
    font-weight: 600;
   }
   >dd {}
  }
  .icon {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 2em;
   min-width: 2em;
   height: 2em;
   margin-left: auto;
   background: var(--key1);
   border-radius: calc(8em / 32);
   overflow: hidden;
   @include mov;
   svg {
    fill: var(--white);
   }
  }
  &:hover {
   .icon {
    background: var(--text);
    @include mov;
   }
  }
 }
}
.recruit_strength {
 position: relative;
 z-index: 15;
 hgroup {
  * {
   color: var(--white);
  }
 }
 .recruit_strength-body {
  ul {
   display: flex;
   flex-direction: column;
   gap: calc(8em / 8 * 1);
   counter-reset: num;
   >li {
    position: relative;
    z-index: 15;
    padding: calc(8em / 16 * 5) calc(8em / 16 * 7);
    background: var(--white);
    border-radius: calc(8em / 32);
    overflow: hidden;
    @include mq(md) {
     padding: calc(8em / 16 * 4) calc(8em / 16 * 3) calc(8em / 16 * 3);
    }
 			&::before {
	 			counter-increment: num;
		 		content: '0'counter(num);
     position: absolute;
     top: 0;
     left: calc(8rem / 16 * 4);
	 			display: flex;
     align-items: center;
     justify-content: center;
     width: 3em;
     height: 3.5em;
     background: var(--key1);
		 		font-size: 1.23em;
			 	font-weight: var(--fontweight-6);
			 	letter-spacing: .041em;
     color: var(--white);
     clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
			 	@include mq(md){
      left: 0;
			 		margin: 0 calc(8.5em / 32 * 3) 0 calc(8.5em / 32 * 2);
			 	}
			 }
    dl {
     display: flex;
     flex-direction: column;
     gap: calc(8em / 8);
     >dt {
      padding-left: 3.5rem;
      font-size: 1.23em;
      color: var(--key1);
      font-weight: 600;
      letter-spacing: .041em;
     }
     >dd {
      font-weight: 600;
      letter-spacing: .041em;
      line-height: 1.64;
     }
    }
   }
  }
  +* {
   margin-top: calc(8em / 8 * 7);
   @include mq(md) {
    margin-top: calc(8em / 8 * 4);
   }
  }
 }
 .recruit_strength-foot {
  display: flex;
  flex-direction: column;
  gap: calc(8em / 8 * 1);
  @include mq(md) {
   gap: calc(8em / 16 * 1);
  }
  .recruit_strength-foot_top {
   position: relative;
   z-index: 20;
   padding: calc(8em / 16 * 5) calc(8em / 16 * 7);
   background: var(--white);
   border-radius: calc(8em / 32);
   @include mq(md) {
    padding: calc(8em / 16 * 3);
   }
   &::before {
    content: '';
    position: absolute;
    top: calc(100% - 1px);
    left: calc(50%);
    z-index: 1;
    display: block;
    width: 16em;
    height: 2em;
    background: var(--white);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: translateX(-50%);
    @include mq(md) {
     width: 8em;
     height: 1em;
    }
   }
   .title {
    display: table;
    padding: calc(8em / 32) calc(8em / 32 * 3);
    background: var(--key1);
    border-radius: calc(8em / 32);
    font-weight: 600;
    letter-spacing: .041em;
    color: var(--white);
    +* {
     margin-top: calc(8em / 32 * 4);
    }
   }
   ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: calc(8em / 32 * 3) calc(8em / 8);
    @include mq(md) {
     flex-direction: column;
     gap: calc(8em / 32 * 2) calc(8em / 8);
    }
    >li {
     display: flex;
     align-items: center;
     gap: calc(8em / 16);
     width: calc(50% - ((8em / 8) / 2));
     font-weight: 600;
     letter-spacing: .0205em;
     @include mq(md) {
      width: 100%;
     }
     &::before {
      content: '';
      display: block;
      width: 1.1275em;
      min-width: 1.1275em;
      height: 1.1275em;
      background: url(images/check.svg);
      background-size: cover;
     }
    }
   }
  }
  .recruit_strength-foot_bottom {
   display: flex;
   align-items: center;
   gap: 0 calc(8em / 8 * 3);
   padding: calc(8em / 16);
   background: var(--key1);
   border-radius: calc(8em / 32);
   overflow: hidden;
   @include mq(md) {
    flex-direction: column-reverse;
   }
   * {
    color: var(--white);
   }
   >.text {
    flex: 3;
    p {
     padding: 2em 3em;
     font-size: 1.1275em;
     font-weight: 500;
     @include mq(md) {
      padding: calc(8em / 16 * 2);
      font-size: 1em;
      font-weight: 600;
     }
    }
   }
   >.image {
    flex: 1;
    aspect-ratio: 4/3;
    border-radius: calc(8em / 32);
    overflow: hidden;
    line-height: 0;
   }
  }
 }
 .recruit_strength-background {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -5;
  width: 100%;
  height: var(--rs-bg-height, 760px);
  background: url(images/recruit/recruit_strength-background.png) center;
  background-size: auto;
 }
}
.recruit_interview {
 background: var(--white);
 border-radius: .5em;
 border-bottom-left-radius: 0;
 border-bottom-right-radius: 0;
 //overflow: hidden;
 ul {
  display: flex;
  flex-direction: column;
  gap: calc(8em / 8 * 4);
  @include mq(md) {
   gap: calc(8em / 8 * 1);
  }
  >li {
   filter: brightness(1);
   .card {
    display: flex;
    align-items: flex-start;
    gap: 0 calc(8em / 8 * 2);
    padding: calc(8em / 8 * 2);
    background: var(--background1);
    border-radius: calc(8em / 32);
    overflow: hidden;
    @include mq(md) {
     flex-direction: column;
     padding: calc(8em / 16 * 1);
    }
    >.image {
     flex: 1;
     aspect-ratio: 3/4;
     overflow: hidden;
     line-height: 0;
     @include mq(md) {
      width: 100%;
      aspect-ratio: 3/2;
     }
    }
    >.text {
     flex: 2;
     .inner {
      display: flex;
      flex-direction: column;
      gap: calc(8em / 16 * 3);
      padding: 2em 0;
      @include mq(md) {
       padding: calc(8em / 16 * 3) calc(8em / 16 * 2);
      }
      .top {
       display: flex;
       flex-direction: column;
       gap: calc(8em / 32);
       .title {
        font-size: 1.845em;
        font-weight: 600;
        line-height: 1.435;
        @include mq(md) {
         font-size: 1.64em;
        }
        b {
         color: var(--key1);
        }
       }
       .attr {
        font-weight: 600;
       }
      }
      .middle {
       p {
        font-size: .95em;
       }
      }
     }
    }
   }
  }
 }
}
.recruit_welfare {
 .recruit_welfare-head {
  +* {
   margin-top: calc(8em / 16 * 3);
  }
 }
 .recruit_welfare-body {
  ul {
   display: flex;
   flex-direction: column;
   gap: calc(8em / 16 * 3);
   >li {
    dl {
     display: flex;
     gap: calc(8em / 32 * 1) calc(8em / 16 * 3);
     @include mq(md) {
      flex-direction: column;
     }
     >dt {
      flex: 1;
      color: var(--key1);
      font-weight: 600;
      br {
       @include mq(md) {
        display: none;
       }
      }
     }
     >dd {
      flex: 3;
      font-size: .9em;
      @include mq(md) {
       font-size: 1em;
      }
     }
    }
   }
  }
 }
}
.recruit_description {
 background: var(--background1);
 border-radius: .5em;
 border-top-left-radius: 0;
 border-top-right-radius: 0;
 overflow: hidden;
 .recruit_description-head {
  display: flex;
  align-items: center;
  justify-content: center;
  ul {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: calc(8em / 32);
   padding: calc(8em / 32);
   border: dashed 1px var(--key1);
   border-radius: calc(8em / 32);
   @include mq(md) {
    width: 100%;
   }
   >li {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12.3em;
    min-height: 2.87em;
    gap: calc(8em / 32);
    background: var(--white);
    border-radius: calc(8em / 32);
    @include mq(md) {
     width: auto;
    }
    &.current {
     background: var(--key1);
     color: var(--white);
    }
   }
  }
  +* {
   margin-top: calc(8em / 16 * 4);
   @include mq(md) {
    margin-top: calc(8em / 16 * 2);
   }
  }
 }
 .recruit_description-body {
  background: var(--white);
  border-radius: calc(8em / 32);
  .switchBody {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: auto;
   opacity: 0;
   visibility: hidden;
   pointer-events: none;
   &.current {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
   }
   ul.table {
    display: flex;
    flex-direction: column;
    gap: calc(8em / 16 * 3);
    padding: calc(8em / 16 * 5) calc(8em / 16 * 7);
    @include mq(md) {
     padding: calc(8em / 16 * 4) calc(8em / 16 * 3);
    }
    >li {
     display: flex;
     flex-wrap: wrap;
     gap: calc(8em / 16 * 1) calc(8em / 16 * 3);
     .title {
      flex: 1;
      font-weight: 600;
     }
     .content {
      flex: 3;
      @include mq(md) {
       min-width: 100%;
      }
      &.description {
       min-width: 100%;
      }
     }
    }
   }
   .link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: calc(8em / 16 * 5) calc(8em / 16 * 7);
    border-top: dashed 1px var(--border-light-black);
    @include mq(md) {
     padding: calc(8em / 16 * 3);
    }
    a {
     display: flex;
     align-items: center;
     background: var(--key1);
     border-radius: calc(8em / 32);
     overflow: hidden;
     @include mov;
     span {
      display: block;
      background: var(--key1);
      &.text {
       min-width: 12.3em;
       padding: 0 calc(8em / 16 * 3);
       color: var(--white);
      }
      &.icon {
       display: flex;
       align-items: center;
       justify-content: center;
       width: 3.28em;
       height: 3.28em;
       svg {
        width: 1.435em;
        height: 1.435em;
        fill: var(--key1);
        background: var(--white);
        border-radius: calc(8em / 64);
        overflow: hidden;
       }
      }
     }
     &:hover {
      filter: brightness(.985);
      transform: scale(.985);
      @include mov;
     }
    }
   }
  }
 }
}
.recruit_flow {
	//選考フロー
	ul {
		counter-reset: num;
  display: flex;
  flex-direction: column;
  gap: calc(8em / 16 * 3);
  @include mq(md) {
   gap: calc(8em / 16 * 2);
  }
		li {
			display: flex;
			align-items: baseline;
			&::before {
				counter-increment: num;
				content: '0'counter(num);
				display: flex;
    align-items: center;
    justify-content: center;
    width: 2.255em;
    min-width: 2.255em;
    height: 2.255em;
				margin: 0 calc(8.5em / 16 * 2);
    background: var(--key1);
    border-radius: calc(8em / 32);
    color: var(--white);
				font-size: 1.075em;
				font-weight: 600;
				letter-spacing: -.0205em;
				@include mq(md){
					margin: 0 calc(8.5em / 32 * 3) 0 calc(8.5em / 32 * 2);
				}
			}
			dl {
				>dt {
					font-size: 1.23em;
					font-weight: var(--fontweight-6);
				}
				>dd {}
			}
		}
	}
}
.recruit_entry {
   .link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: calc(8em / 16 * 5) 0;
    border-top: dashed 1px var(--border-light-black);
    @include mq(md) {
     padding: calc(8em / 16 * 3) 0;
    }
    a {
     display: flex;
     align-items: center;
     width: 100%;
     background: var(--key1);
     border-radius: calc(8em / 32);
     overflow: hidden;
     @include mov;
     span {
      display: block;
      background: var(--key1);
      &.text {
       flex: 1;
       min-width: 12.3em;
       padding: 0 calc(8em / 16 * 3);
       color: var(--white);
       text-align: center;
      }
      &.icon {
       display: flex;
       align-items: center;
       justify-content: center;
       width: 5.125em;
       height: 5.125em;
       @include mq(md) {
        width: 4.1em;
        height: 4.1em;
       }
       svg {
        width: 1.435em;
        height: 1.435em;
        fill: var(--key1);
        background: var(--white);
        border-radius: calc(8em / 64);
        overflow: hidden;
       }
      }
     }
     &:hover {
      filter: brightness(.985);
      transform: scale(.985);
      @include mov;
     }
    }
   }
}
.recruit_position {
	//募集職種
	.position_head {
    ul {
      display: flex;
      align-items: center;
      gap: calc(8.5em / 16);
			margin-bottom: calc(8.5em / 8);
			padding-bottom: calc(8.5em / 16);
      line-height: 1;
      border-bottom: solid 1px var(--border-light-black);
      >li {
         padding: calc(8.5em / 32 * 2) calc(8.5em / 32 * 3);
         border-radius: calc(8.5em / 32);
         overflow: hidden;
				 @include mov;
        &:hover {
          background: var(--color-lightgray);
          @include mov;
        }
        &.current {
          background: var(--color-key5);
          color: var(--color-white);
          @include mov;
        }
      }
    }
  }
	.position_body {
		position: relative;
		z-index: 15;
		.switchBody {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: auto;
			opacity: 0;
			visibility: hidden;
			pointer-events: none;
				&.current {
				position: relative;
				display: block;
				opacity: 1;
				visibility: visible;
				pointer-events: auto;
			}
		}
		.outline {
			background: var(--border-light-black);
			padding: calc(8.5em / 16 * 3);
			border-radius: calc(8.5em / 32);
			overflow: hidden;
			p {
				font-size: 1.1275em;
			}
		}
		ul {
			display: flex;
			flex-direction: column;
			li {
				padding: calc(8.5em / 16 * 3) calc(8.5em / 16 * 2);
				border-bottom: solid 1px var(--border-light-black);
				@include mq(md){
					padding: calc(8.5em / 16 * 3) 0;
				}
				dl {
					display: flex;
					@include mq(md){
						flex-direction: column;
						gap: calc(8.5em / 16);
					}
					dt {
						flex: 2;
						font-weight: var(--fontweight-6);
						@include mq(md){
							display: flex;
							align-items: center;
							gap: calc(8.5em / 64 * 3);
							&::before {
								content: '';
								display: block;
								width: .8em;
								height: .8em;
								background: var(--color-key1);
								border-radius: calc(8.5em / 64);
								overflow: hidden;
							}
						}
					}
					dd {
						flex: 8;
					}
				}
			}
		}
	}
}
.recruit_benefit {
	//福利厚生
}
.recruit_entry {
	.card {
		display: block;
		padding: calc(8.5em / 8 * 5) calc(8.5em / 8 * 3);
		background: linear-gradient(135deg, var(--color-black) 75%, var(--color-key4));
		border-radius: calc(8.5em / 32);
		overflow: hidden;
		@include pop;
		@include mq(md){
			padding: calc(8.5em / 8 * 4) calc(8.5em / 8 * 3);
		}
		hgroup {
			* {
				color: var(--color-white)!important;
			}
		}
		&:hover {
 		background: linear-gradient(135deg, var(--color-black) 65%, var(--color-key4));
			transform: scale(.99);
			@include pop;
		}
	}
}
*/
/*
.page_business {
	.page_business_model {
		display: flex;
		flex-direction: column;
		gap: calc(8.5em / 8 * 5);
		.page_business_model_block {
			display: flex;
 		align-items: center;
			flex-wrap: wrap;
			gap: calc(8.5em / 8 * 2) calc(8.5em / 8 * 4);
			>.image {
				flex: 1;
				min-width: calc(8.5em / 1 * 3);
				line-height: 1;
				div {
					aspect-ratio: 1/1;
					background: var(--color-lightgray);
					border-radius: calc(8.5em / 8);
					overflow: hidden;
					@include mq(md){
						aspect-ratio: 16/9;
						border-radius: calc(8.5em / 32 * 3);
					}
				}
			}
			>.text {
				flex: 2;
				dl {
					>dt {
						font-size: 1.5575em;
						+dd {
							margin-top: calc(8.5em / 8);
							@include mq(md){
								margin-top: calc(8.5em / 12);
							}
						}
					}
					>dd {
						font-size: 1.23em;
						@include mq(md){
							font-size: 1.075em;
						}
      ul {
       display: flex;
       flex-direction: column;
       gap: calc(8.5em / 32);
       margin-bottom: calc(8.5em / 24);
       >li {
        display: flex;
        align-items: center;
        column-gap: calc(8.5em / 24);
        &::before {
         content: '';
         display: block;
         width: 1.23em;
         height: 1.23em;
         background: url(images/icon/icon_check.svg), var(--color-lightgray);
         background-position: center;
         background-size: 1em, cover;
         border-radius: 2px;
        }
       }
      }
					}
				}
			}
		}
	}
	.page_business_domain {
		display: flex;
		flex-direction: column;
		gap: calc(8.5em / 8 * 3);
		.page_business_domain_head {
			div {
				aspect-ratio: 2/1;
				border-radius: calc(8.5em / 8);
				overflow: hidden;
				@include mq(md){
					display: none;
					border-radius: calc(8.5em / 32 * 3);
				}
			}
		}
		.page_business_domain_body {
			ul {
				display: flex;
				flex-wrap: wrap;
				gap: calc(8.5em / 8 * 3) calc(8.5em / 8);
				counter-reset: num;
				@include mq(md){
					flex-direction: column;
				}
				>li {
		 		display: flex;
	 			flex-wrap: wrap;
 				gap: calc(8.5em / 16 * 4);
					width: calc((100% / 3) - ((8.5em / 8) * 2 / 3));
					@include mq(md){
						width: 100%;
						gap: calc(8.5em / 16 * 3);
					}
			  >.image {
				  flex: 1;
			  	line-height: 1;
				  div {
							position: relative;
							z-index: 15;
				  	aspect-ratio: 4/3;
							background: var(--color-lightgray);
				  	border-radius: calc(8.5em / 8);
							@include mq(md){
								border-radius: calc(8.5em / 32*3);
							}
							img {
								position: absolute;
								bottom: 0;
        width: 100%;
        height: auto;
							}
  				}
  			}
					>.text {
		 			display: flex;
	 				flex-direction: column;
 					gap: calc(8.5em / 16 * 2);
						@include mq(md){
							padding: 0 calc(8.5em / 32 * 2);
						}
				 	&::before {
	 	 			counter-increment: num;
 	 				content: '( 0'counter(num)' )';
	 					display: block;
 					}
				 	dl {
					 	display: flex;
				 		flex-direction: column;
					 	gap: calc(8.5em / 32);
				 		dt {
			 				font-size: 1.3325em;
		 				}
	 					dd {}
 					}
					}
				}
			}
		}
	}
	.page_business_strength {
		display: flex;
		gap: calc(8.5em / 8 * 2) calc(8.5em / 8 * 5);
		@include mq(md){
			flex-direction: column;
		}
		>div{
			flex: 1;
		}
		>.page_business_strength_head {
			div {
				aspect-ratio: 5/6;
				background: var(--color-lightgray);
				border-radius: calc(8.5em / 8);
		  overflow: hidden;
			}
		}
		>.page_business_strength_body {
			ul {
				border-top: solid 1px var(--border-light-black);
				counter-reset: num;
				>li {
					display: flex;
					flex-direction: column;
					gap: calc(8.5em / 16 * 2);
					padding: calc(8.5em / 16 * 4) 0;
					border-bottom: solid 1px var(--border-light-black);
					&::before {
	 				counter-increment: num;
 					content: '( 0'counter(num)' )';
						display: block;
					}
					dl {
						display: flex;
						flex-direction: column;
						gap: calc(8.5em / 12);
						dt {
							font-size: 1.3325em;
						}
						dd {}
					}
				}
			}
		}
	}
}
*/
/*
.page_culture {
	.page_culture_number {
		ul.list {
			display: flex;
			flex-wrap: wrap;
			border-top: solid 1px var(--border-light-black);
			border-left: solid 1px var(--border-light-black);
			>li {
				padding: calc(8.5em / 8 * 3);
				border-right: solid 1px var(--border-light-black);
				border-bottom: solid 1px var(--border-light-black);
				@include mq(md){
					padding: calc(8.5em / 16 * 3);
				}
				&.col6 {
					width: 50%;
					@include mq(md){
						width: 100%;
					}
				}
				&.col12 {
					width: 100%;
				}
				p {
					&.title {
						font-size: 1.7425em;
						@include mq(md){
							font-size: 1.5575em;
							text-align: center;
						}
						+* {
							margin-top: calc(8.5em / 8);
						}
					}
					&.number {
						display: flex;
						align-items: baseline;
						justify-content: center;
						span {
							display: block;
							line-height: 1.23;
							&.num {
								font-size: 10.25em;
								font-weight: 600;
								@include mq(md){
									font-size: calc(8.5em / 8 * 6);
								}
							}
							&.scale {
								font-size: 3.69em;
								font-weight: 900;
								@include mq(md){
									font-size: calc(8.5em / 8 * 3);
								}
							}
						}
					}
					&.caption {
						display: table;
						margin: 0 auto;
						@include mq(md){
							margin-top: calc(8.5em / 12);
						}
					}
				}
				.award {
					display: flex;
					align-items: center;
					justify-content: center;
					&::before, &::after {
						content: '';
						display: block;
						width: 53px;
						height: 150px;
					}
					&::before {
						background: url(images/award-01.svg);
						background-size: cover;
					}
					&::after {
						background: url(images/award-02.svg);
						background-size: cover;
					}
				}
				img {
					width: 100%;
					height: auto;
				}
			}
		}
	}
	.page_culture_event {
		overflow: hidden;
		&.page_flex {
			>.page_flex_side {
				flex: 1;
			}
			>.page_flex_main {
				flex: initial;
				width: 767px;
				max-width: 100%;
				overflow: hidden;
				@include mq(md){
					width: calc(100vw / 16 * 14);
				}
			}
		}
		.page_culture_event_body {
			display: flex;
			flex-direction: column;
			gap: calc(8.5em / 8 * 4);
			@include mq(md){
				gap: calc(8.5em / 8 * 2);
			}
	 	.page_culture_event_body_block {
				display: flex;
				flex-direction: column;
				gap: calc(8.5em / 16 * 2) calc(8.5em / 8 * 2);
				@include mq(md){
					gap: calc(8.5em / 16) calc(8.5em / 8 * 1);;
				}
				.culture_event {
					position: relative;
					z-index: 15;
					.swiper-wrapper {
						.swiper-slide {
							line-height: 1;
							border-radius: calc(8.5em / 32 * 2);
							overflow: hidden;
						}
					}
					.swiper-button-prev, .swiper-button-next {
						display: flex;
						align-items: center;
						justify-content: center;
						width: calc(8.5em / 16 * 7);
						height: calc(8.5em / 16 * 7);
						background: rgba(255,255,255,.85);
						border-radius: calc(8.5em / 16 * 7);
						overflow: hidden;
						opacity: 0;
						@include mov;
						@include mq(md){
	 					width: calc(8.5em / 16 * 6);
 						height: calc(8.5em / 16 * 6);
						}
						&.swiper-button-disabled {
							opacity: 0!important;
						}
					}
					.swiper-button-prev::before, .swiper-button-next::before {
						content: '';
						width: 1em;
						height: 1em;
						background: url(images/icon/arrow.svg);
					}
					.swiper-button-prev::after, .swiper-button-next::after {
						display: none;
					}
					.swiper-button-prev::before {
						transform: rotate(180deg);
					}
					.swiper-button-next {}
					&:hover {
						.swiper-button-prev, .swiper-button-next {
							opacity: 1;
							@include mov;
						}
					}
				}
				>.image {
					display: flex;
					column-gap: calc(8.5em / 8);
					width: 100%;
					overflow: hidden;
					@include mq(md){
						column-gap: calc(8.5em / 16);
					}
					.figure	{
						border-radius: calc(8.5em / 16);
						overflow: hidden;
		 			@include mq(md){
	 					border-radius: calc(8.5em / 32);
 					}
						&:nth-child(1) {
							flex: 3;
						}
						&:nth-child(2) {
							flex: 2;
						}
					}
     &:nth-child(2n) {
      .figure	{
       &:nth-child(1) {
        order: 1;
       }
      }
     }
				}
				>.text {
     margin-top: calc(8.5em / 16 * 1);
    }
				dl {
					display: flex;
					flex-direction: column;
					gap: calc(8.5em / 8);
					>dt {
						font-size: 1.845em;
						@include mq(md){
							font-size: 1.5575em;
						}
					}
					>dd {
						font-size: 1.23em;
						@include mq(md){
							font-size: 1.075em;
						}
					}
				}
 		}
		}
	}
	.page_culture_gallery {
		.page_culture_gallery_block {
			position: relative;
			z-index: 15;
			width: 100%;
		}
		.figureWrap {
			display: flex;
			gap: calc(8.5em / 8);
			@include mq(md){
				gap: calc(8.5em / 16);
			}
			.figureInnerWrap {
				display: flex;
				flex-direction: column;
				gap: calc(8.5em / 8);
				flex: 1;
				@include mq(md){
					gap: calc(8.5em / 16);
				}
			}
			.figureItem {
				line-height: 1;
				border-radius: calc(8.5em / 8);
				overflow: hidden;
				@include mq(md){
					border-radius: calc(8.5em / 32 * 3);
				}
			}
		}
	}
}
*/
/*
.page_faq {
	.faq {
		ul {
			background: var(--color-white);
			padding: calc(8.5em / 8 * 3);
			border-radius: calc(8.5em / 32);
			overflow: hidden;
			@include mq(md){
				padding: calc(8.5em / 8 * 2);
			}
			>li {
				border-bottom: solid 1px var(--border-light-black);
				dl {
					padding: calc(8.5em / 16 * 3) calc(8.5em / 16 * 4);
					@include mq(md){
						padding: calc(8.5em / 16 * 3) calc(8.5em / 32 * 1);
					}
					dt {
						display: flex;
						align-items: baseline;
						column-gap: calc(8.5em / 32 * 3);
						font-weight: var(--fontweight-7);
						&::before {
    			content: 'Q';
			    display: flex;
   			 align-items: center;
    			justify-content: center;
    			width: 2.05em;
   			 min-width: 2.05em;
   			 height: 2.05em;
   			 background: linear-gradient(135deg, var(--color-black) 75%, var(--color-key4));
   			 border-radius: calc(8.5em / 32);
   			 overflow: hidden;
   			 font-weight: 500;
   			 color: var(--color-white);
						}
						+dd {
							margin-top: calc(8.5em / 16);
						}
					}
					dd {
						display: flex;
						align-items: baseline;
						column-gap: calc(8.5em / 32 * 3);
      line-height: 1.8;
						&::before {
    			content: 'A';
			    display: flex;
   			 align-items: center;
    			justify-content: center;
    			width: 2.05em;
   			 min-width: 2.05em;
   			 height: 2.05em;
   			 background: linear-gradient(135deg, var(--key2) 75%, var(--key1));
   			 border-radius: calc(8.5em / 32);
   			 overflow: hidden;
   			 font-weight: 500;
   			 color: var(--color-white);
						}
      a {
       color: var(--color-key2);
       text-decoration: underline;
      }
					}
				}
			}
		}
	}
	.page_benefits_welfare {
		.page_benefits_welfare_body {
			.page_benefits_welfare_body_block {
				ul.list {
					border-top: solid 1px var(--border-light-black);
					counter-reset: num;
					>li {
						padding: calc(8.5em / 16 * 4) 0;
						border-bottom: solid 1px var(--border-light-black);
						dl {
							>dt {
								display: flex;
								align-items: center;
								gap: calc(8.5em / 16);
				 	  &::before {
	 	 		  	counter-increment: num;
 	 	  			content: '( 0'counter(num)' )';
	   					display: block;
   					}
								p {
									font-weight: 600;
									font-size: 1.3325em;
								}
								+dd {
									margin-top: calc(8.5em / 8);
								}
							}
							>dd {
								ul.desc {
									display: flex;
									flex-wrap: wrap;
									gap: calc(8.5em / 12);
									@include mq(md){
										gap: calc(8.5em / 24);
									}
									>li {
										display: flex;
										align-items: center;
										column-gap: calc(8.5em / 16);
										width: calc((100% / 2) - ((8.5em / 12) *1 / 2));
										padding: calc(8.5em / 8);
										background: rgba(0,0,0,.041);
										border-radius: calc(8.5em / 32);
										@include mq(md){
											min-width: 100%;
											padding: calc(8.5em / 16);
										}
										&::before {
											content: '';
											display: block;
											width: .85em;
											min-width: .85em;
											height: .85em;
											border-radius: 1em;
											background: var(--color-key1);
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	.page_benefits_work {
		.page_benefits_work_head {
			p {
				font-size: 1.23em;
			}
			+* {
				margin-top: calc(8.5em / 16 * 5);
			}
		}
		.page_benefits_work_body {
			display: flex;
			flex-direction: column;
			gap: calc(8.5em / 8 * 2);
			@include mq(md){
				gap: calc(8.5em / 8 * 1);
			}
			.page_benefits_work_body_block {
				display: flex;
				align-items: flex-end;
				flex-wrap: wrap;
				gap: calc(8.5em / 16 * 3) calc(8.5em / 8 * 4);
				width: calc(100% + ((8.5em / 16 * 5) * 2));
				margin: 0 calc((8.5em / 16 * -5));
				padding: calc(8.5em / 16 * 7);
				background: var(--color-lightgray);
				border-radius: (8.5em / 16 * 2);
				overflow: hidden;
				@include mq(md){
 				width: calc(100% + ((8.5em / 16 * 1) * 2));
	 			margin: 0 calc((8.5em / 16 * -1));
					padding: calc(8.5em / 16 * 2);
					border-radius: (8.5em / 16 * 1);
				}
				>.image {
					flex: 1;
					max-width: calc(8.5em / 1 * 3);
					order: 1;
					@include mq(md){
						order: 0;
					}
					div {
						aspect-ratio: 1/1;
						background: var(--color-white);
						border-radius: calc(8.5em / 8);
						@include mq(md){
							aspect-ratio: 4/3;
							border-radius: calc(8.5em / 16);
						}
					}
				}
				>.text {
					flex: 1;
					@include mq(md){
						min-width: 100%;
						padding: 0 calc(8.5em / 16 * 2) calc(8.5em / 16 * 2);
					}
					dl {
						>dt {
							font-size: 1.9475em;
							@include mq(md){
								font-size: 1.64em;
							}
							+dd {
								margin-top: calc(8.5em / 16);
								@include mq(md){
 								margin-top: calc(8.5em / 12);
								}
							}
						}
						>dd {
							max-width: 24.6em;
       font-size: 1.1275em;
       @include mq(md){
        font-size: 1.075em;
       }
						}
					}
				}
			}
		}
	}
	.page_benefits_career {
		.page_benefits_career_block {
			div {
    background: var(--color-lightgray);
    border-radius: calc(8.5em / 8);
				overflow: hidden;
				img {
					width: 100%;
					height: auto;
				}
			}
		}
	}
}
*/
/*
ul.share {
	display: flex;
	align-items: center;
	gap: calc(8.5em / 8);
	>li {
		a {
			i {
				display: block;
				width: 1.64em;
				height: 1.64em;
				img {}
			}
		}
	}
}
*/
.page_form {
  background: var(--white);
  border-radius: .5em;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .page_form .wrapper {
      width: calc(100% / 16 * 14); } }

.page_contact .page_contact-head {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto; }
  .page_contact .page_contact-head > .title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(1em / 2);
    font-weight: 600; }
    .page_contact .page_contact-head > .title svg {
      display: block;
      width: 1.1275em;
      height: 1.1275em;
      fill: var(--key1); }
  .page_contact .page_contact-head > .content {
    margin: calc(1em * 1.5) 0;
    padding: calc(1em * 1.5) 0;
    border-top: dashed 1px var(--key1);
    border-bottom: dashed 1px var(--key1); }
    .page_contact .page_contact-head > .content .callus {
      display: flex;
      align-items: center;
      justify-content: column;
      flex-direction: column;
      max-width: 768px;
      margin-left: auto;
      margin-right: auto;
      padding: 1.5em 0;
      background: var(--background1);
      border-radius: calc(1em / 8);
      overflow: hidden; }
      .page_contact .page_contact-head > .content .callus .phone {
        font-size: 2.05em;
        font-weight: 600; }
      .page_contact .page_contact-head > .content .callus .time {
        font-weight: 600; }
      .page_contact .page_contact-head > .content .callus .attr {
        font-size: .8em; }
.page_contact .page_contact-body .title {
  font-size: 1.435em;
  font-weight: 600;
  text-align: center; }
  .page_contact .page_contact-body .title + * {
    margin-top: calc(1em / 4 * 3); }

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

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

.formWrap {
  position: relative;
  z-index: 15; }
  .formWrap .caption {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.05em; }
    @media screen and (max-width: 768px) {
      .formWrap .caption {
        margin-bottom: 1.23em; } }

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

dl.listDocForm {
  display: flex;
  align-items: center;
  gap: .5em 1.5em; }
  @media screen and (max-width: 768px) {
    dl.listDocForm {
      flex-direction: column; } }
  dl.listDocForm dt {
    flex: 2;
    width: 100%; }
    dl.listDocForm dt p {
      display: flex;
      align-items: baseline;
      justify-content: flex-end;
      column-gap: calc(1em / 2);
      white-space: nowrap;
      font-weight: 600; }
      @media screen and (max-width: 768px) {
        dl.listDocForm dt p {
          justify-content: flex-start; } }
      dl.listDocForm dt p::after {
        content: '';
        display: flex;
        align-items: center;
        justify-content: center;
        width: 3.28em;
        height: 1.64em;
        background: var(--white);
        border-radius: calc(1em / 4);
        color: var(--white);
        font-size: .85em; }
      dl.listDocForm dt p.must {
        position: relative;
        z-index: 15; }
        dl.listDocForm dt p.must::after {
          content: '必須';
          background: var(--red); }
  dl.listDocForm dd {
    flex: 5;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    column-gap: calc(85px / 4);
    width: 100%;
    margin-top: 5px; }
    @media screen and (max-width: 768px) {
      dl.listDocForm dd {
        column-gap: calc(85px / 8);
        margin-top: 3px; } }
    dl.listDocForm dd > br {
      display: none; }
    dl.listDocForm dd span.caption {
      display: block;
      width: 100%;
      margin-top: .41em;
      font-size: .85em; }

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

/*//!#index----------------------------------------------------------------------------------------------*/
.lp-frame .lp-header {
  position: relative;
  z-index: 15;
  padding-top: calc(8em / 8 * 5); }
  .lp-frame .lp-header .background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .lp-frame .lp-header .wrapper {
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding: calc(8em / 8 * 8) 32px; }
    @media screen and (max-width: 768px) {
      .lp-frame .lp-header .wrapper {
        padding: 0 16px calc(8em / 8 * 14); } }
    .lp-frame .lp-header .wrapper p.lead {
      font-size: 3.28em;
      line-height: 1.23;
      font-weight: 600; }
      @media screen and (max-width: 768px) {
        .lp-frame .lp-header .wrapper p.lead {
          font-size: 2.05em; } }
      .lp-frame .lp-header .wrapper p.lead + * {
        margin-top: calc(8em / 8); }
    .lp-frame .lp-header .wrapper p.body {
      font-size: 1.1275em;
      font-weight: 600; }
.lp-frame .lp-content > section {
  padding: calc(8em / 8 * 5) 32px; }
  .lp-frame .lp-content > section.bg-wh {
    background: var(--white); }
  .lp-frame .lp-content > section.bg-gr {
    background: var(--gray1); }
  .lp-frame .lp-content > section.bg-yl {
    background: #ffcc00; }
  .lp-frame .lp-content > section .wrapper {
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto; }
    .lp-frame .lp-content > section .wrapper hgroup {
      text-align: center; }
      .lp-frame .lp-content > section .wrapper hgroup h2 {
        font-size: 2.05em;
        line-height: 1.23; }
        @media screen and (max-width: 768px) {
          .lp-frame .lp-content > section .wrapper hgroup h2 {
            font-size: 1.64em; } }
        .lp-frame .lp-content > section .wrapper hgroup h2 strong {
          color: var(--key4);
          border-bottom: dotted 4px var(--key4); }
      .lp-frame .lp-content > section .wrapper hgroup + p {
        margin-top: calc(8em / 8); }
.lp-frame .lp-content .section-lp {
  display: flex;
  flex-direction: column;
  gap: calc(8em / 8 * 2); }
  .lp-frame .lp-content .section-lp > .lp-head {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .lp-frame .lp-content .section-lp > .lp-head .en {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12.3em;
      line-height: 1;
      text-align: center;
      letter-spacing: -.041em;
      opacity: .1025;
      white-space: nowrap; }
      @media screen and (max-width: 768px) {
        .lp-frame .lp-content .section-lp > .lp-head .en {
          font-size: 6.15em; } }
.lp-frame .lp-content .section-issue .issue-body .issue-people {
  position: relative;
  z-index: 15;
  width: calc(100% / 16 * 14);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc(8em / 8 * -3); }
  @media screen and (max-width: 768px) {
    .lp-frame .lp-content .section-issue .issue-body .issue-people {
      margin-bottom: calc(8em / 8 * -2); } }
.lp-frame .lp-content .section-issue .issue-body ul {
  display: flex;
  gap: calc(8em / 16 * 3);
  padding: calc(8em / 16 * 5);
  padding-top: calc(8em / 16 * 9);
  border: solid 1px var(--border-light-black);
  border-radius: calc(8em / 16);
  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
  counter-reset: num; }
  @media screen and (max-width: 768px) {
    .lp-frame .lp-content .section-issue .issue-body ul {
      flex-direction: column;
      padding: calc(8em / 16 * 3);
      padding-top: calc(8em / 16 * 6); } }
  .lp-frame .lp-content .section-issue .issue-body ul > li {
    position: relative;
    z-index: 15;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: calc(8em / 16 * 3); }
    @media screen and (max-width: 768px) {
      .lp-frame .lp-content .section-issue .issue-body ul > li {
        padding-top: calc(8em / 16 * 4); } }
    .lp-frame .lp-content .section-issue .issue-body ul > li::before {
      counter-increment: num;
      content: "0" counter(num);
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2.87em;
      font-weight: 600;
      line-height: 1;
      opacity: .205;
      color: var(--key4); }
      @media screen and (max-width: 768px) {
        .lp-frame .lp-content .section-issue .issue-body ul > li::before {
          top: calc(8rem / 32 * 3);
          font-size: 2.05em; } }
    .lp-frame .lp-content .section-issue .issue-body ul > li .image {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 65%;
      max-width: 8em;
      aspect-ratio: 1/1;
      padding: calc(8em / 16 * 5);
      margin-left: auto;
      margin-right: auto;
      background: var(--gray1);
      border-radius: calc(8em / 1);
      overflow: hidden; }
    .lp-frame .lp-content .section-issue .issue-body ul > li .text p.lead {
      font-size: 1.435em;
      line-height: 1.435;
      font-weight: 600;
      text-align: center; }
      .lp-frame .lp-content .section-issue .issue-body ul > li .text p.lead + * {
        margin-top: calc(8em / 32); }
    @media screen and (max-width: 768px) {
      .lp-frame .lp-content .section-issue .issue-body ul > li ~ li {
        border-top: solid 1px var(--border-light-black); } }
.lp-frame .lp-content .section-result .result-body {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8em / 16 * 2) calc(8em / 16 * 3); }
  @media screen and (max-width: 768px) {
    .lp-frame .lp-content .section-result .result-body {
      flex-direction: column;
      width: calc(100% + 32px);
      margin-left: -16px;
      margin-right: -16px; } }
  .lp-frame .lp-content .section-result .result-body .card {
    display: flex;
    flex-direction: column;
    gap: calc(8em / 8);
    box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
    padding: calc(8em / 16 * 5);
    background: var(--white);
    border: solid 1px var(--border-light-black);
    border-radius: calc(0.5em); }
    @media screen and (max-width: 768px) {
      .lp-frame .lp-content .section-result .result-body .card {
        padding: calc(8em / 32 * 5); } }
    .lp-frame .lp-content .section-result .result-body .card.col6 {
      width: calc((100% / 2) - ((8em / 16 * 3) * 1 / 2)); }
      @media screen and (max-width: 768px) {
        .lp-frame .lp-content .section-result .result-body .card.col6 {
          width: 100%; } }
    .lp-frame .lp-content .section-result .result-body .card.col12 {
      width: 100%; }
    .lp-frame .lp-content .section-result .result-body .card .title {
      font-weight: 600;
      font-size: 1.3325em;
      text-align: center; }
    .lp-frame .lp-content .section-result .result-body .card .number-wrap {
      padding: calc(8em / 16 * 2);
      background: var(--gray1);
      border-radius: calc(8em / 16);
      overflow: hidden; }
      .lp-frame .lp-content .section-result .result-body .card .number-wrap .number-title {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 2.46em;
        background: var(--white);
        border-radius: calc(8em / 32);
        overflow: hidden;
        font-weight: 600;
        text-align: center; }
    .lp-frame .lp-content .section-result .result-body .card .cut {
      display: flex;
      align-items: baseline;
      justify-content: center; }
      .lp-frame .lp-content .section-result .result-body .card .cut * {
        color: #f28c00;
        font-weight: 600; }
      .lp-frame .lp-content .section-result .result-body .card .cut .num {
        font-size: 4.1em;
        letter-spacing: -.0205em; }
        @media screen and (max-width: 768px) {
          .lp-frame .lp-content .section-result .result-body .card .cut .num {
            font-size: 3.28em; } }
      .lp-frame .lp-content .section-result .result-body .card .cut .attr {
        font-size: 1.435em; }
    .lp-frame .lp-content .section-result .result-body .card .number {
      display: flex;
      align-items: baseline;
      justify-content: center; }
      .lp-frame .lp-content .section-result .result-body .card .number * {
        color: var(--key4);
        font-weight: 600; }
      .lp-frame .lp-content .section-result .result-body .card .number .num {
        font-size: 2.46em; }
        @media screen and (max-width: 768px) {
          .lp-frame .lp-content .section-result .result-body .card .number .num {
            font-size: 2.05em; } }
      .lp-frame .lp-content .section-result .result-body .card .number .attr {
        font-size: 1.23em; }
        @media screen and (max-width: 768px) {
          .lp-frame .lp-content .section-result .result-body .card .number .attr {
            font-size: 1em; } }
.lp-frame .lp-content .section-reason .reason-body {
  display: flex;
  flex-direction: column;
  gap: calc(8em / 8 * 3); }
  .lp-frame .lp-content .section-reason .reason-body .block {
    display: flex;
    align-items: center;
    gap: calc(8em / 8 * 2); }
    .lp-frame .lp-content .section-reason .reason-body .block > .image {
      flex: 1;
      border-radius: calc(8em / 16);
      overflow: hidden;
      line-height: 1; }
    .lp-frame .lp-content .section-reason .reason-body .block > .text {
      flex: 1; }
      .lp-frame .lp-content .section-reason .reason-body .block > .text .reason-text {
        display: table;
        padding: .25em .75em;
        margin-bottom: .5em;
        background: #f1c100;
        border-radius: .25em;
        font-size: 1.23em;
        font-weight: 600; }
        @media screen and (max-width: 768px) {
          .lp-frame .lp-content .section-reason .reason-body .block > .text .reason-text {
            font-size: 1em; } }
      .lp-frame .lp-content .section-reason .reason-body .block > .text dl > dt {
        font-size: 2.255em;
        line-height: 1.435;
        font-weight: 600;
        color: var(--key4); }
        @media screen and (max-width: 768px) {
          .lp-frame .lp-content .section-reason .reason-body .block > .text dl > dt {
            font-size: 1.845em; } }
    .lp-frame .lp-content .section-reason .reason-body .block:nth-child(2n-1) {
      flex-direction: row-reverse; }
      @media screen and (max-width: 768px) {
        .lp-frame .lp-content .section-reason .reason-body .block:nth-child(2n-1) {
          flex-direction: column; } }
    .lp-frame .lp-content .section-reason .reason-body .block:nth-child(2n) {
      flex-direction: row; }
      @media screen and (max-width: 768px) {
        .lp-frame .lp-content .section-reason .reason-body .block:nth-child(2n) {
          flex-direction: column; } }
.lp-frame .lp-content .section-step .step-body ul.list-step {
  display: flex;
  gap: calc(8em / 32 * 3);
  counter-reset: num; }
  @media screen and (max-width: 768px) {
    .lp-frame .lp-content .section-step .step-body ul.list-step {
      flex-direction: column; } }
  .lp-frame .lp-content .section-step .step-body ul.list-step > li.card {
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: calc(8em / 32);
    border: solid 1px var(--border-light-black);
    border-radius: calc(8em / 16);
    box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px; }
    @media screen and (max-width: 768px) {
      .lp-frame .lp-content .section-step .step-body ul.list-step > li.card {
        align-items: initial;
        flex-direction: row; } }
    .lp-frame .lp-content .section-step .step-body ul.list-step > li.card .steps {
      display: flex;
      align-items: center;
      flex-direction: column;
      width: 100%;
      padding: calc(8em / 16 * 2);
      background: var(--key4);
      border-radius: calc(8em / 16); }
      @media screen and (max-width: 768px) {
        .lp-frame .lp-content .section-step .step-body ul.list-step > li.card .steps {
          justify-content: center;
          width: 5.125em;
          min-width: 5.125em; } }
      .lp-frame .lp-content .section-step .step-body ul.list-step > li.card .steps * {
        font-weight: 600;
        color: var(--white); }
      .lp-frame .lp-content .section-step .step-body ul.list-step > li.card .steps .attr {
        text-transform: uppercase; }
      .lp-frame .lp-content .section-step .step-body ul.list-step > li.card .steps .count::before {
        counter-increment: num;
        content: "0" counter(num);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2.87em;
        line-height: 1; }
        @media screen and (max-width: 768px) {
          .lp-frame .lp-content .section-step .step-body ul.list-step > li.card .steps .count::before {
            font-size: 2.05em; } }
    .lp-frame .lp-content .section-step .step-body ul.list-step > li.card .text {
      padding: calc(8em / 32 * 5); }
      .lp-frame .lp-content .section-step .step-body ul.list-step > li.card .text .title {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 2.05em;
        font-size: 1.435em;
        line-height: 1.5;
        font-weight: 600; }
      .lp-frame .lp-content .section-step .step-body ul.list-step > li.card .text .content a {
        color: royalblue;
        border-bottom: dotted 2px royalblue; }
  .lp-frame .lp-content .section-step .step-body ul.list-step > li:has(img) {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .lp-frame .lp-content .section-step .step-body ul.list-step > li:has(img) {
        justify-content: center; } }
    .lp-frame .lp-content .section-step .step-body ul.list-step > li:has(img) img {
      display: block;
      width: calc(8em / 16 * 3);
      height: calc(8em / 16 * 3);
      transform: rotate(-90deg); }
      @media screen and (max-width: 768px) {
        .lp-frame .lp-content .section-step .step-body ul.list-step > li:has(img) img {
          transform: rotate(0); } }
.lp-frame .lp-content .section-faq .faq-body ul.list-faq {
  padding: 0 calc(8em / 16 * 5);
  border: solid 1px var(--border-light-black);
  border-radius: calc(8em / 16);
  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px; }
  @media screen and (max-width: 768px) {
    .lp-frame .lp-content .section-faq .faq-body ul.list-faq {
      padding: 0 calc(8em / 32 * 5); } }
  .lp-frame .lp-content .section-faq .faq-body ul.list-faq > li {
    padding: calc(8em / 16 * 5) 0; }
    @media screen and (max-width: 768px) {
      .lp-frame .lp-content .section-faq .faq-body ul.list-faq > li {
        padding: calc(8em / 32 * 5) 0; } }
    .lp-frame .lp-content .section-faq .faq-body ul.list-faq > li .question {
      display: flex;
      align-items: baseline;
      gap: calc(8em / 16); }
      .lp-frame .lp-content .section-faq .faq-body ul.list-faq > li .question::before {
        content: 'Q';
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2.05em;
        min-width: 2.05em;
        height: 2.05em;
        background: var(--key4);
        border-radius: calc(8em / 16);
        overflow: hidden;
        color: var(--white); }
      .lp-frame .lp-content .section-faq .faq-body ul.list-faq > li .question p {
        flex: 1;
        font-weight: 600; }
      .lp-frame .lp-content .section-faq .faq-body ul.list-faq > li .question .arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2.05em;
        min-width: 2.05em;
        height: 2.05em;
        padding: calc(8em / 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; }
      .lp-frame .lp-content .section-faq .faq-body ul.list-faq > li .question.open .arrow {
        transform: rotate(-180deg);
        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; }
    .lp-frame .lp-content .section-faq .faq-body ul.list-faq > li .answer {
      display: flex;
      align-items: baseline;
      gap: calc(8em / 16);
      margin-top: calc(8em / 32 * 3); }
      .lp-frame .lp-content .section-faq .faq-body ul.list-faq > li .answer::before {
        content: 'A';
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2.05em;
        min-width: 2.05em;
        height: 2.05em;
        background: var(--gray2);
        border-radius: calc(8em / 16);
        overflow: hidden;
        color: var(--key4); }
    .lp-frame .lp-content .section-faq .faq-body ul.list-faq > li ~ li {
      border-top: solid 1px var(--border-light-black); }
@media screen and (max-width: 768px) {
  .lp-frame .lp-content .section-form .form-body {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px; } }
.lp-frame .lp-content .section-form .form-body .mw_wp_form {
  width: 100%;
  max-width: 100%;
  padding: calc(8em / 16 * 8) calc(8em / 16 * 5);
  background: var(--white);
  border: solid 1px var(--border-light-black);
  border-radius: calc(8em / 16);
  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px; }
  @media screen and (max-width: 768px) {
    .lp-frame .lp-content .section-form .form-body .mw_wp_form {
      padding: calc(8em / 32 * 5); } }
.lp-frame .lp-content .section-form .form {
  max-width: 680px;
  margin: 0 auto; }
  .lp-frame .lp-content .section-form .form .form-row {
    margin: 0 0 16px; }
  .lp-frame .lp-content .section-form .form .form-label {
    display: block;
    font-weight: 600;
    margin: 0 0 8px; }
    .lp-frame .lp-content .section-form .form .form-label .req {
      color: #ef4444;
      margin-left: 4px; }
  .lp-frame .lp-content .section-form .form .form-sep {
    margin: 24px 0;
    border: 0;
    border-top: 1px solid #e5e7eb; }
    @media screen and (max-width: 768px) {
      .lp-frame .lp-content .section-form .form .form-sep {
        margin: 16px 0; } }
  .lp-frame .lp-content .section-form .form .form-note {
    font-size: 12px;
    color: #6b7280;
    margin-top: 8px; }
  .lp-frame .lp-content .section-form .form .date3__item {
    margin-bottom: 12px; }
.lp-frame .cta-area {
  position: relative;
  z-index: 15;
  width: 100%;
  height: auto;
  padding: calc(8em / 8 * 4) 32px;
  background: var(--key1); }
  .lp-frame .cta-area * {
    color: var(--white); }
  .lp-frame .cta-area .background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: .205;
    pointer-events: none; }
  .lp-frame .cta-area .wrapper {
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto; }
    .lp-frame .cta-area .wrapper .lead {
      font-weight: 600;
      font-size: 1.435em;
      text-align: center; }
      .lp-frame .cta-area .wrapper .lead + * {
        margin-top: calc(8em / 16); }
    .lp-frame .cta-area .wrapper ul.list-button {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: calc(8em / 16) calc(8em / 16 * 3); }
      @media screen and (max-width: 768px) {
        .lp-frame .cta-area .wrapper ul.list-button {
          flex-direction: column; } }
      .lp-frame .cta-area .wrapper ul.list-button > li {
        flex: 1;
        max-width: 24.6em; }
        @media screen and (max-width: 768px) {
          .lp-frame .cta-area .wrapper ul.list-button > li {
            width: 100%; } }
        .lp-frame .cta-area .wrapper ul.list-button > li a {
          display: flex;
          align-items: center;
          justify-content: center;
          gap: calc(8em / 16);
          height: 4.1em;
          background: var(--key2);
          border-radius: calc(8em / 8 * 8);
          overflow: hidden; }
          .lp-frame .cta-area .wrapper ul.list-button > li a[data-type="document"] {
            background: #f28c00; }
          .lp-frame .cta-area .wrapper ul.list-button > li a p {
            font-weight: 600; }
          .lp-frame .cta-area .wrapper ul.list-button > li a .icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: calc(8em / 32 * 5);
            min-width: calc(8em / 32 * 5);
            height: calc(8em / 32 * 5); }
            .lp-frame .cta-area .wrapper ul.list-button > li a .icon img {
              filter: brightness(0) invert(1); }

.lp-footer {
  padding: calc(8em / 8 * 4) 0; }
  .lp-footer * {
    color: var(--white); }
  .lp-footer .wrapper {
    display: flex;
    flex-direction: column;
    gap: calc(8em / 16 * 3);
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto; }
    .lp-footer .wrapper ._primary {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: calc(8em / 8); }
      .lp-footer .wrapper ._primary .logo img {
        width: auto;
        height: 3.28em;
        filter: brightness(0) invert(1); }
      .lp-footer .wrapper ._primary .corp dl > dt {
        font-weight: 600; }
    .lp-footer .wrapper ._secondary .__bottom {
      display: flex;
      justify-content: center; }

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