@charset "UTF-8";
/*!
Theme Name: 太洋自動車公式サイト
Theme URI: https://panarea.co.jp
Author: shogo yonetani
Author URI: https://panarea.co.jp
Description: 太洋自動車公式サイト
*/
/*Color Management*/
:root {
  --sans: YakuHanJP_Narrow, "Inter", 游ゴシック, Yu Gothic, YuGothic, sans-serif;
  --s-font-noto: 'Noto Sans JP';
  --s-font-inter: Inter;
  --fontweight-5: 500;
  --fontweight-6: 600;
  --fontweight-7: 700;
  --fontweight-8: 800;
  --key1: #fcfdfe;
  --key2: #f5fafe;
  --key3: #eaf3fd;
  --key4: #dbecff;
  --key5: #cae3fd;
  --key6: #b6d6f8;
  --key7: #9dc5ef;
  --key8: #77aee6;
  --key9: #1a80d6;
  --key10: #0072c8;
  --key11: #0074c8;
  --key12: #0b355a;
  --sub9: #76838e;
  --gray1: #FCFCFC;
  --gray2: #F9F9F9;
  --gray3: #F0F0F0;
  --gray4: #E8E8E8;
  --gray5: #E1E1E1;
  --gray6: #D9D9D9;
  --gray7: #CECECE;
  --gray8: #BBB;
  --gray9: #8C8C8C;
  --gray10: #818181;
  --gray11: #636363;
  --gray12: #1F1F1F;
  --pink1: #fffcfc;
  --pink2: #fef8f8;
  --pink3: #fbeced;
  --pink4: #fddfe0;
  --pink5: #f9d1d4;
  --pink6: #f1c3c6;
  --pink7: #e7b0b4;
  --pink8: #db989e;
  --pink9: #e56e7e;
  --pink10: #d86273;
  --pink11: #b84658;
  --pink12: #5b232b;
  --color-white: #fff;
  --color-gray: #757575;
  --color-lightgray: #ecedf0;
  --color-black: #171617;
  --border-light-black: rgba(31,69,94,.205);
  --border-light-white: rgba(255,255,255,.1025);
  --shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 2px 6px rgba(0, 0, 0, 0.08); }

/*!レスポンシブ*/
/*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.-image {
    border-radius: 16px;
    /* 50% で円 */
    overflow: hidden; }
  .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: 300px !important;
    height: 200px !important;
    margin: -150px 0 0 -100px !important; }
    @media screen and (max-width: 768px) {
      .mf-cursor-media {
        width: 240px !important;
        height: 160px !important;
        margin: -120px 0 0 -80px !important; } }
    .mf-cursor-media .mf-cursor-media-box {
      border-radius: calc(8em / 32) !important; }
    .mf-cursor-media img, .mf-cursor-media video {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: calc(8em / 32) !important; }
      @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: clamp(14px, calc(1vw + 0.5rem), 18px); }

body {
  margin: 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
  font-family: var(--sans);
  font-weight: 400;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: var(--color-white);
  color: var(--gray12);
  /*
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  */
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  padding-bottom: 1px; }
  body::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    display: block;
    width: 100%;
    height: 100%;
    background: url("images/noise.png");
    background-repeat: repeat;
    background-size: 100px;
    pointer-events: none;
    opacity: .5; }

* {
  color: var(--gray12);
  -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: var(--gray12); }

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

i {
  font-style: normal; }

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

.objc {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  font-family: 'object-fit: contain;'; }

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

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

/*!LINK*/
a {
  text-decoration: none; }

.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; }

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

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

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

/*ベンダープレフィックス登録*/
/*!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: var(--gray12);
    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: var(--gray12);
    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: var(--gray12);
    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: var(--gray12);
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(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: var(--gray2);
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
      .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: var(--gray10) !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; }

.roll {
  display: block;
  height: 1.5em;
  overflow: hidden; }
  .roll > i {
    display: block;
    line-height: 1.5;
    white-space: nowrap;
    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; }
  .roll:hover > i {
    transform: translateY(-1.5em);
    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; }

.button {
  display: flex;
  align-items: center;
  column-gap: calc(8em / 32 * 6);
  min-height: 2.87em;
  background: var(--gray1);
  border-radius: calc(8em / 16);
  box-shadow: var(--shadow);
  overflow: hidden; }
  .button .text {
    padding-left: calc(8em / 32 * 6); }
  .button .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.87em;
    min-width: 2.87em;
    height: 2.87em;
    padding: calc(8em / 64 * 9);
    border-radius: calc(8em / 16);
    overflow: hidden;
    line-height: 0; }
  .button:hover .icon img {
    animation: arrowAnimation .328s 0s ease-in-out 1; }
  .button.left {
    justify-content: flex-start; }
  .button.center {
    justify-content: center; }
  .button.right {
    justify-content: flex-end; }
  .button.white {
    background: var(--gray1);
    border: solid 1px var(--gray2); }
    .button.white * {
      color: var(--gray12) !important; }
  .button.black {
    background: var(--gray12);
    border-color: var(--gray11); }
    .button.black .text, .button.black * {
      color: var(--gray1); }
    .button.black .icon img {
      filter: brightness(0) invert(1); }
  .button.key {
    background: var(--key9);
    border: solid 1px var(--key8); }
    .button.key * {
      color: var(--gray1); }
    .button.key .icon img {
      filter: brightness(0) invert(1); }
  .button.green {
    justify-content: center;
    background: #50b300;
    border: solid 1px #50b300; }
    .button.green * {
      color: var(--gray1); }
    .button.green .text {
      padding: 0; }
  .button.pink {
    justify-content: center;
    background: var(--pink9);
    border: solid 1px var(--pink10); }
    .button.pink * {
      color: var(--pink1); }
    .button.pink .icon img {
      filter: brightness(0) invert(1); }

.hero-catch {
  position: relative;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background: linear-gradient(135deg, var(--gray12) 40%, var(--key9) 50%, var(--gray9) 60%, var(--gray12) 70%);
  background-size: 250% 100%;
  animation: blue-light-sweep 10s alternate infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

@keyframes blue-light-sweep {
  0% {
    background-position: -150% 0; }
  100% {
    background-position: 150% 0; } }
/*!------------------------------------
css_sections(ブロック)
-------------------------------------*/
/*!#siteHeader------------------------------------------------------------------------------------------------*/
/*公式*/
#siteHead {
  position: fixed;
  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 {
    position: relative;
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% / 32 * 31);
    height: calc(8em / 8 * 5);
    margin-left: auto;
    margin-right: auto;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    @media screen and (max-width: 768px) {
      #siteHead .wrapper {
        height: calc(8em / 8 * 3); } }
    #siteHead .wrapper > .left {
      flex: 1; }
      #siteHead .wrapper > .left h1 {
        display: flex;
        align-items: center;
        gap: calc(8em / 32 * 3); }
        @media screen and (max-width: 768px) {
          #siteHead .wrapper > .left h1 {
            gap: calc(8em / 32 * 2); } }
    #siteHead .wrapper > .center {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: .75em;
      letter-spacing: .0205em; }
      @media screen and (max-width: 768px) {
        #siteHead .wrapper > .center {
          display: none; } }
      #siteHead .wrapper > .center * {
        color: var(--gray1); }
    #siteHead .wrapper > .right {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
    #siteHead .wrapper nav {
      position: relative;
      z-index: 15;
      display: flex;
      align-items: center;
      gap: 0;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
      #siteHead .wrapper nav ul.row {
        display: flex;
        align-items: center;
        gap: calc(8em / 8);
        overflow: hidden;
        padding: calc(8em / 32 * 2);
        border-top: solid 1px transparent;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(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 nav ul.row {
            display: none; } }
        #siteHead .wrapper nav ul.row > li a {
          padding: calc(8em / 32) calc(8em / 16);
          color: var(--gray1);
          font-weight: 600;
          letter-spacing: .041em;
          background: linear-gradient(var(--gray9), var(--gray9)) 100% 100%/0 1px no-repeat;
          transition: background-size 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0s;
          will-change: background-size;
          white-space: nowrap; }
          #siteHead .wrapper nav ul.row > li a:hover {
            background-position: 0 100%;
            background-size: 100% 1px; }
      #siteHead .wrapper nav ul.switch-target {
        display: flex;
        align-items: center;
        flex-direction: row;
        padding: calc(8em / 32);
        background: var(--gray1);
        border: solid 1px var(--gray2);
        box-shadow: var(--shadow);
        border-radius: 8em; }
        @media screen and (max-width: 768px) {
          #siteHead .wrapper nav ul.switch-target {
            display: none; } }
        #siteHead .wrapper nav ul.switch-target > li .btn {
          display: flex;
          align-items: center;
          justify-content: center;
          min-width: 8.2em;
          height: 2.46em;
          border-radius: 8em;
          font-weight: 600; }
          #siteHead .wrapper nav ul.switch-target > li .btn.current {
            background: var(--key9);
            border: solid 1px var(--key8);
            box-shadow: var(--shadow); }
            #siteHead .wrapper nav ul.switch-target > li .btn.current * {
              color: var(--gray1); }
          #siteHead .wrapper nav ul.switch-target > li .btn * {
            color: var(--key9); }
      #siteHead .wrapper nav.is-active {
        gap: calc(8em / 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; }
        #siteHead .wrapper nav.is-active ul.row {
          padding: calc(8em / 32 * 2) calc(8em / 32 * 4);
          background: url(images/noise.png), rgba(255, 255, 255, 0.615);
          background-size: 100px, cover;
          border-top-color: rgba(255, 255, 255, 0.205);
          border-radius: calc(8em / 32);
          -webkit-backdrop-filter: blur(11px);
          backdrop-filter: blur(11px);
          box-shadow: var(--shadow);
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(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 nav.is-active ul.row > li a {
            color: var(--gray11); }
          #siteHead .wrapper nav.is-active ul.row.students {
            background: url(images/noise.png), var(--key9); }
            #siteHead .wrapper nav.is-active ul.row.students > li a {
              color: var(--gray1); }
          #siteHead .wrapper nav.is-active ul.row.focus {
            background: url(images/noise.png), var(--pink9); }
            #siteHead .wrapper nav.is-active ul.row.focus > li a {
              color: var(--gray1); }
  #siteHead ._menu {
    position: relative;
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: center; }
    #siteHead ._menu p.humbNav {
      display: flex;
      align-items: center;
      justify-content: center;
      column-gap: calc(8em / 16);
      min-width: 8.2em;
      height: 2.46em;
      margin: 0 auto;
      padding: calc(8em / 32);
      background: var(--gray12);
      box-shadow: var(--shadow);
      border-radius: 8em;
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        #siteHead ._menu p.humbNav {
          column-gap: calc(8em / 32); } }
      #siteHead ._menu p.humbNav > span {
        position: relative; }
        #siteHead ._menu p.humbNav > span.icon {
          display: flex;
          justify-content: center;
          align-items: center;
          gap: calc(8em / 32); }
          #siteHead ._menu p.humbNav > span.icon > i {
            display: block;
            width: calc(8em / 64);
            height: calc(8em / 64);
            background: var(--gray1);
            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; }
        #siteHead ._menu p.humbNav > span.text > i {
          font-weight: 600;
          color: var(--gray1); }
      #siteHead ._menu p.humbNav.active > span {
        align-content: center; }
        #siteHead ._menu p.humbNav.active > span.icon > 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; }
          #siteHead ._menu p.humbNav.active > span.icon > i:first-child {
            opacity: 0;
            transform: translateX(-5px); }
          #siteHead ._menu p.humbNav.active > span.icon > i:last-child {
            opacity: 0;
            transform: translateX(5px); }
  #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; }
  #siteHead.lower .wrapper > .center * {
    color: var(--gray11); }

body.scroll #siteHead {
  top: 0;
  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; }
  body.scroll #siteHead .wrapper {
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    body.scroll #siteHead .wrapper .center {
      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; }
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 .center {
    opacity: 1;
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }

/*!#aside*/
aside#float {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 30;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: calc(8em / 16 * 4);
  background: var(--key1);
  border-radius: calc(8em / 32 * 3);
  box-shadow: var(--shadow);
  transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
  @media screen and (max-width: 768px) {
    aside#float {
      right: 8px;
      bottom: 8px; } }
  aside#float .float-callus {
    display: flex;
    flex-direction: column;
    gap: calc(8em / 64 * 3); }
    aside#float .float-callus .title {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 2em;
      margin-bottom: calc(8em / 16);
      background: var(--key9);
      border-radius: calc(8em);
      color: var(--key3);
      font-weight: 600;
      font-size: .9em; }
    aside#float .float-callus .tel {
      display: flex;
      align-items: center;
      margin: calc((8em / 32) * -1) 0;
      font-weight: 600;
      color: var(--key9);
      font-size: 2.05em;
      letter-spacing: -.0201em;
      line-height: 1; }
    aside#float .float-callus .opening {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: calc(8em / 16);
      letter-spacing: -.0201em; }
      aside#float .float-callus .opening .attr {
        font-size: .9em;
        font-weight: 600;
        color: var(--gray9); }
      aside#float .float-callus .opening .time {
        font-weight: 700;
        color: var(--gray12); }
    aside#float .float-callus + * {
      margin-top: calc(8em / 32 * 4);
      padding-top: calc(8em / 32 * 4);
      border-top: dotted 1px var(--key7); }
  aside#float .float-request {
    width: 100%;
    font-weight: 600; }
  aside#float .float-close {
    position: absolute;
    top: calc((2.05em / 4) * -1);
    right: calc((2.05em / 4) * -1);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.05em;
    height: 2.05em;
    border-radius: 2.05em;
    padding: calc(8em / 16);
    background: var(--gray12);
    box-shadow: var(--shadow);
    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; }
    aside#float .float-close svg {
      transform: rotate(45deg);
      fill: var(--gray1); }
    aside#float .float-close:hover {
      transform: scale(0.95);
      transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
      -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
      -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
      -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
aside#top {
  position: fixed;
  right: 16px;
  bottom: 0;
  z-index: 30;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(32px);
  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; }
  aside#top .anker-top {
    display: flex;
    flex-direction: column; }
    aside#top .anker-top .text {
      position: relative;
      z-index: 15;
      padding: calc(8em / 64 * 3) calc(8em / 32 * 3);
      background: var(--key9);
      color: var(--gray1);
      font-size: .75em;
      line-height: 1;
      border-radius: 1em;
      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; }
      aside#top .anker-top .text::before {
        content: '';
        position: absolute;
        top: calc(100% - 1px);
        left: 1em;
        display: block;
        width: calc(8em / 16);
        height: calc(8em / 16);
        background: var(--key9);
        clip-path: polygon(0 0, 100% 0, 100% 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; }
    aside#top .anker-top .image {
      display: block;
      width: calc(8em / 8 * 5);
      height: auto;
      line-height: 0; }
    aside#top .anker-top:hover .text {
      background: var(--gray12);
      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; }
      aside#top .anker-top:hover .text::before {
        background: var(--gray12);
        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; }
aside#menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background: var(--key1);
  background: url(images/noise.png), var(--key1);
  background-size: 100px, cover;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
  @media screen and (max-width: 768px) {
    aside#menu {
      height: auto; } }
  aside#menu.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    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; }
    aside#menu.open .wrapper > .left figure {
      transform: scale(1);
      transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
  aside#menu .wrapper {
    display: flex; }
    @media screen and (max-width: 768px) {
      aside#menu .wrapper {
        flex-direction: column-reverse; } }
    aside#menu .wrapper > div {
      flex: 1;
      height: 100vh; }
      @media screen and (max-width: 768px) {
        aside#menu .wrapper > div {
          height: auto;
          min-height: 100vh; } }
    aside#menu .wrapper > .left {
      position: relative;
      z-index: 15;
      background-color: #ff0004;
      background-image: url(images/noise.png), radial-gradient(circle at 0% 99%, #ff2f00 0%, transparent 67%), radial-gradient(circle at 46% 94%, #5a0c12 0%, transparent 81%), radial-gradient(circle at 89% 8%, #a2111d 0%, transparent 150%), radial-gradient(circle at 89% 8%, #230608 0%, transparent 150%), radial-gradient(circle at 93% 95%, #790610 0%, transparent 66%), radial-gradient(circle at 89% 8%, snow 0%, transparent 150%), radial-gradient(circle at 89% 8%, #f8e61b 0%, transparent 150%);
      background-size: 100px, cover, cover, cover, cover, cover, cover, cover, cover, cover;
      background-blend-mode: overlay, normal, normal, normal, normal, normal, normal, normal;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        aside#menu .wrapper > .left {
          display: none; } }
      aside#menu .wrapper > .left figure {
        transform: scale(1.05);
        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;
        line-height: 0; }
        aside#menu .wrapper > .left figure.front {
          position: absolute;
          right: 15%;
          bottom: -60px;
          z-index: 5;
          width: 100%; }
          @media screen and (max-width: 768px) {
            aside#menu .wrapper > .left figure.front {
              bottom: -41px; } }
        aside#menu .wrapper > .left figure.back {
          position: absolute;
          left: 0;
          bottom: -30px;
          z-index: -5;
          width: 125%;
          opacity: .7175;
          filter: blur(8px); }
          @media screen and (max-width: 768px) {
            aside#menu .wrapper > .left figure.back {
              bottom: -20px; } }
        aside#menu .wrapper > .left figure.main {
          position: absolute;
          bottom: 0;
          width: 100%; }
        aside#menu .wrapper > .left figure.part {
          position: absolute; }
          aside#menu .wrapper > .left figure.part.part1 {
            top: 0;
            right: 0;
            top: -25%;
            right: 20%;
            z-index: -1;
            width: 85%;
            mix-blend-mode: color-burn; }
            @media screen and (max-width: 768px) {
              aside#menu .wrapper > .left figure.part.part1 {
                right: -21%;
                width: 72%; } }
          aside#menu .wrapper > .left figure.part.part2 {
            bottom: -6%;
            left: -0;
            z-index: -1;
            width: 180%;
            mix-blend-mode: color-burn; }
            @media screen and (max-width: 768px) {
              aside#menu .wrapper > .left figure.part.part2 {
                left: -24%;
                width: 110%; } }
      aside#menu .wrapper > .left .keyvisual-head {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50%;
        padding: 0 calc((100% / 16) / 2); }
    aside#menu .wrapper > .right {
      overflow: scroll; }
      aside#menu .wrapper > .right .global_navigation {
        padding: calc(8em / 8 * 7) calc(8em / 8 * 4); }
        @media screen and (max-width: 768px) {
          aside#menu .wrapper > .right .global_navigation {
            padding: calc(8em / 8 * 5) 24px; } }
        aside#menu .wrapper > .right .global_navigation ul.col {
          display: flex;
          flex-direction: column;
          border-top: dotted 1px var(--gray11); }
          aside#menu .wrapper > .right .global_navigation ul.col > li {
            padding: calc(8em / 16 * 3) 0;
            border-bottom: dotted 1px var(--gray11); }
            aside#menu .wrapper > .right .global_navigation ul.col > li dl > dt {
              font-size: 2.255em;
              font-weight: 600; }
              @media screen and (max-width: 768px) {
                aside#menu .wrapper > .right .global_navigation ul.col > li dl > dt {
                  font-size: 1.435em; } }
              aside#menu .wrapper > .right .global_navigation ul.col > li dl > dt + dd {
                margin-top: calc(8em / 16 * 2); }
            aside#menu .wrapper > .right .global_navigation ul.col > li dl > dd {
              font-weight: 500; }
              aside#menu .wrapper > .right .global_navigation ul.col > li dl > dd a {
                opacity: .5; }
                aside#menu .wrapper > .right .global_navigation ul.col > li dl > dd a:hover {
                  opacity: 1; }
              aside#menu .wrapper > .right .global_navigation ul.col > li dl > dd + dd {
                margin-top: calc(8em / 32 * 1); }
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;
  -webkit-backdrop-filter: blur(10px);
  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(8em / 8 * 5);
    overflow: scroll; }
    @media screen and (max-width: 768px) {
      aside#aside .navigation_wrapper {
        justify-content: flex-end;
        padding-bottom: calc(8em / 12 * 1); } }
    aside#aside .navigation_wrapper .navigation_body {
      position: relative;
      z-index: 15;
      min-width: calc(8em / 8 * 21);
      max-width: 100%;
      padding: calc(8em / 16 * 3);
      border: solid 1px var(--border-light-black);
      border-radius: calc(8em / 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(135deg, var(--color-black) 75%, var(--key12));
        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(8em / 3); }
          @media screen and (max-width: 768px) {
            aside#aside .navigation_wrapper ul.list > li dl {
              flex-direction: column;
              align-items: flex-start; } }
          aside#aside .navigation_wrapper ul.list > li dl > dt {
            display: flex;
            align-items: center;
            column-gap: calc(8em / 12); }
            aside#aside .navigation_wrapper ul.list > li dl > dt::before {
              content: '';
              display: block;
              width: .9em;
              min-width: .9em;
              height: .9em;
              border-radius: calc(8em / 48);
              background: 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(8em / 32 * 3) 0;
              font-size: 1.1275em;
              letter-spacing: -.01025em;
              line-height: 1; }
              @media screen and (max-width: 768px) {
                aside#aside .navigation_wrapper ul.list > li dl > dt a, aside#aside .navigation_wrapper ul.list > li dl > dt div {
                  padding: calc(85px / 6) 0; } }
              aside#aside .navigation_wrapper ul.list > li dl > dt a > span, aside#aside .navigation_wrapper ul.list > li dl > dt div > span {
                position: relative;
                z-index: 15;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 2em;
                height: 1em;
                border: solid 1px var(--color-white);
                border-radius: 50%; }
                aside#aside .navigation_wrapper ul.list > li dl > dt a > span i, aside#aside .navigation_wrapper ul.list > li dl > dt div > span i {
                  position: absolute;
                  top: calc(50% - (1px / 2));
                  left: calc(50% - (1em / 2));
                  display: block;
                  width: 1em;
                  height: 1px;
                  background: var(--color-white);
                  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
                  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
                  aside#aside .navigation_wrapper ul.list > li dl > dt a > span i:nth-child(2), aside#aside .navigation_wrapper ul.list > li dl > dt div > span i:nth-child(2) {
                    left: calc(50% - (.5em / 2));
                    width: .5em;
                    transform: rotate(90deg); }
          @media screen and (max-width: 768px) {
            aside#aside .navigation_wrapper ul.list > li dl > dd {
              padding-bottom: calc(85px / 6); } }
          aside#aside .navigation_wrapper ul.list > li dl > dd ul.children {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: calc(8em / 16); }
          aside#aside .navigation_wrapper ul.list > li dl > dd a, aside#aside .navigation_wrapper ul.list > li dl > dd div {
            display: flex;
            align-items: center;
            column-gap: .615em;
            padding: calc(85px/12) calc(85px/6);
            background: var(--border-light-white);
            border: solid 1px var(--color-white);
            border-radius: calc(85px / 24);
            font-size: 1em;
            font-weight: 600;
            letter-spacing: -.01025em;
            line-height: 1;
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
            @media screen and (max-width: 768px) {
              aside#aside .navigation_wrapper ul.list > li dl > dd a, aside#aside .navigation_wrapper ul.list > li dl > dd div {
                font-size: .9em; } }
            aside#aside .navigation_wrapper ul.list > li dl > dd a:hover, aside#aside .navigation_wrapper ul.list > li dl > dd div:hover {
              color: var(--color-black);
              background: var(--color-white);
              transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
              -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
        aside#aside .navigation_wrapper ul.list > li.other {
          padding: calc(8em / 8) 0; }
          @media screen and (max-width: 768px) {
            aside#aside .navigation_wrapper ul.list > li.other {
              padding: calc(8em / 8) 0; } }
          aside#aside .navigation_wrapper ul.list > li.other a {
            display: flex;
            align-items: center;
            column-gap: .615em;
            padding: 0;
            font-size: 1.3325em;
            letter-spacing: -.01025em; }
            @media screen and (max-width: 768px) {
              aside#aside .navigation_wrapper ul.list > li.other a {
                padding: 5px 0;
                font-size: 1.3325em;
                line-height: 1; } }
            aside#aside .navigation_wrapper ul.list > li.other a > i {
              display: block;
              width: 1em;
              height: 1em; }
      aside#aside .navigation_wrapper ul.list.inview > li {
        opacity: 0; }
      aside#aside .navigation_wrapper ul.list.action > li {
        opacity: 1; }
        aside#aside .navigation_wrapper ul.list.action > li:nth-child(0) {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          transition-delay: calc((0 * 0.0615s) + 0.1025s); }
        aside#aside .navigation_wrapper ul.list.action > li:nth-child(1) {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          transition-delay: calc((1 * 0.0615s) + 0.1025s); }
        aside#aside .navigation_wrapper ul.list.action > li:nth-child(2) {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          transition-delay: calc((2 * 0.0615s) + 0.1025s); }
        aside#aside .navigation_wrapper ul.list.action > li:nth-child(3) {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          transition-delay: calc((3 * 0.0615s) + 0.1025s); }
        aside#aside .navigation_wrapper ul.list.action > li:nth-child(4) {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          transition-delay: calc((4 * 0.0615s) + 0.1025s); }
        aside#aside .navigation_wrapper ul.list.action > li:nth-child(5) {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          transition-delay: calc((5 * 0.0615s) + 0.1025s); }
        aside#aside .navigation_wrapper ul.list.action > li:nth-child(6) {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          transition-delay: calc((6 * 0.0615s) + 0.1025s); }
        aside#aside .navigation_wrapper ul.list.action > li:nth-child(7) {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          transition-delay: calc((7 * 0.0615s) + 0.1025s); }
        aside#aside .navigation_wrapper ul.list.action > li:nth-child(8) {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          transition-delay: calc((8 * 0.0615s) + 0.1025s); }
        aside#aside .navigation_wrapper ul.list.action > li:nth-child(9) {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          transition-delay: calc((9 * 0.0615s) + 0.1025s); }
        aside#aside .navigation_wrapper ul.list.action > li:nth-child(10) {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          transition-delay: calc((10 * 0.0615s) + 0.1025s); }
        aside#aside .navigation_wrapper ul.list.action > li:nth-child(11) {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          transition-delay: calc((11 * 0.0615s) + 0.1025s); }
        aside#aside .navigation_wrapper ul.list.action > li:nth-child(12) {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          transition-delay: calc((12 * 0.0615s) + 0.1025s); }
        aside#aside .navigation_wrapper ul.list.action > li:nth-child(13) {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          transition-delay: calc((13 * 0.0615s) + 0.1025s); }
        aside#aside .navigation_wrapper ul.list.action > li:nth-child(14) {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          transition-delay: calc((14 * 0.0615s) + 0.1025s); }
        aside#aside .navigation_wrapper ul.list.action > li:nth-child(15) {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          transition-delay: calc((15 * 0.0615s) + 0.1025s); }
        aside#aside .navigation_wrapper ul.list.action > li:nth-child(16) {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          transition-delay: calc((16 * 0.0615s) + 0.1025s); }
        aside#aside .navigation_wrapper ul.list.action > li:nth-child(17) {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          transition-delay: calc((17 * 0.0615s) + 0.1025s); }
        aside#aside .navigation_wrapper ul.list.action > li:nth-child(18) {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          transition-delay: calc((18 * 0.0615s) + 0.1025s); }
        aside#aside .navigation_wrapper ul.list.action > li:nth-child(19) {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          transition-delay: calc((19 * 0.0615s) + 0.1025s); }
        aside#aside .navigation_wrapper ul.list.action > li:nth-child(20) {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          transition-delay: calc((20 * 0.0615s) + 0.1025s); }
    aside#aside .navigation_wrapper ul.social {
      display: flex;
      align-items: center;
      justify-content: center;
      column-gap: calc(8em / 8);
      filter: brightness(0) invert(1); }
    aside#aside .navigation_wrapper .foot {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: calc(85px / 4);
      margin-top: calc(8em / 8 * 3); }
      @media screen and (max-width: 768px) {
        aside#aside .navigation_wrapper .foot {
          margin-top: calc(8em / 8 * 2); } }
      aside#aside .navigation_wrapper .foot * {
        color: var(--color-white); }
      aside#aside .navigation_wrapper .foot ul.basic {
        display: flex;
        align-items: center;
        gap: calc(8em / 8);
        font-size: .85em; }
        @media screen and (max-width: 768px) {
          aside#aside .navigation_wrapper .foot ul.basic {
            width: 100%;
            justify-content: center;
            text-align: center; } }
        aside#aside .navigation_wrapper .foot ul.basic > li {
          display: flex;
          align-items: center; }
          @media screen and (max-width: 768px) {
            aside#aside .navigation_wrapper .foot ul.basic > li:last-child {
              display: none; } }

body.scroll aside#float {
  transform: translateX(-48px);
  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) {
    body.scroll aside#float {
      transform: scale(0.8) translateX(-48px);
      transform-origin: right; } }
body.scroll aside#top {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  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; }

/*!//#siteHeader------------------------------------------------------------------------------------------------*/
/*!#siteFooter------------------------------------------------------------------------------------------------*/
#siteFoot {
  position: relative;
  z-index: 15;
  width: 100%;
  padding: 0 32px;
  padding-top: calc(8em / 8 * 2);
  background: var(--gray12);
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    #siteFoot {
      padding-top: calc(8em / 8 * 2); } }
  #siteFoot .wrapper {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 768px) {
      #siteFoot .wrapper {
        gap: 0; } }
    #siteFoot .wrapper * {
      color: var(--gray2); }
  #siteFoot .copyright, #siteFoot .policy {
    font-size: .85em; }
  #siteFoot ._primary {
    display: flex;
    align-items: flex-start;
    gap: calc(8em / 8 * 4); }
    @media screen and (max-width: 768px) {
      #siteFoot ._primary {
        flex-direction: column-reverse;
        gap: calc(8em / 8 * 3); } }
    #siteFoot ._primary .corplate {
      flex: 1;
      display: flex;
      align-items: flex-start;
      gap: 0 calc(8em / 16 * 5); }
      @media screen and (max-width: 768px) {
        #siteFoot ._primary .corplate {
          flex-direction: column;
          align-items: center;
          min-width: 100%;
          padding: calc(8em / 8 * 2) 0; } }
      #siteFoot ._primary .corplate .logo {
        display: flex;
        align-items: center;
        gap: calc(8em / 32 * 3); }
        @media screen and (max-width: 768px) {
          #siteFoot ._primary .corplate .logo img {
            max-width: 6em;
            height: auto; } }
        #siteFoot ._primary .corplate .logo p {
          font-size: 1.23em;
          font-weight: 600;
          letter-spacing: -.0205em; }
          @media screen and (max-width: 768px) {
            #siteFoot ._primary .corplate .logo p {
              font-size: 1.1275em; } }
      #siteFoot ._primary .corplate .content {
        flex: 1; }
        #siteFoot ._primary .corplate .content .title {
          padding: .75em 0;
          font-size: 1.5575em; }
      #siteFoot ._primary .corplate ul {
        display: flex;
        flex-direction: column;
        gap: calc(8em / 8); }
      #siteFoot ._primary .corplate dl {
        display: flex;
        gap: calc(8em / 32); }
        @media screen and (max-width: 768px) {
          #siteFoot ._primary .corplate dl {
            align-items: center; } }
        #siteFoot ._primary .corplate dl dt {
          width: 8em;
          font-size: .85em;
          font-weight: 600;
          color: var(--sub9); }
        #siteFoot ._primary .corplate dl dd a {
          display: table; }
    #siteFoot ._primary .navigation {
      flex: 1;
      display: flex;
      margin-top: calc(3.14em * 1.5575); }
      @media screen and (max-width: 768px) {
        #siteFoot ._primary .navigation {
          min-width: 100%;
          display: block;
          justify-content: flex-start;
          margin-top: calc(1em * 1.5575); } }
  #siteFoot ._secondary {
    width: 100%; }
    #siteFoot ._secondary .bottom {
      padding: calc(8em / 8 * 2) 0; }
      #siteFoot ._secondary .bottom ul {
        display: flex;
        gap: calc(8em / 16 * 2); }
        @media screen and (max-width: 768px) {
          #siteFoot ._secondary .bottom ul {
            justify-content: center;
            flex-direction: column;
            gap: calc(8em / 32 * 3); } }
        #siteFoot ._secondary .bottom ul > li.center {
          display: flex;
          align-items: center;
          justify-content: center; }
        #siteFoot ._secondary .bottom ul > li.right {
          display: flex;
          align-items: flex-end;
          justify-content: center; }
        #siteFoot ._secondary .bottom ul > li a * {
          color: var(--sub9); }
  #siteFoot nav.footer_navigation ul.grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0px, 1fr));
    gap: calc(8em / 16 * 2); }
    @media screen and (max-width: 768px) {
      #siteFoot nav.footer_navigation ul.grid {
        grid-template-columns: repeat(2, minmax(0px, 1fr)); } }
    #siteFoot nav.footer_navigation ul.grid > li {
      grid-template-columns: 1fr; }
      #siteFoot nav.footer_navigation ul.grid > li a {
        position: relative;
        z-index: 15;
        padding-bottom: calc(8em / 32);
        font-weight: 500;
        background: linear-gradient(var(--gray4), var(--gray4)) 100% 100%/0 1px no-repeat;
        transition: background-size 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0s;
        will-change: background-size;
        white-space: nowrap; }
        #siteFoot nav.footer_navigation ul.grid > li a:hover {
          background-position: 0 100%;
          background-size: 100% 1px; }
  #siteFoot nav.footer_navigation ul.col {
    display: flex;
    flex-direction: column;
    gap: calc(8em / 32 * 3); }
    @media screen and (max-width: 768px) {
      #siteFoot nav.footer_navigation ul.col {
        align-items: flex-start;
        font-size: 1em; } }
    #siteFoot nav.footer_navigation ul.col > li {
      flex: 1;
      display: flex;
      align-items: baseline;
      gap: calc(8em / 32 * 3); }
      #siteFoot nav.footer_navigation ul.col > li::before {
        content: attr(data-num) "";
        display: block; }
      #siteFoot nav.footer_navigation ul.col > li a {
        position: relative;
        z-index: 15;
        padding-bottom: calc(8em / 32);
        font-weight: 500;
        background: linear-gradient(var(--gray4), var(--gray4)) 100% 100%/0 1px no-repeat;
        transition: background-size 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0s;
        will-change: background-size;
        white-space: nowrap; }
        #siteFoot nav.footer_navigation ul.col > li a:hover {
          background-position: 0 100%;
          background-size: 100% 1px; }
  #siteFoot nav.footer_navigation ul.row {
    display: flex;
    flex-direction: row;
    gap: calc(8em / 8 * 3); }
    @media screen and (max-width: 768px) {
      #siteFoot nav.footer_navigation ul.row {
        flex-direction: column;
        gap: calc(8em / 32 * 3); } }
    #siteFoot nav.footer_navigation ul.row > li {
      flex: 1; }
      @media screen and (max-width: 768px) {
        #siteFoot nav.footer_navigation ul.row > li {
          flex: initial; } }
  #siteFoot nav.footer_navigation dl > dt {
    display: flex;
    align-items: center;
    gap: calc(8em / 16);
    font-weight: 600;
    font-size: 1.1275em; }
    @media screen and (max-width: 768px) {
      #siteFoot nav.footer_navigation dl > dt::before {
        content: '';
        display: block;
        width: .5em;
        height: .5em;
        background: var(--key9);
        clip-path: polygon(0 0, 80% 50%, 0 100%); } }
    #siteFoot nav.footer_navigation dl > dt + dd {
      margin-top: calc(8em / 32 * 3); }
  #siteFoot nav.footer_navigation dl > dd {
    font-size: .85em; }
    @media screen and (max-width: 768px) {
      #siteFoot nav.footer_navigation dl > dd {
        display: none; } }
    #siteFoot nav.footer_navigation dl > dd ~ dd {
      margin-top: calc(8em / 32 * 2); }

/*//!#siteFooter----------------------------------------------------------------------------------------------*/
/*!#index----------------------------------------------------------------------------------------------*/
/*!#siteContent*/
#siteContent {
  position: relative;
  z-index: 15;
  width: 100%;
  background: var(--key1);
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
  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%); } }
@keyframes arrowAnimation {
  0% {
    transform: translateX(0);
    opacity: 1; }
  25% {
    transform: translateX(30px);
    opacity: 0; }
  55% {
    transform: translateX(-30px);
    opacity: 0; }
  80% {
    transform: translateX(0);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
.noentry {
  filter: opacity(0.41) !important;
  pointer-events: none !important;
  cursor: not-allowed; }

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

.index-body {
  position: relative;
  z-index: 15;
  display: flex;
  flex-direction: column;
  gap: calc(8em / 8 * 7);
  padding-top: 32px;
  background: var(--gray1); }
  @media screen and (max-width: 768px) {
    .index-body {
      gap: calc(8em / 8 * 5); } }

.index-recruit {
  margin-top: calc(32px); }

.idx {
  position: relative;
  z-index: 15; }
  .idx hgroup:has(h2) {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: calc(8em / 32 * 3); }
    .idx hgroup:has(h2).left {
      justify-content: flex-start; }
    .idx hgroup:has(h2).center {
      justify-content: center; }
    .idx hgroup:has(h2).right {
      justify-content: flex-end; }
    .idx hgroup:has(h2).white::before {
      background: var(--key1); }
    .idx hgroup:has(h2).white * {
      color: var(--key1); }
    .idx hgroup:has(h2)::before {
      content: '';
      display: block;
      width: .8em;
      height: .8em;
      border-radius: 1em;
      background: var(--key9); }
    .idx hgroup:has(h2) h2 {
      font-size: 2.05em; }
      @media screen and (max-width: 768px) {
        .idx hgroup:has(h2) h2 {
          font-size: 1.7425em; } }
    .idx hgroup:has(h2) + * {
      margin-top: calc(8em / 32 * 5); }
      @media screen and (max-width: 768px) {
        .idx hgroup:has(h2) + * {
          margin-top: calc(8em / 32 * 4); } }
  .idx hgroup:has(h3) {
    display: flex;
    align-items: baseline;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .idx hgroup:has(h3) {
        justify-content: flex-end;
        flex-direction: row-reverse;
        gap: calc(8em / 32 * 2); } }
    .idx hgroup:has(h3) h3 {
      font-size: .95em; }
      @media screen and (max-width: 768px) {
        .idx hgroup:has(h3) h3 {
          font-size: 1.23em; } }
  .idx.keyvisual {
    width: 100%;
    height: auto;
    background: var(--key2);
    background: url(images/noise.png), var(--key2);
    background-size: 100px, cover;
    background-repeat: repeat; }
    .idx.keyvisual .keyvisual-head {
      padding-top: calc(8em / 8 * 5);
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .idx.keyvisual .keyvisual-head {
          padding-top: calc(8em / 8 * 3); } }
      .idx.keyvisual .keyvisual-head .beltline-text {
        margin-bottom: calc(8em / 8 * -3); }
        @media screen and (max-width: 768px) {
          .idx.keyvisual .keyvisual-head .beltline-text {
            margin-bottom: calc(8em / 8 * -5); } }
        .idx.keyvisual .keyvisual-head .beltline-text p {
          font-size: 16.4em;
          font-weight: 600;
          color: var(--gray1);
          letter-spacing: -.041em;
          white-space: nowrap;
          line-height: 1; }
          @media screen and (max-width: 768px) {
            .idx.keyvisual .keyvisual-head .beltline-text p {
              font-size: 12.3em; } }
    .idx.keyvisual .keyvisual-body {
      position: relative;
      z-index: 15;
      height: 100vh;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .idx.keyvisual .keyvisual-body {
          height: calc(100vw / 5 * 6); } }
      .idx.keyvisual .keyvisual-body .video {
        width: 100%;
        height: 100%;
        pointer-events: none; }
      .idx.keyvisual .keyvisual-body .text {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 25;
        width: 100%; }
      .idx.keyvisual .keyvisual-body::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: calc(8em / 8 * 10);
        background: linear-gradient(to bottom, #01224047, transparent); }
    .idx.keyvisual .wrapper {
      position: relative;
      z-index: 15;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding: 0 32px; }
      @media screen and (max-width: 768px) {
        .idx.keyvisual .wrapper {
          padding: 0 24px; } }
    .idx.keyvisual .copy-wrapper {
      display: flex;
      align-items: flex-start;
      width: calc(100% / 18 * 17);
      margin-left: auto;
      margin-right: auto;
      padding: calc(8em / 8 * 3) 0; }
      @media screen and (max-width: 768px) {
        .idx.keyvisual .copy-wrapper {
          width: 100%;
          flex-direction: column-reverse;
          gap: calc(8em / 8); } }
      .idx.keyvisual .copy-wrapper p {
        flex: 1; }
        .idx.keyvisual .copy-wrapper p.copy {
          font-weight: 600;
          font-size: 5.125em;
          line-height: 1.1275; }
          @media screen and (max-width: 768px) {
            .idx.keyvisual .copy-wrapper p.copy {
              font-size: 2.875em; } }
          .idx.keyvisual .copy-wrapper p.copy span {
            display: block;
            color: var(--key9); }
            .idx.keyvisual .copy-wrapper p.copy span:last-child {
              color: var(--gray1); }
        .idx.keyvisual .copy-wrapper p.tagline {
          display: flex;
          align-items: center;
          height: calc(5.125rem * 1.1275); }
          @media screen and (max-width: 768px) {
            .idx.keyvisual .copy-wrapper p.tagline {
              height: initial; } }
          .idx.keyvisual .copy-wrapper p.tagline span {
            font-weight: 600;
            font-size: 1.23em;
            color: var(--key1); }
            .idx.keyvisual .copy-wrapper p.tagline span strong {
              display: inline-flex;
              color: var(--key9);
              border-bottom: dotted 2px var(--key9); }
  .idx.news {
    padding: 0 32px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .idx.news {
        padding: 0 24px; } }
    .idx.news .wrapper {
      padding: calc(8em / 8 * 5) calc(100% / 16 * 1) calc(8em / 8 * 2);
      background: var(--key2);
      background: url(//ourspace.jp/demo/taiyo2025/wp-content/themes/taiyo2025/images/noise.png), var(--key2);
      background-size: 100px, cover;
      background-repeat: repeat;
      border-radius: calc(8em / 32 * 4);
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .idx.news .wrapper {
          padding: calc(8em / 8 * 2) calc(100% / 16 * 1) calc(8em / 8 * 2); } }
    .idx.news .news-head + * {
      margin-top: calc(8em / 16 * 3); }
      @media screen and (max-width: 768px) {
        .idx.news .news-head + * {
          margin-top: calc(8em / 16 * 2); } }
    .idx.news .news-body .news-body-column {
      display: flex;
      gap: 0 calc(8em / 8 * 4); }
      .idx.news .news-body .news-body-column > * {
        flex: 1; }
    .idx.news .news-body .news-body-column-left {
      position: relative;
      z-index: 15;
      width: 100%;
      height: auto;
      aspect-ratio: 3/2; }
      .idx.news .news-body .news-body-column-left ._imgs {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        border-radius: calc(8em / 32);
        box-shadow: var(--shadow);
        overflow: hidden;
        line-height: 0;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
        .idx.news .news-body .news-body-column-left ._imgs.current {
          position: relative;
          opacity: 1;
          visibility: visible;
          pointer-events: auto;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          transition-delay: .328s; }
      @media screen and (max-width: 768px) {
        .idx.news .news-body .news-body-column-left {
          display: none; } }
    .idx.news .news-body .news-body-column-right ul > li {
      padding: 1em 0;
      border-bottom: dotted 1px var(--key5); }
    .idx.news .news-body .news-container {
      position: relative;
      z-index: 15; }
      .idx.news .news-body .news-container .swiper-navigation {
        position: relative;
        z-index: 15;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: calc(8em / 16 * 5);
        margin-top: calc(8em / 16 * 3); }
      .idx.news .news-body .news-container .swiper-scrollbar {
        position: initial; }
        .idx.news .news-body .news-container .swiper-scrollbar .swiper-scrollbar-drag {
          height: 3px;
          background: var(--gray8); }
      .idx.news .news-body .news-container .swiper-button-wrapper {
        position: relative;
        z-index: 15;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: calc(8em / 16);
        --swiper-navigation-size: 1em;
        --swiper-navigation-color: var(--key9); }
        .idx.news .news-body .news-container .swiper-button-wrapper .swiper-button-prev, .idx.news .news-body .news-container .swiper-button-wrapper .swiper-button-next {
          position: relative;
          top: initial;
          left: initial;
          right: initial;
          bottom: initial;
          margin: initial;
          padding: initial;
          width: 2.05em;
          height: 2.05em;
          padding: calc(8em / 32 * 3);
          background: var(--gray1);
          border-radius: calc(8em / 16);
          overflow: hidden;
          box-shadow: var(--shadow); }
    .idx.news .news-body ul > li {
      height: auto; }
      .idx.news .news-body ul > li .card {
        display: flex;
        flex-direction: column;
        gap: calc(8em / 8); }
        @media screen and (max-width: 768px) {
          .idx.news .news-body ul > li .card {
            flex-direction: row; } }
        .idx.news .news-body ul > li .card > .image {
          position: relative;
          z-index: 15;
          flex: 1;
          display: block;
          aspect-ratio: 3/2;
          background: var(--gray2);
          box-shadow: var(--shadow);
          border: solid 1px var(--gray3);
          border-radius: calc(8em / 16);
          overflow: hidden;
          line-height: 0; }
          .idx.news .news-body ul > li .card > .image .background {
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            width: 100%;
            height: 100%;
            filter: opacity(0.5) blur(15px);
            transform: scale(1.1); }
          .idx.news .news-body ul > li .card > .image > img {
            box-shadow: var(--shadow);
            transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
            -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
            -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
            -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
        .idx.news .news-body ul > li .card .text {
          flex: 1;
          display: flex;
          justify-content: space-between;
          flex-direction: column;
          gap: calc(8em / 32 * 3); }
          @media screen and (max-width: 768px) {
            .idx.news .news-body ul > li .card .text {
              flex: 2; } }
          .idx.news .news-body ul > li .card .text .title {
            font-weight: 600;
            font-size: 1.23em;
            line-height: 1.435;
            transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
            -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
            -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
            -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
            @media screen and (max-width: 768px) {
              .idx.news .news-body ul > li .card .text .title {
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden; } }
          .idx.news .news-body ul > li .card .text .attr {
            display: flex;
            align-items: center;
            gap: calc(8em / 16); }
            .idx.news .news-body ul > li .card .text .attr .category {
              display: flex;
              align-items: center;
              justify-content: center;
              padding: calc(8em / 32) calc(8em / 16);
              border: solid 1px var(--key9);
              border-radius: calc(8em / 16);
              color: var(--key9);
              font-size: .75em;
              line-height: 1; }
            .idx.news .news-body ul > li .card .text .attr time {
              color: var(--sub9);
              font-size: .75em; }
        .idx.news .news-body ul > li .card:hover > .image > img {
          transform: scale(1.05);
          transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
        .idx.news .news-body ul > li .card:hover .text .title {
          color: var(--key9);
          transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
          -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
          -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
          -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
  .idx.first-license .wrapper {
    padding: 0 32px; }
    @media screen and (max-width: 768px) {
      .idx.first-license .wrapper {
        padding: 0 24px; } }
    .idx.first-license .wrapper .middle ul {
      display: flex;
      flex-direction: column;
      gap: calc(8em / 32);
      height: 100%;
      counter-reset: num; }
      @media screen and (max-width: 768px) {
        .idx.first-license .wrapper .middle ul {
          flex-wrap: wrap; } }
      .idx.first-license .wrapper .middle ul > li {
        width: 100%;
        aspect-ratio: 2.35/1;
        box-shadow: var(--shadow);
        border-radius: calc(8em / 32);
        overflow: hidden;
        --item-brightness: 1;
        --whiteout-opacity: 0;
        filter: brightness(var(--item-brightness)); }
        .idx.first-license .wrapper .middle ul > li::after {
          content: "";
          position: absolute;
          inset: 0;
          background: #fff;
          opacity: var(--whiteout-opacity);
          pointer-events: none;
          z-index: 5; }
        .idx.first-license .wrapper .middle ul > li > * {
          position: relative;
          z-index: 1; }
        .idx.first-license .wrapper .middle ul > li.sticky {
          top: calc(8em / 8 * 5); }
        .idx.first-license .wrapper .middle ul > li .background {
          position: absolute;
          top: 0;
          left: 0;
          z-index: -1;
          width: 100%;
          height: 100%; }
          .idx.first-license .wrapper .middle ul > li .background img {
            filter: brightness(0.82); }
          .idx.first-license .wrapper .middle ul > li .background::after {
            content: '';
            position: absolute;
            bottom: 0;
            display: block;
            width: 100%;
            height: 50%;
            background: linear-gradient(to bottom, transparent, var(--border-light-black)); }
        .idx.first-license .wrapper .middle ul > li .card {
          display: flex;
          align-items: flex-start;
          width: 100%;
          height: 100%;
          padding: calc(8em / 64 * 5) calc(8em / 64 * 7); }
          @media screen and (max-width: 768px) {
            .idx.first-license .wrapper .middle ul > li .card {
              aspect-ratio: 1 / 1; } }
          .idx.first-license .wrapper .middle ul > li .card * {
            color: var(--gray1); }
          .idx.first-license .wrapper .middle ul > li .card hgroup {
            flex-direction: row;
            width: 100%;
            padding: calc(8rem / 8); }
            .idx.first-license .wrapper .middle ul > li .card hgroup h3 {
              font-size: 1.845em;
              letter-spacing: .041em; }
    .idx.first-license .wrapper .middle + * {
      margin-top: calc(8em / 8 * 2); }
    .idx.first-license .wrapper .foot {
      display: flex;
      align-items: center;
      flex-direction: column; }
      .idx.first-license .wrapper .foot p {
        text-align: center;
        font-size: 2.46em;
        font-weight: 600;
        line-height: 1.435; }
        @media screen and (max-width: 768px) {
          .idx.first-license .wrapper .foot p {
            font-size: 2.05em; } }
        .idx.first-license .wrapper .foot p + * {
          margin-top: 1em; }
  .idx.service .wrapper {
    padding: 0 32px; }
    @media screen and (max-width: 768px) {
      .idx.service .wrapper {
        padding: 0 24px; } }
    .idx.service .wrapper .middle {
      aspect-ratio: 2.35/1; }
      @media screen and (max-width: 768px) {
        .idx.service .wrapper .middle {
          aspect-ratio: initial; } }
      .idx.service .wrapper .middle ul {
        display: flex;
        gap: calc(8em / 32);
        height: 100%;
        counter-reset: num; }
        @media screen and (max-width: 768px) {
          .idx.service .wrapper .middle ul {
            flex-wrap: wrap; } }
        .idx.service .wrapper .middle ul > li {
          position: relative;
          z-index: 15;
          width: calc((100% / 4) - ((8em / 32) * 3 / 4));
          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) {
            .idx.service .wrapper .middle ul > li {
              width: calc((100% / 2) - ((8em / 32) * 1 / 2)); }
              .idx.service .wrapper .middle ul > li:first-child {
                width: 100%;
                aspect-ratio: 3/2; } }
          .idx.service .wrapper .middle ul > li .background {
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            width: 100%;
            height: 100%; }
            .idx.service .wrapper .middle ul > li .background img {
              filter: brightness(0.82); }
            .idx.service .wrapper .middle ul > li .background::after {
              content: '';
              position: absolute;
              bottom: 0;
              display: block;
              width: 100%;
              height: 50%;
              background: linear-gradient(to bottom, transparent, var(--border-light-black)); }
          .idx.service .wrapper .middle ul > li .card {
            display: flex;
            align-items: flex-end;
            width: 100%;
            height: 100%;
            padding: calc(8em / 64 * 5) calc(8em / 64 * 7); }
            @media screen and (max-width: 768px) {
              .idx.service .wrapper .middle ul > li .card {
                aspect-ratio: 1 / 1; } }
            .idx.service .wrapper .middle ul > li .card * {
              color: var(--gray1); }
            .idx.service .wrapper .middle ul > li .card::before {
              counter-increment: num;
              content: "0" counter(num);
              position: absolute;
              top: 0;
              left: 0;
              display: block;
              padding: calc(8rem / 8);
              color: var(--gray1);
              font-size: 3.28em;
              line-height: 1;
              font-weight: 600;
              pointer-events: none; }
              @media screen and (max-width: 768px) {
                .idx.service .wrapper .middle ul > li .card::before {
                  padding: calc(8rem / 16);
                  font-size: 2.87em; } }
            .idx.service .wrapper .middle ul > li .card hgroup {
              width: 100%; }
          .idx.service .wrapper .middle ul > li:hover {
            width: calc(((100% / 4 * 2) - ((8em / 32) * 3 / 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; }
      .idx.service .wrapper .middle + * {
        margin-top: calc(8em / 8 * 2); }
    .idx.service .wrapper .foot {
      display: flex;
      align-items: center;
      flex-direction: column; }
      .idx.service .wrapper .foot p {
        text-align: center;
        font-size: 2.46em;
        font-weight: 600;
        line-height: 1.435; }
        @media screen and (max-width: 768px) {
          .idx.service .wrapper .foot p {
            font-size: 2.05em; } }
        .idx.service .wrapper .foot p + * {
          margin-top: 1em; }
  .idx.qa {
    padding: 0 32px; }
    @media screen and (max-width: 768px) {
      .idx.qa {
        padding: 0 24px; } }
    .idx.qa .wrapper {
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 768px) {
        .idx.qa .wrapper {
          width: 100%; } }
      .idx.qa .wrapper .qa-body {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: calc(8em / 8 * 5) calc(8em / 8 * 4);
        background: var(--key9);
        border-radius: calc(8em / 32);
        overflow: hidden;
        cursor: pointer;
        transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
        @media screen and (max-width: 768px) {
          .idx.qa .wrapper .qa-body {
            flex-direction: column;
            gap: calc(8em / 8 * 1);
            padding: calc(8em / 8 * 4) calc(8em / 8 * 1); } }
        .idx.qa .wrapper .qa-body:hover {
          filter: brightness(0.985);
          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; }
  .idx.faq {
    padding: 0 32px; }
    @media screen and (max-width: 768px) {
      .idx.faq {
        padding: 0 24px; } }
    .idx.faq .wrapper {
      width: calc(100% / 16 * 12);
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 768px) {
        .idx.faq .wrapper {
          width: 100%; } }
    .idx.faq .faq-head + * {
      margin-top: calc(8em / 16 * 3); }
      @media screen and (max-width: 768px) {
        .idx.faq .faq-head + * {
          margin-top: calc(8em / 16 * 2); } }
    .idx.faq .faq-body {
      display: flex;
      flex-direction: column;
      gap: calc(8em / 16 * 4); }
      @media screen and (max-width: 768px) {
        .idx.faq .faq-body {
          gap: calc(8em / 16 * 3); } }
      .idx.faq .faq-body + * {
        margin-top: calc(8em / 16 * 3); }
    .idx.faq .faq-foot {
      display: flex;
      align-items: center;
      justify-content: center; }
    .idx.faq ul.tab {
      display: flex;
      align-items: center;
      gap: calc(8em / 16); }
      @media screen and (max-width: 768px) {
        .idx.faq ul.tab {
          width: 100%;
          white-space: nowrap;
          overflow: scroll; } }
      .idx.faq ul.tab > li a, .idx.faq ul.tab > li div {
        display: block;
        padding: calc(8em / 16) calc(8em / 32 * 5);
        border-radius: calc(8em / 16);
        overflow: hidden;
        background: var(--gray1);
        font-weight: 600;
        cursor: pointer;
        transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
      .idx.faq ul.tab > li.current a, .idx.faq ul.tab > li.current div {
        background: var(--key3);
        transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
      .idx.faq ul.tab > li:not(.idx.faq ul.tab > li:has(a)) {
        color: var(--gray5); }
    .idx.faq .tab-content {
      position: relative;
      z-index: 15; }
      .idx.faq .tab-content > .tab-item {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        opacity: 0;
        visibility: hidden;
        pointer-events: none; }
        .idx.faq .tab-content > .tab-item.current {
          position: relative;
          z-index: 15;
          opacity: 1;
          visibility: visible;
          pointer-events: auto; }
    .idx.faq ul.qa {
      display: flex;
      flex-direction: column; }
      .idx.faq ul.qa > li {
        border-top: dotted 2px var(--key9); }
        .idx.faq ul.qa > li .question {
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: calc(8em / 32 * 5) 0;
          cursor: pointer; }
          .idx.faq ul.qa > li .question p {
            font-size: 1.23em;
            font-weight: 600; }
          .idx.faq ul.qa > li .question .icon {
            display: block;
            width: 1em;
            height: 1em;
            transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
            -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
            -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
            -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
          .idx.faq ul.qa > li .question.open .icon {
            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; }
        .idx.faq ul.qa > li .answer {
          padding-bottom: calc(8em / 32 * 6); }
          .idx.faq ul.qa > li .answer p {
            color: var(--sub9); }
  .idx.review {
    padding: 0 32px; }
    @media screen and (max-width: 768px) {
      .idx.review {
        padding: 0 24px; } }
    .idx.review .wrapper {
      padding: calc(8em / 8 * 5) 0 calc(8em / 8 * 2);
      background: var(--key2);
      background: url(images/noise.png), var(--key2);
      background-size: 100px, cover;
      background-repeat: repeat;
      border-radius: calc(8em / 32 * 4);
      overflow: hidden; }
    .idx.review .review-head + * {
      margin-top: calc(8em / 16 * 3); }
      @media screen and (max-width: 768px) {
        .idx.review .review-head + * {
          margin-top: calc(8em / 16 * 2); } }
    .idx.review .review-body {
      display: flex;
      flex-direction: column;
      gap: calc(8em / 8); }
      .idx.review .review-body .slider:hover .slider__inner {
        animation-play-state: paused; }
      .idx.review .review-body .slider .slider__inner {
        align-items: initial; }
        .idx.review .review-body .slider .slider__inner .slider__item {
          padding: 0 calc(8em / 16); }
      .idx.review .review-body .slider:nth-child(2n) .slider__inner {
        animation-direction: reverse; }
  .idx.recruit {
    position: relative;
    z-index: 15;
    padding: 0 32px; }
    @media screen and (max-width: 768px) {
      .idx.recruit {
        padding: 0 24px; } }
    .idx.recruit .wrapper {
      position: relative;
      z-index: 15;
      padding: calc(8em / 16 * 5) calc(8em / 16 * 5) calc(8em / 8 * 5);
      background: var(--gray12);
      background: url(images/noise.png), var(--gray12);
      background-size: 100px, cover;
      background-repeat: repeat;
      border-radius: calc(8em / 32 * 4);
      overflow: hidden; }
      .idx.recruit .wrapper .background {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%; }
        .idx.recruit .wrapper .background .card_wrapper {
          opacity: .205; }
          .idx.recruit .wrapper .background .card_wrapper .figure {
            position: absolute;
            height: auto; }
            .idx.recruit .wrapper .background .card_wrapper .figure > div {
              aspect-ratio: 4/5;
              border-radius: calc(8.5em / 16);
              overflow: hidden;
              line-height: 0; }
            .idx.recruit .wrapper .background .card_wrapper .figure.figure1 {
              left: calc(-1 * ((8.5em / 8 * 20) / 8 * 3)); }
              @media screen and (max-width: 768px) {
                .idx.recruit .wrapper .background .card_wrapper .figure.figure1 {
                  left: calc(-1 * ((8.5em / 21 * 20) / 8 * 3)); } }
              .idx.recruit .wrapper .background .card_wrapper .figure.figure1 > div {
                width: calc(8.5em / 8 * 20);
                transform: rotate(5deg); }
                @media screen and (max-width: 768px) {
                  .idx.recruit .wrapper .background .card_wrapper .figure.figure1 > div {
                    width: calc(8.5em / 21 * 20); } }
            .idx.recruit .wrapper .background .card_wrapper .figure.figure2 {
              top: calc((8.5em / 8* 21 * 1.25));
              left: calc(-1 * ((8.5em / 8 * 20) / 8 * 3)); }
              @media screen and (max-width: 768px) {
                .idx.recruit .wrapper .background .card_wrapper .figure.figure2 {
                  top: calc((8.5em / 21 * 21 * 1.25));
                  left: calc(-1 * ((8.5em / 21 * 20) / 8 * 3)); } }
              .idx.recruit .wrapper .background .card_wrapper .figure.figure2 > div {
                width: calc(8.5em / 8 * 21);
                transform: rotate(-6deg); }
                @media screen and (max-width: 768px) {
                  .idx.recruit .wrapper .background .card_wrapper .figure.figure2 > div {
                    width: calc(8.5em / 21 * 21); } }
            .idx.recruit .wrapper .background .card_wrapper .figure.figure3 {
              top: calc((8.5em / 8 * 21 * 1.25) / 2);
              left: calc(25% - ((8.5em / 8 * 21) / 2)); }
              @media screen and (max-width: 768px) {
                .idx.recruit .wrapper .background .card_wrapper .figure.figure3 {
                  top: calc((8.5em / 21 * 21 * 1.25) / 2);
                  left: calc(25% - ((8.5em / 21 * 21) / 2)); } }
              .idx.recruit .wrapper .background .card_wrapper .figure.figure3 > div {
                width: calc(8.5em / 8 * 21);
                transform: rotate(-4deg); }
                @media screen and (max-width: 768px) {
                  .idx.recruit .wrapper .background .card_wrapper .figure.figure3 > div {
                    width: calc(8.5em / 21 * 21); } }
            .idx.recruit .wrapper .background .card_wrapper .figure.figure4 {
              top: calc((8.5em / 8 * 16 * 1.25) / 8);
              left: calc(50% - ((8.5em / 8 * 16) / 2)); }
              @media screen and (max-width: 768px) {
                .idx.recruit .wrapper .background .card_wrapper .figure.figure4 {
                  top: calc((8.5em / 21 * 16 * 1.25) / 8);
                  left: calc(50% - ((8.5em / 21 * 16) / 2)); } }
              .idx.recruit .wrapper .background .card_wrapper .figure.figure4 > div {
                width: calc(8.5em / 8 * 16);
                transform: rotate(5deg); }
                @media screen and (max-width: 768px) {
                  .idx.recruit .wrapper .background .card_wrapper .figure.figure4 > div {
                    width: calc(8.5em / 21 * 16); } }
            .idx.recruit .wrapper .background .card_wrapper .figure.figure5 {
              top: calc((8.5em / 8 * 18 * 1.25) / 8 * 9);
              left: calc(50% - ((8.5em / 8 * 18) / 2)); }
              @media screen and (max-width: 768px) {
                .idx.recruit .wrapper .background .card_wrapper .figure.figure5 {
                  top: calc((8.5em / 21 * 18 * 1.25) / 8 * 9);
                  left: calc(50% - ((8.5em / 21 * 18) / 2)); } }
              .idx.recruit .wrapper .background .card_wrapper .figure.figure5 > div {
                width: calc(8.5em / 8 * 18);
                transform: rotate(-3deg); }
                @media screen and (max-width: 768px) {
                  .idx.recruit .wrapper .background .card_wrapper .figure.figure5 > div {
                    width: calc(8.5em / 21 * 18); } }
            .idx.recruit .wrapper .background .card_wrapper .figure.figure6 {
              top: calc((8.5em / 8 * 21 * 1.25) / 2);
              left: calc(75% - ((8.5em / 8 * 21) /2)); }
              @media screen and (max-width: 768px) {
                .idx.recruit .wrapper .background .card_wrapper .figure.figure6 {
                  top: calc((8.5em / 21 * 21 * 1.25) / 2);
                  left: calc(75% - ((8.5em / 21 * 21) /2)); } }
              .idx.recruit .wrapper .background .card_wrapper .figure.figure6 > div {
                width: calc(8.5em / 8 * 21);
                transform: rotate(6deg); }
                @media screen and (max-width: 768px) {
                  .idx.recruit .wrapper .background .card_wrapper .figure.figure6 > div {
                    width: calc(8.5em / 21 * 21); } }
            .idx.recruit .wrapper .background .card_wrapper .figure.figure7 {
              left: calc(100% - ((8.5em / 8 * 20) / 2)); }
              @media screen and (max-width: 768px) {
                .idx.recruit .wrapper .background .card_wrapper .figure.figure7 {
                  left: calc(100% - ((8.5em / 21 * 20) / 2)); } }
              .idx.recruit .wrapper .background .card_wrapper .figure.figure7 > div {
                width: calc(8.5em / 8 * 20);
                transform: rotate(5deg); }
                @media screen and (max-width: 768px) {
                  .idx.recruit .wrapper .background .card_wrapper .figure.figure7 > div {
                    width: calc(8.5em / 21 * 20); } }
            .idx.recruit .wrapper .background .card_wrapper .figure.figure8 {
              top: calc((8.5em / 8* 17* 1.25) / 8 * 11);
              left: calc(100% - ((8.5em / 8 * 17) / 4 * 3)); }
              @media screen and (max-width: 768px) {
                .idx.recruit .wrapper .background .card_wrapper .figure.figure8 {
                  top: calc((8.5em / 21* 17* 1.25) / 8 * 11);
                  left: calc(100% - ((8.5em / 21 * 17) / 4 * 3)); } }
              .idx.recruit .wrapper .background .card_wrapper .figure.figure8 > div {
                width: calc(8.5em / 8 * 17);
                transform: rotate(-7deg); }
                @media screen and (max-width: 768px) {
                  .idx.recruit .wrapper .background .card_wrapper .figure.figure8 > div {
                    width: calc(8.5em / 21 * 17); } }
          .idx.recruit .wrapper .background .card_wrapper.done > .figure > div img {
            opacity: 0;
            transform: scale(0.85); }
          .idx.recruit .wrapper .background .card_wrapper.gone > .figure:nth-child(0) > div img {
            opacity: 1;
            transform: scale(1);
            transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            transition-delay: calc((0 * 0.1025s) + 0.615s); }
          .idx.recruit .wrapper .background .card_wrapper.gone > .figure:nth-child(1) > div img {
            opacity: 1;
            transform: scale(1);
            transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            transition-delay: calc((1 * 0.1025s) + 0.615s); }
          .idx.recruit .wrapper .background .card_wrapper.gone > .figure:nth-child(2) > div img {
            opacity: 1;
            transform: scale(1);
            transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            transition-delay: calc((2 * 0.1025s) + 0.615s); }
          .idx.recruit .wrapper .background .card_wrapper.gone > .figure:nth-child(3) > div img {
            opacity: 1;
            transform: scale(1);
            transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            transition-delay: calc((3 * 0.1025s) + 0.615s); }
          .idx.recruit .wrapper .background .card_wrapper.gone > .figure:nth-child(4) > div img {
            opacity: 1;
            transform: scale(1);
            transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            transition-delay: calc((4 * 0.1025s) + 0.615s); }
          .idx.recruit .wrapper .background .card_wrapper.gone > .figure:nth-child(5) > div img {
            opacity: 1;
            transform: scale(1);
            transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            transition-delay: calc((5 * 0.1025s) + 0.615s); }
          .idx.recruit .wrapper .background .card_wrapper.gone > .figure:nth-child(6) > div img {
            opacity: 1;
            transform: scale(1);
            transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            transition-delay: calc((6 * 0.1025s) + 0.615s); }
          .idx.recruit .wrapper .background .card_wrapper.gone > .figure:nth-child(7) > div img {
            opacity: 1;
            transform: scale(1);
            transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            transition-delay: calc((7 * 0.1025s) + 0.615s); }
          .idx.recruit .wrapper .background .card_wrapper.gone > .figure:nth-child(8) > div img {
            opacity: 1;
            transform: scale(1);
            transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
            transition-delay: calc((8 * 0.1025s) + 0.615s); }
    .idx.recruit .recruit-head {
      display: flex;
      align-items: flex-start; }
      .idx.recruit .recruit-head .head {
        display: block;
        padding: calc(8em / 64 * 3) calc(8em / 32 * 4);
        border-radius: calc(8em / 8 * 2);
        overflow: hidden;
        background: var(--gray1);
        font-weight: 600;
        color: var(--gray12);
        line-height: 1; }
      .idx.recruit .recruit-head + * {
        margin-top: calc(8em / 16 * 6); }
        @media screen and (max-width: 768px) {
          .idx.recruit .recruit-head + * {
            margin-top: calc(8em / 16 * 2); } }
    .idx.recruit .recruit-body {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 13.325em; }
      .idx.recruit .recruit-body p {
        font-weight: 600;
        font-size: 2.05em;
        line-height: 1.5;
        color: var(--gray1); }
        @media screen and (max-width: 768px) {
          .idx.recruit .recruit-body p {
            font-size: 1.5575em; } }
    .idx.recruit .recruit-foot {
      display: flex;
      align-items: center;
      flex-direction: column;
      gap: calc(8em / 8);
      font-weight: 600; }
      .idx.recruit .recruit-foot a {
        padding: 0 calc(8em / 16 * 4); }

.review-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: calc(8em / 16 * 3);
  min-width: 24.6em;
  height: 100%;
  padding: calc(8em / 32 * 7);
  background: var(--gray1);
  border-radius: calc(8em / 32 * 4);
  overflow: hidden; }
  .review-card .attr {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .review-card .attr .profiles {
      display: flex;
      align-items: center;
      gap: calc(8em / 16 * 1); }
      .review-card .attr .profiles .icon {
        display: block;
        width: calc(8em / 16 * 7);
        height: calc(8em / 16 * 7); }
      .review-card .attr .profiles dl > dt {
        font-weight: 600;
        font-size: .95em; }
      .review-card .attr .profiles dl > dd {
        color: var(--sub9);
        font-size: .7em; }
    .review-card .attr .stars {
      display: flex;
      align-items: center;
      gap: calc(8em / 16); }
      .review-card .attr .stars .star {
        display: flex; }
        .review-card .attr .stars .star i {
          color: orange; }
      .review-card .attr .stars .point {
        font-size: 1.3325em;
        font-weight: 600;
        letter-spacing: -.041em; }

.beltline {
  background: var(--gray3); }

.catch-slider {
  margin: 1em 0;
  overflow: hidden; }
  .catch-slider .slider__inner {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    will-change: transform; }
    .catch-slider .slider__inner .slider__item {
      display: inline-flex;
      align-items: center;
      gap: calc(8em / 32 * 3);
      flex: 0 0 auto;
      width: auto;
      padding: 0 calc(8em / 32 * 3); }
      .catch-slider .slider__inner .slider__item > img {
        width: 5.125em;
        border-radius: calc(8em / 32); }
        @media screen and (max-width: 768px) {
          .catch-slider .slider__inner .slider__item > img {
            width: 3.28em; } }
      .catch-slider .slider__inner .slider__item .slider__text {
        white-space: nowrap; }
      .catch-slider .slider__inner .slider__item .catch {
        font-size: 2.46em;
        font-weight: 600; }
        @media screen and (max-width: 768px) {
          .catch-slider .slider__inner .slider__item .catch {
            font-size: 2.05em; } }

header#pageHeader {
  position: relative;
  z-index: 15;
  padding: 0 32px;
  padding-top: calc(8em / 8 * 5); }
  @media screen and (max-width: 768px) {
    header#pageHeader {
      padding: 0 24px;
      padding-top: calc(8em / 8 * 3); } }
  header#pageHeader .wrapper {
    display: block;
    width: calc(100% / 64 * 62);
    margin-left: auto;
    margin-right: auto;
    padding: calc(8em / 8 * 6) 0; }
    @media screen and (max-width: 768px) {
      header#pageHeader .wrapper {
        width: 100%;
        padding: calc(8em / 16 * 8) 0; } }
    header#pageHeader .wrapper hgroup {
      position: relative;
      z-index: 15;
      display: flex;
      flex-direction: column;
      align-items: center; }
      header#pageHeader .wrapper hgroup h1 {
        font-size: 2.255em;
        font-weight: 600; }
      header#pageHeader .wrapper hgroup span {
        position: relative;
        z-index: 15;
        font-size: calc(8em / 8);
        font-weight: 400;
        letter-spacing: -.0205em;
        line-height: 1;
        text-transform: capitalize; }

header#singleHeader {
  position: relative;
  z-index: 15;
  padding: 0 32px;
  padding-top: calc(8em / 8 * 5); }
  @media screen and (max-width: 768px) {
    header#singleHeader {
      padding-top: calc(8em / 8 * 3); } }
  header#singleHeader .wrapper {
    display: flex;
    gap: calc(8em / 16 * 3) calc(8em / 8 * 4);
    width: calc(100% / 64 * 62);
    margin-left: auto;
    margin-right: auto;
    padding: calc(8em / 8 * 6) 0 calc(8em / 8 * 4); }
    @media screen and (max-width: 768px) {
      header#singleHeader .wrapper {
        flex-direction: column;
        width: 100%;
        padding: calc(8em / 16 * 8) 0 calc(8em / 16 * 5); } }
    header#singleHeader .wrapper .single-title {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 1em; }
      header#singleHeader .wrapper .single-title h1 {
        font-size: 3.28em;
        line-height: 1.23;
        font-weight: 600; }
        @media screen and (max-width: 768px) {
          header#singleHeader .wrapper .single-title h1 {
            font-size: 2.255em; } }
      header#singleHeader .wrapper .single-title .publish {
        display: flex;
        align-items: center;
        gap: calc(8em / 16); }
        header#singleHeader .wrapper .single-title .publish .cat {
          display: flex;
          align-items: center;
          justify-content: center;
          padding: calc(8em / 32) calc(8em / 16);
          border: solid 1px var(--key9);
          border-radius: calc(8em / 16);
          color: var(--key9);
          font-size: .75em;
          line-height: 1; }
        header#singleHeader .wrapper .single-title .publish time {
          color: var(--sub9);
          font-size: .75em; }

.page-frame {
  padding: 0 32px;
  padding-bottom: 6em; }
  @media screen and (max-width: 768px) {
    .page-frame {
      padding: 0 24px;
      padding-bottom: 3em; } }
  .page-frame .wrapper {
    width: calc(100% / 64 * 62);
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 768px) {
      .page-frame .wrapper {
        width: 100%; } }
  .page-frame.document .wrapper {
    width: 100%;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto; }
  .page-frame.page-flex hgroup:has(h2) {
    padding: calc(8em / 8 * 4) 0 calc(8em / 8 * 3);
    border-top: dotted 2px var(--pink9); }
    .page-frame.page-flex hgroup:has(h2) h2 {
      font-size: 2.05em; }
  .page-frame.page-flex hgroup:has(h3) {
    padding: calc(8em / 16) calc(8em / 32 * 4);
    border-left: solid 4px var(--pink9);
    background: var(--pink3); }
    .page-frame.page-flex hgroup:has(h3) h3 {
      font-size: 1.5575em;
      line-height: 1.23; }
    .page-frame.page-flex hgroup:has(h3) + * {
      margin-top: calc(8em / 16 * 3); }
    .page-frame.page-flex hgroup:has(h3) ~ hgroup:has(h3) {
      margin-top: 3em; }
  .page-frame.page-flex hgroup:has(h4) {
    margin: 1em 0; }
    .page-frame.page-flex hgroup:has(h4) h4 {
      display: flex;
      align-items: center;
      gap: calc(8em / 32);
      font-size: 1.1275em;
      color: var(--pink9); }
      .page-frame.page-flex hgroup:has(h4) h4::before {
        content: '';
        display: block;
        width: .7em;
        height: .7em;
        background: var(--pink9);
        border-radius: 1em; }
  .page-frame.page-flex .wrapper {
    display: flex;
    gap: calc(8em / 16 * 3) calc(8em / 8 * 4); }
    @media screen and (max-width: 768px) {
      .page-frame.page-flex .wrapper {
        flex-wrap: wrap;
        flex-direction: column; } }
  .page-frame.page-flex .flex-side {
    width: 272px;
    min-width: 272px;
    max-width: 100%; }
    @media screen and (max-width: 768px) {
      .page-frame.page-flex .flex-side {
        width: 100%; } }
    .page-frame.page-flex .flex-side .anker {
      top: calc(8em / 8 * 5);
      padding: calc(8em / 8 * 2) calc(16px / 2 * 3) calc(8em / 8 * 2);
      background: var(--key2);
      background: url(images/noise.png), var(--key2);
      background-size: 100px, cover;
      background-repeat: repeat;
      box-shadow: var(--shadow);
      border: solid 1px var(--key4);
      border-radius: calc(8em / 32 * 4);
      overflow: hidden; }
      .page-frame.page-flex .flex-side .anker dl {
        display: flex;
        flex-direction: column;
        gap: calc(8em / 32 * 3); }
        .page-frame.page-flex .flex-side .anker dl > dt {
          padding-bottom: calc(8em / 32 * 2);
          border-bottom: dotted 2px var(--key6); }
          .page-frame.page-flex .flex-side .anker dl > dt p {
            font-size: 1.23em;
            font-weight: 600; }
        .page-frame.page-flex .flex-side .anker dl > dd {
          opacity: .205; }
          .page-frame.page-flex .flex-side .anker dl > dd a {
            font-weight: 600; }
          .page-frame.page-flex .flex-side .anker dl > dd:hover {
            opacity: 1; }
          .page-frame.page-flex .flex-side .anker dl > dd.active {
            opacity: 1; }
            .page-frame.page-flex .flex-side .anker dl > dd.active * {
              color: var(--key9); }
  .page-frame.page-flex .flex-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: calc(8em / 8 * 6);
    max-width: 100%;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .page-frame.page-flex .flex-main:has(.news-main) {
        order: -1; } }
  .page-frame ul.table > li {
    display: flex;
    column-gap: 1em;
    padding: 1em 0;
    border-bottom: solid 1px var(--gray4); }
    .page-frame ul.table > li .head {
      flex: 1;
      font-weight: 700;
      color: var(--pink9); }
    .page-frame ul.table > li .body {
      flex: 3; }
  .page-frame ul.disc {
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px; }
    .page-frame ul.disc > li {
      list-style-type: disc; }
  .page-frame ol.decimal > li {
    list-style-type: decimal; }
  .page-frame ul + .caption,
  .page-frame ol + .caption,
  .page-frame table + .caption {
    display: flex;
    gap: calc(8em / 16);
    margin-top: .75em;
    color: var(--gray11);
    font-size: .9em; }
    .page-frame ul + .caption::before,
    .page-frame ol + .caption::before,
    .page-frame table + .caption::before {
      content: '※';
      display: inline-block; }

.document-header {
  padding-top: calc(8em / 8 * 5); }
  @media screen and (max-width: 768px) {
    .document-header {
      padding-top: calc(8em / 8 * 3); } }
  .document-header .wrapper {
    padding-top: calc(8em / 8 * 4);
    padding-bottom: calc(8em / 8 * 4); }
    @media screen and (max-width: 768px) {
      .document-header .wrapper {
        padding-top: calc(8em / 8 * 3);
        padding-bottom: calc(8em / 8 * 3); } }
  .document-header h1 {
    text-align: center;
    font-size: 2.255em;
    font-weight: 900; }

.news-archive {
  border-top: solid 1px var(--gray5); }
  .news-archive > * .card {
    display: flex;
    align-items: center;
    gap: calc(8em / 16 * 4) calc(8em / 16 * 3);
    padding: calc(8em / 16 * 3) 0;
    border-bottom: solid 1px var(--gray5); }
    @media screen and (max-width: 768px) {
      .news-archive > * .card {
        align-items: flex-start;
        flex-direction: column;
        padding-bottom: calc(8em / 16 * 6); } }
    .news-archive > * .card > .image {
      position: relative;
      z-index: 15;
      flex: 1;
      display: block;
      width: 100%;
      aspect-ratio: 3/2;
      background: var(--gray2);
      box-shadow: var(--shadow);
      border: solid 1px var(--gray3);
      border-radius: calc(8em / 32 * 4);
      overflow: hidden;
      line-height: 0; }
      .news-archive > * .card > .image .background {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        filter: opacity(0.5) blur(15px);
        transform: scale(1.1); }
      .news-archive > * .card > .image > img {
        box-shadow: var(--shadow);
        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; }
    .news-archive > * .card > .text {
      flex: 3;
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      gap: calc(8em / 32 * 3); }
      .news-archive > * .card > .text .title {
        font-weight: 600;
        font-size: 1.3325em;
        line-height: 1.435;
        transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
        @media screen and (max-width: 768px) {
          .news-archive > * .card > .text .title {
            font-size: 1.435em; } }
      .news-archive > * .card > .text .attr {
        display: flex;
        align-items: center;
        gap: calc(8em / 16); }
        .news-archive > * .card > .text .attr .cat {
          display: flex;
          align-items: center;
          justify-content: center;
          padding: calc(8em / 32) calc(8em / 16);
          border: solid 1px var(--key9);
          border-radius: calc(8em / 16);
          color: var(--key9);
          font-size: .75em;
          line-height: 1; }
        .news-archive > * .card > .text .attr time {
          color: var(--sub9);
          font-size: .75em; }
    .news-archive > * .card:hover > .image > img {
      transform: scale(1.05);
      transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
      -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
      -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
      -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
    .news-archive > * .card:hover > .text .title {
      color: var(--key9);
      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; }

.news-main {
  display: flex;
  flex-direction: column;
  gap: calc(8em / 8 * 4); }
  @media screen and (max-width: 768px) {
    .news-main {
      gap: calc(8em / 8 * 2); } }
  .news-main .news-thumb {
    border-radius: calc(8em / 16);
    box-shadow: var(--shadow);
    overflow: hidden;
    line-height: 0; }
  .news-main .news-content {
    min-width: 767px;
    width: calc(100% - (272px + 4em)); }
    @media screen and (max-width: 768px) {
      .news-main .news-content {
        min-width: 100%;
        width: 100%;
        padding-bottom: calc(8em / 8 * 3); } }
    .news-main .news-content > * {
      margin: 1em 0; }

.post-pagination .next .image {
  order: 1; }
@media screen and (max-width: 768px) {
  .post-pagination .prev .image {
    order: 1; } }
.post-pagination .card .text {
  flex: 5; }
  .post-pagination .card .text .nav-label {
    font-size: .8em;
    color: var(--sub9); }

.page-guide .guide-schedule .schedule-main {
  display: flex;
  flex-direction: column;
  gap: calc(8em / 16 * 3); }
.page-guide .guide-enrollment .enrollment-main {
  display: flex;
  flex-direction: column;
  gap: calc(8em / 16 * 5); }
  @media screen and (max-width: 768px) {
    .page-guide .guide-enrollment .enrollment-main {
      gap: calc(8em / 16 * 3); } }
  .page-guide .guide-enrollment .enrollment-main .enrollment-head {
    font-size: 1.435em;
    font-weight: 600;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .page-guide .guide-enrollment .enrollment-main .enrollment-head {
        font-size: 1.3325em; } }
    .page-guide .guide-enrollment .enrollment-main .enrollment-head strong {
      color: var(--key9);
      border-bottom: dotted 2px var(--key9); }
  .page-guide .guide-enrollment .enrollment-main .enrollment-body strong {
    color: var(--key9);
    border-bottom: dotted 2px var(--key9); }
  .page-guide .guide-enrollment .enrollment-main .enrollment-body ul.enrollment-body-course {
    display: flex;
    gap: calc(8em / 8); }
    .page-guide .guide-enrollment .enrollment-main .enrollment-body ul.enrollment-body-course > li {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: calc(8em / 16 * 3);
      aspect-ratio: 2.35/1;
      border-radius: calc(8em / 8);
      box-shadow: var(--shadow);
      font-weight: 600;
      font-size: 1.23em; }
  .page-guide .guide-enrollment .enrollment-main .enrollment-body .capiton {
    font-size: .9em;
    color: var(--gray9); }
.page-guide .guide-path .path-main {
  display: flex;
  flex-direction: column;
  gap: calc(8em / 16 * 5); }
  @media screen and (max-width: 768px) {
    .page-guide .guide-path .path-main {
      gap: calc(8em / 16 * 3); } }
  .page-guide .guide-path .path-main .path-head {
    font-size: 1.435em;
    font-weight: 600;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .page-guide .guide-path .path-main .path-head {
        font-size: 1.3325em; } }
    .page-guide .guide-path .path-main .path-head strong {
      color: var(--pink9);
      border-bottom: dotted 2px var(--pink9); }
  .page-guide .guide-path .path-main .path-foot ul.path {
    position: relative;
    z-index: 15;
    display: flex;
    flex-direction: column;
    gap: calc(8em / 16 * 3);
    counter-reset: num; }
    .page-guide .guide-path .path-main .path-foot ul.path::before {
      content: '';
      position: absolute;
      top: 0;
      left: calc((4em + 8px + 2px) / 2);
      z-index: -1;
      display: block;
      width: 8px;
      height: 100%;
      background: var(--gray5); }
      @media screen and (max-width: 768px) {
        .page-guide .guide-path .path-main .path-foot ul.path::before {
          left: calc((3em + 8px + 2px) / 2); } }
    .page-guide .guide-path .path-main .path-foot ul.path > li {
      display: flex;
      align-items: baseline;
      gap: calc(8em / 16 * 3); }
      .page-guide .guide-path .path-main .path-foot ul.path > li::before {
        display: flex;
        align-items: center;
        justify-content: center;
        counter-increment: num;
        content: counter(num);
        width: 4em;
        min-width: 4em;
        height: 4em;
        background: var(--gray1);
        box-shadow: var(--shadow);
        border: solid 1px var(--gray4);
        border-radius: 4em;
        font-size: 1.23em; }
        @media screen and (max-width: 768px) {
          .page-guide .guide-path .path-main .path-foot ul.path > li::before {
            width: 3em;
            min-width: 3em;
            height: 3em; } }
      .page-guide .guide-path .path-main .path-foot ul.path > li .content {
        flex: 1;
        display: flex;
        flex-direction: column; }
        .page-guide .guide-path .path-main .path-foot ul.path > li .content .title {
          font-size: 1.23em;
          font-weight: 600; }
  .page-guide .guide-path .path-main .path-foot ul.demical {
    display: flex;
    flex-direction: column;
    gap: calc(8em / 16);
    margin: calc(8em / 16) 0;
    padding-left: 1.23em; }
    .page-guide .guide-path .path-main .path-foot ul.demical > li {
      list-style-type: decimal; }

table.basic-table {
  width: 100%;
  table-layout: fixed; }
  table.basic-table th:nth-child(2), table.basic-table td:nth-child(2), table.basic-table th:nth-child(3), table.basic-table td:nth-child(3) {
    width: 35%; }
    table.basic-table th:nth-child(2)[colspan="2"], table.basic-table td:nth-child(2)[colspan="2"], table.basic-table th:nth-child(3)[colspan="2"], table.basic-table td:nth-child(3)[colspan="2"] {
      width: 70%; }
  table.basic-table thead tr th {
    padding: calc(8em / 32 * 3) calc(8em / 16 * 2);
    background: var(--pink3);
    border: solid 2px var(--pink7);
    color: var(--pink9);
    font-weight: 600; }
  table.basic-table tbody tr th {
    padding: calc(8em / 32 * 3) calc(8em / 16 * 2);
    background: var(--pink3);
    border: solid 2px var(--pink7);
    color: var(--pink9);
    font-weight: 600; }
  table.basic-table tbody tr td {
    padding: calc(8em / 32 * 3) calc(8em / 16 * 2);
    border: solid 2px var(--pink7);
    font-weight: 600;
    text-align: center; }
    table.basic-table tbody tr td.period {
      background: var(--pink1);
      color: var(--gray11); }
  table.basic-table ul.disc {
    text-align: left; }
    table.basic-table ul.disc > li {
      list-style-type: disc; }

ul.download {
  border-top: dotted 1px var(--gray7); }
  ul.download > li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: calc(8em / 32 * 5) 0;
    border-bottom: dotted 1px var(--gray7); }
  ul.download a.pdf {
    display: flex;
    align-items: center;
    gap: calc(8em / 32 * 1);
    font-weight: 600;
    font-size: 1.3325em; }
    ul.download a.pdf::before {
      content: '';
      display: block;
      width: 1.3325em;
      height: 1.3325em;
      background: url(images/icon/pdf-file.svg);
      background-size: cover; }
  ul.download a[download] {
    display: flex;
    align-items: center;
    gap: calc(8em / 32 * 1);
    padding: calc(8em / 32 * 1) calc(8em / 32 * 3);
    background: var(--pink9);
    border-radius: 4px;
    color: var(--color-white);
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    ul.download a[download]::before {
      content: '';
      display: block;
      width: 1.23em;
      height: 1.23em;
      background: url(images/icon/download.svg);
      background-size: cover;
      filter: brightness(0) invert(1); }
    ul.download a[download]:hover {
      background: var(--pink11);
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }

ul.banar {
  display: flex;
  flex-wrap: wrap;
  gap: 1em; }
  ul.banar > li a {
    display: block;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s; }
    ul.banar > 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; }

.license-flow__inner {
  max-width: 1080px;
  margin: 0 auto; }

.license-flow__title {
  margin: 0 0 56px;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center; }

.flow-section {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 64px; }

.flow-section:first-of-type {
  margin-top: 0; }

.flow-section__heading {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  margin: 0 0 28px;
  padding: 12px 28px;
  border-radius: 999px;
  background: var(--pink9);
  color: var(--color-white);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.06em; }

.flow-section__heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -28px;
  width: 2px;
  height: 28px;
  background: var(--pink9);
  transform: translateX(-50%); }

.flow-subsection__heading {
  display: table;
  margin: 0 auto 20px;
  margin-left: auto;
  margin-right: auto;
  padding: calc(8em / 32) calc(8em / 32 * 5);
  border: 2px solid var(--pink9);
  border-radius: 8em;
  font-size: 22px;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    .flow-subsection__heading {
      margin-bottom: calc(8em / 16);
      font-size: 1.23em; } }
  .flow-subsection__heading::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 2px;
    height: 22px;
    background: var(--pink9);
    transform: translateX(-50%); }
    @media screen and (max-width: 768px) {
      .flow-subsection__heading::after {
        height: calc((8em / 16) + 2px); } }

.flow-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(8em / 16 * 3);
  background: var(--pink2);
  box-shadow: var(--shadow);
  border: solid 2px var(--pink9);
  padding: calc(8em / 8 * 2);
  border-radius: calc(8em / 32);
  overflow: hidden; }

.flow-card {
  overflow: hidden;
  border-radius: calc(8em / 32);
  background: var(--white);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08); }

.flow-card--wide {
  max-width: 720px; }

.flow-card__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #e8eef4; }

.flow-card__image::before {
  content: "IMAGE";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #9aa9b5;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em; }

.flow-card__image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.flow-card__body {
  padding: 24px 28px 28px; }

.flow-card__step {
  display: inline-flex;
  align-items: center;
  margin: 0 0 14px;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--pink3);
  color: var(--pink9);
  font-size: 15px;
  font-weight: 700; }

.flow-card__title {
  margin: 0;
  font-size: 20px;
  line-height: 1.435;
  font-weight: 700; }

.flow-card__text,
.flow-card__note {
  margin: 0;
  font-size: 16px;
  line-height: 1.9; }

.flow-card__text + .flow-card__text {
  margin-top: 8px; }

.flow-card__note {
  margin-top: 12px;
  color: #666;
  font-size: 14px; }

.flow-card__list {
  display: flex;
  flex-direction: column;
  gap: calc(8em / 64);
  margin: 0;
  padding-left: 1.2em; }
  .flow-card__list > li {
    display: flex;
    align-items: baseline;
    gap: calc(8em / 16);
    font-size: 20px;
    line-height: 1.435;
    font-weight: 700; }
    .flow-card__list > li::before {
      content: '';
      display: block;
      width: .5em;
      min-width: .5em;
      height: .5em;
      border-radius: 1em;
      background: var(--pink9); }

.flow-card__list
.flow-card__finish {
  margin: 16px 0 0;
  padding: 16px 20px;
  border-radius: 14px;
  background: #fff6dc;
  color: #b36b00;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700; }

/* SP */
@media (max-width: 768px) {
  .license-flow__title {
    margin-bottom: 40px; }

  .flow-section {
    margin-top: 2em; }

  .flow-section__heading {
    min-width: auto;
    margin-bottom: .75em;
    padding: .25em 1.25em;
    font-size: 1.3325em; }
    .flow-section__heading::after {
      bottom: -.75em;
      height: .75em; }

  .flow-grid {
    grid-template-columns: 1fr;
    gap: 1em;
    padding: calc(8em / 32 * 5); }

  .flow-card--wide {
    max-width: none; }

  .flow-card__body {
    padding: calc(8em / 32 * 5); }

  .flow-card__title {
    font-size: 18px; }

  .flow-card__text,
  .flow-card__list li {
    font-size: 15px; } }
.page-school .school-access .access-main {
  display: flex;
  flex-direction: column;
  gap: calc(8em / 16 * 5); }
  @media screen and (max-width: 768px) {
    .page-school .school-access .access-main {
      gap: calc(8em / 16 * 3); } }
  .page-school .school-access .access-main .access-head {
    font-size: 1.435em;
    font-weight: 600;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .page-school .school-access .access-main .access-head {
        font-size: 1.3325em; } }
    .page-school .school-access .access-main .access-head strong {
      color: var(--pink9);
      border-bottom: dotted 2px var(--pink9); }
  .page-school .school-access .access-main .access-body {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: calc(8em / 8);
    overflow: hidden; }
.page-school .school-access .col {
  display: flex;
  flex-direction: column;
  border-top: solid 1px var(--gray4); }
.page-school .school-access .row {
  display: flex;
  flex-direction: row;
  padding: calc(8em / 16 * 3) 0;
  border-bottom: solid 1px var(--gray4); }
  @media screen and (max-width: 768px) {
    .page-school .school-access .row {
      flex-direction: column;
      padding: calc(8em / 16 * 2) 16px calc(8em / 16 * 3); } }
  .page-school .school-access .row > dt {
    flex: 1; }
    @media screen and (max-width: 768px) {
      .page-school .school-access .row > dt {
        font-weight: 600;
        font-size: .8em; } }
  .page-school .school-access .row > dd {
    flex: 3; }
.page-school .school-bus .bus-main {
  display: flex;
  flex-direction: column;
  gap: calc(8em / 16 * 5); }
  @media screen and (max-width: 768px) {
    .page-school .school-bus .bus-main {
      gap: calc(8em / 16 * 3); } }
  .page-school .school-bus .bus-main .bus-head {
    font-size: 1.435em;
    font-weight: 600;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .page-school .school-bus .bus-main .bus-head {
        font-size: 1.3325em; } }
    .page-school .school-bus .bus-main .bus-head strong {
      color: var(--pink9);
      border-bottom: dotted 2px var(--pink9); }
  .page-school .school-bus .bus-main .bus-body {
    display: flex;
    flex-direction: column;
    gap: calc(8em / 16 * 3); }
    .page-school .school-bus .bus-main .bus-body .bus-body-map {
      display: flex;
      justify-content: center; }
      .page-school .school-bus .bus-main .bus-body .bus-body-map img {
        width: 790px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto; }
    .page-school .school-bus .bus-main .bus-body .bus-body-app {
      display: flex;
      align-items: center;
      gap: calc(8em / 16 * 2) calc(8em / 16 * 3);
      padding: calc(8em / 8 * 2);
      background: var(--key3);
      border: solid 1px var(--key4);
      border-radius: calc(8em / 8 * 3);
      box-shadow: var(--shadow);
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .page-school .school-bus .bus-main .bus-body .bus-body-app {
          flex-direction: column;
          border-radius: calc(8em / 8 * 2); } }
      .page-school .school-bus .bus-main .bus-body .bus-body-app > .image {
        flex: 1; }
        @media screen and (max-width: 768px) {
          .page-school .school-bus .bus-main .bus-body .bus-body-app > .image {
            width: calc(16px * 6); } }
      .page-school .school-bus .bus-main .bus-body .bus-body-app > .text {
        flex: 4;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: calc(8em / 32); }
        @media screen and (max-width: 768px) {
          .page-school .school-bus .bus-main .bus-body .bus-body-app > .text {
            gap: calc(8em / 16); } }
        .page-school .school-bus .bus-main .bus-body .bus-body-app > .text p.title {
          font-weight: 600;
          font-size: 1.435em; }
          @media screen and (max-width: 768px) {
            .page-school .school-bus .bus-main .bus-body .bus-body-app > .text p.title {
              font-size: 1.64em;
              line-height: 1.3325; } }
          .page-school .school-bus .bus-main .bus-body .bus-body-app > .text p.title strong {
            color: var(--key9);
            border-bottom: dotted 2px var(--key9); }
            @media screen and (max-width: 768px) {
              .page-school .school-bus .bus-main .bus-body .bus-body-app > .text p.title strong {
                display: table; } }
        .page-school .school-bus .bus-main .bus-body .bus-body-app > .text .button {
          margin-top: calc(8em / 16); }
  .page-school .school-bus .bus-main .bus-foot ul.root {
    display: flex;
    flex-wrap: wrap;
    gap: calc(8em / 16) 0;
    margin: calc(8em / 8) 0;
    counter-reset: num; }
    .page-school .school-bus .bus-main .bus-foot ul.root > li {
      width: 50%; }
      @media screen and (max-width: 768px) {
        .page-school .school-bus .bus-main .bus-foot ul.root > li {
          width: 100%; } }
      .page-school .school-bus .bus-main .bus-foot ul.root > li a {
        display: flex;
        align-items: center;
        gap: calc(8em / 32 * 3);
        border-bottom: datted 1px var(--gray10);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
        -moz-transition: cubic-bezier(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-school .school-bus .bus-main .bus-foot ul.root > li a::before {
          counter-increment: num;
          content: counter(num);
          display: flex;
          align-items: center;
          justify-content: center;
          width: 2em;
          min-width: 2em;
          height: 2em;
          font-size: .8em;
          background: var(--pink3);
          color: var(--pink9);
          font-weight: 600; }
        .page-school .school-bus .bus-main .bus-foot ul.root > li a:hover {
          color: var(--pink9);
          border-color: var(--pink9);
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.328s;
          -moz-transition: cubic-bezier(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-school .school-bus .bus-main .bus-foot .caption {
    font-size: .9em;
    color: var(--gray9); }
.page-school .school-canvas .canvas-main {
  column-count: 2;
  column-gap: calc(16px * 1); }
  .page-school .school-canvas .canvas-main .canvas-item {
    margin-bottom: calc(16px * 2);
    break-inside: avoid; }
    .page-school .school-canvas .canvas-main .canvas-item a {
      display: block;
      cursor: pointer; }
    .page-school .school-canvas .canvas-main .canvas-item img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: calc(8em / 16);
      box-shadow: var(--shadow); }
    .page-school .school-canvas .canvas-main .canvas-item figcaption {
      margin-top: 8px;
      color: var(--gray9);
      text-align: center;
      font-size: .9em; }
.page-school .school-floor {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .page-school .school-floor {
      grid-template-columns: repeat(1, minmax(0, 1fr));
      gap: 1.5em; } }
  .page-school .school-floor > * {
    grid-template-columns: 1fr;
    overflow: hidden; }
  .page-school .school-floor .leftside img {
    mix-blend-mode: luminosity; }
  .page-school .school-floor .floor-container {
    position: relative;
    z-index: 5; }
    .page-school .school-floor .floor-container .swiper-wrapper .swiper-slide {
      padding: calc(8em / 8 * 2) calc(8em / 8 * 2) calc(8em / 8 * 3);
      background: var(--key2);
      background: url(images/noise.png), var(--key2);
      background-size: 100px, cover;
      background-repeat: repeat;
      border-radius: calc(8em / 32 * 4);
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .page-school .school-floor .floor-container .swiper-wrapper .swiper-slide {
          padding: calc(8em / 16 * 3) calc(8em / 16 * 3) calc(8em / 16 * 5); } }
      .page-school .school-floor .floor-container .swiper-wrapper .swiper-slide a {
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 3/2;
        overflow: hidden; }
        .page-school .school-floor .floor-container .swiper-wrapper .swiper-slide a img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .page-school .school-floor .floor-container .swiper-button-wrap {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: .5em;
      margin-top: 1em; }
      .page-school .school-floor .floor-container .swiper-button-wrap .swiper-button-prev,
      .page-school .school-floor .floor-container .swiper-button-wrap .swiper-button-next {
        position: relative;
        top: initial;
        left: initial;
        right: initial;
        bottom: initial;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2.46em;
        height: 2.46em;
        margin: 0;
        padding: 0;
        padding: .75em;
        background: var(--pink9);
        border-radius: 8px;
        overflow: hidden; }
        .page-school .school-floor .floor-container .swiper-button-wrap .swiper-button-prev *,
        .page-school .school-floor .floor-container .swiper-button-wrap .swiper-button-next * {
          color: var(--gray1); }
    .page-school .school-floor .floor-container figure figcaption {
      margin-top: .75em;
      text-align: center;
      font-weight: 600;
      letter-spacing: .041em; }

.page-price .table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--gray7);
  border-radius: calc(8em / 32);
  background: var(--color-white); }
.page-price .price-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: .92rem; }
.page-price .price-table th,
.page-price .price-table td {
  padding: .75em .8em;
  border: solid 2px var(--pink7);
  vertical-align: middle; }
.page-price .price-table thead th {
  background: var(--pink3);
  border: solid 2px var(--pink7);
  color: var(--pink9);
  font-weight: 700;
  text-align: center;
  white-space: nowrap; }
.page-price .price-table tbody th,
.page-price .price-table .license {
  background: #fcfdff;
  font-weight: 700;
  text-align: left;
  white-space: nowrap; }
.page-price .price-table .num,
.page-price .price-table td:not(.license) {
  text-align: right;
  white-space: nowrap; }
.page-price .price-table .total {
  background: var(--color-accent);
  color: var(--color-main);
  font-weight: 700;
  text-align: right;
  white-space: nowrap; }
.page-price .notes {
  margin: .9rem 0 0;
  padding-left: 1.2em;
  color: #555;
  font-size: .9rem; }
.page-price .notes li + li {
  margin-top: .25em; }
@media (max-width: 767px) {
  .page-price .price-table {
    font-size: .85rem; }
  .page-price .price-table th,
  .page-price .price-table td {
    padding: .65em .7em; } }

.page-request .wrapper {
  display: flex;
  max-width: 1280px;
  gap: calc(8em / 16 * 3) calc(8em / 8 * 8); }
  @media screen and (max-width: 768px) {
    .page-request .wrapper {
      flex-direction: column; } }
.page-request .request-side {
  flex: 1; }
  .page-request .request-side .request-guide {
    top: calc(8em / 8 * 5);
    display: flex;
    flex-direction: column;
    gap: calc(8em / 8); }
    .page-request .request-side .request-guide p {
      font-size: .8em; }
    .page-request .request-side .request-guide .privacy {
      font-size: .8em; }
      .page-request .request-side .request-guide .privacy a {
        color: var(--gray9);
        border-bottom: solid 1px var(--gray9); }
    .page-request .request-side .request-guide figure {
      border-radius: calc(8em / 16);
      box-shadow: var(--shadow);
      overflow: hidden;
      line-height: 0; }
    .page-request .request-side .request-guide .callus-wrapper {
      display: flex;
      align-items: center;
      flex-direction: column;
      padding: calc(8em / 16 * 4);
      background: var(--key3);
      border-radius: calc(8em / 32 * 3);
      box-shadow: var(--shadow); }
      .page-request .request-side .request-guide .callus-wrapper .callus {
        display: flex;
        flex-direction: column;
        gap: calc(8em / 64 * 3); }
        .page-request .request-side .request-guide .callus-wrapper .callus .title {
          display: flex;
          align-items: center;
          justify-content: center;
          min-height: 2em;
          margin-bottom: calc(8em / 16);
          background: var(--key9);
          border-radius: calc(8em);
          color: var(--key3);
          font-weight: 600;
          font-size: .9em; }
        .page-request .request-side .request-guide .callus-wrapper .callus .tel {
          display: flex;
          align-items: center;
          margin: calc((8em / 32) * -1) 0;
          font-weight: 600;
          color: var(--key9);
          font-size: 2.05em;
          letter-spacing: -.0201em;
          line-height: 1; }
        .page-request .request-side .request-guide .callus-wrapper .callus .opening {
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: calc(8em / 16);
          letter-spacing: -.0201em; }
          .page-request .request-side .request-guide .callus-wrapper .callus .opening .attr {
            font-size: .9em;
            font-weight: 600;
            color: var(--gray9); }
          .page-request .request-side .request-guide .callus-wrapper .callus .opening .time {
            font-weight: 700;
            color: var(--gray12); }
  .page-request .request-side .caption {
    font-size: .7em;
    color: var(--sub9); }
  .page-request .request-side .anker {
    top: calc(8em / 8 * 5);
    padding: calc(8em / 8 * 2) calc(16px / 2 * 3) calc(8em / 8 * 2);
    background: var(--key2);
    background: url(images/noise.png), var(--key2);
    background-size: 100px, cover;
    background-repeat: repeat;
    box-shadow: var(--shadow);
    border: solid 1px var(--key4);
    border-radius: calc(8em / 32 * 4);
    overflow: hidden; }
    .page-request .request-side .anker dl {
      display: flex;
      flex-direction: column;
      gap: calc(8em / 32 * 3); }
      .page-request .request-side .anker dl > dt {
        padding-bottom: calc(8em / 32 * 2);
        border-bottom: dotted 2px var(--key6); }
        .page-request .request-side .anker dl > dt p {
          font-size: 1.23em;
          font-weight: 600; }
      .page-request .request-side .anker dl > dd {
        opacity: .205; }
        .page-request .request-side .anker dl > dd a {
          font-weight: 600; }
        .page-request .request-side .anker dl > dd:hover {
          opacity: 1; }
        .page-request .request-side .anker dl > dd.active {
          opacity: 1; }
          .page-request .request-side .anker dl > dd.active * {
            color: var(--key9); }
.page-request .request-main {
  position: relative;
  z-index: 15;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: calc(8em / 8 * 6); }
  .page-request .request-main::after {
    content: '';
    position: absolute;
    top: 0;
    left: -4em;
    width: 1px;
    height: 100%;
    background: var(--gray5); }
  .page-request .request-main .block-main .block-item {
    white-space: normal;
    word-break: break-all;
    overflow-wrap: break-word;
    line-break: strict; }
    .page-request .request-main .block-main .block-item .question {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: calc(8em / 32 * 5) 0;
      cursor: pointer; }
      .page-request .request-main .block-main .block-item .question p {
        display: flex;
        align-items: baseline;
        gap: calc(8em / 32);
        font-size: 1.23em;
        font-weight: 600; }
        .page-request .request-main .block-main .block-item .question p::before {
          content: 'Q.';
          display: block;
          color: var(--key9);
          white-space: nowrap; }
      .page-request .request-main .block-main .block-item .question .icon {
        display: block;
        width: 1em;
        height: 1em;
        transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
      .page-request .request-main .block-main .block-item .question.open .icon {
        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; }
    .page-request .request-main .block-main .block-item .answer {
      padding-bottom: calc(8em / 32 * 6); }
      .page-request .request-main .block-main .block-item .answer p {
        display: flex;
        align-items: baseline;
        gap: calc(8em * 1.23 / 32);
        color: var(--gray11); }
        .page-request .request-main .block-main .block-item .answer p strong {
          color: var(--gray12);
          border-bottom: dotted 2px var(--gray12); }
        .page-request .request-main .block-main .block-item .answer p::before {
          content: 'A.';
          display: block;
          font-size: 1.23em;
          font-weight: 600;
          color: var(--gray);
          white-space: nowrap; }

ul.form-table {
  display: flex;
  flex-direction: column;
  gap: calc(8em / 16 * 3); }
  ul.form-table > li .label {
    display: flex;
    align-items: baseline;
    gap: calc(8em / 16);
    font-weight: 600;
    font-size: 15px;
    color: var(--gray11); }
    ul.form-table > li .label .required {
      color: #aa4222; }
  ul.form-table > li .input:has(.horizontal-item) {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: calc(8em / 16); }
  ul.form-table > li .input p {
    font-size: 16px; }
  ul.form-table > li .input label {
    font-size: 14px;
    font-weight: 600;
    color: var(--gray11); }
  ul.form-table > li .input .tel-group {
    display: flex;
    flex-direction: column;
    gap: calc(8em / 16); }
  ul.form-table > li .inline-group {
    display: inline-flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: calc(8em / 16); }
  ul.form-table > li .horizontal-item {
    display: inline-flex; }
  ul.form-table + .required-note {
    font-size: 16px;
    color: #aa4222; }

.page-faq hgroup:has(h2) {
  padding: calc(8em / 8 * 4) 0 calc(8em / 8 * 3);
  border-top: dotted 2px var(--key9); }
  .page-faq hgroup:has(h2) h2 {
    font-size: 2.05em; }
.page-faq .wrapper {
  display: flex;
  gap: calc(8em / 16 * 3) calc(8em / 8 * 4); }
  @media screen and (max-width: 768px) {
    .page-faq .wrapper {
      flex-direction: column; } }
.page-faq .faq-side {
  width: 272px;
  max-width: 100%; }
  @media screen and (max-width: 768px) {
    .page-faq .faq-side {
      width: 100%; } }
  .page-faq .faq-side .anker {
    top: calc(8em / 8 * 5);
    padding: calc(8em / 8 * 2) calc(16px / 2 * 3) calc(8em / 8 * 2);
    background: var(--key2);
    background: url(images/noise.png), var(--key2);
    background-size: 100px, cover;
    background-repeat: repeat;
    box-shadow: var(--shadow);
    border: solid 1px var(--key4);
    border-radius: calc(8em / 32 * 4);
    overflow: hidden; }
    .page-faq .faq-side .anker dl {
      display: flex;
      flex-direction: column;
      gap: calc(8em / 32 * 3); }
      .page-faq .faq-side .anker dl > dt {
        padding-bottom: calc(8em / 32 * 2);
        border-bottom: dotted 2px var(--key6); }
        .page-faq .faq-side .anker dl > dt p {
          font-size: 1.23em;
          font-weight: 600; }
      .page-faq .faq-side .anker dl > dd {
        opacity: .205; }
        .page-faq .faq-side .anker dl > dd a {
          font-weight: 600; }
        .page-faq .faq-side .anker dl > dd:hover {
          opacity: 1; }
        .page-faq .faq-side .anker dl > dd.active {
          opacity: 1; }
          .page-faq .faq-side .anker dl > dd.active * {
            color: var(--key9); }
.page-faq .faq-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: calc(8em / 8 * 6); }
  .page-faq .faq-main .block-main .block-item {
    white-space: normal;
    word-break: break-all;
    overflow-wrap: break-word;
    line-break: strict; }
    .page-faq .faq-main .block-main .block-item .question {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: calc(8em / 32 * 3) 0;
      cursor: pointer; }
      .page-faq .faq-main .block-main .block-item .question p {
        display: flex;
        align-items: baseline;
        gap: calc(8em / 32 * 3);
        font-size: 1.23em;
        font-weight: 600; }
        .page-faq .faq-main .block-main .block-item .question p::before {
          content: 'Q';
          display: flex;
          align-items: center;
          justify-content: center;
          min-width: 2em;
          height: 2em;
          border-radius: 4px;
          background: url(images/noise.png), var(--pink9);
          background-size: 100px, cover;
          color: var(--gray1);
          white-space: nowrap; }
      .page-faq .faq-main .block-main .block-item .question .icon {
        display: block;
        width: 1em;
        height: 1em;
        transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
      .page-faq .faq-main .block-main .block-item .question.open .icon {
        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; }
    .page-faq .faq-main .block-main .block-item .answer {
      display: flex;
      align-items: baseline;
      gap: calc((8em * 1.23 / 32) * 3);
      padding-bottom: calc(8em / 32 * 6); }
      .page-faq .faq-main .block-main .block-item .answer::before {
        content: 'A';
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 2em;
        height: 2em;
        border-radius: 4px;
        font-size: 1.23em;
        font-weight: 600;
        background: url(images/noise.png), var(--key9);
        background-size: 100px, cover;
        color: var(--gray1);
        white-space: nowrap; }
      .page-faq .faq-main .block-main .block-item .answer p {
        color: var(--gray11); }
        .page-faq .faq-main .block-main .block-item .answer p strong {
          color: var(--gray12);
          border-bottom: dotted 2px var(--gray12); }

@media screen and (max-width: 768px) {
  .page-review {
    padding: 0 6px; } }
.page-review section {
  padding: calc(8em / 8 * 3) 0;
  background: var(--key2);
  background: url(images/noise.png), var(--key2);
  background-size: 100px, cover;
  background-repeat: repeat;
  border-radius: calc(8em / 32 * 4);
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .page-review section {
      padding: calc(8em / 8 * 1) 16px; } }
.page-review .review-main .review-body {
  column-count: 3;
  column-gap: calc(16px * 1); }
  @media screen and (max-width: 768px) {
    .page-review .review-main .review-body {
      column-count: 1; } }
  .page-review .review-main .review-body > * {
    margin-bottom: calc(16px * 1); }
  .page-review .review-main .review-body .slider .slider__inner {
    align-items: initial; }
.page-review .review-card .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; }
  .page-review .review-card .text p.is-measuring {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible; }
.page-review .review-card.open .text p {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible; }
.page-review .review-card .read-more {
  display: none;
  margin-top: calc(8em / 16 * -3);
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  color: var(--key9);
  cursor: pointer;
  background: none;
  border: none; }

.page-policy .policy-main {
  font-family: monospace; }
  .page-policy .policy-main .policy-head {
    margin-bottom: calc(8em / 8 * 3);
    padding-bottom: calc(8em / 8 * 2);
    border-bottom: solid 1px var(--gray4); }
    @media screen and (max-width: 768px) {
      .page-policy .policy-main .policy-head {
        margin-bottom: calc(8em / 8 * 2);
        padding-bottom: calc(8em / 8 * 1); } }
    .page-policy .policy-main .policy-head h2 {
      font-size: 1.5575em; }
  .page-policy .policy-main .policy-body {
    padding: 0 16px; }
    @media screen and (max-width: 768px) {
      .page-policy .policy-main .policy-body {
        padding: 0; } }
    .page-policy .policy-main .policy-body h2 {
      font-size: 1.5575em; }
      @media screen and (max-width: 768px) {
        .page-policy .policy-main .policy-body h2 {
          font-size: 1.435em; } }
      .page-policy .policy-main .policy-body h2 ~ h2 {
        margin-top: 1.5em; }
    .page-policy .policy-main .policy-body ul {
      margin: 1em 0; }
      .page-policy .policy-main .policy-body ul.disc {
        padding-left: 1.23em; }
        .page-policy .policy-main .policy-body ul.disc > li {
          list-style-type: disc; }
      .page-policy .policy-main .policy-body ul.decimal {
        padding-left: 1.23em; }
        .page-policy .policy-main .policy-body ul.decimal > li {
          list-style-type: decimal; }
      .page-policy .policy-main .policy-body ul.contact {
        background: var(--gray4);
        padding: calc(8em / 16 * 3);
        border-radius: calc(8em / 32); }
    .page-policy .policy-main .policy-body a {
      color: var(--key10);
      text-decoration: underline; }
  .page-policy .policy-main .policy-foot {
    border-top: solid 1px var(--gray4);
    margin: calc(8em / 8 * 3) 0;
    padding: calc(8em / 8 * 3) 0; }
    @media screen and (max-width: 768px) {
      .page-policy .policy-main .policy-foot {
        margin: calc(8em / 8 * 2) 0;
        padding: calc(8em / 8 * 2) 0; } }
    .page-policy .policy-main .policy-foot p {
      display: table;
      margin-left: auto;
      font-size: .8em;
      color: var(--gray9); }

pre {
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
  line-break: strict; }

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

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

.formWrap {
  position: relative;
  z-index: 15; }
  .formWrap .caption {
    border-bottom: solid 1px var(--border-light-black);
    padding-bottom: 2.05em;
    margin-bottom: 2.46em; }
    @media screen and (max-width: 768px) {
      .formWrap .caption {
        padding: 0;
        padding-bottom: 1.23em;
        margin-bottom: 2.05em; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

  header.pageHeader {
    height: 31.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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