@charset "utf-8";
/******************************************************************
Theme Name: 松正工機｜採用サイト ver.2023
Theme URI: https://recruit.matsusho-inc.jp/
Description: 松正工機様採用サイト用に作成されたオリジナルテーマです。
Version: 1.0.0
Author: RESTA
Author URI: https://resta.jp/
******************************************************************/

/*-------------------------------------------------------------
▼グリッドデザイン
--------------------------------------------------------------*/
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: 7.5px;
    padding-left: 7.5px;
  }

  .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }

  .area {
    max-width: 720px;
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}

@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: 7.5px;
    padding-left: 7.5px;
  }

  .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;
  }

  .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%;
  }
}

@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;
  }
}

.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: 16px;
  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;
  letter-spacing: 0.1em;
}

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;
}

.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;
}

.documents {
  margin-top: 40px;
}

.documents-under {
  margin-bottom: 40px;
}

.documents.lg-h {
  margin-top: 40px;
}

.documents-under.lg-h {
  margin-bottom: 40px;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pc-none {
  display: block;
}

.sp-none {
  display: none;
}

@media print,
screen and (min-width: 768px) {
  .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;
  }
}

@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 7.5px;
  }

  .side-wrap {
    width: 235px;
    padding: 0 7.5px;
  }

  .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;
}

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;
  font-size: clamp(13px, 1vw, 1rem);
}
.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: #29304A;
  --blue: #3C5787;
  --blue02: #63799F;
  --green: #4D8467;
  --orange: #A75E45;
  --pink: #A36181;
  --gray01: #D5D6D2;
  --gray02: #F8F8F8;
  --gray03: #E2E2E2;
  --gray04: #323031;
  --gray05: #7a7a7a;
  --gray06: #ccc;
  --gray07: #A4A4A4;
  --gray08: #eee;
}

.main-color {
  color: var(--main);
}

.gray-color {
  color: var(--gray05);
}

.green {
  color: var(--green);
}

.blue {
  color: var(--blue);
}

.orange {
  color: var(--orange);
}

.pink {
  color: var(--pink);
}

.main-color-bg {
  background-color: var(--main);
}

.l-gray-bg {
  background-color: var(--gray08);
}

.gray-bg {
  background-color: var(--gray03);
}

.white-bg {
  background-color: var(--white);
}

.green-bg {
  background-color: var(--green);
}

.blue-bg {
  background-color: var(--blue);
}

.orange-bg {
  background-color: var(--orange);
}

.pink-bg {
  background-color: var(--pink);
}

/*-------------------------------------------------------------
▼ヘッダー設定
--------------------------------------------------------------*/
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 {
  display: none;
}

.logo img {
  height: 50px;
}

.hamburger-btn {
  cursor: pointer;
  width: 40px;
  background: transparent;
  border: none;
  padding: 0;
  position: fixed;
  right: 15px;
  top: 0;
  z-index: 11;
}

.hamburger-btn-inner {
  position: relative;
  display: block;
}

.hamburger-btn-line {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  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: -4000px;
  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;
  background: rgb(213 214 210 / 90%);
}

.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;
}

.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(--blue);
  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;
}

.hamburger-nav-inner a, .global-nav-wrap ul li a {
  color: var(--main);
  font-size: clamp(.85rem, 1vw, 13px);
}

.header-inner .entry-btn.main-btn,
.header-inner .cp-btn.main-btn {
  display: none;
}

.header-inner .hamburger-nav-inner .entry-btn.main-btn,
.header-inner .hamburger-nav-inner .cp-btn.main-btn {
  display: block;
}

.header-inner .cp-btn.main-btn {
  clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
  margin-right: 65px;
}

.header-inner .entry-btn.main-btn a,
.header-inner .cp-btn.main-btn a {
  padding: 8px 18px;
}

.hamburger-nav .entry-btn {
  margin-left: 15px;
}

.hamburger-nav .cp-btn {
  margin-right: 0 !important;
}

.hamburger-nav-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

@media print, screen and (min-width: 576px) {
  .header-inner .entry-btn.main-btn,
  .header-inner .cp-btn.main-btn {
    display: block;
    font-size: 12px;
  }
  .hamburger-nav-inner {
    width: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .hamburger-nav .logo {
    padding-left: 7.5px;
  }
}
@media print, screen and (min-width: 1200px) {
  .hamburger-nav-wrap {
    display: none;
  }

  .global-nav-wrap {
    display: block;
  }

  .header-inner {
    height: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-inner .entry-btn {
    margin-right: 0;
    margin-left: 10px;
  }

  .logo img {
    height: 70px;
  }

  .global-nav-wrap ul:not(.sub-menu) {
    display: flex;
    align-items: center;
  }

  .global-nav-wrap ul li {
    padding: 0 8px;
    position: relative;
    line-height: 1.2;
  }

  .global-nav-wrap ul li:last-child {
    padding-right: 0;
  }

  .global-nav-wrap ul li a {
    font-weight: bold;
  }

  .global-nav-wrap ul.sub-menu {
    display: none;
    position: absolute;
    top: 20px;
    left: inherit;
    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;
    width: 250px;
  }

  .global-nav-wrap ul.sub-menu li a {
    padding: 10px;
    border: 1px solid var(--gray03);
    display: block;
    line-height: 1;
    margin-top: -1px;
    background: var(--white);
  }

  .global-nav-wrap ul.sub-menu li a:hover {
    background: var(--main);
    color: var(--white);
    opacity: 1;
  }
  .header-inner .cp-btn.main-btn {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 1400px) {
  .header-inner {
    padding-left: 40px;
    padding-right: 40px;
  }

  .header-inner .entry-btn.main-btn {
    margin-left: 15px;
  }

  .global-nav-wrap ul li {
    padding: 0 10px;
  }

  .header-inner .entry-btn.main-btn,
  .header-inner .cp-btn.main-btn {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------------
▼フッター設定
---------------------------------------------------------------------*/
.footer-inner {
  text-align: center;
}
.footer-inner-logo {
  font-size: 13px;
}
.footer-inner .logo img {
  height: 80px;
}
.footer-inner-logo.right p {
  text-align: center;
  margin-top: 10px;
}
.footer-copy-inner {
  font-size: 10px;
}
.footer-copy-inner ul {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.footer-copy-inner ul li:not(:last-child) {
  margin-right: 10px;
  color: var(--main);
}
.footer-copy-inner ul li.link-menu {
  position: relative;
  padding-right: 15px;
}
.footer-copy-inner ul li.link-menu::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 10px;
  height: 10px;
  background-image: url(./library/images/icon/link-menu-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-copy-inner ul li.link-menu a {
  color: var(--gray07);
}
.footer-copy-inner p {
  color: var(--gray07);
}
.footer-cp-name {
  font-size: 1.2em;
  font-weight: bold;
}

.sns-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.sns-area-bg {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 12px 0;
  margin-top: 20px;
  width: 100%;
  background-color: var(--gray08);
}
.sns-area .sns-area-bg a {
  padding: 4px;
}
.sns-area .sns-area-bg-pd {
  background-color: var(--white);
  padding: 4px 8px;
}
.sns-area>a img {
  width: 40px;
}
.sns-area .sns-area-bg img {
  height: 40px;
}
.sns-area .sns-area-bg a:nth-child(1) {
  order: 1;
}
.sns-area .sns-area-bg a:nth-child(2) {
  order: 3;
}
.sns-area .sns-area-bg a:nth-child(3) {
  order: 2;
}
.sns-area .sns-area-bg a:nth-child(4) {
  order: 4;
}
.sns-area a:last-child {
  margin-right: 0;
}
.contact-box-btn .main-btn a, .contact-box-btn .entry-btn.main-btn a {
  padding: 30px 30px 30px 70px;
  position: relative;
  width: 100%;
}
.footer-jump-btn a, .footer-form-btn a {
  position: relative
}
.footer-jump-btn a::after {
  content: "";
  background-image: url(library/images/icon/introduction-icon.svg);
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.footer-form-btn a::after {
  content: "";
  background-image: url(library/images/icon/entry-icon.svg);
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.footer-cp-btn.main-btn {
  margin-top: 20px;
  clip-path: none;
  font-size: 14px;
}
.footer-cp-btn.main-btn a {
  padding: 8px 30px;
}
.footer-org {
  display: none;
}
.footer-menu {
  font-size: 12px;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.footer-menu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  width: 100%;
}
.footer-menu ul li {
  width: calc(100% / 2);
  padding: 8px 0;
  line-height: 1.2;
  font-size: clamp(12px, 1vw, .85rem);
}

@media print, screen and (min-width: 576px) {
  .footer-jump-btn a::after {
    left: 25%;
  }

  .footer-form-btn a::after {
    left: 25%;
  }
  .sns-area .sns-area-bg img {
    height: 60px;
  }
  .footer-menu {
    font-size: 14px;
  }
  .footer-copy-inner {
    font-size: 12px;
  }
}

@media print, screen and (min-width: 768px) {
  .footer-jump-btn a::after {
    left: 16%;
  }
  .footer-form-btn a::after {
    left: 16%;
  }
  .footer-inner-logo.right p {
    text-align: left;
  }
  .footer-menu {
    display: flex;
    justify-content: space-between;
  }
  .footer-inner {
    text-align: left;
  }
  .sns-area {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    padding-left: 40px;
    border-left: 1px solid var(--gray03);
  }
  .sns-area>a img {
    width: 32px;
  }
  .sns-area-bg {
    margin-left: 40px;
    margin-top: 0;
    background-color: inherit;
  }
  .sns-area .sns-area-bg img {
    height: 50px;
  }
  .footer-menu ul li {
    width: calc(100% / 4);
    padding: 4px 0;
  }
  .footer-menu ul li:not(:first-child) {
    margin-top: 10px;
  }
  .footer-copy-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer-copy-inner ul li:not(:last-child) {
    margin-right: 30px;
  }
  .footer-copy-inner p {
    margin-top: 0;
  }
}

@media print,screen and (min-width: 992px) {
  .footer-inner .logo {
    display: flex;
    align-items: flex-end;
  }
  .footer-inner-logo.left {
    padding-right: 20px;
  }
  .sns-area {
    padding-left: 20px;
  }
  .sns-area-bg {
    margin-left: 20px;
  }
  .sns-area .sns-area-bg a {
    padding: 2px;
  }
  .sns-area .sns-area-bg-pd {
    padding: 4px;
  }
  .sns-area .sns-area-bg img {
    height: 36px;
  }
  .footer-menu {
    display: inline-block;
    width: 100%;
    font-size: 16px;
  }
  .footer-menu ul {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }
  .footer-menu ul li {
    width: auto;
    padding: 0;
  }
  .footer-menu ul li:not(:first-child) {
    margin-top: 10px;
  }
  .footer-copy-inner ul:last-child {
    margin-top: 0;
  }

  .footer-cp-name {
    font-size: 1.5em;
  }

  .footer-jump-btn a::after {
    left: 23%;
  }

  .footer-form-btn a::after {
    left: 23%;
  }
}

@media print,screen and (min-width: 1200px) {
  .sns-area .sns-area-bg a:nth-child(2) {
    order: 2;
  }
  .sns-area .sns-area-bg a:nth-child(3) {
    order: 3;
  }
  .sns-area {
    padding-left: 40px;
  }
  .sns-area-bg {
    margin-left: 40px;
  }
  .sns-area .sns-area-bg-pd {
    padding: 4px 6px;
  }
  .sns-area .sns-area-bg a {
    padding: 3px;
  }
  .sns-area .sns-area-bg img {
    height: 40px;
  }
  .footer-jump-btn a::after {
    left: 27%;
  }
  .footer-form-btn a::after {
    left: 27%;
  }
}

/*--------------------------------------------------------------------
▼ヘッドライン設定(全ページ共通で使用するタイトル)
---------------------------------------------------------------------*/
h2,
.h2 {
  font-size: 1.6em;
}

h3,
.h3 {
  font-size: 1.2em;
}

h4,
.h4 {
  font-size: 1.2em;
}

h5,
.h5 {
  font-size: 1em;
  text-transform: uppercase;
}

.main-ttl {
  font-size: 14px;
  position: relative;
  padding-left: 40px;
}

.main-ttl::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 90px;
  top: 0;
  left: 24px;
  display: inline-block;
  transform: rotate(-60deg);
  border-top: 1px solid var(--main);
}

.main-ttl .en {
  font-weight: bolder;
  font-size: 1.6em;
  display: inline-block;
  padding-bottom: 10px;
  letter-spacing: 0;
  line-height: 1;
}

.main-ttl.white::before {
  border-top: 1px solid var(--white);
}

.en-ttl .en {
  font-weight: bolder;
  letter-spacing: 0;
}

.cut-box {
  position: relative;
}

.cut-box-ttl {
  position: absolute;
  top: 20px;
  left: 0;
  padding-left: 3.5em;
  line-height: 1.2;
}

.cut-box-ttl span {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--white);
  background-color: var(--main);
  padding: 0 10px 0 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
}

.cut-box-ttl span::after {
  content: "";
  position: absolute;
  top: 0;
  right: -.45em;
  width: 0;
  height: 0;
  border-width: 1.25em .5em 0 0;
  border-style: solid;
  border-color: var(--main) transparent transparent transparent;
}

.cut-box-ttl span.green-bg {
  background-color: var(--green);
}

.cut-box-ttl span.green-bg::after {
  border-color: var(--green) transparent transparent transparent;
}

.cut-box-ttl span.blue-bg {
  background-color: var(--blue);
}

.cut-box-ttl span.blue-bg::after {
  border-color: var(--blue) transparent transparent transparent;
}

.cut-box-ttl span.pink-bg {
  background-color: var(--pink);
}

.cut-box-ttl span.pink-bg::after {
  border-color: var(--pink) transparent transparent transparent;
}

.cut-box-ttl span.orange-bg {
  background-color: var(--orange);
}

.cut-box-ttl span.orange-bg::after {
  border-color: var(--orange) transparent transparent transparent;
}

.job-area-box {
  position: relative;
}

.job-area-box h3 {
  position: relative;
  display: inline-block;
  padding: 4px 70px;
  font-size: 1.4em;
}

.job-area-box h3::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 40px;
  background-color: var(--white);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.job-area-box h3 span::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1em;
  width: 0;
  height: 0;
  border-width: 1.8em 1em 0 0;
  border-style: solid;
  border-color: var(--main) transparent transparent transparent;
}

.job-ttl {
  padding: 10px 15px 10px 30px;
  position: relative;
}

.job-ttl span {
  position: relative;
}

.job-ttl span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  width: 4px;
  height: 80%;
  background-color: var(--white);
}
@media print, screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 1.8em;
  }

  h3,
  .h3 {
    font-size: 1.4em;
  }

  .main-ttl {
    padding-left: 60px;
  }

  .main-ttl::before {
    width: 60px;
    height: 100px;
  }

  .main-ttl .en {
    font-size: 2.25em;
    padding-bottom: 15px;
  }
  .cut-box-ttl span::after {
    right: -0.48em;
    border-width: 1.2em 0.5em 0 0;
  }
  .job-area-box h3 {
    font-size: 1.6em;
    padding: 4px 120px 4px 70px;
  }
  .job-area-box h3 span::after {
    border-width: 1.8em 1.05em 0 0;
  }
  .job-ttl {
    font-size: 1.25em;
  }
}
@media print, screen and (min-width: 1200px) {
  .cut-box-ttl {
    padding-left: 4em;
  }
}

/*--------------------------------------------------------------------
▼ボタン設定(全ページ共通で使用するボタン)
---------------------------------------------------------------------*/
.main-btn {
  background-color: var(--blue);
  color: var(--white);
  font-weight: bold;
  position: relative;
  transition: 0.3s ease-in-out;
  clip-path: polygon(14% 0%, 100% 0%, 86% 100%, 0% 100%);
  display: inline-block;
  border: none;
}

.main-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid var(--main);
  border-left: 8px solid var(--main);
  z-index: 100;
  border-right: 6px solid transparent;
  pointer-events: none;
}

.main-btn a,
.main-btn span {
  display: inline-block;
  color: var(--white);
  padding: 8px 48px;
}

.main-btn:hover {
  transform: translateY(-7px);
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.entry-btn.main-btn {
  background: linear-gradient(90deg, #008AD2 0%, #70CEFF 100%);
}

.entry-btn.main-btn::before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid var(--blue);
  border-left: 8px solid var(--blue);
  border-right: 6px solid transparent;
  pointer-events: none;
}

.entry-btn.main-btn a {
  display: inline-block;
  color: var(--white);
  padding: 8px 30px;
}

/*--------------------------------------------------------------------
▼お問い合わせフォーム設定
---------------------------------------------------------------------*/
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: -7.5px;
  margin-right: -7.5px;
}

.contact-btn-flex-box button {
  margin: 0;
  padding: 0;
}

.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: 768px) {
  table.form.sp-block-table tr th {
    padding: 40px 0;
    font-size: clamp(1rem, 1vw, 1.5rem);
    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;
  }
}

/*--------------------------------------------------------------------
▼テーブル設定
---------------------------------------------------------------------*/
.company-info tr th, .company-info tr td {
  display: block;
  width: 100%;
  text-align: left;
}

.company-info tr th {
  color: var(--blue);
  padding: 30px 0 0;
}

.company-info tr td {
  border-bottom: solid 2px var(--gray01);
  padding-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .company-info tr th,
  .company-info tr td {
    display: table-cell;
    width: auto;
  }
  .company-info tr th {
    border-bottom: solid 2px var(--blue);
    padding: 30px 20px 30px 0;
    vertical-align: text-top;
  }
  .company-info tr td {
    padding: 30px 0;
  }
}

/*--------------------------------------------------------------------
▼フロントページ設定（トップスライダー等トップページのみのデザイン設定）
---------------------------------------------------------------------*/
.top-visual {
  position: relative;
  height: 60vh;
  overflow: hidden;
}

.top-visual-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  padding: 0;
}
.top-visual-box-logo {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
.top-visual-box-ttl01, .top-visual-box-ttl02 {
  position: absolute;
  left: 0;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  width: 100%;
}

.top-visual-box-ttl01 {
  top: 20%;
}

.top-visual-box-ttl02 {
  bottom: 20%;
}

.top-visual-box-ttl01 img {
  width: 80%;
}

.top-visual-box-ttl02 img {
  width: 60%;
}

/*1.フェードインアニメーションの指定*/
.scrollanime {
  opacity: 0;
}

.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 3s;
  animation-fill-mode: forwards;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate(0);
  }
  20% {
    opacity: 0;
    transform: translate(0);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}

.fadeInDown02 {
  animation-name: fadeInDown02;
  animation-duration: 3s;
  animation-fill-mode: forwards;
}

@keyframes fadeInDown02 {
  0% {
    opacity: 0;
    transform: translate(0);
  }
  50% {
    opacity: 0;
    transform: translate(0);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}

/*2.上下の動きを指定*/
.updown {
  transform: translateY(-100px);
}

.downup {
  transform: translateY(100px);
}

/*3.左右の動きを指定*/
.sect02 {
  overflow: hidden;
}

.slide-right {
  transform: translateX(50%);
}

.slide-left {
  transform: translateX(-50%);
}

.introduction-box-ttl {
  font-size: 1.8em;
}

/*タイピング*/
.typing span,
.typing-text span {
  display: none;
}

.typing-text {
  line-height: 1.2;
  font-size: 14px;
}

/*文字列後ろの線の設定*/
.typing::after {
  content: "|";
  animation: typinganime .8s ease infinite;
}

@keyframes typinganime {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

.news-box {
  position: relative;
}
.news-box-ttl {
  background-color: var(--blue);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  margin-top: -2px;
}
.news-box-ttl h2 {
  font-weight: 900;
}
.news-box-link {
  position: relative;
  padding-right: 24px;
  line-height: 1;
}
.news-box-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 11px;
  height: 11px;
  border: 1px solid;
  border-color: var(--white) var(--white) transparent transparent;
  transform: rotate(45deg) translateY(-50%);
}
.news-box-list {
  padding: 0 15px;
}
.news-box-list .eyecatch {
  display: none;
}
.news-box-list-post {
  margin-top: 15px;
  padding-bottom: 15px;
}
.news-box-list-post:not(:last-child) {
  border-bottom: 1px solid var(--gray01);
}
.news-box-list-post .date {
  color: var(--gray05);
  font-size: clamp(13px, 1vw, 1.2rem);
}
.news-box-list-post h4 {
  font-size: clamp(13px, 1vw, 1.2rem);
}
.introduction, .bg-introduction {
  position: relative;
}
.bg-introduction::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(./library/images/content/bgi-introduction.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .1;
  z-index: -1;
}
.introduction::before, .introduction::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  opacity: .2;
  z-index: 0;
}
.introduction::before {
  top: 0;
  left: 0;
  border-width: 200px 100px 0 0;
  border-color: var(--blue) transparent transparent transparent;
}
.introduction::after {
  bottom: 0;
  right: 0;
  border-width: 0 0 200px 100px;
  border-color: transparent transparent var(--blue) transparent;
}
.about-box, .about-box.about-box-reverse, .about-box-img, .about-box-inner, .about-box-inner {
  position: relative;
}
.about-box::after {
  right: 0;
  bottom: 0;
  background-image: url(./library/images/content/bg-pipe02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  width: 50%;
  height: 50%;
  z-index: -1;
}
.about-box.about-box-reverse::after {
  right: inherit;
  left: 0;
  height: 67%;
  width: 100%;
  background-image: url(./library/images/content/bg-pipe03.png);
}
.about-box-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, .1) 60%, rgba(255, 255, 255, .3) 80%, rgba(255, 255, 255, .8));
}
.about-box-inner {
  padding: 40px 15px;
}
.about-box-inner::before, .about-box::after {
  content: "";
  position: absolute;
}
.about-box-inner-txt {
  letter-spacing: 0;
}
.color-label, .color-label-ttl span {
  position: relative;
}
.color-label-ttl, .color-label-text, .color-label-join {
  position: absolute;
}
.color-label-ttl {
  top: 10px;
  left: 15px;
  display: inline-block;
  padding: .25em 1em;
  min-width: 125px;
  font-size: 16px;
  z-index: 1;
}
.color-label-ttl span {
  padding-left: 15px;
}
.color-label-ttl span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 4px;
  height: 80%;
  background-color: var(--white);
}
.color-label-text {
  top: 2em;
  left: 0;
  letter-spacing: 0;
  line-height: 1.2;
}
.color-label-text-vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: clamp(.6rem, 1vw, .7rem);
}
.color-label img {
  width: 90%;
}
.color-label-join {
  bottom: 10px;
  left: 0;
  background-color: var(--white);
  padding: .25em 20px;
  font-size: 12px;
  color: var(--gray05);
  letter-spacing: 0;
}
.bg-pipe {
  background: url(./library/images/content/bg-pipe.png) var(--blue02) no-repeat center top;
  background-size: cover;
}
.border-r-box {
  padding: 15px;
  background-color: var(--white);
}
.border-r-box.br100 {
  border-radius: 0 50px 0 0;
}
.cut-box-under-box {
  margin-top: 60px;
}
.cut-box-under-box-ttl {
  font-size: 14px;
}
.cut-box-under-box-ttl span {
  font-size: 1.5em;
  font-weight: bolder;
  letter-spacing: 0;
}
.introduction, .bg-introduction {
  min-height: 700px;
}

@media print, screen and (min-width: 576px) {
  .about-box::after {
    width: 30%;
    height: 30%;
  }
  .about-box.about-box-reverse::after {
    height: 50%;
    width: 65%;
  }
  .color-label-ttl {
    top: 20px;
    padding: .5em 1em;
    min-width: 180px;
  }
  .color-label-text {
    top: 4em;
  }
  .color-label-join {
    bottom: 20px;
    padding: .5em 20px;
  }
  .introduction, .bg-introduction {
    min-height: 600px;
  }
}

@media print, screen and (min-width: 768px) {
  .top-visual-box-logo img {
    width: 220px;
  }
  .top-visual-box-ttl01 {
    top: 16%;
  }
  .top-visual-box-ttl01 img {
    width: 46%;
  }
  .top-visual-box-ttl02 {
    bottom: 16%;
  }
  .top-visual-box-ttl02 img {
    width: 34%;
  }
  .news-box {
    display: flex;
  }
  .news-box-ttl {
    width: 23.2%;
    position: relative;
    flex-direction: column;
    justify-content: space-evenly;
    clip-path: polygon(100% 0, 80% 100%, 0% 100%, 0 0%);
    padding: 15px 30px 15px 15px;
  }
  .news-box-list {
    flex: 1;
    padding: 15px 15px 15px 60px;
  }
  .news-box-list-post {
    margin-top: 0;
    padding: 5px 0;
  }
  .news-box-list-post:not(:last-child) {
    border-bottom: none;
  }
  .news-box-list-post-content {
    display: flex;
    align-items: center;
  }
  .news-box-list-post-content .date {
    padding-right: 15px;
    letter-spacing: 0;
  }
  .typing-text {
    line-height: 1.1;
    font-size: 16px;
  }
  .introduction::before, .introduction::after {
    opacity: .4;
  }
  .introduction::before {
    top: 0;
    left: 0;
    border-color: var(--blue) transparent transparent transparent;
    border-width: 595px 18.3vw 0 0;
  }
  .introduction::after {
    top: 0;
    right: 0;
    bottom: inherit;
    border-width: 0 0 595px 18.3vw;
    border-color: transparent transparent var(--blue) transparent;
  }
  .introduction-box {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 100%;
    min-height: 475px;
    display: flex;
    align-items: flex-start;
    align-content: center;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    right: 0;
  }
  .introduction-box-txt {
    line-height: 1.6;
  }
  .introduction-box-txt p {
    margin-right: 30px;
    margin-left: 30px;
    margin-top: 0;
    font-size: 18px;
  }
  .about-box {
    display: flex;
  }
  .about-box.about-box-reverse {
    flex-direction: row-reverse;
  }
  .about-box::after {
    width: 20%;
    height: 50%;
  }
  .about-box-img {
    width: 50%;
  }
  .about-box-img::before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .1) 60%, rgba(255, 255, 255, .3) 80%, rgba(255, 255, 255, .8));
  }
  .about-box-reverse .about-box-img::before {
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, .1) 60%, rgba(255, 255, 255, .3) 80%, rgba(255, 255, 255, .8));
  }
  .about-box-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    clip-path: polygon(80% 0, 100% 100%, 0 100%, 0 0);
  }
  .about-box-reverse .about-box-img img {
    clip-path: polygon(100% 0, 100% 100%, 20% 100%, 0 0);
  }
  .about-box-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    max-width: 50%;
    padding: 80px 40px;
  }
  .about-box.about-box-reverse::after {
    height: 60%;
    width: 40%;
  }
  .about-box-inner-txt {
    font-size: 1.2em;
    margin-top: 40px;
  }
  .about-box.about-box-reverse .about-box-inner .h2 span {
    white-space: nowrap;
  }
  .color-label-ttl {
    top: 10px;
    padding: .5em 1em;
    min-width: 130px;
    font-size: 1em;
  }
  .color-label img {
    width: 85%;
  }
  .color-label-text {
    top: 2.5em;
  }
  .color-label-join {
    bottom: 10px;
    padding: .5em 20px;
  }
  .border-r-box.br100 {
    border-radius: 0 80px 0 0;
  }
  .border-r-box .cut-box-under-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 145px;
  }
  .point-box {
    align-items: stretch;
  }
  .point-box, .point-box-outer {
    display: flex;
  }
  .introduction, .bg-introduction {
    min-height: auto;
  }
}

@media print, screen and (min-width: 992px) {
  .introduction-box-ttl {
    font-size: 2em;
  }
  .news-box-list {
    padding: 30px 30px 30px 80px;
  }
  .introduction::before {
    border-width: 670px 18.3vw 0 0;
  }
  .introduction::after {
    border-width: 0 0 670px 18.3vw;
    height: 100%;
  }
  .introduction-box {
    min-height: 620px;
  }
  .introduction-box-txt {
    line-height: 2.4em;
  }
  .introduction-box-txt p {
    font-size: 20px;
  }
  .typing-text {
    line-height: 1.3;
  }
  .about-box-inner {
    max-width: 555px;
  }
  .color-label-ttl {
    top: 20px;
    padding: .5em 1em;
    min-width: 160px;
  }
  .color-label-text {
    top: 3em;
  }
  .color-label img {
    width: 92%;
  }
  .color-label-join {
    bottom: 20px;
    padding: .5em 20px;
  }
}

@media print, screen and (min-width: 1200px) {
  .top-visual-box-logo img {
    width: 240px;
  }
  .introduction-box-ttl {
    font-size: 2.5em;
  }
  .news-box-ttl {
    width: 23%;
  }
  .news-box-list {
    padding: 30px 30px 30px 6em;
  }
  .news-box-list-post .date, .news-box-list-post h4 {
    font-size: 1em;
  }
  .introduction-box-txt p {
    font-size: 24px;
    margin-right: 60px;
    margin-left: 60px;
  }
  .about-box::after {
    width: 30%;
    height: 80%;
  }
  .about-box.about-box-reverse::after {
    height: 80%;
  }
  .about-box-inner {
    padding: 100px 0;
  }
  .about-box-inner-txt {
    margin-top: 80px;
    font-size: 1.5em;
  }
  .color-label-ttl {
    font-size: 1.25em;
    min-width: 180px;
  }
  .color-label-text {
    top: 4em;
    left: 1em;
  }
  .color-label img {
    width: 85%;
  }
  .color-label-join {
    font-size: 14px;
  }
  .border-r-box {
    padding: 30px;
  }
  .border-r-box .cut-box-under-box {
    min-height: 155px;
  }
  .border-r-box.br100 {
    border-radius: 0 100px 0 0;
  }
  .cut-box-ttl {
    top: 40px;
    padding-bottom: 0.25em;
  }
  .cut-box-ttl span {
    padding: .15em 20px .15em 30px;
  }
  .cut-box-ttl span::after {
    border-width: 1.5em .5em 0 0;
  }
  .cut-box-under-box {
    margin-top: 80px;
  }
  .cut-box-under-box-ttl span {
    font-size: 2.15em;
  }
}

/*--------------------------------------------------------------------
▼ブロック、コンテンツ設定
---------------------------------------------------------------------*/
.align-center {
  align-items: center;
}
.relative {
  position: relative;
}
.cut-box-ttl.green-border {
  border-bottom: 1px solid var(--green);
}
.cut-box-ttl.pink-border {
  border-bottom: 1px solid var(--pink);
}
.cut-box-ttl.blue-border {
  border-bottom: 1px solid var(--blue);
}
.cut-box-ttl.orange-border {
  border-bottom: 1px solid var(--orange);
}
.page-main-visual {
  position: relative;
  min-height: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media print, screen and (min-width: 768px) {
  .page-main-visual {
    min-height: 200px;
  }
}
@media print, screen and (min-width: 992px) {
  .page-main-visual {
    min-height: 300px;
  }
}
.page-main-visual::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 48, 74, .6);
}
.page-main-visual-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
}
.about-block h2 {
  margin-top: 40px;
}
.about-block-img img {
  clip-path: polygon(48% 0, 100% 0%, 65% 100%, 0% 101%, 0 100%, 0 120%);
}
.lineup-area {
  background-color: var(--white);
  border-radius: 0 100px 0 0;
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
}
.lineup-area-text {
  padding: 60px 20px;
}
.lineup-area-img {
  position: relative;
}
.lineup-area-img-name {
  position: absolute;
  background-color: var(--white);
  bottom: -20px;
  left: 0;
  clip-path: polygon(0% 0%, 100% 0%, 86% 100%, 0% 100%);
  padding: 5px 50px 5px 20px;
}
.lineup-area-img-name span {
  display: inline;
}
.lineup-area-img-name span img {
  display: inline;
  width: 120px;
}
.lineup-area-img img {
  border-radius: 0 100px 0 0;
}
.lineup-area-img .lineup-area-img-name img {
  border-radius: 0;
}
.lineup-area-img .pc-img {
  display: none;
}
.lineup-area-img .sp-img {
  display: block;
}
.tab-container {
  width: 100%;
}
.tab-toggle-group {
  display: flex;
  border-bottom: 4px solid var(--gray01);
}
.tab-toggle-group li:not(:last-child) {
  margin-right: 4px;
}
.tab-toggle {
  width: 100%;
  text-align: center;
  padding: 4px 5px 4px 4px;
  cursor: pointer;
  border-radius: 0 20px 0 0;
}
.tab-toggle:nth-of-type(1) {
  background-color: var(--green);
  opacity: 0.4;
}
.tab-toggle:nth-of-type(2) {
  background-color: var(--blue);
  opacity: 0.4;
}
.tab-toggle:nth-of-type(3) {
  background-color: var(--pink);
  opacity: 0.4;
}
.tab-toggle:nth-of-type(4) {
  background-color: var(--orange);
  opacity: 0.4;
}
.tab-toggle.select:nth-of-type(1) {
  background-color: var(--green);
  opacity: 1;
}
.tab-toggle.select:nth-of-type(2) {
  background-color: var(--blue);
  opacity: 1;
}
.tab-toggle.select:nth-of-type(3) {
  background-color: var(--pink);
  opacity: 1;
}
.tab-toggle.select:nth-of-type(4) {
  background-color: var(--orange);
  opacity: 1;
}
.tab-content {
  display: none;
}
.tab-content.show {
  display: block;
}
.interview-headline {
  position: relative;
  width: 100%;
  padding: 40px 20px 20px;
  margin-left: 15px;
  margin-right: 15px;
}
.interview-headline h2 {
  font-size: 1.5em;
}
.interview-headline .cut-box-ttl {
  top: 0;
  font-size: 1.2em;
}
.interview-headline .cut-box-ttl span {
  padding: 0 30px 0 30px
}
.interview-block01 {
  background: linear-gradient(180deg, #fff 0%, #fff 70%, #E2E2E2 70%, #E2E2E2 100%);
}
.interview-block02 {
  background-color: var(--gray03);
  padding-left: 20px;
  padding-right: 20px;
}
.interview-box {
  position: relative;
  padding: 70px 30px 30px;
  border-radius: 0 50px 0 0;
}
.interview-box.add-space-s, .interview-box.add-space-m {
  padding: 90px 30px 30px;
}
.interview-block02 h2 {
  width: 94%;
  text-align: left;
  font-size: 1.2em;
}
.interview-box-img div:last-child {
  margin-top: 40px;
}
.interview .lineup-area-text {
  font-size: 1.2em;
}
.tab_link {
  text-align: center;
}
.tab_link li {
  cursor: pointer;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.tab_link li:not(:first-child) {
  margin-top: 20px;
}
.tab_link li:hover {
  opacity: 0.6;
}
.job-block01 .cut-box-ttl, .job-block02 .cut-box-ttl {
  top: 0;
  width: 100%;
  position: relative;
}
.job-block02 .cut-box-ttl {
  padding-left: 4em;
}
.job-block02 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.job-block-sub-ttl {
  background-color: var(--white);
  position: absolute;
  bottom: 20px;
}
.job-block-sub-ttl.left-position {
  left: 0;
  clip-path: polygon(0% 0%, 100% 0%, 86% 100%, 0% 100%);
  padding: 10px 50px 10px 30px;
}
.job-block-sub-ttl.right-position {
  right: 0;
  clip-path: polygon(100% 100%, 100% 0%, 0% 0%, 13% 100%);
  padding: 10px 30px 10px 50px;
}
.job-block-sub-ttl span {
  font-size: 12px;
}
.point-number {
  font-size: 3.7em;
  font-weight: bolder;
  margin-left: 10px;
}
.career-training #header, .career-training #footer, .career-training .footer-copy::before {
  background-color: var(--white);
}
.career-training .footer-copy {
  position: relative;
}
.career-training .footer-copy::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: -1;
}
.career-training .footer-copy::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: var(--white);
  z-index: -1;
}
.career-training .job-block02 .cut-box-ttl {
  padding: 35px 15px 0;
  font-size: 1em;
}
.career-training .job-block02 .cut-box-ttl span {
  padding: 4px 10px 4px 15px;
}
.career-training .job-block02 .cut-box-ttl span::after {
  right: -0.45em;
  border-width: 1.8em .5em 0 0;
}
.career-training .page-main-visual::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: var(--white);
  z-index: -1;
}
.parabox {
  position: relative;
  height: 250px;
  width: 100%;
}
.parallax::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-image: url(./library/images/content/bgi-paralax-sp.jpg);
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: -2;
}
.training-box .border-r-box {
  padding: 0 15px 40px;
}
.training-box .blue-border {
  border-bottom: 1px solid var(--blue);
  padding-bottom: 10px;
}
.white-boder {
  border-bottom: 1px solid white;
  padding-bottom: 10px;
}
.training-box-blue {
  padding: 40px 30px;
}
.training-box-blue .white-boder {
  display: inline-block;
}
.swiper-slide img {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .about-block h2 {
    margin-top: 0;
  }
  .about-block-img {
    position: absolute;
  }
  .lineup-area-img-name {
    bottom: 20px;
  }
  .interview-headline {
    width: 55%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 50px 40px 20px;
    margin: 0;
  }
  .interview-headline .cut-box-ttl {
    font-size: 1.5em;
  }
  .interview-block02 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .interview-block02 h2 {
    font-size: 1.5em;
  }
  .interview-box, .interview-box.add-space-s {
    border-radius: 0 100px 0 0;
    padding: 80px 60px 40px;
  }
  .interview-box.add-space-m {
    padding: 100px 60px 40px;
  }
  .tab_link li {
    width: 30%;
    margin-top: 0;
  }
  .career-training .job-block02 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .career-training .job-block02 .cut-box-ttl {
    padding-top: 0;
    padding-left: 9em;
  }
  .career-training .job-block02 .cut-box-ttl span {
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
  }
  .career-training .job-block02 .cut-box-ttl span::after {
    right: -0.45em;
    border-width: 1.5em 0.5em 0 0;
  }
  .career-training .footer-copy::after {
    height: 100px;
  }
  .parabox {
    height: 500px;
  }
  .parallax::before {
    background-image: url(./library/images/content/bgi-paralax.jpg);
  }
  .training-box .border-r-box {
    padding: 0 40px 40px;
  }
  .training-box-blue {
    padding: 40px 0;
  }
}

@media print, screen and (min-width: 992px) {
  .lineup-area-img-name {
    bottom: 40px;
  }
  .lineup-area {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .lineup-area-text {
    width: 100%;
    padding: 60px;
    flex: 1;
  }
  .lineup-area-img {
    width: 41%;
  }
  .lineup-area-img .pc-img {
    display: block;
  }
  .lineup-area-img .sp-img {
    display: none;
  }
  .tab-toggle {
    font-size: 1.25em;
    padding: 8px 12px 8px 8px;
    border-radius: 0 30px 0 0;
  }
  .tab-toggle-group li:not(:last-child) {
    margin-right: 10px;
  }
  .interview-headline {
    padding: 70px 60px 40px;
  }
  .interview-box.add-space-m {
    padding: 80px 60px 40px;
  }
  .interview-box-img {
    display: flex;
    align-items: center;
  }
  .interview-box-img div {
    width: 50%;
  }
  .interview-box-img div:first-child {
    padding-right: 10px;
  }
  .interview-box-img div:last-child {
    padding-left: 10px;
    margin-top: 0;
  }
  .job-block02 .cut-box-ttl {
    padding-left: 4em;
  }
}

@media print, screen and (min-width: 1200px) {
  .lineup-area-img {
    width: 32%;
  }
  .lineup-area-img-name {
    padding: 5px 60px 5px 30px;
  }
  .interview .lineup-area-img img {
    border-radius: 0;
  }
  .interview-box {
    padding: 100px 60px 40px;
  }
  .job-block02 .cut-box-ttl {
    padding-left: 5em;
  }
  .interview-headline .cut-box-ttl span {
    padding: 4px 30px 4px 30px;
  }
  .interview-block02 h2 {
    padding-left: 5em;
  }
  .career-training .job-block02 .cut-box-ttl {
    padding-left: 14em;
  }
  .career-training .job-block02 .cut-box-ttl span {
    padding: 4px 25px 4px 30px;
    font-size: 24px;
  }
  .career-training .job-block02 .cut-box-ttl span::after {
    right: -0.5em;
  }
  .training-box .border-r-box {
    padding: 0 40px 60px;
  }
  .training-box-blue {
    padding: 60px 0;
  }
}

/*-------------------------------------------------------------
▼投稿設定
--------------------------------------------------------------*/
.search-area {
  background-color: var(--gray02);
  padding: 20px;
}
.border-r-box.br60 {
  border-radius: 0 30px 0 0;
}
.search-area-inner {
  display: flex;
  align-items: flex-end;
  padding-bottom: 10px;
}
.search-area-inner-box-ttl {
  position: relative;
  padding-left: 25px;
  font-size: 1em;
}
.search-area-inner-box-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 1px;
  background-color: var(--main);
}
.search-area-inner select {
  width: 100%;
  border: 1px solid var(--gray06);
  margin-top: 10px;
  padding: 10px 30px 10px 10px;
}
.search-area-inner span {
  font-size: 1.5em;
  line-height: 1.5;
  padding: 0 5px;
}
.search-btn {
  background-color: var(--main);
  font-size: 1.2em;
  width: 100%;
  padding: .5em 15px;
  border: none;
}
.search-btn span {
  position: relative;
  padding-left: 25px;
}
.search-btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(./library/images/icon/search-icn.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media print, screen and (min-width: 576px) {
  .search-area-outer {
    display: flex;
    align-items: flex-end;
  }
  .search-area-inner {
    padding-bottom: 0;
    padding-right: 20px;
  }
  .search-btn {
    font-size: 1em;
    padding: 0.4em 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .search-area {
    padding: 40px;
  }
  .border-r-box.br60 {
    border-radius: 0 60px 0 0;
  }
  .search-area-inner-box-ttl {
    font-size: 1.25em;
  }
  .search-area-inner select {
    padding: 0.9em 3em 0.9em 1em;
    font-size: 1em;
  }
  .search-area-inner {
    width: 100%;
  }
  .search-area-inner-box {
    width: calc(100% / 2);
  }
  .search-area-inner span {
    line-height: 2;
  }
  .search-btn {
    font-size: 1.2em;
    padding: 0.5em 15px;
    min-width: 210px;
  }
  .search-btn span {
    padding-left: 35px;
  }
  .search-btn span::before {
    width: 24px;
    height: 24px;
  }
}

/*****　追加css記載分 *****/
.cut-box-ttl.place-ttl {
  position: relative;
  top: 0;
}

.following {
  padding: 60px 15px 20px 15px;
  position: fixed;
  top: 150px;
  right: 0;
  writing-mode: vertical-rl;
  color: white;
  border-radius: 8px 0 0 8px;
  background: linear-gradient(90deg, #008AD2 0%, #70CEFF 100%);
  font-size: 24px;
}

.following>img {
  position: absolute;
  top: 15px;
}

/*  swiper-style */
.slide-thumbnail {
  width: 100%;
  height: 130px;
}

.swiper-nav {
  display: flex;
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 999;
}

.swiper-button-prev {
  margin-right: 10px;
}

.swiper-slide {
  opacity: .3;
}

.environment-swiper .swiper-slide {
  opacity: 1;
}

.swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
  position: initial;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: none;
}

.welfare-card {
  width: calc(25% - 15px);
  height: auto;
  background-color: white;
  padding: 20px;
  margin-right: 7.5px;
  margin-left: 7.5px;
}
.welfare-card img {
  height: 80px;
}
.welfare-card p {
  font-size: clamp(12px, 1vw, 1rem);
}
.welfare-name {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}

.welfare-card:nth-child(n + 5) {
  margin-top: 15px;
}

@media (max-width: 991px) {
  .welfare-card {
    width: calc(100% / 3 - 15px);
  }

  .welfare-card:nth-child(n + 4) {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .welfare-card {
    width: calc(50% - 15px);
  }

  .welfare-card:nth-child(n + 3) {
    margin-top: 15px;
  }
  .welfare-name {
    font-size: 16px;
    line-height: 1.2;
  }
}

@media (max-width: 575px) {
  .welfare-card {
    width: calc(50% - 15px);
  }
}

.sdgs .main-btn {
  padding: 10px 40px;
  font-size: 14px;
  margin-top: 20px;
}

.sdgs-left {
  position: absolute;
  left: 0;
  z-index: -1;
}

.sdgs-center {
  padding: 20px 40px;
  clip-path: polygon(12% 0%, 100% 0, 88% 100%, 0% 100%);
  background-color: white;
}

.sdgs-center p {
  font-size: 14px;
}

.sdgs-title p {
  font-size: 12px;
}

.sdgs-right {
  position: absolute;
  right: 0;
  z-index: -1;
}

@media print,
screen and (min-width: 576px) {
  .sdgs-center {
    padding: 20px 80px;
  }
}

@media print,
screen and (min-width: 768px) {
  .sdgs-center {
    padding: 100px 155px;
    clip-path: polygon(25% 0%, 100% 0, 75% 100%, 0% 100%);
  }

  .sdgs-center p {
    margin-top: 40px;
    font-size: 16px;
  }

  .sdgs-title p {
    font-size: 16px;
  }

  .sdgs-center .main-btn {
    margin-top: 40px;
  }
}

@media print,
screen and (min-width: 992px) {
  .sdgs-center {
    padding: 100px 250px;
  }
}
.align-items-center {
  align-items: center;
}
.align-items-base {
  align-items: baseline;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-between {
  justify-content: space-between;
}
.mr10 {
  margin-right: 10px;
}
.mr30 {
  margin-right: 30px;
}
.mr15 {
  margin-right: 15px;
}
.ml30 {
  margin-left: 30px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.sex-chart-img-right {
  position: absolute;
  bottom: 0;
  width: 30px;
  right: -15px;
}
.sex-chart-img-left {
  position: absolute;
  bottom: 0;
  width: 38px;
  left: -15px;
}
.woman-chart {
  margin-left: 30px;
}
.chart-img-right {
  position: absolute;
  bottom: 0;
  width: 60px;
  right: -20px;
}
.chart-img-left {
  position: absolute;
  bottom: 0;
  width: 60px;
  left: -20px;
}
.chart-img-right.genaration {
  position: absolute;
  bottom: 0;
  width: 60px;
  right: -30px;
}
.chart-img-left.genaration {
  position: absolute;
  bottom: 0;
  width: 60px;
  left: -30px;
}
.chart .right-item {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}
.small-thumbnail {
  display: inline-block;
  height: 100px;
}
.donuts-chart {
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
}
.flex-data-right {
  display: block;
  line-height: 1;
  text-align: center;
}
.flex-data-under {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
.flex-data-right img, .flex-data-under img {
  height: 70px;
  margin-bottom: 10px;
}
.data-width {
  min-width: 154px;
}
.data-width2 {
  min-width: 143px;
}
.data-width3 {
  min-width: 179px;
}

@media print,screen and (min-width: 576px) {
  .donuts-chart {
    width: 275px;
    height: 275px;
  }
  .chart-img-right,
  .chart-img-right.genaration {
    width: auto;
    right: -70px;
  }
  .chart-img-left,
  .chart-img-left.genaration {
    width: auto;
    left: -70px;
  }
}

@media print,screen and (min-width: 768px) {
  .sex-chart-box.left-item {
    margin-left: 40px;
  }
  .woman-chart {
    margin-top: 30px;
    margin-left: 0;
  }
  .chart .right-item {
    flex-direction: column;
    margin-left: 40px;
    margin-top: 0;
  }
}

@media print, screen and (min-width: 992px) {
  .flex-data-right {
    display: flex;
    justify-content: center;
    align-items: baseline;
  }
  .flex-data-right img {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .data-width {
    min-width: 133px;
  }
  .data-width2 {
    min-width: 122px;
  }
  .data-width3 {
    min-width: 161px;
  }
}

@media print, screen and (min-width: 1200px) {
  .flex-data-right img, .flex-data-under img {
    height: 90px;
  }
  .data-width {
    min-width: 160px;
  }
  .data-width2 {
    min-width: 149px;
  }
  .data-width3 {
    min-width: 188px;
  }
  .chart .right-item {
    margin-left: 60px;
  }
}

/** テキストカラー **/
.data-blue {
  color: #5E95B6;
}
.data-purple {
  color: #755C8B;
}
.data-orange {
  color: #B56A40;
}
.data-green {
  color: #57957B;
}
.data-pink {
  color: #B47692;
}
.data-l-green {
  color: #7E9C4F;
}
.data-l-blue {
  color: #4785AB;
}
.data-yellow {
  color: #C0B649;
}
.data-brown {
  color: #B99040;
}
.data-d-orange {
  color: #B56A40;
}
.data-red {
  color: #B04619;
}

/** フォントサイズ **/
.text-90 {
  font-size: 70px;
  font-weight: bold;
  font-family: Bebas Neue;
}

.text-50 {
  font-size: 50px;
  font-weight: bold;
  font-family: Bebas Neue;
}

.text-30 {
  font-size: 30px;
  font-weight: bold;
  font-family: Bebas Neue;
}

.text-24 {
  font-size: 24px;
  font-weight: bold;
  font-family: Bebas Neue;
}
.line-height {
  line-height: 1;
}
.data-box {
  border-radius: 0 100px 0 0;
  padding: 40px 20px;
  height: 100%;
}
.label-title {
  position: relative;
  font-size: 18px;
  margin-left: 10px;
}
.label-title span {
  padding-left: 15px;
}
.label-title span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 80%;
  background-color: var(--main);
}
@media print, screen and (min-width: 992px) {
  .label-title {
    font-size: 24px;
  }
}

@media print, screen and (min-width: 1200px) {
  .text-90 {
    font-size: 90px;
  }
}

/** チャート関連スタイル **/
.man-chart>dl>dt {
  width: 18px;
  height: 18px;
  background-color: #755C8B;
}
.woman-chart>dl>dt {
  width: 18px;
  height: 18px;
  background-color: #B47692;
}
.head-office>dl>dt {
  width: 18px;
  height: 18px;
  background-color: #7E9C4F;
}
.osaka-office>dl>dt {
  width: 18px;
  height: 18px;
  background-color: #58947B;
}
.kanagawa-office>dl>dt {
  width: 18px;
  height: 18px;
  background-color: #4785AB;
}
.under30>dl>dt {
  width: 18px;
  height: 18px;
  background-color: #C0B649;
}
.over30>dl>dt {
  width: 18px;
  height: 18px;
  background-color: #B99040;
}
.over40>dl>dt {
  width: 18px;
  height: 18px;
  background-color: #B56A40;
}
.over50>dl>dt {
  width: 18px;
  height: 18px;
  background-color: #B04619;
}
.head-office,
.osaka-office,
.kanagawa-office {
  width: calc(100% / 3);
  line-height: 1;
}
.genaration-area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.under30,
.over30,
.over40,
.over50 {
  width: calc(100% / 2);
  padding-left: 5px;
  padding-right: 5px;
  line-height: 1;
}
.head-office .text-24,
.osaka-office .text-24,
.kanagawa-office .text-24,
.under30 .text-24,
.over30 .text-24,
.over40 .text-24,
.over50 .text-24 {
  font-size: 20px;
}
@media print, screen and (min-width: 576px) {
  .under30,
  .over30,
  .over40,
  .over50 {
    width: calc(100% / 4);
  }
}

@media print, screen and (min-width: 1200px) {
  .man-chart>dl>dt,
  .woman-chart>dl>dt,
  .head-office>dl>dt,
  .osaka-office>dl>dt,
  .kanagawa-office>dl>dt,
  .under30>dl>dt,
  .over30>dl>dt,
  .over40>dl>dt,
  .over50>dl>dt {
    width: 24px;
    height: 24px;
  }
  .head-office .text-24,
  .osaka-office .text-24,
  .kanagawa-office .text-24,
  .under30 .text-24,
  .over30 .text-24,
  .over40 .text-24,
  .over50 .text-24 {
    font-size: 24px;
  }
}
/** recruitテーブルスタイル **/
.recruit>tbody>tr>th,
.recruit>tbody>tr>td {
  background-color: white;
  border-top: none;
  border-right: none;
  border-left: none;
}
.recruit.entry-btn {
  padding: 10px 40px;
}
.faq-box-inner,
.faq-box-text,
.faq-box-inner-ttl,
.faq-box-text-item {
  position: relative;
}
.faq-box+.faq-box {
  margin-top: 10px;
}
.faq-box-inner {
  cursor: pointer;
  background-color: var(--gray02);
  padding: 20px 30px 20px 12px;
  position: relative;
  border-left: 2px solid var(--main);
}
.faq-box {
  counter-increment: question;
}
.faq-box-inner-ttl {
  padding-left: 3.2em;
}
.faq-box .faq-box-inner-ttl::after {
  content: "Q" counter(question) ".";
  position: absolute;
  top: 2px;
  left: 0;
  width: 2.5em;
  text-align: right;
  font-size: 1.125em;
  font-family: Arial, Helvetica, sans-serif;
}
.faq-box-text {
  display: none;
  background-color: var(--white);
  padding: 0 20px 20px;
}
.faq-box-inner-accordion:after {
  border-top: 1px solid var(--black);
  border-right: 1px solid var(--black);
  -webkit-transform: rotate(135deg) translateY(-50%);
  transform: rotate(135deg) translateY(-50%);
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: calc(50% - 8px);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
  height: 8px;
}
.faq-box-inner-accordion.active:after {
  top: calc(50% + 4px);
  transform: rotate(-45deg) translateY(-50%);
}
/** 上書きCSS **/
.recruit h2 {
  border-bottom: none !important;
  border-left: none !important;
  padding-left: 60px !important;
}

.recruit>table>tbody>tr>th,
.recruit>table>tbody>tr>td {
  background-color: white;
  border-top: none;
  border-right: none;
  border-left: none;
}
.recruit h3 {
  border-bottom: none !important;
  padding-top: initial !important;
  padding-bottom: initial !important;
}
.recruit h3::before {
  content: initial !important;
}
.recruit h4 {
  background: initial !important;
  color: #3C5787;
}
.parent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
}
.box1 {
  grid-area: 1 / 1 / 2 / 2;
}
.box2 {
  grid-area: 1 / 2 / 2 / 3;
}
.box3 {
  grid-area: 1 / 3 / 2 / 4;
}
.box4 {
  grid-area: 2 / 1 / 3 / 2;
}
.box5 {
  grid-area: 2 / 2 / 3 / 3;
}
.box6 {
  grid-area: 2 / 3 / 3 / 4;
}
.box7 {
  grid-area: 3 / 1 / 4 / 2;
}
.box8 {
  grid-area: 3 / 2 / 4 / 3;
}
.box9 {
  grid-area: 3 / 3 / 4 / 4;
}
.result {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.event-item:hover {
  cursor: pointer;
}
#gray-bg {
  position: relative;
}
#gray-bg.active {
  background-color: rgba(0, 0, 0, .7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.popup img {
  display: none;
}
.popup.active {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: auto;
  height: auto;
}
.popup-close {
  position: absolute;
  top: -30px;
  right: -30px;
}
.popup-close:hover {
  cursor: pointer;
}
.popup.active img {
  display: block;
}
.event-button-prev {
  position: absolute;
  bottom: 0px;
  right: 70px;
}
.event-button-next {
  position: absolute;
  bottom: 0px;
  right: 0;
}
.no-wrap {
  flex-wrap: nowrap;
}
.entry-scroll-btn {
  writing-mode: vertical-rl;
  background: linear-gradient(90deg, #008AD2 0%, #70CEFF 100%);
  position: fixed;
  top: 300px;
  right: 0;
  width: 64px;
  font-size: 1.3em;
  font-weight: bold;
  padding: 60px 20px 30px;
  border-radius: 8px 0 0 8px;
  z-index: 999;
}
.entry-scroll-btn a {
  color: var(--white);
  position: relative;
}
.entry-scroll-btn a img {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}

@media print, screen and (min-width: 768px) {
  .faq-box-inner {
    padding: 20px 45px 20px 30px;
  }
  .faq-box-inner-accordion:after {
    border-top: 2px solid var(--black);
    border-right: 2px solid var(--black);
    top: calc(50% - 12px);
    right: 20px;
    width: 12px;
    height: 12px;
  }
}

/*働く環境 動きのCSS*/
/* 　Y 軸（横へ） */
.rotateY.rotate img {
  animation-name: rotateYAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes rotateYAnime {
  from {
    transform: rotateY(0);
  }
  to {
    transform: rotateY(-360deg);
  }
}
.top-visual-image {
  position: absolute;
}
.top-visual-image img {
  height: 60vh;
  width: 100vw;
  object-fit: cover;
}
.top-visual01 {
  animation: visualchange01 3.0s;
}
.top-visual02 {
  animation: visualchange02 3.0s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.top-visual03 {
  animation: visualchange03 3.0s;
  bottom: 1px;
}
.top-visual04 {
  animation: visualchange04 3.0s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes visualchange01 {
  from {
    top: -100px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes visualchange02 {
  from {
    right: -100px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
@keyframes visualchange03 {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes visualchange04 {
  from {
    left: -100px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@media print, screen and (min-width: 576px) {
  .top-visual {
    height: 100vh;
  }
  .top-visual-image img {
    height: 100vh;
  }
}

/*** エントリーボタン（右端固定）***/
.right-fix-entry {
  position: fixed;
  right: 0;
  top: 50%;
  background: linear-gradient(90deg, #008AD2 0%, #70CEFF 100%);
  border-radius: 10px 0 0 10px;
  transition: 0.3s ease-in-out;
  z-index: 9999;
}
.right-fix-entry.scroll {
  top: 10%;
}
.right-fix-entry a {
  display: flex;
  flex-direction: column;
  font-size: clamp(0.875rem, 0.714rem + 0.446vw, 1.25rem);
  color: var(--white);
  position: relative;
  padding: 45px 10px 10px 10px;
  font-weight: 600;
}
.right-fix-entry a::before {
  content: "";
  background-image: url(library/images/icon/entry-icon.svg);
  position: absolute;
  display: inline-block;
  top: 10px;
  left: 53%;
  transform: translateX(-50%);
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.right-fix-entry a span {
  display: block;
  line-height: 1;
  writing-mode: vertical-rl;
}
.right-fix-entry a span + span {
  margin-top: 5px;
}
@media print, screen and (min-width: 992px) {
  .right-fix-entry a {
    padding: 50px 20px 10px 20px;
  }
  .right-fix-entry a::before {
    width: 30px;
    height: 30px;
  }
}
/*** ページトップ***/
.contact #page-top, .entry #page-top {
  right: 90px
}
/*** ハック ***/
@media print, screen and (min-width: 768px) {
  @-moz-document url-prefix() {
    .search-area-inner select {
      padding: 0.5rem 3em 0.5em 1em;
    }
  }
}
