@charset "UTF-8";
/*!
Theme Name: 株式会社住まいの広場
heme URI: https://panarea.co.jp
Author: shogo yonetani
Author URI: https://panarea.co.jp
Description: 株式会社住まいの広場
*/
/*Color Management*/
/*Basic Color*/
/*Couplate Color*/
/*Footer*/
/*ASIDE*/
/*!color*/
/*!レスポンシブ*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden], template {
  display: none; }

a {
  background: transparent; }

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

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

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

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

td, th {
  padding: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  margin: 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
  font-family: 'Inter', Avenir Next,Verdana, 游ゴシック,Yu Gothic,YuGothic,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #cf0001;
  background: url(images/background-gray.png), #cf0001;
  background-repeat: repeat;
  background-size: 100px;
  color: #ffffff;
  /*
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  */
  opacity: 0;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  padding-bottom: 1px; }

* {
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-feature-settings: "palt";
  	/*
  	-ms-overflow-style: none;
  	&::-webkit-scrollbar{
    display: none;
  	}
  	*/ }

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

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

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

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

/*!#siteContent*/
#siteContent {
  position: relative;
  z-index: 15;
  width: 100%;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  transition-delay: .246s; }
  @media screen and (max-width: 768px) {
    #siteContent {
      padding-top: 4.1em;
      overflow: hidden;
      margin-bottom: 0 !important; } }
  #siteContent.newgraduate {
    padding-top: 0; }
    @media screen and (max-width: 768px) {
      #siteContent.newgraduate .page_block section {
        padding-left: calc(100% / 30 * .5);
        padding-right: calc(100% / 30 * .5); } }
    @media screen and (max-width: 768px) {
      #siteContent.newgraduate .page_block section .wrapper {
        padding-bottom: 0; } }
  #siteContent.color {
    background: #ffffff;
    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; }
    #siteContent.color * {
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
    #siteContent.color .page_block section .wrapper > span, #siteContent.color article.jobpost .jobpost_wrapper > ._main > ._block > span {
      color: #ffffff;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
    #siteContent.color article.jobpost .jobpost_wrapper > ._main {
      background: #2c2f32;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }

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

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

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

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

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

i {
  font-style: normal; }

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

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

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

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

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

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

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

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

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

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

dl dd {
  margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

/*!.inview*/
.inview {
  opacity: 0; }
  .inview.action {
    opacity: 1;
    transition: ease-in-out 1s; }
  .inview.action[data-delay="1"] {
    transition-delay: 0.05s; }
  .inview.action[data-delay="2"] {
    transition-delay: 0.1s; }
  .inview.action[data-delay="3"] {
    transition-delay: 0.15s; }
  .inview.action[data-delay="4"] {
    transition-delay: 0.2s; }
  .inview.action[data-delay="5"] {
    transition-delay: 0.25s; }
  .inview.action[data-delay="6"] {
    transition-delay: 0.3s; }
  .inview.action[data-delay="7"] {
    transition-delay: 0.35s; }
  .inview.action[data-delay="8"] {
    transition-delay: 0.4s; }
  .inview.action[data-delay="9"] {
    transition-delay: 0.45s; }
  .inview.action[data-delay="10"] {
    transition-delay: 0.5s; }

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

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

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

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

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

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

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

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

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

/*!------------------------------------
css_assets(パーツ)
-------------------------------------*/
/*!button*/
.humbBtn {
  position: relative;
  z-index: 15;
  width: 5.15em;
  height: 3.28em;
  border-radius: 4.1em;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
  @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: 4px;
    background: #342b2b;
    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: #ffffff;
    position: absolute;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
    .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: 2px;
    border-radius: 2px;
    background: #ffffff;
    position: absolute;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
    .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: #ffffff;
    position: absolute;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
    .humbBtn span.borders:nth-child(1) {
      top: 37.5%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .humbBtn span.borders:nth-child(2) {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .humbBtn span.borders:nth-child(3) {
      top: 62.5%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .humbBtn span.txt {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: .7em;
    color: #ffffff;
    letter-spacing: 3px; }
  .humbBtn:hover {
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
    .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: #ffffff;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
      .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.615s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
      .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.615s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
    .humbBtn.active::before {
      transform: scale(1);
      pointer-events: none;
      opacity: 0;
      transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
    .humbBtn.active span.dots {
      background: #f5f5f5;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
      .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: #a0a0a0 !important;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
      .humbBtn.active span.border:nth-child(1) {
        top: 50%; }
      .humbBtn.active span.border:nth-child(3) {
        top: 50%; }
    .humbBtn.active span.borders {
      background: #ffffff !important;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
      .humbBtn.active span.borders:nth-child(1) {
        top: 50%;
        transform: translate(-50%, -50%) rotate(45deg); }
      .humbBtn.active span.borders:nth-child(2) {
        opacity: 0; }
      .humbBtn.active span.borders:nth-child(3) {
        top: 50%;
        transform: translate(-50%, -50%) rotate(-45deg); }
    .humbBtn.active span.txt {
      color: #ffffff !important; }
  .humbBtn.scroll span {
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }

/*!------------------------------------
css_sections(ブロック)
-------------------------------------*/
/*!#siteHeader------------------------------------------------------------------------------------------------*/
/*公式*/
#siteHead {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
  @media screen and (max-width: 768px) {
    #siteHead {
      position: fixed; } }
  #siteHead .wrapper {
    position: relative;
    z-index: 25;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: calc(100% / 64 * 62);
    max-width: calc(1640px / 64 * 62);
    min-height: 8.2em;
    margin: 0 auto;
    padding-right: calc(7.1275em); }
    @media screen and (max-width: 768px) {
      #siteHead .wrapper {
        justify-content: flex-start;
        min-height: 4.1em; } }
    #siteHead .wrapper a.title {
      transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
      #siteHead .wrapper a.title img {
        display: block;
        width: auto;
        height: 4.1em; }
        @media screen and (max-width: 768px) {
          #siteHead .wrapper a.title img {
            height: 2.87em; } }
      #siteHead .wrapper a.title > h1 {
        font-weight: 600;
        line-height: 1;
        text-align: center; }
        @media screen and (max-width: 768px) {
          #siteHead .wrapper a.title > h1 {
            display: flex;
            align-items: baseline;
            gap: 0 10px; } }
    #siteHead .wrapper nav.global_nav {
      display: flex;
      align-items: center;
      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) {
        #siteHead .wrapper nav.global_nav {
          display: none; } }
      #siteHead .wrapper nav.global_nav ul._global {
        display: flex;
        align-items: center;
        background: rgba(255, 255, 255, 0.515);
        padding: 0 14px 0 41px;
        border-radius: 4.1em;
        backdrop-filter: blur(10px); }
        #siteHead .wrapper nav.global_nav ul._global > li {
          position: relative;
          z-index: 15;
          display: flex;
          align-items: center;
          min-height: 5.125em;
          margin-right: 2.46em; }
          #siteHead .wrapper nav.global_nav ul._global > li:last-child {
            margin-right: 0; }
          #siteHead .wrapper nav.global_nav ul._global > li > a span {
            display: block;
            height: 1em;
            overflow: hidden;
            font-size: .9em;
            font-weight: 500;
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
            #siteHead .wrapper nav.global_nav ul._global > li > a span em {
              display: block;
              font-style: normal;
              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; }
              #siteHead .wrapper nav.global_nav ul._global > li > a span em:last-child {
                width: 0;
                font-size: .8em;
                white-space: nowrap; }
          #siteHead .wrapper nav.global_nav ul._global > li .hide_wrapper {
            position: absolute;
            top: 4.715em;
            left: 50%;
            right: 0;
            z-index: 20;
            width: 12.3em;
            padding: 20.5px 0;
            background: rgba(255, 255, 255, 0.82);
            backdrop-filter: blur(10px);
            border-radius: 12px;
            box-shadow: 0 0px 15px -15px;
            backdrop-filter: blur(10px);
            transform: translateX(-50%);
            pointer-events: none;
            visibility: hidden;
            transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
            -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
            -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
            -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
            #siteHead .wrapper nav.global_nav ul._global > li .hide_wrapper ul {
              background-image: linear-gradient(to right, #151515 10%, rgba(255, 255, 255, 0) 10%);
              background-position: top;
              background-size: 8px 1px;
              background-repeat: repeat-x;
              text-align: center; }
              #siteHead .wrapper nav.global_nav ul._global > li .hide_wrapper ul > li {
                background-image: linear-gradient(to right, #151515 10%, rgba(255, 255, 255, 0) 10%);
                background-position: bottom;
                background-size: 8px 1px;
                background-repeat: repeat-x; }
                #siteHead .wrapper nav.global_nav ul._global > li .hide_wrapper ul > li a {
                  display: block;
                  padding: 1.435em 0;
                  font-size: .9em;
                  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
                  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
                  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
                  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
                #siteHead .wrapper nav.global_nav ul._global > li .hide_wrapper ul > li:hover {
                  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
                  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
                  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
                  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
                  #siteHead .wrapper nav.global_nav ul._global > li .hide_wrapper ul > li:hover a {
                    background: #f5f5f5;
                    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
                    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
                    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
                    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
            #siteHead .wrapper nav.global_nav ul._global > li .hide_wrapper dl {
              transform: scale(0.925);
              opacity: 0;
              background: rgba(21, 21, 21, 0.925);
              border-radius: 12px;
              transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
              -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
              -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
              -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
          #siteHead .wrapper nav.global_nav ul._global > li.entry:hover a {
            transform: scale(0.975);
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
          #siteHead .wrapper nav.global_nav ul._global > li.entry > a {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            width: 10.25em;
            height: 3.28em;
            background: #151515;
            border-radius: 4.1em;
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
            #siteHead .wrapper nav.global_nav ul._global > li.entry > a > i {
              display: block;
              width: 1.23em;
              height: 1.23em; }
            #siteHead .wrapper nav.global_nav ul._global > li.entry > a span em {
              color: #ffffff !important; }
          #siteHead .wrapper nav.global_nav ul._global > li:hover > a {
            filter: brightness(0.82);
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
            #siteHead .wrapper nav.global_nav ul._global > li:hover > a span {
              color: #d81718;
              transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
              -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
              -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
              -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
              #siteHead .wrapper nav.global_nav ul._global > li:hover > a span em {
                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; }
          #siteHead .wrapper nav.global_nav ul._global > li:hover .hide_wrapper {
            pointer-events: auto;
            visibility: visible; }
            #siteHead .wrapper nav.global_nav ul._global > li:hover .hide_wrapper::before {
              height: 100%;
              transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
              -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
              -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
              -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
            #siteHead .wrapper nav.global_nav ul._global > li:hover .hide_wrapper dl {
              transform: scale(1);
              opacity: 1;
              box-shadow: 0 10px 30px -10px;
              transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
              -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
              -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
              -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
              transition-delay: .15s; }
          #siteHead .wrapper nav.global_nav ul._global > li.active {
            border-bottom: solid 3px #ffffff; }
            #siteHead .wrapper nav.global_nav ul._global > li.active > a span {
              font-weight: 600; }
      #siteHead .wrapper nav.global_nav dl {
        display: flex;
        align-items: baseline;
        flex-wrap: wrap;
        width: 90%;
        max-width: calc(1640px * 0.9);
        margin: 0 auto;
        margin-bottom: -15px;
        padding: 40px 80px 50px; }
        #siteHead .wrapper nav.global_nav dl > dt {
          width: 100%;
          font-weight: 600;
          font-size: 1.5525em;
          margin-bottom: 17px; }
          #siteHead .wrapper nav.global_nav dl > dt a {
            display: flex;
            align-items: center; }
            #siteHead .wrapper nav.global_nav dl > dt a span {
              display: block;
              color: #ffffff; }
              #siteHead .wrapper nav.global_nav dl > dt a span.arrow {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 1.23em;
                height: 1.23em;
                border-radius: 4.1em;
                background: #d81718; }
                #siteHead .wrapper nav.global_nav dl > dt a span.arrow img {
                  width: .615rem;
                  height: .615rem; }
              #siteHead .wrapper nav.global_nav dl > dt a span.txt {
                margin-left: 12px; }
        #siteHead .wrapper nav.global_nav dl > dd {
          position: relative;
          z-index: 15;
          width: calc((100% / 3) - (15px * 2 / 3));
          margin-right: 15px;
          margin-bottom: 15px; }
          #siteHead .wrapper nav.global_nav dl > dd:nth-child(3n + 1) {
            margin-right: 0; }
          #siteHead .wrapper nav.global_nav dl > dd a {
            display: block;
            padding: 1em 1.64em;
            border-radius: 6px;
            border: solid 2px transparent;
            background: #eff1f2;
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
            #siteHead .wrapper nav.global_nav dl > dd a > span {
              display: block;
              font-weight: 600; }
              #siteHead .wrapper nav.global_nav dl > dd a > span.num {
                font-size: .7em; }
          #siteHead .wrapper nav.global_nav dl > dd.active a {
            border-color: #d81718;
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
          #siteHead .wrapper nav.global_nav dl > dd:hover a {
            border-color: #d81718;
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
  #siteHead:hover::before {
    height: 100%;
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
  #siteHead.move .title {
    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; }
  #siteHead.move nav.global_nav {
    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; }
  #siteHead.move nav.page_anker {
    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; }

body.scroll #siteHead {
  transform: translateY(-8.2em);
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
body.scroll #fixNav {
  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;
  transition-delay: .205s; }

body.scrollUp #siteHead {
  transform: translateY(0);
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
body.scrollUp #fixNav {
  transform: translateY(-5.125em);
  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.scrollUp #fixNav {
      transform: translateY(0); } }
body.scrollUp .welfare_wrapper ul._block > li > p.sticky {
  top: 10.25em;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
body.scrollUp .interview_wrapper ul._interview > li > ._img.sticky {
  top: 10.25em;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }

/*!#aside*/
aside .innerWrap {
  height: 100%;
  position: relative;
  z-index: 15; }
aside#floatingBtn {
  position: fixed;
  bottom: 0;
  z-index: 10001;
  display: block;
  width: 100%;
  height: auto;
  padding: 1.025em;
  background: rgba(0, 0, 0, 0.615);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px); }
  aside#floatingBtn .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1.025em;
    width: 1080px;
    max-width: 100%;
    margin: 0 auto; }
  aside#floatingBtn .keyword {
    flex: 7;
    position: relative;
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: calc(8.5em / 16);
    height: 3.28em;
    padding-left: calc((3.28em - 2.05em) / 2);
    padding-right: calc(8.5em / 16 * 3);
    background: #fde201;
    background: url(images/background-gray.png), #fde201;
    background-repeat: repeat;
    background-size: 100px;
    border-radius: 4px;
    overflow: hidden; }
    aside#floatingBtn .keyword::before {
      content: '';
      display: block;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      background: #3b7d3d;
      background: url(images/background-gray.png), #3b7d3d;
      background-repeat: repeat;
      background-size: 100px;
      border-radius: 50%;
      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#floatingBtn .keyword .text {
      font-weight: 600;
      color: #3b7d3d;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
    aside#floatingBtn .keyword .icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 2.05em;
      height: 2.05em;
      line-height: 0;
      background: #3b7d3d;
      background: url(images/background-gray.png), #3b7d3d;
      background-repeat: repeat;
      background-size: 100px;
      border-radius: 3px;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
      aside#floatingBtn .keyword .icon img {
        width: 1em;
        height: 1em; }
    aside#floatingBtn .keyword:hover::before {
      top: 0;
      opacity: 1;
      transform: scale(1.64);
      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#floatingBtn .keyword:hover .text {
      color: #fde201;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
    aside#floatingBtn .keyword:hover .icon {
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
  aside#floatingBtn .line {
    flex: 3;
    position: relative;
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: calc(8.5em / 16);
    height: 3.28em;
    padding-left: calc((3.28em - 2.05em) / 2);
    padding-right: calc(8.5em / 16 * 3);
    background: #3b7d3d;
    background: url(images/background-gray.png), #3b7d3d;
    background-repeat: repeat;
    background-size: 100px;
    border-radius: 4px;
    overflow: hidden; }
    aside#floatingBtn .line::before {
      content: '';
      display: block;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      background: #fde201;
      background: url(images/background-gray.png), #fde201;
      background-repeat: repeat;
      background-size: 100px;
      border-radius: 50%;
      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#floatingBtn .line .text {
      font-weight: 600;
      color: #fde201;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
    aside#floatingBtn .line .icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 2.05em;
      height: 2.05em;
      line-height: 0;
      background: #fde201;
      background: url(images/background-gray.png), #fde201;
      background-repeat: repeat;
      background-size: 100px;
      border-radius: 3px;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
      aside#floatingBtn .line .icon img {
        width: 1.435em;
        height: 1.435em; }
    aside#floatingBtn .line:hover::before {
      top: 0;
      opacity: 1;
      transform: scale(1.64);
      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#floatingBtn .line:hover .text {
      color: #3b7d3d;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
    aside#floatingBtn .line:hover .icon {
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
aside#bside {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  pointer-events: none;
  padding-top: 5.125em;
  opacity: 0;
  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; }
  @media screen and (max-width: 768px) {
    aside#bside {
      left: 0;
      right: 0;
      width: 100%;
      padding: 0;
      overflow: scroll; } }
  aside#bside .background {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: auto;
    height: 82%;
    max-height: 640px;
    opacity: .8;
    filter: brightness(0.82); }
  aside#bside .bgWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    aside#bside .bgWrap::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: 100vh;
      height: 0;
      background: #342b2b;
      background: url(images/background-gray.png), #342b2b;
      background-repeat: repeat;
      background-size: 100px;
      pointer-events: none;
      transform-origin: top right;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
  aside#bside .wrapper {
    position: relative;
    z-index: 15;
    display: block;
    width: calc(100% / 32 * 28);
    max-width: 100vh;
    height: 100%;
    margin-left: auto;
    padding: 5.125em 0;
    overflow: scroll; }
    @media screen and (max-width: 768px) {
      aside#bside .wrapper {
        margin-right: auto; } }
    aside#bside .wrapper ._body {
      width: 100%;
      max-width: 640px;
      margin-left: auto; }
  aside#bside.move {
    opacity: 1;
    pointer-events: auto;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
    aside#bside.move .bgWrap::before {
      height: 100vh;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
aside#fixNav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10001;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.175em;
  height: 5.125em;
  transform: translateY(-5.125em);
  transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
  -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
  -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
  -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
  @media screen and (max-width: 768px) {
    aside#fixNav {
      width: 6.15em;
      height: 4.1em;
      transform: translateY(0); } }

nav.bside * {
  color: #ffffff; }
nav.bside ul {
  display: flex;
  flex-wrap: wrap; }
  nav.bside ul li {
    width: 100%;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
    nav.bside ul li:nth-child(0) {
      transition-delay: calc((0 * 0.041s) + 0.205s); }
    nav.bside ul li:nth-child(1) {
      transition-delay: calc((1 * 0.041s) + 0.205s); }
    nav.bside ul li:nth-child(2) {
      transition-delay: calc((2 * 0.041s) + 0.205s); }
    nav.bside ul li:nth-child(3) {
      transition-delay: calc((3 * 0.041s) + 0.205s); }
    nav.bside ul li:nth-child(4) {
      transition-delay: calc((4 * 0.041s) + 0.205s); }
    nav.bside ul li:nth-child(5) {
      transition-delay: calc((5 * 0.041s) + 0.205s); }
    nav.bside ul li:nth-child(6) {
      transition-delay: calc((6 * 0.041s) + 0.205s); }
    nav.bside ul li:nth-child(7) {
      transition-delay: calc((7 * 0.041s) + 0.205s); }
    nav.bside ul li:nth-child(8) {
      transition-delay: calc((8 * 0.041s) + 0.205s); }
    nav.bside ul li:nth-child(9) {
      transition-delay: calc((9 * 0.041s) + 0.205s); }
    nav.bside ul li:nth-child(10) {
      transition-delay: calc((10 * 0.041s) + 0.205s); }
    nav.bside ul li ~ li {
      margin-top: 12px; }
      @media screen and (max-width: 768px) {
        nav.bside ul li ~ li {
          margin-top: 10px; } }
    nav.bside ul li.txt {
      margin-bottom: 15px; }
      @media screen and (max-width: 768px) {
        nav.bside ul li.txt {
          margin-bottom: 10px; } }
    nav.bside ul li.banar {
      position: relative;
      z-index: 15;
      border: solid 3px transparent;
      border-radius: 6px;
      overflow: hidden;
      margin-top: 3px;
      transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
      nav.bside ul li.banar:first-child {
        margin-top: 1.64em; }
      nav.bside ul li.banar > .bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #d81718; }
        nav.bside ul li.banar > .bg img {
          filter: brightness(0.7175); }
      nav.bside ul li.banar > a {
        padding: 1.435em; }
      nav.bside ul li.banar:hover {
        border-color: #2e6eb8;
        transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
nav.bside dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -1.025em; }
  @media screen and (max-width: 768px) {
    nav.bside dl {
      margin-bottom: -10px; } }
  nav.bside dl > dt {
    display: block;
    width: 100%;
    height: 1.23em;
    margin-bottom: 12px;
    overflow: hidden;
    font-size: 2.05em;
    font-weight: 600;
    font-family: 'Unbounded', cursive; }
    @media screen and (max-width: 768px) {
      nav.bside dl > dt {
        font-size: 1.845em;
        margin-bottom: 10px; } }
    nav.bside dl > dt a {
      position: relative;
      display: flex;
      align-items: baseline;
      column-gap: 12px;
      transform: translateY(1.23em);
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
      nav.bside dl > dt a small {
        display: block;
        font-size: 1rem;
        font-weight: 600;
        font-family: 'Inter', Avenir Next,Verdana, 游ゴシック,Yu Gothic,YuGothic,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,sans-serif; }
  nav.bside dl > dd {
    margin-right: 2.05em;
    margin-bottom: 1.025em;
    font-weight: 600; }
    @media screen and (max-width: 768px) {
      nav.bside dl > dd {
        margin-bottom: 10px; } }
    nav.bside dl > dd a {
      opacity: 0;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
    nav.bside dl > dd:last-child {
      margin-right: 0; }

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

/*!//#siteHeader------------------------------------------------------------------------------------------------*/
/*!#siteFooter------------------------------------------------------------------------------------------------*/
#siteFoot {
  position: relative;
  z-index: 15; }
  #siteFoot > ._sitemap .wrapper {
    display: block;
    width: calc(100% / 64 * 62);
    max-width: calc(1640px / 64 * 62);
    margin: 0 auto;
    padding: calc(100% / 64 * 4) calc(100% / 64 * 2) calc(100% / 64 * 6); }
    @media screen and (max-width: 768px) {
      #siteFoot > ._sitemap .wrapper {
        padding: calc(100% / 64 * 8) calc(100% / 64 * 3) calc(100% / 64 * 12); } }
    #siteFoot > ._sitemap .wrapper .__title a {
      display: flex;
      align-items: center;
      column-gap: 15px; }
      #siteFoot > ._sitemap .wrapper .__title a small {
        display: block;
        margin-top: 1em;
        font-size: 1.075em;
        font-weight: 600;
        font-family: 'Unbounded', cursive; }
    #siteFoot > ._sitemap .wrapper .__title img {
      width: auto;
      height: 4.51em; }
    #siteFoot > ._sitemap .wrapper > .__main {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 1.845em; }
      #siteFoot > ._sitemap .wrapper > .__main > .___address {
        display: flex;
        align-content: space-between;
        flex-wrap: wrap;
        width: calc(100% / 28 * 8); }
        @media screen and (max-width: 768px) {
          #siteFoot > ._sitemap .wrapper > .__main > .___address {
            width: 100%;
            margin-top: 2.46em; } }
        #siteFoot > ._sitemap .wrapper > .__main > .___address > .____top {
          display: block;
          width: 100%; }
          #siteFoot > ._sitemap .wrapper > .__main > .___address > .____top > span {
            display: block;
            opacity: .615;
            font-size: .85em; }
            #siteFoot > ._sitemap .wrapper > .__main > .___address > .____top > span ~ span {
              margin-top: 2.46em; }
            #siteFoot > ._sitemap .wrapper > .__main > .___address > .____top > span + ul {
              margin-top: 1em; }
          @media screen and (max-width: 768px) {
            #siteFoot > ._sitemap .wrapper > .__main > .___address > .____top > * {
              display: none; }
            #siteFoot > ._sitemap .wrapper > .__main > .___address > .____top > span {
              display: none; }
            #siteFoot > ._sitemap .wrapper > .__main > .___address > .____top > ul.____social {
              display: flex; } }
        #siteFoot > ._sitemap .wrapper > .__main > .___address > .____bottom {
          display: block;
          width: 100%;
          margin-top: 2.46em; }
          #siteFoot > ._sitemap .wrapper > .__main > .___address > .____bottom p {
            font-size: .8em;
            font-weight: 600; }
        #siteFoot > ._sitemap .wrapper > .__main > .___address ul.____address > li ~ li {
          margin-top: 1.845em; }
        #siteFoot > ._sitemap .wrapper > .__main > .___address dl.____address > dt {
          font-size: 1.075em;
          font-weight: 600; }
          #siteFoot > ._sitemap .wrapper > .__main > .___address dl.____address > dt + dd {
            margin-top: 8px; }
        #siteFoot > ._sitemap .wrapper > .__main > .___address dl.____address > dd {
          margin-top: 10px;
          font-size: .9em;
          font-weight: 600; }
        #siteFoot > ._sitemap .wrapper > .__main > .___address ul.____social {
          display: flex;
          align-items: center; }
          #siteFoot > ._sitemap .wrapper > .__main > .___address ul.____social > li {
            margin-right: 1.845em; }
            #siteFoot > ._sitemap .wrapper > .__main > .___address ul.____social > li:last-child {
              margin-right: 0; }
            #siteFoot > ._sitemap .wrapper > .__main > .___address ul.____social > li i {
              display: block;
              width: 1.23em;
              height: 1.23em; }
      #siteFoot > ._sitemap .wrapper > .__main > .___navigation {
        position: relative;
        z-index: 15;
        width: calc(100% / 28 * 20); }
        @media screen and (max-width: 768px) {
          #siteFoot > ._sitemap .wrapper > .__main > .___navigation {
            width: 100%; } }
        #siteFoot > ._sitemap .wrapper > .__main > .___navigation > .illustration {
          position: absolute;
          z-index: -5;
          top: 0;
          right: 10%;
          width: 50%;
          height: auto; }
          @media screen and (max-width: 768px) {
            #siteFoot > ._sitemap .wrapper > .__main > .___navigation > .illustration {
              top: initial;
              bottom: -10%;
              right: 0;
              width: 55%;
              height: auto; } }
        #siteFoot > ._sitemap .wrapper > .__main > .___navigation > span {
          opacity: .615;
          font-size: .85em; }
          #siteFoot > ._sitemap .wrapper > .__main > .___navigation > span + ul {
            margin-top: 1em; }
        #siteFoot > ._sitemap .wrapper > .__main > .___navigation ul {
          display: block; }
        #siteFoot > ._sitemap .wrapper > .__main > .___navigation dl {
          display: flex;
          flex-wrap: wrap; }
          #siteFoot > ._sitemap .wrapper > .__main > .___navigation dl > dt {
            display: block;
            width: 100%;
            font-size: 1.845em;
            font-weight: 600;
            font-family: 'Unbounded', cursive; }
            #siteFoot > ._sitemap .wrapper > .__main > .___navigation dl > dt a, #siteFoot > ._sitemap .wrapper > .__main > .___navigation dl > dt p {
              display: flex;
              align-items: baseline;
              column-gap: 12px;
              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; }
              #siteFoot > ._sitemap .wrapper > .__main > .___navigation dl > dt a small, #siteFoot > ._sitemap .wrapper > .__main > .___navigation dl > dt p small {
                display: block;
                font-size: .9rem;
                font-weight: 600;
                font-family: 'Inter', Avenir Next,Verdana, 游ゴシック,Yu Gothic,YuGothic,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,sans-serif; }
              #siteFoot > ._sitemap .wrapper > .__main > .___navigation dl > dt a:hover, #siteFoot > ._sitemap .wrapper > .__main > .___navigation dl > dt p:hover {
                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; }
            #siteFoot > ._sitemap .wrapper > .__main > .___navigation dl > dt ~ dt {
              margin-top: 1.1275em; }
          #siteFoot > ._sitemap .wrapper > .__main > .___navigation dl > dd {
            margin-top: 12px;
            padding-left: 1.23em;
            font-size: .9em;
            font-weight: 600; }
            #siteFoot > ._sitemap .wrapper > .__main > .___navigation dl > dd a, #siteFoot > ._sitemap .wrapper > .__main > .___navigation dl > dd p {
              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; }
              #siteFoot > ._sitemap .wrapper > .__main > .___navigation dl > dd a:hover, #siteFoot > ._sitemap .wrapper > .__main > .___navigation dl > dd p:hover {
                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; }
        #siteFoot > ._sitemap .wrapper > .__main > .___navigation:hover a {
          opacity: .41;
          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; }

/*//!#siteFooter----------------------------------------------------------------------------------------------*/
#breadcrumb {
  position: relative;
  z-index: 20;
  border-bottom: solid 4px #e5e5e5;
  background: #eff1f2; }
  #breadcrumb > .wrapper {
    width: calc(100% / 16 * 14);
    max-width: calc(1680px / 16 * 14);
    margin: 0 auto;
    padding: 1em 0; }
  #breadcrumb #breadcrumbs {
    font-size: .8em; }
    #breadcrumb #breadcrumbs a {
      color: #8f95a1;
      text-decoration: underline; }

/*!#index----------------------------------------------------------------------------------------------*/
a.em, p.em {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.125em;
  height: 2em;
  background: linear-gradient(315deg, #eec0c6 0%, #7ee8fa 74%);
  border-radius: 3.28em; }
  a.em img, p.em img {
    display: block;
    width: 1rem;
    height: 1rem;
    background: url(images/icon/arrow_wh.svg);
    background-size: cover; }

.vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; }

.slider {
  display: flex;
  align-items: center;
  padding: calc(100% / 64 * 1) 0; }
  @media screen and (max-width: 768px) {
    .slider {
      padding: calc(100% / 32 * 1) 0; } }
  .slider .slider__inner {
    display: flex;
    align-items: center; }
    .slider .slider__inner:first-child {
      animation: loop 180s linear infinite; }
    .slider .slider__inner:nth-child(2) {
      animation: loop2 180s -120s linear infinite; }
    .slider .slider__inner:last-child {
      animation: loop3 180s -60s linear infinite; }
    .slider .slider__inner .slider__item {
      width: 557.2px;
      padding: 0 9px; }
      @media screen and (max-width: 768px) {
        .slider .slider__inner .slider__item {
          width: 82vw;
          padding: 0 4px; } }
      .slider .slider__inner .slider__item .aspect {
        border-radius: 5px;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .slider .slider__inner .slider__item .aspect {
            border-radius: 4px; } }

@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: 18px 0; }
      @media screen and (max-width: 768px) {
        .verticalslider .verticalslider__inner .slider__item {
          width: 82vw;
          padding: 0 9px; } }
      .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%); } }
.secCorp {
  position: relative;
  z-index: 15; }
  .secCorp .wrapper {
    position: relative;
    z-index: 15;
    display: block;
    width: calc(100% / 64 * 62);
    max-width: calc(1680px / 64 * 62);
    margin: 0 auto;
    padding: calc(100% / 64 * 1) 0; }
    @media screen and (max-width: 768px) {
      .secCorp .wrapper {
        width: calc(100% / 64 * 60); } }
    .secCorp .wrapper > ._main {
      position: relative;
      z-index: 15;
      width: calc(100% / 14 * 11);
      padding-top: 14.35em;
      padding-bottom: 10.25em; }
      @media screen and (max-width: 768px) {
        .secCorp .wrapper > ._main {
          width: 100%;
          padding-top: 0;
          padding-bottom: 5.125em; } }
      .secCorp .wrapper > ._main > .__block {
        display: block; }
        .secCorp .wrapper > ._main > .__block > h2 {
          margin-bottom: 1.435em;
          font-weight: 500;
          font-size: .8em; }
          @media screen and (max-width: 768px) {
            .secCorp .wrapper > ._main > .__block > h2 {
              margin-bottom: .82em; } }
        .secCorp .wrapper > ._main > .__block > h3 {
          font-size: 4.51em;
          font-weight: 500;
          line-height: .85; }
          @media screen and (max-width: 768px) {
            .secCorp .wrapper > ._main > .__block > h3 {
              font-size: 2.665em; } }
          .secCorp .wrapper > ._main > .__block > h3 img {
            display: inline-block;
            height: .85em; }
        .secCorp .wrapper > ._main > .__block > .inner {
          display: block;
          margin-top: 4.51em; }
          @media screen and (max-width: 768px) {
            .secCorp .wrapper > ._main > .__block > .inner {
              margin-top: 2.46em; } }
        .secCorp .wrapper > ._main > .__block ~ .__block {
          margin-top: 14.35em; }
          @media screen and (max-width: 768px) {
            .secCorp .wrapper > ._main > .__block ~ .__block {
              margin-top: 10.25em; } }
    .secCorp .wrapper > ._side {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 50;
      width: calc(100% / 14 * 3);
      height: 100%;
      padding-bottom: 10.25em; }
      @media screen and (max-width: 768px) {
        .secCorp .wrapper > ._side {
          display: none; } }
      .secCorp .wrapper > ._side .sticky {
        top: 14.35em; }
      .secCorp .wrapper > ._side ul > li {
        position: relative;
        z-index: 15;
        opacity: .41;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
        .secCorp .wrapper > ._side ul > li::before {
          content: '';
          position: absolute;
          top: calc(50% - (5px / 2));
          right: calc(100% + 8px);
          display: block;
          width: 5px;
          height: 5px;
          background: #ffffff;
          border-radius: 5px;
          transform: scale(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; }
        .secCorp .wrapper > ._side ul > li:hover {
          opacity: 1;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
          .secCorp .wrapper > ._side ul > li:hover::before {
            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; }
        .secCorp .wrapper > ._side ul > li.active {
          opacity: 1;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
          .secCorp .wrapper > ._side ul > li.active::before {
            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; }
        .secCorp .wrapper > ._side ul > li ~ li {
          margin-top: .82em; }

.secCorp.kv {
  position: relative;
  z-index: 5;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  max-height: 820px;
  border-bottom: solid 1px #ffffff; }
  @media screen and (max-width: 768px) {
    .secCorp.kv {
      height: calc(82vh);
      min-height: initial; } }
  .secCorp.kv .background {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -5;
    width: auto;
    height: 82%;
    max-height: 640px; }
  .secCorp.kv .wrapper {
    position: relative;
    z-index: 15;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    width: calc(100% / 64 * 62);
    max-width: calc(1680px / 64 * 62);
    height: 100%;
    margin: 0 auto;
    padding: calc(100% / 64 * 1) 0;
    overflow: hidden; }
    .secCorp.kv .wrapper > .copy_main {
      display: block;
      width: 100%; }
    .secCorp.kv .wrapper > .copy_sub {
      display: block;
      width: 100%; }
    .secCorp.kv .wrapper p {
      font-weight: 600;
      line-height: 1.435; }
      .secCorp.kv .wrapper p.lead {
        font-size: calc(100vw / 7);
        line-height: 1;
        transform: skewX(-10deg); }
        @media screen and (max-width: 768px) {
          .secCorp.kv .wrapper p.lead {
            font-size: calc(100vw / 6.56);
            white-space: nowrap; } }
        .secCorp.kv .wrapper p.lead > span {
          display: inline-block;
          opacity: 0;
          animation: copy_main_text 0.205s cubic-bezier(0.55, 0.05, 0.22, 0.99) 0s forwards; }
          .secCorp.kv .wrapper p.lead > span:nth-child(1) {
            animation-delay: calc((1 * 0.082s) + 0.615s); }
          .secCorp.kv .wrapper p.lead > span:nth-child(2) {
            animation-delay: calc((2 * 0.082s) + 0.615s); }
          .secCorp.kv .wrapper p.lead > span:nth-child(3) {
            animation-delay: calc((5 * 0.082s) + 0.615s); }
          .secCorp.kv .wrapper p.lead > span:nth-child(4) {
            animation-delay: calc((8 * 0.082s) + 0.615s); }
          .secCorp.kv .wrapper p.lead > span:nth-child(5) {
            animation-delay: calc((9 * 0.082s) + 0.615s); }
          .secCorp.kv .wrapper p.lead > span:nth-child(6) {
            animation-delay: calc((10 * 0.082s) + 0.615s); }
          .secCorp.kv .wrapper p.lead > span:nth-child(7) {
            animation-delay: calc((12 * 0.082s) + 0.615s); }
      .secCorp.kv .wrapper p.sub {
        font-size: 2.05em;
        opacity: 0;
        transform: translateY(1em); }
        @media screen and (max-width: 768px) {
          .secCorp.kv .wrapper p.sub {
            font-size: 1.681em; } }
        .secCorp.kv .wrapper p.sub.gone {
          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;
          transition-duration: .205s;
          transition-delay: 1.64s;
          transform: translateY(0); }
      .secCorp.kv .wrapper p.tagline {
        font-size: 2.05em; }
        @media screen and (max-width: 768px) {
          .secCorp.kv .wrapper p.tagline {
            font-size: 1.5525em; }
            .secCorp.kv .wrapper p.tagline br {
              display: none; } }

@keyframes copy_main_text {
  0% {
    opacity: 0;
    transform: rotate(180deg) scale(3); }
  to {
    opacity: 1;
    transform: rotate(0) scale(1); } }
.secCorp.___introduction {
  position: relative;
  z-index: 5;
  border-bottom: solid 1px #ffffff; }
  .secCorp.___introduction .background {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -5;
    width: 100%;
    height: auto; }
    @media screen and (max-width: 768px) {
      .secCorp.___introduction .background {
        height: 16.4em; } }
  .secCorp.___introduction .wrapper {
    padding-top: calc(100% / 64 * 2.5);
    padding-bottom: calc(100% / 64 * 10.25); }
    @media screen and (max-width: 768px) {
      .secCorp.___introduction .wrapper {
        padding-top: calc(100% / 64 * 6);
        padding-bottom: calc(100% / 64 * 16.4); } }
    .secCorp.___introduction .wrapper .philosophy_wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: 24.6px; }
      @media screen and (max-width: 768px) {
        .secCorp.___introduction .wrapper .philosophy_wrapper {
          gap: 10.25px; } }
      .secCorp.___introduction .wrapper .philosophy_wrapper > ._title h2 {
        font-size: 6.2em;
        line-height: 1.23;
        transform: scaleY(0.85);
        transform-origin: top; }
        @media screen and (max-width: 768px) {
          .secCorp.___introduction .wrapper .philosophy_wrapper > ._title h2 {
            font-size: 1.3325em; } }
      .secCorp.___introduction .wrapper .philosophy_wrapper > ._body {
        flex: 1; }
        @media screen and (max-width: 768px) {
          .secCorp.___introduction .wrapper .philosophy_wrapper > ._body {
            flex: initial;
            width: 100%; } }
        .secCorp.___introduction .wrapper .philosophy_wrapper > ._body dl > dt {
          display: table;
          margin-left: auto;
          font-size: 5.15em; }
          @media screen and (max-width: 768px) {
            .secCorp.___introduction .wrapper .philosophy_wrapper > ._body dl > dt {
              font-size: 2.87em; } }
          .secCorp.___introduction .wrapper .philosophy_wrapper > ._body dl > dt strong {
            background-image: linear-gradient(to right, #ffffff 15%, rgba(255, 255, 255, 0) 15%);
            background-position: bottom;
            background-size: 10px 2px;
            background-repeat: repeat-x; }
        .secCorp.___introduction .wrapper .philosophy_wrapper > ._body dl > dd {
          margin-top: 1em; }
          .secCorp.___introduction .wrapper .philosophy_wrapper > ._body dl > dd p {
            font-size: 1.845em;
            font-weight: 600; }
            @media screen and (max-width: 768px) {
              .secCorp.___introduction .wrapper .philosophy_wrapper > ._body dl > dd p {
                font-size: 1.3325em;
                line-height: 1.5; } }
  .secCorp.___introduction .slider .slider__inner .slider__item {
    width: 1280px; }

.secCorp.___navigation {
  background: #227825;
  background: url(images/background-gray.png), #227825;
  background-repeat: repeat;
  background-size: 100px; }
  .secCorp.___navigation .wrapper {
    width: 100%;
    padding: 0; }
  .secCorp.___navigation nav.navigation_index > .children_wrapper {
    padding-bottom: calc(100% / 64 * 2.5);
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff; }
    .secCorp.___navigation nav.navigation_index > .children_wrapper > span {
      display: block;
      padding: calc(100% / 64 * 2.5) calc(100% / 64 * 1) calc(100% / 64 * 1);
      font-family: 'Unbounded', cursive; }
    .secCorp.___navigation nav.navigation_index > .children_wrapper ul.children {
      display: none; }
      .secCorp.___navigation nav.navigation_index > .children_wrapper ul.children.active {
        display: block; }
  .secCorp.___navigation nav.navigation_index ul.parent {
    display: flex;
    flex-wrap: wrap;
    counter-reset: num; }
    .secCorp.___navigation nav.navigation_index ul.parent > li {
      flex: 1;
      background: #d81718;
      background: url(images/background-gray.png), #d81718;
      background-repeat: repeat;
      background-size: 100px; }
      @media screen and (max-width: 768px) {
        .secCorp.___navigation nav.navigation_index ul.parent > li {
          flex: initial;
          width: 50%; }
          .secCorp.___navigation nav.navigation_index ul.parent > li:nth-child(2n-1) {
            border-left: none; }
          .secCorp.___navigation nav.navigation_index ul.parent > li:nth-of-type(2) ~ li {
            border-top: solid 1px #ffffff; } }
      .secCorp.___navigation nav.navigation_index ul.parent > li.active a::before {
        top: 0;
        opacity: 1;
        transform: scale(1.64);
        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; }
      .secCorp.___navigation nav.navigation_index ul.parent > li.active a span em {
        transform: translateY(-1.8em);
        transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
      .secCorp.___navigation nav.navigation_index ul.parent > li ~ li {
        border-left: solid 1px #ffffff; }
      .secCorp.___navigation nav.navigation_index ul.parent > li a {
        position: relative;
        z-index: 15;
        display: block;
        padding: calc(100% * 5 / 64);
        overflow: hidden; }
        .secCorp.___navigation nav.navigation_index ul.parent > li a::before {
          content: '';
          display: block;
          position: absolute;
          top: 100%;
          left: 0;
          right: 0;
          z-index: -1;
          width: 100%;
          height: 100%;
          background: #227825;
          background: url(images/background-gray.png), #227825;
          background-repeat: repeat;
          background-size: 100px;
          border-radius: 50%;
          opacity: 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; }
        .secCorp.___navigation nav.navigation_index ul.parent > li a h2 {
          position: relative;
          z-index: 15;
          font-size: 2.87em;
          font-family: 'Unbounded', cursive;
          line-height: 1.23; }
          @media screen and (max-width: 768px) {
            .secCorp.___navigation nav.navigation_index ul.parent > li a h2 {
              font-size: 2.05em;
              white-space: nowrap; } }
          .secCorp.___navigation nav.navigation_index ul.parent > li a h2::before {
            counter-increment: num 1;
            content: counter(num);
            position: absolute;
            top: -.82em;
            left: -.82em;
            font-size: .8rem;
            font-weight: 400; }
        .secCorp.___navigation nav.navigation_index ul.parent > li a p {
          font-weight: 600; }
        .secCorp.___navigation nav.navigation_index ul.parent > li a span {
          display: block;
          height: 1.8em;
          margin-top: 8.2em;
          line-height: 1.8;
          font-family: 'Unbounded', cursive;
          overflow: hidden; }
          @media screen and (max-width: 768px) {
            .secCorp.___navigation nav.navigation_index ul.parent > li a span {
              margin-top: 6.15em; } }
          .secCorp.___navigation nav.navigation_index ul.parent > li a span em {
            display: block;
            font-style: normal;
            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; }
        .secCorp.___navigation nav.navigation_index ul.parent > li a:hover::before {
          top: 0;
          opacity: 1;
          transform: scale(1.64);
          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; }
        .secCorp.___navigation nav.navigation_index ul.parent > li a:hover span em {
          transform: translateY(-1.8em);
          transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
          -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
  .secCorp.___navigation nav.navigation_index ul.children {
    border-top: solid 1px #ffffff; }
    .secCorp.___navigation nav.navigation_index ul.children > li {
      position: relative;
      z-index: 15;
      border-bottom: solid 1px #ffffff; }
      .secCorp.___navigation nav.navigation_index ul.children > li::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        z-index: -5;
        display: block;
        width: 0;
        height: 100%;
        background: #d81718;
        background: url(images/background-gray.png), #d81718;
        background-repeat: repeat;
        background-size: 100px;
        transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        transition-delay: .1435s; }
      .secCorp.___navigation nav.navigation_index ul.children > li .illustration {
        position: absolute;
        bottom: 0;
        z-index: -5;
        line-height: 0; }
        .secCorp.___navigation nav.navigation_index ul.children > li .illustration[data-position="10"] {
          right: 10%; }
        .secCorp.___navigation nav.navigation_index ul.children > li .illustration[data-position="15"] {
          right: 15%; }
      .secCorp.___navigation nav.navigation_index ul.children > li a.belt {
        display: flex;
        align-items: baseline;
        column-gap: 12px;
        padding: calc(100% / 64 * 2.5) calc(100% / 64 * 1) calc(100% / 64 * 1); }
        @media screen and (max-width: 768px) {
          .secCorp.___navigation nav.navigation_index ul.children > li a.belt {
            padding: calc(100% / 64 * 4) calc(100% / 64 * 2) calc(100% / 64 * 1); } }
        .secCorp.___navigation nav.navigation_index ul.children > li a.belt h3 {
          position: relative;
          z-index: 15;
          font-size: 2.46em;
          font-family: 'Unbounded', cursive;
          line-height: 1; }
          @media screen and (max-width: 768px) {
            .secCorp.___navigation nav.navigation_index ul.children > li a.belt h3 {
              font-size: 1.845em; } }
          .secCorp.___navigation nav.navigation_index ul.children > li a.belt h3::before {
            content: attr(data-num) "";
            position: absolute;
            top: -.82em;
            left: -.82em;
            font-size: .8rem;
            font-weight: 400; }
            @media screen and (max-width: 768px) {
              .secCorp.___navigation nav.navigation_index ul.children > li a.belt h3::before {
                font-size: .7rem; } }
        .secCorp.___navigation nav.navigation_index ul.children > li a.belt p {
          font-size: 1.075em;
          font-weight: 600; }
          @media screen and (max-width: 768px) {
            .secCorp.___navigation nav.navigation_index ul.children > li a.belt p {
              font-size: .85em; } }
        .secCorp.___navigation nav.navigation_index ul.children > li a.belt span {
          flex: 1;
          display: block;
          text-align: right;
          font-family: 'Unbounded', cursive;
          line-height: 1; }
          @media screen and (max-width: 768px) {
            .secCorp.___navigation nav.navigation_index ul.children > li a.belt span {
              font-size: .9em; } }
      .secCorp.___navigation nav.navigation_index ul.children > li:hover::before {
        left: 0;
        width: 100%;
        transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }

.secCorp.___recruit {
  border-top: solid 1px #ffffff; }
  .secCorp.___recruit .wrapper {
    padding-top: calc(100% / 64 * 2.5);
    padding-bottom: calc(100% / 64 * 2.5); }
    @media screen and (max-width: 768px) {
      .secCorp.___recruit .wrapper {
        padding-top: calc(100% / 64 * 6); } }
    .secCorp.___recruit .wrapper .recruit_wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: 24.6px; }
      @media screen and (max-width: 768px) {
        .secCorp.___recruit .wrapper .recruit_wrapper {
          gap: 10.25px; } }
      .secCorp.___recruit .wrapper .recruit_wrapper > ._title {
        order: 1; }
        @media screen and (max-width: 768px) {
          .secCorp.___recruit .wrapper .recruit_wrapper > ._title {
            order: 0; } }
        .secCorp.___recruit .wrapper .recruit_wrapper > ._title h2 {
          font-size: 6.2em;
          line-height: 1.23;
          transform: scaleY(0.85);
          transform-origin: top; }
          @media screen and (max-width: 768px) {
            .secCorp.___recruit .wrapper .recruit_wrapper > ._title h2 {
              font-size: 1.3325em; } }
      .secCorp.___recruit .wrapper .recruit_wrapper > ._body {
        flex: 1; }
        @media screen and (max-width: 768px) {
          .secCorp.___recruit .wrapper .recruit_wrapper > ._body {
            flex: initial;
            width: 100%; } }
        .secCorp.___recruit .wrapper .recruit_wrapper > ._body dl > dt {
          display: table;
          margin-left: auto;
          font-size: 5.15em; }
          @media screen and (max-width: 768px) {
            .secCorp.___recruit .wrapper .recruit_wrapper > ._body dl > dt {
              font-size: 2.05em; } }
          .secCorp.___recruit .wrapper .recruit_wrapper > ._body dl > dt strong {
            background-image: linear-gradient(to right, #ffffff 15%, rgba(255, 255, 255, 0) 15%);
            background-position: bottom;
            background-size: 10px 2px;
            background-repeat: repeat-x; }
        .secCorp.___recruit .wrapper .recruit_wrapper > ._body dl > dd {
          margin-top: 1em; }
          .secCorp.___recruit .wrapper .recruit_wrapper > ._body dl > dd p {
            font-size: 1.845em;
            font-weight: 600; }
            @media screen and (max-width: 768px) {
              .secCorp.___recruit .wrapper .recruit_wrapper > ._body dl > dd p {
                font-size: 1.3325em;
                line-height: 1.5; } }
        .secCorp.___recruit .wrapper .recruit_wrapper > ._body ul {
          display: flex;
          flex-wrap: wrap;
          counter-reset: num;
          margin-top: 3.28em;
          border-top: solid 1px #ffffff;
          border-left: solid 1px #ffffff; }
          .secCorp.___recruit .wrapper .recruit_wrapper > ._body ul > li {
            width: 50%;
            background: #d81718;
            background: url(images/background-gray.png), #d81718;
            background-repeat: repeat;
            background-size: 100px;
            border-right: solid 1px #ffffff;
            border-bottom: solid 1px #ffffff; }
            @media screen and (max-width: 768px) {
              .secCorp.___recruit .wrapper .recruit_wrapper > ._body ul > li {
                width: 100%; } }
            .secCorp.___recruit .wrapper .recruit_wrapper > ._body ul > li.active a::before {
              top: 0;
              opacity: 1;
              transform: scale(1.64);
              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; }
            .secCorp.___recruit .wrapper .recruit_wrapper > ._body ul > li.active a span em {
              transform: translateY(-1.8em);
              transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
              -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
              -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
              -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
            .secCorp.___recruit .wrapper .recruit_wrapper > ._body ul > li a {
              position: relative;
              z-index: 15;
              display: block;
              padding: calc(100% * 5 / 64);
              overflow: hidden; }
              @media screen and (max-width: 768px) {
                .secCorp.___recruit .wrapper .recruit_wrapper > ._body ul > li a {
                  padding: calc(100% / 64 * 4) calc(100% / 64 * 4) calc(100% / 64 * 3); } }
              .secCorp.___recruit .wrapper .recruit_wrapper > ._body ul > li a::before {
                content: '';
                display: block;
                position: absolute;
                top: 100%;
                left: 0;
                right: 0;
                z-index: -1;
                width: 100%;
                height: 100%;
                background: #227825;
                background: url(images/background-gray.png), #227825;
                background-repeat: repeat;
                background-size: 100px;
                border-radius: 50%;
                opacity: 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; }
              .secCorp.___recruit .wrapper .recruit_wrapper > ._body ul > li a h3 {
                position: relative;
                z-index: 15;
                font-size: 2.87em;
                font-family: 'Unbounded', cursive;
                line-height: 1.23; }
                @media screen and (max-width: 768px) {
                  .secCorp.___recruit .wrapper .recruit_wrapper > ._body ul > li a h3 {
                    font-size: 1.845em; } }
                .secCorp.___recruit .wrapper .recruit_wrapper > ._body ul > li a h3::before {
                  counter-increment: num 1;
                  content: counter(num);
                  position: absolute;
                  top: -.82em;
                  left: -.82em;
                  font-size: .8rem;
                  font-weight: 400; }
              .secCorp.___recruit .wrapper .recruit_wrapper > ._body ul > li a p {
                font-weight: 600; }
                @media screen and (max-width: 768px) {
                  .secCorp.___recruit .wrapper .recruit_wrapper > ._body ul > li a p {
                    font-size: .85em; } }
              .secCorp.___recruit .wrapper .recruit_wrapper > ._body ul > li a span {
                display: block;
                height: 1.8em;
                margin-top: 2.46em;
                line-height: 1.8;
                font-family: 'Unbounded', cursive;
                overflow: hidden; }
                @media screen and (max-width: 768px) {
                  .secCorp.___recruit .wrapper .recruit_wrapper > ._body ul > li a span {
                    font-size: .9em; } }
                .secCorp.___recruit .wrapper .recruit_wrapper > ._body ul > li a span em {
                  display: block;
                  font-style: normal;
                  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; }
              .secCorp.___recruit .wrapper .recruit_wrapper > ._body ul > li a:hover::before {
                top: 0;
                opacity: 1;
                transform: scale(1.64);
                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; }
              .secCorp.___recruit .wrapper .recruit_wrapper > ._body ul > li a:hover span em {
                transform: translateY(-1.8em);
                transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
                -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
                -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
                -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
    .secCorp.___recruit .wrapper .recruit_slider .slider > .slider__inner > .slider__item {
      max-width: calc(8.5em / 1 * 2); }

header.pageHeader {
  position: relative;
  z-index: 15; }
  header.pageHeader .wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc(100% / 64 * 62);
    max-width: calc(1640px / 64 * 62);
    margin: 0 auto;
    padding-top: calc(5.125em + (100% / 64 * 6));
    padding-right: calc(7.1275em);
    padding-bottom: calc(100% / 64 * 1);
    border-bottom: solid 1px #ffffff; }
    @media screen and (max-width: 768px) {
      header.pageHeader .wrapper {
        padding: 0 calc(100% / 64 * 2);
        padding-top: calc(3.28em);
        padding-bottom: calc(100% / 32 * 1); } }
    header.pageHeader .wrapper > span {
      font-size: 6.15em;
      font-weight: 600;
      line-height: 1;
      letter-spacing: -1px;
      font-weight: 600;
      font-family: 'Unbounded', cursive; }
      @media screen and (max-width: 768px) {
        header.pageHeader .wrapper > span {
          font-size: 3.69em; } }
    header.pageHeader .wrapper > h1 {
      display: block;
      font-size: 1.3325em;
      font-weight: 600; }
    header.pageHeader .wrapper > ul.category {
      display: flex;
      justify-content: flex-end;
      flex-wrap: wrap;
      column-gap: 8px;
      margin-top: 1.23em;
      margin-left: auto;
      line-height: 1.64; }
      @media screen and (max-width: 768px) {
        header.pageHeader .wrapper > ul.category {
          justify-content: flex-start;
          margin-left: initial; } }
      header.pageHeader .wrapper > ul.category > li {
        font-size: .8em; }
        @media screen and (max-width: 768px) {
          header.pageHeader .wrapper > ul.category > li {
            font-size: .7em; } }
        header.pageHeader .wrapper > ul.category > li a {
          display: block;
          padding: 2px 1em;
          background: #ffffff;
          border: solid 1px rgba(0, 0, 0, 0.1025);
          border-radius: 1em;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
        header.pageHeader .wrapper > ul.category > li:hover a {
          filter: brightness(0.82);
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
        header.pageHeader .wrapper > ul.category > li.active a {
          background: #ffffff;
          color: #ffffff;
          font-weight: 600;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }

.secPage {
  position: relative;
  z-index: 15; }
  .secPage .wrapper {
    position: relative;
    z-index: 15;
    display: block;
    width: calc(100% / 64 * 62);
    max-width: calc(1680px / 64 * 62);
    margin: 0 auto;
    padding: calc(100% / 64 * 1) 0; }
    .secPage .wrapper > ._main {
      position: relative;
      z-index: 15;
      width: calc(100% / 14 * 11);
      padding: calc(100% / 62 * 5) calc(100% / 62 * 2) calc(100% / 62 * 3.5); }
      @media screen and (max-width: 768px) {
        .secPage .wrapper > ._main {
          width: 100%;
          padding: calc(100% / 62 * 5) 0 calc(100% / 62 * 7.5); } }
      .secPage .wrapper > ._main > .__block {
        display: block; }
        .secPage .wrapper > ._main > .__block > .__head {
          position: relative;
          z-index: 15; }
          @media screen and (max-width: 768px) {
            .secPage .wrapper > ._main > .__block > .__head {
              padding: 0 calc(100% / 62 * 2); } }
          .secPage .wrapper > ._main > .__block > .__head > span {
            font-size: 3.075em;
            font-weight: 600;
            line-height: 1;
            letter-spacing: -1px;
            font-weight: 600;
            font-family: 'Unbounded', cursive; }
            @media screen and (max-width: 768px) {
              .secPage .wrapper > ._main > .__block > .__head > span {
                font-size: 2.46em; } }
          .secPage .wrapper > ._main > .__block > .__head > h2 {
            display: block;
            font-size: 1.1275em;
            font-weight: 600; }
          .secPage .wrapper > ._main > .__block > .__head + .__body {
            margin-top: 2.05em; }
        .secPage .wrapper > ._main > .__block > .__body {
          position: relative;
          z-index: 15; }
        .secPage .wrapper > ._main > .__block ~ .__block {
          margin-top: 14.35em; }
          @media screen and (max-width: 768px) {
            .secPage .wrapper > ._main > .__block ~ .__block {
              margin-top: 10.25em; } }
    .secPage .wrapper > ._side {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 50;
      width: calc(100% / 14 * 3);
      height: 100%;
      padding: calc(100% / 64 * 3) 0;
      padding-bottom: 10.25em; }
      @media screen and (max-width: 768px) {
        .secPage .wrapper > ._side {
          display: none; } }
      .secPage .wrapper > ._side .sticky {
        top: 14.35em; }
      .secPage .wrapper > ._side ul > li {
        position: relative;
        z-index: 15;
        opacity: .41;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
        .secPage .wrapper > ._side ul > li::before {
          content: '';
          position: absolute;
          top: calc(50% - (5px / 2));
          right: calc(100% + 8px);
          display: block;
          width: 5px;
          height: 5px;
          background: #ffffff;
          border-radius: 5px;
          transform: scale(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; }
        .secPage .wrapper > ._side ul > li:hover {
          opacity: 1;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
          .secPage .wrapper > ._side ul > li:hover::before {
            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; }
        .secPage .wrapper > ._side ul > li.active {
          opacity: 1;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
          .secPage .wrapper > ._side ul > li.active::before {
            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; }
        .secPage .wrapper > ._side ul > li ~ li {
          margin-top: .82em; }

.page_description {
  position: relative;
  z-index: 15;
  width: calc(100% / 32 * 30);
  max-width: calc(1640px / 32 * 30);
  margin: 2.05em auto;
  padding-right: calc(5.125em - (100% / 32)); }
  @media screen and (max-width: 768px) {
    .page_description {
      width: calc(100% / 32 * 28);
      margin: calc(100% / 32 * 2) auto;
      padding-right: 0; } }
  .page_description .wrapper {
    margin: 0 auto;
    padding: 8.2em 0;
    background: #cf0001;
    border-radius: 6px; }
    @media screen and (max-width: 768px) {
      .page_description .wrapper {
        padding: 3.28em 0; } }
    .page_description .wrapper ._inner {
      display: flex;
      flex-wrap: wrap;
      padding: 0 calc(5.125em - (100% / 32)); }
      @media screen and (max-width: 768px) {
        .page_description .wrapper ._inner {
          padding: 0 2.05em; } }
      .page_description .wrapper ._inner > ._head {
        width: calc(100% - 41em); }
        @media screen and (max-width: 768px) {
          .page_description .wrapper ._inner > ._head {
            width: 100%; } }
        .page_description .wrapper ._inner > ._head p {
          font-size: 2.05em;
          font-weight: 600;
          line-height: 1.435; }
          @media screen and (max-width: 768px) {
            .page_description .wrapper ._inner > ._head p {
              font-size: 1.845em; } }
      .page_description .wrapper ._inner > ._body {
        width: 41em;
        max-width: 100%; }
        @media screen and (max-width: 768px) {
          .page_description .wrapper ._inner > ._body {
            width: 100%;
            margin-top: 1.1275em; } }
      .page_description .wrapper ._inner > ._lead {
        width: 100%; }
        .page_description .wrapper ._inner > ._lead > span {
          display: block;
          text-align: center;
          color: #8f95a1;
          font-weight: 600;
          margin-bottom: 1em; }
        .page_description .wrapper ._inner > ._lead > p {
          font-size: 1.64em;
          font-weight: 600;
          line-height: 1.64;
          text-align: center; }
          @media screen and (max-width: 768px) {
            .page_description .wrapper ._inner > ._lead > p {
              font-size: 1.23em; } }
          .page_description .wrapper ._inner > ._lead > p strong {
            color: #d81718; }
  .page_description.beltline .wrapper {
    padding: 6.15em 0;
    background: url(images/beltline-newer.svg) no-repeat left, #cf0001;
    background-size: 6040px 200px;
    animation: beltline-kv 32.8s linear 0s infinite; }
    @media screen and (max-width: 768px) {
      .page_description.beltline .wrapper {
        background-size: 3020px 100px; } }

.page_head {
  position: relative;
  z-index: 15;
  width: calc(100% / 32 * 30);
  max-width: calc(1640px / 32 * 30);
  height: auto;
  margin: 0 auto;
  padding-right: calc(5.125em - (100% / 32));
  padding-top: 45.1%; }
  @media screen and (max-width: 768px) {
    .page_head {
      width: calc(100% / 64 * 62);
      padding-right: 0;
      padding-top: 100%; } }
  .page_head::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    display: block;
    border-top: 8px solid #cf0001;
    border-left: 8px solid #cf0001;
    border-bottom: 8px solid transparent;
    border-right: 8px solid transparent; }
  .page_head img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  .page_head + .page_body article.mainContent::before {
    display: none; }

.page_body {
  width: calc(100% / 32 * 28);
  max-width: calc(1640px / 32 * 28);
  margin: 0 auto;
  padding-bottom: calc(100% / 30); }
  @media screen and (max-width: 768px) {
    .page_body {
      width: calc(100% / 64 * 62);
      padding-right: 0; } }
  .page_body article.mainContent {
    padding: 10.25em 0; }
    @media screen and (max-width: 768px) {
      .page_body article.mainContent {
        padding: calc(100% / 62 * 6) calc(100% / 62 * 4) 4.1em; } }
    .page_body article.mainContent .page_content > ._block {
      position: relative;
      z-index: 15;
      display: block;
      max-width: calc(100% / 29 * 22);
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .page_body article.mainContent .page_content > ._block {
          max-width: 100%; } }
      .page_body article.mainContent .page_content > ._block ~ ._block {
        margin-top: 10.25em; }
        @media screen and (max-width: 768px) {
          .page_body article.mainContent .page_content > ._block ~ ._block {
            margin-top: 5.125em; } }

.anker_wrapper {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% / 32 * 30);
  max-width: calc(1640px / 32 * 30);
  margin: 0 auto;
  margin-top: 1.435em;
  margin-bottom: 1.435em;
  padding-right: calc(5.125em - (100% / 32));
  background: #ffffff;
  border-radius: 1em; }
  @media screen and (max-width: 768px) {
    .anker_wrapper {
      width: 100%;
      margin: 0;
      padding-right: 0;
      border-radius: 14.35px; } }
  .anker_wrapper.post {
    margin-top: calc(5.125em + 1.435em); }
    @media screen and (max-width: 768px) {
      .anker_wrapper.post {
        margin-top: 4.1em; } }
  .anker_wrapper > ._side {
    width: 300px;
    padding: 8.2em 3.28em 8.2em 5em; }
    @media screen and (max-width: 768px) {
      .anker_wrapper > ._side {
        width: 100%;
        display: none; } }
    @media screen and (max-width: 768px) {
      .anker_wrapper > ._side.save {
        display: block;
        padding: 1em calc(100% / 16);
        background: #ffffff;
        border: solid 1px rgba(0, 0, 0, 0.1025);
        text-align: center; } }
    .anker_wrapper > ._side .sticky {
      top: 10.25em; }
      .anker_wrapper > ._side .sticky > p {
        color: #8f95a1;
        font-size: .9em;
        font-weight: 600; }
      .anker_wrapper > ._side .sticky > ul._anker {
        margin-top: 1em; }
        @media screen and (max-width: 768px) {
          .anker_wrapper > ._side .sticky > ul._anker {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between; } }
        .anker_wrapper > ._side .sticky > ul._anker li {
          opacity: .5;
          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) {
            .anker_wrapper > ._side .sticky > ul._anker li {
              width: calc(50% - (3px / 2)); } }
          @media screen and (max-width: 768px) {
            .anker_wrapper > ._side .sticky > ul._anker li:first-child {
              width: 100%; } }
          .anker_wrapper > ._side .sticky > ul._anker li a {
            display: flex;
            align-items: center;
            padding: 8px 0; }
            @media screen and (max-width: 768px) {
              .anker_wrapper > ._side .sticky > ul._anker li a {
                background: #ffffff;
                border: solid 1px rgba(0, 0, 0, 0.1025);
                border-radius: 4px; } }
            .anker_wrapper > ._side .sticky > ul._anker li a::before {
              content: '';
              display: block;
              width: 10px;
              height: 10px;
              border-radius: 10px;
              background: #d81718;
              margin-right: 10px;
              filter: grayscale(1);
              transform: scale(0.615);
              transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
              -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
              -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
              -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
            .anker_wrapper > ._side .sticky > ul._anker li a span {
              font-weight: 600; }
          @media screen and (max-width: 768px) {
            .anker_wrapper > ._side .sticky > ul._anker li ~ li {
              margin-top: 3px; } }
          .anker_wrapper > ._side .sticky > ul._anker li.active {
            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; }
            @media screen and (max-width: 768px) {
              .anker_wrapper > ._side .sticky > ul._anker li.active a {
                background: #d81718; } }
            .anker_wrapper > ._side .sticky > ul._anker li.active a::before {
              filter: grayscale(0);
              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; }
          .anker_wrapper > ._side .sticky > ul._anker li:hover {
            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; }
            @media screen and (max-width: 768px) {
              .anker_wrapper > ._side .sticky > ul._anker li:hover a {
                background: #d81718; } }
            .anker_wrapper > ._side .sticky > ul._anker li:hover a::before {
              filter: grayscale(0);
              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; }
      .anker_wrapper > ._side .sticky .searchandfilter {
        margin-top: 1em; }
  .anker_wrapper > ._main {
    width: calc(100% - 300px);
    padding: 8.2em 0;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff; }
    @media screen and (max-width: 768px) {
      .anker_wrapper > ._main {
        width: 100%;
        padding: 0 calc(100% / 16);
        border-radius: 0; } }

.mainContent {
  position: relative;
  z-index: 15;
  background: #ffffff; }
  .mainContent.openjob::before {
    display: none; }
  .mainContent.openjob::after {
    display: none; }
  .mainContent span.pagetag {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    z-index: -15;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: calc(100vw / 32);
    font-size: .85em;
    font-weight: 600;
    opacity: .41; }
    @media screen and (max-width: 768px) {
      .mainContent span.pagetag {
        line-height: calc(100vw / 16);
        font-size: .6em;
        opacity: .205; } }
    .mainContent span.pagetag.serif {
      font-weight: 400; }
  .mainContent .ankerWrap {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #f5f5f5; }
    .mainContent .ankerWrap > ._anker {
      width: calc((4.66 * 2.46em) + 10%);
      padding-left: 5%;
      background: #ffffff;
      padding: 7.175em 0 10.8em;
      border-right: solid 1px rgba(0, 0, 0, 0.1025); }
      @media screen and (max-width: 768px) {
        .mainContent .ankerWrap > ._anker {
          width: 100%;
          padding: 1.845em 3%;
          background: #f5f5f5; } }
      .mainContent .ankerWrap > ._anker > .inner {
        padding-bottom: 10.8em; }
        @media screen and (max-width: 768px) {
          .mainContent .ankerWrap > ._anker > .inner {
            padding-bottom: 0; } }
      .mainContent .ankerWrap > ._anker > .sticky {
        top: 10.8em; }
      .mainContent .ankerWrap > ._anker ul._anker {
        border-top: solid 1px rgba(0, 0, 0, 0.1025); }
        .mainContent .ankerWrap > ._anker ul._anker > li {
          border-bottom: solid 1px rgba(0, 0, 0, 0.1025); }
          @media screen and (max-width: 768px) {
            .mainContent .ankerWrap > ._anker ul._anker > li {
              display: none; } }
          @media screen and (max-width: 768px) {
            .mainContent .ankerWrap > ._anker ul._anker > li.active {
              display: block; } }
          @media screen and (max-width: 768px) {
            .mainContent .ankerWrap > ._anker ul._anker > li.active dl._anker dt {
              display: none; } }
          @media screen and (max-width: 768px) {
            .mainContent .ankerWrap > ._anker ul._anker > li.active dl._anker dd {
              border-top: none;
              padding: 1em 2%; } }
      .mainContent .ankerWrap > ._anker dl._anker dt {
        position: relative;
        z-index: 15;
        opacity: .41;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
        .mainContent .ankerWrap > ._anker dl._anker dt::before {
          content: '';
          position: absolute;
          top: calc(50% - 4px);
          left: 1.23em;
          display: block;
          width: 8px;
          height: 8px;
          background: #d81718;
          border-radius: 8px;
          transform: scale(0);
          filter: grayscale(1);
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
        .mainContent .ankerWrap > ._anker dl._anker dt a {
          display: block;
          padding: 1em 10% 1em calc(1.23em + 1.64em); }
        .mainContent .ankerWrap > ._anker dl._anker dt:hover {
          opacity: 1;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
          .mainContent .ankerWrap > ._anker dl._anker dt:hover::before {
            transform: scale(1);
            filter: grayscale(1);
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
        .mainContent .ankerWrap > ._anker dl._anker dt.active {
          opacity: 1;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
          .mainContent .ankerWrap > ._anker dl._anker dt.active::before {
            transform: scale(1);
            filter: grayscale(0);
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
          .mainContent .ankerWrap > ._anker dl._anker dt.active + dd {
            display: block;
            border-top: solid 1px rgba(0, 0, 0, 0.1025); }
      .mainContent .ankerWrap > ._anker dl._anker dd {
        display: none;
        background: #f5f5f5;
        padding: 1em 10% 1em calc(1.23em + 1.64em); }
      @media screen and (max-width: 768px) {
        .mainContent .ankerWrap > ._anker ul._list {
          display: flex;
          flex-wrap: wrap;
          margin-bottom: -.615em; } }
      .mainContent .ankerWrap > ._anker ul._list li {
        font-size: .8em; }
        @media screen and (max-width: 768px) {
          .mainContent .ankerWrap > ._anker ul._list li {
            margin-right: .615em;
            margin-bottom: .615em; } }
        .mainContent .ankerWrap > ._anker ul._list li span {
          display: table;
          border: solid 1px rgba(0, 0, 0, 0.1025);
          padding: .615em 1.64em;
          border-radius: 4.1em;
          background: #ffffff;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
          @media screen and (max-width: 768px) {
            .mainContent .ankerWrap > ._anker ul._list li span {
              background: #ffffff; } }
        .mainContent .ankerWrap > ._anker ul._list li.active span {
          border: solid 1px #d81718 !important;
          color: #ffffff !important;
          background: linear-gradient(135deg, #d81718, #d81718, #d81718) !important;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
        .mainContent .ankerWrap > ._anker ul._list li:hover span {
          background: #ffffff;
          box-shadow: 0 0 15px -10px rgba(0, 0, 0, 0.15);
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
        .mainContent .ankerWrap > ._anker ul._list li ~ li {
          margin-top: .41em; }
          @media screen and (max-width: 768px) {
            .mainContent .ankerWrap > ._anker ul._list li ~ li {
              margin-top: 0; } }
        @media screen and (max-width: 768px) {
          .mainContent .ankerWrap > ._anker ul._list li:last-child {
            margin-right: 0; } }
      .mainContent .ankerWrap > ._anker .searchbox {
        display: table;
        margin: 0 auto; }
        @media screen and (max-width: 768px) {
          .mainContent .ankerWrap > ._anker .searchbox {
            display: block; } }
    .mainContent .ankerWrap ._main {
      width: calc(100% - ((4.66 * 2.46em) + 10% + 10px));
      background: #ffffff;
      overflow: hidden;
      border-left: solid 1px rgba(0, 0, 0, 0.1025); }
      @media screen and (max-width: 768px) {
        .mainContent .ankerWrap ._main {
          width: 100%; } }
      .mainContent .ankerWrap ._main ._inner {
        padding: 7.175em 0 10.8em;
        padding-left: 10%; }
        @media screen and (max-width: 768px) {
          .mainContent .ankerWrap ._main ._inner {
            padding: 5.125em 0; } }
      .mainContent .ankerWrap ._main .pageLead {
        max-width: 45.1em;
        padding: 4.1em 0;
        margin-bottom: 3.28em;
        background: #f5f5f5; }
        @media screen and (max-width: 768px) {
          .mainContent .ankerWrap ._main .pageLead {
            width: 90%;
            margin: 0 auto;
            padding: 4.1em 5vw;
            margin-bottom: 3.28em; } }
        .mainContent .ankerWrap ._main .pageLead p {
          font-size: 1.23em;
          font-weight: bold;
          text-align: center;
          line-height: 2.05; }
          .mainContent .ankerWrap ._main .pageLead p strong {
            color: #d81718; }
      .mainContent .ankerWrap ._main .secPage {
        max-width: 45.1em; }
        .mainContent .ankerWrap ._main .secPage ~ .secPage {
          margin-top: 8.2em;
          border-left: none; }
          @media screen and (max-width: 768px) {
            .mainContent .ankerWrap ._main .secPage ~ .secPage {
              margin-top: 6.15em; } }
      .mainContent .ankerWrap ._main .sepImages {
        position: relative;
        z-index: 10;
        display: block;
        margin-top: 8.2em; }
        @media screen and (max-width: 768px) {
          .mainContent .ankerWrap ._main .sepImages {
            margin-top: 6.15em; } }
        .mainContent .ankerWrap ._main .sepImages .wrapper {
          width: calc((100% / 90) * 100);
          margin-left: calc((100% / 90) * -10); }
    .mainContent .ankerWrap.nul ._main {
      margin: 0 auto;
      border-right: solid 1px rgba(0, 0, 0, 0.1025); }
      .mainContent .ankerWrap.nul ._main ._inner {
        padding: 7.175em 10% 10.8em; }
        @media screen and (max-width: 768px) {
          .mainContent .ankerWrap.nul ._main ._inner {
            padding: 5.125em 0; } }
        .mainContent .ankerWrap.nul ._main ._inner .secPage {
          margin-left: auto;
          margin-right: auto; }
  @media screen and (max-width: 768px) {
    .mainContent .main_wrapper {
      padding: 3.69em 0; } }
  .mainContent .root_wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto; }
    .mainContent .root_wrapper > .open_count {
      padding: .82em 3.28%;
      margin-bottom: 1.435em;
      background: #f5f5f5;
      border-radius: 8px; }
      .mainContent .root_wrapper > .open_count p {
        font-weight: 600; }
    .mainContent .root_wrapper > .root_head {
      position: relative;
      z-index: 15; }
      .mainContent .root_wrapper > .root_head + .root_content {
        margin-top: 108px; }
        @media screen and (max-width: 768px) {
          .mainContent .root_wrapper > .root_head + .root_content {
            margin-top: 4.1em; } }
    .mainContent .root_wrapper .root_content > ._block {
      display: block; }
      .mainContent .root_wrapper .root_content > ._block ~ ._block {
        margin-top: 10.25em;
        padding-top: 3.28em;
        border-top: solid 1px rgba(0, 0, 0, 0.1025); }
        @media screen and (max-width: 768px) {
          .mainContent .root_wrapper .root_content > ._block ~ ._block {
            margin-top: 3.28em;
            padding-top: 3.69em; } }
      .mainContent .root_wrapper .root_content > ._block + ._interview {
        margin-top: 4.51em; }
        @media screen and (max-width: 768px) {
          .mainContent .root_wrapper .root_content > ._block + ._interview {
            margin-top: 45.1px; } }
      .mainContent .root_wrapper .root_content > ._block:nth-child(2n) > ._img {
        order: 1; }
        @media screen and (max-width: 768px) {
          .mainContent .root_wrapper .root_content > ._block:nth-child(2n) > ._img {
            order: initial; } }
    @media screen and (max-width: 768px) {
      .mainContent .root_wrapper .root_content > ._interview {
        width: calc(100% + 6vw);
        margin-left: -3vw;
        margin-right: -3vw; } }
    .mainContent .root_wrapper .root_content > ._interview > ._head {
      padding: 0 80px; }
      @media screen and (max-width: 768px) {
        .mainContent .root_wrapper .root_content > ._interview > ._head {
          padding: 9vw 9vw 6vw;
          background: #f5f5f5; } }
      .mainContent .root_wrapper .root_content > ._interview > ._head dl dt {
        font-size: 1.5525em;
        font-weight: bold; }
        .mainContent .root_wrapper .root_content > ._interview > ._head dl dt + dd {
          margin-top: 1em; }
      .mainContent .root_wrapper .root_content > ._interview > ._head dl dd {
        line-height: 1.8; }
    .mainContent .root_wrapper .root_content > ._interview > ._body {
      position: relative;
      z-index: 15;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 0 80px;
      padding-bottom: 80px;
      margin-top: 2.05em; }
      @media screen and (max-width: 768px) {
        .mainContent .root_wrapper .root_content > ._interview > ._body {
          padding: 0 9vw;
          padding-bottom: 9vw;
          margin-top: 0;
          background: #f5f5f5; } }
      .mainContent .root_wrapper .root_content > ._interview > ._body::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        display: block;
        width: 100%;
        height: calc(100% - 80px);
        background: #f5f5f5; }
      .mainContent .root_wrapper .root_content > ._interview > ._body > .__item {
        width: calc(50% - 20px); }
        @media screen and (max-width: 768px) {
          .mainContent .root_wrapper .root_content > ._interview > ._body > .__item {
            width: 100%; } }
        .mainContent .root_wrapper .root_content > ._interview > ._body > .__item > ._txt {
          margin-top: 2.05em; }
          @media screen and (max-width: 768px) {
            .mainContent .root_wrapper .root_content > ._interview > ._body > .__item > ._txt {
              margin-top: 1.64em; } }
          .mainContent .root_wrapper .root_content > ._interview > ._body > .__item > ._txt > p {
            color: #d81718;
            font-weight: 600;
            line-height: 1.435;
            font-size: 1.435em; }
            @media screen and (max-width: 768px) {
              .mainContent .root_wrapper .root_content > ._interview > ._body > .__item > ._txt > p {
                font-size: 1.3325em; } }
          .mainContent .root_wrapper .root_content > ._interview > ._body > .__item > ._txt dl {
            display: flex;
            align-items: baseline;
            margin-top: .41em; }
            .mainContent .root_wrapper .root_content > ._interview > ._body > .__item > ._txt dl dt {
              font-size: 1.23em;
              font-weight: 600; }
            .mainContent .root_wrapper .root_content > ._interview > ._body > .__item > ._txt dl dd {
              margin-left: 7px;
              color: #8f95a1; }
        @media screen and (max-width: 768px) {
          .mainContent .root_wrapper .root_content > ._interview > ._body > .__item ~ .__item {
            margin-top: 6vw; } }
    .mainContent .root_wrapper .root_content > ._interview a.arrow {
      margin-top: 1em; }
    .mainContent .root_wrapper .next_content {
      position: relative;
      z-index: 15;
      display: block;
      padding: 4.51em 41px;
      margin-top: 6.15em;
      border-top: solid 1px rgba(0, 0, 0, 0.1025);
      border-bottom: solid 1px rgba(0, 0, 0, 0.1025); }
      .mainContent .root_wrapper .next_content::before {
        content: '';
        position: absolute;
        right: 0;
        bottom: 100%;
        display: block;
        width: 0px;
        height: 1px;
        background: #d81718;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
      .mainContent .root_wrapper .next_content::after {
        content: '';
        position: absolute;
        right: 0;
        top: 100%;
        display: block;
        width: 0px;
        height: 1px;
        background: #d81718;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
      .mainContent .root_wrapper .next_content > span {
        display: block;
        font-size: .8em;
        color: #8f95a1; }
      .mainContent .root_wrapper .next_content > .title {
        display: flex;
        align-items: baseline; }
        .mainContent .root_wrapper .next_content > .title p {
          font-size: 1.23em; }
        .mainContent .root_wrapper .next_content > .title span {
          margin-left: 20px;
          font-size: .85em;
          color: #8f95a1; }
      .mainContent .root_wrapper .next_content:hover::before {
        left: 0;
        width: 100%;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
      .mainContent .root_wrapper .next_content:hover::after {
        left: 0;
        width: 100%;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
  .mainContent .slim_wrapper ._head h1 {
    font-size: 1.74254em; }
  .mainContent .slim_wrapper ._head + ._body {
    margin-top: 2.46em; }
  .mainContent .slim_wrapper ._body > .__block ~ .__block {
    margin-top: 3.69em; }
  .mainContent .content_head {
    width: calc(100% +  (80px * 2));
    margin-left: -80px;
    margin-right: -80px; }
    @media screen and (max-width: 768px) {
      .mainContent .content_head {
        width: calc(100% +  (6vw * 2));
        margin-left: -6vw;
        margin-right: -6vw; } }
    @media screen and (max-width: 768px) {
      .mainContent .content_head .aspect.aspect35 {
        padding-top: 61.4%; } }
  .mainContent .content_wrapper {
    position: relative;
    z-index: 20;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 82px 80px; }
    @media screen and (max-width: 768px) {
      .mainContent .content_wrapper {
        padding: 41px 0; } }
    .mainContent .content_wrapper.staff {
      margin-top: -41px;
      background: #ffffff; }
      @media screen and (max-width: 768px) {
        .mainContent .content_wrapper.staff {
          margin-top: -2.5vw; } }

@media screen and (max-width: 768px) {
  .page_block section {
    padding-left: calc(100% / 30 * 1.5);
    padding-right: calc(100% / 30 * 1.5); } }
.page_block section .thumbnail {
  border-radius: 32.8px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .page_block section .thumbnail {
      border-radius: 14.35px; } }
.page_block section .wrapper {
  padding-bottom: 12.3em; }
  @media screen and (max-width: 768px) {
    .page_block section .wrapper {
      padding-bottom: 8.2em; } }
  .page_block section .wrapper._block {
    padding-top: calc(100% / 56 * 1.5);
    padding-left: calc(100% / 28 * 1);
    padding-right: calc(100% / 28 * 1);
    border-top: solid 1px; }
    @media screen and (max-width: 768px) {
      .page_block section .wrapper._block {
        padding-left: 0;
        padding-right: 0; } }
  .page_block section .wrapper.thumbnail {
    margin-top: 5.125em; }
    @media screen and (max-width: 768px) {
      .page_block section .wrapper.thumbnail {
        margin-top: 1.64em; } }
  .page_block section .wrapper.single_wrapper {
    display: table;
    width: 100%;
    max-width: 820px;
    margin-left: auto; }
    .page_block section .wrapper.single_wrapper .__foot {
      margin-top: 4.1em;
      padding-top: 1em;
      border-top: solid 1px rgba(0, 0, 0, 0.1025); }
      .page_block section .wrapper.single_wrapper .__foot span {
        display: table;
        margin-bottom: 1.64em;
        text-transform: uppercase;
        font-size: .8em;
        font-weight: 600; }
      .page_block section .wrapper.single_wrapper .__foot .___pager {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .page_block section .wrapper.single_wrapper .__foot .___pager > div {
          flex: 1; }
          .page_block section .wrapper.single_wrapper .__foot .___pager > div a {
            display: table; }
          .page_block section .wrapper.single_wrapper .__foot .___pager > div span {
            display: table;
            padding: 4px 1em;
            border: solid 1px #ffffff;
            border-radius: 4.1em; }
          .page_block section .wrapper.single_wrapper .__foot .___pager > div.prev a {
            margin-right: auto; }
          .page_block section .wrapper.single_wrapper .__foot .___pager > div.all a {
            margin: 0 auto; }
          .page_block section .wrapper.single_wrapper .__foot .___pager > div.next a {
            margin-left: auto; }
  .page_block section .wrapper > span {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4.1em;
    font-size: .8em; }
    .page_block section .wrapper > span i {
      display: table;
      padding: 2px 1em;
      background: #d81718;
      border-radius: 4.1em;
      font-size: .8em;
      color: #ffffff;
      font-weight: 600; }
  .page_block section .wrapper > .__title > h2 {
    display: table;
    margin-bottom: 1.435em;
    padding: 2px 0.646em 2px 0.82em;
    background: #227825;
    font-size: 1.5525em;
    line-height: 1.64;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 4px;
    margin-bottom: 1.435em;
    transform: translateY(0.9635); }
    @media screen and (max-width: 768px) {
      .page_block section .wrapper > .__title > h2 {
        font-size: 1.23em; } }
.page_block .interview_body > ._article {
  padding: 0 calc(100% / 30 * 2); }
  @media screen and (max-width: 768px) {
    .page_block .interview_body > ._article {
      padding: calc(100% / 30 * 3) calc(100% / 30 * 1.5); } }
  .page_block .interview_body > ._article > .__block {
    display: flex;
    flex-wrap: wrap;
    gap: 0 108px;
    padding-top: 1em;
    border-top: solid 1px rgba(0, 0, 0, 0.1025); }
    .page_block .interview_body > ._article > .__block > span {
      display: table;
      width: 100%;
      margin-bottom: 2.46em;
      font-size: .8em;
      line-height: 1.8;
      font-weight: 500;
      text-transform: uppercase; }
    .page_block .interview_body > ._article > .__block > .___side {
      width: 100%;
      max-width: 360px; }
      @media screen and (max-width: 768px) {
        .page_block .interview_body > ._article > .__block > .___side {
          max-width: 251px;
          margin: 0 auto; } }
      .page_block .interview_body > ._article > .__block > .___side .sticky {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100vh; }
        @media screen and (max-width: 768px) {
          .page_block .interview_body > ._article > .__block > .___side .sticky {
            height: initial; } }
        .page_block .interview_body > ._article > .__block > .___side .sticky .img_wrapper {
          position: relative;
          display: block;
          width: 100%;
          border-radius: 15px;
          overflow: hidden;
          box-shadow: 0 5px 15px -10px; }
          .page_block .interview_body > ._article > .__block > .___side .sticky .img_wrapper:nth-child(1) {
            transform: rotate(2deg); }
          .page_block .interview_body > ._article > .__block > .___side .sticky .img_wrapper:nth-child(2) {
            transform: rotate(-4deg); }
          .page_block .interview_body > ._article > .__block > .___side .sticky .img_wrapper ~ .img_wrapper {
            position: absolute;
            z-index: -5; }
          .page_block .interview_body > ._article > .__block > .___side .sticky .img_wrapper.active {
            opacity: 0;
            transform: translate(-20.5px, -20.5px) rotate(0);
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
    .page_block .interview_body > ._article > .__block > .___main {
      flex: 1; }
      @media screen and (max-width: 768px) {
        .page_block .interview_body > ._article > .__block > .___main {
          margin-top: calc(100% / 27 * 5); } }
    .page_block .interview_body > ._article > .__block ul._qa {
      display: table;
      width: 100%;
      max-width: 820px;
      margin-left: auto; }
      @media screen and (max-width: 768px) {
        .page_block .interview_body > ._article > .__block ul._qa {
          font-size: .9em; } }
      .page_block .interview_body > ._article > .__block ul._qa > li {
        position: relative;
        z-index: 15;
        border-top: solid 1px rgba(0, 0, 0, 0.1025);
        padding: 2.87em 0; }
        @media screen and (max-width: 768px) {
          .page_block .interview_body > ._article > .__block ul._qa > li {
            padding: 2.46em 0 0; } }
        .page_block .interview_body > ._article > .__block ul._qa > li > span {
          position: absolute;
          top: 1em;
          left: 0;
          display: table;
          margin-right: auto;
          font-weight: 500;
          font-size: .8em; }
        .page_block .interview_body > ._article > .__block ul._qa > li ~ li {
          margin-top: 2.46em; }
      .page_block .interview_body > ._article > .__block ul._qa dl {
        display: table;
        max-width: 18em;
        margin: 0 auto; }
        @media screen and (max-width: 768px) {
          .page_block .interview_body > ._article > .__block ul._qa dl {
            max-width: 22.55em; } }
        .page_block .interview_body > ._article > .__block ul._qa dl > dt {
          display: flex;
          align-items: center;
          gap: 18px; }
          @media screen and (max-width: 768px) {
            .page_block .interview_body > ._article > .__block ul._qa dl > dt {
              gap: 10px; } }
          .page_block .interview_body > ._article > .__block ul._qa dl > dt p {
            flex: 1;
            line-height: 1.5;
            font-weight: 600; }
          .page_block .interview_body > ._article > .__block ul._qa dl > dt + dd {
            margin-top: 1em; }
        .page_block .interview_body > ._article > .__block ul._qa dl > dd p {
          line-height: 1.8;
          text-indent: 1em; }
          @media screen and (max-width: 768px) {
            .page_block .interview_body > ._article > .__block ul._qa dl > dd p {
              text-indent: 1em; } }
      .page_block .interview_body > ._article > .__block ul._qa .__img {
        display: block;
        width: 100%;
        max-width: 24.6em;
        margin: 0 auto;
        margin-top: 2.46em;
        border-radius: 18.4px;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .page_block .interview_body > ._article > .__block ul._qa .__img {
            margin-top: 1.87em;
            border-radius: 12.3px; } }
.page_block .interview_bottom {
  margin-top: 8.2em;
  margin-bottom: 12.3em; }
  @media screen and (max-width: 768px) {
    .page_block .interview_bottom {
      margin-top: 4.1em;
      margin-bottom: 8.2em; } }
  .page_block .interview_bottom > ._article {
    padding: 0 calc(100% / 30 * 2); }
    @media screen and (max-width: 768px) {
      .page_block .interview_bottom > ._article {
        padding: 0 calc(100% / 30 * 1.5); } }
    .page_block .interview_bottom > ._article > .__block {
      padding-top: 1em;
      border-top: solid 1px rgba(0, 0, 0, 0.1025); }
      .page_block .interview_bottom > ._article > .__block > span {
        display: table;
        margin-bottom: 2.46em;
        font-size: .8em;
        line-height: 1.8;
        font-weight: 500;
        text-transform: uppercase; }
  .page_block .interview_bottom .other_interview {
    position: relative;
    z-index: 15;
    padding-bottom: 3.69em; }
    @media screen and (max-width: 768px) {
      .page_block .interview_bottom .other_interview {
        padding-bottom: 2.46em; } }
    .page_block .interview_bottom .other_interview .swiper-button-prev, .page_block .interview_bottom .other_interview .swiper-button-next {
      top: 100%;
      right: 0;
      bottom: 0;
      left: 0; }
      .page_block .interview_bottom .other_interview .swiper-button-prev::after, .page_block .interview_bottom .other_interview .swiper-button-next::after {
        display: none; }
      .page_block .interview_bottom .other_interview .swiper-button-prev::before, .page_block .interview_bottom .other_interview .swiper-button-next::before {
        position: absolute;
        z-index: 15;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 4px 1em;
        border: solid 1px #ffffff;
        border-radius: 4.1em;
        color: #ffffff;
        font-size: .8em; }
    .page_block .interview_bottom .other_interview .swiper-button-prev {
      left: 0 !important;
      right: initial !important; }
      .page_block .interview_bottom .other_interview .swiper-button-prev::before {
        content: '(Prev)'; }
    .page_block .interview_bottom .other_interview .swiper-button-next {
      left: initial !important;
      right: 0 !important; }
      .page_block .interview_bottom .other_interview .swiper-button-next::before {
        content: '(Next)'; }
    .page_block .interview_bottom .other_interview .swiper-scrollbar {
      left: 6.15em;
      right: 6.15em;
      bottom: 0;
      width: calc(100% - (6.15em * 2));
      height: 2px; }
      @media screen and (max-width: 768px) {
        .page_block .interview_bottom .other_interview .swiper-scrollbar {
          left: 4.1em;
          right: 4.1em;
          width: calc(100% - (4.1em * 2)); } }
    .page_block .interview_bottom .other_interview a._card > ._img {
      border-radius: 24.6px;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .page_block .interview_bottom .other_interview a._card > ._img {
          border-radius: 10px; } }
      .page_block .interview_bottom .other_interview a._card > ._img img {
        transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
    .page_block .interview_bottom .other_interview a._card > ._txt {
      margin-top: 1.64em;
      padding: 0 16.4px; }
      @media screen and (max-width: 768px) {
        .page_block .interview_bottom .other_interview a._card > ._txt {
          margin-top: 1.5525em;
          padding: 0 12.3px; } }
      .page_block .interview_bottom .other_interview a._card > ._txt > h3 {
        margin-bottom: .615em;
        font-weight: 600;
        font-size: 1.435em;
        line-height: 1.435; }
        @media screen and (max-width: 768px) {
          .page_block .interview_bottom .other_interview a._card > ._txt > h3 {
            font-size: 1.23em; } }
      .page_block .interview_bottom .other_interview a._card > ._txt > h4 {
        display: none;
        margin-top: .41em;
        font-weight: 600;
        font-size: 1.23em;
        line-height: 1.64; }
        .page_block .interview_bottom .other_interview a._card > ._txt > h4 small {
          font-size: .6em; }
      .page_block .interview_bottom .other_interview a._card > ._txt > span {
        display: block;
        font-size: .8em;
        font-weight: 400; }
        .page_block .interview_bottom .other_interview a._card > ._txt > span.jobtype {
          display: table;
          padding: 2px 1em;
          background: #dadde4;
          border-radius: 1em;
          font-size: .75em; }
        .page_block .interview_bottom .other_interview a._card > ._txt > span.entry {
          margin-top: 5px; }

.about_wrapper .wrap {
  display: table;
  width: 100%;
  max-width: 820px;
  margin-left: auto; }

.mww_wrapper > div {
  padding-top: 1em;
  border-top: solid 1px rgba(0, 0, 0, 0.1025); }
  .mww_wrapper > div > span {
    display: table;
    margin-bottom: 1.64em;
    font-size: .8em;
    font-weight: 600;
    text-transform: uppercase; }
.mww_wrapper > ._purpose p {
  margin: 0 auto;
  font-size: 4.51em;
  font-weight: 600;
  line-height: 1.435; }
  @media screen and (max-width: 768px) {
    .mww_wrapper > ._purpose p {
      display: table;
      font-size: 2.255em;
      line-height: 1.3325; } }
  .mww_wrapper > ._purpose p strong {
    color: #d81718;
    background-image: linear-gradient(to right, #d81718 10%, rgba(255, 255, 255, 0) 30%);
    background-position: bottom;
    background-size: 8px 2px;
    background-repeat: repeat-x; }
  .mww_wrapper > ._purpose p i {
    display: inline-block;
    width: .7em;
    font-size: .7em; }
.mww_wrapper > ._statement {
  margin-top: 6.15em; }
  @media screen and (max-width: 768px) {
    .mww_wrapper > ._statement {
      margin-top: 3.28em; } }
  .mww_wrapper > ._statement ul._statement > li {
    display: flex;
    align-items: flex-start;
    gap: 18.45px;
    padding: 2.255em 0 2.87em;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1025); }
    @media screen and (max-width: 768px) {
      .mww_wrapper > ._statement ul._statement > li {
        padding: 1.435em 0 2.05em; } }
    .mww_wrapper > ._statement ul._statement > li > i {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 2.46em;
      height: 2.46em;
      padding-left: .515em;
      background: url(images/favicon.svg);
      background-size: cover;
      font-size: .85em;
      line-height: 1.435rem;
      color: #ffffff; }
    .mww_wrapper > ._statement ul._statement > li dl {
      flex: 1;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      flex-wrap: wrap; }
      .mww_wrapper > ._statement ul._statement > li dl dt {
        font-size: 1.435em;
        font-weight: 700; }
        @media screen and (max-width: 768px) {
          .mww_wrapper > ._statement ul._statement > li dl dt {
            margin-bottom: 3px;
            font-size: 1.3325em; } }
      .mww_wrapper > ._statement ul._statement > li dl dd {
        max-width: 24.6em; }
.mww_wrapper > ._mission {
  margin-top: 6.15em; }
  @media screen and (max-width: 768px) {
    .mww_wrapper > ._mission {
      margin-top: 3.28em; } }
  .mww_wrapper > ._mission p.lead {
    width: 100%;
    font-size: 1.845em;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      .mww_wrapper > ._mission p.lead {
        font-size: 1.64em; } }
    .mww_wrapper > ._mission p.lead strong {
      display: inline-block;
      color: #d81718;
      background-image: linear-gradient(to right, #d81718 10%, rgba(255, 255, 255, 0) 30%);
      background-position: bottom;
      background-size: 8px 2px;
      background-repeat: repeat-x; }
  .mww_wrapper > ._mission p.joints {
    margin: 1.845em 0;
    text-align: center;
    font-size: 1.1275em;
    font-weight: 700; }
  .mww_wrapper > ._mission p.purpose {
    width: 100%;
    margin-top: 1em;
    font-size: 1.845em;
    font-weight: 700;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .mww_wrapper > ._mission p.purpose {
        font-size: 1.5525em; } }
    .mww_wrapper > ._mission p.purpose + ul {
      display: flex;
      margin-top: 1.435em; }
      @media screen and (max-width: 768px) {
        .mww_wrapper > ._mission p.purpose + ul {
          margin-top: 1em; } }
      .mww_wrapper > ._mission p.purpose + ul > li {
        display: flex;
        justify-content: center;
        flex: 1;
        border-left: solid 1px rgba(0, 0, 0, 0.1025); }
        .mww_wrapper > ._mission p.purpose + ul > li h3 {
          font-size: 1.3325em; }
        .mww_wrapper > ._mission p.purpose + ul > li p {
          font-size: 5.15em;
          line-height: 1;
          font-weight: 600; }
          @media screen and (max-width: 768px) {
            .mww_wrapper > ._mission p.purpose + ul > li p {
              font-size: 3.28em; } }
          .mww_wrapper > ._mission p.purpose + ul > li p small {
            font-size: 1.5525rem;
            font-weight: 700; }
            @media screen and (max-width: 768px) {
              .mww_wrapper > ._mission p.purpose + ul > li p small {
                font-size: 1.435rem; } }
        .mww_wrapper > ._mission p.purpose + ul > li ~ li {
          border-right: solid 1px rgba(0, 0, 0, 0.1025); }

.environment_wrapper .wrap {
  display: table;
  width: 100%;
  max-width: 820px;
  margin-left: auto; }

.system_wrapper > ._atom {
  padding-top: 1em;
  border-top: solid 1px rgba(0, 0, 0, 0.1025); }
  .system_wrapper > ._atom ~ ._atom {
    margin-top: 6.15em; }
    @media screen and (max-width: 768px) {
      .system_wrapper > ._atom ~ ._atom {
        margin-top: 4.1em; } }
  .system_wrapper > ._atom > span {
    display: table;
    margin-bottom: 1.64em;
    font-size: .8em;
    font-weight: 600;
    text-transform: uppercase; }
  .system_wrapper > ._atom .__head {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .system_wrapper > ._atom .__head > h3 {
      width: calc(100% / 11 * 3);
      font-size: 1.5525em; }
      @media screen and (max-width: 768px) {
        .system_wrapper > ._atom .__head > h3 {
          width: 100%;
          font-size: 1.3325em; } }
  .system_wrapper > ._atom .__body {
    margin-top: 2.87em; }
    @media screen and (max-width: 768px) {
      .system_wrapper > ._atom .__body {
        margin-top: 1.435em; } }
    .system_wrapper > ._atom .__body ul {
      display: flex;
      flex-wrap: wrap;
      gap: 28.7px; }
      @media screen and (max-width: 768px) {
        .system_wrapper > ._atom .__body ul {
          gap: 28.7px 8px; } }
      .system_wrapper > ._atom .__body ul > li {
        width: calc((100% / 2) - (28.7px / 2)); }
        @media screen and (max-width: 768px) {
          .system_wrapper > ._atom .__body ul > li {
            width: calc((100% / 2) - (8px / 2)); } }
        .system_wrapper > ._atom .__body ul > li .___img {
          border-radius: 18.45px;
          overflow: hidden; }
          @media screen and (max-width: 768px) {
            .system_wrapper > ._atom .__body ul > li .___img {
              border-radius: 8px; } }
        .system_wrapper > ._atom .__body ul > li .___txt {
          margin-top: 1.435em; }
          @media screen and (max-width: 768px) {
            .system_wrapper > ._atom .__body ul > li .___txt {
              margin-top: 1em; } }
          .system_wrapper > ._atom .__body ul > li .___txt dl > dt {
            font-weight: 700;
            font-size: 1.23em; }
            @media screen and (max-width: 768px) {
              .system_wrapper > ._atom .__body ul > li .___txt dl > dt {
                font-size: 1em; } }
            .system_wrapper > ._atom .__body ul > li .___txt dl > dt + dd {
              margin-top: 8px; }
              @media screen and (max-width: 768px) {
                .system_wrapper > ._atom .__body ul > li .___txt dl > dt + dd {
                  margin-top: 4px; } }

.data_wrapper {
  display: flex;
  flex-wrap: wrap; }
  .data_wrapper::before {
    content: '';
    position: absolute;
    top: -200px;
    right: 0;
    display: block;
    width: 300px;
    height: 200px;
    background: url(images/data_data-01.svg);
    background-size: cover; }
    @media screen and (max-width: 768px) {
      .data_wrapper::before {
        top: calc(8.5em / 2 * -2);
        width: calc(8.5em / 2 * 3);
        height: calc(8.5em / 2 * 2); } }
  .data_wrapper > ._left {
    width: calc(100% / 6*2);
    padding-right: 41px; }
    @media screen and (max-width: 768px) {
      .data_wrapper > ._left {
        width: 100%;
        padding: 0; } }
  .data_wrapper > ._right {
    width: calc(100% / 6*4);
    border-left: solid 1px rgba(0, 0, 0, 0.1025);
    padding-left: 41px; }
    @media screen and (max-width: 768px) {
      .data_wrapper > ._right {
        width: 100%;
        padding: 0;
        margin-top: 41px;
        padding-top: 41px;
        border-top: solid 1px rgba(0, 0, 0, 0.1025);
        border-left: none; } }
  .data_wrapper ._block h4 {
    display: table;
    margin-bottom: 1.64em;
    font-size: 1.3325em;
    line-height: 1.435;
    color: #227825;
    background-image: linear-gradient(to right, #227825 10%, rgba(255, 255, 255, 0) 30%);
    background-position: bottom;
    background-size: 8px 2px;
    background-repeat: repeat-x; }
  .data_wrapper ._block p.number {
    display: flex;
    align-items: flex-end;
    font-size: 2.46em;
    font-weight: 900;
    line-height: .82; }
    .data_wrapper ._block p.number > i {
      display: block;
      font-size: 1.845em; }
      .data_wrapper ._block p.number > i[data-caption]::before {
        content: attr(data-caption) "";
        display: block;
        margin-bottom: 10px;
        color: #d81718;
        font-size: 1.23rem; }
  .data_wrapper ._block ul._from {
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    font-size: 1.23em;
    font-weight: 900;
    line-height: .82; }
    .data_wrapper ._block ul._from > li {
      display: flex;
      align-items: center; }
      .data_wrapper ._block ul._from > li > span {
        width: 3.28em;
        font-size: 1.5525rem; }
      .data_wrapper ._block ul._from > li > i {
        display: block;
        width: 1.23em;
        font-size: 1.845em;
        text-align: right; }
  .data_wrapper ._block ~ ._block {
    margin-top: 41px;
    padding-top: 41px;
    border-top: solid 1px rgba(0, 0, 0, 0.1025); }

.occupation_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 36.9px; }
  @media screen and (max-width: 768px) {
    .occupation_wrapper {
      gap: 24.6px; } }
  .occupation_wrapper > ._side {
    width: 250px;
    max-width: 100%; }
    @media screen and (max-width: 768px) {
      .occupation_wrapper > ._side {
        width: 210px;
        margin: 0 auto; } }
    .occupation_wrapper > ._side .sticky {
      top: 14.35em;
      border-radius: 18.45px;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .occupation_wrapper > ._side .sticky {
          border-radius: 12.3px; } }
    .occupation_wrapper > ._side ._imgs {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      opacity: 0;
      visibility: hidden;
      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; }
      .occupation_wrapper > ._side ._imgs.active {
        position: relative;
        z-index: 15;
        opacity: 1;
        visibility: visible;
        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: .205s; }
  .occupation_wrapper > ._main {
    flex: 1; }
    @media screen and (max-width: 768px) {
      .occupation_wrapper > ._main {
        flex: initial;
        width: 100%; } }
  .occupation_wrapper ul._list {
    display: table;
    width: 100%;
    max-width: 820px;
    margin-left: auto; }
    .occupation_wrapper ul._list > li {
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      flex-wrap: wrap;
      border-top: solid 1px rgba(0, 0, 0, 0.1025);
      padding-top: 1em;
      opacity: .515; }
      .occupation_wrapper ul._list > li.active {
        opacity: 1; }
      .occupation_wrapper ul._list > li ~ li {
        margin-top: 4.1em; }
        @media screen and (max-width: 768px) {
          .occupation_wrapper ul._list > li ~ li {
            margin-top: 2.05em; } }
      .occupation_wrapper ul._list > li > span {
        display: table;
        width: 100%;
        margin-bottom: 1.64em;
        text-transform: uppercase;
        font-size: .8em;
        font-weight: 600; }
        @media screen and (max-width: 768px) {
          .occupation_wrapper ul._list > li > span {
            margin-bottom: .615em;
            font-size: .75em; } }
      .occupation_wrapper ul._list > li > h3 {
        font-size: 1.845em; }
        @media screen and (max-width: 768px) {
          .occupation_wrapper ul._list > li > h3 {
            font-size: 1.3325em;
            line-height: 1.435; } }
      @media screen and (max-width: 768px) {
        .occupation_wrapper ul._list > li > p {
          max-width: 12.3em;
          line-height: 1.64; } }

.newgraduate_wrapper {
  padding: clamp(24.6px, 5vw, 82px);
  background: #ffffff; }
  @media screen and (max-width: 768px) {
    .newgraduate_wrapper {
      padding: clamp(36.9px, 5vw, 82px) clamp(24.6px, 5vw, 82px); } }
  .newgraduate_wrapper p {
    display: table;
    max-width: 32.8em;
    margin: 0 auto;
    font-size: 1.1275em; }
    @media screen and (max-width: 768px) {
      .newgraduate_wrapper p {
        font-size: 1em; } }
    .newgraduate_wrapper p strong {
      color: #d81718; }
    .newgraduate_wrapper p._lead {
      margin: 0 auto;
      font-size: 4.51em;
      font-weight: 600;
      line-height: 1.435;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .newgraduate_wrapper p._lead {
          font-size: 2.46em; } }
      .newgraduate_wrapper p._lead strong {
        color: #d81718;
        background-image: linear-gradient(to right, #d81718 10%, rgba(255, 255, 255, 0) 30%);
        background-position: bottom;
        background-size: 8px 2px;
        background-repeat: repeat-x; }
      .newgraduate_wrapper p._lead ~ p, .newgraduate_wrapper p._lead ~ .checksheet, .newgraduate_wrapper p._lead ~ .entrybox {
        margin-top: 2.87em; }
        @media screen and (max-width: 768px) {
          .newgraduate_wrapper p._lead ~ p, .newgraduate_wrapper p._lead ~ .checksheet, .newgraduate_wrapper p._lead ~ .entrybox {
            margin-top: 2.46em; } }
  .newgraduate_wrapper .checksheet {
    display: table;
    margin: 0 auto; }
  .newgraduate_wrapper .entrybox {
    max-width: 32.8em;
    margin: 0 auto;
    font-size: 1.1275em;
    background: #dddddd;
    border-radius: 12.3px;
    padding: clamp(12px, 3vw, 41px);
    cursor: not-allowed;
    filter: grayscale(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; }
    @media screen and (max-width: 768px) {
      .newgraduate_wrapper .entrybox {
        border-radius: 8px;
        padding: clamp(32.8px, 3vw, 41px); } }
    .newgraduate_wrapper .entrybox a {
      display: flex;
      align-items: center;
      justify-content: center;
      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; }
      .newgraduate_wrapper .entrybox a img {
        width: auto;
        height: 1.64em; }
        @media screen and (max-width: 768px) {
          .newgraduate_wrapper .entrybox a img {
            height: 1.435em; } }
    .newgraduate_wrapper .entrybox.no1.no2.no3.no4 {
      background: #f5f5f5;
      cursor: initial;
      filter: grayscale(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; }
      .newgraduate_wrapper .entrybox.no1.no2.no3.no4 a {
        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; }

.switch-wrapper {
  position: relative;
  z-index: 15;
  width: 100%;
  max-width: 410px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 20px;
  margin-top: 15px; }
  @media screen and (max-width: 768px) {
    .switch-wrapper {
      margin-top: 1.845em; } }
  .switch-wrapper > i {
    position: absolute;
    left: -3.28em;
    display: table;
    font-size: .75em;
    font-weight: 600;
    text-transform: uppercase; }
    @media screen and (max-width: 768px) {
      .switch-wrapper > i {
        top: -1.435em;
        left: 0; } }

.label-container p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.64;
  color: #ffffff; }

.switch-container {
  width: 100%;
  max-width: 60px;
  max-height: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 5px 8px;
  border-radius: 50px;
  position: relative;
  z-index: 15;
  cursor: pointer;
  overflow: hidden; }
  .switch-container .switch-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #949494;
    z-index: -1;
    transition: background-color 0.2s ease-in; }
  .switch-container #with-warrenty:checked ~ .switch-bg {
    background-color: #37ca37; }
  .switch-container #with-warrenty2:checked ~ .switch-bg {
    background-color: #37ca37; }
  .switch-container #with-warrenty3:checked ~ .switch-bg {
    background-color: #37ca37; }
  .switch-container #with-warrenty4:checked ~ .switch-bg {
    background-color: #37ca37; }
  .switch-container #with-warrenty5:checked ~ .switch-bg {
    background-color: #37ca37; }
  .switch-container .switch-left span {
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    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; }
  .switch-container .switch-right span {
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    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; }
  .switch-container #with-warrenty:checked ~ .switch-left span {
    opacity: 1; }
  .switch-container #with-warrenty2:checked ~ .switch-left span {
    opacity: 1; }
  .switch-container #with-warrenty3:checked ~ .switch-left span {
    opacity: 1; }
  .switch-container #with-warrenty4:checked ~ .switch-left span {
    opacity: 1; }
  .switch-container #with-warrenty5:checked ~ .switch-left span {
    opacity: 1; }
  .switch-container #with-warrenty:checked ~ .switch-right span {
    opacity: 0; }
  .switch-container #with-warrenty2:checked ~ .switch-right span {
    opacity: 0; }
  .switch-container #with-warrenty3:checked ~ .switch-right span {
    opacity: 0; }
  .switch-container #with-warrenty4:checked ~ .switch-right span {
    opacity: 0; }
  .switch-container #with-warrenty5:checked ~ .switch-right span {
    opacity: 0; }
  .switch-container .round-box {
    position: absolute;
    width: 22px;
    height: 22px;
    top: 50%;
    transform: translate(-3px, -50%);
    background-color: #f6f6f6;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    transition: transform 0.3s ease-in-out; }
  .switch-container #with-warrenty:checked ~ .round-box {
    transform: translate(25px, -50%); }
  .switch-container #with-warrenty2:checked ~ .round-box {
    transform: translate(25px, -50%); }
  .switch-container #with-warrenty3:checked ~ .round-box {
    transform: translate(25px, -50%); }
  .switch-container #with-warrenty4:checked ~ .round-box {
    transform: translate(25px, -50%); }
  .switch-container #with-warrenty5:checked ~ .round-box {
    transform: translate(25px, -50%); }

@media screen and (max-width: 768px) {
  .message_wrapper {
    padding: 0 calc(100% / 62 * 2); } }
.message_wrapper > span {
  display: block;
  margin-bottom: 15px;
  font-size: 2.05em;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1px;
  font-weight: 600;
  font-family: 'Unbounded', cursive;
  white-space: nowrap;
  text-transform: capitalize; }
  @media screen and (max-width: 768px) {
    .message_wrapper > span {
      font-size: 1.5525em; } }
.message_wrapper dl {
  margin-bottom: 2.46em; }
  .message_wrapper dl > dt {
    font-size: 8.2em;
    font-weight: 600;
    line-height: 1;
    transform: skewX(-10deg); }
    @media screen and (max-width: 768px) {
      .message_wrapper dl > dt {
        margin: 0 auto; } }
  .message_wrapper dl > dd {
    margin-top: 15px; }
    .message_wrapper dl > dd p {
      font-size: 1.5525em;
      font-weight: 600;
      line-height: 1.64; }
      @media screen and (max-width: 768px) {
        .message_wrapper dl > dd p {
          font-size: 1.845em; } }
.message_wrapper p {
  font-size: 1.5525em;
  font-weight: 600; }
  @media screen and (max-width: 768px) {
    .message_wrapper p {
      font-size: 1.845em; } }
  .message_wrapper p strong {
    font-size: 1.23em;
    background-image: linear-gradient(to right, #ffffff 15%, rgba(255, 255, 255, 0) 15%);
    background-position: bottom;
    background-size: 10px 2px;
    background-repeat: repeat-x; }
.message_wrapper .message_image {
  aspect-ratio: 2.35/ 1;
  margin-top: calc(8.5em / 8 * 3);
  border-radius: calc(8.5em / 8);
  overflow: hidden;
  line-height: 1; }
  @media screen and (max-width: 768px) {
    .message_wrapper .message_image {
      aspect-ratio: 16/ 9; } }

.job_wrapper h4 {
  display: flex;
  align-items: center;
  column-gap: 13px;
  margin-bottom: 10px;
  font-size: 1.5525em; }
  @media screen and (max-width: 768px) {
    .job_wrapper h4 {
      column-gap: 10px;
      padding: 0 calc(100% / 62 * 2);
      font-size: 1.3325em; } }
  .job_wrapper h4::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: solid 3.5px #ffffff; }
    @media screen and (max-width: 768px) {
      .job_wrapper h4::before {
        border: solid 2.5px #ffffff; } }
.job_wrapper > ._block ~ ._block {
  margin-top: 1.845em; }
@media screen and (max-width: 768px) {
  .job_wrapper > ._block._lead {
    padding: 0 calc(100% / 62 * 2); } }
.job_wrapper > ._block._lead > .__title {
  margin-bottom: 7px;
  font-size: .9em; }
.job_wrapper > ._block._lead > .__main dl > dt {
  font-size: 2.46em;
  line-height: 1.3325;
  font-weight: 900; }
  @media screen and (max-width: 768px) {
    .job_wrapper > ._block._lead > .__main dl > dt {
      font-size: 2.05em; } }
.job_wrapper > ._block._lead > .__main dl > dd {
  margin-top: 1em; }
  .job_wrapper > ._block._lead > .__main dl > dd p {
    font-size: 1.075em;
    font-weight: 600; }
    @media screen and (max-width: 768px) {
      .job_wrapper > ._block._lead > .__main dl > dd p {
        font-size: 1em; } }
.job_wrapper ul.job_works {
  counter-reset: num; }
  .job_wrapper ul.job_works > li dl {
    border-radius: 15px;
    overflow: hidden; }
    .job_wrapper ul.job_works > li dl > dt {
      padding: 2.05rem 2.46rem 1rem;
      background: #227825;
      background: url(images/background-gray.png), #227825;
      background-repeat: repeat;
      background-size: 100px; }
      @media screen and (max-width: 768px) {
        .job_wrapper ul.job_works > li dl > dt {
          padding: 1.5525rem calc(100% / 62 * 3) 1rem; } }
      .job_wrapper ul.job_works > li dl > dt p {
        position: relative;
        z-index: 15;
        font-size: 1.3325em;
        font-weight: 600;
        line-height: 1; }
        @media screen and (max-width: 768px) {
          .job_wrapper ul.job_works > li dl > dt p {
            font-size: 1.23em; } }
        .job_wrapper ul.job_works > li dl > dt p::before {
          counter-increment: num 1;
          content: counter(num);
          position: absolute;
          top: -0.82em;
          left: -0.82em;
          font-size: .8rem;
          font-weight: 600;
          font-family: 'Unbounded', cursive; }
    .job_wrapper ul.job_works > li dl > dd {
      padding: 2.46em;
      background: #ffffff;
      background: url(images/background-gray.png), #ffffff;
      background-repeat: repeat;
      background-size: 100px; }
      @media screen and (max-width: 768px) {
        .job_wrapper ul.job_works > li dl > dd {
          padding: calc(100% / 62 * 3); } }
      .job_wrapper ul.job_works > li dl > dd * {
        font-weight: 400;
        color: #342b2b;
        ine-height: 1.64; }
  .job_wrapper ul.job_works > li ~ li {
    margin-top: 1em; }
    @media screen and (max-width: 768px) {
      .job_wrapper ul.job_works > li ~ li {
        margin-top: calc(100% / 62); } }
.job_wrapper .job_skill_block {
  position: relative;
  z-index: 15;
  padding: calc(8.5em / 8* 4);
  border-radius: calc(8.5em / 8);
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .job_wrapper .job_skill_block {
      padding: calc(8.5em / 16* 3); } }
  .job_wrapper .job_skill_block .background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
    width: 100%;
    height: 100%; }
    .job_wrapper .job_skill_block .background::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      backdrop-filter: blur(5px); }
.job_wrapper ul.job_skill {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1em; }
  @media screen and (max-width: 768px) {
    .job_wrapper ul.job_skill {
      gap: 0; } }
  .job_wrapper ul.job_skill * {
    font-weight: 400;
    color: #342b2b; }
  .job_wrapper ul.job_skill > li {
    flex: 1;
    min-width: 360px;
    max-width: 360px;
    padding: 2.46em;
    background: #ffffff;
    background: url(images/background-gray.png), #ffffff;
    background-repeat: repeat;
    background-size: 100px;
    border-radius: 15px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .job_wrapper ul.job_skill > li {
        max-width: 100%;
        padding: calc((100% / 62 * 3)); } }
    .job_wrapper ul.job_skill > li > i {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 60px;
      height: 60px;
      margin: 0 auto 10px;
      background: #227825;
      background: url(images/background-gray.png), #227825;
      background-repeat: repeat;
      background-size: 100px;
      border-radius: 60px; }
      .job_wrapper ul.job_skill > li > i img {
        width: 1.64em;
        height: 1.64em; }
    .job_wrapper ul.job_skill > li dl > dt {
      text-align: center;
      font-size: 1.23em;
      font-weight: 600; }
    .job_wrapper ul.job_skill > li dl > dd {
      margin-top: 10px; }
      .job_wrapper ul.job_skill > li dl > dd p {
        line-height: 1.64; }
    @media screen and (max-width: 768px) {
      .job_wrapper ul.job_skill > li ~ li {
        margin-top: calc(100% / 62); } }

.history_wrapper {
  padding: 2.46em;
  background: #ffffff;
  background: url(images/background-gray.png), #ffffff;
  background-repeat: repeat;
  background-size: 100px;
  border-radius: 15px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .history_wrapper {
      padding: calc((100% / 62 * 3)); } }
  .history_wrapper * {
    font-weight: 400;
    color: #342b2b; }
  .history_wrapper ul {
    position: relative;
    z-index: 15;
    padding: 1em 0; }
    .history_wrapper ul::before {
      content: '';
      position: absolute;
      top: 0;
      left: calc((12px - 2px) / 2);
      z-index: -5;
      width: 2px;
      height: 100%;
      background: #d81718;
      opacity: .205; }
    .history_wrapper ul > li {
      display: flex;
      align-items: flex-start; }
      @media screen and (max-width: 768px) {
        .history_wrapper ul > li {
          flex-wrap: wrap; } }
      .history_wrapper ul > li ~ li {
        margin-top: 2.05em; }
      .history_wrapper ul > li > .year_block {
        display: flex;
        align-items: center;
        column-gap: 15px;
        min-width: 9.225em; }
        @media screen and (max-width: 768px) {
          .history_wrapper ul > li > .year_block {
            font-weight: 600; } }
        .history_wrapper ul > li > .year_block::before {
          content: '';
          display: block;
          width: 12px;
          height: 12px;
          border-radius: 12px;
          background: #d81718; }
      @media screen and (max-width: 768px) {
        .history_wrapper ul > li > .month_block {
          width: 100%;
          padding-left: calc(15px + 8px);
          margin-top: 3px; } }
      .history_wrapper ul > li > .month_block dl {
        display: flex;
        align-items: flex-start; }
        @media screen and (max-width: 768px) {
          .history_wrapper ul > li > .month_block dl {
            padding-bottom: 10px;
            border-bottom: solid 0.5px #342b2b; } }
        .history_wrapper ul > li > .month_block dl > dt {
          width: 3.28em; }
        .history_wrapper ul > li > .month_block dl > dd {
          flex: 1; }
        .history_wrapper ul > li > .month_block dl ~ dl {
          margin-top: 2.05em; }
          @media screen and (max-width: 768px) {
            .history_wrapper ul > li > .month_block dl ~ dl {
              margin-top: 15px; } }

.company_wrapper > ._block._head {
  display: flex;
  gap: calc(8.5em / 8); }
  @media screen and (max-width: 768px) {
    .company_wrapper > ._block._head {
      flex-direction: column; } }
  .company_wrapper > ._block._head * {
    color: #150606; }
  .company_wrapper > ._block._head > .__image {
    flex: 1;
    border-radius: 15px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .company_wrapper > ._block._head > .__image {
        aspect-ratio: 2.35 / 1; } }
  .company_wrapper > ._block._head > .__text {
    flex: 2;
    padding: 2.46em;
    background: #ffffff;
    background: url(images/background-gray.png), #ffffff;
    background-repeat: repeat;
    background-size: 100px;
    border-radius: 15px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .company_wrapper > ._block._head > .__text {
        padding: calc(8.5em / 16 * 5) calc(8.5em / 16 * 4); } }
.company_wrapper > ._block ~ ._block {
  margin-top: 1.845em; }
.company_wrapper ul.list_company {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  counter-reset: num; }
  @media screen and (max-width: 768px) {
    .company_wrapper ul.list_company {
      gap: 0; } }
  .company_wrapper ul.list_company > li {
    width: calc((100% / 2) - (1em / 2));
    border-radius: 15px;
    overflow: hidden;
    background: #ffffff;
    background: url(images/background-gray.png), #ffffff;
    background-repeat: repeat;
    background-size: 100px; }
    @media screen and (max-width: 768px) {
      .company_wrapper ul.list_company > li {
        width: 100%; } }
    .company_wrapper ul.list_company > li > ._head {
      padding: 2.05em 2.46em 1.23em;
      background: #227825;
      background: url(images/background-gray.png), #227825;
      background-repeat: repeat;
      background-size: 100px; }
      @media screen and (max-width: 768px) {
        .company_wrapper ul.list_company > li > ._head {
          padding: 1.5525rem calc(100% / 62 * 3) 1rem; } }
      .company_wrapper ul.list_company > li > ._head h3 {
        position: relative;
        z-index: 15;
        font-size: 1.3325em;
        line-height: 1; }
        @media screen and (max-width: 768px) {
          .company_wrapper ul.list_company > li > ._head h3 {
            font-size: 1.23em; } }
        .company_wrapper ul.list_company > li > ._head h3::before {
          counter-increment: num 1;
          content: counter(num);
          position: absolute;
          top: -0.82em;
          left: -0.82em;
          font-size: .8rem;
          font-weight: 600;
          font-family: 'Unbounded', cursive; }
    .company_wrapper ul.list_company > li > ._body {
      padding: 2.46em; }
      @media screen and (max-width: 768px) {
        .company_wrapper ul.list_company > li > ._body {
          padding: calc(8.5em / 16 * 4); } }
      .company_wrapper ul.list_company > li > ._body * {
        color: #342b2b; }
    @media screen and (max-width: 768px) {
      .company_wrapper ul.list_company > li ~ li {
        margin-top: calc(100% / 62); } }
.company_wrapper ul._list {
  position: relative;
  z-index: 15; }
  .company_wrapper ul._list > li {
    position: relative;
    z-index: 15; }
    @media screen and (max-width: 768px) {
      .company_wrapper ul._list > li:last-child {
        border-bottom: 0; } }
    .company_wrapper ul._list > li ~ li {
      margin-top: 1em; }
      @media screen and (max-width: 768px) {
        .company_wrapper ul._list > li ~ li {
          margin-top: 6px; } }
.company_wrapper dl._list {
  display: flex;
  flex-wrap: wrap; }
  .company_wrapper dl._list > dt {
    flex: 1;
    min-width: 6.15em;
    font-weight: 600; }
  .company_wrapper dl._list > dd {
    flex: 4;
    font-weight: 400; }
    @media screen and (max-width: 768px) {
      .company_wrapper dl._list > dd {
        width: calc(100% - 6.15em); } }
    .company_wrapper dl._list > dd span {
      display: block; }
      .company_wrapper dl._list > dd span ~ span {
        margin-top: .41em; }
.company_wrapper ul._disc {
  padding-left: 1.23em; }
  .company_wrapper ul._disc > li {
    list-style-type: disc;
    line-height: 1.8; }
    .company_wrapper ul._disc > li a {
      color: #d81718;
      text-decoration: underline; }

.data_wrapper {
  padding: 2.46em 0;
  background: #227825;
  background: url(images/background-gray.png), #227825;
  background-repeat: repeat;
  background-size: 100px;
  border-radius: 15px; }
  @media screen and (max-width: 768px) {
    .data_wrapper {
      padding: calc(100% / 62 * 3) 0; } }
  .data_wrapper ul.list_data {
    display: flex;
    flex-wrap: wrap;
    border-top: solid 0.5px #ffffff; }
    .data_wrapper ul.list_data > li {
      flex: 1;
      min-width: 50%;
      padding: 1.23em 2.46em;
      border-bottom: solid 0.5px #ffffff; }
      @media screen and (max-width: 768px) {
        .data_wrapper ul.list_data > li {
          padding: calc(100% / 62 * 4) calc(100% / 62 * 3); } }
      .data_wrapper ul.list_data > li.borderL {
        border-left: solid .5px; }
      .data_wrapper ul.list_data > li.sm {
        min-width: calc(100% / 3 * 1); }
        @media screen and (max-width: 768px) {
          .data_wrapper ul.list_data > li.sm {
            min-width: 100%;
            border-left: none; } }
      .data_wrapper ul.list_data > li.md {
        min-width: calc(100% / 3 * 2); }
        @media screen and (max-width: 768px) {
          .data_wrapper ul.list_data > li.md {
            min-width: 100%;
            border-left: none; } }
      .data_wrapper ul.list_data > li.lg {
        min-width: 100%; }
      .data_wrapper ul.list_data > li h3 {
        display: inline-flex;
        align-items: baseline;
        margin-bottom: 10px;
        padding: 4px 15px;
        background: #ffffff;
        background: url(images/background-gray.png), #ffffff;
        background-repeat: repeat;
        background-size: 100px;
        border-radius: 4.1em;
        color: #227825;
        line-height: 1.3325; }
      .data_wrapper ul.list_data > li p {
        line-height: 1.64;
        font-weight: 400; }
        .data_wrapper ul.list_data > li p.old {
          text-align: center;
          font-size: 1.3325em;
          line-height: 1; }
          .data_wrapper ul.list_data > li p.old span.num {
            font-size: 2.255em; }
      .data_wrapper ul.list_data > li ul.barance {
        display: flex;
        margin-bottom: 10px; }
        @media screen and (max-width: 768px) {
          .data_wrapper ul.list_data > li ul.barance {
            font-size: .9em; } }
        .data_wrapper ul.list_data > li ul.barance > li {
          padding: 6px 0;
          text-align: center; }
          .data_wrapper ul.list_data > li ul.barance > li.new {
            width: 20%;
            background: #0b5dae;
            background: url(images/background-gray.png), #0b5dae;
            background-repeat: repeat;
            background-size: 100px; }
          .data_wrapper ul.list_data > li ul.barance > li.mid {
            width: 80%;
            background: #bf2f08;
            background: url(images/background-gray.png), #bf2f08;
            background-repeat: repeat;
            background-size: 100px; }
          .data_wrapper ul.list_data > li ul.barance > li span.num {
            font-size: 1.5525em; }
  .data_wrapper ul.data_flex {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 10px;
    font-size: .85em; }
    .data_wrapper ul.data_flex > li {
      display: block;
      padding: 2px 10px;
      background: #205a22;
      background: url(images/background-gray.png), #205a22;
      background-repeat: repeat;
      background-size: 100px;
      border-radius: 15px; }

.career_wrapper > ._block ~ ._block {
  margin-top: 1.845em; }
@media screen and (max-width: 768px) {
  .career_wrapper > ._block._lead {
    padding: 0 calc(100% / 62 * 2); } }
.career_wrapper > ._block._lead > .__title {
  margin-bottom: 7px;
  font-size: .9em; }
.career_wrapper > ._block._lead > .__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: calc(8.5em / 8 * 4);
  padding-left: calc(8.5em / 8 * 2); }
  @media screen and (max-width: 768px) {
    .career_wrapper > ._block._lead > .__main {
      flex-wrap: wrap;
      padding-left: calc(8.5em / 16 * 1); } }
  .career_wrapper > ._block._lead > .__main dl {
    position: relative;
    z-index: 20; }
    @media screen and (max-width: 768px) {
      .career_wrapper > ._block._lead > .__main dl {
        order: 1;
        min-width: 100%; } }
    .career_wrapper > ._block._lead > .__main dl > dt {
      font-size: 2.46em;
      line-height: 1.3325;
      font-weight: 900; }
      @media screen and (max-width: 768px) {
        .career_wrapper > ._block._lead > .__main dl > dt {
          font-size: 2.05em; } }
    .career_wrapper > ._block._lead > .__main dl > dd {
      margin-top: 1em; }
      .career_wrapper > ._block._lead > .__main dl > dd p {
        font-size: 1.435em;
        font-weight: 600; }
        @media screen and (max-width: 768px) {
          .career_wrapper > ._block._lead > .__main dl > dd p {
            font-size: 1.3325em; } }
  .career_wrapper > ._block._lead > .__main ul {
    display: flex;
    column-gap: calc(8.5em / 8); }
    @media screen and (max-width: 768px) {
      .career_wrapper > ._block._lead > .__main ul {
        column-gap: calc(8.5em / 16); } }
    @media screen and (max-width: 768px) {
      .career_wrapper > ._block._lead > .__main ul {
        justify-content: flex-end;
        margin-left: auto;
        flex-direction: row-reverse; } }
    .career_wrapper > ._block._lead > .__main ul > li {
      position: relative;
      z-index: 15;
      max-width: calc(8.5em / 8 * 12);
      border-radius: calc(8.5em / 8);
      overflow: hidden;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        .career_wrapper > ._block._lead > .__main ul > li {
          max-width: calc(8.5em / 8 * 8);
          border-radius: calc(8.5em / 12); } }
      .career_wrapper > ._block._lead > .__main ul > li:nth-child(1) {
        top: calc(8.5em / 8 * 1); }
        @media screen and (max-width: 768px) {
          .career_wrapper > ._block._lead > .__main ul > li:nth-child(1) {
            top: calc(8.5em / 8 * 2); } }
      .career_wrapper > ._block._lead > .__main ul > li:nth-child(2) {
        bottom: calc(8.5em / 8 * 2); }
        @media screen and (max-width: 768px) {
          .career_wrapper > ._block._lead > .__main ul > li:nth-child(2) {
            bottom: calc(8.5em / 8 * 1); } }
.career_wrapper ul.careerpth * {
  font-weight: 400;
  color: #342b2b; }
.career_wrapper ul.careerpth > li {
  position: relative;
  z-index: 15;
  padding: 2.46em;
  background: #ffffff;
  background: url(images/background-gray.png), #ffffff;
  background-repeat: repeat;
  background-size: 100px;
  border-radius: 15px; }
  @media screen and (max-width: 768px) {
    .career_wrapper ul.careerpth > li {
      padding: calc((100% / 62 * 3)) calc((100% / 62 * 3)) calc((100% / 62 * 8.2)); } }
  .career_wrapper ul.careerpth > li:nth-of-type(2) > ._img img {
    width: 130px; }
    @media screen and (max-width: 768px) {
      .career_wrapper ul.careerpth > li:nth-of-type(2) > ._img img {
        width: 100%; } }
  .career_wrapper ul.careerpth > li > ._img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 180px;
    line-height: 0; }
    @media screen and (max-width: 768px) {
      .career_wrapper ul.careerpth > li > ._img {
        right: 0;
        left: initial;
        width: 82px; } }
    .career_wrapper ul.careerpth > li > ._img img {
      width: 150px; }
      @media screen and (max-width: 768px) {
        .career_wrapper ul.careerpth > li > ._img img {
          width: 100%;
          transform: rotateY(180deg); } }
  .career_wrapper ul.careerpth > li > ._txt {
    width: calc(100% - 180px);
    margin-left: auto; }
    @media screen and (max-width: 768px) {
      .career_wrapper ul.careerpth > li > ._txt {
        width: calc(100%); } }
    .career_wrapper ul.careerpth > li > ._txt > p {
      display: inline-flex;
      align-items: baseline;
      margin-top: 10px;
      padding: 4px 15px;
      background: #227825;
      background: url(images/background-gray.png), #227825;
      background-repeat: repeat;
      background-size: 100px;
      border-radius: 4.1em;
      color: #ffffff; }
  .career_wrapper ul.careerpth > li ~ li {
    margin-top: 1em; }
    @media screen and (max-width: 768px) {
      .career_wrapper ul.careerpth > li ~ li {
        margin-top: calc((100% / 62 * 1)); } }
  .career_wrapper ul.careerpth > li dl > dt p {
    font-size: 1.3325em;
    font-weight: 600;
    line-height: 1.435; }
    .career_wrapper ul.careerpth > li dl > dt p small {
      font-weight: 600;
      font-size: 13px; }
  .career_wrapper ul.careerpth > li dl > dd {
    margin-top: 6px; }
    .career_wrapper ul.careerpth > li dl > dd p {
      line-height: 1.64; }

.gallery_wrapper > ._block ~ ._block {
  margin-top: 1.845em; }
@media screen and (max-width: 768px) {
  .gallery_wrapper > ._block._lead {
    padding: 0 calc(100% / 62 * 2); } }
.gallery_wrapper > ._block._lead > .__title {
  margin-bottom: 7px;
  font-size: .9em; }
.gallery_wrapper > ._block._lead > .__main dl > dt {
  font-size: 2.46em;
  line-height: 1.3325;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    .gallery_wrapper > ._block._lead > .__main dl > dt {
      font-size: 2.05em; } }
.gallery_wrapper > ._block._lead > .__main dl > dd {
  margin-top: 1em; }
  .gallery_wrapper > ._block._lead > .__main dl > dd p {
    font-size: 1.075em;
    font-weight: 600; }
    @media screen and (max-width: 768px) {
      .gallery_wrapper > ._block._lead > .__main dl > dd p {
        font-size: 1em; } }
.gallery_wrapper p {
  font-weight: 400; }
  .gallery_wrapper p strong {
    font-weight: 600;
    font-size: 1.23em;
    background-image: linear-gradient(to right, #ffffff 15%, rgba(255, 255, 255, 0) 15%);
    background-position: bottom;
    background-size: 10px 2px;
    background-repeat: repeat-x; }
  .gallery_wrapper p ~ p {
    margin-top: 10px; }
.gallery_wrapper .slider > .slider__inner > .slider__item {
  position: relative;
  max-width: calc(8.5em / 1 * 3); }
  @media screen and (max-width: 768px) {
    .gallery_wrapper .slider > .slider__inner > .slider__item {
      max-width: calc(8.5em / 1 * 2); } }
  .gallery_wrapper .slider > .slider__inner > .slider__item:nth-child(4n - 3) {
    top: calc(8.5em / 8 * 1); }
    @media screen and (max-width: 768px) {
      .gallery_wrapper .slider > .slider__inner > .slider__item:nth-child(4n - 3) {
        top: calc(8.5em / 16 * 1); } }
  .gallery_wrapper .slider > .slider__inner > .slider__item:nth-child(4n - 2) {
    top: calc(8.5em / 8 * 3); }
    @media screen and (max-width: 768px) {
      .gallery_wrapper .slider > .slider__inner > .slider__item:nth-child(4n - 2) {
        top: calc(8.5em / 16 * 3); } }
  .gallery_wrapper .slider > .slider__inner > .slider__item:nth-child(4n - 1) {
    top: calc(8.5em / 8 * -2); }
    @media screen and (max-width: 768px) {
      .gallery_wrapper .slider > .slider__inner > .slider__item:nth-child(4n - 1) {
        top: calc(8.5em / 16 * -2); } }
  .gallery_wrapper .slider > .slider__inner > .slider__item:nth-child(4n) {
    top: calc(8.5em / 8 * 4); }
    @media screen and (max-width: 768px) {
      .gallery_wrapper .slider > .slider__inner > .slider__item:nth-child(4n) {
        top: calc(8.5em / 16 * 4); } }

@media screen and (max-width: 768px) {
  .goal_wrapper > ._block {
    padding: 0 calc(100% / 62 * 2); } }
.goal_wrapper > ._block ~ ._block {
  margin-top: 2.87em; }
.goal_wrapper > ._block > h3 {
  padding-bottom: 0.41em;
  margin-bottom: 1.23em;
  border-bottom: solid .5px;
  font-size: 1.5525em;
  font-weight: 600; }
  @media screen and (max-width: 768px) {
    .goal_wrapper > ._block > h3 {
      font-size: 1.435em;
      line-height: 1.64; } }
.goal_wrapper ul.list_goal {
  display: flex;
  flex-wrap: wrap;
  gap: 1em; }
  @media screen and (max-width: 768px) {
    .goal_wrapper ul.list_goal {
      gap: 6px; } }
  .goal_wrapper ul.list_goal > li {
    position: relative;
    z-index: 15;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    column-gap: 5px;
    flex: 1;
    min-width: calc((100% / 4) - (1em * 3 / 4));
    padding: calc(1.23em * 3) 1.23em 1.23em;
    background: #227825;
    background: url(images/background-gray.png), #227825;
    background-repeat: repeat;
    background-size: 100px;
    border-radius: 15px; }
    @media screen and (max-width: 768px) {
      .goal_wrapper ul.list_goal > li {
        min-width: calc((100% / 2) - (6px * 1 / 2));
        padding: calc(1.23em * 3) 1em 1em;
        border-radius: 8px; } }
    .goal_wrapper ul.list_goal > li h4 {
      position: absolute;
      top: 1.23em;
      left: 1.23em;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        .goal_wrapper ul.list_goal > li h4 {
          top: 1em;
          left: 1em; } }
    .goal_wrapper ul.list_goal > li p.number {
      font-weight: 600;
      line-height: 1;
      white-space: nowrap; }
      .goal_wrapper ul.list_goal > li p.number.min {
        font-size: .9em; }
        .goal_wrapper ul.list_goal > li p.number.min span.num {
          font-size: 1.23em; }
      .goal_wrapper ul.list_goal > li p.number.max {
        font-size: 1.23em; }
        @media screen and (max-width: 768px) {
          .goal_wrapper ul.list_goal > li p.number.max {
            font-size: 1.1275em; } }
        .goal_wrapper ul.list_goal > li p.number.max span.num {
          font-size: 2.05em; }
    .goal_wrapper ul.list_goal > li i {
      display: block;
      width: 1.3325em;
      height: 1.3325em;
      filter: invert(1);
      transform: rotate(-45deg); }

.training_wrapper > ._block ~ ._block {
  margin-top: 1.845em; }
.training_wrapper > ._block.thumbnail {
  aspect-ratio: 2.35 / 1;
  border-radius: calc(8.5em / 8);
  overflow: hidden;
  line-height: 1; }
  @media screen and (max-width: 768px) {
    .training_wrapper > ._block.thumbnail {
      aspect-ratio: 16 / 9;
      border-radius: calc(8.5em / 16); } }
.training_wrapper > ._block._lead {
  font-size: 1.1275em;
  line-height: 1.64; }
  @media screen and (max-width: 768px) {
    .training_wrapper > ._block._lead {
      font-size: 1em;
      padding: 0 calc(100% / 62 * 2); } }
  .training_wrapper > ._block._lead p {
    font-weight: 600; }
.training_wrapper > ._block > h3 {
  padding-bottom: 0.41em;
  margin-bottom: 1.23em;
  border-bottom: solid .5px;
  font-size: 1.5525em;
  font-weight: 600; }
  @media screen and (max-width: 768px) {
    .training_wrapper > ._block > h3 {
      font-size: 1.435em;
      line-height: 1.64;
      padding: 0 calc(100% / 62 * 2);
      padding-bottom: 0.41em; } }
.training_wrapper ul.list_training {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1em; }
  .training_wrapper ul.list_training > li {
    width: calc((100% / 2) - (1em / 2));
    border-radius: 15px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .training_wrapper ul.list_training > li {
        width: 100%;
        border-radius: 8px; } }
    .training_wrapper ul.list_training > li > .__title {
      position: relative;
      z-index: 15;
      padding: 1.845em 2.46em 1em;
      background: #227825;
      background: url(images/background-gray.png), #227825;
      background-repeat: repeat;
      background-size: 100px; }
      @media screen and (max-width: 768px) {
        .training_wrapper ul.list_training > li > .__title {
          padding: 1.5525rem calc(100% / 62 * 3) 1rem; } }
      .training_wrapper ul.list_training > li > .__title h3 {
        font-size: 1.435em;
        line-height: 1; }
        @media screen and (max-width: 768px) {
          .training_wrapper ul.list_training > li > .__title h3 {
            font-size: 1.3325em; } }
    .training_wrapper ul.list_training > li > .__main {
      position: relative;
      z-index: 15;
      padding: 2.46em 2.46em calc(150px - 1.23em);
      background: #ffffff;
      background: url(images/background-gray.png), #ffffff;
      background-repeat: repeat;
      background-size: 100px; }
      @media screen and (max-width: 768px) {
        .training_wrapper ul.list_training > li > .__main {
          padding: calc(100% / 62 * 4) calc(100% / 62 * 3) calc(120px - (100% / 62 * 3)); } }
      .training_wrapper ul.list_training > li > .__main * {
        color: #342b2b;
        font-weight: 400; }
      .training_wrapper ul.list_training > li > .__main > .background {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1;
        line-height: 0; }
        .training_wrapper ul.list_training > li > .__main > .background img {
          width: auto;
          height: 150px; }
          @media screen and (max-width: 768px) {
            .training_wrapper ul.list_training > li > .__main > .background img {
              height: 120px; } }
      .training_wrapper ul.list_training > li > .__main ul {
        counter-reset: num; }
        .training_wrapper ul.list_training > li > .__main ul > li {
          display: block; }
          .training_wrapper ul.list_training > li > .__main ul > li ~ li {
            margin-top: 1em; }
          .training_wrapper ul.list_training > li > .__main ul > li dl > dt {
            position: relative;
            font-size: 1.1275em;
            font-weight: 600; }
            .training_wrapper ul.list_training > li > .__main ul > li dl > dt::before {
              counter-increment: num 1;
              content: counter(num);
              position: absolute;
              top: -0.615em;
              left: -0.82em;
              font-size: .8rem;
              font-weight: 600;
              font-family: 'Unbounded', cursive; }
          .training_wrapper ul.list_training > li > .__main ul > li dl > dd {
            margin-top: 5px; }
            .training_wrapper ul.list_training > li > .__main ul > li dl > dd p {
              line-height: 1.64; }
    @media screen and (max-width: 768px) {
      .training_wrapper ul.list_training > li ~ li {
        margin-top: calc(100% / 62 * 1); } }
.training_wrapper .uservoice {
  display: flex;
  column-gap: 15px;
  margin-top: 1em; }
  @media screen and (max-width: 768px) {
    .training_wrapper .uservoice {
      column-gap: 6px;
      margin-top: 1.6129032258%; } }
  .training_wrapper .uservoice > .icon {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    overflow: hidden;
    border: solid 3px #810d0d; }
    @media screen and (max-width: 768px) {
      .training_wrapper .uservoice > .icon {
        width: 51.5px;
        height: 51.5px;
        border: solid 2px #810d0d; } }
  .training_wrapper .uservoice > .comment {
    flex: 1;
    padding: 2.46em;
    background: #ffffff;
    background: url(images/background-gray.png), #ffffff;
    background-repeat: repeat;
    background-size: 100px;
    border-radius: 15px; }
    @media screen and (max-width: 768px) {
      .training_wrapper .uservoice > .comment {
        padding: calc(100% / 62 * 3);
        border-radius: 8px; } }
    .training_wrapper .uservoice > .comment * {
      color: #342b2b;
      font-weight: 400;
      line-height: 1.64; }

.study_wrapper > ._block ~ ._block {
  margin-top: 1.845em; }
.study_wrapper > ._block.thumbnail {
  aspect-ratio: 2.35 / 1;
  border-radius: calc(8.5em / 8);
  overflow: hidden;
  line-height: 1; }
  @media screen and (max-width: 768px) {
    .study_wrapper > ._block.thumbnail {
      aspect-ratio: 16 / 9;
      border-radius: calc(8.5em / 16); } }
.study_wrapper > ._block._lead {
  font-size: 1.1275em;
  line-height: 1.64; }
  @media screen and (max-width: 768px) {
    .study_wrapper > ._block._lead {
      font-size: 1em;
      padding: 0 calc(100% / 62 * 2); } }
.study_wrapper > ._block > h3 {
  padding-bottom: 0.41em;
  margin-bottom: 1.23em;
  border-bottom: solid .5px;
  font-size: 1.5525em;
  font-weight: 600; }
  @media screen and (max-width: 768px) {
    .study_wrapper > ._block > h3 {
      font-size: 1.435em;
      line-height: 1.64;
      padding: 0 calc(100% / 62 * 2);
      padding-bottom: 0.41em; } }
.study_wrapper ul.list_study {
  display: flex;
  flex-wrap: wrap;
  gap: 1em; }
  @media screen and (max-width: 768px) {
    .study_wrapper ul.list_study {
      gap: 0; } }
  .study_wrapper ul.list_study * {
    color: #342b2b;
    font-weight: 400;
    line-height: 1.64; }
  .study_wrapper ul.list_study > li {
    position: relative;
    z-index: 15;
    padding: 2.05em;
    background: #ffffff;
    background: url(images/background-gray.png), #ffffff;
    background-repeat: repeat;
    background-size: 100px;
    border-radius: 15px; }
    @media screen and (max-width: 768px) {
      .study_wrapper ul.list_study > li {
        min-width: 100%;
        padding: calc(100% / 62 * 3);
        border-radius: 8px; } }
    .study_wrapper ul.list_study > li:nth-child(1) {
      flex: 2; }
    .study_wrapper ul.list_study > li:nth-child(2) {
      flex: 1; }
    .study_wrapper ul.list_study > li:nth-child(3) {
      min-width: 100%; }
    .study_wrapper ul.list_study > li ._img {
      position: absolute;
      z-index: -1;
      line-height: 0; }
      .study_wrapper ul.list_study > li ._img.figure1 {
        width: 61.5%;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%); }
        @media screen and (max-width: 768px) {
          .study_wrapper ul.list_study > li ._img.figure1 {
            width: 123px;
            left: initial;
            right: 0;
            transform: translateX(0); } }
      .study_wrapper ul.list_study > li ._img.figure2 {
        width: 150px;
        height: auto;
        right: 0;
        bottom: 0; }
        @media screen and (max-width: 768px) {
          .study_wrapper ul.list_study > li ._img.figure2 {
            width: 123px; } }
        .study_wrapper ul.list_study > li ._img.figure2 ~ p {
          padding-right: 10.25em; }
          @media screen and (max-width: 768px) {
            .study_wrapper ul.list_study > li ._img.figure2 ~ p {
              padding-right: 0; }
              .study_wrapper ul.list_study > li ._img.figure2 ~ p ~ p {
                padding-right: 8.2em; } }
    .study_wrapper ul.list_study > li h3 {
      font-size: 1.3325em;
      font-weight: 600;
      line-height: 1.435;
      margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .study_wrapper ul.list_study > li ~ li {
        margin-top: calc(100% / 62 * 1); } }
.study_wrapper ul.item > li dl > dt {
  font-weight: 600; }
.study_wrapper ul.item > li ~ li {
  margin-top: 1em; }
.study_wrapper ul.list {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin: 13px 0;
  gap: 5px;
  font-size: .85em; }
  .study_wrapper ul.list > li {
    display: block;
    padding: 2px 10px;
    background: #227825;
    background: url(images/background-gray.png), #227825;
    background-repeat: repeat;
    background-size: 100px;
    border-radius: 15px; }
    .study_wrapper ul.list > li span {
      color: #ffffff; }
.study_wrapper .uservoice {
  display: flex;
  column-gap: 15px;
  margin-top: 1em; }
  @media screen and (max-width: 768px) {
    .study_wrapper .uservoice {
      column-gap: 6px;
      margin-top: 1.6129032258%; } }
  .study_wrapper .uservoice > .icon {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    overflow: hidden;
    border: solid 3px #810d0d; }
    @media screen and (max-width: 768px) {
      .study_wrapper .uservoice > .icon {
        width: 51.5px;
        height: 51.5px;
        border: solid 2px #810d0d; } }
  .study_wrapper .uservoice > .comment {
    flex: 1;
    padding: 2.46em;
    background: #ffffff;
    background: url(images/background-gray.png), #ffffff;
    background-repeat: repeat;
    background-size: 100px;
    border-radius: 15px; }
    @media screen and (max-width: 768px) {
      .study_wrapper .uservoice > .comment {
        padding: calc(100% / 62 * 3);
        border-radius: 8px; } }
    .study_wrapper .uservoice > .comment * {
      color: #342b2b;
      font-weight: 400;
      line-height: 1.64; }

.followup_wrapper * {
  font-weight: 400;
  color: #342b2b;
  line-height: 1.64; }
.followup_wrapper > ._block ~ ._block {
  margin-top: 1.845em; }
.followup_wrapper > ._block.thumbnail {
  aspect-ratio: 2.35 / 1;
  border-radius: calc(8.5em / 8);
  overflow: hidden;
  line-height: 1; }
  @media screen and (max-width: 768px) {
    .followup_wrapper > ._block.thumbnail {
      aspect-ratio: 16 / 9;
      border-radius: calc(8.5em / 16); } }
.followup_wrapper > ._block._lead {
  font-size: 1.1275em;
  line-height: 1.64; }
  @media screen and (max-width: 768px) {
    .followup_wrapper > ._block._lead {
      font-size: 1em;
      padding: 0 calc(100% / 62 * 2); } }
.followup_wrapper > ._block > h3 {
  padding-bottom: 0.41em;
  margin-bottom: 1.23em;
  border-bottom: solid .5px;
  font-size: 1.5525em;
  font-weight: 600;
  color: #ffffff; }
  @media screen and (max-width: 768px) {
    .followup_wrapper > ._block > h3 {
      font-size: 1.435em;
      line-height: 1.64;
      padding: 0 calc(100% / 62 * 2);
      padding-bottom: 0.41em; } }
.followup_wrapper ul.list_followup {
  display: flex;
  flex-wrap: wrap;
  gap: 1em; }
  @media screen and (max-width: 768px) {
    .followup_wrapper ul.list_followup {
      gap: 6px; } }
  .followup_wrapper ul.list_followup > li {
    position: relative;
    z-index: 15;
    min-width: calc((100% / 2) - (1em * 1 / 2));
    flex: 1;
    padding: 2.05em;
    background: #ffffff;
    background: url(images/background-gray.png), #ffffff;
    background-repeat: repeat;
    background-size: 100px;
    border-radius: 15px; }
    @media screen and (max-width: 768px) {
      .followup_wrapper ul.list_followup > li {
        min-width: 100%;
        padding: calc(100% / 62 * 3);
        border-radius: 8px; } }
    .followup_wrapper ul.list_followup > li.lg {
      min-width: 100%; }
      @media screen and (max-width: 768px) {
        .followup_wrapper ul.list_followup > li.lg {
          padding: calc(100% / 62 * 3) calc(100% / 62 * 3) calc(100% / 62 * 18); } }
      .followup_wrapper ul.list_followup > li.lg.has_image p {
        padding-right: 9.1275em; }
        @media screen and (max-width: 768px) {
          .followup_wrapper ul.list_followup > li.lg.has_image p {
            padding-right: 0; } }
    .followup_wrapper ul.list_followup > li.has_image p {
      padding-right: 5.125em; }
      @media screen and (max-width: 768px) {
        .followup_wrapper ul.list_followup > li.has_image p {
          padding-right: 8.2em; } }
    .followup_wrapper ul.list_followup > li > ._img {
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: -1;
      width: auto;
      height: 120px;
      line-height: 0; }
    .followup_wrapper ul.list_followup > li dl > dt {
      font-size: 1.3325em;
      font-weight: 600;
      line-height: 1.435;
      margin-bottom: 10px; }
.followup_wrapper ul.list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 13px;
  gap: 5px;
  font-size: .85em; }
  .followup_wrapper ul.list * {
    color: #ffffff; }
  .followup_wrapper ul.list > li {
    display: block;
    padding: 2px 10px;
    background: #227825;
    background: url(images/background-gray.png), #227825;
    background-repeat: repeat;
    background-size: 100px;
    border-radius: 15px; }
.followup_wrapper .uservoice {
  display: flex;
  column-gap: 15px;
  margin-top: 1em; }
  @media screen and (max-width: 768px) {
    .followup_wrapper .uservoice {
      column-gap: 6px;
      margin-top: 1.6129032258%; } }
  .followup_wrapper .uservoice > .icon {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    overflow: hidden;
    border: solid 3px #810d0d; }
    @media screen and (max-width: 768px) {
      .followup_wrapper .uservoice > .icon {
        width: 51.5px;
        height: 51.5px;
        border: solid 2px #810d0d; } }
  .followup_wrapper .uservoice > .comment {
    flex: 1;
    padding: 2.46em;
    background: #ffffff;
    background: url(images/background-gray.png), #ffffff;
    background-repeat: repeat;
    background-size: 100px;
    border-radius: 15px; }
    @media screen and (max-width: 768px) {
      .followup_wrapper .uservoice > .comment {
        padding: calc(100% / 62 * 3);
        border-radius: 8px; } }
    .followup_wrapper .uservoice > .comment * {
      color: #342b2b;
      font-weight: 400;
      line-height: 1.64; }

.praise_wrapper > ._block ~ ._block {
  margin-top: 2.87em; }
  @media screen and (max-width: 768px) {
    .praise_wrapper > ._block ~ ._block {
      margin-top: 1.845em; } }
.praise_wrapper > ._block > h3 {
  padding-bottom: 0.41em;
  margin-bottom: 1.23em;
  border-bottom: solid .5px;
  font-size: 1.5525em;
  font-weight: 600; }
  @media screen and (max-width: 768px) {
    .praise_wrapper > ._block > h3 {
      font-size: 1.435em;
      line-height: 1.64;
      padding: 0 calc(100% / 62 * 2);
      padding-bottom: 0.41em; } }
.praise_wrapper .assessment_wrapper ul.list_assessment {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1em; }
  .praise_wrapper .assessment_wrapper ul.list_assessment > li {
    flex: 1;
    background: #ffffff;
    background: url(images/background-gray.png), #ffffff;
    background-repeat: repeat;
    background-size: 100px;
    border-radius: 15px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .praise_wrapper .assessment_wrapper ul.list_assessment > li {
        min-width: 100%;
        border-radius: 8px; } }
    @media screen and (max-width: 768px) {
      .praise_wrapper .assessment_wrapper ul.list_assessment > li ~ li {
        margin-top: calc(100% / 62 * 1); } }
    .praise_wrapper .assessment_wrapper ul.list_assessment > li > h4 {
      padding: 1.845rem 2.46rem .82rem;
      background: #227825;
      background: url(images/background-gray.png), #227825;
      background-repeat: repeat;
      background-size: 100px;
      line-height: 1;
      font-size: 1.3325em; }
      @media screen and (max-width: 768px) {
        .praise_wrapper .assessment_wrapper ul.list_assessment > li > h4 {
          padding: 1.5525rem calc(100% / 62 * 3) 1rem; } }
    .praise_wrapper .assessment_wrapper ul.list_assessment > li > ._body {
      padding: 2.05em 2.46em 2.46em; }
      @media screen and (max-width: 768px) {
        .praise_wrapper .assessment_wrapper ul.list_assessment > li > ._body {
          padding: calc(100% / 62 * 3); } }
      .praise_wrapper .assessment_wrapper ul.list_assessment > li > ._body * {
        color: #342b2b;
        font-weight: 400;
        line-height: 1.64; }
      .praise_wrapper .assessment_wrapper ul.list_assessment > li > ._body ul {
        counter-reset: num; }
        .praise_wrapper .assessment_wrapper ul.list_assessment > li > ._body ul > li dl > dt {
          position: relative;
          z-index: 15;
          font-weight: 600;
          font-size: 1.1275em; }
          .praise_wrapper .assessment_wrapper ul.list_assessment > li > ._body ul > li dl > dt::before {
            counter-increment: num 1;
            content: counter(num);
            position: absolute;
            top: -0.615em;
            left: -0.82em;
            font-size: .8rem;
            font-weight: 600;
            font-family: 'Unbounded', cursive; }
        .praise_wrapper .assessment_wrapper ul.list_assessment > li > ._body ul > li dl > dd {
          margin-top: 5px; }
        .praise_wrapper .assessment_wrapper ul.list_assessment > li > ._body ul > li ~ li {
          margin-top: 1em; }
.praise_wrapper .valuation_wrapper {
  background: #227825;
  background: url(images/background-gray.png), #227825;
  background-repeat: repeat;
  background-size: 100px;
  border-radius: 15px; }
  @media screen and (max-width: 768px) {
    .praise_wrapper .valuation_wrapper {
      border-radius: 8px; } }
  .praise_wrapper .valuation_wrapper h3 {
    padding: 1.845rem 2.46rem .82em;
    border-bottom: solid .5px;
    font-size: 1.3325em;
    line-height: 1; }
    @media screen and (max-width: 768px) {
      .praise_wrapper .valuation_wrapper h3 {
        padding: 1.5525rem calc(100% / 62 * 3) 1rem; } }
  .praise_wrapper .valuation_wrapper > ._body {
    padding: 2.05em 2.46em 2.46em; }
    @media screen and (max-width: 768px) {
      .praise_wrapper .valuation_wrapper > ._body {
        padding: calc(100% / 62 * 4) calc(100% / 62 * 3) calc(100% / 62 * 3); } }
  .praise_wrapper .valuation_wrapper ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px; }
    .praise_wrapper .valuation_wrapper ul * {
      color: #342b2b;
      font-weight: 600; }
    .praise_wrapper .valuation_wrapper ul > li {
      flex: 1;
      min-width: 250px;
      padding: 1.23em;
      background: #ffffff;
      background: url(images/background-gray.png), #ffffff;
      background-repeat: repeat;
      background-size: 100px;
      border-radius: 8px;
      text-align: center;
      font-size: 1.1275em; }
      .praise_wrapper .valuation_wrapper ul > li small {
        display: block; }
    .praise_wrapper .valuation_wrapper ul + p {
      margin-top: 1em;
      line-height: 1.64; }
.praise_wrapper .uservoice {
  display: flex;
  column-gap: 15px;
  margin-top: 1em; }
  @media screen and (max-width: 768px) {
    .praise_wrapper .uservoice {
      column-gap: 6px;
      margin-top: 1.6129032258%; } }
  .praise_wrapper .uservoice > .icon {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    overflow: hidden;
    border: solid 3px #810d0d; }
    @media screen and (max-width: 768px) {
      .praise_wrapper .uservoice > .icon {
        width: 51.5px;
        height: 51.5px;
        border: solid 2px #810d0d; } }
  .praise_wrapper .uservoice > .comment {
    flex: 1;
    padding: 2.46em;
    background: #ffffff;
    background: url(images/background-gray.png), #ffffff;
    background-repeat: repeat;
    background-size: 100px;
    border-radius: 15px; }
    @media screen and (max-width: 768px) {
      .praise_wrapper .uservoice > .comment {
        padding: calc(100% / 62 * 3);
        border-radius: 8px; } }
    .praise_wrapper .uservoice > .comment * {
      color: #342b2b;
      font-weight: 400;
      line-height: 1.64; }

.welfare_wrapper ul.list_welfare {
  display: flex;
  flex-wrap: wrap;
  gap: 1em; }
  @media screen and (max-width: 768px) {
    .welfare_wrapper ul.list_welfare {
      gap: 0; } }
  .welfare_wrapper ul.list_welfare * {
    color: #342b2b;
    font-weight: 400; }
  .welfare_wrapper ul.list_welfare > li {
    position: relative;
    z-index: 15;
    flex: 1;
    min-width: calc((100% / 3) - (1em *  2 / 3));
    padding: 2.05em;
    background: #ffffff;
    background: url(images/background-gray.png), #ffffff;
    background-repeat: repeat;
    background-size: 100px;
    border-radius: 15px; }
    @media screen and (max-width: 768px) {
      .welfare_wrapper ul.list_welfare > li {
        min-width: 100%;
        padding: calc(100% / 62 * 4) calc(100% / 62 * 3) calc(100% / 62 * 3);
        border-radius: 8px; } }
    @media screen and (max-width: 768px) {
      .welfare_wrapper ul.list_welfare > li ~ li {
        margin-top: calc(100% / 62); } }
    .welfare_wrapper ul.list_welfare > li > ._img {
      position: absolute;
      z-index: -1;
      right: 0;
      bottom: 0;
      line-height: 0; }
      .welfare_wrapper ul.list_welfare > li > ._img.figure1 {
        width: 82px; }
      .welfare_wrapper ul.list_welfare > li > ._img.figure2 {
        width: 82px; }
      .welfare_wrapper ul.list_welfare > li > ._img.figure4 {
        width: 123px; }
        @media screen and (max-width: 768px) {
          .welfare_wrapper ul.list_welfare > li > ._img.figure4 {
            width: 82px; } }
      .welfare_wrapper ul.list_welfare > li > ._img.figure5 {
        width: 123px; }
        @media screen and (max-width: 768px) {
          .welfare_wrapper ul.list_welfare > li > ._img.figure5 {
            width: 102.5px; } }
      .welfare_wrapper ul.list_welfare > li > ._img.figure6 {
        width: 174.25px; }
        @media screen and (max-width: 768px) {
          .welfare_wrapper ul.list_welfare > li > ._img.figure6 {
            width: 143.5px; } }
    .welfare_wrapper ul.list_welfare > li > h3 {
      font-size: 1.3325em;
      margin-bottom: 10px;
      font-weight: 600;
      line-height: 1; }
    .welfare_wrapper ul.list_welfare > li > p {
      line-height: 1.64; }
.welfare_wrapper ul.list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 13px;
  gap: 5px;
  font-size: .85em; }
  @media screen and (max-width: 768px) {
    .welfare_wrapper ul.list {
      gap: 3px;
      font-size: .7em; } }
  .welfare_wrapper ul.list * {
    color: #ffffff; }
  .welfare_wrapper ul.list > li {
    display: block;
    padding: 2px 10px;
    background: #227825;
    background: url(images/background-gray.png), #227825;
    background-repeat: repeat;
    background-size: 100px;
    border-radius: 15px; }
.welfare_wrapper > ._block {
  margin-top: 2.87em; }
  @media screen and (max-width: 768px) {
    .welfare_wrapper > ._block {
      margin-top: 1.845em; } }
  .welfare_wrapper > ._block > h3 {
    padding-bottom: 0.41em;
    margin-bottom: 1.23em;
    border-bottom: solid .5px;
    font-size: 1.5525em;
    font-weight: 600; }
    @media screen and (max-width: 768px) {
      .welfare_wrapper > ._block > h3 {
        font-size: 1.435em;
        line-height: 1.64;
        padding: 0 calc(100% / 62 * 2);
        padding-bottom: 0.41em; } }
.welfare_wrapper .uservoice {
  display: flex;
  column-gap: 15px;
  margin-top: 1em; }
  @media screen and (max-width: 768px) {
    .welfare_wrapper .uservoice {
      column-gap: 6px;
      margin-top: 1.6129032258%; } }
  .welfare_wrapper .uservoice > .icon {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    overflow: hidden;
    border: solid 3px #810d0d; }
    @media screen and (max-width: 768px) {
      .welfare_wrapper .uservoice > .icon {
        width: 51.5px;
        height: 51.5px;
        border: solid 2px #810d0d; } }
  .welfare_wrapper .uservoice > .comment {
    flex: 1;
    padding: 2.46em;
    background: #ffffff;
    background: url(images/background-gray.png), #ffffff;
    background-repeat: repeat;
    background-size: 100px;
    border-radius: 15px; }
    @media screen and (max-width: 768px) {
      .welfare_wrapper .uservoice > .comment {
        padding: calc(100% / 62 * 3);
        border-radius: 8px; } }
    .welfare_wrapper .uservoice > .comment * {
      color: #342b2b;
      font-weight: 400;
      line-height: 1.64; }

.team_wrapper > ._block ~ ._block {
  margin-top: 2.87em; }
.team_wrapper > ._block._lead .thumbnail {
  aspect-ratio: 16/9;
  border-radius: calc(8.5em / 16);
  overflow: hidden;
  line-height: 1; }
  .team_wrapper > ._block._lead .thumbnail + * {
    margin-top: calc(8.5em / 8 * 2); }
    @media screen and (max-width: 768px) {
      .team_wrapper > ._block._lead .thumbnail + * {
        margin-top: calc(8.5em / 16 * 3); } }
.team_wrapper > ._block._lead > dl {
  margin-bottom: 2.05em; }
  @media screen and (max-width: 768px) {
    .team_wrapper > ._block._lead > dl {
      padding: 0 calc(100% / 62 * 2); } }
  .team_wrapper > ._block._lead > dl > dt {
    font-size: 1.845em;
    line-height: 1.435;
    font-weight: 600; }
    @media screen and (max-width: 768px) {
      .team_wrapper > ._block._lead > dl > dt {
        font-size: 1.64em; } }
    .team_wrapper > ._block._lead > dl > dt strong {
      background-image: linear-gradient(to right, #ffffff 15%, rgba(255, 255, 255, 0) 15%);
      background-position: bottom;
      background-size: 10px 2px;
      background-repeat: repeat-x;
      font-weight: 600; }
  .team_wrapper > ._block._lead > dl > dd {
    margin-top: 1em; }
    .team_wrapper > ._block._lead > dl > dd p {
      font-size: 1.075em;
      font-weight: 400; }
  .team_wrapper > ._block._lead > dl + p {
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .team_wrapper > ._block._lead > dl + p {
        padding: 0 calc(100% / 62 * 2); } }
.team_wrapper > ._block._body > p {
  font-size: 1.1275em; }
  @media screen and (max-width: 768px) {
    .team_wrapper > ._block._body > p {
      padding: 0 calc(100% / 62 * 2);
      font-size: 1em; } }
  .team_wrapper > ._block._body > p strong {
    background-image: linear-gradient(to right, #ffffff 15%, rgba(255, 255, 255, 0) 15%);
    background-position: bottom;
    background-size: 10px 2px;
    background-repeat: repeat-x;
    font-weight: 600; }
.team_wrapper > ._block h3 {
  padding-bottom: 0.41em;
  margin-bottom: 1.23em;
  border-bottom: solid .5px;
  font-size: 1.5525em;
  font-weight: 600; }
  @media screen and (max-width: 768px) {
    .team_wrapper > ._block h3 {
      padding: 0 calc(100% / 62 * 2) calc(100% / 62 * 1);
      line-height: 1.64; } }
.team_wrapper > ._block ul.team_feature {
  display: flex;
  flex-wrap: wrap;
  padding: 1em;
  counter-reset: num;
  background: #150606;
  background: url(images/background-gray.png), #150606;
  background-repeat: repeat;
  background-size: 100px;
  border-radius: 15px; }
  @media screen and (max-width: 768px) {
    .team_wrapper > ._block ul.team_feature {
      padding: calc(100% / 62 * 3);
      border-radius: 8px; } }
  .team_wrapper > ._block ul.team_feature > li {
    flex: 1;
    padding: 2.46em; }
    @media screen and (max-width: 768px) {
      .team_wrapper > ._block ul.team_feature > li {
        min-width: 100%;
        padding: calc(100% / 62 * 3); } }
    .team_wrapper > ._block ul.team_feature > li ~ li {
      border-left: solid .5px; }
      @media screen and (max-width: 768px) {
        .team_wrapper > ._block ul.team_feature > li ~ li {
          padding: calc(100% / 62 * 6) calc(100% / 62 * 3) calc(100% / 62 * 1);
          border-top: solid .5px;
          border-left: none; } }
    .team_wrapper > ._block ul.team_feature > li > dl dt {
      position: relative;
      z-index: 15;
      font-weight: 600;
      font-size: 1.23em; }
      .team_wrapper > ._block ul.team_feature > li > dl dt::before {
        counter-increment: num 1;
        content: counter(num);
        position: absolute;
        top: -0.82em;
        left: -0.82em;
        font-size: .8rem;
        font-weight: 600;
        font-family: 'Unbounded', cursive; }
    .team_wrapper > ._block ul.team_feature > li > dl dd {
      margin-top: 10px; }
.team_wrapper > ._block .transport_wrapper {
  margin: 1em 0;
  padding: 2.46em 0;
  background: #227825;
  background: url(images/background-gray.png), #227825;
  background-repeat: repeat;
  background-size: 100px;
  border-radius: 15px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .team_wrapper > ._block .transport_wrapper {
      padding: calc(100% / 62 * 4) 0;
      border-radius: 8px; } }
  .team_wrapper > ._block .transport_wrapper ul.team_transport {
    border-top: solid .5px; }
    .team_wrapper > ._block .transport_wrapper ul.team_transport > li {
      display: flex;
      flex-wrap: wrap;
      column-gap: 1em;
      padding: 1em 2.46em;
      border-bottom: solid .5px; }
      @media screen and (max-width: 768px) {
        .team_wrapper > ._block .transport_wrapper ul.team_transport > li {
          padding: calc(100% / 62 * 2); } }
      .team_wrapper > ._block .transport_wrapper ul.team_transport > li > .former {
        flex: 1.5;
        padding: 1.64em 2.05em;
        background: #175619;
        background: url(images/background-gray.png), #175619;
        background-repeat: repeat;
        background-size: 100px;
        border-radius: 15px; }
        @media screen and (max-width: 768px) {
          .team_wrapper > ._block .transport_wrapper ul.team_transport > li > .former {
            min-width: 100%;
            padding: calc(100% / 62 * 2) calc(100% / 62 * 3);
            border-radius: 8px; } }
      .team_wrapper > ._block .transport_wrapper ul.team_transport > li > .charge {
        flex: 1;
        padding: 1.64em 2.05em;
        background: #ffffff;
        background: url(images/background-gray.png), #ffffff;
        background-repeat: repeat;
        background-size: 100px;
        border-radius: 15px; }
        @media screen and (max-width: 768px) {
          .team_wrapper > ._block .transport_wrapper ul.team_transport > li > .charge {
            min-width: 100%;
            margin-top: calc(100% / 62 * 1);
            padding: calc(100% / 62 * 2) calc(100% / 62 * 3);
            border-radius: 8px; } }
        .team_wrapper > ._block .transport_wrapper ul.team_transport > li > .charge * {
          color: #342b2b; }
        .team_wrapper > ._block .transport_wrapper ul.team_transport > li > .charge p {
          font-size: 1.3325em;
          font-weight: 600;
          line-height: 1.64; }
          @media screen and (max-width: 768px) {
            .team_wrapper > ._block .transport_wrapper ul.team_transport > li > .charge p {
              font-size: 1.23em; } }
          .team_wrapper > ._block .transport_wrapper ul.team_transport > li > .charge p small {
            display: block;
            font-size: 1rem;
            font-weight: normal; }
      .team_wrapper > ._block .transport_wrapper ul.team_transport > li dl > dt {
        font-weight: 600;
        font-size: 1.3325em;
        line-height: 1.64; }
        @media screen and (max-width: 768px) {
          .team_wrapper > ._block .transport_wrapper ul.team_transport > li dl > dt {
            font-size: 1.23em; } }
      .team_wrapper > ._block .transport_wrapper ul.team_transport > li dl > dd p {
        font-weight: 400;
        line-height: 1.64; }

.change_wrapper {
  position: relative;
  z-index: 15; }
  .change_wrapper::before {
    content: '';
    position: absolute;
    top: -150px;
    right: 25px;
    display: block;
    width: 300px;
    height: 200px;
    background: url(images/team_change-01.svg);
    background-size: cover; }
    @media screen and (max-width: 768px) {
      .change_wrapper::before {
        top: calc(8.5em / 4 * -3);
        right: calc(8.5em / 8 * 1);
        width: calc(8.5em / 2 * 3);
        height: calc(8.5em / 2 * 2); } }
  .change_wrapper > ._block {
    padding: 2.46em;
    border-radius: 15px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .change_wrapper > ._block {
        padding: calc(100% / 62 * 3); } }
    .change_wrapper > ._block._family {
      background: #5a2278;
      background: url(images/background-gray.png), #5a2278;
      background-repeat: repeat;
      background-size: 100px; }
    .change_wrapper > ._block._midcareer {
      background: #ec5400;
      background: url(images/background-gray.png), #ec5400;
      background-repeat: repeat;
      background-size: 100px; }
    .change_wrapper > ._block ~ ._block {
      margin-top: 2.87em; }
      @media screen and (max-width: 768px) {
        .change_wrapper > ._block ~ ._block {
          margin-top: calc(100% / 62 * 1); } }
    .change_wrapper > ._block > h3 {
      padding-bottom: 0.41em;
      border-bottom: solid 1px;
      font-size: 1.5525em;
      font-weight: 600; }
      @media screen and (max-width: 768px) {
        .change_wrapper > ._block > h3 {
          font-size: 1.33325em;
          padding-bottom: 5px; } }
      .change_wrapper > ._block > h3 + p {
        margin-top: 1em; }
        @media screen and (max-width: 768px) {
          .change_wrapper > ._block > h3 + p {
            line-height: 1.64; } }
    .change_wrapper > ._block ul {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 1.64em; }
      .change_wrapper > ._block ul > li {
        position: relative;
        z-index: 15;
        display: table;
        padding: 8px 12px;
        background: #ffffff;
        border-radius: 15px; }
        .change_wrapper > ._block ul > li::before {
          content: '';
          position: absolute;
          top: -2px;
          left: -2px;
          display: block;
          width: 8px;
          height: 16px;
          background: url(images/icon/comment.svg); }
        .change_wrapper > ._block ul > li p {
          font-weight: 600;
          line-height: 1;
          color: #342b2b; }

@media screen and (max-width: 768px) {
  .oneday_wrapper > ._block {
    padding: 0 calc(100% / 62 * 2); } }
.oneday_wrapper > ._block ~ ._block {
  margin-top: 2.87em; }
.oneday_wrapper > ._block.thumbnail {
  border-radius: calc(8.5em / 16);
  overflow: hidden;
  line-height: 1; }
  @media screen and (max-width: 768px) {
    .oneday_wrapper > ._block.thumbnail {
      border-radius: calc(8.5em / 16); } }
.oneday_wrapper > ._block > h3 {
  padding-bottom: 0.41em;
  margin-bottom: 1.23em;
  border-bottom: solid .5px;
  font-size: 1.5525em;
  font-weight: 600; }
.oneday_wrapper .timeline {
  position: relative;
  z-index: 15;
  padding-bottom: 2.46em; }
  .oneday_wrapper .timeline > .swiper-wrapper > .swiper-slide {
    height: initial;
    padding: 1.23em;
    background: #ffffff;
    background: url(images/background-gray.png), #ffffff;
    background-repeat: repeat;
    background-size: 100px;
    border-radius: 12px; }
    .oneday_wrapper .timeline > .swiper-wrapper > .swiper-slide * {
      color: #342b2b;
      font-weight: 400; }
    .oneday_wrapper .timeline > .swiper-wrapper > .swiper-slide > span {
      display: block;
      margin-bottom: 1.845em;
      font-family: 'Unbounded', cursive;
      font-weight: 600;
      font-size: .85em; }
      @media screen and (max-width: 768px) {
        .oneday_wrapper .timeline > .swiper-wrapper > .swiper-slide > span {
          margin-bottom: 1.435em;
          font-size: 1.1275em; } }
    .oneday_wrapper .timeline > .swiper-wrapper > .swiper-slide dl > dt {
      min-height: 1.3325em;
      font-size: 1.3325em;
      font-weight: 600;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        .oneday_wrapper .timeline > .swiper-wrapper > .swiper-slide dl > dt {
          font-size: 1.23em; } }
    .oneday_wrapper .timeline > .swiper-wrapper > .swiper-slide dl > dd {
      margin-top: 10px; }
      @media screen and (max-width: 768px) {
        .oneday_wrapper .timeline > .swiper-wrapper > .swiper-slide dl > dd {
          margin-top: 6px; } }
  .oneday_wrapper .timeline .swiper-scrollbar {
    height: 3px; }
    .oneday_wrapper .timeline .swiper-scrollbar .swiper-scrollbar-drag {
      background: rgba(255, 255, 255, 0.5); }

.interview_wrapper ul.list_interview {
  display: flex;
  border-top: solid .5px;
  border-left: solid .5px;
  margin-bottom: 5.125em; }
  @media screen and (max-width: 768px) {
    .interview_wrapper ul.list_interview {
      overflow-x: scroll; } }
  .interview_wrapper ul.list_interview > li {
    position: relative;
    z-index: 15;
    flex: 1;
    height: 20.5em;
    padding: 1.23em;
    border-right: solid .5px;
    border-bottom: solid .5px; }
    @media screen and (max-width: 768px) {
      .interview_wrapper ul.list_interview > li {
        min-width: 41%; } }
    .interview_wrapper ul.list_interview > li em {
      font-size: 1.64em;
      font-style: normal;
      letter-spacing: -1px;
      font-weight: 600;
      font-family: 'Unbounded', cursive; }
    .interview_wrapper ul.list_interview > li p {
      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; }
      .interview_wrapper ul.list_interview > li p.post {
        line-height: 1.23;
        font-weight: 600; }
      .interview_wrapper ul.list_interview > li p.name {
        position: absolute;
        bottom: 0;
        right: 1.23rem;
        min-height: 4em;
        font-size: 3.28em;
        line-height: 1.23;
        transform: scaleY(0.85);
        transform-origin: top;
        font-weight: 600; }
        @media screen and (max-width: 768px) {
          .interview_wrapper ul.list_interview > li p.name {
            font-size: 2.46em; } }
    .interview_wrapper ul.list_interview > li.active {
      background: #150606;
      background: url(images/background-gray.png), #150606;
      background-repeat: repeat;
      background-size: 100px; }
      .interview_wrapper ul.list_interview > li.active > .background {
        opacity: .205;
        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; }
    .interview_wrapper ul.list_interview > li > .background {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      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; }
    .interview_wrapper ul.list_interview > li:hover > .background {
      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; }
    .interview_wrapper ul.list_interview > li:hover p {
      filter: blur(10px);
      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; }
.interview_wrapper > ._block {
  display: none; }
  .interview_wrapper > ._block.active {
    display: block; }
  @media screen and (max-width: 768px) {
    .interview_wrapper > ._block > .___head {
      padding: 0 calc(100% / 62 * 3); } }
  .interview_wrapper > ._block > .___head h3 {
    display: flex;
    align-items: baseline;
    column-gap: 8px; }
    .interview_wrapper > ._block > .___head h3 > em {
      font-style: normal;
      font-weight: 600;
      font-family: 'Unbounded', cursive; }
  .interview_wrapper > ._block > .___head dl > dt {
    font-size: 2.46em;
    line-height: 1.3325;
    font-weight: 600; }
  .interview_wrapper > ._block > .___head dl > dd {
    margin-top: 1em; }
    .interview_wrapper > ._block > .___head dl > dd p {
      font-size: 1.1275em;
      font-weight: 600;
      line-height: 1.64; }
      @media screen and (max-width: 768px) {
        .interview_wrapper > ._block > .___head dl > dd p {
          font-size: 1.075em; } }
  .interview_wrapper > ._block .thumbnail {
    margin-top: 2.87em;
    border-radius: calc(8.5em / 24);
    overflow: hidden;
    line-height: 1; }
  .interview_wrapper > ._block > .___body {
    margin-top: 2.87em; }
  .interview_wrapper > ._block > .___foot {
    margin-top: 2.87em; }
.interview_wrapper ul.list_qanda {
  position: relative;
  z-index: 15; }
  .interview_wrapper ul.list_qanda > li {
    display: block; }
    .interview_wrapper ul.list_qanda > li dl dt {
      margin-bottom: 10px; }
      @media screen and (max-width: 768px) {
        .interview_wrapper ul.list_qanda > li dl dt {
          padding: 0 calc(100% / 62 * 3); } }
      .interview_wrapper ul.list_qanda > li dl dt::before {
        content: 'Question';
        display: block;
        margin-bottom: 3px;
        font-size: .8em;
        font-weight: 600;
        line-height: 1;
        font-weight: 600;
        font-family: 'Unbounded', cursive; }
        @media screen and (max-width: 768px) {
          .interview_wrapper ul.list_qanda > li dl dt::before {
            font-size: .7em; } }
      .interview_wrapper ul.list_qanda > li dl dt p {
        font-weight: 600;
        font-size: 1.1275em; }
    .interview_wrapper ul.list_qanda > li dl dd {
      padding: 2.05em 2.46em;
      background: #9a090a;
      background: url(images/background-gray.png), #9a090a;
      background-repeat: repeat;
      background-size: 100px;
      border-radius: 15px; }
      @media screen and (max-width: 768px) {
        .interview_wrapper ul.list_qanda > li dl dd {
          padding: calc(100% / 62 * 3); } }
      @media screen and (max-width: 768px) {
        .interview_wrapper ul.list_qanda > li dl dd p {
          font-size: .9em; } }
    .interview_wrapper ul.list_qanda > li ~ li {
      margin-top: 2.46em; }
.interview_wrapper ul.list_background {
  position: relative;
  z-index: 15;
  padding: 2.46em;
  background: #227825;
  background: url(images/background-gray.png), #227825;
  background-repeat: repeat;
  background-size: 100px;
  border-radius: 15px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .interview_wrapper ul.list_background {
      padding: calc(100% / 62 * 4) calc(100% / 62 * 3); } }
  .interview_wrapper ul.list_background > li {
    position: relative;
    z-index: 15;
    display: flex;
    align-items: flex-start;
    padding-bottom: 2.05em; }
    @media screen and (max-width: 768px) {
      .interview_wrapper ul.list_background > li {
        padding-bottom: 1.64em; } }
    .interview_wrapper ul.list_background > li:last-child {
      padding-bottom: 0; }
      @media screen and (max-width: 768px) {
        .interview_wrapper ul.list_background > li:last-child {
          padding-bottom: 0; } }
    .interview_wrapper ul.list_background > li::before {
      content: '';
      position: absolute;
      top: 0;
      left: calc((1em / 2) + (1.5px / 2));
      display: block;
      width: 1.5px;
      height: 0;
      background: #ffffff; }
    .interview_wrapper ul.list_background > li > span {
      display: flex;
      align-items: center;
      column-gap: 12px;
      width: 8.2em;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        .interview_wrapper ul.list_background > li > span {
          width: 6.15em; } }
      .interview_wrapper ul.list_background > li > span::before {
        content: '';
        display: block;
        width: 1em;
        height: 1em;
        border-radius: 1em;
        border: solid 1.5px;
        transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
        -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }
    .interview_wrapper ul.list_background > li dl {
      flex: 1; }
      .interview_wrapper ul.list_background > li dl > dt {
        font-weight: 600;
        font-size: 1.23em; }
        @media screen and (max-width: 768px) {
          .interview_wrapper ul.list_background > li dl > dt {
            font-size: 1.1275em;
            line-height: 1; } }
      .interview_wrapper ul.list_background > li dl > dd {
        margin-top: 6px; }
        .interview_wrapper ul.list_background > li dl > dd p {
          font-weight: 400;
          line-height: 1.64; }
    .interview_wrapper ul.list_background > li.gone::before {
      height: 100%;
      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: .615s; }
    .interview_wrapper ul.list_background > li.gone > span::before {
      background: #ffffff;
      transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
      -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
      -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
      -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
      transition-delay: .41s; }

@media screen and (max-width: 768px) {
  .wanted_wrapper > .___head {
    padding: 0 calc(100% / 62 * 2); } }
.wanted_wrapper > .___head p {
  font-size: 1.075em; }
  @media screen and (max-width: 768px) {
    .wanted_wrapper > .___head p {
      font-size: 1em; } }
  .wanted_wrapper > .___head p strong {
    background-image: linear-gradient(to right, #ffffff 15%, rgba(255, 255, 255, 0) 15%);
    background-position: bottom;
    background-size: 10px 2px;
    background-repeat: repeat-x;
    font-weight: 600; }
.wanted_wrapper > .___head + .___body {
  margin-top: 2.46em; }
.wanted_wrapper > .___body ul {
  position: relative;
  z-index: 15;
  display: flex;
  flex-wrap: wrap;
  gap: 32.8px;
  margin-top: -1em;
  padding: 2.46em;
  background: #ffffff;
  background: url(images/background-gray.png), #ffffff;
  background-repeat: repeat;
  background-size: 100px;
  border-radius: 15px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .wanted_wrapper > .___body ul {
      gap: 24.6px;
      padding: calc((100% / 62 * 3));
      border-radius: 8px; } }
  .wanted_wrapper > .___body ul > li {
    display: block;
    width: calc((100% / 2) - (32.8px * 1 / 2)); }
    @media screen and (max-width: 768px) {
      .wanted_wrapper > .___body ul > li {
        width: 100%; } }
    .wanted_wrapper > .___body ul > li p {
      color: #342b2b; }
      .wanted_wrapper > .___body ul > li p strong {
        color: #342b2b; }
      .wanted_wrapper > .___body ul > li p b {
        color: #342b2b; }
.wanted_wrapper > .___body dl > dt {
  background: #227825;
  background: url(images/background-gray.png), #227825;
  background-repeat: repeat;
  background-size: 100px;
  padding: 5px;
  border-radius: 3px;
  text-align: center;
  font-size: 1.23em;
  font-weight: bold; }
.wanted_wrapper > .___body dl > dd {
  margin-top: 1em; }

.check_wrapper {
  position: relative;
  z-index: 15; }
  .check_wrapper::before {
    content: '';
    position: absolute;
    top: -100px;
    right: 0;
    display: block;
    width: 300px;
    height: 200px;
    background: url(images/recruit_chaeckpoint.svg);
    background-size: cover; }
    @media screen and (max-width: 768px) {
      .check_wrapper::before {
        top: calc(8.5em / 3 * -2);
        width: calc(8.5em / 3 * 3);
        height: calc(8.5em / 3 * 2); } }
  @media screen and (max-width: 768px) {
    .check_wrapper > .___head {
      padding: 0 calc(100% / 62 * 2); } }
  .check_wrapper > .___head > p {
    font-size: 1.1275em;
    font-weight: 400; }
    .check_wrapper > .___head > p strong {
      font-size: 1.5525em;
      background-image: linear-gradient(to right, #ffffff 15%, rgba(255, 255, 255, 0) 15%);
      background-position: bottom;
      background-size: 10px 2px;
      background-repeat: repeat-x;
      font-weight: 600; }
      @media screen and (max-width: 768px) {
        .check_wrapper > .___head > p strong {
          font-size: 1.23em; } }
  .check_wrapper > .___head + .___body {
    margin-top: 2.46em; }
    @media screen and (max-width: 768px) {
      .check_wrapper > .___head + .___body {
        margin-top: calc(100% / 62 * 4); } }
  .check_wrapper > .___body {
    background: #ffffff;
    background: url(images/background-gray.png), #ffffff;
    background-repeat: repeat;
    background-size: 100px;
    border-radius: 15px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .check_wrapper > .___body {
        border-radius: 8px; } }
    .check_wrapper > .___body ~ .___body {
      margin-top: 1em; }
      @media screen and (max-width: 768px) {
        .check_wrapper > .___body ~ .___body {
          margin-top: calc(100% / 62 * 1); } }
    .check_wrapper > .___body h3 {
      position: relative;
      z-index: 15;
      display: block;
      padding: 1.64rem 2.46rem 1rem;
      background: #227825;
      background: url(images/background-gray.png), #227825;
      background-repeat: repeat;
      background-size: 100px;
      border-radius: 15px 15px 0 0;
      overflow: hidden;
      font-size: 1.435em;
      line-height: 1;
      color: #ffffff; }
      @media screen and (max-width: 768px) {
        .check_wrapper > .___body h3 {
          border-radius: 8px 8px 0 0;
          padding: 1.5525rem calc(100% / 62 * 2) 1rem; } }
      .check_wrapper > .___body h3 + div {
        padding: 3.28em 2.46em 2.46em; }
        @media screen and (max-width: 768px) {
          .check_wrapper > .___body h3 + div {
            padding: calc(100% / 62 * 3); } }
        .check_wrapper > .___body h3 + div * {
          color: #342b2b; }
    .check_wrapper > .___body .mvv_wrapper > div {
      position: relative;
      z-index: 15; }
      @media screen and (max-width: 768px) {
        .check_wrapper > .___body .mvv_wrapper > div {
          padding-bottom: 82px; } }
      .check_wrapper > .___body .mvv_wrapper > div > ._img {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1;
        width: auto;
        height: 150px;
        line-height: 0; }
        @media screen and (max-width: 768px) {
          .check_wrapper > .___body .mvv_wrapper > div > ._img {
            height: 108px; } }
        .check_wrapper > .___body .mvv_wrapper > div > ._img img {
          width: auto;
          height: 100%; }
      .check_wrapper > .___body .mvv_wrapper > div h4 {
        display: flex;
        align-items: baseline;
        column-gap: 15px;
        margin-bottom: .615em;
        font-size: 2.05em;
        font-weight: 600;
        line-height: 1;
        letter-spacing: -1px;
        font-weight: 600;
        font-family: 'Unbounded', cursive; }
        .check_wrapper > .___body .mvv_wrapper > div h4 span {
          font-size: 1.1275rem; }
      .check_wrapper > .___body .mvv_wrapper > div p {
        font-size: 1.3325em;
        font-weight: 600;
        line-height: 1.64; }
        @media screen and (max-width: 768px) {
          .check_wrapper > .___body .mvv_wrapper > div p {
            font-size: 1.23em; } }
      .check_wrapper > .___body .mvv_wrapper > div ~ div {
        margin-top: 1.64rem;
        padding-top: 1.64rem;
        border-top: solid 0.5px #342b2b; }
    .check_wrapper > .___body dl.lead_credo > dt p {
      font-size: 2.05em;
      font-weight: 600;
      line-height: 1.435; }
      @media screen and (max-width: 768px) {
        .check_wrapper > .___body dl.lead_credo > dt p {
          font-size: 1.845em; } }
      .check_wrapper > .___body dl.lead_credo > dt p small {
        display: block;
        font-size: .9rem;
        margin-bottom: 5px; }
    .check_wrapper > .___body dl.lead_credo > dd {
      margin-top: 1em; }
      .check_wrapper > .___body dl.lead_credo > dd p {
        font-size: 1.075em;
        font-weight: 600; }
    .check_wrapper > .___body .credo_slider {
      position: relative;
      z-index: 15;
      margin-top: 2.46em;
      padding-bottom: 2.46em;
      counter-reset: num; }
      .check_wrapper > .___body .credo_slider * {
        color: #ffffff; }
      .check_wrapper > .___body .credo_slider > .swiper-wrapper > .swiper-slide {
        position: relative;
        z-index: 15;
        height: initial;
        padding: 1.23em;
        background: #342b2b;
        background: url(images/background-gray.png), #342b2b;
        background-repeat: repeat;
        background-size: 100px;
        border-radius: 15px;
        overflow: hidden; }
        .check_wrapper > .___body .credo_slider > .swiper-wrapper > .swiper-slide::before {
          counter-increment: num 1;
          content: counter(num);
          width: 1.23em;
          font-size: 2.87em;
          font-family: 'Unbounded', cursive;
          line-height: 1.23; }
        .check_wrapper > .___body .credo_slider > .swiper-wrapper > .swiper-slide dl > dt h4 {
          font-size: 1.3325em;
          line-height: 1.435;
          min-height: calc(1.3325em * 1.435 * 1.435); }
        .check_wrapper > .___body .credo_slider > .swiper-wrapper > .swiper-slide dl > dd {
          margin-top: 10px; }
          .check_wrapper > .___body .credo_slider > .swiper-wrapper > .swiper-slide dl > dd p {
            line-height: 1.64; }
      .check_wrapper > .___body .credo_slider .swiper-scrollbar {
        height: 2px; }

.faq_wrapper {
  position: relative;
  z-index: 15; }
  .faq_wrapper::before {
    content: '';
    position: absolute;
    top: calc(-196px + ((1.5525em * 2) + 0.41em) * 1);
    right: 0;
    display: block;
    width: 300px;
    height: 200px;
    background: url(images/recruit_qa-01.svg);
    background-size: cover; }
    @media screen and (max-width: 768px) {
      .faq_wrapper::before {
        top: calc((8.5em / 2 * -2) + ((1.3325em * 2) + 5px) * 1);
        width: calc(8.5em / 2 * 3);
        height: calc(8.5em / 2 * 2); } }
  .faq_wrapper > ._block ~ ._block {
    margin-top: 3.28em; }
  .faq_wrapper h3 {
    padding-bottom: 0.41em;
    border-bottom: solid .5px;
    font-size: 1.5525em;
    font-weight: 600; }
    @media screen and (max-width: 768px) {
      .faq_wrapper h3 {
        font-size: 1.33325em;
        padding: 0 calc(100% / 62 * 2);
        padding-bottom: 5px; } }
  .faq_wrapper ul._list {
    margin-top: 2.05em; }
    @media screen and (max-width: 768px) {
      .faq_wrapper ul._list {
        margin-top: calc(100% / 62 * 2); } }
    .faq_wrapper ul._list > li {
      position: relative;
      z-index: 15;
      border-radius: 12px;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .faq_wrapper ul._list > li {
          border-radius: 8px; } }
      .faq_wrapper ul._list > li ~ li {
        margin-top: 3px; }
        @media screen and (max-width: 768px) {
          .faq_wrapper ul._list > li ~ li {
            margin-top: calc(100% / 62 * 1); } }
  .faq_wrapper dl._faq > dt {
    display: flex;
    align-items: center;
    padding: 1.23em 2.46em 1.23em 0;
    background: #9a090a;
    background: url(images/background-gray.png), #9a090a;
    background-repeat: repeat;
    background-size: 100px;
    cursor: pointer; }
    .faq_wrapper dl._faq > dt::before {
      content: 'Q';
      width: 3em;
      text-align: center;
      letter-spacing: -1px;
      font-weight: 600;
      font-family: 'Unbounded', cursive;
      white-space: nowrap; }
    .faq_wrapper dl._faq > dt > span {
      flex: 1; }
  .faq_wrapper dl._faq > dd {
    display: none;
    padding: 1.23em 2.46em 1.23em 0;
    background: #ffffff;
    background: url(images/background-gray.png), #ffffff;
    background-repeat: repeat;
    background-size: 100px; }
    .faq_wrapper dl._faq > dd p {
      display: flex;
      line-height: 1.64;
      font-weight: 400; }
      .faq_wrapper dl._faq > dd p::before {
        content: 'A';
        width: 3em;
        text-align: center;
        letter-spacing: -1px;
        font-weight: 600;
        font-family: 'Unbounded', cursive;
        white-space: nowrap;
        color: #342b2b; }
      .faq_wrapper dl._faq > dd p * {
        color: #342b2b; }
      .faq_wrapper dl._faq > dd p span {
        flex: 1; }
  .faq_wrapper dl._faq.active > dt {
    background: #227825;
    background: url(images/background-gray.png), #227825;
    background-repeat: repeat;
    background-size: 100px; }

.entry_wrapper > ._block ~ ._block {
  margin-top: 2.87em; }
  @media screen and (max-width: 768px) {
    .entry_wrapper > ._block ~ ._block {
      margin-top: calc(100% / 62 * 1); } }
@media screen and (max-width: 768px) {
  .entry_wrapper > ._block > p {
    padding: 0 calc(100% / 62 * 2); } }
.entry_wrapper > ._block.contact {
  display: flex;
  flex-wrap: wrap;
  padding: 2.05em 2.46em;
  background: #9a090a;
  background: url(images/background-gray.png), #9a090a;
  background-repeat: repeat;
  background-size: 100px;
  border-radius: 15px; }
  @media screen and (max-width: 768px) {
    .entry_wrapper > ._block.contact {
      padding: calc(100% / 62 * 3) calc(100% / 62 * 2);
      border-radius: 8px; } }
  .entry_wrapper > ._block.contact > span {
    display: block;
    width: 10.25em;
    font-weight: 600; }
    @media screen and (max-width: 768px) {
      .entry_wrapper > ._block.contact > span {
        padding: 0 calc(100% / 62 * 2); } }
  .entry_wrapper > ._block.contact > p {
    flex: 1;
    font-weight: 400; }
    @media screen and (max-width: 768px) {
      .entry_wrapper > ._block.contact > p {
        min-width: 100%;
        margin-top: calc(100% / 62 * 1); } }
.entry_wrapper > ._block .entry_inner {
  position: relative;
  z-index: 15;
  padding: 2.46em;
  background: #fff;
  background: url(images/background-gray.png), #fff;
  background-repeat: repeat;
  background-size: 100px;
  border-radius: 15px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .entry_wrapper > ._block .entry_inner {
      padding: calc(100% / 62 * 4) calc(100% / 62 * 3);
      border-radius: 8px; } }
  .entry_wrapper > ._block .entry_inner * {
    color: #342b2b;
    font-weight: 400; }
  .entry_wrapper > ._block .entry_inner h4 {
    font-weight: 600; }
    .entry_wrapper > ._block .entry_inner h4::before {
      background: #342b2b; }
.entry_wrapper > ._block.thumbnail {
  aspect-ratio: 2.35 / 1;
  border-radius: calc(8.5em / 8);
  overflow: hidden;
  line-height: 1; }
  @media screen and (max-width: 768px) {
    .entry_wrapper > ._block.thumbnail {
      aspect-ratio: 16 / 9;
      border-radius: calc(8.5em / 16); } }
.entry_wrapper h3 {
  padding-bottom: 0.41em;
  margin-bottom: 1em;
  border-bottom: solid .5px;
  font-size: 1.5525em;
  font-weight: 600; }
  @media screen and (max-width: 768px) {
    .entry_wrapper h3 {
      font-size: 1.33325em;
      margin-bottom: calc(100% / 62 * 2);
      padding-bottom: 5px;
      padding: 0 calc(100% / 62 * 2); } }
.entry_wrapper h4 {
  display: flex;
  align-items: center;
  column-gap: .41em;
  margin-bottom: 10px;
  font-size: 1.23em;
  letter-spacing: 1px; }
  @media screen and (max-width: 768px) {
    .entry_wrapper h4 {
      margin-bottom: 5px; } }
  .entry_wrapper h4::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #ffffff;
    border-radius: 12px; }
  .entry_wrapper h4 ~ h4 {
    margin-top: 2.05em; }
    @media screen and (max-width: 768px) {
      .entry_wrapper h4 ~ h4 {
        margin-top: 1.64em; } }
.entry_wrapper p + p {
  margin-top: 1em; }
.entry_wrapper p.caption {
  font-size: .85em; }
.entry_wrapper ul.list_flow {
  position: relative;
  z-index: 15; }
  .entry_wrapper ul.list_flow::before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - (.5px / 2));
    z-index: -1;
    display: block;
    width: .5px;
    height: 100%;
    background: #342b2b; }
  .entry_wrapper ul.list_flow > li {
    padding: 1.23em;
    background: #ffffff;
    border: solid 0.5px #342b2b;
    font-weight: 600;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .entry_wrapper ul.list_flow > li {
        padding: 1em; } }
    .entry_wrapper ul.list_flow > li ~ li {
      margin-top: 1em; }

.blog_wrapper ul._list {
  border-top: solid 1px rgba(0, 0, 0, 0.1025); }
  .blog_wrapper ul._list > li {
    position: relative;
    z-index: 15;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1025); }
.blog_wrapper a.card {
  display: block;
  padding: 2.05em 2.46em; }
  @media screen and (max-width: 768px) {
    .blog_wrapper a.card {
      padding: calc(100% / 62 * 4) calc(100% / 62 * 3); } }
  .blog_wrapper a.card::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    display: block;
    width: 0;
    height: 100%;
    background: #227825;
    background: url(images/background-gray.png), #227825;
    background-repeat: repeat;
    background-size: 100px;
    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; }
  .blog_wrapper a.card p.title {
    font-weight: 600;
    font-size: 1.3325em;
    line-height: 1.435; }
  .blog_wrapper a.card p.excerpt {
    margin-top: 10px;
    font-weight: 400; }
  .blog_wrapper a.card .viewmore {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
    font-size: .85em;
    line-height: 1;
    font-weight: 600;
    font-family: 'Unbounded', cursive; }
    .blog_wrapper a.card .viewmore > time {
      display: block; }
    .blog_wrapper a.card .viewmore > span {
      display: block;
      height: 1em;
      overflow: hidden; }
      .blog_wrapper a.card .viewmore > span em {
        display: block;
        font-style: normal;
        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; }
  .blog_wrapper a.card:hover::before {
    left: 0;
    width: 100%;
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
  .blog_wrapper a.card:hover .viewmore > span em {
    transform: translateY(-1em);
    transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
    -o-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
    -moz-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s;
    -webkit-transition: all cubic-bezier(0.28, 1.52, 0.73, 1.25) 0.41s; }

header.blog_head {
  padding: 2.05em 2.46em;
  border-bottom: solid .5px; }
  @media screen and (max-width: 768px) {
    header.blog_head {
      padding: calc(100% / 62 * 4) calc(100% / 62 * 3); } }
  header.blog_head time {
    display: block;
    margin-bottom: 10px;
    font-size: 1em;
    line-height: 1;
    font-weight: 600;
    font-family: 'Unbounded', cursive; }
  header.blog_head h1 {
    font-size: 2.255em;
    font-weight: 600;
    line-height: 1.23; }
  header.blog_head + .blog_body > .__head {
    padding: 2.05em 2.46em; }
    @media screen and (max-width: 768px) {
      header.blog_head + .blog_body > .__head {
        padding: calc(100% / 62 * 4) calc(100% / 62 * 3); } }
    header.blog_head + .blog_body > .__head img {
      width: auto;
      max-width: 100%;
      height: auto; }
    header.blog_head + .blog_body > .__head + .__body {
      padding-top: 0; }
  header.blog_head + .blog_body > .__body {
    padding: 2.05em 2.46em 4.1em;
    border-bottom: solid .5px; }
    @media screen and (max-width: 768px) {
      header.blog_head + .blog_body > .__body {
        padding: calc(100% / 62 * 4) calc(100% / 62 * 3) calc(100% / 62 * 8); } }
    header.blog_head + .blog_body > .__body * ~ * {
      margin-top: 1em; }
    header.blog_head + .blog_body > .__body p {
      font-weight: 400;
      line-height: 1.64; }
  header.blog_head + .blog_body > .__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 2.05em; }
    header.blog_head + .blog_body > .__foot > .prev {
      width: 41px;
      height: 41px; }
      header.blog_head + .blog_body > .__foot > .prev a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        border: solid .5px;
        border-radius: 41px; }
        header.blog_head + .blog_body > .__foot > .prev a::before {
          content: '';
          display: block;
          width: 1em;
          height: 1em;
          background: url(images/icon/arrow.svg);
          background-size: cover;
          filter: invert(1);
          transform: rotate(180deg); }
    header.blog_head + .blog_body > .__foot > .all a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 8.2em;
      height: 41px;
      border: solid .5px;
      border-radius: 41px; }
    header.blog_head + .blog_body > .__foot > .next {
      width: 41px;
      height: 41px; }
      header.blog_head + .blog_body > .__foot > .next a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        border: solid .5px;
        border-radius: 41px; }
        header.blog_head + .blog_body > .__foot > .next a::before {
          content: '';
          display: block;
          width: 1em;
          height: 1em;
          background: url(images/icon/arrow.svg);
          background-size: cover;
          filter: invert(1); }

article.jobpost {
  padding-bottom: 41px; }
  article.jobpost .jobpost_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 41px;
    width: calc(100% / 32 * 30);
    max-width: calc(1640px / 32 * 30);
    margin: 0 auto;
    padding-right: calc(5.125em - (100% / 32)); }
    @media screen and (max-width: 768px) {
      article.jobpost .jobpost_wrapper {
        width: calc(100% / 64 * 62);
        padding-right: 0; } }
    article.jobpost .jobpost_wrapper ~ .jobpost_wrapper {
      margin-top: 41px; }
      @media screen and (max-width: 768px) {
        article.jobpost .jobpost_wrapper ~ .jobpost_wrapper {
          margin-top: 41px; } }
    article.jobpost .jobpost_wrapper > ._main {
      width: 100%;
      max-width: 820px;
      padding: calc(100% / 32 * 2);
      background: #ffffff;
      border-radius: 24.6px;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        article.jobpost .jobpost_wrapper > ._main {
          padding: calc(100% / 32 * 3) calc(100% / 32 * 1.5);
          border-radius: 14.35px; } }
      article.jobpost .jobpost_wrapper > ._main > ._block {
        padding-top: 1em;
        border-top: solid 1px rgba(0, 0, 0, 0.1025); }
        article.jobpost .jobpost_wrapper > ._main > ._block ~ ._block {
          margin-top: 8.2em; }
        article.jobpost .jobpost_wrapper > ._main > ._block > span {
          display: table;
          padding: 2px 1em;
          margin-bottom: 4.1em;
          background: #fcb327;
          border-radius: 4.1em;
          font-size: .8em;
          color: #ffffff;
          font-weight: 600; }
        article.jobpost .jobpost_wrapper > ._main > ._block > h2 {
          font-weight: 600;
          font-size: 1.64em;
          margin-bottom: 1em; }
    article.jobpost .jobpost_wrapper > ._side {
      flex: 1; }
      @media screen and (max-width: 768px) {
        article.jobpost .jobpost_wrapper > ._side {
          flex: initial;
          width: 100%;
          padding: 0 calc(100% / 32 * 1.5); } }
      article.jobpost .jobpost_wrapper > ._side .sticky {
        top: 14.35em; }
      article.jobpost .jobpost_wrapper > ._side ._block {
        padding-top: 1em;
        border-top: solid 1px rgba(0, 0, 0, 0.1025); }
        article.jobpost .jobpost_wrapper > ._side ._block > span {
          display: table;
          margin-right: auto;
          margin-bottom: 1.64em;
          font-weight: 400;
          font-size: .8em; }
          @media screen and (max-width: 768px) {
            article.jobpost .jobpost_wrapper > ._side ._block > span {
              font-size: .7em; } }
        article.jobpost .jobpost_wrapper > ._side ._block ul._list {
          font-size: .8em; }
          article.jobpost .jobpost_wrapper > ._side ._block ul._list > li {
            padding: 4px 0; }
        article.jobpost .jobpost_wrapper > ._side ._block dl._list {
          display: flex;
          flex-wrap: wrap; }
          article.jobpost .jobpost_wrapper > ._side ._block dl._list > dt {
            font-weight: 600;
            width: 6.15em; }
            article.jobpost .jobpost_wrapper > ._side ._block dl._list > dt + dd {
              margin-top: 4px; }
          article.jobpost .jobpost_wrapper > ._side ._block dl._list > dd {
            flex: 1; }
            article.jobpost .jobpost_wrapper > ._side ._block dl._list > dd a {
              color: #d81718;
              text-decoration: underline; }
        article.jobpost .jobpost_wrapper > ._side ._block > p {
          font-size: .8em;
          margin-bottom: 1em; }
        article.jobpost .jobpost_wrapper > ._side ._block .aspect {
          border-radius: 14.35px;
          overflow: hidden;
          box-shadow: 0 5px 10px -10px; }
        article.jobpost .jobpost_wrapper > ._side ._block ~ ._block {
          margin-top: 3.69em; }

dl.require_headline dt {
  font-size: 1.5525em;
  font-weight: 600; }
  @media screen and (max-width: 768px) {
    dl.require_headline dt {
      font-size: 1.435em; } }
  dl.require_headline dt p {
    font-weight: 600;
    line-height: 1.435; }
  dl.require_headline dt + dd {
    margin-top: 1em; }
dl.require_headline dd p {
  line-height: 1.64; }

.gallery_container .swiper-wrapper .swiper-slide > ._head {
  box-shadow: 0 5px 15px -15px;
  border: solid 1px transparent;
  border-radius: 8px;
  overflow: hidden; }

.requirements_wrapper ul._list {
  border-top: solid 1px rgba(0, 0, 0, 0.1025);
  border-bottom: solid 1px rgba(0, 0, 0, 0.1025);
  padding: 2.05em 0; }
  @media screen and (max-width: 768px) {
    .requirements_wrapper ul._list {
      font-size: .9em;
      padding: 1em 0; } }
  .requirements_wrapper ul._list li {
    padding: 1.435em 0; }
    @media screen and (max-width: 768px) {
      .requirements_wrapper ul._list li {
        padding: 1em 0; } }
.requirements_wrapper dl._list {
  display: flex;
  flex-wrap: wrap; }
  .requirements_wrapper dl._list dt {
    flex-grow: 1;
    font-weight: 600; }
  .requirements_wrapper dl._list dd {
    width: 41em;
    max-width: 100%; }
    @media screen and (max-width: 768px) {
      .requirements_wrapper dl._list dd {
        margin-top: 3px; } }

a.button {
  position: relative;
  z-index: 15;
  display: block;
  width: 300px;
  margin: 0 auto;
  text-align: center;
  background-image: linear-gradient(to right, #151515 10%, rgba(255, 255, 255, 0) 10%);
  background-position: bottom;
  background-size: 8px 1px;
  background-repeat: repeat-x;
  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; }
  a.button > span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: calc(100% - (3.28rem * 2));
    height: 3.28rem;
    margin: 0 auto;
    overflow: hidden;
    font-weight: 500; }
    a.button > span > em {
      display: block;
      font-style: normal;
      width: 100%;
      height: 3.28rem;
      line-height: 3.28rem;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      transition-delay: .205s; }
      a.button > span > em:nth-child(2) {
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
  a.button > i {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.28rem;
    height: 3.28rem;
    transform: rotate(-45deg);
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
    a.button > i img {
      width: 1em;
      height: 1em; }
  a.button:hover {
    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; }
    a.button:hover > span > em {
      transform: translateY(-3.28rem);
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
      a.button:hover > span > em:nth-child(2) {
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
    a.button:hover > i {
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }

.sfTtl {
  display: table;
  font-weight: bold;
  padding-bottom: 1.025em;
  margin-bottom: 3.075em;
  border-bottom: solid 1px #dddddd; }
  @media screen and (max-width: 768px) {
    .sfTtl {
      margin: 0 auto 2.05em; } }

@media screen and (max-width: 768px) {
  .searchandfilter ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; } }
.searchandfilter ul li {
  margin: 0;
  margin-bottom: 10px;
  padding: 0; }
  @media screen and (max-width: 768px) {
    .searchandfilter ul li {
      width: calc(50% - (10px / 2)); } }
  @media screen and (max-width: 768px) {
    .searchandfilter ul li.sf-field-post-meta- {
      width: 100%; } }
  .searchandfilter ul li:last-child {
    margin-bottom: 0; }
.searchandfilter input {
  font-size: 16px;
  border: solid 1px #dddddd;
  border-radius: 4.1em;
  padding: .205em .615em;
  height: initial;
  min-height: 2.665em;
  min-width: 170px; }
  .searchandfilter input[value="検索"] {
    background: #d81718;
    color: #ffffff; }
  .searchandfilter input[value="リセット"] {
    color: #aaa; }
@media screen and (max-width: 768px) {
  .searchandfilter label {
    display: block; } }
.searchandfilter select {
  font-size: 16px;
  border: solid 1px #dddddd;
  border-radius: 4.1em;
  padding: .205em .615em;
  height: initial;
  min-height: 2.665em; }
  @media screen and (max-width: 768px) {
    .searchandfilter select {
      width: 100%; } }

.openJobWrap ul._list > li ~ li {
  margin-top: 5.125em; }
.openJobWrap ul._list > li a._card > ._head {
  border: solid 1px transparent;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px -15px;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
  @media screen and (max-width: 768px) {
    .openJobWrap ul._list > li a._card > ._head {
      border-radius: 8px; } }
.openJobWrap ul._list > li a._card > ._body {
  margin-top: 2.05em; }
  @media screen and (max-width: 768px) {
    .openJobWrap ul._list > li a._card > ._body {
      margin-top: 1.23em; } }
  .openJobWrap ul._list > li a._card > ._body h2 {
    font-size: 1.845em;
    line-height: 1.435;
    margin-bottom: .615em;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
    @media screen and (max-width: 768px) {
      .openJobWrap ul._list > li a._card > ._body h2 {
        font-size: 1.5525em;
        margin-bottom: .615em; } }
  .openJobWrap ul._list > li a._card > ._body ul.listJobPram {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    font-size: .8em; }
    @media screen and (max-width: 768px) {
      .openJobWrap ul._list > li a._card > ._body ul.listJobPram {
        font-size: .7em; } }
    .openJobWrap ul._list > li a._card > ._body ul.listJobPram > li span {
      display: block;
      padding: 2px 1em;
      border-radius: 1em;
      background: #ffffff;
      border: solid 1px #ffffff;
      color: #ffffff; }
  @media screen and (max-width: 768px) {
    .openJobWrap ul._list > li a._card > ._body p {
      font-size: .9em;
      line-height: 1.64; } }
.openJobWrap ul._list > li:hover a._card > ._head {
  border: solid 1px #d81718;
  box-shadow: none;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
.openJobWrap ul._list > li:hover a._card > ._body h2 {
  color: #d81718;
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }

.catchWrap {
  margin-top: 2.46em;
  box-shadow: 0 5px 15px -15px;
  border: solid 1px transparent;
  border-radius: 12px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .catchWrap {
      border-radius: 10px; } }
  .catchWrap + .root_content {
    margin-top: 5.125em; }

.privacy_wrapper ul._list {
  padding: 3.28em 0;
  border-top: solid 1px rgba(0, 0, 0, 0.1025);
  border-bottom: solid 1px rgba(0, 0, 0, 0.1025); }
  .privacy_wrapper ul._list > li ~ li {
    margin-top: 2.46em; }
  .privacy_wrapper ul._list > li[data-number] {
    display: flex;
    align-items: flex-start;
    justify-content: center; }
    .privacy_wrapper ul._list > li[data-number]::before {
      content: attr(data-number) "";
      display: block;
      width: 3rem;
      font-weight: 600;
      font-size: 1.3325em;
      color: #d81718;
      line-height: 1.64; }
  .privacy_wrapper ul._list > li > dl._list {
    width: calc(100% - 3rem); }
.privacy_wrapper dl._list > dt {
  font-size: 1.3325em;
  font-weight: 600; }
  .privacy_wrapper dl._list > dt + dd {
    margin-top: 12px; }
.privacy_wrapper dl._list > dd {
  padding-left: 1em; }

ul.entryflow {
  position: relative;
  z-index: 15; }
  ul.entryflow li {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: .615em 1em;
    background: #9a090a;
    background: url(images/background-gray.png), #9a090a;
    background-repeat: repeat;
    background-size: 100px;
    border-radius: 41px; }
    ul.entryflow li ~ li {
      margin-top: 1em; }
      @media screen and (max-width: 768px) {
        ul.entryflow li ~ li {
          margin-top: calc(100% / 62 * 1); } }

.formWrap {
  position: relative;
  z-index: 15; }
  .formWrap .itemHead {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1025);
    padding-bottom: 2.05em;
    margin-bottom: 2.46em; }
    @media screen and (max-width: 768px) {
      .formWrap .itemHead {
        padding: 0 4vw;
        padding-bottom: 1.23em;
        margin-bottom: 2.05em; } }
    .formWrap .itemHead .announce p {
      line-height: 1.8; }
      .formWrap .itemHead .announce p.must {
        display: flex;
        align-items: center;
        margin-top: .82em; }
        .formWrap .itemHead .announce p.must::before {
          content: '*';
          display: block;
          color: #ff0404;
          margin-right: .205em; }

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

dl.listDocForm {
  display: flex;
  flex-wrap: wrap; }
  dl.listDocForm dt {
    width: 100%; }
    dl.listDocForm dt p {
      font-weight: 600; }
      dl.listDocForm dt p small {
        color: #e04645 !important; }
      dl.listDocForm dt p.must {
        position: relative;
        z-index: 15;
        display: table; }
  dl.listDocForm dd {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 5px; }
    @media screen and (max-width: 768px) {
      dl.listDocForm dd {
        margin-top: 3px; } }
    dl.listDocForm dd span.caption {
      display: block;
      width: 100%;
      margin-top: .41em;
      font-size: .85em; }
    dl.listDocForm dd .error {
      font-size: .85em;
      color: #e04645 !important; }

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

/*//!#index----------------------------------------------------------------------------------------------*/
/* ------------------
   #Page [共通要素]
------------------ */
/* 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; }

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

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

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

b.yellow {
  color: #fde201 !important;
  font-weight: 700 !important; }

strong.yellow {
  background: linear-gradient(transparent 75%, rgba(253, 226, 1, 0.75) 0%) !important; }

b.green {
  color: #227825 !important;
  font-weight: 700 !important; }

strong.green {
  background: linear-gradient(transparent 75%, rgba(34, 120, 37, 0.75) 0%) !important; }
