@charset "UTF-8";
/*!
Theme Name: アイユナイテッドホールディングス(採用)
Theme URI: https://panarea.co.jp
Author: shogo yonetani
Author URI: https://panarea.co.jp
Description: アイユナイテッドホールディングス(採用)
*/
/*Color Management*/
/*Basic Color*/
/*Couplate Color*/
/*Footer*/
/*ASIDE*/
/*!color*/
/*!レスポンシブ*/
/*!normalize.css*/
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*/
/*!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;
  /*2025-12-06*/
  font-family: "YakuHanJP", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Yu Gothic Medium", "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  overflow-x: hidden;
  overflow-y: auto;
  background: #f7f7f7;
  color: #0c1e29;
  /*
  webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  */
  opacity: 0;
  transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
  body.onFooter {
    background: #414846;
    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; }

* {
  color: #0b1c27;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

/*マウスストーカー*/
.mouse {
  background: black;
  border-radius: 50%;
  position: fixed;
  z-index: 10010;
  pointer-events: none;
  transition: transform 200ms ease-in-out, opacity 200ms ease-in-out; }
  @media screen and (max-width: 768px) {
    .mouse {
      display: none; } }

.cursor, .follower {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: none;
  pointer-events: none; }

.cursor {
  width: 8px;
  height: 8px;
  background-color: #000;
  z-index: 10001; }

.follower {
  width: 40px;
  height: 40px;
  background-color: #000;
  opacity: .2;
  z-index: 10000;
  transition: transform ease .1s; }

.follower.is-active {
  transform: scale(2);
  transition: transform ease .1s; }

/*!#siteContent*/
#siteContent {
  position: relative;
  z-index: 15;
  width: 100%; }
  @media screen and (max-width: 768px) {
    #siteContent {
      overflow: hidden; } }

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

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

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

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

.serif {
  font-family: "Sorts Mill Goudy", 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(rgba(230, 0, 17, 0.25), rgba(230, 0, 17, 0.25)) no-repeat;
  background-size: 100% 8px;
  background-position: 0 0.9em; }

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

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

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

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

/*!LINK*/
a {
  color: #151515;
  text-decoration: none; }
  a.not {
    cursor: not-allowed; }
  a.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.linkFull {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    cursor: pointer; }
  a.btn {
    position: relative;
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 14em;
    background: #f7f7f7;
    padding: .615em 1.025em;
    border-radius: 3.075em;
    border: solid 1px #eeeeee;
    overflow: hidden;
    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; }
    a.btn > span {
      display: block; }
      a.btn > span.txt {
        font-weight: normal;
        font-size: .9em;
        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; }
      a.btn > span.icon {
        display: block;
        width: 1em;
        height: 1em;
        background: url(images/icon_arrow-wh.svg) center no-repeat;
        background-size: 75%;
        margin-left: .615em;
        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; }
      a.btn > span.out {
        background: url(images/icon_links-blk.svg) center no-repeat !important;
        background-size: 75%; }
    a.btn.fill {
      border: solid 1px #0169b8; }
      a.btn.fill::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #0169b8;
        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; }
      a.btn.fill * {
        position: relative;
        color: #ffffff; }
    a.btn.line {
      background: rgba(255, 255, 255, 0.05);
      backdrop-filter: blur(5.5px);
      -webkit-backdrop-filter: blur(5.5px);
      border: solid 1px #ffffff; }
      a.btn.line::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #ffffff14;
        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; }
      a.btn.line * {
        position: relative;
        color: #ffffff; }
  a:hover.btn {
    background: none;
    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; }
    a:hover.btn.fill::before {
      filter: brightness(0.9);
      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; }
    a:hover.btn.line::before {
      filter: brightness(0.5);
      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; }
    a:hover.btn > span.txt {
      transform: translateX(0.41em);
      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; }
    a:hover.btn > span.icon {
      transform: translateX(0.41em);
      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: .1025s; }

/*!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::after, dl::after {
  content: '';
  display: block;
  clear: both; }

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 .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 iframe {
      width: 100%;
      height: 100%; }
    .aspect .aspectBlock video {
      width: 100%;
      height: auto; }

/*!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: #0169b8;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  #main::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle farthest-side, #19080826, #280b0b26);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1; }
  #main .img {
    display: block;
    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; }

.loading {
  height: 2.1em;
  width: 2.1em;
  border-radius: 100%;
  border-top: 1px solid #f7f7f7;
  margin-top: 2.1em;
  animation: move 1s infinite; }
  @media screen and (max-width: 768px) {
    .loading {
      height: 1.64em;
      width: 1.64em; } }

@keyframes move {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/*ロード終了*/
[data-loading="true"] #main.hide {
  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; }

/*!.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.55, 0.05, 0.22, 0.99) 0.41s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }

.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: #0169b8; }
  .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(パーツ)
-------------------------------------*/
.clr_lime {
  color: #30C39E; }

/*!button*/
.humbBtn {
  width: 4.1em;
  height: 4.1em;
  position: relative; }
  @media screen and (max-width: 768px) {
    .humbBtn {
      display: block;
      width: 15vw;
      height: 15vw; } }
  .humbBtn span.dots {
    display: block;
    width: 2px;
    height: 2px;
    border-radius: 2px;
    background: #151515;
    position: absolute;
    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:nth-child(1) {
      top: calc(50% - 5px);
      left: calc(50% - 5px);
      transform: translate(-50%, -50%); }
    .humbBtn span.dots:nth-child(2) {
      top: calc(50% - 5px);
      left: 50%;
      transform: translate(-50%, -50%); }
    .humbBtn span.dots:nth-child(3) {
      top: calc(50% - 5px);
      left: calc(50% + 5px);
      transform: translate(-50%, -50%); }
    .humbBtn span.dots:nth-child(4) {
      top: 50%;
      left: calc(50% - 5px);
      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% + 5px);
      transform: translate(-50%, -50%); }
    .humbBtn span.dots:nth-child(7) {
      top: calc(50% + 5px);
      left: calc(50% - 5px);
      transform: translate(-50%, -50%); }
    .humbBtn span.dots:nth-child(8) {
      top: calc(50% + 5px);
      left: 50%;
      transform: translate(-50%, -50%); }
    .humbBtn span.dots:nth-child(9) {
      top: calc(50% + 5px);
      left: calc(50% + 5px);
      transform: translate(-50%, -50%); }
  .humbBtn span.border {
    display: block;
    width: 20%;
    height: 2px;
    border-radius: 2px;
    background: #151515;
    position: absolute;
    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.border:nth-child(1) {
      top: 42.5%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .humbBtn span.border:nth-child(2) {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .humbBtn span.border:nth-child(3) {
      top: 57.5%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .humbBtn:hover span.dots {
    background: #fff;
    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: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.active span.dots {
    background: #fff;
    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: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: #fff;
    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.border:nth-child(1) {
      top: 50%; }
    .humbBtn.active span.border:nth-child(3) {
      top: 50%; }
  .humbBtn.scroll span {
    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; }

/*!------------------------------------
css_template(レイアウト)
-------------------------------------*/
.innerWrap {
  width: 80%;
  max-width: 1280px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .innerWrap {
      width: 85%; } }

/*!------------------------------------
css_sections(ブロック)
-------------------------------------*/
/*!#siteHeader------------------------------------------------------------------------------------------------*/
/**/
#siteHeader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  width: 100%;
  height: auto;
  padding: 2.05em 0; }
  @media screen and (max-width: 768px) {
    #siteHeader {
      padding: 0; } }
  #siteHeader .wrapper {
    width: 90%;
    height: auto;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      #siteHeader .wrapper {
        width: 100%; } }
    @media screen and (min-width: 1367px) {
      #siteHeader .wrapper {
        max-width: 1440px; } }
  #siteHeader .flexWrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    #siteHeader .flexWrap > .flexLeft {
      width: 25%; }
    #siteHeader .flexWrap > .flexCenter {
      width: 50%; }
    #siteHeader .flexWrap > .flexRight {
      width: 25%; }
  #siteHeader.demo {
    padding: 0; }
    @media screen and (max-width: 768px) {
      #siteHeader.demo .wrapper {
        width: calc(100% / 16 * 15); } }
    #siteHeader.demo .flexWrap {
      min-height: calc(8.5em / 8 * 5); }
      @media screen and (max-width: 768px) {
        #siteHeader.demo .flexWrap {
          min-height: calc(8.5em / 8 * 4); } }
      @media screen and (max-width: 768px) {
        #siteHeader.demo .flexWrap > .flexLeft {
          width: 30%; } }
      @media screen and (max-width: 768px) {
        #siteHeader.demo .flexWrap > .flexCenter {
          width: 40%; } }
      #siteHeader.demo .flexWrap > .flexRight {
        display: flex;
        justify-content: flex-end; }
        @media screen and (max-width: 768px) {
          #siteHeader.demo .flexWrap > .flexRight {
            width: 30%; } }
    #siteHeader.demo .navigation_button {
      display: flex;
      align-items: center;
      column-gap: calc(8.5em / 32 * 2);
      padding: calc(8.5em / 32 * 3);
      background: #000a05;
      border-radius: calc(8.5em / 32);
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        #siteHeader.demo .navigation_button {
          padding: calc(8.5em / 32 * 2); } }
      #siteHeader.demo .navigation_button p {
        height: 1em;
        line-height: 1; }
        @media screen and (max-width: 768px) {
          #siteHeader.demo .navigation_button p {
            font-size: .85em; } }
        #siteHeader.demo .navigation_button p > i {
          display: block;
          color: #ffffff;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
          #siteHeader.demo .navigation_button p > i:first-child {
            opacity: 1; }
          #siteHeader.demo .navigation_button p > i:last-child {
            opacity: 0; }
      #siteHeader.demo .navigation_button .borders {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 1em;
        height: 1em; }
        #siteHeader.demo .navigation_button .borders .border {
          position: relative;
          width: 1em;
          height: 1.5px;
          background: #ffffff;
          border-radius: 1px;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
          #siteHeader.demo .navigation_button .borders .border:nth-child(3) {
            width: .75em; }
      #siteHeader.demo .navigation_button.active p i {
        transform: translateY(-1em);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
        #siteHeader.demo .navigation_button.active p i:first-child {
          opacity: 0; }
        #siteHeader.demo .navigation_button.active p i:last-child {
          opacity: 1; }
      #siteHeader.demo .navigation_button.active .borders {
        justify-content: center; }
        #siteHeader.demo .navigation_button.active .borders .border {
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
          #siteHeader.demo .navigation_button.active .borders .border:nth-child(1) {
            top: .5px;
            transform: rotate(-45deg); }
          #siteHeader.demo .navigation_button.active .borders .border:nth-child(2) {
            display: none; }
          #siteHeader.demo .navigation_button.active .borders .border:nth-child(3) {
            top: -.5px;
            width: 1em;
            transform: rotate(45deg); }

.headLogo {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .headLogo {
      height: 15vw; } }
  .headLogo a {
    display: flex;
    align-items: center;
    line-height: 0; }
  .headLogo img {
    width: auto;
    height: 3.075em; }
    @media screen and (max-width: 768px) {
      .headLogo img {
        height: 2.46em; } }
  .headLogo p {
    font-size: .8em;
    font-weight: 600;
    color: #0169b8;
    margin-left: .615em;
    padding-top: 0.205em; }

nav.globalNav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  	/*
   ul.listGlobal {
    display: flex;
    align-items: center;
    padding: 0 1em;
    @include transition_transform1;
    @include mq(md) {
     display: none;
    }
    li {
     position: relative;
     z-index: 15;
     margin-right: 2.05em;
     &::last-child {
      margin-right: 0;
     }
     &[data-number]::after {
      content: attr(data-number)"";
      display: block;
      position: absolute;
      left: 100%;
      bottom: 50%;
      font-size: .8em;
      font-weight: 600;
      @include transition;
     }
     a {}
     span {
      display: block;
      text-align: center;
      font-weight: 600;
      @include transition;
      &.wrap {
       height: 1em;
       line-height: 1em;
       overflow: hidden;
      }
      &.jp {
       font-size: .85em;
       font-weight: 300;
      }
      &.en {
       text-transform: capitalize;
       font-size: .8em;
       padding: 0 2.1em;
      }
     }
     .__under {
      width: 38em;
      position: absolute;
      top: 1.23em;
      left: -8.2em;
      padding-top: 1.64em;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transform: translateY(1.025em);
      @include transition;
      .__under_wrap {
       background: $sub;
       display: flex;
       align-items: center;
       flex-wrap: wrap;
       padding: 2.05em;
       &::after {
        position: absolute;
        top: 15px;
        left: 10.66em;
        width: 0;
        height: 0;
        content: '';
        border-width: 0 10px 10px 10px;
        border-style: solid;
        border-color: transparent transparent $sub transparent;
       }
       .__item {
        display: block;
        width: calc((100% / 3) - (3.075em / 3));
        margin-right: calc(3.075em / 2);
        .__img {
         margin-bottom: .82em;
        }
        .__txt {
         color: $txt;
         font-size: .8em;
         @include transition;
        }
        &:hover {
         .__txt {
          color: $key;
          @include transition;
         }
        }
        &:nth-of-type(3) ~ .__item {
         margin-top: 2.05em;
        }
        &:nth-child(3n) {
         margin-right: 0;
        }
       }
      }
     }
     &:hover {
      &[data-number]::after {
       opacity: 0;
       @include transition;
      }
      span.wrap>span {
       transform: translateY(-1rem);
       @include transition;
      }
      .__under {
       opacity: 1;
       visibility: visible;
       pointer-events: auto;
       transform: translateY(0);
       @include transition;
      }
     }
     &:last-child {
      margin-right: 0;
     }
     &.active {
      &::before {}
      span {
       color: $key;
       font-weight: bold;
       @include transition;
      }
     }
     &:hover {
      &::before {}
      span {
       color: $key;
       @include transition;
      }
     }
    }
   }
  	*/ }
  @media screen and (max-width: 768px) {
    nav.globalNav {
      padding: 0;
      transform: translateY(0);
      opacity: 1;
      visibility: visible;
      pointer-events: auto; } }

ul.listContact {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  @media screen and (max-width: 768px) {
    ul.listContact {
      margin-left: 0; } }
  ul.listContact li a {
    width: 4.1em;
    height: 4.1em;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      ul.listContact li a {
        width: 10.8vw;
        height: 15vw; } }
  ul.listContact li img {
    width: 1em;
    height: 1em; }

/*!#aside*/
aside .innerWrap {
  height: 100%;
  position: relative;
  z-index: 15; }
aside#aside {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  pointer-events: none;
  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;
  transition-delay: .82s; }
  @media screen and (max-width: 768px) {
    aside#aside {
      width: 100%;
      overflow: scroll; } }
  aside#aside * {
    color: #fff; }
  aside#aside .bgWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end; }
    aside#aside .bgWrap .belt {
      position: relative;
      z-index: 15;
      width: calc(100% / 7);
      height: 0;
      background: #0169b8;
      transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
      aside#aside .bgWrap .belt::before {
        content: '';
        display: block;
        width: 1px;
        height: 0;
        background: #252525;
        position: absolute;
        left: 0;
        top: 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; }
      aside#aside .bgWrap .belt:nth-child(1) {
        transition-delay: .1s; }
      aside#aside .bgWrap .belt:nth-child(2) {
        transition-delay: .15s; }
      aside#aside .bgWrap .belt:nth-child(3) {
        transition-delay: .2s; }
      aside#aside .bgWrap .belt:nth-child(4) {
        transition-delay: .25s; }
      aside#aside .bgWrap .belt:nth-child(5) {
        transition-delay: .3s; }
      aside#aside .bgWrap .belt:nth-child(6) {
        transition-delay: .35s; }
      aside#aside .bgWrap .belt:nth-child(7) {
        transition-delay: .4s; }
  aside#aside .innerWrap {
    width: calc((100% / 7) * 5);
    padding: calc(8.2em + 6.15em) 0 6.15em;
    opacity: 0;
    pointer-events: none;
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
    @media screen and (max-width: 768px) {
      aside#aside .innerWrap {
        padding: calc(15vw + 2.05em) 0 3.075em; } }
  aside#aside.move {
    opacity: 1;
    pointer-events: auto;
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
    aside#aside.move .bgWrap .belt {
      height: 100%;
      background: #151515;
      transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
      aside#aside.move .bgWrap .belt::before {
        height: 100%;
        bottom: 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; }
      aside#aside.move .bgWrap .belt:nth-child(6) {
        transition-delay: .1s; }
        aside#aside.move .bgWrap .belt:nth-child(6)::before {
          transition-delay: .4s; }
      aside#aside.move .bgWrap .belt:nth-child(5) {
        transition-delay: .2s; }
        aside#aside.move .bgWrap .belt:nth-child(5)::before {
          transition-delay: .5s; }
      aside#aside.move .bgWrap .belt:nth-child(4) {
        transition-delay: .3s; }
        aside#aside.move .bgWrap .belt:nth-child(4)::before {
          transition-delay: .6s; }
      aside#aside.move .bgWrap .belt:nth-child(3) {
        transition-delay: .4s; }
        aside#aside.move .bgWrap .belt:nth-child(3)::before {
          transition-delay: .7s; }
      aside#aside.move .bgWrap .belt:nth-child(2) {
        transition-delay: .5s; }
        aside#aside.move .bgWrap .belt:nth-child(2)::before {
          transition-delay: .8s; }
      aside#aside.move .bgWrap .belt:nth-child(1) {
        transition-delay: .6s; }
        aside#aside.move .bgWrap .belt:nth-child(1)::before {
          transition-delay: .9s; }
    aside#aside.move .innerWrap {
      opacity: 1;
      pointer-events: auto;
      display: flex;
      flex-wrap: wrap;
      align-content: space-between;
      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: 1s; }
    aside#aside.move dl.listHumbNav dt {
      opacity: 1;
      visibility: visible;
      pointer-events: all;
      transform: translateX(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; }
      aside#aside.move dl.listHumbNav dt:nth-child(1) {
        transition-delay: .7s; }
      aside#aside.move dl.listHumbNav dt:nth-child(2) {
        transition-delay: .8s; }
      aside#aside.move dl.listHumbNav dt:nth-child(3) {
        transition-delay: .9s; }
      aside#aside.move dl.listHumbNav dt:nth-child(4) {
        transition-delay: 1s; }
      aside#aside.move dl.listHumbNav dt:nth-child(5) {
        transition-delay: 1.1s; }
      aside#aside.move dl.listHumbNav dt:nth-child(6) {
        transition-delay: 1.2s; }
      aside#aside.move dl.listHumbNav dt:nth-child(7) {
        transition-delay: 1.3s; }
      aside#aside.move dl.listHumbNav dt:nth-child(8) {
        transition-delay: 1.4s; }
      aside#aside.move dl.listHumbNav dt:nth-child(9) {
        transition-delay: 1.5s; }
      aside#aside.move dl.listHumbNav dt:nth-child(10) {
        transition-delay: 1.6s; }
    aside#aside.move dl.listHumbNav dd {
      opacity: 1;
      visibility: visible;
      pointer-events: all;
      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: 1.2s; }
    aside#aside.move .aisde_footer {
      opacity: 1;
      visibility: visible;
      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; }
aside#movieBtn {
  display: block;
  width: 100%;
  height: auto;
  position: fixed;
  left: 0;
  bottom: 2.05em;
  z-index: 150;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  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; }
  aside#movieBtn .wrapper {
    position: relative;
    z-index: 150;
    width: 90%;
    max-width: 1440px;
    height: auto;
    margin: 0 auto; }
  aside#movieBtn .movieBtn {
    display: table;
    padding: 1.845em 2.665em;
    margin-left: auto;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 8px 12px 0 #1301014a;
    backdrop-filter: blur(5.5px);
    -webkit-backdrop-filter: blur(5.5px);
    border-radius: 8.2px;
    border: solid 2px #000;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      aside#movieBtn .movieBtn {
        padding: 1.435em 2.05em; } }
    aside#movieBtn .movieBtn span {
      font-weight: bold; }
  aside#movieBtn .cancel {
    display: block;
    position: absolute;
    top: -1.025em;
    right: -1.025em;
    width: 2.05em;
    height: 2.05em;
    cursor: pointer; }
  aside#movieBtn.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
    -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
aside.floatbanar {
  position: fixed;
  bottom: 1.64%;
  right: 2.46%;
  z-index: 1001; }
  @media screen and (max-width: 768px) {
    aside.floatbanar {
      bottom: 0;
      right: 0;
      width: 100%; } }
  aside.floatbanar ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 8px;
    padding: 10px;
    background: rgba(1, 105, 184, 0.615);
    border-radius: 8px;
    backdrop-filter: blur(10px); }
    @media screen and (max-width: 768px) {
      aside.floatbanar ul {
        column-gap: 5px;
        padding: 5px;
        border-radius: 0; } }
    aside.floatbanar ul::after {
      display: none; }
    @media screen and (max-width: 768px) {
      aside.floatbanar ul > li {
        flex: 1; } }
    aside.floatbanar ul > li a {
      display: flex;
      align-items: center;
      column-gap: 15px;
      padding: 8px 15px;
      background: #0169b8;
      border-radius: 6px;
      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) {
        aside.floatbanar ul > li a {
          justify-content: center;
          column-gap: 9px;
          padding: 8px 15px; } }
      aside.floatbanar ul > li a > i {
        display: block;
        width: 1.435em;
        height: 1.435em; }
      aside.floatbanar ul > li a > p {
        min-width: 7.175em;
        font-size: .9em;
        line-height: 1.23;
        color: #ffffff;
        text-align: center; }
        @media screen and (max-width: 768px) {
          aside.floatbanar ul > li a > p {
            min-width: 6em;
            font-size: 10px; } }
    aside.floatbanar ul > li: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; }

ul.listHumbNav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; }
  ul.listHumbNav li {
    width: 20%; }
    @media screen and (max-width: 768px) {
      ul.listHumbNav li {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      ul.listHumbNav li ~ li {
        margin-top: 1.64em; } }

dl.listHumbNav {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  dl.listHumbNav dt {
    position: relative;
    z-index: 15;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-2.05em);
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
    dl.listHumbNav dt::before {
      content: '';
      display: block;
      width: .5em;
      height: .5em;
      border-radius: 1em;
      position: absolute;
      right: 100%;
      bottom: 100%;
      opacity: 0;
      background: #0169b8; }
    dl.listHumbNav dt span {
      font-size: 1.1175em;
      font-weight: bold;
      text-decoration: underline; }
      @media screen and (max-width: 768px) {
        dl.listHumbNav dt span {
          font-size: 1.1em;
          letter-spacing: 0; } }
    dl.listHumbNav dt + * {
      margin-top: 1.64em !important; }
      @media screen and (max-width: 768px) {
        dl.listHumbNav dt + * {
          margin-top: 0.82em !important; } }
    dl.listHumbNav dt ~ dt {
      margin-top: 1.64em !important; }
      @media screen and (max-width: 768px) {
        dl.listHumbNav dt ~ dt {
          margin-top: .82em; } }
    dl.listHumbNav dt.active::before {
      opacity: 1; }
    dl.listHumbNav dt.active span {
      color: #0169b8; }
  dl.listHumbNav dd {
    width: 100%;
    margin-top: .82em;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(1.23em);
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
    @media screen and (max-width: 768px) {
      dl.listHumbNav dd {
        width: 50%;
        margin-top: .82em; } }
    dl.listHumbNav dd a[target="_blank"] {
      display: flex;
      align-items: center;
      gap: calc(8.5em / 24); }
      dl.listHumbNav dd a[target="_blank"]::after {
        content: '';
        display: block;
        width: 1em;
        height: 1em;
        background: url(images/icon_links-blk.svg);
        filter: brightness(0) invert(0.6); }
    dl.listHumbNav dd span {
      font-size: .9225em;
      opacity: .5;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
      @media screen and (max-width: 768px) {
        dl.listHumbNav dd span {
          font-size: 1em; } }
    dl.listHumbNav dd:hover {
      opacity: 1;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }

.aisde_footer {
  position: relative;
  z-index: 15;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
  transform: translateY(2.05em);
  transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
  -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
  -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
  -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
  @media screen and (max-width: 768px) {
    .aisde_footer {
      margin-top: 5.33em;
      padding: 4.1em 0 6.15em; } }
  @media screen and (max-width: 768px) {
    .aisde_footer::before {
      content: '';
      display: block;
      width: 100vw;
      height: 100%;
      position: absolute;
      top: 0;
      left: calc(-1 * (100vw / 7));
      z-index: -5;
      background: #050505;
      opacity: .5; } }
  .aisde_footer dl.listHeadoffice {
    display: block; }
    @media screen and (max-width: 768px) {
      .aisde_footer dl.listHeadoffice {
        width: 100%; } }
    .aisde_footer dl.listHeadoffice dt {
      margin-bottom: .41em; }
      @media screen and (max-width: 768px) {
        .aisde_footer dl.listHeadoffice dt {
          margin-bottom: .82em; } }
      .aisde_footer dl.listHeadoffice dt img {
        width: auto;
        height: 1.435em; }
    .aisde_footer dl.listHeadoffice dd {
      font-size: .9em;
      opacity: .5; }
      .aisde_footer dl.listHeadoffice dd ~ dd {
        margin-top: .41em; }
  .aisde_footer .cr {
    font-size: .8em;
    opacity: .5; }
    @media screen and (max-width: 768px) {
      .aisde_footer .cr {
        width: 100%;
        margin-top: 2.05em; } }

body.scroll header#siteHeader .headLogo {
  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; }
body.scrollUp header#siteHeader .headLogo {
  opacity: 1;
  visibility: visible;
  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; }

/*!//#siteHeader------------------------------------------------------------------------------------------------*/
/*!#siteContent------------------------------------------------------------------------------------------------*/
#siteContent {
  position: relative;
  z-index: 15; }

h2.secTtl span {
  display: block; }
  h2.secTtl span.en {
    opacity: .3075;
    font-size: .95em;
    letter-spacing: .0205em; }
  h2.secTtl span.jp {
    font-size: 1.41em;
    letter-spacing: .041em; }
h2.secTtl + .box {
  margin-top: .82em; }
  @media screen and (max-width: 768px) {
    h2.secTtl + .box {
      margin-top: 1.23em; } }

h3.secTtl {
  line-height: 1.65; }
  h3.secTtl span {
    display: block; }
    h3.secTtl span.en {
      opacity: .3075;
      font-size: .9em;
      letter-spacing: .0205em; }
    h3.secTtl span.jp {
      font-size: 1.23em;
      letter-spacing: .041em; }
  h3.secTtl + .box {
    margin-top: 1.025em; }
    @media screen and (max-width: 768px) {
      h3.secTtl + .box {
        margin-top: .82em; } }
    h3.secTtl + .box > p {
      line-height: 1.65; }

/*!//#siteContent------------------------------------------------------------------------------------------------*/
/*!#siteFooter------------------------------------------------------------------------------------------------*/
.social_wrapper {
  background: #000a05; }
  .social_wrapper ul {
    display: flex; }
    @media screen and (max-width: 768px) {
      .social_wrapper ul {
        width: calc(100% / 16 * 15);
        margin: 0 auto; } }
    .social_wrapper ul > li {
      flex: 1;
      padding: calc(8.5em / 16); }
      .social_wrapper ul > li a {
        position: relative;
        z-index: 15;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: calc(8.5em / 8 * 7); }
        @media screen and (max-width: 768px) {
          .social_wrapper ul > li a {
            min-height: calc(8.5em / 8 * 6); } }
        .social_wrapper ul > li a::before {
          content: '';
          position: absolute;
          top: 0;
          z-index: -5;
          display: block;
          width: 100%;
          height: 100%;
          background: #151515;
          border-radius: calc(8.5em / 32);
          overflow: hidden;
          opacity: 0;
          transform: scaleY(0.85);
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
        .social_wrapper ul > li a img {
          width: auto;
          height: calc(8.5em / 8 * 2); }
          @media screen and (max-width: 768px) {
            .social_wrapper ul > li a img {
              width: 80%;
              height: auto; }
              .social_wrapper ul > li a img[alt="facebook"] {
                width: 2em;
                height: 2em; }
              .social_wrapper ul > li a img[alt="instagram"] {
                width: 2em;
                height: 2em; } }
        .social_wrapper ul > li a:hover::before {
          opacity: 1;
          transform: scaleY(1);
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }

#siteFooter {
  position: relative;
  z-index: 15;
  display: block;
  width: 100%;
  height: auto;
  padding: 10.8em 0 8.2em;
  background: #252525;
  /*
  .__logo {
   @include mq(md) {
    display: flex;
    justify-content: center;
   }
   a {}
   img {}
   p {
    text-indent: -9999px;
    height: 1px;
   }
  }
  */ }
  @media screen and (max-width: 768px) {
    #siteFooter {
      padding: 4.1em 0; } }
  #siteFooter * {
    color: #fff; }
  #siteFooter .wrapper {
    width: 80%;
    height: auto;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      #siteFooter .wrapper {
        width: 85%; } }
    @media screen and (min-width: 1367px) {
      #siteFooter .wrapper {
        max-width: 1440px; } }
  #siteFooter .__address {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 6.15em; }
    @media screen and (max-width: 768px) {
      #siteFooter .__address {
        justify-content: center; } }
  #siteFooter .__copyright {
    margin-top: 2.05em; }
    #siteFooter .__copyright p {
      opacity: .82;
      font-size: .82em; }
      @media screen and (max-width: 768px) {
        #siteFooter .__copyright p {
          font-size: .8em;
          text-align: center; } }

ul.listFootnav {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    ul.listFootnav {
      border-top: solid 1px #353535; } }
  ul.listFootnav li {
    margin-right: 4.1em; }
    @media screen and (max-width: 768px) {
      ul.listFootnav li {
        width: 100%;
        margin-right: 0; } }
    ul.listFootnav li:last-child {
      margin-right: 0; }

dl.listFootnav dt {
  display: block;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    dl.listFootnav dt {
      display: flex;
      align-items: center;
      border-bottom: solid 1px #353535; } }
  dl.listFootnav dt span.parent {
    display: none;
    width: 15vw;
    height: 15vw;
    background: url(images/icon_plus.svg) center no-repeat;
    background-size: 35%; }
    @media screen and (max-width: 768px) {
      dl.listFootnav dt span.parent {
        display: block; } }
  dl.listFootnav dt a {
    position: relative;
    z-index: 15;
    display: table;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      dl.listFootnav dt a {
        width: calc(100% - 15vw);
        padding-right: .615em; } }
    dl.listFootnav dt a::before {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background: #fff;
      position: absolute;
      left: -100%;
      bottom: 0;
      opacity: .5; }
      @media screen and (max-width: 768px) {
        dl.listFootnav dt a::before {
          background: #0169b8; } }
    dl.listFootnav dt a::after {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background: #fff;
      position: absolute;
      left: 0;
      bottom: 0;
      opacity: .5; }
      @media screen and (max-width: 768px) {
        dl.listFootnav dt a::after {
          background: #dddddd; } }
    dl.listFootnav dt a span {
      display: table;
      font-size: 1.1275em; }
      @media screen and (max-width: 768px) {
        dl.listFootnav dt a span {
          line-height: 15vw; } }
  dl.listFootnav dt + dt {
    margin-top: 1.64em; }
    @media screen and (max-width: 768px) {
      dl.listFootnav dt + dt {
        margin-top: 0; } }
  dl.listFootnav dt + dd {
    margin-top: 1.64em; }
    @media screen and (max-width: 768px) {
      dl.listFootnav dt + dd {
        margin-top: 0; } }
  dl.listFootnav dt:hover a::before {
    left: 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;
    transition-delay: .615s; }
  dl.listFootnav dt:hover a::after {
    left: 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; }
dl.listFootnav dd {
  margin-top: .615em; }
  @media screen and (max-width: 768px) {
    dl.listFootnav dd {
      display: none;
      margin-top: 0;
      padding: 1.23em 1.64em;
      border-bottom: solid 1px #303030; } }
  dl.listFootnav dd a[target="_blank"] {
    display: flex;
    align-items: center;
    gap: calc(8.5em / 24); }
    dl.listFootnav dd a[target="_blank"]::after {
      content: '';
      display: block;
      width: 1em;
      height: 1em;
      background: url(images/icon_links-blk.svg);
      filter: brightness(0) invert(0.8); }
  dl.listFootnav dd span {
    font-size: .9em; }
  dl.listFootnav dd + dt {
    margin-top: 1.64em; }
    @media screen and (max-width: 768px) {
      dl.listFootnav dd + dt {
        margin-top: 0; } }

dl.listLocation {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    dl.listLocation {
      width: 100%; } }
  dl.listLocation dt {
    margin-right: 3.075em; }
    @media screen and (max-width: 768px) {
      dl.listLocation dt {
        width: 100%;
        margin-right: 0; } }
    dl.listLocation dt img {
      display: block;
      width: auto;
      height: 2.05em; }
      @media screen and (max-width: 768px) {
        dl.listLocation dt img {
          display: block;
          margin: 0 auto; } }
  dl.listLocation dd {
    font-size: .82em; }
    @media screen and (max-width: 768px) {
      dl.listLocation dd {
        width: 100%;
        margin-top: .82em;
        text-align: center; } }
    @media screen and (max-width: 768px) {
      dl.listLocation dd span {
        font-size: .8em; } }

ul.listSocial {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 768px) {
    ul.listSocial {
      margin-top: 2.05em; } }
  ul.listSocial li {
    display: block; }
    ul.listSocial li img {
      display: block;
      width: 1.23em;
      height: 1.23em; }
    ul.listSocial li ~ li {
      margin-left: 1.64em; }

ul.listCopy {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  ul.listCopy li {
    display: flex;
    align-items: center; }
    ul.listCopy li ~ li::before {
      content: '|';
      display: block;
      margin: 0 .82em;
      opacity: .41; }

.secInduction {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 15; }
  .secInduction * {
    color: #fff; }
  .secInduction .wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .secInduction .wrapper {
        width: 85%; } }
    @media screen and (min-width: 1367px) {
      .secInduction .wrapper {
        max-width: 1440px; } }
  .secInduction .f__wrapper {
    display: flex;
    flex-wrap: wrap; }
    .secInduction .f__wrapper > div {
      position: relative;
      z-index: 15;
      width: calc(100% / 3);
      padding: 6.15em 0;
      text-align: center;
      background: #0169b8; }
      @media screen and (max-width: 768px) {
        .secInduction .f__wrapper > div {
          width: 100%;
          padding: 3.075em 0; } }
      .secInduction .f__wrapper > div::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: #0169b8;
        position: absolute;
        top: 0;
        z-index: -1; }
        @media screen and (max-width: 768px) {
          .secInduction .f__wrapper > div::before {
            width: 100vw; } }
      .secInduction .f__wrapper > div a.btn {
        margin: 0 auto;
        margin-top: 2.05em; }
    .secInduction .f__wrapper > .__left::before {
      left: 0; }
      @media screen and (max-width: 768px) {
        .secInduction .f__wrapper > .__left::before {
          left: -7.5vw; } }
    .secInduction .f__wrapper > .__right::before {
      filter: brightness(0.9);
      left: 0; }
      @media screen and (max-width: 768px) {
        .secInduction .f__wrapper > .__right::before {
          left: -7.5vw; } }

.secGuide {
  position: relative;
  z-index: 15;
  display: block;
  width: 100%;
  height: auto;
  padding: 8.2em 0;
  background: #f7f7f7;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee; }
  @media screen and (max-width: 768px) {
    .secGuide {
      padding: 3.075em 0; } }
  .secGuide.center {
    text-align: center; }
  .secGuide .wrapper {
    width: 80%;
    height: auto;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .secGuide .wrapper {
        width: 85%; } }
    @media screen and (min-width: 1367px) {
      .secGuide .wrapper {
        max-width: 1440px; } }
  .secGuide .contact_guide * {
    font-weight: bold; }
  .secGuide .contact_guide .call_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      .secGuide .contact_guide .call_wrapper {
        background: #ffffff;
        border: solid 1px #ddd;
        padding: 1.64em 0;
        border-radius: 4px; } }
    @media screen and (max-width: 768px) {
      .secGuide .contact_guide .call_wrapper p.lead {
        width: 100%; } }
    .secGuide .contact_guide .call_wrapper p.number {
      display: flex;
      align-items: center;
      font-size: 1.64em;
      margin: 0 .41em 0 .615em; }
      .secGuide .contact_guide .call_wrapper p.number::before {
        content: '';
        display: block;
        width: 1em;
        height: 1em;
        background: url(images/icon_phone.svg);
        background-size: cover;
        margin-right: .3075em; }
      .secGuide .contact_guide .call_wrapper p.number span {
        display: block; }
    .secGuide .contact_guide .call_wrapper p.open {
      font-size: .9em;
      font-weight: normal; }
  .secGuide a.contact {
    display: block;
    background: #0169b8;
    border: solid 1px #eee;
    padding: 2.1em 0;
    margin: 1.23em auto 1.64em;
    text-align: center;
    border-radius: 4px;
    max-width: 28em;
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
    @media screen and (max-width: 768px) {
      .secGuide a.contact {
        padding: 1.64em 0;
        margin: 1.23em auto; } }
    .secGuide a.contact:hover {
      filter: saturate(90%);
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
    .secGuide a.contact span {
      font-size: 1.23em;
      color: #ffffff;
      font-weight: bold; }

/*//!#siteFooter----------------------------------------------------------------------------------------------*/
/* Index Renewal */
.lower_mainbody {
  padding: calc(8.5em / 8 * 5) 0;
  background: #ffffff; }
  @media screen and (max-width: 768px) {
    .lower_mainbody {
      padding: calc(8.5em / 8 * 2) 0; } }

.both_index hgroup {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 12);
  width: calc(100% / 32 * 30);
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .both_index hgroup {
      gap: calc(8.5em / 24); } }
  .both_index hgroup * {
    color: #000a05; }
  .both_index hgroup span {
    display: flex;
    align-items: center;
    column-gap: calc(8.5em / 16);
    font-size: 1em;
    font-weight: 700;
    order: 1; }
    .both_index hgroup span::before {
      content: '';
      display: block;
      width: .85em;
      height: .85em;
      background: #0169b8; }
  .both_index hgroup h2 {
    order: 2;
    font-size: 2.46em;
    font-weight: 700;
    line-height: .85;
    text-transform: uppercase; }
    @media screen and (max-width: 768px) {
      .both_index hgroup h2 {
        font-size: 2.05em; } }
  .both_index hgroup + * {
    margin-top: calc(8.5em / 8 * 2); }
    @media screen and (max-width: 768px) {
      .both_index hgroup + * {
        margin-top: calc(8.5em / 16 * 3); } }

.lower_people {
  position: relative;
  z-index: 15;
  background: #ffffff; }
  .lower_people .wrapper {
    width: calc(100% / 16 * 14);
    height: auto;
    margin: 0 auto;
    padding: calc(8.5em / 8 * 5) 0; }
    @media screen and (max-width: 768px) {
      .lower_people .wrapper {
        padding: calc(8.5em / 8 * 2) 0; } }
    .lower_people .wrapper .inner {
      width: calc(100% / 16 * 15);
      height: auto;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 768px) {
        .lower_people .wrapper .inner {
          width: calc(100% / 16 * 16); } }
      .lower_people .wrapper .inner .card {
        display: flex;
        flex-direction: column;
        gap: calc(8.5em / 64 * 8); }
        .lower_people .wrapper .inner .card > .image {
          border-radius: calc(8.5em / 64 * 4);
          overflow: hidden; }
        .lower_people .wrapper .inner .card > .text dl > dt {
          font-size: 1.435em;
          font-weight: bold; }
        .lower_people .wrapper .inner .card > .text dl > dd {
          font-size: .9em; }

.lower_office {
  position: relative;
  z-index: 15;
  background: #ffffff;
  /* ------------
  2025-11-27
  ------------ */ }
  .lower_office .wrapper {
    width: calc(100% / 16 * 14);
    height: auto;
    margin: 0 auto;
    padding: calc(8.5em / 8 * 5) 0; }
    @media screen and (max-width: 768px) {
      .lower_office .wrapper {
        padding: calc(8.5em / 8 * 2) 0; } }
    .lower_office .wrapper .inner {
      width: calc(100% / 16 * 15);
      height: auto;
      margin-left: auto;
      margin-right: auto;
      border-radius: calc(8.5em / 16);
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .lower_office .wrapper .inner {
          width: calc(100% / 16 * 16);
          border-radius: calc(8.5em / 32); } }
  .lower_office .tours_wrapper {
    border-radius: calc(8.5em / 16);
    overflow: hidden;
    line-height: 0; }
    @media screen and (max-width: 768px) {
      .lower_office .tours_wrapper {
        border-radius: calc(8.5em / 32); } }
    .lower_office .tours_wrapper iframe {
      min-height: 700px; }
      @media screen and (max-width: 768px) {
        .lower_office .tours_wrapper iframe {
          min-height: 400px; } }
  .lower_office .switch-head + * {
    margin-top: calc(8em / 16 * 3); }
    @media screen and (max-width: 768px) {
      .lower_office .switch-head + * {
        margin-top: calc(8em / 16 * 2); } }
  .lower_office .switch-body {
    position: relative;
    z-index: 15; }
    .lower_office .switch-body .switchBody {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      opacity: 0;
      visibility: hidden;
      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; }
      .lower_office .switch-body .switchBody.active {
        position: relative;
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        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: .328s; }
  .lower_office ul.swicthList {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(8em / 16); }
    .lower_office ul.swicthList > li:not(.swichBtn) {
      opacity: .205; }
    .lower_office ul.swicthList > li.swichBtn {
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 10.25em;
      min-height: 2.87em;
      padding: 0 1em;
      border: solid 1px transparent;
      border-radius: calc(8em / 32);
      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) {
        .lower_office ul.swicthList > li.swichBtn {
          min-width: 6.15em; } }
      .lower_office ul.swicthList > li.swichBtn.active {
        background: #f7f7f7;
        border: solid 1px #eeeeee;
        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; }
      .lower_office ul.swicthList > li.swichBtn:hover {
        border: solid 1px #eeeeee;
        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) {
  .index_instagram {
    margin: calc(8.5em / 8 * 2) 0;
    background: #f0f0f0; } }
.index_instagram .wrapper {
  width: calc(100% / 16 * 12);
  height: auto;
  margin: 0 auto;
  padding: calc(8.5em / 8 * 5) 0; }
  @media screen and (max-width: 768px) {
    .index_instagram .wrapper {
      width: calc(100% / 16 * 14);
      padding: calc(8.5em / 8 * 2) 0; } }
  .index_instagram .wrapper .inner {
    width: calc(100% / 16 * 15);
    height: auto;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 768px) {
      .index_instagram .wrapper .inner {
        width: calc(100% / 16 * 16); } }
    .index_instagram .wrapper .inner .thumnail {
      border-radius: calc(8.5em / 16);
      overflow: hidden;
      line-height: 0; }
      @media screen and (max-width: 768px) {
        .index_instagram .wrapper .inner .thumnail {
          border-radius: calc(8.5em / 32); } }
      .index_instagram .wrapper .inner .thumnail ~ .thumnail {
        margin-top: calc(8.5em / 8 * 3); }
        @media screen and (max-width: 768px) {
          .index_instagram .wrapper .inner .thumnail ~ .thumnail {
            margin-top: calc(8.5em / 16 * 3); } }
    .index_instagram .wrapper .inner #sb_instagram img {
      border-radius: calc(8.5em / 16);
      overflow: hidden;
      line-height: 0; }
      @media screen and (max-width: 768px) {
        .index_instagram .wrapper .inner #sb_instagram img {
          border-radius: calc(8.5em / 32); } }

.lower_youtube {
  position: relative;
  z-index: 15;
  margin-top: calc(8.5em / 64 * 5); }
  @media screen and (max-width: 768px) {
    .lower_youtube {
      margin-top: calc(8.5em / 32 * 3); } }
  .lower_youtube .wrapper {
    width: calc(100% / 16 * 14);
    height: auto;
    margin: 0 auto;
    padding: calc(8.5em / 8 * 5) 0; }
    @media screen and (max-width: 768px) {
      .lower_youtube .wrapper {
        padding: calc(8.5em / 8 * 2) 0; } }
    .lower_youtube .wrapper .inner {
      width: calc(100% / 16 * 15);
      height: auto;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 768px) {
        .lower_youtube .wrapper .inner {
          width: calc(100% / 16 * 16); } }
  .lower_youtube ul {
    display: flex;
    flex-wrap: wrap;
    gap: calc(8.5em / 64 * 5); }
    @media screen and (max-width: 768px) {
      .lower_youtube ul {
        gap: calc(8.5em / 32 * 3); } }
    .lower_youtube ul::after {
      display: none; }
    .lower_youtube ul > li {
      position: relative;
      z-index: 15;
      width: calc((100% / 3) - ((8.5em / 64 * 5) * 2 / 3));
      border-radius: calc(8.5em / 16);
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .lower_youtube ul > li {
          width: calc((100% / 2) - ((8.5em / 32 * 3) * 1 / 2));
          border-radius: calc(8.5em / 32); } }
      .lower_youtube ul > li::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 25%;
        aspect-ratio: 225 / 150;
        background: url(images/play.svg);
        background-size: 225px 150px;
        background-repeat: no-repeat;
        background-size: cover;
        transform: translate(-50%, -50%);
        pointer-events: none;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
      .lower_youtube ul > li img {
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
      .lower_youtube ul > li:hover::after {
        opacity: 0;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
      .lower_youtube ul > li:hover img {
        transform: scale(1.025);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }

.lower_event {
  position: relative;
  z-index: 15;
  background: #ffffff; }
  .lower_event .wrapper {
    width: calc(100% / 16 * 14);
    height: auto;
    margin: 0 auto;
    padding: calc(8.5em / 8 * 5) 0; }
    @media screen and (max-width: 768px) {
      .lower_event .wrapper {
        padding: calc(8.5em / 8 * 2) 0; } }
    .lower_event .wrapper .inner {
      width: calc(100% / 16 * 15);
      height: auto;
      margin-left: auto;
      margin-right: auto; }
  .lower_event .lower_event_flex {
    display: flex;
    flex-wrap: wrap;
    gap: calc(8.5em / 16 * 1) calc(8.5em / 16 * 3); }
    @media screen and (max-width: 768px) {
      .lower_event .lower_event_flex {
        gap: calc(8.5em / 16 * 1); } }
    .lower_event .lower_event_flex > .item {
      width: calc((100% / 4) - ((8.5em / 16 * 3) * 3 / 4)); }
      @media screen and (max-width: 768px) {
        .lower_event .lower_event_flex > .item {
          width: calc((100% / 2) - ((8.5em / 16 * 3) * 1 / 2)); } }
      .lower_event .lower_event_flex > .item .card {
        display: flex;
        flex-direction: column;
        gap: calc(8.5em / 16 * 3); }
        @media screen and (max-width: 768px) {
          .lower_event .lower_event_flex > .item .card {
            gap: calc(8.5em / 16 * 2); } }
        .lower_event .lower_event_flex > .item .card > .image {
          border-radius: calc(8.5em / 16);
          overflow: hidden; }
          @media screen and (max-width: 768px) {
            .lower_event .lower_event_flex > .item .card > .image {
              border-radius: calc(8.5em / 32); } }
          .lower_event .lower_event_flex > .item .card > .image img {
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
        .lower_event .lower_event_flex > .item .card > .text .tags {
          display: flex;
          flex-wrap: wrap;
          gap: calc(8.5em / 64 * 3); }
          .lower_event .lower_event_flex > .item .card > .text .tags > .cat {
            display: block;
            padding: calc(8.5em / 64 * 3) calc(8.5em / 64 * 5);
            background: #f7f7f7;
            border: solid 1px rgba(0, 0, 0, 0.1025);
            border-radius: calc(8.5em / 32);
            overflow: hidden;
            font-size: .9em;
            line-height: 1; }
          .lower_event .lower_event_flex > .item .card > .text .tags + * {
            margin-top: calc(8.5em / 64 * 3); }
            @media screen and (max-width: 768px) {
              .lower_event .lower_event_flex > .item .card > .text .tags + * {
                margin-top: calc(8.5em / 64 * 2); } }
        .lower_event .lower_event_flex > .item .card > .text h2 {
          font-size: 1.5525em;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
          @media screen and (max-width: 768px) {
            .lower_event .lower_event_flex > .item .card > .text h2 {
              font-size: 1.435em; } }
        .lower_event .lower_event_flex > .item .card:hover > .image img {
          transform: scale(1.025);
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
        .lower_event .lower_event_flex > .item .card:hover > .text h2 {
          color: #0169b8;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }

.lower_company {
  background: #ffffff; }
  .lower_company .wrapper {
    width: calc(100% / 16 * 14);
    height: auto;
    margin: 0 auto;
    padding: calc(8.5em / 8 * 5) 0; }
    @media screen and (max-width: 768px) {
      .lower_company .wrapper {
        padding: calc(8.5em / 8 * 2) 0; } }
    .lower_company .wrapper .inner {
      width: calc(100% / 16 * 15);
      height: auto;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 768px) {
        .lower_company .wrapper .inner {
          width: calc(100% / 16 * 16); } }
  .lower_company ul.list {
    margin-top: calc(8.5em / 8 * 2);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .lower_company ul.list {
        margin-top: calc(8.5em / 16 * 3); } }
    .lower_company ul.list li {
      width: calc(50% - (7.5%/2));
      padding: 2.05em 0;
      border-bottom: solid 1px #eee; }
      @media screen and (max-width: 768px) {
        .lower_company ul.list li {
          width: 50%;
          padding: .82em; } }
      .lower_company ul.list li:nth-child(1) {
        border-top: solid 1px #eee; }
      .lower_company ul.list li:nth-child(2) {
        border-top: solid 1px #eee; }
      @media screen and (max-width: 768px) {
        .lower_company ul.list li:nth-child(2n-1) {
          border-right: solid 1px #eee; } }
      .lower_company ul.list li a {
        display: flex;
        flex-wrap: wrap;
        column-gap: calc(8.5em / 8 * 2); }
        .lower_company ul.list li a .itemHead {
          width: 32.8%;
          border-radius: calc(8.5em / 64 * 3);
          overflow: hidden; }
          @media screen and (max-width: 768px) {
            .lower_company ul.list li a .itemHead {
              width: 100%; } }
        .lower_company ul.list li a .itemBody {
          flex: 1; }
          @media screen and (max-width: 768px) {
            .lower_company ul.list li a .itemBody {
              width: 100%;
              min-width: 100%;
              margin-top: .82em;
              padding: .41em; } }
    .lower_company ul.list::after {
      display: none; }
  .lower_company h3.indexTtl + p {
    font-size: .9em;
    line-height: 1.65; }

.lower_recruit {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 15;
  background: #ffffff; }
  .lower_recruit * {
    color: #fff; }
  .lower_recruit .wrapper {
    width: calc(100% / 16 * 14);
    height: auto;
    margin: 0 auto;
    padding: calc(8.5em / 8 * 5) 0; }
    @media screen and (max-width: 768px) {
      .lower_recruit .wrapper {
        padding: calc(8.5em / 8 * 2) 0; } }
  .lower_recruit .f__wrapper {
    display: flex;
    flex-wrap: wrap;
    border-radius: calc(8.5em / 16);
    overflow: hidden; }
    .lower_recruit .f__wrapper > div {
      position: relative;
      z-index: 15;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: calc(100% / 3);
      padding: calc(8.5em / 16 * 7) calc(8.5em / 16 * 5);
      text-align: center;
      background: #0169b8; }
      @media screen and (max-width: 768px) {
        .lower_recruit .f__wrapper > div {
          width: 100%;
          padding: calc(8.5em / 16 * 4) calc(8.5em / 16 * 5); } }
      .lower_recruit .f__wrapper > div .text {
        flex: 1; }
        .lower_recruit .f__wrapper > div .text h2 + * {
          margin-top: calc(8.5em / 16); }
          @media screen and (max-width: 768px) {
            .lower_recruit .f__wrapper > div .text h2 + * {
              margin-top: calc(8.5em / 32); } }
        .lower_recruit .f__wrapper > div .text p {
          text-align: left; }
      .lower_recruit .f__wrapper > div::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: #0169b8;
        position: absolute;
        top: 0;
        z-index: -1; }
        @media screen and (max-width: 768px) {
          .lower_recruit .f__wrapper > div::before {
            width: 100vw; } }
      .lower_recruit .f__wrapper > div a.btn {
        margin: 0 auto;
        margin-top: 1.435em; }
        @media screen and (max-width: 768px) {
          .lower_recruit .f__wrapper > div a.btn {
            margin-top: 1em; } }
        .lower_recruit .f__wrapper > div a.btn[target="_blank"] {
          background: #fff; }
          .lower_recruit .f__wrapper > div a.btn[target="_blank"] > span.icon {
            background: url(images/icon_links-blk.svg) center no-repeat !important; }
    .lower_recruit .f__wrapper > .__left::before {
      left: 0; }
      @media screen and (max-width: 768px) {
        .lower_recruit .f__wrapper > .__left::before {
          left: -7.5vw; } }
    .lower_recruit .f__wrapper > .__right::before {
      filter: brightness(0.9);
      left: 0; }
      @media screen and (max-width: 768px) {
        .lower_recruit .f__wrapper > .__right::before {
          left: -7.5vw; } }

/*!#index----------------------------------------------------------------------------------------------*/
h1.indexTtl {
  position: relative;
  z-index: 15; }
  @media screen and (max-width: 768px) {
    h1.indexTtl {
      margin-top: 15vw; } }
  h1.indexTtl span {
    display: block;
    font-weight: normal;
    font-size: 1.805em;
    line-height: 1.5;
    color: #ffffff;
    		/*
      background-color: $ff;
      background-image: -webkit-linear-gradient(left,$ff 0,$eye 55%,$ff 60%,$ff 60%);
      background-position: 0 0;
      background-size: 200% 200%;
      color: transparent;
      -webkit-background-clip: text;
      background-clip: text;
      animation: headingAnimation 3s ease-in-out 0s infinite normal;
    		*/ }
    @media screen and (max-width: 768px) {
      h1.indexTtl span {
        /*text-align: center;*/ } }
    h1.indexTtl span.en {
      font-size: 8.4em;
      font-weight: 900;
      line-height: .82; }
      @media screen and (max-width: 768px) {
        h1.indexTtl span.en {
          font-size: 3.075em; } }
    h1.indexTtl span.jp {
      font-size: 1.805em;
      font-weight: normal;
      letter-spacing: .1025em;
      line-height: 1;
      margin-top: .82em; }
      @media screen and (max-width: 768px) {
        h1.indexTtl span.jp {
          font-size: 1.46em; } }
    h1.indexTtl span em {
      font-style: normal;
      color: #ffffff;
      display: block;
      /*
      2025-12-04
      letter-spacing: 1em;
      */
      letter-spacing: .41em;
      line-height: 2;
      text-shadow: 0 2px 10px #3300005c; }
      h1.indexTtl span em:nth-child(1) {
        transition-delay: .25s; }
      h1.indexTtl span em:nth-child(2) {
        transition-delay: .5s; }
      h1.indexTtl span em:nth-child(3) {
        transition-delay: .75s; }
      h1.indexTtl span em:nth-child(4) {
        transition-delay: 1s; }
      h1.indexTtl span em:nth-child(5) {
        transition-delay: 1.25s; }
    h1.indexTtl span.action em {
      transition-delay: 0 !important; }
  h1.indexTtl + .box {
    margin-top: 2.05em; }
    @media screen and (max-width: 768px) {
      h1.indexTtl + .box {
        margin-top: 2.4em; } }

h2.indexTtl {
  position: relative;
  z-index: 15; }
  h2.indexTtl span {
    display: block;
    font-weight: bold;
    font-size: 1.435em;
    line-height: 1.5;
    background-color: #000a05;
    background-image: -webkit-linear-gradient(left, #000a05 0, #ffffff 55%, #000a05 60%, #000a05 60%);
    background-position: 0 0;
    background-size: 200% 200%;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    animation: headingAnimation 2s ease-in-out 0s infinite normal; }
    @media screen and (max-width: 768px) {
      h2.indexTtl span {
        text-align: center; } }
    h2.indexTtl span.en {
      font-size: 1em;
      font-weight: normal;
      margin-bottom: .41em;
      color: #0169b8; }
      @media screen and (max-width: 768px) {
        h2.indexTtl span.en {
          margin-bottom: .41em; } }
    h2.indexTtl span.jp {
      font-size: 1.435em;
      font-weight: 600; }
  h2.indexTtl + .box {
    margin-top: 2.1em; }
    @media screen and (max-width: 768px) {
      h2.indexTtl + .box {
        margin-top: 1.64em; } }

@keyframes headingAnimation {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -200% -200%; } }
h3.indexTtl {
  position: relative;
  z-index: 15;
  margin-bottom: .41em; }
  h3.indexTtl span {
    display: table;
    line-height: 1.5;
    border-bottom: solid 1px #353535; }

.secIndex {
  background: #ffffff;
  position: relative;
  z-index: 15;
  overflow: hidden; }
  .secIndex .wrapper {
    width: 80%;
    height: auto;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .secIndex .wrapper {
        width: 85%; } }
    @media screen and (min-width: 1367px) {
      .secIndex .wrapper {
        max-width: 1440px; } }

.sepWrapper {
  width: 100%; }

/*!#index_sec1*/
.secIndex.sec1 {
  width: 100%;
  height: 100vh;
  max-height: 800px;
  z-index: 20;
  background: #f7f7f7; }
  @media screen and (max-width: 768px) {
    .secIndex.sec1 {
      max-height: 120vw; } }
  .secIndex.sec1 .background {
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 0;
    overflow: hidden; }
    .secIndex.sec1 .background::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background-image: radial-gradient(circle farthest-side, rgba(10, 25, 8, 0), rgba(25, 40, 11, 0.2));
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1; }
    .secIndex.sec1 .background .first-container {
      width: 100%;
      height: 100%; }
      .secIndex.sec1 .background .first-container .swiper-wrapper .swiper-slide img {
        transform: scale(1.1);
        transition: cubic-bezier(0.22, 0.61, 0.36, 1) 1.25s;
        -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 1.25s;
        -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 1.25s;
        -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 1.25s; }
      .secIndex.sec1 .background .first-container .swiper-wrapper .swiper-slide.swiper-slide-prev img {
        transform: scale(1);
        transition: cubic-bezier(0.22, 0.61, 0.36, 1) 6s;
        -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 6s;
        -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 6s;
        -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 6s; }
      .secIndex.sec1 .background .first-container .swiper-wrapper .swiper-slide.swiper-slide-active img {
        transform: scale(1);
        transition: cubic-bezier(0.22, 0.61, 0.36, 1) 6s;
        -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 6s;
        -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 6s;
        -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 6s; }
  .secIndex.sec1 .kv_leadcopy {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    height: 100%; }
    .secIndex.sec1 .kv_leadcopy .kv_leadcopy_inner {
      width: 75%;
      height: 100%;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: center;
      /*
      2025-12-04
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      */ }
      @media screen and (max-width: 768px) {
        .secIndex.sec1 .kv_leadcopy .kv_leadcopy_inner {
          justify-content: center; } }
  .secIndex.sec1 .kv_scroll {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    width: 6.15em;
    height: 100%;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -moz-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl; }
    .secIndex.sec1 .kv_scroll .kv_scroll_inner {
      display: flex;
      align-items: center; }
      .secIndex.sec1 .kv_scroll .kv_scroll_inner .kv_scroll_label {
        margin-bottom: 1.23em; }
        .secIndex.sec1 .kv_scroll .kv_scroll_inner .kv_scroll_label .kv_scroll_text {
          color: #ffffff;
          font-size: .8em; }
      .secIndex.sec1 .kv_scroll .kv_scroll_inner .kv_scroll_border {
        display: block;
        width: 1px;
        height: 6.15em; }
        .secIndex.sec1 .kv_scroll .kv_scroll_inner .kv_scroll_border::after {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          background: #ffffff;
          animation: scroll 1s linear infinite;
          transform: scaleY(0);
          transform-origin: top; }
@keyframes scroll {
  0% {
    transform: scaleY(0);
    transform-origin: top; }
  30% {
    transform: scaleY(1);
    transform-origin: top; }
  35% {
    transform: scaleY(1);
    transform-origin: bottom; }
  100% {
    transform: scaleY(0);
    transform-origin: bottom; } }
  .secIndex.sec1 .kv_copyright {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 102;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 6.15em;
    height: 100%;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -moz-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl; }
    @media screen and (max-width: 768px) {
      .secIndex.sec1 .kv_copyright {
        display: none; } }
    .secIndex.sec1 .kv_copyright .kv_copyright_text {
      margin-bottom: -2.1em;
      color: #ffffff;
      font-size: .8em; }

.loopSlider {
  position: relative;
  z-index: 15; }
  .loopSlider .loopSliderWrap {
    position: relative;
    z-index: 15;
    display: flex;
    align-items: center; }

ul.listLoopImages {
  display: block; }
  ul.listLoopImages::after {
    content: '';
    display: block;
    clear: both; }
  ul.listLoopImages li {
    float: left;
    width: 426px;
    height: 512px;
    padding: 9px; }
    @media screen and (max-width: 768px) {
      ul.listLoopImages li {
        width: 250px;
        height: 300px; } }

/*.event_banars*/
.event_banars {
  padding: calc(100% / 32 * 1) 0;
  background: #f0f0f0;
  border-top: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0; }
  .event_banars .wrapper {
    width: calc(100% / 32 * 28);
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .event_banars .wrapper {
        width: calc(100% / 32 * 26); } }
    .event_banars .wrapper .banars-container > .swiper-wrapper .swiper-slide {
      opacity: .5;
      filter: grayscale(0.5);
      transform: scale(0.95);
      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; }
      .event_banars .wrapper .banars-container > .swiper-wrapper .swiper-slide.swiper-slide-active {
        opacity: 1;
        filter: grayscale(0);
        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;
        transition-delay: .205s; }

/*!#index_sec2*/
.secIndex.sec2 .wrapper {
  border-bottom: solid 1px #eee;
  padding: 8.2em 0; }
  @media screen and (max-width: 768px) {
    .secIndex.sec2 .wrapper {
      padding: 4.1em 0 0; } }
  .secIndex.sec2 .wrapper img {
    transform: scale(1.23); }
    .secIndex.sec2 .wrapper img.gone {
      transform: scale(1);
      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; }
.secIndex.sec2 .flexWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  .secIndex.sec2 .flexWrap > .flexLeft {
    width: 37.5%; }
    @media screen and (max-width: 768px) {
      .secIndex.sec2 .flexWrap > .flexLeft {
        width: 100%;
        order: 1; } }
    .secIndex.sec2 .flexWrap > .flexLeft .inner {
      position: relative;
      z-index: 15; }
      @media screen and (max-width: 768px) {
        .secIndex.sec2 .flexWrap > .flexLeft .inner {
          width: calc(100% + 15vw);
          margin-left: -7.5vw; } }
      .secIndex.sec2 .flexWrap > .flexLeft .inner::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, #ffffff 5%, transparent);
        position: absolute;
        top: -1px;
        opacity: 0; }
        @media screen and (max-width: 768px) {
          .secIndex.sec2 .flexWrap > .flexLeft .inner::after {
            opacity: 1; } }
    @media screen and (max-width: 768px) {
      .secIndex.sec2 .flexWrap > .flexLeft .aspect.aspect100 {
        padding-top: 61.4%; } }
  .secIndex.sec2 .flexWrap > .flexRight {
    width: 50%; }
    @media screen and (max-width: 768px) {
      .secIndex.sec2 .flexWrap > .flexRight {
        width: 100%;
        margin-bottom: 2.46em; } }

/*!#index_sec3*/
.secIndex.sec3 .wrapper {
  padding: 8.2em 0 10.8em;
  border-top: solid 1px #eeeeee; }
  @media screen and (max-width: 768px) {
    .secIndex.sec3 .wrapper {
      width: 85%;
      padding: 3.075em 0; } }
.secIndex.sec3 .indexService {
  margin-top: 3.075em;
  position: relative; }
  @media screen and (max-width: 768px) {
    .secIndex.sec3 .indexService {
      margin-top: 2.05em;
      z-index: 20; } }
  .secIndex.sec3 .indexService .swiper-slide {
    position: relative;
    z-index: 15; }
    .secIndex.sec3 .indexService .swiper-slide:hover .itemImage::after {
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
    .secIndex.sec3 .indexService .swiper-slide:hover .itemTxt {
      transform: translateY(0);
      transition: transform cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
      .secIndex.sec3 .indexService .swiper-slide:hover .itemTxt h3.indexTtl + p {
        opacity: 1;
        visibility: visible;
        transition: opacity cubic-bezier(0.26, 0.06, 0, 1) 0.41s; }
  .secIndex.sec3 .indexService .itemImage {
    display: block;
    position: relative;
    z-index: 15; }
    .secIndex.sec3 .indexService .itemImage::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.3));
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
      @media screen and (max-width: 768px) {
        .secIndex.sec3 .indexService .itemImage::after {
          background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)); } }
  .secIndex.sec3 .indexService .itemTxt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    padding: 1.64em;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    transform: translateY(2em);
    transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
    -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
    -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
    -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
    @media screen and (max-width: 768px) {
      .secIndex.sec3 .indexService .itemTxt {
        transform: translateY(0); } }
    .secIndex.sec3 .indexService .itemTxt * {
      color: #ffffff; }
    .secIndex.sec3 .indexService .itemTxt h3.indexTtl {
      width: 100%; }
      @media screen and (max-width: 768px) {
        .secIndex.sec3 .indexService .itemTxt h3.indexTtl {
          margin-bottom: .82em; } }
      .secIndex.sec3 .indexService .itemTxt h3.indexTtl span {
        border-bottom: solid 1px #ffffff; }
      .secIndex.sec3 .indexService .itemTxt h3.indexTtl + p {
        width: 100%;
        font-size: .9em;
        opacity: 0;
        visibility: hidden;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
        @media screen and (max-width: 768px) {
          .secIndex.sec3 .indexService .itemTxt h3.indexTtl + p {
            opacity: 1;
            visibility: visible;
            line-height: 1.5; } }
  .secIndex.sec3 .indexService .swiper-button-prev {
    position: absolute;
    top: -7.175em;
    bottom: initial;
    right: 4.92em;
    left: initial;
    width: 4.1em;
    height: 4.1em;
    background: #ffffff;
    border: solid 1px #0000001a;
    border-radius: 5em;
    box-shadow: 0 8px 24px -16px #00000059;
    margin: 0; }
    @media screen and (max-width: 768px) {
      .secIndex.sec3 .indexService .swiper-button-prev {
        top: -10.25em;
        right: 4.305em;
        width: 3.485em;
        height: 3.485em;
        display: none; } }
    .secIndex.sec3 .indexService .swiper-button-prev::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: url(images/icon_arrow-blk.svg) center no-repeat;
      background-position: center;
      background-size: 25%;
      transform: rotate(180deg); }
    .secIndex.sec3 .indexService .swiper-button-prev:hover {
      box-shadow: none;
      transform: translateY(4px);
      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; }
  .secIndex.sec3 .indexService .swiper-button-next {
    position: absolute;
    top: -7.175em;
    bottom: initial;
    right: 0;
    left: initial;
    width: 4.1em;
    height: 4.1em;
    background: #ffffff;
    border: solid 1px #0000001a;
    border-radius: 5em;
    box-shadow: 0 8px 24px -16px #00000059;
    margin: 0; }
    @media screen and (max-width: 768px) {
      .secIndex.sec3 .indexService .swiper-button-next {
        top: -10.25em;
        width: 3.485em;
        height: 3.485em;
        display: none; } }
    .secIndex.sec3 .indexService .swiper-button-next::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: url(images/icon_arrow-blk.svg) center no-repeat;
      background-position: center;
      background-size: 25%;
      transform: rotate(0); }
    .secIndex.sec3 .indexService .swiper-button-next:hover {
      box-shadow: none;
      transform: translateY(4px);
      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; }

/*!#index_sec4*/
.secIndex.sec4 .wrapper {
  padding: 8.2em 0 5.33em; }
  @media screen and (max-width: 768px) {
    .secIndex.sec4 .wrapper {
      padding: 4.1em 0 3.075em; } }
  .secIndex.sec4 .wrapper ~ .wrapper {
    padding-top: 0;
    border-top: none; }
    @media screen and (max-width: 768px) {
      .secIndex.sec4 .wrapper ~ .wrapper {
        padding-top: 0; } }
.secIndex.sec4 .filwrapper {
  width: 100%;
  height: auto;
  margin: 0 auto; }
  @media screen and (min-width: 1367px) {
    .secIndex.sec4 .filwrapper {
      max-width: 1440px; } }
  .secIndex.sec4 .filwrapper .flexWrap {
    position: relative;
    z-index: 15;
    display: flex;
    flex-wrap: wrap;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    overflow: hidden; }
    .secIndex.sec4 .filwrapper .flexWrap::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      background: rgba(0, 0, 0, 0.35);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
      -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
    .secIndex.sec4 .filwrapper .flexWrap > .flexItem {
      width: 20%;
      height: 75vh;
      max-height: 520px;
      flex: 1; }
      @media screen and (max-width: 768px) {
        .secIndex.sec4 .filwrapper .flexWrap > .flexItem {
          width: 100%;
          height: 45.1vw; } }
      .secIndex.sec4 .filwrapper .flexWrap > .flexItem .bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: -5;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
        @media screen and (max-width: 768px) {
          .secIndex.sec4 .filwrapper .flexWrap > .flexItem .bg {
            display: none; } }
        .secIndex.sec4 .filwrapper .flexWrap > .flexItem .bg img {
          transform: scale(1.05);
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
      .secIndex.sec4 .filwrapper .flexWrap > .flexItem a {
        display: block;
        width: 100%;
        height: 100%; }
      .secIndex.sec4 .filwrapper .flexWrap > .flexItem .content {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 15; }
        .secIndex.sec4 .filwrapper .flexWrap > .flexItem .content .images {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          width: 100%;
          height: 100%;
          z-index: -5;
          opacity: 1;
          visibility: visible;
          pointer-events: none;
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
        .secIndex.sec4 .filwrapper .flexWrap > .flexItem .content .txt {
          position: relative;
          z-index: 15;
          width: 100%;
          height: 100%;
          display: flex;
          flex-wrap: wrap;
          align-content: space-between;
          padding: 8.2em 2.87em;
          opacity: 1;
          visibility: visible;
          background: rgba(0, 0, 0, 0.35);
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
          @media screen and (max-width: 768px) {
            .secIndex.sec4 .filwrapper .flexWrap > .flexItem .content .txt {
              padding: 2.46em 10vw; } }
          .secIndex.sec4 .filwrapper .flexWrap > .flexItem .content .txt h3.lowerTtl {
            font-size: 1.11275em; }
            .secIndex.sec4 .filwrapper .flexWrap > .flexItem .content .txt h3.lowerTtl span {
              display: table;
              position: relative;
              z-index: 15; }
              .secIndex.sec4 .filwrapper .flexWrap > .flexItem .content .txt h3.lowerTtl span::before {
                content: '';
                display: block;
                position: absolute;
                right: 0;
                bottom: 0;
                width: 100%;
                height: 1px;
                background: #ffffff; }
            .secIndex.sec4 .filwrapper .flexWrap > .flexItem .content .txt h3.lowerTtl + p {
              margin-top: 1.23em; }
              @media screen and (max-width: 768px) {
                .secIndex.sec4 .filwrapper .flexWrap > .flexItem .content .txt h3.lowerTtl + p {
                  line-height: 1.5; } }
          .secIndex.sec4 .filwrapper .flexWrap > .flexItem .content .txt .__title {
            display: block;
            width: 100%; }
          .secIndex.sec4 .filwrapper .flexWrap > .flexItem .content .txt .__link {
            position: relative;
            z-index: 15;
            display: block;
            width: 4.1em;
            height: 4.1em;
            background: #ffffff;
            border: solid 1px #eeeeee;
            border-radius: 4.1em;
            opacity: 1;
            visibility: visible;
            transform: scale(1);
            transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
            -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
            -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
            -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
            @media screen and (max-width: 768px) {
              .secIndex.sec4 .filwrapper .flexWrap > .flexItem .content .txt .__link {
                width: 3.075em;
                height: 3.075em;
                margin-left: auto; } }
            .secIndex.sec4 .filwrapper .flexWrap > .flexItem .content .txt .__link::before {
              content: '';
              display: block;
              width: 100%;
              height: 100%;
              background: url(images/icon_arrow-blk.svg) center no-repeat;
              background-size: 20%;
              transform: rotate(0); }
          .secIndex.sec4 .filwrapper .flexWrap > .flexItem .content .txt * {
            color: #ffffff; }
      .secIndex.sec4 .filwrapper .flexWrap > .flexItem ~ .flexItem {
        border-left: solid 1px #eee; }
        @media screen and (max-width: 768px) {
          .secIndex.sec4 .filwrapper .flexWrap > .flexItem ~ .flexItem {
            border-left: none; } }
      .secIndex.sec4 .filwrapper .flexWrap > .flexItem:hover .bg {
        opacity: 1;
        visibility: visible;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
        .secIndex.sec4 .filwrapper .flexWrap > .flexItem:hover .bg img {
          transform: scale(1);
          transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
          -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
      .secIndex.sec4 .filwrapper .flexWrap > .flexItem:hover .content .txt {
        opacity: 1;
        visibility: visible;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
      .secIndex.sec4 .filwrapper .flexWrap > .flexItem:hover .content .__link {
        opacity: 0;
        visibility: hidden;
        transform: scale(1.1);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
    .secIndex.sec4 .filwrapper .flexWrap:hover {
      /*
      &::before {
       opacity: 1;
       visibility: visible;
       @include transition_transform2;
      }
      */ }
      .secIndex.sec4 .filwrapper .flexWrap:hover .content .images {
        opacity: 0;
        visibility: none;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
        @media screen and (max-width: 768px) {
          .secIndex.sec4 .filwrapper .flexWrap:hover .content .images {
            opacity: 1;
            visibility: visible; } }
      .secIndex.sec4 .filwrapper .flexWrap:hover .content .txt {
        opacity: 0;
        visibility: none;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
        @media screen and (max-width: 768px) {
          .secIndex.sec4 .filwrapper .flexWrap:hover .content .txt {
            opacity: 1;
            visibility: visible; } }

/*!#index_sec5*/
.secIndex.sec5 {
  margin-top: 1em;
  border-top: solid 1px #eee; }
  .secIndex.sec5 .wrapper {
    width: 75%;
    padding: 6.15em 0 8.2em; }
    @media screen and (max-width: 768px) {
      .secIndex.sec5 .wrapper {
        width: 85%;
        padding: 3.075em 0; } }
  .secIndex.sec5 ul.list {
    margin-top: 3.075em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .secIndex.sec5 ul.list {
        width: calc(100% + 15vw);
        margin-left: -7.5vw; } }
    .secIndex.sec5 ul.list li {
      width: calc(50% - (7.5%/2));
      padding: 2.05em 0;
      border-bottom: solid 1px #eee; }
      @media screen and (max-width: 768px) {
        .secIndex.sec5 ul.list li {
          width: 50%;
          padding: .82em; } }
      .secIndex.sec5 ul.list li:nth-child(1) {
        border-top: solid 1px #eee; }
      .secIndex.sec5 ul.list li:nth-child(2) {
        border-top: solid 1px #eee; }
      @media screen and (max-width: 768px) {
        .secIndex.sec5 ul.list li:nth-child(2n-1) {
          border-right: solid 1px #eee; } }
      .secIndex.sec5 ul.list li a {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .secIndex.sec5 ul.list li a .itemHead {
          width: 45%; }
          @media screen and (max-width: 768px) {
            .secIndex.sec5 ul.list li a .itemHead {
              width: 100%; } }
        .secIndex.sec5 ul.list li a .itemBody {
          width: 45%; }
          @media screen and (max-width: 768px) {
            .secIndex.sec5 ul.list li a .itemBody {
              width: 100%;
              margin-top: .82em;
              padding: .41em; } }
    .secIndex.sec5 ul.list::after {
      display: none; }
  .secIndex.sec5 h3.indexTtl + p {
    font-size: .9em;
    line-height: 1.65; }

/*!#index Pickup*/
.indexPickup-container {
  position: relative;
  margin-top: 2.05em !important; }
  @media screen and (max-width: 768px) {
    .indexPickup-container {
      margin-top: 1.64em !important; } }
  .indexPickup-container .swiper-slide {
    display: block; }
    .indexPickup-container .swiper-slide a {
      display: block; }
    .indexPickup-container .swiper-slide .card {
      display: flex;
      flex-wrap: wrap;
      border: solid 1px #0000001a;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 8px 24px -16px #00000059;
      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; }
      .indexPickup-container .swiper-slide .card > .__head {
        width: 100%; }
        @media screen and (max-width: 768px) {
          .indexPickup-container .swiper-slide .card > .__head {
            width: 100%; } }
      .indexPickup-container .swiper-slide .card > .__body {
        display: flex;
        flex-wrap: wrap;
        gap: 0 5px;
        width: 100%;
        padding: 2.05em 2.46em;
        border-top: solid 1px #eeeeee;
        background: #ffffff; }
        @media screen and (max-width: 768px) {
          .indexPickup-container .swiper-slide .card > .__body {
            width: 100%;
            padding: 1.64em 2.05em; } }
        .indexPickup-container .swiper-slide .card > .__body span.cat {
          display: table;
          padding: .205em 1.23em;
          border: solid 1px #eeeeee;
          font-size: .8em;
          border-radius: 3em; }
        .indexPickup-container .swiper-slide .card > .__body h2 {
          display: block;
          width: 100%;
          margin-top: .41em; }
          .indexPickup-container .swiper-slide .card > .__body h2 span {
            font-weight: bold;
            font-size: 1.435em; }
            @media screen and (max-width: 768px) {
              .indexPickup-container .swiper-slide .card > .__body h2 span {
                font-size: 1.1175em; } }
    .indexPickup-container .swiper-slide:hover .card {
      box-shadow: none;
      transform: translateY(4px);
      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; }
  .indexPickup-container .swiper-button-prev {
    position: absolute;
    top: -5.72em;
    bottom: initial;
    right: 4.92em;
    left: initial;
    z-index: 50;
    width: 4.1em;
    height: 4.1em;
    background: #ffffff;
    border: solid 1px #0000001a;
    border-radius: 5em;
    margin: 0;
    box-shadow: 0 8px 24px -16px #00000059;
    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) {
      .indexPickup-container .swiper-button-prev {
        top: -4.715em;
        right: 4.305em;
        width: 3.485em;
        height: 3.485em; } }
    .indexPickup-container .swiper-button-prev::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: url(images/icon_arrow-blk.svg) center no-repeat;
      background-position: center;
      background-size: 25%;
      transform: rotate(180deg); }
    .indexPickup-container .swiper-button-prev:hover {
      box-shadow: none;
      transform: translateY(4px);
      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; }
  .indexPickup-container .swiper-button-next {
    position: absolute;
    top: -5.72em;
    bottom: initial;
    right: 0;
    left: initial;
    z-index: 50;
    width: 4.1em;
    height: 4.1em;
    background: #ffffff;
    border: solid 1px #0000001a;
    border-radius: 5em;
    margin: 0;
    box-shadow: 0 8px 24px -16px #00000059;
    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) {
      .indexPickup-container .swiper-button-next {
        top: -4.715em;
        width: 3.485em;
        height: 3.485em; } }
    .indexPickup-container .swiper-button-next::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: url(images/icon_arrow-blk.svg) center no-repeat;
      background-position: center;
      background-size: 25%;
      transform: rotate(0); }
    .indexPickup-container .swiper-button-next:hover {
      box-shadow: none;
      transform: translateY(4px);
      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; }

/*!#index_sec6*/
.secIndex.sec6 {
  padding: 8.2em 0 6.15em; }
  @media screen and (max-width: 768px) {
    .secIndex.sec6 {
      padding: 2.5vw 0 0; } }
  .secIndex.sec6 .bg {
    width: 100%;
    height: 65%;
    background: #ccc;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -5; }
  .secIndex.sec6 .wrapper {
    background: #ffffff; }
    @media screen and (max-width: 768px) {
      .secIndex.sec6 .wrapper {
        width: 95%; } }
    .secIndex.sec6 .wrapper .flexWrap {
      display: flex;
      flex-wrap: wrap; }
      .secIndex.sec6 .wrapper .flexWrap > .flexLeft {
        width: 50%; }
        @media screen and (max-width: 768px) {
          .secIndex.sec6 .wrapper .flexWrap > .flexLeft {
            width: 100%;
            order: 1; } }
        .secIndex.sec6 .wrapper .flexWrap > .flexLeft .inner {
          padding: 6.15em 5.125em 4.1em; }
          @media screen and (max-width: 768px) {
            .secIndex.sec6 .wrapper .flexWrap > .flexLeft .inner {
              padding: 3.075em 2.46em 4.1em; } }
      .secIndex.sec6 .wrapper .flexWrap > .flexRight {
        width: 50%;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .secIndex.sec6 .wrapper .flexWrap > .flexRight {
            width: 100%; } }
        .secIndex.sec6 .wrapper .flexWrap > .flexRight .inner {
          position: relative;
          z-index: 15;
          width: 100%;
          height: 100%; }
          @media screen and (max-width: 768px) {
            .secIndex.sec6 .wrapper .flexWrap > .flexRight .inner {
              height: 95vw; } }
          .secIndex.sec6 .wrapper .flexWrap > .flexRight .inner .bg {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 100%;
            z-index: -5;
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
            transition-delay: .205s; }
            .secIndex.sec6 .wrapper .flexWrap > .flexRight .inner .bg.active {
              opacity: 1;
              visibility: visible;
              pointer-events: auto;
              transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
              -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
              -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
              -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }
        .secIndex.sec6 .wrapper .flexWrap > .flexRight .photo-container {
          height: 100%; }
  .secIndex.sec6 ul.list {
    margin-top: 3.075em;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    padding: 2.46em 2.05em; }
    @media screen and (max-width: 768px) {
      .secIndex.sec6 ul.list {
        margin-top: 2.46em;
        padding: 2.05em 1.23em; } }
    .secIndex.sec6 ul.list li {
      position: relative;
      z-index: 15; }
      .secIndex.sec6 ul.list li a {
        display: block;
        background: #f7f7f7;
        border: solid 1px #eee;
        padding: 2.1em 0;
        text-align: center;
        border-radius: 4px; }
      .secIndex.sec6 ul.list li span {
        display: block; }
        .secIndex.sec6 ul.list li span.txt {
          font-size: .85em; }
      .secIndex.sec6 ul.list li ~ li {
        margin-top: .82em; }

/*!#index_sec7*/
.secIndex.sec7 .wrapper {
  width: 75%;
  border-top: solid 1px #eee;
  padding: 6.15em 0 8.2em; }
  @media screen and (max-width: 768px) {
    .secIndex.sec7 .wrapper {
      width: 85%;
      padding: 3.075em 0 6.15em; } }
  .secIndex.sec7 .wrapper .flexWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .secIndex.sec7 .wrapper .flexWrap > .flexLeft {
      width: 45%;
      border-bottom: solid 1px #eee; }
      @media screen and (max-width: 768px) {
        .secIndex.sec7 .wrapper .flexWrap > .flexLeft {
          width: 100%;
          border-bottom: none;
          padding-bottom: 1.23em; } }
      .secIndex.sec7 .wrapper .flexWrap > .flexLeft img {
        transform: scale(1.05);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
      .secIndex.sec7 .wrapper .flexWrap > .flexLeft:hover img {
        transform: scale(1);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
    .secIndex.sec7 .wrapper .flexWrap > .flexRight {
      width: 47.5%;
      max-height: 28em;
      overflow: scroll;
      border-top: solid 1px #eee;
      border-bottom: solid 1px #eee; }
      @media screen and (max-width: 768px) {
        .secIndex.sec7 .wrapper .flexWrap > .flexRight {
          width: 100%;
          max-height: initial; } }
  .secIndex.sec7 .wrapper .itemBody {
    margin-top: 3.075em; }
    .secIndex.sec7 .wrapper .itemBody span.txt {
      font-size: 1.23em; }
  .secIndex.sec7 .wrapper .infoPicks {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .secIndex.sec7 .wrapper .infoPicks time {
      display: block; }
    .secIndex.sec7 .wrapper .infoPicks span {
      display: block; }
      .secIndex.sec7 .wrapper .infoPicks span.cat {
        font-size: .8em;
        margin-left: .82em;
        border: solid 1px #eee;
        padding: .205em .82em;
        border-radius: 3em;
        background: #f7f7f7; }
      .secIndex.sec7 .wrapper .infoPicks span.txt {
        margin-top: .41em;
        width: 100%;
        font-weight: bold; }
  .secIndex.sec7 .wrapper ul.list li {
    padding: 1.64em 0; }
    @media screen and (max-width: 768px) {
      .secIndex.sec7 .wrapper ul.list li {
        padding: 1.23em 0; } }
    .secIndex.sec7 .wrapper ul.list li ~ li {
      border-top: solid 1px #eee; }
    .secIndex.sec7 .wrapper ul.list li span.txt {
      opacity: .65; }
      .secIndex.sec7 .wrapper ul.list li span.txt:hover {
        opacity: 1; }

.sectionFoot {
  margin-top: 3.075em; }
  @media screen and (max-width: 768px) {
    .sectionFoot {
      margin-top: 2.05em; } }
  .sectionFoot a {
    display: block;
    background: #f7f7f7;
    border: solid 1px #eee;
    padding: 2.1em 0;
    text-align: center;
    border-radius: 4px; }
    @media screen and (max-width: 768px) {
      .sectionFoot a {
        padding: 1.64em 0; } }
    .sectionFoot a:hover {
      background: #eeeeee; }
    .sectionFoot a span {
      font-size: .85em; }

/*//!#index----------------------------------------------------------------------------------------------*/
/* ------------------
   #Page [共通要素]
------------------ */
h1.pageTtl span {
  display: block;
  color: #ffffff;
  display: block;
  font-weight: bold;
  font-size: 1.6em;
  line-height: 1.2;
  background-image: -webkit-linear-gradient(left, #ffffff 0, #ffffff 55%, #0169b8 60%, #ffffff 60%);
  background-position: 0 0;
  background-size: 200% 200%;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  animation: headingAnimation 2s ease-in-out 0s infinite normal; }
  @media screen and (max-width: 768px) {
    h1.pageTtl span {
      text-align: center; } }
  h1.pageTtl span.jp {
    font-size: 1.64em;
    font-weight: bold; }
  h1.pageTtl span.en {
    font-size: .85em; }
h1.pageTtl + .box {
  margin-top: .82em; }

h2.pageTtl {
  position: relative;
  z-index: 15;
  display: flex;
  align-items: center; }
  h2.pageTtl::before {
    content: '';
    display: block;
    width: 0.205em;
    height: 1.5em;
    background: linear-gradient(180deg, #0169b8 50%, #000c33); }
  h2.pageTtl span {
    padding-left: .82em;
    display: block;
    font-weight: bold;
    font-size: 1.845em;
    line-height: 1.2;
    color: #0c1e29; }
    @media screen and (max-width: 768px) {
      h2.pageTtl span {
        font-size: 1.64em; } }
  h2.pageTtl + .box {
    margin-top: 2.46em; }
    @media screen and (max-width: 768px) {
      h2.pageTtl + .box {
        margin-top: 2.46em; } }
    h2.pageTtl + .box h3.pageTtl {
      margin-top: 3.075em; }
    h2.pageTtl + .box > * ~ * {
      margin-top: 1.64em; }
  h2.pageTtl ~ h2.pageTtl {
    margin-top: 6.15em;
    padding-top: 4.1em;
    border-top: solid 1px #dddddd; }
    @media screen and (max-width: 768px) {
      h2.pageTtl ~ h2.pageTtl {
        margin-top: 4.1em;
        padding-top: 3.075em; } }

h3.pageTtl {
  position: relative;
  z-index: 15;
  display: flex;
  align-items: center;
  background: #f3f3f3;
  padding: .615em .82em; }
  h3.pageTtl::before {
    content: '';
    display: block;
    width: 0.205em;
    height: 1.5em;
    background: linear-gradient(180deg, #0169b8 50%, #0169b8); }
  h3.pageTtl span {
    padding-left: .615em;
    display: block;
    font-weight: bold;
    line-height: 1.5;
    color: #0c1e29; }
    h3.pageTtl span > span {
      display: inline;
      font-size: .8em;
      opacity: .5; }
  h3.pageTtl + .box {
    margin-top: 1.64em; }
    h3.pageTtl + .box > * ~ * {
      margin-top: 1.23em; }
  h3.pageTtl ~ h3.pageTtl {
    margin-top: 3.075em; }

h4.pageTtl {
  position: relative;
  z-index: 15;
  display: flex;
  align-items: center; }
  h4.pageTtl::before {
    content: '';
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 1em;
    background: #0169b8; }
  h4.pageTtl span {
    display: block;
    width: calc(100% - 1em);
    padding-left: .615em;
    color: #0169b8; }
  h4.pageTtl + .box {
    margin-top: .82em;
    padding-left: 1.615em; }
    @media screen and (max-width: 768px) {
      h4.pageTtl + .box {
        margin-top: .82em;
        padding-left: 0; } }
  h4.pageTtl ~ h4.pageTtl {
    margin-top: 2.05em; }
    @media screen and (max-width: 768px) {
      h4.pageTtl ~ h4.pageTtl {
        margin-top: 1.64em; } }

h5.pageTtl {
  position: relative;
  z-index: 15;
  margin-top: 3em; }
  h5.pageTtl span {
    display: block;
    font-size: 1.4em;
    font-weight: lighter;
    line-height: 1.5; }
    @media screen and (max-width: 768px) {
      h5.pageTtl span {
        font-size: 1.26667em; } }
  h5.pageTtl + .box {
    margin-top: 1em; }
    @media screen and (max-width: 768px) {
      h5.pageTtl + .box {
        margin-top: .82em; } }

.focusTxt {
  text-align: center;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  padding: 4.1em 0;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .focusTxt {
      padding: 3.075em 0; } }
  .focusTxt p {
    font-size: 1.435em;
    font-weight: bold; }
    .focusTxt p.sm {
      font-size: 1em; }
  .focusTxt + * {
    margin-top: 2.05em; }

header.pageHeader {
  position: relative;
  z-index: 15;
  display: flex;
  align-items: flex-end;
  min-height: 31.5em;
  padding-bottom: 4.1em; }
  @media screen and (max-width: 768px) {
    header.pageHeader {
      padding: 0;
      min-height: 20em;
      padding-bottom: 2.05em; } }
  header.pageHeader * {
    color: #ffffff; }
  header.pageHeader .bgWrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    header.pageHeader .bgWrap::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #151515;
      opacity: .2;
      z-index: -1; }
    header.pageHeader .bgWrap::after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50%;
      background: linear-gradient(0deg, #000, rgba(0, 0, 0, 0));
      opacity: .35; }
  header.pageHeader .wrapper {
    display: block;
    width: 75%;
    max-width: 1440px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      header.pageHeader .wrapper {
        width: 85%; } }
    @media screen and (max-width: 1024px) {
      header.pageHeader .wrapper {
        max-width: 1440px; } }
    header.pageHeader .wrapper .p_ttl_en {
      position: relative;
      z-index: 15;
      font-weight: 500;
      letter-spacing: .0205em; }
    header.pageHeader .wrapper .p_ttl_jp {
      position: relative;
      z-index: 15;
      font-size: 2.05em; }
      @media screen and (max-width: 768px) {
        header.pageHeader .wrapper .p_ttl_jp {
          font-size: 1.64em; } }
  header.pageHeader.simple {
    padding: 10.8em 0 4.1em;
    min-height: initial;
    margin-bottom: 0;
    border-bottom: solid 1px #eee;
    background: #fff; }
    @media screen and (max-width: 768px) {
      header.pageHeader.simple {
        padding: calc(15vw + 2.05em) 0 2.05em;
        margin-bottom: 0; } }
    header.pageHeader.simple * {
      color: #000a05; }
    header.pageHeader.simple .wrapper {
      max-width: 48em; }
  header.pageHeader.root {
    padding: 10.8em 0 4.1em;
    min-height: initial;
    margin-bottom: 0;
    border-bottom: solid 1px #eee;
    background: #fff; }
    @media screen and (max-width: 768px) {
      header.pageHeader.root {
        padding: calc(15vw + 2.05em) 0 2.05em;
        margin-bottom: 0; } }
    header.pageHeader.root * {
      color: #000a05; }
  header.pageHeader.lp {
    height: 100vh; }
    header.pageHeader.lp .txtWrap {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl; }
      header.pageHeader.lp .txtWrap p {
        font-size: 1.435em; }

.mainContent {
  position: relative;
  z-index: 15;
  background: #ffffff;
  /*min-height: 100vh;*/
  transition: cubic-bezier(0.22, 0.61, 0.36, 1) 1.25s;
  -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 1.25s;
  -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 1.25s;
  -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 1.25s; }
  .mainContent.nul {
    margin-top: 4.1em; }
    @media screen and (max-width: 768px) {
      .mainContent.nul {
        margin-top: 0; } }
  .mainContent.lp .secPage.lp.movie {
    padding: 12.3em 0 10.8em; }
  .mainContent .ankerWrap {
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (min-width: 1367px) {
      .mainContent .ankerWrap {
        max-width: 1440px; } }
    .mainContent .ankerWrap .__main {
      width: 75%;
      padding: 6.15em 0 8.2em; }
      @media screen and (max-width: 768px) {
        .mainContent .ankerWrap .__main {
          width: 100%;
          padding: 3.075em 0 4.1em; } }
      .mainContent .ankerWrap .__main span.hrer {
        position: relative;
        z-index: -1; }
        .mainContent .ankerWrap .__main span.hrer > span {
          position: absolute;
          top: 15vh; }
    .mainContent .ankerWrap .__anker {
      width: 25%;
      padding-top: 6.15em;
      border-left: solid 1px #eee;
      background: #ffffff; }
      @media screen and (max-width: 768px) {
        .mainContent .ankerWrap .__anker {
          display: none; } }
      .mainContent .ankerWrap .__anker .inner {
        padding: 0 2.05em 6.15em; }
        .mainContent .ankerWrap .__anker .inner .__item ~ .__item {
          margin-top: 3.075em; }
        .mainContent .ankerWrap .__anker .inner .__item .sidebanar img.posCenter {
          width: 35%;
          height: auto; }
      .mainContent .ankerWrap .__anker .sticky {
        top: 8.2em; }

.secPage {
  position: relative;
  z-index: 15;
  background: #ffffff; }
  .secPage.basic {
    width: 100%; }
    @media screen and (max-width: 768px) {
      .secPage.basic {
        width: 100%;
        margin-left: auto;
        margin-right: auto; } }
    .secPage.basic .wrapper {
      position: relative;
      z-index: 15;
      width: 90%;
      border-top: solid 1px #eee;
      padding: 3.075em 0 4.1em; }
      @media screen and (max-width: 768px) {
        .secPage.basic .wrapper {
          width: 100%;
          padding: 2.05em 0 3.075em; } }
    .secPage.basic p > a {
      color: #0169b8;
      text-decoration: underline; }
  .secPage.lp.summary {
    padding: 8.2em 0 0; }
    @media screen and (max-width: 768px) {
      .secPage.lp.summary {
        padding: 6.15em 0 0; } }
  .secPage.lp.movie {
    border-top: solid 1px #eeeeee;
    margin-top: 0;
    padding: 6.15em 0 8.2em; }
    @media screen and (max-width: 768px) {
      .secPage.lp.movie {
        padding: 6.15em 0; } }
    .secPage.lp.movie .wrapper {
      position: relative;
      z-index: 15;
      max-width: 60em; }
      @media screen and (max-width: 768px) {
        .secPage.lp.movie .wrapper {
          width: 85%; } }
      .secPage.lp.movie .wrapper .swiper-pagination {
        bottom: -2.05em; }
        @media screen and (max-width: 768px) {
          .secPage.lp.movie .wrapper .swiper-pagination {
            bottom: -2.05em; } }
        .secPage.lp.movie .wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background: #0169b8; }
  .secPage.lp.message {
    background: #f7f7f7;
    padding-top: 8.2em;
    margin-top: 0; }
    @media screen and (max-width: 768px) {
      .secPage.lp.message {
        padding-top: 6.15em; } }
  .secPage.lp .wrapper {
    display: block;
    width: 75%;
    max-width: 48em;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .secPage.lp .wrapper {
        width: 85%; } }
    @media screen and (max-width: 1024px) {
      .secPage.lp .wrapper {
        max-width: 1440px; } }
  .secPage ~ .secPage {
    margin-top: 6.15em; }
    @media screen and (max-width: 768px) {
      .secPage ~ .secPage {
        margin-top: 0; } }

dl.listAnker {
  border-top: solid 1px #eeeeee;
  font-size: .95em; }
  dl.listAnker dt {
    position: relative;
    z-index: 15;
    padding: 2.05em 0;
    padding-left: .5em; }
    dl.listAnker dt span {
      display: block;
      font-weight: 600;
      font-size: 1.23em; }
    dl.listAnker dt::after {
      content: '';
      display: block;
      width: 1.23em;
      height: 1px;
      background: #0169b8;
      position: absolute;
      top: 0;
      left: 0; }
  dl.listAnker dd {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 768px) {
      dl.listAnker dd {
        padding: .5em 0; } }
    dl.listAnker dd::before {
      content: '';
      display: block;
      width: .5em;
      height: .5em;
      border-radius: 1em;
      transform: translateX(-1em);
      transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
    dl.listAnker dd a {
      display: block;
      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; }
    dl.listAnker dd span {
      font-weight: normal;
      transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
    dl.listAnker dd ~ dd {
      margin-top: 1em; }
      @media screen and (max-width: 768px) {
        dl.listAnker dd ~ dd {
          margin-top: 0; } }
    dl.listAnker dd:hover::before {
      background: #0169b8;
      transform: translateX(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; }
    dl.listAnker dd:hover a {
      margin-left: 1em;
      transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
      -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
    dl.listAnker dd.active {
      padding: .82em 1.23em;
      background: #f7f7f7;
      border: solid 1px #eeeeee;
      border-radius: 3em; }
      dl.listAnker dd.active::before {
        background: #0169b8;
        transform: translateX(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; }
      dl.listAnker dd.active a {
        margin-left: 1em;
        transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
      dl.listAnker dd.active span {
        color: #0169b8;
        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; }
  dl.listAnker ~ dl.listAnker {
    margin-top: 2.05em; }

ul.listAnker {
  display: block; }
  ul.listAnker li {
    display: block; }
    ul.listAnker li ~ li {
      margin-top: .41em; }
      @media screen and (max-width: 768px) {
        ul.listAnker li ~ li {
          margin-top: .205em; } }

.btn_wrapper {
  background: #0169b8;
  margin-top: 2.05em;
  padding: 3.075em; }
  .btn_wrapper * {
    text-align: center; }
  .btn_wrapper > p {
    color: #fff;
    margin-bottom: .82em; }

/* ------------------
   #Page [親要素]
------------------ */
.secPage.root {
  position: relative;
  z-index: 15;
  padding-bottom: 8.2em; }
  @media screen and (max-width: 768px) {
    .secPage.root {
      padding-bottom: 2.05em; } }
  .secPage.root .header {
    position: relative;
    z-index: 15;
    height: 35vw;
    max-height: 420px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .secPage.root .header {
        height: initial; } }
    .secPage.root .header .__bg {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -5;
      display: block;
      width: 100%;
      height: 100%; }
      .secPage.root .header .__bg::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #151515;
        opacity: .2;
        z-index: 2; }
      .secPage.root .header .__bg::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background: linear-gradient(0deg, #000, transparent);
        opacity: .35;
        z-index: 3; }
      .secPage.root .header .__bg .image {
        width: 100%;
        height: calc(100% + 8.2em); }
        @media screen and (max-width: 768px) {
          .secPage.root .header .__bg .image {
            height: calc(100% + 4.1em); } }
    .secPage.root .header .__txt {
      display: block;
      width: 75%;
      max-width: 1440px;
      margin: 0 auto;
      padding: 8.2em 0; }
      @media screen and (max-width: 768px) {
        .secPage.root .header .__txt {
          width: 85%;
          padding: 8.2em 0 4.1em; } }
      .secPage.root .header .__txt p {
        max-width: 21em;
        font-size: 1.175em;
        color: #ffffff;
        font-weight: normal; }
        @media screen and (max-width: 768px) {
          .secPage.root .header .__txt p {
            font-size: 1em; } }
  .secPage.root .wrapper {
    width: 85%;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .secPage.root .wrapper {
        width: 100%; } }
    @media screen and (min-width: 1367px) {
      .secPage.root .wrapper {
        max-width: 1440px; } }
  .secPage.root .flexWrap {
    display: flex;
    flex-wrap: wrap; }
    .secPage.root .flexWrap > .flexItem {
      position: relative;
      z-index: 15;
      width: calc(100% / 3);
      height: auto;
      padding: 3.075em 2.05em 0;
      margin-bottom: 6.15em;
      border-right: solid 1px #eee; }
      @media screen and (max-width: 768px) {
        .secPage.root .flexWrap > .flexItem {
          width: calc(100% / 2);
          padding: .82em .82em 0;
          margin-bottom: 2.05em; } }
      @media screen and (max-width: 768px) {
        .secPage.root .flexWrap > .flexItem:nth-child(2n-1) {
          border-right: solid 1px #eee !important; } }
      @media screen and (max-width: 768px) {
        .secPage.root .flexWrap > .flexItem:nth-child(2n) {
          border-right: none !important; } }
      .secPage.root .flexWrap > .flexItem:nth-child(3n) {
        border-right: none; }
        @media screen and (max-width: 768px) {
          .secPage.root .flexWrap > .flexItem:nth-child(3n) {
            border-right: initial; } }
      @media screen and (max-width: 768px) {
        .secPage.root .flexWrap > .flexItem:nth-of-type(2) ~ .flexItem {
          border-top: solid 1px #eee; } }
      .secPage.root .flexWrap > .flexItem:nth-of-type(3) ~ .flexItem {
        border-top: solid 1px #eee; }
      .secPage.root .flexWrap > .flexItem::before {
        content: '';
        display: block;
        width: 100%;
        height: calc(100% + 6.15em);
        position: absolute;
        top: 0;
        left: 0;
        background: #f7f7f7;
        opacity: 0;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
      .secPage.root .flexWrap > .flexItem .__head img {
        transform: scale(1.05);
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }
      .secPage.root .flexWrap > .flexItem .__body {
        position: relative;
        margin-top: 2.05em; }
        @media screen and (max-width: 768px) {
          .secPage.root .flexWrap > .flexItem .__body {
            margin-top: 1.23em; } }
        .secPage.root .flexWrap > .flexItem .__body h3.indexTtl {
          margin-bottom: .82em; }
          .secPage.root .flexWrap > .flexItem .__body h3.indexTtl span {
            font-size: 1.23em; }
            @media screen and (max-width: 768px) {
              .secPage.root .flexWrap > .flexItem .__body h3.indexTtl span {
                font-size: 1.025em; } }
          @media screen and (max-width: 768px) {
            .secPage.root .flexWrap > .flexItem .__body h3.indexTtl + p {
              font-size: .9em;
              line-height: 1.6; } }
      .secPage.root .flexWrap > .flexItem.gone .__head img {
        transform: scale(1);
        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; }
      .secPage.root .flexWrap > .flexItem:hover::before {
        opacity: 1;
        transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -o-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -moz-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s;
        -webkit-transition: cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.41s; }

/* ------------------
   #Page [シンプル型]
------------------ */
.secPage.lower .wrapper {
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding: 6.15em 0 10.8em; }
  @media screen and (max-width: 768px) {
    .secPage.lower .wrapper {
      width: 85%;
      padding: 3.075em 0 4.1em; } }
  @media screen and (min-width: 1367px) {
    .secPage.lower .wrapper {
      max-width: 1440px; } }

.flexLower {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .flexLower > .flexCenter {
    width: 48em;
    max-width: 100%; }
    @media screen and (max-width: 768px) {
      .flexLower > .flexCenter {
        width: 100%; } }
    .flexLower > .flexCenter > .__head {
      display: block; }
    .flexLower > .flexCenter > .__body {
      margin-top: 4.1em; }
      @media screen and (max-width: 768px) {
        .flexLower > .flexCenter > .__body {
          margin-top: 2.05em; } }

/* ------------------
   #Page グループ情報
------------------ */
/* ------------------
   #Page グループ情報[トップメッセージ]
------------------ */
.message_wrapper img {
  width: 42.5%;
  height: auto;
  float: left;
  margin: 0 3.075em 3.075em 0; }
  @media screen and (max-width: 768px) {
    .message_wrapper img {
      margin: 0 2.05em 2.05em 0; } }
.message_wrapper ~ .message_wrapper img {
  width: 42.5%;
  height: auto;
  float: right;
  margin: 0 0 3.075em 3.075em; }
  @media screen and (max-width: 768px) {
    .message_wrapper ~ .message_wrapper img {
      margin: 0 0 2.05em 2.05em; } }

.speaker * {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: 500; }
.speaker img {
  height: 5.0475em;
  margin-top: .41em; }

/* ------------------
   #Page グループ情報[会社概要]
------------------ */
.outline-wrapper {
  border-top: solid 1px #eee; }
  .outline-wrapper dl.list {
    display: flex;
    flex-wrap: wrap;
    border-bottom: solid 1px #eee;
    padding: 1.23em 0; }
    .outline-wrapper dl.list dt {
      display: block;
      width: 25%; }
      .outline-wrapper dl.list dt span {
        font-weight: bold;
        opacity: .65; }
    .outline-wrapper dl.list dd {
      display: block;
      width: 75%; }
      .outline-wrapper dl.list dd a {
        color: #0169b8;
        text-decoration: underline; }

.access-wrapper .focusTxt {
  padding: 2.05em 0; }
  @media screen and (max-width: 768px) {
    .access-wrapper .focusTxt {
      padding: 1.23em 0; } }
  .access-wrapper .focusTxt + * {
    background: #f7f7f7;
    border: solid 1px #eeeeee;
    padding: 1.23em 1.64em; }
    @media screen and (max-width: 768px) {
      .access-wrapper .focusTxt + * {
        margin-top: 1.23em; } }

.holdings_map {
  padding: calc(8em / 16 * 4);
  border: solid 1px #eeeeee;
  border-radius: calc(8em / 32); }
  .holdings_map .parent {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2.87em;
    background: #0169b8;
    color: #ffffff; }
    .holdings_map .parent + .border {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 0;
      min-height: 1.435em;
      margin-left: auto;
      margin-right: auto;
      border-left: dashed 1px #0169b8; }
  .holdings_map ul.children {
    display: flex;
    flex-direction: column;
    gap: calc(8em / 16 * 1);
    padding: calc(8em / 16 * 3);
    border: dashed 1px #0169b8;
    border-radius: calc(8em / 32); }
    .holdings_map ul.children > li p {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 2.87em;
      background: #eaeff4; }

@media screen and (max-width: 768px) {
  .group_wrapper {
    width: calc(100% + 7.5vw);
    margin-left: -3.75vw; } }
.group_wrapper .swiper-pagination {
  position: absolute;
  right: 1.64em;
  bottom: 1.64em; }
  .group_wrapper .swiper-pagination > span.swiper-pagination-bullet-active {
    background: #0169b8; }
  .group_wrapper .swiper-pagination > span ~ span {
    margin-left: .41em; }

.lesson_wrapper {
  background: #f7f7f7;
  padding: 3.075em;
  border: solid 1px #eeeeee;
  border-radius: 4px; }
  @media screen and (max-width: 768px) {
    .lesson_wrapper {
      width: calc(100% + 7.5vw);
      margin-left: -3.75vw;
      padding: 2.05em 1.64em; } }
  .lesson_wrapper ul.list {
    display: block; }
    .lesson_wrapper ul.list li {
      display: block;
      border: solid 1px #eeeeee;
      border-radius: 4px;
      background: #ffffff;
      padding: .82em 1.23em; }
      .lesson_wrapper ul.list li ~ li {
        margin-top: .205em; }
      .lesson_wrapper ul.list li p span {
        display: inline-block;
        font-weight: bold;
        padding: .205em .82em;
        font-size: .7em;
        border-radius: 3em;
        background: #0169b8;
        color: #ffffff; }

/* ------------------
   #Page グループ情報[理念]
------------------ */
ul.listMulti {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -6.15em; }
  ul.listMulti li {
    display: flex;
    align-items: center;
    width: 25%;
    padding: 1.64em; }
    @media screen and (max-width: 768px) {
      ul.listMulti li {
        width: 50%; } }

dl.listMulti {
  position: relative;
  z-index: 15; }
  dl.listMulti dd {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    font-size: .85em;
    opacity: .41; }

ul.listPhilosophy {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: flex-start; }
  ul.listPhilosophy::after {
    display: none; }

dl.listPhilosophy {
  display: flex;
  flex-flow: row-reverse; }
  dl.listPhilosophy dd {
    margin: 0; }
    dl.listPhilosophy dd span {
      font-weight: bold;
      font-size: .9em;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl; }
  dl.listPhilosophy dt span {
    font-size: 1.435em;
    margin-top: 1.23em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }

.philosophy-wrapper .__pram {
  opacity: .65;
  display: flex;
  margin: 4.1em 0 2.05em; }
  @media screen and (max-width: 768px) {
    .philosophy-wrapper .__pram {
      margin: 2.05em 0 0; } }
  .philosophy-wrapper .__pram * {
    font-size: .85em; }
  .philosophy-wrapper .__pram .number {
    width: 15%; }
    @media screen and (max-width: 768px) {
      .philosophy-wrapper .__pram .number {
        display: none; } }
  .philosophy-wrapper .__pram .element {
    width: 85%; }
    @media screen and (max-width: 768px) {
      .philosophy-wrapper .__pram .element {
        display: none; } }
.philosophy-wrapper .__item {
  display: flex;
  border-bottom: solid 1px #eee;
  padding-bottom: 2.05em; }
  @media screen and (max-width: 768px) {
    .philosophy-wrapper .__item {
      padding-bottom: 1.64em; } }
  .philosophy-wrapper .__item .number {
    width: 15%; }
    .philosophy-wrapper .__item .number span {
      width: 3em;
      height: 3em;
      background: #f7f7f7;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 3em;
      font-size: .85em;
      border: solid 1px #ddd; }
  .philosophy-wrapper .__item .element {
    width: 85%; }
  .philosophy-wrapper .__item ~ .__item {
    margin-top: 3.075em; }
    @media screen and (max-width: 768px) {
      .philosophy-wrapper .__item ~ .__item {
        margin-top: 2.46em; } }
.philosophy-wrapper dl.list dt {
  font-weight: bold;
  font-size: 1.23em; }
  @media screen and (max-width: 768px) {
    .philosophy-wrapper dl.list dt {
      font-size: 1.1275em; } }
.philosophy-wrapper dl.list dd {
  margin-top: .82em; }
  @media screen and (max-width: 768px) {
    .philosophy-wrapper dl.list dd {
      margin-top: .41em; } }

ul.list_value > li ~ li {
  margin-top: calc(100% / 44 * 1); }
  @media screen and (max-width: 768px) {
    ul.list_value > li ~ li {
      margin-top: calc(100% / 22 * 1); } }

/* ------------------
   #Page グループ情報[沿革]
------------------ */
.history_wrapper ul.list {
  padding: 5.125em 0 2.05em;
  margin-bottom: -3.075em;
  border-top: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee; }
  @media screen and (max-width: 768px) {
    .history_wrapper ul.list {
      padding: 4.1em 0 1.025em; } }
  .history_wrapper ul.list li {
    margin-bottom: 3.075em; }
.history_wrapper dl.list {
  display: flex;
  flex-wrap: wrap; }
  .history_wrapper dl.list dt {
    width: 13em;
    opacity: .3075; }
    @media screen and (max-width: 768px) {
      .history_wrapper dl.list dt {
        width: 5.125em; } }
  .history_wrapper dl.list dd {
    width: calc(100% - 13em); }
    @media screen and (max-width: 768px) {
      .history_wrapper dl.list dd {
        width: calc(100% - 5.125em); } }

/* ------------------
   #Page 社員の声
------------------ */
.member_wrapper .f_wrapper {
  position: relative;
  display: flex; }
  .member_wrapper .f_wrapper .__left {
    width: 10.8em; }
    @media screen and (max-width: 768px) {
      .member_wrapper .f_wrapper .__left {
        width: 3.075em; } }
    .member_wrapper .f_wrapper .__left h2 {
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      padding-top: 6.15em; }
      @media screen and (max-width: 768px) {
        .member_wrapper .f_wrapper .__left h2 {
          display: block;
          margin: 0 auto;
          padding-top: 3.075em; } }
      @media screen and (max-width: 768px) {
        .member_wrapper .f_wrapper .__left h2 span {
          font-size: .82em; } }
  .member_wrapper .f_wrapper .__right {
    width: calc(100% - 10.8em);
    border-left: solid 1px #eeeeee;
    padding: 6.15em 0;
    padding-left: 7.2em; }
    @media screen and (max-width: 768px) {
      .member_wrapper .f_wrapper .__right {
        width: calc(100% - 3.075em);
        padding: 3.075em 0;
        padding-left: 0; } }
    @media screen and (max-width: 768px) {
      .member_wrapper .f_wrapper .__right > p {
        padding: 0 2.05em; } }
.member_wrapper .__body {
  margin-top: 1.64em; }
  @media screen and (max-width: 768px) {
    .member_wrapper .__body {
      margin-top: .82em;
      padding: 0 .82em; } }

ul.listInterview {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.1em; }
  @media screen and (max-width: 768px) {
    ul.listInterview {
      margin-top: 2.46em; } }
  ul.listInterview li {
    width: calc(100% / 3);
    padding: 1.64em 1.64em 0;
    margin-bottom: 4.1em;
    border-top: solid 1px #eeeeee;
    border-right: solid 1px #eeeeee; }
    @media screen and (max-width: 768px) {
      ul.listInterview li {
        width: calc(100% / 2);
        padding: .82em .82em 0;
        margin-bottom: 2.46em; } }
    ul.listInterview li:nth-child(2n) {
      transition-delay: .205s; }
      @media screen and (max-width: 768px) {
        ul.listInterview li:nth-child(2n) {
          border-right: none !important;
          transition-delay: 0.205s !important; } }
    ul.listInterview li:nth-child(3n) {
      border-right: none;
      transition-delay: .41s; }
      @media screen and (max-width: 768px) {
        ul.listInterview li:nth-child(3n) {
          border-right: solid 1px #eeeeee;
          transition-delay: 0; } }

dl.listInterview dt {
  font-size: 1.435em;
  font-weight: bold;
  margin-top: .205em; }
  @media screen and (max-width: 768px) {
    dl.listInterview dt {
      font-size: 1.23em; } }
dl.listInterview dd {
  font-size: .8em; }

ul.listCrosstalk {
  margin-top: 4.1em; }
  @media screen and (max-width: 768px) {
    ul.listCrosstalk {
      margin-top: 2.46em; } }
  ul.listCrosstalk li {
    width: 100%;
    padding: 1.64em 1.64em 0;
    margin-bottom: 4.1em;
    border-top: solid 1px #eeeeee; }
    @media screen and (max-width: 768px) {
      ul.listCrosstalk li {
        padding: .82em .82em 0;
        margin-bottom: 2.46em; } }

dl.listCrosstalk dt {
  font-size: 1.865em;
  font-weight: bold;
  margin-top: .205em; }
  @media screen and (max-width: 768px) {
    dl.listCrosstalk dt {
      font-size: 1.23em; } }
  dl.listCrosstalk dt + dt {
    font-size: 1.23em; }
    @media screen and (max-width: 768px) {
      dl.listCrosstalk dt + dt {
        font-size: 1em; } }
dl.listCrosstalk dd {
  font-size: .8em; }

/* ------------------
   #Single インタビュー
------------------ */
.post_wrapper .interviewer_wrapper {
  margin-bottom: 4.1em;
  padding-bottom: 4.1em;
  border-bottom: solid 1px #eeeeee; }
  @media screen and (max-width: 768px) {
    .post_wrapper .interviewer_wrapper {
      margin-bottom: 3.075em;
      padding-bottom: 3.075em; } }
.post_wrapper h3 {
  font-weight: bold;
  font-size: 1.64em; }
  @media screen and (max-width: 768px) {
    .post_wrapper h3 {
      font-size: 1.435em; } }
  .post_wrapper h3 ~ * {
    margin-top: 1.64rem; }
    @media screen and (max-width: 768px) {
      .post_wrapper h3 ~ * {
        margin-top: 1.23rem; } }
  .post_wrapper h3 ~ h3 {
    margin-top: 3.075rem; }
.post_wrapper p {
  font-size: 1.1275em; }
  .post_wrapper p.talker {
    opacity: .205;
    margin-top: 2.05rem;
    margin-bottom: -.82em;
    font-weight: bold;
    font-size: 1rem; }
.post_wrapper img {
  margin: 3.075rem 0; }

/* ------------------
   #Single クロストーク
------------------ */
.post_wrapper .talker_wrapper {
  margin-top: 4.1em;
  padding-top: 4.1em;
  border-top: solid 1px #eeeeee; }
  @media screen and (max-width: 768px) {
    .post_wrapper .talker_wrapper {
      margin-top: 3.075em;
      padding-top: 3.075em; } }
.post_wrapper .profile__avatar {
  display: flex; }
  .post_wrapper .profile__avatar .profile__head {
    width: 8.2em;
    height: 8.2em;
    border-radius: 8.2em;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .post_wrapper .profile__avatar .profile__head {
        width: 5.125em;
        height: 5.125em; } }
    .post_wrapper .profile__avatar .profile__head img {
      margin: 0; }
  .post_wrapper .profile__avatar .profile__body {
    width: calc(100% - 8.2em);
    padding-left: 4.1em; }
    @media screen and (max-width: 768px) {
      .post_wrapper .profile__avatar .profile__body {
        width: calc(100% - 5.125em);
        padding-left: 2.05em; } }
  .post_wrapper .profile__avatar ~ .profile__avatar {
    margin-top: 3.075em; }
    @media screen and (max-width: 768px) {
      .post_wrapper .profile__avatar ~ .profile__avatar {
        margin-top: 2.05em; } }
.post_wrapper dl.profile__pram > dd {
  margin-top: 0.82em; }
  @media screen and (max-width: 768px) {
    .post_wrapper dl.profile__pram > dd p {
      font-size: .9em; } }
.post_wrapper dl.list__pram {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .post_wrapper dl.list__pram {
      flex-wrap: wrap; } }
  .post_wrapper dl.list__pram dt {
    font-size: 1.23em;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .post_wrapper dl.list__pram dt {
        font-size: 1em; } }
  .post_wrapper dl.list__pram dd {
    font-size: .85em; }
    @media screen and (max-width: 768px) {
      .post_wrapper dl.list__pram dd {
        width: 100%;
        margin-top: .205em; } }
  .post_wrapper dl.list__pram::after {
    display: none; }
.post_wrapper ul.list__pram {
  display: flex;
  align-items: center; }
  .post_wrapper ul.list__pram li span {
    display: block;
    border: solid 1px #aaa;
    color: #666;
    border-radius: 4px;
    padding: .205em .82em; }
  .post_wrapper ul.list__pram li ~ li {
    margin-left: .82em; }

/* ------------------
   #Page 事業紹介
------------------ */
/* ------------------
   #Page 事業紹介[詳細]
------------------ */
.f_outline {
  display: flex;
  flex-wrap: wrap; }
  .f_outline > h3 {
    font-size: 1.23em;
    line-height: 1;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }
    @media screen and (max-width: 768px) {
      .f_outline > h3 {
        font-size: .82em;
        font-weight: 500; } }
  .f_outline > dl {
    width: calc(100% - 12.3rem);
    margin-left: auto;
    padding-bottom: 10.8em;
    padding-left: 8.2rem;
    border-left: solid 1px #eeeeee; }
    @media screen and (max-width: 768px) {
      .f_outline > dl {
        width: calc(100% - 2.46rem);
        padding-left: 2.46rem;
        padding-bottom: 6.15em; } }
  .f_outline > div {
    width: calc(100% - 12.3rem);
    margin-left: auto;
    padding-bottom: 10.8em;
    padding-left: 8.2rem;
    border-left: solid 1px #dddddd; }
    @media screen and (max-width: 768px) {
      .f_outline > div {
        width: calc(100% - 2.46rem);
        padding-left: 2.46rem;
        padding-bottom: 6.15em; } }

dl.listBusiness dt {
  opacity: .41;
  font-size: .9em; }
  dl.listBusiness dt ~ dt {
    margin-top: 2.05em; }
dl.listBusiness dd {
  margin-top: .615em; }
  dl.listBusiness dd p {
    font-weight: 500; }

ul.listBusiness {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -.41em; }
  ul.listBusiness li {
    margin: 0 0 .41em .41em; }
    ul.listBusiness li a.btn {
      padding: .615em 1.64em; }

.business_message .__body {
  margin-top: 3.075em; }
  @media screen and (max-width: 768px) {
    .business_message .__body {
      margin-top: 2.05em; } }
  .business_message .__body .focusTxt {
    padding: 2.05em 0;
    border-color: #dddddd; }
    @media screen and (max-width: 768px) {
      .business_message .__body .focusTxt {
        padding: 1.64em 0; } }
    .business_message .__body .focusTxt p {
      font-size: 1.23em; }

.gallery-container .swiper-button-prev {
  width: 4.1em;
  height: 4.1em;
  border-radius: 6.15em;
  background: #ffffff;
  opacity: 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;
  transition-duration: .375s;
  transition-delay: 0s; }
  @media screen and (max-width: 768px) {
    .gallery-container .swiper-button-prev {
      width: 3.075em;
      height: 3.075em; } }
  .gallery-container .swiper-button-prev::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/icon_arrow-blk.svg) center no-repeat;
    background-size: 30%;
    transform: rotate(180deg); }
.gallery-container .swiper-button-next {
  width: 4.1em;
  height: 4.1em;
  border-radius: 6.15em;
  background: #ffffff;
  opacity: 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;
  transition-duration: .375s;
  transition-delay: 0s; }
  @media screen and (max-width: 768px) {
    .gallery-container .swiper-button-next {
      width: 3.075em;
      height: 3.075em; } }
  .gallery-container .swiper-button-next::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/icon_arrow-blk.svg) center no-repeat;
    background-size: 30%; }
.gallery-container:hover .swiper-button-prev {
  opacity: 1;
  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;
  transition-duration: .375s;
  transition-delay: 0s; }
.gallery-container:hover .swiper-button-next {
  opacity: 1;
  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;
  transition-duration: .375s;
  transition-delay: 0s; }
.gallery-container:hover .swiper-button-disabled {
  opacity: .35;
  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;
  transition-duration: .375s;
  transition-delay: 0s; }

/* ------------------
   #Page 事業内容[学校給食事業]
------------------ */
.panel_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .panel_wrapper .__item {
    width: 47.5%; }

.card_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .card_wrapper .__img {
    width: 42.5%; }
    @media screen and (max-width: 768px) {
      .card_wrapper .__img {
        width: 100%; } }
  .card_wrapper .__txt {
    width: 50%; }
    @media screen and (max-width: 768px) {
      .card_wrapper .__txt {
        width: 100%;
        margin-top: 1.23em; } }

/* ------------------
   #Page 企業文化
------------------ */
/* ------------------
   #Page 企業文化[キャリアステップ]
------------------ */
ul.listCareer {
  border-top: solid 1px #eeeeee; }
  ul.listCareer li ~ li dl.listCareer dt::after {
    content: '';
    display: block;
    width: 1em;
    height: 1em;
    position: absolute;
    top: -.5em;
    left: calc(50% - .5em);
    background: url(images/icon_arrow-blk.svg);
    background-size: cover;
    transform: rotate(90deg); }
  ul.listCareer li ~ li dl.listCareer dd {
    border-top: solid 1px #eeeeee; }

dl.listCareer {
  display: flex;
  flex-wrap: wrap; }
  dl.listCareer dt {
    position: relative;
    z-index: 15;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14.35em;
    text-align: center; }
    @media screen and (max-width: 768px) {
      dl.listCareer dt {
        width: 4.1em;
        padding: 1.64em 0;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl; } }
    dl.listCareer dt span {
      display: block;
      font-size: 1.1175em;
      font-weight: bold; }
  dl.listCareer dd {
    width: calc(100% - 14.35em);
    padding: 3.075em 0 3.075em 4.56em; }
    @media screen and (max-width: 768px) {
      dl.listCareer dd {
        width: calc(100% - 4.1em);
        padding: 3.075em 0 3.075em 1.23em; } }

/* ------------------
   #Page 企業文化[社内の取り組み]
------------------ */
/* ------------------
   #Page 企業文化[外部表彰実績]
------------------ */
ul.listAward {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -3.075em; }
  @media screen and (max-width: 768px) {
    ul.listAward {
      margin-bottom: -4.1em; } }
  ul.listAward li {
    width: 47.5%;
    margin-bottom: 3.075em; }
    @media screen and (max-width: 768px) {
      ul.listAward li {
        width: 100%;
        margin-bottom: 4.1em; } }
  ul.listAward::after {
    display: none; }
  ul.listAward .__head {
    border: solid 1px #eee;
    border-radius: 6px;
    overflow: hidden; }
  ul.listAward .__body {
    margin-top: 1.64em; }
    @media screen and (max-width: 768px) {
      ul.listAward .__body {
        margin-top: 1.23em; } }

dl.listAward dt {
  display: block; }
  dl.listAward dt span {
    font-weight: 600;
    font-size: 1.175em; }
dl.listAward dd {
  margin-top: .41em;
  margin-bottom: .41em; }
  @media screen and (max-width: 768px) {
    dl.listAward dd {
      margin-bottom: 0; } }
dl.listAward + .box {
  margin-top: 1.23em; }

/* ------------------
   #Page 企業文化[社会貢献活動]
------------------ */
@media screen and (max-width: 768px) {
  .csr_wrapper .card_text {
    width: calc(100% + 7.5vw);
    margin-left: -3.75vw; } }

.card_text {
  margin-top: 2.05em; }
  .card_text ._head {
    position: relative;
    z-index: 15; }
    .card_text ._head p {
      display: table;
      padding: .205em 1.23em;
      border: solid 1px #dddddd;
      background: #ffffff;
      margin-bottom: -.9em;
      border-radius: 3em;
      margin-left: 1.64em; }
  .card_text ._body {
    position: relative;
    background: #f7f7f7;
    border-radius: 4px;
    padding: 2.05em 1.64em 1.64em;
    border: solid 1px #dddddd; }
    .card_text ._body p {
      line-height: 1.65; }

ul.listCheck {
  padding: .82em 1.64em 0; }
  @media screen and (max-width: 768px) {
    ul.listCheck {
      padding: .82em 0 0; } }
  ul.listCheck li {
    display: flex;
    align-items: baseline; }
    ul.listCheck li::before {
      content: '';
      display: block;
      width: 1em;
      height: 1em;
      background: url("images/icon_check.svg");
      background-size: cover; }
    ul.listCheck li span {
      display: block;
      width: calc(100% - 1em);
      margin-left: .615em; }
    ul.listCheck li ~ li {
      margin-top: .615em; }

dl.listSDGs {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #eeeeee; }
  dl.listSDGs dt {
    position: relative;
    z-index: 15;
    width: 18em;
    padding: 2.05em 0 3.075em;
    display: flex; }
    @media screen and (max-width: 768px) {
      dl.listSDGs dt {
        width: 100%;
        padding: 1.23em 0; } }
    dl.listSDGs dt::before {
      content: '';
      display: block;
      width: 4px;
      background: linear-gradient(180deg, #f7320e 50%, #ff8501); }
      @media screen and (max-width: 768px) {
        dl.listSDGs dt::before {
          width: 3px; } }
    dl.listSDGs dt > span {
      display: block;
      width: calc(100% - 4px);
      font-size: 1.1175em;
      font-weight: bold;
      padding-left: 1.23em; }
      @media screen and (max-width: 768px) {
        dl.listSDGs dt > span {
          width: calc(100% - 3px);
          padding-left: .82em; } }
      dl.listSDGs dt > span span {
        display: block; }
        dl.listSDGs dt > span span + span {
          margin-top: .41em; }
    @media screen and (max-width: 768px) {
      dl.listSDGs dt br {
        display: none; } }
  dl.listSDGs dd {
    width: calc(100% - 18em);
    padding: 2.05em 0 3.075em;
    padding-left: 4.1em;
    border-left: solid 1px #eeeeee; }
    @media screen and (max-width: 768px) {
      dl.listSDGs dd {
        width: 100%;
        padding: 1.23em 0;
        padding-left: calc(3px + .82em);
        border-top: solid 1px #eeeeee;
        border-left: none; } }

ul.listSDGs li {
  display: flex;
  align-items: baseline; }
  ul.listSDGs li::before {
    content: '';
    display: block;
    width: .41em;
    height: .41em;
    border-radius: 1em;
    background: #0169b8; }
  ul.listSDGs li span {
    width: calc(100% - .615em);
    padding-left: .82em; }
  ul.listSDGs li ~ li {
    margin-top: .41em; }

/* ------------------
   #Page イベント情報
------------------ */
.event_wrapper .__head {
  border-bottom: solid 1px #eeeeee; }
  @media screen and (max-width: 768px) {
    .event_wrapper .__head {
      padding-bottom: 1.23em; } }
.event_wrapper .__body {
  margin-top: 4.1em; }
  @media screen and (max-width: 768px) {
    .event_wrapper .__body {
      margin-top: 2.05em; } }
.event_wrapper .f_wrapper {
  display: flex;
  align-items: baseline;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .event_wrapper .f_wrapper > .f_right {
      display: none; } }
  .event_wrapper .f_wrapper h2.eventTtl {
    font-weight: normal;
    font-size: 1.1275em;
    padding: 1.23rem 1.1275rem; }

ul.listEvent_cat {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    ul.listEvent_cat {
      margin-bottom: -.41em; } }
  ul.listEvent_cat li {
    width: auto;
    position: relative;
    opacity: .41;
    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) {
      ul.listEvent_cat li {
        margin-right: .41em;
        margin-bottom: .41em; } }
    ul.listEvent_cat li span {
      display: block;
      padding: 1.23em 1.1275em;
      font-weight: normal; }
      @media screen and (max-width: 768px) {
        ul.listEvent_cat li span {
          padding: .205em 1.1275em;
          border: solid 1px #dddddd;
          border-radius: 3.075em; } }
    ul.listEvent_cat li.active {
      opacity: 1; }
      ul.listEvent_cat li.active span {
        color: #0169b8;
        font-weight: bold; }
        @media screen and (max-width: 768px) {
          ul.listEvent_cat li.active span {
            background: #f7f7f7; } }
    ul.listEvent_cat li:hover {
      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; }

ul.listEvents {
  margin-bottom: -6.15em; }
  @media screen and (max-width: 768px) {
    ul.listEvents {
      margin-bottom: -3.075em; } }
  ul.listEvents li {
    margin-bottom: 6.15em; }
    @media screen and (max-width: 768px) {
      ul.listEvents li {
        margin-bottom: 3.075em; } }
    ul.listEvents li .__img {
      position: relative; }
      ul.listEvents li .__img img {
        transform: scale(1.05);
        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; }
    ul.listEvents li .__txt {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin-top: 2.05em; }
      ul.listEvents li .__txt time {
        font-size: .8em; }
      ul.listEvents li .__txt .cat {
        display: table;
        padding: .205em 1.23em;
        border: solid 1px #dddddd;
        border-radius: 3.075em;
        font-size: .85em;
        margin-left: 2.46em; }
        @media screen and (max-width: 768px) {
          ul.listEvents li .__txt .cat {
            margin-left: 1.23em; } }
      ul.listEvents li .__txt h2 {
        display: block;
        width: 100%;
        margin-top: .205em;
        font-size: 1.845em; }
        @media screen and (max-width: 768px) {
          ul.listEvents li .__txt h2 {
            font-size: 1.435em; } }
    ul.listEvents li:hover .__img img {
      transform: scale(1);
      transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -o-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -moz-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s;
      -webkit-transition: all cubic-bezier(0.55, 0.05, 0.22, 0.99) 0.615s; }

/* ------------------
   #Page 会社情報[拠点網]
------------------ */
.network-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .network-wrapper .__item {
    width: calc(50% - (7.5% / 2));
    border-top: solid 1px #eeeeee;
    margin-bottom: 2.05em;
    padding: 1.23em 1.23em 0; }
    @media screen and (max-width: 768px) {
      .network-wrapper .__item {
        width: 100%;
        margin-bottom: 1.64em;
        padding: 1.23em 0 0; } }
    .network-wrapper .__item h3.indexTtl {
      margin-bottom: .82em; }
      .network-wrapper .__item h3.indexTtl + p {
        font-weight: 500; }
    .network-wrapper .__item.lg {
      width: 100%;
      font-size: 1.125em; }
      @media screen and (max-width: 768px) {
        .network-wrapper .__item.lg {
          font-size: 1em; } }
    .network-wrapper .__item ul.list {
      display: flex;
      align-items: center;
      margin-top: .41em; }
      .network-wrapper .__item ul.list li {
        margin-right: 1.23em; }
        .network-wrapper .__item ul.list li ~ li {
          margin-left: 0; }
    .network-wrapper .__item p.phone {
      display: flex;
      align-items: center;
      font-weight: 500; }
      .network-wrapper .__item p.phone::before {
        content: '';
        display: block;
        width: 1em;
        height: 1em;
        background: url(images/icon_phone.svg);
        background-size: cover; }
      .network-wrapper .__item p.phone span {
        margin-left: .615em; }
    .network-wrapper .__item a span {
      display: table;
      font-size: .8em;
      border: solid 1px #ddd;
      padding: .41em 1.23em;
      border-radius: 3em; }

.__event-contents {
  overflow: hidden; }
  .__event-contents > * ~ * {
    margin-top: .615rem; }
  .__event-contents > ._block ~ ._block {
    margin-top: calc(100% / 16 * 1.5); }
  .__event-contents h1 {
    font-size: 2.255em; }
  .__event-contents h2 {
    font-size: 1.845em; }
  .__event-contents h3 {
    font-size: 1.435em; }
  .__event-contents h4 {
    font-size: 1.23em; }
  .__event-contents h5 {
    font-size: 1em; }
  .__event-contents iframe {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16/9; }
  .__event-contents .obog_wrapper ul {
    display: flex;
    flex-wrap: wrap; }
    .__event-contents .obog_wrapper ul > li {
      width: calc(100% / 3);
      padding: calc(100% / 32 * 1);
      border-top: solid 1px #eee;
      cursor: pointer; }
      @media screen and (max-width: 768px) {
        .__event-contents .obog_wrapper ul > li {
          width: calc(100% / 2); } }
      .__event-contents .obog_wrapper ul > li:nth-child(3n - 1), .__event-contents .obog_wrapper ul > li:nth-child(3n) {
        border-left: solid 1px #eee; }
        @media screen and (max-width: 768px) {
          .__event-contents .obog_wrapper ul > li:nth-child(3n - 1), .__event-contents .obog_wrapper ul > li:nth-child(3n) {
            border-left: none; } }
      @media screen and (max-width: 768px) {
        .__event-contents .obog_wrapper ul > li:nth-child(2n) {
          border-left: solid 1px #eee !important; } }
      .__event-contents .obog_wrapper ul > li.card {
        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; }
        .__event-contents .obog_wrapper ul > li.card > ._txt {
          margin-top: 1em; }
          .__event-contents .obog_wrapper ul > li.card > ._txt h4 {
            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; }
          .__event-contents .obog_wrapper ul > li.card > ._txt p {
            font-size: .85em; }
        .__event-contents .obog_wrapper ul > li.card:hover {
          background: #fafafa;
          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; }
          .__event-contents .obog_wrapper ul > li.card:hover > ._txt h4 {
            color: #0169b8;
            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; }

.modal {
  display: none;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11001; }

.modal__bg {
  background: rgba(0, 0, 0, 0.615);
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: absolute;
  z-index: -1;
  width: 100%;
  backdrop-filter: blur(5.5px);
  -webkit-backdrop-filter: blur(5.5px); }

.modal__content {
  background: rgba(255, 255, 255, 0.779);
  left: 50%;
  padding: 2.255em;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 61.5%;
  max-width: 820px;
  max-height: 100vh;
  overflow: scroll;
  border-radius: 18px;
  box-shadow: 0 10px 15px -15px;
  backdrop-filter: blur(5.5px);
  -webkit-backdrop-filter: blur(5.5px); }
  @media screen and (max-width: 768px) {
    .modal__content {
      width: 95%;
      padding: 1.64em; } }
  .modal__content > .__body {
    display: flex;
    flex-wrap: wrap;
    column-gap: 51.25px;
    margin-top: 2.05em; }
    @media screen and (max-width: 768px) {
      .modal__content > .__body {
        margin-top: 1em; } }
    .modal__content > .__body > .___side {
      width: 8.2em;
      height: 8.2em;
      border-radius: 8.2em;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .modal__content > .__body > .___side {
          display: none; } }
    .modal__content > .__body > .___main {
      flex: 1; }
      @media screen and (max-width: 768px) {
        .modal__content > .__body > .___main {
          min-width: 100%; } }
      .modal__content > .__body > .___main .name_wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: .5em; }
        .modal__content > .__body > .___main .name_wrapper h5 {
          font-size: 1.3325em; }
        .modal__content > .__body > .___main .name_wrapper ul {
          display: flex;
          align-items: center;
          flex-wrap: wrap;
          gap: 5px; }
          .modal__content > .__body > .___main .name_wrapper ul > li {
            padding: 6px 10px;
            border: solid 1px #ddd;
            border-radius: 3px;
            background: #ffffff;
            color: #444;
            line-height: 1;
            font-size: .85em; }
      .modal__content > .__body > .___main a.button {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 3.69em;
        margin-top: 1.64em;
        border-radius: 7px;
        overflow: hidden;
        background: #ffffff;
        transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
        -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
        .modal__content > .__body > .___main a.button:hover {
          background: #f7f7f7;
          transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
          -o-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
          -moz-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
          -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }

/* ------------------
   #Page お問い合わせ
------------------ */
.formWrap {
  position: relative;
  z-index: 15; }
  .formWrap .itemHead {
    border-bottom: solid 1px #eee;
    padding-bottom: 3.075em;
    margin-bottom: 2.05em; }
    .formWrap .itemHead .announce p.must {
      display: flex;
      align-items: center;
      margin-top: .82em; }
      .formWrap .itemHead .announce p.must::before {
        content: '';
        display: block;
        width: .5em;
        height: .5em;
        border-radius: 1em;
        background: #e41f1f;
        margin-right: .205em; }
  .formWrap .itemBody .must::after {
    content: '';
    display: inline-block;
    width: .5em;
    height: .5em;
    border-radius: 1em;
    background: #e41f1f;
    vertical-align: super;
    margin-left: .41em; }

ul.listDocForm {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 12); }
  @media screen and (max-width: 768px) {
    ul.listDocForm {
      gap: calc(8.5em / 12); } }
  ul.listDocForm li.hidden {
    display: none; }
  ul.listDocForm li:last-child {
    margin-bottom: 0; }

dl.listDocForm {
  display: flex;
  flex-direction: column;
  gap: calc(8.5em / 32);
  flex-wrap: wrap; }
  dl.listDocForm dt {
    width: 100%;
    font-weight: 600;
    font-size: 13px; }
    dl.listDocForm dt small {
      font-size: 11px;
      color: #e04645; }
  dl.listDocForm dd {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: calc(8.5em / 24);
    width: 100%;
    margin-top: 3px; }
    @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; }

.mw_wp_form span.mwform-checkbox-field {
  position: relative;
  z-index: 15;
  margin: 0 !important; }
  .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 #aaaaaa;
    background: #ffffff;
    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 #aaaaaa; }
    .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: #0169b8;
      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 #aaaaaa;
    background: #ffffff;
    padding: 8px 18px 8px 44px;
    border-radius: 5px; }
    .mw_wp_form span.mwform-radio-field span.mwform-radio-field-text::before {
      content: '';
      position: absolute;
      left: 12px;
      top: calc(50% - 10px);
      display: block;
      width: 20px;
      height: 20px;
      border-radius: 20px;
      background: #ffffff;
      border: solid 1px #aaaaaa; }
    .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: #0169b8;
      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;
  min-height: 2.87em;
  border: solid 1px #aaaaaa;
  background: #ffffff;
  border-radius: 0;
  line-height: 1.5;
  color: #0c1e29;
  font-size: 16px;
  border-radius: 6px;
  -webkit-appearance: none;
  appearance: none; }
.mw_wp_form select {
  width: 100%;
  height: auto;
  border: solid 1px #aaaaaa;
  background: #ffffff;
  border-radius: 0;
  line-height: 1.5;
  color: #0c1e29;
  font-size: 16px;
  border-radius: 6px; }
.mw_wp_form input[type="text"], .mw_wp_form textarea {
  padding: 0 .82em; }
.mw_wp_form select {
  position: relative;
  z-index: 15;
  padding: 0 .82em; }
  .mw_wp_form select::after {
    content: '';
    position: absolute;
    right: .82em;
    top: calc(50% - .5em);
    display: block;
    width: 1em;
    height: 1em;
    background: url(images/icn-arrow-p.svg);
    background-size: cover; }
.mw_wp_form input[type="radio"] + span {
  color: #252525; }
.mw_wp_form input[type="text"]#namehead, .mw_wp_form input[type="text"]#kanahead {
  flex: 1; }
.mw_wp_form input[type="text"]#namebody, .mw_wp_form input[type="text"]#kanabody {
  flex: 1; }
.mw_wp_form input[type="text"]#postcode {
  width: 10em; }
.mw_wp_form input[type="text"]#address1, .mw_wp_form input[type="text"]#address2 {
  flex: 1;
  margin-right: 1em; }
.mw_wp_form input[type="text"]#address3 {
  flex: 2; }
.mw_wp_form input[type="text"]#old {
  width: 10em;
  margin-right: 1em; }
.mw_wp_form input[type="text"]#date2, .mw_wp_form input[type="text"]#date3 {
  margin-top: 1em; }
.mw_wp_form input[type="text"]#year, .mw_wp_form input[type="text"]#month, .mw_wp_form input[type="text"]#date {
  width: 8.2em; }
  .mw_wp_form input[type="text"]#year + span, .mw_wp_form input[type="text"]#month + span, .mw_wp_form input[type="text"]#date + span {
    margin: 0 .82em 0 .41em; }
.mw_wp_form input[type="text"].address {
  margin-top: 7px; }
.mw_wp_form select {
  height: 2.87em; }
.mw_wp_form label {
  /*line-height: 4em;*/ }
.mw_wp_form input[type="text"]:focus, .mw_wp_form textarea:focus, .mw_wp_form select:focus {
  outline: none;
  border: solid 1px #a0a0a0; }
.mw_wp_form input[type="submit"] {
  width: 100%;
  max-width: 18rem;
  height: 4em;
  border: none;
  font-weight: bold;
  text-align: center;
  line-height: 4em;
  font-size: 1em;
  background: #000a05;
  color: #ffffff;
  position: relative;
  margin: 0 auto;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
  @media screen and (max-width: 768px) {
    .mw_wp_form input[type="submit"] {
      height: 4em;
      line-height: 4em; } }
  .mw_wp_form input[type="submit"]:hover {
    background: #0b0f15;
    transition: cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s; }
.mw_wp_form.mw_wp_form_confirm ul.listDocForm li.entryBtnWrap {
  display: flex; }
  .mw_wp_form.mw_wp_form_confirm ul.listDocForm li.entryBtnWrap input[type="submit"].back {
    order: 1;
    background: #252525; }
.mw_wp_form.mw_wp_form_confirm dl.listDocForm dd {
  align-items: center;
  min-height: 2.87em;
  padding: 0 1.23em;
  background: #f7f7f7;
  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; }

/* ------------------
   #Page よくあるご質問
------------------ */
dl.listFAQ {
  margin-top: 3em; }
  @media screen and (max-width: 768px) {
    dl.listFAQ {
      margin-top: 2.5em; } }
  dl.listFAQ dt {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 768px) {
      dl.listFAQ dt {
        font-size: 1em; } }
    dl.listFAQ dt::before {
      content: 'Q';
      display: flex;
      align-items: center;
      justify-content: center;
      width: 3.075em;
      height: 3.075em;
      border-radius: 14px;
      background: #aaa;
      font-weight: bold; }
    dl.listFAQ dt span {
      display: block;
      width: calc(100% - 3.075em);
      padding-left: 1.23em;
      color: #18270b; }
  dl.listFAQ dd {
    display: flex;
    align-items: center;
    margin-top: 1em; }
    @media screen and (max-width: 768px) {
      dl.listFAQ dd {
        line-height: 1.8; } }
    dl.listFAQ dd::before {
      content: 'A';
      display: flex;
      align-items: center;
      justify-content: center;
      width: 3.075em;
      height: 3.075em;
      border-radius: 14px;
      background: linear-gradient(180deg, #0169b8 50%, #115177);
      color: #fff;
      font-weight: bold; }
    dl.listFAQ dd p {
      width: calc(100% - 3.075em);
      padding-left: 1.23em;
      font-weight: bold; }
  dl.listFAQ ~ dl.listPrivacy {
    margin-top: 4em; }

/* ------------------
   #Page 採用情報
------------------ */
.recruit_main {
  position: relative;
  z-index: 15;
  min-height: 100vh;
  padding: 14.35em 0 18.3em; }
  @media screen and (max-width: 768px) {
    .recruit_main {
      padding: 10.8em 0 12.3em; } }
  .recruit_main::after {
    content: '';
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(0deg, #000, transparent);
    opacity: .35;
    pointer-events: none; }
  .recruit_main .bg_wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5; }
  .recruit_main .wrapper {
    display: block;
    width: 70%;
    max-width: 48em;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .recruit_main .wrapper {
        width: 75%; } }
    .recruit_main .wrapper * {
      text-align: center;
      color: #d6d6d6; }
  .recruit_main h1 {
    font-weight: 500;
    font-size: 4.51em; }
    @media screen and (max-width: 768px) {
      .recruit_main h1 {
        font-size: 2.46em; } }
    .recruit_main h1 + .box {
      margin-top: 2.05em; }
  .recruit_main h2 {
    margin-top: 6.15em; }
    .recruit_main h2 span {
      font-size: 1.23em; }
    .recruit_main h2 + .box {
      margin-top: 2.05em; }
      @media screen and (max-width: 768px) {
        .recruit_main h2 + .box {
          width: calc(100% + 15vw);
          margin-left: -7.5vw; } }
  .recruit_main p {
    font-size: 1.1275em;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .recruit_main p {
        font-size: 1em;
        text-align: left !important; } }
    .recruit_main p ~ p {
      margin-top: 2.05em; }
      @media screen and (max-width: 768px) {
        .recruit_main p ~ p {
          margin-top: 1.64em; } }

ul.listLG {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -.82em; }
  ul.listLG * {
    text-align: center; }
  ul.listLG li {
    width: calc(50% - .41em);
    margin-bottom: .82em;
    padding: 3.075em 1.23em;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 8px 16px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(5.5px);
    -webkit-backdrop-filter: blur(5.5px);
    border-radius: 8.2px;
    border: 1px solid rgba(255, 255, 255, 0.18); }
    @media screen and (max-width: 768px) {
      ul.listLG li {
        background: rgba(255, 255, 255, 0.1);
        padding: 2.075em 1.175em; } }
  ul.listLG::after {
    display: none; }

dl.listLG dt span {
  font-weight: bold;
  font-size: 1.125em; }
  @media screen and (max-width: 768px) {
    dl.listLG dt span {
      font-size: 1.05em; } }
dl.listLG dd {
  margin-top: .82em; }
  @media screen and (max-width: 768px) {
    dl.listLG dd {
      margin-top: .41em; } }

ul.listLGBtn {
  margin-top: 8.2em; }
  @media screen and (max-width: 768px) {
    ul.listLGBtn {
      width: calc(100% + 10vw);
      margin-left: -5vw;
      margin-top: 6.15em; } }
  ul.listLGBtn li ~ li {
    margin-top: .82em; }
  ul.listLGBtn a.btn {
    max-width: 100%;
    justify-content: space-between;
    font-size: 1.435em;
    padding: 1.23em 3.075em; }
    @media screen and (max-width: 768px) {
      ul.listLGBtn a.btn {
        font-size: 1.23em;
        padding: .82em 2.05em; } }
    ul.listLGBtn a.btn > span.txt span {
      text-align: left;
      display: block;
      font-weight: bold; }
      ul.listLGBtn a.btn > span.txt span.en {
        opacity: .5;
        font-size: .85em; }

/* ------------------
   #Page 採用情報[新卒採用]
------------------ */
ul.listLogos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly; }
  @media screen and (max-width: 768px) {
    ul.listLogos li {
      padding: .41em .82em; } }
  ul.listLogos li img {
    width: auto;
    height: 2.87em; }
    @media screen and (max-width: 768px) {
      ul.listLogos li img {
        height: 2.05em; } }
  ul.listLogos::after {
    display: none; }

.contact_box {
  background: #0169b8;
  padding: 2.05em .82em; }
  .contact_box > p {
    display: block;
    margin-bottom: .82em;
    text-align: center;
    font-weight: bold;
    color: #ffffff; }

/* ------------------
   #Page 採用情報[ポテンシャル採用(第二新卒)]
------------------ */
/* ------------------
   #Page 動画アーカイブ
------------------ */
/* ------------------
   #Page 応募フォーム
------------------ */
/* ------------------
   #Page プライバシーポリシー
------------------ */
dl.listPrivacy {
  margin-top: 3em; }
  @media screen and (max-width: 768px) {
    dl.listPrivacy {
      margin-top: 2.5em; } }
  dl.listPrivacy dt {
    font-size: 1.1em;
    font-weight: bold;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 768px) {
      dl.listPrivacy dt {
        font-size: 1.2em; } }
    dl.listPrivacy dt::before {
      content: '';
      display: block;
      width: 0.205em;
      height: 1.5em;
      background: linear-gradient(180deg, #f7320e 50%, #ff8501); }
    dl.listPrivacy dt span {
      padding-left: .82em;
      display: block;
      font-weight: bold;
      line-height: 1.2;
      color: #18270b; }
  dl.listPrivacy dd {
    margin-top: 1em;
    font-size: .9em;
    line-height: 2.1; }
    @media screen and (max-width: 768px) {
      dl.listPrivacy dd {
        line-height: 1.8; } }
  dl.listPrivacy ~ dl.listPrivacy {
    margin-top: 4em; }

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

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

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

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

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

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

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

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

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

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

  header.pageHeader {
    height: 31.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

.anker_wrapper {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% / 16 * 14);
  max-width: calc(1680px * .9);
  margin: 0 auto;
  padding: 5.125em 0 8.2em; }
  @media screen and (max-width: 768px) {
    .anker_wrapper {
      padding: 1em 0 3.28em;
      overflow: hidden; } }
  .anker_wrapper > ._side {
    width: 180px; }
    @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;
        margin: 1em 0;
        padding: 1.435em 1em 1em;
        background: #f5f5f5;
        border: solid 1px #e5e5e5;
        border-radius: 8px;
        text-align: center; } }
    .anker_wrapper > ._side .sticky {
      top: 10.25em; }
      .anker_wrapper > ._side .sticky > p {
        font-size: 1.3325em;
        line-height: 1.435; }
      .anker_wrapper > ._side .sticky > span {
        font-size: .8em;
        line-height: 1.435; }
        @media screen and (max-width: 768px) {
          .anker_wrapper > ._side .sticky > span {
            display: none; } }
      .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; } }
        @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 #e5e5e5;
              border-radius: 4px; } }
          .anker_wrapper > ._side .sticky > ul._anker li a::before {
            content: '';
            display: block;
            width: 8px;
            height: 8px;
            border-radius: 8px;
            background: #0169b8;
            margin-right: 12px; }
          .anker_wrapper > ._side .sticky > ul._anker li a span {
            font-size: .85em; }
        @media screen and (max-width: 768px) {
          .anker_wrapper > ._side .sticky > ul._anker li ~ li {
            margin-top: 3px; } }
        @media screen and (max-width: 768px) {
          .anker_wrapper > ._side .sticky > ul._anker li.active a {
            background: #0169b8; } }
        .anker_wrapper > ._side .sticky > ul._anker li.active a span {
          color: #0169b8; }
          @media screen and (max-width: 768px) {
            .anker_wrapper > ._side .sticky > ul._anker li.active a span {
              color: #ffffff; } }
      .anker_wrapper > ._side .sticky .searchandfilter {
        margin-top: 1.64em; }
        @media screen and (max-width: 768px) {
          .anker_wrapper > ._side .sticky .searchandfilter {
            margin-top: 1em; } }
  .anker_wrapper > ._main {
    width: calc(100% - 180px); }
    @media screen and (max-width: 768px) {
      .anker_wrapper > ._main {
        width: 100%; } }

.jobArchive {
  position: relative;
  z-index: 15; }
  .jobArchive 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: 5em;
    font-size: .85em;
    font-weight: 600;
    opacity: .41; }
    @media screen and (max-width: 768px) {
      .jobArchive span.pagetag {
        line-height: calc(100vw / 16);
        font-size: .6em;
        opacity: .205; } }
    .jobArchive span.pagetag.serif {
      font-weight: 400; }
  .jobArchive .main_wrapper {
    padding: 0 80px;
    background: #ffffff; }
    @media screen and (max-width: 768px) {
      .jobArchive .main_wrapper {
        padding: 0; } }
  .jobArchive .root_wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto; }
    .jobArchive .root_wrapper > h1 {
      margin-bottom: 1rem;
      font-size: 3.69em;
      line-height: 1.5; }
      @media screen and (max-width: 768px) {
        .jobArchive .root_wrapper > h1 {
          font-size: 2.46em; } }
    .jobArchive .root_wrapper .root_lead > p {
      font-size: 1.3325em;
      line-height: 1.64; }
      @media screen and (max-width: 768px) {
        .jobArchive .root_wrapper .root_lead > p {
          font-size: 1.1275em; } }
      .jobArchive .root_wrapper .root_lead > p span.count {
        font-weight: 600; }
    .jobArchive .root_wrapper .root_lead dl._lead dt {
      font-weight: 600;
      font-size: 1.64em; }
      @media screen and (max-width: 768px) {
        .jobArchive .root_wrapper .root_lead dl._lead dt {
          font-size: 1.435em; } }
      .jobArchive .root_wrapper .root_lead dl._lead dt + dd {
        margin-top: 1em; }
    .jobArchive .root_wrapper .root_lead dl._lead dd {
      max-width: 41em;
      line-height: 1.8; }
    .jobArchive .root_wrapper .root_lead ._img {
      margin: 0 auto;
      margin-top: 2.05em;
      width: 100%;
      max-width: 960px; }
    .jobArchive .root_wrapper .root_nav {
      margin-top: 1.845em; }
      .jobArchive .root_wrapper .root_nav ul {
        display: flex;
        flex-wrap: wrap; }
        @media screen and (max-width: 768px) {
          .jobArchive .root_wrapper .root_nav ul {
            justify-content: space-between; } }
        .jobArchive .root_wrapper .root_nav ul li {
          position: relative;
          z-index: 15;
          width: calc((100% / 4) - (7px * 3 / 4));
          margin-right: 7px;
          border-bottom: solid 1px #0c1e29; }
          @media screen and (max-width: 768px) {
            .jobArchive .root_wrapper .root_nav ul li {
              width: calc((100% / 2) - (15px / 2));
              margin-right: 0; } }
          .jobArchive .root_wrapper .root_nav ul li::before {
            content: '';
            position: absolute;
            right: 0;
            bottom: -1px;
            z-index: 5;
            display: block;
            width: 0;
            height: 3px;
            background: #0169b8;
            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; }
          .jobArchive .root_wrapper .root_nav ul li.active::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; }
          .jobArchive .root_wrapper .root_nav ul li: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; }
          .jobArchive .root_wrapper .root_nav ul li:last-child {
            margin-right: 0; }
          .jobArchive .root_wrapper .root_nav ul li a {
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 3.28em;
            text-align: center; }
            @media screen and (max-width: 768px) {
              .jobArchive .root_wrapper .root_nav ul li a {
                justify-content: flex-start; } }
            .jobArchive .root_wrapper .root_nav ul li a > span.num {
              margin-right: 7px;
              color: #fbf2f2; }
              @media screen and (max-width: 768px) {
                .jobArchive .root_wrapper .root_nav ul li a > span.num {
                  margin-right: 4px; } }
    .jobArchive .root_wrapper .root_content {
      margin-top: 2.87em; }
      @media screen and (max-width: 768px) {
        .jobArchive .root_wrapper .root_content {
          margin-top: 32.8px; } }
      .jobArchive .root_wrapper .root_content > ._block {
        display: block; }
        .jobArchive .root_wrapper .root_content > ._block ~ ._block {
          margin-top: 10.25em;
          padding-top: 3.28em;
          border-top: solid 1px #e5e5e5; }
          @media screen and (max-width: 768px) {
            .jobArchive .root_wrapper .root_content > ._block ~ ._block {
              margin-top: 45.1px; } }
        .jobArchive .root_wrapper .root_content > ._block + ._interview {
          margin-top: 4.51em; }
          @media screen and (max-width: 768px) {
            .jobArchive .root_wrapper .root_content > ._block + ._interview {
              margin-top: 45.1px; } }
        .jobArchive .root_wrapper .root_content > ._block:nth-child(2n) > ._img {
          order: 1; }
          @media screen and (max-width: 768px) {
            .jobArchive .root_wrapper .root_content > ._block:nth-child(2n) > ._img {
              order: initial; } }
      @media screen and (max-width: 768px) {
        .jobArchive .root_wrapper .root_content > ._interview {
          width: calc(100% + 6vw);
          margin-left: -3vw;
          margin-right: -3vw; } }
      .jobArchive .root_wrapper .root_content > ._interview > ._head {
        padding: 0 80px; }
        @media screen and (max-width: 768px) {
          .jobArchive .root_wrapper .root_content > ._interview > ._head {
            padding: 9vw 9vw 6vw;
            background: #f5f5f5; } }
        .jobArchive .root_wrapper .root_content > ._interview > ._head dl dt {
          font-size: 1.5525em;
          font-weight: bold; }
          .jobArchive .root_wrapper .root_content > ._interview > ._head dl dt + dd {
            margin-top: 1em; }
        .jobArchive .root_wrapper .root_content > ._interview > ._head dl dd {
          line-height: 1.8; }
      .jobArchive .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) {
          .jobArchive .root_wrapper .root_content > ._interview > ._body {
            padding: 0 9vw;
            padding-bottom: 9vw;
            margin-top: 0;
            background: #f5f5f5; } }
        .jobArchive .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; }
        .jobArchive .root_wrapper .root_content > ._interview > ._body > .__item {
          width: calc(50% - 20px); }
          @media screen and (max-width: 768px) {
            .jobArchive .root_wrapper .root_content > ._interview > ._body > .__item {
              width: 100%; } }
          .jobArchive .root_wrapper .root_content > ._interview > ._body > .__item > ._txt {
            margin-top: 2.05em; }
            @media screen and (max-width: 768px) {
              .jobArchive .root_wrapper .root_content > ._interview > ._body > .__item > ._txt {
                margin-top: 1.64em; } }
            .jobArchive .root_wrapper .root_content > ._interview > ._body > .__item > ._txt > p {
              color: #0169b8;
              font-weight: 600;
              line-height: 1.435;
              font-size: 1.435em; }
              @media screen and (max-width: 768px) {
                .jobArchive .root_wrapper .root_content > ._interview > ._body > .__item > ._txt > p {
                  font-size: 1.3325em; } }
            .jobArchive .root_wrapper .root_content > ._interview > ._body > .__item > ._txt dl {
              display: flex;
              align-items: baseline;
              margin-top: .41em; }
              .jobArchive .root_wrapper .root_content > ._interview > ._body > .__item > ._txt dl dt {
                font-size: 1.23em;
                font-weight: 600; }
              .jobArchive .root_wrapper .root_content > ._interview > ._body > .__item > ._txt dl dd {
                margin-left: 7px;
                color: #fbf2f2; }
          @media screen and (max-width: 768px) {
            .jobArchive .root_wrapper .root_content > ._interview > ._body > .__item ~ .__item {
              margin-top: 6vw; } }
      .jobArchive .root_wrapper .root_content > ._interview a.arrow {
        margin-top: 1em; }
    .jobArchive .root_wrapper .next_content {
      position: relative;
      z-index: 15;
      display: block;
      padding: 4.51em 41px;
      margin-top: 6.15em;
      border-top: solid 1px #e5e5e5;
      border-bottom: solid 1px #e5e5e5; }
      .jobArchive .root_wrapper .next_content::before {
        content: '';
        position: absolute;
        right: 0;
        bottom: 100%;
        display: block;
        width: 0px;
        height: 1px;
        background: #0169b8;
        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; }
      .jobArchive .root_wrapper .next_content::after {
        content: '';
        position: absolute;
        right: 0;
        top: 100%;
        display: block;
        width: 0px;
        height: 1px;
        background: #0169b8;
        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; }
      .jobArchive .root_wrapper .next_content > span {
        display: block;
        font-size: .8em;
        color: #fbf2f2; }
      .jobArchive .root_wrapper .next_content > .title {
        display: flex;
        align-items: baseline; }
        .jobArchive .root_wrapper .next_content > .title p {
          font-size: 1.23em; }
        .jobArchive .root_wrapper .next_content > .title span {
          margin-left: 20px;
          font-size: .85em;
          color: #fbf2f2; }
      .jobArchive .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; }
      .jobArchive .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; }
  .jobArchive .content_head {
    width: calc(100% +  (80px * 2));
    margin-left: -80px;
    margin-right: -80px; }
    @media screen and (max-width: 768px) {
      .jobArchive .content_head {
        width: calc(100% +  (6vw * 2));
        margin-left: -6vw;
        margin-right: -6vw; } }
    @media screen and (max-width: 768px) {
      .jobArchive .content_head .aspect.aspect35 {
        padding-top: 61.4%; } }
  .jobArchive .content_wrapper {
    position: relative;
    z-index: 20;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 82px 80px; }
    @media screen and (max-width: 768px) {
      .jobArchive .content_wrapper {
        padding: 41px 0; } }
    .jobArchive .content_wrapper.staff {
      margin-top: -41px;
      background: #ffffff; }
      @media screen and (max-width: 768px) {
        .jobArchive .content_wrapper.staff {
          margin-top: -2.5vw; } }

.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 {
    			/*
    		 overflow: scroll;
       white-space: nowrap;
    			*/ } }
.searchandfilter ul li {
  padding: 0; }
  @media screen and (max-width: 768px) {
    .searchandfilter ul li {
      /*
      display: inline-block;
      margin-right: .615em;
      */ } }
  .searchandfilter ul li ~ li {
    margin-top: .82em; }
.searchandfilter input {
  font-size: 16px;
  border: solid 1px #dddddd;
  border-radius: 6px;
  padding: .205em .615em;
  height: initial;
  min-height: 2.665em;
  min-width: 170px; }
  .searchandfilter input[value="検索"] {
    background: #0169b8;
    color: #ffffff; }
  .searchandfilter input[value="リセット"] {
    color: #aaa; }
.searchandfilter select {
  font-size: 16px;
  border: solid 1px #dddddd;
  border-radius: 6px;
  padding: .205em .615em;
  height: initial;
  min-height: 2.665em; }
  @media screen and (max-width: 768px) {
    .searchandfilter select {
      background: #ffffff; } }

.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.435em;
    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 a._card > ._body ul.listJobPram {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 6px;
    margin-bottom: -4px;
    font-size: .8em; }
    .openJobWrap ul._list > li a._card > ._body ul.listJobPram > li {
      margin-right: 4px;
      margin-bottom: 4px; }
      .openJobWrap ul._list > li a._card > ._body ul.listJobPram > li span {
        display: block;
        padding: 2px 12px;
        border-radius: 3px;
        background: #ffffff;
        border: solid 1px #0169b8;
        color: #0169b8; }
  @media screen and (max-width: 768px) {
    .openJobWrap ul._list > li a._card > ._body p {
      line-height: 1.64; } }
.openJobWrap ul._list > li:hover a._card > ._head {
  border: solid 1px #0169b8;
  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: #0169b8;
  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; }

.job_posting {
  padding-top: calc(3.075em + 4.1em);
  background: #ffffff; }
  @media screen and (max-width: 768px) {
    .job_posting {
      padding-top: 15vw; } }

.job_post .root_content {
  margin-top: 4.1em; }
  @media screen and (max-width: 768px) {
    .job_post .root_content {
      margin-top: 2.46em; } }
  .job_post .root_content > ._block ~ ._block {
    margin-top: 3.28em; }
    @media screen and (max-width: 768px) {
      .job_post .root_content > ._block ~ ._block {
        margin-top: 2.05em; } }

header.post_head > h1 {
  font-size: 2.255em;
  line-height: 1.435; }
  @media screen and (max-width: 768px) {
    header.post_head > h1 {
      font-size: 1.64em; } }
header.post_head ul.listJobPram {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: -4px;
  font-size: .8em; }
  header.post_head ul.listJobPram > li {
    margin-right: 4px;
    margin-bottom: 4px; }
    header.post_head ul.listJobPram > li span {
      display: block;
      padding: 2px 12px;
      border-radius: 3px;
      background: #ffffff;
      border: solid 1px #0169b8;
      color: #0169b8; }
header.post_head + .catchWrap {
  margin-top: 2.46em;
  box-shadow: 0 5px 15px -15px;
  border: solid 1px transparent;
  border-radius: 12px;
  overflow: hidden;
  line-height: 0; }
  @media screen and (max-width: 768px) {
    header.post_head + .catchWrap {
      border-radius: 10px; } }

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 {
    line-height: 1.435; }
  dl.require_headline dt + dd {
    margin-top: 1em; }
dl.require_headline dd p {
  line-height: 1.64; }

._slide.lower-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 #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  padding: 2.05em 0; }
  @media screen and (max-width: 768px) {
    .requirements_wrapper ul._list {
      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; } }

h2.numTtl {
  display: flex;
  align-items: center;
  font-size: 1.64em;
  width: 100%; }
  @media screen and (max-width: 768px) {
    h2.numTtl {
      font-size: 1.435em; } }
  h2.numTtl::before {
    content: attr(data-num) "";
    display: block;
    margin-right: .615em;
    color: #0169b8;
    font-weight: 600; }
  h2.numTtl::after {
    content: '';
    flex-grow: 1;
    height: 2px;
    margin-left: 20px;
    background: linear-gradient(to right, #0169b8 40px, rgba(0, 0, 0, 0.1) 40px); }
    @media screen and (max-width: 768px) {
      h2.numTtl::after {
        margin-left: 17px; } }
  h2.numTtl + .box {
    margin-top: 1em;
    width: 100%; }
    @media screen and (max-width: 768px) {
      h2.numTtl + .box {
        margin-top: 1.64em; } }
  h2.numTtl + .slide {
    margin-top: 2.05em;
    width: 100%; }
    @media screen and (max-width: 768px) {
      h2.numTtl + .slide {
        margin-top: 1.64em; } }

.newgraduate_wrapper {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif !important; }
  .newgraduate_wrapper .secPage.basic .wrapper {
    padding: 85px 0; }
    .newgraduate_wrapper .secPage.basic .wrapper h3 {
      font-size: 1.64em;
      font-weight: normal;
      line-height: 1.5; }
      @media screen and (max-width: 768px) {
        .newgraduate_wrapper .secPage.basic .wrapper h3 {
          margin-top: 0;
          font-size: 1.435em; } }
      .newgraduate_wrapper .secPage.basic .wrapper h3 ~ h3 {
        margin-top: 2.05em; }
  .newgraduate_wrapper .jobtype_wrapper h3 + .box > span {
    display: block;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4); }
    .newgraduate_wrapper .jobtype_wrapper h3 + .box > span ~ span {
      margin-top: calc(85px / 2); }
  .newgraduate_wrapper .wanted_wrapper .box {
    padding: calc(85px / 1 * 3) calc(85px / 4 * 3) calc(85px / 1 * 2);
    background: url(images/newgraduate/wanted.jpg) center;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      .newgraduate_wrapper .wanted_wrapper .box {
        width: calc(100% + 15vw) !important;
        margin-left: -7.5vw;
        margin-right: -7.5vw;
        padding: calc(85px / 1 * 1) calc(85px / 8 * 3) calc(85px / 1 * 2); } }
    .newgraduate_wrapper .wanted_wrapper .box * {
      color: #ffffff; }
  .newgraduate_wrapper .wanted_wrapper dl > dt {
    text-align: center; }
    .newgraduate_wrapper .wanted_wrapper dl > dt p.lead {
      font-size: 2.255em; }
      @media screen and (max-width: 768px) {
        .newgraduate_wrapper .wanted_wrapper dl > dt p.lead {
          font-size: 2.05em; } }
    .newgraduate_wrapper .wanted_wrapper dl > dt p.sub {
      font-size: 1.23em; }
  .newgraduate_wrapper .wanted_wrapper dl > dd {
    margin-top: calc(85px / 2); }
    .newgraduate_wrapper .wanted_wrapper dl > dd > span {
      font-size: 13px; }
    .newgraduate_wrapper .wanted_wrapper dl > dd ul {
      padding: calc(85px / 4) 0;
      font-size: 1.075em;
      counter-reset: num; }
      .newgraduate_wrapper .wanted_wrapper dl > dd ul > li {
        display: flex;
        align-items: baseline;
        flex-wrap: wrap;
        column-gap: calc(85px / 4);
        padding: calc(85px / 4) 0;
        border-top: solid 0.5px rgba(255, 255, 255, 0.41); }
        @media screen and (max-width: 768px) {
          .newgraduate_wrapper .wanted_wrapper dl > dd ul > li {
            column-gap: calc(85px / 16 * 3);
            padding: calc(85px / 16 * 3) 0; } }
        .newgraduate_wrapper .wanted_wrapper dl > dd ul > li::before {
          counter-increment: num 1;
          content: counter(num);
          display: flex;
          align-items: center;
          justify-content: center;
          width: 2.255em;
          height: 2.255em;
          -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
          background: rgba(255, 255, 255, 0.205);
          border-radius: calc(85px / 16); }
        .newgraduate_wrapper .wanted_wrapper dl > dd ul > li p {
          flex: 1; }
        .newgraduate_wrapper .wanted_wrapper dl > dd ul > li ~ li {
          border-bottom: solid 0.5px rgba(255, 255, 255, 0.41); }
  .newgraduate_wrapper .guideline_wrapper ul.list {
    border-top: solid 1px #e5e5e5;
    border-left: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5; }
    @media screen and (max-width: 768px) {
      .newgraduate_wrapper .guideline_wrapper ul.list {
        width: calc(100% + 10vw) !important;
        margin-left: -5vw;
        margin-right: -5vw; } }
    .newgraduate_wrapper .guideline_wrapper ul.list > li {
      border-bottom: solid 1px #e5e5e5; }
      .newgraduate_wrapper .guideline_wrapper ul.list > li dl {
        display: flex;
        flex-wrap: wrap; }
        .newgraduate_wrapper .guideline_wrapper ul.list > li dl > dt {
          flex: 1;
          padding: calc(85px / 6) calc(85px / 4);
          background: #f9f9f9; }
          @media screen and (max-width: 768px) {
            .newgraduate_wrapper .guideline_wrapper ul.list > li dl > dt {
              padding: calc(85px / 12) calc(85px / 6); } }
        .newgraduate_wrapper .guideline_wrapper ul.list > li dl > dd {
          flex: 4;
          padding: calc(85px / 6) calc(85px / 4); }
          @media screen and (max-width: 768px) {
            .newgraduate_wrapper .guideline_wrapper ul.list > li dl > dd {
              padding: calc(85px / 12) calc(85px / 6); } }
  .newgraduate_wrapper .flow_wrapper ul.list {
    font-size: 1.075em; }
    @media screen and (max-width: 768px) {
      .newgraduate_wrapper .flow_wrapper ul.list {
        font-size: 1em; } }
    .newgraduate_wrapper .flow_wrapper ul.list > li {
      position: relative;
      z-index: 15;
      display: flex;
      align-items: baseline;
      column-gap: calc(85px / 4);
      padding: calc(85px / 16 * 6) calc(85px / 16 * 4); }
      @media screen and (max-width: 768px) {
        .newgraduate_wrapper .flow_wrapper ul.list > li {
          column-gap: calc(85px / 8);
          padding: calc(85px / 16 * 4) calc(85px / 16 * 4); } }
      .newgraduate_wrapper .flow_wrapper ul.list > li:nth-child(1) {
        background: rgba(1, 105, 185, 0.4); }
      .newgraduate_wrapper .flow_wrapper ul.list > li:nth-child(2) {
        background: rgba(1, 105, 185, 0.55); }
      .newgraduate_wrapper .flow_wrapper ul.list > li:nth-child(3) {
        background: rgba(1, 105, 185, 0.7); }
      .newgraduate_wrapper .flow_wrapper ul.list > li:nth-child(4) {
        background: rgba(1, 105, 185, 0.85); }
      .newgraduate_wrapper .flow_wrapper ul.list > li:nth-child(5) {
        z-index: 20;
        background: #0169b9;
        animation: wheezing 3s infinite; }
      .newgraduate_wrapper .flow_wrapper ul.list > li * {
        color: #ffffff; }
      .newgraduate_wrapper .flow_wrapper ul.list > li > span {
        display: block;
        min-width: 6em; }
        @media screen and (max-width: 768px) {
          .newgraduate_wrapper .flow_wrapper ul.list > li > span {
            min-width: 4.1em; } }
      .newgraduate_wrapper .flow_wrapper ul.list > li > p {
        font-size: 1.23em; }
        @media screen and (max-width: 768px) {
          .newgraduate_wrapper .flow_wrapper ul.list > li > p {
            font-size: 1.1275em; } }
@keyframes wheezing {
  0% {
    box-shadow: 0 0 0 #f1b32c; }
  100% {
    box-shadow: 0 12px 24px rgba(241, 179, 44, 0); } }
  .newgraduate_wrapper .schedule_wrapper ul.list {
    font-size: 1.075em; }
    @media screen and (max-width: 768px) {
      .newgraduate_wrapper .schedule_wrapper ul.list {
        font-size: 1em; } }
    .newgraduate_wrapper .schedule_wrapper ul.list > li {
      display: flex;
      flex-wrap: wrap;
      padding: calc(85px / 8 * 3) 0;
      border-bottom: solid 1px #e5e5e5; }
      @media screen and (max-width: 768px) {
        .newgraduate_wrapper .schedule_wrapper ul.list > li {
          padding: calc(85px / 8 * 2) 0; } }
      .newgraduate_wrapper .schedule_wrapper ul.list > li:first-child {
        padding-bottom: calc(85px / 8 * 2);
        border-bottom: none; }
      .newgraduate_wrapper .schedule_wrapper ul.list > li:first-child, .newgraduate_wrapper .schedule_wrapper ul.list > li:nth-child(2) {
        padding-top: 0; }
      .newgraduate_wrapper .schedule_wrapper ul.list > li.guide * {
        font-size: 12px;
        color: rgba(0, 0, 0, 0.4); }
      .newgraduate_wrapper .schedule_wrapper ul.list > li > span {
        flex: 1; }
      .newgraduate_wrapper .schedule_wrapper ul.list > li > dl {
        flex: 3; }
        .newgraduate_wrapper .schedule_wrapper ul.list > li > dl > dt {
          font-weight: 600;
          font-size: 1.23em; }
          @media screen and (max-width: 768px) {
            .newgraduate_wrapper .schedule_wrapper ul.list > li > dl > dt {
              font-size: 1.1275em; } }
          .newgraduate_wrapper .schedule_wrapper ul.list > li > dl > dt + dd {
            margin-top: calc(85px / 8 * 1); }
  .newgraduate_wrapper .faq_wrapper ul.list {
    font-size: 1.075em; }
    @media screen and (max-width: 768px) {
      .newgraduate_wrapper .faq_wrapper ul.list {
        width: calc(100% + 10vw) !important;
        margin-left: -5vw;
        margin-right: -5vw;
        font-size: 1em; } }
    .newgraduate_wrapper .faq_wrapper ul.list > li {
      padding: calc(85px / 16 * 6) calc(85px / 16 * 4);
      background: #f9f9f9;
      border-radius: calc(85px / 16);
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .newgraduate_wrapper .faq_wrapper ul.list > li {
          padding: calc(85px / 16 * 3) calc(85px / 16 * 4); } }
      .newgraduate_wrapper .faq_wrapper ul.list > li ~ li {
        margin-top: calc(85px / 16); }
      .newgraduate_wrapper .faq_wrapper ul.list > li dl > dt, .newgraduate_wrapper .faq_wrapper ul.list > li dl > dd {
        display: flex;
        align-items: baseline; }
        .newgraduate_wrapper .faq_wrapper ul.list > li dl > dt::before, .newgraduate_wrapper .faq_wrapper ul.list > li dl > dd::before {
          content: '';
          display: block;
          min-width: 6em;
          white-space: nowrap;
          font-size: .8em; }
      .newgraduate_wrapper .faq_wrapper ul.list > li dl > dt {
        font-weight: 600; }
        .newgraduate_wrapper .faq_wrapper ul.list > li dl > dt::before {
          content: 'Question';
          color: #0169b8; }
        .newgraduate_wrapper .faq_wrapper ul.list > li dl > dt + dd {
          margin-top: calc(85px / 32); }
      .newgraduate_wrapper .faq_wrapper ul.list > li dl > dd::before {
        content: 'Answer';
        color: rgba(0, 0, 0, 0.4); }
  .newgraduate_wrapper .root_form {
    position: relative;
    z-index: 15;
    background: url(images/newgraduate/backgroud.jpg);
    background-size: cover; }
    @media screen and (max-width: 768px) {
      .newgraduate_wrapper .root_form {
        width: calc(100% + 15vw) !important;
        margin-left: -7.5vw;
        margin-right: -7.5vw; } }
    .newgraduate_wrapper .root_form:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: #0c1e29;
      opacity: .328; }
    .newgraduate_wrapper .root_form * {
      color: #ffffff; }
    .newgraduate_wrapper .root_form dl {
      position: relative;
      z-index: 15;
      padding: 0 calc(85px / 4 * 3); }
      @media screen and (max-width: 768px) {
        .newgraduate_wrapper .root_form dl {
          padding: 0 calc(85px / 8 * 3); } }
      .newgraduate_wrapper .root_form dl > dt {
        font-size: 2.255em;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .newgraduate_wrapper .root_form dl > dt {
            font-size: 2.05em; } }
        .newgraduate_wrapper .root_form dl > dt::after {
          content: '';
          display: block;
          width: 246px;
          height: 10px;
          margin: 0 auto;
          margin-top: calc(85px / 8);
          margin-bottom: calc(85px / 2);
          background-size: auto auto;
          background-color: transparent;
          background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, #ffffff 5px, #ffffff 6px); }
      .newgraduate_wrapper .root_form dl > dd ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 0 auto;
        counter-reset: num; }
        .newgraduate_wrapper .root_form dl > dd ul > li {
          width: 50%;
          display: flex;
          align-items: center;
          column-gap: calc(85px / 4); }
          @media screen and (max-width: 768px) {
            .newgraduate_wrapper .root_form dl > dd ul > li {
              width: 100%; } }
          .newgraduate_wrapper .root_form dl > dd ul > li::before {
            counter-increment: num 1;
            content: counter(num);
            display: flex;
            align-items: center;
            justify-content: center;
            width: 2.255em;
            height: 2.255em;
            -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
            background: rgba(255, 255, 255, 0.205);
            border-radius: calc(85px / 16); }
          .newgraduate_wrapper .root_form dl > dd ul > li p {
            font-size: 1.23em; }
            @media screen and (max-width: 768px) {
              .newgraduate_wrapper .root_form dl > dd ul > li p {
                font-size: 1.64em; } }
          .newgraduate_wrapper .root_form dl > dd ul > li ~ li {
            margin-top: calc(85px / 16); }
      .newgraduate_wrapper .root_form dl > dd > p {
        margin-top: calc(85px / 4); }
