@charset "utf-8";
/******************************************************************
Theme Name: RESTA ver.2023
Theme URI: https://resta.jp/
Description: 無限の可能性へ。
Version: 1.0.0
Author: RESTA
Author URI: https://resta.jp/
******************************************************************/

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

.font-bebas-neue {
  font-family: 'Bebas Neue', cursive;
}

/*-------------------------------------------------------------
▼グリッドデザイン
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.area-full {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row:before,
.row:after {
  width: 0px;
}

.area {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media print,
screen and (min-width: 576px) {
  .area {
    max-width: 540px;
  }
}

@media print,
screen and (min-width: 768px) {
  .area-full {
    padding-right: 15px;
    padding-left: 15px;
  }

  .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .area {
    max-width: 720px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media print,
screen and (min-width: 992px) {
  .area {
    max-width: 960px;
  }
}

@media print,
screen and (min-width: 1200px) {
  .area {
    max-width: 1140px;
  }
}

.no-padding {
  margin-right: 0;
  margin-left: 0;
}

.no-padding>.grid,
.no-padding>[class*="grid-"] {
  padding-right: 0;
  padding-left: 0;
}

.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11,
.grid-12,
.grid,
.grid-auto,
.grid-s-1,
.grid-s-2,
.grid-s-3,
.grid-s-4,
.grid-s-5,
.grid-s-6,
.grid-s-7,
.grid-s-8,
.grid-s-9,
.grid-s-10,
.grid-s-11,
.grid-s-12,
.grid-s,
.grid-s-auto,
.grid-m-1,
.grid-m-2,
.grid-m-3,
.grid-m-4,
.grid-m-5,
.grid-m-6,
.grid-m-7,
.grid-m-8,
.grid-m-9,
.grid-m-10,
.grid-m-11,
.grid-m-12,
.grid-l-1,
.grid-l-2,
.grid-l-3,
.grid-l-4,
.grid-l-5,
.grid-l-6,
.grid-l-7,
.grid-l-8,
.grid-l-9,
.grid-l-10,
.grid-l-11,
.grid-l-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.grid {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.grid-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.grid-1 {
  -ms-flex: 0 0 8.3333%;
  flex: 0 0 8.3333%;
  max-width: 8.3333%;
}

.grid-2 {
  -ms-flex: 0 0 16.6666%;
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
}

.grid-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.grid-4 {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.grid-5 {
  -ms-flex: 0 0 41.6666%;
  flex: 0 0 41.6666%;
  max-width: 41.6666%;
}

.grid-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.grid-7 {
  -ms-flex: 0 0 58.3333%;
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}

.grid-8 {
  -ms-flex: 0 0 66.6666%;
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}

.grid-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.grid-10 {
  -ms-flex: 0 0 83.3333%;
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
}

.grid-11 {
  -ms-flex: 0 0 91.6666%;
  flex: 0 0 91.6666%;
  max-width: 91.6666%;
}

.grid-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.sort-first {
  -ms-flex-order: -1;
  order: -1;
}

.sort-last {
  -ms-flex-order: 13;
  order: 13;
}

.sort-0 {
  -ms-flex-order: 0;
  order: 0;
}

.sort-1 {
  -ms-flex-order: 1;
  order: 1;
}

.sort-2 {
  -ms-flex-order: 2;
  order: 2;
}

.sort-3 {
  -ms-flex-order: 3;
  order: 3;
}

.sort-4 {
  -ms-flex-order: 4;
  order: 4;
}

.sort-5 {
  -ms-flex-order: 5;
  order: 5;
}

.sort-6 {
  -ms-flex-order: 6;
  order: 6;
}

.sort-7 {
  -ms-flex-order: 7;
  order: 7;
}

.sort-8 {
  -ms-flex-order: 8;
  order: 8;
}

.sort-9 {
  -ms-flex-order: 9;
  order: 9;
}

.sort-10 {
  -ms-flex-order: 10;
  order: 10;
}

.sort-11 {
  -ms-flex-order: 11;
  order: 11;
}

.sort-12 {
  -ms-flex-order: 12;
  order: 12;
}

.space-0,
.space-1,
.space-2,
.space-3,
.space-4,
.space-5,
.space-6,
.space-7,
.space-8,
.space-9,
.space-10,
.space-11 {
  margin-left: 0;
}

@media print,
screen and (min-width: 576px) {
  .grid-s {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .grid-s-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .grid-s-1 {
    -ms-flex: 0 0 8.3333%;
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }

  .grid-s-2 {
    -ms-flex: 0 0 16.6666%;
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
  }

  .grid-s-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .grid-s-4 {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .grid-s-5 {
    -ms-flex: 0 0 41.6666%;
    flex: 0 0 41.6666%;
    max-width: 41.6666%;
  }

  .grid-s-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .grid-s-7 {
    -ms-flex: 0 0 58.3333%;
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }

  .grid-s-8 {
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }

  .grid-s-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .grid-s-10 {
    -ms-flex: 0 0 83.3333%;
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }

  .grid-s-11 {
    -ms-flex: 0 0 91.6666%;
    flex: 0 0 91.6666%;
    max-width: 91.6666%;
  }

  .grid-s-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sort-s-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .sort-s-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .sort-s-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .sort-s-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .sort-s-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .sort-s-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .sort-s-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .sort-s-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .sort-s-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .sort-s-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .sort-s-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .sort-s-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .sort-s-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .sort-s-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .sort-s-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}

@media print,
screen and (min-width: 768px) {

  .grid-1,
  .grid-2,
  .grid-3,
  .grid-4,
  .grid-5,
  .grid-6,
  .grid-7,
  .grid-8,
  .grid-9,
  .grid-10,
  .grid-11,
  .grid-12,
  .grid,
  .grid-auto,
  .grid-s-1,
  .grid-s-2,
  .grid-s-3,
  .grid-s-4,
  .grid-s-5,
  .grid-s-6,
  .grid-s-7,
  .grid-s-8,
  .grid-s-9,
  .grid-s-10,
  .grid-s-11,
  .grid-s-12,
  .grid-s,
  .grid-s-auto,
  .grid-m-1,
  .grid-m-2,
  .grid-m-3,
  .grid-m-4,
  .grid-m-5,
  .grid-m-6,
  .grid-m-7,
  .grid-m-8,
  .grid-m-9,
  .grid-m-10,
  .grid-m-11,
  .grid-m-12,
  .grid-l-1,
  .grid-l-2,
  .grid-l-3,
  .grid-l-4,
  .grid-l-5,
  .grid-l-6,
  .grid-l-7,
  .grid-l-8,
  .grid-l-9,
  .grid-l-10,
  .grid-l-11,
  .grid-l-12 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .grid-m {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .grid-m-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .grid-m-1 {
    -ms-flex: 0 0 8.3333%;
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }

  .grid-m-2 {
    -ms-flex: 0 0 16.6666%;
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
  }

  .grid-m-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .grid-m-4 {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .grid-m-5 {
    -ms-flex: 0 0 41.6666%;
    flex: 0 0 41.6666%;
    max-width: 41.6666%;
  }

  .grid-m-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .grid-m-7 {
    -ms-flex: 0 0 58.3333%;
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }

  .grid-m-8 {
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }

  .grid-m-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .grid-m-10 {
    -ms-flex: 0 0 83.3333%;
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }

  .grid-m-11 {
    -ms-flex: 0 0 91.6666%;
    flex: 0 0 91.6666%;
    max-width: 91.6666%;
  }

  .grid-m-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sort-m-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .sort-m-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .sort-m-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .sort-m-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .sort-m-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .sort-m-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .sort-m-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .sort-m-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .sort-m-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .sort-m-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .sort-m-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .sort-m-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .sort-m-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .sort-m-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .sort-m-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}

@media print,
screen and (min-width: 992px) {
  .grid-l {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .grid-l-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .grid-l-1 {
    -ms-flex: 0 0 8.3333%;
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }

  .grid-l-2 {
    -ms-flex: 0 0 16.6666%;
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
  }

  .grid-l-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .grid-l-4 {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .grid-l-5 {
    -ms-flex: 0 0 41.6666%;
    flex: 0 0 41.6666%;
    max-width: 41.6666%;
  }

  .grid-l-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .grid-l-7 {
    -ms-flex: 0 0 58.3333%;
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }

  .grid-l-8 {
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }

  .grid-l-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .grid-l-10 {
    -ms-flex: 0 0 83.3333%;
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }

  .grid-l-11 {
    -ms-flex: 0 0 91.6666%;
    flex: 0 0 91.6666%;
    max-width: 91.6666%;
  }

  .grid-l-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sort-l-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .sort-l-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .sort-l-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .sort-l-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .sort-l-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .sort-l-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .sort-l-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .sort-l-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .sort-l-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .sort-l-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .sort-l-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .sort-l-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .sort-l-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .sort-l-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .sort-l-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .space-1 {
    margin-left: 8.3333%;
  }

  .space-2 {
    margin-left: 16.6666%;
  }

  .space-3 {
    margin-left: 25%;
  }

  .space-4 {
    margin-left: 33.3333%;
  }

  .space-5 {
    margin-left: 41.6666%;
  }

  .space-6 {
    margin-left: 50%;
  }

  .space-7 {
    margin-left: 58.3333%;
  }

  .space-8 {
    margin-left: 66.6666%;
  }

  .space-9 {
    margin-left: 75%;
  }

  .space-10 {
    margin-left: 83.3333%;
  }

  .space-11 {
    margin-left: 91.6666%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media print,
screen and (min-width: 576px) {
  .d-s-none {
    display: none !important;
  }

  .d-s-inline {
    display: inline !important;
  }

  .d-s-inline-block {
    display: inline-block !important;
  }

  .d-s-block {
    display: block !important;
  }

  .d-s-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-s-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print,
screen and (min-width: 768px) {
  .d-m-none {
    display: none !important;
  }

  .d-m-inline {
    display: inline !important;
  }

  .d-m-inline-block {
    display: inline-block !important;
  }

  .d-m-block {
    display: block !important;
  }

  .d-m-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-m-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print,
screen and (min-width: 992px) {
  .d-l-none {
    display: none !important;
  }

  .d-l-inline {
    display: inline !important;
  }

  .d-l-inline-block {
    display: inline-block !important;
  }

  .d-l-block {
    display: block !important;
  }

  .d-l-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-l-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

/*-------------------------------------------------------------
▼基本設定
--------------------------------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: var(--black);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  word-wrap: break-word;
  overflow-x: hidden;
  position: relative;
  left: 0;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.image.fit {
  width: 100%;
  box-sizing: content-box;
}

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

figure {
  margin: 0;
}

iframe {
  width: 100%;
  height: 300px;
  border: none;
}

.entry-no-title {
  display: none;
}

a {
  color: var(--black);
  background: transparent;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

a:focus {
  outline: thin dotted;
}

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

a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover img {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7;
}

a:link,
a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -ms-word-wrap: break-word;
  /* -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3; */
  word-wrap: break-word;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: justify;
}

dd {
  margin: 0;
}

ol,
ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}

h1 {
  display: none;
}

h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  text-rendering: optimizelegibility;
  line-height: 1.4em;
  font-weight: 700;
  margin: 0;
}

h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}

.h-100 {
  height: 100%;
}

.l-flo {
  float: left;
}

.r-flo {
  float: right;
}

.clear-box {
  clear: both;
}

.text-left {
  text-align: justify;
}

.text-right {
  text-align: right;
}

.footer-text-right {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-just {
  text-align: justify;
}

.text-just-l {
  text-align-last: justify;
  -moz-text-align-last: justify;
}

.sp-left {
  text-align: justify;
}

.text70 {
  font-size: 70%;
}

.text80 {
  font-size: 80%;
}

.text90 {
  font-size: 90%;
}

.text100 {
  font-size: 100%;
}

.italic {
  font-style: italic;
}

.b {
  font-weight: 700;
}

.u {
  text-decoration: underline;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.documents {
  margin-top: 40px;
}

.documents-under {
  margin-bottom: 40px;
}

.documents.lg-h {
  margin-top: 40px;
}

.documents-under.lg-h {
  margin-bottom: 40px;
}

.mt120 {
  margin-top: 120px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.p0 {
  padding: 0;
}

.pc-none {
  display: block;
}

.sp-none {
  display: none;
}

@media print,
screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }

  .sp-left {
    text-align: center;
  }

  .documents.lg-h {
    margin-top: 60px;
  }

  .documents-under.lg-h {
    margin-bottom: 60px;
  }

  .pc-none {
    display: none;
  }

  .sp-none {
    display: block;
  }

  .footer-text-right {
    text-align: right;
  }

}

@media print,
screen and (min-width: 992px) {
  .documents.lg-h {
    margin-top: 80px;
  }

  .documents-under.lg-h {
    margin-bottom: 80px;
  }
}

/*-------------------------------------------------------------
▼トップに戻るボタン設定
--------------------------------------------------------------*/
#page-top {
  position: fixed;
  right: 10px;
  z-index: 8;
  cursor: pointer;
}

#page-top img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
}

@media print,
screen and (min-width: 768px) {
  #page-top {
    right: 20px;
  }

  #page-top img {
    height: 50px;
    width: 50px;
  }
}

/*-------------------------------------------------------------
▼カラー基本設定
--------------------------------------------------------------*/
:root {
  --black: #333;
  --red: #ff0000;
  --white: #fff;
}

.white {
  color: var(--white);
}

.red {
  color: var(--red);
}

/*-------------------------------------------------------------
▼パンくず設定
--------------------------------------------------------------*/
#breadcrumb {
  font-size: 60%;
  margin: 7px auto 0;
}

#breadcrumb ol {
  display: flex;
  align-items: center;
  max-width: calc(100%);
  overflow: auto;
  white-space: nowrap;
}

#breadcrumb ol li {
  margin-left: 0.5em;
}

#breadcrumb ol li:first-child {
  margin-left: 0;
}

#breadcrumb li a {
  text-decoration: none;
}

#breadcrumb ol li a::after {
  color: var(--black);
  content: "＞";
  display: inline-block;
  line-height: 1.7;
  margin-left: 5px;
}

#breadcrumb ol li a:hover {
  opacity: .5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

@media print,
screen and (min-width: 768px) {
  #breadcrumb {
    font-size: 70%;
    margin: 1em auto 0;
  }
}

/*--------------------------------------------------------------------
▼サイドバー幅固定設定
---------------------------------------------------------------------*/
.side-layout-main {
  padding: 0 15px;
  width: 100%;
}

.side-wrap {
  padding: 0 15px;
  width: 100%;
}

@media print,
screen and (min-width: 768px) {
  .side-layout-main {
    width: calc(100% - 235px);
    flex: 1;
    padding: 0 15px;
  }

  .side-wrap {
    width: 235px;
    padding: 0 15px;
  }

  .side-sticky {
    position: sticky;
    top: 20px;
  }
}

@media print,
screen and (min-width: 992px) {
  .side-layout-main {
    width: calc(100% - 285px);
  }

  .side-wrap {
    width: 285px;
  }
}

/*--------------------------------------------------------------------
▼プライバシー、サイトポリシー設定
---------------------------------------------------------------------*/
#policy ul li {
  position: relative;
  padding-left: 25px;
}

#policy ul li span {
  position: absolute;
  left: 0;
}

/*-------------------------------------------------------------
▼フォーム設定（基本）
--------------------------------------------------------------*/
button,
input[type="submit"] {
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
--gray03
input[type="text"],
input[type="email"],
input[type="url"] {
  display: block;
  padding: 10px 2%;
  font-size: 1em;
  color: var(--black);
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid var(--gray01);
}

textarea {
  display: block;
  padding: 10px 2%;
  font-size: 1em;
  color: var(--black);
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid var(--gray01);
  resize: vertical;
}

select {
  width: auto;
  border: 1px solid var(--gray01);
  padding: 10px 30px 10px 2%;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(./library/images/material/select-arrow.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
}

.asterisk {
  color: var(--red);
}

input[type="search"] {
  display: block;
  padding: 10px 2%;
  font-size: 16px;
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: calc(100% - 70px);
  height: 40px;
  line-height: 40px;
  border: 1px solid var(--gray01);
}

.searchform {
  display: flex;
  justify-content: space-between;
}

.searchform input[type="search"] {
  display: block;
  padding: 10px 2%;
  font-size: 16px;
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: calc(100% - 55px);
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  border: 1px solid var(--gray01);
}

.searchform button {
  height: 40px;
  width: 50px;
  cursor: pointer;
  position: relative;
  border: none;
  border-radius: 4px;
  background: var(--gray03);
}

.searchform button::before {
  content: " ";
  background-image: url(./library/images/icon/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 23px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

::placeholder {
  color: #ACACAC;
  font-size: 16px;
  letter-spacing: 0.1em;
}

/*-------------------------------------------------------------
▼404設定
--------------------------------------------------------------*/
#not-found,
#post-not-found {
  border: 1px solid var(--main);
  padding: 40px 20px;
  border-radius: 20px;
  background: aliceblue;
}

#not-found ul,
#post-not-found ul,
#post-not-found ul,
#post-not-found ul {
  list-style-type: disc;
  margin-left: 15px;
}

#not-found ul ::marker,
#post-not-found ul ::marker {
  color: var(--main);
}

#not-found ul li a,
#post-not-found ul li a,
#post-not-found ul li a,
#post-not-found ul li a {
  text-decoration: underline;
}

#not-found h2,
#post-not-found h2 {
  color: var(--main);
  font-size: 2em;
  line-height: 1.2;
}

#not-found h3,
#post-not-found h3 {
  border-bottom: 2px solid var(--gray01);
  color: var(--gray02);
  position: relative;
  padding-left: 25px;
  line-height: 1.2;
  padding-bottom: 5px;
}

#not-found h3::before,
#post-not-found h3::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: var(--gray02) transparent transparent transparent;
  position: absolute;
  left: 0;
  top: calc(50% - 2.5px);
  transform: translateY(-50%);
}

@media print,
screen and (min-width: 768px) {

  #not-found,
  #post-not-found {
    padding: 40px;
  }

  #not-found h2,
  #post-not-found h2 {
    font-size: 2.5em;
  }
}

/*--------------------------------------------------------------------
▼テーブル基本設定
---------------------------------------------------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
}

table.sp-block-table tr th,
table.sp-block-table tr td {
  display: block;
  width: 100%;
  text-align: left;
}

table.under-line-table tr {
  border-bottom: 1px solid var(--gray02);
}

table.under-line-table tr th {
  padding: 20px 0 0;
}

table.under-line-table tr td {
  padding: 5px 0 20px;
}

table.under-line-table tr:first-of-type th,
table.under-line-table tr:first-of-type td {
  padding-top: 0;
}

@media print,
screen and (min-width: 768px) {

  table.sp-block-table tr th,
  table.sp-block-table tr td {
    display: table-cell;
    width: auto;
  }

  table.under-line-table tr th {
    padding: 20px 15px 20px 0;
  }

  table.under-line-table tr td {
    padding: 20px 0;
  }

  table.under-line-table tr:first-of-type th,
  table.under-line-table tr:first-of-type td {
    padding-top: 0;
  }
}

/*****ここまではテーマの基本設定なのでなるべく変更不可*****/

/*☆☆☆☆☆☆☆☆☆☆☆  サイト用個別設定  ☆☆☆☆☆☆☆☆☆☆☆*/

/*-------------------------------------------------------------
▼フォント設定
--------------------------------------------------------------*/
body,
button,
input[type="submit"] {
  font-family: 'Noto Sans JP', 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "PT Sans", "Lucida Grande", sans-serif;
}

.noto-serif {
  font-family: 'Noto Serif JP', serif;
}

.san-serif {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", 游ゴシック, YuGothic, Meiryo, メイリオ, "PT Sans", "Lucida Grande", sans-serif;
}

.en {
  font-family: Arial, Helvetica, sans-serif;
}

/*-------------------------------------------------------------
▼カラー設定
--------------------------------------------------------------*/
:root {
  --main: #0D64A8;
  --sub: #4CCAE8;
  --accent: #E8B841;
  --gray01: #7A7A7A;
  --gray02: #F1F1F1;
  --gray03: #CEE0ED;
}

.main-color {
  color: var(--main);
}

.sub-color {
  color: var(--sub);
}

.main-color-bg {
  background-color: var(--main);
}

.accent-color-bg {
  background-color: var(--accent);
}

.gray-color {
  color: var(--gray01);
}

.gray-color-bg {
  background-color: var(--gray02);
}

.white-bg {
  background-color: var(--white);
}

.black {
  color: var(--black);
}


/*-------------------------------------------------------------
▼ヘッダー設定
--------------------------------------------------------------*/
html.open,
html.open body {
  overflow: hidden;
}

.header-inner,
.hamburger-btn {
  height: 60px;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hamburger-nav-wrap {
  display: block;
}

/* .global-nav-wrap ul {
  display: none !important;
} */

.logo img {
  height: 27px;
}

.hamburger-btn {
  cursor: pointer;
  width: 30px;
  background: transparent;
  border: none;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 11;
}

.hamburger-btn-inner {
  position: relative;
  display: block;
}

.hamburger-btn-line {
  display: block;
  position: absolute;
  height: 2px;
  width: 30px;
  background: var(--black);
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

.hamburger-btn-line:nth-child(1) {
  top: calc(50% + -11px);
}

.hamburger-btn-line:nth-child(2) {
  top: 50%;
}

.hamburger-btn-line:nth-child(3) {
  top: calc(50% + 11px);
}

.open .hamburger-btn-line:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}

.open .hamburger-btn-line:nth-child(2) {
  width: 0;
  left: 50%;
}

.open .hamburger-btn-line:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

.hamburger-nav {
  position: fixed;
  right: -769px;
  top: 0;
  z-index: 10;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: var(--white);
  height: 100%;
  box-shadow: -1px 0px 1px 1px rgba(0, 0, 0, 0.07);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.hamburger-nav::-webkit-scrollbar {
  display: none;
}

.hamburger-nav .logo {
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 15px;
}

.hamburger-nav-inner ul:not(.sub-menu) {
  padding: 0 15px 15px;
}

.hamburger-nav-inner a {
  display: block;
  padding: 15px 50px 15px 0;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  border-bottom: 1px solid var(--gray03);
}

.hamburger-nav-inner ul:not(.sub-menu) li {
  position: relative;
}

.hamburger-nav-inner .accordion_icon {
  display: block;
  transition: all .4s;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
  cursor: pointer;
  background: var(--main);
  margin: 5px 0;
}

.hamburger-nav-inner .accordion_icon::after {
  content: "";
  position: absolute;
  top: -2.5px;
  bottom: 0;
  right: 12.5px;
  width: 7px;
  height: 7px;
  margin: auto 5px;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.hamburger-nav-inner .accordion_icon.sp-menu-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
  top: 2.5px;
}

.hamburger-nav-inner .sub-menu {
  display: none;
}

.hamburger-nav-inner .sub-menu a {
  padding: 10px 10px 10px 20px;
  font-weight: normal;
  position: relative;
}

.hamburger-nav-inner .sub-menu a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--main);
  border-right: 2px solid var(--main);
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn-menu-pc {
  display: none;
}

ul.btn-menu {
  padding: 15px;
}

ul.btn-menu li {
  width: 100%;
}

.global-nav-wrap ul.btn-menu .main-btn {
  padding: 0;
}
ul.btn-menu li+li {
  margin-top: 10px;
}

ul.btn-menu li a {
  display: block;
  padding: 10px 15px 10px 40px;
}
ul.btn-menu li.link-btn a {
  padding: 0;
  text-align: center;
}
@media print,
screen and (min-width: 576px) {
  .hamburger-nav {
    width: 380px;
  }
}

@media print,
screen and (min-width: 768px) {}

@media print,
screen and (min-width: 992px) {}

@media print,
screen and (min-width: 1200px) {
  /* .hamburger-nav-wrap {
    display: none;
  } */

  .global-nav-wrap {
    display: block;
  }

  .header-inner {
    height: 80px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .header-inner .entry-btn {
    margin-right: 0;
  }

  .logo img {
    height: 30px;
  }

  /* .global-nav-wrap ul:not(.sub-menu) {
    display: flex !important;
  } */

  .btn-menu-pc {
    display: flex;
    align-items: center;
  }

  .global-nav-wrap .main-btn {
    padding: 0 40px;
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
  }

  .global-nav-wrap>ul li+li {
    margin-left: 20px;
  }

  .global-nav-wrap ul.sub-menu {
    display: none;
    /* position: absolute;
    top: 20px;
    right: 0; */
    z-index: 2;
    /* padding-top: 10px; */
  }

  .global-nav-wrap ul.sub-menu li {
    padding: 0;
  }

  .global-nav-wrap ul:not(.sub-menu) li:hover .sub-menu {
    /* display: block; */
    margin-left: 10px;
  }

  .global-nav-wrap ul.sub-menu li a {
    padding: 10px 10px 10px 20px;
    border-bottom: 1px dotted var(--gray03);
    display: block;
  }

  .global-nav-wrap ul.sub-menu li a:hover {
    background: var(--main);
    color: var(--white);
    opacity: 1;
  }

  .global-nav-wrap .main-btn a {
    font-size: 14px;
    width: 100%;
  }
}

@media print,
screen and (min-width: 1400px) {
  .header-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media print,
screen and (min-width: 1600px) {
  .global-nav-wrap .main-btn a {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------------
▼フッター設定
---------------------------------------------------------------------*/
.footer-logo a img {
  max-width: 300px;
  height: 30px;
}

.footer-inner .logo img {
  height: 80px;
}

.contact-area {
  background-image: url(./library/images/content/footer-contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.copyright {
  font-size: 12px;
  color: var(--gray01);
  margin-top: 50px;
}

#menu-footer-menu2 li {
  position: relative;
  padding-right: 20px;
}

#menu-footer-menu2 li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 12px;
  height: 10px;
  background-image: url('./library/images/icon/external-link.svg');
  background-repeat: no-repeat;
}

.recruit-info-box .description-box {
  padding: 10px;
  width: 84%;
  font-size: 10px;
}

.recruit-info-box .description-box h3 {
  position: relative;
  padding-left: 25px;
}

.recruit-info-box .description-box h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url('./library/images/icon/info.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

.recruit-info-area .recruit-info-bg {
  position: absolute;
  top: calc(50% + 20px);
  transform: translateY(-50%);
  z-index: -1;
  width: 100%;
  height: 100px;
}

@media print, screen and (min-width: 576px) {}

@media print, screen and (min-width: 768px) {
  .footer-menu .menu {
    display: flex;
  }
  .footer-menu .menu li {
    font-size: .8em;
    white-space: nowrap;
  }
  .footer-menu .menu li:not(:first-child) {
    margin-left: 13px;
  }

  .footer-menu-box {
    text-align: right;
  }

  .recruit-info-area .recruit-info-bg {
    height: 200px;
  }
  .recruit-info-box .description-box {
    padding: 10px 30px;
    font-size: 12px;
  }
  .recruit-info-box .description-box h3 {
    padding-left: 30px;
  }
  .recruit-info-box .description-box h3::before {
    width: 20px;
    height: 20px;
  }
}

@media print,screen and (min-width: 992px) {
  .footer-inner .logo img {
    height: 110px;
  }
  .recruit-info-area .recruit-info-bg {
    height: auto;
  }
}

@media print,
screen and (min-width: 1200px) {
  .footer-menu .menu li {
    font-size: .9em;
  }
  .footer-menu .menu li:not(:first-child) {
    margin-left: 26px;
  }
  .recruit-info-box .description-box {
    font-size: 15px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .recruit-info .description-box {
    width: 88%;
  }

  .recruit-info .description-box h3 {
    font-size: 1em;
  }
}

/*--------------------------------------------------------------------
▼ヘッドライン設定(全ページ共通で使用するタイトル)
---------------------------------------------------------------------*/
h2,
.h2 {
  font-size: 2.3em;
}

h3,
.h3 {
  font-size: 1.3em;
}

h4,
.h4 {
  font-size: 1.2em;
}

h5,
.h5 {
  font-size: 1em;
  text-transform: uppercase;
  /*大文字*/
}

.main-ttl {
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.main-ttl span {
  font-size: 16px;
  letter-spacing: 1px;
  display: block;
}

.main-ttl br {
  display: none;
}

@media print,
screen and (min-width: 576px) {}

@media print,
screen and (min-width: 768px) {

  h2,
  .h2 {
    font-size: 3.2em;
  }

  h3,
  .h3 {
    font-size: 1.5em;
  }

}

@media print,
screen and (min-width: 992px) {}

@media print,
screen and (min-width: 1200px) {}

/*--------------------------------------------------------------------
▼ボタン設定(全ページ共通で使用するボタン)
---------------------------------------------------------------------*/
.main-btn {
  background-color: var(--sub);
  color: var(--white);
  font-weight: bold;
  position: relative;
  transition: 0.3s ease-in-out;
  display: inline-block;
  border: none;
  padding: 10px 40px;
}

.main-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 15px;
  height: 1px;
  background-color: var(--white);
}

.main-btn.yellow {
  background-color: var(--accent);
}

.main-btn a {
  display: inline-block;
  color: var(--white);
  line-height: 1;
}

.main-btn:hover {
  opacity: .7;
}
.link-btn {
  border: 1px solid var(--gray03);
  position: relative;
  display: inline-block;
}
.link-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 15px;
  height: 1px;
  background-color: var(--gray03);
  z-index: 1;
}
@media print,
screen and (min-width: 576px) {}

@media print,
screen and (min-width: 768px) {}

@media print,
screen and (min-width: 992px) {}

@media print,
screen and (min-width: 1200px) {
.link-btn {
  box-sizing: border-box;
}
}

@media print,
screen and (min-width: 1400px) {}

/*--------------------------------------------------------------------
▼お問い合わせフォーム設定
---------------------------------------------------------------------*/
table.form {
  margin-top: -15px;
}

table.form tr th {
  vertical-align: text-top;
  padding: 20px 0 0;
}

.contact-btn-flex-box {
  display: flex;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}

.contact-btn-flex-box button {
  margin: 0 15px;
  padding: 10px 60px;
}

.contact-end-box {
  background-color: rgba(60, 87, 135, 0.2);
  padding: 60px 20px;
  border-radius: 20px;
}

.tel-box a {
  position: relative;
  font-size: 2em;
  font-weight: bold;
  padding-left: 30px;
}

.tel-box a::before {
  content: "";
  background-image: url(./library/images/icon/tel-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 29px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

table.form.sp-block-table tr th {
  color: var(--main);
}

table.form.sp-block-table tr td {
  border-bottom: 1px solid var(--gray06);
  padding-top: 20px;
  padding-bottom: 20px;
}

.contact-margin {
  margin-left: 10px;
  margin-right: 10px;
}

@media print,
screen and (min-width: 576px) {
  .contact-btn-flex-box button {
    font-size: inherit;
  }
}

@media print,
screen and (min-width: 768px) {
  table.form.sp-block-table tr th {
    padding: 40px 0;
    font-size: 20px;
    line-height: 1.2;
    width: 280px;
    border-bottom: 1px solid var(--blue);
  }

  table.form.sp-block-table tr td {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media print,
screen and (min-width: 992px) {}

@media print,
screen and (min-width: 1200px) {}

/*--------------------------------------------------------------------
▼テーブル設定
---------------------------------------------------------------------*/
.requirement-table {
  padding: 20px;
  font-size: 14px;
}

.requirement-table tr th,
.requirement-table tr td {
  display: block;
  width: 100%;
  text-align: left;
}

.requirement-table tr th {
  padding-top: 30px;
}

.requirement-table tr td {
  padding-top: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--gray03);
}

.requirement-table tr:last-child td {
  border: none;
}

@media print, screen and (min-width: 576px) {}

@media print, screen and (min-width: 768px) {
  .requirement-table {
    padding: 10px 60px;
  }

  .requirement-table tr {
    vertical-align: baseline;
  }

  .requirement-table tr th,
  .requirement-table tr td {
    display: table-cell;
    width: auto;
  }

  .requirement-table tr th {
    width: 20%;
    border-bottom: 1px solid var(--gray03);
    padding-top: 0;
  }

  .requirement-table tr:last-child th {
    border: none;
  }

  .requirement-table tr td {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media print, screen and (min-width: 992px) {}

@media print, screen and (min-width: 1200px) {}

/*--------------------------------------------------------------------
▼フロントページ設定（トップスライダー等トップページのみのデザイン設定）
---------------------------------------------------------------------*/
/*  front共通  */
.description-box {
  padding: 15px 30px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 0 8px 8px 0;
  position: absolute;
  bottom: 10px;
  left: 5px;
  box-shadow: 0 0 10px var(--gray01);
}
.description-box::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  border-right: 0px solid transparent;
  border-bottom: 10px solid #0D64A8;
  border-left: 10px solid transparent;
}
/*  mainvisual  */
.front-main-visual-text {
  width: 422px;
  position: absolute;
  top: 10px;
  left: 50px;
  font-size: 12px;
}

/*  person  */
.person {
  background-image: url('./library/images/content/person-bg.jpg');
  background-size: cover;
}

.person-title {
  display: flex;
  align-items: center;
  font-weight: normal;
}

.person-title span {
  font-size: 16px;
}

.person-title span:first-child {
  padding-left: 30px;
  position: relative;
  white-space: nowrap;
}

.person-title span:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 20px;
  height: 22px;
  background-image: url('./library/images/icon/label.svg');
}

.person-title span:nth-child(2) {
  color: var(--gray01);
  display: block;
  margin-left: 10px;
  line-height: 1.2;
}

.description {
  font-size: 14px;
}

/* introduction */
#front .introduction {
  height: initial;
}

.introduction::before,
.introduction::after {
  content: initial;
}

.introduction .description-title {
  color: var(--main);
  padding-left: 34px;
}

.introduction .description {
  color: var(--gray01);
}

.introduction .description-title {
  position: relative;
}

.introduction .description-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}

.introduction .description-title.working::before {
  width: 25px;
  height: 21px;
  background-image: url('./library/images/icon/work.svg');
}

.introduction .description-title.number::before {
  width: 24px;
  height: 24px;
  background-image: url('./library/images/icon/number.svg');
}

.introduction .description-title.company::before {
  width: 19px;
  height: 24px;
  background-image: url('./library/images/icon/company.svg');
}

.introduction .description-box {
  bottom: -140px;
  width: 90%;
  padding: 40px 15px;
}

.introduction {
  padding-bottom: 200px;
}

.introduction .introduction-bg {
  position: absolute;
  bottom: 0;
  z-index: -1;
  height: 60%;
  object-fit: cover;
}

.introduction-area .introduction-box:nth-child(2),
.introduction-area .introduction-box:nth-child(3) {
  margin-top: 180px !important;
}

.introduction .description {
  margin-top: 20px;
}

@media print, screen and (min-width: 576px) {}

@media print, screen and (min-width: 768px) {
  .description {
    font-size: 15px;
  }
  .slick-list .description-box {
    bottom: 30px;
  }
  .introduction-area .introduction-box:nth-child(2) {
    margin-top: 40px !important;
  }
  .introduction-box .description-title {
    font-size: 1.4em;
  }
}

@media print, screen and (min-width: 992px) {
  /* .introduction .description-box {
    min-height: 317px;
  } */

  .introduction-area .introduction-box:not(:first-child) {
    margin-top: 40px !important;
  }
  .description-box {
    bottom: 20px;
  }
  .introduction-box .description-title {
    font-size: 1.3em;
  }
  .introduction-box:nth-child(2) .description-title {
    letter-spacing: -1px;
  }
}
@media screen and (min-width:992px) and (max-width:1199px) {
  .description {
    font-size: 12px;
  }
}
@media screen and (min-width:992px) and (max-width:1399px) {
  .introduction .description-title {
    font-size: 1.3em;
  }
  .introduction .description {
    letter-spacing: -1px;
  }
}
@media print, screen and (min-width: 1200px) {
.introduction .description-title {
  font-size: 1.5em;
}
}
@media print, screen and (min-width: 1400px) {
.introduction .description-box {
  padding: 40px 30px;
}
.introduction .description {
  letter-spacing: inherit;
}
}
@media print, screen and (min-width: 1600px) {
  /* .introduction .description-box {
    min-height: 325px;
  } */
  .introduction-box:nth-child(2) .description-title {
    letter-spacing: inherit;
  }
}

/*--------------------------------------------------------------------
▼ブロック、コンテンツ設定
---------------------------------------------------------------------*/
.align-center {
  align-items: center;
}

.relative {
  position: relative;
}

.page-main-visual {
  min-height: 150px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.page-main-visual-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-main-visual-text h2 span {
  padding: 10px 20px;
}
.graphics .page-main-visual-text h2 span {
  padding: 10px;
}

.gradation-bg {
  background-image: url(./library/images/content/gradation-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.job-page h3 {
  font-size: 2.25em;
}

.job-page .main-btn {
  min-width: 296px;
}

.ideal-person-area .description-box {
  top: 20px;
  bottom: auto;
  padding: 12px 20px;
}

.ideal-person-block {
  background-color: var(--gray02);
  padding: 40px 15px;
}

.ideal-person-block div:last-child {
  margin-top: 20px;
}
.ideal-person-block h3 {
  font-size: 1.25em;
}
.ideal-person-block p {
  font-size: 14px;
}
.requirement-ttl {
  font-size: 1.5em;
  padding: 10px 20px;
  border-radius: 8px 8px 0 0;
}

.requirement-ttl span {
  padding-left: 34px;
  position: relative;
  font-size: 20px;
}

.requirement-ttl span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url('./library/images/icon/info-w.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-box-inner,
.faq-box-text,
.faq-box-inner-ttl,
.faq-box-text-item {
  position: relative;
}

.faq-box-inner {
  cursor: pointer;
  background-color: var(--white);
  padding: 20px 30px;
}

.faq-box-text {
  display: none;
  background-color: var(--white);
  padding: 0 20px 20px;
}

.faq-box-inner-accordion:after {
  border-top: 1px solid var(--main);
  border-right: 1px solid var(--main);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  content: "";
  display: block;
  position: absolute;
  right: 25px;
  top: 38%;
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
  height: 8px;
}

.faq-box-inner-accordion.active:after {
  top: 45%;
  transform: rotate(-45deg);
}

.interview-list-box-right,
.interview-list-box-left {
  background-color: rgba(255, 255, 255, .8);
  padding: 40px 20px;
  box-shadow: 0 0 10px var(--gray01);
}

.interview-list-box-right .person-title,
.interview-list-box-left .person-title {
  align-items: baseline;
}

.interview-list-box-right .person-title span:last-child,
.interview-list-box-left .person-title span:last-child {
  font-size: 12px;
}

.interview-list-name span:first-child {
  font-size: 1.3em;
  margin-right: 10px;
}

.interview-list-name span:last-child {
  font-size: 12px;
}

.interview-list-img {
  box-shadow: 0 0 10px var(--gray01);
}

.interview-individual-box {
  background-color: rgba(255, 255, 255, .8);
  padding: 40px 20px;
  box-shadow: 0 0 10px var(--gray01);
}

.interview-schedule {
  border-left: solid 2px var(--main);
  padding-left: 15px;
  padding-right: 0;
  height: 100%;
}
.interview-schedule + .interview-schedule {
  margin-top: -40px;
}
.interview-schedule-box div:first-child {
  padding-right: 30px;
  white-space: nowrap;
}
/* .interview-schedule-box:nth-child(2) {
  padding-top: 40px;
} */

.pr-area {
  background: linear-gradient(90deg, rgb(76, 202, 232), rgb(13, 100, 168));
  padding: 40px 20px;
}

.pr-text h3 {
  border-bottom: 2px solid var(--white);
  padding-left: 34px;
  position: relative;
}

.pr-text h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url('./library/images/icon/info-w.svg');
  background-repeat: no-repeat;
  background-size: cover;
}
.pr-img {
  text-align: center;
}
.pr-img img {
  border-radius: 50%;
  margin-top: 20px;
  width: 80%;
}

.company-ttl {
  font-size: 1.4em;
}

.about-japax,
.graphics-box h3 {
  position: relative;
  padding-left: 34px;
  padding-bottom: 10px;
  border-bottom: solid;
  border-image: linear-gradient(to right, var(--sub) 0%, var(--main) 100%) 1/0 0 2px 0;
}

.about-japax::before, .graphics-box h3::before {
  content: "";
  position: absolute;
  top: calc(50% - 2.5px);
  left: 0px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url('./library/images/icon/info.svg');
  background-repeat: no-repeat;
}

.about-japax-area {
  position: relative;
}

.about-japax-area::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80%;
  background-image: url('./library/images/content/company-img04.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.about-japax-box {
  background-color: var(--white);
  padding: 40px 20px;
}

.japax-future {
  background-color: var(--white);
  padding: 10px 40px;
  display: inline-block;
}

.graphics-box {
  border: solid 1px var(--gray02);
  padding: 40px 20px;
  height: 100%;
}

ul.environment {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

ul.environment li {
  width: 100%;
  padding: 0 15px;
}

ul.environment li .environment-box {
  display: flex;
  padding: 40px 0;
  border-bottom: 1px dotted var(--gray03);
}

/* ul.environment li:last-child .environment-box {
  border-bottom: none;
} */
.environment-icon-box {
  width: 60px;
  height: 60px;
  position: relative;
}

.environment-icon-box img {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.environment-text-box {
  width: calc(100% - 80px);
  padding-left: 10px;
  flex: 1;
}

.environment-ttl {
  font-size: 22px;
  letter-spacing: .05em;
}

.environment-text-box p {
  line-height: 1.85em;
}

.digitize {
  font-size: 60px;
  line-height: 1;
  margin-top: 20px;
  display: inline-block;
}

.data-unit {
  font-size: 50px;
  font-weight: bold;
}

.data-unit.jp {
  font-size: 24px;
  letter-spacing: 0.1em;
}

.graphics-flex-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.graphics-flex-box .js-counter {
  margin-left: 20px;
}
.graphics-flex-box .sales-amount .js-counter {
  margin-left: 0;
}
.data-flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.data-flex-box .digitize {
  margin-top: 0;
}

.data-flex-box .data-unit {
  margin-right: 20px;
  line-height: 1.2;
}

.donuts-chart {
  width: 200px;
}

.graphics-box img {
  max-height: 90px;
}

.page-main-visual-text h2 {
  font-size: 2em;
}

.page-main-visual-text h2 span {
  line-height: 1.2;
  display: inline-block;
}

.graphics-text {
  font-size: 2em;
  line-height: 1.2;
  display: inline-block;
  margin-top: 20px;
  margin-left: 20px;
}

.graphics-text.large {
  font-size: 2.5em;
  padding-top: 20px;
  margin-top: 0;
}

ul.graphics-list-flex-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px
}

ul.graphics-list-flex-box li {
  margin-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  text-align: center;
  border-bottom: 1px dotted #0d64a847;
}

.fadein {
  opacity: 1;
}
ul.graphics-list-flex-box li {
  width: calc(100% / 2);
}
ul.graphics-list-flex-box li img {
  height: 70px;
  padding: 5px;
  border: 2px solid #0d64a8;
  width: 70px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: contain;
}

ul.graphics-list-flex-box li p {
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  margin-top: 5px;
}

ul.graphics-list-flex-box li .digitize {
  margin-top: 20px;
}

ul.graphics-list-flex-box li .data-unit {
  font-size: 30px;
}
.flow-box-inner {
  position: relative;
  background-color: var(--white);
  padding: 20px;
  font-size: 14px;
}
.flow-box-inner:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: var(--white) transparent transparent transparent;
}
.recovery-box {
  padding: 40px 20px;
}
.recovery-ttl {
  font-size: 1.4em;
}
.recovery-img {
  padding-top: 40px;
  padding-bottom: 40px;
}
.recovery-img-box img {
  width: 80%;
}
.recovery-img-box-txt {
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.recovery-img-box-txt.last {
  margin-bottom: 0;
}
.interview-child .slick-dots li.slick-active button:before {
  color: var(--sub);
}
.interview-child .slick-dots li button:before {
  color: var(--gray03);
}
.interview-child .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.donuts-chart .nomal {
  display: block;
}
.donuts-chart .safari {
  display: none;
}
@media print, screen and (min-width: 576px) {
  .about-japax-area::before {
      height: 75%;
    }
  .interview-schedule-box {
    display: flex;
    align-items: start;
  }
  .interview-schedule + .interview-schedule {
    margin-top: 0;
  }
  /* .interview-schedule-box:nth-child(2) {
    padding-top: 0;
  } */
  .pr-img img {
    width: 50%;
  }
  .environment-text-box {
    padding-left: 30px;
  }
  .ideal-person-block {
    padding: 40px 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .page-main-visual {
    min-height: 300px;
  }
  .page-main-visual-text h2 span {
    padding: 10px 60px;
  }
  .graphics .page-main-visual-text h2 span {
    padding: 10px 60px;
  }
  .about-japax-area::before {
    height: 423px;
  }
  .ideal-person-block {
    display: flex;
    align-items: center;
  }
  .ideal-person-block div:first-child {
    width: 30%;
  }
  .ideal-person-block div:last-child {
    width: 80%;
    margin-left: 60px;
    margin-top: 0;
  }
  .interview-list-area {
    display: flex;
    align-items: center;
    position: relative;
  }
  .interview-list-img {
    width: 50%;
  }
  .interview-list-box-right {
    width: 52%;
    position: absolute;
    right: 0;
    padding: 30px;
    border-radius: 0 8px 8px 0;
  }
  .interview-list-box-left {
    width: 52%;
    position: absolute;
    left: 0;
    padding: 30px;
    border-radius: 0 8px 8px 0;
  }
  .interview-list-img.right-img {
    margin-left: auto;
  }
  .pr-area {
    display: flex;
    align-items: center;
    padding: 40px;
  }
  .pr-text h3::before {
    width: 24px;
    height: 24px;
  }
  .pr-img img {
    margin-left: 20px;
    margin-top: 0;
    width: 100%;
  }
  .company-ttl {
    font-size: 2em;
  }
  ul.environment li {
    width: 50%;
    display: flex;
  }
  .graphics-flex-box {
    flex-direction: row;
  }
  .data-flex-box {
    margin-top: 0;
  }
  .digitize {
    margin-top: 40px;
  }
  ul.graphics-list-flex-box li {
    width: calc(100% / 3);
    padding-left: 10px;
    padding-right: 10px;
  }
  ul.graphics-list-flex-box li p {
    font-size: 15px;
  }
  .graphics-flex-box .sales-amount .js-counter:first-child {
    margin-left: 20px;
  }
  .graphics-text {
    margin-top: 0;
  }
  .graphics-text.large {
    padding-top: 40px;
  }
  .about-japax-box {
    padding: 60px 40px;
  }
  .about-japax::before, .graphics-box h3::before {
    top: 50%;
  }
  .environment-icon-box {
    width: 80px;
    height: 80px;
  }
  .environment-icon-box img {
    width: 80px;
    height: 80px;
  }
  .recovery-box {
    padding: 60px 40px;
  }
  .recovery-img {
    display: flex;
    padding-top: 0;
    padding-bottom: 80px;
  }
  .recovery-img-box {
    width: calc(100% / 3);
  }
  .recovery-img-box img {
    width: 100%;
  }
  .recovery-img-box-txt {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 992px) {
  .interview-schedule-box img {
    width: 60%;
  }

  .interview-individual {
    display: flex;
    position: relative;
    align-items: center;
  }

  .interview-individual-box {
    width: 52%;
    position: absolute;
    right: 0;
    bottom: -10px;
    padding: 30px;
    border-radius: 0 8px 8px 0;
  }

  .interview-individual-img {
    width: 50%;
  }

  .environment-icon-box {
    width: 150px;
    height: 150px;
  }

  .environment-icon-box img {
    width: 150px;
    height: 150px;
  }

  .environment-text-box {
    width: calc(100% - 150px);
  }

  .page-main-visual-text h2 {
    font-size: 2.5em;
  }

  ul.graphics-list-flex-box li {
    width: calc(100% / 5);
  }

  .interview-schedule {
    padding-left: 30px;
    padding-right: 30px;
  }
  .ideal-person-block div:first-child {
    width: 20%;
  }
  .flow-box {
    display: flex;
    justify-content: space-between;
  }
  .flow-box-inner {
    width: calc(100% / 5 - 15px);
    padding: 30px 15px;
  }
  .flow-box-inner:not(:last-child)::after {
    bottom: inherit;
    left: inherit;
    top: 50%;
    transform: translateX(0) translateY(-50%);
    right: -13px;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent var(--white);
  }
  .flow-box-inner h3 {
    font-size: 20px;
  }
  .graphics-box {
    display: flex;
    flex-direction: column;
  }
  .graphics-box-top.first {
    min-height: 280px;
  }
  .graphics-box-top.second {
    min-height: 200px;
  }
  .graphics-box-top.third {
    min-height: 300px;
  }
  .graphics-box-top.fourth {
    min-height: 220px;
  }
  .graphics-box-top.fifth {
    min-height: 190px;
  }
  .graphics-box-top.fifth .graphics-text {
    font-size: 1.8em;
  }
  .graphics-box-top.sixth {
    min-height: 95%;
  }
  .graphics-box-bottom {
    flex: 1;
  }
}

@media print,screen and (min-width: 1200px) {
  .page-main-visual {
    min-height: 400px;
  }
  .page-main-visual-text h2 {
    font-size: 3.75em;
  }
  .graphics-box img {
    max-height: 110px;
  }
  .graphics-text.large {
    font-size: 3em;
    padding-top: 30px;
  }
  .graphics-box-top.first {
    min-height: 300px;
  }
  .graphics-box-top.second {
    min-height: 210px;
  }
  .graphics-box-top.fifth {
    min-height: 185px;
  }
  .graphics-box-top.fifth .graphics-text {
    font-size: 2em;
  }
  .graphics-box-top.sixth {
    min-height: 95%;
  }
}

@media print,
screen and (min-width: 1400px) {
  .area.wide {
    max-width: 1340px;
  }
}

@media print,
screen and (min-width: 1600px) {
  .area.wide {
    max-width: 1535px;
  }

  @media print,
  screen and (min-width: 1800px) {
    .area.wide {
      max-width: 1740px;
    }
  }
}



/*--------------------------------------------------------
追加CSS
--------------------------------------------------------*/
#sp-menu {
  position: relative;
}

/* #pc-menu {
  display: none;
} */

#gnav.header-inner {
  padding-right: 15px;
  padding-left: 15px;
  height: 60px;
}

.mt60 {
  margin-top: 60px;
}

.sp-nav {
  display: none;
}

.sp-nav.active {
  display: block;
}

.sp-nav.active .sp-nav-inner {
  position: fixed;
  padding: 60px 120px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--white);
}

.hamburger-btn-line.active:first-child {
  transform-origin: left;
  transform: rotate(45deg);
}

.hamburger-btn-line.active:nth-child(2n) {
  display: none;
}

.hamburger-btn-line.active:nth-child(3n) {
  transform-origin: left;
  transform: rotate(-45deg);
}

.no_scroll {
  overflow: hidden;
}

.h-fix {
  position: fixed;
  top: 0;
  z-index: 999;
}

.sub-header-text {
  display: none;
}

.mainvisual-text {
  color: var(--white);
  padding-top: 120px;
  font-size: 50px;
  letter-spacing: 0.4em;
  line-height: 1.2;
  text-shadow: 0 0 20px rgba(0, 46, 81, 1);
}

.text-box {
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  bottom: 80px;
}

.mainvisual-text-box {
  max-width: 920px;
  margin-left: auto;
  padding: 50px 40px;
}

.mainvisual-text-box h3 {
  position: relative;
  line-height: 1.6 !important;
  font-size: 28px;
  line-height: 1.18;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.mainvisual-text-box h3::before,
.mainvisual-text-box h3::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--pink);
}

.mainvisual-text-box h3::after {
  bottom: -22px;
}

.text-box.recruit {
  padding: 30px 24px;
}

.text-box .bars {
  position: absolute;
  width: 2px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: var(--pink);
}

.text-box .bars::before,
.text-box .bars::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 24px;
  background-color: var(--pink);
}

.text-box .bars::before {
  left: 6px;
}

.text-box .bars::after {
  left: 12px;
}

.text-box.recruit h3 {
  position: relative;
  padding-left: 30px;
}

.text-box.recruit h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
}

.text-box.recruit span {
  position: relative;
  color: var(--gray01);
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-left: 15px;
}

.text-box.recruit span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translate(0, -50%);
  width: 12px;
  height: 8px;
  background: url('/library/img/img1.png') center center / contain;
}

.grid-l-6.grid-p30>img {
  width: 100%;
}

.arrow>img {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.box-shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}

.link-box {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  padding: 20px 30px;
  border: solid 1px var(--gray06);
}

.content-ttl {
  position: relative;
  font-size: 40px;
  color: rgba(155, 20, 155, .1);
  z-index: 0;
}

.content-ttl span {
  position: absolute;
  top: 0;
  font-size: 18px;
  color: var(--main);
}

.video-box video {
  width: 100%;
  height: auto;
}

@media print,
screen and (min-width: 768px) {
  .mainvisual-text {
    font-size: 60px;
  }

  .mainvisual-text-box {
    padding: 70px 80px;
  }

  .mainvisual-text-box h3 {
    font-size: 32px;
  }

  .content-ttl {
    font-size: 100px;
  }

  .content-ttl span {
    font-size: 32px;
  }

  .text-box.recruit {
    left: 40px;
  }

  .sub-header-text {
    display: flex;
    flex-direction: column;
    margin-left: 12px;
  }

  .sub-header-text span {
    line-height: 1;
    font-size: 14px;
  }

  .sub-header-text span:nth-child(2n) {
    margin-top: 4px;
  }
}

@media print,
screen and (min-width: 992px) {
  .text-box.recruit {
    padding: 50px 40px;
  }

  .grid-l-6.grid-p30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .link-box {
    padding: 45px 100px;
  }
}

@media print,
screen and (min-width: 1200px) {
  .sp-nav-wrap {
    display: none;
  }

  #gnav.header-inner {
    padding-right: 60px;
    padding-left: 60px;
    height: 60px;
  }
}

/*==================================================
  パタッ
  ===================================*/
/* 左へ */
.flipLeft {
  animation-name: flipLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  perspective-origin: left center;
  opacity: 0;
}

@keyframes flipLeftAnime {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }

  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.flipLeftTrigger {
  opacity: 0;
}
/*==================================================
  ふわっ
  ===================================*/

/* その場で */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 上から */

.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 左から */

.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 右から */

.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

/*==================================================
  パタッ
  ===================================*/
/* 下へ */
.flipDown {
  animation-name: flipDownAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes flipDownAnime {
  from {
    transform: perspective(2500px) rotateX(100deg);
    opacity: 0;
  }

  to {
    transform: perspective(2500px) rotateX(0);
    opacity: 1;
  }
}

/* 左へ */
.flipLeft {
  animation-name: flipLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  perspective-origin: left center;
  opacity: 0;
}

@keyframes flipLeftAnime {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }

  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}


/* 左上へ */
.flipLeftTop {
  animation-name: flipLeftTopAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes flipLeftTopAnime {
  from {
    transform: translate(-20px, 80px) rotate(-15deg);
    opacity: 0;
  }

  to {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
}

/* 右へ */
.flipRight {
  animation-name: flipRightAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  perspective-origin: right center;
  opacity: 0;
}

@keyframes flipRightAnime {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
    opacity: 0;
  }

  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}

/* 右上へ */
.flipRightTop {
  animation-name: flipRightTopAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes flipRightTopAnime {
  from {
    transform: translate(-20px, 80px) rotate(25deg);
    opacity: 0;
  }

  to {
    transform: translate(0, 1) rotate(0deg);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.flipDownTrigger,
.flipLeftTrigger,
.flipLeftTopTrigger,
.flipRightTrigger,
.flipRightTopTrigger {
  opacity: 0;
}

/*==================================================
  くるっ
  ===================================*/

/* X 軸（縦へ） */
.rotateX {
  animation-name: rotateXAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes rotateXAnime {
  from {
    transform: rotateX(0);
    opacity: 0;
  }

  to {
    transform: rotateX(-360deg);
    opacity: 1;
  }
}

/*　Y軸（横へ） */
.rotateY {
  animation-name: rotateYAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes rotateYAnime {
  from {
    transform: rotateY(0);
    opacity: 0;
  }

  to {
    transform: rotateY(-360deg);
    opacity: 1;
  }
}

/* Z 軸（左へ） */
.rotateLeftZ {
  animation-name: rotateLeftZAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes rotateLeftZAnime {
  from {
    transform: rotateZ(0);
    opacity: 0;
  }

  to {
    transform: rotateZ(-360deg);
    opacity: 1;
  }
}

/*　Z 軸（右へ） */
.rotateRightZ {
  animation-name: rotateRightZAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes rotateRightZAnime {
  from {
    transform: rotateZ(0);
    opacity: 0;
  }

  to {
    transform: rotateZ(360deg);
    opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.rotateXTrigger,
.rotateYTrigger,
.rotateLeftZTrigger,
.rotateRightZTrigger {
  opacity: 0;
}

/*==================================================
  ボンッ、ヒュッ
  ===================================*/

/* 拡大 */
.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* 縮小 */
.zoomOut {
  animation-name: zoomOutAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes zoomOutAnime {
  from {
    transform: scale(1.2);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.zoomInTrigger,
.zoomOutTrigger {
  opacity: 0;
}

/*==================================================
  じわっ
  ===================================*/

/* ぼかしから出現 */
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }

  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.blurTrigger {
  opacity: 0;
}

/*==================================================
  にゅーん
  ===================================*/

/* 滑らかに変形して出現 */
.smooth {
  animation-name: smoothAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform-origin: left;
  opacity: 0;
}

@keyframes smoothAnime {
  from {
    transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.smoothTrigger {
  opacity: 0;
}

/*==================================================
  スーッ（枠線が伸びて出現）
  ===================================*/

/*枠線が伸びて出現*/

.lineTrigger {
  position: relative;
  /* 枠線が書かれる基点*/
  opacity: 0;
}

.lineTrigger.lineanime {
  animation-name: lineAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes lineAnimeBase {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*上下線*/
.lineTrigger::before,
.lineTrigger::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #333;
  /* 枠線の色*/
}

/*左右線*/
.line2::before,
.line2::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 0;
  background: #333;
  /* 枠線の色*/
}

/*上線*/
.lineTrigger::before {
  top: 0;
  left: 0;
}

.lineTrigger.lineanime::before {
  animation: lineAnime .5s linear 0s forwards;
  /*表示されて0秒後に上線が0.5秒かけて表示*/
}

/*右線*/
.line2::before {
  top: 0;
  right: 0;
}

.lineTrigger.lineanime .line2::before {
  animation: lineAnime2 .5s linear .5s forwards;
  /*表示されて0.5秒後に右線が0.5秒かけて表示*/
}

/*下線*/
.lineTrigger::after {
  bottom: 0;
  right: 0;
}

.lineTrigger.lineanime::after {
  animation: lineAnime .5s linear 1s forwards;
  /*表示されて1秒後に下線が0.5秒かけて表示*/
}

/*左線*/
.line2::after {
  bottom: 0;
  left: 0;
}

.lineTrigger.lineanime .line2::after {
  animation: lineAnime2 .5s linear 1.5s forwards;
  /*表示されて1.5秒後に左線が0.5秒かけて表示*/
}

@keyframes lineAnime {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes lineAnime2 {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

/*枠線内側の要素*/

.lineTrigger.lineanime .lineinappear {
  animation: lineInnerAnime .5s linear 1.5s forwards;
  /*1.5秒後に中央のエリアが0.5秒かけて表示*/
  opacity: 0;
  /*初期値を透過0にする*/
}

@keyframes lineInnerAnime {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
/*==================================================
  シャッ（背景色が伸びて出現）
  ===================================*/

/*背景色が伸びて出現（共通）*/
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*左から*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  /*伸びる背景色の設定*/
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }

  50% {
    transform-origin: left;
    transform: scaleX(1);
  }

  50.001% {
    transform-origin: right;
  }

  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}

/*右から*/
.bgRLextend::before {
  animation-name: bgRLextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  /*伸びる背景色の設定*/
}

@keyframes bgRLextendAnime {
  0% {
    transform-origin: right;
    transform: scaleX(0);
  }

  50% {
    transform-origin: right;
    transform: scaleX(1);
  }

  50.001% {
    transform-origin: left;
  }

  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}

/*下から*/
.bgDUextend::before {
  animation-name: bgDUextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  /*伸びる背景色の設定*/
}

@keyframes bgDUextendAnime {
  0% {
    transform-origin: bottom;
    transform: scaleY(0);
  }

  50% {
    transform-origin: bottom;
    transform: scaleY(1);
  }

  50.001% {
    transform-origin: top;
  }

  100% {
    transform-origin: top;
    transform: scaleY(0);
  }
}

/*上から*/
.bgUDextend::before {
  animation-name: bgUDextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  /*伸びる背景色の設定*/
}

@keyframes bgUDextendAnime {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }

  50% {
    transform-origin: top;
    transform: scaleY(1);
  }

  50.001% {
    transform-origin: bottom;
  }

  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgUDextendTrigger,
.bgDUextendTrigger,
.bgRLextendTrigger,
.bgLRextendTrigger {
  opacity: 0;
}

/*==================================================
  アニメーション設定
  ===================================*/

/* アニメーションの回数を決めるCSS*/

.count2 {
  animation-iteration-count: 2;
  /*この数字を必要回数分に変更*/
}

.countinfinite {
  animation-iteration-count: infinite;
  /*無限ループ*/
}

/* アニメーションスタートの遅延時間を決めるCSS*/

.delay-time05 {
  animation-delay: 0.5s;
}

.delay-time1 {
  animation-delay: 1s;
}

.delay-time15 {
  animation-delay: 1.5s;
}
/*ハック*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .donuts-chart .nomal {
		display: none !important;
	}
  ::i-block-chrome, .donuts-chart .safari {
    display: block;
  }
  ::i-block-chrome, .donuts-chart .safari img {
    max-height: 200px;
  }
}
_::-webkit-full-page-media, _:future, .donuts-chart .nomal {
  display: none !important;
}
_::-webkit-full-page-media, _:future, .donuts-chart .safari {
  display: block;
}
_::-webkit-full-page-media, _:future, .donuts-chart .safari img {
  max-height: 200px;
}

/* 4/21追加CSS */
.job-subname{
  font-size: .5em;
}